@funcho/ui 1.1.28 → 1.1.30

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/README.md +1 -0
  2. package/dist/cjs/business/DataTable/DataTable.vue.js +91 -102
  3. package/dist/cjs/business/ProForm/ProForm.vue.js +37 -2
  4. package/dist/cjs/business/VerticalLayout/VerticalLayout.vue.js +99 -0
  5. package/dist/cjs/business/VerticalLayout/VerticalLayout.vue3.js +10 -0
  6. package/dist/cjs/business/VerticalLayout/index.js +12 -0
  7. package/dist/cjs/business/index.js +2 -0
  8. package/dist/cjs/components/DatePicker/BzDatePicker.vue.js +6 -2
  9. package/dist/cjs/components/DotStatus/DotStatus.vue.js +3 -7
  10. package/dist/cjs/components/DotStatus/DotStatus.vue2.js +52 -0
  11. package/dist/cjs/index.js +8 -6
  12. package/dist/cjs/packages/ui/package.json.js +1 -1
  13. package/dist/esm/business/DataTable/DataTable.vue.mjs +94 -105
  14. package/dist/esm/business/ProForm/ProForm.vue.mjs +38 -3
  15. package/dist/esm/business/VerticalLayout/VerticalLayout.vue.mjs +95 -0
  16. package/dist/esm/business/VerticalLayout/VerticalLayout.vue3.mjs +6 -0
  17. package/dist/esm/business/VerticalLayout/index.mjs +7 -0
  18. package/dist/esm/business/index.mjs +1 -0
  19. package/dist/esm/components/DatePicker/BzDatePicker.vue.mjs +7 -3
  20. package/dist/esm/components/DotStatus/DotStatus.vue.mjs +3 -7
  21. package/dist/esm/components/DotStatus/DotStatus.vue2.mjs +48 -0
  22. package/dist/esm/index.mjs +1 -0
  23. package/dist/esm/packages/ui/package.json.mjs +1 -1
  24. package/dist/style.css +81 -6
  25. package/dist/types/business/DataTable/DataTable.vue.d.ts +0 -6
  26. package/dist/types/business/DataTable/index.d.ts +0 -3
  27. package/dist/types/business/ProForm/ProForm.types.d.ts +2 -0
  28. package/dist/types/business/ProForm/ProForm.vue.d.ts +2 -2
  29. package/dist/types/business/VerticalLayout/VerticalLayout.types.d.ts +1 -0
  30. package/dist/types/business/VerticalLayout/VerticalLayout.vue.d.ts +41 -0
  31. package/dist/types/business/index.d.ts +1 -0
  32. package/dist/types/components/DatePicker/BzDatePicker.vue.d.ts +11 -7
  33. package/dist/types/components/DatePicker/DatePickerRanger.vue.d.ts +14 -1
  34. package/dist/types/components/DatePicker/DateTimePickerRanger.vue.d.ts +14 -1
  35. package/dist/types/components/DatePicker/index.d.ts +51 -6
  36. package/dist/types/components/DotStatus/DotStatus.vue.d.ts +35 -1
  37. package/dist/types/components/DotStatus/index.d.ts +61 -3
  38. package/package.json +1 -1
@@ -37,7 +37,6 @@ declare function __VLS_template(): {
37
37
  tools?(_: {}): any;
38
38
  };
39
39
  refs: {
40
- containerRef: HTMLDivElement;
41
40
  queryBoxRef: ({
42
41
  $: import('vue').ComponentInternalInstance;
43
42
  $data: {};
@@ -1498,8 +1497,6 @@ declare function __VLS_template(): {
1498
1497
  tools?(_: {}): any;
1499
1498
  };
1500
1499
  }) | null;
1501
- splitLineRef: HTMLDivElement;
1502
- paginationBoxRef: HTMLDivElement;
1503
1500
  };
1504
1501
  rootEl: any;
1505
1502
  };
@@ -1525,7 +1522,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
1525
1522
  actions: Array<ButtonProps>;
1526
1523
  actionsWidth: number;
1527
1524
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1528
- containerRef: HTMLDivElement;
1529
1525
  queryBoxRef: ({
1530
1526
  $: import('vue').ComponentInternalInstance;
1531
1527
  $data: {};
@@ -2986,8 +2982,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
2986
2982
  tools?(_: {}): any;
2987
2983
  };
2988
2984
  }) | null;
2989
- splitLineRef: HTMLDivElement;
2990
- paginationBoxRef: HTMLDivElement;
2991
2985
  }, any>;
2992
2986
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2993
2987
  export default _default;
@@ -83,7 +83,6 @@ export declare const FcProDataTable: {
83
83
  }>;
84
84
  actionsWidth: number;
85
85
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
86
- containerRef: HTMLDivElement;
87
86
  queryBoxRef: ({
88
87
  $: import('vue').ComponentInternalInstance;
89
88
  $data: {};
@@ -1544,8 +1543,6 @@ export declare const FcProDataTable: {
1544
1543
  tools?(_: {}): any;
1545
1544
  };
1546
1545
  }) | null;
1547
- splitLineRef: HTMLDivElement;
1548
- paginationBoxRef: HTMLDivElement;
1549
1546
  }, any, import('vue').ComponentProvideOptions, {
1550
1547
  P: {};
1551
1548
  B: {};
@@ -5,6 +5,8 @@ export type TProFormField = {
5
5
  span?: number | 'full';
6
6
  prop: string;
7
7
  label: string;
8
+ initialValue?: any;
9
+ clearInitialValueOnReset?: boolean;
8
10
  tooltip?: string;
9
11
  type?: (typeof ComponentsMap)[keyof typeof ComponentsMap]['name'];
10
12
  attrs?: Record<string, any>;
@@ -1,4 +1,4 @@
1
- import { TProFormProps } from './ProForm.types';
1
+ import { TProFormField, TProFormProps } from './ProForm.types';
2
2
  declare const _default: import('vue').DefineComponent<TProFormProps, {
3
3
  $: import('vue').ComponentInternalInstance;
4
4
  $data: {};
@@ -175,7 +175,7 @@ declare const _default: import('vue').DefineComponent<TProFormProps, {
175
175
  labelPosition: "top" | "left" | "right";
176
176
  labelWidth: string | number;
177
177
  inline: boolean;
178
- fields: Array<import('./ProForm.types').TProFormField>;
178
+ fields: Array<TProFormField>;
179
179
  columns: number | "auto-fill" | "auto-fit";
180
180
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
181
181
  formRef: ({
@@ -0,0 +1,41 @@
1
+ interface Props {
2
+ gap?: number | string;
3
+ full?: boolean;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ header?(_: {}): any;
9
+ body?(_: {
10
+ width: number;
11
+ height: number;
12
+ }): any;
13
+ footer?(_: {}): any;
14
+ };
15
+ refs: {
16
+ layoutRef: HTMLDivElement;
17
+ headerRef: HTMLDivElement;
18
+ bodyRef: HTMLDivElement;
19
+ footerRef: HTMLDivElement;
20
+ ghostBodyRef: HTMLDivElement;
21
+ };
22
+ rootEl: HTMLDivElement;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
26
+ full: boolean;
27
+ gap: number | string;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
29
+ layoutRef: HTMLDivElement;
30
+ headerRef: HTMLDivElement;
31
+ bodyRef: HTMLDivElement;
32
+ footerRef: HTMLDivElement;
33
+ ghostBodyRef: HTMLDivElement;
34
+ }, HTMLDivElement>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ export default _default;
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
@@ -6,3 +6,4 @@ export * from './TreeTransfer';
6
6
  export * from './EditFormCard';
7
7
  export * from './FormDialog';
8
8
  export * from './QueryForm';
9
+ export * from './VerticalLayout';
@@ -1,4 +1,5 @@
1
1
  import { DatePickerType } from 'element-plus/es/components/date-picker-panel/src/types';
2
+ import { nextTick } from 'vue';
2
3
  type __VLS_Props = {
3
4
  type?: DatePickerType;
4
5
  disabled?: boolean;
@@ -10,8 +11,11 @@ type __VLS_PublicProps = {
10
11
  } & __VLS_Props;
11
12
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
13
  "update:modelValue": (value: any) => any;
14
+ } & {
15
+ change: (value: any) => any;
13
16
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
17
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
18
+ onChange?: ((value: any) => any) | undefined;
15
19
  }>, {
16
20
  disabled: boolean;
17
21
  type: DatePickerType;
@@ -473,7 +477,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
473
477
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
474
478
  };
475
479
  $forceUpdate: () => void;
476
- $nextTick: typeof import('vue').nextTick;
480
+ $nextTick: typeof nextTick;
477
481
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
478
482
  } & Readonly<{
479
483
  offset: number;
@@ -1207,7 +1211,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
1207
1211
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1208
1212
  };
1209
1213
  $forceUpdate: () => void;
1210
- $nextTick: typeof import('vue').nextTick;
1214
+ $nextTick: typeof nextTick;
1211
1215
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1212
1216
  offset: number;
1213
1217
  teleported: boolean;
@@ -1339,7 +1343,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
1339
1343
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1340
1344
  };
1341
1345
  $forceUpdate: () => void;
1342
- $nextTick: typeof import('vue').nextTick;
1346
+ $nextTick: typeof nextTick;
1343
1347
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1344
1348
  } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "disabled" | "onClick" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "style" | "transition" | "onFocus" | "onBlur" | "onKeydown" | "onMouseenter" | "onMouseleave" | "onContextmenu" | "hideAfter" | "effect" | "teleported" | "persistent" | "virtualTriggering" | "virtualRef" | "visible" | "id" | "className" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperClass" | "popperStyle" | "referenceEl" | "triggerTargetEl" | "stopPopperMouseEvent" | "zIndex" | "ariaLabel" | "loop" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "offset" | "placement" | "popperOptions" | "strategy" | "arrowOffset" | "popperRef" | "hide" | "role" | "contentRef" | "appendTo" | "onClose" | "onOpen" | "open" | "showArrow" | "onUpdate:visible" | "content" | "rawContent" | "showAfter" | "autoClose" | "trigger" | "triggerKeys" | "focusOnTarget" | "isFocusInsideContent" | "updatePopper" | "onShow" | "onHide" | "onBefore-show" | "onBefore-hide"> & import('vue').ShallowUnwrapRef<{
1345
1349
  $: import('vue').ComponentInternalInstance;
@@ -1790,7 +1794,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
1790
1794
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1791
1795
  };
1792
1796
  $forceUpdate: () => void;
1793
- $nextTick: typeof import('vue').nextTick;
1797
+ $nextTick: typeof nextTick;
1794
1798
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1795
1799
  offset: number;
1796
1800
  teleported: boolean;
@@ -2868,7 +2872,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
2868
2872
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2869
2873
  };
2870
2874
  $forceUpdate: () => void;
2871
- $nextTick: typeof import('vue').nextTick;
2875
+ $nextTick: typeof nextTick;
2872
2876
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2873
2877
  type: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
2874
2878
  modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown>;
@@ -3047,7 +3051,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
3047
3051
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
3048
3052
  };
3049
3053
  $forceUpdate: () => void;
3050
- $nextTick: typeof import('vue').nextTick;
3054
+ $nextTick: typeof nextTick;
3051
3055
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
3052
3056
  } & Readonly<{
3053
3057
  type: DatePickerType;
@@ -3511,7 +3515,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
3511
3515
  errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
3512
3516
  };
3513
3517
  $forceUpdate: () => void;
3514
- $nextTick: typeof import('vue').nextTick;
3518
+ $nextTick: typeof nextTick;
3515
3519
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
3516
3520
  type: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
3517
3521
  modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown>;
@@ -14,8 +14,11 @@ declare function __VLS_template(): {
14
14
  disabledDate?: (date: Date) => boolean;
15
15
  }> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
17
+ onChange?: ((value: any) => any) | undefined;
17
18
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
19
  "update:modelValue": (value: any) => any;
20
+ } & {
21
+ change: (value: any) => any;
19
22
  }, import('vue').PublicProps, {
20
23
  disabled: boolean;
21
24
  type: import('element-plus').DatePickerType;
@@ -3685,6 +3688,7 @@ declare function __VLS_template(): {
3685
3688
  disabledDate?: (date: Date) => boolean;
3686
3689
  }> & Readonly<{
3687
3690
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3691
+ onChange?: ((value: any) => any) | undefined;
3688
3692
  }>, {}, {}, {}, {}, {
3689
3693
  disabled: boolean;
3690
3694
  type: import('element-plus').DatePickerType;
@@ -3705,6 +3709,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
3705
3709
  readonly valueFormat?: string | undefined;
3706
3710
  readonly disabledDate?: ((date: Date) => boolean) | undefined;
3707
3711
  readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3712
+ readonly onChange?: ((value: any) => any) | undefined;
3708
3713
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
3709
3714
  $attrs: {
3710
3715
  [x: string]: unknown;
@@ -7366,7 +7371,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7366
7371
  $root: import('vue').ComponentPublicInstance | null;
7367
7372
  $parent: import('vue').ComponentPublicInstance | null;
7368
7373
  $host: Element | null;
7369
- $emit: (event: "update:modelValue", value: any) => void;
7374
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "change", value: any) => void);
7370
7375
  $el: any;
7371
7376
  $options: import('vue').ComponentOptionsBase<Readonly<{
7372
7377
  modelValue?: any[] | any;
@@ -7377,8 +7382,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7377
7382
  disabledDate?: (date: Date) => boolean;
7378
7383
  }> & Readonly<{
7379
7384
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7385
+ onChange?: ((value: any) => any) | undefined;
7380
7386
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7381
7387
  "update:modelValue": (value: any) => any;
7388
+ } & {
7389
+ change: (value: any) => any;
7382
7390
  }, string, {
7383
7391
  disabled: boolean;
7384
7392
  type: import('element-plus').DatePickerType;
@@ -7408,6 +7416,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7408
7416
  type: import('element-plus').DatePickerType;
7409
7417
  disabledDate: (date: Date) => boolean;
7410
7418
  valueFormat: string;
7419
+ onChange?: ((value: any) => any) | undefined;
7411
7420
  modelValue?: any[] | any;
7412
7421
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7413
7422
  $route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
@@ -7424,8 +7433,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7424
7433
  disabledDate?: (date: Date) => boolean;
7425
7434
  }> & Readonly<{
7426
7435
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7436
+ onChange?: ((value: any) => any) | undefined;
7427
7437
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7428
7438
  "update:modelValue": (value: any) => any;
7439
+ } & {
7440
+ change: (value: any) => any;
7429
7441
  }, import('vue').PublicProps, {
7430
7442
  disabled: boolean;
7431
7443
  type: import('element-plus').DatePickerType;
@@ -11095,6 +11107,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
11095
11107
  disabledDate?: (date: Date) => boolean;
11096
11108
  }> & Readonly<{
11097
11109
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
11110
+ onChange?: ((value: any) => any) | undefined;
11098
11111
  }>, {}, {}, {}, {}, {
11099
11112
  disabled: boolean;
11100
11113
  type: import('element-plus').DatePickerType;
@@ -16,8 +16,11 @@ declare function __VLS_template(): {
16
16
  disabledDate?: (date: Date) => boolean;
17
17
  }> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
19
+ onChange?: ((value: any) => any) | undefined;
19
20
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
21
  "update:modelValue": (value: any) => any;
22
+ } & {
23
+ change: (value: any) => any;
21
24
  }, import('vue').PublicProps, {
22
25
  disabled: boolean;
23
26
  type: import('element-plus').DatePickerType;
@@ -3687,6 +3690,7 @@ declare function __VLS_template(): {
3687
3690
  disabledDate?: (date: Date) => boolean;
3688
3691
  }> & Readonly<{
3689
3692
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3693
+ onChange?: ((value: any) => any) | undefined;
3690
3694
  }>, {}, {}, {}, {}, {
3691
3695
  disabled: boolean;
3692
3696
  type: import('element-plus').DatePickerType;
@@ -3707,6 +3711,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
3707
3711
  readonly valueFormat?: string | undefined;
3708
3712
  readonly disabledDate?: ((date: Date) => boolean) | undefined;
3709
3713
  readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3714
+ readonly onChange?: ((value: any) => any) | undefined;
3710
3715
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
3711
3716
  $attrs: {
3712
3717
  [x: string]: unknown;
@@ -7368,7 +7373,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7368
7373
  $root: import('vue').ComponentPublicInstance | null;
7369
7374
  $parent: import('vue').ComponentPublicInstance | null;
7370
7375
  $host: Element | null;
7371
- $emit: (event: "update:modelValue", value: any) => void;
7376
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "change", value: any) => void);
7372
7377
  $el: any;
7373
7378
  $options: import('vue').ComponentOptionsBase<Readonly<{
7374
7379
  modelValue?: any[] | any;
@@ -7379,8 +7384,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7379
7384
  disabledDate?: (date: Date) => boolean;
7380
7385
  }> & Readonly<{
7381
7386
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7387
+ onChange?: ((value: any) => any) | undefined;
7382
7388
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7383
7389
  "update:modelValue": (value: any) => any;
7390
+ } & {
7391
+ change: (value: any) => any;
7384
7392
  }, string, {
7385
7393
  disabled: boolean;
7386
7394
  type: import('element-plus').DatePickerType;
@@ -7410,6 +7418,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7410
7418
  type: import('element-plus').DatePickerType;
7411
7419
  disabledDate: (date: Date) => boolean;
7412
7420
  valueFormat: string;
7421
+ onChange?: ((value: any) => any) | undefined;
7413
7422
  modelValue?: any[] | any;
7414
7423
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7415
7424
  $route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
@@ -7428,8 +7437,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
7428
7437
  disabledDate?: (date: Date) => boolean;
7429
7438
  }> & Readonly<{
7430
7439
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7440
+ onChange?: ((value: any) => any) | undefined;
7431
7441
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7432
7442
  "update:modelValue": (value: any) => any;
7443
+ } & {
7444
+ change: (value: any) => any;
7433
7445
  }, import('vue').PublicProps, {
7434
7446
  disabled: boolean;
7435
7447
  type: import('element-plus').DatePickerType;
@@ -11099,6 +11111,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
11099
11111
  disabledDate?: (date: Date) => boolean;
11100
11112
  }> & Readonly<{
11101
11113
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
11114
+ onChange?: ((value: any) => any) | undefined;
11102
11115
  }>, {}, {}, {}, {}, {
11103
11116
  disabled: boolean;
11104
11117
  type: import('element-plus').DatePickerType;