@ui5/webcomponents-ngx 0.4.7-rc.1 → 0.4.7
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/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +15 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs +3 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-search.mjs +78 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-search.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +16 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +4 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +19 -3
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-standard.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-standard.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +17 -3
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs +1 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +1 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/illustrated-message/index.d.ts +8 -1
- package/fiori/search/index.d.ts +3 -8
- package/fiori/shell-bar/index.d.ts +27 -8
- package/fiori/shell-bar-item/index.d.ts +2 -2
- package/fiori/shell-bar-search/index.d.ts +74 -0
- package/fiori/side-navigation-group/index.d.ts +2 -1
- package/fiori/side-navigation-item/index.d.ts +2 -1
- package/fiori/side-navigation-sub-item/index.d.ts +2 -1
- package/fiori/ui5-fiori.module.d.ts +22 -21
- package/index.d.ts +1 -0
- package/main/button/index.d.ts +4 -6
- package/main/check-box/index.d.ts +3 -0
- package/main/form/index.d.ts +10 -1
- package/main/form-group/index.d.ts +6 -1
- package/main/list-item-standard/index.d.ts +19 -1
- package/main/menu/index.d.ts +7 -3
- package/main/table-header-cell/index.d.ts +15 -9
- package/main/toggle-button/index.d.ts +4 -6
- package/package.json +56 -52
- package/ui5-webcomponents-ngx-0.4.7.tgz +0 -0
- package/ui5-webcomponents-ngx-0.4.7-rc.1.tgz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate, __metadata } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
4
|
import '@ui5/webcomponents-fiori/dist/IllustratedMessage.js';
|
|
5
5
|
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@ let IllustratedMessageComponent = class IllustratedMessageComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: IllustratedMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: IllustratedMessageComponent, isStandalone: true, selector: "ui5-illustrated-message", inputs: { name: "name", design: "design", subtitleText: "subtitleText", titleText: "titleText", accessibleNameRef: "accessibleNameRef", decorative: ["decorative", "decorative", booleanAttribute] }, exportAs: ["ui5IllustratedMessage"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
IllustratedMessageComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -24,6 +24,7 @@ IllustratedMessageComponent = __decorate([
|
|
|
24
24
|
'subtitleText',
|
|
25
25
|
'titleText',
|
|
26
26
|
'accessibleNameRef',
|
|
27
|
+
'decorative',
|
|
27
28
|
]),
|
|
28
29
|
__metadata("design:paramtypes", [])
|
|
29
30
|
], IllustratedMessageComponent);
|
|
@@ -33,10 +34,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
33
34
|
standalone: true,
|
|
34
35
|
selector: 'ui5-illustrated-message',
|
|
35
36
|
template: '<ng-content></ng-content>',
|
|
36
|
-
inputs: [
|
|
37
|
+
inputs: [
|
|
38
|
+
'name',
|
|
39
|
+
'design',
|
|
40
|
+
'subtitleText',
|
|
41
|
+
'titleText',
|
|
42
|
+
'accessibleNameRef',
|
|
43
|
+
'decorative',
|
|
44
|
+
],
|
|
37
45
|
exportAs: 'ui5IllustratedMessage',
|
|
38
46
|
}]
|
|
39
|
-
}], ctorParameters: () => []
|
|
47
|
+
}], ctorParameters: () => [], propDecorators: { decorative: [{
|
|
48
|
+
type: Input,
|
|
49
|
+
args: [{ transform: booleanAttribute }]
|
|
50
|
+
}] } });
|
|
40
51
|
|
|
41
52
|
/**
|
|
42
53
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-illustrated-message.mjs","sources":["../../../../libs/ui5-angular/fiori/illustrated-message/index.ts","../../../../libs/ui5-angular/fiori/illustrated-message/ui5-webcomponents-ngx-fiori-illustrated-message.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/IllustratedMessage.js';\nimport IllustratedMessage from '@ui5/webcomponents-fiori/dist/IllustratedMessage.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'name',\n 'design',\n 'subtitleText',\n 'titleText',\n 'accessibleNameRef',\n])\n@Component({\n standalone: true,\n selector: 'ui5-illustrated-message',\n template: '<ng-content></ng-content>',\n inputs: ['name'
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-illustrated-message.mjs","sources":["../../../../libs/ui5-angular/fiori/illustrated-message/index.ts","../../../../libs/ui5-angular/fiori/illustrated-message/ui5-webcomponents-ngx-fiori-illustrated-message.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/IllustratedMessage.js';\nimport IllustratedMessage from '@ui5/webcomponents-fiori/dist/IllustratedMessage.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'name',\n 'design',\n 'subtitleText',\n 'titleText',\n 'accessibleNameRef',\n 'decorative',\n])\n@Component({\n standalone: true,\n selector: 'ui5-illustrated-message',\n template: '<ng-content></ng-content>',\n inputs: [\n 'name',\n 'design',\n 'subtitleText',\n 'titleText',\n 'accessibleNameRef',\n 'decorative',\n ],\n exportAs: 'ui5IllustratedMessage',\n})\nclass IllustratedMessageComponent {\n /**\n Defines the illustration name that will be displayed in the component.\n\nExample:\n\n`name='BeforeSearch'`, `name='UnableToUpload'`, etc..\n\n**Note:** To use the TNT illustrations,\nyou need to set the `tnt` or `Tnt` prefix in front of the icon's name.\n\nExample:\n\n`name='tnt/Avatar'` or `name='TntAvatar'`.\n\n**Note:** By default the `BeforeSearch` illustration is loaded.\nWhen using an illustration type, other than the default, it should be loaded in addition:\n\n`import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";`\n\nFor TNT illustrations:\n\n`import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";`\n */\n name!: string;\n /**\n Determines which illustration breakpoint variant is used.\n\nAs `IllustratedMessage` adapts itself around the `Illustration`, the other\nelements of the component are displayed differently on the different breakpoints/illustration designs.\n */\n design!: 'Auto' | 'Base' | 'Dot' | 'Spot' | 'Dialog' | 'Scene';\n /**\n Defines the subtitle of the component.\n\n**Note:** Using this property, the default subtitle text of illustration will be overwritten.\n\n**Note:** Using `subtitle` slot, the default of this property will be overwritten.\n */\n subtitleText!: string | undefined;\n /**\n Defines the title of the component.\n\n**Note:** Using this property, the default title text of illustration will be overwritten.\n */\n titleText!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines whether the illustration is decorative.\n\nWhen set to `true`, the attributes `role=\"presentation\"` and `aria-hidden=\"true\"` are applied to the SVG element.\n */\n @InputDecorator({ transform: booleanAttribute })\n decorative!: boolean;\n\n private elementRef: ElementRef<IllustratedMessage> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): IllustratedMessage {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { IllustratedMessageComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkCM,IAAA,2BAA2B,GAtBjC,MAsBM,2BAA2B,CAAA;AA8D/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;;8GAnEf,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,cAAA,EAAA,SAAA,EAAA,WAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,CAAA,YAAA,EAAA,YAAA,EAuDF,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlEnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAWjC,2BAA2B,GAAA,UAAA,CAAA;AAtBhC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,QAAQ;QACR,cAAc;QACd,WAAW;QACX,mBAAmB;QACnB,YAAY;KACb,CAAC;;AAeI,CAAA,EAAA,2BAA2B,CAqEhC;2FArEK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAdhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,QAAQ;wBACR,cAAc;wBACd,WAAW;wBACX,mBAAmB;wBACnB,YAAY;AACb,qBAAA;AACD,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA;wDAyDC,UAAU,EAAA,CAAA;sBADTA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACzFjD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let SearchComponent = class SearchComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SearchComponent, isStandalone: true, selector: "ui5-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute],
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: SearchComponent, isStandalone: true, selector: "ui5-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute], value: "value", placeholder: "placeholder", accessibleName: "accessibleName", accessibleDescription: "accessibleDescription" }, outputs: { ui5Open: "ui5Open", ui5Close: "ui5Close", ui5Input: "ui5Input", ui5ScopeChange: "ui5ScopeChange", ui5Search: "ui5Search" }, exportAs: ["ui5Search"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SearchComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -23,11 +23,10 @@ SearchComponent = __decorate([
|
|
|
23
23
|
'noTypeahead',
|
|
24
24
|
'open',
|
|
25
25
|
'showClearIcon',
|
|
26
|
-
'collapsed',
|
|
27
26
|
'value',
|
|
28
27
|
'placeholder',
|
|
29
28
|
'accessibleName',
|
|
30
|
-
'
|
|
29
|
+
'accessibleDescription',
|
|
31
30
|
]),
|
|
32
31
|
ProxyOutputs([
|
|
33
32
|
'open: ui5Open',
|
|
@@ -49,11 +48,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
49
48
|
'noTypeahead',
|
|
50
49
|
'open',
|
|
51
50
|
'showClearIcon',
|
|
52
|
-
'collapsed',
|
|
53
51
|
'value',
|
|
54
52
|
'placeholder',
|
|
55
53
|
'accessibleName',
|
|
56
|
-
'
|
|
54
|
+
'accessibleDescription',
|
|
57
55
|
],
|
|
58
56
|
outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],
|
|
59
57
|
exportAs: 'ui5Search',
|
|
@@ -70,9 +68,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
70
68
|
}], showClearIcon: [{
|
|
71
69
|
type: Input,
|
|
72
70
|
args: [{ transform: booleanAttribute }]
|
|
73
|
-
}], collapsed: [{
|
|
74
|
-
type: Input,
|
|
75
|
-
args: [{ transform: booleanAttribute }]
|
|
76
71
|
}] } });
|
|
77
72
|
|
|
78
73
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search.mjs","sources":["../../../../libs/ui5-angular/fiori/search/index.ts","../../../../libs/ui5-angular/fiori/search/ui5-webcomponents-ngx-fiori-search.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Search.js';\nimport Search from '@ui5/webcomponents-fiori/dist/Search.js';\nimport { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search.mjs","sources":["../../../../libs/ui5-angular/fiori/search/index.ts","../../../../libs/ui5-angular/fiori/search/ui5-webcomponents-ngx-fiori-search.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Search.js';\nimport Search from '@ui5/webcomponents-fiori/dist/Search.js';\nimport { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n])\n@ProxyOutputs([\n 'open: ui5Open',\n 'close: ui5Close',\n 'input: ui5Input',\n 'scope-change: ui5ScopeChange',\n 'search: ui5Search',\n])\n@Component({\n standalone: true,\n selector: 'ui5-search',\n template: '<ng-content></ng-content>',\n inputs: [\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n ],\n outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],\n exportAs: 'ui5Search',\n})\nclass SearchComponent {\n /**\n Indicates whether a loading indicator should be shown in the popup.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines whether the value will be autcompleted to match an item.\n */\n @InputDecorator({ transform: booleanAttribute })\n noTypeahead!: boolean;\n /**\n Indicates whether the items picker is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines whether the clear icon of the search will be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearIcon!: boolean;\n /**\n Defines the value of the component.\n\n**Note:** The property is updated upon typing.\n */\n value!: string;\n /**\n Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n */\n placeholder!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the accessible ARIA description of the field.\n */\n accessibleDescription!: string | undefined;\n\n /**\n Fired when the popup is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when the popup is closed.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when typing in input or clear icon is pressed.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when the scope has changed.\n */\n ui5ScopeChange!: EventEmitter<SearchFieldScopeSelectionChangeDetails>;\n /**\n Fired when the user has triggered search with Enter key or Search Button press.\n */\n ui5Search!: EventEmitter<void>;\n\n private elementRef: ElementRef<Search> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Search {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgDM,IAAA,eAAe,GAlCrB,MAkCM,eAAe,CAAA;AAkEnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC;AACnD,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;;8GAvEf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAIU,gBAAgB,CAKhB,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAAA,gBAAgB,0BAKhB,gBAAgB,CAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAKhB,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAcjC,eAAe,GAAA,UAAA,CAAA;AAlCpB,IAAA,WAAW,CAAC;QACX,SAAS;QACT,aAAa;QACb,MAAM;QACN,eAAe;QACf,OAAO;QACP,aAAa;QACb,gBAAgB;QAChB,uBAAuB;KACxB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,iBAAiB;QACjB,iBAAiB;QACjB,8BAA8B;QAC9B,mBAAmB;KACpB,CAAC;;AAkBI,CAAA,EAAA,eAAe,CAyEpB;2FAzEK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAjBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,SAAS;wBACT,aAAa;wBACb,MAAM;wBACN,eAAe;wBACf,OAAO;wBACP,aAAa;wBACb,gBAAgB;wBAChB,uBAAuB;AACxB,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,CAAC;AAC3E,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA;wDAMC,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,WAAW,EAAA,CAAA;sBADVA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,aAAa,EAAA,CAAA;sBADZA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACnEjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemAccessibilityAttributes,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemAccessibilityAttributes,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n\n**Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string | undefined;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string | undefined;\n /**\n Defines additional accessibility attributes on Shellbar Items.\n\nThe accessibility attributes support the following values:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\n- **controls**: Identifies the element (or elements) whose contents\nor presence are controlled by the component.\nAccepts a lowercase string value, referencing the ID of the element it controls.\n */\n accessibilityAttributes!: ShellBarItemAccessibilityAttributes;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AA0CzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA/Cf,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,2PALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC,CAAC;AACjE,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAiD1B;2FAjDK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC;oBAC5D,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACxBD;;AAEG;;;;"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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/ShellBarSearch.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let ShellBarSearchComponent = class ShellBarSearchComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: ShellBarSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: ShellBarSearchComponent, isStandalone: true, selector: "ui5-shellbar-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute], value: "value", placeholder: "placeholder", accessibleName: "accessibleName", accessibleDescription: "accessibleDescription" }, outputs: { ui5Open: "ui5Open", ui5Close: "ui5Close", ui5Input: "ui5Input", ui5ScopeChange: "ui5ScopeChange", ui5Search: "ui5Search" }, exportAs: ["ui5ShellbarSearch"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ShellBarSearchComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'loading',
|
|
23
|
+
'noTypeahead',
|
|
24
|
+
'open',
|
|
25
|
+
'showClearIcon',
|
|
26
|
+
'value',
|
|
27
|
+
'placeholder',
|
|
28
|
+
'accessibleName',
|
|
29
|
+
'accessibleDescription',
|
|
30
|
+
]),
|
|
31
|
+
ProxyOutputs([
|
|
32
|
+
'open: ui5Open',
|
|
33
|
+
'close: ui5Close',
|
|
34
|
+
'input: ui5Input',
|
|
35
|
+
'scope-change: ui5ScopeChange',
|
|
36
|
+
'search: ui5Search',
|
|
37
|
+
]),
|
|
38
|
+
__metadata("design:paramtypes", [])
|
|
39
|
+
], ShellBarSearchComponent);
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: ShellBarSearchComponent, decorators: [{
|
|
41
|
+
type: Component,
|
|
42
|
+
args: [{
|
|
43
|
+
standalone: true,
|
|
44
|
+
selector: 'ui5-shellbar-search',
|
|
45
|
+
template: '<ng-content></ng-content>',
|
|
46
|
+
inputs: [
|
|
47
|
+
'loading',
|
|
48
|
+
'noTypeahead',
|
|
49
|
+
'open',
|
|
50
|
+
'showClearIcon',
|
|
51
|
+
'value',
|
|
52
|
+
'placeholder',
|
|
53
|
+
'accessibleName',
|
|
54
|
+
'accessibleDescription',
|
|
55
|
+
],
|
|
56
|
+
outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],
|
|
57
|
+
exportAs: 'ui5ShellbarSearch',
|
|
58
|
+
}]
|
|
59
|
+
}], ctorParameters: () => [], propDecorators: { loading: [{
|
|
60
|
+
type: Input,
|
|
61
|
+
args: [{ transform: booleanAttribute }]
|
|
62
|
+
}], noTypeahead: [{
|
|
63
|
+
type: Input,
|
|
64
|
+
args: [{ transform: booleanAttribute }]
|
|
65
|
+
}], open: [{
|
|
66
|
+
type: Input,
|
|
67
|
+
args: [{ transform: booleanAttribute }]
|
|
68
|
+
}], showClearIcon: [{
|
|
69
|
+
type: Input,
|
|
70
|
+
args: [{ transform: booleanAttribute }]
|
|
71
|
+
}] } });
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Generated bundle index. Do not edit.
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
export { ShellBarSearchComponent };
|
|
78
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar-search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-search.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-search/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-search/ui5-webcomponents-ngx-fiori-shell-bar-search.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport '@ui5/webcomponents-fiori/dist/ShellBarSearch.js';\nimport ShellBarSearch from '@ui5/webcomponents-fiori/dist/ShellBarSearch.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n])\n@ProxyOutputs([\n 'open: ui5Open',\n 'close: ui5Close',\n 'input: ui5Input',\n 'scope-change: ui5ScopeChange',\n 'search: ui5Search',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-search',\n template: '<ng-content></ng-content>',\n inputs: [\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n ],\n outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],\n exportAs: 'ui5ShellbarSearch',\n})\nclass ShellBarSearchComponent {\n /**\n Indicates whether a loading indicator should be shown in the popup.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines whether the value will be autcompleted to match an item.\n */\n @InputDecorator({ transform: booleanAttribute })\n noTypeahead!: boolean;\n /**\n Indicates whether the items picker is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines whether the clear icon of the search will be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearIcon!: boolean;\n /**\n Defines the value of the component.\n\n**Note:** The property is updated upon typing.\n */\n value!: string;\n /**\n Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n */\n placeholder!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the accessible ARIA description of the field.\n */\n accessibleDescription!: string | undefined;\n\n /**\n Fired when the popup is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when the popup is closed.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when typing in input or clear icon is pressed.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when the scope has changed.\n */\n ui5ScopeChange!: EventEmitter<SearchFieldScopeSelectionChangeDetails>;\n /**\n Fired when the user has triggered search with Enter key or Search Button press.\n */\n ui5Search!: EventEmitter<void>;\n\n private elementRef: ElementRef<ShellBarSearch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarSearch {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarSearchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgDM,IAAA,uBAAuB,GAlC7B,MAkCM,uBAAuB,CAAA;AAkE3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAvEf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAIE,gBAAgB,CAKhB,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAAA,gBAAgB,0BAKhB,gBAAgB,CAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAKhB,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAcjC,uBAAuB,GAAA,UAAA,CAAA;AAlC5B,IAAA,WAAW,CAAC;QACX,SAAS;QACT,aAAa;QACb,MAAM;QACN,eAAe;QACf,OAAO;QACP,aAAa;QACb,gBAAgB;QAChB,uBAAuB;KACxB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,iBAAiB;QACjB,iBAAiB;QACjB,8BAA8B;QAC9B,mBAAmB;KACpB,CAAC;;AAkBI,CAAA,EAAA,uBAAuB,CAyE5B;2FAzEK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAjB5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,SAAS;wBACT,aAAa;wBACb,MAAM;wBACN,eAAe;wBACf,OAAO;wBACP,aAAa;wBACb,gBAAgB;wBAChB,uBAAuB;AACxB,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,CAAC;AAC3E,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;wDAMC,OAAO,EAAA,CAAA;sBADNA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,WAAW,EAAA,CAAA;sBADVA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,aAAa,EAAA,CAAA;sBADZA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACnEjD;;AAEG;;;;"}
|
|
@@ -15,17 +15,19 @@ let ShellBarComponent = class ShellBarComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: ShellBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: ShellBarComponent, isStandalone: true, selector: "ui5-shellbar", inputs: { primaryTitle: "primaryTitle", secondaryTitle: "secondaryTitle", notificationsCount: "notificationsCount", showNotifications: ["showNotifications", "showNotifications", booleanAttribute], showProductSwitch: ["showProductSwitch", "showProductSwitch", booleanAttribute], showSearchField: ["showSearchField", "showSearchField", booleanAttribute]
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.1", type: ShellBarComponent, isStandalone: true, selector: "ui5-shellbar", inputs: { hideSearchButton: ["hideSearchButton", "hideSearchButton", booleanAttribute], disableSearchCollapse: ["disableSearchCollapse", "disableSearchCollapse", booleanAttribute], primaryTitle: "primaryTitle", secondaryTitle: "secondaryTitle", notificationsCount: "notificationsCount", showNotifications: ["showNotifications", "showNotifications", booleanAttribute], showProductSwitch: ["showProductSwitch", "showProductSwitch", booleanAttribute], accessibilityAttributes: "accessibilityAttributes", showSearchField: ["showSearchField", "showSearchField", booleanAttribute] }, outputs: { ui5NotificationsClick: "ui5NotificationsClick", ui5ProfileClick: "ui5ProfileClick", ui5ProductSwitchClick: "ui5ProductSwitchClick", ui5LogoClick: "ui5LogoClick", ui5MenuItemClick: "ui5MenuItemClick", ui5SearchButtonClick: "ui5SearchButtonClick", ui5SearchFieldToggle: "ui5SearchFieldToggle", ui5ContentItemVisibilityChange: "ui5ContentItemVisibilityChange" }, exportAs: ["ui5Shellbar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ShellBarComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
+
'hideSearchButton',
|
|
23
|
+
'disableSearchCollapse',
|
|
22
24
|
'primaryTitle',
|
|
23
25
|
'secondaryTitle',
|
|
24
26
|
'notificationsCount',
|
|
25
27
|
'showNotifications',
|
|
26
28
|
'showProductSwitch',
|
|
27
|
-
'showSearchField',
|
|
28
29
|
'accessibilityAttributes',
|
|
30
|
+
'showSearchField',
|
|
29
31
|
]),
|
|
30
32
|
ProxyOutputs([
|
|
31
33
|
'notifications-click: ui5NotificationsClick',
|
|
@@ -34,6 +36,7 @@ ShellBarComponent = __decorate([
|
|
|
34
36
|
'logo-click: ui5LogoClick',
|
|
35
37
|
'menu-item-click: ui5MenuItemClick',
|
|
36
38
|
'search-button-click: ui5SearchButtonClick',
|
|
39
|
+
'search-field-toggle: ui5SearchFieldToggle',
|
|
37
40
|
'content-item-visibility-change: ui5ContentItemVisibilityChange',
|
|
38
41
|
]),
|
|
39
42
|
__metadata("design:paramtypes", [])
|
|
@@ -45,13 +48,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
45
48
|
selector: 'ui5-shellbar',
|
|
46
49
|
template: '<ng-content></ng-content>',
|
|
47
50
|
inputs: [
|
|
51
|
+
'hideSearchButton',
|
|
52
|
+
'disableSearchCollapse',
|
|
48
53
|
'primaryTitle',
|
|
49
54
|
'secondaryTitle',
|
|
50
55
|
'notificationsCount',
|
|
51
56
|
'showNotifications',
|
|
52
57
|
'showProductSwitch',
|
|
53
|
-
'showSearchField',
|
|
54
58
|
'accessibilityAttributes',
|
|
59
|
+
'showSearchField',
|
|
55
60
|
],
|
|
56
61
|
outputs: [
|
|
57
62
|
'ui5NotificationsClick',
|
|
@@ -60,11 +65,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
60
65
|
'ui5LogoClick',
|
|
61
66
|
'ui5MenuItemClick',
|
|
62
67
|
'ui5SearchButtonClick',
|
|
68
|
+
'ui5SearchFieldToggle',
|
|
63
69
|
'ui5ContentItemVisibilityChange',
|
|
64
70
|
],
|
|
65
71
|
exportAs: 'ui5Shellbar',
|
|
66
72
|
}]
|
|
67
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
73
|
+
}], ctorParameters: () => [], propDecorators: { hideSearchButton: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: [{ transform: booleanAttribute }]
|
|
76
|
+
}], disableSearchCollapse: [{
|
|
77
|
+
type: Input,
|
|
78
|
+
args: [{ transform: booleanAttribute }]
|
|
79
|
+
}], showNotifications: [{
|
|
68
80
|
type: Input,
|
|
69
81
|
args: [{ transform: booleanAttribute }]
|
|
70
82
|
}], showProductSwitch: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.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/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n ShellBarContentItemVisibilityChangeEventDetail,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.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/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n ShellBarContentItemVisibilityChangeEventDetail,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n ShellBarSearchFieldToggleEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'hideSearchButton',\n 'disableSearchCollapse',\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'accessibilityAttributes',\n 'showSearchField',\n])\n@ProxyOutputs([\n 'notifications-click: ui5NotificationsClick',\n 'profile-click: ui5ProfileClick',\n 'product-switch-click: ui5ProductSwitchClick',\n 'logo-click: ui5LogoClick',\n 'menu-item-click: ui5MenuItemClick',\n 'search-button-click: ui5SearchButtonClick',\n 'search-field-toggle: ui5SearchFieldToggle',\n 'content-item-visibility-change: ui5ContentItemVisibilityChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'hideSearchButton',\n 'disableSearchCollapse',\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'accessibilityAttributes',\n 'showSearchField',\n ],\n outputs: [\n 'ui5NotificationsClick',\n 'ui5ProfileClick',\n 'ui5ProductSwitchClick',\n 'ui5LogoClick',\n 'ui5MenuItemClick',\n 'ui5SearchButtonClick',\n 'ui5SearchFieldToggle',\n 'ui5ContentItemVisibilityChange',\n ],\n exportAs: 'ui5Shellbar',\n})\nclass ShellBarComponent {\n /**\n Defines the visibility state of the search button.\n\n**Note:** The `hideSearchButton` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideSearchButton!: boolean;\n /**\n Disables the automatic search field expansion/collapse when the available space is not enough.\n\n**Note:** The `disableSearchCollapse` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n disableSearchCollapse!: boolean;\n /**\n Defines the `primaryTitle`.\n\n**Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).\n */\n primaryTitle!: string | undefined;\n /**\n Defines the `secondaryTitle`.\n\n**Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).\n */\n secondaryTitle!: string | undefined;\n /**\n Defines the `notificationsCount`,\ndisplayed in the notification icon top-right corner.\n */\n notificationsCount!: string | undefined;\n /**\n Defines, if the notification icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showNotifications!: boolean;\n /**\n Defines, if the product switch icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showProductSwitch!: boolean;\n /**\n Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields,\nwhere each field is an object supporting one or more accessibility attributes:\n\n- **logo** - `logo.role` and `logo.name`.\n- **notifications** - `notifications.expanded` and `notifications.hasPopup`.\n- **profile** - `profile.expanded`, `profile.hasPopup` and `profile.name`.\n- **product** - `product.expanded` and `product.hasPopup`.\n- **search** - `search.hasPopup`.\n- **overflow** - `overflow.expanded` and `overflow.hasPopup`.\n- **branding** - `branding.name`.\n\nThe accessibility attributes support the following values:\n\n- **role**: Defines the accessible ARIA role of the logo area.\nAccepts the following string values: `button` or `link`.\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n- **name**: Defines the accessible ARIA name of the area.\nAccepts any string.\n */\n accessibilityAttributes!: ShellBarAccessibilityAttributes;\n /**\n Defines, if the Search Field would be displayed when there is a valid `searchField` slot.\n\n**Note:** By default the Search Field is not displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showSearchField!: boolean;\n\n /**\n Fired, when the notification icon is activated.\n */\n ui5NotificationsClick!: EventEmitter<ShellBarNotificationsClickEventDetail>;\n /**\n Fired, when the profile slot is present.\n */\n ui5ProfileClick!: EventEmitter<ShellBarProfileClickEventDetail>;\n /**\n Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5ProductSwitchClick!: EventEmitter<ShellBarProductSwitchClickEventDetail>;\n /**\n Fired, when the logo is activated.\n */\n ui5LogoClick!: EventEmitter<ShellBarLogoClickEventDetail>;\n /**\n Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5MenuItemClick!: EventEmitter<ShellBarMenuItemClickEventDetail>;\n /**\n Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n */\n ui5SearchButtonClick!: EventEmitter<ShellBarSearchButtonEventDetail>;\n /**\n Fired, when the search field is expanded or collapsed.\n */\n ui5SearchFieldToggle!: EventEmitter<ShellBarSearchFieldToggleEventDetail>;\n /**\n Fired, when an item from the content slot is hidden or shown.\n**Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change.\n */\n ui5ContentItemVisibilityChange!: EventEmitter<ShellBarContentItemVisibilityChangeEventDetail>;\n\n private elementRef: ElementRef<ShellBar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-group.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-group/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.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/SideNavigationGroup.js';\nimport SideNavigationGroup from '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'disabled', 'tooltip', 'expanded'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-group',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'expanded'],\n exportAs: 'ui5SideNavigationGroup',\n})\nclass SideNavigationGroupComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-group.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-group/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.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/SideNavigationGroup.js';\nimport SideNavigationGroup from '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'disabled', 'tooltip', 'expanded'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-group',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'expanded'],\n exportAs: 'ui5SideNavigationGroup',\n})\nclass SideNavigationGroupComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\n */\n tooltip!: string | undefined;\n /**\n Defines if the item is expanded\n */\n @InputDecorator({ transform: booleanAttribute })\n expanded!: boolean;\n\n private elementRef: ElementRef<SideNavigationGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AA6BhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC;AAChE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlCf,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAUH,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAYhB,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,mEA1BnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;IARjC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;;AAQnD,CAAA,EAAA,4BAA4B,CAoCjC;2FApCK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC;AACnD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAa/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC1CjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-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/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n 'expanded',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n 'expanded',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationItem',\n})\nclass SideNavigationItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-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/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n 'expanded',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n 'expanded',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationItem',\n})\nclass SideNavigationItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\n */\n tooltip!: string | undefined;\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\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 Item design.\n\n**Note:** Items with \"Action\" design must not have sub-items.\n */\n design!: 'Default' | 'Action';\n /**\n Indicates whether the navigation item is selectable. By default all items are selectable unless specifically marked as unselectable.\n\nWhen a parent item is marked as unselectable, selecting it will only expand or collapse its sub-items.\nTo improve user experience do not mix unselectable parent items with selectable parent items in a single side navigation.\n\n\n**Guidelines**:\n- External links should be unselectable.\n- Items that trigger actions (with design \"Action\") should be unselectable.\n */\n @InputDecorator({ transform: booleanAttribute })\n unselectable!: boolean;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\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**Note:** Do not use it on parent items, as it will be overridden if the item is in the overflow menu.\n */\n accessibilityAttributes!: SideNavigationItemAccessibilityAttributes;\n /**\n Defines if the item is expanded\n */\n @InputDecorator({ transform: booleanAttribute })\n expanded!: boolean;\n\n /**\n Fired when the component is activated either with a click/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgDM,IAAA,2BAA2B,GAlCjC,MAkCM,2BAA2B,CAAA;AAiG/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;;8GAtGf,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAUF,gBAAgB,CAoBhB,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,oGAwChB,gBAAgB,CAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAehB,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAtGnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAiBjC,2BAA2B,GAAA,UAAA,CAAA;AAlChC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,yBAAyB;QACzB,UAAU;KACX,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAqB5B,CAAA,EAAA,2BAA2B,CAwGhC;2FAxGK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBApBhC,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;wBACN,MAAM;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,yBAAyB;wBACzB,UAAU;AACX,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAqB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAyC/C,YAAY,EAAA,CAAA;sBADXA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAgB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACrIjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-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 { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.js';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-sub-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationSubItem',\n})\nclass SideNavigationSubItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-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 { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.js';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-sub-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationSubItem',\n})\nclass SideNavigationSubItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\n */\n tooltip!: string | undefined;\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\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 Item design.\n\n**Note:** Items with \"Action\" design must not have sub-items.\n */\n design!: 'Default' | 'Action';\n /**\n Indicates whether the navigation item is selectable. By default all items are selectable unless specifically marked as unselectable.\n\nWhen a parent item is marked as unselectable, selecting it will only expand or collapse its sub-items.\nTo improve user experience do not mix unselectable parent items with selectable parent items in a single side navigation.\n\n\n**Guidelines**:\n- External links should be unselectable.\n- Items that trigger actions (with design \"Action\") should be unselectable.\n */\n @InputDecorator({ transform: booleanAttribute })\n unselectable!: boolean;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\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**Note:** Do not use it on parent items, as it will be overridden if the item is in the overflow menu.\n */\n accessibilityAttributes!: SideNavigationItemAccessibilityAttributes;\n\n /**\n Fired when the component is activated either with a click/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationSubItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationSubItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationSubItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA8CM,IAAA,8BAA8B,GAhCpC,MAgCM,8BAA8B,CAAA;AA4FlC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsC,MAAM,CAAC,UAAU,CAAC;AAClE,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;;8GAjGf,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,8BAA8B,2HAUL,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAoBhB,gBAAgB,CAwChB,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,CAAA,cAAA,EAAA,cAAA,EAAA,gBAAgB,4JAtFnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAgBjC,8BAA8B,GAAA,UAAA,CAAA;AAhCnC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAoB5B,CAAA,EAAA,8BAA8B,CAmGnC;2FAnGK,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAnBnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,yBAAyB;AAC1B,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,0BAA0B;AACrC,iBAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAqB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAyC/C,YAAY,EAAA,CAAA;sBADXA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACpHjD;;AAEG;;;;"}
|
|
@@ -27,6 +27,7 @@ import { SearchMessageAreaComponent } from '@ui5/webcomponents-ngx/fiori/search-
|
|
|
27
27
|
import { SearchScopeComponent } from '@ui5/webcomponents-ngx/fiori/search-scope';
|
|
28
28
|
import { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
|
|
29
29
|
import { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
|
|
30
|
+
import { ShellBarSearchComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-search';
|
|
30
31
|
import { ShellBarSpacerComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-spacer';
|
|
31
32
|
import { SideNavigationComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation';
|
|
32
33
|
import { SideNavigationGroupComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-group';
|
|
@@ -74,6 +75,7 @@ const imports = [
|
|
|
74
75
|
SearchScopeComponent,
|
|
75
76
|
ShellBarComponent,
|
|
76
77
|
ShellBarItemComponent,
|
|
78
|
+
ShellBarSearchComponent,
|
|
77
79
|
ShellBarSpacerComponent,
|
|
78
80
|
SideNavigationComponent,
|
|
79
81
|
SideNavigationGroupComponent,
|
|
@@ -124,6 +126,7 @@ class Ui5FioriModule {
|
|
|
124
126
|
SearchScopeComponent,
|
|
125
127
|
ShellBarComponent,
|
|
126
128
|
ShellBarItemComponent,
|
|
129
|
+
ShellBarSearchComponent,
|
|
127
130
|
ShellBarSpacerComponent,
|
|
128
131
|
SideNavigationComponent,
|
|
129
132
|
SideNavigationGroupComponent,
|
|
@@ -168,6 +171,7 @@ class Ui5FioriModule {
|
|
|
168
171
|
SearchScopeComponent,
|
|
169
172
|
ShellBarComponent,
|
|
170
173
|
ShellBarItemComponent,
|
|
174
|
+
ShellBarSearchComponent,
|
|
171
175
|
ShellBarSpacerComponent,
|
|
172
176
|
SideNavigationComponent,
|
|
173
177
|
SideNavigationGroupComponent,
|
|
@@ -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 { SearchComponent } from \"@ui5/webcomponents-ngx/fiori/search\";\nimport { SearchItemComponent } from \"@ui5/webcomponents-ngx/fiori/search-item\";\nimport { SearchItemGroupComponent } from \"@ui5/webcomponents-ngx/fiori/search-item-group\";\nimport { SearchMessageAreaComponent } from \"@ui5/webcomponents-ngx/fiori/search-message-area\";\nimport { SearchScopeComponent } from \"@ui5/webcomponents-ngx/fiori/search-scope\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { ShellBarSpacerComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-spacer\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-group-item\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { UserMenuComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu\";\nimport { UserMenuAccountComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-account\";\nimport { UserMenuItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-item\";\nimport { UserSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-dialog\";\nimport { UserSettingsItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-item\";\nimport { UserSettingsViewComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-view\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NavigationLayoutComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n SearchComponent,\n SearchItemComponent,\n SearchItemGroupComponent,\n SearchMessageAreaComponent,\n SearchScopeComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n ShellBarSpacerComponent,\n SideNavigationComponent,\n SideNavigationGroupComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineGroupItemComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n UserMenuComponent,\n UserMenuAccountComponent,\n UserMenuItemComponent,\n UserSettingsDialogComponent,\n UserSettingsItemComponent,\n UserSettingsViewComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicPageComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page\";\nimport { DynamicPageHeaderComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-header\";\nimport { DynamicPageTitleComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-title\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NavigationLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/navigation-layout\";\nimport { NotificationListComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { SearchComponent } from \"@ui5/webcomponents-ngx/fiori/search\";\nimport { SearchItemComponent } from \"@ui5/webcomponents-ngx/fiori/search-item\";\nimport { SearchItemGroupComponent } from \"@ui5/webcomponents-ngx/fiori/search-item-group\";\nimport { SearchMessageAreaComponent } from \"@ui5/webcomponents-ngx/fiori/search-message-area\";\nimport { SearchScopeComponent } from \"@ui5/webcomponents-ngx/fiori/search-scope\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { ShellBarSearchComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-search\";\nimport { ShellBarSpacerComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-spacer\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-group-item\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { UserMenuComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu\";\nimport { UserMenuAccountComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-account\";\nimport { UserMenuItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-menu-item\";\nimport { UserSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-dialog\";\nimport { UserSettingsItemComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-item\";\nimport { UserSettingsViewComponent } from \"@ui5/webcomponents-ngx/fiori/user-settings-view\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NavigationLayoutComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n SearchComponent,\n SearchItemComponent,\n SearchItemGroupComponent,\n SearchMessageAreaComponent,\n SearchScopeComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n ShellBarSearchComponent,\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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"}
|