@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
|
*
|
|
@@ -1721,7 +1789,7 @@ class InternalIxActiveModal extends IxActiveModal {
|
|
|
1721
1789
|
}
|
|
1722
1790
|
|
|
1723
1791
|
/*
|
|
1724
|
-
* SPDX-FileCopyrightText:
|
|
1792
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1725
1793
|
*
|
|
1726
1794
|
* SPDX-License-Identifier: MIT
|
|
1727
1795
|
*
|
|
@@ -1804,7 +1872,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1804
1872
|
}], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }]; } });
|
|
1805
1873
|
|
|
1806
1874
|
/*
|
|
1807
|
-
* SPDX-FileCopyrightText:
|
|
1875
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1808
1876
|
*
|
|
1809
1877
|
* SPDX-License-Identifier: MIT
|
|
1810
1878
|
*
|
|
@@ -1813,7 +1881,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1813
1881
|
*/
|
|
1814
1882
|
|
|
1815
1883
|
/*
|
|
1816
|
-
* SPDX-FileCopyrightText:
|
|
1884
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1817
1885
|
*
|
|
1818
1886
|
* SPDX-License-Identifier: MIT
|
|
1819
1887
|
*
|
|
@@ -1851,10 +1919,12 @@ const DIRECTIVES = [
|
|
|
1851
1919
|
IxDatePicker,
|
|
1852
1920
|
IxDateTimeCard,
|
|
1853
1921
|
IxDatetimePicker,
|
|
1922
|
+
IxDivider,
|
|
1854
1923
|
IxDrawer,
|
|
1855
1924
|
IxDropdown,
|
|
1856
1925
|
IxDropdownButton,
|
|
1857
1926
|
IxDropdownItem,
|
|
1927
|
+
IxDropdownQuickActions,
|
|
1858
1928
|
IxEventList,
|
|
1859
1929
|
IxEventListItem,
|
|
1860
1930
|
IxExpandingSearch,
|
|
@@ -1897,6 +1967,7 @@ const DIRECTIVES = [
|
|
|
1897
1967
|
IxToast,
|
|
1898
1968
|
IxToastContainer,
|
|
1899
1969
|
IxToggle,
|
|
1970
|
+
IxTooltip,
|
|
1900
1971
|
IxTreeItem,
|
|
1901
1972
|
IxUpload,
|
|
1902
1973
|
IxValidationTooltip,
|
|
@@ -1905,7 +1976,7 @@ const DIRECTIVES = [
|
|
|
1905
1976
|
];
|
|
1906
1977
|
|
|
1907
1978
|
/*
|
|
1908
|
-
* SPDX-FileCopyrightText:
|
|
1979
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1909
1980
|
*
|
|
1910
1981
|
* SPDX-License-Identifier: MIT
|
|
1911
1982
|
*
|
|
@@ -1937,7 +2008,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1937
2008
|
}] } });
|
|
1938
2009
|
|
|
1939
2010
|
/*
|
|
1940
|
-
* SPDX-FileCopyrightText:
|
|
2011
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1941
2012
|
*
|
|
1942
2013
|
* SPDX-License-Identifier: MIT
|
|
1943
2014
|
*
|
|
@@ -1946,7 +2017,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1946
2017
|
*/
|
|
1947
2018
|
|
|
1948
2019
|
/*
|
|
1949
|
-
* SPDX-FileCopyrightText:
|
|
2020
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1950
2021
|
*
|
|
1951
2022
|
* SPDX-License-Identifier: MIT
|
|
1952
2023
|
*
|
|
@@ -1989,7 +2060,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1989
2060
|
}] });
|
|
1990
2061
|
|
|
1991
2062
|
/*
|
|
1992
|
-
* SPDX-FileCopyrightText:
|
|
2063
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
1993
2064
|
*
|
|
1994
2065
|
* SPDX-License-Identifier: MIT
|
|
1995
2066
|
*
|
|
@@ -2066,7 +2137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2066
2137
|
}] } });
|
|
2067
2138
|
|
|
2068
2139
|
/*
|
|
2069
|
-
* SPDX-FileCopyrightText:
|
|
2140
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2070
2141
|
*
|
|
2071
2142
|
* SPDX-License-Identifier: MIT
|
|
2072
2143
|
*
|
|
@@ -2075,7 +2146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2075
2146
|
*/
|
|
2076
2147
|
|
|
2077
2148
|
/*
|
|
2078
|
-
* SPDX-FileCopyrightText:
|
|
2149
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2079
2150
|
*
|
|
2080
2151
|
* SPDX-License-Identifier: MIT
|
|
2081
2152
|
*
|
|
@@ -2102,7 +2173,7 @@ class IxModule {
|
|
|
2102
2173
|
}
|
|
2103
2174
|
}
|
|
2104
2175
|
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2105
|
-
/** @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] });
|
|
2176
|
+
/** @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] });
|
|
2106
2177
|
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
|
|
2107
2178
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
|
|
2108
2179
|
type: NgModule,
|
|
@@ -2113,7 +2184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2113
2184
|
}] });
|
|
2114
2185
|
|
|
2115
2186
|
/*
|
|
2116
|
-
* SPDX-FileCopyrightText:
|
|
2187
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2117
2188
|
*
|
|
2118
2189
|
* SPDX-License-Identifier: MIT
|
|
2119
2190
|
*
|
|
@@ -2125,5 +2196,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2125
2196
|
* Generated bundle index. Do not edit.
|
|
2126
2197
|
*/
|
|
2127
2198
|
|
|
2128
|
-
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 };
|
|
2199
|
+
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 };
|
|
2129
2200
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|