@public-ui/vue 4.3.0 → 4.3.1-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 -1
- package/dist/index.mjs +4 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -167,8 +167,10 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
167
167
|
const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
168
168
|
"_on",
|
|
169
169
|
"_hasCloser",
|
|
170
|
+
"_href",
|
|
170
171
|
"_label",
|
|
171
|
-
"_level"
|
|
172
|
+
"_level",
|
|
173
|
+
"_target"
|
|
172
174
|
]);
|
|
173
175
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
174
176
|
"_accessKey",
|
|
@@ -473,6 +475,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
473
475
|
"_hideLabel",
|
|
474
476
|
"_hint",
|
|
475
477
|
"_icons",
|
|
478
|
+
"_infoPopover",
|
|
476
479
|
"_label",
|
|
477
480
|
"_maxLength",
|
|
478
481
|
"_msg",
|
package/dist/index.mjs
CHANGED
|
@@ -165,8 +165,10 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
|
|
|
165
165
|
const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
166
166
|
"_on",
|
|
167
167
|
"_hasCloser",
|
|
168
|
+
"_href",
|
|
168
169
|
"_label",
|
|
169
|
-
"_level"
|
|
170
|
+
"_level",
|
|
171
|
+
"_target"
|
|
170
172
|
]);
|
|
171
173
|
const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
172
174
|
"_accessKey",
|
|
@@ -471,6 +473,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
|
|
|
471
473
|
"_hideLabel",
|
|
472
474
|
"_hint",
|
|
473
475
|
"_icons",
|
|
476
|
+
"_infoPopover",
|
|
474
477
|
"_label",
|
|
475
478
|
"_maxLength",
|
|
476
479
|
"_msg",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "4.3.0",
|
|
3
|
+
"version": "4.3.1-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -50,11 +50,11 @@
|
|
|
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"
|
|
53
|
+
"@public-ui/components": "4.3.1-rc.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"vue": "3.x",
|
|
57
|
-
"@public-ui/components": "4.3.0"
|
|
57
|
+
"@public-ui/components": "4.3.1-rc.0"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"type": "module",
|