@nocobase/client 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (926) hide show
  1. package/.dumirc.ts +195 -17
  2. package/es/acl/ACLProvider.d.ts +8 -0
  3. package/es/acl/ACLShortcut.d.ts +8 -0
  4. package/es/acl/Configuration/ConfigureCenter.d.ts +8 -0
  5. package/es/acl/Configuration/MenuConfigure.d.ts +8 -0
  6. package/es/acl/Configuration/MenuItemsProvider.d.ts +8 -0
  7. package/es/acl/Configuration/PermisionProvider.d.ts +8 -0
  8. package/es/acl/Configuration/RoleConfigure.d.ts +8 -0
  9. package/es/acl/Configuration/RoleTable.d.ts +8 -0
  10. package/es/acl/Configuration/RolesResourcesActions.d.ts +8 -0
  11. package/es/acl/Configuration/ScopeSelect.d.ts +8 -0
  12. package/es/acl/Configuration/StrategyActions.d.ts +8 -0
  13. package/es/acl/Configuration/index.d.ts +8 -0
  14. package/es/acl/Configuration/schemas/roles.d.ts +8 -0
  15. package/es/acl/Configuration/schemas/scopes.d.ts +8 -0
  16. package/es/acl/Configuration/schemas/useRoleResourceValues.d.ts +8 -0
  17. package/es/acl/Configuration/schemas/useSaveRoleResourceAction.d.ts +8 -0
  18. package/es/acl/index.d.ts +8 -0
  19. package/es/acl/style.d.ts +8 -0
  20. package/es/antd-config-provider/index.d.ts +8 -0
  21. package/es/antd-config-provider/loadConstrueLocale.d.ts +8 -0
  22. package/es/api-client/APIClient.d.ts +8 -0
  23. package/es/api-client/APIClientProvider.d.ts +8 -0
  24. package/es/api-client/context.d.ts +8 -0
  25. package/es/api-client/hooks/assign.d.ts +8 -0
  26. package/es/api-client/hooks/index.d.ts +8 -0
  27. package/es/api-client/hooks/useAPIClient.d.ts +8 -0
  28. package/es/api-client/hooks/useRequest.d.ts +8 -0
  29. package/es/api-client/hooks/useResource.d.ts +8 -0
  30. package/es/api-client/index.d.ts +8 -0
  31. package/es/appInfo/CurrentAppInfoProvider.d.ts +8 -0
  32. package/es/appInfo/index.d.ts +8 -0
  33. package/es/application/AppSchemaComponentProvider.d.ts +8 -0
  34. package/es/application/Application.d.ts +8 -0
  35. package/es/application/Plugin.d.ts +8 -0
  36. package/es/application/PluginManager.d.ts +8 -0
  37. package/es/application/PluginSettingsManager.d.ts +8 -0
  38. package/es/application/RouterManager.d.ts +8 -0
  39. package/es/application/WebSocketClient.d.ts +8 -0
  40. package/es/application/components/AppComponent.d.ts +8 -0
  41. package/es/application/components/BlankComponent.d.ts +8 -0
  42. package/es/application/components/MainComponent.d.ts +8 -0
  43. package/es/application/components/RouterContextCleaner.d.ts +8 -0
  44. package/es/application/components/defaultComponents.d.ts +8 -0
  45. package/es/application/components/index.d.ts +8 -0
  46. package/es/application/context.d.ts +8 -0
  47. package/es/application/hoc/index.d.ts +8 -0
  48. package/es/application/hoc/withDynamicSchemaProps.d.ts +9 -1
  49. package/es/application/hooks/index.d.ts +8 -0
  50. package/es/application/hooks/useApp.d.ts +8 -0
  51. package/es/application/hooks/useAppSpin.d.ts +8 -0
  52. package/es/application/hooks/usePlugin.d.ts +8 -0
  53. package/es/application/hooks/useRouter.d.ts +8 -0
  54. package/es/application/index.d.ts +8 -0
  55. package/es/application/schema-initializer/CompatibleSchemaInitializer.d.ts +8 -0
  56. package/es/application/schema-initializer/SchemaInitializer.d.ts +8 -0
  57. package/es/application/schema-initializer/SchemaInitializerManager.d.ts +8 -0
  58. package/es/application/schema-initializer/components/SchemaInitializerActionModal.d.ts +8 -0
  59. package/es/application/schema-initializer/components/SchemaInitializerButton.d.ts +8 -0
  60. package/es/application/schema-initializer/components/SchemaInitializerChildren.d.ts +8 -0
  61. package/es/application/schema-initializer/components/SchemaInitializerDivider.d.ts +8 -0
  62. package/es/application/schema-initializer/components/SchemaInitializerItem.d.ts +8 -0
  63. package/es/application/schema-initializer/components/SchemaInitializerItemGroup.d.ts +8 -0
  64. package/es/application/schema-initializer/components/SchemaInitializerItems.d.ts +8 -0
  65. package/es/application/schema-initializer/components/SchemaInitializerSelect.d.ts +8 -0
  66. package/es/application/schema-initializer/components/SchemaInitializerSubMenu.d.ts +8 -0
  67. package/es/application/schema-initializer/components/SchemaInitializerSwitch.d.ts +8 -0
  68. package/es/application/schema-initializer/components/index.d.ts +8 -0
  69. package/es/application/schema-initializer/components/style.d.ts +8 -0
  70. package/es/application/schema-initializer/context/index.d.ts +8 -0
  71. package/es/application/schema-initializer/hooks/index.d.ts +8 -0
  72. package/es/application/schema-initializer/hooks/useAriaAttributeOfMenuItem.d.ts +8 -0
  73. package/es/application/schema-initializer/hooks/useGetSchemaInitializerMenuItems.d.ts +8 -0
  74. package/es/application/schema-initializer/hooks/useSchemaInitializerRender.d.ts +8 -0
  75. package/es/application/schema-initializer/index.d.ts +8 -0
  76. package/es/application/schema-initializer/types.d.ts +8 -0
  77. package/es/application/schema-initializer/withInitializer.d.ts +8 -0
  78. package/es/application/schema-settings/SchemaSettings.d.ts +8 -0
  79. package/es/application/schema-settings/SchemaSettingsManager.d.ts +8 -0
  80. package/es/application/schema-settings/components/SchemaSettingsChildren.d.ts +8 -0
  81. package/es/application/schema-settings/components/SchemaSettingsIcon.d.ts +8 -0
  82. package/es/application/schema-settings/components/SchemaSettingsWrapper.d.ts +8 -0
  83. package/es/application/schema-settings/components/index.d.ts +8 -0
  84. package/es/application/schema-settings/context/SchemaSettingItemContext.d.ts +8 -0
  85. package/es/application/schema-settings/context/index.d.ts +8 -0
  86. package/es/application/schema-settings/hooks/index.d.ts +8 -0
  87. package/es/application/schema-settings/hooks/useSchemaSettingsRender.d.ts +8 -0
  88. package/es/application/schema-settings/index.d.ts +8 -0
  89. package/es/application/schema-settings/types.d.ts +8 -0
  90. package/es/application/schema-toolbar/context/index.d.ts +8 -0
  91. package/es/application/schema-toolbar/hooks/index.d.ts +8 -0
  92. package/es/application/schema-toolbar/index.d.ts +8 -0
  93. package/es/application/utils/globalDeps.d.ts +8 -0
  94. package/es/application/utils/index.d.ts +8 -0
  95. package/es/application/utils/remotePlugins.d.ts +8 -0
  96. package/es/application/utils/requirejs.d.ts +8 -0
  97. package/es/application/utils/types.d.ts +8 -0
  98. package/es/async-data-provider/index.d.ts +8 -0
  99. package/es/block-provider/BlockProvider.d.ts +8 -0
  100. package/es/block-provider/BlockSchemaComponentProvider.d.ts +8 -0
  101. package/es/block-provider/DetailsBlockProvider.d.ts +8 -0
  102. package/es/block-provider/FilterFormBlockProvider.d.ts +8 -0
  103. package/es/block-provider/FormBlockProvider.d.ts +8 -0
  104. package/es/block-provider/FormFieldProvider.d.ts +8 -0
  105. package/es/block-provider/TableBlockProvider.d.ts +8 -0
  106. package/es/block-provider/TableFieldProvider.d.ts +8 -0
  107. package/es/block-provider/TableSelectorProvider.d.ts +16 -1
  108. package/es/block-provider/TemplateBlockProvider.d.ts +8 -0
  109. package/es/block-provider/hooks/index.d.ts +8 -0
  110. package/es/block-provider/hooks/useDataBlockParentRecord.d.ts +8 -0
  111. package/es/block-provider/hooks/useFormActiveFields.d.ts +8 -0
  112. package/es/block-provider/hooks/useParsedFilter.d.ts +8 -0
  113. package/es/block-provider/index.d.ts +8 -0
  114. package/es/china-region/index.d.ts +8 -0
  115. package/es/collection-manager/CollectionHistoryProvider.d.ts +8 -0
  116. package/es/collection-manager/CollectionManagerProvider.d.ts +8 -0
  117. package/es/collection-manager/CollectionManagerSchemaComponentProvider.d.ts +8 -0
  118. package/es/collection-manager/CollectionProvider_deprecated.d.ts +8 -0
  119. package/es/collection-manager/Configuration/AddCollectionAction.d.ts +8 -0
  120. package/es/collection-manager/Configuration/AddFieldAction.d.ts +8 -0
  121. package/es/collection-manager/Configuration/AddSubFieldAction.d.ts +8 -0
  122. package/es/collection-manager/Configuration/DeleteCollectionAction.d.ts +8 -0
  123. package/es/collection-manager/Configuration/EditCollectionAction.d.ts +8 -0
  124. package/es/collection-manager/Configuration/EditFieldAction.d.ts +8 -0
  125. package/es/collection-manager/Configuration/EditSubFieldAction.d.ts +8 -0
  126. package/es/collection-manager/Configuration/OverridingCollectionField.d.ts +8 -0
  127. package/es/collection-manager/Configuration/SyncFieldsAction.d.ts +8 -0
  128. package/es/collection-manager/Configuration/SyncSQLFieldsAction.d.ts +8 -0
  129. package/es/collection-manager/Configuration/ViewInheritedField.d.ts +8 -0
  130. package/es/collection-manager/Configuration/components/CollectionCategory.d.ts +8 -0
  131. package/es/collection-manager/Configuration/components/CollectionFieldInterfaceTag.d.ts +8 -0
  132. package/es/collection-manager/Configuration/components/CollectionTemplateTag.d.ts +8 -0
  133. package/es/collection-manager/Configuration/components/FieldSummary.d.ts +8 -0
  134. package/es/collection-manager/Configuration/components/Summary.d.ts +8 -0
  135. package/es/collection-manager/Configuration/components/TemplateSummary.d.ts +8 -0
  136. package/es/collection-manager/Configuration/components/index.d.ts +8 -0
  137. package/es/collection-manager/Configuration/index.d.ts +8 -0
  138. package/es/collection-manager/Configuration/interfaces.d.ts +8 -0
  139. package/es/collection-manager/ResourceActionProvider.d.ts +8 -0
  140. package/es/collection-manager/action-hooks.d.ts +8 -0
  141. package/es/collection-manager/collectionPlugin.d.ts +8 -0
  142. package/es/collection-manager/context.d.ts +8 -0
  143. package/es/collection-manager/hooks/index.d.ts +8 -0
  144. package/es/collection-manager/hooks/useCollectionDataSource.d.ts +8 -0
  145. package/es/collection-manager/hooks/useCollectionField_deprecated.d.ts +8 -0
  146. package/es/collection-manager/hooks/useCollectionManager_deprecated.d.ts +8 -0
  147. package/es/collection-manager/hooks/useCollection_deprecated.d.ts +8 -0
  148. package/es/collection-manager/hooks/useDialect.d.ts +8 -0
  149. package/es/collection-manager/index.d.ts +8 -0
  150. package/es/collection-manager/interfaces/checkbox.d.ts +8 -0
  151. package/es/collection-manager/interfaces/checkboxGroup.d.ts +8 -0
  152. package/es/collection-manager/interfaces/chinaRegion.d.ts +8 -0
  153. package/es/collection-manager/interfaces/collection.d.ts +8 -0
  154. package/es/collection-manager/interfaces/color.d.ts +8 -0
  155. package/es/collection-manager/interfaces/components/index.d.ts +8 -0
  156. package/es/collection-manager/interfaces/createdAt.d.ts +8 -0
  157. package/es/collection-manager/interfaces/createdBy.d.ts +8 -0
  158. package/es/collection-manager/interfaces/datetime.d.ts +8 -0
  159. package/es/collection-manager/interfaces/email.d.ts +8 -0
  160. package/es/collection-manager/interfaces/icon.d.ts +8 -0
  161. package/es/collection-manager/interfaces/id.d.ts +8 -0
  162. package/es/collection-manager/interfaces/index.d.ts +8 -0
  163. package/es/collection-manager/interfaces/input.d.ts +8 -0
  164. package/es/collection-manager/interfaces/integer.d.ts +8 -0
  165. package/es/collection-manager/interfaces/json.d.ts +8 -0
  166. package/es/collection-manager/interfaces/linkTo.d.ts +8 -0
  167. package/es/collection-manager/interfaces/m2m.d.ts +8 -0
  168. package/es/collection-manager/interfaces/m2o.d.ts +8 -0
  169. package/es/collection-manager/interfaces/markdown.d.ts +8 -0
  170. package/es/collection-manager/interfaces/multipleSelect.d.ts +8 -0
  171. package/es/collection-manager/interfaces/nanoid.d.ts +8 -0
  172. package/es/collection-manager/interfaces/number.d.ts +8 -0
  173. package/es/collection-manager/interfaces/o2m.d.ts +8 -0
  174. package/es/collection-manager/interfaces/o2o.d.ts +8 -0
  175. package/es/collection-manager/interfaces/password.d.ts +8 -0
  176. package/es/collection-manager/interfaces/percent.d.ts +8 -0
  177. package/es/collection-manager/interfaces/phone.d.ts +8 -0
  178. package/es/collection-manager/interfaces/properties/index.d.ts +8 -0
  179. package/es/collection-manager/interfaces/properties/operators.d.ts +8 -0
  180. package/es/collection-manager/interfaces/radioGroup.d.ts +8 -0
  181. package/es/collection-manager/interfaces/richText.d.ts +8 -0
  182. package/es/collection-manager/interfaces/select.d.ts +8 -0
  183. package/es/collection-manager/interfaces/sort.d.ts +8 -0
  184. package/es/collection-manager/interfaces/subTable.d.ts +8 -0
  185. package/es/collection-manager/interfaces/tableoid.d.ts +8 -0
  186. package/es/collection-manager/interfaces/textarea.d.ts +8 -0
  187. package/es/collection-manager/interfaces/time.d.ts +8 -0
  188. package/es/collection-manager/interfaces/types.d.ts +8 -0
  189. package/es/collection-manager/interfaces/unixTimestamp.d.ts +8 -0
  190. package/es/collection-manager/interfaces/updatedAt.d.ts +8 -0
  191. package/es/collection-manager/interfaces/updatedBy.d.ts +8 -0
  192. package/es/collection-manager/interfaces/url.d.ts +8 -0
  193. package/es/collection-manager/interfaces/uuid.d.ts +8 -0
  194. package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +8 -0
  195. package/es/collection-manager/sub-table.d.ts +8 -0
  196. package/es/collection-manager/templates/components/PresetFields.d.ts +8 -0
  197. package/es/collection-manager/templates/components/PreviewFields.d.ts +8 -0
  198. package/es/collection-manager/templates/components/PreviewTable.d.ts +8 -0
  199. package/es/collection-manager/templates/components/UnSupportFields.d.ts +8 -0
  200. package/es/collection-manager/templates/components/sql-collection/FieldsConfigure.d.ts +8 -0
  201. package/es/collection-manager/templates/components/sql-collection/PreviewTable.d.ts +8 -0
  202. package/es/collection-manager/templates/components/sql-collection/SQLInput.d.ts +8 -0
  203. package/es/collection-manager/templates/components/sql-collection/SQLRequestProvider.d.ts +8 -0
  204. package/es/collection-manager/templates/components/sql-collection/index.d.ts +8 -0
  205. package/es/collection-manager/templates/expression.d.ts +8 -0
  206. package/es/collection-manager/templates/general.d.ts +8 -0
  207. package/es/collection-manager/templates/index.d.ts +8 -0
  208. package/es/collection-manager/templates/properties/index.d.ts +8 -0
  209. package/es/collection-manager/templates/sql.d.ts +8 -0
  210. package/es/collection-manager/templates/tree.d.ts +8 -0
  211. package/es/collection-manager/templates/types.d.ts +8 -0
  212. package/es/collection-manager/templates/view.d.ts +8 -0
  213. package/es/collection-manager/types.d.ts +8 -0
  214. package/es/collection-manager/utils.d.ts +8 -0
  215. package/es/common/SelectWithTitle.d.ts +8 -0
  216. package/es/common/index.d.ts +8 -0
  217. package/es/common/useFieldComponentName.d.ts +8 -0
  218. package/es/common/useNiceDropdownHeight.d.ts +8 -0
  219. package/es/css-variable/CSSVariableProvider.d.ts +8 -0
  220. package/es/css-variable/index.d.ts +8 -0
  221. package/es/data-source/collection/AssociationProvider.d.ts +8 -0
  222. package/es/data-source/collection/Collection.d.ts +8 -0
  223. package/es/data-source/collection/CollectionManager.d.ts +8 -0
  224. package/es/data-source/collection/CollectionManagerProvider.d.ts +8 -0
  225. package/es/data-source/collection/CollectionProvider.d.ts +8 -0
  226. package/es/data-source/collection/ExtendCollectionsProvider.d.ts +8 -0
  227. package/es/data-source/collection/index.d.ts +8 -0
  228. package/es/data-source/collection/utils.d.ts +8 -0
  229. package/es/data-source/collection-field/CollectionField.d.ts +8 -0
  230. package/es/data-source/collection-field/CollectionFieldProvider.d.ts +8 -0
  231. package/es/data-source/collection-field/index.d.ts +8 -0
  232. package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +8 -0
  233. package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +8 -0
  234. package/es/data-source/collection-field-interface/index.d.ts +8 -0
  235. package/es/data-source/collection-record/CollectionRecord.d.ts +8 -0
  236. package/es/data-source/collection-record/CollectionRecordProvider.d.ts +8 -0
  237. package/es/data-source/collection-record/index.d.ts +8 -0
  238. package/es/data-source/collection-record/isNewRecord.d.ts +8 -0
  239. package/es/data-source/collection-template/CollectionTemplate.d.ts +8 -0
  240. package/es/data-source/collection-template/CollectionTemplateManager.d.ts +8 -0
  241. package/es/data-source/collection-template/index.d.ts +8 -0
  242. package/es/data-source/components/CollectionDeletedPlaceholder.d.ts +8 -0
  243. package/es/data-source/components/DataSourceApplicationProvider.d.ts +8 -0
  244. package/es/data-source/components/index.d.ts +8 -0
  245. package/es/data-source/data-block/DataBlockProvider.d.ts +8 -0
  246. package/es/data-source/data-block/DataBlockRequestProvider.d.ts +8 -0
  247. package/es/data-source/data-block/DataBlockResourceProvider.d.ts +8 -0
  248. package/es/data-source/data-block/index.d.ts +8 -0
  249. package/es/data-source/data-source/DataSource.d.ts +8 -0
  250. package/es/data-source/data-source/DataSourceManager.d.ts +8 -0
  251. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +8 -0
  252. package/es/data-source/data-source/DataSourceProvider.d.ts +8 -0
  253. package/es/data-source/data-source/index.d.ts +8 -0
  254. package/es/data-source/index.d.ts +8 -0
  255. package/es/data-source/utils.d.ts +8 -0
  256. package/es/document-title/index.d.ts +8 -0
  257. package/es/filter-provider/FilterProvider.d.ts +8 -0
  258. package/es/filter-provider/index.d.ts +8 -0
  259. package/es/filter-provider/utils.d.ts +8 -0
  260. package/es/flag-provider/FlagProvider.d.ts +8 -0
  261. package/es/flag-provider/hooks/useFlag.d.ts +8 -0
  262. package/es/flag-provider/index.d.ts +8 -0
  263. package/es/global-theme/AntdAppProvider.d.ts +8 -0
  264. package/es/global-theme/compatOldTheme.d.ts +8 -0
  265. package/es/global-theme/customAlgorithm.d.ts +8 -0
  266. package/es/global-theme/defaultTheme.d.ts +8 -0
  267. package/es/global-theme/index.d.ts +8 -0
  268. package/es/global-theme/type.d.ts +8 -0
  269. package/es/hooks/index.d.ts +8 -0
  270. package/es/hooks/useAdminSchemaUid.d.ts +8 -0
  271. package/es/hooks/useMenuItem.d.ts +8 -0
  272. package/es/hooks/useViewport.d.ts +8 -0
  273. package/es/i18n/i18n.d.ts +8 -0
  274. package/es/i18n/index.d.ts +8 -0
  275. package/es/icon/Icon.d.ts +8 -0
  276. package/es/icon/index.d.ts +8 -0
  277. package/es/index.d.ts +9 -1
  278. package/es/index.mjs +2239 -2204
  279. package/es/locale/index.d.ts +8 -0
  280. package/es/modules/actions/ActionSchemaToolbar.d.ts +8 -0
  281. package/es/modules/actions/add-child/CreateChildInitializer.d.ts +8 -0
  282. package/es/modules/actions/add-child/addChildActionSettings.d.ts +8 -0
  283. package/es/modules/actions/add-new/CreateActionInitializer.d.ts +8 -0
  284. package/es/modules/actions/add-new/addNewActionSettings.d.ts +8 -0
  285. package/es/modules/actions/add-new/createFormBlockInitializers.d.ts +8 -0
  286. package/es/modules/actions/add-record/CustomizeAddRecordActionInitializer.d.ts +8 -0
  287. package/es/modules/actions/add-record/customizeAddRecordActionSettings.d.ts +8 -0
  288. package/es/modules/actions/add-record/customizeCreateFormBlockInitializers.d.ts +8 -0
  289. package/es/modules/actions/bulk-destroy/BulkDestroyActionInitializer.d.ts +8 -0
  290. package/es/modules/actions/bulk-destroy/bulkDeleteActionSettings.d.ts +8 -0
  291. package/es/modules/actions/delete/DestroyActionInitializer.d.ts +8 -0
  292. package/es/modules/actions/delete/deleteActionSettings.d.ts +8 -0
  293. package/es/modules/actions/disassociate/DisassociateActionInitializer.d.ts +8 -0
  294. package/es/modules/actions/disassociate/disassociateActionSettings.d.ts +8 -0
  295. package/es/modules/actions/expand-collapse/ExpandableActionInitializer.d.ts +8 -0
  296. package/es/modules/actions/expand-collapse/expendableActionSettings.d.ts +8 -0
  297. package/es/modules/actions/filter/FilterActionInitializer.d.ts +8 -0
  298. package/es/modules/actions/filter/filterActionSettings.d.ts +8 -0
  299. package/es/modules/actions/refresh/RefreshActionInitializer.d.ts +8 -0
  300. package/es/modules/actions/refresh/refreshActionSettings.d.ts +8 -0
  301. package/es/modules/actions/save-record/SaveRecordActionInitializer.d.ts +8 -0
  302. package/es/modules/actions/save-record/customizeSaveRecordActionSettings.d.ts +8 -0
  303. package/es/modules/actions/submit/CreateSubmitActionInitializer.d.ts +8 -0
  304. package/es/modules/actions/submit/UpdateSubmitActionInitializer.d.ts +8 -0
  305. package/es/modules/actions/submit/createSubmitActionSettings.d.ts +8 -0
  306. package/es/modules/actions/submit/updateSubmitActionSettings.d.ts +8 -0
  307. package/es/modules/actions/update-record/UpdateRecordActionInitializer.d.ts +8 -0
  308. package/es/modules/actions/update-record/customizeUpdateRecordActionSettings.d.ts +8 -0
  309. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +8 -0
  310. package/es/modules/actions/view-edit-popup/RecordFormBlockInitializers.d.ts +8 -0
  311. package/es/modules/actions/view-edit-popup/UpdateActionInitializer.d.ts +8 -0
  312. package/es/modules/actions/view-edit-popup/ViewActionInitializer.d.ts +8 -0
  313. package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +8 -0
  314. package/es/modules/actions/view-edit-popup/editActionSettings.d.ts +8 -0
  315. package/es/modules/actions/view-edit-popup/viewActionSettings.d.ts +8 -0
  316. package/es/modules/blocks/BlockSchemaToolbar.d.ts +8 -0
  317. package/es/modules/blocks/data-blocks/details-multi/DetailsActionInitializers.d.ts +8 -0
  318. package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +8 -0
  319. package/es/modules/blocks/data-blocks/details-multi/createDetailsWithPaginationUISchema.d.ts +8 -0
  320. package/es/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.d.ts +8 -0
  321. package/es/modules/blocks/data-blocks/details-multi/hooks/index.d.ts +3 -0
  322. package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationBlockParams.d.ts +8 -0
  323. package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationDecoratorProps.d.ts +8 -0
  324. package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationProps.d.ts +8 -0
  325. package/es/modules/blocks/data-blocks/details-multi/index.d.ts +2 -0
  326. package/es/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.d.ts +8 -0
  327. package/es/modules/blocks/data-blocks/details-single/ReadPrettyFormActionInitializers.d.ts +8 -0
  328. package/es/modules/blocks/data-blocks/details-single/ReadPrettyFormItemInitializers.d.ts +8 -0
  329. package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +8 -0
  330. package/es/modules/blocks/data-blocks/details-single/createDetailsUISchema.d.ts +8 -0
  331. package/es/modules/blocks/data-blocks/details-single/detailsBlockSettings.d.ts +8 -0
  332. package/es/modules/blocks/data-blocks/details-single/hooks/index.d.ts +2 -0
  333. package/es/modules/blocks/data-blocks/details-single/hooks/useDetailsDecoratorProps.d.ts +8 -0
  334. package/es/modules/blocks/data-blocks/details-single/hooks/useDetailsProps.d.ts +8 -0
  335. package/es/modules/blocks/data-blocks/details-single/index.d.ts +1 -0
  336. package/es/modules/blocks/data-blocks/form/CreateFormBlockInitializer.d.ts +8 -0
  337. package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +8 -0
  338. package/es/modules/blocks/data-blocks/form/FormItemSchemaToolbar.d.ts +8 -0
  339. package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +8 -0
  340. package/es/modules/blocks/data-blocks/form/createCreateFormBlockUISchema.d.ts +8 -0
  341. package/es/modules/blocks/data-blocks/form/createEditFormBlockUISchema.d.ts +8 -0
  342. package/es/modules/blocks/data-blocks/form/createFormActionInitializers.d.ts +8 -0
  343. package/es/modules/blocks/data-blocks/form/createFormBlockSettings.d.ts +8 -0
  344. package/es/modules/blocks/data-blocks/form/editFormBlockSettings.d.ts +8 -0
  345. package/es/modules/blocks/data-blocks/form/fieldSettingsFormItem.d.ts +8 -0
  346. package/es/modules/blocks/data-blocks/form/formActionInitializers.d.ts +8 -0
  347. package/es/modules/blocks/data-blocks/form/formItemInitializers.d.ts +8 -0
  348. package/es/modules/blocks/data-blocks/form/hooks/useCreateFormBlockDecoratorProps.d.ts +8 -0
  349. package/es/modules/blocks/data-blocks/form/hooks/useCreateFormBlockProps.d.ts +8 -0
  350. package/es/modules/blocks/data-blocks/form/hooks/useEditFormBlockDecoratorProps.d.ts +8 -0
  351. package/es/modules/blocks/data-blocks/form/hooks/useEditFormBlockProps.d.ts +8 -0
  352. package/es/modules/blocks/data-blocks/form/index.d.ts +8 -0
  353. package/es/modules/blocks/data-blocks/form/updateFormActionInitializers.d.ts +8 -0
  354. package/es/modules/blocks/data-blocks/grid-card/GridCardActionInitializers.d.ts +8 -0
  355. package/es/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.d.ts +8 -0
  356. package/es/modules/blocks/data-blocks/grid-card/SetTheCountOfColumnsDisplayedInARow.d.ts +2 -0
  357. package/es/modules/blocks/data-blocks/grid-card/createGridCardBlockUISchema.d.ts +8 -0
  358. package/es/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.d.ts +8 -0
  359. package/es/modules/blocks/data-blocks/grid-card/gridCardItemActionInitializers.d.ts +8 -0
  360. package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +8 -0
  361. package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockParams.d.ts +8 -0
  362. package/es/modules/blocks/data-blocks/grid-card/utils.d.ts +8 -0
  363. package/es/modules/blocks/data-blocks/list/ListActionInitializers.d.ts +8 -0
  364. package/es/modules/blocks/data-blocks/list/ListBlockInitializer.d.ts +8 -0
  365. package/es/modules/blocks/data-blocks/list/createListBlockUISchema.d.ts +8 -0
  366. package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +8 -0
  367. package/es/modules/blocks/data-blocks/list/listBlockSettings.d.ts +8 -0
  368. package/es/modules/blocks/data-blocks/list/listItemActionInitializers.d.ts +8 -0
  369. package/es/modules/blocks/data-blocks/table/TableActionColumnInitializers.d.ts +8 -0
  370. package/es/modules/blocks/data-blocks/table/TableActionInitializers.d.ts +8 -0
  371. package/es/modules/blocks/data-blocks/table/TableBlockInitializer.d.ts +8 -0
  372. package/es/modules/blocks/data-blocks/table/TableColumnInitializers.d.ts +8 -0
  373. package/es/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.d.ts +8 -0
  374. package/es/modules/blocks/data-blocks/table/TreeRecordProvider.d.ts +8 -0
  375. package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +8 -0
  376. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +8 -0
  377. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +8 -0
  378. package/es/modules/blocks/data-blocks/table/index.d.ts +9 -0
  379. package/es/modules/blocks/data-blocks/table/tableBlockSettings.d.ts +8 -0
  380. package/es/modules/blocks/data-blocks/table/tableColumnSettings.d.ts +8 -0
  381. package/es/modules/blocks/data-blocks/table/utils.d.ts +8 -0
  382. package/es/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.d.ts +8 -0
  383. package/es/modules/blocks/data-blocks/table-selector/createTableSelectorUISchema.d.ts +8 -0
  384. package/es/modules/blocks/data-blocks/table-selector/hooks/useTableSelectorDecoratorProps.d.ts +8 -0
  385. package/es/modules/blocks/data-blocks/table-selector/index.d.ts +8 -0
  386. package/es/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.d.ts +8 -0
  387. package/es/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.d.ts +8 -0
  388. package/es/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.d.ts +8 -0
  389. package/es/modules/blocks/filter-blocks/collapse/createFilterCollapseBlockSchema.d.ts +8 -0
  390. package/es/modules/blocks/filter-blocks/collapse/filterCollapseBlockSettings.d.ts +8 -0
  391. package/es/modules/blocks/filter-blocks/collapse/filterCollapseItemFieldSettings.d.ts +8 -0
  392. package/es/modules/blocks/filter-blocks/collapse/filterCollapseItemInitializer.d.ts +8 -0
  393. package/es/modules/blocks/filter-blocks/collapse/hooks/useCollapseBlockDecoratorProps.d.ts +8 -0
  394. package/es/modules/blocks/filter-blocks/form/FilterFormActionInitializers.d.ts +8 -0
  395. package/es/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.d.ts +8 -0
  396. package/es/modules/blocks/filter-blocks/form/createFilterFormBlockSchema.d.ts +8 -0
  397. package/es/modules/blocks/filter-blocks/form/filterFormBlockSettings.d.ts +8 -0
  398. package/es/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.d.ts +8 -0
  399. package/es/modules/blocks/filter-blocks/form/filterFormItemInitializers.d.ts +8 -0
  400. package/es/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockDecoratorProps.d.ts +8 -0
  401. package/es/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockProps.d.ts +8 -0
  402. package/es/modules/blocks/index.d.ts +2 -0
  403. package/es/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.d.ts +8 -0
  404. package/es/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.d.ts +8 -0
  405. package/es/modules/blocks/other-blocks/markdown/markdownBlockSettings.d.ts +8 -0
  406. package/es/modules/blocks/useParentRecordCommon.d.ts +8 -0
  407. package/es/modules/blocks/useSourceId.d.ts +8 -0
  408. package/es/modules/blocks/useSourceKey.d.ts +8 -0
  409. package/es/modules/fields/component/CascadeSelect/cascadeSelectComponentFieldSettings.d.ts +8 -0
  410. package/es/modules/fields/component/DatePicker/datePickerComponentFieldSettings.d.ts +8 -0
  411. package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
  412. package/es/modules/fields/component/FileManager/previewComponentFieldSettings.d.ts +8 -0
  413. package/es/modules/fields/component/FileManager/uploadAttachmentComponentFieldSettings.d.ts +8 -0
  414. package/es/modules/fields/component/InputNumber/inputNumberComponentFieldSettings.d.ts +8 -0
  415. package/es/modules/fields/component/Nester/subformComponentFieldSettings.d.ts +8 -0
  416. package/es/modules/fields/component/Picker/TableSelectorInitializers.d.ts +8 -0
  417. package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +8 -0
  418. package/es/modules/fields/component/PopoverNester/subformPopoverComponentFieldSettings.d.ts +8 -0
  419. package/es/modules/fields/component/Select/selectComponentFieldSettings.d.ts +8 -0
  420. package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +8 -0
  421. package/es/modules/fields/component/Tag/tagComponentFieldSettings.d.ts +8 -0
  422. package/es/modules/fields/component/UnixTimestamp/unixTimestampComponentFieldSettings.d.ts +8 -0
  423. package/es/modules/fields/initializer/CollectionFieldInitializer.d.ts +8 -0
  424. package/es/modules/fields/initializer/TableCollectionFieldInitializer.d.ts +8 -0
  425. package/es/modules/menu/GroupItem.d.ts +8 -0
  426. package/es/modules/menu/LinkMenuItem.d.ts +8 -0
  427. package/es/modules/menu/PageMenuItem.d.ts +8 -0
  428. package/es/modules/menu/menuItemInitializer.d.ts +8 -0
  429. package/es/modules/page/BlockInitializers.d.ts +8 -0
  430. package/es/modules/variable/DeclareVariable.d.ts +8 -0
  431. package/es/modules/variable/useVariable.d.ts +8 -0
  432. package/es/nocobase-buildin-plugin/index.d.ts +8 -0
  433. package/es/nocobase-buildin-plugin/plugins/LocalePlugin.d.ts +8 -0
  434. package/es/plugin-manager/PinnedPluginListProvider.d.ts +8 -0
  435. package/es/plugin-manager/context.d.ts +8 -0
  436. package/es/plugin-manager/index.d.ts +8 -0
  437. package/es/pm/PluginCard.d.ts +8 -0
  438. package/es/pm/PluginDetail.d.ts +8 -0
  439. package/es/pm/PluginDocument.d.ts +8 -0
  440. package/es/pm/PluginForm/form/PluginNpmForm.d.ts +8 -0
  441. package/es/pm/PluginForm/form/PluginUploadForm.d.ts +8 -0
  442. package/es/pm/PluginForm/form/PluginUrlForm.d.ts +8 -0
  443. package/es/pm/PluginForm/modal/PluginAddModal.d.ts +8 -0
  444. package/es/pm/PluginForm/modal/PluginUpgradeModal.d.ts +8 -0
  445. package/es/pm/PluginManager.d.ts +8 -0
  446. package/es/pm/PluginManagerLink.d.ts +8 -0
  447. package/es/pm/PluginSetting.d.ts +8 -0
  448. package/es/pm/index.d.ts +8 -0
  449. package/es/pm/style.d.ts +8 -0
  450. package/es/pm/types.d.ts +8 -0
  451. package/es/powered-by/index.d.ts +8 -0
  452. package/es/record-provider/index.d.ts +8 -0
  453. package/es/route-switch/antd/admin-layout/index.d.ts +8 -0
  454. package/es/route-switch/antd/index.d.ts +8 -0
  455. package/es/route-switch/antd/route-schema-component/index.d.ts +8 -0
  456. package/es/route-switch/index.d.ts +8 -0
  457. package/es/schema-component/antd/AntdSchemaComponentProvider.d.ts +8 -0
  458. package/es/schema-component/antd/__builtins__/hooks/index.d.ts +8 -0
  459. package/es/schema-component/antd/__builtins__/hooks/useConfig.d.ts +8 -0
  460. package/es/schema-component/antd/__builtins__/hooks/usePrefixCls.d.ts +8 -0
  461. package/es/schema-component/antd/__builtins__/hooks/useToken.d.ts +8 -0
  462. package/es/schema-component/antd/__builtins__/index.d.ts +8 -0
  463. package/es/schema-component/antd/__builtins__/loading.d.ts +8 -0
  464. package/es/schema-component/antd/__builtins__/portal.d.ts +8 -0
  465. package/es/schema-component/antd/__builtins__/render.d.ts +8 -0
  466. package/es/schema-component/antd/__builtins__/style.d.ts +8 -0
  467. package/es/schema-component/antd/action/Action.Container.d.ts +8 -0
  468. package/es/schema-component/antd/action/Action.Designer.d.ts +8 -0
  469. package/es/schema-component/antd/action/Action.Drawer.d.ts +8 -0
  470. package/es/schema-component/antd/action/Action.Drawer.style.d.ts +8 -0
  471. package/es/schema-component/antd/action/Action.Link.d.ts +8 -0
  472. package/es/schema-component/antd/action/Action.Modal.d.ts +8 -0
  473. package/es/schema-component/antd/action/Action.Page.d.ts +8 -0
  474. package/es/schema-component/antd/action/Action.d.ts +8 -0
  475. package/es/schema-component/antd/action/Action.style.d.ts +8 -0
  476. package/es/schema-component/antd/action/ActionBar.d.ts +16 -5
  477. package/es/schema-component/antd/action/context.d.ts +9 -19
  478. package/es/schema-component/antd/action/hooks/useGetAriaLabelOfAction.d.ts +8 -0
  479. package/es/schema-component/antd/action/hooks/useGetAriaLabelOfDrawer.d.ts +8 -0
  480. package/es/schema-component/antd/action/hooks/useGetAriaLabelOfModal.d.ts +8 -0
  481. package/es/schema-component/antd/action/hooks/useGetAriaLabelOfPopover.d.ts +8 -0
  482. package/es/schema-component/antd/action/hooks/useSetAriaLabelForDrawer.d.ts +8 -0
  483. package/es/schema-component/antd/action/hooks/useSetAriaLabelForModal.d.ts +8 -0
  484. package/es/schema-component/antd/action/hooks/useSetAriaLabelForPopover.d.ts +8 -0
  485. package/es/schema-component/antd/action/hooks.d.ts +11 -2
  486. package/es/schema-component/antd/action/index.d.ts +9 -0
  487. package/es/schema-component/antd/action/types.d.ts +69 -7
  488. package/es/schema-component/antd/action/utils.d.ts +8 -0
  489. package/es/schema-component/antd/appends-tree-select/AppendsTreeSelect.d.ts +8 -0
  490. package/es/schema-component/antd/appends-tree-select/index.d.ts +8 -0
  491. package/es/schema-component/antd/association-field/AssociationFieldProvider.d.ts +8 -0
  492. package/es/schema-component/antd/association-field/AssociationSelect.d.ts +8 -0
  493. package/es/schema-component/antd/association-field/Editable.d.ts +8 -0
  494. package/es/schema-component/antd/association-field/FileManager.d.ts +8 -0
  495. package/es/schema-component/antd/association-field/InternalCascadeSelect.d.ts +8 -0
  496. package/es/schema-component/antd/association-field/InternalNester.d.ts +8 -0
  497. package/es/schema-component/antd/association-field/InternalPicker.d.ts +8 -0
  498. package/es/schema-component/antd/association-field/InternalPopoverNester.d.ts +8 -0
  499. package/es/schema-component/antd/association-field/InternalSubTable.d.ts +8 -0
  500. package/es/schema-component/antd/association-field/InternalTag.d.ts +8 -0
  501. package/es/schema-component/antd/association-field/InternalViewer.d.ts +8 -0
  502. package/es/schema-component/antd/association-field/Nester.d.ts +8 -0
  503. package/es/schema-component/antd/association-field/ReadPretty.d.ts +8 -0
  504. package/es/schema-component/antd/association-field/SubTable.d.ts +8 -0
  505. package/es/schema-component/antd/association-field/components/CreateRecordAction.d.ts +8 -0
  506. package/es/schema-component/antd/association-field/context.d.ts +8 -0
  507. package/es/schema-component/antd/association-field/hooks.d.ts +8 -0
  508. package/es/schema-component/antd/association-field/index.d.ts +8 -0
  509. package/es/schema-component/antd/association-field/schema.d.ts +8 -0
  510. package/es/schema-component/antd/association-field/util.d.ts +8 -0
  511. package/es/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +8 -0
  512. package/es/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +8 -0
  513. package/es/schema-component/antd/association-filter/AssociationFilter.Initializer.d.ts +8 -0
  514. package/es/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +8 -0
  515. package/es/schema-component/antd/association-filter/AssociationFilter.Item.d.ts +8 -0
  516. package/es/schema-component/antd/association-filter/AssociationFilter.Item.style.d.ts +8 -0
  517. package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +8 -0
  518. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +8 -0
  519. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +8 -0
  520. package/es/schema-component/antd/association-filter/AssociationFilterProvider.d.ts +8 -0
  521. package/es/schema-component/antd/association-filter/utilts.d.ts +8 -0
  522. package/es/schema-component/antd/association-select/AssociationSelect.d.ts +8 -0
  523. package/es/schema-component/antd/association-select/ReadPretty.d.ts +8 -0
  524. package/es/schema-component/antd/association-select/index.d.ts +8 -0
  525. package/es/schema-component/antd/association-select/useServiceOptions.d.ts +8 -0
  526. package/es/schema-component/antd/auto-complete/AutoComplete.d.ts +9 -1
  527. package/es/schema-component/antd/auto-complete/index.d.ts +8 -0
  528. package/es/schema-component/antd/block-item/BlockItem.d.ts +14 -1
  529. package/es/schema-component/antd/block-item/BlockItemCard.d.ts +8 -0
  530. package/es/schema-component/antd/block-item/BlockItemError.d.ts +8 -0
  531. package/es/schema-component/antd/block-item/TestDesigner.d.ts +8 -0
  532. package/es/schema-component/antd/block-item/hooks/useGetAriaLabelOfBlockItem.d.ts +8 -0
  533. package/es/schema-component/antd/block-item/index.d.ts +8 -0
  534. package/es/schema-component/antd/card-item/CardItem.d.ts +22 -6
  535. package/es/schema-component/antd/card-item/index.d.ts +8 -0
  536. package/es/schema-component/antd/card-item/style.d.ts +8 -0
  537. package/es/schema-component/antd/cascader/Cascader.d.ts +32 -1
  538. package/es/schema-component/antd/cascader/ReadPretty.d.ts +19 -1
  539. package/es/schema-component/antd/cascader/defaultFieldNames.d.ts +8 -0
  540. package/es/schema-component/antd/cascader/index.d.ts +8 -0
  541. package/es/schema-component/antd/checkbox/Checkbox.d.ts +19 -3
  542. package/es/schema-component/antd/checkbox/index.d.ts +8 -0
  543. package/es/schema-component/antd/collection-select/CollectionSelect.d.ts +8 -0
  544. package/es/schema-component/antd/collection-select/index.d.ts +8 -0
  545. package/es/schema-component/antd/color-picker/ColorPicker.d.ts +13 -1
  546. package/es/schema-component/antd/color-picker/index.d.ts +8 -0
  547. package/es/schema-component/antd/color-select/ColorSelect.d.ts +13 -1
  548. package/es/schema-component/antd/color-select/index.d.ts +8 -0
  549. package/es/schema-component/antd/cron/Cron.d.ts +12 -3
  550. package/es/schema-component/antd/cron/CronSet.d.ts +13 -2
  551. package/es/schema-component/antd/cron/index.d.ts +8 -0
  552. package/es/schema-component/antd/date-picker/DatePicker.d.ts +19 -6
  553. package/es/schema-component/antd/date-picker/ReadPretty.d.ts +25 -6
  554. package/es/schema-component/antd/date-picker/index.d.ts +8 -0
  555. package/es/schema-component/antd/date-picker/util.d.ts +8 -0
  556. package/es/schema-component/antd/details/Details.d.ts +11 -1
  557. package/es/schema-component/antd/details/index.d.ts +8 -0
  558. package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +8 -0
  559. package/es/schema-component/antd/error-fallback/index.d.ts +8 -0
  560. package/es/schema-component/antd/expand-action/Expand.Action.Design.d.ts +8 -0
  561. package/es/schema-component/antd/expand-action/Expand.Action.d.ts +8 -0
  562. package/es/schema-component/antd/expand-action/index.d.ts +8 -0
  563. package/es/schema-component/antd/filter/DynamicComponent.d.ts +8 -0
  564. package/es/schema-component/antd/filter/Filter.Action.Designer.d.ts +8 -0
  565. package/es/schema-component/antd/filter/Filter.d.ts +19 -0
  566. package/es/schema-component/antd/filter/FilterAction.d.ts +24 -1
  567. package/es/schema-component/antd/filter/FilterGroup.d.ts +8 -0
  568. package/es/schema-component/antd/filter/FilterItem.d.ts +8 -0
  569. package/es/schema-component/antd/filter/FilterItems.d.ts +8 -0
  570. package/es/schema-component/antd/filter/SaveDefaultValue.d.ts +8 -0
  571. package/es/schema-component/antd/filter/context.d.ts +11 -2
  572. package/es/schema-component/antd/filter/index.d.ts +8 -0
  573. package/es/schema-component/antd/filter/useFilterActionProps.d.ts +8 -0
  574. package/es/schema-component/antd/filter/useOperators.d.ts +8 -0
  575. package/es/schema-component/antd/filter/useValues.d.ts +8 -0
  576. package/es/schema-component/antd/form/Form.Designer.d.ts +8 -0
  577. package/es/schema-component/antd/form/Form.Settings.d.ts +8 -0
  578. package/es/schema-component/antd/form/Form.d.ts +8 -0
  579. package/es/schema-component/antd/form/index.d.ts +8 -0
  580. package/es/schema-component/antd/form-dialog/index.d.ts +8 -0
  581. package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +8 -0
  582. package/es/schema-component/antd/form-item/FormItem.FilterFormSettings.d.ts +8 -0
  583. package/es/schema-component/antd/form-item/FormItem.Settings.d.ts +8 -0
  584. package/es/schema-component/antd/form-item/FormItem.d.ts +8 -0
  585. package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +8 -0
  586. package/es/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.d.ts +8 -0
  587. package/es/schema-component/antd/form-item/hooks/useParseDefaultValue.d.ts +8 -0
  588. package/es/schema-component/antd/form-item/hooks/useSpecialCase.d.ts +8 -0
  589. package/es/schema-component/antd/form-item/index.d.ts +8 -0
  590. package/es/schema-component/antd/form-item/utils.d.ts +8 -0
  591. package/es/schema-component/antd/form-v2/Form.Designer.d.ts +8 -0
  592. package/es/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +8 -0
  593. package/es/schema-component/antd/form-v2/Form.Settings.d.ts +8 -0
  594. package/es/schema-component/antd/form-v2/Form.d.ts +13 -2
  595. package/es/schema-component/antd/form-v2/FormField.d.ts +8 -0
  596. package/es/schema-component/antd/form-v2/Templates.d.ts +8 -0
  597. package/es/schema-component/antd/form-v2/index.d.ts +8 -0
  598. package/es/schema-component/antd/form-v2/utils.d.ts +8 -0
  599. package/es/schema-component/antd/g2plot/G2Plot.d.ts +8 -0
  600. package/es/schema-component/antd/g2plot/G2PlotDesigner.d.ts +8 -0
  601. package/es/schema-component/antd/g2plot/index.d.ts +8 -0
  602. package/es/schema-component/antd/g2plot/requestChartData.d.ts +8 -0
  603. package/es/schema-component/antd/grid/Block.d.ts +8 -0
  604. package/es/schema-component/antd/grid/Grid.d.ts +14 -0
  605. package/es/schema-component/antd/grid/Grid.style.d.ts +8 -0
  606. package/es/schema-component/antd/grid/index.d.ts +8 -0
  607. package/es/schema-component/antd/grid-card/GridCard.Decorator.d.ts +8 -0
  608. package/es/schema-component/antd/grid-card/GridCard.Decorator.style.d.ts +8 -0
  609. package/es/schema-component/antd/grid-card/GridCard.Designer.d.ts +9 -0
  610. package/es/schema-component/antd/grid-card/GridCard.Item.d.ts +8 -0
  611. package/es/schema-component/antd/grid-card/GridCard.d.ts +21 -1
  612. package/es/schema-component/antd/grid-card/hooks.d.ts +8 -0
  613. package/es/schema-component/antd/grid-card/index.d.ts +8 -0
  614. package/es/schema-component/antd/grid-card/options.d.ts +8 -0
  615. package/es/schema-component/antd/icon-picker/IconPicker.d.ts +15 -1
  616. package/es/schema-component/antd/icon-picker/index.d.ts +8 -0
  617. package/es/schema-component/antd/index.d.ts +11 -2
  618. package/es/schema-component/antd/input/EllipsisWithTooltip.d.ts +8 -0
  619. package/es/schema-component/antd/input/Input.d.ts +19 -6
  620. package/es/schema-component/antd/input/Json.d.ts +8 -0
  621. package/es/schema-component/antd/input/ReadPretty.d.ts +68 -20
  622. package/es/schema-component/antd/input/index.d.ts +8 -0
  623. package/es/schema-component/antd/input/shared.d.ts +8 -0
  624. package/es/schema-component/antd/input-number/InputNumber.d.ts +10 -2
  625. package/es/schema-component/antd/input-number/ReadPretty.d.ts +14 -3
  626. package/es/schema-component/antd/input-number/index.d.ts +8 -0
  627. package/es/schema-component/antd/list/List.Decorator.d.ts +8 -0
  628. package/es/schema-component/antd/list/List.Designer.d.ts +8 -0
  629. package/es/schema-component/antd/list/List.Item.d.ts +8 -0
  630. package/es/schema-component/antd/list/List.d.ts +8 -0
  631. package/es/schema-component/antd/list/List.style.d.ts +8 -0
  632. package/es/schema-component/antd/list/hooks.d.ts +8 -0
  633. package/es/schema-component/antd/list/index.d.ts +8 -0
  634. package/es/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +8 -0
  635. package/es/schema-component/antd/markdown/Markdown.Void.d.ts +15 -0
  636. package/es/schema-component/antd/markdown/Markdown.d.ts +8 -0
  637. package/es/schema-component/antd/markdown/index.d.ts +8 -0
  638. package/es/schema-component/antd/markdown/markdown-it-plugins/mermaidPlugin.d.ts +8 -0
  639. package/es/schema-component/antd/markdown/md.d.ts +8 -0
  640. package/es/schema-component/antd/markdown/style.d.ts +8 -0
  641. package/es/schema-component/antd/markdown/util.d.ts +8 -0
  642. package/es/schema-component/antd/menu/Menu.Designer.d.ts +8 -0
  643. package/es/schema-component/antd/menu/Menu.d.ts +8 -0
  644. package/es/schema-component/antd/menu/MenuItemInitializers/index.d.ts +8 -0
  645. package/es/schema-component/antd/menu/index.d.ts +8 -0
  646. package/es/schema-component/antd/menu/locale.d.ts +8 -0
  647. package/es/schema-component/antd/menu/util.d.ts +8 -0
  648. package/es/schema-component/antd/nanoid-input/NanoIDInput.d.ts +12 -0
  649. package/es/schema-component/antd/nanoid-input/index.d.ts +9 -0
  650. package/es/schema-component/antd/page/FixedBlock.d.ts +8 -0
  651. package/es/schema-component/antd/page/FixedBlockDesignerItem.d.ts +8 -0
  652. package/es/schema-component/antd/page/Page.Settings.d.ts +8 -0
  653. package/es/schema-component/antd/page/Page.d.ts +8 -0
  654. package/es/schema-component/antd/page/PageTab.Settings.d.ts +8 -0
  655. package/es/schema-component/antd/page/PageTabDesigner.d.ts +8 -0
  656. package/es/schema-component/antd/page/hooks/useIsBlockInPage.d.ts +8 -0
  657. package/es/schema-component/antd/page/index.d.ts +8 -0
  658. package/es/schema-component/antd/page/style.d.ts +8 -0
  659. package/es/schema-component/antd/pagination/index.d.ts +13 -1
  660. package/es/schema-component/antd/password/Password.d.ts +12 -4
  661. package/es/schema-component/antd/password/PasswordStrength.d.ts +8 -0
  662. package/es/schema-component/antd/password/index.d.ts +8 -0
  663. package/es/schema-component/antd/password/utils.d.ts +8 -0
  664. package/es/schema-component/antd/percent/Percent.d.ts +8 -0
  665. package/es/schema-component/antd/percent/index.d.ts +8 -0
  666. package/es/schema-component/antd/popover/Popover.d.ts +8 -0
  667. package/es/schema-component/antd/popover/index.d.ts +8 -0
  668. package/es/schema-component/antd/preview/Preview.d.ts +8 -0
  669. package/es/schema-component/antd/preview/index.d.ts +8 -0
  670. package/es/schema-component/antd/quick-edit/QuickEdit.d.ts +14 -2
  671. package/es/schema-component/antd/quick-edit/index.d.ts +8 -0
  672. package/es/schema-component/antd/radio/Radio.d.ts +8 -0
  673. package/es/schema-component/antd/radio/index.d.ts +8 -0
  674. package/es/schema-component/antd/record-picker/InputRecordPicker.d.ts +8 -0
  675. package/es/schema-component/antd/record-picker/ReadPrettyRecordPicker.d.ts +8 -0
  676. package/es/schema-component/antd/record-picker/RecordPicker.d.ts +8 -0
  677. package/es/schema-component/antd/record-picker/index.d.ts +8 -0
  678. package/es/schema-component/antd/record-picker/useFieldNames.d.ts +8 -0
  679. package/es/schema-component/antd/record-picker/util.d.ts +8 -0
  680. package/es/schema-component/antd/remote-select/ReadPretty.d.ts +15 -0
  681. package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +39 -7
  682. package/es/schema-component/antd/remote-select/index.d.ts +8 -0
  683. package/es/schema-component/antd/remote-select/shared.d.ts +8 -0
  684. package/es/schema-component/antd/rich-text/RichText.d.ts +8 -0
  685. package/es/schema-component/antd/rich-text/index.d.ts +8 -0
  686. package/es/schema-component/antd/rich-text/style.d.ts +8 -0
  687. package/es/schema-component/antd/select/ReadPretty.d.ts +20 -1
  688. package/es/schema-component/antd/select/Select.d.ts +33 -3
  689. package/es/schema-component/antd/select/index.d.ts +8 -0
  690. package/es/schema-component/antd/select/utils.d.ts +12 -4
  691. package/es/schema-component/antd/space/index.d.ts +8 -0
  692. package/es/schema-component/antd/table/Table.Array.Designer.d.ts +8 -0
  693. package/es/schema-component/antd/table/Table.Array.d.ts +8 -0
  694. package/es/schema-component/antd/table/Table.Column.ActionBar.d.ts +8 -0
  695. package/es/schema-component/antd/table/Table.Column.Decorator.d.ts +8 -0
  696. package/es/schema-component/antd/table/Table.Column.Designer.d.ts +8 -0
  697. package/es/schema-component/antd/table/Table.Column.d.ts +8 -0
  698. package/es/schema-component/antd/table/Table.Designer.d.ts +8 -0
  699. package/es/schema-component/antd/table/Table.RowActionDesigner.d.ts +8 -0
  700. package/es/schema-component/antd/table/Table.RowSelection.d.ts +8 -0
  701. package/es/schema-component/antd/table/Table.Void.Designer.d.ts +8 -0
  702. package/es/schema-component/antd/table/Table.Void.d.ts +8 -0
  703. package/es/schema-component/antd/table/index.d.ts +8 -0
  704. package/es/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +8 -0
  705. package/es/schema-component/antd/table-v2/Table.Column.ActionBar.d.ts +8 -0
  706. package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +8 -0
  707. package/es/schema-component/antd/table-v2/Table.Column.Designer.d.ts +8 -0
  708. package/es/schema-component/antd/table-v2/Table.Column.d.ts +8 -0
  709. package/es/schema-component/antd/table-v2/Table.Designer.d.ts +8 -0
  710. package/es/schema-component/antd/table-v2/Table.Index.d.ts +8 -0
  711. package/es/schema-component/antd/table-v2/Table.d.ts +8 -0
  712. package/es/schema-component/antd/table-v2/TableBlockDesigner.d.ts +8 -0
  713. package/es/schema-component/antd/table-v2/TableField.d.ts +8 -0
  714. package/es/schema-component/antd/table-v2/TableSelector.d.ts +8 -0
  715. package/es/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +8 -0
  716. package/es/schema-component/antd/table-v2/components/ColumnFieldProvider.d.ts +8 -0
  717. package/es/schema-component/antd/table-v2/index.d.ts +8 -0
  718. package/es/schema-component/antd/table-v2/utils.d.ts +8 -0
  719. package/es/schema-component/antd/tabs/Tabs.Designer.d.ts +8 -0
  720. package/es/schema-component/antd/tabs/Tabs.d.ts +8 -0
  721. package/es/schema-component/antd/tabs/context.d.ts +8 -0
  722. package/es/schema-component/antd/tabs/index.d.ts +8 -0
  723. package/es/schema-component/antd/time-picker/ReadPretty.d.ts +16 -2
  724. package/es/schema-component/antd/time-picker/TimePicker.d.ts +8 -0
  725. package/es/schema-component/antd/time-picker/index.d.ts +8 -0
  726. package/es/schema-component/antd/tree-select/ReadPretty.d.ts +8 -0
  727. package/es/schema-component/antd/tree-select/TreeSelect.d.ts +8 -0
  728. package/es/schema-component/antd/tree-select/index.d.ts +8 -0
  729. package/es/schema-component/antd/unix-timestamp/UnixTimestamp.d.ts +16 -0
  730. package/es/schema-component/antd/unix-timestamp/index.d.ts +9 -0
  731. package/es/schema-component/antd/upload/ReadPretty.d.ts +8 -0
  732. package/es/schema-component/antd/upload/Upload.d.ts +8 -0
  733. package/es/schema-component/antd/upload/index.d.ts +8 -0
  734. package/es/schema-component/antd/upload/placeholder.d.ts +8 -0
  735. package/es/schema-component/antd/upload/shared.d.ts +8 -0
  736. package/es/schema-component/antd/upload/style.d.ts +8 -0
  737. package/es/schema-component/antd/variable/Input.d.ts +24 -1
  738. package/es/schema-component/antd/variable/JSONInput.d.ts +8 -0
  739. package/es/schema-component/antd/variable/RawTextArea.d.ts +8 -0
  740. package/es/schema-component/antd/variable/TextArea.d.ts +8 -0
  741. package/es/schema-component/antd/variable/Variable.d.ts +9 -1
  742. package/es/schema-component/antd/variable/VariableSelect.d.ts +8 -0
  743. package/es/schema-component/antd/variable/VariableSelect.style.d.ts +8 -0
  744. package/es/schema-component/antd/variable/XButton.d.ts +8 -0
  745. package/es/schema-component/antd/variable/index.d.ts +8 -0
  746. package/es/schema-component/antd/variable/style.d.ts +8 -0
  747. package/es/schema-component/common/dnd-context/index.d.ts +9 -0
  748. package/es/schema-component/common/index.d.ts +8 -0
  749. package/es/schema-component/common/sortable-item/SortableItem.d.ts +8 -0
  750. package/es/schema-component/common/sortable-item/index.d.ts +8 -0
  751. package/es/schema-component/common/utils/uitls.d.ts +8 -0
  752. package/es/schema-component/context.d.ts +8 -0
  753. package/es/schema-component/core/DesignableSwitch.d.ts +8 -0
  754. package/es/schema-component/core/FormProvider.d.ts +8 -0
  755. package/es/schema-component/core/RemoteSchemaComponent.d.ts +8 -0
  756. package/es/schema-component/core/SchemaComponent.d.ts +8 -0
  757. package/es/schema-component/core/SchemaComponentOptions.d.ts +8 -0
  758. package/es/schema-component/core/SchemaComponentProvider.d.ts +8 -0
  759. package/es/schema-component/core/index.d.ts +8 -0
  760. package/es/schema-component/hooks/addAppVersion.d.ts +8 -0
  761. package/es/schema-component/hooks/index.d.ts +8 -0
  762. package/es/schema-component/hooks/useAttach.d.ts +8 -0
  763. package/es/schema-component/hooks/useCompile.d.ts +8 -0
  764. package/es/schema-component/hooks/useComponent.d.ts +8 -0
  765. package/es/schema-component/hooks/useDesignable.d.ts +8 -0
  766. package/es/schema-component/hooks/useDesigner.d.ts +8 -0
  767. package/es/schema-component/hooks/useFieldComponentOptions.d.ts +8 -0
  768. package/es/schema-component/hooks/useFieldModeOptions.d.ts +8 -0
  769. package/es/schema-component/hooks/useFieldProps.d.ts +8 -0
  770. package/es/schema-component/hooks/useFieldTitle.d.ts +8 -0
  771. package/es/schema-component/hooks/useProps.d.ts +8 -0
  772. package/es/schema-component/hooks/useSchemaComponentContext.d.ts +8 -0
  773. package/es/schema-component/hooks/useTableSize.d.ts +8 -0
  774. package/es/schema-component/index.d.ts +8 -0
  775. package/es/schema-component/types.d.ts +8 -0
  776. package/es/schema-initializer/buttons/CustomFormItemInitializers.d.ts +8 -0
  777. package/es/schema-initializer/buttons/FormItemInitializers.d.ts +8 -0
  778. package/es/schema-initializer/buttons/RecordBlockInitializers.d.ts +8 -0
  779. package/es/schema-initializer/buttons/SubTableActionInitializers.d.ts +8 -0
  780. package/es/schema-initializer/buttons/TabPaneInitializers.d.ts +8 -0
  781. package/es/schema-initializer/buttons/chart-config/area.d.ts +8 -0
  782. package/es/schema-initializer/buttons/chart-config/bar.d.ts +8 -0
  783. package/es/schema-initializer/buttons/chart-config/column.d.ts +8 -0
  784. package/es/schema-initializer/buttons/chart-config/index.d.ts +8 -0
  785. package/es/schema-initializer/buttons/chart-config/line.d.ts +8 -0
  786. package/es/schema-initializer/buttons/chart-config/pie.d.ts +8 -0
  787. package/es/schema-initializer/buttons/index.d.ts +8 -0
  788. package/es/schema-initializer/components/CreateRecordAction.d.ts +8 -0
  789. package/es/schema-initializer/components/DeletedField.d.ts +8 -0
  790. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +8 -0
  791. package/es/schema-initializer/components/assigned-field/index.d.ts +8 -0
  792. package/es/schema-initializer/components/index.d.ts +8 -0
  793. package/es/schema-initializer/hooks/useGetAriaLabelOfSchemaInitializer.d.ts +8 -0
  794. package/es/schema-initializer/index.d.ts +8 -0
  795. package/es/schema-initializer/items/ActionInitializer.d.ts +8 -0
  796. package/es/schema-initializer/items/BlockInitializer.d.ts +8 -0
  797. package/es/schema-initializer/items/CreateFilterActionInitializer.d.ts +8 -0
  798. package/es/schema-initializer/items/CreateResetActionInitializer.d.ts +8 -0
  799. package/es/schema-initializer/items/CustomizeActionInitializer.d.ts +8 -0
  800. package/es/schema-initializer/items/DataBlockInitializer.d.ts +8 -0
  801. package/es/schema-initializer/items/DeleteEventActionInitializer.d.ts +8 -0
  802. package/es/schema-initializer/items/FilterBlockInitializer.d.ts +8 -0
  803. package/es/schema-initializer/items/G2PlotInitializer.d.ts +8 -0
  804. package/es/schema-initializer/items/InitializerWithSwitch.d.ts +8 -0
  805. package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +8 -0
  806. package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +8 -0
  807. package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +8 -0
  808. package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +8 -0
  809. package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +8 -0
  810. package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +8 -0
  811. package/es/schema-initializer/items/SelectActionInitializer.d.ts +8 -0
  812. package/es/schema-initializer/items/SubmitActionInitializer.d.ts +8 -0
  813. package/es/schema-initializer/items/TableActionColumnInitializer.d.ts +8 -0
  814. package/es/schema-initializer/items/index.d.ts +8 -0
  815. package/es/schema-initializer/style.d.ts +8 -0
  816. package/es/schema-initializer/utils.d.ts +8 -0
  817. package/es/schema-items/GeneralSchemaItems.d.ts +8 -0
  818. package/es/schema-items/GeneralSettings.d.ts +8 -0
  819. package/es/schema-items/OpenModeSchemaItems.d.ts +8 -0
  820. package/es/schema-items/index.d.ts +8 -0
  821. package/es/schema-settings/DataTemplates/FormDataTemplates.d.ts +11 -1
  822. package/es/schema-settings/DataTemplates/TreeLabel.d.ts +8 -0
  823. package/es/schema-settings/DataTemplates/components/AsDefaultTemplate.d.ts +8 -0
  824. package/es/schema-settings/DataTemplates/components/DataTemplateTitle.d.ts +8 -0
  825. package/es/schema-settings/DataTemplates/components/DataTemplateTitle.style.d.ts +8 -0
  826. package/es/schema-settings/DataTemplates/components/Designer.d.ts +8 -0
  827. package/es/schema-settings/DataTemplates/hooks/useCollectionState.d.ts +8 -0
  828. package/es/schema-settings/DataTemplates/index.d.ts +8 -0
  829. package/es/schema-settings/DataTemplates/utils.d.ts +8 -0
  830. package/es/schema-settings/DateFormat/ExpiresRadio.d.ts +8 -0
  831. package/es/schema-settings/EnableChildCollections/DynamicComponent.d.ts +8 -0
  832. package/es/schema-settings/EnableChildCollections/index.d.ts +11 -1
  833. package/es/schema-settings/GeneralSchemaDesigner.d.ts +8 -0
  834. package/es/schema-settings/LinkageRules/DynamicComponent.d.ts +8 -0
  835. package/es/schema-settings/LinkageRules/LinkageRuleAction.d.ts +8 -0
  836. package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +15 -1
  837. package/es/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +8 -0
  838. package/es/schema-settings/LinkageRules/Variables.d.ts +8 -0
  839. package/es/schema-settings/LinkageRules/action-hooks.d.ts +8 -0
  840. package/es/schema-settings/LinkageRules/components/EnableLinkage.d.ts +8 -0
  841. package/es/schema-settings/LinkageRules/components/LinkageHeader.d.ts +8 -0
  842. package/es/schema-settings/LinkageRules/components/LinkageHeader.style.d.ts +8 -0
  843. package/es/schema-settings/LinkageRules/context.d.ts +8 -0
  844. package/es/schema-settings/LinkageRules/index.d.ts +13 -1
  845. package/es/schema-settings/LinkageRules/type.d.ts +8 -0
  846. package/es/schema-settings/LinkageRules/useValues.d.ts +8 -0
  847. package/es/schema-settings/SchemaSettings.d.ts +8 -0
  848. package/es/schema-settings/SchemaSettingsDataScope.d.ts +8 -0
  849. package/es/schema-settings/SchemaSettingsDateFormat.d.ts +8 -0
  850. package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +8 -0
  851. package/es/schema-settings/SchemaSettingsNumberFormat.d.ts +8 -0
  852. package/es/schema-settings/SchemaSettingsPlugin.d.ts +8 -0
  853. package/es/schema-settings/SchemaSettingsSortingRule.d.ts +8 -0
  854. package/es/schema-settings/VariableInput/VariableInput.d.ts +8 -0
  855. package/es/schema-settings/VariableInput/hooks/index.d.ts +8 -0
  856. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +8 -0
  857. package/es/schema-settings/VariableInput/hooks/useBlockCollection.d.ts +8 -0
  858. package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +8 -0
  859. package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +8 -0
  860. package/es/schema-settings/VariableInput/hooks/useFormVariable.d.ts +8 -0
  861. package/es/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +8 -0
  862. package/es/schema-settings/VariableInput/hooks/useParentRecordVariable.d.ts +8 -0
  863. package/es/schema-settings/VariableInput/hooks/usePopupVariable.d.ts +8 -0
  864. package/es/schema-settings/VariableInput/hooks/useRecordVariable.d.ts +8 -0
  865. package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +8 -0
  866. package/es/schema-settings/VariableInput/hooks/useUserVariable.d.ts +8 -0
  867. package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +8 -0
  868. package/es/schema-settings/VariableInput/index.d.ts +8 -0
  869. package/es/schema-settings/VariableInput/type.d.ts +8 -0
  870. package/es/schema-settings/VariableInput/utils/formatVariableScop.d.ts +8 -0
  871. package/es/schema-settings/hooks/useGetAriaLabelOfDesigner.d.ts +8 -0
  872. package/es/schema-settings/hooks/useIsAllowToSetDefaultValue.d.ts +8 -0
  873. package/es/schema-settings/hooks/useIsShowMultipleSwitch.d.ts +8 -0
  874. package/es/schema-settings/hooks/useParseDataScopeFilter.d.ts +8 -0
  875. package/es/schema-settings/index.d.ts +8 -0
  876. package/es/schema-settings/isPatternDisabled.d.ts +8 -0
  877. package/es/schema-settings/styles.d.ts +8 -0
  878. package/es/schema-settings/types.d.ts +8 -0
  879. package/es/schema-templates/BlockTemplate.d.ts +8 -0
  880. package/es/schema-templates/BlockTemplateDetails.d.ts +8 -0
  881. package/es/schema-templates/BlockTemplatePage.d.ts +8 -0
  882. package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +8 -0
  883. package/es/schema-templates/collections/uiSchemaTemplates.d.ts +8 -0
  884. package/es/schema-templates/index.d.ts +8 -0
  885. package/es/schema-templates/schemas/CollectionTitle.d.ts +8 -0
  886. package/es/schema-templates/schemas/uiSchemaTemplates.d.ts +8 -0
  887. package/es/style/index.d.ts +8 -0
  888. package/es/style/useToken.d.ts +8 -0
  889. package/es/system-settings/SystemSettingsProvider.d.ts +8 -0
  890. package/es/system-settings/SystemSettingsShortcut.d.ts +8 -0
  891. package/es/system-settings/index.d.ts +8 -0
  892. package/es/testUtils/index.d.ts +8 -0
  893. package/es/testUtils/mockAPIClient.d.ts +8 -0
  894. package/es/user/ChangePassword.d.ts +8 -0
  895. package/es/user/CurrentUser.d.ts +8 -0
  896. package/es/user/CurrentUserProvider.d.ts +8 -0
  897. package/es/user/CurrentUserSettingsMenuProvider.d.ts +8 -0
  898. package/es/user/EditProfile.d.ts +8 -0
  899. package/es/user/Help.d.ts +8 -0
  900. package/es/user/LanguageSettings.d.ts +8 -0
  901. package/es/user/SwitchRole.d.ts +8 -0
  902. package/es/user/VerificationCode.d.ts +8 -0
  903. package/es/user/index.d.ts +8 -0
  904. package/es/variables/VariablesProvider.d.ts +8 -0
  905. package/es/variables/constants.d.ts +8 -0
  906. package/es/variables/hooks/useBuiltinVariables.d.ts +8 -0
  907. package/es/variables/hooks/useContextVariable.d.ts +8 -0
  908. package/es/variables/hooks/useLocalVariables.d.ts +8 -0
  909. package/es/variables/hooks/useVariables.d.ts +8 -0
  910. package/es/variables/index.d.ts +8 -0
  911. package/es/variables/types.d.ts +8 -0
  912. package/es/variables/utils/filterEmptyValues.d.ts +8 -0
  913. package/es/variables/utils/getAction.d.ts +8 -0
  914. package/es/variables/utils/getPath.d.ts +8 -0
  915. package/es/variables/utils/getVariableName.d.ts +8 -0
  916. package/es/variables/utils/hasRequested.d.ts +8 -0
  917. package/es/variables/utils/isVariable.d.ts +8 -0
  918. package/es/variables/utils/transformVariableValue.d.ts +8 -0
  919. package/es/variables/utils/uniq.d.ts +8 -0
  920. package/lib/index.js +53 -53
  921. package/package.json +5 -5
  922. package/es/schema-component/antd/action/Action.Popover.d.ts +0 -0
  923. package/es/schema-component/antd/nanoIDInput/NanoIDInput.d.ts +0 -6
  924. package/es/schema-component/antd/nanoIDInput/index.d.ts +0 -1
  925. package/es/schema-component/antd/unixTimestamp/UnixTimestamp.d.ts +0 -2
  926. package/es/schema-component/antd/unixTimestamp/index.d.ts +0 -1
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { DataSourceManager } from '../data-source';
2
10
  import type { CollectionFieldInterface, CollectionFieldInterfaceFactory } from './CollectionFieldInterface';
3
11
  export declare class CollectionFieldInterfaceManager {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './CollectionFieldInterface';
2
10
  export * from './CollectionFieldInterfaceManager';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export interface CollectionRecordOptions<DataType = {}, ParentDataType = {}> {
2
10
  isNew?: boolean;
3
11
  data?: DataType;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC, ReactNode } from 'react';
2
10
  import { CollectionRecord } from './CollectionRecord';
3
11
  export declare const CollectionRecordContext: React.Context<CollectionRecord<any, any>>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './CollectionRecord';
2
10
  export * from './CollectionRecordProvider';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  /**
2
10
  * 判断一个记录对象是否是新记录,可通过 markRecordAsNew 标记
3
11
  * @param record
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { CollectionOptions, Collection } from '../collection';
2
10
  import type { ISchema } from '@formily/react';
3
11
  import type { CollectionTemplateManager } from './CollectionTemplateManager';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { DataSourceManager } from '../data-source';
2
10
  import type { CollectionTemplate, CollectionTemplateFactory } from './CollectionTemplate';
3
11
  export declare class CollectionTemplateManager {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './CollectionTemplate';
2
10
  export * from './CollectionTemplateManager';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { FC } from 'react';
2
10
  export interface CollectionDeletedPlaceholderProps {
3
11
  type: 'Collection' | 'Field' | 'Data Source' | 'Block template';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { FC } from 'react';
2
10
  import type { DataSourceManager } from '../data-source/DataSourceManager';
3
11
  import { type CollectionManagerProviderProps } from '../collection/CollectionManagerProvider';
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './CollectionDeletedPlaceholder';
2
10
  export * from './DataSourceApplicationProvider';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC, ReactNode } from 'react';
2
10
  import { UseRequestOptions, UseRequestService } from '../../api-client';
3
11
  import { Designable } from '../../schema-component';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC } from 'react';
2
10
  import { UseRequestResult } from '../../api-client';
3
11
  export declare const BlockRequestContext: React.Context<UseRequestResult<any>>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { IResource } from '@nocobase/sdk';
2
10
  import React, { FC, ReactNode } from 'react';
3
11
  export declare const DataBlockResourceContext: React.Context<IResource>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './DataBlockResourceProvider';
2
10
  export * from './DataBlockRequestProvider';
3
11
  export * from './DataBlockProvider';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { CollectionOptions } from '../collection';
2
10
  import type { DataSourceManager } from './DataSourceManager';
3
11
  import { CollectionManager } from '../collection';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { CollectionOptions, Collection } from '../collection';
2
10
  import type { Application } from '../../application/Application';
3
11
  import { type DataSourceOptions, DataSource, DataSourceFactory } from './DataSource';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC, ReactNode } from 'react';
2
10
  import type { DataSourceManager } from './DataSourceManager';
3
11
  export declare const DataSourceManagerContext: React.Context<DataSourceManager>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC, ReactNode } from 'react';
2
10
  import type { DataSource } from './DataSource';
3
11
  export declare const DataSourceContext: React.Context<DataSource>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './DataSource';
2
10
  export * from './DataSourceManager';
3
11
  export * from './DataSourceProvider';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './collection';
2
10
  export * from './collection-field';
3
11
  export * from './collection-field-interface';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { CollectionFieldOptions } from './collection';
2
10
  import { DataSourceManager } from './data-source/DataSourceManager';
3
11
  export declare const isTitleField: (dm: DataSourceManager, field: CollectionFieldOptions) => boolean;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  import { Plugin } from '../application/Plugin';
3
11
  interface DocumentTitleContextProps {
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  import { CollectionFieldOptions_deprecated, useCollection_deprecated } from '../collection-manager';
3
11
  declare enum FILTER_OPERATOR {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './FilterProvider';
2
10
  export * from './utils';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { Schema } from '@formily/react';
2
10
  import { FilterTarget } from '../block-provider/hooks';
3
11
  import { Collection_deprecated, CollectionFieldOptions_deprecated, FieldOptions, useCollection_deprecated } from '../collection-manager';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export interface FlagProviderProps {
3
11
  /**
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useFlag: () => Omit<import("../FlagProvider").FlagProviderProps, "children">;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './FlagProvider';
2
10
  export * from './hooks/useFlag';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  declare const AntdAppProvider: {
3
11
  ({ children }: {
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ThemeConfig } from './type';
2
10
  declare function compatOldTheme(theme: ThemeConfig): ThemeConfig;
3
11
  export default compatOldTheme;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { MappingAlgorithm } from 'antd';
2
10
  import { ThemeConfig } from './type';
3
11
  /**
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ThemeConfig } from './type';
2
10
  declare const defaultTheme: ThemeConfig;
3
11
  export default defaultTheme;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  import defaultTheme from './defaultTheme';
3
11
  import { ThemeConfig } from './type';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import type { ThemeConfig as _ThemeConfig } from 'antd';
2
10
  import { AliasToken } from 'antd/es/theme/internal';
3
11
  export interface CustomToken extends AliasToken {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './useAdminSchemaUid';
2
10
  export * from './useViewport';
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useAdminSchemaUid: () => string;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { MenuProps } from 'antd';
2
10
  import React, { ReactNode } from 'react';
3
11
  type Item = MenuProps['items'][0] & {
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare function useViewport(): void;
package/es/i18n/i18n.d.ts CHANGED
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { TFuncKey, TOptions } from 'i18next';
2
10
  export declare function tval(text: TFuncKey | TFuncKey[], options?: TOptions): string;
3
11
  export declare const i18n: import("i18next").i18n;
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './i18n';
package/es/icon/Icon.d.ts CHANGED
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const icons: Map<string, any>;
3
11
  export declare function registerIcon(type: string, icon?: any): void;
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './Icon';
package/es/index.d.ts CHANGED
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import 'dayjs/plugin/isBetween';
2
10
  import 'dayjs/plugin/isSameOrAfter';
3
11
  import 'dayjs/plugin/isSameOrBefore';
@@ -47,9 +55,9 @@ export * from './user';
47
55
  export * from './variables';
48
56
  export { withDynamicSchemaProps } from './application/hoc/withDynamicSchemaProps';
49
57
  export * from './modules/blocks/BlockSchemaToolbar';
50
- export * from './modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem';
51
58
  export * from './modules/blocks/data-blocks/form';
52
59
  export * from './modules/blocks/data-blocks/table';
53
60
  export * from './modules/blocks/data-blocks/table-selector';
54
61
  export * from './modules/blocks/useParentRecordCommon';
62
+ export * from './modules/blocks/index';
55
63
  export { DeclareVariable } from './modules/variable/DeclareVariable';