@ui5/webcomponents-ngx 0.4.6-rc.9 → 0.4.6

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.
Files changed (69) hide show
  1. package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-group.mjs +42 -0
  2. package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-group.mjs.map +1 -0
  3. package/fesm2022/ui5-webcomponents-ngx-fiori-search-item.mjs +45 -0
  4. package/fesm2022/ui5-webcomponents-ngx-fiori-search-item.mjs.map +1 -0
  5. package/fesm2022/ui5-webcomponents-ngx-fiori-search-message-area.mjs +40 -0
  6. package/fesm2022/ui5-webcomponents-ngx-fiori-search-message-area.mjs.map +1 -0
  7. package/fesm2022/ui5-webcomponents-ngx-fiori-search-scope.mjs +43 -0
  8. package/fesm2022/ui5-webcomponents-ngx-fiori-search-scope.mjs.map +1 -0
  9. package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs +83 -0
  10. package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs.map +1 -0
  11. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +3 -3
  12. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
  13. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +3 -3
  14. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
  15. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +6 -1
  16. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -1
  17. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -1
  18. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +20 -4
  19. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  20. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
  21. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +15 -2
  22. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
  23. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +5 -1
  24. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
  25. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
  26. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +6 -1
  27. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
  28. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +5 -1
  29. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
  30. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
  31. package/fesm2022/ui5-webcomponents-ngx-main-table-growing.mjs +3 -3
  32. package/fesm2022/ui5-webcomponents-ngx-main-table-growing.mjs.map +1 -1
  33. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs +4 -2
  34. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs.map +1 -1
  35. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs +4 -2
  36. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs.map +1 -1
  37. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
  38. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
  39. package/fesm2022/ui5-webcomponents-ngx.mjs +5 -1
  40. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  41. package/fiori/search/index.d.ts +79 -0
  42. package/fiori/search-item/index.d.ts +35 -0
  43. package/fiori/search-item-group/index.d.ts +35 -0
  44. package/fiori/search-message-area/index.d.ts +21 -0
  45. package/fiori/search-scope/index.d.ts +22 -0
  46. package/fiori/shell-bar-item/index.d.ts +19 -2
  47. package/fiori/side-navigation/index.d.ts +5 -1
  48. package/fiori/ui5-fiori.module.d.ts +28 -24
  49. package/fiori/user-menu-account/index.d.ts +6 -1
  50. package/fiori/user-menu-item/index.d.ts +2 -3
  51. package/index.d.ts +5 -1
  52. package/main/avatar/index.d.ts +2 -1
  53. package/main/combo-box/index.d.ts +14 -1
  54. package/main/input/index.d.ts +9 -1
  55. package/main/menu-item/index.d.ts +2 -3
  56. package/main/multi-combo-box/index.d.ts +6 -1
  57. package/main/multi-input/index.d.ts +9 -1
  58. package/main/select/index.d.ts +5 -3
  59. package/main/table/index.d.ts +0 -1
  60. package/main/table-growing/index.d.ts +8 -8
  61. package/main/table-row/index.d.ts +1 -1
  62. package/main/table-row-action/index.d.ts +6 -1
  63. package/main/table-row-action-navigation/index.d.ts +6 -1
  64. package/package.json +49 -33
  65. package/ui5-webcomponents-ngx-0.4.6.tgz +0 -0
  66. package/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs +0 -40
  67. package/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs.map +0 -1
  68. package/fiori/search-field-scope-option/index.d.ts +0 -17
  69. package/ui5-webcomponents-ngx-0.4.6-rc.9.tgz +0 -0
@@ -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 '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';
5
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchItemGroupComponent = class SearchItemGroupComponent {
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: "19.2.1", ngImport: i0, type: SearchItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: SearchItemGroupComponent, isStandalone: true, selector: "ui5-search-item-group", inputs: { headerText: "headerText", headerAccessibleName: "headerAccessibleName" }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5SearchItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchItemGroupComponent = __decorate([
21
+ ProxyInputs(['headerText', 'headerAccessibleName']),
22
+ ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move']),
23
+ __metadata("design:paramtypes", [])
24
+ ], SearchItemGroupComponent);
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchItemGroupComponent, decorators: [{
26
+ type: Component,
27
+ args: [{
28
+ standalone: true,
29
+ selector: 'ui5-search-item-group',
30
+ template: '<ng-content></ng-content>',
31
+ inputs: ['headerText', 'headerAccessibleName'],
32
+ outputs: ['ui5MoveOver', 'ui5Move'],
33
+ exportAs: 'ui5SearchItemGroup',
34
+ }]
35
+ }], ctorParameters: () => [] });
36
+
37
+ /**
38
+ * Generated bundle index. Do not edit.
39
+ */
40
+
41
+ export { SearchItemGroupComponent };
42
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-item-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search-item-group.mjs","sources":["../../../../libs/ui5-angular/fiori/search-item-group/index.ts","../../../../libs/ui5-angular/fiori/search-item-group/ui5-webcomponents-ngx-fiori-search-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';\nimport SearchItemGroup from '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';\n@ProxyInputs(['headerText', 'headerAccessibleName'])\n@ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move'])\n@Component({\n standalone: true,\n selector: 'ui5-search-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText', 'headerAccessibleName'],\n outputs: ['ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5SearchItemGroup',\n})\nclass SearchItemGroupComponent {\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<SearchItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAsBM,IAAA,wBAAwB,GAV9B,MAUM,wBAAwB,CAAA;AA2B5B,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;;8GAhCf,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,oQALlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,wBAAwB,GAAA,UAAA,CAAA;AAV7B,IAAA,WAAW,CAAC,CAAC,YAAY,EAAE,sBAAsB,CAAC,CAAC;AACnD,IAAA,YAAY,CAAC,CAAC,wBAAwB,EAAE,eAAe,CAAC,CAAC;;AASpD,CAAA,EAAA,wBAAwB,CAkC7B;2FAlCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAR7B,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,YAAY,EAAE,sBAAsB,CAAC;AAC9C,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC;AACnC,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;;;ACrBD;;AAEG;;;;"}
@@ -0,0 +1,45 @@
1
+ import { __decorate, __metadata } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
4
+ import '@ui5/webcomponents-fiori/dist/SearchItem.js';
5
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchItemComponent = class SearchItemComponent {
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: "19.2.1", ngImport: i0, type: SearchItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SearchItemComponent, isStandalone: true, selector: "ui5-search-item", inputs: { text: "text", icon: "icon", selected: ["selected", "selected", booleanAttribute], scopeName: "scopeName" }, outputs: { ui5Delete: "ui5Delete" }, exportAs: ["ui5SearchItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchItemComponent = __decorate([
21
+ ProxyInputs(['text', 'icon', 'selected', 'scopeName']),
22
+ ProxyOutputs(['delete: ui5Delete']),
23
+ __metadata("design:paramtypes", [])
24
+ ], SearchItemComponent);
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchItemComponent, decorators: [{
26
+ type: Component,
27
+ args: [{
28
+ standalone: true,
29
+ selector: 'ui5-search-item',
30
+ template: '<ng-content></ng-content>',
31
+ inputs: ['text', 'icon', 'selected', 'scopeName'],
32
+ outputs: ['ui5Delete'],
33
+ exportAs: 'ui5SearchItem',
34
+ }]
35
+ }], ctorParameters: () => [], propDecorators: { selected: [{
36
+ type: Input,
37
+ args: [{ transform: booleanAttribute }]
38
+ }] } });
39
+
40
+ /**
41
+ * Generated bundle index. Do not edit.
42
+ */
43
+
44
+ export { SearchItemComponent };
45
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search-item.mjs","sources":["../../../../libs/ui5-angular/fiori/search-item/index.ts","../../../../libs/ui5-angular/fiori/search-item/ui5-webcomponents-ngx-fiori-search-item.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 '@ui5/webcomponents-fiori/dist/SearchItem.js';\nimport SearchItem from '@ui5/webcomponents-fiori/dist/SearchItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'icon', 'selected', 'scopeName'])\n@ProxyOutputs(['delete: ui5Delete'])\n@Component({\n standalone: true,\n selector: 'ui5-search-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'icon', 'selected', 'scopeName'],\n outputs: ['ui5Delete'],\n exportAs: 'ui5SearchItem',\n})\nclass SearchItemComponent {\n /**\n Defines the heading text of the search item.\n */\n text!: string;\n /**\n Defines the icon name of the search item.\n */\n icon!: string;\n /**\n Defines whether the search item is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the scope of the search item\n */\n scopeName!: string | undefined;\n\n /**\n Fired when delete button is pressed.\n */\n ui5Delete!: EventEmitter<void>;\n\n private elementRef: ElementRef<SearchItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,mBAAmB,GAVzB,MAUM,mBAAmB,CAAA;AA4BvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC;AACvD,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;;8GAjCf,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAYM,gBAAgB,CAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,mBAAmB,GAAA,UAAA,CAAA;IAVxB,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC;AACtD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAS9B,CAAA,EAAA,mBAAmB,CAmCxB;2FAnCK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBARxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC;oBACjD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA;wDAcC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACnCjD;;AAEG;;;;"}
@@ -0,0 +1,40 @@
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 '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';
5
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchMessageAreaComponent = class SearchMessageAreaComponent {
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: "19.2.1", ngImport: i0, type: SearchMessageAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: SearchMessageAreaComponent, isStandalone: true, selector: "ui5-search-message-area", inputs: { text: "text", description: "description" }, exportAs: ["ui5SearchMessageArea"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchMessageAreaComponent = __decorate([
21
+ ProxyInputs(['text', 'description']),
22
+ __metadata("design:paramtypes", [])
23
+ ], SearchMessageAreaComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchMessageAreaComponent, decorators: [{
25
+ type: Component,
26
+ args: [{
27
+ standalone: true,
28
+ selector: 'ui5-search-message-area',
29
+ template: '<ng-content></ng-content>',
30
+ inputs: ['text', 'description'],
31
+ exportAs: 'ui5SearchMessageArea',
32
+ }]
33
+ }], ctorParameters: () => [] });
34
+
35
+ /**
36
+ * Generated bundle index. Do not edit.
37
+ */
38
+
39
+ export { SearchMessageAreaComponent };
40
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-message-area.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search-message-area.mjs","sources":["../../../../libs/ui5-angular/fiori/search-message-area/index.ts","../../../../libs/ui5-angular/fiori/search-message-area/ui5-webcomponents-ngx-fiori-search-message-area.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';\nimport SearchMessageArea from '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'description'])\n@Component({\n standalone: true,\n selector: 'ui5-search-message-area',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'description'],\n exportAs: 'ui5SearchMessageArea',\n})\nclass SearchMessageAreaComponent {\n /**\n Defines the text to be displayed.\n */\n text!: string | undefined;\n /**\n Defines the description text to be displayed.\n */\n description!: string | undefined;\n\n private elementRef: ElementRef<SearchMessageArea> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchMessageArea {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchMessageAreaComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,0BAA0B,GARhC,MAQM,0BAA0B,CAAA;AAc9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC;AAC9D,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;;8GAnBf,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,6KAJpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,0BAA0B,GAAA,UAAA,CAAA;AAR/B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;;AAQ/B,CAAA,EAAA,0BAA0B,CAqB/B;2FArBK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC;AAC/B,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA;;;ACjBD;;AAEG;;;;"}
@@ -0,0 +1,43 @@
1
+ import { __decorate, __metadata } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
4
+ import '@ui5/webcomponents-fiori/dist/SearchScope.js';
5
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchScopeComponent = class SearchScopeComponent {
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: "19.2.1", ngImport: i0, type: SearchScopeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SearchScopeComponent, isStandalone: true, selector: "ui5-search-scope", inputs: { text: "text", selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5SearchScope"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchScopeComponent = __decorate([
21
+ ProxyInputs(['text', 'selected']),
22
+ __metadata("design:paramtypes", [])
23
+ ], SearchScopeComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchScopeComponent, decorators: [{
25
+ type: Component,
26
+ args: [{
27
+ standalone: true,
28
+ selector: 'ui5-search-scope',
29
+ template: '<ng-content></ng-content>',
30
+ inputs: ['text', 'selected'],
31
+ exportAs: 'ui5SearchScope',
32
+ }]
33
+ }], ctorParameters: () => [], propDecorators: { selected: [{
34
+ type: Input,
35
+ args: [{ transform: booleanAttribute }]
36
+ }] } });
37
+
38
+ /**
39
+ * Generated bundle index. Do not edit.
40
+ */
41
+
42
+ export { SearchScopeComponent };
43
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-scope.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search-scope.mjs","sources":["../../../../libs/ui5-angular/fiori/search-scope/index.ts","../../../../libs/ui5-angular/fiori/search-scope/ui5-webcomponents-ngx-fiori-search-scope.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchScope.js';\nimport SearchScope from '@ui5/webcomponents-fiori/dist/SearchScope.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-search-scope',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5SearchScope',\n})\nclass SearchScopeComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n /**\n Indicates whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<SearchScope> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchScope {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchScopeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,oBAAoB,GAR1B,MAQM,oBAAoB,CAAA;AAexB,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;;8GApBf,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,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQK,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAZnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AARzB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,oBAAoB,CAsBzB;2FAtBK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPzB,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,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;wDAUC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5BjD;;AAEG;;;;"}
@@ -0,0 +1,83 @@
1
+ import { __decorate, __metadata } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
4
+ import '@ui5/webcomponents-fiori/dist/Search.js';
5
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchComponent = class SearchComponent {
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: "19.2.1", ngImport: i0, type: SearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SearchComponent, isStandalone: true, selector: "ui5-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute], collapsed: ["collapsed", "collapsed", booleanAttribute], value: "value", placeholder: "placeholder", accessibleName: "accessibleName", searchIconTooltip: "searchIconTooltip" }, outputs: { ui5Open: "ui5Open", ui5Close: "ui5Close", ui5Input: "ui5Input", ui5ScopeChange: "ui5ScopeChange", ui5Search: "ui5Search" }, exportAs: ["ui5Search"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchComponent = __decorate([
21
+ ProxyInputs([
22
+ 'loading',
23
+ 'noTypeahead',
24
+ 'open',
25
+ 'showClearIcon',
26
+ 'collapsed',
27
+ 'value',
28
+ 'placeholder',
29
+ 'accessibleName',
30
+ 'searchIconTooltip',
31
+ ]),
32
+ ProxyOutputs([
33
+ 'open: ui5Open',
34
+ 'close: ui5Close',
35
+ 'input: ui5Input',
36
+ 'scope-change: ui5ScopeChange',
37
+ 'search: ui5Search',
38
+ ]),
39
+ __metadata("design:paramtypes", [])
40
+ ], SearchComponent);
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchComponent, decorators: [{
42
+ type: Component,
43
+ args: [{
44
+ standalone: true,
45
+ selector: 'ui5-search',
46
+ template: '<ng-content></ng-content>',
47
+ inputs: [
48
+ 'loading',
49
+ 'noTypeahead',
50
+ 'open',
51
+ 'showClearIcon',
52
+ 'collapsed',
53
+ 'value',
54
+ 'placeholder',
55
+ 'accessibleName',
56
+ 'searchIconTooltip',
57
+ ],
58
+ outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],
59
+ exportAs: 'ui5Search',
60
+ }]
61
+ }], ctorParameters: () => [], propDecorators: { loading: [{
62
+ type: Input,
63
+ args: [{ transform: booleanAttribute }]
64
+ }], noTypeahead: [{
65
+ type: Input,
66
+ args: [{ transform: booleanAttribute }]
67
+ }], open: [{
68
+ type: Input,
69
+ args: [{ transform: booleanAttribute }]
70
+ }], showClearIcon: [{
71
+ type: Input,
72
+ args: [{ transform: booleanAttribute }]
73
+ }], collapsed: [{
74
+ type: Input,
75
+ args: [{ transform: booleanAttribute }]
76
+ }] } });
77
+
78
+ /**
79
+ * Generated bundle index. Do not edit.
80
+ */
81
+
82
+ export { SearchComponent };
83
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search.mjs","sources":["../../../../libs/ui5-angular/fiori/search/index.ts","../../../../libs/ui5-angular/fiori/search/ui5-webcomponents-ngx-fiori-search.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 '@ui5/webcomponents-fiori/dist/Search.js';\nimport Search from '@ui5/webcomponents-fiori/dist/Search.js';\nimport { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'collapsed',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'searchIconTooltip',\n])\n@ProxyOutputs([\n 'open: ui5Open',\n 'close: ui5Close',\n 'input: ui5Input',\n 'scope-change: ui5ScopeChange',\n 'search: ui5Search',\n])\n@Component({\n standalone: true,\n selector: 'ui5-search',\n template: '<ng-content></ng-content>',\n inputs: [\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'collapsed',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'searchIconTooltip',\n ],\n outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],\n exportAs: 'ui5Search',\n})\nclass SearchComponent {\n /**\n Indicates whether a loading indicator should be shown in the popup.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines whether the value will be autcompleted to match an item.\n */\n @InputDecorator({ transform: booleanAttribute })\n noTypeahead!: boolean;\n /**\n Indicates whether the items picker is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines whether the clear icon of the search will be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearIcon!: boolean;\n /**\n Defines whether the component is collapsed.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n /**\n Defines the value of the component.\n\n**Note:** The property is updated upon typing.\n */\n value!: string;\n /**\n Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n */\n placeholder!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the tooltip of the search icon component.\n */\n searchIconTooltip!: string | undefined;\n\n /**\n Fired when the popup is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when the popup is closed.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when typing in input or clear icon is pressed.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when the scope has changed.\n */\n ui5ScopeChange!: EventEmitter<SearchFieldScopeSelectionChangeDetails>;\n /**\n Fired when the user has triggered search with Enter key or Search Button press.\n */\n ui5Search!: EventEmitter<void>;\n\n private elementRef: ElementRef<Search> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Search {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -15,10 +15,10 @@ let ShellBarItemComponent = class ShellBarItemComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: ShellBarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: ShellBarItemComponent, isStandalone: true, selector: "ui5-shellbar-item", inputs: { icon: "icon", text: "text", count: "count" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ShellbarItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: ShellBarItemComponent, isStandalone: true, selector: "ui5-shellbar-item", inputs: { icon: "icon", text: "text", count: "count", accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ShellbarItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ShellBarItemComponent = __decorate([
21
- ProxyInputs(['icon', 'text', 'count']),
21
+ ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes']),
22
22
  ProxyOutputs(['click: ui5Click']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], ShellBarItemComponent);
@@ -28,7 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-shellbar-item',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['icon', 'text', 'count'],
31
+ inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],
32
32
  outputs: ['ui5Click'],
33
33
  exportAs: 'ui5ShellbarItem',
34
34
  }]
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string | undefined;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string | undefined;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AAyBzB,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;;8GA9Bf,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,uMALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AACtC,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAgC1B;2FAhCK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,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,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBACjC,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACvBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemAccessibilityAttributes,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string | undefined;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string | undefined;\n /**\n Defines additional accessibility attributes on Shellbar Items.\n\nThe accessibility attributes support the following values:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\n- **controls**: Identifies the element (or elements) whose contents\nor presence are controlled by the component.\nAccepts a lowercase string value, referencing the ID of the element it controls.\n */\n accessibilityAttributes!: ShellBarItemAccessibilityAttributes;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AA0CzB,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;;8GA/Cf,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,2PALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC,CAAC;AACjE,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAiD1B;2FAjDK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC;oBAC5D,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACxBD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let SideNavigationComponent = class SideNavigationComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SideNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SideNavigationComponent, isStandalone: true, selector: "ui5-side-navigation", inputs: { collapsed: ["collapsed", "collapsed", booleanAttribute] }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SideNavigation"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SideNavigationComponent, isStandalone: true, selector: "ui5-side-navigation", inputs: { collapsed: ["collapsed", "collapsed", booleanAttribute], accessibleName: "accessibleName" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SideNavigation"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SideNavigationComponent = __decorate([
21
- ProxyInputs(['collapsed']),
21
+ ProxyInputs(['collapsed', 'accessibleName']),
22
22
  ProxyOutputs(['selection-change: ui5SelectionChange']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], SideNavigationComponent);
@@ -28,7 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-side-navigation',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['collapsed'],
31
+ inputs: ['collapsed', 'accessibleName'],
32
32
  outputs: ['ui5SelectionChange'],
33
33
  exportAs: 'ui5SideNavigation',
34
34
  }]
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation/index.ts","../../../../libs/ui5-angular/fiori/side-navigation/ui5-webcomponents-ngx-fiori-side-navigation.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 '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport {\n default as SideNavigation,\n SideNavigationSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['collapsed'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation',\n template: '<ng-content></ng-content>',\n inputs: ['collapsed'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SideNavigation',\n})\nclass SideNavigationComponent {\n /**\n Defines whether the `ui5-side-navigation` is expanded or collapsed.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n\n /**\n Fired when the selection has changed via user interaction\n */\n ui5SelectionChange!: EventEmitter<SideNavigationSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SideNavigation> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigation {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA0BM,IAAA,uBAAuB,GAV7B,MAUM,uBAAuB,CAAA;AAgB3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,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;;8GArBf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAIE,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EATnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,uBAAuB,GAAA,UAAA,CAAA;AAV5B,IAAA,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;AAC1B,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,uBAAuB,CAuB5B;2FAvBK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,WAAW,CAAC;oBACrB,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;wDAMC,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9BjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation/index.ts","../../../../libs/ui5-angular/fiori/side-navigation/ui5-webcomponents-ngx-fiori-side-navigation.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 '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport {\n default as SideNavigation,\n SideNavigationSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['collapsed', 'accessibleName'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation',\n template: '<ng-content></ng-content>',\n inputs: ['collapsed', 'accessibleName'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SideNavigation',\n})\nclass SideNavigationComponent {\n /**\n Defines whether the `ui5-side-navigation` is expanded or collapsed.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the selection has changed via user interaction\n */\n ui5SelectionChange!: EventEmitter<SideNavigationSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SideNavigation> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigation {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA0BM,IAAA,uBAAuB,GAV7B,MAUM,uBAAuB,CAAA;AAoB3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,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;;8GAzBf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAIE,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EATnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,uBAAuB,GAAA,UAAA,CAAA;AAV5B,IAAA,WAAW,CAAC,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;AAC5C,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,uBAAuB,CA2B5B;2FA3BK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,gBAAgB,CAAC;oBACvC,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;wDAMC,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9BjD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let UserMenuAccountComponent = class UserMenuAccountComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: UserMenuAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: UserMenuAccountComponent, isStandalone: true, selector: "ui5-user-menu-account", inputs: { avatarSrc: "avatarSrc", avatarInitials: "avatarInitials", titleText: "titleText", subtitleText: "subtitleText", description: "description", selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5UserMenuAccount"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: UserMenuAccountComponent, isStandalone: true, selector: "ui5-user-menu-account", inputs: { avatarSrc: "avatarSrc", avatarInitials: "avatarInitials", titleText: "titleText", subtitleText: "subtitleText", description: "description", selected: ["selected", "selected", booleanAttribute], loading: ["loading", "loading", booleanAttribute] }, exportAs: ["ui5UserMenuAccount"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  UserMenuAccountComponent = __decorate([
21
21
  ProxyInputs([
@@ -25,6 +25,7 @@ UserMenuAccountComponent = __decorate([
25
25
  'subtitleText',
26
26
  'description',
27
27
  'selected',
28
+ 'loading',
28
29
  ]),
29
30
  __metadata("design:paramtypes", [])
30
31
  ], UserMenuAccountComponent);
@@ -41,12 +42,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
41
42
  'subtitleText',
42
43
  'description',
43
44
  'selected',
45
+ 'loading',
44
46
  ],
45
47
  exportAs: 'ui5UserMenuAccount',
46
48
  }]
47
49
  }], ctorParameters: () => [], propDecorators: { selected: [{
48
50
  type: Input,
49
51
  args: [{ transform: booleanAttribute }]
52
+ }], loading: [{
53
+ type: Input,
54
+ args: [{ transform: booleanAttribute }]
50
55
  }] } });
51
56
 
52
57
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-menu-account.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu-account/index.ts","../../../../libs/ui5-angular/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';\nimport UserMenuAccount from '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'avatarSrc',\n 'avatarInitials',\n 'titleText',\n 'subtitleText',\n 'description',\n 'selected',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu-account',\n template: '<ng-content></ng-content>',\n inputs: [\n 'avatarSrc',\n 'avatarInitials',\n 'titleText',\n 'subtitleText',\n 'description',\n 'selected',\n ],\n exportAs: 'ui5UserMenuAccount',\n})\nclass UserMenuAccountComponent {\n /**\n Defines the avatar image url of the user.\n */\n avatarSrc!: string | undefined;\n /**\n Defines the avatar initials of the user.\n */\n avatarInitials!: string | undefined;\n /**\n Defines the title text of the user.\n */\n titleText!: string;\n /**\n Defines additional text of the user.\n */\n subtitleText!: string;\n /**\n Defines description of the user.\n */\n description!: string;\n /**\n Defines if the user is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<UserMenuAccount> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenuAccount {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuAccountComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkCM,IAAA,wBAAwB,GAtB9B,MAsBM,wBAAwB,CAAA;AA+B5B,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;;8GApCf,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAwBC,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAnCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAWjC,wBAAwB,GAAA,UAAA,CAAA;AAtB7B,IAAA,WAAW,CAAC;QACX,WAAW;QACX,gBAAgB;QAChB,WAAW;QACX,cAAc;QACd,aAAa;QACb,UAAU;KACX,CAAC;;AAeI,CAAA,EAAA,wBAAwB,CAsC7B;2FAtCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAd7B,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;wBACN,WAAW;wBACX,gBAAgB;wBAChB,WAAW;wBACX,cAAc;wBACd,aAAa;wBACb,UAAU;AACX,qBAAA;AACD,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;wDA0BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC1DjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-menu-account.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu-account/index.ts","../../../../libs/ui5-angular/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';\nimport UserMenuAccount from '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'avatarSrc',\n 'avatarInitials',\n 'titleText',\n 'subtitleText',\n 'description',\n 'selected',\n 'loading',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu-account',\n template: '<ng-content></ng-content>',\n inputs: [\n 'avatarSrc',\n 'avatarInitials',\n 'titleText',\n 'subtitleText',\n 'description',\n 'selected',\n 'loading',\n ],\n exportAs: 'ui5UserMenuAccount',\n})\nclass UserMenuAccountComponent {\n /**\n Defines the avatar image url of the user.\n */\n avatarSrc!: string | undefined;\n /**\n Defines the avatar initials of the user.\n */\n avatarInitials!: string | undefined;\n /**\n Defines the title text of the user.\n */\n titleText!: string;\n /**\n Defines additional text of the user.\n */\n subtitleText!: string;\n /**\n Defines description of the user.\n */\n description!: string;\n /**\n Defines if the user is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Indicates whether a loading indicator should be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n\n private elementRef: ElementRef<UserMenuAccount> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenuAccount {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuAccountComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoCM,IAAA,wBAAwB,GAxB9B,MAwBM,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,EAwBC,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAKhB,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,gBAAgB,+DAzCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,wBAAwB,GAAA,UAAA,CAAA;AAxB7B,IAAA,WAAW,CAAC;QACX,WAAW;QACX,gBAAgB;QAChB,WAAW;QACX,cAAc;QACd,aAAa;QACb,UAAU;QACV,SAAS;KACV,CAAC;;AAgBI,CAAA,EAAA,wBAAwB,CA2C7B;2FA3CK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAf7B,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;wBACN,WAAW;wBACX,gBAAgB;wBAChB,WAAW;wBACX,cAAc;wBACd,aAAa;wBACb,UAAU;wBACV,SAAS;AACV,qBAAA;AACD,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;wDA0BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACjEjD;;AAEG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-menu-item.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu-item/index.ts","../../../../libs/ui5-angular/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.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 '@ui5/webcomponents-fiori/dist/UserMenuItem.js';\nimport UserMenuItem from '@ui5/webcomponents-fiori/dist/UserMenuItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\nimport {\n MenuBeforeCloseEventDetail,\n MenuBeforeOpenEventDetail,\n} from '@ui5/webcomponents/dist/MenuItem.js';\n@ProxyInputs([\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'text',\n 'additionalText',\n 'icon',\n 'disabled',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n])\n@ProxyOutputs([\n 'detail-click: ui5DetailClick',\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'text',\n 'additionalText',\n 'icon',\n 'disabled',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n ],\n outputs: [\n 'ui5DetailClick',\n 'ui5BeforeOpen',\n 'ui5Open',\n 'ui5BeforeClose',\n 'ui5Close',\n ],\n exportAs: 'ui5UserMenuItem',\n})\nclass UserMenuItemComponent {\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".\n */\n accessibilityAttributes!: ListItemAccessibilityAttributes;\n /**\n The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n @InputDecorator({ transform: booleanAttribute })\n navigated!: boolean;\n /**\n Defines the text of the tooltip for the menu item.\n */\n tooltip!: string | undefined;\n /**\n Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n highlight!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines the selected state of the component.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the text of the tree item.\n */\n text!: string | undefined;\n /**\n Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n */\n additionalText!: string | undefined;\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the 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 `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n */\n loadingDelay!: number;\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 detail button when type is `Detail`.\n */\n ui5DetailClick!: EventEmitter<void>;\n /**\n Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n */\n ui5BeforeOpen!: EventEmitter<MenuBeforeOpenEventDetail>;\n /**\n Fired after the menu is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n */\n ui5BeforeClose!: EventEmitter<MenuBeforeCloseEventDetail>;\n /**\n Fired after the menu is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<UserMenuItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenuItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-menu-item.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu-item/index.ts","../../../../libs/ui5-angular/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.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 '@ui5/webcomponents-fiori/dist/UserMenuItem.js';\nimport UserMenuItem from '@ui5/webcomponents-fiori/dist/UserMenuItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {\n MenuBeforeCloseEventDetail,\n MenuBeforeOpenEventDetail,\n MenuItemAccessibilityAttributes,\n} from '@ui5/webcomponents/dist/MenuItem.js';\n@ProxyInputs([\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'text',\n 'additionalText',\n 'icon',\n 'disabled',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n])\n@ProxyOutputs([\n 'detail-click: ui5DetailClick',\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'text',\n 'additionalText',\n 'icon',\n 'disabled',\n 'loading',\n 'loadingDelay',\n 'accessibleName',\n ],\n outputs: [\n 'ui5DetailClick',\n 'ui5BeforeOpen',\n 'ui5Open',\n 'ui5BeforeClose',\n 'ui5Close',\n ],\n exportAs: 'ui5UserMenuItem',\n})\nclass UserMenuItemComponent {\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".\n */\n accessibilityAttributes!: MenuItemAccessibilityAttributes;\n /**\n The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n @InputDecorator({ transform: booleanAttribute })\n navigated!: boolean;\n /**\n Defines the text of the tooltip for the menu item.\n */\n tooltip!: string | undefined;\n /**\n Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n highlight!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines the selected state of the component.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the text of the tree item.\n */\n text!: string | undefined;\n /**\n Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n */\n additionalText!: string | undefined;\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the 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 `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n */\n loadingDelay!: number;\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 detail button when type is `Detail`.\n */\n ui5DetailClick!: EventEmitter<void>;\n /**\n Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n */\n ui5BeforeOpen!: EventEmitter<MenuBeforeOpenEventDetail>;\n /**\n Fired after the menu is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n */\n ui5BeforeClose!: EventEmitter<MenuBeforeCloseEventDetail>;\n /**\n Fired after the menu is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<UserMenuItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenuItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -20,7 +20,11 @@ import { NotificationListItemComponent } from '@ui5/webcomponents-ngx/fiori/noti
20
20
  import { PageComponent } from '@ui5/webcomponents-ngx/fiori/page';
21
21
  import { ProductSwitchComponent } from '@ui5/webcomponents-ngx/fiori/product-switch';
22
22
  import { ProductSwitchItemComponent } from '@ui5/webcomponents-ngx/fiori/product-switch-item';
23
- import { SearchFieldScopeOptionComponent } from '@ui5/webcomponents-ngx/fiori/search-field-scope-option';
23
+ import { SearchComponent } from '@ui5/webcomponents-ngx/fiori/search';
24
+ import { SearchItemComponent } from '@ui5/webcomponents-ngx/fiori/search-item';
25
+ import { SearchItemGroupComponent } from '@ui5/webcomponents-ngx/fiori/search-item-group';
26
+ import { SearchMessageAreaComponent } from '@ui5/webcomponents-ngx/fiori/search-message-area';
27
+ import { SearchScopeComponent } from '@ui5/webcomponents-ngx/fiori/search-scope';
24
28
  import { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
25
29
  import { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
26
30
  import { ShellBarSpacerComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-spacer';
@@ -63,7 +67,11 @@ const imports = [
63
67
  PageComponent,
64
68
  ProductSwitchComponent,
65
69
  ProductSwitchItemComponent,
66
- SearchFieldScopeOptionComponent,
70
+ SearchComponent,
71
+ SearchItemComponent,
72
+ SearchItemGroupComponent,
73
+ SearchMessageAreaComponent,
74
+ SearchScopeComponent,
67
75
  ShellBarComponent,
68
76
  ShellBarItemComponent,
69
77
  ShellBarSpacerComponent,
@@ -109,7 +117,11 @@ class Ui5FioriModule {
109
117
  PageComponent,
110
118
  ProductSwitchComponent,
111
119
  ProductSwitchItemComponent,
112
- SearchFieldScopeOptionComponent,
120
+ SearchComponent,
121
+ SearchItemComponent,
122
+ SearchItemGroupComponent,
123
+ SearchMessageAreaComponent,
124
+ SearchScopeComponent,
113
125
  ShellBarComponent,
114
126
  ShellBarItemComponent,
115
127
  ShellBarSpacerComponent,
@@ -149,7 +161,11 @@ class Ui5FioriModule {
149
161
  PageComponent,
150
162
  ProductSwitchComponent,
151
163
  ProductSwitchItemComponent,
152
- SearchFieldScopeOptionComponent,
164
+ SearchComponent,
165
+ SearchItemComponent,
166
+ SearchItemGroupComponent,
167
+ SearchMessageAreaComponent,
168
+ SearchScopeComponent,
153
169
  ShellBarComponent,
154
170
  ShellBarItemComponent,
155
171
  ShellBarSpacerComponent,
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicPageComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page\";\nimport { DynamicPageHeaderComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-header\";\nimport { DynamicPageTitleComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-title\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NavigationLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/navigation-layout\";\nimport { NotificationListComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { SearchFieldScopeOptionComponent } from \"@ui5/webcomponents-ngx/fiori/search-field-scope-option\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { ShellBarSpacerComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-spacer\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-group-item\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { UserMenuComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu\";\nimport { UserMenuAccountComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-account\";\nimport { UserMenuItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-item\";\nimport { UserSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-dialog\";\nimport { UserSettingsItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-item\";\nimport { UserSettingsViewComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-view\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NavigationLayoutComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n SearchFieldScopeOptionComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n ShellBarSpacerComponent,\n SideNavigationComponent,\n SideNavigationGroupComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineGroupItemComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n UserMenuComponent,\n UserMenuAccountComponent,\n UserMenuItemComponent,\n UserSettingsDialogComponent,\n UserSettingsItemComponent,\n UserSettingsViewComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicPageComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page\";\nimport { DynamicPageHeaderComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-header\";\nimport { DynamicPageTitleComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-title\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NavigationLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/navigation-layout\";\nimport { NotificationListComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { SearchComponent } from \"@ui5/webcomponents-ngx/fiori/search\";\nimport { SearchItemComponent } from \"@ui5/webcomponents-ngx/fiori/search-item\";\nimport { SearchItemGroupComponent } from \"@ui5/webcomponents-ngx/fiori/search-item-group\";\nimport { SearchMessageAreaComponent } from \"@ui5/webcomponents-ngx/fiori/search-message-area\";\nimport { SearchScopeComponent } from \"@ui5/webcomponents-ngx/fiori/search-scope\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { ShellBarSpacerComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-spacer\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-group-item\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { UserMenuComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu\";\nimport { UserMenuAccountComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-account\";\nimport { UserMenuItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-item\";\nimport { UserSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-dialog\";\nimport { UserSettingsItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-item\";\nimport { UserSettingsViewComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-view\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NavigationLayoutComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n SearchComponent,\n SearchItemComponent,\n SearchItemGroupComponent,\n SearchMessageAreaComponent,\n SearchScopeComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n ShellBarSpacerComponent,\n SideNavigationComponent,\n SideNavigationGroupComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineGroupItemComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n UserMenuComponent,\n UserMenuAccountComponent,\n UserMenuItemComponent,\n UserSettingsDialogComponent,\n UserSettingsItemComponent,\n UserSettingsViewComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDA,MAAM,OAAO,GAAG;IACd,6BAA6B;IAC7B,oBAAoB;IACpB,0BAA0B;IAC1B,yBAAyB;IACzB,2BAA2B;IAC3B,mBAAmB;IACnB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,qBAAqB;IACrB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,kCAAkC;IAClC,6BAA6B;IAC7B,aAAa;IACb,sBAAsB;IACtB,0BAA0B;IAC1B,eAAe;IACf,mBAAmB;IACnB,wBAAwB;IACxB,0BAA0B;IAC1B,oBAAoB;IACpB,iBAAiB;IACjB,qBAAqB;IACrB,uBAAuB;IACvB,uBAAuB;IACvB,4BAA4B;IAC5B,2BAA2B;IAC3B,8BAA8B;IAC9B,iBAAiB;IACjB,iBAAiB;IACjB,0BAA0B;IAC1B,qBAAqB;IACrB,yBAAyB;IACzB,6BAA6B;IAC7B,iBAAiB;IACjB,wBAAwB;IACxB,qBAAqB;IACrB,2BAA2B;IAC3B,yBAAyB;IACzB,yBAAyB;IACzB,2BAA2B;IAC3B,eAAe;IACf,mBAAmB;CACpB;AACD,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC;AAE5B,MAIM,cAAc,CAAA;IAClB,WACE,CAAA,mCAAwE;8GAFtE,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,mCAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YApDlB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,eAAe;YACf,mBAAmB;YACnB,wBAAwB;YACxB,0BAA0B;YAC1B,oBAAoB;YACpB,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,0BAA0B;YAC1B,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,iBAAiB;YACjB,wBAAwB;YACxB,qBAAqB;YACrB,2BAA2B;YAC3B,yBAAyB;YACzB,yBAAyB;YACzB,2BAA2B;YAC3B,eAAe;AACf,YAAA,mBAAmB,aA5CnB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,eAAe;YACf,mBAAmB;YACnB,wBAAwB;YACxB,0BAA0B;YAC1B,oBAAoB;YACpB,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,0BAA0B;YAC1B,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,iBAAiB;YACjB,wBAAwB;YACxB,qBAAqB;YACrB,2BAA2B;YAC3B,yBAAyB;YACzB,yBAAyB;YACzB,2BAA2B;YAC3B,eAAe;YACf,mBAAmB,CAAA,EAAA,CAAA,CAAA;AAQf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAHL,OAAO,CAAA,EAAA,CAAA,CAAA;;2FAGhB,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJnB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA;;;ACrGD;;AAEG;;;;"}