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