@tachybase/client 0.23.8-alpha.27 → 0.23.8-alpha.28

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 (1336) hide show
  1. package/es/index.css +1 -0
  2. package/es/index.mjs +61143 -0
  3. package/lib/index.css +1 -0
  4. package/lib/index.js +1818 -0
  5. package/package.json +6 -5
  6. package/es/schema-component/antd/association-filter/AssociationFilterProvider.d.ts +0 -1
  7. package/lib/api-client/APIClient.mjs +0 -176
  8. package/lib/api-client/APIClientProvider.mjs +0 -23
  9. package/lib/api-client/__tests__/APIClient.test.mjs +0 -64
  10. package/lib/api-client/context.mjs +0 -14
  11. package/lib/api-client/demos/demo1.mjs +0 -47
  12. package/lib/api-client/demos/demo2.mjs +0 -46
  13. package/lib/api-client/demos/demo3.mjs +0 -97
  14. package/lib/api-client/hooks/assign.mjs +0 -106
  15. package/lib/api-client/hooks/index.mjs +0 -9
  16. package/lib/api-client/hooks/useAPIClient.mjs +0 -15
  17. package/lib/api-client/hooks/useRequest.mjs +0 -70
  18. package/lib/api-client/hooks/useResource.mjs +0 -12
  19. package/lib/api-client/index.mjs +0 -11
  20. package/lib/application/AppSchemaComponentProvider.mjs +0 -48
  21. package/lib/application/Application.mjs +0 -431
  22. package/lib/application/AttachmentPreviewManager.mjs +0 -37
  23. package/lib/application/NoticesManager.mjs +0 -132
  24. package/lib/application/Plugin.mjs +0 -66
  25. package/lib/application/PluginContextMenu.mjs +0 -35
  26. package/lib/application/PluginManager.mjs +0 -113
  27. package/lib/application/RouterManager.mjs +0 -148
  28. package/lib/application/SystemSettingsManager.mjs +0 -133
  29. package/lib/application/UserSettingsManager.mjs +0 -135
  30. package/lib/application/WebSocketClient.mjs +0 -202
  31. package/lib/application/__tests__/Application.test.mjs +0 -518
  32. package/lib/application/__tests__/Plugin.test.mjs +0 -213
  33. package/lib/application/__tests__/PluginSettingsManager.test.mjs +0 -168
  34. package/lib/application/__tests__/RouterManager.test.mjs +0 -345
  35. package/lib/application/__tests__/SchemaInitializer.test.mjs +0 -169
  36. package/lib/application/__tests__/SchemaToolbar.test.mjs +0 -171
  37. package/lib/application/__tests__/hoc/withDynamicSchemaProps.test.mjs +0 -207
  38. package/lib/application/__tests__/hooks.test.mjs +0 -112
  39. package/lib/application/__tests__/utils/remotePlugins.test.mjs +0 -331
  40. package/lib/application/__tests__/utils.test.mjs +0 -117
  41. package/lib/application/components/AppComponent.mjs +0 -78
  42. package/lib/application/components/BlankComponent.mjs +0 -18
  43. package/lib/application/components/MainComponent.mjs +0 -29
  44. package/lib/application/components/RouterContextCleaner.mjs +0 -30
  45. package/lib/application/components/defaultComponents.mjs +0 -37
  46. package/lib/application/components/index.mjs +0 -11
  47. package/lib/application/context.mjs +0 -10
  48. package/lib/application/demos/demo1.mjs +0 -136
  49. package/lib/application/demos/demo2.mjs +0 -149
  50. package/lib/application/demos/demo3.mjs +0 -17
  51. package/lib/application/hoc/index.mjs +0 -5
  52. package/lib/application/hoc/withDynamicSchemaProps.mjs +0 -165
  53. package/lib/application/hooks/index.mjs +0 -9
  54. package/lib/application/hooks/useApp.mjs +0 -15
  55. package/lib/application/hooks/usePlugin.mjs +0 -12
  56. package/lib/application/hooks/useRouter.mjs +0 -12
  57. package/lib/application/index.mjs +0 -37
  58. package/lib/application/schema-initializer/SchemaInitializer.mjs +0 -103
  59. package/lib/application/schema-initializer/SchemaInitializerManager.mjs +0 -86
  60. package/lib/application/schema-initializer/components/SchemaInitializerActionModal.mjs +0 -134
  61. package/lib/application/schema-initializer/components/SchemaInitializerButton.mjs +0 -60
  62. package/lib/application/schema-initializer/components/SchemaInitializerChildren.mjs +0 -91
  63. package/lib/application/schema-initializer/components/SchemaInitializerDivider.mjs +0 -25
  64. package/lib/application/schema-initializer/components/SchemaInitializerItem.mjs +0 -124
  65. package/lib/application/schema-initializer/components/SchemaInitializerItemGroup.mjs +0 -63
  66. package/lib/application/schema-initializer/components/SchemaInitializerItems.mjs +0 -23
  67. package/lib/application/schema-initializer/components/SchemaInitializerSelect.mjs +0 -86
  68. package/lib/application/schema-initializer/components/SchemaInitializerSubMenu.mjs +0 -147
  69. package/lib/application/schema-initializer/components/SchemaInitializerSwitch.mjs +0 -59
  70. package/lib/application/schema-initializer/components/index.mjs +0 -23
  71. package/lib/application/schema-initializer/components/style.mjs +0 -47
  72. package/lib/application/schema-initializer/context/index.mjs +0 -18
  73. package/lib/application/schema-initializer/hoc/index.mjs +0 -159
  74. package/lib/application/schema-initializer/hooks/index.mjs +0 -193
  75. package/lib/application/schema-initializer/hooks/useAriaAttributeOfMenuItem.mjs +0 -32
  76. package/lib/application/schema-initializer/index.mjs +0 -17
  77. package/lib/application/schema-initializer/types.mjs +0 -4
  78. package/lib/application/schema-settings/SchemaSettings.mjs +0 -94
  79. package/lib/application/schema-settings/SchemaSettingsDefaults.mjs +0 -241
  80. package/lib/application/schema-settings/SchemaSettingsManager.mjs +0 -86
  81. package/lib/application/schema-settings/components/SchemaSettingsChildren.mjs +0 -123
  82. package/lib/application/schema-settings/components/SchemaSettingsIcon.mjs +0 -34
  83. package/lib/application/schema-settings/components/SchemaSettingsWrapper.mjs +0 -59
  84. package/lib/application/schema-settings/components/index.mjs +0 -7
  85. package/lib/application/schema-settings/context/index.mjs +0 -13
  86. package/lib/application/schema-settings/hooks/index.mjs +0 -63
  87. package/lib/application/schema-settings/index.mjs +0 -15
  88. package/lib/application/schema-settings/types.mjs +0 -4
  89. package/lib/application/schema-toolbar/context/index.mjs +0 -24
  90. package/lib/application/schema-toolbar/hooks/index.mjs +0 -46
  91. package/lib/application/schema-toolbar/index.mjs +0 -7
  92. package/lib/application/utils/globalDeps.mjs +0 -162
  93. package/lib/application/utils/index.mjs +0 -59
  94. package/lib/application/utils/remotePlugins.mjs +0 -129
  95. package/lib/async-data-provider/index.mjs +0 -37
  96. package/lib/block-provider/BlockProvider.mjs +0 -401
  97. package/lib/block-provider/DetailsBlockProvider.mjs +0 -145
  98. package/lib/block-provider/FilterFormBlockProvider.mjs +0 -42
  99. package/lib/block-provider/FormBlockProvider.mjs +0 -222
  100. package/lib/block-provider/FormFieldProvider.mjs +0 -124
  101. package/lib/block-provider/MobileProvider.mjs +0 -24
  102. package/lib/block-provider/PageLayout.mjs +0 -25
  103. package/lib/block-provider/TableBlockProvider.mjs +0 -155
  104. package/lib/block-provider/TableFieldProvider.mjs +0 -197
  105. package/lib/block-provider/TableSelectorProvider.mjs +0 -372
  106. package/lib/block-provider/TreeBlockProvider.mjs +0 -158
  107. package/lib/block-provider/hooks/index.mjs +0 -1465
  108. package/lib/block-provider/hooks/useDataBlockSourceId.mjs +0 -33
  109. package/lib/block-provider/hooks/useFormActiveFields.mjs +0 -56
  110. package/lib/block-provider/hooks/useIsMobile.mjs +0 -16
  111. package/lib/block-provider/hooks/useParsedFilter.mjs +0 -85
  112. package/lib/block-provider/index.mjs +0 -25
  113. package/lib/built-in/acl/ACLProvider.mjs +0 -396
  114. package/lib/built-in/acl/ACLShortcut.mjs +0 -46
  115. package/lib/built-in/acl/Configuration/ConfigureCenter.mjs +0 -182
  116. package/lib/built-in/acl/Configuration/MenuConfigure.mjs +0 -188
  117. package/lib/built-in/acl/Configuration/MenuItemsProvider.mjs +0 -66
  118. package/lib/built-in/acl/Configuration/PermisionProvider.mjs +0 -95
  119. package/lib/built-in/acl/Configuration/RoleConfigure.mjs +0 -173
  120. package/lib/built-in/acl/Configuration/RoleTable.mjs +0 -73
  121. package/lib/built-in/acl/Configuration/RolesResourcesActions.mjs +0 -265
  122. package/lib/built-in/acl/Configuration/ScopeSelect.mjs +0 -61
  123. package/lib/built-in/acl/Configuration/StrategyActions.mjs +0 -143
  124. package/lib/built-in/acl/Configuration/index.mjs +0 -41
  125. package/lib/built-in/acl/Configuration/schemas/roles.mjs +0 -427
  126. package/lib/built-in/acl/Configuration/schemas/scopes.mjs +0 -384
  127. package/lib/built-in/acl/Configuration/schemas/useRoleResourceValues.mjs +0 -46
  128. package/lib/built-in/acl/Configuration/schemas/useSaveRoleResourceAction.mjs +0 -32
  129. package/lib/built-in/acl/index.mjs +0 -25
  130. package/lib/built-in/acl/style.mjs +0 -31
  131. package/lib/built-in/admin-layout/AdminContent.mjs +0 -34
  132. package/lib/built-in/admin-layout/AdminTabs.mjs +0 -21
  133. package/lib/built-in/admin-layout/NoticeArea.mjs +0 -37
  134. package/lib/built-in/admin-layout/components/AddNewButton.mjs +0 -89
  135. package/lib/built-in/admin-layout/components/WelcomeCard.mjs +0 -114
  136. package/lib/built-in/admin-layout/index.mjs +0 -299
  137. package/lib/built-in/admin-layout/style.mjs +0 -150
  138. package/lib/built-in/assistant/Assistant.provider.mjs +0 -114
  139. package/lib/built-in/assistant/ai-chat/index.mjs +0 -359
  140. package/lib/built-in/assistant/ai-chat/index.module.mjs +0 -9
  141. package/lib/built-in/assistant/ai-chat/index_module.css +0 -257
  142. package/lib/built-in/assistant/calculator/AutoScalingText.mjs +0 -45
  143. package/lib/built-in/assistant/calculator/Calculator.mjs +0 -259
  144. package/lib/built-in/assistant/calculator/CalculatorDisplay.mjs +0 -34
  145. package/lib/built-in/assistant/calculator/CalculatorKey.mjs +0 -20
  146. package/lib/built-in/assistant/calculator/CalculatorProvider.mjs +0 -52
  147. package/lib/built-in/assistant/calculator/Draggable.mjs +0 -66
  148. package/lib/built-in/assistant/calculator/style.mjs +0 -33
  149. package/lib/built-in/assistant/index.mjs +0 -27
  150. package/lib/built-in/assistant/search-and-jump/index.mjs +0 -75
  151. package/lib/built-in/attachment-preview/index.mjs +0 -24
  152. package/lib/built-in/attachment-preview/interface.mjs +0 -4
  153. package/lib/built-in/attachment-preview/previewers/file-default.mjs +0 -97
  154. package/lib/built-in/attachment-preview/previewers/file-pdf.mjs +0 -142
  155. package/lib/built-in/attachment-preview/previewers/file-pdf.style.mjs +0 -53
  156. package/lib/built-in/attachment-preview/previewers/file-sheet.mjs +0 -132
  157. package/lib/built-in/attachment-preview/previewers/file-sheet.style.mjs +0 -53
  158. package/lib/built-in/attachment-preview/previewers/image-jpeg.mjs +0 -43
  159. package/lib/built-in/attachment-preview/previewers/image-png.mjs +0 -43
  160. package/lib/built-in/attachment-preview/previewers/image-svg.mjs +0 -29
  161. package/lib/built-in/attachment-preview/previewers/index.mjs +0 -15
  162. package/lib/built-in/block-schema-component/index.mjs +0 -186
  163. package/lib/built-in/built-in-collections/index.mjs +0 -74
  164. package/lib/built-in/context-menu/ContextMenu.provider.mjs +0 -89
  165. package/lib/built-in/context-menu/ContextMenuItemsProps.mjs +0 -176
  166. package/lib/built-in/context-menu/index.mjs +0 -33
  167. package/lib/built-in/context-menu/useContextMenu.mjs +0 -12
  168. package/lib/built-in/document-title/index.mjs +0 -75
  169. package/lib/built-in/dynamic-page/DynamicPage.mjs +0 -67
  170. package/lib/built-in/dynamic-page/index.mjs +0 -79
  171. package/lib/built-in/dynamic-page/style.mjs +0 -60
  172. package/lib/built-in/dynamic-page/utils.mjs +0 -84
  173. package/lib/built-in/index.mjs +0 -591
  174. package/lib/built-in/locale/LocalePlugin.mjs +0 -96
  175. package/lib/built-in/locale/loadConstrueLocale.mjs +0 -194
  176. package/lib/built-in/page-style/CustomAdminHeader.mjs +0 -24
  177. package/lib/built-in/page-style/PageStyle.provider.mjs +0 -47
  178. package/lib/built-in/page-style/TabContent.mjs +0 -97
  179. package/lib/built-in/page-style/TabHeader.mjs +0 -114
  180. package/lib/built-in/page-style/index.mjs +0 -29
  181. package/lib/built-in/page-style/usePageStyle.mjs +0 -15
  182. package/lib/built-in/page-style/useTabSettings.mjs +0 -97
  183. package/lib/built-in/pinned-list/PinnedPluginListProvider.mjs +0 -87
  184. package/lib/built-in/pinned-list/context.mjs +0 -12
  185. package/lib/built-in/pinned-list/index.mjs +0 -18
  186. package/lib/built-in/pm/PluginCard.mjs +0 -306
  187. package/lib/built-in/pm/PluginDetail.mjs +0 -350
  188. package/lib/built-in/pm/PluginDocument.mjs +0 -99
  189. package/lib/built-in/pm/PluginForm/form/PluginNpmForm.mjs +0 -189
  190. package/lib/built-in/pm/PluginForm/form/PluginUploadForm.mjs +0 -142
  191. package/lib/built-in/pm/PluginForm/form/PluginUrlForm.mjs +0 -133
  192. package/lib/built-in/pm/PluginForm/modal/PluginAddModal.mjs +0 -88
  193. package/lib/built-in/pm/PluginForm/modal/PluginUpgradeModal.mjs +0 -92
  194. package/lib/built-in/pm/PluginManager.mjs +0 -341
  195. package/lib/built-in/pm/index.mjs +0 -78
  196. package/lib/built-in/pm/style.mjs +0 -86
  197. package/lib/built-in/pm/types.mjs +0 -4
  198. package/lib/built-in/quick-access/Action.mjs +0 -125
  199. package/lib/built-in/quick-access/Block.mjs +0 -170
  200. package/lib/built-in/quick-access/CustomRequestActionSchemaInitializerItem.mjs +0 -115
  201. package/lib/built-in/quick-access/LinkActionSchemaInitializerItem.mjs +0 -108
  202. package/lib/built-in/quick-access/ModalActionSchemaInitializerItem.mjs +0 -118
  203. package/lib/built-in/quick-access/PopupActionSchemaInitializerItem.mjs +0 -143
  204. package/lib/built-in/quick-access/SchemaSettingsBlockTitleItem.mjs +0 -66
  205. package/lib/built-in/quick-access/blockInitializerItem.mjs +0 -31
  206. package/lib/built-in/quick-access/blockSchema.mjs +0 -20
  207. package/lib/built-in/quick-access/blockSettings.mjs +0 -92
  208. package/lib/built-in/quick-access/configureActions.mjs +0 -25
  209. package/lib/built-in/quick-access/index.mjs +0 -66
  210. package/lib/built-in/scroll-assistant/ScrollAssistant.provider.mjs +0 -62
  211. package/lib/built-in/scroll-assistant/ScrollAssistantStatus.provider.mjs +0 -31
  212. package/lib/built-in/scroll-assistant/index.mjs +0 -41
  213. package/lib/built-in/scroll-assistant/useJoystick.mjs +0 -216
  214. package/lib/built-in/setting-layout/AdminSettings.mjs +0 -174
  215. package/lib/built-in/setting-layout/SettingLayout.mjs +0 -171
  216. package/lib/built-in/setting-layout/SettingsCenterDropdown.mjs +0 -104
  217. package/lib/built-in/system-settings/SystemSettingsProvider.mjs +0 -33
  218. package/lib/built-in/system-settings/SystemSettingsShortcut.mjs +0 -189
  219. package/lib/built-in/system-settings/index.mjs +0 -23
  220. package/lib/built-in/system-version/SystemVersion.provider.mjs +0 -52
  221. package/lib/built-in/system-version/index.mjs +0 -17
  222. package/lib/built-in/user-settings/UserSettingsLayout.mjs +0 -221
  223. package/lib/built-in/user-settings/index.mjs +0 -38
  224. package/lib/built-in/user-settings/style.mjs +0 -86
  225. package/lib/collection-manager/CollectionHistoryProvider.mjs +0 -81
  226. package/lib/collection-manager/CollectionManagerProvider.mjs +0 -92
  227. package/lib/collection-manager/CollectionManagerSchemaComponentProvider.mjs +0 -46
  228. package/lib/collection-manager/CollectionProvider_deprecated.mjs +0 -40
  229. package/lib/collection-manager/Configuration/AddCollectionAction.mjs +0 -292
  230. package/lib/collection-manager/Configuration/AddFieldAction.mjs +0 -457
  231. package/lib/collection-manager/Configuration/AddSubFieldAction.mjs +0 -211
  232. package/lib/collection-manager/Configuration/DeleteCollectionAction.mjs +0 -268
  233. package/lib/collection-manager/Configuration/EditCollectionAction.mjs +0 -221
  234. package/lib/collection-manager/Configuration/EditFieldAction.mjs +0 -315
  235. package/lib/collection-manager/Configuration/EditSubFieldAction.mjs +0 -163
  236. package/lib/collection-manager/Configuration/ImportCollectionMetaAction.mjs +0 -210
  237. package/lib/collection-manager/Configuration/OverridingCollectionField.mjs +0 -274
  238. package/lib/collection-manager/Configuration/SyncFieldsAction.mjs +0 -257
  239. package/lib/collection-manager/Configuration/SyncSQLFieldsAction.mjs +0 -214
  240. package/lib/collection-manager/Configuration/ViewInheritedField.mjs +0 -187
  241. package/lib/collection-manager/Configuration/components/CollectionCategory.mjs +0 -38
  242. package/lib/collection-manager/Configuration/components/CollectionFieldInterfaceTag.mjs +0 -40
  243. package/lib/collection-manager/Configuration/components/CollectionTemplateTag.mjs +0 -39
  244. package/lib/collection-manager/Configuration/components/FieldSummary.mjs +0 -39
  245. package/lib/collection-manager/Configuration/components/Summary.mjs +0 -84
  246. package/lib/collection-manager/Configuration/components/TemplateSummary.mjs +0 -39
  247. package/lib/collection-manager/Configuration/components/index.mjs +0 -359
  248. package/lib/collection-manager/Configuration/index.mjs +0 -46
  249. package/lib/collection-manager/Configuration/interfaces.mjs +0 -48
  250. package/lib/collection-manager/ResourceActionProvider.mjs +0 -168
  251. package/lib/collection-manager/action-hooks.mjs +0 -658
  252. package/lib/collection-manager/collectionPlugin.mjs +0 -151
  253. package/lib/collection-manager/context.mjs +0 -13
  254. package/lib/collection-manager/demos/demo2.mjs +0 -143
  255. package/lib/collection-manager/demos/demo3.mjs +0 -96
  256. package/lib/collection-manager/demos/demo4.mjs +0 -183
  257. package/lib/collection-manager/demos/demo5.mjs +0 -187
  258. package/lib/collection-manager/hooks/index.mjs +0 -11
  259. package/lib/collection-manager/hooks/useCollectionDataSource.mjs +0 -29
  260. package/lib/collection-manager/hooks/useCollectionField_deprecated.mjs +0 -43
  261. package/lib/collection-manager/hooks/useCollectionManager_deprecated.mjs +0 -272
  262. package/lib/collection-manager/hooks/useCollection_deprecated.mjs +0 -70
  263. package/lib/collection-manager/hooks/useDialect.mjs +0 -17
  264. package/lib/collection-manager/index.mjs +0 -63
  265. package/lib/collection-manager/interfaces/__tests__/json.mjs +0 -73
  266. package/lib/collection-manager/interfaces/checkbox.mjs +0 -61
  267. package/lib/collection-manager/interfaces/checkboxGroup.mjs +0 -55
  268. package/lib/collection-manager/interfaces/chinaRegion.mjs +0 -127
  269. package/lib/collection-manager/interfaces/collection.mjs +0 -57
  270. package/lib/collection-manager/interfaces/color.mjs +0 -43
  271. package/lib/collection-manager/interfaces/components/index.mjs +0 -73
  272. package/lib/collection-manager/interfaces/createdAt.mjs +0 -47
  273. package/lib/collection-manager/interfaces/createdBy.mjs +0 -70
  274. package/lib/collection-manager/interfaces/datetime.mjs +0 -56
  275. package/lib/collection-manager/interfaces/email.mjs +0 -54
  276. package/lib/collection-manager/interfaces/icon.mjs +0 -40
  277. package/lib/collection-manager/interfaces/id.mjs +0 -66
  278. package/lib/collection-manager/interfaces/index.mjs +0 -81
  279. package/lib/collection-manager/interfaces/input.mjs +0 -200
  280. package/lib/collection-manager/interfaces/integer.mjs +0 -138
  281. package/lib/collection-manager/interfaces/json.mjs +0 -102
  282. package/lib/collection-manager/interfaces/linkTo.mjs +0 -119
  283. package/lib/collection-manager/interfaces/m2m.mjs +0 -253
  284. package/lib/collection-manager/interfaces/m2o.mjs +0 -182
  285. package/lib/collection-manager/interfaces/markdown.mjs +0 -94
  286. package/lib/collection-manager/interfaces/multipleSelect.mjs +0 -62
  287. package/lib/collection-manager/interfaces/nanoid.mjs +0 -72
  288. package/lib/collection-manager/interfaces/number.mjs +0 -146
  289. package/lib/collection-manager/interfaces/o2m.mjs +0 -211
  290. package/lib/collection-manager/interfaces/o2o.mjs +0 -493
  291. package/lib/collection-manager/interfaces/password.mjs +0 -80
  292. package/lib/collection-manager/interfaces/percent.mjs +0 -193
  293. package/lib/collection-manager/interfaces/phone.mjs +0 -46
  294. package/lib/collection-manager/interfaces/properties/index.mjs +0 -506
  295. package/lib/collection-manager/interfaces/properties/operators.mjs +0 -370
  296. package/lib/collection-manager/interfaces/radioGroup.mjs +0 -46
  297. package/lib/collection-manager/interfaces/richText.mjs +0 -92
  298. package/lib/collection-manager/interfaces/select.mjs +0 -60
  299. package/lib/collection-manager/interfaces/sort.mjs +0 -123
  300. package/lib/collection-manager/interfaces/subTable.mjs +0 -218
  301. package/lib/collection-manager/interfaces/tableoid.mjs +0 -60
  302. package/lib/collection-manager/interfaces/textarea.mjs +0 -92
  303. package/lib/collection-manager/interfaces/time.mjs +0 -59
  304. package/lib/collection-manager/interfaces/types.mjs +0 -4
  305. package/lib/collection-manager/interfaces/unixTimestamp.mjs +0 -64
  306. package/lib/collection-manager/interfaces/updatedAt.mjs +0 -47
  307. package/lib/collection-manager/interfaces/updatedBy.mjs +0 -70
  308. package/lib/collection-manager/interfaces/url.mjs +0 -46
  309. package/lib/collection-manager/interfaces/uuid.mjs +0 -60
  310. package/lib/collection-manager/mixins/InheritanceCollectionMixin.mjs +0 -249
  311. package/lib/collection-manager/sub-table.mjs +0 -270
  312. package/lib/collection-manager/templates/components/PresetFields.mjs +0 -271
  313. package/lib/collection-manager/templates/components/PreviewFields.mjs +0 -345
  314. package/lib/collection-manager/templates/components/PreviewTable.mjs +0 -171
  315. package/lib/collection-manager/templates/components/sql-collection/FieldsConfigure.mjs +0 -348
  316. package/lib/collection-manager/templates/components/sql-collection/PreviewTable.mjs +0 -81
  317. package/lib/collection-manager/templates/components/sql-collection/SQLInput.mjs +0 -130
  318. package/lib/collection-manager/templates/components/sql-collection/SQLRequestProvider.mjs +0 -74
  319. package/lib/collection-manager/templates/components/sql-collection/index.mjs +0 -11
  320. package/lib/collection-manager/templates/expression.mjs +0 -78
  321. package/lib/collection-manager/templates/general.mjs +0 -32
  322. package/lib/collection-manager/templates/import.mjs +0 -28
  323. package/lib/collection-manager/templates/index.mjs +0 -15
  324. package/lib/collection-manager/templates/properties/index.mjs +0 -81
  325. package/lib/collection-manager/templates/sql.mjs +0 -105
  326. package/lib/collection-manager/templates/tree.mjs +0 -94
  327. package/lib/collection-manager/templates/types.mjs +0 -4
  328. package/lib/collection-manager/templates/view.mjs +0 -177
  329. package/lib/collection-manager/types.mjs +0 -4
  330. package/lib/collection-manager/utils.mjs +0 -23
  331. package/lib/common/SelectWithTitle.mjs +0 -56
  332. package/lib/common/appInfo/CurrentAppInfoProvider.mjs +0 -33
  333. package/lib/common/appInfo/index.mjs +0 -5
  334. package/lib/common/index.mjs +0 -9
  335. package/lib/common/useFieldComponentName.mjs +0 -39
  336. package/lib/common/useNiceDropdownHeight.mjs +0 -28
  337. package/lib/data-source/__tests__/collection/AssociationProvider.test.mjs +0 -132
  338. package/lib/data-source/__tests__/collection/Collection.test.mjs +0 -308
  339. package/lib/data-source/__tests__/collection/CollectionManager.test.mjs +0 -308
  340. package/lib/data-source/__tests__/collection/CollectionManagerProvider.test.mjs +0 -135
  341. package/lib/data-source/__tests__/collection/CollectionProvider.test.mjs +0 -123
  342. package/lib/data-source/__tests__/collection/ExtendCollectionsProvider.test.mjs +0 -105
  343. package/lib/data-source/__tests__/collection-field/CollectionField.test.mjs +0 -84
  344. package/lib/data-source/__tests__/collection-field/CollectionFieldProvider.test.mjs +0 -70
  345. package/lib/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.mjs +0 -171
  346. package/lib/data-source/__tests__/collection-record/CollectionRecord.test.mjs +0 -27
  347. package/lib/data-source/__tests__/collection-record/CollectionRecordProvider.test.mjs +0 -268
  348. package/lib/data-source/__tests__/collection-record/isNewRecord.test.mjs +0 -55
  349. package/lib/data-source/__tests__/collection-template/CollectionTemplateManager.test.mjs +0 -132
  350. package/lib/data-source/__tests__/components/CollectionDeletedPlaceholder.test.mjs +0 -58
  351. package/lib/data-source/__tests__/data-block/DataBlockProvider.test.mjs +0 -151
  352. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.mjs +0 -108
  353. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.mjs +0 -160
  354. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-create.mjs +0 -131
  355. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.mjs +0 -197
  356. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.mjs +0 -160
  357. package/lib/data-source/__tests__/data-block/data-block-demos/collection-table-list.mjs +0 -114
  358. package/lib/data-source/__tests__/data-block/data-block-demos/createApp.mjs +0 -66
  359. package/lib/data-source/__tests__/data-source/CollectionDataSourceProvider.test.mjs +0 -56
  360. package/lib/data-source/__tests__/data-source/DataSource.test.mjs +0 -81
  361. package/lib/data-source/__tests__/data-source/DataSourceManager.test.mjs +0 -174
  362. package/lib/data-source/__tests__/data-source/DataSourceManagerProvider.test.mjs +0 -45
  363. package/lib/data-source/__tests__/data-source/DataSourceProvider.test.mjs +0 -100
  364. package/lib/data-source/__tests__/utils.test.mjs +0 -66
  365. package/lib/data-source/collection/AssociationProvider.mjs +0 -68
  366. package/lib/data-source/collection/Collection.mjs +0 -200
  367. package/lib/data-source/collection/CollectionManager.mjs +0 -165
  368. package/lib/data-source/collection/CollectionManagerProvider.mjs +0 -64
  369. package/lib/data-source/collection/CollectionProvider.mjs +0 -53
  370. package/lib/data-source/collection/ExtendCollectionsProvider.mjs +0 -47
  371. package/lib/data-source/collection/index.mjs +0 -15
  372. package/lib/data-source/collection/utils.mjs +0 -62
  373. package/lib/data-source/collection-field/CollectionField.mjs +0 -116
  374. package/lib/data-source/collection-field/CollectionFieldProvider.mjs +0 -65
  375. package/lib/data-source/collection-field/index.mjs +0 -7
  376. package/lib/data-source/collection-field-interface/CollectionFieldInterface.mjs +0 -42
  377. package/lib/data-source/collection-field-interface/CollectionFieldInterfaceManager.mjs +0 -65
  378. package/lib/data-source/collection-field-interface/index.mjs +0 -7
  379. package/lib/data-source/collection-record/CollectionRecord.mjs +0 -34
  380. package/lib/data-source/collection-record/CollectionRecordProvider.mjs +0 -78
  381. package/lib/data-source/collection-record/index.mjs +0 -7
  382. package/lib/data-source/collection-record/isNewRecord.mjs +0 -26
  383. package/lib/data-source/collection-template/CollectionTemplate.mjs +0 -39
  384. package/lib/data-source/collection-template/CollectionTemplateManager.mjs +0 -61
  385. package/lib/data-source/collection-template/index.mjs +0 -7
  386. package/lib/data-source/commonsSettingsItem/fieldComponent.mjs +0 -80
  387. package/lib/data-source/commonsSettingsItem/index.mjs +0 -5
  388. package/lib/data-source/components/CollectionDeletedPlaceholder.mjs +0 -125
  389. package/lib/data-source/components/DataSourceApplicationProvider.mjs +0 -32
  390. package/lib/data-source/components/index.mjs +0 -7
  391. package/lib/data-source/data-block/DataBlockProvider.mjs +0 -115
  392. package/lib/data-source/data-block/DataBlockRequestProvider.mjs +0 -168
  393. package/lib/data-source/data-block/DataBlockResourceProvider.mjs +0 -84
  394. package/lib/data-source/data-block/context/ConfigSetting.provider.mjs +0 -18
  395. package/lib/data-source/data-block/index.mjs +0 -11
  396. package/lib/data-source/data-source/DataSource.mjs +0 -83
  397. package/lib/data-source/data-source/DataSourceManager.mjs +0 -127
  398. package/lib/data-source/data-source/DataSourceManagerProvider.mjs +0 -25
  399. package/lib/data-source/data-source/DataSourceProvider.mjs +0 -87
  400. package/lib/data-source/data-source/index.mjs +0 -11
  401. package/lib/data-source/index.mjs +0 -23
  402. package/lib/data-source/utils.mjs +0 -28
  403. package/lib/env.d.mjs +0 -1
  404. package/lib/filter-provider/FilterProvider.mjs +0 -182
  405. package/lib/filter-provider/__tests__/transformToFilter.mjs +0 -74
  406. package/lib/filter-provider/__tests__/useFilter.mjs +0 -61
  407. package/lib/filter-provider/__tests__/utiles.test.mjs +0 -271
  408. package/lib/filter-provider/index.mjs +0 -7
  409. package/lib/filter-provider/utils.mjs +0 -262
  410. package/lib/flag-provider/FlagProvider.mjs +0 -19
  411. package/lib/flag-provider/__tests__/flag-provider.test.mjs +0 -37
  412. package/lib/flag-provider/hooks/useFlag.mjs +0 -15
  413. package/lib/flag-provider/index.mjs +0 -7
  414. package/lib/global.css +0 -34
  415. package/lib/hooks/index.mjs +0 -7
  416. package/lib/hooks/useAdminSchemaUid.mjs +0 -7
  417. package/lib/hooks/useMenuItem.mjs +0 -101
  418. package/lib/hooks/useViewport.mjs +0 -47
  419. package/lib/i18n/i18n.mjs +0 -37
  420. package/lib/i18n/index.mjs +0 -5
  421. package/lib/icon/Icon.mjs +0 -80
  422. package/lib/icon/__tests__/icon.test.mjs +0 -49
  423. package/lib/icon/demos/antd-icon.mjs +0 -19
  424. package/lib/icon/demos/custom-icon.mjs +0 -28
  425. package/lib/icon/demos/iconfont.mjs +0 -22
  426. package/lib/icon/demos/register-icon.mjs +0 -35
  427. package/lib/icon/index.mjs +0 -5
  428. package/lib/icon/preloaded.mjs +0 -139
  429. package/lib/index.mjs +0 -111
  430. package/lib/locale/index.mjs +0 -274
  431. package/lib/modules/actions/ActionSchemaToolbar.mjs +0 -24
  432. package/lib/modules/actions/add-child/CreateChildInitializer.mjs +0 -76
  433. package/lib/modules/actions/add-child/addChildActionSettings.mjs +0 -88
  434. package/lib/modules/actions/add-new/CreateActionInitializer.mjs +0 -82
  435. package/lib/modules/actions/add-new/addNewActionSettings.mjs +0 -81
  436. package/lib/modules/actions/add-new/createFormBlockInitializers.mjs +0 -75
  437. package/lib/modules/actions/add-record/CustomizeAddRecordActionInitializer.mjs +0 -78
  438. package/lib/modules/actions/add-record/customizeAddRecordActionSettings.mjs +0 -50
  439. package/lib/modules/actions/add-record/customizeCreateFormBlockInitializers.mjs +0 -45
  440. package/lib/modules/actions/bulk-destroy/BulkDestroyActionInitializer.mjs +0 -52
  441. package/lib/modules/actions/bulk-destroy/bulkDeleteActionSettings.mjs +0 -42
  442. package/lib/modules/actions/delete/DestroyActionInitializer.mjs +0 -40
  443. package/lib/modules/actions/delete/deleteActionSettings.mjs +0 -57
  444. package/lib/modules/actions/disassociate/DisassociateActionInitializer.mjs +0 -40
  445. package/lib/modules/actions/disassociate/__e2e__/disassociate.test.mjs +0 -53
  446. package/lib/modules/actions/disassociate/__e2e__/templatesOfPage.mjs +0 -386
  447. package/lib/modules/actions/disassociate/disassociateActionSettings.mjs +0 -57
  448. package/lib/modules/actions/expand-collapse/ExpandableActionInitializer.mjs +0 -40
  449. package/lib/modules/actions/expand-collapse/expendableActionSettings.mjs +0 -148
  450. package/lib/modules/actions/filter/FilterActionInitializer.mjs +0 -34
  451. package/lib/modules/actions/filter/filterActionSettings.mjs +0 -103
  452. package/lib/modules/actions/link/customizeLinkActionSettings.mjs +0 -149
  453. package/lib/modules/actions/link/hooks.mjs +0 -243
  454. package/lib/modules/actions/refresh/RefreshActionInitializer.mjs +0 -33
  455. package/lib/modules/actions/refresh/refreshActionSettings.mjs +0 -42
  456. package/lib/modules/actions/save-record/SaveRecordActionInitializer.mjs +0 -49
  457. package/lib/modules/actions/save-record/customizeSaveRecordActionSettings.mjs +0 -67
  458. package/lib/modules/actions/submit/CreateSubmitActionInitializer.mjs +0 -39
  459. package/lib/modules/actions/submit/UpdateSubmitActionInitializer.mjs +0 -44
  460. package/lib/modules/actions/submit/createSubmitActionSettings.mjs +0 -250
  461. package/lib/modules/actions/submit/updateSubmitActionSettings.mjs +0 -107
  462. package/lib/modules/actions/update-record/UpdateRecordActionInitializer.mjs +0 -48
  463. package/lib/modules/actions/update-record/customizeUpdateRecordActionSettings.mjs +0 -83
  464. package/lib/modules/actions/view-edit-popup/PopupActionInitializer.mjs +0 -74
  465. package/lib/modules/actions/view-edit-popup/RecordFormBlockInitializers.mjs +0 -46
  466. package/lib/modules/actions/view-edit-popup/UpdateActionInitializer.mjs +0 -69
  467. package/lib/modules/actions/view-edit-popup/ViewActionInitializer.mjs +0 -68
  468. package/lib/modules/actions/view-edit-popup/customizePopupActionSettings.mjs +0 -70
  469. package/lib/modules/actions/view-edit-popup/editActionSettings.mjs +0 -65
  470. package/lib/modules/actions/view-edit-popup/viewActionSettings.mjs +0 -70
  471. package/lib/modules/blocks/BlockSchemaToolbar.mjs +0 -85
  472. package/lib/modules/blocks/data-blocks/details-multi/DetailsActionInitializers.mjs +0 -49
  473. package/lib/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.mjs +0 -76
  474. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.mjs +0 -123
  475. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.mjs +0 -81
  476. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.mjs +0 -1
  477. package/lib/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.mjs +0 -20
  478. package/lib/modules/blocks/data-blocks/details-multi/createDetailsWithPaginationUISchema.mjs +0 -66
  479. package/lib/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.mjs +0 -256
  480. package/lib/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationDecoratorProps.mjs +0 -19
  481. package/lib/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationProps.mjs +0 -11
  482. package/lib/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.mjs +0 -106
  483. package/lib/modules/blocks/data-blocks/details-single/ReadPrettyFormActionInitializers.mjs +0 -94
  484. package/lib/modules/blocks/data-blocks/details-single/ReadPrettyFormItemInitializers.mjs +0 -110
  485. package/lib/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.mjs +0 -108
  486. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.mjs +0 -110
  487. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.mjs +0 -31
  488. package/lib/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.mjs +0 -1
  489. package/lib/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.mjs +0 -21
  490. package/lib/modules/blocks/data-blocks/details-single/createDetailsUISchema.mjs +0 -62
  491. package/lib/modules/blocks/data-blocks/details-single/detailsBlockSettings.mjs +0 -67
  492. package/lib/modules/blocks/data-blocks/details-single/hooks/useDetailsDecoratorProps.mjs +0 -43
  493. package/lib/modules/blocks/data-blocks/details-single/hooks/useDetailsProps.mjs +0 -11
  494. package/lib/modules/blocks/data-blocks/form/CreateFormBlockInitializer.mjs +0 -85
  495. package/lib/modules/blocks/data-blocks/form/FilterItemCustomSettings.mjs +0 -321
  496. package/lib/modules/blocks/data-blocks/form/FormBlockInitializer.mjs +0 -113
  497. package/lib/modules/blocks/data-blocks/form/FormItemSchemaToolbar.mjs +0 -23
  498. package/lib/modules/blocks/data-blocks/form/RecordFormBlockInitializer.mjs +0 -123
  499. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.mjs +0 -27
  500. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.mjs +0 -33
  501. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.mjs +0 -207
  502. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.mjs +0 -36
  503. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.mjs +0 -167
  504. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.mjs +0 -1367
  505. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.mjs +0 -6009
  506. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.mjs +0 -22
  507. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.mjs +0 -235
  508. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.mjs +0 -1
  509. package/lib/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.mjs +0 -27
  510. package/lib/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.mjs +0 -27
  511. package/lib/modules/blocks/data-blocks/form/createCreateFormBlockUISchema.mjs +0 -63
  512. package/lib/modules/blocks/data-blocks/form/createEditFormBlockUISchema.mjs +0 -62
  513. package/lib/modules/blocks/data-blocks/form/createFormActionInitializers.mjs +0 -51
  514. package/lib/modules/blocks/data-blocks/form/createFormBlockSettings.mjs +0 -157
  515. package/lib/modules/blocks/data-blocks/form/editFormBlockSettings.mjs +0 -90
  516. package/lib/modules/blocks/data-blocks/form/fieldSettingsFormItem.mjs +0 -598
  517. package/lib/modules/blocks/data-blocks/form/formActionInitializers.mjs +0 -54
  518. package/lib/modules/blocks/data-blocks/form/formItemInitializers.mjs +0 -51
  519. package/lib/modules/blocks/data-blocks/form/hooks/useCreateFormBlockDecoratorProps.mjs +0 -19
  520. package/lib/modules/blocks/data-blocks/form/hooks/useCreateFormBlockProps.mjs +0 -11
  521. package/lib/modules/blocks/data-blocks/form/hooks/useEditFormBlockDecoratorProps.mjs +0 -29
  522. package/lib/modules/blocks/data-blocks/form/hooks/useEditFormBlockProps.mjs +0 -11
  523. package/lib/modules/blocks/data-blocks/form/index.mjs +0 -31
  524. package/lib/modules/blocks/data-blocks/form/updateFormActionInitializers.mjs +0 -62
  525. package/lib/modules/blocks/data-blocks/grid-card/GridCardActionInitializers.mjs +0 -94
  526. package/lib/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.mjs +0 -69
  527. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.mjs +0 -231
  528. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.mjs +0 -58
  529. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.mjs +0 -1
  530. package/lib/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.mjs +0 -32
  531. package/lib/modules/blocks/data-blocks/grid-card/createGridCardBlockUISchema.mjs +0 -78
  532. package/lib/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.mjs +0 -484
  533. package/lib/modules/blocks/data-blocks/grid-card/gridCardItemActionInitializers.mjs +0 -109
  534. package/lib/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.mjs +0 -25
  535. package/lib/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockParams.mjs +0 -28
  536. package/lib/modules/blocks/data-blocks/grid-card/utils.mjs +0 -17
  537. package/lib/modules/blocks/data-blocks/list/ListActionInitializers.mjs +0 -90
  538. package/lib/modules/blocks/data-blocks/list/ListBlockInitializer.mjs +0 -69
  539. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.mjs +0 -224
  540. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.mjs +0 -29
  541. package/lib/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.mjs +0 -1
  542. package/lib/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.mjs +0 -30
  543. package/lib/modules/blocks/data-blocks/list/createListBlockUISchema.mjs +0 -71
  544. package/lib/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.mjs +0 -19
  545. package/lib/modules/blocks/data-blocks/list/listBlockSettings.mjs +0 -286
  546. package/lib/modules/blocks/data-blocks/list/listItemActionInitializers.mjs +0 -109
  547. package/lib/modules/blocks/data-blocks/table/TableActionColumnInitializers.mjs +0 -287
  548. package/lib/modules/blocks/data-blocks/table/TableActionInitializers.mjs +0 -143
  549. package/lib/modules/blocks/data-blocks/table/TableBlockInitializer.mjs +0 -69
  550. package/lib/modules/blocks/data-blocks/table/TableColumnInitializers.mjs +0 -135
  551. package/lib/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.mjs +0 -35
  552. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.mjs +0 -19
  553. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.mjs +0 -46
  554. package/lib/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.mjs +0 -28
  555. package/lib/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.mjs +0 -40
  556. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.mjs +0 -450
  557. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.mjs +0 -922
  558. package/lib/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.mjs +0 -937
  559. package/lib/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.mjs +0 -53
  560. package/lib/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.mjs +0 -24
  561. package/lib/modules/blocks/data-blocks/table/createTableBlockUISchema.mjs +0 -90
  562. package/lib/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.mjs +0 -54
  563. package/lib/modules/blocks/data-blocks/table/hooks/useTableBlockProps.mjs +0 -176
  564. package/lib/modules/blocks/data-blocks/table/index.mjs +0 -21
  565. package/lib/modules/blocks/data-blocks/table/tableBlockSettings.mjs +0 -461
  566. package/lib/modules/blocks/data-blocks/table/tableColumnSettings.mjs +0 -388
  567. package/lib/modules/blocks/data-blocks/table/utils.mjs +0 -30
  568. package/lib/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.mjs +0 -45
  569. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.mjs +0 -174
  570. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.mjs +0 -169
  571. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.mjs +0 -695
  572. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/utils.mjs +0 -20
  573. package/lib/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.mjs +0 -22
  574. package/lib/modules/blocks/data-blocks/table-selector/createTableSelectorUISchema.mjs +0 -55
  575. package/lib/modules/blocks/data-blocks/table-selector/hooks/useTableSelectorDecoratorProps.mjs +0 -5
  576. package/lib/modules/blocks/data-blocks/table-selector/index.mjs +0 -7
  577. package/lib/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.mjs +0 -353
  578. package/lib/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.mjs +0 -22
  579. package/lib/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.mjs +0 -51
  580. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.mjs +0 -67
  581. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.mjs +0 -72
  582. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.mjs +0 -1
  583. package/lib/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.mjs +0 -46
  584. package/lib/modules/blocks/filter-blocks/collapse/createFilterCollapseBlockSchema.mjs +0 -37
  585. package/lib/modules/blocks/filter-blocks/collapse/filterCollapseBlockSettings.mjs +0 -79
  586. package/lib/modules/blocks/filter-blocks/collapse/filterCollapseItemFieldSettings.mjs +0 -244
  587. package/lib/modules/blocks/filter-blocks/collapse/filterCollapseItemInitializer.mjs +0 -170
  588. package/lib/modules/blocks/filter-blocks/collapse/hooks/useCollapseBlockDecoratorProps.mjs +0 -5
  589. package/lib/modules/blocks/filter-blocks/form/FilterFormActionInitializers.mjs +0 -38
  590. package/lib/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.mjs +0 -60
  591. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.mjs +0 -127
  592. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.mjs +0 -111
  593. package/lib/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.mjs +0 -1
  594. package/lib/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.mjs +0 -31
  595. package/lib/modules/blocks/filter-blocks/form/createFilterFormBlockSchema.mjs +0 -56
  596. package/lib/modules/blocks/filter-blocks/form/filterFormBlockSettings.mjs +0 -87
  597. package/lib/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.mjs +0 -394
  598. package/lib/modules/blocks/filter-blocks/form/filterFormItemInitializers.mjs +0 -53
  599. package/lib/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockDecoratorProps.mjs +0 -5
  600. package/lib/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockProps.mjs +0 -11
  601. package/lib/modules/blocks/filter-blocks/tree/FilterTreeActionInitializers.mjs +0 -38
  602. package/lib/modules/blocks/filter-blocks/tree/FilterTreeBlockInitializer.mjs +0 -101
  603. package/lib/modules/blocks/filter-blocks/tree/filterTreeBlockSettings.mjs +0 -87
  604. package/lib/modules/blocks/filter-blocks/tree/filterTreeItemFieldSettings.mjs +0 -394
  605. package/lib/modules/blocks/filter-blocks/tree/filterTreeItemInitializers.mjs +0 -53
  606. package/lib/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.mjs +0 -48
  607. package/lib/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.mjs +0 -42
  608. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.mjs +0 -16
  609. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.mjs +0 -40
  610. package/lib/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.mjs +0 -1
  611. package/lib/modules/blocks/other-blocks/markdown/markdownBlockSettings.mjs +0 -51
  612. package/lib/modules/blocks/useParentRecordCommon.mjs +0 -18
  613. package/lib/modules/blocks/useSourceId.mjs +0 -23
  614. package/lib/modules/blocks/useSourceKey.mjs +0 -16
  615. package/lib/modules/dialog/__e2e__/schemaInitializer.test.mjs +0 -435
  616. package/lib/modules/dialog/__e2e__/schemaSettings.test.mjs +0 -65
  617. package/lib/modules/dialog/__e2e__/templatesOfBug.mjs +0 -2128
  618. package/lib/modules/dialog/__e2e__/zIndex.test.mjs +0 -46
  619. package/lib/modules/fields/component/CascadeSelect/cascadeSelectComponentFieldSettings.mjs +0 -120
  620. package/lib/modules/fields/component/Cascader/cascaderComponentFieldSettings.mjs +0 -457
  621. package/lib/modules/fields/component/Checkbox/checkboxComponentFieldSettings.mjs +0 -71
  622. package/lib/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.mjs +0 -86
  623. package/lib/modules/fields/component/DatePicker/__e2e__/utils.mjs +0 -335
  624. package/lib/modules/fields/component/DatePicker/datePickerComponentFieldSettings.mjs +0 -37
  625. package/lib/modules/fields/component/DrawerSubTable/drawerSubTableComponentFieldSettings.mjs +0 -184
  626. package/lib/modules/fields/component/FileManager/fileManagerComponentFieldSettings.mjs +0 -225
  627. package/lib/modules/fields/component/FileManager/uploadAttachmentComponentFieldSettings.mjs +0 -123
  628. package/lib/modules/fields/component/InputNumber/inputNumberComponentFieldSettings.mjs +0 -45
  629. package/lib/modules/fields/component/Nester/subformComponentFieldSettings.mjs +0 -157
  630. package/lib/modules/fields/component/Picker/TableSelectorInitializers.mjs +0 -98
  631. package/lib/modules/fields/component/Picker/recordPickerComponentFieldSettings.mjs +0 -222
  632. package/lib/modules/fields/component/PopoverNester/subformPopoverComponentFieldSettings.mjs +0 -134
  633. package/lib/modules/fields/component/Radio/radioComponentFieldSettings.mjs +0 -71
  634. package/lib/modules/fields/component/Select/selectComponentFieldSettings.mjs +0 -453
  635. package/lib/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.mjs +0 -447
  636. package/lib/modules/fields/component/Tag/tagComponentFieldSettings.mjs +0 -207
  637. package/lib/modules/fields/component/UnixTimestamp/unixTimestampComponentFieldSettings.mjs +0 -37
  638. package/lib/modules/fields/initializer/CollectionFieldInitializer.mjs +0 -30
  639. package/lib/modules/fields/initializer/TableCollectionFieldInitializer.mjs +0 -30
  640. package/lib/modules/menu/GroupItem.mjs +0 -110
  641. package/lib/modules/menu/LinkMenuItem.mjs +0 -116
  642. package/lib/modules/menu/PageMenuItem.mjs +0 -125
  643. package/lib/modules/menu/__e2e__/dragAndDrop.test.mjs +0 -34
  644. package/lib/modules/menu/__e2e__/schemaInitializer.test.mjs +0 -114
  645. package/lib/modules/menu/__e2e__/schemaSettings.test.mjs +0 -366
  646. package/lib/modules/menu/__e2e__/templatesOfBug.mjs +0 -1
  647. package/lib/modules/menu/menuItemInitializer.mjs +0 -65
  648. package/lib/modules/page/BlockInitializers.mjs +0 -86
  649. package/lib/modules/page/__e2e__/blockInitializers.test.mjs +0 -23
  650. package/lib/modules/page/__e2e__/dragAndDrop.test.mjs +0 -24
  651. package/lib/modules/page/__e2e__/schemaInitailizer.test.mjs +0 -22
  652. package/lib/modules/page/__e2e__/schemaSettings.test.mjs +0 -154
  653. package/lib/modules/page/__e2e__/templatesOfBug.mjs +0 -1
  654. package/lib/modules/plugin-manager/__e2e__/pluginManager.test.mjs +0 -132
  655. package/lib/modules/plugin-manager/__e2e__/templatesOfBug.mjs +0 -1
  656. package/lib/modules/user-center/__e2e__/settings.test.mjs +0 -18
  657. package/lib/modules/variable/DeclareVariable.mjs +0 -27
  658. package/lib/modules/variable/useVariable.mjs +0 -27
  659. package/lib/powered-by/index.mjs +0 -57
  660. package/lib/record-provider/index.mjs +0 -77
  661. package/lib/route-switch/RouteSchemaComponent.mjs +0 -27
  662. package/lib/route-switch/index.mjs +0 -5
  663. package/lib/schema-component/antd/AntdSchemaComponentProvider.mjs +0 -74
  664. package/lib/schema-component/antd/__builtins__/hooks/index.mjs +0 -9
  665. package/lib/schema-component/antd/__builtins__/hooks/useConfig.mjs +0 -14
  666. package/lib/schema-component/antd/__builtins__/hooks/usePrefixCls.mjs +0 -22
  667. package/lib/schema-component/antd/__builtins__/hooks/useToken.mjs +0 -13
  668. package/lib/schema-component/antd/__builtins__/index.mjs +0 -11
  669. package/lib/schema-component/antd/__builtins__/loading.mjs +0 -21
  670. package/lib/schema-component/antd/__builtins__/portal.mjs +0 -76
  671. package/lib/schema-component/antd/__builtins__/render.mjs +0 -65
  672. package/lib/schema-component/antd/__builtins__/style.mjs +0 -79
  673. package/lib/schema-component/antd/action/Action.Area.mjs +0 -130
  674. package/lib/schema-component/antd/action/Action.Area.style.mjs +0 -48
  675. package/lib/schema-component/antd/action/Action.Container.mjs +0 -75
  676. package/lib/schema-component/antd/action/Action.Designer.mjs +0 -1053
  677. package/lib/schema-component/antd/action/Action.Drawer.mjs +0 -179
  678. package/lib/schema-component/antd/action/Action.Drawer.style.mjs +0 -52
  679. package/lib/schema-component/antd/action/Action.Link.mjs +0 -37
  680. package/lib/schema-component/antd/action/Action.Modal.mjs +0 -214
  681. package/lib/schema-component/antd/action/Action.Page.mjs +0 -112
  682. package/lib/schema-component/antd/action/Action.Popover.mjs +0 -1
  683. package/lib/schema-component/antd/action/Action.Sheet.mjs +0 -115
  684. package/lib/schema-component/antd/action/Action.mjs +0 -349
  685. package/lib/schema-component/antd/action/Action.style.mjs +0 -53
  686. package/lib/schema-component/antd/action/ActionBar.mjs +0 -172
  687. package/lib/schema-component/antd/action/__tests__/action.test.mjs +0 -161
  688. package/lib/schema-component/antd/action/context.mjs +0 -29
  689. package/lib/schema-component/antd/action/demos/demo1.mjs +0 -87
  690. package/lib/schema-component/antd/action/demos/demo2.mjs +0 -90
  691. package/lib/schema-component/antd/action/demos/demo3.mjs +0 -148
  692. package/lib/schema-component/antd/action/demos/demo4.mjs +0 -75
  693. package/lib/schema-component/antd/action/demos/demo5.mjs +0 -237
  694. package/lib/schema-component/antd/action/demos/demo6.mjs +0 -114
  695. package/lib/schema-component/antd/action/hooks/useGetAriaLabelOfAction.mjs +0 -62
  696. package/lib/schema-component/antd/action/hooks/useGetAriaLabelOfDrawer.mjs +0 -43
  697. package/lib/schema-component/antd/action/hooks/useGetAriaLabelOfModal.mjs +0 -43
  698. package/lib/schema-component/antd/action/hooks/useGetAriaLabelOfPopover.mjs +0 -43
  699. package/lib/schema-component/antd/action/hooks/useSetAriaLabelForDrawer.mjs +0 -42
  700. package/lib/schema-component/antd/action/hooks/useSetAriaLabelForModal.mjs +0 -44
  701. package/lib/schema-component/antd/action/hooks/useSetAriaLabelForPopover.mjs +0 -33
  702. package/lib/schema-component/antd/action/hooks.mjs +0 -86
  703. package/lib/schema-component/antd/action/index.mjs +0 -23
  704. package/lib/schema-component/antd/action/types.mjs +0 -4
  705. package/lib/schema-component/antd/action/utils.mjs +0 -229
  706. package/lib/schema-component/antd/appends-tree-select/AppendsTreeSelect.mjs +0 -268
  707. package/lib/schema-component/antd/appends-tree-select/AppendsTreeSelectV2.mjs +0 -267
  708. package/lib/schema-component/antd/appends-tree-select/index.mjs +0 -7
  709. package/lib/schema-component/antd/association-cascader/AssociationCascader.mjs +0 -173
  710. package/lib/schema-component/antd/association-cascader/index.mjs +0 -5
  711. package/lib/schema-component/antd/association-field/AssociationFieldProvider.mjs +0 -166
  712. package/lib/schema-component/antd/association-field/AssociationSelect.mjs +0 -229
  713. package/lib/schema-component/antd/association-field/Editable.mjs +0 -165
  714. package/lib/schema-component/antd/association-field/FileManager.mjs +0 -261
  715. package/lib/schema-component/antd/association-field/InternalCascadeSelect.mjs +0 -467
  716. package/lib/schema-component/antd/association-field/InternalCascader.mjs +0 -443
  717. package/lib/schema-component/antd/association-field/InternalDrawerSubTable.mjs +0 -138
  718. package/lib/schema-component/antd/association-field/InternalNester.mjs +0 -117
  719. package/lib/schema-component/antd/association-field/InternalPicker.mjs +0 -276
  720. package/lib/schema-component/antd/association-field/InternalPopoverNester.mjs +0 -176
  721. package/lib/schema-component/antd/association-field/InternalSubTable.mjs +0 -133
  722. package/lib/schema-component/antd/association-field/InternalTag.mjs +0 -180
  723. package/lib/schema-component/antd/association-field/InternalViewer.mjs +0 -197
  724. package/lib/schema-component/antd/association-field/Nester.mjs +0 -330
  725. package/lib/schema-component/antd/association-field/ReadPretty.mjs +0 -82
  726. package/lib/schema-component/antd/association-field/SubTable.mjs +0 -351
  727. package/lib/schema-component/antd/association-field/SubTabs/InternalCollapse.mjs +0 -384
  728. package/lib/schema-component/antd/association-field/SubTabs/hook.mjs +0 -87
  729. package/lib/schema-component/antd/association-field/SubTabs/index.mjs +0 -5
  730. package/lib/schema-component/antd/association-field/SubTabs/styles.mjs +0 -33
  731. package/lib/schema-component/antd/association-field/components/CreateRecordAction.mjs +0 -84
  732. package/lib/schema-component/antd/association-field/context.mjs +0 -10
  733. package/lib/schema-component/antd/association-field/hooks.mjs +0 -221
  734. package/lib/schema-component/antd/association-field/index.mjs +0 -42
  735. package/lib/schema-component/antd/association-field/schema.mjs +0 -135
  736. package/lib/schema-component/antd/association-field/util.mjs +0 -133
  737. package/lib/schema-component/antd/association-filter/ActionBarAssociationFilterAction.mjs +0 -88
  738. package/lib/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.mjs +0 -67
  739. package/lib/schema-component/antd/association-filter/AssociationFilter.Initializer.mjs +0 -67
  740. package/lib/schema-component/antd/association-filter/AssociationFilter.Item.Designer.mjs +0 -168
  741. package/lib/schema-component/antd/association-filter/AssociationFilter.Item.mjs +0 -183
  742. package/lib/schema-component/antd/association-filter/AssociationFilter.Item.style.mjs +0 -107
  743. package/lib/schema-component/antd/association-filter/AssociationFilter.mjs +0 -128
  744. package/lib/schema-component/antd/association-filter/AssociationFilterDesignerDelete.mjs +0 -55
  745. package/lib/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.mjs +0 -43
  746. package/lib/schema-component/antd/association-filter/utilts.mjs +0 -7
  747. package/lib/schema-component/antd/association-select/AssociationSelect.mjs +0 -1010
  748. package/lib/schema-component/antd/association-select/ReadPretty.mjs +0 -38
  749. package/lib/schema-component/antd/association-select/__tests__/association-select.test.mjs +0 -33
  750. package/lib/schema-component/antd/association-select/demos/demo1.mjs +0 -75
  751. package/lib/schema-component/antd/association-select/index.mjs +0 -5
  752. package/lib/schema-component/antd/association-select/useServiceOptions.mjs +0 -114
  753. package/lib/schema-component/antd/auto-complete/AutoComplete.mjs +0 -92
  754. package/lib/schema-component/antd/auto-complete/index.mjs +0 -5
  755. package/lib/schema-component/antd/block-item/BlockItem.mjs +0 -93
  756. package/lib/schema-component/antd/block-item/BlockToolbar.mjs +0 -114
  757. package/lib/schema-component/antd/block-item/__tests__/block-item.test.mjs +0 -29
  758. package/lib/schema-component/antd/block-item/demos/demo1.mjs +0 -75
  759. package/lib/schema-component/antd/block-item/hooks/useGetAriaLabelOfBlockItem.mjs +0 -63
  760. package/lib/schema-component/antd/block-item/index.mjs +0 -5
  761. package/lib/schema-component/antd/block-item/useBlockToolbar.mjs +0 -107
  762. package/lib/schema-component/antd/card-item/CardItem.mjs +0 -49
  763. package/lib/schema-component/antd/card-item/__tests__/card-item.test.mjs +0 -28
  764. package/lib/schema-component/antd/card-item/demos/demo1.mjs +0 -45
  765. package/lib/schema-component/antd/card-item/index.mjs +0 -5
  766. package/lib/schema-component/antd/card-item/style.mjs +0 -33
  767. package/lib/schema-component/antd/cascader/Cascader.mjs +0 -123
  768. package/lib/schema-component/antd/cascader/ReadPretty.mjs +0 -50
  769. package/lib/schema-component/antd/cascader/__tests__/cascader.test.mjs +0 -56
  770. package/lib/schema-component/antd/cascader/defaultFieldNames.mjs +0 -9
  771. package/lib/schema-component/antd/cascader/demos/demo1.mjs +0 -100
  772. package/lib/schema-component/antd/cascader/demos/demo2.mjs +0 -140
  773. package/lib/schema-component/antd/cascader/index.mjs +0 -5
  774. package/lib/schema-component/antd/checkbox/Checkbox.mjs +0 -120
  775. package/lib/schema-component/antd/checkbox/__tests__/checkbox.test.mjs +0 -60
  776. package/lib/schema-component/antd/checkbox/demos/checkbox.group.mjs +0 -73
  777. package/lib/schema-component/antd/checkbox/demos/checkbox.mjs +0 -59
  778. package/lib/schema-component/antd/checkbox/index.mjs +0 -5
  779. package/lib/schema-component/antd/collection-select/CollectionSelect.mjs +0 -194
  780. package/lib/schema-component/antd/collection-select/__tests__/collection-select.test.mjs +0 -33
  781. package/lib/schema-component/antd/collection-select/demos/demo1.mjs +0 -54
  782. package/lib/schema-component/antd/collection-select/index.mjs +0 -5
  783. package/lib/schema-component/antd/color-picker/ColorPicker.mjs +0 -114
  784. package/lib/schema-component/antd/color-picker/ReadPretty.mjs +0 -36
  785. package/lib/schema-component/antd/color-picker/demos/demo1.mjs +0 -68
  786. package/lib/schema-component/antd/color-picker/index.mjs +0 -5
  787. package/lib/schema-component/antd/color-picker/util.mjs +0 -196
  788. package/lib/schema-component/antd/color-select/ColorSelect.mjs +0 -73
  789. package/lib/schema-component/antd/color-select/__tests__/color-select.test.mjs +0 -32
  790. package/lib/schema-component/antd/color-select/demos/demo1.mjs +0 -59
  791. package/lib/schema-component/antd/color-select/index.mjs +0 -5
  792. package/lib/schema-component/antd/cron/Cron.mjs +0 -100
  793. package/lib/schema-component/antd/cron/CronSet.mjs +0 -147
  794. package/lib/schema-component/antd/cron/__tests__/cron-set.test.mjs +0 -50
  795. package/lib/schema-component/antd/cron/demos/demo1.mjs +0 -50
  796. package/lib/schema-component/antd/cron/demos/demo2.mjs +0 -69
  797. package/lib/schema-component/antd/cron/index.mjs +0 -7
  798. package/lib/schema-component/antd/custom-cascader/CustomCascader.mjs +0 -63
  799. package/lib/schema-component/antd/custom-cascader/ReadPretty.mjs +0 -50
  800. package/lib/schema-component/antd/custom-cascader/defaultFieldNames.mjs +0 -9
  801. package/lib/schema-component/antd/custom-cascader/index.mjs +0 -5
  802. package/lib/schema-component/antd/date-picker/DatePicker.mjs +0 -176
  803. package/lib/schema-component/antd/date-picker/ReadPretty.mjs +0 -66
  804. package/lib/schema-component/antd/date-picker/__tests__/date-picker.test.mjs +0 -250
  805. package/lib/schema-component/antd/date-picker/__tests__/getDateRanges.test.mjs +0 -119
  806. package/lib/schema-component/antd/date-picker/__tests__/mapDatePicker.test.mjs +0 -212
  807. package/lib/schema-component/antd/date-picker/__tests__/mapRangePicker.test.mjs +0 -71
  808. package/lib/schema-component/antd/date-picker/__tests__/util.test.mjs +0 -182
  809. package/lib/schema-component/antd/date-picker/demos/demo1.mjs +0 -76
  810. package/lib/schema-component/antd/date-picker/demos/demo10.mjs +0 -80
  811. package/lib/schema-component/antd/date-picker/demos/demo11.mjs +0 -84
  812. package/lib/schema-component/antd/date-picker/demos/demo2.mjs +0 -79
  813. package/lib/schema-component/antd/date-picker/demos/demo3.mjs +0 -77
  814. package/lib/schema-component/antd/date-picker/demos/demo4.mjs +0 -94
  815. package/lib/schema-component/antd/date-picker/demos/demo5.mjs +0 -93
  816. package/lib/schema-component/antd/date-picker/demos/demo6.mjs +0 -93
  817. package/lib/schema-component/antd/date-picker/demos/demo7.mjs +0 -80
  818. package/lib/schema-component/antd/date-picker/demos/demo8.mjs +0 -80
  819. package/lib/schema-component/antd/date-picker/demos/demo9.mjs +0 -80
  820. package/lib/schema-component/antd/date-picker/index.mjs +0 -5
  821. package/lib/schema-component/antd/date-picker/util.mjs +0 -217
  822. package/lib/schema-component/antd/details/Details.mjs +0 -44
  823. package/lib/schema-component/antd/details/__tests__/details.test.mjs +0 -25
  824. package/lib/schema-component/antd/details/demos/demo1.mjs +0 -59
  825. package/lib/schema-component/antd/details/index.mjs +0 -5
  826. package/lib/schema-component/antd/error-fallback/ErrorFallback.mjs +0 -77
  827. package/lib/schema-component/antd/error-fallback/__tests__/error-fallback.test.mjs +0 -33
  828. package/lib/schema-component/antd/error-fallback/demos/demo1.mjs +0 -30
  829. package/lib/schema-component/antd/error-fallback/index.mjs +0 -5
  830. package/lib/schema-component/antd/expand-action/Expand.Action.Design.mjs +0 -134
  831. package/lib/schema-component/antd/expand-action/Expand.Action.mjs +0 -103
  832. package/lib/schema-component/antd/expand-action/index.mjs +0 -15
  833. package/lib/schema-component/antd/filter/DynamicComponent.mjs +0 -81
  834. package/lib/schema-component/antd/filter/Filter.Action.Designer.mjs +0 -156
  835. package/lib/schema-component/antd/filter/Filter.mjs +0 -95
  836. package/lib/schema-component/antd/filter/FilterAction.mjs +0 -218
  837. package/lib/schema-component/antd/filter/FilterGroup.mjs +0 -166
  838. package/lib/schema-component/antd/filter/FilterItem.mjs +0 -120
  839. package/lib/schema-component/antd/filter/FilterItems.mjs +0 -47
  840. package/lib/schema-component/antd/filter/SaveDefaultValue.mjs +0 -61
  841. package/lib/schema-component/antd/filter/__tests__/filter.test.mjs +0 -152
  842. package/lib/schema-component/antd/filter/context.mjs +0 -14
  843. package/lib/schema-component/antd/filter/demos/demo2.mjs +0 -143
  844. package/lib/schema-component/antd/filter/demos/demo3.mjs +0 -213
  845. package/lib/schema-component/antd/filter/demos/demo4.mjs +0 -203
  846. package/lib/schema-component/antd/filter/demos/demo5.mjs +0 -145
  847. package/lib/schema-component/antd/filter/demos/demo6.mjs +0 -140
  848. package/lib/schema-component/antd/filter/index.mjs +0 -9
  849. package/lib/schema-component/antd/filter/useFilterActionProps.mjs +0 -298
  850. package/lib/schema-component/antd/filter/useOperators.mjs +0 -38
  851. package/lib/schema-component/antd/filter/useValues.mjs +0 -155
  852. package/lib/schema-component/antd/filter/utils.mjs +0 -20
  853. package/lib/schema-component/antd/form/Form.Designer.mjs +0 -27
  854. package/lib/schema-component/antd/form/Form.Settings.mjs +0 -48
  855. package/lib/schema-component/antd/form/Form.mjs +0 -187
  856. package/lib/schema-component/antd/form/__tests__/form.test.mjs +0 -155
  857. package/lib/schema-component/antd/form/demos/apiClient.mjs +0 -26
  858. package/lib/schema-component/antd/form/demos/demo1.mjs +0 -93
  859. package/lib/schema-component/antd/form/demos/demo2.mjs +0 -95
  860. package/lib/schema-component/antd/form/demos/demo3.mjs +0 -94
  861. package/lib/schema-component/antd/form/demos/demo4.mjs +0 -98
  862. package/lib/schema-component/antd/form/demos/demo5.mjs +0 -142
  863. package/lib/schema-component/antd/form/demos/demo6.mjs +0 -95
  864. package/lib/schema-component/antd/form/demos/demo7.mjs +0 -103
  865. package/lib/schema-component/antd/form/demos/demo8.mjs +0 -110
  866. package/lib/schema-component/antd/form/index.mjs +0 -7
  867. package/lib/schema-component/antd/form-dialog/index.mjs +0 -199
  868. package/lib/schema-component/antd/form-item/FormItem.FilterFormDesigner.mjs +0 -21
  869. package/lib/schema-component/antd/form-item/FormItem.FilterFormSettings.mjs +0 -183
  870. package/lib/schema-component/antd/form-item/FormItem.Settings.mjs +0 -1326
  871. package/lib/schema-component/antd/form-item/FormItem.mjs +0 -200
  872. package/lib/schema-component/antd/form-item/SchemaSettingOptions.mjs +0 -638
  873. package/lib/schema-component/antd/form-item/__tests__/form-item.test.mjs +0 -27
  874. package/lib/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.mjs +0 -33
  875. package/lib/schema-component/antd/form-item/__tests__/utils.test.mjs +0 -71
  876. package/lib/schema-component/antd/form-item/demos/demo1.mjs +0 -56
  877. package/lib/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.mjs +0 -135
  878. package/lib/schema-component/antd/form-item/hooks/useParseDefaultValue.mjs +0 -164
  879. package/lib/schema-component/antd/form-item/hooks/useSpecialCase.mjs +0 -182
  880. package/lib/schema-component/antd/form-item/index.mjs +0 -11
  881. package/lib/schema-component/antd/form-item/utils.mjs +0 -22
  882. package/lib/schema-component/antd/form-tab/index.mjs +0 -168
  883. package/lib/schema-component/antd/form-v2/Form.Designer.mjs +0 -51
  884. package/lib/schema-component/antd/form-v2/Form.FilterDesigner.mjs +0 -36
  885. package/lib/schema-component/antd/form-v2/Form.Settings.mjs +0 -364
  886. package/lib/schema-component/antd/form-v2/Form.mjs +0 -432
  887. package/lib/schema-component/antd/form-v2/FormField.mjs +0 -51
  888. package/lib/schema-component/antd/form-v2/Templates.mjs +0 -257
  889. package/lib/schema-component/antd/form-v2/__tests__/form-v2.test.mjs +0 -69
  890. package/lib/schema-component/antd/form-v2/demos/collections.mjs +0 -1568
  891. package/lib/schema-component/antd/form-v2/demos/demo1.mjs +0 -139
  892. package/lib/schema-component/antd/form-v2/demos/demo2.mjs +0 -162
  893. package/lib/schema-component/antd/form-v2/demos/demo3.mjs +0 -139
  894. package/lib/schema-component/antd/form-v2/index.mjs +0 -32
  895. package/lib/schema-component/antd/form-v2/utils.mjs +0 -182
  896. package/lib/schema-component/antd/grid/Block.mjs +0 -39
  897. package/lib/schema-component/antd/grid/Grid.mjs +0 -562
  898. package/lib/schema-component/antd/grid/Grid.style.mjs +0 -51
  899. package/lib/schema-component/antd/grid/__tests__/grid.test.mjs +0 -47
  900. package/lib/schema-component/antd/grid/demos/demo1.mjs +0 -211
  901. package/lib/schema-component/antd/grid/demos/demo2.mjs +0 -119
  902. package/lib/schema-component/antd/grid/demos/demo3.mjs +0 -101
  903. package/lib/schema-component/antd/grid/index.mjs +0 -7
  904. package/lib/schema-component/antd/grid-card/GridCard.Decorator.mjs +0 -108
  905. package/lib/schema-component/antd/grid-card/GridCard.Decorator.style.mjs +0 -30
  906. package/lib/schema-component/antd/grid-card/GridCard.Designer.mjs +0 -317
  907. package/lib/schema-component/antd/grid-card/GridCard.Item.mjs +0 -120
  908. package/lib/schema-component/antd/grid-card/GridCard.mjs +0 -215
  909. package/lib/schema-component/antd/grid-card/__tests__/grid-card.test.mjs +0 -24
  910. package/lib/schema-component/antd/grid-card/demos/demo1.mjs +0 -17
  911. package/lib/schema-component/antd/grid-card/hooks.mjs +0 -37
  912. package/lib/schema-component/antd/grid-card/index.mjs +0 -5
  913. package/lib/schema-component/antd/grid-card/options.mjs +0 -38
  914. package/lib/schema-component/antd/icon-picker/IconFilterInput.mjs +0 -32
  915. package/lib/schema-component/antd/icon-picker/IconList.mjs +0 -71
  916. package/lib/schema-component/antd/icon-picker/IconPicker.mjs +0 -116
  917. package/lib/schema-component/antd/icon-picker/__tests__/icon-picker.test.mjs +0 -43
  918. package/lib/schema-component/antd/icon-picker/demos/icon-picker.mjs +0 -57
  919. package/lib/schema-component/antd/icon-picker/index.mjs +0 -5
  920. package/lib/schema-component/antd/index.css +0 -30
  921. package/lib/schema-component/antd/index.mjs +0 -137
  922. package/lib/schema-component/antd/input/EllipsisWithTooltip.mjs +0 -82
  923. package/lib/schema-component/antd/input/Input.mjs +0 -56
  924. package/lib/schema-component/antd/input/Json.mjs +0 -83
  925. package/lib/schema-component/antd/input/ReadPretty.mjs +0 -186
  926. package/lib/schema-component/antd/input/__tests__/Input.test.mjs +0 -141
  927. package/lib/schema-component/antd/input/demos/input.mjs +0 -57
  928. package/lib/schema-component/antd/input/demos/json.mjs +0 -63
  929. package/lib/schema-component/antd/input/demos/textarea.mjs +0 -85
  930. package/lib/schema-component/antd/input/demos/url.mjs +0 -59
  931. package/lib/schema-component/antd/input/index.mjs +0 -13
  932. package/lib/schema-component/antd/input/shared.mjs +0 -11
  933. package/lib/schema-component/antd/input-number/InputNumber.mjs +0 -37
  934. package/lib/schema-component/antd/input-number/ReadPretty.mjs +0 -161
  935. package/lib/schema-component/antd/input-number/__tests__/input-number.test.mjs +0 -152
  936. package/lib/schema-component/antd/input-number/demos/addonBefore&addonAfter.mjs +0 -65
  937. package/lib/schema-component/antd/input-number/demos/highPrecisionDecimals.mjs +0 -67
  938. package/lib/schema-component/antd/input-number/demos/inputNumber.mjs +0 -57
  939. package/lib/schema-component/antd/input-number/index.mjs +0 -5
  940. package/lib/schema-component/antd/list/List.Decorator.mjs +0 -135
  941. package/lib/schema-component/antd/list/List.Designer.mjs +0 -260
  942. package/lib/schema-component/antd/list/List.Item.mjs +0 -85
  943. package/lib/schema-component/antd/list/List.mjs +0 -129
  944. package/lib/schema-component/antd/list/List.style.mjs +0 -62
  945. package/lib/schema-component/antd/list/__tests__/list.test.mjs +0 -24
  946. package/lib/schema-component/antd/list/demos/demo1.mjs +0 -17
  947. package/lib/schema-component/antd/list/hooks.mjs +0 -16
  948. package/lib/schema-component/antd/list/index.mjs +0 -5
  949. package/lib/schema-component/antd/markdown/Markdown.Void.Designer.mjs +0 -45
  950. package/lib/schema-component/antd/markdown/Markdown.Void.mjs +0 -148
  951. package/lib/schema-component/antd/markdown/Markdown.mjs +0 -83
  952. package/lib/schema-component/antd/markdown/__tests__/markdown.test.mjs +0 -48
  953. package/lib/schema-component/antd/markdown/demos/demo1.mjs +0 -59
  954. package/lib/schema-component/antd/markdown/demos/demo2.mjs +0 -78
  955. package/lib/schema-component/antd/markdown/index.mjs +0 -5
  956. package/lib/schema-component/antd/markdown/markdown-it-plugins/mermaidPlugin.mjs +0 -73
  957. package/lib/schema-component/antd/markdown/md.mjs +0 -25
  958. package/lib/schema-component/antd/markdown/style.mjs +0 -233
  959. package/lib/schema-component/antd/markdown/util.mjs +0 -49
  960. package/lib/schema-component/antd/menu/Menu.Designer.mjs +0 -478
  961. package/lib/schema-component/antd/menu/Menu.mjs +0 -686
  962. package/lib/schema-component/antd/menu/Menu.styles.mjs +0 -85
  963. package/lib/schema-component/antd/menu/MenuItemInitializers/index.mjs +0 -17
  964. package/lib/schema-component/antd/menu/__tests__/menu.test.mjs +0 -65
  965. package/lib/schema-component/antd/menu/demos/demo1.mjs +0 -109
  966. package/lib/schema-component/antd/menu/demos/demo2.mjs +0 -112
  967. package/lib/schema-component/antd/menu/demos/demo3.mjs +0 -152
  968. package/lib/schema-component/antd/menu/index.mjs +0 -9
  969. package/lib/schema-component/antd/menu/locale.mjs +0 -11
  970. package/lib/schema-component/antd/menu/util.mjs +0 -56
  971. package/lib/schema-component/antd/nanoIDInput/NanoIDInput.mjs +0 -71
  972. package/lib/schema-component/antd/nanoIDInput/index.mjs +0 -5
  973. package/lib/schema-component/antd/page/FixedBlock.mjs +0 -118
  974. package/lib/schema-component/antd/page/FixedBlockDesignerItem.mjs +0 -72
  975. package/lib/schema-component/antd/page/Page.Settings.mjs +0 -167
  976. package/lib/schema-component/antd/page/Page.mjs +0 -317
  977. package/lib/schema-component/antd/page/PageTab.Settings.mjs +0 -108
  978. package/lib/schema-component/antd/page/PageTabDesigner.mjs +0 -98
  979. package/lib/schema-component/antd/page/__tests__/page.test.mjs +0 -33
  980. package/lib/schema-component/antd/page/demos/demo1.mjs +0 -52
  981. package/lib/schema-component/antd/page/hooks/useIsBlockInPage.mjs +0 -25
  982. package/lib/schema-component/antd/page/index.mjs +0 -13
  983. package/lib/schema-component/antd/page/style.mjs +0 -149
  984. package/lib/schema-component/antd/pagination/index.mjs +0 -48
  985. package/lib/schema-component/antd/password/Password.mjs +0 -102
  986. package/lib/schema-component/antd/password/PasswordStrength.mjs +0 -29
  987. package/lib/schema-component/antd/password/__tests__/password.test.mjs +0 -46
  988. package/lib/schema-component/antd/password/__tests__/utils.test.mjs +0 -27
  989. package/lib/schema-component/antd/password/demos/demo1.mjs +0 -59
  990. package/lib/schema-component/antd/password/demos/demo2.mjs +0 -62
  991. package/lib/schema-component/antd/password/index.mjs +0 -5
  992. package/lib/schema-component/antd/password/utils.mjs +0 -146
  993. package/lib/schema-component/antd/percent/Percent.mjs +0 -59
  994. package/lib/schema-component/antd/percent/__tests__/percent.test.mjs +0 -31
  995. package/lib/schema-component/antd/percent/demos/percent.mjs +0 -57
  996. package/lib/schema-component/antd/percent/index.mjs +0 -5
  997. package/lib/schema-component/antd/popover/Popover.mjs +0 -67
  998. package/lib/schema-component/antd/popover/index.mjs +0 -5
  999. package/lib/schema-component/antd/preview/Preview.mjs +0 -324
  1000. package/lib/schema-component/antd/preview/__tests__/preview.test.mjs +0 -26
  1001. package/lib/schema-component/antd/preview/demos/demo1.mjs +0 -103
  1002. package/lib/schema-component/antd/preview/index.mjs +0 -5
  1003. package/lib/schema-component/antd/quick-edit/QuickEdit.mjs +0 -148
  1004. package/lib/schema-component/antd/quick-edit/index.mjs +0 -5
  1005. package/lib/schema-component/antd/radio/Radio.mjs +0 -62
  1006. package/lib/schema-component/antd/radio/__tests__/radio.test.mjs +0 -64
  1007. package/lib/schema-component/antd/radio/demos/demo1.mjs +0 -60
  1008. package/lib/schema-component/antd/radio/demos/demo2.mjs +0 -72
  1009. package/lib/schema-component/antd/radio/demos/demo3.mjs +0 -73
  1010. package/lib/schema-component/antd/radio/index.mjs +0 -5
  1011. package/lib/schema-component/antd/record-picker/InputRecordPicker.mjs +0 -308
  1012. package/lib/schema-component/antd/record-picker/ReadPrettyRecordPicker.mjs +0 -177
  1013. package/lib/schema-component/antd/record-picker/RecordPicker.mjs +0 -17
  1014. package/lib/schema-component/antd/record-picker/__tests__/record-picker.test.mjs +0 -44
  1015. package/lib/schema-component/antd/record-picker/demos/demo1.mjs +0 -198
  1016. package/lib/schema-component/antd/record-picker/demos/mockData.mjs +0 -214
  1017. package/lib/schema-component/antd/record-picker/index.mjs +0 -24
  1018. package/lib/schema-component/antd/record-picker/useFieldNames.mjs +0 -18
  1019. package/lib/schema-component/antd/record-picker/util.mjs +0 -59
  1020. package/lib/schema-component/antd/remote-select/ReadPretty.mjs +0 -71
  1021. package/lib/schema-component/antd/remote-select/RemoteSelect.mjs +0 -291
  1022. package/lib/schema-component/antd/remote-select/__tests__/remote-select.test.mjs +0 -33
  1023. package/lib/schema-component/antd/remote-select/demos/demo1.mjs +0 -75
  1024. package/lib/schema-component/antd/remote-select/index.mjs +0 -5
  1025. package/lib/schema-component/antd/remote-select/shared.mjs +0 -11
  1026. package/lib/schema-component/antd/rich-text/RichText.mjs +0 -85
  1027. package/lib/schema-component/antd/rich-text/__tests__/rich-text.test.mjs +0 -28
  1028. package/lib/schema-component/antd/rich-text/demos/demo1.mjs +0 -61
  1029. package/lib/schema-component/antd/rich-text/index.mjs +0 -5
  1030. package/lib/schema-component/antd/rich-text/style.mjs +0 -818
  1031. package/lib/schema-component/antd/scroll-area/ScrollArea.mjs +0 -63
  1032. package/lib/schema-component/antd/scroll-area/index.mjs +0 -5
  1033. package/lib/schema-component/antd/select/FormulaSelect.mjs +0 -263
  1034. package/lib/schema-component/antd/select/ReadPretty.mjs +0 -61
  1035. package/lib/schema-component/antd/select/Select.mjs +0 -214
  1036. package/lib/schema-component/antd/select/__tests__/select.test.mjs +0 -63
  1037. package/lib/schema-component/antd/select/__tests__/utils.test.mjs +0 -135
  1038. package/lib/schema-component/antd/select/demos/demo1.mjs +0 -91
  1039. package/lib/schema-component/antd/select/demos/demo2.mjs +0 -95
  1040. package/lib/schema-component/antd/select/demos/demo3.mjs +0 -105
  1041. package/lib/schema-component/antd/select/index.mjs +0 -7
  1042. package/lib/schema-component/antd/select/utils.mjs +0 -49
  1043. package/lib/schema-component/antd/space/index.mjs +0 -36
  1044. package/lib/schema-component/antd/table/Table.Array.Designer.mjs +0 -26
  1045. package/lib/schema-component/antd/table/Table.Array.mjs +0 -358
  1046. package/lib/schema-component/antd/table/Table.Column.ActionBar.mjs +0 -62
  1047. package/lib/schema-component/antd/table/Table.Column.Decorator.mjs +0 -77
  1048. package/lib/schema-component/antd/table/Table.Column.Designer.mjs +0 -173
  1049. package/lib/schema-component/antd/table/Table.Column.mjs +0 -22
  1050. package/lib/schema-component/antd/table/Table.Designer.mjs +0 -32
  1051. package/lib/schema-component/antd/table/Table.RowActionDesigner.mjs +0 -60
  1052. package/lib/schema-component/antd/table/Table.RowSelection.mjs +0 -47
  1053. package/lib/schema-component/antd/table/Table.Void.Designer.mjs +0 -278
  1054. package/lib/schema-component/antd/table/Table.Void.mjs +0 -155
  1055. package/lib/schema-component/antd/table/__tests__/table.test.mjs +0 -45
  1056. package/lib/schema-component/antd/table/demos/demo1.mjs +0 -77
  1057. package/lib/schema-component/antd/table/demos/demo2.mjs +0 -77
  1058. package/lib/schema-component/antd/table/demos/demo3.mjs +0 -77
  1059. package/lib/schema-component/antd/table/demos/demo4.mjs +0 -242
  1060. package/lib/schema-component/antd/table/index.mjs +0 -60
  1061. package/lib/schema-component/antd/table-v2/Table.ActionColumnDesigner.mjs +0 -60
  1062. package/lib/schema-component/antd/table-v2/Table.Column.ActionBar.mjs +0 -72
  1063. package/lib/schema-component/antd/table-v2/Table.Column.Decorator.mjs +0 -91
  1064. package/lib/schema-component/antd/table-v2/Table.Column.Designer.mjs +0 -514
  1065. package/lib/schema-component/antd/table-v2/Table.Column.mjs +0 -23
  1066. package/lib/schema-component/antd/table-v2/Table.Designer.mjs +0 -32
  1067. package/lib/schema-component/antd/table-v2/Table.Index.mjs +0 -22
  1068. package/lib/schema-component/antd/table-v2/Table.mjs +0 -574
  1069. package/lib/schema-component/antd/table-v2/Table.styles.mjs +0 -146
  1070. package/lib/schema-component/antd/table-v2/TableBlockDesigner.mjs +0 -392
  1071. package/lib/schema-component/antd/table-v2/TableField.mjs +0 -77
  1072. package/lib/schema-component/antd/table-v2/TableSelector.mjs +0 -9
  1073. package/lib/schema-component/antd/table-v2/TableSelectorDesigner.mjs +0 -347
  1074. package/lib/schema-component/antd/table-v2/__tests__/table-v2.test.mjs +0 -31
  1075. package/lib/schema-component/antd/table-v2/components/ColumnFieldProvider.mjs +0 -59
  1076. package/lib/schema-component/antd/table-v2/demos/collections.mjs +0 -1563
  1077. package/lib/schema-component/antd/table-v2/demos/demo1.mjs +0 -251
  1078. package/lib/schema-component/antd/table-v2/demos/demo2.mjs +0 -145
  1079. package/lib/schema-component/antd/table-v2/index.mjs +0 -52
  1080. package/lib/schema-component/antd/table-v2/utils.mjs +0 -20
  1081. package/lib/schema-component/antd/tabs/Tabs.Designer.mjs +0 -159
  1082. package/lib/schema-component/antd/tabs/Tabs.mjs +0 -141
  1083. package/lib/schema-component/antd/tabs/__tests__/tabs.test.mjs +0 -29
  1084. package/lib/schema-component/antd/tabs/context.mjs +0 -23
  1085. package/lib/schema-component/antd/tabs/demos/demo1.mjs +0 -86
  1086. package/lib/schema-component/antd/tabs/index.mjs +0 -7
  1087. package/lib/schema-component/antd/time-picker/ReadPretty.mjs +0 -42
  1088. package/lib/schema-component/antd/time-picker/TimePicker.mjs +0 -40
  1089. package/lib/schema-component/antd/time-picker/__tests__/time-picker.test.mjs +0 -68
  1090. package/lib/schema-component/antd/time-picker/demos/demo1.mjs +0 -59
  1091. package/lib/schema-component/antd/time-picker/demos/demo2.mjs +0 -59
  1092. package/lib/schema-component/antd/time-picker/index.mjs +0 -5
  1093. package/lib/schema-component/antd/tree/Tree.mjs +0 -115
  1094. package/lib/schema-component/antd/tree/index.mjs +0 -10
  1095. package/lib/schema-component/antd/tree-select/ReadPretty.mjs +0 -91
  1096. package/lib/schema-component/antd/tree-select/TreeSelect.mjs +0 -37
  1097. package/lib/schema-component/antd/tree-select/__tests__/tree-select.test.mjs +0 -29
  1098. package/lib/schema-component/antd/tree-select/demos/demo1.mjs +0 -103
  1099. package/lib/schema-component/antd/tree-select/index.mjs +0 -5
  1100. package/lib/schema-component/antd/unixTimestamp/UnixTimestamp.mjs +0 -69
  1101. package/lib/schema-component/antd/unixTimestamp/index.mjs +0 -5
  1102. package/lib/schema-component/antd/upload/ReadPretty.mjs +0 -249
  1103. package/lib/schema-component/antd/upload/Upload.mjs +0 -394
  1104. package/lib/schema-component/antd/upload/__tests__/upload.test.mjs +0 -31
  1105. package/lib/schema-component/antd/upload/demos/apiClient.mjs +0 -51
  1106. package/lib/schema-component/antd/upload/demos/demo1.mjs +0 -71
  1107. package/lib/schema-component/antd/upload/demos/demo2.mjs +0 -137
  1108. package/lib/schema-component/antd/upload/index.mjs +0 -5
  1109. package/lib/schema-component/antd/upload/placeholder.mjs +0 -66
  1110. package/lib/schema-component/antd/upload/shared.mjs +0 -254
  1111. package/lib/schema-component/antd/upload/style.mjs +0 -81
  1112. package/lib/schema-component/antd/upload/type.d.mjs +0 -7
  1113. package/lib/schema-component/antd/variable/CodeMirror.mjs +0 -124
  1114. package/lib/schema-component/antd/variable/Input.mjs +0 -384
  1115. package/lib/schema-component/antd/variable/JSONInput.mjs +0 -57
  1116. package/lib/schema-component/antd/variable/RawTextArea.mjs +0 -125
  1117. package/lib/schema-component/antd/variable/TextArea.mjs +0 -504
  1118. package/lib/schema-component/antd/variable/Variable.mjs +0 -57
  1119. package/lib/schema-component/antd/variable/VariableSelect.mjs +0 -101
  1120. package/lib/schema-component/antd/variable/VariableSelect.style.mjs +0 -36
  1121. package/lib/schema-component/antd/variable/XButton.mjs +0 -35
  1122. package/lib/schema-component/antd/variable/__tests__/variable.test.mjs +0 -66
  1123. package/lib/schema-component/antd/variable/demos/demo1.mjs +0 -63
  1124. package/lib/schema-component/antd/variable/demos/demo2.mjs +0 -63
  1125. package/lib/schema-component/antd/variable/demos/demo3.mjs +0 -63
  1126. package/lib/schema-component/antd/variable/index.mjs +0 -5
  1127. package/lib/schema-component/antd/variable/style.mjs +0 -186
  1128. package/lib/schema-component/common/dnd-context/index.mjs +0 -124
  1129. package/lib/schema-component/common/index.mjs +0 -7
  1130. package/lib/schema-component/common/infinite-scroll/infinite-scroll.mjs +0 -153
  1131. package/lib/schema-component/common/infinite-scroll/style.mjs +0 -36
  1132. package/lib/schema-component/common/sortable-item/SortableItem.mjs +0 -166
  1133. package/lib/schema-component/common/sortable-item/index.mjs +0 -5
  1134. package/lib/schema-component/common/utils/logic.mjs +0 -578
  1135. package/lib/schema-component/common/utils/uitls.mjs +0 -155
  1136. package/lib/schema-component/context.mjs +0 -10
  1137. package/lib/schema-component/core/DesignableSwitch.mjs +0 -67
  1138. package/lib/schema-component/core/FormProvider.mjs +0 -70
  1139. package/lib/schema-component/core/RemoteSchemaComponent.mjs +0 -72
  1140. package/lib/schema-component/core/SchemaComponent.mjs +0 -86
  1141. package/lib/schema-component/core/SchemaComponentOptions.mjs +0 -62
  1142. package/lib/schema-component/core/SchemaComponentProvider.mjs +0 -116
  1143. package/lib/schema-component/core/index.mjs +0 -32
  1144. package/lib/schema-component/demos/demo1.mjs +0 -111
  1145. package/lib/schema-component/demos/demo2.mjs +0 -40
  1146. package/lib/schema-component/demos/demo3.mjs +0 -41
  1147. package/lib/schema-component/demos/demo4.mjs +0 -41
  1148. package/lib/schema-component/hooks/__tests__/designable.test.mjs +0 -564
  1149. package/lib/schema-component/hooks/__tests__/splitWrapSchema.test.mjs +0 -98
  1150. package/lib/schema-component/hooks/index.mjs +0 -27
  1151. package/lib/schema-component/hooks/useAttach.mjs +0 -24
  1152. package/lib/schema-component/hooks/useCompile.mjs +0 -59
  1153. package/lib/schema-component/hooks/useComponent.mjs +0 -26
  1154. package/lib/schema-component/hooks/useDesignable.mjs +0 -858
  1155. package/lib/schema-component/hooks/useDesigner.mjs +0 -36
  1156. package/lib/schema-component/hooks/useFieldComponentOptions.mjs +0 -106
  1157. package/lib/schema-component/hooks/useFieldModeOptions.mjs +0 -304
  1158. package/lib/schema-component/hooks/useFieldProps.mjs +0 -27
  1159. package/lib/schema-component/hooks/useFieldTitle.mjs +0 -37
  1160. package/lib/schema-component/hooks/useProps.mjs +0 -22
  1161. package/lib/schema-component/hooks/useSchemaComponentContext.mjs +0 -15
  1162. package/lib/schema-component/hooks/useTableSize.mjs +0 -40
  1163. package/lib/schema-component/index.mjs +0 -15
  1164. package/lib/schema-component/types.mjs +0 -7
  1165. package/lib/schema-initializer/buttons/CustomFormItemInitializers.mjs +0 -71
  1166. package/lib/schema-initializer/buttons/FormItemInitializers.mjs +0 -187
  1167. package/lib/schema-initializer/buttons/RecordBlockInitializers.mjs +0 -460
  1168. package/lib/schema-initializer/buttons/SubTableActionInitializers.mjs +0 -41
  1169. package/lib/schema-initializer/buttons/TabPaneInitializers.mjs +0 -232
  1170. package/lib/schema-initializer/buttons/index.mjs +0 -16
  1171. package/lib/schema-initializer/components/CreateRecordAction.mjs +0 -414
  1172. package/lib/schema-initializer/components/DeletedField.mjs +0 -25
  1173. package/lib/schema-initializer/components/assigned-field/AssignedField.mjs +0 -177
  1174. package/lib/schema-initializer/components/assigned-field/index.mjs +0 -5
  1175. package/lib/schema-initializer/components/index.mjs +0 -7
  1176. package/lib/schema-initializer/demos/basic.mjs +0 -81
  1177. package/lib/schema-initializer/demos/build-type.mjs +0 -96
  1178. package/lib/schema-initializer/demos/custom-button.mjs +0 -114
  1179. package/lib/schema-initializer/demos/custom-items-component.mjs +0 -116
  1180. package/lib/schema-initializer/demos/dynamic-visible-children.mjs +0 -94
  1181. package/lib/schema-initializer/demos/insert-schema-action.mjs +0 -111
  1182. package/lib/schema-initializer/demos/insert-schema-basic.mjs +0 -133
  1183. package/lib/schema-initializer/demos/insert-schema-form-item.mjs +0 -153
  1184. package/lib/schema-initializer/demos/nested-items.mjs +0 -170
  1185. package/lib/schema-initializer/hooks/useGetAriaLabelOfSchemaInitializer.mjs +0 -36
  1186. package/lib/schema-initializer/index.mjs +0 -329
  1187. package/lib/schema-initializer/items/ActionInitializer.mjs +0 -29
  1188. package/lib/schema-initializer/items/BlockInitializer.mjs +0 -43
  1189. package/lib/schema-initializer/items/CreateFilterActionInitializer.mjs +0 -33
  1190. package/lib/schema-initializer/items/CreateResetActionInitializer.mjs +0 -28
  1191. package/lib/schema-initializer/items/CustomFilterFormItemInitializer.mjs +0 -540
  1192. package/lib/schema-initializer/items/CustomizeActionInitializer.mjs +0 -27
  1193. package/lib/schema-initializer/items/DataBlockInitializer.mjs +0 -393
  1194. package/lib/schema-initializer/items/DeleteEventActionInitializer.mjs +0 -36
  1195. package/lib/schema-initializer/items/FilterBlockInitializer.mjs +0 -9
  1196. package/lib/schema-initializer/items/G2PlotInitializer.mjs +0 -28
  1197. package/lib/schema-initializer/items/InitializerWithSwitch.mjs +0 -47
  1198. package/lib/schema-initializer/items/RecordAssociationBlockInitializer.mjs +0 -86
  1199. package/lib/schema-initializer/items/RecordAssociationDetailsBlockInitializer.mjs +0 -84
  1200. package/lib/schema-initializer/items/RecordAssociationFormBlockInitializer.mjs +0 -119
  1201. package/lib/schema-initializer/items/RecordAssociationGridCardBlockInitializer.mjs +0 -86
  1202. package/lib/schema-initializer/items/RecordAssociationListBlockInitializer.mjs +0 -84
  1203. package/lib/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.mjs +0 -118
  1204. package/lib/schema-initializer/items/SelectActionInitializer.mjs +0 -76
  1205. package/lib/schema-initializer/items/SubmitActionInitializer.mjs +0 -34
  1206. package/lib/schema-initializer/items/TableActionColumnInitializer.mjs +0 -57
  1207. package/lib/schema-initializer/items/index.mjs +0 -50
  1208. package/lib/schema-initializer/style.mjs +0 -23
  1209. package/lib/schema-initializer/utils.mjs +0 -1535
  1210. package/lib/schema-items/GeneralSchemaItems.mjs +0 -181
  1211. package/lib/schema-items/GeneralSettings.mjs +0 -226
  1212. package/lib/schema-items/OpenModeSchemaItems.mjs +0 -215
  1213. package/lib/schema-items/index.mjs +0 -7
  1214. package/lib/schema-settings/DataTemplates/FormDataTemplates.mjs +0 -332
  1215. package/lib/schema-settings/DataTemplates/TreeLabel.mjs +0 -42
  1216. package/lib/schema-settings/DataTemplates/components/AsDefaultTemplate.mjs +0 -64
  1217. package/lib/schema-settings/DataTemplates/components/DataTemplateTitle.mjs +0 -305
  1218. package/lib/schema-settings/DataTemplates/components/DataTemplateTitle.style.mjs +0 -15
  1219. package/lib/schema-settings/DataTemplates/components/Designer.mjs +0 -208
  1220. package/lib/schema-settings/DataTemplates/hooks/useCollectionState.mjs +0 -348
  1221. package/lib/schema-settings/DataTemplates/index.mjs +0 -5
  1222. package/lib/schema-settings/DataTemplates/utils.mjs +0 -300
  1223. package/lib/schema-settings/DateFormat/ExpiresRadio.mjs +0 -160
  1224. package/lib/schema-settings/EditCustomDefaultValue.mjs +0 -137
  1225. package/lib/schema-settings/EditFormulaTitleField.mjs +0 -127
  1226. package/lib/schema-settings/EnableChildCollections/DynamicComponent.mjs +0 -91
  1227. package/lib/schema-settings/EnableChildCollections/index.mjs +0 -129
  1228. package/lib/schema-settings/GeneralSchemaDesigner.mjs +0 -328
  1229. package/lib/schema-settings/LinkageRules/DynamicComponent.mjs +0 -79
  1230. package/lib/schema-settings/LinkageRules/LinkageRuleAction.mjs +0 -272
  1231. package/lib/schema-settings/LinkageRules/LinkageRuleActionGroup.mjs +0 -116
  1232. package/lib/schema-settings/LinkageRules/ValueDynamicComponent.mjs +0 -200
  1233. package/lib/schema-settings/LinkageRules/Variables.mjs +0 -119
  1234. package/lib/schema-settings/LinkageRules/action-hooks.mjs +0 -128
  1235. package/lib/schema-settings/LinkageRules/components/EnableLinkage.mjs +0 -56
  1236. package/lib/schema-settings/LinkageRules/components/LinkageHeader.mjs +0 -304
  1237. package/lib/schema-settings/LinkageRules/components/LinkageHeader.style.mjs +0 -15
  1238. package/lib/schema-settings/LinkageRules/context.mjs +0 -14
  1239. package/lib/schema-settings/LinkageRules/index.mjs +0 -247
  1240. package/lib/schema-settings/LinkageRules/type.mjs +0 -18
  1241. package/lib/schema-settings/LinkageRules/useValues.mjs +0 -84
  1242. package/lib/schema-settings/SchemaSettingCollection.mjs +0 -73
  1243. package/lib/schema-settings/SchemaSettingComponent.mjs +0 -62
  1244. package/lib/schema-settings/SchemaSettings.mjs +0 -1517
  1245. package/lib/schema-settings/SchemaSettingsDataScope.mjs +0 -152
  1246. package/lib/schema-settings/SchemaSettingsDateFormat.mjs +0 -231
  1247. package/lib/schema-settings/SchemaSettingsDefaultValue.mjs +0 -274
  1248. package/lib/schema-settings/SchemaSettingsNumberFormat.mjs +0 -205
  1249. package/lib/schema-settings/SchemaSettingsPlugin.mjs +0 -265
  1250. package/lib/schema-settings/SchemaSettingsSortingRule.mjs +0 -155
  1251. package/lib/schema-settings/VariableInput/VariableInput.mjs +0 -260
  1252. package/lib/schema-settings/VariableInput/hooks/index.mjs +0 -9
  1253. package/lib/schema-settings/VariableInput/hooks/useBaseVariable.mjs +0 -228
  1254. package/lib/schema-settings/VariableInput/hooks/useBlockCollection.mjs +0 -16
  1255. package/lib/schema-settings/VariableInput/hooks/useContextAssociationFields.mjs +0 -126
  1256. package/lib/schema-settings/VariableInput/hooks/useDateVariable.mjs +0 -179
  1257. package/lib/schema-settings/VariableInput/hooks/useFilterVariable.mjs +0 -77
  1258. package/lib/schema-settings/VariableInput/hooks/useFormVariable.mjs +0 -85
  1259. package/lib/schema-settings/VariableInput/hooks/useIterationVariable.mjs +0 -94
  1260. package/lib/schema-settings/VariableInput/hooks/useParentRecordVariable.mjs +0 -71
  1261. package/lib/schema-settings/VariableInput/hooks/usePopupVariable.mjs +0 -37
  1262. package/lib/schema-settings/VariableInput/hooks/useRecordVariable.mjs +0 -64
  1263. package/lib/schema-settings/VariableInput/hooks/useRoleVariable.mjs +0 -64
  1264. package/lib/schema-settings/VariableInput/hooks/useUserVariable.mjs +0 -67
  1265. package/lib/schema-settings/VariableInput/hooks/useVariableOptions.mjs +0 -140
  1266. package/lib/schema-settings/VariableInput/index.mjs +0 -7
  1267. package/lib/schema-settings/VariableInput/type.mjs +0 -4
  1268. package/lib/schema-settings/VariableInput/utils/formatVariableScop.mjs +0 -16
  1269. package/lib/schema-settings/demos/basic.mjs +0 -75
  1270. package/lib/schema-settings/demos/built-type.mjs +0 -157
  1271. package/lib/schema-settings/demos/custom-component.mjs +0 -58
  1272. package/lib/schema-settings/demos/demo3.mjs +0 -120
  1273. package/lib/schema-settings/demos/schema-basic.mjs +0 -84
  1274. package/lib/schema-settings/filter-form/FormFilterScope.mjs +0 -147
  1275. package/lib/schema-settings/filter-form/context.mjs +0 -14
  1276. package/lib/schema-settings/hooks/useFilterFormCustomProps.mjs +0 -22
  1277. package/lib/schema-settings/hooks/useGetAriaLabelOfDesigner.mjs +0 -39
  1278. package/lib/schema-settings/hooks/useIsAllowToSetDefaultValue.mjs +0 -109
  1279. package/lib/schema-settings/hooks/useIsShowMultipleSwitch.mjs +0 -27
  1280. package/lib/schema-settings/hooks/useParseDataScopeFilter.mjs +0 -83
  1281. package/lib/schema-settings/index.mjs +0 -39
  1282. package/lib/schema-settings/isPatternDisabled.mjs +0 -8
  1283. package/lib/schema-settings/styles.mjs +0 -92
  1284. package/lib/schema-settings/types.mjs +0 -4
  1285. package/lib/schema-templates/BlockTemplate.mjs +0 -63
  1286. package/lib/schema-templates/BlockTemplateDetails.mjs +0 -126
  1287. package/lib/schema-templates/BlockTemplatePage.mjs +0 -55
  1288. package/lib/schema-templates/SchemaTemplateManagerProvider.mjs +0 -103
  1289. package/lib/schema-templates/collections/uiSchemaTemplates.mjs +0 -22
  1290. package/lib/schema-templates/index.mjs +0 -11
  1291. package/lib/schema-templates/schemas/CollectionTitle.mjs +0 -52
  1292. package/lib/schema-templates/schemas/uiSchemaTemplates.mjs +0 -249
  1293. package/lib/schema-templates/useSchemaTemplateManager.mjs +0 -119
  1294. package/lib/style/css-variable/CSSVariableProvider.mjs +0 -90
  1295. package/lib/style/css-variable/index.mjs +0 -9
  1296. package/lib/style/index.mjs +0 -23
  1297. package/lib/style/theme/AntdAppProvider.mjs +0 -54
  1298. package/lib/style/theme/defaultTheme.mjs +0 -24
  1299. package/lib/style/theme/index.mjs +0 -96
  1300. package/lib/style/theme/type.mjs +0 -4
  1301. package/lib/style/useToken.mjs +0 -13
  1302. package/lib/testUtils/index.mjs +0 -5
  1303. package/lib/testUtils/mockAPIClient.mjs +0 -57
  1304. package/lib/user/ChangePassword.mjs +0 -180
  1305. package/lib/user/CurrentUser.mjs +0 -282
  1306. package/lib/user/CurrentUserProvider.mjs +0 -89
  1307. package/lib/user/CurrentUserSettingsMenuProvider.mjs +0 -88
  1308. package/lib/user/EditProfile.mjs +0 -172
  1309. package/lib/user/LanguageSettings.mjs +0 -70
  1310. package/lib/user/SwitchRole.mjs +0 -66
  1311. package/lib/user/VerificationCode.mjs +0 -115
  1312. package/lib/user/__tests__/current-user-settings-menu-provider.test.mjs +0 -64
  1313. package/lib/user/index.mjs +0 -9
  1314. package/lib/variables/VariablesProvider.mjs +0 -319
  1315. package/lib/variables/__tests__/useVariables.test.mjs +0 -473
  1316. package/lib/variables/__tests__/utils/filterEmptyValues.test.mjs +0 -52
  1317. package/lib/variables/__tests__/utils/getPath.test.mjs +0 -10
  1318. package/lib/variables/__tests__/utils/getVariableName.test.mjs +0 -10
  1319. package/lib/variables/__tests__/utils/isVariable.test.mjs +0 -28
  1320. package/lib/variables/__tests__/utils/transformVariableValue.test.mjs +0 -142
  1321. package/lib/variables/__tests__/utils/uniq.test.mjs +0 -83
  1322. package/lib/variables/constants.mjs +0 -5
  1323. package/lib/variables/hooks/useBuiltinVariables.mjs +0 -80
  1324. package/lib/variables/hooks/useContextVariable.mjs +0 -38
  1325. package/lib/variables/hooks/useLocalVariables.mjs +0 -102
  1326. package/lib/variables/hooks/useVariables.mjs +0 -16
  1327. package/lib/variables/index.mjs +0 -36
  1328. package/lib/variables/types.mjs +0 -4
  1329. package/lib/variables/utils/filterEmptyValues.mjs +0 -12
  1330. package/lib/variables/utils/getAction.mjs +0 -14
  1331. package/lib/variables/utils/getPath.mjs +0 -19
  1332. package/lib/variables/utils/getVariableName.mjs +0 -25
  1333. package/lib/variables/utils/hasRequested.mjs +0 -24
  1334. package/lib/variables/utils/isVariable.mjs +0 -15
  1335. package/lib/variables/utils/transformVariableValue.mjs +0 -55
  1336. package/lib/variables/utils/uniq.mjs +0 -26
@@ -1,1563 +0,0 @@
1
-
2
- ;// CONCATENATED MODULE: ./packages/client/src/schema-component/antd/table-v2/demos/collections.ts?__rslib_entry__
3
- /* ESM default export */ const collections_rslib_entry_ = ({
4
- data: [
5
- {
6
- key: '17zb9wfq0vt',
7
- name: 'product',
8
- title: 's',
9
- inherit: false,
10
- fields: [],
11
- createdBy: true,
12
- updatedBy: true,
13
- sortable: true
14
- },
15
- {
16
- key: '1s4aq7jbxdh',
17
- name: 'roles',
18
- title: '{{t("Roles")}}',
19
- inherit: false,
20
- fields: [
21
- {
22
- key: 'gs6190e27z5',
23
- name: 'name',
24
- type: 'uid',
25
- interface: 'input',
26
- collectionName: 'roles',
27
- parentKey: null,
28
- reverseKey: null,
29
- uiSchemaUid: 'vy6i30jm9jm',
30
- uiSchema: {
31
- 'x-uid': 'vy6i30jm9jm',
32
- name: 'vlldvknkn3t',
33
- type: 'string',
34
- title: '{{t("Role UID")}}',
35
- 'x-component': 'Input'
36
- },
37
- prefix: 'r_',
38
- primaryKey: true
39
- },
40
- {
41
- key: 'w0hvovoxnjh',
42
- name: 'title',
43
- type: 'string',
44
- interface: 'input',
45
- collectionName: 'roles',
46
- parentKey: null,
47
- reverseKey: null,
48
- uiSchemaUid: 'pyq24tp0zkj',
49
- uiSchema: {
50
- 'x-uid': 'pyq24tp0zkj',
51
- name: 'wtku9z07h69',
52
- type: 'string',
53
- title: '{{t("Role name")}}',
54
- 'x-component': 'Input'
55
- },
56
- unique: true
57
- },
58
- {
59
- key: 'lxysmomsdhy',
60
- name: 'description',
61
- type: 'string',
62
- interface: null,
63
- collectionName: 'roles',
64
- parentKey: null,
65
- reverseKey: null,
66
- uiSchemaUid: null,
67
- uiSchema: {}
68
- },
69
- {
70
- key: 'ynyhe4kgxku',
71
- name: 'strategy',
72
- type: 'json',
73
- interface: null,
74
- collectionName: 'roles',
75
- parentKey: null,
76
- reverseKey: null,
77
- uiSchemaUid: null,
78
- uiSchema: {}
79
- },
80
- {
81
- key: 'qr9949ps9dv',
82
- name: 'default',
83
- type: 'boolean',
84
- interface: null,
85
- collectionName: 'roles',
86
- parentKey: null,
87
- reverseKey: null,
88
- uiSchemaUid: null,
89
- uiSchema: {},
90
- defaultValue: false
91
- },
92
- {
93
- key: '11ts4nwrm8c',
94
- name: 'allowConfigure',
95
- type: 'boolean',
96
- interface: null,
97
- collectionName: 'roles',
98
- parentKey: null,
99
- reverseKey: null,
100
- uiSchemaUid: null,
101
- uiSchema: {}
102
- },
103
- {
104
- key: 'nxj4s7xev9g',
105
- name: 'allowNewMenu',
106
- type: 'boolean',
107
- interface: null,
108
- collectionName: 'roles',
109
- parentKey: null,
110
- reverseKey: null,
111
- uiSchemaUid: null,
112
- uiSchema: {}
113
- },
114
- {
115
- key: 'ibwisd53xeg',
116
- name: 'menuUiSchemas',
117
- type: 'belongsToMany',
118
- interface: null,
119
- collectionName: 'roles',
120
- parentKey: null,
121
- reverseKey: null,
122
- uiSchemaUid: null,
123
- uiSchema: {},
124
- target: 'uiSchemas',
125
- targetKey: 'x-uid',
126
- foreignKey: 'roleName',
127
- sourceKey: 'name',
128
- otherKey: 'uiSchemaXUid',
129
- through: 'rolesUischemas'
130
- },
131
- {
132
- key: '0vt1uoy8f47',
133
- name: 'resources',
134
- type: 'hasMany',
135
- interface: null,
136
- collectionName: 'roles',
137
- parentKey: null,
138
- reverseKey: null,
139
- uiSchemaUid: null,
140
- uiSchema: {},
141
- target: 'rolesResources',
142
- sourceKey: 'name',
143
- targetKey: 'id',
144
- foreignKey: 'roleName'
145
- }
146
- ],
147
- autoGenId: false,
148
- model: 'RoleModel',
149
- filterTargetKey: 'name'
150
- },
151
- {
152
- key: 'nhng5sgypw8',
153
- name: 't_j6omof6tza8',
154
- title: '任务',
155
- inherit: false,
156
- fields: [
157
- {
158
- key: 'aabs1ya9aux',
159
- name: 'f_g8j5jvalqh0',
160
- type: 'string',
161
- interface: 'input',
162
- collectionName: 't_j6omof6tza8',
163
- parentKey: null,
164
- reverseKey: null,
165
- uiSchemaUid: 'tzb6h0tsbis',
166
- uiSchema: {
167
- 'x-uid': 'tzb6h0tsbis',
168
- name: 'y94c05v2hp2',
169
- type: 'string',
170
- 'x-component': 'Input',
171
- title: '名称',
172
- enum: []
173
- }
174
- },
175
- {
176
- key: 'kidn54kisne',
177
- name: 'f_tegyd222bcc',
178
- type: 'text',
179
- interface: 'textarea',
180
- collectionName: 't_j6omof6tza8',
181
- parentKey: null,
182
- reverseKey: null,
183
- uiSchemaUid: 'p4uucjm3rrx',
184
- uiSchema: {
185
- 'x-uid': 'p4uucjm3rrx',
186
- name: 'ri9ulk87owm',
187
- type: 'string',
188
- 'x-component': 'Input.TextArea',
189
- title: '描述',
190
- enum: []
191
- }
192
- },
193
- {
194
- key: 'kwdiruosgsb',
195
- name: 'f_u007sq2jg93',
196
- type: 'belongsToMany',
197
- interface: 'linkTo',
198
- collectionName: 't_j6omof6tza8',
199
- parentKey: null,
200
- reverseKey: 's5w3l6pl1hn',
201
- uiSchemaUid: 'iea79k3kmao',
202
- uiSchema: {
203
- 'x-uid': 'iea79k3kmao',
204
- name: 'njked4wch3i',
205
- 'x-component': 'RecordPicker',
206
- 'x-component-props': {
207
- multiple: true,
208
- fieldNames: {
209
- label: 'id',
210
- value: 'id'
211
- }
212
- },
213
- title: '负责人',
214
- enum: []
215
- },
216
- target: 'users',
217
- targetKey: 'id',
218
- sourceKey: 'id',
219
- through: 't_7476m1wwsfe',
220
- foreignKey: 'f_9zwkbo7dd18',
221
- otherKey: 'f_q84aphtx7eb'
222
- },
223
- {
224
- key: 'w7civak6gp3',
225
- name: 'f_hpmvdltzs6m',
226
- type: 'string',
227
- interface: 'radioGroup',
228
- collectionName: 't_j6omof6tza8',
229
- parentKey: null,
230
- reverseKey: null,
231
- uiSchemaUid: '481uv9zj072',
232
- uiSchema: {
233
- 'x-uid': '481uv9zj072',
234
- name: '8fyelcfuzfu',
235
- enum: [
236
- {
237
- value: '67snt3e6yld',
238
- label: '未开始',
239
- color: 'default'
240
- },
241
- {
242
- value: 'ht963n365al',
243
- label: '进行中',
244
- color: 'green'
245
- },
246
- {
247
- value: '2s2s8wzcnm0',
248
- label: '测试中',
249
- color: 'volcano'
250
- },
251
- {
252
- value: 'irepvdzp1ac',
253
- label: '已完成',
254
- color: 'blue'
255
- }
256
- ],
257
- type: 'string',
258
- 'x-component': 'Radio.Group',
259
- title: '状态'
260
- }
261
- },
262
- {
263
- key: '9x87w5z0ea6',
264
- name: 'f_jj9cyhron1d',
265
- type: 'hasMany',
266
- interface: 'subTable',
267
- collectionName: 't_j6omof6tza8',
268
- parentKey: null,
269
- reverseKey: null,
270
- uiSchemaUid: 'pndvx008mmn',
271
- uiSchema: {
272
- 'x-uid': 'pndvx008mmn',
273
- name: 'l8xqzpkxj3p',
274
- type: 'array',
275
- 'x-component': 'Table',
276
- 'x-component-props': {},
277
- enum: [],
278
- title: '子任务'
279
- },
280
- targetKey: 'id',
281
- sourceKey: 'id',
282
- foreignKey: 'f_yzivojrp6l8',
283
- target: 't_ab12qiwruwk'
284
- },
285
- {
286
- key: '3f4y1iq16ux',
287
- name: 'f_ooar0pto2ko',
288
- type: 'belongsToMany',
289
- interface: 'attachment',
290
- collectionName: 't_j6omof6tza8',
291
- parentKey: null,
292
- reverseKey: null,
293
- uiSchemaUid: '5xf7izxjny5',
294
- uiSchema: {
295
- 'x-uid': '5xf7izxjny5',
296
- name: '9az9003ijcm',
297
- 'x-component-props': {
298
- multiple: true,
299
- action: 'attachments:create'
300
- },
301
- type: 'array',
302
- 'x-component': 'Upload.Attachment',
303
- title: '附件',
304
- enum: []
305
- },
306
- target: 'attachments',
307
- targetKey: 'id',
308
- sourceKey: 'id',
309
- through: 't_5a7wh2qhk4l',
310
- foreignKey: 'f_tqfsxclrexu',
311
- otherKey: 'f_j2krlyq6oka'
312
- },
313
- {
314
- key: '4um5urxskg0',
315
- name: 'f_f7txg1oc3nt',
316
- type: 'date',
317
- interface: 'createdAt',
318
- collectionName: 't_j6omof6tza8',
319
- parentKey: null,
320
- reverseKey: null,
321
- uiSchemaUid: 'jjax6r7c84m',
322
- uiSchema: {
323
- 'x-uid': 'jjax6r7c84m',
324
- name: 'clidfmw96u3',
325
- 'x-component-props': {
326
- dateFormat: 'YYYY-MM-DD',
327
- showTime: true,
328
- timeFormat: 'HH:mm:ss'
329
- },
330
- type: 'datetime',
331
- title: '创建时间',
332
- 'x-component': 'DatePicker',
333
- 'x-read-pretty': true,
334
- enum: []
335
- },
336
- field: 'createdAt'
337
- },
338
- {
339
- key: 'dnwqg2s3oph',
340
- name: 'f_2dpc76bszit',
341
- type: 'belongsTo',
342
- interface: 'createdBy',
343
- collectionName: 't_j6omof6tza8',
344
- parentKey: null,
345
- reverseKey: null,
346
- uiSchemaUid: 'po3y2pc112z',
347
- uiSchema: {
348
- 'x-uid': 'po3y2pc112z',
349
- name: 'ke2rte2zikm',
350
- type: 'object',
351
- title: '创建人',
352
- 'x-component': 'RecordPicker',
353
- 'x-component-props': {
354
- fieldNames: {
355
- value: 'id',
356
- label: 'nickname'
357
- }
358
- },
359
- 'x-read-pretty': true,
360
- enum: []
361
- },
362
- target: 'users',
363
- foreignKey: 'createdById',
364
- targetKey: 'id'
365
- },
366
- {
367
- key: '1sayjktagk3',
368
- name: 'f_z27302tl2bf',
369
- type: 'string',
370
- interface: 'select',
371
- collectionName: 't_j6omof6tza8',
372
- parentKey: null,
373
- reverseKey: null,
374
- uiSchemaUid: '0a28rxnov8o',
375
- uiSchema: {
376
- 'x-uid': '0a28rxnov8o',
377
- name: '2vg44ojdq4j',
378
- enum: [
379
- {
380
- value: 'mkvgt7ndsqd',
381
- label: '缺陷',
382
- color: 'volcano'
383
- },
384
- {
385
- value: '9yyv2tawmry',
386
- label: '交互',
387
- color: 'green'
388
- },
389
- {
390
- value: 'vx4bhmtsuus',
391
- label: '需求',
392
- color: 'cyan'
393
- }
394
- ],
395
- type: 'string',
396
- 'x-component': 'Select',
397
- title: '类型'
398
- }
399
- },
400
- {
401
- key: 'zhvtzwta7bz',
402
- name: 'f_yc8jbfiqfvh',
403
- type: 'string',
404
- interface: 'radioGroup',
405
- collectionName: 't_j6omof6tza8',
406
- parentKey: null,
407
- reverseKey: null,
408
- uiSchemaUid: 'jijqs397op9',
409
- uiSchema: {
410
- 'x-uid': 'jijqs397op9',
411
- name: '99v9hnujiuh',
412
- enum: [
413
- {
414
- value: 's7hocw6twfk',
415
- label: '高',
416
- color: 'red'
417
- },
418
- {
419
- value: 'v25527dxseu',
420
- label: '中',
421
- color: 'blue'
422
- },
423
- {
424
- value: 'c4hobfb5k07',
425
- label: '低',
426
- color: 'lime'
427
- }
428
- ],
429
- type: 'string',
430
- 'x-component': 'Radio.Group',
431
- title: '优先级'
432
- }
433
- },
434
- {
435
- key: 'nobsmkp6ypg',
436
- name: 'f_ksgzy9vmgce',
437
- type: 'belongsToMany',
438
- interface: 'linkTo',
439
- collectionName: 't_j6omof6tza8',
440
- parentKey: null,
441
- reverseKey: 'z70jtfabrm7',
442
- uiSchemaUid: '3gbviwfd0cv',
443
- uiSchema: {
444
- 'x-uid': '3gbviwfd0cv',
445
- name: '6sabm3win42',
446
- 'x-component': 'RecordPicker',
447
- 'x-component-props': {
448
- multiple: false,
449
- fieldNames: {
450
- label: 'id',
451
- value: 'id'
452
- }
453
- },
454
- title: '迭代',
455
- enum: []
456
- },
457
- target: 't_94rsj6kbzvn',
458
- targetKey: 'id',
459
- sourceKey: 'id',
460
- through: 't_ewdf2dsjlu3',
461
- foreignKey: 'f_72tnpdz6kfg',
462
- otherKey: 'f_8do8o1wsavk'
463
- },
464
- {
465
- key: 'rwtqeecnbst',
466
- name: 'f_zek99qhv0vc',
467
- type: 'date',
468
- interface: 'updatedAt',
469
- collectionName: 't_j6omof6tza8',
470
- parentKey: null,
471
- reverseKey: null,
472
- uiSchemaUid: 'df0kmwka9ra',
473
- uiSchema: {
474
- 'x-uid': 'df0kmwka9ra',
475
- name: 'e3hmz8upyle',
476
- 'x-component-props': {
477
- dateFormat: 'YYYY-MM-DD',
478
- showTime: true,
479
- timeFormat: 'HH:mm:ss'
480
- },
481
- type: 'datetime',
482
- title: '更新时间',
483
- 'x-component': 'DatePicker',
484
- 'x-read-pretty': true
485
- },
486
- field: 'updatedAt'
487
- },
488
- {
489
- key: 'tm66hbii6zz',
490
- name: 'f_cht6rsiiiko',
491
- type: 'string',
492
- interface: 'select',
493
- collectionName: 't_j6omof6tza8',
494
- parentKey: null,
495
- reverseKey: null,
496
- uiSchemaUid: 'tkfjlde4ppl',
497
- uiSchema: {
498
- 'x-uid': 'tkfjlde4ppl',
499
- name: 'p0rccyurzle',
500
- enum: [
501
- {
502
- value: 'uduxfqpr5t2',
503
- label: '菜单'
504
- },
505
- {
506
- value: 'dnphxkwat35',
507
- label: '权限'
508
- },
509
- {
510
- value: '5cso9lpizog',
511
- label: '数据表'
512
- },
513
- {
514
- value: 'wlg329nsu3a',
515
- label: '字段'
516
- },
517
- {
518
- value: 'm8z7r06vk9z',
519
- label: '表格'
520
- },
521
- {
522
- value: 'ftfccbha25a',
523
- label: '表单'
524
- },
525
- {
526
- value: 'o33ljfkje2h',
527
- label: '详情'
528
- },
529
- {
530
- value: 'ym9wwk3aqbu',
531
- label: '日历'
532
- },
533
- {
534
- value: 'wge57qtiz14',
535
- label: '看板'
536
- },
537
- {
538
- value: 'm4xoc8rbafg',
539
- label: '操作'
540
- },
541
- {
542
- value: 'r6l2wg1snxc',
543
- label: '配置'
544
- },
545
- {
546
- value: 'j1cv1vf16fm',
547
- label: '附件'
548
- },
549
- {
550
- value: 'l464jdsy7vr',
551
- label: '容器'
552
- }
553
- ],
554
- type: 'string',
555
- 'x-component': 'Select',
556
- title: '分类'
557
- }
558
- },
559
- {
560
- key: 'c9hzonl1hzq',
561
- name: 'f_47f2d9wgofm',
562
- type: 'belongsToMany',
563
- interface: 'linkTo',
564
- collectionName: 't_j6omof6tza8',
565
- parentKey: null,
566
- reverseKey: '7mufig9muag',
567
- uiSchemaUid: 'rbl27ngs563',
568
- uiSchema: {
569
- 'x-uid': 'rbl27ngs563',
570
- name: 'xrvwttiv064',
571
- 'x-component': 'RecordPicker',
572
- 'x-component-props': {
573
- multiple: true,
574
- fieldNames: {
575
- label: 'id',
576
- value: 'id'
577
- }
578
- },
579
- title: '相关任务'
580
- },
581
- target: 't_j6omof6tza8',
582
- targetKey: 'id',
583
- sourceKey: 'id',
584
- through: 't_qhgbwomd2t7',
585
- foreignKey: 'f_jes256zqwr1',
586
- otherKey: 'f_gtgjj059mye'
587
- },
588
- {
589
- key: '7mufig9muag',
590
- name: 'f_qmlomqm7lvb',
591
- type: 'belongsToMany',
592
- interface: 'linkTo',
593
- collectionName: 't_j6omof6tza8',
594
- parentKey: null,
595
- reverseKey: 'c9hzonl1hzq',
596
- uiSchemaUid: 'vgy9cgq9v6b',
597
- uiSchema: {
598
- 'x-uid': 'vgy9cgq9v6b',
599
- name: 'sf99arn65jj',
600
- 'x-component': 'RecordPicker',
601
- 'x-component-props': {
602
- multiple: true,
603
- fieldNames: {
604
- label: 'id',
605
- value: 'id'
606
- }
607
- },
608
- title: '任务'
609
- },
610
- target: 't_j6omof6tza8',
611
- through: 't_qhgbwomd2t7',
612
- sourceKey: 'id',
613
- foreignKey: 'f_gtgjj059mye',
614
- targetKey: 'id',
615
- otherKey: 'f_jes256zqwr1'
616
- },
617
- {
618
- key: 'hv3kx2z8edn',
619
- name: 'f_hpmvdltzs6m_sort',
620
- type: 'sort',
621
- interface: null,
622
- collectionName: 't_j6omof6tza8',
623
- parentKey: null,
624
- reverseKey: null,
625
- uiSchemaUid: null,
626
- uiSchema: {},
627
- hidden: true,
628
- scopeKey: 'f_hpmvdltzs6m'
629
- },
630
- {
631
- key: 'q6wy6jcpdfr',
632
- name: 'f_a4z4h45vi5b',
633
- type: 'string',
634
- interface: 'select',
635
- collectionName: 't_j6omof6tza8',
636
- parentKey: null,
637
- reverseKey: null,
638
- uiSchemaUid: 'lx4k023vm7k',
639
- uiSchema: {
640
- 'x-uid': 'lx4k023vm7k',
641
- name: 'e9u95lm0c2q',
642
- enum: [
643
- {
644
- value: 'hgobsqbfnd4',
645
- label: 'SchemaInitializer',
646
- color: 'red'
647
- },
648
- {
649
- value: 't8prrpfk7kl',
650
- label: 'SchemaSettings',
651
- color: 'magenta'
652
- },
653
- {
654
- value: 'r3fxlrunwd8',
655
- label: 'SchemaComponent',
656
- color: 'lime'
657
- },
658
- {
659
- value: 'bidogljo0l3',
660
- label: 'CollectionField',
661
- color: 'blue'
662
- },
663
- {
664
- value: 'ygy1zfdr1z6',
665
- label: 'ACL',
666
- color: 'purple'
667
- },
668
- {
669
- value: 'ef9qf0wzpt5',
670
- label: 'DndContext',
671
- color: 'cyan'
672
- },
673
- {
674
- value: '45sfwd7ie30',
675
- label: 'useRequest',
676
- color: 'volcano'
677
- }
678
- ],
679
- type: 'string',
680
- 'x-component': 'Select',
681
- title: '开发分类'
682
- }
683
- },
684
- {
685
- key: '936iis76zdx',
686
- name: 'f_a4z4h45vi5b_sort',
687
- type: 'sort',
688
- interface: null,
689
- collectionName: 't_j6omof6tza8',
690
- parentKey: null,
691
- reverseKey: null,
692
- uiSchemaUid: null,
693
- uiSchema: {},
694
- hidden: true,
695
- scopeKey: 'f_a4z4h45vi5b'
696
- },
697
- {
698
- key: 'zre21o0a5a9',
699
- name: 'f_d93g4r08krl',
700
- type: 'string',
701
- interface: 'input',
702
- collectionName: 't_j6omof6tza8',
703
- parentKey: null,
704
- reverseKey: null,
705
- uiSchemaUid: '96geljdh9j6',
706
- uiSchema: {
707
- 'x-uid': '96geljdh9j6',
708
- name: 'zplxa37mb0y',
709
- type: 'string',
710
- 'x-component': 'Input',
711
- title: '评估',
712
- enum: []
713
- }
714
- },
715
- {
716
- key: 'jasdf0kcqbs',
717
- name: 'f_1ckuegfab9s',
718
- type: 'text',
719
- interface: 'textarea',
720
- collectionName: 't_j6omof6tza8',
721
- parentKey: null,
722
- reverseKey: null,
723
- uiSchemaUid: '61h9pserdqr',
724
- uiSchema: {
725
- 'x-uid': '61h9pserdqr',
726
- name: 'uepfpdv289y',
727
- type: 'string',
728
- 'x-component': 'Input.TextArea',
729
- title: '评估备注'
730
- }
731
- }
732
- ],
733
- createdBy: true,
734
- updatedBy: true,
735
- sortable: true
736
- },
737
- {
738
- key: 'nlxapox70a3',
739
- name: 't_ab12qiwruwk',
740
- title: null,
741
- inherit: true,
742
- fields: [
743
- {
744
- key: 'q9xx9ixxxyb',
745
- name: 'f_m7ibo1vrvnm',
746
- type: 'string',
747
- interface: 'input',
748
- collectionName: 't_ab12qiwruwk',
749
- parentKey: '9x87w5z0ea6',
750
- reverseKey: null,
751
- uiSchemaUid: 'ucn6wm03zrq',
752
- uiSchema: {
753
- 'x-uid': 'ucn6wm03zrq',
754
- name: 'k07s9nhhj6c',
755
- type: 'string',
756
- 'x-component': 'Input',
757
- title: '名称'
758
- }
759
- },
760
- {
761
- key: 'y91qig4eyzm',
762
- name: 'f_kukaw9kddyj',
763
- type: 'belongsToMany',
764
- interface: 'linkTo',
765
- collectionName: 't_ab12qiwruwk',
766
- parentKey: '9x87w5z0ea6',
767
- reverseKey: 'tvwwt24vukv',
768
- uiSchemaUid: '7c9ch1fknbr',
769
- uiSchema: {
770
- 'x-uid': '7c9ch1fknbr',
771
- name: 'gv1k2nhucte',
772
- 'x-component': 'RecordPicker',
773
- 'x-component-props': {
774
- multiple: false,
775
- fieldNames: {
776
- label: 'id',
777
- value: 'id'
778
- }
779
- },
780
- title: '负责人'
781
- },
782
- target: 'users',
783
- targetKey: 'id',
784
- sourceKey: 'id',
785
- through: 't_gsv43y8ebt8',
786
- foreignKey: 'f_hbbvlsbe9gs',
787
- otherKey: 'f_bhj1xy7uyc8'
788
- },
789
- {
790
- key: 'gg0xx1vln6w',
791
- name: 'f_4mpiovytw4d',
792
- type: 'text',
793
- interface: 'textarea',
794
- collectionName: 't_ab12qiwruwk',
795
- parentKey: '9x87w5z0ea6',
796
- reverseKey: null,
797
- uiSchemaUid: '3xgmf0ee5fn',
798
- uiSchema: {
799
- 'x-uid': '3xgmf0ee5fn',
800
- name: '28sf67whpfs',
801
- type: 'string',
802
- 'x-component': 'Input.TextArea',
803
- title: '描述'
804
- }
805
- },
806
- {
807
- key: 'zpz6o74z9u4',
808
- name: 'f_lxsum89wkzd',
809
- type: 'belongsToMany',
810
- interface: 'attachment',
811
- collectionName: 't_ab12qiwruwk',
812
- parentKey: '9x87w5z0ea6',
813
- reverseKey: null,
814
- uiSchemaUid: 'wosew16td91',
815
- uiSchema: {
816
- 'x-uid': 'wosew16td91',
817
- name: 'p82ihvtkxtf',
818
- 'x-component-props': {
819
- multiple: true,
820
- action: 'attachments:create'
821
- },
822
- type: 'array',
823
- 'x-component': 'Upload.Attachment',
824
- title: '附件'
825
- },
826
- target: 'attachments',
827
- targetKey: 'id',
828
- sourceKey: 'id',
829
- through: 't_cn6cweinuw7',
830
- foreignKey: 'f_r824sp05l43',
831
- otherKey: 'f_8k3e4i0d04y'
832
- }
833
- ],
834
- createdBy: true,
835
- updatedBy: true,
836
- sortable: true
837
- },
838
- {
839
- key: 'oftbzt8nm2o',
840
- name: 'users',
841
- title: '{{t("Users")}}',
842
- inherit: false,
843
- fields: [
844
- {
845
- key: 'khov1egnsur',
846
- name: 'nickname',
847
- type: 'string',
848
- interface: 'input',
849
- collectionName: 'users',
850
- parentKey: null,
851
- reverseKey: null,
852
- uiSchemaUid: '3ohfk46bf7o',
853
- uiSchema: {
854
- 'x-uid': '3ohfk46bf7o',
855
- name: 'prmmf3kg8rx',
856
- type: 'string',
857
- title: '{{t("Nickname")}}',
858
- 'x-component': 'Input'
859
- }
860
- },
861
- {
862
- key: 'u6cvmn45o6a',
863
- name: 'email',
864
- type: 'string',
865
- interface: 'email',
866
- collectionName: 'users',
867
- parentKey: null,
868
- reverseKey: null,
869
- uiSchemaUid: '69ywpwux1zh',
870
- uiSchema: {
871
- 'x-uid': '69ywpwux1zh',
872
- name: 'u8djuprwttj',
873
- type: 'string',
874
- title: '{{t("Email")}}',
875
- 'x-component': 'Input',
876
- require: true
877
- },
878
- unique: true
879
- },
880
- {
881
- key: 'jwaky9982f2',
882
- name: 'password',
883
- type: 'password',
884
- interface: 'password',
885
- collectionName: 'users',
886
- parentKey: null,
887
- reverseKey: null,
888
- uiSchemaUid: 'qs374baqkh0',
889
- uiSchema: {
890
- 'x-uid': 'qs374baqkh0',
891
- name: 'tf5dolxh2i4',
892
- type: 'string',
893
- title: '{{t("Password")}}',
894
- 'x-component': 'Password'
895
- },
896
- hidden: true
897
- },
898
- {
899
- key: '4g5nics20go',
900
- name: 'roles',
901
- type: 'belongsToMany',
902
- interface: 'linkTo',
903
- collectionName: 'users',
904
- parentKey: null,
905
- reverseKey: null,
906
- uiSchemaUid: 'lpkacakd4my',
907
- uiSchema: {
908
- 'x-uid': 'lpkacakd4my',
909
- name: '3oylvillmwu',
910
- type: 'array',
911
- title: '{{t("Roles")}}',
912
- 'x-component': 'RecordPicker',
913
- 'x-component-props': {
914
- multiple: true,
915
- fieldNames: {
916
- label: 'title',
917
- value: 'name'
918
- }
919
- }
920
- },
921
- target: 'roles',
922
- foreignKey: 'userId',
923
- otherKey: 'roleName',
924
- sourceKey: 'id',
925
- targetKey: 'name',
926
- through: 'rolesUsers'
927
- },
928
- {
929
- key: 'cqqhyq32tvf',
930
- name: 'appLang',
931
- type: 'string',
932
- interface: null,
933
- collectionName: 'users',
934
- parentKey: null,
935
- reverseKey: null,
936
- uiSchemaUid: null,
937
- uiSchema: {}
938
- },
939
- {
940
- key: 't7t97s1rwid',
941
- name: 'token',
942
- type: 'string',
943
- interface: null,
944
- collectionName: 'users',
945
- parentKey: null,
946
- reverseKey: null,
947
- uiSchemaUid: null,
948
- uiSchema: {},
949
- unique: true,
950
- hidden: true
951
- },
952
- {
953
- key: '5myliungho1',
954
- name: 'resetToken',
955
- type: 'string',
956
- interface: null,
957
- collectionName: 'users',
958
- parentKey: null,
959
- reverseKey: null,
960
- uiSchemaUid: null,
961
- uiSchema: {},
962
- unique: true,
963
- hidden: true
964
- },
965
- {
966
- key: 'q2eg83quxls',
967
- name: 'sort',
968
- type: 'sort',
969
- interface: null,
970
- collectionName: 'users',
971
- parentKey: null,
972
- reverseKey: null,
973
- uiSchemaUid: null,
974
- uiSchema: {},
975
- hidden: true
976
- },
977
- {
978
- key: 's5w3l6pl1hn',
979
- name: 'f_xd4v2uljqcu',
980
- type: 'belongsToMany',
981
- interface: 'linkTo',
982
- collectionName: 'users',
983
- parentKey: null,
984
- reverseKey: 'kwdiruosgsb',
985
- uiSchemaUid: 'zv4gvihowwm',
986
- uiSchema: {
987
- 'x-uid': 'zv4gvihowwm',
988
- name: 'mjjpnphkkhf',
989
- 'x-component': 'RecordPicker',
990
- 'x-component-props': {
991
- multiple: true,
992
- fieldNames: {
993
- label: 'id',
994
- value: 'id'
995
- }
996
- },
997
- title: '负责人'
998
- },
999
- target: 't_j6omof6tza8',
1000
- through: 't_7476m1wwsfe',
1001
- sourceKey: 'id',
1002
- foreignKey: 'f_q84aphtx7eb',
1003
- targetKey: 'id',
1004
- otherKey: 'f_9zwkbo7dd18'
1005
- },
1006
- {
1007
- key: 'tvwwt24vukv',
1008
- name: 'f_qpsqy5rtc8t',
1009
- type: 'belongsToMany',
1010
- interface: 'linkTo',
1011
- collectionName: 'users',
1012
- parentKey: null,
1013
- reverseKey: 'y91qig4eyzm',
1014
- uiSchemaUid: '5ksz03zw47c',
1015
- uiSchema: {
1016
- 'x-uid': '5ksz03zw47c',
1017
- name: '8ukjiawzduz',
1018
- 'x-component': 'RecordPicker',
1019
- 'x-component-props': {
1020
- multiple: true,
1021
- fieldNames: {
1022
- label: 'id',
1023
- value: 'id'
1024
- }
1025
- },
1026
- title: '负责人'
1027
- },
1028
- target: 't_ab12qiwruwk',
1029
- through: 't_gsv43y8ebt8',
1030
- sourceKey: 'id',
1031
- foreignKey: 'f_bhj1xy7uyc8',
1032
- targetKey: 'id',
1033
- otherKey: 'f_hbbvlsbe9gs'
1034
- }
1035
- ],
1036
- sortable: 'sort'
1037
- },
1038
- {
1039
- key: 'tyztw0ulriv',
1040
- name: 't_94rsj6kbzvn',
1041
- title: '迭代',
1042
- inherit: false,
1043
- fields: [
1044
- {
1045
- key: 'nq4mp00jwip',
1046
- name: 'f_zio9ewkxss7',
1047
- type: 'string',
1048
- interface: 'input',
1049
- collectionName: 't_94rsj6kbzvn',
1050
- parentKey: null,
1051
- reverseKey: null,
1052
- uiSchemaUid: 'q7vois7ptlt',
1053
- uiSchema: {
1054
- 'x-uid': 'q7vois7ptlt',
1055
- name: 'o9ue1s4tu8k',
1056
- type: 'string',
1057
- 'x-component': 'Input',
1058
- title: '名称',
1059
- enum: []
1060
- }
1061
- },
1062
- {
1063
- key: 'ec2833af7n1',
1064
- name: 'f_ojboh2wxpju',
1065
- type: 'text',
1066
- interface: 'textarea',
1067
- collectionName: 't_94rsj6kbzvn',
1068
- parentKey: null,
1069
- reverseKey: null,
1070
- uiSchemaUid: 'pco1f8sq2jq',
1071
- uiSchema: {
1072
- 'x-uid': 'pco1f8sq2jq',
1073
- name: 'lb2hdydextn',
1074
- type: 'string',
1075
- 'x-component': 'Input.TextArea',
1076
- title: '描述',
1077
- enum: []
1078
- }
1079
- },
1080
- {
1081
- key: '82uqmdjr3v4',
1082
- name: 'f_nunmzapigvk',
1083
- type: 'date',
1084
- interface: 'datetime',
1085
- collectionName: 't_94rsj6kbzvn',
1086
- parentKey: null,
1087
- reverseKey: null,
1088
- uiSchemaUid: '2gawk8arctt',
1089
- uiSchema: {
1090
- 'x-uid': '2gawk8arctt',
1091
- name: 'j9j7c2wyev2',
1092
- 'x-component-props': {
1093
- dateFormat: 'YYYY-MM-DD',
1094
- showTime: false
1095
- },
1096
- type: 'datetime',
1097
- 'x-component': 'DatePicker',
1098
- title: '开始日期',
1099
- enum: []
1100
- }
1101
- },
1102
- {
1103
- key: 'mdx2eqz9ei8',
1104
- name: 'f_rberbnphu9u',
1105
- type: 'date',
1106
- interface: 'datetime',
1107
- collectionName: 't_94rsj6kbzvn',
1108
- parentKey: null,
1109
- reverseKey: null,
1110
- uiSchemaUid: 'pj0znpff63y',
1111
- uiSchema: {
1112
- 'x-uid': 'pj0znpff63y',
1113
- name: 'c5h7agr2qy4',
1114
- 'x-component-props': {
1115
- dateFormat: 'YYYY-MM-DD',
1116
- showTime: false
1117
- },
1118
- type: 'datetime',
1119
- 'x-component': 'DatePicker',
1120
- title: '结束日期',
1121
- enum: []
1122
- }
1123
- },
1124
- {
1125
- key: 'z70jtfabrm7',
1126
- name: 'f_rabhmdetc3p',
1127
- type: 'belongsToMany',
1128
- interface: 'linkTo',
1129
- collectionName: 't_94rsj6kbzvn',
1130
- parentKey: null,
1131
- reverseKey: null,
1132
- uiSchemaUid: 'aun2xsfua8d',
1133
- uiSchema: {
1134
- 'x-uid': 'aun2xsfua8d',
1135
- name: 'i508c1outz2',
1136
- 'x-component': 'RecordPicker',
1137
- 'x-component-props': {
1138
- multiple: true,
1139
- fieldNames: {
1140
- label: 'id',
1141
- value: 'id'
1142
- }
1143
- },
1144
- title: '任务',
1145
- enum: []
1146
- },
1147
- target: 't_j6omof6tza8',
1148
- through: 't_ewdf2dsjlu3',
1149
- sourceKey: 'id',
1150
- foreignKey: 'f_8do8o1wsavk',
1151
- targetKey: 'id',
1152
- otherKey: 'f_72tnpdz6kfg'
1153
- }
1154
- ],
1155
- createdBy: true,
1156
- updatedBy: true,
1157
- sortable: true
1158
- },
1159
- {
1160
- key: 'vv8umfa9592',
1161
- name: 'test_sheet',
1162
- title: '测试表',
1163
- inherit: false,
1164
- fields: [
1165
- {
1166
- key: 'q1xye1ooeol',
1167
- name: 'f_7mh6k6re0ey',
1168
- type: 'string',
1169
- interface: 'phone',
1170
- collectionName: 'test_sheet',
1171
- parentKey: null,
1172
- reverseKey: null,
1173
- uiSchemaUid: 't9ddc5n5pv8',
1174
- uiSchema: {
1175
- 'x-uid': 't9ddc5n5pv8',
1176
- name: 'd3hwsg020u8',
1177
- type: 'string',
1178
- 'x-component': 'Input',
1179
- 'x-validator': 'phone',
1180
- title: '手机'
1181
- }
1182
- },
1183
- {
1184
- key: '25icwn35oin',
1185
- name: 'f_turkjlzi52z',
1186
- type: 'string',
1187
- interface: 'email',
1188
- collectionName: 'test_sheet',
1189
- parentKey: null,
1190
- reverseKey: null,
1191
- uiSchemaUid: '3bkgd97f63v',
1192
- uiSchema: {
1193
- 'x-uid': '3bkgd97f63v',
1194
- name: 'zkvhu5cm4no',
1195
- type: 'string',
1196
- 'x-component': 'Input',
1197
- 'x-validator': 'email',
1198
- title: '邮箱'
1199
- }
1200
- },
1201
- {
1202
- key: '3cqe0mpcrmg',
1203
- name: 'f_c14whhblhtd',
1204
- type: 'float',
1205
- interface: 'number',
1206
- collectionName: 'test_sheet',
1207
- parentKey: null,
1208
- reverseKey: null,
1209
- uiSchemaUid: '4bajzziz060',
1210
- uiSchema: {
1211
- 'x-uid': '4bajzziz060',
1212
- name: '366t9rvl34b',
1213
- 'x-component-props': {
1214
- step: '0.01',
1215
- stringMode: true
1216
- },
1217
- type: 'number',
1218
- 'x-component': 'InputNumber',
1219
- title: '数字'
1220
- }
1221
- },
1222
- {
1223
- key: 'y39vi1z69pw',
1224
- name: 'f_z1b674d907e',
1225
- type: 'float',
1226
- interface: 'percent',
1227
- collectionName: 'test_sheet',
1228
- parentKey: null,
1229
- reverseKey: null,
1230
- uiSchemaUid: 'vbnoib14uzl',
1231
- uiSchema: {
1232
- 'x-uid': 'vbnoib14uzl',
1233
- name: 'rumohzj4lh6',
1234
- 'x-component-props': {
1235
- step: '0.1',
1236
- stringMode: true,
1237
- addonAfter: '%'
1238
- },
1239
- type: 'string',
1240
- 'x-component': 'InputNumber',
1241
- title: '百分比'
1242
- }
1243
- },
1244
- {
1245
- key: 'eouuwoag6ka',
1246
- name: 'f_4tzp4nhmvt2',
1247
- type: 'string',
1248
- interface: 'icon',
1249
- collectionName: 'test_sheet',
1250
- parentKey: null,
1251
- reverseKey: null,
1252
- uiSchemaUid: 'qmmw3zc8l60',
1253
- uiSchema: {
1254
- 'x-uid': 'qmmw3zc8l60',
1255
- name: 'aivg5c51gc9',
1256
- type: 'string',
1257
- 'x-component': 'IconPicker',
1258
- title: '图标'
1259
- }
1260
- },
1261
- {
1262
- key: 'qurfmfe2hfi',
1263
- name: 'f_z0s4m3hgadd',
1264
- type: 'password',
1265
- interface: 'password',
1266
- collectionName: 'test_sheet',
1267
- parentKey: null,
1268
- reverseKey: null,
1269
- uiSchemaUid: 'tkp46kn682m',
1270
- uiSchema: {
1271
- 'x-uid': 'tkp46kn682m',
1272
- name: '7q7yeobot0j',
1273
- type: 'string',
1274
- 'x-component': 'Password',
1275
- title: '密码'
1276
- }
1277
- },
1278
- {
1279
- key: 'ka4k5tfh3k5',
1280
- name: 'f_q5qnozezx9s',
1281
- type: 'boolean',
1282
- interface: 'checkbox',
1283
- collectionName: 'test_sheet',
1284
- parentKey: null,
1285
- reverseKey: null,
1286
- uiSchemaUid: 'wgyf4ozsvdi',
1287
- uiSchema: {
1288
- 'x-uid': 'wgyf4ozsvdi',
1289
- name: 'x6agce8s18w',
1290
- type: 'boolean',
1291
- 'x-component': 'Checkbox',
1292
- title: '勾选'
1293
- }
1294
- },
1295
- {
1296
- key: '3dhczyw3ye2',
1297
- name: 'f_jbzwvldpyaa',
1298
- type: 'array',
1299
- interface: 'multipleSelect',
1300
- collectionName: 'test_sheet',
1301
- parentKey: null,
1302
- reverseKey: null,
1303
- uiSchemaUid: 'hlmfjs2pu9t',
1304
- uiSchema: {
1305
- 'x-uid': 'hlmfjs2pu9t',
1306
- name: 'ao52nx5pune',
1307
- enum: [
1308
- {
1309
- value: '6mbqdwuzfca',
1310
- label: '选项1',
1311
- color: 'red'
1312
- },
1313
- {
1314
- value: '9zi6s2fbj0q',
1315
- label: '选项2',
1316
- color: 'geekblue'
1317
- }
1318
- ],
1319
- type: 'array',
1320
- 'x-component': 'Select',
1321
- 'x-component-props': {
1322
- mode: 'multiple'
1323
- },
1324
- title: '多选'
1325
- },
1326
- defaultValue: []
1327
- },
1328
- {
1329
- key: 'erdrp1gi587',
1330
- name: 'f_04krym08wxq',
1331
- type: 'array',
1332
- interface: 'checkboxGroup',
1333
- collectionName: 'test_sheet',
1334
- parentKey: null,
1335
- reverseKey: null,
1336
- uiSchemaUid: '6has8wyzohq',
1337
- uiSchema: {
1338
- 'x-uid': '6has8wyzohq',
1339
- name: 'fvwsjt58xx4',
1340
- enum: [
1341
- {
1342
- value: '4lsgdvfl7xq',
1343
- label: '复选2',
1344
- color: 'cyan'
1345
- },
1346
- {
1347
- value: 'qzuki8bmilg',
1348
- label: '复选1',
1349
- color: 'purple'
1350
- }
1351
- ],
1352
- type: 'string',
1353
- 'x-component': 'Checkbox.Group',
1354
- title: '复选'
1355
- },
1356
- defaultValue: []
1357
- },
1358
- {
1359
- key: 'rykbub69xu7',
1360
- name: 'f_xclbl3htmxs',
1361
- type: 'belongsToMany',
1362
- interface: 'chinaRegion',
1363
- collectionName: 'test_sheet',
1364
- parentKey: null,
1365
- reverseKey: null,
1366
- uiSchemaUid: 'yml5yqzgvn8',
1367
- uiSchema: {
1368
- 'x-uid': 'yml5yqzgvn8',
1369
- name: '2ye7y09agup',
1370
- 'x-component-props': {
1371
- maxLevel: 5,
1372
- useDataSource: '{{ useChinaRegionDataSource }}',
1373
- useLoadData: '{{ useChinaRegionLoadData }}',
1374
- changeOnSelectLast: true,
1375
- labelInValue: true,
1376
- fieldNames: {
1377
- label: 'name',
1378
- value: 'code',
1379
- children: 'children'
1380
- }
1381
- },
1382
- type: 'array',
1383
- 'x-component': 'Cascader',
1384
- title: '中国地区'
1385
- },
1386
- target: 'chinaRegions',
1387
- targetKey: 'code',
1388
- sortBy: 'level',
1389
- sourceKey: 'id',
1390
- through: 't_o9ry49u6xez',
1391
- foreignKey: 'f_44r8nsvdvz7',
1392
- otherKey: 'f_l0tzoymin3i'
1393
- },
1394
- {
1395
- key: 'acm789iz922',
1396
- name: 'f_v4cgx7l5hwm',
1397
- type: 'text',
1398
- interface: 'markdown',
1399
- collectionName: 'test_sheet',
1400
- parentKey: null,
1401
- reverseKey: null,
1402
- uiSchemaUid: '8a2erdhwcvb',
1403
- uiSchema: {
1404
- 'x-uid': '8a2erdhwcvb',
1405
- name: 'rqeiz26vuns',
1406
- type: 'string',
1407
- 'x-component': 'Markdown',
1408
- title: 'Markdown'
1409
- }
1410
- },
1411
- {
1412
- key: 'zmip3swglzv',
1413
- name: 'f_ztaop411cdw',
1414
- type: 'time',
1415
- interface: 'time',
1416
- collectionName: 'test_sheet',
1417
- parentKey: null,
1418
- reverseKey: null,
1419
- uiSchemaUid: 'r6s6rrjzfml',
1420
- uiSchema: {
1421
- 'x-uid': 'r6s6rrjzfml',
1422
- name: 'ct893ay5apv',
1423
- 'x-component-props': {
1424
- format: 'HH:mm:ss'
1425
- },
1426
- type: 'string',
1427
- 'x-component': 'TimePicker',
1428
- title: '时间'
1429
- }
1430
- },
1431
- {
1432
- key: 'nx1p69b6g96',
1433
- name: 'f_mf8ccm0pjmh',
1434
- type: 'date',
1435
- interface: 'datetime',
1436
- collectionName: 'test_sheet',
1437
- parentKey: null,
1438
- reverseKey: null,
1439
- uiSchemaUid: '08p9oztyjf2',
1440
- uiSchema: {
1441
- 'x-uid': '08p9oztyjf2',
1442
- name: 'bkdnndmfpeo',
1443
- 'x-component-props': {
1444
- dateFormat: 'DD/MM/YYYY',
1445
- showTime: true,
1446
- timeFormat: 'HH:mm:ss'
1447
- },
1448
- type: 'datetime',
1449
- 'x-component': 'DatePicker',
1450
- title: '日期',
1451
- enum: []
1452
- }
1453
- },
1454
- {
1455
- key: 'ge57kma4gue',
1456
- name: 'f_dqq0xjkdqbo',
1457
- type: 'belongsTo',
1458
- interface: 'createdBy',
1459
- collectionName: 'test_sheet',
1460
- parentKey: null,
1461
- reverseKey: null,
1462
- uiSchemaUid: 'zzmst1r01gc',
1463
- uiSchema: {
1464
- 'x-uid': 'zzmst1r01gc',
1465
- name: 'def1ngennlx',
1466
- type: 'object',
1467
- title: '创建人',
1468
- 'x-component': 'RecordPicker',
1469
- 'x-component-props': {
1470
- fieldNames: {
1471
- value: 'id',
1472
- label: 'nickname'
1473
- }
1474
- },
1475
- 'x-read-pretty': true
1476
- },
1477
- target: 'users',
1478
- foreignKey: 'createdById',
1479
- targetKey: 'id'
1480
- },
1481
- {
1482
- key: 'yqye22n1f1c',
1483
- name: 'f_7ukoar9jevs',
1484
- type: 'date',
1485
- interface: 'createdAt',
1486
- collectionName: 'test_sheet',
1487
- parentKey: null,
1488
- reverseKey: null,
1489
- uiSchemaUid: 'lgnqb28lb91',
1490
- uiSchema: {
1491
- 'x-uid': 'lgnqb28lb91',
1492
- name: 'jdjz5cngm3j',
1493
- 'x-component-props': {
1494
- dateFormat: 'YYYY-MM-DD',
1495
- showTime: true,
1496
- timeFormat: 'HH:mm:ss'
1497
- },
1498
- type: 'datetime',
1499
- title: '创建日期',
1500
- 'x-component': 'DatePicker',
1501
- 'x-read-pretty': true
1502
- },
1503
- field: 'createdAt'
1504
- },
1505
- {
1506
- key: 'n4ap9l1l4wd',
1507
- name: 'f_81orjgxlbuo',
1508
- type: 'date',
1509
- interface: 'updatedAt',
1510
- collectionName: 'test_sheet',
1511
- parentKey: null,
1512
- reverseKey: null,
1513
- uiSchemaUid: 'z19egimonh9',
1514
- uiSchema: {
1515
- 'x-uid': 'z19egimonh9',
1516
- name: 'xtzu6cpnsm4',
1517
- 'x-component-props': {
1518
- dateFormat: 'YYYY-MM-DD',
1519
- showTime: true
1520
- },
1521
- type: 'datetime',
1522
- title: '修改日期',
1523
- 'x-component': 'DatePicker',
1524
- 'x-read-pretty': true
1525
- },
1526
- field: 'updatedAt'
1527
- },
1528
- {
1529
- key: 'oqy67fm6af8',
1530
- name: 'f_e31b9oqe9ej',
1531
- type: 'belongsTo',
1532
- interface: 'updatedBy',
1533
- collectionName: 'test_sheet',
1534
- parentKey: null,
1535
- reverseKey: null,
1536
- uiSchemaUid: 'tm4f7z0nyso',
1537
- uiSchema: {
1538
- 'x-uid': 'tm4f7z0nyso',
1539
- name: '19srjtwyce1',
1540
- type: 'object',
1541
- title: '修改人',
1542
- 'x-component': 'RecordPicker',
1543
- 'x-component-props': {
1544
- fieldNames: {
1545
- value: 'id',
1546
- label: 'nickname'
1547
- }
1548
- },
1549
- 'x-read-pretty': true
1550
- },
1551
- target: 'users',
1552
- foreignKey: 'updatedById',
1553
- targetKey: 'id'
1554
- }
1555
- ],
1556
- createdBy: true,
1557
- updatedBy: true,
1558
- sortable: true
1559
- }
1560
- ]
1561
- });
1562
-
1563
- export { collections_rslib_entry_ as default };