@public-ui/vue 2.0.2 → 2.0.4-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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -202,7 +202,8 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
202
202
|
]);
|
|
203
203
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
204
204
|
"_on",
|
|
205
|
-
"_requiredText"
|
|
205
|
+
"_requiredText",
|
|
206
|
+
"_errorList"
|
|
206
207
|
]);
|
|
207
208
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
208
209
|
"_label",
|
|
@@ -492,7 +493,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
492
493
|
"_role",
|
|
493
494
|
"_tabIndex",
|
|
494
495
|
"_target",
|
|
495
|
-
"_targetDescription",
|
|
496
496
|
"_tooltipAlign"
|
|
497
497
|
]);
|
|
498
498
|
const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
|
|
@@ -508,7 +508,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
508
508
|
"_role",
|
|
509
509
|
"_tabIndex",
|
|
510
510
|
"_target",
|
|
511
|
-
"_targetDescription",
|
|
512
511
|
"_tooltipAlign",
|
|
513
512
|
"_variant"
|
|
514
513
|
]);
|
|
@@ -629,7 +628,8 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
629
628
|
"_headers",
|
|
630
629
|
"_label",
|
|
631
630
|
"_minWidth",
|
|
632
|
-
"_pagination"
|
|
631
|
+
"_pagination",
|
|
632
|
+
"_paginationPosition"
|
|
633
633
|
]);
|
|
634
634
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
635
635
|
"_align",
|
package/dist/index.mjs
CHANGED
|
@@ -200,7 +200,8 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
|
200
200
|
]);
|
|
201
201
|
const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
202
202
|
"_on",
|
|
203
|
-
"_requiredText"
|
|
203
|
+
"_requiredText",
|
|
204
|
+
"_errorList"
|
|
204
205
|
]);
|
|
205
206
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
206
207
|
"_label",
|
|
@@ -490,7 +491,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
|
|
|
490
491
|
"_role",
|
|
491
492
|
"_tabIndex",
|
|
492
493
|
"_target",
|
|
493
|
-
"_targetDescription",
|
|
494
494
|
"_tooltipAlign"
|
|
495
495
|
]);
|
|
496
496
|
const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
|
|
@@ -506,7 +506,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
506
506
|
"_role",
|
|
507
507
|
"_tabIndex",
|
|
508
508
|
"_target",
|
|
509
|
-
"_targetDescription",
|
|
510
509
|
"_tooltipAlign",
|
|
511
510
|
"_variant"
|
|
512
511
|
]);
|
|
@@ -627,7 +626,8 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
|
|
|
627
626
|
"_headers",
|
|
628
627
|
"_label",
|
|
629
628
|
"_minWidth",
|
|
630
|
-
"_pagination"
|
|
629
|
+
"_pagination",
|
|
630
|
+
"_paginationPosition"
|
|
631
631
|
]);
|
|
632
632
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
633
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-rc.0",
|
|
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-rc.0",
|
|
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.
|
|
53
|
+
"vue": "3.4.15"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.
|
|
56
|
+
"@public-ui/components": "2.0.4-rc.0",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|