@public-ui/vue 2.1.1 → 2.1.2
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 +7 -2
- package/dist/index.mjs +7 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -673,7 +673,9 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
673
673
|
"_label",
|
|
674
674
|
"_minWidth",
|
|
675
675
|
"_pagination",
|
|
676
|
-
"_paginationPosition"
|
|
676
|
+
"_paginationPosition",
|
|
677
|
+
"_selection",
|
|
678
|
+
"_on"
|
|
677
679
|
]);
|
|
678
680
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
679
681
|
"_allowMultiSort",
|
|
@@ -683,7 +685,9 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
683
685
|
"_label",
|
|
684
686
|
"_minWidth",
|
|
685
687
|
"_pagination",
|
|
686
|
-
"_paginationPosition"
|
|
688
|
+
"_paginationPosition",
|
|
689
|
+
"_selection",
|
|
690
|
+
"_on"
|
|
687
691
|
]);
|
|
688
692
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
689
693
|
"_data",
|
|
@@ -711,6 +715,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
711
715
|
"_hideError",
|
|
712
716
|
"_hideLabel",
|
|
713
717
|
"_hint",
|
|
718
|
+
"_icons",
|
|
714
719
|
"_id",
|
|
715
720
|
"_label",
|
|
716
721
|
"_maxLength",
|
package/dist/index.mjs
CHANGED
|
@@ -671,7 +671,9 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
671
671
|
"_label",
|
|
672
672
|
"_minWidth",
|
|
673
673
|
"_pagination",
|
|
674
|
-
"_paginationPosition"
|
|
674
|
+
"_paginationPosition",
|
|
675
|
+
"_selection",
|
|
676
|
+
"_on"
|
|
675
677
|
]);
|
|
676
678
|
const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
|
|
677
679
|
"_allowMultiSort",
|
|
@@ -681,7 +683,9 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
681
683
|
"_label",
|
|
682
684
|
"_minWidth",
|
|
683
685
|
"_pagination",
|
|
684
|
-
"_paginationPosition"
|
|
686
|
+
"_paginationPosition",
|
|
687
|
+
"_selection",
|
|
688
|
+
"_on"
|
|
685
689
|
]);
|
|
686
690
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
687
691
|
"_data",
|
|
@@ -709,6 +713,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
709
713
|
"_hideError",
|
|
710
714
|
"_hideLabel",
|
|
711
715
|
"_hint",
|
|
716
|
+
"_icons",
|
|
712
717
|
"_id",
|
|
713
718
|
"_label",
|
|
714
719
|
"_maxLength",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"vue"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "7.24.
|
|
48
|
+
"@babel/types": "7.24.7",
|
|
49
49
|
"@types/minimatch": "5.1.2",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/node": "ts5.4",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"typescript": "5.4.5",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
55
|
"vue": "3.4.21",
|
|
56
|
-
"@public-ui/components": "2.1.
|
|
56
|
+
"@public-ui/components": "2.1.2"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"vue": ">=3",
|
|
60
|
-
"@public-ui/components": "2.1.
|
|
60
|
+
"@public-ui/components": "2.1.2"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"type": "module",
|