@getflip/swirl-components-angular 0.488.0 → 0.490.0-beta-20260512133531
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 +1 -1
- package/CHANGELOG.md +16 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +146 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +46 -1
- package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +117 -2
- package/projects/component-library/src/lib/stencil-generated/index.ts +5 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-05-
|
|
23
|
+
Build at: 2026-05-12T13:35:22.675Z - Time: 13125ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.490.0-beta-20260512133531
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`9ba861ecc`](https://github.com/getflip/swirl/commit/9ba861ecc60d194bf8022c1f73bd58e68a9166da)]:
|
|
9
|
+
- @getflip/swirl-components@0.490.0-beta-20260512133531
|
|
10
|
+
|
|
11
|
+
## 0.489.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
[[`2971f5b14`](https://github.com/getflip/swirl/commit/2971f5b14fe66a0b6ebc0d9109573cd75c889a52)]:
|
|
17
|
+
- @getflip/swirl-components@0.489.0
|
|
18
|
+
|
|
3
19
|
## 0.488.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -1147,11 +1147,11 @@ let SwirlFileChip = class SwirlFileChip {
|
|
|
1147
1147
|
proxyOutputs(this, this.el, ['delete', 'download', 'preview']);
|
|
1148
1148
|
}
|
|
1149
1149
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileChip, isStandalone: false, selector: "swirl-file-chip", inputs: { deleteButtonLabel: "deleteButtonLabel", description: "description", downloadButtonLabel: "downloadButtonLabel", loading: "loading", loadingLabel: "loadingLabel", name: "name", previewButtonLabel: "previewButtonLabel", showDeleteButton: "showDeleteButton", showDownloadButton: "showDownloadButton", showPreviewButton: "showPreviewButton", skipNativeDownload: "skipNativeDownload", type: "type", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1150
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileChip, isStandalone: false, selector: "swirl-file-chip", inputs: { deleteButtonLabel: "deleteButtonLabel", description: "description", downloadButtonLabel: "downloadButtonLabel", errorLabel: "errorLabel", hasError: "hasError", loading: "loading", loadingLabel: "loadingLabel", name: "name", previewButtonLabel: "previewButtonLabel", showDeleteButton: "showDeleteButton", showDownloadButton: "showDownloadButton", showPreviewButton: "showPreviewButton", skipNativeDownload: "skipNativeDownload", type: "type", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1151
1151
|
};
|
|
1152
1152
|
SwirlFileChip = __decorate([
|
|
1153
1153
|
ProxyCmp({
|
|
1154
|
-
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', 'type', 'url']
|
|
1154
|
+
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'errorLabel', 'hasError', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', 'type', 'url']
|
|
1155
1155
|
})
|
|
1156
1156
|
], SwirlFileChip);
|
|
1157
1157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileChip, decorators: [{
|
|
@@ -1161,7 +1161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1161
1161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1162
1162
|
template: '<ng-content></ng-content>',
|
|
1163
1163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1164
|
-
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1164
|
+
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'errorLabel', 'hasError', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1165
1165
|
standalone: false
|
|
1166
1166
|
}]
|
|
1167
1167
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2204,6 +2204,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
2204
2204
|
standalone: false
|
|
2205
2205
|
}]
|
|
2206
2206
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2207
|
+
let SwirlIconBold = class SwirlIconBold {
|
|
2208
|
+
z;
|
|
2209
|
+
el;
|
|
2210
|
+
constructor(c, r, z) {
|
|
2211
|
+
this.z = z;
|
|
2212
|
+
c.detach();
|
|
2213
|
+
this.el = r.nativeElement;
|
|
2214
|
+
}
|
|
2215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconBold, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2216
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlIconBold, isStandalone: false, selector: "swirl-icon-bold", inputs: { color: "color", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2217
|
+
};
|
|
2218
|
+
SwirlIconBold = __decorate([
|
|
2219
|
+
ProxyCmp({
|
|
2220
|
+
inputs: ['color', 'label', 'size']
|
|
2221
|
+
})
|
|
2222
|
+
], SwirlIconBold);
|
|
2223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconBold, decorators: [{
|
|
2224
|
+
type: Component,
|
|
2225
|
+
args: [{
|
|
2226
|
+
selector: 'swirl-icon-bold',
|
|
2227
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2228
|
+
template: '<ng-content></ng-content>',
|
|
2229
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2230
|
+
inputs: ['color', 'label', 'size'],
|
|
2231
|
+
standalone: false
|
|
2232
|
+
}]
|
|
2233
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2207
2234
|
let SwirlIconBookmark = class SwirlIconBookmark {
|
|
2208
2235
|
z;
|
|
2209
2236
|
el;
|
|
@@ -4040,6 +4067,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
4040
4067
|
standalone: false
|
|
4041
4068
|
}]
|
|
4042
4069
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
4070
|
+
let SwirlIconFormatListNumbered = class SwirlIconFormatListNumbered {
|
|
4071
|
+
z;
|
|
4072
|
+
el;
|
|
4073
|
+
constructor(c, r, z) {
|
|
4074
|
+
this.z = z;
|
|
4075
|
+
c.detach();
|
|
4076
|
+
this.el = r.nativeElement;
|
|
4077
|
+
}
|
|
4078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconFormatListNumbered, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4079
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlIconFormatListNumbered, isStandalone: false, selector: "swirl-icon-format-list-numbered", inputs: { color: "color", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4080
|
+
};
|
|
4081
|
+
SwirlIconFormatListNumbered = __decorate([
|
|
4082
|
+
ProxyCmp({
|
|
4083
|
+
inputs: ['color', 'label', 'size']
|
|
4084
|
+
})
|
|
4085
|
+
], SwirlIconFormatListNumbered);
|
|
4086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconFormatListNumbered, decorators: [{
|
|
4087
|
+
type: Component,
|
|
4088
|
+
args: [{
|
|
4089
|
+
selector: 'swirl-icon-format-list-numbered',
|
|
4090
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4091
|
+
template: '<ng-content></ng-content>',
|
|
4092
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4093
|
+
inputs: ['color', 'label', 'size'],
|
|
4094
|
+
standalone: false
|
|
4095
|
+
}]
|
|
4096
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
4043
4097
|
let SwirlIconForward = class SwirlIconForward {
|
|
4044
4098
|
z;
|
|
4045
4099
|
el;
|
|
@@ -4742,6 +4796,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
4742
4796
|
standalone: false
|
|
4743
4797
|
}]
|
|
4744
4798
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
4799
|
+
let SwirlIconItalic = class SwirlIconItalic {
|
|
4800
|
+
z;
|
|
4801
|
+
el;
|
|
4802
|
+
constructor(c, r, z) {
|
|
4803
|
+
this.z = z;
|
|
4804
|
+
c.detach();
|
|
4805
|
+
this.el = r.nativeElement;
|
|
4806
|
+
}
|
|
4807
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconItalic, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4808
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlIconItalic, isStandalone: false, selector: "swirl-icon-italic", inputs: { color: "color", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4809
|
+
};
|
|
4810
|
+
SwirlIconItalic = __decorate([
|
|
4811
|
+
ProxyCmp({
|
|
4812
|
+
inputs: ['color', 'label', 'size']
|
|
4813
|
+
})
|
|
4814
|
+
], SwirlIconItalic);
|
|
4815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconItalic, decorators: [{
|
|
4816
|
+
type: Component,
|
|
4817
|
+
args: [{
|
|
4818
|
+
selector: 'swirl-icon-italic',
|
|
4819
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4820
|
+
template: '<ng-content></ng-content>',
|
|
4821
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4822
|
+
inputs: ['color', 'label', 'size'],
|
|
4823
|
+
standalone: false
|
|
4824
|
+
}]
|
|
4825
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
4745
4826
|
let SwirlIconKey = class SwirlIconKey {
|
|
4746
4827
|
z;
|
|
4747
4828
|
el;
|
|
@@ -7523,6 +7604,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7523
7604
|
standalone: false
|
|
7524
7605
|
}]
|
|
7525
7606
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
7607
|
+
let SwirlIconStrikethrough = class SwirlIconStrikethrough {
|
|
7608
|
+
z;
|
|
7609
|
+
el;
|
|
7610
|
+
constructor(c, r, z) {
|
|
7611
|
+
this.z = z;
|
|
7612
|
+
c.detach();
|
|
7613
|
+
this.el = r.nativeElement;
|
|
7614
|
+
}
|
|
7615
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconStrikethrough, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7616
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlIconStrikethrough, isStandalone: false, selector: "swirl-icon-strikethrough", inputs: { color: "color", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7617
|
+
};
|
|
7618
|
+
SwirlIconStrikethrough = __decorate([
|
|
7619
|
+
ProxyCmp({
|
|
7620
|
+
inputs: ['color', 'label', 'size']
|
|
7621
|
+
})
|
|
7622
|
+
], SwirlIconStrikethrough);
|
|
7623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconStrikethrough, decorators: [{
|
|
7624
|
+
type: Component,
|
|
7625
|
+
args: [{
|
|
7626
|
+
selector: 'swirl-icon-strikethrough',
|
|
7627
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7628
|
+
template: '<ng-content></ng-content>',
|
|
7629
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7630
|
+
inputs: ['color', 'label', 'size'],
|
|
7631
|
+
standalone: false
|
|
7632
|
+
}]
|
|
7633
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
7526
7634
|
let SwirlIconSunny = class SwirlIconSunny {
|
|
7527
7635
|
z;
|
|
7528
7636
|
el;
|
|
@@ -7820,6 +7928,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7820
7928
|
standalone: false
|
|
7821
7929
|
}]
|
|
7822
7930
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
7931
|
+
let SwirlIconUnderlined = class SwirlIconUnderlined {
|
|
7932
|
+
z;
|
|
7933
|
+
el;
|
|
7934
|
+
constructor(c, r, z) {
|
|
7935
|
+
this.z = z;
|
|
7936
|
+
c.detach();
|
|
7937
|
+
this.el = r.nativeElement;
|
|
7938
|
+
}
|
|
7939
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconUnderlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7940
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlIconUnderlined, isStandalone: false, selector: "swirl-icon-underlined", inputs: { color: "color", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7941
|
+
};
|
|
7942
|
+
SwirlIconUnderlined = __decorate([
|
|
7943
|
+
ProxyCmp({
|
|
7944
|
+
inputs: ['color', 'label', 'size']
|
|
7945
|
+
})
|
|
7946
|
+
], SwirlIconUnderlined);
|
|
7947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlIconUnderlined, decorators: [{
|
|
7948
|
+
type: Component,
|
|
7949
|
+
args: [{
|
|
7950
|
+
selector: 'swirl-icon-underlined',
|
|
7951
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7952
|
+
template: '<ng-content></ng-content>',
|
|
7953
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7954
|
+
inputs: ['color', 'label', 'size'],
|
|
7955
|
+
standalone: false
|
|
7956
|
+
}]
|
|
7957
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
7823
7958
|
let SwirlIconUndo = class SwirlIconUndo {
|
|
7824
7959
|
z;
|
|
7825
7960
|
el;
|
|
@@ -13567,6 +13702,7 @@ const DIRECTIVES = [
|
|
|
13567
13702
|
SwirlIconBeachAccess,
|
|
13568
13703
|
SwirlIconBeachAccessFilled,
|
|
13569
13704
|
SwirlIconBlock,
|
|
13705
|
+
SwirlIconBold,
|
|
13570
13706
|
SwirlIconBookmark,
|
|
13571
13707
|
SwirlIconBookmarkFilled,
|
|
13572
13708
|
SwirlIconCalendarAddOnFilled,
|
|
@@ -13635,6 +13771,7 @@ const DIRECTIVES = [
|
|
|
13635
13771
|
SwirlIconFolderShared,
|
|
13636
13772
|
SwirlIconFormatHOne,
|
|
13637
13773
|
SwirlIconFormatListBulleted,
|
|
13774
|
+
SwirlIconFormatListNumbered,
|
|
13638
13775
|
SwirlIconForward,
|
|
13639
13776
|
SwirlIconFullscreen,
|
|
13640
13777
|
SwirlIconFullscreenExit,
|
|
@@ -13661,6 +13798,7 @@ const DIRECTIVES = [
|
|
|
13661
13798
|
SwirlIconInventory,
|
|
13662
13799
|
SwirlIconInventoryOff,
|
|
13663
13800
|
SwirlIconIphone,
|
|
13801
|
+
SwirlIconItalic,
|
|
13664
13802
|
SwirlIconKey,
|
|
13665
13803
|
SwirlIconKeyboard,
|
|
13666
13804
|
SwirlIconKeyboardHide,
|
|
@@ -13764,6 +13902,7 @@ const DIRECTIVES = [
|
|
|
13764
13902
|
SwirlIconStickyNote,
|
|
13765
13903
|
SwirlIconStop,
|
|
13766
13904
|
SwirlIconStopCircle,
|
|
13905
|
+
SwirlIconStrikethrough,
|
|
13767
13906
|
SwirlIconSunny,
|
|
13768
13907
|
SwirlIconSync,
|
|
13769
13908
|
SwirlIconTasks,
|
|
@@ -13775,6 +13914,7 @@ const DIRECTIVES = [
|
|
|
13775
13914
|
SwirlIconTodayFilled,
|
|
13776
13915
|
SwirlIconTranslate,
|
|
13777
13916
|
SwirlIconTreeStructure,
|
|
13917
|
+
SwirlIconUnderlined,
|
|
13778
13918
|
SwirlIconUndo,
|
|
13779
13919
|
SwirlIconUnlockPerson,
|
|
13780
13920
|
SwirlIconUpload,
|
|
@@ -13982,9 +14122,9 @@ const DIRECTIVES = [
|
|
|
13982
14122
|
|
|
13983
14123
|
class SwirlComponentsModule {
|
|
13984
14124
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13985
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: SwirlComponentsModule, declarations: [SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
14125
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: SwirlComponentsModule, declarations: [SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBold, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFormatListNumbered, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconItalic, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconStrikethrough, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUnderlined, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
13986
14126
|
SelectValueAccessor,
|
|
13987
|
-
TextValueAccessor], exports: [SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
14127
|
+
TextValueAccessor], exports: [SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBold, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFormatListNumbered, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconItalic, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconStrikethrough, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUnderlined, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
13988
14128
|
SelectValueAccessor,
|
|
13989
14129
|
TextValueAccessor] });
|
|
13990
14130
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlComponentsModule });
|
|
@@ -14016,5 +14156,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
14016
14156
|
* Generated bundle index. Do not edit.
|
|
14017
14157
|
*/
|
|
14018
14158
|
|
|
14019
|
-
export { BooleanValueAccessor, SelectValueAccessor, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
14159
|
+
export { BooleanValueAccessor, SelectValueAccessor, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDataCell, SwirlDataCellStack, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileChip, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddBox, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApparel, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconAudioFile, SwirlIconAutorenew, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBold, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarRespond, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconCancelFilled, SwirlIconCancelOutline, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckCircleFilled, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconCheckboxFilled, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseFullscreen, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconCoPresent, SwirlIconColumn, SwirlIconComment, SwirlIconContractEdit, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDestruction, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconEmojiSymbols, SwirlIconEndSeries, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFormatListNumbered, SwirlIconForward, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHelpFilled, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHomeFilled, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconIphone, SwirlIconItalic, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLanguage, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconListAltCheck, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMobileTheft, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNoteStack, SwirlIconNoteStackFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPasskey, SwirlIconPatientList, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonCheck, SwirlIconPersonOff, SwirlIconPersonRaisedHand, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureAsPdf, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPreview, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconQrCodeScanner, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRefresh, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconRepeat, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconSchool, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSection, SwirlIconSecure, SwirlIconSell, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconStrikethrough, SwirlIconSunny, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUnderlined, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVerifiedUser, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWavingHand, SwirlIconWebAsset, SwirlIconWebAssetOff, SwirlIconWork, SwirlIconWorkspacePremium, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlModalShell, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlResourceListSection, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAcUnit, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolAutorenew, SwirlSymbolBackup, SwirlSymbolBadge, SwirlSymbolBarcodeReader, SwirlSymbolBarcodeScanner, SwirlSymbolBatteryHoriz, SwirlSymbolBeachAccess, SwirlSymbolBolt, SwirlSymbolBookmark, SwirlSymbolCalendar, SwirlSymbolCampaign, SwirlSymbolCardsStar, SwirlSymbolCloud, SwirlSymbolConstruction, SwirlSymbolContacts, SwirlSymbolCoronavirus, SwirlSymbolDesignServices, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolDiversity, SwirlSymbolDraw, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmergency, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEngineering, SwirlSymbolEventMenu, SwirlSymbolExplore, SwirlSymbolExtension, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFlight, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHealing, SwirlSymbolHealthAndSafety, SwirlSymbolHelp, SwirlSymbolHomeRepairService, SwirlSymbolHomeStorage, SwirlSymbolIdCard, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolInventory, SwirlSymbolInventory2, SwirlSymbolIos, SwirlSymbolKey, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocalShipping, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMap, SwirlSymbolMapsHomeWork, SwirlSymbolMenuBook, SwirlSymbolMop, SwirlSymbolNestEcoLeaf, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolOrders, SwirlSymbolPackage, SwirlSymbolPalette, SwirlSymbolPartlyCloudyDay, SwirlSymbolPedalBike, SwirlSymbolPercentDiscount, SwirlSymbolPets, SwirlSymbolPinterest, SwirlSymbolPointOfSale, SwirlSymbolPolicy, SwirlSymbolPrecisionManufacturing, SwirlSymbolPrint, SwirlSymbolPushPin, SwirlSymbolRecycling, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRocketLaunch, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSchool, SwirlSymbolSell, SwirlSymbolSettingsVoice, SwirlSymbolShoppingBag, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolSpa, SwirlSymbolSportsSoccer, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolTask, SwirlSymbolTasks, SwirlSymbolThumbsUpDown, SwirlSymbolTimer, SwirlSymbolToolsPowerDrill, SwirlSymbolTrain, SwirlSymbolTrophy, SwirlSymbolTwitter, SwirlSymbolVideo, SwirlSymbolWarehouse, SwirlSymbolWaterDrop, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWifi, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
14020
14160
|
//# sourceMappingURL=getflip-swirl-components-angular.mjs.map
|