@public-ui/vue 3.0.0-0edf6aa20a9ac9faa46ebe0e45a8c62841b05164.0 → 3.0.0-887b7986b55acd713750f46753265f8330a1342a.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 +2 -19
- package/dist/index.mjs +2 -19
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -171,7 +171,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
171
171
|
"_role",
|
|
172
172
|
"_shortKey",
|
|
173
173
|
"_syncValueBySelector",
|
|
174
|
-
"_tabIndex",
|
|
175
174
|
"_tooltipAlign",
|
|
176
175
|
"_type",
|
|
177
176
|
"_value",
|
|
@@ -193,7 +192,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
193
192
|
"_role",
|
|
194
193
|
"_shortKey",
|
|
195
194
|
"_syncValueBySelector",
|
|
196
|
-
"_tabIndex",
|
|
197
195
|
"_tooltipAlign",
|
|
198
196
|
"_type",
|
|
199
197
|
"_value"
|
|
@@ -221,7 +219,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
221
219
|
"_required",
|
|
222
220
|
"_shortKey",
|
|
223
221
|
"_syncValueBySelector",
|
|
224
|
-
"_tabIndex",
|
|
225
222
|
"_tooltipAlign",
|
|
226
223
|
"_touched",
|
|
227
224
|
"_value"
|
|
@@ -279,7 +276,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
279
276
|
"_required",
|
|
280
277
|
"_shortKey",
|
|
281
278
|
"_syncValueBySelector",
|
|
282
|
-
"_tabIndex",
|
|
283
279
|
"_tooltipAlign",
|
|
284
280
|
"_touched",
|
|
285
281
|
"_value",
|
|
@@ -302,7 +298,6 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
302
298
|
"_smartButton",
|
|
303
299
|
"_suggestions",
|
|
304
300
|
"_syncValueBySelector",
|
|
305
|
-
"_tabIndex",
|
|
306
301
|
"_tooltipAlign",
|
|
307
302
|
"_touched",
|
|
308
303
|
"_value"
|
|
@@ -329,7 +324,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
329
324
|
"_suggestions",
|
|
330
325
|
"_syncValueBySelector",
|
|
331
326
|
"_step",
|
|
332
|
-
"_tabIndex",
|
|
333
327
|
"_tooltipAlign",
|
|
334
328
|
"_touched",
|
|
335
329
|
"_type",
|
|
@@ -359,7 +353,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
359
353
|
"_smartButton",
|
|
360
354
|
"_suggestions",
|
|
361
355
|
"_syncValueBySelector",
|
|
362
|
-
"_tabIndex",
|
|
363
356
|
"_tooltipAlign",
|
|
364
357
|
"_touched",
|
|
365
358
|
"_value"
|
|
@@ -382,7 +375,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
382
375
|
"_shortKey",
|
|
383
376
|
"_smartButton",
|
|
384
377
|
"_syncValueBySelector",
|
|
385
|
-
"_tabIndex",
|
|
386
378
|
"_tooltipAlign",
|
|
387
379
|
"_touched"
|
|
388
380
|
]);
|
|
@@ -409,7 +401,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
409
401
|
"_suggestions",
|
|
410
402
|
"_step",
|
|
411
403
|
"_syncValueBySelector",
|
|
412
|
-
"_tabIndex",
|
|
413
404
|
"_tooltipAlign",
|
|
414
405
|
"_touched",
|
|
415
406
|
"_value"
|
|
@@ -436,7 +427,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
436
427
|
"_shortKey",
|
|
437
428
|
"_smartButton",
|
|
438
429
|
"_syncValueBySelector",
|
|
439
|
-
"_tabIndex",
|
|
440
430
|
"_tooltipAlign",
|
|
441
431
|
"_touched",
|
|
442
432
|
"_value",
|
|
@@ -458,7 +448,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
458
448
|
"_required",
|
|
459
449
|
"_shortKey",
|
|
460
450
|
"_syncValueBySelector",
|
|
461
|
-
"_tabIndex",
|
|
462
451
|
"_tooltipAlign",
|
|
463
452
|
"_touched",
|
|
464
453
|
"_value"
|
|
@@ -482,7 +471,6 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
482
471
|
"_step",
|
|
483
472
|
"_suggestions",
|
|
484
473
|
"_syncValueBySelector",
|
|
485
|
-
"_tabIndex",
|
|
486
474
|
"_tooltipAlign",
|
|
487
475
|
"_touched",
|
|
488
476
|
"_value"
|
|
@@ -511,7 +499,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
511
499
|
"_suggestions",
|
|
512
500
|
"_smartButton",
|
|
513
501
|
"_syncValueBySelector",
|
|
514
|
-
"_tabIndex",
|
|
515
502
|
"_tooltipAlign",
|
|
516
503
|
"_touched",
|
|
517
504
|
"_type",
|
|
@@ -534,7 +521,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
534
521
|
"_on",
|
|
535
522
|
"_role",
|
|
536
523
|
"_shortKey",
|
|
537
|
-
"_tabIndex",
|
|
538
524
|
"_target",
|
|
539
525
|
"_tooltipAlign"
|
|
540
526
|
]);
|
|
@@ -552,7 +538,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
552
538
|
"_on",
|
|
553
539
|
"_role",
|
|
554
540
|
"_shortKey",
|
|
555
|
-
"_tabIndex",
|
|
556
541
|
"_target",
|
|
557
542
|
"_tooltipAlign",
|
|
558
543
|
"_variant"
|
|
@@ -662,10 +647,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
662
647
|
"_required",
|
|
663
648
|
"_shortKey",
|
|
664
649
|
"_syncValueBySelector",
|
|
665
|
-
"_tabIndex",
|
|
666
650
|
"_tooltipAlign",
|
|
667
651
|
"_touched",
|
|
668
|
-
"_value"
|
|
652
|
+
"_value",
|
|
653
|
+
"_hideClearButton"
|
|
669
654
|
]);
|
|
670
655
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
671
656
|
"_label",
|
|
@@ -689,7 +674,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
689
674
|
"_on",
|
|
690
675
|
"_role",
|
|
691
676
|
"_syncValueBySelector",
|
|
692
|
-
"_tabIndex",
|
|
693
677
|
"_tooltipAlign",
|
|
694
678
|
"_type",
|
|
695
679
|
"_value",
|
|
@@ -747,7 +731,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
747
731
|
"_shortKey",
|
|
748
732
|
"_spellCheck",
|
|
749
733
|
"_syncValueBySelector",
|
|
750
|
-
"_tabIndex",
|
|
751
734
|
"_tooltipAlign",
|
|
752
735
|
"_touched",
|
|
753
736
|
"_value"
|
package/dist/index.mjs
CHANGED
|
@@ -169,7 +169,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
169
169
|
"_role",
|
|
170
170
|
"_shortKey",
|
|
171
171
|
"_syncValueBySelector",
|
|
172
|
-
"_tabIndex",
|
|
173
172
|
"_tooltipAlign",
|
|
174
173
|
"_type",
|
|
175
174
|
"_value",
|
|
@@ -191,7 +190,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
191
190
|
"_role",
|
|
192
191
|
"_shortKey",
|
|
193
192
|
"_syncValueBySelector",
|
|
194
|
-
"_tabIndex",
|
|
195
193
|
"_tooltipAlign",
|
|
196
194
|
"_type",
|
|
197
195
|
"_value"
|
|
@@ -219,7 +217,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
219
217
|
"_required",
|
|
220
218
|
"_shortKey",
|
|
221
219
|
"_syncValueBySelector",
|
|
222
|
-
"_tabIndex",
|
|
223
220
|
"_tooltipAlign",
|
|
224
221
|
"_touched",
|
|
225
222
|
"_value"
|
|
@@ -277,7 +274,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
277
274
|
"_required",
|
|
278
275
|
"_shortKey",
|
|
279
276
|
"_syncValueBySelector",
|
|
280
|
-
"_tabIndex",
|
|
281
277
|
"_tooltipAlign",
|
|
282
278
|
"_touched",
|
|
283
279
|
"_value",
|
|
@@ -300,7 +296,6 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
300
296
|
"_smartButton",
|
|
301
297
|
"_suggestions",
|
|
302
298
|
"_syncValueBySelector",
|
|
303
|
-
"_tabIndex",
|
|
304
299
|
"_tooltipAlign",
|
|
305
300
|
"_touched",
|
|
306
301
|
"_value"
|
|
@@ -327,7 +322,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
327
322
|
"_suggestions",
|
|
328
323
|
"_syncValueBySelector",
|
|
329
324
|
"_step",
|
|
330
|
-
"_tabIndex",
|
|
331
325
|
"_tooltipAlign",
|
|
332
326
|
"_touched",
|
|
333
327
|
"_type",
|
|
@@ -357,7 +351,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
357
351
|
"_smartButton",
|
|
358
352
|
"_suggestions",
|
|
359
353
|
"_syncValueBySelector",
|
|
360
|
-
"_tabIndex",
|
|
361
354
|
"_tooltipAlign",
|
|
362
355
|
"_touched",
|
|
363
356
|
"_value"
|
|
@@ -380,7 +373,6 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
380
373
|
"_shortKey",
|
|
381
374
|
"_smartButton",
|
|
382
375
|
"_syncValueBySelector",
|
|
383
|
-
"_tabIndex",
|
|
384
376
|
"_tooltipAlign",
|
|
385
377
|
"_touched"
|
|
386
378
|
]);
|
|
@@ -407,7 +399,6 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
407
399
|
"_suggestions",
|
|
408
400
|
"_step",
|
|
409
401
|
"_syncValueBySelector",
|
|
410
|
-
"_tabIndex",
|
|
411
402
|
"_tooltipAlign",
|
|
412
403
|
"_touched",
|
|
413
404
|
"_value"
|
|
@@ -434,7 +425,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
434
425
|
"_shortKey",
|
|
435
426
|
"_smartButton",
|
|
436
427
|
"_syncValueBySelector",
|
|
437
|
-
"_tabIndex",
|
|
438
428
|
"_tooltipAlign",
|
|
439
429
|
"_touched",
|
|
440
430
|
"_value",
|
|
@@ -456,7 +446,6 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
456
446
|
"_required",
|
|
457
447
|
"_shortKey",
|
|
458
448
|
"_syncValueBySelector",
|
|
459
|
-
"_tabIndex",
|
|
460
449
|
"_tooltipAlign",
|
|
461
450
|
"_touched",
|
|
462
451
|
"_value"
|
|
@@ -480,7 +469,6 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
480
469
|
"_step",
|
|
481
470
|
"_suggestions",
|
|
482
471
|
"_syncValueBySelector",
|
|
483
|
-
"_tabIndex",
|
|
484
472
|
"_tooltipAlign",
|
|
485
473
|
"_touched",
|
|
486
474
|
"_value"
|
|
@@ -509,7 +497,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
509
497
|
"_suggestions",
|
|
510
498
|
"_smartButton",
|
|
511
499
|
"_syncValueBySelector",
|
|
512
|
-
"_tabIndex",
|
|
513
500
|
"_tooltipAlign",
|
|
514
501
|
"_touched",
|
|
515
502
|
"_type",
|
|
@@ -532,7 +519,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
532
519
|
"_on",
|
|
533
520
|
"_role",
|
|
534
521
|
"_shortKey",
|
|
535
|
-
"_tabIndex",
|
|
536
522
|
"_target",
|
|
537
523
|
"_tooltipAlign"
|
|
538
524
|
]);
|
|
@@ -550,7 +536,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
550
536
|
"_on",
|
|
551
537
|
"_role",
|
|
552
538
|
"_shortKey",
|
|
553
|
-
"_tabIndex",
|
|
554
539
|
"_target",
|
|
555
540
|
"_tooltipAlign",
|
|
556
541
|
"_variant"
|
|
@@ -660,10 +645,10 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
660
645
|
"_required",
|
|
661
646
|
"_shortKey",
|
|
662
647
|
"_syncValueBySelector",
|
|
663
|
-
"_tabIndex",
|
|
664
648
|
"_tooltipAlign",
|
|
665
649
|
"_touched",
|
|
666
|
-
"_value"
|
|
650
|
+
"_value",
|
|
651
|
+
"_hideClearButton"
|
|
667
652
|
]);
|
|
668
653
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
669
654
|
"_label",
|
|
@@ -687,7 +672,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
687
672
|
"_on",
|
|
688
673
|
"_role",
|
|
689
674
|
"_syncValueBySelector",
|
|
690
|
-
"_tabIndex",
|
|
691
675
|
"_tooltipAlign",
|
|
692
676
|
"_type",
|
|
693
677
|
"_value",
|
|
@@ -745,7 +729,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
745
729
|
"_shortKey",
|
|
746
730
|
"_spellCheck",
|
|
747
731
|
"_syncValueBySelector",
|
|
748
|
-
"_tabIndex",
|
|
749
732
|
"_tooltipAlign",
|
|
750
733
|
"_touched",
|
|
751
734
|
"_value"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-887b7986b55acd713750f46753265f8330a1342a.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"vue"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "7.26.
|
|
48
|
+
"@babel/types": "7.26.10",
|
|
49
49
|
"@types/minimatch": "5.1.2",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
|
-
"typescript": "5.
|
|
52
|
+
"typescript": "5.8.2",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "3.0.0-
|
|
55
|
+
"@public-ui/components": "3.0.0-887b7986b55acd713750f46753265f8330a1342a.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0-
|
|
59
|
+
"@public-ui/components": "3.0.0-887b7986b55acd713750f46753265f8330a1342a.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|