@public-ui/vue 4.2.0-rc.1 → 4.2.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
@@ -189,7 +189,8 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
189
189
  "_syncValueBySelector",
190
190
  "_tooltipAlign",
191
191
  "_touched",
192
- "_value"
192
+ "_value",
193
+ "_variant"
193
194
  ]);
194
195
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
195
196
  "_disabled",
@@ -274,7 +275,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
274
275
  "_syncValueBySelector",
275
276
  "_tooltipAlign",
276
277
  "_touched",
277
- "_value"
278
+ "_value",
279
+ "_variant"
278
280
  ]);
279
281
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
280
282
  "_accessKey",
@@ -300,7 +302,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
300
302
  "_tooltipAlign",
301
303
  "_touched",
302
304
  "_type",
303
- "_value"
305
+ "_value",
306
+ "_variant"
304
307
  ]);
305
308
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
306
309
  "_accessKey",
@@ -328,7 +331,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
328
331
  "_syncValueBySelector",
329
332
  "_tooltipAlign",
330
333
  "_touched",
331
- "_value"
334
+ "_value",
335
+ "_variant"
332
336
  ]);
333
337
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
334
338
  "_accept",
@@ -348,7 +352,8 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
348
352
  "_smartButton",
349
353
  "_syncValueBySelector",
350
354
  "_tooltipAlign",
351
- "_touched"
355
+ "_touched",
356
+ "_variant"
352
357
  ]);
353
358
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
354
359
  "_accessKey",
@@ -374,7 +379,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
374
379
  "_syncValueBySelector",
375
380
  "_tooltipAlign",
376
381
  "_touched",
377
- "_value"
382
+ "_value",
383
+ "_variant"
378
384
  ]);
379
385
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
380
386
  "_accessKey",
@@ -401,7 +407,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
401
407
  "_tooltipAlign",
402
408
  "_touched",
403
409
  "_value",
404
- "_variant"
410
+ "_variant",
411
+ "_visibilityToggle"
405
412
  ]);
406
413
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
407
414
  "_disabled",
@@ -418,7 +425,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
418
425
  "_syncValueBySelector",
419
426
  "_tooltipAlign",
420
427
  "_touched",
421
- "_value"
428
+ "_value",
429
+ "_variant"
422
430
  ]);
423
431
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
424
432
  "_accessKey",
@@ -440,7 +448,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
440
448
  "_syncValueBySelector",
441
449
  "_tooltipAlign",
442
450
  "_touched",
443
- "_value"
451
+ "_value",
452
+ "_variant"
444
453
  ]);
445
454
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
446
455
  "_accessKey",
@@ -469,7 +478,8 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
469
478
  "_tooltipAlign",
470
479
  "_touched",
471
480
  "_type",
472
- "_value"
481
+ "_value",
482
+ "_variant"
473
483
  ]);
474
484
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
475
485
  "_color",
@@ -604,7 +614,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
604
614
  "_tabIndex",
605
615
  "_tooltipAlign",
606
616
  "_touched",
607
- "_value"
617
+ "_value",
618
+ "_variant"
608
619
  ]);
609
620
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
610
621
  "_accessKey",
@@ -626,7 +637,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
626
637
  "_touched",
627
638
  "_value",
628
639
  "_hasClearButton",
629
- "_rows"
640
+ "_rows",
641
+ "_variant"
630
642
  ]);
631
643
  const KolSkeleton = /* @__PURE__ */ defineContainer("kol-skeleton", void 0, [
632
644
  "_name",
@@ -722,7 +734,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
722
734
  "_syncValueBySelector",
723
735
  "_tooltipAlign",
724
736
  "_touched",
725
- "_value"
737
+ "_value",
738
+ "_variant"
726
739
  ]);
727
740
  const KolToolbar = /* @__PURE__ */ defineContainer("kol-toolbar", void 0, [
728
741
  "_label",
package/dist/index.mjs CHANGED
@@ -187,7 +187,8 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
187
187
  "_syncValueBySelector",
188
188
  "_tooltipAlign",
189
189
  "_touched",
190
- "_value"
190
+ "_value",
191
+ "_variant"
191
192
  ]);
192
193
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
193
194
  "_disabled",
@@ -272,7 +273,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
272
273
  "_syncValueBySelector",
273
274
  "_tooltipAlign",
274
275
  "_touched",
275
- "_value"
276
+ "_value",
277
+ "_variant"
276
278
  ]);
277
279
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
278
280
  "_accessKey",
@@ -298,7 +300,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
298
300
  "_tooltipAlign",
299
301
  "_touched",
300
302
  "_type",
301
- "_value"
303
+ "_value",
304
+ "_variant"
302
305
  ]);
303
306
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
304
307
  "_accessKey",
@@ -326,7 +329,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
326
329
  "_syncValueBySelector",
327
330
  "_tooltipAlign",
328
331
  "_touched",
329
- "_value"
332
+ "_value",
333
+ "_variant"
330
334
  ]);
331
335
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
332
336
  "_accept",
@@ -346,7 +350,8 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
346
350
  "_smartButton",
347
351
  "_syncValueBySelector",
348
352
  "_tooltipAlign",
349
- "_touched"
353
+ "_touched",
354
+ "_variant"
350
355
  ]);
351
356
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
352
357
  "_accessKey",
@@ -372,7 +377,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
372
377
  "_syncValueBySelector",
373
378
  "_tooltipAlign",
374
379
  "_touched",
375
- "_value"
380
+ "_value",
381
+ "_variant"
376
382
  ]);
377
383
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
378
384
  "_accessKey",
@@ -399,7 +405,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
399
405
  "_tooltipAlign",
400
406
  "_touched",
401
407
  "_value",
402
- "_variant"
408
+ "_variant",
409
+ "_visibilityToggle"
403
410
  ]);
404
411
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
405
412
  "_disabled",
@@ -416,7 +423,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
416
423
  "_syncValueBySelector",
417
424
  "_tooltipAlign",
418
425
  "_touched",
419
- "_value"
426
+ "_value",
427
+ "_variant"
420
428
  ]);
421
429
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
422
430
  "_accessKey",
@@ -438,7 +446,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
438
446
  "_syncValueBySelector",
439
447
  "_tooltipAlign",
440
448
  "_touched",
441
- "_value"
449
+ "_value",
450
+ "_variant"
442
451
  ]);
443
452
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
444
453
  "_accessKey",
@@ -467,7 +476,8 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
467
476
  "_tooltipAlign",
468
477
  "_touched",
469
478
  "_type",
470
- "_value"
479
+ "_value",
480
+ "_variant"
471
481
  ]);
472
482
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
473
483
  "_color",
@@ -602,7 +612,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
602
612
  "_tabIndex",
603
613
  "_tooltipAlign",
604
614
  "_touched",
605
- "_value"
615
+ "_value",
616
+ "_variant"
606
617
  ]);
607
618
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
608
619
  "_accessKey",
@@ -624,7 +635,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
624
635
  "_touched",
625
636
  "_value",
626
637
  "_hasClearButton",
627
- "_rows"
638
+ "_rows",
639
+ "_variant"
628
640
  ]);
629
641
  const KolSkeleton = /* @__PURE__ */ defineContainer("kol-skeleton", void 0, [
630
642
  "_name",
@@ -720,7 +732,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
720
732
  "_syncValueBySelector",
721
733
  "_tooltipAlign",
722
734
  "_touched",
723
- "_value"
735
+ "_value",
736
+ "_variant"
724
737
  ]);
725
738
  const KolToolbar = /* @__PURE__ */ defineContainer("kol-toolbar", void 0, [
726
739
  "_label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.2.0-rc.1",
3
+ "version": "4.2.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.2.0-rc.1"
53
+ "@public-ui/components": "4.2.0-rc.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "3.x",
57
- "@public-ui/components": "4.2.0-rc.1"
57
+ "@public-ui/components": "4.2.0-rc.2"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",