@nocobase/client 0.9.4-alpha.2 → 0.10.0-alpha.3
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.
- package/.dumi/global.less +1 -0
- package/.dumi/theme/builtins/LangSwitch/index.tsx +11 -0
- package/.dumi/theme/builtins/Previewer/index.tsx +23 -0
- package/.dumirc.ts +56 -0
- package/contributing.md +1 -1
- package/docs/develop.md +5 -0
- package/{intro.md → docs/intro.md} +21 -27
- package/es/acl/ACLProvider.d.ts +6 -7
- package/es/acl/ACLProvider.js +6 -22
- package/es/acl/ACLShortcut.d.ts +2 -3
- package/es/acl/ACLShortcut.js +2 -61
- package/es/acl/Configuration/ConfigureCenter.d.ts +3 -2
- package/es/acl/Configuration/ConfigureCenter.js +7 -22
- package/es/acl/Configuration/FilterDynamicComponent.d.ts +2 -2
- package/es/acl/Configuration/MenuConfigure.d.ts +2 -1
- package/es/acl/Configuration/MenuItemsProvider.d.ts +2 -1
- package/es/acl/Configuration/MenuItemsProvider.js +3 -3
- package/es/acl/Configuration/PermisionProvider.d.ts +2 -2
- package/es/acl/Configuration/RoleConfigure.d.ts +2 -1
- package/es/acl/Configuration/RoleTable.d.ts +2 -1
- package/es/acl/Configuration/ScopeSelect.d.ts +2 -1
- package/es/acl/Configuration/schemas/scopes.d.ts +1 -0
- package/es/antd-config-provider/index.d.ts +1 -1
- package/es/api-client/APIClient.d.ts +1 -1
- package/es/api-client/APIClientProvider.d.ts +2 -1
- package/es/api-client/hooks/assign.d.ts +0 -1
- package/es/api-client/hooks/assign.js +1 -7
- package/es/api-client/hooks/useRequest.d.ts +1 -1
- package/es/api-client/hooks/useRequest.js +1 -1
- package/es/appInfo/CurrentAppInfoProvider.d.ts +1 -1
- package/es/application/Application.d.ts +2 -1
- package/es/application/Application.js +5 -4
- package/es/application/compose.d.ts +2 -1
- package/es/application-v2/Application.d.ts +31 -0
- package/es/application-v2/Application.js +139 -0
- package/es/application-v2/Plugin.d.ts +14 -0
- package/es/application-v2/Plugin.js +92 -0
- package/es/application-v2/PluginManager.d.ts +19 -0
- package/es/application-v2/PluginManager.js +242 -0
- package/es/application-v2/Router.d.ts +13 -0
- package/es/application-v2/Router.js +103 -0
- package/es/application-v2/components/AppComponent.d.ts +2 -0
- package/es/application-v2/components/AppComponent.js +20 -0
- package/es/application-v2/components/MainComponent.d.ts +6 -0
- package/es/application-v2/components/MainComponent.js +13 -0
- package/es/application-v2/components/RouterProvider.d.ts +14 -0
- package/es/application-v2/components/RouterProvider.js +105 -0
- package/es/application-v2/components/index.d.ts +13 -0
- package/es/application-v2/components/index.js +13 -0
- package/es/application-v2/compose.d.ts +2 -0
- package/es/application-v2/compose.js +41 -0
- package/es/application-v2/context.d.ts +3 -0
- package/es/application-v2/context.js +2 -0
- package/es/application-v2/hooks/index.d.ts +3 -0
- package/es/application-v2/hooks/index.js +3 -0
- package/es/application-v2/hooks/useApp.d.ts +1 -0
- package/es/application-v2/hooks/useApp.js +5 -0
- package/es/application-v2/hooks/useLoad.d.ts +1 -0
- package/es/application-v2/hooks/useLoad.js +38 -0
- package/es/application-v2/hooks/useRouter.d.ts +1 -0
- package/es/application-v2/hooks/useRouter.js +5 -0
- package/es/application-v2/index.d.ts +3 -0
- package/es/application-v2/index.js +3 -0
- package/es/application-v2/types.d.ts +26 -0
- package/es/application-v2/types.js +1 -0
- package/es/async-data-provider/index.d.ts +1 -1
- package/es/auth/OptionsComponent.d.ts +7 -0
- package/es/auth/OptionsComponent.js +20 -0
- package/es/auth/SigninPage.d.ts +23 -0
- package/es/{settings-form/SettingsForm.js → auth/SigninPage.js} +116 -275
- package/es/auth/SigninPageExtension.d.ts +22 -0
- package/es/auth/SigninPageExtension.js +30 -0
- package/es/auth/SignupPage.d.ts +24 -0
- package/es/auth/SignupPage.js +82 -0
- package/es/auth/index.d.ts +4 -0
- package/es/auth/index.js +4 -0
- package/es/block-provider/BlockProvider.d.ts +4 -3
- package/es/block-provider/BlockProvider.js +23 -6
- package/es/block-provider/CalendarBlockProvider.d.ts +1 -1
- package/es/block-provider/DetailsBlockProvider.d.ts +1 -1
- package/es/block-provider/DetailsBlockProvider.js +1 -13
- package/es/block-provider/FilterFormBlockProvider.d.ts +2 -1
- package/es/block-provider/FormBlockProvider.d.ts +1 -1
- package/es/block-provider/FormBlockProvider.js +10 -21
- package/es/block-provider/FormFieldProvider.d.ts +1 -1
- package/es/block-provider/GanttBlockProvider.d.ts +1 -1
- package/es/block-provider/KanbanBlockProvider.d.ts +1 -1
- package/es/block-provider/TableBlockProvider.d.ts +1 -2
- package/es/block-provider/TableBlockProvider.js +57 -82
- package/es/block-provider/TableFieldProvider.d.ts +1 -1
- package/es/block-provider/TableSelectorProvider.d.ts +2 -2
- package/es/block-provider/hooks/index.d.ts +10 -1
- package/es/block-provider/hooks/index.js +53 -137
- package/es/block-provider/index.d.ts +1 -0
- package/es/block-provider/index.js +2 -1
- package/es/board/Card.d.ts +2 -2
- package/es/board/CardAdder.d.ts +2 -2
- package/es/board/CardForm.d.ts +2 -2
- package/es/board/Column.d.ts +3 -3
- package/es/board/ColumnAdder.d.ts +2 -2
- package/es/board/ColumnForm.d.ts +2 -2
- package/es/board/DefaultCard.d.ts +2 -2
- package/es/board/DefaultColumnHeader.d.ts +2 -2
- package/es/board/Kanban.d.ts +2 -2
- package/es/board/withDroppable.d.ts +2 -1
- package/es/china-region/index.d.ts +2 -1
- package/es/collection-manager/CollectionField.d.ts +1 -1
- package/es/collection-manager/CollectionField.js +2 -1
- package/es/collection-manager/CollectionManagerProvider.d.ts +2 -2
- package/es/collection-manager/CollectionManagerShortcut.d.ts +2 -3
- package/es/collection-manager/CollectionManagerShortcut.js +3 -60
- package/es/collection-manager/Configuration/AddCategoryAction.d.ts +3 -2
- package/es/collection-manager/Configuration/AddCategoryAction.js +2 -2
- package/es/collection-manager/Configuration/AddCollectionAction.d.ts +3 -2
- package/es/collection-manager/Configuration/AddCollectionAction.js +33 -27
- package/es/collection-manager/Configuration/AddFieldAction.d.ts +3 -2
- package/es/collection-manager/Configuration/AddFieldAction.js +46 -33
- package/es/collection-manager/Configuration/AddSubFieldAction.d.ts +2 -1
- package/es/collection-manager/Configuration/AddSubFieldAction.js +25 -20
- package/es/collection-manager/Configuration/CollectionFields.d.ts +2 -1
- package/es/collection-manager/Configuration/CollectionFieldsTable.d.ts +2 -2
- package/es/collection-manager/Configuration/CollectionFieldsTable.js +3 -1
- package/es/collection-manager/Configuration/CollectionFieldsTableArray.d.ts +2 -2
- package/es/collection-manager/Configuration/CollectionFieldsTableArray.js +3 -1
- package/es/collection-manager/Configuration/ConfigurationTable.d.ts +2 -1
- package/es/collection-manager/Configuration/ConfigurationTabs.d.ts +2 -1
- package/es/collection-manager/Configuration/ConfigurationTabs.js +61 -50
- package/es/collection-manager/Configuration/EditCategoryAction.d.ts +3 -2
- package/es/collection-manager/Configuration/EditCategoryAction.js +2 -2
- package/es/collection-manager/Configuration/EditCollectionAction.d.ts +3 -2
- package/es/collection-manager/Configuration/EditCollectionAction.js +2 -2
- package/es/collection-manager/Configuration/EditFieldAction.d.ts +3 -2
- package/es/collection-manager/Configuration/EditFieldAction.js +2 -2
- package/es/collection-manager/Configuration/EditSubFieldAction.d.ts +2 -1
- package/es/collection-manager/Configuration/EditSubFieldAction.js +2 -2
- package/es/collection-manager/Configuration/OverridingCollectionField.d.ts +3 -2
- package/es/collection-manager/Configuration/OverridingCollectionField.js +2 -2
- package/es/collection-manager/Configuration/SyncFieldsAction.d.ts +3 -2
- package/es/collection-manager/Configuration/SyncFieldsAction.js +2 -2
- package/es/collection-manager/Configuration/ViewInheritedField.d.ts +3 -2
- package/es/collection-manager/Configuration/ViewInheritedField.js +2 -2
- package/es/collection-manager/Configuration/components/CollectionCategory.d.ts +1 -1
- package/es/collection-manager/Configuration/components/CollectionCategory.js +2 -0
- package/es/collection-manager/Configuration/components/CollectionFieldInterface.d.ts +1 -1
- package/es/collection-manager/Configuration/components/CollectionFieldInterface.js +2 -0
- package/es/collection-manager/Configuration/components/CollectionTemplate.d.ts +1 -1
- package/es/collection-manager/Configuration/components/CollectionTemplate.js +2 -0
- package/es/collection-manager/Configuration/components/FieldSummary.d.ts +1 -1
- package/es/collection-manager/Configuration/components/FieldSummary.js +4 -2
- package/es/collection-manager/Configuration/components/TemplateSummay.d.ts +1 -1
- package/es/collection-manager/Configuration/components/TemplateSummay.js +4 -2
- package/es/collection-manager/Configuration/components/index.d.ts +6 -6
- package/es/collection-manager/Configuration/components/index.js +12 -0
- package/es/collection-manager/Configuration/interfaces.d.ts +1 -0
- package/es/collection-manager/Configuration/templates.d.ts +1 -0
- package/es/collection-manager/ResourceActionProvider.d.ts +1 -1
- package/es/collection-manager/action-hooks.d.ts +1 -0
- package/es/collection-manager/action-hooks.js +168 -90
- package/es/collection-manager/hooks/useOptions.js +39 -36
- package/es/collection-manager/index.d.ts +1 -1
- package/es/collection-manager/index.js +1 -1
- package/es/collection-manager/interfaces/components/index.d.ts +7 -6
- package/es/collection-manager/interfaces/index.d.ts +0 -1
- package/es/collection-manager/interfaces/index.js +0 -1
- package/es/collection-manager/interfaces/integer.js +1 -1
- package/es/collection-manager/interfaces/number.js +3 -3
- package/es/collection-manager/interfaces/percent.js +3 -3
- package/es/collection-manager/interfaces/properties/index.d.ts +0 -1
- package/es/collection-manager/interfaces/properties/index.js +0 -40
- package/es/collection-manager/interfaces/url.js +0 -5
- package/es/collection-manager/sub-table.d.ts +2 -2
- package/es/collection-manager/sub-table.js +4 -0
- package/es/collection-manager/templates/components/PreviewFields.d.ts +1 -1
- package/es/collection-manager/templates/components/PreviewFields.js +2 -1
- package/es/collection-manager/templates/components/PreviewTable.d.ts +2 -1
- package/es/collection-manager/types.d.ts +2 -0
- package/es/filter-provider/FilterProvider.d.ts +5 -1
- package/es/filter-provider/FilterProvider.js +8 -3
- package/es/formula/Expression.d.ts +2 -1
- package/es/formula/Expression.js +66 -46
- package/es/formula/Result.d.ts +2 -1
- package/es/formula/index.d.ts +2 -2
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/index.js +2 -0
- package/es/hooks/useAdminSchemaUid.d.ts +1 -0
- package/es/hooks/useAdminSchemaUid.js +6 -0
- package/es/hooks/useMenuItem.d.ts +37 -0
- package/es/hooks/useMenuItem.js +90 -0
- package/es/hooks/useViewport.d.ts +1 -0
- package/es/hooks/useViewport.js +41 -0
- package/es/i18n/i18n.js +0 -1
- package/es/icon/Icon.d.ts +2 -1
- package/es/index.d.ts +3 -2
- package/es/index.js +3 -2
- package/es/locale/en_US.d.ts +19 -22
- package/es/locale/en_US.js +22 -25
- package/es/locale/es_ES.d.ts +4 -2
- package/es/locale/es_ES.js +5 -3
- package/es/locale/ja_JP.d.ts +19 -20
- package/es/locale/ja_JP.js +20 -21
- package/es/locale/pt_BR.d.ts +3 -1
- package/es/locale/pt_BR.js +4 -2
- package/es/locale/ru_RU.d.ts +3 -19
- package/es/locale/ru_RU.js +4 -20
- package/es/locale/tr_TR.d.ts +0 -17
- package/es/locale/tr_TR.js +0 -17
- package/es/locale/zh_CN.d.ts +28 -25
- package/es/locale/zh_CN.js +29 -26
- package/es/plugin-manager/PinnedPluginListProvider.d.ts +1 -1
- package/es/plugin-manager/index.d.ts +1 -3
- package/es/plugin-manager/index.js +1 -3
- package/es/pm/Card.d.ts +8 -0
- package/es/pm/Card.js +364 -0
- package/es/pm/PluginManagerLink.d.ts +3 -2
- package/es/pm/PluginManagerLink.js +22 -18
- package/es/pm/index.d.ts +33 -3
- package/es/pm/index.js +117 -282
- package/es/powered-by/index.d.ts +2 -1
- package/es/route-switch/RouteSwitch.d.ts +2 -2
- package/es/route-switch/RouteSwitch.js +76 -45
- package/es/route-switch/RouteSwitchProvider.d.ts +3 -3
- package/es/route-switch/antd/admin-layout/index.d.ts +4 -2
- package/es/route-switch/antd/admin-layout/index.js +60 -56
- package/es/route-switch/antd/auth-layout/index.d.ts +2 -2
- package/es/route-switch/antd/auth-layout/index.js +2 -1
- package/es/route-switch/antd/route-schema-component/index.d.ts +2 -2
- package/es/route-switch/antd/route-schema-component/index.js +3 -3
- package/es/route-switch/context.d.ts +4 -0
- package/es/route-switch/context.js +5 -2
- package/es/route-switch/types.d.ts +2 -5
- package/es/schema-component/antd/AntdSchemaComponentProvider.d.ts +2 -1
- package/es/schema-component/antd/action/Action.Container.js +4 -0
- package/es/schema-component/antd/action/Action.Designer.d.ts +2 -1
- package/es/schema-component/antd/action/Action.Designer.js +204 -20
- package/es/schema-component/antd/action/Action.Drawer.js +14 -12
- package/es/schema-component/antd/action/Action.Link.js +3 -1
- package/es/schema-component/antd/action/Action.Modal.js +13 -12
- package/es/schema-component/antd/action/Action.Page.js +8 -2
- package/es/schema-component/antd/action/Action.js +26 -18
- package/es/schema-component/antd/action/ActionBar.d.ts +18 -2
- package/es/schema-component/antd/action/ActionBar.js +47 -21
- package/es/schema-component/antd/action/context.d.ts +8 -2
- package/es/schema-component/antd/action/context.js +15 -2
- package/es/schema-component/antd/action/hooks.d.ts +2 -0
- package/es/schema-component/antd/association-field/AssociationFieldProvider.d.ts +1 -1
- package/es/schema-component/antd/association-field/AssociationFieldProvider.js +57 -6
- package/es/schema-component/antd/association-field/AssociationSelect.js +89 -11
- package/es/schema-component/antd/association-field/Editable.d.ts +1 -1
- package/es/schema-component/antd/association-field/Editable.js +12 -11
- package/es/schema-component/antd/association-field/FileManager.d.ts +1 -1
- package/es/schema-component/antd/association-field/FileManager.js +14 -4
- package/es/schema-component/antd/association-field/InternalNester.d.ts +2 -1
- package/es/schema-component/antd/association-field/InternalNester.js +12 -1
- package/es/schema-component/antd/association-field/InternalPicker.d.ts +1 -1
- package/es/schema-component/antd/association-field/InternalPicker.js +10 -4
- package/es/schema-component/antd/association-field/InternalSubTable.d.ts +2 -1
- package/es/schema-component/antd/association-field/InternalSubTable.js +35 -6
- package/es/schema-component/antd/association-field/InternalViewer.js +10 -3
- package/es/schema-component/antd/association-field/Nester.d.ts +2 -1
- package/es/schema-component/antd/association-field/Nester.js +58 -14
- package/es/schema-component/antd/association-field/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/association-field/ReadPretty.js +4 -0
- package/es/schema-component/antd/association-field/SubTable.js +53 -12
- package/es/schema-component/antd/association-field/components/CreateRecordAction.d.ts +1 -1
- package/es/schema-component/antd/association-field/components/CreateRecordAction.js +4 -2
- package/es/schema-component/antd/association-field/schema.d.ts +3 -15
- package/es/schema-component/antd/association-field/schema.js +4 -16
- package/es/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.FilterBlockInitializer.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.Initializer.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +7 -6
- package/es/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +2 -1
- package/es/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +2 -1
- package/es/schema-component/antd/association-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/association-select/ReadPretty.js +2 -0
- package/es/schema-component/antd/block-item/BlockItem.js +6 -3
- package/es/schema-component/antd/block-item/TestDesigner.d.ts +2 -1
- package/es/schema-component/antd/calendar/Calendar.Designer.d.ts +2 -1
- package/es/schema-component/antd/calendar/Calendar.js +7 -5
- package/es/schema-component/antd/calendar/DeleteEvent.d.ts +1 -1
- package/es/schema-component/antd/calendar/DeleteEvent.js +3 -1
- package/es/schema-component/antd/calendar/Event.d.ts +1 -1
- package/es/schema-component/antd/calendar/Event.js +2 -0
- package/es/schema-component/antd/calendar/Nav.d.ts +1 -1
- package/es/schema-component/antd/calendar/Nav.js +5 -3
- package/es/schema-component/antd/calendar/Title.d.ts +1 -1
- package/es/schema-component/antd/calendar/Title.js +2 -0
- package/es/schema-component/antd/calendar/Today.d.ts +1 -1
- package/es/schema-component/antd/calendar/Today.js +4 -2
- package/es/schema-component/antd/calendar/ViewSelect.d.ts +1 -1
- package/es/schema-component/antd/calendar/ViewSelect.js +3 -0
- package/es/schema-component/antd/calendar/components/Header.d.ts +2 -1
- package/es/schema-component/antd/card-item/CardItem.js +1 -1
- package/es/schema-component/antd/cascader/Cascader.js +8 -1
- package/es/schema-component/antd/checkbox/Checkbox.d.ts +2 -1
- package/es/schema-component/antd/checkbox/Checkbox.js +14 -12
- package/es/schema-component/antd/collection-select/CollectionSelect.js +2 -0
- package/es/schema-component/antd/cron/Cron.d.ts +2 -1
- package/es/schema-component/antd/cron/Cron.js +3 -2
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +4 -2
- package/es/schema-component/antd/date-picker/DatePicker.js +2 -1
- package/es/schema-component/antd/date-picker/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/date-picker/ReadPretty.js +1 -1
- package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +2 -1
- package/es/schema-component/antd/expand-action/Expand.Action.Design.d.ts +2 -1
- package/es/schema-component/antd/expand-action/Expand.Action.Design.js +2 -2
- package/es/schema-component/antd/expand-action/Expand.Action.d.ts +2 -1
- package/es/schema-component/antd/expand-action/Expand.Action.js +3 -6
- package/es/schema-component/antd/filter/DynamicComponent.d.ts +2 -1
- package/es/schema-component/antd/filter/Filter.Action.Designer.d.ts +2 -1
- package/es/schema-component/antd/filter/Filter.js +3 -1
- package/es/schema-component/antd/filter/FilterAction.d.ts +1 -1
- package/es/schema-component/antd/filter/FilterAction.js +3 -1
- package/es/schema-component/antd/filter/FilterItem.d.ts +1 -1
- package/es/schema-component/antd/filter/FilterItem.js +46 -41
- package/es/schema-component/antd/filter/FilterItems.d.ts +1 -1
- package/es/schema-component/antd/filter/FilterItems.js +2 -0
- package/es/schema-component/antd/filter/SaveDefaultValue.d.ts +2 -1
- package/es/schema-component/antd/filter/index.d.ts +1 -0
- package/es/schema-component/antd/filter/index.js +1 -0
- package/es/schema-component/antd/filter/useValues.js +3 -3
- package/es/schema-component/antd/form/Form.Designer.d.ts +2 -1
- package/es/schema-component/antd/form/Form.d.ts +1 -1
- package/es/schema-component/antd/form/Form.js +2 -0
- package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +2 -1
- package/es/schema-component/antd/form-item/FormItem.js +93 -38
- package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +11 -10
- package/es/schema-component/antd/form-item/SchemaSettingOptions.js +1 -1
- package/es/schema-component/antd/form-v2/Form.Designer.d.ts +4 -3
- package/es/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +2 -1
- package/es/schema-component/antd/form-v2/Form.js +9 -2
- package/es/schema-component/antd/form-v2/FormField.js +2 -0
- package/es/schema-component/antd/form-v2/Templates.d.ts +7 -1
- package/es/schema-component/antd/form-v2/Templates.js +20 -4
- package/es/schema-component/antd/form-v2/index.js +2 -0
- package/es/schema-component/antd/g2plot/G2Plot.js +2 -0
- package/es/schema-component/antd/g2plot/G2PlotDesigner.d.ts +2 -1
- package/es/schema-component/antd/gantt/Gantt.Designer.d.ts +2 -1
- package/es/schema-component/antd/gantt/components/gantt/Event.d.ts +1 -1
- package/es/schema-component/antd/gantt/components/gantt/Event.js +2 -0
- package/es/schema-component/antd/gantt/components/gantt/gantt.js +2 -2
- package/es/schema-component/antd/grid/Block.d.ts +1 -1
- package/es/schema-component/antd/grid/Block.js +2 -0
- package/es/schema-component/antd/grid/Grid.js +25 -9
- package/es/schema-component/antd/grid-card/GridCard.Decorator.d.ts +1 -1
- package/es/schema-component/antd/grid-card/GridCard.Decorator.js +2 -12
- package/es/schema-component/antd/grid-card/GridCard.Designer.d.ts +2 -1
- package/es/schema-component/antd/grid-card/GridCard.Designer.js +4 -5
- package/es/schema-component/antd/grid-card/GridCard.Item.d.ts +2 -1
- package/es/schema-component/antd/grid-card/GridCard.d.ts +2 -1
- package/es/schema-component/antd/grid-card/GridCard.js +12 -8
- package/es/schema-component/antd/index.d.ts +1 -0
- package/es/schema-component/antd/index.js +1 -0
- package/es/schema-component/antd/index.less +18 -4
- package/es/schema-component/antd/input/Input.d.ts +2 -1
- package/es/schema-component/antd/input/Input.js +3 -2
- package/es/schema-component/antd/input/Json.d.ts +2 -2
- package/es/schema-component/antd/input/Json.js +43 -4
- package/es/schema-component/antd/input/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/input/ReadPretty.js +4 -4
- package/es/schema-component/antd/input-number/InputNumber.d.ts +5 -1
- package/es/schema-component/antd/input-number/InputNumber.js +2 -2
- package/es/schema-component/antd/input-number/ReadPretty.d.ts +2 -2
- package/es/schema-component/antd/input-number/ReadPretty.js +6 -2
- package/es/schema-component/antd/kanban/Kanban.Card.Designer.TitleSwitch.d.ts +2 -1
- package/es/schema-component/antd/kanban/Kanban.Card.Designer.d.ts +2 -1
- package/es/schema-component/antd/kanban/Kanban.Card.js +5 -3
- package/es/schema-component/antd/kanban/Kanban.CardViewer.js +2 -0
- package/es/schema-component/antd/kanban/Kanban.Designer.d.ts +2 -1
- package/es/schema-component/antd/kanban/Kanban.js +3 -1
- package/es/schema-component/antd/list/List.Decorator.d.ts +1 -1
- package/es/schema-component/antd/list/List.Decorator.js +7 -12
- package/es/schema-component/antd/list/List.Designer.d.ts +2 -1
- package/es/schema-component/antd/list/List.Item.d.ts +2 -1
- package/es/schema-component/antd/list/List.Item.js +1 -1
- package/es/schema-component/antd/list/List.d.ts +2 -1
- package/es/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +2 -1
- package/es/schema-component/antd/markdown/Markdown.Void.js +2 -0
- package/es/schema-component/antd/markdown/Markdown.d.ts +2 -0
- package/es/schema-component/antd/markdown/Markdown.js +6 -2
- package/es/schema-component/antd/markdown/util.js +1 -1
- package/es/schema-component/antd/menu/Menu.Designer.d.ts +2 -1
- package/es/schema-component/antd/menu/Menu.js +336 -177
- package/es/schema-component/antd/menu/MenuItemInitializers/index.d.ts +2 -1
- package/es/schema-component/antd/page/FixedBlock.d.ts +2 -1
- package/es/schema-component/antd/page/FixedBlock.js +6 -2
- package/es/schema-component/antd/page/Page.d.ts +2 -1
- package/es/schema-component/antd/page/Page.js +53 -39
- package/es/schema-component/antd/page/PageTabDesigner.d.ts +3 -2
- package/es/schema-component/antd/pagination/index.d.ts +1 -1
- package/es/schema-component/antd/pagination/index.js +2 -0
- package/es/schema-component/antd/password/Password.d.ts +1 -1
- package/es/schema-component/antd/password/PasswordStrength.js +1 -144
- package/es/schema-component/antd/password/utils.d.ts +1 -0
- package/es/schema-component/antd/password/utils.js +144 -0
- package/es/schema-component/antd/percent/Percent.js +1 -1
- package/es/schema-component/antd/preview/Preview.d.ts +1 -1
- package/es/schema-component/antd/quick-edit/QuickEdit.d.ts +3 -0
- package/es/schema-component/antd/quick-edit/QuickEdit.js +88 -0
- package/es/schema-component/antd/quick-edit/index.d.ts +1 -0
- package/es/schema-component/antd/quick-edit/index.js +1 -0
- package/es/schema-component/antd/radio/Radio.d.ts +1 -1
- package/es/schema-component/antd/record-picker/InputRecordPicker.d.ts +1 -1
- package/es/schema-component/antd/record-picker/InputRecordPicker.js +5 -7
- package/es/schema-component/antd/record-picker/ReadPrettyRecordPicker.js +10 -4
- package/es/schema-component/antd/remote-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/remote-select/ReadPretty.js +2 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.js +111 -33
- package/es/schema-component/antd/remote-select/utils.d.ts +4 -0
- package/es/schema-component/antd/remote-select/utils.js +31 -0
- package/es/schema-component/antd/select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/select/ReadPretty.js +6 -6
- package/es/schema-component/antd/select/Select.d.ts +3 -0
- package/es/schema-component/antd/select/Select.js +22 -11
- package/es/schema-component/antd/select/index.d.ts +1 -1
- package/es/schema-component/antd/select/index.js +1 -1
- package/es/schema-component/antd/select/utils.d.ts +14 -0
- package/es/schema-component/antd/select/{shared.js → utils.js} +20 -18
- package/es/schema-component/antd/table/Table.Array.Designer.d.ts +2 -1
- package/es/schema-component/antd/table/Table.Array.d.ts +5 -5
- package/es/schema-component/antd/table/Table.Array.js +7 -5
- package/es/schema-component/antd/table/Table.Column.ActionBar.d.ts +1 -1
- package/es/schema-component/antd/table/Table.Column.ActionBar.js +2 -0
- package/es/schema-component/antd/table/Table.Column.Decorator.d.ts +2 -1
- package/es/schema-component/antd/table/Table.Column.Designer.d.ts +2 -1
- package/es/schema-component/antd/table/Table.Column.d.ts +2 -1
- package/es/schema-component/antd/table/Table.Designer.d.ts +2 -1
- package/es/schema-component/antd/table/Table.RowActionDesigner.d.ts +2 -1
- package/es/schema-component/antd/table/Table.RowSelection.d.ts +1 -1
- package/es/schema-component/antd/table/Table.RowSelection.js +2 -0
- package/es/schema-component/antd/table/Table.Void.Designer.d.ts +2 -1
- package/es/schema-component/antd/table/Table.Void.d.ts +1 -1
- package/es/schema-component/antd/table/Table.Void.js +2 -0
- package/es/schema-component/antd/table-v2/FilterDynamicComponent.d.ts +2 -2
- package/es/schema-component/antd/table-v2/FilterDynamicComponent.js +17 -2
- package/es/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.Column.ActionBar.d.ts +1 -1
- package/es/schema-component/antd/table-v2/Table.Column.ActionBar.js +2 -0
- package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.Column.Designer.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.Column.Designer.js +148 -11
- package/es/schema-component/antd/table-v2/Table.Column.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.Designer.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.Index.d.ts +2 -1
- package/es/schema-component/antd/table-v2/Table.js +63 -30
- package/es/schema-component/antd/table-v2/TableBlockDesigner.d.ts +2 -1
- package/es/schema-component/antd/table-v2/TableBlockDesigner.js +53 -47
- package/es/schema-component/antd/table-v2/TableField.js +4 -0
- package/es/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +2 -1
- package/es/schema-component/antd/table-v2/index.d.ts +1 -0
- package/es/schema-component/antd/table-v2/index.js +1 -0
- package/es/schema-component/antd/table-v2/utils.js +1 -1
- package/es/schema-component/antd/tabs/Tabs.Designer.d.ts +2 -1
- package/es/schema-component/antd/tabs/Tabs.js +49 -18
- package/es/schema-component/antd/tabs/context.d.ts +8 -0
- package/es/schema-component/antd/tabs/context.js +15 -0
- package/es/schema-component/antd/tabs/index.d.ts +1 -0
- package/es/schema-component/antd/tabs/index.js +2 -1
- package/es/schema-component/antd/time-picker/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/time-picker/ReadPretty.js +1 -1
- package/es/schema-component/antd/time-picker/TimePicker.d.ts +1 -1
- package/es/schema-component/antd/time-picker/TimePicker.js +1 -1
- package/es/schema-component/antd/tree-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/tree-select/ReadPretty.js +3 -1
- package/es/schema-component/antd/upload/ReadPretty.js +7 -3
- package/es/schema-component/antd/upload/Upload.js +1 -1
- package/es/schema-component/antd/upload/shared.d.ts +3 -3
- package/es/schema-component/antd/upload/style.less +1 -2
- package/es/schema-component/antd/upload/type.d.ts +2 -2
- package/es/schema-component/antd/variable/Input.d.ts +2 -2
- package/es/schema-component/antd/variable/Input.js +182 -31
- package/es/schema-component/antd/variable/JSONInput.d.ts +2 -2
- package/es/schema-component/antd/variable/JSONInput.js +2 -23
- package/es/schema-component/antd/variable/TextArea.d.ts +2 -2
- package/es/schema-component/antd/variable/VariableSelect.d.ts +2 -2
- package/es/schema-component/antd/variable/VariableSelect.js +1 -1
- package/es/schema-component/common/dnd-context/index.d.ts +1 -1
- package/es/schema-component/common/dnd-context/index.js +11 -4
- package/es/schema-component/common/sortable-item/SortableItem.d.ts +11 -4
- package/es/schema-component/common/sortable-item/SortableItem.js +16 -5
- package/es/schema-component/common/utils/logic.js +64 -2
- package/es/schema-component/common/utils/uitls.d.ts +1 -0
- package/es/schema-component/common/utils/uitls.js +49 -15
- package/es/schema-component/core/DesignableSwitch.d.ts +2 -1
- package/es/schema-component/core/SchemaComponent.d.ts +2 -1
- package/es/schema-component/core/SchemaComponentOptions.js +13 -8
- package/es/schema-component/core/SchemaComponentProvider.js +17 -6
- package/es/schema-component/hooks/useCompile.js +33 -5
- package/es/schema-component/hooks/useDesignable.d.ts +5 -4
- package/es/schema-component/hooks/useDesignable.js +30 -28
- package/es/schema-component/hooks/useFieldModeOptions.js +45 -21
- package/es/schema-component/hooks/useProps.d.ts +1 -10
- package/es/schema-component/hooks/useProps.js +20 -6
- package/es/schema-initializer/SchemaInitializer.d.ts +18 -4
- package/es/schema-initializer/SchemaInitializer.js +278 -99
- package/es/schema-initializer/SchemaInitializerProvider.d.ts +3 -3
- package/es/schema-initializer/SelectCollection.d.ts +3 -3
- package/es/schema-initializer/SelectCollection.js +19 -16
- package/es/schema-initializer/buttons/BlockInitializers.d.ts +2 -0
- package/es/schema-initializer/buttons/BulkEditFormItemInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/CreateFormBlockInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/CreateFormBulkEditBlockInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/CustomFormItemInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/DetailsActionInitializers.d.ts +14 -0
- package/es/schema-initializer/buttons/DetailsActionInitializers.js +12 -0
- package/es/schema-initializer/buttons/FormItemInitializers.d.ts +3 -2
- package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +16 -0
- package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +21 -16
- package/es/schema-initializer/buttons/ReadPrettyFormItemInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/RecordBlockInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/RecordFormBlockInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/TabPaneInitializers.d.ts +4 -3
- package/es/schema-initializer/buttons/TabPaneInitializers.js +3 -3
- package/es/schema-initializer/buttons/TableActionColumnInitializers.d.ts +3 -2
- package/es/schema-initializer/buttons/TableActionColumnInitializers.js +13 -4
- package/es/schema-initializer/buttons/TableActionInitializers.js +5 -5
- package/es/schema-initializer/buttons/TableColumnInitializers.d.ts +2 -1
- package/es/schema-initializer/buttons/TableColumnInitializers.js +17 -9
- package/es/schema-initializer/buttons/TableSelectorInitializers.d.ts +2 -1
- package/es/schema-initializer/components/BulkEditField.d.ts +2 -1
- package/es/schema-initializer/components/CreateRecordAction.d.ts +2 -2
- package/es/schema-initializer/components/CreateRecordAction.js +43 -29
- package/es/schema-initializer/components/DeletedField.d.ts +2 -1
- package/es/schema-initializer/components/DuplicateAction.d.ts +3 -0
- package/es/schema-initializer/components/DuplicateAction.js +165 -0
- package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
- package/es/schema-initializer/components/assigned-field/AssignedField.js +3 -2
- package/es/schema-initializer/components/index.d.ts +1 -0
- package/es/schema-initializer/components/index.js +2 -1
- package/es/schema-initializer/index.d.ts +1 -1
- package/es/schema-initializer/index.js +1 -1
- package/es/schema-initializer/items/ActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/BlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/BulkDestroyActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/BulkEditSubmitActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CalendarBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CalendarBlockInitializer.js +2 -2
- package/es/schema-initializer/items/CollectionFieldInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateChildInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateFilterActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateFormBulkEditBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateResetActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CreateSubmitActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CustomizeActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/CustomizeBulkEditActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/DataBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/DeleteEventActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/DestroyActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/DetailsBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/DuplicateActionInitializer.d.ts +2 -0
- package/es/schema-initializer/items/DuplicateActionInitializer.js +61 -0
- package/es/schema-initializer/items/ExpandActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/ExpandActionInitializer.js +3 -3
- package/es/schema-initializer/items/FilterActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/FilterBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/FilterCollapseBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/FilterFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/FormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/G2PlotInitializer.d.ts +2 -1
- package/es/schema-initializer/items/GanttBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/GridCardBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/InitializerWithSwitch.d.ts +2 -1
- package/es/schema-initializer/items/KanbanBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/ListBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/MarkdownBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/PrintActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordAssociationCalendarBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RecordReadPrettyFormBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/RefreshActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/SelectActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/SubmitActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/TableActionColumnInitializer.d.ts +2 -1
- package/es/schema-initializer/items/TableBlockInitializer.d.ts +2 -1
- package/es/schema-initializer/items/TableCollectionFieldInitializer.d.ts +2 -1
- package/es/schema-initializer/items/TableSelectorInitializer.d.ts +2 -1
- package/es/schema-initializer/items/UpdateActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/UpdateSubmitActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/ViewActionInitializer.d.ts +2 -1
- package/es/schema-initializer/items/index.d.ts +1 -0
- package/es/schema-initializer/items/index.js +1 -0
- package/es/schema-initializer/utils.d.ts +13 -1
- package/es/schema-initializer/utils.js +110 -68
- package/es/schema-items/GeneralSchemaItems.js +5 -3
- package/es/schema-items/OpenModeSchemaItems.js +14 -10
- package/es/schema-settings/DataTemplates/FormDataTemplates.d.ts +1 -1
- package/es/schema-settings/DataTemplates/FormDataTemplates.js +8 -6
- package/es/schema-settings/DataTemplates/TreeLabel.d.ts +2 -1
- package/es/schema-settings/DataTemplates/components/DataTemplateTitle.js +2 -0
- package/es/schema-settings/DataTemplates/components/Designer.d.ts +1 -1
- package/es/schema-settings/DataTemplates/components/Designer.js +2 -0
- package/es/schema-settings/DataTemplates/hooks/useCollectionState.d.ts +3 -3
- package/es/schema-settings/DataTemplates/hooks/useCollectionState.js +38 -57
- package/es/schema-settings/EnableChildCollections/index.d.ts +1 -1
- package/es/schema-settings/EnableChildCollections/index.js +2 -0
- package/es/schema-settings/GeneralSchemaDesigner.d.ts +2 -1
- package/es/schema-settings/GeneralSchemaDesigner.js +3 -2
- package/es/schema-settings/LinkageRules/DynamicComponent.d.ts +2 -1
- package/es/schema-settings/LinkageRules/FilterDynamicComponent.d.ts +1 -1
- package/es/schema-settings/LinkageRules/LinkageRuleAction.d.ts +2 -2
- package/es/schema-settings/LinkageRules/LinkageRuleAction.js +14 -10
- package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +2 -2
- package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.js +2 -0
- package/es/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +2 -1
- package/es/schema-settings/LinkageRules/components/LinkageHeader.js +2 -0
- package/es/schema-settings/LinkageRules/index.d.ts +1 -1
- package/es/schema-settings/LinkageRules/index.js +3 -1
- package/es/schema-settings/SchemaSettings.d.ts +2 -1
- package/es/schema-settings/SchemaSettings.js +150 -62
- package/es/schema-settings/VariableInput/VariableInput.d.ts +1 -1
- package/es/schema-settings/VariableInput/VariableInput.js +1 -1
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +12 -1
- package/es/schema-settings/VariableInput/hooks/useDateVariable.js +41 -36
- package/es/schema-settings/VariableInput/hooks/useFormVariable.d.ts +19 -0
- package/es/schema-settings/VariableInput/hooks/useFormVariable.js +89 -0
- package/es/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useIterationVariable.js +77 -0
- package/es/schema-settings/VariableInput/hooks/useUserVariable.d.ts +4 -4
- package/es/schema-settings/VariableInput/hooks/useUserVariable.js +66 -42
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +5 -1
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.js +23 -3
- package/es/schema-settings/VariableInput/type.d.ts +28 -0
- package/es/schema-settings/VariableInput/type.js +1 -0
- package/es/schema-settings/hooks/useIsShowMultipleSwitch.js +3 -2
- package/es/schema-templates/BlockTemplate.d.ts +1 -1
- package/es/schema-templates/BlockTemplate.js +4 -1
- package/es/schema-templates/BlockTemplateDetails.d.ts +2 -1
- package/es/schema-templates/BlockTemplateDetails.js +11 -7
- package/es/schema-templates/BlockTemplatePage.d.ts +3 -2
- package/es/schema-templates/BlockTemplatePage.js +4 -1
- package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +5 -2
- package/es/schema-templates/SchemaTemplateManagerProvider.js +7 -0
- package/es/schema-templates/index.d.ts +0 -1
- package/es/schema-templates/index.js +1 -2
- package/es/system-settings/SystemSettingsProvider.d.ts +5 -3
- package/es/system-settings/SystemSettingsShortcut.d.ts +2 -3
- package/es/system-settings/SystemSettingsShortcut.js +33 -81
- package/es/test/collections.d.ts +1487 -0
- package/es/test/collections.js +1437 -0
- package/es/test/index.d.ts +3 -0
- package/es/test/index.js +3 -0
- package/es/test/mainCollections.d.ts +11359 -0
- package/es/test/mainCollections.js +3 -0
- package/es/test/mockAPIClient.d.ts +6 -0
- package/es/test/mockAPIClient.js +10 -0
- package/es/user/ChangePassword.d.ts +1 -1
- package/es/user/ChangePassword.js +30 -26
- package/es/user/CurrentUser.d.ts +7 -1
- package/es/user/CurrentUser.js +126 -88
- package/es/user/CurrentUserProvider.d.ts +1 -1
- package/es/user/CurrentUserProvider.js +4 -3
- package/es/user/EditProfile.d.ts +1 -1
- package/es/user/EditProfile.js +31 -25
- package/es/user/LanguageSettings.d.ts +1 -1
- package/es/user/LanguageSettings.js +67 -64
- package/es/user/SigninPage.d.ts +2 -1
- package/es/user/SigninPage.js +40 -29
- package/es/user/SigninPageExtension.d.ts +1 -1
- package/es/user/SignupPage.d.ts +2 -1
- package/es/user/SignupPage.js +5 -4
- package/es/user/SwitchRole.d.ts +1 -1
- package/es/user/SwitchRole.js +54 -51
- package/es/user/ThemeSettings.d.ts +1 -1
- package/es/user/ThemeSettings.js +56 -52
- package/es/user/VerificationCode.d.ts +2 -2
- package/es/user/index.d.ts +0 -3
- package/es/user/index.js +3 -3
- package/lib/acl/ACLProvider.d.ts +6 -7
- package/lib/acl/ACLProvider.js +6 -23
- package/lib/acl/ACLShortcut.d.ts +2 -3
- package/lib/acl/ACLShortcut.js +4 -64
- package/lib/acl/Configuration/ConfigureCenter.d.ts +3 -2
- package/lib/acl/Configuration/ConfigureCenter.js +8 -25
- package/lib/acl/Configuration/FilterDynamicComponent.d.ts +2 -2
- package/lib/acl/Configuration/MenuConfigure.d.ts +2 -1
- package/lib/acl/Configuration/MenuItemsProvider.d.ts +2 -1
- package/lib/acl/Configuration/MenuItemsProvider.js +3 -3
- package/lib/acl/Configuration/PermisionProvider.d.ts +2 -2
- package/lib/acl/Configuration/RoleConfigure.d.ts +2 -1
- package/lib/acl/Configuration/RoleTable.d.ts +2 -1
- package/lib/acl/Configuration/ScopeSelect.d.ts +2 -1
- package/lib/acl/Configuration/schemas/scopes.d.ts +1 -0
- package/lib/antd-config-provider/index.d.ts +1 -1
- package/lib/api-client/APIClient.d.ts +1 -1
- package/lib/api-client/APIClientProvider.d.ts +2 -1
- package/lib/api-client/hooks/assign.d.ts +0 -1
- package/lib/api-client/hooks/assign.js +3 -10
- package/lib/api-client/hooks/useRequest.d.ts +1 -1
- package/lib/api-client/hooks/useRequest.js +1 -1
- package/lib/appInfo/CurrentAppInfoProvider.d.ts +1 -1
- package/lib/application/Application.d.ts +2 -1
- package/lib/application/Application.js +7 -6
- package/lib/application/compose.d.ts +2 -1
- package/lib/application-v2/Application.d.ts +31 -0
- package/lib/application-v2/Application.js +147 -0
- package/lib/application-v2/Plugin.d.ts +14 -0
- package/lib/application-v2/Plugin.js +99 -0
- package/lib/application-v2/PluginManager.d.ts +19 -0
- package/lib/application-v2/PluginManager.js +249 -0
- package/lib/application-v2/Router.d.ts +13 -0
- package/lib/application-v2/Router.js +111 -0
- package/lib/application-v2/components/AppComponent.d.ts +2 -0
- package/lib/application-v2/components/AppComponent.js +28 -0
- package/lib/application-v2/components/MainComponent.d.ts +6 -0
- package/lib/application-v2/components/MainComponent.js +23 -0
- package/lib/application-v2/components/RouterProvider.d.ts +14 -0
- package/lib/application-v2/components/RouterProvider.js +115 -0
- package/lib/application-v2/components/index.d.ts +13 -0
- package/lib/application-v2/components/index.js +56 -0
- package/lib/application-v2/compose.d.ts +2 -0
- package/lib/application-v2/compose.js +49 -0
- package/lib/application-v2/context.d.ts +3 -0
- package/lib/application-v2/context.js +9 -0
- package/lib/application-v2/hooks/index.d.ts +3 -0
- package/lib/application-v2/hooks/index.js +38 -0
- package/lib/application-v2/hooks/useApp.d.ts +1 -0
- package/lib/application-v2/hooks/useApp.js +12 -0
- package/lib/application-v2/hooks/useLoad.d.ts +1 -0
- package/lib/application-v2/hooks/useLoad.js +45 -0
- package/lib/application-v2/hooks/useRouter.d.ts +1 -0
- package/lib/application-v2/hooks/useRouter.js +12 -0
- package/lib/application-v2/index.d.ts +3 -0
- package/lib/application-v2/index.js +38 -0
- package/lib/application-v2/types.d.ts +26 -0
- package/lib/application-v2/types.js +5 -0
- package/lib/async-data-provider/index.d.ts +1 -1
- package/lib/auth/OptionsComponent.d.ts +7 -0
- package/lib/auth/OptionsComponent.js +32 -0
- package/lib/auth/SigninPage.d.ts +23 -0
- package/lib/{settings-form/SettingsForm.js → auth/SigninPage.js} +121 -277
- package/lib/auth/SigninPageExtension.d.ts +22 -0
- package/lib/auth/SigninPageExtension.js +42 -0
- package/lib/auth/SignupPage.d.ts +24 -0
- package/lib/auth/SignupPage.js +94 -0
- package/lib/auth/index.d.ts +4 -0
- package/lib/auth/index.js +49 -0
- package/lib/block-provider/BlockProvider.d.ts +4 -3
- package/lib/block-provider/BlockProvider.js +23 -5
- package/lib/block-provider/CalendarBlockProvider.d.ts +1 -1
- package/lib/block-provider/DetailsBlockProvider.d.ts +1 -1
- package/lib/block-provider/DetailsBlockProvider.js +1 -13
- package/lib/block-provider/FilterFormBlockProvider.d.ts +2 -1
- package/lib/block-provider/FormBlockProvider.d.ts +1 -1
- package/lib/block-provider/FormBlockProvider.js +10 -21
- package/lib/block-provider/FormFieldProvider.d.ts +1 -1
- package/lib/block-provider/GanttBlockProvider.d.ts +1 -1
- package/lib/block-provider/KanbanBlockProvider.d.ts +1 -1
- package/lib/block-provider/TableBlockProvider.d.ts +1 -2
- package/lib/block-provider/TableBlockProvider.js +57 -84
- package/lib/block-provider/TableFieldProvider.d.ts +1 -1
- package/lib/block-provider/TableSelectorProvider.d.ts +2 -2
- package/lib/block-provider/hooks/index.d.ts +10 -1
- package/lib/block-provider/hooks/index.js +50 -134
- package/lib/block-provider/index.d.ts +1 -0
- package/lib/block-provider/index.js +11 -0
- package/lib/board/Card.d.ts +2 -2
- package/lib/board/CardAdder.d.ts +2 -2
- package/lib/board/CardForm.d.ts +2 -2
- package/lib/board/Column.d.ts +3 -3
- package/lib/board/ColumnAdder.d.ts +2 -2
- package/lib/board/ColumnForm.d.ts +2 -2
- package/lib/board/DefaultCard.d.ts +2 -2
- package/lib/board/DefaultColumnHeader.d.ts +2 -2
- package/lib/board/Kanban.d.ts +2 -2
- package/lib/board/withDroppable.d.ts +2 -1
- package/lib/china-region/index.d.ts +2 -1
- package/lib/collection-manager/CollectionField.d.ts +1 -1
- package/lib/collection-manager/CollectionField.js +2 -1
- package/lib/collection-manager/CollectionManagerProvider.d.ts +2 -2
- package/lib/collection-manager/CollectionManagerShortcut.d.ts +2 -3
- package/lib/collection-manager/CollectionManagerShortcut.js +4 -63
- package/lib/collection-manager/Configuration/AddCategoryAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/AddCategoryAction.js +1 -1
- package/lib/collection-manager/Configuration/AddCollectionAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/AddCollectionAction.js +30 -24
- package/lib/collection-manager/Configuration/AddFieldAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/AddFieldAction.js +43 -30
- package/lib/collection-manager/Configuration/AddSubFieldAction.d.ts +2 -1
- package/lib/collection-manager/Configuration/AddSubFieldAction.js +22 -17
- package/lib/collection-manager/Configuration/CollectionFields.d.ts +2 -1
- package/lib/collection-manager/Configuration/CollectionFieldsTable.d.ts +2 -2
- package/lib/collection-manager/Configuration/CollectionFieldsTable.js +3 -1
- package/lib/collection-manager/Configuration/CollectionFieldsTableArray.d.ts +2 -2
- package/lib/collection-manager/Configuration/CollectionFieldsTableArray.js +3 -1
- package/lib/collection-manager/Configuration/ConfigurationTable.d.ts +2 -1
- package/lib/collection-manager/Configuration/ConfigurationTabs.d.ts +2 -1
- package/lib/collection-manager/Configuration/ConfigurationTabs.js +61 -49
- package/lib/collection-manager/Configuration/EditCategoryAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/EditCategoryAction.js +1 -1
- package/lib/collection-manager/Configuration/EditCollectionAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/EditCollectionAction.js +1 -1
- package/lib/collection-manager/Configuration/EditFieldAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/EditFieldAction.js +1 -1
- package/lib/collection-manager/Configuration/EditSubFieldAction.d.ts +2 -1
- package/lib/collection-manager/Configuration/EditSubFieldAction.js +1 -1
- package/lib/collection-manager/Configuration/OverridingCollectionField.d.ts +3 -2
- package/lib/collection-manager/Configuration/OverridingCollectionField.js +1 -1
- package/lib/collection-manager/Configuration/SyncFieldsAction.d.ts +3 -2
- package/lib/collection-manager/Configuration/SyncFieldsAction.js +1 -1
- package/lib/collection-manager/Configuration/ViewInheritedField.d.ts +3 -2
- package/lib/collection-manager/Configuration/ViewInheritedField.js +1 -1
- package/lib/collection-manager/Configuration/components/CollectionCategory.d.ts +1 -1
- package/lib/collection-manager/Configuration/components/CollectionCategory.js +2 -0
- package/lib/collection-manager/Configuration/components/CollectionFieldInterface.d.ts +1 -1
- package/lib/collection-manager/Configuration/components/CollectionFieldInterface.js +2 -0
- package/lib/collection-manager/Configuration/components/CollectionTemplate.d.ts +1 -1
- package/lib/collection-manager/Configuration/components/CollectionTemplate.js +2 -0
- package/lib/collection-manager/Configuration/components/FieldSummary.d.ts +1 -1
- package/lib/collection-manager/Configuration/components/FieldSummary.js +4 -2
- package/lib/collection-manager/Configuration/components/TemplateSummay.d.ts +1 -1
- package/lib/collection-manager/Configuration/components/TemplateSummay.js +4 -2
- package/lib/collection-manager/Configuration/components/index.d.ts +6 -6
- package/lib/collection-manager/Configuration/components/index.js +12 -0
- package/lib/collection-manager/Configuration/interfaces.d.ts +1 -0
- package/lib/collection-manager/Configuration/templates.d.ts +1 -0
- package/lib/collection-manager/ResourceActionProvider.d.ts +1 -1
- package/lib/collection-manager/action-hooks.d.ts +1 -0
- package/lib/collection-manager/action-hooks.js +171 -92
- package/lib/collection-manager/hooks/useOptions.js +39 -36
- package/lib/collection-manager/index.d.ts +1 -1
- package/lib/collection-manager/index.js +7 -0
- package/lib/collection-manager/interfaces/components/index.d.ts +7 -6
- package/lib/collection-manager/interfaces/index.d.ts +0 -1
- package/lib/collection-manager/interfaces/index.js +0 -11
- package/lib/collection-manager/interfaces/integer.js +1 -1
- package/lib/collection-manager/interfaces/number.js +3 -3
- package/lib/collection-manager/interfaces/percent.js +3 -3
- package/lib/collection-manager/interfaces/properties/index.d.ts +0 -1
- package/lib/collection-manager/interfaces/properties/index.js +1 -42
- package/lib/collection-manager/interfaces/url.js +0 -5
- package/lib/collection-manager/sub-table.d.ts +2 -2
- package/lib/collection-manager/sub-table.js +4 -0
- package/lib/collection-manager/templates/components/PreviewFields.d.ts +1 -1
- package/lib/collection-manager/templates/components/PreviewFields.js +2 -1
- package/lib/collection-manager/templates/components/PreviewTable.d.ts +2 -1
- package/lib/collection-manager/types.d.ts +2 -0
- package/lib/filter-provider/FilterProvider.d.ts +5 -1
- package/lib/filter-provider/FilterProvider.js +9 -4
- package/lib/formula/Expression.d.ts +2 -1
- package/lib/formula/Expression.js +64 -44
- package/lib/formula/Result.d.ts +2 -1
- package/lib/formula/index.d.ts +2 -2
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +27 -0
- package/lib/hooks/useAdminSchemaUid.d.ts +1 -0
- package/lib/hooks/useAdminSchemaUid.js +13 -0
- package/lib/hooks/useMenuItem.d.ts +37 -0
- package/lib/hooks/useMenuItem.js +104 -0
- package/lib/hooks/useViewport.d.ts +1 -0
- package/lib/hooks/useViewport.js +47 -0
- package/lib/i18n/i18n.js +0 -1
- package/lib/icon/Icon.d.ts +2 -1
- package/lib/index.d.ts +3 -2
- package/lib/index.js +33 -22
- package/lib/locale/en_US.d.ts +19 -22
- package/lib/locale/en_US.js +22 -25
- package/lib/locale/es_ES.d.ts +4 -2
- package/lib/locale/es_ES.js +5 -3
- package/lib/locale/ja_JP.d.ts +19 -20
- package/lib/locale/ja_JP.js +20 -21
- package/lib/locale/pt_BR.d.ts +3 -1
- package/lib/locale/pt_BR.js +4 -2
- package/lib/locale/ru_RU.d.ts +3 -19
- package/lib/locale/ru_RU.js +4 -20
- package/lib/locale/tr_TR.d.ts +0 -17
- package/lib/locale/tr_TR.js +0 -17
- package/lib/locale/zh_CN.d.ts +28 -25
- package/lib/locale/zh_CN.js +29 -26
- package/lib/plugin-manager/PinnedPluginListProvider.d.ts +1 -1
- package/lib/plugin-manager/index.d.ts +1 -3
- package/lib/plugin-manager/index.js +4 -26
- package/lib/pm/Card.d.ts +8 -0
- package/lib/pm/Card.js +375 -0
- package/lib/pm/PluginManagerLink.d.ts +3 -2
- package/lib/pm/PluginManagerLink.js +19 -14
- package/lib/pm/index.d.ts +33 -3
- package/lib/pm/index.js +113 -278
- package/lib/powered-by/index.d.ts +2 -1
- package/lib/route-switch/RouteSwitch.d.ts +2 -2
- package/lib/route-switch/RouteSwitch.js +78 -45
- package/lib/route-switch/RouteSwitchProvider.d.ts +3 -3
- package/lib/route-switch/antd/admin-layout/index.d.ts +4 -2
- package/lib/route-switch/antd/admin-layout/index.js +59 -54
- package/lib/route-switch/antd/auth-layout/index.d.ts +2 -2
- package/lib/route-switch/antd/auth-layout/index.js +2 -1
- package/lib/route-switch/antd/route-schema-component/index.d.ts +2 -2
- package/lib/route-switch/antd/route-schema-component/index.js +2 -2
- package/lib/route-switch/context.d.ts +4 -0
- package/lib/route-switch/context.js +6 -2
- package/lib/route-switch/types.d.ts +2 -5
- package/lib/schema-component/antd/AntdSchemaComponentProvider.d.ts +2 -1
- package/lib/schema-component/antd/action/Action.Container.js +4 -0
- package/lib/schema-component/antd/action/Action.Designer.d.ts +2 -1
- package/lib/schema-component/antd/action/Action.Designer.js +201 -17
- package/lib/schema-component/antd/action/Action.Drawer.js +14 -12
- package/lib/schema-component/antd/action/Action.Link.js +3 -1
- package/lib/schema-component/antd/action/Action.Modal.js +13 -12
- package/lib/schema-component/antd/action/Action.Page.js +8 -2
- package/lib/schema-component/antd/action/Action.js +25 -17
- package/lib/schema-component/antd/action/ActionBar.d.ts +18 -2
- package/lib/schema-component/antd/action/ActionBar.js +50 -21
- package/lib/schema-component/antd/action/context.d.ts +8 -2
- package/lib/schema-component/antd/action/context.js +19 -3
- package/lib/schema-component/antd/action/hooks.d.ts +2 -0
- package/lib/schema-component/antd/association-field/AssociationFieldProvider.d.ts +1 -1
- package/lib/schema-component/antd/association-field/AssociationFieldProvider.js +56 -6
- package/lib/schema-component/antd/association-field/AssociationSelect.js +88 -9
- package/lib/schema-component/antd/association-field/Editable.d.ts +1 -1
- package/lib/schema-component/antd/association-field/Editable.js +12 -11
- package/lib/schema-component/antd/association-field/FileManager.d.ts +1 -1
- package/lib/schema-component/antd/association-field/FileManager.js +13 -3
- package/lib/schema-component/antd/association-field/InternalNester.d.ts +2 -1
- package/lib/schema-component/antd/association-field/InternalNester.js +11 -1
- package/lib/schema-component/antd/association-field/InternalPicker.d.ts +1 -1
- package/lib/schema-component/antd/association-field/InternalPicker.js +9 -3
- package/lib/schema-component/antd/association-field/InternalSubTable.d.ts +2 -1
- package/lib/schema-component/antd/association-field/InternalSubTable.js +32 -4
- package/lib/schema-component/antd/association-field/InternalViewer.js +9 -2
- package/lib/schema-component/antd/association-field/Nester.d.ts +2 -1
- package/lib/schema-component/antd/association-field/Nester.js +56 -12
- package/lib/schema-component/antd/association-field/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/association-field/ReadPretty.js +4 -0
- package/lib/schema-component/antd/association-field/SubTable.js +53 -12
- package/lib/schema-component/antd/association-field/components/CreateRecordAction.d.ts +1 -1
- package/lib/schema-component/antd/association-field/components/CreateRecordAction.js +3 -1
- package/lib/schema-component/antd/association-field/schema.d.ts +3 -15
- package/lib/schema-component/antd/association-field/schema.js +4 -16
- package/lib/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.FilterBlockInitializer.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.Initializer.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.Item.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilter.d.ts +7 -6
- package/lib/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +2 -1
- package/lib/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +2 -1
- package/lib/schema-component/antd/association-select/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/association-select/ReadPretty.js +2 -0
- package/lib/schema-component/antd/block-item/BlockItem.js +5 -2
- package/lib/schema-component/antd/block-item/TestDesigner.d.ts +2 -1
- package/lib/schema-component/antd/calendar/Calendar.Designer.d.ts +2 -1
- package/lib/schema-component/antd/calendar/Calendar.js +5 -3
- package/lib/schema-component/antd/calendar/DeleteEvent.d.ts +1 -1
- package/lib/schema-component/antd/calendar/DeleteEvent.js +3 -1
- package/lib/schema-component/antd/calendar/Event.d.ts +1 -1
- package/lib/schema-component/antd/calendar/Event.js +2 -0
- package/lib/schema-component/antd/calendar/Nav.d.ts +1 -1
- package/lib/schema-component/antd/calendar/Nav.js +5 -3
- package/lib/schema-component/antd/calendar/Title.d.ts +1 -1
- package/lib/schema-component/antd/calendar/Title.js +2 -0
- package/lib/schema-component/antd/calendar/Today.d.ts +1 -1
- package/lib/schema-component/antd/calendar/Today.js +4 -2
- package/lib/schema-component/antd/calendar/ViewSelect.d.ts +1 -1
- package/lib/schema-component/antd/calendar/ViewSelect.js +3 -0
- package/lib/schema-component/antd/calendar/components/Header.d.ts +2 -1
- package/lib/schema-component/antd/card-item/CardItem.js +1 -1
- package/lib/schema-component/antd/cascader/Cascader.js +8 -1
- package/lib/schema-component/antd/checkbox/Checkbox.d.ts +2 -1
- package/lib/schema-component/antd/checkbox/Checkbox.js +14 -12
- package/lib/schema-component/antd/collection-select/CollectionSelect.js +2 -0
- package/lib/schema-component/antd/cron/Cron.d.ts +2 -1
- package/lib/schema-component/antd/cron/Cron.js +3 -2
- package/lib/schema-component/antd/date-picker/DatePicker.d.ts +4 -2
- package/lib/schema-component/antd/date-picker/DatePicker.js +2 -1
- package/lib/schema-component/antd/date-picker/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/date-picker/ReadPretty.js +1 -1
- package/lib/schema-component/antd/error-fallback/ErrorFallback.d.ts +2 -1
- package/lib/schema-component/antd/expand-action/Expand.Action.Design.d.ts +2 -1
- package/lib/schema-component/antd/expand-action/Expand.Action.Design.js +8 -8
- package/lib/schema-component/antd/expand-action/Expand.Action.d.ts +2 -1
- package/lib/schema-component/antd/expand-action/Expand.Action.js +9 -12
- package/lib/schema-component/antd/filter/DynamicComponent.d.ts +2 -1
- package/lib/schema-component/antd/filter/Filter.Action.Designer.d.ts +2 -1
- package/lib/schema-component/antd/filter/Filter.js +3 -1
- package/lib/schema-component/antd/filter/FilterAction.d.ts +1 -1
- package/lib/schema-component/antd/filter/FilterAction.js +3 -1
- package/lib/schema-component/antd/filter/FilterItem.d.ts +1 -1
- package/lib/schema-component/antd/filter/FilterItem.js +46 -41
- package/lib/schema-component/antd/filter/FilterItems.d.ts +1 -1
- package/lib/schema-component/antd/filter/FilterItems.js +2 -0
- package/lib/schema-component/antd/filter/SaveDefaultValue.d.ts +2 -1
- package/lib/schema-component/antd/filter/index.d.ts +1 -0
- package/lib/schema-component/antd/filter/index.js +11 -0
- package/lib/schema-component/antd/filter/useValues.js +5 -3
- package/lib/schema-component/antd/form/Form.Designer.d.ts +2 -1
- package/lib/schema-component/antd/form/Form.d.ts +1 -1
- package/lib/schema-component/antd/form/Form.js +2 -0
- package/lib/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +2 -1
- package/lib/schema-component/antd/form-item/FormItem.js +95 -40
- package/lib/schema-component/antd/form-item/SchemaSettingOptions.d.ts +11 -10
- package/lib/schema-component/antd/form-item/SchemaSettingOptions.js +1 -1
- package/lib/schema-component/antd/form-v2/Form.Designer.d.ts +4 -3
- package/lib/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +2 -1
- package/lib/schema-component/antd/form-v2/Form.js +8 -1
- package/lib/schema-component/antd/form-v2/FormField.js +2 -0
- package/lib/schema-component/antd/form-v2/Templates.d.ts +7 -1
- package/lib/schema-component/antd/form-v2/Templates.js +20 -3
- package/lib/schema-component/antd/form-v2/index.js +3 -1
- package/lib/schema-component/antd/g2plot/G2Plot.js +2 -0
- package/lib/schema-component/antd/g2plot/G2PlotDesigner.d.ts +2 -1
- package/lib/schema-component/antd/gantt/Gantt.Designer.d.ts +2 -1
- package/lib/schema-component/antd/gantt/components/gantt/Event.d.ts +1 -1
- package/lib/schema-component/antd/gantt/components/gantt/Event.js +2 -0
- package/lib/schema-component/antd/gantt/components/gantt/gantt.js +1 -1
- package/lib/schema-component/antd/grid/Block.d.ts +1 -1
- package/lib/schema-component/antd/grid/Block.js +2 -0
- package/lib/schema-component/antd/grid/Grid.js +25 -9
- package/lib/schema-component/antd/grid-card/GridCard.Decorator.d.ts +1 -1
- package/lib/schema-component/antd/grid-card/GridCard.Decorator.js +2 -12
- package/lib/schema-component/antd/grid-card/GridCard.Designer.d.ts +2 -1
- package/lib/schema-component/antd/grid-card/GridCard.Designer.js +5 -6
- package/lib/schema-component/antd/grid-card/GridCard.Item.d.ts +2 -1
- package/lib/schema-component/antd/grid-card/GridCard.d.ts +2 -1
- package/lib/schema-component/antd/grid-card/GridCard.js +11 -7
- package/lib/schema-component/antd/index.d.ts +1 -0
- package/lib/schema-component/antd/index.js +11 -0
- package/lib/schema-component/antd/index.less +18 -4
- package/lib/schema-component/antd/input/Input.d.ts +2 -1
- package/lib/schema-component/antd/input/Input.js +3 -2
- package/lib/schema-component/antd/input/Json.d.ts +2 -2
- package/lib/schema-component/antd/input/Json.js +49 -9
- package/lib/schema-component/antd/input/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/input/ReadPretty.js +4 -4
- package/lib/schema-component/antd/input-number/InputNumber.d.ts +5 -1
- package/lib/schema-component/antd/input-number/InputNumber.js +1 -1
- package/lib/schema-component/antd/input-number/ReadPretty.d.ts +2 -2
- package/lib/schema-component/antd/input-number/ReadPretty.js +6 -2
- package/lib/schema-component/antd/kanban/Kanban.Card.Designer.TitleSwitch.d.ts +2 -1
- package/lib/schema-component/antd/kanban/Kanban.Card.Designer.d.ts +2 -1
- package/lib/schema-component/antd/kanban/Kanban.Card.js +4 -2
- package/lib/schema-component/antd/kanban/Kanban.CardViewer.js +2 -0
- package/lib/schema-component/antd/kanban/Kanban.Designer.d.ts +2 -1
- package/lib/schema-component/antd/kanban/Kanban.js +3 -1
- package/lib/schema-component/antd/list/List.Decorator.d.ts +1 -1
- package/lib/schema-component/antd/list/List.Decorator.js +8 -13
- package/lib/schema-component/antd/list/List.Designer.d.ts +2 -1
- package/lib/schema-component/antd/list/List.Item.d.ts +2 -1
- package/lib/schema-component/antd/list/List.Item.js +1 -1
- package/lib/schema-component/antd/list/List.d.ts +2 -1
- package/lib/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +2 -1
- package/lib/schema-component/antd/markdown/Markdown.Void.js +2 -0
- package/lib/schema-component/antd/markdown/Markdown.d.ts +2 -0
- package/lib/schema-component/antd/markdown/Markdown.js +9 -4
- package/lib/schema-component/antd/markdown/util.js +1 -1
- package/lib/schema-component/antd/menu/Menu.Designer.d.ts +2 -1
- package/lib/schema-component/antd/menu/Menu.js +334 -175
- package/lib/schema-component/antd/menu/MenuItemInitializers/index.d.ts +2 -1
- package/lib/schema-component/antd/page/FixedBlock.d.ts +2 -1
- package/lib/schema-component/antd/page/FixedBlock.js +6 -2
- package/lib/schema-component/antd/page/Page.d.ts +2 -1
- package/lib/schema-component/antd/page/Page.js +51 -37
- package/lib/schema-component/antd/page/PageTabDesigner.d.ts +3 -2
- package/lib/schema-component/antd/pagination/index.d.ts +1 -1
- package/lib/schema-component/antd/pagination/index.js +2 -0
- package/lib/schema-component/antd/password/Password.d.ts +1 -1
- package/lib/schema-component/antd/password/PasswordStrength.js +2 -145
- package/lib/schema-component/antd/password/utils.d.ts +1 -0
- package/lib/schema-component/antd/password/utils.js +151 -0
- package/lib/schema-component/antd/percent/Percent.js +2 -2
- package/lib/schema-component/antd/preview/Preview.d.ts +1 -1
- package/lib/schema-component/antd/quick-edit/QuickEdit.d.ts +3 -0
- package/lib/schema-component/antd/quick-edit/QuickEdit.js +98 -0
- package/lib/schema-component/antd/quick-edit/index.d.ts +1 -0
- package/lib/{settings-form → schema-component/antd/quick-edit}/index.js +4 -4
- package/lib/schema-component/antd/radio/Radio.d.ts +1 -1
- package/lib/schema-component/antd/record-picker/InputRecordPicker.d.ts +1 -1
- package/lib/schema-component/antd/record-picker/InputRecordPicker.js +4 -6
- package/lib/schema-component/antd/record-picker/ReadPrettyRecordPicker.js +9 -4
- package/lib/schema-component/antd/remote-select/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/remote-select/ReadPretty.js +2 -0
- package/lib/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
- package/lib/schema-component/antd/remote-select/RemoteSelect.js +108 -30
- package/lib/schema-component/antd/remote-select/utils.d.ts +4 -0
- package/lib/schema-component/antd/remote-select/utils.js +41 -0
- package/lib/schema-component/antd/select/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/select/ReadPretty.js +7 -7
- package/lib/schema-component/antd/select/Select.d.ts +3 -0
- package/lib/schema-component/antd/select/Select.js +23 -12
- package/lib/schema-component/antd/select/index.d.ts +1 -1
- package/lib/schema-component/antd/select/index.js +4 -4
- package/lib/schema-component/antd/select/utils.d.ts +14 -0
- package/lib/schema-component/antd/select/{shared.js → utils.js} +22 -20
- package/lib/schema-component/antd/table/Table.Array.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.Array.d.ts +5 -5
- package/lib/schema-component/antd/table/Table.Array.js +7 -5
- package/lib/schema-component/antd/table/Table.Column.ActionBar.d.ts +1 -1
- package/lib/schema-component/antd/table/Table.Column.ActionBar.js +2 -0
- package/lib/schema-component/antd/table/Table.Column.Decorator.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.Column.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.Column.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.RowActionDesigner.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.RowSelection.d.ts +1 -1
- package/lib/schema-component/antd/table/Table.RowSelection.js +2 -0
- package/lib/schema-component/antd/table/Table.Void.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table/Table.Void.d.ts +1 -1
- package/lib/schema-component/antd/table/Table.Void.js +2 -0
- package/lib/schema-component/antd/table-v2/FilterDynamicComponent.d.ts +2 -2
- package/lib/schema-component/antd/table-v2/FilterDynamicComponent.js +17 -2
- package/lib/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.Column.ActionBar.d.ts +1 -1
- package/lib/schema-component/antd/table-v2/Table.Column.ActionBar.js +2 -0
- package/lib/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.Column.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.Column.Designer.js +146 -9
- package/lib/schema-component/antd/table-v2/Table.Column.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.Designer.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.Index.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/Table.js +61 -28
- package/lib/schema-component/antd/table-v2/TableBlockDesigner.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/TableBlockDesigner.js +54 -47
- package/lib/schema-component/antd/table-v2/TableField.js +4 -0
- package/lib/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +2 -1
- package/lib/schema-component/antd/table-v2/index.d.ts +1 -0
- package/lib/schema-component/antd/table-v2/index.js +12 -0
- package/lib/schema-component/antd/table-v2/utils.js +1 -1
- package/lib/schema-component/antd/tabs/Tabs.Designer.d.ts +2 -1
- package/lib/schema-component/antd/tabs/Tabs.js +51 -18
- package/lib/schema-component/antd/tabs/context.d.ts +8 -0
- package/lib/schema-component/antd/tabs/context.js +24 -0
- package/lib/schema-component/antd/tabs/index.d.ts +1 -0
- package/lib/schema-component/antd/tabs/index.js +11 -0
- package/lib/schema-component/antd/time-picker/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/time-picker/ReadPretty.js +1 -1
- package/lib/schema-component/antd/time-picker/TimePicker.d.ts +1 -1
- package/lib/schema-component/antd/time-picker/TimePicker.js +1 -1
- package/lib/schema-component/antd/tree-select/ReadPretty.d.ts +1 -1
- package/lib/schema-component/antd/tree-select/ReadPretty.js +3 -1
- package/lib/schema-component/antd/upload/ReadPretty.js +7 -3
- package/lib/schema-component/antd/upload/Upload.js +1 -1
- package/lib/schema-component/antd/upload/shared.d.ts +3 -3
- package/lib/schema-component/antd/upload/style.less +1 -2
- package/lib/schema-component/antd/upload/type.d.ts +2 -2
- package/lib/schema-component/antd/variable/Input.d.ts +2 -2
- package/lib/schema-component/antd/variable/Input.js +183 -31
- package/lib/schema-component/antd/variable/JSONInput.d.ts +2 -2
- package/lib/schema-component/antd/variable/JSONInput.js +2 -23
- package/lib/schema-component/antd/variable/TextArea.d.ts +2 -2
- package/lib/schema-component/antd/variable/VariableSelect.d.ts +2 -2
- package/lib/schema-component/antd/variable/VariableSelect.js +1 -1
- package/lib/schema-component/common/dnd-context/index.d.ts +1 -1
- package/lib/schema-component/common/dnd-context/index.js +11 -4
- package/lib/schema-component/common/sortable-item/SortableItem.d.ts +11 -4
- package/lib/schema-component/common/sortable-item/SortableItem.js +16 -5
- package/lib/schema-component/common/utils/logic.js +64 -2
- package/lib/schema-component/common/utils/uitls.d.ts +1 -0
- package/lib/schema-component/common/utils/uitls.js +50 -14
- package/lib/schema-component/core/DesignableSwitch.d.ts +2 -1
- package/lib/schema-component/core/SchemaComponent.d.ts +2 -1
- package/lib/schema-component/core/SchemaComponentOptions.js +12 -7
- package/lib/schema-component/core/SchemaComponentProvider.js +17 -6
- package/lib/schema-component/hooks/useCompile.js +32 -4
- package/lib/schema-component/hooks/useDesignable.d.ts +5 -4
- package/lib/schema-component/hooks/useDesignable.js +30 -28
- package/lib/schema-component/hooks/useFieldModeOptions.js +44 -20
- package/lib/schema-component/hooks/useProps.d.ts +1 -10
- package/lib/schema-component/hooks/useProps.js +20 -6
- package/lib/schema-initializer/SchemaInitializer.d.ts +18 -4
- package/lib/schema-initializer/SchemaInitializer.js +275 -96
- package/lib/schema-initializer/SchemaInitializerProvider.d.ts +3 -3
- package/lib/schema-initializer/SelectCollection.d.ts +3 -3
- package/lib/schema-initializer/SelectCollection.js +22 -17
- package/lib/schema-initializer/buttons/BlockInitializers.d.ts +2 -0
- package/lib/schema-initializer/buttons/BulkEditFormItemInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/CreateFormBlockInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/CreateFormBulkEditBlockInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/CustomFormItemInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/DetailsActionInitializers.d.ts +14 -0
- package/lib/schema-initializer/buttons/DetailsActionInitializers.js +12 -0
- package/lib/schema-initializer/buttons/FormItemInitializers.d.ts +3 -2
- package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +16 -0
- package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +21 -16
- package/lib/schema-initializer/buttons/ReadPrettyFormItemInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/RecordBlockInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/RecordFormBlockInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/TabPaneInitializers.d.ts +4 -3
- package/lib/schema-initializer/buttons/TabPaneInitializers.js +3 -3
- package/lib/schema-initializer/buttons/TableActionColumnInitializers.d.ts +3 -2
- package/lib/schema-initializer/buttons/TableActionColumnInitializers.js +13 -4
- package/lib/schema-initializer/buttons/TableActionInitializers.js +5 -5
- package/lib/schema-initializer/buttons/TableColumnInitializers.d.ts +2 -1
- package/lib/schema-initializer/buttons/TableColumnInitializers.js +17 -9
- package/lib/schema-initializer/buttons/TableSelectorInitializers.d.ts +2 -1
- package/lib/schema-initializer/components/BulkEditField.d.ts +2 -1
- package/lib/schema-initializer/components/CreateRecordAction.d.ts +2 -2
- package/lib/schema-initializer/components/CreateRecordAction.js +40 -26
- package/lib/schema-initializer/components/DeletedField.d.ts +2 -1
- package/lib/schema-initializer/components/DuplicateAction.d.ts +3 -0
- package/lib/schema-initializer/components/DuplicateAction.js +174 -0
- package/lib/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
- package/lib/schema-initializer/components/assigned-field/AssignedField.js +3 -2
- package/lib/schema-initializer/components/index.d.ts +1 -0
- package/lib/schema-initializer/components/index.js +11 -0
- package/lib/schema-initializer/index.d.ts +1 -1
- package/lib/schema-initializer/index.js +7 -0
- package/lib/schema-initializer/items/ActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/BlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/BulkDestroyActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/BulkEditSubmitActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CalendarBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CalendarBlockInitializer.js +9 -9
- package/lib/schema-initializer/items/CollectionFieldInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateChildInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateFilterActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateFormBulkEditBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateResetActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CreateSubmitActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CustomizeActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/CustomizeBulkEditActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/DataBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/DeleteEventActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/DestroyActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/DetailsBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/DuplicateActionInitializer.d.ts +2 -0
- package/lib/schema-initializer/items/DuplicateActionInitializer.js +69 -0
- package/lib/schema-initializer/items/ExpandActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/ExpandActionInitializer.js +3 -3
- package/lib/schema-initializer/items/FilterActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/FilterBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/FilterCollapseBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/FilterFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/FormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/G2PlotInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/GanttBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/GridCardBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/InitializerWithSwitch.d.ts +2 -1
- package/lib/schema-initializer/items/KanbanBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/ListBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/MarkdownBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/PrintActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordAssociationCalendarBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RecordReadPrettyFormBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/RefreshActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/SelectActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/SubmitActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/TableActionColumnInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/TableBlockInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/TableCollectionFieldInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/TableSelectorInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/UpdateActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/UpdateSubmitActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/ViewActionInitializer.d.ts +2 -1
- package/lib/schema-initializer/items/index.d.ts +1 -0
- package/lib/schema-initializer/items/index.js +11 -0
- package/lib/schema-initializer/utils.d.ts +13 -1
- package/lib/schema-initializer/utils.js +111 -68
- package/lib/schema-items/GeneralSchemaItems.js +5 -3
- package/lib/schema-items/OpenModeSchemaItems.js +14 -10
- package/lib/schema-settings/DataTemplates/FormDataTemplates.d.ts +1 -1
- package/lib/schema-settings/DataTemplates/FormDataTemplates.js +8 -6
- package/lib/schema-settings/DataTemplates/TreeLabel.d.ts +2 -1
- package/lib/schema-settings/DataTemplates/components/DataTemplateTitle.js +2 -0
- package/lib/schema-settings/DataTemplates/components/Designer.d.ts +1 -1
- package/lib/schema-settings/DataTemplates/components/Designer.js +2 -0
- package/lib/schema-settings/DataTemplates/hooks/useCollectionState.d.ts +3 -3
- package/lib/schema-settings/DataTemplates/hooks/useCollectionState.js +38 -58
- package/lib/schema-settings/EnableChildCollections/index.d.ts +1 -1
- package/lib/schema-settings/EnableChildCollections/index.js +2 -0
- package/lib/schema-settings/GeneralSchemaDesigner.d.ts +2 -1
- package/lib/schema-settings/GeneralSchemaDesigner.js +3 -2
- package/lib/schema-settings/LinkageRules/DynamicComponent.d.ts +2 -1
- package/lib/schema-settings/LinkageRules/FilterDynamicComponent.d.ts +1 -1
- package/lib/schema-settings/LinkageRules/LinkageRuleAction.d.ts +2 -2
- package/lib/schema-settings/LinkageRules/LinkageRuleAction.js +14 -10
- package/lib/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +2 -2
- package/lib/schema-settings/LinkageRules/LinkageRuleActionGroup.js +2 -0
- package/lib/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +2 -1
- package/lib/schema-settings/LinkageRules/components/LinkageHeader.js +2 -0
- package/lib/schema-settings/LinkageRules/index.d.ts +1 -1
- package/lib/schema-settings/LinkageRules/index.js +3 -1
- package/lib/schema-settings/SchemaSettings.d.ts +2 -1
- package/lib/schema-settings/SchemaSettings.js +148 -60
- package/lib/schema-settings/VariableInput/VariableInput.d.ts +1 -1
- package/lib/schema-settings/VariableInput/VariableInput.js +1 -1
- package/lib/schema-settings/VariableInput/hooks/useDateVariable.d.ts +12 -1
- package/lib/schema-settings/VariableInput/hooks/useDateVariable.js +41 -36
- package/lib/schema-settings/VariableInput/hooks/useFormVariable.d.ts +19 -0
- package/lib/schema-settings/VariableInput/hooks/useFormVariable.js +96 -0
- package/lib/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +8 -0
- package/lib/schema-settings/VariableInput/hooks/useIterationVariable.js +84 -0
- package/lib/schema-settings/VariableInput/hooks/useUserVariable.d.ts +4 -4
- package/lib/schema-settings/VariableInput/hooks/useUserVariable.js +66 -42
- package/lib/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +5 -1
- package/lib/schema-settings/VariableInput/hooks/useVariableOptions.js +23 -3
- package/lib/schema-settings/VariableInput/type.d.ts +28 -0
- package/lib/schema-settings/VariableInput/type.js +5 -0
- package/lib/schema-settings/hooks/useIsShowMultipleSwitch.js +3 -2
- package/lib/schema-templates/BlockTemplate.d.ts +1 -1
- package/lib/schema-templates/BlockTemplate.js +4 -1
- package/lib/schema-templates/BlockTemplateDetails.d.ts +2 -1
- package/lib/schema-templates/BlockTemplateDetails.js +10 -6
- package/lib/schema-templates/BlockTemplatePage.d.ts +3 -2
- package/lib/schema-templates/BlockTemplatePage.js +5 -2
- package/lib/schema-templates/SchemaTemplateManagerProvider.d.ts +5 -2
- package/lib/schema-templates/SchemaTemplateManagerProvider.js +7 -0
- package/lib/schema-templates/index.d.ts +0 -1
- package/lib/schema-templates/index.js +0 -11
- package/lib/system-settings/SystemSettingsProvider.d.ts +5 -3
- package/lib/system-settings/SystemSettingsShortcut.d.ts +2 -3
- package/lib/system-settings/SystemSettingsShortcut.js +33 -85
- package/lib/test/collections.d.ts +1487 -0
- package/lib/test/collections.js +1444 -0
- package/lib/test/index.d.ts +3 -0
- package/lib/test/index.js +36 -0
- package/lib/test/mainCollections.d.ts +11359 -0
- package/lib/test/mainCollections.js +3 -0
- package/lib/test/mockAPIClient.d.ts +6 -0
- package/lib/test/mockAPIClient.js +18 -0
- package/lib/user/ChangePassword.d.ts +1 -1
- package/lib/user/ChangePassword.js +30 -26
- package/lib/user/CurrentUser.d.ts +7 -1
- package/lib/user/CurrentUser.js +122 -83
- package/lib/user/CurrentUserProvider.d.ts +1 -1
- package/lib/user/CurrentUserProvider.js +3 -2
- package/lib/user/EditProfile.d.ts +1 -1
- package/lib/user/EditProfile.js +31 -25
- package/lib/user/LanguageSettings.d.ts +1 -1
- package/lib/user/LanguageSettings.js +66 -63
- package/lib/user/SigninPage.d.ts +2 -1
- package/lib/user/SigninPage.js +39 -28
- package/lib/user/SigninPageExtension.d.ts +1 -1
- package/lib/user/SignupPage.d.ts +2 -1
- package/lib/user/SignupPage.js +4 -3
- package/lib/user/SwitchRole.d.ts +1 -1
- package/lib/user/SwitchRole.js +57 -53
- package/lib/user/ThemeSettings.d.ts +1 -1
- package/lib/user/ThemeSettings.js +59 -54
- package/lib/user/VerificationCode.d.ts +2 -2
- package/lib/user/index.d.ts +0 -3
- package/lib/user/index.js +0 -33
- package/package.json +16 -15
- package/tsconfig.json +2 -0
- package/.umirc.ts +0 -24
- package/develop.md +0 -5
- package/es/collection-manager/interfaces/attachment.d.ts +0 -2
- package/es/collection-manager/interfaces/attachment.js +0 -98
- package/es/plugin-manager/PluginManager.d.ts +0 -23
- package/es/plugin-manager/PluginManager.js +0 -166
- package/es/plugin-manager/PluginManagerProvider.d.ts +0 -2
- package/es/plugin-manager/PluginManagerProvider.js +0 -11
- package/es/schema-component/antd/select/shared.d.ts +0 -7
- package/es/schema-component/antd/table-v2/hooks/useUserVariable.d.ts +0 -22
- package/es/schema-component/antd/table-v2/hooks/useUserVariable.js +0 -65
- package/es/schema-templates/SchemaTemplateShortcut.d.ts +0 -1
- package/es/schema-templates/SchemaTemplateShortcut.js +0 -17
- package/es/settings-form/SettingsForm.d.ts +0 -13
- package/es/settings-form/index.d.ts +0 -1
- package/es/settings-form/index.js +0 -1
- package/lib/collection-manager/interfaces/attachment.d.ts +0 -2
- package/lib/collection-manager/interfaces/attachment.js +0 -105
- package/lib/plugin-manager/PluginManager.d.ts +0 -23
- package/lib/plugin-manager/PluginManager.js +0 -178
- package/lib/plugin-manager/PluginManagerProvider.d.ts +0 -2
- package/lib/plugin-manager/PluginManagerProvider.js +0 -19
- package/lib/schema-component/antd/select/shared.d.ts +0 -7
- package/lib/schema-component/antd/table-v2/hooks/useUserVariable.d.ts +0 -22
- package/lib/schema-component/antd/table-v2/hooks/useUserVariable.js +0 -73
- package/lib/schema-templates/SchemaTemplateShortcut.d.ts +0 -1
- package/lib/schema-templates/SchemaTemplateShortcut.js +0 -25
- package/lib/settings-form/SettingsForm.d.ts +0 -13
- package/lib/settings-form/index.d.ts +0 -1
package/lib/locale/en_US.d.ts
CHANGED
|
@@ -209,7 +209,6 @@ declare const _default: {
|
|
|
209
209
|
"Field source": string;
|
|
210
210
|
Preview: string;
|
|
211
211
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
|
|
212
|
-
"Storage type": string;
|
|
213
212
|
Edit: string;
|
|
214
213
|
"Edit collection": string;
|
|
215
214
|
"Configure fields": string;
|
|
@@ -245,7 +244,6 @@ declare const _default: {
|
|
|
245
244
|
"Radio group": string;
|
|
246
245
|
"Checkbox group": string;
|
|
247
246
|
"China region": string;
|
|
248
|
-
Attachment: string;
|
|
249
247
|
"Date & Time": string;
|
|
250
248
|
Datetime: string;
|
|
251
249
|
Relation: string;
|
|
@@ -296,7 +294,7 @@ declare const _default: {
|
|
|
296
294
|
"Quick upload": string;
|
|
297
295
|
"Select file": string;
|
|
298
296
|
Subtable: string;
|
|
299
|
-
|
|
297
|
+
"Sub-form": string;
|
|
300
298
|
"Field mode": string;
|
|
301
299
|
"Allow add new data": string;
|
|
302
300
|
"Record picker": string;
|
|
@@ -523,7 +521,6 @@ declare const _default: {
|
|
|
523
521
|
"Redirect to": string;
|
|
524
522
|
"Save action": string;
|
|
525
523
|
Exists: string;
|
|
526
|
-
Filename: string;
|
|
527
524
|
"Add condition": string;
|
|
528
525
|
"Add condition group": string;
|
|
529
526
|
exists: string;
|
|
@@ -540,7 +537,6 @@ declare const _default: {
|
|
|
540
537
|
Expression: string;
|
|
541
538
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": string;
|
|
542
539
|
"Formula error.": string;
|
|
543
|
-
Accept: string;
|
|
544
540
|
"Rich Text": string;
|
|
545
541
|
"Junction collection": string;
|
|
546
542
|
"Leave it blank, unless you need a custom intermediate table": string;
|
|
@@ -593,22 +589,6 @@ declare const _default: {
|
|
|
593
589
|
"Action permission": string;
|
|
594
590
|
"Field permission": string;
|
|
595
591
|
"Scope name": string;
|
|
596
|
-
"File storages": string;
|
|
597
|
-
"Storage display name": string;
|
|
598
|
-
"Storage name": string;
|
|
599
|
-
"Default storage": string;
|
|
600
|
-
"Add storage": string;
|
|
601
|
-
"Edit storage": string;
|
|
602
|
-
"Storage base URL": string;
|
|
603
|
-
Destination: string;
|
|
604
|
-
"Use the built-in static file server": string;
|
|
605
|
-
"Local storage": string;
|
|
606
|
-
"Aliyun OSS": string;
|
|
607
|
-
"Amazon S3": string;
|
|
608
|
-
"Tencent COS": string;
|
|
609
|
-
Region: string;
|
|
610
|
-
Bucket: string;
|
|
611
|
-
Path: string;
|
|
612
592
|
"Unsaved changes": string;
|
|
613
593
|
"Are you sure you don't want to save?": string;
|
|
614
594
|
Dragging: string;
|
|
@@ -651,7 +631,7 @@ declare const _default: {
|
|
|
651
631
|
User: string;
|
|
652
632
|
Field: string;
|
|
653
633
|
Select: string;
|
|
654
|
-
"Select
|
|
634
|
+
"Select field": string;
|
|
655
635
|
"Field value changes": string;
|
|
656
636
|
"One to one (has one)": string;
|
|
657
637
|
"One to one (belongs to)": string;
|
|
@@ -709,5 +689,22 @@ declare const _default: {
|
|
|
709
689
|
Feedback: string;
|
|
710
690
|
"Try again": string;
|
|
711
691
|
"Data template": string;
|
|
692
|
+
Duplicate: string;
|
|
693
|
+
Duplicating: string;
|
|
694
|
+
"Duplicate mode": string;
|
|
695
|
+
"Quick duplicate": string;
|
|
696
|
+
"Duplicate and continue": string;
|
|
697
|
+
"Please configure the duplicate fields": string;
|
|
698
|
+
Add: string;
|
|
699
|
+
"Add new mode": string;
|
|
700
|
+
"Quick add": string;
|
|
701
|
+
"Modal add": string;
|
|
702
|
+
"Save mode": string;
|
|
703
|
+
"First or create": string;
|
|
704
|
+
"Update or create": string;
|
|
705
|
+
"Find by the following fields": string;
|
|
706
|
+
Create: string;
|
|
707
|
+
"Current form": string;
|
|
708
|
+
"Current object": string;
|
|
712
709
|
};
|
|
713
710
|
export default _default;
|
package/lib/locale/en_US.js
CHANGED
|
@@ -215,7 +215,6 @@ var _default = {
|
|
|
215
215
|
"Field source": "Field source",
|
|
216
216
|
"Preview": "Preview",
|
|
217
217
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.",
|
|
218
|
-
"Storage type": "Storage type",
|
|
219
218
|
"Edit": "Edit",
|
|
220
219
|
"Edit collection": "Edit collection",
|
|
221
220
|
"Configure fields": "Configure fields",
|
|
@@ -251,7 +250,6 @@ var _default = {
|
|
|
251
250
|
"Radio group": "Radio group",
|
|
252
251
|
"Checkbox group": "Checkbox group",
|
|
253
252
|
"China region": "China region",
|
|
254
|
-
"Attachment": "Attachment",
|
|
255
253
|
"Date & Time": "Date & Time",
|
|
256
254
|
"Datetime": "Datetime",
|
|
257
255
|
"Relation": "Relation",
|
|
@@ -301,14 +299,14 @@ var _default = {
|
|
|
301
299
|
"Allow multiple": "Allow multiple",
|
|
302
300
|
"Quick upload": "Quick upload",
|
|
303
301
|
"Select file": "Select file",
|
|
304
|
-
"Subtable": "
|
|
305
|
-
"
|
|
302
|
+
"Subtable": "Sub-table",
|
|
303
|
+
"Sub-form": "Sub-form",
|
|
306
304
|
"Field mode": "Field mode",
|
|
307
305
|
"Allow add new data": "Allow add new data",
|
|
308
306
|
"Record picker": "Record picker",
|
|
309
307
|
"Toggles the subfield mode": "Toggles the subfield mode",
|
|
310
308
|
"Selector mode": "Selector mode",
|
|
311
|
-
"Subtable mode": "
|
|
309
|
+
"Subtable mode": "Sub-table mode",
|
|
312
310
|
"Subform mode": "Sub-form mode",
|
|
313
311
|
"Edit block title": "Edit block title",
|
|
314
312
|
"Block title": "Block title",
|
|
@@ -529,7 +527,6 @@ var _default = {
|
|
|
529
527
|
"Redirect to": "Redirect to",
|
|
530
528
|
"Save action": "Save action",
|
|
531
529
|
"Exists": "Exists",
|
|
532
|
-
"Filename": "Filename",
|
|
533
530
|
"Add condition": "Add condition",
|
|
534
531
|
"Add condition group": "Add condition group",
|
|
535
532
|
"exists": "exists",
|
|
@@ -546,7 +543,6 @@ var _default = {
|
|
|
546
543
|
"Expression": "Expression",
|
|
547
544
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
|
|
548
545
|
"Formula error.": "Formula error.",
|
|
549
|
-
"Accept": "Accept",
|
|
550
546
|
"Rich Text": "Rich Text",
|
|
551
547
|
"Junction collection": "Junction collection",
|
|
552
548
|
"Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
|
|
@@ -599,22 +595,6 @@ var _default = {
|
|
|
599
595
|
"Action permission": "Action permission",
|
|
600
596
|
"Field permission": "Field permission",
|
|
601
597
|
"Scope name": "Scope name",
|
|
602
|
-
"File storages": "File storages",
|
|
603
|
-
"Storage display name": "Storage display name",
|
|
604
|
-
"Storage name": "Storage name",
|
|
605
|
-
"Default storage": "Default storage",
|
|
606
|
-
"Add storage": "Add storage",
|
|
607
|
-
"Edit storage": "Edit storage",
|
|
608
|
-
"Storage base URL": "Storage base URL",
|
|
609
|
-
"Destination": "Destination",
|
|
610
|
-
"Use the built-in static file server": "Use the built-in static file server",
|
|
611
|
-
"Local storage": "Local storage",
|
|
612
|
-
"Aliyun OSS": "Aliyun OSS",
|
|
613
|
-
"Amazon S3": "Amazon S3",
|
|
614
|
-
"Tencent COS": "Tencent COS",
|
|
615
|
-
"Region": "Region",
|
|
616
|
-
"Bucket": "Bucket",
|
|
617
|
-
"Path": "Path",
|
|
618
598
|
"Unsaved changes": "Unsaved changes",
|
|
619
599
|
"Are you sure you don't want to save?": "Are you sure you don't want to save?",
|
|
620
600
|
"Dragging": "Dragging",
|
|
@@ -657,7 +637,7 @@ var _default = {
|
|
|
657
637
|
"User": "User",
|
|
658
638
|
"Field": "Field",
|
|
659
639
|
"Select": "Select",
|
|
660
|
-
"Select
|
|
640
|
+
"Select field": "Select field",
|
|
661
641
|
"Field value changes": "Field value changes",
|
|
662
642
|
"One to one (has one)": "One to one (has one)",
|
|
663
643
|
"One to one (belongs to)": "One to one (belongs to)",
|
|
@@ -714,6 +694,23 @@ var _default = {
|
|
|
714
694
|
"Render Failed": "Render Failed",
|
|
715
695
|
"Feedback": "Feedback",
|
|
716
696
|
"Try again": "Try again",
|
|
717
|
-
"Data template": "Data template"
|
|
697
|
+
"Data template": "Data template",
|
|
698
|
+
"Duplicate": "Duplicate",
|
|
699
|
+
"Duplicating": "Duplicating",
|
|
700
|
+
"Duplicate mode": "Duplicate mode",
|
|
701
|
+
"Quick duplicate": "Quick duplicate",
|
|
702
|
+
"Duplicate and continue": "Duplicate and continue",
|
|
703
|
+
"Please configure the duplicate fields": "Please configure the duplicate fields",
|
|
704
|
+
"Add": "Create",
|
|
705
|
+
"Add new mode": "Add new mode",
|
|
706
|
+
"Quick add": "Quick add",
|
|
707
|
+
"Modal add": "Modal add",
|
|
708
|
+
"Save mode": "Save mode",
|
|
709
|
+
"First or create": "First or create",
|
|
710
|
+
"Update or create": "Update or create",
|
|
711
|
+
"Find by the following fields": "Find by the following fields",
|
|
712
|
+
"Create": "Create",
|
|
713
|
+
"Current form": "Current form",
|
|
714
|
+
"Current object": "Current object"
|
|
718
715
|
};
|
|
719
716
|
exports.default = _default;
|
package/lib/locale/es_ES.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare const _default: {
|
|
|
280
280
|
"Display field title": string;
|
|
281
281
|
"Field component": string;
|
|
282
282
|
Subtable: string;
|
|
283
|
-
|
|
283
|
+
"Sub-form": string;
|
|
284
284
|
"Record picker": string;
|
|
285
285
|
"Toggles the subfield mode": string;
|
|
286
286
|
"Selector mode": string;
|
|
@@ -634,7 +634,7 @@ declare const _default: {
|
|
|
634
634
|
User: string;
|
|
635
635
|
Field: string;
|
|
636
636
|
Select: string;
|
|
637
|
-
"Select
|
|
637
|
+
"Select field": string;
|
|
638
638
|
"Field value changes": string;
|
|
639
639
|
"One to one (has one)": string;
|
|
640
640
|
"One to one (belongs to)": string;
|
|
@@ -688,5 +688,7 @@ declare const _default: {
|
|
|
688
688
|
Sortable: string;
|
|
689
689
|
"Enable link": string;
|
|
690
690
|
"Data template": string;
|
|
691
|
+
"Not found": string;
|
|
692
|
+
Add: string;
|
|
691
693
|
};
|
|
692
694
|
export default _default;
|
package/lib/locale/es_ES.js
CHANGED
|
@@ -286,7 +286,7 @@ var _default = {
|
|
|
286
286
|
"Display field title": "Mostrar título de campo",
|
|
287
287
|
"Field component": "Componente del campo",
|
|
288
288
|
"Subtable": "Subtabla",
|
|
289
|
-
"
|
|
289
|
+
"Sub-form": "Subformulario",
|
|
290
290
|
"Record picker": "Selector de registros",
|
|
291
291
|
"Toggles the subfield mode": "Alterna el modo de subcampo",
|
|
292
292
|
"Selector mode": "Modo selector",
|
|
@@ -640,7 +640,7 @@ var _default = {
|
|
|
640
640
|
"User": "Usuario",
|
|
641
641
|
"Field": "Campo",
|
|
642
642
|
"Select": "Seleccionar",
|
|
643
|
-
"Select
|
|
643
|
+
"Select field": "Seleccionar campo",
|
|
644
644
|
"Field value changes": "Cambios en el valor del campo",
|
|
645
645
|
"One to one (has one)": "Uno a uno (tiene uno)",
|
|
646
646
|
"One to one (belongs to)": "Uno a uno (pertenece a)",
|
|
@@ -693,6 +693,8 @@ var _default = {
|
|
|
693
693
|
"Column width": "Ancho de columna",
|
|
694
694
|
"Sortable": "Clasificable",
|
|
695
695
|
"Enable link": "Activar enlace",
|
|
696
|
-
"Data template": "Plantilla de datos"
|
|
696
|
+
"Data template": "Plantilla de datos",
|
|
697
|
+
"Not found": "No encontrado",
|
|
698
|
+
"Add": "Añadir"
|
|
697
699
|
};
|
|
698
700
|
exports.default = _default;
|
package/lib/locale/ja_JP.d.ts
CHANGED
|
@@ -189,7 +189,6 @@ declare const _default: {
|
|
|
189
189
|
"Field source": string;
|
|
190
190
|
Preview: string;
|
|
191
191
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
|
|
192
|
-
"Storage type": string;
|
|
193
192
|
Edit: string;
|
|
194
193
|
"Edit collection": string;
|
|
195
194
|
"Configure fields": string;
|
|
@@ -217,7 +216,6 @@ declare const _default: {
|
|
|
217
216
|
"Radio group": string;
|
|
218
217
|
"Checkbox group": string;
|
|
219
218
|
"China region": string;
|
|
220
|
-
Attachment: string;
|
|
221
219
|
"Date & Time": string;
|
|
222
220
|
Datetime: string;
|
|
223
221
|
Relation: string;
|
|
@@ -330,7 +328,6 @@ declare const _default: {
|
|
|
330
328
|
"Add option": string;
|
|
331
329
|
"Related collection": string;
|
|
332
330
|
"Allow linking to multiple records": string;
|
|
333
|
-
"Allow uploading multiple files": string;
|
|
334
331
|
"Configure calendar": string;
|
|
335
332
|
"Title field": string;
|
|
336
333
|
"Start date field": string;
|
|
@@ -429,7 +426,6 @@ declare const _default: {
|
|
|
429
426
|
"Redirect to": string;
|
|
430
427
|
"Save action": string;
|
|
431
428
|
Exists: string;
|
|
432
|
-
Filename: string;
|
|
433
429
|
"Add condition": string;
|
|
434
430
|
"Add condition group": string;
|
|
435
431
|
exists: string;
|
|
@@ -446,7 +442,6 @@ declare const _default: {
|
|
|
446
442
|
Expression: string;
|
|
447
443
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": string;
|
|
448
444
|
"Formula error.": string;
|
|
449
|
-
Accept: string;
|
|
450
445
|
"Rich Text": string;
|
|
451
446
|
"Junction collection": string;
|
|
452
447
|
"Leave it blank, unless you need a custom intermediate table": string;
|
|
@@ -495,19 +490,6 @@ declare const _default: {
|
|
|
495
490
|
"Action permission": string;
|
|
496
491
|
"Field permission": string;
|
|
497
492
|
"Scope name": string;
|
|
498
|
-
"File storages": string;
|
|
499
|
-
"Storage display name": string;
|
|
500
|
-
"Storage name": string;
|
|
501
|
-
"Default storage": string;
|
|
502
|
-
"Add storage": string;
|
|
503
|
-
"Edit storage": string;
|
|
504
|
-
"Storage base URL": string;
|
|
505
|
-
Destination: string;
|
|
506
|
-
"Use the built-in static file server": string;
|
|
507
|
-
"Local storage": string;
|
|
508
|
-
"Aliyun OSS": string;
|
|
509
|
-
"Tencent COS": string;
|
|
510
|
-
"Amazon S3": string;
|
|
511
493
|
"Unsaved changes": string;
|
|
512
494
|
"Are you sure you don't want to save?": string;
|
|
513
495
|
Dragging: string;
|
|
@@ -558,7 +540,7 @@ declare const _default: {
|
|
|
558
540
|
"Quick upload": string;
|
|
559
541
|
"Select file": string;
|
|
560
542
|
Subtable: string;
|
|
561
|
-
|
|
543
|
+
"Sub-form": string;
|
|
562
544
|
"Sub-details": string;
|
|
563
545
|
"Field mode": string;
|
|
564
546
|
"Allow add new data": string;
|
|
@@ -570,7 +552,7 @@ declare const _default: {
|
|
|
570
552
|
'Sign up successfully, and automatically jump to the sign in page': string;
|
|
571
553
|
Unique: string;
|
|
572
554
|
"Default value": string;
|
|
573
|
-
"Select
|
|
555
|
+
"Select field": string;
|
|
574
556
|
'Any succeeded or failed': string;
|
|
575
557
|
'Continue after any branch succeeded, or exit after any branch failed': string;
|
|
576
558
|
Delay: string;
|
|
@@ -615,5 +597,22 @@ declare const _default: {
|
|
|
615
597
|
'Display data template selector': string;
|
|
616
598
|
'Form data templates': string;
|
|
617
599
|
"Data template": string;
|
|
600
|
+
Duplicate: string;
|
|
601
|
+
Duplicating: string;
|
|
602
|
+
"Duplicate mode": string;
|
|
603
|
+
"Quick duplicate": string;
|
|
604
|
+
"Duplicate and continue": string;
|
|
605
|
+
"Please configure the duplicate fields": string;
|
|
606
|
+
Add: string;
|
|
607
|
+
"Add new mode": string;
|
|
608
|
+
"Quick add": string;
|
|
609
|
+
"Modal add": string;
|
|
610
|
+
"Save mode": string;
|
|
611
|
+
"First or create": string;
|
|
612
|
+
"Update or create": string;
|
|
613
|
+
"Find by the following fields": string;
|
|
614
|
+
Create: string;
|
|
615
|
+
"Current form": string;
|
|
616
|
+
"Current object": string;
|
|
618
617
|
};
|
|
619
618
|
export default _default;
|
package/lib/locale/ja_JP.js
CHANGED
|
@@ -195,7 +195,6 @@ var _default = {
|
|
|
195
195
|
"Field source": "ソースフィールド",
|
|
196
196
|
"Preview": "プレビュー",
|
|
197
197
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "ランダムに生成され、変更可能です。 アルファベット、数字、アンダースコアをサポートし、アルファベットから始まる必要があります。",
|
|
198
|
-
"Storage type": "ストレージタイプ",
|
|
199
198
|
"Edit": "編集",
|
|
200
199
|
"Edit collection": "コレクションの編集",
|
|
201
200
|
"Configure fields": "フィールドの設定",
|
|
@@ -223,7 +222,6 @@ var _default = {
|
|
|
223
222
|
"Radio group": "ラジオボタングループ",
|
|
224
223
|
"Checkbox group": "チェックボックスグループ",
|
|
225
224
|
"China region": "中国地域",
|
|
226
|
-
"Attachment": "添付ファイル",
|
|
227
225
|
"Date & Time": "日付と時間",
|
|
228
226
|
"Datetime": "日付",
|
|
229
227
|
"Relation": "関連づけ",
|
|
@@ -336,7 +334,6 @@ var _default = {
|
|
|
336
334
|
"Add option": "オプションを追加",
|
|
337
335
|
"Related collection": "関連付けコレクション",
|
|
338
336
|
"Allow linking to multiple records": "複数のレコードの関連付けを許可する",
|
|
339
|
-
"Allow uploading multiple files": "複数ファイルのアップロードを許可する",
|
|
340
337
|
"Configure calendar": "カレンダーの設定",
|
|
341
338
|
"Title field": "タイトルフィールド",
|
|
342
339
|
"Start date field": "開始日フィールド",
|
|
@@ -435,7 +432,6 @@ var _default = {
|
|
|
435
432
|
"Redirect to": "リダイレクトする",
|
|
436
433
|
"Save action": "操作を保存",
|
|
437
434
|
"Exists": "存在する",
|
|
438
|
-
"Filename": "ファイル名",
|
|
439
435
|
"Add condition": "条件の追加",
|
|
440
436
|
"Add condition group": "条件グループの追加",
|
|
441
437
|
"exists": "が存在する",
|
|
@@ -452,7 +448,6 @@ var _default = {
|
|
|
452
448
|
"Expression": "表达式",
|
|
453
449
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "+、-、*、/、( ) で算術演算、@でフィールド変数を開くことができます。",
|
|
454
450
|
"Formula error.": "式の検証エラーです。",
|
|
455
|
-
"Accept": "ファイル形式",
|
|
456
451
|
"Rich Text": "リッチテキスト",
|
|
457
452
|
"Junction collection": "中間コレクション",
|
|
458
453
|
"Leave it blank, unless you need a custom intermediate table": "カスタム中間テーブルが必要でない限り、デフォルトで空白のままにします",
|
|
@@ -501,19 +496,6 @@ var _default = {
|
|
|
501
496
|
"Action permission": "操作権限",
|
|
502
497
|
"Field permission": "フィールド権限",
|
|
503
498
|
"Scope name": "スコープ名",
|
|
504
|
-
"File storages": "ファイルストレージ",
|
|
505
|
-
"Storage display name": "ファイルストレージ名",
|
|
506
|
-
"Storage name": "ファイルストレージ識別子",
|
|
507
|
-
"Default storage": "デフォルトストレージ",
|
|
508
|
-
"Add storage": "ファイルストレージを追加",
|
|
509
|
-
"Edit storage": "ファイルストレージを編集",
|
|
510
|
-
"Storage base URL": "Storage base URL",
|
|
511
|
-
"Destination": "ファイルパス",
|
|
512
|
-
"Use the built-in static file server": "組み込みの静的ファイル サービスを使用する",
|
|
513
|
-
"Local storage": "ローカルストレージ",
|
|
514
|
-
"Aliyun OSS": "Aliyun OSS",
|
|
515
|
-
"Tencent COS": "Tencent COS",
|
|
516
|
-
"Amazon S3": "Amazon S3",
|
|
517
499
|
"Unsaved changes": "変更が保存されていません",
|
|
518
500
|
"Are you sure you don't want to save?": "変更を保存しなくてもよいですか?",
|
|
519
501
|
"Dragging": "ドラッグ",
|
|
@@ -564,7 +546,7 @@ var _default = {
|
|
|
564
546
|
"Quick upload": "クイックアップロード",
|
|
565
547
|
"Select file": "ファイルを選択",
|
|
566
548
|
"Subtable": "サブテーブル",
|
|
567
|
-
"
|
|
549
|
+
"Sub-form": "サブフォーム",
|
|
568
550
|
"Sub-details": "サブリスト",
|
|
569
551
|
"Field mode": "フィールドコンポーネント",
|
|
570
552
|
"Allow add new data": "データの追加を許可",
|
|
@@ -577,7 +559,7 @@ var _default = {
|
|
|
577
559
|
/* add */
|
|
578
560
|
"Unique": "重複を許可しない",
|
|
579
561
|
"Default value": "デフォルト値",
|
|
580
|
-
"Select
|
|
562
|
+
"Select field": "フィールドを選択してください",
|
|
581
563
|
'Any succeeded or failed': 'いずれかが成功もしくは失敗',
|
|
582
564
|
'Continue after any branch succeeded, or exit after any branch failed': 'いずれかの分岐で成功し続行するか、分岐が失敗した後終了します',
|
|
583
565
|
'Delay': '遅延実行',
|
|
@@ -621,6 +603,23 @@ var _default = {
|
|
|
621
603
|
'Add template': 'テンプレートを追加',
|
|
622
604
|
'Display data template selector': 'データテンプレートセレクターを表示',
|
|
623
605
|
'Form data templates': 'フォームデータテンプレート',
|
|
624
|
-
"Data template": "データテンプレート"
|
|
606
|
+
"Data template": "データテンプレート",
|
|
607
|
+
"Duplicate": "レプリケーション",
|
|
608
|
+
"Duplicating": "コピー中",
|
|
609
|
+
"Duplicate mode": "コピーモード",
|
|
610
|
+
"Quick duplicate": "今すぐコピー",
|
|
611
|
+
"Duplicate and continue": "コピーして続行",
|
|
612
|
+
"Please configure the duplicate fields": "コピーするフィールドを設定してください",
|
|
613
|
+
"Add": "追加",
|
|
614
|
+
"Add new mode": "追加モード",
|
|
615
|
+
"Quick add": "すばやい",
|
|
616
|
+
"Modal add": "ポップアップ窓の追加",
|
|
617
|
+
"Save mode": "保存方法",
|
|
618
|
+
"First or create": "存在しない場合に追加",
|
|
619
|
+
"Update or create": "存在しなければ新規、存在すれば更新",
|
|
620
|
+
"Find by the following fields": "次のフィールドで検索",
|
|
621
|
+
"Create": "新規のみ",
|
|
622
|
+
"Current form": "現在のフォーム",
|
|
623
|
+
"Current object": "現在のオブジェクト"
|
|
625
624
|
};
|
|
626
625
|
exports.default = _default;
|
package/lib/locale/pt_BR.d.ts
CHANGED
|
@@ -244,7 +244,7 @@ declare const _default: {
|
|
|
244
244
|
"Select file": string;
|
|
245
245
|
"Allow multiple": string;
|
|
246
246
|
Subtable: string;
|
|
247
|
-
|
|
247
|
+
"Sub-form": string;
|
|
248
248
|
"Record picker": string;
|
|
249
249
|
"Toggles the subfield mode": string;
|
|
250
250
|
"Selector mode": string;
|
|
@@ -666,5 +666,7 @@ declare const _default: {
|
|
|
666
666
|
'Display data template selector': string;
|
|
667
667
|
'Form data templates': string;
|
|
668
668
|
"Data template": string;
|
|
669
|
+
"Not found": string;
|
|
670
|
+
Add: string;
|
|
669
671
|
};
|
|
670
672
|
export default _default;
|
package/lib/locale/pt_BR.js
CHANGED
|
@@ -250,7 +250,7 @@ var _default = {
|
|
|
250
250
|
"Select file": "Selecionar arquivo",
|
|
251
251
|
"Allow multiple": "Permitir múltiplos",
|
|
252
252
|
"Subtable": "Subtabela",
|
|
253
|
-
"
|
|
253
|
+
"Sub-form": "Subformulário",
|
|
254
254
|
"Record picker": "Selecionador de registros",
|
|
255
255
|
"Toggles the subfield mode": "Alterna o modo de subcampo",
|
|
256
256
|
"Selector mode": "Modo de seleção",
|
|
@@ -671,6 +671,8 @@ var _default = {
|
|
|
671
671
|
'Add template': 'Adicionar modelo',
|
|
672
672
|
'Display data template selector': 'Exibir seletor de modelo de dados',
|
|
673
673
|
'Form data templates': 'Modelos de dados do formulário',
|
|
674
|
-
"Data template": "Modelo de dados"
|
|
674
|
+
"Data template": "Modelo de dados",
|
|
675
|
+
"Not found": "Não encontrado",
|
|
676
|
+
"Add": "Adicionar"
|
|
675
677
|
};
|
|
676
678
|
exports.default = _default;
|
package/lib/locale/ru_RU.d.ts
CHANGED
|
@@ -133,7 +133,6 @@ declare const _default: {
|
|
|
133
133
|
"Collection name": string;
|
|
134
134
|
Categories: string;
|
|
135
135
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
|
|
136
|
-
"Storage type": string;
|
|
137
136
|
Edit: string;
|
|
138
137
|
"Edit collection": string;
|
|
139
138
|
"Configure fields": string;
|
|
@@ -159,7 +158,6 @@ declare const _default: {
|
|
|
159
158
|
"Radio group": string;
|
|
160
159
|
"Checkbox group": string;
|
|
161
160
|
"China region": string;
|
|
162
|
-
Attachment: string;
|
|
163
161
|
"Date & Time": string;
|
|
164
162
|
Datetime: string;
|
|
165
163
|
Relation: string;
|
|
@@ -272,7 +270,6 @@ declare const _default: {
|
|
|
272
270
|
"Add option": string;
|
|
273
271
|
"Related collection": string;
|
|
274
272
|
"Allow linking to multiple records": string;
|
|
275
|
-
"Allow uploading multiple files": string;
|
|
276
273
|
"Configure calendar": string;
|
|
277
274
|
"Title field": string;
|
|
278
275
|
"Start date field": string;
|
|
@@ -371,7 +368,6 @@ declare const _default: {
|
|
|
371
368
|
"Redirect to": string;
|
|
372
369
|
"Save action": string;
|
|
373
370
|
Exists: string;
|
|
374
|
-
Filename: string;
|
|
375
371
|
"Add condition": string;
|
|
376
372
|
"Add condition group": string;
|
|
377
373
|
exists: string;
|
|
@@ -388,7 +384,6 @@ declare const _default: {
|
|
|
388
384
|
Expression: string;
|
|
389
385
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": string;
|
|
390
386
|
"Formula error.": string;
|
|
391
|
-
Accept: string;
|
|
392
387
|
"Rich Text": string;
|
|
393
388
|
"Junction collection": string;
|
|
394
389
|
"Leave it blank, unless you need a custom intermediate table": string;
|
|
@@ -433,19 +428,6 @@ declare const _default: {
|
|
|
433
428
|
"Action permission": string;
|
|
434
429
|
"Field permission": string;
|
|
435
430
|
"Scope name": string;
|
|
436
|
-
"File storages": string;
|
|
437
|
-
"Storage display name": string;
|
|
438
|
-
"Storage name": string;
|
|
439
|
-
"Default storage": string;
|
|
440
|
-
"Add storage": string;
|
|
441
|
-
"Edit storage": string;
|
|
442
|
-
"Storage base URL": string;
|
|
443
|
-
Destination: string;
|
|
444
|
-
"Use the built-in static file server": string;
|
|
445
|
-
"Local storage": string;
|
|
446
|
-
"Aliyun OSS": string;
|
|
447
|
-
"Tencent COS": string;
|
|
448
|
-
"Amazon S3": string;
|
|
449
431
|
"Unsaved changes": string;
|
|
450
432
|
"Are you sure you don't want to save?": string;
|
|
451
433
|
Dragging: string;
|
|
@@ -496,7 +478,7 @@ declare const _default: {
|
|
|
496
478
|
"Quick upload": string;
|
|
497
479
|
"Select file": string;
|
|
498
480
|
Subtable: string;
|
|
499
|
-
|
|
481
|
+
"Sub-form": string;
|
|
500
482
|
"Regular expression": string;
|
|
501
483
|
"Enabled languages": string;
|
|
502
484
|
"View all plugins": string;
|
|
@@ -520,5 +502,7 @@ declare const _default: {
|
|
|
520
502
|
'Display data template selector': string;
|
|
521
503
|
'Form data templates': string;
|
|
522
504
|
"Data template": string;
|
|
505
|
+
"Not found": string;
|
|
506
|
+
Add: string;
|
|
523
507
|
};
|
|
524
508
|
export default _default;
|
package/lib/locale/ru_RU.js
CHANGED
|
@@ -139,7 +139,6 @@ var _default = {
|
|
|
139
139
|
"Collection name": "Имя Коллекции",
|
|
140
140
|
"Categories": "Категории таблиц данных",
|
|
141
141
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Случайно сгенерированный и может быть изменен. Поддерживает буквы, цифры и подчеркивания, должно начинаться с буквы.",
|
|
142
|
-
"Storage type": "Тип Хранилища",
|
|
143
142
|
"Edit": "Изменить",
|
|
144
143
|
"Edit collection": "Изменить Коллекцию",
|
|
145
144
|
"Configure fields": "Конфигурировать поля",
|
|
@@ -165,7 +164,6 @@ var _default = {
|
|
|
165
164
|
"Radio group": "Радио группа",
|
|
166
165
|
"Checkbox group": "Чекбокс группа",
|
|
167
166
|
"China region": "Китай регион",
|
|
168
|
-
"Attachment": "Вложение",
|
|
169
167
|
"Date & Time": "Дата & Время",
|
|
170
168
|
"Datetime": "Датавремя",
|
|
171
169
|
"Relation": "Связь",
|
|
@@ -278,7 +276,6 @@ var _default = {
|
|
|
278
276
|
"Add option": "Добавить опцию",
|
|
279
277
|
"Related collection": "Связанная коллекция",
|
|
280
278
|
"Allow linking to multiple records": "Позволить прилинковать много записей",
|
|
281
|
-
"Allow uploading multiple files": "Позволить загружать много файлов",
|
|
282
279
|
"Configure calendar": "Настроить календарь",
|
|
283
280
|
"Title field": "Поле заголовка",
|
|
284
281
|
"Start date field": "Поле даты начала",
|
|
@@ -377,7 +374,6 @@ var _default = {
|
|
|
377
374
|
"Redirect to": "Перенаправить на",
|
|
378
375
|
"Save action": "Сохранить действие",
|
|
379
376
|
"Exists": "Существуют",
|
|
380
|
-
"Filename": "Имя файла",
|
|
381
377
|
"Add condition": "Добавить правило",
|
|
382
378
|
"Add condition group": "Добавить группу правил",
|
|
383
379
|
"exists": "существуют",
|
|
@@ -394,7 +390,6 @@ var _default = {
|
|
|
394
390
|
"Expression": "Переменная",
|
|
395
391
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Введите +, -, *, /, ( ) для вычисления, введите @ чтобы открыть переменные поля.",
|
|
396
392
|
"Formula error.": "Ошибка формулы.",
|
|
397
|
-
"Accept": "Подтвердить",
|
|
398
393
|
"Rich Text": "Rich Text",
|
|
399
394
|
"Junction collection": "Коллекция Узлов",
|
|
400
395
|
"Leave it blank, unless you need a custom intermediate table": "Оставьте это поле пустым, если вам не нужна пользовательская промежуточная таблица.",
|
|
@@ -439,19 +434,6 @@ var _default = {
|
|
|
439
434
|
"Action permission": "Разрешения на действия",
|
|
440
435
|
"Field permission": "Разрешения на поля",
|
|
441
436
|
"Scope name": "Имя области",
|
|
442
|
-
"File storages": "Файловые хранилища",
|
|
443
|
-
"Storage display name": "Имя храшилища на экране",
|
|
444
|
-
"Storage name": "Имя хранилища",
|
|
445
|
-
"Default storage": "Хранилище по умолчанию",
|
|
446
|
-
"Add storage": "Добавить хранилище",
|
|
447
|
-
"Edit storage": "Изменить хранилище",
|
|
448
|
-
"Storage base URL": "Базовый URL хранилища",
|
|
449
|
-
"Destination": "Назначение",
|
|
450
|
-
"Use the built-in static file server": "Использовать встроенный статический файл-сервер",
|
|
451
|
-
"Local storage": "Локальное хранилище",
|
|
452
|
-
"Aliyun OSS": "Aliyun OSS",
|
|
453
|
-
"Tencent COS": "Tencent COS",
|
|
454
|
-
"Amazon S3": "Amazon S3",
|
|
455
437
|
"Unsaved changes": "Несохраненные изменения",
|
|
456
438
|
"Are you sure you don't want to save?": "Вы уверены, что не хотите сохранить?",
|
|
457
439
|
"Dragging": "Перетаскивание",
|
|
@@ -502,7 +484,7 @@ var _default = {
|
|
|
502
484
|
"Quick upload": "Быстрая загрузка",
|
|
503
485
|
"Select file": "Выбрать файл",
|
|
504
486
|
"Subtable": "Подтаблица",
|
|
505
|
-
"
|
|
487
|
+
"Sub-form": "Подформа",
|
|
506
488
|
"Regular expression": "Образец",
|
|
507
489
|
"Enabled languages": "Включенные языки",
|
|
508
490
|
"View all plugins": "Посмотреть все плагины",
|
|
@@ -525,6 +507,8 @@ var _default = {
|
|
|
525
507
|
'Add template': "Добавить шаблон",
|
|
526
508
|
'Display data template selector': "Отображать селектор шаблона данных",
|
|
527
509
|
'Form data templates': "Шаблоны данных формы",
|
|
528
|
-
"Data template": "Шаблон данных"
|
|
510
|
+
"Data template": "Шаблон данных",
|
|
511
|
+
"Not found": "Не найдено",
|
|
512
|
+
"Add": "Добавить"
|
|
529
513
|
};
|
|
530
514
|
exports.default = _default;
|