@getflip/swirl-components-angular 0.153.0 → 0.154.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 +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +89 -164
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +7 -10
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +86 -161
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +86 -161
- package/dist/component-library/fesm2020/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 +44 -71
- 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 +33 -96
- package/projects/component-library/src/lib/stencil-generated/index.ts +6 -9
|
@@ -1759,49 +1759,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1759
1759
|
inputs: ['color', 'size']
|
|
1760
1760
|
}]
|
|
1761
1761
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1762
|
-
let
|
|
1762
|
+
let SwirlIconChats = class SwirlIconChats {
|
|
1763
1763
|
constructor(c, r, z) {
|
|
1764
1764
|
this.z = z;
|
|
1765
1765
|
c.detach();
|
|
1766
1766
|
this.el = r.nativeElement;
|
|
1767
1767
|
}
|
|
1768
1768
|
};
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1769
|
+
SwirlIconChats.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChats, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1770
|
+
SwirlIconChats.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChats, selector: "swirl-icon-chats", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1771
|
+
SwirlIconChats = __decorate([
|
|
1772
1772
|
ProxyCmp({
|
|
1773
1773
|
defineCustomElementFn: undefined,
|
|
1774
1774
|
inputs: ['color', 'size']
|
|
1775
1775
|
})
|
|
1776
|
-
],
|
|
1777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
1776
|
+
], SwirlIconChats);
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChats, decorators: [{
|
|
1778
1778
|
type: Component,
|
|
1779
1779
|
args: [{
|
|
1780
|
-
selector: 'swirl-icon-chats
|
|
1780
|
+
selector: 'swirl-icon-chats',
|
|
1781
1781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1782
1782
|
template: '<ng-content></ng-content>',
|
|
1783
1783
|
inputs: ['color', 'size']
|
|
1784
1784
|
}]
|
|
1785
1785
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1786
|
-
let
|
|
1786
|
+
let SwirlIconChatsFilled = class SwirlIconChatsFilled {
|
|
1787
1787
|
constructor(c, r, z) {
|
|
1788
1788
|
this.z = z;
|
|
1789
1789
|
c.detach();
|
|
1790
1790
|
this.el = r.nativeElement;
|
|
1791
1791
|
}
|
|
1792
1792
|
};
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1793
|
+
SwirlIconChatsFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1794
|
+
SwirlIconChatsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconChatsFilled, selector: "swirl-icon-chats-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1795
|
+
SwirlIconChatsFilled = __decorate([
|
|
1796
1796
|
ProxyCmp({
|
|
1797
1797
|
defineCustomElementFn: undefined,
|
|
1798
1798
|
inputs: ['color', 'size']
|
|
1799
1799
|
})
|
|
1800
|
-
],
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
1800
|
+
], SwirlIconChatsFilled);
|
|
1801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconChatsFilled, decorators: [{
|
|
1802
1802
|
type: Component,
|
|
1803
1803
|
args: [{
|
|
1804
|
-
selector: 'swirl-icon-chats-
|
|
1804
|
+
selector: 'swirl-icon-chats-filled',
|
|
1805
1805
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1806
1806
|
template: '<ng-content></ng-content>',
|
|
1807
1807
|
inputs: ['color', 'size']
|
|
@@ -2191,49 +2191,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2191
2191
|
inputs: ['color', 'size']
|
|
2192
2192
|
}]
|
|
2193
2193
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2194
|
-
let
|
|
2194
|
+
let SwirlIconDirectory = class SwirlIconDirectory {
|
|
2195
2195
|
constructor(c, r, z) {
|
|
2196
2196
|
this.z = z;
|
|
2197
2197
|
c.detach();
|
|
2198
2198
|
this.el = r.nativeElement;
|
|
2199
2199
|
}
|
|
2200
2200
|
};
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2201
|
+
SwirlIconDirectory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2202
|
+
SwirlIconDirectory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectory, selector: "swirl-icon-directory", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2203
|
+
SwirlIconDirectory = __decorate([
|
|
2204
2204
|
ProxyCmp({
|
|
2205
2205
|
defineCustomElementFn: undefined,
|
|
2206
2206
|
inputs: ['color', 'size']
|
|
2207
2207
|
})
|
|
2208
|
-
],
|
|
2209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
2208
|
+
], SwirlIconDirectory);
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectory, decorators: [{
|
|
2210
2210
|
type: Component,
|
|
2211
2211
|
args: [{
|
|
2212
|
-
selector: 'swirl-icon-directory
|
|
2212
|
+
selector: 'swirl-icon-directory',
|
|
2213
2213
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2214
2214
|
template: '<ng-content></ng-content>',
|
|
2215
2215
|
inputs: ['color', 'size']
|
|
2216
2216
|
}]
|
|
2217
2217
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2218
|
-
let
|
|
2218
|
+
let SwirlIconDirectoryFilled = class SwirlIconDirectoryFilled {
|
|
2219
2219
|
constructor(c, r, z) {
|
|
2220
2220
|
this.z = z;
|
|
2221
2221
|
c.detach();
|
|
2222
2222
|
this.el = r.nativeElement;
|
|
2223
2223
|
}
|
|
2224
2224
|
};
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2225
|
+
SwirlIconDirectoryFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2226
|
+
SwirlIconDirectoryFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDirectoryFilled, selector: "swirl-icon-directory-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2227
|
+
SwirlIconDirectoryFilled = __decorate([
|
|
2228
2228
|
ProxyCmp({
|
|
2229
2229
|
defineCustomElementFn: undefined,
|
|
2230
2230
|
inputs: ['color', 'size']
|
|
2231
2231
|
})
|
|
2232
|
-
],
|
|
2233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
2232
|
+
], SwirlIconDirectoryFilled);
|
|
2233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDirectoryFilled, decorators: [{
|
|
2234
2234
|
type: Component,
|
|
2235
2235
|
args: [{
|
|
2236
|
-
selector: 'swirl-icon-directory-
|
|
2236
|
+
selector: 'swirl-icon-directory-filled',
|
|
2237
2237
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2238
2238
|
template: '<ng-content></ng-content>',
|
|
2239
2239
|
inputs: ['color', 'size']
|
|
@@ -2839,30 +2839,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2839
2839
|
inputs: ['color', 'size']
|
|
2840
2840
|
}]
|
|
2841
2841
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2842
|
-
let SwirlIconGroupsCustom = class SwirlIconGroupsCustom {
|
|
2843
|
-
constructor(c, r, z) {
|
|
2844
|
-
this.z = z;
|
|
2845
|
-
c.detach();
|
|
2846
|
-
this.el = r.nativeElement;
|
|
2847
|
-
}
|
|
2848
|
-
};
|
|
2849
|
-
SwirlIconGroupsCustom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsCustom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2850
|
-
SwirlIconGroupsCustom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsCustom, selector: "swirl-icon-groups-custom", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2851
|
-
SwirlIconGroupsCustom = __decorate([
|
|
2852
|
-
ProxyCmp({
|
|
2853
|
-
defineCustomElementFn: undefined,
|
|
2854
|
-
inputs: ['color', 'size']
|
|
2855
|
-
})
|
|
2856
|
-
], SwirlIconGroupsCustom);
|
|
2857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsCustom, decorators: [{
|
|
2858
|
-
type: Component,
|
|
2859
|
-
args: [{
|
|
2860
|
-
selector: 'swirl-icon-groups-custom',
|
|
2861
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2862
|
-
template: '<ng-content></ng-content>',
|
|
2863
|
-
inputs: ['color', 'size']
|
|
2864
|
-
}]
|
|
2865
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2866
2842
|
let SwirlIconGroupsFilled = class SwirlIconGroupsFilled {
|
|
2867
2843
|
constructor(c, r, z) {
|
|
2868
2844
|
this.z = z;
|
|
@@ -2887,30 +2863,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2887
2863
|
inputs: ['color', 'size']
|
|
2888
2864
|
}]
|
|
2889
2865
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2890
|
-
let SwirlIconGroupsOutlined = class SwirlIconGroupsOutlined {
|
|
2891
|
-
constructor(c, r, z) {
|
|
2892
|
-
this.z = z;
|
|
2893
|
-
c.detach();
|
|
2894
|
-
this.el = r.nativeElement;
|
|
2895
|
-
}
|
|
2896
|
-
};
|
|
2897
|
-
SwirlIconGroupsOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2898
|
-
SwirlIconGroupsOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconGroupsOutlined, selector: "swirl-icon-groups-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2899
|
-
SwirlIconGroupsOutlined = __decorate([
|
|
2900
|
-
ProxyCmp({
|
|
2901
|
-
defineCustomElementFn: undefined,
|
|
2902
|
-
inputs: ['color', 'size']
|
|
2903
|
-
})
|
|
2904
|
-
], SwirlIconGroupsOutlined);
|
|
2905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconGroupsOutlined, decorators: [{
|
|
2906
|
-
type: Component,
|
|
2907
|
-
args: [{
|
|
2908
|
-
selector: 'swirl-icon-groups-outlined',
|
|
2909
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2910
|
-
template: '<ng-content></ng-content>',
|
|
2911
|
-
inputs: ['color', 'size']
|
|
2912
|
-
}]
|
|
2913
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2914
2866
|
let SwirlIconHelp = class SwirlIconHelp {
|
|
2915
2867
|
constructor(c, r, z) {
|
|
2916
2868
|
this.z = z;
|
|
@@ -3511,30 +3463,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3511
3463
|
inputs: ['color', 'size']
|
|
3512
3464
|
}]
|
|
3513
3465
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3514
|
-
let SwirlIconMenuOutlined = class SwirlIconMenuOutlined {
|
|
3515
|
-
constructor(c, r, z) {
|
|
3516
|
-
this.z = z;
|
|
3517
|
-
c.detach();
|
|
3518
|
-
this.el = r.nativeElement;
|
|
3519
|
-
}
|
|
3520
|
-
};
|
|
3521
|
-
SwirlIconMenuOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3522
|
-
SwirlIconMenuOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMenuOutlined, selector: "swirl-icon-menu-outlined", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3523
|
-
SwirlIconMenuOutlined = __decorate([
|
|
3524
|
-
ProxyCmp({
|
|
3525
|
-
defineCustomElementFn: undefined,
|
|
3526
|
-
inputs: ['color', 'size']
|
|
3527
|
-
})
|
|
3528
|
-
], SwirlIconMenuOutlined);
|
|
3529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMenuOutlined, decorators: [{
|
|
3530
|
-
type: Component,
|
|
3531
|
-
args: [{
|
|
3532
|
-
selector: 'swirl-icon-menu-outlined',
|
|
3533
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3534
|
-
template: '<ng-content></ng-content>',
|
|
3535
|
-
inputs: ['color', 'size']
|
|
3536
|
-
}]
|
|
3537
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3538
3466
|
let SwirlIconMessage = class SwirlIconMessage {
|
|
3539
3467
|
constructor(c, r, z) {
|
|
3540
3468
|
this.z = z;
|
|
@@ -3631,49 +3559,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3631
3559
|
inputs: ['color', 'size']
|
|
3632
3560
|
}]
|
|
3633
3561
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3634
|
-
let
|
|
3562
|
+
let SwirlIconNews = class SwirlIconNews {
|
|
3635
3563
|
constructor(c, r, z) {
|
|
3636
3564
|
this.z = z;
|
|
3637
3565
|
c.detach();
|
|
3638
3566
|
this.el = r.nativeElement;
|
|
3639
3567
|
}
|
|
3640
3568
|
};
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3569
|
+
SwirlIconNews.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3570
|
+
SwirlIconNews.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNews, selector: "swirl-icon-news", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3571
|
+
SwirlIconNews = __decorate([
|
|
3644
3572
|
ProxyCmp({
|
|
3645
3573
|
defineCustomElementFn: undefined,
|
|
3646
3574
|
inputs: ['color', 'size']
|
|
3647
3575
|
})
|
|
3648
|
-
],
|
|
3649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
3576
|
+
], SwirlIconNews);
|
|
3577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNews, decorators: [{
|
|
3650
3578
|
type: Component,
|
|
3651
3579
|
args: [{
|
|
3652
|
-
selector: 'swirl-icon-news
|
|
3580
|
+
selector: 'swirl-icon-news',
|
|
3653
3581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3654
3582
|
template: '<ng-content></ng-content>',
|
|
3655
3583
|
inputs: ['color', 'size']
|
|
3656
3584
|
}]
|
|
3657
3585
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3658
|
-
let
|
|
3586
|
+
let SwirlIconNewsFilled = class SwirlIconNewsFilled {
|
|
3659
3587
|
constructor(c, r, z) {
|
|
3660
3588
|
this.z = z;
|
|
3661
3589
|
c.detach();
|
|
3662
3590
|
this.el = r.nativeElement;
|
|
3663
3591
|
}
|
|
3664
3592
|
};
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3593
|
+
SwirlIconNewsFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3594
|
+
SwirlIconNewsFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconNewsFilled, selector: "swirl-icon-news-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3595
|
+
SwirlIconNewsFilled = __decorate([
|
|
3668
3596
|
ProxyCmp({
|
|
3669
3597
|
defineCustomElementFn: undefined,
|
|
3670
3598
|
inputs: ['color', 'size']
|
|
3671
3599
|
})
|
|
3672
|
-
],
|
|
3673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
3600
|
+
], SwirlIconNewsFilled);
|
|
3601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconNewsFilled, decorators: [{
|
|
3674
3602
|
type: Component,
|
|
3675
3603
|
args: [{
|
|
3676
|
-
selector: 'swirl-icon-news-
|
|
3604
|
+
selector: 'swirl-icon-news-filled',
|
|
3677
3605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3678
3606
|
template: '<ng-content></ng-content>',
|
|
3679
3607
|
inputs: ['color', 'size']
|
|
@@ -4399,49 +4327,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4399
4327
|
inputs: ['color', 'size']
|
|
4400
4328
|
}]
|
|
4401
4329
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4402
|
-
let
|
|
4330
|
+
let SwirlIconTasks = class SwirlIconTasks {
|
|
4403
4331
|
constructor(c, r, z) {
|
|
4404
4332
|
this.z = z;
|
|
4405
4333
|
c.detach();
|
|
4406
4334
|
this.el = r.nativeElement;
|
|
4407
4335
|
}
|
|
4408
4336
|
};
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4337
|
+
SwirlIconTasks.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4338
|
+
SwirlIconTasks.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasks, selector: "swirl-icon-tasks", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4339
|
+
SwirlIconTasks = __decorate([
|
|
4412
4340
|
ProxyCmp({
|
|
4413
4341
|
defineCustomElementFn: undefined,
|
|
4414
4342
|
inputs: ['color', 'size']
|
|
4415
4343
|
})
|
|
4416
|
-
],
|
|
4417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
4344
|
+
], SwirlIconTasks);
|
|
4345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasks, decorators: [{
|
|
4418
4346
|
type: Component,
|
|
4419
4347
|
args: [{
|
|
4420
|
-
selector: 'swirl-icon-tasks
|
|
4348
|
+
selector: 'swirl-icon-tasks',
|
|
4421
4349
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4422
4350
|
template: '<ng-content></ng-content>',
|
|
4423
4351
|
inputs: ['color', 'size']
|
|
4424
4352
|
}]
|
|
4425
4353
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4426
|
-
let
|
|
4354
|
+
let SwirlIconTasksFilled = class SwirlIconTasksFilled {
|
|
4427
4355
|
constructor(c, r, z) {
|
|
4428
4356
|
this.z = z;
|
|
4429
4357
|
c.detach();
|
|
4430
4358
|
this.el = r.nativeElement;
|
|
4431
4359
|
}
|
|
4432
4360
|
};
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4361
|
+
SwirlIconTasksFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4362
|
+
SwirlIconTasksFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTasksFilled, selector: "swirl-icon-tasks-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4363
|
+
SwirlIconTasksFilled = __decorate([
|
|
4436
4364
|
ProxyCmp({
|
|
4437
4365
|
defineCustomElementFn: undefined,
|
|
4438
4366
|
inputs: ['color', 'size']
|
|
4439
4367
|
})
|
|
4440
|
-
],
|
|
4441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
4368
|
+
], SwirlIconTasksFilled);
|
|
4369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTasksFilled, decorators: [{
|
|
4442
4370
|
type: Component,
|
|
4443
4371
|
args: [{
|
|
4444
|
-
selector: 'swirl-icon-tasks-
|
|
4372
|
+
selector: 'swirl-icon-tasks-filled',
|
|
4445
4373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4446
4374
|
template: '<ng-content></ng-content>',
|
|
4447
4375
|
inputs: ['color', 'size']
|
|
@@ -4471,49 +4399,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4471
4399
|
inputs: ['color', 'size']
|
|
4472
4400
|
}]
|
|
4473
4401
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4474
|
-
let
|
|
4402
|
+
let SwirlIconTime = class SwirlIconTime {
|
|
4475
4403
|
constructor(c, r, z) {
|
|
4476
4404
|
this.z = z;
|
|
4477
4405
|
c.detach();
|
|
4478
4406
|
this.el = r.nativeElement;
|
|
4479
4407
|
}
|
|
4480
4408
|
};
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4409
|
+
SwirlIconTime.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4410
|
+
SwirlIconTime.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTime, selector: "swirl-icon-time", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4411
|
+
SwirlIconTime = __decorate([
|
|
4484
4412
|
ProxyCmp({
|
|
4485
4413
|
defineCustomElementFn: undefined,
|
|
4486
4414
|
inputs: ['color', 'size']
|
|
4487
4415
|
})
|
|
4488
|
-
],
|
|
4489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
4416
|
+
], SwirlIconTime);
|
|
4417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTime, decorators: [{
|
|
4490
4418
|
type: Component,
|
|
4491
4419
|
args: [{
|
|
4492
|
-
selector: 'swirl-icon-time
|
|
4420
|
+
selector: 'swirl-icon-time',
|
|
4493
4421
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4494
4422
|
template: '<ng-content></ng-content>',
|
|
4495
4423
|
inputs: ['color', 'size']
|
|
4496
4424
|
}]
|
|
4497
4425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4498
|
-
let
|
|
4426
|
+
let SwirlIconTimeFilled = class SwirlIconTimeFilled {
|
|
4499
4427
|
constructor(c, r, z) {
|
|
4500
4428
|
this.z = z;
|
|
4501
4429
|
c.detach();
|
|
4502
4430
|
this.el = r.nativeElement;
|
|
4503
4431
|
}
|
|
4504
4432
|
};
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4433
|
+
SwirlIconTimeFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4434
|
+
SwirlIconTimeFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTimeFilled, selector: "swirl-icon-time-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4435
|
+
SwirlIconTimeFilled = __decorate([
|
|
4508
4436
|
ProxyCmp({
|
|
4509
4437
|
defineCustomElementFn: undefined,
|
|
4510
4438
|
inputs: ['color', 'size']
|
|
4511
4439
|
})
|
|
4512
|
-
],
|
|
4513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
4440
|
+
], SwirlIconTimeFilled);
|
|
4441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTimeFilled, decorators: [{
|
|
4514
4442
|
type: Component,
|
|
4515
4443
|
args: [{
|
|
4516
|
-
selector: 'swirl-icon-time-
|
|
4444
|
+
selector: 'swirl-icon-time-filled',
|
|
4517
4445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4518
4446
|
template: '<ng-content></ng-content>',
|
|
4519
4447
|
inputs: ['color', 'size']
|
|
@@ -4543,25 +4471,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4543
4471
|
inputs: ['color', 'size']
|
|
4544
4472
|
}]
|
|
4545
4473
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4546
|
-
let
|
|
4474
|
+
let SwirlIconTodayFilled = class SwirlIconTodayFilled {
|
|
4547
4475
|
constructor(c, r, z) {
|
|
4548
4476
|
this.z = z;
|
|
4549
4477
|
c.detach();
|
|
4550
4478
|
this.el = r.nativeElement;
|
|
4551
4479
|
}
|
|
4552
4480
|
};
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4481
|
+
SwirlIconTodayFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTodayFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4482
|
+
SwirlIconTodayFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTodayFilled, selector: "swirl-icon-today-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4483
|
+
SwirlIconTodayFilled = __decorate([
|
|
4556
4484
|
ProxyCmp({
|
|
4557
4485
|
defineCustomElementFn: undefined,
|
|
4558
4486
|
inputs: ['color', 'size']
|
|
4559
4487
|
})
|
|
4560
|
-
],
|
|
4561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type:
|
|
4488
|
+
], SwirlIconTodayFilled);
|
|
4489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTodayFilled, decorators: [{
|
|
4562
4490
|
type: Component,
|
|
4563
4491
|
args: [{
|
|
4564
|
-
selector: 'swirl-icon-today-
|
|
4492
|
+
selector: 'swirl-icon-today-filled',
|
|
4565
4493
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4566
4494
|
template: '<ng-content></ng-content>',
|
|
4567
4495
|
inputs: ['color', 'size']
|
|
@@ -7899,8 +7827,8 @@ const DIRECTIVES = [
|
|
|
7899
7827
|
SwirlIconBookmarkFilled,
|
|
7900
7828
|
SwirlIconCancel,
|
|
7901
7829
|
SwirlIconChatBubble,
|
|
7830
|
+
SwirlIconChats,
|
|
7902
7831
|
SwirlIconChatsFilled,
|
|
7903
|
-
SwirlIconChatsOutlined,
|
|
7904
7832
|
SwirlIconCheck,
|
|
7905
7833
|
SwirlIconCheckCircle,
|
|
7906
7834
|
SwirlIconCheckSmall,
|
|
@@ -7917,8 +7845,8 @@ const DIRECTIVES = [
|
|
|
7917
7845
|
SwirlIconDateRange,
|
|
7918
7846
|
SwirlIconDelete,
|
|
7919
7847
|
SwirlIconDescription,
|
|
7848
|
+
SwirlIconDirectory,
|
|
7920
7849
|
SwirlIconDirectoryFilled,
|
|
7921
|
-
SwirlIconDirectoryOutlined,
|
|
7922
7850
|
SwirlIconDiscover,
|
|
7923
7851
|
SwirlIconDockLeft,
|
|
7924
7852
|
SwirlIconDot,
|
|
@@ -7944,9 +7872,7 @@ const DIRECTIVES = [
|
|
|
7944
7872
|
SwirlIconGroupAdd,
|
|
7945
7873
|
SwirlIconGroupAssign,
|
|
7946
7874
|
SwirlIconGroups,
|
|
7947
|
-
SwirlIconGroupsCustom,
|
|
7948
7875
|
SwirlIconGroupsFilled,
|
|
7949
|
-
SwirlIconGroupsOutlined,
|
|
7950
7876
|
SwirlIconHelp,
|
|
7951
7877
|
SwirlIconHighlight,
|
|
7952
7878
|
SwirlIconHome,
|
|
@@ -7972,13 +7898,12 @@ const DIRECTIVES = [
|
|
|
7972
7898
|
SwirlIconMenu,
|
|
7973
7899
|
SwirlIconMenuBook,
|
|
7974
7900
|
SwirlIconMenuFilled,
|
|
7975
|
-
SwirlIconMenuOutlined,
|
|
7976
7901
|
SwirlIconMessage,
|
|
7977
7902
|
SwirlIconMic,
|
|
7978
7903
|
SwirlIconMoreHorizontal,
|
|
7979
7904
|
SwirlIconMoreVertikal,
|
|
7905
|
+
SwirlIconNews,
|
|
7980
7906
|
SwirlIconNewsFilled,
|
|
7981
|
-
SwirlIconNewsOutlined,
|
|
7982
7907
|
SwirlIconNotifications,
|
|
7983
7908
|
SwirlIconNotificationsActive,
|
|
7984
7909
|
SwirlIconNotificationsOff,
|
|
@@ -8009,13 +7934,13 @@ const DIRECTIVES = [
|
|
|
8009
7934
|
SwirlIconSpellcheck,
|
|
8010
7935
|
SwirlIconStop,
|
|
8011
7936
|
SwirlIconSync,
|
|
7937
|
+
SwirlIconTasks,
|
|
8012
7938
|
SwirlIconTasksFilled,
|
|
8013
|
-
SwirlIconTasksOutlined,
|
|
8014
7939
|
SwirlIconTerminal,
|
|
7940
|
+
SwirlIconTime,
|
|
8015
7941
|
SwirlIconTimeFilled,
|
|
8016
|
-
SwirlIconTimeOutlined,
|
|
8017
7942
|
SwirlIconToday,
|
|
8018
|
-
|
|
7943
|
+
SwirlIconTodayFilled,
|
|
8019
7944
|
SwirlIconTranslate,
|
|
8020
7945
|
SwirlIconTreeStructure,
|
|
8021
7946
|
SwirlIconUndo,
|
|
@@ -8150,9 +8075,9 @@ const DIRECTIVES = [
|
|
|
8150
8075
|
class SwirlComponentsModule {
|
|
8151
8076
|
}
|
|
8152
8077
|
SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8153
|
-
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble,
|
|
8078
|
+
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
8154
8079
|
SelectValueAccessor,
|
|
8155
|
-
TextValueAccessor], exports: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble,
|
|
8080
|
+
TextValueAccessor], exports: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
8156
8081
|
SelectValueAccessor,
|
|
8157
8082
|
TextValueAccessor] });
|
|
8158
8083
|
SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
|
|
@@ -8183,5 +8108,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
8183
8108
|
* Generated bundle index. Do not edit.
|
|
8184
8109
|
*/
|
|
8185
8110
|
|
|
8186
|
-
export { BooleanValueAccessor, FileManager, 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, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble,
|
|
8111
|
+
export { BooleanValueAccessor, FileManager, 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, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
8187
8112
|
//# sourceMappingURL=getflip-swirl-components-angular.mjs.map
|