|
2318 | 2318 | },
|
2319 | 2319 | "_ui5privacy": "public"
|
2320 | 2320 | },
|
| 2321 | + { |
| 2322 | + "name": "snappedTitleOnMobile", |
| 2323 | + "description": "Defines the content of the snapped title on mobile devices.\n\nThis slot is displayed only when the `DynamicPageTitle` is in the snapped state on mobile devices.\nIt should be used to provide a simplified, single-line title that takes up less space on smaller screens.\n\n**Note:**\n- The content set in this slot **overrides** all other content set in the `DynamicPageTitle` slots when displayed.\n- The slot is intended for a single `ui5-title` component.", |
| 2324 | + "_ui5since": "2.3.0", |
| 2325 | + "_ui5type": { |
| 2326 | + "text": "Array<Title>", |
| 2327 | + "references": [ |
| 2328 | + { |
| 2329 | + "name": "Title", |
| 2330 | + "package": "@ui5/webcomponents", |
| 2331 | + "module": "dist/Title.js" |
| 2332 | + } |
| 2333 | + ] |
| 2334 | + }, |
| 2335 | + "_ui5privacy": "public" |
| 2336 | + }, |
2321 | 2337 | {
|
2322 | 2338 | "name": "actionsBar",
|
2323 | 2339 | "description": "Defines the bar with actions in the Dynamic page title.",
|
|
3911 | 3927 | "description": "Defines if the group is collapsed or expanded.",
|
3912 | 3928 | "privacy": "public"
|
3913 | 3929 | },
|
| 3930 | + { |
| 3931 | + "kind": "field", |
| 3932 | + "name": "growing", |
| 3933 | + "type": { |
| 3934 | + "text": "NotificationListGrowingMode", |
| 3935 | + "references": [ |
| 3936 | + { |
| 3937 | + "name": "NotificationListGrowingMode", |
| 3938 | + "package": "@ui5/webcomponents", |
| 3939 | + "module": "dist/types/NotificationListGrowingMode.js" |
| 3940 | + } |
| 3941 | + ] |
| 3942 | + }, |
| 3943 | + "default": "\"None\"", |
| 3944 | + "description": "Defines whether the component will have growing capability by pressing a `More` button.\nWhen button is pressed `load-more` event will be fired.", |
| 3945 | + "privacy": "public", |
| 3946 | + "_ui5since": "2.2.0" |
| 3947 | + }, |
3914 | 3948 | {
|
3915 | 3949 | "kind": "field",
|
3916 | 3950 | "name": "titleText",
|
|
3977 | 4011 | "text": "CustomEvent"
|
3978 | 4012 | },
|
3979 | 4013 | "description": "Fired when the `ui5-li-notification-group` is expanded/collapsed by user interaction."
|
| 4014 | + }, |
| 4015 | + { |
| 4016 | + "name": "load-more", |
| 4017 | + "_ui5privacy": "public", |
| 4018 | + "type": { |
| 4019 | + "text": "CustomEvent" |
| 4020 | + }, |
| 4021 | + "description": "Fired when additional items are requested.", |
| 4022 | + "_ui5since": "2.2.0" |
3980 | 4023 | }
|
3981 | 4024 | ],
|
3982 | 4025 | "attributes": [
|
|
3988 | 4031 | "type": {
|
3989 | 4032 | "text": "boolean"
|
3990 | 4033 | }
|
| 4034 | + }, |
| 4035 | + { |
| 4036 | + "description": "Defines whether the component will have growing capability by pressing a `More` button.\nWhen button is pressed `load-more` event will be fired.", |
| 4037 | + "name": "growing", |
| 4038 | + "default": "\"None\"", |
| 4039 | + "fieldName": "growing", |
| 4040 | + "type": { |
| 4041 | + "text": "\"Button\" | \"None\"" |
| 4042 | + } |
3991 | 4043 | }
|
3992 | 4044 | ],
|
3993 | 4045 | "superclass": {
|
|
4392 | 4444 | "declarations": [
|
4393 | 4445 | {
|
4394 | 4446 | "kind": "class",
|
4395 |
| - "description": "### Overview\n\nThe `ui5-page` is a container component that holds one whole screen of an application.\nThe page has three distinct areas that can hold content - a header, content area and a footer.\n### Structure\n#### Header\nThe top most area of the page is occupied by the header. The standard header includes a navigation button and a title.\n#### Content\nThe content occupies the main part of the page. Only the content area is scrollable by default.\nThis can be prevented by setting `enableScrolling` to `false`.\n#### Footer\nThe footer is optional and occupies the part above the bottom part of the content. Alternatively, the footer can be fixed at the bottom of the page by enabling the `fixedFooter` property.\n\n**Note:** `ui5-page` occipues the whole available space of its parent. In order to achieve the intended design you have to make sure\nthat there is enough space for the `ui5-page` to be rendered.\n**Note:** In order for the `ui5-page` to be displayed, the parent element should have fixed height.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Page.js\";`", |
| 4447 | + "description": "### Overview\n\nThe `ui5-page` is a container component that holds one whole screen of an application.\nThe page has three distinct areas that can hold content - a header, content area and a footer.\n### Structure\n#### Header\nThe top most area of the page is occupied by the header. The standard header includes a navigation button and a title.\n#### Content\nThe content occupies the main part of the page. Only the content area is scrollable by default.\nThis can be prevented by setting `noScrolling` to `true`.\n#### Footer\nThe footer is optional and occupies the part above the bottom part of the content. Alternatively, the footer can be fixed at the bottom of the page by enabling the `fixedFooter` property.\n\n**Note:** `ui5-page` occipues the whole available space of its parent. In order to achieve the intended design you have to make sure\nthat there is enough space for the `ui5-page` to be rendered.\n**Note:** In order for the `ui5-page` to be displayed, the parent element should have fixed height.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Page.js\";`", |
4396 | 4448 | "name": "Page",
|
4397 | 4449 | "cssParts": [
|
4398 | 4450 | {
|
|
8273 | 8325 | }
|
8274 | 8326 | }
|
8275 | 8327 | ]
|
| 8328 | + }, |
| 8329 | + { |
| 8330 | + "kind": "javascript-module", |
| 8331 | + "path": "dist/ssr-zxing-shim.js", |
| 8332 | + "declarations": [], |
| 8333 | + "exports": [ |
| 8334 | + { |
| 8335 | + "kind": "js", |
| 8336 | + "name": "default", |
| 8337 | + "declaration": { |
| 8338 | + "name": "ZXing", |
| 8339 | + "module": "dist/ssr-zxing-shim.js" |
| 8340 | + } |
| 8341 | + } |
| 8342 | + ] |
| 8343 | + }, |
| 8344 | + { |
| 8345 | + "kind": "javascript-module", |
| 8346 | + "path": "dist/ssr-zxing.js", |
| 8347 | + "declarations": [], |
| 8348 | + "exports": [ |
| 8349 | + { |
| 8350 | + "kind": "js", |
| 8351 | + "name": "default", |
| 8352 | + "declaration": { |
| 8353 | + "name": "ZXing", |
| 8354 | + "module": "dist/ssr-zxing.js" |
| 8355 | + } |
| 8356 | + } |
| 8357 | + ] |
8276 | 8358 | }
|
8277 | 8359 | ]
|
8278 | 8360 | }
|
0 commit comments