@public-ui/vue 2.1.7 → 2.1.8-rc.0
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 +5 -6
package/dist/index.cjs
CHANGED
|
@@ -276,6 +276,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
276
276
|
"_id",
|
|
277
277
|
"_indeterminate",
|
|
278
278
|
"_label",
|
|
279
|
+
"_labelAlign",
|
|
279
280
|
"_msg",
|
|
280
281
|
"_name",
|
|
281
282
|
"_on",
|
|
@@ -729,6 +730,7 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
729
730
|
]);
|
|
730
731
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
731
732
|
"_align",
|
|
733
|
+
"_behavior",
|
|
732
734
|
"_label",
|
|
733
735
|
"_on",
|
|
734
736
|
"_selected",
|
package/dist/index.mjs
CHANGED
|
@@ -274,6 +274,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
|
|
|
274
274
|
"_id",
|
|
275
275
|
"_indeterminate",
|
|
276
276
|
"_label",
|
|
277
|
+
"_labelAlign",
|
|
277
278
|
"_msg",
|
|
278
279
|
"_name",
|
|
279
280
|
"_on",
|
|
@@ -727,6 +728,7 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
727
728
|
]);
|
|
728
729
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
729
730
|
"_align",
|
|
731
|
+
"_behavior",
|
|
730
732
|
"_label",
|
|
731
733
|
"_on",
|
|
732
734
|
"_selected",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,19 +45,18 @@
|
|
|
45
45
|
"vue"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "7.25.
|
|
48
|
+
"@babel/types": "7.25.6",
|
|
49
49
|
"@types/minimatch": "5.1.2",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
|
-
"@types/node": "ts5.4",
|
|
52
51
|
"@types/normalize-package-data": "2.4.4",
|
|
53
|
-
"typescript": "5.
|
|
52
|
+
"typescript": "5.6.2",
|
|
54
53
|
"unbuild": "1.2.1",
|
|
55
54
|
"vue": "3.4.21",
|
|
56
|
-
"@public-ui/components": "2.1.
|
|
55
|
+
"@public-ui/components": "2.1.8-rc.0"
|
|
57
56
|
},
|
|
58
57
|
"peerDependencies": {
|
|
59
58
|
"vue": ">=3",
|
|
60
|
-
"@public-ui/components": "2.1.
|
|
59
|
+
"@public-ui/components": "2.1.8-rc.0"
|
|
61
60
|
},
|
|
62
61
|
"sideEffects": false,
|
|
63
62
|
"type": "module",
|