@kiva/kv-components 10.1.0 → 10.2.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/vue/KvChip.js +17 -21
- package/package.json +2 -2
package/dist/vue/KvChip.js
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { resolveComponent as
|
|
1
|
+
import i from "./KvChip2.js";
|
|
2
|
+
import { resolveComponent as l, openBlock as s, createElementBlock as w, renderSlot as a, createVNode as p } from "vue";
|
|
3
3
|
import m from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
class: "tw-w-2 tw-h-2",
|
|
18
|
-
"from-sprite": !0
|
|
19
|
-
}, null, 8, ["icon"])
|
|
20
|
-
])
|
|
4
|
+
function d(o, e, f, r, u, t) {
|
|
5
|
+
const n = l("kv-material-icon");
|
|
6
|
+
return s(), w("button", {
|
|
7
|
+
type: "button",
|
|
8
|
+
class: "tw-inline-flex tw-items-center tw-gap-1 tw-whitespace-nowrap tw-select-none tw-cursor-pointer tw-rounded-sm tw-border tw-px-2 tw-py-1 tw-text-base tw-bg-white hover:tw-bg-eco-green-1 tw-text-eco-green-4 tw-border-gray-300",
|
|
9
|
+
onClick: e[0] || (e[0] = (...c) => t.handleClick && t.handleClick(...c))
|
|
10
|
+
}, [
|
|
11
|
+
a(o.$slots, "default"),
|
|
12
|
+
p(n, {
|
|
13
|
+
icon: r.mdiClose,
|
|
14
|
+
class: "tw-w-2 tw-h-2 tw-shrink-0",
|
|
15
|
+
"from-sprite": !0
|
|
16
|
+
}, null, 8, ["icon"])
|
|
21
17
|
]);
|
|
22
18
|
}
|
|
23
|
-
const
|
|
19
|
+
const h = /* @__PURE__ */ m(i, [["render", d]]);
|
|
24
20
|
export {
|
|
25
|
-
|
|
21
|
+
h as default
|
|
26
22
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"fuse.js": "^7.1.0"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "b677af2f5444dbd3bda8eee6aa99695cb1928747"
|
|
116
116
|
}
|