@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
|
@@ -145,9 +145,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
145
|
draggable: boolean;
|
|
146
146
|
width: string | number;
|
|
147
147
|
height: string | number;
|
|
148
|
-
message: Record<string, any>;
|
|
149
148
|
actions: unknown[];
|
|
150
149
|
formName: string;
|
|
150
|
+
message: Record<string, any>;
|
|
151
151
|
sameAppformName: string;
|
|
152
152
|
parentFormRef: any;
|
|
153
153
|
modalZIndex: number;
|
|
@@ -426,9 +426,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
426
426
|
draggable: boolean;
|
|
427
427
|
width: string | number;
|
|
428
428
|
height: string | number;
|
|
429
|
-
message: Record<string, any>;
|
|
430
429
|
actions: unknown[];
|
|
431
430
|
formName: string;
|
|
431
|
+
message: Record<string, any>;
|
|
432
432
|
sameAppformName: string;
|
|
433
433
|
parentFormRef: any;
|
|
434
434
|
modalZIndex: number;
|
|
@@ -12,6 +12,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
params?: any;
|
|
13
13
|
}> & Readonly<{}> & {}>;
|
|
14
14
|
value: import('vue').Ref<any, any>;
|
|
15
|
+
newValue: import('vue').Ref<string, string>;
|
|
15
16
|
displayText: import('vue').Ref<string, string>;
|
|
16
17
|
statusBar: any;
|
|
17
18
|
agGridVueDropdownRef: any;
|
|
@@ -1478,7 +1478,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1478
1478
|
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
1479
1479
|
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
1480
1480
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
1481
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1481
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1482
1482
|
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1483
1483
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
|
|
1484
1484
|
};
|
|
@@ -2845,7 +2845,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2845
2845
|
type: BooleanConstructor;
|
|
2846
2846
|
default: boolean;
|
|
2847
2847
|
};
|
|
2848
|
-
disabled: {
|
|
2848
|
+
/** @type { typeof __VLS_ctx.inputRef } */ disabled: {
|
|
2849
2849
|
type: BooleanConstructor;
|
|
2850
2850
|
default: boolean;
|
|
2851
2851
|
};
|
|
@@ -2859,7 +2859,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2859
2859
|
};
|
|
2860
2860
|
parser: {
|
|
2861
2861
|
type: import('vue').PropType<(displayValue: string) => import('ant-design-vue/es/input-number/src/utils/MiniDecimal').ValueType>;
|
|
2862
|
-
default: (displayValue: string) => import('ant-design-vue/es/input-number/src/utils/MiniDecimal').ValueType;
|
|
2862
|
+
/** @type { [typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, ] } */ default: (displayValue: string) => import('ant-design-vue/es/input-number/src/utils/MiniDecimal').ValueType;
|
|
2863
2863
|
};
|
|
2864
2864
|
formatter: {
|
|
2865
2865
|
type: import('vue').PropType<(value: import('ant-design-vue/es/input-number/src/utils/MiniDecimal').ValueType, info: {
|
|
@@ -1491,7 +1491,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1491
1491
|
getPrefixCls: {
|
|
1492
1492
|
type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
|
|
1493
1493
|
};
|
|
1494
|
-
renderEmpty: {
|
|
1494
|
+
/** @type { [typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, ] } */ renderEmpty: {
|
|
1495
1495
|
type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
|
|
1496
1496
|
};
|
|
1497
1497
|
transformCellText: {
|
|
@@ -1545,7 +1545,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1545
1545
|
};
|
|
1546
1546
|
};
|
|
1547
1547
|
virtual: {
|
|
1548
|
-
type: BooleanConstructor;
|
|
1548
|
+
type: BooleanConstructor; /** @type { [typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, ] } */
|
|
1549
1549
|
default: any;
|
|
1550
1550
|
};
|
|
1551
1551
|
dropdownMatchSelectWidth: {
|