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.
- package/dist/index.css +1 -1
- package/dist/index.css.gz +0 -0
- package/dist/index.js +8 -11
- package/dist/index.js.gz +0 -0
- package/dist/index.umd.cjs +2 -2
- package/dist/src/components/CommonForm/fields/TreeSelect.vue.d.ts +2 -2
- package/dist/src/components/CommonTable/src/index.vue.d.ts +3 -2
- package/dist/src/components/CommonTable/src/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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;
|