lime-elements-vue 1.0.10 → 1.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.
@@ -1,766 +0,0 @@
1
- /* eslint-disable */
2
- /* tslint:disable */
3
- /* auto-generated vue proxies */
4
- import { defineContainer } from '@stencil/vue-output-target/runtime';
5
- export const Limel3dHoverEffectGlow = /*@__PURE__*/ defineContainer('limel-3d-hover-effect-glow', () => { });
6
- export const LimelActionBar = /*@__PURE__*/ defineContainer('limel-action-bar', () => { }, [
7
- 'actions',
8
- 'language',
9
- 'accessibleLabel',
10
- 'layout',
11
- 'collapsible',
12
- 'openDirection',
13
- 'itemSelected'
14
- ], [
15
- 'itemSelected'
16
- ]);
17
- export const LimelActionBarItem = /*@__PURE__*/ defineContainer('limel-action-bar-item', () => { }, [
18
- 'item',
19
- 'isVisible',
20
- 'selected',
21
- 'select'
22
- ], [
23
- 'select'
24
- ]);
25
- export const LimelActionBarOverflowMenu = /*@__PURE__*/ defineContainer('limel-action-bar-overflow-menu', () => { }, [
26
- 'items',
27
- 'openDirection',
28
- 'overFlowIcon',
29
- 'select'
30
- ], [
31
- 'select'
32
- ]);
33
- export const LimelAiAvatar = /*@__PURE__*/ defineContainer('limel-ai-avatar', () => { }, [
34
- 'isThinking',
35
- 'language'
36
- ]);
37
- export const LimelBadge = /*@__PURE__*/ defineContainer('limel-badge', () => { }, [
38
- 'label'
39
- ]);
40
- export const LimelBanner = /*@__PURE__*/ defineContainer('limel-banner', () => { }, [
41
- 'message',
42
- 'icon'
43
- ]);
44
- export const LimelBreadcrumbs = /*@__PURE__*/ defineContainer('limel-breadcrumbs', () => { }, [
45
- 'items',
46
- 'divider',
47
- 'select'
48
- ], [
49
- 'select'
50
- ]);
51
- export const LimelButton = /*@__PURE__*/ defineContainer('limel-button', () => { }, [
52
- 'label',
53
- 'primary',
54
- 'outlined',
55
- 'icon',
56
- 'disabled',
57
- 'loading',
58
- 'loadingFailed'
59
- ]);
60
- export const LimelButtonGroup = /*@__PURE__*/ defineContainer('limel-button-group', () => { }, [
61
- 'value',
62
- 'disabled',
63
- 'change'
64
- ], [
65
- 'change'
66
- ]);
67
- export const LimelCallout = /*@__PURE__*/ defineContainer('limel-callout', () => { }, [
68
- 'heading',
69
- 'icon',
70
- 'type',
71
- 'language'
72
- ]);
73
- export const LimelCard = /*@__PURE__*/ defineContainer('limel-card', () => { }, [
74
- 'heading',
75
- 'subheading',
76
- 'image',
77
- 'icon',
78
- 'value',
79
- 'actions',
80
- 'clickable',
81
- 'orientation',
82
- 'actionSelected'
83
- ], [
84
- 'actionSelected'
85
- ]);
86
- export const LimelChart = /*@__PURE__*/ defineContainer('limel-chart', () => { }, [
87
- 'language',
88
- 'accessibleLabel',
89
- 'accessibleItemsLabel',
90
- 'items',
91
- 'type',
92
- 'orientation',
93
- 'maxValue',
94
- 'axisIncrement',
95
- 'loading',
96
- 'interact'
97
- ], [
98
- 'interact'
99
- ]);
100
- export const LimelCheckbox = /*@__PURE__*/ defineContainer('limel-checkbox', () => { }, [
101
- 'disabled',
102
- 'readonly',
103
- 'invalid',
104
- 'label',
105
- 'helperText',
106
- 'checked',
107
- 'indeterminate',
108
- 'required',
109
- 'readonlyLabels',
110
- 'change',
111
- 'le-checked'
112
- ], [
113
- 'change',
114
- 'le-checked'
115
- ]);
116
- export const LimelChip = /*@__PURE__*/ defineContainer('limel-chip', () => { }, [
117
- 'language',
118
- 'text',
119
- 'icon',
120
- 'image',
121
- 'link',
122
- 'badge',
123
- 'disabled',
124
- 'readonly',
125
- 'selected',
126
- 'invalid',
127
- 'removable',
128
- 'type',
129
- 'loading',
130
- 'progress',
131
- 'identifier',
132
- 'size',
133
- 'menuItems',
134
- 'remove',
135
- 'menuItemSelected'
136
- ], [
137
- 'remove',
138
- 'menuItemSelected'
139
- ]);
140
- export const LimelChipSet = /*@__PURE__*/ defineContainer('limel-chip-set', () => { }, [
141
- 'value',
142
- 'type',
143
- 'label',
144
- 'helperText',
145
- 'disabled',
146
- 'readonly',
147
- 'invalid',
148
- 'inputType',
149
- 'maxItems',
150
- 'required',
151
- 'searchLabel',
152
- 'emptyInputOnBlur',
153
- 'clearAllButton',
154
- 'leadingIcon',
155
- 'delimiter',
156
- 'autocomplete',
157
- 'language',
158
- 'interact',
159
- 'change',
160
- 'startEdit',
161
- 'stopEdit',
162
- 'input'
163
- ], [
164
- 'interact',
165
- 'change',
166
- 'startEdit',
167
- 'stopEdit',
168
- 'input'
169
- ]);
170
- export const LimelCircularProgress = /*@__PURE__*/ defineContainer('limel-circular-progress', () => { }, [
171
- 'value',
172
- 'maxValue',
173
- 'prefix',
174
- 'suffix',
175
- 'displayPercentageColors',
176
- 'size'
177
- ]);
178
- export const LimelCodeEditor = /*@__PURE__*/ defineContainer('limel-code-editor', () => { }, [
179
- 'value',
180
- 'language',
181
- 'readonly',
182
- 'lineNumbers',
183
- 'fold',
184
- 'lint',
185
- 'colorScheme',
186
- 'change'
187
- ], [
188
- 'change'
189
- ]);
190
- export const LimelCollapsibleSection = /*@__PURE__*/ defineContainer('limel-collapsible-section', () => { }, [
191
- 'isOpen',
192
- 'header',
193
- 'icon',
194
- 'invalid',
195
- 'actions',
196
- 'language',
197
- 'open',
198
- 'close',
199
- 'action'
200
- ], [
201
- 'open',
202
- 'close',
203
- 'action'
204
- ]);
205
- export const LimelColorPicker = /*@__PURE__*/ defineContainer('limel-color-picker', () => { }, [
206
- 'value',
207
- 'label',
208
- 'helperText',
209
- 'tooltipLabel',
210
- 'required',
211
- 'readonly',
212
- 'change'
213
- ], [
214
- 'change'
215
- ]);
216
- export const LimelColorPickerPalette = /*@__PURE__*/ defineContainer('limel-color-picker-palette', () => { }, [
217
- 'value',
218
- 'label',
219
- 'helperText',
220
- 'required',
221
- 'change'
222
- ], [
223
- 'change'
224
- ]);
225
- export const LimelConfig = /*@__PURE__*/ defineContainer('limel-config', () => { }, [
226
- 'config'
227
- ]);
228
- export const LimelDatePicker = /*@__PURE__*/ defineContainer('limel-date-picker', () => { }, [
229
- 'disabled',
230
- 'readonly',
231
- 'invalid',
232
- 'label',
233
- 'placeholder',
234
- 'helperText',
235
- 'required',
236
- 'value',
237
- 'type',
238
- 'format',
239
- 'language',
240
- 'formatter',
241
- 'change'
242
- ], [
243
- 'change'
244
- ]);
245
- export const LimelDialog = /*@__PURE__*/ defineContainer('limel-dialog', () => { }, [
246
- 'heading',
247
- 'fullscreen',
248
- 'open',
249
- 'closingActions',
250
- 'close',
251
- 'closing'
252
- ], [
253
- 'close',
254
- 'closing'
255
- ]);
256
- export const LimelDock = /*@__PURE__*/ defineContainer('limel-dock', () => { }, [
257
- 'dockItems',
258
- 'dockFooterItems',
259
- 'accessibleLabel',
260
- 'expanded',
261
- 'allowResize',
262
- 'mobileBreakPoint',
263
- 'itemSelected',
264
- 'menuOpen',
265
- 'close',
266
- 'dockExpanded'
267
- ], [
268
- 'itemSelected',
269
- 'menuOpen',
270
- 'close',
271
- 'dockExpanded'
272
- ]);
273
- export const LimelDockButton = /*@__PURE__*/ defineContainer('limel-dock-button', () => { }, [
274
- 'item',
275
- 'expanded',
276
- 'useMobileLayout',
277
- 'itemSelected',
278
- 'menuOpen',
279
- 'close'
280
- ], [
281
- 'itemSelected',
282
- 'menuOpen',
283
- 'close'
284
- ]);
285
- export const LimelDynamicLabel = /*@__PURE__*/ defineContainer('limel-dynamic-label', () => { }, [
286
- 'value',
287
- 'defaultLabel',
288
- 'labels'
289
- ]);
290
- export const LimelFile = /*@__PURE__*/ defineContainer('limel-file', () => { }, [
291
- 'value',
292
- 'label',
293
- 'required',
294
- 'disabled',
295
- 'readonly',
296
- 'invalid',
297
- 'accept',
298
- 'language',
299
- 'change',
300
- 'interact'
301
- ], [
302
- 'change',
303
- 'interact'
304
- ]);
305
- export const LimelFileDropzone = /*@__PURE__*/ defineContainer('limel-file-dropzone', () => { }, [
306
- 'accept',
307
- 'disabled',
308
- 'text',
309
- 'helperText',
310
- 'filesSelected',
311
- 'filesRejected'
312
- ], [
313
- 'filesSelected',
314
- 'filesRejected'
315
- ]);
316
- export const LimelFileInput = /*@__PURE__*/ defineContainer('limel-file-input', () => { }, [
317
- 'accept',
318
- 'disabled',
319
- 'multiple',
320
- 'filesSelected'
321
- ], [
322
- 'filesSelected'
323
- ]);
324
- export const LimelFileViewer = /*@__PURE__*/ defineContainer('limel-file-viewer', () => { }, [
325
- 'url',
326
- 'filename',
327
- 'alt',
328
- 'allowFullscreen',
329
- 'allowOpenInNewTab',
330
- 'allowDownload',
331
- 'language',
332
- 'officeViewer',
333
- 'actions',
334
- 'action'
335
- ], [
336
- 'action'
337
- ]);
338
- export const LimelFlatpickrAdapter = /*@__PURE__*/ defineContainer('limel-flatpickr-adapter', () => { }, [
339
- 'value',
340
- 'type',
341
- 'format',
342
- 'isOpen',
343
- 'inputElement',
344
- 'language',
345
- 'formatter',
346
- 'change'
347
- ], [
348
- 'change'
349
- ]);
350
- export const LimelFlexContainer = /*@__PURE__*/ defineContainer('limel-flex-container', () => { }, [
351
- 'direction',
352
- 'justify',
353
- 'align',
354
- 'reverse'
355
- ]);
356
- export const LimelGrid = /*@__PURE__*/ defineContainer('limel-grid', () => { });
357
- export const LimelHeader = /*@__PURE__*/ defineContainer('limel-header', () => { }, [
358
- 'icon',
359
- 'heading',
360
- 'subheading',
361
- 'supportingText',
362
- 'subheadingDivider'
363
- ]);
364
- export const LimelHelp = /*@__PURE__*/ defineContainer('limel-help', () => { }, [
365
- 'value',
366
- 'trigger',
367
- 'readMoreLink',
368
- 'openDirection'
369
- ]);
370
- export const LimelHelpContent = /*@__PURE__*/ defineContainer('limel-help-content', () => { }, [
371
- 'value',
372
- 'readMoreLink'
373
- ]);
374
- export const LimelHelperLine = /*@__PURE__*/ defineContainer('limel-helper-line', () => { }, [
375
- 'helperText',
376
- 'length',
377
- 'maxLength',
378
- 'invalid',
379
- 'helperTextId'
380
- ]);
381
- export const LimelIcon = /*@__PURE__*/ defineContainer('limel-icon', () => { }, [
382
- 'size',
383
- 'name',
384
- 'badge'
385
- ]);
386
- export const LimelIconButton = /*@__PURE__*/ defineContainer('limel-icon-button', () => { }, [
387
- 'icon',
388
- 'elevated',
389
- 'label',
390
- 'disabled'
391
- ]);
392
- export const LimelInfoTile = /*@__PURE__*/ defineContainer('limel-info-tile', () => { }, [
393
- 'value',
394
- 'icon',
395
- 'label',
396
- 'prefix',
397
- 'suffix',
398
- 'disabled',
399
- 'badge',
400
- 'loading',
401
- 'link',
402
- 'progress'
403
- ]);
404
- export const LimelInputField = /*@__PURE__*/ defineContainer('limel-input-field', () => { }, [
405
- 'disabled',
406
- 'readonly',
407
- 'invalid',
408
- 'label',
409
- 'placeholder',
410
- 'helperText',
411
- 'prefix',
412
- 'suffix',
413
- 'required',
414
- 'value',
415
- 'trailingIcon',
416
- 'leadingIcon',
417
- 'pattern',
418
- 'type',
419
- 'formatNumber',
420
- 'step',
421
- 'max',
422
- 'min',
423
- 'maxlength',
424
- 'minlength',
425
- 'completions',
426
- 'showLink',
427
- 'locale',
428
- 'change',
429
- 'action'
430
- ], [
431
- 'change',
432
- 'action'
433
- ]);
434
- export const LimelLinearProgress = /*@__PURE__*/ defineContainer('limel-linear-progress', () => { }, [
435
- 'language',
436
- 'value',
437
- 'indeterminate',
438
- 'accessibleLabel'
439
- ]);
440
- export const LimelList = /*@__PURE__*/ defineContainer('limel-list', () => { }, [
441
- 'items',
442
- 'badgeIcons',
443
- 'iconSize',
444
- 'type',
445
- 'maxLinesSecondaryText',
446
- 'change',
447
- 'select',
448
- 'interact'
449
- ], [
450
- 'change',
451
- 'select',
452
- 'interact'
453
- ]);
454
- export const LimelMarkdown = /*@__PURE__*/ defineContainer('limel-markdown', () => { }, [
455
- 'value',
456
- 'whitelist',
457
- 'lazyLoadImages'
458
- ]);
459
- export const LimelMenu = /*@__PURE__*/ defineContainer('limel-menu', () => { }, [
460
- 'items',
461
- 'disabled',
462
- 'openDirection',
463
- 'surfaceWidth',
464
- 'open',
465
- 'badgeIcons',
466
- 'gridLayout',
467
- 'loading',
468
- 'currentSubMenu',
469
- 'rootItem',
470
- 'searcher',
471
- 'emptyResultMessage',
472
- 'cancel',
473
- 'select',
474
- 'navigateMenu'
475
- ], [
476
- 'cancel',
477
- 'select',
478
- 'navigateMenu'
479
- ]);
480
- export const LimelMenuList = /*@__PURE__*/ defineContainer('limel-menu-list', () => { }, [
481
- 'items',
482
- 'badgeIcons',
483
- 'iconSize',
484
- 'maxLinesSecondaryText',
485
- 'select',
486
- 'interact'
487
- ], [
488
- 'select',
489
- 'interact'
490
- ]);
491
- export const LimelMenuSurface = /*@__PURE__*/ defineContainer('limel-menu-surface', () => { }, [
492
- 'open',
493
- 'allowClicksElement',
494
- 'dismiss'
495
- ], [
496
- 'dismiss'
497
- ]);
498
- export const LimelNotchedOutline = /*@__PURE__*/ defineContainer('limel-notched-outline', () => { }, [
499
- 'required',
500
- 'readonly',
501
- 'invalid',
502
- 'disabled',
503
- 'label',
504
- 'labelId',
505
- 'hasValue',
506
- 'hasLeadingIcon',
507
- 'hasFloatingLabel'
508
- ]);
509
- export const LimelPicker = /*@__PURE__*/ defineContainer('limel-picker', () => { }, [
510
- 'disabled',
511
- 'readonly',
512
- 'label',
513
- 'searchLabel',
514
- 'helperText',
515
- 'leadingIcon',
516
- 'emptyResultMessage',
517
- 'required',
518
- 'invalid',
519
- 'value',
520
- 'searcher',
521
- 'allItems',
522
- 'multiple',
523
- 'delimiter',
524
- 'actions',
525
- 'actionPosition',
526
- 'actionScrollBehavior',
527
- 'badgeIcons',
528
- 'change',
529
- 'interact',
530
- 'action'
531
- ], [
532
- 'change',
533
- 'interact',
534
- 'action'
535
- ]);
536
- export const LimelPopover = /*@__PURE__*/ defineContainer('limel-popover', () => { }, [
537
- 'open',
538
- 'openDirection',
539
- 'close'
540
- ], [
541
- 'close'
542
- ]);
543
- export const LimelPopoverSurface = /*@__PURE__*/ defineContainer('limel-popover-surface', () => { }, [
544
- 'contentCollection'
545
- ]);
546
- export const LimelPortal = /*@__PURE__*/ defineContainer('limel-portal', () => { }, [
547
- 'openDirection',
548
- 'position',
549
- 'containerId',
550
- 'containerStyle',
551
- 'inheritParentWidth',
552
- 'visible',
553
- 'anchor'
554
- ]);
555
- export const LimelProgressFlow = /*@__PURE__*/ defineContainer('limel-progress-flow', () => { }, [
556
- 'flowItems',
557
- 'disabled',
558
- 'readonly',
559
- 'change'
560
- ], [
561
- 'change'
562
- ]);
563
- export const LimelProgressFlowItem = /*@__PURE__*/ defineContainer('limel-progress-flow-item', () => { }, [
564
- 'item',
565
- 'disabled',
566
- 'readonly',
567
- 'currentStep',
568
- 'interact'
569
- ], [
570
- 'interact'
571
- ]);
572
- export const LimelProsemirrorAdapter = /*@__PURE__*/ defineContainer('limel-prosemirror-adapter', () => { }, [
573
- 'contentType',
574
- 'value',
575
- 'language',
576
- 'disabled',
577
- 'customElements',
578
- 'triggerCharacters',
579
- 'ui',
580
- 'change',
581
- 'imagePasted',
582
- 'imageRemoved',
583
- 'metadataChange'
584
- ], [
585
- 'change',
586
- 'imagePasted',
587
- 'imageRemoved',
588
- 'metadataChange'
589
- ]);
590
- export const LimelSelect = /*@__PURE__*/ defineContainer('limel-select', () => { }, [
591
- 'disabled',
592
- 'readonly',
593
- 'invalid',
594
- 'required',
595
- 'label',
596
- 'helperText',
597
- 'value',
598
- 'options',
599
- 'multiple',
600
- 'change'
601
- ], [
602
- 'change'
603
- ]);
604
- export const LimelShortcut = /*@__PURE__*/ defineContainer('limel-shortcut', () => { }, [
605
- 'icon',
606
- 'label',
607
- 'disabled',
608
- 'badge',
609
- 'link'
610
- ]);
611
- export const LimelSlider = /*@__PURE__*/ defineContainer('limel-slider', () => { }, [
612
- 'disabled',
613
- 'readonly',
614
- 'factor',
615
- 'label',
616
- 'helperText',
617
- 'unit',
618
- 'value',
619
- 'valuemax',
620
- 'valuemin',
621
- 'step',
622
- 'change'
623
- ], [
624
- 'change'
625
- ]);
626
- export const LimelSnackbar = /*@__PURE__*/ defineContainer('limel-snackbar', () => { }, [
627
- 'open',
628
- 'message',
629
- 'timeout',
630
- 'actionText',
631
- 'dismissible',
632
- 'multiline',
633
- 'language',
634
- 'action',
635
- 'hide'
636
- ], [
637
- 'action',
638
- 'hide'
639
- ]);
640
- export const LimelSpinner = /*@__PURE__*/ defineContainer('limel-spinner', () => { }, [
641
- 'size',
642
- 'limeBranded'
643
- ]);
644
- export const LimelSplitButton = /*@__PURE__*/ defineContainer('limel-split-button', () => { }, [
645
- 'label',
646
- 'primary',
647
- 'icon',
648
- 'disabled',
649
- 'loading',
650
- 'loadingFailed',
651
- 'items',
652
- 'select'
653
- ], [
654
- 'select'
655
- ]);
656
- export const LimelSwitch = /*@__PURE__*/ defineContainer('limel-switch', () => { }, [
657
- 'label',
658
- 'disabled',
659
- 'readonly',
660
- 'invalid',
661
- 'value',
662
- 'helperText',
663
- 'readonlyLabels',
664
- 'change'
665
- ], [
666
- 'change'
667
- ]);
668
- export const LimelTabBar = /*@__PURE__*/ defineContainer('limel-tab-bar', () => { }, [
669
- 'tabs',
670
- 'changeTab'
671
- ], [
672
- 'changeTab'
673
- ]);
674
- export const LimelTabPanel = /*@__PURE__*/ defineContainer('limel-tab-panel', () => { }, [
675
- 'tabs',
676
- 'changeTab'
677
- ], [
678
- 'changeTab'
679
- ]);
680
- export const LimelTable = /*@__PURE__*/ defineContainer('limel-table', () => { }, [
681
- 'data',
682
- 'columns',
683
- 'mode',
684
- 'layout',
685
- 'pageSize',
686
- 'totalRows',
687
- 'sorting',
688
- 'activeRow',
689
- 'movableColumns',
690
- 'loading',
691
- 'page',
692
- 'emptyMessage',
693
- 'aggregates',
694
- 'selectable',
695
- 'selection',
696
- 'sort',
697
- 'changePage',
698
- 'load',
699
- 'activate',
700
- 'changeColumns',
701
- 'select',
702
- 'selectAll'
703
- ], [
704
- 'sort',
705
- 'changePage',
706
- 'load',
707
- 'activate',
708
- 'changeColumns',
709
- 'select',
710
- 'selectAll'
711
- ]);
712
- export const LimelTextEditor = /*@__PURE__*/ defineContainer('limel-text-editor', () => { }, [
713
- 'contentType',
714
- 'language',
715
- 'disabled',
716
- 'readonly',
717
- 'helperText',
718
- 'placeholder',
719
- 'label',
720
- 'invalid',
721
- 'value',
722
- 'customElements',
723
- 'triggers',
724
- 'required',
725
- 'allowResize',
726
- 'ui',
727
- 'change',
728
- 'imagePasted',
729
- 'imageRemoved',
730
- 'metadataChange',
731
- 'triggerStart',
732
- 'triggerStop',
733
- 'triggerChange'
734
- ], [
735
- 'change',
736
- 'imagePasted',
737
- 'imageRemoved',
738
- 'metadataChange',
739
- 'triggerStart',
740
- 'triggerStop',
741
- 'triggerChange'
742
- ]);
743
- export const LimelTextEditorLinkMenu = /*@__PURE__*/ defineContainer('limel-text-editor-link-menu', () => { }, [
744
- 'link',
745
- 'language',
746
- 'isOpen',
747
- 'cancel',
748
- 'save',
749
- 'linkChange'
750
- ], [
751
- 'cancel',
752
- 'save',
753
- 'linkChange'
754
- ]);
755
- export const LimelTooltip = /*@__PURE__*/ defineContainer('limel-tooltip', () => { }, [
756
- 'elementId',
757
- 'label',
758
- 'helperLabel',
759
- 'maxlength',
760
- 'openDirection'
761
- ]);
762
- export const LimelTooltipContent = /*@__PURE__*/ defineContainer('limel-tooltip-content', () => { }, [
763
- 'label',
764
- 'helperLabel',
765
- 'maxlength'
766
- ]);