@six-group/ui-library-vue 0.0.0-insider.9277796 → 0.0.0-insider.9ef6031
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +6 -1
- package/dist/plugin.js +14 -5
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +53 -0
- package/dist/{components.js → stencil-generated/components.js} +102 -102
- package/dist/stencil-generated/components.js.map +1 -0
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +4 -0
- package/dist/{vue-component-lib → stencil-generated/vue-component-lib}/utils.js +20 -70
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -0
- package/package.json +18 -20
- 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,13 +1,5 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* auto-generated vue proxies */
|
|
4
1
|
import { defineContainer } from './vue-component-lib/utils';
|
|
5
|
-
|
|
6
|
-
defineCustomElements();
|
|
7
|
-
export const SetAttributes = /*@__PURE__*/ defineContainer('set-attributes', undefined, [
|
|
8
|
-
'value'
|
|
9
|
-
]);
|
|
10
|
-
export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
|
|
2
|
+
export const SixAlert = defineContainer('six-alert', undefined, [
|
|
11
3
|
'open',
|
|
12
4
|
'closable',
|
|
13
5
|
'type',
|
|
@@ -17,18 +9,18 @@ export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
|
|
|
17
9
|
'six-alert-hide',
|
|
18
10
|
'six-alert-after-hide'
|
|
19
11
|
]);
|
|
20
|
-
export const SixAvatar =
|
|
12
|
+
export const SixAvatar = defineContainer('six-avatar', undefined, [
|
|
21
13
|
'image',
|
|
22
14
|
'alt',
|
|
23
15
|
'initials',
|
|
24
16
|
'shape'
|
|
25
17
|
]);
|
|
26
|
-
export const SixBadge =
|
|
18
|
+
export const SixBadge = defineContainer('six-badge', undefined, [
|
|
27
19
|
'type',
|
|
28
20
|
'pill',
|
|
29
21
|
'pulse'
|
|
30
22
|
]);
|
|
31
|
-
export const SixButton =
|
|
23
|
+
export const SixButton = defineContainer('six-button', undefined, [
|
|
32
24
|
'type',
|
|
33
25
|
'size',
|
|
34
26
|
'caret',
|
|
@@ -46,23 +38,23 @@ export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined,
|
|
|
46
38
|
'six-button-blur',
|
|
47
39
|
'six-button-focus'
|
|
48
40
|
]);
|
|
49
|
-
export const SixCard =
|
|
50
|
-
export const SixCheckbox =
|
|
41
|
+
export const SixCard = defineContainer('six-card', undefined);
|
|
42
|
+
export const SixCheckbox = defineContainer('six-checkbox', undefined, [
|
|
51
43
|
'name',
|
|
52
44
|
'value',
|
|
53
45
|
'disabled',
|
|
54
46
|
'required',
|
|
55
47
|
'label',
|
|
56
48
|
'errorText',
|
|
49
|
+
'errorTextCount',
|
|
50
|
+
'invalid',
|
|
57
51
|
'checked',
|
|
58
52
|
'indeterminate',
|
|
59
|
-
'invalid',
|
|
60
|
-
'errorOnBlur',
|
|
61
53
|
'six-checkbox-blur',
|
|
62
54
|
'six-checkbox-change',
|
|
63
55
|
'six-checkbox-focus'
|
|
64
|
-
], 'checked', '
|
|
65
|
-
export const SixDatepicker =
|
|
56
|
+
], 'checked', 'change');
|
|
57
|
+
export const SixDatepicker = defineContainer('six-datepicker', undefined, [
|
|
66
58
|
'type',
|
|
67
59
|
'locale',
|
|
68
60
|
'open',
|
|
@@ -79,12 +71,13 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
79
71
|
'defaultDate',
|
|
80
72
|
'placeholder',
|
|
81
73
|
'value',
|
|
74
|
+
'label',
|
|
75
|
+
'errorText',
|
|
76
|
+
'errorTextCount',
|
|
77
|
+
'invalid',
|
|
82
78
|
'containingElement',
|
|
83
79
|
'dateFormat',
|
|
84
80
|
'debounce',
|
|
85
|
-
'errorOnBlur',
|
|
86
|
-
'errorText',
|
|
87
|
-
'label',
|
|
88
81
|
'name',
|
|
89
82
|
'clearable',
|
|
90
83
|
'iconPosition',
|
|
@@ -92,8 +85,8 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
92
85
|
'six-datepicker-select',
|
|
93
86
|
'six-datepicker-clear',
|
|
94
87
|
'six-datepicker-blur'
|
|
95
|
-
], 'value', '
|
|
96
|
-
export const SixDetails =
|
|
88
|
+
], 'value', 'change');
|
|
89
|
+
export const SixDetails = defineContainer('six-details', undefined, [
|
|
97
90
|
'open',
|
|
98
91
|
'summary',
|
|
99
92
|
'summaryIcon',
|
|
@@ -107,7 +100,7 @@ export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined
|
|
|
107
100
|
'six-details-hide',
|
|
108
101
|
'six-details-after-hide'
|
|
109
102
|
]);
|
|
110
|
-
export const SixDialog =
|
|
103
|
+
export const SixDialog = defineContainer('six-dialog', undefined, [
|
|
111
104
|
'open',
|
|
112
105
|
'label',
|
|
113
106
|
'noHeader',
|
|
@@ -118,7 +111,7 @@ export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined,
|
|
|
118
111
|
'six-dialog-initial-focus',
|
|
119
112
|
'six-dialog-overlay-dismiss'
|
|
120
113
|
]);
|
|
121
|
-
export const SixDrawer =
|
|
114
|
+
export const SixDrawer = defineContainer('six-drawer', undefined, [
|
|
122
115
|
'open',
|
|
123
116
|
'label',
|
|
124
117
|
'placement',
|
|
@@ -131,7 +124,7 @@ export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined,
|
|
|
131
124
|
'six-drawer-initial-focus',
|
|
132
125
|
'six-drawer-overlay-dismiss'
|
|
133
126
|
]);
|
|
134
|
-
export const SixDropdown =
|
|
127
|
+
export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
135
128
|
'open',
|
|
136
129
|
'placement',
|
|
137
130
|
'closeOnSelect',
|
|
@@ -147,6 +140,7 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
147
140
|
'disableHideOnEnterAndSpace',
|
|
148
141
|
'options',
|
|
149
142
|
'virtualScroll',
|
|
143
|
+
'matchTriggerWidth',
|
|
150
144
|
'six-dropdown-show',
|
|
151
145
|
'six-dropdown-after-show',
|
|
152
146
|
'six-dropdown-hide',
|
|
@@ -155,15 +149,16 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
155
149
|
'six-async-filter-fired',
|
|
156
150
|
'six-dropdown-scroll'
|
|
157
151
|
]);
|
|
158
|
-
export const
|
|
152
|
+
export const SixError = defineContainer('six-error', undefined);
|
|
153
|
+
export const SixErrorPage = defineContainer('six-error-page', undefined, [
|
|
159
154
|
'errorCode',
|
|
160
155
|
'language',
|
|
161
156
|
'customTitle',
|
|
162
157
|
'customDescription',
|
|
163
158
|
'customIcon'
|
|
164
159
|
]);
|
|
165
|
-
export const SixFileList =
|
|
166
|
-
export const SixFileListItem =
|
|
160
|
+
export const SixFileList = defineContainer('six-file-list', undefined);
|
|
161
|
+
export const SixFileListItem = defineContainer('six-file-list-item', undefined, [
|
|
167
162
|
'identifier',
|
|
168
163
|
'name',
|
|
169
164
|
'date',
|
|
@@ -173,35 +168,34 @@ export const SixFileListItem = /*@__PURE__*/ defineContainer('six-file-list-item
|
|
|
173
168
|
'six-file-list-item-download',
|
|
174
169
|
'six-file-list-item-remove'
|
|
175
170
|
]);
|
|
176
|
-
export const SixFileUpload =
|
|
171
|
+
export const SixFileUpload = defineContainer('six-file-upload', undefined, [
|
|
177
172
|
'compact',
|
|
178
173
|
'label',
|
|
179
174
|
'disabled',
|
|
180
175
|
'accept',
|
|
181
176
|
'multiple',
|
|
182
177
|
'maxFileSize',
|
|
178
|
+
'uploading',
|
|
179
|
+
'errorText',
|
|
180
|
+
'invalid',
|
|
183
181
|
'six-file-upload-success',
|
|
184
182
|
'six-file-upload-failure'
|
|
185
183
|
]);
|
|
186
|
-
export const SixFooter =
|
|
187
|
-
export const
|
|
188
|
-
'novalidate',
|
|
189
|
-
'six-form-submit',
|
|
190
|
-
'six-form-change',
|
|
191
|
-
'six-form-reset'
|
|
192
|
-
]);
|
|
193
|
-
export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', undefined, [
|
|
184
|
+
export const SixFooter = defineContainer('six-footer', undefined);
|
|
185
|
+
export const SixGroupLabel = defineContainer('six-group-label', undefined, [
|
|
194
186
|
'size',
|
|
195
187
|
'label',
|
|
196
188
|
'helpText',
|
|
197
189
|
'disabled',
|
|
198
190
|
'required'
|
|
199
191
|
]);
|
|
200
|
-
export const SixHeader =
|
|
192
|
+
export const SixHeader = defineContainer('six-header', undefined, [
|
|
201
193
|
'shiftContent',
|
|
194
|
+
'hideHamburgerMenu',
|
|
202
195
|
'openHamburgerMenu',
|
|
203
196
|
'openSearch',
|
|
204
197
|
'clickableLogo',
|
|
198
|
+
'logo',
|
|
205
199
|
'six-header-app-name-clicked',
|
|
206
200
|
'six-header-app-switcher-select',
|
|
207
201
|
'six-header-profile-select',
|
|
@@ -209,26 +203,24 @@ export const SixHeader = /*@__PURE__*/ defineContainer('six-header', undefined,
|
|
|
209
203
|
'six-header-logo-clicked',
|
|
210
204
|
'six-header-search-field-toggle'
|
|
211
205
|
]);
|
|
212
|
-
export const SixIcon =
|
|
206
|
+
export const SixIcon = defineContainer('six-icon', undefined, [
|
|
213
207
|
'size',
|
|
214
208
|
'filled'
|
|
215
209
|
]);
|
|
216
|
-
export const SixIconButton =
|
|
210
|
+
export const SixIconButton = defineContainer('six-icon-button', undefined, [
|
|
217
211
|
'name',
|
|
218
212
|
'size',
|
|
219
213
|
'label',
|
|
220
214
|
'disabled',
|
|
221
215
|
'html'
|
|
222
216
|
]);
|
|
223
|
-
export const SixInput =
|
|
217
|
+
export const SixInput = defineContainer('six-input', undefined, [
|
|
224
218
|
'type',
|
|
225
219
|
'size',
|
|
226
220
|
'name',
|
|
227
221
|
'value',
|
|
228
222
|
'pill',
|
|
229
|
-
'label',
|
|
230
223
|
'helpText',
|
|
231
|
-
'errorText',
|
|
232
224
|
'placeholder',
|
|
233
225
|
'disabled',
|
|
234
226
|
'readonly',
|
|
@@ -238,26 +230,28 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
|
238
230
|
'max',
|
|
239
231
|
'step',
|
|
240
232
|
'pattern',
|
|
233
|
+
'dropdownSearch',
|
|
241
234
|
'required',
|
|
242
235
|
'autocapitalize',
|
|
243
236
|
'autocorrect',
|
|
244
237
|
'autocomplete',
|
|
245
238
|
'autofocus',
|
|
246
239
|
'spellcheck',
|
|
240
|
+
'label',
|
|
241
|
+
'errorText',
|
|
242
|
+
'errorTextCount',
|
|
247
243
|
'invalid',
|
|
248
244
|
'clearable',
|
|
249
245
|
'togglePassword',
|
|
250
246
|
'inputmode',
|
|
251
247
|
'line',
|
|
252
|
-
'errorOnBlur',
|
|
253
248
|
'six-input-change',
|
|
254
249
|
'six-input-clear',
|
|
255
250
|
'six-input-input',
|
|
256
251
|
'six-input-focus',
|
|
257
|
-
'six-input-blur'
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
|
|
252
|
+
'six-input-blur'
|
|
253
|
+
], 'value', 'input');
|
|
254
|
+
export const SixItemPicker = defineContainer('six-item-picker', undefined, [
|
|
261
255
|
'value',
|
|
262
256
|
'type',
|
|
263
257
|
'min',
|
|
@@ -275,46 +269,48 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', un
|
|
|
275
269
|
'six-item-picker-change',
|
|
276
270
|
'six-item-picker-change-debounced'
|
|
277
271
|
]);
|
|
278
|
-
export const SixLanguageSwitcher =
|
|
272
|
+
export const SixLanguageSwitcher = defineContainer('six-language-switcher', undefined, [
|
|
279
273
|
'selected',
|
|
280
274
|
'languages',
|
|
281
275
|
'six-language-switcher-change'
|
|
282
276
|
]);
|
|
283
|
-
export const SixLayoutGrid =
|
|
277
|
+
export const SixLayoutGrid = defineContainer('six-layout-grid', undefined, [
|
|
284
278
|
'columns'
|
|
285
279
|
]);
|
|
286
|
-
export const SixMainContainer =
|
|
280
|
+
export const SixMainContainer = defineContainer('six-main-container', undefined, [
|
|
287
281
|
'padded'
|
|
288
282
|
]);
|
|
289
|
-
export const SixMenu =
|
|
283
|
+
export const SixMenu = defineContainer('six-menu', undefined, [
|
|
290
284
|
'removeBoxShadow',
|
|
291
285
|
'items',
|
|
292
286
|
'itemsShown',
|
|
293
287
|
'virtualScroll',
|
|
294
288
|
'itemSize',
|
|
295
289
|
'scrollingDebounce',
|
|
290
|
+
'disableKeyboardHandling',
|
|
296
291
|
'six-menu-item-selected'
|
|
297
292
|
]);
|
|
298
|
-
export const SixMenuDivider =
|
|
299
|
-
export const SixMenuItem =
|
|
293
|
+
export const SixMenuDivider = defineContainer('six-menu-divider', undefined);
|
|
294
|
+
export const SixMenuItem = defineContainer('six-menu-item', undefined, [
|
|
295
|
+
'checkType',
|
|
300
296
|
'checked',
|
|
301
297
|
'value',
|
|
302
298
|
'disabled'
|
|
303
299
|
]);
|
|
304
|
-
export const SixMenuLabel =
|
|
305
|
-
export const SixPicto =
|
|
300
|
+
export const SixMenuLabel = defineContainer('six-menu-label', undefined);
|
|
301
|
+
export const SixPicto = defineContainer('six-picto', undefined, [
|
|
306
302
|
'size'
|
|
307
303
|
]);
|
|
308
|
-
export const SixProgressBar =
|
|
304
|
+
export const SixProgressBar = defineContainer('six-progress-bar', undefined, [
|
|
309
305
|
'percentage',
|
|
310
306
|
'indeterminate'
|
|
311
307
|
]);
|
|
312
|
-
export const SixProgressRing =
|
|
308
|
+
export const SixProgressRing = defineContainer('six-progress-ring', undefined, [
|
|
313
309
|
'size',
|
|
314
310
|
'strokeWidth',
|
|
315
311
|
'percentage'
|
|
316
312
|
]);
|
|
317
|
-
export const SixRadio =
|
|
313
|
+
export const SixRadio = defineContainer('six-radio', undefined, [
|
|
318
314
|
'name',
|
|
319
315
|
'value',
|
|
320
316
|
'disabled',
|
|
@@ -323,43 +319,43 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
|
323
319
|
'six-radio-blur',
|
|
324
320
|
'six-radio-change',
|
|
325
321
|
'six-radio-focus'
|
|
326
|
-
]
|
|
327
|
-
export const SixRange =
|
|
322
|
+
]);
|
|
323
|
+
export const SixRange = defineContainer('six-range', undefined, [
|
|
328
324
|
'name',
|
|
329
325
|
'value',
|
|
330
326
|
'required',
|
|
331
|
-
'label',
|
|
332
327
|
'helpText',
|
|
333
|
-
'errorText',
|
|
334
328
|
'disabled',
|
|
329
|
+
'label',
|
|
330
|
+
'errorText',
|
|
331
|
+
'errorTextCount',
|
|
335
332
|
'invalid',
|
|
336
333
|
'min',
|
|
337
334
|
'max',
|
|
338
335
|
'step',
|
|
339
336
|
'tooltip',
|
|
340
337
|
'tooltipFormatter',
|
|
341
|
-
'errorOnBlur',
|
|
342
338
|
'six-range-change',
|
|
343
339
|
'six-range-blur',
|
|
344
340
|
'six-range-focus'
|
|
345
|
-
], 'value', '
|
|
346
|
-
export const SixRoot =
|
|
347
|
-
'breakpoint',
|
|
341
|
+
], 'value', 'input');
|
|
342
|
+
export const SixRoot = defineContainer('six-root', undefined, [
|
|
348
343
|
'padded',
|
|
349
344
|
'stage',
|
|
350
|
-
'version'
|
|
351
|
-
'six-root-collapsed'
|
|
345
|
+
'version'
|
|
352
346
|
]);
|
|
353
|
-
export const SixSearchField =
|
|
347
|
+
export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
354
348
|
'placeholder',
|
|
355
349
|
'debounce',
|
|
356
350
|
'disabled',
|
|
357
351
|
'value',
|
|
358
352
|
'clearable',
|
|
359
353
|
'six-search-field-change'
|
|
360
|
-
]
|
|
361
|
-
export const SixSelect =
|
|
354
|
+
]);
|
|
355
|
+
export const SixSelect = defineContainer('six-select', undefined, [
|
|
362
356
|
'multiple',
|
|
357
|
+
'selectAllButton',
|
|
358
|
+
'selectAllText',
|
|
363
359
|
'maxTagsVisible',
|
|
364
360
|
'disabled',
|
|
365
361
|
'name',
|
|
@@ -370,26 +366,25 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
|
|
|
370
366
|
'hoist',
|
|
371
367
|
'value',
|
|
372
368
|
'pill',
|
|
373
|
-
'label',
|
|
374
369
|
'helpText',
|
|
375
|
-
'errorText',
|
|
376
370
|
'required',
|
|
377
371
|
'clearable',
|
|
372
|
+
'label',
|
|
373
|
+
'errorText',
|
|
374
|
+
'errorTextCount',
|
|
378
375
|
'invalid',
|
|
379
376
|
'line',
|
|
380
|
-
'errorOnBlur',
|
|
381
377
|
'filter',
|
|
382
378
|
'asyncFilter',
|
|
383
379
|
'autocomplete',
|
|
384
380
|
'inputDebounce',
|
|
385
381
|
'options',
|
|
386
382
|
'virtualScroll',
|
|
387
|
-
'defaultValue',
|
|
388
383
|
'six-select-change',
|
|
389
384
|
'six-select-focus',
|
|
390
385
|
'six-select-blur'
|
|
391
|
-
], 'value', '
|
|
392
|
-
export const SixSidebar =
|
|
386
|
+
], 'value', 'change');
|
|
387
|
+
export const SixSidebar = defineContainer('six-sidebar', undefined, [
|
|
393
388
|
'position',
|
|
394
389
|
'open',
|
|
395
390
|
'width',
|
|
@@ -400,66 +395,69 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
|
|
|
400
395
|
'six-sidebar-after-hide',
|
|
401
396
|
'six-sidebar-initial-focus'
|
|
402
397
|
]);
|
|
403
|
-
export const SixSidebarItem =
|
|
398
|
+
export const SixSidebarItem = defineContainer('six-sidebar-item', undefined, [
|
|
404
399
|
'value',
|
|
405
400
|
'selected',
|
|
406
|
-
'disabled'
|
|
401
|
+
'disabled',
|
|
402
|
+
'href'
|
|
407
403
|
]);
|
|
408
|
-
export const SixSidebarItemGroup =
|
|
404
|
+
export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', undefined, [
|
|
409
405
|
'name',
|
|
410
406
|
'icon',
|
|
411
407
|
'value',
|
|
412
408
|
'open',
|
|
413
|
-
'summaryIcon'
|
|
409
|
+
'summaryIcon',
|
|
410
|
+
'href'
|
|
414
411
|
]);
|
|
415
|
-
export const SixSpinner =
|
|
412
|
+
export const SixSpinner = defineContainer('six-spinner', undefined, [
|
|
416
413
|
'six'
|
|
417
414
|
]);
|
|
418
|
-
export const SixStageIndicator =
|
|
415
|
+
export const SixStageIndicator = defineContainer('six-stage-indicator', undefined, [
|
|
419
416
|
'stage'
|
|
420
417
|
]);
|
|
421
|
-
export const SixSwitch =
|
|
418
|
+
export const SixSwitch = defineContainer('six-switch', undefined, [
|
|
422
419
|
'name',
|
|
423
420
|
'value',
|
|
424
421
|
'disabled',
|
|
425
422
|
'required',
|
|
426
423
|
'checked',
|
|
424
|
+
'label',
|
|
425
|
+
'errorText',
|
|
426
|
+
'errorTextCount',
|
|
427
427
|
'invalid',
|
|
428
428
|
'six-switch-blur',
|
|
429
429
|
'six-switch-change',
|
|
430
430
|
'six-switch-focus'
|
|
431
|
-
], 'checked', '
|
|
432
|
-
export const SixTab =
|
|
431
|
+
], 'checked', 'change');
|
|
432
|
+
export const SixTab = defineContainer('six-tab', undefined, [
|
|
433
433
|
'panel',
|
|
434
434
|
'active',
|
|
435
435
|
'closable',
|
|
436
436
|
'disabled',
|
|
437
437
|
'six-tab-close'
|
|
438
438
|
]);
|
|
439
|
-
export const SixTabGroup =
|
|
439
|
+
export const SixTabGroup = defineContainer('six-tab-group', undefined, [
|
|
440
440
|
'placement',
|
|
441
441
|
'noScrollControls',
|
|
442
442
|
'six-tab-show',
|
|
443
443
|
'six-tab-hide'
|
|
444
444
|
]);
|
|
445
|
-
export const SixTabPanel =
|
|
445
|
+
export const SixTabPanel = defineContainer('six-tab-panel', undefined, [
|
|
446
446
|
'name',
|
|
447
447
|
'active'
|
|
448
448
|
]);
|
|
449
|
-
export const SixTag =
|
|
449
|
+
export const SixTag = defineContainer('six-tag', undefined, [
|
|
450
450
|
'type',
|
|
451
451
|
'size',
|
|
452
452
|
'pill',
|
|
453
453
|
'clearable',
|
|
454
454
|
'six-tag-clear'
|
|
455
455
|
]);
|
|
456
|
-
export const SixTextarea =
|
|
456
|
+
export const SixTextarea = defineContainer('six-textarea', undefined, [
|
|
457
457
|
'size',
|
|
458
458
|
'name',
|
|
459
459
|
'value',
|
|
460
|
-
'label',
|
|
461
460
|
'helpText',
|
|
462
|
-
'errorText',
|
|
463
461
|
'placeholder',
|
|
464
462
|
'rows',
|
|
465
463
|
'resize',
|
|
@@ -468,6 +466,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
468
466
|
'minlength',
|
|
469
467
|
'maxlength',
|
|
470
468
|
'required',
|
|
469
|
+
'label',
|
|
470
|
+
'errorText',
|
|
471
|
+
'errorTextCount',
|
|
471
472
|
'invalid',
|
|
472
473
|
'autocapitalize',
|
|
473
474
|
'autocorrect',
|
|
@@ -475,14 +476,12 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
475
476
|
'autofocus',
|
|
476
477
|
'spellcheck',
|
|
477
478
|
'inputmode',
|
|
478
|
-
'errorOnBlur',
|
|
479
479
|
'six-textarea-change',
|
|
480
480
|
'six-textarea-input',
|
|
481
481
|
'six-textarea-focus',
|
|
482
|
-
'six-textarea-blur'
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
482
|
+
'six-textarea-blur'
|
|
483
|
+
], 'value', 'input');
|
|
484
|
+
export const SixTile = defineContainer('six-tile', undefined, [
|
|
486
485
|
'label',
|
|
487
486
|
'iconName',
|
|
488
487
|
'closeable',
|
|
@@ -493,7 +492,7 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
|
493
492
|
'six-tile-closed',
|
|
494
493
|
'six-tile-selected'
|
|
495
494
|
]);
|
|
496
|
-
export const SixTimepicker =
|
|
495
|
+
export const SixTimepicker = defineContainer('six-timepicker', undefined, [
|
|
497
496
|
'format',
|
|
498
497
|
'separator',
|
|
499
498
|
'value',
|
|
@@ -505,9 +504,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
505
504
|
'size',
|
|
506
505
|
'required',
|
|
507
506
|
'placeholder',
|
|
508
|
-
'errorOnBlur',
|
|
509
507
|
'errorText',
|
|
508
|
+
'errorTextCount',
|
|
510
509
|
'label',
|
|
510
|
+
'invalid',
|
|
511
511
|
'name',
|
|
512
512
|
'clearable',
|
|
513
513
|
'iconPosition',
|
|
@@ -520,7 +520,7 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
520
520
|
'six-timepicker-change-debounced',
|
|
521
521
|
'six-timepicker-clear'
|
|
522
522
|
]);
|
|
523
|
-
export const SixTooltip =
|
|
523
|
+
export const SixTooltip = defineContainer('six-tooltip', undefined, [
|
|
524
524
|
'content',
|
|
525
525
|
'placement',
|
|
526
526
|
'disabled',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAO5D,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;IACN,UAAU;IACV,MAAM;IACN,UAAU;IACV,gBAAgB;IAChB,sBAAsB;IACtB,gBAAgB;IAChB,sBAAsB;CACvB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,OAAO;IACP,KAAK;IACL,UAAU;IACV,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;IACN,MAAM;IACN,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,MAAM;IACN,MAAM;IACN,OAAO;IACP,UAAU;IACV,SAAS;IACT,MAAM;IACN,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,QAAQ;IACR,UAAU;IACV,iBAAiB;IACjB,kBAAkB;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,CAAC,CAAC;AAGzF,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAA8C,cAAc,EAAE,SAAS,EAAE;IAC/H,MAAM;IACN,OAAO;IACP,UAAU;IACV,UAAU;IACV,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,SAAS;IACT,eAAe;IACf,mBAAmB;IACnB,qBAAqB;IACrB,oBAAoB;CACrB,EACD,SAAS,EAAE,QAAQ,CAAC,CAAC;AAGrB,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAgD,gBAAgB,EAAE,SAAS,EAAE;IACrI,MAAM;IACN,QAAQ;IACR,MAAM;IACN,QAAQ;IACR,UAAU;IACV,UAAU;IACV,cAAc;IACd,KAAK;IACL,KAAK;IACL,eAAe;IACf,WAAW;IACX,MAAM;IACN,UAAU;IACV,aAAa;IACb,aAAa;IACb,OAAO;IACP,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,mBAAmB;IACnB,YAAY;IACZ,UAAU;IACV,MAAM;IACN,WAAW;IACX,cAAc;IACd,OAAO;IACP,uBAAuB;IACvB,sBAAsB;IACtB,qBAAqB;CACtB,EACD,OAAO,EAAE,QAAQ,CAAC,CAAC;AAGnB,MAAM,CAAC,MAAM,UAAU,GAAiB,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,MAAM;IACN,SAAS;IACT,aAAa;IACb,iBAAiB;IACjB,UAAU;IACV,QAAQ;IACR,iBAAiB;IACjB,YAAY;IACZ,kBAAkB;IAClB,wBAAwB;IACxB,kBAAkB;IAClB,wBAAwB;CACzB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,MAAM;IACN,OAAO;IACP,UAAU;IACV,iBAAiB;IACjB,uBAAuB;IACvB,iBAAiB;IACjB,uBAAuB;IACvB,0BAA0B;IAC1B,4BAA4B;CAC7B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,MAAM;IACN,OAAO;IACP,WAAW;IACX,WAAW;IACX,UAAU;IACV,iBAAiB;IACjB,uBAAuB;IACvB,iBAAiB;IACjB,uBAAuB;IACvB,0BAA0B;IAC1B,4BAA4B;CAC7B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAAkB,cAAc,EAAE,SAAS,EAAE;IACnG,MAAM;IACN,WAAW;IACX,eAAe;IACf,UAAU;IACV,UAAU;IACV,OAAO;IACP,mBAAmB;IACnB,QAAQ;IACR,aAAa;IACb,mBAAmB;IACnB,iBAAiB;IACjB,gBAAgB;IAChB,4BAA4B;IAC5B,SAAS;IACT,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,yBAAyB;IACzB,gCAAgC;IAChC,wBAAwB;IACxB,qBAAqB;CACtB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,CAAC,CAAC;AAG5F,MAAM,CAAC,MAAM,YAAY,GAAiB,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,WAAW;IACX,UAAU;IACV,aAAa;IACb,mBAAmB;IACnB,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAAkB,eAAe,EAAE,SAAS,CAAC,CAAC;AAGtG,MAAM,CAAC,MAAM,eAAe,GAAiB,eAAe,CAAsB,oBAAoB,EAAE,SAAS,EAAE;IACjH,YAAY;IACZ,MAAM;IACN,MAAM;IACN,MAAM;IACN,YAAY;IACZ,UAAU;IACV,6BAA6B;IAC7B,2BAA2B;CAC5B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,SAAS;IACT,OAAO;IACP,UAAU;IACV,QAAQ;IACR,UAAU;IACV,aAAa;IACb,WAAW;IACX,WAAW;IACX,SAAS;IACT,yBAAyB;IACzB,yBAAyB;CAC1B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,CAAC,CAAC;AAG/F,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,MAAM;IACN,OAAO;IACP,UAAU;IACV,UAAU;IACV,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,cAAc;IACd,mBAAmB;IACnB,mBAAmB;IACnB,YAAY;IACZ,eAAe;IACf,MAAM;IACN,6BAA6B;IAC7B,gCAAgC;IAChC,2BAA2B;IAC3B,mCAAmC;IACnC,yBAAyB;IACzB,gCAAgC;CACjC,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,MAAM;IACN,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,MAAM;IACN,MAAM;IACN,OAAO;IACP,UAAU;IACV,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAsC,WAAW,EAAE,SAAS,EAAE;IACjH,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;IACP,MAAM;IACN,UAAU;IACV,aAAa;IACb,UAAU;IACV,UAAU;IACV,WAAW;IACX,WAAW;IACX,KAAK;IACL,KAAK;IACL,MAAM;IACN,SAAS;IACT,gBAAgB;IAChB,UAAU;IACV,gBAAgB;IAChB,aAAa;IACb,cAAc;IACd,WAAW;IACX,YAAY;IACZ,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,WAAW;IACX,gBAAgB;IAChB,WAAW;IACX,MAAM;IACN,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,iBAAiB;IACjB,gBAAgB;CACjB,EACD,OAAO,EAAE,OAAO,CAAC,CAAC;AAGlB,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,OAAO;IACP,MAAM;IACN,KAAK;IACL,KAAK;IACL,WAAW;IACX,MAAM;IACN,OAAO;IACP,QAAQ;IACR,eAAe;IACf,aAAa;IACb,kBAAkB;IAClB,SAAS;IACT,UAAU;IACV,UAAU;IACV,wBAAwB;IACxB,kCAAkC;CACnC,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,mBAAmB,GAAiB,eAAe,CAA0B,uBAAuB,EAAE,SAAS,EAAE;IAC5H,UAAU;IACV,WAAW;IACX,8BAA8B;CAC/B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAiB,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,iBAAiB;IACjB,OAAO;IACP,YAAY;IACZ,eAAe;IACf,UAAU;IACV,mBAAmB;IACnB,yBAAyB;IACzB,wBAAwB;CACzB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAiB,eAAe,CAAqB,kBAAkB,EAAE,SAAS,CAAC,CAAC;AAG/G,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAAkB,eAAe,EAAE,SAAS,EAAE;IACpG,WAAW;IACX,SAAS;IACT,OAAO;IACP,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAiB,eAAe,CAAmB,gBAAgB,EAAE,SAAS,CAAC,CAAC;AAGzG,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAiB,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,YAAY;IACZ,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAiB,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,MAAM;IACN,aAAa;IACb,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;IACN,OAAO;IACP,UAAU;IACV,SAAS;IACT,SAAS;IACT,gBAAgB;IAChB,kBAAkB;IAClB,iBAAiB;CAClB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAsC,WAAW,EAAE,SAAS,EAAE;IACjH,MAAM;IACN,OAAO;IACP,UAAU;IACV,UAAU;IACV,UAAU;IACV,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,KAAK;IACL,KAAK;IACL,MAAM;IACN,SAAS;IACT,kBAAkB;IAClB,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,EACD,OAAO,EAAE,OAAO,CAAC,CAAC;AAGlB,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,QAAQ;IACR,OAAO;IACP,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAiB,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,aAAa;IACb,UAAU;IACV,UAAU;IACV,OAAO;IACP,WAAW;IACX,yBAAyB;CAC1B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAwC,YAAY,EAAE,SAAS,EAAE;IACrH,UAAU;IACV,iBAAiB;IACjB,eAAe;IACf,gBAAgB;IAChB,UAAU;IACV,MAAM;IACN,aAAa;IACb,mBAAmB;IACnB,gBAAgB;IAChB,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;IACN,UAAU;IACV,UAAU;IACV,WAAW;IACX,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,MAAM;IACN,QAAQ;IACR,aAAa;IACb,cAAc;IACd,eAAe;IACf,SAAS;IACT,eAAe;IACf,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;CAClB,EACD,OAAO,EAAE,QAAQ,CAAC,CAAC;AAGnB,MAAM,CAAC,MAAM,UAAU,GAAiB,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,UAAU;IACV,MAAM;IACN,OAAO;IACP,SAAS;IACT,kBAAkB;IAClB,wBAAwB;IACxB,kBAAkB;IAClB,wBAAwB;IACxB,2BAA2B;CAC5B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAiB,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,OAAO;IACP,UAAU;IACV,UAAU;IACV,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,mBAAmB,GAAiB,eAAe,CAA0B,wBAAwB,EAAE,SAAS,EAAE;IAC7H,MAAM;IACN,MAAM;IACN,OAAO;IACP,MAAM;IACN,aAAa;IACb,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAiB,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,KAAK;CACN,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAiB,eAAe,CAAwB,qBAAqB,EAAE,SAAS,EAAE;IACtH,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAA0C,YAAY,EAAE,SAAS,EAAE;IACvH,MAAM;IACN,OAAO;IACP,UAAU;IACV,UAAU;IACV,SAAS;IACT,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,iBAAiB;IACjB,mBAAmB;IACnB,kBAAkB;CACnB,EACD,SAAS,EAAE,QAAQ,CAAC,CAAC;AAGrB,MAAM,CAAC,MAAM,MAAM,GAAiB,eAAe,CAAa,SAAS,EAAE,SAAS,EAAE;IACpF,OAAO;IACP,QAAQ;IACR,UAAU;IACV,UAAU;IACV,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAAkB,eAAe,EAAE,SAAS,EAAE;IACpG,WAAW;IACX,kBAAkB;IAClB,cAAc;IACd,cAAc;CACf,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAAkB,eAAe,EAAE,SAAS,EAAE;IACpG,MAAM;IACN,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,MAAM,GAAiB,eAAe,CAAa,SAAS,EAAE,SAAS,EAAE;IACpF,MAAM;IACN,MAAM;IACN,MAAM;IACN,WAAW;IACX,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAiB,eAAe,CAA4C,cAAc,EAAE,SAAS,EAAE;IAC7H,MAAM;IACN,MAAM;IACN,OAAO;IACP,UAAU;IACV,aAAa;IACb,MAAM;IACN,QAAQ;IACR,UAAU;IACV,UAAU;IACV,WAAW;IACX,WAAW;IACX,UAAU;IACV,OAAO;IACP,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,gBAAgB;IAChB,aAAa;IACb,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,qBAAqB;IACrB,oBAAoB;IACpB,oBAAoB;IACpB,mBAAmB;CACpB,EACD,OAAO,EAAE,OAAO,CAAC,CAAC;AAGlB,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,OAAO;IACP,UAAU;IACV,WAAW;IACX,UAAU;IACV,gBAAgB;IAChB,UAAU;IACV,MAAM;IACN,iBAAiB;IACjB,mBAAmB;CACpB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAiB,eAAe,CAAoB,gBAAgB,EAAE,SAAS,EAAE;IACzG,QAAQ;IACR,WAAW;IACX,OAAO;IACP,MAAM;IACN,QAAQ;IACR,UAAU;IACV,UAAU;IACV,WAAW;IACX,MAAM;IACN,UAAU;IACV,aAAa;IACb,WAAW;IACX,gBAAgB;IAChB,OAAO;IACP,SAAS;IACT,MAAM;IACN,WAAW;IACX,cAAc;IACd,OAAO;IACP,SAAS;IACT,UAAU;IACV,aAAa;IACb,UAAU;IACV,uBAAuB;IACvB,iCAAiC;IACjC,sBAAsB;CACvB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAiB,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,SAAS;IACT,WAAW;IACX,UAAU;IACV,UAAU;IACV,MAAM;IACN,UAAU;IACV,SAAS;IACT,kBAAkB;IAClB,wBAAwB;IACxB,kBAAkB;IAClB,wBAAwB;CACzB,CAAC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export interface InputProps<T> {
|
|
2
|
+
modelValue?: T;
|
|
3
|
+
}
|
|
4
|
+
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>;
|