jgy-public-component 0.0.19 → 0.0.21

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.
@@ -34,9 +34,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
34
34
  size: ButtonSize;
35
35
  type: ButtonType;
36
36
  disabled: boolean;
37
+ loading: boolean;
37
38
  plain: boolean;
38
39
  round: boolean;
39
- loading: boolean;
40
40
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
41
41
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
42
42
  export default _default;
@@ -21,8 +21,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
21
21
  showReset: boolean;
22
22
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
23
  search: () => void;
24
- reset: () => void;
25
24
  add: () => void;
25
+ reset: () => void;
26
26
  batchDelete: () => void;
27
27
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
28
28
  selectedCount?: number;
@@ -42,8 +42,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
42
42
  showReset: boolean;
43
43
  }>>> & Readonly<{
44
44
  onSearch?: (() => any) | undefined;
45
- onReset?: (() => any) | undefined;
46
45
  onAdd?: (() => any) | undefined;
46
+ onReset?: (() => any) | undefined;
47
47
  onBatchDelete?: (() => any) | undefined;
48
48
  }>, {
49
49
  selectedCount: number;
@@ -47,13 +47,13 @@ declare const _default: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VL
47
47
  uploadFn: undefined;
48
48
  }>>> & Readonly<{
49
49
  onSuccess?: ((url: string) => any) | undefined;
50
- onError?: ((error: any) => any) | undefined;
51
50
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
51
+ onError?: ((error: any) => any) | undefined;
52
52
  }>, {
53
53
  disabled: boolean;
54
54
  modelValue: string | string[];
55
- accept: string;
56
55
  multiple: boolean;
56
+ accept: string;
57
57
  limit: number;
58
58
  maxSize: number;
59
59
  tip: string;