@public-ui/vue 4.3.0-rc.0 → 4.3.0-rc.2

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 CHANGED
@@ -11,7 +11,7 @@ const ROUTER_LINK_VALUE = "routerLink";
11
11
  const NAV_MANAGER = "navManager";
12
12
  const ROUTER_PROP_PREFIX = "router";
13
13
  const ARIA_PROP_PREFIX = "aria";
14
- const EMPTY_PROP = Symbol();
14
+ const EMPTY_PROP = /* @__PURE__ */ Symbol();
15
15
  const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
16
16
  const getComponentClasses = (classes) => {
17
17
  return classes?.split(" ") || [];
@@ -172,6 +172,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
172
172
  ]);
173
173
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
174
174
  "_accessKey",
175
+ "_ariaDetails",
175
176
  "_placeholder",
176
177
  "_disabled",
177
178
  "_hideMsg",
@@ -251,6 +252,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
251
252
  "_name",
252
253
  "_on",
253
254
  "_required",
255
+ "_ariaDetails",
254
256
  "_shortKey",
255
257
  "_syncValueBySelector",
256
258
  "_tooltipAlign",
@@ -260,6 +262,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
260
262
  ]);
261
263
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
262
264
  "_accessKey",
265
+ "_ariaDetails",
263
266
  "_autoComplete",
264
267
  "_disabled",
265
268
  "_hideMsg",
@@ -281,6 +284,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
281
284
  ]);
282
285
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
283
286
  "_accessKey",
287
+ "_ariaDetails",
284
288
  "_autoComplete",
285
289
  "_disabled",
286
290
  "_hideMsg",
@@ -308,6 +312,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
308
312
  ]);
309
313
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
310
314
  "_accessKey",
315
+ "_ariaDetails",
311
316
  "_autoComplete",
312
317
  "_hasCounter",
313
318
  "_maxLengthBehavior",
@@ -338,6 +343,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
338
343
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
339
344
  "_accept",
340
345
  "_accessKey",
346
+ "_ariaDetails",
341
347
  "_disabled",
342
348
  "_hideMsg",
343
349
  "_hideLabel",
@@ -358,6 +364,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
358
364
  ]);
359
365
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
360
366
  "_accessKey",
367
+ "_ariaDetails",
361
368
  "_autoComplete",
362
369
  "_disabled",
363
370
  "_hideMsg",
@@ -385,6 +392,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
385
392
  ]);
386
393
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
387
394
  "_accessKey",
395
+ "_ariaDetails",
388
396
  "_autoComplete",
389
397
  "_hasCounter",
390
398
  "_maxLengthBehavior",
@@ -412,6 +420,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
412
420
  "_visibilityToggle"
413
421
  ]);
414
422
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
423
+ "_ariaDetails",
415
424
  "_disabled",
416
425
  "_hideMsg",
417
426
  "_hideLabel",
@@ -431,6 +440,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
431
440
  ]);
432
441
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
433
442
  "_accessKey",
443
+ "_ariaDetails",
434
444
  "_autoComplete",
435
445
  "_disabled",
436
446
  "_hideMsg",
@@ -455,6 +465,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
455
465
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
456
466
  "_accessKey",
457
467
  "_autoComplete",
468
+ "_ariaDetails",
458
469
  "_hasCounter",
459
470
  "_maxLengthBehavior",
460
471
  "_disabled",
@@ -597,6 +608,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
597
608
  ]);
598
609
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
599
610
  "_accessKey",
611
+ "_ariaDetails",
600
612
  "_disabled",
601
613
  "_hideMsg",
602
614
  "_hideLabel",
@@ -620,6 +632,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
620
632
  ]);
621
633
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
622
634
  "_accessKey",
635
+ "_ariaDetails",
623
636
  "_placeholder",
624
637
  "_disabled",
625
638
  "_hideMsg",
@@ -715,6 +728,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
715
728
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
716
729
  "_accessKey",
717
730
  "_adjustHeight",
731
+ "_ariaDetails",
718
732
  "_disabled",
719
733
  "_hideMsg",
720
734
  "_hideLabel",
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ const ROUTER_LINK_VALUE = "routerLink";
9
9
  const NAV_MANAGER = "navManager";
10
10
  const ROUTER_PROP_PREFIX = "router";
11
11
  const ARIA_PROP_PREFIX = "aria";
12
- const EMPTY_PROP = Symbol();
12
+ const EMPTY_PROP = /* @__PURE__ */ Symbol();
13
13
  const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
14
14
  const getComponentClasses = (classes) => {
15
15
  return classes?.split(" ") || [];
@@ -170,6 +170,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
170
170
  ]);
171
171
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
172
172
  "_accessKey",
173
+ "_ariaDetails",
173
174
  "_placeholder",
174
175
  "_disabled",
175
176
  "_hideMsg",
@@ -249,6 +250,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
249
250
  "_name",
250
251
  "_on",
251
252
  "_required",
253
+ "_ariaDetails",
252
254
  "_shortKey",
253
255
  "_syncValueBySelector",
254
256
  "_tooltipAlign",
@@ -258,6 +260,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
258
260
  ]);
259
261
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
260
262
  "_accessKey",
263
+ "_ariaDetails",
261
264
  "_autoComplete",
262
265
  "_disabled",
263
266
  "_hideMsg",
@@ -279,6 +282,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
279
282
  ]);
280
283
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
281
284
  "_accessKey",
285
+ "_ariaDetails",
282
286
  "_autoComplete",
283
287
  "_disabled",
284
288
  "_hideMsg",
@@ -306,6 +310,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
306
310
  ]);
307
311
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
308
312
  "_accessKey",
313
+ "_ariaDetails",
309
314
  "_autoComplete",
310
315
  "_hasCounter",
311
316
  "_maxLengthBehavior",
@@ -336,6 +341,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
336
341
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
337
342
  "_accept",
338
343
  "_accessKey",
344
+ "_ariaDetails",
339
345
  "_disabled",
340
346
  "_hideMsg",
341
347
  "_hideLabel",
@@ -356,6 +362,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
356
362
  ]);
357
363
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
358
364
  "_accessKey",
365
+ "_ariaDetails",
359
366
  "_autoComplete",
360
367
  "_disabled",
361
368
  "_hideMsg",
@@ -383,6 +390,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
383
390
  ]);
384
391
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
385
392
  "_accessKey",
393
+ "_ariaDetails",
386
394
  "_autoComplete",
387
395
  "_hasCounter",
388
396
  "_maxLengthBehavior",
@@ -410,6 +418,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
410
418
  "_visibilityToggle"
411
419
  ]);
412
420
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
421
+ "_ariaDetails",
413
422
  "_disabled",
414
423
  "_hideMsg",
415
424
  "_hideLabel",
@@ -429,6 +438,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
429
438
  ]);
430
439
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
431
440
  "_accessKey",
441
+ "_ariaDetails",
432
442
  "_autoComplete",
433
443
  "_disabled",
434
444
  "_hideMsg",
@@ -453,6 +463,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
453
463
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
454
464
  "_accessKey",
455
465
  "_autoComplete",
466
+ "_ariaDetails",
456
467
  "_hasCounter",
457
468
  "_maxLengthBehavior",
458
469
  "_disabled",
@@ -595,6 +606,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
595
606
  ]);
596
607
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
597
608
  "_accessKey",
609
+ "_ariaDetails",
598
610
  "_disabled",
599
611
  "_hideMsg",
600
612
  "_hideLabel",
@@ -618,6 +630,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
618
630
  ]);
619
631
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
620
632
  "_accessKey",
633
+ "_ariaDetails",
621
634
  "_placeholder",
622
635
  "_disabled",
623
636
  "_hideMsg",
@@ -713,6 +726,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
713
726
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
714
727
  "_accessKey",
715
728
  "_adjustHeight",
729
+ "_ariaDetails",
716
730
  "_disabled",
717
731
  "_hideMsg",
718
732
  "_hideLabel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.3.0-rc.0",
3
+ "version": "4.3.0-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,11 +50,11 @@
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
52
  "vue": "3.5.34",
53
- "@public-ui/components": "4.3.0-rc.0"
53
+ "@public-ui/components": "4.3.0-rc.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "3.x",
57
- "@public-ui/components": "4.3.0-rc.0"
57
+ "@public-ui/components": "4.3.0-rc.2"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",