limbo-component 4.4.1 → 4.5.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/dist/limbo.cjs.js +1 -1
- package/dist/limbo.cjs.map +1 -1
- package/dist/limbo.css +1 -1
- package/dist/limbo.es.js +160 -146
- package/dist/limbo.es.map +1 -1
- package/dist/limbo.min.js +1 -1
- package/dist/limbo.min.js.map +1 -1
- package/dist/limbo.umd.js +1 -1
- package/dist/limbo.umd.js.map +1 -1
- package/dist/types/src/App.d.ts +2 -1
- package/dist/types/src/App.d.ts.map +1 -1
- package/dist/types/src/components/CropperTab.d.ts +2 -1
- package/dist/types/src/components/CropperTab.d.ts.map +1 -1
- package/dist/types/src/components/CropperView.d.ts +2 -1
- package/dist/types/src/components/CropperView.d.ts.map +1 -1
- package/dist/types/src/components/FilterPanel.d.ts +11 -0
- package/dist/types/src/components/FilterPanel.d.ts.map +1 -0
- package/dist/types/src/core/ConfigManager.d.ts +2 -0
- package/dist/types/src/core/ConfigManager.d.ts.map +1 -1
- package/dist/types/src/hooks/useImageFilters.d.ts +23 -0
- package/dist/types/src/hooks/useImageFilters.d.ts.map +1 -0
- package/dist/types/src/utils/i18n.d.ts +520 -0
- package/dist/types/src/utils/i18n.d.ts.map +1 -1
- package/dist/types/src/utils/imageFilters.d.ts +132 -0
- package/dist/types/src/utils/imageFilters.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -6,6 +6,350 @@ export function t(key: any, params?: {}): any;
|
|
|
6
6
|
* Detectar idioma del navegador
|
|
7
7
|
*/
|
|
8
8
|
export function detectBrowserLocale(): any;
|
|
9
|
+
export namespace DEFAULT_MESSAGES {
|
|
10
|
+
let es: {
|
|
11
|
+
"button.select": string;
|
|
12
|
+
"button.upload": string;
|
|
13
|
+
"button.cancel": string;
|
|
14
|
+
"button.close": string;
|
|
15
|
+
"button.save": string;
|
|
16
|
+
"button.delete": string;
|
|
17
|
+
"button.download": string;
|
|
18
|
+
"button.copy": string;
|
|
19
|
+
"button.crop": string;
|
|
20
|
+
"button.apply": string;
|
|
21
|
+
"button.reset": string;
|
|
22
|
+
"button.back": string;
|
|
23
|
+
"button.next": string;
|
|
24
|
+
"button.previous": string;
|
|
25
|
+
"tab.gallery": string;
|
|
26
|
+
"tab.upload": string;
|
|
27
|
+
"tab.ia": string;
|
|
28
|
+
"tab.stock": string;
|
|
29
|
+
"tab.cropper": string;
|
|
30
|
+
"message.loading": string;
|
|
31
|
+
"message.uploading": string;
|
|
32
|
+
"message.processing": string;
|
|
33
|
+
"message.no_images": string;
|
|
34
|
+
"message.upload_success": string;
|
|
35
|
+
"message.upload_error": string;
|
|
36
|
+
"message.delete_confirm": string;
|
|
37
|
+
"message.copy_success": string;
|
|
38
|
+
"message.copy_error": string;
|
|
39
|
+
"error.file_too_large": string;
|
|
40
|
+
"error.invalid_format": string;
|
|
41
|
+
"error.upload_failed": string;
|
|
42
|
+
"error.network": string;
|
|
43
|
+
"error.unknown": string;
|
|
44
|
+
"error.api_key_missing": string;
|
|
45
|
+
"placeholder.search": string;
|
|
46
|
+
"placeholder.prompt": string;
|
|
47
|
+
"label.file_name": string;
|
|
48
|
+
"label.file_size": string;
|
|
49
|
+
"label.dimensions": string;
|
|
50
|
+
"label.format": string;
|
|
51
|
+
"label.uploaded_by": string;
|
|
52
|
+
"label.uploaded_at": string;
|
|
53
|
+
"preset.square": string;
|
|
54
|
+
"preset.landscape": string;
|
|
55
|
+
"preset.portrait": string;
|
|
56
|
+
"preset.thumbnail": string;
|
|
57
|
+
"preset.medium": string;
|
|
58
|
+
"preset.large": string;
|
|
59
|
+
"preset.custom": string;
|
|
60
|
+
"imageCard.aria.zoom": string;
|
|
61
|
+
"imageCard.aria.zoomPreview": string;
|
|
62
|
+
"imageCard.aria.zoomWithCrops": string;
|
|
63
|
+
"imageCard.aria.crop": string;
|
|
64
|
+
"imageCard.aria.copyUrl": string;
|
|
65
|
+
"imageCard.aria.copied": string;
|
|
66
|
+
"imageCard.aria.download": string;
|
|
67
|
+
"imageCard.aria.rename": string;
|
|
68
|
+
"imageCard.aria.delete": string;
|
|
69
|
+
"aiStarter.label": string;
|
|
70
|
+
"aiStarter.copy": string;
|
|
71
|
+
"aiStarter.copied": string;
|
|
72
|
+
"aiStarter.copyAriaLabel": string;
|
|
73
|
+
"aiStarter.readMore": string;
|
|
74
|
+
"aiStarter.readLess": string;
|
|
75
|
+
"filterPanel.button": string;
|
|
76
|
+
"filterPanel.aria.toggle": string;
|
|
77
|
+
"filterPanel.badge.tooltip": string;
|
|
78
|
+
"filterPanel.group.basic": string;
|
|
79
|
+
"filterPanel.group.color": string;
|
|
80
|
+
"filterPanel.group.gradient": string;
|
|
81
|
+
"filterPanel.group.opacity": string;
|
|
82
|
+
"filterPanel.preset.warm": string;
|
|
83
|
+
"filterPanel.preset.cool": string;
|
|
84
|
+
"filterPanel.preset.sepia": string;
|
|
85
|
+
"filterPanel.preset.grayscale": string;
|
|
86
|
+
"filterPanel.slider.brightness": string;
|
|
87
|
+
"filterPanel.slider.contrast": string;
|
|
88
|
+
"filterPanel.slider.saturation": string;
|
|
89
|
+
"filterPanel.opacity.global": string;
|
|
90
|
+
"filterPanel.gradient.toggle": string;
|
|
91
|
+
"filterPanel.gradient.angle": string;
|
|
92
|
+
"filterPanel.gradient.colorStart": string;
|
|
93
|
+
"filterPanel.gradient.colorEnd": string;
|
|
94
|
+
"filterPanel.gradient.opacity": string;
|
|
95
|
+
"filterPanel.resetAll": string;
|
|
96
|
+
"filterPanel.resetGroup": string;
|
|
97
|
+
"tags.input.placeholder": string;
|
|
98
|
+
"tags.input.labelOptional": string;
|
|
99
|
+
"tags.input.label": string;
|
|
100
|
+
"tags.input.hint": string;
|
|
101
|
+
"tags.input.ariaLabel": string;
|
|
102
|
+
"tags.autocomplete.empty": string;
|
|
103
|
+
"tags.section.label": string;
|
|
104
|
+
"tags.search.placeholder": string;
|
|
105
|
+
"tags.pill.ariaDelete": string;
|
|
106
|
+
"tags.filter.label": string;
|
|
107
|
+
"tags.filter.placeholder": string;
|
|
108
|
+
"tags.filter.ariaLabel": string;
|
|
109
|
+
"crossPortal.filter.label": string;
|
|
110
|
+
"crossPortal.filter.optionTitle": string;
|
|
111
|
+
"crossPortal.badge.title": string;
|
|
112
|
+
"editAssetModal.title": string;
|
|
113
|
+
"editAssetModal.nameLabel": string;
|
|
114
|
+
"editAssetModal.close": string;
|
|
115
|
+
"editAssetModal.save": string;
|
|
116
|
+
"editAssetModal.cancel": string;
|
|
117
|
+
"editAssetModal.saveError": string;
|
|
118
|
+
"imageCard.editButton": string;
|
|
119
|
+
};
|
|
120
|
+
let en: {
|
|
121
|
+
"button.select": string;
|
|
122
|
+
"button.upload": string;
|
|
123
|
+
"button.cancel": string;
|
|
124
|
+
"button.close": string;
|
|
125
|
+
"button.save": string;
|
|
126
|
+
"button.delete": string;
|
|
127
|
+
"button.download": string;
|
|
128
|
+
"button.copy": string;
|
|
129
|
+
"button.crop": string;
|
|
130
|
+
"button.apply": string;
|
|
131
|
+
"button.reset": string;
|
|
132
|
+
"button.back": string;
|
|
133
|
+
"button.next": string;
|
|
134
|
+
"button.previous": string;
|
|
135
|
+
"tab.gallery": string;
|
|
136
|
+
"tab.upload": string;
|
|
137
|
+
"tab.ia": string;
|
|
138
|
+
"tab.stock": string;
|
|
139
|
+
"tab.cropper": string;
|
|
140
|
+
"message.loading": string;
|
|
141
|
+
"message.uploading": string;
|
|
142
|
+
"message.processing": string;
|
|
143
|
+
"message.no_images": string;
|
|
144
|
+
"message.upload_success": string;
|
|
145
|
+
"message.upload_error": string;
|
|
146
|
+
"message.delete_confirm": string;
|
|
147
|
+
"message.copy_success": string;
|
|
148
|
+
"message.copy_error": string;
|
|
149
|
+
"error.file_too_large": string;
|
|
150
|
+
"error.invalid_format": string;
|
|
151
|
+
"error.upload_failed": string;
|
|
152
|
+
"error.network": string;
|
|
153
|
+
"error.unknown": string;
|
|
154
|
+
"error.api_key_missing": string;
|
|
155
|
+
"placeholder.search": string;
|
|
156
|
+
"placeholder.prompt": string;
|
|
157
|
+
"label.file_name": string;
|
|
158
|
+
"label.file_size": string;
|
|
159
|
+
"label.dimensions": string;
|
|
160
|
+
"label.format": string;
|
|
161
|
+
"label.uploaded_by": string;
|
|
162
|
+
"label.uploaded_at": string;
|
|
163
|
+
"preset.square": string;
|
|
164
|
+
"preset.landscape": string;
|
|
165
|
+
"preset.portrait": string;
|
|
166
|
+
"preset.thumbnail": string;
|
|
167
|
+
"preset.medium": string;
|
|
168
|
+
"preset.large": string;
|
|
169
|
+
"preset.custom": string;
|
|
170
|
+
"imageCard.aria.zoom": string;
|
|
171
|
+
"imageCard.aria.zoomPreview": string;
|
|
172
|
+
"imageCard.aria.zoomWithCrops": string;
|
|
173
|
+
"imageCard.aria.crop": string;
|
|
174
|
+
"imageCard.aria.copyUrl": string;
|
|
175
|
+
"imageCard.aria.copied": string;
|
|
176
|
+
"imageCard.aria.download": string;
|
|
177
|
+
"imageCard.aria.rename": string;
|
|
178
|
+
"imageCard.aria.delete": string;
|
|
179
|
+
"aiStarter.label": string;
|
|
180
|
+
"aiStarter.copy": string;
|
|
181
|
+
"aiStarter.copied": string;
|
|
182
|
+
"aiStarter.copyAriaLabel": string;
|
|
183
|
+
"aiStarter.readMore": string;
|
|
184
|
+
"aiStarter.readLess": string;
|
|
185
|
+
"filterPanel.button": string;
|
|
186
|
+
"filterPanel.aria.toggle": string;
|
|
187
|
+
"filterPanel.badge.tooltip": string;
|
|
188
|
+
"filterPanel.group.basic": string;
|
|
189
|
+
"filterPanel.group.color": string;
|
|
190
|
+
"filterPanel.group.gradient": string;
|
|
191
|
+
"filterPanel.group.opacity": string;
|
|
192
|
+
"filterPanel.preset.warm": string;
|
|
193
|
+
"filterPanel.preset.cool": string;
|
|
194
|
+
"filterPanel.preset.sepia": string;
|
|
195
|
+
"filterPanel.preset.grayscale": string;
|
|
196
|
+
"filterPanel.slider.brightness": string;
|
|
197
|
+
"filterPanel.slider.contrast": string;
|
|
198
|
+
"filterPanel.slider.saturation": string;
|
|
199
|
+
"filterPanel.opacity.global": string;
|
|
200
|
+
"filterPanel.gradient.toggle": string;
|
|
201
|
+
"filterPanel.gradient.angle": string;
|
|
202
|
+
"filterPanel.gradient.colorStart": string;
|
|
203
|
+
"filterPanel.gradient.colorEnd": string;
|
|
204
|
+
"filterPanel.gradient.opacity": string;
|
|
205
|
+
"filterPanel.resetAll": string;
|
|
206
|
+
"filterPanel.resetGroup": string;
|
|
207
|
+
"tags.input.placeholder": string;
|
|
208
|
+
"tags.input.labelOptional": string;
|
|
209
|
+
"tags.input.label": string;
|
|
210
|
+
"tags.input.hint": string;
|
|
211
|
+
"tags.input.ariaLabel": string;
|
|
212
|
+
"tags.autocomplete.empty": string;
|
|
213
|
+
"tags.section.label": string;
|
|
214
|
+
"tags.search.placeholder": string;
|
|
215
|
+
"tags.pill.ariaDelete": string;
|
|
216
|
+
"tags.filter.label": string;
|
|
217
|
+
"tags.filter.placeholder": string;
|
|
218
|
+
"tags.filter.ariaLabel": string;
|
|
219
|
+
"crossPortal.filter.label": string;
|
|
220
|
+
"crossPortal.filter.optionTitle": string;
|
|
221
|
+
"crossPortal.badge.title": string;
|
|
222
|
+
"editAssetModal.title": string;
|
|
223
|
+
"editAssetModal.nameLabel": string;
|
|
224
|
+
"editAssetModal.close": string;
|
|
225
|
+
"editAssetModal.save": string;
|
|
226
|
+
"editAssetModal.cancel": string;
|
|
227
|
+
"editAssetModal.saveError": string;
|
|
228
|
+
"imageCard.editButton": string;
|
|
229
|
+
};
|
|
230
|
+
let pt: {
|
|
231
|
+
"imageCard.aria.zoom": string;
|
|
232
|
+
"imageCard.aria.zoomPreview": string;
|
|
233
|
+
"imageCard.aria.zoomWithCrops": string;
|
|
234
|
+
"imageCard.aria.crop": string;
|
|
235
|
+
"imageCard.aria.copyUrl": string;
|
|
236
|
+
"imageCard.aria.copied": string;
|
|
237
|
+
"imageCard.aria.download": string;
|
|
238
|
+
"imageCard.aria.rename": string;
|
|
239
|
+
"imageCard.aria.delete": string;
|
|
240
|
+
"aiStarter.label": string;
|
|
241
|
+
"aiStarter.copy": string;
|
|
242
|
+
"aiStarter.copied": string;
|
|
243
|
+
"aiStarter.copyAriaLabel": string;
|
|
244
|
+
"aiStarter.readMore": string;
|
|
245
|
+
"aiStarter.readLess": string;
|
|
246
|
+
"filterPanel.button": string;
|
|
247
|
+
"filterPanel.aria.toggle": string;
|
|
248
|
+
"filterPanel.badge.tooltip": string;
|
|
249
|
+
"filterPanel.group.basic": string;
|
|
250
|
+
"filterPanel.group.color": string;
|
|
251
|
+
"filterPanel.group.gradient": string;
|
|
252
|
+
"filterPanel.group.opacity": string;
|
|
253
|
+
"filterPanel.preset.warm": string;
|
|
254
|
+
"filterPanel.preset.cool": string;
|
|
255
|
+
"filterPanel.preset.sepia": string;
|
|
256
|
+
"filterPanel.preset.grayscale": string;
|
|
257
|
+
"filterPanel.slider.brightness": string;
|
|
258
|
+
"filterPanel.slider.contrast": string;
|
|
259
|
+
"filterPanel.slider.saturation": string;
|
|
260
|
+
"filterPanel.opacity.global": string;
|
|
261
|
+
"filterPanel.gradient.toggle": string;
|
|
262
|
+
"filterPanel.gradient.angle": string;
|
|
263
|
+
"filterPanel.gradient.colorStart": string;
|
|
264
|
+
"filterPanel.gradient.colorEnd": string;
|
|
265
|
+
"filterPanel.gradient.opacity": string;
|
|
266
|
+
"filterPanel.resetAll": string;
|
|
267
|
+
"filterPanel.resetGroup": string;
|
|
268
|
+
"tags.input.placeholder": string;
|
|
269
|
+
"tags.input.labelOptional": string;
|
|
270
|
+
"tags.input.label": string;
|
|
271
|
+
"tags.input.hint": string;
|
|
272
|
+
"tags.input.ariaLabel": string;
|
|
273
|
+
"tags.autocomplete.empty": string;
|
|
274
|
+
"tags.section.label": string;
|
|
275
|
+
"tags.search.placeholder": string;
|
|
276
|
+
"tags.pill.ariaDelete": string;
|
|
277
|
+
"tags.filter.label": string;
|
|
278
|
+
"tags.filter.placeholder": string;
|
|
279
|
+
"tags.filter.ariaLabel": string;
|
|
280
|
+
"crossPortal.filter.label": string;
|
|
281
|
+
"crossPortal.filter.optionTitle": string;
|
|
282
|
+
"crossPortal.badge.title": string;
|
|
283
|
+
"editAssetModal.title": string;
|
|
284
|
+
"editAssetModal.nameLabel": string;
|
|
285
|
+
"editAssetModal.close": string;
|
|
286
|
+
"editAssetModal.save": string;
|
|
287
|
+
"editAssetModal.cancel": string;
|
|
288
|
+
"editAssetModal.saveError": string;
|
|
289
|
+
"imageCard.editButton": string;
|
|
290
|
+
};
|
|
291
|
+
let fr: {
|
|
292
|
+
"imageCard.aria.zoom": string;
|
|
293
|
+
"imageCard.aria.zoomPreview": string;
|
|
294
|
+
"imageCard.aria.zoomWithCrops": string;
|
|
295
|
+
"imageCard.aria.crop": string;
|
|
296
|
+
"imageCard.aria.copyUrl": string;
|
|
297
|
+
"imageCard.aria.copied": string;
|
|
298
|
+
"imageCard.aria.download": string;
|
|
299
|
+
"imageCard.aria.rename": string;
|
|
300
|
+
"imageCard.aria.delete": string;
|
|
301
|
+
"aiStarter.label": string;
|
|
302
|
+
"aiStarter.copy": string;
|
|
303
|
+
"aiStarter.copied": string;
|
|
304
|
+
"aiStarter.copyAriaLabel": string;
|
|
305
|
+
"aiStarter.readMore": string;
|
|
306
|
+
"aiStarter.readLess": string;
|
|
307
|
+
"filterPanel.button": string;
|
|
308
|
+
"filterPanel.aria.toggle": string;
|
|
309
|
+
"filterPanel.badge.tooltip": string;
|
|
310
|
+
"filterPanel.group.basic": string;
|
|
311
|
+
"filterPanel.group.color": string;
|
|
312
|
+
"filterPanel.group.gradient": string;
|
|
313
|
+
"filterPanel.group.opacity": string;
|
|
314
|
+
"filterPanel.preset.warm": string;
|
|
315
|
+
"filterPanel.preset.cool": string;
|
|
316
|
+
"filterPanel.preset.sepia": string;
|
|
317
|
+
"filterPanel.preset.grayscale": string;
|
|
318
|
+
"filterPanel.slider.brightness": string;
|
|
319
|
+
"filterPanel.slider.contrast": string;
|
|
320
|
+
"filterPanel.slider.saturation": string;
|
|
321
|
+
"filterPanel.opacity.global": string;
|
|
322
|
+
"filterPanel.gradient.toggle": string;
|
|
323
|
+
"filterPanel.gradient.angle": string;
|
|
324
|
+
"filterPanel.gradient.colorStart": string;
|
|
325
|
+
"filterPanel.gradient.colorEnd": string;
|
|
326
|
+
"filterPanel.gradient.opacity": string;
|
|
327
|
+
"filterPanel.resetAll": string;
|
|
328
|
+
"filterPanel.resetGroup": string;
|
|
329
|
+
"tags.input.placeholder": string;
|
|
330
|
+
"tags.input.labelOptional": string;
|
|
331
|
+
"tags.input.label": string;
|
|
332
|
+
"tags.input.hint": string;
|
|
333
|
+
"tags.input.ariaLabel": string;
|
|
334
|
+
"tags.autocomplete.empty": string;
|
|
335
|
+
"tags.section.label": string;
|
|
336
|
+
"tags.search.placeholder": string;
|
|
337
|
+
"tags.pill.ariaDelete": string;
|
|
338
|
+
"tags.filter.label": string;
|
|
339
|
+
"tags.filter.placeholder": string;
|
|
340
|
+
"tags.filter.ariaLabel": string;
|
|
341
|
+
"crossPortal.filter.label": string;
|
|
342
|
+
"crossPortal.filter.optionTitle": string;
|
|
343
|
+
"crossPortal.badge.title": string;
|
|
344
|
+
"editAssetModal.title": string;
|
|
345
|
+
"editAssetModal.nameLabel": string;
|
|
346
|
+
"editAssetModal.close": string;
|
|
347
|
+
"editAssetModal.save": string;
|
|
348
|
+
"editAssetModal.cancel": string;
|
|
349
|
+
"editAssetModal.saveError": string;
|
|
350
|
+
"imageCard.editButton": string;
|
|
351
|
+
};
|
|
352
|
+
}
|
|
9
353
|
/**
|
|
10
354
|
* Clase para gestión de i18n
|
|
11
355
|
*/
|
|
@@ -78,6 +422,28 @@ export class I18n {
|
|
|
78
422
|
"aiStarter.copyAriaLabel": string;
|
|
79
423
|
"aiStarter.readMore": string;
|
|
80
424
|
"aiStarter.readLess": string;
|
|
425
|
+
"filterPanel.button": string;
|
|
426
|
+
"filterPanel.aria.toggle": string;
|
|
427
|
+
"filterPanel.badge.tooltip": string;
|
|
428
|
+
"filterPanel.group.basic": string;
|
|
429
|
+
"filterPanel.group.color": string;
|
|
430
|
+
"filterPanel.group.gradient": string;
|
|
431
|
+
"filterPanel.group.opacity": string;
|
|
432
|
+
"filterPanel.preset.warm": string;
|
|
433
|
+
"filterPanel.preset.cool": string;
|
|
434
|
+
"filterPanel.preset.sepia": string;
|
|
435
|
+
"filterPanel.preset.grayscale": string;
|
|
436
|
+
"filterPanel.slider.brightness": string;
|
|
437
|
+
"filterPanel.slider.contrast": string;
|
|
438
|
+
"filterPanel.slider.saturation": string;
|
|
439
|
+
"filterPanel.opacity.global": string;
|
|
440
|
+
"filterPanel.gradient.toggle": string;
|
|
441
|
+
"filterPanel.gradient.angle": string;
|
|
442
|
+
"filterPanel.gradient.colorStart": string;
|
|
443
|
+
"filterPanel.gradient.colorEnd": string;
|
|
444
|
+
"filterPanel.gradient.opacity": string;
|
|
445
|
+
"filterPanel.resetAll": string;
|
|
446
|
+
"filterPanel.resetGroup": string;
|
|
81
447
|
"tags.input.placeholder": string;
|
|
82
448
|
"tags.input.labelOptional": string;
|
|
83
449
|
"tags.input.label": string;
|
|
@@ -166,6 +532,28 @@ export class I18n {
|
|
|
166
532
|
"aiStarter.copyAriaLabel": string;
|
|
167
533
|
"aiStarter.readMore": string;
|
|
168
534
|
"aiStarter.readLess": string;
|
|
535
|
+
"filterPanel.button": string;
|
|
536
|
+
"filterPanel.aria.toggle": string;
|
|
537
|
+
"filterPanel.badge.tooltip": string;
|
|
538
|
+
"filterPanel.group.basic": string;
|
|
539
|
+
"filterPanel.group.color": string;
|
|
540
|
+
"filterPanel.group.gradient": string;
|
|
541
|
+
"filterPanel.group.opacity": string;
|
|
542
|
+
"filterPanel.preset.warm": string;
|
|
543
|
+
"filterPanel.preset.cool": string;
|
|
544
|
+
"filterPanel.preset.sepia": string;
|
|
545
|
+
"filterPanel.preset.grayscale": string;
|
|
546
|
+
"filterPanel.slider.brightness": string;
|
|
547
|
+
"filterPanel.slider.contrast": string;
|
|
548
|
+
"filterPanel.slider.saturation": string;
|
|
549
|
+
"filterPanel.opacity.global": string;
|
|
550
|
+
"filterPanel.gradient.toggle": string;
|
|
551
|
+
"filterPanel.gradient.angle": string;
|
|
552
|
+
"filterPanel.gradient.colorStart": string;
|
|
553
|
+
"filterPanel.gradient.colorEnd": string;
|
|
554
|
+
"filterPanel.gradient.opacity": string;
|
|
555
|
+
"filterPanel.resetAll": string;
|
|
556
|
+
"filterPanel.resetGroup": string;
|
|
169
557
|
"tags.input.placeholder": string;
|
|
170
558
|
"tags.input.labelOptional": string;
|
|
171
559
|
"tags.input.label": string;
|
|
@@ -205,6 +593,28 @@ export class I18n {
|
|
|
205
593
|
"aiStarter.copyAriaLabel": string;
|
|
206
594
|
"aiStarter.readMore": string;
|
|
207
595
|
"aiStarter.readLess": string;
|
|
596
|
+
"filterPanel.button": string;
|
|
597
|
+
"filterPanel.aria.toggle": string;
|
|
598
|
+
"filterPanel.badge.tooltip": string;
|
|
599
|
+
"filterPanel.group.basic": string;
|
|
600
|
+
"filterPanel.group.color": string;
|
|
601
|
+
"filterPanel.group.gradient": string;
|
|
602
|
+
"filterPanel.group.opacity": string;
|
|
603
|
+
"filterPanel.preset.warm": string;
|
|
604
|
+
"filterPanel.preset.cool": string;
|
|
605
|
+
"filterPanel.preset.sepia": string;
|
|
606
|
+
"filterPanel.preset.grayscale": string;
|
|
607
|
+
"filterPanel.slider.brightness": string;
|
|
608
|
+
"filterPanel.slider.contrast": string;
|
|
609
|
+
"filterPanel.slider.saturation": string;
|
|
610
|
+
"filterPanel.opacity.global": string;
|
|
611
|
+
"filterPanel.gradient.toggle": string;
|
|
612
|
+
"filterPanel.gradient.angle": string;
|
|
613
|
+
"filterPanel.gradient.colorStart": string;
|
|
614
|
+
"filterPanel.gradient.colorEnd": string;
|
|
615
|
+
"filterPanel.gradient.opacity": string;
|
|
616
|
+
"filterPanel.resetAll": string;
|
|
617
|
+
"filterPanel.resetGroup": string;
|
|
208
618
|
"tags.input.placeholder": string;
|
|
209
619
|
"tags.input.labelOptional": string;
|
|
210
620
|
"tags.input.label": string;
|
|
@@ -244,6 +654,28 @@ export class I18n {
|
|
|
244
654
|
"aiStarter.copyAriaLabel": string;
|
|
245
655
|
"aiStarter.readMore": string;
|
|
246
656
|
"aiStarter.readLess": string;
|
|
657
|
+
"filterPanel.button": string;
|
|
658
|
+
"filterPanel.aria.toggle": string;
|
|
659
|
+
"filterPanel.badge.tooltip": string;
|
|
660
|
+
"filterPanel.group.basic": string;
|
|
661
|
+
"filterPanel.group.color": string;
|
|
662
|
+
"filterPanel.group.gradient": string;
|
|
663
|
+
"filterPanel.group.opacity": string;
|
|
664
|
+
"filterPanel.preset.warm": string;
|
|
665
|
+
"filterPanel.preset.cool": string;
|
|
666
|
+
"filterPanel.preset.sepia": string;
|
|
667
|
+
"filterPanel.preset.grayscale": string;
|
|
668
|
+
"filterPanel.slider.brightness": string;
|
|
669
|
+
"filterPanel.slider.contrast": string;
|
|
670
|
+
"filterPanel.slider.saturation": string;
|
|
671
|
+
"filterPanel.opacity.global": string;
|
|
672
|
+
"filterPanel.gradient.toggle": string;
|
|
673
|
+
"filterPanel.gradient.angle": string;
|
|
674
|
+
"filterPanel.gradient.colorStart": string;
|
|
675
|
+
"filterPanel.gradient.colorEnd": string;
|
|
676
|
+
"filterPanel.gradient.opacity": string;
|
|
677
|
+
"filterPanel.resetAll": string;
|
|
678
|
+
"filterPanel.resetGroup": string;
|
|
247
679
|
"tags.input.placeholder": string;
|
|
248
680
|
"tags.input.labelOptional": string;
|
|
249
681
|
"tags.input.label": string;
|
|
@@ -337,6 +769,28 @@ export class I18n {
|
|
|
337
769
|
"aiStarter.copyAriaLabel": string;
|
|
338
770
|
"aiStarter.readMore": string;
|
|
339
771
|
"aiStarter.readLess": string;
|
|
772
|
+
"filterPanel.button": string;
|
|
773
|
+
"filterPanel.aria.toggle": string;
|
|
774
|
+
"filterPanel.badge.tooltip": string;
|
|
775
|
+
"filterPanel.group.basic": string;
|
|
776
|
+
"filterPanel.group.color": string;
|
|
777
|
+
"filterPanel.group.gradient": string;
|
|
778
|
+
"filterPanel.group.opacity": string;
|
|
779
|
+
"filterPanel.preset.warm": string;
|
|
780
|
+
"filterPanel.preset.cool": string;
|
|
781
|
+
"filterPanel.preset.sepia": string;
|
|
782
|
+
"filterPanel.preset.grayscale": string;
|
|
783
|
+
"filterPanel.slider.brightness": string;
|
|
784
|
+
"filterPanel.slider.contrast": string;
|
|
785
|
+
"filterPanel.slider.saturation": string;
|
|
786
|
+
"filterPanel.opacity.global": string;
|
|
787
|
+
"filterPanel.gradient.toggle": string;
|
|
788
|
+
"filterPanel.gradient.angle": string;
|
|
789
|
+
"filterPanel.gradient.colorStart": string;
|
|
790
|
+
"filterPanel.gradient.colorEnd": string;
|
|
791
|
+
"filterPanel.gradient.opacity": string;
|
|
792
|
+
"filterPanel.resetAll": string;
|
|
793
|
+
"filterPanel.resetGroup": string;
|
|
340
794
|
"tags.input.placeholder": string;
|
|
341
795
|
"tags.input.labelOptional": string;
|
|
342
796
|
"tags.input.label": string;
|
|
@@ -425,6 +879,28 @@ export class I18n {
|
|
|
425
879
|
"aiStarter.copyAriaLabel": string;
|
|
426
880
|
"aiStarter.readMore": string;
|
|
427
881
|
"aiStarter.readLess": string;
|
|
882
|
+
"filterPanel.button": string;
|
|
883
|
+
"filterPanel.aria.toggle": string;
|
|
884
|
+
"filterPanel.badge.tooltip": string;
|
|
885
|
+
"filterPanel.group.basic": string;
|
|
886
|
+
"filterPanel.group.color": string;
|
|
887
|
+
"filterPanel.group.gradient": string;
|
|
888
|
+
"filterPanel.group.opacity": string;
|
|
889
|
+
"filterPanel.preset.warm": string;
|
|
890
|
+
"filterPanel.preset.cool": string;
|
|
891
|
+
"filterPanel.preset.sepia": string;
|
|
892
|
+
"filterPanel.preset.grayscale": string;
|
|
893
|
+
"filterPanel.slider.brightness": string;
|
|
894
|
+
"filterPanel.slider.contrast": string;
|
|
895
|
+
"filterPanel.slider.saturation": string;
|
|
896
|
+
"filterPanel.opacity.global": string;
|
|
897
|
+
"filterPanel.gradient.toggle": string;
|
|
898
|
+
"filterPanel.gradient.angle": string;
|
|
899
|
+
"filterPanel.gradient.colorStart": string;
|
|
900
|
+
"filterPanel.gradient.colorEnd": string;
|
|
901
|
+
"filterPanel.gradient.opacity": string;
|
|
902
|
+
"filterPanel.resetAll": string;
|
|
903
|
+
"filterPanel.resetGroup": string;
|
|
428
904
|
"tags.input.placeholder": string;
|
|
429
905
|
"tags.input.labelOptional": string;
|
|
430
906
|
"tags.input.label": string;
|
|
@@ -464,6 +940,28 @@ export class I18n {
|
|
|
464
940
|
"aiStarter.copyAriaLabel": string;
|
|
465
941
|
"aiStarter.readMore": string;
|
|
466
942
|
"aiStarter.readLess": string;
|
|
943
|
+
"filterPanel.button": string;
|
|
944
|
+
"filterPanel.aria.toggle": string;
|
|
945
|
+
"filterPanel.badge.tooltip": string;
|
|
946
|
+
"filterPanel.group.basic": string;
|
|
947
|
+
"filterPanel.group.color": string;
|
|
948
|
+
"filterPanel.group.gradient": string;
|
|
949
|
+
"filterPanel.group.opacity": string;
|
|
950
|
+
"filterPanel.preset.warm": string;
|
|
951
|
+
"filterPanel.preset.cool": string;
|
|
952
|
+
"filterPanel.preset.sepia": string;
|
|
953
|
+
"filterPanel.preset.grayscale": string;
|
|
954
|
+
"filterPanel.slider.brightness": string;
|
|
955
|
+
"filterPanel.slider.contrast": string;
|
|
956
|
+
"filterPanel.slider.saturation": string;
|
|
957
|
+
"filterPanel.opacity.global": string;
|
|
958
|
+
"filterPanel.gradient.toggle": string;
|
|
959
|
+
"filterPanel.gradient.angle": string;
|
|
960
|
+
"filterPanel.gradient.colorStart": string;
|
|
961
|
+
"filterPanel.gradient.colorEnd": string;
|
|
962
|
+
"filterPanel.gradient.opacity": string;
|
|
963
|
+
"filterPanel.resetAll": string;
|
|
964
|
+
"filterPanel.resetGroup": string;
|
|
467
965
|
"tags.input.placeholder": string;
|
|
468
966
|
"tags.input.labelOptional": string;
|
|
469
967
|
"tags.input.label": string;
|
|
@@ -503,6 +1001,28 @@ export class I18n {
|
|
|
503
1001
|
"aiStarter.copyAriaLabel": string;
|
|
504
1002
|
"aiStarter.readMore": string;
|
|
505
1003
|
"aiStarter.readLess": string;
|
|
1004
|
+
"filterPanel.button": string;
|
|
1005
|
+
"filterPanel.aria.toggle": string;
|
|
1006
|
+
"filterPanel.badge.tooltip": string;
|
|
1007
|
+
"filterPanel.group.basic": string;
|
|
1008
|
+
"filterPanel.group.color": string;
|
|
1009
|
+
"filterPanel.group.gradient": string;
|
|
1010
|
+
"filterPanel.group.opacity": string;
|
|
1011
|
+
"filterPanel.preset.warm": string;
|
|
1012
|
+
"filterPanel.preset.cool": string;
|
|
1013
|
+
"filterPanel.preset.sepia": string;
|
|
1014
|
+
"filterPanel.preset.grayscale": string;
|
|
1015
|
+
"filterPanel.slider.brightness": string;
|
|
1016
|
+
"filterPanel.slider.contrast": string;
|
|
1017
|
+
"filterPanel.slider.saturation": string;
|
|
1018
|
+
"filterPanel.opacity.global": string;
|
|
1019
|
+
"filterPanel.gradient.toggle": string;
|
|
1020
|
+
"filterPanel.gradient.angle": string;
|
|
1021
|
+
"filterPanel.gradient.colorStart": string;
|
|
1022
|
+
"filterPanel.gradient.colorEnd": string;
|
|
1023
|
+
"filterPanel.gradient.opacity": string;
|
|
1024
|
+
"filterPanel.resetAll": string;
|
|
1025
|
+
"filterPanel.resetGroup": string;
|
|
506
1026
|
"tags.input.placeholder": string;
|
|
507
1027
|
"tags.input.labelOptional": string;
|
|
508
1028
|
"tags.input.label": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n.js"],"names":[],"mappings":"AAohBA;;GAEG;AACH,8CAEC;AAED;;GAEG;AACH,2CAMC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1GD;;GAEG;AACH;IACE,kDAGC;IAFC,eAAoB;IACpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmD;IAGrD;;OAEG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYC;IAED;;OAEG;IACH,8BAUC;IAED;;OAEG;IACH,6BAMC;IAED;;OAEG;IACH,oBAEC;IAED;;OAEG;IACH,gCAEC;IAED;;OAEG;IACH,8CAKC;IAED;;OAEG;IACH,0BAGC;CACF;AAED;;GAEG;AACH,+BAAsC"}
|