@tachybase/client 0.23.18 → 0.23.22

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 (315) hide show
  1. package/es/api-client/APIClientProvider.d.ts +2 -2
  2. package/es/application/AppSchemaComponentProvider.d.ts +1 -2
  3. package/es/application/Application.d.ts +1 -1
  4. package/es/application/NoticesManager.d.ts +1 -1
  5. package/es/application/RouterManager.d.ts +1 -1
  6. package/es/application/components/BlankComponent.d.ts +2 -2
  7. package/es/application/components/MainComponent.d.ts +1 -1
  8. package/es/application/components/RouterContextCleaner.d.ts +1 -1
  9. package/es/application/components/defaultComponents.d.ts +4 -4
  10. package/es/application/schema-initializer/components/SchemaInitializerActionModal.d.ts +2 -2
  11. package/es/application/schema-initializer/components/SchemaInitializerDivider.d.ts +1 -2
  12. package/es/application/schema-initializer/components/SchemaInitializerItem.d.ts +1 -1
  13. package/es/application/schema-initializer/components/SchemaInitializerItemGroup.d.ts +2 -2
  14. package/es/application/schema-initializer/components/SchemaInitializerSelect.d.ts +2 -2
  15. package/es/application/schema-initializer/components/SchemaInitializerSubMenu.d.ts +3 -3
  16. package/es/application/schema-initializer/components/SchemaInitializerSwitch.d.ts +2 -2
  17. package/es/application/schema-toolbar/context/index.d.ts +1 -1
  18. package/es/application/schema-toolbar/hooks/index.d.ts +1 -2
  19. package/es/async-data-provider/index.d.ts +1 -1
  20. package/es/block-provider/BlockProvider.d.ts +3 -3
  21. package/es/block-provider/FormFieldProvider.d.ts +1 -1
  22. package/es/block-provider/MobileProvider.d.ts +1 -1
  23. package/es/block-provider/PageLayout.d.ts +1 -2
  24. package/es/block-provider/TableFieldProvider.d.ts +1 -1
  25. package/es/block-provider/TableSelectorProvider.d.ts +1 -1
  26. package/es/block-provider/TreeBlockProvider.d.ts +1 -1
  27. package/es/block-provider/hooks/useFormActiveFields.d.ts +1 -1
  28. package/es/built-in/acl/ACLProvider.d.ts +5 -5
  29. package/es/built-in/acl/ACLShortcut.d.ts +1 -2
  30. package/es/built-in/acl/Configuration/ConfigureCenter.d.ts +2 -3
  31. package/es/built-in/acl/Configuration/MenuConfigure.d.ts +1 -2
  32. package/es/built-in/acl/Configuration/MenuItemsProvider.d.ts +1 -2
  33. package/es/built-in/acl/Configuration/PermisionProvider.d.ts +2 -2
  34. package/es/built-in/acl/Configuration/RoleConfigure.d.ts +1 -2
  35. package/es/built-in/acl/Configuration/RoleTable.d.ts +1 -2
  36. package/es/built-in/acl/Configuration/ScopeSelect.d.ts +1 -2
  37. package/es/built-in/admin-layout/AdminContent.d.ts +1 -2
  38. package/es/built-in/admin-layout/AdminLayout.d.ts +1 -2
  39. package/es/built-in/admin-layout/AdminProvider.d.ts +1 -2
  40. package/es/built-in/admin-layout/AdminTabs.d.ts +1 -2
  41. package/es/built-in/admin-layout/InternalAdminLayout.d.ts +1 -2
  42. package/es/built-in/admin-layout/MenuEditor.d.ts +1 -1
  43. package/es/built-in/admin-layout/components/AddNewButton.d.ts +1 -2
  44. package/es/built-in/admin-layout/components/WelcomeCard.d.ts +1 -2
  45. package/es/built-in/assistant/Assistant.provider.d.ts +3 -3
  46. package/es/built-in/assistant/calculator/AutoScalingText.d.ts +1 -2
  47. package/es/built-in/assistant/calculator/CalculatorDisplay.d.ts +1 -2
  48. package/es/built-in/assistant/calculator/CalculatorKey.d.ts +1 -2
  49. package/es/built-in/assistant/calculator/CalculatorProvider.d.ts +1 -1
  50. package/es/built-in/assistant/search-and-jump/index.d.ts +2 -2
  51. package/es/built-in/attachment-preview/previewers/file-default.d.ts +2 -3
  52. package/es/built-in/attachment-preview/previewers/file-pdf.d.ts +2 -3
  53. package/es/built-in/attachment-preview/previewers/file-sheet.d.ts +6 -7
  54. package/es/built-in/attachment-preview/previewers/image-jpeg.d.ts +2 -3
  55. package/es/built-in/attachment-preview/previewers/image-png.d.ts +2 -3
  56. package/es/built-in/attachment-preview/previewers/image-svg.d.ts +2 -3
  57. package/es/built-in/context-menu/ContextMenu.provider.d.ts +1 -2
  58. package/es/built-in/document-title/index.d.ts +2 -2
  59. package/es/built-in/dynamic-page/DynamicPage.d.ts +1 -2
  60. package/es/built-in/dynamic-page/index.d.ts +1 -1
  61. package/es/built-in/index.d.ts +1 -2
  62. package/es/built-in/page-style/CustomAdminHeader.d.ts +1 -2
  63. package/es/built-in/page-style/PageStyle.provider.d.ts +1 -1
  64. package/es/built-in/page-style/TabContent.d.ts +2 -3
  65. package/es/built-in/page-style/TabHeader.d.ts +2 -3
  66. package/es/built-in/page-style/useTabSettings.d.ts +2 -3
  67. package/es/built-in/pinned-list/PinnedPluginListProvider.d.ts +2 -2
  68. package/es/built-in/pm/PluginCard.d.ts +2 -2
  69. package/es/built-in/pm/PluginManager.d.ts +1 -2
  70. package/es/built-in/quick-access/CustomRequestActionSchemaInitializerItem.d.ts +1 -2
  71. package/es/built-in/quick-access/LinkActionSchemaInitializerItem.d.ts +1 -2
  72. package/es/built-in/quick-access/ModalActionSchemaInitializerItem.d.ts +1 -2
  73. package/es/built-in/quick-access/PopupActionSchemaInitializerItem.d.ts +1 -2
  74. package/es/built-in/quick-access/SchemaSettingsBlockTitleItem.d.ts +1 -2
  75. package/es/built-in/scroll-assistant/ScrollAssistant.provider.d.ts +1 -2
  76. package/es/built-in/scroll-assistant/ScrollAssistantStatus.provider.d.ts +1 -2
  77. package/es/built-in/setting-layout/AdminSettings.d.ts +1 -1
  78. package/es/built-in/setting-layout/SettingLayout.d.ts +1 -2
  79. package/es/built-in/setting-layout/SettingsCenterDropdown.d.ts +1 -2
  80. package/es/built-in/system-settings/SystemSettingsShortcut.d.ts +1 -2
  81. package/es/built-in/system-version/SystemVersion.provider.d.ts +1 -2
  82. package/es/built-in/user-settings/UserSettingsLayout.d.ts +1 -2
  83. package/es/collection-manager/CollectionHistoryProvider.d.ts +1 -2
  84. package/es/collection-manager/CollectionManagerProvider.d.ts +2 -2
  85. package/es/collection-manager/CollectionManagerSchemaComponentProvider.d.ts +1 -2
  86. package/es/collection-manager/Configuration/AddCollectionAction.d.ts +2 -3
  87. package/es/collection-manager/Configuration/AddFieldAction.d.ts +2 -3
  88. package/es/collection-manager/Configuration/AddSubFieldAction.d.ts +1 -2
  89. package/es/collection-manager/Configuration/DeleteCollectionAction.d.ts +2 -3
  90. package/es/collection-manager/Configuration/EditCollectionAction.d.ts +2 -3
  91. package/es/collection-manager/Configuration/EditFieldAction.d.ts +2 -3
  92. package/es/collection-manager/Configuration/EditSubFieldAction.d.ts +1 -2
  93. package/es/collection-manager/Configuration/OverridingCollectionField.d.ts +2 -3
  94. package/es/collection-manager/Configuration/SyncFieldsAction.d.ts +2 -3
  95. package/es/collection-manager/Configuration/ViewInheritedField.d.ts +2 -3
  96. package/es/collection-manager/Configuration/components/FieldSummary.d.ts +1 -2
  97. package/es/collection-manager/Configuration/components/TemplateSummary.d.ts +1 -2
  98. package/es/collection-manager/ResourceActionProvider.d.ts +1 -1
  99. package/es/collection-manager/interfaces/__tests__/json.mjs +1 -1
  100. package/es/collection-manager/interfaces/components/index.d.ts +6 -7
  101. package/es/collection-manager/interfaces/json.d.ts +1 -2
  102. package/es/collection-manager/templates/components/PreviewFields.d.ts +1 -1
  103. package/es/collection-manager/templates/components/PreviewTable.d.ts +1 -2
  104. package/es/collection-manager/templates/components/sql-collection/SQLInput.d.ts +1 -2
  105. package/es/collection-manager/templates/components/sql-collection/SQLRequestProvider.d.ts +1 -1
  106. package/es/collection-manager/templates/sql.d.ts +2 -2
  107. package/es/collection-manager/templates/view.d.ts +2 -2
  108. package/es/common/SelectWithTitle.d.ts +1 -2
  109. package/es/common/appInfo/CurrentAppInfoProvider.d.ts +1 -1
  110. package/es/data-source/collection/ExtendCollectionsProvider.d.ts +1 -1
  111. package/es/data-source/collection-field/CollectionField.d.ts +1 -1
  112. package/es/data-source/data-block/DataBlockProvider.d.ts +1 -1
  113. package/es/data-source/data-block/DataBlockRequestProvider.d.ts +1 -1
  114. package/es/data-source/data-block/DataBlockResourceProvider.d.ts +1 -1
  115. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
  116. package/es/data-source/data-source/DataSourceProvider.d.ts +1 -1
  117. package/es/filter-provider/FilterProvider.d.ts +2 -2
  118. package/es/flag-provider/FlagProvider.d.ts +1 -1
  119. package/es/hooks/useMenuItem.d.ts +1 -1
  120. package/es/icon/preloaded.d.ts +8 -9
  121. package/es/modules/actions/ActionSchemaToolbar.d.ts +1 -2
  122. package/es/modules/actions/add-child/CreateChildInitializer.d.ts +1 -2
  123. package/es/modules/actions/add-new/CreateActionInitializer.d.ts +1 -2
  124. package/es/modules/actions/add-record/CustomizeAddRecordActionInitializer.d.ts +1 -2
  125. package/es/modules/actions/bulk-destroy/BulkDestroyActionInitializer.d.ts +1 -2
  126. package/es/modules/actions/delete/DestroyActionInitializer.d.ts +1 -2
  127. package/es/modules/actions/disassociate/DisassociateActionInitializer.d.ts +1 -2
  128. package/es/modules/actions/expand-collapse/ExpandableActionInitializer.d.ts +1 -2
  129. package/es/modules/actions/filter/FilterActionInitializer.d.ts +1 -2
  130. package/es/modules/actions/link/hooks.d.ts +3 -4
  131. package/es/modules/actions/refresh/RefreshActionInitializer.d.ts +1 -2
  132. package/es/modules/actions/save-record/SaveRecordActionInitializer.d.ts +1 -2
  133. package/es/modules/actions/submit/CreateSubmitActionInitializer.d.ts +1 -2
  134. package/es/modules/actions/submit/UpdateSubmitActionInitializer.d.ts +1 -2
  135. package/es/modules/actions/submit/createSubmitActionSettings.d.ts +1 -2
  136. package/es/modules/actions/update-record/UpdateRecordActionInitializer.d.ts +1 -2
  137. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +1 -2
  138. package/es/modules/actions/view-edit-popup/UpdateActionInitializer.d.ts +1 -2
  139. package/es/modules/actions/view-edit-popup/ViewActionInitializer.d.ts +1 -2
  140. package/es/modules/blocks/BlockSchemaToolbar.d.ts +1 -2
  141. package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +1 -2
  142. package/es/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.d.ts +1 -2
  143. package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +1 -2
  144. package/es/modules/blocks/data-blocks/form/CreateFormBlockInitializer.d.ts +1 -2
  145. package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +1 -2
  146. package/es/modules/blocks/data-blocks/form/FormItemSchemaToolbar.d.ts +1 -2
  147. package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +1 -2
  148. package/es/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.d.ts +1 -2
  149. package/es/modules/blocks/data-blocks/list/ListBlockInitializer.d.ts +1 -2
  150. package/es/modules/blocks/data-blocks/table/TableActionColumnInitializers.d.ts +1 -2
  151. package/es/modules/blocks/data-blocks/table/TableBlockInitializer.d.ts +1 -2
  152. package/es/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.d.ts +1 -2
  153. package/es/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.d.ts +1 -2
  154. package/es/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.d.ts +1 -2
  155. package/es/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.d.ts +1 -2
  156. package/es/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.d.ts +1 -2
  157. package/es/modules/blocks/filter-blocks/tree/FilterTreeBlockInitializer.d.ts +1 -2
  158. package/es/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.d.ts +1 -2
  159. package/es/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.d.ts +1 -2
  160. package/es/modules/fields/component/Cascader/cascaderComponentFieldSettings.d.ts +2 -3
  161. package/es/modules/fields/initializer/CollectionFieldInitializer.d.ts +1 -2
  162. package/es/modules/fields/initializer/TableCollectionFieldInitializer.d.ts +1 -2
  163. package/es/modules/menu/GroupItem.d.ts +1 -2
  164. package/es/modules/menu/LinkMenuItem.d.ts +1 -2
  165. package/es/modules/menu/PageMenuItem.d.ts +1 -2
  166. package/es/modules/variable/DeclareVariable.d.ts +1 -1
  167. package/es/powered-by/index.d.ts +1 -2
  168. package/es/record-provider/index.d.ts +3 -3
  169. package/es/route-switch/RouteSchemaComponent.d.ts +1 -2
  170. package/es/schema-component/antd/action/Action.Area.d.ts +2 -2
  171. package/es/schema-component/antd/action/Action.Designer.d.ts +13 -13
  172. package/es/schema-component/antd/action/Action.Drawer.d.ts +1 -2
  173. package/es/schema-component/antd/action/Action.Modal.d.ts +1 -2
  174. package/es/schema-component/antd/action/ActionBar.d.ts +1 -1
  175. package/es/schema-component/antd/action/context.d.ts +1 -1
  176. package/es/schema-component/antd/appends-tree-select/AppendsTreeSelectV2.d.ts +1 -2
  177. package/es/schema-component/antd/association-cascader/AssociationCascader.d.ts +1 -1
  178. package/es/schema-component/antd/association-field/FileManager.d.ts +1 -1
  179. package/es/schema-component/antd/association-field/Nester.d.ts +1 -2
  180. package/es/schema-component/antd/association-field/SubTabs/InternalCollapse.d.ts +1 -1
  181. package/es/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +1 -2
  182. package/es/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +1 -2
  183. package/es/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +1 -2
  184. package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +2 -2
  185. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +1 -2
  186. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +1 -2
  187. package/es/schema-component/antd/block-item/BlockToolbar.d.ts +6 -6
  188. package/es/schema-component/antd/block-item/useBlockToolbar.d.ts +1 -1
  189. package/es/schema-component/antd/card-item/CardItem.d.ts +1 -1
  190. package/es/schema-component/antd/checkbox/Checkbox.d.ts +2 -2
  191. package/es/schema-component/antd/cron/Cron.d.ts +1 -2
  192. package/es/schema-component/antd/date-picker/DatePicker.d.ts +2 -2
  193. package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +1 -2
  194. package/es/schema-component/antd/expand-action/Expand.Action.Design.d.ts +1 -2
  195. package/es/schema-component/antd/filter/DynamicComponent.d.ts +1 -1
  196. package/es/schema-component/antd/filter/Filter.Action.Designer.d.ts +2 -3
  197. package/es/schema-component/antd/filter/SaveDefaultValue.d.ts +1 -2
  198. package/es/schema-component/antd/form/Form.Designer.d.ts +1 -2
  199. package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +1 -2
  200. package/es/schema-component/antd/form-item/FormItem.d.ts +3 -4
  201. package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +10 -11
  202. package/es/schema-component/antd/form-v2/Form.Designer.d.ts +3 -4
  203. package/es/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +1 -2
  204. package/es/schema-component/antd/form-v2/Templates.d.ts +1 -2
  205. package/es/schema-component/antd/form-v2/Templates.mjs +0 -1
  206. package/es/schema-component/antd/grid-card/GridCard.Designer.d.ts +1 -2
  207. package/es/schema-component/antd/grid-card/GridCard.d.ts +1 -2
  208. package/es/schema-component/antd/icon-picker/IconFilterInput.d.ts +1 -2
  209. package/es/schema-component/antd/icon-picker/IconList.d.ts +1 -2
  210. package/es/schema-component/antd/input/ReadPretty.d.ts +5 -6
  211. package/es/schema-component/antd/list/List.Designer.d.ts +1 -2
  212. package/es/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +1 -2
  213. package/es/schema-component/antd/menu/Menu.Designer.d.ts +1 -2
  214. package/es/schema-component/antd/nanoIDInput/NanoIDInput.d.ts +1 -1
  215. package/es/schema-component/antd/page/FixedBlock.d.ts +2 -2
  216. package/es/schema-component/antd/page/FixedBlockDesignerItem.d.ts +1 -2
  217. package/es/schema-component/antd/page/PageTabDesigner.d.ts +2 -3
  218. package/es/schema-component/antd/popover/Popover.d.ts +1 -2
  219. package/es/schema-component/antd/record-picker/InputRecordPicker.d.ts +1 -1
  220. package/es/schema-component/antd/scroll-area/ScrollArea.d.ts +1 -2
  221. package/es/schema-component/antd/select/FormulaSelect.d.ts +1 -2
  222. package/es/schema-component/antd/table/Table.Array.Designer.d.ts +1 -2
  223. package/es/schema-component/antd/table/Table.Column.Decorator.d.ts +1 -2
  224. package/es/schema-component/antd/table/Table.Column.Designer.d.ts +1 -2
  225. package/es/schema-component/antd/table/Table.Column.d.ts +1 -2
  226. package/es/schema-component/antd/table/Table.Designer.d.ts +1 -2
  227. package/es/schema-component/antd/table/Table.RowActionDesigner.d.ts +1 -2
  228. package/es/schema-component/antd/table/Table.Void.Designer.d.ts +1 -2
  229. package/es/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +1 -2
  230. package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +1 -2
  231. package/es/schema-component/antd/table-v2/Table.Column.Designer.d.ts +1 -2
  232. package/es/schema-component/antd/table-v2/Table.Column.d.ts +1 -2
  233. package/es/schema-component/antd/table-v2/Table.Designer.d.ts +1 -2
  234. package/es/schema-component/antd/table-v2/Table.Index.d.ts +1 -2
  235. package/es/schema-component/antd/table-v2/TableBlockDesigner.d.ts +2 -3
  236. package/es/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +1 -2
  237. package/es/schema-component/antd/tabs/Tabs.Designer.d.ts +1 -2
  238. package/es/schema-component/antd/upload/ReadPretty.d.ts +1 -1
  239. package/es/schema-component/antd/upload/Upload.d.ts +1 -2
  240. package/es/schema-component/antd/variable/CodeMirror.d.ts +1 -2
  241. package/es/schema-component/antd/variable/Input.d.ts +1 -2
  242. package/es/schema-component/antd/variable/JSONInput.d.ts +1 -2
  243. package/es/schema-component/antd/variable/TextArea.d.ts +2 -3
  244. package/es/schema-component/antd/variable/Variable.d.ts +1 -1
  245. package/es/schema-component/common/infinite-scroll/infinite-scroll.d.ts +2 -2
  246. package/es/schema-component/common/sortable-item/SortableItem.d.ts +2 -2
  247. package/es/schema-component/core/DesignableSwitch.d.ts +1 -2
  248. package/es/schema-component/core/FormProvider.d.ts +1 -2
  249. package/es/schema-component/core/RemoteSchemaComponent.d.ts +1 -1
  250. package/es/schema-component/core/SchemaComponent.d.ts +1 -2
  251. package/es/schema-component/core/SchemaComponentOptions.d.ts +1 -1
  252. package/es/schema-component/core/SchemaComponentProvider.d.ts +1 -2
  253. package/es/schema-component/hooks/useDesignable.d.ts +2 -2
  254. package/es/schema-initializer/buttons/FormItemInitializers.d.ts +5 -6
  255. package/es/schema-initializer/buttons/TabPaneInitializers.d.ts +3 -4
  256. package/es/schema-initializer/components/DeletedField.d.ts +1 -2
  257. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +1 -2
  258. package/es/schema-initializer/items/ActionInitializer.d.ts +1 -2
  259. package/es/schema-initializer/items/BlockInitializer.d.ts +2 -3
  260. package/es/schema-initializer/items/CreateFilterActionInitializer.d.ts +1 -2
  261. package/es/schema-initializer/items/CreateResetActionInitializer.d.ts +1 -2
  262. package/es/schema-initializer/items/CustomFilterFormItemInitializer.d.ts +1 -1
  263. package/es/schema-initializer/items/CustomizeActionInitializer.d.ts +1 -2
  264. package/es/schema-initializer/items/DataBlockInitializer.d.ts +2 -2
  265. package/es/schema-initializer/items/DeleteEventActionInitializer.d.ts +1 -2
  266. package/es/schema-initializer/items/FilterBlockInitializer.d.ts +1 -1
  267. package/es/schema-initializer/items/G2PlotInitializer.d.ts +1 -2
  268. package/es/schema-initializer/items/InitializerWithSwitch.d.ts +1 -2
  269. package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +1 -2
  270. package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +1 -2
  271. package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +1 -2
  272. package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +1 -2
  273. package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +1 -2
  274. package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +1 -2
  275. package/es/schema-initializer/items/SelectActionInitializer.d.ts +1 -2
  276. package/es/schema-initializer/items/SubmitActionInitializer.d.ts +1 -2
  277. package/es/schema-initializer/items/TableActionColumnInitializer.d.ts +1 -2
  278. package/es/schema-initializer/utils.mjs +17 -7
  279. package/es/schema-settings/DataTemplates/TreeLabel.d.ts +1 -2
  280. package/es/schema-settings/DateFormat/ExpiresRadio.d.ts +1 -1
  281. package/es/schema-settings/EditCustomDefaultValue.d.ts +2 -3
  282. package/es/schema-settings/EditFormulaTitleField.d.ts +1 -2
  283. package/es/schema-settings/LinkageRules/DynamicComponent.d.ts +1 -2
  284. package/es/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +1 -2
  285. package/es/schema-settings/SchemaSettingCollection.d.ts +1 -2
  286. package/es/schema-settings/SchemaSettingComponent.d.ts +1 -2
  287. package/es/schema-settings/SchemaSettings.d.ts +9 -9
  288. package/es/schema-settings/SchemaSettings.mjs +3 -2
  289. package/es/schema-settings/SchemaSettingsDateFormat.d.ts +1 -2
  290. package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +1 -2
  291. package/es/schema-settings/SchemaSettingsNumberFormat.d.ts +1 -2
  292. package/es/schema-settings/SchemaSettingsSortingRule.d.ts +1 -2
  293. package/es/schema-settings/VariableInput/VariableInput.d.ts +1 -1
  294. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +1 -1
  295. package/es/schema-settings/hooks/useIsAllowToSetDefaultValue.d.ts +1 -1
  296. package/es/schema-settings/index.d.ts +1 -0
  297. package/es/schema-settings/index.mjs +1 -0
  298. package/es/schema-templates/BlockTemplate.d.ts +1 -2
  299. package/es/schema-templates/BlockTemplateDetails.d.ts +1 -2
  300. package/es/schema-templates/BlockTemplatePage.d.ts +2 -3
  301. package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +1 -1
  302. package/es/schema-templates/schemas/CollectionTitle.d.ts +1 -2
  303. package/es/style/theme/AntdAppProvider.d.ts +1 -1
  304. package/es/style/theme/index.d.ts +1 -1
  305. package/es/user/CurrentUser.d.ts +1 -1
  306. package/es/user/CurrentUserProvider.d.ts +2 -2
  307. package/es/user/CurrentUserSettingsMenuProvider.d.ts +1 -2
  308. package/es/user/VerificationCode.d.ts +1 -2
  309. package/es/variables/VariablesProvider.d.ts +1 -1
  310. package/lib/collection-manager/interfaces/__tests__/json.js +1 -1
  311. package/lib/schema-component/antd/form-v2/Templates.js +0 -1
  312. package/lib/schema-initializer/utils.js +17 -7
  313. package/lib/schema-settings/SchemaSettings.js +3 -2
  314. package/lib/schema-settings/index.js +57 -48
  315. package/package.json +7 -7
@@ -8,4 +8,4 @@ export interface PageStyleContextValue {
8
8
  export declare const PageStyleContext: React.Context<Partial<PageStyleContextValue>>;
9
9
  export declare const PageStyleProvider: ({ children }: {
10
10
  children: any;
11
- }) => React.JSX.Element;
11
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  export declare const TabContentInternal: ({ items, activeKey }: {
3
2
  items: any;
4
3
  activeKey: any;
5
4
  }) => any;
6
- export declare const TabContent: () => React.JSX.Element;
7
- export declare const CustomAdminContent: () => React.JSX.Element;
5
+ export declare const TabContent: () => import("react/jsx-runtime").JSX.Element;
6
+ export declare const CustomAdminContent: () => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  export declare const Tag: ({ onClick, onClose, children, active }: {
3
2
  onClick: any;
4
3
  onClose: any;
5
4
  children: any;
6
5
  active: any;
7
- }) => React.JSX.Element;
8
- export declare const TabHeader: () => React.JSX.Element[];
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const TabHeader: () => import("react/jsx-runtime").JSX.Element[];
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  export declare const useTabSettings: () => {
3
2
  key: string;
4
3
  eventKey: string;
5
- label: React.JSX.Element;
4
+ label: import("react/jsx-runtime").JSX.Element;
6
5
  };
7
- export declare function Label(): React.JSX.Element;
6
+ export declare function Label(): import("react/jsx-runtime").JSX.Element;
8
7
  export declare function useUpdatePageStyleSettings(): {
9
8
  updateUserPageStyle: (pageStyle: string | null) => Promise<void>;
10
9
  };
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export declare const PinnedPluginListProvider: (props: {
3
3
  items: any;
4
4
  children: React.ReactNode;
5
- }) => React.JSX.Element;
6
- export declare const PinnedPluginList: () => React.JSX.Element;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const PinnedPluginList: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- import React, { FC } from 'react';
1
+ import { FC } from 'react';
2
2
  import type { IPluginData } from './types';
3
- export declare const SwitchAction: (props: IPluginData) => React.JSX.Element;
3
+ export declare const SwitchAction: (props: IPluginData) => import("react/jsx-runtime").JSX.Element;
4
4
  export interface IPluginCard {
5
5
  data: IPluginData;
6
6
  }
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { IPluginData } from './types';
3
2
  export interface TData {
4
3
  data: IPluginData[];
@@ -16,4 +15,4 @@ export interface AllowedActions {
16
15
  update: number[];
17
16
  destroy: number[];
18
17
  }
19
- export declare const PluginManager: () => React.JSX.Element;
18
+ export declare const PluginManager: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SchemaSettings } from '../../application';
3
2
  export declare const quickAccessActionSettingsCustomRequest: SchemaSettings<{}>;
4
- export declare function QuickAccessCustomRequestActionSchemaInitializerItem(props: any): React.JSX.Element;
3
+ export declare function QuickAccessCustomRequestActionSchemaInitializerItem(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SchemaSettings } from '../../application';
3
2
  export declare const quickAccessActionSettingsLink: SchemaSettings<{}>;
4
- export declare function QuickAccessLinkActionSchemaInitializerItem(props: any): React.JSX.Element;
3
+ export declare function QuickAccessLinkActionSchemaInitializerItem(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function ModalActionSchemaInitializerItem(props: any): React.JSX.Element;
1
+ export declare function ModalActionSchemaInitializerItem(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SchemaSettings } from '../../application';
3
2
  export declare const quickAccessActionSettingsPopup: SchemaSettings<{}>;
4
- export declare function QuickAccessPopupActionSchemaInitializerItem(props: any): React.JSX.Element;
3
+ export declare function QuickAccessPopupActionSchemaInitializerItem(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function CustomSchemaSettingsBlockTitleItem(): React.JSX.Element;
1
+ export declare function CustomSchemaSettingsBlockTitleItem(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const ScrollAssistantProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  export declare const ScrollAssistantStatusProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const useScrollAssistantStatus: () => {
6
5
  enable: boolean;
7
6
  setEnable: any;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  export declare const SettingsCenterContext: React.Context<any>;
3
- export declare const AdminSettingsLayout: () => React.JSX.Element;
3
+ export declare const AdminSettingsLayout: () => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  export declare const SettingLayout: ({ selectedKeys, onClick, route, children, fullscreen }: {
3
2
  selectedKeys: any;
4
3
  onClick: any;
5
4
  route: any;
6
5
  children: any;
7
6
  fullscreen: any;
8
- }) => React.JSX.Element;
7
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SettingsCenterDropdown: () => React.JSX.Element;
1
+ export declare const SettingsCenterDropdown: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SystemSettingsPane: () => React.JSX.Element;
1
+ export declare const SystemSettingsPane: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const SystemVersionProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const UserSettingsLayout: () => React.JSX.Element;
1
+ export declare const UserSettingsLayout: () => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  export interface CollectionHistoryContextValue {
3
2
  historyCollections: any[];
4
3
  refreshCH: () => Promise<any>;
5
4
  }
6
- export declare const CollectionHistoryProvider: (props: any) => React.JSX.Element;
5
+ export declare const CollectionHistoryProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
7
6
  export declare const useHistoryCollectionsByNames: (collectionNames: string[]) => any[];
8
7
  export declare const useCollectionHistory: () => CollectionHistoryContextValue;
@@ -4,5 +4,5 @@ import { CollectionManagerOptions } from './types';
4
4
  * @deprecated use `CollectionManagerProvider` instead
5
5
  */
6
6
  export declare const CollectionManagerProvider_deprecated: React.FC<CollectionManagerOptions>;
7
- export declare const RemoteCollectionManagerProvider: (props: any) => React.JSX.Element;
8
- export declare const CollectionCategroriesProvider: (props: any) => React.JSX.Element;
7
+ export declare const RemoteCollectionManagerProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const CollectionCategroriesProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CollectionManagerSchemaComponentProvider: (props: any) => React.JSX.Element;
1
+ export declare const CollectionManagerSchemaComponentProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const AddCollection: (props: any) => React.JSX.Element;
3
- export declare const AddCollectionAction: (props: any) => React.JSX.Element;
1
+ export declare const AddCollection: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AddCollectionAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  export declare const useCollectionFieldFormValues: () => {
3
2
  getValues(): any;
4
3
  };
5
- export declare const AddCollectionField: (props: any) => React.JSX.Element;
6
- export declare const AddFieldAction: (props: any) => React.JSX.Element;
4
+ export declare const AddCollectionField: (props: any) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const AddFieldAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AddSubFieldAction: () => React.JSX.Element;
1
+ export declare const AddSubFieldAction: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- export declare const DeleteCollection: (props: any) => React.JSX.Element;
1
+ export declare const DeleteCollection: (props: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export declare const useDestroyActionAndRefreshCM: () => {
4
3
  run(): Promise<void>;
5
4
  };
@@ -13,6 +12,6 @@ export declare const useBulkDestroyAction: () => {
13
12
  run(): Promise<boolean>;
14
13
  };
15
14
  export declare const DeleteCollectionAction: {
16
- (props: any): React.JSX.Element;
15
+ (props: any): import("react/jsx-runtime").JSX.Element;
17
16
  displayName: string;
18
17
  };
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  export declare const useValuesFromRecord: (options: any) => import("../..").UseRequestResult<unknown>;
3
2
  export declare const useUpdateCollectionActionAndRefreshCM: (options: any) => {
4
3
  run(): Promise<void>;
5
4
  };
6
- export declare const EditCollection: (props: any) => React.JSX.Element;
7
- export declare const EditCollectionAction: (props: any) => React.JSX.Element;
5
+ export declare const EditCollection: (props: any) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const EditCollectionAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const EditCollectionField: (props: any) => React.JSX.Element;
3
- export declare const EditFieldAction: (props: any) => React.JSX.Element;
1
+ export declare const EditCollectionField: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const EditFieldAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const EditSubFieldAction: (props: any) => React.JSX.Element;
1
+ export declare const EditSubFieldAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const OverridingCollectionField: (props: any) => React.JSX.Element;
3
- export declare const OverridingFieldAction: (props: any) => React.JSX.Element;
1
+ export declare const OverridingCollectionField: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const OverridingFieldAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const SyncFieldsAction: (props: any) => React.JSX.Element;
3
- export declare const SyncFieldsActionCom: (props: any) => React.JSX.Element;
1
+ export declare const SyncFieldsAction: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const SyncFieldsActionCom: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const ViewCollectionField: (props: any) => React.JSX.Element;
3
- export declare const ViewFieldAction: (props: any) => React.JSX.Element;
1
+ export declare const ViewCollectionField: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ViewFieldAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const FieldSummary: {
3
- (props: any): React.JSX.Element;
2
+ (props: any): import("react/jsx-runtime").JSX.Element;
4
3
  displayName: string;
5
4
  };
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  export declare const TemplateSummary: {
3
2
  (props: {
4
3
  schemaKey: string;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
6
5
  displayName: string;
7
6
  };
@@ -14,7 +14,7 @@ interface ResourceActionProviderProps {
14
14
  children: React.ReactNode;
15
15
  uid?: string;
16
16
  }
17
- export declare const ResourceActionProvider: (props: ResourceActionProviderProps) => React.JSX.Element;
17
+ export declare const ResourceActionProvider: (props: ResourceActionProviderProps) => import("react/jsx-runtime").JSX.Element;
18
18
  export declare const useResourceActionContext: () => Result<any, any> & {
19
19
  state?: any;
20
20
  setState?: any;
@@ -1,7 +1,7 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
2
2
  import "react";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__ from "@tachybase/test/client";
4
- import * as __WEBPACK_EXTERNAL_MODULE__appInfo_mjs__ from "../../../../../../../../../appInfo.mjs";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__appInfo_mjs__ from "../../../appInfo.mjs";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__schema_component_antd_checkbox_index_mjs__ from "../../../schema-component/antd/checkbox/index.mjs";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__schema_component_antd_input_index_mjs__ from "../../../schema-component/antd/input/index.mjs";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__schema_component_core_SchemaComponent_mjs__ from "../../../schema-component/core/SchemaComponent.mjs";
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
- export declare const TargetKey: () => React.JSX.Element;
3
- export declare const ThroughCollection: () => React.JSX.Element;
4
- export declare const SourceKey: () => React.JSX.Element;
5
- export declare const ForeignKey: () => React.JSX.Element;
6
- export declare const ForeignKey1: () => React.JSX.Element;
7
- export declare const ForeignKey2: () => React.JSX.Element;
1
+ export declare const TargetKey: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ThroughCollection: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const SourceKey: () => import("react/jsx-runtime").JSX.Element;
4
+ export declare const ForeignKey: () => import("react/jsx-runtime").JSX.Element;
5
+ export declare const ForeignKey1: () => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ForeignKey2: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { CollectionFieldInterface } from '../../data-source/collection-field-interface/CollectionFieldInterface';
3
2
  export declare class JsonFieldInterface extends CollectionFieldInterface {
4
3
  name: string;
@@ -28,7 +27,7 @@ export declare class JsonFieldInterface extends CollectionFieldInterface {
28
27
  title: string;
29
28
  'x-decorator': ({ children }: {
30
29
  children: any;
31
- }) => React.JSX.Element;
30
+ }) => import("react/jsx-runtime").JSX.Element;
32
31
  'x-component': string;
33
32
  'x-hidden': string;
34
33
  'x-disabled': string;
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const PreviewFields: React.MemoExoticComponent<(props: any) => React.JSX.Element>;
2
+ export declare const PreviewFields: React.MemoExoticComponent<(props: any) => import("react/jsx-runtime").JSX.Element>;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const PreviewTable: (props: any) => React.JSX.Element;
1
+ export declare const PreviewTable: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const SQLInput: ({ disabled }: {
3
2
  disabled: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ import React from 'react';
2
2
  export declare const SQLRequestProvider: (props: {
3
3
  manual?: boolean;
4
4
  children: React.ReactNode;
5
- }) => React.JSX.Element;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -25,7 +25,7 @@ export declare class SqlCollectionTemplate extends CollectionTemplate {
25
25
  'x-decorator': (props: {
26
26
  manual?: boolean;
27
27
  children: React.ReactNode;
28
- }) => import("react").JSX.Element;
28
+ }) => import("react/jsx-runtime").JSX.Element;
29
29
  properties: {
30
30
  sql: {
31
31
  type: string;
@@ -33,7 +33,7 @@ export declare class SqlCollectionTemplate extends CollectionTemplate {
33
33
  'x-decorator': string;
34
34
  'x-component': ({ disabled }: {
35
35
  disabled: any;
36
- }) => import("react").JSX.Element;
36
+ }) => import("react/jsx-runtime").JSX.Element;
37
37
  required: boolean;
38
38
  'x-validator': (value: string, rules: any, { form }: {
39
39
  form: any;
@@ -86,7 +86,7 @@ export declare class ViewCollectionTemplate extends CollectionTemplate {
86
86
  };
87
87
  fields: {
88
88
  type: string;
89
- 'x-component': import("react").MemoExoticComponent<(props: any) => import("react").JSX.Element>;
89
+ 'x-component': import("react").MemoExoticComponent<(props: any) => import("react/jsx-runtime").JSX.Element>;
90
90
  'x-visible': string;
91
91
  'x-reactions': {
92
92
  dependencies: string[];
@@ -100,7 +100,7 @@ export declare class ViewCollectionTemplate extends CollectionTemplate {
100
100
  preview: {
101
101
  type: string;
102
102
  'x-visible': string;
103
- 'x-component': (props: any) => import("react").JSX.Element;
103
+ 'x-component': (props: any) => import("react/jsx-runtime").JSX.Element;
104
104
  'x-reactions': {
105
105
  dependencies: string[];
106
106
  fulfill: {
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export interface SelectWithTitleProps {
3
2
  title?: any;
4
3
  defaultValue?: any;
@@ -6,4 +5,4 @@ export interface SelectWithTitleProps {
6
5
  fieldNames?: any;
7
6
  onChange?: (...args: any[]) => void;
8
7
  }
9
- export declare function SelectWithTitle({ title, defaultValue, onChange, options, fieldNames }: SelectWithTitleProps): React.JSX.Element;
8
+ export declare function SelectWithTitle({ title, defaultValue, onChange, options, fieldNames }: SelectWithTitleProps): import("react/jsx-runtime").JSX.Element;
@@ -9,4 +9,4 @@ export declare const useCurrentAppInfo: () => {
9
9
  version: string;
10
10
  };
11
11
  };
12
- export declare const CurrentAppInfoProvider: (props: any) => React.JSX.Element;
12
+ export declare const CurrentAppInfoProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -5,5 +5,5 @@ export interface ExtendCollectionsProviderProps {
5
5
  collections: CollectionOptions[];
6
6
  children?: ReactNode;
7
7
  }
8
- export declare const ExtendCollectionsProvider: ({ children, collections }: ExtendCollectionsProviderProps) => React.JSX.Element;
8
+ export declare const ExtendCollectionsProvider: ({ children, collections }: ExtendCollectionsProviderProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export declare function useExtendCollections(): CollectionOptions[];
@@ -6,6 +6,6 @@ type Props = {
6
6
  /**
7
7
  * @internal
8
8
  */
9
- export declare const CollectionFieldInternalField: (props: Props) => React.JSX.Element;
9
+ export declare const CollectionFieldInternalField: (props: Props) => import("react/jsx-runtime").JSX.Element;
10
10
  export declare const CollectionField: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
11
11
  export {};
@@ -66,7 +66,7 @@ export declare const AssociationOrCollectionProvider: (props: {
66
66
  association: string;
67
67
  children: ReactNode;
68
68
  allowNull?: boolean;
69
- }) => React.JSX.Element;
69
+ }) => import("react/jsx-runtime").JSX.Element;
70
70
  export declare const DataBlockProvider: React.FunctionComponent<any>;
71
71
  export declare const useDataBlock: <T extends {}>() => DataBlockContextValue<T>;
72
72
  export declare const useDataBlockProps: <T extends {}>() => DataBlockContextValue<T>["props"];
@@ -3,7 +3,7 @@ import { UseRequestResult } from '../../api-client';
3
3
  export declare const BlockRequestContext: React.Context<UseRequestResult<any>>;
4
4
  export declare const BlockRequestProvider: ({ children }: {
5
5
  children: React.ReactNode;
6
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const useDataBlockRequest: <T extends {}>() => UseRequestResult<{
8
8
  data: T;
9
9
  }>;
@@ -3,5 +3,5 @@ import { IResource } from '@tachybase/sdk';
3
3
  export declare const DataBlockResourceContext: React.Context<IResource>;
4
4
  export declare const DataBlockResourceProvider: ({ children }: {
5
5
  children?: ReactNode;
6
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
7
  export declare function useDataBlockResource(): IResource;
@@ -5,5 +5,5 @@ export interface DataSourceManagerProviderProps {
5
5
  dataSourceManager: DataSourceManager;
6
6
  children?: ReactNode;
7
7
  }
8
- export declare const DataSourceManagerProvider: ({ children, dataSourceManager }: DataSourceManagerProviderProps) => React.JSX.Element;
8
+ export declare const DataSourceManagerProvider: ({ children, dataSourceManager }: DataSourceManagerProviderProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export declare function useDataSourceManager(): DataSourceManager;
@@ -5,6 +5,6 @@ export interface DataSourceProviderProps {
5
5
  dataSource?: string;
6
6
  children?: ReactNode;
7
7
  }
8
- export declare const DataSourceProvider: ({ children, dataSource }: DataSourceProviderProps) => React.JSX.Element;
8
+ export declare const DataSourceProvider: ({ children, dataSource }: DataSourceProviderProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export declare function useDataSource(): DataSource;
10
10
  export declare function useDataSourceKey(): string;
@@ -54,7 +54,7 @@ export interface DataBlock {
54
54
  */
55
55
  export declare const FilterBlockProvider: ({ children }: {
56
56
  children: any;
57
- }) => React.JSX.Element;
57
+ }) => import("react/jsx-runtime").JSX.Element;
58
58
  /**
59
59
  * 用于收集当前页面中的数据卡片的信息,用于在过滤卡片中使用
60
60
  * @param param0
@@ -65,7 +65,7 @@ export declare const DataBlockCollector: ({ children, params, }: {
65
65
  params?: {
66
66
  filter: FilterParam;
67
67
  };
68
- }) => React.JSX.Element;
68
+ }) => import("react/jsx-runtime").JSX.Element;
69
69
  /**
70
70
  * 返回一些方法用于收集和获取当前页面中的数据卡片的信息
71
71
  * @returns
@@ -23,4 +23,4 @@ export interface FlagProviderProps {
23
23
  children: any;
24
24
  }
25
25
  export declare const FlagContext: React.Context<Omit<FlagProviderProps, "children">>;
26
- export declare const FlagProvider: (props: FlagProviderProps) => React.JSX.Element;
26
+ export declare const FlagProvider: (props: FlagProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -31,7 +31,7 @@ export declare const useCollectMenuItems: () => {
31
31
  export declare const useMenuItem: () => {
32
32
  Component: ({ limitCount }: {
33
33
  limitCount?: number;
34
- }) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element;
34
+ }) => string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element;
35
35
  getMenuItems: (Com: () => ReactNode) => Item[];
36
36
  getMenuItem: (Com: () => JSX.Element) => Item;
37
37
  clean: () => void;
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
- export declare const Apps: () => React.JSX.Element;
3
- export declare const Workflow: () => React.JSX.Element;
4
- export declare const Approval: () => React.JSX.Element;
5
- export declare const ApprovalNew: () => React.JSX.Element;
6
- export declare const Trigger: () => React.JSX.Element;
7
- export declare const Dispatcher: () => React.JSX.Element;
8
- export declare const Design: () => React.JSX.Element;
1
+ export declare const Apps: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Workflow: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const Approval: () => import("react/jsx-runtime").JSX.Element;
4
+ export declare const ApprovalNew: () => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Trigger: () => import("react/jsx-runtime").JSX.Element;
6
+ export declare const Dispatcher: () => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Design: () => import("react/jsx-runtime").JSX.Element;
9
8
  /** 站内信 */
10
- export declare const SiteMessage: () => React.JSX.Element;
9
+ export declare const SiteMessage: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ActionSchemaToolbar: (props: any) => React.JSX.Element;
1
+ export declare const ActionSchemaToolbar: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CreateChildInitializer: (props: any) => React.JSX.Element;
1
+ export declare const CreateChildInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CreateActionInitializer: () => React.JSX.Element;
1
+ export declare const CreateActionInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CustomizeAddRecordActionInitializer: () => React.JSX.Element;
1
+ export declare const CustomizeAddRecordActionInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const BulkDestroyActionInitializer: (props: any) => React.JSX.Element;
1
+ export declare const BulkDestroyActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DestroyActionInitializer: (props: any) => React.JSX.Element;
1
+ export declare const DestroyActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DisassociateActionInitializer: (props: any) => React.JSX.Element;
1
+ export declare const DisassociateActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ExpandableActionInitializer: (props: any) => React.JSX.Element;
1
+ export declare const ExpandableActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;