@siemens/ix-angular 5.0.0 → 5.1.0
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/READMEOSS.html +10 -10
- package/common/index.d.ts +13 -5
- package/fesm2022/siemens-ix-angular-common.mjs +35 -9
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +237 -85
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +174 -22
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +70 -9
- package/package.json +2 -2
- package/standalone/index.d.ts +69 -8
|
@@ -1205,11 +1205,11 @@ let IxFilterChip = class IxFilterChip {
|
|
|
1205
1205
|
this.el = r.nativeElement;
|
|
1206
1206
|
}
|
|
1207
1207
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1208
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxFilterChip, isStandalone: false, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", readonly: "readonly" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1208
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxFilterChip, isStandalone: false, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", hideCloseButton: "hideCloseButton", readonly: "readonly" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1209
1209
|
};
|
|
1210
1210
|
IxFilterChip = __decorate([
|
|
1211
1211
|
ProxyCmp({
|
|
1212
|
-
inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly']
|
|
1212
|
+
inputs: ['ariaLabelCloseIconButton', 'disabled', 'hideCloseButton', 'readonly']
|
|
1213
1213
|
})
|
|
1214
1214
|
], IxFilterChip);
|
|
1215
1215
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
@@ -1219,7 +1219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
1219
1219
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1220
1220
|
template: '<ng-content></ng-content>',
|
|
1221
1221
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1222
|
-
inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly'],
|
|
1222
|
+
inputs: ['ariaLabelCloseIconButton', 'disabled', 'hideCloseButton', 'readonly'],
|
|
1223
1223
|
outputs: ['closeClick'],
|
|
1224
1224
|
standalone: false
|
|
1225
1225
|
}]
|
|
@@ -1677,11 +1677,11 @@ let IxMenu = class IxMenu {
|
|
|
1677
1677
|
this.el = r.nativeElement;
|
|
1678
1678
|
}
|
|
1679
1679
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1680
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxMenu, isStandalone: false, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, outputs: { expandChange: "expandChange", mapExpandChange: "mapExpandChange", openAppSwitch: "openAppSwitch", openSettings: "openSettings", openAbout: "openAbout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1680
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxMenu, isStandalone: false, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nAriaLabelMenu: "i18nAriaLabelMenu", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nLegal: "i18nLegal", i18nNavigationHint: "i18nNavigationHint", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, outputs: { expandChange: "expandChange", mapExpandChange: "mapExpandChange", openAppSwitch: "openAppSwitch", openSettings: "openSettings", openAbout: "openAbout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1681
1681
|
};
|
|
1682
1682
|
IxMenu = __decorate([
|
|
1683
1683
|
ProxyCmp({
|
|
1684
|
-
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1684
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nAriaLabelMenu', 'i18nCollapse', 'i18nExpand', 'i18nLegal', 'i18nNavigationHint', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1685
1685
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1686
1686
|
})
|
|
1687
1687
|
], IxMenu);
|
|
@@ -1692,7 +1692,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
1692
1692
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1693
1693
|
template: '<ng-content></ng-content>',
|
|
1694
1694
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1695
|
-
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1695
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nAriaLabelMenu', 'i18nCollapse', 'i18nExpand', 'i18nLegal', 'i18nNavigationHint', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1696
1696
|
outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
|
|
1697
1697
|
standalone: false
|
|
1698
1698
|
}]
|
|
@@ -2220,11 +2220,11 @@ let IxPane = class IxPane {
|
|
|
2220
2220
|
this.el = r.nativeElement;
|
|
2221
2221
|
}
|
|
2222
2222
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2223
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPane, isStandalone: false, selector: "ix-pane", inputs: { ariaLabelCollapseCloseButton: "ariaLabelCollapseCloseButton", ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", closeOnClickOutside: "closeOnClickOutside", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", size: "size", variant: "variant" }, outputs: { expandedChanged: "expandedChanged", variantChanged: "variantChanged", borderlessChanged: "borderlessChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2223
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPane, isStandalone: false, selector: "ix-pane", inputs: { ariaLabelCollapseCloseButton: "ariaLabelCollapseCloseButton", ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", closeOnClickOutside: "closeOnClickOutside", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", noPadding: "noPadding", size: "size", variant: "variant" }, outputs: { expandedChanged: "expandedChanged", variantChanged: "variantChanged", borderlessChanged: "borderlessChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2224
2224
|
};
|
|
2225
2225
|
IxPane = __decorate([
|
|
2226
2226
|
ProxyCmp({
|
|
2227
|
-
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2227
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'noPadding', 'size', 'variant']
|
|
2228
2228
|
})
|
|
2229
2229
|
], IxPane);
|
|
2230
2230
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPane, decorators: [{
|
|
@@ -2234,7 +2234,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
2234
2234
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2235
2235
|
template: '<ng-content></ng-content>',
|
|
2236
2236
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2237
|
-
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
|
|
2237
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'noPadding', 'size', 'variant'],
|
|
2238
2238
|
outputs: ['expandedChanged', 'variantChanged', 'borderlessChanged'],
|
|
2239
2239
|
standalone: false
|
|
2240
2240
|
}]
|
|
@@ -2299,6 +2299,153 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
2299
2299
|
standalone: false
|
|
2300
2300
|
}]
|
|
2301
2301
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2302
|
+
let IxPopover = class IxPopover {
|
|
2303
|
+
z;
|
|
2304
|
+
el;
|
|
2305
|
+
showChange = new EventEmitter();
|
|
2306
|
+
showChanged = new EventEmitter();
|
|
2307
|
+
constructor(c, r, z) {
|
|
2308
|
+
this.z = z;
|
|
2309
|
+
c.detach();
|
|
2310
|
+
this.el = r.nativeElement;
|
|
2311
|
+
}
|
|
2312
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2313
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPopover, isStandalone: false, selector: "ix-popover", inputs: { closeOnClickOutside: "closeOnClickOutside", hasSpike: "hasSpike", placement: "placement", show: "show", trigger: "trigger", triggerMode: "triggerMode" }, outputs: { showChange: "showChange", showChanged: "showChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2314
|
+
};
|
|
2315
|
+
IxPopover = __decorate([
|
|
2316
|
+
ProxyCmp({
|
|
2317
|
+
inputs: ['closeOnClickOutside', 'hasSpike', 'placement', 'show', 'trigger', 'triggerMode'],
|
|
2318
|
+
methods: ['showPopover', 'hidePopover']
|
|
2319
|
+
})
|
|
2320
|
+
], IxPopover);
|
|
2321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopover, decorators: [{
|
|
2322
|
+
type: Component,
|
|
2323
|
+
args: [{
|
|
2324
|
+
selector: 'ix-popover',
|
|
2325
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2326
|
+
template: '<ng-content></ng-content>',
|
|
2327
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2328
|
+
inputs: ['closeOnClickOutside', 'hasSpike', 'placement', 'show', 'trigger', 'triggerMode'],
|
|
2329
|
+
outputs: ['showChange', 'showChanged'],
|
|
2330
|
+
standalone: false
|
|
2331
|
+
}]
|
|
2332
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showChange: [{
|
|
2333
|
+
type: Output
|
|
2334
|
+
}], showChanged: [{
|
|
2335
|
+
type: Output
|
|
2336
|
+
}] } });
|
|
2337
|
+
let IxPopoverContent = class IxPopoverContent {
|
|
2338
|
+
z;
|
|
2339
|
+
el;
|
|
2340
|
+
constructor(c, r, z) {
|
|
2341
|
+
this.z = z;
|
|
2342
|
+
c.detach();
|
|
2343
|
+
this.el = r.nativeElement;
|
|
2344
|
+
}
|
|
2345
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2346
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPopoverContent, isStandalone: false, selector: "ix-popover-content", inputs: { noPadding: "noPadding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2347
|
+
};
|
|
2348
|
+
IxPopoverContent = __decorate([
|
|
2349
|
+
ProxyCmp({
|
|
2350
|
+
inputs: ['noPadding']
|
|
2351
|
+
})
|
|
2352
|
+
], IxPopoverContent);
|
|
2353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverContent, decorators: [{
|
|
2354
|
+
type: Component,
|
|
2355
|
+
args: [{
|
|
2356
|
+
selector: 'ix-popover-content',
|
|
2357
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2358
|
+
template: '<ng-content></ng-content>',
|
|
2359
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2360
|
+
inputs: ['noPadding'],
|
|
2361
|
+
standalone: false
|
|
2362
|
+
}]
|
|
2363
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2364
|
+
let IxPopoverFooter = class IxPopoverFooter {
|
|
2365
|
+
z;
|
|
2366
|
+
el;
|
|
2367
|
+
constructor(c, r, z) {
|
|
2368
|
+
this.z = z;
|
|
2369
|
+
c.detach();
|
|
2370
|
+
this.el = r.nativeElement;
|
|
2371
|
+
}
|
|
2372
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2373
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPopoverFooter, isStandalone: false, selector: "ix-popover-footer", inputs: { alignment: "alignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2374
|
+
};
|
|
2375
|
+
IxPopoverFooter = __decorate([
|
|
2376
|
+
ProxyCmp({
|
|
2377
|
+
inputs: ['alignment']
|
|
2378
|
+
})
|
|
2379
|
+
], IxPopoverFooter);
|
|
2380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverFooter, decorators: [{
|
|
2381
|
+
type: Component,
|
|
2382
|
+
args: [{
|
|
2383
|
+
selector: 'ix-popover-footer',
|
|
2384
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2385
|
+
template: '<ng-content></ng-content>',
|
|
2386
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2387
|
+
inputs: ['alignment'],
|
|
2388
|
+
standalone: false
|
|
2389
|
+
}]
|
|
2390
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2391
|
+
let IxPopoverHeader = class IxPopoverHeader {
|
|
2392
|
+
z;
|
|
2393
|
+
el;
|
|
2394
|
+
closeClick = new EventEmitter();
|
|
2395
|
+
constructor(c, r, z) {
|
|
2396
|
+
this.z = z;
|
|
2397
|
+
c.detach();
|
|
2398
|
+
this.el = r.nativeElement;
|
|
2399
|
+
}
|
|
2400
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2401
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPopoverHeader, isStandalone: false, selector: "ix-popover-header", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2402
|
+
};
|
|
2403
|
+
IxPopoverHeader = __decorate([
|
|
2404
|
+
ProxyCmp({
|
|
2405
|
+
inputs: ['ariaLabelCloseIconButton', 'hideClose', 'icon', 'iconColor']
|
|
2406
|
+
})
|
|
2407
|
+
], IxPopoverHeader);
|
|
2408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverHeader, decorators: [{
|
|
2409
|
+
type: Component,
|
|
2410
|
+
args: [{
|
|
2411
|
+
selector: 'ix-popover-header',
|
|
2412
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2413
|
+
template: '<ng-content></ng-content>',
|
|
2414
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2415
|
+
inputs: ['ariaLabelCloseIconButton', 'hideClose', 'icon', 'iconColor'],
|
|
2416
|
+
outputs: ['closeClick'],
|
|
2417
|
+
standalone: false
|
|
2418
|
+
}]
|
|
2419
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
|
|
2420
|
+
type: Output
|
|
2421
|
+
}] } });
|
|
2422
|
+
let IxPopoverImage = class IxPopoverImage {
|
|
2423
|
+
z;
|
|
2424
|
+
el;
|
|
2425
|
+
constructor(c, r, z) {
|
|
2426
|
+
this.z = z;
|
|
2427
|
+
c.detach();
|
|
2428
|
+
this.el = r.nativeElement;
|
|
2429
|
+
}
|
|
2430
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2431
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxPopoverImage, isStandalone: false, selector: "ix-popover-image", inputs: { image: "image", imageAlt: "imageAlt" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2432
|
+
};
|
|
2433
|
+
IxPopoverImage = __decorate([
|
|
2434
|
+
ProxyCmp({
|
|
2435
|
+
inputs: ['image', 'imageAlt']
|
|
2436
|
+
})
|
|
2437
|
+
], IxPopoverImage);
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxPopoverImage, decorators: [{
|
|
2439
|
+
type: Component,
|
|
2440
|
+
args: [{
|
|
2441
|
+
selector: 'ix-popover-image',
|
|
2442
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2443
|
+
template: '<ng-content></ng-content>',
|
|
2444
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2445
|
+
inputs: ['image', 'imageAlt'],
|
|
2446
|
+
standalone: false
|
|
2447
|
+
}]
|
|
2448
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2302
2449
|
let IxProgressIndicator = class IxProgressIndicator {
|
|
2303
2450
|
z;
|
|
2304
2451
|
el;
|
|
@@ -2486,11 +2633,11 @@ let IxSelect = class IxSelect {
|
|
|
2486
2633
|
this.el = r.nativeElement;
|
|
2487
2634
|
}
|
|
2488
2635
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2489
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxSelect, isStandalone: false, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelAddItem: "ariaLabelAddItem", ariaLabelClearIconButton: "ariaLabelClearIconButton", collapseMultipleSelection: "collapseMultipleSelection", disabled: "disabled", dropdownMaxWidth: "dropdownMaxWidth", dropdownWidth: "dropdownWidth", editable: "editable", enableTopLayer: "enableTopLayer", helperText: "helperText", hideListHeader: "hideListHeader", i18nAllSelected: "i18nAllSelected", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nRemoveSelectedItem: "i18nRemoveSelectedItem", i18nSelectListHeader: "i18nSelectListHeader", infoText: "infoText", invalidText: "invalidText", label: "label", mode: "mode", name: "name", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", inputChange: "inputChange", addItem: "addItem", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2636
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxSelect, isStandalone: false, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelAddItem: "ariaLabelAddItem", ariaLabelClearIconButton: "ariaLabelClearIconButton", collapseMultipleSelection: "collapseMultipleSelection", disabled: "disabled", dropdownMaxWidth: "dropdownMaxWidth", dropdownWidth: "dropdownWidth", editable: "editable", enableTopLayer: "enableTopLayer", helperText: "helperText", hideListHeader: "hideListHeader", i18nAllSelected: "i18nAllSelected", i18nMoreItems: "i18nMoreItems", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nRemoveSelectedItem: "i18nRemoveSelectedItem", i18nSelectListHeader: "i18nSelectListHeader", infoText: "infoText", invalidText: "invalidText", label: "label", mode: "mode", name: "name", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", inputChange: "inputChange", addItem: "addItem", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2490
2637
|
};
|
|
2491
2638
|
IxSelect = __decorate([
|
|
2492
2639
|
ProxyCmp({
|
|
2493
|
-
inputs: ['allowClear', 'ariaLabelAddItem', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nRemoveSelectedItem', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2640
|
+
inputs: ['allowClear', 'ariaLabelAddItem', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nMoreItems', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nRemoveSelectedItem', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2494
2641
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2495
2642
|
})
|
|
2496
2643
|
], IxSelect);
|
|
@@ -2501,7 +2648,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
2501
2648
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2502
2649
|
template: '<ng-content></ng-content>',
|
|
2503
2650
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2504
|
-
inputs: ['allowClear', 'ariaLabelAddItem', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nRemoveSelectedItem', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2651
|
+
inputs: ['allowClear', 'ariaLabelAddItem', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nMoreItems', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nRemoveSelectedItem', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2505
2652
|
outputs: ['valueChange', 'inputChange', 'addItem', 'ixBlur'],
|
|
2506
2653
|
standalone: false
|
|
2507
2654
|
}]
|
|
@@ -2524,11 +2671,11 @@ let IxSelectItem = class IxSelectItem {
|
|
|
2524
2671
|
this.el = r.nativeElement;
|
|
2525
2672
|
}
|
|
2526
2673
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2527
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxSelectItem, isStandalone: false, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2674
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IxSelectItem, isStandalone: false, selector: "ix-select-item", inputs: { disabled: "disabled", label: "label", selected: "selected", value: "value" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2528
2675
|
};
|
|
2529
2676
|
IxSelectItem = __decorate([
|
|
2530
2677
|
ProxyCmp({
|
|
2531
|
-
inputs: ['label', 'selected', 'value']
|
|
2678
|
+
inputs: ['disabled', 'label', 'selected', 'value']
|
|
2532
2679
|
})
|
|
2533
2680
|
], IxSelectItem);
|
|
2534
2681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
@@ -2538,7 +2685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
2538
2685
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2539
2686
|
template: '<ng-content></ng-content>',
|
|
2540
2687
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2541
|
-
inputs: ['label', 'selected', { name: 'value', required: true }],
|
|
2688
|
+
inputs: ['disabled', 'label', 'selected', { name: 'value', required: true }],
|
|
2542
2689
|
outputs: ['itemClick'],
|
|
2543
2690
|
standalone: false
|
|
2544
2691
|
}]
|
|
@@ -3208,8 +3355,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
3208
3355
|
* LICENSE file in the root directory of this source tree.
|
|
3209
3356
|
*/
|
|
3210
3357
|
class ModalService extends ModalService$1 {
|
|
3211
|
-
constructor(appRef,
|
|
3212
|
-
super(appRef,
|
|
3358
|
+
constructor(appRef, environmentInjector, injector) {
|
|
3359
|
+
super(appRef, environmentInjector, injector);
|
|
3213
3360
|
}
|
|
3214
3361
|
/**
|
|
3215
3362
|
* Opens a modal based on ModalConfig
|
|
@@ -3223,7 +3370,7 @@ class ModalService extends ModalService$1 {
|
|
|
3223
3370
|
close(instance, reason) {
|
|
3224
3371
|
super.close(instance, reason);
|
|
3225
3372
|
}
|
|
3226
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.
|
|
3373
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3227
3374
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ModalService, providedIn: 'root' });
|
|
3228
3375
|
}
|
|
3229
3376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ModalService, decorators: [{
|
|
@@ -3231,7 +3378,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
3231
3378
|
args: [{
|
|
3232
3379
|
providedIn: 'root',
|
|
3233
3380
|
}]
|
|
3234
|
-
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.
|
|
3381
|
+
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }] });
|
|
3235
3382
|
|
|
3236
3383
|
/*
|
|
3237
3384
|
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
@@ -3624,6 +3771,11 @@ const DIRECTIVES = [
|
|
|
3624
3771
|
IxPane,
|
|
3625
3772
|
IxPaneLayout,
|
|
3626
3773
|
IxPill,
|
|
3774
|
+
IxPopover,
|
|
3775
|
+
IxPopoverContent,
|
|
3776
|
+
IxPopoverFooter,
|
|
3777
|
+
IxPopoverHeader,
|
|
3778
|
+
IxPopoverImage,
|
|
3627
3779
|
IxProgressIndicator,
|
|
3628
3780
|
IxPushCard,
|
|
3629
3781
|
IxRadio,
|
|
@@ -3692,7 +3844,7 @@ class IxModule {
|
|
|
3692
3844
|
};
|
|
3693
3845
|
}
|
|
3694
3846
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3695
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3847
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3696
3848
|
IxDropdownTriggerDirective,
|
|
3697
3849
|
IxTextValueAccessorDirective,
|
|
3698
3850
|
IxSelectValueAccessorDirective,
|
|
@@ -3700,7 +3852,7 @@ class IxModule {
|
|
|
3700
3852
|
IxBooleanValueAccessorDirective,
|
|
3701
3853
|
IxDateValueAccessorDirective,
|
|
3702
3854
|
IxTimeValueAccessorDirective,
|
|
3703
|
-
IxDatetimeValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3855
|
+
IxDatetimeValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3704
3856
|
IxDropdownTriggerDirective,
|
|
3705
3857
|
IxTextValueAccessorDirective,
|
|
3706
3858
|
IxSelectValueAccessorDirective,
|
|
@@ -3732,5 +3884,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
3732
3884
|
* Generated bundle index. Do not edit.
|
|
3733
3885
|
*/
|
|
3734
3886
|
|
|
3735
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
|
3887
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
|
3736
3888
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|