@baosight/er4j 0.0.56 → 0.0.58

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.
@@ -146,6 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
146
146
  width: string | number;
147
147
  height: string | number;
148
148
  message: Record<string, any>;
149
+ actions: unknown[];
149
150
  formName: string;
150
151
  sameAppformName: string;
151
152
  parentFormRef: any;
@@ -156,6 +157,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
156
157
  defaultWidth: string | number;
157
158
  defaultHeight: string | number;
158
159
  resizable: boolean;
159
- actions: unknown[];
160
160
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
161
161
  export default _default;
@@ -267,12 +267,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
267
267
  width: string | number;
268
268
  height: string | number;
269
269
  destroyOnClose: boolean;
270
+ actions: unknown[];
270
271
  formName: string;
271
272
  parentFormRef: any;
272
273
  debounce: boolean;
273
274
  debounceWait: number;
274
275
  resizable: boolean;
275
- actions: unknown[];
276
276
  modal: boolean;
277
277
  defaultFooter: boolean;
278
278
  showConfirm: boolean;
@@ -427,6 +427,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
427
427
  width: string | number;
428
428
  height: string | number;
429
429
  message: Record<string, any>;
430
+ actions: unknown[];
430
431
  formName: string;
431
432
  sameAppformName: string;
432
433
  parentFormRef: any;
@@ -437,7 +438,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
438
  defaultWidth: string | number;
438
439
  defaultHeight: string | number;
439
440
  resizable: boolean;
440
- actions: unknown[];
441
441
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
442
442
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
443
443
  export default _default;
@@ -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;