@getflip/swirl-components-angular 0.67.2 → 0.68.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 +26 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +1501 -1
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +61 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1503 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1503 -3
- 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 +540 -0
- 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 +1260 -0
- package/projects/component-library/src/lib/stencil-generated/index.ts +60 -0
|
@@ -4774,6 +4774,1446 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4774
4774
|
inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
|
|
4775
4775
|
}]
|
|
4776
4776
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4777
|
+
let SwirlSymbol = class SwirlSymbol {
|
|
4778
|
+
constructor(c, r, z) {
|
|
4779
|
+
this.z = z;
|
|
4780
|
+
c.detach();
|
|
4781
|
+
this.el = r.nativeElement;
|
|
4782
|
+
}
|
|
4783
|
+
};
|
|
4784
|
+
SwirlSymbol.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4785
|
+
SwirlSymbol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbol, selector: "swirl-symbol", inputs: { glyph: "glyph", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4786
|
+
SwirlSymbol = __decorate([
|
|
4787
|
+
ProxyCmp({
|
|
4788
|
+
defineCustomElementFn: undefined,
|
|
4789
|
+
inputs: ['glyph', 'size']
|
|
4790
|
+
})
|
|
4791
|
+
], SwirlSymbol);
|
|
4792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbol, decorators: [{
|
|
4793
|
+
type: Component,
|
|
4794
|
+
args: [{
|
|
4795
|
+
selector: 'swirl-symbol',
|
|
4796
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4797
|
+
template: '<ng-content></ng-content>',
|
|
4798
|
+
inputs: ['glyph', 'size']
|
|
4799
|
+
}]
|
|
4800
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4801
|
+
let SwirlSymbolAccountCircle = class SwirlSymbolAccountCircle {
|
|
4802
|
+
constructor(c, r, z) {
|
|
4803
|
+
this.z = z;
|
|
4804
|
+
c.detach();
|
|
4805
|
+
this.el = r.nativeElement;
|
|
4806
|
+
}
|
|
4807
|
+
};
|
|
4808
|
+
SwirlSymbolAccountCircle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAccountCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4809
|
+
SwirlSymbolAccountCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolAccountCircle, selector: "swirl-symbol-account-circle", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4810
|
+
SwirlSymbolAccountCircle = __decorate([
|
|
4811
|
+
ProxyCmp({
|
|
4812
|
+
defineCustomElementFn: undefined,
|
|
4813
|
+
inputs: ['size']
|
|
4814
|
+
})
|
|
4815
|
+
], SwirlSymbolAccountCircle);
|
|
4816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAccountCircle, decorators: [{
|
|
4817
|
+
type: Component,
|
|
4818
|
+
args: [{
|
|
4819
|
+
selector: 'swirl-symbol-account-circle',
|
|
4820
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4821
|
+
template: '<ng-content></ng-content>',
|
|
4822
|
+
inputs: ['size']
|
|
4823
|
+
}]
|
|
4824
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4825
|
+
let SwirlSymbolAlternateEmail = class SwirlSymbolAlternateEmail {
|
|
4826
|
+
constructor(c, r, z) {
|
|
4827
|
+
this.z = z;
|
|
4828
|
+
c.detach();
|
|
4829
|
+
this.el = r.nativeElement;
|
|
4830
|
+
}
|
|
4831
|
+
};
|
|
4832
|
+
SwirlSymbolAlternateEmail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAlternateEmail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4833
|
+
SwirlSymbolAlternateEmail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolAlternateEmail, selector: "swirl-symbol-alternate-email", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4834
|
+
SwirlSymbolAlternateEmail = __decorate([
|
|
4835
|
+
ProxyCmp({
|
|
4836
|
+
defineCustomElementFn: undefined,
|
|
4837
|
+
inputs: ['size']
|
|
4838
|
+
})
|
|
4839
|
+
], SwirlSymbolAlternateEmail);
|
|
4840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAlternateEmail, decorators: [{
|
|
4841
|
+
type: Component,
|
|
4842
|
+
args: [{
|
|
4843
|
+
selector: 'swirl-symbol-alternate-email',
|
|
4844
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4845
|
+
template: '<ng-content></ng-content>',
|
|
4846
|
+
inputs: ['size']
|
|
4847
|
+
}]
|
|
4848
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4849
|
+
let SwirlSymbolAndroid = class SwirlSymbolAndroid {
|
|
4850
|
+
constructor(c, r, z) {
|
|
4851
|
+
this.z = z;
|
|
4852
|
+
c.detach();
|
|
4853
|
+
this.el = r.nativeElement;
|
|
4854
|
+
}
|
|
4855
|
+
};
|
|
4856
|
+
SwirlSymbolAndroid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAndroid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4857
|
+
SwirlSymbolAndroid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolAndroid, selector: "swirl-symbol-android", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4858
|
+
SwirlSymbolAndroid = __decorate([
|
|
4859
|
+
ProxyCmp({
|
|
4860
|
+
defineCustomElementFn: undefined,
|
|
4861
|
+
inputs: ['size']
|
|
4862
|
+
})
|
|
4863
|
+
], SwirlSymbolAndroid);
|
|
4864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAndroid, decorators: [{
|
|
4865
|
+
type: Component,
|
|
4866
|
+
args: [{
|
|
4867
|
+
selector: 'swirl-symbol-android',
|
|
4868
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4869
|
+
template: '<ng-content></ng-content>',
|
|
4870
|
+
inputs: ['size']
|
|
4871
|
+
}]
|
|
4872
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4873
|
+
let SwirlSymbolAnnouncement = class SwirlSymbolAnnouncement {
|
|
4874
|
+
constructor(c, r, z) {
|
|
4875
|
+
this.z = z;
|
|
4876
|
+
c.detach();
|
|
4877
|
+
this.el = r.nativeElement;
|
|
4878
|
+
}
|
|
4879
|
+
};
|
|
4880
|
+
SwirlSymbolAnnouncement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAnnouncement, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4881
|
+
SwirlSymbolAnnouncement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolAnnouncement, selector: "swirl-symbol-announcement", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4882
|
+
SwirlSymbolAnnouncement = __decorate([
|
|
4883
|
+
ProxyCmp({
|
|
4884
|
+
defineCustomElementFn: undefined,
|
|
4885
|
+
inputs: ['size']
|
|
4886
|
+
})
|
|
4887
|
+
], SwirlSymbolAnnouncement);
|
|
4888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolAnnouncement, decorators: [{
|
|
4889
|
+
type: Component,
|
|
4890
|
+
args: [{
|
|
4891
|
+
selector: 'swirl-symbol-announcement',
|
|
4892
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4893
|
+
template: '<ng-content></ng-content>',
|
|
4894
|
+
inputs: ['size']
|
|
4895
|
+
}]
|
|
4896
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4897
|
+
let SwirlSymbolBackup = class SwirlSymbolBackup {
|
|
4898
|
+
constructor(c, r, z) {
|
|
4899
|
+
this.z = z;
|
|
4900
|
+
c.detach();
|
|
4901
|
+
this.el = r.nativeElement;
|
|
4902
|
+
}
|
|
4903
|
+
};
|
|
4904
|
+
SwirlSymbolBackup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBackup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4905
|
+
SwirlSymbolBackup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolBackup, selector: "swirl-symbol-backup", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4906
|
+
SwirlSymbolBackup = __decorate([
|
|
4907
|
+
ProxyCmp({
|
|
4908
|
+
defineCustomElementFn: undefined,
|
|
4909
|
+
inputs: ['size']
|
|
4910
|
+
})
|
|
4911
|
+
], SwirlSymbolBackup);
|
|
4912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBackup, decorators: [{
|
|
4913
|
+
type: Component,
|
|
4914
|
+
args: [{
|
|
4915
|
+
selector: 'swirl-symbol-backup',
|
|
4916
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4917
|
+
template: '<ng-content></ng-content>',
|
|
4918
|
+
inputs: ['size']
|
|
4919
|
+
}]
|
|
4920
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4921
|
+
let SwirlSymbolBeachAccess = class SwirlSymbolBeachAccess {
|
|
4922
|
+
constructor(c, r, z) {
|
|
4923
|
+
this.z = z;
|
|
4924
|
+
c.detach();
|
|
4925
|
+
this.el = r.nativeElement;
|
|
4926
|
+
}
|
|
4927
|
+
};
|
|
4928
|
+
SwirlSymbolBeachAccess.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBeachAccess, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4929
|
+
SwirlSymbolBeachAccess.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolBeachAccess, selector: "swirl-symbol-beach-access", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4930
|
+
SwirlSymbolBeachAccess = __decorate([
|
|
4931
|
+
ProxyCmp({
|
|
4932
|
+
defineCustomElementFn: undefined,
|
|
4933
|
+
inputs: ['size']
|
|
4934
|
+
})
|
|
4935
|
+
], SwirlSymbolBeachAccess);
|
|
4936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBeachAccess, decorators: [{
|
|
4937
|
+
type: Component,
|
|
4938
|
+
args: [{
|
|
4939
|
+
selector: 'swirl-symbol-beach-access',
|
|
4940
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4941
|
+
template: '<ng-content></ng-content>',
|
|
4942
|
+
inputs: ['size']
|
|
4943
|
+
}]
|
|
4944
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4945
|
+
let SwirlSymbolBookmark = class SwirlSymbolBookmark {
|
|
4946
|
+
constructor(c, r, z) {
|
|
4947
|
+
this.z = z;
|
|
4948
|
+
c.detach();
|
|
4949
|
+
this.el = r.nativeElement;
|
|
4950
|
+
}
|
|
4951
|
+
};
|
|
4952
|
+
SwirlSymbolBookmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBookmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4953
|
+
SwirlSymbolBookmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolBookmark, selector: "swirl-symbol-bookmark", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4954
|
+
SwirlSymbolBookmark = __decorate([
|
|
4955
|
+
ProxyCmp({
|
|
4956
|
+
defineCustomElementFn: undefined,
|
|
4957
|
+
inputs: ['size']
|
|
4958
|
+
})
|
|
4959
|
+
], SwirlSymbolBookmark);
|
|
4960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolBookmark, decorators: [{
|
|
4961
|
+
type: Component,
|
|
4962
|
+
args: [{
|
|
4963
|
+
selector: 'swirl-symbol-bookmark',
|
|
4964
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4965
|
+
template: '<ng-content></ng-content>',
|
|
4966
|
+
inputs: ['size']
|
|
4967
|
+
}]
|
|
4968
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4969
|
+
let SwirlSymbolCloud = class SwirlSymbolCloud {
|
|
4970
|
+
constructor(c, r, z) {
|
|
4971
|
+
this.z = z;
|
|
4972
|
+
c.detach();
|
|
4973
|
+
this.el = r.nativeElement;
|
|
4974
|
+
}
|
|
4975
|
+
};
|
|
4976
|
+
SwirlSymbolCloud.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolCloud, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4977
|
+
SwirlSymbolCloud.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolCloud, selector: "swirl-symbol-cloud", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4978
|
+
SwirlSymbolCloud = __decorate([
|
|
4979
|
+
ProxyCmp({
|
|
4980
|
+
defineCustomElementFn: undefined,
|
|
4981
|
+
inputs: ['size']
|
|
4982
|
+
})
|
|
4983
|
+
], SwirlSymbolCloud);
|
|
4984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolCloud, decorators: [{
|
|
4985
|
+
type: Component,
|
|
4986
|
+
args: [{
|
|
4987
|
+
selector: 'swirl-symbol-cloud',
|
|
4988
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4989
|
+
template: '<ng-content></ng-content>',
|
|
4990
|
+
inputs: ['size']
|
|
4991
|
+
}]
|
|
4992
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4993
|
+
let SwirlSymbolCoronavirus = class SwirlSymbolCoronavirus {
|
|
4994
|
+
constructor(c, r, z) {
|
|
4995
|
+
this.z = z;
|
|
4996
|
+
c.detach();
|
|
4997
|
+
this.el = r.nativeElement;
|
|
4998
|
+
}
|
|
4999
|
+
};
|
|
5000
|
+
SwirlSymbolCoronavirus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolCoronavirus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5001
|
+
SwirlSymbolCoronavirus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolCoronavirus, selector: "swirl-symbol-coronavirus", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5002
|
+
SwirlSymbolCoronavirus = __decorate([
|
|
5003
|
+
ProxyCmp({
|
|
5004
|
+
defineCustomElementFn: undefined,
|
|
5005
|
+
inputs: ['size']
|
|
5006
|
+
})
|
|
5007
|
+
], SwirlSymbolCoronavirus);
|
|
5008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolCoronavirus, decorators: [{
|
|
5009
|
+
type: Component,
|
|
5010
|
+
args: [{
|
|
5011
|
+
selector: 'swirl-symbol-coronavirus',
|
|
5012
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5013
|
+
template: '<ng-content></ng-content>',
|
|
5014
|
+
inputs: ['size']
|
|
5015
|
+
}]
|
|
5016
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5017
|
+
let SwirlSymbolDesktopWindows = class SwirlSymbolDesktopWindows {
|
|
5018
|
+
constructor(c, r, z) {
|
|
5019
|
+
this.z = z;
|
|
5020
|
+
c.detach();
|
|
5021
|
+
this.el = r.nativeElement;
|
|
5022
|
+
}
|
|
5023
|
+
};
|
|
5024
|
+
SwirlSymbolDesktopWindows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolDesktopWindows, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5025
|
+
SwirlSymbolDesktopWindows.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolDesktopWindows, selector: "swirl-symbol-desktop-windows", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5026
|
+
SwirlSymbolDesktopWindows = __decorate([
|
|
5027
|
+
ProxyCmp({
|
|
5028
|
+
defineCustomElementFn: undefined,
|
|
5029
|
+
inputs: ['size']
|
|
5030
|
+
})
|
|
5031
|
+
], SwirlSymbolDesktopWindows);
|
|
5032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolDesktopWindows, decorators: [{
|
|
5033
|
+
type: Component,
|
|
5034
|
+
args: [{
|
|
5035
|
+
selector: 'swirl-symbol-desktop-windows',
|
|
5036
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5037
|
+
template: '<ng-content></ng-content>',
|
|
5038
|
+
inputs: ['size']
|
|
5039
|
+
}]
|
|
5040
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5041
|
+
let SwirlSymbolDirectionsCarFilled = class SwirlSymbolDirectionsCarFilled {
|
|
5042
|
+
constructor(c, r, z) {
|
|
5043
|
+
this.z = z;
|
|
5044
|
+
c.detach();
|
|
5045
|
+
this.el = r.nativeElement;
|
|
5046
|
+
}
|
|
5047
|
+
};
|
|
5048
|
+
SwirlSymbolDirectionsCarFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolDirectionsCarFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5049
|
+
SwirlSymbolDirectionsCarFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolDirectionsCarFilled, selector: "swirl-symbol-directions-car-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5050
|
+
SwirlSymbolDirectionsCarFilled = __decorate([
|
|
5051
|
+
ProxyCmp({
|
|
5052
|
+
defineCustomElementFn: undefined,
|
|
5053
|
+
inputs: ['size']
|
|
5054
|
+
})
|
|
5055
|
+
], SwirlSymbolDirectionsCarFilled);
|
|
5056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolDirectionsCarFilled, decorators: [{
|
|
5057
|
+
type: Component,
|
|
5058
|
+
args: [{
|
|
5059
|
+
selector: 'swirl-symbol-directions-car-filled',
|
|
5060
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5061
|
+
template: '<ng-content></ng-content>',
|
|
5062
|
+
inputs: ['size']
|
|
5063
|
+
}]
|
|
5064
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5065
|
+
let SwirlSymbolEditCalendar = class SwirlSymbolEditCalendar {
|
|
5066
|
+
constructor(c, r, z) {
|
|
5067
|
+
this.z = z;
|
|
5068
|
+
c.detach();
|
|
5069
|
+
this.el = r.nativeElement;
|
|
5070
|
+
}
|
|
5071
|
+
};
|
|
5072
|
+
SwirlSymbolEditCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEditCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5073
|
+
SwirlSymbolEditCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolEditCalendar, selector: "swirl-symbol-edit-calendar", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5074
|
+
SwirlSymbolEditCalendar = __decorate([
|
|
5075
|
+
ProxyCmp({
|
|
5076
|
+
defineCustomElementFn: undefined,
|
|
5077
|
+
inputs: ['size']
|
|
5078
|
+
})
|
|
5079
|
+
], SwirlSymbolEditCalendar);
|
|
5080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEditCalendar, decorators: [{
|
|
5081
|
+
type: Component,
|
|
5082
|
+
args: [{
|
|
5083
|
+
selector: 'swirl-symbol-edit-calendar',
|
|
5084
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5085
|
+
template: '<ng-content></ng-content>',
|
|
5086
|
+
inputs: ['size']
|
|
5087
|
+
}]
|
|
5088
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5089
|
+
let SwirlSymbolEmail = class SwirlSymbolEmail {
|
|
5090
|
+
constructor(c, r, z) {
|
|
5091
|
+
this.z = z;
|
|
5092
|
+
c.detach();
|
|
5093
|
+
this.el = r.nativeElement;
|
|
5094
|
+
}
|
|
5095
|
+
};
|
|
5096
|
+
SwirlSymbolEmail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEmail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5097
|
+
SwirlSymbolEmail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolEmail, selector: "swirl-symbol-email", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5098
|
+
SwirlSymbolEmail = __decorate([
|
|
5099
|
+
ProxyCmp({
|
|
5100
|
+
defineCustomElementFn: undefined,
|
|
5101
|
+
inputs: ['size']
|
|
5102
|
+
})
|
|
5103
|
+
], SwirlSymbolEmail);
|
|
5104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEmail, decorators: [{
|
|
5105
|
+
type: Component,
|
|
5106
|
+
args: [{
|
|
5107
|
+
selector: 'swirl-symbol-email',
|
|
5108
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5109
|
+
template: '<ng-content></ng-content>',
|
|
5110
|
+
inputs: ['size']
|
|
5111
|
+
}]
|
|
5112
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5113
|
+
let SwirlSymbolEmojiFoodBeverage = class SwirlSymbolEmojiFoodBeverage {
|
|
5114
|
+
constructor(c, r, z) {
|
|
5115
|
+
this.z = z;
|
|
5116
|
+
c.detach();
|
|
5117
|
+
this.el = r.nativeElement;
|
|
5118
|
+
}
|
|
5119
|
+
};
|
|
5120
|
+
SwirlSymbolEmojiFoodBeverage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEmojiFoodBeverage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5121
|
+
SwirlSymbolEmojiFoodBeverage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolEmojiFoodBeverage, selector: "swirl-symbol-emoji-food-beverage", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5122
|
+
SwirlSymbolEmojiFoodBeverage = __decorate([
|
|
5123
|
+
ProxyCmp({
|
|
5124
|
+
defineCustomElementFn: undefined,
|
|
5125
|
+
inputs: ['size']
|
|
5126
|
+
})
|
|
5127
|
+
], SwirlSymbolEmojiFoodBeverage);
|
|
5128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEmojiFoodBeverage, decorators: [{
|
|
5129
|
+
type: Component,
|
|
5130
|
+
args: [{
|
|
5131
|
+
selector: 'swirl-symbol-emoji-food-beverage',
|
|
5132
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5133
|
+
template: '<ng-content></ng-content>',
|
|
5134
|
+
inputs: ['size']
|
|
5135
|
+
}]
|
|
5136
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5137
|
+
let SwirlSymbolEventMenu = class SwirlSymbolEventMenu {
|
|
5138
|
+
constructor(c, r, z) {
|
|
5139
|
+
this.z = z;
|
|
5140
|
+
c.detach();
|
|
5141
|
+
this.el = r.nativeElement;
|
|
5142
|
+
}
|
|
5143
|
+
};
|
|
5144
|
+
SwirlSymbolEventMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEventMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5145
|
+
SwirlSymbolEventMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolEventMenu, selector: "swirl-symbol-event-menu", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5146
|
+
SwirlSymbolEventMenu = __decorate([
|
|
5147
|
+
ProxyCmp({
|
|
5148
|
+
defineCustomElementFn: undefined,
|
|
5149
|
+
inputs: ['size']
|
|
5150
|
+
})
|
|
5151
|
+
], SwirlSymbolEventMenu);
|
|
5152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolEventMenu, decorators: [{
|
|
5153
|
+
type: Component,
|
|
5154
|
+
args: [{
|
|
5155
|
+
selector: 'swirl-symbol-event-menu',
|
|
5156
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5157
|
+
template: '<ng-content></ng-content>',
|
|
5158
|
+
inputs: ['size']
|
|
5159
|
+
}]
|
|
5160
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5161
|
+
let SwirlSymbolFacebook = class SwirlSymbolFacebook {
|
|
5162
|
+
constructor(c, r, z) {
|
|
5163
|
+
this.z = z;
|
|
5164
|
+
c.detach();
|
|
5165
|
+
this.el = r.nativeElement;
|
|
5166
|
+
}
|
|
5167
|
+
};
|
|
5168
|
+
SwirlSymbolFacebook.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFacebook, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5169
|
+
SwirlSymbolFacebook.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolFacebook, selector: "swirl-symbol-facebook", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5170
|
+
SwirlSymbolFacebook = __decorate([
|
|
5171
|
+
ProxyCmp({
|
|
5172
|
+
defineCustomElementFn: undefined,
|
|
5173
|
+
inputs: ['size']
|
|
5174
|
+
})
|
|
5175
|
+
], SwirlSymbolFacebook);
|
|
5176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFacebook, decorators: [{
|
|
5177
|
+
type: Component,
|
|
5178
|
+
args: [{
|
|
5179
|
+
selector: 'swirl-symbol-facebook',
|
|
5180
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5181
|
+
template: '<ng-content></ng-content>',
|
|
5182
|
+
inputs: ['size']
|
|
5183
|
+
}]
|
|
5184
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5185
|
+
let SwirlSymbolFavorite = class SwirlSymbolFavorite {
|
|
5186
|
+
constructor(c, r, z) {
|
|
5187
|
+
this.z = z;
|
|
5188
|
+
c.detach();
|
|
5189
|
+
this.el = r.nativeElement;
|
|
5190
|
+
}
|
|
5191
|
+
};
|
|
5192
|
+
SwirlSymbolFavorite.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFavorite, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5193
|
+
SwirlSymbolFavorite.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolFavorite, selector: "swirl-symbol-favorite", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5194
|
+
SwirlSymbolFavorite = __decorate([
|
|
5195
|
+
ProxyCmp({
|
|
5196
|
+
defineCustomElementFn: undefined,
|
|
5197
|
+
inputs: ['size']
|
|
5198
|
+
})
|
|
5199
|
+
], SwirlSymbolFavorite);
|
|
5200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFavorite, decorators: [{
|
|
5201
|
+
type: Component,
|
|
5202
|
+
args: [{
|
|
5203
|
+
selector: 'swirl-symbol-favorite',
|
|
5204
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5205
|
+
template: '<ng-content></ng-content>',
|
|
5206
|
+
inputs: ['size']
|
|
5207
|
+
}]
|
|
5208
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5209
|
+
let SwirlSymbolFitnessCenter = class SwirlSymbolFitnessCenter {
|
|
5210
|
+
constructor(c, r, z) {
|
|
5211
|
+
this.z = z;
|
|
5212
|
+
c.detach();
|
|
5213
|
+
this.el = r.nativeElement;
|
|
5214
|
+
}
|
|
5215
|
+
};
|
|
5216
|
+
SwirlSymbolFitnessCenter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFitnessCenter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5217
|
+
SwirlSymbolFitnessCenter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolFitnessCenter, selector: "swirl-symbol-fitness-center", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5218
|
+
SwirlSymbolFitnessCenter = __decorate([
|
|
5219
|
+
ProxyCmp({
|
|
5220
|
+
defineCustomElementFn: undefined,
|
|
5221
|
+
inputs: ['size']
|
|
5222
|
+
})
|
|
5223
|
+
], SwirlSymbolFitnessCenter);
|
|
5224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFitnessCenter, decorators: [{
|
|
5225
|
+
type: Component,
|
|
5226
|
+
args: [{
|
|
5227
|
+
selector: 'swirl-symbol-fitness-center',
|
|
5228
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5229
|
+
template: '<ng-content></ng-content>',
|
|
5230
|
+
inputs: ['size']
|
|
5231
|
+
}]
|
|
5232
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5233
|
+
let SwirlSymbolFlag = class SwirlSymbolFlag {
|
|
5234
|
+
constructor(c, r, z) {
|
|
5235
|
+
this.z = z;
|
|
5236
|
+
c.detach();
|
|
5237
|
+
this.el = r.nativeElement;
|
|
5238
|
+
}
|
|
5239
|
+
};
|
|
5240
|
+
SwirlSymbolFlag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFlag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5241
|
+
SwirlSymbolFlag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolFlag, selector: "swirl-symbol-flag", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5242
|
+
SwirlSymbolFlag = __decorate([
|
|
5243
|
+
ProxyCmp({
|
|
5244
|
+
defineCustomElementFn: undefined,
|
|
5245
|
+
inputs: ['size']
|
|
5246
|
+
})
|
|
5247
|
+
], SwirlSymbolFlag);
|
|
5248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFlag, decorators: [{
|
|
5249
|
+
type: Component,
|
|
5250
|
+
args: [{
|
|
5251
|
+
selector: 'swirl-symbol-flag',
|
|
5252
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5253
|
+
template: '<ng-content></ng-content>',
|
|
5254
|
+
inputs: ['size']
|
|
5255
|
+
}]
|
|
5256
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5257
|
+
let SwirlSymbolFolder = class SwirlSymbolFolder {
|
|
5258
|
+
constructor(c, r, z) {
|
|
5259
|
+
this.z = z;
|
|
5260
|
+
c.detach();
|
|
5261
|
+
this.el = r.nativeElement;
|
|
5262
|
+
}
|
|
5263
|
+
};
|
|
5264
|
+
SwirlSymbolFolder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFolder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5265
|
+
SwirlSymbolFolder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolFolder, selector: "swirl-symbol-folder", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5266
|
+
SwirlSymbolFolder = __decorate([
|
|
5267
|
+
ProxyCmp({
|
|
5268
|
+
defineCustomElementFn: undefined,
|
|
5269
|
+
inputs: ['size']
|
|
5270
|
+
})
|
|
5271
|
+
], SwirlSymbolFolder);
|
|
5272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolFolder, decorators: [{
|
|
5273
|
+
type: Component,
|
|
5274
|
+
args: [{
|
|
5275
|
+
selector: 'swirl-symbol-folder',
|
|
5276
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5277
|
+
template: '<ng-content></ng-content>',
|
|
5278
|
+
inputs: ['size']
|
|
5279
|
+
}]
|
|
5280
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5281
|
+
let SwirlSymbolGlobe = class SwirlSymbolGlobe {
|
|
5282
|
+
constructor(c, r, z) {
|
|
5283
|
+
this.z = z;
|
|
5284
|
+
c.detach();
|
|
5285
|
+
this.el = r.nativeElement;
|
|
5286
|
+
}
|
|
5287
|
+
};
|
|
5288
|
+
SwirlSymbolGlobe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolGlobe, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5289
|
+
SwirlSymbolGlobe.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolGlobe, selector: "swirl-symbol-globe", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5290
|
+
SwirlSymbolGlobe = __decorate([
|
|
5291
|
+
ProxyCmp({
|
|
5292
|
+
defineCustomElementFn: undefined,
|
|
5293
|
+
inputs: ['size']
|
|
5294
|
+
})
|
|
5295
|
+
], SwirlSymbolGlobe);
|
|
5296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolGlobe, decorators: [{
|
|
5297
|
+
type: Component,
|
|
5298
|
+
args: [{
|
|
5299
|
+
selector: 'swirl-symbol-globe',
|
|
5300
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5301
|
+
template: '<ng-content></ng-content>',
|
|
5302
|
+
inputs: ['size']
|
|
5303
|
+
}]
|
|
5304
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5305
|
+
let SwirlSymbolGroups = class SwirlSymbolGroups {
|
|
5306
|
+
constructor(c, r, z) {
|
|
5307
|
+
this.z = z;
|
|
5308
|
+
c.detach();
|
|
5309
|
+
this.el = r.nativeElement;
|
|
5310
|
+
}
|
|
5311
|
+
};
|
|
5312
|
+
SwirlSymbolGroups.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolGroups, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5313
|
+
SwirlSymbolGroups.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolGroups, selector: "swirl-symbol-groups", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5314
|
+
SwirlSymbolGroups = __decorate([
|
|
5315
|
+
ProxyCmp({
|
|
5316
|
+
defineCustomElementFn: undefined,
|
|
5317
|
+
inputs: ['size']
|
|
5318
|
+
})
|
|
5319
|
+
], SwirlSymbolGroups);
|
|
5320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolGroups, decorators: [{
|
|
5321
|
+
type: Component,
|
|
5322
|
+
args: [{
|
|
5323
|
+
selector: 'swirl-symbol-groups',
|
|
5324
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5325
|
+
template: '<ng-content></ng-content>',
|
|
5326
|
+
inputs: ['size']
|
|
5327
|
+
}]
|
|
5328
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5329
|
+
let SwirlSymbolHelp = class SwirlSymbolHelp {
|
|
5330
|
+
constructor(c, r, z) {
|
|
5331
|
+
this.z = z;
|
|
5332
|
+
c.detach();
|
|
5333
|
+
this.el = r.nativeElement;
|
|
5334
|
+
}
|
|
5335
|
+
};
|
|
5336
|
+
SwirlSymbolHelp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolHelp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5337
|
+
SwirlSymbolHelp.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolHelp, selector: "swirl-symbol-help", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5338
|
+
SwirlSymbolHelp = __decorate([
|
|
5339
|
+
ProxyCmp({
|
|
5340
|
+
defineCustomElementFn: undefined,
|
|
5341
|
+
inputs: ['size']
|
|
5342
|
+
})
|
|
5343
|
+
], SwirlSymbolHelp);
|
|
5344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolHelp, decorators: [{
|
|
5345
|
+
type: Component,
|
|
5346
|
+
args: [{
|
|
5347
|
+
selector: 'swirl-symbol-help',
|
|
5348
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5349
|
+
template: '<ng-content></ng-content>',
|
|
5350
|
+
inputs: ['size']
|
|
5351
|
+
}]
|
|
5352
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5353
|
+
let SwirlSymbolImage = class SwirlSymbolImage {
|
|
5354
|
+
constructor(c, r, z) {
|
|
5355
|
+
this.z = z;
|
|
5356
|
+
c.detach();
|
|
5357
|
+
this.el = r.nativeElement;
|
|
5358
|
+
}
|
|
5359
|
+
};
|
|
5360
|
+
SwirlSymbolImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5361
|
+
SwirlSymbolImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolImage, selector: "swirl-symbol-image", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5362
|
+
SwirlSymbolImage = __decorate([
|
|
5363
|
+
ProxyCmp({
|
|
5364
|
+
defineCustomElementFn: undefined,
|
|
5365
|
+
inputs: ['size']
|
|
5366
|
+
})
|
|
5367
|
+
], SwirlSymbolImage);
|
|
5368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolImage, decorators: [{
|
|
5369
|
+
type: Component,
|
|
5370
|
+
args: [{
|
|
5371
|
+
selector: 'swirl-symbol-image',
|
|
5372
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5373
|
+
template: '<ng-content></ng-content>',
|
|
5374
|
+
inputs: ['size']
|
|
5375
|
+
}]
|
|
5376
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5377
|
+
let SwirlSymbolInfoMenu = class SwirlSymbolInfoMenu {
|
|
5378
|
+
constructor(c, r, z) {
|
|
5379
|
+
this.z = z;
|
|
5380
|
+
c.detach();
|
|
5381
|
+
this.el = r.nativeElement;
|
|
5382
|
+
}
|
|
5383
|
+
};
|
|
5384
|
+
SwirlSymbolInfoMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolInfoMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5385
|
+
SwirlSymbolInfoMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolInfoMenu, selector: "swirl-symbol-info-menu", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5386
|
+
SwirlSymbolInfoMenu = __decorate([
|
|
5387
|
+
ProxyCmp({
|
|
5388
|
+
defineCustomElementFn: undefined,
|
|
5389
|
+
inputs: ['size']
|
|
5390
|
+
})
|
|
5391
|
+
], SwirlSymbolInfoMenu);
|
|
5392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolInfoMenu, decorators: [{
|
|
5393
|
+
type: Component,
|
|
5394
|
+
args: [{
|
|
5395
|
+
selector: 'swirl-symbol-info-menu',
|
|
5396
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5397
|
+
template: '<ng-content></ng-content>',
|
|
5398
|
+
inputs: ['size']
|
|
5399
|
+
}]
|
|
5400
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5401
|
+
let SwirlSymbolInstagram = class SwirlSymbolInstagram {
|
|
5402
|
+
constructor(c, r, z) {
|
|
5403
|
+
this.z = z;
|
|
5404
|
+
c.detach();
|
|
5405
|
+
this.el = r.nativeElement;
|
|
5406
|
+
}
|
|
5407
|
+
};
|
|
5408
|
+
SwirlSymbolInstagram.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolInstagram, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5409
|
+
SwirlSymbolInstagram.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolInstagram, selector: "swirl-symbol-instagram", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5410
|
+
SwirlSymbolInstagram = __decorate([
|
|
5411
|
+
ProxyCmp({
|
|
5412
|
+
defineCustomElementFn: undefined,
|
|
5413
|
+
inputs: ['size']
|
|
5414
|
+
})
|
|
5415
|
+
], SwirlSymbolInstagram);
|
|
5416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolInstagram, decorators: [{
|
|
5417
|
+
type: Component,
|
|
5418
|
+
args: [{
|
|
5419
|
+
selector: 'swirl-symbol-instagram',
|
|
5420
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5421
|
+
template: '<ng-content></ng-content>',
|
|
5422
|
+
inputs: ['size']
|
|
5423
|
+
}]
|
|
5424
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5425
|
+
let SwirlSymbolIos = class SwirlSymbolIos {
|
|
5426
|
+
constructor(c, r, z) {
|
|
5427
|
+
this.z = z;
|
|
5428
|
+
c.detach();
|
|
5429
|
+
this.el = r.nativeElement;
|
|
5430
|
+
}
|
|
5431
|
+
};
|
|
5432
|
+
SwirlSymbolIos.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolIos, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5433
|
+
SwirlSymbolIos.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolIos, selector: "swirl-symbol-ios", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5434
|
+
SwirlSymbolIos = __decorate([
|
|
5435
|
+
ProxyCmp({
|
|
5436
|
+
defineCustomElementFn: undefined,
|
|
5437
|
+
inputs: ['size']
|
|
5438
|
+
})
|
|
5439
|
+
], SwirlSymbolIos);
|
|
5440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolIos, decorators: [{
|
|
5441
|
+
type: Component,
|
|
5442
|
+
args: [{
|
|
5443
|
+
selector: 'swirl-symbol-ios',
|
|
5444
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5445
|
+
template: '<ng-content></ng-content>',
|
|
5446
|
+
inputs: ['size']
|
|
5447
|
+
}]
|
|
5448
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5449
|
+
let SwirlSymbolLanguage = class SwirlSymbolLanguage {
|
|
5450
|
+
constructor(c, r, z) {
|
|
5451
|
+
this.z = z;
|
|
5452
|
+
c.detach();
|
|
5453
|
+
this.el = r.nativeElement;
|
|
5454
|
+
}
|
|
5455
|
+
};
|
|
5456
|
+
SwirlSymbolLanguage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLanguage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5457
|
+
SwirlSymbolLanguage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLanguage, selector: "swirl-symbol-language", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5458
|
+
SwirlSymbolLanguage = __decorate([
|
|
5459
|
+
ProxyCmp({
|
|
5460
|
+
defineCustomElementFn: undefined,
|
|
5461
|
+
inputs: ['size']
|
|
5462
|
+
})
|
|
5463
|
+
], SwirlSymbolLanguage);
|
|
5464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLanguage, decorators: [{
|
|
5465
|
+
type: Component,
|
|
5466
|
+
args: [{
|
|
5467
|
+
selector: 'swirl-symbol-language',
|
|
5468
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5469
|
+
template: '<ng-content></ng-content>',
|
|
5470
|
+
inputs: ['size']
|
|
5471
|
+
}]
|
|
5472
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5473
|
+
let SwirlSymbolLeaderboard = class SwirlSymbolLeaderboard {
|
|
5474
|
+
constructor(c, r, z) {
|
|
5475
|
+
this.z = z;
|
|
5476
|
+
c.detach();
|
|
5477
|
+
this.el = r.nativeElement;
|
|
5478
|
+
}
|
|
5479
|
+
};
|
|
5480
|
+
SwirlSymbolLeaderboard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLeaderboard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5481
|
+
SwirlSymbolLeaderboard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLeaderboard, selector: "swirl-symbol-leaderboard", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5482
|
+
SwirlSymbolLeaderboard = __decorate([
|
|
5483
|
+
ProxyCmp({
|
|
5484
|
+
defineCustomElementFn: undefined,
|
|
5485
|
+
inputs: ['size']
|
|
5486
|
+
})
|
|
5487
|
+
], SwirlSymbolLeaderboard);
|
|
5488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLeaderboard, decorators: [{
|
|
5489
|
+
type: Component,
|
|
5490
|
+
args: [{
|
|
5491
|
+
selector: 'swirl-symbol-leaderboard',
|
|
5492
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5493
|
+
template: '<ng-content></ng-content>',
|
|
5494
|
+
inputs: ['size']
|
|
5495
|
+
}]
|
|
5496
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5497
|
+
let SwirlSymbolLightbulb = class SwirlSymbolLightbulb {
|
|
5498
|
+
constructor(c, r, z) {
|
|
5499
|
+
this.z = z;
|
|
5500
|
+
c.detach();
|
|
5501
|
+
this.el = r.nativeElement;
|
|
5502
|
+
}
|
|
5503
|
+
};
|
|
5504
|
+
SwirlSymbolLightbulb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLightbulb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5505
|
+
SwirlSymbolLightbulb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLightbulb, selector: "swirl-symbol-lightbulb", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5506
|
+
SwirlSymbolLightbulb = __decorate([
|
|
5507
|
+
ProxyCmp({
|
|
5508
|
+
defineCustomElementFn: undefined,
|
|
5509
|
+
inputs: ['size']
|
|
5510
|
+
})
|
|
5511
|
+
], SwirlSymbolLightbulb);
|
|
5512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLightbulb, decorators: [{
|
|
5513
|
+
type: Component,
|
|
5514
|
+
args: [{
|
|
5515
|
+
selector: 'swirl-symbol-lightbulb',
|
|
5516
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5517
|
+
template: '<ng-content></ng-content>',
|
|
5518
|
+
inputs: ['size']
|
|
5519
|
+
}]
|
|
5520
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5521
|
+
let SwirlSymbolLinkedin = class SwirlSymbolLinkedin {
|
|
5522
|
+
constructor(c, r, z) {
|
|
5523
|
+
this.z = z;
|
|
5524
|
+
c.detach();
|
|
5525
|
+
this.el = r.nativeElement;
|
|
5526
|
+
}
|
|
5527
|
+
};
|
|
5528
|
+
SwirlSymbolLinkedin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLinkedin, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5529
|
+
SwirlSymbolLinkedin.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLinkedin, selector: "swirl-symbol-linkedin", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5530
|
+
SwirlSymbolLinkedin = __decorate([
|
|
5531
|
+
ProxyCmp({
|
|
5532
|
+
defineCustomElementFn: undefined,
|
|
5533
|
+
inputs: ['size']
|
|
5534
|
+
})
|
|
5535
|
+
], SwirlSymbolLinkedin);
|
|
5536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLinkedin, decorators: [{
|
|
5537
|
+
type: Component,
|
|
5538
|
+
args: [{
|
|
5539
|
+
selector: 'swirl-symbol-linkedin',
|
|
5540
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5541
|
+
template: '<ng-content></ng-content>',
|
|
5542
|
+
inputs: ['size']
|
|
5543
|
+
}]
|
|
5544
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5545
|
+
let SwirlSymbolLocationOn = class SwirlSymbolLocationOn {
|
|
5546
|
+
constructor(c, r, z) {
|
|
5547
|
+
this.z = z;
|
|
5548
|
+
c.detach();
|
|
5549
|
+
this.el = r.nativeElement;
|
|
5550
|
+
}
|
|
5551
|
+
};
|
|
5552
|
+
SwirlSymbolLocationOn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLocationOn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5553
|
+
SwirlSymbolLocationOn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLocationOn, selector: "swirl-symbol-location-on", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5554
|
+
SwirlSymbolLocationOn = __decorate([
|
|
5555
|
+
ProxyCmp({
|
|
5556
|
+
defineCustomElementFn: undefined,
|
|
5557
|
+
inputs: ['size']
|
|
5558
|
+
})
|
|
5559
|
+
], SwirlSymbolLocationOn);
|
|
5560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLocationOn, decorators: [{
|
|
5561
|
+
type: Component,
|
|
5562
|
+
args: [{
|
|
5563
|
+
selector: 'swirl-symbol-location-on',
|
|
5564
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5565
|
+
template: '<ng-content></ng-content>',
|
|
5566
|
+
inputs: ['size']
|
|
5567
|
+
}]
|
|
5568
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5569
|
+
let SwirlSymbolLoyalty = class SwirlSymbolLoyalty {
|
|
5570
|
+
constructor(c, r, z) {
|
|
5571
|
+
this.z = z;
|
|
5572
|
+
c.detach();
|
|
5573
|
+
this.el = r.nativeElement;
|
|
5574
|
+
}
|
|
5575
|
+
};
|
|
5576
|
+
SwirlSymbolLoyalty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLoyalty, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5577
|
+
SwirlSymbolLoyalty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolLoyalty, selector: "swirl-symbol-loyalty", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5578
|
+
SwirlSymbolLoyalty = __decorate([
|
|
5579
|
+
ProxyCmp({
|
|
5580
|
+
defineCustomElementFn: undefined,
|
|
5581
|
+
inputs: ['size']
|
|
5582
|
+
})
|
|
5583
|
+
], SwirlSymbolLoyalty);
|
|
5584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolLoyalty, decorators: [{
|
|
5585
|
+
type: Component,
|
|
5586
|
+
args: [{
|
|
5587
|
+
selector: 'swirl-symbol-loyalty',
|
|
5588
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5589
|
+
template: '<ng-content></ng-content>',
|
|
5590
|
+
inputs: ['size']
|
|
5591
|
+
}]
|
|
5592
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5593
|
+
let SwirlSymbolMapsHomeWork = class SwirlSymbolMapsHomeWork {
|
|
5594
|
+
constructor(c, r, z) {
|
|
5595
|
+
this.z = z;
|
|
5596
|
+
c.detach();
|
|
5597
|
+
this.el = r.nativeElement;
|
|
5598
|
+
}
|
|
5599
|
+
};
|
|
5600
|
+
SwirlSymbolMapsHomeWork.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolMapsHomeWork, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5601
|
+
SwirlSymbolMapsHomeWork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolMapsHomeWork, selector: "swirl-symbol-maps-home-work", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5602
|
+
SwirlSymbolMapsHomeWork = __decorate([
|
|
5603
|
+
ProxyCmp({
|
|
5604
|
+
defineCustomElementFn: undefined,
|
|
5605
|
+
inputs: ['size']
|
|
5606
|
+
})
|
|
5607
|
+
], SwirlSymbolMapsHomeWork);
|
|
5608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolMapsHomeWork, decorators: [{
|
|
5609
|
+
type: Component,
|
|
5610
|
+
args: [{
|
|
5611
|
+
selector: 'swirl-symbol-maps-home-work',
|
|
5612
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5613
|
+
template: '<ng-content></ng-content>',
|
|
5614
|
+
inputs: ['size']
|
|
5615
|
+
}]
|
|
5616
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5617
|
+
let SwirlSymbolNotifications = class SwirlSymbolNotifications {
|
|
5618
|
+
constructor(c, r, z) {
|
|
5619
|
+
this.z = z;
|
|
5620
|
+
c.detach();
|
|
5621
|
+
this.el = r.nativeElement;
|
|
5622
|
+
}
|
|
5623
|
+
};
|
|
5624
|
+
SwirlSymbolNotifications.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolNotifications, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5625
|
+
SwirlSymbolNotifications.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolNotifications, selector: "swirl-symbol-notifications", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5626
|
+
SwirlSymbolNotifications = __decorate([
|
|
5627
|
+
ProxyCmp({
|
|
5628
|
+
defineCustomElementFn: undefined,
|
|
5629
|
+
inputs: ['size']
|
|
5630
|
+
})
|
|
5631
|
+
], SwirlSymbolNotifications);
|
|
5632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolNotifications, decorators: [{
|
|
5633
|
+
type: Component,
|
|
5634
|
+
args: [{
|
|
5635
|
+
selector: 'swirl-symbol-notifications',
|
|
5636
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5637
|
+
template: '<ng-content></ng-content>',
|
|
5638
|
+
inputs: ['size']
|
|
5639
|
+
}]
|
|
5640
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5641
|
+
let SwirlSymbolOpenInNew = class SwirlSymbolOpenInNew {
|
|
5642
|
+
constructor(c, r, z) {
|
|
5643
|
+
this.z = z;
|
|
5644
|
+
c.detach();
|
|
5645
|
+
this.el = r.nativeElement;
|
|
5646
|
+
}
|
|
5647
|
+
};
|
|
5648
|
+
SwirlSymbolOpenInNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolOpenInNew, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5649
|
+
SwirlSymbolOpenInNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolOpenInNew, selector: "swirl-symbol-open-in-new", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5650
|
+
SwirlSymbolOpenInNew = __decorate([
|
|
5651
|
+
ProxyCmp({
|
|
5652
|
+
defineCustomElementFn: undefined,
|
|
5653
|
+
inputs: ['size']
|
|
5654
|
+
})
|
|
5655
|
+
], SwirlSymbolOpenInNew);
|
|
5656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolOpenInNew, decorators: [{
|
|
5657
|
+
type: Component,
|
|
5658
|
+
args: [{
|
|
5659
|
+
selector: 'swirl-symbol-open-in-new',
|
|
5660
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5661
|
+
template: '<ng-content></ng-content>',
|
|
5662
|
+
inputs: ['size']
|
|
5663
|
+
}]
|
|
5664
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5665
|
+
let SwirlSymbolPedalBike = class SwirlSymbolPedalBike {
|
|
5666
|
+
constructor(c, r, z) {
|
|
5667
|
+
this.z = z;
|
|
5668
|
+
c.detach();
|
|
5669
|
+
this.el = r.nativeElement;
|
|
5670
|
+
}
|
|
5671
|
+
};
|
|
5672
|
+
SwirlSymbolPedalBike.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPedalBike, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5673
|
+
SwirlSymbolPedalBike.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolPedalBike, selector: "swirl-symbol-pedal-bike", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5674
|
+
SwirlSymbolPedalBike = __decorate([
|
|
5675
|
+
ProxyCmp({
|
|
5676
|
+
defineCustomElementFn: undefined,
|
|
5677
|
+
inputs: ['size']
|
|
5678
|
+
})
|
|
5679
|
+
], SwirlSymbolPedalBike);
|
|
5680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPedalBike, decorators: [{
|
|
5681
|
+
type: Component,
|
|
5682
|
+
args: [{
|
|
5683
|
+
selector: 'swirl-symbol-pedal-bike',
|
|
5684
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5685
|
+
template: '<ng-content></ng-content>',
|
|
5686
|
+
inputs: ['size']
|
|
5687
|
+
}]
|
|
5688
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5689
|
+
let SwirlSymbolPinterest = class SwirlSymbolPinterest {
|
|
5690
|
+
constructor(c, r, z) {
|
|
5691
|
+
this.z = z;
|
|
5692
|
+
c.detach();
|
|
5693
|
+
this.el = r.nativeElement;
|
|
5694
|
+
}
|
|
5695
|
+
};
|
|
5696
|
+
SwirlSymbolPinterest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPinterest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5697
|
+
SwirlSymbolPinterest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolPinterest, selector: "swirl-symbol-pinterest", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5698
|
+
SwirlSymbolPinterest = __decorate([
|
|
5699
|
+
ProxyCmp({
|
|
5700
|
+
defineCustomElementFn: undefined,
|
|
5701
|
+
inputs: ['size']
|
|
5702
|
+
})
|
|
5703
|
+
], SwirlSymbolPinterest);
|
|
5704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPinterest, decorators: [{
|
|
5705
|
+
type: Component,
|
|
5706
|
+
args: [{
|
|
5707
|
+
selector: 'swirl-symbol-pinterest',
|
|
5708
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5709
|
+
template: '<ng-content></ng-content>',
|
|
5710
|
+
inputs: ['size']
|
|
5711
|
+
}]
|
|
5712
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5713
|
+
let SwirlSymbolPolicy = class SwirlSymbolPolicy {
|
|
5714
|
+
constructor(c, r, z) {
|
|
5715
|
+
this.z = z;
|
|
5716
|
+
c.detach();
|
|
5717
|
+
this.el = r.nativeElement;
|
|
5718
|
+
}
|
|
5719
|
+
};
|
|
5720
|
+
SwirlSymbolPolicy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPolicy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5721
|
+
SwirlSymbolPolicy.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolPolicy, selector: "swirl-symbol-policy", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5722
|
+
SwirlSymbolPolicy = __decorate([
|
|
5723
|
+
ProxyCmp({
|
|
5724
|
+
defineCustomElementFn: undefined,
|
|
5725
|
+
inputs: ['size']
|
|
5726
|
+
})
|
|
5727
|
+
], SwirlSymbolPolicy);
|
|
5728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPolicy, decorators: [{
|
|
5729
|
+
type: Component,
|
|
5730
|
+
args: [{
|
|
5731
|
+
selector: 'swirl-symbol-policy',
|
|
5732
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5733
|
+
template: '<ng-content></ng-content>',
|
|
5734
|
+
inputs: ['size']
|
|
5735
|
+
}]
|
|
5736
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5737
|
+
let SwirlSymbolPushPin = class SwirlSymbolPushPin {
|
|
5738
|
+
constructor(c, r, z) {
|
|
5739
|
+
this.z = z;
|
|
5740
|
+
c.detach();
|
|
5741
|
+
this.el = r.nativeElement;
|
|
5742
|
+
}
|
|
5743
|
+
};
|
|
5744
|
+
SwirlSymbolPushPin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPushPin, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5745
|
+
SwirlSymbolPushPin.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolPushPin, selector: "swirl-symbol-push-pin", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5746
|
+
SwirlSymbolPushPin = __decorate([
|
|
5747
|
+
ProxyCmp({
|
|
5748
|
+
defineCustomElementFn: undefined,
|
|
5749
|
+
inputs: ['size']
|
|
5750
|
+
})
|
|
5751
|
+
], SwirlSymbolPushPin);
|
|
5752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolPushPin, decorators: [{
|
|
5753
|
+
type: Component,
|
|
5754
|
+
args: [{
|
|
5755
|
+
selector: 'swirl-symbol-push-pin',
|
|
5756
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5757
|
+
template: '<ng-content></ng-content>',
|
|
5758
|
+
inputs: ['size']
|
|
5759
|
+
}]
|
|
5760
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5761
|
+
let SwirlSymbolRedeem = class SwirlSymbolRedeem {
|
|
5762
|
+
constructor(c, r, z) {
|
|
5763
|
+
this.z = z;
|
|
5764
|
+
c.detach();
|
|
5765
|
+
this.el = r.nativeElement;
|
|
5766
|
+
}
|
|
5767
|
+
};
|
|
5768
|
+
SwirlSymbolRedeem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRedeem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5769
|
+
SwirlSymbolRedeem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolRedeem, selector: "swirl-symbol-redeem", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5770
|
+
SwirlSymbolRedeem = __decorate([
|
|
5771
|
+
ProxyCmp({
|
|
5772
|
+
defineCustomElementFn: undefined,
|
|
5773
|
+
inputs: ['size']
|
|
5774
|
+
})
|
|
5775
|
+
], SwirlSymbolRedeem);
|
|
5776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRedeem, decorators: [{
|
|
5777
|
+
type: Component,
|
|
5778
|
+
args: [{
|
|
5779
|
+
selector: 'swirl-symbol-redeem',
|
|
5780
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5781
|
+
template: '<ng-content></ng-content>',
|
|
5782
|
+
inputs: ['size']
|
|
5783
|
+
}]
|
|
5784
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5785
|
+
let SwirlSymbolReportProblem = class SwirlSymbolReportProblem {
|
|
5786
|
+
constructor(c, r, z) {
|
|
5787
|
+
this.z = z;
|
|
5788
|
+
c.detach();
|
|
5789
|
+
this.el = r.nativeElement;
|
|
5790
|
+
}
|
|
5791
|
+
};
|
|
5792
|
+
SwirlSymbolReportProblem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolReportProblem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5793
|
+
SwirlSymbolReportProblem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolReportProblem, selector: "swirl-symbol-report-problem", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5794
|
+
SwirlSymbolReportProblem = __decorate([
|
|
5795
|
+
ProxyCmp({
|
|
5796
|
+
defineCustomElementFn: undefined,
|
|
5797
|
+
inputs: ['size']
|
|
5798
|
+
})
|
|
5799
|
+
], SwirlSymbolReportProblem);
|
|
5800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolReportProblem, decorators: [{
|
|
5801
|
+
type: Component,
|
|
5802
|
+
args: [{
|
|
5803
|
+
selector: 'swirl-symbol-report-problem',
|
|
5804
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5805
|
+
template: '<ng-content></ng-content>',
|
|
5806
|
+
inputs: ['size']
|
|
5807
|
+
}]
|
|
5808
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5809
|
+
let SwirlSymbolRestaurant = class SwirlSymbolRestaurant {
|
|
5810
|
+
constructor(c, r, z) {
|
|
5811
|
+
this.z = z;
|
|
5812
|
+
c.detach();
|
|
5813
|
+
this.el = r.nativeElement;
|
|
5814
|
+
}
|
|
5815
|
+
};
|
|
5816
|
+
SwirlSymbolRestaurant.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRestaurant, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5817
|
+
SwirlSymbolRestaurant.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolRestaurant, selector: "swirl-symbol-restaurant", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5818
|
+
SwirlSymbolRestaurant = __decorate([
|
|
5819
|
+
ProxyCmp({
|
|
5820
|
+
defineCustomElementFn: undefined,
|
|
5821
|
+
inputs: ['size']
|
|
5822
|
+
})
|
|
5823
|
+
], SwirlSymbolRestaurant);
|
|
5824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRestaurant, decorators: [{
|
|
5825
|
+
type: Component,
|
|
5826
|
+
args: [{
|
|
5827
|
+
selector: 'swirl-symbol-restaurant',
|
|
5828
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5829
|
+
template: '<ng-content></ng-content>',
|
|
5830
|
+
inputs: ['size']
|
|
5831
|
+
}]
|
|
5832
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5833
|
+
let SwirlSymbolRoadmap = class SwirlSymbolRoadmap {
|
|
5834
|
+
constructor(c, r, z) {
|
|
5835
|
+
this.z = z;
|
|
5836
|
+
c.detach();
|
|
5837
|
+
this.el = r.nativeElement;
|
|
5838
|
+
}
|
|
5839
|
+
};
|
|
5840
|
+
SwirlSymbolRoadmap.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRoadmap, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5841
|
+
SwirlSymbolRoadmap.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolRoadmap, selector: "swirl-symbol-roadmap", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5842
|
+
SwirlSymbolRoadmap = __decorate([
|
|
5843
|
+
ProxyCmp({
|
|
5844
|
+
defineCustomElementFn: undefined,
|
|
5845
|
+
inputs: ['size']
|
|
5846
|
+
})
|
|
5847
|
+
], SwirlSymbolRoadmap);
|
|
5848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRoadmap, decorators: [{
|
|
5849
|
+
type: Component,
|
|
5850
|
+
args: [{
|
|
5851
|
+
selector: 'swirl-symbol-roadmap',
|
|
5852
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5853
|
+
template: '<ng-content></ng-content>',
|
|
5854
|
+
inputs: ['size']
|
|
5855
|
+
}]
|
|
5856
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5857
|
+
let SwirlSymbolRoom = class SwirlSymbolRoom {
|
|
5858
|
+
constructor(c, r, z) {
|
|
5859
|
+
this.z = z;
|
|
5860
|
+
c.detach();
|
|
5861
|
+
this.el = r.nativeElement;
|
|
5862
|
+
}
|
|
5863
|
+
};
|
|
5864
|
+
SwirlSymbolRoom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRoom, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5865
|
+
SwirlSymbolRoom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolRoom, selector: "swirl-symbol-room", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5866
|
+
SwirlSymbolRoom = __decorate([
|
|
5867
|
+
ProxyCmp({
|
|
5868
|
+
defineCustomElementFn: undefined,
|
|
5869
|
+
inputs: ['size']
|
|
5870
|
+
})
|
|
5871
|
+
], SwirlSymbolRoom);
|
|
5872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolRoom, decorators: [{
|
|
5873
|
+
type: Component,
|
|
5874
|
+
args: [{
|
|
5875
|
+
selector: 'swirl-symbol-room',
|
|
5876
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5877
|
+
template: '<ng-content></ng-content>',
|
|
5878
|
+
inputs: ['size']
|
|
5879
|
+
}]
|
|
5880
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5881
|
+
let SwirlSymbolSavings = class SwirlSymbolSavings {
|
|
5882
|
+
constructor(c, r, z) {
|
|
5883
|
+
this.z = z;
|
|
5884
|
+
c.detach();
|
|
5885
|
+
this.el = r.nativeElement;
|
|
5886
|
+
}
|
|
5887
|
+
};
|
|
5888
|
+
SwirlSymbolSavings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSavings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5889
|
+
SwirlSymbolSavings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolSavings, selector: "swirl-symbol-savings", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5890
|
+
SwirlSymbolSavings = __decorate([
|
|
5891
|
+
ProxyCmp({
|
|
5892
|
+
defineCustomElementFn: undefined,
|
|
5893
|
+
inputs: ['size']
|
|
5894
|
+
})
|
|
5895
|
+
], SwirlSymbolSavings);
|
|
5896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSavings, decorators: [{
|
|
5897
|
+
type: Component,
|
|
5898
|
+
args: [{
|
|
5899
|
+
selector: 'swirl-symbol-savings',
|
|
5900
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5901
|
+
template: '<ng-content></ng-content>',
|
|
5902
|
+
inputs: ['size']
|
|
5903
|
+
}]
|
|
5904
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5905
|
+
let SwirlSymbolSettingsVoice = class SwirlSymbolSettingsVoice {
|
|
5906
|
+
constructor(c, r, z) {
|
|
5907
|
+
this.z = z;
|
|
5908
|
+
c.detach();
|
|
5909
|
+
this.el = r.nativeElement;
|
|
5910
|
+
}
|
|
5911
|
+
};
|
|
5912
|
+
SwirlSymbolSettingsVoice.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSettingsVoice, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5913
|
+
SwirlSymbolSettingsVoice.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolSettingsVoice, selector: "swirl-symbol-settings-voice", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5914
|
+
SwirlSymbolSettingsVoice = __decorate([
|
|
5915
|
+
ProxyCmp({
|
|
5916
|
+
defineCustomElementFn: undefined,
|
|
5917
|
+
inputs: ['size']
|
|
5918
|
+
})
|
|
5919
|
+
], SwirlSymbolSettingsVoice);
|
|
5920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSettingsVoice, decorators: [{
|
|
5921
|
+
type: Component,
|
|
5922
|
+
args: [{
|
|
5923
|
+
selector: 'swirl-symbol-settings-voice',
|
|
5924
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5925
|
+
template: '<ng-content></ng-content>',
|
|
5926
|
+
inputs: ['size']
|
|
5927
|
+
}]
|
|
5928
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5929
|
+
let SwirlSymbolShoppingCart = class SwirlSymbolShoppingCart {
|
|
5930
|
+
constructor(c, r, z) {
|
|
5931
|
+
this.z = z;
|
|
5932
|
+
c.detach();
|
|
5933
|
+
this.el = r.nativeElement;
|
|
5934
|
+
}
|
|
5935
|
+
};
|
|
5936
|
+
SwirlSymbolShoppingCart.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolShoppingCart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5937
|
+
SwirlSymbolShoppingCart.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolShoppingCart, selector: "swirl-symbol-shopping-cart", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5938
|
+
SwirlSymbolShoppingCart = __decorate([
|
|
5939
|
+
ProxyCmp({
|
|
5940
|
+
defineCustomElementFn: undefined,
|
|
5941
|
+
inputs: ['size']
|
|
5942
|
+
})
|
|
5943
|
+
], SwirlSymbolShoppingCart);
|
|
5944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolShoppingCart, decorators: [{
|
|
5945
|
+
type: Component,
|
|
5946
|
+
args: [{
|
|
5947
|
+
selector: 'swirl-symbol-shopping-cart',
|
|
5948
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5949
|
+
template: '<ng-content></ng-content>',
|
|
5950
|
+
inputs: ['size']
|
|
5951
|
+
}]
|
|
5952
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5953
|
+
let SwirlSymbolSmartphone = class SwirlSymbolSmartphone {
|
|
5954
|
+
constructor(c, r, z) {
|
|
5955
|
+
this.z = z;
|
|
5956
|
+
c.detach();
|
|
5957
|
+
this.el = r.nativeElement;
|
|
5958
|
+
}
|
|
5959
|
+
};
|
|
5960
|
+
SwirlSymbolSmartphone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSmartphone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5961
|
+
SwirlSymbolSmartphone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolSmartphone, selector: "swirl-symbol-smartphone", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5962
|
+
SwirlSymbolSmartphone = __decorate([
|
|
5963
|
+
ProxyCmp({
|
|
5964
|
+
defineCustomElementFn: undefined,
|
|
5965
|
+
inputs: ['size']
|
|
5966
|
+
})
|
|
5967
|
+
], SwirlSymbolSmartphone);
|
|
5968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSmartphone, decorators: [{
|
|
5969
|
+
type: Component,
|
|
5970
|
+
args: [{
|
|
5971
|
+
selector: 'swirl-symbol-smartphone',
|
|
5972
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5973
|
+
template: '<ng-content></ng-content>',
|
|
5974
|
+
inputs: ['size']
|
|
5975
|
+
}]
|
|
5976
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5977
|
+
let SwirlSymbolStar = class SwirlSymbolStar {
|
|
5978
|
+
constructor(c, r, z) {
|
|
5979
|
+
this.z = z;
|
|
5980
|
+
c.detach();
|
|
5981
|
+
this.el = r.nativeElement;
|
|
5982
|
+
}
|
|
5983
|
+
};
|
|
5984
|
+
SwirlSymbolStar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolStar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5985
|
+
SwirlSymbolStar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolStar, selector: "swirl-symbol-star", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5986
|
+
SwirlSymbolStar = __decorate([
|
|
5987
|
+
ProxyCmp({
|
|
5988
|
+
defineCustomElementFn: undefined,
|
|
5989
|
+
inputs: ['size']
|
|
5990
|
+
})
|
|
5991
|
+
], SwirlSymbolStar);
|
|
5992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolStar, decorators: [{
|
|
5993
|
+
type: Component,
|
|
5994
|
+
args: [{
|
|
5995
|
+
selector: 'swirl-symbol-star',
|
|
5996
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5997
|
+
template: '<ng-content></ng-content>',
|
|
5998
|
+
inputs: ['size']
|
|
5999
|
+
}]
|
|
6000
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6001
|
+
let SwirlSymbolSupervisorAccount = class SwirlSymbolSupervisorAccount {
|
|
6002
|
+
constructor(c, r, z) {
|
|
6003
|
+
this.z = z;
|
|
6004
|
+
c.detach();
|
|
6005
|
+
this.el = r.nativeElement;
|
|
6006
|
+
}
|
|
6007
|
+
};
|
|
6008
|
+
SwirlSymbolSupervisorAccount.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSupervisorAccount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6009
|
+
SwirlSymbolSupervisorAccount.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolSupervisorAccount, selector: "swirl-symbol-supervisor-account", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6010
|
+
SwirlSymbolSupervisorAccount = __decorate([
|
|
6011
|
+
ProxyCmp({
|
|
6012
|
+
defineCustomElementFn: undefined,
|
|
6013
|
+
inputs: ['size']
|
|
6014
|
+
})
|
|
6015
|
+
], SwirlSymbolSupervisorAccount);
|
|
6016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolSupervisorAccount, decorators: [{
|
|
6017
|
+
type: Component,
|
|
6018
|
+
args: [{
|
|
6019
|
+
selector: 'swirl-symbol-supervisor-account',
|
|
6020
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6021
|
+
template: '<ng-content></ng-content>',
|
|
6022
|
+
inputs: ['size']
|
|
6023
|
+
}]
|
|
6024
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6025
|
+
let SwirlSymbolThumbsUpDown = class SwirlSymbolThumbsUpDown {
|
|
6026
|
+
constructor(c, r, z) {
|
|
6027
|
+
this.z = z;
|
|
6028
|
+
c.detach();
|
|
6029
|
+
this.el = r.nativeElement;
|
|
6030
|
+
}
|
|
6031
|
+
};
|
|
6032
|
+
SwirlSymbolThumbsUpDown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolThumbsUpDown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6033
|
+
SwirlSymbolThumbsUpDown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolThumbsUpDown, selector: "swirl-symbol-thumbs-up-down", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6034
|
+
SwirlSymbolThumbsUpDown = __decorate([
|
|
6035
|
+
ProxyCmp({
|
|
6036
|
+
defineCustomElementFn: undefined,
|
|
6037
|
+
inputs: ['size']
|
|
6038
|
+
})
|
|
6039
|
+
], SwirlSymbolThumbsUpDown);
|
|
6040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolThumbsUpDown, decorators: [{
|
|
6041
|
+
type: Component,
|
|
6042
|
+
args: [{
|
|
6043
|
+
selector: 'swirl-symbol-thumbs-up-down',
|
|
6044
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6045
|
+
template: '<ng-content></ng-content>',
|
|
6046
|
+
inputs: ['size']
|
|
6047
|
+
}]
|
|
6048
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6049
|
+
let SwirlSymbolTwitter = class SwirlSymbolTwitter {
|
|
6050
|
+
constructor(c, r, z) {
|
|
6051
|
+
this.z = z;
|
|
6052
|
+
c.detach();
|
|
6053
|
+
this.el = r.nativeElement;
|
|
6054
|
+
}
|
|
6055
|
+
};
|
|
6056
|
+
SwirlSymbolTwitter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolTwitter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6057
|
+
SwirlSymbolTwitter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolTwitter, selector: "swirl-symbol-twitter", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6058
|
+
SwirlSymbolTwitter = __decorate([
|
|
6059
|
+
ProxyCmp({
|
|
6060
|
+
defineCustomElementFn: undefined,
|
|
6061
|
+
inputs: ['size']
|
|
6062
|
+
})
|
|
6063
|
+
], SwirlSymbolTwitter);
|
|
6064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolTwitter, decorators: [{
|
|
6065
|
+
type: Component,
|
|
6066
|
+
args: [{
|
|
6067
|
+
selector: 'swirl-symbol-twitter',
|
|
6068
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6069
|
+
template: '<ng-content></ng-content>',
|
|
6070
|
+
inputs: ['size']
|
|
6071
|
+
}]
|
|
6072
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6073
|
+
let SwirlSymbolWbSunny = class SwirlSymbolWbSunny {
|
|
6074
|
+
constructor(c, r, z) {
|
|
6075
|
+
this.z = z;
|
|
6076
|
+
c.detach();
|
|
6077
|
+
this.el = r.nativeElement;
|
|
6078
|
+
}
|
|
6079
|
+
};
|
|
6080
|
+
SwirlSymbolWbSunny.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWbSunny, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6081
|
+
SwirlSymbolWbSunny.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolWbSunny, selector: "swirl-symbol-wb-sunny", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6082
|
+
SwirlSymbolWbSunny = __decorate([
|
|
6083
|
+
ProxyCmp({
|
|
6084
|
+
defineCustomElementFn: undefined,
|
|
6085
|
+
inputs: ['size']
|
|
6086
|
+
})
|
|
6087
|
+
], SwirlSymbolWbSunny);
|
|
6088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWbSunny, decorators: [{
|
|
6089
|
+
type: Component,
|
|
6090
|
+
args: [{
|
|
6091
|
+
selector: 'swirl-symbol-wb-sunny',
|
|
6092
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6093
|
+
template: '<ng-content></ng-content>',
|
|
6094
|
+
inputs: ['size']
|
|
6095
|
+
}]
|
|
6096
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6097
|
+
let SwirlSymbolWechat = class SwirlSymbolWechat {
|
|
6098
|
+
constructor(c, r, z) {
|
|
6099
|
+
this.z = z;
|
|
6100
|
+
c.detach();
|
|
6101
|
+
this.el = r.nativeElement;
|
|
6102
|
+
}
|
|
6103
|
+
};
|
|
6104
|
+
SwirlSymbolWechat.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWechat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6105
|
+
SwirlSymbolWechat.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolWechat, selector: "swirl-symbol-wechat", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6106
|
+
SwirlSymbolWechat = __decorate([
|
|
6107
|
+
ProxyCmp({
|
|
6108
|
+
defineCustomElementFn: undefined,
|
|
6109
|
+
inputs: ['size']
|
|
6110
|
+
})
|
|
6111
|
+
], SwirlSymbolWechat);
|
|
6112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWechat, decorators: [{
|
|
6113
|
+
type: Component,
|
|
6114
|
+
args: [{
|
|
6115
|
+
selector: 'swirl-symbol-wechat',
|
|
6116
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6117
|
+
template: '<ng-content></ng-content>',
|
|
6118
|
+
inputs: ['size']
|
|
6119
|
+
}]
|
|
6120
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6121
|
+
let SwirlSymbolWeibo = class SwirlSymbolWeibo {
|
|
6122
|
+
constructor(c, r, z) {
|
|
6123
|
+
this.z = z;
|
|
6124
|
+
c.detach();
|
|
6125
|
+
this.el = r.nativeElement;
|
|
6126
|
+
}
|
|
6127
|
+
};
|
|
6128
|
+
SwirlSymbolWeibo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWeibo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6129
|
+
SwirlSymbolWeibo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolWeibo, selector: "swirl-symbol-weibo", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6130
|
+
SwirlSymbolWeibo = __decorate([
|
|
6131
|
+
ProxyCmp({
|
|
6132
|
+
defineCustomElementFn: undefined,
|
|
6133
|
+
inputs: ['size']
|
|
6134
|
+
})
|
|
6135
|
+
], SwirlSymbolWeibo);
|
|
6136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWeibo, decorators: [{
|
|
6137
|
+
type: Component,
|
|
6138
|
+
args: [{
|
|
6139
|
+
selector: 'swirl-symbol-weibo',
|
|
6140
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6141
|
+
template: '<ng-content></ng-content>',
|
|
6142
|
+
inputs: ['size']
|
|
6143
|
+
}]
|
|
6144
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6145
|
+
let SwirlSymbolWork = class SwirlSymbolWork {
|
|
6146
|
+
constructor(c, r, z) {
|
|
6147
|
+
this.z = z;
|
|
6148
|
+
c.detach();
|
|
6149
|
+
this.el = r.nativeElement;
|
|
6150
|
+
}
|
|
6151
|
+
};
|
|
6152
|
+
SwirlSymbolWork.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWork, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6153
|
+
SwirlSymbolWork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolWork, selector: "swirl-symbol-work", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6154
|
+
SwirlSymbolWork = __decorate([
|
|
6155
|
+
ProxyCmp({
|
|
6156
|
+
defineCustomElementFn: undefined,
|
|
6157
|
+
inputs: ['size']
|
|
6158
|
+
})
|
|
6159
|
+
], SwirlSymbolWork);
|
|
6160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolWork, decorators: [{
|
|
6161
|
+
type: Component,
|
|
6162
|
+
args: [{
|
|
6163
|
+
selector: 'swirl-symbol-work',
|
|
6164
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6165
|
+
template: '<ng-content></ng-content>',
|
|
6166
|
+
inputs: ['size']
|
|
6167
|
+
}]
|
|
6168
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6169
|
+
let SwirlSymbolXing = class SwirlSymbolXing {
|
|
6170
|
+
constructor(c, r, z) {
|
|
6171
|
+
this.z = z;
|
|
6172
|
+
c.detach();
|
|
6173
|
+
this.el = r.nativeElement;
|
|
6174
|
+
}
|
|
6175
|
+
};
|
|
6176
|
+
SwirlSymbolXing.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolXing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6177
|
+
SwirlSymbolXing.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolXing, selector: "swirl-symbol-xing", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6178
|
+
SwirlSymbolXing = __decorate([
|
|
6179
|
+
ProxyCmp({
|
|
6180
|
+
defineCustomElementFn: undefined,
|
|
6181
|
+
inputs: ['size']
|
|
6182
|
+
})
|
|
6183
|
+
], SwirlSymbolXing);
|
|
6184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolXing, decorators: [{
|
|
6185
|
+
type: Component,
|
|
6186
|
+
args: [{
|
|
6187
|
+
selector: 'swirl-symbol-xing',
|
|
6188
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6189
|
+
template: '<ng-content></ng-content>',
|
|
6190
|
+
inputs: ['size']
|
|
6191
|
+
}]
|
|
6192
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6193
|
+
let SwirlSymbolYoutube = class SwirlSymbolYoutube {
|
|
6194
|
+
constructor(c, r, z) {
|
|
6195
|
+
this.z = z;
|
|
6196
|
+
c.detach();
|
|
6197
|
+
this.el = r.nativeElement;
|
|
6198
|
+
}
|
|
6199
|
+
};
|
|
6200
|
+
SwirlSymbolYoutube.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolYoutube, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6201
|
+
SwirlSymbolYoutube.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSymbolYoutube, selector: "swirl-symbol-youtube", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6202
|
+
SwirlSymbolYoutube = __decorate([
|
|
6203
|
+
ProxyCmp({
|
|
6204
|
+
defineCustomElementFn: undefined,
|
|
6205
|
+
inputs: ['size']
|
|
6206
|
+
})
|
|
6207
|
+
], SwirlSymbolYoutube);
|
|
6208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSymbolYoutube, decorators: [{
|
|
6209
|
+
type: Component,
|
|
6210
|
+
args: [{
|
|
6211
|
+
selector: 'swirl-symbol-youtube',
|
|
6212
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6213
|
+
template: '<ng-content></ng-content>',
|
|
6214
|
+
inputs: ['size']
|
|
6215
|
+
}]
|
|
6216
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4777
6217
|
let SwirlTab = class SwirlTab {
|
|
4778
6218
|
constructor(c, r, z) {
|
|
4779
6219
|
this.z = z;
|
|
@@ -5592,6 +7032,66 @@ const DIRECTIVES = [
|
|
|
5592
7032
|
SwirlStack,
|
|
5593
7033
|
SwirlStatusIndicator,
|
|
5594
7034
|
SwirlSwitch,
|
|
7035
|
+
SwirlSymbol,
|
|
7036
|
+
SwirlSymbolAccountCircle,
|
|
7037
|
+
SwirlSymbolAlternateEmail,
|
|
7038
|
+
SwirlSymbolAndroid,
|
|
7039
|
+
SwirlSymbolAnnouncement,
|
|
7040
|
+
SwirlSymbolBackup,
|
|
7041
|
+
SwirlSymbolBeachAccess,
|
|
7042
|
+
SwirlSymbolBookmark,
|
|
7043
|
+
SwirlSymbolCloud,
|
|
7044
|
+
SwirlSymbolCoronavirus,
|
|
7045
|
+
SwirlSymbolDesktopWindows,
|
|
7046
|
+
SwirlSymbolDirectionsCarFilled,
|
|
7047
|
+
SwirlSymbolEditCalendar,
|
|
7048
|
+
SwirlSymbolEmail,
|
|
7049
|
+
SwirlSymbolEmojiFoodBeverage,
|
|
7050
|
+
SwirlSymbolEventMenu,
|
|
7051
|
+
SwirlSymbolFacebook,
|
|
7052
|
+
SwirlSymbolFavorite,
|
|
7053
|
+
SwirlSymbolFitnessCenter,
|
|
7054
|
+
SwirlSymbolFlag,
|
|
7055
|
+
SwirlSymbolFolder,
|
|
7056
|
+
SwirlSymbolGlobe,
|
|
7057
|
+
SwirlSymbolGroups,
|
|
7058
|
+
SwirlSymbolHelp,
|
|
7059
|
+
SwirlSymbolImage,
|
|
7060
|
+
SwirlSymbolInfoMenu,
|
|
7061
|
+
SwirlSymbolInstagram,
|
|
7062
|
+
SwirlSymbolIos,
|
|
7063
|
+
SwirlSymbolLanguage,
|
|
7064
|
+
SwirlSymbolLeaderboard,
|
|
7065
|
+
SwirlSymbolLightbulb,
|
|
7066
|
+
SwirlSymbolLinkedin,
|
|
7067
|
+
SwirlSymbolLocationOn,
|
|
7068
|
+
SwirlSymbolLoyalty,
|
|
7069
|
+
SwirlSymbolMapsHomeWork,
|
|
7070
|
+
SwirlSymbolNotifications,
|
|
7071
|
+
SwirlSymbolOpenInNew,
|
|
7072
|
+
SwirlSymbolPedalBike,
|
|
7073
|
+
SwirlSymbolPinterest,
|
|
7074
|
+
SwirlSymbolPolicy,
|
|
7075
|
+
SwirlSymbolPushPin,
|
|
7076
|
+
SwirlSymbolRedeem,
|
|
7077
|
+
SwirlSymbolReportProblem,
|
|
7078
|
+
SwirlSymbolRestaurant,
|
|
7079
|
+
SwirlSymbolRoadmap,
|
|
7080
|
+
SwirlSymbolRoom,
|
|
7081
|
+
SwirlSymbolSavings,
|
|
7082
|
+
SwirlSymbolSettingsVoice,
|
|
7083
|
+
SwirlSymbolShoppingCart,
|
|
7084
|
+
SwirlSymbolSmartphone,
|
|
7085
|
+
SwirlSymbolStar,
|
|
7086
|
+
SwirlSymbolSupervisorAccount,
|
|
7087
|
+
SwirlSymbolThumbsUpDown,
|
|
7088
|
+
SwirlSymbolTwitter,
|
|
7089
|
+
SwirlSymbolWbSunny,
|
|
7090
|
+
SwirlSymbolWechat,
|
|
7091
|
+
SwirlSymbolWeibo,
|
|
7092
|
+
SwirlSymbolWork,
|
|
7093
|
+
SwirlSymbolXing,
|
|
7094
|
+
SwirlSymbolYoutube,
|
|
5595
7095
|
SwirlTab,
|
|
5596
7096
|
SwirlTabBar,
|
|
5597
7097
|
SwirlTable,
|
|
@@ -5617,9 +7117,9 @@ const DIRECTIVES = [
|
|
|
5617
7117
|
class SwirlComponentsModule {
|
|
5618
7118
|
}
|
|
5619
7119
|
SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5620
|
-
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
7120
|
+
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
5621
7121
|
SelectValueAccessor,
|
|
5622
|
-
TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
7122
|
+
TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
|
|
5623
7123
|
SelectValueAccessor,
|
|
5624
7124
|
TextValueAccessor] });
|
|
5625
7125
|
SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
|
|
@@ -5650,5 +7150,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5650
7150
|
* Generated bundle index. Do not edit.
|
|
5651
7151
|
*/
|
|
5652
7152
|
|
|
5653
|
-
export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
7153
|
+
export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
|
|
5654
7154
|
//# sourceMappingURL=getflip-swirl-components-angular.mjs.map
|