@six-group/ui-library-vue 0.0.0-insider.9277796 → 0.0.0-insider.92fb7a6
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 +62 -0
- package/dist/{components.js → stencil-generated/components.js} +244 -63
- 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 -19
- package/LICENSE +0 -201
- package/dist/components.d.ts +0 -58
- 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',
|
|
@@ -28,6 +28,15 @@ export const SixBadge = /*@__PURE__*/ defineContainer('six-badge', undefined, [
|
|
|
28
28
|
'pill',
|
|
29
29
|
'pulse'
|
|
30
30
|
]);
|
|
31
|
+
export const SixBreadcrumbs = /*@__PURE__*/ defineContainer('six-breadcrumbs', undefined, [
|
|
32
|
+
'separatorIcon'
|
|
33
|
+
]);
|
|
34
|
+
export const SixBreadcrumbsItem = /*@__PURE__*/ defineContainer('six-breadcrumbs-item', undefined, [
|
|
35
|
+
'href',
|
|
36
|
+
'target',
|
|
37
|
+
'size',
|
|
38
|
+
'readonly'
|
|
39
|
+
]);
|
|
31
40
|
export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined, [
|
|
32
41
|
'type',
|
|
33
42
|
'size',
|
|
@@ -45,6 +54,9 @@ export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined,
|
|
|
45
54
|
'download',
|
|
46
55
|
'six-button-blur',
|
|
47
56
|
'six-button-focus'
|
|
57
|
+
], [
|
|
58
|
+
'six-button-blur',
|
|
59
|
+
'six-button-focus'
|
|
48
60
|
]);
|
|
49
61
|
export const SixCard = /*@__PURE__*/ defineContainer('six-card', undefined);
|
|
50
62
|
export const SixCheckbox = /*@__PURE__*/ defineContainer('six-checkbox', undefined, [
|
|
@@ -54,14 +66,43 @@ export const SixCheckbox = /*@__PURE__*/ defineContainer('six-checkbox', undefin
|
|
|
54
66
|
'required',
|
|
55
67
|
'label',
|
|
56
68
|
'errorText',
|
|
69
|
+
'errorTextCount',
|
|
70
|
+
'invalid',
|
|
57
71
|
'checked',
|
|
58
72
|
'indeterminate',
|
|
59
|
-
'invalid',
|
|
60
|
-
'errorOnBlur',
|
|
61
73
|
'six-checkbox-blur',
|
|
62
74
|
'six-checkbox-change',
|
|
63
75
|
'six-checkbox-focus'
|
|
64
|
-
],
|
|
76
|
+
], [
|
|
77
|
+
'six-checkbox-blur',
|
|
78
|
+
'six-checkbox-change',
|
|
79
|
+
'six-checkbox-focus'
|
|
80
|
+
], 'checked', 'change');
|
|
81
|
+
export const SixDate = /*@__PURE__*/ defineContainer('six-date', undefined, [
|
|
82
|
+
'language',
|
|
83
|
+
'readonly',
|
|
84
|
+
'disabled',
|
|
85
|
+
'allowedDates',
|
|
86
|
+
'min',
|
|
87
|
+
'max',
|
|
88
|
+
'size',
|
|
89
|
+
'required',
|
|
90
|
+
'placeholder',
|
|
91
|
+
'value',
|
|
92
|
+
'dateFormat',
|
|
93
|
+
'label',
|
|
94
|
+
'helpText',
|
|
95
|
+
'errorText',
|
|
96
|
+
'errorTextCount',
|
|
97
|
+
'invalid',
|
|
98
|
+
'name',
|
|
99
|
+
'clearable',
|
|
100
|
+
'six-change',
|
|
101
|
+
'six-blur'
|
|
102
|
+
], [
|
|
103
|
+
'six-change',
|
|
104
|
+
'six-blur'
|
|
105
|
+
], 'value', 'change');
|
|
65
106
|
export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', undefined, [
|
|
66
107
|
'type',
|
|
67
108
|
'locale',
|
|
@@ -79,12 +120,13 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
79
120
|
'defaultDate',
|
|
80
121
|
'placeholder',
|
|
81
122
|
'value',
|
|
123
|
+
'label',
|
|
124
|
+
'errorText',
|
|
125
|
+
'errorTextCount',
|
|
126
|
+
'invalid',
|
|
82
127
|
'containingElement',
|
|
83
128
|
'dateFormat',
|
|
84
129
|
'debounce',
|
|
85
|
-
'errorOnBlur',
|
|
86
|
-
'errorText',
|
|
87
|
-
'label',
|
|
88
130
|
'name',
|
|
89
131
|
'clearable',
|
|
90
132
|
'iconPosition',
|
|
@@ -92,7 +134,11 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
92
134
|
'six-datepicker-select',
|
|
93
135
|
'six-datepicker-clear',
|
|
94
136
|
'six-datepicker-blur'
|
|
95
|
-
],
|
|
137
|
+
], [
|
|
138
|
+
'six-datepicker-select',
|
|
139
|
+
'six-datepicker-clear',
|
|
140
|
+
'six-datepicker-blur'
|
|
141
|
+
], 'value', 'change');
|
|
96
142
|
export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined, [
|
|
97
143
|
'open',
|
|
98
144
|
'summary',
|
|
@@ -106,6 +152,11 @@ export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined
|
|
|
106
152
|
'six-details-after-show',
|
|
107
153
|
'six-details-hide',
|
|
108
154
|
'six-details-after-hide'
|
|
155
|
+
], [
|
|
156
|
+
'six-details-show',
|
|
157
|
+
'six-details-after-show',
|
|
158
|
+
'six-details-hide',
|
|
159
|
+
'six-details-after-hide'
|
|
109
160
|
]);
|
|
110
161
|
export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined, [
|
|
111
162
|
'open',
|
|
@@ -116,7 +167,14 @@ export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined,
|
|
|
116
167
|
'six-dialog-hide',
|
|
117
168
|
'six-dialog-after-hide',
|
|
118
169
|
'six-dialog-initial-focus',
|
|
119
|
-
'six-dialog-
|
|
170
|
+
'six-dialog-request-close'
|
|
171
|
+
], [
|
|
172
|
+
'six-dialog-show',
|
|
173
|
+
'six-dialog-after-show',
|
|
174
|
+
'six-dialog-hide',
|
|
175
|
+
'six-dialog-after-hide',
|
|
176
|
+
'six-dialog-initial-focus',
|
|
177
|
+
'six-dialog-request-close'
|
|
120
178
|
]);
|
|
121
179
|
export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined, [
|
|
122
180
|
'open',
|
|
@@ -129,7 +187,14 @@ export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined,
|
|
|
129
187
|
'six-drawer-hide',
|
|
130
188
|
'six-drawer-after-hide',
|
|
131
189
|
'six-drawer-initial-focus',
|
|
132
|
-
'six-drawer-
|
|
190
|
+
'six-drawer-request-close'
|
|
191
|
+
], [
|
|
192
|
+
'six-drawer-show',
|
|
193
|
+
'six-drawer-after-show',
|
|
194
|
+
'six-drawer-hide',
|
|
195
|
+
'six-drawer-after-hide',
|
|
196
|
+
'six-drawer-initial-focus',
|
|
197
|
+
'six-drawer-request-close'
|
|
133
198
|
]);
|
|
134
199
|
export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefined, [
|
|
135
200
|
'open',
|
|
@@ -147,6 +212,15 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
147
212
|
'disableHideOnEnterAndSpace',
|
|
148
213
|
'options',
|
|
149
214
|
'virtualScroll',
|
|
215
|
+
'matchTriggerWidth',
|
|
216
|
+
'six-dropdown-show',
|
|
217
|
+
'six-dropdown-after-show',
|
|
218
|
+
'six-dropdown-hide',
|
|
219
|
+
'six-dropdown-after-hide',
|
|
220
|
+
'six-dropdown-auto-filter-fired',
|
|
221
|
+
'six-async-filter-fired',
|
|
222
|
+
'six-dropdown-scroll'
|
|
223
|
+
], [
|
|
150
224
|
'six-dropdown-show',
|
|
151
225
|
'six-dropdown-after-show',
|
|
152
226
|
'six-dropdown-hide',
|
|
@@ -155,6 +229,7 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
155
229
|
'six-async-filter-fired',
|
|
156
230
|
'six-dropdown-scroll'
|
|
157
231
|
]);
|
|
232
|
+
export const SixError = /*@__PURE__*/ defineContainer('six-error', undefined);
|
|
158
233
|
export const SixErrorPage = /*@__PURE__*/ defineContainer('six-error-page', undefined, [
|
|
159
234
|
'errorCode',
|
|
160
235
|
'language',
|
|
@@ -172,6 +247,9 @@ export const SixFileListItem = /*@__PURE__*/ defineContainer('six-file-list-item
|
|
|
172
247
|
'nodelete',
|
|
173
248
|
'six-file-list-item-download',
|
|
174
249
|
'six-file-list-item-remove'
|
|
250
|
+
], [
|
|
251
|
+
'six-file-list-item-download',
|
|
252
|
+
'six-file-list-item-remove'
|
|
175
253
|
]);
|
|
176
254
|
export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', undefined, [
|
|
177
255
|
'compact',
|
|
@@ -180,16 +258,16 @@ export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', un
|
|
|
180
258
|
'accept',
|
|
181
259
|
'multiple',
|
|
182
260
|
'maxFileSize',
|
|
261
|
+
'uploading',
|
|
262
|
+
'errorText',
|
|
263
|
+
'invalid',
|
|
264
|
+
'six-file-upload-success',
|
|
265
|
+
'six-file-upload-failure'
|
|
266
|
+
], [
|
|
183
267
|
'six-file-upload-success',
|
|
184
268
|
'six-file-upload-failure'
|
|
185
269
|
]);
|
|
186
270
|
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
271
|
export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', undefined, [
|
|
194
272
|
'size',
|
|
195
273
|
'label',
|
|
@@ -199,26 +277,36 @@ export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', un
|
|
|
199
277
|
]);
|
|
200
278
|
export const SixHeader = /*@__PURE__*/ defineContainer('six-header', undefined, [
|
|
201
279
|
'shiftContent',
|
|
202
|
-
'
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
'
|
|
206
|
-
'
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
'
|
|
210
|
-
|
|
280
|
+
'openSearch'
|
|
281
|
+
]);
|
|
282
|
+
export const SixHeaderDropdownItem = /*@__PURE__*/ defineContainer('six-header-dropdown-item', undefined, [
|
|
283
|
+
'filter',
|
|
284
|
+
'filterPlaceholder'
|
|
285
|
+
]);
|
|
286
|
+
export const SixHeaderItem = /*@__PURE__*/ defineContainer('six-header-item', undefined, [
|
|
287
|
+
'active'
|
|
288
|
+
]);
|
|
289
|
+
export const SixHeaderMenuButton = /*@__PURE__*/ defineContainer('six-header-menu-button', undefined, [
|
|
290
|
+
'caret',
|
|
291
|
+
'disabled',
|
|
292
|
+
'loading',
|
|
293
|
+
'submit',
|
|
294
|
+
'reset'
|
|
211
295
|
]);
|
|
212
296
|
export const SixIcon = /*@__PURE__*/ defineContainer('six-icon', undefined, [
|
|
213
297
|
'size',
|
|
214
|
-
'filled'
|
|
298
|
+
'filled',
|
|
299
|
+
'library'
|
|
215
300
|
]);
|
|
216
301
|
export const SixIconButton = /*@__PURE__*/ defineContainer('six-icon-button', undefined, [
|
|
217
302
|
'name',
|
|
218
303
|
'size',
|
|
219
304
|
'label',
|
|
220
305
|
'disabled',
|
|
221
|
-
'html'
|
|
306
|
+
'html',
|
|
307
|
+
'href',
|
|
308
|
+
'target',
|
|
309
|
+
'download'
|
|
222
310
|
]);
|
|
223
311
|
export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
224
312
|
'type',
|
|
@@ -226,9 +314,7 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
|
226
314
|
'name',
|
|
227
315
|
'value',
|
|
228
316
|
'pill',
|
|
229
|
-
'label',
|
|
230
317
|
'helpText',
|
|
231
|
-
'errorText',
|
|
232
318
|
'placeholder',
|
|
233
319
|
'disabled',
|
|
234
320
|
'readonly',
|
|
@@ -238,25 +324,33 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
|
238
324
|
'max',
|
|
239
325
|
'step',
|
|
240
326
|
'pattern',
|
|
327
|
+
'dropdownSearch',
|
|
241
328
|
'required',
|
|
242
329
|
'autocapitalize',
|
|
243
330
|
'autocorrect',
|
|
244
331
|
'autocomplete',
|
|
245
332
|
'autofocus',
|
|
246
333
|
'spellcheck',
|
|
334
|
+
'label',
|
|
335
|
+
'errorText',
|
|
336
|
+
'errorTextCount',
|
|
247
337
|
'invalid',
|
|
248
338
|
'clearable',
|
|
249
339
|
'togglePassword',
|
|
250
340
|
'inputmode',
|
|
251
341
|
'line',
|
|
252
|
-
'errorOnBlur',
|
|
253
342
|
'six-input-change',
|
|
254
343
|
'six-input-clear',
|
|
255
344
|
'six-input-input',
|
|
256
345
|
'six-input-focus',
|
|
257
|
-
'six-input-blur'
|
|
258
|
-
|
|
259
|
-
|
|
346
|
+
'six-input-blur'
|
|
347
|
+
], [
|
|
348
|
+
'six-input-change',
|
|
349
|
+
'six-input-clear',
|
|
350
|
+
'six-input-input',
|
|
351
|
+
'six-input-focus',
|
|
352
|
+
'six-input-blur'
|
|
353
|
+
], 'value', 'input');
|
|
260
354
|
export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
|
|
261
355
|
'value',
|
|
262
356
|
'type',
|
|
@@ -274,15 +368,23 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', un
|
|
|
274
368
|
'debounce',
|
|
275
369
|
'six-item-picker-change',
|
|
276
370
|
'six-item-picker-change-debounced'
|
|
371
|
+
], [
|
|
372
|
+
'six-item-picker-change',
|
|
373
|
+
'six-item-picker-change-debounced'
|
|
277
374
|
]);
|
|
278
375
|
export const SixLanguageSwitcher = /*@__PURE__*/ defineContainer('six-language-switcher', undefined, [
|
|
279
376
|
'selected',
|
|
280
377
|
'languages',
|
|
281
378
|
'six-language-switcher-change'
|
|
379
|
+
], [
|
|
380
|
+
'six-language-switcher-change'
|
|
282
381
|
]);
|
|
283
382
|
export const SixLayoutGrid = /*@__PURE__*/ defineContainer('six-layout-grid', undefined, [
|
|
284
383
|
'columns'
|
|
285
384
|
]);
|
|
385
|
+
export const SixLogo = /*@__PURE__*/ defineContainer('six-logo', undefined, [
|
|
386
|
+
'brand'
|
|
387
|
+
]);
|
|
286
388
|
export const SixMainContainer = /*@__PURE__*/ defineContainer('six-main-container', undefined, [
|
|
287
389
|
'padded'
|
|
288
390
|
]);
|
|
@@ -293,10 +395,14 @@ export const SixMenu = /*@__PURE__*/ defineContainer('six-menu', undefined, [
|
|
|
293
395
|
'virtualScroll',
|
|
294
396
|
'itemSize',
|
|
295
397
|
'scrollingDebounce',
|
|
398
|
+
'disableKeyboardHandling',
|
|
399
|
+
'six-menu-item-selected'
|
|
400
|
+
], [
|
|
296
401
|
'six-menu-item-selected'
|
|
297
402
|
]);
|
|
298
403
|
export const SixMenuDivider = /*@__PURE__*/ defineContainer('six-menu-divider', undefined);
|
|
299
404
|
export const SixMenuItem = /*@__PURE__*/ defineContainer('six-menu-item', undefined, [
|
|
405
|
+
'checkType',
|
|
300
406
|
'checked',
|
|
301
407
|
'value',
|
|
302
408
|
'disabled'
|
|
@@ -323,32 +429,59 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
|
323
429
|
'six-radio-blur',
|
|
324
430
|
'six-radio-change',
|
|
325
431
|
'six-radio-focus'
|
|
326
|
-
],
|
|
432
|
+
], [
|
|
433
|
+
'six-radio-blur',
|
|
434
|
+
'six-radio-change',
|
|
435
|
+
'six-radio-focus'
|
|
436
|
+
]);
|
|
327
437
|
export const SixRange = /*@__PURE__*/ defineContainer('six-range', undefined, [
|
|
328
438
|
'name',
|
|
329
439
|
'value',
|
|
330
440
|
'required',
|
|
331
|
-
'label',
|
|
332
441
|
'helpText',
|
|
333
|
-
'errorText',
|
|
334
442
|
'disabled',
|
|
443
|
+
'label',
|
|
444
|
+
'errorText',
|
|
445
|
+
'errorTextCount',
|
|
335
446
|
'invalid',
|
|
336
447
|
'min',
|
|
337
448
|
'max',
|
|
338
449
|
'step',
|
|
339
450
|
'tooltip',
|
|
340
451
|
'tooltipFormatter',
|
|
341
|
-
'errorOnBlur',
|
|
342
452
|
'six-range-change',
|
|
343
453
|
'six-range-blur',
|
|
344
454
|
'six-range-focus'
|
|
345
|
-
],
|
|
455
|
+
], [
|
|
456
|
+
'six-range-change',
|
|
457
|
+
'six-range-blur',
|
|
458
|
+
'six-range-focus'
|
|
459
|
+
], 'value', 'input');
|
|
460
|
+
export const SixRating = /*@__PURE__*/ defineContainer('six-rating', undefined, [
|
|
461
|
+
'name',
|
|
462
|
+
'value',
|
|
463
|
+
'disabled',
|
|
464
|
+
'required',
|
|
465
|
+
'label',
|
|
466
|
+
'errorText',
|
|
467
|
+
'errorTextCount',
|
|
468
|
+
'invalid',
|
|
469
|
+
'max',
|
|
470
|
+
'size',
|
|
471
|
+
'readonly',
|
|
472
|
+
'helpText',
|
|
473
|
+
'six-rating-blur',
|
|
474
|
+
'six-rating-change',
|
|
475
|
+
'six-rating-focus'
|
|
476
|
+
], [
|
|
477
|
+
'six-rating-blur',
|
|
478
|
+
'six-rating-change',
|
|
479
|
+
'six-rating-focus'
|
|
480
|
+
]);
|
|
346
481
|
export const SixRoot = /*@__PURE__*/ defineContainer('six-root', undefined, [
|
|
347
|
-
'breakpoint',
|
|
348
482
|
'padded',
|
|
349
483
|
'stage',
|
|
350
|
-
'version'
|
|
351
|
-
'six-root-collapsed'
|
|
484
|
+
'version'
|
|
352
485
|
]);
|
|
353
486
|
export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field', undefined, [
|
|
354
487
|
'placeholder',
|
|
@@ -357,10 +490,13 @@ export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field',
|
|
|
357
490
|
'value',
|
|
358
491
|
'clearable',
|
|
359
492
|
'six-search-field-change'
|
|
360
|
-
],
|
|
493
|
+
], [
|
|
494
|
+
'six-search-field-change'
|
|
495
|
+
]);
|
|
361
496
|
export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined, [
|
|
362
497
|
'multiple',
|
|
363
|
-
'
|
|
498
|
+
'selectAllButton',
|
|
499
|
+
'selectAllText',
|
|
364
500
|
'disabled',
|
|
365
501
|
'name',
|
|
366
502
|
'placeholder',
|
|
@@ -370,25 +506,28 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
|
|
|
370
506
|
'hoist',
|
|
371
507
|
'value',
|
|
372
508
|
'pill',
|
|
373
|
-
'label',
|
|
374
509
|
'helpText',
|
|
375
|
-
'errorText',
|
|
376
510
|
'required',
|
|
377
511
|
'clearable',
|
|
512
|
+
'label',
|
|
513
|
+
'errorText',
|
|
514
|
+
'errorTextCount',
|
|
378
515
|
'invalid',
|
|
379
516
|
'line',
|
|
380
|
-
'errorOnBlur',
|
|
381
517
|
'filter',
|
|
382
518
|
'asyncFilter',
|
|
383
519
|
'autocomplete',
|
|
384
520
|
'inputDebounce',
|
|
385
521
|
'options',
|
|
386
522
|
'virtualScroll',
|
|
387
|
-
'defaultValue',
|
|
388
523
|
'six-select-change',
|
|
389
524
|
'six-select-focus',
|
|
390
525
|
'six-select-blur'
|
|
391
|
-
],
|
|
526
|
+
], [
|
|
527
|
+
'six-select-change',
|
|
528
|
+
'six-select-focus',
|
|
529
|
+
'six-select-blur'
|
|
530
|
+
], 'value', 'change');
|
|
392
531
|
export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined, [
|
|
393
532
|
'position',
|
|
394
533
|
'open',
|
|
@@ -399,20 +538,30 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
|
|
|
399
538
|
'six-sidebar-hide',
|
|
400
539
|
'six-sidebar-after-hide',
|
|
401
540
|
'six-sidebar-initial-focus'
|
|
541
|
+
], [
|
|
542
|
+
'six-sidebar-show',
|
|
543
|
+
'six-sidebar-after-show',
|
|
544
|
+
'six-sidebar-hide',
|
|
545
|
+
'six-sidebar-after-hide',
|
|
546
|
+
'six-sidebar-initial-focus'
|
|
402
547
|
]);
|
|
403
548
|
export const SixSidebarItem = /*@__PURE__*/ defineContainer('six-sidebar-item', undefined, [
|
|
404
549
|
'value',
|
|
405
550
|
'selected',
|
|
406
|
-
'disabled'
|
|
551
|
+
'disabled',
|
|
552
|
+
'icon',
|
|
553
|
+
'href'
|
|
407
554
|
]);
|
|
408
555
|
export const SixSidebarItemGroup = /*@__PURE__*/ defineContainer('six-sidebar-item-group', undefined, [
|
|
409
556
|
'name',
|
|
410
557
|
'icon',
|
|
411
558
|
'value',
|
|
412
559
|
'open',
|
|
413
|
-
'summaryIcon'
|
|
560
|
+
'summaryIcon',
|
|
561
|
+
'href'
|
|
414
562
|
]);
|
|
415
563
|
export const SixSpinner = /*@__PURE__*/ defineContainer('six-spinner', undefined, [
|
|
564
|
+
'logo',
|
|
416
565
|
'six'
|
|
417
566
|
]);
|
|
418
567
|
export const SixStageIndicator = /*@__PURE__*/ defineContainer('six-stage-indicator', undefined, [
|
|
@@ -424,23 +573,36 @@ export const SixSwitch = /*@__PURE__*/ defineContainer('six-switch', undefined,
|
|
|
424
573
|
'disabled',
|
|
425
574
|
'required',
|
|
426
575
|
'checked',
|
|
576
|
+
'label',
|
|
577
|
+
'errorText',
|
|
578
|
+
'errorTextCount',
|
|
427
579
|
'invalid',
|
|
428
580
|
'six-switch-blur',
|
|
429
581
|
'six-switch-change',
|
|
430
582
|
'six-switch-focus'
|
|
431
|
-
],
|
|
583
|
+
], [
|
|
584
|
+
'six-switch-blur',
|
|
585
|
+
'six-switch-change',
|
|
586
|
+
'six-switch-focus'
|
|
587
|
+
], 'checked', 'change');
|
|
432
588
|
export const SixTab = /*@__PURE__*/ defineContainer('six-tab', undefined, [
|
|
433
589
|
'panel',
|
|
434
590
|
'active',
|
|
435
591
|
'closable',
|
|
592
|
+
'hoverContent',
|
|
436
593
|
'disabled',
|
|
437
594
|
'six-tab-close'
|
|
595
|
+
], [
|
|
596
|
+
'six-tab-close'
|
|
438
597
|
]);
|
|
439
598
|
export const SixTabGroup = /*@__PURE__*/ defineContainer('six-tab-group', undefined, [
|
|
440
599
|
'placement',
|
|
441
600
|
'noScrollControls',
|
|
442
601
|
'six-tab-show',
|
|
443
602
|
'six-tab-hide'
|
|
603
|
+
], [
|
|
604
|
+
'six-tab-show',
|
|
605
|
+
'six-tab-hide'
|
|
444
606
|
]);
|
|
445
607
|
export const SixTabPanel = /*@__PURE__*/ defineContainer('six-tab-panel', undefined, [
|
|
446
608
|
'name',
|
|
@@ -452,14 +614,14 @@ export const SixTag = /*@__PURE__*/ defineContainer('six-tag', undefined, [
|
|
|
452
614
|
'pill',
|
|
453
615
|
'clearable',
|
|
454
616
|
'six-tag-clear'
|
|
617
|
+
], [
|
|
618
|
+
'six-tag-clear'
|
|
455
619
|
]);
|
|
456
620
|
export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefined, [
|
|
457
621
|
'size',
|
|
458
622
|
'name',
|
|
459
623
|
'value',
|
|
460
|
-
'label',
|
|
461
624
|
'helpText',
|
|
462
|
-
'errorText',
|
|
463
625
|
'placeholder',
|
|
464
626
|
'rows',
|
|
465
627
|
'resize',
|
|
@@ -468,6 +630,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
468
630
|
'minlength',
|
|
469
631
|
'maxlength',
|
|
470
632
|
'required',
|
|
633
|
+
'label',
|
|
634
|
+
'errorText',
|
|
635
|
+
'errorTextCount',
|
|
471
636
|
'invalid',
|
|
472
637
|
'autocapitalize',
|
|
473
638
|
'autocorrect',
|
|
@@ -475,13 +640,16 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
475
640
|
'autofocus',
|
|
476
641
|
'spellcheck',
|
|
477
642
|
'inputmode',
|
|
478
|
-
'errorOnBlur',
|
|
479
643
|
'six-textarea-change',
|
|
480
644
|
'six-textarea-input',
|
|
481
645
|
'six-textarea-focus',
|
|
482
|
-
'six-textarea-blur'
|
|
483
|
-
|
|
484
|
-
|
|
646
|
+
'six-textarea-blur'
|
|
647
|
+
], [
|
|
648
|
+
'six-textarea-change',
|
|
649
|
+
'six-textarea-input',
|
|
650
|
+
'six-textarea-focus',
|
|
651
|
+
'six-textarea-blur'
|
|
652
|
+
], 'value', 'input');
|
|
485
653
|
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
486
654
|
'label',
|
|
487
655
|
'iconName',
|
|
@@ -492,6 +660,9 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
|
492
660
|
'size',
|
|
493
661
|
'six-tile-closed',
|
|
494
662
|
'six-tile-selected'
|
|
663
|
+
], [
|
|
664
|
+
'six-tile-closed',
|
|
665
|
+
'six-tile-selected'
|
|
495
666
|
]);
|
|
496
667
|
export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', undefined, [
|
|
497
668
|
'format',
|
|
@@ -505,9 +676,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
505
676
|
'size',
|
|
506
677
|
'required',
|
|
507
678
|
'placeholder',
|
|
508
|
-
'errorOnBlur',
|
|
509
679
|
'errorText',
|
|
680
|
+
'errorTextCount',
|
|
510
681
|
'label',
|
|
682
|
+
'invalid',
|
|
511
683
|
'name',
|
|
512
684
|
'clearable',
|
|
513
685
|
'iconPosition',
|
|
@@ -519,6 +691,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
519
691
|
'six-timepicker-change',
|
|
520
692
|
'six-timepicker-change-debounced',
|
|
521
693
|
'six-timepicker-clear'
|
|
694
|
+
], [
|
|
695
|
+
'six-timepicker-change',
|
|
696
|
+
'six-timepicker-change-debounced',
|
|
697
|
+
'six-timepicker-clear'
|
|
522
698
|
]);
|
|
523
699
|
export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined, [
|
|
524
700
|
'content',
|
|
@@ -532,5 +708,10 @@ export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined
|
|
|
532
708
|
'six-tooltip-after-show',
|
|
533
709
|
'six-tooltip-hide',
|
|
534
710
|
'six-tooltip-after-hide'
|
|
711
|
+
], [
|
|
712
|
+
'six-tooltip-show',
|
|
713
|
+
'six-tooltip-after-show',
|
|
714
|
+
'six-tooltip-hide',
|
|
715
|
+
'six-tooltip-after-hide'
|
|
535
716
|
]);
|
|
536
717
|
//# 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>;
|