lime-elements-vue 2.1.1 → 2.2.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/index.cjs.js +1 -1
- package/dist/index.d.ts +164 -0
- package/dist/index.esm.js +919 -2
- package/dist/web-types.json +1522 -4769
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,7 +1,924 @@
|
|
|
1
|
-
|
|
1
|
+
import { defineContainer as e } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
const i = /* @__PURE__ */ e("limel-3d-hover-effect-glow", void 0), a = /* @__PURE__ */ e("limel-action-bar", void 0, [
|
|
3
|
+
"actions",
|
|
4
|
+
"accessibleLabel",
|
|
5
|
+
"language",
|
|
6
|
+
"layout",
|
|
7
|
+
"collapsible",
|
|
8
|
+
"openDirection",
|
|
9
|
+
"itemSelected"
|
|
10
|
+
], [
|
|
11
|
+
"itemSelected"
|
|
12
|
+
]), t = /* @__PURE__ */ e("limel-action-bar-item", void 0, [
|
|
13
|
+
"item",
|
|
14
|
+
"isVisible",
|
|
15
|
+
"selected",
|
|
16
|
+
"select"
|
|
17
|
+
], [
|
|
18
|
+
"select"
|
|
19
|
+
]), o = /* @__PURE__ */ e("limel-action-bar-overflow-menu", void 0, [
|
|
20
|
+
"items",
|
|
21
|
+
"openDirection",
|
|
22
|
+
"select"
|
|
23
|
+
], [
|
|
24
|
+
"select"
|
|
25
|
+
]), n = /* @__PURE__ */ e("limel-ai-avatar", void 0, [
|
|
26
|
+
"isThinking",
|
|
27
|
+
"mode",
|
|
28
|
+
"variant",
|
|
29
|
+
"language"
|
|
30
|
+
]), c = /* @__PURE__ */ e("limel-badge", void 0, [
|
|
31
|
+
"label"
|
|
32
|
+
]), d = /* @__PURE__ */ e("limel-banner", void 0, [
|
|
33
|
+
"message",
|
|
34
|
+
"icon"
|
|
35
|
+
]), s = /* @__PURE__ */ e("limel-breadcrumbs", void 0, [
|
|
36
|
+
"items",
|
|
37
|
+
"divider",
|
|
38
|
+
"select"
|
|
39
|
+
], [
|
|
40
|
+
"select"
|
|
41
|
+
]), r = /* @__PURE__ */ e("limel-button", void 0, [
|
|
42
|
+
"label",
|
|
43
|
+
"primary",
|
|
44
|
+
"outlined",
|
|
45
|
+
"icon",
|
|
46
|
+
"disabled",
|
|
47
|
+
"loading",
|
|
48
|
+
"loadingFailed"
|
|
49
|
+
]), m = /* @__PURE__ */ e("limel-button-group", void 0, [
|
|
50
|
+
"value",
|
|
51
|
+
"disabled",
|
|
52
|
+
"change"
|
|
53
|
+
], [
|
|
54
|
+
"change"
|
|
55
|
+
]), g = /* @__PURE__ */ e("limel-callout", void 0, [
|
|
56
|
+
"heading",
|
|
57
|
+
"icon",
|
|
58
|
+
"type",
|
|
59
|
+
"language"
|
|
60
|
+
]), u = /* @__PURE__ */ e("limel-card", void 0, [
|
|
61
|
+
"heading",
|
|
62
|
+
"subheading",
|
|
63
|
+
"image",
|
|
64
|
+
"icon",
|
|
65
|
+
"value",
|
|
66
|
+
"actions",
|
|
67
|
+
"clickable",
|
|
68
|
+
"orientation",
|
|
69
|
+
"selected",
|
|
70
|
+
"show3dEffect",
|
|
71
|
+
"actionSelected"
|
|
72
|
+
], [
|
|
73
|
+
"actionSelected"
|
|
74
|
+
]), p = /* @__PURE__ */ e("limel-chart", void 0, [
|
|
75
|
+
"language",
|
|
76
|
+
"accessibleLabel",
|
|
77
|
+
"accessibleItemsLabel",
|
|
78
|
+
"accessibleValuesLabel",
|
|
79
|
+
"displayAxisLabels",
|
|
80
|
+
"displayItemText",
|
|
81
|
+
"displayItemValue",
|
|
82
|
+
"items",
|
|
83
|
+
"type",
|
|
84
|
+
"orientation",
|
|
85
|
+
"maxValue",
|
|
86
|
+
"axisIncrement",
|
|
87
|
+
"loading",
|
|
88
|
+
"interact"
|
|
89
|
+
], [
|
|
90
|
+
"interact"
|
|
91
|
+
]), v = /* @__PURE__ */ e("limel-checkbox", void 0, [
|
|
92
|
+
"disabled",
|
|
93
|
+
"readonly",
|
|
94
|
+
"invalid",
|
|
95
|
+
"label",
|
|
96
|
+
"helperText",
|
|
97
|
+
"checked",
|
|
98
|
+
"indeterminate",
|
|
99
|
+
"required",
|
|
100
|
+
"readonlyLabels",
|
|
101
|
+
"change"
|
|
102
|
+
], [
|
|
103
|
+
"change"
|
|
104
|
+
]), h = /* @__PURE__ */ e("limel-chip", void 0, [
|
|
105
|
+
"language",
|
|
106
|
+
"text",
|
|
107
|
+
"icon",
|
|
108
|
+
"image",
|
|
109
|
+
"link",
|
|
110
|
+
"badge",
|
|
111
|
+
"disabled",
|
|
112
|
+
"readonly",
|
|
113
|
+
"selected",
|
|
114
|
+
"invalid",
|
|
115
|
+
"removable",
|
|
116
|
+
"type",
|
|
117
|
+
"loading",
|
|
118
|
+
"progress",
|
|
119
|
+
"identifier",
|
|
120
|
+
"size",
|
|
121
|
+
"menuItems",
|
|
122
|
+
"remove",
|
|
123
|
+
"menuItemSelected"
|
|
124
|
+
], [
|
|
125
|
+
"remove",
|
|
126
|
+
"menuItemSelected"
|
|
127
|
+
]), b = /* @__PURE__ */ e("limel-chip-set", void 0, [
|
|
128
|
+
"value",
|
|
129
|
+
"type",
|
|
130
|
+
"label",
|
|
131
|
+
"helperText",
|
|
132
|
+
"disabled",
|
|
133
|
+
"readonly",
|
|
134
|
+
"invalid",
|
|
135
|
+
"inputType",
|
|
136
|
+
"maxItems",
|
|
137
|
+
"required",
|
|
138
|
+
"searchLabel",
|
|
139
|
+
"emptyInputOnBlur",
|
|
140
|
+
"emptyInputOnChange",
|
|
141
|
+
"clearAllButton",
|
|
142
|
+
"leadingIcon",
|
|
143
|
+
"delimiter",
|
|
144
|
+
"autocomplete",
|
|
145
|
+
"language",
|
|
146
|
+
"interact",
|
|
147
|
+
"change",
|
|
148
|
+
"startEdit",
|
|
149
|
+
"stopEdit",
|
|
150
|
+
"input"
|
|
151
|
+
], [
|
|
152
|
+
"interact",
|
|
153
|
+
"change",
|
|
154
|
+
"startEdit",
|
|
155
|
+
"stopEdit",
|
|
156
|
+
"input"
|
|
157
|
+
]), L = /* @__PURE__ */ e("limel-circular-progress", void 0, [
|
|
158
|
+
"value",
|
|
159
|
+
"maxValue",
|
|
160
|
+
"prefix",
|
|
161
|
+
"suffix",
|
|
162
|
+
"displayPercentageColors",
|
|
163
|
+
"size"
|
|
164
|
+
]), f = /* @__PURE__ */ e("limel-code-diff", void 0, [
|
|
165
|
+
"oldValue",
|
|
166
|
+
"newValue",
|
|
167
|
+
"oldHeading",
|
|
168
|
+
"newHeading",
|
|
169
|
+
"layout",
|
|
170
|
+
"contextLines",
|
|
171
|
+
"lineWrapping",
|
|
172
|
+
"language",
|
|
173
|
+
"reformatJson",
|
|
174
|
+
"translationLanguage"
|
|
175
|
+
]), y = /* @__PURE__ */ e("limel-code-editor", void 0, [
|
|
176
|
+
"value",
|
|
177
|
+
"language",
|
|
178
|
+
"readonly",
|
|
179
|
+
"disabled",
|
|
180
|
+
"invalid",
|
|
181
|
+
"required",
|
|
182
|
+
"label",
|
|
183
|
+
"helperText",
|
|
184
|
+
"lineNumbers",
|
|
185
|
+
"lineWrapping",
|
|
186
|
+
"fold",
|
|
187
|
+
"lint",
|
|
188
|
+
"colorScheme",
|
|
189
|
+
"translationLanguage",
|
|
190
|
+
"showCopyButton",
|
|
191
|
+
"change"
|
|
192
|
+
], [
|
|
193
|
+
"change"
|
|
194
|
+
]), x = /* @__PURE__ */ e("limel-collapsible-section", void 0, [
|
|
195
|
+
"isOpen",
|
|
196
|
+
"header",
|
|
197
|
+
"icon",
|
|
198
|
+
"invalid",
|
|
199
|
+
"actions",
|
|
200
|
+
"language",
|
|
201
|
+
"open",
|
|
202
|
+
"close",
|
|
203
|
+
"action"
|
|
204
|
+
], [
|
|
205
|
+
"open",
|
|
206
|
+
"close",
|
|
207
|
+
"action"
|
|
208
|
+
]), I = /* @__PURE__ */ e("limel-color-picker", void 0, [
|
|
209
|
+
"value",
|
|
210
|
+
"label",
|
|
211
|
+
"helperText",
|
|
212
|
+
"tooltipLabel",
|
|
213
|
+
"required",
|
|
214
|
+
"disabled",
|
|
215
|
+
"readonly",
|
|
216
|
+
"invalid",
|
|
217
|
+
"placeholder",
|
|
218
|
+
"manualInput",
|
|
219
|
+
"palette",
|
|
220
|
+
"paletteColumnCount",
|
|
221
|
+
"change"
|
|
222
|
+
], [
|
|
223
|
+
"change"
|
|
224
|
+
]), k = /* @__PURE__ */ e("limel-color-picker-palette", void 0, [
|
|
225
|
+
"value",
|
|
226
|
+
"label",
|
|
227
|
+
"helperText",
|
|
228
|
+
"placeholder",
|
|
229
|
+
"required",
|
|
230
|
+
"invalid",
|
|
231
|
+
"manualInput",
|
|
232
|
+
"columnCount",
|
|
233
|
+
"palette",
|
|
234
|
+
"change"
|
|
235
|
+
], [
|
|
236
|
+
"change"
|
|
237
|
+
]), C = /* @__PURE__ */ e("limel-config", void 0, [
|
|
238
|
+
"config"
|
|
239
|
+
]), S = /* @__PURE__ */ e("limel-date-picker", void 0, [
|
|
240
|
+
"disabled",
|
|
241
|
+
"readonly",
|
|
242
|
+
"invalid",
|
|
243
|
+
"label",
|
|
244
|
+
"placeholder",
|
|
245
|
+
"helperText",
|
|
246
|
+
"required",
|
|
247
|
+
"value",
|
|
248
|
+
"type",
|
|
249
|
+
"format",
|
|
250
|
+
"language",
|
|
251
|
+
"formatter",
|
|
252
|
+
"change"
|
|
253
|
+
], [
|
|
254
|
+
"change"
|
|
255
|
+
]), T = /* @__PURE__ */ e("limel-dialog", void 0, [
|
|
256
|
+
"heading",
|
|
257
|
+
"fullscreen",
|
|
258
|
+
"open",
|
|
259
|
+
"closingActions",
|
|
260
|
+
"close",
|
|
261
|
+
"closing"
|
|
262
|
+
], [
|
|
263
|
+
"close",
|
|
264
|
+
"closing"
|
|
265
|
+
]), w = /* @__PURE__ */ e("limel-dock", void 0, [
|
|
266
|
+
"dockItems",
|
|
267
|
+
"dockFooterItems",
|
|
268
|
+
"accessibleLabel",
|
|
269
|
+
"expanded",
|
|
270
|
+
"allowResize",
|
|
271
|
+
"mobileBreakPoint",
|
|
272
|
+
"itemSelected",
|
|
273
|
+
"menuOpen",
|
|
274
|
+
"close",
|
|
275
|
+
"dockExpanded"
|
|
276
|
+
], [
|
|
277
|
+
"itemSelected",
|
|
278
|
+
"menuOpen",
|
|
279
|
+
"close",
|
|
280
|
+
"dockExpanded"
|
|
281
|
+
]), P = /* @__PURE__ */ e("limel-dock-button", void 0, [
|
|
282
|
+
"item",
|
|
283
|
+
"expanded",
|
|
284
|
+
"useMobileLayout",
|
|
285
|
+
"itemSelected",
|
|
286
|
+
"menuOpen",
|
|
287
|
+
"close"
|
|
288
|
+
], [
|
|
289
|
+
"itemSelected",
|
|
290
|
+
"menuOpen",
|
|
291
|
+
"close"
|
|
292
|
+
]), B = /* @__PURE__ */ e("limel-drag-handle", void 0, [
|
|
293
|
+
"dragDirection",
|
|
294
|
+
"tooltipOpenDirection",
|
|
295
|
+
"language"
|
|
296
|
+
]), E = /* @__PURE__ */ e("limel-dynamic-label", void 0, [
|
|
297
|
+
"value",
|
|
298
|
+
"defaultLabel",
|
|
299
|
+
"labels"
|
|
300
|
+
]), R = /* @__PURE__ */ e("limel-email-viewer", void 0, [
|
|
301
|
+
"email",
|
|
302
|
+
"fallbackUrl",
|
|
303
|
+
"language",
|
|
304
|
+
"allowRemoteImages",
|
|
305
|
+
"allowRemoteImagesChange"
|
|
306
|
+
], [
|
|
307
|
+
"allowRemoteImagesChange"
|
|
308
|
+
]), D = /* @__PURE__ */ e("limel-file", void 0, [
|
|
309
|
+
"value",
|
|
310
|
+
"label",
|
|
311
|
+
"helperText",
|
|
312
|
+
"required",
|
|
313
|
+
"disabled",
|
|
314
|
+
"readonly",
|
|
315
|
+
"invalid",
|
|
316
|
+
"loading",
|
|
317
|
+
"accept",
|
|
318
|
+
"resizeImage",
|
|
319
|
+
"language",
|
|
320
|
+
"change",
|
|
321
|
+
"interact"
|
|
322
|
+
], [
|
|
323
|
+
"change",
|
|
324
|
+
"interact"
|
|
325
|
+
]), M = /* @__PURE__ */ e("limel-file-dropzone", void 0, [
|
|
326
|
+
"accept",
|
|
327
|
+
"disabled",
|
|
328
|
+
"text",
|
|
329
|
+
"helperText",
|
|
330
|
+
"filesSelected",
|
|
331
|
+
"filesRejected"
|
|
332
|
+
], [
|
|
333
|
+
"filesSelected",
|
|
334
|
+
"filesRejected"
|
|
335
|
+
]), F = /* @__PURE__ */ e("limel-file-input", void 0, [
|
|
336
|
+
"accept",
|
|
337
|
+
"disabled",
|
|
338
|
+
"multiple",
|
|
339
|
+
"filesSelected"
|
|
340
|
+
], [
|
|
341
|
+
"filesSelected"
|
|
342
|
+
]), z = /* @__PURE__ */ e("limel-file-viewer", void 0, [
|
|
343
|
+
"url",
|
|
344
|
+
"filename",
|
|
345
|
+
"alt",
|
|
346
|
+
"allowFullscreen",
|
|
347
|
+
"allowOpenInNewTab",
|
|
348
|
+
"allowDownload",
|
|
349
|
+
"language",
|
|
350
|
+
"officeViewer",
|
|
351
|
+
"actions",
|
|
352
|
+
"action"
|
|
353
|
+
], [
|
|
354
|
+
"action"
|
|
355
|
+
]), O = /* @__PURE__ */ e("limel-flatpickr-adapter", void 0, [
|
|
356
|
+
"value",
|
|
357
|
+
"type",
|
|
358
|
+
"format",
|
|
359
|
+
"isOpen",
|
|
360
|
+
"inputElement",
|
|
361
|
+
"language",
|
|
362
|
+
"formatter",
|
|
363
|
+
"change"
|
|
364
|
+
], [
|
|
365
|
+
"change"
|
|
366
|
+
]), q = /* @__PURE__ */ e("limel-flex-container", void 0, [
|
|
367
|
+
"direction",
|
|
368
|
+
"justify",
|
|
369
|
+
"align",
|
|
370
|
+
"reverse"
|
|
371
|
+
]), A = /* @__PURE__ */ e("limel-form", void 0, [
|
|
372
|
+
"schema",
|
|
373
|
+
"value",
|
|
374
|
+
"disabled",
|
|
375
|
+
"propsFactory",
|
|
376
|
+
"transformErrors",
|
|
377
|
+
"errors",
|
|
378
|
+
"revealErrors",
|
|
379
|
+
"change",
|
|
380
|
+
"validate"
|
|
381
|
+
], [
|
|
382
|
+
"change",
|
|
383
|
+
"validate"
|
|
384
|
+
]), V = /* @__PURE__ */ e("limel-grid", void 0), H = /* @__PURE__ */ e("limel-header", void 0, [
|
|
385
|
+
"icon",
|
|
386
|
+
"heading",
|
|
387
|
+
"subheading",
|
|
388
|
+
"supportingText",
|
|
389
|
+
"subheadingDivider"
|
|
390
|
+
]), j = /* @__PURE__ */ e("limel-help", void 0, [
|
|
391
|
+
"value",
|
|
392
|
+
"trigger",
|
|
393
|
+
"readMoreLink",
|
|
394
|
+
"openDirection"
|
|
395
|
+
]), G = /* @__PURE__ */ e("limel-help-content", void 0, [
|
|
396
|
+
"value",
|
|
397
|
+
"readMoreLink"
|
|
398
|
+
]), N = /* @__PURE__ */ e("limel-helper-line", void 0, [
|
|
399
|
+
"helperText",
|
|
400
|
+
"length",
|
|
401
|
+
"maxLength",
|
|
402
|
+
"invalid",
|
|
403
|
+
"helperTextId"
|
|
404
|
+
]), W = /* @__PURE__ */ e("limel-hotkey", void 0, [
|
|
405
|
+
"value",
|
|
406
|
+
"disabled"
|
|
407
|
+
]), J = /* @__PURE__ */ e("limel-icon", void 0, [
|
|
408
|
+
"size",
|
|
409
|
+
"name",
|
|
410
|
+
"badge",
|
|
411
|
+
"svgClass"
|
|
412
|
+
]), U = /* @__PURE__ */ e("limel-icon-button", void 0, [
|
|
413
|
+
"icon",
|
|
414
|
+
"elevated",
|
|
415
|
+
"label",
|
|
416
|
+
"helperLabel",
|
|
417
|
+
"disabled"
|
|
418
|
+
]), K = /* @__PURE__ */ e("limel-info-tile", void 0, [
|
|
419
|
+
"value",
|
|
420
|
+
"icon",
|
|
421
|
+
"label",
|
|
422
|
+
"prefix",
|
|
423
|
+
"suffix",
|
|
424
|
+
"disabled",
|
|
425
|
+
"reducedPresence",
|
|
426
|
+
"badge",
|
|
427
|
+
"loading",
|
|
428
|
+
"link",
|
|
429
|
+
"progress"
|
|
430
|
+
]), Q = /* @__PURE__ */ e("limel-input-field", void 0, [
|
|
431
|
+
"disabled",
|
|
432
|
+
"readonly",
|
|
433
|
+
"invalid",
|
|
434
|
+
"label",
|
|
435
|
+
"placeholder",
|
|
436
|
+
"helperText",
|
|
437
|
+
"prefix",
|
|
438
|
+
"suffix",
|
|
439
|
+
"required",
|
|
440
|
+
"value",
|
|
441
|
+
"trailingIcon",
|
|
442
|
+
"leadingIcon",
|
|
443
|
+
"pattern",
|
|
444
|
+
"type",
|
|
445
|
+
"formatNumber",
|
|
446
|
+
"step",
|
|
447
|
+
"max",
|
|
448
|
+
"min",
|
|
449
|
+
"maxlength",
|
|
450
|
+
"minlength",
|
|
451
|
+
"completions",
|
|
452
|
+
"showLink",
|
|
453
|
+
"locale",
|
|
454
|
+
"change",
|
|
455
|
+
"action"
|
|
456
|
+
], [
|
|
457
|
+
"change",
|
|
458
|
+
"action"
|
|
459
|
+
]), X = /* @__PURE__ */ e("limel-linear-progress", void 0, [
|
|
460
|
+
"language",
|
|
461
|
+
"value",
|
|
462
|
+
"indeterminate",
|
|
463
|
+
"accessibleLabel"
|
|
464
|
+
]), Y = /* @__PURE__ */ e("limel-list", void 0, [
|
|
465
|
+
"items",
|
|
466
|
+
"badgeIcons",
|
|
467
|
+
"iconSize",
|
|
468
|
+
"type",
|
|
469
|
+
"maxLinesSecondaryText",
|
|
470
|
+
"change",
|
|
471
|
+
"select",
|
|
472
|
+
"interact"
|
|
473
|
+
], [
|
|
474
|
+
"change",
|
|
475
|
+
"select",
|
|
476
|
+
"interact"
|
|
477
|
+
]), Z = /* @__PURE__ */ e("limel-list-item", void 0, [
|
|
478
|
+
"language",
|
|
479
|
+
"value",
|
|
480
|
+
"text",
|
|
481
|
+
"secondaryText",
|
|
482
|
+
"disabled",
|
|
483
|
+
"icon",
|
|
484
|
+
"iconSize",
|
|
485
|
+
"badgeIcon",
|
|
486
|
+
"selected",
|
|
487
|
+
"actions",
|
|
488
|
+
"primaryComponent",
|
|
489
|
+
"image",
|
|
490
|
+
"type"
|
|
491
|
+
]), _ = /* @__PURE__ */ e("limel-markdown", void 0, [
|
|
492
|
+
"value",
|
|
493
|
+
"whitelist",
|
|
494
|
+
"lazyLoadImages",
|
|
495
|
+
"removeEmptyParagraphs",
|
|
496
|
+
"adaptColorContrast"
|
|
497
|
+
]), $ = /* @__PURE__ */ e("limel-masonry-layout", void 0, [
|
|
498
|
+
"ordered"
|
|
499
|
+
]), ee = /* @__PURE__ */ e("limel-menu", void 0, [
|
|
500
|
+
"items",
|
|
501
|
+
"disabled",
|
|
502
|
+
"openDirection",
|
|
503
|
+
"surfaceWidth",
|
|
504
|
+
"open",
|
|
505
|
+
"badgeIcons",
|
|
506
|
+
"gridLayout",
|
|
507
|
+
"loading",
|
|
508
|
+
"currentSubMenu",
|
|
509
|
+
"rootItem",
|
|
510
|
+
"searcher",
|
|
511
|
+
"searchPlaceholder",
|
|
512
|
+
"emptyResultMessage",
|
|
513
|
+
"keepOpenOnSelect",
|
|
514
|
+
"cancel",
|
|
515
|
+
"select",
|
|
516
|
+
"navigateMenu"
|
|
517
|
+
], [
|
|
518
|
+
"cancel",
|
|
519
|
+
"select",
|
|
520
|
+
"navigateMenu"
|
|
521
|
+
]), le = /* @__PURE__ */ e("limel-menu-item-meta", void 0, [
|
|
522
|
+
"commandText",
|
|
523
|
+
"hotkey",
|
|
524
|
+
"disabled",
|
|
525
|
+
"badge",
|
|
526
|
+
"showChevron"
|
|
527
|
+
]), ie = /* @__PURE__ */ e("limel-menu-list", void 0, [
|
|
528
|
+
"items",
|
|
529
|
+
"badgeIcons",
|
|
530
|
+
"iconSize",
|
|
531
|
+
"select",
|
|
532
|
+
"interact"
|
|
533
|
+
], [
|
|
534
|
+
"select",
|
|
535
|
+
"interact"
|
|
536
|
+
]), ae = /* @__PURE__ */ e("limel-menu-surface", void 0, [
|
|
537
|
+
"open",
|
|
538
|
+
"allowClicksElement",
|
|
539
|
+
"dismiss"
|
|
540
|
+
], [
|
|
541
|
+
"dismiss"
|
|
542
|
+
]), te = /* @__PURE__ */ e("limel-notched-outline", void 0, [
|
|
543
|
+
"required",
|
|
544
|
+
"readonly",
|
|
545
|
+
"invalid",
|
|
546
|
+
"disabled",
|
|
547
|
+
"label",
|
|
548
|
+
"labelId",
|
|
549
|
+
"hasValue",
|
|
550
|
+
"hasLeadingIcon",
|
|
551
|
+
"hasFloatingLabel"
|
|
552
|
+
]), oe = /* @__PURE__ */ e("limel-picker", void 0, [
|
|
553
|
+
"disabled",
|
|
554
|
+
"readonly",
|
|
555
|
+
"label",
|
|
556
|
+
"searchLabel",
|
|
557
|
+
"helperText",
|
|
558
|
+
"leadingIcon",
|
|
559
|
+
"emptyResultMessage",
|
|
560
|
+
"language",
|
|
561
|
+
"required",
|
|
562
|
+
"invalid",
|
|
563
|
+
"value",
|
|
564
|
+
"searcher",
|
|
565
|
+
"allItems",
|
|
566
|
+
"multiple",
|
|
567
|
+
"delimiter",
|
|
568
|
+
"actions",
|
|
569
|
+
"actionPosition",
|
|
570
|
+
"actionScrollBehavior",
|
|
571
|
+
"badgeIcons",
|
|
572
|
+
"change",
|
|
573
|
+
"interact",
|
|
574
|
+
"action"
|
|
575
|
+
], [
|
|
576
|
+
"change",
|
|
577
|
+
"interact",
|
|
578
|
+
"action"
|
|
579
|
+
]), ne = /* @__PURE__ */ e("limel-popover", void 0, [
|
|
580
|
+
"open",
|
|
581
|
+
"openDirection",
|
|
582
|
+
"close"
|
|
583
|
+
], [
|
|
584
|
+
"close"
|
|
585
|
+
]), ce = /* @__PURE__ */ e("limel-popover-surface", void 0, [
|
|
586
|
+
"contentCollection"
|
|
587
|
+
]), de = /* @__PURE__ */ e("limel-portal", void 0, [
|
|
588
|
+
"openDirection",
|
|
589
|
+
"position",
|
|
590
|
+
"containerId",
|
|
591
|
+
"containerStyle",
|
|
592
|
+
"inheritParentWidth",
|
|
593
|
+
"visible",
|
|
594
|
+
"anchor"
|
|
595
|
+
]), se = /* @__PURE__ */ e("limel-profile-picture", void 0, [
|
|
596
|
+
"language",
|
|
597
|
+
"label",
|
|
598
|
+
"icon",
|
|
599
|
+
"helperText",
|
|
600
|
+
"disabled",
|
|
601
|
+
"readonly",
|
|
602
|
+
"required",
|
|
603
|
+
"invalid",
|
|
604
|
+
"loading",
|
|
605
|
+
"value",
|
|
606
|
+
"imageFit",
|
|
607
|
+
"accept",
|
|
608
|
+
"resize",
|
|
609
|
+
"change",
|
|
610
|
+
"filesRejected"
|
|
611
|
+
], [
|
|
612
|
+
"change",
|
|
613
|
+
"filesRejected"
|
|
614
|
+
]), re = /* @__PURE__ */ e("limel-progress-flow", void 0, [
|
|
615
|
+
"flowItems",
|
|
616
|
+
"disabled",
|
|
617
|
+
"readonly",
|
|
618
|
+
"change"
|
|
619
|
+
], [
|
|
620
|
+
"change"
|
|
621
|
+
]), me = /* @__PURE__ */ e("limel-progress-flow-item", void 0, [
|
|
622
|
+
"item",
|
|
623
|
+
"disabled",
|
|
624
|
+
"readonly",
|
|
625
|
+
"currentStep",
|
|
626
|
+
"interact"
|
|
627
|
+
], [
|
|
628
|
+
"interact"
|
|
629
|
+
]), ge = /* @__PURE__ */ e("limel-prosemirror-adapter", void 0, [
|
|
630
|
+
"contentType",
|
|
631
|
+
"value",
|
|
632
|
+
"language",
|
|
633
|
+
"disabled",
|
|
634
|
+
"customElements",
|
|
635
|
+
"inlineImages",
|
|
636
|
+
"triggerCharacters",
|
|
637
|
+
"ui",
|
|
638
|
+
"change",
|
|
639
|
+
"imagePasted",
|
|
640
|
+
"imageRemoved",
|
|
641
|
+
"metadataChange"
|
|
642
|
+
], [
|
|
643
|
+
"change",
|
|
644
|
+
"imagePasted",
|
|
645
|
+
"imageRemoved",
|
|
646
|
+
"metadataChange"
|
|
647
|
+
]), ue = /* @__PURE__ */ e("limel-radio-button", void 0, [
|
|
648
|
+
"checked",
|
|
649
|
+
"disabled",
|
|
650
|
+
"id",
|
|
651
|
+
"label",
|
|
652
|
+
"onChange"
|
|
653
|
+
]), pe = /* @__PURE__ */ e("limel-radio-button-group", void 0, [
|
|
654
|
+
"items",
|
|
655
|
+
"selectedItem",
|
|
656
|
+
"disabled",
|
|
657
|
+
"badgeIcons",
|
|
658
|
+
"maxLinesSecondaryText",
|
|
659
|
+
"change"
|
|
660
|
+
], [
|
|
661
|
+
"change"
|
|
662
|
+
]), ve = /* @__PURE__ */ e("limel-select", void 0, [
|
|
663
|
+
"disabled",
|
|
664
|
+
"readonly",
|
|
665
|
+
"invalid",
|
|
666
|
+
"required",
|
|
667
|
+
"label",
|
|
668
|
+
"helperText",
|
|
669
|
+
"value",
|
|
670
|
+
"options",
|
|
671
|
+
"multiple",
|
|
672
|
+
"change"
|
|
673
|
+
], [
|
|
674
|
+
"change"
|
|
675
|
+
]), he = /* @__PURE__ */ e("limel-shortcut", void 0, [
|
|
676
|
+
"icon",
|
|
677
|
+
"label",
|
|
678
|
+
"disabled",
|
|
679
|
+
"badge",
|
|
680
|
+
"link"
|
|
681
|
+
]), be = /* @__PURE__ */ e("limel-slider", void 0, [
|
|
682
|
+
"disabled",
|
|
683
|
+
"readonly",
|
|
684
|
+
"factor",
|
|
685
|
+
"label",
|
|
686
|
+
"helperText",
|
|
687
|
+
"required",
|
|
688
|
+
"invalid",
|
|
689
|
+
"displaysPercentageColors",
|
|
690
|
+
"unit",
|
|
691
|
+
"value",
|
|
692
|
+
"valuemax",
|
|
693
|
+
"valuemin",
|
|
694
|
+
"step",
|
|
695
|
+
"change"
|
|
696
|
+
], [
|
|
697
|
+
"change"
|
|
698
|
+
]), Le = /* @__PURE__ */ e("limel-snackbar", void 0, [
|
|
699
|
+
"open",
|
|
700
|
+
"message",
|
|
701
|
+
"timeout",
|
|
702
|
+
"actionText",
|
|
703
|
+
"dismissible",
|
|
704
|
+
"multiline",
|
|
705
|
+
"language",
|
|
706
|
+
"action",
|
|
707
|
+
"hide"
|
|
708
|
+
], [
|
|
709
|
+
"action",
|
|
710
|
+
"hide"
|
|
711
|
+
]), fe = /* @__PURE__ */ e("limel-spinner", void 0, [
|
|
712
|
+
"size",
|
|
713
|
+
"limeBranded"
|
|
714
|
+
]), ye = /* @__PURE__ */ e("limel-split-button", void 0, [
|
|
715
|
+
"label",
|
|
716
|
+
"primary",
|
|
717
|
+
"icon",
|
|
718
|
+
"disabled",
|
|
719
|
+
"loading",
|
|
720
|
+
"loadingFailed",
|
|
721
|
+
"items",
|
|
722
|
+
"select"
|
|
723
|
+
], [
|
|
724
|
+
"select"
|
|
725
|
+
]), xe = /* @__PURE__ */ e("limel-switch", void 0, [
|
|
726
|
+
"label",
|
|
727
|
+
"disabled",
|
|
728
|
+
"readonly",
|
|
729
|
+
"invalid",
|
|
730
|
+
"value",
|
|
731
|
+
"helperText",
|
|
732
|
+
"readonlyLabels",
|
|
733
|
+
"change"
|
|
734
|
+
], [
|
|
735
|
+
"change"
|
|
736
|
+
]), Ie = /* @__PURE__ */ e("limel-tab-bar", void 0, [
|
|
737
|
+
"tabs",
|
|
738
|
+
"changeTab"
|
|
739
|
+
], [
|
|
740
|
+
"changeTab"
|
|
741
|
+
]), ke = /* @__PURE__ */ e("limel-tab-panel", void 0, [
|
|
742
|
+
"tabs",
|
|
743
|
+
"changeTab"
|
|
744
|
+
], [
|
|
745
|
+
"changeTab"
|
|
746
|
+
]), Ce = /* @__PURE__ */ e("limel-table", void 0, [
|
|
747
|
+
"data",
|
|
748
|
+
"columns",
|
|
749
|
+
"mode",
|
|
750
|
+
"layout",
|
|
751
|
+
"pageSize",
|
|
752
|
+
"totalRows",
|
|
753
|
+
"sorting",
|
|
754
|
+
"activeRow",
|
|
755
|
+
"movableColumns",
|
|
756
|
+
"movableRows",
|
|
757
|
+
"sortableColumns",
|
|
758
|
+
"loading",
|
|
759
|
+
"page",
|
|
760
|
+
"emptyMessage",
|
|
761
|
+
"aggregates",
|
|
762
|
+
"selectable",
|
|
763
|
+
"selection",
|
|
764
|
+
"language",
|
|
765
|
+
"paginationLocation",
|
|
766
|
+
"sort",
|
|
767
|
+
"changePage",
|
|
768
|
+
"load",
|
|
769
|
+
"activate",
|
|
770
|
+
"changeColumns",
|
|
771
|
+
"reorder",
|
|
772
|
+
"select",
|
|
773
|
+
"selectAll"
|
|
774
|
+
], [
|
|
775
|
+
"sort",
|
|
776
|
+
"changePage",
|
|
777
|
+
"load",
|
|
778
|
+
"activate",
|
|
779
|
+
"changeColumns",
|
|
780
|
+
"reorder",
|
|
781
|
+
"select",
|
|
782
|
+
"selectAll"
|
|
783
|
+
]), Se = /* @__PURE__ */ e("limel-text-editor", void 0, [
|
|
784
|
+
"contentType",
|
|
785
|
+
"language",
|
|
786
|
+
"disabled",
|
|
787
|
+
"readonly",
|
|
788
|
+
"helperText",
|
|
789
|
+
"placeholder",
|
|
790
|
+
"label",
|
|
791
|
+
"invalid",
|
|
792
|
+
"value",
|
|
793
|
+
"customElements",
|
|
794
|
+
"inlineImages",
|
|
795
|
+
"triggers",
|
|
796
|
+
"required",
|
|
797
|
+
"allowResize",
|
|
798
|
+
"ui",
|
|
799
|
+
"change",
|
|
800
|
+
"imagePasted",
|
|
801
|
+
"imageRemoved",
|
|
802
|
+
"metadataChange",
|
|
803
|
+
"triggerStart",
|
|
804
|
+
"triggerStop",
|
|
805
|
+
"triggerChange"
|
|
806
|
+
], [
|
|
807
|
+
"change",
|
|
808
|
+
"imagePasted",
|
|
809
|
+
"imageRemoved",
|
|
810
|
+
"metadataChange",
|
|
811
|
+
"triggerStart",
|
|
812
|
+
"triggerStop",
|
|
813
|
+
"triggerChange"
|
|
814
|
+
]), Te = /* @__PURE__ */ e("limel-text-editor-link-menu", void 0, [
|
|
815
|
+
"link",
|
|
816
|
+
"language",
|
|
817
|
+
"isOpen",
|
|
818
|
+
"cancel",
|
|
819
|
+
"save",
|
|
820
|
+
"linkChange"
|
|
821
|
+
], [
|
|
822
|
+
"cancel",
|
|
823
|
+
"save",
|
|
824
|
+
"linkChange"
|
|
825
|
+
]), we = /* @__PURE__ */ e("limel-tooltip", void 0, [
|
|
826
|
+
"elementId",
|
|
827
|
+
"label",
|
|
828
|
+
"helperLabel",
|
|
829
|
+
"hotkey",
|
|
830
|
+
"maxlength",
|
|
831
|
+
"openDirection"
|
|
832
|
+
]), Pe = /* @__PURE__ */ e("limel-tooltip-content", void 0, [
|
|
833
|
+
"label",
|
|
834
|
+
"helperLabel",
|
|
835
|
+
"maxlength",
|
|
836
|
+
"hotkey"
|
|
837
|
+
]), Be = {
|
|
2
838
|
install() {
|
|
3
839
|
}
|
|
4
840
|
};
|
|
5
841
|
export {
|
|
6
|
-
|
|
842
|
+
Be as LimeElementsVue,
|
|
843
|
+
i as Limel3dHoverEffectGlow,
|
|
844
|
+
a as LimelActionBar,
|
|
845
|
+
t as LimelActionBarItem,
|
|
846
|
+
o as LimelActionBarOverflowMenu,
|
|
847
|
+
n as LimelAiAvatar,
|
|
848
|
+
c as LimelBadge,
|
|
849
|
+
d as LimelBanner,
|
|
850
|
+
s as LimelBreadcrumbs,
|
|
851
|
+
r as LimelButton,
|
|
852
|
+
m as LimelButtonGroup,
|
|
853
|
+
g as LimelCallout,
|
|
854
|
+
u as LimelCard,
|
|
855
|
+
p as LimelChart,
|
|
856
|
+
v as LimelCheckbox,
|
|
857
|
+
h as LimelChip,
|
|
858
|
+
b as LimelChipSet,
|
|
859
|
+
L as LimelCircularProgress,
|
|
860
|
+
f as LimelCodeDiff,
|
|
861
|
+
y as LimelCodeEditor,
|
|
862
|
+
x as LimelCollapsibleSection,
|
|
863
|
+
I as LimelColorPicker,
|
|
864
|
+
k as LimelColorPickerPalette,
|
|
865
|
+
C as LimelConfig,
|
|
866
|
+
S as LimelDatePicker,
|
|
867
|
+
T as LimelDialog,
|
|
868
|
+
w as LimelDock,
|
|
869
|
+
P as LimelDockButton,
|
|
870
|
+
B as LimelDragHandle,
|
|
871
|
+
E as LimelDynamicLabel,
|
|
872
|
+
R as LimelEmailViewer,
|
|
873
|
+
D as LimelFile,
|
|
874
|
+
M as LimelFileDropzone,
|
|
875
|
+
F as LimelFileInput,
|
|
876
|
+
z as LimelFileViewer,
|
|
877
|
+
O as LimelFlatpickrAdapter,
|
|
878
|
+
q as LimelFlexContainer,
|
|
879
|
+
A as LimelForm,
|
|
880
|
+
V as LimelGrid,
|
|
881
|
+
H as LimelHeader,
|
|
882
|
+
j as LimelHelp,
|
|
883
|
+
G as LimelHelpContent,
|
|
884
|
+
N as LimelHelperLine,
|
|
885
|
+
W as LimelHotkey,
|
|
886
|
+
J as LimelIcon,
|
|
887
|
+
U as LimelIconButton,
|
|
888
|
+
K as LimelInfoTile,
|
|
889
|
+
Q as LimelInputField,
|
|
890
|
+
X as LimelLinearProgress,
|
|
891
|
+
Y as LimelList,
|
|
892
|
+
Z as LimelListItem,
|
|
893
|
+
_ as LimelMarkdown,
|
|
894
|
+
$ as LimelMasonryLayout,
|
|
895
|
+
ee as LimelMenu,
|
|
896
|
+
le as LimelMenuItemMeta,
|
|
897
|
+
ie as LimelMenuList,
|
|
898
|
+
ae as LimelMenuSurface,
|
|
899
|
+
te as LimelNotchedOutline,
|
|
900
|
+
oe as LimelPicker,
|
|
901
|
+
ne as LimelPopover,
|
|
902
|
+
ce as LimelPopoverSurface,
|
|
903
|
+
de as LimelPortal,
|
|
904
|
+
se as LimelProfilePicture,
|
|
905
|
+
re as LimelProgressFlow,
|
|
906
|
+
me as LimelProgressFlowItem,
|
|
907
|
+
ge as LimelProsemirrorAdapter,
|
|
908
|
+
ue as LimelRadioButton,
|
|
909
|
+
pe as LimelRadioButtonGroup,
|
|
910
|
+
ve as LimelSelect,
|
|
911
|
+
he as LimelShortcut,
|
|
912
|
+
be as LimelSlider,
|
|
913
|
+
Le as LimelSnackbar,
|
|
914
|
+
fe as LimelSpinner,
|
|
915
|
+
ye as LimelSplitButton,
|
|
916
|
+
xe as LimelSwitch,
|
|
917
|
+
Ie as LimelTabBar,
|
|
918
|
+
ke as LimelTabPanel,
|
|
919
|
+
Ce as LimelTable,
|
|
920
|
+
Se as LimelTextEditor,
|
|
921
|
+
Te as LimelTextEditorLinkMenu,
|
|
922
|
+
we as LimelTooltip,
|
|
923
|
+
Pe as LimelTooltipContent
|
|
7
924
|
};
|