@quartzds/core-vue 1.0.0-beta.12 → 1.0.0-beta.121
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/CHANGELOG.md +1737 -0
- package/README.md +11 -11
- package/lib/generated/proxies.d.ts +38 -14
- package/lib/generated/proxies.d.ts.map +1 -1
- package/lib/generated/proxies.js +407 -25
- package/lib/generated/proxies.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +11 -13
- package/styles/core.css +507 -0
- package/lib/generated/vue-component-lib/utils.d.ts +0 -19
- package/lib/generated/vue-component-lib/utils.d.ts.map +0 -1
- package/lib/generated/vue-component-lib/utils.js +0 -168
- package/lib/generated/vue-component-lib/utils.js.map +0 -1
package/lib/generated/proxies.js
CHANGED
|
@@ -1,21 +1,97 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
|
-
import { defineContainer } from '
|
|
4
|
+
import { defineContainer } from '@stencil/vue-output-target/runtime';
|
|
5
|
+
import { defineCustomElement as defineQdsActionItem } from '@quartzds/core/components/qds-action-item.js';
|
|
6
|
+
import { defineCustomElement as defineQdsAvatarMedia } from '@quartzds/core/components/qds-avatar-media.js';
|
|
7
|
+
import { defineCustomElement as defineQdsBadgeCounter } from '@quartzds/core/components/qds-badge-counter.js';
|
|
8
|
+
import { defineCustomElement as defineQdsBadgeIndicator } from '@quartzds/core/components/qds-badge-indicator.js';
|
|
9
|
+
import { defineCustomElement as defineQdsBreadcrumbItem } from '@quartzds/core/components/qds-breadcrumb-item.js';
|
|
5
10
|
import { defineCustomElement as defineQdsButton } from '@quartzds/core/components/qds-button.js';
|
|
6
11
|
import { defineCustomElement as defineQdsCheckbox } from '@quartzds/core/components/qds-checkbox.js';
|
|
12
|
+
import { defineCustomElement as defineQdsChip } from '@quartzds/core/components/qds-chip.js';
|
|
13
|
+
import { defineCustomElement as defineQdsDialog } from '@quartzds/core/components/qds-dialog.js';
|
|
7
14
|
import { defineCustomElement as defineQdsDivider } from '@quartzds/core/components/qds-divider.js';
|
|
8
15
|
import { defineCustomElement as defineQdsDropdown } from '@quartzds/core/components/qds-dropdown.js';
|
|
16
|
+
import { defineCustomElement as defineQdsFormMessage } from '@quartzds/core/components/qds-form-message.js';
|
|
9
17
|
import { defineCustomElement as defineQdsIcon } from '@quartzds/core/components/qds-icon.js';
|
|
18
|
+
import { defineCustomElement as defineQdsIconButton } from '@quartzds/core/components/qds-icon-button.js';
|
|
10
19
|
import { defineCustomElement as defineQdsInlineLink } from '@quartzds/core/components/qds-inline-link.js';
|
|
11
20
|
import { defineCustomElement as defineQdsInput } from '@quartzds/core/components/qds-input.js';
|
|
12
21
|
import { defineCustomElement as defineQdsLabel } from '@quartzds/core/components/qds-label.js';
|
|
22
|
+
import { defineCustomElement as defineQdsListItem } from '@quartzds/core/components/qds-list-item.js';
|
|
23
|
+
import { defineCustomElement as defineQdsLoader } from '@quartzds/core/components/qds-loader.js';
|
|
24
|
+
import { defineCustomElement as defineQdsMenuItem } from '@quartzds/core/components/qds-menu-item.js';
|
|
25
|
+
import { defineCustomElement as defineQdsMiniButton } from '@quartzds/core/components/qds-mini-button.js';
|
|
26
|
+
import { defineCustomElement as defineQdsProgressBar } from '@quartzds/core/components/qds-progress-bar.js';
|
|
13
27
|
import { defineCustomElement as defineQdsRadio } from '@quartzds/core/components/qds-radio.js';
|
|
28
|
+
import { defineCustomElement as defineQdsSelect } from '@quartzds/core/components/qds-select.js';
|
|
29
|
+
import { defineCustomElement as defineQdsStandaloneLink } from '@quartzds/core/components/qds-standalone-link.js';
|
|
14
30
|
import { defineCustomElement as defineQdsSwitch } from '@quartzds/core/components/qds-switch.js';
|
|
31
|
+
import { defineCustomElement as defineQdsTab } from '@quartzds/core/components/qds-tab.js';
|
|
32
|
+
import { defineCustomElement as defineQdsTabbar } from '@quartzds/core/components/qds-tabbar.js';
|
|
33
|
+
import { defineCustomElement as defineQdsTable } from '@quartzds/core/components/qds-table.js';
|
|
34
|
+
import { defineCustomElement as defineQdsTableCell } from '@quartzds/core/components/qds-table-cell.js';
|
|
35
|
+
import { defineCustomElement as defineQdsTableHeadCell } from '@quartzds/core/components/qds-table-head-cell.js';
|
|
36
|
+
import { defineCustomElement as defineQdsTableRow } from '@quartzds/core/components/qds-table-row.js';
|
|
37
|
+
import { defineCustomElement as defineQdsTag } from '@quartzds/core/components/qds-tag.js';
|
|
15
38
|
import { defineCustomElement as defineQdsTextarea } from '@quartzds/core/components/qds-textarea.js';
|
|
16
39
|
import { defineCustomElement as defineQdsTitle } from '@quartzds/core/components/qds-title.js';
|
|
17
40
|
import { defineCustomElement as defineQdsTooltip } from '@quartzds/core/components/qds-tooltip.js';
|
|
41
|
+
export const QdsActionItem = /*@__PURE__*/ defineContainer('qds-action-item', defineQdsActionItem, [
|
|
42
|
+
'importance',
|
|
43
|
+
'disabled',
|
|
44
|
+
'iconName',
|
|
45
|
+
'iconLibrary',
|
|
46
|
+
'action',
|
|
47
|
+
'actionDescription',
|
|
48
|
+
'size',
|
|
49
|
+
'text',
|
|
50
|
+
'qdsBlur',
|
|
51
|
+
'qdsFocus'
|
|
52
|
+
], [
|
|
53
|
+
'qdsBlur',
|
|
54
|
+
'qdsFocus'
|
|
55
|
+
]);
|
|
56
|
+
export const QdsAvatarMedia = /*@__PURE__*/ defineContainer('qds-avatar-media', defineQdsAvatarMedia, [
|
|
57
|
+
'src',
|
|
58
|
+
'alt',
|
|
59
|
+
'iconName',
|
|
60
|
+
'iconLibrary',
|
|
61
|
+
'text',
|
|
62
|
+
'qdsError'
|
|
63
|
+
], [
|
|
64
|
+
'qdsError'
|
|
65
|
+
]);
|
|
66
|
+
export const QdsBadgeCounter = /*@__PURE__*/ defineContainer('qds-badge-counter', defineQdsBadgeCounter, [
|
|
67
|
+
'description',
|
|
68
|
+
'importance',
|
|
69
|
+
'size',
|
|
70
|
+
'strokeRing',
|
|
71
|
+
'value'
|
|
72
|
+
]);
|
|
73
|
+
export const QdsBadgeIndicator = /*@__PURE__*/ defineContainer('qds-badge-indicator', defineQdsBadgeIndicator, [
|
|
74
|
+
'description',
|
|
75
|
+
'size',
|
|
76
|
+
'status',
|
|
77
|
+
'strokeRing'
|
|
78
|
+
]);
|
|
79
|
+
export const QdsBreadcrumbItem = /*@__PURE__*/ defineContainer('qds-breadcrumb-item', defineQdsBreadcrumbItem, [
|
|
80
|
+
'text',
|
|
81
|
+
'disabled',
|
|
82
|
+
'iconName',
|
|
83
|
+
'iconLibrary',
|
|
84
|
+
'href',
|
|
85
|
+
'hreflang',
|
|
86
|
+
'referrerPolicy',
|
|
87
|
+
'rel',
|
|
88
|
+
'target'
|
|
89
|
+
]);
|
|
18
90
|
export const QdsButton = /*@__PURE__*/ defineContainer('qds-button', defineQdsButton, [
|
|
91
|
+
'action',
|
|
92
|
+
'badge',
|
|
93
|
+
'badgeDescription',
|
|
94
|
+
'badgeIndicatorStatus',
|
|
19
95
|
'iconName',
|
|
20
96
|
'iconLibrary',
|
|
21
97
|
'importance',
|
|
@@ -29,10 +105,19 @@ export const QdsButton = /*@__PURE__*/ defineContainer('qds-button', defineQdsBu
|
|
|
29
105
|
'formNoValidate',
|
|
30
106
|
'formTarget',
|
|
31
107
|
'href',
|
|
108
|
+
'labels',
|
|
109
|
+
'rel',
|
|
32
110
|
'name',
|
|
33
111
|
'target',
|
|
34
112
|
'type',
|
|
113
|
+
'validationMessage',
|
|
114
|
+
'validity',
|
|
35
115
|
'value',
|
|
116
|
+
'willValidate',
|
|
117
|
+
'tooltipPlacement',
|
|
118
|
+
'qdsBlur',
|
|
119
|
+
'qdsFocus'
|
|
120
|
+
], [
|
|
36
121
|
'qdsBlur',
|
|
37
122
|
'qdsFocus'
|
|
38
123
|
]);
|
|
@@ -40,20 +125,58 @@ export const QdsCheckbox = /*@__PURE__*/ defineContainer('qds-checkbox', defineQ
|
|
|
40
125
|
'inline',
|
|
41
126
|
'size',
|
|
42
127
|
'text',
|
|
43
|
-
'autoFocus',
|
|
44
128
|
'checked',
|
|
45
129
|
'disabled',
|
|
46
130
|
'form',
|
|
47
131
|
'indeterminate',
|
|
48
132
|
'name',
|
|
49
133
|
'required',
|
|
134
|
+
'validationMessage',
|
|
135
|
+
'validity',
|
|
50
136
|
'value',
|
|
137
|
+
'willValidate',
|
|
138
|
+
'checkboxOnly',
|
|
51
139
|
'qdsBlur',
|
|
52
140
|
'qdsChange',
|
|
53
141
|
'qdsFocus'
|
|
54
|
-
],
|
|
142
|
+
], [
|
|
143
|
+
'qdsBlur',
|
|
144
|
+
'qdsChange',
|
|
145
|
+
'qdsFocus'
|
|
146
|
+
], 'checked', 'qdsChange', undefined);
|
|
147
|
+
export const QdsChip = /*@__PURE__*/ defineContainer('qds-chip', defineQdsChip, [
|
|
148
|
+
'iconName',
|
|
149
|
+
'iconLibrary',
|
|
150
|
+
'size',
|
|
151
|
+
'type',
|
|
152
|
+
'text',
|
|
153
|
+
'checked',
|
|
154
|
+
'form',
|
|
155
|
+
'disabled',
|
|
156
|
+
'name',
|
|
157
|
+
'value',
|
|
158
|
+
'qdsBlur',
|
|
159
|
+
'qdsFocus',
|
|
160
|
+
'qdsClose',
|
|
161
|
+
'qdsChange'
|
|
162
|
+
], [
|
|
163
|
+
'qdsBlur',
|
|
164
|
+
'qdsFocus',
|
|
165
|
+
'qdsClose',
|
|
166
|
+
'qdsChange'
|
|
167
|
+
]);
|
|
168
|
+
export const QdsDialog = /*@__PURE__*/ defineContainer('qds-dialog', defineQdsDialog, [
|
|
169
|
+
'open',
|
|
170
|
+
'closable',
|
|
171
|
+
'qdsCancel',
|
|
172
|
+
'qdsClose'
|
|
173
|
+
], [
|
|
174
|
+
'qdsCancel',
|
|
175
|
+
'qdsClose'
|
|
176
|
+
]);
|
|
55
177
|
export const QdsDivider = /*@__PURE__*/ defineContainer('qds-divider', defineQdsDivider, [
|
|
56
|
-
'importance'
|
|
178
|
+
'importance',
|
|
179
|
+
'vertical'
|
|
57
180
|
]);
|
|
58
181
|
export const QdsDropdown = /*@__PURE__*/ defineContainer('qds-dropdown', defineQdsDropdown, [
|
|
59
182
|
'autoUpdateOptions',
|
|
@@ -66,17 +189,54 @@ export const QdsDropdown = /*@__PURE__*/ defineContainer('qds-dropdown', defineQ
|
|
|
66
189
|
'shiftOptions',
|
|
67
190
|
'strategy',
|
|
68
191
|
'target',
|
|
192
|
+
'keepOpenOnSelect',
|
|
69
193
|
'qdsCancel',
|
|
70
194
|
'qdsClose'
|
|
195
|
+
], [
|
|
196
|
+
'qdsCancel',
|
|
197
|
+
'qdsClose'
|
|
198
|
+
]);
|
|
199
|
+
export const QdsFormMessage = /*@__PURE__*/ defineContainer('qds-form-message', defineQdsFormMessage, [
|
|
200
|
+
'inline',
|
|
201
|
+
'size',
|
|
202
|
+
'status',
|
|
203
|
+
'statusDescription',
|
|
204
|
+
'text'
|
|
71
205
|
]);
|
|
72
206
|
export const QdsIcon = /*@__PURE__*/ defineContainer('qds-icon', defineQdsIcon, [
|
|
73
207
|
'name',
|
|
74
208
|
'library',
|
|
75
209
|
'qdsLoad',
|
|
76
210
|
'qdsError'
|
|
211
|
+
], [
|
|
212
|
+
'qdsLoad',
|
|
213
|
+
'qdsError'
|
|
214
|
+
]);
|
|
215
|
+
export const QdsIconButton = /*@__PURE__*/ defineContainer('qds-icon-button', defineQdsIconButton, [
|
|
216
|
+
'disabled',
|
|
217
|
+
'iconName',
|
|
218
|
+
'iconLibrary',
|
|
219
|
+
'size',
|
|
220
|
+
'importance',
|
|
221
|
+
'badge',
|
|
222
|
+
'badgeDescription',
|
|
223
|
+
'badgeIndicatorStatus',
|
|
224
|
+
'target',
|
|
225
|
+
'href',
|
|
226
|
+
'rel',
|
|
227
|
+
'download',
|
|
228
|
+
'text',
|
|
229
|
+
'qdsBlur',
|
|
230
|
+
'qdsFocus'
|
|
231
|
+
], [
|
|
232
|
+
'qdsBlur',
|
|
233
|
+
'qdsFocus'
|
|
77
234
|
]);
|
|
78
235
|
export const QdsInlineLink = /*@__PURE__*/ defineContainer('qds-inline-link', defineQdsInlineLink, [
|
|
79
236
|
'disabled',
|
|
237
|
+
'iconName',
|
|
238
|
+
'iconLibrary',
|
|
239
|
+
'importance',
|
|
80
240
|
'download',
|
|
81
241
|
'href',
|
|
82
242
|
'hreflang',
|
|
@@ -85,17 +245,22 @@ export const QdsInlineLink = /*@__PURE__*/ defineContainer('qds-inline-link', de
|
|
|
85
245
|
'target',
|
|
86
246
|
'qdsBlur',
|
|
87
247
|
'qdsFocus'
|
|
248
|
+
], [
|
|
249
|
+
'qdsBlur',
|
|
250
|
+
'qdsFocus'
|
|
88
251
|
]);
|
|
89
252
|
export const QdsInput = /*@__PURE__*/ defineContainer('qds-input', defineQdsInput, [
|
|
90
|
-
'
|
|
253
|
+
'noIcon',
|
|
91
254
|
'size',
|
|
92
|
-
'
|
|
255
|
+
'accept',
|
|
93
256
|
'autoComplete',
|
|
94
|
-
'
|
|
257
|
+
'capture',
|
|
95
258
|
'disabled',
|
|
96
259
|
'enterkeyhint',
|
|
260
|
+
'files',
|
|
97
261
|
'form',
|
|
98
262
|
'inputmode',
|
|
263
|
+
'labels',
|
|
99
264
|
'max',
|
|
100
265
|
'maxLength',
|
|
101
266
|
'min',
|
|
@@ -104,22 +269,105 @@ export const QdsInput = /*@__PURE__*/ defineContainer('qds-input', defineQdsInpu
|
|
|
104
269
|
'name',
|
|
105
270
|
'pattern',
|
|
106
271
|
'placeholder',
|
|
107
|
-
'readOnly',
|
|
108
272
|
'required',
|
|
109
|
-
'
|
|
273
|
+
'selectionDirection',
|
|
274
|
+
'selectionEnd',
|
|
275
|
+
'selectionStart',
|
|
110
276
|
'step',
|
|
111
277
|
'type',
|
|
278
|
+
'validationMessage',
|
|
279
|
+
'validity',
|
|
112
280
|
'value',
|
|
281
|
+
'willValidate',
|
|
282
|
+
'qdsBlur',
|
|
283
|
+
'qdsCancel',
|
|
284
|
+
'qdsSearch',
|
|
285
|
+
'qdsChange',
|
|
286
|
+
'qdsFocus',
|
|
287
|
+
'qdsInput'
|
|
288
|
+
], [
|
|
113
289
|
'qdsBlur',
|
|
290
|
+
'qdsCancel',
|
|
291
|
+
'qdsSearch',
|
|
114
292
|
'qdsChange',
|
|
115
293
|
'qdsFocus',
|
|
116
294
|
'qdsInput'
|
|
117
|
-
], 'value', '
|
|
295
|
+
], 'value', 'qdsInput', undefined);
|
|
118
296
|
export const QdsLabel = /*@__PURE__*/ defineContainer('qds-label', defineQdsLabel, [
|
|
119
297
|
'inline',
|
|
120
298
|
'required',
|
|
121
299
|
'size',
|
|
122
|
-
'
|
|
300
|
+
'importance',
|
|
301
|
+
'text',
|
|
302
|
+
'tooltipTarget'
|
|
303
|
+
]);
|
|
304
|
+
export const QdsListItem = /*@__PURE__*/ defineContainer('qds-list-item', defineQdsListItem, [
|
|
305
|
+
'destination',
|
|
306
|
+
'disabled',
|
|
307
|
+
'showDivider',
|
|
308
|
+
'iconName',
|
|
309
|
+
'iconLibrary',
|
|
310
|
+
'avatarSrc',
|
|
311
|
+
'imageSrc',
|
|
312
|
+
'kicker',
|
|
313
|
+
'listAction',
|
|
314
|
+
'size',
|
|
315
|
+
'selected',
|
|
316
|
+
'indeterminate',
|
|
317
|
+
'text',
|
|
318
|
+
'subtitle',
|
|
319
|
+
'badge',
|
|
320
|
+
'badgeDescription',
|
|
321
|
+
'qdsBlur',
|
|
322
|
+
'qdsChange',
|
|
323
|
+
'qdsFocus'
|
|
324
|
+
], [
|
|
325
|
+
'qdsBlur',
|
|
326
|
+
'qdsChange',
|
|
327
|
+
'qdsFocus'
|
|
328
|
+
]);
|
|
329
|
+
export const QdsLoader = /*@__PURE__*/ defineContainer('qds-loader', defineQdsLoader, [
|
|
330
|
+
'size',
|
|
331
|
+
'status',
|
|
332
|
+
'importance'
|
|
333
|
+
]);
|
|
334
|
+
export const QdsMenuItem = /*@__PURE__*/ defineContainer('qds-menu-item', defineQdsMenuItem, [
|
|
335
|
+
'disabled',
|
|
336
|
+
'iconName',
|
|
337
|
+
'iconLibrary',
|
|
338
|
+
'size',
|
|
339
|
+
'type',
|
|
340
|
+
'checked',
|
|
341
|
+
'text',
|
|
342
|
+
'shortcut',
|
|
343
|
+
'qdsBlur',
|
|
344
|
+
'qdsFocus',
|
|
345
|
+
'qdsSelect'
|
|
346
|
+
], [
|
|
347
|
+
'qdsBlur',
|
|
348
|
+
'qdsFocus',
|
|
349
|
+
'qdsSelect'
|
|
350
|
+
]);
|
|
351
|
+
export const QdsMiniButton = /*@__PURE__*/ defineContainer('qds-mini-button', defineQdsMiniButton, [
|
|
352
|
+
'disabled',
|
|
353
|
+
'name',
|
|
354
|
+
'library',
|
|
355
|
+
'target',
|
|
356
|
+
'href',
|
|
357
|
+
'rel',
|
|
358
|
+
'text',
|
|
359
|
+
'qdsBlur',
|
|
360
|
+
'qdsFocus'
|
|
361
|
+
], [
|
|
362
|
+
'qdsBlur',
|
|
363
|
+
'qdsFocus'
|
|
364
|
+
]);
|
|
365
|
+
export const QdsProgressBar = /*@__PURE__*/ defineContainer('qds-progress-bar', defineQdsProgressBar, [
|
|
366
|
+
'size',
|
|
367
|
+
'labels',
|
|
368
|
+
'max',
|
|
369
|
+
'position',
|
|
370
|
+
'value'
|
|
123
371
|
]);
|
|
124
372
|
export const QdsRadio = /*@__PURE__*/ defineContainer('qds-radio', defineQdsRadio, [
|
|
125
373
|
'inline',
|
|
@@ -134,60 +382,191 @@ export const QdsRadio = /*@__PURE__*/ defineContainer('qds-radio', defineQdsRadi
|
|
|
134
382
|
'qdsBlur',
|
|
135
383
|
'qdsChange',
|
|
136
384
|
'qdsFocus'
|
|
385
|
+
], [
|
|
386
|
+
'qdsBlur',
|
|
387
|
+
'qdsChange',
|
|
388
|
+
'qdsFocus'
|
|
389
|
+
], 'checked', 'qdsChange', undefined);
|
|
390
|
+
export const QdsSelect = /*@__PURE__*/ defineContainer('qds-select', defineQdsSelect, [
|
|
391
|
+
'size',
|
|
392
|
+
'autoComplete',
|
|
393
|
+
'disabled',
|
|
394
|
+
'form',
|
|
395
|
+
'length',
|
|
396
|
+
'multiple',
|
|
397
|
+
'name',
|
|
398
|
+
'options',
|
|
399
|
+
'required',
|
|
400
|
+
'selectedIndex',
|
|
401
|
+
'selectedOptions',
|
|
402
|
+
'type',
|
|
403
|
+
'validationMessage',
|
|
404
|
+
'validity',
|
|
405
|
+
'value',
|
|
406
|
+
'willValidate',
|
|
407
|
+
'qdsBlur',
|
|
408
|
+
'qdsChange',
|
|
409
|
+
'qdsFocus',
|
|
410
|
+
'qdsInput'
|
|
411
|
+
], [
|
|
412
|
+
'qdsBlur',
|
|
413
|
+
'qdsChange',
|
|
414
|
+
'qdsFocus',
|
|
415
|
+
'qdsInput'
|
|
416
|
+
], 'value', 'qdsInput', undefined);
|
|
417
|
+
export const QdsStandaloneLink = /*@__PURE__*/ defineContainer('qds-standalone-link', defineQdsStandaloneLink, [
|
|
418
|
+
'disabled',
|
|
419
|
+
'iconName',
|
|
420
|
+
'iconLibrary',
|
|
421
|
+
'importance',
|
|
422
|
+
'size',
|
|
423
|
+
'visitable',
|
|
424
|
+
'download',
|
|
425
|
+
'href',
|
|
426
|
+
'hreflang',
|
|
427
|
+
'referrerPolicy',
|
|
428
|
+
'rel',
|
|
429
|
+
'target',
|
|
430
|
+
'qdsBlur',
|
|
431
|
+
'qdsFocus'
|
|
432
|
+
], [
|
|
433
|
+
'qdsBlur',
|
|
434
|
+
'qdsFocus'
|
|
137
435
|
]);
|
|
138
436
|
export const QdsSwitch = /*@__PURE__*/ defineContainer('qds-switch', defineQdsSwitch, [
|
|
139
437
|
'inline',
|
|
140
|
-
'
|
|
141
|
-
'iconCheckedLibrary',
|
|
142
|
-
'iconUncheckedName',
|
|
143
|
-
'iconUncheckedLibrary',
|
|
144
|
-
'size',
|
|
145
|
-
'textChecked',
|
|
146
|
-
'textUnchecked',
|
|
147
|
-
'autoFocus',
|
|
438
|
+
'size',
|
|
148
439
|
'checked',
|
|
149
440
|
'disabled',
|
|
150
441
|
'form',
|
|
442
|
+
'labels',
|
|
151
443
|
'name',
|
|
152
444
|
'value',
|
|
445
|
+
'noIndicator',
|
|
446
|
+
'validationMessage',
|
|
447
|
+
'validity',
|
|
448
|
+
'willValidate',
|
|
153
449
|
'qdsBlur',
|
|
154
450
|
'qdsChange',
|
|
155
451
|
'qdsFocus'
|
|
452
|
+
], [
|
|
453
|
+
'qdsBlur',
|
|
454
|
+
'qdsChange',
|
|
455
|
+
'qdsFocus'
|
|
456
|
+
]);
|
|
457
|
+
export const QdsTab = /*@__PURE__*/ defineContainer('qds-tab', defineQdsTab, [
|
|
458
|
+
'action',
|
|
459
|
+
'badge',
|
|
460
|
+
'badgeCounterImportance',
|
|
461
|
+
'badgeDescription',
|
|
462
|
+
'badgeIndicatorStatus',
|
|
463
|
+
'disabled',
|
|
464
|
+
'iconLibrary',
|
|
465
|
+
'iconName',
|
|
466
|
+
'iconOnly',
|
|
467
|
+
'importance',
|
|
468
|
+
'indicatorPosition',
|
|
469
|
+
'panel',
|
|
470
|
+
'tagIconDescription',
|
|
471
|
+
'tagIconName',
|
|
472
|
+
'tagIconLibrary',
|
|
473
|
+
'tagImportance',
|
|
474
|
+
'tagSize',
|
|
475
|
+
'tagStatus',
|
|
476
|
+
'tagText',
|
|
477
|
+
'selected',
|
|
478
|
+
'size',
|
|
479
|
+
'subtitle',
|
|
480
|
+
'text',
|
|
481
|
+
'href',
|
|
482
|
+
'qdsClose',
|
|
483
|
+
'qdsBlur',
|
|
484
|
+
'qdsFocus'
|
|
485
|
+
], [
|
|
486
|
+
'qdsClose',
|
|
487
|
+
'qdsBlur',
|
|
488
|
+
'qdsFocus'
|
|
489
|
+
]);
|
|
490
|
+
export const QdsTabbar = /*@__PURE__*/ defineContainer('qds-tabbar', defineQdsTabbar, [
|
|
491
|
+
'layer',
|
|
492
|
+
'level',
|
|
493
|
+
'orientation',
|
|
494
|
+
'tablistDescription',
|
|
495
|
+
'showDivider',
|
|
496
|
+
'alignment',
|
|
497
|
+
'qdsTabShow',
|
|
498
|
+
'qdsTabHide'
|
|
499
|
+
], [
|
|
500
|
+
'qdsTabShow',
|
|
501
|
+
'qdsTabHide'
|
|
502
|
+
]);
|
|
503
|
+
export const QdsTable = /*@__PURE__*/ defineContainer('qds-table', defineQdsTable);
|
|
504
|
+
export const QdsTableCell = /*@__PURE__*/ defineContainer('qds-table-cell', defineQdsTableCell, [
|
|
505
|
+
'colSpan',
|
|
506
|
+
'rowSpan'
|
|
507
|
+
]);
|
|
508
|
+
export const QdsTableHeadCell = /*@__PURE__*/ defineContainer('qds-table-head-cell', defineQdsTableHeadCell, [
|
|
509
|
+
'colSpan',
|
|
510
|
+
'rowSpan',
|
|
511
|
+
'scope'
|
|
512
|
+
]);
|
|
513
|
+
export const QdsTableRow = /*@__PURE__*/ defineContainer('qds-table-row', defineQdsTableRow);
|
|
514
|
+
export const QdsTag = /*@__PURE__*/ defineContainer('qds-tag', defineQdsTag, [
|
|
515
|
+
'iconName',
|
|
516
|
+
'iconLibrary',
|
|
517
|
+
'importance',
|
|
518
|
+
'status',
|
|
519
|
+
'size',
|
|
520
|
+
'text',
|
|
521
|
+
'iconDescription',
|
|
522
|
+
'badge',
|
|
523
|
+
'badgeDescription'
|
|
156
524
|
]);
|
|
157
525
|
export const QdsTextarea = /*@__PURE__*/ defineContainer('qds-textarea', defineQdsTextarea, [
|
|
158
|
-
'invalid',
|
|
159
526
|
'size',
|
|
160
|
-
'
|
|
527
|
+
'status',
|
|
161
528
|
'autoComplete',
|
|
162
|
-
'autoFocus',
|
|
163
529
|
'cols',
|
|
164
530
|
'disabled',
|
|
531
|
+
'readonly',
|
|
165
532
|
'enterkeyhint',
|
|
166
533
|
'form',
|
|
167
534
|
'inputmode',
|
|
535
|
+
'labels',
|
|
168
536
|
'maxLength',
|
|
169
537
|
'minLength',
|
|
170
538
|
'name',
|
|
171
539
|
'placeholder',
|
|
172
|
-
'readOnly',
|
|
173
540
|
'required',
|
|
174
541
|
'rows',
|
|
175
|
-
'
|
|
542
|
+
'selectionDirection',
|
|
543
|
+
'selectionEnd',
|
|
544
|
+
'selectionStart',
|
|
545
|
+
'validationMessage',
|
|
546
|
+
'validity',
|
|
176
547
|
'value',
|
|
548
|
+
'willValidate',
|
|
177
549
|
'wrap',
|
|
178
550
|
'qdsBlur',
|
|
179
551
|
'qdsChange',
|
|
180
552
|
'qdsFocus',
|
|
181
553
|
'qdsInput'
|
|
554
|
+
], [
|
|
555
|
+
'qdsBlur',
|
|
556
|
+
'qdsChange',
|
|
557
|
+
'qdsFocus',
|
|
558
|
+
'qdsInput'
|
|
182
559
|
]);
|
|
183
560
|
export const QdsTitle = /*@__PURE__*/ defineContainer('qds-title', defineQdsTitle, [
|
|
561
|
+
'alignment',
|
|
184
562
|
'iconName',
|
|
185
563
|
'iconLibrary',
|
|
186
564
|
'kicker',
|
|
187
565
|
'layer',
|
|
188
566
|
'level',
|
|
189
567
|
'subtitle',
|
|
190
|
-
'tag'
|
|
568
|
+
'tag',
|
|
569
|
+
'variant'
|
|
191
570
|
]);
|
|
192
571
|
export const QdsTooltip = /*@__PURE__*/ defineContainer('qds-tooltip', defineQdsTooltip, [
|
|
193
572
|
'autoUpdateOptions',
|
|
@@ -200,6 +579,9 @@ export const QdsTooltip = /*@__PURE__*/ defineContainer('qds-tooltip', defineQds
|
|
|
200
579
|
'shiftOptions',
|
|
201
580
|
'strategy',
|
|
202
581
|
'target',
|
|
582
|
+
'trigger',
|
|
583
|
+
'qdsClose'
|
|
584
|
+
], [
|
|
203
585
|
'qdsClose'
|
|
204
586
|
]);
|
|
205
587
|
//# sourceMappingURL=proxies.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxies.js","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"proxies.js","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"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"}
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// SPDX-FileCopyrightText: ©
|
|
1
|
+
// SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
2
2
|
//
|
|
3
|
-
// SPDX-License-Identifier:
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
export * from './generated/proxies';
|
|
5
5
|
export { getPlatform, getTheme, registerIconLibrary, setAssetPath, setNonce, setPlatform, setTheme, unregisterIconLibrary, } from '@quartzds/core';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,sCAAsC;AAEtC,cAAc,qBAAqB,CAAA;AACnC,OAAO,EACL,WAAW,EACX,QAAQ,EAGR,mBAAmB,EACnB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,qBAAqB,GACtB,MAAM,gBAAgB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,34 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-vue",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.121",
|
|
4
4
|
"description": "Vue wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/vue",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/quartzds/core-foundations/issues"
|
|
8
8
|
},
|
|
9
9
|
"repository": "https://github.com/quartzds/core-foundations",
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"types": "./lib/index.d.ts",
|
|
14
|
-
"
|
|
14
|
+
"default": "./lib/index.js"
|
|
15
15
|
},
|
|
16
|
-
"./package.json": "./package.json"
|
|
16
|
+
"./package.json": "./package.json",
|
|
17
|
+
"./styles/*": "./styles/*",
|
|
18
|
+
"./CHANGELOG.md": "./CHANGELOG.md"
|
|
17
19
|
},
|
|
18
20
|
"main": "./lib/index.js",
|
|
19
21
|
"types": "./lib/index.d.ts",
|
|
20
22
|
"files": [
|
|
21
|
-
"lib/**"
|
|
23
|
+
"lib/**",
|
|
24
|
+
"styles/**",
|
|
25
|
+
"CHANGELOG.md"
|
|
22
26
|
],
|
|
23
|
-
"scripts": {
|
|
24
|
-
"clean": "rimraf lib/"
|
|
25
|
-
},
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@quartzds/core": "1.0.0-beta.
|
|
28
|
-
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"rimraf": "5.0.1",
|
|
31
|
-
"vue": "3.3.4"
|
|
28
|
+
"@quartzds/core": "1.0.0-beta.118",
|
|
29
|
+
"@stencil/vue-output-target": "^0.11.8"
|
|
32
30
|
},
|
|
33
31
|
"peerDependencies": {
|
|
34
32
|
"vue": ">=3.0.0"
|