@qqt-product/system 0.0.21 → 0.0.22
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 +9607 -9522
- package/dist/index.umd.js +130 -99
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +4 -0
- package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +4 -0
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +4 -0
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +6 -1
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +6 -1
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +6 -1
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue.d.ts +2 -1
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue.d.ts +2 -1
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +9 -1
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataList.vue.d.ts +3 -1
- package/dist/lib/components/QPermissionDataList/src/form.vue.d.ts +2 -1
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +6 -1
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +6 -1
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts +3 -2
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateModal.vue.d.ts +2 -1
- package/dist/lib/components/QUsageList/src/QUsageList.vue.d.ts +2 -1
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +4 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +6 -1
- package/dist/lib/components/integratedNodesList/src/index.vue.d.ts +2 -1
- package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +9 -9
|
@@ -41,6 +41,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
41
41
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
42
42
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
43
43
|
token?: string | undefined;
|
|
44
|
+
isUseLocalPattern?: boolean | undefined;
|
|
44
45
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
45
46
|
localConfig?: {
|
|
46
47
|
editLayout?: string | undefined;
|
|
@@ -54,6 +55,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
54
55
|
sortOrder?: string | undefined;
|
|
55
56
|
buttons?: {
|
|
56
57
|
title: string;
|
|
58
|
+
i18nKey?: string | undefined;
|
|
57
59
|
key: string | symbol;
|
|
58
60
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
59
61
|
[x: string]: unknown;
|
|
@@ -2644,6 +2646,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2644
2646
|
show?: boolean | undefined;
|
|
2645
2647
|
shake?: boolean | undefined;
|
|
2646
2648
|
slot?: boolean | undefined;
|
|
2649
|
+
master?: boolean | undefined;
|
|
2647
2650
|
enableTile?: "0" | "1" | undefined;
|
|
2648
2651
|
columns?: {
|
|
2649
2652
|
[x: string]: unknown;
|
|
@@ -2823,6 +2826,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2823
2826
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2824
2827
|
pageButtons?: {
|
|
2825
2828
|
title: string;
|
|
2829
|
+
i18nKey?: string | undefined;
|
|
2826
2830
|
key: string | symbol;
|
|
2827
2831
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2828
2832
|
[x: string]: unknown;
|
|
@@ -41,6 +41,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
41
41
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
42
42
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
43
43
|
token?: string | undefined;
|
|
44
|
+
isUseLocalPattern?: boolean | undefined;
|
|
44
45
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
45
46
|
localConfig?: {
|
|
46
47
|
editLayout?: string | undefined;
|
|
@@ -54,6 +55,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
54
55
|
sortOrder?: string | undefined;
|
|
55
56
|
buttons?: {
|
|
56
57
|
title: string;
|
|
58
|
+
i18nKey?: string | undefined;
|
|
57
59
|
key: string | symbol;
|
|
58
60
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
59
61
|
[x: string]: unknown;
|
|
@@ -2644,6 +2646,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2644
2646
|
show?: boolean | undefined;
|
|
2645
2647
|
shake?: boolean | undefined;
|
|
2646
2648
|
slot?: boolean | undefined;
|
|
2649
|
+
master?: boolean | undefined;
|
|
2647
2650
|
enableTile?: "0" | "1" | undefined;
|
|
2648
2651
|
columns?: {
|
|
2649
2652
|
[x: string]: unknown;
|
|
@@ -2823,6 +2826,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2823
2826
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2824
2827
|
pageButtons?: {
|
|
2825
2828
|
title: string;
|
|
2829
|
+
i18nKey?: string | undefined;
|
|
2826
2830
|
key: string | symbol;
|
|
2827
2831
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2828
2832
|
[x: string]: unknown;
|
|
@@ -41,6 +41,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
41
41
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
42
42
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
43
43
|
token?: string | undefined;
|
|
44
|
+
isUseLocalPattern?: boolean | undefined;
|
|
44
45
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
45
46
|
localConfig?: {
|
|
46
47
|
editLayout?: string | undefined;
|
|
@@ -54,6 +55,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
54
55
|
sortOrder?: string | undefined;
|
|
55
56
|
buttons?: {
|
|
56
57
|
title: string;
|
|
58
|
+
i18nKey?: string | undefined;
|
|
57
59
|
key: string | symbol;
|
|
58
60
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
59
61
|
[x: string]: unknown;
|
|
@@ -2644,6 +2646,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2644
2646
|
show?: boolean | undefined;
|
|
2645
2647
|
shake?: boolean | undefined;
|
|
2646
2648
|
slot?: boolean | undefined;
|
|
2649
|
+
master?: boolean | undefined;
|
|
2647
2650
|
enableTile?: "0" | "1" | undefined;
|
|
2648
2651
|
columns?: {
|
|
2649
2652
|
[x: string]: unknown;
|
|
@@ -2823,6 +2826,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2823
2826
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2824
2827
|
pageButtons?: {
|
|
2825
2828
|
title: string;
|
|
2829
|
+
i18nKey?: string | undefined;
|
|
2826
2830
|
key: string | symbol;
|
|
2827
2831
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2828
2832
|
[x: string]: unknown;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -11,7 +12,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
12
|
required: true;
|
|
12
13
|
};
|
|
13
14
|
}, {
|
|
14
|
-
srmI18n:
|
|
15
|
+
srmI18n: SrmI18n;
|
|
15
16
|
props: any;
|
|
16
17
|
currentRow: any;
|
|
17
18
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -37,6 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
38
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
38
39
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
39
40
|
token?: string | undefined;
|
|
41
|
+
isUseLocalPattern?: boolean | undefined;
|
|
40
42
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
41
43
|
localConfig?: {
|
|
42
44
|
editLayout?: string | undefined;
|
|
@@ -50,6 +52,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
52
|
sortOrder?: string | undefined;
|
|
51
53
|
buttons?: {
|
|
52
54
|
title: string;
|
|
55
|
+
i18nKey?: string | undefined;
|
|
53
56
|
key: string | symbol;
|
|
54
57
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
55
58
|
[x: string]: unknown;
|
|
@@ -2640,6 +2643,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2640
2643
|
show?: boolean | undefined;
|
|
2641
2644
|
shake?: boolean | undefined;
|
|
2642
2645
|
slot?: boolean | undefined;
|
|
2646
|
+
master?: boolean | undefined;
|
|
2643
2647
|
enableTile?: "0" | "1" | undefined;
|
|
2644
2648
|
columns?: {
|
|
2645
2649
|
[x: string]: unknown;
|
|
@@ -2819,6 +2823,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2819
2823
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2820
2824
|
pageButtons?: {
|
|
2821
2825
|
title: string;
|
|
2826
|
+
i18nKey?: string | undefined;
|
|
2822
2827
|
key: string | symbol;
|
|
2823
2828
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2824
2829
|
[x: string]: unknown;
|
package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -11,7 +12,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
12
|
required: true;
|
|
12
13
|
};
|
|
13
14
|
}, {
|
|
14
|
-
srmI18n:
|
|
15
|
+
srmI18n: SrmI18n;
|
|
15
16
|
props: any;
|
|
16
17
|
currentRow: any;
|
|
17
18
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -37,6 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
38
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
38
39
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
39
40
|
token?: string | undefined;
|
|
41
|
+
isUseLocalPattern?: boolean | undefined;
|
|
40
42
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
41
43
|
localConfig?: {
|
|
42
44
|
editLayout?: string | undefined;
|
|
@@ -50,6 +52,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
52
|
sortOrder?: string | undefined;
|
|
51
53
|
buttons?: {
|
|
52
54
|
title: string;
|
|
55
|
+
i18nKey?: string | undefined;
|
|
53
56
|
key: string | symbol;
|
|
54
57
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
55
58
|
[x: string]: unknown;
|
|
@@ -2640,6 +2643,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2640
2643
|
show?: boolean | undefined;
|
|
2641
2644
|
shake?: boolean | undefined;
|
|
2642
2645
|
slot?: boolean | undefined;
|
|
2646
|
+
master?: boolean | undefined;
|
|
2643
2647
|
enableTile?: "0" | "1" | undefined;
|
|
2644
2648
|
columns?: {
|
|
2645
2649
|
[x: string]: unknown;
|
|
@@ -2819,6 +2823,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2819
2823
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2820
2824
|
pageButtons?: {
|
|
2821
2825
|
title: string;
|
|
2826
|
+
i18nKey?: string | undefined;
|
|
2822
2827
|
key: string | symbol;
|
|
2823
2828
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2824
2829
|
[x: string]: unknown;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
import type { CreatePromise } from '@qqt-product/utils';
|
|
@@ -12,7 +13,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
12
13
|
required: true;
|
|
13
14
|
};
|
|
14
15
|
}, {
|
|
15
|
-
srmI18n:
|
|
16
|
+
srmI18n: SrmI18n;
|
|
16
17
|
props: any;
|
|
17
18
|
currentRow: any;
|
|
18
19
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -42,6 +43,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
42
43
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
43
44
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
44
45
|
token?: string | undefined;
|
|
46
|
+
isUseLocalPattern?: boolean | undefined;
|
|
45
47
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
46
48
|
localConfig?: {
|
|
47
49
|
editLayout?: string | undefined;
|
|
@@ -55,6 +57,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
55
57
|
sortOrder?: string | undefined;
|
|
56
58
|
buttons?: {
|
|
57
59
|
title: string;
|
|
60
|
+
i18nKey?: string | undefined;
|
|
58
61
|
key: string | symbol;
|
|
59
62
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
60
63
|
[x: string]: unknown;
|
|
@@ -2645,6 +2648,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2645
2648
|
show?: boolean | undefined;
|
|
2646
2649
|
shake?: boolean | undefined;
|
|
2647
2650
|
slot?: boolean | undefined;
|
|
2651
|
+
master?: boolean | undefined;
|
|
2648
2652
|
enableTile?: "0" | "1" | undefined;
|
|
2649
2653
|
columns?: {
|
|
2650
2654
|
[x: string]: unknown;
|
|
@@ -2824,6 +2828,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2824
2828
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2825
2829
|
pageButtons?: {
|
|
2826
2830
|
title: string;
|
|
2831
|
+
i18nKey?: string | undefined;
|
|
2827
2832
|
key: string | symbol;
|
|
2828
2833
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2829
2834
|
[x: string]: unknown;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import qqtApi from '@qqt-product/api';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
@@ -5,7 +6,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
5
6
|
qHttp: qqtApi.Request;
|
|
6
7
|
listLayoutRef: Ref<any>;
|
|
7
8
|
emit: (event: "create" | "edit" | "detail", ...args: any[]) => void;
|
|
8
|
-
srmI18n:
|
|
9
|
+
srmI18n: SrmI18n;
|
|
9
10
|
apiUrls: {
|
|
10
11
|
list: string;
|
|
11
12
|
columnsCode: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, SizeType, VxePagerPropTypes, VxeTableDefines } from 'vxe-table';
|
|
3
4
|
import qqtApi from '@qqt-product/api';
|
|
@@ -19,7 +20,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
19
20
|
required: true;
|
|
20
21
|
};
|
|
21
22
|
}, {
|
|
22
|
-
srmI18n:
|
|
23
|
+
srmI18n: SrmI18n;
|
|
23
24
|
props: any;
|
|
24
25
|
currentRow: any;
|
|
25
26
|
qHttp: qqtApi.Request;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
5
|
+
import qqtApi from '@qqt-product/api';
|
|
4
6
|
declare const _sfc_main: DefineComponent<{
|
|
5
7
|
currentRow: {
|
|
6
8
|
type: null;
|
|
@@ -11,7 +13,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
13
|
required: true;
|
|
12
14
|
};
|
|
13
15
|
}, {
|
|
14
|
-
|
|
16
|
+
qHttp: qqtApi.Request;
|
|
17
|
+
srmI18n: SrmI18n;
|
|
15
18
|
props: any;
|
|
16
19
|
currentRow: any;
|
|
17
20
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -37,6 +40,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
40
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
38
41
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
39
42
|
token?: string | undefined;
|
|
43
|
+
isUseLocalPattern?: boolean | undefined;
|
|
40
44
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
41
45
|
localConfig?: {
|
|
42
46
|
editLayout?: string | undefined;
|
|
@@ -50,6 +54,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
54
|
sortOrder?: string | undefined;
|
|
51
55
|
buttons?: {
|
|
52
56
|
title: string;
|
|
57
|
+
i18nKey?: string | undefined;
|
|
53
58
|
key: string | symbol;
|
|
54
59
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
55
60
|
[x: string]: unknown;
|
|
@@ -2640,6 +2645,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2640
2645
|
show?: boolean | undefined;
|
|
2641
2646
|
shake?: boolean | undefined;
|
|
2642
2647
|
slot?: boolean | undefined;
|
|
2648
|
+
master?: boolean | undefined;
|
|
2643
2649
|
enableTile?: "0" | "1" | undefined;
|
|
2644
2650
|
columns?: {
|
|
2645
2651
|
[x: string]: unknown;
|
|
@@ -2819,6 +2825,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2819
2825
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2820
2826
|
pageButtons?: {
|
|
2821
2827
|
title: string;
|
|
2828
|
+
i18nKey?: string | undefined;
|
|
2822
2829
|
key: string | symbol;
|
|
2823
2830
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2824
2831
|
[x: string]: unknown;
|
|
@@ -2863,6 +2870,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2863
2870
|
customLoading: Readonly<Ref<boolean>>;
|
|
2864
2871
|
handleCustomSave: () => false | undefined;
|
|
2865
2872
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2873
|
+
getBusinessTypeGetOptions: () => void;
|
|
2866
2874
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2867
2875
|
currentRow: {
|
|
2868
2876
|
type: null;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { VxeFormPropTypes, VxeFormEvents } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
4
|
import type { GlobalListPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{}, {
|
|
6
|
+
srmI18n: SrmI18n;
|
|
5
7
|
emit: (event: "create" | "edit" | "copy" | "auth", ...args: any[]) => void;
|
|
6
8
|
listLayoutRef: Ref<any>;
|
|
7
9
|
showItemInfoForm: Ref<boolean>;
|
|
@@ -99,7 +101,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
99
101
|
};
|
|
100
102
|
save: () => Promise<void>;
|
|
101
103
|
submitEvent: VxeFormEvents.Submit;
|
|
102
|
-
srmI18n:
|
|
104
|
+
srmI18n: SrmI18n;
|
|
103
105
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
104
106
|
title: {
|
|
105
107
|
type: StringConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import { VxeFormEvents, VxeFormPropTypes } from 'vxe-table';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -29,7 +30,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
29
30
|
};
|
|
30
31
|
save: () => Promise<void>;
|
|
31
32
|
submitEvent: VxeFormEvents.Submit;
|
|
32
|
-
srmI18n:
|
|
33
|
+
srmI18n: SrmI18n;
|
|
33
34
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
34
35
|
title: {
|
|
35
36
|
type: StringConstructor;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -11,7 +12,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
12
|
required: true;
|
|
12
13
|
};
|
|
13
14
|
}, {
|
|
14
|
-
srmI18n:
|
|
15
|
+
srmI18n: SrmI18n;
|
|
15
16
|
props: any;
|
|
16
17
|
currentRow: any;
|
|
17
18
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -37,6 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
38
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
38
39
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
39
40
|
token?: string | undefined;
|
|
41
|
+
isUseLocalPattern?: boolean | undefined;
|
|
40
42
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
41
43
|
localConfig?: {
|
|
42
44
|
editLayout?: string | undefined;
|
|
@@ -50,6 +52,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
52
|
sortOrder?: string | undefined;
|
|
51
53
|
buttons?: {
|
|
52
54
|
title: string;
|
|
55
|
+
i18nKey?: string | undefined;
|
|
53
56
|
key: string | symbol;
|
|
54
57
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
55
58
|
[x: string]: unknown;
|
|
@@ -2640,6 +2643,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2640
2643
|
show?: boolean | undefined;
|
|
2641
2644
|
shake?: boolean | undefined;
|
|
2642
2645
|
slot?: boolean | undefined;
|
|
2646
|
+
master?: boolean | undefined;
|
|
2643
2647
|
enableTile?: "0" | "1" | undefined;
|
|
2644
2648
|
columns?: {
|
|
2645
2649
|
[x: string]: unknown;
|
|
@@ -2819,6 +2823,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2819
2823
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2820
2824
|
pageButtons?: {
|
|
2821
2825
|
title: string;
|
|
2826
|
+
i18nKey?: string | undefined;
|
|
2822
2827
|
key: string | symbol;
|
|
2823
2828
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2824
2829
|
[x: string]: unknown;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { CreatePromise } from '@qqt-product/utils';
|
|
4
5
|
import qqtApi from '@qqt-product/api';
|
|
@@ -13,7 +14,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
13
14
|
required: true;
|
|
14
15
|
};
|
|
15
16
|
}, {
|
|
16
|
-
srmI18n:
|
|
17
|
+
srmI18n: SrmI18n;
|
|
17
18
|
router: {
|
|
18
19
|
go: (num: number) => void;
|
|
19
20
|
};
|
|
@@ -48,6 +49,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
48
49
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
49
50
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
50
51
|
token?: string | undefined;
|
|
52
|
+
isUseLocalPattern?: boolean | undefined;
|
|
51
53
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
52
54
|
localConfig?: {
|
|
53
55
|
editLayout?: string | undefined;
|
|
@@ -61,6 +63,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
61
63
|
sortOrder?: string | undefined;
|
|
62
64
|
buttons?: {
|
|
63
65
|
title: string;
|
|
66
|
+
i18nKey?: string | undefined;
|
|
64
67
|
key: string | symbol;
|
|
65
68
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
66
69
|
[x: string]: unknown;
|
|
@@ -2651,6 +2654,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2651
2654
|
show?: boolean | undefined;
|
|
2652
2655
|
shake?: boolean | undefined;
|
|
2653
2656
|
slot?: boolean | undefined;
|
|
2657
|
+
master?: boolean | undefined;
|
|
2654
2658
|
enableTile?: "0" | "1" | undefined;
|
|
2655
2659
|
columns?: {
|
|
2656
2660
|
[x: string]: unknown;
|
|
@@ -2830,6 +2834,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2830
2834
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2831
2835
|
pageButtons?: {
|
|
2832
2836
|
title: string;
|
|
2837
|
+
i18nKey?: string | undefined;
|
|
2833
2838
|
key: string | symbol;
|
|
2834
2839
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2835
2840
|
[x: string]: unknown;
|
package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
2
2
|
import type { SizeType, VxePagerPropTypes } from 'vxe-table';
|
|
3
3
|
import type { ListMergeDataItem } from '@qqt-product/ui/dist/lib/components/list-page-layout';
|
|
4
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
5
|
import type { DefineComponent, Ref, ShallowRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
6
|
import type { GlobalListPageLayoutTypes } from '@qqt-product/ui';
|
|
6
7
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -10,7 +11,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
10
11
|
};
|
|
11
12
|
}, {
|
|
12
13
|
props: any;
|
|
13
|
-
srmI18n:
|
|
14
|
+
srmI18n: SrmI18n;
|
|
14
15
|
listLayoutRef: Ref<any>;
|
|
15
16
|
fetchListData: () => void;
|
|
16
17
|
visible: Ref<boolean>;
|
|
@@ -206,7 +207,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
206
207
|
};
|
|
207
208
|
}, {
|
|
208
209
|
qHttp: Request;
|
|
209
|
-
srmI18n:
|
|
210
|
+
srmI18n: SrmI18n;
|
|
210
211
|
modalTitle: Ref<string>;
|
|
211
212
|
props: any;
|
|
212
213
|
modelValue: Ref<any>;
|
package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateModal.vue.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import qqtApi from '@qqt-product/api';
|
|
3
4
|
export interface Values {
|
|
@@ -16,7 +17,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
16
17
|
};
|
|
17
18
|
}, {
|
|
18
19
|
qHttp: qqtApi.Request;
|
|
19
|
-
srmI18n:
|
|
20
|
+
srmI18n: SrmI18n;
|
|
20
21
|
modalTitle: Ref<string>;
|
|
21
22
|
props: any;
|
|
22
23
|
modelValue: Ref<any>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { MapObjectNoneType } from '../../../utils/global.types';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
4
|
declare const _sfc_main: DefineComponent<{
|
|
4
5
|
userInfo: {
|
|
@@ -11,7 +12,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
12
|
moduleOptList: string;
|
|
12
13
|
useOptList: string;
|
|
13
14
|
};
|
|
14
|
-
srmI18n:
|
|
15
|
+
srmI18n: SrmI18n;
|
|
15
16
|
moduleOptains: MapObjectNoneType;
|
|
16
17
|
useOptains: MapObjectNoneType;
|
|
17
18
|
moduleChartoption: Ref<{}>;
|
|
@@ -36,6 +36,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
36
36
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
37
37
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
38
38
|
token?: string | undefined;
|
|
39
|
+
isUseLocalPattern?: boolean | undefined;
|
|
39
40
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
40
41
|
localConfig?: {
|
|
41
42
|
editLayout?: string | undefined;
|
|
@@ -49,6 +50,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
49
50
|
sortOrder?: string | undefined;
|
|
50
51
|
buttons?: {
|
|
51
52
|
title: string;
|
|
53
|
+
i18nKey?: string | undefined;
|
|
52
54
|
key: string | symbol;
|
|
53
55
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
54
56
|
[x: string]: unknown;
|
|
@@ -2639,6 +2641,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2639
2641
|
show?: boolean | undefined;
|
|
2640
2642
|
shake?: boolean | undefined;
|
|
2641
2643
|
slot?: boolean | undefined;
|
|
2644
|
+
master?: boolean | undefined;
|
|
2642
2645
|
enableTile?: "0" | "1" | undefined;
|
|
2643
2646
|
columns?: {
|
|
2644
2647
|
[x: string]: unknown;
|
|
@@ -2818,6 +2821,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2818
2821
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2819
2822
|
pageButtons?: {
|
|
2820
2823
|
title: string;
|
|
2824
|
+
i18nKey?: string | undefined;
|
|
2821
2825
|
key: string | symbol;
|
|
2822
2826
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2823
2827
|
[x: string]: unknown;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -11,7 +12,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
11
12
|
required: true;
|
|
12
13
|
};
|
|
13
14
|
}, {
|
|
14
|
-
srmI18n:
|
|
15
|
+
srmI18n: SrmI18n;
|
|
15
16
|
props: any;
|
|
16
17
|
currentRow: any;
|
|
17
18
|
layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
|
|
@@ -37,6 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
37
38
|
role?: GlobalPageLayoutTypes.Role | undefined;
|
|
38
39
|
refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
|
|
39
40
|
token?: string | undefined;
|
|
41
|
+
isUseLocalPattern?: boolean | undefined;
|
|
40
42
|
pattern?: GlobalPageLayoutTypes.Pattern | undefined;
|
|
41
43
|
localConfig?: {
|
|
42
44
|
editLayout?: string | undefined;
|
|
@@ -50,6 +52,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
52
|
sortOrder?: string | undefined;
|
|
51
53
|
buttons?: {
|
|
52
54
|
title: string;
|
|
55
|
+
i18nKey?: string | undefined;
|
|
53
56
|
key: string | symbol;
|
|
54
57
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
55
58
|
[x: string]: unknown;
|
|
@@ -2640,6 +2643,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2640
2643
|
show?: boolean | undefined;
|
|
2641
2644
|
shake?: boolean | undefined;
|
|
2642
2645
|
slot?: boolean | undefined;
|
|
2646
|
+
master?: boolean | undefined;
|
|
2643
2647
|
enableTile?: "0" | "1" | undefined;
|
|
2644
2648
|
columns?: {
|
|
2645
2649
|
[x: string]: unknown;
|
|
@@ -2819,6 +2823,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2819
2823
|
handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
|
|
2820
2824
|
pageButtons?: {
|
|
2821
2825
|
title: string;
|
|
2826
|
+
i18nKey?: string | undefined;
|
|
2822
2827
|
key: string | symbol;
|
|
2823
2828
|
args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
|
|
2824
2829
|
[x: string]: unknown;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
3
|
import qqtApi from '@qqt-product/api';
|
|
3
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
6
|
emit: (event: "create" | "edit" | "detail", ...args: any[]) => void;
|
|
6
|
-
srmI18n:
|
|
7
|
+
srmI18n: SrmI18n;
|
|
7
8
|
listLayoutRef: Ref<any>;
|
|
8
9
|
qHttp: qqtApi.Request;
|
|
9
10
|
apiUrls: {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
2
|
+
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
2
3
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
4
|
import qqtApi from '@qqt-product/api';
|
|
4
5
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
-
srmI18n:
|
|
6
|
+
srmI18n: SrmI18n;
|
|
6
7
|
listLayoutRef: Ref<any>;
|
|
7
8
|
qHttp: qqtApi.Request;
|
|
8
9
|
refreshNodes: () => void;
|