@siemens/ix-angular 1.1.0 → 1.1.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/components.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare class IxAnimatedTabs {
|
|
|
26
26
|
protected el: HTMLElement;
|
|
27
27
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTabs, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, never, ["*"], false>;
|
|
30
30
|
}
|
|
31
31
|
export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
|
|
32
32
|
}
|
|
@@ -112,7 +112,7 @@ export declare class IxCategoryFilter {
|
|
|
112
112
|
protected el: HTMLElement;
|
|
113
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "initialState": "initialState"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions";
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "initialState": "initialState"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions"; }, {}, never, ["*"], false>;
|
|
116
116
|
}
|
|
117
117
|
export declare interface IxChip extends Components.IxChip {
|
|
118
118
|
/**
|
|
@@ -150,7 +150,7 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
150
150
|
*/
|
|
151
151
|
dateRangeChange: EventEmitter<CustomEvent<IDatePickerDateChangeEvent>>;
|
|
152
152
|
/**
|
|
153
|
-
* Date selection confirmed via button action @deprecated Use `dateSelect`
|
|
153
|
+
* Date selection confirmed via button action @deprecated Will be removed in 2.0.0. Use `dateSelect`
|
|
154
154
|
*/
|
|
155
155
|
done: EventEmitter<CustomEvent<string>>;
|
|
156
156
|
/**
|