@six-group/ui-library-vue 0.0.0-insider.d16ec8e → 0.0.0-insider.d7c0971
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.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +6 -1
- package/dist/plugin.js +14 -6
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +60 -0
- package/dist/{components.js → stencil-generated/components.js} +230 -58
- package/dist/stencil-generated/components.js.map +1 -0
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +16 -0
- package/dist/{vue-component-lib → stencil-generated/vue-component-lib}/utils.js +74 -38
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -0
- package/package.json +32 -18
- package/LICENSE +0 -201
- package/dist/components.d.ts +0 -54
- package/dist/components.js.map +0 -1
- package/dist/vue-component-lib/utils.d.ts +0 -20
- package/dist/vue-component-lib/utils.js.map +0 -1
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
|
-
import { defineContainer } from '
|
|
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
|
-
],
|
|
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
|
-
],
|
|
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-
|
|
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-
|
|
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
|
-
'
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
'
|
|
206
|
-
'
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
'
|
|
210
|
-
|
|
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
|
-
],
|
|
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,59 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
|
322
419
|
'six-radio-blur',
|
|
323
420
|
'six-radio-change',
|
|
324
421
|
'six-radio-focus'
|
|
325
|
-
],
|
|
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
|
-
],
|
|
445
|
+
], [
|
|
446
|
+
'six-range-change',
|
|
447
|
+
'six-range-blur',
|
|
448
|
+
'six-range-focus'
|
|
449
|
+
], 'value', 'input');
|
|
450
|
+
export const SixRating = /*@__PURE__*/ defineContainer('six-rating', undefined, [
|
|
451
|
+
'name',
|
|
452
|
+
'value',
|
|
453
|
+
'disabled',
|
|
454
|
+
'required',
|
|
455
|
+
'label',
|
|
456
|
+
'errorText',
|
|
457
|
+
'errorTextCount',
|
|
458
|
+
'invalid',
|
|
459
|
+
'max',
|
|
460
|
+
'size',
|
|
461
|
+
'readonly',
|
|
462
|
+
'helpText',
|
|
463
|
+
'six-rating-blur',
|
|
464
|
+
'six-rating-change',
|
|
465
|
+
'six-rating-focus'
|
|
466
|
+
], [
|
|
467
|
+
'six-rating-blur',
|
|
468
|
+
'six-rating-change',
|
|
469
|
+
'six-rating-focus'
|
|
470
|
+
]);
|
|
345
471
|
export const SixRoot = /*@__PURE__*/ defineContainer('six-root', undefined, [
|
|
346
|
-
'breakpoint',
|
|
347
472
|
'padded',
|
|
348
473
|
'stage',
|
|
349
|
-
'version'
|
|
350
|
-
'six-root-collapsed'
|
|
474
|
+
'version'
|
|
351
475
|
]);
|
|
352
476
|
export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field', undefined, [
|
|
353
477
|
'placeholder',
|
|
@@ -356,10 +480,13 @@ export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field',
|
|
|
356
480
|
'value',
|
|
357
481
|
'clearable',
|
|
358
482
|
'six-search-field-change'
|
|
359
|
-
],
|
|
483
|
+
], [
|
|
484
|
+
'six-search-field-change'
|
|
485
|
+
]);
|
|
360
486
|
export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined, [
|
|
361
487
|
'multiple',
|
|
362
|
-
'
|
|
488
|
+
'selectAllButton',
|
|
489
|
+
'selectAllText',
|
|
363
490
|
'disabled',
|
|
364
491
|
'name',
|
|
365
492
|
'placeholder',
|
|
@@ -369,25 +496,28 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
|
|
|
369
496
|
'hoist',
|
|
370
497
|
'value',
|
|
371
498
|
'pill',
|
|
372
|
-
'label',
|
|
373
499
|
'helpText',
|
|
374
|
-
'errorText',
|
|
375
500
|
'required',
|
|
376
501
|
'clearable',
|
|
502
|
+
'label',
|
|
503
|
+
'errorText',
|
|
504
|
+
'errorTextCount',
|
|
377
505
|
'invalid',
|
|
378
506
|
'line',
|
|
379
|
-
'errorOnBlur',
|
|
380
507
|
'filter',
|
|
381
508
|
'asyncFilter',
|
|
382
509
|
'autocomplete',
|
|
383
510
|
'inputDebounce',
|
|
384
511
|
'options',
|
|
385
512
|
'virtualScroll',
|
|
386
|
-
'defaultValue',
|
|
387
513
|
'six-select-change',
|
|
388
514
|
'six-select-focus',
|
|
389
515
|
'six-select-blur'
|
|
390
|
-
],
|
|
516
|
+
], [
|
|
517
|
+
'six-select-change',
|
|
518
|
+
'six-select-focus',
|
|
519
|
+
'six-select-blur'
|
|
520
|
+
], 'value', 'change');
|
|
391
521
|
export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined, [
|
|
392
522
|
'position',
|
|
393
523
|
'open',
|
|
@@ -398,20 +528,30 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
|
|
|
398
528
|
'six-sidebar-hide',
|
|
399
529
|
'six-sidebar-after-hide',
|
|
400
530
|
'six-sidebar-initial-focus'
|
|
531
|
+
], [
|
|
532
|
+
'six-sidebar-show',
|
|
533
|
+
'six-sidebar-after-show',
|
|
534
|
+
'six-sidebar-hide',
|
|
535
|
+
'six-sidebar-after-hide',
|
|
536
|
+
'six-sidebar-initial-focus'
|
|
401
537
|
]);
|
|
402
538
|
export const SixSidebarItem = /*@__PURE__*/ defineContainer('six-sidebar-item', undefined, [
|
|
403
539
|
'value',
|
|
404
540
|
'selected',
|
|
405
|
-
'disabled'
|
|
541
|
+
'disabled',
|
|
542
|
+
'icon',
|
|
543
|
+
'href'
|
|
406
544
|
]);
|
|
407
545
|
export const SixSidebarItemGroup = /*@__PURE__*/ defineContainer('six-sidebar-item-group', undefined, [
|
|
408
546
|
'name',
|
|
409
547
|
'icon',
|
|
410
548
|
'value',
|
|
411
549
|
'open',
|
|
412
|
-
'summaryIcon'
|
|
550
|
+
'summaryIcon',
|
|
551
|
+
'href'
|
|
413
552
|
]);
|
|
414
553
|
export const SixSpinner = /*@__PURE__*/ defineContainer('six-spinner', undefined, [
|
|
554
|
+
'logo',
|
|
415
555
|
'six'
|
|
416
556
|
]);
|
|
417
557
|
export const SixStageIndicator = /*@__PURE__*/ defineContainer('six-stage-indicator', undefined, [
|
|
@@ -423,23 +563,35 @@ export const SixSwitch = /*@__PURE__*/ defineContainer('six-switch', undefined,
|
|
|
423
563
|
'disabled',
|
|
424
564
|
'required',
|
|
425
565
|
'checked',
|
|
566
|
+
'label',
|
|
567
|
+
'errorText',
|
|
568
|
+
'errorTextCount',
|
|
426
569
|
'invalid',
|
|
427
570
|
'six-switch-blur',
|
|
428
571
|
'six-switch-change',
|
|
429
572
|
'six-switch-focus'
|
|
430
|
-
],
|
|
573
|
+
], [
|
|
574
|
+
'six-switch-blur',
|
|
575
|
+
'six-switch-change',
|
|
576
|
+
'six-switch-focus'
|
|
577
|
+
], 'checked', 'change');
|
|
431
578
|
export const SixTab = /*@__PURE__*/ defineContainer('six-tab', undefined, [
|
|
432
579
|
'panel',
|
|
433
580
|
'active',
|
|
434
581
|
'closable',
|
|
435
582
|
'disabled',
|
|
436
583
|
'six-tab-close'
|
|
584
|
+
], [
|
|
585
|
+
'six-tab-close'
|
|
437
586
|
]);
|
|
438
587
|
export const SixTabGroup = /*@__PURE__*/ defineContainer('six-tab-group', undefined, [
|
|
439
588
|
'placement',
|
|
440
589
|
'noScrollControls',
|
|
441
590
|
'six-tab-show',
|
|
442
591
|
'six-tab-hide'
|
|
592
|
+
], [
|
|
593
|
+
'six-tab-show',
|
|
594
|
+
'six-tab-hide'
|
|
443
595
|
]);
|
|
444
596
|
export const SixTabPanel = /*@__PURE__*/ defineContainer('six-tab-panel', undefined, [
|
|
445
597
|
'name',
|
|
@@ -451,14 +603,14 @@ export const SixTag = /*@__PURE__*/ defineContainer('six-tag', undefined, [
|
|
|
451
603
|
'pill',
|
|
452
604
|
'clearable',
|
|
453
605
|
'six-tag-clear'
|
|
606
|
+
], [
|
|
607
|
+
'six-tag-clear'
|
|
454
608
|
]);
|
|
455
609
|
export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefined, [
|
|
456
610
|
'size',
|
|
457
611
|
'name',
|
|
458
612
|
'value',
|
|
459
|
-
'label',
|
|
460
613
|
'helpText',
|
|
461
|
-
'errorText',
|
|
462
614
|
'placeholder',
|
|
463
615
|
'rows',
|
|
464
616
|
'resize',
|
|
@@ -467,6 +619,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
467
619
|
'minlength',
|
|
468
620
|
'maxlength',
|
|
469
621
|
'required',
|
|
622
|
+
'label',
|
|
623
|
+
'errorText',
|
|
624
|
+
'errorTextCount',
|
|
470
625
|
'invalid',
|
|
471
626
|
'autocapitalize',
|
|
472
627
|
'autocorrect',
|
|
@@ -474,12 +629,16 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
474
629
|
'autofocus',
|
|
475
630
|
'spellcheck',
|
|
476
631
|
'inputmode',
|
|
477
|
-
'errorOnBlur',
|
|
478
632
|
'six-textarea-change',
|
|
479
633
|
'six-textarea-input',
|
|
480
634
|
'six-textarea-focus',
|
|
481
635
|
'six-textarea-blur'
|
|
482
|
-
],
|
|
636
|
+
], [
|
|
637
|
+
'six-textarea-change',
|
|
638
|
+
'six-textarea-input',
|
|
639
|
+
'six-textarea-focus',
|
|
640
|
+
'six-textarea-blur'
|
|
641
|
+
], 'value', 'input');
|
|
483
642
|
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
484
643
|
'label',
|
|
485
644
|
'iconName',
|
|
@@ -490,6 +649,9 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
|
490
649
|
'size',
|
|
491
650
|
'six-tile-closed',
|
|
492
651
|
'six-tile-selected'
|
|
652
|
+
], [
|
|
653
|
+
'six-tile-closed',
|
|
654
|
+
'six-tile-selected'
|
|
493
655
|
]);
|
|
494
656
|
export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', undefined, [
|
|
495
657
|
'format',
|
|
@@ -503,9 +665,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
503
665
|
'size',
|
|
504
666
|
'required',
|
|
505
667
|
'placeholder',
|
|
506
|
-
'errorOnBlur',
|
|
507
668
|
'errorText',
|
|
669
|
+
'errorTextCount',
|
|
508
670
|
'label',
|
|
671
|
+
'invalid',
|
|
509
672
|
'name',
|
|
510
673
|
'clearable',
|
|
511
674
|
'iconPosition',
|
|
@@ -517,6 +680,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
517
680
|
'six-timepicker-change',
|
|
518
681
|
'six-timepicker-change-debounced',
|
|
519
682
|
'six-timepicker-clear'
|
|
683
|
+
], [
|
|
684
|
+
'six-timepicker-change',
|
|
685
|
+
'six-timepicker-change-debounced',
|
|
686
|
+
'six-timepicker-clear'
|
|
520
687
|
]);
|
|
521
688
|
export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined, [
|
|
522
689
|
'content',
|
|
@@ -530,5 +697,10 @@ export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined
|
|
|
530
697
|
'six-tooltip-after-show',
|
|
531
698
|
'six-tooltip-hide',
|
|
532
699
|
'six-tooltip-after-hide'
|
|
700
|
+
], [
|
|
701
|
+
'six-tooltip-show',
|
|
702
|
+
'six-tooltip-after-show',
|
|
703
|
+
'six-tooltip-hide',
|
|
704
|
+
'six-tooltip-after-hide'
|
|
533
705
|
]);
|
|
534
706
|
//# 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>;
|