zhihao-ui 1.3.55 → 1.3.56

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 (38) hide show
  1. package/dist/es/{BaseInfo-Bz9HbxrR.js → BaseInfo-ehtLJvVF.js} +1 -1
  2. package/dist/es/{BaseItem-YGnpIugn.js → BaseItem-0fbDCeuh.js} +3 -3
  3. package/dist/es/{Button-DSjKm2wO.js → Button-DlEYWX3X.js} +2 -2
  4. package/dist/es/CascaderLoadMore-DFdDRygU.js +283 -0
  5. package/dist/es/DatePicker-BH5X28Bl.js +63 -0
  6. package/dist/es/{DetailHeader-lzEy7t5Y.js → DetailHeader-kFn2FtqV.js} +3 -3
  7. package/dist/es/{DetailSubTitle-DfqGXyKI.js → DetailSubTitle-DjHsWNVa.js} +2 -2
  8. package/dist/es/{Dialog-MVXB7s2S.js → Dialog-B_Psb_wh.js} +3 -3
  9. package/dist/es/{DiyDataTable-Yp1HvbS1.js → DiyDataTable-a-pFltM6.js} +4 -4
  10. package/dist/es/{EditInfoPair-BXF1tV3S.js → EditInfoPair-ZvaiiVmj.js} +3 -3
  11. package/dist/es/{FileWrapper-CqbiXynu.js → FileWrapper-mQ4rJXJr.js} +4 -4
  12. package/dist/es/{Grid-CDS9IrCA.js → Grid-CCkuxPw9.js} +2 -2
  13. package/dist/es/{InfoPair-jRjF91Ro.js → InfoPair-R1-mr8Vf.js} +3 -3
  14. package/dist/es/Input-DjQtffZg.js +91 -0
  15. package/dist/es/{Loading-C9Te67Gr.js → Loading-CDxuHkdt.js} +2 -2
  16. package/dist/es/{Map-BoN5eeEB.js → Map-CmcmvvxF.js} +945 -908
  17. package/dist/es/{MessageBox-BzwToZ0E.js → MessageBox-kkpNeAii.js} +2 -2
  18. package/dist/es/{MoneyInput-oY4Jr4Du.js → MoneyInput-BlilgYic.js} +5 -5
  19. package/dist/es/{PageHeadPanel-oLoxYR29.js → PageHeadPanel-DsEeXTgj.js} +2 -2
  20. package/dist/es/{Table-BU_pHf2Y.js → Table-DNrZVI3t.js} +6 -6
  21. package/dist/es/{ToolTips-H93PrmYL.js → ToolTips-BRjrysPf.js} +3 -3
  22. package/dist/es/index.js +23 -23
  23. package/dist/es/{utils-DRDkj6ga.js → utils-B-n1yx0L.js} +3 -3
  24. package/dist/es/{vendor-CxcudVpO.js → vendor-DkGhDRdQ.js} +51 -50
  25. package/dist/index.css +1 -1
  26. package/dist/types/components/DatePicker/DatePicker.vue.d.ts +2 -0
  27. package/dist/types/components/DatePicker/index.d.ts +9 -0
  28. package/dist/types/components/InputNumber/InputNumber.vue.d.ts +2 -0
  29. package/dist/types/components/InputNumber/index.d.ts +5 -0
  30. package/dist/types/components/Map/Map.vue.d.ts +2 -0
  31. package/dist/types/components/Map/function/position.d.ts +5 -0
  32. package/dist/types/components/Map/index.d.ts +6 -0
  33. package/dist/umd/index.css +1 -1
  34. package/dist/umd/index.umd.cjs +25 -25
  35. package/package.json +1 -1
  36. package/dist/es/CascaderLoadMore-BwYi7PBx.js +0 -287
  37. package/dist/es/DatePicker-BkKUo2v1.js +0 -57
  38. package/dist/es/Input-CJadFglX.js +0 -88
@@ -4,6 +4,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4
4
  style?: any;
5
5
  class?: any;
6
6
  modelValue: string | number | undefined;
7
+ disabledDateAfterToday?: boolean;
7
8
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
9
  change: (...args: any[]) => void;
9
10
  "update:modelValue": (...args: any[]) => void;
@@ -12,6 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
13
  style?: any;
13
14
  class?: any;
14
15
  modelValue: string | number | undefined;
16
+ disabledDateAfterToday?: boolean;
15
17
  }>>> & Readonly<{
16
18
  onChange?: ((...args: any[]) => any) | undefined;
17
19
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -13,6 +13,9 @@ export declare const ZhDatePicker: {
13
13
  type: import('vue').PropType<string | number | undefined>;
14
14
  required: true;
15
15
  };
16
+ disabledDateAfterToday: {
17
+ type: import('vue').PropType<boolean>;
18
+ };
16
19
  }>> & Readonly<{
17
20
  onChange?: ((...args: any[]) => any) | undefined;
18
21
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -40,6 +43,9 @@ export declare const ZhDatePicker: {
40
43
  type: import('vue').PropType<string | number | undefined>;
41
44
  required: true;
42
45
  };
46
+ disabledDateAfterToday: {
47
+ type: import('vue').PropType<boolean>;
48
+ };
43
49
  }>> & Readonly<{
44
50
  onChange?: ((...args: any[]) => any) | undefined;
45
51
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -61,6 +67,9 @@ export declare const ZhDatePicker: {
61
67
  type: import('vue').PropType<string | number | undefined>;
62
68
  required: true;
63
69
  };
70
+ disabledDateAfterToday: {
71
+ type: import('vue').PropType<boolean>;
72
+ };
64
73
  }>> & Readonly<{
65
74
  onChange?: ((...args: any[]) => any) | undefined;
66
75
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -6,6 +6,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
6
6
  class?: any;
7
7
  modelValue: string | number | undefined;
8
8
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ change: (value: string | number) => void;
9
10
  "update:modelValue": (value: string | number) => void;
10
11
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
12
  [key: string]: any;
@@ -13,6 +14,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
14
  class?: any;
14
15
  modelValue: string | number | undefined;
15
16
  }>>> & Readonly<{
17
+ onChange?: ((value: string | number) => any) | undefined;
16
18
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
17
19
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -14,8 +14,10 @@ export declare const ZhInputNumber: {
14
14
  required: true;
15
15
  };
16
16
  }>> & Readonly<{
17
+ onChange?: ((value: string | number) => any) | undefined;
17
18
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
18
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ change: (value: string | number) => void;
19
21
  "update:modelValue": (value: string | number) => void;
20
22
  }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
23
  P: {};
@@ -39,6 +41,7 @@ export declare const ZhInputNumber: {
39
41
  required: true;
40
42
  };
41
43
  }>> & Readonly<{
44
+ onChange?: ((value: string | number) => any) | undefined;
42
45
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
43
46
  }>, {}, {}, {}, {}, {}>;
44
47
  __isFragment?: never;
@@ -59,8 +62,10 @@ export declare const ZhInputNumber: {
59
62
  required: true;
60
63
  };
61
64
  }>> & Readonly<{
65
+ onChange?: ((value: string | number) => any) | undefined;
62
66
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
63
67
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
68
+ change: (value: string | number) => void;
64
69
  "update:modelValue": (value: string | number) => void;
65
70
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
66
71
  $slots: Partial<Record<string, (_: any) => any>>;
@@ -59,6 +59,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  selected: (...rest: any[]) => any;
60
60
  clearSelected: (...rest: any[]) => any;
61
61
  clear: () => any;
62
+ renderHtml: (...rest: any[]) => any;
63
+ removeHtml: (...rest: any[]) => any;
62
64
  };
63
65
  drawLine: {
64
66
  open: () => any;
@@ -3,6 +3,11 @@ import { Map as olMap } from 'ol';
3
3
 
4
4
  export declare const usePositionManager: (mapInstance: olMap) => {
5
5
  render: (portList: LocationEntity[]) => void;
6
+ renderHtml: (id: string, lonLat: [number, number], html: string, options: {
7
+ positioning?: string;
8
+ offset?: number[];
9
+ }) => void;
10
+ removeHtml: (id: string) => void;
6
11
  selected: (loactionData?: LocationEntity) => void;
7
12
  clearSelected: () => void;
8
13
  clear: () => void;
@@ -91,6 +91,8 @@ export declare const ZhMap: {
91
91
  selected: (...rest: any[]) => any;
92
92
  clearSelected: (...rest: any[]) => any;
93
93
  clear: () => any;
94
+ renderHtml: (...rest: any[]) => any;
95
+ removeHtml: (...rest: any[]) => any;
94
96
  };
95
97
  drawLine: {
96
98
  open: () => any;
@@ -219,6 +221,8 @@ export declare const ZhMap: {
219
221
  selected: (...rest: any[]) => any;
220
222
  clearSelected: (...rest: any[]) => any;
221
223
  clear: () => any;
224
+ renderHtml: (...rest: any[]) => any;
225
+ removeHtml: (...rest: any[]) => any;
222
226
  };
223
227
  drawLine: {
224
228
  open: () => any;
@@ -344,6 +348,8 @@ export declare const ZhMap: {
344
348
  selected: (...rest: any[]) => any;
345
349
  clearSelected: (...rest: any[]) => any;
346
350
  clear: () => any;
351
+ renderHtml: (...rest: any[]) => any;
352
+ removeHtml: (...rest: any[]) => any;
347
353
  };
348
354
  drawLine: {
349
355
  open: () => any;