@public-ui/vue 3.0.2-rc.1 → 3.0.2-rc.3

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",
@@ -726,7 +729,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
726
729
  "_accessKey",
727
730
  "_adjustHeight",
728
731
  "_disabled",
729
- "_hasCounter",
730
732
  "_hideMsg",
731
733
  "_hideLabel",
732
734
  "_hint",
@@ -734,6 +736,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
734
736
  "_id",
735
737
  "_label",
736
738
  "_maxLength",
739
+ "_hasCounter",
740
+ "_maxLengthBehavior",
737
741
  "_msg",
738
742
  "_name",
739
743
  "_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",
@@ -724,7 +727,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
724
727
  "_accessKey",
725
728
  "_adjustHeight",
726
729
  "_disabled",
727
- "_hasCounter",
728
730
  "_hideMsg",
729
731
  "_hideLabel",
730
732
  "_hint",
@@ -732,6 +734,8 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
732
734
  "_id",
733
735
  "_label",
734
736
  "_maxLength",
737
+ "_hasCounter",
738
+ "_maxLengthBehavior",
735
739
  "_msg",
736
740
  "_name",
737
741
  "_on",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-rc.1",
3
+ "version": "3.0.2-rc.3",
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.1"
55
+ "@public-ui/components": "3.0.2-rc.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-rc.1"
59
+ "@public-ui/components": "3.0.2-rc.3"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",