@agorapulse/ui-components 17.0.0-beta.4 → 17.0.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agorapulse/ui-components",
|
|
3
3
|
"description": "Agorapulse UI Components Library",
|
|
4
|
-
"version": "17.0.0
|
|
4
|
+
"version": "17.0.0",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/agorapulse/design",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@agorapulse/ui-symbol": "^17.0.0
|
|
16
|
-
"@agorapulse/ui-theme": "^17.0.0
|
|
17
|
-
"@agorapulse/ui-animations": "^17.0.0
|
|
15
|
+
"@agorapulse/ui-symbol": "^17.0.0",
|
|
16
|
+
"@agorapulse/ui-theme": "^17.0.0",
|
|
17
|
+
"@agorapulse/ui-animations": "^17.0.0",
|
|
18
18
|
"@angular/cdk": "^17.3.0",
|
|
19
19
|
"@angular/common": "^17.3.0",
|
|
20
20
|
"@angular/core": "^17.3.0",
|
|
@@ -37,6 +37,12 @@
|
|
|
37
37
|
"esm": "./esm2022/agorapulse-ui-components.mjs",
|
|
38
38
|
"default": "./fesm2022/agorapulse-ui-components.mjs"
|
|
39
39
|
},
|
|
40
|
+
"./avatar": {
|
|
41
|
+
"types": "./avatar/index.d.ts",
|
|
42
|
+
"esm2022": "./esm2022/avatar/agorapulse-ui-components-avatar.mjs",
|
|
43
|
+
"esm": "./esm2022/avatar/agorapulse-ui-components-avatar.mjs",
|
|
44
|
+
"default": "./fesm2022/agorapulse-ui-components-avatar.mjs"
|
|
45
|
+
},
|
|
40
46
|
"./add-comment": {
|
|
41
47
|
"types": "./add-comment/index.d.ts",
|
|
42
48
|
"esm2022": "./esm2022/add-comment/agorapulse-ui-components-add-comment.mjs",
|
|
@@ -49,42 +55,24 @@
|
|
|
49
55
|
"esm": "./esm2022/badge/agorapulse-ui-components-badge.mjs",
|
|
50
56
|
"default": "./fesm2022/agorapulse-ui-components-badge.mjs"
|
|
51
57
|
},
|
|
52
|
-
"./avatar": {
|
|
53
|
-
"types": "./avatar/index.d.ts",
|
|
54
|
-
"esm2022": "./esm2022/avatar/agorapulse-ui-components-avatar.mjs",
|
|
55
|
-
"esm": "./esm2022/avatar/agorapulse-ui-components-avatar.mjs",
|
|
56
|
-
"default": "./fesm2022/agorapulse-ui-components-avatar.mjs"
|
|
57
|
-
},
|
|
58
|
-
"./button": {
|
|
59
|
-
"types": "./button/index.d.ts",
|
|
60
|
-
"esm2022": "./esm2022/button/agorapulse-ui-components-button.mjs",
|
|
61
|
-
"esm": "./esm2022/button/agorapulse-ui-components-button.mjs",
|
|
62
|
-
"default": "./fesm2022/agorapulse-ui-components-button.mjs"
|
|
63
|
-
},
|
|
64
|
-
"./checkbox": {
|
|
65
|
-
"types": "./checkbox/index.d.ts",
|
|
66
|
-
"esm2022": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
|
|
67
|
-
"esm": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
|
|
68
|
-
"default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
|
|
69
|
-
},
|
|
70
58
|
"./confirm-modal": {
|
|
71
59
|
"types": "./confirm-modal/index.d.ts",
|
|
72
60
|
"esm2022": "./esm2022/confirm-modal/agorapulse-ui-components-confirm-modal.mjs",
|
|
73
61
|
"esm": "./esm2022/confirm-modal/agorapulse-ui-components-confirm-modal.mjs",
|
|
74
62
|
"default": "./fesm2022/agorapulse-ui-components-confirm-modal.mjs"
|
|
75
63
|
},
|
|
76
|
-
"./autocomplete": {
|
|
77
|
-
"types": "./autocomplete/index.d.ts",
|
|
78
|
-
"esm2022": "./esm2022/autocomplete/agorapulse-ui-components-autocomplete.mjs",
|
|
79
|
-
"esm": "./esm2022/autocomplete/agorapulse-ui-components-autocomplete.mjs",
|
|
80
|
-
"default": "./fesm2022/agorapulse-ui-components-autocomplete.mjs"
|
|
81
|
-
},
|
|
82
64
|
"./counter": {
|
|
83
65
|
"types": "./counter/index.d.ts",
|
|
84
66
|
"esm2022": "./esm2022/counter/agorapulse-ui-components-counter.mjs",
|
|
85
67
|
"esm": "./esm2022/counter/agorapulse-ui-components-counter.mjs",
|
|
86
68
|
"default": "./fesm2022/agorapulse-ui-components-counter.mjs"
|
|
87
69
|
},
|
|
70
|
+
"./autocomplete": {
|
|
71
|
+
"types": "./autocomplete/index.d.ts",
|
|
72
|
+
"esm2022": "./esm2022/autocomplete/agorapulse-ui-components-autocomplete.mjs",
|
|
73
|
+
"esm": "./esm2022/autocomplete/agorapulse-ui-components-autocomplete.mjs",
|
|
74
|
+
"default": "./fesm2022/agorapulse-ui-components-autocomplete.mjs"
|
|
75
|
+
},
|
|
88
76
|
"./datepicker": {
|
|
89
77
|
"types": "./datepicker/index.d.ts",
|
|
90
78
|
"esm2022": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
|
|
@@ -103,17 +91,17 @@
|
|
|
103
91
|
"esm": "./esm2022/dots-stepper/agorapulse-ui-components-dots-stepper.mjs",
|
|
104
92
|
"default": "./fesm2022/agorapulse-ui-components-dots-stepper.mjs"
|
|
105
93
|
},
|
|
106
|
-
"./
|
|
107
|
-
"types": "./
|
|
108
|
-
"esm2022": "./esm2022/
|
|
109
|
-
"esm": "./esm2022/
|
|
110
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
94
|
+
"./checkbox": {
|
|
95
|
+
"types": "./checkbox/index.d.ts",
|
|
96
|
+
"esm2022": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
|
|
97
|
+
"esm": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
|
|
98
|
+
"default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
|
|
111
99
|
},
|
|
112
|
-
"./
|
|
113
|
-
"types": "./
|
|
114
|
-
"esm2022": "./esm2022/
|
|
115
|
-
"esm": "./esm2022/
|
|
116
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
100
|
+
"./button": {
|
|
101
|
+
"types": "./button/index.d.ts",
|
|
102
|
+
"esm2022": "./esm2022/button/agorapulse-ui-components-button.mjs",
|
|
103
|
+
"esm": "./esm2022/button/agorapulse-ui-components-button.mjs",
|
|
104
|
+
"default": "./fesm2022/agorapulse-ui-components-button.mjs"
|
|
117
105
|
},
|
|
118
106
|
"./icon-button": {
|
|
119
107
|
"types": "./icon-button/index.d.ts",
|
|
@@ -151,23 +139,35 @@
|
|
|
151
139
|
"esm": "./esm2022/labels-selector/agorapulse-ui-components-labels-selector.mjs",
|
|
152
140
|
"default": "./fesm2022/agorapulse-ui-components-labels-selector.mjs"
|
|
153
141
|
},
|
|
142
|
+
"./form-message": {
|
|
143
|
+
"types": "./form-message/index.d.ts",
|
|
144
|
+
"esm2022": "./esm2022/form-message/agorapulse-ui-components-form-message.mjs",
|
|
145
|
+
"esm": "./esm2022/form-message/agorapulse-ui-components-form-message.mjs",
|
|
146
|
+
"default": "./fesm2022/agorapulse-ui-components-form-message.mjs"
|
|
147
|
+
},
|
|
154
148
|
"./media-display-overlay": {
|
|
155
149
|
"types": "./media-display-overlay/index.d.ts",
|
|
156
150
|
"esm2022": "./esm2022/media-display-overlay/agorapulse-ui-components-media-display-overlay.mjs",
|
|
157
151
|
"esm": "./esm2022/media-display-overlay/agorapulse-ui-components-media-display-overlay.mjs",
|
|
158
152
|
"default": "./fesm2022/agorapulse-ui-components-media-display-overlay.mjs"
|
|
159
153
|
},
|
|
154
|
+
"./form-field": {
|
|
155
|
+
"types": "./form-field/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/form-field/agorapulse-ui-components-form-field.mjs",
|
|
157
|
+
"esm": "./esm2022/form-field/agorapulse-ui-components-form-field.mjs",
|
|
158
|
+
"default": "./fesm2022/agorapulse-ui-components-form-field.mjs"
|
|
159
|
+
},
|
|
160
160
|
"./modal": {
|
|
161
161
|
"types": "./modal/index.d.ts",
|
|
162
162
|
"esm2022": "./esm2022/modal/agorapulse-ui-components-modal.mjs",
|
|
163
163
|
"esm": "./esm2022/modal/agorapulse-ui-components-modal.mjs",
|
|
164
164
|
"default": "./fesm2022/agorapulse-ui-components-modal.mjs"
|
|
165
165
|
},
|
|
166
|
-
"./
|
|
167
|
-
"types": "./
|
|
168
|
-
"esm2022": "./esm2022/
|
|
169
|
-
"esm": "./esm2022/
|
|
170
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
166
|
+
"./paginator": {
|
|
167
|
+
"types": "./paginator/index.d.ts",
|
|
168
|
+
"esm2022": "./esm2022/paginator/agorapulse-ui-components-paginator.mjs",
|
|
169
|
+
"esm": "./esm2022/paginator/agorapulse-ui-components-paginator.mjs",
|
|
170
|
+
"default": "./fesm2022/agorapulse-ui-components-paginator.mjs"
|
|
171
171
|
},
|
|
172
172
|
"./notification": {
|
|
173
173
|
"types": "./notification/index.d.ts",
|
|
@@ -175,12 +175,6 @@
|
|
|
175
175
|
"esm": "./esm2022/notification/agorapulse-ui-components-notification.mjs",
|
|
176
176
|
"default": "./fesm2022/agorapulse-ui-components-notification.mjs"
|
|
177
177
|
},
|
|
178
|
-
"./paginator": {
|
|
179
|
-
"types": "./paginator/index.d.ts",
|
|
180
|
-
"esm2022": "./esm2022/paginator/agorapulse-ui-components-paginator.mjs",
|
|
181
|
-
"esm": "./esm2022/paginator/agorapulse-ui-components-paginator.mjs",
|
|
182
|
-
"default": "./fesm2022/agorapulse-ui-components-paginator.mjs"
|
|
183
|
-
},
|
|
184
178
|
"./password-input": {
|
|
185
179
|
"types": "./password-input/index.d.ts",
|
|
186
180
|
"esm2022": "./esm2022/password-input/agorapulse-ui-components-password-input.mjs",
|
|
@@ -193,23 +187,23 @@
|
|
|
193
187
|
"esm": "./esm2022/popmenu/agorapulse-ui-components-popmenu.mjs",
|
|
194
188
|
"default": "./fesm2022/agorapulse-ui-components-popmenu.mjs"
|
|
195
189
|
},
|
|
190
|
+
"./select": {
|
|
191
|
+
"types": "./select/index.d.ts",
|
|
192
|
+
"esm2022": "./esm2022/select/agorapulse-ui-components-select.mjs",
|
|
193
|
+
"esm": "./esm2022/select/agorapulse-ui-components-select.mjs",
|
|
194
|
+
"default": "./fesm2022/agorapulse-ui-components-select.mjs"
|
|
195
|
+
},
|
|
196
196
|
"./radio": {
|
|
197
197
|
"types": "./radio/index.d.ts",
|
|
198
198
|
"esm2022": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
|
|
199
199
|
"esm": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
|
|
200
200
|
"default": "./fesm2022/agorapulse-ui-components-radio.mjs"
|
|
201
201
|
},
|
|
202
|
-
"./
|
|
203
|
-
"types": "./
|
|
204
|
-
"esm2022": "./esm2022/
|
|
205
|
-
"esm": "./esm2022/
|
|
206
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
207
|
-
},
|
|
208
|
-
"./select": {
|
|
209
|
-
"types": "./select/index.d.ts",
|
|
210
|
-
"esm2022": "./esm2022/select/agorapulse-ui-components-select.mjs",
|
|
211
|
-
"esm": "./esm2022/select/agorapulse-ui-components-select.mjs",
|
|
212
|
-
"default": "./fesm2022/agorapulse-ui-components-select.mjs"
|
|
202
|
+
"./snackbars-thread": {
|
|
203
|
+
"types": "./snackbars-thread/index.d.ts",
|
|
204
|
+
"esm2022": "./esm2022/snackbars-thread/agorapulse-ui-components-snackbars-thread.mjs",
|
|
205
|
+
"esm": "./esm2022/snackbars-thread/agorapulse-ui-components-snackbars-thread.mjs",
|
|
206
|
+
"default": "./fesm2022/agorapulse-ui-components-snackbars-thread.mjs"
|
|
213
207
|
},
|
|
214
208
|
"./slide-toggle": {
|
|
215
209
|
"types": "./slide-toggle/index.d.ts",
|
|
@@ -217,11 +211,11 @@
|
|
|
217
211
|
"esm": "./esm2022/slide-toggle/agorapulse-ui-components-slide-toggle.mjs",
|
|
218
212
|
"default": "./fesm2022/agorapulse-ui-components-slide-toggle.mjs"
|
|
219
213
|
},
|
|
220
|
-
"./
|
|
221
|
-
"types": "./
|
|
222
|
-
"esm2022": "./esm2022/
|
|
223
|
-
"esm": "./esm2022/
|
|
224
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
214
|
+
"./split-button": {
|
|
215
|
+
"types": "./split-button/index.d.ts",
|
|
216
|
+
"esm2022": "./esm2022/split-button/agorapulse-ui-components-split-button.mjs",
|
|
217
|
+
"esm": "./esm2022/split-button/agorapulse-ui-components-split-button.mjs",
|
|
218
|
+
"default": "./fesm2022/agorapulse-ui-components-split-button.mjs"
|
|
225
219
|
},
|
|
226
220
|
"./social-button": {
|
|
227
221
|
"types": "./social-button/index.d.ts",
|
|
@@ -229,11 +223,17 @@
|
|
|
229
223
|
"esm": "./esm2022/social-button/agorapulse-ui-components-social-button.mjs",
|
|
230
224
|
"default": "./fesm2022/agorapulse-ui-components-social-button.mjs"
|
|
231
225
|
},
|
|
232
|
-
"./
|
|
233
|
-
"types": "./
|
|
234
|
-
"esm2022": "./esm2022/
|
|
235
|
-
"esm": "./esm2022/
|
|
236
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
226
|
+
"./range-slider": {
|
|
227
|
+
"types": "./range-slider/index.d.ts",
|
|
228
|
+
"esm2022": "./esm2022/range-slider/agorapulse-ui-components-range-slider.mjs",
|
|
229
|
+
"esm": "./esm2022/range-slider/agorapulse-ui-components-range-slider.mjs",
|
|
230
|
+
"default": "./fesm2022/agorapulse-ui-components-range-slider.mjs"
|
|
231
|
+
},
|
|
232
|
+
"./status-card": {
|
|
233
|
+
"types": "./status-card/index.d.ts",
|
|
234
|
+
"esm2022": "./esm2022/status-card/agorapulse-ui-components-status-card.mjs",
|
|
235
|
+
"esm": "./esm2022/status-card/agorapulse-ui-components-status-card.mjs",
|
|
236
|
+
"default": "./fesm2022/agorapulse-ui-components-status-card.mjs"
|
|
237
237
|
},
|
|
238
238
|
"./status": {
|
|
239
239
|
"types": "./status/index.d.ts",
|
|
@@ -241,11 +241,11 @@
|
|
|
241
241
|
"esm": "./esm2022/status/agorapulse-ui-components-status.mjs",
|
|
242
242
|
"default": "./fesm2022/agorapulse-ui-components-status.mjs"
|
|
243
243
|
},
|
|
244
|
-
"./
|
|
245
|
-
"types": "./
|
|
246
|
-
"esm2022": "./esm2022/
|
|
247
|
-
"esm": "./esm2022/
|
|
248
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
244
|
+
"./tag": {
|
|
245
|
+
"types": "./tag/index.d.ts",
|
|
246
|
+
"esm2022": "./esm2022/tag/agorapulse-ui-components-tag.mjs",
|
|
247
|
+
"esm": "./esm2022/tag/agorapulse-ui-components-tag.mjs",
|
|
248
|
+
"default": "./fesm2022/agorapulse-ui-components-tag.mjs"
|
|
249
249
|
},
|
|
250
250
|
"./stepper": {
|
|
251
251
|
"types": "./stepper/index.d.ts",
|
|
@@ -253,11 +253,23 @@
|
|
|
253
253
|
"esm": "./esm2022/stepper/agorapulse-ui-components-stepper.mjs",
|
|
254
254
|
"default": "./fesm2022/agorapulse-ui-components-stepper.mjs"
|
|
255
255
|
},
|
|
256
|
-
"./
|
|
257
|
-
"types": "./
|
|
258
|
-
"esm2022": "./esm2022/
|
|
259
|
-
"esm": "./esm2022/
|
|
260
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
256
|
+
"./text-measurement": {
|
|
257
|
+
"types": "./text-measurement/index.d.ts",
|
|
258
|
+
"esm2022": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
|
|
259
|
+
"esm": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
|
|
260
|
+
"default": "./fesm2022/agorapulse-ui-components-text-measurement.mjs"
|
|
261
|
+
},
|
|
262
|
+
"./neo-datepicker": {
|
|
263
|
+
"types": "./neo-datepicker/index.d.ts",
|
|
264
|
+
"esm2022": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
|
|
265
|
+
"esm": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
|
|
266
|
+
"default": "./fesm2022/agorapulse-ui-components-neo-datepicker.mjs"
|
|
267
|
+
},
|
|
268
|
+
"./textarea": {
|
|
269
|
+
"types": "./textarea/index.d.ts",
|
|
270
|
+
"esm2022": "./esm2022/textarea/agorapulse-ui-components-textarea.mjs",
|
|
271
|
+
"esm": "./esm2022/textarea/agorapulse-ui-components-textarea.mjs",
|
|
272
|
+
"default": "./fesm2022/agorapulse-ui-components-textarea.mjs"
|
|
261
273
|
},
|
|
262
274
|
"./toggle": {
|
|
263
275
|
"types": "./toggle/index.d.ts",
|
|
@@ -271,18 +283,6 @@
|
|
|
271
283
|
"esm": "./esm2022/tooltip/agorapulse-ui-components-tooltip.mjs",
|
|
272
284
|
"default": "./fesm2022/agorapulse-ui-components-tooltip.mjs"
|
|
273
285
|
},
|
|
274
|
-
"./textarea": {
|
|
275
|
-
"types": "./textarea/index.d.ts",
|
|
276
|
-
"esm2022": "./esm2022/textarea/agorapulse-ui-components-textarea.mjs",
|
|
277
|
-
"esm": "./esm2022/textarea/agorapulse-ui-components-textarea.mjs",
|
|
278
|
-
"default": "./fesm2022/agorapulse-ui-components-textarea.mjs"
|
|
279
|
-
},
|
|
280
|
-
"./text-measurement": {
|
|
281
|
-
"types": "./text-measurement/index.d.ts",
|
|
282
|
-
"esm2022": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
|
|
283
|
-
"esm": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
|
|
284
|
-
"default": "./fesm2022/agorapulse-ui-components-text-measurement.mjs"
|
|
285
|
-
},
|
|
286
286
|
"./legacy/input": {
|
|
287
287
|
"types": "./legacy/input/index.d.ts",
|
|
288
288
|
"esm2022": "./esm2022/legacy/input/agorapulse-ui-components-legacy-input.mjs",
|
|
@@ -13,7 +13,7 @@ export declare class SnackbarsThreadComponent {
|
|
|
13
13
|
3: string;
|
|
14
14
|
};
|
|
15
15
|
SnackbarIconsMap: {
|
|
16
|
-
[k: number]: "ad-icon" | "add
|
|
16
|
+
[k: number]: "ad-icon" | "add" | "add-2022" | "add-circle" | "add-circle-bold-alternate" | "add-square-alternate" | "agorapulse-official" | "agorapulse-square-logo" | "ai-magic-wand" | "alarm-bell-1" | "alarm-clock-1-alternate" | "alert-circle" | "alert-triangle" | "ambassador" | "analytics-bars" | "analytics-board-bars" | "analytics-board-graph-line" | "app-window-expand" | "app-window-search-text" | "app-window-link" | "app-window-next" | "arrow-button-down" | "arrow-button-down-2" | "arrow-button-left" | "arrow-button-right" | "arrow-button-up" | "arrow-button-up-2" | "arrow-circle-right" | "arrow-corner-right" | "arrow-down-1" | "arrow-left-1" | "arrow-right" | "arrow-right-1" | "arrow-right-long" | "arrow-thick-circle-bottom-right-corner-2" | "arrow-thick-circle-right-2" | "arrow-thick-circle-top-right-corner-2" | "arrow-thick-down-2" | "arrow-thick-left-2" | "arrow-thick-right-2" | "arrow-thick-up-2" | "arrow-up-1" | "artboard-image-1" | "attachment" | "bag-shop" | "bin" | "bin-1" | "bin-2" | "bitly" | "boosting-dollar-icon" | "button-play" | "button-shuffle" | "button-stop-1" | "button-refresh-arrow" | "button-refresh-arrows" | "bookmarks-1" | "bookmarks-1-alternate" | "bookmarks-document" | "calendar" | "calendar-2022" | "calendar-3" | "calendar-add-1" | "calendar-setting" | "canva" | "certified-certificate" | "chat-translate" | "check-1" | "check-2" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "check-circle-alternate" | "close" | "cog" | "cog-1" | "common-file-double" | "common-file-text-alternate" | "common-file-stack-alternate" | "common-file-upload" | "competitors" | "computer-bug" | "content-pencil-write" | "controls-pause" | "controls-play" | "controls-play-3" | "conversation-chat-1" | "conversation-chat-1-alternate" | "copy-paste" | "country-targeting" | "country-targeting-active" | "credit-card-1-alternate" | "crown" | "cursor-double-click-3" | "custom-facebook-comment" | "custom-facebook-like" | "custom-facebook-share" | "custom-facebook-reel-comment" | "custom-facebook-reel-like" | "custom-facebook-reel-share" | "custom-tiktok-like" | "custom-tiktok-comment" | "custom-tiktok-share" | "custom-tiktok-melody" | "custom-twitter-comment" | "custom-twitter-like" | "custom-twitter-retweet" | "custom-twitter-retweet-full" | "custom-twitter-share" | "custom-inbox-post" | "custom-instagram-bookmark" | "custom-instagram-carousel" | "custom-instagram-comment" | "custom-instagram-like" | "custom-instagram-play" | "custom-instagram-reels" | "custom-instagram-share" | "custom-instagram-tags" | "custom-linkedin-comment" | "custom-linkedin-like" | "custom-linkedin-share" | "custom-pinterest-link" | "custom-pinterest-lock" | "custom-pinterest-more" | "custom-pinterest-share" | "data-file-bars-add" | "data-transfer-vertical" | "data-transfer-vertical-bi-color-down" | "data-transfer-vertical-bi-color-up" | "data-transfer-square-horizontal" | "design-file-text-alternate" | "delete" | "delete-2-alternate" | "delete-no-circle" | "desktop-computer-pc-1" | "dislike" | "dislike-alternate" | "dislike-1" | "download-bottom" | "drawer-download" | "drawer-open" | "earth-heart" | "earth-search" | "email-action-add" | "email-action-reply" | "email-action-reply-alternate" | "email-action-subtract" | "email-action-sync-1" | "envelope" | "envelope-letter" | "excel" | "expand" | "expand-1" | "external-link" | "facebook" | "famous-people-man-steve-jobs" | "fans-2022" | "faq-2022" | "fast-food-burger-drink" | "feature-icon-market" | "flag-plain-2" | "file-csv-1" | "filter-1" | "filter-2" | "flag-plain" | "flip-right" | "folder-add-alternate" | "folder-alternate" | "folder-empty" | "folder-media-alternate" | "folder-search-alternate" | "gauge-dashboard-alternate" | "gift-box" | "google-analytics" | "google-drive" | "google-my-business-icon" | "google-icon" | "group-of-posts" | "hash" | "hashtag" | "headphones-customer-support-human" | "headphones-customer-support-human-1" | "help-wheel" | "hourglass-alternate" | "house-chimney-1" | "human-resources-search-men" | "hyperlink-3" | "icon-gif" | "icon-gif-search" | "icon-product-error" | "ig-grid" | "ig-story" | "ig-reel" | "image-file-bmp" | "image-file-jpg" | "image-file-gif" | "image-file-landscape" | "image-file-landscape-2" | "image-file-png" | "inbox-2022" | "information" | "information-circle" | "instagram" | "instagram-outline" | "instagram-user" | "iris-scan-approved" | "keyboard-3" | "keyboard-arrow-bottom-right" | "keyboard-arrow-right" | "keyboard-arrow-top-right" | "keyword" | "language-targeting" | "language-targeting-active" | "layers-hide" | "layers-show" | "layout-3" | "layout-module" | "layout-module-1" | "layout-agenda" | "layout-bullets" | "layout-top-1" | "library-2022" | "light-bulb" | "like" | "like-alternate" | "like-1" | "linkedin" | "list-bullets" | "listening-2022" | "lock-password" | "logout-1-alternate" | "logout-2" | "love-it" | "love-it-alternate" | "love-it-alternate-bold" | "love-it-circle" | "maximize" | "meetings-camera" | "megaphone" | "mention" | "messages-bubble" | "messages-bubble-alternate" | "messages-bubble-dot" | "messages-bubble-empty-alternate" | "messages-bubble-forward" | "messages-bubble-graph" | "messages-bubble-question-alternate" | "messages-bubble-square-menu-alternate" | "messages-bubble-square-text" | "microsoft-icon" | "minimize" | "mobile-phone" | "module-three-1" | "money-wallet-open" | "move-to-bottom" | "multiple-man-1" | "multiple-users-1" | "natural-disaster-hurricane-radar-1" | "navigation-menu-horizontal" | "navigation-menu-horizontal-1-alternate" | "navigation-menu-vertical" | "network-search" | "notes-add" | "notes-text-flip-3" | "notes-book-text" | "notes-paper" | "notes-paper-approve" | "notes-paper-text-2" | "notif-2022" | "office-outdoors" | "open-new-tab" | "open-quote" | "organization" | "original-sound" | "paginate-filter-picture" | "paginate-filter-plus" | "payment-paypal" | "pencil-1" | "pencil-2" | "pencil-write-2-alternate" | "people-man-graduate" | "performance-increase" | "phone-ring-1" | "picture-landscape" | "picture-polaroid-landscape" | "picture-stack-landscape" | "pin" | "pinterest-icon" | "pin-active" | "pin-location" | "plant-2" | "publishing-2022" | "publishing-list-2022" | "powerpoint" | "premium-star" | "question-circle" | "rating-star" | "read-email-at-alternate" | "remove-bold" | "remove-circle" | "remove-circle-bold-alternate" | "remove-circle-bold-alternate-3" | "reports-2022" | "repost" | "roi-2022" | "rotate-back" | "search-alternate" | "send-email-2-alternate" | "send-email-3" | "send-email-4" | "send-for-approval" | "sentiment-negative" | "sentiment-neutral" | "sentiment-positive" | "sentiment-undefined" | "settings-slider-alternate-1" | "settings-vertical" | "share" | "shared-calendar" | "shorten" | "show-theater-mask-happy" | "single-man" | "single-neutral" | "single-neutral-actions-add" | "single-post" | "user-delete" | "small-arrow-down" | "small-arrow-up" | "small-arrow-left" | "small-arrow-right" | "small-caps" | "smiley-happy-alternate" | "smiley-happy-alternate-custom" | "social-media-retweet" | "social-media-retweet-alternate" | "social-profile-smartphone-add" | "space-rocket-flying" | "sparkles" | "subtitle" | "subtract" | "synchronize-arrow-clock" | "synchronize-arrows-1" | "tags-alternate-active" | "tags-add-alternate" | "tags-alternate" | "taking-pictures-circle-alternate" | "taking-pictures-circle-alternate-active" | "taking-videos-circle-alternate" | "taking-videos-circle-alternate-active" | "task-checklist-check" | "task-list-clock" | "task-list-multiple" | "time-clock-circle" | "time-clock-circle-alternate" | "time-clock-circle-1-alternate" | "tools-wrench-2" | "toys-ball" | "trends-hot-flame" | "twitter" | "twitter-official" | "twitter-circle" | "twitter-link-placeholder" | "union" | "upload-bottom" | "upload-button" | "variable" | "vectors-anchor-square-alternate" | "video-file-avi" | "video-file-disable" | "video-file-flv" | "video-file-mov" | "video-file-mpg" | "video-file-mp-4" | "video-file-m-4-v" | "video-file-play-alternate" | "view" | "view-alternate" | "view-off" | "view-off-alternate" | "view-off-full" | "view-on" | "view-on-full" | "vintage-tv" | "volume-control-full" | "volume-control-off" | "web-blogs" | "web-news" | "wifi-signal-4" | "youtube" | "facebook-official" | "google-official" | "google-my-business-official" | "google-analytics-official" | "hubspot-official" | "linkedin-official" | "pinterest-official" | "tiktok-official" | "microsoft-official" | "salesforce-official" | "tiktok-white-official" | "twitter-plus-official" | "x-official" | "x-plus-official" | "x-white-official" | "youtube-official" | "instagram-official" | "instagram-story-custom" | "agorapulse-en-flag" | "agorapulse-fr-flag" | "agorapulse-pt-flag" | "agorapulse-es-flag" | "agorapulse-de-flag";
|
|
17
17
|
};
|
|
18
18
|
constructor(snackbarsThreadService: SnackbarsThreadService, symbolRegistry: SymbolRegistry, router: Router);
|
|
19
19
|
remove(id: string): void;
|
|
Binary file
|