tutor-pro-ui-vue 1.3.54 → 1.3.58

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.
@@ -6,6 +6,7 @@ declare function __VLS_template(): {
6
6
  row: any;
7
7
  }): any;
8
8
  expand?(_: any): any;
9
+ right?(_: {}): any;
9
10
  };
10
11
  refs: {
11
12
  commonFormContainerRef: HTMLDivElement;
@@ -371,6 +372,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
371
372
  getTableRef: () => any;
372
373
  getTotal: () => number;
373
374
  getComponentRefs: () => any;
375
+ getFormRef: () => any;
374
376
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
375
377
  "update:formState": (...args: any[]) => void;
376
378
  "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.54",
4
+ "version": "1.3.58",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",