@public-ui/vue 3.0.0-alpha.0 → 3.0.0-alpha.1
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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -532,6 +532,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
532
532
|
"_readOnly",
|
|
533
533
|
"_required",
|
|
534
534
|
"_shortKey",
|
|
535
|
+
"_spellCheck",
|
|
535
536
|
"_suggestions",
|
|
536
537
|
"_smartButton",
|
|
537
538
|
"_syncValueBySelector",
|
|
@@ -775,6 +776,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
775
776
|
"_required",
|
|
776
777
|
"_rows",
|
|
777
778
|
"_shortKey",
|
|
779
|
+
"_spellCheck",
|
|
778
780
|
"_syncValueBySelector",
|
|
779
781
|
"_tabIndex",
|
|
780
782
|
"_tooltipAlign",
|
package/dist/index.mjs
CHANGED
|
@@ -530,6 +530,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
530
530
|
"_readOnly",
|
|
531
531
|
"_required",
|
|
532
532
|
"_shortKey",
|
|
533
|
+
"_spellCheck",
|
|
533
534
|
"_suggestions",
|
|
534
535
|
"_smartButton",
|
|
535
536
|
"_syncValueBySelector",
|
|
@@ -773,6 +774,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
773
774
|
"_required",
|
|
774
775
|
"_rows",
|
|
775
776
|
"_shortKey",
|
|
777
|
+
"_spellCheck",
|
|
776
778
|
"_syncValueBySelector",
|
|
777
779
|
"_tabIndex",
|
|
778
780
|
"_tooltipAlign",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
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.6.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
54
|
"vue": "3.4.21",
|
|
55
|
-
"@public-ui/components": "3.0.0-alpha.
|
|
55
|
+
"@public-ui/components": "3.0.0-alpha.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": ">=3",
|
|
59
|
-
"@public-ui/components": "3.0.0-alpha.
|
|
59
|
+
"@public-ui/components": "3.0.0-alpha.1"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|