@nocobase/client 0.7.0-alpha.82 → 0.7.1-alpha.4

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 (1018) hide show
  1. package/.umirc.ts +24 -0
  2. package/es/antd-config-provider/index.js +5 -4
  3. package/es/api-client/APIClient.d.ts +2 -0
  4. package/es/api-client/APIClient.js +42 -2
  5. package/es/application/Application.d.ts +23 -0
  6. package/es/application/Application.js +176 -0
  7. package/es/application/index.d.ts +1 -0
  8. package/es/application/index.js +1 -0
  9. package/es/block-provider/BlockProvider.js +27 -11
  10. package/es/block-provider/TableBlockProvider.d.ts +2 -1
  11. package/es/block-provider/TableBlockProvider.js +90 -23
  12. package/es/block-provider/TableFieldProvider.d.ts +1 -0
  13. package/es/block-provider/TableFieldProvider.js +5 -2
  14. package/es/block-provider/hooks/index.d.ts +3 -0
  15. package/es/block-provider/hooks/index.js +307 -166
  16. package/es/collection-manager/CollectionField.js +8 -1
  17. package/es/collection-manager/Configuration/AddFieldAction.js +53 -24
  18. package/es/collection-manager/Configuration/AddSubFieldAction.js +3 -2
  19. package/es/collection-manager/Configuration/ConfigurationTable.js +32 -6
  20. package/es/collection-manager/Configuration/EditFieldAction.js +44 -15
  21. package/es/collection-manager/Configuration/EditSubFieldAction.js +3 -2
  22. package/es/collection-manager/Configuration/components/FieldSummary.d.ts +2 -0
  23. package/es/collection-manager/Configuration/components/FieldSummary.js +32 -0
  24. package/es/collection-manager/Configuration/components/index.d.ts +7 -0
  25. package/es/collection-manager/Configuration/components/index.js +121 -0
  26. package/es/collection-manager/Configuration/interfaces.js +1 -0
  27. package/es/collection-manager/Configuration/schemas/collectionFields.js +4 -0
  28. package/es/collection-manager/Configuration/schemas/collections.js +17 -1
  29. package/es/collection-manager/hooks/useCollectionManager.d.ts +2 -1
  30. package/es/collection-manager/hooks/useCollectionManager.js +42 -19
  31. package/es/collection-manager/index.d.ts +1 -0
  32. package/es/collection-manager/index.js +1 -0
  33. package/es/collection-manager/interfaces/attachment.js +1 -1
  34. package/es/collection-manager/interfaces/chinaRegion.js +2 -2
  35. package/es/collection-manager/interfaces/components/index.d.ts +6 -0
  36. package/es/collection-manager/interfaces/components/index.js +30 -0
  37. package/es/collection-manager/interfaces/datetime.js +10 -1
  38. package/es/collection-manager/interfaces/formula.d.ts +2 -0
  39. package/es/collection-manager/interfaces/formula.js +74 -0
  40. package/es/collection-manager/interfaces/index.d.ts +5 -0
  41. package/es/collection-manager/interfaces/index.js +6 -1
  42. package/es/collection-manager/interfaces/linkTo.js +12 -11
  43. package/es/collection-manager/interfaces/m2m.d.ts +2 -0
  44. package/es/collection-manager/interfaces/m2m.js +251 -0
  45. package/es/collection-manager/interfaces/m2o.d.ts +2 -0
  46. package/es/collection-manager/interfaces/m2o.js +174 -0
  47. package/es/collection-manager/interfaces/o2m.d.ts +2 -0
  48. package/es/collection-manager/interfaces/o2m.js +238 -0
  49. package/es/collection-manager/interfaces/o2o.d.ts +4 -0
  50. package/es/collection-manager/interfaces/o2o.js +518 -0
  51. package/es/collection-manager/interfaces/percent.js +7 -7
  52. package/es/collection-manager/interfaces/phone.js +4 -1
  53. package/es/collection-manager/interfaces/properties/index.d.ts +1 -0
  54. package/es/collection-manager/interfaces/properties/index.js +31 -2
  55. package/es/i18n/i18n.js +6 -6
  56. package/es/index.d.ts +1 -2
  57. package/es/index.js +1 -2
  58. package/es/locale/en_US.d.ts +293 -29
  59. package/es/locale/en_US.js +297 -34
  60. package/es/locale/index.d.ts +7 -751
  61. package/es/locale/index.js +20 -3
  62. package/es/locale/zh_CN.d.ts +107 -5
  63. package/es/locale/zh_CN.js +110 -7
  64. package/es/schema-component/antd/action/Action.Designer.js +34 -15
  65. package/es/schema-component/antd/action/Action.Drawer.js +1 -1
  66. package/es/schema-component/antd/action/utils.d.ts +2 -0
  67. package/es/schema-component/antd/action/utils.js +60 -0
  68. package/es/schema-component/antd/calendar/Calendar.Designer.js +5 -3
  69. package/es/schema-component/antd/cascader/Cascader.js +1 -1
  70. package/es/schema-component/antd/date-picker/ReadPretty.js +15 -5
  71. package/es/schema-component/antd/date-picker/util.d.ts +13 -1
  72. package/es/schema-component/antd/date-picker/util.js +110 -3
  73. package/es/schema-component/antd/filter/FilterItem.js +7 -7
  74. package/es/schema-component/antd/form-item/FormItem.js +80 -1
  75. package/es/schema-component/antd/form-v2/Form.Designer.js +20 -9
  76. package/es/schema-component/antd/form-v2/Form.js +2 -2
  77. package/es/schema-component/antd/formula-input/Compute.d.ts +3 -0
  78. package/es/schema-component/antd/formula-input/Compute.js +55 -0
  79. package/es/schema-component/antd/formula-input/FormulaInput.d.ts +3 -0
  80. package/es/schema-component/antd/formula-input/FormulaInput.js +173 -0
  81. package/es/schema-component/antd/formula-input/index.d.ts +1 -0
  82. package/es/schema-component/antd/formula-input/index.js +7 -0
  83. package/es/schema-component/antd/g2plot/G2Plot.d.ts +8 -0
  84. package/es/schema-component/antd/g2plot/G2Plot.js +123 -0
  85. package/es/schema-component/antd/g2plot/G2PlotDesigner.d.ts +1 -0
  86. package/es/schema-component/antd/g2plot/G2PlotDesigner.js +127 -0
  87. package/es/schema-component/antd/g2plot/index.d.ts +1 -0
  88. package/es/schema-component/antd/g2plot/index.js +1 -0
  89. package/es/schema-component/antd/grid/Grid.js +3 -3
  90. package/es/schema-component/antd/index.d.ts +3 -1
  91. package/es/schema-component/antd/index.js +3 -1
  92. package/es/schema-component/antd/input/EllipsisWithTooltip.d.ts +8 -1
  93. package/es/schema-component/antd/input/EllipsisWithTooltip.js +9 -3
  94. package/es/schema-component/antd/input/ReadPretty.js +5 -3
  95. package/es/schema-component/antd/kanban/Kanban.Card.Designer.js +1 -1
  96. package/es/schema-component/antd/kanban/Kanban.Designer.js +5 -3
  97. package/es/schema-component/antd/markdown/Markdown.d.ts +1 -0
  98. package/es/schema-component/antd/markdown/Markdown.js +3 -1
  99. package/es/schema-component/antd/markdown/style.less +4 -0
  100. package/es/schema-component/antd/percent/Percent.d.ts +2 -0
  101. package/es/{action-logs/ActionLogBlockInitializer.js → schema-component/antd/percent/Percent.js} +20 -25
  102. package/es/schema-component/antd/percent/index.d.ts +1 -0
  103. package/es/schema-component/antd/percent/index.js +1 -0
  104. package/es/schema-component/antd/record-picker/InputRecordPicker.js +7 -5
  105. package/es/schema-component/antd/record-picker/ReadPrettyRecordPicker.js +43 -26
  106. package/es/schema-component/antd/table-v2/Table.Column.Designer.js +18 -4
  107. package/es/schema-component/antd/table-v2/Table.js +16 -2
  108. package/es/schema-component/antd/table-v2/TableBlockDesigner.js +7 -4
  109. package/es/schema-initializer/SchemaInitializer.js +22 -16
  110. package/es/schema-initializer/SchemaInitializerProvider.d.ts +1 -0
  111. package/es/schema-initializer/SchemaInitializerProvider.js +1 -0
  112. package/es/schema-initializer/buttons/BlockInitializers.d.ts +184 -2
  113. package/es/schema-initializer/buttons/BlockInitializers.js +108 -2
  114. package/es/schema-initializer/buttons/CreateFormBlockInitializers.js +1 -1
  115. package/es/schema-initializer/buttons/FormActionInitializers.d.ts +84 -0
  116. package/es/schema-initializer/buttons/FormActionInitializers.js +66 -0
  117. package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +28 -0
  118. package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +22 -0
  119. package/es/schema-initializer/buttons/RecordBlockInitializers.js +70 -5
  120. package/es/schema-initializer/buttons/RecordFormBlockInitializers.js +1 -1
  121. package/es/schema-initializer/buttons/TableActionColumnInitializers.js +21 -0
  122. package/es/schema-initializer/buttons/TableSelectorInitializers.js +1 -1
  123. package/es/schema-initializer/buttons/chart-config/area.d.ts +11 -0
  124. package/es/schema-initializer/buttons/chart-config/area.js +179 -0
  125. package/es/schema-initializer/buttons/chart-config/bar.d.ts +12 -0
  126. package/es/schema-initializer/buttons/chart-config/bar.js +24 -0
  127. package/es/schema-initializer/buttons/chart-config/column.d.ts +29 -0
  128. package/es/schema-initializer/buttons/chart-config/column.js +52 -0
  129. package/es/schema-initializer/buttons/chart-config/index.d.ts +5 -0
  130. package/es/schema-initializer/buttons/chart-config/index.js +5 -0
  131. package/es/schema-initializer/buttons/chart-config/line.d.ts +12 -0
  132. package/es/schema-initializer/buttons/chart-config/line.js +37 -0
  133. package/es/schema-initializer/buttons/chart-config/pie.d.ts +22 -0
  134. package/es/schema-initializer/buttons/chart-config/pie.js +37 -0
  135. package/es/schema-initializer/items/index.d.ts +5 -0
  136. package/es/schema-initializer/items/index.js +472 -46
  137. package/es/schema-initializer/utils.d.ts +6 -3
  138. package/es/schema-initializer/utils.js +23 -12
  139. package/es/schema-settings/SchemaSettings.js +114 -29
  140. package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +1 -1
  141. package/es/schema-templates/SchemaTemplateManagerProvider.js +1 -0
  142. package/es/system-settings/SystemSettingsShortcut.js +19 -8
  143. package/es/user/ChangePassword.js +1 -0
  144. package/es/user/CurrentUser.js +25 -5
  145. package/es/user/EditProfile.js +1 -0
  146. package/es/user/LanguageSettings.js +24 -8
  147. package/es/user/SigninPage.d.ts +3 -0
  148. package/es/user/SigninPage.js +2 -4
  149. package/es/user/SignupPage.d.ts +3 -0
  150. package/es/user/SignupPage.js +2 -4
  151. package/es/user/SwitchRole.js +1 -0
  152. package/es/workflow/ExecutionResourceProvider.js +1 -1
  153. package/es/workflow/WorkflowCanvas.js +16 -15
  154. package/es/workflow/calculators.js +12 -6
  155. package/es/workflow/components/Duration.d.ts +5 -0
  156. package/es/workflow/components/Duration.js +61 -0
  157. package/es/workflow/nodes/condition.js +1 -1
  158. package/es/workflow/nodes/create.d.ts +3 -0
  159. package/es/workflow/nodes/delay.d.ts +35 -0
  160. package/es/workflow/nodes/delay.js +37 -0
  161. package/es/workflow/nodes/destroy.d.ts +3 -0
  162. package/es/workflow/nodes/index.d.ts +1 -1
  163. package/es/workflow/nodes/index.js +11 -8
  164. package/es/workflow/nodes/query.d.ts +3 -0
  165. package/es/workflow/nodes/update.d.ts +3 -0
  166. package/es/workflow/schemas/collection.d.ts +3 -0
  167. package/es/workflow/schemas/collection.js +4 -1
  168. package/es/workflow/schemas/executions.d.ts +15 -0
  169. package/es/workflow/schemas/executions.js +26 -1
  170. package/es/workflow/schemas/workflows.js +2 -2
  171. package/es/workflow/triggers/collection.d.ts +5 -0
  172. package/es/workflow/triggers/collection.js +13 -3
  173. package/es/workflow/triggers/index.d.ts +2 -2
  174. package/es/workflow/triggers/index.js +23 -11
  175. package/es/workflow/triggers/schedule/DateFieldsSelect.d.ts +2 -0
  176. package/es/workflow/triggers/schedule/DateFieldsSelect.js +39 -0
  177. package/es/workflow/triggers/schedule/EndsByField.d.ts +5 -0
  178. package/es/workflow/triggers/schedule/EndsByField.js +57 -0
  179. package/es/workflow/triggers/schedule/OnField.d.ts +5 -0
  180. package/es/workflow/triggers/schedule/OnField.js +87 -0
  181. package/es/workflow/triggers/schedule/RepeatField.d.ts +5 -0
  182. package/es/workflow/triggers/schedule/RepeatField.js +131 -0
  183. package/es/workflow/triggers/schedule/ScheduleConfig.d.ts +1 -0
  184. package/es/workflow/triggers/schedule/ScheduleConfig.js +225 -0
  185. package/es/workflow/triggers/schedule/index.d.ts +25 -0
  186. package/es/workflow/triggers/schedule/index.js +77 -0
  187. package/es/workflow/triggers/schedule/locale/Cron.zh-CN.d.ts +34 -0
  188. package/es/workflow/triggers/schedule/locale/Cron.zh-CN.js +37 -0
  189. package/lib/antd-config-provider/index.js +6 -6
  190. package/lib/api-client/APIClient.d.ts +2 -0
  191. package/lib/api-client/APIClient.js +46 -2
  192. package/lib/application/Application.d.ts +23 -0
  193. package/lib/application/Application.js +207 -0
  194. package/lib/application/index.d.ts +1 -0
  195. package/lib/application/index.js +13 -0
  196. package/lib/block-provider/BlockProvider.js +26 -10
  197. package/lib/block-provider/TableBlockProvider.d.ts +2 -1
  198. package/lib/block-provider/TableBlockProvider.js +94 -20
  199. package/lib/block-provider/TableFieldProvider.d.ts +1 -0
  200. package/lib/block-provider/TableFieldProvider.js +7 -3
  201. package/lib/block-provider/hooks/index.d.ts +3 -0
  202. package/lib/block-provider/hooks/index.js +316 -167
  203. package/lib/collection-manager/CollectionField.js +8 -1
  204. package/lib/collection-manager/Configuration/AddFieldAction.js +54 -24
  205. package/lib/collection-manager/Configuration/AddSubFieldAction.js +4 -2
  206. package/lib/collection-manager/Configuration/ConfigurationTable.js +34 -6
  207. package/lib/collection-manager/Configuration/EditFieldAction.js +44 -14
  208. package/lib/collection-manager/Configuration/EditSubFieldAction.js +4 -2
  209. package/lib/collection-manager/Configuration/components/FieldSummary.d.ts +2 -0
  210. package/lib/collection-manager/Configuration/components/FieldSummary.js +49 -0
  211. package/lib/collection-manager/Configuration/components/index.d.ts +7 -0
  212. package/lib/collection-manager/Configuration/components/index.js +142 -0
  213. package/lib/collection-manager/Configuration/interfaces.js +1 -0
  214. package/lib/collection-manager/Configuration/schemas/collectionFields.js +4 -0
  215. package/lib/collection-manager/Configuration/schemas/collections.js +18 -1
  216. package/lib/collection-manager/hooks/useCollectionManager.d.ts +2 -1
  217. package/lib/collection-manager/hooks/useCollectionManager.js +43 -20
  218. package/lib/collection-manager/index.d.ts +1 -0
  219. package/lib/collection-manager/index.js +28 -0
  220. package/lib/collection-manager/interfaces/attachment.js +1 -1
  221. package/lib/collection-manager/interfaces/chinaRegion.js +2 -2
  222. package/lib/collection-manager/interfaces/components/index.d.ts +6 -0
  223. package/lib/collection-manager/interfaces/components/index.js +58 -0
  224. package/lib/collection-manager/interfaces/datetime.js +10 -1
  225. package/lib/collection-manager/interfaces/formula.d.ts +2 -0
  226. package/lib/collection-manager/interfaces/formula.js +83 -0
  227. package/lib/collection-manager/interfaces/index.d.ts +5 -0
  228. package/lib/collection-manager/interfaces/index.js +65 -0
  229. package/lib/collection-manager/interfaces/linkTo.js +12 -11
  230. package/lib/collection-manager/interfaces/m2m.d.ts +2 -0
  231. package/lib/collection-manager/interfaces/m2m.js +262 -0
  232. package/lib/collection-manager/interfaces/m2o.d.ts +2 -0
  233. package/lib/collection-manager/interfaces/m2o.js +184 -0
  234. package/lib/collection-manager/interfaces/o2m.d.ts +2 -0
  235. package/lib/collection-manager/interfaces/o2m.js +247 -0
  236. package/lib/collection-manager/interfaces/o2o.d.ts +4 -0
  237. package/lib/collection-manager/interfaces/o2o.js +530 -0
  238. package/lib/collection-manager/interfaces/percent.js +7 -7
  239. package/lib/collection-manager/interfaces/phone.js +4 -1
  240. package/lib/collection-manager/interfaces/properties/index.d.ts +1 -0
  241. package/lib/collection-manager/interfaces/properties/index.js +34 -3
  242. package/lib/i18n/i18n.js +7 -7
  243. package/lib/index.d.ts +1 -2
  244. package/lib/index.js +2 -26
  245. package/lib/locale/en_US.d.ts +293 -29
  246. package/lib/locale/en_US.js +297 -34
  247. package/lib/locale/index.d.ts +7 -751
  248. package/lib/locale/index.js +26 -7
  249. package/lib/locale/zh_CN.d.ts +107 -5
  250. package/lib/locale/zh_CN.js +110 -7
  251. package/lib/schema-component/antd/action/Action.Designer.js +35 -16
  252. package/lib/schema-component/antd/action/Action.Drawer.js +1 -1
  253. package/lib/schema-component/antd/action/utils.d.ts +2 -0
  254. package/lib/schema-component/antd/action/utils.js +67 -0
  255. package/lib/schema-component/antd/calendar/Calendar.Designer.js +5 -3
  256. package/lib/schema-component/antd/cascader/Cascader.js +1 -1
  257. package/lib/schema-component/antd/date-picker/ReadPretty.js +13 -3
  258. package/lib/schema-component/antd/date-picker/util.d.ts +13 -1
  259. package/lib/schema-component/antd/date-picker/util.js +118 -4
  260. package/lib/schema-component/antd/filter/FilterItem.js +8 -7
  261. package/lib/schema-component/antd/form-item/FormItem.js +81 -1
  262. package/lib/schema-component/antd/form-v2/Form.Designer.js +20 -9
  263. package/lib/schema-component/antd/form-v2/Form.js +3 -3
  264. package/lib/schema-component/antd/formula-input/Compute.d.ts +3 -0
  265. package/lib/schema-component/antd/formula-input/Compute.js +79 -0
  266. package/lib/schema-component/antd/formula-input/FormulaInput.d.ts +3 -0
  267. package/lib/schema-component/antd/formula-input/FormulaInput.js +197 -0
  268. package/lib/schema-component/antd/formula-input/index.d.ts +1 -0
  269. package/lib/schema-component/antd/formula-input/index.js +18 -0
  270. package/lib/schema-component/antd/g2plot/G2Plot.d.ts +8 -0
  271. package/lib/schema-component/antd/g2plot/G2Plot.js +148 -0
  272. package/lib/schema-component/antd/g2plot/G2PlotDesigner.d.ts +1 -0
  273. package/lib/schema-component/antd/g2plot/G2PlotDesigner.js +145 -0
  274. package/lib/schema-component/antd/g2plot/index.d.ts +1 -0
  275. package/lib/schema-component/antd/{chart → g2plot}/index.js +4 -4
  276. package/lib/schema-component/antd/grid/Grid.js +3 -3
  277. package/lib/schema-component/antd/index.d.ts +3 -1
  278. package/lib/schema-component/antd/index.js +39 -13
  279. package/lib/schema-component/antd/input/EllipsisWithTooltip.d.ts +8 -1
  280. package/lib/schema-component/antd/input/EllipsisWithTooltip.js +8 -4
  281. package/lib/schema-component/antd/input/ReadPretty.js +5 -5
  282. package/lib/schema-component/antd/kanban/Kanban.Card.Designer.js +1 -1
  283. package/lib/schema-component/antd/kanban/Kanban.Designer.js +5 -3
  284. package/lib/schema-component/antd/markdown/Markdown.d.ts +1 -0
  285. package/lib/schema-component/antd/markdown/Markdown.js +4 -1
  286. package/lib/schema-component/antd/markdown/style.less +4 -0
  287. package/lib/schema-component/antd/percent/Percent.d.ts +2 -0
  288. package/lib/{action-logs/ActionLogProvider.js → schema-component/antd/percent/Percent.js} +29 -22
  289. package/lib/schema-component/antd/percent/index.d.ts +1 -0
  290. package/lib/{slate → schema-component/antd/percent}/index.js +4 -4
  291. package/lib/schema-component/antd/record-picker/InputRecordPicker.js +7 -5
  292. package/lib/schema-component/antd/record-picker/ReadPrettyRecordPicker.js +42 -25
  293. package/lib/schema-component/antd/table-v2/Table.Column.Designer.js +18 -4
  294. package/lib/schema-component/antd/table-v2/Table.js +16 -2
  295. package/lib/schema-component/antd/table-v2/TableBlockDesigner.js +7 -4
  296. package/lib/schema-initializer/SchemaInitializer.js +22 -16
  297. package/lib/schema-initializer/SchemaInitializerProvider.d.ts +1 -0
  298. package/lib/schema-initializer/SchemaInitializerProvider.js +3 -1
  299. package/lib/schema-initializer/buttons/BlockInitializers.d.ts +184 -2
  300. package/lib/schema-initializer/buttons/BlockInitializers.js +114 -1
  301. package/lib/schema-initializer/buttons/CreateFormBlockInitializers.js +1 -1
  302. package/lib/schema-initializer/buttons/FormActionInitializers.d.ts +84 -0
  303. package/lib/schema-initializer/buttons/FormActionInitializers.js +66 -0
  304. package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +28 -0
  305. package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +22 -0
  306. package/lib/schema-initializer/buttons/RecordBlockInitializers.js +70 -5
  307. package/lib/schema-initializer/buttons/RecordFormBlockInitializers.js +1 -1
  308. package/lib/schema-initializer/buttons/TableActionColumnInitializers.js +21 -0
  309. package/lib/schema-initializer/buttons/TableSelectorInitializers.js +1 -1
  310. package/lib/schema-initializer/buttons/chart-config/area.d.ts +11 -0
  311. package/lib/schema-initializer/buttons/chart-config/area.js +186 -0
  312. package/lib/schema-initializer/buttons/chart-config/bar.d.ts +12 -0
  313. package/lib/schema-initializer/buttons/chart-config/bar.js +31 -0
  314. package/lib/schema-initializer/buttons/chart-config/column.d.ts +29 -0
  315. package/lib/schema-initializer/buttons/chart-config/column.js +59 -0
  316. package/lib/schema-initializer/buttons/chart-config/index.d.ts +5 -0
  317. package/lib/schema-initializer/buttons/chart-config/index.js +70 -0
  318. package/lib/schema-initializer/buttons/chart-config/line.d.ts +12 -0
  319. package/lib/schema-initializer/buttons/chart-config/line.js +44 -0
  320. package/lib/schema-initializer/buttons/chart-config/pie.d.ts +22 -0
  321. package/lib/schema-initializer/buttons/chart-config/pie.js +44 -0
  322. package/lib/schema-initializer/items/index.d.ts +5 -0
  323. package/lib/schema-initializer/items/index.js +488 -47
  324. package/lib/schema-initializer/utils.d.ts +6 -3
  325. package/lib/schema-initializer/utils.js +23 -12
  326. package/lib/schema-settings/SchemaSettings.js +113 -27
  327. package/lib/schema-templates/SchemaTemplateManagerProvider.d.ts +1 -1
  328. package/lib/schema-templates/SchemaTemplateManagerProvider.js +1 -0
  329. package/lib/system-settings/SystemSettingsShortcut.js +23 -8
  330. package/lib/user/ChangePassword.js +1 -0
  331. package/lib/user/CurrentUser.js +25 -5
  332. package/lib/user/EditProfile.js +1 -0
  333. package/lib/user/LanguageSettings.js +26 -7
  334. package/lib/user/SigninPage.d.ts +3 -0
  335. package/lib/user/SigninPage.js +4 -2
  336. package/lib/user/SignupPage.d.ts +3 -0
  337. package/lib/user/SignupPage.js +4 -2
  338. package/lib/user/SwitchRole.js +1 -0
  339. package/lib/workflow/ExecutionResourceProvider.js +1 -1
  340. package/lib/workflow/WorkflowCanvas.js +17 -14
  341. package/lib/workflow/calculators.js +12 -6
  342. package/lib/workflow/components/Duration.d.ts +5 -0
  343. package/lib/workflow/components/Duration.js +74 -0
  344. package/lib/workflow/nodes/condition.js +1 -1
  345. package/lib/workflow/nodes/create.d.ts +3 -0
  346. package/lib/workflow/nodes/delay.d.ts +35 -0
  347. package/lib/workflow/nodes/delay.js +48 -0
  348. package/lib/workflow/nodes/destroy.d.ts +3 -0
  349. package/lib/workflow/nodes/index.d.ts +1 -1
  350. package/lib/workflow/nodes/index.js +15 -11
  351. package/lib/workflow/nodes/query.d.ts +3 -0
  352. package/lib/workflow/nodes/update.d.ts +3 -0
  353. package/lib/workflow/schemas/collection.d.ts +3 -0
  354. package/lib/workflow/schemas/collection.js +4 -1
  355. package/lib/workflow/schemas/executions.d.ts +15 -0
  356. package/lib/workflow/schemas/executions.js +26 -1
  357. package/lib/workflow/schemas/workflows.js +2 -2
  358. package/lib/workflow/triggers/collection.d.ts +5 -0
  359. package/lib/workflow/triggers/collection.js +14 -3
  360. package/lib/workflow/triggers/index.d.ts +2 -2
  361. package/lib/workflow/triggers/index.js +32 -18
  362. package/lib/workflow/triggers/schedule/DateFieldsSelect.d.ts +2 -0
  363. package/lib/{action-logs/ActionLogBlockInitializer.js → workflow/triggers/schedule/DateFieldsSelect.js} +31 -25
  364. package/lib/workflow/triggers/schedule/EndsByField.d.ts +5 -0
  365. package/lib/workflow/triggers/schedule/EndsByField.js +73 -0
  366. package/lib/workflow/triggers/schedule/OnField.d.ts +5 -0
  367. package/lib/workflow/triggers/schedule/OnField.js +105 -0
  368. package/lib/workflow/triggers/schedule/RepeatField.d.ts +5 -0
  369. package/lib/workflow/triggers/schedule/RepeatField.js +146 -0
  370. package/lib/workflow/triggers/schedule/ScheduleConfig.d.ts +1 -0
  371. package/lib/workflow/triggers/schedule/ScheduleConfig.js +250 -0
  372. package/lib/workflow/triggers/schedule/index.d.ts +25 -0
  373. package/lib/workflow/triggers/schedule/index.js +94 -0
  374. package/lib/workflow/triggers/schedule/locale/Cron.zh-CN.d.ts +34 -0
  375. package/lib/workflow/triggers/schedule/locale/Cron.zh-CN.js +44 -0
  376. package/package.json +8 -7
  377. package/es/action-logs/ActionLog.Designer.d.ts +0 -1
  378. package/es/action-logs/ActionLog.Designer.js +0 -104
  379. package/es/action-logs/ActionLog.d.ts +0 -7
  380. package/es/action-logs/ActionLog.js +0 -63
  381. package/es/action-logs/ActionLogBlockInitializer.d.ts +0 -1
  382. package/es/action-logs/ActionLogProvider.d.ts +0 -1
  383. package/es/action-logs/ActionLogProvider.js +0 -24
  384. package/es/action-logs/index.d.ts +0 -3
  385. package/es/action-logs/index.js +0 -3
  386. package/es/action-logs/utils.d.ts +0 -363
  387. package/es/action-logs/utils.js +0 -313
  388. package/es/schema-component/antd/chart/Chart.d.ts +0 -1
  389. package/es/schema-component/antd/chart/Chart.js +0 -4
  390. package/es/schema-component/antd/chart/index.d.ts +0 -1
  391. package/es/schema-component/antd/chart/index.js +0 -1
  392. package/es/slate/RichText.d.ts +0 -1
  393. package/es/slate/RichText.js +0 -305
  394. package/es/slate/Slate.d.ts +0 -6
  395. package/es/slate/Slate.js +0 -40
  396. package/es/slate/components.d.ts +0 -20
  397. package/es/slate/components.js +0 -95
  398. package/es/slate/index.d.ts +0 -1
  399. package/es/slate/index.js +0 -1
  400. package/es/slate/index.less +0 -51
  401. package/es/slate/materialicons.woff2 +0 -0
  402. package/lib/action-logs/ActionLog.Designer.d.ts +0 -1
  403. package/lib/action-logs/ActionLog.Designer.js +0 -122
  404. package/lib/action-logs/ActionLog.d.ts +0 -7
  405. package/lib/action-logs/ActionLog.js +0 -80
  406. package/lib/action-logs/ActionLogBlockInitializer.d.ts +0 -1
  407. package/lib/action-logs/ActionLogProvider.d.ts +0 -1
  408. package/lib/action-logs/index.d.ts +0 -3
  409. package/lib/action-logs/index.js +0 -44
  410. package/lib/action-logs/utils.d.ts +0 -363
  411. package/lib/action-logs/utils.js +0 -323
  412. package/lib/schema-component/antd/chart/Chart.d.ts +0 -1
  413. package/lib/schema-component/antd/chart/Chart.js +0 -16
  414. package/lib/schema-component/antd/chart/index.d.ts +0 -1
  415. package/lib/slate/RichText.d.ts +0 -1
  416. package/lib/slate/RichText.js +0 -340
  417. package/lib/slate/Slate.d.ts +0 -6
  418. package/lib/slate/Slate.js +0 -56
  419. package/lib/slate/components.d.ts +0 -20
  420. package/lib/slate/components.js +0 -127
  421. package/lib/slate/index.d.ts +0 -1
  422. package/lib/slate/index.less +0 -51
  423. package/lib/slate/materialicons.woff2 +0 -0
  424. package/src/acl/ACLProvider.tsx +0 -167
  425. package/src/acl/ACLShortcut.tsx +0 -42
  426. package/src/acl/Configuration/MenuConfigure.tsx +0 -110
  427. package/src/acl/Configuration/RoleConfigure.tsx +0 -68
  428. package/src/acl/Configuration/RoleTable.tsx +0 -70
  429. package/src/acl/Configuration/RolesResourcesActions.tsx +0 -214
  430. package/src/acl/Configuration/ScopeSelect.tsx +0 -44
  431. package/src/acl/Configuration/StrategyActions.tsx +0 -117
  432. package/src/acl/Configuration/index.tsx +0 -6
  433. package/src/acl/Configuration/schemas/roleCollections.ts +0 -211
  434. package/src/acl/Configuration/schemas/roles.ts +0 -357
  435. package/src/acl/Configuration/schemas/scopes.ts +0 -358
  436. package/src/acl/Configuration/schemas/useRoleResourceValues.ts +0 -31
  437. package/src/acl/Configuration/schemas/useSaveRoleResourceAction.ts +0 -23
  438. package/src/acl/index.md +0 -12
  439. package/src/acl/index.tsx +0 -3
  440. package/src/action-logs/ActionLog.Designer.tsx +0 -86
  441. package/src/action-logs/ActionLog.tsx +0 -58
  442. package/src/action-logs/ActionLogBlockInitializer.tsx +0 -25
  443. package/src/action-logs/ActionLogProvider.tsx +0 -20
  444. package/src/action-logs/demos/demo1.tsx +0 -88
  445. package/src/action-logs/demos/mockData.ts +0 -285
  446. package/src/action-logs/index.md +0 -12
  447. package/src/action-logs/index.ts +0 -3
  448. package/src/action-logs/utils.ts +0 -303
  449. package/src/antd-config-provider/demos/demo1.tsx +0 -25
  450. package/src/antd-config-provider/index.md +0 -12
  451. package/src/antd-config-provider/index.tsx +0 -35
  452. package/src/api-client/APIClient.ts +0 -6
  453. package/src/api-client/APIClientProvider.tsx +0 -12
  454. package/src/api-client/__tests__/APIClient.test.tsx +0 -26
  455. package/src/api-client/context.ts +0 -4
  456. package/src/api-client/demos/demo1.tsx +0 -24
  457. package/src/api-client/demos/demo2.tsx +0 -23
  458. package/src/api-client/demos/demo3.tsx +0 -67
  459. package/src/api-client/hooks/assign.ts +0 -118
  460. package/src/api-client/hooks/index.ts +0 -4
  461. package/src/api-client/hooks/useAPIClient.ts +0 -6
  462. package/src/api-client/hooks/useRequest.ts +0 -63
  463. package/src/api-client/hooks/useResource.ts +0 -7
  464. package/src/api-client/index.md +0 -174
  465. package/src/api-client/index.tsx +0 -3
  466. package/src/application/__tests__/__snapshots__/compose.test.tsx.snap +0 -77
  467. package/src/application/__tests__/compose.test.tsx +0 -95
  468. package/src/application/compose.tsx +0 -18
  469. package/src/application/demos/demo1/Hello.tsx +0 -20
  470. package/src/application/demos/demo1/RouteSchemaComponent.tsx +0 -7
  471. package/src/application/demos/demo1/index.tsx +0 -23
  472. package/src/application/demos/demo1/routes.ts +0 -29
  473. package/src/application/demos/demo2/apiClient.ts +0 -10
  474. package/src/application/demos/demo2/index.tsx +0 -65
  475. package/src/application/demos/demo2/mock.ts +0 -198
  476. package/src/application/index.md +0 -14
  477. package/src/application/index.tsx +0 -1
  478. package/src/async-data-provider/demos/demo1.tsx +0 -22
  479. package/src/async-data-provider/demos/demo2.tsx +0 -50
  480. package/src/async-data-provider/demos/demo3.tsx +0 -85
  481. package/src/async-data-provider/index.md +0 -155
  482. package/src/async-data-provider/index.tsx +0 -25
  483. package/src/block-provider/BlockProvider.tsx +0 -193
  484. package/src/block-provider/BlockSchemaComponentProvider.tsx +0 -43
  485. package/src/block-provider/CalendarBlockProvider.tsx +0 -53
  486. package/src/block-provider/DetailsBlockProvider.tsx +0 -62
  487. package/src/block-provider/FormBlockProvider.tsx +0 -58
  488. package/src/block-provider/KanbanBlockProvider.tsx +0 -104
  489. package/src/block-provider/TableBlockProvider.tsx +0 -123
  490. package/src/block-provider/TableFieldProvider.tsx +0 -150
  491. package/src/block-provider/TableSelectorProvider.tsx +0 -100
  492. package/src/block-provider/hooks/index.ts +0 -333
  493. package/src/block-provider/index.tsx +0 -10
  494. package/src/board/Board.tsx +0 -294
  495. package/src/board/Card.tsx +0 -24
  496. package/src/board/CardAdder.tsx +0 -24
  497. package/src/board/CardForm.tsx +0 -44
  498. package/src/board/Column.tsx +0 -75
  499. package/src/board/ColumnAdder.tsx +0 -26
  500. package/src/board/ColumnForm.tsx +0 -27
  501. package/src/board/DefaultCard.tsx +0 -21
  502. package/src/board/DefaultColumnHeader.tsx +0 -72
  503. package/src/board/Kanban.tsx +0 -128
  504. package/src/board/demos/demo2.tsx +0 -122
  505. package/src/board/helpers.ts +0 -91
  506. package/src/board/index.md +0 -14
  507. package/src/board/index.ts +0 -2
  508. package/src/board/services.ts +0 -41
  509. package/src/board/style.less +0 -153
  510. package/src/board/utils.ts +0 -56
  511. package/src/board/withDroppable.tsx +0 -19
  512. package/src/china-region/index.tsx +0 -78
  513. package/src/collection-manager/CollectionField.tsx +0 -77
  514. package/src/collection-manager/CollectionFieldProvider.tsx +0 -19
  515. package/src/collection-manager/CollectionManagerProvider.tsx +0 -61
  516. package/src/collection-manager/CollectionManagerSchemaComponentProvider.tsx +0 -29
  517. package/src/collection-manager/CollectionManagerShortcut.tsx +0 -41
  518. package/src/collection-manager/CollectionProvider.tsx +0 -14
  519. package/src/collection-manager/Configuration/AddFieldAction.tsx +0 -148
  520. package/src/collection-manager/Configuration/AddSubFieldAction.tsx +0 -140
  521. package/src/collection-manager/Configuration/ConfigurationTable.tsx +0 -180
  522. package/src/collection-manager/Configuration/EditFieldAction.tsx +0 -120
  523. package/src/collection-manager/Configuration/EditSubFieldAction.tsx +0 -120
  524. package/src/collection-manager/Configuration/index.tsx +0 -4
  525. package/src/collection-manager/Configuration/interfaces.tsx +0 -48
  526. package/src/collection-manager/Configuration/schemas/collectionFields.ts +0 -204
  527. package/src/collection-manager/Configuration/schemas/collections.ts +0 -279
  528. package/src/collection-manager/ResourceActionProvider.tsx +0 -127
  529. package/src/collection-manager/action-hooks.ts +0 -325
  530. package/src/collection-manager/context.ts +0 -11
  531. package/src/collection-manager/demos/demo2.tsx +0 -124
  532. package/src/collection-manager/demos/demo3.tsx +0 -67
  533. package/src/collection-manager/demos/demo4.tsx +0 -164
  534. package/src/collection-manager/hooks/index.ts +0 -4
  535. package/src/collection-manager/hooks/useCollection.ts +0 -18
  536. package/src/collection-manager/hooks/useCollectionDataSource.ts +0 -17
  537. package/src/collection-manager/hooks/useCollectionField.ts +0 -24
  538. package/src/collection-manager/hooks/useCollectionManager.ts +0 -40
  539. package/src/collection-manager/index.md +0 -145
  540. package/src/collection-manager/index.tsx +0 -11
  541. package/src/collection-manager/interfaces/attachment.ts +0 -92
  542. package/src/collection-manager/interfaces/checkbox.ts +0 -24
  543. package/src/collection-manager/interfaces/checkboxGroup.ts +0 -27
  544. package/src/collection-manager/interfaces/chinaRegion.ts +0 -91
  545. package/src/collection-manager/interfaces/createdAt.ts +0 -30
  546. package/src/collection-manager/interfaces/createdBy.ts +0 -63
  547. package/src/collection-manager/interfaces/datetime.ts +0 -30
  548. package/src/collection-manager/interfaces/email.ts +0 -27
  549. package/src/collection-manager/interfaces/icon.ts +0 -22
  550. package/src/collection-manager/interfaces/id.ts +0 -47
  551. package/src/collection-manager/interfaces/index.ts +0 -27
  552. package/src/collection-manager/interfaces/input.ts +0 -32
  553. package/src/collection-manager/interfaces/linkTo.ts +0 -139
  554. package/src/collection-manager/interfaces/markdown.ts +0 -28
  555. package/src/collection-manager/interfaces/multipleSelect.ts +0 -31
  556. package/src/collection-manager/interfaces/number.ts +0 -45
  557. package/src/collection-manager/interfaces/password.ts +0 -22
  558. package/src/collection-manager/interfaces/percent.ts +0 -46
  559. package/src/collection-manager/interfaces/phone.ts +0 -27
  560. package/src/collection-manager/interfaces/properties/index.ts +0 -277
  561. package/src/collection-manager/interfaces/properties/operators.ts +0 -127
  562. package/src/collection-manager/interfaces/radioGroup.ts +0 -27
  563. package/src/collection-manager/interfaces/richText.ts +0 -29
  564. package/src/collection-manager/interfaces/select.ts +0 -28
  565. package/src/collection-manager/interfaces/subTable.ts +0 -209
  566. package/src/collection-manager/interfaces/textarea.ts +0 -29
  567. package/src/collection-manager/interfaces/time.ts +0 -42
  568. package/src/collection-manager/interfaces/types.ts +0 -14
  569. package/src/collection-manager/interfaces/updatedAt.ts +0 -30
  570. package/src/collection-manager/interfaces/updatedBy.ts +0 -62
  571. package/src/collection-manager/sub-table.tsx +0 -273
  572. package/src/collection-manager/types.ts +0 -38
  573. package/src/document-title/index.md +0 -21
  574. package/src/document-title/index.tsx +0 -54
  575. package/src/file-manager/FileStorageShortcut.tsx +0 -40
  576. package/src/file-manager/StorageOptions.tsx +0 -106
  577. package/src/file-manager/index.ts +0 -1
  578. package/src/file-manager/schemas/storage.ts +0 -348
  579. package/src/global.less +0 -27
  580. package/src/i18n/i18n.ts +0 -37
  581. package/src/i18n/index.md +0 -10
  582. package/src/i18n/index.ts +0 -1
  583. package/src/icon/Icon.tsx +0 -61
  584. package/src/icon/index.md +0 -76
  585. package/src/icon/index.ts +0 -1
  586. package/src/index.tsx +0 -30
  587. package/src/locale/en_US.ts +0 -305
  588. package/src/locale/index.ts +0 -15
  589. package/src/locale/zh_CN.ts +0 -512
  590. package/src/plugin-manager/PluginManager.tsx +0 -122
  591. package/src/plugin-manager/PluginManagerProvider.tsx +0 -7
  592. package/src/plugin-manager/context.ts +0 -3
  593. package/src/plugin-manager/demos/demo1.tsx +0 -34
  594. package/src/plugin-manager/demos/plugins/index.tsx +0 -5
  595. package/src/plugin-manager/demos/plugins/plugin1.tsx +0 -16
  596. package/src/plugin-manager/demos/plugins/plugin2.tsx +0 -65
  597. package/src/plugin-manager/demos/plugins/plugin3.tsx +0 -17
  598. package/src/plugin-manager/demos/plugins/plugin4.tsx +0 -65
  599. package/src/plugin-manager/demos/plugins/plugin5.tsx +0 -17
  600. package/src/plugin-manager/index.md +0 -59
  601. package/src/plugin-manager/index.ts +0 -3
  602. package/src/powered-by/index.tsx +0 -27
  603. package/src/record-provider/index.md +0 -30
  604. package/src/record-provider/index.tsx +0 -33
  605. package/src/route-switch/RouteSwitch.tsx +0 -59
  606. package/src/route-switch/RouteSwitchProvider.tsx +0 -20
  607. package/src/route-switch/__tests__/RouteSwitch.test.tsx +0 -33
  608. package/src/route-switch/__tests__/__snapshots__/RouteSwitch.test.tsx.snap +0 -9
  609. package/src/route-switch/antd/admin-layout/index.md +0 -27
  610. package/src/route-switch/antd/admin-layout/index.tsx +0 -206
  611. package/src/route-switch/antd/auth-layout/index.md +0 -9
  612. package/src/route-switch/antd/auth-layout/index.tsx +0 -31
  613. package/src/route-switch/antd/index.ts +0 -4
  614. package/src/route-switch/antd/route-schema-component/index.tsx +0 -8
  615. package/src/route-switch/context.ts +0 -9
  616. package/src/route-switch/demos/demo1.tsx +0 -31
  617. package/src/route-switch/hooks.ts +0 -23
  618. package/src/route-switch/index.md +0 -10
  619. package/src/route-switch/index.tsx +0 -7
  620. package/src/route-switch/types.ts +0 -34
  621. package/src/schema-component/antd/AntdSchemaComponentProvider.tsx +0 -10
  622. package/src/schema-component/antd/action/Action.Container.tsx +0 -26
  623. package/src/schema-component/antd/action/Action.Designer.tsx +0 -301
  624. package/src/schema-component/antd/action/Action.Drawer.tsx +0 -105
  625. package/src/schema-component/antd/action/Action.Link.tsx +0 -8
  626. package/src/schema-component/antd/action/Action.Modal.tsx +0 -94
  627. package/src/schema-component/antd/action/Action.Page.tsx +0 -74
  628. package/src/schema-component/antd/action/Action.Popover.tsx +0 -0
  629. package/src/schema-component/antd/action/Action.tsx +0 -178
  630. package/src/schema-component/antd/action/ActionBar.tsx +0 -52
  631. package/src/schema-component/antd/action/context.tsx +0 -13
  632. package/src/schema-component/antd/action/demos/demo1.tsx +0 -65
  633. package/src/schema-component/antd/action/demos/demo2.tsx +0 -66
  634. package/src/schema-component/antd/action/demos/demo3.tsx +0 -107
  635. package/src/schema-component/antd/action/demos/demo4.tsx +0 -53
  636. package/src/schema-component/antd/action/hooks.ts +0 -53
  637. package/src/schema-component/antd/action/index.md +0 -42
  638. package/src/schema-component/antd/action/index.tsx +0 -5
  639. package/src/schema-component/antd/action/types.ts +0 -17
  640. package/src/schema-component/antd/block-item/BlockItem.tsx +0 -63
  641. package/src/schema-component/antd/block-item/TestDesigner.tsx +0 -19
  642. package/src/schema-component/antd/block-item/demos/demo1.tsx +0 -46
  643. package/src/schema-component/antd/block-item/index.md +0 -12
  644. package/src/schema-component/antd/block-item/index.tsx +0 -3
  645. package/src/schema-component/antd/calendar/Calendar.Designer.tsx +0 -142
  646. package/src/schema-component/antd/calendar/Calendar.tsx +0 -156
  647. package/src/schema-component/antd/calendar/Event.tsx +0 -6
  648. package/src/schema-component/antd/calendar/Nav.tsx +0 -19
  649. package/src/schema-component/antd/calendar/Title.tsx +0 -15
  650. package/src/schema-component/antd/calendar/Today.tsx +0 -23
  651. package/src/schema-component/antd/calendar/ViewSelect.tsx +0 -25
  652. package/src/schema-component/antd/calendar/context.ts +0 -5
  653. package/src/schema-component/antd/calendar/demos/collections.ts +0 -1321
  654. package/src/schema-component/antd/calendar/demos/data.ts +0 -131
  655. package/src/schema-component/antd/calendar/demos/defaultValues.ts +0 -180
  656. package/src/schema-component/antd/calendar/demos/demo1.tsx +0 -67
  657. package/src/schema-component/antd/calendar/demos/demo2.tsx +0 -117
  658. package/src/schema-component/antd/calendar/index.md +0 -18
  659. package/src/schema-component/antd/calendar/index.ts +0 -21
  660. package/src/schema-component/antd/calendar/style.less +0 -767
  661. package/src/schema-component/antd/calendar/types.d.ts +0 -8
  662. package/src/schema-component/antd/calendar/utils.ts +0 -13
  663. package/src/schema-component/antd/card-item/CardItem.tsx +0 -13
  664. package/src/schema-component/antd/card-item/index.md +0 -10
  665. package/src/schema-component/antd/card-item/index.ts +0 -1
  666. package/src/schema-component/antd/cascader/Cascader.tsx +0 -99
  667. package/src/schema-component/antd/cascader/ReadPretty.tsx +0 -35
  668. package/src/schema-component/antd/cascader/defaultFieldNames.ts +0 -5
  669. package/src/schema-component/antd/cascader/demos/demo1.tsx +0 -83
  670. package/src/schema-component/antd/cascader/demos/demo2.tsx +0 -130
  671. package/src/schema-component/antd/cascader/index.md +0 -37
  672. package/src/schema-component/antd/cascader/index.ts +0 -1
  673. package/src/schema-component/antd/chart/Chart.tsx +0 -5
  674. package/src/schema-component/antd/chart/index.md +0 -8
  675. package/src/schema-component/antd/chart/index.ts +0 -1
  676. package/src/schema-component/antd/checkbox/Checkbox.tsx +0 -65
  677. package/src/schema-component/antd/checkbox/demos/demo1.tsx +0 -41
  678. package/src/schema-component/antd/checkbox/demos/demo2.tsx +0 -56
  679. package/src/schema-component/antd/checkbox/index.md +0 -18
  680. package/src/schema-component/antd/checkbox/index.ts +0 -1
  681. package/src/schema-component/antd/color-select/ColorSelect.tsx +0 -51
  682. package/src/schema-component/antd/color-select/demos/demo1.tsx +0 -41
  683. package/src/schema-component/antd/color-select/index.md +0 -14
  684. package/src/schema-component/antd/color-select/index.ts +0 -1
  685. package/src/schema-component/antd/date-picker/DatePicker.tsx +0 -27
  686. package/src/schema-component/antd/date-picker/ReadPretty.tsx +0 -43
  687. package/src/schema-component/antd/date-picker/demos/demo1.tsx +0 -49
  688. package/src/schema-component/antd/date-picker/demos/demo2.tsx +0 -41
  689. package/src/schema-component/antd/date-picker/index.md +0 -25
  690. package/src/schema-component/antd/date-picker/index.ts +0 -1
  691. package/src/schema-component/antd/date-picker/util.ts +0 -42
  692. package/src/schema-component/antd/filter/DynamicComponent.tsx +0 -56
  693. package/src/schema-component/antd/filter/Filter.Action.Designer.tsx +0 -120
  694. package/src/schema-component/antd/filter/Filter.tsx +0 -42
  695. package/src/schema-component/antd/filter/FilterAction.tsx +0 -121
  696. package/src/schema-component/antd/filter/FilterGroup.tsx +0 -103
  697. package/src/schema-component/antd/filter/FilterItem.tsx +0 -57
  698. package/src/schema-component/antd/filter/FilterItems.tsx +0 -21
  699. package/src/schema-component/antd/filter/SaveDefaultValue.tsx +0 -43
  700. package/src/schema-component/antd/filter/context.ts +0 -14
  701. package/src/schema-component/antd/filter/demos/demo2.tsx +0 -101
  702. package/src/schema-component/antd/filter/demos/demo3.tsx +0 -180
  703. package/src/schema-component/antd/filter/demos/demo4.tsx +0 -170
  704. package/src/schema-component/antd/filter/demos/demo5.tsx +0 -104
  705. package/src/schema-component/antd/filter/demos/demo6.tsx +0 -105
  706. package/src/schema-component/antd/filter/index.md +0 -30
  707. package/src/schema-component/antd/filter/index.ts +0 -3
  708. package/src/schema-component/antd/filter/style.less +0 -18
  709. package/src/schema-component/antd/filter/useFilterActionProps.ts +0 -120
  710. package/src/schema-component/antd/filter/useValues.ts +0 -83
  711. package/src/schema-component/antd/form/Form.Designer.tsx +0 -19
  712. package/src/schema-component/antd/form/Form.tsx +0 -125
  713. package/src/schema-component/antd/form/demos/apiClient.ts +0 -21
  714. package/src/schema-component/antd/form/demos/demo1.tsx +0 -62
  715. package/src/schema-component/antd/form/demos/demo2.tsx +0 -61
  716. package/src/schema-component/antd/form/demos/demo3.tsx +0 -60
  717. package/src/schema-component/antd/form/demos/demo4.tsx +0 -67
  718. package/src/schema-component/antd/form/demos/demo5.tsx +0 -106
  719. package/src/schema-component/antd/form/demos/demo6.tsx +0 -61
  720. package/src/schema-component/antd/form/demos/demo7.tsx +0 -68
  721. package/src/schema-component/antd/form/demos/demo8.tsx +0 -85
  722. package/src/schema-component/antd/form/index.md +0 -54
  723. package/src/schema-component/antd/form/index.tsx +0 -1
  724. package/src/schema-component/antd/form-item/FormItem.tsx +0 -213
  725. package/src/schema-component/antd/form-item/index.md +0 -10
  726. package/src/schema-component/antd/form-item/index.tsx +0 -1
  727. package/src/schema-component/antd/form-v2/Form.Designer.tsx +0 -217
  728. package/src/schema-component/antd/form-v2/Form.tsx +0 -106
  729. package/src/schema-component/antd/form-v2/demos/collections.ts +0 -1321
  730. package/src/schema-component/antd/form-v2/demos/demo1.tsx +0 -83
  731. package/src/schema-component/antd/form-v2/demos/demo2.tsx +0 -103
  732. package/src/schema-component/antd/form-v2/demos/demo3.tsx +0 -103
  733. package/src/schema-component/antd/form-v2/index.md +0 -30
  734. package/src/schema-component/antd/form-v2/index.ts +0 -7
  735. package/src/schema-component/antd/grid/Block.tsx +0 -13
  736. package/src/schema-component/antd/grid/Grid.tsx +0 -247
  737. package/src/schema-component/antd/grid/demos/demo1.tsx +0 -162
  738. package/src/schema-component/antd/grid/demos/demo2.tsx +0 -73
  739. package/src/schema-component/antd/grid/demos/demo3.tsx +0 -47
  740. package/src/schema-component/antd/grid/index.md +0 -14
  741. package/src/schema-component/antd/grid/index.tsx +0 -3
  742. package/src/schema-component/antd/icon-picker/IconPicker.tsx +0 -79
  743. package/src/schema-component/antd/icon-picker/demos/demo1.tsx +0 -41
  744. package/src/schema-component/antd/icon-picker/index.md +0 -14
  745. package/src/schema-component/antd/icon-picker/index.ts +0 -1
  746. package/src/schema-component/antd/index.less +0 -4
  747. package/src/schema-component/antd/index.ts +0 -35
  748. package/src/schema-component/antd/input/EllipsisWithTooltip.tsx +0 -47
  749. package/src/schema-component/antd/input/Input.tsx +0 -39
  750. package/src/schema-component/antd/input/ReadPretty.tsx +0 -116
  751. package/src/schema-component/antd/input/demos/demo1.tsx +0 -41
  752. package/src/schema-component/antd/input/demos/demo2.tsx +0 -66
  753. package/src/schema-component/antd/input/demos/demo3.tsx +0 -43
  754. package/src/schema-component/antd/input/index.md +0 -28
  755. package/src/schema-component/antd/input/index.ts +0 -2
  756. package/src/schema-component/antd/input/shared.ts +0 -7
  757. package/src/schema-component/antd/input-number/InputNumber.tsx +0 -8
  758. package/src/schema-component/antd/input-number/ReadPretty.tsx +0 -21
  759. package/src/schema-component/antd/input-number/demos/demo1.tsx +0 -41
  760. package/src/schema-component/antd/input-number/demos/demo2.tsx +0 -49
  761. package/src/schema-component/antd/input-number/demos/demo3.tsx +0 -51
  762. package/src/schema-component/antd/input-number/index.md +0 -22
  763. package/src/schema-component/antd/input-number/index.ts +0 -1
  764. package/src/schema-component/antd/kanban/Kanban.Card.Designer.tsx +0 -103
  765. package/src/schema-component/antd/kanban/Kanban.Card.tsx +0 -98
  766. package/src/schema-component/antd/kanban/Kanban.CardViewer.tsx +0 -5
  767. package/src/schema-component/antd/kanban/Kanban.Designer.tsx +0 -64
  768. package/src/schema-component/antd/kanban/Kanban.tsx +0 -146
  769. package/src/schema-component/antd/kanban/context.ts +0 -4
  770. package/src/schema-component/antd/kanban/demos/collections.ts +0 -1321
  771. package/src/schema-component/antd/kanban/demos/data.ts +0 -2145
  772. package/src/schema-component/antd/kanban/demos/demo1.tsx +0 -92
  773. package/src/schema-component/antd/kanban/index.less +0 -16
  774. package/src/schema-component/antd/kanban/index.md +0 -12
  775. package/src/schema-component/antd/kanban/index.ts +0 -16
  776. package/src/schema-component/antd/markdown/Markdown.Void.Designer.tsx +0 -26
  777. package/src/schema-component/antd/markdown/Markdown.Void.tsx +0 -78
  778. package/src/schema-component/antd/markdown/Markdown.tsx +0 -30
  779. package/src/schema-component/antd/markdown/demos/demo1.tsx +0 -41
  780. package/src/schema-component/antd/markdown/demos/demo2.tsx +0 -51
  781. package/src/schema-component/antd/markdown/index.md +0 -18
  782. package/src/schema-component/antd/markdown/index.ts +0 -1
  783. package/src/schema-component/antd/markdown/style.less +0 -12
  784. package/src/schema-component/antd/markdown/util.ts +0 -16
  785. package/src/schema-component/antd/menu/Menu.Designer.tsx +0 -342
  786. package/src/schema-component/antd/menu/Menu.tsx +0 -433
  787. package/src/schema-component/antd/menu/MenuItemInitializers/index.tsx +0 -229
  788. package/src/schema-component/antd/menu/demos/demo1.tsx +0 -93
  789. package/src/schema-component/antd/menu/demos/demo2.tsx +0 -93
  790. package/src/schema-component/antd/menu/demos/demo3.tsx +0 -118
  791. package/src/schema-component/antd/menu/index.md +0 -27
  792. package/src/schema-component/antd/menu/index.ts +0 -4
  793. package/src/schema-component/antd/menu/util.ts +0 -53
  794. package/src/schema-component/antd/page/Page.tsx +0 -21
  795. package/src/schema-component/antd/page/demos/demo1.tsx +0 -31
  796. package/src/schema-component/antd/page/index.md +0 -12
  797. package/src/schema-component/antd/page/index.ts +0 -1
  798. package/src/schema-component/antd/pagination/index.tsx +0 -12
  799. package/src/schema-component/antd/password/Password.tsx +0 -69
  800. package/src/schema-component/antd/password/PasswordStrength.tsx +0 -162
  801. package/src/schema-component/antd/password/demos/demo1.tsx +0 -41
  802. package/src/schema-component/antd/password/demos/demo2.tsx +0 -45
  803. package/src/schema-component/antd/password/index.md +0 -24
  804. package/src/schema-component/antd/password/index.ts +0 -1
  805. package/src/schema-component/antd/radio/Radio.tsx +0 -47
  806. package/src/schema-component/antd/radio/demos/demo1.tsx +0 -42
  807. package/src/schema-component/antd/radio/demos/demo2.tsx +0 -55
  808. package/src/schema-component/antd/radio/demos/demo3.tsx +0 -56
  809. package/src/schema-component/antd/radio/index.md +0 -22
  810. package/src/schema-component/antd/radio/index.ts +0 -1
  811. package/src/schema-component/antd/record-picker/InputRecordPicker.tsx +0 -112
  812. package/src/schema-component/antd/record-picker/ReadPrettyRecordPicker.tsx +0 -56
  813. package/src/schema-component/antd/record-picker/RecordPicker.tsx +0 -9
  814. package/src/schema-component/antd/record-picker/demos/demo1.tsx +0 -125
  815. package/src/schema-component/antd/record-picker/index.md +0 -82
  816. package/src/schema-component/antd/record-picker/index.tsx +0 -8
  817. package/src/schema-component/antd/record-picker/useFieldNames.ts +0 -7
  818. package/src/schema-component/antd/rich-text/RichText.tsx +0 -42
  819. package/src/schema-component/antd/rich-text/demos/demo1.tsx +0 -39
  820. package/src/schema-component/antd/rich-text/index.md +0 -12
  821. package/src/schema-component/antd/rich-text/index.ts +0 -1
  822. package/src/schema-component/antd/rich-text/style.less +0 -950
  823. package/src/schema-component/antd/select/ReadPretty.tsx +0 -33
  824. package/src/schema-component/antd/select/Select.tsx +0 -83
  825. package/src/schema-component/antd/select/demos/demo1.tsx +0 -60
  826. package/src/schema-component/antd/select/demos/demo2.tsx +0 -64
  827. package/src/schema-component/antd/select/demos/demo3.tsx +0 -77
  828. package/src/schema-component/antd/select/index.md +0 -38
  829. package/src/schema-component/antd/select/index.ts +0 -1
  830. package/src/schema-component/antd/select/shared.ts +0 -26
  831. package/src/schema-component/antd/space/index.tsx +0 -18
  832. package/src/schema-component/antd/table/Table.Array.Designer.tsx +0 -15
  833. package/src/schema-component/antd/table/Table.Array.tsx +0 -277
  834. package/src/schema-component/antd/table/Table.Column.ActionBar.tsx +0 -53
  835. package/src/schema-component/antd/table/Table.Column.Decorator.tsx +0 -59
  836. package/src/schema-component/antd/table/Table.Column.Designer.tsx +0 -147
  837. package/src/schema-component/antd/table/Table.Column.tsx +0 -7
  838. package/src/schema-component/antd/table/Table.Designer.tsx +0 -17
  839. package/src/schema-component/antd/table/Table.RowActionDesigner.tsx +0 -23
  840. package/src/schema-component/antd/table/Table.RowSelection.tsx +0 -28
  841. package/src/schema-component/antd/table/Table.Void.Designer.tsx +0 -208
  842. package/src/schema-component/antd/table/Table.Void.tsx +0 -118
  843. package/src/schema-component/antd/table/demos/demo1.tsx +0 -47
  844. package/src/schema-component/antd/table/demos/demo2.tsx +0 -47
  845. package/src/schema-component/antd/table/demos/demo3.tsx +0 -47
  846. package/src/schema-component/antd/table/demos/demo4.tsx +0 -228
  847. package/src/schema-component/antd/table/index.md +0 -29
  848. package/src/schema-component/antd/table/index.tsx +0 -27
  849. package/src/schema-component/antd/table-v2/Table.ActionColumnDesigner.tsx +0 -23
  850. package/src/schema-component/antd/table-v2/Table.Column.ActionBar.tsx +0 -53
  851. package/src/schema-component/antd/table-v2/Table.Column.Decorator.tsx +0 -59
  852. package/src/schema-component/antd/table-v2/Table.Column.Designer.tsx +0 -106
  853. package/src/schema-component/antd/table-v2/Table.Column.tsx +0 -7
  854. package/src/schema-component/antd/table-v2/Table.Designer.tsx +0 -17
  855. package/src/schema-component/antd/table-v2/Table.tsx +0 -283
  856. package/src/schema-component/antd/table-v2/TableBlockDesigner.tsx +0 -213
  857. package/src/schema-component/antd/table-v2/TableField.tsx +0 -27
  858. package/src/schema-component/antd/table-v2/TableSelector.tsx +0 -3
  859. package/src/schema-component/antd/table-v2/TableSelectorDesigner.tsx +0 -196
  860. package/src/schema-component/antd/table-v2/demos/collections.ts +0 -1321
  861. package/src/schema-component/antd/table-v2/demos/data.ts +0 -0
  862. package/src/schema-component/antd/table-v2/demos/demo1.tsx +0 -220
  863. package/src/schema-component/antd/table-v2/demos/demo2.tsx +0 -192
  864. package/src/schema-component/antd/table-v2/index.md +0 -16
  865. package/src/schema-component/antd/table-v2/index.ts +0 -20
  866. package/src/schema-component/antd/tabs/Tabs.Designer.tsx +0 -49
  867. package/src/schema-component/antd/tabs/Tabs.tsx +0 -91
  868. package/src/schema-component/antd/tabs/demos/demo1.tsx +0 -56
  869. package/src/schema-component/antd/tabs/index.md +0 -15
  870. package/src/schema-component/antd/tabs/index.ts +0 -1
  871. package/src/schema-component/antd/time-picker/ReadPretty.tsx +0 -19
  872. package/src/schema-component/antd/time-picker/TimePicker.tsx +0 -37
  873. package/src/schema-component/antd/time-picker/demos/demo1.tsx +0 -41
  874. package/src/schema-component/antd/time-picker/demos/demo2.tsx +0 -42
  875. package/src/schema-component/antd/time-picker/index.md +0 -18
  876. package/src/schema-component/antd/time-picker/index.ts +0 -1
  877. package/src/schema-component/antd/tree-select/ReadPretty.tsx +0 -56
  878. package/src/schema-component/antd/tree-select/TreeSelect.tsx +0 -23
  879. package/src/schema-component/antd/tree-select/demos/demo1.tsx +0 -85
  880. package/src/schema-component/antd/tree-select/index.md +0 -14
  881. package/src/schema-component/antd/tree-select/index.ts +0 -1
  882. package/src/schema-component/antd/upload/ReadPretty.tsx +0 -146
  883. package/src/schema-component/antd/upload/Upload.tsx +0 -209
  884. package/src/schema-component/antd/upload/demos/apiClient.ts +0 -43
  885. package/src/schema-component/antd/upload/demos/demo1.tsx +0 -51
  886. package/src/schema-component/antd/upload/demos/demo2.tsx +0 -115
  887. package/src/schema-component/antd/upload/index.md +0 -18
  888. package/src/schema-component/antd/upload/index.ts +0 -1
  889. package/src/schema-component/antd/upload/placeholder.ts +0 -62
  890. package/src/schema-component/antd/upload/shared.ts +0 -227
  891. package/src/schema-component/antd/upload/style.less +0 -61
  892. package/src/schema-component/antd/upload/type.d.ts +0 -26
  893. package/src/schema-component/common/dnd-context/index.md +0 -8
  894. package/src/schema-component/common/dnd-context/index.tsx +0 -74
  895. package/src/schema-component/common/index.ts +0 -3
  896. package/src/schema-component/common/sortable-item/SortableItem.tsx +0 -91
  897. package/src/schema-component/common/sortable-item/index.md +0 -9
  898. package/src/schema-component/common/sortable-item/index.ts +0 -1
  899. package/src/schema-component/context.ts +0 -4
  900. package/src/schema-component/core/DesignableSwitch.tsx +0 -25
  901. package/src/schema-component/core/FormProvider.tsx +0 -24
  902. package/src/schema-component/core/RemoteSchemaComponent.tsx +0 -64
  903. package/src/schema-component/core/SchemaComponent.tsx +0 -45
  904. package/src/schema-component/core/SchemaComponentOptions.tsx +0 -16
  905. package/src/schema-component/core/SchemaComponentProvider.tsx +0 -64
  906. package/src/schema-component/core/index.tsx +0 -7
  907. package/src/schema-component/demos/demo1.tsx +0 -83
  908. package/src/schema-component/demos/demo3.tsx +0 -65
  909. package/src/schema-component/hooks/__tests__/designable.test.ts +0 -491
  910. package/src/schema-component/hooks/__tests__/splitWrapSchema.test.ts +0 -87
  911. package/src/schema-component/hooks/index.ts +0 -8
  912. package/src/schema-component/hooks/useAttach.ts +0 -21
  913. package/src/schema-component/hooks/useCompile.ts +0 -13
  914. package/src/schema-component/hooks/useComponent.ts +0 -14
  915. package/src/schema-component/hooks/useDesignable.tsx +0 -589
  916. package/src/schema-component/hooks/useDesigner.ts +0 -11
  917. package/src/schema-component/hooks/useFieldProps.ts +0 -18
  918. package/src/schema-component/hooks/useProps.ts +0 -16
  919. package/src/schema-component/hooks/useSchemaComponentContext.ts +0 -6
  920. package/src/schema-component/index.md +0 -133
  921. package/src/schema-component/index.tsx +0 -7
  922. package/src/schema-component/types.ts +0 -34
  923. package/src/schema-initializer/SchemaInitializer.tsx +0 -224
  924. package/src/schema-initializer/SchemaInitializerProvider.tsx +0 -58
  925. package/src/schema-initializer/buttons/BlockInitializers.tsx +0 -60
  926. package/src/schema-initializer/buttons/CalendarActionInitializers.tsx +0 -79
  927. package/src/schema-initializer/buttons/CreateFormBlockInitializers.tsx +0 -42
  928. package/src/schema-initializer/buttons/CustomFormItemInitializers.tsx +0 -26
  929. package/src/schema-initializer/buttons/DetailsActionInitializers.tsx +0 -37
  930. package/src/schema-initializer/buttons/FormActionInitializers.tsx +0 -321
  931. package/src/schema-initializer/buttons/FormItemInitializers.tsx +0 -44
  932. package/src/schema-initializer/buttons/KanbanActionInitializers.tsx +0 -35
  933. package/src/schema-initializer/buttons/KanbanCardFormItemInitializers.tsx +0 -0
  934. package/src/schema-initializer/buttons/ReadPrettyFormActionInitializers.tsx +0 -119
  935. package/src/schema-initializer/buttons/ReadPrettyFormItemInitializers.tsx +0 -43
  936. package/src/schema-initializer/buttons/RecordBlockInitializers.tsx +0 -70
  937. package/src/schema-initializer/buttons/RecordFormBlockInitializers.tsx +0 -39
  938. package/src/schema-initializer/buttons/SubTableActionInitializers.tsx +0 -39
  939. package/src/schema-initializer/buttons/TabPaneInitializers.tsx +0 -106
  940. package/src/schema-initializer/buttons/TableActionColumnInitializers.tsx +0 -158
  941. package/src/schema-initializer/buttons/TableActionInitializers.tsx +0 -48
  942. package/src/schema-initializer/buttons/TableColumnInitializers.tsx +0 -52
  943. package/src/schema-initializer/buttons/TableSelectorInitializers.tsx +0 -50
  944. package/src/schema-initializer/buttons/index.ts +0 -18
  945. package/src/schema-initializer/components/assigned-field/AssignedField.tsx +0 -70
  946. package/src/schema-initializer/components/assigned-field/index.ts +0 -1
  947. package/src/schema-initializer/components/index.ts +0 -1
  948. package/src/schema-initializer/demos/demo1.tsx +0 -123
  949. package/src/schema-initializer/demos/demo2.tsx +0 -77
  950. package/src/schema-initializer/demos/demo3.tsx +0 -125
  951. package/src/schema-initializer/demos/demo4.tsx +0 -130
  952. package/src/schema-initializer/index.md +0 -121
  953. package/src/schema-initializer/index.ts +0 -4
  954. package/src/schema-initializer/items/index.tsx +0 -774
  955. package/src/schema-initializer/types.ts +0 -73
  956. package/src/schema-initializer/utils.ts +0 -835
  957. package/src/schema-settings/GeneralSchemaDesigner.tsx +0 -88
  958. package/src/schema-settings/SchemaSettings.tsx +0 -572
  959. package/src/schema-settings/index.ts +0 -3
  960. package/src/schema-templates/BlockTemplate.tsx +0 -26
  961. package/src/schema-templates/BlockTemplateDetails.tsx +0 -91
  962. package/src/schema-templates/BlockTemplatePage.tsx +0 -21
  963. package/src/schema-templates/SchemaTemplateManagerProvider.tsx +0 -154
  964. package/src/schema-templates/SchemaTemplateShortcut.tsx +0 -19
  965. package/src/schema-templates/collections/uiSchemaTemplates.ts +0 -20
  966. package/src/schema-templates/index.ts +0 -5
  967. package/src/schema-templates/schemas/uiSchemaTemplates.ts +0 -223
  968. package/src/settings-form/SettingsForm.tsx +0 -269
  969. package/src/settings-form/demos/demo1.tsx +0 -133
  970. package/src/settings-form/index.md +0 -10
  971. package/src/settings-form/index.ts +0 -1
  972. package/src/slate/RichText.tsx +0 -258
  973. package/src/slate/Slate.tsx +0 -32
  974. package/src/slate/components.tsx +0 -172
  975. package/src/slate/demos/demo1.tsx +0 -27
  976. package/src/slate/demos/demo2.tsx +0 -79
  977. package/src/slate/demos/demo3.tsx +0 -44
  978. package/src/slate/index.less +0 -51
  979. package/src/slate/index.md +0 -22
  980. package/src/slate/index.ts +0 -1
  981. package/src/slate/materialicons.woff2 +0 -0
  982. package/src/system-settings/SystemSettingsProvider.tsx +0 -20
  983. package/src/system-settings/SystemSettingsShortcut.tsx +0 -145
  984. package/src/system-settings/demos/demo1.tsx +0 -55
  985. package/src/system-settings/index.md +0 -22
  986. package/src/system-settings/index.tsx +0 -3
  987. package/src/user/ChangePassword.tsx +0 -134
  988. package/src/user/CurrentUser.tsx +0 -55
  989. package/src/user/CurrentUserProvider.tsx +0 -26
  990. package/src/user/EditProfile.tsx +0 -119
  991. package/src/user/LanguageSettings.tsx +0 -44
  992. package/src/user/SigninPage.tsx +0 -86
  993. package/src/user/SignupPage.tsx +0 -114
  994. package/src/user/SwitchRole.tsx +0 -55
  995. package/src/user/index.md +0 -23
  996. package/src/user/index.ts +0 -5
  997. package/src/workflow/ExecutionResourceProvider.tsx +0 -24
  998. package/src/workflow/WorkflowCanvas.tsx +0 -250
  999. package/src/workflow/WorkflowLink.tsx +0 -14
  1000. package/src/workflow/WorkflowPage.tsx +0 -47
  1001. package/src/workflow/WorkflowRouteProvider.tsx +0 -12
  1002. package/src/workflow/WorkflowShortcut.tsx +0 -50
  1003. package/src/workflow/calculators.tsx +0 -481
  1004. package/src/workflow/index.tsx +0 -5
  1005. package/src/workflow/nodes/calculation.tsx +0 -34
  1006. package/src/workflow/nodes/condition.tsx +0 -226
  1007. package/src/workflow/nodes/create.tsx +0 -60
  1008. package/src/workflow/nodes/destroy.tsx +0 -31
  1009. package/src/workflow/nodes/index.tsx +0 -269
  1010. package/src/workflow/nodes/parallel.tsx +0 -134
  1011. package/src/workflow/nodes/query.tsx +0 -66
  1012. package/src/workflow/nodes/update.tsx +0 -27
  1013. package/src/workflow/schemas/collection.ts +0 -56
  1014. package/src/workflow/schemas/executions.ts +0 -132
  1015. package/src/workflow/schemas/workflows.ts +0 -323
  1016. package/src/workflow/style.tsx +0 -200
  1017. package/src/workflow/triggers/collection.tsx +0 -102
  1018. package/src/workflow/triggers/index.tsx +0 -135
@@ -1,11 +1,10 @@
1
1
  export default {
2
- "{{count}} filter items_one": "{{count}} filter item",
3
- "{{count}} filter items_other": "{{count}} filter items",
4
- "{{count}} more items_one": "{{count}} more item",
5
- "{{count}} more items_other": "{{count}} more items",
6
- "Total {{count}} items_one": "Total {{count}} item",
7
- "Total {{count}} items_other": "Total {{count}} items",
8
- "Delete menu item": "Delete menu item",
2
+ "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
3
+ "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
4
+ "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
5
+ "{{count}} filter items": "{{count}} filter items",
6
+ "{{count}} more items": "{{count}} more items",
7
+ "Total {{count}} items": "Total {{count}} items",
9
8
  "Today": "Today",
10
9
  "Month": "Month",
11
10
  "Week": "Week",
@@ -25,6 +24,7 @@ export default {
25
24
  "Icon": "Icon",
26
25
  "Group": "Group",
27
26
  "Link": "Link",
27
+ "Save conditions": "Save conditions",
28
28
  "Edit menu item": "Edit menu item",
29
29
  "Move to": "Move to",
30
30
  "Insert left": "Insert left",
@@ -32,6 +32,7 @@ export default {
32
32
  "Insert inner": "Insert inner",
33
33
  "Delete": "Delete",
34
34
  "UI editor": "UI editor",
35
+ "Collection": "Collection",
35
36
  "Collections & Fields": "Collections & Fields",
36
37
  "Roles & Permissions": "Roles & Permissions",
37
38
  "Edit profile": "Edit profile",
@@ -45,6 +46,7 @@ export default {
45
46
  "Sign out": "Sign out",
46
47
  "Cancel": "Cancel",
47
48
  "Submit": "Submit",
49
+ "Close": "Close",
48
50
  "Set the data scope": "Set the data scope",
49
51
  "Data blocks": "Data blocks",
50
52
  "Table": "Table",
@@ -56,11 +58,19 @@ export default {
56
58
  "Media": "Media",
57
59
  "Markdown": "Markdown",
58
60
  "Wysiwyg": "Wysiwyg",
59
- "Charts": "Charts",
61
+ "Chart blocks": "Chart blocks",
60
62
  "Column chart": "Column chart",
61
63
  "Bar chart": "Bar chart",
62
64
  "Line chart": "Line chart",
63
65
  "Pie chart": "Pie chart",
66
+ "Area chart": "Area chart",
67
+ "Other chart": "Other chart",
68
+ "Other blocks": "Other blocks",
69
+ "In configuration": "In configuration",
70
+ "Chart title": "Chart title",
71
+ "Chart type": "Chart type",
72
+ "Chart config": "Chart config",
73
+ "Templates": "Templates",
64
74
  "Select template": "Select template",
65
75
  "Action logs": "Action logs",
66
76
  "Create template": "Create template",
@@ -71,6 +81,7 @@ export default {
71
81
  "Custom field display name": "Custom field display name",
72
82
  "Display fields": "Display fields",
73
83
  "Edit record": "Edit record",
84
+ "Delete menu item": "Delete menu item",
74
85
  "Add page": "Add page",
75
86
  "Add group": "Add group",
76
87
  "Add link": "Add link",
@@ -100,6 +111,7 @@ export default {
100
111
  "Edit": "Edit",
101
112
  "Edit collection": "Edit collection",
102
113
  "Configure fields": "Configure fields",
114
+ "Configure columns": "Configure columns",
103
115
  "Edit field": "Edit field",
104
116
  "Configure fields of {{title}}": "Configure fields of {{title}}",
105
117
  "Basic": "Basic",
@@ -110,6 +122,8 @@ export default {
110
122
  "Number": "Number",
111
123
  "Percent": "Percent",
112
124
  "Password": "Password",
125
+ "Formula": "Formula",
126
+ "Formula description": "Compute a value in each record based on other fields in the same record.",
113
127
  "Choices": "Choices",
114
128
  "Checkbox": "Checkbox",
115
129
  "Single select": "Single select",
@@ -122,6 +136,7 @@ export default {
122
136
  "Datetime": "Datetime",
123
137
  "Relation": "Relation",
124
138
  "Link to": "Link to",
139
+ "Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
125
140
  "Sub-table": "Sub-table",
126
141
  "System info": "System info",
127
142
  "Created at": "Created at",
@@ -131,6 +146,7 @@ export default {
131
146
  "Add field": "Add field",
132
147
  "Field display name": "Field display name",
133
148
  "Field type": "Field type",
149
+ "Field interface": "Field interface",
134
150
  "Date format": "Date format",
135
151
  "Year/Month/Day": "Year/Month/Day",
136
152
  "Year-Month-Day": "Year-Month-Day",
@@ -139,16 +155,35 @@ export default {
139
155
  "Time format": "Time format",
140
156
  "12 hour": "12 hour",
141
157
  "24 hour": "24 hour",
142
- "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
158
+ "Relationship type": "Relationship type",
159
+ "Source collection": "Source collection",
160
+ "Source key": "Source key",
161
+ "Target collection": "Target collection",
162
+ "Through collection": "Through collection",
163
+ "Target key": "Target key",
164
+ "Foreign key": "Foreign key",
165
+ "One to one": "One to one",
166
+ "One to many": "One to many",
167
+ "Many to one": "Many to one",
168
+ "Many to many": "Many to many",
169
+ "One to one description": "Used to create one-to-one relationships. For example, a user has a profile.",
170
+ "One to many description": "Used to create a one-to-many relationship. For example, a country will have many cities and a city can only be in one country. When present as a field, it is a sub-table that displays the records of the associated collection. When created, a Many-to-one field is automatically generated in the associated collection.",
171
+ "Many to one description": "Used to create many-to-one relationships. For example, a city can belong to only one country and a country can have many cities. When present as a field, it is a drop-down selection used to select record from the associated collection. Once created, a One-to-many field is automatically generated in the associated collection.",
172
+ "Many to many description": "Used to create many-to-many relationships. For example, a student will have many teachers and a teacher will have many students. When present as a field, it is a drop-down selection used to select records from the associated collection.",
173
+ "Foreign key 1": "Foreign key 1",
174
+ "Foreign key 2": "Foreign key 2",
143
175
  "Add filter": "Add filter",
144
176
  "Add filter group": "Add filter group",
145
177
  "is": "is",
146
178
  "is not": "is not",
147
179
  "contains": "contains",
148
180
  "does not contain": "does not contain",
181
+ "starts with": "starts with",
182
+ "not starts with": "not starts with",
183
+ "ends with": "ends with",
184
+ "not ends with": "not ends with",
149
185
  "is empty": "is empty",
150
186
  "is not empty": "is not empty",
151
- "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
152
187
  "Edit chart": "Edit chart",
153
188
  "Add text": "Add text",
154
189
  "Filterable fields": "Filterable fields",
@@ -214,19 +249,18 @@ export default {
214
249
  "End date field": "End date field",
215
250
  "Navigate": "Navigate",
216
251
  "Title": "Title",
217
- "Select view": "View",
252
+ "Select view": "Select view",
218
253
  "Reset": "Reset",
219
- "Export fields": "Export fields",
254
+ "Exportable fields": "Exportable fields",
220
255
  "Saved successfully": "Saved successfully",
221
- "Templates": "Templates",
222
256
  "Nickname": "Nickname",
223
257
  "Sign in": "Sign in",
224
258
  "Create an account": "Create an account",
225
259
  "Sign up": "Sign up",
226
260
  "Confirm password": "Confirm password",
227
261
  "Log in with an existing account": "Log in with an existing account",
228
- "Password mismatch": "Password mismatch",
229
262
  "Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
263
+ "Password mismatch": "Password mismatch",
230
264
  "Users": "Users",
231
265
  "Roles": "Roles",
232
266
  "Add role": "Add role",
@@ -258,25 +292,254 @@ export default {
258
292
  "Purple": "Purple",
259
293
  "Default": "Default",
260
294
  "Add card": "Add card",
261
- "edit title": "Edit Title",
262
- "Turn the page": "Turn the page",
295
+ "edit title": "edit title",
296
+ "Turn pages": "Turn pages",
263
297
  "Others": "Others",
264
- // workflows
265
- 'Execution History': 'History',
266
- 'Parallel branch': 'Branch',
267
- 'Unsaved changes': 'Unsaved changes',
268
- 'Are you sure you don\'t want to save?': 'Are you sure you don\'t want to save?',
269
- 'Popup': 'Popup',
270
- 'Trigger workflow': 'Trigger workflow',
271
- 'Request API': 'Request API',
272
- 'Assign field values': 'Assign field values',
273
- 'Popup close method': 'Popup close method',
274
- 'Automatic close': 'Automatic close',
275
- 'Manually close': 'Manually close',
276
- 'After successful update': 'After successful update',
277
- 'Save record': 'Save record',
278
- 'After successful save': 'After successful save',
279
- 'Button background color': 'Button background color',
280
- 'Highlight': 'Highlight',
281
- 'Danger red': 'Danger red'
298
+ "Save as template": "Save as template",
299
+ "Block templates": "Block templates",
300
+ "Convert reference to duplicate": "Convert reference to duplicate",
301
+ "Template name": "Template name",
302
+ "Block type": "Block type",
303
+ "Action column": "Action column",
304
+ "Records per page": "Records per page",
305
+ "(Fields only)": "(Fields only)",
306
+ "Button title": "Button title",
307
+ "Button icon": "Button icon",
308
+ "Submitted successfully": "Submitted successfully",
309
+ "Operation succeeded": "Operation succeeded",
310
+ "Operation failed": "Operation failed",
311
+ "Open mode": "Open mode",
312
+ "Menu item title": "Menu item title",
313
+ "Menu item icon": "Menu item icon",
314
+ "Target": "Target",
315
+ "Position": "Position",
316
+ "Insert before": "Insert before",
317
+ "Insert after": "Insert after",
318
+ "UI Editor": "UI Editor",
319
+ "ASC": "ASC",
320
+ "DESC": "DESC",
321
+ "Add sort field": "Add sort field",
322
+ "ID": "ID",
323
+ "Drawer": "Drawer",
324
+ "Dialog": "Dialog",
325
+ "Delete action": "Delete action",
326
+ "Custom column title": "Custom column title",
327
+ "Original title: ": "Original title: ",
328
+ "Delete table column": "Delete table column",
329
+ "Skip required validation": "Skip required validation",
330
+ "Form values": "Form values",
331
+ "Fields values": "Fields values",
332
+ "When submitting the following fields, the saved values are": "When submitting the following fields, the saved values are",
333
+ "After successful submission": "After successful submission",
334
+ "Then": "Then",
335
+ "Stay on current page": "Stay on current page",
336
+ "Redirect to": "Redirect to",
337
+ "Save action": "Save action",
338
+ "Exists": "Exists",
339
+ "Filename": "Filename",
340
+ "Add condition": "Add condition",
341
+ "Add condition group": "Add condition group",
342
+ "exists": "exists",
343
+ "not exists": "not exists",
344
+ "is current logged-in user": "is current logged-in user",
345
+ "=": "=",
346
+ "≠": "≠",
347
+ ">": ">",
348
+ "≥": "≥",
349
+ "<": "<",
350
+ "≤": "≤",
351
+ "Role UID": "Role UID",
352
+ "Precision": "Precision",
353
+ "Formula mode": "Formula mode",
354
+ "Expression": "Expression",
355
+ "Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
356
+ "Formula error.": "Formula error.",
357
+ "Accept": "Accept",
358
+ "Rich Text": "Rich Text",
359
+ "Junction collection": "Junction collection",
360
+ "Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
361
+ "Fields": "Fields",
362
+ "Edit field title": "Edit field title",
363
+ "Field title": "Field title",
364
+ "Original field title: ": "Original field title: ",
365
+ "Edit tooltip": "Edit tooltip",
366
+ "Delete field": "Delete field",
367
+ "Select collection": "Select collection",
368
+ "Blank block": "Blank block",
369
+ "Duplicate template": "Duplicate template",
370
+ "Reference template": "Reference template",
371
+ "Create calendar block": "Create calendar block",
372
+ "Create kanban block": "Create kanban block",
373
+ "Group field": "Group field",
374
+ "Tab name": "Tab name",
375
+ "Current record blocks": "Current record blocks",
376
+ "Popup message": "Popup message",
377
+ "Delete role": "Delete role",
378
+ "Role display name": "Role display name",
379
+ "Default role": "Default role",
380
+ "All collections use general action permissions by default; permission configured individually will override the default one.": "All collections use general action permissions by default; permission configured individually will override the default one.",
381
+ "Allows configuration of the whole system, including UI, collections, permissions, etc.": "Allows configuration of the whole system, including UI, collections, permissions, etc.",
382
+ "New menu items are allowed to be accessed by default.": "New menu items are allowed to be accessed by default.",
383
+ "Global permissions": "Global permissions",
384
+ "General permissions": "General permissions",
385
+ "Global action permissions": "Global action permissions",
386
+ "General action permissions": "General action permissions",
387
+ "Action display name": "Action display name",
388
+ "Allow": "Allow",
389
+ "Data scope": "Data scope",
390
+ "Action on new records": "Action on new records",
391
+ "Action on existing records": "Action on existing records",
392
+ "All records": "All records",
393
+ "Own records": "Own records",
394
+ "Permission policy": "Permission policy",
395
+ "Individual": "Individual",
396
+ "General": "General",
397
+ "Accessible": "Accessible",
398
+ "Configure permission": "Configure permission",
399
+ "Action permission": "Action permission",
400
+ "Field permission": "Field permission",
401
+ "Scope name": "Scope name",
402
+ "File storages": "File storages",
403
+ "Storage display name": "Storage display name",
404
+ "Storage name": "Storage name",
405
+ "Default storage": "Default storage",
406
+ "Add storage": "Add storage",
407
+ "Edit storage": "Edit storage",
408
+ "Storage base URL": "Storage base URL",
409
+ "Destination": "Destination",
410
+ "Use the built-in static file server": "Use the built-in static file server",
411
+ "Local storage": "Local storage",
412
+ "Aliyun OSS": "Aliyun OSS",
413
+ "Amazon S3": "Amazon S3",
414
+ "Workflow": "Workflow",
415
+ "Execution History": "Execution History",
416
+ "Trigger type": "Trigger type",
417
+ "Description": "Description",
418
+ "Status": "Status",
419
+ "On": "On",
420
+ "Off": "Off",
421
+ "Version": "Version",
422
+ "Copy to new version": "Copy to new version",
423
+ "Load failed": "Load failed",
424
+ "Trigger": "Trigger",
425
+ "Collection event": "Collection event",
426
+ "Trigger on": "Trigger on",
427
+ "After record added": "After record added",
428
+ "After record updated": "After record updated",
429
+ "After record added or updated": "After record added or updated",
430
+ "After record deleted": "After record deleted",
431
+ "Changed fields": "Changed fields",
432
+ "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.",
433
+ "Only triggers when match conditions": "Only triggers when match conditions",
434
+ "Schedule event": "Schedule event",
435
+ "Trigger mode": "Trigger mode",
436
+ "Based on certain date": "Based on certain date",
437
+ "Based on date field of collection": "Based on date field of collection",
438
+ "Starts on": "Starts on",
439
+ "Ends on": "Ends on",
440
+ "Exactly at": "Exactly at",
441
+ "Repeat mode": "Repeat mode",
442
+ "Repeat limit": "Repeat limit",
443
+ "No limit": "No limit",
444
+ "Seconds": "Seconds",
445
+ "Minutes": "Minutes",
446
+ "Hours": "Hours",
447
+ "Days": "Days",
448
+ "Weeks": "Weeks",
449
+ "Months": "Months",
450
+ "No repeat": "No repeat",
451
+ "Every": "Every",
452
+ "By minute": "By minute",
453
+ "By hour": "By hour",
454
+ "By day": "By day",
455
+ "By week": "By week",
456
+ "By month": "By month",
457
+ "By field": "By field",
458
+ "By custom date": "By custom date",
459
+ "Advanced": "Advanced",
460
+ "Advanced type": "Advanced",
461
+ "End": "End",
462
+ "Trigger context": "Trigger context",
463
+ "Node result": "Node result",
464
+ "Constant": "Constant",
465
+ "Boolean": "Boolean",
466
+ "String": "String",
467
+ "Comparison": "Comparison",
468
+ "Arithmetic calculation": "Arithmetic calculation",
469
+ "String operation": "String operation",
470
+ "On going": "On going",
471
+ "Succeeded": "Succeeded",
472
+ "Failed": "Failed",
473
+ "Canceled": "Canceled",
474
+ "This node contains branches, deleting will also be preformed to them, are you sure?": "This node contains branches, deleting will also be preformed to them, are you sure?",
475
+ "Control": "Control",
476
+ "Collection operations": "Collection operations",
477
+ "Node type": "Node type",
478
+ "Calculation": "Calculation",
479
+ "Configure calculation": "Configure calculation",
480
+ "Calculation result": "Calculation result",
481
+ "True": "True",
482
+ "False": "False",
483
+ "Condition": "Condition",
484
+ "Mode": "Mode",
485
+ "Continue when \"Yes\"": "Continue when \"Yes\"",
486
+ "Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"",
487
+ "Conditions": "Conditions",
488
+ "Parallel branch": "Parallel branch",
489
+ "All succeeded": "All succeeded",
490
+ "Any succeeded": "Any succeeded",
491
+ "Continue after all branches succeeded": "Continue after all branches succeeded",
492
+ "Continue after any branch succeeded": "Continue after any branch succeeded",
493
+ "Create record": "Create record",
494
+ "Update record": "Update record",
495
+ "Query record": "Query record",
496
+ "Multiple records": "Multiple records",
497
+ "Please select collection first": "Please select collection first",
498
+ "Only update records matching conditions": "Only update records matching conditions",
499
+ "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.",
500
+ "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
501
+ "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
502
+ "Unsaved changes": "Unsaved changes",
503
+ "Are you sure you don't want to save?": "Are you sure you don't want to save?",
504
+ "Dragging": "Dragging",
505
+ "Popup": "Popup",
506
+ "Trigger workflow": "Trigger workflow",
507
+ "Request API": "Request API",
508
+ "Assign field values": "Assign field values",
509
+ "Constant value": "Constant value",
510
+ "Dynamic value": "Dynamic value",
511
+ "Current user": "Current user",
512
+ "Current record": "Current record",
513
+ "Popup close method": "Popup close method",
514
+ "Automatic close": "Automatic close",
515
+ "Manually close": "Manually close",
516
+ "After successful update": "After successful update",
517
+ "Save record": "Save record",
518
+ "Updated successfully": "Updated successfully",
519
+ "After successful save": "After successful save",
520
+ "After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
521
+ "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
522
+ "Button background color": "Button background color",
523
+ "Highlight": "Highlight",
524
+ "Danger red": "Danger red",
525
+ "Custom request": "Custom request",
526
+ "Request settings": "Request settings",
527
+ "Request URL": "Request URL",
528
+ "Request method": "Request method",
529
+ "Request query parameters": "Request query parameters",
530
+ "Request headers": "Request headers",
531
+ "Request body": "Request body",
532
+ "Request success": "Request success",
533
+ "Invalid JSON format": "Invalid JSON format",
534
+ "After successful request": "After successful request",
535
+ "Add exportable field": "Add exportable field",
536
+ "Audit logs": "Audit logs",
537
+ "Record ID": "Record ID",
538
+ "User": "User",
539
+ "Field": "Field",
540
+ "Field value changes": "Field value changes",
541
+ "One to one (has one)": "One to one (has one)",
542
+ "One to one (belongs to)": "One to one (belongs to)",
543
+ "Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users",
544
+ "Province/city/area name": "Province/city/area name"
282
545
  };