@tachybase/client 1.3.7 → 1.3.9

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 (617) hide show
  1. package/package.json +7 -7
  2. package/es/api-client/__tests__/APIClient.test.mjs +0 -55
  3. package/es/api-client/demos/demo1.mjs +0 -32
  4. package/es/api-client/demos/demo2.mjs +0 -31
  5. package/es/api-client/demos/demo3.mjs +0 -74
  6. package/es/application/__tests__/Application.test.mjs +0 -481
  7. package/es/application/__tests__/Plugin.test.mjs +0 -197
  8. package/es/application/__tests__/PluginSettingsManager.test.mjs +0 -156
  9. package/es/application/__tests__/RouterManager.test.mjs +0 -311
  10. package/es/application/__tests__/SchemaInitializer.test.mjs +0 -163
  11. package/es/application/__tests__/SchemaToolbar.test.mjs +0 -143
  12. package/es/application/__tests__/hoc/withDynamicSchemaProps.test.mjs +0 -187
  13. package/es/application/__tests__/hooks.test.mjs +0 -85
  14. package/es/application/__tests__/utils/remotePlugins.test.mjs +0 -318
  15. package/es/application/__tests__/utils.test.mjs +0 -99
  16. package/es/application/demos/demo1.mjs +0 -110
  17. package/es/application/demos/demo2.mjs +0 -126
  18. package/es/application/demos/demo3.mjs +0 -11
  19. package/es/collection-manager/demos/demo2.mjs +0 -106
  20. package/es/collection-manager/demos/demo3.mjs +0 -76
  21. package/es/collection-manager/demos/demo4.mjs +0 -168
  22. package/es/collection-manager/demos/demo5.mjs +0 -152
  23. package/es/collection-manager/interfaces/__tests__/json.mjs +0 -40
  24. package/es/data-source/__tests__/collection/AssociationProvider.test.mjs +0 -113
  25. package/es/data-source/__tests__/collection/Collection.test.mjs +0 -297
  26. package/es/data-source/__tests__/collection/CollectionManager.test.mjs +0 -297
  27. package/es/data-source/__tests__/collection/CollectionManagerProvider.test.mjs +0 -114
  28. package/es/data-source/__tests__/collection/CollectionProvider.test.mjs +0 -106
  29. package/es/data-source/__tests__/collection/ExtendCollectionsProvider.test.mjs +0 -87
  30. package/es/data-source/__tests__/collection-field/CollectionField.test.mjs +0 -67
  31. package/es/data-source/__tests__/collection-field/CollectionFieldProvider.test.mjs +0 -51
  32. package/es/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.mjs +0 -162
  33. package/es/data-source/__tests__/collection-record/CollectionRecord.test.mjs +0 -21
  34. package/es/data-source/__tests__/collection-record/CollectionRecordProvider.test.mjs +0 -253
  35. package/es/data-source/__tests__/collection-record/isNewRecord.test.mjs +0 -45
  36. package/es/data-source/__tests__/collection-template/CollectionTemplateManager.test.mjs +0 -123
  37. package/es/data-source/__tests__/components/CollectionDeletedPlaceholder.test.mjs +0 -43
  38. package/es/data-source/__tests__/data-block/DataBlockProvider.test.mjs +0 -114
  39. package/es/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.mjs +0 -88
  40. package/es/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.mjs +0 -139
  41. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-create.mjs +0 -109
  42. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.mjs +0 -174
  43. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.mjs +0 -138
  44. package/es/data-source/__tests__/data-block/data-block-demos/collection-table-list.mjs +0 -94
  45. package/es/data-source/__tests__/data-block/data-block-demos/createApp.mjs +0 -55
  46. package/es/data-source/__tests__/data-source/CollectionDataSourceProvider.test.mjs +0 -35
  47. package/es/data-source/__tests__/data-source/DataSource.test.mjs +0 -75
  48. package/es/data-source/__tests__/data-source/DataSourceManager.test.mjs +0 -166
  49. package/es/data-source/__tests__/data-source/DataSourceManagerProvider.test.mjs +0 -30
  50. package/es/data-source/__tests__/data-source/DataSourceProvider.test.mjs +0 -79
  51. package/es/data-source/__tests__/utils.test.mjs +0 -55
  52. package/es/filter-provider/__tests__/transformToFilter.mjs +0 -65
  53. package/es/filter-provider/__tests__/useFilter.mjs +0 -41
  54. package/es/filter-provider/__tests__/utiles.test.mjs +0 -265
  55. package/es/flag-provider/__tests__/flag-provider.test.mjs +0 -19
  56. package/es/icon/__tests__/icon.test.mjs +0 -25
  57. package/es/icon/demos/antd-icon.mjs +0 -7
  58. package/es/icon/demos/custom-icon.mjs +0 -16
  59. package/es/icon/demos/iconfont.mjs +0 -10
  60. package/es/icon/demos/register-icon.mjs +0 -23
  61. package/es/modules/actions/disassociate/__e2e__/disassociate.test.mjs +0 -39
  62. package/es/modules/actions/disassociate/__e2e__/templatesOfPage.mjs +0 -383
  63. package/es/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.mjs +0 -112
  64. package/es/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.mjs +0 -72
  65. package/es/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.mjs +0 -0
  66. package/es/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.mjs +0 -14
  67. package/es/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.mjs +0 -98
  68. package/es/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.mjs +0 -24
  69. package/es/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.mjs +0 -0
  70. package/es/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.mjs +0 -14
  71. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.mjs +0 -14
  72. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.mjs +0 -26
  73. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.mjs +0 -168
  74. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.mjs +0 -28
  75. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.mjs +0 -141
  76. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.mjs +0 -1254
  77. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.mjs +0 -6002
  78. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.mjs +0 -16
  79. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.mjs +0 -212
  80. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.mjs +0 -0
  81. package/es/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.mjs +0 -19
  82. package/es/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.mjs +0 -18
  83. package/es/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.mjs +0 -220
  84. package/es/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.mjs +0 -48
  85. package/es/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.mjs +0 -0
  86. package/es/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.mjs +0 -26
  87. package/es/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.mjs +0 -211
  88. package/es/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.mjs +0 -23
  89. package/es/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.mjs +0 -0
  90. package/es/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.mjs +0 -24
  91. package/es/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.mjs +0 -9
  92. package/es/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.mjs +0 -33
  93. package/es/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.mjs +0 -19
  94. package/es/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.mjs +0 -31
  95. package/es/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.mjs +0 -419
  96. package/es/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.mjs +0 -869
  97. package/es/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.mjs +0 -934
  98. package/es/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.mjs +0 -42
  99. package/es/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.mjs +0 -16
  100. package/es/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.mjs +0 -159
  101. package/es/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.mjs +0 -146
  102. package/es/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.mjs +0 -692
  103. package/es/modules/blocks/data-blocks/table-selector/__e2e__/utils.mjs +0 -12
  104. package/es/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.mjs +0 -14
  105. package/es/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.mjs +0 -59
  106. package/es/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.mjs +0 -62
  107. package/es/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.mjs +0 -0
  108. package/es/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.mjs +0 -40
  109. package/es/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.mjs +0 -115
  110. package/es/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.mjs +0 -98
  111. package/es/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.mjs +0 -0
  112. package/es/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.mjs +0 -23
  113. package/es/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.mjs +0 -10
  114. package/es/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.mjs +0 -33
  115. package/es/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.mjs +0 -0
  116. package/es/modules/dialog/__e2e__/schemaInitializer.test.mjs +0 -388
  117. package/es/modules/dialog/__e2e__/schemaSettings.test.mjs +0 -59
  118. package/es/modules/dialog/__e2e__/templatesOfBug.mjs +0 -2122
  119. package/es/modules/dialog/__e2e__/zIndex.test.mjs +0 -35
  120. package/es/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.mjs +0 -74
  121. package/es/modules/fields/component/DatePicker/__e2e__/utils.mjs +0 -323
  122. package/es/modules/menu/__e2e__/dragAndDrop.test.mjs +0 -27
  123. package/es/modules/menu/__e2e__/schemaInitializer.test.mjs +0 -101
  124. package/es/modules/menu/__e2e__/schemaSettings.test.mjs +0 -347
  125. package/es/modules/menu/__e2e__/templatesOfBug.mjs +0 -0
  126. package/es/modules/page/__e2e__/blockInitializers.test.mjs +0 -17
  127. package/es/modules/page/__e2e__/dragAndDrop.test.mjs +0 -16
  128. package/es/modules/page/__e2e__/schemaInitailizer.test.mjs +0 -15
  129. package/es/modules/page/__e2e__/schemaSettings.test.mjs +0 -134
  130. package/es/modules/page/__e2e__/templatesOfBug.mjs +0 -0
  131. package/es/modules/plugin-manager/__e2e__/pluginManager.test.mjs +0 -113
  132. package/es/modules/plugin-manager/__e2e__/templatesOfBug.mjs +0 -0
  133. package/es/modules/user-center/__e2e__/settings.test.mjs +0 -12
  134. package/es/schema-component/antd/action/__tests__/action.test.mjs +0 -116
  135. package/es/schema-component/antd/action/demos/demo1.mjs +0 -70
  136. package/es/schema-component/antd/action/demos/demo2.mjs +0 -75
  137. package/es/schema-component/antd/action/demos/demo3.mjs +0 -127
  138. package/es/schema-component/antd/action/demos/demo4.mjs +0 -58
  139. package/es/schema-component/antd/action/demos/demo5.mjs +0 -211
  140. package/es/schema-component/antd/action/demos/demo6.mjs +0 -95
  141. package/es/schema-component/antd/association-select/__tests__/association-select.test.mjs +0 -16
  142. package/es/schema-component/antd/association-select/demos/demo1.mjs +0 -55
  143. package/es/schema-component/antd/block-item/__tests__/block-item.test.mjs +0 -14
  144. package/es/schema-component/antd/block-item/demos/demo1.mjs +0 -60
  145. package/es/schema-component/antd/card-item/__tests__/card-item.test.mjs +0 -11
  146. package/es/schema-component/antd/card-item/demos/demo1.mjs +0 -31
  147. package/es/schema-component/antd/cascader/__tests__/cascader.test.mjs +0 -29
  148. package/es/schema-component/antd/cascader/demos/demo1.mjs +0 -82
  149. package/es/schema-component/antd/cascader/demos/demo2.mjs +0 -115
  150. package/es/schema-component/antd/checkbox/__tests__/checkbox.test.mjs +0 -40
  151. package/es/schema-component/antd/checkbox/demos/checkbox.group.mjs +0 -54
  152. package/es/schema-component/antd/checkbox/demos/checkbox.mjs +0 -40
  153. package/es/schema-component/antd/collection-select/__tests__/collection-select.test.mjs +0 -16
  154. package/es/schema-component/antd/collection-select/demos/demo1.mjs +0 -36
  155. package/es/schema-component/antd/color-picker/demos/demo1.mjs +0 -49
  156. package/es/schema-component/antd/color-select/__tests__/color-select.test.mjs +0 -16
  157. package/es/schema-component/antd/color-select/demos/demo1.mjs +0 -40
  158. package/es/schema-component/antd/cron/__tests__/cron-set.test.mjs +0 -30
  159. package/es/schema-component/antd/cron/demos/demo1.mjs +0 -32
  160. package/es/schema-component/antd/cron/demos/demo2.mjs +0 -51
  161. package/es/schema-component/antd/date-picker/__tests__/date-picker.test.mjs +0 -178
  162. package/es/schema-component/antd/date-picker/__tests__/getDateRanges.test.mjs +0 -110
  163. package/es/schema-component/antd/date-picker/__tests__/mapDatePicker.test.mjs +0 -200
  164. package/es/schema-component/antd/date-picker/__tests__/mapRangePicker.test.mjs +0 -59
  165. package/es/schema-component/antd/date-picker/__tests__/util.test.mjs +0 -166
  166. package/es/schema-component/antd/date-picker/demos/demo1.mjs +0 -57
  167. package/es/schema-component/antd/date-picker/demos/demo10.mjs +0 -61
  168. package/es/schema-component/antd/date-picker/demos/demo11.mjs +0 -65
  169. package/es/schema-component/antd/date-picker/demos/demo2.mjs +0 -60
  170. package/es/schema-component/antd/date-picker/demos/demo3.mjs +0 -58
  171. package/es/schema-component/antd/date-picker/demos/demo4.mjs +0 -72
  172. package/es/schema-component/antd/date-picker/demos/demo5.mjs +0 -71
  173. package/es/schema-component/antd/date-picker/demos/demo6.mjs +0 -71
  174. package/es/schema-component/antd/date-picker/demos/demo7.mjs +0 -61
  175. package/es/schema-component/antd/date-picker/demos/demo8.mjs +0 -61
  176. package/es/schema-component/antd/date-picker/demos/demo9.mjs +0 -61
  177. package/es/schema-component/antd/details/__tests__/details.test.mjs +0 -10
  178. package/es/schema-component/antd/details/demos/demo1.mjs +0 -42
  179. package/es/schema-component/antd/error-fallback/__tests__/error-fallback.test.mjs +0 -17
  180. package/es/schema-component/antd/error-fallback/demos/demo1.mjs +0 -13
  181. package/es/schema-component/antd/filter/__tests__/filter.test.mjs +0 -113
  182. package/es/schema-component/antd/filter/demos/demo2.mjs +0 -129
  183. package/es/schema-component/antd/filter/demos/demo3.mjs +0 -196
  184. package/es/schema-component/antd/filter/demos/demo4.mjs +0 -184
  185. package/es/schema-component/antd/filter/demos/demo5.mjs +0 -131
  186. package/es/schema-component/antd/filter/demos/demo6.mjs +0 -118
  187. package/es/schema-component/antd/form/__tests__/form.test.mjs +0 -113
  188. package/es/schema-component/antd/form/demos/apiClient.mjs +0 -17
  189. package/es/schema-component/antd/form/demos/demo1.mjs +0 -73
  190. package/es/schema-component/antd/form/demos/demo2.mjs +0 -73
  191. package/es/schema-component/antd/form/demos/demo3.mjs +0 -72
  192. package/es/schema-component/antd/form/demos/demo4.mjs +0 -80
  193. package/es/schema-component/antd/form/demos/demo5.mjs +0 -114
  194. package/es/schema-component/antd/form/demos/demo6.mjs +0 -71
  195. package/es/schema-component/antd/form/demos/demo7.mjs +0 -75
  196. package/es/schema-component/antd/form/demos/demo8.mjs +0 -86
  197. package/es/schema-component/antd/form-item/__tests__/form-item.test.mjs +0 -12
  198. package/es/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.mjs +0 -27
  199. package/es/schema-component/antd/form-item/__tests__/utils.test.mjs +0 -65
  200. package/es/schema-component/antd/form-item/demos/demo1.mjs +0 -37
  201. package/es/schema-component/antd/form-v2/__tests__/form-v2.test.mjs +0 -47
  202. package/es/schema-component/antd/form-v2/demos/collections.mjs +0 -1565
  203. package/es/schema-component/antd/form-v2/demos/demo1.mjs +0 -108
  204. package/es/schema-component/antd/form-v2/demos/demo2.mjs +0 -131
  205. package/es/schema-component/antd/form-v2/demos/demo3.mjs +0 -117
  206. package/es/schema-component/antd/grid/__tests__/grid.test.mjs +0 -26
  207. package/es/schema-component/antd/grid/demos/demo1.mjs +0 -194
  208. package/es/schema-component/antd/grid/demos/demo2.mjs +0 -97
  209. package/es/schema-component/antd/grid/demos/demo3.mjs +0 -83
  210. package/es/schema-component/antd/grid-card/__tests__/grid-card.test.mjs +0 -9
  211. package/es/schema-component/antd/grid-card/demos/demo1.mjs +0 -6
  212. package/es/schema-component/antd/icon-picker/__tests__/icon-picker.test.mjs +0 -25
  213. package/es/schema-component/antd/icon-picker/demos/icon-picker.mjs +0 -40
  214. package/es/schema-component/antd/input/__tests__/Input.test.mjs +0 -115
  215. package/es/schema-component/antd/input/demos/input.mjs +0 -40
  216. package/es/schema-component/antd/input/demos/json.mjs +0 -46
  217. package/es/schema-component/antd/input/demos/textarea.mjs +0 -68
  218. package/es/schema-component/antd/input/demos/url.mjs +0 -42
  219. package/es/schema-component/antd/input-number/__tests__/input-number.test.mjs +0 -116
  220. package/es/schema-component/antd/input-number/demos/addonBefore&addonAfter.mjs +0 -48
  221. package/es/schema-component/antd/input-number/demos/highPrecisionDecimals.mjs +0 -50
  222. package/es/schema-component/antd/input-number/demos/inputNumber.mjs +0 -40
  223. package/es/schema-component/antd/list/__tests__/list.test.mjs +0 -9
  224. package/es/schema-component/antd/list/demos/demo1.mjs +0 -6
  225. package/es/schema-component/antd/markdown/__tests__/markdown.test.mjs +0 -27
  226. package/es/schema-component/antd/markdown/demos/demo1.mjs +0 -40
  227. package/es/schema-component/antd/markdown/demos/demo2.mjs +0 -51
  228. package/es/schema-component/antd/menu/__tests__/menu.test.mjs +0 -38
  229. package/es/schema-component/antd/menu/demos/demo1.mjs +0 -93
  230. package/es/schema-component/antd/menu/demos/demo2.mjs +0 -96
  231. package/es/schema-component/antd/menu/demos/demo3.mjs +0 -135
  232. package/es/schema-component/antd/page/__tests__/page.test.mjs +0 -18
  233. package/es/schema-component/antd/page/demos/demo1.mjs +0 -38
  234. package/es/schema-component/antd/password/__tests__/password.test.mjs +0 -28
  235. package/es/schema-component/antd/password/__tests__/utils.test.mjs +0 -21
  236. package/es/schema-component/antd/password/demos/demo1.mjs +0 -40
  237. package/es/schema-component/antd/password/demos/demo2.mjs +0 -43
  238. package/es/schema-component/antd/percent/__tests__/percent.test.mjs +0 -16
  239. package/es/schema-component/antd/percent/demos/percent.mjs +0 -40
  240. package/es/schema-component/antd/preview/__tests__/preview.test.mjs +0 -11
  241. package/es/schema-component/antd/preview/demos/demo1.mjs +0 -81
  242. package/es/schema-component/antd/radio/__tests__/radio.test.mjs +0 -43
  243. package/es/schema-component/antd/radio/demos/demo1.mjs +0 -40
  244. package/es/schema-component/antd/radio/demos/demo2.mjs +0 -52
  245. package/es/schema-component/antd/radio/demos/demo3.mjs +0 -54
  246. package/es/schema-component/antd/record-picker/__tests__/record-picker.test.mjs +0 -27
  247. package/es/schema-component/antd/record-picker/demos/demo1.mjs +0 -175
  248. package/es/schema-component/antd/record-picker/demos/mockData.mjs +0 -211
  249. package/es/schema-component/antd/remote-select/__tests__/remote-select.test.mjs +0 -16
  250. package/es/schema-component/antd/remote-select/demos/demo1.mjs +0 -55
  251. package/es/schema-component/antd/rich-text/__tests__/rich-text.test.mjs +0 -13
  252. package/es/schema-component/antd/rich-text/demos/demo1.mjs +0 -41
  253. package/es/schema-component/antd/select/__tests__/select.test.mjs +0 -41
  254. package/es/schema-component/antd/select/__tests__/utils.test.mjs +0 -129
  255. package/es/schema-component/antd/select/demos/demo1.mjs +0 -72
  256. package/es/schema-component/antd/select/demos/demo2.mjs +0 -76
  257. package/es/schema-component/antd/select/demos/demo3.mjs +0 -84
  258. package/es/schema-component/antd/table/__tests__/table.test.mjs +0 -21
  259. package/es/schema-component/antd/table/demos/demo1.mjs +0 -63
  260. package/es/schema-component/antd/table/demos/demo2.mjs +0 -63
  261. package/es/schema-component/antd/table/demos/demo3.mjs +0 -63
  262. package/es/schema-component/antd/table/demos/demo4.mjs +0 -217
  263. package/es/schema-component/antd/table-v2/__tests__/table-v2.test.mjs +0 -13
  264. package/es/schema-component/antd/table-v2/demos/collections.mjs +0 -1560
  265. package/es/schema-component/antd/table-v2/demos/demo1.mjs +0 -220
  266. package/es/schema-component/antd/table-v2/demos/demo2.mjs +0 -117
  267. package/es/schema-component/antd/tabs/__tests__/tabs.test.mjs +0 -14
  268. package/es/schema-component/antd/tabs/demos/demo1.mjs +0 -67
  269. package/es/schema-component/antd/time-picker/__tests__/time-picker.test.mjs +0 -45
  270. package/es/schema-component/antd/time-picker/demos/demo1.mjs +0 -40
  271. package/es/schema-component/antd/time-picker/demos/demo2.mjs +0 -40
  272. package/es/schema-component/antd/tree-select/__tests__/tree-select.test.mjs +0 -14
  273. package/es/schema-component/antd/tree-select/demos/demo1.mjs +0 -84
  274. package/es/schema-component/antd/upload/__tests__/upload.test.mjs +0 -13
  275. package/es/schema-component/antd/upload/demos/apiClient.mjs +0 -43
  276. package/es/schema-component/antd/upload/demos/demo1.mjs +0 -48
  277. package/es/schema-component/antd/upload/demos/demo2.mjs +0 -115
  278. package/es/schema-component/antd/variable/__tests__/variable.test.mjs +0 -45
  279. package/es/schema-component/antd/variable/demos/demo1.mjs +0 -44
  280. package/es/schema-component/antd/variable/demos/demo2.mjs +0 -44
  281. package/es/schema-component/antd/variable/demos/demo3.mjs +0 -44
  282. package/es/schema-component/demos/demo1.mjs +0 -89
  283. package/es/schema-component/demos/demo2.mjs +0 -23
  284. package/es/schema-component/demos/demo3.mjs +0 -24
  285. package/es/schema-component/demos/demo4.mjs +0 -24
  286. package/es/schema-component/hooks/__tests__/designable.test.mjs +0 -548
  287. package/es/schema-component/hooks/__tests__/splitWrapSchema.test.mjs +0 -89
  288. package/es/schema-initializer/demos/basic.mjs +0 -62
  289. package/es/schema-initializer/demos/build-type.mjs +0 -83
  290. package/es/schema-initializer/demos/custom-button.mjs +0 -94
  291. package/es/schema-initializer/demos/custom-items-component.mjs +0 -100
  292. package/es/schema-initializer/demos/dynamic-visible-children.mjs +0 -81
  293. package/es/schema-initializer/demos/insert-schema-action.mjs +0 -92
  294. package/es/schema-initializer/demos/insert-schema-basic.mjs +0 -112
  295. package/es/schema-initializer/demos/insert-schema-form-item.mjs +0 -136
  296. package/es/schema-initializer/demos/nested-items.mjs +0 -148
  297. package/es/schema-settings/demos/basic.mjs +0 -60
  298. package/es/schema-settings/demos/built-type.mjs +0 -142
  299. package/es/schema-settings/demos/custom-component.mjs +0 -42
  300. package/es/schema-settings/demos/demo3.mjs +0 -100
  301. package/es/schema-settings/demos/schema-basic.mjs +0 -64
  302. package/es/user/__tests__/current-user-settings-menu-provider.test.mjs +0 -36
  303. package/es/variables/__tests__/useVariables.test.mjs +0 -406
  304. package/es/variables/__tests__/utils/filterEmptyValues.test.mjs +0 -46
  305. package/es/variables/__tests__/utils/getPath.test.mjs +0 -4
  306. package/es/variables/__tests__/utils/getVariableName.test.mjs +0 -4
  307. package/es/variables/__tests__/utils/isVariable.test.mjs +0 -22
  308. package/es/variables/__tests__/utils/transformVariableValue.test.mjs +0 -136
  309. package/es/variables/__tests__/utils/uniq.test.mjs +0 -77
  310. package/lib/api-client/__tests__/APIClient.test.js +0 -90
  311. package/lib/api-client/demos/demo1.js +0 -80
  312. package/lib/api-client/demos/demo2.js +0 -79
  313. package/lib/api-client/demos/demo3.js +0 -122
  314. package/lib/application/__tests__/Application.test.js +0 -517
  315. package/lib/application/__tests__/Plugin.test.js +0 -233
  316. package/lib/application/__tests__/PluginSettingsManager.test.js +0 -192
  317. package/lib/application/__tests__/RouterManager.test.js +0 -347
  318. package/lib/application/__tests__/SchemaInitializer.test.js +0 -170
  319. package/lib/application/__tests__/SchemaToolbar.test.js +0 -150
  320. package/lib/application/__tests__/hoc/withDynamicSchemaProps.test.js +0 -194
  321. package/lib/application/__tests__/hooks.test.js +0 -92
  322. package/lib/application/__tests__/utils/remotePlugins.test.js +0 -325
  323. package/lib/application/__tests__/utils.test.js +0 -106
  324. package/lib/application/demos/demo1.js +0 -144
  325. package/lib/application/demos/demo2.js +0 -160
  326. package/lib/application/demos/demo3.js +0 -46
  327. package/lib/collection-manager/demos/demo2.js +0 -140
  328. package/lib/collection-manager/demos/demo3.js +0 -124
  329. package/lib/collection-manager/demos/demo4.js +0 -202
  330. package/lib/collection-manager/demos/demo5.js +0 -186
  331. package/lib/collection-manager/interfaces/__tests__/json.js +0 -47
  332. package/lib/data-source/__tests__/collection/AssociationProvider.test.js +0 -120
  333. package/lib/data-source/__tests__/collection/Collection.test.js +0 -304
  334. package/lib/data-source/__tests__/collection/CollectionManager.test.js +0 -304
  335. package/lib/data-source/__tests__/collection/CollectionManagerProvider.test.js +0 -121
  336. package/lib/data-source/__tests__/collection/CollectionProvider.test.js +0 -113
  337. package/lib/data-source/__tests__/collection/ExtendCollectionsProvider.test.js +0 -94
  338. package/lib/data-source/__tests__/collection-field/CollectionField.test.js +0 -74
  339. package/lib/data-source/__tests__/collection-field/CollectionFieldProvider.test.js +0 -58
  340. package/lib/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.js +0 -169
  341. package/lib/data-source/__tests__/collection-record/CollectionRecord.test.js +0 -28
  342. package/lib/data-source/__tests__/collection-record/CollectionRecordProvider.test.js +0 -260
  343. package/lib/data-source/__tests__/collection-record/isNewRecord.test.js +0 -52
  344. package/lib/data-source/__tests__/collection-template/CollectionTemplateManager.test.js +0 -130
  345. package/lib/data-source/__tests__/components/CollectionDeletedPlaceholder.test.js +0 -50
  346. package/lib/data-source/__tests__/data-block/DataBlockProvider.test.js +0 -154
  347. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.js +0 -122
  348. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.js +0 -187
  349. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-create.js +0 -143
  350. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.js +0 -222
  351. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.js +0 -172
  352. package/lib/data-source/__tests__/data-block/data-block-demos/collection-table-list.js +0 -128
  353. package/lib/data-source/__tests__/data-block/data-block-demos/createApp.js +0 -103
  354. package/lib/data-source/__tests__/data-source/CollectionDataSourceProvider.test.js +0 -42
  355. package/lib/data-source/__tests__/data-source/DataSource.test.js +0 -82
  356. package/lib/data-source/__tests__/data-source/DataSourceManager.test.js +0 -173
  357. package/lib/data-source/__tests__/data-source/DataSourceManagerProvider.test.js +0 -37
  358. package/lib/data-source/__tests__/data-source/DataSourceProvider.test.js +0 -86
  359. package/lib/data-source/__tests__/utils.test.js +0 -62
  360. package/lib/filter-provider/__tests__/transformToFilter.js +0 -72
  361. package/lib/filter-provider/__tests__/useFilter.js +0 -48
  362. package/lib/filter-provider/__tests__/utiles.test.js +0 -272
  363. package/lib/flag-provider/__tests__/flag-provider.test.js +0 -26
  364. package/lib/icon/__tests__/icon.test.js +0 -63
  365. package/lib/icon/demos/antd-icon.js +0 -41
  366. package/lib/icon/demos/custom-icon.js +0 -50
  367. package/lib/icon/demos/iconfont.js +0 -44
  368. package/lib/icon/demos/register-icon.js +0 -57
  369. package/lib/modules/actions/disassociate/__e2e__/disassociate.test.js +0 -46
  370. package/lib/modules/actions/disassociate/__e2e__/templatesOfPage.js +0 -419
  371. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.js +0 -119
  372. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.js +0 -79
  373. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.js +0 -6
  374. package/lib/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.js +0 -21
  375. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.js +0 -105
  376. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.js +0 -31
  377. package/lib/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.js +0 -6
  378. package/lib/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.js +0 -21
  379. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.js +0 -21
  380. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.js +0 -33
  381. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.js +0 -175
  382. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.js +0 -35
  383. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.js +0 -148
  384. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.js +0 -1261
  385. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.js +0 -6047
  386. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.js +0 -23
  387. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.js +0 -219
  388. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.js +0 -6
  389. package/lib/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.js +0 -26
  390. package/lib/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.js +0 -25
  391. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.js +0 -227
  392. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.js +0 -55
  393. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.js +0 -6
  394. package/lib/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.js +0 -33
  395. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.js +0 -218
  396. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.js +0 -30
  397. package/lib/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.js +0 -6
  398. package/lib/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.js +0 -31
  399. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.js +0 -16
  400. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.js +0 -40
  401. package/lib/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.js +0 -26
  402. package/lib/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.js +0 -38
  403. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.js +0 -426
  404. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.js +0 -876
  405. package/lib/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.js +0 -979
  406. package/lib/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.js +0 -49
  407. package/lib/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.js +0 -23
  408. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.js +0 -166
  409. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.js +0 -153
  410. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.js +0 -728
  411. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/utils.js +0 -46
  412. package/lib/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.js +0 -21
  413. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.js +0 -66
  414. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.js +0 -69
  415. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.js +0 -6
  416. package/lib/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.js +0 -47
  417. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.js +0 -122
  418. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.js +0 -105
  419. package/lib/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.js +0 -6
  420. package/lib/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.js +0 -30
  421. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.js +0 -17
  422. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.js +0 -40
  423. package/lib/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.js +0 -6
  424. package/lib/modules/dialog/__e2e__/schemaInitializer.test.js +0 -395
  425. package/lib/modules/dialog/__e2e__/schemaSettings.test.js +0 -66
  426. package/lib/modules/dialog/__e2e__/templatesOfBug.js +0 -2161
  427. package/lib/modules/dialog/__e2e__/zIndex.test.js +0 -42
  428. package/lib/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.js +0 -109
  429. package/lib/modules/fields/component/DatePicker/__e2e__/utils.js +0 -358
  430. package/lib/modules/menu/__e2e__/dragAndDrop.test.js +0 -34
  431. package/lib/modules/menu/__e2e__/schemaInitializer.test.js +0 -108
  432. package/lib/modules/menu/__e2e__/schemaSettings.test.js +0 -354
  433. package/lib/modules/menu/__e2e__/templatesOfBug.js +0 -6
  434. package/lib/modules/page/__e2e__/blockInitializers.test.js +0 -24
  435. package/lib/modules/page/__e2e__/dragAndDrop.test.js +0 -23
  436. package/lib/modules/page/__e2e__/schemaInitailizer.test.js +0 -22
  437. package/lib/modules/page/__e2e__/schemaSettings.test.js +0 -141
  438. package/lib/modules/page/__e2e__/templatesOfBug.js +0 -6
  439. package/lib/modules/plugin-manager/__e2e__/pluginManager.test.js +0 -120
  440. package/lib/modules/plugin-manager/__e2e__/templatesOfBug.js +0 -6
  441. package/lib/modules/user-center/__e2e__/settings.test.js +0 -19
  442. package/lib/schema-component/antd/action/__tests__/action.test.js +0 -154
  443. package/lib/schema-component/antd/action/demos/demo1.js +0 -104
  444. package/lib/schema-component/antd/action/demos/demo2.js +0 -109
  445. package/lib/schema-component/antd/action/demos/demo3.js +0 -175
  446. package/lib/schema-component/antd/action/demos/demo4.js +0 -92
  447. package/lib/schema-component/antd/action/demos/demo5.js +0 -245
  448. package/lib/schema-component/antd/action/demos/demo6.js +0 -129
  449. package/lib/schema-component/antd/association-select/__tests__/association-select.test.js +0 -51
  450. package/lib/schema-component/antd/association-select/demos/demo1.js +0 -89
  451. package/lib/schema-component/antd/block-item/__tests__/block-item.test.js +0 -49
  452. package/lib/schema-component/antd/block-item/demos/demo1.js +0 -94
  453. package/lib/schema-component/antd/card-item/__tests__/card-item.test.js +0 -46
  454. package/lib/schema-component/antd/card-item/demos/demo1.js +0 -65
  455. package/lib/schema-component/antd/cascader/__tests__/cascader.test.js +0 -65
  456. package/lib/schema-component/antd/cascader/demos/demo1.js +0 -116
  457. package/lib/schema-component/antd/cascader/demos/demo2.js +0 -163
  458. package/lib/schema-component/antd/checkbox/__tests__/checkbox.test.js +0 -76
  459. package/lib/schema-component/antd/checkbox/demos/checkbox.group.js +0 -88
  460. package/lib/schema-component/antd/checkbox/demos/checkbox.js +0 -74
  461. package/lib/schema-component/antd/collection-select/__tests__/collection-select.test.js +0 -51
  462. package/lib/schema-component/antd/collection-select/demos/demo1.js +0 -70
  463. package/lib/schema-component/antd/color-picker/demos/demo1.js +0 -83
  464. package/lib/schema-component/antd/color-select/__tests__/color-select.test.js +0 -51
  465. package/lib/schema-component/antd/color-select/demos/demo1.js +0 -74
  466. package/lib/schema-component/antd/cron/__tests__/cron-set.test.js +0 -66
  467. package/lib/schema-component/antd/cron/demos/demo1.js +0 -66
  468. package/lib/schema-component/antd/cron/demos/demo2.js +0 -85
  469. package/lib/schema-component/antd/date-picker/__tests__/date-picker.test.js +0 -222
  470. package/lib/schema-component/antd/date-picker/__tests__/getDateRanges.test.js +0 -145
  471. package/lib/schema-component/antd/date-picker/__tests__/mapDatePicker.test.js +0 -235
  472. package/lib/schema-component/antd/date-picker/__tests__/mapRangePicker.test.js +0 -94
  473. package/lib/schema-component/antd/date-picker/__tests__/util.test.js +0 -201
  474. package/lib/schema-component/antd/date-picker/demos/demo1.js +0 -91
  475. package/lib/schema-component/antd/date-picker/demos/demo10.js +0 -95
  476. package/lib/schema-component/antd/date-picker/demos/demo11.js +0 -99
  477. package/lib/schema-component/antd/date-picker/demos/demo2.js +0 -94
  478. package/lib/schema-component/antd/date-picker/demos/demo3.js +0 -92
  479. package/lib/schema-component/antd/date-picker/demos/demo4.js +0 -120
  480. package/lib/schema-component/antd/date-picker/demos/demo5.js +0 -119
  481. package/lib/schema-component/antd/date-picker/demos/demo6.js +0 -119
  482. package/lib/schema-component/antd/date-picker/demos/demo7.js +0 -95
  483. package/lib/schema-component/antd/date-picker/demos/demo8.js +0 -95
  484. package/lib/schema-component/antd/date-picker/demos/demo9.js +0 -95
  485. package/lib/schema-component/antd/details/__tests__/details.test.js +0 -45
  486. package/lib/schema-component/antd/details/demos/demo1.js +0 -76
  487. package/lib/schema-component/antd/error-fallback/__tests__/error-fallback.test.js +0 -52
  488. package/lib/schema-component/antd/error-fallback/demos/demo1.js +0 -47
  489. package/lib/schema-component/antd/filter/__tests__/filter.test.js +0 -152
  490. package/lib/schema-component/antd/filter/demos/demo2.js +0 -163
  491. package/lib/schema-component/antd/filter/demos/demo3.js +0 -230
  492. package/lib/schema-component/antd/filter/demos/demo4.js +0 -218
  493. package/lib/schema-component/antd/filter/demos/demo5.js +0 -165
  494. package/lib/schema-component/antd/filter/demos/demo6.js +0 -152
  495. package/lib/schema-component/antd/form/__tests__/form.test.js +0 -155
  496. package/lib/schema-component/antd/form/demos/apiClient.js +0 -65
  497. package/lib/schema-component/antd/form/demos/demo1.js +0 -107
  498. package/lib/schema-component/antd/form/demos/demo2.js +0 -107
  499. package/lib/schema-component/antd/form/demos/demo3.js +0 -106
  500. package/lib/schema-component/antd/form/demos/demo4.js +0 -114
  501. package/lib/schema-component/antd/form/demos/demo5.js +0 -148
  502. package/lib/schema-component/antd/form/demos/demo6.js +0 -105
  503. package/lib/schema-component/antd/form/demos/demo7.js +0 -109
  504. package/lib/schema-component/antd/form/demos/demo8.js +0 -120
  505. package/lib/schema-component/antd/form-item/__tests__/form-item.test.js +0 -47
  506. package/lib/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.js +0 -34
  507. package/lib/schema-component/antd/form-item/__tests__/utils.test.js +0 -72
  508. package/lib/schema-component/antd/form-item/demos/demo1.js +0 -71
  509. package/lib/schema-component/antd/form-v2/__tests__/form-v2.test.js +0 -84
  510. package/lib/schema-component/antd/form-v2/demos/collections.js +0 -1601
  511. package/lib/schema-component/antd/form-v2/demos/demo1.js +0 -156
  512. package/lib/schema-component/antd/form-v2/demos/demo2.js +0 -179
  513. package/lib/schema-component/antd/form-v2/demos/demo3.js +0 -165
  514. package/lib/schema-component/antd/grid/__tests__/grid.test.js +0 -63
  515. package/lib/schema-component/antd/grid/demos/demo1.js +0 -228
  516. package/lib/schema-component/antd/grid/demos/demo2.js +0 -131
  517. package/lib/schema-component/antd/grid/demos/demo3.js +0 -118
  518. package/lib/schema-component/antd/grid-card/__tests__/grid-card.test.js +0 -44
  519. package/lib/schema-component/antd/grid-card/demos/demo1.js +0 -40
  520. package/lib/schema-component/antd/icon-picker/__tests__/icon-picker.test.js +0 -60
  521. package/lib/schema-component/antd/icon-picker/demos/icon-picker.js +0 -74
  522. package/lib/schema-component/antd/input/__tests__/Input.test.js +0 -153
  523. package/lib/schema-component/antd/input/demos/input.js +0 -74
  524. package/lib/schema-component/antd/input/demos/json.js +0 -80
  525. package/lib/schema-component/antd/input/demos/textarea.js +0 -102
  526. package/lib/schema-component/antd/input/demos/url.js +0 -76
  527. package/lib/schema-component/antd/input-number/__tests__/input-number.test.js +0 -153
  528. package/lib/schema-component/antd/input-number/demos/addonBefore&addonAfter.js +0 -82
  529. package/lib/schema-component/antd/input-number/demos/highPrecisionDecimals.js +0 -84
  530. package/lib/schema-component/antd/input-number/demos/inputNumber.js +0 -74
  531. package/lib/schema-component/antd/list/__tests__/list.test.js +0 -44
  532. package/lib/schema-component/antd/list/demos/demo1.js +0 -40
  533. package/lib/schema-component/antd/markdown/__tests__/markdown.test.js +0 -63
  534. package/lib/schema-component/antd/markdown/demos/demo1.js +0 -74
  535. package/lib/schema-component/antd/markdown/demos/demo2.js +0 -85
  536. package/lib/schema-component/antd/menu/__tests__/menu.test.js +0 -75
  537. package/lib/schema-component/antd/menu/demos/demo1.js +0 -127
  538. package/lib/schema-component/antd/menu/demos/demo2.js +0 -130
  539. package/lib/schema-component/antd/menu/demos/demo3.js +0 -169
  540. package/lib/schema-component/antd/page/__tests__/page.test.js +0 -53
  541. package/lib/schema-component/antd/page/demos/demo1.js +0 -72
  542. package/lib/schema-component/antd/password/__tests__/password.test.js +0 -64
  543. package/lib/schema-component/antd/password/__tests__/utils.test.js +0 -28
  544. package/lib/schema-component/antd/password/demos/demo1.js +0 -74
  545. package/lib/schema-component/antd/password/demos/demo2.js +0 -77
  546. package/lib/schema-component/antd/percent/__tests__/percent.test.js +0 -51
  547. package/lib/schema-component/antd/percent/demos/percent.js +0 -74
  548. package/lib/schema-component/antd/preview/__tests__/preview.test.js +0 -46
  549. package/lib/schema-component/antd/preview/demos/demo1.js +0 -129
  550. package/lib/schema-component/antd/radio/__tests__/radio.test.js +0 -80
  551. package/lib/schema-component/antd/radio/demos/demo1.js +0 -74
  552. package/lib/schema-component/antd/radio/demos/demo2.js +0 -86
  553. package/lib/schema-component/antd/radio/demos/demo3.js +0 -88
  554. package/lib/schema-component/antd/record-picker/__tests__/record-picker.test.js +0 -62
  555. package/lib/schema-component/antd/record-picker/demos/demo1.js +0 -223
  556. package/lib/schema-component/antd/record-picker/demos/mockData.js +0 -247
  557. package/lib/schema-component/antd/remote-select/__tests__/remote-select.test.js +0 -51
  558. package/lib/schema-component/antd/remote-select/demos/demo1.js +0 -89
  559. package/lib/schema-component/antd/rich-text/__tests__/rich-text.test.js +0 -48
  560. package/lib/schema-component/antd/rich-text/demos/demo1.js +0 -75
  561. package/lib/schema-component/antd/select/__tests__/select.test.js +0 -78
  562. package/lib/schema-component/antd/select/__tests__/utils.test.js +0 -136
  563. package/lib/schema-component/antd/select/demos/demo1.js +0 -106
  564. package/lib/schema-component/antd/select/demos/demo2.js +0 -110
  565. package/lib/schema-component/antd/select/demos/demo3.js +0 -118
  566. package/lib/schema-component/antd/table/__tests__/table.test.js +0 -59
  567. package/lib/schema-component/antd/table/demos/demo1.js +0 -97
  568. package/lib/schema-component/antd/table/demos/demo2.js +0 -97
  569. package/lib/schema-component/antd/table/demos/demo3.js +0 -97
  570. package/lib/schema-component/antd/table/demos/demo4.js +0 -251
  571. package/lib/schema-component/antd/table-v2/__tests__/table-v2.test.js +0 -49
  572. package/lib/schema-component/antd/table-v2/demos/collections.js +0 -1596
  573. package/lib/schema-component/antd/table-v2/demos/demo1.js +0 -268
  574. package/lib/schema-component/antd/table-v2/demos/demo2.js +0 -151
  575. package/lib/schema-component/antd/tabs/__tests__/tabs.test.js +0 -49
  576. package/lib/schema-component/antd/tabs/demos/demo1.js +0 -101
  577. package/lib/schema-component/antd/time-picker/__tests__/time-picker.test.js +0 -81
  578. package/lib/schema-component/antd/time-picker/demos/demo1.js +0 -74
  579. package/lib/schema-component/antd/time-picker/demos/demo2.js +0 -74
  580. package/lib/schema-component/antd/tree-select/__tests__/tree-select.test.js +0 -49
  581. package/lib/schema-component/antd/tree-select/demos/demo1.js +0 -118
  582. package/lib/schema-component/antd/upload/__tests__/upload.test.js +0 -49
  583. package/lib/schema-component/antd/upload/demos/apiClient.js +0 -77
  584. package/lib/schema-component/antd/upload/demos/demo1.js +0 -96
  585. package/lib/schema-component/antd/upload/demos/demo2.js +0 -163
  586. package/lib/schema-component/antd/variable/__tests__/variable.test.js +0 -82
  587. package/lib/schema-component/antd/variable/demos/demo1.js +0 -78
  588. package/lib/schema-component/antd/variable/demos/demo2.js +0 -78
  589. package/lib/schema-component/antd/variable/demos/demo3.js +0 -78
  590. package/lib/schema-component/demos/demo1.js +0 -123
  591. package/lib/schema-component/demos/demo2.js +0 -57
  592. package/lib/schema-component/demos/demo3.js +0 -58
  593. package/lib/schema-component/demos/demo4.js +0 -58
  594. package/lib/schema-component/hooks/__tests__/designable.test.js +0 -555
  595. package/lib/schema-component/hooks/__tests__/splitWrapSchema.test.js +0 -96
  596. package/lib/schema-initializer/demos/basic.js +0 -96
  597. package/lib/schema-initializer/demos/build-type.js +0 -117
  598. package/lib/schema-initializer/demos/custom-button.js +0 -128
  599. package/lib/schema-initializer/demos/custom-items-component.js +0 -134
  600. package/lib/schema-initializer/demos/dynamic-visible-children.js +0 -115
  601. package/lib/schema-initializer/demos/insert-schema-action.js +0 -126
  602. package/lib/schema-initializer/demos/insert-schema-basic.js +0 -146
  603. package/lib/schema-initializer/demos/insert-schema-form-item.js +0 -170
  604. package/lib/schema-initializer/demos/nested-items.js +0 -182
  605. package/lib/schema-settings/demos/basic.js +0 -94
  606. package/lib/schema-settings/demos/built-type.js +0 -176
  607. package/lib/schema-settings/demos/custom-component.js +0 -76
  608. package/lib/schema-settings/demos/demo3.js +0 -134
  609. package/lib/schema-settings/demos/schema-basic.js +0 -98
  610. package/lib/user/__tests__/current-user-settings-menu-provider.test.js +0 -43
  611. package/lib/variables/__tests__/useVariables.test.js +0 -442
  612. package/lib/variables/__tests__/utils/filterEmptyValues.test.js +0 -53
  613. package/lib/variables/__tests__/utils/getPath.test.js +0 -11
  614. package/lib/variables/__tests__/utils/getVariableName.test.js +0 -11
  615. package/lib/variables/__tests__/utils/isVariable.test.js +0 -29
  616. package/lib/variables/__tests__/utils/transformVariableValue.test.js +0 -143
  617. package/lib/variables/__tests__/utils/uniq.test.js +0 -84
@@ -1,1560 +0,0 @@
1
- const collections_rslib_entry_ = {
2
- data: [
3
- {
4
- key: '17zb9wfq0vt',
5
- name: 'product',
6
- title: 's',
7
- inherit: false,
8
- fields: [],
9
- createdBy: true,
10
- updatedBy: true,
11
- sortable: true
12
- },
13
- {
14
- key: '1s4aq7jbxdh',
15
- name: 'roles',
16
- title: '{{t("Roles")}}',
17
- inherit: false,
18
- fields: [
19
- {
20
- key: 'gs6190e27z5',
21
- name: 'name',
22
- type: 'uid',
23
- interface: 'input',
24
- collectionName: 'roles',
25
- parentKey: null,
26
- reverseKey: null,
27
- uiSchemaUid: 'vy6i30jm9jm',
28
- uiSchema: {
29
- 'x-uid': 'vy6i30jm9jm',
30
- name: 'vlldvknkn3t',
31
- type: 'string',
32
- title: '{{t("Role UID")}}',
33
- 'x-component': 'Input'
34
- },
35
- prefix: 'r_',
36
- primaryKey: true
37
- },
38
- {
39
- key: 'w0hvovoxnjh',
40
- name: 'title',
41
- type: 'string',
42
- interface: 'input',
43
- collectionName: 'roles',
44
- parentKey: null,
45
- reverseKey: null,
46
- uiSchemaUid: 'pyq24tp0zkj',
47
- uiSchema: {
48
- 'x-uid': 'pyq24tp0zkj',
49
- name: 'wtku9z07h69',
50
- type: 'string',
51
- title: '{{t("Role name")}}',
52
- 'x-component': 'Input'
53
- },
54
- unique: true
55
- },
56
- {
57
- key: 'lxysmomsdhy',
58
- name: 'description',
59
- type: 'string',
60
- interface: null,
61
- collectionName: 'roles',
62
- parentKey: null,
63
- reverseKey: null,
64
- uiSchemaUid: null,
65
- uiSchema: {}
66
- },
67
- {
68
- key: 'ynyhe4kgxku',
69
- name: 'strategy',
70
- type: 'json',
71
- interface: null,
72
- collectionName: 'roles',
73
- parentKey: null,
74
- reverseKey: null,
75
- uiSchemaUid: null,
76
- uiSchema: {}
77
- },
78
- {
79
- key: 'qr9949ps9dv',
80
- name: 'default',
81
- type: 'boolean',
82
- interface: null,
83
- collectionName: 'roles',
84
- parentKey: null,
85
- reverseKey: null,
86
- uiSchemaUid: null,
87
- uiSchema: {},
88
- defaultValue: false
89
- },
90
- {
91
- key: '11ts4nwrm8c',
92
- name: 'allowConfigure',
93
- type: 'boolean',
94
- interface: null,
95
- collectionName: 'roles',
96
- parentKey: null,
97
- reverseKey: null,
98
- uiSchemaUid: null,
99
- uiSchema: {}
100
- },
101
- {
102
- key: 'nxj4s7xev9g',
103
- name: 'allowNewMenu',
104
- type: 'boolean',
105
- interface: null,
106
- collectionName: 'roles',
107
- parentKey: null,
108
- reverseKey: null,
109
- uiSchemaUid: null,
110
- uiSchema: {}
111
- },
112
- {
113
- key: 'ibwisd53xeg',
114
- name: 'menuUiSchemas',
115
- type: 'belongsToMany',
116
- interface: null,
117
- collectionName: 'roles',
118
- parentKey: null,
119
- reverseKey: null,
120
- uiSchemaUid: null,
121
- uiSchema: {},
122
- target: 'uiSchemas',
123
- targetKey: 'x-uid',
124
- foreignKey: 'roleName',
125
- sourceKey: 'name',
126
- otherKey: 'uiSchemaXUid',
127
- through: 'rolesUischemas'
128
- },
129
- {
130
- key: '0vt1uoy8f47',
131
- name: 'resources',
132
- type: 'hasMany',
133
- interface: null,
134
- collectionName: 'roles',
135
- parentKey: null,
136
- reverseKey: null,
137
- uiSchemaUid: null,
138
- uiSchema: {},
139
- target: 'rolesResources',
140
- sourceKey: 'name',
141
- targetKey: 'id',
142
- foreignKey: 'roleName'
143
- }
144
- ],
145
- autoGenId: false,
146
- model: 'RoleModel',
147
- filterTargetKey: 'name'
148
- },
149
- {
150
- key: 'nhng5sgypw8',
151
- name: 't_j6omof6tza8',
152
- title: '任务',
153
- inherit: false,
154
- fields: [
155
- {
156
- key: 'aabs1ya9aux',
157
- name: 'f_g8j5jvalqh0',
158
- type: 'string',
159
- interface: 'input',
160
- collectionName: 't_j6omof6tza8',
161
- parentKey: null,
162
- reverseKey: null,
163
- uiSchemaUid: 'tzb6h0tsbis',
164
- uiSchema: {
165
- 'x-uid': 'tzb6h0tsbis',
166
- name: 'y94c05v2hp2',
167
- type: 'string',
168
- 'x-component': 'Input',
169
- title: '名称',
170
- enum: []
171
- }
172
- },
173
- {
174
- key: 'kidn54kisne',
175
- name: 'f_tegyd222bcc',
176
- type: 'text',
177
- interface: 'textarea',
178
- collectionName: 't_j6omof6tza8',
179
- parentKey: null,
180
- reverseKey: null,
181
- uiSchemaUid: 'p4uucjm3rrx',
182
- uiSchema: {
183
- 'x-uid': 'p4uucjm3rrx',
184
- name: 'ri9ulk87owm',
185
- type: 'string',
186
- 'x-component': 'Input.TextArea',
187
- title: '描述',
188
- enum: []
189
- }
190
- },
191
- {
192
- key: 'kwdiruosgsb',
193
- name: 'f_u007sq2jg93',
194
- type: 'belongsToMany',
195
- interface: 'linkTo',
196
- collectionName: 't_j6omof6tza8',
197
- parentKey: null,
198
- reverseKey: 's5w3l6pl1hn',
199
- uiSchemaUid: 'iea79k3kmao',
200
- uiSchema: {
201
- 'x-uid': 'iea79k3kmao',
202
- name: 'njked4wch3i',
203
- 'x-component': 'RecordPicker',
204
- 'x-component-props': {
205
- multiple: true,
206
- fieldNames: {
207
- label: 'id',
208
- value: 'id'
209
- }
210
- },
211
- title: '负责人',
212
- enum: []
213
- },
214
- target: 'users',
215
- targetKey: 'id',
216
- sourceKey: 'id',
217
- through: 't_7476m1wwsfe',
218
- foreignKey: 'f_9zwkbo7dd18',
219
- otherKey: 'f_q84aphtx7eb'
220
- },
221
- {
222
- key: 'w7civak6gp3',
223
- name: 'f_hpmvdltzs6m',
224
- type: 'string',
225
- interface: 'radioGroup',
226
- collectionName: 't_j6omof6tza8',
227
- parentKey: null,
228
- reverseKey: null,
229
- uiSchemaUid: '481uv9zj072',
230
- uiSchema: {
231
- 'x-uid': '481uv9zj072',
232
- name: '8fyelcfuzfu',
233
- enum: [
234
- {
235
- value: '67snt3e6yld',
236
- label: '未开始',
237
- color: 'default'
238
- },
239
- {
240
- value: 'ht963n365al',
241
- label: '进行中',
242
- color: 'green'
243
- },
244
- {
245
- value: '2s2s8wzcnm0',
246
- label: '测试中',
247
- color: 'volcano'
248
- },
249
- {
250
- value: 'irepvdzp1ac',
251
- label: '已完成',
252
- color: 'blue'
253
- }
254
- ],
255
- type: 'string',
256
- 'x-component': 'Radio.Group',
257
- title: '状态'
258
- }
259
- },
260
- {
261
- key: '9x87w5z0ea6',
262
- name: 'f_jj9cyhron1d',
263
- type: 'hasMany',
264
- interface: 'subTable',
265
- collectionName: 't_j6omof6tza8',
266
- parentKey: null,
267
- reverseKey: null,
268
- uiSchemaUid: 'pndvx008mmn',
269
- uiSchema: {
270
- 'x-uid': 'pndvx008mmn',
271
- name: 'l8xqzpkxj3p',
272
- type: 'array',
273
- 'x-component': 'Table',
274
- 'x-component-props': {},
275
- enum: [],
276
- title: '子任务'
277
- },
278
- targetKey: 'id',
279
- sourceKey: 'id',
280
- foreignKey: 'f_yzivojrp6l8',
281
- target: 't_ab12qiwruwk'
282
- },
283
- {
284
- key: '3f4y1iq16ux',
285
- name: 'f_ooar0pto2ko',
286
- type: 'belongsToMany',
287
- interface: 'attachment',
288
- collectionName: 't_j6omof6tza8',
289
- parentKey: null,
290
- reverseKey: null,
291
- uiSchemaUid: '5xf7izxjny5',
292
- uiSchema: {
293
- 'x-uid': '5xf7izxjny5',
294
- name: '9az9003ijcm',
295
- 'x-component-props': {
296
- multiple: true,
297
- action: 'attachments:create'
298
- },
299
- type: 'array',
300
- 'x-component': 'Upload.Attachment',
301
- title: '附件',
302
- enum: []
303
- },
304
- target: 'attachments',
305
- targetKey: 'id',
306
- sourceKey: 'id',
307
- through: 't_5a7wh2qhk4l',
308
- foreignKey: 'f_tqfsxclrexu',
309
- otherKey: 'f_j2krlyq6oka'
310
- },
311
- {
312
- key: '4um5urxskg0',
313
- name: 'f_f7txg1oc3nt',
314
- type: 'date',
315
- interface: 'createdAt',
316
- collectionName: 't_j6omof6tza8',
317
- parentKey: null,
318
- reverseKey: null,
319
- uiSchemaUid: 'jjax6r7c84m',
320
- uiSchema: {
321
- 'x-uid': 'jjax6r7c84m',
322
- name: 'clidfmw96u3',
323
- 'x-component-props': {
324
- dateFormat: 'YYYY-MM-DD',
325
- showTime: true,
326
- timeFormat: 'HH:mm:ss'
327
- },
328
- type: 'datetime',
329
- title: '创建时间',
330
- 'x-component': 'DatePicker',
331
- 'x-read-pretty': true,
332
- enum: []
333
- },
334
- field: 'createdAt'
335
- },
336
- {
337
- key: 'dnwqg2s3oph',
338
- name: 'f_2dpc76bszit',
339
- type: 'belongsTo',
340
- interface: 'createdBy',
341
- collectionName: 't_j6omof6tza8',
342
- parentKey: null,
343
- reverseKey: null,
344
- uiSchemaUid: 'po3y2pc112z',
345
- uiSchema: {
346
- 'x-uid': 'po3y2pc112z',
347
- name: 'ke2rte2zikm',
348
- type: 'object',
349
- title: '创建人',
350
- 'x-component': 'RecordPicker',
351
- 'x-component-props': {
352
- fieldNames: {
353
- value: 'id',
354
- label: 'nickname'
355
- }
356
- },
357
- 'x-read-pretty': true,
358
- enum: []
359
- },
360
- target: 'users',
361
- foreignKey: 'createdById',
362
- targetKey: 'id'
363
- },
364
- {
365
- key: '1sayjktagk3',
366
- name: 'f_z27302tl2bf',
367
- type: 'string',
368
- interface: 'select',
369
- collectionName: 't_j6omof6tza8',
370
- parentKey: null,
371
- reverseKey: null,
372
- uiSchemaUid: '0a28rxnov8o',
373
- uiSchema: {
374
- 'x-uid': '0a28rxnov8o',
375
- name: '2vg44ojdq4j',
376
- enum: [
377
- {
378
- value: 'mkvgt7ndsqd',
379
- label: '缺陷',
380
- color: 'volcano'
381
- },
382
- {
383
- value: '9yyv2tawmry',
384
- label: '交互',
385
- color: 'green'
386
- },
387
- {
388
- value: 'vx4bhmtsuus',
389
- label: '需求',
390
- color: 'cyan'
391
- }
392
- ],
393
- type: 'string',
394
- 'x-component': 'Select',
395
- title: '类型'
396
- }
397
- },
398
- {
399
- key: 'zhvtzwta7bz',
400
- name: 'f_yc8jbfiqfvh',
401
- type: 'string',
402
- interface: 'radioGroup',
403
- collectionName: 't_j6omof6tza8',
404
- parentKey: null,
405
- reverseKey: null,
406
- uiSchemaUid: 'jijqs397op9',
407
- uiSchema: {
408
- 'x-uid': 'jijqs397op9',
409
- name: '99v9hnujiuh',
410
- enum: [
411
- {
412
- value: 's7hocw6twfk',
413
- label: '高',
414
- color: 'red'
415
- },
416
- {
417
- value: 'v25527dxseu',
418
- label: '中',
419
- color: 'blue'
420
- },
421
- {
422
- value: 'c4hobfb5k07',
423
- label: '低',
424
- color: 'lime'
425
- }
426
- ],
427
- type: 'string',
428
- 'x-component': 'Radio.Group',
429
- title: '优先级'
430
- }
431
- },
432
- {
433
- key: 'nobsmkp6ypg',
434
- name: 'f_ksgzy9vmgce',
435
- type: 'belongsToMany',
436
- interface: 'linkTo',
437
- collectionName: 't_j6omof6tza8',
438
- parentKey: null,
439
- reverseKey: 'z70jtfabrm7',
440
- uiSchemaUid: '3gbviwfd0cv',
441
- uiSchema: {
442
- 'x-uid': '3gbviwfd0cv',
443
- name: '6sabm3win42',
444
- 'x-component': 'RecordPicker',
445
- 'x-component-props': {
446
- multiple: false,
447
- fieldNames: {
448
- label: 'id',
449
- value: 'id'
450
- }
451
- },
452
- title: '迭代',
453
- enum: []
454
- },
455
- target: 't_94rsj6kbzvn',
456
- targetKey: 'id',
457
- sourceKey: 'id',
458
- through: 't_ewdf2dsjlu3',
459
- foreignKey: 'f_72tnpdz6kfg',
460
- otherKey: 'f_8do8o1wsavk'
461
- },
462
- {
463
- key: 'rwtqeecnbst',
464
- name: 'f_zek99qhv0vc',
465
- type: 'date',
466
- interface: 'updatedAt',
467
- collectionName: 't_j6omof6tza8',
468
- parentKey: null,
469
- reverseKey: null,
470
- uiSchemaUid: 'df0kmwka9ra',
471
- uiSchema: {
472
- 'x-uid': 'df0kmwka9ra',
473
- name: 'e3hmz8upyle',
474
- 'x-component-props': {
475
- dateFormat: 'YYYY-MM-DD',
476
- showTime: true,
477
- timeFormat: 'HH:mm:ss'
478
- },
479
- type: 'datetime',
480
- title: '更新时间',
481
- 'x-component': 'DatePicker',
482
- 'x-read-pretty': true
483
- },
484
- field: 'updatedAt'
485
- },
486
- {
487
- key: 'tm66hbii6zz',
488
- name: 'f_cht6rsiiiko',
489
- type: 'string',
490
- interface: 'select',
491
- collectionName: 't_j6omof6tza8',
492
- parentKey: null,
493
- reverseKey: null,
494
- uiSchemaUid: 'tkfjlde4ppl',
495
- uiSchema: {
496
- 'x-uid': 'tkfjlde4ppl',
497
- name: 'p0rccyurzle',
498
- enum: [
499
- {
500
- value: 'uduxfqpr5t2',
501
- label: '菜单'
502
- },
503
- {
504
- value: 'dnphxkwat35',
505
- label: '权限'
506
- },
507
- {
508
- value: '5cso9lpizog',
509
- label: '数据表'
510
- },
511
- {
512
- value: 'wlg329nsu3a',
513
- label: '字段'
514
- },
515
- {
516
- value: 'm8z7r06vk9z',
517
- label: '表格'
518
- },
519
- {
520
- value: 'ftfccbha25a',
521
- label: '表单'
522
- },
523
- {
524
- value: 'o33ljfkje2h',
525
- label: '详情'
526
- },
527
- {
528
- value: 'ym9wwk3aqbu',
529
- label: '日历'
530
- },
531
- {
532
- value: 'wge57qtiz14',
533
- label: '看板'
534
- },
535
- {
536
- value: 'm4xoc8rbafg',
537
- label: '操作'
538
- },
539
- {
540
- value: 'r6l2wg1snxc',
541
- label: '配置'
542
- },
543
- {
544
- value: 'j1cv1vf16fm',
545
- label: '附件'
546
- },
547
- {
548
- value: 'l464jdsy7vr',
549
- label: '容器'
550
- }
551
- ],
552
- type: 'string',
553
- 'x-component': 'Select',
554
- title: '分类'
555
- }
556
- },
557
- {
558
- key: 'c9hzonl1hzq',
559
- name: 'f_47f2d9wgofm',
560
- type: 'belongsToMany',
561
- interface: 'linkTo',
562
- collectionName: 't_j6omof6tza8',
563
- parentKey: null,
564
- reverseKey: '7mufig9muag',
565
- uiSchemaUid: 'rbl27ngs563',
566
- uiSchema: {
567
- 'x-uid': 'rbl27ngs563',
568
- name: 'xrvwttiv064',
569
- 'x-component': 'RecordPicker',
570
- 'x-component-props': {
571
- multiple: true,
572
- fieldNames: {
573
- label: 'id',
574
- value: 'id'
575
- }
576
- },
577
- title: '相关任务'
578
- },
579
- target: 't_j6omof6tza8',
580
- targetKey: 'id',
581
- sourceKey: 'id',
582
- through: 't_qhgbwomd2t7',
583
- foreignKey: 'f_jes256zqwr1',
584
- otherKey: 'f_gtgjj059mye'
585
- },
586
- {
587
- key: '7mufig9muag',
588
- name: 'f_qmlomqm7lvb',
589
- type: 'belongsToMany',
590
- interface: 'linkTo',
591
- collectionName: 't_j6omof6tza8',
592
- parentKey: null,
593
- reverseKey: 'c9hzonl1hzq',
594
- uiSchemaUid: 'vgy9cgq9v6b',
595
- uiSchema: {
596
- 'x-uid': 'vgy9cgq9v6b',
597
- name: 'sf99arn65jj',
598
- 'x-component': 'RecordPicker',
599
- 'x-component-props': {
600
- multiple: true,
601
- fieldNames: {
602
- label: 'id',
603
- value: 'id'
604
- }
605
- },
606
- title: '任务'
607
- },
608
- target: 't_j6omof6tza8',
609
- through: 't_qhgbwomd2t7',
610
- sourceKey: 'id',
611
- foreignKey: 'f_gtgjj059mye',
612
- targetKey: 'id',
613
- otherKey: 'f_jes256zqwr1'
614
- },
615
- {
616
- key: 'hv3kx2z8edn',
617
- name: 'f_hpmvdltzs6m_sort',
618
- type: 'sort',
619
- interface: null,
620
- collectionName: 't_j6omof6tza8',
621
- parentKey: null,
622
- reverseKey: null,
623
- uiSchemaUid: null,
624
- uiSchema: {},
625
- hidden: true,
626
- scopeKey: 'f_hpmvdltzs6m'
627
- },
628
- {
629
- key: 'q6wy6jcpdfr',
630
- name: 'f_a4z4h45vi5b',
631
- type: 'string',
632
- interface: 'select',
633
- collectionName: 't_j6omof6tza8',
634
- parentKey: null,
635
- reverseKey: null,
636
- uiSchemaUid: 'lx4k023vm7k',
637
- uiSchema: {
638
- 'x-uid': 'lx4k023vm7k',
639
- name: 'e9u95lm0c2q',
640
- enum: [
641
- {
642
- value: 'hgobsqbfnd4',
643
- label: 'SchemaInitializer',
644
- color: 'red'
645
- },
646
- {
647
- value: 't8prrpfk7kl',
648
- label: 'SchemaSettings',
649
- color: 'magenta'
650
- },
651
- {
652
- value: 'r3fxlrunwd8',
653
- label: 'SchemaComponent',
654
- color: 'lime'
655
- },
656
- {
657
- value: 'bidogljo0l3',
658
- label: 'CollectionField',
659
- color: 'blue'
660
- },
661
- {
662
- value: 'ygy1zfdr1z6',
663
- label: 'ACL',
664
- color: 'purple'
665
- },
666
- {
667
- value: 'ef9qf0wzpt5',
668
- label: 'DndContext',
669
- color: 'cyan'
670
- },
671
- {
672
- value: '45sfwd7ie30',
673
- label: 'useRequest',
674
- color: 'volcano'
675
- }
676
- ],
677
- type: 'string',
678
- 'x-component': 'Select',
679
- title: '开发分类'
680
- }
681
- },
682
- {
683
- key: '936iis76zdx',
684
- name: 'f_a4z4h45vi5b_sort',
685
- type: 'sort',
686
- interface: null,
687
- collectionName: 't_j6omof6tza8',
688
- parentKey: null,
689
- reverseKey: null,
690
- uiSchemaUid: null,
691
- uiSchema: {},
692
- hidden: true,
693
- scopeKey: 'f_a4z4h45vi5b'
694
- },
695
- {
696
- key: 'zre21o0a5a9',
697
- name: 'f_d93g4r08krl',
698
- type: 'string',
699
- interface: 'input',
700
- collectionName: 't_j6omof6tza8',
701
- parentKey: null,
702
- reverseKey: null,
703
- uiSchemaUid: '96geljdh9j6',
704
- uiSchema: {
705
- 'x-uid': '96geljdh9j6',
706
- name: 'zplxa37mb0y',
707
- type: 'string',
708
- 'x-component': 'Input',
709
- title: '评估',
710
- enum: []
711
- }
712
- },
713
- {
714
- key: 'jasdf0kcqbs',
715
- name: 'f_1ckuegfab9s',
716
- type: 'text',
717
- interface: 'textarea',
718
- collectionName: 't_j6omof6tza8',
719
- parentKey: null,
720
- reverseKey: null,
721
- uiSchemaUid: '61h9pserdqr',
722
- uiSchema: {
723
- 'x-uid': '61h9pserdqr',
724
- name: 'uepfpdv289y',
725
- type: 'string',
726
- 'x-component': 'Input.TextArea',
727
- title: '评估备注'
728
- }
729
- }
730
- ],
731
- createdBy: true,
732
- updatedBy: true,
733
- sortable: true
734
- },
735
- {
736
- key: 'nlxapox70a3',
737
- name: 't_ab12qiwruwk',
738
- title: null,
739
- inherit: true,
740
- fields: [
741
- {
742
- key: 'q9xx9ixxxyb',
743
- name: 'f_m7ibo1vrvnm',
744
- type: 'string',
745
- interface: 'input',
746
- collectionName: 't_ab12qiwruwk',
747
- parentKey: '9x87w5z0ea6',
748
- reverseKey: null,
749
- uiSchemaUid: 'ucn6wm03zrq',
750
- uiSchema: {
751
- 'x-uid': 'ucn6wm03zrq',
752
- name: 'k07s9nhhj6c',
753
- type: 'string',
754
- 'x-component': 'Input',
755
- title: '名称'
756
- }
757
- },
758
- {
759
- key: 'y91qig4eyzm',
760
- name: 'f_kukaw9kddyj',
761
- type: 'belongsToMany',
762
- interface: 'linkTo',
763
- collectionName: 't_ab12qiwruwk',
764
- parentKey: '9x87w5z0ea6',
765
- reverseKey: 'tvwwt24vukv',
766
- uiSchemaUid: '7c9ch1fknbr',
767
- uiSchema: {
768
- 'x-uid': '7c9ch1fknbr',
769
- name: 'gv1k2nhucte',
770
- 'x-component': 'RecordPicker',
771
- 'x-component-props': {
772
- multiple: false,
773
- fieldNames: {
774
- label: 'id',
775
- value: 'id'
776
- }
777
- },
778
- title: '负责人'
779
- },
780
- target: 'users',
781
- targetKey: 'id',
782
- sourceKey: 'id',
783
- through: 't_gsv43y8ebt8',
784
- foreignKey: 'f_hbbvlsbe9gs',
785
- otherKey: 'f_bhj1xy7uyc8'
786
- },
787
- {
788
- key: 'gg0xx1vln6w',
789
- name: 'f_4mpiovytw4d',
790
- type: 'text',
791
- interface: 'textarea',
792
- collectionName: 't_ab12qiwruwk',
793
- parentKey: '9x87w5z0ea6',
794
- reverseKey: null,
795
- uiSchemaUid: '3xgmf0ee5fn',
796
- uiSchema: {
797
- 'x-uid': '3xgmf0ee5fn',
798
- name: '28sf67whpfs',
799
- type: 'string',
800
- 'x-component': 'Input.TextArea',
801
- title: '描述'
802
- }
803
- },
804
- {
805
- key: 'zpz6o74z9u4',
806
- name: 'f_lxsum89wkzd',
807
- type: 'belongsToMany',
808
- interface: 'attachment',
809
- collectionName: 't_ab12qiwruwk',
810
- parentKey: '9x87w5z0ea6',
811
- reverseKey: null,
812
- uiSchemaUid: 'wosew16td91',
813
- uiSchema: {
814
- 'x-uid': 'wosew16td91',
815
- name: 'p82ihvtkxtf',
816
- 'x-component-props': {
817
- multiple: true,
818
- action: 'attachments:create'
819
- },
820
- type: 'array',
821
- 'x-component': 'Upload.Attachment',
822
- title: '附件'
823
- },
824
- target: 'attachments',
825
- targetKey: 'id',
826
- sourceKey: 'id',
827
- through: 't_cn6cweinuw7',
828
- foreignKey: 'f_r824sp05l43',
829
- otherKey: 'f_8k3e4i0d04y'
830
- }
831
- ],
832
- createdBy: true,
833
- updatedBy: true,
834
- sortable: true
835
- },
836
- {
837
- key: 'oftbzt8nm2o',
838
- name: 'users',
839
- title: '{{t("Users")}}',
840
- inherit: false,
841
- fields: [
842
- {
843
- key: 'khov1egnsur',
844
- name: 'nickname',
845
- type: 'string',
846
- interface: 'input',
847
- collectionName: 'users',
848
- parentKey: null,
849
- reverseKey: null,
850
- uiSchemaUid: '3ohfk46bf7o',
851
- uiSchema: {
852
- 'x-uid': '3ohfk46bf7o',
853
- name: 'prmmf3kg8rx',
854
- type: 'string',
855
- title: '{{t("Nickname")}}',
856
- 'x-component': 'Input'
857
- }
858
- },
859
- {
860
- key: 'u6cvmn45o6a',
861
- name: 'email',
862
- type: 'string',
863
- interface: 'email',
864
- collectionName: 'users',
865
- parentKey: null,
866
- reverseKey: null,
867
- uiSchemaUid: '69ywpwux1zh',
868
- uiSchema: {
869
- 'x-uid': '69ywpwux1zh',
870
- name: 'u8djuprwttj',
871
- type: 'string',
872
- title: '{{t("Email")}}',
873
- 'x-component': 'Input',
874
- require: true
875
- },
876
- unique: true
877
- },
878
- {
879
- key: 'jwaky9982f2',
880
- name: 'password',
881
- type: 'password',
882
- interface: 'password',
883
- collectionName: 'users',
884
- parentKey: null,
885
- reverseKey: null,
886
- uiSchemaUid: 'qs374baqkh0',
887
- uiSchema: {
888
- 'x-uid': 'qs374baqkh0',
889
- name: 'tf5dolxh2i4',
890
- type: 'string',
891
- title: '{{t("Password")}}',
892
- 'x-component': 'Password'
893
- },
894
- hidden: true
895
- },
896
- {
897
- key: '4g5nics20go',
898
- name: 'roles',
899
- type: 'belongsToMany',
900
- interface: 'linkTo',
901
- collectionName: 'users',
902
- parentKey: null,
903
- reverseKey: null,
904
- uiSchemaUid: 'lpkacakd4my',
905
- uiSchema: {
906
- 'x-uid': 'lpkacakd4my',
907
- name: '3oylvillmwu',
908
- type: 'array',
909
- title: '{{t("Roles")}}',
910
- 'x-component': 'RecordPicker',
911
- 'x-component-props': {
912
- multiple: true,
913
- fieldNames: {
914
- label: 'title',
915
- value: 'name'
916
- }
917
- }
918
- },
919
- target: 'roles',
920
- foreignKey: 'userId',
921
- otherKey: 'roleName',
922
- sourceKey: 'id',
923
- targetKey: 'name',
924
- through: 'rolesUsers'
925
- },
926
- {
927
- key: 'cqqhyq32tvf',
928
- name: 'appLang',
929
- type: 'string',
930
- interface: null,
931
- collectionName: 'users',
932
- parentKey: null,
933
- reverseKey: null,
934
- uiSchemaUid: null,
935
- uiSchema: {}
936
- },
937
- {
938
- key: 't7t97s1rwid',
939
- name: 'token',
940
- type: 'string',
941
- interface: null,
942
- collectionName: 'users',
943
- parentKey: null,
944
- reverseKey: null,
945
- uiSchemaUid: null,
946
- uiSchema: {},
947
- unique: true,
948
- hidden: true
949
- },
950
- {
951
- key: '5myliungho1',
952
- name: 'resetToken',
953
- type: 'string',
954
- interface: null,
955
- collectionName: 'users',
956
- parentKey: null,
957
- reverseKey: null,
958
- uiSchemaUid: null,
959
- uiSchema: {},
960
- unique: true,
961
- hidden: true
962
- },
963
- {
964
- key: 'q2eg83quxls',
965
- name: 'sort',
966
- type: 'sort',
967
- interface: null,
968
- collectionName: 'users',
969
- parentKey: null,
970
- reverseKey: null,
971
- uiSchemaUid: null,
972
- uiSchema: {},
973
- hidden: true
974
- },
975
- {
976
- key: 's5w3l6pl1hn',
977
- name: 'f_xd4v2uljqcu',
978
- type: 'belongsToMany',
979
- interface: 'linkTo',
980
- collectionName: 'users',
981
- parentKey: null,
982
- reverseKey: 'kwdiruosgsb',
983
- uiSchemaUid: 'zv4gvihowwm',
984
- uiSchema: {
985
- 'x-uid': 'zv4gvihowwm',
986
- name: 'mjjpnphkkhf',
987
- 'x-component': 'RecordPicker',
988
- 'x-component-props': {
989
- multiple: true,
990
- fieldNames: {
991
- label: 'id',
992
- value: 'id'
993
- }
994
- },
995
- title: '负责人'
996
- },
997
- target: 't_j6omof6tza8',
998
- through: 't_7476m1wwsfe',
999
- sourceKey: 'id',
1000
- foreignKey: 'f_q84aphtx7eb',
1001
- targetKey: 'id',
1002
- otherKey: 'f_9zwkbo7dd18'
1003
- },
1004
- {
1005
- key: 'tvwwt24vukv',
1006
- name: 'f_qpsqy5rtc8t',
1007
- type: 'belongsToMany',
1008
- interface: 'linkTo',
1009
- collectionName: 'users',
1010
- parentKey: null,
1011
- reverseKey: 'y91qig4eyzm',
1012
- uiSchemaUid: '5ksz03zw47c',
1013
- uiSchema: {
1014
- 'x-uid': '5ksz03zw47c',
1015
- name: '8ukjiawzduz',
1016
- 'x-component': 'RecordPicker',
1017
- 'x-component-props': {
1018
- multiple: true,
1019
- fieldNames: {
1020
- label: 'id',
1021
- value: 'id'
1022
- }
1023
- },
1024
- title: '负责人'
1025
- },
1026
- target: 't_ab12qiwruwk',
1027
- through: 't_gsv43y8ebt8',
1028
- sourceKey: 'id',
1029
- foreignKey: 'f_bhj1xy7uyc8',
1030
- targetKey: 'id',
1031
- otherKey: 'f_hbbvlsbe9gs'
1032
- }
1033
- ],
1034
- sortable: 'sort'
1035
- },
1036
- {
1037
- key: 'tyztw0ulriv',
1038
- name: 't_94rsj6kbzvn',
1039
- title: '迭代',
1040
- inherit: false,
1041
- fields: [
1042
- {
1043
- key: 'nq4mp00jwip',
1044
- name: 'f_zio9ewkxss7',
1045
- type: 'string',
1046
- interface: 'input',
1047
- collectionName: 't_94rsj6kbzvn',
1048
- parentKey: null,
1049
- reverseKey: null,
1050
- uiSchemaUid: 'q7vois7ptlt',
1051
- uiSchema: {
1052
- 'x-uid': 'q7vois7ptlt',
1053
- name: 'o9ue1s4tu8k',
1054
- type: 'string',
1055
- 'x-component': 'Input',
1056
- title: '名称',
1057
- enum: []
1058
- }
1059
- },
1060
- {
1061
- key: 'ec2833af7n1',
1062
- name: 'f_ojboh2wxpju',
1063
- type: 'text',
1064
- interface: 'textarea',
1065
- collectionName: 't_94rsj6kbzvn',
1066
- parentKey: null,
1067
- reverseKey: null,
1068
- uiSchemaUid: 'pco1f8sq2jq',
1069
- uiSchema: {
1070
- 'x-uid': 'pco1f8sq2jq',
1071
- name: 'lb2hdydextn',
1072
- type: 'string',
1073
- 'x-component': 'Input.TextArea',
1074
- title: '描述',
1075
- enum: []
1076
- }
1077
- },
1078
- {
1079
- key: '82uqmdjr3v4',
1080
- name: 'f_nunmzapigvk',
1081
- type: 'date',
1082
- interface: 'datetime',
1083
- collectionName: 't_94rsj6kbzvn',
1084
- parentKey: null,
1085
- reverseKey: null,
1086
- uiSchemaUid: '2gawk8arctt',
1087
- uiSchema: {
1088
- 'x-uid': '2gawk8arctt',
1089
- name: 'j9j7c2wyev2',
1090
- 'x-component-props': {
1091
- dateFormat: 'YYYY-MM-DD',
1092
- showTime: false
1093
- },
1094
- type: 'datetime',
1095
- 'x-component': 'DatePicker',
1096
- title: '开始日期',
1097
- enum: []
1098
- }
1099
- },
1100
- {
1101
- key: 'mdx2eqz9ei8',
1102
- name: 'f_rberbnphu9u',
1103
- type: 'date',
1104
- interface: 'datetime',
1105
- collectionName: 't_94rsj6kbzvn',
1106
- parentKey: null,
1107
- reverseKey: null,
1108
- uiSchemaUid: 'pj0znpff63y',
1109
- uiSchema: {
1110
- 'x-uid': 'pj0znpff63y',
1111
- name: 'c5h7agr2qy4',
1112
- 'x-component-props': {
1113
- dateFormat: 'YYYY-MM-DD',
1114
- showTime: false
1115
- },
1116
- type: 'datetime',
1117
- 'x-component': 'DatePicker',
1118
- title: '结束日期',
1119
- enum: []
1120
- }
1121
- },
1122
- {
1123
- key: 'z70jtfabrm7',
1124
- name: 'f_rabhmdetc3p',
1125
- type: 'belongsToMany',
1126
- interface: 'linkTo',
1127
- collectionName: 't_94rsj6kbzvn',
1128
- parentKey: null,
1129
- reverseKey: null,
1130
- uiSchemaUid: 'aun2xsfua8d',
1131
- uiSchema: {
1132
- 'x-uid': 'aun2xsfua8d',
1133
- name: 'i508c1outz2',
1134
- 'x-component': 'RecordPicker',
1135
- 'x-component-props': {
1136
- multiple: true,
1137
- fieldNames: {
1138
- label: 'id',
1139
- value: 'id'
1140
- }
1141
- },
1142
- title: '任务',
1143
- enum: []
1144
- },
1145
- target: 't_j6omof6tza8',
1146
- through: 't_ewdf2dsjlu3',
1147
- sourceKey: 'id',
1148
- foreignKey: 'f_8do8o1wsavk',
1149
- targetKey: 'id',
1150
- otherKey: 'f_72tnpdz6kfg'
1151
- }
1152
- ],
1153
- createdBy: true,
1154
- updatedBy: true,
1155
- sortable: true
1156
- },
1157
- {
1158
- key: 'vv8umfa9592',
1159
- name: 'test_sheet',
1160
- title: '测试表',
1161
- inherit: false,
1162
- fields: [
1163
- {
1164
- key: 'q1xye1ooeol',
1165
- name: 'f_7mh6k6re0ey',
1166
- type: 'string',
1167
- interface: 'phone',
1168
- collectionName: 'test_sheet',
1169
- parentKey: null,
1170
- reverseKey: null,
1171
- uiSchemaUid: 't9ddc5n5pv8',
1172
- uiSchema: {
1173
- 'x-uid': 't9ddc5n5pv8',
1174
- name: 'd3hwsg020u8',
1175
- type: 'string',
1176
- 'x-component': 'Input',
1177
- 'x-validator': 'phone',
1178
- title: '手机'
1179
- }
1180
- },
1181
- {
1182
- key: '25icwn35oin',
1183
- name: 'f_turkjlzi52z',
1184
- type: 'string',
1185
- interface: 'email',
1186
- collectionName: 'test_sheet',
1187
- parentKey: null,
1188
- reverseKey: null,
1189
- uiSchemaUid: '3bkgd97f63v',
1190
- uiSchema: {
1191
- 'x-uid': '3bkgd97f63v',
1192
- name: 'zkvhu5cm4no',
1193
- type: 'string',
1194
- 'x-component': 'Input',
1195
- 'x-validator': 'email',
1196
- title: '邮箱'
1197
- }
1198
- },
1199
- {
1200
- key: '3cqe0mpcrmg',
1201
- name: 'f_c14whhblhtd',
1202
- type: 'float',
1203
- interface: 'number',
1204
- collectionName: 'test_sheet',
1205
- parentKey: null,
1206
- reverseKey: null,
1207
- uiSchemaUid: '4bajzziz060',
1208
- uiSchema: {
1209
- 'x-uid': '4bajzziz060',
1210
- name: '366t9rvl34b',
1211
- 'x-component-props': {
1212
- step: '0.01',
1213
- stringMode: true
1214
- },
1215
- type: 'number',
1216
- 'x-component': 'InputNumber',
1217
- title: '数字'
1218
- }
1219
- },
1220
- {
1221
- key: 'y39vi1z69pw',
1222
- name: 'f_z1b674d907e',
1223
- type: 'float',
1224
- interface: 'percent',
1225
- collectionName: 'test_sheet',
1226
- parentKey: null,
1227
- reverseKey: null,
1228
- uiSchemaUid: 'vbnoib14uzl',
1229
- uiSchema: {
1230
- 'x-uid': 'vbnoib14uzl',
1231
- name: 'rumohzj4lh6',
1232
- 'x-component-props': {
1233
- step: '0.1',
1234
- stringMode: true,
1235
- addonAfter: '%'
1236
- },
1237
- type: 'string',
1238
- 'x-component': 'InputNumber',
1239
- title: '百分比'
1240
- }
1241
- },
1242
- {
1243
- key: 'eouuwoag6ka',
1244
- name: 'f_4tzp4nhmvt2',
1245
- type: 'string',
1246
- interface: 'icon',
1247
- collectionName: 'test_sheet',
1248
- parentKey: null,
1249
- reverseKey: null,
1250
- uiSchemaUid: 'qmmw3zc8l60',
1251
- uiSchema: {
1252
- 'x-uid': 'qmmw3zc8l60',
1253
- name: 'aivg5c51gc9',
1254
- type: 'string',
1255
- 'x-component': 'IconPicker',
1256
- title: '图标'
1257
- }
1258
- },
1259
- {
1260
- key: 'qurfmfe2hfi',
1261
- name: 'f_z0s4m3hgadd',
1262
- type: 'password',
1263
- interface: 'password',
1264
- collectionName: 'test_sheet',
1265
- parentKey: null,
1266
- reverseKey: null,
1267
- uiSchemaUid: 'tkp46kn682m',
1268
- uiSchema: {
1269
- 'x-uid': 'tkp46kn682m',
1270
- name: '7q7yeobot0j',
1271
- type: 'string',
1272
- 'x-component': 'Password',
1273
- title: '密码'
1274
- }
1275
- },
1276
- {
1277
- key: 'ka4k5tfh3k5',
1278
- name: 'f_q5qnozezx9s',
1279
- type: 'boolean',
1280
- interface: 'checkbox',
1281
- collectionName: 'test_sheet',
1282
- parentKey: null,
1283
- reverseKey: null,
1284
- uiSchemaUid: 'wgyf4ozsvdi',
1285
- uiSchema: {
1286
- 'x-uid': 'wgyf4ozsvdi',
1287
- name: 'x6agce8s18w',
1288
- type: 'boolean',
1289
- 'x-component': 'Checkbox',
1290
- title: '勾选'
1291
- }
1292
- },
1293
- {
1294
- key: '3dhczyw3ye2',
1295
- name: 'f_jbzwvldpyaa',
1296
- type: 'array',
1297
- interface: 'multipleSelect',
1298
- collectionName: 'test_sheet',
1299
- parentKey: null,
1300
- reverseKey: null,
1301
- uiSchemaUid: 'hlmfjs2pu9t',
1302
- uiSchema: {
1303
- 'x-uid': 'hlmfjs2pu9t',
1304
- name: 'ao52nx5pune',
1305
- enum: [
1306
- {
1307
- value: '6mbqdwuzfca',
1308
- label: '选项1',
1309
- color: 'red'
1310
- },
1311
- {
1312
- value: '9zi6s2fbj0q',
1313
- label: '选项2',
1314
- color: 'geekblue'
1315
- }
1316
- ],
1317
- type: 'array',
1318
- 'x-component': 'Select',
1319
- 'x-component-props': {
1320
- mode: 'multiple'
1321
- },
1322
- title: '多选'
1323
- },
1324
- defaultValue: []
1325
- },
1326
- {
1327
- key: 'erdrp1gi587',
1328
- name: 'f_04krym08wxq',
1329
- type: 'array',
1330
- interface: 'checkboxGroup',
1331
- collectionName: 'test_sheet',
1332
- parentKey: null,
1333
- reverseKey: null,
1334
- uiSchemaUid: '6has8wyzohq',
1335
- uiSchema: {
1336
- 'x-uid': '6has8wyzohq',
1337
- name: 'fvwsjt58xx4',
1338
- enum: [
1339
- {
1340
- value: '4lsgdvfl7xq',
1341
- label: '复选2',
1342
- color: 'cyan'
1343
- },
1344
- {
1345
- value: 'qzuki8bmilg',
1346
- label: '复选1',
1347
- color: 'purple'
1348
- }
1349
- ],
1350
- type: 'string',
1351
- 'x-component': 'Checkbox.Group',
1352
- title: '复选'
1353
- },
1354
- defaultValue: []
1355
- },
1356
- {
1357
- key: 'rykbub69xu7',
1358
- name: 'f_xclbl3htmxs',
1359
- type: 'belongsToMany',
1360
- interface: 'chinaRegion',
1361
- collectionName: 'test_sheet',
1362
- parentKey: null,
1363
- reverseKey: null,
1364
- uiSchemaUid: 'yml5yqzgvn8',
1365
- uiSchema: {
1366
- 'x-uid': 'yml5yqzgvn8',
1367
- name: '2ye7y09agup',
1368
- 'x-component-props': {
1369
- maxLevel: 5,
1370
- useDataSource: '{{ useChinaRegionDataSource }}',
1371
- useLoadData: '{{ useChinaRegionLoadData }}',
1372
- changeOnSelectLast: true,
1373
- labelInValue: true,
1374
- fieldNames: {
1375
- label: 'name',
1376
- value: 'code',
1377
- children: 'children'
1378
- }
1379
- },
1380
- type: 'array',
1381
- 'x-component': 'Cascader',
1382
- title: '中国地区'
1383
- },
1384
- target: 'chinaRegions',
1385
- targetKey: 'code',
1386
- sortBy: 'level',
1387
- sourceKey: 'id',
1388
- through: 't_o9ry49u6xez',
1389
- foreignKey: 'f_44r8nsvdvz7',
1390
- otherKey: 'f_l0tzoymin3i'
1391
- },
1392
- {
1393
- key: 'acm789iz922',
1394
- name: 'f_v4cgx7l5hwm',
1395
- type: 'text',
1396
- interface: 'markdown',
1397
- collectionName: 'test_sheet',
1398
- parentKey: null,
1399
- reverseKey: null,
1400
- uiSchemaUid: '8a2erdhwcvb',
1401
- uiSchema: {
1402
- 'x-uid': '8a2erdhwcvb',
1403
- name: 'rqeiz26vuns',
1404
- type: 'string',
1405
- 'x-component': 'Markdown',
1406
- title: 'Markdown'
1407
- }
1408
- },
1409
- {
1410
- key: 'zmip3swglzv',
1411
- name: 'f_ztaop411cdw',
1412
- type: 'time',
1413
- interface: 'time',
1414
- collectionName: 'test_sheet',
1415
- parentKey: null,
1416
- reverseKey: null,
1417
- uiSchemaUid: 'r6s6rrjzfml',
1418
- uiSchema: {
1419
- 'x-uid': 'r6s6rrjzfml',
1420
- name: 'ct893ay5apv',
1421
- 'x-component-props': {
1422
- format: 'HH:mm:ss'
1423
- },
1424
- type: 'string',
1425
- 'x-component': 'TimePicker',
1426
- title: '时间'
1427
- }
1428
- },
1429
- {
1430
- key: 'nx1p69b6g96',
1431
- name: 'f_mf8ccm0pjmh',
1432
- type: 'date',
1433
- interface: 'datetime',
1434
- collectionName: 'test_sheet',
1435
- parentKey: null,
1436
- reverseKey: null,
1437
- uiSchemaUid: '08p9oztyjf2',
1438
- uiSchema: {
1439
- 'x-uid': '08p9oztyjf2',
1440
- name: 'bkdnndmfpeo',
1441
- 'x-component-props': {
1442
- dateFormat: 'DD/MM/YYYY',
1443
- showTime: true,
1444
- timeFormat: 'HH:mm:ss'
1445
- },
1446
- type: 'datetime',
1447
- 'x-component': 'DatePicker',
1448
- title: '日期',
1449
- enum: []
1450
- }
1451
- },
1452
- {
1453
- key: 'ge57kma4gue',
1454
- name: 'f_dqq0xjkdqbo',
1455
- type: 'belongsTo',
1456
- interface: 'createdBy',
1457
- collectionName: 'test_sheet',
1458
- parentKey: null,
1459
- reverseKey: null,
1460
- uiSchemaUid: 'zzmst1r01gc',
1461
- uiSchema: {
1462
- 'x-uid': 'zzmst1r01gc',
1463
- name: 'def1ngennlx',
1464
- type: 'object',
1465
- title: '创建人',
1466
- 'x-component': 'RecordPicker',
1467
- 'x-component-props': {
1468
- fieldNames: {
1469
- value: 'id',
1470
- label: 'nickname'
1471
- }
1472
- },
1473
- 'x-read-pretty': true
1474
- },
1475
- target: 'users',
1476
- foreignKey: 'createdById',
1477
- targetKey: 'id'
1478
- },
1479
- {
1480
- key: 'yqye22n1f1c',
1481
- name: 'f_7ukoar9jevs',
1482
- type: 'date',
1483
- interface: 'createdAt',
1484
- collectionName: 'test_sheet',
1485
- parentKey: null,
1486
- reverseKey: null,
1487
- uiSchemaUid: 'lgnqb28lb91',
1488
- uiSchema: {
1489
- 'x-uid': 'lgnqb28lb91',
1490
- name: 'jdjz5cngm3j',
1491
- 'x-component-props': {
1492
- dateFormat: 'YYYY-MM-DD',
1493
- showTime: true,
1494
- timeFormat: 'HH:mm:ss'
1495
- },
1496
- type: 'datetime',
1497
- title: '创建日期',
1498
- 'x-component': 'DatePicker',
1499
- 'x-read-pretty': true
1500
- },
1501
- field: 'createdAt'
1502
- },
1503
- {
1504
- key: 'n4ap9l1l4wd',
1505
- name: 'f_81orjgxlbuo',
1506
- type: 'date',
1507
- interface: 'updatedAt',
1508
- collectionName: 'test_sheet',
1509
- parentKey: null,
1510
- reverseKey: null,
1511
- uiSchemaUid: 'z19egimonh9',
1512
- uiSchema: {
1513
- 'x-uid': 'z19egimonh9',
1514
- name: 'xtzu6cpnsm4',
1515
- 'x-component-props': {
1516
- dateFormat: 'YYYY-MM-DD',
1517
- showTime: true
1518
- },
1519
- type: 'datetime',
1520
- title: '修改日期',
1521
- 'x-component': 'DatePicker',
1522
- 'x-read-pretty': true
1523
- },
1524
- field: 'updatedAt'
1525
- },
1526
- {
1527
- key: 'oqy67fm6af8',
1528
- name: 'f_e31b9oqe9ej',
1529
- type: 'belongsTo',
1530
- interface: 'updatedBy',
1531
- collectionName: 'test_sheet',
1532
- parentKey: null,
1533
- reverseKey: null,
1534
- uiSchemaUid: 'tm4f7z0nyso',
1535
- uiSchema: {
1536
- 'x-uid': 'tm4f7z0nyso',
1537
- name: '19srjtwyce1',
1538
- type: 'object',
1539
- title: '修改人',
1540
- 'x-component': 'RecordPicker',
1541
- 'x-component-props': {
1542
- fieldNames: {
1543
- value: 'id',
1544
- label: 'nickname'
1545
- }
1546
- },
1547
- 'x-read-pretty': true
1548
- },
1549
- target: 'users',
1550
- foreignKey: 'updatedById',
1551
- targetKey: 'id'
1552
- }
1553
- ],
1554
- createdBy: true,
1555
- updatedBy: true,
1556
- sortable: true
1557
- }
1558
- ]
1559
- };
1560
- export { collections_rslib_entry_ as default };