@baosight/er4j 0.0.22 → 0.0.24
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/er4j-dist/er4j.css +1 -1
- package/er4j-dist/er4j.es.js +33184 -11417
- package/er4j-dist/er4j.es.js.map +1 -1
- package/er4j-dist/er4j.umd.js +62 -24
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/types/components/ErFormToolbar/ErFormToolbar.vue.d.ts +1 -1
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +30 -25
- package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +26 -23
- package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +26 -23
- package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +9 -0
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +26 -23
- package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +9 -0
- package/er4j-dist/types/locales/erLocale/locale.ar.d.ts +9 -0
- package/er4j-dist/types/locales/erLocale/locale.en.d.ts +9 -0
- package/er4j-dist/types/locales/erLocale/locale.id.d.ts +9 -0
- package/er4j-dist/types/locales/erLocale/locale.zh_Hans.d.ts +9 -0
- package/er4j-dist/types/locales/erLocale/locale.zh_Hant.d.ts +9 -0
- package/er4j-dist/types/utils/er.d.ts +58 -6
- package/package.json +1 -1
|
@@ -283,7 +283,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
283
|
default: any;
|
|
284
284
|
};
|
|
285
285
|
ghost: {
|
|
286
|
-
|
|
286
|
+
type: BooleanConstructor;
|
|
287
287
|
default: any;
|
|
288
288
|
};
|
|
289
289
|
block: {
|
|
@@ -112,6 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
112
112
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
113
|
focus: (...args: any[]) => void;
|
|
114
114
|
blur: (...args: any[]) => void;
|
|
115
|
+
authButtonClick: (...args: any[]) => void;
|
|
115
116
|
QueryClick: (...args: any[]) => void;
|
|
116
117
|
dropdownOpen: (...args: any[]) => void;
|
|
117
118
|
pressEnter: (...args: any[]) => void;
|
|
@@ -248,6 +249,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
248
249
|
}>> & Readonly<{
|
|
249
250
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
250
251
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
252
|
+
onAuthButtonClick?: ((...args: any[]) => any) | undefined;
|
|
251
253
|
onQueryClick?: ((...args: any[]) => any) | undefined;
|
|
252
254
|
onDropdownOpen?: ((...args: any[]) => any) | undefined;
|
|
253
255
|
onPressEnter?: ((...args: any[]) => any) | undefined;
|
|
@@ -7649,7 +7651,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
7649
7651
|
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
7650
7652
|
};
|
|
7651
7653
|
onMouseleave: {
|
|
7652
|
-
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
7654
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
7653
7655
|
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
7654
7656
|
};
|
|
7655
7657
|
onClick: {
|
|
@@ -7657,7 +7659,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
7657
7659
|
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
7658
7660
|
};
|
|
7659
7661
|
onContextmenu: {
|
|
7660
|
-
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
7662
|
+
/** @type { [typeof __VLS_components.AInput, typeof __VLS_components.aInput, ] } */ type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
7661
7663
|
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
7662
7664
|
};
|
|
7663
7665
|
onKeydown: {
|
|
@@ -12853,16 +12855,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
12853
12855
|
default: string;
|
|
12854
12856
|
require: boolean;
|
|
12855
12857
|
};
|
|
12856
|
-
isSearchBox: {
|
|
12857
|
-
type: BooleanConstructor;
|
|
12858
|
-
default: boolean;
|
|
12859
|
-
require: boolean;
|
|
12860
|
-
};
|
|
12861
|
-
showAuthButton: {
|
|
12862
|
-
type: BooleanConstructor;
|
|
12863
|
-
default: boolean;
|
|
12864
|
-
require: boolean;
|
|
12865
|
-
};
|
|
12866
12858
|
padding: {
|
|
12867
12859
|
type: StringConstructor;
|
|
12868
12860
|
default: string;
|
|
@@ -12883,6 +12875,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
12883
12875
|
default: string;
|
|
12884
12876
|
require: boolean;
|
|
12885
12877
|
};
|
|
12878
|
+
menuFormInstance: {
|
|
12879
|
+
type: ObjectConstructor;
|
|
12880
|
+
default: undefined;
|
|
12881
|
+
require: boolean;
|
|
12882
|
+
};
|
|
12883
|
+
buttonRegionId: {
|
|
12884
|
+
type: StringConstructor;
|
|
12885
|
+
default: string;
|
|
12886
|
+
require: boolean;
|
|
12887
|
+
};
|
|
12886
12888
|
isCollapsed: {
|
|
12887
12889
|
type: BooleanConstructor;
|
|
12888
12890
|
default: boolean;
|
|
@@ -12992,7 +12994,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
12992
12994
|
searchButtonId: import('vue').ComputedRef<string>;
|
|
12993
12995
|
query: () => void;
|
|
12994
12996
|
openHeaderChange: () => void;
|
|
12995
|
-
|
|
12997
|
+
onAuthButtonClick: (e: any) => void;
|
|
12998
|
+
layoutAuthButtons: import('vue').Ref<any[], any[]>;
|
|
12999
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("queryClick" | "openHeaderChange" | "authButtonClick")[], "queryClick" | "openHeaderChange" | "authButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12996
13000
|
showHeader: {
|
|
12997
13001
|
type: BooleanConstructor;
|
|
12998
13002
|
default: boolean;
|
|
@@ -13014,16 +13018,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
13014
13018
|
default: string;
|
|
13015
13019
|
require: boolean;
|
|
13016
13020
|
};
|
|
13017
|
-
isSearchBox: {
|
|
13018
|
-
type: BooleanConstructor;
|
|
13019
|
-
default: boolean;
|
|
13020
|
-
require: boolean;
|
|
13021
|
-
};
|
|
13022
|
-
showAuthButton: {
|
|
13023
|
-
type: BooleanConstructor;
|
|
13024
|
-
default: boolean;
|
|
13025
|
-
require: boolean;
|
|
13026
|
-
};
|
|
13027
13021
|
padding: {
|
|
13028
13022
|
type: StringConstructor;
|
|
13029
13023
|
default: string;
|
|
@@ -13044,6 +13038,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
13044
13038
|
default: string;
|
|
13045
13039
|
require: boolean;
|
|
13046
13040
|
};
|
|
13041
|
+
menuFormInstance: {
|
|
13042
|
+
type: ObjectConstructor;
|
|
13043
|
+
default: undefined;
|
|
13044
|
+
require: boolean;
|
|
13045
|
+
};
|
|
13046
|
+
buttonRegionId: {
|
|
13047
|
+
type: StringConstructor;
|
|
13048
|
+
default: string;
|
|
13049
|
+
require: boolean;
|
|
13050
|
+
};
|
|
13047
13051
|
isCollapsed: {
|
|
13048
13052
|
type: BooleanConstructor;
|
|
13049
13053
|
default: boolean;
|
|
@@ -13052,6 +13056,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
13052
13056
|
}>> & Readonly<{
|
|
13053
13057
|
onQueryClick?: ((...args: any[]) => any) | undefined;
|
|
13054
13058
|
onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
|
|
13059
|
+
onAuthButtonClick?: ((...args: any[]) => any) | undefined;
|
|
13055
13060
|
}>, {
|
|
13056
13061
|
id: string;
|
|
13057
13062
|
title: string;
|
|
@@ -13060,10 +13065,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
13060
13065
|
flex: number;
|
|
13061
13066
|
showHeader: boolean;
|
|
13062
13067
|
showBorder: boolean;
|
|
13063
|
-
isSearchBox: boolean;
|
|
13064
|
-
showAuthButton: boolean;
|
|
13065
13068
|
innerPadding: string;
|
|
13066
13069
|
openHeaderShow: boolean;
|
|
13070
|
+
menuFormInstance: Record<string, any>;
|
|
13071
|
+
buttonRegionId: string;
|
|
13067
13072
|
isCollapsed: boolean;
|
|
13068
13073
|
}, {}, {
|
|
13069
13074
|
CaretUpOutlined: import('@ant-design/icons-vue/lib/icons/CaretUpOutlined').CaretUpOutlinedIconType;
|
|
@@ -20,16 +20,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
default: string;
|
|
21
21
|
require: boolean;
|
|
22
22
|
};
|
|
23
|
-
isSearchBox: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
require: boolean;
|
|
27
|
-
};
|
|
28
|
-
showAuthButton: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
require: boolean;
|
|
32
|
-
};
|
|
33
23
|
padding: {
|
|
34
24
|
type: StringConstructor;
|
|
35
25
|
default: string;
|
|
@@ -50,6 +40,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
40
|
default: string;
|
|
51
41
|
require: boolean;
|
|
52
42
|
};
|
|
43
|
+
menuFormInstance: {
|
|
44
|
+
type: ObjectConstructor;
|
|
45
|
+
default: undefined;
|
|
46
|
+
require: boolean;
|
|
47
|
+
};
|
|
48
|
+
buttonRegionId: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
require: boolean;
|
|
52
|
+
};
|
|
53
53
|
isCollapsed: {
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
default: boolean;
|
|
@@ -159,7 +159,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
searchButtonId: import('vue').ComputedRef<string>;
|
|
160
160
|
query: () => void;
|
|
161
161
|
openHeaderChange: () => void;
|
|
162
|
-
|
|
162
|
+
onAuthButtonClick: (e: any) => void;
|
|
163
|
+
layoutAuthButtons: import('vue').Ref<any[], any[]>;
|
|
164
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("queryClick" | "openHeaderChange" | "authButtonClick")[], "queryClick" | "openHeaderChange" | "authButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
163
165
|
showHeader: {
|
|
164
166
|
type: BooleanConstructor;
|
|
165
167
|
default: boolean;
|
|
@@ -181,16 +183,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
183
|
default: string;
|
|
182
184
|
require: boolean;
|
|
183
185
|
};
|
|
184
|
-
isSearchBox: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
require: boolean;
|
|
188
|
-
};
|
|
189
|
-
showAuthButton: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
default: boolean;
|
|
192
|
-
require: boolean;
|
|
193
|
-
};
|
|
194
186
|
padding: {
|
|
195
187
|
type: StringConstructor;
|
|
196
188
|
default: string;
|
|
@@ -211,6 +203,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
203
|
default: string;
|
|
212
204
|
require: boolean;
|
|
213
205
|
};
|
|
206
|
+
menuFormInstance: {
|
|
207
|
+
type: ObjectConstructor;
|
|
208
|
+
default: undefined;
|
|
209
|
+
require: boolean;
|
|
210
|
+
};
|
|
211
|
+
buttonRegionId: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
require: boolean;
|
|
215
|
+
};
|
|
214
216
|
isCollapsed: {
|
|
215
217
|
type: BooleanConstructor;
|
|
216
218
|
default: boolean;
|
|
@@ -219,6 +221,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
221
|
}>> & Readonly<{
|
|
220
222
|
onQueryClick?: ((...args: any[]) => any) | undefined;
|
|
221
223
|
onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
|
|
224
|
+
onAuthButtonClick?: ((...args: any[]) => any) | undefined;
|
|
222
225
|
}>, {
|
|
223
226
|
id: string;
|
|
224
227
|
title: string;
|
|
@@ -227,10 +230,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
227
230
|
flex: number;
|
|
228
231
|
showHeader: boolean;
|
|
229
232
|
showBorder: boolean;
|
|
230
|
-
isSearchBox: boolean;
|
|
231
|
-
showAuthButton: boolean;
|
|
232
233
|
innerPadding: string;
|
|
233
234
|
openHeaderShow: boolean;
|
|
235
|
+
menuFormInstance: Record<string, any>;
|
|
236
|
+
buttonRegionId: string;
|
|
234
237
|
isCollapsed: boolean;
|
|
235
238
|
}, {}, {
|
|
236
239
|
CaretUpOutlined: import('@ant-design/icons-vue/lib/icons/CaretUpOutlined').CaretUpOutlinedIconType;
|
|
@@ -509,16 +509,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
509
509
|
default: string;
|
|
510
510
|
require: boolean;
|
|
511
511
|
};
|
|
512
|
-
isSearchBox: {
|
|
513
|
-
type: BooleanConstructor;
|
|
514
|
-
default: boolean;
|
|
515
|
-
require: boolean;
|
|
516
|
-
};
|
|
517
|
-
showAuthButton: {
|
|
518
|
-
type: BooleanConstructor;
|
|
519
|
-
default: boolean;
|
|
520
|
-
require: boolean;
|
|
521
|
-
};
|
|
522
512
|
padding: {
|
|
523
513
|
type: StringConstructor;
|
|
524
514
|
default: string;
|
|
@@ -539,6 +529,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
539
529
|
default: string;
|
|
540
530
|
require: boolean;
|
|
541
531
|
};
|
|
532
|
+
menuFormInstance: {
|
|
533
|
+
type: ObjectConstructor;
|
|
534
|
+
default: undefined;
|
|
535
|
+
require: boolean;
|
|
536
|
+
};
|
|
537
|
+
buttonRegionId: {
|
|
538
|
+
type: StringConstructor;
|
|
539
|
+
default: string;
|
|
540
|
+
require: boolean;
|
|
541
|
+
};
|
|
542
542
|
isCollapsed: {
|
|
543
543
|
type: BooleanConstructor;
|
|
544
544
|
default: boolean;
|
|
@@ -648,7 +648,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
648
648
|
searchButtonId: import('vue').ComputedRef<string>;
|
|
649
649
|
query: () => void;
|
|
650
650
|
openHeaderChange: () => void;
|
|
651
|
-
|
|
651
|
+
onAuthButtonClick: (e: any) => void;
|
|
652
|
+
layoutAuthButtons: import('vue').Ref<any[], any[]>;
|
|
653
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("queryClick" | "openHeaderChange" | "authButtonClick")[], "queryClick" | "openHeaderChange" | "authButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
652
654
|
showHeader: {
|
|
653
655
|
type: BooleanConstructor;
|
|
654
656
|
default: boolean;
|
|
@@ -670,16 +672,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
670
672
|
default: string;
|
|
671
673
|
require: boolean;
|
|
672
674
|
};
|
|
673
|
-
isSearchBox: {
|
|
674
|
-
type: BooleanConstructor;
|
|
675
|
-
default: boolean;
|
|
676
|
-
require: boolean;
|
|
677
|
-
};
|
|
678
|
-
showAuthButton: {
|
|
679
|
-
type: BooleanConstructor;
|
|
680
|
-
default: boolean;
|
|
681
|
-
require: boolean;
|
|
682
|
-
};
|
|
683
675
|
padding: {
|
|
684
676
|
type: StringConstructor;
|
|
685
677
|
default: string;
|
|
@@ -700,6 +692,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
700
692
|
default: string;
|
|
701
693
|
require: boolean;
|
|
702
694
|
};
|
|
695
|
+
menuFormInstance: {
|
|
696
|
+
type: ObjectConstructor;
|
|
697
|
+
default: undefined;
|
|
698
|
+
require: boolean;
|
|
699
|
+
};
|
|
700
|
+
buttonRegionId: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: string;
|
|
703
|
+
require: boolean;
|
|
704
|
+
};
|
|
703
705
|
isCollapsed: {
|
|
704
706
|
type: BooleanConstructor;
|
|
705
707
|
default: boolean;
|
|
@@ -708,6 +710,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
708
710
|
}>> & Readonly<{
|
|
709
711
|
onQueryClick?: ((...args: any[]) => any) | undefined;
|
|
710
712
|
onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
|
|
713
|
+
onAuthButtonClick?: ((...args: any[]) => any) | undefined;
|
|
711
714
|
}>, {
|
|
712
715
|
id: string;
|
|
713
716
|
title: string;
|
|
@@ -716,10 +719,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
716
719
|
flex: number;
|
|
717
720
|
showHeader: boolean;
|
|
718
721
|
showBorder: boolean;
|
|
719
|
-
isSearchBox: boolean;
|
|
720
|
-
showAuthButton: boolean;
|
|
721
722
|
innerPadding: string;
|
|
722
723
|
openHeaderShow: boolean;
|
|
724
|
+
menuFormInstance: Record<string, any>;
|
|
725
|
+
buttonRegionId: string;
|
|
723
726
|
isCollapsed: boolean;
|
|
724
727
|
}, {}, {
|
|
725
728
|
CaretUpOutlined: import('@ant-design/icons-vue/lib/icons/CaretUpOutlined').CaretUpOutlinedIconType;
|
|
@@ -517,6 +517,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
517
517
|
type: BooleanConstructor;
|
|
518
518
|
default: boolean;
|
|
519
519
|
};
|
|
520
|
+
componentSize: {
|
|
521
|
+
type: StringConstructor;
|
|
522
|
+
default: string;
|
|
523
|
+
};
|
|
520
524
|
options: {
|
|
521
525
|
type: () => {
|
|
522
526
|
[key: string]: any;
|
|
@@ -567,6 +571,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
571
|
type: BooleanConstructor;
|
|
568
572
|
default: boolean;
|
|
569
573
|
};
|
|
574
|
+
componentSize: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
default: string;
|
|
577
|
+
};
|
|
570
578
|
options: {
|
|
571
579
|
type: () => {
|
|
572
580
|
[key: string]: any;
|
|
@@ -582,6 +590,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
582
590
|
}>, {
|
|
583
591
|
disabled: boolean;
|
|
584
592
|
readonly: boolean;
|
|
593
|
+
componentSize: string;
|
|
585
594
|
multiple: boolean;
|
|
586
595
|
modelValue: string | number | unknown[];
|
|
587
596
|
options: {
|
|
@@ -486,16 +486,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
486
486
|
default: string;
|
|
487
487
|
require: boolean;
|
|
488
488
|
};
|
|
489
|
-
isSearchBox: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
require: boolean;
|
|
493
|
-
};
|
|
494
|
-
showAuthButton: {
|
|
495
|
-
type: BooleanConstructor;
|
|
496
|
-
default: boolean;
|
|
497
|
-
require: boolean;
|
|
498
|
-
};
|
|
499
489
|
padding: {
|
|
500
490
|
type: StringConstructor;
|
|
501
491
|
default: string;
|
|
@@ -516,6 +506,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
516
506
|
default: string;
|
|
517
507
|
require: boolean;
|
|
518
508
|
};
|
|
509
|
+
menuFormInstance: {
|
|
510
|
+
type: ObjectConstructor;
|
|
511
|
+
default: undefined;
|
|
512
|
+
require: boolean;
|
|
513
|
+
};
|
|
514
|
+
buttonRegionId: {
|
|
515
|
+
type: StringConstructor;
|
|
516
|
+
default: string;
|
|
517
|
+
require: boolean;
|
|
518
|
+
};
|
|
519
519
|
isCollapsed: {
|
|
520
520
|
type: BooleanConstructor;
|
|
521
521
|
default: boolean;
|
|
@@ -625,7 +625,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
625
|
searchButtonId: import('vue').ComputedRef<string>;
|
|
626
626
|
query: () => void;
|
|
627
627
|
openHeaderChange: () => void;
|
|
628
|
-
|
|
628
|
+
onAuthButtonClick: (e: any) => void;
|
|
629
|
+
layoutAuthButtons: import('vue').Ref<any[], any[]>;
|
|
630
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("queryClick" | "openHeaderChange" | "authButtonClick")[], "queryClick" | "openHeaderChange" | "authButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
629
631
|
showHeader: {
|
|
630
632
|
type: BooleanConstructor;
|
|
631
633
|
default: boolean;
|
|
@@ -647,16 +649,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
647
649
|
default: string;
|
|
648
650
|
require: boolean;
|
|
649
651
|
};
|
|
650
|
-
isSearchBox: {
|
|
651
|
-
type: BooleanConstructor;
|
|
652
|
-
default: boolean;
|
|
653
|
-
require: boolean;
|
|
654
|
-
};
|
|
655
|
-
showAuthButton: {
|
|
656
|
-
type: BooleanConstructor;
|
|
657
|
-
default: boolean;
|
|
658
|
-
require: boolean;
|
|
659
|
-
};
|
|
660
652
|
padding: {
|
|
661
653
|
type: StringConstructor;
|
|
662
654
|
default: string;
|
|
@@ -677,6 +669,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
677
669
|
default: string;
|
|
678
670
|
require: boolean;
|
|
679
671
|
};
|
|
672
|
+
menuFormInstance: {
|
|
673
|
+
type: ObjectConstructor;
|
|
674
|
+
default: undefined;
|
|
675
|
+
require: boolean;
|
|
676
|
+
};
|
|
677
|
+
buttonRegionId: {
|
|
678
|
+
type: StringConstructor;
|
|
679
|
+
default: string;
|
|
680
|
+
require: boolean;
|
|
681
|
+
};
|
|
680
682
|
isCollapsed: {
|
|
681
683
|
type: BooleanConstructor;
|
|
682
684
|
default: boolean;
|
|
@@ -685,6 +687,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
685
687
|
}>> & Readonly<{
|
|
686
688
|
onQueryClick?: ((...args: any[]) => any) | undefined;
|
|
687
689
|
onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
|
|
690
|
+
onAuthButtonClick?: ((...args: any[]) => any) | undefined;
|
|
688
691
|
}>, {
|
|
689
692
|
id: string;
|
|
690
693
|
title: string;
|
|
@@ -693,10 +696,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
693
696
|
flex: number;
|
|
694
697
|
showHeader: boolean;
|
|
695
698
|
showBorder: boolean;
|
|
696
|
-
isSearchBox: boolean;
|
|
697
|
-
showAuthButton: boolean;
|
|
698
699
|
innerPadding: string;
|
|
699
700
|
openHeaderShow: boolean;
|
|
701
|
+
menuFormInstance: Record<string, any>;
|
|
702
|
+
buttonRegionId: string;
|
|
700
703
|
isCollapsed: boolean;
|
|
701
704
|
}, {}, {
|
|
702
705
|
CaretUpOutlined: import('@ant-design/icons-vue/lib/icons/CaretUpOutlined').CaretUpOutlinedIconType;
|
|
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
+
componentSize: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
options: {
|
|
36
40
|
type: () => {
|
|
37
41
|
[key: string]: any;
|
|
@@ -82,6 +86,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
86
|
type: BooleanConstructor;
|
|
83
87
|
default: boolean;
|
|
84
88
|
};
|
|
89
|
+
componentSize: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
85
93
|
options: {
|
|
86
94
|
type: () => {
|
|
87
95
|
[key: string]: any;
|
|
@@ -97,6 +105,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
105
|
}>, {
|
|
98
106
|
disabled: boolean;
|
|
99
107
|
readonly: boolean;
|
|
108
|
+
componentSize: string;
|
|
100
109
|
multiple: boolean;
|
|
101
110
|
modelValue: string | number | unknown[];
|
|
102
111
|
options: {
|
|
@@ -212,6 +212,15 @@ declare const _default: {
|
|
|
212
212
|
ExportOptions: string;
|
|
213
213
|
ExportOptionsNumberAsText: string;
|
|
214
214
|
ExportOptionsSelectedRows: string;
|
|
215
|
+
ExportOptionsSkipRows: string;
|
|
216
|
+
ExportOptionsSkipGroupRows: string;
|
|
217
|
+
ExportOptionsSkipSummaryRows: string;
|
|
218
|
+
ExportOptionsSkipBandRows: string;
|
|
219
|
+
ExportOptionsSkipFooterRows: string;
|
|
220
|
+
ImportOptions: string;
|
|
221
|
+
ImportOptionsImportSheet: string;
|
|
222
|
+
ImportOptionsHeaderRowsCount: string;
|
|
223
|
+
ImportOptionsSkipRowCount: string;
|
|
215
224
|
};
|
|
216
225
|
ErApprovalSteps: {
|
|
217
226
|
ApprovalTitle: string;
|
|
@@ -212,6 +212,15 @@ declare const _default: {
|
|
|
212
212
|
ExportOptions: string;
|
|
213
213
|
ExportOptionsNumberAsText: string;
|
|
214
214
|
ExportOptionsSelectedRows: string;
|
|
215
|
+
ExportOptionsSkipRows: string;
|
|
216
|
+
ExportOptionsSkipGroupRows: string;
|
|
217
|
+
ExportOptionsSkipSummaryRows: string;
|
|
218
|
+
ExportOptionsSkipBandRows: string;
|
|
219
|
+
ExportOptionsSkipFooterRows: string;
|
|
220
|
+
ImportOptions: string;
|
|
221
|
+
ImportOptionsImportSheet: string;
|
|
222
|
+
ImportOptionsHeaderRowsCount: string;
|
|
223
|
+
ImportOptionsSkipRowCount: string;
|
|
215
224
|
};
|
|
216
225
|
ErApprovalSteps: {
|
|
217
226
|
ApprovalTitle: string;
|
|
@@ -212,6 +212,15 @@ declare const _default: {
|
|
|
212
212
|
ExportOptions: string;
|
|
213
213
|
ExportOptionsNumberAsText: string;
|
|
214
214
|
ExportOptionsSelectedRows: string;
|
|
215
|
+
ExportOptionsSkipRows: string;
|
|
216
|
+
ExportOptionsSkipGroupRows: string;
|
|
217
|
+
ExportOptionsSkipSummaryRows: string;
|
|
218
|
+
ExportOptionsSkipBandRows: string;
|
|
219
|
+
ExportOptionsSkipFooterRows: string;
|
|
220
|
+
ImportOptions: string;
|
|
221
|
+
ImportOptionsImportSheet: string;
|
|
222
|
+
ImportOptionsHeaderRowsCount: string;
|
|
223
|
+
ImportOptionsSkipRowCount: string;
|
|
215
224
|
};
|
|
216
225
|
ErApprovalSteps: {
|
|
217
226
|
ApprovalTitle: string;
|
|
@@ -212,6 +212,15 @@ declare const _default: {
|
|
|
212
212
|
ExportOptions: string;
|
|
213
213
|
ExportOptionsNumberAsText: string;
|
|
214
214
|
ExportOptionsSelectedRows: string;
|
|
215
|
+
ExportOptionsSkipRows: string;
|
|
216
|
+
ExportOptionsSkipGroupRows: string;
|
|
217
|
+
ExportOptionsSkipSummaryRows: string;
|
|
218
|
+
ExportOptionsSkipBandRows: string;
|
|
219
|
+
ExportOptionsSkipFooterRows: string;
|
|
220
|
+
ImportOptions: string;
|
|
221
|
+
ImportOptionsImportSheet: string;
|
|
222
|
+
ImportOptionsHeaderRowsCount: string;
|
|
223
|
+
ImportOptionsSkipRowCount: string;
|
|
215
224
|
};
|
|
216
225
|
ErApprovalSteps: {
|
|
217
226
|
ApprovalTitle: string;
|
|
@@ -212,6 +212,15 @@ declare const _default: {
|
|
|
212
212
|
ExportOptions: string;
|
|
213
213
|
ExportOptionsNumberAsText: string;
|
|
214
214
|
ExportOptionsSelectedRows: string;
|
|
215
|
+
ExportOptionsSkipRows: string;
|
|
216
|
+
ExportOptionsSkipGroupRows: string;
|
|
217
|
+
ExportOptionsSkipSummaryRows: string;
|
|
218
|
+
ExportOptionsSkipBandRows: string;
|
|
219
|
+
ExportOptionsSkipFooterRows: string;
|
|
220
|
+
ImportOptions: string;
|
|
221
|
+
ImportOptionsImportSheet: string;
|
|
222
|
+
ImportOptionsHeaderRowsCount: string;
|
|
223
|
+
ImportOptionsSkipRowCount: string;
|
|
215
224
|
};
|
|
216
225
|
ErApprovalSteps: {
|
|
217
226
|
ApprovalTitle: string;
|