@siemens/ix-angular 1.2.1 → 1.3.0-beta.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/components.d.ts +10 -1
- package/declare-components.d.ts +1 -1
- package/esm2020/components.mjs +29 -5
- package/esm2020/declare-components.mjs +2 -1
- package/esm2020/index.mjs +2 -1
- package/esm2020/modal/index.mjs +2 -1
- package/esm2020/modal/modal-ref.mjs +39 -0
- package/esm2020/modal/modal.config.mjs +1 -1
- package/esm2020/modal/modal.service.mjs +39 -5
- package/esm2020/module.mjs +4 -2
- package/esm2020/theme/index.mjs +10 -0
- package/esm2020/theme/theme.service.mjs +35 -0
- package/fesm2015/siemens-ix-angular.mjs +154 -11
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +148 -11
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/modal/index.d.ts +1 -0
- package/modal/modal-ref.d.ts +21 -0
- package/modal/modal.config.d.ts +1 -2
- package/modal/modal.service.d.ts +8 -1
- package/module.d.ts +1 -1
- package/package.json +2 -2
- package/theme/index.d.ts +1 -0
- package/theme/theme.service.d.ts +11 -0
package/components.d.ts
CHANGED
|
@@ -231,6 +231,15 @@ export declare class IxDropdown {
|
|
|
231
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
232
232
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdown, "ix-dropdown", never, { "adjustDropdownWidthToReferenceWidth": "adjustDropdownWidthToReferenceWidth"; "adjustDropdownWidthToReferenceWith": "adjustDropdownWidthToReferenceWith"; "anchor": "anchor"; "closeBehavior": "closeBehavior"; "header": "header"; "placement": "placement"; "positioningStrategy": "positioningStrategy"; "show": "show"; "trigger": "trigger"; }, {}, never, ["*"]>;
|
|
233
233
|
}
|
|
234
|
+
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
235
|
+
}
|
|
236
|
+
export declare class IxDropdownButton {
|
|
237
|
+
protected z: NgZone;
|
|
238
|
+
protected el: HTMLElement;
|
|
239
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
|
|
241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "active": "active"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
242
|
+
}
|
|
234
243
|
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
235
244
|
/**
|
|
236
245
|
* Click on item
|
|
@@ -626,7 +635,7 @@ export declare class IxSelectItem {
|
|
|
626
635
|
protected el: HTMLElement;
|
|
627
636
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
628
637
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
629
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "
|
|
638
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
630
639
|
}
|
|
631
640
|
export declare interface IxSpinner extends Components.IxSpinner {
|
|
632
641
|
}
|
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.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.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)[];
|