@getflip/swirl-components-angular 0.185.0 → 0.186.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/.turbo/turbo-build.log +3 -5
- package/CHANGELOG.md +25 -0
- package/dist/component-library/esm2022/lib/component-library.module.mjs +35 -0
- package/dist/component-library/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +38 -0
- package/dist/component-library/{esm2020 → esm2022}/lib/stencil-generated/components.mjs +1611 -967
- package/dist/component-library/esm2022/lib/stencil-generated/select-value-accessor.mjs +35 -0
- package/dist/component-library/esm2022/lib/stencil-generated/text-value-accessor.mjs +35 -0
- package/dist/component-library/esm2022/lib/stencil-generated/value-accessor.mjs +42 -0
- package/dist/component-library/{fesm2020 → fesm2022}/getflip-swirl-components-angular.mjs +1653 -1006
- package/dist/component-library/{fesm2020 → fesm2022}/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +322 -322
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +1 -1
- package/dist/component-library/package.json +4 -10
- package/package.json +17 -17
- package/dist/component-library/esm2020/lib/component-library.module.mjs +0 -35
- package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +0 -38
- package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +0 -35
- package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +0 -35
- package/dist/component-library/esm2020/lib/stencil-generated/value-accessor.mjs +0 -40
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +0 -8340
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +0 -1
- /package/dist/component-library/{esm2020 → esm2022}/getflip-swirl-components-angular.mjs +0 -0
- /package/dist/component-library/{esm2020 → esm2022}/lib/stencil-generated/angular-component-lib/utils.mjs +0 -0
- /package/dist/component-library/{esm2020 → esm2022}/lib/stencil-generated/index.mjs +0 -0
- /package/dist/component-library/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -12,7 +12,7 @@ export declare class FileManager {
|
|
|
12
12
|
protected el: HTMLElement;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileManager, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileManager, "file-manager", never, {}, {}, never, ["*"], false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileManager, "file-manager", never, {}, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
17
17
|
export declare interface SwirlAccordion extends Components.SwirlAccordion {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export declare class SwirlAccordion {
|
|
|
25
25
|
protected el: HTMLElement;
|
|
26
26
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAccordion, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAccordion, "swirl-accordion", never, {}, {}, never, ["*"], false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAccordion, "swirl-accordion", never, {}, {}, never, ["*"], false, never>;
|
|
29
29
|
}
|
|
30
30
|
export declare interface SwirlAccordionItem extends Components.SwirlAccordionItem {
|
|
31
31
|
/**
|
|
@@ -38,7 +38,7 @@ export declare class SwirlAccordionItem {
|
|
|
38
38
|
protected el: HTMLElement;
|
|
39
39
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAccordionItem, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAccordionItem, "swirl-accordion-item", never, { "description": "description"; "disabled": "disabled"; "heading": "heading"; "headingLevel": "headingLevel"; "initiallyOpen": "initiallyOpen"; "itemId": "itemId"; }, {}, never, ["*"], false>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAccordionItem, "swirl-accordion-item", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "initiallyOpen": { "alias": "initiallyOpen"; "required": false; }; "itemId": { "alias": "itemId"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
42
42
|
}
|
|
43
43
|
export declare interface SwirlActionList extends Components.SwirlActionList {
|
|
44
44
|
}
|
|
@@ -47,7 +47,7 @@ export declare class SwirlActionList {
|
|
|
47
47
|
protected el: HTMLElement;
|
|
48
48
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionList, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionList, "swirl-action-list", never, {}, {}, never, ["*"], false>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionList, "swirl-action-list", never, {}, {}, never, ["*"], false, never>;
|
|
51
51
|
}
|
|
52
52
|
export declare interface SwirlActionListItem extends Components.SwirlActionListItem {
|
|
53
53
|
}
|
|
@@ -56,7 +56,7 @@ export declare class SwirlActionListItem {
|
|
|
56
56
|
protected el: HTMLElement;
|
|
57
57
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionListItem, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListItem, "swirl-action-list-item", never, { "badge": "badge"; "description": "description"; "disabled": "disabled"; "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "suffix": "suffix"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; }, {}, never, ["*"], false>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListItem, "swirl-action-list-item", never, { "badge": { "alias": "badge"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlAriaHaspopup": { "alias": "swirlAriaHaspopup"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
60
60
|
}
|
|
61
61
|
export declare interface SwirlActionListSection extends Components.SwirlActionListSection {
|
|
62
62
|
}
|
|
@@ -65,7 +65,7 @@ export declare class SwirlActionListSection {
|
|
|
65
65
|
protected el: HTMLElement;
|
|
66
66
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionListSection, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListSection, "swirl-action-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListSection, "swirl-action-list-section", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
69
69
|
}
|
|
70
70
|
export declare interface SwirlAppBar extends Components.SwirlAppBar {
|
|
71
71
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class SwirlAppBar {
|
|
|
90
90
|
protected el: HTMLElement;
|
|
91
91
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppBar, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppBar, "swirl-app-bar", never, { "backButtonLabel": "backButtonLabel"; "closeButtonIcon": "closeButtonIcon"; "closeButtonLabel": "closeButtonLabel"; "showBackButton": "showBackButton"; "showCloseButton": "showCloseButton"; "showStepperControls": "showStepperControls"; "stepDownButtonLabel": "stepDownButtonLabel"; "stepUpButtonLabel": "stepUpButtonLabel"; }, {}, never, ["*"], false>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppBar, "swirl-app-bar", never, { "backButtonLabel": { "alias": "backButtonLabel"; "required": false; }; "closeButtonIcon": { "alias": "closeButtonIcon"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "showStepperControls": { "alias": "showStepperControls"; "required": false; }; "stepDownButtonLabel": { "alias": "stepDownButtonLabel"; "required": false; }; "stepUpButtonLabel": { "alias": "stepUpButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
94
94
|
}
|
|
95
95
|
export declare interface SwirlAppIcon extends Components.SwirlAppIcon {
|
|
96
96
|
}
|
|
@@ -99,7 +99,7 @@ export declare class SwirlAppIcon {
|
|
|
99
99
|
protected el: HTMLElement;
|
|
100
100
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
101
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppIcon, never>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppIcon, "swirl-app-icon", never, { "icon": "icon"; "src": "src"; }, {}, never, ["*"], false>;
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppIcon, "swirl-app-icon", never, { "icon": { "alias": "icon"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
103
103
|
}
|
|
104
104
|
export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
|
|
105
105
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class SwirlAppLayout {
|
|
|
124
124
|
protected el: HTMLElement;
|
|
125
125
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
126
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppLayout, never>;
|
|
127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": "appName"; "backToNavigationViewButtonLabel": "backToNavigationViewButtonLabel"; "ctaIcon": "ctaIcon"; "ctaLabel": "ctaLabel"; "hasNavigation": "hasNavigation"; "hideAppBar": "hideAppBar"; "navigationBackButtonLabel": "navigationBackButtonLabel"; "navigationLabel": "navigationLabel"; "showNavigationBackButton": "showNavigationBackButton"; "sidebarCloseButtonLabel": "sidebarCloseButtonLabel"; "sidebarHeading": "sidebarHeading"; "transitionStyle": "transitionStyle"; }, {}, never, ["*"], false>;
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": { "alias": "appName"; "required": false; }; "backToNavigationViewButtonLabel": { "alias": "backToNavigationViewButtonLabel"; "required": false; }; "ctaIcon": { "alias": "ctaIcon"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "hasNavigation": { "alias": "hasNavigation"; "required": false; }; "hideAppBar": { "alias": "hideAppBar"; "required": false; }; "navigationBackButtonLabel": { "alias": "navigationBackButtonLabel"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "showNavigationBackButton": { "alias": "showNavigationBackButton"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarHeading": { "alias": "sidebarHeading"; "required": false; }; "transitionStyle": { "alias": "transitionStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
128
128
|
}
|
|
129
129
|
export declare interface SwirlAutocomplete extends Components.SwirlAutocomplete {
|
|
130
130
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class SwirlAutocomplete {
|
|
|
137
137
|
protected el: HTMLElement;
|
|
138
138
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
139
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAutocomplete, never>;
|
|
140
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAutocomplete, "swirl-autocomplete", never, { "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disabled": "disabled"; "generateSuggestions": "generateSuggestions"; "inline": "inline"; "invalid": "invalid"; "maxLength": "maxLength"; "menuLabel": "menuLabel"; "mode": "mode"; "multiSelect": "multiSelect"; "placeholder": "placeholder"; "required": "required"; "spellCheck": "spellCheck"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAutocomplete, "swirl-autocomplete", never, { "autoSelect": { "alias": "autoSelect"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "generateSuggestions": { "alias": "generateSuggestions"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
141
141
|
}
|
|
142
142
|
export declare interface SwirlAvatar extends Components.SwirlAvatar {
|
|
143
143
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class SwirlAvatar {
|
|
|
154
154
|
protected el: HTMLElement;
|
|
155
155
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
156
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAvatar, never>;
|
|
157
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatar, "swirl-avatar", never, { "badge": "badge"; "badgePosition": "badgePosition"; "color": "color"; "icon": "icon"; "initials": "initials"; "interactive": "interactive"; "label": "label"; "loading": "loading"; "showLabel": "showLabel"; "size": "size"; "src": "src"; "toolPosition": "toolPosition"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatar, "swirl-avatar", never, { "badge": { "alias": "badge"; "required": false; }; "badgePosition": { "alias": "badgePosition"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "toolPosition": { "alias": "toolPosition"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
158
158
|
}
|
|
159
159
|
export declare interface SwirlAvatarGroup extends Components.SwirlAvatarGroup {
|
|
160
160
|
}
|
|
@@ -163,7 +163,7 @@ export declare class SwirlAvatarGroup {
|
|
|
163
163
|
protected el: HTMLElement;
|
|
164
164
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
165
165
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAvatarGroup, never>;
|
|
166
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatarGroup, "swirl-avatar-group", never, { "badge": "badge"; }, {}, never, ["*"], false>;
|
|
166
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatarGroup, "swirl-avatar-group", never, { "badge": { "alias": "badge"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
167
167
|
}
|
|
168
168
|
export declare interface SwirlBadge extends Components.SwirlBadge {
|
|
169
169
|
}
|
|
@@ -172,7 +172,7 @@ export declare class SwirlBadge {
|
|
|
172
172
|
protected el: HTMLElement;
|
|
173
173
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBadge, never>;
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBadge, "swirl-badge", never, { "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBadge, "swirl-badge", never, { "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
176
176
|
}
|
|
177
177
|
export declare interface SwirlBanner extends Components.SwirlBanner {
|
|
178
178
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class SwirlBanner {
|
|
|
189
189
|
protected el: HTMLElement;
|
|
190
190
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
191
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBanner, never>;
|
|
192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBanner, "swirl-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; "size": "size"; }, {}, never, ["*"], false>;
|
|
192
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBanner, "swirl-banner", never, { "actionLabel": { "alias": "actionLabel"; "required": false; }; "content": { "alias": "content"; "required": false; }; "dismissLabel": { "alias": "dismissLabel"; "required": false; }; "dismissable": { "alias": "dismissable"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
193
193
|
}
|
|
194
194
|
export declare interface SwirlBox extends Components.SwirlBox {
|
|
195
195
|
}
|
|
@@ -198,7 +198,7 @@ export declare class SwirlBox {
|
|
|
198
198
|
protected el: HTMLElement;
|
|
199
199
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
200
200
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBox, never>;
|
|
201
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "basis": "basis"; "bordered": "bordered"; "borderedBlockEnd": "borderedBlockEnd"; "borderedBlockStart": "borderedBlockStart"; "borderedInlineEnd": "borderedInlineEnd"; "borderedInlineStart": "borderedInlineStart"; "bottom": "bottom"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "grow": "grow"; "height": "height"; "left": "left"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "overflow": "overflow"; "padding": "padding"; "paddingBlockEnd": "paddingBlockEnd"; "paddingBlockStart": "paddingBlockStart"; "paddingInlineEnd": "paddingInlineEnd"; "paddingInlineStart": "paddingInlineStart"; "position": "position"; "right": "right"; "shrink": "shrink"; "top": "top"; "width": "width"; "zIndex": "zIndex"; }, {}, never, ["*"], false>;
|
|
201
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "basis": { "alias": "basis"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "borderedBlockEnd": { "alias": "borderedBlockEnd"; "required": false; }; "borderedBlockStart": { "alias": "borderedBlockStart"; "required": false; }; "borderedInlineEnd": { "alias": "borderedInlineEnd"; "required": false; }; "borderedInlineStart": { "alias": "borderedInlineStart"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "centerBlock": { "alias": "centerBlock"; "required": false; }; "centerInline": { "alias": "centerInline"; "required": false; }; "cover": { "alias": "cover"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "height": { "alias": "height"; "required": false; }; "left": { "alias": "left"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "position": { "alias": "position"; "required": false; }; "right": { "alias": "right"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
202
202
|
}
|
|
203
203
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
204
204
|
}
|
|
@@ -207,7 +207,7 @@ export declare class SwirlButton {
|
|
|
207
207
|
protected el: HTMLElement;
|
|
208
208
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
209
209
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
|
|
210
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "pressed": "pressed"; "size": "size"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaCurrent": "swirlAriaCurrent"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "textAlign": "textAlign"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
210
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaCurrent": { "alias": "swirlAriaCurrent"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlAriaHaspopup": { "alias": "swirlAriaHaspopup"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
211
211
|
}
|
|
212
212
|
export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
|
|
213
213
|
}
|
|
@@ -216,7 +216,7 @@ export declare class SwirlButtonGroup {
|
|
|
216
216
|
protected el: HTMLElement;
|
|
217
217
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButtonGroup, never>;
|
|
219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": "orientation"; "segmented": "segmented"; "stretch": "stretch"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "segmented": { "alias": "segmented"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
220
220
|
}
|
|
221
221
|
export declare interface SwirlCard extends Components.SwirlCard {
|
|
222
222
|
}
|
|
@@ -225,7 +225,7 @@ export declare class SwirlCard {
|
|
|
225
225
|
protected el: HTMLElement;
|
|
226
226
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "borderRadius": "borderRadius"; "elevated": "elevated"; "elevationLevel": "elevationLevel"; "height": "height"; "highlighted": "highlighted"; "href": "href"; "imageAspectRatio": "imageAspectRatio"; "intent": "intent"; "interactive": "interactive"; "isBorderless": "isBorderless"; "justifyContent": "justifyContent"; "linkTarget": "linkTarget"; "overflow": "overflow"; "padding": "padding"; "paddingBlockEnd": "paddingBlockEnd"; "paddingBlockStart": "paddingBlockStart"; "paddingInlineEnd": "paddingInlineEnd"; "paddingInlineStart": "paddingInlineStart"; "swirlAriaLabel": "swirlAriaLabel"; "swirlAriaLabelledby": "swirlAriaLabelledby"; }, {}, never, ["*"], false>;
|
|
228
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": { "alias": "as"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "elevationLevel": { "alias": "elevationLevel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "href": { "alias": "href"; "required": false; }; "imageAspectRatio": { "alias": "imageAspectRatio"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "isBorderless": { "alias": "isBorderless"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingBlockEnd": { "alias": "paddingBlockEnd"; "required": false; }; "paddingBlockStart": { "alias": "paddingBlockStart"; "required": false; }; "paddingInlineEnd": { "alias": "paddingInlineEnd"; "required": false; }; "paddingInlineStart": { "alias": "paddingInlineStart"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "swirlAriaLabelledby": { "alias": "swirlAriaLabelledby"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
229
229
|
}
|
|
230
230
|
export declare interface SwirlCarousel extends Components.SwirlCarousel {
|
|
231
231
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class SwirlCarousel {
|
|
|
238
238
|
protected el: HTMLElement;
|
|
239
239
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
240
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCarousel, never>;
|
|
241
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarousel, "swirl-carousel", never, { "label": "label"; "loopAround": "loopAround"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
|
|
241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarousel, "swirl-carousel", never, { "label": { "alias": "label"; "required": false; }; "loopAround": { "alias": "loopAround"; "required": false; }; "nextSlideButtonLabel": { "alias": "nextSlideButtonLabel"; "required": false; }; "previousSlideButtonLabel": { "alias": "previousSlideButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
242
242
|
}
|
|
243
243
|
export declare interface SwirlCarouselSlide extends Components.SwirlCarouselSlide {
|
|
244
244
|
}
|
|
@@ -247,7 +247,7 @@ export declare class SwirlCarouselSlide {
|
|
|
247
247
|
protected el: HTMLElement;
|
|
248
248
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
249
249
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCarouselSlide, never>;
|
|
250
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarouselSlide, "swirl-carousel-slide", never, { "label": "label"; "minHeight": "minHeight"; "width": "width"; }, {}, never, ["*"], false>;
|
|
250
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarouselSlide, "swirl-carousel-slide", never, { "label": { "alias": "label"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
251
251
|
}
|
|
252
252
|
export declare interface SwirlCheckbox extends Components.SwirlCheckbox {
|
|
253
253
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class SwirlCheckbox {
|
|
|
260
260
|
protected el: HTMLElement;
|
|
261
261
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
262
262
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCheckbox, never>;
|
|
263
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCheckbox, "swirl-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "labelWeight": "labelWeight"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaLabel": "swirlAriaLabel"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
263
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCheckbox, "swirl-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelWeight": { "alias": "labelWeight"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaLabel": { "alias": "swirlAriaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
264
264
|
}
|
|
265
265
|
export declare interface SwirlChip extends Components.SwirlChip {
|
|
266
266
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class SwirlChip {
|
|
|
273
273
|
protected el: HTMLElement;
|
|
274
274
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
275
275
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlChip, never>;
|
|
276
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "borderRadius": "borderRadius"; "icon": "icon"; "iconColor": "iconColor"; "intent": "intent"; "interactive": "interactive"; "label": "label"; "pressed": "pressed"; "progress": "progress"; "progressBarLabel": "progressBarLabel"; "removable": "removable"; "removeButtonLabel": "removeButtonLabel"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
276
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "borderRadius": { "alias": "borderRadius"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "label": { "alias": "label"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressBarLabel": { "alias": "progressBarLabel"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
277
277
|
}
|
|
278
278
|
export declare interface SwirlColorInput extends Components.SwirlColorInput {
|
|
279
279
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class SwirlColorInput {
|
|
|
294
294
|
protected el: HTMLElement;
|
|
295
295
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
296
296
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlColorInput, never>;
|
|
297
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlColorInput, "swirl-color-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "pickerButtonLabel": "pickerButtonLabel"; "pickerLabel": "pickerLabel"; "placeholder": "placeholder"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
297
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlColorInput, "swirl-color-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "pickerButtonLabel": { "alias": "pickerButtonLabel"; "required": false; }; "pickerLabel": { "alias": "pickerLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
298
298
|
}
|
|
299
299
|
export declare interface SwirlColumns extends Components.SwirlColumns {
|
|
300
300
|
}
|
|
@@ -303,7 +303,7 @@ export declare class SwirlColumns {
|
|
|
303
303
|
protected el: HTMLElement;
|
|
304
304
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
305
305
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlColumns, never>;
|
|
306
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlColumns, "swirl-columns", never, { "columns": "columns"; "spacing": "spacing"; }, {}, never, ["*"], false>;
|
|
306
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlColumns, "swirl-columns", never, { "columns": { "alias": "columns"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
307
307
|
}
|
|
308
308
|
export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayout {
|
|
309
309
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class SwirlConsoleLayout {
|
|
|
320
320
|
protected el: HTMLElement;
|
|
321
321
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
322
322
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlConsoleLayout, never>;
|
|
323
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlConsoleLayout, "swirl-console-layout", never, { "appName": "appName"; "backButonLabel": "backButonLabel"; "heading": "heading"; "helpButonLabel": "helpButonLabel"; "hideNavigationButtonLabel": "hideNavigationButtonLabel"; "logoText": "logoText"; "maxContentWidth": "maxContentWidth"; "navigationLabel": "navigationLabel"; "showBackButton": "showBackButton"; "showHelpButton": "showHelpButton"; "showNavigationButtonLabel": "showNavigationButtonLabel"; "subheading": "subheading"; }, {}, never, ["*"], false>;
|
|
323
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlConsoleLayout, "swirl-console-layout", never, { "appName": { "alias": "appName"; "required": false; }; "backButonLabel": { "alias": "backButonLabel"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "helpButonLabel": { "alias": "helpButonLabel"; "required": false; }; "hideNavigationButtonLabel": { "alias": "hideNavigationButtonLabel"; "required": false; }; "logoText": { "alias": "logoText"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; }; "showNavigationButtonLabel": { "alias": "showNavigationButtonLabel"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
324
324
|
}
|
|
325
325
|
export declare interface SwirlDateInput extends Components.SwirlDateInput {
|
|
326
326
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class SwirlDateInput {
|
|
|
337
337
|
protected el: HTMLElement;
|
|
338
338
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
339
339
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDateInput, never>;
|
|
340
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDateInput, "swirl-date-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "datePickerDisableDate": "datePickerDisableDate"; "datePickerLabel": "datePickerLabel"; "datePickerTriggerLabel": "datePickerTriggerLabel"; "disabled": "disabled"; "firstDayOfWeek": "firstDayOfWeek"; "format": "format"; "inline": "inline"; "invalid": "invalid"; "labels": "labels"; "locale": "locale"; "placeholder": "placeholder"; "preferredInputMode": "preferredInputMode"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
340
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDateInput, "swirl-date-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "datePickerDisableDate": { "alias": "datePickerDisableDate"; "required": false; }; "datePickerLabel": { "alias": "datePickerLabel"; "required": false; }; "datePickerTriggerLabel": { "alias": "datePickerTriggerLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "format": { "alias": "format"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "preferredInputMode": { "alias": "preferredInputMode"; "required": false; }; "required": { "alias": "required"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
341
341
|
}
|
|
342
342
|
export declare interface SwirlDatePicker extends Components.SwirlDatePicker {
|
|
343
343
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class SwirlDatePicker {
|
|
|
350
350
|
protected el: HTMLElement;
|
|
351
351
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
352
352
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDatePicker, never>;
|
|
353
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDatePicker, "swirl-date-picker", never, { "disableDate": "disableDate"; "firstDayOfWeek": "firstDayOfWeek"; "labels": "labels"; "locale": "locale"; "range": "range"; "startDate": "startDate"; "value": "value"; }, {}, never, ["*"], false>;
|
|
353
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDatePicker, "swirl-date-picker", never, { "disableDate": { "alias": "disableDate"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "range": { "alias": "range"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
354
354
|
}
|
|
355
355
|
export declare interface SwirlDescriptionList extends Components.SwirlDescriptionList {
|
|
356
356
|
}
|
|
@@ -359,7 +359,7 @@ export declare class SwirlDescriptionList {
|
|
|
359
359
|
protected el: HTMLElement;
|
|
360
360
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
361
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDescriptionList, never>;
|
|
362
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionList, "swirl-description-list", never, {}, {}, never, ["*"], false>;
|
|
362
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionList, "swirl-description-list", never, {}, {}, never, ["*"], false, never>;
|
|
363
363
|
}
|
|
364
364
|
export declare interface SwirlDescriptionListItem extends Components.SwirlDescriptionListItem {
|
|
365
365
|
}
|
|
@@ -368,7 +368,7 @@ export declare class SwirlDescriptionListItem {
|
|
|
368
368
|
protected el: HTMLElement;
|
|
369
369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
370
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDescriptionListItem, never>;
|
|
371
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionListItem, "swirl-description-list-item", never, { "bordered": "bordered"; "maxWidth": "maxWidth"; "term": "term"; "tooltip": "tooltip"; }, {}, never, ["*"], false>;
|
|
371
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionListItem, "swirl-description-list-item", never, { "bordered": { "alias": "bordered"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "term": { "alias": "term"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
372
372
|
}
|
|
373
373
|
export declare interface SwirlDialog extends Components.SwirlDialog {
|
|
374
374
|
/**
|
|
@@ -393,7 +393,7 @@ export declare class SwirlDialog {
|
|
|
393
393
|
protected el: HTMLElement;
|
|
394
394
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
395
395
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDialog, never>;
|
|
396
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDialog, "swirl-dialog", never, { "hideLabel": "hideLabel"; "intent": "intent"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
|
|
396
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDialog, "swirl-dialog", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
397
397
|
}
|
|
398
398
|
export declare interface SwirlEmoji extends Components.SwirlEmoji {
|
|
399
399
|
}
|
|
@@ -402,7 +402,7 @@ export declare class SwirlEmoji {
|
|
|
402
402
|
protected el: HTMLElement;
|
|
403
403
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
404
404
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmoji, never>;
|
|
405
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmoji, "swirl-emoji", never, { "label": "label"; "name": "name"; "size": "size"; }, {}, never, ["*"], false>;
|
|
405
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmoji, "swirl-emoji", never, { "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
406
406
|
}
|
|
407
407
|
export declare interface SwirlEmojiClap extends Components.SwirlEmojiClap {
|
|
408
408
|
}
|
|
@@ -411,7 +411,7 @@ export declare class SwirlEmojiClap {
|
|
|
411
411
|
protected el: HTMLElement;
|
|
412
412
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
413
413
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiClap, never>;
|
|
414
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiClap, "swirl-emoji-clap", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
414
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiClap, "swirl-emoji-clap", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
415
415
|
}
|
|
416
416
|
export declare interface SwirlEmojiHappy extends Components.SwirlEmojiHappy {
|
|
417
417
|
}
|
|
@@ -420,7 +420,7 @@ export declare class SwirlEmojiHappy {
|
|
|
420
420
|
protected el: HTMLElement;
|
|
421
421
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
422
422
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiHappy, never>;
|
|
423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiHappy, "swirl-emoji-happy", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
423
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiHappy, "swirl-emoji-happy", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
424
424
|
}
|
|
425
425
|
export declare interface SwirlEmojiIdea extends Components.SwirlEmojiIdea {
|
|
426
426
|
}
|
|
@@ -429,7 +429,7 @@ export declare class SwirlEmojiIdea {
|
|
|
429
429
|
protected el: HTMLElement;
|
|
430
430
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
431
431
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiIdea, never>;
|
|
432
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiIdea, "swirl-emoji-idea", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
432
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiIdea, "swirl-emoji-idea", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
433
433
|
}
|
|
434
434
|
export declare interface SwirlEmojiLove extends Components.SwirlEmojiLove {
|
|
435
435
|
}
|
|
@@ -438,7 +438,7 @@ export declare class SwirlEmojiLove {
|
|
|
438
438
|
protected el: HTMLElement;
|
|
439
439
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
440
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiLove, never>;
|
|
441
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiLove, "swirl-emoji-love", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
441
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiLove, "swirl-emoji-love", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
442
442
|
}
|
|
443
443
|
export declare interface SwirlEmojiSad extends Components.SwirlEmojiSad {
|
|
444
444
|
}
|
|
@@ -447,7 +447,7 @@ export declare class SwirlEmojiSad {
|
|
|
447
447
|
protected el: HTMLElement;
|
|
448
448
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
449
449
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiSad, never>;
|
|
450
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiSad, "swirl-emoji-sad", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
450
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiSad, "swirl-emoji-sad", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
451
451
|
}
|
|
452
452
|
export declare interface SwirlEmojiThumbsUp extends Components.SwirlEmojiThumbsUp {
|
|
453
453
|
}
|
|
@@ -456,7 +456,7 @@ export declare class SwirlEmojiThumbsUp {
|
|
|
456
456
|
protected el: HTMLElement;
|
|
457
457
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
458
458
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmojiThumbsUp, never>;
|
|
459
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiThumbsUp, "swirl-emoji-thumbs-up", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
459
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmojiThumbsUp, "swirl-emoji-thumbs-up", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
460
460
|
}
|
|
461
461
|
export declare interface SwirlEmptyState extends Components.SwirlEmptyState {
|
|
462
462
|
}
|
|
@@ -465,7 +465,7 @@ export declare class SwirlEmptyState {
|
|
|
465
465
|
protected el: HTMLElement;
|
|
466
466
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
467
467
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmptyState, never>;
|
|
468
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmptyState, "swirl-empty-state", never, { "heading": "heading"; "illustration": "illustration"; }, {}, never, ["*"], false>;
|
|
468
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmptyState, "swirl-empty-state", never, { "heading": { "alias": "heading"; "required": false; }; "illustration": { "alias": "illustration"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
469
469
|
}
|
|
470
470
|
export declare interface SwirlFileUploader extends Components.SwirlFileUploader {
|
|
471
471
|
/**
|
|
@@ -478,7 +478,7 @@ export declare class SwirlFileUploader {
|
|
|
478
478
|
protected el: HTMLElement;
|
|
479
479
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
480
480
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileUploader, never>;
|
|
481
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileUploader, "swirl-file-uploader", never, { "accept": "accept"; "ctaLabel": "ctaLabel"; "description": "description"; "disabled": "disabled"; "dragDropLabel": "dragDropLabel"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "multiple": "multiple"; "showDropzone": "showDropzone"; "uploadButtonIcon": "uploadButtonIcon"; "uploadButtonLabel": "uploadButtonLabel"; "uploadButtonVariant": "uploadButtonVariant"; }, {}, never, ["*"], false>;
|
|
481
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileUploader, "swirl-file-uploader", never, { "accept": { "alias": "accept"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dragDropLabel": { "alias": "dragDropLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showDropzone": { "alias": "showDropzone"; "required": false; }; "uploadButtonIcon": { "alias": "uploadButtonIcon"; "required": false; }; "uploadButtonLabel": { "alias": "uploadButtonLabel"; "required": false; }; "uploadButtonVariant": { "alias": "uploadButtonVariant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
482
482
|
}
|
|
483
483
|
export declare interface SwirlFileViewer extends Components.SwirlFileViewer {
|
|
484
484
|
/**
|
|
@@ -495,7 +495,7 @@ export declare class SwirlFileViewer {
|
|
|
495
495
|
protected el: HTMLElement;
|
|
496
496
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
497
497
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewer, never>;
|
|
498
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewer, "swirl-file-viewer", never, { "active": "active"; "autoplay": "autoplay"; "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "fileName": "fileName"; "pdfWorkerSrc": "pdfWorkerSrc"; "thumbnailUrl": "thumbnailUrl"; "type": "type"; "typeUnsupportedMessage": "typeUnsupportedMessage"; "viewMode": "viewMode"; "zoom": "zoom"; }, {}, never, ["*"], false>;
|
|
498
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewer, "swirl-file-viewer", never, { "active": { "alias": "active"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; "description": { "alias": "description"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "file": { "alias": "file"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "pdfWorkerSrc": { "alias": "pdfWorkerSrc"; "required": false; }; "thumbnailUrl": { "alias": "thumbnailUrl"; "required": false; }; "type": { "alias": "type"; "required": false; }; "typeUnsupportedMessage": { "alias": "typeUnsupportedMessage"; "required": false; }; "viewMode": { "alias": "viewMode"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
499
499
|
}
|
|
500
500
|
export declare interface SwirlFileViewerAudio extends Components.SwirlFileViewerAudio {
|
|
501
501
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class SwirlFileViewerAudio {
|
|
|
508
508
|
protected el: HTMLElement;
|
|
509
509
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
510
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerAudio, never>;
|
|
511
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerAudio, "swirl-file-viewer-audio", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
|
|
511
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerAudio, "swirl-file-viewer-audio", never, { "autoplay": { "alias": "autoplay"; "required": false; }; "file": { "alias": "file"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
512
512
|
}
|
|
513
513
|
export declare interface SwirlFileViewerCsv extends Components.SwirlFileViewerCsv {
|
|
514
514
|
/**
|
|
@@ -521,7 +521,7 @@ export declare class SwirlFileViewerCsv {
|
|
|
521
521
|
protected el: HTMLElement;
|
|
522
522
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
523
523
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerCsv, never>;
|
|
524
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerCsv, "swirl-file-viewer-csv", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerCsv, "swirl-file-viewer-csv", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "file": { "alias": "file"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
525
525
|
}
|
|
526
526
|
export declare interface SwirlFileViewerImage extends Components.SwirlFileViewerImage {
|
|
527
527
|
/**
|
|
@@ -534,7 +534,7 @@ export declare class SwirlFileViewerImage {
|
|
|
534
534
|
protected el: HTMLElement;
|
|
535
535
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
536
536
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerImage, never>;
|
|
537
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerImage, "swirl-file-viewer-image", never, { "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "maxZoom": "maxZoom"; }, {}, never, ["*"], false>;
|
|
537
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerImage, "swirl-file-viewer-image", never, { "description": { "alias": "description"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "file": { "alias": "file"; "required": false; }; "maxZoom": { "alias": "maxZoom"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
538
538
|
}
|
|
539
539
|
export declare interface SwirlFileViewerPdf extends Components.SwirlFileViewerPdf {
|
|
540
540
|
/**
|
|
@@ -551,7 +551,7 @@ export declare class SwirlFileViewerPdf {
|
|
|
551
551
|
protected el: HTMLElement;
|
|
552
552
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
553
553
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerPdf, never>;
|
|
554
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerPdf, "swirl-file-viewer-pdf", never, { "errorMessage": "errorMessage"; "file": "file"; "singlePageMode": "singlePageMode"; "viewMode": "viewMode"; "workerSrc": "workerSrc"; "zoom": "zoom"; }, {}, never, ["*"], false>;
|
|
554
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerPdf, "swirl-file-viewer-pdf", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "file": { "alias": "file"; "required": false; }; "singlePageMode": { "alias": "singlePageMode"; "required": false; }; "viewMode": { "alias": "viewMode"; "required": false; }; "workerSrc": { "alias": "workerSrc"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
555
555
|
}
|
|
556
556
|
export declare interface SwirlFileViewerText extends Components.SwirlFileViewerText {
|
|
557
557
|
/**
|
|
@@ -564,7 +564,7 @@ export declare class SwirlFileViewerText {
|
|
|
564
564
|
protected el: HTMLElement;
|
|
565
565
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
566
566
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerText, never>;
|
|
567
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerText, "swirl-file-viewer-text", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
|
|
567
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerText, "swirl-file-viewer-text", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "file": { "alias": "file"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
568
568
|
}
|
|
569
569
|
export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewerVideo {
|
|
570
570
|
/**
|
|
@@ -577,7 +577,7 @@ export declare class SwirlFileViewerVideo {
|
|
|
577
577
|
protected el: HTMLElement;
|
|
578
578
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
579
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerVideo, never>;
|
|
580
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerVideo, "swirl-file-viewer-video", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
|
|
580
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerVideo, "swirl-file-viewer-video", never, { "autoplay": { "alias": "autoplay"; "required": false; }; "file": { "alias": "file"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
581
581
|
}
|
|
582
582
|
export declare interface SwirlFormControl extends Components.SwirlFormControl {
|
|
583
583
|
}
|
|
@@ -586,7 +586,7 @@ export declare class SwirlFormControl {
|
|
|
586
586
|
protected el: HTMLElement;
|
|
587
587
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
588
588
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
|
|
589
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "hideLabel": "hideLabel"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "labelPosition": "labelPosition"; "tooltip": "tooltip"; }, {}, never, ["*"], false>;
|
|
589
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
590
590
|
}
|
|
591
591
|
export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
|
|
592
592
|
}
|
|
@@ -595,7 +595,7 @@ export declare class SwirlFormGroup {
|
|
|
595
595
|
protected el: HTMLElement;
|
|
596
596
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
597
597
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormGroup, never>;
|
|
598
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormGroup, "swirl-form-group", never, { "orientation": "orientation"; }, {}, never, ["*"], false>;
|
|
598
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormGroup, "swirl-form-group", never, { "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
599
599
|
}
|
|
600
600
|
export declare interface SwirlHeading extends Components.SwirlHeading {
|
|
601
601
|
}
|
|
@@ -604,7 +604,7 @@ export declare class SwirlHeading {
|
|
|
604
604
|
protected el: HTMLElement;
|
|
605
605
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
606
606
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlHeading, never>;
|
|
607
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": "align"; "as": "as"; "balance": "balance"; "headingId": "headingId"; "level": "level"; "lines": "lines"; "text": "text"; "truncate": "truncate"; }, {}, never, ["*"], false>;
|
|
607
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": { "alias": "align"; "required": false; }; "as": { "alias": "as"; "required": false; }; "balance": { "alias": "balance"; "required": false; }; "headingId": { "alias": "headingId"; "required": false; }; "level": { "alias": "level"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "text": { "alias": "text"; "required": false; }; "truncate": { "alias": "truncate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
608
608
|
}
|
|
609
609
|
export declare interface SwirlIcon extends Components.SwirlIcon {
|
|
610
610
|
}
|
|
@@ -613,7 +613,7 @@ export declare class SwirlIcon {
|
|
|
613
613
|
protected el: HTMLElement;
|
|
614
614
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
615
615
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIcon, never>;
|
|
616
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIcon, "swirl-icon", never, { "color": "color"; "glyph": "glyph"; "size": "size"; }, {}, never, ["*"], false>;
|
|
616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIcon, "swirl-icon", never, { "color": { "alias": "color"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
617
617
|
}
|
|
618
618
|
export declare interface SwirlIconAdd extends Components.SwirlIconAdd {
|
|
619
619
|
}
|
|
@@ -622,7 +622,7 @@ export declare class SwirlIconAdd {
|
|
|
622
622
|
protected el: HTMLElement;
|
|
623
623
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
624
624
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAdd, never>;
|
|
625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdd, "swirl-icon-add", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
625
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdd, "swirl-icon-add", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
626
626
|
}
|
|
627
627
|
export declare interface SwirlIconAddModerator extends Components.SwirlIconAddModerator {
|
|
628
628
|
}
|
|
@@ -631,7 +631,7 @@ export declare class SwirlIconAddModerator {
|
|
|
631
631
|
protected el: HTMLElement;
|
|
632
632
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
633
633
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAddModerator, never>;
|
|
634
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddModerator, "swirl-icon-add-moderator", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
634
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddModerator, "swirl-icon-add-moderator", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
635
635
|
}
|
|
636
636
|
export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto {
|
|
637
637
|
}
|
|
@@ -640,7 +640,7 @@ export declare class SwirlIconAddPhoto {
|
|
|
640
640
|
protected el: HTMLElement;
|
|
641
641
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
642
642
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAddPhoto, never>;
|
|
643
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddPhoto, "swirl-icon-add-photo", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
643
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddPhoto, "swirl-icon-add-photo", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
644
644
|
}
|
|
645
645
|
export declare interface SwirlIconAddReaction extends Components.SwirlIconAddReaction {
|
|
646
646
|
}
|
|
@@ -649,7 +649,7 @@ export declare class SwirlIconAddReaction {
|
|
|
649
649
|
protected el: HTMLElement;
|
|
650
650
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
651
651
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAddReaction, never>;
|
|
652
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddReaction, "swirl-icon-add-reaction", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
652
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddReaction, "swirl-icon-add-reaction", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
653
653
|
}
|
|
654
654
|
export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIconAdminPanelSettings {
|
|
655
655
|
}
|
|
@@ -658,7 +658,7 @@ export declare class SwirlIconAdminPanelSettings {
|
|
|
658
658
|
protected el: HTMLElement;
|
|
659
659
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
660
660
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAdminPanelSettings, never>;
|
|
661
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdminPanelSettings, "swirl-icon-admin-panel-settings", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
661
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdminPanelSettings, "swirl-icon-admin-panel-settings", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
662
662
|
}
|
|
663
663
|
export declare interface SwirlIconAi extends Components.SwirlIconAi {
|
|
664
664
|
}
|
|
@@ -667,7 +667,7 @@ export declare class SwirlIconAi {
|
|
|
667
667
|
protected el: HTMLElement;
|
|
668
668
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
669
669
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAi, never>;
|
|
670
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAi, "swirl-icon-ai", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
670
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAi, "swirl-icon-ai", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
671
671
|
}
|
|
672
672
|
export declare interface SwirlIconApps extends Components.SwirlIconApps {
|
|
673
673
|
}
|
|
@@ -676,7 +676,7 @@ export declare class SwirlIconApps {
|
|
|
676
676
|
protected el: HTMLElement;
|
|
677
677
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
678
678
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconApps, never>;
|
|
679
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconApps, "swirl-icon-apps", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
679
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconApps, "swirl-icon-apps", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
680
680
|
}
|
|
681
681
|
export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBack {
|
|
682
682
|
}
|
|
@@ -685,7 +685,7 @@ export declare class SwirlIconArrowBack {
|
|
|
685
685
|
protected el: HTMLElement;
|
|
686
686
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
687
687
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowBack, never>;
|
|
688
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowBack, "swirl-icon-arrow-back", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowBack, "swirl-icon-arrow-back", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
689
689
|
}
|
|
690
690
|
export declare interface SwirlIconArrowDownward extends Components.SwirlIconArrowDownward {
|
|
691
691
|
}
|
|
@@ -694,7 +694,7 @@ export declare class SwirlIconArrowDownward {
|
|
|
694
694
|
protected el: HTMLElement;
|
|
695
695
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
696
696
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowDownward, never>;
|
|
697
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowDownward, "swirl-icon-arrow-downward", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
697
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowDownward, "swirl-icon-arrow-downward", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
698
698
|
}
|
|
699
699
|
export declare interface SwirlIconArrowForward extends Components.SwirlIconArrowForward {
|
|
700
700
|
}
|
|
@@ -703,7 +703,7 @@ export declare class SwirlIconArrowForward {
|
|
|
703
703
|
protected el: HTMLElement;
|
|
704
704
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
705
705
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowForward, never>;
|
|
706
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowForward, "swirl-icon-arrow-forward", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
706
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowForward, "swirl-icon-arrow-forward", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
707
707
|
}
|
|
708
708
|
export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLeft {
|
|
709
709
|
}
|
|
@@ -712,7 +712,7 @@ export declare class SwirlIconArrowLeft {
|
|
|
712
712
|
protected el: HTMLElement;
|
|
713
713
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
714
714
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowLeft, never>;
|
|
715
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowLeft, "swirl-icon-arrow-left", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowLeft, "swirl-icon-arrow-left", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
716
716
|
}
|
|
717
717
|
export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRight {
|
|
718
718
|
}
|
|
@@ -721,7 +721,7 @@ export declare class SwirlIconArrowRight {
|
|
|
721
721
|
protected el: HTMLElement;
|
|
722
722
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
723
723
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowRight, never>;
|
|
724
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRight, "swirl-icon-arrow-right", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
724
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRight, "swirl-icon-arrow-right", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
725
725
|
}
|
|
726
726
|
export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconArrowRightSmall {
|
|
727
727
|
}
|
|
@@ -730,7 +730,7 @@ export declare class SwirlIconArrowRightSmall {
|
|
|
730
730
|
protected el: HTMLElement;
|
|
731
731
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
732
732
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowRightSmall, never>;
|
|
733
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRightSmall, "swirl-icon-arrow-right-small", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
733
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRightSmall, "swirl-icon-arrow-right-small", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
734
734
|
}
|
|
735
735
|
export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowUpward {
|
|
736
736
|
}
|
|
@@ -739,7 +739,7 @@ export declare class SwirlIconArrowUpward {
|
|
|
739
739
|
protected el: HTMLElement;
|
|
740
740
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
741
741
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowUpward, never>;
|
|
742
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowUpward, "swirl-icon-arrow-upward", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
742
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowUpward, "swirl-icon-arrow-upward", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
743
743
|
}
|
|
744
744
|
export declare interface SwirlIconAttachment extends Components.SwirlIconAttachment {
|
|
745
745
|
}
|
|
@@ -748,7 +748,7 @@ export declare class SwirlIconAttachment {
|
|
|
748
748
|
protected el: HTMLElement;
|
|
749
749
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
750
750
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAttachment, never>;
|
|
751
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAttachment, "swirl-icon-attachment", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
751
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAttachment, "swirl-icon-attachment", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
752
752
|
}
|
|
753
753
|
export declare interface SwirlIconBarChart extends Components.SwirlIconBarChart {
|
|
754
754
|
}
|
|
@@ -757,7 +757,7 @@ export declare class SwirlIconBarChart {
|
|
|
757
757
|
protected el: HTMLElement;
|
|
758
758
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
759
759
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconBarChart, never>;
|
|
760
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBarChart, "swirl-icon-bar-chart", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
760
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBarChart, "swirl-icon-bar-chart", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
761
761
|
}
|
|
762
762
|
export declare interface SwirlIconBlock extends Components.SwirlIconBlock {
|
|
763
763
|
}
|
|
@@ -766,7 +766,7 @@ export declare class SwirlIconBlock {
|
|
|
766
766
|
protected el: HTMLElement;
|
|
767
767
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
768
768
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconBlock, never>;
|
|
769
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBlock, "swirl-icon-block", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
769
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBlock, "swirl-icon-block", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
770
770
|
}
|
|
771
771
|
export declare interface SwirlIconBookmark extends Components.SwirlIconBookmark {
|
|
772
772
|
}
|
|
@@ -775,7 +775,7 @@ export declare class SwirlIconBookmark {
|
|
|
775
775
|
protected el: HTMLElement;
|
|
776
776
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
777
777
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconBookmark, never>;
|
|
778
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBookmark, "swirl-icon-bookmark", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBookmark, "swirl-icon-bookmark", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
779
779
|
}
|
|
780
780
|
export declare interface SwirlIconBookmarkFilled extends Components.SwirlIconBookmarkFilled {
|
|
781
781
|
}
|
|
@@ -784,7 +784,7 @@ export declare class SwirlIconBookmarkFilled {
|
|
|
784
784
|
protected el: HTMLElement;
|
|
785
785
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
786
786
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconBookmarkFilled, never>;
|
|
787
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBookmarkFilled, "swirl-icon-bookmark-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
787
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBookmarkFilled, "swirl-icon-bookmark-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
788
788
|
}
|
|
789
789
|
export declare interface SwirlIconCancel extends Components.SwirlIconCancel {
|
|
790
790
|
}
|
|
@@ -793,7 +793,7 @@ export declare class SwirlIconCancel {
|
|
|
793
793
|
protected el: HTMLElement;
|
|
794
794
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
795
795
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCancel, never>;
|
|
796
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCancel, "swirl-icon-cancel", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
796
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCancel, "swirl-icon-cancel", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
797
797
|
}
|
|
798
798
|
export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble {
|
|
799
799
|
}
|
|
@@ -802,7 +802,7 @@ export declare class SwirlIconChatBubble {
|
|
|
802
802
|
protected el: HTMLElement;
|
|
803
803
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
804
804
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChatBubble, never>;
|
|
805
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatBubble, "swirl-icon-chat-bubble", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
805
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatBubble, "swirl-icon-chat-bubble", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
806
806
|
}
|
|
807
807
|
export declare interface SwirlIconChats extends Components.SwirlIconChats {
|
|
808
808
|
}
|
|
@@ -811,7 +811,7 @@ export declare class SwirlIconChats {
|
|
|
811
811
|
protected el: HTMLElement;
|
|
812
812
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
813
813
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChats, never>;
|
|
814
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChats, "swirl-icon-chats", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
814
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChats, "swirl-icon-chats", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
815
815
|
}
|
|
816
816
|
export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {
|
|
817
817
|
}
|
|
@@ -820,7 +820,7 @@ export declare class SwirlIconChatsFilled {
|
|
|
820
820
|
protected el: HTMLElement;
|
|
821
821
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
822
822
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChatsFilled, never>;
|
|
823
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatsFilled, "swirl-icon-chats-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
823
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatsFilled, "swirl-icon-chats-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
824
824
|
}
|
|
825
825
|
export declare interface SwirlIconCheck extends Components.SwirlIconCheck {
|
|
826
826
|
}
|
|
@@ -829,7 +829,7 @@ export declare class SwirlIconCheck {
|
|
|
829
829
|
protected el: HTMLElement;
|
|
830
830
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
831
831
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheck, never>;
|
|
832
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheck, "swirl-icon-check", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
832
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheck, "swirl-icon-check", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
833
833
|
}
|
|
834
834
|
export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle {
|
|
835
835
|
}
|
|
@@ -838,7 +838,7 @@ export declare class SwirlIconCheckCircle {
|
|
|
838
838
|
protected el: HTMLElement;
|
|
839
839
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
840
840
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckCircle, never>;
|
|
841
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckCircle, "swirl-icon-check-circle", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
841
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckCircle, "swirl-icon-check-circle", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
842
842
|
}
|
|
843
843
|
export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall {
|
|
844
844
|
}
|
|
@@ -847,7 +847,7 @@ export declare class SwirlIconCheckSmall {
|
|
|
847
847
|
protected el: HTMLElement;
|
|
848
848
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
849
849
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckSmall, never>;
|
|
850
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckSmall, "swirl-icon-check-small", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
850
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckSmall, "swirl-icon-check-small", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
851
851
|
}
|
|
852
852
|
export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong {
|
|
853
853
|
}
|
|
@@ -856,7 +856,7 @@ export declare class SwirlIconCheckStrong {
|
|
|
856
856
|
protected el: HTMLElement;
|
|
857
857
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
858
858
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckStrong, never>;
|
|
859
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckStrong, "swirl-icon-check-strong", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
859
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckStrong, "swirl-icon-check-strong", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
860
860
|
}
|
|
861
861
|
export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft {
|
|
862
862
|
}
|
|
@@ -865,7 +865,7 @@ export declare class SwirlIconChevronLeft {
|
|
|
865
865
|
protected el: HTMLElement;
|
|
866
866
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
867
867
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChevronLeft, never>;
|
|
868
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronLeft, "swirl-icon-chevron-left", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
868
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronLeft, "swirl-icon-chevron-left", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
869
869
|
}
|
|
870
870
|
export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight {
|
|
871
871
|
}
|
|
@@ -874,7 +874,7 @@ export declare class SwirlIconChevronRight {
|
|
|
874
874
|
protected el: HTMLElement;
|
|
875
875
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
876
876
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChevronRight, never>;
|
|
877
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronRight, "swirl-icon-chevron-right", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
877
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronRight, "swirl-icon-chevron-right", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
878
878
|
}
|
|
879
879
|
export declare interface SwirlIconClose extends Components.SwirlIconClose {
|
|
880
880
|
}
|
|
@@ -883,7 +883,7 @@ export declare class SwirlIconClose {
|
|
|
883
883
|
protected el: HTMLElement;
|
|
884
884
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
885
885
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconClose, never>;
|
|
886
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconClose, "swirl-icon-close", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
886
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconClose, "swirl-icon-close", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
887
887
|
}
|
|
888
888
|
export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall {
|
|
889
889
|
}
|
|
@@ -892,7 +892,7 @@ export declare class SwirlIconCloseSmall {
|
|
|
892
892
|
protected el: HTMLElement;
|
|
893
893
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
894
894
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCloseSmall, never>;
|
|
895
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloseSmall, "swirl-icon-close-small", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
895
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloseSmall, "swirl-icon-close-small", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
896
896
|
}
|
|
897
897
|
export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload {
|
|
898
898
|
}
|
|
@@ -901,7 +901,7 @@ export declare class SwirlIconCloudUpload {
|
|
|
901
901
|
protected el: HTMLElement;
|
|
902
902
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
903
903
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCloudUpload, never>;
|
|
904
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloudUpload, "swirl-icon-cloud-upload", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
904
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloudUpload, "swirl-icon-cloud-upload", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
905
905
|
}
|
|
906
906
|
export declare interface SwirlIconColumn extends Components.SwirlIconColumn {
|
|
907
907
|
}
|
|
@@ -910,7 +910,7 @@ export declare class SwirlIconColumn {
|
|
|
910
910
|
protected el: HTMLElement;
|
|
911
911
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
912
912
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconColumn, never>;
|
|
913
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconColumn, "swirl-icon-column", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
913
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconColumn, "swirl-icon-column", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
914
914
|
}
|
|
915
915
|
export declare interface SwirlIconComment extends Components.SwirlIconComment {
|
|
916
916
|
}
|
|
@@ -919,7 +919,7 @@ export declare class SwirlIconComment {
|
|
|
919
919
|
protected el: HTMLElement;
|
|
920
920
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
921
921
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconComment, never>;
|
|
922
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconComment, "swirl-icon-comment", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
922
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconComment, "swirl-icon-comment", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
923
923
|
}
|
|
924
924
|
export declare interface SwirlIconCopy extends Components.SwirlIconCopy {
|
|
925
925
|
}
|
|
@@ -928,7 +928,7 @@ export declare class SwirlIconCopy {
|
|
|
928
928
|
protected el: HTMLElement;
|
|
929
929
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
930
930
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCopy, never>;
|
|
931
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCopy, "swirl-icon-copy", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
931
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCopy, "swirl-icon-copy", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
932
932
|
}
|
|
933
933
|
export declare interface SwirlIconDarkMode extends Components.SwirlIconDarkMode {
|
|
934
934
|
}
|
|
@@ -937,7 +937,7 @@ export declare class SwirlIconDarkMode {
|
|
|
937
937
|
protected el: HTMLElement;
|
|
938
938
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
939
939
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDarkMode, never>;
|
|
940
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDarkMode, "swirl-icon-dark-mode", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
940
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDarkMode, "swirl-icon-dark-mode", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
941
941
|
}
|
|
942
942
|
export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange {
|
|
943
943
|
}
|
|
@@ -946,7 +946,7 @@ export declare class SwirlIconDateRange {
|
|
|
946
946
|
protected el: HTMLElement;
|
|
947
947
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
948
948
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDateRange, never>;
|
|
949
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDateRange, "swirl-icon-date-range", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
949
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDateRange, "swirl-icon-date-range", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
950
950
|
}
|
|
951
951
|
export declare interface SwirlIconDelete extends Components.SwirlIconDelete {
|
|
952
952
|
}
|
|
@@ -955,7 +955,7 @@ export declare class SwirlIconDelete {
|
|
|
955
955
|
protected el: HTMLElement;
|
|
956
956
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
957
957
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDelete, never>;
|
|
958
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDelete, "swirl-icon-delete", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
958
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDelete, "swirl-icon-delete", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
959
959
|
}
|
|
960
960
|
export declare interface SwirlIconDescription extends Components.SwirlIconDescription {
|
|
961
961
|
}
|
|
@@ -964,7 +964,7 @@ export declare class SwirlIconDescription {
|
|
|
964
964
|
protected el: HTMLElement;
|
|
965
965
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
966
966
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDescription, never>;
|
|
967
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDescription, "swirl-icon-description", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
967
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDescription, "swirl-icon-description", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
968
968
|
}
|
|
969
969
|
export declare interface SwirlIconDesktop extends Components.SwirlIconDesktop {
|
|
970
970
|
}
|
|
@@ -973,7 +973,7 @@ export declare class SwirlIconDesktop {
|
|
|
973
973
|
protected el: HTMLElement;
|
|
974
974
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
975
975
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDesktop, never>;
|
|
976
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDesktop, "swirl-icon-desktop", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
976
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDesktop, "swirl-icon-desktop", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
977
977
|
}
|
|
978
978
|
export declare interface SwirlIconDirectory extends Components.SwirlIconDirectory {
|
|
979
979
|
}
|
|
@@ -982,7 +982,7 @@ export declare class SwirlIconDirectory {
|
|
|
982
982
|
protected el: HTMLElement;
|
|
983
983
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
984
984
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDirectory, never>;
|
|
985
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDirectory, "swirl-icon-directory", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
985
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDirectory, "swirl-icon-directory", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
986
986
|
}
|
|
987
987
|
export declare interface SwirlIconDirectoryFilled extends Components.SwirlIconDirectoryFilled {
|
|
988
988
|
}
|
|
@@ -991,7 +991,7 @@ export declare class SwirlIconDirectoryFilled {
|
|
|
991
991
|
protected el: HTMLElement;
|
|
992
992
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
993
993
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDirectoryFilled, never>;
|
|
994
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDirectoryFilled, "swirl-icon-directory-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
994
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDirectoryFilled, "swirl-icon-directory-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
995
995
|
}
|
|
996
996
|
export declare interface SwirlIconDiscover extends Components.SwirlIconDiscover {
|
|
997
997
|
}
|
|
@@ -1000,7 +1000,7 @@ export declare class SwirlIconDiscover {
|
|
|
1000
1000
|
protected el: HTMLElement;
|
|
1001
1001
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1002
1002
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDiscover, never>;
|
|
1003
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDiscover, "swirl-icon-discover", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1003
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDiscover, "swirl-icon-discover", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1004
1004
|
}
|
|
1005
1005
|
export declare interface SwirlIconDockLeft extends Components.SwirlIconDockLeft {
|
|
1006
1006
|
}
|
|
@@ -1009,7 +1009,7 @@ export declare class SwirlIconDockLeft {
|
|
|
1009
1009
|
protected el: HTMLElement;
|
|
1010
1010
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1011
1011
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDockLeft, never>;
|
|
1012
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDockLeft, "swirl-icon-dock-left", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1012
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDockLeft, "swirl-icon-dock-left", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1013
1013
|
}
|
|
1014
1014
|
export declare interface SwirlIconDot extends Components.SwirlIconDot {
|
|
1015
1015
|
}
|
|
@@ -1018,7 +1018,7 @@ export declare class SwirlIconDot {
|
|
|
1018
1018
|
protected el: HTMLElement;
|
|
1019
1019
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1020
1020
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDot, never>;
|
|
1021
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDot, "swirl-icon-dot", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1021
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDot, "swirl-icon-dot", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1022
1022
|
}
|
|
1023
1023
|
export declare interface SwirlIconDoubleArrowLeft extends Components.SwirlIconDoubleArrowLeft {
|
|
1024
1024
|
}
|
|
@@ -1027,7 +1027,7 @@ export declare class SwirlIconDoubleArrowLeft {
|
|
|
1027
1027
|
protected el: HTMLElement;
|
|
1028
1028
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1029
1029
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDoubleArrowLeft, never>;
|
|
1030
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDoubleArrowLeft, "swirl-icon-double-arrow-left", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1030
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDoubleArrowLeft, "swirl-icon-double-arrow-left", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1031
1031
|
}
|
|
1032
1032
|
export declare interface SwirlIconDoubleArrowRight extends Components.SwirlIconDoubleArrowRight {
|
|
1033
1033
|
}
|
|
@@ -1036,7 +1036,7 @@ export declare class SwirlIconDoubleArrowRight {
|
|
|
1036
1036
|
protected el: HTMLElement;
|
|
1037
1037
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1038
1038
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDoubleArrowRight, never>;
|
|
1039
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDoubleArrowRight, "swirl-icon-double-arrow-right", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1039
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDoubleArrowRight, "swirl-icon-double-arrow-right", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1040
1040
|
}
|
|
1041
1041
|
export declare interface SwirlIconDownload extends Components.SwirlIconDownload {
|
|
1042
1042
|
}
|
|
@@ -1045,7 +1045,7 @@ export declare class SwirlIconDownload {
|
|
|
1045
1045
|
protected el: HTMLElement;
|
|
1046
1046
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1047
1047
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDownload, never>;
|
|
1048
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDownload, "swirl-icon-download", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1048
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDownload, "swirl-icon-download", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1049
1049
|
}
|
|
1050
1050
|
export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHandle {
|
|
1051
1051
|
}
|
|
@@ -1054,7 +1054,7 @@ export declare class SwirlIconDragHandle {
|
|
|
1054
1054
|
protected el: HTMLElement;
|
|
1055
1055
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1056
1056
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDragHandle, never>;
|
|
1057
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDragHandle, "swirl-icon-drag-handle", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1057
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDragHandle, "swirl-icon-drag-handle", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1058
1058
|
}
|
|
1059
1059
|
export declare interface SwirlIconEdit extends Components.SwirlIconEdit {
|
|
1060
1060
|
}
|
|
@@ -1063,7 +1063,7 @@ export declare class SwirlIconEdit {
|
|
|
1063
1063
|
protected el: HTMLElement;
|
|
1064
1064
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1065
1065
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEdit, never>;
|
|
1066
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEdit, "swirl-icon-edit", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1066
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEdit, "swirl-icon-edit", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1067
1067
|
}
|
|
1068
1068
|
export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood {
|
|
1069
1069
|
}
|
|
@@ -1072,7 +1072,7 @@ export declare class SwirlIconEmojiMood {
|
|
|
1072
1072
|
protected el: HTMLElement;
|
|
1073
1073
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1074
1074
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiMood, never>;
|
|
1075
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiMood, "swirl-icon-emoji-mood", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1075
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiMood, "swirl-icon-emoji-mood", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1076
1076
|
}
|
|
1077
1077
|
export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied {
|
|
1078
1078
|
}
|
|
@@ -1081,7 +1081,7 @@ export declare class SwirlIconEmojiSatisfied {
|
|
|
1081
1081
|
protected el: HTMLElement;
|
|
1082
1082
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1083
1083
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiSatisfied, never>;
|
|
1084
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiSatisfied, "swirl-icon-emoji-satisfied", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1084
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiSatisfied, "swirl-icon-emoji-satisfied", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1085
1085
|
}
|
|
1086
1086
|
export declare interface SwirlIconError extends Components.SwirlIconError {
|
|
1087
1087
|
}
|
|
@@ -1090,7 +1090,7 @@ export declare class SwirlIconError {
|
|
|
1090
1090
|
protected el: HTMLElement;
|
|
1091
1091
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1092
1092
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconError, never>;
|
|
1093
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconError, "swirl-icon-error", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1093
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconError, "swirl-icon-error", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1094
1094
|
}
|
|
1095
1095
|
export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess {
|
|
1096
1096
|
}
|
|
@@ -1099,7 +1099,7 @@ export declare class SwirlIconExpandLess {
|
|
|
1099
1099
|
protected el: HTMLElement;
|
|
1100
1100
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1101
1101
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandLess, never>;
|
|
1102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandLess, "swirl-icon-expand-less", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandLess, "swirl-icon-expand-less", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1103
1103
|
}
|
|
1104
1104
|
export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore {
|
|
1105
1105
|
}
|
|
@@ -1108,7 +1108,7 @@ export declare class SwirlIconExpandMore {
|
|
|
1108
1108
|
protected el: HTMLElement;
|
|
1109
1109
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1110
1110
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandMore, never>;
|
|
1111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandMore, "swirl-icon-expand-more", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandMore, "swirl-icon-expand-more", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1112
1112
|
}
|
|
1113
1113
|
export declare interface SwirlIconFile extends Components.SwirlIconFile {
|
|
1114
1114
|
}
|
|
@@ -1117,7 +1117,7 @@ export declare class SwirlIconFile {
|
|
|
1117
1117
|
protected el: HTMLElement;
|
|
1118
1118
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1119
1119
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFile, never>;
|
|
1120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFile, "swirl-icon-file", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFile, "swirl-icon-file", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1121
1121
|
}
|
|
1122
1122
|
export declare interface SwirlIconFileCopy extends Components.SwirlIconFileCopy {
|
|
1123
1123
|
}
|
|
@@ -1126,7 +1126,7 @@ export declare class SwirlIconFileCopy {
|
|
|
1126
1126
|
protected el: HTMLElement;
|
|
1127
1127
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1128
1128
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFileCopy, never>;
|
|
1129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFileCopy, "swirl-icon-file-copy", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFileCopy, "swirl-icon-file-copy", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1130
1130
|
}
|
|
1131
1131
|
export declare interface SwirlIconFilter extends Components.SwirlIconFilter {
|
|
1132
1132
|
}
|
|
@@ -1135,7 +1135,7 @@ export declare class SwirlIconFilter {
|
|
|
1135
1135
|
protected el: HTMLElement;
|
|
1136
1136
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1137
1137
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFilter, never>;
|
|
1138
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFilter, "swirl-icon-filter", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFilter, "swirl-icon-filter", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1139
1139
|
}
|
|
1140
1140
|
export declare interface SwirlIconFolder extends Components.SwirlIconFolder {
|
|
1141
1141
|
}
|
|
@@ -1144,7 +1144,7 @@ export declare class SwirlIconFolder {
|
|
|
1144
1144
|
protected el: HTMLElement;
|
|
1145
1145
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1146
1146
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFolder, never>;
|
|
1147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolder, "swirl-icon-folder", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1147
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolder, "swirl-icon-folder", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1148
1148
|
}
|
|
1149
1149
|
export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared {
|
|
1150
1150
|
}
|
|
@@ -1153,7 +1153,7 @@ export declare class SwirlIconFolderShared {
|
|
|
1153
1153
|
protected el: HTMLElement;
|
|
1154
1154
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1155
1155
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFolderShared, never>;
|
|
1156
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolderShared, "swirl-icon-folder-shared", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1156
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolderShared, "swirl-icon-folder-shared", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1157
1157
|
}
|
|
1158
1158
|
export declare interface SwirlIconFormatHOne extends Components.SwirlIconFormatHOne {
|
|
1159
1159
|
}
|
|
@@ -1162,7 +1162,7 @@ export declare class SwirlIconFormatHOne {
|
|
|
1162
1162
|
protected el: HTMLElement;
|
|
1163
1163
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1164
1164
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFormatHOne, never>;
|
|
1165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFormatHOne, "swirl-icon-format-h-one", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFormatHOne, "swirl-icon-format-h-one", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1166
1166
|
}
|
|
1167
1167
|
export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen {
|
|
1168
1168
|
}
|
|
@@ -1171,7 +1171,7 @@ export declare class SwirlIconFullscreen {
|
|
|
1171
1171
|
protected el: HTMLElement;
|
|
1172
1172
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1173
1173
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreen, never>;
|
|
1174
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreen, "swirl-icon-fullscreen", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1174
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreen, "swirl-icon-fullscreen", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1175
1175
|
}
|
|
1176
1176
|
export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit {
|
|
1177
1177
|
}
|
|
@@ -1180,7 +1180,7 @@ export declare class SwirlIconFullscreenExit {
|
|
|
1180
1180
|
protected el: HTMLElement;
|
|
1181
1181
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1182
1182
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreenExit, never>;
|
|
1183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreenExit, "swirl-icon-fullscreen-exit", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreenExit, "swirl-icon-fullscreen-exit", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1184
1184
|
}
|
|
1185
1185
|
export declare interface SwirlIconGif extends Components.SwirlIconGif {
|
|
1186
1186
|
}
|
|
@@ -1189,7 +1189,7 @@ export declare class SwirlIconGif {
|
|
|
1189
1189
|
protected el: HTMLElement;
|
|
1190
1190
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1191
1191
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGif, never>;
|
|
1192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGif, "swirl-icon-gif", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1192
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGif, "swirl-icon-gif", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1193
1193
|
}
|
|
1194
1194
|
export declare interface SwirlIconGroupAdd extends Components.SwirlIconGroupAdd {
|
|
1195
1195
|
}
|
|
@@ -1198,7 +1198,7 @@ export declare class SwirlIconGroupAdd {
|
|
|
1198
1198
|
protected el: HTMLElement;
|
|
1199
1199
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1200
1200
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupAdd, never>;
|
|
1201
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAdd, "swirl-icon-group-add", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1201
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAdd, "swirl-icon-group-add", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1202
1202
|
}
|
|
1203
1203
|
export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign {
|
|
1204
1204
|
}
|
|
@@ -1207,7 +1207,7 @@ export declare class SwirlIconGroupAssign {
|
|
|
1207
1207
|
protected el: HTMLElement;
|
|
1208
1208
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1209
1209
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupAssign, never>;
|
|
1210
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAssign, "swirl-icon-group-assign", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1210
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAssign, "swirl-icon-group-assign", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1211
1211
|
}
|
|
1212
1212
|
export declare interface SwirlIconGroups extends Components.SwirlIconGroups {
|
|
1213
1213
|
}
|
|
@@ -1216,7 +1216,7 @@ export declare class SwirlIconGroups {
|
|
|
1216
1216
|
protected el: HTMLElement;
|
|
1217
1217
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1218
1218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroups, never>;
|
|
1219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroups, "swirl-icon-groups", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroups, "swirl-icon-groups", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1220
1220
|
}
|
|
1221
1221
|
export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {
|
|
1222
1222
|
}
|
|
@@ -1225,7 +1225,7 @@ export declare class SwirlIconGroupsFilled {
|
|
|
1225
1225
|
protected el: HTMLElement;
|
|
1226
1226
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1227
1227
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsFilled, never>;
|
|
1228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsFilled, "swirl-icon-groups-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1228
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsFilled, "swirl-icon-groups-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1229
1229
|
}
|
|
1230
1230
|
export declare interface SwirlIconHamburgerMenu extends Components.SwirlIconHamburgerMenu {
|
|
1231
1231
|
}
|
|
@@ -1234,7 +1234,7 @@ export declare class SwirlIconHamburgerMenu {
|
|
|
1234
1234
|
protected el: HTMLElement;
|
|
1235
1235
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1236
1236
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHamburgerMenu, never>;
|
|
1237
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHamburgerMenu, "swirl-icon-hamburger-menu", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1237
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHamburgerMenu, "swirl-icon-hamburger-menu", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1238
1238
|
}
|
|
1239
1239
|
export declare interface SwirlIconHelp extends Components.SwirlIconHelp {
|
|
1240
1240
|
}
|
|
@@ -1243,7 +1243,7 @@ export declare class SwirlIconHelp {
|
|
|
1243
1243
|
protected el: HTMLElement;
|
|
1244
1244
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1245
1245
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHelp, never>;
|
|
1246
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHelp, "swirl-icon-help", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1246
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHelp, "swirl-icon-help", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1247
1247
|
}
|
|
1248
1248
|
export declare interface SwirlIconHighlight extends Components.SwirlIconHighlight {
|
|
1249
1249
|
}
|
|
@@ -1252,7 +1252,7 @@ export declare class SwirlIconHighlight {
|
|
|
1252
1252
|
protected el: HTMLElement;
|
|
1253
1253
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1254
1254
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHighlight, never>;
|
|
1255
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHighlight, "swirl-icon-highlight", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1255
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHighlight, "swirl-icon-highlight", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1256
1256
|
}
|
|
1257
1257
|
export declare interface SwirlIconHome extends Components.SwirlIconHome {
|
|
1258
1258
|
}
|
|
@@ -1261,7 +1261,7 @@ export declare class SwirlIconHome {
|
|
|
1261
1261
|
protected el: HTMLElement;
|
|
1262
1262
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1263
1263
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHome, never>;
|
|
1264
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHome, "swirl-icon-home", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1264
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHome, "swirl-icon-home", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1265
1265
|
}
|
|
1266
1266
|
export declare interface SwirlIconImage extends Components.SwirlIconImage {
|
|
1267
1267
|
}
|
|
@@ -1270,7 +1270,7 @@ export declare class SwirlIconImage {
|
|
|
1270
1270
|
protected el: HTMLElement;
|
|
1271
1271
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1272
1272
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconImage, never>;
|
|
1273
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImage, "swirl-icon-image", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1273
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImage, "swirl-icon-image", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1274
1274
|
}
|
|
1275
1275
|
export declare interface SwirlIconImproveText extends Components.SwirlIconImproveText {
|
|
1276
1276
|
}
|
|
@@ -1279,7 +1279,7 @@ export declare class SwirlIconImproveText {
|
|
|
1279
1279
|
protected el: HTMLElement;
|
|
1280
1280
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1281
1281
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconImproveText, never>;
|
|
1282
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImproveText, "swirl-icon-improve-text", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1282
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImproveText, "swirl-icon-improve-text", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1283
1283
|
}
|
|
1284
1284
|
export declare interface SwirlIconInfo extends Components.SwirlIconInfo {
|
|
1285
1285
|
}
|
|
@@ -1288,7 +1288,7 @@ export declare class SwirlIconInfo {
|
|
|
1288
1288
|
protected el: HTMLElement;
|
|
1289
1289
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1290
1290
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInfo, never>;
|
|
1291
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInfo, "swirl-icon-info", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInfo, "swirl-icon-info", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1292
1292
|
}
|
|
1293
1293
|
export declare interface SwirlIconInsertBelow extends Components.SwirlIconInsertBelow {
|
|
1294
1294
|
}
|
|
@@ -1297,7 +1297,7 @@ export declare class SwirlIconInsertBelow {
|
|
|
1297
1297
|
protected el: HTMLElement;
|
|
1298
1298
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1299
1299
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInsertBelow, never>;
|
|
1300
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInsertBelow, "swirl-icon-insert-below", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1300
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInsertBelow, "swirl-icon-insert-below", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1301
1301
|
}
|
|
1302
1302
|
export declare interface SwirlIconInsertOnTop extends Components.SwirlIconInsertOnTop {
|
|
1303
1303
|
}
|
|
@@ -1306,7 +1306,7 @@ export declare class SwirlIconInsertOnTop {
|
|
|
1306
1306
|
protected el: HTMLElement;
|
|
1307
1307
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1308
1308
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInsertOnTop, never>;
|
|
1309
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInsertOnTop, "swirl-icon-insert-on-top", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInsertOnTop, "swirl-icon-insert-on-top", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1310
1310
|
}
|
|
1311
1311
|
export declare interface SwirlIconInventory extends Components.SwirlIconInventory {
|
|
1312
1312
|
}
|
|
@@ -1315,7 +1315,7 @@ export declare class SwirlIconInventory {
|
|
|
1315
1315
|
protected el: HTMLElement;
|
|
1316
1316
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1317
1317
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInventory, never>;
|
|
1318
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInventory, "swirl-icon-inventory", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInventory, "swirl-icon-inventory", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1319
1319
|
}
|
|
1320
1320
|
export declare interface SwirlIconKeyboardHide extends Components.SwirlIconKeyboardHide {
|
|
1321
1321
|
}
|
|
@@ -1324,7 +1324,7 @@ export declare class SwirlIconKeyboardHide {
|
|
|
1324
1324
|
protected el: HTMLElement;
|
|
1325
1325
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1326
1326
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconKeyboardHide, never>;
|
|
1327
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconKeyboardHide, "swirl-icon-keyboard-hide", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1327
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconKeyboardHide, "swirl-icon-keyboard-hide", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1328
1328
|
}
|
|
1329
1329
|
export declare interface SwirlIconLightMode extends Components.SwirlIconLightMode {
|
|
1330
1330
|
}
|
|
@@ -1333,7 +1333,7 @@ export declare class SwirlIconLightMode {
|
|
|
1333
1333
|
protected el: HTMLElement;
|
|
1334
1334
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1335
1335
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLightMode, never>;
|
|
1336
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLightMode, "swirl-icon-light-mode", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1336
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLightMode, "swirl-icon-light-mode", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1337
1337
|
}
|
|
1338
1338
|
export declare interface SwirlIconLike extends Components.SwirlIconLike {
|
|
1339
1339
|
}
|
|
@@ -1342,7 +1342,7 @@ export declare class SwirlIconLike {
|
|
|
1342
1342
|
protected el: HTMLElement;
|
|
1343
1343
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1344
1344
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLike, never>;
|
|
1345
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLike, "swirl-icon-like", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1345
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLike, "swirl-icon-like", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1346
1346
|
}
|
|
1347
1347
|
export declare interface SwirlIconLink extends Components.SwirlIconLink {
|
|
1348
1348
|
}
|
|
@@ -1351,7 +1351,7 @@ export declare class SwirlIconLink {
|
|
|
1351
1351
|
protected el: HTMLElement;
|
|
1352
1352
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1353
1353
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLink, never>;
|
|
1354
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLink, "swirl-icon-link", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1354
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLink, "swirl-icon-link", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1355
1355
|
}
|
|
1356
1356
|
export declare interface SwirlIconLoad extends Components.SwirlIconLoad {
|
|
1357
1357
|
}
|
|
@@ -1360,7 +1360,7 @@ export declare class SwirlIconLoad {
|
|
|
1360
1360
|
protected el: HTMLElement;
|
|
1361
1361
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1362
1362
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLoad, never>;
|
|
1363
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLoad, "swirl-icon-load", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1363
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLoad, "swirl-icon-load", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1364
1364
|
}
|
|
1365
1365
|
export declare interface SwirlIconLock extends Components.SwirlIconLock {
|
|
1366
1366
|
}
|
|
@@ -1369,7 +1369,7 @@ export declare class SwirlIconLock {
|
|
|
1369
1369
|
protected el: HTMLElement;
|
|
1370
1370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1371
1371
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLock, never>;
|
|
1372
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLock, "swirl-icon-lock", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1372
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLock, "swirl-icon-lock", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1373
1373
|
}
|
|
1374
1374
|
export declare interface SwirlIconLockOpen extends Components.SwirlIconLockOpen {
|
|
1375
1375
|
}
|
|
@@ -1378,7 +1378,7 @@ export declare class SwirlIconLockOpen {
|
|
|
1378
1378
|
protected el: HTMLElement;
|
|
1379
1379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1380
1380
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLockOpen, never>;
|
|
1381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLockOpen, "swirl-icon-lock-open", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLockOpen, "swirl-icon-lock-open", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1382
1382
|
}
|
|
1383
1383
|
export declare interface SwirlIconLockPerson extends Components.SwirlIconLockPerson {
|
|
1384
1384
|
}
|
|
@@ -1387,7 +1387,7 @@ export declare class SwirlIconLockPerson {
|
|
|
1387
1387
|
protected el: HTMLElement;
|
|
1388
1388
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1389
1389
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLockPerson, never>;
|
|
1390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLockPerson, "swirl-icon-lock-person", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLockPerson, "swirl-icon-lock-person", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1391
1391
|
}
|
|
1392
1392
|
export declare interface SwirlIconLogin extends Components.SwirlIconLogin {
|
|
1393
1393
|
}
|
|
@@ -1396,7 +1396,7 @@ export declare class SwirlIconLogin {
|
|
|
1396
1396
|
protected el: HTMLElement;
|
|
1397
1397
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1398
1398
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLogin, never>;
|
|
1399
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogin, "swirl-icon-login", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1399
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogin, "swirl-icon-login", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1400
1400
|
}
|
|
1401
1401
|
export declare interface SwirlIconLogout extends Components.SwirlIconLogout {
|
|
1402
1402
|
}
|
|
@@ -1405,7 +1405,7 @@ export declare class SwirlIconLogout {
|
|
|
1405
1405
|
protected el: HTMLElement;
|
|
1406
1406
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1407
1407
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLogout, never>;
|
|
1408
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogout, "swirl-icon-logout", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1408
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogout, "swirl-icon-logout", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1409
1409
|
}
|
|
1410
1410
|
export declare interface SwirlIconLongText extends Components.SwirlIconLongText {
|
|
1411
1411
|
}
|
|
@@ -1414,7 +1414,7 @@ export declare class SwirlIconLongText {
|
|
|
1414
1414
|
protected el: HTMLElement;
|
|
1415
1415
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1416
1416
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLongText, never>;
|
|
1417
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLongText, "swirl-icon-long-text", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1417
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLongText, "swirl-icon-long-text", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1418
1418
|
}
|
|
1419
1419
|
export declare interface SwirlIconMail extends Components.SwirlIconMail {
|
|
1420
1420
|
}
|
|
@@ -1423,7 +1423,7 @@ export declare class SwirlIconMail {
|
|
|
1423
1423
|
protected el: HTMLElement;
|
|
1424
1424
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1425
1425
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMail, never>;
|
|
1426
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMail, "swirl-icon-mail", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMail, "swirl-icon-mail", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1427
1427
|
}
|
|
1428
1428
|
export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts {
|
|
1429
1429
|
}
|
|
@@ -1432,7 +1432,7 @@ export declare class SwirlIconManageAccounts {
|
|
|
1432
1432
|
protected el: HTMLElement;
|
|
1433
1433
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1434
1434
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconManageAccounts, never>;
|
|
1435
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconManageAccounts, "swirl-icon-manage-accounts", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconManageAccounts, "swirl-icon-manage-accounts", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1436
1436
|
}
|
|
1437
1437
|
export declare interface SwirlIconMarkChatRead extends Components.SwirlIconMarkChatRead {
|
|
1438
1438
|
}
|
|
@@ -1441,7 +1441,7 @@ export declare class SwirlIconMarkChatRead {
|
|
|
1441
1441
|
protected el: HTMLElement;
|
|
1442
1442
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1443
1443
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMarkChatRead, never>;
|
|
1444
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMarkChatRead, "swirl-icon-mark-chat-read", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1444
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMarkChatRead, "swirl-icon-mark-chat-read", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1445
1445
|
}
|
|
1446
1446
|
export declare interface SwirlIconMarkChatUnread extends Components.SwirlIconMarkChatUnread {
|
|
1447
1447
|
}
|
|
@@ -1450,7 +1450,7 @@ export declare class SwirlIconMarkChatUnread {
|
|
|
1450
1450
|
protected el: HTMLElement;
|
|
1451
1451
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1452
1452
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMarkChatUnread, never>;
|
|
1453
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMarkChatUnread, "swirl-icon-mark-chat-unread", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1453
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMarkChatUnread, "swirl-icon-mark-chat-unread", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1454
1454
|
}
|
|
1455
1455
|
export declare interface SwirlIconMention extends Components.SwirlIconMention {
|
|
1456
1456
|
}
|
|
@@ -1459,7 +1459,7 @@ export declare class SwirlIconMention {
|
|
|
1459
1459
|
protected el: HTMLElement;
|
|
1460
1460
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1461
1461
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMention, never>;
|
|
1462
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMention, "swirl-icon-mention", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1462
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMention, "swirl-icon-mention", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1463
1463
|
}
|
|
1464
1464
|
export declare interface SwirlIconMenu extends Components.SwirlIconMenu {
|
|
1465
1465
|
}
|
|
@@ -1468,7 +1468,7 @@ export declare class SwirlIconMenu {
|
|
|
1468
1468
|
protected el: HTMLElement;
|
|
1469
1469
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1470
1470
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenu, never>;
|
|
1471
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenu, "swirl-icon-menu", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1471
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenu, "swirl-icon-menu", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1472
1472
|
}
|
|
1473
1473
|
export declare interface SwirlIconMenuBook extends Components.SwirlIconMenuBook {
|
|
1474
1474
|
}
|
|
@@ -1477,7 +1477,7 @@ export declare class SwirlIconMenuBook {
|
|
|
1477
1477
|
protected el: HTMLElement;
|
|
1478
1478
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1479
1479
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuBook, never>;
|
|
1480
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuBook, "swirl-icon-menu-book", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1480
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuBook, "swirl-icon-menu-book", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1481
1481
|
}
|
|
1482
1482
|
export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled {
|
|
1483
1483
|
}
|
|
@@ -1486,7 +1486,7 @@ export declare class SwirlIconMenuFilled {
|
|
|
1486
1486
|
protected el: HTMLElement;
|
|
1487
1487
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1488
1488
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuFilled, never>;
|
|
1489
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuFilled, "swirl-icon-menu-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1489
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuFilled, "swirl-icon-menu-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1490
1490
|
}
|
|
1491
1491
|
export declare interface SwirlIconMessage extends Components.SwirlIconMessage {
|
|
1492
1492
|
}
|
|
@@ -1495,7 +1495,7 @@ export declare class SwirlIconMessage {
|
|
|
1495
1495
|
protected el: HTMLElement;
|
|
1496
1496
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1497
1497
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMessage, never>;
|
|
1498
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMessage, "swirl-icon-message", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1498
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMessage, "swirl-icon-message", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1499
1499
|
}
|
|
1500
1500
|
export declare interface SwirlIconMic extends Components.SwirlIconMic {
|
|
1501
1501
|
}
|
|
@@ -1504,7 +1504,7 @@ export declare class SwirlIconMic {
|
|
|
1504
1504
|
protected el: HTMLElement;
|
|
1505
1505
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1506
1506
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMic, never>;
|
|
1507
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMic, "swirl-icon-mic", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1507
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMic, "swirl-icon-mic", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1508
1508
|
}
|
|
1509
1509
|
export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal {
|
|
1510
1510
|
}
|
|
@@ -1513,7 +1513,7 @@ export declare class SwirlIconMoreHorizontal {
|
|
|
1513
1513
|
protected el: HTMLElement;
|
|
1514
1514
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1515
1515
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreHorizontal, never>;
|
|
1516
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreHorizontal, "swirl-icon-more-horizontal", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1516
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreHorizontal, "swirl-icon-more-horizontal", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1517
1517
|
}
|
|
1518
1518
|
export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal {
|
|
1519
1519
|
}
|
|
@@ -1522,7 +1522,7 @@ export declare class SwirlIconMoreVertikal {
|
|
|
1522
1522
|
protected el: HTMLElement;
|
|
1523
1523
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1524
1524
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreVertikal, never>;
|
|
1525
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreVertikal, "swirl-icon-more-vertikal", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1525
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreVertikal, "swirl-icon-more-vertikal", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1526
1526
|
}
|
|
1527
1527
|
export declare interface SwirlIconNews extends Components.SwirlIconNews {
|
|
1528
1528
|
}
|
|
@@ -1531,7 +1531,7 @@ export declare class SwirlIconNews {
|
|
|
1531
1531
|
protected el: HTMLElement;
|
|
1532
1532
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1533
1533
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNews, never>;
|
|
1534
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNews, "swirl-icon-news", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1534
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNews, "swirl-icon-news", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1535
1535
|
}
|
|
1536
1536
|
export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {
|
|
1537
1537
|
}
|
|
@@ -1540,7 +1540,7 @@ export declare class SwirlIconNewsFilled {
|
|
|
1540
1540
|
protected el: HTMLElement;
|
|
1541
1541
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1542
1542
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsFilled, never>;
|
|
1543
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsFilled, "swirl-icon-news-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1543
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsFilled, "swirl-icon-news-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1544
1544
|
}
|
|
1545
1545
|
export declare interface SwirlIconNewsOff extends Components.SwirlIconNewsOff {
|
|
1546
1546
|
}
|
|
@@ -1549,7 +1549,7 @@ export declare class SwirlIconNewsOff {
|
|
|
1549
1549
|
protected el: HTMLElement;
|
|
1550
1550
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1551
1551
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsOff, never>;
|
|
1552
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsOff, "swirl-icon-news-off", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1552
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsOff, "swirl-icon-news-off", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1553
1553
|
}
|
|
1554
1554
|
export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications {
|
|
1555
1555
|
}
|
|
@@ -1558,7 +1558,7 @@ export declare class SwirlIconNotifications {
|
|
|
1558
1558
|
protected el: HTMLElement;
|
|
1559
1559
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1560
1560
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotifications, never>;
|
|
1561
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotifications, "swirl-icon-notifications", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1561
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotifications, "swirl-icon-notifications", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1562
1562
|
}
|
|
1563
1563
|
export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive {
|
|
1564
1564
|
}
|
|
@@ -1567,7 +1567,7 @@ export declare class SwirlIconNotificationsActive {
|
|
|
1567
1567
|
protected el: HTMLElement;
|
|
1568
1568
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1569
1569
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsActive, never>;
|
|
1570
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsActive, "swirl-icon-notifications-active", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1570
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsActive, "swirl-icon-notifications-active", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1571
1571
|
}
|
|
1572
1572
|
export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff {
|
|
1573
1573
|
}
|
|
@@ -1576,7 +1576,7 @@ export declare class SwirlIconNotificationsOff {
|
|
|
1576
1576
|
protected el: HTMLElement;
|
|
1577
1577
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1578
1578
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsOff, never>;
|
|
1579
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsOff, "swirl-icon-notifications-off", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1579
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsOff, "swirl-icon-notifications-off", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1580
1580
|
}
|
|
1581
1581
|
export declare interface SwirlIconOpenInFull extends Components.SwirlIconOpenInFull {
|
|
1582
1582
|
}
|
|
@@ -1585,7 +1585,7 @@ export declare class SwirlIconOpenInFull {
|
|
|
1585
1585
|
protected el: HTMLElement;
|
|
1586
1586
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1587
1587
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconOpenInFull, never>;
|
|
1588
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInFull, "swirl-icon-open-in-full", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1588
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInFull, "swirl-icon-open-in-full", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1589
1589
|
}
|
|
1590
1590
|
export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew {
|
|
1591
1591
|
}
|
|
@@ -1594,7 +1594,7 @@ export declare class SwirlIconOpenInNew {
|
|
|
1594
1594
|
protected el: HTMLElement;
|
|
1595
1595
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1596
1596
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconOpenInNew, never>;
|
|
1597
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInNew, "swirl-icon-open-in-new", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1597
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInNew, "swirl-icon-open-in-new", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1598
1598
|
}
|
|
1599
1599
|
export declare interface SwirlIconPause extends Components.SwirlIconPause {
|
|
1600
1600
|
}
|
|
@@ -1603,7 +1603,7 @@ export declare class SwirlIconPause {
|
|
|
1603
1603
|
protected el: HTMLElement;
|
|
1604
1604
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1605
1605
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPause, never>;
|
|
1606
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPause, "swirl-icon-pause", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1606
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPause, "swirl-icon-pause", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1607
1607
|
}
|
|
1608
1608
|
export declare interface SwirlIconPauseCircle extends Components.SwirlIconPauseCircle {
|
|
1609
1609
|
}
|
|
@@ -1612,7 +1612,7 @@ export declare class SwirlIconPauseCircle {
|
|
|
1612
1612
|
protected el: HTMLElement;
|
|
1613
1613
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1614
1614
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPauseCircle, never>;
|
|
1615
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPauseCircle, "swirl-icon-pause-circle", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1615
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPauseCircle, "swirl-icon-pause-circle", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1616
1616
|
}
|
|
1617
1617
|
export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt {
|
|
1618
1618
|
}
|
|
@@ -1621,7 +1621,7 @@ export declare class SwirlIconPeopleAlt {
|
|
|
1621
1621
|
protected el: HTMLElement;
|
|
1622
1622
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1623
1623
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPeopleAlt, never>;
|
|
1624
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPeopleAlt, "swirl-icon-people-alt", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPeopleAlt, "swirl-icon-people-alt", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1625
1625
|
}
|
|
1626
1626
|
export declare interface SwirlIconPerson extends Components.SwirlIconPerson {
|
|
1627
1627
|
}
|
|
@@ -1630,7 +1630,7 @@ export declare class SwirlIconPerson {
|
|
|
1630
1630
|
protected el: HTMLElement;
|
|
1631
1631
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1632
1632
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPerson, never>;
|
|
1633
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPerson, "swirl-icon-person", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1633
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPerson, "swirl-icon-person", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1634
1634
|
}
|
|
1635
1635
|
export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff {
|
|
1636
1636
|
}
|
|
@@ -1639,7 +1639,7 @@ export declare class SwirlIconPersonOff {
|
|
|
1639
1639
|
protected el: HTMLElement;
|
|
1640
1640
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1641
1641
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPersonOff, never>;
|
|
1642
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPersonOff, "swirl-icon-person-off", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1642
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPersonOff, "swirl-icon-person-off", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1643
1643
|
}
|
|
1644
1644
|
export declare interface SwirlIconPhone extends Components.SwirlIconPhone {
|
|
1645
1645
|
}
|
|
@@ -1648,7 +1648,7 @@ export declare class SwirlIconPhone {
|
|
|
1648
1648
|
protected el: HTMLElement;
|
|
1649
1649
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1650
1650
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPhone, never>;
|
|
1651
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhone, "swirl-icon-phone", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1651
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhone, "swirl-icon-phone", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1652
1652
|
}
|
|
1653
1653
|
export declare interface SwirlIconPhotoCamera extends Components.SwirlIconPhotoCamera {
|
|
1654
1654
|
}
|
|
@@ -1657,7 +1657,7 @@ export declare class SwirlIconPhotoCamera {
|
|
|
1657
1657
|
protected el: HTMLElement;
|
|
1658
1658
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1659
1659
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPhotoCamera, never>;
|
|
1660
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhotoCamera, "swirl-icon-photo-camera", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1660
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhotoCamera, "swirl-icon-photo-camera", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1661
1661
|
}
|
|
1662
1662
|
export declare interface SwirlIconPlace extends Components.SwirlIconPlace {
|
|
1663
1663
|
}
|
|
@@ -1666,7 +1666,7 @@ export declare class SwirlIconPlace {
|
|
|
1666
1666
|
protected el: HTMLElement;
|
|
1667
1667
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1668
1668
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPlace, never>;
|
|
1669
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPlace, "swirl-icon-place", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1669
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPlace, "swirl-icon-place", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1670
1670
|
}
|
|
1671
1671
|
export declare interface SwirlIconPlayArrow extends Components.SwirlIconPlayArrow {
|
|
1672
1672
|
}
|
|
@@ -1675,7 +1675,7 @@ export declare class SwirlIconPlayArrow {
|
|
|
1675
1675
|
protected el: HTMLElement;
|
|
1676
1676
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1677
1677
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPlayArrow, never>;
|
|
1678
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPlayArrow, "swirl-icon-play-arrow", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1678
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPlayArrow, "swirl-icon-play-arrow", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1679
1679
|
}
|
|
1680
1680
|
export declare interface SwirlIconPoll extends Components.SwirlIconPoll {
|
|
1681
1681
|
}
|
|
@@ -1684,7 +1684,7 @@ export declare class SwirlIconPoll {
|
|
|
1684
1684
|
protected el: HTMLElement;
|
|
1685
1685
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1686
1686
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPoll, never>;
|
|
1687
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPoll, "swirl-icon-poll", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1687
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPoll, "swirl-icon-poll", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1688
1688
|
}
|
|
1689
1689
|
export declare interface SwirlIconPrint extends Components.SwirlIconPrint {
|
|
1690
1690
|
}
|
|
@@ -1693,7 +1693,7 @@ export declare class SwirlIconPrint {
|
|
|
1693
1693
|
protected el: HTMLElement;
|
|
1694
1694
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1695
1695
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPrint, never>;
|
|
1696
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPrint, "swirl-icon-print", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1696
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPrint, "swirl-icon-print", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1697
1697
|
}
|
|
1698
1698
|
export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved {
|
|
1699
1699
|
}
|
|
@@ -1702,7 +1702,7 @@ export declare class SwirlIconRecieved {
|
|
|
1702
1702
|
protected el: HTMLElement;
|
|
1703
1703
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1704
1704
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRecieved, never>;
|
|
1705
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRecieved, "swirl-icon-recieved", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1705
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRecieved, "swirl-icon-recieved", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1706
1706
|
}
|
|
1707
1707
|
export declare interface SwirlIconRemove extends Components.SwirlIconRemove {
|
|
1708
1708
|
}
|
|
@@ -1711,7 +1711,7 @@ export declare class SwirlIconRemove {
|
|
|
1711
1711
|
protected el: HTMLElement;
|
|
1712
1712
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1713
1713
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRemove, never>;
|
|
1714
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemove, "swirl-icon-remove", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1714
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemove, "swirl-icon-remove", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1715
1715
|
}
|
|
1716
1716
|
export declare interface SwirlIconRemoveModerator extends Components.SwirlIconRemoveModerator {
|
|
1717
1717
|
}
|
|
@@ -1720,7 +1720,7 @@ export declare class SwirlIconRemoveModerator {
|
|
|
1720
1720
|
protected el: HTMLElement;
|
|
1721
1721
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1722
1722
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRemoveModerator, never>;
|
|
1723
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemoveModerator, "swirl-icon-remove-moderator", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1723
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemoveModerator, "swirl-icon-remove-moderator", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1724
1724
|
}
|
|
1725
1725
|
export declare interface SwirlIconReply extends Components.SwirlIconReply {
|
|
1726
1726
|
}
|
|
@@ -1729,7 +1729,7 @@ export declare class SwirlIconReply {
|
|
|
1729
1729
|
protected el: HTMLElement;
|
|
1730
1730
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1731
1731
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconReply, never>;
|
|
1732
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconReply, "swirl-icon-reply", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1732
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconReply, "swirl-icon-reply", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1733
1733
|
}
|
|
1734
1734
|
export declare interface SwirlIconReport extends Components.SwirlIconReport {
|
|
1735
1735
|
}
|
|
@@ -1738,7 +1738,7 @@ export declare class SwirlIconReport {
|
|
|
1738
1738
|
protected el: HTMLElement;
|
|
1739
1739
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1740
1740
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconReport, never>;
|
|
1741
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconReport, "swirl-icon-report", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1741
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconReport, "swirl-icon-report", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1742
1742
|
}
|
|
1743
1743
|
export declare interface SwirlIconRoadmap extends Components.SwirlIconRoadmap {
|
|
1744
1744
|
}
|
|
@@ -1747,7 +1747,7 @@ export declare class SwirlIconRoadmap {
|
|
|
1747
1747
|
protected el: HTMLElement;
|
|
1748
1748
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1749
1749
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRoadmap, never>;
|
|
1750
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRoadmap, "swirl-icon-roadmap", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1750
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRoadmap, "swirl-icon-roadmap", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1751
1751
|
}
|
|
1752
1752
|
export declare interface SwirlIconSearch extends Components.SwirlIconSearch {
|
|
1753
1753
|
}
|
|
@@ -1756,7 +1756,7 @@ export declare class SwirlIconSearch {
|
|
|
1756
1756
|
protected el: HTMLElement;
|
|
1757
1757
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1758
1758
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearch, never>;
|
|
1759
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearch, "swirl-icon-search", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1759
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearch, "swirl-icon-search", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1760
1760
|
}
|
|
1761
1761
|
export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong {
|
|
1762
1762
|
}
|
|
@@ -1765,7 +1765,7 @@ export declare class SwirlIconSearchStrong {
|
|
|
1765
1765
|
protected el: HTMLElement;
|
|
1766
1766
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1767
1767
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearchStrong, never>;
|
|
1768
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearchStrong, "swirl-icon-search-strong", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1768
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearchStrong, "swirl-icon-search-strong", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1769
1769
|
}
|
|
1770
1770
|
export declare interface SwirlIconSecure extends Components.SwirlIconSecure {
|
|
1771
1771
|
}
|
|
@@ -1774,7 +1774,7 @@ export declare class SwirlIconSecure {
|
|
|
1774
1774
|
protected el: HTMLElement;
|
|
1775
1775
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1776
1776
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSecure, never>;
|
|
1777
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSecure, "swirl-icon-secure", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1777
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSecure, "swirl-icon-secure", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1778
1778
|
}
|
|
1779
1779
|
export declare interface SwirlIconSend extends Components.SwirlIconSend {
|
|
1780
1780
|
}
|
|
@@ -1783,7 +1783,7 @@ export declare class SwirlIconSend {
|
|
|
1783
1783
|
protected el: HTMLElement;
|
|
1784
1784
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1785
1785
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSend, never>;
|
|
1786
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSend, "swirl-icon-send", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1786
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSend, "swirl-icon-send", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1787
1787
|
}
|
|
1788
1788
|
export declare interface SwirlIconSettings extends Components.SwirlIconSettings {
|
|
1789
1789
|
}
|
|
@@ -1792,7 +1792,7 @@ export declare class SwirlIconSettings {
|
|
|
1792
1792
|
protected el: HTMLElement;
|
|
1793
1793
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1794
1794
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSettings, never>;
|
|
1795
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSettings, "swirl-icon-settings", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1795
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSettings, "swirl-icon-settings", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1796
1796
|
}
|
|
1797
1797
|
export declare interface SwirlIconShortText extends Components.SwirlIconShortText {
|
|
1798
1798
|
}
|
|
@@ -1801,7 +1801,7 @@ export declare class SwirlIconShortText {
|
|
|
1801
1801
|
protected el: HTMLElement;
|
|
1802
1802
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1803
1803
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconShortText, never>;
|
|
1804
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconShortText, "swirl-icon-short-text", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1804
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconShortText, "swirl-icon-short-text", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1805
1805
|
}
|
|
1806
1806
|
export declare interface SwirlIconSimplify extends Components.SwirlIconSimplify {
|
|
1807
1807
|
}
|
|
@@ -1810,7 +1810,7 @@ export declare class SwirlIconSimplify {
|
|
|
1810
1810
|
protected el: HTMLElement;
|
|
1811
1811
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1812
1812
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSimplify, never>;
|
|
1813
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSimplify, "swirl-icon-simplify", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1813
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSimplify, "swirl-icon-simplify", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1814
1814
|
}
|
|
1815
1815
|
export declare interface SwirlIconSpellcheck extends Components.SwirlIconSpellcheck {
|
|
1816
1816
|
}
|
|
@@ -1819,7 +1819,7 @@ export declare class SwirlIconSpellcheck {
|
|
|
1819
1819
|
protected el: HTMLElement;
|
|
1820
1820
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1821
1821
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSpellcheck, never>;
|
|
1822
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSpellcheck, "swirl-icon-spellcheck", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1822
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSpellcheck, "swirl-icon-spellcheck", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1823
1823
|
}
|
|
1824
1824
|
export declare interface SwirlIconStop extends Components.SwirlIconStop {
|
|
1825
1825
|
}
|
|
@@ -1828,7 +1828,7 @@ export declare class SwirlIconStop {
|
|
|
1828
1828
|
protected el: HTMLElement;
|
|
1829
1829
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1830
1830
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconStop, never>;
|
|
1831
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconStop, "swirl-icon-stop", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1831
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconStop, "swirl-icon-stop", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1832
1832
|
}
|
|
1833
1833
|
export declare interface SwirlIconSync extends Components.SwirlIconSync {
|
|
1834
1834
|
}
|
|
@@ -1837,7 +1837,7 @@ export declare class SwirlIconSync {
|
|
|
1837
1837
|
protected el: HTMLElement;
|
|
1838
1838
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1839
1839
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSync, never>;
|
|
1840
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSync, "swirl-icon-sync", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1840
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSync, "swirl-icon-sync", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1841
1841
|
}
|
|
1842
1842
|
export declare interface SwirlIconTasks extends Components.SwirlIconTasks {
|
|
1843
1843
|
}
|
|
@@ -1846,7 +1846,7 @@ export declare class SwirlIconTasks {
|
|
|
1846
1846
|
protected el: HTMLElement;
|
|
1847
1847
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1848
1848
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasks, never>;
|
|
1849
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasks, "swirl-icon-tasks", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1849
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasks, "swirl-icon-tasks", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1850
1850
|
}
|
|
1851
1851
|
export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {
|
|
1852
1852
|
}
|
|
@@ -1855,7 +1855,7 @@ export declare class SwirlIconTasksFilled {
|
|
|
1855
1855
|
protected el: HTMLElement;
|
|
1856
1856
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1857
1857
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksFilled, never>;
|
|
1858
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksFilled, "swirl-icon-tasks-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1858
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksFilled, "swirl-icon-tasks-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1859
1859
|
}
|
|
1860
1860
|
export declare interface SwirlIconTerminal extends Components.SwirlIconTerminal {
|
|
1861
1861
|
}
|
|
@@ -1864,7 +1864,7 @@ export declare class SwirlIconTerminal {
|
|
|
1864
1864
|
protected el: HTMLElement;
|
|
1865
1865
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1866
1866
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTerminal, never>;
|
|
1867
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTerminal, "swirl-icon-terminal", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1867
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTerminal, "swirl-icon-terminal", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1868
1868
|
}
|
|
1869
1869
|
export declare interface SwirlIconTime extends Components.SwirlIconTime {
|
|
1870
1870
|
}
|
|
@@ -1873,7 +1873,7 @@ export declare class SwirlIconTime {
|
|
|
1873
1873
|
protected el: HTMLElement;
|
|
1874
1874
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1875
1875
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTime, never>;
|
|
1876
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTime, "swirl-icon-time", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1876
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTime, "swirl-icon-time", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1877
1877
|
}
|
|
1878
1878
|
export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {
|
|
1879
1879
|
}
|
|
@@ -1882,7 +1882,7 @@ export declare class SwirlIconTimeFilled {
|
|
|
1882
1882
|
protected el: HTMLElement;
|
|
1883
1883
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1884
1884
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeFilled, never>;
|
|
1885
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeFilled, "swirl-icon-time-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1885
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeFilled, "swirl-icon-time-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1886
1886
|
}
|
|
1887
1887
|
export declare interface SwirlIconToday extends Components.SwirlIconToday {
|
|
1888
1888
|
}
|
|
@@ -1891,7 +1891,7 @@ export declare class SwirlIconToday {
|
|
|
1891
1891
|
protected el: HTMLElement;
|
|
1892
1892
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1893
1893
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconToday, never>;
|
|
1894
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconToday, "swirl-icon-today", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1894
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconToday, "swirl-icon-today", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1895
1895
|
}
|
|
1896
1896
|
export declare interface SwirlIconTodayFilled extends Components.SwirlIconTodayFilled {
|
|
1897
1897
|
}
|
|
@@ -1900,7 +1900,7 @@ export declare class SwirlIconTodayFilled {
|
|
|
1900
1900
|
protected el: HTMLElement;
|
|
1901
1901
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1902
1902
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTodayFilled, never>;
|
|
1903
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTodayFilled, "swirl-icon-today-filled", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1903
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTodayFilled, "swirl-icon-today-filled", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1904
1904
|
}
|
|
1905
1905
|
export declare interface SwirlIconTranslate extends Components.SwirlIconTranslate {
|
|
1906
1906
|
}
|
|
@@ -1909,7 +1909,7 @@ export declare class SwirlIconTranslate {
|
|
|
1909
1909
|
protected el: HTMLElement;
|
|
1910
1910
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1911
1911
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTranslate, never>;
|
|
1912
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTranslate, "swirl-icon-translate", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1912
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTranslate, "swirl-icon-translate", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1913
1913
|
}
|
|
1914
1914
|
export declare interface SwirlIconTreeStructure extends Components.SwirlIconTreeStructure {
|
|
1915
1915
|
}
|
|
@@ -1918,7 +1918,7 @@ export declare class SwirlIconTreeStructure {
|
|
|
1918
1918
|
protected el: HTMLElement;
|
|
1919
1919
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1920
1920
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTreeStructure, never>;
|
|
1921
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTreeStructure, "swirl-icon-tree-structure", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1921
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTreeStructure, "swirl-icon-tree-structure", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1922
1922
|
}
|
|
1923
1923
|
export declare interface SwirlIconUndo extends Components.SwirlIconUndo {
|
|
1924
1924
|
}
|
|
@@ -1927,7 +1927,7 @@ export declare class SwirlIconUndo {
|
|
|
1927
1927
|
protected el: HTMLElement;
|
|
1928
1928
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1929
1929
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUndo, never>;
|
|
1930
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUndo, "swirl-icon-undo", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1930
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUndo, "swirl-icon-undo", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1931
1931
|
}
|
|
1932
1932
|
export declare interface SwirlIconUnlockPerson extends Components.SwirlIconUnlockPerson {
|
|
1933
1933
|
}
|
|
@@ -1936,7 +1936,7 @@ export declare class SwirlIconUnlockPerson {
|
|
|
1936
1936
|
protected el: HTMLElement;
|
|
1937
1937
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1938
1938
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUnlockPerson, never>;
|
|
1939
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUnlockPerson, "swirl-icon-unlock-person", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1939
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUnlockPerson, "swirl-icon-unlock-person", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1940
1940
|
}
|
|
1941
1941
|
export declare interface SwirlIconUserAdd extends Components.SwirlIconUserAdd {
|
|
1942
1942
|
}
|
|
@@ -1945,7 +1945,7 @@ export declare class SwirlIconUserAdd {
|
|
|
1945
1945
|
protected el: HTMLElement;
|
|
1946
1946
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1947
1947
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUserAdd, never>;
|
|
1948
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAdd, "swirl-icon-user-add", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1948
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAdd, "swirl-icon-user-add", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1949
1949
|
}
|
|
1950
1950
|
export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign {
|
|
1951
1951
|
}
|
|
@@ -1954,7 +1954,7 @@ export declare class SwirlIconUserAssign {
|
|
|
1954
1954
|
protected el: HTMLElement;
|
|
1955
1955
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1956
1956
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUserAssign, never>;
|
|
1957
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAssign, "swirl-icon-user-assign", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1957
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAssign, "swirl-icon-user-assign", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1958
1958
|
}
|
|
1959
1959
|
export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera {
|
|
1960
1960
|
}
|
|
@@ -1963,7 +1963,7 @@ export declare class SwirlIconVideoCamera {
|
|
|
1963
1963
|
protected el: HTMLElement;
|
|
1964
1964
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1965
1965
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVideoCamera, never>;
|
|
1966
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoCamera, "swirl-icon-video-camera", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1966
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoCamera, "swirl-icon-video-camera", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1967
1967
|
}
|
|
1968
1968
|
export declare interface SwirlIconVideoLibrary extends Components.SwirlIconVideoLibrary {
|
|
1969
1969
|
}
|
|
@@ -1972,7 +1972,7 @@ export declare class SwirlIconVideoLibrary {
|
|
|
1972
1972
|
protected el: HTMLElement;
|
|
1973
1973
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1974
1974
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVideoLibrary, never>;
|
|
1975
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoLibrary, "swirl-icon-video-library", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1975
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoLibrary, "swirl-icon-video-library", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1976
1976
|
}
|
|
1977
1977
|
export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility {
|
|
1978
1978
|
}
|
|
@@ -1981,7 +1981,7 @@ export declare class SwirlIconVisibility {
|
|
|
1981
1981
|
protected el: HTMLElement;
|
|
1982
1982
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1983
1983
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibility, never>;
|
|
1984
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibility, "swirl-icon-visibility", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1984
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibility, "swirl-icon-visibility", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1985
1985
|
}
|
|
1986
1986
|
export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff {
|
|
1987
1987
|
}
|
|
@@ -1990,7 +1990,7 @@ export declare class SwirlIconVisibilityOff {
|
|
|
1990
1990
|
protected el: HTMLElement;
|
|
1991
1991
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1992
1992
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibilityOff, never>;
|
|
1993
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibilityOff, "swirl-icon-visibility-off", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1993
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibilityOff, "swirl-icon-visibility-off", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1994
1994
|
}
|
|
1995
1995
|
export declare interface SwirlIconVoice extends Components.SwirlIconVoice {
|
|
1996
1996
|
}
|
|
@@ -1999,7 +1999,7 @@ export declare class SwirlIconVoice {
|
|
|
1999
1999
|
protected el: HTMLElement;
|
|
2000
2000
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2001
2001
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVoice, never>;
|
|
2002
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVoice, "swirl-icon-voice", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2002
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVoice, "swirl-icon-voice", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2003
2003
|
}
|
|
2004
2004
|
export declare interface SwirlIconWarning extends Components.SwirlIconWarning {
|
|
2005
2005
|
}
|
|
@@ -2008,7 +2008,7 @@ export declare class SwirlIconWarning {
|
|
|
2008
2008
|
protected el: HTMLElement;
|
|
2009
2009
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2010
2010
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconWarning, never>;
|
|
2011
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWarning, "swirl-icon-warning", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2011
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWarning, "swirl-icon-warning", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2012
2012
|
}
|
|
2013
2013
|
export declare interface SwirlIconWork extends Components.SwirlIconWork {
|
|
2014
2014
|
}
|
|
@@ -2017,7 +2017,7 @@ export declare class SwirlIconWork {
|
|
|
2017
2017
|
protected el: HTMLElement;
|
|
2018
2018
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2019
2019
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconWork, never>;
|
|
2020
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWork, "swirl-icon-work", never, { "color": "color"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2020
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWork, "swirl-icon-work", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2021
2021
|
}
|
|
2022
2022
|
export declare interface SwirlImageGrid extends Components.SwirlImageGrid {
|
|
2023
2023
|
}
|
|
@@ -2026,7 +2026,7 @@ export declare class SwirlImageGrid {
|
|
|
2026
2026
|
protected el: HTMLElement;
|
|
2027
2027
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2028
2028
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlImageGrid, never>;
|
|
2029
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGrid, "swirl-image-grid", never, { "aspectRatio": "aspectRatio"; "label": "label"; }, {}, never, ["*"], false>;
|
|
2029
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGrid, "swirl-image-grid", never, { "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2030
2030
|
}
|
|
2031
2031
|
export declare interface SwirlImageGridItem extends Components.SwirlImageGridItem {
|
|
2032
2032
|
/**
|
|
@@ -2043,7 +2043,7 @@ export declare class SwirlImageGridItem {
|
|
|
2043
2043
|
protected el: HTMLElement;
|
|
2044
2044
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2045
2045
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlImageGridItem, never>;
|
|
2046
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGridItem, "swirl-image-grid-item", never, { "alt": "alt"; "icon": "icon"; "interactive": "interactive"; "loading": "loading"; "overlay": "overlay"; "src": "src"; }, {}, never, ["*"], false>;
|
|
2046
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGridItem, "swirl-image-grid-item", never, { "alt": { "alias": "alt"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2047
2047
|
}
|
|
2048
2048
|
export declare interface SwirlInlineError extends Components.SwirlInlineError {
|
|
2049
2049
|
}
|
|
@@ -2052,7 +2052,7 @@ export declare class SwirlInlineError {
|
|
|
2052
2052
|
protected el: HTMLElement;
|
|
2053
2053
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2054
2054
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineError, never>;
|
|
2055
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineError, "swirl-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2055
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineError, "swirl-inline-error", never, { "message": { "alias": "message"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2056
2056
|
}
|
|
2057
2057
|
export declare interface SwirlInlineNotification extends Components.SwirlInlineNotification {
|
|
2058
2058
|
}
|
|
@@ -2061,7 +2061,7 @@ export declare class SwirlInlineNotification {
|
|
|
2061
2061
|
protected el: HTMLElement;
|
|
2062
2062
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2063
2063
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineNotification, never>;
|
|
2064
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineNotification, "swirl-inline-notification", never, { "heading": "heading"; "importance": "importance"; "intent": "intent"; }, {}, never, ["*"], false>;
|
|
2064
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineNotification, "swirl-inline-notification", never, { "heading": { "alias": "heading"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2065
2065
|
}
|
|
2066
2066
|
export declare interface SwirlInlineStatus extends Components.SwirlInlineStatus {
|
|
2067
2067
|
}
|
|
@@ -2070,7 +2070,7 @@ export declare class SwirlInlineStatus {
|
|
|
2070
2070
|
protected el: HTMLElement;
|
|
2071
2071
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2072
2072
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineStatus, never>;
|
|
2073
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineStatus, "swirl-inline-status", never, { "icon": "icon"; "intent": "intent"; "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2073
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineStatus, "swirl-inline-status", never, { "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "message": { "alias": "message"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2074
2074
|
}
|
|
2075
2075
|
export declare interface SwirlLightbox extends Components.SwirlLightbox {
|
|
2076
2076
|
}
|
|
@@ -2079,7 +2079,7 @@ export declare class SwirlLightbox {
|
|
|
2079
2079
|
protected el: HTMLElement;
|
|
2080
2080
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2081
2081
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
|
|
2082
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonEnabled": "downloadButtonEnabled"; "downloadButtonLabel": "downloadButtonLabel"; "hideMenu": "hideMenu"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
|
|
2082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "downloadButtonEnabled": { "alias": "downloadButtonEnabled"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; "hideMenu": { "alias": "hideMenu"; "required": false; }; "label": { "alias": "label"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "menuTriggerLabel": { "alias": "menuTriggerLabel"; "required": false; }; "nextSlideButtonLabel": { "alias": "nextSlideButtonLabel"; "required": false; }; "previousSlideButtonLabel": { "alias": "previousSlideButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2083
2083
|
}
|
|
2084
2084
|
export declare interface SwirlLink extends Components.SwirlLink {
|
|
2085
2085
|
}
|
|
@@ -2088,7 +2088,7 @@ export declare class SwirlLink {
|
|
|
2088
2088
|
protected el: HTMLElement;
|
|
2089
2089
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2090
2090
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLink, never>;
|
|
2091
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "color": "color"; "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
|
|
2091
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "color": { "alias": "color"; "required": false; }; "href": { "alias": "href"; "required": false; }; "label": { "alias": "label"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2092
2092
|
}
|
|
2093
2093
|
export declare interface SwirlList extends Components.SwirlList {
|
|
2094
2094
|
}
|
|
@@ -2097,7 +2097,7 @@ export declare class SwirlList {
|
|
|
2097
2097
|
protected el: HTMLElement;
|
|
2098
2098
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2099
2099
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlList, never>;
|
|
2100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlList, "swirl-list", never, {}, {}, never, ["*"], false>;
|
|
2100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlList, "swirl-list", never, {}, {}, never, ["*"], false, never>;
|
|
2101
2101
|
}
|
|
2102
2102
|
export declare interface SwirlMenu extends Components.SwirlMenu {
|
|
2103
2103
|
/**
|
|
@@ -2114,7 +2114,7 @@ export declare class SwirlMenu {
|
|
|
2114
2114
|
protected el: HTMLElement;
|
|
2115
2115
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2116
2116
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlMenu, never>;
|
|
2117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenu, "swirl-menu", never, { "active": "active"; "label": "label"; "level": "level"; "mobileBackButtonLabel": "mobileBackButtonLabel"; "mobileCloseMenuButtonLabel": "mobileCloseMenuButtonLabel"; "mobileDoneButtonLabel": "mobileDoneButtonLabel"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenu, "swirl-menu", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": false; }; "level": { "alias": "level"; "required": false; }; "mobileBackButtonLabel": { "alias": "mobileBackButtonLabel"; "required": false; }; "mobileCloseMenuButtonLabel": { "alias": "mobileCloseMenuButtonLabel"; "required": false; }; "mobileDoneButtonLabel": { "alias": "mobileDoneButtonLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2118
2118
|
}
|
|
2119
2119
|
export declare interface SwirlMenuItem extends Components.SwirlMenuItem {
|
|
2120
2120
|
}
|
|
@@ -2123,7 +2123,7 @@ export declare class SwirlMenuItem {
|
|
|
2123
2123
|
protected el: HTMLElement;
|
|
2124
2124
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2125
2125
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlMenuItem, never>;
|
|
2126
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenuItem, "swirl-menu-item", never, { "description": "description"; "disabled": "disabled"; "expanded": "expanded"; "icon": "icon"; "intent": "intent"; "label": "label"; "suffix": "suffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlMenuItem, "swirl-menu-item", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2127
2127
|
}
|
|
2128
2128
|
export declare interface SwirlModal extends Components.SwirlModal {
|
|
2129
2129
|
/**
|
|
@@ -2152,7 +2152,7 @@ export declare class SwirlModal {
|
|
|
2152
2152
|
protected el: HTMLElement;
|
|
2153
2153
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2154
2154
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
2155
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": "closable"; "closeButtonLabel": "closeButtonLabel"; "height": "height"; "hideCloseButton": "hideCloseButton"; "hideLabel": "hideLabel"; "label": "label"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "padded": "padded"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2155
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closable": { "alias": "closable"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2156
2156
|
}
|
|
2157
2157
|
export declare interface SwirlOptionList extends Components.SwirlOptionList {
|
|
2158
2158
|
/**
|
|
@@ -2173,7 +2173,7 @@ export declare class SwirlOptionList {
|
|
|
2173
2173
|
protected el: HTMLElement;
|
|
2174
2174
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2175
2175
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionList, never>;
|
|
2176
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionList, "swirl-option-list", never, { "allowDeselect": "allowDeselect"; "allowDrag": "allowDrag"; "assistiveTextItemGrabbed": "assistiveTextItemGrabbed"; "assistiveTextItemMoved": "assistiveTextItemMoved"; "assistiveTextItemMoving": "assistiveTextItemMoving"; "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2176
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionList, "swirl-option-list", never, { "allowDeselect": { "alias": "allowDeselect"; "required": false; }; "allowDrag": { "alias": "allowDrag"; "required": false; }; "assistiveTextItemGrabbed": { "alias": "assistiveTextItemGrabbed"; "required": false; }; "assistiveTextItemMoved": { "alias": "assistiveTextItemMoved"; "required": false; }; "assistiveTextItemMoving": { "alias": "assistiveTextItemMoving"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "optionListId": { "alias": "optionListId"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2177
2177
|
}
|
|
2178
2178
|
export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem {
|
|
2179
2179
|
/**
|
|
@@ -2186,7 +2186,7 @@ export declare class SwirlOptionListItem {
|
|
|
2186
2186
|
protected el: HTMLElement;
|
|
2187
2187
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2188
2188
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListItem, never>;
|
|
2189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListItem, "swirl-option-list-item", never, { "allowDrag": "allowDrag"; "context": "context"; "description": "description"; "disabled": "disabled"; "dragHandleDescription": "dragHandleDescription"; "dragHandleLabel": "dragHandleLabel"; "dragging": "dragging"; "icon": "icon"; "label": "label"; "selected": "selected"; "swirlAriaRole": "swirlAriaRole"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2189
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListItem, "swirl-option-list-item", never, { "allowDrag": { "alias": "allowDrag"; "required": false; }; "context": { "alias": "context"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dragHandleDescription": { "alias": "dragHandleDescription"; "required": false; }; "dragHandleLabel": { "alias": "dragHandleLabel"; "required": false; }; "dragging": { "alias": "dragging"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "swirlAriaRole": { "alias": "swirlAriaRole"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2190
2190
|
}
|
|
2191
2191
|
export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection {
|
|
2192
2192
|
}
|
|
@@ -2195,7 +2195,7 @@ export declare class SwirlOptionListSection {
|
|
|
2195
2195
|
protected el: HTMLElement;
|
|
2196
2196
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2197
2197
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListSection, never>;
|
|
2198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListSection, "swirl-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
2198
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListSection, "swirl-option-list-section", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2199
2199
|
}
|
|
2200
2200
|
export declare interface SwirlPagination extends Components.SwirlPagination {
|
|
2201
2201
|
/**
|
|
@@ -2212,7 +2212,7 @@ export declare class SwirlPagination {
|
|
|
2212
2212
|
protected el: HTMLElement;
|
|
2213
2213
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2214
2214
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPagination, never>;
|
|
2215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "firstPageButtonLabel": "firstPageButtonLabel"; "label": "label"; "lastPageButtonLabel": "lastPageButtonLabel"; "nextButtonLabel": "nextButtonLabel"; "page": "page"; "pageLabel": "pageLabel"; "pageSelectLabel": "pageSelectLabel"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "pageSizeSelectLabel": "pageSizeSelectLabel"; "pages": "pages"; "prevButtonLabel": "prevButtonLabel"; "showPageSizeSelect": "showPageSizeSelect"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2215
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "firstPageButtonLabel": { "alias": "firstPageButtonLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "lastPageButtonLabel": { "alias": "lastPageButtonLabel"; "required": false; }; "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageLabel": { "alias": "pageLabel"; "required": false; }; "pageSelectLabel": { "alias": "pageSelectLabel"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "pageSizeSelectLabel": { "alias": "pageSizeSelectLabel"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "prevButtonLabel": { "alias": "prevButtonLabel"; "required": false; }; "showPageSizeSelect": { "alias": "showPageSizeSelect"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2216
2216
|
}
|
|
2217
2217
|
export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
2218
2218
|
/**
|
|
@@ -2229,7 +2229,7 @@ export declare class SwirlPdfReader {
|
|
|
2229
2229
|
protected el: HTMLElement;
|
|
2230
2230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2231
2231
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
|
|
2232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "autoZoomLabel": "autoZoomLabel"; "closeButtonLabel": "closeButtonLabel"; "downloadButtonEnabled": "downloadButtonEnabled"; "downloadButtonLabel": "downloadButtonLabel"; "file": "file"; "fileName": "fileName"; "fileTypeLabel": "fileTypeLabel"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "pdfWorkerSrc": "pdfWorkerSrc"; "printButtonEnabled": "printButtonEnabled"; "printButtonLabel": "printButtonLabel"; "sideBySideButtonLabel": "sideBySideButtonLabel"; "thumbnailButtonLabel": "thumbnailButtonLabel"; "thumbnailsButtonLabel": "thumbnailsButtonLabel"; "thumbnailsLabel": "thumbnailsLabel"; "zoomInButtonLabel": "zoomInButtonLabel"; "zoomOutButtonLabel": "zoomOutButtonLabel"; "zoomSelectLabel": "zoomSelectLabel"; }, {}, never, ["*"], false>;
|
|
2232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "autoZoomLabel": { "alias": "autoZoomLabel"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "downloadButtonEnabled": { "alias": "downloadButtonEnabled"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; "file": { "alias": "file"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "fileTypeLabel": { "alias": "fileTypeLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "menuTriggerLabel": { "alias": "menuTriggerLabel"; "required": false; }; "pdfWorkerSrc": { "alias": "pdfWorkerSrc"; "required": false; }; "printButtonEnabled": { "alias": "printButtonEnabled"; "required": false; }; "printButtonLabel": { "alias": "printButtonLabel"; "required": false; }; "sideBySideButtonLabel": { "alias": "sideBySideButtonLabel"; "required": false; }; "thumbnailButtonLabel": { "alias": "thumbnailButtonLabel"; "required": false; }; "thumbnailsButtonLabel": { "alias": "thumbnailsButtonLabel"; "required": false; }; "thumbnailsLabel": { "alias": "thumbnailsLabel"; "required": false; }; "zoomInButtonLabel": { "alias": "zoomInButtonLabel"; "required": false; }; "zoomOutButtonLabel": { "alias": "zoomOutButtonLabel"; "required": false; }; "zoomSelectLabel": { "alias": "zoomSelectLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2233
2233
|
}
|
|
2234
2234
|
export declare interface SwirlPopover extends Components.SwirlPopover {
|
|
2235
2235
|
/**
|
|
@@ -2248,7 +2248,7 @@ export declare class SwirlPopover {
|
|
|
2248
2248
|
protected el: HTMLElement;
|
|
2249
2249
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2250
2250
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
|
|
2251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": "animation"; "disableScrollLock": "disableScrollLock"; "enableFlip": "enableFlip"; "fullscreenBottomSheet": "fullscreenBottomSheet"; "label": "label"; "maxHeight": "maxHeight"; "offset": "offset"; "placement": "placement"; "popoverId": "popoverId"; "returnFocusToTrigger": "returnFocusToTrigger"; "transparent": "transparent"; "trigger": "trigger"; "triggerContainer": "triggerContainer"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
|
|
2251
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": { "alias": "animation"; "required": false; }; "disableScrollLock": { "alias": "disableScrollLock"; "required": false; }; "enableFlip": { "alias": "enableFlip"; "required": false; }; "fullscreenBottomSheet": { "alias": "fullscreenBottomSheet"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "popoverId": { "alias": "popoverId"; "required": false; }; "returnFocusToTrigger": { "alias": "returnFocusToTrigger"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "triggerContainer": { "alias": "triggerContainer"; "required": false; }; "useContainerWidth": { "alias": "useContainerWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2252
2252
|
}
|
|
2253
2253
|
export declare interface SwirlPopoverTrigger extends Components.SwirlPopoverTrigger {
|
|
2254
2254
|
}
|
|
@@ -2257,7 +2257,7 @@ export declare class SwirlPopoverTrigger {
|
|
|
2257
2257
|
protected el: HTMLElement;
|
|
2258
2258
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2259
2259
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopoverTrigger, never>;
|
|
2260
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "hidePopoverWhenInvisible": "hidePopoverWhenInvisible"; "parentScrollContainer": "parentScrollContainer"; "popover": "popover"; "setAriaAttributes": "setAriaAttributes"; }, {}, never, ["*"], false>;
|
|
2260
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "hidePopoverWhenInvisible": { "alias": "hidePopoverWhenInvisible"; "required": false; }; "parentScrollContainer": { "alias": "parentScrollContainer"; "required": false; }; "popover": { "alias": "popover"; "required": false; }; "setAriaAttributes": { "alias": "setAriaAttributes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2261
2261
|
}
|
|
2262
2262
|
export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
|
|
2263
2263
|
}
|
|
@@ -2266,7 +2266,7 @@ export declare class SwirlProgressIndicator {
|
|
|
2266
2266
|
protected el: HTMLElement;
|
|
2267
2267
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2268
2268
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlProgressIndicator, never>;
|
|
2269
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlProgressIndicator, "swirl-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2269
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlProgressIndicator, "swirl-progress-indicator", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2270
2270
|
}
|
|
2271
2271
|
export declare interface SwirlRadio extends Components.SwirlRadio {
|
|
2272
2272
|
/**
|
|
@@ -2279,7 +2279,7 @@ export declare class SwirlRadio {
|
|
|
2279
2279
|
protected el: HTMLElement;
|
|
2280
2280
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2281
2281
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadio, never>;
|
|
2282
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadio, "swirl-radio", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2282
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadio, "swirl-radio", never, { "checked": { "alias": "checked"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2283
2283
|
}
|
|
2284
2284
|
export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup {
|
|
2285
2285
|
/**
|
|
@@ -2292,7 +2292,7 @@ export declare class SwirlRadioGroup {
|
|
|
2292
2292
|
protected el: HTMLElement;
|
|
2293
2293
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2294
2294
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadioGroup, never>;
|
|
2295
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadioGroup, "swirl-radio-group", never, { "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2295
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadioGroup, "swirl-radio-group", never, { "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2296
2296
|
}
|
|
2297
2297
|
export declare interface SwirlResourceList extends Components.SwirlResourceList {
|
|
2298
2298
|
/**
|
|
@@ -2309,7 +2309,7 @@ export declare class SwirlResourceList {
|
|
|
2309
2309
|
protected el: HTMLElement;
|
|
2310
2310
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2311
2311
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceList, never>;
|
|
2312
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceList, "swirl-resource-list", never, { "allowDrag": "allowDrag"; "assistiveTextItemGrabbed": "assistiveTextItemGrabbed"; "assistiveTextItemMoved": "assistiveTextItemMoved"; "assistiveTextItemMoving": "assistiveTextItemMoving"; "controllingElement": "controllingElement"; "label": "label"; }, {}, never, ["*"], false>;
|
|
2312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceList, "swirl-resource-list", never, { "allowDrag": { "alias": "allowDrag"; "required": false; }; "assistiveTextItemGrabbed": { "alias": "assistiveTextItemGrabbed"; "required": false; }; "assistiveTextItemMoved": { "alias": "assistiveTextItemMoved"; "required": false; }; "assistiveTextItemMoving": { "alias": "assistiveTextItemMoving"; "required": false; }; "controllingElement": { "alias": "controllingElement"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2313
2313
|
}
|
|
2314
2314
|
export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem {
|
|
2315
2315
|
/**
|
|
@@ -2322,7 +2322,7 @@ export declare class SwirlResourceListFileItem {
|
|
|
2322
2322
|
protected el: HTMLElement;
|
|
2323
2323
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2324
2324
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListFileItem, never>;
|
|
2325
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListFileItem, "swirl-resource-list-file-item", never, { "description": "description"; "errorMessage": "errorMessage"; "icon": "icon"; "label": "label"; "loading": "loading"; "removable": "removable"; "removeButtonLabel": "removeButtonLabel"; }, {}, never, ["*"], false>;
|
|
2325
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListFileItem, "swirl-resource-list-file-item", never, { "description": { "alias": "description"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2326
2326
|
}
|
|
2327
2327
|
export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem {
|
|
2328
2328
|
/**
|
|
@@ -2339,7 +2339,7 @@ export declare class SwirlResourceListItem {
|
|
|
2339
2339
|
protected el: HTMLElement;
|
|
2340
2340
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2341
2341
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListItem, never>;
|
|
2342
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListItem, "swirl-resource-list-item", never, { "active": "active"; "allowDrag": "allowDrag"; "allowHtml": "allowHtml"; "checked": "checked"; "compact": "compact"; "description": "description"; "descriptionWrap": "descriptionWrap"; "disabled": "disabled"; "dragHandleDescription": "dragHandleDescription"; "dragHandleLabel": "dragHandleLabel"; "dragging": "dragging"; "hideDivider": "hideDivider"; "href": "href"; "interactive": "interactive"; "label": "label"; "labelWeight": "labelWeight"; "labelWrap": "labelWrap"; "menuTriggerId": "menuTriggerId"; "menuTriggerLabel": "menuTriggerLabel"; "meta": "meta"; "selectable": "selectable"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2342
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListItem, "swirl-resource-list-item", never, { "active": { "alias": "active"; "required": false; }; "allowDrag": { "alias": "allowDrag"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "descriptionWrap": { "alias": "descriptionWrap"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dragHandleDescription": { "alias": "dragHandleDescription"; "required": false; }; "dragHandleLabel": { "alias": "dragHandleLabel"; "required": false; }; "dragging": { "alias": "dragging"; "required": false; }; "hideDivider": { "alias": "hideDivider"; "required": false; }; "href": { "alias": "href"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelWeight": { "alias": "labelWeight"; "required": false; }; "labelWrap": { "alias": "labelWrap"; "required": false; }; "menuTriggerId": { "alias": "menuTriggerId"; "required": false; }; "menuTriggerLabel": { "alias": "menuTriggerLabel"; "required": false; }; "meta": { "alias": "meta"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2343
2343
|
}
|
|
2344
2344
|
export declare interface SwirlSearch extends Components.SwirlSearch {
|
|
2345
2345
|
/**
|
|
@@ -2364,7 +2364,7 @@ export declare class SwirlSearch {
|
|
|
2364
2364
|
protected el: HTMLElement;
|
|
2365
2365
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2366
2366
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSearch, never>;
|
|
2367
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
2367
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2368
2368
|
}
|
|
2369
2369
|
export declare interface SwirlSelect extends Components.SwirlSelect {
|
|
2370
2370
|
/**
|
|
@@ -2381,7 +2381,7 @@ export declare class SwirlSelect {
|
|
|
2381
2381
|
protected el: HTMLElement;
|
|
2382
2382
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2383
2383
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
|
|
2384
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "allowDeselect": "allowDeselect"; "disabled": "disabled"; "emptyListLabel": "emptyListLabel"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "searchInputLabel": "searchInputLabel"; "searchLoading": "searchLoading"; "searchPlaceholder": "searchPlaceholder"; "selectId": "selectId"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; "withSearch": "withSearch"; }, {}, never, ["*"], false>;
|
|
2384
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "allowDeselect": { "alias": "allowDeselect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "emptyListLabel": { "alias": "emptyListLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "required": { "alias": "required"; "required": false; }; "searchInputLabel": { "alias": "searchInputLabel"; "required": false; }; "searchLoading": { "alias": "searchLoading"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "selectId": { "alias": "selectId"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; "withSearch": { "alias": "withSearch"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2385
2385
|
}
|
|
2386
2386
|
export declare interface SwirlSeparator extends Components.SwirlSeparator {
|
|
2387
2387
|
}
|
|
@@ -2390,7 +2390,7 @@ export declare class SwirlSeparator {
|
|
|
2390
2390
|
protected el: HTMLElement;
|
|
2391
2391
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2392
2392
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
|
|
2393
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "orientation": "orientation"; "spacing": "spacing"; }, {}, never, ["*"], false>;
|
|
2393
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "orientation": { "alias": "orientation"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2394
2394
|
}
|
|
2395
2395
|
export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
2396
2396
|
/**
|
|
@@ -2407,7 +2407,7 @@ export declare class SwirlShellLayout {
|
|
|
2407
2407
|
protected el: HTMLElement;
|
|
2408
2408
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2409
2409
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellLayout, never>;
|
|
2410
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellLayout, "swirl-shell-layout", never, { "brandedHeader": "brandedHeader"; "browserBackButtonLabel": "browserBackButtonLabel"; "browserForwardButtonLabel": "browserForwardButtonLabel"; "hideMobileNavigationButtonLabel": "hideMobileNavigationButtonLabel"; "navigationLabel": "navigationLabel"; "navigationToggleLabel": "navigationToggleLabel"; "sidebarActive": "sidebarActive"; "sidebarToggleBadge": "sidebarToggleBadge"; "sidebarToggleBadgeAriaLabel": "sidebarToggleBadgeAriaLabel"; "sidebarToggleIcon": "sidebarToggleIcon"; "sidebarToggleLabel": "sidebarToggleLabel"; "skipLinkLabel": "skipLinkLabel"; }, {}, never, ["*"], false>;
|
|
2410
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellLayout, "swirl-shell-layout", never, { "brandedHeader": { "alias": "brandedHeader"; "required": false; }; "browserBackButtonLabel": { "alias": "browserBackButtonLabel"; "required": false; }; "browserForwardButtonLabel": { "alias": "browserForwardButtonLabel"; "required": false; }; "hideMobileNavigationButtonLabel": { "alias": "hideMobileNavigationButtonLabel"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "navigationToggleLabel": { "alias": "navigationToggleLabel"; "required": false; }; "sidebarActive": { "alias": "sidebarActive"; "required": false; }; "sidebarToggleBadge": { "alias": "sidebarToggleBadge"; "required": false; }; "sidebarToggleBadgeAriaLabel": { "alias": "sidebarToggleBadgeAriaLabel"; "required": false; }; "sidebarToggleIcon": { "alias": "sidebarToggleIcon"; "required": false; }; "sidebarToggleLabel": { "alias": "sidebarToggleLabel"; "required": false; }; "skipLinkLabel": { "alias": "skipLinkLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2411
2411
|
}
|
|
2412
2412
|
export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
|
|
2413
2413
|
}
|
|
@@ -2416,7 +2416,7 @@ export declare class SwirlShellNavigationItem {
|
|
|
2416
2416
|
protected el: HTMLElement;
|
|
2417
2417
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2418
2418
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
|
|
2419
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": "active"; "badgeLabel": "badgeLabel"; "boxed": "boxed"; "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
|
|
2419
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "href": { "alias": "href"; "required": false; }; "label": { "alias": "label"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2420
2420
|
}
|
|
2421
2421
|
export declare interface SwirlSkeletonBox extends Components.SwirlSkeletonBox {
|
|
2422
2422
|
}
|
|
@@ -2425,7 +2425,7 @@ export declare class SwirlSkeletonBox {
|
|
|
2425
2425
|
protected el: HTMLElement;
|
|
2426
2426
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2427
2427
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSkeletonBox, never>;
|
|
2428
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSkeletonBox, "swirl-skeleton-box", never, { "animated": "animated"; "aspectRatio": "aspectRatio"; "borderRadius": "borderRadius"; "height": "height"; "width": "width"; }, {}, never, ["*"], false>;
|
|
2428
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSkeletonBox, "swirl-skeleton-box", never, { "animated": { "alias": "animated"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2429
2429
|
}
|
|
2430
2430
|
export declare interface SwirlSkeletonText extends Components.SwirlSkeletonText {
|
|
2431
2431
|
}
|
|
@@ -2434,7 +2434,7 @@ export declare class SwirlSkeletonText {
|
|
|
2434
2434
|
protected el: HTMLElement;
|
|
2435
2435
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2436
2436
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSkeletonText, never>;
|
|
2437
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSkeletonText, "swirl-skeleton-text", never, { "animated": "animated"; "lines": "lines"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2437
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSkeletonText, "swirl-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2438
2438
|
}
|
|
2439
2439
|
export declare interface SwirlSpinner extends Components.SwirlSpinner {
|
|
2440
2440
|
}
|
|
@@ -2443,7 +2443,7 @@ export declare class SwirlSpinner {
|
|
|
2443
2443
|
protected el: HTMLElement;
|
|
2444
2444
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2445
2445
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSpinner, never>;
|
|
2446
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSpinner, "swirl-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2446
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSpinner, "swirl-spinner", never, { "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2447
2447
|
}
|
|
2448
2448
|
export declare interface SwirlStack extends Components.SwirlStack {
|
|
2449
2449
|
}
|
|
@@ -2452,7 +2452,7 @@ export declare class SwirlStack {
|
|
|
2452
2452
|
protected el: HTMLElement;
|
|
2453
2453
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2454
2454
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStack, never>;
|
|
2455
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "height": "height"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
2455
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": { "alias": "align"; "required": false; }; "as": { "alias": "as"; "required": false; }; "height": { "alias": "height"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2456
2456
|
}
|
|
2457
2457
|
export declare interface SwirlStatusIndicator extends Components.SwirlStatusIndicator {
|
|
2458
2458
|
}
|
|
@@ -2461,7 +2461,7 @@ export declare class SwirlStatusIndicator {
|
|
|
2461
2461
|
protected el: HTMLElement;
|
|
2462
2462
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2463
2463
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStatusIndicator, never>;
|
|
2464
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStatusIndicator, "swirl-status-indicator", never, { "intent": "intent"; "label": "label"; }, {}, never, ["*"], false>;
|
|
2464
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStatusIndicator, "swirl-status-indicator", never, { "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2465
2465
|
}
|
|
2466
2466
|
export declare interface SwirlSwitch extends Components.SwirlSwitch {
|
|
2467
2467
|
/**
|
|
@@ -2474,7 +2474,7 @@ export declare class SwirlSwitch {
|
|
|
2474
2474
|
protected el: HTMLElement;
|
|
2475
2475
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2476
2476
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
|
|
2477
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "labelPosition": "labelPosition"; "value": "value"; }, {}, never, ["*"], false>;
|
|
2477
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2478
2478
|
}
|
|
2479
2479
|
export declare interface SwirlSymbol extends Components.SwirlSymbol {
|
|
2480
2480
|
}
|
|
@@ -2483,7 +2483,7 @@ export declare class SwirlSymbol {
|
|
|
2483
2483
|
protected el: HTMLElement;
|
|
2484
2484
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2485
2485
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbol, never>;
|
|
2486
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbol, "swirl-symbol", never, { "glyph": "glyph"; "size": "size"; }, {}, never, ["*"], false>;
|
|
2486
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbol, "swirl-symbol", never, { "glyph": { "alias": "glyph"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2487
2487
|
}
|
|
2488
2488
|
export declare interface SwirlSymbolAccountCircle extends Components.SwirlSymbolAccountCircle {
|
|
2489
2489
|
}
|
|
@@ -2492,7 +2492,7 @@ export declare class SwirlSymbolAccountCircle {
|
|
|
2492
2492
|
protected el: HTMLElement;
|
|
2493
2493
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2494
2494
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAccountCircle, never>;
|
|
2495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAccountCircle, "swirl-symbol-account-circle", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2495
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAccountCircle, "swirl-symbol-account-circle", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2496
2496
|
}
|
|
2497
2497
|
export declare interface SwirlSymbolAlternateEmail extends Components.SwirlSymbolAlternateEmail {
|
|
2498
2498
|
}
|
|
@@ -2501,7 +2501,7 @@ export declare class SwirlSymbolAlternateEmail {
|
|
|
2501
2501
|
protected el: HTMLElement;
|
|
2502
2502
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2503
2503
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAlternateEmail, never>;
|
|
2504
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAlternateEmail, "swirl-symbol-alternate-email", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2504
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAlternateEmail, "swirl-symbol-alternate-email", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2505
2505
|
}
|
|
2506
2506
|
export declare interface SwirlSymbolAndroid extends Components.SwirlSymbolAndroid {
|
|
2507
2507
|
}
|
|
@@ -2510,7 +2510,7 @@ export declare class SwirlSymbolAndroid {
|
|
|
2510
2510
|
protected el: HTMLElement;
|
|
2511
2511
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2512
2512
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAndroid, never>;
|
|
2513
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAndroid, "swirl-symbol-android", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2513
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAndroid, "swirl-symbol-android", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2514
2514
|
}
|
|
2515
2515
|
export declare interface SwirlSymbolAnnouncement extends Components.SwirlSymbolAnnouncement {
|
|
2516
2516
|
}
|
|
@@ -2519,7 +2519,7 @@ export declare class SwirlSymbolAnnouncement {
|
|
|
2519
2519
|
protected el: HTMLElement;
|
|
2520
2520
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2521
2521
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAnnouncement, never>;
|
|
2522
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAnnouncement, "swirl-symbol-announcement", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2522
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAnnouncement, "swirl-symbol-announcement", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2523
2523
|
}
|
|
2524
2524
|
export declare interface SwirlSymbolBackup extends Components.SwirlSymbolBackup {
|
|
2525
2525
|
}
|
|
@@ -2528,7 +2528,7 @@ export declare class SwirlSymbolBackup {
|
|
|
2528
2528
|
protected el: HTMLElement;
|
|
2529
2529
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2530
2530
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBackup, never>;
|
|
2531
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBackup, "swirl-symbol-backup", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2531
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBackup, "swirl-symbol-backup", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2532
2532
|
}
|
|
2533
2533
|
export declare interface SwirlSymbolBeachAccess extends Components.SwirlSymbolBeachAccess {
|
|
2534
2534
|
}
|
|
@@ -2537,7 +2537,7 @@ export declare class SwirlSymbolBeachAccess {
|
|
|
2537
2537
|
protected el: HTMLElement;
|
|
2538
2538
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2539
2539
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBeachAccess, never>;
|
|
2540
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBeachAccess, "swirl-symbol-beach-access", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2540
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBeachAccess, "swirl-symbol-beach-access", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2541
2541
|
}
|
|
2542
2542
|
export declare interface SwirlSymbolBookmark extends Components.SwirlSymbolBookmark {
|
|
2543
2543
|
}
|
|
@@ -2546,7 +2546,7 @@ export declare class SwirlSymbolBookmark {
|
|
|
2546
2546
|
protected el: HTMLElement;
|
|
2547
2547
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2548
2548
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBookmark, never>;
|
|
2549
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBookmark, "swirl-symbol-bookmark", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2549
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBookmark, "swirl-symbol-bookmark", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2550
2550
|
}
|
|
2551
2551
|
export declare interface SwirlSymbolCloud extends Components.SwirlSymbolCloud {
|
|
2552
2552
|
}
|
|
@@ -2555,7 +2555,7 @@ export declare class SwirlSymbolCloud {
|
|
|
2555
2555
|
protected el: HTMLElement;
|
|
2556
2556
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2557
2557
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolCloud, never>;
|
|
2558
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCloud, "swirl-symbol-cloud", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2558
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCloud, "swirl-symbol-cloud", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2559
2559
|
}
|
|
2560
2560
|
export declare interface SwirlSymbolCoronavirus extends Components.SwirlSymbolCoronavirus {
|
|
2561
2561
|
}
|
|
@@ -2564,7 +2564,7 @@ export declare class SwirlSymbolCoronavirus {
|
|
|
2564
2564
|
protected el: HTMLElement;
|
|
2565
2565
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2566
2566
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolCoronavirus, never>;
|
|
2567
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCoronavirus, "swirl-symbol-coronavirus", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2567
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCoronavirus, "swirl-symbol-coronavirus", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2568
2568
|
}
|
|
2569
2569
|
export declare interface SwirlSymbolDesktopWindows extends Components.SwirlSymbolDesktopWindows {
|
|
2570
2570
|
}
|
|
@@ -2573,7 +2573,7 @@ export declare class SwirlSymbolDesktopWindows {
|
|
|
2573
2573
|
protected el: HTMLElement;
|
|
2574
2574
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2575
2575
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolDesktopWindows, never>;
|
|
2576
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDesktopWindows, "swirl-symbol-desktop-windows", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDesktopWindows, "swirl-symbol-desktop-windows", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2577
2577
|
}
|
|
2578
2578
|
export declare interface SwirlSymbolDirectionsCarFilled extends Components.SwirlSymbolDirectionsCarFilled {
|
|
2579
2579
|
}
|
|
@@ -2582,7 +2582,7 @@ export declare class SwirlSymbolDirectionsCarFilled {
|
|
|
2582
2582
|
protected el: HTMLElement;
|
|
2583
2583
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2584
2584
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolDirectionsCarFilled, never>;
|
|
2585
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDirectionsCarFilled, "swirl-symbol-directions-car-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2585
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDirectionsCarFilled, "swirl-symbol-directions-car-filled", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2586
2586
|
}
|
|
2587
2587
|
export declare interface SwirlSymbolEditCalendar extends Components.SwirlSymbolEditCalendar {
|
|
2588
2588
|
}
|
|
@@ -2591,7 +2591,7 @@ export declare class SwirlSymbolEditCalendar {
|
|
|
2591
2591
|
protected el: HTMLElement;
|
|
2592
2592
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2593
2593
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEditCalendar, never>;
|
|
2594
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEditCalendar, "swirl-symbol-edit-calendar", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2594
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEditCalendar, "swirl-symbol-edit-calendar", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2595
2595
|
}
|
|
2596
2596
|
export declare interface SwirlSymbolEmail extends Components.SwirlSymbolEmail {
|
|
2597
2597
|
}
|
|
@@ -2600,7 +2600,7 @@ export declare class SwirlSymbolEmail {
|
|
|
2600
2600
|
protected el: HTMLElement;
|
|
2601
2601
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2602
2602
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEmail, never>;
|
|
2603
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEmail, "swirl-symbol-email", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2603
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEmail, "swirl-symbol-email", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2604
2604
|
}
|
|
2605
2605
|
export declare interface SwirlSymbolEmojiFoodBeverage extends Components.SwirlSymbolEmojiFoodBeverage {
|
|
2606
2606
|
}
|
|
@@ -2609,7 +2609,7 @@ export declare class SwirlSymbolEmojiFoodBeverage {
|
|
|
2609
2609
|
protected el: HTMLElement;
|
|
2610
2610
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2611
2611
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEmojiFoodBeverage, never>;
|
|
2612
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEmojiFoodBeverage, "swirl-symbol-emoji-food-beverage", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2612
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEmojiFoodBeverage, "swirl-symbol-emoji-food-beverage", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2613
2613
|
}
|
|
2614
2614
|
export declare interface SwirlSymbolEventMenu extends Components.SwirlSymbolEventMenu {
|
|
2615
2615
|
}
|
|
@@ -2618,7 +2618,7 @@ export declare class SwirlSymbolEventMenu {
|
|
|
2618
2618
|
protected el: HTMLElement;
|
|
2619
2619
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2620
2620
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEventMenu, never>;
|
|
2621
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEventMenu, "swirl-symbol-event-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2621
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEventMenu, "swirl-symbol-event-menu", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2622
2622
|
}
|
|
2623
2623
|
export declare interface SwirlSymbolFacebook extends Components.SwirlSymbolFacebook {
|
|
2624
2624
|
}
|
|
@@ -2627,7 +2627,7 @@ export declare class SwirlSymbolFacebook {
|
|
|
2627
2627
|
protected el: HTMLElement;
|
|
2628
2628
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2629
2629
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFacebook, never>;
|
|
2630
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFacebook, "swirl-symbol-facebook", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2630
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFacebook, "swirl-symbol-facebook", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2631
2631
|
}
|
|
2632
2632
|
export declare interface SwirlSymbolFavorite extends Components.SwirlSymbolFavorite {
|
|
2633
2633
|
}
|
|
@@ -2636,7 +2636,7 @@ export declare class SwirlSymbolFavorite {
|
|
|
2636
2636
|
protected el: HTMLElement;
|
|
2637
2637
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2638
2638
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFavorite, never>;
|
|
2639
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFavorite, "swirl-symbol-favorite", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2639
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFavorite, "swirl-symbol-favorite", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2640
2640
|
}
|
|
2641
2641
|
export declare interface SwirlSymbolFitnessCenter extends Components.SwirlSymbolFitnessCenter {
|
|
2642
2642
|
}
|
|
@@ -2645,7 +2645,7 @@ export declare class SwirlSymbolFitnessCenter {
|
|
|
2645
2645
|
protected el: HTMLElement;
|
|
2646
2646
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2647
2647
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFitnessCenter, never>;
|
|
2648
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFitnessCenter, "swirl-symbol-fitness-center", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2648
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFitnessCenter, "swirl-symbol-fitness-center", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2649
2649
|
}
|
|
2650
2650
|
export declare interface SwirlSymbolFlag extends Components.SwirlSymbolFlag {
|
|
2651
2651
|
}
|
|
@@ -2654,7 +2654,7 @@ export declare class SwirlSymbolFlag {
|
|
|
2654
2654
|
protected el: HTMLElement;
|
|
2655
2655
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2656
2656
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFlag, never>;
|
|
2657
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFlag, "swirl-symbol-flag", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2657
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFlag, "swirl-symbol-flag", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2658
2658
|
}
|
|
2659
2659
|
export declare interface SwirlSymbolFolder extends Components.SwirlSymbolFolder {
|
|
2660
2660
|
}
|
|
@@ -2663,7 +2663,7 @@ export declare class SwirlSymbolFolder {
|
|
|
2663
2663
|
protected el: HTMLElement;
|
|
2664
2664
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2665
2665
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFolder, never>;
|
|
2666
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFolder, "swirl-symbol-folder", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2666
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFolder, "swirl-symbol-folder", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2667
2667
|
}
|
|
2668
2668
|
export declare interface SwirlSymbolGlobe extends Components.SwirlSymbolGlobe {
|
|
2669
2669
|
}
|
|
@@ -2672,7 +2672,7 @@ export declare class SwirlSymbolGlobe {
|
|
|
2672
2672
|
protected el: HTMLElement;
|
|
2673
2673
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2674
2674
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolGlobe, never>;
|
|
2675
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolGlobe, "swirl-symbol-globe", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2675
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolGlobe, "swirl-symbol-globe", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2676
2676
|
}
|
|
2677
2677
|
export declare interface SwirlSymbolGroups extends Components.SwirlSymbolGroups {
|
|
2678
2678
|
}
|
|
@@ -2681,7 +2681,7 @@ export declare class SwirlSymbolGroups {
|
|
|
2681
2681
|
protected el: HTMLElement;
|
|
2682
2682
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2683
2683
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolGroups, never>;
|
|
2684
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolGroups, "swirl-symbol-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2684
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolGroups, "swirl-symbol-groups", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2685
2685
|
}
|
|
2686
2686
|
export declare interface SwirlSymbolHelp extends Components.SwirlSymbolHelp {
|
|
2687
2687
|
}
|
|
@@ -2690,7 +2690,7 @@ export declare class SwirlSymbolHelp {
|
|
|
2690
2690
|
protected el: HTMLElement;
|
|
2691
2691
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2692
2692
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolHelp, never>;
|
|
2693
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHelp, "swirl-symbol-help", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2693
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHelp, "swirl-symbol-help", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2694
2694
|
}
|
|
2695
2695
|
export declare interface SwirlSymbolImage extends Components.SwirlSymbolImage {
|
|
2696
2696
|
}
|
|
@@ -2699,7 +2699,7 @@ export declare class SwirlSymbolImage {
|
|
|
2699
2699
|
protected el: HTMLElement;
|
|
2700
2700
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2701
2701
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolImage, never>;
|
|
2702
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolImage, "swirl-symbol-image", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2702
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolImage, "swirl-symbol-image", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2703
2703
|
}
|
|
2704
2704
|
export declare interface SwirlSymbolInfoMenu extends Components.SwirlSymbolInfoMenu {
|
|
2705
2705
|
}
|
|
@@ -2708,7 +2708,7 @@ export declare class SwirlSymbolInfoMenu {
|
|
|
2708
2708
|
protected el: HTMLElement;
|
|
2709
2709
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2710
2710
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolInfoMenu, never>;
|
|
2711
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInfoMenu, "swirl-symbol-info-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2711
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInfoMenu, "swirl-symbol-info-menu", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2712
2712
|
}
|
|
2713
2713
|
export declare interface SwirlSymbolInstagram extends Components.SwirlSymbolInstagram {
|
|
2714
2714
|
}
|
|
@@ -2717,7 +2717,7 @@ export declare class SwirlSymbolInstagram {
|
|
|
2717
2717
|
protected el: HTMLElement;
|
|
2718
2718
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2719
2719
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolInstagram, never>;
|
|
2720
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInstagram, "swirl-symbol-instagram", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2720
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInstagram, "swirl-symbol-instagram", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2721
2721
|
}
|
|
2722
2722
|
export declare interface SwirlSymbolIos extends Components.SwirlSymbolIos {
|
|
2723
2723
|
}
|
|
@@ -2726,7 +2726,7 @@ export declare class SwirlSymbolIos {
|
|
|
2726
2726
|
protected el: HTMLElement;
|
|
2727
2727
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2728
2728
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolIos, never>;
|
|
2729
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolIos, "swirl-symbol-ios", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2729
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolIos, "swirl-symbol-ios", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2730
2730
|
}
|
|
2731
2731
|
export declare interface SwirlSymbolLanguage extends Components.SwirlSymbolLanguage {
|
|
2732
2732
|
}
|
|
@@ -2735,7 +2735,7 @@ export declare class SwirlSymbolLanguage {
|
|
|
2735
2735
|
protected el: HTMLElement;
|
|
2736
2736
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2737
2737
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLanguage, never>;
|
|
2738
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLanguage, "swirl-symbol-language", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2738
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLanguage, "swirl-symbol-language", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2739
2739
|
}
|
|
2740
2740
|
export declare interface SwirlSymbolLeaderboard extends Components.SwirlSymbolLeaderboard {
|
|
2741
2741
|
}
|
|
@@ -2744,7 +2744,7 @@ export declare class SwirlSymbolLeaderboard {
|
|
|
2744
2744
|
protected el: HTMLElement;
|
|
2745
2745
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2746
2746
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLeaderboard, never>;
|
|
2747
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLeaderboard, "swirl-symbol-leaderboard", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2747
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLeaderboard, "swirl-symbol-leaderboard", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2748
2748
|
}
|
|
2749
2749
|
export declare interface SwirlSymbolLightbulb extends Components.SwirlSymbolLightbulb {
|
|
2750
2750
|
}
|
|
@@ -2753,7 +2753,7 @@ export declare class SwirlSymbolLightbulb {
|
|
|
2753
2753
|
protected el: HTMLElement;
|
|
2754
2754
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2755
2755
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLightbulb, never>;
|
|
2756
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLightbulb, "swirl-symbol-lightbulb", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2756
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLightbulb, "swirl-symbol-lightbulb", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2757
2757
|
}
|
|
2758
2758
|
export declare interface SwirlSymbolLinkedin extends Components.SwirlSymbolLinkedin {
|
|
2759
2759
|
}
|
|
@@ -2762,7 +2762,7 @@ export declare class SwirlSymbolLinkedin {
|
|
|
2762
2762
|
protected el: HTMLElement;
|
|
2763
2763
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2764
2764
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLinkedin, never>;
|
|
2765
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLinkedin, "swirl-symbol-linkedin", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2765
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLinkedin, "swirl-symbol-linkedin", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2766
2766
|
}
|
|
2767
2767
|
export declare interface SwirlSymbolLocationOn extends Components.SwirlSymbolLocationOn {
|
|
2768
2768
|
}
|
|
@@ -2771,7 +2771,7 @@ export declare class SwirlSymbolLocationOn {
|
|
|
2771
2771
|
protected el: HTMLElement;
|
|
2772
2772
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2773
2773
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLocationOn, never>;
|
|
2774
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLocationOn, "swirl-symbol-location-on", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2774
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLocationOn, "swirl-symbol-location-on", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2775
2775
|
}
|
|
2776
2776
|
export declare interface SwirlSymbolLoyalty extends Components.SwirlSymbolLoyalty {
|
|
2777
2777
|
}
|
|
@@ -2780,7 +2780,7 @@ export declare class SwirlSymbolLoyalty {
|
|
|
2780
2780
|
protected el: HTMLElement;
|
|
2781
2781
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2782
2782
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLoyalty, never>;
|
|
2783
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLoyalty, "swirl-symbol-loyalty", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2783
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLoyalty, "swirl-symbol-loyalty", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2784
2784
|
}
|
|
2785
2785
|
export declare interface SwirlSymbolMapsHomeWork extends Components.SwirlSymbolMapsHomeWork {
|
|
2786
2786
|
}
|
|
@@ -2789,7 +2789,7 @@ export declare class SwirlSymbolMapsHomeWork {
|
|
|
2789
2789
|
protected el: HTMLElement;
|
|
2790
2790
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2791
2791
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolMapsHomeWork, never>;
|
|
2792
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolMapsHomeWork, "swirl-symbol-maps-home-work", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2792
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolMapsHomeWork, "swirl-symbol-maps-home-work", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2793
2793
|
}
|
|
2794
2794
|
export declare interface SwirlSymbolNotifications extends Components.SwirlSymbolNotifications {
|
|
2795
2795
|
}
|
|
@@ -2798,7 +2798,7 @@ export declare class SwirlSymbolNotifications {
|
|
|
2798
2798
|
protected el: HTMLElement;
|
|
2799
2799
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2800
2800
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolNotifications, never>;
|
|
2801
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolNotifications, "swirl-symbol-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2801
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolNotifications, "swirl-symbol-notifications", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2802
2802
|
}
|
|
2803
2803
|
export declare interface SwirlSymbolOpenInNew extends Components.SwirlSymbolOpenInNew {
|
|
2804
2804
|
}
|
|
@@ -2807,7 +2807,7 @@ export declare class SwirlSymbolOpenInNew {
|
|
|
2807
2807
|
protected el: HTMLElement;
|
|
2808
2808
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2809
2809
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolOpenInNew, never>;
|
|
2810
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolOpenInNew, "swirl-symbol-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2810
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolOpenInNew, "swirl-symbol-open-in-new", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2811
2811
|
}
|
|
2812
2812
|
export declare interface SwirlSymbolPedalBike extends Components.SwirlSymbolPedalBike {
|
|
2813
2813
|
}
|
|
@@ -2816,7 +2816,7 @@ export declare class SwirlSymbolPedalBike {
|
|
|
2816
2816
|
protected el: HTMLElement;
|
|
2817
2817
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2818
2818
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPedalBike, never>;
|
|
2819
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPedalBike, "swirl-symbol-pedal-bike", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2819
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPedalBike, "swirl-symbol-pedal-bike", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2820
2820
|
}
|
|
2821
2821
|
export declare interface SwirlSymbolPinterest extends Components.SwirlSymbolPinterest {
|
|
2822
2822
|
}
|
|
@@ -2825,7 +2825,7 @@ export declare class SwirlSymbolPinterest {
|
|
|
2825
2825
|
protected el: HTMLElement;
|
|
2826
2826
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2827
2827
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPinterest, never>;
|
|
2828
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPinterest, "swirl-symbol-pinterest", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2828
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPinterest, "swirl-symbol-pinterest", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2829
2829
|
}
|
|
2830
2830
|
export declare interface SwirlSymbolPolicy extends Components.SwirlSymbolPolicy {
|
|
2831
2831
|
}
|
|
@@ -2834,7 +2834,7 @@ export declare class SwirlSymbolPolicy {
|
|
|
2834
2834
|
protected el: HTMLElement;
|
|
2835
2835
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2836
2836
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPolicy, never>;
|
|
2837
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPolicy, "swirl-symbol-policy", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2837
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPolicy, "swirl-symbol-policy", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2838
2838
|
}
|
|
2839
2839
|
export declare interface SwirlSymbolPushPin extends Components.SwirlSymbolPushPin {
|
|
2840
2840
|
}
|
|
@@ -2843,7 +2843,7 @@ export declare class SwirlSymbolPushPin {
|
|
|
2843
2843
|
protected el: HTMLElement;
|
|
2844
2844
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2845
2845
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPushPin, never>;
|
|
2846
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPushPin, "swirl-symbol-push-pin", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2846
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPushPin, "swirl-symbol-push-pin", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2847
2847
|
}
|
|
2848
2848
|
export declare interface SwirlSymbolRedeem extends Components.SwirlSymbolRedeem {
|
|
2849
2849
|
}
|
|
@@ -2852,7 +2852,7 @@ export declare class SwirlSymbolRedeem {
|
|
|
2852
2852
|
protected el: HTMLElement;
|
|
2853
2853
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2854
2854
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRedeem, never>;
|
|
2855
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRedeem, "swirl-symbol-redeem", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2855
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRedeem, "swirl-symbol-redeem", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2856
2856
|
}
|
|
2857
2857
|
export declare interface SwirlSymbolReportProblem extends Components.SwirlSymbolReportProblem {
|
|
2858
2858
|
}
|
|
@@ -2861,7 +2861,7 @@ export declare class SwirlSymbolReportProblem {
|
|
|
2861
2861
|
protected el: HTMLElement;
|
|
2862
2862
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2863
2863
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolReportProblem, never>;
|
|
2864
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolReportProblem, "swirl-symbol-report-problem", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2864
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolReportProblem, "swirl-symbol-report-problem", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2865
2865
|
}
|
|
2866
2866
|
export declare interface SwirlSymbolRestaurant extends Components.SwirlSymbolRestaurant {
|
|
2867
2867
|
}
|
|
@@ -2870,7 +2870,7 @@ export declare class SwirlSymbolRestaurant {
|
|
|
2870
2870
|
protected el: HTMLElement;
|
|
2871
2871
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2872
2872
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRestaurant, never>;
|
|
2873
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRestaurant, "swirl-symbol-restaurant", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2873
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRestaurant, "swirl-symbol-restaurant", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2874
2874
|
}
|
|
2875
2875
|
export declare interface SwirlSymbolRoadmap extends Components.SwirlSymbolRoadmap {
|
|
2876
2876
|
}
|
|
@@ -2879,7 +2879,7 @@ export declare class SwirlSymbolRoadmap {
|
|
|
2879
2879
|
protected el: HTMLElement;
|
|
2880
2880
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2881
2881
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRoadmap, never>;
|
|
2882
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRoadmap, "swirl-symbol-roadmap", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2882
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRoadmap, "swirl-symbol-roadmap", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2883
2883
|
}
|
|
2884
2884
|
export declare interface SwirlSymbolRoom extends Components.SwirlSymbolRoom {
|
|
2885
2885
|
}
|
|
@@ -2888,7 +2888,7 @@ export declare class SwirlSymbolRoom {
|
|
|
2888
2888
|
protected el: HTMLElement;
|
|
2889
2889
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2890
2890
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRoom, never>;
|
|
2891
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRoom, "swirl-symbol-room", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2891
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRoom, "swirl-symbol-room", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2892
2892
|
}
|
|
2893
2893
|
export declare interface SwirlSymbolSavings extends Components.SwirlSymbolSavings {
|
|
2894
2894
|
}
|
|
@@ -2897,7 +2897,7 @@ export declare class SwirlSymbolSavings {
|
|
|
2897
2897
|
protected el: HTMLElement;
|
|
2898
2898
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2899
2899
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSavings, never>;
|
|
2900
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSavings, "swirl-symbol-savings", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2900
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSavings, "swirl-symbol-savings", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2901
2901
|
}
|
|
2902
2902
|
export declare interface SwirlSymbolSettingsVoice extends Components.SwirlSymbolSettingsVoice {
|
|
2903
2903
|
}
|
|
@@ -2906,7 +2906,7 @@ export declare class SwirlSymbolSettingsVoice {
|
|
|
2906
2906
|
protected el: HTMLElement;
|
|
2907
2907
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2908
2908
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSettingsVoice, never>;
|
|
2909
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSettingsVoice, "swirl-symbol-settings-voice", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2909
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSettingsVoice, "swirl-symbol-settings-voice", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2910
2910
|
}
|
|
2911
2911
|
export declare interface SwirlSymbolShoppingCart extends Components.SwirlSymbolShoppingCart {
|
|
2912
2912
|
}
|
|
@@ -2915,7 +2915,7 @@ export declare class SwirlSymbolShoppingCart {
|
|
|
2915
2915
|
protected el: HTMLElement;
|
|
2916
2916
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2917
2917
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolShoppingCart, never>;
|
|
2918
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolShoppingCart, "swirl-symbol-shopping-cart", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2918
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolShoppingCart, "swirl-symbol-shopping-cart", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2919
2919
|
}
|
|
2920
2920
|
export declare interface SwirlSymbolSmartphone extends Components.SwirlSymbolSmartphone {
|
|
2921
2921
|
}
|
|
@@ -2924,7 +2924,7 @@ export declare class SwirlSymbolSmartphone {
|
|
|
2924
2924
|
protected el: HTMLElement;
|
|
2925
2925
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2926
2926
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSmartphone, never>;
|
|
2927
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSmartphone, "swirl-symbol-smartphone", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2927
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSmartphone, "swirl-symbol-smartphone", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2928
2928
|
}
|
|
2929
2929
|
export declare interface SwirlSymbolStar extends Components.SwirlSymbolStar {
|
|
2930
2930
|
}
|
|
@@ -2933,7 +2933,7 @@ export declare class SwirlSymbolStar {
|
|
|
2933
2933
|
protected el: HTMLElement;
|
|
2934
2934
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2935
2935
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolStar, never>;
|
|
2936
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolStar, "swirl-symbol-star", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolStar, "swirl-symbol-star", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2937
2937
|
}
|
|
2938
2938
|
export declare interface SwirlSymbolSupervisorAccount extends Components.SwirlSymbolSupervisorAccount {
|
|
2939
2939
|
}
|
|
@@ -2942,7 +2942,7 @@ export declare class SwirlSymbolSupervisorAccount {
|
|
|
2942
2942
|
protected el: HTMLElement;
|
|
2943
2943
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2944
2944
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSupervisorAccount, never>;
|
|
2945
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSupervisorAccount, "swirl-symbol-supervisor-account", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2945
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSupervisorAccount, "swirl-symbol-supervisor-account", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2946
2946
|
}
|
|
2947
2947
|
export declare interface SwirlSymbolThumbsUpDown extends Components.SwirlSymbolThumbsUpDown {
|
|
2948
2948
|
}
|
|
@@ -2951,7 +2951,7 @@ export declare class SwirlSymbolThumbsUpDown {
|
|
|
2951
2951
|
protected el: HTMLElement;
|
|
2952
2952
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2953
2953
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolThumbsUpDown, never>;
|
|
2954
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolThumbsUpDown, "swirl-symbol-thumbs-up-down", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2954
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolThumbsUpDown, "swirl-symbol-thumbs-up-down", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2955
2955
|
}
|
|
2956
2956
|
export declare interface SwirlSymbolTwitter extends Components.SwirlSymbolTwitter {
|
|
2957
2957
|
}
|
|
@@ -2960,7 +2960,7 @@ export declare class SwirlSymbolTwitter {
|
|
|
2960
2960
|
protected el: HTMLElement;
|
|
2961
2961
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2962
2962
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTwitter, never>;
|
|
2963
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTwitter, "swirl-symbol-twitter", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2963
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTwitter, "swirl-symbol-twitter", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2964
2964
|
}
|
|
2965
2965
|
export declare interface SwirlSymbolWbSunny extends Components.SwirlSymbolWbSunny {
|
|
2966
2966
|
}
|
|
@@ -2969,7 +2969,7 @@ export declare class SwirlSymbolWbSunny {
|
|
|
2969
2969
|
protected el: HTMLElement;
|
|
2970
2970
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2971
2971
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWbSunny, never>;
|
|
2972
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWbSunny, "swirl-symbol-wb-sunny", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2972
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWbSunny, "swirl-symbol-wb-sunny", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2973
2973
|
}
|
|
2974
2974
|
export declare interface SwirlSymbolWechat extends Components.SwirlSymbolWechat {
|
|
2975
2975
|
}
|
|
@@ -2978,7 +2978,7 @@ export declare class SwirlSymbolWechat {
|
|
|
2978
2978
|
protected el: HTMLElement;
|
|
2979
2979
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2980
2980
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWechat, never>;
|
|
2981
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWechat, "swirl-symbol-wechat", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2981
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWechat, "swirl-symbol-wechat", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2982
2982
|
}
|
|
2983
2983
|
export declare interface SwirlSymbolWeibo extends Components.SwirlSymbolWeibo {
|
|
2984
2984
|
}
|
|
@@ -2987,7 +2987,7 @@ export declare class SwirlSymbolWeibo {
|
|
|
2987
2987
|
protected el: HTMLElement;
|
|
2988
2988
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2989
2989
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWeibo, never>;
|
|
2990
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWeibo, "swirl-symbol-weibo", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2990
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWeibo, "swirl-symbol-weibo", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2991
2991
|
}
|
|
2992
2992
|
export declare interface SwirlSymbolWork extends Components.SwirlSymbolWork {
|
|
2993
2993
|
}
|
|
@@ -2996,7 +2996,7 @@ export declare class SwirlSymbolWork {
|
|
|
2996
2996
|
protected el: HTMLElement;
|
|
2997
2997
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2998
2998
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWork, never>;
|
|
2999
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWork, "swirl-symbol-work", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
2999
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWork, "swirl-symbol-work", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3000
3000
|
}
|
|
3001
3001
|
export declare interface SwirlSymbolXing extends Components.SwirlSymbolXing {
|
|
3002
3002
|
}
|
|
@@ -3005,7 +3005,7 @@ export declare class SwirlSymbolXing {
|
|
|
3005
3005
|
protected el: HTMLElement;
|
|
3006
3006
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3007
3007
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolXing, never>;
|
|
3008
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolXing, "swirl-symbol-xing", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
3008
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolXing, "swirl-symbol-xing", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3009
3009
|
}
|
|
3010
3010
|
export declare interface SwirlSymbolYoutube extends Components.SwirlSymbolYoutube {
|
|
3011
3011
|
}
|
|
@@ -3014,7 +3014,7 @@ export declare class SwirlSymbolYoutube {
|
|
|
3014
3014
|
protected el: HTMLElement;
|
|
3015
3015
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3016
3016
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolYoutube, never>;
|
|
3017
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolYoutube, "swirl-symbol-youtube", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
3017
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolYoutube, "swirl-symbol-youtube", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3018
3018
|
}
|
|
3019
3019
|
export declare interface SwirlTab extends Components.SwirlTab {
|
|
3020
3020
|
}
|
|
@@ -3023,7 +3023,7 @@ export declare class SwirlTab {
|
|
|
3023
3023
|
protected el: HTMLElement;
|
|
3024
3024
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3025
3025
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTab, never>;
|
|
3026
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": "active"; "icon": "icon"; "label": "label"; "padding": "padding"; "tabId": "tabId"; }, {}, never, ["*"], false>;
|
|
3026
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": { "alias": "active"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "tabId": { "alias": "tabId"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3027
3027
|
}
|
|
3028
3028
|
export declare interface SwirlTabBar extends Components.SwirlTabBar {
|
|
3029
3029
|
/**
|
|
@@ -3044,7 +3044,7 @@ export declare class SwirlTabBar {
|
|
|
3044
3044
|
protected el: HTMLElement;
|
|
3045
3045
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3046
3046
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTabBar, never>;
|
|
3047
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabBar, "swirl-tab-bar", never, { "disableTabSemantics": "disableTabSemantics"; "label": "label"; "tabs": "tabs"; }, {}, never, ["*"], false>;
|
|
3047
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabBar, "swirl-tab-bar", never, { "disableTabSemantics": { "alias": "disableTabSemantics"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3048
3048
|
}
|
|
3049
3049
|
export declare interface SwirlTable extends Components.SwirlTable {
|
|
3050
3050
|
}
|
|
@@ -3053,7 +3053,7 @@ export declare class SwirlTable {
|
|
|
3053
3053
|
protected el: HTMLElement;
|
|
3054
3054
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3055
3055
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTable, never>;
|
|
3056
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": "caption"; "emptyStateLabel": "emptyStateLabel"; "label": "label"; }, {}, never, ["*"], false>;
|
|
3056
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": { "alias": "caption"; "required": false; }; "emptyStateLabel": { "alias": "emptyStateLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3057
3057
|
}
|
|
3058
3058
|
export declare interface SwirlTableCell extends Components.SwirlTableCell {
|
|
3059
3059
|
}
|
|
@@ -3062,7 +3062,7 @@ export declare class SwirlTableCell {
|
|
|
3062
3062
|
protected el: HTMLElement;
|
|
3063
3063
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3064
3064
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableCell, never>;
|
|
3065
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableCell, "swirl-table-cell", never, {}, {}, never, ["*"], false>;
|
|
3065
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableCell, "swirl-table-cell", never, {}, {}, never, ["*"], false, never>;
|
|
3066
3066
|
}
|
|
3067
3067
|
export declare interface SwirlTableColumn extends Components.SwirlTableColumn {
|
|
3068
3068
|
}
|
|
@@ -3071,7 +3071,7 @@ export declare class SwirlTableColumn {
|
|
|
3071
3071
|
protected el: HTMLElement;
|
|
3072
3072
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3073
3073
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableColumn, never>;
|
|
3074
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableColumn, "swirl-table-column", never, { "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sort": "sort"; "sortable": "sortable"; "sticky": "sticky"; "width": "width"; }, {}, never, ["*"], false>;
|
|
3074
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableColumn, "swirl-table-column", never, { "maxWidth": { "alias": "maxWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3075
3075
|
}
|
|
3076
3076
|
export declare interface SwirlTableRow extends Components.SwirlTableRow {
|
|
3077
3077
|
}
|
|
@@ -3080,7 +3080,7 @@ export declare class SwirlTableRow {
|
|
|
3080
3080
|
protected el: HTMLElement;
|
|
3081
3081
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3082
3082
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRow, never>;
|
|
3083
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRow, "swirl-table-row", never, { "highlighted": "highlighted"; "index": "index"; }, {}, never, ["*"], false>;
|
|
3083
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRow, "swirl-table-row", never, { "highlighted": { "alias": "highlighted"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3084
3084
|
}
|
|
3085
3085
|
export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup {
|
|
3086
3086
|
}
|
|
@@ -3089,7 +3089,7 @@ export declare class SwirlTableRowGroup {
|
|
|
3089
3089
|
protected el: HTMLElement;
|
|
3090
3090
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3091
3091
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRowGroup, never>;
|
|
3092
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "collapseButtonLabel": "collapseButtonLabel"; "collapsible": "collapsible"; "label": "label"; "tooltip": "tooltip"; }, {}, never, ["*"], false>;
|
|
3092
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "collapseButtonLabel": { "alias": "collapseButtonLabel"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3093
3093
|
}
|
|
3094
3094
|
export declare interface SwirlTabs extends Components.SwirlTabs {
|
|
3095
3095
|
/**
|
|
@@ -3102,7 +3102,7 @@ export declare class SwirlTabs {
|
|
|
3102
3102
|
protected el: HTMLElement;
|
|
3103
3103
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3104
3104
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTabs, never>;
|
|
3105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabs, "swirl-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
|
|
3105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabs, "swirl-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3106
3106
|
}
|
|
3107
3107
|
export declare interface SwirlTag extends Components.SwirlTag {
|
|
3108
3108
|
/**
|
|
@@ -3115,7 +3115,7 @@ export declare class SwirlTag {
|
|
|
3115
3115
|
protected el: HTMLElement;
|
|
3116
3116
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3117
3117
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
|
|
3118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
|
|
3118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removalButtonLabel": { "alias": "removalButtonLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3119
3119
|
}
|
|
3120
3120
|
export declare interface SwirlText extends Components.SwirlText {
|
|
3121
3121
|
}
|
|
@@ -3124,7 +3124,7 @@ export declare class SwirlText {
|
|
|
3124
3124
|
protected el: HTMLElement;
|
|
3125
3125
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3126
3126
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlText, never>;
|
|
3127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "balance": "balance"; "color": "color"; "fontFamily": "fontFamily"; "fontStyle": "fontStyle"; "lines": "lines"; "size": "size"; "truncate": "truncate"; "truncateDirection": "truncateDirection"; "weight": "weight"; "whiteSpace": "whiteSpace"; }, {}, never, ["*"], false>;
|
|
3127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": { "alias": "align"; "required": false; }; "as": { "alias": "as"; "required": false; }; "balance": { "alias": "balance"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontStyle": { "alias": "fontStyle"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "size": { "alias": "size"; "required": false; }; "truncate": { "alias": "truncate"; "required": false; }; "truncateDirection": { "alias": "truncateDirection"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3128
3128
|
}
|
|
3129
3129
|
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
3130
3130
|
/**
|
|
@@ -3145,7 +3145,7 @@ export declare class SwirlTextInput {
|
|
|
3145
3145
|
protected el: HTMLElement;
|
|
3146
3146
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3147
3147
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
|
|
3148
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoGrow": "autoGrow"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "mode": "mode"; "passwordToggleLabel": "passwordToggleLabel"; "placeholder": "placeholder"; "prefixLabel": "prefixLabel"; "required": "required"; "rows": "rows"; "showCharacterCounter": "showCharacterCounter"; "spellCheck": "spellCheck"; "step": "step"; "suffixLabel": "suffixLabel"; "swirlAriaAutocomplete": "swirlAriaAutocomplete"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlRole": "swirlRole"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
|
|
3148
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disableDynamicWidth": { "alias": "disableDynamicWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "passwordToggleLabel": { "alias": "passwordToggleLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixLabel": { "alias": "prefixLabel"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showCharacterCounter": { "alias": "showCharacterCounter"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "suffixLabel": { "alias": "suffixLabel"; "required": false; }; "swirlAriaAutocomplete": { "alias": "swirlAriaAutocomplete"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlRole": { "alias": "swirlRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3149
3149
|
}
|
|
3150
3150
|
export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
|
|
3151
3151
|
/**
|
|
@@ -3162,7 +3162,7 @@ export declare class SwirlThemeProvider {
|
|
|
3162
3162
|
protected el: HTMLElement;
|
|
3163
3163
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3164
3164
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThemeProvider, never>;
|
|
3165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThemeProvider, "swirl-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
|
|
3165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThemeProvider, "swirl-theme-provider", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3166
3166
|
}
|
|
3167
3167
|
export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
|
|
3168
3168
|
/**
|
|
@@ -3175,7 +3175,7 @@ export declare class SwirlThumbnail {
|
|
|
3175
3175
|
protected el: HTMLElement;
|
|
3176
3176
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3177
3177
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
|
|
3178
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "interactive": "interactive"; "progress": "progress"; "progressLabel": "progressLabel"; "removeButtonLabel": "removeButtonLabel"; "showRemoveButton": "showRemoveButton"; "size": "size"; "src": "src"; "timestamp": "timestamp"; }, {}, never, ["*"], false>;
|
|
3178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": { "alias": "alt"; "required": false; }; "format": { "alias": "format"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressLabel": { "alias": "progressLabel"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "showRemoveButton": { "alias": "showRemoveButton"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3179
3179
|
}
|
|
3180
3180
|
export declare interface SwirlTimeInput extends Components.SwirlTimeInput {
|
|
3181
3181
|
/**
|
|
@@ -3196,7 +3196,7 @@ export declare class SwirlTimeInput {
|
|
|
3196
3196
|
protected el: HTMLElement;
|
|
3197
3197
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3198
3198
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTimeInput, never>;
|
|
3199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTimeInput, "swirl-time-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "disabled": "disabled"; "format": "format"; "inline": "inline"; "invalid": "invalid"; "placeholder": "placeholder"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
3199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTimeInput, "swirl-time-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3200
3200
|
}
|
|
3201
3201
|
export declare interface SwirlToast extends Components.SwirlToast {
|
|
3202
3202
|
/**
|
|
@@ -3209,7 +3209,7 @@ export declare class SwirlToast {
|
|
|
3209
3209
|
protected el: HTMLElement;
|
|
3210
3210
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3211
3211
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToast, never>;
|
|
3212
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToast, "swirl-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
|
|
3212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToast, "swirl-toast", never, { "accessibleDismissLabel": { "alias": "accessibleDismissLabel"; "required": false; }; "content": { "alias": "content"; "required": false; }; "dismissLabel": { "alias": "dismissLabel"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "toastId": { "alias": "toastId"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3213
3213
|
}
|
|
3214
3214
|
export declare interface SwirlToastProvider extends Components.SwirlToastProvider {
|
|
3215
3215
|
}
|
|
@@ -3218,7 +3218,7 @@ export declare class SwirlToastProvider {
|
|
|
3218
3218
|
protected el: HTMLElement;
|
|
3219
3219
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3220
3220
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToastProvider, never>;
|
|
3221
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToastProvider, "swirl-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
|
|
3221
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToastProvider, "swirl-toast-provider", never, { "globalDuration": { "alias": "globalDuration"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3222
3222
|
}
|
|
3223
3223
|
export declare interface SwirlToolbar extends Components.SwirlToolbar {
|
|
3224
3224
|
}
|
|
@@ -3227,7 +3227,7 @@ export declare class SwirlToolbar {
|
|
|
3227
3227
|
protected el: HTMLElement;
|
|
3228
3228
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3229
3229
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToolbar, never>;
|
|
3230
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToolbar, "swirl-toolbar", never, { "label": "label"; "orientation": "orientation"; }, {}, never, ["*"], false>;
|
|
3230
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToolbar, "swirl-toolbar", never, { "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3231
3231
|
}
|
|
3232
3232
|
export declare interface SwirlTooltip extends Components.SwirlTooltip {
|
|
3233
3233
|
}
|
|
@@ -3236,7 +3236,7 @@ export declare class SwirlTooltip {
|
|
|
3236
3236
|
protected el: HTMLElement;
|
|
3237
3237
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3238
3238
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
|
|
3239
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; "positioning": "positioning"; }, {}, never, ["*"], false>;
|
|
3239
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "content": { "alias": "content"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3240
3240
|
}
|
|
3241
3241
|
export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem {
|
|
3242
3242
|
}
|
|
@@ -3245,7 +3245,7 @@ export declare class SwirlTreeNavigationItem {
|
|
|
3245
3245
|
protected el: HTMLElement;
|
|
3246
3246
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3247
3247
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTreeNavigationItem, never>;
|
|
3248
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTreeNavigationItem, "swirl-tree-navigation-item", never, { "active": "active"; "href": "href"; "icon": "icon"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
|
|
3248
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTreeNavigationItem, "swirl-tree-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3249
3249
|
}
|
|
3250
3250
|
export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail {
|
|
3251
3251
|
}
|
|
@@ -3254,7 +3254,7 @@ export declare class SwirlVideoThumbnail {
|
|
|
3254
3254
|
protected el: HTMLElement;
|
|
3255
3255
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3256
3256
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVideoThumbnail, never>;
|
|
3257
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVideoThumbnail, "swirl-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
|
|
3257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVideoThumbnail, "swirl-video-thumbnail", never, { "duration": { "alias": "duration"; "required": false; }; "durationLabel": { "alias": "durationLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3258
3258
|
}
|
|
3259
3259
|
export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden {
|
|
3260
3260
|
}
|
|
@@ -3263,5 +3263,5 @@ export declare class SwirlVisuallyHidden {
|
|
|
3263
3263
|
protected el: HTMLElement;
|
|
3264
3264
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3265
3265
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVisuallyHidden, never>;
|
|
3266
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVisuallyHidden, "swirl-visually-hidden", never, {}, {}, never, ["*"], false>;
|
|
3266
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVisuallyHidden, "swirl-visually-hidden", never, {}, {}, never, ["*"], false, never>;
|
|
3267
3267
|
}
|