@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
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 Siemens AG
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/components.d.ts
CHANGED
|
@@ -201,6 +201,15 @@ export declare class IxDatetimePicker {
|
|
|
201
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
202
202
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "dateFormat": "dateFormat"; "eventDelimiter": "eventDelimiter"; "from": "from"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; "textSelectDate": "textSelectDate"; "time": "time"; "timeFormat": "timeFormat"; "timeReference": "timeReference"; "to": "to"; }, {}, never, ["*"]>;
|
|
203
203
|
}
|
|
204
|
+
export declare interface IxDivider extends Components.IxDivider {
|
|
205
|
+
}
|
|
206
|
+
export declare class IxDivider {
|
|
207
|
+
protected z: NgZone;
|
|
208
|
+
protected el: HTMLElement;
|
|
209
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
210
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDivider, never>;
|
|
211
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDivider, "ix-divider", never, {}, {}, never, ["*"]>;
|
|
212
|
+
}
|
|
204
213
|
export declare interface IxDrawer extends Components.IxDrawer {
|
|
205
214
|
/**
|
|
206
215
|
* Fire event after drawer is open
|
|
@@ -253,6 +262,15 @@ export declare class IxDropdownItem {
|
|
|
253
262
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
|
|
254
263
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
255
264
|
}
|
|
265
|
+
export declare interface IxDropdownQuickActions extends Components.IxDropdownQuickActions {
|
|
266
|
+
}
|
|
267
|
+
export declare class IxDropdownQuickActions {
|
|
268
|
+
protected z: NgZone;
|
|
269
|
+
protected el: HTMLElement;
|
|
270
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
271
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownQuickActions, never>;
|
|
272
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownQuickActions, "ix-dropdown-quick-actions", never, {}, {}, never, ["*"]>;
|
|
273
|
+
}
|
|
256
274
|
export declare interface IxEventList extends Components.IxEventList {
|
|
257
275
|
}
|
|
258
276
|
export declare class IxEventList {
|
|
@@ -504,7 +522,7 @@ export declare class IxMenuAvatar {
|
|
|
504
522
|
protected el: HTMLElement;
|
|
505
523
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
506
524
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
507
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"]>;
|
|
525
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "image": "image"; "initials": "initials"; "top": "top"; }, {}, never, ["*"]>;
|
|
508
526
|
}
|
|
509
527
|
export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
510
528
|
/**
|
|
@@ -751,6 +769,15 @@ export declare class IxToggle {
|
|
|
751
769
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
|
|
752
770
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxToggle, "ix-toggle", never, { "checked": "checked"; "color": "color"; "disabled": "disabled"; "hideText": "hideText"; "indeterminate": "indeterminate"; "textIndeterminate": "textIndeterminate"; "textOff": "textOff"; "textOn": "textOn"; }, {}, never, ["*"]>;
|
|
753
771
|
}
|
|
772
|
+
export declare interface IxTooltip extends Components.IxTooltip {
|
|
773
|
+
}
|
|
774
|
+
export declare class IxTooltip {
|
|
775
|
+
protected z: NgZone;
|
|
776
|
+
protected el: HTMLElement;
|
|
777
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
778
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTooltip, never>;
|
|
779
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTooltip, "ix-tooltip", never, { "for": "for"; "interactive": "interactive"; "titleContent": "titleContent"; }, {}, never, ["*"]>;
|
|
780
|
+
}
|
|
754
781
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
755
782
|
/**
|
|
756
783
|
* Expand/Collapsed toggled
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownItem | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* SPDX-FileCopyrightText:
|
|
2
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3
3
|
*
|
|
4
4
|
* SPDX-License-Identifier: MIT
|
|
5
5
|
*
|
|
@@ -22,4 +22,4 @@ export const appInitialize = (doc) => {
|
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWluaXRpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYXBwLWluaXRpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7R0FPRztBQUVILE9BQU8sRUFBRSxjQUFjLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUUxRSxJQUFJLGFBQWEsR0FBRyxLQUFLLENBQUM7QUFFMUIsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLENBQUMsR0FBYSxFQUFFLEVBQUU7SUFDN0MsT0FBTyxHQUFHLEVBQUU7UUFDVixNQUFNLEdBQUcsR0FBdUIsR0FBRyxDQUFDLFdBQWtCLENBQUM7UUFDdkQsSUFBSSxHQUFHLElBQUksT0FBUSxNQUFjLEtBQUssV0FBVyxFQUFFO1lBQ2pELElBQUksYUFBYSxFQUFFO2dCQUNqQixPQUFPO2FBQ1I7WUFFRCxhQUFhLEdBQUcsSUFBSSxDQUFDO1lBRXJCLGNBQWMsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3pCLE9BQU8sb0JBQW9CLEVBQUUsQ0FBQztZQUNoQyxDQUFDLENBQUMsQ0FBQztTQUNKO0lBQ0gsQ0FBQyxDQUFDO0FBQ0osQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFNQRFgtRmlsZUNvcHlyaWdodFRleHQ6IDIwMjMgU2llbWVucyBBR1xuICpcbiAqIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBNSVRcbiAqXG4gKiBUaGlzIHNvdXJjZSBjb2RlIGlzIGxpY2Vuc2VkIHVuZGVyIHRoZSBNSVQgbGljZW5zZSBmb3VuZCBpbiB0aGVcbiAqIExJQ0VOU0UgZmlsZSBpbiB0aGUgcm9vdCBkaXJlY3Rvcnkgb2YgdGhpcyBzb3VyY2UgdHJlZS5cbiAqL1xuXG5pbXBvcnQgeyBhcHBseVBvbHlmaWxscywgZGVmaW5lQ3VzdG9tRWxlbWVudHMgfSBmcm9tICdAc2llbWVucy9peC9sb2FkZXInO1xuXG5sZXQgZGlkSW5pdGlhbGl6ZSA9IGZhbHNlO1xuXG5leHBvcnQgY29uc3QgYXBwSW5pdGlhbGl6ZSA9IChkb2M6IERvY3VtZW50KSA9PiB7XG4gIHJldHVybiAoKSA9PiB7XG4gICAgY29uc3Qgd2luOiBXaW5kb3cgfCB1bmRlZmluZWQgPSBkb2MuZGVmYXVsdFZpZXcgYXMgYW55O1xuICAgIGlmICh3aW4gJiYgdHlwZW9mICh3aW5kb3cgYXMgYW55KSAhPT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgIGlmIChkaWRJbml0aWFsaXplKSB7XG4gICAgICAgIHJldHVybjtcbiAgICAgIH1cblxuICAgICAgZGlkSW5pdGlhbGl6ZSA9IHRydWU7XG5cbiAgICAgIGFwcGx5UG9seWZpbGxzKCkudGhlbigoKSA9PiB7XG4gICAgICAgIHJldHVybiBkZWZpbmVDdXN0b21FbGVtZW50cygpO1xuICAgICAgfSk7XG4gICAgfVxuICB9O1xufTtcbiJdfQ==
|