@tachybase/client 0.23.8-alpha.33 → 0.23.8-alpha.35
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/es/built-in/admin-layout/AdminLayout.d.ts +2 -0
- package/es/built-in/admin-layout/AdminLayout.mjs +14 -0
- package/es/built-in/admin-layout/AdminLayoutPlugin.d.ts +5 -0
- package/es/built-in/admin-layout/AdminLayoutPlugin.mjs +14 -0
- package/es/built-in/admin-layout/AdminProvider.d.ts +2 -0
- package/es/built-in/admin-layout/AdminProvider.mjs +22 -0
- package/es/built-in/admin-layout/InternalAdminLayout.d.ts +2 -0
- package/es/built-in/admin-layout/InternalAdminLayout.mjs +82 -0
- package/es/built-in/admin-layout/MenuEditor.d.ts +7 -0
- package/es/built-in/admin-layout/MenuEditor.mjs +114 -0
- package/es/built-in/admin-layout/filterByACL.d.ts +1 -0
- package/es/built-in/admin-layout/filterByACL.mjs +15 -0
- package/es/built-in/admin-layout/index.d.ts +8 -10
- package/es/built-in/admin-layout/index.mjs +8 -232
- package/es/built-in/index.mjs +3 -2
- package/es/built-in/setting-layout/SettingLayout.mjs +2 -1
- package/es/built-in/user-settings/index.mjs +2 -2
- package/{es → lib}/block-provider/hooks/index.js +2 -2
- package/lib/built-in/admin-layout/AdminLayout.js +48 -0
- package/lib/built-in/admin-layout/AdminLayoutPlugin.js +48 -0
- package/lib/built-in/admin-layout/AdminProvider.js +70 -0
- package/lib/built-in/admin-layout/InternalAdminLayout.js +116 -0
- package/lib/built-in/admin-layout/MenuEditor.js +150 -0
- package/lib/built-in/admin-layout/filterByACL.js +51 -0
- package/lib/built-in/admin-layout/index.js +137 -0
- package/lib/{index.css → built-in/assistant/ai-chat/index_module.css} +0 -64
- package/{es → lib}/built-in/index.js +12 -8
- package/{es → lib}/built-in/setting-layout/SettingLayout.js +2 -1
- package/{es → lib}/built-in/user-settings/index.js +2 -2
- package/lib/global.css +34 -0
- package/lib/schema-component/antd/index.css +30 -0
- package/package.json +5 -5
- package/es/built-in/admin-layout/index.js +0 -350
- package/es/locale/index.js +0 -308
- package/lib/index.mjs +0 -94810
- /package/{es → lib}/api-client/APIClient.js +0 -0
- /package/{es → lib}/api-client/APIClientProvider.js +0 -0
- /package/{es → lib}/api-client/__tests__/APIClient.test.js +0 -0
- /package/{es → lib}/api-client/context.js +0 -0
- /package/{es → lib}/api-client/demos/demo1.js +0 -0
- /package/{es → lib}/api-client/demos/demo2.js +0 -0
- /package/{es → lib}/api-client/demos/demo3.js +0 -0
- /package/{es → lib}/api-client/hooks/assign.js +0 -0
- /package/{es → lib}/api-client/hooks/index.js +0 -0
- /package/{es → lib}/api-client/hooks/useAPIClient.js +0 -0
- /package/{es → lib}/api-client/hooks/useRequest.js +0 -0
- /package/{es → lib}/api-client/hooks/useResource.js +0 -0
- /package/{es → lib}/api-client/index.js +0 -0
- /package/{es → lib}/application/AppSchemaComponentProvider.js +0 -0
- /package/{es → lib}/application/Application.js +0 -0
- /package/{es → lib}/application/AttachmentPreviewManager.js +0 -0
- /package/{es → lib}/application/NoticesManager.js +0 -0
- /package/{es → lib}/application/Plugin.js +0 -0
- /package/{es → lib}/application/PluginContextMenu.js +0 -0
- /package/{es → lib}/application/PluginManager.js +0 -0
- /package/{es → lib}/application/RouterManager.js +0 -0
- /package/{es → lib}/application/SystemSettingsManager.js +0 -0
- /package/{es → lib}/application/UserSettingsManager.js +0 -0
- /package/{es → lib}/application/WebSocketClient.js +0 -0
- /package/{es → lib}/application/__tests__/Application.test.js +0 -0
- /package/{es → lib}/application/__tests__/Plugin.test.js +0 -0
- /package/{es → lib}/application/__tests__/PluginSettingsManager.test.js +0 -0
- /package/{es → lib}/application/__tests__/RouterManager.test.js +0 -0
- /package/{es → lib}/application/__tests__/SchemaInitializer.test.js +0 -0
- /package/{es → lib}/application/__tests__/SchemaToolbar.test.js +0 -0
- /package/{es → lib}/application/__tests__/hoc/withDynamicSchemaProps.test.js +0 -0
- /package/{es → lib}/application/__tests__/hooks.test.js +0 -0
- /package/{es → lib}/application/__tests__/utils/remotePlugins.test.js +0 -0
- /package/{es → lib}/application/__tests__/utils.test.js +0 -0
- /package/{es → lib}/application/components/AppComponent.js +0 -0
- /package/{es → lib}/application/components/BlankComponent.js +0 -0
- /package/{es → lib}/application/components/MainComponent.js +0 -0
- /package/{es → lib}/application/components/RouterContextCleaner.js +0 -0
- /package/{es → lib}/application/components/defaultComponents.js +0 -0
- /package/{es → lib}/application/components/index.js +0 -0
- /package/{es → lib}/application/context.js +0 -0
- /package/{es → lib}/application/demos/demo1.js +0 -0
- /package/{es → lib}/application/demos/demo2.js +0 -0
- /package/{es → lib}/application/demos/demo3.js +0 -0
- /package/{es → lib}/application/hoc/index.js +0 -0
- /package/{es → lib}/application/hoc/withDynamicSchemaProps.js +0 -0
- /package/{es → lib}/application/hooks/index.js +0 -0
- /package/{es → lib}/application/hooks/useApp.js +0 -0
- /package/{es → lib}/application/hooks/usePlugin.js +0 -0
- /package/{es → lib}/application/hooks/useRouter.js +0 -0
- /package/{es → lib}/application/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/SchemaInitializer.js +0 -0
- /package/{es → lib}/application/schema-initializer/SchemaInitializerManager.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerActionModal.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerButton.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerChildren.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerDivider.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerItem.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerItemGroup.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerItems.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerSelect.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerSubMenu.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/SchemaInitializerSwitch.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/components/style.js +0 -0
- /package/{es → lib}/application/schema-initializer/context/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/hoc/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/hooks/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/hooks/useAriaAttributeOfMenuItem.js +0 -0
- /package/{es → lib}/application/schema-initializer/index.js +0 -0
- /package/{es → lib}/application/schema-initializer/types.js +0 -0
- /package/{es → lib}/application/schema-settings/SchemaSettings.js +0 -0
- /package/{es → lib}/application/schema-settings/SchemaSettingsDefaults.js +0 -0
- /package/{es → lib}/application/schema-settings/SchemaSettingsManager.js +0 -0
- /package/{es → lib}/application/schema-settings/components/SchemaSettingsChildren.js +0 -0
- /package/{es → lib}/application/schema-settings/components/SchemaSettingsIcon.js +0 -0
- /package/{es → lib}/application/schema-settings/components/SchemaSettingsWrapper.js +0 -0
- /package/{es → lib}/application/schema-settings/components/index.js +0 -0
- /package/{es → lib}/application/schema-settings/context/index.js +0 -0
- /package/{es → lib}/application/schema-settings/hooks/index.js +0 -0
- /package/{es → lib}/application/schema-settings/index.js +0 -0
- /package/{es → lib}/application/schema-settings/types.js +0 -0
- /package/{es → lib}/application/schema-toolbar/context/index.js +0 -0
- /package/{es → lib}/application/schema-toolbar/hooks/index.js +0 -0
- /package/{es → lib}/application/schema-toolbar/index.js +0 -0
- /package/{es → lib}/application/utils/globalDeps.js +0 -0
- /package/{es → lib}/application/utils/index.js +0 -0
- /package/{es → lib}/application/utils/remotePlugins.js +0 -0
- /package/{es → lib}/async-data-provider/index.js +0 -0
- /package/{es → lib}/block-provider/BlockProvider.js +0 -0
- /package/{es → lib}/block-provider/DetailsBlockProvider.js +0 -0
- /package/{es → lib}/block-provider/FilterFormBlockProvider.js +0 -0
- /package/{es → lib}/block-provider/FormBlockProvider.js +0 -0
- /package/{es → lib}/block-provider/FormFieldProvider.js +0 -0
- /package/{es → lib}/block-provider/MobileProvider.js +0 -0
- /package/{es → lib}/block-provider/PageLayout.js +0 -0
- /package/{es → lib}/block-provider/TableBlockProvider.js +0 -0
- /package/{es → lib}/block-provider/TableFieldProvider.js +0 -0
- /package/{es → lib}/block-provider/TableSelectorProvider.js +0 -0
- /package/{es → lib}/block-provider/TreeBlockProvider.js +0 -0
- /package/{es → lib}/block-provider/hooks/useDataBlockSourceId.js +0 -0
- /package/{es → lib}/block-provider/hooks/useFormActiveFields.js +0 -0
- /package/{es → lib}/block-provider/hooks/useIsMobile.js +0 -0
- /package/{es → lib}/block-provider/hooks/useParsedFilter.js +0 -0
- /package/{es → lib}/block-provider/index.js +0 -0
- /package/{es → lib}/built-in/acl/ACLPlugin.js +0 -0
- /package/{es → lib}/built-in/acl/ACLProvider.js +0 -0
- /package/{es → lib}/built-in/acl/ACLShortcut.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/ConfigureCenter.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/MenuConfigure.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/MenuItemsProvider.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/PermisionProvider.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/RoleConfigure.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/RoleTable.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/RolesResourcesActions.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/ScopeSelect.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/StrategyActions.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/index.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/schemas/roles.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/schemas/scopes.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/schemas/useRoleResourceValues.js +0 -0
- /package/{es → lib}/built-in/acl/Configuration/schemas/useSaveRoleResourceAction.js +0 -0
- /package/{es → lib}/built-in/acl/index.js +0 -0
- /package/{es → lib}/built-in/acl/style.js +0 -0
- /package/{es → lib}/built-in/admin-layout/AdminContent.js +0 -0
- /package/{es → lib}/built-in/admin-layout/AdminTabs.js +0 -0
- /package/{es → lib}/built-in/admin-layout/NoticeArea.js +0 -0
- /package/{es → lib}/built-in/admin-layout/components/AddNewButton.js +0 -0
- /package/{es → lib}/built-in/admin-layout/components/WelcomeCard.js +0 -0
- /package/{es → lib}/built-in/admin-layout/style.js +0 -0
- /package/{es → lib}/built-in/assistant/Assistant.provider.js +0 -0
- /package/{es → lib}/built-in/assistant/ai-chat/index.js +0 -0
- /package/{es → lib}/built-in/assistant/ai-chat/index.module.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/AutoScalingText.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/Calculator.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/CalculatorDisplay.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/CalculatorKey.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/CalculatorProvider.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/Draggable.js +0 -0
- /package/{es → lib}/built-in/assistant/calculator/style.js +0 -0
- /package/{es → lib}/built-in/assistant/index.js +0 -0
- /package/{es → lib}/built-in/assistant/search-and-jump/index.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/index.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/interface.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/file-default.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/file-pdf.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/file-pdf.style.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/file-sheet.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/file-sheet.style.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/image-jpeg.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/image-png.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/image-svg.js +0 -0
- /package/{es → lib}/built-in/attachment-preview/previewers/index.js +0 -0
- /package/{es → lib}/built-in/block-schema-component/index.js +0 -0
- /package/{es → lib}/built-in/built-in-collections/index.js +0 -0
- /package/{es → lib}/built-in/context-menu/ContextMenu.provider.js +0 -0
- /package/{es → lib}/built-in/context-menu/ContextMenuItemsProps.js +0 -0
- /package/{es → lib}/built-in/context-menu/index.js +0 -0
- /package/{es → lib}/built-in/context-menu/useContextMenu.js +0 -0
- /package/{es → lib}/built-in/document-title/index.js +0 -0
- /package/{es → lib}/built-in/dynamic-page/DynamicPage.js +0 -0
- /package/{es → lib}/built-in/dynamic-page/index.js +0 -0
- /package/{es → lib}/built-in/dynamic-page/style.js +0 -0
- /package/{es → lib}/built-in/dynamic-page/utils.js +0 -0
- /package/{es → lib}/built-in/locale/LocalePlugin.js +0 -0
- /package/{es → lib}/built-in/locale/loadConstrueLocale.js +0 -0
- /package/{es → lib}/built-in/page-style/CustomAdminHeader.js +0 -0
- /package/{es → lib}/built-in/page-style/PageStyle.provider.js +0 -0
- /package/{es → lib}/built-in/page-style/TabContent.js +0 -0
- /package/{es → lib}/built-in/page-style/TabHeader.js +0 -0
- /package/{es → lib}/built-in/page-style/index.js +0 -0
- /package/{es → lib}/built-in/page-style/usePageStyle.js +0 -0
- /package/{es → lib}/built-in/page-style/useTabSettings.js +0 -0
- /package/{es → lib}/built-in/pinned-list/PinnedPluginListProvider.js +0 -0
- /package/{es → lib}/built-in/pinned-list/PluginPinnedList.js +0 -0
- /package/{es → lib}/built-in/pinned-list/context.js +0 -0
- /package/{es → lib}/built-in/pinned-list/index.js +0 -0
- /package/{es → lib}/built-in/pm/PluginCard.js +0 -0
- /package/{es → lib}/built-in/pm/PluginDetail.js +0 -0
- /package/{es → lib}/built-in/pm/PluginDocument.js +0 -0
- /package/{es → lib}/built-in/pm/PluginForm/form/PluginNpmForm.js +0 -0
- /package/{es → lib}/built-in/pm/PluginForm/form/PluginUploadForm.js +0 -0
- /package/{es → lib}/built-in/pm/PluginForm/form/PluginUrlForm.js +0 -0
- /package/{es → lib}/built-in/pm/PluginForm/modal/PluginAddModal.js +0 -0
- /package/{es → lib}/built-in/pm/PluginForm/modal/PluginUpgradeModal.js +0 -0
- /package/{es → lib}/built-in/pm/PluginManager.js +0 -0
- /package/{es → lib}/built-in/pm/index.js +0 -0
- /package/{es → lib}/built-in/pm/style.js +0 -0
- /package/{es → lib}/built-in/pm/types.js +0 -0
- /package/{es → lib}/built-in/quick-access/Action.js +0 -0
- /package/{es → lib}/built-in/quick-access/Block.js +0 -0
- /package/{es → lib}/built-in/quick-access/CustomRequestActionSchemaInitializerItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/LinkActionSchemaInitializerItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/ModalActionSchemaInitializerItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/PopupActionSchemaInitializerItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/SchemaSettingsBlockTitleItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/blockInitializerItem.js +0 -0
- /package/{es → lib}/built-in/quick-access/blockSchema.js +0 -0
- /package/{es → lib}/built-in/quick-access/blockSettings.js +0 -0
- /package/{es → lib}/built-in/quick-access/configureActions.js +0 -0
- /package/{es → lib}/built-in/quick-access/index.js +0 -0
- /package/{es → lib}/built-in/scroll-assistant/ScrollAssistant.provider.js +0 -0
- /package/{es → lib}/built-in/scroll-assistant/ScrollAssistantStatus.provider.js +0 -0
- /package/{es → lib}/built-in/scroll-assistant/index.js +0 -0
- /package/{es → lib}/built-in/scroll-assistant/useJoystick.js +0 -0
- /package/{es → lib}/built-in/setting-layout/AdminSettings.js +0 -0
- /package/{es → lib}/built-in/setting-layout/SettingsCenterDropdown.js +0 -0
- /package/{es → lib}/built-in/system-settings/SystemSettingsProvider.js +0 -0
- /package/{es → lib}/built-in/system-settings/SystemSettingsShortcut.js +0 -0
- /package/{es → lib}/built-in/system-settings/index.js +0 -0
- /package/{es → lib}/built-in/system-version/SystemVersion.provider.js +0 -0
- /package/{es → lib}/built-in/system-version/index.js +0 -0
- /package/{es → lib}/built-in/user-settings/UserSettingsLayout.js +0 -0
- /package/{es → lib}/built-in/user-settings/style.js +0 -0
- /package/{es → lib}/collection-manager/CollectionHistoryProvider.js +0 -0
- /package/{es → lib}/collection-manager/CollectionManagerProvider.js +0 -0
- /package/{es → lib}/collection-manager/CollectionManagerSchemaComponentProvider.js +0 -0
- /package/{es → lib}/collection-manager/CollectionProvider_deprecated.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/AddCollectionAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/AddFieldAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/AddSubFieldAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/DeleteCollectionAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/EditCollectionAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/EditFieldAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/EditSubFieldAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/ImportCollectionMetaAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/OverridingCollectionField.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/SyncFieldsAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/SyncSQLFieldsAction.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/ViewInheritedField.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/CollectionCategory.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/CollectionFieldInterfaceTag.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/CollectionTemplateTag.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/FieldSummary.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/Summary.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/TemplateSummary.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/components/index.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/index.js +0 -0
- /package/{es → lib}/collection-manager/Configuration/interfaces.js +0 -0
- /package/{es → lib}/collection-manager/ResourceActionProvider.js +0 -0
- /package/{es → lib}/collection-manager/action-hooks.js +0 -0
- /package/{es → lib}/collection-manager/collectionPlugin.js +0 -0
- /package/{es → lib}/collection-manager/context.js +0 -0
- /package/{es → lib}/collection-manager/demos/demo2.js +0 -0
- /package/{es → lib}/collection-manager/demos/demo3.js +0 -0
- /package/{es → lib}/collection-manager/demos/demo4.js +0 -0
- /package/{es → lib}/collection-manager/demos/demo5.js +0 -0
- /package/{es → lib}/collection-manager/hooks/index.js +0 -0
- /package/{es → lib}/collection-manager/hooks/useCollectionDataSource.js +0 -0
- /package/{es → lib}/collection-manager/hooks/useCollectionField_deprecated.js +0 -0
- /package/{es → lib}/collection-manager/hooks/useCollectionManager_deprecated.js +0 -0
- /package/{es → lib}/collection-manager/hooks/useCollection_deprecated.js +0 -0
- /package/{es → lib}/collection-manager/hooks/useDialect.js +0 -0
- /package/{es → lib}/collection-manager/index.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/__tests__/json.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/checkbox.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/checkboxGroup.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/chinaRegion.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/collection.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/color.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/components/index.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/createdAt.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/createdBy.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/datetime.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/email.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/icon.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/id.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/index.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/input.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/integer.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/json.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/linkTo.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/m2m.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/m2o.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/markdown.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/multipleSelect.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/nanoid.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/number.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/o2m.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/o2o.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/password.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/percent.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/phone.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/properties/index.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/properties/operators.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/radioGroup.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/richText.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/select.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/sort.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/subTable.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/tableoid.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/textarea.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/time.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/types.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/unixTimestamp.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/updatedAt.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/updatedBy.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/url.js +0 -0
- /package/{es → lib}/collection-manager/interfaces/uuid.js +0 -0
- /package/{es → lib}/collection-manager/mixins/InheritanceCollectionMixin.js +0 -0
- /package/{es → lib}/collection-manager/sub-table.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/PresetFields.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/PreviewFields.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/PreviewTable.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/sql-collection/FieldsConfigure.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/sql-collection/PreviewTable.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/sql-collection/SQLInput.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/sql-collection/SQLRequestProvider.js +0 -0
- /package/{es → lib}/collection-manager/templates/components/sql-collection/index.js +0 -0
- /package/{es → lib}/collection-manager/templates/expression.js +0 -0
- /package/{es → lib}/collection-manager/templates/general.js +0 -0
- /package/{es → lib}/collection-manager/templates/import.js +0 -0
- /package/{es → lib}/collection-manager/templates/index.js +0 -0
- /package/{es → lib}/collection-manager/templates/properties/index.js +0 -0
- /package/{es → lib}/collection-manager/templates/sql.js +0 -0
- /package/{es → lib}/collection-manager/templates/tree.js +0 -0
- /package/{es → lib}/collection-manager/templates/types.js +0 -0
- /package/{es → lib}/collection-manager/templates/view.js +0 -0
- /package/{es → lib}/collection-manager/types.js +0 -0
- /package/{es → lib}/collection-manager/utils.js +0 -0
- /package/{es → lib}/common/SelectWithTitle.js +0 -0
- /package/{es → lib}/common/appInfo/CurrentAppInfoProvider.js +0 -0
- /package/{es → lib}/common/appInfo/index.js +0 -0
- /package/{es → lib}/common/index.js +0 -0
- /package/{es → lib}/common/useFieldComponentName.js +0 -0
- /package/{es → lib}/common/useNiceDropdownHeight.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/AssociationProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/Collection.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/CollectionManager.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/CollectionManagerProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/CollectionProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection/ExtendCollectionsProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-field/CollectionField.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-field/CollectionFieldProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-record/CollectionRecord.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-record/CollectionRecordProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-record/isNewRecord.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/collection-template/CollectionTemplateManager.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/components/CollectionDeletedPlaceholder.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/DataBlockProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/collection-form-create.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/collection-table-list.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-block/data-block-demos/createApp.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-source/CollectionDataSourceProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-source/DataSource.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-source/DataSourceManager.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-source/DataSourceManagerProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/data-source/DataSourceProvider.test.js +0 -0
- /package/{es → lib}/data-source/__tests__/utils.test.js +0 -0
- /package/{es → lib}/data-source/collection/AssociationProvider.js +0 -0
- /package/{es → lib}/data-source/collection/Collection.js +0 -0
- /package/{es → lib}/data-source/collection/CollectionManager.js +0 -0
- /package/{es → lib}/data-source/collection/CollectionManagerProvider.js +0 -0
- /package/{es → lib}/data-source/collection/CollectionProvider.js +0 -0
- /package/{es → lib}/data-source/collection/ExtendCollectionsProvider.js +0 -0
- /package/{es → lib}/data-source/collection/index.js +0 -0
- /package/{es → lib}/data-source/collection/utils.js +0 -0
- /package/{es → lib}/data-source/collection-field/CollectionField.js +0 -0
- /package/{es → lib}/data-source/collection-field/CollectionFieldProvider.js +0 -0
- /package/{es → lib}/data-source/collection-field/index.js +0 -0
- /package/{es → lib}/data-source/collection-field-interface/CollectionFieldInterface.js +0 -0
- /package/{es → lib}/data-source/collection-field-interface/CollectionFieldInterfaceManager.js +0 -0
- /package/{es → lib}/data-source/collection-field-interface/index.js +0 -0
- /package/{es → lib}/data-source/collection-record/CollectionRecord.js +0 -0
- /package/{es → lib}/data-source/collection-record/CollectionRecordProvider.js +0 -0
- /package/{es → lib}/data-source/collection-record/index.js +0 -0
- /package/{es → lib}/data-source/collection-record/isNewRecord.js +0 -0
- /package/{es → lib}/data-source/collection-template/CollectionTemplate.js +0 -0
- /package/{es → lib}/data-source/collection-template/CollectionTemplateManager.js +0 -0
- /package/{es → lib}/data-source/collection-template/index.js +0 -0
- /package/{es → lib}/data-source/commonsSettingsItem/fieldComponent.js +0 -0
- /package/{es → lib}/data-source/commonsSettingsItem/index.js +0 -0
- /package/{es → lib}/data-source/components/CollectionDeletedPlaceholder.js +0 -0
- /package/{es → lib}/data-source/components/DataSourceApplicationProvider.js +0 -0
- /package/{es → lib}/data-source/components/index.js +0 -0
- /package/{es → lib}/data-source/data-block/DataBlockProvider.js +0 -0
- /package/{es → lib}/data-source/data-block/DataBlockRequestProvider.js +0 -0
- /package/{es → lib}/data-source/data-block/DataBlockResourceProvider.js +0 -0
- /package/{es → lib}/data-source/data-block/context/ConfigSetting.provider.js +0 -0
- /package/{es → lib}/data-source/data-block/index.js +0 -0
- /package/{es → lib}/data-source/data-source/DataSource.js +0 -0
- /package/{es → lib}/data-source/data-source/DataSourceManager.js +0 -0
- /package/{es → lib}/data-source/data-source/DataSourceManagerProvider.js +0 -0
- /package/{es → lib}/data-source/data-source/DataSourceProvider.js +0 -0
- /package/{es → lib}/data-source/data-source/index.js +0 -0
- /package/{es → lib}/data-source/index.js +0 -0
- /package/{es → lib}/data-source/utils.js +0 -0
- /package/{es → lib}/env.d.js +0 -0
- /package/{es → lib}/filter-provider/FilterProvider.js +0 -0
- /package/{es → lib}/filter-provider/__tests__/transformToFilter.js +0 -0
- /package/{es → lib}/filter-provider/__tests__/useFilter.js +0 -0
- /package/{es → lib}/filter-provider/__tests__/utiles.test.js +0 -0
- /package/{es → lib}/filter-provider/index.js +0 -0
- /package/{es → lib}/filter-provider/utils.js +0 -0
- /package/{es → lib}/flag-provider/FlagProvider.js +0 -0
- /package/{es → lib}/flag-provider/__tests__/flag-provider.test.js +0 -0
- /package/{es → lib}/flag-provider/hooks/useFlag.js +0 -0
- /package/{es → lib}/flag-provider/index.js +0 -0
- /package/{es → lib}/hooks/index.js +0 -0
- /package/{es → lib}/hooks/useAdminSchemaUid.js +0 -0
- /package/{es → lib}/hooks/useMenuItem.js +0 -0
- /package/{es → lib}/hooks/useViewport.js +0 -0
- /package/{es → lib}/i18n/i18n.js +0 -0
- /package/{es → lib}/i18n/index.js +0 -0
- /package/{es → lib}/icon/Icon.js +0 -0
- /package/{es → lib}/icon/__tests__/icon.test.js +0 -0
- /package/{es → lib}/icon/demos/antd-icon.js +0 -0
- /package/{es → lib}/icon/demos/custom-icon.js +0 -0
- /package/{es → lib}/icon/demos/iconfont.js +0 -0
- /package/{es → lib}/icon/demos/register-icon.js +0 -0
- /package/{es → lib}/icon/index.js +0 -0
- /package/{es → lib}/icon/preloaded.js +0 -0
- /package/{es → lib}/index.js +0 -0
- /package/{es → lib}/modules/actions/ActionSchemaToolbar.js +0 -0
- /package/{es → lib}/modules/actions/add-child/CreateChildInitializer.js +0 -0
- /package/{es → lib}/modules/actions/add-child/addChildActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/add-new/CreateActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/add-new/addNewActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/add-new/createFormBlockInitializers.js +0 -0
- /package/{es → lib}/modules/actions/add-record/CustomizeAddRecordActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/add-record/customizeAddRecordActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/add-record/customizeCreateFormBlockInitializers.js +0 -0
- /package/{es → lib}/modules/actions/bulk-destroy/BulkDestroyActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/bulk-destroy/bulkDeleteActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/delete/DestroyActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/delete/deleteActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/disassociate/DisassociateActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/disassociate/__e2e__/disassociate.test.js +0 -0
- /package/{es → lib}/modules/actions/disassociate/__e2e__/templatesOfPage.js +0 -0
- /package/{es → lib}/modules/actions/disassociate/disassociateActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/expand-collapse/ExpandableActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/expand-collapse/expendableActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/filter/FilterActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/filter/filterActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/link/customizeLinkActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/link/hooks.js +0 -0
- /package/{es → lib}/modules/actions/refresh/RefreshActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/refresh/refreshActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/save-record/SaveRecordActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/save-record/customizeSaveRecordActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/submit/CreateSubmitActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/submit/UpdateSubmitActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/submit/createSubmitActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/submit/updateSubmitActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/update-record/UpdateRecordActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/update-record/customizeUpdateRecordActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/PopupActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/RecordFormBlockInitializers.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/UpdateActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/ViewActionInitializer.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/customizePopupActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/editActionSettings.js +0 -0
- /package/{es → lib}/modules/actions/view-edit-popup/viewActionSettings.js +0 -0
- /package/{es → lib}/modules/blocks/BlockSchemaToolbar.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/DetailsActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/createDetailsWithPaginationUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/ReadPrettyFormActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/ReadPrettyFormItemInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/createDetailsUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/detailsBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/hooks/useDetailsDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/details-single/hooks/useDetailsProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/CreateFormBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/FilterItemCustomSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/FormBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/FormItemSchemaToolbar.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/RecordFormBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/createCreateFormBlockUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/createEditFormBlockUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/createFormActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/createFormBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/editFormBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/fieldSettingsFormItem.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/formActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/formItemInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/hooks/useCreateFormBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/hooks/useCreateFormBlockProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/hooks/useEditFormBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/hooks/useEditFormBlockProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/index.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/form/updateFormActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/GridCardActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/createGridCardBlockUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/gridCardItemActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockParams.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/grid-card/utils.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/ListActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/ListBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/createListBlockUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/listBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/list/listItemActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/TableActionColumnInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/TableActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/TableBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/TableColumnInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/createTableBlockUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/hooks/useTableBlockProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/index.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/tableBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/tableColumnSettings.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table/utils.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/__e2e__/utils.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/createTableSelectorUISchema.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/hooks/useTableSelectorDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/index.js +0 -0
- /package/{es → lib}/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/createFilterCollapseBlockSchema.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/filterCollapseBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/filterCollapseItemFieldSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/filterCollapseItemInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/collapse/hooks/useCollapseBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/FilterFormActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/createFilterFormBlockSchema.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/filterFormBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/filterFormItemInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockDecoratorProps.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockProps.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/tree/FilterTreeActionInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/tree/FilterTreeBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/tree/filterTreeBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/tree/filterTreeItemFieldSettings.js +0 -0
- /package/{es → lib}/modules/blocks/filter-blocks/tree/filterTreeItemInitializers.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/blocks/other-blocks/markdown/markdownBlockSettings.js +0 -0
- /package/{es → lib}/modules/blocks/useParentRecordCommon.js +0 -0
- /package/{es → lib}/modules/blocks/useSourceId.js +0 -0
- /package/{es → lib}/modules/blocks/useSourceKey.js +0 -0
- /package/{es → lib}/modules/dialog/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/dialog/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/dialog/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/dialog/__e2e__/zIndex.test.js +0 -0
- /package/{es → lib}/modules/fields/component/CascadeSelect/cascadeSelectComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Cascader/cascaderComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Checkbox/checkboxComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/fields/component/DatePicker/__e2e__/utils.js +0 -0
- /package/{es → lib}/modules/fields/component/DatePicker/datePickerComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/DrawerSubTable/drawerSubTableComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/FileManager/fileManagerComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/FileManager/uploadAttachmentComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/InputNumber/inputNumberComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Nester/subformComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Picker/TableSelectorInitializers.js +0 -0
- /package/{es → lib}/modules/fields/component/Picker/recordPickerComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/PopoverNester/subformPopoverComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Radio/radioComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Select/selectComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/Tag/tagComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/component/UnixTimestamp/unixTimestampComponentFieldSettings.js +0 -0
- /package/{es → lib}/modules/fields/initializer/CollectionFieldInitializer.js +0 -0
- /package/{es → lib}/modules/fields/initializer/TableCollectionFieldInitializer.js +0 -0
- /package/{es → lib}/modules/menu/GroupItem.js +0 -0
- /package/{es → lib}/modules/menu/LinkMenuItem.js +0 -0
- /package/{es → lib}/modules/menu/PageMenuItem.js +0 -0
- /package/{es → lib}/modules/menu/__e2e__/dragAndDrop.test.js +0 -0
- /package/{es → lib}/modules/menu/__e2e__/schemaInitializer.test.js +0 -0
- /package/{es → lib}/modules/menu/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/menu/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/menu/menuItemInitializer.js +0 -0
- /package/{es → lib}/modules/page/BlockInitializers.js +0 -0
- /package/{es → lib}/modules/page/__e2e__/blockInitializers.test.js +0 -0
- /package/{es → lib}/modules/page/__e2e__/dragAndDrop.test.js +0 -0
- /package/{es → lib}/modules/page/__e2e__/schemaInitailizer.test.js +0 -0
- /package/{es → lib}/modules/page/__e2e__/schemaSettings.test.js +0 -0
- /package/{es → lib}/modules/page/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/plugin-manager/__e2e__/pluginManager.test.js +0 -0
- /package/{es → lib}/modules/plugin-manager/__e2e__/templatesOfBug.js +0 -0
- /package/{es → lib}/modules/user-center/__e2e__/settings.test.js +0 -0
- /package/{es → lib}/modules/variable/DeclareVariable.js +0 -0
- /package/{es → lib}/modules/variable/useVariable.js +0 -0
- /package/{es → lib}/powered-by/index.js +0 -0
- /package/{es → lib}/record-provider/index.js +0 -0
- /package/{es → lib}/route-switch/RouteSchemaComponent.js +0 -0
- /package/{es → lib}/route-switch/index.js +0 -0
- /package/{es → lib}/schema-component/antd/AntdSchemaComponentProvider.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/hooks/index.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/hooks/useConfig.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/hooks/usePrefixCls.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/hooks/useToken.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/index.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/loading.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/portal.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/render.js +0 -0
- /package/{es → lib}/schema-component/antd/__builtins__/style.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Area.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Area.style.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Container.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Drawer.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Drawer.style.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Link.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Modal.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Page.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Popover.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.Sheet.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.js +0 -0
- /package/{es → lib}/schema-component/antd/action/Action.style.js +0 -0
- /package/{es → lib}/schema-component/antd/action/ActionBar.js +0 -0
- /package/{es → lib}/schema-component/antd/action/__tests__/action.test.js +0 -0
- /package/{es → lib}/schema-component/antd/action/context.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo5.js +0 -0
- /package/{es → lib}/schema-component/antd/action/demos/demo6.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useGetAriaLabelOfAction.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useGetAriaLabelOfDrawer.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useGetAriaLabelOfModal.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useGetAriaLabelOfPopover.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useSetAriaLabelForDrawer.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useSetAriaLabelForModal.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks/useSetAriaLabelForPopover.js +0 -0
- /package/{es → lib}/schema-component/antd/action/hooks.js +0 -0
- /package/{es → lib}/schema-component/antd/action/index.js +0 -0
- /package/{es → lib}/schema-component/antd/action/types.js +0 -0
- /package/{es → lib}/schema-component/antd/action/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/appends-tree-select/AppendsTreeSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/appends-tree-select/AppendsTreeSelectV2.js +0 -0
- /package/{es → lib}/schema-component/antd/appends-tree-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/association-cascader/AssociationCascader.js +0 -0
- /package/{es → lib}/schema-component/antd/association-cascader/index.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/AssociationFieldProvider.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/AssociationSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/Editable.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/FileManager.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalCascadeSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalCascader.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalDrawerSubTable.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalNester.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalPopoverNester.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalSubTable.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalTag.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/InternalViewer.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/Nester.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/SubTable.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/SubTabs/InternalCollapse.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/SubTabs/hook.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/SubTabs/index.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/SubTabs/styles.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/components/CreateRecordAction.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/context.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/hooks.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/index.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/schema.js +0 -0
- /package/{es → lib}/schema-component/antd/association-field/util.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/ActionBarAssociationFilterAction.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.Initializer.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.Item.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.Item.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.Item.style.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilter.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilterDesignerDelete.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.js +0 -0
- /package/{es → lib}/schema-component/antd/association-filter/utilts.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/AssociationSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/__tests__/association-select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/association-select/useServiceOptions.js +0 -0
- /package/{es → lib}/schema-component/antd/auto-complete/AutoComplete.js +0 -0
- /package/{es → lib}/schema-component/antd/auto-complete/index.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/BlockItem.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/BlockToolbar.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/__tests__/block-item.test.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/hooks/useGetAriaLabelOfBlockItem.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/index.js +0 -0
- /package/{es → lib}/schema-component/antd/block-item/useBlockToolbar.js +0 -0
- /package/{es → lib}/schema-component/antd/card-item/CardItem.js +0 -0
- /package/{es → lib}/schema-component/antd/card-item/__tests__/card-item.test.js +0 -0
- /package/{es → lib}/schema-component/antd/card-item/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/card-item/index.js +0 -0
- /package/{es → lib}/schema-component/antd/card-item/style.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/Cascader.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/__tests__/cascader.test.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/defaultFieldNames.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/cascader/index.js +0 -0
- /package/{es → lib}/schema-component/antd/checkbox/Checkbox.js +0 -0
- /package/{es → lib}/schema-component/antd/checkbox/__tests__/checkbox.test.js +0 -0
- /package/{es → lib}/schema-component/antd/checkbox/demos/checkbox.group.js +0 -0
- /package/{es → lib}/schema-component/antd/checkbox/demos/checkbox.js +0 -0
- /package/{es → lib}/schema-component/antd/checkbox/index.js +0 -0
- /package/{es → lib}/schema-component/antd/collection-select/CollectionSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/collection-select/__tests__/collection-select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/collection-select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/collection-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/color-picker/ColorPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/color-picker/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/color-picker/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/color-picker/index.js +0 -0
- /package/{es → lib}/schema-component/antd/color-picker/util.js +0 -0
- /package/{es → lib}/schema-component/antd/color-select/ColorSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/color-select/__tests__/color-select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/color-select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/color-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/Cron.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/CronSet.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/__tests__/cron-set.test.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/cron/index.js +0 -0
- /package/{es → lib}/schema-component/antd/custom-cascader/CustomCascader.js +0 -0
- /package/{es → lib}/schema-component/antd/custom-cascader/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/custom-cascader/defaultFieldNames.js +0 -0
- /package/{es → lib}/schema-component/antd/custom-cascader/index.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/DatePicker.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/__tests__/date-picker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/__tests__/getDateRanges.test.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/__tests__/mapDatePicker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/__tests__/mapRangePicker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/__tests__/util.test.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo10.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo11.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo5.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo6.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo7.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo8.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/demos/demo9.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/index.js +0 -0
- /package/{es → lib}/schema-component/antd/date-picker/util.js +0 -0
- /package/{es → lib}/schema-component/antd/details/Details.js +0 -0
- /package/{es → lib}/schema-component/antd/details/__tests__/details.test.js +0 -0
- /package/{es → lib}/schema-component/antd/details/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/details/index.js +0 -0
- /package/{es → lib}/schema-component/antd/error-fallback/ErrorFallback.js +0 -0
- /package/{es → lib}/schema-component/antd/error-fallback/__tests__/error-fallback.test.js +0 -0
- /package/{es → lib}/schema-component/antd/error-fallback/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/error-fallback/index.js +0 -0
- /package/{es → lib}/schema-component/antd/expand-action/Expand.Action.Design.js +0 -0
- /package/{es → lib}/schema-component/antd/expand-action/Expand.Action.js +0 -0
- /package/{es → lib}/schema-component/antd/expand-action/index.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/DynamicComponent.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/Filter.Action.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/Filter.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/FilterAction.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/FilterGroup.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/FilterItem.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/FilterItems.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/SaveDefaultValue.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/__tests__/filter.test.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/context.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/demos/demo5.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/demos/demo6.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/index.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/useFilterActionProps.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/useOperators.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/useValues.js +0 -0
- /package/{es → lib}/schema-component/antd/filter/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/form/Form.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/form/Form.Settings.js +0 -0
- /package/{es → lib}/schema-component/antd/form/Form.js +0 -0
- /package/{es → lib}/schema-component/antd/form/__tests__/form.test.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/apiClient.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo5.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo6.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo7.js +0 -0
- /package/{es → lib}/schema-component/antd/form/demos/demo8.js +0 -0
- /package/{es → lib}/schema-component/antd/form/index.js +0 -0
- /package/{es → lib}/schema-component/antd/form-dialog/index.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/FormItem.FilterFormDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/FormItem.FilterFormSettings.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/FormItem.Settings.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/FormItem.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/SchemaSettingOptions.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/__tests__/form-item.test.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/__tests__/utils.test.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/hooks/useParseDefaultValue.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/hooks/useSpecialCase.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/index.js +0 -0
- /package/{es → lib}/schema-component/antd/form-item/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/form-tab/index.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/Form.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/Form.FilterDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/Form.Settings.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/Form.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/FormField.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/Templates.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/__tests__/form-v2.test.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/demos/collections.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/index.js +0 -0
- /package/{es → lib}/schema-component/antd/form-v2/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/Block.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/Grid.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/Grid.style.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/__tests__/grid.test.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/grid/index.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/GridCard.Decorator.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/GridCard.Decorator.style.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/GridCard.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/GridCard.Item.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/GridCard.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/__tests__/grid-card.test.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/hooks.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/index.js +0 -0
- /package/{es → lib}/schema-component/antd/grid-card/options.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/IconFilterInput.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/IconList.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/IconPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/__tests__/icon-picker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/demos/icon-picker.js +0 -0
- /package/{es → lib}/schema-component/antd/icon-picker/index.js +0 -0
- /package/{es → lib}/schema-component/antd/index.js +0 -0
- /package/{es → lib}/schema-component/antd/input/EllipsisWithTooltip.js +0 -0
- /package/{es → lib}/schema-component/antd/input/Input.js +0 -0
- /package/{es → lib}/schema-component/antd/input/Json.js +0 -0
- /package/{es → lib}/schema-component/antd/input/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/input/__tests__/Input.test.js +0 -0
- /package/{es → lib}/schema-component/antd/input/demos/input.js +0 -0
- /package/{es → lib}/schema-component/antd/input/demos/json.js +0 -0
- /package/{es → lib}/schema-component/antd/input/demos/textarea.js +0 -0
- /package/{es → lib}/schema-component/antd/input/demos/url.js +0 -0
- /package/{es → lib}/schema-component/antd/input/index.js +0 -0
- /package/{es → lib}/schema-component/antd/input/shared.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/InputNumber.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/__tests__/input-number.test.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/demos/addonBefore&addonAfter.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/demos/highPrecisionDecimals.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/demos/inputNumber.js +0 -0
- /package/{es → lib}/schema-component/antd/input-number/index.js +0 -0
- /package/{es → lib}/schema-component/antd/list/List.Decorator.js +0 -0
- /package/{es → lib}/schema-component/antd/list/List.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/list/List.Item.js +0 -0
- /package/{es → lib}/schema-component/antd/list/List.js +0 -0
- /package/{es → lib}/schema-component/antd/list/List.style.js +0 -0
- /package/{es → lib}/schema-component/antd/list/__tests__/list.test.js +0 -0
- /package/{es → lib}/schema-component/antd/list/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/list/hooks.js +0 -0
- /package/{es → lib}/schema-component/antd/list/index.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/Markdown.Void.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/Markdown.Void.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/Markdown.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/__tests__/markdown.test.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/index.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/markdown-it-plugins/mermaidPlugin.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/md.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/style.js +0 -0
- /package/{es → lib}/schema-component/antd/markdown/util.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/Menu.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/Menu.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/Menu.styles.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/MenuItemInitializers/index.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/__tests__/menu.test.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/index.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/locale.js +0 -0
- /package/{es → lib}/schema-component/antd/menu/util.js +0 -0
- /package/{es → lib}/schema-component/antd/nanoIDInput/NanoIDInput.js +0 -0
- /package/{es → lib}/schema-component/antd/nanoIDInput/index.js +0 -0
- /package/{es → lib}/schema-component/antd/page/FixedBlock.js +0 -0
- /package/{es → lib}/schema-component/antd/page/FixedBlockDesignerItem.js +0 -0
- /package/{es → lib}/schema-component/antd/page/Page.Settings.js +0 -0
- /package/{es → lib}/schema-component/antd/page/Page.js +0 -0
- /package/{es → lib}/schema-component/antd/page/PageTab.Settings.js +0 -0
- /package/{es → lib}/schema-component/antd/page/PageTabDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/page/__tests__/page.test.js +0 -0
- /package/{es → lib}/schema-component/antd/page/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/page/hooks/useIsBlockInPage.js +0 -0
- /package/{es → lib}/schema-component/antd/page/index.js +0 -0
- /package/{es → lib}/schema-component/antd/page/style.js +0 -0
- /package/{es → lib}/schema-component/antd/pagination/index.js +0 -0
- /package/{es → lib}/schema-component/antd/password/Password.js +0 -0
- /package/{es → lib}/schema-component/antd/password/PasswordStrength.js +0 -0
- /package/{es → lib}/schema-component/antd/password/__tests__/password.test.js +0 -0
- /package/{es → lib}/schema-component/antd/password/__tests__/utils.test.js +0 -0
- /package/{es → lib}/schema-component/antd/password/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/password/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/password/index.js +0 -0
- /package/{es → lib}/schema-component/antd/password/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/percent/Percent.js +0 -0
- /package/{es → lib}/schema-component/antd/percent/__tests__/percent.test.js +0 -0
- /package/{es → lib}/schema-component/antd/percent/demos/percent.js +0 -0
- /package/{es → lib}/schema-component/antd/percent/index.js +0 -0
- /package/{es → lib}/schema-component/antd/popover/Popover.js +0 -0
- /package/{es → lib}/schema-component/antd/popover/index.js +0 -0
- /package/{es → lib}/schema-component/antd/preview/Preview.js +0 -0
- /package/{es → lib}/schema-component/antd/preview/__tests__/preview.test.js +0 -0
- /package/{es → lib}/schema-component/antd/preview/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/preview/index.js +0 -0
- /package/{es → lib}/schema-component/antd/quick-edit/QuickEdit.js +0 -0
- /package/{es → lib}/schema-component/antd/quick-edit/index.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/Radio.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/__tests__/radio.test.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/radio/index.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/InputRecordPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/ReadPrettyRecordPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/RecordPicker.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/__tests__/record-picker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/demos/mockData.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/index.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/useFieldNames.js +0 -0
- /package/{es → lib}/schema-component/antd/record-picker/util.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/RemoteSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/__tests__/remote-select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/remote-select/shared.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/RichText.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/__tests__/rich-text.test.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/index.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/style.js +0 -0
- /package/{es → lib}/schema-component/antd/rich-text/style.js.LICENSE.txt +0 -0
- /package/{es → lib}/schema-component/antd/scroll-area/ScrollArea.js +0 -0
- /package/{es → lib}/schema-component/antd/scroll-area/index.js +0 -0
- /package/{es → lib}/schema-component/antd/select/FormulaSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/select/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/select/Select.js +0 -0
- /package/{es → lib}/schema-component/antd/select/__tests__/select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/select/__tests__/utils.test.js +0 -0
- /package/{es → lib}/schema-component/antd/select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/select/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/select/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/select/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/space/index.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Array.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Array.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Column.ActionBar.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Column.Decorator.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Column.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Column.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.RowActionDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.RowSelection.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Void.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table/Table.Void.js +0 -0
- /package/{es → lib}/schema-component/antd/table/__tests__/table.test.js +0 -0
- /package/{es → lib}/schema-component/antd/table/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/table/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/table/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/table/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/antd/table/index.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.ActionColumnDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Column.ActionBar.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Column.Decorator.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Column.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Column.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.Index.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/Table.styles.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/TableBlockDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/TableField.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/TableSelector.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/TableSelectorDesigner.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/__tests__/table-v2.test.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/components/ColumnFieldProvider.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/demos/collections.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/index.js +0 -0
- /package/{es → lib}/schema-component/antd/table-v2/utils.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/Tabs.Designer.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/Tabs.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/__tests__/tabs.test.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/context.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/tabs/index.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/TimePicker.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/__tests__/time-picker.test.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/time-picker/index.js +0 -0
- /package/{es → lib}/schema-component/antd/tree/Tree.js +0 -0
- /package/{es → lib}/schema-component/antd/tree/index.js +0 -0
- /package/{es → lib}/schema-component/antd/tree-select/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/tree-select/TreeSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/tree-select/__tests__/tree-select.test.js +0 -0
- /package/{es → lib}/schema-component/antd/tree-select/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/tree-select/index.js +0 -0
- /package/{es → lib}/schema-component/antd/unixTimestamp/UnixTimestamp.js +0 -0
- /package/{es → lib}/schema-component/antd/unixTimestamp/index.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/ReadPretty.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/Upload.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/__tests__/upload.test.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/demos/apiClient.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/index.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/placeholder.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/shared.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/style.js +0 -0
- /package/{es → lib}/schema-component/antd/upload/type.d.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/CodeMirror.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/Input.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/JSONInput.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/RawTextArea.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/TextArea.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/Variable.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/VariableSelect.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/VariableSelect.style.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/XButton.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/__tests__/variable.test.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/index.js +0 -0
- /package/{es → lib}/schema-component/antd/variable/style.js +0 -0
- /package/{es → lib}/schema-component/common/dnd-context/index.js +0 -0
- /package/{es → lib}/schema-component/common/index.js +0 -0
- /package/{es → lib}/schema-component/common/infinite-scroll/infinite-scroll.js +0 -0
- /package/{es → lib}/schema-component/common/infinite-scroll/style.js +0 -0
- /package/{es → lib}/schema-component/common/sortable-item/SortableItem.js +0 -0
- /package/{es → lib}/schema-component/common/sortable-item/index.js +0 -0
- /package/{es → lib}/schema-component/common/utils/logic.js +0 -0
- /package/{es → lib}/schema-component/common/utils/uitls.js +0 -0
- /package/{es → lib}/schema-component/context.js +0 -0
- /package/{es → lib}/schema-component/core/DesignableSwitch.js +0 -0
- /package/{es → lib}/schema-component/core/FormProvider.js +0 -0
- /package/{es → lib}/schema-component/core/RemoteSchemaComponent.js +0 -0
- /package/{es → lib}/schema-component/core/SchemaComponent.js +0 -0
- /package/{es → lib}/schema-component/core/SchemaComponentOptions.js +0 -0
- /package/{es → lib}/schema-component/core/SchemaComponentPlugin.js +0 -0
- /package/{es → lib}/schema-component/core/SchemaComponentProvider.js +0 -0
- /package/{es → lib}/schema-component/core/index.js +0 -0
- /package/{es → lib}/schema-component/demos/demo1.js +0 -0
- /package/{es → lib}/schema-component/demos/demo2.js +0 -0
- /package/{es → lib}/schema-component/demos/demo3.js +0 -0
- /package/{es → lib}/schema-component/demos/demo4.js +0 -0
- /package/{es → lib}/schema-component/hooks/__tests__/designable.test.js +0 -0
- /package/{es → lib}/schema-component/hooks/__tests__/splitWrapSchema.test.js +0 -0
- /package/{es → lib}/schema-component/hooks/index.js +0 -0
- /package/{es → lib}/schema-component/hooks/useAttach.js +0 -0
- /package/{es → lib}/schema-component/hooks/useCompile.js +0 -0
- /package/{es → lib}/schema-component/hooks/useComponent.js +0 -0
- /package/{es → lib}/schema-component/hooks/useDesignable.js +0 -0
- /package/{es → lib}/schema-component/hooks/useDesigner.js +0 -0
- /package/{es → lib}/schema-component/hooks/useFieldComponentOptions.js +0 -0
- /package/{es → lib}/schema-component/hooks/useFieldModeOptions.js +0 -0
- /package/{es → lib}/schema-component/hooks/useFieldProps.js +0 -0
- /package/{es → lib}/schema-component/hooks/useFieldTitle.js +0 -0
- /package/{es → lib}/schema-component/hooks/useProps.js +0 -0
- /package/{es → lib}/schema-component/hooks/useSchemaComponentContext.js +0 -0
- /package/{es → lib}/schema-component/hooks/useTableSize.js +0 -0
- /package/{es → lib}/schema-component/index.js +0 -0
- /package/{es → lib}/schema-component/types.js +0 -0
- /package/{es → lib}/schema-initializer/SchemaInitializerPlugin.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/CustomFormItemInitializers.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/FormItemInitializers.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/RecordBlockInitializers.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/SubTableActionInitializers.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/TabPaneInitializers.js +0 -0
- /package/{es → lib}/schema-initializer/buttons/index.js +0 -0
- /package/{es → lib}/schema-initializer/components/CreateRecordAction.js +0 -0
- /package/{es → lib}/schema-initializer/components/DeletedField.js +0 -0
- /package/{es → lib}/schema-initializer/components/assigned-field/AssignedField.js +0 -0
- /package/{es → lib}/schema-initializer/components/assigned-field/index.js +0 -0
- /package/{es → lib}/schema-initializer/components/index.js +0 -0
- /package/{es → lib}/schema-initializer/demos/basic.js +0 -0
- /package/{es → lib}/schema-initializer/demos/build-type.js +0 -0
- /package/{es → lib}/schema-initializer/demos/custom-button.js +0 -0
- /package/{es → lib}/schema-initializer/demos/custom-items-component.js +0 -0
- /package/{es → lib}/schema-initializer/demos/dynamic-visible-children.js +0 -0
- /package/{es → lib}/schema-initializer/demos/insert-schema-action.js +0 -0
- /package/{es → lib}/schema-initializer/demos/insert-schema-basic.js +0 -0
- /package/{es → lib}/schema-initializer/demos/insert-schema-form-item.js +0 -0
- /package/{es → lib}/schema-initializer/demos/nested-items.js +0 -0
- /package/{es → lib}/schema-initializer/hooks/useGetAriaLabelOfSchemaInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/index.js +0 -0
- /package/{es → lib}/schema-initializer/items/ActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/BlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/CreateFilterActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/CreateResetActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/CustomFilterFormItemInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/CustomizeActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/DataBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/DeleteEventActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/FilterBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/G2PlotInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/InitializerWithSwitch.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordAssociationBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordAssociationDetailsBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordAssociationFormBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordAssociationGridCardBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordAssociationListBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/SelectActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/SubmitActionInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/TableActionColumnInitializer.js +0 -0
- /package/{es → lib}/schema-initializer/items/index.js +0 -0
- /package/{es → lib}/schema-initializer/style.js +0 -0
- /package/{es → lib}/schema-initializer/utils.js +0 -0
- /package/{es → lib}/schema-items/GeneralSchemaItems.js +0 -0
- /package/{es → lib}/schema-items/GeneralSettings.js +0 -0
- /package/{es → lib}/schema-items/OpenModeSchemaItems.js +0 -0
- /package/{es → lib}/schema-items/index.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/FormDataTemplates.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/TreeLabel.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/components/AsDefaultTemplate.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/components/DataTemplateTitle.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/components/DataTemplateTitle.style.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/components/Designer.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/hooks/useCollectionState.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/index.js +0 -0
- /package/{es → lib}/schema-settings/DataTemplates/utils.js +0 -0
- /package/{es → lib}/schema-settings/DateFormat/ExpiresRadio.js +0 -0
- /package/{es → lib}/schema-settings/EditCustomDefaultValue.js +0 -0
- /package/{es → lib}/schema-settings/EditFormulaTitleField.js +0 -0
- /package/{es → lib}/schema-settings/EnableChildCollections/DynamicComponent.js +0 -0
- /package/{es → lib}/schema-settings/EnableChildCollections/index.js +0 -0
- /package/{es → lib}/schema-settings/GeneralSchemaDesigner.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/DynamicComponent.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/LinkageRuleAction.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/LinkageRuleActionGroup.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/ValueDynamicComponent.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/Variables.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/action-hooks.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/components/EnableLinkage.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/components/LinkageHeader.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/components/LinkageHeader.style.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/context.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/index.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/type.js +0 -0
- /package/{es → lib}/schema-settings/LinkageRules/useValues.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingCollection.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingComponent.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettings.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsDataScope.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsDateFormat.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsDefaultValue.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsNumberFormat.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsPlugin.js +0 -0
- /package/{es → lib}/schema-settings/SchemaSettingsSortingRule.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/VariableInput.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/index.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useBaseVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useBlockCollection.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useContextAssociationFields.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useDateVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useFilterVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useFormVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useIterationVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useParentRecordVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/usePopupVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useRecordVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useRoleVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useUserVariable.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/hooks/useVariableOptions.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/index.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/type.js +0 -0
- /package/{es → lib}/schema-settings/VariableInput/utils/formatVariableScop.js +0 -0
- /package/{es → lib}/schema-settings/demos/basic.js +0 -0
- /package/{es → lib}/schema-settings/demos/built-type.js +0 -0
- /package/{es → lib}/schema-settings/demos/custom-component.js +0 -0
- /package/{es → lib}/schema-settings/demos/demo3.js +0 -0
- /package/{es → lib}/schema-settings/demos/schema-basic.js +0 -0
- /package/{es → lib}/schema-settings/filter-form/FormFilterScope.js +0 -0
- /package/{es → lib}/schema-settings/filter-form/context.js +0 -0
- /package/{es → lib}/schema-settings/hooks/useFilterFormCustomProps.js +0 -0
- /package/{es → lib}/schema-settings/hooks/useGetAriaLabelOfDesigner.js +0 -0
- /package/{es → lib}/schema-settings/hooks/useIsAllowToSetDefaultValue.js +0 -0
- /package/{es → lib}/schema-settings/hooks/useIsShowMultipleSwitch.js +0 -0
- /package/{es → lib}/schema-settings/hooks/useParseDataScopeFilter.js +0 -0
- /package/{es → lib}/schema-settings/index.js +0 -0
- /package/{es → lib}/schema-settings/isPatternDisabled.js +0 -0
- /package/{es → lib}/schema-settings/styles.js +0 -0
- /package/{es → lib}/schema-settings/types.js +0 -0
- /package/{es → lib}/schema-templates/BlockTemplate.js +0 -0
- /package/{es → lib}/schema-templates/BlockTemplateDetails.js +0 -0
- /package/{es → lib}/schema-templates/BlockTemplatePage.js +0 -0
- /package/{es → lib}/schema-templates/SchemaTemplateManagerProvider.js +0 -0
- /package/{es → lib}/schema-templates/collections/uiSchemaTemplates.js +0 -0
- /package/{es → lib}/schema-templates/index.js +0 -0
- /package/{es → lib}/schema-templates/schemas/CollectionTitle.js +0 -0
- /package/{es → lib}/schema-templates/schemas/uiSchemaTemplates.js +0 -0
- /package/{es → lib}/schema-templates/useSchemaTemplateManager.js +0 -0
- /package/{es → lib}/style/css-variable/CSSVariableProvider.js +0 -0
- /package/{es → lib}/style/css-variable/index.js +0 -0
- /package/{es → lib}/style/index.js +0 -0
- /package/{es → lib}/style/theme/AntdAppProvider.js +0 -0
- /package/{es → lib}/style/theme/defaultTheme.js +0 -0
- /package/{es → lib}/style/theme/index.js +0 -0
- /package/{es → lib}/style/theme/type.js +0 -0
- /package/{es → lib}/style/useToken.js +0 -0
- /package/{es → lib}/testUtils/index.js +0 -0
- /package/{es → lib}/testUtils/mockAPIClient.js +0 -0
- /package/{es → lib}/user/ChangePassword.js +0 -0
- /package/{es → lib}/user/CurrentUser.js +0 -0
- /package/{es → lib}/user/CurrentUserProvider.js +0 -0
- /package/{es → lib}/user/CurrentUserSettingsMenuProvider.js +0 -0
- /package/{es → lib}/user/EditProfile.js +0 -0
- /package/{es → lib}/user/LanguageSettings.js +0 -0
- /package/{es → lib}/user/SwitchRole.js +0 -0
- /package/{es → lib}/user/VerificationCode.js +0 -0
- /package/{es → lib}/user/__tests__/current-user-settings-menu-provider.test.js +0 -0
- /package/{es → lib}/user/index.js +0 -0
- /package/{es → lib}/variables/VariablesProvider.js +0 -0
- /package/{es → lib}/variables/__tests__/useVariables.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/filterEmptyValues.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/getPath.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/getVariableName.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/isVariable.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/transformVariableValue.test.js +0 -0
- /package/{es → lib}/variables/__tests__/utils/uniq.test.js +0 -0
- /package/{es → lib}/variables/constants.js +0 -0
- /package/{es → lib}/variables/hooks/useBuiltinVariables.js +0 -0
- /package/{es → lib}/variables/hooks/useContextVariable.js +0 -0
- /package/{es → lib}/variables/hooks/useLocalVariables.js +0 -0
- /package/{es → lib}/variables/hooks/useVariables.js +0 -0
- /package/{es → lib}/variables/index.js +0 -0
- /package/{es → lib}/variables/types.js +0 -0
- /package/{es → lib}/variables/utils/filterEmptyValues.js +0 -0
- /package/{es → lib}/variables/utils/getAction.js +0 -0
- /package/{es → lib}/variables/utils/getPath.js +0 -0
- /package/{es → lib}/variables/utils/getVariableName.js +0 -0
- /package/{es → lib}/variables/utils/hasRequested.js +0 -0
- /package/{es → lib}/variables/utils/isVariable.js +0 -0
- /package/{es → lib}/variables/utils/transformVariableValue.js +0 -0
- /package/{es → lib}/variables/utils/uniq.js +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__index_mjs__ from "./index.mjs";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AdminProvider_mjs__ from "./AdminProvider.mjs";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__NoticeArea_mjs__ from "./NoticeArea.mjs";
|
|
6
|
+
const AdminLayout = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(__WEBPACK_EXTERNAL_MODULE__AdminProvider_mjs__.AdminProvider, {
|
|
7
|
+
children: [
|
|
8
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__NoticeArea_mjs__.NoticeArea, {}),
|
|
9
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.InternalAdminLayout, {
|
|
10
|
+
...props
|
|
11
|
+
})
|
|
12
|
+
]
|
|
13
|
+
});
|
|
14
|
+
export { AdminLayout };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__application_index_mjs__ from "../../application/index.mjs";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__schema_templates_index_mjs__ from "../../schema-templates/index.mjs";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AdminLayout_mjs__ from "./AdminLayout.mjs";
|
|
4
|
+
class AdminLayoutPlugin extends __WEBPACK_EXTERNAL_MODULE__application_index_mjs__.Plugin {
|
|
5
|
+
async afterAdd() {
|
|
6
|
+
await this.app.pm.add(__WEBPACK_EXTERNAL_MODULE__schema_templates_index_mjs__.RemoteSchemaTemplateManagerPlugin);
|
|
7
|
+
}
|
|
8
|
+
async load() {
|
|
9
|
+
this.app.addComponents({
|
|
10
|
+
AdminLayout: __WEBPACK_EXTERNAL_MODULE__AdminLayout_mjs__.AdminLayout
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export { AdminLayoutPlugin };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__application_index_mjs__ from "../../application/index.mjs";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__collection_manager_index_mjs__ from "../../collection-manager/index.mjs";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__common_index_mjs__ from "../../common/index.mjs";
|
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__user_index_mjs__ from "../../user/index.mjs";
|
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE__variables_VariablesProvider_mjs__ from "../../variables/VariablesProvider.mjs";
|
|
8
|
+
import * as __WEBPACK_EXTERNAL_MODULE__acl_index_mjs__ from "../acl/index.mjs";
|
|
9
|
+
const AdminProvider = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__application_index_mjs__.NoticeManagerProvider, {
|
|
10
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__common_index_mjs__.CurrentAppInfoProvider, {
|
|
11
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__user_index_mjs__.NavigateIfNotSignIn, {
|
|
12
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__collection_manager_index_mjs__.RemoteCollectionManagerProvider, {
|
|
13
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__variables_VariablesProvider_mjs__["default"], {
|
|
14
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__acl_index_mjs__.ACLRolesCheckProvider, {
|
|
15
|
+
children: props.children
|
|
16
|
+
})
|
|
17
|
+
})
|
|
18
|
+
})
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
export { AdminProvider };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_antd__ from "antd";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_router_dom__ from "react-router-dom";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__index_mjs__ from "../../index.mjs";
|
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AdminContent_mjs__ from "./AdminContent.mjs";
|
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AdminTabs_mjs__ from "./AdminTabs.mjs";
|
|
8
|
+
import * as __WEBPACK_EXTERNAL_MODULE__MenuEditor_mjs__ from "./MenuEditor.mjs";
|
|
9
|
+
import * as __WEBPACK_EXTERNAL_MODULE__style_mjs__ from "./style.mjs";
|
|
10
|
+
const InternalAdminLayout = (props)=>{
|
|
11
|
+
var _result_data_data_logo, _result_data_data, _result_data, _result_data_data1, _result_data1;
|
|
12
|
+
const sideMenuRef = (0, __WEBPACK_EXTERNAL_MODULE_react__.useRef)();
|
|
13
|
+
const result = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useSystemSettings)();
|
|
14
|
+
const app = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useApp)();
|
|
15
|
+
const params = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useParams)();
|
|
16
|
+
const { styles } = (0, __WEBPACK_EXTERNAL_MODULE__style_mjs__.useStyles)();
|
|
17
|
+
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout, {
|
|
18
|
+
className: styles.layout,
|
|
19
|
+
children: [
|
|
20
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Header, {
|
|
21
|
+
className: styles.header,
|
|
22
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
23
|
+
className: styles.headerA,
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
26
|
+
className: styles.headerB,
|
|
27
|
+
children: [
|
|
28
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
29
|
+
className: styles.titleContainer,
|
|
30
|
+
onClick: ()=>{
|
|
31
|
+
location.href = app.adminUrl;
|
|
32
|
+
},
|
|
33
|
+
children: [
|
|
34
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("img", {
|
|
35
|
+
className: styles.logo,
|
|
36
|
+
src: null == result ? void 0 : null === (_result_data = result.data) || void 0 === _result_data ? void 0 : null === (_result_data_data = _result_data.data) || void 0 === _result_data_data ? void 0 : null === (_result_data_data_logo = _result_data_data.logo) || void 0 === _result_data_data_logo ? void 0 : _result_data_data_logo.url
|
|
37
|
+
}),
|
|
38
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("h1", {
|
|
39
|
+
className: styles.title,
|
|
40
|
+
children: null == result ? void 0 : null === (_result_data1 = result.data) || void 0 === _result_data1 ? void 0 : null === (_result_data_data1 = _result_data1.data) || void 0 === _result_data_data1 ? void 0 : _result_data_data1.title
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__MenuEditor_mjs__.MenuEditor, {
|
|
45
|
+
sideMenuRef: sideMenuRef
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("div", {
|
|
48
|
+
className: styles.editor,
|
|
49
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__AdminTabs_mjs__.AdminTabs, {})
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
}),
|
|
53
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
54
|
+
className: styles.right,
|
|
55
|
+
children: [
|
|
56
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.PinnedPluginList, {}),
|
|
57
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.CurrentUser, {})
|
|
58
|
+
]
|
|
59
|
+
})
|
|
60
|
+
]
|
|
61
|
+
})
|
|
62
|
+
}),
|
|
63
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout, {
|
|
64
|
+
children: [
|
|
65
|
+
params.name && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Sider, {
|
|
66
|
+
className: styles.sider,
|
|
67
|
+
theme: 'light',
|
|
68
|
+
ref: sideMenuRef
|
|
69
|
+
}),
|
|
70
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Content, {
|
|
71
|
+
className: styles.main,
|
|
72
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("div", {
|
|
73
|
+
className: "amplifier-block",
|
|
74
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__AdminContent_mjs__.AdminContent, {})
|
|
75
|
+
})
|
|
76
|
+
})
|
|
77
|
+
]
|
|
78
|
+
})
|
|
79
|
+
]
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
export { InternalAdminLayout };
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_router__ from "react-router";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__api_client_index_mjs__ from "../../api-client/index.mjs";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__hooks_index_mjs__ from "../../hooks/index.mjs";
|
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__ from "../../schema-component/index.mjs";
|
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE__acl_index_mjs__ from "../acl/index.mjs";
|
|
8
|
+
import * as __WEBPACK_EXTERNAL_MODULE__document_title_index_mjs__ from "../document-title/index.mjs";
|
|
9
|
+
import * as __WEBPACK_EXTERNAL_MODULE__filterByACL_mjs__ from "./filterByACL.mjs";
|
|
10
|
+
const SchemaIdContext = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react__.createContext)(null);
|
|
11
|
+
SchemaIdContext.displayName = 'SchemaIdContext';
|
|
12
|
+
const useMenuProps = ()=>{
|
|
13
|
+
const defaultSelectedUid = (0, __WEBPACK_EXTERNAL_MODULE_react__.useContext)(SchemaIdContext);
|
|
14
|
+
return {
|
|
15
|
+
selectedUid: defaultSelectedUid,
|
|
16
|
+
defaultSelectedUid
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
const MenuEditor = (props)=>{
|
|
20
|
+
const { setTitle } = (0, __WEBPACK_EXTERNAL_MODULE__document_title_index_mjs__.useDocumentTitle)();
|
|
21
|
+
const navigate = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useNavigate)();
|
|
22
|
+
const params = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useParams)();
|
|
23
|
+
const location = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useLocation)();
|
|
24
|
+
const isMatchAdmin = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useMatch)('/admin');
|
|
25
|
+
const isMatchAdminName = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useMatch)('/admin/:name');
|
|
26
|
+
const defaultSelectedUid = params.name;
|
|
27
|
+
const { sideMenuRef } = props;
|
|
28
|
+
const ctx = (0, __WEBPACK_EXTERNAL_MODULE__acl_index_mjs__.useACLRoleContext)();
|
|
29
|
+
const [current, setCurrent] = (0, __WEBPACK_EXTERNAL_MODULE_react__.useState)(null);
|
|
30
|
+
const onSelect = (param)=>{
|
|
31
|
+
let { item } = param;
|
|
32
|
+
const schema = item.props.schema;
|
|
33
|
+
setTitle(schema.title);
|
|
34
|
+
setCurrent(schema);
|
|
35
|
+
navigate("/admin/".concat(schema['x-uid']));
|
|
36
|
+
};
|
|
37
|
+
const adminSchemaUid = (0, __WEBPACK_EXTERNAL_MODULE__hooks_index_mjs__.useAdminSchemaUid)();
|
|
38
|
+
const { data, loading } = (0, __WEBPACK_EXTERNAL_MODULE__api_client_index_mjs__.useRequest)({
|
|
39
|
+
url: "/uiSchemas:getJsonSchema/".concat(adminSchemaUid)
|
|
40
|
+
}, {
|
|
41
|
+
refreshDeps: [
|
|
42
|
+
adminSchemaUid
|
|
43
|
+
],
|
|
44
|
+
onSuccess (data) {
|
|
45
|
+
const schema = (0, __WEBPACK_EXTERNAL_MODULE__filterByACL_mjs__.filterByACL)(null == data ? void 0 : data.data, ctx);
|
|
46
|
+
if (isMatchAdmin) {
|
|
47
|
+
const s = (0, __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__.findMenuItem)(schema);
|
|
48
|
+
if (s) {
|
|
49
|
+
navigate("/admin/".concat(s['x-uid']));
|
|
50
|
+
setTitle(s.title);
|
|
51
|
+
} else navigate("/admin/");
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
if (!isMatchAdminName) return;
|
|
55
|
+
const s = (0, __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__.findByUid)(schema, defaultSelectedUid);
|
|
56
|
+
if (s) setTitle(s.title);
|
|
57
|
+
else {
|
|
58
|
+
const s = (0, __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__.findMenuItem)(schema);
|
|
59
|
+
if (s) {
|
|
60
|
+
navigate("/admin/".concat(s['x-uid']));
|
|
61
|
+
setTitle(s.title);
|
|
62
|
+
} else navigate("/admin/");
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
const match = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useMatch)('/admin/:name');
|
|
67
|
+
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
68
|
+
if (match) {
|
|
69
|
+
const schema = (0, __WEBPACK_EXTERNAL_MODULE__filterByACL_mjs__.filterByACL)(null == data ? void 0 : data.data, ctx);
|
|
70
|
+
const s = (0, __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__.findByUid)(schema, defaultSelectedUid);
|
|
71
|
+
if (s) setTitle(s.title);
|
|
72
|
+
}
|
|
73
|
+
}, [
|
|
74
|
+
null == data ? void 0 : data.data,
|
|
75
|
+
location.pathname,
|
|
76
|
+
defaultSelectedUid
|
|
77
|
+
]);
|
|
78
|
+
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
79
|
+
var _Object_values_shift, _current_root, _data_data;
|
|
80
|
+
const properties = (null === (_Object_values_shift = Object.values((null == current ? void 0 : null === (_current_root = current.root) || void 0 === _current_root ? void 0 : _current_root.properties) || {}).shift()) || void 0 === _Object_values_shift ? void 0 : _Object_values_shift['properties']) || (null == data ? void 0 : null === (_data_data = data.data) || void 0 === _data_data ? void 0 : _data_data.properties);
|
|
81
|
+
if (null == sideMenuRef ? void 0 : sideMenuRef.current) {
|
|
82
|
+
const pageType = properties && Object.values(properties).find((item)=>item['x-uid'] === params.name && 'Menu.Item' === item['x-component']);
|
|
83
|
+
const isSettingPage = null == location ? void 0 : location.pathname.includes('/settings');
|
|
84
|
+
if (pageType || isSettingPage) sideMenuRef.current.style.display = 'none';
|
|
85
|
+
else sideMenuRef.current.style.display = 'block';
|
|
86
|
+
}
|
|
87
|
+
}, [
|
|
88
|
+
null == data ? void 0 : data.data,
|
|
89
|
+
params.name,
|
|
90
|
+
sideMenuRef
|
|
91
|
+
]);
|
|
92
|
+
const schema = (0, __WEBPACK_EXTERNAL_MODULE_react__.useMemo)(()=>{
|
|
93
|
+
const s = (0, __WEBPACK_EXTERNAL_MODULE__filterByACL_mjs__.filterByACL)(null == data ? void 0 : data.data, ctx);
|
|
94
|
+
if (null == s ? void 0 : s['x-component-props']) s['x-component-props']['useProps'] = useMenuProps;
|
|
95
|
+
return s;
|
|
96
|
+
}, [
|
|
97
|
+
null == data ? void 0 : data.data
|
|
98
|
+
]);
|
|
99
|
+
if (loading) return;
|
|
100
|
+
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(SchemaIdContext.Provider, {
|
|
101
|
+
value: defaultSelectedUid,
|
|
102
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__.SchemaComponent, {
|
|
103
|
+
memoized: true,
|
|
104
|
+
scope: {
|
|
105
|
+
useMenuProps,
|
|
106
|
+
onSelect,
|
|
107
|
+
sideMenuRef,
|
|
108
|
+
defaultSelectedUid
|
|
109
|
+
},
|
|
110
|
+
schema: schema
|
|
111
|
+
})
|
|
112
|
+
});
|
|
113
|
+
};
|
|
114
|
+
export { MenuEditor, SchemaIdContext, useMenuProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const filterByACL: (schema: any, options: any) => any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const filterByACL = (schema, options)=>{
|
|
2
|
+
const { allowAll, allowMenuItemIds = [] } = options;
|
|
3
|
+
if (allowAll) return schema;
|
|
4
|
+
const filterSchema = (s)=>{
|
|
5
|
+
if (!s) return;
|
|
6
|
+
for(const key in s.properties)if (Object.prototype.hasOwnProperty.call(s.properties, key)) {
|
|
7
|
+
const element = s.properties[key];
|
|
8
|
+
if (element['x-uid'] && !allowMenuItemIds.includes(element['x-uid'])) delete s.properties[key];
|
|
9
|
+
if (element['x-uid']) filterSchema(element);
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
filterSchema(schema);
|
|
13
|
+
return schema;
|
|
14
|
+
};
|
|
15
|
+
export { filterByACL };
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
afterAdd(): Promise<void>;
|
|
9
|
-
load(): Promise<void>;
|
|
10
|
-
}
|
|
1
|
+
export * from './AdminContent';
|
|
2
|
+
export * from './AdminLayout';
|
|
3
|
+
export * from './AdminLayoutPlugin';
|
|
4
|
+
export * from './AdminProvider';
|
|
5
|
+
export * from './AdminTabs';
|
|
6
|
+
export * from './InternalAdminLayout';
|
|
7
|
+
export * from './MenuEditor';
|
|
11
8
|
export * from './NoticeArea';
|
|
9
|
+
export * from './filterByACL';
|
|
@@ -1,233 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import * as __WEBPACK_EXTERNAL_MODULE__AdminContent_mjs__ from "./AdminContent.mjs";
|
|
9
|
-
import * as __WEBPACK_EXTERNAL_MODULE__AdminTabs_mjs__ from "./AdminTabs.mjs";
|
|
10
|
-
import * as __WEBPACK_EXTERNAL_MODULE__style_mjs__ from "./style.mjs";
|
|
1
|
+
export * from "./AdminContent.mjs";
|
|
2
|
+
export * from "./AdminLayout.mjs";
|
|
3
|
+
export * from "./AdminLayoutPlugin.mjs";
|
|
4
|
+
export * from "./AdminProvider.mjs";
|
|
5
|
+
export * from "./AdminTabs.mjs";
|
|
6
|
+
export * from "./InternalAdminLayout.mjs";
|
|
7
|
+
export * from "./MenuEditor.mjs";
|
|
11
8
|
export * from "./NoticeArea.mjs";
|
|
12
|
-
|
|
13
|
-
const { allowAll, allowMenuItemIds = [] } = options;
|
|
14
|
-
if (allowAll) return schema;
|
|
15
|
-
const filterSchema = (s)=>{
|
|
16
|
-
if (!s) return;
|
|
17
|
-
for(const key in s.properties)if (Object.prototype.hasOwnProperty.call(s.properties, key)) {
|
|
18
|
-
const element = s.properties[key];
|
|
19
|
-
if (element['x-uid'] && !allowMenuItemIds.includes(element['x-uid'])) delete s.properties[key];
|
|
20
|
-
if (element['x-uid']) filterSchema(element);
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
filterSchema(schema);
|
|
24
|
-
return schema;
|
|
25
|
-
};
|
|
26
|
-
const SchemaIdContext = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react__.createContext)(null);
|
|
27
|
-
SchemaIdContext.displayName = 'SchemaIdContext';
|
|
28
|
-
const useMenuProps = ()=>{
|
|
29
|
-
const defaultSelectedUid = (0, __WEBPACK_EXTERNAL_MODULE_react__.useContext)(SchemaIdContext);
|
|
30
|
-
return {
|
|
31
|
-
selectedUid: defaultSelectedUid,
|
|
32
|
-
defaultSelectedUid
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
const MenuEditor = (props)=>{
|
|
36
|
-
const { setTitle } = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useDocumentTitle)();
|
|
37
|
-
const navigate = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useNavigate)();
|
|
38
|
-
const params = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useParams)();
|
|
39
|
-
const location1 = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useLocation)();
|
|
40
|
-
const isMatchAdmin = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useMatch)('/admin');
|
|
41
|
-
const isMatchAdminName = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useMatch)('/admin/:name');
|
|
42
|
-
const defaultSelectedUid = params.name;
|
|
43
|
-
const { sideMenuRef } = props;
|
|
44
|
-
const ctx = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useACLRoleContext)();
|
|
45
|
-
const [current, setCurrent] = (0, __WEBPACK_EXTERNAL_MODULE_react__.useState)(null);
|
|
46
|
-
const onSelect = (param)=>{
|
|
47
|
-
let { item } = param;
|
|
48
|
-
const schema = item.props.schema;
|
|
49
|
-
setTitle(schema.title);
|
|
50
|
-
setCurrent(schema);
|
|
51
|
-
navigate("/admin/".concat(schema['x-uid']));
|
|
52
|
-
};
|
|
53
|
-
const adminSchemaUid = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useAdminSchemaUid)();
|
|
54
|
-
const { data, loading } = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useRequest)({
|
|
55
|
-
url: "/uiSchemas:getJsonSchema/".concat(adminSchemaUid)
|
|
56
|
-
}, {
|
|
57
|
-
refreshDeps: [
|
|
58
|
-
adminSchemaUid
|
|
59
|
-
],
|
|
60
|
-
onSuccess (data) {
|
|
61
|
-
const schema = filterByACL(null == data ? void 0 : data.data, ctx);
|
|
62
|
-
if (isMatchAdmin) {
|
|
63
|
-
const s = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.findMenuItem)(schema);
|
|
64
|
-
if (s) {
|
|
65
|
-
navigate("/admin/".concat(s['x-uid']));
|
|
66
|
-
setTitle(s.title);
|
|
67
|
-
} else navigate("/admin/");
|
|
68
|
-
return;
|
|
69
|
-
}
|
|
70
|
-
if (!isMatchAdminName) return;
|
|
71
|
-
const s = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.findByUid)(schema, defaultSelectedUid);
|
|
72
|
-
if (s) setTitle(s.title);
|
|
73
|
-
else {
|
|
74
|
-
const s = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.findMenuItem)(schema);
|
|
75
|
-
if (s) {
|
|
76
|
-
navigate("/admin/".concat(s['x-uid']));
|
|
77
|
-
setTitle(s.title);
|
|
78
|
-
} else navigate("/admin/");
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
const match = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useMatch)('/admin/:name');
|
|
83
|
-
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
84
|
-
if (match) {
|
|
85
|
-
const schema = filterByACL(null == data ? void 0 : data.data, ctx);
|
|
86
|
-
const s = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.findByUid)(schema, defaultSelectedUid);
|
|
87
|
-
if (s) setTitle(s.title);
|
|
88
|
-
}
|
|
89
|
-
}, [
|
|
90
|
-
null == data ? void 0 : data.data,
|
|
91
|
-
location1.pathname,
|
|
92
|
-
defaultSelectedUid
|
|
93
|
-
]);
|
|
94
|
-
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
95
|
-
var _Object_values_shift, _current_root, _data_data;
|
|
96
|
-
const properties = (null === (_Object_values_shift = Object.values((null == current ? void 0 : null === (_current_root = current.root) || void 0 === _current_root ? void 0 : _current_root.properties) || {}).shift()) || void 0 === _Object_values_shift ? void 0 : _Object_values_shift['properties']) || (null == data ? void 0 : null === (_data_data = data.data) || void 0 === _data_data ? void 0 : _data_data.properties);
|
|
97
|
-
if (null == sideMenuRef ? void 0 : sideMenuRef.current) {
|
|
98
|
-
const pageType = properties && Object.values(properties).find((item)=>item['x-uid'] === params.name && 'Menu.Item' === item['x-component']);
|
|
99
|
-
const isSettingPage = null == location1 ? void 0 : location1.pathname.includes('/settings');
|
|
100
|
-
if (pageType || isSettingPage) sideMenuRef.current.style.display = 'none';
|
|
101
|
-
else sideMenuRef.current.style.display = 'block';
|
|
102
|
-
}
|
|
103
|
-
}, [
|
|
104
|
-
null == data ? void 0 : data.data,
|
|
105
|
-
params.name,
|
|
106
|
-
sideMenuRef
|
|
107
|
-
]);
|
|
108
|
-
const schema = (0, __WEBPACK_EXTERNAL_MODULE_react__.useMemo)(()=>{
|
|
109
|
-
const s = filterByACL(null == data ? void 0 : data.data, ctx);
|
|
110
|
-
if (null == s ? void 0 : s['x-component-props']) s['x-component-props']['useProps'] = useMenuProps;
|
|
111
|
-
return s;
|
|
112
|
-
}, [
|
|
113
|
-
null == data ? void 0 : data.data
|
|
114
|
-
]);
|
|
115
|
-
if (loading) return;
|
|
116
|
-
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(SchemaIdContext.Provider, {
|
|
117
|
-
value: defaultSelectedUid,
|
|
118
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.SchemaComponent, {
|
|
119
|
-
memoized: true,
|
|
120
|
-
scope: {
|
|
121
|
-
useMenuProps,
|
|
122
|
-
onSelect,
|
|
123
|
-
sideMenuRef,
|
|
124
|
-
defaultSelectedUid
|
|
125
|
-
},
|
|
126
|
-
schema: schema
|
|
127
|
-
})
|
|
128
|
-
});
|
|
129
|
-
};
|
|
130
|
-
const InternalAdminLayout = (props)=>{
|
|
131
|
-
var _result_data_data_logo, _result_data_data, _result_data, _result_data_data1, _result_data1;
|
|
132
|
-
const sideMenuRef = (0, __WEBPACK_EXTERNAL_MODULE_react__.useRef)();
|
|
133
|
-
const result = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useSystemSettings)();
|
|
134
|
-
const app = (0, __WEBPACK_EXTERNAL_MODULE__index_mjs__.useApp)();
|
|
135
|
-
const params = (0, __WEBPACK_EXTERNAL_MODULE_react_router_dom__.useParams)();
|
|
136
|
-
const { styles } = (0, __WEBPACK_EXTERNAL_MODULE__style_mjs__.useStyles)();
|
|
137
|
-
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout, {
|
|
138
|
-
className: styles.layout,
|
|
139
|
-
children: [
|
|
140
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Header, {
|
|
141
|
-
className: styles.header,
|
|
142
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
143
|
-
className: styles.headerA,
|
|
144
|
-
children: [
|
|
145
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
146
|
-
className: styles.headerB,
|
|
147
|
-
children: [
|
|
148
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
149
|
-
className: styles.titleContainer,
|
|
150
|
-
onClick: ()=>{
|
|
151
|
-
location.href = app.adminUrl;
|
|
152
|
-
},
|
|
153
|
-
children: [
|
|
154
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("img", {
|
|
155
|
-
className: styles.logo,
|
|
156
|
-
src: null == result ? void 0 : null === (_result_data = result.data) || void 0 === _result_data ? void 0 : null === (_result_data_data = _result_data.data) || void 0 === _result_data_data ? void 0 : null === (_result_data_data_logo = _result_data_data.logo) || void 0 === _result_data_data_logo ? void 0 : _result_data_data_logo.url
|
|
157
|
-
}),
|
|
158
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("h1", {
|
|
159
|
-
className: styles.title,
|
|
160
|
-
children: null == result ? void 0 : null === (_result_data1 = result.data) || void 0 === _result_data1 ? void 0 : null === (_result_data_data1 = _result_data1.data) || void 0 === _result_data_data1 ? void 0 : _result_data_data1.title
|
|
161
|
-
})
|
|
162
|
-
]
|
|
163
|
-
}),
|
|
164
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(MenuEditor, {
|
|
165
|
-
sideMenuRef: sideMenuRef
|
|
166
|
-
}),
|
|
167
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("div", {
|
|
168
|
-
className: styles.editor,
|
|
169
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__AdminTabs_mjs__.AdminTabs, {})
|
|
170
|
-
})
|
|
171
|
-
]
|
|
172
|
-
}),
|
|
173
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
174
|
-
className: styles.right,
|
|
175
|
-
children: [
|
|
176
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.PinnedPluginList, {}),
|
|
177
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.CurrentUser, {})
|
|
178
|
-
]
|
|
179
|
-
})
|
|
180
|
-
]
|
|
181
|
-
})
|
|
182
|
-
}),
|
|
183
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout, {
|
|
184
|
-
children: [
|
|
185
|
-
params.name && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Sider, {
|
|
186
|
-
className: styles.sider,
|
|
187
|
-
theme: 'light',
|
|
188
|
-
ref: sideMenuRef
|
|
189
|
-
}),
|
|
190
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE_antd__.Layout.Content, {
|
|
191
|
-
className: styles.main,
|
|
192
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)("div", {
|
|
193
|
-
className: "amplifier-block",
|
|
194
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__AdminContent_mjs__.AdminContent, {})
|
|
195
|
-
})
|
|
196
|
-
})
|
|
197
|
-
]
|
|
198
|
-
})
|
|
199
|
-
]
|
|
200
|
-
});
|
|
201
|
-
};
|
|
202
|
-
const AdminProvider = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.NoticeManagerProvider, {
|
|
203
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.CurrentAppInfoProvider, {
|
|
204
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.NavigateIfNotSignIn, {
|
|
205
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.RemoteCollectionManagerProvider, {
|
|
206
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__variables_index_mjs__.VariablesProvider, {
|
|
207
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__index_mjs__.ACLRolesCheckProvider, {
|
|
208
|
-
children: props.children
|
|
209
|
-
})
|
|
210
|
-
})
|
|
211
|
-
})
|
|
212
|
-
})
|
|
213
|
-
})
|
|
214
|
-
});
|
|
215
|
-
const AdminLayout = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(AdminProvider, {
|
|
216
|
-
children: [
|
|
217
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(NoticeArea, {}),
|
|
218
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(InternalAdminLayout, {
|
|
219
|
-
...props
|
|
220
|
-
})
|
|
221
|
-
]
|
|
222
|
-
});
|
|
223
|
-
class AdminLayoutPlugin extends __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__.Plugin {
|
|
224
|
-
async afterAdd() {
|
|
225
|
-
await this.app.pm.add(__WEBPACK_EXTERNAL_MODULE__index_mjs__.RemoteSchemaTemplateManagerPlugin);
|
|
226
|
-
}
|
|
227
|
-
async load() {
|
|
228
|
-
this.app.addComponents({
|
|
229
|
-
AdminLayout
|
|
230
|
-
});
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
export { AdminLayout, AdminLayoutPlugin, AdminProvider, InternalAdminLayout, MenuEditor };
|
|
9
|
+
export * from "./filterByACL.mjs";
|
package/es/built-in/index.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__schema_settings_index_mjs__ from "../sche
|
|
|
23
23
|
import * as __WEBPACK_EXTERNAL_MODULE__schema_templates_index_mjs__ from "../schema-templates/index.mjs";
|
|
24
24
|
import * as __WEBPACK_EXTERNAL_MODULE__user_index_mjs__ from "../user/index.mjs";
|
|
25
25
|
import * as __WEBPACK_EXTERNAL_MODULE__acl_ACLPlugin_mjs__ from "./acl/ACLPlugin.mjs";
|
|
26
|
-
import * as
|
|
26
|
+
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_AdminLayoutPlugin_mjs__ from "./admin-layout/AdminLayoutPlugin.mjs";
|
|
27
27
|
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_components_WelcomeCard_mjs__ from "./admin-layout/components/WelcomeCard.mjs";
|
|
28
28
|
import * as __WEBPACK_EXTERNAL_MODULE__assistant_index_mjs__ from "./assistant/index.mjs";
|
|
29
29
|
import * as __WEBPACK_EXTERNAL_MODULE__attachment_preview_index_mjs__ from "./attachment-preview/index.mjs";
|
|
@@ -40,6 +40,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__scroll_assistant_index_mjs__ from "./scro
|
|
|
40
40
|
import * as __WEBPACK_EXTERNAL_MODULE__system_settings_index_mjs__ from "./system-settings/index.mjs";
|
|
41
41
|
import * as __WEBPACK_EXTERNAL_MODULE__system_version_index_mjs__ from "./system-version/index.mjs";
|
|
42
42
|
import * as __WEBPACK_EXTERNAL_MODULE__user_settings_index_mjs__ from "./user-settings/index.mjs";
|
|
43
|
+
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_index_mjs__ from "./admin-layout/index.mjs";
|
|
43
44
|
export * from "./context-menu/useContextMenu.mjs";
|
|
44
45
|
function _tagged_template_literal(strings, raw) {
|
|
45
46
|
if (!raw) raw = strings.slice(0);
|
|
@@ -354,7 +355,7 @@ class BuiltInPlugin extends __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__.
|
|
|
354
355
|
await this.app.pm.add(__WEBPACK_EXTERNAL_MODULE__locale_LocalePlugin_mjs__.LocalePlugin, {
|
|
355
356
|
name: 'builtin-locale'
|
|
356
357
|
});
|
|
357
|
-
await this.app.pm.add(
|
|
358
|
+
await this.app.pm.add(__WEBPACK_EXTERNAL_MODULE__admin_layout_AdminLayoutPlugin_mjs__.AdminLayoutPlugin, {
|
|
358
359
|
name: 'admin-layout'
|
|
359
360
|
});
|
|
360
361
|
await this.app.pm.add(__WEBPACK_EXTERNAL_MODULE__system_settings_index_mjs__.SystemSettingsPlugin, {
|
|
@@ -6,6 +6,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_antd__ from "antd";
|
|
|
6
6
|
import * as __WEBPACK_EXTERNAL_MODULE_react_router__ from "react-router";
|
|
7
7
|
import * as __WEBPACK_EXTERNAL_MODULE__user_index_mjs__ from "../../user/index.mjs";
|
|
8
8
|
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_index_mjs__ from "../admin-layout/index.mjs";
|
|
9
|
+
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_AdminProvider_mjs__ from "../admin-layout/AdminProvider.mjs";
|
|
9
10
|
import * as __WEBPACK_EXTERNAL_MODULE__system_settings_index_mjs__ from "../system-settings/index.mjs";
|
|
10
11
|
const SettingLayout = (param)=>{
|
|
11
12
|
let { selectedKeys, onClick, route, children, fullscreen } = param;
|
|
@@ -23,7 +24,7 @@ const SettingLayout = (param)=>{
|
|
|
23
24
|
const navigate = (0, __WEBPACK_EXTERNAL_MODULE_react_router__.useNavigate)();
|
|
24
25
|
const { data } = (0, __WEBPACK_EXTERNAL_MODULE__user_index_mjs__.useCurrentUserContext)();
|
|
25
26
|
const result = (0, __WEBPACK_EXTERNAL_MODULE__system_settings_index_mjs__.useSystemSettings)();
|
|
26
|
-
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(
|
|
27
|
+
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__admin_layout_AdminProvider_mjs__.AdminProvider, {
|
|
27
28
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__ant_design_pro_components__.ProConfigProvider, {
|
|
28
29
|
hashed: false,
|
|
29
30
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__ant_design_pro_components__.ProLayout, {
|
|
@@ -2,13 +2,13 @@ import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtim
|
|
|
2
2
|
import "react";
|
|
3
3
|
import * as __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__ from "../../application/Plugin.mjs";
|
|
4
4
|
import * as __WEBPACK_EXTERNAL_MODULE__application_UserSettingsManager_mjs__ from "../../application/UserSettingsManager.mjs";
|
|
5
|
-
import * as
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__admin_layout_AdminLayout_mjs__ from "../admin-layout/AdminLayout.mjs";
|
|
6
6
|
import * as __WEBPACK_EXTERNAL_MODULE__UserSettingsLayout_mjs__ from "./UserSettingsLayout.mjs";
|
|
7
7
|
class UserSettingsPlugin extends __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__.Plugin {
|
|
8
8
|
async load() {
|
|
9
9
|
this.app.router.add('profilers', {
|
|
10
10
|
path: __WEBPACK_EXTERNAL_MODULE__application_UserSettingsManager_mjs__.USER_SETTINGS_PATH,
|
|
11
|
-
element: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(
|
|
11
|
+
element: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__admin_layout_AdminLayout_mjs__.AdminLayout, {
|
|
12
12
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__UserSettingsLayout_mjs__.UserSettingsLayout, {})
|
|
13
13
|
})
|
|
14
14
|
});
|