@dazhicheng/ui 1.4.2 → 1.4.3
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/components/tt-form/src/form-render/form.vue.d.ts +2 -2
- package/dist/components/tt-form/src/index.vue.d.ts +10 -10
- package/dist/components/tt-modal/index.d.ts +18 -18
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +4 -4
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts.map +1 -1
- package/dist/components/tt-modal/src/typing.d.ts +1 -1
- package/dist/components/tt-modal/src/typing.d.ts.map +1 -1
- package/dist/components/tt-modal/src/utils/modal-api.d.ts +1 -1
- package/dist/components/tt-modal/src/utils/modal-api.d.ts.map +1 -1
- package/dist/components/tt-part/index.d.ts +3 -3
- package/dist/components/tt-part/index.vue.d.ts +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +0 -4
- package/dist/components/tt-table/src/Table.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +2 -6
- package/dist/components/tt-table/src/TableForm.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +7 -1669
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/useDataSource.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/usePagination.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/useTableForm.d.ts +1 -1
- package/dist/components/tt-table/src/types/table.d.ts +0 -7
- package/dist/components/tt-table/src/types/table.d.ts.map +1 -1
- package/dist/components/tt-table/src/types/tableForm.d.ts +2 -3
- package/dist/components/tt-table/src/types/tableForm.d.ts.map +1 -1
- package/dist/components/tt-table/src/utils/table-api.d.ts +1 -4
- package/dist/components/tt-table/src/utils/table-api.d.ts.map +1 -1
- package/dist/components/tt-validate/src/Field.d.ts +2 -2
- package/dist/{event-BgJv9iWk.js → event-BalOV0JM.js} +1 -1
- package/dist/{icon-C9BsRQqM.js → icon-5B2ynQp-.js} +2 -2
- package/dist/{index-B3w7HVvP.js → index-2mKTLyPx.js} +6 -6
- package/dist/{index-DXGnUvsQ.js → index-BJ_5njEA.js} +9 -9
- package/dist/{index-DHXyFJLO.js → index-BTHTtdJx.js} +1 -1
- package/dist/{index-CdyRKSi4.js → index-Be5pn-NN.js} +3 -3
- package/dist/{index-iFd1yQ1C.js → index-CB_EENKU.js} +17097 -17472
- package/dist/{index-C_u1XOy0.js → index-CDYw4eVB.js} +7 -7
- package/dist/{index-hI7UMWGr.js → index-CGDdXoGl.js} +1 -1
- package/dist/{index-CB2v0taz.js → index-CZsyLWae.js} +1 -1
- package/dist/{index-CjcGE9Xi.js → index-Cc2BtQLP.js} +10 -10
- package/dist/{index-Bq5RXWp8.js → index-CcCiF8pT.js} +5 -5
- package/dist/{index-CzDjdhem.js → index-CrbQ-YeE.js} +5 -5
- package/dist/{index-64J4mWP7.js → index-D4nRmk4y.js} +2 -2
- package/dist/{index-BQgaGlJA.js → index-DDSeluzh.js} +8 -8
- package/dist/{index-DY3FsmvZ.js → index-DdQGYaDm.js} +2 -2
- package/dist/{index-Dp1l-3ez.js → index-DhgDl8b4.js} +2 -2
- package/dist/{index-D6x6ZHVk.js → index-INtP-J4m.js} +5 -5
- package/dist/{index-LRY3g1Bz.js → index-p-cQlvvh.js} +6 -6
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -25
- package/dist/{panel-time-pick.vue2-C7R5HGb8.js → panel-time-pick.vue2-DEt56nH4.js} +10 -10
- package/dist/style.css +1 -1
- package/dist/{use-form-common-props-CDmM4Wn1.js → use-form-common-props-DjKbQLMM.js} +1 -1
- package/dist/{use-form-item-Bv38v7TO.js → use-form-item-B8AaclW6.js} +2 -2
- package/dist/{util-CWdgKsYq.js → util-p8egm5f9.js} +6 -6
- package/package.json +3 -3
|
@@ -31,11 +31,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
31
31
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
32
32
|
onSubmit?: ((event: any) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
isValToUndefined: boolean;
|
|
35
34
|
collapsedRows: number;
|
|
36
35
|
commonConfig: FormCommonConfig;
|
|
37
36
|
showCollapseButton: boolean;
|
|
38
37
|
wrapperClass: import('../types/types').WrapperClassType;
|
|
38
|
+
isValToUndefined: boolean;
|
|
39
39
|
groupOrder: Array<string>;
|
|
40
40
|
groupProps: {
|
|
41
41
|
title?: string | undefined;
|
|
@@ -43,10 +43,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
43
43
|
modelValue?: boolean | undefined;
|
|
44
44
|
headerClass?: string | undefined;
|
|
45
45
|
shadow?: boolean | undefined;
|
|
46
|
+
colSpan?: number | undefined;
|
|
46
47
|
isExpand?: boolean | undefined;
|
|
47
48
|
showExpand?: boolean | undefined;
|
|
48
49
|
defaultExpand?: boolean | undefined;
|
|
49
|
-
colSpan?: number | undefined;
|
|
50
50
|
colGap?: number | undefined;
|
|
51
51
|
labelWidth?: string | undefined;
|
|
52
52
|
labelPosition?: string | undefined;
|
|
@@ -75,11 +75,11 @@ declare function __VLS_template(): {
|
|
|
75
75
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
76
|
submit: (event: any) => any;
|
|
77
77
|
}, string, {
|
|
78
|
-
isValToUndefined: boolean;
|
|
79
78
|
collapsedRows: number;
|
|
80
79
|
commonConfig: import('./types/types').FormCommonConfig;
|
|
81
80
|
showCollapseButton: boolean;
|
|
82
81
|
wrapperClass: import('./types/types').WrapperClassType;
|
|
82
|
+
isValToUndefined: boolean;
|
|
83
83
|
groupOrder: Array<string>;
|
|
84
84
|
groupProps: {
|
|
85
85
|
title?: string | undefined;
|
|
@@ -87,10 +87,10 @@ declare function __VLS_template(): {
|
|
|
87
87
|
modelValue?: boolean | undefined;
|
|
88
88
|
headerClass?: string | undefined;
|
|
89
89
|
shadow?: boolean | undefined;
|
|
90
|
+
colSpan?: number | undefined;
|
|
90
91
|
isExpand?: boolean | undefined;
|
|
91
92
|
showExpand?: boolean | undefined;
|
|
92
93
|
defaultExpand?: boolean | undefined;
|
|
93
|
-
colSpan?: number | undefined;
|
|
94
94
|
colGap?: number | undefined;
|
|
95
95
|
labelWidth?: string | undefined;
|
|
96
96
|
labelPosition?: string | undefined;
|
|
@@ -125,11 +125,11 @@ declare function __VLS_template(): {
|
|
|
125
125
|
$nextTick: typeof nextTick;
|
|
126
126
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
127
127
|
} & Readonly<{
|
|
128
|
-
isValToUndefined: boolean;
|
|
129
128
|
collapsedRows: number;
|
|
130
129
|
commonConfig: import('./types/types').FormCommonConfig;
|
|
131
130
|
showCollapseButton: boolean;
|
|
132
131
|
wrapperClass: import('./types/types').WrapperClassType;
|
|
132
|
+
isValToUndefined: boolean;
|
|
133
133
|
groupOrder: Array<string>;
|
|
134
134
|
groupProps: {
|
|
135
135
|
title?: string | undefined;
|
|
@@ -137,10 +137,10 @@ declare function __VLS_template(): {
|
|
|
137
137
|
modelValue?: boolean | undefined;
|
|
138
138
|
headerClass?: string | undefined;
|
|
139
139
|
shadow?: boolean | undefined;
|
|
140
|
+
colSpan?: number | undefined;
|
|
140
141
|
isExpand?: boolean | undefined;
|
|
141
142
|
showExpand?: boolean | undefined;
|
|
142
143
|
defaultExpand?: boolean | undefined;
|
|
143
|
-
colSpan?: number | undefined;
|
|
144
144
|
colGap?: number | undefined;
|
|
145
145
|
labelWidth?: string | undefined;
|
|
146
146
|
labelPosition?: string | undefined;
|
|
@@ -159,7 +159,7 @@ declare function __VLS_template(): {
|
|
|
159
159
|
busKey?: string | symbol;
|
|
160
160
|
} & import('./types/types').FormRenderProps> & Readonly<{
|
|
161
161
|
onSubmit?: ((event: any) => any) | undefined;
|
|
162
|
-
}>, "wrapperRef" | ("
|
|
162
|
+
}>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "isValToUndefined" | "groupOrder" | "groupProps" | "openDirty" | "globalCommonConfig")> & import('vue').ShallowUnwrapRef<{
|
|
163
163
|
wrapperRef: import('vue').ComputedRef<HTMLElement | null>;
|
|
164
164
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
165
165
|
$slots: Readonly<{
|
|
@@ -234,11 +234,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
234
234
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
235
235
|
submit: (event: any) => any;
|
|
236
236
|
}, string, {
|
|
237
|
-
isValToUndefined: boolean;
|
|
238
237
|
collapsedRows: number;
|
|
239
238
|
commonConfig: import('./types/types').FormCommonConfig;
|
|
240
239
|
showCollapseButton: boolean;
|
|
241
240
|
wrapperClass: import('./types/types').WrapperClassType;
|
|
241
|
+
isValToUndefined: boolean;
|
|
242
242
|
groupOrder: Array<string>;
|
|
243
243
|
groupProps: {
|
|
244
244
|
title?: string | undefined;
|
|
@@ -246,10 +246,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
246
246
|
modelValue?: boolean | undefined;
|
|
247
247
|
headerClass?: string | undefined;
|
|
248
248
|
shadow?: boolean | undefined;
|
|
249
|
+
colSpan?: number | undefined;
|
|
249
250
|
isExpand?: boolean | undefined;
|
|
250
251
|
showExpand?: boolean | undefined;
|
|
251
252
|
defaultExpand?: boolean | undefined;
|
|
252
|
-
colSpan?: number | undefined;
|
|
253
253
|
colGap?: number | undefined;
|
|
254
254
|
labelWidth?: string | undefined;
|
|
255
255
|
labelPosition?: string | undefined;
|
|
@@ -284,11 +284,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
284
284
|
$nextTick: typeof nextTick;
|
|
285
285
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
286
286
|
} & Readonly<{
|
|
287
|
-
isValToUndefined: boolean;
|
|
288
287
|
collapsedRows: number;
|
|
289
288
|
commonConfig: import('./types/types').FormCommonConfig;
|
|
290
289
|
showCollapseButton: boolean;
|
|
291
290
|
wrapperClass: import('./types/types').WrapperClassType;
|
|
291
|
+
isValToUndefined: boolean;
|
|
292
292
|
groupOrder: Array<string>;
|
|
293
293
|
groupProps: {
|
|
294
294
|
title?: string | undefined;
|
|
@@ -296,10 +296,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
296
296
|
modelValue?: boolean | undefined;
|
|
297
297
|
headerClass?: string | undefined;
|
|
298
298
|
shadow?: boolean | undefined;
|
|
299
|
+
colSpan?: number | undefined;
|
|
299
300
|
isExpand?: boolean | undefined;
|
|
300
301
|
showExpand?: boolean | undefined;
|
|
301
302
|
defaultExpand?: boolean | undefined;
|
|
302
|
-
colSpan?: number | undefined;
|
|
303
303
|
colGap?: number | undefined;
|
|
304
304
|
labelWidth?: string | undefined;
|
|
305
305
|
labelPosition?: string | undefined;
|
|
@@ -318,7 +318,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
318
318
|
busKey?: string | symbol;
|
|
319
319
|
} & import('./types/types').FormRenderProps> & Readonly<{
|
|
320
320
|
onSubmit?: ((event: any) => any) | undefined;
|
|
321
|
-
}>, "wrapperRef" | ("
|
|
321
|
+
}>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "isValToUndefined" | "groupOrder" | "groupProps" | "openDirty" | "globalCommonConfig")> & import('vue').ShallowUnwrapRef<{
|
|
322
322
|
wrapperRef: import('vue').ComputedRef<HTMLElement | null>;
|
|
323
323
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
324
324
|
$slots: Readonly<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const RenderModal: import('../../../../utils/src').SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
modalApi: {
|
|
4
|
-
type: import('vue').PropType<
|
|
4
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
5
5
|
default: undefined;
|
|
6
6
|
};
|
|
7
7
|
testId: any;
|
|
@@ -132,7 +132,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
132
132
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
133
133
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
134
134
|
}>, {
|
|
135
|
-
modalApi:
|
|
135
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
136
136
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
137
137
|
"update:visible": (args_0: boolean) => any;
|
|
138
138
|
"visible-change": (args_0: boolean) => any;
|
|
@@ -180,7 +180,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
180
180
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
181
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
182
|
ariaLevel: string;
|
|
183
|
-
modalApi:
|
|
183
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
184
184
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
185
185
|
modalWrapperRef: ({
|
|
186
186
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -523,7 +523,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
523
523
|
Defaults: {};
|
|
524
524
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
525
525
|
modalApi: {
|
|
526
|
-
type: import('vue').PropType<
|
|
526
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
527
527
|
default: undefined;
|
|
528
528
|
};
|
|
529
529
|
testId: any;
|
|
@@ -654,7 +654,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
654
654
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
655
655
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
656
656
|
}>, {
|
|
657
|
-
modalApi:
|
|
657
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
658
658
|
}, {}, {}, {}, {
|
|
659
659
|
title: any;
|
|
660
660
|
center: boolean;
|
|
@@ -698,14 +698,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
698
698
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
699
699
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
700
700
|
ariaLevel: string;
|
|
701
|
-
modalApi:
|
|
701
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
702
702
|
}>;
|
|
703
703
|
__isFragment?: never;
|
|
704
704
|
__isTeleport?: never;
|
|
705
705
|
__isSuspense?: never;
|
|
706
706
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
707
707
|
modalApi: {
|
|
708
|
-
type: import('vue').PropType<
|
|
708
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
709
709
|
default: undefined;
|
|
710
710
|
};
|
|
711
711
|
testId: any;
|
|
@@ -836,7 +836,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
836
836
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
837
837
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
838
838
|
}>, {
|
|
839
|
-
modalApi:
|
|
839
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
840
840
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
841
841
|
"update:visible": (args_0: boolean) => any;
|
|
842
842
|
"visible-change": (args_0: boolean) => any;
|
|
@@ -884,7 +884,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
884
884
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
885
885
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
886
886
|
ariaLevel: string;
|
|
887
|
-
modalApi:
|
|
887
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
888
888
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
889
889
|
$slots: Readonly<{
|
|
890
890
|
[key: string]: (...args: any) => void;
|
|
@@ -905,7 +905,7 @@ export * from './src/typing';
|
|
|
905
905
|
export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
906
906
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
907
907
|
modalApi: {
|
|
908
|
-
type: import('vue').PropType<
|
|
908
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
909
909
|
default: undefined;
|
|
910
910
|
};
|
|
911
911
|
testId: any;
|
|
@@ -1036,7 +1036,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1036
1036
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1037
1037
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1038
1038
|
}>, {
|
|
1039
|
-
modalApi:
|
|
1039
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1040
1040
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1041
1041
|
"update:visible": (args_0: boolean) => any;
|
|
1042
1042
|
"visible-change": (args_0: boolean) => any;
|
|
@@ -1084,7 +1084,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1084
1084
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1085
1085
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1086
1086
|
ariaLevel: string;
|
|
1087
|
-
modalApi:
|
|
1087
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1088
1088
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1089
1089
|
modalWrapperRef: ({
|
|
1090
1090
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1427,7 +1427,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1427
1427
|
Defaults: {};
|
|
1428
1428
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1429
1429
|
modalApi: {
|
|
1430
|
-
type: import('vue').PropType<
|
|
1430
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
1431
1431
|
default: undefined;
|
|
1432
1432
|
};
|
|
1433
1433
|
testId: any;
|
|
@@ -1558,7 +1558,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1558
1558
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1559
1559
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1560
1560
|
}>, {
|
|
1561
|
-
modalApi:
|
|
1561
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1562
1562
|
}, {}, {}, {}, {
|
|
1563
1563
|
title: any;
|
|
1564
1564
|
center: boolean;
|
|
@@ -1602,14 +1602,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1602
1602
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1603
1603
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1604
1604
|
ariaLevel: string;
|
|
1605
|
-
modalApi:
|
|
1605
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1606
1606
|
}>;
|
|
1607
1607
|
__isFragment?: never;
|
|
1608
1608
|
__isTeleport?: never;
|
|
1609
1609
|
__isSuspense?: never;
|
|
1610
1610
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1611
1611
|
modalApi: {
|
|
1612
|
-
type: import('vue').PropType<
|
|
1612
|
+
type: import('vue').PropType<SjzyModalExtendedModalApi>;
|
|
1613
1613
|
default: undefined;
|
|
1614
1614
|
};
|
|
1615
1615
|
testId: any;
|
|
@@ -1740,7 +1740,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1740
1740
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1741
1741
|
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1742
1742
|
}>, {
|
|
1743
|
-
modalApi:
|
|
1743
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1744
1744
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1745
1745
|
"update:visible": (args_0: boolean) => any;
|
|
1746
1746
|
"visible-change": (args_0: boolean) => any;
|
|
@@ -1788,7 +1788,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1788
1788
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1789
1789
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1790
1790
|
ariaLevel: string;
|
|
1791
|
-
modalApi:
|
|
1791
|
+
modalApi: SjzyModalExtendedModalApi;
|
|
1792
1792
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1793
1793
|
$slots: Readonly<{
|
|
1794
1794
|
[key: string]: (...args: any) => void;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ModalApiOptions, ModalProps,
|
|
1
|
+
import { ModalApiOptions, ModalProps, TtModalExtendedModalApi } from '../typing';
|
|
2
2
|
export declare function setDefaultModalProps(props: Partial<ModalProps>): void;
|
|
3
3
|
/**
|
|
4
4
|
* modal 可选hooks
|
|
5
5
|
*/
|
|
6
|
-
export declare function useModalRender<TParentModalProps extends ModalProps = ModalProps>(options?: ModalApiOptions, MODAL_KEY?: symbol): readonly [import('vue').DefineSetupFnComponent<TParentModalProps, {}, {}, TParentModalProps & {}, import('vue').PublicProps>,
|
|
6
|
+
export declare function useModalRender<TParentModalProps extends ModalProps = ModalProps>(options?: ModalApiOptions, MODAL_KEY?: symbol): readonly [import('vue').DefineSetupFnComponent<TParentModalProps, {}, {}, TParentModalProps & {}, import('vue').PublicProps>, TtModalExtendedModalApi] | readonly [import('vue').DefineSetupFnComponent<ModalProps, {}, {}, Partial<{
|
|
7
7
|
title: any;
|
|
8
8
|
center: boolean;
|
|
9
9
|
size: "small" | "medium" | "mini";
|
|
@@ -101,9 +101,9 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
101
101
|
readonly headerClass?: string | undefined;
|
|
102
102
|
readonly bodyClass?: string | undefined;
|
|
103
103
|
readonly footerClass?: string | undefined;
|
|
104
|
-
readonly modalApi?:
|
|
104
|
+
readonly modalApi?: any;
|
|
105
105
|
readonly "onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
106
106
|
readonly "onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
107
107
|
readonly onRegister?: ((args_0: import('../typing').ModalMethods, args_1: string) => any) | undefined;
|
|
108
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "center" | "size" | "height" | "showClose" | "appendTo" | "fullscreen" | "visible" | "transition" | "loading" | "testId" | "cancelText" | "okText" | "minHeight" | "scrollTop" | "draggable" | "resizer" | "showFooter" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom" | "modal" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modalPenetrable" | "openDelay" | "closeDelay" | "modelValue" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "overflow" | "ariaLevel" | "modalApi"> & Partial<import('element-plus').DialogProps> & {}, import('vue').PublicProps>,
|
|
108
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "center" | "size" | "height" | "showClose" | "appendTo" | "fullscreen" | "visible" | "transition" | "loading" | "testId" | "cancelText" | "okText" | "minHeight" | "scrollTop" | "draggable" | "resizer" | "showFooter" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom" | "modal" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modalPenetrable" | "openDelay" | "closeDelay" | "modelValue" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "overflow" | "ariaLevel" | "modalApi"> & Partial<import('element-plus').DialogProps> & {}, import('vue').PublicProps>, TtModalExtendedModalApi];
|
|
109
109
|
//# sourceMappingURL=useModalRender.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useModalRender.d.ts","sourceRoot":"","sources":["../../../../../src/components/tt-modal/src/hooks/useModalRender.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"useModalRender.d.ts","sourceRoot":"","sources":["../../../../../src/components/tt-modal/src/hooks/useModalRender.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAStF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,QAE9D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,iBAAiB,SAAS,UAAU,GAAG,UAAU,EAC9E,OAAO,GAAE,eAAoB,EAC7B,SAAS,SAAwB;;;;;;gMAoF3B,GAAF,8EAKF,GAAE,uNAQgB,GAAG,8EAKf,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yMAlBL,GAAF,8EAKF,GAAE,uNAQgB,GAAG,8EAKf,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mzBARZ"}
|
|
@@ -182,7 +182,7 @@ export type ModalApiOptions = ModalRenderState & Partial<DialogProps> & {
|
|
|
182
182
|
*/
|
|
183
183
|
onReceiveSharedData?: (data: Record<string, any>) => void;
|
|
184
184
|
};
|
|
185
|
-
export type
|
|
185
|
+
export type TtModalExtendedModalApi = ModalApi & {
|
|
186
186
|
useStore: <T = NoInfer<ModalRenderState>>(selector?: (state: NoInfer<ModalRenderState>) => T) => Readonly<Ref<T>>;
|
|
187
187
|
};
|
|
188
188
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typing.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-modal/src/typing.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"typing.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-modal/src/typing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IACpD,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AAEF,KAAK,UAAU,GAAG,CAAC,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AAEtE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,WAAW;IACX,SAAS,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7E,aAAa;IACb,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACnC,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,kBAAkB,GAAG,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG;IACpC,aAAa;IACb,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,oBAAoB;IACpB,aAAa,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,eAAe;IACf,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,gBAAgB;IAChB,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAClC,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,uBAAuB,GAAG,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAC;AAE5E,MAAM,MAAM,UAAU,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;AAEzF,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC,QAAQ,CAAC,CAAC;AAEhF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IACnC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mBAAmB;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS;IACT,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,uBAAuB;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IACnC;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,GAAG;QAAE,WAAW,CAAC,EAAE,SAAS,EAAE,CAAA;KAAE,CAAC;IACrE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;AAEzB,MAAM,MAAM,eAAe,GAAG,gBAAgB,GAC5C,OAAO,CAAC,WAAW,CAAC,GAAG;IACrB;;OAEG;IACH,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;CAC3D,CAAC;AAEJ,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG;IAC/C,QAAQ,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,CAAC,KAAK,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;CACnH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-api.d.ts","sourceRoot":"","sources":["../../../../../src/components/tt-modal/src/utils/modal-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAEjF,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAI5C,MAAM,MAAM,OAAO,GAAG,IAAI,CACxB,eAAe,EACf,SAAS,GAAG,iBAAiB,GAAG,MAAM,GAAG,qBAAqB,GAAG,UAAU,CAC5E,CAAC;AAEF;;;GAGG;AACH,qBAAa,QAAQ;IACnB,wBAAwB;IACjB,UAAU,EAAE,MAAM,CAAC,SAAS,EAAE,GAAG,CAAC,CAEvC;IAEF,8BAA8B;IACvB,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAEtC,wBAAwB;IACxB,OAAO,CAAC,GAAG,CAAU;IAErB,4CAA4C;IACrC,KAAK,EAAG,gBAAgB,CAAC;IAEhC,0BAA0B;IAC1B,OAAO,CAAC,OAAO,CAAC,CAAe;IAE/B,0BAA0B;gBACd,OAAO,GAAE,eAAoB;IAuDzC;;;;OAIG;IACH,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,YAAY;IAKzC;;OAEG;IACG,KAAK;IAiBX;;OAEG;IACH,QAAQ;IAQR;;OAEG;IACH,IAAI,
|
|
1
|
+
{"version":3,"file":"modal-api.d.ts","sourceRoot":"","sources":["../../../../../src/components/tt-modal/src/utils/modal-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAEjF,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAI5C,MAAM,MAAM,OAAO,GAAG,IAAI,CACxB,eAAe,EACf,SAAS,GAAG,iBAAiB,GAAG,MAAM,GAAG,qBAAqB,GAAG,UAAU,CAC5E,CAAC;AAEF;;;GAGG;AACH,qBAAa,QAAQ;IACnB,wBAAwB;IACjB,UAAU,EAAE,MAAM,CAAC,SAAS,EAAE,GAAG,CAAC,CAEvC;IAEF,8BAA8B;IACvB,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAEtC,wBAAwB;IACxB,OAAO,CAAC,GAAG,CAAU;IAErB,4CAA4C;IACrC,KAAK,EAAG,gBAAgB,CAAC;IAEhC,0BAA0B;IAC1B,OAAO,CAAC,OAAO,CAAC,CAAe;IAE/B,0BAA0B;gBACd,OAAO,GAAE,eAAoB;IAuDzC;;;;OAIG;IACH,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,YAAY;IAKzC;;OAEG;IACG,KAAK;IAiBX;;OAEG;IACH,QAAQ;IAQR;;OAEG;IACH,IAAI,EAAE,MAAM,IAAI,CAWR;IAER;;;OAGG;IACH,OAAO,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KACD,CAAC;IAG9C;;;;OAIG;IACH,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAShH;;;;OAIG;IACH,SAAS,CAAC,CAAC,EAAE,OAAO,UAAO,EAAE,IAAI,CAAC,EAAE,CAAC;IAKrC;;;;OAIG;IACG,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,gBAAgB,CAAC;IAcpD;;;;OAIG;IACH,aAAa,CAAC,OAAO,UAAO;IAI5B;;;;OAIG;IACH,eAAe,CAAC,OAAO,UAAO;IAI9B;;;;OAIG;IACH,OAAO,CAAC,OAAO,EAAE,GAAG;IAOpB;;OAEG;IACH,UAAU;IAIV;;;OAGG;IACH,UAAU,iDAAsC;IAEhD;;OAEG;IACH,eAAe;IAIf;;OAEG;IACH,cAAc;CAGf"}
|
|
@@ -108,10 +108,10 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
108
108
|
modelValue: boolean;
|
|
109
109
|
headerClass: string;
|
|
110
110
|
shadow: boolean;
|
|
111
|
+
colSpan: number;
|
|
111
112
|
isExpand: boolean;
|
|
112
113
|
showExpand: boolean;
|
|
113
114
|
defaultExpand: boolean;
|
|
114
|
-
colSpan: number;
|
|
115
115
|
colGap: number;
|
|
116
116
|
labelWidth: string;
|
|
117
117
|
labelPosition: string;
|
|
@@ -236,10 +236,10 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
236
236
|
modelValue: boolean;
|
|
237
237
|
headerClass: string;
|
|
238
238
|
shadow: boolean;
|
|
239
|
+
colSpan: number;
|
|
239
240
|
isExpand: boolean;
|
|
240
241
|
showExpand: boolean;
|
|
241
242
|
defaultExpand: boolean;
|
|
242
|
-
colSpan: number;
|
|
243
243
|
colGap: number;
|
|
244
244
|
labelWidth: string;
|
|
245
245
|
labelPosition: string;
|
|
@@ -362,10 +362,10 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
362
362
|
modelValue: boolean;
|
|
363
363
|
headerClass: string;
|
|
364
364
|
shadow: boolean;
|
|
365
|
+
colSpan: number;
|
|
365
366
|
isExpand: boolean;
|
|
366
367
|
showExpand: boolean;
|
|
367
368
|
defaultExpand: boolean;
|
|
368
|
-
colSpan: number;
|
|
369
369
|
colGap: number;
|
|
370
370
|
labelWidth: string;
|
|
371
371
|
labelPosition: string;
|
|
@@ -227,10 +227,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
227
227
|
modelValue: boolean;
|
|
228
228
|
headerClass: string;
|
|
229
229
|
shadow: boolean;
|
|
230
|
+
colSpan: number;
|
|
230
231
|
isExpand: boolean;
|
|
231
232
|
showExpand: boolean;
|
|
232
233
|
defaultExpand: boolean;
|
|
233
|
-
colSpan: number;
|
|
234
234
|
colGap: number;
|
|
235
235
|
labelWidth: string;
|
|
236
236
|
labelPosition: string;
|
|
@@ -829,10 +829,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
829
829
|
clearSelectedRowKeys: () => void;
|
|
830
830
|
selectedKeys: import('vue').MaybeRef<import('..').TtSelectRowKeysType>;
|
|
831
831
|
selectedRows: import('vue').MaybeRef<import('..').TtSelectRowsType>;
|
|
832
|
-
getHttpFieldsSlot: () => {
|
|
833
|
-
default: string[];
|
|
834
|
-
edit: string[];
|
|
835
|
-
};
|
|
836
832
|
insert: (records: any) => Promise<{
|
|
837
833
|
row: import("vxe-table").VxeTablePropTypes.Row;
|
|
838
834
|
rows: import("vxe-table").VxeTablePropTypes.Row[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/Table.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/Table.vue"],"names":[],"mappings":"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"}
|
|
@@ -42,9 +42,7 @@ declare function __VLS_template(): {
|
|
|
42
42
|
/** 操作 */
|
|
43
43
|
"t-toolbar_tools": (props: Recordable) => void;
|
|
44
44
|
};
|
|
45
|
-
refs: {
|
|
46
|
-
elFullscreen: HTMLDivElement;
|
|
47
|
-
};
|
|
45
|
+
refs: {};
|
|
48
46
|
rootEl: HTMLDivElement;
|
|
49
47
|
};
|
|
50
48
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -150,9 +148,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
150
148
|
toolConfig: import('../../../index').TtTableToolsProps;
|
|
151
149
|
tableRefreshBefore: Fn<any, any>;
|
|
152
150
|
splitter: SjzyColumnsLayoutProps;
|
|
153
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
154
|
-
elFullscreen: HTMLDivElement;
|
|
155
|
-
}, HTMLDivElement>;
|
|
151
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
156
152
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
157
153
|
export default _default;
|
|
158
154
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/TableForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/TableForm.vue"],"names":[],"mappings":"AAgZA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,KAAK,EAAE,2BAA2B,EAAyB,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAM9G,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAuV/C,iBAAS,cAAc;WA8HT,OAAO,IAA6B;;+BAhazB,UAAU,KAAK,IAAI;QAjB1C,gBAAgB;uBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QAC1C,gBAAgB;sBACF,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACzC,gBAAgB;uBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QAC1C,cAAc;qBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACxC,cAAc;wBACE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;iBAClC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACpC,cAAc;gCACU,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACnD,cAAc;iCACW,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACpD,SAAS;2BACU,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;+BACvB,UAAU,KAAK,IAAI;QAjB1C,gBAAgB;uBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QAC1C,gBAAgB;sBACF,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACzC,gBAAgB;uBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QAC1C,cAAc;qBACD,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACxC,cAAc;wBACE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;iBAClC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACpC,cAAc;gCACU,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACnD,cAAc;iCACW,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;QACpD,SAAS;2BACU,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;;;EAsa/C;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|