@siemens/ix-angular 3.1.1 → 3.2.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/READMEOSS.html +24 -127
- package/common/directives/control-value-accessors/radio-value-accessor.d.ts +4 -0
- package/common/providers/toast/toast.config.d.ts +3 -2
- package/components.d.ts +74 -42
- package/declare-components.d.ts +1 -1
- package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +17 -1
- package/esm2022/common/providers/toast/toast.config.mjs +1 -1
- package/esm2022/common/providers/toast/toast.service.mjs +24 -9
- package/esm2022/components.mjs +171 -115
- package/esm2022/declare-components.mjs +3 -1
- package/esm2022/module.mjs +3 -3
- package/esm2022/providers/toast/toast.service.mjs +12 -30
- package/esm2022/standalone/components.mjs +177 -115
- package/esm2022/standalone/internal-components.mjs +7 -1
- package/fesm2022/siemens-ix-angular-common.mjs +39 -8
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +243 -178
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +185 -147
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/module.d.ts +1 -1
- package/package.json +2 -2
- package/providers/toast/toast.service.d.ts +7 -5
- package/standalone/components.d.ts +74 -42
package/components.d.ts
CHANGED
|
@@ -15,13 +15,14 @@ import type { ExpandedChangedEvent as IIxPaneExpandedChangedEvent } from '@sieme
|
|
|
15
15
|
import type { VariantChangedEvent as IIxPaneVariantChangedEvent } from '@siemens/ix';
|
|
16
16
|
import type { BorderlessChangedEvent as IIxPaneBorderlessChangedEvent } from '@siemens/ix';
|
|
17
17
|
import type { TabClickDetail as IIxTabItemTabClickDetail } from '@siemens/ix';
|
|
18
|
+
import type { TimeInputValidityState as IIxTimeInputTimeInputValidityState } from '@siemens/ix';
|
|
18
19
|
import * as i0 from "@angular/core";
|
|
19
20
|
export declare class IxActionCard {
|
|
20
21
|
protected z: NgZone;
|
|
21
22
|
protected el: HTMLIxActionCardElement;
|
|
22
23
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxActionCard, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxActionCard, "ix-action-card", never, { "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxActionCard, "ix-action-card", never, { "ariaLabelCard": { "alias": "ariaLabelCard"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
25
26
|
}
|
|
26
27
|
export declare interface IxActionCard extends Components.IxActionCard {
|
|
27
28
|
}
|
|
@@ -39,7 +40,7 @@ export declare class IxApplicationHeader {
|
|
|
39
40
|
protected el: HTMLIxApplicationHeaderElement;
|
|
40
41
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxApplicationHeader, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": { "alias": "name"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "ariaLabelAppSwitchIconButton": { "alias": "ariaLabelAppSwitchIconButton"; "required": false; }; "ariaLabelMenuExpandIconButton": { "alias": "ariaLabelMenuExpandIconButton"; "required": false; }; "ariaLabelMoreMenuIconButton": { "alias": "ariaLabelMoreMenuIconButton"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
43
44
|
}
|
|
44
45
|
export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
|
|
45
46
|
/**
|
|
@@ -56,7 +57,7 @@ export declare class IxAvatar {
|
|
|
56
57
|
protected el: HTMLIxAvatarElement;
|
|
57
58
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
58
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAvatar, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxAvatar, "ix-avatar", never, { "extra": { "alias": "extra"; "required": false; }; "image": { "alias": "image"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "username": { "alias": "username"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxAvatar, "ix-avatar", never, { "a11yLabel": { "alias": "a11yLabel"; "required": false; }; "extra": { "alias": "extra"; "required": false; }; "image": { "alias": "image"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "username": { "alias": "username"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
60
61
|
}
|
|
61
62
|
export declare interface IxAvatar extends Components.IxAvatar {
|
|
62
63
|
}
|
|
@@ -107,7 +108,7 @@ export declare class IxBreadcrumbItem {
|
|
|
107
108
|
protected el: HTMLIxBreadcrumbItemElement;
|
|
108
109
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumbItem, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "ariaLabelButton": { "alias": "ariaLabelButton"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
111
112
|
}
|
|
112
113
|
export declare interface IxBreadcrumbItem extends Components.IxBreadcrumbItem {
|
|
113
114
|
}
|
|
@@ -116,7 +117,7 @@ export declare class IxButton {
|
|
|
116
117
|
protected el: HTMLIxButtonElement;
|
|
117
118
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
118
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "type": { "alias": "type"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "ariaLabelButton": { "alias": "ariaLabelButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "type": { "alias": "type"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
120
121
|
}
|
|
121
122
|
export declare interface IxButton extends Components.IxButton {
|
|
122
123
|
}
|
|
@@ -134,7 +135,7 @@ export declare class IxCardAccordion {
|
|
|
134
135
|
protected el: HTMLIxCardAccordionElement;
|
|
135
136
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
136
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCardAccordion, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCardAccordion, "ix-card-accordion", never, { "collapse": { "alias": "collapse"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCardAccordion, "ix-card-accordion", never, { "ariaLabelExpandButton": { "alias": "ariaLabelExpandButton"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
138
139
|
}
|
|
139
140
|
export declare interface IxCardAccordion extends Components.IxCardAccordion {
|
|
140
141
|
}
|
|
@@ -152,7 +153,7 @@ export declare class IxCardList {
|
|
|
152
153
|
protected el: HTMLIxCardListElement;
|
|
153
154
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
154
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCardList, never>;
|
|
155
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCardList, "ix-card-list", never, { "collapse": { "alias": "collapse"; "required": false; }; "hideShowAll": { "alias": "hideShowAll"; "required": false; }; "i18nMoreCards": { "alias": "i18nMoreCards"; "required": false; }; "i18nShowAll": { "alias": "i18nShowAll"; "required": false; }; "label": { "alias": "label"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "showAllCount": { "alias": "showAllCount"; "required": false; }; "suppressOverflowHandling": { "alias": "suppressOverflowHandling"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
156
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCardList, "ix-card-list", never, { "ariaLabelExpandButton": { "alias": "ariaLabelExpandButton"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; "hideShowAll": { "alias": "hideShowAll"; "required": false; }; "i18nMoreCards": { "alias": "i18nMoreCards"; "required": false; }; "i18nShowAll": { "alias": "i18nShowAll"; "required": false; }; "label": { "alias": "label"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "showAllCount": { "alias": "showAllCount"; "required": false; }; "suppressOverflowHandling": { "alias": "suppressOverflowHandling"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
156
157
|
}
|
|
157
158
|
export declare interface IxCardList extends Components.IxCardList {
|
|
158
159
|
/**
|
|
@@ -186,7 +187,7 @@ export declare class IxCategoryFilter {
|
|
|
186
187
|
protected el: HTMLIxCategoryFilterElement;
|
|
187
188
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
188
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": { "alias": "categories"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filterState": { "alias": "filterState"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "i18nPlainText": { "alias": "i18nPlainText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "labelCategories": { "alias": "labelCategories"; "required": false; }; "nonSelectableCategories": { "alias": "nonSelectableCategories"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "repeatCategories": { "alias": "repeatCategories"; "required": false; }; "staticOperator": { "alias": "staticOperator"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "ariaLabelFilterInput": { "alias": "ariaLabelFilterInput"; "required": false; }; "ariaLabelOperatorButton": { "alias": "ariaLabelOperatorButton"; "required": false; }; "ariaLabelResetButton": { "alias": "ariaLabelResetButton"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filterState": { "alias": "filterState"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "i18nPlainText": { "alias": "i18nPlainText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "labelCategories": { "alias": "labelCategories"; "required": false; }; "nonSelectableCategories": { "alias": "nonSelectableCategories"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "repeatCategories": { "alias": "repeatCategories"; "required": false; }; "staticOperator": { "alias": "staticOperator"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
190
191
|
}
|
|
191
192
|
export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
192
193
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class IxChip {
|
|
|
241
242
|
protected el: HTMLIxChipElement;
|
|
242
243
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
243
244
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
|
|
244
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": { "alias": "active"; "required": false; }; "background": { "alias": "background"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
245
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": { "alias": "active"; "required": false; }; "ariaLabelCloseButton": { "alias": "ariaLabelCloseButton"; "required": false; }; "background": { "alias": "background"; "required": false; }; "centerContent": { "alias": "centerContent"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
245
246
|
}
|
|
246
247
|
export declare interface IxChip extends Components.IxChip {
|
|
247
248
|
/**
|
|
@@ -294,7 +295,7 @@ export declare class IxDateDropdown {
|
|
|
294
295
|
protected el: HTMLIxDateDropdownElement;
|
|
295
296
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
296
297
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateDropdown, never>;
|
|
297
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "customRangeAllowed": { "alias": "customRangeAllowed"; "required": false; }; "dateRangeId": { "alias": "dateRangeId"; "required": false; }; "dateRangeOptions": { "alias": "dateRangeOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "i18nCustomItem": { "alias": "i18nCustomItem"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nNoRange": { "alias": "i18nNoRange"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "to": { "alias": "to"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
298
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "ariaLabelDropdownButton": { "alias": "ariaLabelDropdownButton"; "required": false; }; "customRangeAllowed": { "alias": "customRangeAllowed"; "required": false; }; "dateRangeId": { "alias": "dateRangeId"; "required": false; }; "dateRangeOptions": { "alias": "dateRangeOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "i18nCustomItem": { "alias": "i18nCustomItem"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nNoRange": { "alias": "i18nNoRange"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "to": { "alias": "to"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
298
299
|
}
|
|
299
300
|
export declare interface IxDateDropdown extends Components.IxDateDropdown {
|
|
300
301
|
/**
|
|
@@ -310,7 +311,7 @@ export declare class IxDateInput {
|
|
|
310
311
|
protected el: HTMLIxDateInputElement;
|
|
311
312
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
312
313
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateInput, never>;
|
|
313
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateInput, "ix-date-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "i18nErrorDateUnparsable": { "alias": "i18nErrorDateUnparsable"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
314
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateInput, "ix-date-input", never, { "ariaLabelCalendarButton": { "alias": "ariaLabelCalendarButton"; "required": false; }; "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "i18nErrorDateUnparsable": { "alias": "i18nErrorDateUnparsable"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
314
315
|
}
|
|
315
316
|
export declare interface IxDateInput extends Components.IxDateInput {
|
|
316
317
|
/**
|
|
@@ -327,21 +328,26 @@ export declare class IxDatePicker {
|
|
|
327
328
|
protected el: HTMLIxDatePickerElement;
|
|
328
329
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
329
330
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
330
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
331
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
331
332
|
}
|
|
332
333
|
export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
333
334
|
/**
|
|
334
|
-
*
|
|
335
|
+
* Emitted when the date selection changes. The `DateChangeEvent` contains `from` and `to` properties.
|
|
336
|
+
The property strings are formatted according to the `format` property and not affected by the `locale` property.
|
|
337
|
+
The locale applied is always `en-US`.
|
|
335
338
|
Note: Since 2.0.0 `dateChange` does not dispatch detail property as `string`
|
|
336
339
|
*/
|
|
337
340
|
dateChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
338
341
|
/**
|
|
339
|
-
*
|
|
340
|
-
|
|
342
|
+
* Emitted when the date range selection changes and the component is in range mode. The `DateChangeEvent` contains `from` and `to` properties.
|
|
343
|
+
The property strings are formatted according to the `format` property and not affected by the `locale` property.
|
|
344
|
+
The locale applied is always `en-US`.
|
|
341
345
|
*/
|
|
342
346
|
dateRangeChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
343
347
|
/**
|
|
344
|
-
*
|
|
348
|
+
* Emitted when the selection is confirmed via the date select button. The `DateChangeEvent` contains `from` and `to` properties.
|
|
349
|
+
The property strings are formatted according to the `format` property and not affected by the `locale` property.
|
|
350
|
+
The locale applied is always `en-US`.
|
|
345
351
|
*/
|
|
346
352
|
dateSelect: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
347
353
|
}
|
|
@@ -350,7 +356,7 @@ export declare class IxDatetimePicker {
|
|
|
350
356
|
protected el: HTMLIxDatetimePickerElement;
|
|
351
357
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
352
358
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
353
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "dateFormat": { "alias": "dateFormat"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nTime": { "alias": "i18nTime"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showHour": { "alias": "showHour"; "required": false; }; "showMinutes": { "alias": "showMinutes"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showTimeReference": { "alias": "showTimeReference"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "time": { "alias": "time"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "timeReference": { "alias": "timeReference"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
359
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nTime": { "alias": "i18nTime"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "range": { "alias": "range"; "required": false; }; "showHour": { "alias": "showHour"; "required": false; }; "showMinutes": { "alias": "showMinutes"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showTimeReference": { "alias": "showTimeReference"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "time": { "alias": "time"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "timeReference": { "alias": "timeReference"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
354
360
|
}
|
|
355
361
|
export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
356
362
|
/**
|
|
@@ -380,7 +386,7 @@ export declare class IxDrawer {
|
|
|
380
386
|
protected el: HTMLIxDrawerElement;
|
|
381
387
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
382
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
|
|
383
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "fullHeight": { "alias": "fullHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "ariaLabelCloseButton": { "alias": "ariaLabelCloseButton"; "required": false; }; "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "fullHeight": { "alias": "fullHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
384
390
|
}
|
|
385
391
|
export declare interface IxDrawer extends Components.IxDrawer {
|
|
386
392
|
/**
|
|
@@ -410,7 +416,7 @@ export declare class IxDropdownButton {
|
|
|
410
416
|
protected el: HTMLIxDropdownButtonElement;
|
|
411
417
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
412
418
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
|
|
413
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "closeBehavior": { "alias": "closeBehavior"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
419
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "ariaLabelDropdownButton": { "alias": "ariaLabelDropdownButton"; "required": false; }; "closeBehavior": { "alias": "closeBehavior"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
414
420
|
}
|
|
415
421
|
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
416
422
|
}
|
|
@@ -428,7 +434,7 @@ export declare class IxDropdownItem {
|
|
|
428
434
|
protected el: HTMLIxDropdownItemElement;
|
|
429
435
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
430
436
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
|
|
431
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
437
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "ariaLabelButton": { "alias": "ariaLabelButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
432
438
|
}
|
|
433
439
|
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
434
440
|
}
|
|
@@ -446,7 +452,7 @@ export declare class IxEmptyState {
|
|
|
446
452
|
protected el: HTMLIxEmptyStateElement;
|
|
447
453
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
448
454
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEmptyState, never>;
|
|
449
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxEmptyState, "ix-empty-state", never, { "action": { "alias": "action"; "required": false; }; "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
455
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxEmptyState, "ix-empty-state", never, { "action": { "alias": "action"; "required": false; }; "ariaLabelEmptyStateIcon": { "alias": "ariaLabelEmptyStateIcon"; "required": false; }; "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
450
456
|
}
|
|
451
457
|
export declare interface IxEmptyState extends Components.IxEmptyState {
|
|
452
458
|
/**
|
|
@@ -481,7 +487,7 @@ export declare class IxExpandingSearch {
|
|
|
481
487
|
protected el: HTMLIxExpandingSearchElement;
|
|
482
488
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
483
489
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
|
|
484
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
490
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "ariaLabelSearchIconButton": { "alias": "ariaLabelSearchIconButton"; "required": false; }; "ariaLabelSearchInput": { "alias": "ariaLabelSearchInput"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
485
491
|
}
|
|
486
492
|
export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
|
|
487
493
|
/**
|
|
@@ -503,7 +509,7 @@ export declare class IxFilterChip {
|
|
|
503
509
|
protected el: HTMLIxFilterChipElement;
|
|
504
510
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
505
511
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
506
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
507
513
|
}
|
|
508
514
|
export declare interface IxFilterChip extends Components.IxFilterChip {
|
|
509
515
|
/**
|
|
@@ -516,7 +522,7 @@ export declare class IxFlipTile {
|
|
|
516
522
|
protected el: HTMLIxFlipTileElement;
|
|
517
523
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
518
524
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
|
|
519
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "height": { "alias": "height"; "required": false; }; "index": { "alias": "index"; "required": false; }; "state": { "alias": "state"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
525
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "ariaLabelEyeIconButton": { "alias": "ariaLabelEyeIconButton"; "required": false; }; "height": { "alias": "height"; "required": false; }; "index": { "alias": "index"; "required": false; }; "state": { "alias": "state"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
520
526
|
}
|
|
521
527
|
export declare interface IxFlipTile extends Components.IxFlipTile {
|
|
522
528
|
/**
|
|
@@ -568,7 +574,7 @@ export declare class IxGroupItem {
|
|
|
568
574
|
protected el: HTMLIxGroupItemElement;
|
|
569
575
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
570
576
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
571
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": { "alias": "focusable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "index": { "alias": "index"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "suppressSelection": { "alias": "suppressSelection"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
577
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "focusable": { "alias": "focusable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "index": { "alias": "index"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "suppressSelection": { "alias": "suppressSelection"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
572
578
|
}
|
|
573
579
|
export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
574
580
|
/**
|
|
@@ -599,7 +605,7 @@ export declare class IxIconToggleButton {
|
|
|
599
605
|
protected el: HTMLIxIconToggleButtonElement;
|
|
600
606
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
601
607
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIconToggleButton, never>;
|
|
602
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxIconToggleButton, "ix-icon-toggle-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "oval": { "alias": "oval"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
608
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxIconToggleButton, "ix-icon-toggle-button", never, { "ariaLabelIconButton": { "alias": "ariaLabelIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "oval": { "alias": "oval"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
603
609
|
}
|
|
604
610
|
export declare interface IxIconToggleButton extends Components.IxIconToggleButton {
|
|
605
611
|
/**
|
|
@@ -642,7 +648,7 @@ export declare class IxKeyValue {
|
|
|
642
648
|
protected el: HTMLIxKeyValueElement;
|
|
643
649
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
644
650
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxKeyValue, never>;
|
|
645
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxKeyValue, "ix-key-value", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
651
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxKeyValue, "ix-key-value", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
646
652
|
}
|
|
647
653
|
export declare interface IxKeyValue extends Components.IxKeyValue {
|
|
648
654
|
}
|
|
@@ -660,7 +666,7 @@ export declare class IxKpi {
|
|
|
660
666
|
protected el: HTMLIxKpiElement;
|
|
661
667
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
662
668
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
|
|
663
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "state": { "alias": "state"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
669
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "ariaLabelAlarmIcon": { "alias": "ariaLabelAlarmIcon"; "required": false; }; "ariaLabelWarningIcon": { "alias": "ariaLabelWarningIcon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "state": { "alias": "state"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
664
670
|
}
|
|
665
671
|
export declare interface IxKpi extends Components.IxKpi {
|
|
666
672
|
}
|
|
@@ -696,7 +702,7 @@ export declare class IxMapNavigation {
|
|
|
696
702
|
protected el: HTMLIxMapNavigationElement;
|
|
697
703
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
698
704
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
|
|
699
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": { "alias": "applicationName"; "required": false; }; "hideContextMenu": { "alias": "hideContextMenu"; "required": false; }; "navigationTitle": { "alias": "navigationTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
705
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": { "alias": "applicationName"; "required": false; }; "ariaLabelContextIconButton": { "alias": "ariaLabelContextIconButton"; "required": false; }; "hideContextMenu": { "alias": "hideContextMenu"; "required": false; }; "navigationTitle": { "alias": "navigationTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
700
706
|
}
|
|
701
707
|
export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
702
708
|
/**
|
|
@@ -713,7 +719,7 @@ export declare class IxMapNavigationOverlay {
|
|
|
713
719
|
protected el: HTMLIxMapNavigationOverlayElement;
|
|
714
720
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
715
721
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
|
|
716
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
722
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
717
723
|
}
|
|
718
724
|
export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
|
|
719
725
|
/**
|
|
@@ -928,7 +934,7 @@ export declare class IxModalHeader {
|
|
|
928
934
|
protected el: HTMLIxModalHeaderElement;
|
|
929
935
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
930
936
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalHeader, never>;
|
|
931
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalHeader, "ix-modal-header", never, { "hideClose": { "alias": "hideClose"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
937
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalHeader, "ix-modal-header", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
932
938
|
}
|
|
933
939
|
export declare interface IxModalHeader extends Components.IxModalHeader {
|
|
934
940
|
/**
|
|
@@ -963,7 +969,7 @@ export declare class IxPagination {
|
|
|
963
969
|
protected el: HTMLIxPaginationElement;
|
|
964
970
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
965
971
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPagination, never>;
|
|
966
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPagination, "ix-pagination", never, { "advanced": { "alias": "advanced"; "required": false; }; "count": { "alias": "count"; "required": false; }; "i18nItems": { "alias": "i18nItems"; "required": false; }; "i18nOf": { "alias": "i18nOf"; "required": false; }; "i18nPage": { "alias": "i18nPage"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "selectedPage": { "alias": "selectedPage"; "required": false; }; "showItemCount": { "alias": "showItemCount"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
972
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPagination, "ix-pagination", never, { "advanced": { "alias": "advanced"; "required": false; }; "ariaLabelChevronLeftIconButton": { "alias": "ariaLabelChevronLeftIconButton"; "required": false; }; "ariaLabelChevronRightIconButton": { "alias": "ariaLabelChevronRightIconButton"; "required": false; }; "count": { "alias": "count"; "required": false; }; "i18nItems": { "alias": "i18nItems"; "required": false; }; "i18nOf": { "alias": "i18nOf"; "required": false; }; "i18nPage": { "alias": "i18nPage"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "selectedPage": { "alias": "selectedPage"; "required": false; }; "showItemCount": { "alias": "showItemCount"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
967
973
|
}
|
|
968
974
|
export declare interface IxPagination extends Components.IxPagination {
|
|
969
975
|
/**
|
|
@@ -980,7 +986,7 @@ export declare class IxPane {
|
|
|
980
986
|
protected el: HTMLIxPaneElement;
|
|
981
987
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
982
988
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPane, never>;
|
|
983
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "borderless": { "alias": "borderless"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
989
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
984
990
|
}
|
|
985
991
|
export declare interface IxPane extends Components.IxPane {
|
|
986
992
|
/**
|
|
@@ -1010,16 +1016,25 @@ export declare class IxPill {
|
|
|
1010
1016
|
protected el: HTMLIxPillElement;
|
|
1011
1017
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1012
1018
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
|
|
1013
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": { "alias": "alignLeft"; "required": false; }; "background": { "alias": "background"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "pillColor": { "alias": "pillColor"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1019
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": { "alias": "alignLeft"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "background": { "alias": "background"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "pillColor": { "alias": "pillColor"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1014
1020
|
}
|
|
1015
1021
|
export declare interface IxPill extends Components.IxPill {
|
|
1016
1022
|
}
|
|
1023
|
+
export declare class IxProgressIndicator {
|
|
1024
|
+
protected z: NgZone;
|
|
1025
|
+
protected el: HTMLIxProgressIndicatorElement;
|
|
1026
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1027
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxProgressIndicator, never>;
|
|
1028
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxProgressIndicator, "ix-progress-indicator", never, { "helperText": { "alias": "helperText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "size": { "alias": "size"; "required": false; }; "status": { "alias": "status"; "required": false; }; "textAlignment": { "alias": "textAlignment"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1029
|
+
}
|
|
1030
|
+
export declare interface IxProgressIndicator extends Components.IxProgressIndicator {
|
|
1031
|
+
}
|
|
1017
1032
|
export declare class IxPushCard {
|
|
1018
1033
|
protected z: NgZone;
|
|
1019
1034
|
protected el: HTMLIxPushCardElement;
|
|
1020
1035
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1021
1036
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPushCard, never>;
|
|
1022
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "collapse": { "alias": "collapse"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1037
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1023
1038
|
}
|
|
1024
1039
|
export declare interface IxPushCard extends Components.IxPushCard {
|
|
1025
1040
|
}
|
|
@@ -1071,7 +1086,7 @@ export declare class IxSelect {
|
|
|
1071
1086
|
protected el: HTMLIxSelectElement;
|
|
1072
1087
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1073
1088
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
1074
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1089
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "ariaLabelChevronDownIconButton": { "alias": "ariaLabelChevronDownIconButton"; "required": false; }; "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1075
1090
|
}
|
|
1076
1091
|
export declare interface IxSelect extends Components.IxSelect {
|
|
1077
1092
|
/**
|
|
@@ -1128,7 +1143,7 @@ export declare class IxSplitButton {
|
|
|
1128
1143
|
protected el: HTMLIxSplitButtonElement;
|
|
1129
1144
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1130
1145
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
|
|
1131
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButton, "ix-split-button", never, { "closeBehavior": { "alias": "closeBehavior"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "splitIcon": { "alias": "splitIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButton, "ix-split-button", never, { "ariaLabelButton": { "alias": "ariaLabelButton"; "required": false; }; "ariaLabelSplitIconButton": { "alias": "ariaLabelSplitIconButton"; "required": false; }; "closeBehavior": { "alias": "closeBehavior"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "splitIcon": { "alias": "splitIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1132
1147
|
}
|
|
1133
1148
|
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
1134
1149
|
/**
|
|
@@ -1154,7 +1169,7 @@ export declare class IxTabs {
|
|
|
1154
1169
|
protected el: HTMLIxTabsElement;
|
|
1155
1170
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1156
1171
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
|
|
1157
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": { "alias": "layout"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1172
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "ariaLabelChevronLeftIconButton": { "alias": "ariaLabelChevronLeftIconButton"; "required": false; }; "ariaLabelChevronRightIconButton": { "alias": "ariaLabelChevronRightIconButton"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1158
1173
|
}
|
|
1159
1174
|
export declare interface IxTabs extends Components.IxTabs {
|
|
1160
1175
|
/**
|
|
@@ -1192,12 +1207,29 @@ export declare class IxTile {
|
|
|
1192
1207
|
}
|
|
1193
1208
|
export declare interface IxTile extends Components.IxTile {
|
|
1194
1209
|
}
|
|
1210
|
+
export declare class IxTimeInput {
|
|
1211
|
+
protected z: NgZone;
|
|
1212
|
+
protected el: HTMLIxTimeInputElement;
|
|
1213
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1214
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimeInput, never>;
|
|
1215
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimeInput, "ix-time-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hourInterval": { "alias": "hourInterval"; "required": false; }; "i18nErrorTimeUnparsable": { "alias": "i18nErrorTimeUnparsable"; "required": false; }; "i18nHourColumnHeader": { "alias": "i18nHourColumnHeader"; "required": false; }; "i18nMillisecondColumnHeader": { "alias": "i18nMillisecondColumnHeader"; "required": false; }; "i18nMinuteColumnHeader": { "alias": "i18nMinuteColumnHeader"; "required": false; }; "i18nSecondColumnHeader": { "alias": "i18nSecondColumnHeader"; "required": false; }; "i18nSelectTime": { "alias": "i18nSelectTime"; "required": false; }; "i18nTime": { "alias": "i18nTime"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "millisecondInterval": { "alias": "millisecondInterval"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1216
|
+
}
|
|
1217
|
+
export declare interface IxTimeInput extends Components.IxTimeInput {
|
|
1218
|
+
/**
|
|
1219
|
+
* Input change event.
|
|
1220
|
+
*/
|
|
1221
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
1222
|
+
/**
|
|
1223
|
+
* Validation state change event.
|
|
1224
|
+
*/
|
|
1225
|
+
validityStateChange: EventEmitter<CustomEvent<IIxTimeInputTimeInputValidityState>>;
|
|
1226
|
+
}
|
|
1195
1227
|
export declare class IxTimePicker {
|
|
1196
1228
|
protected z: NgZone;
|
|
1197
1229
|
protected el: HTMLIxTimePickerElement;
|
|
1198
1230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1199
1231
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
1200
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "showHour": { "alias": "showHour"; "required": false; }; "showMinutes": { "alias": "showMinutes"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "standaloneAppearance": { "alias": "standaloneAppearance"; "required": false; }; "textSelectTime": { "alias": "textSelectTime"; "required": false; }; "textTime": { "alias": "textTime"; "required": false; }; "time": { "alias": "time"; "required": false; }; "timeReference": { "alias": "timeReference"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "hourInterval": { "alias": "hourInterval"; "required": false; }; "i18nConfirmTime": { "alias": "i18nConfirmTime"; "required": false; }; "i18nHeader": { "alias": "i18nHeader"; "required": false; }; "i18nHourColumnHeader": { "alias": "i18nHourColumnHeader"; "required": false; }; "i18nMillisecondColumnHeader": { "alias": "i18nMillisecondColumnHeader"; "required": false; }; "i18nMinuteColumnHeader": { "alias": "i18nMinuteColumnHeader"; "required": false; }; "i18nSecondColumnHeader": { "alias": "i18nSecondColumnHeader"; "required": false; }; "millisecondInterval": { "alias": "millisecondInterval"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "showHour": { "alias": "showHour"; "required": false; }; "showMinutes": { "alias": "showMinutes"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "standaloneAppearance": { "alias": "standaloneAppearance"; "required": false; }; "textSelectTime": { "alias": "textSelectTime"; "required": false; }; "textTime": { "alias": "textTime"; "required": false; }; "time": { "alias": "time"; "required": false; }; "timeReference": { "alias": "timeReference"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1201
1233
|
}
|
|
1202
1234
|
export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
1203
1235
|
/**
|
|
@@ -1214,7 +1246,7 @@ export declare class IxToast {
|
|
|
1214
1246
|
protected el: HTMLIxToastElement;
|
|
1215
1247
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1216
1248
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
1217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": { "alias": "autoClose"; "required": false; }; "autoCloseDelay": { "alias": "autoCloseDelay"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "toastTitle": { "alias": "toastTitle"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "autoCloseDelay": { "alias": "autoCloseDelay"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "toastTitle": { "alias": "toastTitle"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1218
1250
|
}
|
|
1219
1251
|
export declare interface IxToast extends Components.IxToast {
|
|
1220
1252
|
/**
|
|
@@ -1253,7 +1285,7 @@ export declare class IxToggleButton {
|
|
|
1253
1285
|
protected el: HTMLIxToggleButtonElement;
|
|
1254
1286
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1255
1287
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggleButton, never>;
|
|
1256
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToggleButton, "ix-toggle-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1288
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToggleButton, "ix-toggle-button", never, { "ariaLabelButton": { "alias": "ariaLabelButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1257
1289
|
}
|
|
1258
1290
|
export declare interface IxToggleButton extends Components.IxToggleButton {
|
|
1259
1291
|
/**
|
|
@@ -1275,7 +1307,7 @@ export declare class IxTreeItem {
|
|
|
1275
1307
|
protected el: HTMLIxTreeItemElement;
|
|
1276
1308
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1277
1309
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
|
|
1278
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": { "alias": "context"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1310
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "ariaLabelChevronIcon": { "alias": "ariaLabelChevronIcon"; "required": false; }; "context": { "alias": "context"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1279
1311
|
}
|
|
1280
1312
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
1281
1313
|
/**
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxApplication | typeof d.IxApplicationHeader | typeof d.IxAvatar | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxCheckbox | typeof d.IxCheckboxGroup | typeof d.IxChip | typeof d.IxCol | typeof d.IxContent | typeof d.IxContentHeader | typeof d.IxCustomField | typeof d.IxDateDropdown | typeof d.IxDateInput | typeof d.IxDatePicker | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownHeader | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEmptyState | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFieldLabel | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupItem | typeof d.IxHelperText | typeof d.IxIconButton | typeof d.IxIconToggleButton | typeof d.IxInput | typeof d.IxInputGroup | typeof d.IxKeyValue | typeof d.IxKeyValueList | typeof d.IxKpi | typeof d.IxLayoutAuto | typeof d.IxLayoutGrid | typeof d.IxLinkButton | 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.IxMenuCategory | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContent | typeof d.IxModalFooter | typeof d.IxModalHeader | typeof d.IxNumberInput | typeof d.IxPagination | typeof d.IxPane | typeof d.IxPaneLayout | typeof d.IxPill | typeof d.IxPushCard | typeof d.IxRadio | typeof d.IxRadioGroup | typeof d.IxRow | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSlider | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTextarea | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxToggleButton | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxTypography | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxApplication | typeof d.IxApplicationHeader | typeof d.IxAvatar | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxCheckbox | typeof d.IxCheckboxGroup | typeof d.IxChip | typeof d.IxCol | typeof d.IxContent | typeof d.IxContentHeader | typeof d.IxCustomField | typeof d.IxDateDropdown | typeof d.IxDateInput | typeof d.IxDatePicker | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownHeader | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEmptyState | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFieldLabel | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupItem | typeof d.IxHelperText | typeof d.IxIconButton | typeof d.IxIconToggleButton | typeof d.IxInput | typeof d.IxInputGroup | typeof d.IxKeyValue | typeof d.IxKeyValueList | typeof d.IxKpi | typeof d.IxLayoutAuto | typeof d.IxLayoutGrid | typeof d.IxLinkButton | 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.IxMenuCategory | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContent | typeof d.IxModalFooter | typeof d.IxModalHeader | typeof d.IxNumberInput | typeof d.IxPagination | typeof d.IxPane | typeof d.IxPaneLayout | typeof d.IxPill | typeof d.IxProgressIndicator | typeof d.IxPushCard | typeof d.IxRadio | typeof d.IxRadioGroup | typeof d.IxRow | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSlider | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTextarea | typeof d.IxTile | typeof d.IxTimeInput | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxToggleButton | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxTypography | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
@@ -10,9 +10,19 @@ import { Directive, HostListener } from '@angular/core';
|
|
|
10
10
|
import { ValueAccessor } from './value-accessor';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export class RadioValueAccessorBaseDirective extends ValueAccessor {
|
|
13
|
+
radioValueChangeSubscription;
|
|
13
14
|
constructor(injector, el) {
|
|
14
15
|
super(injector, el);
|
|
15
16
|
}
|
|
17
|
+
ngAfterViewInit() {
|
|
18
|
+
super.ngAfterViewInit();
|
|
19
|
+
this.handleRadioGroupValueChange();
|
|
20
|
+
}
|
|
21
|
+
handleRadioGroupValueChange() {
|
|
22
|
+
this.radioValueChangeSubscription = this.getAssignedNgControl()?.valueChanges?.subscribe((value) => {
|
|
23
|
+
this.lastValue = value;
|
|
24
|
+
});
|
|
25
|
+
}
|
|
16
26
|
writeValue(value) {
|
|
17
27
|
this.lastValue = value;
|
|
18
28
|
this.elementRef.nativeElement.checked =
|
|
@@ -22,6 +32,12 @@ export class RadioValueAccessorBaseDirective extends ValueAccessor {
|
|
|
22
32
|
handleChangeEvent(el) {
|
|
23
33
|
super.handleValueChange(el, el.value);
|
|
24
34
|
}
|
|
35
|
+
ngOnDestroy() {
|
|
36
|
+
super.ngOnDestroy();
|
|
37
|
+
if (this.radioValueChangeSubscription) {
|
|
38
|
+
this.radioValueChangeSubscription.unsubscribe();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
25
41
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RadioValueAccessorBaseDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26
42
|
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: RadioValueAccessorBaseDirective, host: { listeners: { "checkedChange": "handleChangeEvent($event.target)" } }, usesInheritance: true, ngImport: i0 });
|
|
27
43
|
}
|
|
@@ -31,4 +47,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
31
47
|
type: HostListener,
|
|
32
48
|
args: ['checkedChange', ['$event.target']]
|
|
33
49
|
}] } });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
50
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tdmFsdWUtYWNjZXNzb3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9jb21tb24vc3JjL2RpcmVjdGl2ZXMvY29udHJvbC12YWx1ZS1hY2Nlc3NvcnMvcmFkaW8tdmFsdWUtYWNjZXNzb3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7R0FPRztBQUVILE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUF3QixNQUFNLGVBQWUsQ0FBQztBQUM5RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBSWpELE1BQU0sT0FBTywrQkFBZ0MsU0FBUSxhQUFhO0lBRXhELDRCQUE0QixDQUFnQjtJQUVwRCxZQUFZLFFBQWtCLEVBQUUsRUFBYztRQUM1QyxLQUFLLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3RCLENBQUM7SUFFUSxlQUFlO1FBQ3RCLEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsMkJBQTJCLEVBQUUsQ0FBQztJQUNyQyxDQUFDO0lBRU8sMkJBQTJCO1FBQ2pDLElBQUksQ0FBQyw0QkFBNEIsR0FBRyxJQUFJLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxZQUFZLEVBQUUsU0FBUyxDQUFDLENBQUMsS0FBYSxFQUFFLEVBQUU7WUFDekcsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFDekIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRVEsVUFBVSxDQUFDLEtBQWE7UUFDL0IsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFDdkIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsT0FBTztZQUNuQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxLQUFLLEtBQUssS0FBSyxDQUFDO1FBQ2hELEtBQUssQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDN0MsQ0FBQztJQUdELGlCQUFpQixDQUFDLEVBQU87UUFDdkIsS0FBSyxDQUFDLGlCQUFpQixDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDeEMsQ0FBQztJQUVRLFdBQVc7UUFDbEIsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3BCLElBQUksSUFBSSxDQUFDLDRCQUE0QixFQUFFLENBQUM7WUFDdEMsSUFBSSxDQUFDLDRCQUE0QixDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ2xELENBQUM7SUFDSCxDQUFDOzJIQXBDVSwrQkFBK0I7K0dBQS9CLCtCQUErQjs7NEZBQS9CLCtCQUErQjtrQkFEM0MsU0FBUztzR0E0QlIsaUJBQWlCO3NCQURoQixZQUFZO3VCQUFDLGVBQWUsRUFBRSxDQUFDLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBTUERYLUZpbGVDb3B5cmlnaHRUZXh0OiAyMDI1IFNpZW1lbnMgQUdcbiAqXG4gKiBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUXG4gKlxuICogVGhpcyBzb3VyY2UgY29kZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgZm91bmQgaW4gdGhlXG4gKiBMSUNFTlNFIGZpbGUgaW4gdGhlIHJvb3QgZGlyZWN0b3J5IG9mIHRoaXMgc291cmNlIHRyZWUuXG4gKi9cblxuaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIEVsZW1lbnRSZWYsIEluamVjdG9yIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi92YWx1ZS1hY2Nlc3Nvcic7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgY2xhc3MgUmFkaW9WYWx1ZUFjY2Vzc29yQmFzZURpcmVjdGl2ZSBleHRlbmRzIFZhbHVlQWNjZXNzb3Ige1xuXG4gIHByaXZhdGUgcmFkaW9WYWx1ZUNoYW5nZVN1YnNjcmlwdGlvbj86IFN1YnNjcmlwdGlvbjtcblxuICBjb25zdHJ1Y3RvcihpbmplY3RvcjogSW5qZWN0b3IsIGVsOiBFbGVtZW50UmVmKSB7XG4gICAgc3VwZXIoaW5qZWN0b3IsIGVsKTtcbiAgfVxuXG4gIG92ZXJyaWRlIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBzdXBlci5uZ0FmdGVyVmlld0luaXQoKTtcbiAgICB0aGlzLmhhbmRsZVJhZGlvR3JvdXBWYWx1ZUNoYW5nZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBoYW5kbGVSYWRpb0dyb3VwVmFsdWVDaGFuZ2UoKTogdm9pZCB7XG4gICAgdGhpcy5yYWRpb1ZhbHVlQ2hhbmdlU3Vic2NyaXB0aW9uID0gdGhpcy5nZXRBc3NpZ25lZE5nQ29udHJvbCgpPy52YWx1ZUNoYW5nZXM/LnN1YnNjcmliZSgodmFsdWU6IHN0cmluZykgPT4ge1xuICAgICAgdGhpcy5sYXN0VmFsdWUgPSB2YWx1ZTtcbiAgICB9KTtcbiAgfVxuXG4gIG92ZXJyaWRlIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMubGFzdFZhbHVlID0gdmFsdWU7XG4gICAgdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuY2hlY2tlZCA9XG4gICAgICB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC52YWx1ZSA9PT0gdmFsdWU7XG4gICAgc3VwZXIubWFwTmdUb0l4Q2xhc3NOYW1lcyh0aGlzLmVsZW1lbnRSZWYpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignY2hlY2tlZENoYW5nZScsIFsnJGV2ZW50LnRhcmdldCddKVxuICBoYW5kbGVDaGFuZ2VFdmVudChlbDogYW55KTogdm9pZCB7XG4gICAgc3VwZXIuaGFuZGxlVmFsdWVDaGFuZ2UoZWwsIGVsLnZhbHVlKTtcbiAgfVxuXG4gIG92ZXJyaWRlIG5nT25EZXN0cm95KCkge1xuICAgIHN1cGVyLm5nT25EZXN0cm95KCk7XG4gICAgaWYgKHRoaXMucmFkaW9WYWx1ZUNoYW5nZVN1YnNjcmlwdGlvbikge1xuICAgICAgdGhpcy5yYWRpb1ZhbHVlQ2hhbmdlU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
export {};
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QuY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vY29tbW9uL3NyYy9wcm92aWRlcnMvdG9hc3QvdG9hc3QuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7O0dBT0ciLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogU1BEWC1GaWxlQ29weXJpZ2h0VGV4dDogMjAyNCBTaWVtZW5zIEFHXG4gKlxuICogU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IE1JVFxuICpcbiAqIFRoaXMgc291cmNlIGNvZGUgaXMgbGljZW5zZWQgdW5kZXIgdGhlIE1JVCBsaWNlbnNlIGZvdW5kIGluIHRoZVxuICogTElDRU5TRSBmaWxlIGluIHRoZSByb290IGRpcmVjdG9yeSBvZiB0aGlzIHNvdXJjZSB0cmVlLlxuICovXG5cbmltcG9ydCB7IFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUb2FzdENvbmZpZyBhcyBJeFRvYXN0Q29uZmlnIH0gZnJvbSAnQHNpZW1lbnMvaXgnO1xuXG5leHBvcnQgdHlwZSBUb2FzdENvbmZpZyA9IE9taXQ8SXhUb2FzdENvbmZpZywgJ21lc3NhZ2UnIHwgJ2FjdGlvbic+ICYge1xuICBtZXNzYWdlPzogc3RyaW5nIHwgVGVtcGxhdGVSZWY8YW55PjtcbiAgYWN0aW9uPzogVGVtcGxhdGVSZWY8YW55Pjtcbn07XG4iXX0=
|