zhihao-ui 1.2.29 → 1.2.31

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 (55) hide show
  1. package/dist/es/{BaseInfo-XETJaruy.js → BaseInfo-CAuR2Id0.js} +1 -1
  2. package/dist/es/BaseItem-CQzBP1WX.js +129 -0
  3. package/dist/es/{Button-CzjgaPIL.js → Button-D-R-2Fix.js} +4 -4
  4. package/dist/es/DatePicker-BDz_yTX2.js +36 -0
  5. package/dist/es/{DetailHeader-C7L01g9Z.js → DetailHeader-CBN9CqAp.js} +3 -3
  6. package/dist/es/{DetailSubTitle-ChWfR3qA.js → DetailSubTitle-DsnSxPKH.js} +2 -2
  7. package/dist/es/{Dialog-Cky8TKRM.js → Dialog-C_hAbDgU.js} +3 -3
  8. package/dist/es/{DiyDataTable-D1s7-cdV.js → DiyDataTable-CXSUoapn.js} +10 -10
  9. package/dist/es/{EditInfoPair-C0EG8kUd.js → EditInfoPair-C0Ielr4q.js} +3 -3
  10. package/dist/es/{FileWrapper-CmvheBNp.js → FileWrapper-DFqY2SD_.js} +4 -4
  11. package/dist/es/Grid-CLg9sn2Y.js +198 -0
  12. package/dist/es/{InfoPair-JA1pAAyP.js → InfoPair-6agPuvqq.js} +3 -3
  13. package/dist/es/{Input-12ajHBoj.js → Input-CzlIXSCf.js} +3 -3
  14. package/dist/es/{Loading-CHji9tKE.js → Loading-ClE8eADM.js} +2 -2
  15. package/dist/es/{Map-Bq9kPMot.js → Map-BJc6GMOA.js} +231 -222
  16. package/dist/es/{MessageBox-1NCCwju7.js → MessageBox-CBMAgp6C.js} +2 -2
  17. package/dist/es/{MoneyInput-PI2K9BeH.js → MoneyInput-EODuzFjO.js} +17 -18
  18. package/dist/es/{PageHeadPanel-CBDItYUC.js → PageHeadPanel-DDnMIqmC.js} +2 -2
  19. package/dist/es/{Table-BBWU5wYF.js → Table-D7YUOcI0.js} +132 -130
  20. package/dist/es/{ToolTips-BBCd543g.js → ToolTips-BpZo8gsa.js} +3 -3
  21. package/dist/es/index.js +67 -60
  22. package/dist/es/utils-BbWQLYZL.js +52 -0
  23. package/dist/es/{vendor-BhAIOWbw.js → vendor-Cq716b5Q.js} +2034 -2019
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/BaseItem/BaseItem.test.d.ts +1 -0
  26. package/dist/types/components/BaseItem/BaseItem.vue.d.ts +50 -0
  27. package/dist/types/components/BaseItem/index.d.ts +209 -0
  28. package/dist/types/components/BaseItem/types.d.ts +39 -0
  29. package/dist/types/components/DatePicker/DatePicker.vue.d.ts +2 -2
  30. package/dist/types/components/DatePicker/index.d.ts +5 -5
  31. package/dist/types/components/Dialog/Dialog.vue.d.ts +29 -29
  32. package/dist/types/components/Dialog/index.d.ts +45 -45
  33. package/dist/types/components/FileWrapper/FileWrapper.vue.d.ts +2 -2
  34. package/dist/types/components/FileWrapper/index.d.ts +6 -6
  35. package/dist/types/components/Grid/Grid.vue.d.ts +7 -9
  36. package/dist/types/components/Grid/components/GridItem.vue.d.ts +71 -0
  37. package/dist/types/components/Grid/components/MultiGrid.vue.d.ts +11 -0
  38. package/dist/types/components/Grid/components/collectGridItems.d.ts +9 -0
  39. package/dist/types/components/Grid/index.d.ts +187 -0
  40. package/dist/types/components/Grid/types.d.ts +14 -1
  41. package/dist/types/components/Map/config.d.ts +1 -0
  42. package/dist/types/components/Map/interface/entity/render.d.ts +2 -0
  43. package/dist/types/components/Map/render/renderPoint.d.ts +1 -2
  44. package/dist/types/components/Table/components/ColSetting.vue.d.ts +2 -2
  45. package/dist/types/components/Table/components/SearchForm.vue.d.ts +2 -2
  46. package/dist/types/components/ToolTips/ToolTips.vue.d.ts +1 -1
  47. package/dist/types/components/ToolTips/index.d.ts +3 -3
  48. package/dist/types/components/index.d.ts +1 -0
  49. package/dist/types/components/utils/color.d.ts +1 -0
  50. package/dist/umd/index.css +1 -1
  51. package/dist/umd/index.umd.cjs +19 -19
  52. package/package.json +1 -1
  53. package/dist/es/DatePicker-DNgii92T.js +0 -58
  54. package/dist/es/Grid-CfJ_U3gi.js +0 -96
  55. package/dist/es/utils-BIGjF-zg.js +0 -14
@@ -55,10 +55,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
55
55
  onDeleteFile?: ((...args: any[]) => any) | undefined;
56
56
  }>, {
57
57
  title: string;
58
+ fileId: number;
59
+ fileName: string;
58
60
  downLoadUrl: string;
59
61
  canPreview: boolean;
60
- fileName: string;
61
62
  canDelete: boolean;
62
- fileId: number;
63
63
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
64
64
  export default _default;
@@ -30,11 +30,11 @@ export declare const ZhFileWrapper: {
30
30
  deleteFile: (...args: any[]) => void;
31
31
  }, import('vue').PublicProps, {
32
32
  title: string;
33
+ fileId: number;
34
+ fileName: string;
33
35
  downLoadUrl: string;
34
36
  canPreview: boolean;
35
- fileName: string;
36
37
  canDelete: boolean;
37
- fileId: number;
38
38
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
39
  P: {};
40
40
  B: {};
@@ -71,11 +71,11 @@ export declare const ZhFileWrapper: {
71
71
  onDeleteFile?: ((...args: any[]) => any) | undefined;
72
72
  }>, {}, {}, {}, {}, {
73
73
  title: string;
74
+ fileId: number;
75
+ fileName: string;
74
76
  downLoadUrl: string;
75
77
  canPreview: boolean;
76
- fileName: string;
77
78
  canDelete: boolean;
78
- fileId: number;
79
79
  }>;
80
80
  __isFragment?: never;
81
81
  __isTeleport?: never;
@@ -111,9 +111,9 @@ export declare const ZhFileWrapper: {
111
111
  deleteFile: (...args: any[]) => void;
112
112
  }, string, {
113
113
  title: string;
114
+ fileId: number;
115
+ fileName: string;
114
116
  downLoadUrl: string;
115
117
  canPreview: boolean;
116
- fileName: string;
117
118
  canDelete: boolean;
118
- fileId: number;
119
119
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
@@ -1,15 +1,10 @@
1
- import { BreakPoint } from './interface/index';
1
+ import { BreakPoint } from './interface';
2
+ import { GridProps } from './types.ts';
2
3
 
3
- type Props = {
4
- cols?: number | Record<BreakPoint, number>;
5
- collapsed?: boolean;
6
- collapsedRows?: number;
7
- gap?: [number, number] | number;
8
- };
9
4
  declare function __VLS_template(): {
10
5
  default?(_: {}): any;
11
6
  };
12
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GridProps>, {
13
8
  cols: () => {
14
9
  xs: number;
15
10
  sm: number;
@@ -20,9 +15,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
20
15
  collapsed: boolean;
21
16
  collapsedRows: number;
22
17
  gap: number;
18
+ enableSameLabelWidthInCol: boolean;
23
19
  }>>, {
24
20
  breakPoint: import('vue').Ref<BreakPoint, BreakPoint>;
25
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GridProps>, {
26
22
  cols: () => {
27
23
  xs: number;
28
24
  sm: number;
@@ -33,11 +29,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
33
29
  collapsed: boolean;
34
30
  collapsedRows: number;
35
31
  gap: number;
32
+ enableSameLabelWidthInCol: boolean;
36
33
  }>>> & Readonly<{}>, {
37
34
  cols: number | Record<BreakPoint, number>;
38
35
  gap: [number, number] | number;
39
36
  collapsed: boolean;
40
37
  collapsedRows: number;
38
+ enableSameLabelWidthInCol: boolean;
41
39
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
40
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
43
41
  export default _default;
@@ -0,0 +1,71 @@
1
+ import { Responsive } from '../interface';
2
+
3
+ type Props = {
4
+ offset?: number;
5
+ span?: number;
6
+ suffix?: boolean;
7
+ xs?: Responsive;
8
+ sm?: Responsive;
9
+ md?: Responsive;
10
+ lg?: Responsive;
11
+ xl?: Responsive;
12
+ label?: string;
13
+ };
14
+ declare function __VLS_template(): {
15
+ default?(_: {
16
+ maxLabelWidthInCol: number;
17
+ columnIndex: number;
18
+ }): any;
19
+ };
20
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ offset: number;
22
+ span: number;
23
+ suffix: boolean;
24
+ xs: undefined;
25
+ sm: undefined;
26
+ md: undefined;
27
+ lg: undefined;
28
+ xl: undefined;
29
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
+ offset: number;
31
+ span: number;
32
+ suffix: boolean;
33
+ xs: undefined;
34
+ sm: undefined;
35
+ md: undefined;
36
+ lg: undefined;
37
+ xl: undefined;
38
+ }>>> & Readonly<{}>, {
39
+ xs: Responsive;
40
+ sm: Responsive;
41
+ md: Responsive;
42
+ lg: Responsive;
43
+ xl: Responsive;
44
+ span: number;
45
+ offset: number;
46
+ suffix: boolean;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
+ export default _default;
50
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
+ type __VLS_TypePropsToRuntimeProps<T> = {
52
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
53
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
54
+ } : {
55
+ type: import('vue').PropType<T[K]>;
56
+ required: true;
57
+ };
58
+ };
59
+ type __VLS_WithDefaults<P, D> = {
60
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
+ default: D[K];
62
+ }> : P[K];
63
+ };
64
+ type __VLS_Prettify<T> = {
65
+ [K in keyof T]: T[K];
66
+ } & {};
67
+ type __VLS_WithTemplateSlots<T, S> = T & {
68
+ new (): {
69
+ $slots: S;
70
+ };
71
+ };
@@ -0,0 +1,11 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
+ export default _default;
7
+ type __VLS_WithTemplateSlots<T, S> = T & {
8
+ new (): {
9
+ $slots: S;
10
+ };
11
+ };
@@ -0,0 +1,9 @@
1
+ import { CollectGridItem } from '../types.ts';
2
+
3
+ export declare const collectGridItems: () => {
4
+ gridItemData: {
5
+ [key: number]: CollectGridItem;
6
+ };
7
+ registerGridItem: (colIndex: number, label: string) => void;
8
+ getColumnData: (colIndex: number) => CollectGridItem;
9
+ };
@@ -22,6 +22,10 @@ export declare const ZhGrid: {
22
22
  type: import('vue').PropType<number>;
23
23
  default: number;
24
24
  };
25
+ enableSameLabelWidthInCol: {
26
+ type: import('vue').PropType<boolean>;
27
+ default: boolean;
28
+ };
25
29
  }>> & Readonly<{}>, {
26
30
  breakPoint: import('vue').Ref<import('./interface').BreakPoint, import('./interface').BreakPoint>;
27
31
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
@@ -29,6 +33,7 @@ export declare const ZhGrid: {
29
33
  gap: [number, number] | number;
30
34
  collapsed: boolean;
31
35
  collapsedRows: number;
36
+ enableSameLabelWidthInCol: boolean;
32
37
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
33
38
  P: {};
34
39
  B: {};
@@ -59,6 +64,10 @@ export declare const ZhGrid: {
59
64
  type: import('vue').PropType<number>;
60
65
  default: number;
61
66
  };
67
+ enableSameLabelWidthInCol: {
68
+ type: import('vue').PropType<boolean>;
69
+ default: boolean;
70
+ };
62
71
  }>> & Readonly<{}>, {
63
72
  breakPoint: import('vue').Ref<import('./interface').BreakPoint, import('./interface').BreakPoint>;
64
73
  }, {}, {}, {}, {
@@ -66,6 +75,7 @@ export declare const ZhGrid: {
66
75
  gap: [number, number] | number;
67
76
  collapsed: boolean;
68
77
  collapsedRows: number;
78
+ enableSameLabelWidthInCol: boolean;
69
79
  }>;
70
80
  __isFragment?: never;
71
81
  __isTeleport?: never;
@@ -93,6 +103,10 @@ export declare const ZhGrid: {
93
103
  type: import('vue').PropType<number>;
94
104
  default: number;
95
105
  };
106
+ enableSameLabelWidthInCol: {
107
+ type: import('vue').PropType<boolean>;
108
+ default: boolean;
109
+ };
96
110
  }>> & Readonly<{}>, {
97
111
  breakPoint: import('vue').Ref<import('./interface').BreakPoint, import('./interface').BreakPoint>;
98
112
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
@@ -100,8 +114,181 @@ export declare const ZhGrid: {
100
114
  gap: [number, number] | number;
101
115
  collapsed: boolean;
102
116
  collapsedRows: number;
117
+ enableSameLabelWidthInCol: boolean;
103
118
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
104
119
  $slots: {
105
120
  default?(_: {}): any;
106
121
  };
107
122
  }) & import('vue').Plugin;
123
+ export declare const ZhGridItem: {
124
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
125
+ xs: {
126
+ type: import('vue').PropType<import('./interface').Responsive>;
127
+ default: undefined;
128
+ };
129
+ sm: {
130
+ type: import('vue').PropType<import('./interface').Responsive>;
131
+ default: undefined;
132
+ };
133
+ md: {
134
+ type: import('vue').PropType<import('./interface').Responsive>;
135
+ default: undefined;
136
+ };
137
+ lg: {
138
+ type: import('vue').PropType<import('./interface').Responsive>;
139
+ default: undefined;
140
+ };
141
+ xl: {
142
+ type: import('vue').PropType<import('./interface').Responsive>;
143
+ default: undefined;
144
+ };
145
+ label: {
146
+ type: import('vue').PropType<string>;
147
+ };
148
+ span: {
149
+ type: import('vue').PropType<number>;
150
+ default: number;
151
+ };
152
+ offset: {
153
+ type: import('vue').PropType<number>;
154
+ default: number;
155
+ };
156
+ suffix: {
157
+ type: import('vue').PropType<boolean>;
158
+ default: boolean;
159
+ };
160
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
161
+ xs: import('./interface').Responsive;
162
+ sm: import('./interface').Responsive;
163
+ md: import('./interface').Responsive;
164
+ lg: import('./interface').Responsive;
165
+ xl: import('./interface').Responsive;
166
+ span: number;
167
+ offset: number;
168
+ suffix: boolean;
169
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
170
+ P: {};
171
+ B: {};
172
+ D: {};
173
+ C: {};
174
+ M: {};
175
+ Defaults: {};
176
+ }, Readonly<import('vue').ExtractPropTypes<{
177
+ xs: {
178
+ type: import('vue').PropType<import('./interface').Responsive>;
179
+ default: undefined;
180
+ };
181
+ sm: {
182
+ type: import('vue').PropType<import('./interface').Responsive>;
183
+ default: undefined;
184
+ };
185
+ md: {
186
+ type: import('vue').PropType<import('./interface').Responsive>;
187
+ default: undefined;
188
+ };
189
+ lg: {
190
+ type: import('vue').PropType<import('./interface').Responsive>;
191
+ default: undefined;
192
+ };
193
+ xl: {
194
+ type: import('vue').PropType<import('./interface').Responsive>;
195
+ default: undefined;
196
+ };
197
+ label: {
198
+ type: import('vue').PropType<string>;
199
+ };
200
+ span: {
201
+ type: import('vue').PropType<number>;
202
+ default: number;
203
+ };
204
+ offset: {
205
+ type: import('vue').PropType<number>;
206
+ default: number;
207
+ };
208
+ suffix: {
209
+ type: import('vue').PropType<boolean>;
210
+ default: boolean;
211
+ };
212
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
213
+ xs: import('./interface').Responsive;
214
+ sm: import('./interface').Responsive;
215
+ md: import('./interface').Responsive;
216
+ lg: import('./interface').Responsive;
217
+ xl: import('./interface').Responsive;
218
+ span: number;
219
+ offset: number;
220
+ suffix: boolean;
221
+ }>;
222
+ __isFragment?: never;
223
+ __isTeleport?: never;
224
+ __isSuspense?: never;
225
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
226
+ xs: {
227
+ type: import('vue').PropType<import('./interface').Responsive>;
228
+ default: undefined;
229
+ };
230
+ sm: {
231
+ type: import('vue').PropType<import('./interface').Responsive>;
232
+ default: undefined;
233
+ };
234
+ md: {
235
+ type: import('vue').PropType<import('./interface').Responsive>;
236
+ default: undefined;
237
+ };
238
+ lg: {
239
+ type: import('vue').PropType<import('./interface').Responsive>;
240
+ default: undefined;
241
+ };
242
+ xl: {
243
+ type: import('vue').PropType<import('./interface').Responsive>;
244
+ default: undefined;
245
+ };
246
+ label: {
247
+ type: import('vue').PropType<string>;
248
+ };
249
+ span: {
250
+ type: import('vue').PropType<number>;
251
+ default: number;
252
+ };
253
+ offset: {
254
+ type: import('vue').PropType<number>;
255
+ default: number;
256
+ };
257
+ suffix: {
258
+ type: import('vue').PropType<boolean>;
259
+ default: boolean;
260
+ };
261
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
262
+ xs: import('./interface').Responsive;
263
+ sm: import('./interface').Responsive;
264
+ md: import('./interface').Responsive;
265
+ lg: import('./interface').Responsive;
266
+ xl: import('./interface').Responsive;
267
+ span: number;
268
+ offset: number;
269
+ suffix: boolean;
270
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
271
+ $slots: {
272
+ default?(_: {
273
+ maxLabelWidthInCol: number;
274
+ columnIndex: number;
275
+ }): any;
276
+ };
277
+ }) & import('vue').Plugin;
278
+ export declare const ZhMultiGrid: {
279
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
280
+ P: {};
281
+ B: {};
282
+ D: {};
283
+ C: {};
284
+ M: {};
285
+ Defaults: {};
286
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
287
+ __isFragment?: never;
288
+ __isTeleport?: never;
289
+ __isSuspense?: never;
290
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
291
+ $slots: {
292
+ default?(_: {}): any;
293
+ };
294
+ }) & import('vue').Plugin;
@@ -1 +1,14 @@
1
- export {};
1
+ import { BreakPoint } from './interface';
2
+
3
+ export interface GridProps {
4
+ cols?: number | Record<BreakPoint, number>;
5
+ collapsed?: boolean;
6
+ collapsedRows?: number;
7
+ gap?: [number, number] | number;
8
+ enableSameLabelWidthInCol?: boolean;
9
+ }
10
+ export interface CollectGridItem {
11
+ labels: string[];
12
+ maxLength: number;
13
+ maxWidth: number;
14
+ }
@@ -1,5 +1,6 @@
1
1
  export declare const CDN_URL = "https://static.zhihaoscm.cn/";
2
2
  export declare const tiandituKey = "a6e8f78974f2581f2ca00485b40c948f";
3
+ export declare const zhongkeKey = "15c81cc0a191a232e0a0ca1a51c3ca81";
3
4
  export declare const baseMap: {
4
5
  tiandituTile: string;
5
6
  tiandituTileMark: string;
@@ -18,12 +18,14 @@ export interface DrawPolygonOptions {
18
18
  rotationCenter?: number[];
19
19
  scale?: number;
20
20
  globalAlpha?: number;
21
+ blinkColors?: string[];
21
22
  }
22
23
  export interface DrawLabelOptions {
23
24
  center: number[];
24
25
  text: string;
25
26
  color: string;
26
27
  textColor: string;
28
+ fill: string;
27
29
  bgColor: string;
28
30
  leftIcon?: LeftIconOptions;
29
31
  rightIcons?: string[];
@@ -44,7 +44,7 @@ export declare class PointMarkerClass {
44
44
  * pointType
45
45
  */
46
46
  renderPointMarker(list: any[]): void;
47
- deleteAllPointMarkers(): void;
47
+ deleteAllPointMarkers(id?: string | number): void;
48
48
  cancelHighlightTruckMarker(): void;
49
49
  /**
50
50
  * 设置选中
@@ -63,7 +63,6 @@ export declare class PointMarkerClass {
63
63
  * pointType
64
64
  */
65
65
  highlightPointMarker(item: any): void;
66
- hiddenPointMarker(id?: string | undefined): void;
67
66
  getFeature(item: any, lonlat: [number, number]): Feature<Point>;
68
67
  /**
69
68
  *
@@ -7,16 +7,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  }>>, {
8
8
  openColSetting: (list: ColumnProps[]) => void;
9
9
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- submit: (...args: any[]) => void;
11
10
  close: (...args: any[]) => void;
11
+ submit: (...args: any[]) => void;
12
12
  dragSort: (...args: any[]) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
14
  originTableColumns?: ColumnProps[];
15
15
  }>, {
16
16
  originTableColumns: () => never[];
17
17
  }>>> & Readonly<{
18
- onSubmit?: ((...args: any[]) => any) | undefined;
19
18
  onClose?: ((...args: any[]) => any) | undefined;
19
+ onSubmit?: ((...args: any[]) => any) | undefined;
20
20
  onDragSort?: ((...args: any[]) => any) | undefined;
21
21
  }>, {
22
22
  originTableColumns: ColumnProps[];
@@ -24,12 +24,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
24
24
  isShowResetBtn: boolean;
25
25
  isShowSearchBtn: boolean;
26
26
  }>>> & Readonly<{}>, {
27
- columns: ColumnProps[];
28
27
  searchParam: {
29
28
  [key: string]: any;
30
29
  };
31
- isShowSearchBtn: boolean;
30
+ columns: ColumnProps[];
32
31
  isShowResetBtn: boolean;
32
+ isShowSearchBtn: boolean;
33
33
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
34
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
35
  export default _default;
@@ -21,8 +21,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
21
21
  default: string;
22
22
  };
23
23
  }>> & Readonly<{}>, {
24
- placement: string;
25
24
  content: string;
25
+ placement: string;
26
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
28
  export default _default;
@@ -9,8 +9,8 @@ export declare const ZhToolTips: {
9
9
  default: string;
10
10
  };
11
11
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
12
- placement: string;
13
12
  content: string;
13
+ placement: string;
14
14
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15
15
  P: {};
16
16
  B: {};
@@ -28,8 +28,8 @@ export declare const ZhToolTips: {
28
28
  default: string;
29
29
  };
30
30
  }>> & Readonly<{}>, {}, {}, {}, {}, {
31
- placement: string;
32
31
  content: string;
32
+ placement: string;
33
33
  }>;
34
34
  __isFragment?: never;
35
35
  __isTeleport?: never;
@@ -44,8 +44,8 @@ export declare const ZhToolTips: {
44
44
  default: string;
45
45
  };
46
46
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
47
- placement: string;
48
47
  content: string;
48
+ placement: string;
49
49
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
50
50
  $slots: {
51
51
  default?(_: {}): any;
@@ -19,3 +19,4 @@ export * from './DetailHeader';
19
19
  export * from './DiyDataTable';
20
20
  export * from './Map';
21
21
  export * from './Table';
22
+ export * from './BaseItem';
@@ -0,0 +1 @@
1
+ export declare function getForegroundColor(backgroundColor: string, threshold?: number): "white" | "black";