@qqt-product/ui 15.0.0 → 16.0.1
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 +85508 -82878
- package/dist/index.umd.js +143 -161
- package/dist/lib/components/audit-modal/index.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/component/afterSignModal.vue.d.ts +232 -0
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +15 -4
- package/dist/lib/components/basicTitle/index.d.ts +96 -0
- package/dist/lib/components/basicTitle/src/BasicHelp.d.ts +99 -0
- package/dist/lib/components/basicTitle/src/BasicTitle.vue.d.ts +123 -0
- package/dist/lib/components/breadcrumb/index.d.ts +2 -7
- package/dist/lib/components/card-list-layout/index.d.ts +1 -1
- package/dist/lib/components/card-list-layout/src/index.vue.d.ts +1 -1
- package/dist/lib/components/cascader/index.d.ts +3 -3
- package/dist/lib/components/cascader/src/cascader-types.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +3 -3
- package/dist/lib/components/checkbox/index.d.ts +4 -4
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/dist/lib/components/code-editor-model/index.d.ts +5 -0
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +23 -9
- package/dist/lib/components/countdown/index.d.ts +2 -2
- package/dist/lib/components/countdown/src/countdown.d.ts +2 -2
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/custom-remote-select/src/type.d.ts +7 -0
- package/dist/lib/components/detail-grid/index.d.ts +14 -4
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +14 -4
- package/dist/lib/components/detail-page-layout/index.d.ts +10 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +11 -1
- package/dist/lib/components/edit-form/index.d.ts +2 -2
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +2 -2
- package/dist/lib/components/edit-grid/index.d.ts +14 -4
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +4 -0
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +14 -4
- 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 +1 -0
- package/dist/lib/components/empty/index.d.ts +2 -2
- package/dist/lib/components/flow-view/index.d.ts +1 -1
- package/dist/lib/components/flow-view/src/flow-view.d.ts +1 -1
- package/dist/lib/components/import-modal/index.d.ts +2 -2
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +2 -2
- package/dist/lib/components/index.d.ts +6 -1
- package/dist/lib/components/ladder-price/index.d.ts +2 -2
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +2 -2
- package/dist/lib/components/layout/index.d.ts +8 -3
- package/dist/lib/components/layout/src/header/index.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/index.vue.d.ts +8 -3
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +7 -2
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +7 -2
- package/dist/lib/components/layout-anchor/index.d.ts +5 -0
- package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +5 -0
- package/dist/lib/components/layout-pattern/index.d.ts +1 -170
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +1 -169
- package/dist/lib/components/list-page-layout/index.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/mock.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +6 -6
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
- package/dist/lib/components/menu/index.d.ts +2 -80
- package/dist/lib/components/modal/index.d.ts +1364 -0
- package/dist/lib/components/modal/src/BasicModal.vue.d.ts +1358 -0
- package/dist/lib/components/modal/src/components/Modal.d.ts +255 -0
- package/dist/lib/components/modal/src/components/ModalClose.vue.d.ts +56 -0
- package/dist/lib/components/modal/src/components/ModalFooter.vue.d.ts +262 -0
- package/dist/lib/components/modal/src/components/ModalHeader.vue.d.ts +19 -0
- package/dist/lib/components/modal/src/components/ModalWrapper.vue.d.ts +102 -0
- package/dist/lib/components/modal/src/hooks/useModal.d.ts +6 -0
- package/dist/lib/components/modal/src/hooks/useModalContext.d.ts +7 -0
- package/dist/lib/components/modal/src/hooks/useModalDrag.d.ts +7 -0
- package/dist/lib/components/modal/src/hooks/useModalFullScreen.d.ts +11 -0
- package/dist/lib/components/modal/src/props.d.ts +150 -0
- package/dist/lib/components/modal/src/typing.d.ts +204 -0
- package/dist/lib/components/page-layout/index.d.ts +175 -2
- package/dist/lib/components/{layout-pattern/src/hook/use-audit-button-hook.d.ts → page-layout/src/hook/use-audit-button.d.ts} +59 -3
- package/dist/lib/components/page-layout/src/hook/use-custom-format.d.ts +9 -0
- package/dist/lib/components/page-layout/src/hook/use-excel-import.d.ts +42 -0
- package/dist/lib/components/page-layout/src/hook/use-file-upload.d.ts +64 -0
- package/dist/lib/components/page-layout/src/hook/use-grid-events.d.ts +26 -0
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +33 -1
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +174 -1
- package/dist/lib/components/page-layout/src/util.d.ts +18 -2
- package/dist/lib/components/radio/index.d.ts +4 -4
- package/dist/lib/components/radio/src/radio-types.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/dist/lib/components/relation-graph/index.d.ts +6 -0
- package/dist/lib/components/relation-graph/src/relation-graph.vue.d.ts +89 -0
- package/dist/lib/components/remote-select/index.d.ts +2 -2
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +2 -2
- package/dist/lib/components/sale-template/index.d.ts +2 -1
- package/dist/lib/components/scrollContainer/index.d.ts +14 -0
- package/dist/lib/components/scrollContainer/src/ScrollContainer.vue.d.ts +10 -0
- package/dist/lib/components/scrollContainer/src/typing.d.ts +17 -0
- package/dist/lib/components/scrollbar/index.d.ts +80 -0
- package/dist/lib/components/scrollbar/src/Scrollbar.vue.d.ts +73 -0
- package/dist/lib/components/scrollbar/src/bar.d.ts +15 -0
- package/dist/lib/components/scrollbar/src/types.d.ts +18 -0
- package/dist/lib/components/scrollbar/src/util.d.ts +8 -0
- package/dist/lib/components/select/index.d.ts +2 -2
- package/dist/lib/components/select/src/select.vue.d.ts +2 -2
- package/dist/lib/components/select-modal/index.d.ts +2 -2
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +2 -2
- package/dist/lib/components/tree-select/index.d.ts +2 -2
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +2 -2
- package/dist/lib/components/upload-file/index.d.ts +4 -4
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +4 -4
- package/dist/lib/components/upload-image/index.d.ts +6 -4
- package/dist/lib/components/upload-image/src/preview.vue.d.ts +16 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +6 -4
- package/dist/lib/hooks/core/useAttrs.d.ts +9 -0
- package/dist/lib/hooks/core/useContext.d.ts +11 -0
- package/dist/lib/hooks/core/useTimeout.d.ts +11 -0
- package/dist/lib/hooks/event/useScrollTo.d.ts +10 -0
- package/dist/lib/hooks/event/useWindowSizeFn.d.ts +7 -0
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/types/index.d.ts +32 -0
- package/dist/lib/utils/domUtils.d.ts +36 -0
- package/dist/lib/utils/event/index.d.ts +3 -0
- package/dist/lib/utils/helper/tsxHelper.d.ts +13 -0
- package/dist/lib/utils/index.d.ts +7 -0
- package/dist/lib/utils/is.d.ts +22 -0
- package/dist/lib/utils/log.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +15 -13
- /package/dist/lib/components/page-layout/src/hook/{use-merge-defaultValues-hook.d.ts → use-merge-defaultValues.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-page-data-hook.d.ts → use-page-data.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-ref-instance-hook.d.ts → use-ref-instance.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-remote-config-hook.d.ts → use-remote-config.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-uid-hook.d.ts → use-uid.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DefineComponent,
|
|
1
|
+
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButton, PageButtonPosition, pageButtonPositionValidator, RecordString, Expose, ComputedFormFieldsItem } from '../../edit-page-layout';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
showPageHeader: {
|
|
@@ -97,6 +97,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
97
97
|
type: StringConstructor;
|
|
98
98
|
default: string;
|
|
99
99
|
};
|
|
100
|
+
} & {
|
|
101
|
+
isDetail: {
|
|
102
|
+
type: PropType<boolean>;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
100
105
|
}, {
|
|
101
106
|
instance: Ref<Expose | undefined>;
|
|
102
107
|
classes: ComputedRef<{
|
|
@@ -208,6 +213,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
208
213
|
type: StringConstructor;
|
|
209
214
|
default: string;
|
|
210
215
|
};
|
|
216
|
+
} & {
|
|
217
|
+
isDetail: {
|
|
218
|
+
type: PropType<boolean>;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
211
221
|
}>>, {
|
|
212
222
|
pattern: Pattern;
|
|
213
223
|
currentRow: CurrentRow;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MixSelectArgs } from '../select';
|
|
2
2
|
import type { TreeSelectPayload } from '../tree-select';
|
|
3
|
-
import type { CascaderOptionType } from 'ant-design-vue/
|
|
4
|
-
import type { Breakpoint } from 'ant-design-vue/
|
|
3
|
+
import type { CascaderOptionType } from 'ant-design-vue/es/cascader';
|
|
4
|
+
import type { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
|
|
5
5
|
import type { RecordString } from '../select-modal';
|
|
6
6
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
7
7
|
import type { FormInstance } from 'ant-design-vue';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CascaderOptionType } from 'ant-design-vue/
|
|
2
|
-
import type { Breakpoint } from 'ant-design-vue/
|
|
1
|
+
import type { CascaderOptionType } from 'ant-design-vue/es/cascader';
|
|
2
|
+
import type { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
|
|
3
3
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
4
4
|
import type { SrmI18n } from '../../../utils/type';
|
|
5
5
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -61,6 +61,10 @@ 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
|
+
};
|
|
64
68
|
}, {
|
|
65
69
|
groupName: Ref<string>;
|
|
66
70
|
groupNameI18nKey: Ref<string>;
|
|
@@ -71,7 +75,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
71
75
|
}>;
|
|
72
76
|
buttons: Ref<PageButton[]>;
|
|
73
77
|
total: Ref<Record<string, any>>;
|
|
74
|
-
|
|
78
|
+
setMaxHeight: Ref<boolean>;
|
|
79
|
+
wrapBoxHeight: ComputedRef<string | number>;
|
|
75
80
|
isVertical: ComputedRef<boolean>;
|
|
76
81
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
77
82
|
gridOptions: {
|
|
@@ -1927,7 +1932,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
1927
1932
|
}) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
|
|
1928
1933
|
} | undefined;
|
|
1929
1934
|
editConfig?: {
|
|
1930
|
-
trigger?: "" | "click" | "
|
|
1935
|
+
trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
|
|
1931
1936
|
enabled?: boolean | undefined;
|
|
1932
1937
|
mode?: string | undefined;
|
|
1933
1938
|
icon?: string | undefined;
|
|
@@ -1990,7 +1995,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
1990
1995
|
scrollToLeftOnChange?: boolean | undefined;
|
|
1991
1996
|
} | undefined;
|
|
1992
1997
|
scrollY?: {
|
|
1993
|
-
mode?: "
|
|
1998
|
+
mode?: "wheel" | "default" | undefined;
|
|
1994
1999
|
gt?: number | undefined;
|
|
1995
2000
|
oSize?: number | undefined;
|
|
1996
2001
|
enabled?: boolean | undefined;
|
|
@@ -2269,7 +2274,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2269
2274
|
enabled?: boolean | undefined;
|
|
2270
2275
|
slots?: any;
|
|
2271
2276
|
size?: SizeType | undefined;
|
|
2272
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
2277
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
2273
2278
|
currentPage?: number | undefined;
|
|
2274
2279
|
loading?: boolean | undefined;
|
|
2275
2280
|
pageSize?: number | undefined;
|
|
@@ -2697,6 +2702,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2697
2702
|
readonly type: PropType<boolean>;
|
|
2698
2703
|
readonly default: false;
|
|
2699
2704
|
};
|
|
2705
|
+
readonly setMaxHeight: {
|
|
2706
|
+
readonly type: PropType<boolean>;
|
|
2707
|
+
readonly default: true;
|
|
2708
|
+
};
|
|
2700
2709
|
}>>, {
|
|
2701
2710
|
readonly total: Record<string, any>;
|
|
2702
2711
|
readonly columns: ColumnItem[];
|
|
@@ -2711,5 +2720,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2711
2720
|
readonly slot: boolean;
|
|
2712
2721
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2713
2722
|
readonly useAllConfig: boolean;
|
|
2723
|
+
readonly setMaxHeight: boolean;
|
|
2714
2724
|
}, {}>>;
|
|
2715
2725
|
export default _default;
|
|
@@ -54,6 +54,10 @@ 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
|
+
};
|
|
57
61
|
};
|
|
58
62
|
export type EditGridProps = ExtractPropTypes<typeof editGridProps>;
|
|
59
63
|
export interface EditGridReturnType {
|
|
@@ -56,6 +56,10 @@ 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
|
+
};
|
|
59
63
|
}, {
|
|
60
64
|
groupName: Ref<string>;
|
|
61
65
|
groupNameI18nKey: Ref<string>;
|
|
@@ -66,7 +70,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
66
70
|
}>;
|
|
67
71
|
buttons: Ref<PageButton[]>;
|
|
68
72
|
total: Ref<Record<string, any>>;
|
|
69
|
-
|
|
73
|
+
setMaxHeight: Ref<boolean>;
|
|
74
|
+
wrapBoxHeight: ComputedRef<string | number>;
|
|
70
75
|
isVertical: ComputedRef<boolean>;
|
|
71
76
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
72
77
|
gridOptions: {
|
|
@@ -1922,7 +1927,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1922
1927
|
}) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
|
|
1923
1928
|
} | undefined;
|
|
1924
1929
|
editConfig?: {
|
|
1925
|
-
trigger?: "" | "click" | "
|
|
1930
|
+
trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
|
|
1926
1931
|
enabled?: boolean | undefined;
|
|
1927
1932
|
mode?: string | undefined;
|
|
1928
1933
|
icon?: string | undefined;
|
|
@@ -1985,7 +1990,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1985
1990
|
scrollToLeftOnChange?: boolean | undefined;
|
|
1986
1991
|
} | undefined;
|
|
1987
1992
|
scrollY?: {
|
|
1988
|
-
mode?: "
|
|
1993
|
+
mode?: "wheel" | "default" | undefined;
|
|
1989
1994
|
gt?: number | undefined;
|
|
1990
1995
|
oSize?: number | undefined;
|
|
1991
1996
|
enabled?: boolean | undefined;
|
|
@@ -2264,7 +2269,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2264
2269
|
enabled?: boolean | undefined;
|
|
2265
2270
|
slots?: any;
|
|
2266
2271
|
size?: SizeType | undefined;
|
|
2267
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
2272
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
2268
2273
|
currentPage?: number | undefined;
|
|
2269
2274
|
loading?: boolean | undefined;
|
|
2270
2275
|
pageSize?: number | undefined;
|
|
@@ -2692,6 +2697,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2692
2697
|
readonly type: PropType<boolean>;
|
|
2693
2698
|
readonly default: false;
|
|
2694
2699
|
};
|
|
2700
|
+
readonly setMaxHeight: {
|
|
2701
|
+
readonly type: PropType<boolean>;
|
|
2702
|
+
readonly default: true;
|
|
2703
|
+
};
|
|
2695
2704
|
}>>, {
|
|
2696
2705
|
readonly total: Record<string, any>;
|
|
2697
2706
|
readonly columns: ColumnItem[];
|
|
@@ -2706,5 +2715,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2706
2715
|
readonly slot: boolean;
|
|
2707
2716
|
readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
|
|
2708
2717
|
readonly useAllConfig: boolean;
|
|
2718
|
+
readonly setMaxHeight: boolean;
|
|
2709
2719
|
}, {}>;
|
|
2710
2720
|
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<number>;
|
|
4
|
+
export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<string | number>;
|
|
@@ -54,9 +54,9 @@ declare const Empty: DefineComponent<{
|
|
|
54
54
|
readonly default: "horizontal";
|
|
55
55
|
};
|
|
56
56
|
}>>, {
|
|
57
|
+
readonly color: string;
|
|
57
58
|
readonly mode: "vertical" | "horizontal";
|
|
58
59
|
readonly size: string;
|
|
59
|
-
readonly color: string;
|
|
60
60
|
readonly noMsg: string;
|
|
61
61
|
}, {}>;
|
|
62
62
|
export { Empty };
|
|
@@ -95,9 +95,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
95
95
|
readonly default: "horizontal";
|
|
96
96
|
};
|
|
97
97
|
}>>, {
|
|
98
|
+
readonly color: string;
|
|
98
99
|
readonly mode: "vertical" | "horizontal";
|
|
99
100
|
readonly size: string;
|
|
100
|
-
readonly color: string;
|
|
101
101
|
readonly noMsg: string;
|
|
102
102
|
}, {}>>;
|
|
103
103
|
export default _default;
|
|
@@ -108,6 +108,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
108
108
|
default: unknown;
|
|
109
109
|
};
|
|
110
110
|
}>>, {
|
|
111
|
+
width: string;
|
|
111
112
|
title: string;
|
|
112
113
|
button: any;
|
|
113
114
|
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
@@ -115,7 +116,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
115
116
|
visible: boolean;
|
|
116
117
|
currentRow: any;
|
|
117
118
|
token: string;
|
|
118
|
-
width: string;
|
|
119
119
|
flowId: string;
|
|
120
120
|
isDesign: boolean;
|
|
121
121
|
workFlowType: string;
|
|
@@ -105,6 +105,7 @@ declare const _default: DefineComponent<{
|
|
|
105
105
|
default: unknown;
|
|
106
106
|
};
|
|
107
107
|
}>>, {
|
|
108
|
+
width: string;
|
|
108
109
|
title: string;
|
|
109
110
|
button: any;
|
|
110
111
|
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
@@ -112,7 +113,6 @@ declare const _default: DefineComponent<{
|
|
|
112
113
|
visible: boolean;
|
|
113
114
|
currentRow: any;
|
|
114
115
|
token: string;
|
|
115
|
-
width: string;
|
|
116
116
|
flowId: string;
|
|
117
117
|
isDesign: boolean;
|
|
118
118
|
workFlowType: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { SrmI18n } from '../../utils/type';
|
|
2
2
|
import type { UploadChangeParam, UploadFile } from 'ant-design-vue';
|
|
3
|
-
import type { MessageType } from 'ant-design-vue/
|
|
3
|
+
import type { MessageType } from 'ant-design-vue/es/message';
|
|
4
4
|
import type { ButtonItem } from './src/import-modal-types';
|
|
5
5
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
6
6
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
@@ -32,7 +32,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
32
32
|
stepChange: (current: never) => void;
|
|
33
33
|
beforeUpload: (file: any) => false | undefined;
|
|
34
34
|
downloadFile: () => MessageType | undefined;
|
|
35
|
-
|
|
35
|
+
importChangeEvent: (info: UploadChangeParam<UploadFile<any>>) => void;
|
|
36
36
|
importPreviewData: () => void;
|
|
37
37
|
downloadTaskErrorFiles: (errorId: string) => void;
|
|
38
38
|
handleClose: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { SrmI18n } from '../../../utils/type';
|
|
2
|
-
import type { MessageType } from 'ant-design-vue/
|
|
2
|
+
import type { MessageType } from 'ant-design-vue/es/message';
|
|
3
3
|
import type { ButtonItem } from './import-modal-types';
|
|
4
4
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
5
|
import type { UploadChangeParam } from 'ant-design-vue';
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
28
28
|
stepChange: (current: never) => void;
|
|
29
29
|
beforeUpload: (file: any) => false | undefined;
|
|
30
30
|
downloadFile: () => MessageType | undefined;
|
|
31
|
-
|
|
31
|
+
importChangeEvent: (info: UploadChangeParam) => void;
|
|
32
32
|
importPreviewData: () => void;
|
|
33
33
|
downloadTaskErrorFiles: (errorId: string) => void;
|
|
34
34
|
handleClose: () => void;
|
|
@@ -14,6 +14,7 @@ import * as QFieldSelectModal from './field-select-modal';
|
|
|
14
14
|
import * as QSelectModal from './select-modal';
|
|
15
15
|
import * as QRemoteSelect from './remote-select';
|
|
16
16
|
import * as QEditor from './editor';
|
|
17
|
+
import * as QCustomRemoteSelect from './custom-remote-select';
|
|
17
18
|
import * as QSaleTemplate from './sale-template';
|
|
18
19
|
import * as QLadderPrice from './ladder-price';
|
|
19
20
|
import * as FlowViewModal from './flow-view';
|
|
@@ -42,4 +43,8 @@ import * as QImportModal from './import-modal/index';
|
|
|
42
43
|
import * as QRelationGraph from './relation-graph/index';
|
|
43
44
|
import * as QAuditModal from './audit-modal/index';
|
|
44
45
|
import * as QRichEditorModel from './rich-editor-model/index';
|
|
45
|
-
|
|
46
|
+
import * as QBasicTitle from './basicTitle';
|
|
47
|
+
import * as QScrollbar from './scrollbar';
|
|
48
|
+
import * as QScrollContainer from './scrollContainer';
|
|
49
|
+
import * as QBasicModal from './modal';
|
|
50
|
+
export { QLayout, QSwitch, QSelect, QMenu, QTreeSelect, QVxeSelect, QCascader, QBreadcrumb, QCountdown, QEmpty, QLink, QCollapseTransition, QEditPageLayout, QDetailPageLayout, QPageLayout, QLayoutPattern, QLayoutButtons, QLayoutAnchor, QEditForm, QDetailForm, QEditGrid, QDetailGrid, QItemWrap, QListLayout, QRadio, QFieldSelectModal, QCodeEditorModel, QCheckBox, QCurrency, QSelectModal, QUploadImage, QRemoteSelect, QEditor, QSaleTemplate, QLadderPrice, FlowViewModal, QUploadFile, QCardListLayout, QUploadFileVxe, QSelectTemplate, QImportModal, QRelationGraph, QAuditModal, QRichEditorModel, QCustomRemoteSelect, QBasicTitle, QScrollbar, QScrollContainer, QBasicModal, };
|
|
@@ -40,7 +40,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
40
40
|
ladderPriceModal: Ref<any>;
|
|
41
41
|
ladderNotPriceModal: Ref<any>;
|
|
42
42
|
handleOk: (itemList: RecordString[]) => void;
|
|
43
|
-
initRowLadderJson: (jsonData: any) =>
|
|
43
|
+
initRowLadderJson: (jsonData: any) => never[];
|
|
44
44
|
getRowLadder: (jsonData: any) => string;
|
|
45
45
|
isRebateLadder: boolean;
|
|
46
46
|
isQuotePriceLadder: boolean;
|
|
@@ -74,8 +74,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
76
|
}>>, {
|
|
77
|
-
row: Row;
|
|
78
77
|
value: string;
|
|
78
|
+
row: Row;
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
config: Config;
|
|
81
81
|
isRow: boolean;
|
|
@@ -38,7 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
38
38
|
ladderPriceModal: Ref<any>;
|
|
39
39
|
ladderNotPriceModal: Ref<any>;
|
|
40
40
|
handleOk: (itemList: RecordString[]) => void;
|
|
41
|
-
initRowLadderJson: (jsonData: any) =>
|
|
41
|
+
initRowLadderJson: (jsonData: any) => never[];
|
|
42
42
|
getRowLadder: (jsonData: any) => string;
|
|
43
43
|
isRebateLadder: boolean;
|
|
44
44
|
isQuotePriceLadder: boolean;
|
|
@@ -72,8 +72,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>>, {
|
|
75
|
-
row: Row;
|
|
76
75
|
value: string;
|
|
76
|
+
row: Row;
|
|
77
77
|
disabled: boolean;
|
|
78
78
|
config: Config;
|
|
79
79
|
isRow: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
|
|
2
2
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
3
3
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
4
|
-
import type { DefaultOptionType } from 'ant-design-vue/
|
|
4
|
+
import type { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
5
5
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
6
6
|
import type { CloseCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CloseCircleOutlined';
|
|
7
7
|
import type { SearchOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SearchOutlined';
|
|
@@ -246,31 +246,36 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
246
246
|
logo: DefineComponent<{
|
|
247
247
|
title: {
|
|
248
248
|
type: StringConstructor;
|
|
249
|
+
required: false;
|
|
249
250
|
default: string;
|
|
250
251
|
};
|
|
251
252
|
collapsed: {
|
|
252
253
|
type: BooleanConstructor;
|
|
254
|
+
required: false;
|
|
253
255
|
default: boolean;
|
|
254
256
|
};
|
|
255
257
|
logoUrl: {
|
|
256
258
|
type: StringConstructor;
|
|
259
|
+
required: false;
|
|
257
260
|
default: string;
|
|
258
261
|
};
|
|
259
262
|
}, {
|
|
260
|
-
onImageLoad: () => void;
|
|
261
263
|
imgRef: Ref<any>;
|
|
262
|
-
|
|
264
|
+
onImageLoad: () => void;
|
|
263
265
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
264
266
|
title: {
|
|
265
267
|
type: StringConstructor;
|
|
268
|
+
required: false;
|
|
266
269
|
default: string;
|
|
267
270
|
};
|
|
268
271
|
collapsed: {
|
|
269
272
|
type: BooleanConstructor;
|
|
273
|
+
required: false;
|
|
270
274
|
default: boolean;
|
|
271
275
|
};
|
|
272
276
|
logoUrl: {
|
|
273
277
|
type: StringConstructor;
|
|
278
|
+
required: false;
|
|
274
279
|
default: string;
|
|
275
280
|
};
|
|
276
281
|
}>>, {
|
|
@@ -2,7 +2,7 @@ import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/Chec
|
|
|
2
2
|
import type { ColorListType } from '../types';
|
|
3
3
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
4
4
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
5
|
-
import type { DefaultOptionType } from 'ant-design-vue/
|
|
5
|
+
import type { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
6
6
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
7
7
|
import type { SrmI18n } from '../../../../utils/type';
|
|
8
8
|
import type { DefineComponent, Ref, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -2,7 +2,7 @@ import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/Chec
|
|
|
2
2
|
import type { ColorListType } from '../../types';
|
|
3
3
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
4
4
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
5
|
-
import type { DefaultOptionType } from 'ant-design-vue/
|
|
5
|
+
import type { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
6
6
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
7
7
|
import type { SrmI18n } from '../../../../../utils/type';
|
|
8
8
|
import type { DefineComponent, Ref, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DefaultOptionType } from 'ant-design-vue/
|
|
1
|
+
import type { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
2
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import qqtApi from '@qqt-product/api';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
|
|
2
2
|
import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
|
|
3
3
|
import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
|
|
4
|
-
import type { DefaultOptionType } from 'ant-design-vue/
|
|
4
|
+
import type { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
5
5
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
6
6
|
import type { CloseCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CloseCircleOutlined';
|
|
7
7
|
import type { SearchOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SearchOutlined';
|
|
@@ -243,31 +243,36 @@ declare const _sfc_main: DefineComponent<{
|
|
|
243
243
|
logo: DefineComponent<{
|
|
244
244
|
title: {
|
|
245
245
|
type: StringConstructor;
|
|
246
|
+
required: false;
|
|
246
247
|
default: string;
|
|
247
248
|
};
|
|
248
249
|
collapsed: {
|
|
249
250
|
type: BooleanConstructor;
|
|
251
|
+
required: false;
|
|
250
252
|
default: boolean;
|
|
251
253
|
};
|
|
252
254
|
logoUrl: {
|
|
253
255
|
type: StringConstructor;
|
|
256
|
+
required: false;
|
|
254
257
|
default: string;
|
|
255
258
|
};
|
|
256
259
|
}, {
|
|
257
|
-
onImageLoad: () => void;
|
|
258
260
|
imgRef: Ref<any>;
|
|
259
|
-
|
|
261
|
+
onImageLoad: () => void;
|
|
260
262
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
261
263
|
title: {
|
|
262
264
|
type: StringConstructor;
|
|
265
|
+
required: false;
|
|
263
266
|
default: string;
|
|
264
267
|
};
|
|
265
268
|
collapsed: {
|
|
266
269
|
type: BooleanConstructor;
|
|
270
|
+
required: false;
|
|
267
271
|
default: boolean;
|
|
268
272
|
};
|
|
269
273
|
logoUrl: {
|
|
270
274
|
type: StringConstructor;
|
|
275
|
+
required: false;
|
|
271
276
|
default: string;
|
|
272
277
|
};
|
|
273
278
|
}>>, {
|
|
@@ -111,31 +111,36 @@ declare const _sfc_main: DefineComponent<{
|
|
|
111
111
|
logo: DefineComponent<{
|
|
112
112
|
title: {
|
|
113
113
|
type: StringConstructor;
|
|
114
|
+
required: false;
|
|
114
115
|
default: string;
|
|
115
116
|
};
|
|
116
117
|
collapsed: {
|
|
117
118
|
type: BooleanConstructor;
|
|
119
|
+
required: false;
|
|
118
120
|
default: boolean;
|
|
119
121
|
};
|
|
120
122
|
logoUrl: {
|
|
121
123
|
type: StringConstructor;
|
|
124
|
+
required: false;
|
|
122
125
|
default: string;
|
|
123
126
|
};
|
|
124
127
|
}, {
|
|
125
|
-
onImageLoad: () => void;
|
|
126
128
|
imgRef: Ref<any>;
|
|
127
|
-
|
|
129
|
+
onImageLoad: () => void;
|
|
128
130
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
129
131
|
title: {
|
|
130
132
|
type: StringConstructor;
|
|
133
|
+
required: false;
|
|
131
134
|
default: string;
|
|
132
135
|
};
|
|
133
136
|
collapsed: {
|
|
134
137
|
type: BooleanConstructor;
|
|
138
|
+
required: false;
|
|
135
139
|
default: boolean;
|
|
136
140
|
};
|
|
137
141
|
logoUrl: {
|
|
138
142
|
type: StringConstructor;
|
|
143
|
+
required: false;
|
|
139
144
|
default: string;
|
|
140
145
|
};
|
|
141
146
|
}>>, {
|
|
@@ -2,31 +2,36 @@ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedCo
|
|
|
2
2
|
declare const _sfc_main: DefineComponent<{
|
|
3
3
|
title: {
|
|
4
4
|
type: StringConstructor;
|
|
5
|
+
required: false;
|
|
5
6
|
default: string;
|
|
6
7
|
};
|
|
7
8
|
collapsed: {
|
|
8
9
|
type: BooleanConstructor;
|
|
10
|
+
required: false;
|
|
9
11
|
default: boolean;
|
|
10
12
|
};
|
|
11
13
|
logoUrl: {
|
|
12
14
|
type: StringConstructor;
|
|
15
|
+
required: false;
|
|
13
16
|
default: string;
|
|
14
17
|
};
|
|
15
18
|
}, {
|
|
16
|
-
onImageLoad: () => void;
|
|
17
19
|
imgRef: Ref<any>;
|
|
18
|
-
|
|
20
|
+
onImageLoad: () => void;
|
|
19
21
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
20
22
|
title: {
|
|
21
23
|
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
22
25
|
default: string;
|
|
23
26
|
};
|
|
24
27
|
collapsed: {
|
|
25
28
|
type: BooleanConstructor;
|
|
29
|
+
required: false;
|
|
26
30
|
default: boolean;
|
|
27
31
|
};
|
|
28
32
|
logoUrl: {
|
|
29
33
|
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
30
35
|
default: string;
|
|
31
36
|
};
|
|
32
37
|
}>>, {
|
|
@@ -20,6 +20,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
20
20
|
}) => void;
|
|
21
21
|
groups: Ref<GroupItem[]>;
|
|
22
22
|
show: Ref<boolean>;
|
|
23
|
+
anchorLinkItems: Ref<{
|
|
24
|
+
key: string;
|
|
25
|
+
href: string;
|
|
26
|
+
title: string;
|
|
27
|
+
}[]>;
|
|
23
28
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
24
29
|
groups: {
|
|
25
30
|
type: PropType<GroupItem[]>;
|
|
@@ -16,6 +16,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
16
16
|
}) => void;
|
|
17
17
|
groups: Ref<GroupItem[]>;
|
|
18
18
|
show: Ref<boolean>;
|
|
19
|
+
anchorLinkItems: Ref<{
|
|
20
|
+
key: string;
|
|
21
|
+
href: string;
|
|
22
|
+
title: string;
|
|
23
|
+
}[]>;
|
|
19
24
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
20
25
|
groups: {
|
|
21
26
|
type: PropType<GroupItem[]>;
|