1
1
/* eslint-disable */
2
2
/* tslint:disable */
3
3
/* auto-generated vue proxies */
4
- import { defineContainer } from '. /vue-component-lib/utils ' ;
4
+ import { defineContainer } from '@stencil /vue-output-target/runtime ' ;
5
5
6
6
import type { JSX } from '@six-group/ui-library' ;
7
7
@@ -17,6 +17,11 @@ export const SixAlert = /*@__PURE__*/ defineContainer<JSX.SixAlert>('six-alert',
17
17
'six-alert-after-show' ,
18
18
'six-alert-hide' ,
19
19
'six-alert-after-hide'
20
+ ] , [
21
+ 'six-alert-show' ,
22
+ 'six-alert-after-show' ,
23
+ 'six-alert-hide' ,
24
+ 'six-alert-after-hide'
20
25
] ) ;
21
26
22
27
@@ -52,6 +57,9 @@ export const SixButton = /*@__PURE__*/ defineContainer<JSX.SixButton>('six-butto
52
57
'download' ,
53
58
'six-button-blur' ,
54
59
'six-button-focus'
60
+ ] , [
61
+ 'six-button-blur' ,
62
+ 'six-button-focus'
55
63
] ) ;
56
64
57
65
@@ -72,6 +80,10 @@ export const SixCheckbox = /*@__PURE__*/ defineContainer<JSX.SixCheckbox, JSX.Si
72
80
'six-checkbox-blur' ,
73
81
'six-checkbox-change' ,
74
82
'six-checkbox-focus'
83
+ ] , [
84
+ 'six-checkbox-blur' ,
85
+ 'six-checkbox-change' ,
86
+ 'six-checkbox-focus'
75
87
] ,
76
88
'checked' , 'change' ) ;
77
89
@@ -107,6 +119,10 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer<JSX.SixDatepicker, JS
107
119
'six-datepicker-select' ,
108
120
'six-datepicker-clear' ,
109
121
'six-datepicker-blur'
122
+ ] , [
123
+ 'six-datepicker-select' ,
124
+ 'six-datepicker-clear' ,
125
+ 'six-datepicker-blur'
110
126
] ,
111
127
'value' , 'change' ) ;
112
128
@@ -124,6 +140,11 @@ export const SixDetails = /*@__PURE__*/ defineContainer<JSX.SixDetails>('six-det
124
140
'six-details-after-show' ,
125
141
'six-details-hide' ,
126
142
'six-details-after-hide'
143
+ ] , [
144
+ 'six-details-show' ,
145
+ 'six-details-after-show' ,
146
+ 'six-details-hide' ,
147
+ 'six-details-after-hide'
127
148
] ) ;
128
149
129
150
@@ -137,6 +158,13 @@ export const SixDialog = /*@__PURE__*/ defineContainer<JSX.SixDialog>('six-dialo
137
158
'six-dialog-after-hide' ,
138
159
'six-dialog-initial-focus' ,
139
160
'six-dialog-overlay-dismiss'
161
+ ] , [
162
+ 'six-dialog-show' ,
163
+ 'six-dialog-after-show' ,
164
+ 'six-dialog-hide' ,
165
+ 'six-dialog-after-hide' ,
166
+ 'six-dialog-initial-focus' ,
167
+ 'six-dialog-overlay-dismiss'
140
168
] ) ;
141
169
142
170
@@ -152,6 +180,13 @@ export const SixDrawer = /*@__PURE__*/ defineContainer<JSX.SixDrawer>('six-drawe
152
180
'six-drawer-after-hide' ,
153
181
'six-drawer-initial-focus' ,
154
182
'six-drawer-overlay-dismiss'
183
+ ] , [
184
+ 'six-drawer-show' ,
185
+ 'six-drawer-after-show' ,
186
+ 'six-drawer-hide' ,
187
+ 'six-drawer-after-hide' ,
188
+ 'six-drawer-initial-focus' ,
189
+ 'six-drawer-overlay-dismiss'
155
190
] ) ;
156
191
157
192
@@ -179,6 +214,14 @@ export const SixDropdown = /*@__PURE__*/ defineContainer<JSX.SixDropdown>('six-d
179
214
'six-dropdown-auto-filter-fired' ,
180
215
'six-async-filter-fired' ,
181
216
'six-dropdown-scroll'
217
+ ] , [
218
+ 'six-dropdown-show' ,
219
+ 'six-dropdown-after-show' ,
220
+ 'six-dropdown-hide' ,
221
+ 'six-dropdown-after-hide' ,
222
+ 'six-dropdown-auto-filter-fired' ,
223
+ 'six-async-filter-fired' ,
224
+ 'six-dropdown-scroll'
182
225
] ) ;
183
226
184
227
@@ -206,6 +249,9 @@ export const SixFileListItem = /*@__PURE__*/ defineContainer<JSX.SixFileListItem
206
249
'nodelete' ,
207
250
'six-file-list-item-download' ,
208
251
'six-file-list-item-remove'
252
+ ] , [
253
+ 'six-file-list-item-download' ,
254
+ 'six-file-list-item-remove'
209
255
] ) ;
210
256
211
257
@@ -221,6 +267,9 @@ export const SixFileUpload = /*@__PURE__*/ defineContainer<JSX.SixFileUpload>('s
221
267
'invalid' ,
222
268
'six-file-upload-success' ,
223
269
'six-file-upload-failure'
270
+ ] , [
271
+ 'six-file-upload-success' ,
272
+ 'six-file-upload-failure'
224
273
] ) ;
225
274
226
275
@@ -250,6 +299,13 @@ export const SixHeader = /*@__PURE__*/ defineContainer<JSX.SixHeader>('six-heade
250
299
'six-header-hamburger-menu-clicked' ,
251
300
'six-header-logo-clicked' ,
252
301
'six-header-search-field-toggle'
302
+ ] , [
303
+ 'six-header-app-name-clicked' ,
304
+ 'six-header-app-switcher-select' ,
305
+ 'six-header-profile-select' ,
306
+ 'six-header-hamburger-menu-clicked' ,
307
+ 'six-header-logo-clicked' ,
308
+ 'six-header-search-field-toggle'
253
309
] ) ;
254
310
255
311
@@ -320,6 +376,12 @@ export const SixInput = /*@__PURE__*/ defineContainer<JSX.SixInput, JSX.SixInput
320
376
'six-input-input' ,
321
377
'six-input-focus' ,
322
378
'six-input-blur'
379
+ ] , [
380
+ 'six-input-change' ,
381
+ 'six-input-clear' ,
382
+ 'six-input-input' ,
383
+ 'six-input-focus' ,
384
+ 'six-input-blur'
323
385
] ,
324
386
'value' , 'input' ) ;
325
387
@@ -341,13 +403,18 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer<JSX.SixItemPicker>('s
341
403
'debounce' ,
342
404
'six-item-picker-change' ,
343
405
'six-item-picker-change-debounced'
406
+ ] , [
407
+ 'six-item-picker-change' ,
408
+ 'six-item-picker-change-debounced'
344
409
] ) ;
345
410
346
411
347
412
export const SixLanguageSwitcher = /*@__PURE__ */ defineContainer < JSX . SixLanguageSwitcher > ( 'six-language-switcher' , undefined , [
348
413
'selected' ,
349
414
'languages' ,
350
415
'six-language-switcher-change'
416
+ ] , [
417
+ 'six-language-switcher-change'
351
418
] ) ;
352
419
353
420
@@ -375,6 +442,8 @@ export const SixMenu = /*@__PURE__*/ defineContainer<JSX.SixMenu>('six-menu', un
375
442
'scrollingDebounce' ,
376
443
'disableKeyboardHandling' ,
377
444
'six-menu-item-selected'
445
+ ] , [
446
+ 'six-menu-item-selected'
378
447
] ) ;
379
448
380
449
@@ -419,6 +488,10 @@ export const SixRadio = /*@__PURE__*/ defineContainer<JSX.SixRadio>('six-radio',
419
488
'six-radio-blur' ,
420
489
'six-radio-change' ,
421
490
'six-radio-focus'
491
+ ] , [
492
+ 'six-radio-blur' ,
493
+ 'six-radio-change' ,
494
+ 'six-radio-focus'
422
495
] ) ;
423
496
424
497
@@ -440,6 +513,10 @@ export const SixRange = /*@__PURE__*/ defineContainer<JSX.SixRange, JSX.SixRange
440
513
'six-range-change' ,
441
514
'six-range-blur' ,
442
515
'six-range-focus'
516
+ ] , [
517
+ 'six-range-change' ,
518
+ 'six-range-blur' ,
519
+ 'six-range-focus'
443
520
] ,
444
521
'value' , 'input' ) ;
445
522
@@ -458,6 +535,8 @@ export const SixSearchField = /*@__PURE__*/ defineContainer<JSX.SixSearchField>(
458
535
'value' ,
459
536
'clearable' ,
460
537
'six-search-field-change'
538
+ ] , [
539
+ 'six-search-field-change'
461
540
] ) ;
462
541
463
542
@@ -492,6 +571,10 @@ export const SixSelect = /*@__PURE__*/ defineContainer<JSX.SixSelect, JSX.SixSel
492
571
'six-select-change' ,
493
572
'six-select-focus' ,
494
573
'six-select-blur'
574
+ ] , [
575
+ 'six-select-change' ,
576
+ 'six-select-focus' ,
577
+ 'six-select-blur'
495
578
] ,
496
579
'value' , 'change' ) ;
497
580
@@ -506,6 +589,12 @@ export const SixSidebar = /*@__PURE__*/ defineContainer<JSX.SixSidebar>('six-sid
506
589
'six-sidebar-hide' ,
507
590
'six-sidebar-after-hide' ,
508
591
'six-sidebar-initial-focus'
592
+ ] , [
593
+ 'six-sidebar-show' ,
594
+ 'six-sidebar-after-show' ,
595
+ 'six-sidebar-hide' ,
596
+ 'six-sidebar-after-hide' ,
597
+ 'six-sidebar-initial-focus'
509
598
] ) ;
510
599
511
600
@@ -551,6 +640,10 @@ export const SixSwitch = /*@__PURE__*/ defineContainer<JSX.SixSwitch, JSX.SixSwi
551
640
'six-switch-blur' ,
552
641
'six-switch-change' ,
553
642
'six-switch-focus'
643
+ ] , [
644
+ 'six-switch-blur' ,
645
+ 'six-switch-change' ,
646
+ 'six-switch-focus'
554
647
] ,
555
648
'checked' , 'change' ) ;
556
649
@@ -561,6 +654,8 @@ export const SixTab = /*@__PURE__*/ defineContainer<JSX.SixTab>('six-tab', undef
561
654
'closable' ,
562
655
'disabled' ,
563
656
'six-tab-close'
657
+ ] , [
658
+ 'six-tab-close'
564
659
] ) ;
565
660
566
661
@@ -569,6 +664,9 @@ export const SixTabGroup = /*@__PURE__*/ defineContainer<JSX.SixTabGroup>('six-t
569
664
'noScrollControls' ,
570
665
'six-tab-show' ,
571
666
'six-tab-hide'
667
+ ] , [
668
+ 'six-tab-show' ,
669
+ 'six-tab-hide'
572
670
] ) ;
573
671
574
672
@@ -584,6 +682,8 @@ export const SixTag = /*@__PURE__*/ defineContainer<JSX.SixTag>('six-tag', undef
584
682
'pill' ,
585
683
'clearable' ,
586
684
'six-tag-clear'
685
+ ] , [
686
+ 'six-tag-clear'
587
687
] ) ;
588
688
589
689
@@ -614,6 +714,11 @@ export const SixTextarea = /*@__PURE__*/ defineContainer<JSX.SixTextarea, JSX.Si
614
714
'six-textarea-input' ,
615
715
'six-textarea-focus' ,
616
716
'six-textarea-blur'
717
+ ] , [
718
+ 'six-textarea-change' ,
719
+ 'six-textarea-input' ,
720
+ 'six-textarea-focus' ,
721
+ 'six-textarea-blur'
617
722
] ,
618
723
'value' , 'input' ) ;
619
724
@@ -628,6 +733,9 @@ export const SixTile = /*@__PURE__*/ defineContainer<JSX.SixTile>('six-tile', un
628
733
'size' ,
629
734
'six-tile-closed' ,
630
735
'six-tile-selected'
736
+ ] , [
737
+ 'six-tile-closed' ,
738
+ 'six-tile-selected'
631
739
] ) ;
632
740
633
741
@@ -658,6 +766,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer<JSX.SixTimepicker>('s
658
766
'six-timepicker-change' ,
659
767
'six-timepicker-change-debounced' ,
660
768
'six-timepicker-clear'
769
+ ] , [
770
+ 'six-timepicker-change' ,
771
+ 'six-timepicker-change-debounced' ,
772
+ 'six-timepicker-clear'
661
773
] ) ;
662
774
663
775
@@ -673,5 +785,10 @@ export const SixTooltip = /*@__PURE__*/ defineContainer<JSX.SixTooltip>('six-too
673
785
'six-tooltip-after-show' ,
674
786
'six-tooltip-hide' ,
675
787
'six-tooltip-after-hide'
788
+ ] , [
789
+ 'six-tooltip-show' ,
790
+ 'six-tooltip-after-show' ,
791
+ 'six-tooltip-hide' ,
792
+ 'six-tooltip-after-hide'
676
793
] ) ;
677
794
0 commit comments