@nocobase/client 2.0.0-alpha.59 → 2.0.0-alpha.60

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 (31) hide show
  1. package/es/collection-manager/interfaces/color.d.ts +0 -1
  2. package/es/flow/FlowPage.d.ts +1 -1
  3. package/es/flow/getViewDiffAndUpdateHidden.d.ts +1 -0
  4. package/es/flow/models/actions/AddChildActionModel.d.ts +1 -0
  5. package/es/flow/models/actions/ExpandCollapseActionModel.d.ts +2 -0
  6. package/es/flow/models/actions/JSActionModel.d.ts +13 -0
  7. package/es/flow/models/actions/index.d.ts +1 -0
  8. package/es/flow/models/base/ActionModel.d.ts +9 -2
  9. package/es/flow/models/base/CollectionBlockModel.d.ts +10 -25
  10. package/es/flow/models/base/PageModel/PageModel.d.ts +1 -0
  11. package/es/flow/models/blocks/filter-form/FilterFormItemModel.d.ts +3 -0
  12. package/es/flow/models/blocks/filter-form/FilterFormSubmitActionModel.d.ts +1 -1
  13. package/es/flow/models/blocks/form/CreateFormModel.d.ts +1 -0
  14. package/es/flow/models/blocks/form/EditFormModel.d.ts +1 -0
  15. package/es/flow/models/blocks/form/FormBlockModel.d.ts +9 -1
  16. package/es/flow/models/blocks/form/submitHandler.d.ts +9 -0
  17. package/es/flow/models/blocks/js-block/JSBlock.d.ts +1 -0
  18. package/es/flow/models/blocks/table/TableColumnModel.d.ts +1 -0
  19. package/es/flow/models/blocks/utils/transformChildrenToJS.d.ts +5 -1
  20. package/es/flow/models/fields/AssociationFieldModel/RecordSelectFieldModel.d.ts +0 -2
  21. package/es/flow/models/fields/AssociationFieldModel/recordSelectShared.d.ts +2 -0
  22. package/es/flow/models/fields/JSItemModel.d.ts +0 -1
  23. package/es/flow/resolveViewParamsToViewList.d.ts +4 -2
  24. package/es/hooks/useFullscreenOverlay.d.ts +20 -0
  25. package/es/index.mjs +5305 -4639
  26. package/lib/index-C3fHjsMw-CiyrLQdu.js +2237 -0
  27. package/lib/index.js +164 -161
  28. package/lib/locale/en-US.json +2 -0
  29. package/lib/locale/zh-CN.json +4 -1
  30. package/package.json +6 -6
  31. package/lib/index-C3fHjsMw-DzdIO9mJ.js +0 -2234
@@ -565,6 +565,7 @@
565
565
  "Execute": "Execute",
566
566
  "Execute JavaScript": "Execute JavaScript",
567
567
  "Exists": "Exists",
568
+ "Exit fullscreen": "Exit fullscreen",
568
569
  "Expand All": "Expand All",
569
570
  "Expand all": "Expand all",
570
571
  "Expand all rows by default": "Expand all rows by default",
@@ -648,6 +649,7 @@
648
649
  "Formula.js supports most Microsoft Excel formula functions.": "Formula.js supports most Microsoft Excel formula functions.",
649
650
  "Full height": "Full height",
650
651
  "Full permissions": "Full permissions",
652
+ "Fullscreen": "Fullscreen",
651
653
  "Function": "Function",
652
654
  "Gantt": "Gantt",
653
655
  "Geek blue": "Geek blue",
@@ -564,6 +564,7 @@
564
564
  "Execute": "执行",
565
565
  "Execute JavaScript": "执行 JavaScript",
566
566
  "Exists": "存在",
567
+ "Exit fullscreen": "退出全屏",
567
568
  "Expand All": "展开全部",
568
569
  "Expand all": "全部展开",
569
570
  "Expand all rows by default": "默认展开所有行",
@@ -647,6 +648,7 @@
647
648
  "Formula.js supports most Microsoft Excel formula functions.": "Formula.js 支持大部分 Mircrosoft Excel 公式。",
648
649
  "Full height": "全高",
649
650
  "Full permissions": "全部权限",
651
+ "Fullscreen": "全屏",
650
652
  "Function": "Function",
651
653
  "Gantt": "甘特图",
652
654
  "Geek blue": "极客蓝",
@@ -1564,5 +1566,6 @@
1564
1566
  "File type is not supported for previewing,": "文件类型不支持预览,",
1565
1567
  "download it to preview": "请下载后预览",
1566
1568
  "Your browser does not support the video tag.": "您的浏览器不支持视频标签。",
1567
- "Your browser does not support the audio tag.": "您的浏览器不支持音频标签。"
1569
+ "Your browser does not support the audio tag.": "您的浏览器不支持音频标签。",
1570
+ "Edit select record popup": "编辑选择数据弹窗"
1568
1571
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "2.0.0-alpha.59",
3
+ "version": "2.0.0-alpha.60",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -28,10 +28,10 @@
28
28
  "@formily/reactive-react": "^2.2.27",
29
29
  "@formily/shared": "^2.2.27",
30
30
  "@formily/validator": "^2.2.27",
31
- "@nocobase/evaluators": "2.0.0-alpha.59",
32
- "@nocobase/flow-engine": "2.0.0-alpha.59",
33
- "@nocobase/sdk": "2.0.0-alpha.59",
34
- "@nocobase/utils": "2.0.0-alpha.59",
31
+ "@nocobase/evaluators": "2.0.0-alpha.60",
32
+ "@nocobase/flow-engine": "2.0.0-alpha.60",
33
+ "@nocobase/sdk": "2.0.0-alpha.60",
34
+ "@nocobase/utils": "2.0.0-alpha.60",
35
35
  "@tanstack/react-table": "^8.21.3",
36
36
  "@types/tabulator-tables": "^6.2.6",
37
37
  "acorn-jsx": "^5.3.2",
@@ -95,5 +95,5 @@
95
95
  "dumi": "2.2.14",
96
96
  "dumi-theme-nocobase": "^0.2.32"
97
97
  },
98
- "gitHead": "ca9fca2a826b17735c6287bebf877b2da9a00e24"
98
+ "gitHead": "9113d61ce85b60b7ba3d0e5ca64182d92a15ece4"
99
99
  }