@tachybase/client 0.23.17 → 0.23.20

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 (332) 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 +6 -1
  46. package/es/built-in/assistant/Assistant.provider.mjs +64 -16
  47. package/es/built-in/assistant/calculator/AutoScalingText.d.ts +1 -2
  48. package/es/built-in/assistant/calculator/CalculatorDisplay.d.ts +1 -2
  49. package/es/built-in/assistant/calculator/CalculatorKey.d.ts +1 -2
  50. package/es/built-in/assistant/calculator/CalculatorProvider.d.ts +1 -1
  51. package/es/built-in/assistant/context.d.ts +3 -0
  52. package/es/built-in/assistant/context.mjs +6 -0
  53. package/es/built-in/assistant/index.d.ts +3 -0
  54. package/es/built-in/assistant/index.mjs +6 -2
  55. package/es/built-in/assistant/search-and-jump/index.d.ts +2 -2
  56. package/es/built-in/attachment-preview/previewers/file-default.d.ts +2 -3
  57. package/es/built-in/attachment-preview/previewers/file-pdf.d.ts +2 -3
  58. package/es/built-in/attachment-preview/previewers/file-sheet.d.ts +6 -7
  59. package/es/built-in/attachment-preview/previewers/image-jpeg.d.ts +2 -3
  60. package/es/built-in/attachment-preview/previewers/image-png.d.ts +2 -3
  61. package/es/built-in/attachment-preview/previewers/image-svg.d.ts +2 -3
  62. package/es/built-in/context-menu/ContextMenu.provider.d.ts +1 -2
  63. package/es/built-in/document-title/index.d.ts +2 -2
  64. package/es/built-in/dynamic-page/DynamicPage.d.ts +1 -2
  65. package/es/built-in/dynamic-page/index.d.ts +1 -1
  66. package/es/built-in/index.d.ts +1 -2
  67. package/es/built-in/page-style/CustomAdminHeader.d.ts +1 -2
  68. package/es/built-in/page-style/PageStyle.provider.d.ts +1 -1
  69. package/es/built-in/page-style/TabContent.d.ts +2 -3
  70. package/es/built-in/page-style/TabHeader.d.ts +2 -3
  71. package/es/built-in/page-style/useTabSettings.d.ts +2 -3
  72. package/es/built-in/pinned-list/PinnedPluginListProvider.d.ts +2 -2
  73. package/es/built-in/pm/PluginCard.d.ts +2 -2
  74. package/es/built-in/pm/PluginManager.d.ts +1 -2
  75. package/es/built-in/quick-access/CustomRequestActionSchemaInitializerItem.d.ts +1 -2
  76. package/es/built-in/quick-access/LinkActionSchemaInitializerItem.d.ts +1 -2
  77. package/es/built-in/quick-access/ModalActionSchemaInitializerItem.d.ts +1 -2
  78. package/es/built-in/quick-access/PopupActionSchemaInitializerItem.d.ts +1 -2
  79. package/es/built-in/quick-access/SchemaSettingsBlockTitleItem.d.ts +1 -2
  80. package/es/built-in/scroll-assistant/ScrollAssistant.provider.d.ts +1 -2
  81. package/es/built-in/scroll-assistant/ScrollAssistantStatus.provider.d.ts +1 -2
  82. package/es/built-in/setting-layout/AdminSettings.d.ts +1 -1
  83. package/es/built-in/setting-layout/SettingLayout.d.ts +1 -2
  84. package/es/built-in/setting-layout/SettingsCenterDropdown.d.ts +1 -2
  85. package/es/built-in/system-settings/SystemSettingsShortcut.d.ts +1 -2
  86. package/es/built-in/system-version/SystemVersion.provider.d.ts +1 -2
  87. package/es/built-in/user-settings/UserSettingsLayout.d.ts +1 -2
  88. package/es/collection-manager/CollectionHistoryProvider.d.ts +1 -2
  89. package/es/collection-manager/CollectionManagerProvider.d.ts +2 -2
  90. package/es/collection-manager/CollectionManagerSchemaComponentProvider.d.ts +1 -2
  91. package/es/collection-manager/Configuration/AddCollectionAction.d.ts +2 -3
  92. package/es/collection-manager/Configuration/AddFieldAction.d.ts +2 -3
  93. package/es/collection-manager/Configuration/AddSubFieldAction.d.ts +1 -2
  94. package/es/collection-manager/Configuration/DeleteCollectionAction.d.ts +2 -3
  95. package/es/collection-manager/Configuration/EditCollectionAction.d.ts +2 -3
  96. package/es/collection-manager/Configuration/EditFieldAction.d.ts +2 -3
  97. package/es/collection-manager/Configuration/EditSubFieldAction.d.ts +1 -2
  98. package/es/collection-manager/Configuration/OverridingCollectionField.d.ts +2 -3
  99. package/es/collection-manager/Configuration/SyncFieldsAction.d.ts +2 -3
  100. package/es/collection-manager/Configuration/ViewInheritedField.d.ts +2 -3
  101. package/es/collection-manager/Configuration/components/FieldSummary.d.ts +1 -2
  102. package/es/collection-manager/Configuration/components/TemplateSummary.d.ts +1 -2
  103. package/es/collection-manager/ResourceActionProvider.d.ts +1 -1
  104. package/es/collection-manager/interfaces/__tests__/json.mjs +1 -1
  105. package/es/collection-manager/interfaces/components/index.d.ts +6 -7
  106. package/es/collection-manager/interfaces/json.d.ts +1 -2
  107. package/es/collection-manager/templates/components/PreviewFields.d.ts +1 -1
  108. package/es/collection-manager/templates/components/PreviewTable.d.ts +1 -2
  109. package/es/collection-manager/templates/components/sql-collection/SQLInput.d.ts +1 -2
  110. package/es/collection-manager/templates/components/sql-collection/SQLRequestProvider.d.ts +1 -1
  111. package/es/collection-manager/templates/sql.d.ts +2 -2
  112. package/es/collection-manager/templates/view.d.ts +2 -2
  113. package/es/common/SelectWithTitle.d.ts +1 -2
  114. package/es/common/appInfo/CurrentAppInfoProvider.d.ts +1 -1
  115. package/es/data-source/collection/ExtendCollectionsProvider.d.ts +1 -1
  116. package/es/data-source/collection-field/CollectionField.d.ts +1 -1
  117. package/es/data-source/data-block/DataBlockProvider.d.ts +1 -1
  118. package/es/data-source/data-block/DataBlockRequestProvider.d.ts +1 -1
  119. package/es/data-source/data-block/DataBlockResourceProvider.d.ts +1 -1
  120. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
  121. package/es/data-source/data-source/DataSourceProvider.d.ts +1 -1
  122. package/es/filter-provider/FilterProvider.d.ts +2 -2
  123. package/es/flag-provider/FlagProvider.d.ts +1 -1
  124. package/es/hooks/useMenuItem.d.ts +1 -1
  125. package/es/i18n/i18n.mjs +12 -10
  126. package/es/icon/preloaded.d.ts +8 -9
  127. package/es/index.d.ts +1 -0
  128. package/es/index.mjs +1 -0
  129. package/es/modules/actions/ActionSchemaToolbar.d.ts +1 -2
  130. package/es/modules/actions/add-child/CreateChildInitializer.d.ts +1 -2
  131. package/es/modules/actions/add-new/CreateActionInitializer.d.ts +1 -2
  132. package/es/modules/actions/add-record/CustomizeAddRecordActionInitializer.d.ts +1 -2
  133. package/es/modules/actions/bulk-destroy/BulkDestroyActionInitializer.d.ts +1 -2
  134. package/es/modules/actions/delete/DestroyActionInitializer.d.ts +1 -2
  135. package/es/modules/actions/disassociate/DisassociateActionInitializer.d.ts +1 -2
  136. package/es/modules/actions/expand-collapse/ExpandableActionInitializer.d.ts +1 -2
  137. package/es/modules/actions/filter/FilterActionInitializer.d.ts +1 -2
  138. package/es/modules/actions/link/hooks.d.ts +3 -4
  139. package/es/modules/actions/refresh/RefreshActionInitializer.d.ts +1 -2
  140. package/es/modules/actions/save-record/SaveRecordActionInitializer.d.ts +1 -2
  141. package/es/modules/actions/submit/CreateSubmitActionInitializer.d.ts +1 -2
  142. package/es/modules/actions/submit/UpdateSubmitActionInitializer.d.ts +1 -2
  143. package/es/modules/actions/submit/createSubmitActionSettings.d.ts +1 -2
  144. package/es/modules/actions/update-record/UpdateRecordActionInitializer.d.ts +1 -2
  145. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +1 -2
  146. package/es/modules/actions/view-edit-popup/UpdateActionInitializer.d.ts +1 -2
  147. package/es/modules/actions/view-edit-popup/ViewActionInitializer.d.ts +1 -2
  148. package/es/modules/blocks/BlockSchemaToolbar.d.ts +1 -2
  149. package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +1 -2
  150. package/es/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.d.ts +1 -2
  151. package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +1 -2
  152. package/es/modules/blocks/data-blocks/form/CreateFormBlockInitializer.d.ts +1 -2
  153. package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +1 -2
  154. package/es/modules/blocks/data-blocks/form/FormItemSchemaToolbar.d.ts +1 -2
  155. package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +1 -2
  156. package/es/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.d.ts +1 -2
  157. package/es/modules/blocks/data-blocks/list/ListBlockInitializer.d.ts +1 -2
  158. package/es/modules/blocks/data-blocks/table/TableActionColumnInitializers.d.ts +1 -2
  159. package/es/modules/blocks/data-blocks/table/TableBlockInitializer.d.ts +1 -2
  160. package/es/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.d.ts +1 -2
  161. package/es/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.d.ts +1 -2
  162. package/es/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.d.ts +1 -2
  163. package/es/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.d.ts +1 -2
  164. package/es/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.d.ts +1 -2
  165. package/es/modules/blocks/filter-blocks/tree/FilterTreeBlockInitializer.d.ts +1 -2
  166. package/es/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.d.ts +1 -2
  167. package/es/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.d.ts +1 -2
  168. package/es/modules/fields/component/Cascader/cascaderComponentFieldSettings.d.ts +2 -3
  169. package/es/modules/fields/initializer/CollectionFieldInitializer.d.ts +1 -2
  170. package/es/modules/fields/initializer/TableCollectionFieldInitializer.d.ts +1 -2
  171. package/es/modules/menu/GroupItem.d.ts +1 -2
  172. package/es/modules/menu/LinkMenuItem.d.ts +1 -2
  173. package/es/modules/menu/PageMenuItem.d.ts +1 -2
  174. package/es/modules/variable/DeclareVariable.d.ts +1 -1
  175. package/es/powered-by/index.d.ts +1 -2
  176. package/es/record-provider/index.d.ts +3 -3
  177. package/es/route-switch/RouteSchemaComponent.d.ts +1 -2
  178. package/es/schema-component/antd/action/Action.Area.d.ts +2 -2
  179. package/es/schema-component/antd/action/Action.Designer.d.ts +13 -13
  180. package/es/schema-component/antd/action/Action.Drawer.d.ts +1 -2
  181. package/es/schema-component/antd/action/Action.Modal.d.ts +1 -2
  182. package/es/schema-component/antd/action/ActionBar.d.ts +1 -1
  183. package/es/schema-component/antd/action/context.d.ts +1 -1
  184. package/es/schema-component/antd/appends-tree-select/AppendsTreeSelectV2.d.ts +1 -2
  185. package/es/schema-component/antd/association-cascader/AssociationCascader.d.ts +1 -1
  186. package/es/schema-component/antd/association-field/FileManager.d.ts +1 -1
  187. package/es/schema-component/antd/association-field/Nester.d.ts +1 -2
  188. package/es/schema-component/antd/association-field/SubTabs/InternalCollapse.d.ts +1 -1
  189. package/es/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +1 -2
  190. package/es/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +1 -2
  191. package/es/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +1 -2
  192. package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +2 -2
  193. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +1 -2
  194. package/es/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +1 -2
  195. package/es/schema-component/antd/block-item/BlockToolbar.d.ts +6 -6
  196. package/es/schema-component/antd/block-item/useBlockToolbar.d.ts +1 -1
  197. package/es/schema-component/antd/card-item/CardItem.d.ts +1 -1
  198. package/es/schema-component/antd/checkbox/Checkbox.d.ts +2 -2
  199. package/es/schema-component/antd/cron/Cron.d.ts +1 -2
  200. package/es/schema-component/antd/date-picker/DatePicker.d.ts +2 -2
  201. package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +1 -2
  202. package/es/schema-component/antd/expand-action/Expand.Action.Design.d.ts +1 -2
  203. package/es/schema-component/antd/filter/DynamicComponent.d.ts +1 -1
  204. package/es/schema-component/antd/filter/Filter.Action.Designer.d.ts +2 -3
  205. package/es/schema-component/antd/filter/SaveDefaultValue.d.ts +1 -2
  206. package/es/schema-component/antd/form/Form.Designer.d.ts +1 -2
  207. package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +1 -2
  208. package/es/schema-component/antd/form-item/FormItem.d.ts +3 -4
  209. package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +10 -11
  210. package/es/schema-component/antd/form-v2/Form.Designer.d.ts +3 -4
  211. package/es/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +1 -2
  212. package/es/schema-component/antd/form-v2/Templates.d.ts +1 -2
  213. package/es/schema-component/antd/form-v2/Templates.mjs +0 -1
  214. package/es/schema-component/antd/grid-card/GridCard.Designer.d.ts +1 -2
  215. package/es/schema-component/antd/grid-card/GridCard.d.ts +1 -2
  216. package/es/schema-component/antd/icon-picker/IconFilterInput.d.ts +1 -2
  217. package/es/schema-component/antd/icon-picker/IconList.d.ts +1 -2
  218. package/es/schema-component/antd/input/ReadPretty.d.ts +5 -6
  219. package/es/schema-component/antd/list/List.Designer.d.ts +1 -2
  220. package/es/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +1 -2
  221. package/es/schema-component/antd/menu/Menu.Designer.d.ts +1 -2
  222. package/es/schema-component/antd/nanoIDInput/NanoIDInput.d.ts +1 -1
  223. package/es/schema-component/antd/page/FixedBlock.d.ts +2 -2
  224. package/es/schema-component/antd/page/FixedBlockDesignerItem.d.ts +1 -2
  225. package/es/schema-component/antd/page/PageTabDesigner.d.ts +2 -3
  226. package/es/schema-component/antd/popover/Popover.d.ts +1 -2
  227. package/es/schema-component/antd/record-picker/InputRecordPicker.d.ts +1 -1
  228. package/es/schema-component/antd/scroll-area/ScrollArea.d.ts +1 -2
  229. package/es/schema-component/antd/select/FormulaSelect.d.ts +1 -2
  230. package/es/schema-component/antd/table/Table.Array.Designer.d.ts +1 -2
  231. package/es/schema-component/antd/table/Table.Column.Decorator.d.ts +1 -2
  232. package/es/schema-component/antd/table/Table.Column.Designer.d.ts +1 -2
  233. package/es/schema-component/antd/table/Table.Column.d.ts +1 -2
  234. package/es/schema-component/antd/table/Table.Designer.d.ts +1 -2
  235. package/es/schema-component/antd/table/Table.RowActionDesigner.d.ts +1 -2
  236. package/es/schema-component/antd/table/Table.Void.Designer.d.ts +1 -2
  237. package/es/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +1 -2
  238. package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +1 -2
  239. package/es/schema-component/antd/table-v2/Table.Column.Designer.d.ts +1 -2
  240. package/es/schema-component/antd/table-v2/Table.Column.d.ts +1 -2
  241. package/es/schema-component/antd/table-v2/Table.Designer.d.ts +1 -2
  242. package/es/schema-component/antd/table-v2/Table.Index.d.ts +1 -2
  243. package/es/schema-component/antd/table-v2/TableBlockDesigner.d.ts +2 -3
  244. package/es/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +1 -2
  245. package/es/schema-component/antd/tabs/Tabs.Designer.d.ts +1 -2
  246. package/es/schema-component/antd/upload/ReadPretty.d.ts +1 -1
  247. package/es/schema-component/antd/upload/Upload.d.ts +1 -2
  248. package/es/schema-component/antd/variable/CodeMirror.d.ts +1 -2
  249. package/es/schema-component/antd/variable/Input.d.ts +1 -2
  250. package/es/schema-component/antd/variable/JSONInput.d.ts +1 -2
  251. package/es/schema-component/antd/variable/TextArea.d.ts +2 -3
  252. package/es/schema-component/antd/variable/Variable.d.ts +1 -1
  253. package/es/schema-component/common/infinite-scroll/infinite-scroll.d.ts +2 -2
  254. package/es/schema-component/common/sortable-item/SortableItem.d.ts +2 -2
  255. package/es/schema-component/core/DesignableSwitch.d.ts +1 -2
  256. package/es/schema-component/core/FormProvider.d.ts +1 -2
  257. package/es/schema-component/core/RemoteSchemaComponent.d.ts +1 -1
  258. package/es/schema-component/core/SchemaComponent.d.ts +1 -2
  259. package/es/schema-component/core/SchemaComponentOptions.d.ts +1 -1
  260. package/es/schema-component/core/SchemaComponentProvider.d.ts +1 -2
  261. package/es/schema-component/hooks/useDesignable.d.ts +2 -2
  262. package/es/schema-initializer/buttons/FormItemInitializers.d.ts +5 -6
  263. package/es/schema-initializer/buttons/TabPaneInitializers.d.ts +3 -4
  264. package/es/schema-initializer/components/DeletedField.d.ts +1 -2
  265. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +1 -2
  266. package/es/schema-initializer/items/ActionInitializer.d.ts +1 -2
  267. package/es/schema-initializer/items/BlockInitializer.d.ts +2 -3
  268. package/es/schema-initializer/items/CreateFilterActionInitializer.d.ts +1 -2
  269. package/es/schema-initializer/items/CreateResetActionInitializer.d.ts +1 -2
  270. package/es/schema-initializer/items/CustomFilterFormItemInitializer.d.ts +1 -1
  271. package/es/schema-initializer/items/CustomizeActionInitializer.d.ts +1 -2
  272. package/es/schema-initializer/items/DataBlockInitializer.d.ts +2 -2
  273. package/es/schema-initializer/items/DeleteEventActionInitializer.d.ts +1 -2
  274. package/es/schema-initializer/items/FilterBlockInitializer.d.ts +1 -1
  275. package/es/schema-initializer/items/G2PlotInitializer.d.ts +1 -2
  276. package/es/schema-initializer/items/InitializerWithSwitch.d.ts +1 -2
  277. package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +1 -2
  278. package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +1 -2
  279. package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +1 -2
  280. package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +1 -2
  281. package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +1 -2
  282. package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +1 -2
  283. package/es/schema-initializer/items/SelectActionInitializer.d.ts +1 -2
  284. package/es/schema-initializer/items/SubmitActionInitializer.d.ts +1 -2
  285. package/es/schema-initializer/items/TableActionColumnInitializer.d.ts +1 -2
  286. package/es/schema-settings/DataTemplates/TreeLabel.d.ts +1 -2
  287. package/es/schema-settings/DateFormat/ExpiresRadio.d.ts +1 -1
  288. package/es/schema-settings/EditCustomDefaultValue.d.ts +2 -3
  289. package/es/schema-settings/EditFormulaTitleField.d.ts +1 -2
  290. package/es/schema-settings/LinkageRules/DynamicComponent.d.ts +1 -2
  291. package/es/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +1 -2
  292. package/es/schema-settings/SchemaSettingCollection.d.ts +1 -2
  293. package/es/schema-settings/SchemaSettingComponent.d.ts +1 -2
  294. package/es/schema-settings/SchemaSettings.d.ts +9 -9
  295. package/es/schema-settings/SchemaSettings.mjs +3 -2
  296. package/es/schema-settings/SchemaSettingsDateFormat.d.ts +1 -2
  297. package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +1 -2
  298. package/es/schema-settings/SchemaSettingsNumberFormat.d.ts +1 -2
  299. package/es/schema-settings/SchemaSettingsSortingRule.d.ts +1 -2
  300. package/es/schema-settings/VariableInput/VariableInput.d.ts +1 -1
  301. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +1 -1
  302. package/es/schema-settings/hooks/useIsAllowToSetDefaultValue.d.ts +1 -1
  303. package/es/schema-settings/index.d.ts +1 -0
  304. package/es/schema-settings/index.mjs +1 -0
  305. package/es/schema-templates/BlockTemplate.d.ts +1 -2
  306. package/es/schema-templates/BlockTemplateDetails.d.ts +1 -2
  307. package/es/schema-templates/BlockTemplatePage.d.ts +2 -3
  308. package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +1 -1
  309. package/es/schema-templates/schemas/CollectionTitle.d.ts +1 -2
  310. package/es/style/theme/AntdAppProvider.d.ts +1 -1
  311. package/es/style/theme/index.d.ts +1 -1
  312. package/es/user/CurrentUser.d.ts +1 -1
  313. package/es/user/CurrentUserProvider.d.ts +2 -2
  314. package/es/user/CurrentUserSettingsMenuProvider.d.ts +1 -2
  315. package/es/user/VerificationCode.d.ts +1 -2
  316. package/es/variables/VariablesProvider.d.ts +1 -1
  317. package/lib/built-in/assistant/Assistant.provider.js +66 -30
  318. package/lib/built-in/assistant/{ai-chat/index.module.js → context.js} +6 -30
  319. package/lib/built-in/assistant/index.js +71 -10
  320. package/lib/collection-manager/interfaces/__tests__/json.js +1 -1
  321. package/lib/i18n/i18n.js +12 -10
  322. package/lib/index.js +86 -71
  323. package/lib/schema-component/antd/form-v2/Templates.js +0 -1
  324. package/lib/schema-settings/SchemaSettings.js +3 -2
  325. package/lib/schema-settings/index.js +57 -48
  326. package/package.json +7 -7
  327. package/es/built-in/assistant/ai-chat/index.d.ts +0 -8
  328. package/es/built-in/assistant/ai-chat/index.mjs +0 -330
  329. package/es/built-in/assistant/ai-chat/index.module.mjs +0 -30
  330. package/es/built-in/assistant/ai-chat/index_module.css +0 -257
  331. package/lib/built-in/assistant/ai-chat/index.js +0 -378
  332. package/lib/built-in/assistant/ai-chat/index_module.css +0 -257
@@ -1,378 +0,0 @@
1
- "use strict";
2
- var __webpack_require__ = {};
3
- (()=>{
4
- __webpack_require__.n = function(module) {
5
- var getter = module && module.__esModule ? function() {
6
- return module['default'];
7
- } : function() {
8
- return module;
9
- };
10
- __webpack_require__.d(getter, {
11
- a: getter
12
- });
13
- return getter;
14
- };
15
- })();
16
- (()=>{
17
- __webpack_require__.d = function(exports1, definition) {
18
- for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
19
- enumerable: true,
20
- get: definition[key]
21
- });
22
- };
23
- })();
24
- (()=>{
25
- __webpack_require__.o = function(obj, prop) {
26
- return Object.prototype.hasOwnProperty.call(obj, prop);
27
- };
28
- })();
29
- (()=>{
30
- __webpack_require__.r = function(exports1) {
31
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
32
- value: 'Module'
33
- });
34
- Object.defineProperty(exports1, '__esModule', {
35
- value: true
36
- });
37
- };
38
- })();
39
- var __webpack_exports__ = {};
40
- __webpack_require__.r(__webpack_exports__);
41
- __webpack_require__.d(__webpack_exports__, {
42
- default: ()=>AIChatModal
43
- });
44
- const jsx_runtime_namespaceObject = require("react/jsx-runtime");
45
- const external_react_namespaceObject = require("react");
46
- const icons_namespaceObject = require("@ant-design/icons");
47
- const external_antd_namespaceObject = require("antd");
48
- const index_js_namespaceObject = require("../../../icon/index.js");
49
- const external_index_module_js_namespaceObject = require("./index.module.js");
50
- var external_index_module_js_default = /*#__PURE__*/ __webpack_require__.n(external_index_module_js_namespaceObject);
51
- function AIChatModal(param) {
52
- let { mRef, onGenerateLoad, onReloadWrite } = param;
53
- const [showModal, setShowModal] = (0, external_react_namespaceObject.useState)(false);
54
- const [message, setMessage] = (0, external_react_namespaceObject.useState)('');
55
- const [requestMessage, setRequestMessage] = (0, external_react_namespaceObject.useState)('');
56
- const [responseMessage, setResponseMessage] = (0, external_react_namespaceObject.useState)('');
57
- const [sendAllow, setSendAllow] = (0, external_react_namespaceObject.useState)(false);
58
- const [showLoad, setShowLoad] = (0, external_react_namespaceObject.useState)(false);
59
- const [loading, setLoading] = (0, external_react_namespaceObject.useState)(false);
60
- const [loadingText, setLoadingText] = (0, external_react_namespaceObject.useState)('');
61
- const [welcomeText, setWelcomeText] = (0, external_react_namespaceObject.useState)('TachyAI为您服务~');
62
- const [status, setStatus] = (0, external_react_namespaceObject.useState)(false);
63
- const [statusInfo, setStatusInfo] = (0, external_react_namespaceObject.useState)({
64
- type: 'success',
65
- msg: '生成完成',
66
- reload: false
67
- });
68
- const examples = [
69
- {
70
- id: "1",
71
- name: '信息表单',
72
- message: '实现表单组件,展示学生的姓名、年龄、班级和成绩'
73
- },
74
- {
75
- id: "2",
76
- name: '登录组件',
77
- message: '帮我实现一个登录组件,含有用户名和密码输入框,以及登录按钮'
78
- },
79
- {
80
- id: "3",
81
- name: '日期组件',
82
- message: '帮我实现一个日期组件,含有日期选择器和时间选择器,以及日期格式化功能'
83
- }
84
- ];
85
- const popTitle = '温馨提示';
86
- const popContent = "TachyAI 是你搭建应用过程的得力助手。";
87
- (0, external_react_namespaceObject.useEffect)(()=>{
88
- message ? setSendAllow(true) : setSendAllow(false);
89
- }, [
90
- message
91
- ]);
92
- const openModal = ()=>{
93
- setShowModal(true);
94
- };
95
- const handleClickExample = (item)=>{
96
- setMessage(item.message);
97
- };
98
- const handleHideModal = ()=>{
99
- setMessage('');
100
- setShowModal(false);
101
- };
102
- const reloadStatus = async ()=>{
103
- setStatus(false);
104
- setShowLoad(true);
105
- setLoading(true);
106
- setLoadingText('正在重新写入代码,请稍后');
107
- };
108
- const cancelLoad = ()=>{
109
- setShowLoad(false);
110
- setLoading(false);
111
- setStatus(true);
112
- setStatusInfo({
113
- type: 'info',
114
- msg: '取消写入',
115
- reload: true
116
- });
117
- };
118
- const writeCompleted = async ()=>{
119
- setShowLoad(false);
120
- setLoading(false);
121
- setStatus(true);
122
- setStatusInfo({
123
- type: 'success',
124
- msg: '生成完成',
125
- reload: false
126
- });
127
- };
128
- const writeError = async ()=>{
129
- setShowLoad(false);
130
- setLoading(false);
131
- setStatus(true);
132
- setStatusInfo({
133
- type: 'error',
134
- msg: '代码写入出错了',
135
- reload: false
136
- });
137
- };
138
- const requestError = async ()=>{
139
- setShowLoad(false);
140
- setLoading(false);
141
- setStatus(true);
142
- setStatusInfo({
143
- type: 'error',
144
- msg: '请求出错了',
145
- reload: false
146
- });
147
- };
148
- const changeLoadInfo = async (text)=>{
149
- setLoadingText(text);
150
- setShowLoad(true);
151
- setLoading(true);
152
- };
153
- (0, external_react_namespaceObject.useImperativeHandle)(mRef, ()=>({
154
- openModal,
155
- handleHideModal,
156
- cancelLoad,
157
- reloadStatus,
158
- writeCompleted,
159
- writeError,
160
- changeLoadInfo,
161
- requestError
162
- }));
163
- const handleInputChange = (e)=>{
164
- setMessage(e.target.value);
165
- };
166
- const handleRequestMessage = async ()=>{
167
- setStatus(false);
168
- setRequestMessage(message);
169
- setResponseMessage('');
170
- setMessage('');
171
- setShowLoad(false);
172
- setLoading(false);
173
- setTimeout(async ()=>{
174
- setResponseMessage('好的,TachyAI为您服务~');
175
- await onGenerateLoad(message);
176
- }, 1000);
177
- };
178
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
179
- className: "".concat(external_index_module_js_default().AIChatModal, " ").concat(showModal ? external_index_module_js_default().showModal : external_index_module_js_default().hideModal),
180
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
181
- className: external_index_module_js_default().modalContent,
182
- children: [
183
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
184
- className: external_index_module_js_default().modalHeader,
185
- children: [
186
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
187
- className: external_index_module_js_default().title,
188
- children: [
189
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
190
- className: external_index_module_js_default().marsailogo,
191
- viewBox: "0 0 1024 1024",
192
- version: "1.1",
193
- xmlns: "http://www.w3.org/2000/svg",
194
- children: [
195
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
196
- d: "M370.812121 400.290909c-21.721212 0-38.787879 17.066667-38.787879 38.787879V605.090909c0 21.721212 17.066667 38.787879 38.787879 38.787879s38.787879-17.066667 38.787879-38.787879V439.078788c0-21.721212-17.066667-38.787879-38.787879-38.787879zM712.145455 417.357576c-15.515152-15.515152-38.787879-15.515152-54.303031 0L589.575758 485.624242c-9.309091 9.309091-13.963636 21.721212-12.412122 34.133334-1.551515 12.412121 3.10303 24.824242 12.412122 32.581818l68.266666 68.266667c7.757576 7.757576 17.066667 10.860606 27.927273 10.860606s20.169697-4.654545 27.927273-10.860606 10.860606-17.066667 10.860606-27.927273-4.654545-20.169697-10.860606-27.927273l-46.545455-46.545454 46.545455-46.545455c13.963636-13.963636 13.963636-38.787879-1.551515-54.30303z",
197
- fill: "#7d33ff"
198
- }),
199
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
200
- d: "M788.169697 228.072727c-57.406061-27.927273-161.357576-48.09697-273.066667-49.648485-111.709091 1.551515-217.212121 20.169697-274.618182 49.648485-88.436364 41.890909-124.121212 128.775758-124.121212 297.890909 0 134.981818 37.236364 232.727273 100.848485 266.860606 82.230303 41.890909 156.70303 55.854545 296.339394 55.854546 141.187879 0 215.660606-13.963636 294.787879-54.30303 65.163636-35.684848 102.4-134.981818 102.4-268.412122 0-167.563636-37.236364-256-122.569697-297.890909z m44.993939 296.339394c0 114.812121-31.030303 183.078788-60.509091 200.145455-58.957576 29.478788-117.915152 44.993939-259.10303 44.993939-139.636364 0-200.145455-15.515152-260.654545-44.993939-29.478788-15.515152-58.957576-85.333333-58.957576-200.145455 0-134.981818 23.272727-200.145455 79.127273-229.624242 46.545455-23.272727 142.739394-40.339394 240.484848-40.339394 97.745455 1.551515 193.939394 18.618182 240.484849 40.339394 55.854545 29.478788 79.127273 94.642424 79.127272 229.624242z",
201
- fill: "#7d33ff"
202
- })
203
- ]
204
- }),
205
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
206
- children: "TachyAI"
207
- })
208
- ]
209
- }),
210
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("button", {
211
- className: external_index_module_js_default().closeButton,
212
- onClick: handleHideModal,
213
- children: "\xd7"
214
- })
215
- ]
216
- }),
217
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
218
- className: external_index_module_js_default().modalBody,
219
- children: [
220
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
221
- className: external_index_module_js_default().chatContent,
222
- children: [
223
- !requestMessage && !responseMessage && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
224
- className: external_index_module_js_default().welcomeText,
225
- children: welcomeText
226
- }),
227
- requestMessage && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
228
- className: external_index_module_js_default().chatItem,
229
- children: [
230
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
231
- className: external_index_module_js_default().chatInfo,
232
- children: [
233
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
234
- className: external_index_module_js_default().chatName,
235
- children: "User"
236
- }),
237
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
238
- className: external_index_module_js_default().avatar,
239
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_js_namespaceObject.Icon, {
240
- type: "useroutlined"
241
- })
242
- })
243
- ]
244
- }),
245
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
246
- className: external_index_module_js_default().chatText,
247
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
248
- className: external_index_module_js_default().chatMessage,
249
- children: requestMessage
250
- })
251
- })
252
- ]
253
- }),
254
- responseMessage && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
255
- className: external_index_module_js_default().chatResponce,
256
- children: [
257
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
258
- className: external_index_module_js_default().chatInfo,
259
- children: [
260
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
261
- className: external_index_module_js_default().avatar,
262
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_js_namespaceObject.Icon, {
263
- type: "robotoutlined"
264
- })
265
- }),
266
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
267
- className: external_index_module_js_default().chatName,
268
- children: "TachyAI"
269
- })
270
- ]
271
- }),
272
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
273
- className: external_index_module_js_default().chatText,
274
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
275
- className: external_index_module_js_default().chatMessage,
276
- children: responseMessage
277
- })
278
- })
279
- ]
280
- }),
281
- showLoad && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
282
- className: external_index_module_js_default().chatLoad,
283
- children: [
284
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
285
- className: external_index_module_js_default().chatText,
286
- children: loadingText
287
- }),
288
- loading && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
289
- className: external_index_module_js_default().load,
290
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Spin, {
291
- size: "small"
292
- })
293
- })
294
- ]
295
- }),
296
- status && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
297
- className: external_index_module_js_default().chatLoad,
298
- children: statusInfo.reload ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Alert, {
299
- type: statusInfo.type,
300
- showIcon: true,
301
- message: statusInfo.msg,
302
- action: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Popover, {
303
- placement: "top",
304
- content: "重新写入代码",
305
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
306
- style: {
307
- marginLeft: '5px'
308
- },
309
- type: "primary",
310
- size: "small",
311
- shape: "circle",
312
- icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.ReloadOutlined, {}),
313
- onClick: onReloadWrite
314
- })
315
- })
316
- }) : /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Alert, {
317
- type: statusInfo.type,
318
- showIcon: true,
319
- message: statusInfo.msg
320
- })
321
- })
322
- ]
323
- }),
324
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
325
- className: external_index_module_js_default().chatExamples,
326
- children: examples.map((item)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("button", {
327
- className: external_index_module_js_default().chatExampleItem,
328
- onClick: ()=>handleClickExample(item),
329
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
330
- children: item.name
331
- })
332
- }, item.id))
333
- }),
334
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
335
- className: external_index_module_js_default().chatInput,
336
- children: [
337
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
338
- className: external_index_module_js_default().chatOtherInfo,
339
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Popover, {
340
- placement: "top",
341
- title: popTitle,
342
- content: popContent,
343
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.BellOutlined, {})
344
- })
345
- }),
346
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
347
- className: external_index_module_js_default().inputBox,
348
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("input", {
349
- maxLength: 80,
350
- type: "text",
351
- placeholder: "可以在这里描述你需要的内容",
352
- value: message,
353
- onChange: handleInputChange
354
- })
355
- }),
356
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
357
- className: external_index_module_js_default().sendBtn,
358
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
359
- disabled: !sendAllow,
360
- shape: "circle",
361
- type: "primary",
362
- icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.ArrowUpOutlined, {}),
363
- onClick: handleRequestMessage
364
- })
365
- })
366
- ]
367
- })
368
- ]
369
- })
370
- ]
371
- })
372
- });
373
- }
374
- var __webpack_export_target__ = exports;
375
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
376
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
377
- value: true
378
- });
@@ -1,257 +0,0 @@
1
- .AIChatModal-rzRCq4 {
2
- z-index: 1000;
3
- background-color: #fff;
4
- border-radius: 8px;
5
- width: 450px;
6
- min-height: 300px;
7
- position: fixed;
8
- bottom: 5%;
9
- right: 30px;
10
- box-shadow: 0 0 10px #00000080;
11
- }
12
-
13
- .showModal-I_UWD3 {
14
- display: block;
15
- }
16
-
17
- .hideModal-X40Vc3 {
18
- display: none;
19
- }
20
-
21
- .modalContent-ezOZkD {
22
- border-bottom: 4px solid #0000;
23
- padding: 0 20px 20px;
24
- }
25
-
26
- .modalHeader-nOGcoS {
27
- color: #7d33ff;
28
- border-bottom: 1px solid #e0e0e6;
29
- justify-content: space-between;
30
- align-items: center;
31
- padding: 10px;
32
- display: flex;
33
- }
34
-
35
- .modalHeader-nOGcoS .closeButton-sQRFHO {
36
- color: #9b9a9a;
37
- cursor: pointer;
38
- z-index: 2001;
39
- background-color: #0000;
40
- border: none;
41
- font-size: 40px;
42
- transition: transform .5s ease-in-out;
43
- }
44
-
45
- .modalHeader-nOGcoS .closeButton-sQRFHO:hover {
46
- transform: rotate(90deg)scale(1.2);
47
- }
48
-
49
- .modalHeader-nOGcoS .title-Y7yOZf {
50
- justify-content: center;
51
- align-items: center;
52
- display: flex;
53
- }
54
-
55
- .modalHeader-nOGcoS .marsailogo-uzJ6wj {
56
- width: 35px;
57
- height: 35px;
58
- margin-top: 4px;
59
- margin-right: 4px;
60
- }
61
-
62
- .modalHeader-nOGcoS span {
63
- font-size: 20px;
64
- font-weight: bold;
65
- }
66
-
67
- .modalBody-znsaSD {
68
- flex-direction: column;
69
- align-items: center;
70
- margin-top: 10px;
71
- display: flex;
72
- overflow: hidden;
73
- }
74
-
75
- .chatContent-pNV258 {
76
- scrollbar-width: none;
77
- border-radius: 5px;
78
- width: 100%;
79
- height: 300px;
80
- padding: 10px;
81
- overflow-y: auto;
82
- }
83
-
84
- .chatContent-pNV258 .welcomeText-rhomeV {
85
- text-align: center;
86
- margin: 120px 0;
87
- font-size: 16px;
88
- font-weight: bold;
89
- }
90
-
91
- .chatItem-NWq8xW {
92
- flex-direction: column;
93
- align-items: flex-end;
94
- margin-bottom: 20px;
95
- display: flex;
96
- }
97
-
98
- .chatItem-NWq8xW .chatInfo-JXKVGs {
99
- align-items: center;
100
- margin-bottom: 5px;
101
- display: flex;
102
- }
103
-
104
- .chatItem-NWq8xW .chatInfo-JXKVGs .avatar-p1qeb8 {
105
- border-radius: 50%;
106
- width: 30px;
107
- height: 30px;
108
- margin-left: 10px;
109
- }
110
-
111
- .chatItem-NWq8xW .chatInfo-JXKVGs .avatar-p1qeb8 img {
112
- border-radius: 50%;
113
- width: 100%;
114
- height: 100%;
115
- }
116
-
117
- .chatItem-NWq8xW .chatInfo-JXKVGs .chatName-Snh5k_ {
118
- font-size: 14px;
119
- font-weight: bold;
120
- }
121
-
122
- .chatItem-NWq8xW .chatText-LyRqZ_ {
123
- text-align: justify;
124
- background-color: #f0f0f0;
125
- border-radius: 5px;
126
- width: fit-content;
127
- margin: 0 30px;
128
- padding: 10px;
129
- font-size: 14px;
130
- line-height: 1.3;
131
- }
132
-
133
- .chatResponce-HQaYAb {
134
- flex-direction: column;
135
- align-items: flex-start;
136
- margin: 10px 0;
137
- display: flex;
138
- }
139
-
140
- .chatResponce-HQaYAb .chatInfo-JXKVGs {
141
- align-items: center;
142
- margin-bottom: 5px;
143
- display: flex;
144
- }
145
-
146
- .chatResponce-HQaYAb .chatInfo-JXKVGs .avatar-p1qeb8 {
147
- border-radius: 50%;
148
- width: 30px;
149
- height: 30px;
150
- margin-right: 10px;
151
- }
152
-
153
- .chatResponce-HQaYAb .chatInfo-JXKVGs .avatar-p1qeb8 img {
154
- border-radius: 50%;
155
- width: 100%;
156
- height: 100%;
157
- }
158
-
159
- .chatResponce-HQaYAb .chatInfo-JXKVGs .chatName-Snh5k_ {
160
- font-size: 14px;
161
- font-weight: bold;
162
- }
163
-
164
- .chatResponce-HQaYAb .chatText-LyRqZ_ {
165
- text-align: justify;
166
- background-color: #f0f0f0;
167
- border-radius: 5px;
168
- width: fit-content;
169
- margin: 0 30px;
170
- padding: 10px;
171
- font-size: 14px;
172
- line-height: 1.3;
173
- }
174
-
175
- .chatLoad-GYl_Mi {
176
- align-items: center;
177
- margin-left: 30px;
178
- display: flex;
179
- }
180
-
181
- .chatLoad-GYl_Mi .chatText-LyRqZ_ {
182
- font-size: 12px;
183
- }
184
-
185
- .chatLoad-GYl_Mi .load-q1byGM {
186
- margin-left: 10px;
187
- font-size: 12px;
188
- }
189
-
190
- .chatExamples-lfggyG {
191
- justify-content: flex-start;
192
- gap: 10px;
193
- width: 100%;
194
- margin-top: 10px;
195
- margin-left: 50px;
196
- display: flex;
197
- }
198
-
199
- .chatExamples-lfggyG .chatExampleItem-7D1scl {
200
- cursor: pointer;
201
- background-color: #0000;
202
- border: 1px solid #e0e0e6;
203
- border-radius: 8px;
204
- padding: 5px 10px;
205
- }
206
-
207
- .chatExamples-lfggyG .chatExampleItem-7D1scl span {
208
- font-size: 12px;
209
- }
210
-
211
- .chatExamples-lfggyG .chatExampleItem-7D1scl:hover {
212
- border: 1px solid #7d33ff;
213
- transition: all .5s;
214
- transform: scale(1.1);
215
- }
216
-
217
- .chatInput-OYNsM0 {
218
- justify-content: space-between;
219
- align-items: center;
220
- width: 100%;
221
- margin-top: 10px;
222
- padding: 0;
223
- display: flex;
224
- }
225
-
226
- .chatInput-OYNsM0 .chatOtherInfo-sj2Wal {
227
- color: #9b9a9a;
228
- cursor: pointer;
229
- margin-right: 5px;
230
- font-size: 20px;
231
- }
232
-
233
- .chatInput-OYNsM0 .chatOtherInfo-sj2Wal:hover {
234
- color: #7d33ff;
235
- }
236
-
237
- .chatInput-OYNsM0 input {
238
- border: 1.5px solid #e0e0e6;
239
- border-radius: 5px;
240
- outline: none;
241
- width: 330px;
242
- height: 30px;
243
- margin-right: 10px;
244
- padding: 0 10px;
245
- font-size: 14px;
246
- }
247
-
248
- .chatInput-OYNsM0 input:focus {
249
- border: 1.5px solid #7d33ff;
250
- }
251
-
252
- .ant-popover-DNZLKL {
253
- text-align: justify;
254
- word-break: break-all;
255
- max-width: 200px;
256
- }
257
-