@six-group/ui-library-vue 0.0.0-insider.ebd822a → 0.0.0-insider.ecf3d8c

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,12 +1,7 @@
1
1
  /* eslint-disable */
2
2
  /* tslint:disable */
3
3
  /* auto-generated vue proxies */
4
- import { defineContainer } from './vue-component-lib/utils';
5
- import { defineCustomElements } from '@six-group/ui-library/loader';
6
- defineCustomElements();
7
- export const SetAttributes = /*@__PURE__*/ defineContainer('set-attributes', undefined, [
8
- 'value'
9
- ]);
4
+ import { defineContainer } from '@stencil/vue-output-target/runtime';
10
5
  export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
11
6
  'open',
12
7
  'closable',
@@ -16,6 +11,11 @@ export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
16
11
  'six-alert-after-show',
17
12
  'six-alert-hide',
18
13
  'six-alert-after-hide'
14
+ ], [
15
+ 'six-alert-show',
16
+ 'six-alert-after-show',
17
+ 'six-alert-hide',
18
+ 'six-alert-after-hide'
19
19
  ]);
20
20
  export const SixAvatar = /*@__PURE__*/ defineContainer('six-avatar', undefined, [
21
21
  'image',
@@ -45,6 +45,9 @@ export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined,
45
45
  'download',
46
46
  'six-button-blur',
47
47
  'six-button-focus'
48
+ ], [
49
+ 'six-button-blur',
50
+ 'six-button-focus'
48
51
  ]);
49
52
  export const SixCard = /*@__PURE__*/ defineContainer('six-card', undefined);
50
53
  export const SixCheckbox = /*@__PURE__*/ defineContainer('six-checkbox', undefined, [
@@ -54,14 +57,43 @@ export const SixCheckbox = /*@__PURE__*/ defineContainer('six-checkbox', undefin
54
57
  'required',
55
58
  'label',
56
59
  'errorText',
60
+ 'errorTextCount',
61
+ 'invalid',
57
62
  'checked',
58
63
  'indeterminate',
59
- 'invalid',
60
- 'errorOnBlur',
61
64
  'six-checkbox-blur',
62
65
  'six-checkbox-change',
63
66
  'six-checkbox-focus'
64
- ], 'checked', 'six-checkbox-change');
67
+ ], [
68
+ 'six-checkbox-blur',
69
+ 'six-checkbox-change',
70
+ 'six-checkbox-focus'
71
+ ], 'checked', 'change');
72
+ export const SixDate = /*@__PURE__*/ defineContainer('six-date', undefined, [
73
+ 'language',
74
+ 'readonly',
75
+ 'disabled',
76
+ 'allowedDates',
77
+ 'min',
78
+ 'max',
79
+ 'size',
80
+ 'required',
81
+ 'placeholder',
82
+ 'value',
83
+ 'dateFormat',
84
+ 'label',
85
+ 'helpText',
86
+ 'errorText',
87
+ 'errorTextCount',
88
+ 'invalid',
89
+ 'name',
90
+ 'clearable',
91
+ 'six-change',
92
+ 'six-blur'
93
+ ], [
94
+ 'six-change',
95
+ 'six-blur'
96
+ ], 'value', 'change');
65
97
  export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', undefined, [
66
98
  'type',
67
99
  'locale',
@@ -79,12 +111,13 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
79
111
  'defaultDate',
80
112
  'placeholder',
81
113
  'value',
114
+ 'label',
115
+ 'errorText',
116
+ 'errorTextCount',
117
+ 'invalid',
82
118
  'containingElement',
83
119
  'dateFormat',
84
120
  'debounce',
85
- 'errorOnBlur',
86
- 'errorText',
87
- 'label',
88
121
  'name',
89
122
  'clearable',
90
123
  'iconPosition',
@@ -92,7 +125,11 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
92
125
  'six-datepicker-select',
93
126
  'six-datepicker-clear',
94
127
  'six-datepicker-blur'
95
- ], 'value', 'six-datepicker-select');
128
+ ], [
129
+ 'six-datepicker-select',
130
+ 'six-datepicker-clear',
131
+ 'six-datepicker-blur'
132
+ ], 'value', 'change');
96
133
  export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined, [
97
134
  'open',
98
135
  'summary',
@@ -106,6 +143,11 @@ export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined
106
143
  'six-details-after-show',
107
144
  'six-details-hide',
108
145
  'six-details-after-hide'
146
+ ], [
147
+ 'six-details-show',
148
+ 'six-details-after-show',
149
+ 'six-details-hide',
150
+ 'six-details-after-hide'
109
151
  ]);
110
152
  export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined, [
111
153
  'open',
@@ -116,7 +158,14 @@ export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined,
116
158
  'six-dialog-hide',
117
159
  'six-dialog-after-hide',
118
160
  'six-dialog-initial-focus',
119
- 'six-dialog-overlay-dismiss'
161
+ 'six-dialog-request-close'
162
+ ], [
163
+ 'six-dialog-show',
164
+ 'six-dialog-after-show',
165
+ 'six-dialog-hide',
166
+ 'six-dialog-after-hide',
167
+ 'six-dialog-initial-focus',
168
+ 'six-dialog-request-close'
120
169
  ]);
121
170
  export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined, [
122
171
  'open',
@@ -129,7 +178,14 @@ export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined,
129
178
  'six-drawer-hide',
130
179
  'six-drawer-after-hide',
131
180
  'six-drawer-initial-focus',
132
- 'six-drawer-overlay-dismiss'
181
+ 'six-drawer-request-close'
182
+ ], [
183
+ 'six-drawer-show',
184
+ 'six-drawer-after-show',
185
+ 'six-drawer-hide',
186
+ 'six-drawer-after-hide',
187
+ 'six-drawer-initial-focus',
188
+ 'six-drawer-request-close'
133
189
  ]);
134
190
  export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefined, [
135
191
  'open',
@@ -147,6 +203,15 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
147
203
  'disableHideOnEnterAndSpace',
148
204
  'options',
149
205
  'virtualScroll',
206
+ 'matchTriggerWidth',
207
+ 'six-dropdown-show',
208
+ 'six-dropdown-after-show',
209
+ 'six-dropdown-hide',
210
+ 'six-dropdown-after-hide',
211
+ 'six-dropdown-auto-filter-fired',
212
+ 'six-async-filter-fired',
213
+ 'six-dropdown-scroll'
214
+ ], [
150
215
  'six-dropdown-show',
151
216
  'six-dropdown-after-show',
152
217
  'six-dropdown-hide',
@@ -155,6 +220,7 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
155
220
  'six-async-filter-fired',
156
221
  'six-dropdown-scroll'
157
222
  ]);
223
+ export const SixError = /*@__PURE__*/ defineContainer('six-error', undefined);
158
224
  export const SixErrorPage = /*@__PURE__*/ defineContainer('six-error-page', undefined, [
159
225
  'errorCode',
160
226
  'language',
@@ -172,6 +238,9 @@ export const SixFileListItem = /*@__PURE__*/ defineContainer('six-file-list-item
172
238
  'nodelete',
173
239
  'six-file-list-item-download',
174
240
  'six-file-list-item-remove'
241
+ ], [
242
+ 'six-file-list-item-download',
243
+ 'six-file-list-item-remove'
175
244
  ]);
176
245
  export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', undefined, [
177
246
  'compact',
@@ -180,16 +249,16 @@ export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', un
180
249
  'accept',
181
250
  'multiple',
182
251
  'maxFileSize',
252
+ 'uploading',
253
+ 'errorText',
254
+ 'invalid',
255
+ 'six-file-upload-success',
256
+ 'six-file-upload-failure'
257
+ ], [
183
258
  'six-file-upload-success',
184
259
  'six-file-upload-failure'
185
260
  ]);
186
261
  export const SixFooter = /*@__PURE__*/ defineContainer('six-footer', undefined);
187
- export const SixForm = /*@__PURE__*/ defineContainer('six-form', undefined, [
188
- 'novalidate',
189
- 'six-form-submit',
190
- 'six-form-change',
191
- 'six-form-reset'
192
- ]);
193
262
  export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', undefined, [
194
263
  'size',
195
264
  'label',
@@ -199,15 +268,21 @@ export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', un
199
268
  ]);
200
269
  export const SixHeader = /*@__PURE__*/ defineContainer('six-header', undefined, [
201
270
  'shiftContent',
202
- 'openHamburgerMenu',
203
- 'openSearch',
204
- 'clickableLogo',
205
- 'six-header-app-name-clicked',
206
- 'six-header-app-switcher-select',
207
- 'six-header-profile-select',
208
- 'six-header-hamburger-menu-clicked',
209
- 'six-header-logo-clicked',
210
- 'six-header-search-field-toggle'
271
+ 'openSearch'
272
+ ]);
273
+ export const SixHeaderDropdownItem = /*@__PURE__*/ defineContainer('six-header-dropdown-item', undefined, [
274
+ 'filter',
275
+ 'filterPlaceholder'
276
+ ]);
277
+ export const SixHeaderItem = /*@__PURE__*/ defineContainer('six-header-item', undefined, [
278
+ 'active'
279
+ ]);
280
+ export const SixHeaderMenuButton = /*@__PURE__*/ defineContainer('six-header-menu-button', undefined, [
281
+ 'caret',
282
+ 'disabled',
283
+ 'loading',
284
+ 'submit',
285
+ 'reset'
211
286
  ]);
212
287
  export const SixIcon = /*@__PURE__*/ defineContainer('six-icon', undefined, [
213
288
  'size',
@@ -218,7 +293,10 @@ export const SixIconButton = /*@__PURE__*/ defineContainer('six-icon-button', un
218
293
  'size',
219
294
  'label',
220
295
  'disabled',
221
- 'html'
296
+ 'html',
297
+ 'href',
298
+ 'target',
299
+ 'download'
222
300
  ]);
223
301
  export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
224
302
  'type',
@@ -226,9 +304,7 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
226
304
  'name',
227
305
  'value',
228
306
  'pill',
229
- 'label',
230
307
  'helpText',
231
- 'errorText',
232
308
  'placeholder',
233
309
  'disabled',
234
310
  'readonly',
@@ -238,24 +314,33 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
238
314
  'max',
239
315
  'step',
240
316
  'pattern',
317
+ 'dropdownSearch',
241
318
  'required',
242
319
  'autocapitalize',
243
320
  'autocorrect',
244
321
  'autocomplete',
245
322
  'autofocus',
246
323
  'spellcheck',
324
+ 'label',
325
+ 'errorText',
326
+ 'errorTextCount',
247
327
  'invalid',
248
328
  'clearable',
249
329
  'togglePassword',
250
330
  'inputmode',
251
331
  'line',
252
- 'errorOnBlur',
253
332
  'six-input-change',
254
333
  'six-input-clear',
255
334
  'six-input-input',
256
335
  'six-input-focus',
257
336
  'six-input-blur'
258
- ], 'value', 'six-input-change');
337
+ ], [
338
+ 'six-input-change',
339
+ 'six-input-clear',
340
+ 'six-input-input',
341
+ 'six-input-focus',
342
+ 'six-input-blur'
343
+ ], 'value', 'input');
259
344
  export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
260
345
  'value',
261
346
  'type',
@@ -273,15 +358,23 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', un
273
358
  'debounce',
274
359
  'six-item-picker-change',
275
360
  'six-item-picker-change-debounced'
361
+ ], [
362
+ 'six-item-picker-change',
363
+ 'six-item-picker-change-debounced'
276
364
  ]);
277
365
  export const SixLanguageSwitcher = /*@__PURE__*/ defineContainer('six-language-switcher', undefined, [
278
366
  'selected',
279
367
  'languages',
280
368
  'six-language-switcher-change'
369
+ ], [
370
+ 'six-language-switcher-change'
281
371
  ]);
282
372
  export const SixLayoutGrid = /*@__PURE__*/ defineContainer('six-layout-grid', undefined, [
283
373
  'columns'
284
374
  ]);
375
+ export const SixLogo = /*@__PURE__*/ defineContainer('six-logo', undefined, [
376
+ 'brand'
377
+ ]);
285
378
  export const SixMainContainer = /*@__PURE__*/ defineContainer('six-main-container', undefined, [
286
379
  'padded'
287
380
  ]);
@@ -292,10 +385,14 @@ export const SixMenu = /*@__PURE__*/ defineContainer('six-menu', undefined, [
292
385
  'virtualScroll',
293
386
  'itemSize',
294
387
  'scrollingDebounce',
388
+ 'disableKeyboardHandling',
389
+ 'six-menu-item-selected'
390
+ ], [
295
391
  'six-menu-item-selected'
296
392
  ]);
297
393
  export const SixMenuDivider = /*@__PURE__*/ defineContainer('six-menu-divider', undefined);
298
394
  export const SixMenuItem = /*@__PURE__*/ defineContainer('six-menu-item', undefined, [
395
+ 'checkType',
299
396
  'checked',
300
397
  'value',
301
398
  'disabled'
@@ -322,32 +419,38 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
322
419
  'six-radio-blur',
323
420
  'six-radio-change',
324
421
  'six-radio-focus'
325
- ], 'value', 'six-radio-change');
422
+ ], [
423
+ 'six-radio-blur',
424
+ 'six-radio-change',
425
+ 'six-radio-focus'
426
+ ]);
326
427
  export const SixRange = /*@__PURE__*/ defineContainer('six-range', undefined, [
327
428
  'name',
328
429
  'value',
329
430
  'required',
330
- 'label',
331
431
  'helpText',
332
- 'errorText',
333
432
  'disabled',
433
+ 'label',
434
+ 'errorText',
435
+ 'errorTextCount',
334
436
  'invalid',
335
437
  'min',
336
438
  'max',
337
439
  'step',
338
440
  'tooltip',
339
441
  'tooltipFormatter',
340
- 'errorOnBlur',
341
442
  'six-range-change',
342
443
  'six-range-blur',
343
444
  'six-range-focus'
344
- ], 'value', 'six-range-change');
445
+ ], [
446
+ 'six-range-change',
447
+ 'six-range-blur',
448
+ 'six-range-focus'
449
+ ], 'value', 'input');
345
450
  export const SixRoot = /*@__PURE__*/ defineContainer('six-root', undefined, [
346
- 'breakpoint',
347
451
  'padded',
348
452
  'stage',
349
- 'version',
350
- 'six-root-collapsed'
453
+ 'version'
351
454
  ]);
352
455
  export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field', undefined, [
353
456
  'placeholder',
@@ -356,10 +459,13 @@ export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field',
356
459
  'value',
357
460
  'clearable',
358
461
  'six-search-field-change'
359
- ], 'value', 'six-search-field-change');
462
+ ], [
463
+ 'six-search-field-change'
464
+ ]);
360
465
  export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined, [
361
466
  'multiple',
362
- 'maxTagsVisible',
467
+ 'selectAllButton',
468
+ 'selectAllText',
363
469
  'disabled',
364
470
  'name',
365
471
  'placeholder',
@@ -369,25 +475,28 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
369
475
  'hoist',
370
476
  'value',
371
477
  'pill',
372
- 'label',
373
478
  'helpText',
374
- 'errorText',
375
479
  'required',
376
480
  'clearable',
481
+ 'label',
482
+ 'errorText',
483
+ 'errorTextCount',
377
484
  'invalid',
378
485
  'line',
379
- 'errorOnBlur',
380
486
  'filter',
381
487
  'asyncFilter',
382
488
  'autocomplete',
383
489
  'inputDebounce',
384
490
  'options',
385
491
  'virtualScroll',
386
- 'defaultValue',
387
492
  'six-select-change',
388
493
  'six-select-focus',
389
494
  'six-select-blur'
390
- ], 'value', 'six-select-change');
495
+ ], [
496
+ 'six-select-change',
497
+ 'six-select-focus',
498
+ 'six-select-blur'
499
+ ], 'value', 'change');
391
500
  export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined, [
392
501
  'position',
393
502
  'open',
@@ -398,20 +507,30 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
398
507
  'six-sidebar-hide',
399
508
  'six-sidebar-after-hide',
400
509
  'six-sidebar-initial-focus'
510
+ ], [
511
+ 'six-sidebar-show',
512
+ 'six-sidebar-after-show',
513
+ 'six-sidebar-hide',
514
+ 'six-sidebar-after-hide',
515
+ 'six-sidebar-initial-focus'
401
516
  ]);
402
517
  export const SixSidebarItem = /*@__PURE__*/ defineContainer('six-sidebar-item', undefined, [
403
518
  'value',
404
519
  'selected',
405
- 'disabled'
520
+ 'disabled',
521
+ 'icon',
522
+ 'href'
406
523
  ]);
407
524
  export const SixSidebarItemGroup = /*@__PURE__*/ defineContainer('six-sidebar-item-group', undefined, [
408
525
  'name',
409
526
  'icon',
410
527
  'value',
411
528
  'open',
412
- 'summaryIcon'
529
+ 'summaryIcon',
530
+ 'href'
413
531
  ]);
414
532
  export const SixSpinner = /*@__PURE__*/ defineContainer('six-spinner', undefined, [
533
+ 'logo',
415
534
  'six'
416
535
  ]);
417
536
  export const SixStageIndicator = /*@__PURE__*/ defineContainer('six-stage-indicator', undefined, [
@@ -423,23 +542,35 @@ export const SixSwitch = /*@__PURE__*/ defineContainer('six-switch', undefined,
423
542
  'disabled',
424
543
  'required',
425
544
  'checked',
545
+ 'label',
546
+ 'errorText',
547
+ 'errorTextCount',
426
548
  'invalid',
427
549
  'six-switch-blur',
428
550
  'six-switch-change',
429
551
  'six-switch-focus'
430
- ], 'checked', 'six-switch-change');
552
+ ], [
553
+ 'six-switch-blur',
554
+ 'six-switch-change',
555
+ 'six-switch-focus'
556
+ ], 'checked', 'change');
431
557
  export const SixTab = /*@__PURE__*/ defineContainer('six-tab', undefined, [
432
558
  'panel',
433
559
  'active',
434
560
  'closable',
435
561
  'disabled',
436
562
  'six-tab-close'
563
+ ], [
564
+ 'six-tab-close'
437
565
  ]);
438
566
  export const SixTabGroup = /*@__PURE__*/ defineContainer('six-tab-group', undefined, [
439
567
  'placement',
440
568
  'noScrollControls',
441
569
  'six-tab-show',
442
570
  'six-tab-hide'
571
+ ], [
572
+ 'six-tab-show',
573
+ 'six-tab-hide'
443
574
  ]);
444
575
  export const SixTabPanel = /*@__PURE__*/ defineContainer('six-tab-panel', undefined, [
445
576
  'name',
@@ -451,14 +582,14 @@ export const SixTag = /*@__PURE__*/ defineContainer('six-tag', undefined, [
451
582
  'pill',
452
583
  'clearable',
453
584
  'six-tag-clear'
585
+ ], [
586
+ 'six-tag-clear'
454
587
  ]);
455
588
  export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefined, [
456
589
  'size',
457
590
  'name',
458
591
  'value',
459
- 'label',
460
592
  'helpText',
461
- 'errorText',
462
593
  'placeholder',
463
594
  'rows',
464
595
  'resize',
@@ -467,6 +598,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
467
598
  'minlength',
468
599
  'maxlength',
469
600
  'required',
601
+ 'label',
602
+ 'errorText',
603
+ 'errorTextCount',
470
604
  'invalid',
471
605
  'autocapitalize',
472
606
  'autocorrect',
@@ -474,13 +608,16 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
474
608
  'autofocus',
475
609
  'spellcheck',
476
610
  'inputmode',
477
- 'errorOnBlur',
478
611
  'six-textarea-change',
479
612
  'six-textarea-input',
480
613
  'six-textarea-focus',
481
- 'six-textarea-blur',
482
- 'six-textarea-value-change'
483
- ], 'value', 'six-textarea-change');
614
+ 'six-textarea-blur'
615
+ ], [
616
+ 'six-textarea-change',
617
+ 'six-textarea-input',
618
+ 'six-textarea-focus',
619
+ 'six-textarea-blur'
620
+ ], 'value', 'input');
484
621
  export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
485
622
  'label',
486
623
  'iconName',
@@ -491,6 +628,9 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
491
628
  'size',
492
629
  'six-tile-closed',
493
630
  'six-tile-selected'
631
+ ], [
632
+ 'six-tile-closed',
633
+ 'six-tile-selected'
494
634
  ]);
495
635
  export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', undefined, [
496
636
  'format',
@@ -504,9 +644,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
504
644
  'size',
505
645
  'required',
506
646
  'placeholder',
507
- 'errorOnBlur',
508
647
  'errorText',
648
+ 'errorTextCount',
509
649
  'label',
650
+ 'invalid',
510
651
  'name',
511
652
  'clearable',
512
653
  'iconPosition',
@@ -518,6 +659,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
518
659
  'six-timepicker-change',
519
660
  'six-timepicker-change-debounced',
520
661
  'six-timepicker-clear'
662
+ ], [
663
+ 'six-timepicker-change',
664
+ 'six-timepicker-change-debounced',
665
+ 'six-timepicker-clear'
521
666
  ]);
522
667
  export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined, [
523
668
  'content',
@@ -531,5 +676,10 @@ export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined
531
676
  'six-tooltip-after-show',
532
677
  'six-tooltip-hide',
533
678
  'six-tooltip-after-hide'
679
+ ], [
680
+ 'six-tooltip-show',
681
+ 'six-tooltip-after-show',
682
+ 'six-tooltip-hide',
683
+ 'six-tooltip-after-hide'
534
684
  ]);
535
685
  //# sourceMappingURL=components.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ export interface InputProps<T> {
2
+ modelValue?: T;
3
+ }
4
+ /**
5
+ * Create a callback to define a Vue component wrapper around a Web Component.
6
+ *
7
+ * @prop name - The component tag name (i.e. `ion-button`)
8
+ * @prop componentProps - An array of properties on the
9
+ * component. These usually match up with the @Prop definitions
10
+ * in each component's TSX file.
11
+ * @prop customElement - An option custom element instance to pass
12
+ * to customElements.define. Only set if `includeImportCustomElements: true` in your config.
13
+ * @prop modelProp - The prop that v-model binds to (i.e. value)
14
+ * @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
15
+ */
16
+ export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;