zhihao-ui 1.1.0 → 1.1.2

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.
Files changed (69) hide show
  1. package/dist/es/{Button-CUB5krFr.js → Button-Q7GkKwFF.js} +3 -2
  2. package/dist/es/DatePicker-D8LPaPf6.js +57 -0
  3. package/dist/es/DetailSubTitle-C5pVYJhX.js +35 -0
  4. package/dist/es/Dialog-BASeD5f8.js +74 -0
  5. package/dist/es/EditInfoPair-CM5piQwT.js +36 -0
  6. package/dist/es/FileWrapper-DN-KKB9p.js +77 -0
  7. package/dist/es/Grid-Ds-Jy0Mn.js +96 -0
  8. package/dist/es/InfoPair-CnBR3fy9.js +36 -0
  9. package/dist/es/Input-C1s8JqmI.js +88 -0
  10. package/dist/es/Loading-DELLXz7f.js +22 -0
  11. package/dist/es/MessageBox-26ImfgOR.js +100 -0
  12. package/dist/es/MoneyInput-Dt_ZE-zv.js +53 -0
  13. package/dist/es/PageHeadPanel-CdohXWA9.js +32 -0
  14. package/dist/es/ToolTips-CxyQMewg.js +37 -0
  15. package/dist/es/index.js +32 -5
  16. package/dist/es/{utils-Dj4hZBjs.js → utils-DBdiSe6_.js} +1 -1
  17. package/dist/es/vendor-mKFy0Hb6.js +12409 -0
  18. package/dist/index.css +1 -1
  19. package/dist/types/components/DatePicker/DatePicker.vue.d.ts +28 -0
  20. package/dist/types/components/DatePicker/index.d.ts +70 -0
  21. package/dist/types/components/DatePicker/types.d.ts +1 -0
  22. package/dist/types/components/DetailSubTitle/DetailSubTitle.vue.d.ts +30 -0
  23. package/dist/types/components/DetailSubTitle/index.d.ts +59 -0
  24. package/dist/types/components/DetailSubTitle/types.d.ts +7 -0
  25. package/dist/types/components/Dialog/Dialog.vue.d.ts +48 -0
  26. package/dist/types/components/Dialog/index.d.ts +77 -0
  27. package/dist/types/components/Dialog/types.d.ts +6 -0
  28. package/dist/types/components/EditInfoPair/EditInfoPair.vue.d.ts +30 -0
  29. package/dist/types/components/EditInfoPair/index.d.ts +59 -0
  30. package/dist/types/components/EditInfoPair/types.d.ts +1 -0
  31. package/dist/types/components/FileWrapper/FileWrapper.vue.d.ts +64 -0
  32. package/dist/types/components/FileWrapper/index.d.ts +119 -0
  33. package/dist/types/components/FileWrapper/types.d.ts +1 -0
  34. package/dist/types/components/Grid/Grid.vue.d.ts +65 -0
  35. package/dist/types/components/Grid/index.d.ts +107 -0
  36. package/dist/types/components/Grid/interface/index.d.ts +5 -0
  37. package/dist/types/components/Grid/types.d.ts +1 -0
  38. package/dist/types/components/InfoPair/InfoPair.vue.d.ts +30 -0
  39. package/dist/types/components/InfoPair/index.d.ts +59 -0
  40. package/dist/types/components/InfoPair/types.d.ts +1 -0
  41. package/dist/types/components/Input/Input.vue.d.ts +45 -0
  42. package/dist/types/components/Input/index.d.ts +72 -0
  43. package/dist/types/components/Input/types.d.ts +1 -0
  44. package/dist/types/components/InputNumber/InputNumber.vue.d.ts +33 -0
  45. package/dist/types/components/InputNumber/index.d.ts +67 -0
  46. package/dist/types/components/InputNumber/types.d.ts +1 -0
  47. package/dist/types/components/Loading/Loading.vue.d.ts +2 -0
  48. package/dist/types/components/Loading/index.d.ts +13 -0
  49. package/dist/types/components/Loading/types.d.ts +1 -0
  50. package/dist/types/components/MessageBox/MessageBox.vue.d.ts +219 -0
  51. package/dist/types/components/MessageBox/index.d.ts +343 -0
  52. package/dist/types/components/MessageBox/types.d.ts +20 -0
  53. package/dist/types/components/MoneyInput/MoneyInput.vue.d.ts +40 -0
  54. package/dist/types/components/MoneyInput/index.d.ts +67 -0
  55. package/dist/types/components/MoneyInput/types.d.ts +1 -0
  56. package/dist/types/components/PageHeadPanel/PageHeadPanel.vue.d.ts +30 -0
  57. package/dist/types/components/PageHeadPanel/index.d.ts +32 -0
  58. package/dist/types/components/PageHeadPanel/types.d.ts +1 -0
  59. package/dist/types/components/ToolTips/ToolTips.vue.d.ts +33 -0
  60. package/dist/types/components/ToolTips/index.d.ts +53 -0
  61. package/dist/types/components/ToolTips/types.d.ts +1 -0
  62. package/dist/types/components/const.d.ts +4 -0
  63. package/dist/types/components/index.d.ts +14 -0
  64. package/dist/types/components/utils.d.ts +4 -0
  65. package/dist/umd/index.css +1 -1
  66. package/dist/umd/index.umd.cjs +40 -1
  67. package/package.json +1 -1
  68. package/dist/es/vendor-Co4JjPth.js +0 -157
  69. package/dist/types/components/vitest.config.d.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhihao-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "components",
5
5
  "type": "module",
6
6
  "main": "./dist/umd/index.umd.cjs",
@@ -1,157 +0,0 @@
1
- var O = typeof global == "object" && global && global.Object === Object && global, B = typeof self == "object" && self && self.Object === Object && self, x = O || B || Function("return this")(), p = x.Symbol, w = Object.prototype, U = w.hasOwnProperty, M = w.toString, s = p ? p.toStringTag : void 0;
2
- function R(r) {
3
- var t = U.call(r, s), e = r[s];
4
- try {
5
- r[s] = void 0;
6
- var o = !0;
7
- } catch {
8
- }
9
- var i = M.call(r);
10
- return o && (t ? r[s] = e : delete r[s]), i;
11
- }
12
- var G = Object.prototype, L = G.toString;
13
- function N(r) {
14
- return L.call(r);
15
- }
16
- var _ = "[object Null]", C = "[object Undefined]", d = p ? p.toStringTag : void 0;
17
- function j(r) {
18
- return r == null ? r === void 0 ? C : _ : d && d in Object(r) ? R(r) : N(r);
19
- }
20
- function l(r) {
21
- return r != null && typeof r == "object";
22
- }
23
- var E = Array.isArray;
24
- function K(r) {
25
- var t = typeof r;
26
- return r != null && (t == "object" || t == "function");
27
- }
28
- function q(r) {
29
- return r;
30
- }
31
- var D = "[object AsyncFunction]", V = "[object Function]", X = "[object GeneratorFunction]", W = "[object Proxy]";
32
- function k(r) {
33
- if (!K(r))
34
- return !1;
35
- var t = j(r);
36
- return t == V || t == X || t == D || t == W;
37
- }
38
- function z(r, t) {
39
- for (var e = -1, o = r == null ? 0 : r.length; ++e < o && t(r[e], e, r) !== !1; )
40
- ;
41
- return r;
42
- }
43
- var H = 9007199254740991, J = /^(?:0|[1-9]\d*)$/;
44
- function Q(r, t) {
45
- var e = typeof r;
46
- return t = t ?? H, !!t && (e == "number" || e != "symbol" && J.test(r)) && r > -1 && r % 1 == 0 && r < t;
47
- }
48
- var Y = 9007199254740991;
49
- function $(r) {
50
- return typeof r == "number" && r > -1 && r % 1 == 0 && r <= Y;
51
- }
52
- function P(r) {
53
- return r != null && $(r.length) && !k(r);
54
- }
55
- var Z = Object.prototype;
56
- function rr(r) {
57
- var t = r && r.constructor, e = typeof t == "function" && t.prototype || Z;
58
- return r === e;
59
- }
60
- function tr(r, t) {
61
- for (var e = -1, o = Array(r); ++e < r; )
62
- o[e] = t(e);
63
- return o;
64
- }
65
- var er = "[object Arguments]";
66
- function T(r) {
67
- return l(r) && j(r) == er;
68
- }
69
- var S = Object.prototype, nr = S.hasOwnProperty, or = S.propertyIsEnumerable, ar = T(/* @__PURE__ */ function() {
70
- return arguments;
71
- }()) ? T : function(r) {
72
- return l(r) && nr.call(r, "callee") && !or.call(r, "callee");
73
- };
74
- function ir() {
75
- return !1;
76
- }
77
- var F = typeof exports == "object" && exports && !exports.nodeType && exports, h = F && typeof module == "object" && module && !module.nodeType && module, cr = h && h.exports === F, v = cr ? x.Buffer : void 0, fr = v ? v.isBuffer : void 0, ur = fr || ir, sr = "[object Arguments]", br = "[object Array]", gr = "[object Boolean]", pr = "[object Date]", yr = "[object Error]", jr = "[object Function]", lr = "[object Map]", dr = "[object Number]", Tr = "[object Object]", hr = "[object RegExp]", vr = "[object Set]", Ar = "[object String]", mr = "[object WeakMap]", Or = "[object ArrayBuffer]", xr = "[object DataView]", wr = "[object Float32Array]", Er = "[object Float64Array]", $r = "[object Int8Array]", Pr = "[object Int16Array]", Sr = "[object Int32Array]", Fr = "[object Uint8Array]", Ir = "[object Uint8ClampedArray]", Br = "[object Uint16Array]", Ur = "[object Uint32Array]", n = {};
78
- n[wr] = n[Er] = n[$r] = n[Pr] = n[Sr] = n[Fr] = n[Ir] = n[Br] = n[Ur] = !0;
79
- n[sr] = n[br] = n[Or] = n[gr] = n[xr] = n[pr] = n[yr] = n[jr] = n[lr] = n[dr] = n[Tr] = n[hr] = n[vr] = n[Ar] = n[mr] = !1;
80
- function Mr(r) {
81
- return l(r) && $(r.length) && !!n[j(r)];
82
- }
83
- function Rr(r) {
84
- return function(t) {
85
- return r(t);
86
- };
87
- }
88
- var I = typeof exports == "object" && exports && !exports.nodeType && exports, b = I && typeof module == "object" && module && !module.nodeType && module, Gr = b && b.exports === I, y = Gr && O.process, A = function() {
89
- try {
90
- var r = b && b.require && b.require("util").types;
91
- return r || y && y.binding && y.binding("util");
92
- } catch {
93
- }
94
- }(), m = A && A.isTypedArray, Lr = m ? Rr(m) : Mr, Nr = Object.prototype, _r = Nr.hasOwnProperty;
95
- function Cr(r, t) {
96
- var e = E(r), o = !e && ar(r), i = !e && !o && ur(r), a = !e && !o && !i && Lr(r), f = e || o || i || a, u = f ? tr(r.length, String) : [], g = u.length;
97
- for (var c in r)
98
- _r.call(r, c) && !(f && // Safari 9 has enumerable `arguments.length` in strict mode.
99
- (c == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
100
- i && (c == "offset" || c == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
101
- a && (c == "buffer" || c == "byteLength" || c == "byteOffset") || // Skip index properties.
102
- Q(c, g))) && u.push(c);
103
- return u;
104
- }
105
- function Kr(r, t) {
106
- return function(e) {
107
- return r(t(e));
108
- };
109
- }
110
- var qr = Kr(Object.keys, Object), Dr = Object.prototype, Vr = Dr.hasOwnProperty;
111
- function Xr(r) {
112
- if (!rr(r))
113
- return qr(r);
114
- var t = [];
115
- for (var e in Object(r))
116
- Vr.call(r, e) && e != "constructor" && t.push(e);
117
- return t;
118
- }
119
- function Wr(r) {
120
- return P(r) ? Cr(r) : Xr(r);
121
- }
122
- function kr(r) {
123
- return function(t, e, o) {
124
- for (var i = -1, a = Object(t), f = o(t), u = f.length; u--; ) {
125
- var g = f[++i];
126
- if (e(a[g], g, a) === !1)
127
- break;
128
- }
129
- return t;
130
- };
131
- }
132
- var zr = kr();
133
- function Hr(r, t) {
134
- return r && zr(r, t, Wr);
135
- }
136
- function Jr(r, t) {
137
- return function(e, o) {
138
- if (e == null)
139
- return e;
140
- if (!P(e))
141
- return r(e, o);
142
- for (var i = e.length, a = -1, f = Object(e); ++a < i && o(f[a], a, f) !== !1; )
143
- ;
144
- return e;
145
- };
146
- }
147
- var Qr = Jr(Hr);
148
- function Yr(r) {
149
- return typeof r == "function" ? r : q;
150
- }
151
- function Zr(r, t) {
152
- var e = E(r) ? z : Qr;
153
- return e(r, Yr(t));
154
- }
155
- export {
156
- Zr as f
157
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vite').UserConfig;
2
- export default _default;