@ui5/webcomponents-ngx 0.4.4 → 0.4.5-rc.1

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 (57) hide show
  1. package/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs +40 -0
  2. package/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs.map +1 -0
  3. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +6 -6
  4. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -1
  5. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs +53 -0
  6. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs.map +1 -0
  7. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs +71 -0
  8. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs.map +1 -0
  9. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs +46 -0
  10. package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs.map +1 -0
  11. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +16 -0
  12. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  13. package/fesm2022/ui5-webcomponents-ngx-main-button-badge.mjs.map +1 -1
  14. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
  15. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  16. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -1
  17. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
  18. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +6 -1
  19. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
  20. package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell-action-ai.mjs +10 -3
  21. package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell-action-ai.mjs.map +1 -1
  22. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs +3 -6
  23. package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs.map +1 -1
  24. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
  25. package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs +42 -0
  26. package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs.map +1 -0
  27. package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.mjs +42 -0
  28. package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.mjs.map +1 -0
  29. package/fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs.map +1 -1
  30. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +9 -2
  31. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
  32. package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
  33. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  34. package/fesm2022/ui5-webcomponents-ngx.mjs +6 -0
  35. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  36. package/fiori/search-field-scope-option/index.d.ts +17 -0
  37. package/fiori/ui5-fiori.module.d.ts +24 -20
  38. package/fiori/user-menu/index.d.ts +6 -6
  39. package/fiori/user-settings-dialog/index.d.ts +46 -0
  40. package/fiori/user-settings-item/index.d.ts +61 -0
  41. package/fiori/user-settings-view/index.d.ts +28 -0
  42. package/index.d.ts +6 -0
  43. package/main/button-badge/index.d.ts +2 -0
  44. package/main/link/index.d.ts +11 -1
  45. package/main/select/index.d.ts +5 -1
  46. package/main/tab-container/index.d.ts +9 -1
  47. package/main/table/index.d.ts +31 -2
  48. package/main/table-header-cell-action-ai/index.d.ts +7 -1
  49. package/main/table-row/index.d.ts +4 -2
  50. package/main/table-row-action/index.d.ts +1 -6
  51. package/main/table-selection/index.d.ts +1 -1
  52. package/main/table-selection-multi/index.d.ts +22 -0
  53. package/main/table-selection-single/index.d.ts +22 -0
  54. package/main/ui5-main.module.d.ts +22 -20
  55. package/package.json +46 -22
  56. package/ui5-webcomponents-ngx-0.4.5-rc.1.tgz +0 -0
  57. package/ui5-webcomponents-ngx-0.4.4.tgz +0 -0
@@ -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/SearchFieldScopeOption.js';
5
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let SearchFieldScopeOptionComponent = class SearchFieldScopeOptionComponent {
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.1.3", ngImport: i0, type: SearchFieldScopeOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: SearchFieldScopeOptionComponent, isStandalone: true, selector: "ui5-search-field-scope-option", inputs: { text: "text" }, exportAs: ["ui5SearchFieldScopeOption"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ SearchFieldScopeOptionComponent = __decorate([
21
+ ProxyInputs(['text']),
22
+ __metadata("design:paramtypes", [])
23
+ ], SearchFieldScopeOptionComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: SearchFieldScopeOptionComponent, decorators: [{
25
+ type: Component,
26
+ args: [{
27
+ standalone: true,
28
+ selector: 'ui5-search-field-scope-option',
29
+ template: '<ng-content></ng-content>',
30
+ inputs: ['text'],
31
+ exportAs: 'ui5SearchFieldScopeOption',
32
+ }]
33
+ }], ctorParameters: () => [] });
34
+
35
+ /**
36
+ * Generated bundle index. Do not edit.
37
+ */
38
+
39
+ export { SearchFieldScopeOptionComponent };
40
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs","sources":["../../../../libs/ui5-angular/fiori/search-field-scope-option/index.ts","../../../../libs/ui5-angular/fiori/search-field-scope-option/ui5-webcomponents-ngx-fiori-search-field-scope-option.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchFieldScopeOption.js';\nimport SearchFieldScopeOption from '@ui5/webcomponents-fiori/dist/SearchFieldScopeOption.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text'])\n@Component({\n standalone: true,\n selector: 'ui5-search-field-scope-option',\n template: '<ng-content></ng-content>',\n inputs: ['text'],\n exportAs: 'ui5SearchFieldScopeOption',\n})\nclass SearchFieldScopeOptionComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n\n private elementRef: ElementRef<SearchFieldScopeOption> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchFieldScopeOption {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchFieldScopeOptionComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,+BAA+B,GARrC,MAQM,+BAA+B,CAAA;AAUnC,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;;8GAff,+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,4JAJzB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,+BAA+B,GAAA,UAAA,CAAA;AARpC,IAAA,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;;AAQhB,CAAA,EAAA,+BAA+B,CAiBpC;2FAjBK,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,+BAA+B;AACzC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,CAAC;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACtC,iBAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let UserMenuComponent = class UserMenuComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UserMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: UserMenuComponent, isStandalone: true, selector: "ui5-user-menu", inputs: { open: ["open", "open", booleanAttribute], opener: "opener", showManageAccount: ["showManageAccount", "showManageAccount", booleanAttribute], showOtherAccounts: ["showOtherAccounts", "showOtherAccounts", booleanAttribute], showAddAccount: ["showAddAccount", "showAddAccount", booleanAttribute], showEditButton: ["showEditButton", "showEditButton", booleanAttribute] }, outputs: { ui5AvatarClick: "ui5AvatarClick", ui5ManageAccountClick: "ui5ManageAccountClick", ui5AddAccountClick: "ui5AddAccountClick", ui5ChangeAccount: "ui5ChangeAccount", ui5ItemClick: "ui5ItemClick", ui5Open: "ui5Open", ui5Close: "ui5Close", ui5SignOutClick: "ui5SignOutClick" }, exportAs: ["ui5UserMenu"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: UserMenuComponent, isStandalone: true, selector: "ui5-user-menu", inputs: { open: ["open", "open", booleanAttribute], opener: "opener", showManageAccount: ["showManageAccount", "showManageAccount", booleanAttribute], showOtherAccounts: ["showOtherAccounts", "showOtherAccounts", booleanAttribute], showEditAccounts: ["showEditAccounts", "showEditAccounts", booleanAttribute], showEditButton: ["showEditButton", "showEditButton", booleanAttribute] }, outputs: { ui5AvatarClick: "ui5AvatarClick", ui5ManageAccountClick: "ui5ManageAccountClick", ui5EditAccountsClick: "ui5EditAccountsClick", ui5ChangeAccount: "ui5ChangeAccount", ui5ItemClick: "ui5ItemClick", ui5Open: "ui5Open", ui5Close: "ui5Close", ui5SignOutClick: "ui5SignOutClick" }, exportAs: ["ui5UserMenu"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  UserMenuComponent = __decorate([
21
21
  ProxyInputs([
@@ -23,13 +23,13 @@ UserMenuComponent = __decorate([
23
23
  'opener',
24
24
  'showManageAccount',
25
25
  'showOtherAccounts',
26
- 'showAddAccount',
26
+ 'showEditAccounts',
27
27
  'showEditButton',
28
28
  ]),
29
29
  ProxyOutputs([
30
30
  'avatar-click: ui5AvatarClick',
31
31
  'manage-account-click: ui5ManageAccountClick',
32
- 'add-account-click: ui5AddAccountClick',
32
+ 'edit-accounts-click: ui5EditAccountsClick',
33
33
  'change-account: ui5ChangeAccount',
34
34
  'item-click: ui5ItemClick',
35
35
  'open: ui5Open',
@@ -49,13 +49,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
49
49
  'opener',
50
50
  'showManageAccount',
51
51
  'showOtherAccounts',
52
- 'showAddAccount',
52
+ 'showEditAccounts',
53
53
  'showEditButton',
54
54
  ],
55
55
  outputs: [
56
56
  'ui5AvatarClick',
57
57
  'ui5ManageAccountClick',
58
- 'ui5AddAccountClick',
58
+ 'ui5EditAccountsClick',
59
59
  'ui5ChangeAccount',
60
60
  'ui5ItemClick',
61
61
  'ui5Open',
@@ -73,7 +73,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
73
73
  }], showOtherAccounts: [{
74
74
  type: Input,
75
75
  args: [{ transform: booleanAttribute }]
76
- }], showAddAccount: [{
76
+ }], showEditAccounts: [{
77
77
  type: Input,
78
78
  args: [{ transform: booleanAttribute }]
79
79
  }], showEditButton: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-menu.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu/index.ts","../../../../libs/ui5-angular/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.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/UserMenu.js';\nimport {\n default as UserMenu,\n UserMenuItemClickEventDetail,\n UserMenuOtherAccountClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UserMenu.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'open',\n 'opener',\n 'showManageAccount',\n 'showOtherAccounts',\n 'showAddAccount',\n 'showEditButton',\n])\n@ProxyOutputs([\n 'avatar-click: ui5AvatarClick',\n 'manage-account-click: ui5ManageAccountClick',\n 'add-account-click: ui5AddAccountClick',\n 'change-account: ui5ChangeAccount',\n 'item-click: ui5ItemClick',\n 'open: ui5Open',\n 'close: ui5Close',\n 'sign-out-click: ui5SignOutClick',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu',\n template: '<ng-content></ng-content>',\n inputs: [\n 'open',\n 'opener',\n 'showManageAccount',\n 'showOtherAccounts',\n 'showAddAccount',\n 'showEditButton',\n ],\n outputs: [\n 'ui5AvatarClick',\n 'ui5ManageAccountClick',\n 'ui5AddAccountClick',\n 'ui5ChangeAccount',\n 'ui5ItemClick',\n 'ui5Open',\n 'ui5Close',\n 'ui5SignOutClick',\n ],\n exportAs: 'ui5UserMenu',\n})\nclass UserMenuComponent {\n /**\n Defines if the User Menu is opened.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the ID or DOM Reference of the element at which the user menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.\n */\n opener!: HTMLElement | string | undefined;\n /**\n Defines if the User Menu shows the Manage Account option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showManageAccount!: boolean;\n /**\n Defines if the User Menu shows the Other Accounts option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showOtherAccounts!: boolean;\n /**\n Defines if the User Menu shows the Add Account option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showAddAccount!: boolean;\n /**\n Defines if the User menu shows edit button.\n */\n @InputDecorator({ transform: booleanAttribute })\n showEditButton!: boolean;\n\n /**\n Fired when the account avatar is selected.\n */\n ui5AvatarClick!: EventEmitter<void>;\n /**\n Fired when the \"Manage Account\" button is selected.\n */\n ui5ManageAccountClick!: EventEmitter<void>;\n /**\n Fired when the \"Add Account\" button is selected.\n */\n ui5AddAccountClick!: EventEmitter<void>;\n /**\n Fired when the account is switched to a different one.\n */\n ui5ChangeAccount!: EventEmitter<UserMenuOtherAccountClickEventDetail>;\n /**\n Fired when a menu item is selected.\n */\n ui5ItemClick!: EventEmitter<UserMenuItemClickEventDetail>;\n /**\n Fired when a user menu is open.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when a user menu is close.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when the \"Sign Out\" button is selected.\n */\n ui5SignOutClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<UserMenu> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenu {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuComponent };\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.mjs","sources":["../../../../libs/ui5-angular/fiori/user-menu/index.ts","../../../../libs/ui5-angular/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.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/UserMenu.js';\nimport {\n default as UserMenu,\n UserMenuItemClickEventDetail,\n UserMenuOtherAccountClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UserMenu.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'open',\n 'opener',\n 'showManageAccount',\n 'showOtherAccounts',\n 'showEditAccounts',\n 'showEditButton',\n])\n@ProxyOutputs([\n 'avatar-click: ui5AvatarClick',\n 'manage-account-click: ui5ManageAccountClick',\n 'edit-accounts-click: ui5EditAccountsClick',\n 'change-account: ui5ChangeAccount',\n 'item-click: ui5ItemClick',\n 'open: ui5Open',\n 'close: ui5Close',\n 'sign-out-click: ui5SignOutClick',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-menu',\n template: '<ng-content></ng-content>',\n inputs: [\n 'open',\n 'opener',\n 'showManageAccount',\n 'showOtherAccounts',\n 'showEditAccounts',\n 'showEditButton',\n ],\n outputs: [\n 'ui5AvatarClick',\n 'ui5ManageAccountClick',\n 'ui5EditAccountsClick',\n 'ui5ChangeAccount',\n 'ui5ItemClick',\n 'ui5Open',\n 'ui5Close',\n 'ui5SignOutClick',\n ],\n exportAs: 'ui5UserMenu',\n})\nclass UserMenuComponent {\n /**\n Defines if the User Menu is opened.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the ID or DOM Reference of the element at which the user menu is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.\n */\n opener!: HTMLElement | string | undefined;\n /**\n Defines if the User Menu shows the Manage Account option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showManageAccount!: boolean;\n /**\n Defines if the User Menu shows the Other Accounts option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showOtherAccounts!: boolean;\n /**\n Defines if the User Menu shows the Edit Accounts option.\n */\n @InputDecorator({ transform: booleanAttribute })\n showEditAccounts!: boolean;\n /**\n Defines if the User menu shows edit button.\n */\n @InputDecorator({ transform: booleanAttribute })\n showEditButton!: boolean;\n\n /**\n Fired when the account avatar is selected.\n */\n ui5AvatarClick!: EventEmitter<void>;\n /**\n Fired when the \"Manage Account\" button is selected.\n */\n ui5ManageAccountClick!: EventEmitter<void>;\n /**\n Fired when the \"Edit Accounts\" button is selected.\n */\n ui5EditAccountsClick!: EventEmitter<void>;\n /**\n Fired when the account is switched to a different one.\n */\n ui5ChangeAccount!: EventEmitter<UserMenuOtherAccountClickEventDetail>;\n /**\n Fired when a menu item is selected.\n */\n ui5ItemClick!: EventEmitter<UserMenuItemClickEventDetail>;\n /**\n Fired when a user menu is open.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when a user menu is close.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when the \"Sign Out\" button is selected.\n */\n ui5SignOutClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<UserMenu> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserMenu {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserMenuComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -0,0 +1,53 @@
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/UserSettingsDialog.js';
5
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let UserSettingsDialogComponent = class UserSettingsDialogComponent {
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.1.3", ngImport: i0, type: UserSettingsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: UserSettingsDialogComponent, isStandalone: true, selector: "ui5-user-settings-dialog", inputs: { open: ["open", "open", booleanAttribute], headerText: "headerText", showSearchField: ["showSearchField", "showSearchField", booleanAttribute] }, outputs: { ui5SelectionChange: "ui5SelectionChange", ui5Open: "ui5Open", ui5BeforeClose: "ui5BeforeClose", ui5Close: "ui5Close" }, exportAs: ["ui5UserSettingsDialog"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ UserSettingsDialogComponent = __decorate([
21
+ ProxyInputs(['open', 'headerText', 'showSearchField']),
22
+ ProxyOutputs([
23
+ 'selection-change: ui5SelectionChange',
24
+ 'open: ui5Open',
25
+ 'before-close: ui5BeforeClose',
26
+ 'close: ui5Close',
27
+ ]),
28
+ __metadata("design:paramtypes", [])
29
+ ], UserSettingsDialogComponent);
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UserSettingsDialogComponent, decorators: [{
31
+ type: Component,
32
+ args: [{
33
+ standalone: true,
34
+ selector: 'ui5-user-settings-dialog',
35
+ template: '<ng-content></ng-content>',
36
+ inputs: ['open', 'headerText', 'showSearchField'],
37
+ outputs: ['ui5SelectionChange', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],
38
+ exportAs: 'ui5UserSettingsDialog',
39
+ }]
40
+ }], ctorParameters: () => [], propDecorators: { open: [{
41
+ type: Input,
42
+ args: [{ transform: booleanAttribute }]
43
+ }], showSearchField: [{
44
+ type: Input,
45
+ args: [{ transform: booleanAttribute }]
46
+ }] } });
47
+
48
+ /**
49
+ * Generated bundle index. Do not edit.
50
+ */
51
+
52
+ export { UserSettingsDialogComponent };
53
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs","sources":["../../../../libs/ui5-angular/fiori/user-settings-dialog/index.ts","../../../../libs/ui5-angular/fiori/user-settings-dialog/ui5-webcomponents-ngx-fiori-user-settings-dialog.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/UserSettingsDialog.js';\nimport {\n default as UserSettingsDialog,\n UserSettingsItemSelectEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UserSettingsDialog.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['open', 'headerText', 'showSearchField'])\n@ProxyOutputs([\n 'selection-change: ui5SelectionChange',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-user-settings-dialog',\n template: '<ng-content></ng-content>',\n inputs: ['open', 'headerText', 'showSearchField'],\n outputs: ['ui5SelectionChange', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],\n exportAs: 'ui5UserSettingsDialog',\n})\nclass UserSettingsDialogComponent {\n /**\n Defines, if the User Settings Dialog is opened.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the headerText of the item.\n */\n headerText!: string | undefined;\n /**\n Defines if the Search Field would be displayed.\n\n**Note:** By default the Search Field is not displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showSearchField!: boolean;\n\n /**\n Fired when an item is selected.\n */\n ui5SelectionChange!: EventEmitter<UserSettingsItemSelectEventDetail>;\n /**\n Fired when a settings dialog is open.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the settings dialog is closed.\n */\n ui5BeforeClose!: EventEmitter<void>;\n /**\n Fired when a settings dialog is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<UserSettingsDialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserSettingsDialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserSettingsDialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA+BM,IAAA,2BAA2B,GAfjC,MAeM,2BAA2B,CAAA;AAuC/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC;AAC/D,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;;8GA5Cf,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAIF,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,gBAAgB,CAWhB,EAAA,UAAA,EAAA,YAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAAA,gBAAgB,qMApBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,2BAA2B,GAAA,UAAA,CAAA;IAfhC,WAAW,CAAC,CAAC,MAAM,EAAE,YAAY,EAAE,iBAAiB,CAAC,CAAC;AACtD,IAAA,YAAY,CAAC;QACZ,sCAAsC;QACtC,eAAe;QACf,8BAA8B;QAC9B,iBAAiB;KAClB,CAAC;;AASI,CAAA,EAAA,2BAA2B,CA8ChC;2FA9CK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,iBAAiB,CAAC;oBACjD,OAAO,EAAE,CAAC,oBAAoB,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU,CAAC;AACxE,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA;wDAMC,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAY/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9CjD;;AAEG;;;;"}
@@ -0,0 +1,71 @@
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/UserSettingsItem.js';
5
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let UserSettingsItemComponent = class UserSettingsItemComponent {
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.1.3", ngImport: i0, type: UserSettingsItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: UserSettingsItemComponent, isStandalone: true, selector: "ui5-user-settings-item", inputs: { text: "text", tooltip: "tooltip", headerText: "headerText", selected: ["selected", "selected", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], loading: ["loading", "loading", booleanAttribute], loadingReason: "loadingReason", icon: "icon", accessibleName: "accessibleName" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5UserSettingsItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ UserSettingsItemComponent = __decorate([
21
+ ProxyInputs([
22
+ 'text',
23
+ 'tooltip',
24
+ 'headerText',
25
+ 'selected',
26
+ 'disabled',
27
+ 'loading',
28
+ 'loadingReason',
29
+ 'icon',
30
+ 'accessibleName',
31
+ ]),
32
+ ProxyOutputs(['selection-change: ui5SelectionChange']),
33
+ __metadata("design:paramtypes", [])
34
+ ], UserSettingsItemComponent);
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UserSettingsItemComponent, decorators: [{
36
+ type: Component,
37
+ args: [{
38
+ standalone: true,
39
+ selector: 'ui5-user-settings-item',
40
+ template: '<ng-content></ng-content>',
41
+ inputs: [
42
+ 'text',
43
+ 'tooltip',
44
+ 'headerText',
45
+ 'selected',
46
+ 'disabled',
47
+ 'loading',
48
+ 'loadingReason',
49
+ 'icon',
50
+ 'accessibleName',
51
+ ],
52
+ outputs: ['ui5SelectionChange'],
53
+ exportAs: 'ui5UserSettingsItem',
54
+ }]
55
+ }], ctorParameters: () => [], propDecorators: { selected: [{
56
+ type: Input,
57
+ args: [{ transform: booleanAttribute }]
58
+ }], disabled: [{
59
+ type: Input,
60
+ args: [{ transform: booleanAttribute }]
61
+ }], loading: [{
62
+ type: Input,
63
+ args: [{ transform: booleanAttribute }]
64
+ }] } });
65
+
66
+ /**
67
+ * Generated bundle index. Do not edit.
68
+ */
69
+
70
+ export { UserSettingsItemComponent };
71
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-user-settings-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-settings-item.mjs","sources":["../../../../libs/ui5-angular/fiori/user-settings-item/index.ts","../../../../libs/ui5-angular/fiori/user-settings-item/ui5-webcomponents-ngx-fiori-user-settings-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/UserSettingsItem.js';\nimport {\n default as UserSettingsItem,\n UserSettingsItemViewSelectEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UserSettingsItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'tooltip',\n 'headerText',\n 'selected',\n 'disabled',\n 'loading',\n 'loadingReason',\n 'icon',\n 'accessibleName',\n])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-user-settings-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'tooltip',\n 'headerText',\n 'selected',\n 'disabled',\n 'loading',\n 'loadingReason',\n 'icon',\n 'accessibleName',\n ],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5UserSettingsItem',\n})\nclass UserSettingsItemComponent {\n /**\n Defines the text of the user settings item.\n */\n text!: string;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided to represent the meaning or function when the component is collapsed and only the icon is visible.\n */\n tooltip!: string;\n /**\n Defines the headerText of the item.\n */\n headerText!: string | undefined;\n /**\n Shows item tab.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Indicates whether a loading indicator should be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Indicates why the control is in loading state.\n */\n loadingReason!: string | undefined;\n /**\n Defines the icon of the component.\n */\n icon!: string;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when a selected view changed.\n */\n ui5SelectionChange!: EventEmitter<UserSettingsItemViewSelectEventDetail>;\n\n private elementRef: ElementRef<UserSettingsItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserSettingsItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserSettingsItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA8CM,IAAA,yBAAyB,GA9B/B,MA8BM,yBAAyB,CAAA;AAsD7B,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;;8GA3Df,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,mKAkBA,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOhB,gBAAgB,CAKhB,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,gBAAgB,uMA7CnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAejC,yBAAyB,GAAA,UAAA,CAAA;AA9B9B,IAAA,WAAW,CAAC;QACX,MAAM;QACN,SAAS;QACT,YAAY;QACZ,UAAU;QACV,UAAU;QACV,SAAS;QACT,eAAe;QACf,MAAM;QACN,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AAmBjD,CAAA,EAAA,yBAAyB,CA6D9B;2FA7DK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAlB9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,SAAS;wBACT,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,SAAS;wBACT,eAAe;wBACf,MAAM;wBACN,gBAAgB;AACjB,qBAAA;oBACD,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA;wDAoBC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAQ/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5EjD;;AAEG;;;;"}
@@ -0,0 +1,46 @@
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/UserSettingsView.js';
5
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
6
+
7
+ let UserSettingsViewComponent = class UserSettingsViewComponent {
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.1.3", ngImport: i0, type: UserSettingsViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: UserSettingsViewComponent, isStandalone: true, selector: "ui5-user-settings-view", inputs: { text: "text", selected: ["selected", "selected", booleanAttribute], secondary: ["secondary", "secondary", booleanAttribute] }, exportAs: ["ui5UserSettingsView"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ UserSettingsViewComponent = __decorate([
21
+ ProxyInputs(['text', 'selected', 'secondary']),
22
+ __metadata("design:paramtypes", [])
23
+ ], UserSettingsViewComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: UserSettingsViewComponent, decorators: [{
25
+ type: Component,
26
+ args: [{
27
+ standalone: true,
28
+ selector: 'ui5-user-settings-view',
29
+ template: '<ng-content></ng-content>',
30
+ inputs: ['text', 'selected', 'secondary'],
31
+ exportAs: 'ui5UserSettingsView',
32
+ }]
33
+ }], ctorParameters: () => [], propDecorators: { selected: [{
34
+ type: Input,
35
+ args: [{ transform: booleanAttribute }]
36
+ }], secondary: [{
37
+ type: Input,
38
+ args: [{ transform: booleanAttribute }]
39
+ }] } });
40
+
41
+ /**
42
+ * Generated bundle index. Do not edit.
43
+ */
44
+
45
+ export { UserSettingsViewComponent };
46
+ //# sourceMappingURL=ui5-webcomponents-ngx-fiori-user-settings-view.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-user-settings-view.mjs","sources":["../../../../libs/ui5-angular/fiori/user-settings-view/index.ts","../../../../libs/ui5-angular/fiori/user-settings-view/ui5-webcomponents-ngx-fiori-user-settings-view.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/UserSettingsView.js';\nimport UserSettingsView from '@ui5/webcomponents-fiori/dist/UserSettingsView.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected', 'secondary'])\n@Component({\n standalone: true,\n selector: 'ui5-user-settings-view',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected', 'secondary'],\n exportAs: 'ui5UserSettingsView',\n})\nclass UserSettingsViewComponent {\n /**\n Defines the title text of the user settings view.\n */\n text!: string | undefined;\n /**\n Defines whether the view is selected. There can be just one selected view at a time.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Indicates whether the view is secondary. It is relevant only if the view is used in `pages` slot of `ui5-user-settings-item`\nand controls the visibility of the back button.\n */\n @InputDecorator({ transform: booleanAttribute })\n secondary!: boolean;\n\n private elementRef: ElementRef<UserSettingsView> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UserSettingsView {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UserSettingsViewComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,yBAAyB,GAR/B,MAQM,yBAAyB,CAAA;AAqB7B,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;;8GA1Bf,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,EAQA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAMhB,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAAA,gBAAgB,gEAlBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,yBAAyB,GAAA,UAAA,CAAA;IAR9B,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC;;AAQzC,CAAA,EAAA,yBAAyB,CA4B9B;2FA5BK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC;AACzC,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA;wDAUC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAO/C,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AClCjD;;AAEG;;;;"}
@@ -20,6 +20,7 @@ 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
24
  import { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
24
25
  import { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
25
26
  import { ShellBarSpacerComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-spacer';
@@ -36,6 +37,9 @@ import { UploadCollectionItemComponent } from '@ui5/webcomponents-ngx/fiori/uplo
36
37
  import { UserMenuComponent } from '@ui5/webcomponents-ngx/fiori/user-menu';
37
38
  import { UserMenuAccountComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-account';
38
39
  import { UserMenuItemComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-item';
40
+ import { UserSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-dialog';
41
+ import { UserSettingsItemComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-item';
42
+ import { UserSettingsViewComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-view';
39
43
  import { ViewSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/view-settings-dialog';
40
44
  import { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
41
45
  import { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
@@ -59,6 +63,7 @@ const imports = [
59
63
  PageComponent,
60
64
  ProductSwitchComponent,
61
65
  ProductSwitchItemComponent,
66
+ SearchFieldScopeOptionComponent,
62
67
  ShellBarComponent,
63
68
  ShellBarItemComponent,
64
69
  ShellBarSpacerComponent,
@@ -75,6 +80,9 @@ const imports = [
75
80
  UserMenuComponent,
76
81
  UserMenuAccountComponent,
77
82
  UserMenuItemComponent,
83
+ UserSettingsDialogComponent,
84
+ UserSettingsItemComponent,
85
+ UserSettingsViewComponent,
78
86
  ViewSettingsDialogComponent,
79
87
  WizardComponent,
80
88
  WizardStepComponent,
@@ -101,6 +109,7 @@ class Ui5FioriModule {
101
109
  PageComponent,
102
110
  ProductSwitchComponent,
103
111
  ProductSwitchItemComponent,
112
+ SearchFieldScopeOptionComponent,
104
113
  ShellBarComponent,
105
114
  ShellBarItemComponent,
106
115
  ShellBarSpacerComponent,
@@ -117,6 +126,9 @@ class Ui5FioriModule {
117
126
  UserMenuComponent,
118
127
  UserMenuAccountComponent,
119
128
  UserMenuItemComponent,
129
+ UserSettingsDialogComponent,
130
+ UserSettingsItemComponent,
131
+ UserSettingsViewComponent,
120
132
  ViewSettingsDialogComponent,
121
133
  WizardComponent,
122
134
  WizardStepComponent], exports: [BarcodeScannerDialogComponent,
@@ -137,6 +149,7 @@ class Ui5FioriModule {
137
149
  PageComponent,
138
150
  ProductSwitchComponent,
139
151
  ProductSwitchItemComponent,
152
+ SearchFieldScopeOptionComponent,
140
153
  ShellBarComponent,
141
154
  ShellBarItemComponent,
142
155
  ShellBarSpacerComponent,
@@ -153,6 +166,9 @@ class Ui5FioriModule {
153
166
  UserMenuComponent,
154
167
  UserMenuAccountComponent,
155
168
  UserMenuItemComponent,
169
+ UserSettingsDialogComponent,
170
+ UserSettingsItemComponent,
171
+ UserSettingsViewComponent,
156
172
  ViewSettingsDialogComponent,
157
173
  WizardComponent,
158
174
  WizardStepComponent] }); }
@@ -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 { 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 { 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 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 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 { 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 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-button-badge.mjs","sources":["../../../../libs/ui5-angular/main/button-badge/index.ts","../../../../libs/ui5-angular/main/button-badge/ui5-webcomponents-ngx-main-button-badge.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/ButtonBadge.js';\nimport ButtonBadge from '@ui5/webcomponents/dist/ButtonBadge.js';\n@ProxyInputs(['design', 'text'])\n@Component({\n standalone: true,\n selector: 'ui5-button-badge',\n template: '<ng-content></ng-content>',\n inputs: ['design', 'text'],\n exportAs: 'ui5ButtonBadge',\n})\nclass ButtonBadgeComponent {\n /**\n Defines the badge placement and appearance.\n- **InlineText** - displayed inside the button after its text, and recommended for **compact** density.\n- **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.\n- **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.\n */\n design!: 'InlineText' | 'OverlayText' | 'AttentionDot';\n /**\n Defines the text of the component.\n\n**Note:** Text is not applied when the `design` property is set to `AttentionDot`.\n */\n text!: string;\n\n private elementRef: ElementRef<ButtonBadge> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ButtonBadge {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ButtonBadgeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,oBAAoB,GAR1B,MAQM,oBAAoB,CAAA;AAmBxB,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;;8GAxBf,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,sJAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AARzB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;;AAQ1B,CAAA,EAAA,oBAAoB,CA0BzB;2FA1BK,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,QAAQ,EAAE,MAAM,CAAC;AAC1B,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;;ACjBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-button-badge.mjs","sources":["../../../../libs/ui5-angular/main/button-badge/index.ts","../../../../libs/ui5-angular/main/button-badge/ui5-webcomponents-ngx-main-button-badge.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/ButtonBadge.js';\nimport ButtonBadge from '@ui5/webcomponents/dist/ButtonBadge.js';\n@ProxyInputs(['design', 'text'])\n@Component({\n standalone: true,\n selector: 'ui5-button-badge',\n template: '<ng-content></ng-content>',\n inputs: ['design', 'text'],\n exportAs: 'ui5ButtonBadge',\n})\nclass ButtonBadgeComponent {\n /**\n Defines the badge placement and appearance.\n- **InlineText** - displayed inside the button after its text, and recommended for **compact** density.\n- **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.\n- **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.\n */\n design!: 'InlineText' | 'OverlayText' | 'AttentionDot';\n /**\n Defines the text of the component.\n\n**Note:** Text is not applied when the `design` property is set to `AttentionDot`.\n\n**Note:** The badge component only accepts numeric values and the \"+\" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.\n */\n text!: string;\n\n private elementRef: ElementRef<ButtonBadge> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ButtonBadge {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ButtonBadgeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,oBAAoB,GAR1B,MAQM,oBAAoB,CAAA;AAqBxB,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;;8GA1Bf,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,sJAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AARzB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;;AAQ1B,CAAA,EAAA,oBAAoB,CA4BzB;2FA5BK,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,QAAQ,EAAE,MAAM,CAAC;AAC1B,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let LinkComponent = class LinkComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: LinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: LinkComponent, isStandalone: true, selector: "ui5-link", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", href: "href", target: "target", design: "design", wrappingType: "wrappingType", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", accessibilityAttributes: "accessibilityAttributes", accessibleDescription: "accessibleDescription", icon: "icon", endIcon: "endIcon" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Link"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: LinkComponent, isStandalone: true, selector: "ui5-link", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", href: "href", target: "target", design: "design", interactiveAreaSize: "interactiveAreaSize", wrappingType: "wrappingType", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", accessibilityAttributes: "accessibilityAttributes", accessibleDescription: "accessibleDescription", icon: "icon", endIcon: "endIcon" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Link"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  LinkComponent = __decorate([
21
21
  ProxyInputs([
@@ -24,6 +24,7 @@ LinkComponent = __decorate([
24
24
  'href',
25
25
  'target',
26
26
  'design',
27
+ 'interactiveAreaSize',
27
28
  'wrappingType',
28
29
  'accessibleName',
29
30
  'accessibleNameRef',
@@ -48,6 +49,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
48
49
  'href',
49
50
  'target',
50
51
  'design',
52
+ 'interactiveAreaSize',
51
53
  'wrappingType',
52
54
  'accessibleName',
53
55
  'accessibleNameRef',
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-link.mjs","sources":["../../../../libs/ui5-angular/main/link/index.ts","../../../../libs/ui5-angular/main/link/ui5-webcomponents-ngx-main-link.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/Link.js';\nimport {\n default as Link,\n LinkAccessibilityAttributes,\n LinkClickEventDetail,\n} from '@ui5/webcomponents/dist/Link.js';\n@ProxyInputs([\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-link',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5Link',\n})\nclass LinkComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** When disabled, the click event cannot be triggered by the user.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n /**\n Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines the component design.\n\n**Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.\n */\n design!: 'Default' | 'Subtle' | 'Emphasized';\n /**\n Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.\n */\n wrappingType!: 'None' | 'Normal';\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 input\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.\n */\n accessibleRole!: 'Link' | 'Button';\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 accessibilityAttributes!: LinkAccessibilityAttributes;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\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 link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\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 /**\n Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n */\n ui5Click!: EventEmitter<LinkClickEventDetail>;\n\n private elementRef: ElementRef<Link> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Link {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { LinkComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuDM,IAAA,aAAa,GAtCnB,MAsCM,aAAa,CAAA;AA0GjB,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;;8GA/Gf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAMY,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAzBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,aAAa,GAAA,UAAA,CAAA;AAtClB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,SAAS;QACT,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,yBAAyB;QACzB,uBAAuB;QACvB,MAAM;QACN,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAuB5B,CAAA,EAAA,aAAa,CAiHlB;2FAjHK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAtBlB,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,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,yBAAyB;wBACzB,uBAAuB;wBACvB,MAAM;wBACN,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;wDAQC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC7DjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-link.mjs","sources":["../../../../libs/ui5-angular/main/link/index.ts","../../../../libs/ui5-angular/main/link/ui5-webcomponents-ngx-main-link.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/Link.js';\nimport {\n default as Link,\n LinkAccessibilityAttributes,\n LinkClickEventDetail,\n} from '@ui5/webcomponents/dist/Link.js';\n@ProxyInputs([\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'interactiveAreaSize',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-link',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'interactiveAreaSize',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5Link',\n})\nclass LinkComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** When disabled, the click event cannot be triggered by the user.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n /**\n Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines the component design.\n\n**Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.\n */\n design!: 'Default' | 'Subtle' | 'Emphasized';\n /**\n Defines the target area size of the link:\n- **InteractiveAreaSize.Normal**: The default target area size.\n- **InteractiveAreaSize.Large**: The target area size is enlarged to 24px in height.\n\n**Note:**The property is designed to make links easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes.\n**Note:**To improve <code>ui5-link</code>'s reliability and usability, it is recommended to use the <code>InteractiveAreaSize.Large</code> value in scenarios where the <code>ui5-link</code> component is placed inside another interactive component, such as a list item or a table cell.\nSetting the <code>interactiveAreaSize</code> property to <code>InteractiveAreaSize.Large</code> increases the <code>ui5-link</code>'s invisible touch area. As a result, the user's intended one-time selection command is more likely to activate the desired <code>ui5-link</code>, with minimal chance of unintentionally activating the underlying component.\n */\n interactiveAreaSize!: 'Normal' | 'Large';\n /**\n Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.\n */\n wrappingType!: 'None' | 'Normal';\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 input\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.\n */\n accessibleRole!: 'Link' | 'Button';\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 accessibilityAttributes!: LinkAccessibilityAttributes;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\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 link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\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 /**\n Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n */\n ui5Click!: EventEmitter<LinkClickEventDetail>;\n\n private elementRef: ElementRef<Link> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Link {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { LinkComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAyDM,IAAA,aAAa,GAxCnB,MAwCM,aAAa,CAAA;AAoHjB,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;;8GAzHf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAMY,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EA1BnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAoBjC,aAAa,GAAA,UAAA,CAAA;AAxClB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,SAAS;QACT,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,qBAAqB;QACrB,cAAc;QACd,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,yBAAyB;QACzB,uBAAuB;QACvB,MAAM;QACN,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAwB5B,CAAA,EAAA,aAAa,CA2HlB;2FA3HK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAvBlB,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,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,qBAAqB;wBACrB,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,yBAAyB;wBACzB,uBAAuB;wBACvB,MAAM;wBACN,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;wDAQC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC/DjD;;AAEG;;;;"}
@@ -26,7 +26,7 @@ let SelectComponent = class SelectComponent {
26
26
  this._cva.host = this;
27
27
  }
28
28
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: SelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: { disabled: ["disabled", "disabled", booleanAttribute], name: "name", valueState: "valueState", required: ["required", "required", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", value: "value" }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Select"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: { disabled: ["disabled", "disabled", booleanAttribute], name: "name", valueState: "valueState", required: ["required", "required", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", tooltip: "tooltip", value: "value" }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Select"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
30
30
  };
31
31
  SelectComponent = __decorate([
32
32
  ProxyInputs([
@@ -37,6 +37,7 @@ SelectComponent = __decorate([
37
37
  'readonly',
38
38
  'accessibleName',
39
39
  'accessibleNameRef',
40
+ 'tooltip',
40
41
  'value',
41
42
  ]),
42
43
  ProxyOutputs([
@@ -61,6 +62,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
61
62
  'readonly',
62
63
  'accessibleName',
63
64
  'accessibleNameRef',
65
+ 'tooltip',
64
66
  'value',
65
67
  ],
66
68
  outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],