@ui5/webcomponents-ngx 0.3.2-rc.2 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/fiori/dynamic-side-content/index.mjs +4 -2
- package/esm2022/fiori/navigation-layout/index.mjs +6 -9
- package/esm2022/fiori/ui5-fiori.module.mjs +13 -1
- package/esm2022/fiori/upload-collection/index.mjs +3 -4
- package/esm2022/fiori/user-menu/index.mjs +78 -0
- package/esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs +5 -0
- package/esm2022/fiori/user-menu-account/index.mjs +51 -0
- package/esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +5 -0
- package/esm2022/fiori/user-menu-item/index.mjs +76 -0
- package/esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +5 -0
- package/esm2022/index.mjs +6 -1
- package/esm2022/main/button/index.mjs +4 -2
- package/esm2022/main/card-header/index.mjs +1 -1
- package/esm2022/main/carousel/index.mjs +1 -1
- package/esm2022/main/color-picker/index.mjs +9 -6
- package/esm2022/main/combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/date-picker/index.mjs +1 -1
- package/esm2022/main/date-range-picker/index.mjs +1 -1
- package/esm2022/main/date-time-picker/index.mjs +1 -1
- package/esm2022/main/dialog/index.mjs +1 -1
- package/esm2022/main/expandable-text/index.mjs +34 -0
- package/esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs +5 -0
- package/esm2022/main/form/index.mjs +4 -4
- package/esm2022/main/link/index.mjs +4 -2
- package/esm2022/main/list/index.mjs +6 -2
- package/esm2022/main/multi-combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/radio-button/index.mjs +1 -1
- package/esm2022/main/rating-indicator/index.mjs +4 -2
- package/esm2022/main/split-button/index.mjs +1 -1
- package/esm2022/main/step-input/index.mjs +8 -4
- package/esm2022/main/table/index.mjs +8 -4
- package/esm2022/main/table-header-cell/index.mjs +1 -1
- package/esm2022/main/table-row/index.mjs +7 -4
- package/esm2022/main/table-virtualizer/index.mjs +36 -0
- package/esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs +5 -0
- package/esm2022/main/toggle-button/index.mjs +4 -2
- package/esm2022/main/tokenizer/index.mjs +24 -4
- package/esm2022/main/tree/index.mjs +6 -2
- package/esm2022/main/ui5-main.module.mjs +9 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +5 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +82 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +84 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +12 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +23 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +5 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/dynamic-side-content/index.d.ts +11 -2
- package/fiori/navigation-layout/index.d.ts +3 -4
- package/fiori/ui5-fiori.module.d.ts +7 -4
- package/fiori/upload-collection/index.d.ts +1 -5
- package/fiori/user-menu/index.d.ts +72 -0
- package/fiori/user-menu-account/index.d.ts +38 -0
- package/fiori/user-menu-item/index.d.ts +101 -0
- package/index.d.ts +5 -0
- package/main/button/index.d.ts +5 -1
- package/main/card-header/index.d.ts +1 -1
- package/main/carousel/index.d.ts +0 -2
- package/main/color-picker/index.d.ts +6 -1
- package/main/combo-box-item-group/index.d.ts +20 -2
- package/main/date-picker/index.d.ts +2 -2
- package/main/date-range-picker/index.d.ts +2 -2
- package/main/date-time-picker/index.d.ts +2 -2
- package/main/dialog/index.d.ts +3 -3
- package/main/expandable-text/index.d.ts +29 -0
- package/main/form/index.d.ts +13 -2
- package/main/link/index.d.ts +5 -1
- package/main/list/index.d.ts +10 -2
- package/main/multi-combo-box-item-group/index.d.ts +20 -2
- package/main/radio-button/index.d.ts +5 -2
- package/main/rating-indicator/index.d.ts +5 -1
- package/main/split-button/index.d.ts +1 -1
- package/main/step-input/index.d.ts +5 -1
- package/main/table/index.d.ts +22 -2
- package/main/table-header-cell/index.d.ts +4 -2
- package/main/table-row/index.d.ts +10 -1
- package/main/table-virtualizer/index.d.ts +36 -0
- package/main/toggle-button/index.d.ts +5 -1
- package/main/tokenizer/index.d.ts +15 -1
- package/main/tree/index.d.ts +9 -1
- package/main/ui5-main.module.d.ts +71 -69
- package/package.json +32 -2
- package/ui5-webcomponents-ngx-0.3.2.tgz +0 -0
- package/ui5-webcomponents-ngx-0.3.2-rc.2.tgz +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-list.mjs","sources":["../../../../libs/ui5-angular/main/list/index.ts","../../../../libs/ui5-angular/main/list/ui5-webcomponents-ngx-main-list.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/List.js';\nimport {\n default as List,\n ListItemClickEventDetail,\n ListItemCloseEventDetail,\n ListItemDeleteEventDetail,\n ListItemToggleEventDetail,\n ListMoveEventDetail,\n ListSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/List.js';\n@ProxyInputs([\n 'headerText',\n 'footerText',\n 'indent',\n 'selectionMode',\n 'noDataText',\n 'separators',\n 'growing',\n 'growingButtonText',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n])\n@ProxyOutputs([\n 'item-click: ui5ItemClick',\n 'item-close: ui5ItemClose',\n 'item-toggle: ui5ItemToggle',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n 'load-more: ui5LoadMore',\n 'move-over: ui5MoveOver',\n 'move: ui5Move',\n])\n@Component({\n standalone: true,\n selector: 'ui5-list',\n template: '<ng-content></ng-content>',\n inputs: [\n 'headerText',\n 'footerText',\n 'indent',\n 'selectionMode',\n 'noDataText',\n 'separators',\n 'growing',\n 'growingButtonText',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n ],\n outputs: [\n 'ui5ItemClick',\n 'ui5ItemClose',\n 'ui5ItemToggle',\n 'ui5ItemDelete',\n 'ui5SelectionChange',\n 'ui5LoadMore',\n 'ui5MoveOver',\n 'ui5Move',\n ],\n exportAs: 'ui5List',\n})\nclass ListComponent {\n /**\n Defines the component header text.\n\n**Note:** If `header` is set this property is ignored.\n */\n headerText!: string | undefined;\n /**\n Defines the footer text.\n */\n footerText!: string | undefined;\n /**\n Determines whether the component is indented.\n */\n @InputDecorator({ transform: booleanAttribute })\n indent!: boolean;\n /**\n Defines the selection mode of the component.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple'\n | 'Delete';\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string | undefined;\n /**\n Defines the item separator style that is used.\n */\n separators!: 'All' | 'Inner' | 'None';\n /**\n Defines whether the component will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\non IE the component will fallback to `growing=\"Button\"`.\n */\n growing!: 'Button' | 'Scroll' | 'None';\n /**\n Defines the text that will be displayed inside the growing button.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if the `growing` property is set to the `Button`.\n */\n growingButtonText!: string | undefined;\n /**\n Defines if the component would display a loading indicator over the list.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will show up for this component.\n */\n loadingDelay!: number;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-list.mjs","sources":["../../../../libs/ui5-angular/main/list/index.ts","../../../../libs/ui5-angular/main/list/ui5-webcomponents-ngx-main-list.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/List.js';\nimport {\n default as List,\n ListItemClickEventDetail,\n ListItemCloseEventDetail,\n ListItemDeleteEventDetail,\n ListItemToggleEventDetail,\n ListMoveEventDetail,\n ListSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/List.js';\n@ProxyInputs([\n 'headerText',\n 'footerText',\n 'indent',\n 'selectionMode',\n 'noDataText',\n 'separators',\n 'growing',\n 'growingButtonText',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'accessibleRole',\n])\n@ProxyOutputs([\n 'item-click: ui5ItemClick',\n 'item-close: ui5ItemClose',\n 'item-toggle: ui5ItemToggle',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n 'load-more: ui5LoadMore',\n 'move-over: ui5MoveOver',\n 'move: ui5Move',\n])\n@Component({\n standalone: true,\n selector: 'ui5-list',\n template: '<ng-content></ng-content>',\n inputs: [\n 'headerText',\n 'footerText',\n 'indent',\n 'selectionMode',\n 'noDataText',\n 'separators',\n 'growing',\n 'growingButtonText',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'accessibleRole',\n ],\n outputs: [\n 'ui5ItemClick',\n 'ui5ItemClose',\n 'ui5ItemToggle',\n 'ui5ItemDelete',\n 'ui5SelectionChange',\n 'ui5LoadMore',\n 'ui5MoveOver',\n 'ui5Move',\n ],\n exportAs: 'ui5List',\n})\nclass ListComponent {\n /**\n Defines the component header text.\n\n**Note:** If `header` is set this property is ignored.\n */\n headerText!: string | undefined;\n /**\n Defines the footer text.\n */\n footerText!: string | undefined;\n /**\n Determines whether the component is indented.\n */\n @InputDecorator({ transform: booleanAttribute })\n indent!: boolean;\n /**\n Defines the selection mode of the component.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple'\n | 'Delete';\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string | undefined;\n /**\n Defines the item separator style that is used.\n */\n separators!: 'All' | 'Inner' | 'None';\n /**\n Defines whether the component will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\non IE the component will fallback to `growing=\"Button\"`.\n */\n growing!: 'Button' | 'Scroll' | 'None';\n /**\n Defines the text that will be displayed inside the growing button.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if the `growing` property is set to the `Button`.\n */\n growingButtonText!: string | undefined;\n /**\n Defines if the component would display a loading indicator over the list.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will show up for this component.\n */\n loadingDelay!: number;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines the IDs of the elements that describe the component.\n */\n accessibleDescriptionRef!: string | undefined;\n /**\n Defines the accessible role of the component.\n */\n accessibleRole!: 'List' | 'Menu' | 'Tree' | 'ListBox';\n\n /**\n Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n */\n ui5ItemClick!: EventEmitter<ListItemClickEventDetail>;\n /**\n Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n */\n ui5ItemClose!: EventEmitter<ListItemCloseEventDetail>;\n /**\n Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n */\n ui5ItemToggle!: EventEmitter<ListItemToggleEventDetail>;\n /**\n Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n */\n ui5ItemDelete!: EventEmitter<ListItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.\n */\n ui5SelectionChange!: EventEmitter<ListSelectionChangeEventDetail>;\n /**\n Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n */\n ui5LoadMore!: EventEmitter<void>;\n /**\n Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<ListMoveEventDetail>;\n /**\n Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<ListMoveEventDetail>;\n\n private elementRef: ElementRef<List> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): List {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ListComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAiFM,IAAA,aAAa,GA5DnB,MA4DM,aAAa,CAAA;AAsIjB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqB,MAAM,CAAC,UAAU,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA3If,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,EAcY,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,gBAAgB,CAwChB,EAAA,aAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,OAAA,EAAA,SAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,gBAAgB,miBApFnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AA8BjC,aAAa,GAAA,UAAA,CAAA;AA5DlB,IAAA,WAAW,CAAC;QACX,YAAY;QACZ,YAAY;QACZ,QAAQ;QACR,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,SAAS;QACT,mBAAmB;QACnB,SAAS;QACT,cAAc;QACd,gBAAgB;QAChB,mBAAmB;QACnB,uBAAuB;QACvB,0BAA0B;QAC1B,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,0BAA0B;QAC1B,0BAA0B;QAC1B,4BAA4B;QAC5B,4BAA4B;QAC5B,sCAAsC;QACtC,wBAAwB;QACxB,wBAAwB;QACxB,eAAe;KAChB,CAAC;;AAkCI,CAAA,EAAA,aAAa,CA6IlB;2FA7IK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAjClB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,YAAY;wBACZ,YAAY;wBACZ,QAAQ;wBACR,eAAe;wBACf,YAAY;wBACZ,YAAY;wBACZ,SAAS;wBACT,mBAAmB;wBACnB,SAAS;wBACT,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;wBACnB,uBAAuB;wBACvB,0BAA0B;wBAC1B,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,cAAc;wBACd,cAAc;wBACd,eAAe;wBACf,eAAe;wBACf,oBAAoB;wBACpB,aAAa;wBACb,aAAa;wBACb,SAAS;AACV,qBAAA;AACD,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;wDAgBC,MAAM,EAAA,CAAA;sBADLA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAyC/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACvIjD;;AAEG;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate, __metadata } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
-
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
4
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
5
|
import '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';
|
|
6
6
|
|
|
7
7
|
let MultiComboBoxItemGroupComponent = class MultiComboBoxItemGroupComponent {
|
|
@@ -15,10 +15,11 @@ let MultiComboBoxItemGroupComponent = class MultiComboBoxItemGroupComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MultiComboBoxItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MultiComboBoxItemGroupComponent, isStandalone: true, selector: "ui5-mcb-item-group", inputs: { headerText: "headerText" }, exportAs: ["ui5McbItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MultiComboBoxItemGroupComponent, isStandalone: true, selector: "ui5-mcb-item-group", inputs: { headerText: "headerText", headerAccessibleName: "headerAccessibleName" }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5McbItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
MultiComboBoxItemGroupComponent = __decorate([
|
|
21
|
-
ProxyInputs(['headerText']),
|
|
21
|
+
ProxyInputs(['headerText', 'headerAccessibleName']),
|
|
22
|
+
ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move']),
|
|
22
23
|
__metadata("design:paramtypes", [])
|
|
23
24
|
], MultiComboBoxItemGroupComponent);
|
|
24
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MultiComboBoxItemGroupComponent, decorators: [{
|
|
@@ -27,7 +28,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
27
28
|
standalone: true,
|
|
28
29
|
selector: 'ui5-mcb-item-group',
|
|
29
30
|
template: '<ng-content></ng-content>',
|
|
30
|
-
inputs: ['headerText'],
|
|
31
|
+
inputs: ['headerText', 'headerAccessibleName'],
|
|
32
|
+
outputs: ['ui5MoveOver', 'ui5Move'],
|
|
31
33
|
exportAs: 'ui5McbItemGroup',
|
|
32
34
|
}]
|
|
33
35
|
}], ctorParameters: () => [] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs","sources":["../../../../libs/ui5-angular/main/multi-combo-box-item-group/index.ts","../../../../libs/ui5-angular/main/multi-combo-box-item-group/ui5-webcomponents-ngx-main-multi-combo-box-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';\nimport MultiComboBoxItemGroup from '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';\n@ProxyInputs(['headerText'])\n@Component({\n standalone: true,\n selector: 'ui5-mcb-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText'],\n exportAs: 'ui5McbItemGroup',\n})\nclass MultiComboBoxItemGroupComponent {\n /**\n Defines the text of the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs","sources":["../../../../libs/ui5-angular/main/multi-combo-box-item-group/index.ts","../../../../libs/ui5-angular/main/multi-combo-box-item-group/ui5-webcomponents-ngx-main-multi-combo-box-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';\nimport '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';\nimport MultiComboBoxItemGroup from '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';\n@ProxyInputs(['headerText', 'headerAccessibleName'])\n@ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move'])\n@Component({\n standalone: true,\n selector: 'ui5-mcb-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText', 'headerAccessibleName'],\n outputs: ['ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5McbItemGroup',\n})\nclass MultiComboBoxItemGroupComponent {\n /**\n Defines the header text of the <code>ui5-li-group</code>.\n */\n headerText!: string | undefined;\n /**\n Defines the accessible name of the header.\n */\n headerAccessibleName!: string | undefined;\n\n /**\n Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<ListItemGroupMoveEventDetail>;\n /**\n Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<ListItemGroupMoveEventDetail>;\n\n private elementRef: ElementRef<MultiComboBoxItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): MultiComboBoxItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { MultiComboBoxItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAsBM,IAAA,+BAA+B,GAVrC,MAUM,+BAA+B,CAAA;AA2BnC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuC,MAAM,CAAC,UAAU,CAAC;AACnE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAhCf,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,+BAA+B,8PALzB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,+BAA+B,GAAA,UAAA,CAAA;AAVpC,IAAA,WAAW,CAAC,CAAC,YAAY,EAAE,sBAAsB,CAAC,CAAC;AACnD,IAAA,YAAY,CAAC,CAAC,wBAAwB,EAAE,eAAe,CAAC,CAAC;;AASpD,CAAA,EAAA,+BAA+B,CAkCpC;2FAlCK,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBARpC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,YAAY,EAAE,sBAAsB,CAAC;AAC9C,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC;AACnC,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACrBD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-radio-button.mjs","sources":["../../../../libs/ui5-angular/main/radio-button/index.ts","../../../../libs/ui5-angular/main/radio-button/ui5-webcomponents-ngx-main-radio-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RadioButton.js';\nimport RadioButton from '@ui5/webcomponents/dist/RadioButton.js';\n@ProxyInputs([\n 'disabled',\n 'readonly',\n 'required',\n 'checked',\n 'text',\n 'valueState',\n 'name',\n 'value',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-radio-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'readonly',\n 'required',\n 'checked',\n 'text',\n 'valueState',\n 'name',\n 'value',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RadioButton',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass RadioButtonComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-radio-button.mjs","sources":["../../../../libs/ui5-angular/main/radio-button/index.ts","../../../../libs/ui5-angular/main/radio-button/ui5-webcomponents-ngx-main-radio-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RadioButton.js';\nimport RadioButton from '@ui5/webcomponents/dist/RadioButton.js';\n@ProxyInputs([\n 'disabled',\n 'readonly',\n 'required',\n 'checked',\n 'text',\n 'valueState',\n 'name',\n 'value',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-radio-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'readonly',\n 'required',\n 'checked',\n 'text',\n 'valueState',\n 'name',\n 'value',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RadioButton',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass RadioButtonComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.\n */\n @InputDecorator({ transform: booleanAttribute })\n checked!: boolean;\n /**\n Defines the text of the component.\n */\n text!: string | undefined;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\nRadio buttons with the same `name` will form a radio button group.\n\n**Note:** By this name the component will be identified upon submission in an HTML form.\n\n**Note:** The selection can be changed with `ARROW_UP/DOWN` and `ARROW_LEFT/RIGHT` keys between radio buttons in same group.\n\n**Note:** Only one radio button can be selected per group.\n */\n name!: string | undefined;\n /**\n Defines the form value of the component.\nWhen a form with a radio button group is submitted, the group's value\nwill be the value of the currently selected radio button.\n */\n value!: string;\n /**\n Defines whether the component text wraps when there is not enough space.\n\n**Note:** for option \"Normal\" the text will wrap and the words will not be broken based on hyphenation.\n */\n wrappingType!: 'None' | 'Normal';\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the component checked state changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RadioButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): RadioButton {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val: string) {\n this.element.checked = this.element.value === val;\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { RadioButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;;;AAkDM,IAAA,oBAAoB,GApC1B,MAoCM,oBAAoB,CAAA;AAoFxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;IAGtC,IAAI,QAAQ,CAAC,GAAW,EAAA;AACtB,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,KAAK,GAAG;;AAEnD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK;;AAG3B,IAAA,WAAA,GAAA;AAhBQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAclD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI;;8GAjGnB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAMK,gBAAgB,CAQhB,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,sCAKhB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAYhB,gBAAgB,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,UAAA,EAAA,YAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,2BAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,oBAAoB,GAAA,UAAA,CAAA;AApCzB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,UAAU;QACV,UAAU;QACV,SAAS;QACT,MAAM;QACN,YAAY;QACZ,MAAM;QACN,OAAO;QACP,cAAc;QACd,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAuB9B,CAAA,EAAA,oBAAoB,CAmGzB;2FAnGK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAtBzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,YAAY;wBACZ,MAAM;wBACN,OAAO;wBACP,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,6BAA6B,EAAE;AACpD,iBAAA;wDAQC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAS/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAa/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACjFjD;;AAEG;;;;"}
|
|
@@ -15,12 +15,13 @@ let RatingIndicatorComponent = class RatingIndicatorComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: RatingIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: RatingIndicatorComponent, isStandalone: true, selector: "ui5-rating-indicator", inputs: { value: "value", max: "max", disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", required: ["required", "required", booleanAttribute], tooltip: "tooltip" }, outputs: { ui5Change: "ui5Change" }, exportAs: ["ui5RatingIndicator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: RatingIndicatorComponent, isStandalone: true, selector: "ui5-rating-indicator", inputs: { value: "value", max: "max", size: "size", disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", required: ["required", "required", booleanAttribute], tooltip: "tooltip" }, outputs: { ui5Change: "ui5Change" }, exportAs: ["ui5RatingIndicator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
RatingIndicatorComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
22
|
'value',
|
|
23
23
|
'max',
|
|
24
|
+
'size',
|
|
24
25
|
'disabled',
|
|
25
26
|
'readonly',
|
|
26
27
|
'accessibleName',
|
|
@@ -40,6 +41,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
40
41
|
inputs: [
|
|
41
42
|
'value',
|
|
42
43
|
'max',
|
|
44
|
+
'size',
|
|
43
45
|
'disabled',
|
|
44
46
|
'readonly',
|
|
45
47
|
'accessibleName',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RatingIndicator',\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n\n**Note:** If you set a number which is not round, it would be shown as follows:\n\n- 1.0 - 1.2 -> 1\n- 1.3 - 1.7 -> 1.5\n- 1.8 - 1.9 -> 2\n */\n value!: number;\n /**\n The number of displayed rating symbols.\n */\n max!: number;\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n\n /**\n The event is fired when the value changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RatingIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): RatingIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { RatingIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'size',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'size',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RatingIndicator',\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n\n**Note:** If you set a number which is not round, it would be shown as follows:\n\n- 1.0 - 1.2 -> 1\n- 1.3 - 1.7 -> 1.5\n- 1.8 - 1.9 -> 2\n */\n value!: number;\n /**\n The number of displayed rating symbols.\n */\n max!: number;\n /**\n Defines the size of the component.\n */\n size!: 'S' | 'M' | 'L';\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n\n /**\n The event is fired when the value changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RatingIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): RatingIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { RatingIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA2CM,IAAA,wBAAwB,GA9B9B,MA8BM,wBAAwB,CAAA;AA6D5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC;AAC5D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlEf,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,+IAwBC,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQhB,gBAAgB,CAahB,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,wHA5DnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAejC,wBAAwB,GAAA,UAAA,CAAA;AA9B7B,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,MAAM;QACN,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,UAAU;QACV,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAmB9B,CAAA,EAAA,wBAAwB,CAoE7B;2FApEK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAlB7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,UAAU;wBACV,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;wDA0BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAS/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAc/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxFjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n exportAs: 'ui5SplitButton',\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n exportAs: 'ui5SplitButton',\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the arrow button should have the active state styles or not.\n */\n @InputDecorator({ transform: booleanAttribute })\n activeArrowButton!: boolean;\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the user clicks on the default action.\n */\n ui5Click!: EventEmitter<void>;\n /**\n Fired when the user clicks on the arrow action.\n */\n ui5ArrowClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<SplitButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SplitButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SplitButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA6BM,IAAA,oBAAoB,GAhB1B,MAgBM,oBAAoB,CAAA;AAkDxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAvDf,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,EAaK,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAAA,gBAAgB,CAiBhB,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,gKAnCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAhBzB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,mBAAmB;QACnB,QAAQ;QACR,UAAU;QACV,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC;;AAS1D,CAAA,EAAA,oBAAoB,CAyDzB;2FAzDK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,mBAAmB,EAAE,QAAQ,EAAE,UAAU,EAAE,gBAAgB,CAAC;AAC7E,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACtC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;wDAeC,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAkB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC3DjD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let StepInputComponent = class StepInputComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: StepInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: StepInputComponent, isStandalone: true, selector: "ui5-step-input", inputs: { value: "value", min: "min", max: "max", step: "step", valueState: "valueState", required: ["required", "required", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], placeholder: "placeholder", name: "name", valuePrecision: "valuePrecision", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5ValueStateChange: "ui5ValueStateChange" }, exportAs: ["ui5StepInput"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: StepInputComponent, isStandalone: true, selector: "ui5-step-input", inputs: { value: "value", min: "min", max: "max", step: "step", valueState: "valueState", required: ["required", "required", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], placeholder: "placeholder", name: "name", valuePrecision: "valuePrecision", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange" }, exportAs: ["ui5StepInput"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
StepInputComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -33,7 +33,11 @@ StepInputComponent = __decorate([
|
|
|
33
33
|
'accessibleName',
|
|
34
34
|
'accessibleNameRef',
|
|
35
35
|
]),
|
|
36
|
-
ProxyOutputs([
|
|
36
|
+
ProxyOutputs([
|
|
37
|
+
'change: ui5Change',
|
|
38
|
+
'input: ui5Input',
|
|
39
|
+
'value-state-change: ui5ValueStateChange',
|
|
40
|
+
]),
|
|
37
41
|
__metadata("design:paramtypes", [])
|
|
38
42
|
], StepInputComponent);
|
|
39
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: StepInputComponent, decorators: [{
|
|
@@ -57,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
57
61
|
'accessibleName',
|
|
58
62
|
'accessibleNameRef',
|
|
59
63
|
],
|
|
60
|
-
outputs: ['ui5Change', 'ui5ValueStateChange'],
|
|
64
|
+
outputs: ['ui5Change', 'ui5Input', 'ui5ValueStateChange'],
|
|
61
65
|
exportAs: 'ui5StepInput',
|
|
62
66
|
}]
|
|
63
67
|
}], ctorParameters: () => [], propDecorators: { required: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-step-input.mjs","sources":["../../../../libs/ui5-angular/main/step-input/index.ts","../../../../libs/ui5-angular/main/step-input/ui5-webcomponents-ngx-main-step-input.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport {\n default as StepInput,\n StepInputValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/StepInput.js';\n@ProxyInputs([\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change'
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-step-input.mjs","sources":["../../../../libs/ui5-angular/main/step-input/index.ts","../../../../libs/ui5-angular/main/step-input/ui5-webcomponents-ngx-main-step-input.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport {\n default as StepInput,\n StepInputValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/StepInput.js';\n@ProxyInputs([\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-step-input',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change', 'ui5Input', 'ui5ValueStateChange'],\n exportAs: 'ui5StepInput',\n})\nclass StepInputComponent {\n /**\n Defines a value of the component.\n */\n value!: number;\n /**\n Defines a minimum value of the component.\n */\n min!: number | undefined;\n /**\n Defines a maximum value of the component.\n */\n max!: number | undefined;\n /**\n Defines a step of increasing/decreasing the value of the component.\n */\n step!: number;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Determines the number of digits after the decimal point of the component.\n */\n valuePrecision!: number;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value of the component changes at each keystroke.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<StepInputValueStateChangeEventDetail>;\n\n private elementRef: ElementRef<StepInput> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StepInput {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StepInputComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA0DM,IAAA,kBAAkB,GA1CxB,MA0CM,kBAAkB,CAAA;AAkFtB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA0B,MAAM,CAAC,UAAU,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAvFf,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,+KAwBO,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAKhB,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,sTArDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,kBAAkB,GAAA,UAAA,CAAA;AA1CvB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,KAAK;QACL,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,yCAAyC;KAC1C,CAAC;;AAuBI,CAAA,EAAA,kBAAkB,CAyFvB;2FAzFK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAtBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,gBAAgB;wBAChB,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,qBAAqB,CAAC;AACzD,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA;wDA0BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5FjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-table-header-cell.mjs","sources":["../../../../libs/ui5-angular/main/table-header-cell/index.ts","../../../../libs/ui5-angular/main/table-header-cell/ui5-webcomponents-ngx-main-table-header-cell.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TableHeaderCell.js';\nimport TableHeaderCell from '@ui5/webcomponents/dist/TableHeaderCell.js';\n@ProxyInputs(['horizontalAlign', 'width', 'minWidth', 'maxWidth', 'importance'])\n@Component({\n standalone: true,\n selector: 'ui5-table-header-cell',\n template: '<ng-content></ng-content>',\n inputs: ['horizontalAlign', 'width', 'minWidth', 'maxWidth', 'importance'],\n exportAs: 'ui5TableHeaderCell',\n})\nclass TableHeaderCellComponent {\n /**\n Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.\n */\n horizontalAlign!: 'Left' | 'Start' | 'Right' | 'End' | 'Center' | undefined;\n /**\n Defines the width of column.\n */\n width!: string;\n /**\n Defines the minimum width of the column.\n\nIf the table is in `Popin` mode
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-table-header-cell.mjs","sources":["../../../../libs/ui5-angular/main/table-header-cell/index.ts","../../../../libs/ui5-angular/main/table-header-cell/ui5-webcomponents-ngx-main-table-header-cell.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TableHeaderCell.js';\nimport TableHeaderCell from '@ui5/webcomponents/dist/TableHeaderCell.js';\n@ProxyInputs(['horizontalAlign', 'width', 'minWidth', 'maxWidth', 'importance'])\n@Component({\n standalone: true,\n selector: 'ui5-table-header-cell',\n template: '<ng-content></ng-content>',\n inputs: ['horizontalAlign', 'width', 'minWidth', 'maxWidth', 'importance'],\n exportAs: 'ui5TableHeaderCell',\n})\nclass TableHeaderCellComponent {\n /**\n Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.\n */\n horizontalAlign!: 'Left' | 'Start' | 'Right' | 'End' | 'Center' | undefined;\n /**\n Defines the width of column.\n */\n width!: string;\n /**\n Defines the minimum width of the column.\n\nIf the table is in `Popin` mode and the minimum width does not fit anymore,\nthe column will move into the popin.\n\n**Note:** If `minWidth` has the `auto` value, the table ensures that the column is wider than at least `3rem`.\n */\n minWidth!: string;\n /**\n Defines the maximum width of the column.\n */\n maxWidth!: string;\n /**\n Defines the importance of the column.\n\nThis property affects the popin behaviour.\nColumns with higher importance will move into the popin area later then less important\ncolumns.\n */\n importance!: number;\n\n private elementRef: ElementRef<TableHeaderCell> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TableHeaderCell {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableHeaderCellComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,wBAAwB,GAR9B,MAQM,wBAAwB,CAAA;AAoC5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC;AAC5D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzCf,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,yPAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,wBAAwB,GAAA,UAAA,CAAA;AAR7B,IAAA,WAAW,CAAC,CAAC,iBAAiB,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC;;AAQ1E,CAAA,EAAA,wBAAwB,CA2C7B;2FA3CK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,iBAAiB,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,CAAC;AAC1E,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let TableRowComponent = class TableRowComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TableRowComponent, isStandalone: true, selector: "ui5-table-row", inputs: { rowKey: "rowKey", interactive: ["interactive", "interactive", booleanAttribute], navigated: ["navigated", "navigated", booleanAttribute] }, exportAs: ["ui5TableRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TableRowComponent, isStandalone: true, selector: "ui5-table-row", inputs: { rowKey: "rowKey", position: "position", interactive: ["interactive", "interactive", booleanAttribute], navigated: ["navigated", "navigated", booleanAttribute], movable: ["movable", "movable", booleanAttribute] }, exportAs: ["ui5TableRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TableRowComponent = __decorate([
|
|
21
|
-
ProxyInputs(['rowKey', 'interactive', 'navigated']),
|
|
21
|
+
ProxyInputs(['rowKey', 'position', 'interactive', 'navigated', 'movable']),
|
|
22
22
|
__metadata("design:paramtypes", [])
|
|
23
23
|
], TableRowComponent);
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableRowComponent, decorators: [{
|
|
@@ -27,7 +27,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
27
27
|
standalone: true,
|
|
28
28
|
selector: 'ui5-table-row',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
|
-
inputs: ['rowKey', 'interactive', 'navigated'],
|
|
30
|
+
inputs: ['rowKey', 'position', 'interactive', 'navigated', 'movable'],
|
|
31
31
|
exportAs: 'ui5TableRow',
|
|
32
32
|
}]
|
|
33
33
|
}], ctorParameters: () => [], propDecorators: { interactive: [{
|
|
@@ -36,6 +36,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
36
36
|
}], navigated: [{
|
|
37
37
|
type: Input,
|
|
38
38
|
args: [{ transform: booleanAttribute }]
|
|
39
|
+
}], movable: [{
|
|
40
|
+
type: Input,
|
|
41
|
+
args: [{ transform: booleanAttribute }]
|
|
39
42
|
}] } });
|
|
40
43
|
|
|
41
44
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-table-row.mjs","sources":["../../../../libs/ui5-angular/main/table-row/index.ts","../../../../libs/ui5-angular/main/table-row/ui5-webcomponents-ngx-main-table-row.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TableRow.js';\nimport TableRow from '@ui5/webcomponents/dist/TableRow.js';\n@ProxyInputs(['rowKey', 'interactive', 'navigated'])\n@Component({\n standalone: true,\n selector: 'ui5-table-row',\n template: '<ng-content></ng-content>',\n inputs: ['rowKey', 'interactive', 'navigated'],\n exportAs: 'ui5TableRow',\n})\nclass TableRowComponent {\n /**\n Unique identifier of the row.\n */\n rowKey!: string;\n /**\n Defines the interactive state of the row.\n */\n @InputDecorator({ transform: booleanAttribute })\n interactive!: boolean;\n /**\n Defines the navigated state of the row.\n */\n @InputDecorator({ transform: booleanAttribute })\n navigated!: boolean;\n\n private elementRef: ElementRef<TableRow> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TableRow {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableRowComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-table-row.mjs","sources":["../../../../libs/ui5-angular/main/table-row/index.ts","../../../../libs/ui5-angular/main/table-row/ui5-webcomponents-ngx-main-table-row.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TableRow.js';\nimport TableRow from '@ui5/webcomponents/dist/TableRow.js';\n@ProxyInputs(['rowKey', 'position', 'interactive', 'navigated', 'movable'])\n@Component({\n standalone: true,\n selector: 'ui5-table-row',\n template: '<ng-content></ng-content>',\n inputs: ['rowKey', 'position', 'interactive', 'navigated', 'movable'],\n exportAs: 'ui5TableRow',\n})\nclass TableRowComponent {\n /**\n Unique identifier of the row.\n */\n rowKey!: string;\n /**\n Defines the position of the row respect to the total number of rows within the table when the <code>ui5-table-virtualizer</code> feature is used.\n */\n position!: number;\n /**\n Defines the interactive state of the row.\n */\n @InputDecorator({ transform: booleanAttribute })\n interactive!: boolean;\n /**\n Defines the navigated state of the row.\n */\n @InputDecorator({ transform: booleanAttribute })\n navigated!: boolean;\n /**\n Defines whether the row is movable.\n */\n @InputDecorator({ transform: booleanAttribute })\n movable!: boolean;\n\n private elementRef: ElementRef<TableRow> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TableRow {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableRowComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AA6BrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC;AACrD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlCf,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,+IAYQ,gBAAgB,CAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAKhB,gBAAgB,CAKhB,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,gBAAgB,wDA1BnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC;;AAQrE,CAAA,EAAA,iBAAiB,CAoCtB;2FApCK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,CAAC;AACrE,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA;wDAcC,WAAW,EAAA,CAAA;sBADVA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC1CjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/TableVirtualizer.js';
|
|
6
|
+
|
|
7
|
+
let TableVirtualizerComponent = class TableVirtualizerComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableVirtualizerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: TableVirtualizerComponent, isStandalone: true, selector: "ui5-table-virtualizer", inputs: { rowHeight: "rowHeight", rowCount: "rowCount", extraRows: "extraRows" }, outputs: { ui5RangeChange: "ui5RangeChange" }, exportAs: ["ui5TableVirtualizer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TableVirtualizerComponent = __decorate([
|
|
21
|
+
ProxyInputs(['rowHeight', 'rowCount', 'extraRows']),
|
|
22
|
+
ProxyOutputs(['range-change: ui5RangeChange']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], TableVirtualizerComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableVirtualizerComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-table-virtualizer',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['rowHeight', 'rowCount', 'extraRows'],
|
|
32
|
+
outputs: ['ui5RangeChange'],
|
|
33
|
+
exportAs: 'ui5TableVirtualizer',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [] });
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Generated bundle index. Do not edit.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
export { TableVirtualizerComponent };
|
|
42
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-table-virtualizer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-table-virtualizer.mjs","sources":["../../../../libs/ui5-angular/main/table-virtualizer/index.ts","../../../../libs/ui5-angular/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TableVirtualizer.js';\nimport {\n RangeChangeEventDetail,\n default as TableVirtualizer,\n} from '@ui5/webcomponents/dist/TableVirtualizer.js';\n@ProxyInputs(['rowHeight', 'rowCount', 'extraRows'])\n@ProxyOutputs(['range-change: ui5RangeChange'])\n@Component({\n standalone: true,\n selector: 'ui5-table-virtualizer',\n template: '<ng-content></ng-content>',\n inputs: ['rowHeight', 'rowCount', 'extraRows'],\n outputs: ['ui5RangeChange'],\n exportAs: 'ui5TableVirtualizer',\n})\nclass TableVirtualizerComponent {\n /**\n Defines the height of the rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.\n */\n rowHeight!: number;\n /**\n Defines the total count of rows in the table.\n\n**Note:** This property is mandatory for the virtualization to work properly.\n */\n rowCount!: number;\n /**\n Defines the count of extra rows to be rendered at the top and bottom of the table.\n\n**Note:** This property is experimental and may be changed or deleted in the future.\n */\n extraRows!: number;\n\n /**\n Fired when the virtualizer is changed by user interaction e.g. on scrolling.\n */\n ui5RangeChange!: EventEmitter<RangeChangeEventDetail>;\n\n private elementRef: ElementRef<TableVirtualizer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TableVirtualizer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableVirtualizerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,yBAAyB,GAV/B,MAUM,yBAAyB,CAAA;AA6B7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlCf,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,qPALnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,yBAAyB,GAAA,UAAA,CAAA;IAV9B,WAAW,CAAC,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC;AACnD,IAAA,YAAY,CAAC,CAAC,8BAA8B,CAAC,CAAC;;AASzC,CAAA,EAAA,yBAAyB,CAoC9B;2FApCK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,CAAC;oBAC9C,OAAO,EAAE,CAAC,gBAAgB,CAAC;AAC3B,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let TableComponent = class TableComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TableComponent, isStandalone: true, selector: "ui5-table", inputs: { accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", noDataText: "noDataText", overflowMode: "overflowMode", loading: ["loading", "loading", booleanAttribute], loadingDelay: "loadingDelay" }, outputs: { ui5RowClick: "ui5RowClick" }, exportAs: ["ui5Table"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TableComponent, isStandalone: true, selector: "ui5-table", inputs: { accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", noDataText: "noDataText", overflowMode: "overflowMode", loading: ["loading", "loading", booleanAttribute], loadingDelay: "loadingDelay" }, outputs: { ui5RowClick: "ui5RowClick", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5Table"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TableComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -26,7 +26,11 @@ TableComponent = __decorate([
|
|
|
26
26
|
'loading',
|
|
27
27
|
'loadingDelay',
|
|
28
28
|
]),
|
|
29
|
-
ProxyOutputs([
|
|
29
|
+
ProxyOutputs([
|
|
30
|
+
'row-click: ui5RowClick',
|
|
31
|
+
'move-over: ui5MoveOver',
|
|
32
|
+
'move: ui5Move',
|
|
33
|
+
]),
|
|
30
34
|
__metadata("design:paramtypes", [])
|
|
31
35
|
], TableComponent);
|
|
32
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TableComponent, decorators: [{
|
|
@@ -43,7 +47,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
43
47
|
'loading',
|
|
44
48
|
'loadingDelay',
|
|
45
49
|
],
|
|
46
|
-
outputs: ['ui5RowClick'],
|
|
50
|
+
outputs: ['ui5RowClick', 'ui5MoveOver', 'ui5Move'],
|
|
47
51
|
exportAs: 'ui5Table',
|
|
48
52
|
}]
|
|
49
53
|
}], ctorParameters: () => [], propDecorators: { loading: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-table.mjs","sources":["../../../../libs/ui5-angular/main/table/index.ts","../../../../libs/ui5-angular/main/table/ui5-webcomponents-ngx-main-table.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Table.js';\nimport {\n default as Table,\n TableRowClickEventDetail,\n} from '@ui5/webcomponents/dist/Table.js';\n@ProxyInputs([\n 'accessibleName',\n 'accessibleNameRef',\n 'noDataText',\n 'overflowMode',\n 'loading',\n 'loadingDelay',\n])\n@ProxyOutputs(['row-click: ui5RowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-table',\n template: '<ng-content></ng-content>',\n inputs: [\n 'accessibleName',\n 'accessibleNameRef',\n 'noDataText',\n 'overflowMode',\n 'loading',\n 'loadingDelay',\n ],\n outputs: ['ui5RowClick'],\n exportAs: 'ui5Table',\n})\nclass TableComponent {\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Identifies the element (or elements) that labels the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the text to be displayed when there are no rows in the component.\n */\n noDataText!: string | undefined;\n /**\n Defines the mode of the <code>ui5-table</code> overflow behavior.\n\nAvailable options are:\n\n<code>Scroll</code> - Columns are shown as regular columns and horizontal scrolling is enabled.\n\n<code>Popin</code> - Columns are shown as pop-ins instead of regular columns.\n */\n overflowMode!: 'Scroll' | 'Popin';\n /**\n Defines if the loading indicator should be shown.\n\n<b>Note:</b> When the component is loading, it is non-interactive.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will show up for this component.\n */\n loadingDelay!: number;\n\n /**\n Fired when an interactive row is clicked.\n */\n ui5RowClick!: EventEmitter<TableRowClickEventDetail>;\n\n private elementRef: ElementRef<Table> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Table {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-table.mjs","sources":["../../../../libs/ui5-angular/main/table/index.ts","../../../../libs/ui5-angular/main/table/ui5-webcomponents-ngx-main-table.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Table.js';\nimport {\n default as Table,\n TableMoveEventDetail,\n TableRowClickEventDetail,\n} from '@ui5/webcomponents/dist/Table.js';\n@ProxyInputs([\n 'accessibleName',\n 'accessibleNameRef',\n 'noDataText',\n 'overflowMode',\n 'loading',\n 'loadingDelay',\n])\n@ProxyOutputs([\n 'row-click: ui5RowClick',\n 'move-over: ui5MoveOver',\n 'move: ui5Move',\n])\n@Component({\n standalone: true,\n selector: 'ui5-table',\n template: '<ng-content></ng-content>',\n inputs: [\n 'accessibleName',\n 'accessibleNameRef',\n 'noDataText',\n 'overflowMode',\n 'loading',\n 'loadingDelay',\n ],\n outputs: ['ui5RowClick', 'ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5Table',\n})\nclass TableComponent {\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Identifies the element (or elements) that labels the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the text to be displayed when there are no rows in the component.\n */\n noDataText!: string | undefined;\n /**\n Defines the mode of the <code>ui5-table</code> overflow behavior.\n\nAvailable options are:\n\n<code>Scroll</code> - Columns are shown as regular columns and horizontal scrolling is enabled.\n\n<code>Popin</code> - Columns are shown as pop-ins instead of regular columns.\n */\n overflowMode!: 'Scroll' | 'Popin';\n /**\n Defines if the loading indicator should be shown.\n\n<b>Note:</b> When the component is loading, it is non-interactive.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will show up for this component.\n */\n loadingDelay!: number;\n\n /**\n Fired when an interactive row is clicked.\n */\n ui5RowClick!: EventEmitter<TableRowClickEventDetail>;\n /**\n Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n */\n ui5MoveOver!: EventEmitter<TableMoveEventDetail>;\n /**\n Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n */\n ui5Move!: EventEmitter<TableMoveEventDetail>;\n\n private elementRef: ElementRef<Table> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Table {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TableComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA6CM,IAAA,cAAc,GA5BpB,MA4BM,cAAc,CAAA;AAgElB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsB,MAAM,CAAC,UAAU,CAAC;AAClD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GArEf,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,cAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EA4BW,gBAAgB,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,WAAA,EAAA,aAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAxCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,cAAc,GAAA,UAAA,CAAA;AA5BnB,IAAA,WAAW,CAAC;QACX,gBAAgB;QAChB,mBAAmB;QACnB,YAAY;QACZ,cAAc;QACd,SAAS;QACT,cAAc;KACf,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,wBAAwB;QACxB,wBAAwB;QACxB,eAAe;KAChB,CAAC;;AAgBI,CAAA,EAAA,cAAc,CAuEnB;2FAvEK,cAAc,EAAA,UAAA,EAAA,CAAA;kBAfnB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,WAAW;AACrB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,gBAAgB;wBAChB,mBAAmB;wBACnB,YAAY;wBACZ,cAAc;wBACd,SAAS;wBACT,cAAc;AACf,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,SAAS,CAAC;AAClD,oBAAA,QAAQ,EAAE,UAAU;AACrB,iBAAA;wDA8BC,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACzEjD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let ToggleButtonComponent = class ToggleButtonComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: ToggleButtonComponent, isStandalone: true, selector: "ui5-toggle-button", inputs: { design: "design", disabled: ["disabled", "disabled", booleanAttribute], icon: "icon", endIcon: "endIcon", submits: ["submits", "submits", booleanAttribute], tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", type: "type", accessibleRole: "accessibleRole", pressed: ["pressed", "pressed", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ToggleButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: ToggleButtonComponent, isStandalone: true, selector: "ui5-toggle-button", inputs: { design: "design", disabled: ["disabled", "disabled", booleanAttribute], icon: "icon", endIcon: "endIcon", submits: ["submits", "submits", booleanAttribute], tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", accessibleDescription: "accessibleDescription", type: "type", accessibleRole: "accessibleRole", pressed: ["pressed", "pressed", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ToggleButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ToggleButtonComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -28,6 +28,7 @@ ToggleButtonComponent = __decorate([
|
|
|
28
28
|
'accessibleName',
|
|
29
29
|
'accessibleNameRef',
|
|
30
30
|
'accessibilityAttributes',
|
|
31
|
+
'accessibleDescription',
|
|
31
32
|
'type',
|
|
32
33
|
'accessibleRole',
|
|
33
34
|
'pressed',
|
|
@@ -51,6 +52,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
51
52
|
'accessibleName',
|
|
52
53
|
'accessibleNameRef',
|
|
53
54
|
'accessibilityAttributes',
|
|
55
|
+
'accessibleDescription',
|
|
54
56
|
'type',
|
|
55
57
|
'accessibleRole',
|
|
56
58
|
'pressed',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-toggle-button.mjs","sources":["../../../../libs/ui5-angular/main/toggle-button/index.ts","../../../../libs/ui5-angular/main/toggle-button/ui5-webcomponents-ngx-main-toggle-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';\nimport '@ui5/webcomponents/dist/ToggleButton.js';\nimport ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';\n@ProxyInputs([\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'type',\n 'accessibleRole',\n 'pressed',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-toggle-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'type',\n 'accessibleRole',\n 'pressed',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5ToggleButton',\n})\nclass ToggleButtonComponent {\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n /**\n When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** This property is only applicable within the context of an HTML Form element.`\n */\n @InputDecorator({ transform: booleanAttribute })\n submits!: boolean;\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.\n */\n accessibilityAttributes!: ButtonAccessibilityAttributes;\n /**\n Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n type!: 'Button' | 'Submit' | 'Reset';\n /**\n Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.\n */\n accessibleRole!: 'Button' | 'Link';\n /**\n Determines whether the component is displayed as pressed.\n */\n @InputDecorator({ transform: booleanAttribute })\n pressed!: boolean;\n\n /**\n Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n */\n ui5Click!: EventEmitter<Event>;\n\n private elementRef: ElementRef<ToggleButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToggleButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToggleButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toggle-button.mjs","sources":["../../../../libs/ui5-angular/main/toggle-button/index.ts","../../../../libs/ui5-angular/main/toggle-button/ui5-webcomponents-ngx-main-toggle-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';\nimport '@ui5/webcomponents/dist/ToggleButton.js';\nimport ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';\n@ProxyInputs([\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'type',\n 'accessibleRole',\n 'pressed',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-toggle-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'type',\n 'accessibleRole',\n 'pressed',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5ToggleButton',\n})\nclass ToggleButtonComponent {\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n /**\n When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** This property is only applicable within the context of an HTML Form element.`\n */\n @InputDecorator({ transform: booleanAttribute })\n submits!: boolean;\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.\n */\n accessibilityAttributes!: ButtonAccessibilityAttributes;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n type!: 'Button' | 'Submit' | 'Reset';\n /**\n Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.\n */\n accessibleRole!: 'Button' | 'Link';\n /**\n Determines whether the component is displayed as pressed.\n */\n @InputDecorator({ transform: booleanAttribute })\n pressed!: boolean;\n\n /**\n Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n */\n ui5Click!: EventEmitter<Event>;\n\n private elementRef: ElementRef<ToggleButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToggleButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToggleButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoDM,IAAA,qBAAqB,GAtC3B,MAsCM,qBAAqB,CAAA;AA6GzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlHf,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,oHAgBI,gBAAgB,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EA4BhB,gBAAgB,CAiDhB,EAAA,OAAA,EAAA,SAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,gBAAgB,+FAhHnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,qBAAqB,GAAA,UAAA,CAAA;AAtC1B,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,UAAU;QACV,MAAM;QACN,SAAS;QACT,SAAS;QACT,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,yBAAyB;QACzB,uBAAuB;QACvB,MAAM;QACN,gBAAgB;QAChB,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAuB5B,CAAA,EAAA,qBAAqB,CAoH1B;2FApHK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAtB1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,UAAU;wBACV,MAAM;wBACN,SAAS;wBACT,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,yBAAyB;wBACzB,uBAAuB;wBACvB,MAAM;wBACN,gBAAgB;wBAChB,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;wDAkBC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBA6B/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAkD/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACjJjD;;AAEG;;;;"}
|