@nocobase/client 1.7.0-beta.9 → 1.7.0

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 (114) hide show
  1. package/.dumirc.ts +4 -0
  2. package/es/application/Application.d.ts +14 -0
  3. package/es/application/CustomRouterContextProvider.d.ts +5 -2
  4. package/es/application/RouterManager.d.ts +1 -1
  5. package/es/application/components/defaultComponents.d.ts +3 -1
  6. package/es/block-provider/TemplateBlockProvider.d.ts +2 -0
  7. package/es/block-provider/hooks/index.d.ts +2 -0
  8. package/es/collection-manager/interfaces/createdAt.d.ts +9 -0
  9. package/es/collection-manager/interfaces/dateOnly.d.ts +9 -0
  10. package/es/collection-manager/interfaces/datetime.d.ts +9 -0
  11. package/es/collection-manager/interfaces/datetimeNoTz.d.ts +9 -0
  12. package/es/collection-manager/interfaces/input.d.ts +6 -0
  13. package/es/collection-manager/interfaces/password.d.ts +18 -0
  14. package/es/collection-manager/interfaces/properties/operators.d.ts +12 -10
  15. package/es/collection-manager/interfaces/radioGroup.d.ts +3 -10
  16. package/es/collection-manager/interfaces/select.d.ts +3 -10
  17. package/es/collection-manager/interfaces/textarea.d.ts +6 -0
  18. package/es/collection-manager/interfaces/unixTimestamp.d.ts +9 -0
  19. package/es/collection-manager/interfaces/updatedAt.d.ts +9 -0
  20. package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +6 -0
  21. package/es/{schema-initializer/components/DeprecatedTemplateTitle.d.ts → common/AppNotFound.d.ts} +1 -2
  22. package/es/common/SelectWithTitle.d.ts +1 -1
  23. package/es/common/getVariableValue.d.ts +9 -0
  24. package/es/common/index.d.ts +2 -0
  25. package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +1 -0
  26. package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +14 -0
  27. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
  28. package/es/filter-provider/FilterProvider.d.ts +4 -0
  29. package/es/filter-provider/highlightBlock.d.ts +9 -0
  30. package/es/flag-provider/FlagProvider.d.ts +2 -0
  31. package/es/formily/NocoBaseRecursionField.d.ts +1 -0
  32. package/es/global-theme/type.d.ts +1 -0
  33. package/es/i18n/constant.d.ts +10 -0
  34. package/es/i18n/index.d.ts +1 -0
  35. package/es/index.d.ts +1 -0
  36. package/es/index.mjs +52339 -50474
  37. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +2 -1
  38. package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +0 -8
  39. package/es/modules/blocks/BlockLinkageRuleProvider.d.ts +9 -0
  40. package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +2 -0
  41. package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +1 -0
  42. package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +0 -1
  43. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +1 -0
  44. package/es/modules/blocks/utils.d.ts +10 -0
  45. package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
  46. package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +1 -0
  47. package/es/nocobase-buildin-plugin/index.d.ts +0 -2
  48. package/es/route-switch/antd/admin-layout/KeepAlive.d.ts +1 -0
  49. package/es/route-switch/antd/admin-layout/index.d.ts +3 -2
  50. package/es/schema-component/antd/action/Action.Designer.d.ts +1 -0
  51. package/es/schema-component/antd/action/Action.Modal.d.ts +1 -0
  52. package/es/schema-component/antd/action/hooks/useGetAfterSuccessVariablesOptions.d.ts +13 -0
  53. package/es/schema-component/antd/action/index.d.ts +1 -0
  54. package/es/schema-component/antd/action/types.d.ts +2 -0
  55. package/es/schema-component/antd/action/utils.d.ts +3 -1
  56. package/es/schema-component/antd/association-field/InternalViewer.d.ts +2 -0
  57. package/es/schema-component/antd/date-picker/util.d.ts +13 -0
  58. package/es/schema-component/antd/index.d.ts +1 -0
  59. package/es/schema-component/antd/input/Input.d.ts +4 -1
  60. package/es/schema-component/antd/linkageFilter/DynamicComponent.d.ts +36 -0
  61. package/es/schema-component/antd/linkageFilter/FilterGroup.d.ts +10 -0
  62. package/es/schema-component/antd/linkageFilter/FilterItems.d.ts +10 -0
  63. package/es/schema-component/antd/linkageFilter/LinkageFilter.d.ts +9 -0
  64. package/es/schema-component/antd/linkageFilter/LinkageFilterItem.d.ts +10 -0
  65. package/es/schema-component/antd/linkageFilter/context.d.ts +25 -0
  66. package/es/schema-component/antd/linkageFilter/index.d.ts +9 -0
  67. package/es/schema-component/antd/linkageFilter/useOperators.d.ts +13 -0
  68. package/es/schema-component/antd/linkageFilter/useValues.d.ts +25 -0
  69. package/es/schema-component/antd/list/index.d.ts +1 -0
  70. package/es/schema-component/antd/markdown/Markdown.Void.d.ts +5 -1
  71. package/es/schema-component/antd/page/AllDataBlocksProvider.d.ts +17 -0
  72. package/es/schema-component/antd/page/index.d.ts +1 -0
  73. package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
  74. package/es/schema-component/antd/variable/Input.d.ts +2 -0
  75. package/es/schema-component/antd/variable/TextArea.d.ts +14 -1
  76. package/es/schema-component/antd/variable/Variable.d.ts +1 -1
  77. package/es/schema-component/common/date-filter-dynamic-component/DateFilterDynamicComponent.d.ts +10 -0
  78. package/es/schema-component/common/index.d.ts +1 -0
  79. package/es/schema-component/common/utils/uitls.d.ts +2 -5
  80. package/es/schema-component/core/DesignableSwitch.d.ts +4 -2
  81. package/es/schema-component/core/SchemaComponent.d.ts +1 -0
  82. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
  83. package/es/schema-initializer/utils.d.ts +1 -1
  84. package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +1 -1
  85. package/es/schema-settings/LinkageRules/bindLinkageRulesToFiled.d.ts +10 -1
  86. package/es/schema-settings/LinkageRules/components/BlockLinkageRuleAction.d.ts +10 -0
  87. package/es/schema-settings/LinkageRules/type.d.ts +3 -1
  88. package/es/schema-settings/SchemaSettings.d.ts +4 -0
  89. package/es/schema-settings/VariableInput/VariableInput.d.ts +4 -0
  90. package/es/schema-settings/VariableInput/hooks/index.d.ts +2 -0
  91. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +3 -1
  92. package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +2 -2
  93. package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +142 -3
  94. package/es/schema-settings/VariableInput/hooks/useExactDateVariable.d.ts +118 -0
  95. package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +1 -1
  96. package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +44 -2
  97. package/es/schema-settings/index.d.ts +2 -0
  98. package/lib/index.js +624 -559
  99. package/lib/locale/de-DE.js +9 -2
  100. package/lib/locale/en-US.js +9 -3
  101. package/lib/locale/es-ES.js +9 -3
  102. package/lib/locale/fr-FR.js +9 -3
  103. package/lib/locale/it-IT.js +9 -2
  104. package/lib/locale/ja-JP.js +9 -3
  105. package/lib/locale/ko-KR.js +9 -3
  106. package/lib/locale/nl-NL.js +182 -7
  107. package/lib/locale/pt-BR.js +9 -3
  108. package/lib/locale/ru-RU.js +9 -3
  109. package/lib/locale/tr-TR.js +9 -3
  110. package/lib/locale/uk-UA.js +9 -3
  111. package/lib/locale/zh-CN.js +46 -6
  112. package/lib/locale/zh-TW.js +9 -3
  113. package/package.json +7 -8
  114. /package/es/schema-settings/LinkageRules/{FieldStyleLinkageRuleAction.d.ts → components/FieldStyleLinkageRuleAction.d.ts} +0 -0
@@ -487,7 +487,8 @@ module.exports = {
487
487
  "Turn pages": "\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",
488
488
  Others: "\u0406\u043D\u0448\u0456",
489
489
  "Other records": "\u0406\u043D\u0448\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
490
- "Save as template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
490
+ "Save as reference template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F",
491
+ "Save as inherited template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u043D\u0430\u0449\u0430\u0434\u043A\u0430",
491
492
  "Save as block template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
492
493
  "Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0431\u043B\u043E\u043A\u0456\u0432",
493
494
  "Block template": "\u0428\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
@@ -577,6 +578,7 @@ module.exports = {
577
578
  "Blank block": "\u041F\u043E\u0440\u043E\u0436\u043D\u0456\u0439 \u0431\u043B\u043E\u043A",
578
579
  "Duplicate template": "\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D",
579
580
  "Reference template": "\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 \u0448\u0430\u0431\u043B\u043E\u043D",
581
+ "Inherited template": "\u041D\u0430\u0449\u0430\u0434\u043A\u043E\u0432\u0438\u0439 \u0448\u0430\u0431\u043B\u043E\u043D",
580
582
  "Create calendar block": "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0431\u043B\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",
581
583
  "Create kanban block": "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0431\u043B\u043E\u043A \u043A\u0430\u043D\u0431\u0430\u043D\u0443",
582
584
  "Grouping field": "\u041F\u043E\u043B\u0435 \u0434\u043B\u044F \u0433\u0440\u0443\u043F\u0443\u0432\u0430\u043D\u043D\u044F",
@@ -824,6 +826,10 @@ module.exports = {
824
826
  "Are you sure you want to hide this tab?": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0446\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443?",
825
827
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u041F\u0456\u0441\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F \u0446\u0456\u0454\u0457 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u0432\u043E\u043D\u0430 \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0437'\u044F\u0432\u0438\u0442\u044C\u0441\u044F \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u043E\u043A. \u0429\u043E\u0431 \u0437\u043D\u043E\u0432\u0443 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0457\u0457, \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438, \u0449\u043E\u0431 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0457\u0457.",
826
828
  Deprecated: "\u0417\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u043E",
827
- "The following old template features have been deprecated and will be removed in next version.": "\u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0456 \u0441\u0442\u0430\u0440\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457 \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0431\u0443\u043B\u0438 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u0456 \u0456 \u0431\u0443\u0434\u0443\u0442\u044C \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u0456 \u0432 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0456\u0439 \u0432\u0435\u0440\u0441\u0456\u0457.",
828
- "Full permissions": "\u041F\u043E\u0432\u043D\u0456 \u043F\u0440\u0430\u0432\u0430"
829
+ "Full permissions": "\u041F\u043E\u0432\u043D\u0456 \u043F\u0440\u0430\u0432\u0430",
830
+ "No pages yet, please configure first": "\u0429\u0435 \u043D\u0435\u043C\u0430\u0454 \u0441\u0442\u043E\u0440\u0456\u043D\u043E\u043A, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0441\u043F\u043E\u0447\u0430\u0442\u043A\u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0439\u0442\u0435",
831
+ 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': '\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A "\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443" \u0432 \u043F\u0440\u0430\u0432\u043E\u043C\u0443 \u0432\u0435\u0440\u0445\u043D\u044C\u043E\u043C\u0443 \u043A\u0443\u0442\u0456, \u0449\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438 \u0432 \u0440\u0435\u0436\u0438\u043C \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u043E\u0433\u043E \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443.',
832
+ "Refresh data blocks": "\u041E\u043D\u043E\u0432\u0438\u0442\u0438 \u0434\u0430\u043D\u0456 \u0431\u043B\u043E\u043A\u0456\u0432",
833
+ "Select data blocks to refresh": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0431\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u0438\u0445 \u0434\u043B\u044F \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F",
834
+ "After successful submission, the selected data blocks will be automatically refreshed.": "\u041F\u0456\u0441\u043B\u044F \u0443\u0441\u043F\u0456\u0448\u043D\u043E\u0457 \u043F\u043E\u0434\u0430\u0447\u0456 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0431\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u0438\u0445 \u0431\u0443\u0434\u0443\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u0456."
829
835
  };
@@ -167,6 +167,8 @@ module.exports = {
167
167
  Year: "\u5E74",
168
168
  QuarterYear: "\u5B63\u5EA6",
169
169
  "Select grouping field": "\u9009\u62E9\u5206\u7EC4\u5B57\u6BB5",
170
+ "Refresh data blocks": "\u5237\u65B0\u6570\u636E\u533A\u5757",
171
+ "Select data blocks to refresh": "\u9009\u62E9\u8981\u5237\u65B0\u7684\u6570\u636E\u533A\u5757",
170
172
  Media: "\u591A\u5A92\u4F53",
171
173
  Markdown: "Markdown",
172
174
  Wysiwyg: "\u5BCC\u6587\u672C",
@@ -259,6 +261,7 @@ module.exports = {
259
261
  "Parent collection fields": "\u7236\u8868\u5B57\u6BB5",
260
262
  Basic: "\u57FA\u672C\u7C7B\u578B",
261
263
  "Single line text": "\u5355\u884C\u6587\u672C",
264
+ "Automatically remove heading and tailing spaces": "\u81EA\u52A8\u53BB\u9664\u9996\u5C3E\u7A7A\u767D\u5B57\u7B26",
262
265
  "Long text": "\u591A\u884C\u6587\u672C",
263
266
  Phone: "\u624B\u673A\u53F7\u7801",
264
267
  Email: "\u7535\u5B50\u90AE\u7BB1",
@@ -524,7 +527,8 @@ module.exports = {
524
527
  "Turn pages": "\u7FFB\u9875",
525
528
  Others: "\u5176\u4ED6",
526
529
  "Other records": "\u5176\u4ED6\u8BB0\u5F55",
527
- "Save as template": "\u4FDD\u5B58\u4E3A\u6A21\u677F",
530
+ "Save as reference template": "\u4FDD\u5B58\u4E3A\u5F15\u7528\u6A21\u677F",
531
+ "Save as inherited template": "\u4FDD\u5B58\u4E3A\u7EE7\u627F\u6A21\u677F",
528
532
  "Save as block template": "\u4FDD\u5B58\u4E3A\u533A\u5757\u6A21\u677F",
529
533
  "Block templates": "\u533A\u5757\u6A21\u677F",
530
534
  "Block template": "\u533A\u5757\u6A21\u677F",
@@ -608,6 +612,7 @@ module.exports = {
608
612
  "Blank block": "\u7A7A\u533A\u5757",
609
613
  "Duplicate template": "\u590D\u5236\u6A21\u677F",
610
614
  "Reference template": "\u5F15\u7528\u6A21\u677F",
615
+ "Inherited template": "\u7EE7\u627F\u6A21\u677F",
611
616
  "Create calendar block": "\u521B\u5EFA\u65E5\u5386\u533A\u5757",
612
617
  "Create kanban block": "\u521B\u5EFA\u770B\u677F\u533A\u5757",
613
618
  "Grouping field": "\u5206\u7EC4\u5B57\u6BB5",
@@ -818,7 +823,8 @@ module.exports = {
818
823
  "File size should not exceed {{size}}.": "\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7 {{size}}",
819
824
  "File size exceeds the limit": "\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236",
820
825
  "File type is not allowed": "\u6587\u4EF6\u7C7B\u578B\u4E0D\u5141\u8BB8",
821
- "Incomplete uploading files need to be resolved": "\u672A\u5B8C\u6210\u4E0A\u4F20\u7684\u6587\u4EF6\u9700\u8981\u5904\u7406",
826
+ Uploading: "\u4E0A\u4F20\u4E2D",
827
+ "Some files are not uploaded correctly, please check.": "\u90E8\u5206\u6587\u4EF6\u672A\u4E0A\u4F20\u6210\u529F\uFF0C\u8BF7\u68C0\u67E5\u3002",
822
828
  "Default title for each record": "\u7528\u4F5C\u6570\u636E\u7684\u9ED8\u8BA4\u6807\u9898",
823
829
  "If collection inherits, choose inherited collections as templates": "\u5F53\u524D\u8868\u6709\u7EE7\u627F\u5173\u7CFB\u65F6\uFF0C\u53EF\u9009\u62E9\u7EE7\u627F\u94FE\u8DEF\u4E0A\u7684\u8868\u4F5C\u4E3A\u6A21\u677F\u6765\u6E90",
824
830
  "Select an existing piece of data as the initialization data for the form": "\u9009\u62E9\u4E00\u6761\u5DF2\u6709\u7684\u6570\u636E\u4F5C\u4E3A\u8868\u5355\u7684\u521D\u59CB\u5316\u6570\u636E",
@@ -986,8 +992,8 @@ module.exports = {
986
992
  Search: "\u641C\u7D22",
987
993
  "Clear default value": "\u6E05\u9664\u9ED8\u8BA4\u503C",
988
994
  "Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00",
989
- "is none of": "\u4E0D\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
990
- "is any of": "\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
995
+ "is none of": "\u4E0D\u7B49\u4E8E\u4EFB\u610F\u4E00\u4E2A",
996
+ "is any of": "\u7B49\u4E8E\u4EFB\u610F\u4E00\u4E2A",
991
997
  "Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
992
998
  "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
993
999
  "Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
@@ -1084,7 +1090,6 @@ module.exports = {
1084
1090
  "Are you sure you want to hide this tab?": "\u4F60\u786E\u5B9A\u8981\u9690\u85CF\u8BE5\u6807\u7B7E\u9875\u5417\uFF1F",
1085
1091
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u9690\u85CF\u540E\uFF0C\u8BE5\u6807\u7B7E\u5C06\u4E0D\u518D\u663E\u793A\u5728\u6807\u7B7E\u680F\u4E2D\u3002\u8981\u60F3\u518D\u6B21\u663E\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\u3002",
1086
1092
  Deprecated: "\u5DF2\u5F03\u7528",
1087
- "The following old template features have been deprecated and will be removed in next version.": "\u4EE5\u4E0B\u65E7\u7684\u6A21\u677F\u529F\u80FD\u5DF2\u5F03\u7528\uFF0C\u5C06\u5728\u4E0B\u4E2A\u7248\u672C\u79FB\u9664\u3002",
1088
1093
  "Full permissions": "\u5168\u90E8\u6743\u9650",
1089
1094
  "Enable index column": "\u542F\u7528\u5E8F\u53F7\u5217",
1090
1095
  "Date scope": "\u65E5\u671F\u8303\u56F4",
@@ -1094,5 +1099,40 @@ module.exports = {
1094
1099
  "Font Size\uFF08px\uFF09": "\u5B57\u4F53\u5927\u5C0F\uFF08\u50CF\u7D20\uFF09",
1095
1100
  "Font Weight": "\u5B57\u4F53\u7C97\u7EC6",
1096
1101
  "Font Style": "\u5B57\u4F53\u6837\u5F0F",
1097
- Italic: "\u659C\u4F53"
1102
+ Italic: "\u659C\u4F53",
1103
+ "Response record": "\u54CD\u5E94\u7ED3\u679C\u8BB0\u5F55",
1104
+ Colon: "\u5192\u53F7",
1105
+ "No pages yet, please configure first": "\u6682\u65E0\u9875\u9762\uFF0C\u8BF7\u5148\u914D\u7F6E",
1106
+ 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': "\u70B9\u51FB\u53F3\u4E0A\u89D2\u7684\u201C\u754C\u9762\u914D\u7F6E\u201D\u56FE\u6807\uFF0C\u8FDB\u5165\u754C\u9762\u914D\u7F6E\u6A21\u5F0F",
1107
+ "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.": "\u7528\u4E8E\u4E3A <iframe> \u6307\u5B9A\u5176\u6743\u9650\u7B56\u7565\u3002\u8BE5\u7B56\u7565\u6839\u636E\u8BF7\u6C42\u7684\u6765\u6E90\u89C4\u5B9A <iframe> \u53EF\u4EE5\u4F7F\u7528\u54EA\u4E9B\u7279\u6027\uFF08\u4F8B\u5982\uFF0C\u8BBF\u95EE\u9EA6\u514B\u98CE\u3001\u6444\u50CF\u5934\u3001\u7535\u6C60\u3001web \u5171\u4EAB\u7B49\uFF09\u3002",
1108
+ "Controls whether the current document is allowed to autoplay media requested through the HTMLMediaElement interface. When this policy is disabled and there were no user gestures, the Promise returned by HTMLMediaElement.play() will reject with a NotAllowedError DOMException. The autoplay attribute on <audio> and <video> elements will be ignored.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u81EA\u52A8\u64AD\u653E\u5A92\u4F53\u3002\u8FD9\u79CD\u63A7\u5236\u662F\u901A\u8FC7\u63A5\u53E3 HTMLMediaElement \u6765\u5B9E\u73B0\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\uFF0C\u800C\u4E14\u6CA1\u6709\u7528\u6237\u64CD\u4F5C\u7684\u65F6\u5019\uFF0CHTMLMediaElement.play() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u4E00\u4E2A DOMException \u5F02\u5E38\u3002<audio> \u548C <video> \u4E0A\u7684 autoplay \u5C5E\u6027\u4F1A\u88AB\u5FFD\u7565\u3002",
1109
+ "Controls whether the current document is allowed to use video input devices. When this policy is disabled, the Promise returned by getUserMedia() will reject with a NotAllowedError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528\u89C6\u9891\u8F93\u5165\u8BBE\u5907\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CMediaDevices.getUserMedia() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA NotAllowedError DOMException \u5F02\u5E38\u3002",
1110
+ "Controls whether the current document is allowed to set document.domain. When this policy is disabled, attempting to set document.domain will fail and cause a SecurityError DOMException to be thrown.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u8BBE\u7F6E document.domain\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u5C1D\u8BD5\u8BBE\u7F6E document.domain \u4F1A\u5931\u8D25\u5E76\u629B\u51FA SecurityError DOMException \u5F02\u5E38\u3002",
1111
+ "Controls whether the current document is allowed to use the Encrypted Media Extensions API (EME). When this policy is disabled, the Promise returned by Navigator.requestMediaKeySystemAccess() will reject with a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Encrypted Media Extension API\uFF08EME\uFF09\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CNavigator.requestMediaKeySystemAccess() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA DOMException \u5F02\u5E38\u3002",
1112
+ "Controls whether the current document is allowed to use Element.requestFullscreen(). When this policy is disabled, the returned Promise rejects with a TypeError.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Element.requestFullScreen()\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA TypeError\u3002",
1113
+ "Controls whether the current document is allowed to use the Geolocation Interface. When this policy is disabled, calls to getCurrentPosition() and watchPosition() will cause those functions callbacks to be invoked with a GeolocationPositionError code of PERMISSION_DENIED.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Geolocation \u63A5\u53E3\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u8C03\u7528 getCurrentPosition() \u548C watchPosition() \u4F1A\u8FD4\u56DE\u5305\u542B PERMISSION_DENIED \u7684 PositionError\u3002",
1114
+ "Controls whether the current document is allowed to use audio input devices. When this policy is disabled, the Promise returned by MediaDevices.getUserMedia() will reject with a NotAllowedError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528\u97F3\u9891\u8F93\u5165\u8BBE\u5907\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CMediaDevices.getUserMedia() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u9519\u8BEF NotAllowedError\u3002",
1115
+ "Controls whether the current document is allowed to use the Web MIDI API. When this policy is disabled, the Promise returned by Navigator.requestMIDIAccess() will reject with a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Web MIDI API\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CNavigator.requestMIDIAccess() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u9519\u8BEF DOMException\u3002",
1116
+ "Controls whether the current document is allowed to use the Payment Request API. When this policy is enabled, the PaymentRequest() constructor will throw a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Payment Request API\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u542F\u7528\u65F6\uFF0C\u6784\u9020\u51FD\u6570 PaymentRequest() \u4F1A\u629B\u51FA\u9519\u8BEF SecurityError\u3002",
1117
+ "After successful submission, the selected data blocks will be automatically refreshed.": "\u63D0\u4EA4\u6210\u529F\u540E\uFF0C\u4F1A\u81EA\u52A8\u5237\u65B0\u8FD9\u91CC\u9009\u4E2D\u7684\u6570\u636E\u533A\u5757\u3002",
1118
+ "Block Linkage rules": "\u533A\u5757\u8054\u52A8\u89C4\u5219",
1119
+ "Field Linkage rules": "\u5B57\u6BB5\u8054\u52A8\u89C4\u5219",
1120
+ "Exact day": "\u6307\u5B9A\u65E5\u671F",
1121
+ "This Week": "\u672C\u5468",
1122
+ "Last Week": "\u4E0A\u5468",
1123
+ "Next Week": "\u4E0B\u5468",
1124
+ "This Month": "\u672C\u6708",
1125
+ "Last Month": "\u4E0A\u4E2A\u6708",
1126
+ "Next Month": "\u4E0B\u4E2A\u6708",
1127
+ "This Quarter": "\u672C\u5B63\u5EA6",
1128
+ "Last Quarter": "\u4E0A\u5B63\u5EA6",
1129
+ "Next Quarter": "\u4E0B\u5B63\u5EA6",
1130
+ "This Year": "\u4ECA\u5E74",
1131
+ "Last Year": "\u53BB\u5E74",
1132
+ "Next Year": "\u660E\u5E74",
1133
+ Past: "\u8FC7\u53BB",
1134
+ Next: "\u672A\u6765",
1135
+ "Calendar week": "\u65E5\u5386\u5468",
1136
+ "Calendar Month": "\u65E5\u5386\u6708",
1137
+ "Calendar Year": "\u65E5\u5386\u5E74"
1098
1138
  };
@@ -518,7 +518,8 @@ module.exports = {
518
518
  "Turn pages": "\u7FFB\u9801",
519
519
  Others: "\u5176\u4ED6",
520
520
  "Other records": "\u5176\u4ED6\u8A18\u9304",
521
- "Save as template": "\u5132\u5B58\u70BA\u6A21\u677F",
521
+ "Save as reference template": "\u5132\u5B58\u70BA\u5F15\u7528\u6A21\u677F",
522
+ "Save as inherited template": "\u5132\u5B58\u70BA\u7E7C\u627F\u6A21\u677F",
522
523
  "Save as block template": "\u5132\u5B58\u70BA\u5340\u584A\u6A21\u677F",
523
524
  "Block templates": "\u5340\u584A\u6A21\u677F",
524
525
  "Block template": "\u5340\u584A\u6A21\u677F",
@@ -602,6 +603,7 @@ module.exports = {
602
603
  "Blank block": "\u7A7A\u5340\u584A",
603
604
  "Duplicate template": "\u8907\u88FD\u6A21\u677F",
604
605
  "Reference template": "\u5F15\u7528\u6A21\u677F",
606
+ "Inherited template": "\u7E7C\u627F\u6A21\u677F",
605
607
  "Create calendar block": "\u5EFA\u7ACB\u65E5\u66C6\u5340\u584A",
606
608
  "Create kanban block": "\u5EFA\u7ACB\u770B\u677F\u5340\u584A",
607
609
  "Grouping field": "\u7FA4\u7D44\u6B04\u4F4D",
@@ -915,6 +917,10 @@ module.exports = {
915
917
  "Are you sure you want to hide this tab?": "\u4F60\u78BA\u5B9A\u8981\u96B1\u85CF\u9019\u500B\u6A19\u7C64\u55CE\uFF1F",
916
918
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u96B1\u85CF\u5F8C\uFF0C\u9019\u500B\u6A19\u7C64\u5C07\u4E0D\u518D\u51FA\u73FE\u5728\u6A19\u7C64\u6B04\u4E2D\u3002\u8981\u518D\u6B21\u986F\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\u3002",
917
919
  Deprecated: "\u5DF2\u68C4\u7528",
918
- "The following old template features have been deprecated and will be removed in next version.": "\u4EE5\u4E0B\u820A\u7684\u6A21\u677F\u529F\u80FD\u5DF2\u68C4\u7528\uFF0C\u5C07\u5728\u4E0B\u500B\u7248\u672C\u79FB\u9664\u3002",
919
- "Full permissions": "\u5B8C\u5168\u6B0A\u9650"
920
+ "Full permissions": "\u5B8C\u5168\u6B0A\u9650",
921
+ "No pages yet, please configure first": "\u5C1A\u672A\u914D\u7F6E\u9801\u9762\uFF0C\u8ACB\u5148\u914D\u7F6E",
922
+ 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': '\u9EDE\u64CA\u53F3\u4E0A\u89D2\u7684 "\u4ECB\u9762\u8A2D\u5B9A" \u5716\u793A\u9032\u5165\u4ECB\u9762\u8A2D\u5B9A\u6A21\u5F0F',
923
+ "Refresh data blocks": "\u5237\u65B0\u6578\u64DA\u5340\u584A",
924
+ "Select data blocks to refresh": "\u9078\u64C7\u8981\u5237\u65B0\u7684\u6578\u64DA\u5340\u584A",
925
+ "After successful submission, the selected data blocks will be automatically refreshed.": "\u63D0\u4EA4\u6210\u529F\u5F8C\uFF0C\u9078\u4E2D\u7684\u6578\u64DA\u5340\u584A\u5C07\u81EA\u52D5\u5237\u65B0\u3002"
920
926
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.7.0-beta.9",
3
+ "version": "1.7.0",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -13,9 +13,8 @@
13
13
  "@antv/g2plot": "^2.4.18",
14
14
  "@budibase/handlebars-helpers": "0.14.0",
15
15
  "@ctrl/tinycolor": "^3.6.0",
16
- "@dnd-kit/core": "^5.0.1",
17
- "@dnd-kit/modifiers": "^6.0.0",
18
- "@dnd-kit/sortable": "^6.0.0",
16
+ "@dnd-kit/core": "^6.0.0",
17
+ "@dnd-kit/sortable": "^7.0.0",
19
18
  "@emotion/css": "^11.7.1",
20
19
  "@formily/antd-v5": "1.2.3",
21
20
  "@formily/core": "^2.2.27",
@@ -27,9 +26,9 @@
27
26
  "@formily/reactive-react": "^2.2.27",
28
27
  "@formily/shared": "^2.2.27",
29
28
  "@formily/validator": "^2.2.27",
30
- "@nocobase/evaluators": "1.7.0-beta.9",
31
- "@nocobase/sdk": "1.7.0-beta.9",
32
- "@nocobase/utils": "1.7.0-beta.9",
29
+ "@nocobase/evaluators": "1.7.0",
30
+ "@nocobase/sdk": "1.7.0",
31
+ "@nocobase/utils": "1.7.0",
33
32
  "ahooks": "^3.7.2",
34
33
  "antd": "5.24.2",
35
34
  "antd-style": "3.7.1",
@@ -82,5 +81,5 @@
82
81
  "dumi": "2.2.14",
83
82
  "dumi-theme-nocobase": "^0.2.28"
84
83
  },
85
- "gitHead": "7013a5080f3695d7750ab21005c90d2172c16480"
84
+ "gitHead": "767ae089e404a104d718962272289c0bec01803a"
86
85
  }