@ui5/webcomponents-ngx 0.3.2-rc.2 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/fiori/dynamic-side-content/index.mjs +4 -2
- package/esm2022/fiori/navigation-layout/index.mjs +6 -9
- package/esm2022/fiori/ui5-fiori.module.mjs +13 -1
- package/esm2022/fiori/upload-collection/index.mjs +3 -4
- package/esm2022/fiori/user-menu/index.mjs +78 -0
- package/esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs +5 -0
- package/esm2022/fiori/user-menu-account/index.mjs +51 -0
- package/esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +5 -0
- package/esm2022/fiori/user-menu-item/index.mjs +76 -0
- package/esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +5 -0
- package/esm2022/index.mjs +6 -1
- package/esm2022/main/button/index.mjs +4 -2
- package/esm2022/main/card-header/index.mjs +1 -1
- package/esm2022/main/carousel/index.mjs +1 -1
- package/esm2022/main/color-picker/index.mjs +9 -6
- package/esm2022/main/combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/date-picker/index.mjs +1 -1
- package/esm2022/main/date-range-picker/index.mjs +1 -1
- package/esm2022/main/date-time-picker/index.mjs +1 -1
- package/esm2022/main/dialog/index.mjs +1 -1
- package/esm2022/main/expandable-text/index.mjs +34 -0
- package/esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs +5 -0
- package/esm2022/main/form/index.mjs +4 -4
- package/esm2022/main/link/index.mjs +4 -2
- package/esm2022/main/list/index.mjs +6 -2
- package/esm2022/main/multi-combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/radio-button/index.mjs +1 -1
- package/esm2022/main/rating-indicator/index.mjs +4 -2
- package/esm2022/main/split-button/index.mjs +1 -1
- package/esm2022/main/step-input/index.mjs +8 -4
- package/esm2022/main/table/index.mjs +8 -4
- package/esm2022/main/table-header-cell/index.mjs +1 -1
- package/esm2022/main/table-row/index.mjs +7 -4
- package/esm2022/main/table-virtualizer/index.mjs +36 -0
- package/esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs +5 -0
- package/esm2022/main/toggle-button/index.mjs +4 -2
- package/esm2022/main/tokenizer/index.mjs +24 -4
- package/esm2022/main/tree/index.mjs +6 -2
- package/esm2022/main/ui5-main.module.mjs +9 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +5 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +82 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +84 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +12 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +23 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +5 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/dynamic-side-content/index.d.ts +11 -2
- package/fiori/navigation-layout/index.d.ts +3 -4
- package/fiori/ui5-fiori.module.d.ts +7 -4
- package/fiori/upload-collection/index.d.ts +1 -5
- package/fiori/user-menu/index.d.ts +72 -0
- package/fiori/user-menu-account/index.d.ts +38 -0
- package/fiori/user-menu-item/index.d.ts +101 -0
- package/index.d.ts +5 -0
- package/main/button/index.d.ts +5 -1
- package/main/card-header/index.d.ts +1 -1
- package/main/carousel/index.d.ts +0 -2
- package/main/color-picker/index.d.ts +6 -1
- package/main/combo-box-item-group/index.d.ts +20 -2
- package/main/date-picker/index.d.ts +2 -2
- package/main/date-range-picker/index.d.ts +2 -2
- package/main/date-time-picker/index.d.ts +2 -2
- package/main/dialog/index.d.ts +3 -3
- package/main/expandable-text/index.d.ts +29 -0
- package/main/form/index.d.ts +13 -2
- package/main/link/index.d.ts +5 -1
- package/main/list/index.d.ts +10 -2
- package/main/multi-combo-box-item-group/index.d.ts +20 -2
- package/main/radio-button/index.d.ts +5 -2
- package/main/rating-indicator/index.d.ts +5 -1
- package/main/split-button/index.d.ts +1 -1
- package/main/step-input/index.d.ts +5 -1
- package/main/table/index.d.ts +22 -2
- package/main/table-header-cell/index.d.ts +4 -2
- package/main/table-row/index.d.ts +10 -1
- package/main/table-virtualizer/index.d.ts +36 -0
- package/main/toggle-button/index.d.ts +5 -1
- package/main/tokenizer/index.d.ts +15 -1
- package/main/tree/index.d.ts +9 -1
- package/main/ui5-main.module.d.ts +71 -69
- package/package.json +32 -2
- package/ui5-webcomponents-ngx-0.3.2.tgz +0 -0
- package/ui5-webcomponents-ngx-0.3.2-rc.2.tgz +0 -0
|
@@ -15,10 +15,17 @@ let TokenizerComponent = class TokenizerComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TokenizerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TokenizerComponent, isStandalone: true, selector: "ui5-tokenizer", inputs: { readonly: ["readonly", "readonly", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5TokenDelete: "ui5TokenDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Tokenizer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: TokenizerComponent, isStandalone: true, selector: "ui5-tokenizer", inputs: { readonly: ["readonly", "readonly", booleanAttribute], multiLine: ["multiLine", "multiLine", booleanAttribute], showClearAll: ["showClearAll", "showClearAll", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5TokenDelete: "ui5TokenDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Tokenizer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TokenizerComponent = __decorate([
|
|
21
|
-
ProxyInputs([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'readonly',
|
|
23
|
+
'multiLine',
|
|
24
|
+
'showClearAll',
|
|
25
|
+
'disabled',
|
|
26
|
+
'accessibleName',
|
|
27
|
+
'accessibleNameRef',
|
|
28
|
+
]),
|
|
22
29
|
ProxyOutputs([
|
|
23
30
|
'token-delete: ui5TokenDelete',
|
|
24
31
|
'selection-change: ui5SelectionChange',
|
|
@@ -31,13 +38,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
31
38
|
standalone: true,
|
|
32
39
|
selector: 'ui5-tokenizer',
|
|
33
40
|
template: '<ng-content></ng-content>',
|
|
34
|
-
inputs: [
|
|
41
|
+
inputs: [
|
|
42
|
+
'readonly',
|
|
43
|
+
'multiLine',
|
|
44
|
+
'showClearAll',
|
|
45
|
+
'disabled',
|
|
46
|
+
'accessibleName',
|
|
47
|
+
'accessibleNameRef',
|
|
48
|
+
],
|
|
35
49
|
outputs: ['ui5TokenDelete', 'ui5SelectionChange'],
|
|
36
50
|
exportAs: 'ui5Tokenizer',
|
|
37
51
|
}]
|
|
38
52
|
}], ctorParameters: () => [], propDecorators: { readonly: [{
|
|
39
53
|
type: Input,
|
|
40
54
|
args: [{ transform: booleanAttribute }]
|
|
55
|
+
}], multiLine: [{
|
|
56
|
+
type: Input,
|
|
57
|
+
args: [{ transform: booleanAttribute }]
|
|
58
|
+
}], showClearAll: [{
|
|
59
|
+
type: Input,
|
|
60
|
+
args: [{ transform: booleanAttribute }]
|
|
41
61
|
}], disabled: [{
|
|
42
62
|
type: Input,
|
|
43
63
|
args: [{ transform: booleanAttribute }]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-tokenizer.mjs","sources":["../../../../libs/ui5-angular/main/tokenizer/index.ts","../../../../libs/ui5-angular/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.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/Tokenizer.js';\nimport {\n default as Tokenizer,\n TokenizerSelectionChangeEventDetail,\n TokenizerTokenDeleteEventDetail,\n} from '@ui5/webcomponents/dist/Tokenizer.js';\n@ProxyInputs(['readonly'
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tokenizer.mjs","sources":["../../../../libs/ui5-angular/main/tokenizer/index.ts","../../../../libs/ui5-angular/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.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/Tokenizer.js';\nimport {\n default as Tokenizer,\n TokenizerSelectionChangeEventDetail,\n TokenizerTokenDeleteEventDetail,\n} from '@ui5/webcomponents/dist/Tokenizer.js';\n@ProxyInputs([\n 'readonly',\n 'multiLine',\n 'showClearAll',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'token-delete: ui5TokenDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tokenizer',\n template: '<ng-content></ng-content>',\n inputs: [\n 'readonly',\n 'multiLine',\n 'showClearAll',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5TokenDelete', 'ui5SelectionChange'],\n exportAs: 'ui5Tokenizer',\n})\nclass TokenizerComponent {\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines whether tokens are displayed on multiple lines.\n\n**Note:** The `multiLine` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n multiLine!: boolean;\n /**\n Defines whether \"Clear All\" button is present. Ensure `multiLine` is enabled, otherwise `showClearAll` will have no effect.\n\n**Note:** The `showClearAll` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearAll!: boolean;\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when tokens are being deleted (delete icon, delete or backspace is pressed)\n */\n ui5TokenDelete!: EventEmitter<TokenizerTokenDeleteEventDetail>;\n /**\n Fired when token selection is changed by user interaction\n */\n ui5SelectionChange!: EventEmitter<TokenizerSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<Tokenizer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tokenizer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TokenizerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA4CM,IAAA,kBAAkB,GA3BxB,MA2BM,kBAAkB,CAAA;AAoDtB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA0B,MAAM,CAAC,UAAU,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzDf,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAlB,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOO,gBAAgB,CAOhB,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAAA,gBAAgB,kDAOhB,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOhB,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAxCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,kBAAkB,GAAA,UAAA,CAAA;AA3BvB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,WAAW;QACX,cAAc;QACd,UAAU;QACV,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,8BAA8B;QAC9B,sCAAsC;KACvC,CAAC;;AAgBI,CAAA,EAAA,kBAAkB,CA2DvB;2FA3DK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAfvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,WAAW;wBACX,cAAc;wBACd,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,gBAAgB,EAAE,oBAAoB,CAAC;AACjD,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA;wDASC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAQ/C,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAQ/C,YAAY,EAAA,CAAA;sBADXA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAQ/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxEjD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let TreeComponent = class TreeComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: TreeComponent, isStandalone: true, selector: "ui5-tree", inputs: { selectionMode: "selectionMode", noDataText: "noDataText", headerText: "headerText", footerText: "footerText", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5ItemToggle: "ui5ItemToggle", ui5ItemMouseover: "ui5ItemMouseover", ui5ItemMouseout: "ui5ItemMouseout", ui5ItemClick: "ui5ItemClick", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Tree"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: TreeComponent, isStandalone: true, selector: "ui5-tree", inputs: { selectionMode: "selectionMode", noDataText: "noDataText", headerText: "headerText", footerText: "footerText", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleDescription: "accessibleDescription", accessibleDescriptionRef: "accessibleDescriptionRef" }, outputs: { ui5ItemToggle: "ui5ItemToggle", ui5ItemMouseover: "ui5ItemMouseover", ui5ItemMouseout: "ui5ItemMouseout", ui5ItemClick: "ui5ItemClick", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Tree"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TreeComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -25,6 +25,8 @@ TreeComponent = __decorate([
|
|
|
25
25
|
'footerText',
|
|
26
26
|
'accessibleName',
|
|
27
27
|
'accessibleNameRef',
|
|
28
|
+
'accessibleDescription',
|
|
29
|
+
'accessibleDescriptionRef',
|
|
28
30
|
]),
|
|
29
31
|
ProxyOutputs([
|
|
30
32
|
'item-toggle: ui5ItemToggle',
|
|
@@ -49,6 +51,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
|
|
|
49
51
|
'footerText',
|
|
50
52
|
'accessibleName',
|
|
51
53
|
'accessibleNameRef',
|
|
54
|
+
'accessibleDescription',
|
|
55
|
+
'accessibleDescriptionRef',
|
|
52
56
|
],
|
|
53
57
|
outputs: [
|
|
54
58
|
'ui5ItemToggle',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-tree.mjs","sources":["../../../../libs/ui5-angular/main/tree/index.ts","../../../../libs/ui5-angular/main/tree/ui5-webcomponents-ngx-main-tree.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tree.js';\nimport {\n default as Tree,\n TreeItemClickEventDetail,\n TreeItemDeleteEventDetail,\n TreeItemMouseoutEventDetail,\n TreeItemMouseoverEventDetail,\n TreeItemToggleEventDetail,\n TreeSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/Tree.js';\n@ProxyInputs([\n 'selectionMode',\n 'noDataText',\n 'headerText',\n 'footerText',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'item-toggle: ui5ItemToggle',\n 'item-mouseover: ui5ItemMouseover',\n 'item-mouseout: ui5ItemMouseout',\n 'item-click: ui5ItemClick',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tree',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selectionMode',\n 'noDataText',\n 'headerText',\n 'footerText',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: [\n 'ui5ItemToggle',\n 'ui5ItemMouseover',\n 'ui5ItemMouseout',\n 'ui5ItemClick',\n 'ui5ItemDelete',\n 'ui5SelectionChange',\n ],\n exportAs: 'ui5Tree',\n})\nclass TreeComponent {\n /**\n Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple'\n | 'Delete'\n | undefined;\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string | undefined;\n /**\n Defines the component header text.\n\n**Note:** If the `header` slot is set, this property is ignored.\n */\n headerText!: string | undefined;\n /**\n Defines the component footer text.\n */\n footerText!: string | undefined;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n */\n ui5ItemToggle!: EventEmitter<TreeItemToggleEventDetail>;\n /**\n Fired when the mouse cursor enters the tree item borders.\n */\n ui5ItemMouseover!: EventEmitter<TreeItemMouseoverEventDetail>;\n /**\n Fired when the mouse cursor leaves the tree item borders.\n */\n ui5ItemMouseout!: EventEmitter<TreeItemMouseoutEventDetail>;\n /**\n Fired when a tree item is activated.\n */\n ui5ItemClick!: EventEmitter<TreeItemClickEventDetail>;\n /**\n Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n */\n ui5ItemDelete!: EventEmitter<TreeItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n */\n ui5SelectionChange!: EventEmitter<TreeSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<Tree> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tree {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TreeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tree.mjs","sources":["../../../../libs/ui5-angular/main/tree/index.ts","../../../../libs/ui5-angular/main/tree/ui5-webcomponents-ngx-main-tree.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tree.js';\nimport {\n default as Tree,\n TreeItemClickEventDetail,\n TreeItemDeleteEventDetail,\n TreeItemMouseoutEventDetail,\n TreeItemMouseoverEventDetail,\n TreeItemToggleEventDetail,\n TreeSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/Tree.js';\n@ProxyInputs([\n 'selectionMode',\n 'noDataText',\n 'headerText',\n 'footerText',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n])\n@ProxyOutputs([\n 'item-toggle: ui5ItemToggle',\n 'item-mouseover: ui5ItemMouseover',\n 'item-mouseout: ui5ItemMouseout',\n 'item-click: ui5ItemClick',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tree',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selectionMode',\n 'noDataText',\n 'headerText',\n 'footerText',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n ],\n outputs: [\n 'ui5ItemToggle',\n 'ui5ItemMouseover',\n 'ui5ItemMouseout',\n 'ui5ItemClick',\n 'ui5ItemDelete',\n 'ui5SelectionChange',\n ],\n exportAs: 'ui5Tree',\n})\nclass TreeComponent {\n /**\n Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple'\n | 'Delete'\n | undefined;\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string | undefined;\n /**\n Defines the component header text.\n\n**Note:** If the `header` slot is set, this property is ignored.\n */\n headerText!: string | undefined;\n /**\n Defines the component footer text.\n */\n footerText!: string | undefined;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines the IDs of the elements that describe the component.\n */\n accessibleDescriptionRef!: string | undefined;\n\n /**\n Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n */\n ui5ItemToggle!: EventEmitter<TreeItemToggleEventDetail>;\n /**\n Fired when the mouse cursor enters the tree item borders.\n */\n ui5ItemMouseover!: EventEmitter<TreeItemMouseoverEventDetail>;\n /**\n Fired when the mouse cursor leaves the tree item borders.\n */\n ui5ItemMouseout!: EventEmitter<TreeItemMouseoutEventDetail>;\n /**\n Fired when a tree item is activated.\n */\n ui5ItemClick!: EventEmitter<TreeItemClickEventDetail>;\n /**\n Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n */\n ui5ItemDelete!: EventEmitter<TreeItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n */\n ui5SelectionChange!: EventEmitter<TreeSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<Tree> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tree {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TreeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA6DM,IAAA,aAAa,GA1CnB,MA0CM,aAAa,CAAA;AAkFjB,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;;8GAvFf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,omBArBP,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAqBjC,aAAa,GAAA,UAAA,CAAA;AA1ClB,IAAA,WAAW,CAAC;QACX,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,YAAY;QACZ,gBAAgB;QAChB,mBAAmB;QACnB,uBAAuB;QACvB,0BAA0B;KAC3B,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4BAA4B;QAC5B,kCAAkC;QAClC,gCAAgC;QAChC,0BAA0B;QAC1B,4BAA4B;QAC5B,sCAAsC;KACvC,CAAC;;AAyBI,CAAA,EAAA,aAAa,CAyFlB;2FAzFK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAxBlB,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,eAAe;wBACf,YAAY;wBACZ,YAAY;wBACZ,YAAY;wBACZ,gBAAgB;wBAChB,mBAAmB;wBACnB,uBAAuB;wBACvB,0BAA0B;AAC3B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,eAAe;wBACf,kBAAkB;wBAClB,iBAAiB;wBACjB,cAAc;wBACd,eAAe;wBACf,oBAAoB;AACrB,qBAAA;AACD,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;;;AC5DD;;AAEG;;;;"}
|
|
@@ -29,6 +29,7 @@ import { DatePickerComponent } from '@ui5/webcomponents-ngx/main/date-picker';
|
|
|
29
29
|
import { DateRangePickerComponent } from '@ui5/webcomponents-ngx/main/date-range-picker';
|
|
30
30
|
import { DateTimePickerComponent } from '@ui5/webcomponents-ngx/main/date-time-picker';
|
|
31
31
|
import { DialogComponent } from '@ui5/webcomponents-ngx/main/dialog';
|
|
32
|
+
import { ExpandableTextComponent } from '@ui5/webcomponents-ngx/main/expandable-text';
|
|
32
33
|
import { FileUploaderComponent } from '@ui5/webcomponents-ngx/main/file-uploader';
|
|
33
34
|
import { FormComponent } from '@ui5/webcomponents-ngx/main/form';
|
|
34
35
|
import { FormGroupComponent } from '@ui5/webcomponents-ngx/main/form-group';
|
|
@@ -79,6 +80,7 @@ import { TableHeaderCellComponent } from '@ui5/webcomponents-ngx/main/table-head
|
|
|
79
80
|
import { TableHeaderRowComponent } from '@ui5/webcomponents-ngx/main/table-header-row';
|
|
80
81
|
import { TableRowComponent } from '@ui5/webcomponents-ngx/main/table-row';
|
|
81
82
|
import { TableSelectionComponent } from '@ui5/webcomponents-ngx/main/table-selection';
|
|
83
|
+
import { TableVirtualizerComponent } from '@ui5/webcomponents-ngx/main/table-virtualizer';
|
|
82
84
|
import { TagComponent } from '@ui5/webcomponents-ngx/main/tag';
|
|
83
85
|
import { TextComponent } from '@ui5/webcomponents-ngx/main/text';
|
|
84
86
|
import { TextAreaComponent } from '@ui5/webcomponents-ngx/main/text-area';
|
|
@@ -126,6 +128,7 @@ const imports = [
|
|
|
126
128
|
DateRangePickerComponent,
|
|
127
129
|
DateTimePickerComponent,
|
|
128
130
|
DialogComponent,
|
|
131
|
+
ExpandableTextComponent,
|
|
129
132
|
FileUploaderComponent,
|
|
130
133
|
FormComponent,
|
|
131
134
|
FormGroupComponent,
|
|
@@ -176,6 +179,7 @@ const imports = [
|
|
|
176
179
|
TableHeaderRowComponent,
|
|
177
180
|
TableRowComponent,
|
|
178
181
|
TableSelectionComponent,
|
|
182
|
+
TableVirtualizerComponent,
|
|
179
183
|
TagComponent,
|
|
180
184
|
TextComponent,
|
|
181
185
|
TextAreaComponent,
|
|
@@ -226,6 +230,7 @@ class Ui5MainModule {
|
|
|
226
230
|
DateRangePickerComponent,
|
|
227
231
|
DateTimePickerComponent,
|
|
228
232
|
DialogComponent,
|
|
233
|
+
ExpandableTextComponent,
|
|
229
234
|
FileUploaderComponent,
|
|
230
235
|
FormComponent,
|
|
231
236
|
FormGroupComponent,
|
|
@@ -276,6 +281,7 @@ class Ui5MainModule {
|
|
|
276
281
|
TableHeaderRowComponent,
|
|
277
282
|
TableRowComponent,
|
|
278
283
|
TableSelectionComponent,
|
|
284
|
+
TableVirtualizerComponent,
|
|
279
285
|
TagComponent,
|
|
280
286
|
TextComponent,
|
|
281
287
|
TextAreaComponent,
|
|
@@ -320,6 +326,7 @@ class Ui5MainModule {
|
|
|
320
326
|
DateRangePickerComponent,
|
|
321
327
|
DateTimePickerComponent,
|
|
322
328
|
DialogComponent,
|
|
329
|
+
ExpandableTextComponent,
|
|
323
330
|
FileUploaderComponent,
|
|
324
331
|
FormComponent,
|
|
325
332
|
FormGroupComponent,
|
|
@@ -370,6 +377,7 @@ class Ui5MainModule {
|
|
|
370
377
|
TableHeaderRowComponent,
|
|
371
378
|
TableRowComponent,
|
|
372
379
|
TableSelectionComponent,
|
|
380
|
+
TableVirtualizerComponent,
|
|
373
381
|
TagComponent,
|
|
374
382
|
TextComponent,
|
|
375
383
|
TextAreaComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main.mjs","sources":["../../../../libs/ui5-angular/main/ui5-main.module.ts","../../../../libs/ui5-angular/main/ui5-webcomponents-ngx-main.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsMainThemingService } from \"@ui5/webcomponents-ngx/main/theming\";\nimport \"@ui5/webcomponents/dist/Assets.js\";\nimport { AvatarComponent } from \"@ui5/webcomponents-ngx/main/avatar\";\nimport { AvatarGroupComponent } from \"@ui5/webcomponents-ngx/main/avatar-group\";\nimport { BarComponent } from \"@ui5/webcomponents-ngx/main/bar\";\nimport { BreadcrumbsComponent } from \"@ui5/webcomponents-ngx/main/breadcrumbs\";\nimport { BreadcrumbsItemComponent } from \"@ui5/webcomponents-ngx/main/breadcrumbs-item\";\nimport { BusyIndicatorComponent } from \"@ui5/webcomponents-ngx/main/busy-indicator\";\nimport { ButtonComponent } from \"@ui5/webcomponents-ngx/main/button\";\nimport { CalendarComponent } from \"@ui5/webcomponents-ngx/main/calendar\";\nimport { CalendarDateComponent } from \"@ui5/webcomponents-ngx/main/calendar-date\";\nimport { CalendarDateRangeComponent } from \"@ui5/webcomponents-ngx/main/calendar-date-range\";\nimport { CalendarLegendComponent } from \"@ui5/webcomponents-ngx/main/calendar-legend\";\nimport { CalendarLegendItemComponent } from \"@ui5/webcomponents-ngx/main/calendar-legend-item\";\nimport { CardComponent } from \"@ui5/webcomponents-ngx/main/card\";\nimport { CardHeaderComponent } from \"@ui5/webcomponents-ngx/main/card-header\";\nimport { CarouselComponent } from \"@ui5/webcomponents-ngx/main/carousel\";\nimport { CheckBoxComponent } from \"@ui5/webcomponents-ngx/main/check-box\";\nimport { ColorPaletteComponent } from \"@ui5/webcomponents-ngx/main/color-palette\";\nimport { ColorPaletteItemComponent } from \"@ui5/webcomponents-ngx/main/color-palette-item\";\nimport { ColorPalettePopoverComponent } from \"@ui5/webcomponents-ngx/main/color-palette-popover\";\nimport { ColorPickerComponent } from \"@ui5/webcomponents-ngx/main/color-picker\";\nimport { ComboBoxComponent } from \"@ui5/webcomponents-ngx/main/combo-box\";\nimport { ComboBoxItemComponent } from \"@ui5/webcomponents-ngx/main/combo-box-item\";\nimport { ComboBoxItemGroupComponent } from \"@ui5/webcomponents-ngx/main/combo-box-item-group\";\nimport { DatePickerComponent } from \"@ui5/webcomponents-ngx/main/date-picker\";\nimport { DateRangePickerComponent } from \"@ui5/webcomponents-ngx/main/date-range-picker\";\nimport { DateTimePickerComponent } from \"@ui5/webcomponents-ngx/main/date-time-picker\";\nimport { DialogComponent } from \"@ui5/webcomponents-ngx/main/dialog\";\nimport { FileUploaderComponent } from \"@ui5/webcomponents-ngx/main/file-uploader\";\nimport { FormComponent } from \"@ui5/webcomponents-ngx/main/form\";\nimport { FormGroupComponent } from \"@ui5/webcomponents-ngx/main/form-group\";\nimport { FormItemComponent } from \"@ui5/webcomponents-ngx/main/form-item\";\nimport { IconComponent } from \"@ui5/webcomponents-ngx/main/icon\";\nimport { InputComponent } from \"@ui5/webcomponents-ngx/main/input\";\nimport { LabelComponent } from \"@ui5/webcomponents-ngx/main/label\";\nimport { LinkComponent } from \"@ui5/webcomponents-ngx/main/link\";\nimport { ListComponent } from \"@ui5/webcomponents-ngx/main/list\";\nimport { ListItemCustomComponent } from \"@ui5/webcomponents-ngx/main/list-item-custom\";\nimport { ListItemGroupComponent } from \"@ui5/webcomponents-ngx/main/list-item-group\";\nimport { ListItemStandardComponent } from \"@ui5/webcomponents-ngx/main/list-item-standard\";\nimport { MenuComponent } from \"@ui5/webcomponents-ngx/main/menu\";\nimport { MenuItemComponent } from \"@ui5/webcomponents-ngx/main/menu-item\";\nimport { MenuSeparatorComponent } from \"@ui5/webcomponents-ngx/main/menu-separator\";\nimport { MessageStripComponent } from \"@ui5/webcomponents-ngx/main/message-strip\";\nimport { MultiComboBoxComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box\";\nimport { MultiComboBoxItemComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box-item\";\nimport { MultiComboBoxItemGroupComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box-item-group\";\nimport { MultiInputComponent } from \"@ui5/webcomponents-ngx/main/multi-input\";\nimport { OptionComponent } from \"@ui5/webcomponents-ngx/main/option\";\nimport { OptionCustomComponent } from \"@ui5/webcomponents-ngx/main/option-custom\";\nimport { PanelComponent } from \"@ui5/webcomponents-ngx/main/panel\";\nimport { PopoverComponent } from \"@ui5/webcomponents-ngx/main/popover\";\nimport { ProgressIndicatorComponent } from \"@ui5/webcomponents-ngx/main/progress-indicator\";\nimport { RadioButtonComponent } from \"@ui5/webcomponents-ngx/main/radio-button\";\nimport { RangeSliderComponent } from \"@ui5/webcomponents-ngx/main/range-slider\";\nimport { RatingIndicatorComponent } from \"@ui5/webcomponents-ngx/main/rating-indicator\";\nimport { ResponsivePopoverComponent } from \"@ui5/webcomponents-ngx/main/responsive-popover\";\nimport { SegmentedButtonComponent } from \"@ui5/webcomponents-ngx/main/segmented-button\";\nimport { SegmentedButtonItemComponent } from \"@ui5/webcomponents-ngx/main/segmented-button-item\";\nimport { SelectComponent } from \"@ui5/webcomponents-ngx/main/select\";\nimport { SliderComponent } from \"@ui5/webcomponents-ngx/main/slider\";\nimport { SpecialCalendarDateComponent } from \"@ui5/webcomponents-ngx/main/special-calendar-date\";\nimport { SplitButtonComponent } from \"@ui5/webcomponents-ngx/main/split-button\";\nimport { StepInputComponent } from \"@ui5/webcomponents-ngx/main/step-input\";\nimport { SuggestionItemComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item\";\nimport { SuggestionItemCustomComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item-custom\";\nimport { SuggestionItemGroupComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item-group\";\nimport { SwitchComponent } from \"@ui5/webcomponents-ngx/main/switch\";\nimport { TabComponent } from \"@ui5/webcomponents-ngx/main/tab\";\nimport { TabContainerComponent } from \"@ui5/webcomponents-ngx/main/tab-container\";\nimport { TabSeparatorComponent } from \"@ui5/webcomponents-ngx/main/tab-separator\";\nimport { TableComponent } from \"@ui5/webcomponents-ngx/main/table\";\nimport { TableCellComponent } from \"@ui5/webcomponents-ngx/main/table-cell\";\nimport { TableGrowingComponent } from \"@ui5/webcomponents-ngx/main/table-growing\";\nimport { TableHeaderCellComponent } from \"@ui5/webcomponents-ngx/main/table-header-cell\";\nimport { TableHeaderRowComponent } from \"@ui5/webcomponents-ngx/main/table-header-row\";\nimport { TableRowComponent } from \"@ui5/webcomponents-ngx/main/table-row\";\nimport { TableSelectionComponent } from \"@ui5/webcomponents-ngx/main/table-selection\";\nimport { TagComponent } from \"@ui5/webcomponents-ngx/main/tag\";\nimport { TextComponent } from \"@ui5/webcomponents-ngx/main/text\";\nimport { TextAreaComponent } from \"@ui5/webcomponents-ngx/main/text-area\";\nimport { TimePickerComponent } from \"@ui5/webcomponents-ngx/main/time-picker\";\nimport { TitleComponent } from \"@ui5/webcomponents-ngx/main/title\";\nimport { ToastComponent } from \"@ui5/webcomponents-ngx/main/toast\";\nimport { ToggleButtonComponent } from \"@ui5/webcomponents-ngx/main/toggle-button\";\nimport { TokenComponent } from \"@ui5/webcomponents-ngx/main/token\";\nimport { TokenizerComponent } from \"@ui5/webcomponents-ngx/main/tokenizer\";\nimport { ToolbarComponent } from \"@ui5/webcomponents-ngx/main/toolbar\";\nimport { ToolbarButtonComponent } from \"@ui5/webcomponents-ngx/main/toolbar-button\";\nimport { ToolbarSelectComponent } from \"@ui5/webcomponents-ngx/main/toolbar-select\";\nimport { ToolbarSelectOptionComponent } from \"@ui5/webcomponents-ngx/main/toolbar-select-option\";\nimport { ToolbarSeparatorComponent } from \"@ui5/webcomponents-ngx/main/toolbar-separator\";\nimport { ToolbarSpacerComponent } from \"@ui5/webcomponents-ngx/main/toolbar-spacer\";\nimport { TreeComponent } from \"@ui5/webcomponents-ngx/main/tree\";\nimport { TreeItemComponent } from \"@ui5/webcomponents-ngx/main/tree-item\";\nimport { TreeItemCustomComponent } from \"@ui5/webcomponents-ngx/main/tree-item-custom\";\n\nconst imports = [\n AvatarComponent,\n AvatarGroupComponent,\n BarComponent,\n BreadcrumbsComponent,\n BreadcrumbsItemComponent,\n BusyIndicatorComponent,\n ButtonComponent,\n CalendarComponent,\n CalendarDateComponent,\n CalendarDateRangeComponent,\n CalendarLegendComponent,\n CalendarLegendItemComponent,\n CardComponent,\n CardHeaderComponent,\n CarouselComponent,\n CheckBoxComponent,\n ColorPaletteComponent,\n ColorPaletteItemComponent,\n ColorPalettePopoverComponent,\n ColorPickerComponent,\n ComboBoxComponent,\n ComboBoxItemComponent,\n ComboBoxItemGroupComponent,\n DatePickerComponent,\n DateRangePickerComponent,\n DateTimePickerComponent,\n DialogComponent,\n FileUploaderComponent,\n FormComponent,\n FormGroupComponent,\n FormItemComponent,\n IconComponent,\n InputComponent,\n LabelComponent,\n LinkComponent,\n ListComponent,\n ListItemCustomComponent,\n ListItemGroupComponent,\n ListItemStandardComponent,\n MenuComponent,\n MenuItemComponent,\n MenuSeparatorComponent,\n MessageStripComponent,\n MultiComboBoxComponent,\n MultiComboBoxItemComponent,\n MultiComboBoxItemGroupComponent,\n MultiInputComponent,\n OptionComponent,\n OptionCustomComponent,\n PanelComponent,\n PopoverComponent,\n ProgressIndicatorComponent,\n RadioButtonComponent,\n RangeSliderComponent,\n RatingIndicatorComponent,\n ResponsivePopoverComponent,\n SegmentedButtonComponent,\n SegmentedButtonItemComponent,\n SelectComponent,\n SliderComponent,\n SpecialCalendarDateComponent,\n SplitButtonComponent,\n StepInputComponent,\n SuggestionItemComponent,\n SuggestionItemCustomComponent,\n SuggestionItemGroupComponent,\n SwitchComponent,\n TabComponent,\n TabContainerComponent,\n TabSeparatorComponent,\n TableComponent,\n TableCellComponent,\n TableGrowingComponent,\n TableHeaderCellComponent,\n TableHeaderRowComponent,\n TableRowComponent,\n TableSelectionComponent,\n TagComponent,\n TextComponent,\n TextAreaComponent,\n TimePickerComponent,\n TitleComponent,\n ToastComponent,\n ToggleButtonComponent,\n TokenComponent,\n TokenizerComponent,\n ToolbarComponent,\n ToolbarButtonComponent,\n ToolbarSelectComponent,\n ToolbarSelectOptionComponent,\n ToolbarSeparatorComponent,\n ToolbarSpacerComponent,\n TreeComponent,\n TreeItemComponent,\n TreeItemCustomComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5MainModule {\n constructor(\n ui5WebcomponentsMainThemingService: Ui5WebcomponentsMainThemingService,\n ) {}\n}\nexport { Ui5MainModule };\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-main.mjs","sources":["../../../../libs/ui5-angular/main/ui5-main.module.ts","../../../../libs/ui5-angular/main/ui5-webcomponents-ngx-main.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsMainThemingService } from \"@ui5/webcomponents-ngx/main/theming\";\nimport \"@ui5/webcomponents/dist/Assets.js\";\nimport { AvatarComponent } from \"@ui5/webcomponents-ngx/main/avatar\";\nimport { AvatarGroupComponent } from \"@ui5/webcomponents-ngx/main/avatar-group\";\nimport { BarComponent } from \"@ui5/webcomponents-ngx/main/bar\";\nimport { BreadcrumbsComponent } from \"@ui5/webcomponents-ngx/main/breadcrumbs\";\nimport { BreadcrumbsItemComponent } from \"@ui5/webcomponents-ngx/main/breadcrumbs-item\";\nimport { BusyIndicatorComponent } from \"@ui5/webcomponents-ngx/main/busy-indicator\";\nimport { ButtonComponent } from \"@ui5/webcomponents-ngx/main/button\";\nimport { CalendarComponent } from \"@ui5/webcomponents-ngx/main/calendar\";\nimport { CalendarDateComponent } from \"@ui5/webcomponents-ngx/main/calendar-date\";\nimport { CalendarDateRangeComponent } from \"@ui5/webcomponents-ngx/main/calendar-date-range\";\nimport { CalendarLegendComponent } from \"@ui5/webcomponents-ngx/main/calendar-legend\";\nimport { CalendarLegendItemComponent } from \"@ui5/webcomponents-ngx/main/calendar-legend-item\";\nimport { CardComponent } from \"@ui5/webcomponents-ngx/main/card\";\nimport { CardHeaderComponent } from \"@ui5/webcomponents-ngx/main/card-header\";\nimport { CarouselComponent } from \"@ui5/webcomponents-ngx/main/carousel\";\nimport { CheckBoxComponent } from \"@ui5/webcomponents-ngx/main/check-box\";\nimport { ColorPaletteComponent } from \"@ui5/webcomponents-ngx/main/color-palette\";\nimport { ColorPaletteItemComponent } from \"@ui5/webcomponents-ngx/main/color-palette-item\";\nimport { ColorPalettePopoverComponent } from \"@ui5/webcomponents-ngx/main/color-palette-popover\";\nimport { ColorPickerComponent } from \"@ui5/webcomponents-ngx/main/color-picker\";\nimport { ComboBoxComponent } from \"@ui5/webcomponents-ngx/main/combo-box\";\nimport { ComboBoxItemComponent } from \"@ui5/webcomponents-ngx/main/combo-box-item\";\nimport { ComboBoxItemGroupComponent } from \"@ui5/webcomponents-ngx/main/combo-box-item-group\";\nimport { DatePickerComponent } from \"@ui5/webcomponents-ngx/main/date-picker\";\nimport { DateRangePickerComponent } from \"@ui5/webcomponents-ngx/main/date-range-picker\";\nimport { DateTimePickerComponent } from \"@ui5/webcomponents-ngx/main/date-time-picker\";\nimport { DialogComponent } from \"@ui5/webcomponents-ngx/main/dialog\";\nimport { ExpandableTextComponent } from \"@ui5/webcomponents-ngx/main/expandable-text\";\nimport { FileUploaderComponent } from \"@ui5/webcomponents-ngx/main/file-uploader\";\nimport { FormComponent } from \"@ui5/webcomponents-ngx/main/form\";\nimport { FormGroupComponent } from \"@ui5/webcomponents-ngx/main/form-group\";\nimport { FormItemComponent } from \"@ui5/webcomponents-ngx/main/form-item\";\nimport { IconComponent } from \"@ui5/webcomponents-ngx/main/icon\";\nimport { InputComponent } from \"@ui5/webcomponents-ngx/main/input\";\nimport { LabelComponent } from \"@ui5/webcomponents-ngx/main/label\";\nimport { LinkComponent } from \"@ui5/webcomponents-ngx/main/link\";\nimport { ListComponent } from \"@ui5/webcomponents-ngx/main/list\";\nimport { ListItemCustomComponent } from \"@ui5/webcomponents-ngx/main/list-item-custom\";\nimport { ListItemGroupComponent } from \"@ui5/webcomponents-ngx/main/list-item-group\";\nimport { ListItemStandardComponent } from \"@ui5/webcomponents-ngx/main/list-item-standard\";\nimport { MenuComponent } from \"@ui5/webcomponents-ngx/main/menu\";\nimport { MenuItemComponent } from \"@ui5/webcomponents-ngx/main/menu-item\";\nimport { MenuSeparatorComponent } from \"@ui5/webcomponents-ngx/main/menu-separator\";\nimport { MessageStripComponent } from \"@ui5/webcomponents-ngx/main/message-strip\";\nimport { MultiComboBoxComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box\";\nimport { MultiComboBoxItemComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box-item\";\nimport { MultiComboBoxItemGroupComponent } from \"@ui5/webcomponents-ngx/main/multi-combo-box-item-group\";\nimport { MultiInputComponent } from \"@ui5/webcomponents-ngx/main/multi-input\";\nimport { OptionComponent } from \"@ui5/webcomponents-ngx/main/option\";\nimport { OptionCustomComponent } from \"@ui5/webcomponents-ngx/main/option-custom\";\nimport { PanelComponent } from \"@ui5/webcomponents-ngx/main/panel\";\nimport { PopoverComponent } from \"@ui5/webcomponents-ngx/main/popover\";\nimport { ProgressIndicatorComponent } from \"@ui5/webcomponents-ngx/main/progress-indicator\";\nimport { RadioButtonComponent } from \"@ui5/webcomponents-ngx/main/radio-button\";\nimport { RangeSliderComponent } from \"@ui5/webcomponents-ngx/main/range-slider\";\nimport { RatingIndicatorComponent } from \"@ui5/webcomponents-ngx/main/rating-indicator\";\nimport { ResponsivePopoverComponent } from \"@ui5/webcomponents-ngx/main/responsive-popover\";\nimport { SegmentedButtonComponent } from \"@ui5/webcomponents-ngx/main/segmented-button\";\nimport { SegmentedButtonItemComponent } from \"@ui5/webcomponents-ngx/main/segmented-button-item\";\nimport { SelectComponent } from \"@ui5/webcomponents-ngx/main/select\";\nimport { SliderComponent } from \"@ui5/webcomponents-ngx/main/slider\";\nimport { SpecialCalendarDateComponent } from \"@ui5/webcomponents-ngx/main/special-calendar-date\";\nimport { SplitButtonComponent } from \"@ui5/webcomponents-ngx/main/split-button\";\nimport { StepInputComponent } from \"@ui5/webcomponents-ngx/main/step-input\";\nimport { SuggestionItemComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item\";\nimport { SuggestionItemCustomComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item-custom\";\nimport { SuggestionItemGroupComponent } from \"@ui5/webcomponents-ngx/main/suggestion-item-group\";\nimport { SwitchComponent } from \"@ui5/webcomponents-ngx/main/switch\";\nimport { TabComponent } from \"@ui5/webcomponents-ngx/main/tab\";\nimport { TabContainerComponent } from \"@ui5/webcomponents-ngx/main/tab-container\";\nimport { TabSeparatorComponent } from \"@ui5/webcomponents-ngx/main/tab-separator\";\nimport { TableComponent } from \"@ui5/webcomponents-ngx/main/table\";\nimport { TableCellComponent } from \"@ui5/webcomponents-ngx/main/table-cell\";\nimport { TableGrowingComponent } from \"@ui5/webcomponents-ngx/main/table-growing\";\nimport { TableHeaderCellComponent } from \"@ui5/webcomponents-ngx/main/table-header-cell\";\nimport { TableHeaderRowComponent } from \"@ui5/webcomponents-ngx/main/table-header-row\";\nimport { TableRowComponent } from \"@ui5/webcomponents-ngx/main/table-row\";\nimport { TableSelectionComponent } from \"@ui5/webcomponents-ngx/main/table-selection\";\nimport { TableVirtualizerComponent } from \"@ui5/webcomponents-ngx/main/table-virtualizer\";\nimport { TagComponent } from \"@ui5/webcomponents-ngx/main/tag\";\nimport { TextComponent } from \"@ui5/webcomponents-ngx/main/text\";\nimport { TextAreaComponent } from \"@ui5/webcomponents-ngx/main/text-area\";\nimport { TimePickerComponent } from \"@ui5/webcomponents-ngx/main/time-picker\";\nimport { TitleComponent } from \"@ui5/webcomponents-ngx/main/title\";\nimport { ToastComponent } from \"@ui5/webcomponents-ngx/main/toast\";\nimport { ToggleButtonComponent } from \"@ui5/webcomponents-ngx/main/toggle-button\";\nimport { TokenComponent } from \"@ui5/webcomponents-ngx/main/token\";\nimport { TokenizerComponent } from \"@ui5/webcomponents-ngx/main/tokenizer\";\nimport { ToolbarComponent } from \"@ui5/webcomponents-ngx/main/toolbar\";\nimport { ToolbarButtonComponent } from \"@ui5/webcomponents-ngx/main/toolbar-button\";\nimport { ToolbarSelectComponent } from \"@ui5/webcomponents-ngx/main/toolbar-select\";\nimport { ToolbarSelectOptionComponent } from \"@ui5/webcomponents-ngx/main/toolbar-select-option\";\nimport { ToolbarSeparatorComponent } from \"@ui5/webcomponents-ngx/main/toolbar-separator\";\nimport { ToolbarSpacerComponent } from \"@ui5/webcomponents-ngx/main/toolbar-spacer\";\nimport { TreeComponent } from \"@ui5/webcomponents-ngx/main/tree\";\nimport { TreeItemComponent } from \"@ui5/webcomponents-ngx/main/tree-item\";\nimport { TreeItemCustomComponent } from \"@ui5/webcomponents-ngx/main/tree-item-custom\";\n\nconst imports = [\n AvatarComponent,\n AvatarGroupComponent,\n BarComponent,\n BreadcrumbsComponent,\n BreadcrumbsItemComponent,\n BusyIndicatorComponent,\n ButtonComponent,\n CalendarComponent,\n CalendarDateComponent,\n CalendarDateRangeComponent,\n CalendarLegendComponent,\n CalendarLegendItemComponent,\n CardComponent,\n CardHeaderComponent,\n CarouselComponent,\n CheckBoxComponent,\n ColorPaletteComponent,\n ColorPaletteItemComponent,\n ColorPalettePopoverComponent,\n ColorPickerComponent,\n ComboBoxComponent,\n ComboBoxItemComponent,\n ComboBoxItemGroupComponent,\n DatePickerComponent,\n DateRangePickerComponent,\n DateTimePickerComponent,\n DialogComponent,\n ExpandableTextComponent,\n FileUploaderComponent,\n FormComponent,\n FormGroupComponent,\n FormItemComponent,\n IconComponent,\n InputComponent,\n LabelComponent,\n LinkComponent,\n ListComponent,\n ListItemCustomComponent,\n ListItemGroupComponent,\n ListItemStandardComponent,\n MenuComponent,\n MenuItemComponent,\n MenuSeparatorComponent,\n MessageStripComponent,\n MultiComboBoxComponent,\n MultiComboBoxItemComponent,\n MultiComboBoxItemGroupComponent,\n MultiInputComponent,\n OptionComponent,\n OptionCustomComponent,\n PanelComponent,\n PopoverComponent,\n ProgressIndicatorComponent,\n RadioButtonComponent,\n RangeSliderComponent,\n RatingIndicatorComponent,\n ResponsivePopoverComponent,\n SegmentedButtonComponent,\n SegmentedButtonItemComponent,\n SelectComponent,\n SliderComponent,\n SpecialCalendarDateComponent,\n SplitButtonComponent,\n StepInputComponent,\n SuggestionItemComponent,\n SuggestionItemCustomComponent,\n SuggestionItemGroupComponent,\n SwitchComponent,\n TabComponent,\n TabContainerComponent,\n TabSeparatorComponent,\n TableComponent,\n TableCellComponent,\n TableGrowingComponent,\n TableHeaderCellComponent,\n TableHeaderRowComponent,\n TableRowComponent,\n TableSelectionComponent,\n TableVirtualizerComponent,\n TagComponent,\n TextComponent,\n TextAreaComponent,\n TimePickerComponent,\n TitleComponent,\n ToastComponent,\n ToggleButtonComponent,\n TokenComponent,\n TokenizerComponent,\n ToolbarComponent,\n ToolbarButtonComponent,\n ToolbarSelectComponent,\n ToolbarSelectOptionComponent,\n ToolbarSeparatorComponent,\n ToolbarSpacerComponent,\n TreeComponent,\n TreeItemComponent,\n TreeItemCustomComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5MainModule {\n constructor(\n ui5WebcomponentsMainThemingService: Ui5WebcomponentsMainThemingService,\n ) {}\n}\nexport { Ui5MainModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -28,6 +28,9 @@ export { TimelineGroupItemComponent } from '@ui5/webcomponents-ngx/fiori/timelin
|
|
|
28
28
|
export { TimelineItemComponent } from '@ui5/webcomponents-ngx/fiori/timeline-item';
|
|
29
29
|
export { UploadCollectionComponent } from '@ui5/webcomponents-ngx/fiori/upload-collection';
|
|
30
30
|
export { UploadCollectionItemComponent } from '@ui5/webcomponents-ngx/fiori/upload-collection-item';
|
|
31
|
+
export { UserMenuComponent } from '@ui5/webcomponents-ngx/fiori/user-menu';
|
|
32
|
+
export { UserMenuAccountComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-account';
|
|
33
|
+
export { UserMenuItemComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-item';
|
|
31
34
|
export { ViewSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/view-settings-dialog';
|
|
32
35
|
export { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
|
|
33
36
|
export { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
|
|
@@ -58,6 +61,7 @@ export { DatePickerComponent } from '@ui5/webcomponents-ngx/main/date-picker';
|
|
|
58
61
|
export { DateRangePickerComponent } from '@ui5/webcomponents-ngx/main/date-range-picker';
|
|
59
62
|
export { DateTimePickerComponent } from '@ui5/webcomponents-ngx/main/date-time-picker';
|
|
60
63
|
export { DialogComponent } from '@ui5/webcomponents-ngx/main/dialog';
|
|
64
|
+
export { ExpandableTextComponent } from '@ui5/webcomponents-ngx/main/expandable-text';
|
|
61
65
|
export { FileUploaderComponent } from '@ui5/webcomponents-ngx/main/file-uploader';
|
|
62
66
|
export { FormComponent } from '@ui5/webcomponents-ngx/main/form';
|
|
63
67
|
export { FormGroupComponent } from '@ui5/webcomponents-ngx/main/form-group';
|
|
@@ -108,6 +112,7 @@ export { TableHeaderCellComponent } from '@ui5/webcomponents-ngx/main/table-head
|
|
|
108
112
|
export { TableHeaderRowComponent } from '@ui5/webcomponents-ngx/main/table-header-row';
|
|
109
113
|
export { TableRowComponent } from '@ui5/webcomponents-ngx/main/table-row';
|
|
110
114
|
export { TableSelectionComponent } from '@ui5/webcomponents-ngx/main/table-selection';
|
|
115
|
+
export { TableVirtualizerComponent } from '@ui5/webcomponents-ngx/main/table-virtualizer';
|
|
111
116
|
export { TagComponent } from '@ui5/webcomponents-ngx/main/tag';
|
|
112
117
|
export { TextComponent } from '@ui5/webcomponents-ngx/main/text';
|
|
113
118
|
export { TextAreaComponent } from '@ui5/webcomponents-ngx/main/text-area';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx.mjs","sources":["../../../../libs/ui5-angular/ui5-webcomponents.module.ts","../../../../libs/ui5-angular/ui5-webcomponents-ngx.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5FioriModule } from \"@ui5/webcomponents-ngx/fiori\";\nimport { Ui5MainModule } from \"@ui5/webcomponents-ngx/main\";\n\nconst imports = [Ui5FioriModule, Ui5MainModule];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5WebcomponentsModule {}\nexport { Ui5WebcomponentsModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx.mjs","sources":["../../../../libs/ui5-angular/ui5-webcomponents.module.ts","../../../../libs/ui5-angular/ui5-webcomponents-ngx.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5FioriModule } from \"@ui5/webcomponents-ngx/fiori\";\nimport { Ui5MainModule } from \"@ui5/webcomponents-ngx/main\";\n\nconst imports = [Ui5FioriModule, Ui5MainModule];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5WebcomponentsModule {}\nexport { Ui5WebcomponentsModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,OAAO,GAAG,CAAC,cAAc,EAAE,aAAa,CAAC;AAC/C,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC;AAE5B,MAIM,sBAAsB,CAAA;8GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAtB,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,sBAAsB,YAPX,cAAc,EAAE,aAAa,CAA7B,EAAA,OAAA,EAAA,CAAA,cAAc,EAAE,aAAa,CAAA,EAAA,CAAA,CAAA;AAOxC,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,sBAAsB,EAHb,OAAA,EAAA,CAAA,OAAO,EAJL,cAAc,EAAE,aAAa,CAAA,EAAA,CAAA,CAAA;;2FAOxC,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA;;;ACVD;;AAEG;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents-fiori/dist/DynamicSideContent.js';
|
|
3
|
-
import { default as DynamicSideContent, DynamicSideContentLayoutChangeEventDetail } from '@ui5/webcomponents-fiori/dist/DynamicSideContent.js';
|
|
3
|
+
import { default as DynamicSideContent, DynamicSideContentAccessibilityAttributes, DynamicSideContentLayoutChangeEventDetail } from '@ui5/webcomponents-fiori/dist/DynamicSideContent.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class DynamicSideContentComponent {
|
|
6
6
|
/**
|
|
@@ -31,6 +31,15 @@ declare class DynamicSideContentComponent {
|
|
|
31
31
|
using the toggle method.
|
|
32
32
|
*/
|
|
33
33
|
equalSplit: boolean;
|
|
34
|
+
/**
|
|
35
|
+
Defines additional accessibility attributes on different areas of the component.
|
|
36
|
+
|
|
37
|
+
The accessibilityAttributes object has the following fields:
|
|
38
|
+
|
|
39
|
+
- **mainContent**: `mainContent.ariaLabel` defines the aria-label of the main content area. Accepts any string.
|
|
40
|
+
- **sideContent**: `sideContent.ariaLabel` defines the aria-label of the side content area. Accepts any string.
|
|
41
|
+
*/
|
|
42
|
+
accessibilityAttributes: DynamicSideContentAccessibilityAttributes;
|
|
34
43
|
/**
|
|
35
44
|
Fires when the current breakpoint has been changed.
|
|
36
45
|
*/
|
|
@@ -41,7 +50,7 @@ declare class DynamicSideContentComponent {
|
|
|
41
50
|
get element(): DynamicSideContent;
|
|
42
51
|
constructor();
|
|
43
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicSideContentComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicSideContentComponent, "ui5-dynamic-side-content", ["ui5DynamicSideContent"], { "hideMainContent": { "alias": "hideMainContent"; "required": false; }; "hideSideContent": { "alias": "hideSideContent"; "required": false; }; "sideContentPosition": { "alias": "sideContentPosition"; "required": false; }; "sideContentVisibility": { "alias": "sideContentVisibility"; "required": false; }; "sideContentFallDown": { "alias": "sideContentFallDown"; "required": false; }; "equalSplit": { "alias": "equalSplit"; "required": false; }; }, { "ui5LayoutChange": "ui5LayoutChange"; }, never, ["*"], true, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicSideContentComponent, "ui5-dynamic-side-content", ["ui5DynamicSideContent"], { "hideMainContent": { "alias": "hideMainContent"; "required": false; }; "hideSideContent": { "alias": "hideSideContent"; "required": false; }; "sideContentPosition": { "alias": "sideContentPosition"; "required": false; }; "sideContentVisibility": { "alias": "sideContentVisibility"; "required": false; }; "sideContentFallDown": { "alias": "sideContentFallDown"; "required": false; }; "equalSplit": { "alias": "equalSplit"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; }, { "ui5LayoutChange": "ui5LayoutChange"; }, never, ["*"], true, never>;
|
|
45
54
|
static ngAcceptInputType_hideMainContent: unknown;
|
|
46
55
|
static ngAcceptInputType_hideSideContent: unknown;
|
|
47
56
|
static ngAcceptInputType_equalSplit: unknown;
|
|
@@ -3,16 +3,15 @@ import NavigationLayout from '@ui5/webcomponents-fiori/dist/NavigationLayout.js'
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class NavigationLayoutComponent {
|
|
5
5
|
/**
|
|
6
|
-
|
|
6
|
+
Specifies the navigation layout mode.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
mode: 'Auto' | 'Collapsed' | 'Expanded';
|
|
9
9
|
private elementRef;
|
|
10
10
|
private zone;
|
|
11
11
|
private cdr;
|
|
12
12
|
get element(): NavigationLayout;
|
|
13
13
|
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLayoutComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationLayoutComponent, "ui5-navigation-layout", ["ui5NavigationLayout"], { "
|
|
16
|
-
static ngAcceptInputType_sideCollapsed: unknown;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationLayoutComponent, "ui5-navigation-layout", ["ui5NavigationLayout"], { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
17
16
|
}
|
|
18
17
|
export { NavigationLayoutComponent };
|
|
@@ -31,13 +31,16 @@ import * as i27 from "@ui5/webcomponents-ngx/fiori/timeline-group-item";
|
|
|
31
31
|
import * as i28 from "@ui5/webcomponents-ngx/fiori/timeline-item";
|
|
32
32
|
import * as i29 from "@ui5/webcomponents-ngx/fiori/upload-collection";
|
|
33
33
|
import * as i30 from "@ui5/webcomponents-ngx/fiori/upload-collection-item";
|
|
34
|
-
import * as i31 from "@ui5/webcomponents-ngx/fiori/
|
|
35
|
-
import * as i32 from "@ui5/webcomponents-ngx/fiori/
|
|
36
|
-
import * as i33 from "@ui5/webcomponents-ngx/fiori/
|
|
34
|
+
import * as i31 from "@ui5/webcomponents-ngx/fiori/user-menu";
|
|
35
|
+
import * as i32 from "@ui5/webcomponents-ngx/fiori/user-menu-account";
|
|
36
|
+
import * as i33 from "@ui5/webcomponents-ngx/fiori/user-menu-item";
|
|
37
|
+
import * as i34 from "@ui5/webcomponents-ngx/fiori/view-settings-dialog";
|
|
38
|
+
import * as i35 from "@ui5/webcomponents-ngx/fiori/wizard";
|
|
39
|
+
import * as i36 from "@ui5/webcomponents-ngx/fiori/wizard-step";
|
|
37
40
|
declare class Ui5FioriModule {
|
|
38
41
|
constructor(ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService);
|
|
39
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5FioriModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5FioriModule, never, [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.ShellBarComponent, typeof i20.ShellBarItemComponent, typeof i21.SideNavigationComponent, typeof i22.SideNavigationGroupComponent, typeof i23.SideNavigationItemComponent, typeof i24.SideNavigationSubItemComponent, typeof i25.SortItemComponent, typeof i26.TimelineComponent, typeof i27.TimelineGroupItemComponent, typeof i28.TimelineItemComponent, typeof i29.UploadCollectionComponent, typeof i30.UploadCollectionItemComponent, typeof i31.
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5FioriModule, never, [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.ShellBarComponent, typeof i20.ShellBarItemComponent, typeof i21.SideNavigationComponent, typeof i22.SideNavigationGroupComponent, typeof i23.SideNavigationItemComponent, typeof i24.SideNavigationSubItemComponent, typeof i25.SortItemComponent, typeof i26.TimelineComponent, typeof i27.TimelineGroupItemComponent, typeof i28.TimelineItemComponent, typeof i29.UploadCollectionComponent, typeof i30.UploadCollectionItemComponent, typeof i31.UserMenuComponent, typeof i32.UserMenuAccountComponent, typeof i33.UserMenuItemComponent, typeof i34.ViewSettingsDialogComponent, typeof i35.WizardComponent, typeof i36.WizardStepComponent], [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.ShellBarComponent, typeof i20.ShellBarItemComponent, typeof i21.SideNavigationComponent, typeof i22.SideNavigationGroupComponent, typeof i23.SideNavigationItemComponent, typeof i24.SideNavigationSubItemComponent, typeof i25.SortItemComponent, typeof i26.TimelineComponent, typeof i27.TimelineGroupItemComponent, typeof i28.TimelineItemComponent, typeof i29.UploadCollectionComponent, typeof i30.UploadCollectionItemComponent, typeof i31.UserMenuComponent, typeof i32.UserMenuAccountComponent, typeof i33.UserMenuItemComponent, typeof i34.ViewSettingsDialogComponent, typeof i35.WizardComponent, typeof i36.WizardStepComponent]>;
|
|
41
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<Ui5FioriModule>;
|
|
42
45
|
}
|
|
43
46
|
export { Ui5FioriModule };
|
|
@@ -32,10 +32,6 @@ declare class UploadCollectionComponent {
|
|
|
32
32
|
|
|
33
33
|
**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.
|
|
34
34
|
*/
|
|
35
|
-
ui5Drop: EventEmitter<Event>;
|
|
36
|
-
/**
|
|
37
|
-
Fired when the delete button of any item is pressed.
|
|
38
|
-
*/
|
|
39
35
|
ui5ItemDelete: EventEmitter<UploadCollectionItemDeleteEventDetail>;
|
|
40
36
|
/**
|
|
41
37
|
Fired when selection is changed by user interaction
|
|
@@ -48,7 +44,7 @@ declare class UploadCollectionComponent {
|
|
|
48
44
|
get element(): UploadCollection;
|
|
49
45
|
constructor();
|
|
50
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionComponent, "ui5-upload-collection", ["ui5UploadCollection"], { "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataDescription": { "alias": "noDataDescription"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "hideDragOverlay": { "alias": "hideDragOverlay"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionComponent, "ui5-upload-collection", ["ui5UploadCollection"], { "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataDescription": { "alias": "noDataDescription"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "hideDragOverlay": { "alias": "hideDragOverlay"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
52
48
|
static ngAcceptInputType_hideDragOverlay: unknown;
|
|
53
49
|
}
|
|
54
50
|
export { UploadCollectionComponent };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UserMenu.js';
|
|
3
|
+
import { default as UserMenu, UserMenuItemClickEventDetail, UserMenuOtherAccountClickEventDetail } from '@ui5/webcomponents-fiori/dist/UserMenu.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class UserMenuComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines if the User Menu is opened.
|
|
8
|
+
*/
|
|
9
|
+
open: boolean;
|
|
10
|
+
/**
|
|
11
|
+
Defines the ID or DOM Reference of the element at which the user menu is shown.
|
|
12
|
+
When 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.
|
|
13
|
+
You can only set the `opener` attribute to a DOM Reference when using JavaScript.
|
|
14
|
+
*/
|
|
15
|
+
opener: HTMLElement | string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
Defines if the User Menu shows the Manage Account option.
|
|
18
|
+
*/
|
|
19
|
+
showManageAccount: boolean;
|
|
20
|
+
/**
|
|
21
|
+
Defines if the User Menu shows the Other Accounts option.
|
|
22
|
+
*/
|
|
23
|
+
showOtherAccounts: boolean;
|
|
24
|
+
/**
|
|
25
|
+
Defines if the User Menu shows the Add Account option.
|
|
26
|
+
*/
|
|
27
|
+
showAddAccount: boolean;
|
|
28
|
+
/**
|
|
29
|
+
Fired when the account avatar is selected.
|
|
30
|
+
*/
|
|
31
|
+
ui5AvatarClick: EventEmitter<void>;
|
|
32
|
+
/**
|
|
33
|
+
Fired when the "Manage Account" button is selected.
|
|
34
|
+
*/
|
|
35
|
+
ui5ManageAccountClick: EventEmitter<void>;
|
|
36
|
+
/**
|
|
37
|
+
Fired when the "Add Account" button is selected.
|
|
38
|
+
*/
|
|
39
|
+
ui5AddAccountClick: EventEmitter<void>;
|
|
40
|
+
/**
|
|
41
|
+
Fired when the account is switched to a different one.
|
|
42
|
+
*/
|
|
43
|
+
ui5ChangeAccount: EventEmitter<UserMenuOtherAccountClickEventDetail>;
|
|
44
|
+
/**
|
|
45
|
+
Fired when a menu item is selected.
|
|
46
|
+
*/
|
|
47
|
+
ui5ItemClick: EventEmitter<UserMenuItemClickEventDetail>;
|
|
48
|
+
/**
|
|
49
|
+
Fired when a user menu is open.
|
|
50
|
+
*/
|
|
51
|
+
ui5Open: EventEmitter<void>;
|
|
52
|
+
/**
|
|
53
|
+
Fired when a user menu is close.
|
|
54
|
+
*/
|
|
55
|
+
ui5Close: EventEmitter<void>;
|
|
56
|
+
/**
|
|
57
|
+
Fired when the "Sign Out" button is selected.
|
|
58
|
+
*/
|
|
59
|
+
ui5SignOutClick: EventEmitter<void>;
|
|
60
|
+
private elementRef;
|
|
61
|
+
private zone;
|
|
62
|
+
private cdr;
|
|
63
|
+
get element(): UserMenu;
|
|
64
|
+
constructor();
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuComponent, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserMenuComponent, "ui5-user-menu", ["ui5UserMenu"], { "open": { "alias": "open"; "required": false; }; "opener": { "alias": "opener"; "required": false; }; "showManageAccount": { "alias": "showManageAccount"; "required": false; }; "showOtherAccounts": { "alias": "showOtherAccounts"; "required": false; }; "showAddAccount": { "alias": "showAddAccount"; "required": false; }; }, { "ui5AvatarClick": "ui5AvatarClick"; "ui5ManageAccountClick": "ui5ManageAccountClick"; "ui5AddAccountClick": "ui5AddAccountClick"; "ui5ChangeAccount": "ui5ChangeAccount"; "ui5ItemClick": "ui5ItemClick"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5SignOutClick": "ui5SignOutClick"; }, never, ["*"], true, never>;
|
|
67
|
+
static ngAcceptInputType_open: unknown;
|
|
68
|
+
static ngAcceptInputType_showManageAccount: unknown;
|
|
69
|
+
static ngAcceptInputType_showOtherAccounts: unknown;
|
|
70
|
+
static ngAcceptInputType_showAddAccount: unknown;
|
|
71
|
+
}
|
|
72
|
+
export { UserMenuComponent };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';
|
|
2
|
+
import UserMenuAccount from '@ui5/webcomponents-fiori/dist/UserMenuAccount.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class UserMenuAccountComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the avatar image url of the user.
|
|
7
|
+
*/
|
|
8
|
+
avatarSrc: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
Defines the avatar initials of the user.
|
|
11
|
+
*/
|
|
12
|
+
avatarInitials: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
Defines the title text of the user.
|
|
15
|
+
*/
|
|
16
|
+
titleText: string;
|
|
17
|
+
/**
|
|
18
|
+
Defines additional text of the user.
|
|
19
|
+
*/
|
|
20
|
+
subtitleText: string;
|
|
21
|
+
/**
|
|
22
|
+
Defines description of the user.
|
|
23
|
+
*/
|
|
24
|
+
description: string;
|
|
25
|
+
/**
|
|
26
|
+
Defines if the user is selected.
|
|
27
|
+
*/
|
|
28
|
+
selected: boolean;
|
|
29
|
+
private elementRef;
|
|
30
|
+
private zone;
|
|
31
|
+
private cdr;
|
|
32
|
+
get element(): UserMenuAccount;
|
|
33
|
+
constructor();
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuAccountComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserMenuAccountComponent, "ui5-user-menu-account", ["ui5UserMenuAccount"], { "avatarSrc": { "alias": "avatarSrc"; "required": false; }; "avatarInitials": { "alias": "avatarInitials"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "subtitleText": { "alias": "subtitleText"; "required": false; }; "description": { "alias": "description"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
36
|
+
static ngAcceptInputType_selected: unknown;
|
|
37
|
+
}
|
|
38
|
+
export { UserMenuAccountComponent };
|