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