zhihao-ui 1.2.4 → 1.2.7

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-DSoB7lXu.js → BaseInfo-CboHDiqp.js} +1 -1
  2. package/dist/es/{Button-CSkwolvy.js → Button-C1Q6WvkI.js} +2 -2
  3. package/dist/es/{DatePicker-BuM1QvvJ.js → DatePicker-AcRbvS-8.js} +2 -2
  4. package/dist/es/{DetailHeader-DLWS2a6d.js → DetailHeader-CoaVXtN3.js} +3 -3
  5. package/dist/es/{DetailSubTitle-Bohm33lU.js → DetailSubTitle-Csp4LjFx.js} +2 -2
  6. package/dist/es/{Dialog-dbO52Pj0.js → Dialog-CtU-qGdR.js} +3 -3
  7. package/dist/es/DiyDataTable-CP7yYQaU.js +277 -0
  8. package/dist/es/{EditInfoPair-sJNaUadM.js → EditInfoPair-DBbRqppY.js} +3 -3
  9. package/dist/es/{FileWrapper-BQgaAu1K.js → FileWrapper-BwQhQopY.js} +4 -4
  10. package/dist/es/{Grid-P-t8UiMv.js → Grid-B-FutGih.js} +1 -1
  11. package/dist/es/{InfoPair-BNypeCJn.js → InfoPair-WmMCXoUh.js} +3 -3
  12. package/dist/es/{Input-DpsLV8LI.js → Input-DFnH7_jo.js} +11 -11
  13. package/dist/es/{Loading-DXdxoKLU.js → Loading-BW6Doqh_.js} +2 -2
  14. package/dist/es/{Map-BchE1ZDm.js → Map-IjNHD4K5.js} +448 -276
  15. package/dist/es/{MessageBox-DRwBLDiG.js → MessageBox-CjuBt74R.js} +15 -15
  16. package/dist/es/{MoneyInput-E6oSL6tO.js → MoneyInput-BwkFhS2B.js} +7 -7
  17. package/dist/es/{PageHeadPanel-fhMuGUkI.js → PageHeadPanel-BhR3Bq1A.js} +2 -2
  18. package/dist/es/{ToolTips-lv_GNnZo.js → ToolTips-BEYXkt4n.js} +3 -3
  19. package/dist/es/index.js +34 -29
  20. package/dist/es/{utils-BMWHW3o7.js → utils-B1dH8Kx6.js} +1 -1
  21. package/dist/es/{vendor-BXx3MaXc.js → vendor-Cu-cEPs_.js} +14931 -10415
  22. package/dist/index.css +1 -1
  23. package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +70 -0
  24. package/dist/types/components/DiyDataTable/index.d.ts +152 -0
  25. package/dist/types/components/DiyDataTable/type.d.ts +46 -0
  26. package/dist/types/components/Map/Map.vue.d.ts +14 -2
  27. package/dist/types/components/Map/config.d.ts +2 -0
  28. package/dist/types/components/Map/enum/index.d.ts +1 -0
  29. package/dist/types/components/Map/enum/ship.d.ts +10 -0
  30. package/dist/types/components/Map/index.d.ts +42 -6
  31. package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +0 -111
  32. package/dist/types/components/Map/interface/entity/shipMapData.d.ts +5 -2
  33. package/dist/types/components/Map/interface/entity/shipMarker.d.ts +2 -2
  34. package/dist/types/components/Map/interface/entity/shipTrack.d.ts +0 -4
  35. package/dist/types/components/Map/interface/entity/vehicle.d.ts +171 -0
  36. package/dist/types/components/Map/interface/index.d.ts +4 -3
  37. package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +20 -0
  38. package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +1 -0
  39. package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +3 -0
  40. package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +1 -1
  41. package/dist/types/components/Map/render/renderMarker.d.ts +6 -0
  42. package/dist/types/components/Map/render/renderShip.d.ts +6 -1
  43. package/dist/types/components/Map/render/renderTruck.d.ts +7 -2
  44. package/dist/types/components/Map/utils/format.d.ts +2 -0
  45. package/dist/types/components/Map/utils/store.d.ts +3 -0
  46. package/dist/types/components/MessageBox/MessageBox.vue.d.ts +8 -8
  47. package/dist/types/components/MessageBox/index.d.ts +12 -12
  48. package/dist/types/components/index.d.ts +1 -0
  49. package/dist/umd/index.css +1 -1
  50. package/dist/umd/index.umd.cjs +52 -37
  51. package/package.json +1 -1
@@ -172,3 +172,174 @@ export interface MediaChannel {
172
172
  */
173
173
  videoChannel: number;
174
174
  }
175
+ /**
176
+ * 行驶证信息响应实体类
177
+ */
178
+ export interface QueryLicenseResponse {
179
+ /**
180
+ * 外廓尺寸长 (mm)
181
+ */
182
+ vclLng: string;
183
+ /**
184
+ * 外廓尺寸宽 (mm)
185
+ */
186
+ vclWdt: string;
187
+ /**
188
+ * 车轴数
189
+ */
190
+ vehicleAxis: string;
191
+ /**
192
+ * 车辆品牌
193
+ */
194
+ prdCdNm: string;
195
+ /**
196
+ * 行驶证发证日期 (yyyy-MM-dd)
197
+ */
198
+ drvLicDt: string;
199
+ /**
200
+ * 车辆类型
201
+ */
202
+ vclTpNm: string;
203
+ /**
204
+ * 省编码
205
+ */
206
+ province: string;
207
+ /**
208
+ * 市编码
209
+ */
210
+ city: string;
211
+ /**
212
+ * 区县信息
213
+ */
214
+ country: string;
215
+ /**
216
+ * 县编码
217
+ */
218
+ ctyCode: string;
219
+ /**
220
+ * 车辆品牌
221
+ */
222
+ vbrndCdNm: string;
223
+ /**
224
+ * 车主/业户名称
225
+ */
226
+ cmpNm: string;
227
+ /**
228
+ * 车辆识别代码/车架号
229
+ */
230
+ vin: string;
231
+ /**
232
+ * 总质量/准牵引总质量 (kg)
233
+ */
234
+ vclTon: string;
235
+ /**
236
+ * 核定载重量 (kg)
237
+ */
238
+ ldTn: string;
239
+ /**
240
+ * 内廓尺寸长 (mm)
241
+ */
242
+ boxLng: string;
243
+ /**
244
+ * 内廓尺寸宽 (mm)
245
+ */
246
+ boxWdt: string;
247
+ /**
248
+ * 内廓尺寸高 (mm)
249
+ */
250
+ boxHgt: string;
251
+ /**
252
+ * 外廓尺寸高 (mm)
253
+ */
254
+ vclHgt: string;
255
+ /**
256
+ * 行驶证有效期 (yyyy-MM-dd)
257
+ */
258
+ boxVdy: string;
259
+ /**
260
+ * 行驶证有效期 UTC (Unix时间戳)
261
+ */
262
+ drvLicVdy: string;
263
+ /**
264
+ * 联系人姓名
265
+ */
266
+ vclWnrNm: string;
267
+ /**
268
+ * 联系人手机号
269
+ */
270
+ vclWnrPhn: string;
271
+ /**
272
+ * 车牌颜色
273
+ */
274
+ vclColor: number;
275
+ }
276
+ export interface VehicleInfo {
277
+ /**
278
+ * 车牌号
279
+ */
280
+ vno: string;
281
+ /**
282
+ * 状态码
283
+ */
284
+ status: string;
285
+ /**
286
+ * 车辆最后定位经度
287
+ */
288
+ lon: string;
289
+ /**
290
+ * 车辆最后定位纬度
291
+ */
292
+ lat: string;
293
+ /**
294
+ * 车辆地理位置名称
295
+ */
296
+ adr: string;
297
+ /**
298
+ * 车辆定位时间戳
299
+ */
300
+ utc: string;
301
+ /**
302
+ * 速度
303
+ */
304
+ spd: string;
305
+ /**
306
+ * 方向
307
+ */
308
+ drc: string;
309
+ /**
310
+ * 省
311
+ */
312
+ province: string;
313
+ /**
314
+ * 市
315
+ */
316
+ city: string;
317
+ /**
318
+ * 县
319
+ */
320
+ country: string;
321
+ /**
322
+ * 里程
323
+ */
324
+ mil: string;
325
+ /**
326
+ * 离线状态
327
+ */
328
+ offlineState: boolean;
329
+ /**
330
+ * 离线时长
331
+ */
332
+ offlineTime: number;
333
+ /**
334
+ * 车辆已行驶距
335
+ */
336
+ runDistance: string;
337
+ /**
338
+ * 剩余运距
339
+ */
340
+ remainDistance: string;
341
+ /**
342
+ * 预计到达时间
343
+ */
344
+ estimateArriveTime: string;
345
+ }
@@ -2,10 +2,11 @@ export type { BaseEntity } from './common/BaseEntity';
2
2
  export type { Page, PageRequest } from './common/page';
3
3
  export type { TruckMarker, CityGroupStatistics, HighlightTruck } from './entity/dashboard';
4
4
  export type { MapViewForm, TrackExtend, RenderOption } from './entity/map';
5
- export type { QueryLicenseResponse, SinoiovVehicleInfo, VehicleInfoResponse, SinoiovVehicleSnayiVehicleResponse } from './entity/queryLicenseResponse';
5
+ export type { SinoiovVehicleInfo, SinoiovVehicleSnayiVehicleResponse } from './entity/queryLicenseResponse';
6
6
  export type { Ship, ShipQueryParam, ShipForm, AisTrackForm, CertificateFiles, ShipInfoForm, ShipUpdateForm, ImgType, BindParams, ShipBindDevice } from './entity/ship';
7
7
  export type { ShipInfoVo } from './entity/shipInfoVo';
8
8
  export { ShipMapData } from './entity/shipMapData';
9
9
  export type { ShipMarker } from './entity/shipMarker';
10
- export type { ShipTrack, TrackExtend } from './entity/shipTrack';
11
- export type { Vehicle, VehicleCertificationListReq, VehicleCertificationUpdateParams, VehicleInfoUpdateByKeyForm, VehicleHistory, SnayiVehicleInfoResponse, MediaChannel } from './entity/vehicle';
10
+ export type { ShipTrack } from './entity/shipTrack';
11
+ export type { Vehicle, VehicleCertificationListReq, VehicleCertificationUpdateParams, VehicleInfoUpdateByKeyForm, VehicleHistory, SnayiVehicleInfoResponse, MediaChannel, QueryLicenseResponse, VehicleInfo } from './entity/vehicle';
12
+ export type { VehicleVo, VehicleInfoResponse } from './vo/vehicleVo';
@@ -0,0 +1,20 @@
1
+ import { QueryLicenseResponse, VehicleInfo } from '../entity/vehicle.ts';
2
+
3
+ export interface VehicleVo {
4
+ /**
5
+ * 车牌号
6
+ */
7
+ vno: string;
8
+ queryLicense: QueryLicenseResponse;
9
+ vehicleInfo: VehicleInfo | null;
10
+ }
11
+ export interface VehicleInfoResponse {
12
+ /**
13
+ * 首车查询结果
14
+ */
15
+ firstVcl: VehicleInfo;
16
+ /**
17
+ * 其余车辆列表
18
+ */
19
+ others: VehicleInfo[];
20
+ }
@@ -1,5 +1,6 @@
1
1
  export declare const fillRectRadius: (ctx: CanvasRenderingContext2D, x: number, y: number, width: number, height: number, color: string, radius?: number) => void;
2
2
  export declare const getPixelFromCoordinate: (points: number[][]) => number[];
3
+ export declare const calculatePolygonCentroid: (coordinates: number[][]) => number[];
3
4
  export declare const rotateShapeModel: (model: number[][], angle: number) => number[][];
4
5
  export declare const drawText: (ctx: CanvasRenderingContext2D, center: number[], text: string, textColor: string, leftIcon: any, rightIcon: any, font?: string) => void;
5
6
  export declare const drawPolygon: (ctx: CanvasRenderingContext2D, points: number[][], strokeColor: string, fillColor: string, shouldClosePath: boolean, translation?: null, rotation?: number, rotationCenter?: number[], scale?: number, globalAlpha?: number) => void;
@@ -0,0 +1,3 @@
1
+ import { Overlay } from 'ol';
2
+
3
+ export declare const drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: string, draggable?: boolean) => Overlay | undefined;
@@ -1,3 +1,3 @@
1
1
  import { Style } from 'ol/style';
2
2
 
3
- export declare const setShipStyle: (selected: boolean, name: string) => Style;
3
+ export declare const setShipStyle: (selected: boolean) => Style;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 标记点绘制
3
+ */
4
+ export declare const markerPosition: Ref<string>;
5
+ export declare const renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
6
+ export declare const setMarkerPosition: (val: string) => void;
@@ -4,7 +4,12 @@ import { default as VectorSource } from 'ol/source/Vector';
4
4
  import { default as VectorLayer } from 'ol/layer/Vector';
5
5
  import { ShipInfoVo } from '../interface';
6
6
  import { default as WebGLPointsLayer } from 'ol/layer/WebGLPoints';
7
+ import { SWITCH_BTN } from '../enum';
7
8
 
8
9
  export declare const renderShips: (list: ShipInfoVo[]) => VectorLayer<VectorSource<any>, any> | WebGLPointsLayer<VectorSource<Feature<Geometry>>> | undefined;
9
10
  export declare const deleteAllShipMarkers: () => void;
10
- export declare const findShip: (id: string) => any;
11
+ export declare const findShip: (id: string, shipData?: ShipInfoVo, select?: boolean) => any;
12
+ export declare const clearSelectFeature: () => void;
13
+ export declare const hiddenAllShips: () => void;
14
+ export declare const switchFilterItem: (key: SWITCH_BTN, value: boolean) => void;
15
+ export declare const rerenderShip: () => void;
@@ -1,4 +1,9 @@
1
- export declare const truckLayerInit: () => void;
2
- export declare const findTruck: (vehicleInfo?: any) => Promise<void>;
1
+ import { Overlay } from 'ol';
2
+ import { VehicleInfo } from '../interface';
3
+
4
+ export declare const findTruck: (vehicleInfo?: VehicleInfo) => Promise<void>;
3
5
  export declare const clearAllTruck: () => void;
6
+ export declare const drawTruckIcon: (id: string, centerPixel: number[], drc: string) => Overlay | undefined;
4
7
  export declare const removeTruckIcon: () => void;
8
+ export declare const drawTruckPopup: (info: any, centerPixel: number[]) => Overlay | undefined;
9
+ export declare const zoomTruckIcon: () => void;
@@ -1,4 +1,5 @@
1
1
  import { Geometry, LineString, Polygon } from 'ol/geom';
2
+ import { ShipInfoVo, ShipMapData } from '../interface';
2
3
 
3
4
  /**
4
5
  * 计算多段线距离.
@@ -14,3 +15,4 @@ export declare const convertSixHundredThousandToLatLng: (valueX: number | string
14
15
  * @return {string} Formatted area.
15
16
  */
16
17
  export declare const formatArea: (polygon: Polygon | Geometry, unit: number) => string | undefined;
18
+ export declare const convertShipMapData: (shipData: ShipInfoVo[] | ShipInfoVo) => ShipMapData | ShipMapData[];
@@ -4,9 +4,12 @@ import { default as VectorLayer } from 'ol/layer/Vector';
4
4
  import { default as WebGLPointsLayer } from 'ol/layer/WebGLPoints';
5
5
  import { default as VectorSource } from 'ol/source/Vector';
6
6
  import { Geometry } from 'ol/geom';
7
+ import { ShipInfoVo } from '../interface';
7
8
 
8
9
  export declare const mapInstance: Ref<MapType | undefined, MapType | undefined>;
9
10
  export declare const shipsLayer: Ref<VectorLayer | undefined>;
11
+ export declare const selectShipsLayer: Ref<VectorLayer | undefined>;
12
+ export declare const allShips: Ref<ShipInfoVo[]>;
10
13
  export declare const largeAmountShipsLayer: Ref<WebGLPointsLayer<VectorSource<Feature<Geometry>>> | undefined>;
11
14
  export declare const statisticsLayer: Ref<VectorLayer | undefined>;
12
15
  export declare const trucksLayer: Ref<VectorLayer | undefined>;
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
47
  readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
48
  readonly clearable: boolean;
49
49
  readonly readonly: boolean;
50
- readonly autosize: import('element-plus').InputAutoSize;
51
50
  readonly autocomplete: string;
51
+ readonly autosize: import('element-plus').InputAutoSize;
52
52
  readonly showPassword: boolean;
53
53
  readonly showWordLimit: boolean;
54
54
  readonly inputStyle: import('vue').StyleValue;
@@ -59,11 +59,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
60
60
  readonly placeholder?: string | undefined;
61
61
  readonly form?: string | undefined;
62
- readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
63
62
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
64
- readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
65
63
  readonly formatter?: Function | undefined;
66
64
  readonly parser?: Function | undefined;
65
+ readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
66
+ readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
67
67
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
68
68
  readonly containerRole?: string | undefined;
69
69
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
78
78
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
79
79
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
80
80
  onClear?: (() => any) | undefined;
81
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
81
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autocomplete" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
82
82
  };
83
83
  closeOnClickModal: {
84
84
  type: import('vue').PropType<boolean>;
@@ -155,8 +155,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
155
155
  readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
156
156
  readonly clearable: boolean;
157
157
  readonly readonly: boolean;
158
- readonly autosize: import('element-plus').InputAutoSize;
159
158
  readonly autocomplete: string;
159
+ readonly autosize: import('element-plus').InputAutoSize;
160
160
  readonly showPassword: boolean;
161
161
  readonly showWordLimit: boolean;
162
162
  readonly inputStyle: import('vue').StyleValue;
@@ -167,11 +167,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
167
167
  readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
168
168
  readonly placeholder?: string | undefined;
169
169
  readonly form?: string | undefined;
170
- readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
171
170
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
172
- readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
173
171
  readonly formatter?: Function | undefined;
174
172
  readonly parser?: Function | undefined;
173
+ readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
174
+ readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
175
175
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
176
176
  readonly containerRole?: string | undefined;
177
177
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -186,7 +186,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
186
186
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
187
187
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
188
188
  onClear?: (() => any) | undefined;
189
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
189
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autocomplete" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
190
190
  };
191
191
  closeOnClickModal: {
192
192
  type: import('vue').PropType<boolean>;
@@ -47,8 +47,8 @@ export declare const ZhMessageBox: {
47
47
  readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
48
  readonly clearable: boolean;
49
49
  readonly readonly: boolean;
50
- readonly autosize: import('element-plus').InputAutoSize;
51
50
  readonly autocomplete: string;
51
+ readonly autosize: import('element-plus').InputAutoSize;
52
52
  readonly showPassword: boolean;
53
53
  readonly showWordLimit: boolean;
54
54
  readonly inputStyle: import('vue').StyleValue;
@@ -59,11 +59,11 @@ export declare const ZhMessageBox: {
59
59
  readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
60
60
  readonly placeholder?: string | undefined;
61
61
  readonly form?: string | undefined;
62
- readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
63
62
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
64
- readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
65
63
  readonly formatter?: Function | undefined;
66
64
  readonly parser?: Function | undefined;
65
+ readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
66
+ readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
67
67
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
68
68
  readonly containerRole?: string | undefined;
69
69
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -78,7 +78,7 @@ export declare const ZhMessageBox: {
78
78
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
79
79
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
80
80
  onClear?: (() => any) | undefined;
81
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
81
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autocomplete" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
82
82
  };
83
83
  closeOnClickModal: {
84
84
  type: import('vue').PropType<boolean>;
@@ -165,8 +165,8 @@ export declare const ZhMessageBox: {
165
165
  readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
166
166
  readonly clearable: boolean;
167
167
  readonly readonly: boolean;
168
- readonly autosize: import('element-plus').InputAutoSize;
169
168
  readonly autocomplete: string;
169
+ readonly autosize: import('element-plus').InputAutoSize;
170
170
  readonly showPassword: boolean;
171
171
  readonly showWordLimit: boolean;
172
172
  readonly inputStyle: import('vue').StyleValue;
@@ -177,11 +177,11 @@ export declare const ZhMessageBox: {
177
177
  readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
178
178
  readonly placeholder?: string | undefined;
179
179
  readonly form?: string | undefined;
180
- readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
181
180
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
182
- readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
183
181
  readonly formatter?: Function | undefined;
184
182
  readonly parser?: Function | undefined;
183
+ readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
184
+ readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
185
185
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
186
186
  readonly containerRole?: string | undefined;
187
187
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -196,7 +196,7 @@ export declare const ZhMessageBox: {
196
196
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
197
197
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
198
198
  onClear?: (() => any) | undefined;
199
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
199
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autocomplete" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
200
200
  };
201
201
  closeOnClickModal: {
202
202
  type: import('vue').PropType<boolean>;
@@ -277,8 +277,8 @@ export declare const ZhMessageBox: {
277
277
  readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
278
278
  readonly clearable: boolean;
279
279
  readonly readonly: boolean;
280
- readonly autosize: import('element-plus').InputAutoSize;
281
280
  readonly autocomplete: string;
281
+ readonly autosize: import('element-plus').InputAutoSize;
282
282
  readonly showPassword: boolean;
283
283
  readonly showWordLimit: boolean;
284
284
  readonly inputStyle: import('vue').StyleValue;
@@ -289,11 +289,11 @@ export declare const ZhMessageBox: {
289
289
  readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
290
290
  readonly placeholder?: string | undefined;
291
291
  readonly form?: string | undefined;
292
- readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
293
292
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
294
- readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
295
293
  readonly formatter?: Function | undefined;
296
294
  readonly parser?: Function | undefined;
295
+ readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
296
+ readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
297
297
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
298
298
  readonly containerRole?: string | undefined;
299
299
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -308,7 +308,7 @@ export declare const ZhMessageBox: {
308
308
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
309
309
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
310
310
  onClear?: (() => any) | undefined;
311
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
311
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autocomplete" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
312
312
  };
313
313
  closeOnClickModal: {
314
314
  type: import('vue').PropType<boolean>;
@@ -15,4 +15,5 @@ export * from './PageHeadPanel';
15
15
  export * from './ToolTips';
16
16
  export * from './BaseInfo';
17
17
  export * from './DetailHeader';
18
+ export * from './DiyDataTable';
18
19
  export * from './Map';