@qqt-product/ui 9.0.2 → 10.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 +28515 -28526
- package/dist/index.umd.js +107 -107
- package/dist/lib/components/audit-modal/index.d.ts +2 -0
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +2 -0
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +10 -8
- package/dist/lib/components/countdown/index.d.ts +3 -3
- package/dist/lib/components/countdown/src/countdown.d.ts +3 -3
- package/dist/lib/components/edit-form/index.d.ts +0 -2
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +0 -2
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +1 -0
- package/dist/lib/components/editor/index.d.ts +1 -0
- package/dist/lib/components/editor/src/index.vue.d.ts +1 -0
- package/dist/lib/components/empty/index.d.ts +5 -5
- package/dist/lib/components/field-select-modal/index.d.ts +2 -0
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +2 -0
- package/dist/lib/components/flow-view/index.d.ts +2 -0
- package/dist/lib/components/flow-view/src/flow-view.d.ts +2 -0
- package/dist/lib/components/ladder-price/index.d.ts +2 -0
- package/dist/lib/components/ladder-price/src/LadderNotPriceModal.vue.d.ts +2 -0
- package/dist/lib/components/ladder-price/src/LadderPriceModal.vue.d.ts +2 -0
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +2 -0
- package/dist/lib/components/layout/index.d.ts +7 -0
- package/dist/lib/components/layout/src/header/index.vue.d.ts +7 -0
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +6 -0
- package/dist/lib/components/layout/src/index.vue.d.ts +7 -0
- package/dist/lib/components/layout/src/types.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/edit-nav-modal.vue.d.ts +2 -0
- package/dist/lib/components/list-page-layout/src/components/common/help-text-modal/help-text-modal.vue.d.ts +2 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/hooks/list-slot-hook.d.ts +12 -0
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +1 -0
- package/dist/lib/components/remote-select/index.d.ts +2 -0
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +2 -0
- package/dist/lib/components/select/index.d.ts +1 -1
- package/dist/lib/components/select/src/select.vue.d.ts +1 -1
- package/dist/lib/components/select-modal/index.d.ts +4 -0
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +4 -0
- package/dist/lib/components/select-template/index.d.ts +2 -0
- package/dist/lib/components/select-template/src/select-template.vue.d.ts +2 -0
- package/dist/lib/components/upload-file/index.d.ts +7 -7
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +2 -1
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +3 -3
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +8 -8
- package/dist/lib/components/upload-image/index.d.ts +89 -87
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +90 -88
- package/dist/lib/components/vxe-select/index.d.ts +2 -2
- package/dist/lib/components/vxe-select/src/vxe-select-types.d.ts +1 -1
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +12 -12
|
@@ -5,6 +5,7 @@ import type { RuleObject } from 'ant-design-vue/es/form';
|
|
|
5
5
|
import type { RecordString } from '../select-modal';
|
|
6
6
|
import type { ObjectMap } from '../list-page-layout';
|
|
7
7
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
8
|
+
import type { SrmI18n } from '../../utils/type';
|
|
8
9
|
import type { Form } from './src/audit-modal-type';
|
|
9
10
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
10
11
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
@@ -82,6 +83,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
82
83
|
formRef: Ref<any>;
|
|
83
84
|
confirmLoading: Ref<boolean>;
|
|
84
85
|
submit: () => void;
|
|
86
|
+
srmI18n: SrmI18n;
|
|
85
87
|
Request: Request;
|
|
86
88
|
formState: ObjectMap;
|
|
87
89
|
fieldSelectModal: Ref<any>;
|
|
@@ -3,6 +3,7 @@ import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } f
|
|
|
3
3
|
import type { UserOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UserOutlined';
|
|
4
4
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
5
5
|
import type { RecordString } from '../../select-modal';
|
|
6
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
6
7
|
import type { Form } from './audit-modal-type';
|
|
7
8
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
8
9
|
import { ObjectMap } from '../../list-page-layout/src/list-page-layout-types';
|
|
@@ -78,6 +79,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
78
79
|
formRef: Ref<any>;
|
|
79
80
|
confirmLoading: Ref<boolean>;
|
|
80
81
|
submit: () => void;
|
|
82
|
+
srmI18n: SrmI18n;
|
|
81
83
|
Request: qqtApi.Request;
|
|
82
84
|
formState: ObjectMap;
|
|
83
85
|
fieldSelectModal: Ref<any>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { LanguageSupport } from '@codemirror/language';
|
|
3
4
|
interface mixButtonType extends Array<string> {
|
|
@@ -47,6 +48,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
47
48
|
code: Ref<string>;
|
|
48
49
|
visible: Ref<boolean>;
|
|
49
50
|
editorOption: {
|
|
51
|
+
disabled: boolean;
|
|
52
|
+
indentWithTab: boolean;
|
|
53
|
+
tabSize: number;
|
|
54
|
+
autofocus: boolean;
|
|
55
|
+
placeholder: string;
|
|
56
|
+
phrases: {
|
|
57
|
+
Completions: string;
|
|
58
|
+
};
|
|
50
59
|
theme: {
|
|
51
60
|
'&': {
|
|
52
61
|
color: string;
|
|
@@ -131,15 +140,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
131
140
|
color: string;
|
|
132
141
|
};
|
|
133
142
|
};
|
|
134
|
-
disabled: boolean;
|
|
135
|
-
indentWithTab: boolean;
|
|
136
|
-
tabSize: number;
|
|
137
|
-
autofocus: boolean;
|
|
138
|
-
placeholder: string;
|
|
139
|
-
phrases: {
|
|
140
|
-
Completions: string;
|
|
141
|
-
};
|
|
142
143
|
};
|
|
144
|
+
srmI18n: SrmI18n;
|
|
143
145
|
handleSureClick: () => void;
|
|
144
146
|
handleSureClose: () => void;
|
|
145
147
|
handleToOpenMode: () => void;
|
|
@@ -54,7 +54,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, () => VNode<RendererNode, RendererElement, {
|
|
56
56
|
[key: string]: any;
|
|
57
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "
|
|
57
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "end" | "start" | "abort")[], "progress" | "end" | "start" | "abort", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
58
58
|
readonly autoStart: {
|
|
59
59
|
readonly type: BooleanConstructor;
|
|
60
60
|
readonly default: true;
|
|
@@ -104,14 +104,14 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
104
104
|
}>> & {
|
|
105
105
|
onAbort?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onProgress?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
onStart?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
onStart?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
111
111
|
readonly time: number;
|
|
112
|
+
readonly end: (() => void) | (() => void)[];
|
|
112
113
|
readonly start: (() => void) | (() => void)[];
|
|
113
114
|
readonly abort: (() => void) | (() => void)[];
|
|
114
|
-
readonly end: (() => void) | (() => void)[];
|
|
115
115
|
readonly autoStart: boolean;
|
|
116
116
|
readonly emitEvents: boolean;
|
|
117
117
|
readonly interval: number;
|
|
@@ -50,7 +50,7 @@ declare const _default: DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}, () => VNode<RendererNode, RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "
|
|
53
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "end" | "start" | "abort")[], "progress" | "end" | "start" | "abort", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
54
|
readonly autoStart: {
|
|
55
55
|
readonly type: BooleanConstructor;
|
|
56
56
|
readonly default: true;
|
|
@@ -100,14 +100,14 @@ declare const _default: DefineComponent<{
|
|
|
100
100
|
}>> & {
|
|
101
101
|
onAbort?: ((...args: any[]) => any) | undefined;
|
|
102
102
|
onProgress?: ((...args: any[]) => any) | undefined;
|
|
103
|
-
onStart?: ((...args: any[]) => any) | undefined;
|
|
104
103
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
onStart?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
}, {
|
|
106
106
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
107
107
|
readonly time: number;
|
|
108
|
+
readonly end: (() => void) | (() => void)[];
|
|
108
109
|
readonly start: (() => void) | (() => void)[];
|
|
109
110
|
readonly abort: (() => void) | (() => void)[];
|
|
110
|
-
readonly end: (() => void) | (() => void)[];
|
|
111
111
|
readonly autoStart: boolean;
|
|
112
112
|
readonly emitEvents: boolean;
|
|
113
113
|
readonly interval: number;
|
|
@@ -2,7 +2,6 @@ import type { MixSelectArgs } from '../select';
|
|
|
2
2
|
import type { TreeSelectPayload } from '../tree-select';
|
|
3
3
|
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
4
4
|
import type { Breakpoint } from 'ant-design-vue/lib/_util/responsiveObserve';
|
|
5
|
-
import type { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker';
|
|
6
5
|
import type { RecordString } from '../select-modal';
|
|
7
6
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
8
7
|
import type { FormInstance } from 'ant-design-vue';
|
|
@@ -73,7 +72,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
73
72
|
rules: ComputedRef<Record<string, RuleObject[]>>;
|
|
74
73
|
pageData: Ref<RecordString>;
|
|
75
74
|
formData: Ref<RecordString>;
|
|
76
|
-
locale: PickerLocale;
|
|
77
75
|
getColConfig: (field: FormFieldsItem) => {
|
|
78
76
|
xs: number;
|
|
79
77
|
sm: number;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
2
2
|
import type { Breakpoint } from 'ant-design-vue/lib/_util/responsiveObserve';
|
|
3
|
-
import type { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker';
|
|
4
3
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
5
4
|
import type { SrmI18n } from '../../../utils/type';
|
|
6
5
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -68,7 +67,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
68
67
|
rules: ComputedRef<Record<string, RuleObject[]>>;
|
|
69
68
|
pageData: Ref<RecordString>;
|
|
70
69
|
formData: Ref<RecordString>;
|
|
71
|
-
locale: PickerLocale;
|
|
72
70
|
getColConfig: (field: FormFieldsItem) => {
|
|
73
71
|
xs: number;
|
|
74
72
|
sm: number;
|
|
@@ -17,4 +17,5 @@ export default function useCallback(): {
|
|
|
17
17
|
handleLadderPriceAfterSelect: (data: RecordString[], config: FormFieldsItem) => void;
|
|
18
18
|
handleDateChange: (value: string, config: FormFieldsItem) => void;
|
|
19
19
|
handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
20
|
+
handleCustomSelectModelClickClear: (config: FormFieldsItem) => void;
|
|
20
21
|
};
|
|
@@ -23,6 +23,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
23
23
|
editorContent: Ref<any>;
|
|
24
24
|
printContent: () => void;
|
|
25
25
|
srmI18n: SrmI18n;
|
|
26
|
+
changeContent: () => void;
|
|
26
27
|
handleFileChange: (event: Event) => void;
|
|
27
28
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
28
29
|
content: {
|
|
@@ -21,6 +21,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
21
21
|
editorContent: Ref<any>;
|
|
22
22
|
printContent: () => void;
|
|
23
23
|
srmI18n: SrmI18n;
|
|
24
|
+
changeContent: () => void;
|
|
24
25
|
handleFileChange: (event: Event) => void;
|
|
25
26
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
26
27
|
content: {
|
|
@@ -3,7 +3,7 @@ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedCompone
|
|
|
3
3
|
declare const emptyProps: {
|
|
4
4
|
readonly noMsg: {
|
|
5
5
|
readonly type: PropType<string>;
|
|
6
|
-
readonly default: "
|
|
6
|
+
readonly default: "";
|
|
7
7
|
};
|
|
8
8
|
readonly size: {
|
|
9
9
|
readonly type: PropType<string>;
|
|
@@ -22,7 +22,7 @@ export type EmptyProps = ExtractPropTypes<typeof emptyProps>;
|
|
|
22
22
|
declare const Empty: DefineComponent<{
|
|
23
23
|
readonly noMsg: {
|
|
24
24
|
readonly type: PropType<string>;
|
|
25
|
-
readonly default: "
|
|
25
|
+
readonly default: "";
|
|
26
26
|
};
|
|
27
27
|
readonly size: {
|
|
28
28
|
readonly type: PropType<string>;
|
|
@@ -39,7 +39,7 @@ declare const Empty: DefineComponent<{
|
|
|
39
39
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
40
40
|
readonly noMsg: {
|
|
41
41
|
readonly type: PropType<string>;
|
|
42
|
-
readonly default: "
|
|
42
|
+
readonly default: "";
|
|
43
43
|
};
|
|
44
44
|
readonly size: {
|
|
45
45
|
readonly type: PropType<string>;
|
|
@@ -63,7 +63,7 @@ export { Empty };
|
|
|
63
63
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
64
64
|
readonly noMsg: {
|
|
65
65
|
readonly type: PropType<string>;
|
|
66
|
-
readonly default: "
|
|
66
|
+
readonly default: "";
|
|
67
67
|
};
|
|
68
68
|
readonly size: {
|
|
69
69
|
readonly type: PropType<string>;
|
|
@@ -80,7 +80,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
80
80
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
81
81
|
readonly noMsg: {
|
|
82
82
|
readonly type: PropType<string>;
|
|
83
|
-
readonly default: "
|
|
83
|
+
readonly default: "";
|
|
84
84
|
};
|
|
85
85
|
readonly size: {
|
|
86
86
|
readonly type: PropType<string>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../utils/type';
|
|
1
2
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
2
3
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './src/field-select-modal-types';
|
|
3
4
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -53,6 +54,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
53
54
|
default: string;
|
|
54
55
|
};
|
|
55
56
|
}, {
|
|
57
|
+
srmI18n: SrmI18n;
|
|
56
58
|
classes: ComputedRef<{
|
|
57
59
|
[x: string]: boolean;
|
|
58
60
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComputedRef } from 'vue';
|
|
2
3
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './field-select-modal-types';
|
|
3
4
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
@@ -49,6 +50,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
49
50
|
default: string;
|
|
50
51
|
};
|
|
51
52
|
}, {
|
|
53
|
+
srmI18n: SrmI18n;
|
|
52
54
|
classes: ComputedRef<{
|
|
53
55
|
[x: string]: boolean;
|
|
54
56
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../utils/type';
|
|
1
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
3
4
|
import FlowViewModal from './src/flow-view';
|
|
@@ -58,6 +59,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
58
59
|
url: Ref<string>;
|
|
59
60
|
id: Ref<string>;
|
|
60
61
|
workFlowType: Ref<string>;
|
|
62
|
+
srmI18n: SrmI18n;
|
|
61
63
|
domainURL: string;
|
|
62
64
|
closeFlowView: () => void;
|
|
63
65
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _default: DefineComponent<{
|
|
3
4
|
visible: {
|
|
@@ -55,6 +56,7 @@ declare const _default: DefineComponent<{
|
|
|
55
56
|
url: Ref<string>;
|
|
56
57
|
id: Ref<string>;
|
|
57
58
|
workFlowType: Ref<string>;
|
|
59
|
+
srmI18n: SrmI18n;
|
|
58
60
|
domainURL: string;
|
|
59
61
|
closeFlowView: () => void;
|
|
60
62
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../utils/type';
|
|
1
2
|
import type { RecordString } from '../select-modal';
|
|
2
3
|
import type { Config, Row } from './src/ladder-price-types';
|
|
3
4
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -41,6 +42,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
41
42
|
isQuotePriceLadder: boolean;
|
|
42
43
|
isRequestLadder: boolean;
|
|
43
44
|
isEdit: boolean;
|
|
45
|
+
srmI18n: SrmI18n;
|
|
44
46
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
45
47
|
value: {
|
|
46
48
|
type: StringConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { Row } from './ladder-not-price-modal-types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -28,6 +29,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
28
29
|
pageData: any;
|
|
29
30
|
}) => void;
|
|
30
31
|
setLadderOk: () => void;
|
|
32
|
+
srmI18n: SrmI18n;
|
|
31
33
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
32
34
|
isEmit: {
|
|
33
35
|
type: BooleanConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { Row } from './ladder-price-modal-types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -14,6 +15,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
15
|
tableData: Ref<Record<string, unknown>[]>;
|
|
15
16
|
selectGrid: Ref<any>;
|
|
16
17
|
gridOptions: any;
|
|
18
|
+
srmI18n: SrmI18n;
|
|
17
19
|
modalDefault: {
|
|
18
20
|
width: any;
|
|
19
21
|
showFooter: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { Config, Row } from './ladder-price-types';
|
|
2
3
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComputedRef } from 'vue';
|
|
3
4
|
import { RecordString } from '../../edit-page-layout';
|
|
@@ -39,6 +40,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
39
40
|
isQuotePriceLadder: boolean;
|
|
40
41
|
isRequestLadder: boolean;
|
|
41
42
|
isEdit: boolean;
|
|
43
|
+
srmI18n: SrmI18n;
|
|
42
44
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
43
45
|
value: {
|
|
44
46
|
type: StringConstructor;
|
|
@@ -696,6 +696,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
696
696
|
showTanentPageHome: boolean;
|
|
697
697
|
showShoppingMall: boolean;
|
|
698
698
|
showWebProcurement: boolean;
|
|
699
|
+
showI18n: boolean;
|
|
699
700
|
};
|
|
700
701
|
btns: Ref<{
|
|
701
702
|
title: string;
|
|
@@ -739,6 +740,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
739
740
|
type: string;
|
|
740
741
|
}, {}>;
|
|
741
742
|
navRight: DefineComponent<{}, {
|
|
743
|
+
headerLayoutConfig: {
|
|
744
|
+
showTanentPageHome: boolean;
|
|
745
|
+
showShoppingMall: boolean;
|
|
746
|
+
showWebProcurement: boolean;
|
|
747
|
+
showI18n: boolean;
|
|
748
|
+
};
|
|
742
749
|
showDrawer: Ref<boolean>;
|
|
743
750
|
showGlobalStyleDrawer: () => void;
|
|
744
751
|
handleDrawerClosed: () => void;
|
|
@@ -16,6 +16,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
16
16
|
showTanentPageHome: boolean;
|
|
17
17
|
showShoppingMall: boolean;
|
|
18
18
|
showWebProcurement: boolean;
|
|
19
|
+
showI18n: boolean;
|
|
19
20
|
};
|
|
20
21
|
btns: Ref<{
|
|
21
22
|
title: string;
|
|
@@ -59,6 +60,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
59
60
|
type: string;
|
|
60
61
|
}, {}>;
|
|
61
62
|
navRight: DefineComponent<{}, {
|
|
63
|
+
headerLayoutConfig: {
|
|
64
|
+
showTanentPageHome: boolean;
|
|
65
|
+
showShoppingMall: boolean;
|
|
66
|
+
showWebProcurement: boolean;
|
|
67
|
+
showI18n: boolean;
|
|
68
|
+
};
|
|
62
69
|
showDrawer: Ref<boolean>;
|
|
63
70
|
showGlobalStyleDrawer: () => void;
|
|
64
71
|
handleDrawerClosed: () => void;
|
|
@@ -7,6 +7,12 @@ 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';
|
|
9
9
|
declare const _sfc_main: DefineComponent<{}, {
|
|
10
|
+
headerLayoutConfig: {
|
|
11
|
+
showTanentPageHome: boolean;
|
|
12
|
+
showShoppingMall: boolean;
|
|
13
|
+
showWebProcurement: boolean;
|
|
14
|
+
showI18n: boolean;
|
|
15
|
+
};
|
|
10
16
|
showDrawer: Ref<boolean>;
|
|
11
17
|
showGlobalStyleDrawer: () => void;
|
|
12
18
|
handleDrawerClosed: () => void;
|
|
@@ -693,6 +693,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
693
693
|
showTanentPageHome: boolean;
|
|
694
694
|
showShoppingMall: boolean;
|
|
695
695
|
showWebProcurement: boolean;
|
|
696
|
+
showI18n: boolean;
|
|
696
697
|
};
|
|
697
698
|
btns: Ref<{
|
|
698
699
|
title: string;
|
|
@@ -736,6 +737,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
736
737
|
type: string;
|
|
737
738
|
}, {}>;
|
|
738
739
|
navRight: DefineComponent<{}, {
|
|
740
|
+
headerLayoutConfig: {
|
|
741
|
+
showTanentPageHome: boolean;
|
|
742
|
+
showShoppingMall: boolean;
|
|
743
|
+
showWebProcurement: boolean;
|
|
744
|
+
showI18n: boolean;
|
|
745
|
+
};
|
|
739
746
|
showDrawer: Ref<boolean>;
|
|
740
747
|
showGlobalStyleDrawer: () => void;
|
|
741
748
|
handleDrawerClosed: () => void;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../../../../utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { quickNavTtem } from './types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
+
srmI18n: SrmI18n;
|
|
4
6
|
visible: Ref<boolean>;
|
|
5
7
|
setFastLoding: Ref<boolean>;
|
|
6
8
|
disableArr: Ref<any>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../../../../utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { ButtonItem } from '../../../list-page-layout-types';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
+
srmI18n: SrmI18n;
|
|
4
6
|
visible: Ref<boolean>;
|
|
5
7
|
helpDesc: Ref<any>;
|
|
6
8
|
open: (button: ButtonItem, desc: never) => void;
|
package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
10
10
|
isExpand: Ref<boolean>;
|
|
11
11
|
busAccount: Ref<string>;
|
|
12
12
|
needAdvancedQuery: boolean;
|
|
13
|
+
trimInputValue: (fieldName: string) => void;
|
|
13
14
|
handleFinish: () => void;
|
|
14
15
|
superQuery: () => void;
|
|
15
16
|
handleReset: () => void;
|
|
@@ -12,4 +12,16 @@ export default function (): {
|
|
|
12
12
|
column: GridColumn;
|
|
13
13
|
}): JSX.Element[];
|
|
14
14
|
};
|
|
15
|
+
useDecimalsDigitsSlots: (item: GridColumn) => {
|
|
16
|
+
default: ({ row, column }: {
|
|
17
|
+
row: ObjectMap;
|
|
18
|
+
column: GridColumn;
|
|
19
|
+
}) => JSX.Element[];
|
|
20
|
+
};
|
|
21
|
+
useThousandsDigitsSlots: (item: GridColumn) => {
|
|
22
|
+
default: ({ row, column }: {
|
|
23
|
+
row: ObjectMap;
|
|
24
|
+
column: GridColumn;
|
|
25
|
+
}) => JSX.Element[];
|
|
26
|
+
};
|
|
15
27
|
};
|
|
@@ -21,6 +21,7 @@ export declare const SYMBOL_VXE_BINDFUNCTION = "VXE_BINDFUNCTION";
|
|
|
21
21
|
export declare const SYMBOL_CUSTOM_VXE_BINDFUNCTION = "CUSTOM_VXE_BINDFUNCTION";
|
|
22
22
|
export declare const SYMBOL_CUSTOM_CLICK = "CUSTOM_CLICK";
|
|
23
23
|
export declare const SYMBOL_FIELD_OR_COLUMN_CUSTOM_CLICK = "FIELD_OR_COLUMN_CUSTOM_CLICK";
|
|
24
|
+
export declare const SYMBOL_FIELD_OR_COLUMN_CUSTOM_CLEAR = "FIELD_OR_COLUMN_CUSTOM_CLEAR";
|
|
24
25
|
export declare const SYMBOL_UPLOAD = "UPLOAD";
|
|
25
26
|
export declare const SYMBOL_UPLOAD_GRID = "UPLOAD_GRID";
|
|
26
27
|
export declare const SYMBOL_CANCEL_AUDIT = "CANCELAUDIT";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
2
|
+
import type { SrmI18n } from '../../utils/type';
|
|
2
3
|
import type { Config, RecordString } from './src/remote-select-types';
|
|
3
4
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
4
5
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
@@ -27,6 +28,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
27
28
|
default: unknown;
|
|
28
29
|
};
|
|
29
30
|
}, {
|
|
31
|
+
srmI18n: SrmI18n;
|
|
30
32
|
classes: ComputedRef<{
|
|
31
33
|
[x: string]: boolean;
|
|
32
34
|
}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
2
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
2
3
|
import type { Config, RecordString } from './remote-select-types';
|
|
3
4
|
import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Ref, ComputedRef } from 'vue';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -23,6 +24,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
23
24
|
default: unknown;
|
|
24
25
|
};
|
|
25
26
|
}, {
|
|
27
|
+
srmI18n: SrmI18n;
|
|
26
28
|
classes: ComputedRef<{
|
|
27
29
|
[x: string]: boolean;
|
|
28
30
|
}>;
|
|
@@ -38,7 +38,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
38
38
|
classes: ComputedRef<{
|
|
39
39
|
[key: string]: string | boolean;
|
|
40
40
|
}>;
|
|
41
|
-
realValue: Ref<string | string[]>;
|
|
41
|
+
realValue: Ref<string | string[] | undefined>;
|
|
42
42
|
mode: ComputedRef<string>;
|
|
43
43
|
options: Ref<{
|
|
44
44
|
[x: string]: string;
|
|
@@ -34,7 +34,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
34
34
|
classes: ComputedRef<{
|
|
35
35
|
[key: string]: string | boolean;
|
|
36
36
|
}>;
|
|
37
|
-
realValue: Ref<string | string[]>;
|
|
37
|
+
realValue: Ref<string | string[] | undefined>;
|
|
38
38
|
mode: ComputedRef<string>;
|
|
39
39
|
options: Ref<{
|
|
40
40
|
[x: string]: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
2
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from '../field-select-modal';
|
|
3
|
+
import type { SrmI18n } from '../../utils/type';
|
|
3
4
|
import type { Config, RecordString, Extend } from './src/select-modal-types';
|
|
4
5
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentInternalInstance, VNodeRef, VNode, RendererNode, RendererElement, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
5
6
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
@@ -28,6 +29,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
28
29
|
default: unknown;
|
|
29
30
|
};
|
|
30
31
|
}, {
|
|
32
|
+
srmI18n: SrmI18n;
|
|
31
33
|
classes: ComputedRef<{
|
|
32
34
|
[x: string]: boolean;
|
|
33
35
|
}>;
|
|
@@ -152,6 +154,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
152
154
|
default: string;
|
|
153
155
|
};
|
|
154
156
|
}>>, {
|
|
157
|
+
srmI18n: SrmI18n;
|
|
155
158
|
classes: ComputedRef<{
|
|
156
159
|
[x: string]: boolean;
|
|
157
160
|
}>;
|
|
@@ -286,6 +289,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
286
289
|
default: string;
|
|
287
290
|
};
|
|
288
291
|
}>> & ShallowUnwrapRef<{
|
|
292
|
+
srmI18n: SrmI18n;
|
|
289
293
|
classes: ComputedRef<{
|
|
290
294
|
[x: string]: boolean;
|
|
291
295
|
}>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
2
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './../../field-select-modal';
|
|
3
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
3
4
|
import type { DefineComponent, PropType, Ref, ComponentInternalInstance, VNodeRef, VNode, RendererNode, RendererElement, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComputedRef } from 'vue';
|
|
4
5
|
import type { Config, RecordString, Extend } from './select-modal-types';
|
|
5
6
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -24,6 +25,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
24
25
|
default: unknown;
|
|
25
26
|
};
|
|
26
27
|
}, {
|
|
28
|
+
srmI18n: SrmI18n;
|
|
27
29
|
classes: ComputedRef<{
|
|
28
30
|
[x: string]: boolean;
|
|
29
31
|
}>;
|
|
@@ -148,6 +150,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
148
150
|
default: string;
|
|
149
151
|
};
|
|
150
152
|
}>>, {
|
|
153
|
+
srmI18n: SrmI18n;
|
|
151
154
|
classes: ComputedRef<{
|
|
152
155
|
[x: string]: boolean;
|
|
153
156
|
}>;
|
|
@@ -282,6 +285,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
282
285
|
default: string;
|
|
283
286
|
};
|
|
284
287
|
}>> & ShallowUnwrapRef<{
|
|
288
|
+
srmI18n: SrmI18n;
|
|
285
289
|
classes: ComputedRef<{
|
|
286
290
|
[x: string]: boolean;
|
|
287
291
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../utils/type';
|
|
1
2
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
3
4
|
import QSelectTemplate from './src/select-template.vue';
|
|
@@ -33,6 +34,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
33
34
|
default: unknown;
|
|
34
35
|
};
|
|
35
36
|
}, {
|
|
37
|
+
srmI18n: SrmI18n;
|
|
36
38
|
visible: Ref<boolean>;
|
|
37
39
|
form: {
|
|
38
40
|
templateNumber: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '../../../utils/type';
|
|
1
2
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
declare const _sfc_main: DefineComponent<{
|
|
3
4
|
readonly url: {
|
|
@@ -29,6 +30,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
29
30
|
default: unknown;
|
|
30
31
|
};
|
|
31
32
|
}, {
|
|
33
|
+
srmI18n: SrmI18n;
|
|
32
34
|
visible: Ref<boolean>;
|
|
33
35
|
form: {
|
|
34
36
|
templateNumber: string;
|