@nocobase/client 1.7.0-beta.8 → 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 (127) hide show
  1. package/.dumirc.ts +4 -0
  2. package/es/acl/ACLProvider.d.ts +1 -0
  3. package/es/application/Application.d.ts +14 -0
  4. package/es/application/CustomRouterContextProvider.d.ts +5 -2
  5. package/es/application/RouterManager.d.ts +4 -1
  6. package/es/application/components/defaultComponents.d.ts +3 -1
  7. package/es/application/hooks/index.d.ts +1 -0
  8. package/es/application/schema-initializer/components/SchemaInitializerItemSearchFields.d.ts +1 -1
  9. package/es/block-provider/TemplateBlockProvider.d.ts +2 -0
  10. package/es/block-provider/hooks/index.d.ts +4 -0
  11. package/es/collection-manager/interfaces/createdAt.d.ts +9 -0
  12. package/es/collection-manager/interfaces/dateOnly.d.ts +9 -0
  13. package/es/collection-manager/interfaces/datetime.d.ts +9 -0
  14. package/es/collection-manager/interfaces/datetimeNoTz.d.ts +9 -0
  15. package/es/collection-manager/interfaces/input.d.ts +6 -0
  16. package/es/collection-manager/interfaces/password.d.ts +18 -0
  17. package/es/collection-manager/interfaces/properties/operators.d.ts +12 -10
  18. package/es/collection-manager/interfaces/radioGroup.d.ts +3 -10
  19. package/es/collection-manager/interfaces/select.d.ts +3 -10
  20. package/es/collection-manager/interfaces/textarea.d.ts +6 -0
  21. package/es/collection-manager/interfaces/unixTimestamp.d.ts +9 -0
  22. package/es/collection-manager/interfaces/updatedAt.d.ts +9 -0
  23. package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +6 -0
  24. package/es/{variables/utils/cacheLazyLoadedValues.d.ts → common/AppNotFound.d.ts} +2 -2
  25. package/es/common/SelectWithTitle.d.ts +1 -1
  26. package/es/common/getVariableValue.d.ts +9 -0
  27. package/es/common/index.d.ts +2 -0
  28. package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +1 -0
  29. package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +14 -0
  30. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
  31. package/es/filter-provider/FilterProvider.d.ts +4 -0
  32. package/es/filter-provider/highlightBlock.d.ts +9 -0
  33. package/es/flag-provider/FlagProvider.d.ts +2 -0
  34. package/es/formily/NocoBaseRecursionField.d.ts +1 -0
  35. package/es/global-theme/type.d.ts +3 -0
  36. package/es/i18n/constant.d.ts +10 -0
  37. package/es/i18n/index.d.ts +1 -0
  38. package/es/index.d.ts +1 -0
  39. package/es/index.mjs +53642 -51540
  40. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +2 -1
  41. package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +0 -8
  42. package/es/modules/blocks/BlockLinkageRuleProvider.d.ts +9 -0
  43. package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +2 -0
  44. package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +1 -0
  45. package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +0 -1
  46. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +1 -0
  47. package/es/modules/blocks/utils.d.ts +10 -0
  48. package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
  49. package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +1 -0
  50. package/es/modules/fields/component/Select/selectComponentFieldSettings.d.ts +1 -0
  51. package/es/nocobase-buildin-plugin/index.d.ts +0 -2
  52. package/es/route-switch/antd/admin-layout/KeepAlive.d.ts +1 -0
  53. package/es/route-switch/antd/admin-layout/index.d.ts +7 -2
  54. package/es/schema-component/antd/action/Action.Designer.d.ts +1 -0
  55. package/es/schema-component/antd/action/Action.Modal.d.ts +1 -0
  56. package/es/schema-component/antd/action/hooks/useGetAfterSuccessVariablesOptions.d.ts +13 -0
  57. package/es/schema-component/antd/action/index.d.ts +1 -0
  58. package/es/schema-component/antd/action/types.d.ts +2 -0
  59. package/es/schema-component/antd/action/utils.d.ts +3 -1
  60. package/es/schema-component/antd/association-field/InternalViewer.d.ts +2 -0
  61. package/es/schema-component/antd/cascader/Cascader.d.ts +20 -1
  62. package/es/schema-component/antd/date-picker/DatePicker.d.ts +6 -12
  63. package/es/schema-component/antd/date-picker/util.d.ts +13 -0
  64. package/es/schema-component/antd/expand-action/Expand.Action.d.ts +1 -1
  65. package/es/schema-component/antd/index.d.ts +1 -0
  66. package/es/schema-component/antd/input/Input.d.ts +4 -1
  67. package/es/schema-component/antd/linkageFilter/DynamicComponent.d.ts +36 -0
  68. package/es/schema-component/antd/linkageFilter/FilterGroup.d.ts +10 -0
  69. package/es/schema-component/antd/linkageFilter/FilterItems.d.ts +10 -0
  70. package/es/schema-component/antd/linkageFilter/LinkageFilter.d.ts +9 -0
  71. package/es/schema-component/antd/linkageFilter/LinkageFilterItem.d.ts +10 -0
  72. package/es/schema-component/antd/linkageFilter/context.d.ts +25 -0
  73. package/es/schema-component/antd/linkageFilter/index.d.ts +9 -0
  74. package/es/schema-component/antd/linkageFilter/useOperators.d.ts +13 -0
  75. package/es/schema-component/antd/linkageFilter/useValues.d.ts +25 -0
  76. package/es/schema-component/antd/list/index.d.ts +1 -0
  77. package/es/schema-component/antd/markdown/Markdown.Void.d.ts +5 -1
  78. package/es/schema-component/antd/page/AllDataBlocksProvider.d.ts +17 -0
  79. package/es/schema-component/antd/page/PopupSettingsProvider.d.ts +2 -1
  80. package/es/schema-component/antd/page/index.d.ts +1 -0
  81. package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
  82. package/es/schema-component/antd/time-picker/TimePicker.d.ts +1 -1
  83. package/es/schema-component/antd/variable/Input.d.ts +2 -0
  84. package/es/schema-component/antd/variable/TextArea.d.ts +14 -1
  85. package/es/schema-component/antd/variable/Variable.d.ts +1 -1
  86. package/es/schema-component/common/date-filter-dynamic-component/DateFilterDynamicComponent.d.ts +10 -0
  87. package/es/schema-component/common/index.d.ts +1 -0
  88. package/es/schema-component/common/utils/uitls.d.ts +2 -5
  89. package/es/schema-component/core/DesignableSwitch.d.ts +4 -2
  90. package/es/schema-component/core/SchemaComponent.d.ts +1 -0
  91. package/es/schema-initializer/components/CreateRecordAction.d.ts +1 -1
  92. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
  93. package/es/schema-initializer/hooks/useTemplateBlockNotifier.d.ts +14 -0
  94. package/es/schema-initializer/index.d.ts +1 -1
  95. package/es/schema-initializer/utils.d.ts +2 -22
  96. package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +1 -1
  97. package/es/schema-settings/LinkageRules/bindLinkageRulesToFiled.d.ts +10 -1
  98. package/es/schema-settings/LinkageRules/components/BlockLinkageRuleAction.d.ts +10 -0
  99. package/es/schema-settings/LinkageRules/type.d.ts +3 -1
  100. package/es/schema-settings/SchemaSettings.d.ts +4 -0
  101. package/es/schema-settings/VariableInput/VariableInput.d.ts +4 -0
  102. package/es/schema-settings/VariableInput/hooks/index.d.ts +2 -0
  103. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +3 -1
  104. package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +2 -2
  105. package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +142 -3
  106. package/es/schema-settings/VariableInput/hooks/useExactDateVariable.d.ts +118 -0
  107. package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +1 -1
  108. package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +44 -2
  109. package/es/schema-settings/index.d.ts +2 -0
  110. package/es/user/CurrentUserSettingsMenuProvider.d.ts +1 -1
  111. package/lib/index.js +588 -509
  112. package/lib/locale/de-DE.js +9 -2
  113. package/lib/locale/en-US.js +12 -2
  114. package/lib/locale/es-ES.js +12 -2
  115. package/lib/locale/fr-FR.js +12 -2
  116. package/lib/locale/it-IT.js +9 -2
  117. package/lib/locale/ja-JP.js +12 -2
  118. package/lib/locale/ko-KR.js +12 -2
  119. package/lib/locale/nl-NL.js +182 -7
  120. package/lib/locale/pt-BR.js +12 -2
  121. package/lib/locale/ru-RU.js +12 -2
  122. package/lib/locale/tr-TR.js +12 -2
  123. package/lib/locale/uk-UA.js +12 -2
  124. package/lib/locale/zh-CN.js +50 -6
  125. package/lib/locale/zh-TW.js +12 -2
  126. package/package.json +9 -10
  127. /package/es/schema-settings/LinkageRules/{FieldStyleLinkageRuleAction.d.ts → components/FieldStyleLinkageRuleAction.d.ts} +0 -0
@@ -102,6 +102,7 @@ module.exports = {
102
102
  "Chart type": "Grafik t\xFCr\xFC",
103
103
  "Chart config": "Grafik yap\u0131land\u0131rmas\u0131",
104
104
  Templates: "\u015Eablonlar",
105
+ Template: "\u015Eablon",
105
106
  "Select template": "\u015Eablon se\xE7",
106
107
  "Action logs": "Eylem g\xFCnl\xFCkleri",
107
108
  "Create template": "\u015Eablon olu\u015Ftur",
@@ -335,7 +336,8 @@ module.exports = {
335
336
  "Turn pages": "Sayfalar\u0131 \xE7evir",
336
337
  Others: "Di\u011Ferleri",
337
338
  "Other records": "Di\u011Fer kay\u0131tlar",
338
- "Save as template": "\u015Eablon olarak kaydet",
339
+ "Save as reference template": "Referans \u015Fablonu olarak kaydet",
340
+ "Save as inherited template": "Kal\u0131t\u0131m \u015Fablonu olarak kaydet",
339
341
  "Save as block template": "Blok \u015Fablonu olarak kaydet",
340
342
  "Block templates": "Blok \u015Fablonlar\u0131",
341
343
  "Block template": "Blok \u015Fablonu",
@@ -410,6 +412,7 @@ module.exports = {
410
412
  "Blank block": "Bo\u015F blok",
411
413
  "Duplicate template": "\u015Eablonun kopyas\u0131n\u0131 olu\u015Ftur",
412
414
  "Reference template": "Referans \u015Fablon",
415
+ "Inherited template": "Kal\u0131t\u0131m \u015Fablonu",
413
416
  "Create calendar block": "Takvim blo\u011Fu olu\u015Ftur",
414
417
  "Create kanban block": "Kanban blo\u011Fu olu\u015Ftur",
415
418
  "Grouping field": "Alan grupland\u0131rma",
@@ -605,5 +608,12 @@ module.exports = {
605
608
  "If selected, the page will display Tab pages.": "Se\xE7ildi\u011Finde, sayfa Tab sayfalar\u0131n\u0131 g\xF6r\xFCnt\xFCleyecektir.",
606
609
  "If selected, the route will be displayed in the menu.": "Se\xE7ildi\u011Finde, yol men\xFCde g\xF6r\xFCnt\xFClenecektir.",
607
610
  "Are you sure you want to hide this tab?": "Bu sekmeyi gizlemek istedi\u011Finizden emin misiniz?",
608
- "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.": "Gizlendikten sonra, bu sekme art\u0131k sekme \xE7ubu\u011Funda g\xF6r\xFCnmeyecek. Onu tekrar g\xF6stermek i\xE7in, rotay\u0131 y\xF6netim sayfas\u0131na gidip ayarlaman\u0131z gerekiyor."
611
+ "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.": "Gizlendikten sonra, bu sekme art\u0131k sekme \xE7ubu\u011Funda g\xF6r\xFCnmeyecek. Onu tekrar g\xF6stermek i\xE7in, rotay\u0131 y\xF6netim sayfas\u0131na gidip ayarlaman\u0131z gerekiyor.",
612
+ Deprecated: "Kullan\u0131mdan kald\u0131r\u0131ld\u0131",
613
+ "Full permissions": "T\xFCm izinler",
614
+ "No pages yet, please configure first": "Hen\xFCz sayfa yok, l\xFCtfen \xF6nce yap\u0131land\u0131r\u0131n",
615
+ 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Kullan\u0131c\u0131 aray\xFCz\xFC d\xFCzenleyici moduna girmek i\xE7in sa\u011F \xFCst k\xF6\u015Fedeki "Kullan\u0131c\u0131 Aray\xFCz\xFC D\xFCzenleyici" simgesine t\u0131klay\u0131n',
616
+ "Refresh data blocks": "Yenile veri bloklar\u0131",
617
+ "Select data blocks to refresh": "Veri bloklar\u0131n\u0131 yenilemek i\xE7in se\xE7in",
618
+ "After successful submission, the selected data blocks will be automatically refreshed.": "Ba\u015Far\u0131l\u0131 bir \u015Fekilde g\xF6nderildikten sonra, se\xE7ilen veri bloklar\u0131 otomatik olarak yenilenecektir."
609
619
  };
@@ -159,6 +159,7 @@ module.exports = {
159
159
  "Chart type": "\u0422\u0438\u043F \u0434\u0456\u0430\u0433\u0440\u0430\u043C\u0438",
160
160
  "Chart config": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u0456\u0430\u0433\u0440\u0430\u043C\u0438",
161
161
  Templates: "\u0428\u0430\u0431\u043B\u043E\u043D\u0438",
162
+ Template: "\u0428\u0430\u0431\u043B\u043E\u043D",
162
163
  "Select template": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D",
163
164
  "Action logs": "\u0416\u0443\u0440\u043D\u0430\u043B \u0434\u0456\u0439",
164
165
  "Create template": "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D",
@@ -486,7 +487,8 @@ module.exports = {
486
487
  "Turn pages": "\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",
487
488
  Others: "\u0406\u043D\u0448\u0456",
488
489
  "Other records": "\u0406\u043D\u0448\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
489
- "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",
490
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",
491
493
  "Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0431\u043B\u043E\u043A\u0456\u0432",
492
494
  "Block template": "\u0428\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
@@ -576,6 +578,7 @@ module.exports = {
576
578
  "Blank block": "\u041F\u043E\u0440\u043E\u0436\u043D\u0456\u0439 \u0431\u043B\u043E\u043A",
577
579
  "Duplicate template": "\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D",
578
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",
579
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",
580
583
  "Create kanban block": "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0431\u043B\u043E\u043A \u043A\u0430\u043D\u0431\u0430\u043D\u0443",
581
584
  "Grouping field": "\u041F\u043E\u043B\u0435 \u0434\u043B\u044F \u0433\u0440\u0443\u043F\u0443\u0432\u0430\u043D\u043D\u044F",
@@ -821,5 +824,12 @@ module.exports = {
821
824
  "If selected, the page will display Tab pages.": "\u042F\u043A\u0449\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E, \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 \u0437 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u043C\u0438.",
822
825
  "If selected, the route will be displayed in the menu.": "\u042F\u043A\u0449\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E, \u043C\u0430\u0440\u0448\u0440\u0443\u0442 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439 \u0432 \u043C\u0435\u043D\u044E.",
823
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?",
824
- "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."
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.",
828
+ Deprecated: "\u0417\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u043E",
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."
825
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",
@@ -183,6 +185,7 @@ module.exports = {
183
185
  "Chart type": "\u56FE\u8868\u7C7B\u578B",
184
186
  "Chart config": "\u56FE\u8868\u914D\u7F6E",
185
187
  Templates: "\u6A21\u677F",
188
+ Template: "\u6A21\u677F",
186
189
  "Select template": "\u9009\u62E9\u6A21\u677F",
187
190
  "Action logs": "\u64CD\u4F5C\u65E5\u5FD7",
188
191
  "Create template": "\u521B\u5EFA\u6A21\u677F",
@@ -258,6 +261,7 @@ module.exports = {
258
261
  "Parent collection fields": "\u7236\u8868\u5B57\u6BB5",
259
262
  Basic: "\u57FA\u672C\u7C7B\u578B",
260
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",
261
265
  "Long text": "\u591A\u884C\u6587\u672C",
262
266
  Phone: "\u624B\u673A\u53F7\u7801",
263
267
  Email: "\u7535\u5B50\u90AE\u7BB1",
@@ -523,7 +527,8 @@ module.exports = {
523
527
  "Turn pages": "\u7FFB\u9875",
524
528
  Others: "\u5176\u4ED6",
525
529
  "Other records": "\u5176\u4ED6\u8BB0\u5F55",
526
- "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",
527
532
  "Save as block template": "\u4FDD\u5B58\u4E3A\u533A\u5757\u6A21\u677F",
528
533
  "Block templates": "\u533A\u5757\u6A21\u677F",
529
534
  "Block template": "\u533A\u5757\u6A21\u677F",
@@ -607,6 +612,7 @@ module.exports = {
607
612
  "Blank block": "\u7A7A\u533A\u5757",
608
613
  "Duplicate template": "\u590D\u5236\u6A21\u677F",
609
614
  "Reference template": "\u5F15\u7528\u6A21\u677F",
615
+ "Inherited template": "\u7EE7\u627F\u6A21\u677F",
610
616
  "Create calendar block": "\u521B\u5EFA\u65E5\u5386\u533A\u5757",
611
617
  "Create kanban block": "\u521B\u5EFA\u770B\u677F\u533A\u5757",
612
618
  "Grouping field": "\u5206\u7EC4\u5B57\u6BB5",
@@ -817,7 +823,8 @@ module.exports = {
817
823
  "File size should not exceed {{size}}.": "\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7 {{size}}",
818
824
  "File size exceeds the limit": "\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236",
819
825
  "File type is not allowed": "\u6587\u4EF6\u7C7B\u578B\u4E0D\u5141\u8BB8",
820
- "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",
821
828
  "Default title for each record": "\u7528\u4F5C\u6570\u636E\u7684\u9ED8\u8BA4\u6807\u9898",
822
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",
823
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",
@@ -985,8 +992,8 @@ module.exports = {
985
992
  Search: "\u641C\u7D22",
986
993
  "Clear default value": "\u6E05\u9664\u9ED8\u8BA4\u503C",
987
994
  "Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00",
988
- "is none of": "\u4E0D\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
989
- "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",
990
997
  "Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
991
998
  "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
992
999
  "Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
@@ -1082,13 +1089,50 @@ module.exports = {
1082
1089
  "If selected, the route will be displayed in the menu.": "\u5982\u679C\u9009\u4E2D\uFF0C\u8BE5\u8DEF\u7531\u5C06\u663E\u793A\u5728\u83DC\u5355\u4E2D\u3002",
1083
1090
  "Are you sure you want to hide this tab?": "\u4F60\u786E\u5B9A\u8981\u9690\u85CF\u8BE5\u6807\u7B7E\u9875\u5417\uFF1F",
1084
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",
1085
- "Date scope": "\u65E5\u671F\u8303\u56F4",
1092
+ Deprecated: "\u5DF2\u5F03\u7528",
1093
+ "Full permissions": "\u5168\u90E8\u6743\u9650",
1086
1094
  "Enable index column": "\u542F\u7528\u5E8F\u53F7\u5217",
1095
+ "Date scope": "\u65E5\u671F\u8303\u56F4",
1087
1096
  "Icon only": "\u4EC5\u663E\u793A\u56FE\u6807",
1088
1097
  "Valid range: 100-900": "\u6709\u6548\u8303\u56F4\uFF1A100-900",
1089
1098
  "Valid range: 10-40": "\u6709\u6548\u8303\u56F4\uFF1A10-40",
1090
1099
  "Font Size\uFF08px\uFF09": "\u5B57\u4F53\u5927\u5C0F\uFF08\u50CF\u7D20\uFF09",
1091
1100
  "Font Weight": "\u5B57\u4F53\u7C97\u7EC6",
1092
1101
  "Font Style": "\u5B57\u4F53\u6837\u5F0F",
1093
- 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"
1094
1138
  };
@@ -183,6 +183,7 @@ module.exports = {
183
183
  "Chart type": "\u5716\u8868\u578B\u5225",
184
184
  "Chart config": "\u5716\u8868\u8A2D\u5B9A",
185
185
  Templates: "\u6A21\u677F",
186
+ Template: "\u6A21\u677F",
186
187
  "Select template": "\u9078\u64C7\u6A21\u677F",
187
188
  "Action logs": "\u52D5\u4F5C\u65E5\u8A8C",
188
189
  "Create template": "\u5EFA\u7ACB\u6A21\u677F",
@@ -517,7 +518,8 @@ module.exports = {
517
518
  "Turn pages": "\u7FFB\u9801",
518
519
  Others: "\u5176\u4ED6",
519
520
  "Other records": "\u5176\u4ED6\u8A18\u9304",
520
- "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",
521
523
  "Save as block template": "\u5132\u5B58\u70BA\u5340\u584A\u6A21\u677F",
522
524
  "Block templates": "\u5340\u584A\u6A21\u677F",
523
525
  "Block template": "\u5340\u584A\u6A21\u677F",
@@ -601,6 +603,7 @@ module.exports = {
601
603
  "Blank block": "\u7A7A\u5340\u584A",
602
604
  "Duplicate template": "\u8907\u88FD\u6A21\u677F",
603
605
  "Reference template": "\u5F15\u7528\u6A21\u677F",
606
+ "Inherited template": "\u7E7C\u627F\u6A21\u677F",
604
607
  "Create calendar block": "\u5EFA\u7ACB\u65E5\u66C6\u5340\u584A",
605
608
  "Create kanban block": "\u5EFA\u7ACB\u770B\u677F\u5340\u584A",
606
609
  "Grouping field": "\u7FA4\u7D44\u6B04\u4F4D",
@@ -912,5 +915,12 @@ module.exports = {
912
915
  "If selected, the page will display Tab pages.": "\u5982\u679C\u9078\u4E2D\uFF0C\u8A72\u9801\u9762\u5C07\u986F\u793A\u6A19\u7C64\u9801\u3002",
913
916
  "If selected, the route will be displayed in the menu.": "\u5982\u679C\u9078\u4E2D\uFF0C\u8A72\u8DEF\u7531\u5C07\u986F\u793A\u5728\u83DC\u55AE\u4E2D\u3002",
914
917
  "Are you sure you want to hide this tab?": "\u4F60\u78BA\u5B9A\u8981\u96B1\u85CF\u9019\u500B\u6A19\u7C64\u55CE\uFF1F",
915
- "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"
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",
919
+ Deprecated: "\u5DF2\u68C4\u7528",
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"
916
926
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.7.0-beta.8",
3
+ "version": "1.7.0",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -13,11 +13,10 @@
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
- "@formily/antd-v5": "1.1.9",
19
+ "@formily/antd-v5": "1.2.3",
21
20
  "@formily/core": "^2.2.27",
22
21
  "@formily/grid": "^2.2.27",
23
22
  "@formily/json-schema": "^2.2.27",
@@ -27,11 +26,11 @@
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.8",
31
- "@nocobase/sdk": "1.7.0-beta.8",
32
- "@nocobase/utils": "1.7.0-beta.8",
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
- "antd": "5.12.8",
33
+ "antd": "5.24.2",
35
34
  "antd-style": "3.7.1",
36
35
  "axios": "^1.7.0",
37
36
  "bignumber.js": "^9.1.2",
@@ -82,5 +81,5 @@
82
81
  "dumi": "2.2.14",
83
82
  "dumi-theme-nocobase": "^0.2.28"
84
83
  },
85
- "gitHead": "9ad35ee90db98d95dfa660645d155f4f4e81b47c"
84
+ "gitHead": "767ae089e404a104d718962272289c0bec01803a"
86
85
  }