@baosight/er4j 0.1.1 → 0.1.3

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.
Files changed (39) hide show
  1. package/er4j-dist/{ErAdvanceFilter-CB2C0maK.js → ErAdvanceFilter-DMFTQIIS.js} +2 -2
  2. package/er4j-dist/ErAdvanceFilter-DMFTQIIS.js.map +1 -0
  3. package/er4j-dist/{ErLayoutDesign-DDnveNXO.js → ErLayoutDesign-eFP9pyqN.js} +2 -2
  4. package/er4j-dist/{ErLayoutDesign-DDnveNXO.js.map → ErLayoutDesign-eFP9pyqN.js.map} +1 -1
  5. package/er4j-dist/ErPopFree-DvtBctfA.js +5 -0
  6. package/er4j-dist/ErPopFree-DvtBctfA.js.map +1 -0
  7. package/er4j-dist/ErPopQuery-DwyQ4ZCc.js +5 -0
  8. package/er4j-dist/ErPopQuery-DwyQ4ZCc.js.map +1 -0
  9. package/er4j-dist/ErPopRichEditor-29icvuOh.js +5 -0
  10. package/er4j-dist/ErPopRichEditor-29icvuOh.js.map +1 -0
  11. package/er4j-dist/ErPopTree-DiGHEbQ0.js +5 -0
  12. package/er4j-dist/ErPopTree-DiGHEbQ0.js.map +1 -0
  13. package/er4j-dist/er4j.es.js +1 -1
  14. package/er4j-dist/er4j.umd.js +2 -2
  15. package/er4j-dist/er4j.umd.js.map +1 -1
  16. package/er4j-dist/{index-BpWhgByo.js → index-DULCHKL6.js} +22 -34
  17. package/er4j-dist/{index-BpWhgByo.js.map → index-DULCHKL6.js.map} +1 -1
  18. package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +92 -10
  19. package/er4j-dist/types/components/ErAttachment/ErAttachment.vue.d.ts +4 -4
  20. package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +121 -94
  21. package/er4j-dist/types/components/ErFlow/CollapseNode.vue.d.ts +7 -11
  22. package/er4j-dist/types/components/ErFlow/ErFlow.vue.d.ts +16 -17
  23. package/er4j-dist/types/components/ErFlow/HelperLines.vue.d.ts +1 -1
  24. package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +18 -30
  25. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +4 -6
  26. package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +89 -9
  27. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +89 -7
  28. package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +3 -5
  29. package/er4j-dist/types/components/ErTree/ErTree.vue.d.ts +4 -6
  30. package/package.json +2 -2
  31. package/er4j-dist/ErAdvanceFilter-CB2C0maK.js.map +0 -1
  32. package/er4j-dist/ErPopFree-qtfbEhD0.js +0 -5
  33. package/er4j-dist/ErPopFree-qtfbEhD0.js.map +0 -1
  34. package/er4j-dist/ErPopQuery-COj6RQrW.js +0 -5
  35. package/er4j-dist/ErPopQuery-COj6RQrW.js.map +0 -1
  36. package/er4j-dist/ErPopRichEditor-DFv_WP4t.js +0 -5
  37. package/er4j-dist/ErPopRichEditor-DFv_WP4t.js.map +0 -1
  38. package/er4j-dist/ErPopTree-DqJAwBjq.js +0 -5
  39. package/er4j-dist/ErPopTree-DqJAwBjq.js.map +0 -1
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11
11
  type: () => {
12
12
  [key: string]: any;
13
13
  };
14
- default: {};
14
+ default: any;
15
15
  require: boolean;
16
16
  };
17
17
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -24,13 +24,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
24
24
  type: () => {
25
25
  [key: string]: any;
26
26
  };
27
- default: {};
27
+ default: any;
28
28
  require: boolean;
29
29
  };
30
30
  }>> & Readonly<{}>, {
31
- options: {
32
- [key: string]: any;
33
- };
31
+ options: any;
34
32
  popAdvanceFilterHelperProps: ER.PopAdvanceFilterHelper;
35
33
  }, {}, {
36
34
  GridToolbar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -15985,7 +15983,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
15985
15983
  default: boolean;
15986
15984
  };
15987
15985
  dateRender: {
15988
- /** @type { [typeof __VLS_components.AButton, typeof __VLS_components.aButton, typeof __VLS_components.AButton, typeof __VLS_components.aButton, ] } */ type: import('vue').PropType<import('ant-design-vue/es/vc-picker/panels/DatePanel/DateBody').DateRender<dayjs.Dayjs>>;
15986
+ type: import('vue').PropType<import('ant-design-vue/es/vc-picker/panels/DatePanel/DateBody').DateRender<dayjs.Dayjs>>;
15989
15987
  default: import('ant-design-vue/es/vc-picker/panels/DatePanel/DateBody').DateRender<dayjs.Dayjs>;
15990
15988
  };
15991
15989
  disabledDate: {
@@ -16014,7 +16012,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16014
16012
  default: () => number[];
16015
16013
  };
16016
16014
  disabledMinutes: {
16017
- type: import('vue').PropType<(hour: number) => number[]>;
16015
+ /** @type { [typeof __VLS_components.ATabs, typeof __VLS_components.aTabs, typeof __VLS_components.ATabs, typeof __VLS_components.aTabs, ] } */ type: import('vue').PropType<(hour: number) => number[]>;
16018
16016
  default: (hour: number) => number[];
16019
16017
  };
16020
16018
  disabledSeconds: {
@@ -16105,7 +16103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16105
16103
  default: (originPanel: any) => any;
16106
16104
  };
16107
16105
  onChange: {
16108
- /** @type { [typeof __VLS_components.ATabPane, typeof __VLS_components.aTabPane, typeof __VLS_components.ATabPane, typeof __VLS_components.aTabPane, ] } */ type: import('vue').PropType<(value: string | dayjs.Dayjs, dateString: string) => void>;
16106
+ type: import('vue').PropType<(value: string | dayjs.Dayjs, dateString: string) => void>;
16109
16107
  default: (value: string | dayjs.Dayjs, dateString: string) => void;
16110
16108
  };
16111
16109
  'onUpdate:value': {
@@ -16196,7 +16194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16196
16194
  default: (date: dayjs.Dayjs) => boolean;
16197
16195
  };
16198
16196
  mode: {
16199
- type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PanelMode>; /** @type { [typeof __VLS_components.AgGridVue, typeof __VLS_components.agGridVue, typeof __VLS_components.AgGridVue, typeof __VLS_components.agGridVue, ] } */
16197
+ type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PanelMode>;
16200
16198
  default: import('ant-design-vue/es/vc-picker/interface').PanelMode;
16201
16199
  };
16202
16200
  picker: {
@@ -19867,7 +19865,91 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19867
19865
  cancelClick: () => void;
19868
19866
  dialogResize: () => void;
19869
19867
  onOpen: () => void;
19870
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').PublicProps, {
19868
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "open" | "confirm" | "clickCloseIcon" | "update:visible" | "dialogResize")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
19869
+ debounce: {
19870
+ type: BooleanConstructor;
19871
+ default: boolean;
19872
+ };
19873
+ debounceWait: {
19874
+ type: NumberConstructor;
19875
+ default: number;
19876
+ };
19877
+ visible: {
19878
+ type: BooleanConstructor;
19879
+ required: true;
19880
+ };
19881
+ zIndex: {
19882
+ type: NumberConstructor;
19883
+ default: number;
19884
+ };
19885
+ title: {
19886
+ type: StringConstructor;
19887
+ default: string;
19888
+ };
19889
+ width: {
19890
+ type: (StringConstructor | NumberConstructor)[];
19891
+ default: string;
19892
+ };
19893
+ height: {
19894
+ type: (StringConstructor | NumberConstructor)[];
19895
+ default: string;
19896
+ };
19897
+ modal: {
19898
+ type: BooleanConstructor;
19899
+ default: boolean;
19900
+ };
19901
+ defaultFooter: {
19902
+ type: BooleanConstructor;
19903
+ default: boolean;
19904
+ };
19905
+ destroyOnClose: {
19906
+ type: BooleanConstructor;
19907
+ default: boolean;
19908
+ };
19909
+ showConfirm: {
19910
+ type: BooleanConstructor;
19911
+ default: boolean;
19912
+ };
19913
+ showCancel: {
19914
+ type: BooleanConstructor;
19915
+ default: boolean;
19916
+ };
19917
+ parentFormRef: {
19918
+ type: any;
19919
+ default: any;
19920
+ };
19921
+ resizable: {
19922
+ type: BooleanConstructor;
19923
+ default: boolean;
19924
+ };
19925
+ draggable: {
19926
+ type: BooleanConstructor;
19927
+ default: boolean;
19928
+ };
19929
+ actions: {
19930
+ type: ArrayConstructor;
19931
+ default: string[];
19932
+ };
19933
+ id: {
19934
+ type: StringConstructor;
19935
+ default: string;
19936
+ };
19937
+ customClass: {
19938
+ type: StringConstructor;
19939
+ default: string;
19940
+ };
19941
+ formName: {
19942
+ type: StringConstructor;
19943
+ default: string;
19944
+ };
19945
+ }>> & Readonly<{
19946
+ onCancel?: (...args: any[]) => any;
19947
+ "onUpdate:visible"?: (...args: any[]) => any;
19948
+ onOpen?: (...args: any[]) => any;
19949
+ onConfirm?: (...args: any[]) => any;
19950
+ onClickCloseIcon?: (...args: any[]) => any;
19951
+ onDialogResize?: (...args: any[]) => any;
19952
+ }>, {
19871
19953
  id: string;
19872
19954
  title: string;
19873
19955
  width: string | number;
@@ -2,19 +2,19 @@ import { ER } from '../../utils/er';
2
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  options: {
4
4
  type: () => ER.UploadOptions;
5
- default: () => {};
5
+ default: () => any;
6
6
  };
7
7
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  change: (...args: any[]) => void;
9
9
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
10
  options: {
11
11
  type: () => ER.UploadOptions;
12
- default: () => {};
12
+ default: () => any;
13
13
  };
14
14
  }>> & Readonly<{
15
15
  onChange?: (...args: any[]) => any;
16
16
  }>, {
17
- options: ER.UploadOptions;
17
+ options: any;
18
18
  }, {}, {
19
19
  'a-config-provider': {
20
20
  new (...args: any[]): {
@@ -1316,7 +1316,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1316
1316
  type: BooleanConstructor;
1317
1317
  default: boolean;
1318
1318
  };
1319
- accept: StringConstructor; /** @type { [typeof __VLS_components.CheckSquareOutlined, ] } */
1319
+ accept: StringConstructor;
1320
1320
  beforeUpload: {
1321
1321
  type: import('vue').PropType<(file: import('ant-design-vue/es/upload/interface').FileType, FileList: import('ant-design-vue/es/upload/interface').FileType[]) => string | boolean | void | Blob | import('ant-design-vue/es/upload/interface').FileType | Promise<string | boolean | void | Blob | import('ant-design-vue/es/upload/interface').FileType>>;
1322
1322
  default: (file: import('ant-design-vue/es/upload/interface').FileType, FileList: import('ant-design-vue/es/upload/interface').FileType[]) => string | boolean | void | Blob | import('ant-design-vue/es/upload/interface').FileType | Promise<string | boolean | void | Blob | import('ant-design-vue/es/upload/interface').FileType>;