@qqt-product/ui 0.0.17 → 0.0.18
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 +81366 -78899
- package/dist/index.umd.js +148 -146
- package/dist/lib/components/audit-modal/index.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +1 -1
- package/dist/lib/components/cascader/index.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +1 -1
- 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/src/code-editor-model.vue.d.ts +73 -5
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +90 -0
- package/dist/lib/components/countdown/index.d.ts +4 -4
- package/dist/lib/components/countdown/src/countdown.d.ts +4 -4
- package/dist/lib/components/coutdown/index.d.ts +3 -3
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +3 -3
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency-type.d.ts +1 -1
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/detail-form/index.d.ts +4 -3
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +4 -3
- package/dist/lib/components/detail-grid/index.d.ts +13 -13
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +13 -13
- package/dist/lib/components/detail-page-layout/index.d.ts +10 -1
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +10 -1
- package/dist/lib/components/edit-form/index.d.ts +3 -3
- package/dist/lib/components/edit-form/src/edit-form-types.d.ts +1 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +3 -3
- package/dist/lib/components/edit-grid/index.d.ts +13 -13
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +13 -13
- package/dist/lib/components/edit-page-layout/index.d.ts +10 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +11 -0
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +10 -1
- package/dist/lib/components/flow-view/index.d.ts +2 -2
- package/dist/lib/components/flow-view/src/flow-view.d.ts +2 -2
- package/dist/lib/components/import-modal/index.d.ts +1 -1
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
- package/dist/lib/components/item-wrap/index.d.ts +4 -4
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +1 -1
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +4 -4
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +13 -12
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +6 -6
- package/dist/lib/components/list-page-layout/index.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +26 -26
- package/dist/lib/components/list-page-layout/src/hooks/get-columns-hook.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +1 -0
- 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/sale-template/index.d.ts +6 -6
- package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +6 -6
- 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 +1 -1
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +1 -1
- package/dist/lib/components/select-template/index.d.ts +1 -1
- package/dist/lib/components/select-template/src/select-template.vue.d.ts +1 -1
- package/dist/lib/components/switch/index.d.ts +5 -5
- package/dist/lib/components/switch/src/switch-types.d.ts +1 -1
- package/dist/lib/components/switch/src/switch.vue.d.ts +5 -5
- package/dist/lib/components/tree-select/index.d.ts +1 -1
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +1 -1
- package/dist/lib/components/upload-file/index.d.ts +1 -1
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +1 -0
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +1 -1
- package/dist/lib/components/upload-image/index.d.ts +1 -1
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +1 -1
- package/dist/lib/components/vxe-select/index.d.ts +4 -4
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +4 -4
- package/dist/lib/utils/event.d.ts +3 -2
- package/dist/lib/utils/use-create-link-hook.d.ts +24 -0
- package/dist/style.css +1 -1
- package/package.json +21 -18
- package/dist/lib/components/list-page-layout/src/hooks/use-list-params-hook.d.ts +0 -7
|
@@ -2,7 +2,7 @@ import type { ComputedRef, PropType, ExtractPropTypes } from 'vue';
|
|
|
2
2
|
export declare function requiredValidator(val: string): boolean;
|
|
3
3
|
export declare const itemWrapProps: {
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: "0";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@ import type { requiredValidator } from './item-wrap-types';
|
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: "0";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
@@ -24,11 +24,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
24
24
|
}>;
|
|
25
25
|
label: Ref<string>;
|
|
26
26
|
helpText: Ref<string>;
|
|
27
|
-
required: Ref<"
|
|
27
|
+
required: Ref<"1" | "0">;
|
|
28
28
|
disabled: Ref<boolean>;
|
|
29
29
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
30
30
|
readonly required: {
|
|
31
|
-
readonly type: PropType<"
|
|
31
|
+
readonly type: PropType<"1" | "0">;
|
|
32
32
|
readonly default: "0";
|
|
33
33
|
readonly validator: typeof requiredValidator;
|
|
34
34
|
};
|
|
@@ -47,7 +47,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
47
47
|
}>>, {
|
|
48
48
|
readonly disabled: boolean;
|
|
49
49
|
readonly label: string;
|
|
50
|
-
readonly required: "
|
|
50
|
+
readonly required: "1" | "0";
|
|
51
51
|
readonly helpText: string;
|
|
52
52
|
}, {}>;
|
|
53
53
|
export default _sfc_main;
|
|
@@ -11,12 +11,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
11
|
layoutConfig: Ref<LayoutConfig>;
|
|
12
12
|
computedGroups: ComputedRef<GroupItem[]>;
|
|
13
13
|
showPageHeader: boolean;
|
|
14
|
+
showLayoutAnchor: boolean;
|
|
14
15
|
fileVisible: Ref<boolean>;
|
|
15
16
|
auditModalVisble: Ref<boolean>;
|
|
16
17
|
approvalModalVisble: Ref<boolean>;
|
|
17
18
|
nodeHistroyModalVisble: Ref<boolean>;
|
|
18
19
|
currentRow: CurrentRow;
|
|
19
20
|
fileProps: Ref<{
|
|
21
|
+
readonly data?: {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
businessType: string;
|
|
24
|
+
headId: string;
|
|
25
|
+
} | undefined;
|
|
20
26
|
readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
|
|
21
27
|
readonly visible?: boolean | undefined;
|
|
22
28
|
readonly currentRow?: {
|
|
@@ -29,11 +35,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
29
35
|
} | undefined;
|
|
30
36
|
readonly action?: string | undefined;
|
|
31
37
|
readonly accept?: string | undefined;
|
|
32
|
-
readonly data?: {
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
businessType: string;
|
|
35
|
-
headId: string;
|
|
36
|
-
} | undefined;
|
|
37
38
|
readonly dictCode?: string | undefined;
|
|
38
39
|
readonly property?: string | undefined;
|
|
39
40
|
readonly role?: Role | undefined;
|
|
@@ -140,24 +141,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
140
141
|
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
141
142
|
} | undefined;
|
|
142
143
|
title?: string | undefined;
|
|
144
|
+
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
143
145
|
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
144
146
|
visible?: boolean | undefined;
|
|
145
147
|
currentRow?: any;
|
|
146
148
|
token?: string | undefined;
|
|
147
149
|
width?: string | undefined;
|
|
148
|
-
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
149
150
|
flowId?: string | undefined;
|
|
150
151
|
isDesign?: boolean | undefined;
|
|
151
152
|
workFlowType?: string | undefined;
|
|
152
153
|
}>;
|
|
153
154
|
auditModalProps: Ref<{
|
|
154
155
|
title?: string | undefined;
|
|
155
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
156
|
-
visible?: boolean | undefined;
|
|
157
|
-
currentRow?: any;
|
|
158
|
-
businessType?: string | undefined;
|
|
159
|
-
token?: string | undefined;
|
|
160
|
-
busAccount?: string | undefined;
|
|
161
156
|
form?: {
|
|
162
157
|
[x: string]: unknown;
|
|
163
158
|
type: string;
|
|
@@ -170,6 +165,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
170
165
|
options?: any[] | undefined;
|
|
171
166
|
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
172
167
|
}[] | undefined;
|
|
168
|
+
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
169
|
+
visible?: boolean | undefined;
|
|
170
|
+
currentRow?: any;
|
|
171
|
+
businessType?: string | undefined;
|
|
172
|
+
token?: string | undefined;
|
|
173
|
+
busAccount?: string | undefined;
|
|
173
174
|
width?: string | undefined;
|
|
174
175
|
taskAction?: string | undefined;
|
|
175
176
|
needFlow?: string | undefined;
|
|
@@ -13,12 +13,6 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
|
|
|
13
13
|
auditModalCancel: Ref<any>;
|
|
14
14
|
auditModalProps: Ref<{
|
|
15
15
|
title?: string | undefined;
|
|
16
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
17
|
-
visible?: boolean | undefined;
|
|
18
|
-
currentRow?: any;
|
|
19
|
-
businessType?: string | undefined;
|
|
20
|
-
token?: string | undefined;
|
|
21
|
-
busAccount?: string | undefined;
|
|
22
16
|
form?: {
|
|
23
17
|
[x: string]: unknown;
|
|
24
18
|
type: string;
|
|
@@ -31,6 +25,12 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
|
|
|
31
25
|
options?: any[] | undefined;
|
|
32
26
|
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
33
27
|
}[] | undefined;
|
|
28
|
+
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
29
|
+
visible?: boolean | undefined;
|
|
30
|
+
currentRow?: any;
|
|
31
|
+
businessType?: string | undefined;
|
|
32
|
+
token?: string | undefined;
|
|
33
|
+
busAccount?: string | undefined;
|
|
34
34
|
width?: string | undefined;
|
|
35
35
|
taskAction?: string | undefined;
|
|
36
36
|
needFlow?: string | undefined;
|
|
@@ -94,7 +94,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
94
94
|
pageData: {
|
|
95
95
|
[x: string]: any;
|
|
96
96
|
onlyShowNav?: boolean | undefined;
|
|
97
|
-
isAggregate?: "
|
|
97
|
+
isAggregate?: "1" | "0" | undefined;
|
|
98
98
|
isUseLocalColumns?: boolean | undefined;
|
|
99
99
|
localColumns?: {
|
|
100
100
|
[x: string]: any;
|
|
@@ -764,7 +764,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
764
764
|
visibleMethod?: ((params: {
|
|
765
765
|
row: VxeTableDataRow;
|
|
766
766
|
}) => boolean) | undefined;
|
|
767
|
-
trigger?: "" | "
|
|
767
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
768
768
|
highlight?: boolean | undefined;
|
|
769
769
|
strict?: boolean | undefined;
|
|
770
770
|
} | undefined;
|
|
@@ -784,7 +784,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
784
784
|
visibleMethod?: ((params: {
|
|
785
785
|
row: VxeTableDataRow;
|
|
786
786
|
}) => boolean) | undefined;
|
|
787
|
-
trigger?: "" | "
|
|
787
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
788
788
|
highlight?: boolean | undefined;
|
|
789
789
|
range?: boolean | undefined;
|
|
790
790
|
} | undefined;
|
|
@@ -804,7 +804,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
804
804
|
columnIndex: number;
|
|
805
805
|
$columnIndex: number;
|
|
806
806
|
_columnIndex: number;
|
|
807
|
-
type: "" | "
|
|
807
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
808
808
|
cell: HTMLElement;
|
|
809
809
|
$event: any;
|
|
810
810
|
}) => string | void | null) | undefined;
|
|
@@ -1514,7 +1514,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1514
1514
|
expandAll?: boolean | undefined;
|
|
1515
1515
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1516
1516
|
accordion?: boolean | undefined;
|
|
1517
|
-
trigger?: "" | "
|
|
1517
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1518
1518
|
lazy?: boolean | undefined;
|
|
1519
1519
|
reserve?: boolean | undefined;
|
|
1520
1520
|
height?: number | undefined;
|
|
@@ -1551,7 +1551,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1551
1551
|
expandAll?: boolean | undefined;
|
|
1552
1552
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1553
1553
|
accordion?: boolean | undefined;
|
|
1554
|
-
trigger?: "" | "
|
|
1554
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1555
1555
|
lazy?: boolean | undefined;
|
|
1556
1556
|
hasChild?: string | undefined;
|
|
1557
1557
|
reserve?: boolean | undefined;
|
|
@@ -2255,14 +2255,14 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
2255
2255
|
slots?: {
|
|
2256
2256
|
buttons?: string | ((params: {
|
|
2257
2257
|
[key: string]: any;
|
|
2258
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2258
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2259
2259
|
[key: string]: any;
|
|
2260
|
-
}>[]
|
|
2260
|
+
}>[]) | undefined;
|
|
2261
2261
|
tools?: string | ((params: {
|
|
2262
2262
|
[key: string]: any;
|
|
2263
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2263
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2264
2264
|
[key: string]: any;
|
|
2265
|
-
}>[]
|
|
2265
|
+
}>[]) | undefined;
|
|
2266
2266
|
} | undefined;
|
|
2267
2267
|
size?: SizeType | undefined;
|
|
2268
2268
|
id?: string | undefined;
|
|
@@ -2525,12 +2525,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
2525
2525
|
cellType?: "string" | "number" | undefined;
|
|
2526
2526
|
} | undefined;
|
|
2527
2527
|
slots?: {
|
|
2528
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2528
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2529
2529
|
[key: string]: any;
|
|
2530
|
-
}>[]
|
|
2531
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2530
|
+
}>[]) | null | undefined;
|
|
2531
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2532
2532
|
[key: string]: any;
|
|
2533
|
-
}>[]
|
|
2533
|
+
}>[]) | null | undefined;
|
|
2534
2534
|
} | undefined;
|
|
2535
2535
|
children?: any[] | undefined;
|
|
2536
2536
|
}[] | undefined;
|
|
@@ -3326,7 +3326,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3326
3326
|
visibleMethod?: ((params: {
|
|
3327
3327
|
row: VxeTableDataRow;
|
|
3328
3328
|
}) => boolean) | undefined;
|
|
3329
|
-
trigger?: "" | "
|
|
3329
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
3330
3330
|
highlight?: boolean | undefined;
|
|
3331
3331
|
strict?: boolean | undefined;
|
|
3332
3332
|
} | undefined;
|
|
@@ -3346,7 +3346,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3346
3346
|
visibleMethod?: ((params: {
|
|
3347
3347
|
row: VxeTableDataRow;
|
|
3348
3348
|
}) => boolean) | undefined;
|
|
3349
|
-
trigger?: "" | "
|
|
3349
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
3350
3350
|
highlight?: boolean | undefined;
|
|
3351
3351
|
range?: boolean | undefined;
|
|
3352
3352
|
} | undefined;
|
|
@@ -3366,7 +3366,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3366
3366
|
columnIndex: number;
|
|
3367
3367
|
$columnIndex: number;
|
|
3368
3368
|
_columnIndex: number;
|
|
3369
|
-
type: "" | "
|
|
3369
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
3370
3370
|
cell: HTMLElement;
|
|
3371
3371
|
$event: any;
|
|
3372
3372
|
}) => string | void | null) | undefined;
|
|
@@ -4076,7 +4076,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4076
4076
|
expandAll?: boolean | undefined;
|
|
4077
4077
|
expandRowKeys?: string[] | number[] | undefined;
|
|
4078
4078
|
accordion?: boolean | undefined;
|
|
4079
|
-
trigger?: "" | "
|
|
4079
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
4080
4080
|
lazy?: boolean | undefined;
|
|
4081
4081
|
reserve?: boolean | undefined;
|
|
4082
4082
|
height?: number | undefined;
|
|
@@ -4113,7 +4113,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4113
4113
|
expandAll?: boolean | undefined;
|
|
4114
4114
|
expandRowKeys?: string[] | number[] | undefined;
|
|
4115
4115
|
accordion?: boolean | undefined;
|
|
4116
|
-
trigger?: "" | "
|
|
4116
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
4117
4117
|
lazy?: boolean | undefined;
|
|
4118
4118
|
hasChild?: string | undefined;
|
|
4119
4119
|
reserve?: boolean | undefined;
|
|
@@ -4817,14 +4817,14 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4817
4817
|
slots?: {
|
|
4818
4818
|
buttons?: string | ((params: {
|
|
4819
4819
|
[key: string]: any;
|
|
4820
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
4820
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
4821
4821
|
[key: string]: any;
|
|
4822
|
-
}>[]
|
|
4822
|
+
}>[]) | undefined;
|
|
4823
4823
|
tools?: string | ((params: {
|
|
4824
4824
|
[key: string]: any;
|
|
4825
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
4825
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
4826
4826
|
[key: string]: any;
|
|
4827
|
-
}>[]
|
|
4827
|
+
}>[]) | undefined;
|
|
4828
4828
|
} | undefined;
|
|
4829
4829
|
size?: SizeType | undefined;
|
|
4830
4830
|
id?: string | undefined;
|
|
@@ -5087,12 +5087,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
5087
5087
|
cellType?: "string" | "number" | undefined;
|
|
5088
5088
|
} | undefined;
|
|
5089
5089
|
slots?: {
|
|
5090
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
5090
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
5091
5091
|
[key: string]: any;
|
|
5092
|
-
}>[]
|
|
5093
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
5092
|
+
}>[]) | null | undefined;
|
|
5093
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
5094
5094
|
[key: string]: any;
|
|
5095
|
-
}>[]
|
|
5095
|
+
}>[]) | null | undefined;
|
|
5096
5096
|
} | undefined;
|
|
5097
5097
|
children?: any[] | undefined;
|
|
5098
5098
|
}[] | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Ref } from 'vue';
|
|
2
1
|
import { ListPageLayoutProps } from '../list-page-layout-types';
|
|
3
|
-
|
|
2
|
+
import type { Ref, SetupContext } from 'vue';
|
|
3
|
+
export default function getColumnsHook(props: ListPageLayoutProps, ctx: SetupContext): {
|
|
4
4
|
tableColumns: Ref<any>;
|
|
5
5
|
groupColumns: Ref<any>;
|
|
6
6
|
};
|
|
@@ -87,7 +87,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
87
87
|
pageData: {
|
|
88
88
|
[x: string]: any;
|
|
89
89
|
onlyShowNav?: boolean | undefined;
|
|
90
|
-
isAggregate?: "
|
|
90
|
+
isAggregate?: "1" | "0" | undefined;
|
|
91
91
|
isUseLocalColumns?: boolean | undefined;
|
|
92
92
|
localColumns?: {
|
|
93
93
|
[x: string]: any;
|
|
@@ -11,6 +11,7 @@ export declare const SYMBOL_CACHE_REFRESH: unique symbol;
|
|
|
11
11
|
export declare const SYMBOL_CACHE_SHOW_MESSAGE: unique symbol;
|
|
12
12
|
export declare const SYMBOL_VALIDATE: unique symbol;
|
|
13
13
|
export declare const SYMBOL_VALIDATE_RESULT: unique symbol;
|
|
14
|
+
export declare const SYMBOL_LINK_CLICK: unique symbol;
|
|
14
15
|
export declare const SYMBOL_VALIDATE_SUCCESS: unique symbol;
|
|
15
16
|
export declare const SYMBOL_REFRESH: unique symbol;
|
|
16
17
|
export declare const SYMBOL_BACK: unique symbol;
|
|
@@ -6,7 +6,7 @@ export * from './src/radio-types';
|
|
|
6
6
|
export { QRadio };
|
|
7
7
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
8
|
readonly required: {
|
|
9
|
-
readonly type: PropType<"
|
|
9
|
+
readonly type: PropType<"1" | "0">;
|
|
10
10
|
readonly default: 1;
|
|
11
11
|
};
|
|
12
12
|
readonly options: {
|
|
@@ -52,7 +52,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
52
52
|
onChange: (e: Event) => void;
|
|
53
53
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
54
|
readonly required: {
|
|
55
|
-
readonly type: PropType<"
|
|
55
|
+
readonly type: PropType<"1" | "0">;
|
|
56
56
|
readonly default: 1;
|
|
57
57
|
};
|
|
58
58
|
readonly options: {
|
|
@@ -91,12 +91,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
91
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}, {
|
|
94
|
-
readonly busAccount: string;
|
|
95
94
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
95
|
+
readonly busAccount: string;
|
|
96
96
|
readonly value: string;
|
|
97
97
|
readonly options: Option[];
|
|
98
98
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
99
|
-
readonly required: "
|
|
99
|
+
readonly required: "1" | "0";
|
|
100
100
|
readonly dictCode: string;
|
|
101
101
|
readonly isLayout: boolean;
|
|
102
102
|
readonly colSpan: string;
|
|
@@ -2,7 +2,7 @@ import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin
|
|
|
2
2
|
import { Option } from './radio-types';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: 1;
|
|
7
7
|
};
|
|
8
8
|
readonly options: {
|
|
@@ -48,7 +48,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
48
48
|
onChange: (e: Event) => void;
|
|
49
49
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
50
50
|
readonly required: {
|
|
51
|
-
readonly type: PropType<"
|
|
51
|
+
readonly type: PropType<"1" | "0">;
|
|
52
52
|
readonly default: 1;
|
|
53
53
|
};
|
|
54
54
|
readonly options: {
|
|
@@ -87,12 +87,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
87
87
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
|
-
readonly busAccount: string;
|
|
91
90
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
91
|
+
readonly busAccount: string;
|
|
92
92
|
readonly value: string;
|
|
93
93
|
readonly options: Option[];
|
|
94
94
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
95
|
-
readonly required: "
|
|
95
|
+
readonly required: "1" | "0";
|
|
96
96
|
readonly dictCode: string;
|
|
97
97
|
readonly isLayout: boolean;
|
|
98
98
|
readonly colSpan: string;
|
|
@@ -54,7 +54,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
54
54
|
handleAccountChange: (value: string) => void;
|
|
55
55
|
handleCancel: () => void;
|
|
56
56
|
handleOk: () => void;
|
|
57
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
57
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("success" | "ok" | "update:modelValue")[], "success" | "ok" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
58
58
|
readonly url: {
|
|
59
59
|
readonly type: PropType<string>;
|
|
60
60
|
readonly default: "";
|
|
@@ -85,15 +85,15 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
85
85
|
};
|
|
86
86
|
}>> & {
|
|
87
87
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
88
|
-
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
89
88
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
}, {
|
|
91
|
-
readonly ok: (() => void) | (() => void)[];
|
|
92
|
-
readonly businessType: string;
|
|
93
91
|
readonly url: string;
|
|
94
|
-
readonly elsAccount: string;
|
|
95
92
|
readonly success: ((payload: Payload) => void) | ((payload: Payload) => void)[];
|
|
96
|
-
readonly
|
|
93
|
+
readonly ok: (() => void) | (() => void)[];
|
|
94
|
+
readonly businessType: string;
|
|
97
95
|
readonly modelValue: boolean;
|
|
96
|
+
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
97
|
+
readonly elsAccount: string;
|
|
98
98
|
}, {}>>;
|
|
99
99
|
export default _default;
|
|
@@ -50,7 +50,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
50
|
handleAccountChange: (value: string) => void;
|
|
51
51
|
handleCancel: () => void;
|
|
52
52
|
handleOk: () => void;
|
|
53
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
53
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("success" | "ok" | "update:modelValue")[], "success" | "ok" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
54
|
readonly url: {
|
|
55
55
|
readonly type: PropType<string>;
|
|
56
56
|
readonly default: "";
|
|
@@ -81,15 +81,15 @@ declare const _sfc_main: DefineComponent<{
|
|
|
81
81
|
};
|
|
82
82
|
}>> & {
|
|
83
83
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
85
84
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
readonly ok: (() => void) | (() => void)[];
|
|
88
|
-
readonly businessType: string;
|
|
89
87
|
readonly url: string;
|
|
90
|
-
readonly elsAccount: string;
|
|
91
88
|
readonly success: ((payload: Payload) => void) | ((payload: Payload) => void)[];
|
|
92
|
-
readonly
|
|
89
|
+
readonly ok: (() => void) | (() => void)[];
|
|
90
|
+
readonly businessType: string;
|
|
93
91
|
readonly modelValue: boolean;
|
|
92
|
+
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
93
|
+
readonly elsAccount: string;
|
|
94
94
|
}, {}>;
|
|
95
95
|
export default _sfc_main;
|
|
@@ -84,9 +84,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
84
84
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
|
+
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
87
88
|
readonly busAccount: string;
|
|
88
89
|
readonly mode: "multiple" | "tags" | "combobox";
|
|
89
|
-
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
90
90
|
readonly value: string;
|
|
91
91
|
readonly options: SelectOption[];
|
|
92
92
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
@@ -80,9 +80,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
80
80
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
}, {
|
|
83
|
+
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
83
84
|
readonly busAccount: string;
|
|
84
85
|
readonly mode: "multiple" | "tags" | "combobox";
|
|
85
|
-
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
86
86
|
readonly value: string;
|
|
87
87
|
readonly options: SelectOption[];
|
|
88
88
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
@@ -46,9 +46,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
46
46
|
placeholder?: string | undefined;
|
|
47
47
|
selectModal?: ModalType | undefined;
|
|
48
48
|
key?: string | number | symbol | undefined;
|
|
49
|
+
style?: unknown;
|
|
49
50
|
readonly handleListData?: Function | undefined;
|
|
50
51
|
class?: unknown;
|
|
51
|
-
style?: unknown;
|
|
52
52
|
ref?: VNodeRef | undefined;
|
|
53
53
|
ref_for?: boolean | undefined;
|
|
54
54
|
ref_key?: string | undefined;
|
|
@@ -42,9 +42,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
42
42
|
placeholder?: string | undefined;
|
|
43
43
|
selectModal?: ModalType | undefined;
|
|
44
44
|
key?: string | number | symbol | undefined;
|
|
45
|
+
style?: unknown;
|
|
45
46
|
readonly handleListData?: Function | undefined;
|
|
46
47
|
class?: unknown;
|
|
47
|
-
style?: unknown;
|
|
48
48
|
ref?: VNodeRef | undefined;
|
|
49
49
|
ref_for?: boolean | undefined;
|
|
50
50
|
ref_key?: string | undefined;
|
|
@@ -81,11 +81,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
81
81
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
83
83
|
}, {
|
|
84
|
+
readonly url: string;
|
|
84
85
|
readonly ok: (() => void) | (() => void)[];
|
|
85
86
|
readonly 'onUpdate:visible': ((visible: boolean) => void) | ((visible: boolean) => void)[];
|
|
86
87
|
readonly visible: boolean;
|
|
87
88
|
readonly businessType: string;
|
|
88
|
-
readonly url: string;
|
|
89
89
|
readonly elsAccount: string;
|
|
90
90
|
readonly autoVisible: boolean;
|
|
91
91
|
}, {}>>;
|
|
@@ -77,11 +77,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
77
77
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
79
79
|
}, {
|
|
80
|
+
readonly url: string;
|
|
80
81
|
readonly ok: (() => void) | (() => void)[];
|
|
81
82
|
readonly 'onUpdate:visible': ((visible: boolean) => void) | ((visible: boolean) => void)[];
|
|
82
83
|
readonly visible: boolean;
|
|
83
84
|
readonly businessType: string;
|
|
84
|
-
readonly url: string;
|
|
85
85
|
readonly elsAccount: string;
|
|
86
86
|
readonly autoVisible: boolean;
|
|
87
87
|
}, {}>;
|
|
@@ -5,7 +5,7 @@ export * from './src/switch-types';
|
|
|
5
5
|
export { QSwitch };
|
|
6
6
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
7
7
|
readonly checked: {
|
|
8
|
-
readonly type: PropType<"
|
|
8
|
+
readonly type: PropType<"1" | "0">;
|
|
9
9
|
readonly default: "0";
|
|
10
10
|
};
|
|
11
11
|
readonly 'onUpdate:checked': {
|
|
@@ -17,12 +17,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
17
17
|
default: unknown;
|
|
18
18
|
};
|
|
19
19
|
}, {
|
|
20
|
-
checked: Ref<"
|
|
21
|
-
realChecked: Ref<"
|
|
20
|
+
checked: Ref<"1" | "0">;
|
|
21
|
+
realChecked: Ref<"1" | "0">;
|
|
22
22
|
onChange: (value: string) => void;
|
|
23
23
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:checked")[], "change" | "update:checked", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
24
24
|
readonly checked: {
|
|
25
|
-
readonly type: PropType<"
|
|
25
|
+
readonly type: PropType<"1" | "0">;
|
|
26
26
|
readonly default: "0";
|
|
27
27
|
};
|
|
28
28
|
readonly 'onUpdate:checked': {
|
|
@@ -38,7 +38,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
38
38
|
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
readonly onChange: ((value: unknown) => void) | ((value: unknown) => void)[];
|
|
41
|
-
readonly checked: "
|
|
41
|
+
readonly checked: "1" | "0";
|
|
42
42
|
readonly 'onUpdate:checked': ((value: string) => void) | ((value: string) => void)[];
|
|
43
43
|
}, {}>>;
|
|
44
44
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
2
|
declare const _sfc_main: DefineComponent<{
|
|
3
3
|
readonly checked: {
|
|
4
|
-
readonly type: PropType<"
|
|
4
|
+
readonly type: PropType<"1" | "0">;
|
|
5
5
|
readonly default: "0";
|
|
6
6
|
};
|
|
7
7
|
readonly 'onUpdate:checked': {
|
|
@@ -13,12 +13,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
13
13
|
default: unknown;
|
|
14
14
|
};
|
|
15
15
|
}, {
|
|
16
|
-
checked: Ref<"
|
|
17
|
-
realChecked: Ref<"
|
|
16
|
+
checked: Ref<"1" | "0">;
|
|
17
|
+
realChecked: Ref<"1" | "0">;
|
|
18
18
|
onChange: (value: string) => void;
|
|
19
19
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:checked")[], "change" | "update:checked", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
20
20
|
readonly checked: {
|
|
21
|
-
readonly type: PropType<"
|
|
21
|
+
readonly type: PropType<"1" | "0">;
|
|
22
22
|
readonly default: "0";
|
|
23
23
|
};
|
|
24
24
|
readonly 'onUpdate:checked': {
|
|
@@ -34,7 +34,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
34
34
|
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
35
35
|
}, {
|
|
36
36
|
readonly onChange: ((value: unknown) => void) | ((value: unknown) => void)[];
|
|
37
|
-
readonly checked: "
|
|
37
|
+
readonly checked: "1" | "0";
|
|
38
38
|
readonly 'onUpdate:checked': ((value: string) => void) | ((value: string) => void)[];
|
|
39
39
|
}, {}>;
|
|
40
40
|
export default _sfc_main;
|
|
@@ -103,9 +103,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
103
103
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
readonly multiple: boolean;
|
|
107
106
|
readonly params: RecordString;
|
|
108
107
|
readonly onChange: ((payload: TreeSelectPayload) => void) | ((payload: TreeSelectPayload) => void)[];
|
|
108
|
+
readonly multiple: boolean;
|
|
109
109
|
readonly value: string;
|
|
110
110
|
readonly options: TreeNode[];
|
|
111
111
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|