gzhr-ui 1.0.7 → 1.0.8
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/es/{button-SNw2ksf8.mjs → button-CJ1kU7r2.mjs} +1 -1
- package/dist/es/{icon-CeMk3Ylp.mjs → icon-DOZyC-Pg.mjs} +2 -2
- package/dist/es/index.mjs +5 -5
- package/dist/es/{table-Bd18DIix.mjs → table-D0LUBbI6.mjs} +236 -268
- package/dist/es/{utils-Dd9X6z8S.mjs → utils-T1zvC3Cf.mjs} +1 -1
- package/dist/es/{vendor-KKVz0fCP.mjs → vendor-WGaPw_tu.mjs} +1 -2
- package/dist/index.css +1 -1
- package/dist/types/components/table/index.d.ts +8223 -3
- package/dist/types/components/table/src/index.vue.d.ts +2742 -2
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +7 -7
- package/package.json +1 -1
- package/dist/types/components/button/demo.d.ts +0 -12
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as e, defineComponent as r, createVNode as _ } from "vue";
|
|
2
|
-
import { _ as n, w as s } from "./utils-
|
|
2
|
+
import { _ as n, w as s } from "./utils-T1zvC3Cf.mjs";
|
|
3
3
|
const a = {};
|
|
4
4
|
function m(o, c) {
|
|
5
5
|
return t(), e("div", null, "demo");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as g, computed as s, unref as l, openBlock as t, createBlock as p, normalizeClass as i, withCtx as h, createElementBlock as c, normalizeStyle as k, createElementVNode as I, mergeProps as z } from "vue";
|
|
2
|
-
import { E as C, I as _ } from "./vendor-
|
|
3
|
-
import { w as $ } from "./utils-
|
|
2
|
+
import { E as C, I as _ } from "./vendor-WGaPw_tu.mjs";
|
|
3
|
+
import { w as $ } from "./utils-T1zvC3Cf.mjs";
|
|
4
4
|
const H = { key: 0 }, E = ["xlink:href"], S = /* @__PURE__ */ g({
|
|
5
5
|
name: "HrIcon",
|
|
6
6
|
__name: "icon",
|
package/dist/es/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { m as o } from "./utils-
|
|
1
|
+
import { m as o } from "./utils-T1zvC3Cf.mjs";
|
|
2
2
|
import "vue";
|
|
3
|
-
import { H as r } from "./button-
|
|
4
|
-
import { H as t } from "./table-
|
|
5
|
-
import { H as m } from "./icon-
|
|
6
|
-
import { A as a } from "./vendor-
|
|
3
|
+
import { H as r } from "./button-CJ1kU7r2.mjs";
|
|
4
|
+
import { H as t } from "./table-D0LUBbI6.mjs";
|
|
5
|
+
import { H as m } from "./icon-DOZyC-Pg.mjs";
|
|
6
|
+
import { A as a } from "./vendor-WGaPw_tu.mjs";
|
|
7
7
|
const s = [r, t, m, a], H = o(s);
|
|
8
8
|
export {
|
|
9
9
|
r as HrButton,
|