@getflip/swirl-components-angular 0.384.0 → 0.386.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 +30 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +2000 -347
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +531 -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 +1526 -168
- package/projects/component-library/src/lib/stencil-generated/index.ts +59 -0
|
@@ -673,7 +673,8 @@ export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayou
|
|
|
673
673
|
|
|
674
674
|
|
|
675
675
|
@ProxyCmp({
|
|
676
|
-
inputs: ['autoFocus', 'autoSelect', 'datePickerDisableDate', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'firstDayOfWeek', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'preferredInputMode', 'required', 'swirlAriaDescribedby', 'value']
|
|
676
|
+
inputs: ['autoFocus', 'autoSelect', 'datePickerDisableDate', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'firstDayOfWeek', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'preferredInputMode', 'required', 'swirlAriaDescribedby', 'value'],
|
|
677
|
+
methods: ['openPicker']
|
|
677
678
|
})
|
|
678
679
|
@Component({
|
|
679
680
|
selector: 'swirl-date-input',
|
|
@@ -7678,6 +7679,29 @@ export class SwirlSymbol {
|
|
|
7678
7679
|
export declare interface SwirlSymbol extends Components.SwirlSymbol {}
|
|
7679
7680
|
|
|
7680
7681
|
|
|
7682
|
+
@ProxyCmp({
|
|
7683
|
+
inputs: ['size']
|
|
7684
|
+
})
|
|
7685
|
+
@Component({
|
|
7686
|
+
selector: 'swirl-symbol-ac-unit',
|
|
7687
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7688
|
+
template: '<ng-content></ng-content>',
|
|
7689
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7690
|
+
inputs: ['size'],
|
|
7691
|
+
standalone: false
|
|
7692
|
+
})
|
|
7693
|
+
export class SwirlSymbolAcUnit {
|
|
7694
|
+
protected el: HTMLSwirlSymbolAcUnitElement;
|
|
7695
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7696
|
+
c.detach();
|
|
7697
|
+
this.el = r.nativeElement;
|
|
7698
|
+
}
|
|
7699
|
+
}
|
|
7700
|
+
|
|
7701
|
+
|
|
7702
|
+
export declare interface SwirlSymbolAcUnit extends Components.SwirlSymbolAcUnit {}
|
|
7703
|
+
|
|
7704
|
+
|
|
7681
7705
|
@ProxyCmp({
|
|
7682
7706
|
inputs: ['size']
|
|
7683
7707
|
})
|
|
@@ -7774,15 +7798,15 @@ export declare interface SwirlSymbolAnnouncement extends Components.SwirlSymbolA
|
|
|
7774
7798
|
inputs: ['size']
|
|
7775
7799
|
})
|
|
7776
7800
|
@Component({
|
|
7777
|
-
selector: 'swirl-symbol-
|
|
7801
|
+
selector: 'swirl-symbol-autorenew',
|
|
7778
7802
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7779
7803
|
template: '<ng-content></ng-content>',
|
|
7780
7804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7781
7805
|
inputs: ['size'],
|
|
7782
7806
|
standalone: false
|
|
7783
7807
|
})
|
|
7784
|
-
export class
|
|
7785
|
-
protected el:
|
|
7808
|
+
export class SwirlSymbolAutorenew {
|
|
7809
|
+
protected el: HTMLSwirlSymbolAutorenewElement;
|
|
7786
7810
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7787
7811
|
c.detach();
|
|
7788
7812
|
this.el = r.nativeElement;
|
|
@@ -7790,22 +7814,22 @@ export class SwirlSymbolBackup {
|
|
|
7790
7814
|
}
|
|
7791
7815
|
|
|
7792
7816
|
|
|
7793
|
-
export declare interface
|
|
7817
|
+
export declare interface SwirlSymbolAutorenew extends Components.SwirlSymbolAutorenew {}
|
|
7794
7818
|
|
|
7795
7819
|
|
|
7796
7820
|
@ProxyCmp({
|
|
7797
7821
|
inputs: ['size']
|
|
7798
7822
|
})
|
|
7799
7823
|
@Component({
|
|
7800
|
-
selector: 'swirl-symbol-
|
|
7824
|
+
selector: 'swirl-symbol-backup',
|
|
7801
7825
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7802
7826
|
template: '<ng-content></ng-content>',
|
|
7803
7827
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7804
7828
|
inputs: ['size'],
|
|
7805
7829
|
standalone: false
|
|
7806
7830
|
})
|
|
7807
|
-
export class
|
|
7808
|
-
protected el:
|
|
7831
|
+
export class SwirlSymbolBackup {
|
|
7832
|
+
protected el: HTMLSwirlSymbolBackupElement;
|
|
7809
7833
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7810
7834
|
c.detach();
|
|
7811
7835
|
this.el = r.nativeElement;
|
|
@@ -7813,22 +7837,22 @@ export class SwirlSymbolBeachAccess {
|
|
|
7813
7837
|
}
|
|
7814
7838
|
|
|
7815
7839
|
|
|
7816
|
-
export declare interface
|
|
7840
|
+
export declare interface SwirlSymbolBackup extends Components.SwirlSymbolBackup {}
|
|
7817
7841
|
|
|
7818
7842
|
|
|
7819
7843
|
@ProxyCmp({
|
|
7820
7844
|
inputs: ['size']
|
|
7821
7845
|
})
|
|
7822
7846
|
@Component({
|
|
7823
|
-
selector: 'swirl-symbol-
|
|
7847
|
+
selector: 'swirl-symbol-badge',
|
|
7824
7848
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7825
7849
|
template: '<ng-content></ng-content>',
|
|
7826
7850
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7827
7851
|
inputs: ['size'],
|
|
7828
7852
|
standalone: false
|
|
7829
7853
|
})
|
|
7830
|
-
export class
|
|
7831
|
-
protected el:
|
|
7854
|
+
export class SwirlSymbolBadge {
|
|
7855
|
+
protected el: HTMLSwirlSymbolBadgeElement;
|
|
7832
7856
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7833
7857
|
c.detach();
|
|
7834
7858
|
this.el = r.nativeElement;
|
|
@@ -7836,22 +7860,22 @@ export class SwirlSymbolBookmark {
|
|
|
7836
7860
|
}
|
|
7837
7861
|
|
|
7838
7862
|
|
|
7839
|
-
export declare interface
|
|
7863
|
+
export declare interface SwirlSymbolBadge extends Components.SwirlSymbolBadge {}
|
|
7840
7864
|
|
|
7841
7865
|
|
|
7842
7866
|
@ProxyCmp({
|
|
7843
7867
|
inputs: ['size']
|
|
7844
7868
|
})
|
|
7845
7869
|
@Component({
|
|
7846
|
-
selector: 'swirl-symbol-
|
|
7870
|
+
selector: 'swirl-symbol-barcode-reader',
|
|
7847
7871
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7848
7872
|
template: '<ng-content></ng-content>',
|
|
7849
7873
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7850
7874
|
inputs: ['size'],
|
|
7851
7875
|
standalone: false
|
|
7852
7876
|
})
|
|
7853
|
-
export class
|
|
7854
|
-
protected el:
|
|
7877
|
+
export class SwirlSymbolBarcodeReader {
|
|
7878
|
+
protected el: HTMLSwirlSymbolBarcodeReaderElement;
|
|
7855
7879
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7856
7880
|
c.detach();
|
|
7857
7881
|
this.el = r.nativeElement;
|
|
@@ -7859,22 +7883,22 @@ export class SwirlSymbolCloud {
|
|
|
7859
7883
|
}
|
|
7860
7884
|
|
|
7861
7885
|
|
|
7862
|
-
export declare interface
|
|
7886
|
+
export declare interface SwirlSymbolBarcodeReader extends Components.SwirlSymbolBarcodeReader {}
|
|
7863
7887
|
|
|
7864
7888
|
|
|
7865
7889
|
@ProxyCmp({
|
|
7866
7890
|
inputs: ['size']
|
|
7867
7891
|
})
|
|
7868
7892
|
@Component({
|
|
7869
|
-
selector: 'swirl-symbol-
|
|
7893
|
+
selector: 'swirl-symbol-barcode-scanner',
|
|
7870
7894
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7871
7895
|
template: '<ng-content></ng-content>',
|
|
7872
7896
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7873
7897
|
inputs: ['size'],
|
|
7874
7898
|
standalone: false
|
|
7875
7899
|
})
|
|
7876
|
-
export class
|
|
7877
|
-
protected el:
|
|
7900
|
+
export class SwirlSymbolBarcodeScanner {
|
|
7901
|
+
protected el: HTMLSwirlSymbolBarcodeScannerElement;
|
|
7878
7902
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7879
7903
|
c.detach();
|
|
7880
7904
|
this.el = r.nativeElement;
|
|
@@ -7882,22 +7906,22 @@ export class SwirlSymbolCoronavirus {
|
|
|
7882
7906
|
}
|
|
7883
7907
|
|
|
7884
7908
|
|
|
7885
|
-
export declare interface
|
|
7909
|
+
export declare interface SwirlSymbolBarcodeScanner extends Components.SwirlSymbolBarcodeScanner {}
|
|
7886
7910
|
|
|
7887
7911
|
|
|
7888
7912
|
@ProxyCmp({
|
|
7889
7913
|
inputs: ['size']
|
|
7890
7914
|
})
|
|
7891
7915
|
@Component({
|
|
7892
|
-
selector: 'swirl-symbol-
|
|
7916
|
+
selector: 'swirl-symbol-battery-horiz',
|
|
7893
7917
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7894
7918
|
template: '<ng-content></ng-content>',
|
|
7895
7919
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7896
7920
|
inputs: ['size'],
|
|
7897
7921
|
standalone: false
|
|
7898
7922
|
})
|
|
7899
|
-
export class
|
|
7900
|
-
protected el:
|
|
7923
|
+
export class SwirlSymbolBatteryHoriz {
|
|
7924
|
+
protected el: HTMLSwirlSymbolBatteryHorizElement;
|
|
7901
7925
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7902
7926
|
c.detach();
|
|
7903
7927
|
this.el = r.nativeElement;
|
|
@@ -7905,22 +7929,22 @@ export class SwirlSymbolDesktopWindows {
|
|
|
7905
7929
|
}
|
|
7906
7930
|
|
|
7907
7931
|
|
|
7908
|
-
export declare interface
|
|
7932
|
+
export declare interface SwirlSymbolBatteryHoriz extends Components.SwirlSymbolBatteryHoriz {}
|
|
7909
7933
|
|
|
7910
7934
|
|
|
7911
7935
|
@ProxyCmp({
|
|
7912
7936
|
inputs: ['size']
|
|
7913
7937
|
})
|
|
7914
7938
|
@Component({
|
|
7915
|
-
selector: 'swirl-symbol-
|
|
7939
|
+
selector: 'swirl-symbol-beach-access',
|
|
7916
7940
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7917
7941
|
template: '<ng-content></ng-content>',
|
|
7918
7942
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7919
7943
|
inputs: ['size'],
|
|
7920
7944
|
standalone: false
|
|
7921
7945
|
})
|
|
7922
|
-
export class
|
|
7923
|
-
protected el:
|
|
7946
|
+
export class SwirlSymbolBeachAccess {
|
|
7947
|
+
protected el: HTMLSwirlSymbolBeachAccessElement;
|
|
7924
7948
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7925
7949
|
c.detach();
|
|
7926
7950
|
this.el = r.nativeElement;
|
|
@@ -7928,22 +7952,22 @@ export class SwirlSymbolDirectionsCarFilled {
|
|
|
7928
7952
|
}
|
|
7929
7953
|
|
|
7930
7954
|
|
|
7931
|
-
export declare interface
|
|
7955
|
+
export declare interface SwirlSymbolBeachAccess extends Components.SwirlSymbolBeachAccess {}
|
|
7932
7956
|
|
|
7933
7957
|
|
|
7934
7958
|
@ProxyCmp({
|
|
7935
7959
|
inputs: ['size']
|
|
7936
7960
|
})
|
|
7937
7961
|
@Component({
|
|
7938
|
-
selector: 'swirl-symbol-
|
|
7962
|
+
selector: 'swirl-symbol-bolt',
|
|
7939
7963
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7940
7964
|
template: '<ng-content></ng-content>',
|
|
7941
7965
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7942
7966
|
inputs: ['size'],
|
|
7943
7967
|
standalone: false
|
|
7944
7968
|
})
|
|
7945
|
-
export class
|
|
7946
|
-
protected el:
|
|
7969
|
+
export class SwirlSymbolBolt {
|
|
7970
|
+
protected el: HTMLSwirlSymbolBoltElement;
|
|
7947
7971
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7948
7972
|
c.detach();
|
|
7949
7973
|
this.el = r.nativeElement;
|
|
@@ -7951,22 +7975,22 @@ export class SwirlSymbolEditCalendar {
|
|
|
7951
7975
|
}
|
|
7952
7976
|
|
|
7953
7977
|
|
|
7954
|
-
export declare interface
|
|
7978
|
+
export declare interface SwirlSymbolBolt extends Components.SwirlSymbolBolt {}
|
|
7955
7979
|
|
|
7956
7980
|
|
|
7957
7981
|
@ProxyCmp({
|
|
7958
7982
|
inputs: ['size']
|
|
7959
7983
|
})
|
|
7960
7984
|
@Component({
|
|
7961
|
-
selector: 'swirl-symbol-
|
|
7985
|
+
selector: 'swirl-symbol-bookmark',
|
|
7962
7986
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7963
7987
|
template: '<ng-content></ng-content>',
|
|
7964
7988
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7965
7989
|
inputs: ['size'],
|
|
7966
7990
|
standalone: false
|
|
7967
7991
|
})
|
|
7968
|
-
export class
|
|
7969
|
-
protected el:
|
|
7992
|
+
export class SwirlSymbolBookmark {
|
|
7993
|
+
protected el: HTMLSwirlSymbolBookmarkElement;
|
|
7970
7994
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7971
7995
|
c.detach();
|
|
7972
7996
|
this.el = r.nativeElement;
|
|
@@ -7974,22 +7998,22 @@ export class SwirlSymbolEmail {
|
|
|
7974
7998
|
}
|
|
7975
7999
|
|
|
7976
8000
|
|
|
7977
|
-
export declare interface
|
|
8001
|
+
export declare interface SwirlSymbolBookmark extends Components.SwirlSymbolBookmark {}
|
|
7978
8002
|
|
|
7979
8003
|
|
|
7980
8004
|
@ProxyCmp({
|
|
7981
8005
|
inputs: ['size']
|
|
7982
8006
|
})
|
|
7983
8007
|
@Component({
|
|
7984
|
-
selector: 'swirl-symbol-
|
|
8008
|
+
selector: 'swirl-symbol-calendar',
|
|
7985
8009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7986
8010
|
template: '<ng-content></ng-content>',
|
|
7987
8011
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7988
8012
|
inputs: ['size'],
|
|
7989
8013
|
standalone: false
|
|
7990
8014
|
})
|
|
7991
|
-
export class
|
|
7992
|
-
protected el:
|
|
8015
|
+
export class SwirlSymbolCalendar {
|
|
8016
|
+
protected el: HTMLSwirlSymbolCalendarElement;
|
|
7993
8017
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
7994
8018
|
c.detach();
|
|
7995
8019
|
this.el = r.nativeElement;
|
|
@@ -7997,22 +8021,22 @@ export class SwirlSymbolEmojiFoodBeverage {
|
|
|
7997
8021
|
}
|
|
7998
8022
|
|
|
7999
8023
|
|
|
8000
|
-
export declare interface
|
|
8024
|
+
export declare interface SwirlSymbolCalendar extends Components.SwirlSymbolCalendar {}
|
|
8001
8025
|
|
|
8002
8026
|
|
|
8003
8027
|
@ProxyCmp({
|
|
8004
8028
|
inputs: ['size']
|
|
8005
8029
|
})
|
|
8006
8030
|
@Component({
|
|
8007
|
-
selector: 'swirl-symbol-
|
|
8031
|
+
selector: 'swirl-symbol-campaign',
|
|
8008
8032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8009
8033
|
template: '<ng-content></ng-content>',
|
|
8010
8034
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8011
8035
|
inputs: ['size'],
|
|
8012
8036
|
standalone: false
|
|
8013
8037
|
})
|
|
8014
|
-
export class
|
|
8015
|
-
protected el:
|
|
8038
|
+
export class SwirlSymbolCampaign {
|
|
8039
|
+
protected el: HTMLSwirlSymbolCampaignElement;
|
|
8016
8040
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8017
8041
|
c.detach();
|
|
8018
8042
|
this.el = r.nativeElement;
|
|
@@ -8020,22 +8044,22 @@ export class SwirlSymbolEventMenu {
|
|
|
8020
8044
|
}
|
|
8021
8045
|
|
|
8022
8046
|
|
|
8023
|
-
export declare interface
|
|
8047
|
+
export declare interface SwirlSymbolCampaign extends Components.SwirlSymbolCampaign {}
|
|
8024
8048
|
|
|
8025
8049
|
|
|
8026
8050
|
@ProxyCmp({
|
|
8027
8051
|
inputs: ['size']
|
|
8028
8052
|
})
|
|
8029
8053
|
@Component({
|
|
8030
|
-
selector: 'swirl-symbol-
|
|
8054
|
+
selector: 'swirl-symbol-cards-star',
|
|
8031
8055
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8032
8056
|
template: '<ng-content></ng-content>',
|
|
8033
8057
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8034
8058
|
inputs: ['size'],
|
|
8035
8059
|
standalone: false
|
|
8036
8060
|
})
|
|
8037
|
-
export class
|
|
8038
|
-
protected el:
|
|
8061
|
+
export class SwirlSymbolCardsStar {
|
|
8062
|
+
protected el: HTMLSwirlSymbolCardsStarElement;
|
|
8039
8063
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8040
8064
|
c.detach();
|
|
8041
8065
|
this.el = r.nativeElement;
|
|
@@ -8043,22 +8067,22 @@ export class SwirlSymbolFacebook {
|
|
|
8043
8067
|
}
|
|
8044
8068
|
|
|
8045
8069
|
|
|
8046
|
-
export declare interface
|
|
8070
|
+
export declare interface SwirlSymbolCardsStar extends Components.SwirlSymbolCardsStar {}
|
|
8047
8071
|
|
|
8048
8072
|
|
|
8049
8073
|
@ProxyCmp({
|
|
8050
8074
|
inputs: ['size']
|
|
8051
8075
|
})
|
|
8052
8076
|
@Component({
|
|
8053
|
-
selector: 'swirl-symbol-
|
|
8077
|
+
selector: 'swirl-symbol-cloud',
|
|
8054
8078
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8055
8079
|
template: '<ng-content></ng-content>',
|
|
8056
8080
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8057
8081
|
inputs: ['size'],
|
|
8058
8082
|
standalone: false
|
|
8059
8083
|
})
|
|
8060
|
-
export class
|
|
8061
|
-
protected el:
|
|
8084
|
+
export class SwirlSymbolCloud {
|
|
8085
|
+
protected el: HTMLSwirlSymbolCloudElement;
|
|
8062
8086
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8063
8087
|
c.detach();
|
|
8064
8088
|
this.el = r.nativeElement;
|
|
@@ -8066,22 +8090,22 @@ export class SwirlSymbolFavorite {
|
|
|
8066
8090
|
}
|
|
8067
8091
|
|
|
8068
8092
|
|
|
8069
|
-
export declare interface
|
|
8093
|
+
export declare interface SwirlSymbolCloud extends Components.SwirlSymbolCloud {}
|
|
8070
8094
|
|
|
8071
8095
|
|
|
8072
8096
|
@ProxyCmp({
|
|
8073
8097
|
inputs: ['size']
|
|
8074
8098
|
})
|
|
8075
8099
|
@Component({
|
|
8076
|
-
selector: 'swirl-symbol-
|
|
8100
|
+
selector: 'swirl-symbol-construction',
|
|
8077
8101
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8078
8102
|
template: '<ng-content></ng-content>',
|
|
8079
8103
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8080
8104
|
inputs: ['size'],
|
|
8081
8105
|
standalone: false
|
|
8082
8106
|
})
|
|
8083
|
-
export class
|
|
8084
|
-
protected el:
|
|
8107
|
+
export class SwirlSymbolConstruction {
|
|
8108
|
+
protected el: HTMLSwirlSymbolConstructionElement;
|
|
8085
8109
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8086
8110
|
c.detach();
|
|
8087
8111
|
this.el = r.nativeElement;
|
|
@@ -8089,22 +8113,22 @@ export class SwirlSymbolFitnessCenter {
|
|
|
8089
8113
|
}
|
|
8090
8114
|
|
|
8091
8115
|
|
|
8092
|
-
export declare interface
|
|
8116
|
+
export declare interface SwirlSymbolConstruction extends Components.SwirlSymbolConstruction {}
|
|
8093
8117
|
|
|
8094
8118
|
|
|
8095
8119
|
@ProxyCmp({
|
|
8096
8120
|
inputs: ['size']
|
|
8097
8121
|
})
|
|
8098
8122
|
@Component({
|
|
8099
|
-
selector: 'swirl-symbol-
|
|
8123
|
+
selector: 'swirl-symbol-contacts',
|
|
8100
8124
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8101
8125
|
template: '<ng-content></ng-content>',
|
|
8102
8126
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8103
8127
|
inputs: ['size'],
|
|
8104
8128
|
standalone: false
|
|
8105
8129
|
})
|
|
8106
|
-
export class
|
|
8107
|
-
protected el:
|
|
8130
|
+
export class SwirlSymbolContacts {
|
|
8131
|
+
protected el: HTMLSwirlSymbolContactsElement;
|
|
8108
8132
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8109
8133
|
c.detach();
|
|
8110
8134
|
this.el = r.nativeElement;
|
|
@@ -8112,22 +8136,22 @@ export class SwirlSymbolFlag {
|
|
|
8112
8136
|
}
|
|
8113
8137
|
|
|
8114
8138
|
|
|
8115
|
-
export declare interface
|
|
8139
|
+
export declare interface SwirlSymbolContacts extends Components.SwirlSymbolContacts {}
|
|
8116
8140
|
|
|
8117
8141
|
|
|
8118
8142
|
@ProxyCmp({
|
|
8119
8143
|
inputs: ['size']
|
|
8120
8144
|
})
|
|
8121
8145
|
@Component({
|
|
8122
|
-
selector: 'swirl-symbol-
|
|
8146
|
+
selector: 'swirl-symbol-coronavirus',
|
|
8123
8147
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8124
8148
|
template: '<ng-content></ng-content>',
|
|
8125
8149
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8126
8150
|
inputs: ['size'],
|
|
8127
8151
|
standalone: false
|
|
8128
8152
|
})
|
|
8129
|
-
export class
|
|
8130
|
-
protected el:
|
|
8153
|
+
export class SwirlSymbolCoronavirus {
|
|
8154
|
+
protected el: HTMLSwirlSymbolCoronavirusElement;
|
|
8131
8155
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8132
8156
|
c.detach();
|
|
8133
8157
|
this.el = r.nativeElement;
|
|
@@ -8135,22 +8159,22 @@ export class SwirlSymbolFolder {
|
|
|
8135
8159
|
}
|
|
8136
8160
|
|
|
8137
8161
|
|
|
8138
|
-
export declare interface
|
|
8162
|
+
export declare interface SwirlSymbolCoronavirus extends Components.SwirlSymbolCoronavirus {}
|
|
8139
8163
|
|
|
8140
8164
|
|
|
8141
8165
|
@ProxyCmp({
|
|
8142
8166
|
inputs: ['size']
|
|
8143
8167
|
})
|
|
8144
8168
|
@Component({
|
|
8145
|
-
selector: 'swirl-symbol-
|
|
8169
|
+
selector: 'swirl-symbol-design-services',
|
|
8146
8170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8147
8171
|
template: '<ng-content></ng-content>',
|
|
8148
8172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8149
8173
|
inputs: ['size'],
|
|
8150
8174
|
standalone: false
|
|
8151
8175
|
})
|
|
8152
|
-
export class
|
|
8153
|
-
protected el:
|
|
8176
|
+
export class SwirlSymbolDesignServices {
|
|
8177
|
+
protected el: HTMLSwirlSymbolDesignServicesElement;
|
|
8154
8178
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8155
8179
|
c.detach();
|
|
8156
8180
|
this.el = r.nativeElement;
|
|
@@ -8158,22 +8182,22 @@ export class SwirlSymbolGlobe {
|
|
|
8158
8182
|
}
|
|
8159
8183
|
|
|
8160
8184
|
|
|
8161
|
-
export declare interface
|
|
8185
|
+
export declare interface SwirlSymbolDesignServices extends Components.SwirlSymbolDesignServices {}
|
|
8162
8186
|
|
|
8163
8187
|
|
|
8164
8188
|
@ProxyCmp({
|
|
8165
8189
|
inputs: ['size']
|
|
8166
8190
|
})
|
|
8167
8191
|
@Component({
|
|
8168
|
-
selector: 'swirl-symbol-
|
|
8192
|
+
selector: 'swirl-symbol-desktop-windows',
|
|
8169
8193
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8170
8194
|
template: '<ng-content></ng-content>',
|
|
8171
8195
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8172
8196
|
inputs: ['size'],
|
|
8173
8197
|
standalone: false
|
|
8174
8198
|
})
|
|
8175
|
-
export class
|
|
8176
|
-
protected el:
|
|
8199
|
+
export class SwirlSymbolDesktopWindows {
|
|
8200
|
+
protected el: HTMLSwirlSymbolDesktopWindowsElement;
|
|
8177
8201
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8178
8202
|
c.detach();
|
|
8179
8203
|
this.el = r.nativeElement;
|
|
@@ -8181,22 +8205,22 @@ export class SwirlSymbolGroups {
|
|
|
8181
8205
|
}
|
|
8182
8206
|
|
|
8183
8207
|
|
|
8184
|
-
export declare interface
|
|
8208
|
+
export declare interface SwirlSymbolDesktopWindows extends Components.SwirlSymbolDesktopWindows {}
|
|
8185
8209
|
|
|
8186
8210
|
|
|
8187
8211
|
@ProxyCmp({
|
|
8188
8212
|
inputs: ['size']
|
|
8189
8213
|
})
|
|
8190
8214
|
@Component({
|
|
8191
|
-
selector: 'swirl-symbol-
|
|
8215
|
+
selector: 'swirl-symbol-directions-car-filled',
|
|
8192
8216
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8193
8217
|
template: '<ng-content></ng-content>',
|
|
8194
8218
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8195
8219
|
inputs: ['size'],
|
|
8196
8220
|
standalone: false
|
|
8197
8221
|
})
|
|
8198
|
-
export class
|
|
8199
|
-
protected el:
|
|
8222
|
+
export class SwirlSymbolDirectionsCarFilled {
|
|
8223
|
+
protected el: HTMLSwirlSymbolDirectionsCarFilledElement;
|
|
8200
8224
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8201
8225
|
c.detach();
|
|
8202
8226
|
this.el = r.nativeElement;
|
|
@@ -8204,22 +8228,22 @@ export class SwirlSymbolHelp {
|
|
|
8204
8228
|
}
|
|
8205
8229
|
|
|
8206
8230
|
|
|
8207
|
-
export declare interface
|
|
8231
|
+
export declare interface SwirlSymbolDirectionsCarFilled extends Components.SwirlSymbolDirectionsCarFilled {}
|
|
8208
8232
|
|
|
8209
8233
|
|
|
8210
8234
|
@ProxyCmp({
|
|
8211
8235
|
inputs: ['size']
|
|
8212
8236
|
})
|
|
8213
8237
|
@Component({
|
|
8214
|
-
selector: 'swirl-symbol-
|
|
8238
|
+
selector: 'swirl-symbol-diversity',
|
|
8215
8239
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8216
8240
|
template: '<ng-content></ng-content>',
|
|
8217
8241
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8218
8242
|
inputs: ['size'],
|
|
8219
8243
|
standalone: false
|
|
8220
8244
|
})
|
|
8221
|
-
export class
|
|
8222
|
-
protected el:
|
|
8245
|
+
export class SwirlSymbolDiversity {
|
|
8246
|
+
protected el: HTMLSwirlSymbolDiversityElement;
|
|
8223
8247
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8224
8248
|
c.detach();
|
|
8225
8249
|
this.el = r.nativeElement;
|
|
@@ -8227,22 +8251,22 @@ export class SwirlSymbolImage {
|
|
|
8227
8251
|
}
|
|
8228
8252
|
|
|
8229
8253
|
|
|
8230
|
-
export declare interface
|
|
8254
|
+
export declare interface SwirlSymbolDiversity extends Components.SwirlSymbolDiversity {}
|
|
8231
8255
|
|
|
8232
8256
|
|
|
8233
8257
|
@ProxyCmp({
|
|
8234
8258
|
inputs: ['size']
|
|
8235
8259
|
})
|
|
8236
8260
|
@Component({
|
|
8237
|
-
selector: 'swirl-symbol-
|
|
8261
|
+
selector: 'swirl-symbol-draw',
|
|
8238
8262
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8239
8263
|
template: '<ng-content></ng-content>',
|
|
8240
8264
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8241
8265
|
inputs: ['size'],
|
|
8242
8266
|
standalone: false
|
|
8243
8267
|
})
|
|
8244
|
-
export class
|
|
8245
|
-
protected el:
|
|
8268
|
+
export class SwirlSymbolDraw {
|
|
8269
|
+
protected el: HTMLSwirlSymbolDrawElement;
|
|
8246
8270
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8247
8271
|
c.detach();
|
|
8248
8272
|
this.el = r.nativeElement;
|
|
@@ -8250,22 +8274,22 @@ export class SwirlSymbolInfoMenu {
|
|
|
8250
8274
|
}
|
|
8251
8275
|
|
|
8252
8276
|
|
|
8253
|
-
export declare interface
|
|
8277
|
+
export declare interface SwirlSymbolDraw extends Components.SwirlSymbolDraw {}
|
|
8254
8278
|
|
|
8255
8279
|
|
|
8256
8280
|
@ProxyCmp({
|
|
8257
8281
|
inputs: ['size']
|
|
8258
8282
|
})
|
|
8259
8283
|
@Component({
|
|
8260
|
-
selector: 'swirl-symbol-
|
|
8284
|
+
selector: 'swirl-symbol-edit-calendar',
|
|
8261
8285
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8262
8286
|
template: '<ng-content></ng-content>',
|
|
8263
8287
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8264
8288
|
inputs: ['size'],
|
|
8265
8289
|
standalone: false
|
|
8266
8290
|
})
|
|
8267
|
-
export class
|
|
8268
|
-
protected el:
|
|
8291
|
+
export class SwirlSymbolEditCalendar {
|
|
8292
|
+
protected el: HTMLSwirlSymbolEditCalendarElement;
|
|
8269
8293
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8270
8294
|
c.detach();
|
|
8271
8295
|
this.el = r.nativeElement;
|
|
@@ -8273,22 +8297,22 @@ export class SwirlSymbolInstagram {
|
|
|
8273
8297
|
}
|
|
8274
8298
|
|
|
8275
8299
|
|
|
8276
|
-
export declare interface
|
|
8300
|
+
export declare interface SwirlSymbolEditCalendar extends Components.SwirlSymbolEditCalendar {}
|
|
8277
8301
|
|
|
8278
8302
|
|
|
8279
8303
|
@ProxyCmp({
|
|
8280
8304
|
inputs: ['size']
|
|
8281
8305
|
})
|
|
8282
8306
|
@Component({
|
|
8283
|
-
selector: 'swirl-symbol-
|
|
8307
|
+
selector: 'swirl-symbol-email',
|
|
8284
8308
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8285
8309
|
template: '<ng-content></ng-content>',
|
|
8286
8310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8287
8311
|
inputs: ['size'],
|
|
8288
8312
|
standalone: false
|
|
8289
8313
|
})
|
|
8290
|
-
export class
|
|
8291
|
-
protected el:
|
|
8314
|
+
export class SwirlSymbolEmail {
|
|
8315
|
+
protected el: HTMLSwirlSymbolEmailElement;
|
|
8292
8316
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8293
8317
|
c.detach();
|
|
8294
8318
|
this.el = r.nativeElement;
|
|
@@ -8296,22 +8320,22 @@ export class SwirlSymbolIos {
|
|
|
8296
8320
|
}
|
|
8297
8321
|
|
|
8298
8322
|
|
|
8299
|
-
export declare interface
|
|
8323
|
+
export declare interface SwirlSymbolEmail extends Components.SwirlSymbolEmail {}
|
|
8300
8324
|
|
|
8301
8325
|
|
|
8302
8326
|
@ProxyCmp({
|
|
8303
8327
|
inputs: ['size']
|
|
8304
8328
|
})
|
|
8305
8329
|
@Component({
|
|
8306
|
-
selector: 'swirl-symbol-
|
|
8330
|
+
selector: 'swirl-symbol-emergency',
|
|
8307
8331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8308
8332
|
template: '<ng-content></ng-content>',
|
|
8309
8333
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8310
8334
|
inputs: ['size'],
|
|
8311
8335
|
standalone: false
|
|
8312
8336
|
})
|
|
8313
|
-
export class
|
|
8314
|
-
protected el:
|
|
8337
|
+
export class SwirlSymbolEmergency {
|
|
8338
|
+
protected el: HTMLSwirlSymbolEmergencyElement;
|
|
8315
8339
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8316
8340
|
c.detach();
|
|
8317
8341
|
this.el = r.nativeElement;
|
|
@@ -8319,22 +8343,22 @@ export class SwirlSymbolLanguage {
|
|
|
8319
8343
|
}
|
|
8320
8344
|
|
|
8321
8345
|
|
|
8322
|
-
export declare interface
|
|
8346
|
+
export declare interface SwirlSymbolEmergency extends Components.SwirlSymbolEmergency {}
|
|
8323
8347
|
|
|
8324
8348
|
|
|
8325
8349
|
@ProxyCmp({
|
|
8326
8350
|
inputs: ['size']
|
|
8327
8351
|
})
|
|
8328
8352
|
@Component({
|
|
8329
|
-
selector: 'swirl-symbol-
|
|
8353
|
+
selector: 'swirl-symbol-emoji-food-beverage',
|
|
8330
8354
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8331
8355
|
template: '<ng-content></ng-content>',
|
|
8332
8356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8333
8357
|
inputs: ['size'],
|
|
8334
8358
|
standalone: false
|
|
8335
8359
|
})
|
|
8336
|
-
export class
|
|
8337
|
-
protected el:
|
|
8360
|
+
export class SwirlSymbolEmojiFoodBeverage {
|
|
8361
|
+
protected el: HTMLSwirlSymbolEmojiFoodBeverageElement;
|
|
8338
8362
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8339
8363
|
c.detach();
|
|
8340
8364
|
this.el = r.nativeElement;
|
|
@@ -8342,22 +8366,22 @@ export class SwirlSymbolLeaderboard {
|
|
|
8342
8366
|
}
|
|
8343
8367
|
|
|
8344
8368
|
|
|
8345
|
-
export declare interface
|
|
8369
|
+
export declare interface SwirlSymbolEmojiFoodBeverage extends Components.SwirlSymbolEmojiFoodBeverage {}
|
|
8346
8370
|
|
|
8347
8371
|
|
|
8348
8372
|
@ProxyCmp({
|
|
8349
8373
|
inputs: ['size']
|
|
8350
8374
|
})
|
|
8351
8375
|
@Component({
|
|
8352
|
-
selector: 'swirl-symbol-
|
|
8376
|
+
selector: 'swirl-symbol-engineering',
|
|
8353
8377
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8354
8378
|
template: '<ng-content></ng-content>',
|
|
8355
8379
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8356
8380
|
inputs: ['size'],
|
|
8357
8381
|
standalone: false
|
|
8358
8382
|
})
|
|
8359
|
-
export class
|
|
8360
|
-
protected el:
|
|
8383
|
+
export class SwirlSymbolEngineering {
|
|
8384
|
+
protected el: HTMLSwirlSymbolEngineeringElement;
|
|
8361
8385
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8362
8386
|
c.detach();
|
|
8363
8387
|
this.el = r.nativeElement;
|
|
@@ -8365,22 +8389,22 @@ export class SwirlSymbolLightbulb {
|
|
|
8365
8389
|
}
|
|
8366
8390
|
|
|
8367
8391
|
|
|
8368
|
-
export declare interface
|
|
8392
|
+
export declare interface SwirlSymbolEngineering extends Components.SwirlSymbolEngineering {}
|
|
8369
8393
|
|
|
8370
8394
|
|
|
8371
8395
|
@ProxyCmp({
|
|
8372
8396
|
inputs: ['size']
|
|
8373
8397
|
})
|
|
8374
8398
|
@Component({
|
|
8375
|
-
selector: 'swirl-symbol-
|
|
8399
|
+
selector: 'swirl-symbol-event-menu',
|
|
8376
8400
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8377
8401
|
template: '<ng-content></ng-content>',
|
|
8378
8402
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8379
8403
|
inputs: ['size'],
|
|
8380
8404
|
standalone: false
|
|
8381
8405
|
})
|
|
8382
|
-
export class
|
|
8383
|
-
protected el:
|
|
8406
|
+
export class SwirlSymbolEventMenu {
|
|
8407
|
+
protected el: HTMLSwirlSymbolEventMenuElement;
|
|
8384
8408
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8385
8409
|
c.detach();
|
|
8386
8410
|
this.el = r.nativeElement;
|
|
@@ -8388,22 +8412,22 @@ export class SwirlSymbolLinkedin {
|
|
|
8388
8412
|
}
|
|
8389
8413
|
|
|
8390
8414
|
|
|
8391
|
-
export declare interface
|
|
8415
|
+
export declare interface SwirlSymbolEventMenu extends Components.SwirlSymbolEventMenu {}
|
|
8392
8416
|
|
|
8393
8417
|
|
|
8394
8418
|
@ProxyCmp({
|
|
8395
8419
|
inputs: ['size']
|
|
8396
8420
|
})
|
|
8397
8421
|
@Component({
|
|
8398
|
-
selector: 'swirl-symbol-
|
|
8422
|
+
selector: 'swirl-symbol-explore',
|
|
8399
8423
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8400
8424
|
template: '<ng-content></ng-content>',
|
|
8401
8425
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8402
8426
|
inputs: ['size'],
|
|
8403
8427
|
standalone: false
|
|
8404
8428
|
})
|
|
8405
|
-
export class
|
|
8406
|
-
protected el:
|
|
8429
|
+
export class SwirlSymbolExplore {
|
|
8430
|
+
protected el: HTMLSwirlSymbolExploreElement;
|
|
8407
8431
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8408
8432
|
c.detach();
|
|
8409
8433
|
this.el = r.nativeElement;
|
|
@@ -8411,22 +8435,22 @@ export class SwirlSymbolLocationOn {
|
|
|
8411
8435
|
}
|
|
8412
8436
|
|
|
8413
8437
|
|
|
8414
|
-
export declare interface
|
|
8438
|
+
export declare interface SwirlSymbolExplore extends Components.SwirlSymbolExplore {}
|
|
8415
8439
|
|
|
8416
8440
|
|
|
8417
8441
|
@ProxyCmp({
|
|
8418
8442
|
inputs: ['size']
|
|
8419
8443
|
})
|
|
8420
8444
|
@Component({
|
|
8421
|
-
selector: 'swirl-symbol-
|
|
8445
|
+
selector: 'swirl-symbol-extension',
|
|
8422
8446
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8423
8447
|
template: '<ng-content></ng-content>',
|
|
8424
8448
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8425
8449
|
inputs: ['size'],
|
|
8426
8450
|
standalone: false
|
|
8427
8451
|
})
|
|
8428
|
-
export class
|
|
8429
|
-
protected el:
|
|
8452
|
+
export class SwirlSymbolExtension {
|
|
8453
|
+
protected el: HTMLSwirlSymbolExtensionElement;
|
|
8430
8454
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8431
8455
|
c.detach();
|
|
8432
8456
|
this.el = r.nativeElement;
|
|
@@ -8434,22 +8458,22 @@ export class SwirlSymbolLoyalty {
|
|
|
8434
8458
|
}
|
|
8435
8459
|
|
|
8436
8460
|
|
|
8437
|
-
export declare interface
|
|
8461
|
+
export declare interface SwirlSymbolExtension extends Components.SwirlSymbolExtension {}
|
|
8438
8462
|
|
|
8439
8463
|
|
|
8440
8464
|
@ProxyCmp({
|
|
8441
8465
|
inputs: ['size']
|
|
8442
8466
|
})
|
|
8443
8467
|
@Component({
|
|
8444
|
-
selector: 'swirl-symbol-
|
|
8468
|
+
selector: 'swirl-symbol-facebook',
|
|
8445
8469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8446
8470
|
template: '<ng-content></ng-content>',
|
|
8447
8471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8448
8472
|
inputs: ['size'],
|
|
8449
8473
|
standalone: false
|
|
8450
8474
|
})
|
|
8451
|
-
export class
|
|
8452
|
-
protected el:
|
|
8475
|
+
export class SwirlSymbolFacebook {
|
|
8476
|
+
protected el: HTMLSwirlSymbolFacebookElement;
|
|
8453
8477
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8454
8478
|
c.detach();
|
|
8455
8479
|
this.el = r.nativeElement;
|
|
@@ -8457,22 +8481,22 @@ export class SwirlSymbolMapsHomeWork {
|
|
|
8457
8481
|
}
|
|
8458
8482
|
|
|
8459
8483
|
|
|
8460
|
-
export declare interface
|
|
8484
|
+
export declare interface SwirlSymbolFacebook extends Components.SwirlSymbolFacebook {}
|
|
8461
8485
|
|
|
8462
8486
|
|
|
8463
8487
|
@ProxyCmp({
|
|
8464
8488
|
inputs: ['size']
|
|
8465
8489
|
})
|
|
8466
8490
|
@Component({
|
|
8467
|
-
selector: 'swirl-symbol-
|
|
8491
|
+
selector: 'swirl-symbol-favorite',
|
|
8468
8492
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8469
8493
|
template: '<ng-content></ng-content>',
|
|
8470
8494
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8471
8495
|
inputs: ['size'],
|
|
8472
8496
|
standalone: false
|
|
8473
8497
|
})
|
|
8474
|
-
export class
|
|
8475
|
-
protected el:
|
|
8498
|
+
export class SwirlSymbolFavorite {
|
|
8499
|
+
protected el: HTMLSwirlSymbolFavoriteElement;
|
|
8476
8500
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8477
8501
|
c.detach();
|
|
8478
8502
|
this.el = r.nativeElement;
|
|
@@ -8480,22 +8504,22 @@ export class SwirlSymbolNotifications {
|
|
|
8480
8504
|
}
|
|
8481
8505
|
|
|
8482
8506
|
|
|
8483
|
-
export declare interface
|
|
8507
|
+
export declare interface SwirlSymbolFavorite extends Components.SwirlSymbolFavorite {}
|
|
8484
8508
|
|
|
8485
8509
|
|
|
8486
8510
|
@ProxyCmp({
|
|
8487
8511
|
inputs: ['size']
|
|
8488
8512
|
})
|
|
8489
8513
|
@Component({
|
|
8490
|
-
selector: 'swirl-symbol-
|
|
8514
|
+
selector: 'swirl-symbol-fitness-center',
|
|
8491
8515
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8492
8516
|
template: '<ng-content></ng-content>',
|
|
8493
8517
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8494
8518
|
inputs: ['size'],
|
|
8495
8519
|
standalone: false
|
|
8496
8520
|
})
|
|
8497
|
-
export class
|
|
8498
|
-
protected el:
|
|
8521
|
+
export class SwirlSymbolFitnessCenter {
|
|
8522
|
+
protected el: HTMLSwirlSymbolFitnessCenterElement;
|
|
8499
8523
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8500
8524
|
c.detach();
|
|
8501
8525
|
this.el = r.nativeElement;
|
|
@@ -8503,22 +8527,22 @@ export class SwirlSymbolOpenInNew {
|
|
|
8503
8527
|
}
|
|
8504
8528
|
|
|
8505
8529
|
|
|
8506
|
-
export declare interface
|
|
8530
|
+
export declare interface SwirlSymbolFitnessCenter extends Components.SwirlSymbolFitnessCenter {}
|
|
8507
8531
|
|
|
8508
8532
|
|
|
8509
8533
|
@ProxyCmp({
|
|
8510
8534
|
inputs: ['size']
|
|
8511
8535
|
})
|
|
8512
8536
|
@Component({
|
|
8513
|
-
selector: 'swirl-symbol-
|
|
8537
|
+
selector: 'swirl-symbol-flag',
|
|
8514
8538
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8515
8539
|
template: '<ng-content></ng-content>',
|
|
8516
8540
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8517
8541
|
inputs: ['size'],
|
|
8518
8542
|
standalone: false
|
|
8519
8543
|
})
|
|
8520
|
-
export class
|
|
8521
|
-
protected el:
|
|
8544
|
+
export class SwirlSymbolFlag {
|
|
8545
|
+
protected el: HTMLSwirlSymbolFlagElement;
|
|
8522
8546
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8523
8547
|
c.detach();
|
|
8524
8548
|
this.el = r.nativeElement;
|
|
@@ -8526,22 +8550,22 @@ export class SwirlSymbolPedalBike {
|
|
|
8526
8550
|
}
|
|
8527
8551
|
|
|
8528
8552
|
|
|
8529
|
-
export declare interface
|
|
8553
|
+
export declare interface SwirlSymbolFlag extends Components.SwirlSymbolFlag {}
|
|
8530
8554
|
|
|
8531
8555
|
|
|
8532
8556
|
@ProxyCmp({
|
|
8533
8557
|
inputs: ['size']
|
|
8534
8558
|
})
|
|
8535
8559
|
@Component({
|
|
8536
|
-
selector: 'swirl-symbol-
|
|
8560
|
+
selector: 'swirl-symbol-flight',
|
|
8537
8561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8538
8562
|
template: '<ng-content></ng-content>',
|
|
8539
8563
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8540
8564
|
inputs: ['size'],
|
|
8541
8565
|
standalone: false
|
|
8542
8566
|
})
|
|
8543
|
-
export class
|
|
8544
|
-
protected el:
|
|
8567
|
+
export class SwirlSymbolFlight {
|
|
8568
|
+
protected el: HTMLSwirlSymbolFlightElement;
|
|
8545
8569
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8546
8570
|
c.detach();
|
|
8547
8571
|
this.el = r.nativeElement;
|
|
@@ -8549,22 +8573,22 @@ export class SwirlSymbolPinterest {
|
|
|
8549
8573
|
}
|
|
8550
8574
|
|
|
8551
8575
|
|
|
8552
|
-
export declare interface
|
|
8576
|
+
export declare interface SwirlSymbolFlight extends Components.SwirlSymbolFlight {}
|
|
8553
8577
|
|
|
8554
8578
|
|
|
8555
8579
|
@ProxyCmp({
|
|
8556
8580
|
inputs: ['size']
|
|
8557
8581
|
})
|
|
8558
8582
|
@Component({
|
|
8559
|
-
selector: 'swirl-symbol-
|
|
8583
|
+
selector: 'swirl-symbol-folder',
|
|
8560
8584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8561
8585
|
template: '<ng-content></ng-content>',
|
|
8562
8586
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8563
8587
|
inputs: ['size'],
|
|
8564
8588
|
standalone: false
|
|
8565
8589
|
})
|
|
8566
|
-
export class
|
|
8567
|
-
protected el:
|
|
8590
|
+
export class SwirlSymbolFolder {
|
|
8591
|
+
protected el: HTMLSwirlSymbolFolderElement;
|
|
8568
8592
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8569
8593
|
c.detach();
|
|
8570
8594
|
this.el = r.nativeElement;
|
|
@@ -8572,22 +8596,22 @@ export class SwirlSymbolPolicy {
|
|
|
8572
8596
|
}
|
|
8573
8597
|
|
|
8574
8598
|
|
|
8575
|
-
export declare interface
|
|
8599
|
+
export declare interface SwirlSymbolFolder extends Components.SwirlSymbolFolder {}
|
|
8576
8600
|
|
|
8577
8601
|
|
|
8578
8602
|
@ProxyCmp({
|
|
8579
8603
|
inputs: ['size']
|
|
8580
8604
|
})
|
|
8581
8605
|
@Component({
|
|
8582
|
-
selector: 'swirl-symbol-
|
|
8606
|
+
selector: 'swirl-symbol-globe',
|
|
8583
8607
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8584
8608
|
template: '<ng-content></ng-content>',
|
|
8585
8609
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8586
8610
|
inputs: ['size'],
|
|
8587
8611
|
standalone: false
|
|
8588
8612
|
})
|
|
8589
|
-
export class
|
|
8590
|
-
protected el:
|
|
8613
|
+
export class SwirlSymbolGlobe {
|
|
8614
|
+
protected el: HTMLSwirlSymbolGlobeElement;
|
|
8591
8615
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8592
8616
|
c.detach();
|
|
8593
8617
|
this.el = r.nativeElement;
|
|
@@ -8595,22 +8619,22 @@ export class SwirlSymbolPushPin {
|
|
|
8595
8619
|
}
|
|
8596
8620
|
|
|
8597
8621
|
|
|
8598
|
-
export declare interface
|
|
8622
|
+
export declare interface SwirlSymbolGlobe extends Components.SwirlSymbolGlobe {}
|
|
8599
8623
|
|
|
8600
8624
|
|
|
8601
8625
|
@ProxyCmp({
|
|
8602
8626
|
inputs: ['size']
|
|
8603
8627
|
})
|
|
8604
8628
|
@Component({
|
|
8605
|
-
selector: 'swirl-symbol-
|
|
8629
|
+
selector: 'swirl-symbol-groups',
|
|
8606
8630
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8607
8631
|
template: '<ng-content></ng-content>',
|
|
8608
8632
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8609
8633
|
inputs: ['size'],
|
|
8610
8634
|
standalone: false
|
|
8611
8635
|
})
|
|
8612
|
-
export class
|
|
8613
|
-
protected el:
|
|
8636
|
+
export class SwirlSymbolGroups {
|
|
8637
|
+
protected el: HTMLSwirlSymbolGroupsElement;
|
|
8614
8638
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8615
8639
|
c.detach();
|
|
8616
8640
|
this.el = r.nativeElement;
|
|
@@ -8618,22 +8642,22 @@ export class SwirlSymbolRedeem {
|
|
|
8618
8642
|
}
|
|
8619
8643
|
|
|
8620
8644
|
|
|
8621
|
-
export declare interface
|
|
8645
|
+
export declare interface SwirlSymbolGroups extends Components.SwirlSymbolGroups {}
|
|
8622
8646
|
|
|
8623
8647
|
|
|
8624
8648
|
@ProxyCmp({
|
|
8625
8649
|
inputs: ['size']
|
|
8626
8650
|
})
|
|
8627
8651
|
@Component({
|
|
8628
|
-
selector: 'swirl-symbol-
|
|
8652
|
+
selector: 'swirl-symbol-healing',
|
|
8629
8653
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8630
8654
|
template: '<ng-content></ng-content>',
|
|
8631
8655
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8632
8656
|
inputs: ['size'],
|
|
8633
8657
|
standalone: false
|
|
8634
8658
|
})
|
|
8635
|
-
export class
|
|
8636
|
-
protected el:
|
|
8659
|
+
export class SwirlSymbolHealing {
|
|
8660
|
+
protected el: HTMLSwirlSymbolHealingElement;
|
|
8637
8661
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8638
8662
|
c.detach();
|
|
8639
8663
|
this.el = r.nativeElement;
|
|
@@ -8641,22 +8665,22 @@ export class SwirlSymbolReportProblem {
|
|
|
8641
8665
|
}
|
|
8642
8666
|
|
|
8643
8667
|
|
|
8644
|
-
export declare interface
|
|
8668
|
+
export declare interface SwirlSymbolHealing extends Components.SwirlSymbolHealing {}
|
|
8645
8669
|
|
|
8646
8670
|
|
|
8647
8671
|
@ProxyCmp({
|
|
8648
8672
|
inputs: ['size']
|
|
8649
8673
|
})
|
|
8650
8674
|
@Component({
|
|
8651
|
-
selector: 'swirl-symbol-
|
|
8675
|
+
selector: 'swirl-symbol-health-and-safety',
|
|
8652
8676
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8653
8677
|
template: '<ng-content></ng-content>',
|
|
8654
8678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8655
8679
|
inputs: ['size'],
|
|
8656
8680
|
standalone: false
|
|
8657
8681
|
})
|
|
8658
|
-
export class
|
|
8659
|
-
protected el:
|
|
8682
|
+
export class SwirlSymbolHealthAndSafety {
|
|
8683
|
+
protected el: HTMLSwirlSymbolHealthAndSafetyElement;
|
|
8660
8684
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8661
8685
|
c.detach();
|
|
8662
8686
|
this.el = r.nativeElement;
|
|
@@ -8664,22 +8688,22 @@ export class SwirlSymbolRestaurant {
|
|
|
8664
8688
|
}
|
|
8665
8689
|
|
|
8666
8690
|
|
|
8667
|
-
export declare interface
|
|
8691
|
+
export declare interface SwirlSymbolHealthAndSafety extends Components.SwirlSymbolHealthAndSafety {}
|
|
8668
8692
|
|
|
8669
8693
|
|
|
8670
8694
|
@ProxyCmp({
|
|
8671
8695
|
inputs: ['size']
|
|
8672
8696
|
})
|
|
8673
8697
|
@Component({
|
|
8674
|
-
selector: 'swirl-symbol-
|
|
8698
|
+
selector: 'swirl-symbol-help',
|
|
8675
8699
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8676
8700
|
template: '<ng-content></ng-content>',
|
|
8677
8701
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8678
8702
|
inputs: ['size'],
|
|
8679
8703
|
standalone: false
|
|
8680
8704
|
})
|
|
8681
|
-
export class
|
|
8682
|
-
protected el:
|
|
8705
|
+
export class SwirlSymbolHelp {
|
|
8706
|
+
protected el: HTMLSwirlSymbolHelpElement;
|
|
8683
8707
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8684
8708
|
c.detach();
|
|
8685
8709
|
this.el = r.nativeElement;
|
|
@@ -8687,7 +8711,996 @@ export class SwirlSymbolRoadmap {
|
|
|
8687
8711
|
}
|
|
8688
8712
|
|
|
8689
8713
|
|
|
8690
|
-
export declare interface
|
|
8714
|
+
export declare interface SwirlSymbolHelp extends Components.SwirlSymbolHelp {}
|
|
8715
|
+
|
|
8716
|
+
|
|
8717
|
+
@ProxyCmp({
|
|
8718
|
+
inputs: ['size']
|
|
8719
|
+
})
|
|
8720
|
+
@Component({
|
|
8721
|
+
selector: 'swirl-symbol-home-repair-service',
|
|
8722
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8723
|
+
template: '<ng-content></ng-content>',
|
|
8724
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8725
|
+
inputs: ['size'],
|
|
8726
|
+
standalone: false
|
|
8727
|
+
})
|
|
8728
|
+
export class SwirlSymbolHomeRepairService {
|
|
8729
|
+
protected el: HTMLSwirlSymbolHomeRepairServiceElement;
|
|
8730
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8731
|
+
c.detach();
|
|
8732
|
+
this.el = r.nativeElement;
|
|
8733
|
+
}
|
|
8734
|
+
}
|
|
8735
|
+
|
|
8736
|
+
|
|
8737
|
+
export declare interface SwirlSymbolHomeRepairService extends Components.SwirlSymbolHomeRepairService {}
|
|
8738
|
+
|
|
8739
|
+
|
|
8740
|
+
@ProxyCmp({
|
|
8741
|
+
inputs: ['size']
|
|
8742
|
+
})
|
|
8743
|
+
@Component({
|
|
8744
|
+
selector: 'swirl-symbol-home-storage',
|
|
8745
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8746
|
+
template: '<ng-content></ng-content>',
|
|
8747
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8748
|
+
inputs: ['size'],
|
|
8749
|
+
standalone: false
|
|
8750
|
+
})
|
|
8751
|
+
export class SwirlSymbolHomeStorage {
|
|
8752
|
+
protected el: HTMLSwirlSymbolHomeStorageElement;
|
|
8753
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8754
|
+
c.detach();
|
|
8755
|
+
this.el = r.nativeElement;
|
|
8756
|
+
}
|
|
8757
|
+
}
|
|
8758
|
+
|
|
8759
|
+
|
|
8760
|
+
export declare interface SwirlSymbolHomeStorage extends Components.SwirlSymbolHomeStorage {}
|
|
8761
|
+
|
|
8762
|
+
|
|
8763
|
+
@ProxyCmp({
|
|
8764
|
+
inputs: ['size']
|
|
8765
|
+
})
|
|
8766
|
+
@Component({
|
|
8767
|
+
selector: 'swirl-symbol-id-card',
|
|
8768
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8769
|
+
template: '<ng-content></ng-content>',
|
|
8770
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8771
|
+
inputs: ['size'],
|
|
8772
|
+
standalone: false
|
|
8773
|
+
})
|
|
8774
|
+
export class SwirlSymbolIdCard {
|
|
8775
|
+
protected el: HTMLSwirlSymbolIdCardElement;
|
|
8776
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8777
|
+
c.detach();
|
|
8778
|
+
this.el = r.nativeElement;
|
|
8779
|
+
}
|
|
8780
|
+
}
|
|
8781
|
+
|
|
8782
|
+
|
|
8783
|
+
export declare interface SwirlSymbolIdCard extends Components.SwirlSymbolIdCard {}
|
|
8784
|
+
|
|
8785
|
+
|
|
8786
|
+
@ProxyCmp({
|
|
8787
|
+
inputs: ['size']
|
|
8788
|
+
})
|
|
8789
|
+
@Component({
|
|
8790
|
+
selector: 'swirl-symbol-image',
|
|
8791
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8792
|
+
template: '<ng-content></ng-content>',
|
|
8793
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8794
|
+
inputs: ['size'],
|
|
8795
|
+
standalone: false
|
|
8796
|
+
})
|
|
8797
|
+
export class SwirlSymbolImage {
|
|
8798
|
+
protected el: HTMLSwirlSymbolImageElement;
|
|
8799
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8800
|
+
c.detach();
|
|
8801
|
+
this.el = r.nativeElement;
|
|
8802
|
+
}
|
|
8803
|
+
}
|
|
8804
|
+
|
|
8805
|
+
|
|
8806
|
+
export declare interface SwirlSymbolImage extends Components.SwirlSymbolImage {}
|
|
8807
|
+
|
|
8808
|
+
|
|
8809
|
+
@ProxyCmp({
|
|
8810
|
+
inputs: ['size']
|
|
8811
|
+
})
|
|
8812
|
+
@Component({
|
|
8813
|
+
selector: 'swirl-symbol-info-menu',
|
|
8814
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8815
|
+
template: '<ng-content></ng-content>',
|
|
8816
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8817
|
+
inputs: ['size'],
|
|
8818
|
+
standalone: false
|
|
8819
|
+
})
|
|
8820
|
+
export class SwirlSymbolInfoMenu {
|
|
8821
|
+
protected el: HTMLSwirlSymbolInfoMenuElement;
|
|
8822
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8823
|
+
c.detach();
|
|
8824
|
+
this.el = r.nativeElement;
|
|
8825
|
+
}
|
|
8826
|
+
}
|
|
8827
|
+
|
|
8828
|
+
|
|
8829
|
+
export declare interface SwirlSymbolInfoMenu extends Components.SwirlSymbolInfoMenu {}
|
|
8830
|
+
|
|
8831
|
+
|
|
8832
|
+
@ProxyCmp({
|
|
8833
|
+
inputs: ['size']
|
|
8834
|
+
})
|
|
8835
|
+
@Component({
|
|
8836
|
+
selector: 'swirl-symbol-instagram',
|
|
8837
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8838
|
+
template: '<ng-content></ng-content>',
|
|
8839
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8840
|
+
inputs: ['size'],
|
|
8841
|
+
standalone: false
|
|
8842
|
+
})
|
|
8843
|
+
export class SwirlSymbolInstagram {
|
|
8844
|
+
protected el: HTMLSwirlSymbolInstagramElement;
|
|
8845
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8846
|
+
c.detach();
|
|
8847
|
+
this.el = r.nativeElement;
|
|
8848
|
+
}
|
|
8849
|
+
}
|
|
8850
|
+
|
|
8851
|
+
|
|
8852
|
+
export declare interface SwirlSymbolInstagram extends Components.SwirlSymbolInstagram {}
|
|
8853
|
+
|
|
8854
|
+
|
|
8855
|
+
@ProxyCmp({
|
|
8856
|
+
inputs: ['size']
|
|
8857
|
+
})
|
|
8858
|
+
@Component({
|
|
8859
|
+
selector: 'swirl-symbol-inventory',
|
|
8860
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8861
|
+
template: '<ng-content></ng-content>',
|
|
8862
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8863
|
+
inputs: ['size'],
|
|
8864
|
+
standalone: false
|
|
8865
|
+
})
|
|
8866
|
+
export class SwirlSymbolInventory {
|
|
8867
|
+
protected el: HTMLSwirlSymbolInventoryElement;
|
|
8868
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8869
|
+
c.detach();
|
|
8870
|
+
this.el = r.nativeElement;
|
|
8871
|
+
}
|
|
8872
|
+
}
|
|
8873
|
+
|
|
8874
|
+
|
|
8875
|
+
export declare interface SwirlSymbolInventory extends Components.SwirlSymbolInventory {}
|
|
8876
|
+
|
|
8877
|
+
|
|
8878
|
+
@ProxyCmp({
|
|
8879
|
+
inputs: ['size']
|
|
8880
|
+
})
|
|
8881
|
+
@Component({
|
|
8882
|
+
selector: 'swirl-symbol-inventory-2',
|
|
8883
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8884
|
+
template: '<ng-content></ng-content>',
|
|
8885
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8886
|
+
inputs: ['size'],
|
|
8887
|
+
standalone: false
|
|
8888
|
+
})
|
|
8889
|
+
export class SwirlSymbolInventory2 {
|
|
8890
|
+
protected el: HTMLSwirlSymbolInventory2Element;
|
|
8891
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8892
|
+
c.detach();
|
|
8893
|
+
this.el = r.nativeElement;
|
|
8894
|
+
}
|
|
8895
|
+
}
|
|
8896
|
+
|
|
8897
|
+
|
|
8898
|
+
export declare interface SwirlSymbolInventory2 extends Components.SwirlSymbolInventory2 {}
|
|
8899
|
+
|
|
8900
|
+
|
|
8901
|
+
@ProxyCmp({
|
|
8902
|
+
inputs: ['size']
|
|
8903
|
+
})
|
|
8904
|
+
@Component({
|
|
8905
|
+
selector: 'swirl-symbol-ios',
|
|
8906
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8907
|
+
template: '<ng-content></ng-content>',
|
|
8908
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8909
|
+
inputs: ['size'],
|
|
8910
|
+
standalone: false
|
|
8911
|
+
})
|
|
8912
|
+
export class SwirlSymbolIos {
|
|
8913
|
+
protected el: HTMLSwirlSymbolIosElement;
|
|
8914
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8915
|
+
c.detach();
|
|
8916
|
+
this.el = r.nativeElement;
|
|
8917
|
+
}
|
|
8918
|
+
}
|
|
8919
|
+
|
|
8920
|
+
|
|
8921
|
+
export declare interface SwirlSymbolIos extends Components.SwirlSymbolIos {}
|
|
8922
|
+
|
|
8923
|
+
|
|
8924
|
+
@ProxyCmp({
|
|
8925
|
+
inputs: ['size']
|
|
8926
|
+
})
|
|
8927
|
+
@Component({
|
|
8928
|
+
selector: 'swirl-symbol-key',
|
|
8929
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8930
|
+
template: '<ng-content></ng-content>',
|
|
8931
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8932
|
+
inputs: ['size'],
|
|
8933
|
+
standalone: false
|
|
8934
|
+
})
|
|
8935
|
+
export class SwirlSymbolKey {
|
|
8936
|
+
protected el: HTMLSwirlSymbolKeyElement;
|
|
8937
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8938
|
+
c.detach();
|
|
8939
|
+
this.el = r.nativeElement;
|
|
8940
|
+
}
|
|
8941
|
+
}
|
|
8942
|
+
|
|
8943
|
+
|
|
8944
|
+
export declare interface SwirlSymbolKey extends Components.SwirlSymbolKey {}
|
|
8945
|
+
|
|
8946
|
+
|
|
8947
|
+
@ProxyCmp({
|
|
8948
|
+
inputs: ['size']
|
|
8949
|
+
})
|
|
8950
|
+
@Component({
|
|
8951
|
+
selector: 'swirl-symbol-language',
|
|
8952
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8953
|
+
template: '<ng-content></ng-content>',
|
|
8954
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8955
|
+
inputs: ['size'],
|
|
8956
|
+
standalone: false
|
|
8957
|
+
})
|
|
8958
|
+
export class SwirlSymbolLanguage {
|
|
8959
|
+
protected el: HTMLSwirlSymbolLanguageElement;
|
|
8960
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8961
|
+
c.detach();
|
|
8962
|
+
this.el = r.nativeElement;
|
|
8963
|
+
}
|
|
8964
|
+
}
|
|
8965
|
+
|
|
8966
|
+
|
|
8967
|
+
export declare interface SwirlSymbolLanguage extends Components.SwirlSymbolLanguage {}
|
|
8968
|
+
|
|
8969
|
+
|
|
8970
|
+
@ProxyCmp({
|
|
8971
|
+
inputs: ['size']
|
|
8972
|
+
})
|
|
8973
|
+
@Component({
|
|
8974
|
+
selector: 'swirl-symbol-leaderboard',
|
|
8975
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8976
|
+
template: '<ng-content></ng-content>',
|
|
8977
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8978
|
+
inputs: ['size'],
|
|
8979
|
+
standalone: false
|
|
8980
|
+
})
|
|
8981
|
+
export class SwirlSymbolLeaderboard {
|
|
8982
|
+
protected el: HTMLSwirlSymbolLeaderboardElement;
|
|
8983
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8984
|
+
c.detach();
|
|
8985
|
+
this.el = r.nativeElement;
|
|
8986
|
+
}
|
|
8987
|
+
}
|
|
8988
|
+
|
|
8989
|
+
|
|
8990
|
+
export declare interface SwirlSymbolLeaderboard extends Components.SwirlSymbolLeaderboard {}
|
|
8991
|
+
|
|
8992
|
+
|
|
8993
|
+
@ProxyCmp({
|
|
8994
|
+
inputs: ['size']
|
|
8995
|
+
})
|
|
8996
|
+
@Component({
|
|
8997
|
+
selector: 'swirl-symbol-lightbulb',
|
|
8998
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8999
|
+
template: '<ng-content></ng-content>',
|
|
9000
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9001
|
+
inputs: ['size'],
|
|
9002
|
+
standalone: false
|
|
9003
|
+
})
|
|
9004
|
+
export class SwirlSymbolLightbulb {
|
|
9005
|
+
protected el: HTMLSwirlSymbolLightbulbElement;
|
|
9006
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9007
|
+
c.detach();
|
|
9008
|
+
this.el = r.nativeElement;
|
|
9009
|
+
}
|
|
9010
|
+
}
|
|
9011
|
+
|
|
9012
|
+
|
|
9013
|
+
export declare interface SwirlSymbolLightbulb extends Components.SwirlSymbolLightbulb {}
|
|
9014
|
+
|
|
9015
|
+
|
|
9016
|
+
@ProxyCmp({
|
|
9017
|
+
inputs: ['size']
|
|
9018
|
+
})
|
|
9019
|
+
@Component({
|
|
9020
|
+
selector: 'swirl-symbol-linkedin',
|
|
9021
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9022
|
+
template: '<ng-content></ng-content>',
|
|
9023
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9024
|
+
inputs: ['size'],
|
|
9025
|
+
standalone: false
|
|
9026
|
+
})
|
|
9027
|
+
export class SwirlSymbolLinkedin {
|
|
9028
|
+
protected el: HTMLSwirlSymbolLinkedinElement;
|
|
9029
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9030
|
+
c.detach();
|
|
9031
|
+
this.el = r.nativeElement;
|
|
9032
|
+
}
|
|
9033
|
+
}
|
|
9034
|
+
|
|
9035
|
+
|
|
9036
|
+
export declare interface SwirlSymbolLinkedin extends Components.SwirlSymbolLinkedin {}
|
|
9037
|
+
|
|
9038
|
+
|
|
9039
|
+
@ProxyCmp({
|
|
9040
|
+
inputs: ['size']
|
|
9041
|
+
})
|
|
9042
|
+
@Component({
|
|
9043
|
+
selector: 'swirl-symbol-local-shipping',
|
|
9044
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9045
|
+
template: '<ng-content></ng-content>',
|
|
9046
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9047
|
+
inputs: ['size'],
|
|
9048
|
+
standalone: false
|
|
9049
|
+
})
|
|
9050
|
+
export class SwirlSymbolLocalShipping {
|
|
9051
|
+
protected el: HTMLSwirlSymbolLocalShippingElement;
|
|
9052
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9053
|
+
c.detach();
|
|
9054
|
+
this.el = r.nativeElement;
|
|
9055
|
+
}
|
|
9056
|
+
}
|
|
9057
|
+
|
|
9058
|
+
|
|
9059
|
+
export declare interface SwirlSymbolLocalShipping extends Components.SwirlSymbolLocalShipping {}
|
|
9060
|
+
|
|
9061
|
+
|
|
9062
|
+
@ProxyCmp({
|
|
9063
|
+
inputs: ['size']
|
|
9064
|
+
})
|
|
9065
|
+
@Component({
|
|
9066
|
+
selector: 'swirl-symbol-location-on',
|
|
9067
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9068
|
+
template: '<ng-content></ng-content>',
|
|
9069
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9070
|
+
inputs: ['size'],
|
|
9071
|
+
standalone: false
|
|
9072
|
+
})
|
|
9073
|
+
export class SwirlSymbolLocationOn {
|
|
9074
|
+
protected el: HTMLSwirlSymbolLocationOnElement;
|
|
9075
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9076
|
+
c.detach();
|
|
9077
|
+
this.el = r.nativeElement;
|
|
9078
|
+
}
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
|
|
9082
|
+
export declare interface SwirlSymbolLocationOn extends Components.SwirlSymbolLocationOn {}
|
|
9083
|
+
|
|
9084
|
+
|
|
9085
|
+
@ProxyCmp({
|
|
9086
|
+
inputs: ['size']
|
|
9087
|
+
})
|
|
9088
|
+
@Component({
|
|
9089
|
+
selector: 'swirl-symbol-loyalty',
|
|
9090
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9091
|
+
template: '<ng-content></ng-content>',
|
|
9092
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9093
|
+
inputs: ['size'],
|
|
9094
|
+
standalone: false
|
|
9095
|
+
})
|
|
9096
|
+
export class SwirlSymbolLoyalty {
|
|
9097
|
+
protected el: HTMLSwirlSymbolLoyaltyElement;
|
|
9098
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9099
|
+
c.detach();
|
|
9100
|
+
this.el = r.nativeElement;
|
|
9101
|
+
}
|
|
9102
|
+
}
|
|
9103
|
+
|
|
9104
|
+
|
|
9105
|
+
export declare interface SwirlSymbolLoyalty extends Components.SwirlSymbolLoyalty {}
|
|
9106
|
+
|
|
9107
|
+
|
|
9108
|
+
@ProxyCmp({
|
|
9109
|
+
inputs: ['size']
|
|
9110
|
+
})
|
|
9111
|
+
@Component({
|
|
9112
|
+
selector: 'swirl-symbol-map',
|
|
9113
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9114
|
+
template: '<ng-content></ng-content>',
|
|
9115
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9116
|
+
inputs: ['size'],
|
|
9117
|
+
standalone: false
|
|
9118
|
+
})
|
|
9119
|
+
export class SwirlSymbolMap {
|
|
9120
|
+
protected el: HTMLSwirlSymbolMapElement;
|
|
9121
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9122
|
+
c.detach();
|
|
9123
|
+
this.el = r.nativeElement;
|
|
9124
|
+
}
|
|
9125
|
+
}
|
|
9126
|
+
|
|
9127
|
+
|
|
9128
|
+
export declare interface SwirlSymbolMap extends Components.SwirlSymbolMap {}
|
|
9129
|
+
|
|
9130
|
+
|
|
9131
|
+
@ProxyCmp({
|
|
9132
|
+
inputs: ['size']
|
|
9133
|
+
})
|
|
9134
|
+
@Component({
|
|
9135
|
+
selector: 'swirl-symbol-maps-home-work',
|
|
9136
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9137
|
+
template: '<ng-content></ng-content>',
|
|
9138
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9139
|
+
inputs: ['size'],
|
|
9140
|
+
standalone: false
|
|
9141
|
+
})
|
|
9142
|
+
export class SwirlSymbolMapsHomeWork {
|
|
9143
|
+
protected el: HTMLSwirlSymbolMapsHomeWorkElement;
|
|
9144
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9145
|
+
c.detach();
|
|
9146
|
+
this.el = r.nativeElement;
|
|
9147
|
+
}
|
|
9148
|
+
}
|
|
9149
|
+
|
|
9150
|
+
|
|
9151
|
+
export declare interface SwirlSymbolMapsHomeWork extends Components.SwirlSymbolMapsHomeWork {}
|
|
9152
|
+
|
|
9153
|
+
|
|
9154
|
+
@ProxyCmp({
|
|
9155
|
+
inputs: ['size']
|
|
9156
|
+
})
|
|
9157
|
+
@Component({
|
|
9158
|
+
selector: 'swirl-symbol-menu-book',
|
|
9159
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9160
|
+
template: '<ng-content></ng-content>',
|
|
9161
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9162
|
+
inputs: ['size'],
|
|
9163
|
+
standalone: false
|
|
9164
|
+
})
|
|
9165
|
+
export class SwirlSymbolMenuBook {
|
|
9166
|
+
protected el: HTMLSwirlSymbolMenuBookElement;
|
|
9167
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9168
|
+
c.detach();
|
|
9169
|
+
this.el = r.nativeElement;
|
|
9170
|
+
}
|
|
9171
|
+
}
|
|
9172
|
+
|
|
9173
|
+
|
|
9174
|
+
export declare interface SwirlSymbolMenuBook extends Components.SwirlSymbolMenuBook {}
|
|
9175
|
+
|
|
9176
|
+
|
|
9177
|
+
@ProxyCmp({
|
|
9178
|
+
inputs: ['size']
|
|
9179
|
+
})
|
|
9180
|
+
@Component({
|
|
9181
|
+
selector: 'swirl-symbol-mop',
|
|
9182
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9183
|
+
template: '<ng-content></ng-content>',
|
|
9184
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9185
|
+
inputs: ['size'],
|
|
9186
|
+
standalone: false
|
|
9187
|
+
})
|
|
9188
|
+
export class SwirlSymbolMop {
|
|
9189
|
+
protected el: HTMLSwirlSymbolMopElement;
|
|
9190
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9191
|
+
c.detach();
|
|
9192
|
+
this.el = r.nativeElement;
|
|
9193
|
+
}
|
|
9194
|
+
}
|
|
9195
|
+
|
|
9196
|
+
|
|
9197
|
+
export declare interface SwirlSymbolMop extends Components.SwirlSymbolMop {}
|
|
9198
|
+
|
|
9199
|
+
|
|
9200
|
+
@ProxyCmp({
|
|
9201
|
+
inputs: ['size']
|
|
9202
|
+
})
|
|
9203
|
+
@Component({
|
|
9204
|
+
selector: 'swirl-symbol-nest-eco-leaf',
|
|
9205
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9206
|
+
template: '<ng-content></ng-content>',
|
|
9207
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9208
|
+
inputs: ['size'],
|
|
9209
|
+
standalone: false
|
|
9210
|
+
})
|
|
9211
|
+
export class SwirlSymbolNestEcoLeaf {
|
|
9212
|
+
protected el: HTMLSwirlSymbolNestEcoLeafElement;
|
|
9213
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9214
|
+
c.detach();
|
|
9215
|
+
this.el = r.nativeElement;
|
|
9216
|
+
}
|
|
9217
|
+
}
|
|
9218
|
+
|
|
9219
|
+
|
|
9220
|
+
export declare interface SwirlSymbolNestEcoLeaf extends Components.SwirlSymbolNestEcoLeaf {}
|
|
9221
|
+
|
|
9222
|
+
|
|
9223
|
+
@ProxyCmp({
|
|
9224
|
+
inputs: ['size']
|
|
9225
|
+
})
|
|
9226
|
+
@Component({
|
|
9227
|
+
selector: 'swirl-symbol-notifications',
|
|
9228
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9229
|
+
template: '<ng-content></ng-content>',
|
|
9230
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9231
|
+
inputs: ['size'],
|
|
9232
|
+
standalone: false
|
|
9233
|
+
})
|
|
9234
|
+
export class SwirlSymbolNotifications {
|
|
9235
|
+
protected el: HTMLSwirlSymbolNotificationsElement;
|
|
9236
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9237
|
+
c.detach();
|
|
9238
|
+
this.el = r.nativeElement;
|
|
9239
|
+
}
|
|
9240
|
+
}
|
|
9241
|
+
|
|
9242
|
+
|
|
9243
|
+
export declare interface SwirlSymbolNotifications extends Components.SwirlSymbolNotifications {}
|
|
9244
|
+
|
|
9245
|
+
|
|
9246
|
+
@ProxyCmp({
|
|
9247
|
+
inputs: ['size']
|
|
9248
|
+
})
|
|
9249
|
+
@Component({
|
|
9250
|
+
selector: 'swirl-symbol-open-in-new',
|
|
9251
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9252
|
+
template: '<ng-content></ng-content>',
|
|
9253
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9254
|
+
inputs: ['size'],
|
|
9255
|
+
standalone: false
|
|
9256
|
+
})
|
|
9257
|
+
export class SwirlSymbolOpenInNew {
|
|
9258
|
+
protected el: HTMLSwirlSymbolOpenInNewElement;
|
|
9259
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9260
|
+
c.detach();
|
|
9261
|
+
this.el = r.nativeElement;
|
|
9262
|
+
}
|
|
9263
|
+
}
|
|
9264
|
+
|
|
9265
|
+
|
|
9266
|
+
export declare interface SwirlSymbolOpenInNew extends Components.SwirlSymbolOpenInNew {}
|
|
9267
|
+
|
|
9268
|
+
|
|
9269
|
+
@ProxyCmp({
|
|
9270
|
+
inputs: ['size']
|
|
9271
|
+
})
|
|
9272
|
+
@Component({
|
|
9273
|
+
selector: 'swirl-symbol-orders',
|
|
9274
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9275
|
+
template: '<ng-content></ng-content>',
|
|
9276
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9277
|
+
inputs: ['size'],
|
|
9278
|
+
standalone: false
|
|
9279
|
+
})
|
|
9280
|
+
export class SwirlSymbolOrders {
|
|
9281
|
+
protected el: HTMLSwirlSymbolOrdersElement;
|
|
9282
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9283
|
+
c.detach();
|
|
9284
|
+
this.el = r.nativeElement;
|
|
9285
|
+
}
|
|
9286
|
+
}
|
|
9287
|
+
|
|
9288
|
+
|
|
9289
|
+
export declare interface SwirlSymbolOrders extends Components.SwirlSymbolOrders {}
|
|
9290
|
+
|
|
9291
|
+
|
|
9292
|
+
@ProxyCmp({
|
|
9293
|
+
inputs: ['size']
|
|
9294
|
+
})
|
|
9295
|
+
@Component({
|
|
9296
|
+
selector: 'swirl-symbol-package',
|
|
9297
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9298
|
+
template: '<ng-content></ng-content>',
|
|
9299
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9300
|
+
inputs: ['size'],
|
|
9301
|
+
standalone: false
|
|
9302
|
+
})
|
|
9303
|
+
export class SwirlSymbolPackage {
|
|
9304
|
+
protected el: HTMLSwirlSymbolPackageElement;
|
|
9305
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9306
|
+
c.detach();
|
|
9307
|
+
this.el = r.nativeElement;
|
|
9308
|
+
}
|
|
9309
|
+
}
|
|
9310
|
+
|
|
9311
|
+
|
|
9312
|
+
export declare interface SwirlSymbolPackage extends Components.SwirlSymbolPackage {}
|
|
9313
|
+
|
|
9314
|
+
|
|
9315
|
+
@ProxyCmp({
|
|
9316
|
+
inputs: ['size']
|
|
9317
|
+
})
|
|
9318
|
+
@Component({
|
|
9319
|
+
selector: 'swirl-symbol-palette',
|
|
9320
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9321
|
+
template: '<ng-content></ng-content>',
|
|
9322
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9323
|
+
inputs: ['size'],
|
|
9324
|
+
standalone: false
|
|
9325
|
+
})
|
|
9326
|
+
export class SwirlSymbolPalette {
|
|
9327
|
+
protected el: HTMLSwirlSymbolPaletteElement;
|
|
9328
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9329
|
+
c.detach();
|
|
9330
|
+
this.el = r.nativeElement;
|
|
9331
|
+
}
|
|
9332
|
+
}
|
|
9333
|
+
|
|
9334
|
+
|
|
9335
|
+
export declare interface SwirlSymbolPalette extends Components.SwirlSymbolPalette {}
|
|
9336
|
+
|
|
9337
|
+
|
|
9338
|
+
@ProxyCmp({
|
|
9339
|
+
inputs: ['size']
|
|
9340
|
+
})
|
|
9341
|
+
@Component({
|
|
9342
|
+
selector: 'swirl-symbol-partly-cloudy-day',
|
|
9343
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9344
|
+
template: '<ng-content></ng-content>',
|
|
9345
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9346
|
+
inputs: ['size'],
|
|
9347
|
+
standalone: false
|
|
9348
|
+
})
|
|
9349
|
+
export class SwirlSymbolPartlyCloudyDay {
|
|
9350
|
+
protected el: HTMLSwirlSymbolPartlyCloudyDayElement;
|
|
9351
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9352
|
+
c.detach();
|
|
9353
|
+
this.el = r.nativeElement;
|
|
9354
|
+
}
|
|
9355
|
+
}
|
|
9356
|
+
|
|
9357
|
+
|
|
9358
|
+
export declare interface SwirlSymbolPartlyCloudyDay extends Components.SwirlSymbolPartlyCloudyDay {}
|
|
9359
|
+
|
|
9360
|
+
|
|
9361
|
+
@ProxyCmp({
|
|
9362
|
+
inputs: ['size']
|
|
9363
|
+
})
|
|
9364
|
+
@Component({
|
|
9365
|
+
selector: 'swirl-symbol-pedal-bike',
|
|
9366
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9367
|
+
template: '<ng-content></ng-content>',
|
|
9368
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9369
|
+
inputs: ['size'],
|
|
9370
|
+
standalone: false
|
|
9371
|
+
})
|
|
9372
|
+
export class SwirlSymbolPedalBike {
|
|
9373
|
+
protected el: HTMLSwirlSymbolPedalBikeElement;
|
|
9374
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9375
|
+
c.detach();
|
|
9376
|
+
this.el = r.nativeElement;
|
|
9377
|
+
}
|
|
9378
|
+
}
|
|
9379
|
+
|
|
9380
|
+
|
|
9381
|
+
export declare interface SwirlSymbolPedalBike extends Components.SwirlSymbolPedalBike {}
|
|
9382
|
+
|
|
9383
|
+
|
|
9384
|
+
@ProxyCmp({
|
|
9385
|
+
inputs: ['size']
|
|
9386
|
+
})
|
|
9387
|
+
@Component({
|
|
9388
|
+
selector: 'swirl-symbol-percent-discount',
|
|
9389
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9390
|
+
template: '<ng-content></ng-content>',
|
|
9391
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9392
|
+
inputs: ['size'],
|
|
9393
|
+
standalone: false
|
|
9394
|
+
})
|
|
9395
|
+
export class SwirlSymbolPercentDiscount {
|
|
9396
|
+
protected el: HTMLSwirlSymbolPercentDiscountElement;
|
|
9397
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9398
|
+
c.detach();
|
|
9399
|
+
this.el = r.nativeElement;
|
|
9400
|
+
}
|
|
9401
|
+
}
|
|
9402
|
+
|
|
9403
|
+
|
|
9404
|
+
export declare interface SwirlSymbolPercentDiscount extends Components.SwirlSymbolPercentDiscount {}
|
|
9405
|
+
|
|
9406
|
+
|
|
9407
|
+
@ProxyCmp({
|
|
9408
|
+
inputs: ['size']
|
|
9409
|
+
})
|
|
9410
|
+
@Component({
|
|
9411
|
+
selector: 'swirl-symbol-pets',
|
|
9412
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9413
|
+
template: '<ng-content></ng-content>',
|
|
9414
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9415
|
+
inputs: ['size'],
|
|
9416
|
+
standalone: false
|
|
9417
|
+
})
|
|
9418
|
+
export class SwirlSymbolPets {
|
|
9419
|
+
protected el: HTMLSwirlSymbolPetsElement;
|
|
9420
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9421
|
+
c.detach();
|
|
9422
|
+
this.el = r.nativeElement;
|
|
9423
|
+
}
|
|
9424
|
+
}
|
|
9425
|
+
|
|
9426
|
+
|
|
9427
|
+
export declare interface SwirlSymbolPets extends Components.SwirlSymbolPets {}
|
|
9428
|
+
|
|
9429
|
+
|
|
9430
|
+
@ProxyCmp({
|
|
9431
|
+
inputs: ['size']
|
|
9432
|
+
})
|
|
9433
|
+
@Component({
|
|
9434
|
+
selector: 'swirl-symbol-pinterest',
|
|
9435
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9436
|
+
template: '<ng-content></ng-content>',
|
|
9437
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9438
|
+
inputs: ['size'],
|
|
9439
|
+
standalone: false
|
|
9440
|
+
})
|
|
9441
|
+
export class SwirlSymbolPinterest {
|
|
9442
|
+
protected el: HTMLSwirlSymbolPinterestElement;
|
|
9443
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9444
|
+
c.detach();
|
|
9445
|
+
this.el = r.nativeElement;
|
|
9446
|
+
}
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9449
|
+
|
|
9450
|
+
export declare interface SwirlSymbolPinterest extends Components.SwirlSymbolPinterest {}
|
|
9451
|
+
|
|
9452
|
+
|
|
9453
|
+
@ProxyCmp({
|
|
9454
|
+
inputs: ['size']
|
|
9455
|
+
})
|
|
9456
|
+
@Component({
|
|
9457
|
+
selector: 'swirl-symbol-point-of-sale',
|
|
9458
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9459
|
+
template: '<ng-content></ng-content>',
|
|
9460
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9461
|
+
inputs: ['size'],
|
|
9462
|
+
standalone: false
|
|
9463
|
+
})
|
|
9464
|
+
export class SwirlSymbolPointOfSale {
|
|
9465
|
+
protected el: HTMLSwirlSymbolPointOfSaleElement;
|
|
9466
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9467
|
+
c.detach();
|
|
9468
|
+
this.el = r.nativeElement;
|
|
9469
|
+
}
|
|
9470
|
+
}
|
|
9471
|
+
|
|
9472
|
+
|
|
9473
|
+
export declare interface SwirlSymbolPointOfSale extends Components.SwirlSymbolPointOfSale {}
|
|
9474
|
+
|
|
9475
|
+
|
|
9476
|
+
@ProxyCmp({
|
|
9477
|
+
inputs: ['size']
|
|
9478
|
+
})
|
|
9479
|
+
@Component({
|
|
9480
|
+
selector: 'swirl-symbol-policy',
|
|
9481
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9482
|
+
template: '<ng-content></ng-content>',
|
|
9483
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9484
|
+
inputs: ['size'],
|
|
9485
|
+
standalone: false
|
|
9486
|
+
})
|
|
9487
|
+
export class SwirlSymbolPolicy {
|
|
9488
|
+
protected el: HTMLSwirlSymbolPolicyElement;
|
|
9489
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9490
|
+
c.detach();
|
|
9491
|
+
this.el = r.nativeElement;
|
|
9492
|
+
}
|
|
9493
|
+
}
|
|
9494
|
+
|
|
9495
|
+
|
|
9496
|
+
export declare interface SwirlSymbolPolicy extends Components.SwirlSymbolPolicy {}
|
|
9497
|
+
|
|
9498
|
+
|
|
9499
|
+
@ProxyCmp({
|
|
9500
|
+
inputs: ['size']
|
|
9501
|
+
})
|
|
9502
|
+
@Component({
|
|
9503
|
+
selector: 'swirl-symbol-precision-manufacturing',
|
|
9504
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9505
|
+
template: '<ng-content></ng-content>',
|
|
9506
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9507
|
+
inputs: ['size'],
|
|
9508
|
+
standalone: false
|
|
9509
|
+
})
|
|
9510
|
+
export class SwirlSymbolPrecisionManufacturing {
|
|
9511
|
+
protected el: HTMLSwirlSymbolPrecisionManufacturingElement;
|
|
9512
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9513
|
+
c.detach();
|
|
9514
|
+
this.el = r.nativeElement;
|
|
9515
|
+
}
|
|
9516
|
+
}
|
|
9517
|
+
|
|
9518
|
+
|
|
9519
|
+
export declare interface SwirlSymbolPrecisionManufacturing extends Components.SwirlSymbolPrecisionManufacturing {}
|
|
9520
|
+
|
|
9521
|
+
|
|
9522
|
+
@ProxyCmp({
|
|
9523
|
+
inputs: ['size']
|
|
9524
|
+
})
|
|
9525
|
+
@Component({
|
|
9526
|
+
selector: 'swirl-symbol-print',
|
|
9527
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9528
|
+
template: '<ng-content></ng-content>',
|
|
9529
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9530
|
+
inputs: ['size'],
|
|
9531
|
+
standalone: false
|
|
9532
|
+
})
|
|
9533
|
+
export class SwirlSymbolPrint {
|
|
9534
|
+
protected el: HTMLSwirlSymbolPrintElement;
|
|
9535
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9536
|
+
c.detach();
|
|
9537
|
+
this.el = r.nativeElement;
|
|
9538
|
+
}
|
|
9539
|
+
}
|
|
9540
|
+
|
|
9541
|
+
|
|
9542
|
+
export declare interface SwirlSymbolPrint extends Components.SwirlSymbolPrint {}
|
|
9543
|
+
|
|
9544
|
+
|
|
9545
|
+
@ProxyCmp({
|
|
9546
|
+
inputs: ['size']
|
|
9547
|
+
})
|
|
9548
|
+
@Component({
|
|
9549
|
+
selector: 'swirl-symbol-push-pin',
|
|
9550
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9551
|
+
template: '<ng-content></ng-content>',
|
|
9552
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9553
|
+
inputs: ['size'],
|
|
9554
|
+
standalone: false
|
|
9555
|
+
})
|
|
9556
|
+
export class SwirlSymbolPushPin {
|
|
9557
|
+
protected el: HTMLSwirlSymbolPushPinElement;
|
|
9558
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9559
|
+
c.detach();
|
|
9560
|
+
this.el = r.nativeElement;
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
|
|
9564
|
+
|
|
9565
|
+
export declare interface SwirlSymbolPushPin extends Components.SwirlSymbolPushPin {}
|
|
9566
|
+
|
|
9567
|
+
|
|
9568
|
+
@ProxyCmp({
|
|
9569
|
+
inputs: ['size']
|
|
9570
|
+
})
|
|
9571
|
+
@Component({
|
|
9572
|
+
selector: 'swirl-symbol-recycling',
|
|
9573
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9574
|
+
template: '<ng-content></ng-content>',
|
|
9575
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9576
|
+
inputs: ['size'],
|
|
9577
|
+
standalone: false
|
|
9578
|
+
})
|
|
9579
|
+
export class SwirlSymbolRecycling {
|
|
9580
|
+
protected el: HTMLSwirlSymbolRecyclingElement;
|
|
9581
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9582
|
+
c.detach();
|
|
9583
|
+
this.el = r.nativeElement;
|
|
9584
|
+
}
|
|
9585
|
+
}
|
|
9586
|
+
|
|
9587
|
+
|
|
9588
|
+
export declare interface SwirlSymbolRecycling extends Components.SwirlSymbolRecycling {}
|
|
9589
|
+
|
|
9590
|
+
|
|
9591
|
+
@ProxyCmp({
|
|
9592
|
+
inputs: ['size']
|
|
9593
|
+
})
|
|
9594
|
+
@Component({
|
|
9595
|
+
selector: 'swirl-symbol-redeem',
|
|
9596
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9597
|
+
template: '<ng-content></ng-content>',
|
|
9598
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9599
|
+
inputs: ['size'],
|
|
9600
|
+
standalone: false
|
|
9601
|
+
})
|
|
9602
|
+
export class SwirlSymbolRedeem {
|
|
9603
|
+
protected el: HTMLSwirlSymbolRedeemElement;
|
|
9604
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9605
|
+
c.detach();
|
|
9606
|
+
this.el = r.nativeElement;
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
|
|
9610
|
+
|
|
9611
|
+
export declare interface SwirlSymbolRedeem extends Components.SwirlSymbolRedeem {}
|
|
9612
|
+
|
|
9613
|
+
|
|
9614
|
+
@ProxyCmp({
|
|
9615
|
+
inputs: ['size']
|
|
9616
|
+
})
|
|
9617
|
+
@Component({
|
|
9618
|
+
selector: 'swirl-symbol-report-problem',
|
|
9619
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9620
|
+
template: '<ng-content></ng-content>',
|
|
9621
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9622
|
+
inputs: ['size'],
|
|
9623
|
+
standalone: false
|
|
9624
|
+
})
|
|
9625
|
+
export class SwirlSymbolReportProblem {
|
|
9626
|
+
protected el: HTMLSwirlSymbolReportProblemElement;
|
|
9627
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9628
|
+
c.detach();
|
|
9629
|
+
this.el = r.nativeElement;
|
|
9630
|
+
}
|
|
9631
|
+
}
|
|
9632
|
+
|
|
9633
|
+
|
|
9634
|
+
export declare interface SwirlSymbolReportProblem extends Components.SwirlSymbolReportProblem {}
|
|
9635
|
+
|
|
9636
|
+
|
|
9637
|
+
@ProxyCmp({
|
|
9638
|
+
inputs: ['size']
|
|
9639
|
+
})
|
|
9640
|
+
@Component({
|
|
9641
|
+
selector: 'swirl-symbol-restaurant',
|
|
9642
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9643
|
+
template: '<ng-content></ng-content>',
|
|
9644
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9645
|
+
inputs: ['size'],
|
|
9646
|
+
standalone: false
|
|
9647
|
+
})
|
|
9648
|
+
export class SwirlSymbolRestaurant {
|
|
9649
|
+
protected el: HTMLSwirlSymbolRestaurantElement;
|
|
9650
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9651
|
+
c.detach();
|
|
9652
|
+
this.el = r.nativeElement;
|
|
9653
|
+
}
|
|
9654
|
+
}
|
|
9655
|
+
|
|
9656
|
+
|
|
9657
|
+
export declare interface SwirlSymbolRestaurant extends Components.SwirlSymbolRestaurant {}
|
|
9658
|
+
|
|
9659
|
+
|
|
9660
|
+
@ProxyCmp({
|
|
9661
|
+
inputs: ['size']
|
|
9662
|
+
})
|
|
9663
|
+
@Component({
|
|
9664
|
+
selector: 'swirl-symbol-roadmap',
|
|
9665
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9666
|
+
template: '<ng-content></ng-content>',
|
|
9667
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9668
|
+
inputs: ['size'],
|
|
9669
|
+
standalone: false
|
|
9670
|
+
})
|
|
9671
|
+
export class SwirlSymbolRoadmap {
|
|
9672
|
+
protected el: HTMLSwirlSymbolRoadmapElement;
|
|
9673
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9674
|
+
c.detach();
|
|
9675
|
+
this.el = r.nativeElement;
|
|
9676
|
+
}
|
|
9677
|
+
}
|
|
9678
|
+
|
|
9679
|
+
|
|
9680
|
+
export declare interface SwirlSymbolRoadmap extends Components.SwirlSymbolRoadmap {}
|
|
9681
|
+
|
|
9682
|
+
|
|
9683
|
+
@ProxyCmp({
|
|
9684
|
+
inputs: ['size']
|
|
9685
|
+
})
|
|
9686
|
+
@Component({
|
|
9687
|
+
selector: 'swirl-symbol-rocket-launch',
|
|
9688
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9689
|
+
template: '<ng-content></ng-content>',
|
|
9690
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9691
|
+
inputs: ['size'],
|
|
9692
|
+
standalone: false
|
|
9693
|
+
})
|
|
9694
|
+
export class SwirlSymbolRocketLaunch {
|
|
9695
|
+
protected el: HTMLSwirlSymbolRocketLaunchElement;
|
|
9696
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9697
|
+
c.detach();
|
|
9698
|
+
this.el = r.nativeElement;
|
|
9699
|
+
}
|
|
9700
|
+
}
|
|
9701
|
+
|
|
9702
|
+
|
|
9703
|
+
export declare interface SwirlSymbolRocketLaunch extends Components.SwirlSymbolRocketLaunch {}
|
|
8691
9704
|
|
|
8692
9705
|
|
|
8693
9706
|
@ProxyCmp({
|
|
@@ -8701,8 +9714,54 @@ export declare interface SwirlSymbolRoadmap extends Components.SwirlSymbolRoadma
|
|
|
8701
9714
|
inputs: ['size'],
|
|
8702
9715
|
standalone: false
|
|
8703
9716
|
})
|
|
8704
|
-
export class SwirlSymbolRoom {
|
|
8705
|
-
protected el: HTMLSwirlSymbolRoomElement;
|
|
9717
|
+
export class SwirlSymbolRoom {
|
|
9718
|
+
protected el: HTMLSwirlSymbolRoomElement;
|
|
9719
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9720
|
+
c.detach();
|
|
9721
|
+
this.el = r.nativeElement;
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
|
|
9725
|
+
|
|
9726
|
+
export declare interface SwirlSymbolRoom extends Components.SwirlSymbolRoom {}
|
|
9727
|
+
|
|
9728
|
+
|
|
9729
|
+
@ProxyCmp({
|
|
9730
|
+
inputs: ['size']
|
|
9731
|
+
})
|
|
9732
|
+
@Component({
|
|
9733
|
+
selector: 'swirl-symbol-savings',
|
|
9734
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9735
|
+
template: '<ng-content></ng-content>',
|
|
9736
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9737
|
+
inputs: ['size'],
|
|
9738
|
+
standalone: false
|
|
9739
|
+
})
|
|
9740
|
+
export class SwirlSymbolSavings {
|
|
9741
|
+
protected el: HTMLSwirlSymbolSavingsElement;
|
|
9742
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9743
|
+
c.detach();
|
|
9744
|
+
this.el = r.nativeElement;
|
|
9745
|
+
}
|
|
9746
|
+
}
|
|
9747
|
+
|
|
9748
|
+
|
|
9749
|
+
export declare interface SwirlSymbolSavings extends Components.SwirlSymbolSavings {}
|
|
9750
|
+
|
|
9751
|
+
|
|
9752
|
+
@ProxyCmp({
|
|
9753
|
+
inputs: ['size']
|
|
9754
|
+
})
|
|
9755
|
+
@Component({
|
|
9756
|
+
selector: 'swirl-symbol-school',
|
|
9757
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9758
|
+
template: '<ng-content></ng-content>',
|
|
9759
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9760
|
+
inputs: ['size'],
|
|
9761
|
+
standalone: false
|
|
9762
|
+
})
|
|
9763
|
+
export class SwirlSymbolSchool {
|
|
9764
|
+
protected el: HTMLSwirlSymbolSchoolElement;
|
|
8706
9765
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8707
9766
|
c.detach();
|
|
8708
9767
|
this.el = r.nativeElement;
|
|
@@ -8710,22 +9769,22 @@ export class SwirlSymbolRoom {
|
|
|
8710
9769
|
}
|
|
8711
9770
|
|
|
8712
9771
|
|
|
8713
|
-
export declare interface
|
|
9772
|
+
export declare interface SwirlSymbolSchool extends Components.SwirlSymbolSchool {}
|
|
8714
9773
|
|
|
8715
9774
|
|
|
8716
9775
|
@ProxyCmp({
|
|
8717
9776
|
inputs: ['size']
|
|
8718
9777
|
})
|
|
8719
9778
|
@Component({
|
|
8720
|
-
selector: 'swirl-symbol-
|
|
9779
|
+
selector: 'swirl-symbol-sell',
|
|
8721
9780
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8722
9781
|
template: '<ng-content></ng-content>',
|
|
8723
9782
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8724
9783
|
inputs: ['size'],
|
|
8725
9784
|
standalone: false
|
|
8726
9785
|
})
|
|
8727
|
-
export class
|
|
8728
|
-
protected el:
|
|
9786
|
+
export class SwirlSymbolSell {
|
|
9787
|
+
protected el: HTMLSwirlSymbolSellElement;
|
|
8729
9788
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
8730
9789
|
c.detach();
|
|
8731
9790
|
this.el = r.nativeElement;
|
|
@@ -8733,7 +9792,7 @@ export class SwirlSymbolSavings {
|
|
|
8733
9792
|
}
|
|
8734
9793
|
|
|
8735
9794
|
|
|
8736
|
-
export declare interface
|
|
9795
|
+
export declare interface SwirlSymbolSell extends Components.SwirlSymbolSell {}
|
|
8737
9796
|
|
|
8738
9797
|
|
|
8739
9798
|
@ProxyCmp({
|
|
@@ -8759,6 +9818,29 @@ export class SwirlSymbolSettingsVoice {
|
|
|
8759
9818
|
export declare interface SwirlSymbolSettingsVoice extends Components.SwirlSymbolSettingsVoice {}
|
|
8760
9819
|
|
|
8761
9820
|
|
|
9821
|
+
@ProxyCmp({
|
|
9822
|
+
inputs: ['size']
|
|
9823
|
+
})
|
|
9824
|
+
@Component({
|
|
9825
|
+
selector: 'swirl-symbol-shopping-bag',
|
|
9826
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9827
|
+
template: '<ng-content></ng-content>',
|
|
9828
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9829
|
+
inputs: ['size'],
|
|
9830
|
+
standalone: false
|
|
9831
|
+
})
|
|
9832
|
+
export class SwirlSymbolShoppingBag {
|
|
9833
|
+
protected el: HTMLSwirlSymbolShoppingBagElement;
|
|
9834
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9835
|
+
c.detach();
|
|
9836
|
+
this.el = r.nativeElement;
|
|
9837
|
+
}
|
|
9838
|
+
}
|
|
9839
|
+
|
|
9840
|
+
|
|
9841
|
+
export declare interface SwirlSymbolShoppingBag extends Components.SwirlSymbolShoppingBag {}
|
|
9842
|
+
|
|
9843
|
+
|
|
8762
9844
|
@ProxyCmp({
|
|
8763
9845
|
inputs: ['size']
|
|
8764
9846
|
})
|
|
@@ -8805,6 +9887,52 @@ export class SwirlSymbolSmartphone {
|
|
|
8805
9887
|
export declare interface SwirlSymbolSmartphone extends Components.SwirlSymbolSmartphone {}
|
|
8806
9888
|
|
|
8807
9889
|
|
|
9890
|
+
@ProxyCmp({
|
|
9891
|
+
inputs: ['size']
|
|
9892
|
+
})
|
|
9893
|
+
@Component({
|
|
9894
|
+
selector: 'swirl-symbol-spa',
|
|
9895
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9896
|
+
template: '<ng-content></ng-content>',
|
|
9897
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9898
|
+
inputs: ['size'],
|
|
9899
|
+
standalone: false
|
|
9900
|
+
})
|
|
9901
|
+
export class SwirlSymbolSpa {
|
|
9902
|
+
protected el: HTMLSwirlSymbolSpaElement;
|
|
9903
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9904
|
+
c.detach();
|
|
9905
|
+
this.el = r.nativeElement;
|
|
9906
|
+
}
|
|
9907
|
+
}
|
|
9908
|
+
|
|
9909
|
+
|
|
9910
|
+
export declare interface SwirlSymbolSpa extends Components.SwirlSymbolSpa {}
|
|
9911
|
+
|
|
9912
|
+
|
|
9913
|
+
@ProxyCmp({
|
|
9914
|
+
inputs: ['size']
|
|
9915
|
+
})
|
|
9916
|
+
@Component({
|
|
9917
|
+
selector: 'swirl-symbol-sports-soccer',
|
|
9918
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9919
|
+
template: '<ng-content></ng-content>',
|
|
9920
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9921
|
+
inputs: ['size'],
|
|
9922
|
+
standalone: false
|
|
9923
|
+
})
|
|
9924
|
+
export class SwirlSymbolSportsSoccer {
|
|
9925
|
+
protected el: HTMLSwirlSymbolSportsSoccerElement;
|
|
9926
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9927
|
+
c.detach();
|
|
9928
|
+
this.el = r.nativeElement;
|
|
9929
|
+
}
|
|
9930
|
+
}
|
|
9931
|
+
|
|
9932
|
+
|
|
9933
|
+
export declare interface SwirlSymbolSportsSoccer extends Components.SwirlSymbolSportsSoccer {}
|
|
9934
|
+
|
|
9935
|
+
|
|
8808
9936
|
@ProxyCmp({
|
|
8809
9937
|
inputs: ['size']
|
|
8810
9938
|
})
|
|
@@ -8851,6 +9979,52 @@ export class SwirlSymbolSupervisorAccount {
|
|
|
8851
9979
|
export declare interface SwirlSymbolSupervisorAccount extends Components.SwirlSymbolSupervisorAccount {}
|
|
8852
9980
|
|
|
8853
9981
|
|
|
9982
|
+
@ProxyCmp({
|
|
9983
|
+
inputs: ['size']
|
|
9984
|
+
})
|
|
9985
|
+
@Component({
|
|
9986
|
+
selector: 'swirl-symbol-task',
|
|
9987
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9988
|
+
template: '<ng-content></ng-content>',
|
|
9989
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9990
|
+
inputs: ['size'],
|
|
9991
|
+
standalone: false
|
|
9992
|
+
})
|
|
9993
|
+
export class SwirlSymbolTask {
|
|
9994
|
+
protected el: HTMLSwirlSymbolTaskElement;
|
|
9995
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
9996
|
+
c.detach();
|
|
9997
|
+
this.el = r.nativeElement;
|
|
9998
|
+
}
|
|
9999
|
+
}
|
|
10000
|
+
|
|
10001
|
+
|
|
10002
|
+
export declare interface SwirlSymbolTask extends Components.SwirlSymbolTask {}
|
|
10003
|
+
|
|
10004
|
+
|
|
10005
|
+
@ProxyCmp({
|
|
10006
|
+
inputs: ['size']
|
|
10007
|
+
})
|
|
10008
|
+
@Component({
|
|
10009
|
+
selector: 'swirl-symbol-tasks',
|
|
10010
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10011
|
+
template: '<ng-content></ng-content>',
|
|
10012
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10013
|
+
inputs: ['size'],
|
|
10014
|
+
standalone: false
|
|
10015
|
+
})
|
|
10016
|
+
export class SwirlSymbolTasks {
|
|
10017
|
+
protected el: HTMLSwirlSymbolTasksElement;
|
|
10018
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10019
|
+
c.detach();
|
|
10020
|
+
this.el = r.nativeElement;
|
|
10021
|
+
}
|
|
10022
|
+
}
|
|
10023
|
+
|
|
10024
|
+
|
|
10025
|
+
export declare interface SwirlSymbolTasks extends Components.SwirlSymbolTasks {}
|
|
10026
|
+
|
|
10027
|
+
|
|
8854
10028
|
@ProxyCmp({
|
|
8855
10029
|
inputs: ['size']
|
|
8856
10030
|
})
|
|
@@ -8874,6 +10048,98 @@ export class SwirlSymbolThumbsUpDown {
|
|
|
8874
10048
|
export declare interface SwirlSymbolThumbsUpDown extends Components.SwirlSymbolThumbsUpDown {}
|
|
8875
10049
|
|
|
8876
10050
|
|
|
10051
|
+
@ProxyCmp({
|
|
10052
|
+
inputs: ['size']
|
|
10053
|
+
})
|
|
10054
|
+
@Component({
|
|
10055
|
+
selector: 'swirl-symbol-timer',
|
|
10056
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10057
|
+
template: '<ng-content></ng-content>',
|
|
10058
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10059
|
+
inputs: ['size'],
|
|
10060
|
+
standalone: false
|
|
10061
|
+
})
|
|
10062
|
+
export class SwirlSymbolTimer {
|
|
10063
|
+
protected el: HTMLSwirlSymbolTimerElement;
|
|
10064
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10065
|
+
c.detach();
|
|
10066
|
+
this.el = r.nativeElement;
|
|
10067
|
+
}
|
|
10068
|
+
}
|
|
10069
|
+
|
|
10070
|
+
|
|
10071
|
+
export declare interface SwirlSymbolTimer extends Components.SwirlSymbolTimer {}
|
|
10072
|
+
|
|
10073
|
+
|
|
10074
|
+
@ProxyCmp({
|
|
10075
|
+
inputs: ['size']
|
|
10076
|
+
})
|
|
10077
|
+
@Component({
|
|
10078
|
+
selector: 'swirl-symbol-tools-power-drill',
|
|
10079
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10080
|
+
template: '<ng-content></ng-content>',
|
|
10081
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10082
|
+
inputs: ['size'],
|
|
10083
|
+
standalone: false
|
|
10084
|
+
})
|
|
10085
|
+
export class SwirlSymbolToolsPowerDrill {
|
|
10086
|
+
protected el: HTMLSwirlSymbolToolsPowerDrillElement;
|
|
10087
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10088
|
+
c.detach();
|
|
10089
|
+
this.el = r.nativeElement;
|
|
10090
|
+
}
|
|
10091
|
+
}
|
|
10092
|
+
|
|
10093
|
+
|
|
10094
|
+
export declare interface SwirlSymbolToolsPowerDrill extends Components.SwirlSymbolToolsPowerDrill {}
|
|
10095
|
+
|
|
10096
|
+
|
|
10097
|
+
@ProxyCmp({
|
|
10098
|
+
inputs: ['size']
|
|
10099
|
+
})
|
|
10100
|
+
@Component({
|
|
10101
|
+
selector: 'swirl-symbol-train',
|
|
10102
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10103
|
+
template: '<ng-content></ng-content>',
|
|
10104
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10105
|
+
inputs: ['size'],
|
|
10106
|
+
standalone: false
|
|
10107
|
+
})
|
|
10108
|
+
export class SwirlSymbolTrain {
|
|
10109
|
+
protected el: HTMLSwirlSymbolTrainElement;
|
|
10110
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10111
|
+
c.detach();
|
|
10112
|
+
this.el = r.nativeElement;
|
|
10113
|
+
}
|
|
10114
|
+
}
|
|
10115
|
+
|
|
10116
|
+
|
|
10117
|
+
export declare interface SwirlSymbolTrain extends Components.SwirlSymbolTrain {}
|
|
10118
|
+
|
|
10119
|
+
|
|
10120
|
+
@ProxyCmp({
|
|
10121
|
+
inputs: ['size']
|
|
10122
|
+
})
|
|
10123
|
+
@Component({
|
|
10124
|
+
selector: 'swirl-symbol-trophy',
|
|
10125
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10126
|
+
template: '<ng-content></ng-content>',
|
|
10127
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10128
|
+
inputs: ['size'],
|
|
10129
|
+
standalone: false
|
|
10130
|
+
})
|
|
10131
|
+
export class SwirlSymbolTrophy {
|
|
10132
|
+
protected el: HTMLSwirlSymbolTrophyElement;
|
|
10133
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10134
|
+
c.detach();
|
|
10135
|
+
this.el = r.nativeElement;
|
|
10136
|
+
}
|
|
10137
|
+
}
|
|
10138
|
+
|
|
10139
|
+
|
|
10140
|
+
export declare interface SwirlSymbolTrophy extends Components.SwirlSymbolTrophy {}
|
|
10141
|
+
|
|
10142
|
+
|
|
8877
10143
|
@ProxyCmp({
|
|
8878
10144
|
inputs: ['size']
|
|
8879
10145
|
})
|
|
@@ -8897,6 +10163,75 @@ export class SwirlSymbolTwitter {
|
|
|
8897
10163
|
export declare interface SwirlSymbolTwitter extends Components.SwirlSymbolTwitter {}
|
|
8898
10164
|
|
|
8899
10165
|
|
|
10166
|
+
@ProxyCmp({
|
|
10167
|
+
inputs: ['size']
|
|
10168
|
+
})
|
|
10169
|
+
@Component({
|
|
10170
|
+
selector: 'swirl-symbol-video',
|
|
10171
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10172
|
+
template: '<ng-content></ng-content>',
|
|
10173
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10174
|
+
inputs: ['size'],
|
|
10175
|
+
standalone: false
|
|
10176
|
+
})
|
|
10177
|
+
export class SwirlSymbolVideo {
|
|
10178
|
+
protected el: HTMLSwirlSymbolVideoElement;
|
|
10179
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10180
|
+
c.detach();
|
|
10181
|
+
this.el = r.nativeElement;
|
|
10182
|
+
}
|
|
10183
|
+
}
|
|
10184
|
+
|
|
10185
|
+
|
|
10186
|
+
export declare interface SwirlSymbolVideo extends Components.SwirlSymbolVideo {}
|
|
10187
|
+
|
|
10188
|
+
|
|
10189
|
+
@ProxyCmp({
|
|
10190
|
+
inputs: ['size']
|
|
10191
|
+
})
|
|
10192
|
+
@Component({
|
|
10193
|
+
selector: 'swirl-symbol-warehouse',
|
|
10194
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10195
|
+
template: '<ng-content></ng-content>',
|
|
10196
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10197
|
+
inputs: ['size'],
|
|
10198
|
+
standalone: false
|
|
10199
|
+
})
|
|
10200
|
+
export class SwirlSymbolWarehouse {
|
|
10201
|
+
protected el: HTMLSwirlSymbolWarehouseElement;
|
|
10202
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10203
|
+
c.detach();
|
|
10204
|
+
this.el = r.nativeElement;
|
|
10205
|
+
}
|
|
10206
|
+
}
|
|
10207
|
+
|
|
10208
|
+
|
|
10209
|
+
export declare interface SwirlSymbolWarehouse extends Components.SwirlSymbolWarehouse {}
|
|
10210
|
+
|
|
10211
|
+
|
|
10212
|
+
@ProxyCmp({
|
|
10213
|
+
inputs: ['size']
|
|
10214
|
+
})
|
|
10215
|
+
@Component({
|
|
10216
|
+
selector: 'swirl-symbol-water-drop',
|
|
10217
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10218
|
+
template: '<ng-content></ng-content>',
|
|
10219
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10220
|
+
inputs: ['size'],
|
|
10221
|
+
standalone: false
|
|
10222
|
+
})
|
|
10223
|
+
export class SwirlSymbolWaterDrop {
|
|
10224
|
+
protected el: HTMLSwirlSymbolWaterDropElement;
|
|
10225
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10226
|
+
c.detach();
|
|
10227
|
+
this.el = r.nativeElement;
|
|
10228
|
+
}
|
|
10229
|
+
}
|
|
10230
|
+
|
|
10231
|
+
|
|
10232
|
+
export declare interface SwirlSymbolWaterDrop extends Components.SwirlSymbolWaterDrop {}
|
|
10233
|
+
|
|
10234
|
+
|
|
8900
10235
|
@ProxyCmp({
|
|
8901
10236
|
inputs: ['size']
|
|
8902
10237
|
})
|
|
@@ -8966,6 +10301,29 @@ export class SwirlSymbolWeibo {
|
|
|
8966
10301
|
export declare interface SwirlSymbolWeibo extends Components.SwirlSymbolWeibo {}
|
|
8967
10302
|
|
|
8968
10303
|
|
|
10304
|
+
@ProxyCmp({
|
|
10305
|
+
inputs: ['size']
|
|
10306
|
+
})
|
|
10307
|
+
@Component({
|
|
10308
|
+
selector: 'swirl-symbol-wifi',
|
|
10309
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10310
|
+
template: '<ng-content></ng-content>',
|
|
10311
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10312
|
+
inputs: ['size'],
|
|
10313
|
+
standalone: false
|
|
10314
|
+
})
|
|
10315
|
+
export class SwirlSymbolWifi {
|
|
10316
|
+
protected el: HTMLSwirlSymbolWifiElement;
|
|
10317
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10318
|
+
c.detach();
|
|
10319
|
+
this.el = r.nativeElement;
|
|
10320
|
+
}
|
|
10321
|
+
}
|
|
10322
|
+
|
|
10323
|
+
|
|
10324
|
+
export declare interface SwirlSymbolWifi extends Components.SwirlSymbolWifi {}
|
|
10325
|
+
|
|
10326
|
+
|
|
8969
10327
|
@ProxyCmp({
|
|
8970
10328
|
inputs: ['size']
|
|
8971
10329
|
})
|