@baosight/er4j 0.0.61 → 0.0.64
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-BhNznepQ.js +509 -0
- package/er4j-dist/ErLayoutDesign-BhNznepQ.js.map +1 -0
- package/er4j-dist/ErPopFree-BSvQblcJ.js +5 -0
- package/er4j-dist/ErPopFree-BSvQblcJ.js.map +1 -0
- package/er4j-dist/ErPopQuery-EM0vHefy.js +5 -0
- package/er4j-dist/ErPopQuery-EM0vHefy.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-DC8znhgF.js +5 -0
- package/er4j-dist/ErPopRichEditor-DC8znhgF.js.map +1 -0
- package/er4j-dist/ErPopTree-DGX6hNX5.js +5 -0
- package/er4j-dist/ErPopTree-DGX6hNX5.js.map +1 -0
- package/er4j-dist/er4j.css +1 -1
- package/er4j-dist/er4j.es.js +19 -48362
- package/er4j-dist/er4j.es.js.map +1 -1
- package/er4j-dist/er4j.umd.js +52 -52
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/index-Ar1Ydiuv.js +48652 -0
- package/er4j-dist/index-Ar1Ydiuv.js.map +1 -0
- package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +1 -1
- package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +1 -1
- package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -0
- package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +3 -3
- package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +2 -2
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +1784 -8
- package/er4j-dist/types/components/ErLayoutDesign/ErLayoutDesign.vue.d.ts +3040 -0
- package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +2 -2
- package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +1323 -24
- package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +2 -2
- package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +1301 -3
- package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +99 -6
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +1301 -3
- package/er4j-dist/types/utils/er.d.ts +9 -17
- package/er4j-dist/types/utils/theme.d.ts +5 -0
- package/package.json +8 -7
- package/src/views/JA/ER/JAER02.vue +10 -3
- package/er4j-dist/ErPopFree-D0387she.js +0 -5
- package/er4j-dist/ErPopFree-D0387she.js.map +0 -1
- package/er4j-dist/ErPopQuery-DWj-lb5u.js +0 -5
- package/er4j-dist/ErPopQuery-DWj-lb5u.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js +0 -5
- package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js.map +0 -1
- package/er4j-dist/ErPopTree-2Ab-Nxgb.js +0 -5
- package/er4j-dist/ErPopTree-2Ab-Nxgb.js.map +0 -1
|
@@ -472,9 +472,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
472
472
|
draggable: boolean;
|
|
473
473
|
width: string | number;
|
|
474
474
|
height: string | number;
|
|
475
|
-
message: Record<string, any>;
|
|
476
475
|
actions: unknown[];
|
|
477
476
|
formName: string;
|
|
477
|
+
message: Record<string, any>;
|
|
478
478
|
sameAppformName: string;
|
|
479
479
|
parentFormRef: any;
|
|
480
480
|
modalZIndex: number;
|
|
@@ -842,9 +842,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
842
842
|
draggable: boolean;
|
|
843
843
|
width: string | number;
|
|
844
844
|
height: string | number;
|
|
845
|
-
message: Record<string, any>;
|
|
846
845
|
actions: unknown[];
|
|
847
846
|
formName: string;
|
|
847
|
+
message: Record<string, any>;
|
|
848
848
|
sameAppformName: string;
|
|
849
849
|
parentFormRef: any;
|
|
850
850
|
modalZIndex: number;
|