@getflip/swirl-components-angular 0.383.0 → 0.385.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 +1998 -346
- 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 +1525 -168
- package/projects/component-library/src/lib/stencil-generated/index.ts +59 -0
|
@@ -2997,6 +2997,15 @@ export declare class SwirlSymbol {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
export declare interface SwirlSymbol extends Components.SwirlSymbol {
|
|
2999
2999
|
}
|
|
3000
|
+
export declare class SwirlSymbolAcUnit {
|
|
3001
|
+
protected z: NgZone;
|
|
3002
|
+
protected el: HTMLSwirlSymbolAcUnitElement;
|
|
3003
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3004
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAcUnit, never>;
|
|
3005
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAcUnit, "swirl-symbol-ac-unit", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3006
|
+
}
|
|
3007
|
+
export declare interface SwirlSymbolAcUnit extends Components.SwirlSymbolAcUnit {
|
|
3008
|
+
}
|
|
3000
3009
|
export declare class SwirlSymbolAccountCircle {
|
|
3001
3010
|
protected z: NgZone;
|
|
3002
3011
|
protected el: HTMLSwirlSymbolAccountCircleElement;
|
|
@@ -3033,6 +3042,15 @@ export declare class SwirlSymbolAnnouncement {
|
|
|
3033
3042
|
}
|
|
3034
3043
|
export declare interface SwirlSymbolAnnouncement extends Components.SwirlSymbolAnnouncement {
|
|
3035
3044
|
}
|
|
3045
|
+
export declare class SwirlSymbolAutorenew {
|
|
3046
|
+
protected z: NgZone;
|
|
3047
|
+
protected el: HTMLSwirlSymbolAutorenewElement;
|
|
3048
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3049
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolAutorenew, never>;
|
|
3050
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolAutorenew, "swirl-symbol-autorenew", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3051
|
+
}
|
|
3052
|
+
export declare interface SwirlSymbolAutorenew extends Components.SwirlSymbolAutorenew {
|
|
3053
|
+
}
|
|
3036
3054
|
export declare class SwirlSymbolBackup {
|
|
3037
3055
|
protected z: NgZone;
|
|
3038
3056
|
protected el: HTMLSwirlSymbolBackupElement;
|
|
@@ -3042,6 +3060,42 @@ export declare class SwirlSymbolBackup {
|
|
|
3042
3060
|
}
|
|
3043
3061
|
export declare interface SwirlSymbolBackup extends Components.SwirlSymbolBackup {
|
|
3044
3062
|
}
|
|
3063
|
+
export declare class SwirlSymbolBadge {
|
|
3064
|
+
protected z: NgZone;
|
|
3065
|
+
protected el: HTMLSwirlSymbolBadgeElement;
|
|
3066
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3067
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBadge, never>;
|
|
3068
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBadge, "swirl-symbol-badge", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3069
|
+
}
|
|
3070
|
+
export declare interface SwirlSymbolBadge extends Components.SwirlSymbolBadge {
|
|
3071
|
+
}
|
|
3072
|
+
export declare class SwirlSymbolBarcodeReader {
|
|
3073
|
+
protected z: NgZone;
|
|
3074
|
+
protected el: HTMLSwirlSymbolBarcodeReaderElement;
|
|
3075
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3076
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBarcodeReader, never>;
|
|
3077
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBarcodeReader, "swirl-symbol-barcode-reader", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3078
|
+
}
|
|
3079
|
+
export declare interface SwirlSymbolBarcodeReader extends Components.SwirlSymbolBarcodeReader {
|
|
3080
|
+
}
|
|
3081
|
+
export declare class SwirlSymbolBarcodeScanner {
|
|
3082
|
+
protected z: NgZone;
|
|
3083
|
+
protected el: HTMLSwirlSymbolBarcodeScannerElement;
|
|
3084
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3085
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBarcodeScanner, never>;
|
|
3086
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBarcodeScanner, "swirl-symbol-barcode-scanner", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3087
|
+
}
|
|
3088
|
+
export declare interface SwirlSymbolBarcodeScanner extends Components.SwirlSymbolBarcodeScanner {
|
|
3089
|
+
}
|
|
3090
|
+
export declare class SwirlSymbolBatteryHoriz {
|
|
3091
|
+
protected z: NgZone;
|
|
3092
|
+
protected el: HTMLSwirlSymbolBatteryHorizElement;
|
|
3093
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3094
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBatteryHoriz, never>;
|
|
3095
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBatteryHoriz, "swirl-symbol-battery-horiz", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3096
|
+
}
|
|
3097
|
+
export declare interface SwirlSymbolBatteryHoriz extends Components.SwirlSymbolBatteryHoriz {
|
|
3098
|
+
}
|
|
3045
3099
|
export declare class SwirlSymbolBeachAccess {
|
|
3046
3100
|
protected z: NgZone;
|
|
3047
3101
|
protected el: HTMLSwirlSymbolBeachAccessElement;
|
|
@@ -3051,6 +3105,15 @@ export declare class SwirlSymbolBeachAccess {
|
|
|
3051
3105
|
}
|
|
3052
3106
|
export declare interface SwirlSymbolBeachAccess extends Components.SwirlSymbolBeachAccess {
|
|
3053
3107
|
}
|
|
3108
|
+
export declare class SwirlSymbolBolt {
|
|
3109
|
+
protected z: NgZone;
|
|
3110
|
+
protected el: HTMLSwirlSymbolBoltElement;
|
|
3111
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolBolt, never>;
|
|
3113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolBolt, "swirl-symbol-bolt", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3114
|
+
}
|
|
3115
|
+
export declare interface SwirlSymbolBolt extends Components.SwirlSymbolBolt {
|
|
3116
|
+
}
|
|
3054
3117
|
export declare class SwirlSymbolBookmark {
|
|
3055
3118
|
protected z: NgZone;
|
|
3056
3119
|
protected el: HTMLSwirlSymbolBookmarkElement;
|
|
@@ -3060,6 +3123,33 @@ export declare class SwirlSymbolBookmark {
|
|
|
3060
3123
|
}
|
|
3061
3124
|
export declare interface SwirlSymbolBookmark extends Components.SwirlSymbolBookmark {
|
|
3062
3125
|
}
|
|
3126
|
+
export declare class SwirlSymbolCalendar {
|
|
3127
|
+
protected z: NgZone;
|
|
3128
|
+
protected el: HTMLSwirlSymbolCalendarElement;
|
|
3129
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolCalendar, never>;
|
|
3131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCalendar, "swirl-symbol-calendar", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3132
|
+
}
|
|
3133
|
+
export declare interface SwirlSymbolCalendar extends Components.SwirlSymbolCalendar {
|
|
3134
|
+
}
|
|
3135
|
+
export declare class SwirlSymbolCampaign {
|
|
3136
|
+
protected z: NgZone;
|
|
3137
|
+
protected el: HTMLSwirlSymbolCampaignElement;
|
|
3138
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3139
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolCampaign, never>;
|
|
3140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCampaign, "swirl-symbol-campaign", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3141
|
+
}
|
|
3142
|
+
export declare interface SwirlSymbolCampaign extends Components.SwirlSymbolCampaign {
|
|
3143
|
+
}
|
|
3144
|
+
export declare class SwirlSymbolCardsStar {
|
|
3145
|
+
protected z: NgZone;
|
|
3146
|
+
protected el: HTMLSwirlSymbolCardsStarElement;
|
|
3147
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolCardsStar, never>;
|
|
3149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolCardsStar, "swirl-symbol-cards-star", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3150
|
+
}
|
|
3151
|
+
export declare interface SwirlSymbolCardsStar extends Components.SwirlSymbolCardsStar {
|
|
3152
|
+
}
|
|
3063
3153
|
export declare class SwirlSymbolCloud {
|
|
3064
3154
|
protected z: NgZone;
|
|
3065
3155
|
protected el: HTMLSwirlSymbolCloudElement;
|
|
@@ -3069,6 +3159,24 @@ export declare class SwirlSymbolCloud {
|
|
|
3069
3159
|
}
|
|
3070
3160
|
export declare interface SwirlSymbolCloud extends Components.SwirlSymbolCloud {
|
|
3071
3161
|
}
|
|
3162
|
+
export declare class SwirlSymbolConstruction {
|
|
3163
|
+
protected z: NgZone;
|
|
3164
|
+
protected el: HTMLSwirlSymbolConstructionElement;
|
|
3165
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolConstruction, never>;
|
|
3167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolConstruction, "swirl-symbol-construction", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3168
|
+
}
|
|
3169
|
+
export declare interface SwirlSymbolConstruction extends Components.SwirlSymbolConstruction {
|
|
3170
|
+
}
|
|
3171
|
+
export declare class SwirlSymbolContacts {
|
|
3172
|
+
protected z: NgZone;
|
|
3173
|
+
protected el: HTMLSwirlSymbolContactsElement;
|
|
3174
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3175
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolContacts, never>;
|
|
3176
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolContacts, "swirl-symbol-contacts", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3177
|
+
}
|
|
3178
|
+
export declare interface SwirlSymbolContacts extends Components.SwirlSymbolContacts {
|
|
3179
|
+
}
|
|
3072
3180
|
export declare class SwirlSymbolCoronavirus {
|
|
3073
3181
|
protected z: NgZone;
|
|
3074
3182
|
protected el: HTMLSwirlSymbolCoronavirusElement;
|
|
@@ -3078,6 +3186,15 @@ export declare class SwirlSymbolCoronavirus {
|
|
|
3078
3186
|
}
|
|
3079
3187
|
export declare interface SwirlSymbolCoronavirus extends Components.SwirlSymbolCoronavirus {
|
|
3080
3188
|
}
|
|
3189
|
+
export declare class SwirlSymbolDesignServices {
|
|
3190
|
+
protected z: NgZone;
|
|
3191
|
+
protected el: HTMLSwirlSymbolDesignServicesElement;
|
|
3192
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3193
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolDesignServices, never>;
|
|
3194
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDesignServices, "swirl-symbol-design-services", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3195
|
+
}
|
|
3196
|
+
export declare interface SwirlSymbolDesignServices extends Components.SwirlSymbolDesignServices {
|
|
3197
|
+
}
|
|
3081
3198
|
export declare class SwirlSymbolDesktopWindows {
|
|
3082
3199
|
protected z: NgZone;
|
|
3083
3200
|
protected el: HTMLSwirlSymbolDesktopWindowsElement;
|
|
@@ -3096,6 +3213,24 @@ export declare class SwirlSymbolDirectionsCarFilled {
|
|
|
3096
3213
|
}
|
|
3097
3214
|
export declare interface SwirlSymbolDirectionsCarFilled extends Components.SwirlSymbolDirectionsCarFilled {
|
|
3098
3215
|
}
|
|
3216
|
+
export declare class SwirlSymbolDiversity {
|
|
3217
|
+
protected z: NgZone;
|
|
3218
|
+
protected el: HTMLSwirlSymbolDiversityElement;
|
|
3219
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3220
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolDiversity, never>;
|
|
3221
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDiversity, "swirl-symbol-diversity", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3222
|
+
}
|
|
3223
|
+
export declare interface SwirlSymbolDiversity extends Components.SwirlSymbolDiversity {
|
|
3224
|
+
}
|
|
3225
|
+
export declare class SwirlSymbolDraw {
|
|
3226
|
+
protected z: NgZone;
|
|
3227
|
+
protected el: HTMLSwirlSymbolDrawElement;
|
|
3228
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3229
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolDraw, never>;
|
|
3230
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolDraw, "swirl-symbol-draw", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3231
|
+
}
|
|
3232
|
+
export declare interface SwirlSymbolDraw extends Components.SwirlSymbolDraw {
|
|
3233
|
+
}
|
|
3099
3234
|
export declare class SwirlSymbolEditCalendar {
|
|
3100
3235
|
protected z: NgZone;
|
|
3101
3236
|
protected el: HTMLSwirlSymbolEditCalendarElement;
|
|
@@ -3114,6 +3249,15 @@ export declare class SwirlSymbolEmail {
|
|
|
3114
3249
|
}
|
|
3115
3250
|
export declare interface SwirlSymbolEmail extends Components.SwirlSymbolEmail {
|
|
3116
3251
|
}
|
|
3252
|
+
export declare class SwirlSymbolEmergency {
|
|
3253
|
+
protected z: NgZone;
|
|
3254
|
+
protected el: HTMLSwirlSymbolEmergencyElement;
|
|
3255
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3256
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEmergency, never>;
|
|
3257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEmergency, "swirl-symbol-emergency", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3258
|
+
}
|
|
3259
|
+
export declare interface SwirlSymbolEmergency extends Components.SwirlSymbolEmergency {
|
|
3260
|
+
}
|
|
3117
3261
|
export declare class SwirlSymbolEmojiFoodBeverage {
|
|
3118
3262
|
protected z: NgZone;
|
|
3119
3263
|
protected el: HTMLSwirlSymbolEmojiFoodBeverageElement;
|
|
@@ -3123,6 +3267,15 @@ export declare class SwirlSymbolEmojiFoodBeverage {
|
|
|
3123
3267
|
}
|
|
3124
3268
|
export declare interface SwirlSymbolEmojiFoodBeverage extends Components.SwirlSymbolEmojiFoodBeverage {
|
|
3125
3269
|
}
|
|
3270
|
+
export declare class SwirlSymbolEngineering {
|
|
3271
|
+
protected z: NgZone;
|
|
3272
|
+
protected el: HTMLSwirlSymbolEngineeringElement;
|
|
3273
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3274
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolEngineering, never>;
|
|
3275
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolEngineering, "swirl-symbol-engineering", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3276
|
+
}
|
|
3277
|
+
export declare interface SwirlSymbolEngineering extends Components.SwirlSymbolEngineering {
|
|
3278
|
+
}
|
|
3126
3279
|
export declare class SwirlSymbolEventMenu {
|
|
3127
3280
|
protected z: NgZone;
|
|
3128
3281
|
protected el: HTMLSwirlSymbolEventMenuElement;
|
|
@@ -3132,6 +3285,24 @@ export declare class SwirlSymbolEventMenu {
|
|
|
3132
3285
|
}
|
|
3133
3286
|
export declare interface SwirlSymbolEventMenu extends Components.SwirlSymbolEventMenu {
|
|
3134
3287
|
}
|
|
3288
|
+
export declare class SwirlSymbolExplore {
|
|
3289
|
+
protected z: NgZone;
|
|
3290
|
+
protected el: HTMLSwirlSymbolExploreElement;
|
|
3291
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolExplore, never>;
|
|
3293
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolExplore, "swirl-symbol-explore", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3294
|
+
}
|
|
3295
|
+
export declare interface SwirlSymbolExplore extends Components.SwirlSymbolExplore {
|
|
3296
|
+
}
|
|
3297
|
+
export declare class SwirlSymbolExtension {
|
|
3298
|
+
protected z: NgZone;
|
|
3299
|
+
protected el: HTMLSwirlSymbolExtensionElement;
|
|
3300
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3301
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolExtension, never>;
|
|
3302
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolExtension, "swirl-symbol-extension", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3303
|
+
}
|
|
3304
|
+
export declare interface SwirlSymbolExtension extends Components.SwirlSymbolExtension {
|
|
3305
|
+
}
|
|
3135
3306
|
export declare class SwirlSymbolFacebook {
|
|
3136
3307
|
protected z: NgZone;
|
|
3137
3308
|
protected el: HTMLSwirlSymbolFacebookElement;
|
|
@@ -3168,6 +3339,15 @@ export declare class SwirlSymbolFlag {
|
|
|
3168
3339
|
}
|
|
3169
3340
|
export declare interface SwirlSymbolFlag extends Components.SwirlSymbolFlag {
|
|
3170
3341
|
}
|
|
3342
|
+
export declare class SwirlSymbolFlight {
|
|
3343
|
+
protected z: NgZone;
|
|
3344
|
+
protected el: HTMLSwirlSymbolFlightElement;
|
|
3345
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3346
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolFlight, never>;
|
|
3347
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolFlight, "swirl-symbol-flight", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3348
|
+
}
|
|
3349
|
+
export declare interface SwirlSymbolFlight extends Components.SwirlSymbolFlight {
|
|
3350
|
+
}
|
|
3171
3351
|
export declare class SwirlSymbolFolder {
|
|
3172
3352
|
protected z: NgZone;
|
|
3173
3353
|
protected el: HTMLSwirlSymbolFolderElement;
|
|
@@ -3195,6 +3375,24 @@ export declare class SwirlSymbolGroups {
|
|
|
3195
3375
|
}
|
|
3196
3376
|
export declare interface SwirlSymbolGroups extends Components.SwirlSymbolGroups {
|
|
3197
3377
|
}
|
|
3378
|
+
export declare class SwirlSymbolHealing {
|
|
3379
|
+
protected z: NgZone;
|
|
3380
|
+
protected el: HTMLSwirlSymbolHealingElement;
|
|
3381
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3382
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolHealing, never>;
|
|
3383
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHealing, "swirl-symbol-healing", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3384
|
+
}
|
|
3385
|
+
export declare interface SwirlSymbolHealing extends Components.SwirlSymbolHealing {
|
|
3386
|
+
}
|
|
3387
|
+
export declare class SwirlSymbolHealthAndSafety {
|
|
3388
|
+
protected z: NgZone;
|
|
3389
|
+
protected el: HTMLSwirlSymbolHealthAndSafetyElement;
|
|
3390
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3391
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolHealthAndSafety, never>;
|
|
3392
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHealthAndSafety, "swirl-symbol-health-and-safety", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3393
|
+
}
|
|
3394
|
+
export declare interface SwirlSymbolHealthAndSafety extends Components.SwirlSymbolHealthAndSafety {
|
|
3395
|
+
}
|
|
3198
3396
|
export declare class SwirlSymbolHelp {
|
|
3199
3397
|
protected z: NgZone;
|
|
3200
3398
|
protected el: HTMLSwirlSymbolHelpElement;
|
|
@@ -3204,6 +3402,33 @@ export declare class SwirlSymbolHelp {
|
|
|
3204
3402
|
}
|
|
3205
3403
|
export declare interface SwirlSymbolHelp extends Components.SwirlSymbolHelp {
|
|
3206
3404
|
}
|
|
3405
|
+
export declare class SwirlSymbolHomeRepairService {
|
|
3406
|
+
protected z: NgZone;
|
|
3407
|
+
protected el: HTMLSwirlSymbolHomeRepairServiceElement;
|
|
3408
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3409
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolHomeRepairService, never>;
|
|
3410
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHomeRepairService, "swirl-symbol-home-repair-service", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3411
|
+
}
|
|
3412
|
+
export declare interface SwirlSymbolHomeRepairService extends Components.SwirlSymbolHomeRepairService {
|
|
3413
|
+
}
|
|
3414
|
+
export declare class SwirlSymbolHomeStorage {
|
|
3415
|
+
protected z: NgZone;
|
|
3416
|
+
protected el: HTMLSwirlSymbolHomeStorageElement;
|
|
3417
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3418
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolHomeStorage, never>;
|
|
3419
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolHomeStorage, "swirl-symbol-home-storage", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3420
|
+
}
|
|
3421
|
+
export declare interface SwirlSymbolHomeStorage extends Components.SwirlSymbolHomeStorage {
|
|
3422
|
+
}
|
|
3423
|
+
export declare class SwirlSymbolIdCard {
|
|
3424
|
+
protected z: NgZone;
|
|
3425
|
+
protected el: HTMLSwirlSymbolIdCardElement;
|
|
3426
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3427
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolIdCard, never>;
|
|
3428
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolIdCard, "swirl-symbol-id-card", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3429
|
+
}
|
|
3430
|
+
export declare interface SwirlSymbolIdCard extends Components.SwirlSymbolIdCard {
|
|
3431
|
+
}
|
|
3207
3432
|
export declare class SwirlSymbolImage {
|
|
3208
3433
|
protected z: NgZone;
|
|
3209
3434
|
protected el: HTMLSwirlSymbolImageElement;
|
|
@@ -3231,6 +3456,24 @@ export declare class SwirlSymbolInstagram {
|
|
|
3231
3456
|
}
|
|
3232
3457
|
export declare interface SwirlSymbolInstagram extends Components.SwirlSymbolInstagram {
|
|
3233
3458
|
}
|
|
3459
|
+
export declare class SwirlSymbolInventory {
|
|
3460
|
+
protected z: NgZone;
|
|
3461
|
+
protected el: HTMLSwirlSymbolInventoryElement;
|
|
3462
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3463
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolInventory, never>;
|
|
3464
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInventory, "swirl-symbol-inventory", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3465
|
+
}
|
|
3466
|
+
export declare interface SwirlSymbolInventory extends Components.SwirlSymbolInventory {
|
|
3467
|
+
}
|
|
3468
|
+
export declare class SwirlSymbolInventory2 {
|
|
3469
|
+
protected z: NgZone;
|
|
3470
|
+
protected el: HTMLSwirlSymbolInventory2Element;
|
|
3471
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3472
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolInventory2, never>;
|
|
3473
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolInventory2, "swirl-symbol-inventory-2", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3474
|
+
}
|
|
3475
|
+
export declare interface SwirlSymbolInventory2 extends Components.SwirlSymbolInventory2 {
|
|
3476
|
+
}
|
|
3234
3477
|
export declare class SwirlSymbolIos {
|
|
3235
3478
|
protected z: NgZone;
|
|
3236
3479
|
protected el: HTMLSwirlSymbolIosElement;
|
|
@@ -3240,6 +3483,15 @@ export declare class SwirlSymbolIos {
|
|
|
3240
3483
|
}
|
|
3241
3484
|
export declare interface SwirlSymbolIos extends Components.SwirlSymbolIos {
|
|
3242
3485
|
}
|
|
3486
|
+
export declare class SwirlSymbolKey {
|
|
3487
|
+
protected z: NgZone;
|
|
3488
|
+
protected el: HTMLSwirlSymbolKeyElement;
|
|
3489
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3490
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolKey, never>;
|
|
3491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolKey, "swirl-symbol-key", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3492
|
+
}
|
|
3493
|
+
export declare interface SwirlSymbolKey extends Components.SwirlSymbolKey {
|
|
3494
|
+
}
|
|
3243
3495
|
export declare class SwirlSymbolLanguage {
|
|
3244
3496
|
protected z: NgZone;
|
|
3245
3497
|
protected el: HTMLSwirlSymbolLanguageElement;
|
|
@@ -3276,6 +3528,15 @@ export declare class SwirlSymbolLinkedin {
|
|
|
3276
3528
|
}
|
|
3277
3529
|
export declare interface SwirlSymbolLinkedin extends Components.SwirlSymbolLinkedin {
|
|
3278
3530
|
}
|
|
3531
|
+
export declare class SwirlSymbolLocalShipping {
|
|
3532
|
+
protected z: NgZone;
|
|
3533
|
+
protected el: HTMLSwirlSymbolLocalShippingElement;
|
|
3534
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3535
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolLocalShipping, never>;
|
|
3536
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolLocalShipping, "swirl-symbol-local-shipping", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3537
|
+
}
|
|
3538
|
+
export declare interface SwirlSymbolLocalShipping extends Components.SwirlSymbolLocalShipping {
|
|
3539
|
+
}
|
|
3279
3540
|
export declare class SwirlSymbolLocationOn {
|
|
3280
3541
|
protected z: NgZone;
|
|
3281
3542
|
protected el: HTMLSwirlSymbolLocationOnElement;
|
|
@@ -3294,6 +3555,15 @@ export declare class SwirlSymbolLoyalty {
|
|
|
3294
3555
|
}
|
|
3295
3556
|
export declare interface SwirlSymbolLoyalty extends Components.SwirlSymbolLoyalty {
|
|
3296
3557
|
}
|
|
3558
|
+
export declare class SwirlSymbolMap {
|
|
3559
|
+
protected z: NgZone;
|
|
3560
|
+
protected el: HTMLSwirlSymbolMapElement;
|
|
3561
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3562
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolMap, never>;
|
|
3563
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolMap, "swirl-symbol-map", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3564
|
+
}
|
|
3565
|
+
export declare interface SwirlSymbolMap extends Components.SwirlSymbolMap {
|
|
3566
|
+
}
|
|
3297
3567
|
export declare class SwirlSymbolMapsHomeWork {
|
|
3298
3568
|
protected z: NgZone;
|
|
3299
3569
|
protected el: HTMLSwirlSymbolMapsHomeWorkElement;
|
|
@@ -3303,6 +3573,33 @@ export declare class SwirlSymbolMapsHomeWork {
|
|
|
3303
3573
|
}
|
|
3304
3574
|
export declare interface SwirlSymbolMapsHomeWork extends Components.SwirlSymbolMapsHomeWork {
|
|
3305
3575
|
}
|
|
3576
|
+
export declare class SwirlSymbolMenuBook {
|
|
3577
|
+
protected z: NgZone;
|
|
3578
|
+
protected el: HTMLSwirlSymbolMenuBookElement;
|
|
3579
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3580
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolMenuBook, never>;
|
|
3581
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolMenuBook, "swirl-symbol-menu-book", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3582
|
+
}
|
|
3583
|
+
export declare interface SwirlSymbolMenuBook extends Components.SwirlSymbolMenuBook {
|
|
3584
|
+
}
|
|
3585
|
+
export declare class SwirlSymbolMop {
|
|
3586
|
+
protected z: NgZone;
|
|
3587
|
+
protected el: HTMLSwirlSymbolMopElement;
|
|
3588
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3589
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolMop, never>;
|
|
3590
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolMop, "swirl-symbol-mop", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3591
|
+
}
|
|
3592
|
+
export declare interface SwirlSymbolMop extends Components.SwirlSymbolMop {
|
|
3593
|
+
}
|
|
3594
|
+
export declare class SwirlSymbolNestEcoLeaf {
|
|
3595
|
+
protected z: NgZone;
|
|
3596
|
+
protected el: HTMLSwirlSymbolNestEcoLeafElement;
|
|
3597
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3598
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolNestEcoLeaf, never>;
|
|
3599
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolNestEcoLeaf, "swirl-symbol-nest-eco-leaf", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3600
|
+
}
|
|
3601
|
+
export declare interface SwirlSymbolNestEcoLeaf extends Components.SwirlSymbolNestEcoLeaf {
|
|
3602
|
+
}
|
|
3306
3603
|
export declare class SwirlSymbolNotifications {
|
|
3307
3604
|
protected z: NgZone;
|
|
3308
3605
|
protected el: HTMLSwirlSymbolNotificationsElement;
|
|
@@ -3321,6 +3618,42 @@ export declare class SwirlSymbolOpenInNew {
|
|
|
3321
3618
|
}
|
|
3322
3619
|
export declare interface SwirlSymbolOpenInNew extends Components.SwirlSymbolOpenInNew {
|
|
3323
3620
|
}
|
|
3621
|
+
export declare class SwirlSymbolOrders {
|
|
3622
|
+
protected z: NgZone;
|
|
3623
|
+
protected el: HTMLSwirlSymbolOrdersElement;
|
|
3624
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3625
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolOrders, never>;
|
|
3626
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolOrders, "swirl-symbol-orders", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3627
|
+
}
|
|
3628
|
+
export declare interface SwirlSymbolOrders extends Components.SwirlSymbolOrders {
|
|
3629
|
+
}
|
|
3630
|
+
export declare class SwirlSymbolPackage {
|
|
3631
|
+
protected z: NgZone;
|
|
3632
|
+
protected el: HTMLSwirlSymbolPackageElement;
|
|
3633
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3634
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPackage, never>;
|
|
3635
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPackage, "swirl-symbol-package", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3636
|
+
}
|
|
3637
|
+
export declare interface SwirlSymbolPackage extends Components.SwirlSymbolPackage {
|
|
3638
|
+
}
|
|
3639
|
+
export declare class SwirlSymbolPalette {
|
|
3640
|
+
protected z: NgZone;
|
|
3641
|
+
protected el: HTMLSwirlSymbolPaletteElement;
|
|
3642
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3643
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPalette, never>;
|
|
3644
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPalette, "swirl-symbol-palette", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3645
|
+
}
|
|
3646
|
+
export declare interface SwirlSymbolPalette extends Components.SwirlSymbolPalette {
|
|
3647
|
+
}
|
|
3648
|
+
export declare class SwirlSymbolPartlyCloudyDay {
|
|
3649
|
+
protected z: NgZone;
|
|
3650
|
+
protected el: HTMLSwirlSymbolPartlyCloudyDayElement;
|
|
3651
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3652
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPartlyCloudyDay, never>;
|
|
3653
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPartlyCloudyDay, "swirl-symbol-partly-cloudy-day", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3654
|
+
}
|
|
3655
|
+
export declare interface SwirlSymbolPartlyCloudyDay extends Components.SwirlSymbolPartlyCloudyDay {
|
|
3656
|
+
}
|
|
3324
3657
|
export declare class SwirlSymbolPedalBike {
|
|
3325
3658
|
protected z: NgZone;
|
|
3326
3659
|
protected el: HTMLSwirlSymbolPedalBikeElement;
|
|
@@ -3330,6 +3663,24 @@ export declare class SwirlSymbolPedalBike {
|
|
|
3330
3663
|
}
|
|
3331
3664
|
export declare interface SwirlSymbolPedalBike extends Components.SwirlSymbolPedalBike {
|
|
3332
3665
|
}
|
|
3666
|
+
export declare class SwirlSymbolPercentDiscount {
|
|
3667
|
+
protected z: NgZone;
|
|
3668
|
+
protected el: HTMLSwirlSymbolPercentDiscountElement;
|
|
3669
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3670
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPercentDiscount, never>;
|
|
3671
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPercentDiscount, "swirl-symbol-percent-discount", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3672
|
+
}
|
|
3673
|
+
export declare interface SwirlSymbolPercentDiscount extends Components.SwirlSymbolPercentDiscount {
|
|
3674
|
+
}
|
|
3675
|
+
export declare class SwirlSymbolPets {
|
|
3676
|
+
protected z: NgZone;
|
|
3677
|
+
protected el: HTMLSwirlSymbolPetsElement;
|
|
3678
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3679
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPets, never>;
|
|
3680
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPets, "swirl-symbol-pets", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3681
|
+
}
|
|
3682
|
+
export declare interface SwirlSymbolPets extends Components.SwirlSymbolPets {
|
|
3683
|
+
}
|
|
3333
3684
|
export declare class SwirlSymbolPinterest {
|
|
3334
3685
|
protected z: NgZone;
|
|
3335
3686
|
protected el: HTMLSwirlSymbolPinterestElement;
|
|
@@ -3339,6 +3690,15 @@ export declare class SwirlSymbolPinterest {
|
|
|
3339
3690
|
}
|
|
3340
3691
|
export declare interface SwirlSymbolPinterest extends Components.SwirlSymbolPinterest {
|
|
3341
3692
|
}
|
|
3693
|
+
export declare class SwirlSymbolPointOfSale {
|
|
3694
|
+
protected z: NgZone;
|
|
3695
|
+
protected el: HTMLSwirlSymbolPointOfSaleElement;
|
|
3696
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3697
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPointOfSale, never>;
|
|
3698
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPointOfSale, "swirl-symbol-point-of-sale", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3699
|
+
}
|
|
3700
|
+
export declare interface SwirlSymbolPointOfSale extends Components.SwirlSymbolPointOfSale {
|
|
3701
|
+
}
|
|
3342
3702
|
export declare class SwirlSymbolPolicy {
|
|
3343
3703
|
protected z: NgZone;
|
|
3344
3704
|
protected el: HTMLSwirlSymbolPolicyElement;
|
|
@@ -3348,6 +3708,24 @@ export declare class SwirlSymbolPolicy {
|
|
|
3348
3708
|
}
|
|
3349
3709
|
export declare interface SwirlSymbolPolicy extends Components.SwirlSymbolPolicy {
|
|
3350
3710
|
}
|
|
3711
|
+
export declare class SwirlSymbolPrecisionManufacturing {
|
|
3712
|
+
protected z: NgZone;
|
|
3713
|
+
protected el: HTMLSwirlSymbolPrecisionManufacturingElement;
|
|
3714
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3715
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPrecisionManufacturing, never>;
|
|
3716
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPrecisionManufacturing, "swirl-symbol-precision-manufacturing", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3717
|
+
}
|
|
3718
|
+
export declare interface SwirlSymbolPrecisionManufacturing extends Components.SwirlSymbolPrecisionManufacturing {
|
|
3719
|
+
}
|
|
3720
|
+
export declare class SwirlSymbolPrint {
|
|
3721
|
+
protected z: NgZone;
|
|
3722
|
+
protected el: HTMLSwirlSymbolPrintElement;
|
|
3723
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3724
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolPrint, never>;
|
|
3725
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolPrint, "swirl-symbol-print", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3726
|
+
}
|
|
3727
|
+
export declare interface SwirlSymbolPrint extends Components.SwirlSymbolPrint {
|
|
3728
|
+
}
|
|
3351
3729
|
export declare class SwirlSymbolPushPin {
|
|
3352
3730
|
protected z: NgZone;
|
|
3353
3731
|
protected el: HTMLSwirlSymbolPushPinElement;
|
|
@@ -3357,6 +3735,15 @@ export declare class SwirlSymbolPushPin {
|
|
|
3357
3735
|
}
|
|
3358
3736
|
export declare interface SwirlSymbolPushPin extends Components.SwirlSymbolPushPin {
|
|
3359
3737
|
}
|
|
3738
|
+
export declare class SwirlSymbolRecycling {
|
|
3739
|
+
protected z: NgZone;
|
|
3740
|
+
protected el: HTMLSwirlSymbolRecyclingElement;
|
|
3741
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3742
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRecycling, never>;
|
|
3743
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRecycling, "swirl-symbol-recycling", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3744
|
+
}
|
|
3745
|
+
export declare interface SwirlSymbolRecycling extends Components.SwirlSymbolRecycling {
|
|
3746
|
+
}
|
|
3360
3747
|
export declare class SwirlSymbolRedeem {
|
|
3361
3748
|
protected z: NgZone;
|
|
3362
3749
|
protected el: HTMLSwirlSymbolRedeemElement;
|
|
@@ -3393,6 +3780,15 @@ export declare class SwirlSymbolRoadmap {
|
|
|
3393
3780
|
}
|
|
3394
3781
|
export declare interface SwirlSymbolRoadmap extends Components.SwirlSymbolRoadmap {
|
|
3395
3782
|
}
|
|
3783
|
+
export declare class SwirlSymbolRocketLaunch {
|
|
3784
|
+
protected z: NgZone;
|
|
3785
|
+
protected el: HTMLSwirlSymbolRocketLaunchElement;
|
|
3786
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3787
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolRocketLaunch, never>;
|
|
3788
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolRocketLaunch, "swirl-symbol-rocket-launch", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3789
|
+
}
|
|
3790
|
+
export declare interface SwirlSymbolRocketLaunch extends Components.SwirlSymbolRocketLaunch {
|
|
3791
|
+
}
|
|
3396
3792
|
export declare class SwirlSymbolRoom {
|
|
3397
3793
|
protected z: NgZone;
|
|
3398
3794
|
protected el: HTMLSwirlSymbolRoomElement;
|
|
@@ -3411,6 +3807,24 @@ export declare class SwirlSymbolSavings {
|
|
|
3411
3807
|
}
|
|
3412
3808
|
export declare interface SwirlSymbolSavings extends Components.SwirlSymbolSavings {
|
|
3413
3809
|
}
|
|
3810
|
+
export declare class SwirlSymbolSchool {
|
|
3811
|
+
protected z: NgZone;
|
|
3812
|
+
protected el: HTMLSwirlSymbolSchoolElement;
|
|
3813
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3814
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSchool, never>;
|
|
3815
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSchool, "swirl-symbol-school", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3816
|
+
}
|
|
3817
|
+
export declare interface SwirlSymbolSchool extends Components.SwirlSymbolSchool {
|
|
3818
|
+
}
|
|
3819
|
+
export declare class SwirlSymbolSell {
|
|
3820
|
+
protected z: NgZone;
|
|
3821
|
+
protected el: HTMLSwirlSymbolSellElement;
|
|
3822
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3823
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSell, never>;
|
|
3824
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSell, "swirl-symbol-sell", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3825
|
+
}
|
|
3826
|
+
export declare interface SwirlSymbolSell extends Components.SwirlSymbolSell {
|
|
3827
|
+
}
|
|
3414
3828
|
export declare class SwirlSymbolSettingsVoice {
|
|
3415
3829
|
protected z: NgZone;
|
|
3416
3830
|
protected el: HTMLSwirlSymbolSettingsVoiceElement;
|
|
@@ -3420,6 +3834,15 @@ export declare class SwirlSymbolSettingsVoice {
|
|
|
3420
3834
|
}
|
|
3421
3835
|
export declare interface SwirlSymbolSettingsVoice extends Components.SwirlSymbolSettingsVoice {
|
|
3422
3836
|
}
|
|
3837
|
+
export declare class SwirlSymbolShoppingBag {
|
|
3838
|
+
protected z: NgZone;
|
|
3839
|
+
protected el: HTMLSwirlSymbolShoppingBagElement;
|
|
3840
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3841
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolShoppingBag, never>;
|
|
3842
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolShoppingBag, "swirl-symbol-shopping-bag", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3843
|
+
}
|
|
3844
|
+
export declare interface SwirlSymbolShoppingBag extends Components.SwirlSymbolShoppingBag {
|
|
3845
|
+
}
|
|
3423
3846
|
export declare class SwirlSymbolShoppingCart {
|
|
3424
3847
|
protected z: NgZone;
|
|
3425
3848
|
protected el: HTMLSwirlSymbolShoppingCartElement;
|
|
@@ -3438,6 +3861,24 @@ export declare class SwirlSymbolSmartphone {
|
|
|
3438
3861
|
}
|
|
3439
3862
|
export declare interface SwirlSymbolSmartphone extends Components.SwirlSymbolSmartphone {
|
|
3440
3863
|
}
|
|
3864
|
+
export declare class SwirlSymbolSpa {
|
|
3865
|
+
protected z: NgZone;
|
|
3866
|
+
protected el: HTMLSwirlSymbolSpaElement;
|
|
3867
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3868
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSpa, never>;
|
|
3869
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSpa, "swirl-symbol-spa", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3870
|
+
}
|
|
3871
|
+
export declare interface SwirlSymbolSpa extends Components.SwirlSymbolSpa {
|
|
3872
|
+
}
|
|
3873
|
+
export declare class SwirlSymbolSportsSoccer {
|
|
3874
|
+
protected z: NgZone;
|
|
3875
|
+
protected el: HTMLSwirlSymbolSportsSoccerElement;
|
|
3876
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3877
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolSportsSoccer, never>;
|
|
3878
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolSportsSoccer, "swirl-symbol-sports-soccer", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3879
|
+
}
|
|
3880
|
+
export declare interface SwirlSymbolSportsSoccer extends Components.SwirlSymbolSportsSoccer {
|
|
3881
|
+
}
|
|
3441
3882
|
export declare class SwirlSymbolStar {
|
|
3442
3883
|
protected z: NgZone;
|
|
3443
3884
|
protected el: HTMLSwirlSymbolStarElement;
|
|
@@ -3456,6 +3897,24 @@ export declare class SwirlSymbolSupervisorAccount {
|
|
|
3456
3897
|
}
|
|
3457
3898
|
export declare interface SwirlSymbolSupervisorAccount extends Components.SwirlSymbolSupervisorAccount {
|
|
3458
3899
|
}
|
|
3900
|
+
export declare class SwirlSymbolTask {
|
|
3901
|
+
protected z: NgZone;
|
|
3902
|
+
protected el: HTMLSwirlSymbolTaskElement;
|
|
3903
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3904
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTask, never>;
|
|
3905
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTask, "swirl-symbol-task", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3906
|
+
}
|
|
3907
|
+
export declare interface SwirlSymbolTask extends Components.SwirlSymbolTask {
|
|
3908
|
+
}
|
|
3909
|
+
export declare class SwirlSymbolTasks {
|
|
3910
|
+
protected z: NgZone;
|
|
3911
|
+
protected el: HTMLSwirlSymbolTasksElement;
|
|
3912
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3913
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTasks, never>;
|
|
3914
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTasks, "swirl-symbol-tasks", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3915
|
+
}
|
|
3916
|
+
export declare interface SwirlSymbolTasks extends Components.SwirlSymbolTasks {
|
|
3917
|
+
}
|
|
3459
3918
|
export declare class SwirlSymbolThumbsUpDown {
|
|
3460
3919
|
protected z: NgZone;
|
|
3461
3920
|
protected el: HTMLSwirlSymbolThumbsUpDownElement;
|
|
@@ -3465,6 +3924,42 @@ export declare class SwirlSymbolThumbsUpDown {
|
|
|
3465
3924
|
}
|
|
3466
3925
|
export declare interface SwirlSymbolThumbsUpDown extends Components.SwirlSymbolThumbsUpDown {
|
|
3467
3926
|
}
|
|
3927
|
+
export declare class SwirlSymbolTimer {
|
|
3928
|
+
protected z: NgZone;
|
|
3929
|
+
protected el: HTMLSwirlSymbolTimerElement;
|
|
3930
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3931
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTimer, never>;
|
|
3932
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTimer, "swirl-symbol-timer", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3933
|
+
}
|
|
3934
|
+
export declare interface SwirlSymbolTimer extends Components.SwirlSymbolTimer {
|
|
3935
|
+
}
|
|
3936
|
+
export declare class SwirlSymbolToolsPowerDrill {
|
|
3937
|
+
protected z: NgZone;
|
|
3938
|
+
protected el: HTMLSwirlSymbolToolsPowerDrillElement;
|
|
3939
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3940
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolToolsPowerDrill, never>;
|
|
3941
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolToolsPowerDrill, "swirl-symbol-tools-power-drill", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3942
|
+
}
|
|
3943
|
+
export declare interface SwirlSymbolToolsPowerDrill extends Components.SwirlSymbolToolsPowerDrill {
|
|
3944
|
+
}
|
|
3945
|
+
export declare class SwirlSymbolTrain {
|
|
3946
|
+
protected z: NgZone;
|
|
3947
|
+
protected el: HTMLSwirlSymbolTrainElement;
|
|
3948
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3949
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTrain, never>;
|
|
3950
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTrain, "swirl-symbol-train", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3951
|
+
}
|
|
3952
|
+
export declare interface SwirlSymbolTrain extends Components.SwirlSymbolTrain {
|
|
3953
|
+
}
|
|
3954
|
+
export declare class SwirlSymbolTrophy {
|
|
3955
|
+
protected z: NgZone;
|
|
3956
|
+
protected el: HTMLSwirlSymbolTrophyElement;
|
|
3957
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3958
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolTrophy, never>;
|
|
3959
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolTrophy, "swirl-symbol-trophy", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3960
|
+
}
|
|
3961
|
+
export declare interface SwirlSymbolTrophy extends Components.SwirlSymbolTrophy {
|
|
3962
|
+
}
|
|
3468
3963
|
export declare class SwirlSymbolTwitter {
|
|
3469
3964
|
protected z: NgZone;
|
|
3470
3965
|
protected el: HTMLSwirlSymbolTwitterElement;
|
|
@@ -3474,6 +3969,33 @@ export declare class SwirlSymbolTwitter {
|
|
|
3474
3969
|
}
|
|
3475
3970
|
export declare interface SwirlSymbolTwitter extends Components.SwirlSymbolTwitter {
|
|
3476
3971
|
}
|
|
3972
|
+
export declare class SwirlSymbolVideo {
|
|
3973
|
+
protected z: NgZone;
|
|
3974
|
+
protected el: HTMLSwirlSymbolVideoElement;
|
|
3975
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3976
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolVideo, never>;
|
|
3977
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolVideo, "swirl-symbol-video", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3978
|
+
}
|
|
3979
|
+
export declare interface SwirlSymbolVideo extends Components.SwirlSymbolVideo {
|
|
3980
|
+
}
|
|
3981
|
+
export declare class SwirlSymbolWarehouse {
|
|
3982
|
+
protected z: NgZone;
|
|
3983
|
+
protected el: HTMLSwirlSymbolWarehouseElement;
|
|
3984
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3985
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWarehouse, never>;
|
|
3986
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWarehouse, "swirl-symbol-warehouse", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3987
|
+
}
|
|
3988
|
+
export declare interface SwirlSymbolWarehouse extends Components.SwirlSymbolWarehouse {
|
|
3989
|
+
}
|
|
3990
|
+
export declare class SwirlSymbolWaterDrop {
|
|
3991
|
+
protected z: NgZone;
|
|
3992
|
+
protected el: HTMLSwirlSymbolWaterDropElement;
|
|
3993
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3994
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWaterDrop, never>;
|
|
3995
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWaterDrop, "swirl-symbol-water-drop", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3996
|
+
}
|
|
3997
|
+
export declare interface SwirlSymbolWaterDrop extends Components.SwirlSymbolWaterDrop {
|
|
3998
|
+
}
|
|
3477
3999
|
export declare class SwirlSymbolWbSunny {
|
|
3478
4000
|
protected z: NgZone;
|
|
3479
4001
|
protected el: HTMLSwirlSymbolWbSunnyElement;
|
|
@@ -3501,6 +4023,15 @@ export declare class SwirlSymbolWeibo {
|
|
|
3501
4023
|
}
|
|
3502
4024
|
export declare interface SwirlSymbolWeibo extends Components.SwirlSymbolWeibo {
|
|
3503
4025
|
}
|
|
4026
|
+
export declare class SwirlSymbolWifi {
|
|
4027
|
+
protected z: NgZone;
|
|
4028
|
+
protected el: HTMLSwirlSymbolWifiElement;
|
|
4029
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4030
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSymbolWifi, never>;
|
|
4031
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSymbolWifi, "swirl-symbol-wifi", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4032
|
+
}
|
|
4033
|
+
export declare interface SwirlSymbolWifi extends Components.SwirlSymbolWifi {
|
|
4034
|
+
}
|
|
3504
4035
|
export declare class SwirlSymbolWork {
|
|
3505
4036
|
protected z: NgZone;
|
|
3506
4037
|
protected el: HTMLSwirlSymbolWorkElement;
|