@public-ui/vue 3.0.2-rc.2 → 3.0.2-rc.4

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
@@ -305,8 +305,9 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
305
305
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
306
306
  "_accessKey",
307
307
  "_autoComplete",
308
- "_disabled",
309
308
  "_hasCounter",
309
+ "_maxLengthBehavior",
310
+ "_disabled",
310
311
  "_hideMsg",
311
312
  "_hideLabel",
312
313
  "_hint",
@@ -381,8 +382,9 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
381
382
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
382
383
  "_accessKey",
383
384
  "_autoComplete",
384
- "_disabled",
385
385
  "_hasCounter",
386
+ "_maxLengthBehavior",
387
+ "_disabled",
386
388
  "_hideMsg",
387
389
  "_hideLabel",
388
390
  "_hint",
@@ -449,8 +451,9 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
449
451
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
450
452
  "_accessKey",
451
453
  "_autoComplete",
452
- "_disabled",
453
454
  "_hasCounter",
455
+ "_maxLengthBehavior",
456
+ "_disabled",
454
457
  "_hideMsg",
455
458
  "_hideLabel",
456
459
  "_hint",
@@ -666,6 +669,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
666
669
  ]);
667
670
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
668
671
  "_show",
672
+ "_label",
669
673
  "_variant"
670
674
  ]);
671
675
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
@@ -726,7 +730,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
726
730
  "_accessKey",
727
731
  "_adjustHeight",
728
732
  "_disabled",
729
- "_hasCounter",
730
733
  "_hideMsg",
731
734
  "_hideLabel",
732
735
  "_hint",
@@ -734,6 +737,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
734
737
  "_id",
735
738
  "_label",
736
739
  "_maxLength",
740
+ "_hasCounter",
741
+ "_maxLengthBehavior",
737
742
  "_msg",
738
743
  "_name",
739
744
  "_on",
package/dist/index.mjs CHANGED
@@ -303,8 +303,9 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
303
303
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
304
304
  "_accessKey",
305
305
  "_autoComplete",
306
- "_disabled",
307
306
  "_hasCounter",
307
+ "_maxLengthBehavior",
308
+ "_disabled",
308
309
  "_hideMsg",
309
310
  "_hideLabel",
310
311
  "_hint",
@@ -379,8 +380,9 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
379
380
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
380
381
  "_accessKey",
381
382
  "_autoComplete",
382
- "_disabled",
383
383
  "_hasCounter",
384
+ "_maxLengthBehavior",
385
+ "_disabled",
384
386
  "_hideMsg",
385
387
  "_hideLabel",
386
388
  "_hint",
@@ -447,8 +449,9 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
447
449
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
448
450
  "_accessKey",
449
451
  "_autoComplete",
450
- "_disabled",
451
452
  "_hasCounter",
453
+ "_maxLengthBehavior",
454
+ "_disabled",
452
455
  "_hideMsg",
453
456
  "_hideLabel",
454
457
  "_hint",
@@ -664,6 +667,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
664
667
  ]);
665
668
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
666
669
  "_show",
670
+ "_label",
667
671
  "_variant"
668
672
  ]);
669
673
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
@@ -724,7 +728,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
724
728
  "_accessKey",
725
729
  "_adjustHeight",
726
730
  "_disabled",
727
- "_hasCounter",
728
731
  "_hideMsg",
729
732
  "_hideLabel",
730
733
  "_hint",
@@ -732,6 +735,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
732
735
  "_id",
733
736
  "_label",
734
737
  "_maxLength",
738
+ "_hasCounter",
739
+ "_maxLengthBehavior",
735
740
  "_msg",
736
741
  "_name",
737
742
  "_on",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-rc.2",
3
+ "version": "3.0.2-rc.4",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.8.3",
53
53
  "unbuild": "3.5.0",
54
54
  "vue": "3.5.16",
55
- "@public-ui/components": "3.0.2-rc.2"
55
+ "@public-ui/components": "3.0.2-rc.4"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-rc.2"
59
+ "@public-ui/components": "3.0.2-rc.4"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",