@public-ui/vue 1.7.0-rc.9 → 1.7.0
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 +31 -0
- package/dist/index.mjs +31 -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
|
]);
|
|
@@ -259,11 +263,13 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
259
263
|
"_accessKey",
|
|
260
264
|
"_alert",
|
|
261
265
|
"_checked",
|
|
266
|
+
"_hideError",
|
|
262
267
|
"_disabled",
|
|
263
268
|
"_error",
|
|
264
269
|
"_hideLabel",
|
|
265
270
|
"_hint",
|
|
266
271
|
"_icon",
|
|
272
|
+
"_icons",
|
|
267
273
|
"_id",
|
|
268
274
|
"_indeterminate",
|
|
269
275
|
"_label",
|
|
@@ -284,9 +290,11 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
284
290
|
"_autoComplete",
|
|
285
291
|
"_disabled",
|
|
286
292
|
"_error",
|
|
293
|
+
"_hideError",
|
|
287
294
|
"_hideLabel",
|
|
288
295
|
"_hint",
|
|
289
296
|
"_icon",
|
|
297
|
+
"_icons",
|
|
290
298
|
"_id",
|
|
291
299
|
"_label",
|
|
292
300
|
"_list",
|
|
@@ -306,9 +314,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
306
314
|
"_autoComplete",
|
|
307
315
|
"_disabled",
|
|
308
316
|
"_error",
|
|
317
|
+
"_hideError",
|
|
309
318
|
"_hideLabel",
|
|
310
319
|
"_hint",
|
|
311
320
|
"_icon",
|
|
321
|
+
"_icons",
|
|
312
322
|
"_id",
|
|
313
323
|
"_label",
|
|
314
324
|
"_list",
|
|
@@ -335,9 +345,11 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
335
345
|
"_disabled",
|
|
336
346
|
"_error",
|
|
337
347
|
"_hasCounter",
|
|
348
|
+
"_hideError",
|
|
338
349
|
"_hideLabel",
|
|
339
350
|
"_hint",
|
|
340
351
|
"_icon",
|
|
352
|
+
"_icons",
|
|
341
353
|
"_id",
|
|
342
354
|
"_label",
|
|
343
355
|
"_list",
|
|
@@ -364,9 +376,11 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
364
376
|
"_alert",
|
|
365
377
|
"_disabled",
|
|
366
378
|
"_error",
|
|
379
|
+
"_hideError",
|
|
367
380
|
"_hideLabel",
|
|
368
381
|
"_hint",
|
|
369
382
|
"_icon",
|
|
383
|
+
"_icons",
|
|
370
384
|
"_id",
|
|
371
385
|
"_label",
|
|
372
386
|
"_multiple",
|
|
@@ -386,9 +400,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
386
400
|
"_autoComplete",
|
|
387
401
|
"_disabled",
|
|
388
402
|
"_error",
|
|
403
|
+
"_hideError",
|
|
389
404
|
"_hideLabel",
|
|
390
405
|
"_hint",
|
|
391
406
|
"_icon",
|
|
407
|
+
"_icons",
|
|
392
408
|
"_id",
|
|
393
409
|
"_label",
|
|
394
410
|
"_list",
|
|
@@ -416,9 +432,11 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
416
432
|
"_disabled",
|
|
417
433
|
"_error",
|
|
418
434
|
"_hasCounter",
|
|
435
|
+
"_hideError",
|
|
419
436
|
"_hideLabel",
|
|
420
437
|
"_hint",
|
|
421
438
|
"_icon",
|
|
439
|
+
"_icons",
|
|
422
440
|
"_id",
|
|
423
441
|
"_label",
|
|
424
442
|
"_maxLength",
|
|
@@ -441,6 +459,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
441
459
|
"_alert",
|
|
442
460
|
"_disabled",
|
|
443
461
|
"_error",
|
|
462
|
+
"_hideError",
|
|
444
463
|
"_hideLabel",
|
|
445
464
|
"_hint",
|
|
446
465
|
"_id",
|
|
@@ -463,9 +482,11 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
463
482
|
"_autoComplete",
|
|
464
483
|
"_disabled",
|
|
465
484
|
"_error",
|
|
485
|
+
"_hideError",
|
|
466
486
|
"_hideLabel",
|
|
467
487
|
"_hint",
|
|
468
488
|
"_icon",
|
|
489
|
+
"_icons",
|
|
469
490
|
"_id",
|
|
470
491
|
"_label",
|
|
471
492
|
"_list",
|
|
@@ -488,9 +509,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
488
509
|
"_disabled",
|
|
489
510
|
"_error",
|
|
490
511
|
"_hasCounter",
|
|
512
|
+
"_hideError",
|
|
491
513
|
"_hideLabel",
|
|
492
514
|
"_hint",
|
|
493
515
|
"_icon",
|
|
516
|
+
"_icons",
|
|
494
517
|
"_id",
|
|
495
518
|
"_label",
|
|
496
519
|
"_list",
|
|
@@ -527,6 +550,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
527
550
|
"_hideLabel",
|
|
528
551
|
"_href",
|
|
529
552
|
"_icon",
|
|
553
|
+
"_icons",
|
|
530
554
|
"_iconAlign",
|
|
531
555
|
"_iconOnly",
|
|
532
556
|
"_label",
|
|
@@ -609,6 +633,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
609
633
|
"_siblingCount",
|
|
610
634
|
"_tooltipAlign",
|
|
611
635
|
"_total",
|
|
636
|
+
"_max",
|
|
612
637
|
"_variant"
|
|
613
638
|
]);
|
|
614
639
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
@@ -636,9 +661,11 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
636
661
|
"_disabled",
|
|
637
662
|
"_error",
|
|
638
663
|
"_height",
|
|
664
|
+
"_hideError",
|
|
639
665
|
"_hideLabel",
|
|
640
666
|
"_hint",
|
|
641
667
|
"_icon",
|
|
668
|
+
"_icons",
|
|
642
669
|
"_id",
|
|
643
670
|
"_label",
|
|
644
671
|
"_list",
|
|
@@ -663,6 +690,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
663
690
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
664
691
|
"_hideLabel",
|
|
665
692
|
"_icon",
|
|
693
|
+
"_icons",
|
|
666
694
|
"_iconOnly",
|
|
667
695
|
"_label"
|
|
668
696
|
]);
|
|
@@ -680,12 +708,14 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
680
708
|
"_disabled",
|
|
681
709
|
"_hideLabel",
|
|
682
710
|
"_icon",
|
|
711
|
+
"_icons",
|
|
683
712
|
"_id",
|
|
684
713
|
"_label",
|
|
685
714
|
"_name",
|
|
686
715
|
"_on",
|
|
687
716
|
"_role",
|
|
688
717
|
"_syncValueBySelector",
|
|
718
|
+
"_show",
|
|
689
719
|
"_showDropdown",
|
|
690
720
|
"_tabIndex",
|
|
691
721
|
"_tooltipAlign",
|
|
@@ -723,6 +753,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
723
753
|
"_disabled",
|
|
724
754
|
"_error",
|
|
725
755
|
"_hasCounter",
|
|
756
|
+
"_hideError",
|
|
726
757
|
"_hideLabel",
|
|
727
758
|
"_hint",
|
|
728
759
|
"_id",
|
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
|
]);
|
|
@@ -257,11 +261,13 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
257
261
|
"_accessKey",
|
|
258
262
|
"_alert",
|
|
259
263
|
"_checked",
|
|
264
|
+
"_hideError",
|
|
260
265
|
"_disabled",
|
|
261
266
|
"_error",
|
|
262
267
|
"_hideLabel",
|
|
263
268
|
"_hint",
|
|
264
269
|
"_icon",
|
|
270
|
+
"_icons",
|
|
265
271
|
"_id",
|
|
266
272
|
"_indeterminate",
|
|
267
273
|
"_label",
|
|
@@ -282,9 +288,11 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
282
288
|
"_autoComplete",
|
|
283
289
|
"_disabled",
|
|
284
290
|
"_error",
|
|
291
|
+
"_hideError",
|
|
285
292
|
"_hideLabel",
|
|
286
293
|
"_hint",
|
|
287
294
|
"_icon",
|
|
295
|
+
"_icons",
|
|
288
296
|
"_id",
|
|
289
297
|
"_label",
|
|
290
298
|
"_list",
|
|
@@ -304,9 +312,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
304
312
|
"_autoComplete",
|
|
305
313
|
"_disabled",
|
|
306
314
|
"_error",
|
|
315
|
+
"_hideError",
|
|
307
316
|
"_hideLabel",
|
|
308
317
|
"_hint",
|
|
309
318
|
"_icon",
|
|
319
|
+
"_icons",
|
|
310
320
|
"_id",
|
|
311
321
|
"_label",
|
|
312
322
|
"_list",
|
|
@@ -333,9 +343,11 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
333
343
|
"_disabled",
|
|
334
344
|
"_error",
|
|
335
345
|
"_hasCounter",
|
|
346
|
+
"_hideError",
|
|
336
347
|
"_hideLabel",
|
|
337
348
|
"_hint",
|
|
338
349
|
"_icon",
|
|
350
|
+
"_icons",
|
|
339
351
|
"_id",
|
|
340
352
|
"_label",
|
|
341
353
|
"_list",
|
|
@@ -362,9 +374,11 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
362
374
|
"_alert",
|
|
363
375
|
"_disabled",
|
|
364
376
|
"_error",
|
|
377
|
+
"_hideError",
|
|
365
378
|
"_hideLabel",
|
|
366
379
|
"_hint",
|
|
367
380
|
"_icon",
|
|
381
|
+
"_icons",
|
|
368
382
|
"_id",
|
|
369
383
|
"_label",
|
|
370
384
|
"_multiple",
|
|
@@ -384,9 +398,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
384
398
|
"_autoComplete",
|
|
385
399
|
"_disabled",
|
|
386
400
|
"_error",
|
|
401
|
+
"_hideError",
|
|
387
402
|
"_hideLabel",
|
|
388
403
|
"_hint",
|
|
389
404
|
"_icon",
|
|
405
|
+
"_icons",
|
|
390
406
|
"_id",
|
|
391
407
|
"_label",
|
|
392
408
|
"_list",
|
|
@@ -414,9 +430,11 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
414
430
|
"_disabled",
|
|
415
431
|
"_error",
|
|
416
432
|
"_hasCounter",
|
|
433
|
+
"_hideError",
|
|
417
434
|
"_hideLabel",
|
|
418
435
|
"_hint",
|
|
419
436
|
"_icon",
|
|
437
|
+
"_icons",
|
|
420
438
|
"_id",
|
|
421
439
|
"_label",
|
|
422
440
|
"_maxLength",
|
|
@@ -439,6 +457,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
439
457
|
"_alert",
|
|
440
458
|
"_disabled",
|
|
441
459
|
"_error",
|
|
460
|
+
"_hideError",
|
|
442
461
|
"_hideLabel",
|
|
443
462
|
"_hint",
|
|
444
463
|
"_id",
|
|
@@ -461,9 +480,11 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
461
480
|
"_autoComplete",
|
|
462
481
|
"_disabled",
|
|
463
482
|
"_error",
|
|
483
|
+
"_hideError",
|
|
464
484
|
"_hideLabel",
|
|
465
485
|
"_hint",
|
|
466
486
|
"_icon",
|
|
487
|
+
"_icons",
|
|
467
488
|
"_id",
|
|
468
489
|
"_label",
|
|
469
490
|
"_list",
|
|
@@ -486,9 +507,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
486
507
|
"_disabled",
|
|
487
508
|
"_error",
|
|
488
509
|
"_hasCounter",
|
|
510
|
+
"_hideError",
|
|
489
511
|
"_hideLabel",
|
|
490
512
|
"_hint",
|
|
491
513
|
"_icon",
|
|
514
|
+
"_icons",
|
|
492
515
|
"_id",
|
|
493
516
|
"_label",
|
|
494
517
|
"_list",
|
|
@@ -525,6 +548,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
525
548
|
"_hideLabel",
|
|
526
549
|
"_href",
|
|
527
550
|
"_icon",
|
|
551
|
+
"_icons",
|
|
528
552
|
"_iconAlign",
|
|
529
553
|
"_iconOnly",
|
|
530
554
|
"_label",
|
|
@@ -607,6 +631,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
607
631
|
"_siblingCount",
|
|
608
632
|
"_tooltipAlign",
|
|
609
633
|
"_total",
|
|
634
|
+
"_max",
|
|
610
635
|
"_variant"
|
|
611
636
|
]);
|
|
612
637
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
@@ -634,9 +659,11 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
634
659
|
"_disabled",
|
|
635
660
|
"_error",
|
|
636
661
|
"_height",
|
|
662
|
+
"_hideError",
|
|
637
663
|
"_hideLabel",
|
|
638
664
|
"_hint",
|
|
639
665
|
"_icon",
|
|
666
|
+
"_icons",
|
|
640
667
|
"_id",
|
|
641
668
|
"_label",
|
|
642
669
|
"_list",
|
|
@@ -661,6 +688,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
661
688
|
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
662
689
|
"_hideLabel",
|
|
663
690
|
"_icon",
|
|
691
|
+
"_icons",
|
|
664
692
|
"_iconOnly",
|
|
665
693
|
"_label"
|
|
666
694
|
]);
|
|
@@ -678,12 +706,14 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
678
706
|
"_disabled",
|
|
679
707
|
"_hideLabel",
|
|
680
708
|
"_icon",
|
|
709
|
+
"_icons",
|
|
681
710
|
"_id",
|
|
682
711
|
"_label",
|
|
683
712
|
"_name",
|
|
684
713
|
"_on",
|
|
685
714
|
"_role",
|
|
686
715
|
"_syncValueBySelector",
|
|
716
|
+
"_show",
|
|
687
717
|
"_showDropdown",
|
|
688
718
|
"_tabIndex",
|
|
689
719
|
"_tooltipAlign",
|
|
@@ -721,6 +751,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
721
751
|
"_disabled",
|
|
722
752
|
"_error",
|
|
723
753
|
"_hasCounter",
|
|
754
|
+
"_hideError",
|
|
724
755
|
"_hideLabel",
|
|
725
756
|
"_hint",
|
|
726
757
|
"_id",
|
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",
|
|
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",
|
|
47
|
+
"@types/minimatch": "5.1.2",
|
|
48
|
+
"@types/minimist": "1.2.3",
|
|
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",
|
|
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
|
+
}
|