zhihao-ui 1.3.47 → 1.3.50

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 (51) hide show
  1. package/dist/es/{BaseInfo-BQ9mgGZQ.js → BaseInfo-Cu3ME-K_.js} +1 -1
  2. package/dist/es/{BaseItem-CEFYU-vZ.js → BaseItem-Co7KlYD6.js} +3 -3
  3. package/dist/es/{Button-BdGo3Kfv.js → Button-Dp3Eoz3O.js} +2 -2
  4. package/dist/es/DatePicker-BilQVlgi.js +57 -0
  5. package/dist/es/{DetailHeader-70m7dEou.js → DetailHeader-DTHE-pQa.js} +3 -3
  6. package/dist/es/{DetailSubTitle-CqcoW7Qc.js → DetailSubTitle-BG-q2NNN.js} +2 -2
  7. package/dist/es/{Dialog-Cib_m5sM.js → Dialog-B0N_UsO3.js} +3 -3
  8. package/dist/es/DiyDataTable-BQaaClFf.js +331 -0
  9. package/dist/es/{EditInfoPair-CIN0LGcX.js → EditInfoPair-DwrwCanm.js} +3 -3
  10. package/dist/es/{FileWrapper-kRc7s3wS.js → FileWrapper-BDK8YvRB.js} +4 -4
  11. package/dist/es/{Grid-YHrIHuuu.js → Grid-pVjqXcmJ.js} +2 -2
  12. package/dist/es/{InfoPair-Dg0qbY3Z.js → InfoPair-lu2zDhpQ.js} +3 -3
  13. package/dist/es/{Input-uOt745UZ.js → Input-Du4ztfNG.js} +14 -14
  14. package/dist/es/{Loading-C_6ERpeb.js → Loading-Dc9138dn.js} +2 -2
  15. package/dist/es/Map-BnrPdkzo.js +2280 -0
  16. package/dist/es/{MessageBox-h_sFrr4D.js → MessageBox-CJMqwEqr.js} +2 -2
  17. package/dist/es/{MoneyInput-n52E-q_5.js → MoneyInput-CJxSKPIk.js} +5 -5
  18. package/dist/es/{PageHeadPanel-DLs1xYME.js → PageHeadPanel-BChW8Tal.js} +2 -2
  19. package/dist/es/Table-CzNjEPnP.js +1155 -0
  20. package/dist/es/{ToolTips-CSVL9wbb.js → ToolTips-Y6yG2q7L.js} +3 -3
  21. package/dist/es/index.js +60 -77
  22. package/dist/es/{utils-UjENBVnX.js → utils-Co2iJhr8.js} +1 -1
  23. package/dist/es/{vendor-9390iK3y.js → vendor-Crdostgq.js} +26119 -30625
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/BaseItem/BaseItem.vue.d.ts +1 -1
  26. package/dist/types/components/BaseItem/index.d.ts +10 -10
  27. package/dist/types/components/BaseItem/types.d.ts +1 -1
  28. package/dist/types/components/DetailHeader/index.d.ts +3 -3
  29. package/dist/types/components/DetailHeader/types.d.ts +1 -1
  30. package/dist/types/components/Dialog/Dialog.vue.d.ts +16 -16
  31. package/dist/types/components/Dialog/index.d.ts +24 -24
  32. package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +1 -386
  33. package/dist/types/components/DiyDataTable/index.d.ts +0 -1131
  34. package/dist/types/components/DiyDataTable/type.d.ts +1 -17
  35. package/dist/types/components/Map/Map.vue.d.ts +101 -138
  36. package/dist/types/components/Map/components/scaleLine.vue.d.ts +2 -1
  37. package/dist/types/components/Map/components/zoomControl.vue.d.ts +7 -3
  38. package/dist/types/components/Map/index.d.ts +324 -390
  39. package/dist/types/components/Map/interface/index.d.ts +6 -13
  40. package/dist/types/components/Map/types.d.ts +1 -13
  41. package/dist/types/components/Table/types.d.ts +0 -1
  42. package/dist/types/components/ToolTips/index.d.ts +12 -12
  43. package/dist/types/components/index.d.ts +0 -1
  44. package/dist/umd/index.css +1 -1
  45. package/dist/umd/index.umd.cjs +118 -604
  46. package/package.json +1 -1
  47. package/dist/es/CascaderLoadMore-1ENwzKY8.js +0 -261
  48. package/dist/es/DatePicker-DvSoaSq9.js +0 -73
  49. package/dist/es/DiyDataTable-bO--1zPQ.js +0 -366
  50. package/dist/es/Map-BURr7_36.js +0 -2528
  51. package/dist/es/Table-Cr4k_o89.js +0 -1167
@@ -2,7 +2,7 @@ import { ZhBaseItemProp } from './types.ts';
2
2
 
3
3
  declare function __VLS_template(): {
4
4
  value?(_: {
5
- content: string | number | null | undefined;
5
+ content: string | number | undefined;
6
6
  }): any;
7
7
  };
8
8
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ZhBaseItemProp>, {
@@ -17,15 +17,15 @@ export declare const ZhBaseItem: {
17
17
  onClick: {
18
18
  type: import('vue').PropType<(value?: string | number) => void>;
19
19
  };
20
- value: {
21
- type: import('vue').PropType<string | number | null>;
22
- };
23
20
  className: {
24
21
  type: import('vue').PropType<string>;
25
22
  };
26
23
  labelClassName: {
27
24
  type: import('vue').PropType<string>;
28
25
  };
26
+ value: {
27
+ type: import('vue').PropType<string | number>;
28
+ };
29
29
  defaultValue: {
30
30
  type: import('vue').PropType<string>;
31
31
  default: string;
@@ -87,15 +87,15 @@ export declare const ZhBaseItem: {
87
87
  onClick: {
88
88
  type: import('vue').PropType<(value?: string | number) => void>;
89
89
  };
90
- value: {
91
- type: import('vue').PropType<string | number | null>;
92
- };
93
90
  className: {
94
91
  type: import('vue').PropType<string>;
95
92
  };
96
93
  labelClassName: {
97
94
  type: import('vue').PropType<string>;
98
95
  };
96
+ value: {
97
+ type: import('vue').PropType<string | number>;
98
+ };
99
99
  defaultValue: {
100
100
  type: import('vue').PropType<string>;
101
101
  default: string;
@@ -154,15 +154,15 @@ export declare const ZhBaseItem: {
154
154
  onClick: {
155
155
  type: import('vue').PropType<(value?: string | number) => void>;
156
156
  };
157
- value: {
158
- type: import('vue').PropType<string | number | null>;
159
- };
160
157
  className: {
161
158
  type: import('vue').PropType<string>;
162
159
  };
163
160
  labelClassName: {
164
161
  type: import('vue').PropType<string>;
165
162
  };
163
+ value: {
164
+ type: import('vue').PropType<string | number>;
165
+ };
166
166
  defaultValue: {
167
167
  type: import('vue').PropType<string>;
168
168
  default: string;
@@ -202,7 +202,7 @@ export declare const ZhBaseItem: {
202
202
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
203
203
  $slots: {
204
204
  value?(_: {
205
- content: string | number | null | undefined;
205
+ content: string | number | undefined;
206
206
  }): any;
207
207
  };
208
208
  }) & import('vue').Plugin;
@@ -4,7 +4,7 @@ export interface ZhBaseItemProp {
4
4
  label?: string;
5
5
  labelRender?: () => VNode;
6
6
  colon?: boolean;
7
- value?: string | number | null;
7
+ value?: string | number;
8
8
  fileId?: number;
9
9
  rewriteFileName?: string;
10
10
  valueRender?: () => VNode;
@@ -14,7 +14,7 @@ export declare const ZhDetailHeader: {
14
14
  type: import('vue').PropType<any>;
15
15
  };
16
16
  stateDesc: {
17
- type: import('vue').PropType<string | number | null>;
17
+ type: import('vue').PropType<string>;
18
18
  };
19
19
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
20
20
  P: {};
@@ -38,7 +38,7 @@ export declare const ZhDetailHeader: {
38
38
  type: import('vue').PropType<any>;
39
39
  };
40
40
  stateDesc: {
41
- type: import('vue').PropType<string | number | null>;
41
+ type: import('vue').PropType<string>;
42
42
  };
43
43
  }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
44
44
  __isFragment?: never;
@@ -59,7 +59,7 @@ export declare const ZhDetailHeader: {
59
59
  type: import('vue').PropType<any>;
60
60
  };
61
61
  stateDesc: {
62
- type: import('vue').PropType<string | number | null>;
62
+ type: import('vue').PropType<string>;
63
63
  };
64
64
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
65
65
  $slots: {
@@ -7,5 +7,5 @@ export interface DetailHeaderProps {
7
7
  leftInfos?: Info[];
8
8
  rightInfos?: Info[];
9
9
  stateMeta?: any;
10
- stateDesc?: string | number | null;
10
+ stateDesc?: string;
11
11
  }
@@ -12,24 +12,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
12
12
  type: import('vue').PropType<"small" | "large" | "middle" | "extraLarge">;
13
13
  default: string;
14
14
  };
15
+ width: {
16
+ type: import('vue').PropType<string | number>;
17
+ };
15
18
  top: {
16
19
  type: import('vue').PropType<string>;
17
20
  };
18
21
  appendTo: {
19
22
  type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
20
23
  };
21
- showClose: {
22
- type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
23
- };
24
- width: {
25
- type: import('vue').PropType<string | number>;
24
+ zIndex: {
25
+ type: import('vue').PropType<number>;
26
26
  };
27
27
  center: {
28
28
  type: import('vue').PropType<boolean>;
29
29
  };
30
- zIndex: {
31
- type: import('vue').PropType<number>;
32
- };
33
30
  appendToBody: {
34
31
  type: import('vue').PropType<boolean>;
35
32
  };
@@ -82,6 +79,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
82
79
  fullscreen: {
83
80
  type: import('vue').PropType<boolean>;
84
81
  };
82
+ showClose: {
83
+ type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
84
+ };
85
85
  ariaLevel: {
86
86
  type: import('vue').PropType<string>;
87
87
  };
@@ -112,24 +112,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
112
112
  type: import('vue').PropType<"small" | "large" | "middle" | "extraLarge">;
113
113
  default: string;
114
114
  };
115
+ width: {
116
+ type: import('vue').PropType<string | number>;
117
+ };
115
118
  top: {
116
119
  type: import('vue').PropType<string>;
117
120
  };
118
121
  appendTo: {
119
122
  type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
120
123
  };
121
- showClose: {
122
- type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
123
- };
124
- width: {
125
- type: import('vue').PropType<string | number>;
124
+ zIndex: {
125
+ type: import('vue').PropType<number>;
126
126
  };
127
127
  center: {
128
128
  type: import('vue').PropType<boolean>;
129
129
  };
130
- zIndex: {
131
- type: import('vue').PropType<number>;
132
- };
133
130
  appendToBody: {
134
131
  type: import('vue').PropType<boolean>;
135
132
  };
@@ -182,6 +179,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
182
179
  fullscreen: {
183
180
  type: import('vue').PropType<boolean>;
184
181
  };
182
+ showClose: {
183
+ type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
184
+ };
185
185
  ariaLevel: {
186
186
  type: import('vue').PropType<string>;
187
187
  };
@@ -8,24 +8,21 @@ export declare const ZhDialog: {
8
8
  type: import('vue').PropType<"small" | "large" | "middle" | "extraLarge">;
9
9
  default: string;
10
10
  };
11
+ width: {
12
+ type: import('vue').PropType<string | number>;
13
+ };
11
14
  top: {
12
15
  type: import('vue').PropType<string>;
13
16
  };
14
17
  appendTo: {
15
18
  type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
16
19
  };
17
- showClose: {
18
- type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
19
- };
20
- width: {
21
- type: import('vue').PropType<string | number>;
20
+ zIndex: {
21
+ type: import('vue').PropType<number>;
22
22
  };
23
23
  center: {
24
24
  type: import('vue').PropType<boolean>;
25
25
  };
26
- zIndex: {
27
- type: import('vue').PropType<number>;
28
- };
29
26
  appendToBody: {
30
27
  type: import('vue').PropType<boolean>;
31
28
  };
@@ -78,6 +75,9 @@ export declare const ZhDialog: {
78
75
  fullscreen: {
79
76
  type: import('vue').PropType<boolean>;
80
77
  };
78
+ showClose: {
79
+ type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
80
+ };
81
81
  ariaLevel: {
82
82
  type: import('vue').PropType<string>;
83
83
  };
@@ -124,24 +124,21 @@ export declare const ZhDialog: {
124
124
  type: import('vue').PropType<"small" | "large" | "middle" | "extraLarge">;
125
125
  default: string;
126
126
  };
127
+ width: {
128
+ type: import('vue').PropType<string | number>;
129
+ };
127
130
  top: {
128
131
  type: import('vue').PropType<string>;
129
132
  };
130
133
  appendTo: {
131
134
  type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
132
135
  };
133
- showClose: {
134
- type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
135
- };
136
- width: {
137
- type: import('vue').PropType<string | number>;
136
+ zIndex: {
137
+ type: import('vue').PropType<number>;
138
138
  };
139
139
  center: {
140
140
  type: import('vue').PropType<boolean>;
141
141
  };
142
- zIndex: {
143
- type: import('vue').PropType<number>;
144
- };
145
142
  appendToBody: {
146
143
  type: import('vue').PropType<boolean>;
147
144
  };
@@ -194,6 +191,9 @@ export declare const ZhDialog: {
194
191
  fullscreen: {
195
192
  type: import('vue').PropType<boolean>;
196
193
  };
194
+ showClose: {
195
+ type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
196
+ };
197
197
  ariaLevel: {
198
198
  type: import('vue').PropType<string>;
199
199
  };
@@ -234,24 +234,21 @@ export declare const ZhDialog: {
234
234
  type: import('vue').PropType<"small" | "large" | "middle" | "extraLarge">;
235
235
  default: string;
236
236
  };
237
+ width: {
238
+ type: import('vue').PropType<string | number>;
239
+ };
237
240
  top: {
238
241
  type: import('vue').PropType<string>;
239
242
  };
240
243
  appendTo: {
241
244
  type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
242
245
  };
243
- showClose: {
244
- type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
245
- };
246
- width: {
247
- type: import('vue').PropType<string | number>;
246
+ zIndex: {
247
+ type: import('vue').PropType<number>;
248
248
  };
249
249
  center: {
250
250
  type: import('vue').PropType<boolean>;
251
251
  };
252
- zIndex: {
253
- type: import('vue').PropType<number>;
254
- };
255
252
  appendToBody: {
256
253
  type: import('vue').PropType<boolean>;
257
254
  };
@@ -304,6 +301,9 @@ export declare const ZhDialog: {
304
301
  fullscreen: {
305
302
  type: import('vue').PropType<boolean>;
306
303
  };
304
+ showClose: {
305
+ type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
306
+ };
307
307
  ariaLevel: {
308
308
  type: import('vue').PropType<string>;
309
309
  };