tutor-pro-ui-vue 1.3.6-beta → 1.3.8-beta

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.
@@ -1,7 +1,7 @@
1
1
  import { FormItemProps } from 'element-plus';
2
2
  declare let __VLS_typeProps: {
3
- isSearch: boolean;
4
- formItemConfig: Partial<FormItemProps>;
3
+ isSearch?: boolean;
4
+ formItemConfig?: Partial<FormItemProps>;
5
5
  };
6
6
  type __VLS_PublicProps = {
7
7
  modelValue?: any;
@@ -306,7 +306,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
306
306
  readonly default: () => {
307
307
  show: boolean;
308
308
  title: string;
309
- fixed: string;
310
309
  };
311
310
  };
312
311
  readonly selectionConfig: {
@@ -314,6 +313,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
314
313
  isSelection?: boolean;
315
314
  key?: string;
316
315
  isAcrossPage?: boolean;
316
+ fixed?: string;
317
317
  }>;
318
318
  readonly default: () => {
319
319
  isSelection: boolean;
@@ -408,7 +408,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
408
408
  readonly default: () => {
409
409
  show: boolean;
410
410
  title: string;
411
- fixed: string;
412
411
  };
413
412
  };
414
413
  readonly selectionConfig: {
@@ -416,6 +415,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
416
415
  isSelection?: boolean;
417
416
  key?: string;
418
417
  isAcrossPage?: boolean;
418
+ fixed?: string;
419
419
  }>;
420
420
  readonly default: () => {
421
421
  isSelection: boolean;
@@ -480,6 +480,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
480
480
  isSelection?: boolean;
481
481
  key?: string;
482
482
  isAcrossPage?: boolean;
483
+ fixed?: string;
483
484
  };
484
485
  readonly expandConfig: Partial<TableColumnCtx<any>>;
485
486
  readonly selectData: any[];
@@ -58,7 +58,6 @@ export declare const tableProps: {
58
58
  readonly default: () => {
59
59
  show: boolean;
60
60
  title: string;
61
- fixed: string;
62
61
  };
63
62
  };
64
63
  readonly selectionConfig: {
@@ -66,6 +65,7 @@ export declare const tableProps: {
66
65
  isSelection?: boolean;
67
66
  key?: string;
68
67
  isAcrossPage?: boolean;
68
+ fixed?: string;
69
69
  }>;
70
70
  readonly default: () => {
71
71
  isSelection: boolean;
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.6-beta",
4
+ "version": "1.3.8-beta",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",