@public-ui/vue 4.3.0-rc.4 → 4.3.0-rc.6
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
|
@@ -11,7 +11,7 @@ const ROUTER_LINK_VALUE = "routerLink";
|
|
|
11
11
|
const NAV_MANAGER = "navManager";
|
|
12
12
|
const ROUTER_PROP_PREFIX = "router";
|
|
13
13
|
const ARIA_PROP_PREFIX = "aria";
|
|
14
|
-
const EMPTY_PROP =
|
|
14
|
+
const EMPTY_PROP = Symbol();
|
|
15
15
|
const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
|
|
16
16
|
const getComponentClasses = (classes) => {
|
|
17
17
|
return classes?.split(" ") || [];
|
|
@@ -528,6 +528,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
528
528
|
"_hideLabel",
|
|
529
529
|
"_href",
|
|
530
530
|
"_icons",
|
|
531
|
+
"_inline",
|
|
531
532
|
"_label",
|
|
532
533
|
"_on",
|
|
533
534
|
"_role",
|
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ const ROUTER_LINK_VALUE = "routerLink";
|
|
|
9
9
|
const NAV_MANAGER = "navManager";
|
|
10
10
|
const ROUTER_PROP_PREFIX = "router";
|
|
11
11
|
const ARIA_PROP_PREFIX = "aria";
|
|
12
|
-
const EMPTY_PROP =
|
|
12
|
+
const EMPTY_PROP = Symbol();
|
|
13
13
|
const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
|
|
14
14
|
const getComponentClasses = (classes) => {
|
|
15
15
|
return classes?.split(" ") || [];
|
|
@@ -526,6 +526,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
526
526
|
"_hideLabel",
|
|
527
527
|
"_href",
|
|
528
528
|
"_icons",
|
|
529
|
+
"_inline",
|
|
529
530
|
"_label",
|
|
530
531
|
"_on",
|
|
531
532
|
"_role",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "4.3.0-rc.
|
|
3
|
+
"version": "4.3.0-rc.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/types": "7.29.7",
|
|
49
|
-
"minimatch": "10.2.
|
|
49
|
+
"minimatch": "10.2.6",
|
|
50
50
|
"typescript": "5.9.3",
|
|
51
51
|
"unbuild": "3.6.1",
|
|
52
52
|
"vue": "3.5.34",
|
|
53
|
-
"@public-ui/components": "4.3.0-rc.
|
|
53
|
+
"@public-ui/components": "4.3.0-rc.6"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"vue": "3.x",
|
|
57
|
-
"@public-ui/components": "4.3.0-rc.
|
|
57
|
+
"@public-ui/components": "4.3.0-rc.6"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"type": "module",
|