@siemens/ix-angular 1.3.0 → 1.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/components.d.ts +28 -1
- package/declare-components.d.ts +1 -1
- package/esm2020/app-initialize.mjs +2 -2
- package/esm2020/components.mjs +75 -4
- package/esm2020/declare-components.mjs +4 -1
- package/esm2020/dropdown/trigger.directive.mjs +2 -2
- package/esm2020/index.mjs +2 -2
- package/esm2020/modal/index.mjs +2 -2
- package/esm2020/modal/modal-ref.mjs +2 -2
- package/esm2020/modal/modal.config.mjs +2 -2
- package/esm2020/modal/modal.service.mjs +2 -2
- package/esm2020/module.mjs +3 -3
- package/esm2020/theme/index.mjs +2 -2
- package/esm2020/theme/theme.service.mjs +2 -2
- package/esm2020/toast/index.mjs +2 -2
- package/esm2020/toast/toast.config.mjs +2 -2
- package/esm2020/toast/toast.service.mjs +2 -2
- package/esm2020/tree/index.mjs +2 -2
- package/esm2020/tree/tree.mjs +2 -2
- package/fesm2015/siemens-ix-angular.mjs +86 -15
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +88 -17
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/module.d.ts +1 -1
- package/package.json +2 -2
|
@@ -402,6 +402,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
402
402
|
inputs: ['dateFormat', 'eventDelimiter', 'from', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'textSelectDate', 'time', 'timeFormat', 'timeReference', 'to']
|
|
403
403
|
}]
|
|
404
404
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
405
|
+
let IxDivider = class IxDivider {
|
|
406
|
+
constructor(c, r, z) {
|
|
407
|
+
this.z = z;
|
|
408
|
+
c.detach();
|
|
409
|
+
this.el = r.nativeElement;
|
|
410
|
+
}
|
|
411
|
+
};
|
|
412
|
+
/** @nocollapse */ IxDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
413
|
+
/** @nocollapse */ IxDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDivider, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
414
|
+
IxDivider = __decorate([
|
|
415
|
+
ProxyCmp({
|
|
416
|
+
defineCustomElementFn: undefined
|
|
417
|
+
})
|
|
418
|
+
], IxDivider);
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDivider, decorators: [{
|
|
420
|
+
type: Component,
|
|
421
|
+
args: [{
|
|
422
|
+
selector: 'ix-divider',
|
|
423
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
424
|
+
template: '<ng-content></ng-content>'
|
|
425
|
+
}]
|
|
426
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
405
427
|
let IxDrawer = class IxDrawer {
|
|
406
428
|
constructor(c, r, z) {
|
|
407
429
|
this.z = z;
|
|
@@ -504,6 +526,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
504
526
|
inputs: ['checked', 'disabled', 'hover', 'icon', 'label']
|
|
505
527
|
}]
|
|
506
528
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
529
|
+
let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
530
|
+
constructor(c, r, z) {
|
|
531
|
+
this.z = z;
|
|
532
|
+
c.detach();
|
|
533
|
+
this.el = r.nativeElement;
|
|
534
|
+
}
|
|
535
|
+
};
|
|
536
|
+
/** @nocollapse */ IxDropdownQuickActions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
537
|
+
/** @nocollapse */ IxDropdownQuickActions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdownQuickActions, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
538
|
+
IxDropdownQuickActions = __decorate([
|
|
539
|
+
ProxyCmp({
|
|
540
|
+
defineCustomElementFn: undefined
|
|
541
|
+
})
|
|
542
|
+
], IxDropdownQuickActions);
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
|
|
544
|
+
type: Component,
|
|
545
|
+
args: [{
|
|
546
|
+
selector: 'ix-dropdown-quick-actions',
|
|
547
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
548
|
+
template: '<ng-content></ng-content>'
|
|
549
|
+
}]
|
|
550
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
507
551
|
let IxEventList = class IxEventList {
|
|
508
552
|
constructor(c, r, z) {
|
|
509
553
|
this.z = z;
|
|
@@ -999,11 +1043,11 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
999
1043
|
}
|
|
1000
1044
|
};
|
|
1001
1045
|
/** @nocollapse */ IxMenuAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1002
|
-
/** @nocollapse */ IxMenuAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAvatar, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", top: "top" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1046
|
+
/** @nocollapse */ IxMenuAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAvatar, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", image: "image", initials: "initials", top: "top" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1003
1047
|
IxMenuAvatar = __decorate([
|
|
1004
1048
|
ProxyCmp({
|
|
1005
1049
|
defineCustomElementFn: undefined,
|
|
1006
|
-
inputs: ['bottom', 'i18nLogout', 'top']
|
|
1050
|
+
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'top']
|
|
1007
1051
|
})
|
|
1008
1052
|
], IxMenuAvatar);
|
|
1009
1053
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
@@ -1012,7 +1056,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1012
1056
|
selector: 'ix-menu-avatar',
|
|
1013
1057
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1014
1058
|
template: '<ng-content></ng-content>',
|
|
1015
|
-
inputs: ['bottom', 'i18nLogout', 'top']
|
|
1059
|
+
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'top']
|
|
1016
1060
|
}]
|
|
1017
1061
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1018
1062
|
let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
@@ -1530,6 +1574,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1530
1574
|
inputs: ['checked', 'color', 'disabled', 'hideText', 'indeterminate', 'textIndeterminate', 'textOff', 'textOn']
|
|
1531
1575
|
}]
|
|
1532
1576
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1577
|
+
let IxTooltip = class IxTooltip {
|
|
1578
|
+
constructor(c, r, z) {
|
|
1579
|
+
this.z = z;
|
|
1580
|
+
c.detach();
|
|
1581
|
+
this.el = r.nativeElement;
|
|
1582
|
+
}
|
|
1583
|
+
};
|
|
1584
|
+
/** @nocollapse */ IxTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1585
|
+
/** @nocollapse */ IxTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTooltip, selector: "ix-tooltip", inputs: { for: "for", interactive: "interactive", titleContent: "titleContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1586
|
+
IxTooltip = __decorate([
|
|
1587
|
+
ProxyCmp({
|
|
1588
|
+
defineCustomElementFn: undefined,
|
|
1589
|
+
inputs: ['for', 'interactive', 'titleContent']
|
|
1590
|
+
})
|
|
1591
|
+
], IxTooltip);
|
|
1592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTooltip, decorators: [{
|
|
1593
|
+
type: Component,
|
|
1594
|
+
args: [{
|
|
1595
|
+
selector: 'ix-tooltip',
|
|
1596
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1597
|
+
template: '<ng-content></ng-content>',
|
|
1598
|
+
inputs: ['for', 'interactive', 'titleContent']
|
|
1599
|
+
}]
|
|
1600
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1533
1601
|
let IxTreeItem = class IxTreeItem {
|
|
1534
1602
|
constructor(c, r, z) {
|
|
1535
1603
|
this.z = z;
|
|
@@ -1656,7 +1724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1656
1724
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1657
1725
|
|
|
1658
1726
|
/*
|
|
1659
|
-
* SPDX-FileCopyrightText:
|
|
1727
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1660
1728
|
*
|
|
1661
1729
|
* SPDX-License-Identifier: MIT
|
|
1662
1730
|
*
|
|
@@ -1683,7 +1751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1683
1751
|
}] } });
|
|
1684
1752
|
|
|
1685
1753
|
/*
|
|
1686
|
-
* SPDX-FileCopyrightText:
|
|
1754
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1687
1755
|
*
|
|
1688
1756
|
* SPDX-License-Identifier: MIT
|
|
1689
1757
|
*
|
|
@@ -1800,7 +1868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1800
1868
|
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }]; } });
|
|
1801
1869
|
|
|
1802
1870
|
/*
|
|
1803
|
-
* SPDX-FileCopyrightText:
|
|
1871
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1804
1872
|
*
|
|
1805
1873
|
* SPDX-License-Identifier: MIT
|
|
1806
1874
|
*
|
|
@@ -1809,7 +1877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1809
1877
|
*/
|
|
1810
1878
|
|
|
1811
1879
|
/*
|
|
1812
|
-
* SPDX-FileCopyrightText:
|
|
1880
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1813
1881
|
*
|
|
1814
1882
|
* SPDX-License-Identifier: MIT
|
|
1815
1883
|
*
|
|
@@ -1847,10 +1915,12 @@ const DIRECTIVES = [
|
|
|
1847
1915
|
IxDatePicker,
|
|
1848
1916
|
IxDateTimeCard,
|
|
1849
1917
|
IxDatetimePicker,
|
|
1918
|
+
IxDivider,
|
|
1850
1919
|
IxDrawer,
|
|
1851
1920
|
IxDropdown,
|
|
1852
1921
|
IxDropdownButton,
|
|
1853
1922
|
IxDropdownItem,
|
|
1923
|
+
IxDropdownQuickActions,
|
|
1854
1924
|
IxEventList,
|
|
1855
1925
|
IxEventListItem,
|
|
1856
1926
|
IxExpandingSearch,
|
|
@@ -1893,6 +1963,7 @@ const DIRECTIVES = [
|
|
|
1893
1963
|
IxToast,
|
|
1894
1964
|
IxToastContainer,
|
|
1895
1965
|
IxToggle,
|
|
1966
|
+
IxTooltip,
|
|
1896
1967
|
IxTreeItem,
|
|
1897
1968
|
IxUpload,
|
|
1898
1969
|
IxValidationTooltip,
|
|
@@ -1901,7 +1972,7 @@ const DIRECTIVES = [
|
|
|
1901
1972
|
];
|
|
1902
1973
|
|
|
1903
1974
|
/*
|
|
1904
|
-
* SPDX-FileCopyrightText:
|
|
1975
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1905
1976
|
*
|
|
1906
1977
|
* SPDX-License-Identifier: MIT
|
|
1907
1978
|
*
|
|
@@ -1933,7 +2004,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1933
2004
|
}] } });
|
|
1934
2005
|
|
|
1935
2006
|
/*
|
|
1936
|
-
* SPDX-FileCopyrightText:
|
|
2007
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1937
2008
|
*
|
|
1938
2009
|
* SPDX-License-Identifier: MIT
|
|
1939
2010
|
*
|
|
@@ -1976,7 +2047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1976
2047
|
}] });
|
|
1977
2048
|
|
|
1978
2049
|
/*
|
|
1979
|
-
* SPDX-FileCopyrightText:
|
|
2050
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1980
2051
|
*
|
|
1981
2052
|
* SPDX-License-Identifier: MIT
|
|
1982
2053
|
*
|
|
@@ -2055,7 +2126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2055
2126
|
}] } });
|
|
2056
2127
|
|
|
2057
2128
|
/*
|
|
2058
|
-
* SPDX-FileCopyrightText:
|
|
2129
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2059
2130
|
*
|
|
2060
2131
|
* SPDX-License-Identifier: MIT
|
|
2061
2132
|
*
|
|
@@ -2064,7 +2135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2064
2135
|
*/
|
|
2065
2136
|
|
|
2066
2137
|
/*
|
|
2067
|
-
* SPDX-FileCopyrightText:
|
|
2138
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2068
2139
|
*
|
|
2069
2140
|
* SPDX-License-Identifier: MIT
|
|
2070
2141
|
*
|
|
@@ -2091,7 +2162,7 @@ class IxModule {
|
|
|
2091
2162
|
}
|
|
2092
2163
|
}
|
|
2093
2164
|
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2094
|
-
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective], exports: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective] });
|
|
2165
|
+
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective], exports: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective] });
|
|
2095
2166
|
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
|
|
2096
2167
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
|
|
2097
2168
|
type: NgModule,
|
|
@@ -2102,7 +2173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2102
2173
|
}] });
|
|
2103
2174
|
|
|
2104
2175
|
/*
|
|
2105
|
-
* SPDX-FileCopyrightText:
|
|
2176
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2106
2177
|
*
|
|
2107
2178
|
* SPDX-License-Identifier: MIT
|
|
2108
2179
|
*
|
|
@@ -2114,5 +2185,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2114
2185
|
* Generated bundle index. Do not edit.
|
|
2115
2186
|
*/
|
|
2116
2187
|
|
|
2117
|
-
export { IxActiveModal, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownTriggerDirective, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
|
|
2188
|
+
export { IxActiveModal, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
|
|
2118
2189
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|