@getflip/swirl-components-angular 0.153.0 → 0.154.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +89 -164
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +7 -10
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +86 -161
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +86 -161
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +44 -71
- package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +33 -96
- package/projects/component-library/src/lib/stencil-generated/index.ts +6 -9
|
@@ -1690,19 +1690,19 @@ export class SwirlIconChatBubble {
|
|
|
1690
1690
|
}
|
|
1691
1691
|
|
|
1692
1692
|
|
|
1693
|
-
export declare interface
|
|
1693
|
+
export declare interface SwirlIconChats extends Components.SwirlIconChats {}
|
|
1694
1694
|
|
|
1695
1695
|
@ProxyCmp({
|
|
1696
1696
|
defineCustomElementFn: undefined,
|
|
1697
1697
|
inputs: ['color', 'size']
|
|
1698
1698
|
})
|
|
1699
1699
|
@Component({
|
|
1700
|
-
selector: 'swirl-icon-chats
|
|
1700
|
+
selector: 'swirl-icon-chats',
|
|
1701
1701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1702
1702
|
template: '<ng-content></ng-content>',
|
|
1703
1703
|
inputs: ['color', 'size']
|
|
1704
1704
|
})
|
|
1705
|
-
export class
|
|
1705
|
+
export class SwirlIconChats {
|
|
1706
1706
|
protected el: HTMLElement;
|
|
1707
1707
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
1708
1708
|
c.detach();
|
|
@@ -1711,19 +1711,19 @@ export class SwirlIconChatsFilled {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
1713
|
|
|
1714
|
-
export declare interface
|
|
1714
|
+
export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {}
|
|
1715
1715
|
|
|
1716
1716
|
@ProxyCmp({
|
|
1717
1717
|
defineCustomElementFn: undefined,
|
|
1718
1718
|
inputs: ['color', 'size']
|
|
1719
1719
|
})
|
|
1720
1720
|
@Component({
|
|
1721
|
-
selector: 'swirl-icon-chats-
|
|
1721
|
+
selector: 'swirl-icon-chats-filled',
|
|
1722
1722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1723
1723
|
template: '<ng-content></ng-content>',
|
|
1724
1724
|
inputs: ['color', 'size']
|
|
1725
1725
|
})
|
|
1726
|
-
export class
|
|
1726
|
+
export class SwirlIconChatsFilled {
|
|
1727
1727
|
protected el: HTMLElement;
|
|
1728
1728
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
1729
1729
|
c.detach();
|
|
@@ -2068,19 +2068,19 @@ export class SwirlIconDescription {
|
|
|
2068
2068
|
}
|
|
2069
2069
|
|
|
2070
2070
|
|
|
2071
|
-
export declare interface
|
|
2071
|
+
export declare interface SwirlIconDirectory extends Components.SwirlIconDirectory {}
|
|
2072
2072
|
|
|
2073
2073
|
@ProxyCmp({
|
|
2074
2074
|
defineCustomElementFn: undefined,
|
|
2075
2075
|
inputs: ['color', 'size']
|
|
2076
2076
|
})
|
|
2077
2077
|
@Component({
|
|
2078
|
-
selector: 'swirl-icon-directory
|
|
2078
|
+
selector: 'swirl-icon-directory',
|
|
2079
2079
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2080
2080
|
template: '<ng-content></ng-content>',
|
|
2081
2081
|
inputs: ['color', 'size']
|
|
2082
2082
|
})
|
|
2083
|
-
export class
|
|
2083
|
+
export class SwirlIconDirectory {
|
|
2084
2084
|
protected el: HTMLElement;
|
|
2085
2085
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
2086
2086
|
c.detach();
|
|
@@ -2089,19 +2089,19 @@ export class SwirlIconDirectoryFilled {
|
|
|
2089
2089
|
}
|
|
2090
2090
|
|
|
2091
2091
|
|
|
2092
|
-
export declare interface
|
|
2092
|
+
export declare interface SwirlIconDirectoryFilled extends Components.SwirlIconDirectoryFilled {}
|
|
2093
2093
|
|
|
2094
2094
|
@ProxyCmp({
|
|
2095
2095
|
defineCustomElementFn: undefined,
|
|
2096
2096
|
inputs: ['color', 'size']
|
|
2097
2097
|
})
|
|
2098
2098
|
@Component({
|
|
2099
|
-
selector: 'swirl-icon-directory-
|
|
2099
|
+
selector: 'swirl-icon-directory-filled',
|
|
2100
2100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2101
2101
|
template: '<ng-content></ng-content>',
|
|
2102
2102
|
inputs: ['color', 'size']
|
|
2103
2103
|
})
|
|
2104
|
-
export class
|
|
2104
|
+
export class SwirlIconDirectoryFilled {
|
|
2105
2105
|
protected el: HTMLElement;
|
|
2106
2106
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
2107
2107
|
c.detach();
|
|
@@ -2635,27 +2635,6 @@ export class SwirlIconGroups {
|
|
|
2635
2635
|
}
|
|
2636
2636
|
|
|
2637
2637
|
|
|
2638
|
-
export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroupsCustom {}
|
|
2639
|
-
|
|
2640
|
-
@ProxyCmp({
|
|
2641
|
-
defineCustomElementFn: undefined,
|
|
2642
|
-
inputs: ['color', 'size']
|
|
2643
|
-
})
|
|
2644
|
-
@Component({
|
|
2645
|
-
selector: 'swirl-icon-groups-custom',
|
|
2646
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2647
|
-
template: '<ng-content></ng-content>',
|
|
2648
|
-
inputs: ['color', 'size']
|
|
2649
|
-
})
|
|
2650
|
-
export class SwirlIconGroupsCustom {
|
|
2651
|
-
protected el: HTMLElement;
|
|
2652
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
2653
|
-
c.detach();
|
|
2654
|
-
this.el = r.nativeElement;
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
2638
|
export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {}
|
|
2660
2639
|
|
|
2661
2640
|
@ProxyCmp({
|
|
@@ -2677,27 +2656,6 @@ export class SwirlIconGroupsFilled {
|
|
|
2677
2656
|
}
|
|
2678
2657
|
|
|
2679
2658
|
|
|
2680
|
-
export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGroupsOutlined {}
|
|
2681
|
-
|
|
2682
|
-
@ProxyCmp({
|
|
2683
|
-
defineCustomElementFn: undefined,
|
|
2684
|
-
inputs: ['color', 'size']
|
|
2685
|
-
})
|
|
2686
|
-
@Component({
|
|
2687
|
-
selector: 'swirl-icon-groups-outlined',
|
|
2688
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2689
|
-
template: '<ng-content></ng-content>',
|
|
2690
|
-
inputs: ['color', 'size']
|
|
2691
|
-
})
|
|
2692
|
-
export class SwirlIconGroupsOutlined {
|
|
2693
|
-
protected el: HTMLElement;
|
|
2694
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
2695
|
-
c.detach();
|
|
2696
|
-
this.el = r.nativeElement;
|
|
2697
|
-
}
|
|
2698
|
-
}
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
2659
|
export declare interface SwirlIconHelp extends Components.SwirlIconHelp {}
|
|
2702
2660
|
|
|
2703
2661
|
@ProxyCmp({
|
|
@@ -3223,27 +3181,6 @@ export class SwirlIconMenuFilled {
|
|
|
3223
3181
|
}
|
|
3224
3182
|
|
|
3225
3183
|
|
|
3226
|
-
export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuOutlined {}
|
|
3227
|
-
|
|
3228
|
-
@ProxyCmp({
|
|
3229
|
-
defineCustomElementFn: undefined,
|
|
3230
|
-
inputs: ['color', 'size']
|
|
3231
|
-
})
|
|
3232
|
-
@Component({
|
|
3233
|
-
selector: 'swirl-icon-menu-outlined',
|
|
3234
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3235
|
-
template: '<ng-content></ng-content>',
|
|
3236
|
-
inputs: ['color', 'size']
|
|
3237
|
-
})
|
|
3238
|
-
export class SwirlIconMenuOutlined {
|
|
3239
|
-
protected el: HTMLElement;
|
|
3240
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
3241
|
-
c.detach();
|
|
3242
|
-
this.el = r.nativeElement;
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
3184
|
export declare interface SwirlIconMessage extends Components.SwirlIconMessage {}
|
|
3248
3185
|
|
|
3249
3186
|
@ProxyCmp({
|
|
@@ -3328,19 +3265,19 @@ export class SwirlIconMoreVertikal {
|
|
|
3328
3265
|
}
|
|
3329
3266
|
|
|
3330
3267
|
|
|
3331
|
-
export declare interface
|
|
3268
|
+
export declare interface SwirlIconNews extends Components.SwirlIconNews {}
|
|
3332
3269
|
|
|
3333
3270
|
@ProxyCmp({
|
|
3334
3271
|
defineCustomElementFn: undefined,
|
|
3335
3272
|
inputs: ['color', 'size']
|
|
3336
3273
|
})
|
|
3337
3274
|
@Component({
|
|
3338
|
-
selector: 'swirl-icon-news
|
|
3275
|
+
selector: 'swirl-icon-news',
|
|
3339
3276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3340
3277
|
template: '<ng-content></ng-content>',
|
|
3341
3278
|
inputs: ['color', 'size']
|
|
3342
3279
|
})
|
|
3343
|
-
export class
|
|
3280
|
+
export class SwirlIconNews {
|
|
3344
3281
|
protected el: HTMLElement;
|
|
3345
3282
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
3346
3283
|
c.detach();
|
|
@@ -3349,19 +3286,19 @@ export class SwirlIconNewsFilled {
|
|
|
3349
3286
|
}
|
|
3350
3287
|
|
|
3351
3288
|
|
|
3352
|
-
export declare interface
|
|
3289
|
+
export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {}
|
|
3353
3290
|
|
|
3354
3291
|
@ProxyCmp({
|
|
3355
3292
|
defineCustomElementFn: undefined,
|
|
3356
3293
|
inputs: ['color', 'size']
|
|
3357
3294
|
})
|
|
3358
3295
|
@Component({
|
|
3359
|
-
selector: 'swirl-icon-news-
|
|
3296
|
+
selector: 'swirl-icon-news-filled',
|
|
3360
3297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3361
3298
|
template: '<ng-content></ng-content>',
|
|
3362
3299
|
inputs: ['color', 'size']
|
|
3363
3300
|
})
|
|
3364
|
-
export class
|
|
3301
|
+
export class SwirlIconNewsFilled {
|
|
3365
3302
|
protected el: HTMLElement;
|
|
3366
3303
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
3367
3304
|
c.detach();
|
|
@@ -4000,19 +3937,19 @@ export class SwirlIconSync {
|
|
|
4000
3937
|
}
|
|
4001
3938
|
|
|
4002
3939
|
|
|
4003
|
-
export declare interface
|
|
3940
|
+
export declare interface SwirlIconTasks extends Components.SwirlIconTasks {}
|
|
4004
3941
|
|
|
4005
3942
|
@ProxyCmp({
|
|
4006
3943
|
defineCustomElementFn: undefined,
|
|
4007
3944
|
inputs: ['color', 'size']
|
|
4008
3945
|
})
|
|
4009
3946
|
@Component({
|
|
4010
|
-
selector: 'swirl-icon-tasks
|
|
3947
|
+
selector: 'swirl-icon-tasks',
|
|
4011
3948
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4012
3949
|
template: '<ng-content></ng-content>',
|
|
4013
3950
|
inputs: ['color', 'size']
|
|
4014
3951
|
})
|
|
4015
|
-
export class
|
|
3952
|
+
export class SwirlIconTasks {
|
|
4016
3953
|
protected el: HTMLElement;
|
|
4017
3954
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
4018
3955
|
c.detach();
|
|
@@ -4021,19 +3958,19 @@ export class SwirlIconTasksFilled {
|
|
|
4021
3958
|
}
|
|
4022
3959
|
|
|
4023
3960
|
|
|
4024
|
-
export declare interface
|
|
3961
|
+
export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {}
|
|
4025
3962
|
|
|
4026
3963
|
@ProxyCmp({
|
|
4027
3964
|
defineCustomElementFn: undefined,
|
|
4028
3965
|
inputs: ['color', 'size']
|
|
4029
3966
|
})
|
|
4030
3967
|
@Component({
|
|
4031
|
-
selector: 'swirl-icon-tasks-
|
|
3968
|
+
selector: 'swirl-icon-tasks-filled',
|
|
4032
3969
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4033
3970
|
template: '<ng-content></ng-content>',
|
|
4034
3971
|
inputs: ['color', 'size']
|
|
4035
3972
|
})
|
|
4036
|
-
export class
|
|
3973
|
+
export class SwirlIconTasksFilled {
|
|
4037
3974
|
protected el: HTMLElement;
|
|
4038
3975
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
4039
3976
|
c.detach();
|
|
@@ -4063,19 +4000,19 @@ export class SwirlIconTerminal {
|
|
|
4063
4000
|
}
|
|
4064
4001
|
|
|
4065
4002
|
|
|
4066
|
-
export declare interface
|
|
4003
|
+
export declare interface SwirlIconTime extends Components.SwirlIconTime {}
|
|
4067
4004
|
|
|
4068
4005
|
@ProxyCmp({
|
|
4069
4006
|
defineCustomElementFn: undefined,
|
|
4070
4007
|
inputs: ['color', 'size']
|
|
4071
4008
|
})
|
|
4072
4009
|
@Component({
|
|
4073
|
-
selector: 'swirl-icon-time
|
|
4010
|
+
selector: 'swirl-icon-time',
|
|
4074
4011
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4075
4012
|
template: '<ng-content></ng-content>',
|
|
4076
4013
|
inputs: ['color', 'size']
|
|
4077
4014
|
})
|
|
4078
|
-
export class
|
|
4015
|
+
export class SwirlIconTime {
|
|
4079
4016
|
protected el: HTMLElement;
|
|
4080
4017
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
4081
4018
|
c.detach();
|
|
@@ -4084,19 +4021,19 @@ export class SwirlIconTimeFilled {
|
|
|
4084
4021
|
}
|
|
4085
4022
|
|
|
4086
4023
|
|
|
4087
|
-
export declare interface
|
|
4024
|
+
export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {}
|
|
4088
4025
|
|
|
4089
4026
|
@ProxyCmp({
|
|
4090
4027
|
defineCustomElementFn: undefined,
|
|
4091
4028
|
inputs: ['color', 'size']
|
|
4092
4029
|
})
|
|
4093
4030
|
@Component({
|
|
4094
|
-
selector: 'swirl-icon-time-
|
|
4031
|
+
selector: 'swirl-icon-time-filled',
|
|
4095
4032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4096
4033
|
template: '<ng-content></ng-content>',
|
|
4097
4034
|
inputs: ['color', 'size']
|
|
4098
4035
|
})
|
|
4099
|
-
export class
|
|
4036
|
+
export class SwirlIconTimeFilled {
|
|
4100
4037
|
protected el: HTMLElement;
|
|
4101
4038
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
4102
4039
|
c.detach();
|
|
@@ -4126,19 +4063,19 @@ export class SwirlIconToday {
|
|
|
4126
4063
|
}
|
|
4127
4064
|
|
|
4128
4065
|
|
|
4129
|
-
export declare interface
|
|
4066
|
+
export declare interface SwirlIconTodayFilled extends Components.SwirlIconTodayFilled {}
|
|
4130
4067
|
|
|
4131
4068
|
@ProxyCmp({
|
|
4132
4069
|
defineCustomElementFn: undefined,
|
|
4133
4070
|
inputs: ['color', 'size']
|
|
4134
4071
|
})
|
|
4135
4072
|
@Component({
|
|
4136
|
-
selector: 'swirl-icon-today-
|
|
4073
|
+
selector: 'swirl-icon-today-filled',
|
|
4137
4074
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4138
4075
|
template: '<ng-content></ng-content>',
|
|
4139
4076
|
inputs: ['color', 'size']
|
|
4140
4077
|
})
|
|
4141
|
-
export class
|
|
4078
|
+
export class SwirlIconTodayFilled {
|
|
4142
4079
|
protected el: HTMLElement;
|
|
4143
4080
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
4144
4081
|
c.detach();
|
|
@@ -72,8 +72,8 @@ export const DIRECTIVES = [
|
|
|
72
72
|
d.SwirlIconBookmarkFilled,
|
|
73
73
|
d.SwirlIconCancel,
|
|
74
74
|
d.SwirlIconChatBubble,
|
|
75
|
+
d.SwirlIconChats,
|
|
75
76
|
d.SwirlIconChatsFilled,
|
|
76
|
-
d.SwirlIconChatsOutlined,
|
|
77
77
|
d.SwirlIconCheck,
|
|
78
78
|
d.SwirlIconCheckCircle,
|
|
79
79
|
d.SwirlIconCheckSmall,
|
|
@@ -90,8 +90,8 @@ export const DIRECTIVES = [
|
|
|
90
90
|
d.SwirlIconDateRange,
|
|
91
91
|
d.SwirlIconDelete,
|
|
92
92
|
d.SwirlIconDescription,
|
|
93
|
+
d.SwirlIconDirectory,
|
|
93
94
|
d.SwirlIconDirectoryFilled,
|
|
94
|
-
d.SwirlIconDirectoryOutlined,
|
|
95
95
|
d.SwirlIconDiscover,
|
|
96
96
|
d.SwirlIconDockLeft,
|
|
97
97
|
d.SwirlIconDot,
|
|
@@ -117,9 +117,7 @@ export const DIRECTIVES = [
|
|
|
117
117
|
d.SwirlIconGroupAdd,
|
|
118
118
|
d.SwirlIconGroupAssign,
|
|
119
119
|
d.SwirlIconGroups,
|
|
120
|
-
d.SwirlIconGroupsCustom,
|
|
121
120
|
d.SwirlIconGroupsFilled,
|
|
122
|
-
d.SwirlIconGroupsOutlined,
|
|
123
121
|
d.SwirlIconHelp,
|
|
124
122
|
d.SwirlIconHighlight,
|
|
125
123
|
d.SwirlIconHome,
|
|
@@ -145,13 +143,12 @@ export const DIRECTIVES = [
|
|
|
145
143
|
d.SwirlIconMenu,
|
|
146
144
|
d.SwirlIconMenuBook,
|
|
147
145
|
d.SwirlIconMenuFilled,
|
|
148
|
-
d.SwirlIconMenuOutlined,
|
|
149
146
|
d.SwirlIconMessage,
|
|
150
147
|
d.SwirlIconMic,
|
|
151
148
|
d.SwirlIconMoreHorizontal,
|
|
152
149
|
d.SwirlIconMoreVertikal,
|
|
150
|
+
d.SwirlIconNews,
|
|
153
151
|
d.SwirlIconNewsFilled,
|
|
154
|
-
d.SwirlIconNewsOutlined,
|
|
155
152
|
d.SwirlIconNotifications,
|
|
156
153
|
d.SwirlIconNotificationsActive,
|
|
157
154
|
d.SwirlIconNotificationsOff,
|
|
@@ -182,13 +179,13 @@ export const DIRECTIVES = [
|
|
|
182
179
|
d.SwirlIconSpellcheck,
|
|
183
180
|
d.SwirlIconStop,
|
|
184
181
|
d.SwirlIconSync,
|
|
182
|
+
d.SwirlIconTasks,
|
|
185
183
|
d.SwirlIconTasksFilled,
|
|
186
|
-
d.SwirlIconTasksOutlined,
|
|
187
184
|
d.SwirlIconTerminal,
|
|
185
|
+
d.SwirlIconTime,
|
|
188
186
|
d.SwirlIconTimeFilled,
|
|
189
|
-
d.SwirlIconTimeOutlined,
|
|
190
187
|
d.SwirlIconToday,
|
|
191
|
-
d.
|
|
188
|
+
d.SwirlIconTodayFilled,
|
|
192
189
|
d.SwirlIconTranslate,
|
|
193
190
|
d.SwirlIconTreeStructure,
|
|
194
191
|
d.SwirlIconUndo,
|