@baosight/er4j 0.0.68 → 0.0.69

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 (34) hide show
  1. package/er4j-dist/types/components/ErCheckboxGroup/ErCheckboxGroup.vue.d.ts +181 -181
  2. package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +6 -6
  3. package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +15 -15
  4. package/er4j-dist/types/components/ErFormToolbar/ErFormToolbar.vue.d.ts +241 -241
  5. package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +3952 -0
  6. package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +314 -314
  7. package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -1
  8. package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +374 -374
  9. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +254 -254
  10. package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +185 -185
  11. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +322 -322
  12. package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +256 -256
  13. package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1889 -0
  14. package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +2942 -0
  15. package/er4j-dist/types/components/ErGridCellRender/DefaultRender.vue.d.ts +214 -214
  16. package/er4j-dist/types/components/ErGridCellRender/ImagePreview.vue.d.ts +241 -241
  17. package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1563 -0
  18. package/er4j-dist/types/components/ErGridStatusBar/InformationPanel.vue.d.ts +58 -58
  19. package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1889 -0
  20. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +16362 -0
  21. package/er4j-dist/types/components/ErLayoutDesign/ErLayoutDesign.vue.d.ts +3040 -0
  22. package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +385 -385
  23. package/er4j-dist/types/components/ErMenuDevPlat/CustomCellRenderer.vue.d.ts +1873 -0
  24. package/er4j-dist/types/components/ErMenuDevPlat/ErMenuDevPlat.vue.d.ts +8913 -0
  25. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +1827 -0
  26. package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +43 -43
  27. package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +3186 -0
  28. package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +798 -798
  29. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2877 -0
  30. package/er4j-dist/types/components/ErRadioGroup/ErRadioGroup.vue.d.ts +178 -178
  31. package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +606 -606
  32. package/er4j-dist/types/components/ErTree/ErTree.vue.d.ts +203 -203
  33. package/er4j-dist/types/utils/er.d.ts +2 -2
  34. package/package.json +1 -1
@@ -1891,7 +1891,7 @@ export declare namespace ER {
1891
1891
  /**
1892
1892
  * 工具类所属当前组件
1893
1893
  */
1894
- get App(): undefined;
1894
+ get App(): any;
1895
1895
  get CurrentFormRegitInfo(): any;
1896
1896
  /**
1897
1897
  * 当前语言环境
@@ -2047,7 +2047,7 @@ export declare namespace ER {
2047
2047
  */
2048
2048
  get InitialConfiParas(): {
2049
2049
  [key: string]: string | number;
2050
- } | undefined;
2050
+ };
2051
2051
  /**
2052
2052
  * 画面初始化自定义服务
2053
2053
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "er4j 辅助开发",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,