tutor-pro-ui-vue 1.3.50 → 1.3.54

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.
@@ -20,7 +20,9 @@ declare function __VLS_template(): {
20
20
  attrs: Partial<{}>;
21
21
  };
22
22
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
24
+ getCheckedNodes: (leafOnly?: boolean) => import('element-plus').CascaderNode[] | undefined;
25
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
26
  "update:modelValue": (modelValue: any) => any;
25
27
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
28
  "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
@@ -14,7 +14,9 @@ declare function __VLS_template(): {
14
14
  attrs: Partial<{}>;
15
15
  };
16
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
18
+ getCheckedNodes: (leafOnly?: boolean) => any;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
20
  "update:modelValue": (modelValue: any) => any;
19
21
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
22
  "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
@@ -7,6 +7,7 @@ import { FormInstance } from 'element-plus';
7
7
  export declare const useInitForm: (props: CommonFormProps) => {
8
8
  formState: import('vue').ModelRef<Record<string, any>, PropertyKey, Record<string, any>, Record<string, any>>;
9
9
  formRef: Ref<FormInstance | undefined, FormInstance | undefined>;
10
+ componentRefs: Ref<any, any>;
10
11
  };
11
12
  /**
12
13
  * Input 组件是否展示toolTip
@@ -98,6 +98,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
98
98
  validate: () => import('element-plus').FormValidationResult | undefined;
99
99
  resetFields: (name?: string[]) => Promise<void>;
100
100
  clearValidate: (name?: string[]) => void;
101
+ getComponentRefs: () => any[];
101
102
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
102
103
  "update:modelValue": (...args: any[]) => void;
103
104
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -111,6 +111,7 @@ declare function __VLS_template(): {
111
111
  validate: () => import('element-plus').FormValidationResult | undefined;
112
112
  resetFields: (name?: string[]) => Promise<void>;
113
113
  clearValidate: (name?: string[]) => void;
114
+ getComponentRefs: () => any[];
114
115
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
115
116
  "update:modelValue": (...args: any[]) => void;
116
117
  }, import('vue').PublicProps, {
@@ -241,6 +242,7 @@ declare function __VLS_template(): {
241
242
  validate: () => import('element-plus').FormValidationResult | undefined;
242
243
  resetFields: (name?: string[]) => Promise<void>;
243
244
  clearValidate: (name?: string[]) => void;
245
+ getComponentRefs: () => any[];
244
246
  }, {}, {}, {}, {
245
247
  readonly modelValue: Record<string, any>;
246
248
  readonly disabled: boolean;
@@ -368,6 +370,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
368
370
  };
369
371
  getTableRef: () => any;
370
372
  getTotal: () => number;
373
+ getComponentRefs: () => any;
371
374
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
372
375
  "update:formState": (...args: any[]) => void;
373
376
  "update:selectData": (...args: any[]) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tutor-pro-ui-vue",
3
3
  "private": false,
4
- "version": "1.3.50",
4
+ "version": "1.3.54",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",