@getflip/swirl-components-angular 0.325.1 → 0.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +37 -0
- package/dist/component-library/esm2022/lib/component-library.module.mjs +3 -3
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +274 -4
- package/dist/component-library/esm2022/lib/stencil-generated/index.mjs +11 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +276 -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 +91 -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 +222 -2
- package/projects/component-library/src/lib/stencil-generated/index.ts +10 -0
|
@@ -1886,6 +1886,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1886
1886
|
inputs: ['color', 'size'],
|
|
1887
1887
|
}]
|
|
1888
1888
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1889
|
+
let SwirlIconBeachAccess = class SwirlIconBeachAccess {
|
|
1890
|
+
z;
|
|
1891
|
+
el;
|
|
1892
|
+
constructor(c, r, z) {
|
|
1893
|
+
this.z = z;
|
|
1894
|
+
c.detach();
|
|
1895
|
+
this.el = r.nativeElement;
|
|
1896
|
+
}
|
|
1897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconBeachAccess, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1898
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconBeachAccess, selector: "swirl-icon-beach-access", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1899
|
+
};
|
|
1900
|
+
SwirlIconBeachAccess = __decorate([
|
|
1901
|
+
ProxyCmp({
|
|
1902
|
+
inputs: ['color', 'size']
|
|
1903
|
+
})
|
|
1904
|
+
], SwirlIconBeachAccess);
|
|
1905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconBeachAccess, decorators: [{
|
|
1906
|
+
type: Component,
|
|
1907
|
+
args: [{
|
|
1908
|
+
selector: 'swirl-icon-beach-access',
|
|
1909
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1910
|
+
template: '<ng-content></ng-content>',
|
|
1911
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1912
|
+
inputs: ['color', 'size'],
|
|
1913
|
+
}]
|
|
1914
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1915
|
+
let SwirlIconBeachAccessFilled = class SwirlIconBeachAccessFilled {
|
|
1916
|
+
z;
|
|
1917
|
+
el;
|
|
1918
|
+
constructor(c, r, z) {
|
|
1919
|
+
this.z = z;
|
|
1920
|
+
c.detach();
|
|
1921
|
+
this.el = r.nativeElement;
|
|
1922
|
+
}
|
|
1923
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconBeachAccessFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1924
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconBeachAccessFilled, selector: "swirl-icon-beach-access-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1925
|
+
};
|
|
1926
|
+
SwirlIconBeachAccessFilled = __decorate([
|
|
1927
|
+
ProxyCmp({
|
|
1928
|
+
inputs: ['color', 'size']
|
|
1929
|
+
})
|
|
1930
|
+
], SwirlIconBeachAccessFilled);
|
|
1931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconBeachAccessFilled, decorators: [{
|
|
1932
|
+
type: Component,
|
|
1933
|
+
args: [{
|
|
1934
|
+
selector: 'swirl-icon-beach-access-filled',
|
|
1935
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1936
|
+
template: '<ng-content></ng-content>',
|
|
1937
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1938
|
+
inputs: ['color', 'size'],
|
|
1939
|
+
}]
|
|
1940
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1889
1941
|
let SwirlIconBlock = class SwirlIconBlock {
|
|
1890
1942
|
z;
|
|
1891
1943
|
el;
|
|
@@ -1964,6 +2016,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1964
2016
|
inputs: ['color', 'size'],
|
|
1965
2017
|
}]
|
|
1966
2018
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2019
|
+
let SwirlIconCalendarAddOnFilled = class SwirlIconCalendarAddOnFilled {
|
|
2020
|
+
z;
|
|
2021
|
+
el;
|
|
2022
|
+
constructor(c, r, z) {
|
|
2023
|
+
this.z = z;
|
|
2024
|
+
c.detach();
|
|
2025
|
+
this.el = r.nativeElement;
|
|
2026
|
+
}
|
|
2027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconCalendarAddOnFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconCalendarAddOnFilled, selector: "swirl-icon-calendar-add-on-filled", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2029
|
+
};
|
|
2030
|
+
SwirlIconCalendarAddOnFilled = __decorate([
|
|
2031
|
+
ProxyCmp({
|
|
2032
|
+
inputs: ['color', 'size']
|
|
2033
|
+
})
|
|
2034
|
+
], SwirlIconCalendarAddOnFilled);
|
|
2035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconCalendarAddOnFilled, decorators: [{
|
|
2036
|
+
type: Component,
|
|
2037
|
+
args: [{
|
|
2038
|
+
selector: 'swirl-icon-calendar-add-on-filled',
|
|
2039
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2040
|
+
template: '<ng-content></ng-content>',
|
|
2041
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2042
|
+
inputs: ['color', 'size'],
|
|
2043
|
+
}]
|
|
2044
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2045
|
+
let SwirlIconCalendarToday = class SwirlIconCalendarToday {
|
|
2046
|
+
z;
|
|
2047
|
+
el;
|
|
2048
|
+
constructor(c, r, z) {
|
|
2049
|
+
this.z = z;
|
|
2050
|
+
c.detach();
|
|
2051
|
+
this.el = r.nativeElement;
|
|
2052
|
+
}
|
|
2053
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconCalendarToday, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2054
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconCalendarToday, selector: "swirl-icon-calendar-today", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2055
|
+
};
|
|
2056
|
+
SwirlIconCalendarToday = __decorate([
|
|
2057
|
+
ProxyCmp({
|
|
2058
|
+
inputs: ['color', 'size']
|
|
2059
|
+
})
|
|
2060
|
+
], SwirlIconCalendarToday);
|
|
2061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconCalendarToday, decorators: [{
|
|
2062
|
+
type: Component,
|
|
2063
|
+
args: [{
|
|
2064
|
+
selector: 'swirl-icon-calendar-today',
|
|
2065
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2066
|
+
template: '<ng-content></ng-content>',
|
|
2067
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2068
|
+
inputs: ['color', 'size'],
|
|
2069
|
+
}]
|
|
2070
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1967
2071
|
let SwirlIconCall = class SwirlIconCall {
|
|
1968
2072
|
z;
|
|
1969
2073
|
el;
|
|
@@ -3316,6 +3420,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3316
3420
|
inputs: ['color', 'size'],
|
|
3317
3421
|
}]
|
|
3318
3422
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3423
|
+
let SwirlIconFormatListBulleted = class SwirlIconFormatListBulleted {
|
|
3424
|
+
z;
|
|
3425
|
+
el;
|
|
3426
|
+
constructor(c, r, z) {
|
|
3427
|
+
this.z = z;
|
|
3428
|
+
c.detach();
|
|
3429
|
+
this.el = r.nativeElement;
|
|
3430
|
+
}
|
|
3431
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconFormatListBulleted, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3432
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconFormatListBulleted, selector: "swirl-icon-format-list-bulleted", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3433
|
+
};
|
|
3434
|
+
SwirlIconFormatListBulleted = __decorate([
|
|
3435
|
+
ProxyCmp({
|
|
3436
|
+
inputs: ['color', 'size']
|
|
3437
|
+
})
|
|
3438
|
+
], SwirlIconFormatListBulleted);
|
|
3439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconFormatListBulleted, decorators: [{
|
|
3440
|
+
type: Component,
|
|
3441
|
+
args: [{
|
|
3442
|
+
selector: 'swirl-icon-format-list-bulleted',
|
|
3443
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3444
|
+
template: '<ng-content></ng-content>',
|
|
3445
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3446
|
+
inputs: ['color', 'size'],
|
|
3447
|
+
}]
|
|
3448
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3319
3449
|
let SwirlIconFullscreen = class SwirlIconFullscreen {
|
|
3320
3450
|
z;
|
|
3321
3451
|
el;
|
|
@@ -3524,6 +3654,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3524
3654
|
inputs: ['color', 'size'],
|
|
3525
3655
|
}]
|
|
3526
3656
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3657
|
+
let SwirlIconHealthAndSafety = class SwirlIconHealthAndSafety {
|
|
3658
|
+
z;
|
|
3659
|
+
el;
|
|
3660
|
+
constructor(c, r, z) {
|
|
3661
|
+
this.z = z;
|
|
3662
|
+
c.detach();
|
|
3663
|
+
this.el = r.nativeElement;
|
|
3664
|
+
}
|
|
3665
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconHealthAndSafety, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3666
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconHealthAndSafety, selector: "swirl-icon-health-and-safety", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3667
|
+
};
|
|
3668
|
+
SwirlIconHealthAndSafety = __decorate([
|
|
3669
|
+
ProxyCmp({
|
|
3670
|
+
inputs: ['color', 'size']
|
|
3671
|
+
})
|
|
3672
|
+
], SwirlIconHealthAndSafety);
|
|
3673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconHealthAndSafety, decorators: [{
|
|
3674
|
+
type: Component,
|
|
3675
|
+
args: [{
|
|
3676
|
+
selector: 'swirl-icon-health-and-safety',
|
|
3677
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3678
|
+
template: '<ng-content></ng-content>',
|
|
3679
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3680
|
+
inputs: ['color', 'size'],
|
|
3681
|
+
}]
|
|
3682
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3527
3683
|
let SwirlIconHelp = class SwirlIconHelp {
|
|
3528
3684
|
z;
|
|
3529
3685
|
el;
|
|
@@ -3758,6 +3914,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3758
3914
|
inputs: ['color', 'size'],
|
|
3759
3915
|
}]
|
|
3760
3916
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3917
|
+
let SwirlIconInsertChart = class SwirlIconInsertChart {
|
|
3918
|
+
z;
|
|
3919
|
+
el;
|
|
3920
|
+
constructor(c, r, z) {
|
|
3921
|
+
this.z = z;
|
|
3922
|
+
c.detach();
|
|
3923
|
+
this.el = r.nativeElement;
|
|
3924
|
+
}
|
|
3925
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconInsertChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3926
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconInsertChart, selector: "swirl-icon-insert-chart", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3927
|
+
};
|
|
3928
|
+
SwirlIconInsertChart = __decorate([
|
|
3929
|
+
ProxyCmp({
|
|
3930
|
+
inputs: ['color', 'size']
|
|
3931
|
+
})
|
|
3932
|
+
], SwirlIconInsertChart);
|
|
3933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconInsertChart, decorators: [{
|
|
3934
|
+
type: Component,
|
|
3935
|
+
args: [{
|
|
3936
|
+
selector: 'swirl-icon-insert-chart',
|
|
3937
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3938
|
+
template: '<ng-content></ng-content>',
|
|
3939
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3940
|
+
inputs: ['color', 'size'],
|
|
3941
|
+
}]
|
|
3942
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3761
3943
|
let SwirlIconInsertOnTop = class SwirlIconInsertOnTop {
|
|
3762
3944
|
z;
|
|
3763
3945
|
el;
|
|
@@ -4668,6 +4850,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4668
4850
|
inputs: ['color', 'size'],
|
|
4669
4851
|
}]
|
|
4670
4852
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4853
|
+
let SwirlIconNextPlan = class SwirlIconNextPlan {
|
|
4854
|
+
z;
|
|
4855
|
+
el;
|
|
4856
|
+
constructor(c, r, z) {
|
|
4857
|
+
this.z = z;
|
|
4858
|
+
c.detach();
|
|
4859
|
+
this.el = r.nativeElement;
|
|
4860
|
+
}
|
|
4861
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconNextPlan, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4862
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconNextPlan, selector: "swirl-icon-next-plan", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4863
|
+
};
|
|
4864
|
+
SwirlIconNextPlan = __decorate([
|
|
4865
|
+
ProxyCmp({
|
|
4866
|
+
inputs: ['color', 'size']
|
|
4867
|
+
})
|
|
4868
|
+
], SwirlIconNextPlan);
|
|
4869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconNextPlan, decorators: [{
|
|
4870
|
+
type: Component,
|
|
4871
|
+
args: [{
|
|
4872
|
+
selector: 'swirl-icon-next-plan',
|
|
4873
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4874
|
+
template: '<ng-content></ng-content>',
|
|
4875
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4876
|
+
inputs: ['color', 'size'],
|
|
4877
|
+
}]
|
|
4878
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4671
4879
|
let SwirlIconNotifications = class SwirlIconNotifications {
|
|
4672
4880
|
z;
|
|
4673
4881
|
el;
|
|
@@ -5266,6 +5474,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5266
5474
|
inputs: ['color', 'size'],
|
|
5267
5475
|
}]
|
|
5268
5476
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5477
|
+
let SwirlIconPublishedWithChanges = class SwirlIconPublishedWithChanges {
|
|
5478
|
+
z;
|
|
5479
|
+
el;
|
|
5480
|
+
constructor(c, r, z) {
|
|
5481
|
+
this.z = z;
|
|
5482
|
+
c.detach();
|
|
5483
|
+
this.el = r.nativeElement;
|
|
5484
|
+
}
|
|
5485
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconPublishedWithChanges, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5486
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconPublishedWithChanges, selector: "swirl-icon-published-with-changes", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5487
|
+
};
|
|
5488
|
+
SwirlIconPublishedWithChanges = __decorate([
|
|
5489
|
+
ProxyCmp({
|
|
5490
|
+
inputs: ['color', 'size']
|
|
5491
|
+
})
|
|
5492
|
+
], SwirlIconPublishedWithChanges);
|
|
5493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconPublishedWithChanges, decorators: [{
|
|
5494
|
+
type: Component,
|
|
5495
|
+
args: [{
|
|
5496
|
+
selector: 'swirl-icon-published-with-changes',
|
|
5497
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5498
|
+
template: '<ng-content></ng-content>',
|
|
5499
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5500
|
+
inputs: ['color', 'size'],
|
|
5501
|
+
}]
|
|
5502
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5269
5503
|
let SwirlIconRatioFourToThree = class SwirlIconRatioFourToThree {
|
|
5270
5504
|
z;
|
|
5271
5505
|
el;
|
|
@@ -6020,6 +6254,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6020
6254
|
inputs: ['color', 'size'],
|
|
6021
6255
|
}]
|
|
6022
6256
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6257
|
+
let SwirlIconSunny = class SwirlIconSunny {
|
|
6258
|
+
z;
|
|
6259
|
+
el;
|
|
6260
|
+
constructor(c, r, z) {
|
|
6261
|
+
this.z = z;
|
|
6262
|
+
c.detach();
|
|
6263
|
+
this.el = r.nativeElement;
|
|
6264
|
+
}
|
|
6265
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconSunny, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6266
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlIconSunny, selector: "swirl-icon-sunny", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6267
|
+
};
|
|
6268
|
+
SwirlIconSunny = __decorate([
|
|
6269
|
+
ProxyCmp({
|
|
6270
|
+
inputs: ['color', 'size']
|
|
6271
|
+
})
|
|
6272
|
+
], SwirlIconSunny);
|
|
6273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlIconSunny, decorators: [{
|
|
6274
|
+
type: Component,
|
|
6275
|
+
args: [{
|
|
6276
|
+
selector: 'swirl-icon-sunny',
|
|
6277
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6278
|
+
template: '<ng-content></ng-content>',
|
|
6279
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6280
|
+
inputs: ['color', 'size'],
|
|
6281
|
+
}]
|
|
6282
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6023
6283
|
let SwirlIconSync = class SwirlIconSync {
|
|
6024
6284
|
z;
|
|
6025
6285
|
el;
|
|
@@ -9543,11 +9803,11 @@ let SwirlTextInput = class SwirlTextInput {
|
|
|
9543
9803
|
proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
|
|
9544
9804
|
}
|
|
9545
9805
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
9546
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTextInput, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9806
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTextInput, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", characterCounterLabel: "characterCounterLabel", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9547
9807
|
};
|
|
9548
9808
|
SwirlTextInput = __decorate([
|
|
9549
9809
|
ProxyCmp({
|
|
9550
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
9810
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
9551
9811
|
methods: ['blurInput', 'focusInput']
|
|
9552
9812
|
})
|
|
9553
9813
|
], SwirlTextInput);
|
|
@@ -9558,7 +9818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9558
9818
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9559
9819
|
template: '<ng-content></ng-content>',
|
|
9560
9820
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9561
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
9821
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
9562
9822
|
}]
|
|
9563
9823
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
9564
9824
|
let SwirlThemeProvider = class SwirlThemeProvider {
|
|
@@ -10169,9 +10429,13 @@ const DIRECTIVES = [
|
|
|
10169
10429
|
SwirlIconAspectRatio,
|
|
10170
10430
|
SwirlIconAttachment,
|
|
10171
10431
|
SwirlIconBarChart,
|
|
10432
|
+
SwirlIconBeachAccess,
|
|
10433
|
+
SwirlIconBeachAccessFilled,
|
|
10172
10434
|
SwirlIconBlock,
|
|
10173
10435
|
SwirlIconBookmark,
|
|
10174
10436
|
SwirlIconBookmarkFilled,
|
|
10437
|
+
SwirlIconCalendarAddOnFilled,
|
|
10438
|
+
SwirlIconCalendarToday,
|
|
10175
10439
|
SwirlIconCall,
|
|
10176
10440
|
SwirlIconCallEnd,
|
|
10177
10441
|
SwirlIconCancel,
|
|
@@ -10224,6 +10488,7 @@ const DIRECTIVES = [
|
|
|
10224
10488
|
SwirlIconFolder,
|
|
10225
10489
|
SwirlIconFolderShared,
|
|
10226
10490
|
SwirlIconFormatHOne,
|
|
10491
|
+
SwirlIconFormatListBulleted,
|
|
10227
10492
|
SwirlIconFullscreen,
|
|
10228
10493
|
SwirlIconFullscreenExit,
|
|
10229
10494
|
SwirlIconGif,
|
|
@@ -10232,6 +10497,7 @@ const DIRECTIVES = [
|
|
|
10232
10497
|
SwirlIconGroups,
|
|
10233
10498
|
SwirlIconGroupsFilled,
|
|
10234
10499
|
SwirlIconHamburgerMenu,
|
|
10500
|
+
SwirlIconHealthAndSafety,
|
|
10235
10501
|
SwirlIconHelp,
|
|
10236
10502
|
SwirlIconHighlight,
|
|
10237
10503
|
SwirlIconHistory,
|
|
@@ -10241,6 +10507,7 @@ const DIRECTIVES = [
|
|
|
10241
10507
|
SwirlIconImproveText,
|
|
10242
10508
|
SwirlIconInfo,
|
|
10243
10509
|
SwirlIconInsertBelow,
|
|
10510
|
+
SwirlIconInsertChart,
|
|
10244
10511
|
SwirlIconInsertOnTop,
|
|
10245
10512
|
SwirlIconInventory,
|
|
10246
10513
|
SwirlIconInventoryOff,
|
|
@@ -10276,6 +10543,7 @@ const DIRECTIVES = [
|
|
|
10276
10543
|
SwirlIconNews,
|
|
10277
10544
|
SwirlIconNewsFilled,
|
|
10278
10545
|
SwirlIconNewsOff,
|
|
10546
|
+
SwirlIconNextPlan,
|
|
10279
10547
|
SwirlIconNotifications,
|
|
10280
10548
|
SwirlIconNotificationsActive,
|
|
10281
10549
|
SwirlIconNotificationsOff,
|
|
@@ -10299,6 +10567,7 @@ const DIRECTIVES = [
|
|
|
10299
10567
|
SwirlIconPrint,
|
|
10300
10568
|
SwirlIconPublic,
|
|
10301
10569
|
SwirlIconPublicOff,
|
|
10570
|
+
SwirlIconPublishedWithChanges,
|
|
10302
10571
|
SwirlIconRatioFourToThree,
|
|
10303
10572
|
SwirlIconRatioFreeform,
|
|
10304
10573
|
SwirlIconRatioSixteenToNine,
|
|
@@ -10328,6 +10597,7 @@ const DIRECTIVES = [
|
|
|
10328
10597
|
SwirlIconStickyNote,
|
|
10329
10598
|
SwirlIconStop,
|
|
10330
10599
|
SwirlIconStopCircle,
|
|
10600
|
+
SwirlIconSunny,
|
|
10331
10601
|
SwirlIconSync,
|
|
10332
10602
|
SwirlIconTasks,
|
|
10333
10603
|
SwirlIconTasksFilled,
|
|
@@ -10482,9 +10752,9 @@ const DIRECTIVES = [
|
|
|
10482
10752
|
|
|
10483
10753
|
class SwirlComponentsModule {
|
|
10484
10754
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10485
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", 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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
10755
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", 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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, 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, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
10486
10756
|
SelectValueAccessor,
|
|
10487
|
-
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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
10757
|
+
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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, 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, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
10488
10758
|
SelectValueAccessor,
|
|
10489
10759
|
TextValueAccessor] });
|
|
10490
10760
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlComponentsModule });
|
|
@@ -10516,5 +10786,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
10516
10786
|
* Generated bundle index. Do not edit.
|
|
10517
10787
|
*/
|
|
10518
10788
|
|
|
10519
|
-
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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStars, SwirlIconStickyNote, SwirlIconStop, SwirlIconStopCircle, SwirlIconSync, SwirlIconTasks, SwirlIconTasksFilled, SwirlIconTerminal, SwirlIconTime, SwirlIconTimeFilled, SwirlIconToday, SwirlIconTodayFilled, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUpload, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
10789
|
+
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, SwirlFileViewerFallback, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddModerator, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconAiFilled, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAspectRatio, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBeachAccess, SwirlIconBeachAccessFilled, SwirlIconBlock, SwirlIconBookmark, SwirlIconBookmarkFilled, SwirlIconCalendarAddOnFilled, SwirlIconCalendarToday, SwirlIconCall, SwirlIconCallEnd, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChats, SwirlIconChatsFilled, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconContrast, SwirlIconCopy, SwirlIconCrop, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDeployedCode, SwirlIconDescription, SwirlIconDesktop, SwirlIconDirectory, SwirlIconDirectoryFilled, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDockLeftCollapse, SwirlIconDockLeftExpand, SwirlIconDoorOpen, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEditNote, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconExperiment, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFormatListBulleted, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsFilled, SwirlIconHamburgerMenu, SwirlIconHealthAndSafety, SwirlIconHelp, SwirlIconHighlight, SwirlIconHistory, SwirlIconHome, SwirlIconHrResting, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertChart, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconInventoryOff, SwirlIconKey, SwirlIconKeyboard, SwirlIconKeyboardHide, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLive, SwirlIconLoad, SwirlIconLocationOn, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogin, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuBookFilled, SwirlIconMenuFilled, SwirlIconMessage, SwirlIconMic, SwirlIconMicOff, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNews, SwirlIconNewsFilled, SwirlIconNewsOff, SwirlIconNextPlan, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPictureInPicture, SwirlIconPin, SwirlIconPinOff, SwirlIconPlace, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPostApproval, SwirlIconPresent, SwirlIconPrint, SwirlIconPublic, SwirlIconPublicOff, SwirlIconPublishedWithChanges, SwirlIconRatioFourToThree, SwirlIconRatioFreeform, SwirlIconRatioSixteenToNine, SwirlIconRatioSquare, SwirlIconRatioThreeToFour, SwirlIconRatioThreeToTwo, SwirlIconRecieved, SwirlIconRemove, SwirlIconRemoveCircle, SwirlIconRemoveModerator, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconRotateLeft, SwirlIconRotateRight, SwirlIconScreenshare, SwirlIconScreenshareOff, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, 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, SwirlIconVideoCamera, SwirlIconVideoCameraOff, SwirlIconVideoLibrary, SwirlIconVideoPlayer, SwirlIconViewAgenda, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconVolumeUp, SwirlIconWarning, SwirlIconWebAsset, SwirlIconWebAssetOff, 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, SwirlResourceListSection, 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, SwirlToggleButton, SwirlToggleGroup, SwirlToolbar, SwirlTooltip, SwirlTreeNavigation, SwirlTreeNavigationItem, SwirlTreeView, SwirlTreeViewItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
10520
10790
|
//# sourceMappingURL=getflip-swirl-components-angular.mjs.map
|