@siemens/ix-angular 0.0.0-20240419081748 → 0.0.0-20240522074328
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 +2 -2
- package/esm2020/components.mjs +7 -7
- package/esm2020/modal/modal.service.mjs +2 -1
- package/fesm2015/siemens-ix-angular.mjs +7 -6
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +7 -6
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/package.json +2 -2
package/components.d.ts
CHANGED
|
@@ -177,7 +177,7 @@ export declare class IxCategoryFilter {
|
|
|
177
177
|
protected el: HTMLElement;
|
|
178
178
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
179
179
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
180
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "disabled": "disabled"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "readonly": "readonly"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions"; }, {}, never, ["*"]>;
|
|
180
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "disabled": "disabled"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "readonly": "readonly"; "repeatCategories": "repeatCategories"; "staticOperator": "staticOperator"; "suggestions": "suggestions"; }, {}, never, ["*"]>;
|
|
181
181
|
}
|
|
182
182
|
export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
183
183
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class IxDateDropdown {
|
|
|
242
242
|
protected el: HTMLElement;
|
|
243
243
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
244
244
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateDropdown, never>;
|
|
245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "customRangeAllowed": "customRangeAllowed"; "dateRangeId": "dateRangeId"; "dateRangeOptions": "dateRangeOptions"; "format": "format"; "from": "from"; "i18nCustomItem": "i18nCustomItem"; "i18nDone": "i18nDone"; "i18nNoRange": "i18nNoRange"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "to": "to"; }, {}, never, ["*"]>;
|
|
245
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "customRangeAllowed": "customRangeAllowed"; "dateRangeId": "dateRangeId"; "dateRangeOptions": "dateRangeOptions"; "disabled": "disabled"; "format": "format"; "from": "from"; "i18nCustomItem": "i18nCustomItem"; "i18nDone": "i18nDone"; "i18nNoRange": "i18nNoRange"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "to": "to"; }, {}, never, ["*"]>;
|
|
246
246
|
}
|
|
247
247
|
export declare interface IxDateDropdown extends Components.IxDateDropdown {
|
|
248
248
|
/**
|