@keyblade/pro-components 1.13.8-alpha.30 → 1.13.8-alpha.33

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.
package/es/inerface.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './pro-footer-bar/inerface';
2
2
  export * from './pro-date-range-picker/inerface';
3
+ export * from './pro-table/interface';
@@ -49,12 +49,12 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
49
49
  declare const __VLS_component: import('vue').DefineComponent<IProCalendarProps, {
50
50
  changePageShowDate: typeof changePageShowDate;
51
51
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
52
- change: (date: Date) => any;
53
52
  "update:modelValue": (date: Date) => any;
53
+ change: (date: Date) => any;
54
54
  panelChange: (date: Date) => any;
55
55
  }, string, import('vue').PublicProps, Readonly<IProCalendarProps> & Readonly<{
56
- onChange?: ((date: Date) => any) | undefined;
57
56
  "onUpdate:modelValue"?: ((date: Date) => any) | undefined;
57
+ onChange?: ((date: Date) => any) | undefined;
58
58
  onPanelChange?: ((date: Date) => any) | undefined;
59
59
  }>, {
60
60
  header: boolean | import('./inerface').IHeaderObjProps;
@@ -4,14 +4,14 @@ import { default as _ProCalendar } from './calendar.vue';
4
4
  import { ProCalendarProps } from './inerface';
5
5
  declare const ProCalendar: {
6
6
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./inerface').IProCalendarProps> & Readonly<{
7
- onChange?: ((date: Date) => any) | undefined;
8
7
  "onUpdate:modelValue"?: ((date: Date) => any) | undefined;
8
+ onChange?: ((date: Date) => any) | undefined;
9
9
  onPanelChange?: ((date: Date) => any) | undefined;
10
10
  }>, {
11
11
  changePageShowDate: (type: "prev" | "next", unit: import('./enum').EMode) => void;
12
12
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
- change: (date: Date) => any;
14
13
  "update:modelValue": (date: Date) => any;
14
+ change: (date: Date) => any;
15
15
  panelChange: (date: Date) => any;
16
16
  }, import('vue').PublicProps, {
17
17
  header: boolean | import('./inerface').IHeaderObjProps;
@@ -30,8 +30,8 @@ declare const ProCalendar: {
30
30
  M: {};
31
31
  Defaults: {};
32
32
  }, Readonly<import('./inerface').IProCalendarProps> & Readonly<{
33
- onChange?: ((date: Date) => any) | undefined;
34
33
  "onUpdate:modelValue"?: ((date: Date) => any) | undefined;
34
+ onChange?: ((date: Date) => any) | undefined;
35
35
  onPanelChange?: ((date: Date) => any) | undefined;
36
36
  }>, {
37
37
  changePageShowDate: (type: "prev" | "next", unit: import('./enum').EMode) => void;
@@ -49,14 +49,14 @@ declare const ProCalendar: {
49
49
  __isTeleport?: never;
50
50
  __isSuspense?: never;
51
51
  } & import('vue').ComponentOptionsBase<Readonly<import('./inerface').IProCalendarProps> & Readonly<{
52
- onChange?: ((date: Date) => any) | undefined;
53
52
  "onUpdate:modelValue"?: ((date: Date) => any) | undefined;
53
+ onChange?: ((date: Date) => any) | undefined;
54
54
  onPanelChange?: ((date: Date) => any) | undefined;
55
55
  }>, {
56
56
  changePageShowDate: (type: "prev" | "next", unit: import('./enum').EMode) => void;
57
57
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
- change: (date: Date) => any;
59
58
  "update:modelValue": (date: Date) => any;
59
+ change: (date: Date) => any;
60
60
  panelChange: (date: Date) => any;
61
61
  }, string, {
62
62
  header: boolean | import('./inerface').IHeaderObjProps;
@@ -6,11 +6,11 @@ declare const ProDateRangePicker: {
6
6
  "update:modelValue": (value: import('./inerface').IModelValue) => any;
7
7
  }, import('vue').PublicProps, {
8
8
  separator: string;
9
+ hideLabel: boolean;
9
10
  startField: string;
10
11
  endField: string;
11
12
  startPlaceholder: string;
12
13
  endPlaceholder: string;
13
- hideLabel: boolean;
14
14
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
15
15
  startDatePickerRef: unknown;
16
16
  endDatePickerRef: unknown;
@@ -25,11 +25,11 @@ declare const ProDateRangePicker: {
25
25
  "onUpdate:modelValue"?: ((value: import('./inerface').IModelValue) => any) | undefined;
26
26
  }>, {}, {}, {}, {}, {
27
27
  separator: string;
28
+ hideLabel: boolean;
28
29
  startField: string;
29
30
  endField: string;
30
31
  startPlaceholder: string;
31
32
  endPlaceholder: string;
32
- hideLabel: boolean;
33
33
  }>;
34
34
  __isFragment?: never;
35
35
  __isTeleport?: never;
@@ -40,11 +40,11 @@ declare const ProDateRangePicker: {
40
40
  "update:modelValue": (value: import('./inerface').IModelValue) => any;
41
41
  }, string, {
42
42
  separator: string;
43
+ hideLabel: boolean;
43
44
  startField: string;
44
45
  endField: string;
45
46
  startPlaceholder: string;
46
47
  endPlaceholder: string;
47
- hideLabel: boolean;
48
48
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
49
49
  install: (app: App) => void;
50
50
  };
@@ -5,11 +5,11 @@ declare const _default: import('vue').DefineComponent<IProDateRangePickerProps,
5
5
  "onUpdate:modelValue"?: ((value: IModelValue) => any) | undefined;
6
6
  }>, {
7
7
  separator: string;
8
+ hideLabel: boolean;
8
9
  startField: string;
9
10
  endField: string;
10
11
  startPlaceholder: string;
11
12
  endPlaceholder: string;
12
- hideLabel: boolean;
13
13
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
14
14
  startDatePickerRef: unknown;
15
15
  endDatePickerRef: unknown;