@public-ui/vue 2.0.3 → 2.0.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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -628,7 +628,8 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
628
628
|
"_headers",
|
|
629
629
|
"_label",
|
|
630
630
|
"_minWidth",
|
|
631
|
-
"_pagination"
|
|
631
|
+
"_pagination",
|
|
632
|
+
"_paginationPosition"
|
|
632
633
|
]);
|
|
633
634
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
634
635
|
"_align",
|
package/dist/index.mjs
CHANGED
|
@@ -626,7 +626,8 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
626
626
|
"_headers",
|
|
627
627
|
"_label",
|
|
628
628
|
"_minWidth",
|
|
629
|
-
"_pagination"
|
|
629
|
+
"_pagination",
|
|
630
|
+
"_paginationPosition"
|
|
630
631
|
]);
|
|
631
632
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
632
633
|
"_align",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/types": "7.23.6",
|
|
46
|
-
"@public-ui/components": "2.0.
|
|
46
|
+
"@public-ui/components": "2.0.4",
|
|
47
47
|
"@types/minimatch": "5.1.2",
|
|
48
48
|
"@types/minimist": "1.2.5",
|
|
49
49
|
"@types/node": "ts5.3",
|
|
50
50
|
"@types/normalize-package-data": "2.4.4",
|
|
51
51
|
"typescript": "5.3.3",
|
|
52
52
|
"unbuild": "1.2.1",
|
|
53
|
-
"vue": "3.4.
|
|
53
|
+
"vue": "3.4.15"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.
|
|
56
|
+
"@public-ui/components": "2.0.4",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|