@public-ui/vue 2.1.9 → 2.2.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 +18 -0
- package/dist/index.mjs +18 -0
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -170,6 +170,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
170
170
|
"_name",
|
|
171
171
|
"_on",
|
|
172
172
|
"_role",
|
|
173
|
+
"_shortKey",
|
|
173
174
|
"_syncValueBySelector",
|
|
174
175
|
"_tabIndex",
|
|
175
176
|
"_tooltipAlign",
|
|
@@ -192,6 +193,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
192
193
|
"_name",
|
|
193
194
|
"_on",
|
|
194
195
|
"_role",
|
|
196
|
+
"_shortKey",
|
|
195
197
|
"_syncValueBySelector",
|
|
196
198
|
"_tabIndex",
|
|
197
199
|
"_tooltipAlign",
|
|
@@ -220,6 +222,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
220
222
|
"_on",
|
|
221
223
|
"_suggestions",
|
|
222
224
|
"_required",
|
|
225
|
+
"_shortKey",
|
|
223
226
|
"_syncValueBySelector",
|
|
224
227
|
"_tabIndex",
|
|
225
228
|
"_tooltipAlign",
|
|
@@ -281,6 +284,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
281
284
|
"_name",
|
|
282
285
|
"_on",
|
|
283
286
|
"_required",
|
|
287
|
+
"_shortKey",
|
|
284
288
|
"_syncValueBySelector",
|
|
285
289
|
"_tabIndex",
|
|
286
290
|
"_tooltipAlign",
|
|
@@ -303,6 +307,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
303
307
|
"_msg",
|
|
304
308
|
"_name",
|
|
305
309
|
"_on",
|
|
310
|
+
"_shortKey",
|
|
306
311
|
"_smartButton",
|
|
307
312
|
"_suggestions",
|
|
308
313
|
"_syncValueBySelector",
|
|
@@ -330,6 +335,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
330
335
|
"_on",
|
|
331
336
|
"_readOnly",
|
|
332
337
|
"_required",
|
|
338
|
+
"_shortKey",
|
|
333
339
|
"_smartButton",
|
|
334
340
|
"_suggestions",
|
|
335
341
|
"_syncValueBySelector",
|
|
@@ -362,6 +368,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
362
368
|
"_placeholder",
|
|
363
369
|
"_readOnly",
|
|
364
370
|
"_required",
|
|
371
|
+
"_shortKey",
|
|
365
372
|
"_smartButton",
|
|
366
373
|
"_suggestions",
|
|
367
374
|
"_syncValueBySelector",
|
|
@@ -387,6 +394,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
387
394
|
"_name",
|
|
388
395
|
"_on",
|
|
389
396
|
"_required",
|
|
397
|
+
"_shortKey",
|
|
390
398
|
"_smartButton",
|
|
391
399
|
"_syncValueBySelector",
|
|
392
400
|
"_tabIndex",
|
|
@@ -414,6 +422,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
414
422
|
"_placeholder",
|
|
415
423
|
"_readOnly",
|
|
416
424
|
"_required",
|
|
425
|
+
"_shortKey",
|
|
417
426
|
"_smartButton",
|
|
418
427
|
"_suggestions",
|
|
419
428
|
"_step",
|
|
@@ -444,6 +453,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
444
453
|
"_placeholder",
|
|
445
454
|
"_readOnly",
|
|
446
455
|
"_required",
|
|
456
|
+
"_shortKey",
|
|
447
457
|
"_smartButton",
|
|
448
458
|
"_syncValueBySelector",
|
|
449
459
|
"_tabIndex",
|
|
@@ -468,6 +478,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
468
478
|
"_options",
|
|
469
479
|
"_orientation",
|
|
470
480
|
"_required",
|
|
481
|
+
"_shortKey",
|
|
471
482
|
"_syncValueBySelector",
|
|
472
483
|
"_tabIndex",
|
|
473
484
|
"_tooltipAlign",
|
|
@@ -491,6 +502,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
491
502
|
"_msg",
|
|
492
503
|
"_name",
|
|
493
504
|
"_on",
|
|
505
|
+
"_shortKey",
|
|
494
506
|
"_step",
|
|
495
507
|
"_suggestions",
|
|
496
508
|
"_syncValueBySelector",
|
|
@@ -520,6 +532,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
520
532
|
"_placeholder",
|
|
521
533
|
"_readOnly",
|
|
522
534
|
"_required",
|
|
535
|
+
"_shortKey",
|
|
523
536
|
"_suggestions",
|
|
524
537
|
"_smartButton",
|
|
525
538
|
"_syncValueBySelector",
|
|
@@ -545,6 +558,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
545
558
|
"_label",
|
|
546
559
|
"_on",
|
|
547
560
|
"_role",
|
|
561
|
+
"_shortKey",
|
|
548
562
|
"_tabIndex",
|
|
549
563
|
"_target",
|
|
550
564
|
"_tooltipAlign"
|
|
@@ -562,6 +576,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
562
576
|
"_label",
|
|
563
577
|
"_on",
|
|
564
578
|
"_role",
|
|
579
|
+
"_shortKey",
|
|
565
580
|
"_tabIndex",
|
|
566
581
|
"_target",
|
|
567
582
|
"_tooltipAlign",
|
|
@@ -634,6 +649,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
634
649
|
"_on",
|
|
635
650
|
"_options",
|
|
636
651
|
"_required",
|
|
652
|
+
"_shortKey",
|
|
637
653
|
"_rows",
|
|
638
654
|
"_syncValueBySelector",
|
|
639
655
|
"_tabIndex",
|
|
@@ -657,6 +673,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
657
673
|
"_on",
|
|
658
674
|
"_options",
|
|
659
675
|
"_required",
|
|
676
|
+
"_shortKey",
|
|
660
677
|
"_syncValueBySelector",
|
|
661
678
|
"_tabIndex",
|
|
662
679
|
"_tooltipAlign",
|
|
@@ -758,6 +775,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
758
775
|
"_resize",
|
|
759
776
|
"_required",
|
|
760
777
|
"_rows",
|
|
778
|
+
"_shortKey",
|
|
761
779
|
"_syncValueBySelector",
|
|
762
780
|
"_tabIndex",
|
|
763
781
|
"_tooltipAlign",
|
package/dist/index.mjs
CHANGED
|
@@ -168,6 +168,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
168
168
|
"_name",
|
|
169
169
|
"_on",
|
|
170
170
|
"_role",
|
|
171
|
+
"_shortKey",
|
|
171
172
|
"_syncValueBySelector",
|
|
172
173
|
"_tabIndex",
|
|
173
174
|
"_tooltipAlign",
|
|
@@ -190,6 +191,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
190
191
|
"_name",
|
|
191
192
|
"_on",
|
|
192
193
|
"_role",
|
|
194
|
+
"_shortKey",
|
|
193
195
|
"_syncValueBySelector",
|
|
194
196
|
"_tabIndex",
|
|
195
197
|
"_tooltipAlign",
|
|
@@ -218,6 +220,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
218
220
|
"_on",
|
|
219
221
|
"_suggestions",
|
|
220
222
|
"_required",
|
|
223
|
+
"_shortKey",
|
|
221
224
|
"_syncValueBySelector",
|
|
222
225
|
"_tabIndex",
|
|
223
226
|
"_tooltipAlign",
|
|
@@ -279,6 +282,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
279
282
|
"_name",
|
|
280
283
|
"_on",
|
|
281
284
|
"_required",
|
|
285
|
+
"_shortKey",
|
|
282
286
|
"_syncValueBySelector",
|
|
283
287
|
"_tabIndex",
|
|
284
288
|
"_tooltipAlign",
|
|
@@ -301,6 +305,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
|
|
|
301
305
|
"_msg",
|
|
302
306
|
"_name",
|
|
303
307
|
"_on",
|
|
308
|
+
"_shortKey",
|
|
304
309
|
"_smartButton",
|
|
305
310
|
"_suggestions",
|
|
306
311
|
"_syncValueBySelector",
|
|
@@ -328,6 +333,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
|
|
|
328
333
|
"_on",
|
|
329
334
|
"_readOnly",
|
|
330
335
|
"_required",
|
|
336
|
+
"_shortKey",
|
|
331
337
|
"_smartButton",
|
|
332
338
|
"_suggestions",
|
|
333
339
|
"_syncValueBySelector",
|
|
@@ -360,6 +366,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
|
|
|
360
366
|
"_placeholder",
|
|
361
367
|
"_readOnly",
|
|
362
368
|
"_required",
|
|
369
|
+
"_shortKey",
|
|
363
370
|
"_smartButton",
|
|
364
371
|
"_suggestions",
|
|
365
372
|
"_syncValueBySelector",
|
|
@@ -385,6 +392,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
|
|
|
385
392
|
"_name",
|
|
386
393
|
"_on",
|
|
387
394
|
"_required",
|
|
395
|
+
"_shortKey",
|
|
388
396
|
"_smartButton",
|
|
389
397
|
"_syncValueBySelector",
|
|
390
398
|
"_tabIndex",
|
|
@@ -412,6 +420,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
|
|
|
412
420
|
"_placeholder",
|
|
413
421
|
"_readOnly",
|
|
414
422
|
"_required",
|
|
423
|
+
"_shortKey",
|
|
415
424
|
"_smartButton",
|
|
416
425
|
"_suggestions",
|
|
417
426
|
"_step",
|
|
@@ -442,6 +451,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
|
|
|
442
451
|
"_placeholder",
|
|
443
452
|
"_readOnly",
|
|
444
453
|
"_required",
|
|
454
|
+
"_shortKey",
|
|
445
455
|
"_smartButton",
|
|
446
456
|
"_syncValueBySelector",
|
|
447
457
|
"_tabIndex",
|
|
@@ -466,6 +476,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
|
|
|
466
476
|
"_options",
|
|
467
477
|
"_orientation",
|
|
468
478
|
"_required",
|
|
479
|
+
"_shortKey",
|
|
469
480
|
"_syncValueBySelector",
|
|
470
481
|
"_tabIndex",
|
|
471
482
|
"_tooltipAlign",
|
|
@@ -489,6 +500,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
|
|
|
489
500
|
"_msg",
|
|
490
501
|
"_name",
|
|
491
502
|
"_on",
|
|
503
|
+
"_shortKey",
|
|
492
504
|
"_step",
|
|
493
505
|
"_suggestions",
|
|
494
506
|
"_syncValueBySelector",
|
|
@@ -518,6 +530,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
518
530
|
"_placeholder",
|
|
519
531
|
"_readOnly",
|
|
520
532
|
"_required",
|
|
533
|
+
"_shortKey",
|
|
521
534
|
"_suggestions",
|
|
522
535
|
"_smartButton",
|
|
523
536
|
"_syncValueBySelector",
|
|
@@ -543,6 +556,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
543
556
|
"_label",
|
|
544
557
|
"_on",
|
|
545
558
|
"_role",
|
|
559
|
+
"_shortKey",
|
|
546
560
|
"_tabIndex",
|
|
547
561
|
"_target",
|
|
548
562
|
"_tooltipAlign"
|
|
@@ -560,6 +574,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
560
574
|
"_label",
|
|
561
575
|
"_on",
|
|
562
576
|
"_role",
|
|
577
|
+
"_shortKey",
|
|
563
578
|
"_tabIndex",
|
|
564
579
|
"_target",
|
|
565
580
|
"_tooltipAlign",
|
|
@@ -632,6 +647,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
632
647
|
"_on",
|
|
633
648
|
"_options",
|
|
634
649
|
"_required",
|
|
650
|
+
"_shortKey",
|
|
635
651
|
"_rows",
|
|
636
652
|
"_syncValueBySelector",
|
|
637
653
|
"_tabIndex",
|
|
@@ -655,6 +671,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
655
671
|
"_on",
|
|
656
672
|
"_options",
|
|
657
673
|
"_required",
|
|
674
|
+
"_shortKey",
|
|
658
675
|
"_syncValueBySelector",
|
|
659
676
|
"_tabIndex",
|
|
660
677
|
"_tooltipAlign",
|
|
@@ -756,6 +773,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
756
773
|
"_resize",
|
|
757
774
|
"_required",
|
|
758
775
|
"_rows",
|
|
776
|
+
"_shortKey",
|
|
759
777
|
"_syncValueBySelector",
|
|
760
778
|
"_tabIndex",
|
|
761
779
|
"_tooltipAlign",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.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.
|
|
48
|
+
"@babel/types": "7.26.0",
|
|
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.6.
|
|
52
|
+
"typescript": "5.6.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "2.
|
|
55
|
+
"@public-ui/components": "2.2.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "2.
|
|
59
|
+
"@public-ui/components": "2.2.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|