@baosight/er4j 0.0.57 → 0.0.59
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 +14118 -13836
- package/er4j-dist/er4j.es.js.map +1 -1
- package/er4j-dist/er4j.umd.js +47 -47
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +2 -1
- package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +3 -2
- package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +787 -5
- package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1563 -0
- package/er4j-dist/types/components/ErRadioGroup/ErRadioGroup.vue.d.ts +1 -1
- package/er4j-dist/types/utils/er.d.ts +20 -1
- package/package.json +35 -28
|
@@ -790,6 +790,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
790
790
|
};
|
|
791
791
|
};
|
|
792
792
|
}>;
|
|
793
|
+
errorMessage: any;
|
|
793
794
|
ExclamationCircleOutlined: import('@ant-design/icons-vue/lib/icons/ExclamationCircleOutlined').ExclamationCircleOutlinedIconType;
|
|
794
795
|
invalid: any;
|
|
795
796
|
onChange: (e: any) => void;
|
|
@@ -970,7 +971,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
970
971
|
};
|
|
971
972
|
};
|
|
972
973
|
virtual: {
|
|
973
|
-
type: BooleanConstructor;
|
|
974
|
+
type: BooleanConstructor;
|
|
974
975
|
default: any;
|
|
975
976
|
};
|
|
976
977
|
dropdownMatchSelectWidth: {
|
|
@@ -790,6 +790,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
790
790
|
};
|
|
791
791
|
};
|
|
792
792
|
}>;
|
|
793
|
+
errorMessage: any;
|
|
793
794
|
ExclamationCircleOutlined: import('@ant-design/icons-vue/lib/icons/ExclamationCircleOutlined').ExclamationCircleOutlinedIconType;
|
|
794
795
|
invalid: any;
|
|
795
796
|
onChange: (e: any) => void;
|
|
@@ -1448,7 +1449,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1448
1449
|
showCount: {
|
|
1449
1450
|
type: import('vue').PropType<boolean | import('ant-design-vue/es/vc-input/inputProps').ShowCountProps>;
|
|
1450
1451
|
};
|
|
1451
|
-
htmlSize: NumberConstructor;
|
|
1452
|
+
/** @type { [typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, ] } */ htmlSize: NumberConstructor;
|
|
1452
1453
|
onPressEnter: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
|
|
1453
1454
|
onKeydown: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
|
|
1454
1455
|
onKeyup: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
|
|
@@ -2497,7 +2498,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2497
2498
|
};
|
|
2498
2499
|
autoAdjustOverflow: {
|
|
2499
2500
|
type: import('vue').PropType<boolean | import('ant-design-vue/es/tooltip').AdjustOverflow>;
|
|
2500
|
-
default: boolean | import('ant-design-vue/es/tooltip').AdjustOverflow;
|
|
2501
|
+
default: boolean | import('ant-design-vue/es/tooltip').AdjustOverflow;
|
|
2501
2502
|
};
|
|
2502
2503
|
destroyTooltipOnHide: {
|
|
2503
2504
|
type: BooleanConstructor;
|