@public-ui/vue 1.7.0-rc.14 → 1.7.0-rc.16
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.cjs +17 -0
- package/dist/index.mjs +17 -0
- package/package.json +76 -77
package/dist/index.cjs
CHANGED
|
@@ -148,6 +148,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
148
148
|
"_color",
|
|
149
149
|
"_hideLabel",
|
|
150
150
|
"_icon",
|
|
151
|
+
"_icons",
|
|
151
152
|
"_iconOnly",
|
|
152
153
|
"_label",
|
|
153
154
|
"_smartButton"
|
|
@@ -168,6 +169,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
168
169
|
"_disabled",
|
|
169
170
|
"_hideLabel",
|
|
170
171
|
"_icon",
|
|
172
|
+
"_icons",
|
|
171
173
|
"_iconAlign",
|
|
172
174
|
"_iconOnly",
|
|
173
175
|
"_id",
|
|
@@ -193,6 +195,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
193
195
|
"_disabled",
|
|
194
196
|
"_hideLabel",
|
|
195
197
|
"_icon",
|
|
198
|
+
"_icons",
|
|
196
199
|
"_iconOnly",
|
|
197
200
|
"_id",
|
|
198
201
|
"_label",
|
|
@@ -232,6 +235,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
232
235
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
233
236
|
"_ariaLabel",
|
|
234
237
|
"_icon",
|
|
238
|
+
"_icons",
|
|
235
239
|
"_label",
|
|
236
240
|
"_part"
|
|
237
241
|
]);
|
|
@@ -265,6 +269,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
265
269
|
"_hideLabel",
|
|
266
270
|
"_hint",
|
|
267
271
|
"_icon",
|
|
272
|
+
"_icons",
|
|
268
273
|
"_id",
|
|
269
274
|
"_indeterminate",
|
|
270
275
|
"_label",
|
|
@@ -289,6 +294,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
289
294
|
"_hideLabel",
|
|
290
295
|
"_hint",
|
|
291
296
|
"_icon",
|
|
297
|
+
"_icons",
|
|
292
298
|
"_id",
|
|
293
299
|
"_label",
|
|
294
300
|
"_list",
|
|
@@ -312,6 +318,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
312
318
|
"_hideLabel",
|
|
313
319
|
"_hint",
|
|
314
320
|
"_icon",
|
|
321
|
+
"_icons",
|
|
315
322
|
"_id",
|
|
316
323
|
"_label",
|
|
317
324
|
"_list",
|
|
@@ -342,6 +349,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
342
349
|
"_hideLabel",
|
|
343
350
|
"_hint",
|
|
344
351
|
"_icon",
|
|
352
|
+
"_icons",
|
|
345
353
|
"_id",
|
|
346
354
|
"_label",
|
|
347
355
|
"_list",
|
|
@@ -372,6 +380,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
372
380
|
"_hideLabel",
|
|
373
381
|
"_hint",
|
|
374
382
|
"_icon",
|
|
383
|
+
"_icons",
|
|
375
384
|
"_id",
|
|
376
385
|
"_label",
|
|
377
386
|
"_multiple",
|
|
@@ -395,6 +404,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
395
404
|
"_hideLabel",
|
|
396
405
|
"_hint",
|
|
397
406
|
"_icon",
|
|
407
|
+
"_icons",
|
|
398
408
|
"_id",
|
|
399
409
|
"_label",
|
|
400
410
|
"_list",
|
|
@@ -426,6 +436,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
426
436
|
"_hideLabel",
|
|
427
437
|
"_hint",
|
|
428
438
|
"_icon",
|
|
439
|
+
"_icons",
|
|
429
440
|
"_id",
|
|
430
441
|
"_label",
|
|
431
442
|
"_maxLength",
|
|
@@ -475,6 +486,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
475
486
|
"_hideLabel",
|
|
476
487
|
"_hint",
|
|
477
488
|
"_icon",
|
|
489
|
+
"_icons",
|
|
478
490
|
"_id",
|
|
479
491
|
"_label",
|
|
480
492
|
"_list",
|
|
@@ -501,6 +513,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
501
513
|
"_hideLabel",
|
|
502
514
|
"_hint",
|
|
503
515
|
"_icon",
|
|
516
|
+
"_icons",
|
|
504
517
|
"_id",
|
|
505
518
|
"_label",
|
|
506
519
|
"_list",
|
|
@@ -537,6 +550,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
537
550
|
"_hideLabel",
|
|
538
551
|
"_href",
|
|
539
552
|
"_icon",
|
|
553
|
+
"_icons",
|
|
540
554
|
"_iconAlign",
|
|
541
555
|
"_iconOnly",
|
|
542
556
|
"_label",
|
|
@@ -650,6 +664,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
650
664
|
"_hideLabel",
|
|
651
665
|
"_hint",
|
|
652
666
|
"_icon",
|
|
667
|
+
"_icons",
|
|
653
668
|
"_id",
|
|
654
669
|
"_label",
|
|
655
670
|
"_list",
|
|
@@ -674,6 +689,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
674
689
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
675
690
|
"_hideLabel",
|
|
676
691
|
"_icon",
|
|
692
|
+
"_icons",
|
|
677
693
|
"_iconOnly",
|
|
678
694
|
"_label"
|
|
679
695
|
]);
|
|
@@ -691,6 +707,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
691
707
|
"_disabled",
|
|
692
708
|
"_hideLabel",
|
|
693
709
|
"_icon",
|
|
710
|
+
"_icons",
|
|
694
711
|
"_id",
|
|
695
712
|
"_label",
|
|
696
713
|
"_name",
|
package/dist/index.mjs
CHANGED
|
@@ -146,6 +146,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
|
146
146
|
"_color",
|
|
147
147
|
"_hideLabel",
|
|
148
148
|
"_icon",
|
|
149
|
+
"_icons",
|
|
149
150
|
"_iconOnly",
|
|
150
151
|
"_label",
|
|
151
152
|
"_smartButton"
|
|
@@ -166,6 +167,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
166
167
|
"_disabled",
|
|
167
168
|
"_hideLabel",
|
|
168
169
|
"_icon",
|
|
170
|
+
"_icons",
|
|
169
171
|
"_iconAlign",
|
|
170
172
|
"_iconOnly",
|
|
171
173
|
"_id",
|
|
@@ -191,6 +193,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
191
193
|
"_disabled",
|
|
192
194
|
"_hideLabel",
|
|
193
195
|
"_icon",
|
|
196
|
+
"_icons",
|
|
194
197
|
"_iconOnly",
|
|
195
198
|
"_id",
|
|
196
199
|
"_label",
|
|
@@ -230,6 +233,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
|
230
233
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
231
234
|
"_ariaLabel",
|
|
232
235
|
"_icon",
|
|
236
|
+
"_icons",
|
|
233
237
|
"_label",
|
|
234
238
|
"_part"
|
|
235
239
|
]);
|
|
@@ -263,6 +267,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
263
267
|
"_hideLabel",
|
|
264
268
|
"_hint",
|
|
265
269
|
"_icon",
|
|
270
|
+
"_icons",
|
|
266
271
|
"_id",
|
|
267
272
|
"_indeterminate",
|
|
268
273
|
"_label",
|
|
@@ -287,6 +292,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
287
292
|
"_hideLabel",
|
|
288
293
|
"_hint",
|
|
289
294
|
"_icon",
|
|
295
|
+
"_icons",
|
|
290
296
|
"_id",
|
|
291
297
|
"_label",
|
|
292
298
|
"_list",
|
|
@@ -310,6 +316,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
310
316
|
"_hideLabel",
|
|
311
317
|
"_hint",
|
|
312
318
|
"_icon",
|
|
319
|
+
"_icons",
|
|
313
320
|
"_id",
|
|
314
321
|
"_label",
|
|
315
322
|
"_list",
|
|
@@ -340,6 +347,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
340
347
|
"_hideLabel",
|
|
341
348
|
"_hint",
|
|
342
349
|
"_icon",
|
|
350
|
+
"_icons",
|
|
343
351
|
"_id",
|
|
344
352
|
"_label",
|
|
345
353
|
"_list",
|
|
@@ -370,6 +378,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
370
378
|
"_hideLabel",
|
|
371
379
|
"_hint",
|
|
372
380
|
"_icon",
|
|
381
|
+
"_icons",
|
|
373
382
|
"_id",
|
|
374
383
|
"_label",
|
|
375
384
|
"_multiple",
|
|
@@ -393,6 +402,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
393
402
|
"_hideLabel",
|
|
394
403
|
"_hint",
|
|
395
404
|
"_icon",
|
|
405
|
+
"_icons",
|
|
396
406
|
"_id",
|
|
397
407
|
"_label",
|
|
398
408
|
"_list",
|
|
@@ -424,6 +434,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
424
434
|
"_hideLabel",
|
|
425
435
|
"_hint",
|
|
426
436
|
"_icon",
|
|
437
|
+
"_icons",
|
|
427
438
|
"_id",
|
|
428
439
|
"_label",
|
|
429
440
|
"_maxLength",
|
|
@@ -473,6 +484,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
473
484
|
"_hideLabel",
|
|
474
485
|
"_hint",
|
|
475
486
|
"_icon",
|
|
487
|
+
"_icons",
|
|
476
488
|
"_id",
|
|
477
489
|
"_label",
|
|
478
490
|
"_list",
|
|
@@ -499,6 +511,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
499
511
|
"_hideLabel",
|
|
500
512
|
"_hint",
|
|
501
513
|
"_icon",
|
|
514
|
+
"_icons",
|
|
502
515
|
"_id",
|
|
503
516
|
"_label",
|
|
504
517
|
"_list",
|
|
@@ -535,6 +548,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
535
548
|
"_hideLabel",
|
|
536
549
|
"_href",
|
|
537
550
|
"_icon",
|
|
551
|
+
"_icons",
|
|
538
552
|
"_iconAlign",
|
|
539
553
|
"_iconOnly",
|
|
540
554
|
"_label",
|
|
@@ -648,6 +662,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
648
662
|
"_hideLabel",
|
|
649
663
|
"_hint",
|
|
650
664
|
"_icon",
|
|
665
|
+
"_icons",
|
|
651
666
|
"_id",
|
|
652
667
|
"_label",
|
|
653
668
|
"_list",
|
|
@@ -672,6 +687,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
672
687
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
673
688
|
"_hideLabel",
|
|
674
689
|
"_icon",
|
|
690
|
+
"_icons",
|
|
675
691
|
"_iconOnly",
|
|
676
692
|
"_label"
|
|
677
693
|
]);
|
|
@@ -689,6 +705,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
689
705
|
"_disabled",
|
|
690
706
|
"_hideLabel",
|
|
691
707
|
"_icon",
|
|
708
|
+
"_icons",
|
|
692
709
|
"_id",
|
|
693
710
|
"_label",
|
|
694
711
|
"_name",
|
package/package.json
CHANGED
|
@@ -1,78 +1,77 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
2
|
+
"name": "@public-ui/vue",
|
|
3
|
+
"version": "1.7.0-rc.16",
|
|
4
|
+
"license": "EUPL-1.2",
|
|
5
|
+
"homepage": "https://public-ui.github.io",
|
|
6
|
+
"repository": "https://github.com/public-ui/kolibri",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/public-ui/kolibri/issues",
|
|
9
|
+
"email": "kolibri@itzbund.de"
|
|
10
|
+
},
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "Informationstechnikzentrum Bund",
|
|
13
|
+
"email": "kolibri@itzbund.de"
|
|
14
|
+
},
|
|
15
|
+
"description": "Vue framework adapter for the KoliBri accessible web component library (@public-ui).",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"accessibility",
|
|
18
|
+
"accessible",
|
|
19
|
+
"bitv",
|
|
20
|
+
"framework",
|
|
21
|
+
"library",
|
|
22
|
+
"designsystem",
|
|
23
|
+
"design",
|
|
24
|
+
"system",
|
|
25
|
+
"web components",
|
|
26
|
+
"webcomponents",
|
|
27
|
+
"aria",
|
|
28
|
+
"wai",
|
|
29
|
+
"axe",
|
|
30
|
+
"custom elements",
|
|
31
|
+
"styleguide",
|
|
32
|
+
"style",
|
|
33
|
+
"guide",
|
|
34
|
+
"ui",
|
|
35
|
+
"html",
|
|
36
|
+
"css",
|
|
37
|
+
"web",
|
|
38
|
+
"a11y",
|
|
39
|
+
"w3c",
|
|
40
|
+
"webstandard",
|
|
41
|
+
"wcag",
|
|
42
|
+
"vue"
|
|
43
|
+
],
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@babel/types": "7.23.0",
|
|
46
|
+
"@public-ui/components": "1.7.0-rc.16",
|
|
47
|
+
"@types/minimatch": "5.1.2",
|
|
48
|
+
"@types/minimist": "1.2.2",
|
|
49
|
+
"@types/node": "ts5.1",
|
|
50
|
+
"@types/normalize-package-data": "2.4.2",
|
|
51
|
+
"typescript": "5.2.2",
|
|
52
|
+
"unbuild": "1.2.1",
|
|
53
|
+
"vue": "3.3.4"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"@public-ui/components": "1.7.0-rc.16",
|
|
57
|
+
"vue": ">=3"
|
|
58
|
+
},
|
|
59
|
+
"sideEffects": false,
|
|
60
|
+
"type": "module",
|
|
61
|
+
"exports": {
|
|
62
|
+
".": {
|
|
63
|
+
"types": "./dist/index.d.ts",
|
|
64
|
+
"import": "./dist/index.mjs",
|
|
65
|
+
"require": "./dist/index.cjs"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"main": "./dist/index.cjs",
|
|
69
|
+
"module": "./dist/index.mjs",
|
|
70
|
+
"types": "./dist/index.d.ts",
|
|
71
|
+
"files": [
|
|
72
|
+
"dist"
|
|
73
|
+
],
|
|
74
|
+
"scripts": {
|
|
75
|
+
"build": "unbuild"
|
|
76
|
+
}
|
|
77
|
+
}
|