@qqt-product/ui 11.0.13 → 11.0.15
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.es.js +8347 -8343
- package/dist/index.umd.js +85 -85
- package/dist/lib/components/detail-grid/index.d.ts +1 -11
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +1 -11
- package/dist/lib/components/edit-grid/index.d.ts +1 -11
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +0 -4
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +1 -11
- package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +1 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -59,10 +59,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
59
59
|
readonly type: PropType<boolean>;
|
|
60
60
|
readonly default: false;
|
|
61
61
|
};
|
|
62
|
-
readonly setMaxHeight: {
|
|
63
|
-
readonly type: PropType<boolean>;
|
|
64
|
-
readonly default: true;
|
|
65
|
-
};
|
|
66
62
|
}, {
|
|
67
63
|
groupName: Ref<string>;
|
|
68
64
|
groupNameI18nKey: Ref<string>;
|
|
@@ -72,8 +68,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
72
68
|
[key: string]: string | boolean;
|
|
73
69
|
}>;
|
|
74
70
|
buttons: Ref<PageButton[]>;
|
|
75
|
-
|
|
76
|
-
wrapBoxHeight: ComputedRef<string | number>;
|
|
71
|
+
wrapBoxHeight: ComputedRef<number>;
|
|
77
72
|
isVertical: ComputedRef<boolean>;
|
|
78
73
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
79
74
|
gridOptions: {
|
|
@@ -2698,10 +2693,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2698
2693
|
readonly type: PropType<boolean>;
|
|
2699
2694
|
readonly default: false;
|
|
2700
2695
|
};
|
|
2701
|
-
readonly setMaxHeight: {
|
|
2702
|
-
readonly type: PropType<boolean>;
|
|
2703
|
-
readonly default: true;
|
|
2704
|
-
};
|
|
2705
2696
|
}>>, {
|
|
2706
2697
|
readonly total: Record<string, any>;
|
|
2707
2698
|
readonly columns: ColumnItem[];
|
|
@@ -2716,6 +2707,5 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2716
2707
|
readonly slot: boolean;
|
|
2717
2708
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2718
2709
|
readonly useAllConfig: boolean;
|
|
2719
|
-
readonly setMaxHeight: boolean;
|
|
2720
2710
|
}, {}>>;
|
|
2721
2711
|
export default _default;
|
|
@@ -55,10 +55,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
55
55
|
readonly type: PropType<boolean>;
|
|
56
56
|
readonly default: false;
|
|
57
57
|
};
|
|
58
|
-
readonly setMaxHeight: {
|
|
59
|
-
readonly type: PropType<boolean>;
|
|
60
|
-
readonly default: true;
|
|
61
|
-
};
|
|
62
58
|
}, {
|
|
63
59
|
groupName: Ref<string>;
|
|
64
60
|
groupNameI18nKey: Ref<string>;
|
|
@@ -68,8 +64,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
68
64
|
[key: string]: string | boolean;
|
|
69
65
|
}>;
|
|
70
66
|
buttons: Ref<PageButton[]>;
|
|
71
|
-
|
|
72
|
-
wrapBoxHeight: ComputedRef<string | number>;
|
|
67
|
+
wrapBoxHeight: ComputedRef<number>;
|
|
73
68
|
isVertical: ComputedRef<boolean>;
|
|
74
69
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
75
70
|
gridOptions: {
|
|
@@ -2694,10 +2689,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2694
2689
|
readonly type: PropType<boolean>;
|
|
2695
2690
|
readonly default: false;
|
|
2696
2691
|
};
|
|
2697
|
-
readonly setMaxHeight: {
|
|
2698
|
-
readonly type: PropType<boolean>;
|
|
2699
|
-
readonly default: true;
|
|
2700
|
-
};
|
|
2701
2692
|
}>>, {
|
|
2702
2693
|
readonly total: Record<string, any>;
|
|
2703
2694
|
readonly columns: ColumnItem[];
|
|
@@ -2712,6 +2703,5 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2712
2703
|
readonly slot: boolean;
|
|
2713
2704
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2714
2705
|
readonly useAllConfig: boolean;
|
|
2715
|
-
readonly setMaxHeight: boolean;
|
|
2716
2706
|
}, {}>;
|
|
2717
2707
|
export default _sfc_main;
|
|
@@ -61,10 +61,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
61
61
|
readonly type: PropType<boolean>;
|
|
62
62
|
readonly default: false;
|
|
63
63
|
};
|
|
64
|
-
readonly setMaxHeight: {
|
|
65
|
-
readonly type: PropType<boolean>;
|
|
66
|
-
readonly default: true;
|
|
67
|
-
};
|
|
68
64
|
}, {
|
|
69
65
|
groupName: Ref<string>;
|
|
70
66
|
groupNameI18nKey: Ref<string>;
|
|
@@ -75,8 +71,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
75
71
|
}>;
|
|
76
72
|
buttons: Ref<PageButton[]>;
|
|
77
73
|
total: Ref<Record<string, any>>;
|
|
78
|
-
|
|
79
|
-
wrapBoxHeight: ComputedRef<string | number>;
|
|
74
|
+
wrapBoxHeight: ComputedRef<number>;
|
|
80
75
|
isVertical: ComputedRef<boolean>;
|
|
81
76
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
82
77
|
gridOptions: {
|
|
@@ -2702,10 +2697,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2702
2697
|
readonly type: PropType<boolean>;
|
|
2703
2698
|
readonly default: false;
|
|
2704
2699
|
};
|
|
2705
|
-
readonly setMaxHeight: {
|
|
2706
|
-
readonly type: PropType<boolean>;
|
|
2707
|
-
readonly default: true;
|
|
2708
|
-
};
|
|
2709
2700
|
}>>, {
|
|
2710
2701
|
readonly total: Record<string, any>;
|
|
2711
2702
|
readonly columns: ColumnItem[];
|
|
@@ -2720,6 +2711,5 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2720
2711
|
readonly slot: boolean;
|
|
2721
2712
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2722
2713
|
readonly useAllConfig: boolean;
|
|
2723
|
-
readonly setMaxHeight: boolean;
|
|
2724
2714
|
}, {}>>;
|
|
2725
2715
|
export default _default;
|
|
@@ -54,10 +54,6 @@ export declare const editGridProps: {
|
|
|
54
54
|
readonly type: PropType<boolean>;
|
|
55
55
|
readonly default: false;
|
|
56
56
|
};
|
|
57
|
-
readonly setMaxHeight: {
|
|
58
|
-
readonly type: PropType<boolean>;
|
|
59
|
-
readonly default: true;
|
|
60
|
-
};
|
|
61
57
|
};
|
|
62
58
|
export type EditGridProps = ExtractPropTypes<typeof editGridProps>;
|
|
63
59
|
export interface EditGridReturnType {
|
|
@@ -56,10 +56,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
56
56
|
readonly type: PropType<boolean>;
|
|
57
57
|
readonly default: false;
|
|
58
58
|
};
|
|
59
|
-
readonly setMaxHeight: {
|
|
60
|
-
readonly type: PropType<boolean>;
|
|
61
|
-
readonly default: true;
|
|
62
|
-
};
|
|
63
59
|
}, {
|
|
64
60
|
groupName: Ref<string>;
|
|
65
61
|
groupNameI18nKey: Ref<string>;
|
|
@@ -70,8 +66,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
70
66
|
}>;
|
|
71
67
|
buttons: Ref<PageButton[]>;
|
|
72
68
|
total: Ref<Record<string, any>>;
|
|
73
|
-
|
|
74
|
-
wrapBoxHeight: ComputedRef<string | number>;
|
|
69
|
+
wrapBoxHeight: ComputedRef<number>;
|
|
75
70
|
isVertical: ComputedRef<boolean>;
|
|
76
71
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
77
72
|
gridOptions: {
|
|
@@ -2697,10 +2692,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2697
2692
|
readonly type: PropType<boolean>;
|
|
2698
2693
|
readonly default: false;
|
|
2699
2694
|
};
|
|
2700
|
-
readonly setMaxHeight: {
|
|
2701
|
-
readonly type: PropType<boolean>;
|
|
2702
|
-
readonly default: true;
|
|
2703
|
-
};
|
|
2704
2695
|
}>>, {
|
|
2705
2696
|
readonly total: Record<string, any>;
|
|
2706
2697
|
readonly columns: ColumnItem[];
|
|
@@ -2715,6 +2706,5 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2715
2706
|
readonly slot: boolean;
|
|
2716
2707
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2717
2708
|
readonly useAllConfig: boolean;
|
|
2718
|
-
readonly setMaxHeight: boolean;
|
|
2719
2709
|
}, {}>;
|
|
2720
2710
|
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Ref, ComputedRef } from 'vue';
|
|
2
2
|
import type { VxeGridProps } from 'vxe-table';
|
|
3
3
|
import { RecordString } from '../../../edit-page-layout';
|
|
4
|
-
export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<
|
|
4
|
+
export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<number>;
|