@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.
@@ -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; /** @type { [typeof __VLS_components.ATextarea, typeof __VLS_components.aTextarea, typeof __VLS_components.ATextarea, typeof __VLS_components.aTextarea, ] } */
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; /** @type { [typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, typeof __VLS_components.AConfigProvidver, typeof __VLS_components.aConfigProvidver, ] } */
2501
+ default: boolean | import('ant-design-vue/es/tooltip').AdjustOverflow;
2501
2502
  };
2502
2503
  destroyTooltipOnHide: {
2503
2504
  type: BooleanConstructor;