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