@baosight/er4j 0.0.67 → 0.0.68
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/{ErLayoutDesign-C3MNjctP.js → ErLayoutDesign-DFZZkx9P.js} +2 -2
- package/er4j-dist/{ErLayoutDesign-C3MNjctP.js.map → ErLayoutDesign-DFZZkx9P.js.map} +1 -1
- package/er4j-dist/ErPopFree-BUnRYMy4.js +5 -0
- package/er4j-dist/ErPopFree-BUnRYMy4.js.map +1 -0
- package/er4j-dist/ErPopQuery-BOnM155Y.js +5 -0
- package/er4j-dist/ErPopQuery-BOnM155Y.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-CTN8uO-e.js +5 -0
- package/er4j-dist/ErPopRichEditor-CTN8uO-e.js.map +1 -0
- package/er4j-dist/ErPopTree-KMcjQqPw.js +5 -0
- package/er4j-dist/ErPopTree-KMcjQqPw.js.map +1 -0
- package/er4j-dist/er4j.es.js +1 -1
- package/er4j-dist/er4j.umd.js +48 -48
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/{index-1A-P-kq1.js → index-ofQiDhL3.js} +14853 -14821
- package/er4j-dist/index-ofQiDhL3.js.map +1 -0
- package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +2 -2
- package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +4 -4
- package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +2603 -0
- package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +5732 -0
- package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +2295 -0
- package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1448 -0
- package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +2868 -0
- package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +2296 -0
- package/er4j-dist/types/components/ErGridCellRender/ImagePreview.vue.d.ts +22 -22
- package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +10 -10
- package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +33 -33
- package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +23 -23
- package/er4j-dist/types/utils/er.d.ts +10 -0
- package/package.json +1 -1
- package/er4j-dist/ErPopFree-DgEEXZX8.js +0 -5
- package/er4j-dist/ErPopFree-DgEEXZX8.js.map +0 -1
- package/er4j-dist/ErPopQuery-BI-_DkHW.js +0 -5
- package/er4j-dist/ErPopQuery-BI-_DkHW.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-Wp7Ul5Lb.js +0 -5
- package/er4j-dist/ErPopRichEditor-Wp7Ul5Lb.js.map +0 -1
- package/er4j-dist/ErPopTree-CyOjq-gZ.js +0 -5
- package/er4j-dist/ErPopTree-CyOjq-gZ.js.map +0 -1
- package/er4j-dist/index-1A-P-kq1.js.map +0 -1
|
@@ -67,7 +67,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
67
67
|
readonly onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
68
68
|
readonly onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
69
69
|
tabindex?: string | number | undefined;
|
|
70
|
-
readonly 'aria-hidden'?: boolean | "
|
|
70
|
+
readonly 'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
71
71
|
readonly onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
72
72
|
readonly onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
73
73
|
readonly onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
@@ -147,22 +147,22 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
147
147
|
readonly onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
148
148
|
readonly onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
149
149
|
readonly onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
150
|
-
readonly draggable?: boolean | "
|
|
151
|
-
readonly hidden?: boolean | "
|
|
150
|
+
readonly draggable?: boolean | "true" | "false" | undefined;
|
|
151
|
+
readonly hidden?: boolean | "true" | "false" | undefined;
|
|
152
152
|
readonly color?: string | undefined;
|
|
153
153
|
readonly translate?: "yes" | "no" | undefined;
|
|
154
154
|
readonly prefixCls?: string | undefined;
|
|
155
155
|
role?: string | undefined;
|
|
156
156
|
readonly id?: string | undefined;
|
|
157
|
-
readonly 'aria-checked'?: boolean | "
|
|
157
|
+
readonly 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
158
158
|
readonly is?: string | undefined;
|
|
159
159
|
readonly wrapperClassName?: string | undefined;
|
|
160
160
|
readonly innerHTML?: string | undefined;
|
|
161
161
|
readonly accesskey?: string | undefined;
|
|
162
|
-
readonly contenteditable?: boolean | "
|
|
162
|
+
readonly contenteditable?: boolean | "true" | "false" | "inherit" | undefined;
|
|
163
163
|
readonly dir?: string | undefined;
|
|
164
164
|
readonly lang?: string | undefined;
|
|
165
|
-
readonly spellcheck?: boolean | "
|
|
165
|
+
readonly spellcheck?: boolean | "true" | "false" | undefined;
|
|
166
166
|
readonly radiogroup?: string | undefined;
|
|
167
167
|
readonly about?: string | undefined;
|
|
168
168
|
readonly datatype?: string | undefined;
|
|
@@ -175,7 +175,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
175
175
|
readonly autocorrect?: string | undefined;
|
|
176
176
|
readonly autosave?: string | undefined;
|
|
177
177
|
readonly itemprop?: string | undefined;
|
|
178
|
-
readonly itemscope?: boolean | "
|
|
178
|
+
readonly itemscope?: boolean | "true" | "false" | undefined;
|
|
179
179
|
readonly itemtype?: string | undefined;
|
|
180
180
|
readonly itemid?: string | undefined;
|
|
181
181
|
readonly itemref?: string | undefined;
|
|
@@ -184,45 +184,45 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
184
184
|
readonly unselectable?: "on" | "off" | undefined;
|
|
185
185
|
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
186
186
|
readonly 'aria-activedescendant'?: string | undefined;
|
|
187
|
-
readonly 'aria-atomic'?: boolean | "
|
|
187
|
+
readonly 'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
188
188
|
readonly 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
|
189
|
-
readonly 'aria-busy'?: boolean | "
|
|
189
|
+
readonly 'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
190
190
|
readonly 'aria-colcount'?: string | number | undefined;
|
|
191
191
|
readonly 'aria-colindex'?: string | number | undefined;
|
|
192
192
|
readonly 'aria-colspan'?: string | number | undefined;
|
|
193
193
|
readonly 'aria-controls'?: string | undefined;
|
|
194
|
-
readonly 'aria-current'?: boolean | "time" | "date" | "
|
|
194
|
+
readonly 'aria-current'?: boolean | "time" | "date" | "true" | "false" | "step" | "page" | "location" | undefined;
|
|
195
195
|
readonly 'aria-describedby'?: string | undefined;
|
|
196
196
|
readonly 'aria-details'?: string | undefined;
|
|
197
|
-
readonly 'aria-disabled'?: boolean | "
|
|
197
|
+
readonly 'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
198
198
|
readonly 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
199
199
|
readonly 'aria-errormessage'?: string | undefined;
|
|
200
|
-
readonly 'aria-expanded'?: boolean | "
|
|
200
|
+
readonly 'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
201
201
|
readonly 'aria-flowto'?: string | undefined;
|
|
202
|
-
readonly 'aria-grabbed'?: boolean | "
|
|
203
|
-
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
204
|
-
readonly 'aria-invalid'?: boolean | "
|
|
202
|
+
readonly 'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
203
|
+
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
204
|
+
readonly 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
205
205
|
readonly 'aria-keyshortcuts'?: string | undefined;
|
|
206
206
|
readonly 'aria-label'?: string | undefined;
|
|
207
207
|
readonly 'aria-labelledby'?: string | undefined;
|
|
208
208
|
readonly 'aria-level'?: string | number | undefined;
|
|
209
209
|
readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
210
|
-
readonly 'aria-modal'?: boolean | "
|
|
211
|
-
readonly 'aria-multiline'?: boolean | "
|
|
212
|
-
readonly 'aria-multiselectable'?: boolean | "
|
|
210
|
+
readonly 'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
211
|
+
readonly 'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
212
|
+
readonly 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
213
213
|
readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
214
214
|
readonly 'aria-owns'?: string | undefined;
|
|
215
215
|
readonly 'aria-placeholder'?: string | undefined;
|
|
216
216
|
readonly 'aria-posinset'?: string | number | undefined;
|
|
217
|
-
readonly 'aria-pressed'?: boolean | "
|
|
218
|
-
readonly 'aria-readonly'?: boolean | "
|
|
217
|
+
readonly 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
218
|
+
readonly 'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
219
219
|
readonly 'aria-relevant'?: "text" | "all" | "additions" | "additions text" | "removals" | undefined;
|
|
220
|
-
readonly 'aria-required'?: boolean | "
|
|
220
|
+
readonly 'aria-required'?: boolean | "true" | "false" | undefined;
|
|
221
221
|
readonly 'aria-roledescription'?: string | undefined;
|
|
222
222
|
readonly 'aria-rowcount'?: string | number | undefined;
|
|
223
223
|
readonly 'aria-rowindex'?: string | number | undefined;
|
|
224
224
|
readonly 'aria-rowspan'?: string | number | undefined;
|
|
225
|
-
readonly 'aria-selected'?: boolean | "
|
|
225
|
+
readonly 'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
226
226
|
readonly 'aria-setsize'?: string | number | undefined;
|
|
227
227
|
readonly 'aria-sort'?: "ascending" | "descending" | "none" | "other" | undefined;
|
|
228
228
|
readonly 'aria-valuemax'?: string | number | undefined;
|
|
@@ -309,9 +309,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
309
|
}>, {
|
|
310
310
|
id: string;
|
|
311
311
|
title: string;
|
|
312
|
-
height: string | number;
|
|
313
|
-
width: string | number;
|
|
314
312
|
draggable: boolean;
|
|
313
|
+
width: string | number;
|
|
314
|
+
height: string | number;
|
|
315
315
|
destroyOnClose: boolean;
|
|
316
316
|
actions: unknown[];
|
|
317
317
|
formName: string;
|
|
@@ -469,9 +469,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
469
469
|
onFormResize?: ((...args: any[]) => any) | undefined;
|
|
470
470
|
}>, {
|
|
471
471
|
title: string;
|
|
472
|
-
height: string | number;
|
|
473
|
-
width: string | number;
|
|
474
472
|
draggable: boolean;
|
|
473
|
+
width: string | number;
|
|
474
|
+
height: string | number;
|
|
475
475
|
actions: unknown[];
|
|
476
476
|
formName: string;
|
|
477
477
|
message: Record<string, any>;
|
|
@@ -679,9 +679,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
679
679
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "clickCloseIcon" | "update:visible" | "confirm" | "dialogResize")[], import('vue').PublicProps, {
|
|
680
680
|
id: string;
|
|
681
681
|
title: string;
|
|
682
|
-
height: string | number;
|
|
683
|
-
width: string | number;
|
|
684
682
|
draggable: boolean;
|
|
683
|
+
width: string | number;
|
|
684
|
+
height: string | number;
|
|
685
685
|
destroyOnClose: boolean;
|
|
686
686
|
actions: unknown[];
|
|
687
687
|
formName: string;
|
|
@@ -839,9 +839,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
839
839
|
onFormResize?: ((...args: any[]) => any) | undefined;
|
|
840
840
|
}>, {
|
|
841
841
|
title: string;
|
|
842
|
-
height: string | number;
|
|
843
|
-
width: string | number;
|
|
844
842
|
draggable: boolean;
|
|
843
|
+
width: string | number;
|
|
844
|
+
height: string | number;
|
|
845
845
|
actions: unknown[];
|
|
846
846
|
formName: string;
|
|
847
847
|
message: Record<string, any>;
|
|
@@ -1054,9 +1054,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1054
1054
|
}, {}, {}, {}, {
|
|
1055
1055
|
id: string;
|
|
1056
1056
|
title: string;
|
|
1057
|
-
height: string | number;
|
|
1058
|
-
width: string | number;
|
|
1059
1057
|
draggable: boolean;
|
|
1058
|
+
width: string | number;
|
|
1059
|
+
height: string | number;
|
|
1060
1060
|
destroyOnClose: boolean;
|
|
1061
1061
|
actions: unknown[];
|
|
1062
1062
|
formName: string;
|
|
@@ -307,9 +307,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
307
307
|
}>, {
|
|
308
308
|
id: string;
|
|
309
309
|
title: string;
|
|
310
|
-
height: string | number;
|
|
311
|
-
width: string | number;
|
|
312
310
|
draggable: boolean;
|
|
311
|
+
width: string | number;
|
|
312
|
+
height: string | number;
|
|
313
313
|
destroyOnClose: boolean;
|
|
314
314
|
actions: unknown[];
|
|
315
315
|
formName: string;
|
|
@@ -467,9 +467,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
467
467
|
onFormResize?: ((...args: any[]) => any) | undefined;
|
|
468
468
|
}>, {
|
|
469
469
|
title: string;
|
|
470
|
-
height: string | number;
|
|
471
|
-
width: string | number;
|
|
472
470
|
draggable: boolean;
|
|
471
|
+
width: string | number;
|
|
472
|
+
height: string | number;
|
|
473
473
|
actions: unknown[];
|
|
474
474
|
formName: string;
|
|
475
475
|
message: Record<string, any>;
|
|
@@ -593,10 +593,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
593
593
|
disabled: boolean;
|
|
594
594
|
readonly: boolean;
|
|
595
595
|
componentSize: string;
|
|
596
|
+
multiple: boolean;
|
|
596
597
|
columns: {
|
|
597
598
|
[key: string]: any;
|
|
598
599
|
}[];
|
|
599
|
-
multiple: boolean;
|
|
600
600
|
modelValue: string | number | unknown[];
|
|
601
601
|
options: {
|
|
602
602
|
[key: string]: any;
|
|
@@ -675,7 +675,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
675
|
readonly onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
676
676
|
readonly onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
677
677
|
tabindex?: string | number | undefined;
|
|
678
|
-
readonly 'aria-hidden'?: boolean | "
|
|
678
|
+
readonly 'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
679
679
|
readonly onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
680
680
|
readonly onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
681
681
|
readonly onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
@@ -755,22 +755,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
755
755
|
readonly onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
756
756
|
readonly onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
757
757
|
readonly onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
758
|
-
readonly draggable?: boolean | "
|
|
759
|
-
readonly hidden?: boolean | "
|
|
758
|
+
readonly draggable?: boolean | "true" | "false" | undefined;
|
|
759
|
+
readonly hidden?: boolean | "true" | "false" | undefined;
|
|
760
760
|
readonly color?: string | undefined;
|
|
761
761
|
readonly translate?: "yes" | "no" | undefined;
|
|
762
762
|
readonly prefixCls?: string | undefined;
|
|
763
763
|
role?: string | undefined;
|
|
764
764
|
readonly id?: string | undefined;
|
|
765
|
-
readonly 'aria-checked'?: boolean | "
|
|
765
|
+
readonly 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
766
766
|
readonly is?: string | undefined;
|
|
767
767
|
readonly wrapperClassName?: string | undefined;
|
|
768
768
|
readonly innerHTML?: string | undefined;
|
|
769
769
|
readonly accesskey?: string | undefined;
|
|
770
|
-
readonly contenteditable?: boolean | "
|
|
770
|
+
readonly contenteditable?: boolean | "true" | "false" | "inherit" | undefined;
|
|
771
771
|
readonly dir?: string | undefined;
|
|
772
772
|
readonly lang?: string | undefined;
|
|
773
|
-
readonly spellcheck?: boolean | "
|
|
773
|
+
readonly spellcheck?: boolean | "true" | "false" | undefined;
|
|
774
774
|
readonly radiogroup?: string | undefined;
|
|
775
775
|
readonly about?: string | undefined;
|
|
776
776
|
readonly datatype?: string | undefined;
|
|
@@ -783,7 +783,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
783
783
|
readonly autocorrect?: string | undefined;
|
|
784
784
|
readonly autosave?: string | undefined;
|
|
785
785
|
readonly itemprop?: string | undefined;
|
|
786
|
-
readonly itemscope?: boolean | "
|
|
786
|
+
readonly itemscope?: boolean | "true" | "false" | undefined;
|
|
787
787
|
readonly itemtype?: string | undefined;
|
|
788
788
|
readonly itemid?: string | undefined;
|
|
789
789
|
readonly itemref?: string | undefined;
|
|
@@ -792,45 +792,45 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
792
792
|
readonly unselectable?: "on" | "off" | undefined;
|
|
793
793
|
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
794
794
|
readonly 'aria-activedescendant'?: string | undefined;
|
|
795
|
-
readonly 'aria-atomic'?: boolean | "
|
|
795
|
+
readonly 'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
796
796
|
readonly 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
|
797
|
-
readonly 'aria-busy'?: boolean | "
|
|
797
|
+
readonly 'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
798
798
|
readonly 'aria-colcount'?: string | number | undefined;
|
|
799
799
|
readonly 'aria-colindex'?: string | number | undefined;
|
|
800
800
|
readonly 'aria-colspan'?: string | number | undefined;
|
|
801
801
|
readonly 'aria-controls'?: string | undefined;
|
|
802
|
-
readonly 'aria-current'?: boolean | "time" | "date" | "
|
|
802
|
+
readonly 'aria-current'?: boolean | "time" | "date" | "true" | "false" | "step" | "page" | "location" | undefined;
|
|
803
803
|
readonly 'aria-describedby'?: string | undefined;
|
|
804
804
|
readonly 'aria-details'?: string | undefined;
|
|
805
|
-
readonly 'aria-disabled'?: boolean | "
|
|
805
|
+
readonly 'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
806
806
|
readonly 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
807
807
|
readonly 'aria-errormessage'?: string | undefined;
|
|
808
|
-
readonly 'aria-expanded'?: boolean | "
|
|
808
|
+
readonly 'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
809
809
|
readonly 'aria-flowto'?: string | undefined;
|
|
810
|
-
readonly 'aria-grabbed'?: boolean | "
|
|
811
|
-
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
812
|
-
readonly 'aria-invalid'?: boolean | "
|
|
810
|
+
readonly 'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
811
|
+
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
812
|
+
readonly 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
813
813
|
readonly 'aria-keyshortcuts'?: string | undefined;
|
|
814
814
|
readonly 'aria-label'?: string | undefined;
|
|
815
815
|
readonly 'aria-labelledby'?: string | undefined;
|
|
816
816
|
readonly 'aria-level'?: string | number | undefined;
|
|
817
817
|
readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
818
|
-
readonly 'aria-modal'?: boolean | "
|
|
819
|
-
readonly 'aria-multiline'?: boolean | "
|
|
820
|
-
readonly 'aria-multiselectable'?: boolean | "
|
|
818
|
+
readonly 'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
819
|
+
readonly 'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
820
|
+
readonly 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
821
821
|
readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
822
822
|
readonly 'aria-owns'?: string | undefined;
|
|
823
823
|
readonly 'aria-placeholder'?: string | undefined;
|
|
824
824
|
readonly 'aria-posinset'?: string | number | undefined;
|
|
825
|
-
readonly 'aria-pressed'?: boolean | "
|
|
826
|
-
readonly 'aria-readonly'?: boolean | "
|
|
825
|
+
readonly 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
826
|
+
readonly 'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
827
827
|
readonly 'aria-relevant'?: "text" | "all" | "additions" | "additions text" | "removals" | undefined;
|
|
828
|
-
readonly 'aria-required'?: boolean | "
|
|
828
|
+
readonly 'aria-required'?: boolean | "true" | "false" | undefined;
|
|
829
829
|
readonly 'aria-roledescription'?: string | undefined;
|
|
830
830
|
readonly 'aria-rowcount'?: string | number | undefined;
|
|
831
831
|
readonly 'aria-rowindex'?: string | number | undefined;
|
|
832
832
|
readonly 'aria-rowspan'?: string | number | undefined;
|
|
833
|
-
readonly 'aria-selected'?: boolean | "
|
|
833
|
+
readonly 'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
834
834
|
readonly 'aria-setsize'?: string | number | undefined;
|
|
835
835
|
readonly 'aria-sort'?: "ascending" | "descending" | "none" | "other" | undefined;
|
|
836
836
|
readonly 'aria-valuemax'?: string | number | undefined;
|
|
@@ -5446,9 +5446,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5446
5446
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "clickCloseIcon" | "update:visible" | "confirm" | "dialogResize")[], import('vue').PublicProps, {
|
|
5447
5447
|
id: string;
|
|
5448
5448
|
title: string;
|
|
5449
|
-
height: string | number;
|
|
5450
|
-
width: string | number;
|
|
5451
5449
|
draggable: boolean;
|
|
5450
|
+
width: string | number;
|
|
5451
|
+
height: string | number;
|
|
5452
5452
|
destroyOnClose: boolean;
|
|
5453
5453
|
actions: unknown[];
|
|
5454
5454
|
formName: string;
|
|
@@ -5606,9 +5606,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5606
5606
|
onFormResize?: ((...args: any[]) => any) | undefined;
|
|
5607
5607
|
}>, {
|
|
5608
5608
|
title: string;
|
|
5609
|
-
height: string | number;
|
|
5610
|
-
width: string | number;
|
|
5611
5609
|
draggable: boolean;
|
|
5610
|
+
width: string | number;
|
|
5611
|
+
height: string | number;
|
|
5612
5612
|
actions: unknown[];
|
|
5613
5613
|
formName: string;
|
|
5614
5614
|
message: Record<string, any>;
|
|
@@ -5821,9 +5821,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5821
5821
|
}, {}, {}, {}, {
|
|
5822
5822
|
id: string;
|
|
5823
5823
|
title: string;
|
|
5824
|
-
height: string | number;
|
|
5825
|
-
width: string | number;
|
|
5826
5824
|
draggable: boolean;
|
|
5825
|
+
width: string | number;
|
|
5826
|
+
height: string | number;
|
|
5827
5827
|
destroyOnClose: boolean;
|
|
5828
5828
|
actions: unknown[];
|
|
5829
5829
|
formName: string;
|
|
@@ -108,10 +108,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
readonly: boolean;
|
|
110
110
|
componentSize: string;
|
|
111
|
+
multiple: boolean;
|
|
111
112
|
columns: {
|
|
112
113
|
[key: string]: any;
|
|
113
114
|
}[];
|
|
114
|
-
multiple: boolean;
|
|
115
115
|
modelValue: string | number | unknown[];
|
|
116
116
|
options: {
|
|
117
117
|
[key: string]: any;
|
|
@@ -190,7 +190,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
readonly onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
191
191
|
readonly onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
192
192
|
tabindex?: string | number | undefined;
|
|
193
|
-
readonly 'aria-hidden'?: boolean | "
|
|
193
|
+
readonly 'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
194
194
|
readonly onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
195
195
|
readonly onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
196
196
|
readonly onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
@@ -270,22 +270,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
270
|
readonly onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
271
271
|
readonly onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
272
272
|
readonly onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
273
|
-
readonly draggable?: boolean | "
|
|
274
|
-
readonly hidden?: boolean | "
|
|
273
|
+
readonly draggable?: boolean | "true" | "false" | undefined;
|
|
274
|
+
readonly hidden?: boolean | "true" | "false" | undefined;
|
|
275
275
|
readonly color?: string | undefined;
|
|
276
276
|
readonly translate?: "yes" | "no" | undefined;
|
|
277
277
|
readonly prefixCls?: string | undefined;
|
|
278
278
|
role?: string | undefined;
|
|
279
279
|
readonly id?: string | undefined;
|
|
280
|
-
readonly 'aria-checked'?: boolean | "
|
|
280
|
+
readonly 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
281
281
|
readonly is?: string | undefined;
|
|
282
282
|
readonly wrapperClassName?: string | undefined;
|
|
283
283
|
readonly innerHTML?: string | undefined;
|
|
284
284
|
readonly accesskey?: string | undefined;
|
|
285
|
-
readonly contenteditable?: boolean | "
|
|
285
|
+
readonly contenteditable?: boolean | "true" | "false" | "inherit" | undefined;
|
|
286
286
|
readonly dir?: string | undefined;
|
|
287
287
|
readonly lang?: string | undefined;
|
|
288
|
-
readonly spellcheck?: boolean | "
|
|
288
|
+
readonly spellcheck?: boolean | "true" | "false" | undefined;
|
|
289
289
|
readonly radiogroup?: string | undefined;
|
|
290
290
|
readonly about?: string | undefined;
|
|
291
291
|
readonly datatype?: string | undefined;
|
|
@@ -298,7 +298,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
298
|
readonly autocorrect?: string | undefined;
|
|
299
299
|
readonly autosave?: string | undefined;
|
|
300
300
|
readonly itemprop?: string | undefined;
|
|
301
|
-
readonly itemscope?: boolean | "
|
|
301
|
+
readonly itemscope?: boolean | "true" | "false" | undefined;
|
|
302
302
|
readonly itemtype?: string | undefined;
|
|
303
303
|
readonly itemid?: string | undefined;
|
|
304
304
|
readonly itemref?: string | undefined;
|
|
@@ -307,45 +307,45 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
307
307
|
readonly unselectable?: "on" | "off" | undefined;
|
|
308
308
|
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
309
309
|
readonly 'aria-activedescendant'?: string | undefined;
|
|
310
|
-
readonly 'aria-atomic'?: boolean | "
|
|
310
|
+
readonly 'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
311
311
|
readonly 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
|
312
|
-
readonly 'aria-busy'?: boolean | "
|
|
312
|
+
readonly 'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
313
313
|
readonly 'aria-colcount'?: string | number | undefined;
|
|
314
314
|
readonly 'aria-colindex'?: string | number | undefined;
|
|
315
315
|
readonly 'aria-colspan'?: string | number | undefined;
|
|
316
316
|
readonly 'aria-controls'?: string | undefined;
|
|
317
|
-
readonly 'aria-current'?: boolean | "time" | "date" | "
|
|
317
|
+
readonly 'aria-current'?: boolean | "time" | "date" | "true" | "false" | "step" | "page" | "location" | undefined;
|
|
318
318
|
readonly 'aria-describedby'?: string | undefined;
|
|
319
319
|
readonly 'aria-details'?: string | undefined;
|
|
320
|
-
readonly 'aria-disabled'?: boolean | "
|
|
320
|
+
readonly 'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
321
321
|
readonly 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
322
322
|
readonly 'aria-errormessage'?: string | undefined;
|
|
323
|
-
readonly 'aria-expanded'?: boolean | "
|
|
323
|
+
readonly 'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
324
324
|
readonly 'aria-flowto'?: string | undefined;
|
|
325
|
-
readonly 'aria-grabbed'?: boolean | "
|
|
326
|
-
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
327
|
-
readonly 'aria-invalid'?: boolean | "
|
|
325
|
+
readonly 'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
326
|
+
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
327
|
+
readonly 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
328
328
|
readonly 'aria-keyshortcuts'?: string | undefined;
|
|
329
329
|
readonly 'aria-label'?: string | undefined;
|
|
330
330
|
readonly 'aria-labelledby'?: string | undefined;
|
|
331
331
|
readonly 'aria-level'?: string | number | undefined;
|
|
332
332
|
readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
333
|
-
readonly 'aria-modal'?: boolean | "
|
|
334
|
-
readonly 'aria-multiline'?: boolean | "
|
|
335
|
-
readonly 'aria-multiselectable'?: boolean | "
|
|
333
|
+
readonly 'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
334
|
+
readonly 'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
335
|
+
readonly 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
336
336
|
readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
337
337
|
readonly 'aria-owns'?: string | undefined;
|
|
338
338
|
readonly 'aria-placeholder'?: string | undefined;
|
|
339
339
|
readonly 'aria-posinset'?: string | number | undefined;
|
|
340
|
-
readonly 'aria-pressed'?: boolean | "
|
|
341
|
-
readonly 'aria-readonly'?: boolean | "
|
|
340
|
+
readonly 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
341
|
+
readonly 'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
342
342
|
readonly 'aria-relevant'?: "text" | "all" | "additions" | "additions text" | "removals" | undefined;
|
|
343
|
-
readonly 'aria-required'?: boolean | "
|
|
343
|
+
readonly 'aria-required'?: boolean | "true" | "false" | undefined;
|
|
344
344
|
readonly 'aria-roledescription'?: string | undefined;
|
|
345
345
|
readonly 'aria-rowcount'?: string | number | undefined;
|
|
346
346
|
readonly 'aria-rowindex'?: string | number | undefined;
|
|
347
347
|
readonly 'aria-rowspan'?: string | number | undefined;
|
|
348
|
-
readonly 'aria-selected'?: boolean | "
|
|
348
|
+
readonly 'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
349
349
|
readonly 'aria-setsize'?: string | number | undefined;
|
|
350
350
|
readonly 'aria-sort'?: "ascending" | "descending" | "none" | "other" | undefined;
|
|
351
351
|
readonly 'aria-valuemax'?: string | number | undefined;
|
|
@@ -507,6 +507,8 @@ export declare namespace ER {
|
|
|
507
507
|
interface InputOption {
|
|
508
508
|
title: string;
|
|
509
509
|
type: 'input' | 'inputNumber' | 'datePicker';
|
|
510
|
+
required?: boolean;
|
|
511
|
+
defaultValue?: any;
|
|
510
512
|
style?: any;
|
|
511
513
|
key: string;
|
|
512
514
|
}
|
|
@@ -746,6 +748,12 @@ export declare namespace ER {
|
|
|
746
748
|
* @returns void
|
|
747
749
|
*/
|
|
748
750
|
static readFiles(callBack: (files: any[]) => void, options?: any): void;
|
|
751
|
+
/**
|
|
752
|
+
* 读取Json文件
|
|
753
|
+
* @param callBack 回调函数
|
|
754
|
+
* @returns void
|
|
755
|
+
*/
|
|
756
|
+
static readJsonFile(callBack: (data: any) => void): void;
|
|
749
757
|
/**
|
|
750
758
|
* 读取Excel文件
|
|
751
759
|
* @param callBack 回调函数
|
|
@@ -772,6 +780,7 @@ export declare namespace ER {
|
|
|
772
780
|
isBandView?: boolean;
|
|
773
781
|
isShowFooter?: boolean;
|
|
774
782
|
isCheckedRows?: boolean;
|
|
783
|
+
[key: string]: any;
|
|
775
784
|
}): void;
|
|
776
785
|
/**
|
|
777
786
|
* 导出多个Grid到Excel
|
|
@@ -790,6 +799,7 @@ export declare namespace ER {
|
|
|
790
799
|
skipGroupRows?: boolean;
|
|
791
800
|
skipSummaryRows?: boolean;
|
|
792
801
|
skipFooterRows?: boolean;
|
|
802
|
+
[key: string]: any;
|
|
793
803
|
}): void;
|
|
794
804
|
/**
|
|
795
805
|
* 设置GridColumn的属性
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopFree-DgEEXZX8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopQuery-BI-_DkHW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopRichEditor-Wp7Ul5Lb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopTree-CyOjq-gZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|