@webiny/app-admin 0.0.0-unstable.eb196ccd2f → 0.0.0-unstable.f6dc066313
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/README.md +7 -17
- package/base/Admin.d.ts +5 -2
- package/base/Admin.js +34 -16
- package/base/Admin.js.map +1 -1
- package/base/Base/LexicalPreset.d.ts +2 -0
- package/base/Base/LexicalPreset.js +67 -0
- package/base/Base/LexicalPreset.js.map +1 -0
- package/base/Base/Menus/SupportMenuItems.d.ts +2 -2
- package/base/Base/Menus/SupportMenuItems.js +2 -4
- package/base/Base/Menus/SupportMenuItems.js.map +1 -1
- package/base/Base/Menus/WebinyVersion.js +4 -4
- package/base/Base/Menus/WebinyVersion.js.map +1 -1
- package/base/Base/Menus.js +37 -42
- package/base/Base/Menus.js.map +1 -1
- package/base/Base/RoutesConfig.d.ts +2 -0
- package/base/Base/RoutesConfig.js +30 -0
- package/base/Base/RoutesConfig.js.map +1 -0
- package/base/Base/Tenant/wby-horizontal.svg +23 -0
- package/base/Base/Tenant.js +14 -9
- package/base/Base/Tenant.js.map +1 -1
- package/base/Base/UserMenu/ExitTenant.d.ts +20 -0
- package/base/Base/UserMenu/ExitTenant.js +37 -0
- package/base/Base/UserMenu/ExitTenant.js.map +1 -0
- package/base/Base/UserMenu/SignOut.d.ts +2 -0
- package/base/Base/UserMenu/SignOut.js +19 -0
- package/base/Base/UserMenu/SignOut.js.map +1 -0
- package/base/Base/UserMenu/UserInfo.d.ts +6 -0
- package/base/Base/UserMenu/UserInfo.js +43 -0
- package/base/Base/UserMenu/UserInfo.js.map +1 -0
- package/base/Base/UserMenu.d.ts +2 -0
- package/base/Base/UserMenu.js +21 -0
- package/base/Base/UserMenu.js.map +1 -0
- package/base/Base.js +6 -8
- package/base/Base.js.map +1 -1
- package/base/TelemetryAdminAppStart.d.ts +1 -0
- package/base/TelemetryAdminAppStart.js +19 -0
- package/base/TelemetryAdminAppStart.js.map +1 -0
- package/base/WebinyVersion.js +4 -4
- package/base/WebinyVersion.js.map +1 -1
- package/base/createRootContainer.d.ts +2 -0
- package/base/createRootContainer.js +55 -0
- package/base/createRootContainer.js.map +1 -0
- package/base/plugins/AddGraphQLQuerySelection.js +1 -1
- package/base/plugins/AddGraphQLQuerySelection.js.map +1 -1
- package/base/providers/AdminUiStateProvider.js +1 -1
- package/base/providers/AdminUiStateProvider.js.map +1 -1
- package/base/providers/ApolloProvider.d.ts +1 -1
- package/base/providers/ApolloProvider.js +2 -5
- package/base/providers/ApolloProvider.js.map +1 -1
- package/base/providers/UiProviders.js +24 -3
- package/base/providers/UiProviders.js.map +1 -1
- package/base/providers/UiStateProvider.js +1 -1
- package/base/providers/UiStateProvider.js.map +1 -1
- package/base/ui/CenteredView.d.ts +1 -1
- package/base/ui/CenteredView.js +2 -2
- package/base/ui/CenteredView.js.map +1 -1
- package/base/ui/FileManager.d.ts +9 -21
- package/base/ui/FileManager.js +18 -12
- package/base/ui/FileManager.js.map +1 -1
- package/base/ui/LoginScreen.d.ts +19 -0
- package/base/ui/LoginScreen.js +2 -1
- package/base/ui/LoginScreen.js.map +1 -1
- package/base/ui/Navigation.js +1 -1
- package/base/ui/Navigation.js.map +1 -1
- package/base/ui/UserMenu/UserMenuItem.d.ts +5 -5
- package/base/ui/UserMenu/UserMenuItem.js +1 -1
- package/base/ui/UserMenu/UserMenuItem.js.map +1 -1
- package/base/ui/UserMenu/UserMenuLink.d.ts +5 -5
- package/base/ui/UserMenu/UserMenuLink.js +1 -1
- package/base/ui/UserMenu/UserMenuLink.js.map +1 -1
- package/base/ui/UserMenu/UserMenuSeparator.d.ts +8 -8
- package/base/ui/UserMenu/UserMenuSeparator.js +1 -1
- package/base/ui/UserMenu/UserMenuSeparator.js.map +1 -1
- package/base/ui/UserMenu.d.ts +3 -3
- package/base/ui/UserMenu.js +3 -3
- package/base/ui/UserMenu.js.map +1 -1
- package/components/AdminLayout.js +1 -1
- package/components/AdminLayout.js.map +1 -1
- package/components/BulkActions/Worker.d.ts +0 -1
- package/components/BulkActions/Worker.js +1 -1
- package/components/BulkActions/Worker.js.map +1 -1
- package/components/BulkActions/index.d.ts +2 -2
- package/components/BulkActions/index.js +2 -2
- package/components/BulkActions/index.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/DialogMessage.d.ts +1 -1
- package/components/BulkActions/useDialogWithReport/DialogMessage.js +2 -2
- package/components/BulkActions/useDialogWithReport/DialogMessage.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/index.d.ts +1 -1
- package/components/BulkActions/useDialogWithReport/index.js +1 -1
- package/components/BulkActions/useDialogWithReport/index.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.d.ts +1 -1
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js +2 -2
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js.map +1 -1
- package/components/Buttons/Buttons.d.ts +1 -1
- package/components/Buttons/Buttons.js +4 -4
- package/components/Buttons/Buttons.js.map +1 -1
- package/components/Buttons/Buttons.styles.d.ts +2 -3
- package/components/Buttons/Buttons.styles.js +1 -2
- package/components/Buttons/Buttons.styles.js.map +1 -1
- package/components/Buttons/index.d.ts +2 -2
- package/components/Buttons/index.js +2 -2
- package/components/Buttons/index.js.map +1 -1
- package/components/Buttons/useButtons.d.ts +1 -1
- package/components/Buttons/useButtons.js +1 -1
- package/components/Buttons/useButtons.js.map +1 -1
- package/components/DeveloperMode/DeveloperMode.d.ts +11 -0
- package/components/DeveloperMode/DeveloperMode.js +17 -0
- package/components/DeveloperMode/DeveloperMode.js.map +1 -0
- package/components/DeveloperMode/index.d.ts +2 -0
- package/components/DeveloperMode/index.js +3 -0
- package/components/DeveloperMode/index.js.map +1 -0
- package/components/Dialogs/Dialog.js +2 -2
- package/components/Dialogs/Dialog.js.map +1 -1
- package/components/Dialogs/DialogsContext.d.ts +1 -6
- package/components/Dialogs/DialogsContext.js +14 -23
- package/components/Dialogs/DialogsContext.js.map +1 -1
- package/components/Dialogs/useDialogs.d.ts +1 -2
- package/components/Dialogs/useDialogs.js +1 -2
- package/components/Dialogs/useDialogs.js.map +1 -1
- package/components/EmptyView.d.ts +1 -2
- package/components/EmptyView.js +6 -7
- package/components/EmptyView.js.map +1 -1
- package/components/Filters/Filters.d.ts +1 -1
- package/components/Filters/Filters.js +2 -2
- package/components/Filters/Filters.js.map +1 -1
- package/components/Filters/index.d.ts +2 -2
- package/components/Filters/index.js +2 -2
- package/components/Filters/index.js.map +1 -1
- package/components/FloatingActionButton.js +1 -1
- package/components/FloatingActionButton.js.map +1 -1
- package/components/FloatingPanel.js +4 -6
- package/components/FloatingPanel.js.map +1 -1
- package/components/IconPicker/IconPicker.d.ts +3 -3
- package/components/IconPicker/IconPicker.js +6 -6
- package/components/IconPicker/IconPicker.js.map +1 -1
- package/components/IconPicker/IconPickerComponent.d.ts +3 -3
- package/components/IconPicker/IconPickerComponent.js +4 -4
- package/components/IconPicker/IconPickerComponent.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.d.ts +3 -3
- package/components/IconPicker/IconPickerPresenter.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.test.js +3 -2
- package/components/IconPicker/IconPickerPresenter.test.js.map +1 -1
- package/components/IconPicker/IconPickerPresenterProvider.d.ts +1 -1
- package/components/IconPicker/IconPickerPresenterProvider.js.map +1 -1
- package/components/IconPicker/IconPickerTab.d.ts +1 -1
- package/components/IconPicker/IconPickerTab.js +10 -10
- package/components/IconPicker/IconPickerTab.js.map +1 -1
- package/components/IconPicker/IconRenderer.d.ts +1 -1
- package/components/IconPicker/IconRenderer.js.map +1 -1
- package/components/IconPicker/IconRepository.d.ts +2 -2
- package/components/IconPicker/IconRepository.js +2 -2
- package/components/IconPicker/IconRepository.js.map +1 -1
- package/components/IconPicker/IconRepository.test.js +2 -1
- package/components/IconPicker/IconRepository.test.js.map +1 -1
- package/components/IconPicker/IconRepositoryFactory.d.ts +2 -2
- package/components/IconPicker/IconRepositoryFactory.js +1 -1
- package/components/IconPicker/IconRepositoryFactory.js.map +1 -1
- package/components/IconPicker/components/IconPickerCell.d.ts +2 -2
- package/components/IconPicker/components/IconPickerCell.js +3 -3
- package/components/IconPicker/components/IconPickerCell.js.map +1 -1
- package/components/IconPicker/components/IconPickerContent.d.ts +1 -1
- package/components/IconPicker/components/IconPickerContent.js +4 -4
- package/components/IconPicker/components/IconPickerContent.js.map +1 -1
- package/components/IconPicker/components/IconPickerRow.js +1 -1
- package/components/IconPicker/components/IconPickerRow.js.map +1 -1
- package/components/IconPicker/components/IconPickerTrigger.d.ts +1 -1
- package/components/IconPicker/components/IconPickerTrigger.js +7 -7
- package/components/IconPicker/components/IconPickerTrigger.js.map +1 -1
- package/components/IconPicker/components/index.d.ts +4 -4
- package/components/IconPicker/components/index.js +4 -4
- package/components/IconPicker/components/index.js.map +1 -1
- package/components/IconPicker/config/Emojis.js +1 -1
- package/components/IconPicker/config/Emojis.js.map +1 -1
- package/components/IconPicker/config/FontAwesomeIcons.js +1 -1
- package/components/IconPicker/config/FontAwesomeIcons.js.map +1 -1
- package/components/IconPicker/config/IconPackProvider.d.ts +1 -1
- package/components/IconPicker/config/IconPackProvider.js.map +1 -1
- package/components/IconPicker/config/IconType.js +2 -2
- package/components/IconPicker/config/IconType.js.map +1 -1
- package/components/IconPicker/config/index.d.ts +3 -3
- package/components/IconPicker/config/index.js +7 -7
- package/components/IconPicker/config/index.js.map +1 -1
- package/components/IconPicker/index.d.ts +7 -7
- package/components/IconPicker/index.js +6 -6
- package/components/IconPicker/index.js.map +1 -1
- package/components/IconPicker/plugins/customPlugin.js +19 -24
- package/components/IconPicker/plugins/customPlugin.js.map +1 -1
- package/components/IconPicker/plugins/emojisPlugin.js +9 -9
- package/components/IconPicker/plugins/emojisPlugin.js.map +1 -1
- package/components/IconPicker/plugins/iconsPlugin.js +4 -4
- package/components/IconPicker/plugins/iconsPlugin.js.map +1 -1
- package/components/IconPicker/types.js.map +1 -1
- package/components/LexicalEditor/LexicalEditor.d.ts +9 -5
- package/components/LexicalEditor/LexicalEditor.js +32 -21
- package/components/LexicalEditor/LexicalEditor.js.map +1 -1
- package/components/LexicalEditor/LexicalLinkForm.d.ts +6 -0
- package/components/LexicalEditor/LexicalLinkForm.js +92 -0
- package/components/LexicalEditor/LexicalLinkForm.js.map +1 -0
- package/components/LexicalEditor/index.d.ts +3 -1
- package/components/LexicalEditor/index.js +3 -1
- package/components/LexicalEditor/index.js.map +1 -1
- package/components/LexicalEditor/lexicalValueWithHtml.d.ts +7 -0
- package/components/LexicalEditor/lexicalValueWithHtml.js +36 -0
- package/components/LexicalEditor/lexicalValueWithHtml.js.map +1 -0
- package/components/NavigationPrompt.d.ts +27 -0
- package/components/NavigationPrompt.js +39 -0
- package/components/NavigationPrompt.js.map +1 -0
- package/components/NotAuthorizedError/NotAuthorizedError.d.ts +2 -0
- package/components/NotAuthorizedError/NotAuthorizedError.js +20 -0
- package/components/NotAuthorizedError/NotAuthorizedError.js.map +1 -0
- package/components/NotAuthorizedError/SecureRouteError.svg +1 -0
- package/components/NotAuthorizedError/index.d.ts +1 -0
- package/components/NotAuthorizedError/index.js +3 -0
- package/components/NotAuthorizedError/index.js.map +1 -0
- package/components/OptionsMenu/OptionsMenu.js +1 -1
- package/components/OptionsMenu/OptionsMenu.js.map +1 -1
- package/components/OptionsMenu/index.d.ts +4 -4
- package/components/OptionsMenu/index.js +4 -4
- package/components/OptionsMenu/index.js.map +1 -1
- package/components/OptionsMenu/useOptionsMenuItem.d.ts +2 -2
- package/components/OptionsMenu/useOptionsMenuItem.js +2 -2
- package/components/OptionsMenu/useOptionsMenuItem.js.map +1 -1
- package/components/OverlayLayout/OverlayLayout.d.ts +1 -1
- package/components/OverlayLayout/OverlayLayout.js +8 -11
- package/components/OverlayLayout/OverlayLayout.js.map +1 -1
- package/components/OverlayLayout/components/OverlayBackdrop.js +1 -1
- package/components/OverlayLayout/components/OverlayBackdrop.js.map +1 -1
- package/components/OverlayLayout/components/OverlayContent.js +1 -1
- package/components/OverlayLayout/components/OverlayContent.js.map +1 -1
- package/components/OverlayLayout/components/OverlayHeader.js +3 -3
- package/components/OverlayLayout/components/OverlayHeader.js.map +1 -1
- package/components/OverlayLayout/components/OverlayRoot.js +1 -1
- package/components/OverlayLayout/components/OverlayRoot.js.map +1 -1
- package/components/OverlayLayout/components/index.d.ts +4 -4
- package/components/OverlayLayout/components/index.js +4 -4
- package/components/OverlayLayout/components/index.js.map +1 -1
- package/components/OverlayLayout/index.d.ts +1 -1
- package/components/OverlayLayout/index.js +1 -1
- package/components/OverlayLayout/index.js.map +1 -1
- package/components/Permissions/Permissions.d.ts +1 -3
- package/components/Permissions/Permissions.js +37 -31
- package/components/Permissions/Permissions.js.map +1 -1
- package/components/Permissions/PermissionsGroup.js +2 -2
- package/components/Permissions/PermissionsGroup.js.map +1 -1
- package/components/Permissions/StyledComponents.js +1 -1
- package/components/Permissions/StyledComponents.js.map +1 -1
- package/components/Permissions/index.d.ts +4 -4
- package/components/Permissions/index.js +4 -4
- package/components/Permissions/index.js.map +1 -1
- package/components/RegisterFeature.d.ts +11 -0
- package/components/RegisterFeature.js +26 -0
- package/components/RegisterFeature.js.map +1 -0
- package/components/ResizablePanels/index.d.ts +1 -1
- package/components/ResizablePanels/index.js +1 -1
- package/components/ResizablePanels/index.js.map +1 -1
- package/components/RoleAutocomplete/graphql.d.ts +1 -0
- package/components/RoleAutocomplete/graphql.js +18 -0
- package/components/RoleAutocomplete/graphql.js.map +1 -0
- package/components/RoleAutocomplete/index.d.ts +5 -0
- package/components/RoleAutocomplete/index.js +18 -0
- package/components/RoleAutocomplete/index.js.map +1 -0
- package/components/RolesMultiAutocomplete/graphql.d.ts +1 -0
- package/components/RolesMultiAutocomplete/graphql.js +23 -0
- package/components/RolesMultiAutocomplete/graphql.js.map +1 -0
- package/components/RolesMultiAutocomplete/index.d.ts +5 -0
- package/components/RolesMultiAutocomplete/index.js +19 -0
- package/components/RolesMultiAutocomplete/index.js.map +1 -0
- package/components/SearchUI.d.ts +1 -2
- package/components/SearchUI.js +1 -2
- package/components/SearchUI.js.map +1 -1
- package/components/SimpleForm/SimpleForm.d.ts +1 -1
- package/components/SimpleForm/SimpleForm.js +10 -10
- package/components/SimpleForm/SimpleForm.js.map +1 -1
- package/components/SimpleForm/index.d.ts +1 -1
- package/components/SimpleForm/index.js +1 -1
- package/components/SimpleForm/index.js.map +1 -1
- package/components/SimpleUI/InputField.js +3 -3
- package/components/SimpleUI/InputField.js.map +1 -1
- package/components/SingleImageUpload.d.ts +3 -8
- package/components/SingleImageUpload.js +1 -1
- package/components/SingleImageUpload.js.map +1 -1
- package/components/SplitView/SplitView.d.ts +7 -7
- package/components/SplitView/SplitView.js +20 -12
- package/components/SplitView/SplitView.js.map +1 -1
- package/components/SplitView/index.d.ts +1 -1
- package/components/SplitView/index.js +1 -1
- package/components/SplitView/index.js.map +1 -1
- package/components/StateInspector.js +1 -1
- package/components/StateInspector.js.map +1 -1
- package/components/TeamAutocomplete/graphql.d.ts +1 -0
- package/components/TeamAutocomplete/graphql.js +18 -0
- package/components/TeamAutocomplete/graphql.js.map +1 -0
- package/components/TeamAutocomplete/index.d.ts +5 -0
- package/components/TeamAutocomplete/index.js +18 -0
- package/components/TeamAutocomplete/index.js.map +1 -0
- package/components/TeamsMultiAutocomplete/graphql.d.ts +1 -0
- package/components/TeamsMultiAutocomplete/graphql.js +23 -0
- package/components/TeamsMultiAutocomplete/graphql.js.map +1 -0
- package/components/TeamsMultiAutocomplete/index.d.ts +5 -0
- package/components/TeamsMultiAutocomplete/index.js +19 -0
- package/components/TeamsMultiAutocomplete/index.js.map +1 -0
- package/components/Wcp.d.ts +4 -0
- package/components/Wcp.js +16 -2
- package/components/Wcp.js.map +1 -1
- package/components/index.d.ts +30 -3
- package/components/index.js +29 -3
- package/components/index.js.map +1 -1
- package/config/AdminConfig/Dashboard.d.ts +3 -0
- package/config/AdminConfig/Dashboard.js +6 -0
- package/config/AdminConfig/Dashboard.js.map +1 -0
- package/config/AdminConfig/LexicalTheme/Color.d.ts +11 -0
- package/config/AdminConfig/LexicalTheme/Color.js +45 -0
- package/config/AdminConfig/LexicalTheme/Color.js.map +1 -0
- package/config/AdminConfig/LexicalTheme/Typography.d.ts +30 -0
- package/config/AdminConfig/LexicalTheme/Typography.js +79 -0
- package/config/AdminConfig/LexicalTheme/Typography.js.map +1 -0
- package/config/AdminConfig/LexicalTheme.d.ts +9 -0
- package/config/AdminConfig/LexicalTheme.js +8 -0
- package/config/AdminConfig/LexicalTheme.js.map +1 -0
- package/config/AdminConfig/Logo.d.ts +24 -0
- package/config/AdminConfig/Logo.js +21 -0
- package/config/AdminConfig/Logo.js.map +1 -0
- package/config/AdminConfig/Menu/MenuGroup.d.ts +10 -10
- package/config/AdminConfig/Menu/MenuGroup.js +1 -1
- package/config/AdminConfig/Menu/MenuGroup.js.map +1 -1
- package/config/AdminConfig/Menu/MenuItem.d.ts +9 -9
- package/config/AdminConfig/Menu/MenuItem.js +1 -1
- package/config/AdminConfig/Menu/MenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/MenuLink.d.ts +14 -14
- package/config/AdminConfig/Menu/MenuLink.js +10 -4
- package/config/AdminConfig/Menu/MenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.d.ts +2 -2
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.d.ts +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu.d.ts +15 -15
- package/config/AdminConfig/Menu/SupportMenu.js +3 -3
- package/config/AdminConfig/Menu/SupportMenu.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.d.ts +14 -15
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.d.ts +14 -15
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.d.ts +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu.d.ts +31 -31
- package/config/AdminConfig/Menu/UserMenu.js +4 -4
- package/config/AdminConfig/Menu/UserMenu.js.map +1 -1
- package/config/AdminConfig/Menu.d.ts +105 -103
- package/config/AdminConfig/Menu.js +17 -7
- package/config/AdminConfig/Menu.js.map +1 -1
- package/config/AdminConfig/Route.d.ts +1 -1
- package/config/AdminConfig/Route.js +2 -2
- package/config/AdminConfig/Route.js.map +1 -1
- package/config/AdminConfig/Security.d.ts +3 -0
- package/config/AdminConfig/Security.js +6 -0
- package/config/AdminConfig/Security.js.map +1 -0
- package/config/AdminConfig/SecurityPermissions.d.ts +17 -0
- package/config/AdminConfig/SecurityPermissions.js +31 -0
- package/config/AdminConfig/SecurityPermissions.js.map +1 -0
- package/config/AdminConfig/Tenant/TenantLogo.d.ts +8 -7
- package/config/AdminConfig/Tenant/TenantLogo.js +14 -6
- package/config/AdminConfig/Tenant/TenantLogo.js.map +1 -1
- package/config/AdminConfig/Tenant/TenantName.d.ts +1 -1
- package/config/AdminConfig/Tenant/TenantName.js +5 -2
- package/config/AdminConfig/Tenant/TenantName.js.map +1 -1
- package/config/AdminConfig/Tenant.d.ts +14 -31
- package/config/AdminConfig/Tenant.js +4 -13
- package/config/AdminConfig/Tenant.js.map +1 -1
- package/config/AdminConfig/Theme/assignColor.d.ts +1 -1
- package/config/AdminConfig/Theme/assignColor.js +1 -1
- package/config/AdminConfig/Theme/assignColor.js.map +1 -1
- package/config/AdminConfig/Theme/types.d.ts +1 -1
- package/config/AdminConfig/Theme/types.js.map +1 -1
- package/config/AdminConfig/Theme.d.ts +1 -1
- package/config/AdminConfig/Theme.js +1 -1
- package/config/AdminConfig/Theme.js.map +1 -1
- package/config/AdminConfig/Title.d.ts +23 -0
- package/config/AdminConfig/Title.js +16 -0
- package/config/AdminConfig/Title.js.map +1 -0
- package/config/AdminConfig/Widget.d.ts +15 -0
- package/config/AdminConfig/Widget.js +36 -0
- package/config/AdminConfig/Widget.js.map +1 -0
- package/config/AdminConfig.d.ts +202 -150
- package/config/AdminConfig.js +35 -9
- package/config/AdminConfig.js.map +1 -1
- package/config/createAdminConfig.js.map +1 -1
- package/css/tokens.css +379 -0
- package/css/typography.css +70 -0
- package/domain/Identity.d.ts +59 -0
- package/domain/Identity.js +96 -0
- package/domain/Identity.js.map +1 -0
- package/errors/ErrorOverlayNetworkErrorHandler.d.ts +11 -0
- package/errors/ErrorOverlayNetworkErrorHandler.js +66 -0
- package/errors/ErrorOverlayNetworkErrorHandler.js.map +1 -0
- package/errors/TenantIsDisabled.d.ts +2 -0
- package/errors/TenantIsDisabled.js +23 -0
- package/errors/TenantIsDisabled.js.map +1 -0
- package/exports/admin/build-params.d.ts +1 -0
- package/exports/admin/build-params.js +3 -0
- package/exports/admin/build-params.js.map +1 -0
- package/exports/admin/configs.d.ts +1 -0
- package/exports/admin/configs.js +3 -0
- package/exports/admin/configs.js.map +1 -0
- package/exports/admin/form.d.ts +11 -0
- package/exports/admin/form.js +12 -0
- package/exports/admin/form.js.map +1 -0
- package/exports/admin/security.d.ts +8 -0
- package/exports/admin/security.js +10 -0
- package/exports/admin/security.js.map +1 -0
- package/exports/admin/tenancy.d.ts +2 -0
- package/exports/admin/tenancy.js +4 -0
- package/exports/admin/tenancy.js.map +1 -0
- package/exports/admin/ui.d.ts +4 -0
- package/exports/admin/ui.js +6 -0
- package/exports/admin/ui.js.map +1 -0
- package/exports/admin.d.ts +7 -0
- package/exports/admin.js +9 -0
- package/exports/admin.js.map +1 -0
- package/features/apolloClient/abstraction.d.ts +5 -0
- package/features/apolloClient/abstraction.js +4 -0
- package/features/apolloClient/abstraction.js.map +1 -0
- package/features/apolloClient/feature.d.ts +2 -0
- package/features/apolloClient/feature.js +39 -0
- package/features/apolloClient/feature.js.map +1 -0
- package/features/buildParams/BuildParams.d.ts +9 -0
- package/features/buildParams/BuildParams.js +18 -0
- package/features/buildParams/BuildParams.js.map +1 -0
- package/features/buildParams/abstractions.d.ts +15 -0
- package/features/buildParams/abstractions.js +5 -0
- package/features/buildParams/abstractions.js.map +1 -0
- package/features/buildParams/feature.d.ts +1 -0
- package/features/buildParams/feature.js +10 -0
- package/features/buildParams/feature.js.map +1 -0
- package/features/buildParams/index.d.ts +2 -0
- package/features/buildParams/index.js +4 -0
- package/features/buildParams/index.js.map +1 -0
- package/features/security/AuthenticationContext/AuthenticationContext.d.ts +15 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js +31 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js.map +1 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.d.ts +12 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js +30 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js.map +1 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.d.ts +10 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js +17 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js.map +1 -0
- package/features/security/AuthenticationContext/abstractions.d.ts +26 -0
- package/features/security/AuthenticationContext/abstractions.js +5 -0
- package/features/security/AuthenticationContext/abstractions.js.map +1 -0
- package/features/security/AuthenticationContext/feature.d.ts +3 -0
- package/features/security/AuthenticationContext/feature.js +20 -0
- package/features/security/AuthenticationContext/feature.js.map +1 -0
- package/features/security/AuthenticationContext/index.d.ts +1 -0
- package/features/security/AuthenticationContext/index.js +3 -0
- package/features/security/AuthenticationContext/index.js.map +1 -0
- package/features/security/AuthenticationContext/types.d.ts +11 -0
- package/features/security/AuthenticationContext/types.js.map +1 -0
- package/features/security/IdentityContext/IdentityContext.d.ts +13 -0
- package/features/security/IdentityContext/IdentityContext.js +24 -0
- package/features/security/IdentityContext/IdentityContext.js.map +1 -0
- package/features/security/IdentityContext/abstractions.d.ts +10 -0
- package/features/security/IdentityContext/abstractions.js +4 -0
- package/features/security/IdentityContext/abstractions.js.map +1 -0
- package/features/security/IdentityContext/feature.d.ts +3 -0
- package/features/security/IdentityContext/feature.js +16 -0
- package/features/security/IdentityContext/feature.js.map +1 -0
- package/features/security/IdentityContext/index.d.ts +2 -0
- package/features/security/IdentityContext/index.js +4 -0
- package/features/security/IdentityContext/index.js.map +1 -0
- package/features/security/LogIn/IdentityMapper.d.ts +9 -0
- package/features/security/LogIn/IdentityMapper.js +13 -0
- package/features/security/LogIn/IdentityMapper.js.map +1 -0
- package/features/security/LogIn/LogInGateway.d.ts +11 -0
- package/features/security/LogIn/LogInGateway.js +27 -0
- package/features/security/LogIn/LogInGateway.js.map +1 -0
- package/features/security/LogIn/LogInRepository.d.ts +14 -0
- package/features/security/LogIn/LogInRepository.js +19 -0
- package/features/security/LogIn/LogInRepository.js.map +1 -0
- package/features/security/LogIn/LogInUseCase.d.ts +15 -0
- package/features/security/LogIn/LogInUseCase.js +40 -0
- package/features/security/LogIn/LogInUseCase.js.map +1 -0
- package/features/security/LogIn/abstractions.d.ts +48 -0
- package/features/security/LogIn/abstractions.js +19 -0
- package/features/security/LogIn/abstractions.js.map +1 -0
- package/features/security/LogIn/createLoginMutation.d.ts +1 -0
- package/features/security/LogIn/createLoginMutation.js +49 -0
- package/features/security/LogIn/createLoginMutation.js.map +1 -0
- package/features/security/LogIn/feature.d.ts +3 -0
- package/features/security/LogIn/feature.js +22 -0
- package/features/security/LogIn/feature.js.map +1 -0
- package/features/security/LogIn/index.d.ts +1 -0
- package/features/security/LogIn/index.js +3 -0
- package/features/security/LogIn/index.js.map +1 -0
- package/features/security/LogOut/LogOutUseCase.d.ts +13 -0
- package/features/security/LogOut/LogOutUseCase.js +23 -0
- package/features/security/LogOut/LogOutUseCase.js.map +1 -0
- package/features/security/LogOut/abstractions.d.ts +7 -0
- package/features/security/LogOut/abstractions.js +4 -0
- package/features/security/LogOut/abstractions.js.map +1 -0
- package/features/security/LogOut/feature.d.ts +3 -0
- package/features/security/LogOut/feature.js +16 -0
- package/features/security/LogOut/feature.js.map +1 -0
- package/features/security/LogOut/index.d.ts +2 -0
- package/features/security/LogOut/index.js +4 -0
- package/features/security/LogOut/index.js.map +1 -0
- package/features/security/SecurityFeature.d.ts +1 -0
- package/features/security/SecurityFeature.js +16 -0
- package/features/security/SecurityFeature.js.map +1 -0
- package/features/telemetry/TelemetryService.d.ts +6 -0
- package/features/telemetry/TelemetryService.js +20 -0
- package/features/telemetry/TelemetryService.js.map +1 -0
- package/features/telemetry/abstractions.d.ts +7 -0
- package/features/telemetry/abstractions.js +4 -0
- package/features/telemetry/abstractions.js.map +1 -0
- package/features/telemetry/feature.d.ts +3 -0
- package/features/telemetry/feature.js +16 -0
- package/features/telemetry/feature.js.map +1 -0
- package/features/telemetry/index.d.ts +2 -0
- package/features/telemetry/index.js +4 -0
- package/features/telemetry/index.js.map +1 -0
- package/features/tenancy/GraphQLClientDecorator.d.ts +12 -0
- package/features/tenancy/GraphQLClientDecorator.js +27 -0
- package/features/tenancy/GraphQLClientDecorator.js.map +1 -0
- package/features/tenancy/TenantContext.d.ts +17 -0
- package/features/tenancy/TenantContext.js +61 -0
- package/features/tenancy/TenantContext.js.map +1 -0
- package/features/tenancy/abstractions.d.ts +14 -0
- package/features/tenancy/abstractions.js +4 -0
- package/features/tenancy/abstractions.js.map +1 -0
- package/features/tenancy/feature.d.ts +5 -0
- package/features/tenancy/feature.js +41 -0
- package/features/tenancy/feature.js.map +1 -0
- package/features/tenancy/types.d.ts +4 -0
- package/features/tenancy/types.js +3 -0
- package/features/tenancy/types.js.map +1 -0
- package/features/wcp/ReactLicense.d.ts +19 -0
- package/features/wcp/ReactLicense.js +46 -0
- package/features/wcp/ReactLicense.js.map +1 -0
- package/features/wcp/WcpGateway.d.ts +10 -0
- package/features/wcp/WcpGateway.js +73 -0
- package/features/wcp/WcpGateway.js.map +1 -0
- package/features/wcp/WcpService.d.ts +20 -0
- package/features/wcp/WcpService.js +84 -0
- package/features/wcp/WcpService.js.map +1 -0
- package/features/wcp/abstractions.d.ts +19 -0
- package/features/wcp/abstractions.js +5 -0
- package/features/wcp/abstractions.js.map +1 -0
- package/features/wcp/feature.d.ts +3 -0
- package/features/wcp/feature.js +18 -0
- package/features/wcp/feature.js.map +1 -0
- package/features/wcp/types.d.ts +21 -0
- package/features/wcp/types.js +3 -0
- package/features/wcp/types.js.map +1 -0
- package/hooks/index.d.ts +11 -10
- package/hooks/index.js +11 -10
- package/hooks/index.js.map +1 -1
- package/hooks/useConfirmationDialog.js +3 -3
- package/hooks/useConfirmationDialog.js.map +1 -1
- package/hooks/useDialog.js +1 -1
- package/hooks/useDialog.js.map +1 -1
- package/hooks/useKeyHandler.js +1 -1
- package/hooks/useKeyHandler.js.map +1 -1
- package/hooks/useModKey.js +1 -2
- package/hooks/useModKey.js.map +1 -1
- package/hooks/useShiftKey.js +1 -1
- package/hooks/useShiftKey.js.map +1 -1
- package/hooks/useStateIfMounted.d.ts +0 -1
- package/hooks/useStateIfMounted.js +1 -1
- package/hooks/useStateIfMounted.js.map +1 -1
- package/hooks/useToggler.d.ts +7 -0
- package/hooks/useToggler.js +15 -0
- package/hooks/useToggler.js.map +1 -0
- package/index.d.ts +34 -45
- package/index.js +36 -43
- package/index.js.map +1 -1
- package/lexical.css +2 -0
- package/package.json +42 -47
- package/permissions/PermissionRenderer.d.ts +6 -0
- package/permissions/PermissionRenderer.js +219 -0
- package/permissions/PermissionRenderer.js.map +1 -0
- package/permissions/PermissionValueContext.d.ts +11 -0
- package/permissions/PermissionValueContext.js +23 -0
- package/permissions/PermissionValueContext.js.map +1 -0
- package/permissions/createHasPermission.d.ts +3 -0
- package/permissions/createHasPermission.js +36 -0
- package/permissions/createHasPermission.js.map +1 -0
- package/permissions/createPermissionSchema.d.ts +2 -0
- package/permissions/createPermissionSchema.js +8 -0
- package/permissions/createPermissionSchema.js.map +1 -0
- package/permissions/index.d.ts +8 -0
- package/permissions/index.js +8 -0
- package/permissions/index.js.map +1 -0
- package/permissions/types.d.ts +242 -0
- package/permissions/types.js +3 -0
- package/permissions/types.js.map +1 -0
- package/permissions/usePermissionForm.d.ts +17 -0
- package/permissions/usePermissionForm.js +256 -0
- package/permissions/usePermissionForm.js.map +1 -0
- package/permissions/usePermissions.d.ts +3 -0
- package/permissions/usePermissions.js +180 -0
- package/permissions/usePermissions.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/SystemInstaller.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js +70 -0
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.d.ts +2 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js +17 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/index.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/index.js +3 -0
- package/presentation/installation/components/SystemInstaller/index.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js +32 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js +15 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js +69 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js +95 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.d.ts +4 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.js +10 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.js +28 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.d.ts +11 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js +58 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js +21 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/introduction.svg +154 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js +3 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.d.ts +10 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js +63 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.d.ts +24 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js +138 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.d.ts +11 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js +30 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.d.ts +59 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.js +6 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/feature.d.ts +3 -0
- package/presentation/installation/presenters/SystemInstaller/feature.js +20 -0
- package/presentation/installation/presenters/SystemInstaller/feature.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/index.d.ts +3 -0
- package/presentation/installation/presenters/SystemInstaller/index.js +4 -0
- package/presentation/installation/presenters/SystemInstaller/index.js.map +1 -0
- package/presentation/security/components/HasPermission.d.ts +10 -0
- package/presentation/security/components/HasPermission.js +31 -0
- package/presentation/security/components/HasPermission.js.map +1 -0
- package/presentation/security/components/SecureRoute.d.ts +7 -0
- package/presentation/security/components/SecureRoute.js +16 -0
- package/presentation/security/components/SecureRoute.js.map +1 -0
- package/presentation/security/hooks/useAuthentication.d.ts +9 -0
- package/presentation/security/hooks/useAuthentication.js +24 -0
- package/presentation/security/hooks/useAuthentication.js.map +1 -0
- package/presentation/security/hooks/useIdentity.d.ts +6 -0
- package/presentation/security/hooks/useIdentity.js +25 -0
- package/presentation/security/hooks/useIdentity.js.map +1 -0
- package/presentation/security/hooks/useSecurity.d.ts +10 -0
- package/presentation/security/hooks/useSecurity.js +28 -0
- package/presentation/security/hooks/useSecurity.js.map +1 -0
- package/presentation/tenancy/TenancyProvider.d.ts +6 -0
- package/presentation/tenancy/TenancyProvider.js +43 -0
- package/presentation/tenancy/TenancyProvider.js.map +1 -0
- package/presentation/tenancy/createTenancyProvider.d.ts +1 -0
- package/presentation/tenancy/createTenancyProvider.js +14 -0
- package/presentation/tenancy/createTenancyProvider.js.map +1 -0
- package/presentation/tenancy/useTenantContext.d.ts +5 -0
- package/presentation/tenancy/useTenantContext.js +24 -0
- package/presentation/tenancy/useTenantContext.js.map +1 -0
- package/presentation/wcp/WcpProvider.d.ts +7 -0
- package/presentation/wcp/WcpProvider.js +26 -0
- package/presentation/wcp/WcpProvider.js.map +1 -0
- package/presentation/wcp/useWcp.d.ts +2 -0
- package/presentation/wcp/useWcp.js +18 -0
- package/presentation/wcp/useWcp.js.map +1 -0
- package/routes.d.ts +6 -0
- package/routes.js +17 -0
- package/routes.js.map +1 -0
- package/types.d.ts +3 -76
- package/types.js +1 -5
- package/types.js.map +1 -1
- package/base/Base/Routes.d.ts +0 -2
- package/base/Base/Routes.js +0 -24
- package/base/Base/Routes.js.map +0 -1
- package/base/providers/TelemetryProvider.d.ts +0 -1
- package/base/providers/TelemetryProvider.js +0 -22
- package/base/providers/TelemetryProvider.js.map +0 -1
- package/base/providers/ViewCompositionProvider.d.ts +0 -21
- package/base/providers/ViewCompositionProvider.js +0 -47
- package/base/providers/ViewCompositionProvider.js.map +0 -1
- package/base/ui/LocaleSelector.d.ts +0 -39
- package/base/ui/LocaleSelector.js +0 -8
- package/base/ui/LocaleSelector.js.map +0 -1
- package/components/AppInstaller/AppInstaller.d.ts +0 -11
- package/components/AppInstaller/AppInstaller.js +0 -113
- package/components/AppInstaller/AppInstaller.js.map +0 -1
- package/components/AppInstaller/Sidebar.d.ts +0 -9
- package/components/AppInstaller/Sidebar.js +0 -108
- package/components/AppInstaller/Sidebar.js.map +0 -1
- package/components/AppInstaller/assets/sign-in-divider.svg +0 -19
- package/components/AppInstaller/index.d.ts +0 -2
- package/components/AppInstaller/index.js +0 -17
- package/components/AppInstaller/index.js.map +0 -1
- package/components/AppInstaller/styled.d.ts +0 -19
- package/components/AppInstaller/styled.js +0 -75
- package/components/AppInstaller/styled.js.map +0 -1
- package/components/AppInstaller/useInstaller.d.ts +0 -25
- package/components/AppInstaller/useInstaller.js +0 -169
- package/components/AppInstaller/useInstaller.js.map +0 -1
- package/components/Dialogs/CustomDialog.d.ts +0 -17
- package/components/Dialogs/CustomDialog.js +0 -48
- package/components/Dialogs/CustomDialog.js.map +0 -1
- package/components/RichTextEditor/RichTextEditor.d.ts +0 -3
- package/components/RichTextEditor/RichTextEditor.js +0 -16
- package/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/components/RichTextEditor/index.d.ts +0 -2
- package/components/RichTextEditor/index.js +0 -4
- package/components/RichTextEditor/index.js.map +0 -1
- package/components/RichTextEditor/styles.scss +0 -96
- package/components/RichTextEditor/tools/header/index.d.ts +0 -228
- package/components/RichTextEditor/tools/header/index.js +0 -615
- package/components/RichTextEditor/tools/header/index.js.map +0 -1
- package/components/RichTextEditor/tools/header/styles.scss +0 -48
- package/components/RichTextEditor/tools/image/index.d.ts +0 -122
- package/components/RichTextEditor/tools/image/index.js +0 -202
- package/components/RichTextEditor/tools/image/index.js.map +0 -1
- package/components/RichTextEditor/tools/image/styles.scss +0 -90
- package/components/RichTextEditor/tools/image/svgs.d.ts +0 -6
- package/components/RichTextEditor/tools/image/svgs.js +0 -7
- package/components/RichTextEditor/tools/image/svgs.js.map +0 -1
- package/components/RichTextEditor/tools/image/tunes.d.ts +0 -55
- package/components/RichTextEditor/tools/image/tunes.js +0 -103
- package/components/RichTextEditor/tools/image/tunes.js.map +0 -1
- package/components/RichTextEditor/tools/image/types.d.ts +0 -29
- package/components/RichTextEditor/tools/image/types.js.map +0 -1
- package/components/RichTextEditor/tools/image/ui.d.ts +0 -120
- package/components/RichTextEditor/tools/image/ui.js +0 -245
- package/components/RichTextEditor/tools/image/ui.js.map +0 -1
- package/components/RichTextEditor/tools/paragraph/index.d.ts +0 -208
- package/components/RichTextEditor/tools/paragraph/index.js +0 -435
- package/components/RichTextEditor/tools/paragraph/index.js.map +0 -1
- package/components/RichTextEditor/tools/paragraph/styles.scss +0 -29
- package/components/RichTextEditor/tools/textColor/index.d.ts +0 -61
- package/components/RichTextEditor/tools/textColor/index.js +0 -197
- package/components/RichTextEditor/tools/textColor/index.js.map +0 -1
- package/components/RichTextEditor/tools/textColor/styles.scss +0 -21
- package/components/RichTextEditor/tools/utils.d.ts +0 -19
- package/components/RichTextEditor/tools/utils.js +0 -24
- package/components/RichTextEditor/tools/utils.js.map +0 -1
- package/components/Routes.d.ts +0 -6
- package/components/Routes.js +0 -34
- package/components/Routes.js.map +0 -1
- package/plugins/PermissionRendererPlugin.d.ts +0 -22
- package/plugins/PermissionRendererPlugin.js +0 -19
- package/plugins/PermissionRendererPlugin.js.map +0 -1
- package/plugins/uiLayoutRenderer/index.d.ts +0 -2
- package/plugins/uiLayoutRenderer/index.js +0 -53
- package/plugins/uiLayoutRenderer/index.js.map +0 -1
- package/ui/UIElement.d.ts +0 -2
- package/ui/UIElement.js +0 -3
- package/ui/UIElement.js.map +0 -1
- package/ui/UILayout.d.ts +0 -1
- package/ui/UILayout.js +0 -3
- package/ui/UILayout.js.map +0 -1
- package/ui/UIRenderer.d.ts +0 -2
- package/ui/UIRenderer.js +0 -3
- package/ui/UIRenderer.js.map +0 -1
- package/ui/UIView.d.ts +0 -2
- package/ui/UIView.js +0 -3
- package/ui/UIView.js.map +0 -1
- package/ui/elements/AccordionElement.d.ts +0 -28
- package/ui/elements/AccordionElement.js +0 -48
- package/ui/elements/AccordionElement.js.map +0 -1
- package/ui/elements/ButtonElement.d.ts +0 -25
- package/ui/elements/ButtonElement.js +0 -52
- package/ui/elements/ButtonElement.js.map +0 -1
- package/ui/elements/ButtonGroupElement.d.ts +0 -7
- package/ui/elements/ButtonGroupElement.js +0 -29
- package/ui/elements/ButtonGroupElement.js.map +0 -1
- package/ui/elements/GenericElement.d.ts +0 -1
- package/ui/elements/GenericElement.js +0 -3
- package/ui/elements/GenericElement.js.map +0 -1
- package/ui/elements/LabelElement.d.ts +0 -17
- package/ui/elements/LabelElement.js +0 -23
- package/ui/elements/LabelElement.js.map +0 -1
- package/ui/elements/NavigationMenuElement.d.ts +0 -34
- package/ui/elements/NavigationMenuElement.js +0 -88
- package/ui/elements/NavigationMenuElement.js.map +0 -1
- package/ui/elements/PanelElement.d.ts +0 -3
- package/ui/elements/PanelElement.js +0 -4
- package/ui/elements/PanelElement.js.map +0 -1
- package/ui/elements/PlaceholderElement.d.ts +0 -6
- package/ui/elements/PlaceholderElement.js +0 -11
- package/ui/elements/PlaceholderElement.js.map +0 -1
- package/ui/elements/SmallButtonElement.d.ts +0 -8
- package/ui/elements/SmallButtonElement.js +0 -24
- package/ui/elements/SmallButtonElement.js.map +0 -1
- package/ui/elements/TypographyElement.d.ts +0 -14
- package/ui/elements/TypographyElement.js +0 -23
- package/ui/elements/TypographyElement.js.map +0 -1
- package/ui/elements/ViewElement.d.ts +0 -1
- package/ui/elements/ViewElement.js +0 -3
- package/ui/elements/ViewElement.js.map +0 -1
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.d.ts +0 -7
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js +0 -26
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js.map +0 -1
- package/ui/elements/form/DynamicFieldsetElement.d.ts +0 -44
- package/ui/elements/form/DynamicFieldsetElement.js +0 -97
- package/ui/elements/form/DynamicFieldsetElement.js.map +0 -1
- package/ui/elements/form/FileManagerElement/EmptyStateElement.d.ts +0 -4
- package/ui/elements/form/FileManagerElement/EmptyStateElement.js +0 -10
- package/ui/elements/form/FileManagerElement/EmptyStateElement.js.map +0 -1
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.d.ts +0 -8
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js +0 -47
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js.map +0 -1
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.d.ts +0 -14
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js +0 -73
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js.map +0 -1
- package/ui/elements/form/FileManagerElement/styled.d.ts +0 -23
- package/ui/elements/form/FileManagerElement/styled.js +0 -108
- package/ui/elements/form/FileManagerElement/styled.js.map +0 -1
- package/ui/elements/form/FileManagerElement.d.ts +0 -25
- package/ui/elements/form/FileManagerElement.js +0 -46
- package/ui/elements/form/FileManagerElement.js.map +0 -1
- package/ui/elements/form/FormElement.d.ts +0 -22
- package/ui/elements/form/FormElement.js +0 -20
- package/ui/elements/form/FormElement.js.map +0 -1
- package/ui/elements/form/FormFieldElement.d.ts +0 -57
- package/ui/elements/form/FormFieldElement.js +0 -113
- package/ui/elements/form/FormFieldElement.js.map +0 -1
- package/ui/elements/form/HiddenElement.d.ts +0 -7
- package/ui/elements/form/HiddenElement.js +0 -25
- package/ui/elements/form/HiddenElement.js.map +0 -1
- package/ui/elements/form/InputElement.d.ts +0 -8
- package/ui/elements/form/InputElement.js +0 -32
- package/ui/elements/form/InputElement.js.map +0 -1
- package/ui/elements/form/PasswordElement.d.ts +0 -6
- package/ui/elements/form/PasswordElement.js +0 -29
- package/ui/elements/form/PasswordElement.js.map +0 -1
- package/ui/elements/form/README.md +0 -2
- package/ui/elements/form/SelectElement.d.ts +0 -16
- package/ui/elements/form/SelectElement.js +0 -42
- package/ui/elements/form/SelectElement.js.map +0 -1
- package/ui/elements/form/TextareaElement.d.ts +0 -16
- package/ui/elements/form/TextareaElement.js +0 -34
- package/ui/elements/form/TextareaElement.js.map +0 -1
- package/ui/views/AdminView/ContentElement.d.ts +0 -4
- package/ui/views/AdminView/ContentElement.js +0 -37
- package/ui/views/AdminView/ContentElement.js.map +0 -1
- package/ui/views/AdminView/HeaderElement.d.ts +0 -13
- package/ui/views/AdminView/HeaderElement.js +0 -68
- package/ui/views/AdminView/HeaderElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionCenterElement.d.ts +0 -7
- package/ui/views/AdminView/HeaderSectionCenterElement.js +0 -21
- package/ui/views/AdminView/HeaderSectionCenterElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionLeftElement.d.ts +0 -7
- package/ui/views/AdminView/HeaderSectionLeftElement.js +0 -21
- package/ui/views/AdminView/HeaderSectionLeftElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionRightElement.d.ts +0 -7
- package/ui/views/AdminView/HeaderSectionRightElement.js +0 -21
- package/ui/views/AdminView/HeaderSectionRightElement.js.map +0 -1
- package/ui/views/AdminView/components/Dialog.d.ts +0 -2
- package/ui/views/AdminView/components/Dialog.js +0 -41
- package/ui/views/AdminView/components/Dialog.js.map +0 -1
- package/ui/views/AdminView/components/Hamburger.d.ts +0 -3
- package/ui/views/AdminView/components/Hamburger.js +0 -23
- package/ui/views/AdminView/components/Hamburger.js.map +0 -1
- package/ui/views/FormView/FormContainerElement.d.ts +0 -13
- package/ui/views/FormView/FormContainerElement.js +0 -19
- package/ui/views/FormView/FormContainerElement.js.map +0 -1
- package/ui/views/FormView/FormContentElement.d.ts +0 -6
- package/ui/views/FormView/FormContentElement.js +0 -10
- package/ui/views/FormView/FormContentElement.js.map +0 -1
- package/ui/views/FormView/FormFooterElement.d.ts +0 -7
- package/ui/views/FormView/FormFooterElement.js +0 -14
- package/ui/views/FormView/FormFooterElement.js.map +0 -1
- package/ui/views/FormView/FormHeaderElement.d.ts +0 -15
- package/ui/views/FormView/FormHeaderElement.js +0 -30
- package/ui/views/FormView/FormHeaderElement.js.map +0 -1
- package/ui/views/FormView.d.ts +0 -40
- package/ui/views/FormView.js +0 -121
- package/ui/views/FormView.js.map +0 -1
- package/ui/views/OverlayView/ContentElement.d.ts +0 -7
- package/ui/views/OverlayView/ContentElement.js +0 -29
- package/ui/views/OverlayView/ContentElement.js.map +0 -1
- package/ui/views/OverlayView/HeaderElement.d.ts +0 -25
- package/ui/views/OverlayView/HeaderElement.js +0 -72
- package/ui/views/OverlayView/HeaderElement.js.map +0 -1
- package/ui/views/OverlayView/HeaderTitleElement.d.ts +0 -15
- package/ui/views/OverlayView/HeaderTitleElement.js +0 -25
- package/ui/views/OverlayView/HeaderTitleElement.js.map +0 -1
- package/ui/views/OverlayView/useOverlayView.d.ts +0 -5
- package/ui/views/OverlayView/useOverlayView.js +0 -34
- package/ui/views/OverlayView/useOverlayView.js.map +0 -1
- package/ui/views/OverlayView.d.ts +0 -30
- package/ui/views/OverlayView.js +0 -109
- package/ui/views/OverlayView.js.map +0 -1
- package/ui/views/SplitView/SplitViewPanelElement.d.ts +0 -12
- package/ui/views/SplitView/SplitViewPanelElement.js +0 -32
- package/ui/views/SplitView/SplitViewPanelElement.js.map +0 -1
- package/ui/views/SplitView.d.ts +0 -21
- package/ui/views/SplitView.js +0 -86
- package/ui/views/SplitView.js.map +0 -1
- /package/base/Base/Tenant/{wby-logo.svg → wby-square.svg} +0 -0
- /package/{components/RichTextEditor/tools/image → features/security/AuthenticationContext}/types.js +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface MenuProps {
|
|
3
3
|
name: string;
|
|
4
|
+
hideIfEmpty?: boolean;
|
|
4
5
|
parent?: string | null;
|
|
5
6
|
tags?: string[];
|
|
6
7
|
element?: React.ReactElement;
|
|
@@ -8,142 +9,143 @@ export interface MenuProps {
|
|
|
8
9
|
pin?: "start" | "end";
|
|
9
10
|
before?: string;
|
|
10
11
|
after?: string;
|
|
12
|
+
pinnable?: boolean;
|
|
11
13
|
}
|
|
12
|
-
export type MenuConfig = Pick<MenuProps, "name" | "parent" | "tags" | "element">;
|
|
13
|
-
export declare const Menu: (({ name, parent, tags, element, remove, pin, before, after }: MenuProps) => React.JSX.Element) & {
|
|
14
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: MenuProps) => React.JSX.Element;
|
|
14
|
+
export type MenuConfig = Pick<MenuProps, "name" | "parent" | "tags" | "element" | "pinnable" | "hideIfEmpty">;
|
|
15
|
+
export declare const Menu: (({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element) & {
|
|
16
|
+
original: ({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element;
|
|
15
17
|
originalName: string;
|
|
16
18
|
displayName: string;
|
|
17
19
|
} & {
|
|
18
|
-
original: (({ name, parent, tags, element, remove, pin, before, after }: MenuProps) => React.JSX.Element) & {
|
|
19
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: MenuProps) => React.JSX.Element;
|
|
20
|
+
original: (({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element) & {
|
|
21
|
+
original: ({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element;
|
|
20
22
|
originalName: string;
|
|
21
23
|
displayName: string;
|
|
22
24
|
};
|
|
23
25
|
originalName: string;
|
|
24
26
|
displayName: string;
|
|
25
27
|
} & {
|
|
26
|
-
createDecorator: (decorator: import("
|
|
27
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: MenuProps) => React.JSX.Element;
|
|
28
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element) & {
|
|
29
|
+
original: ({ name, parent, hideIfEmpty, tags, element, remove, pin, before, after, pinnable }: MenuProps) => React.JSX.Element;
|
|
28
30
|
originalName: string;
|
|
29
31
|
displayName: string;
|
|
30
32
|
}>) => (props: unknown) => React.JSX.Element;
|
|
31
33
|
} & {
|
|
32
|
-
Item: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemButtonProps) => React.JSX.Element) & {
|
|
33
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
34
|
+
Item: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element) & {
|
|
35
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
34
36
|
originalName: string;
|
|
35
37
|
displayName: string;
|
|
36
38
|
} & {
|
|
37
|
-
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemButtonProps) => React.JSX.Element) & {
|
|
38
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
39
|
+
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element) & {
|
|
40
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
39
41
|
originalName: string;
|
|
40
42
|
displayName: string;
|
|
41
43
|
};
|
|
42
44
|
originalName: string;
|
|
43
45
|
displayName: string;
|
|
44
46
|
} & {
|
|
45
|
-
createDecorator: (decorator: import("
|
|
46
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
47
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element) & {
|
|
48
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemButtonProps) => React.JSX.Element;
|
|
47
49
|
originalName: string;
|
|
48
50
|
displayName: string;
|
|
49
51
|
}>) => (props: unknown) => React.JSX.Element;
|
|
50
52
|
} & {
|
|
51
|
-
Action: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction").SidebarMenuItemActionProps) => React.JSX.Element;
|
|
52
|
-
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
53
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
53
|
+
Action: ({ element, showOnHover, className, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction.js").SidebarMenuItemActionProps) => React.JSX.Element | null;
|
|
54
|
+
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
55
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
54
56
|
originalName: string;
|
|
55
57
|
displayName: string;
|
|
56
58
|
} & {
|
|
57
|
-
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
58
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
59
|
+
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
60
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
59
61
|
originalName: string;
|
|
60
62
|
displayName: string;
|
|
61
63
|
};
|
|
62
64
|
originalName: string;
|
|
63
65
|
displayName: string;
|
|
64
66
|
} & {
|
|
65
|
-
createDecorator: (decorator: import("
|
|
66
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
67
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
68
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
67
69
|
originalName: string;
|
|
68
70
|
displayName: string;
|
|
69
71
|
}>) => (props: unknown) => React.JSX.Element;
|
|
70
72
|
};
|
|
71
73
|
};
|
|
72
|
-
Link: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemLinkProps) => React.JSX.Element) & {
|
|
73
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemLinkProps) => React.JSX.Element;
|
|
74
|
+
Link: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null) & {
|
|
75
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null;
|
|
74
76
|
originalName: string;
|
|
75
77
|
displayName: string;
|
|
76
78
|
} & {
|
|
77
|
-
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemLinkProps) => React.JSX.Element) & {
|
|
78
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemLinkProps) => React.JSX.Element;
|
|
79
|
+
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null) & {
|
|
80
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null;
|
|
79
81
|
originalName: string;
|
|
80
82
|
displayName: string;
|
|
81
83
|
};
|
|
82
84
|
originalName: string;
|
|
83
85
|
displayName: string;
|
|
84
86
|
} & {
|
|
85
|
-
createDecorator: (decorator: import("
|
|
86
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").SidebarMenuItemLinkProps) => React.JSX.Element;
|
|
87
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null) & {
|
|
88
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemLinkProps) => React.JSX.Element | null;
|
|
87
89
|
originalName: string;
|
|
88
90
|
displayName: string;
|
|
89
91
|
}>) => (props: unknown) => React.JSX.Element;
|
|
90
92
|
} & {
|
|
91
|
-
Action: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction").SidebarMenuItemActionProps) => React.JSX.Element;
|
|
92
|
-
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
93
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
93
|
+
Action: ({ element, showOnHover, className, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction.js").SidebarMenuItemActionProps) => React.JSX.Element | null;
|
|
94
|
+
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
95
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
94
96
|
originalName: string;
|
|
95
97
|
displayName: string;
|
|
96
98
|
} & {
|
|
97
|
-
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
98
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
99
|
+
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
100
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
99
101
|
originalName: string;
|
|
100
102
|
displayName: string;
|
|
101
103
|
};
|
|
102
104
|
originalName: string;
|
|
103
105
|
displayName: string;
|
|
104
106
|
} & {
|
|
105
|
-
createDecorator: (decorator: import("
|
|
106
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
107
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
108
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
107
109
|
originalName: string;
|
|
108
110
|
displayName: string;
|
|
109
111
|
}>) => (props: unknown) => React.JSX.Element;
|
|
110
112
|
};
|
|
111
113
|
};
|
|
112
|
-
Group: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").
|
|
113
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").
|
|
114
|
+
Group: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element) & {
|
|
115
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element;
|
|
114
116
|
originalName: string;
|
|
115
117
|
displayName: string;
|
|
116
118
|
} & {
|
|
117
|
-
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").
|
|
118
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").
|
|
119
|
+
original: ((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element) & {
|
|
120
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element;
|
|
119
121
|
originalName: string;
|
|
120
122
|
displayName: string;
|
|
121
123
|
};
|
|
122
124
|
originalName: string;
|
|
123
125
|
displayName: string;
|
|
124
126
|
} & {
|
|
125
|
-
createDecorator: (decorator: import("
|
|
126
|
-
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem").
|
|
127
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element) & {
|
|
128
|
+
original: (props: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItem.js").SidebarMenuItemGroupProps) => React.JSX.Element;
|
|
127
129
|
originalName: string;
|
|
128
130
|
displayName: string;
|
|
129
131
|
}>) => (props: unknown) => React.JSX.Element;
|
|
130
132
|
} & {
|
|
131
|
-
Action: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction").SidebarMenuItemActionProps) => React.JSX.Element;
|
|
132
|
-
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
133
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
133
|
+
Action: ({ element, showOnHover, className, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemAction.js").SidebarMenuItemActionProps) => React.JSX.Element | null;
|
|
134
|
+
Icon: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
135
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
134
136
|
originalName: string;
|
|
135
137
|
displayName: string;
|
|
136
138
|
} & {
|
|
137
|
-
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element) & {
|
|
138
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
139
|
+
original: (({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
140
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
139
141
|
originalName: string;
|
|
140
142
|
displayName: string;
|
|
141
143
|
};
|
|
142
144
|
originalName: string;
|
|
143
145
|
displayName: string;
|
|
144
146
|
} & {
|
|
145
|
-
createDecorator: (decorator: import("
|
|
146
|
-
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon").SidebarMenuItemIconProps) => React.JSX.Element;
|
|
147
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null) & {
|
|
148
|
+
original: ({ element, ...props }: import("@webiny/admin-ui/Sidebar/components/items/SidebarMenuItemIcon.js").SidebarMenuItemIconProps) => React.JSX.Element | null;
|
|
147
149
|
originalName: string;
|
|
148
150
|
displayName: string;
|
|
149
151
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -162,186 +164,186 @@ export declare const Menu: (({ name, parent, tags, element, remove, pin, before,
|
|
|
162
164
|
originalName: string;
|
|
163
165
|
displayName: string;
|
|
164
166
|
} & {
|
|
165
|
-
createDecorator: (decorator: import("
|
|
167
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ tags, ...props }: MenuProps) => React.JSX.Element) & {
|
|
166
168
|
original: ({ tags, ...props }: MenuProps) => React.JSX.Element;
|
|
167
169
|
originalName: string;
|
|
168
170
|
displayName: string;
|
|
169
171
|
}>) => (props: unknown) => React.JSX.Element;
|
|
170
172
|
};
|
|
171
|
-
Support: (({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu").SupportMenuProps) => React.JSX.Element) & {
|
|
172
|
-
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu").SupportMenuProps) => React.JSX.Element;
|
|
173
|
+
Support: (({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element) & {
|
|
174
|
+
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element;
|
|
173
175
|
originalName: string;
|
|
174
176
|
displayName: string;
|
|
175
177
|
} & {
|
|
176
|
-
original: (({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu").SupportMenuProps) => React.JSX.Element) & {
|
|
177
|
-
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu").SupportMenuProps) => React.JSX.Element;
|
|
178
|
+
original: (({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element) & {
|
|
179
|
+
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element;
|
|
178
180
|
originalName: string;
|
|
179
181
|
displayName: string;
|
|
180
182
|
};
|
|
181
183
|
originalName: string;
|
|
182
184
|
displayName: string;
|
|
183
185
|
} & {
|
|
184
|
-
createDecorator: (decorator: import("
|
|
185
|
-
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu").SupportMenuProps) => React.JSX.Element;
|
|
186
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element) & {
|
|
187
|
+
original: ({ name, element, remove, before, after, pin }: import("./Menu/SupportMenu.js").SupportMenuProps) => React.JSX.Element;
|
|
186
188
|
originalName: string;
|
|
187
189
|
displayName: string;
|
|
188
190
|
}>) => (props: unknown) => React.JSX.Element;
|
|
189
191
|
} & {
|
|
190
|
-
Item: ((props: import("@webiny/admin-ui/
|
|
191
|
-
original: (props: import("@webiny/admin-ui/
|
|
192
|
+
Item: ((props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element) & {
|
|
193
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element;
|
|
192
194
|
originalName: string;
|
|
193
195
|
displayName: string;
|
|
194
196
|
} & {
|
|
195
|
-
original: ((props: import("@webiny/admin-ui/
|
|
196
|
-
original: (props: import("@webiny/admin-ui/
|
|
197
|
+
original: ((props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element) & {
|
|
198
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element;
|
|
197
199
|
originalName: string;
|
|
198
200
|
displayName: string;
|
|
199
201
|
};
|
|
200
202
|
originalName: string;
|
|
201
203
|
displayName: string;
|
|
202
204
|
} & {
|
|
203
|
-
createDecorator: (decorator: import("
|
|
204
|
-
original: (props: import("@webiny/admin-ui/
|
|
205
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element) & {
|
|
206
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuItemProps) => React.JSX.Element;
|
|
205
207
|
originalName: string;
|
|
206
208
|
displayName: string;
|
|
207
209
|
}>) => (props: unknown) => React.JSX.Element;
|
|
208
210
|
} & {
|
|
209
|
-
Icon: (props: import("@webiny/admin-ui/DropdownMenu/components/DropdownMenuItemIcon").DropdownMenuItemIconProps) => React.JSX.Element;
|
|
211
|
+
Icon: (props: import("@webiny/admin-ui/DropdownMenu/components/DropdownMenuItemIcon.js").DropdownMenuItemIconProps) => React.JSX.Element;
|
|
210
212
|
};
|
|
211
|
-
Link: ((props: import("@webiny/admin-ui/
|
|
212
|
-
original: (props: import("@webiny/admin-ui/
|
|
213
|
+
Link: ((props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element) & {
|
|
214
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element;
|
|
213
215
|
originalName: string;
|
|
214
216
|
displayName: string;
|
|
215
217
|
} & {
|
|
216
|
-
original: ((props: import("@webiny/admin-ui/
|
|
217
|
-
original: (props: import("@webiny/admin-ui/
|
|
218
|
+
original: ((props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element) & {
|
|
219
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element;
|
|
218
220
|
originalName: string;
|
|
219
221
|
displayName: string;
|
|
220
222
|
};
|
|
221
223
|
originalName: string;
|
|
222
224
|
displayName: string;
|
|
223
225
|
} & {
|
|
224
|
-
createDecorator: (decorator: import("
|
|
225
|
-
original: (props: import("@webiny/admin-ui/
|
|
226
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element) & {
|
|
227
|
+
original: (props: import("@webiny/admin-ui/index.js").DropdownMenuLinkProps) => React.JSX.Element;
|
|
226
228
|
originalName: string;
|
|
227
229
|
displayName: string;
|
|
228
230
|
}>) => (props: unknown) => React.JSX.Element;
|
|
229
231
|
} & {
|
|
230
|
-
Icon: (props: import("@webiny/admin-ui/DropdownMenu/components/DropdownMenuItemIcon").DropdownMenuItemIconProps) => React.JSX.Element;
|
|
232
|
+
Icon: (props: import("@webiny/admin-ui/DropdownMenu/components/DropdownMenuItemIcon.js").DropdownMenuItemIconProps) => React.JSX.Element;
|
|
231
233
|
};
|
|
232
234
|
};
|
|
233
|
-
User: (({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu").UserMenuProps) => React.JSX.Element) & {
|
|
234
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu").UserMenuProps) => React.JSX.Element;
|
|
235
|
+
User: (({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element) & {
|
|
236
|
+
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element;
|
|
235
237
|
originalName: string;
|
|
236
238
|
displayName: string;
|
|
237
239
|
} & {
|
|
238
|
-
original: (({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu").UserMenuProps) => React.JSX.Element) & {
|
|
239
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu").UserMenuProps) => React.JSX.Element;
|
|
240
|
+
original: (({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element) & {
|
|
241
|
+
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element;
|
|
240
242
|
originalName: string;
|
|
241
243
|
displayName: string;
|
|
242
244
|
};
|
|
243
245
|
originalName: string;
|
|
244
246
|
displayName: string;
|
|
245
247
|
} & {
|
|
246
|
-
createDecorator: (decorator: import("
|
|
247
|
-
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu").UserMenuProps) => React.JSX.Element;
|
|
248
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<(({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element) & {
|
|
249
|
+
original: ({ name, parent, tags, element, remove, pin, before, after }: import("./Menu/UserMenu.js").UserMenuProps) => React.JSX.Element;
|
|
248
250
|
originalName: string;
|
|
249
251
|
displayName: string;
|
|
250
252
|
}>) => (props: unknown) => React.JSX.Element;
|
|
251
253
|
} & {
|
|
252
|
-
Item: ((props: import("
|
|
253
|
-
original: (props: import("
|
|
254
|
+
Item: ((props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element) & {
|
|
255
|
+
original: (props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element;
|
|
254
256
|
originalName: string;
|
|
255
257
|
displayName: string;
|
|
256
258
|
} & {
|
|
257
|
-
original: ((props: import("
|
|
258
|
-
original: (props: import("
|
|
259
|
+
original: ((props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element) & {
|
|
260
|
+
original: (props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element;
|
|
259
261
|
originalName: string;
|
|
260
262
|
displayName: string;
|
|
261
263
|
};
|
|
262
264
|
originalName: string;
|
|
263
265
|
displayName: string;
|
|
264
266
|
} & {
|
|
265
|
-
createDecorator: (decorator: import("
|
|
266
|
-
original: (props: import("
|
|
267
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element) & {
|
|
268
|
+
original: (props: import("~/index.js").UserMenuItemRendererProps) => React.JSX.Element;
|
|
267
269
|
originalName: string;
|
|
268
270
|
displayName: string;
|
|
269
271
|
}>) => (props: unknown) => React.JSX.Element;
|
|
270
272
|
} & {
|
|
271
|
-
Icon: ((props: import("
|
|
272
|
-
original: (props: import("
|
|
273
|
+
Icon: ((props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
274
|
+
original: (props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element;
|
|
273
275
|
originalName: string;
|
|
274
276
|
displayName: string;
|
|
275
277
|
} & {
|
|
276
|
-
original: ((props: import("
|
|
277
|
-
original: (props: import("
|
|
278
|
+
original: ((props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
279
|
+
original: (props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element;
|
|
278
280
|
originalName: string;
|
|
279
281
|
displayName: string;
|
|
280
282
|
};
|
|
281
283
|
originalName: string;
|
|
282
284
|
displayName: string;
|
|
283
285
|
} & {
|
|
284
|
-
createDecorator: (decorator: import("
|
|
285
|
-
original: (props: import("
|
|
286
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
287
|
+
original: (props: import("~/index.js").UserMenuItemIconRendererProps) => React.JSX.Element;
|
|
286
288
|
originalName: string;
|
|
287
289
|
displayName: string;
|
|
288
290
|
}>) => (props: unknown) => React.JSX.Element;
|
|
289
291
|
};
|
|
290
292
|
};
|
|
291
|
-
Link: ((props: import("
|
|
292
|
-
original: (props: import("
|
|
293
|
+
Link: ((props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element) & {
|
|
294
|
+
original: (props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element;
|
|
293
295
|
originalName: string;
|
|
294
296
|
displayName: string;
|
|
295
297
|
} & {
|
|
296
|
-
original: ((props: import("
|
|
297
|
-
original: (props: import("
|
|
298
|
+
original: ((props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element) & {
|
|
299
|
+
original: (props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element;
|
|
298
300
|
originalName: string;
|
|
299
301
|
displayName: string;
|
|
300
302
|
};
|
|
301
303
|
originalName: string;
|
|
302
304
|
displayName: string;
|
|
303
305
|
} & {
|
|
304
|
-
createDecorator: (decorator: import("
|
|
305
|
-
original: (props: import("
|
|
306
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element) & {
|
|
307
|
+
original: (props: import("~/index.js").UserMenuLinkRendererProps) => React.JSX.Element;
|
|
306
308
|
originalName: string;
|
|
307
309
|
displayName: string;
|
|
308
310
|
}>) => (props: unknown) => React.JSX.Element;
|
|
309
311
|
} & {
|
|
310
|
-
Icon: ((props: import("
|
|
311
|
-
original: (props: import("
|
|
312
|
+
Icon: ((props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
313
|
+
original: (props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element;
|
|
312
314
|
originalName: string;
|
|
313
315
|
displayName: string;
|
|
314
316
|
} & {
|
|
315
|
-
original: ((props: import("
|
|
316
|
-
original: (props: import("
|
|
317
|
+
original: ((props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
318
|
+
original: (props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element;
|
|
317
319
|
originalName: string;
|
|
318
320
|
displayName: string;
|
|
319
321
|
};
|
|
320
322
|
originalName: string;
|
|
321
323
|
displayName: string;
|
|
322
324
|
} & {
|
|
323
|
-
createDecorator: (decorator: import("
|
|
324
|
-
original: (props: import("
|
|
325
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element) & {
|
|
326
|
+
original: (props: import("~/index.js").DropdownMenuItemIconRendererProps) => React.JSX.Element;
|
|
325
327
|
originalName: string;
|
|
326
328
|
displayName: string;
|
|
327
329
|
}>) => (props: unknown) => React.JSX.Element;
|
|
328
330
|
};
|
|
329
331
|
};
|
|
330
|
-
Separator: ((props: import("
|
|
331
|
-
original: (props: import("
|
|
332
|
+
Separator: ((props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element) & {
|
|
333
|
+
original: (props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element;
|
|
332
334
|
originalName: string;
|
|
333
335
|
displayName: string;
|
|
334
336
|
} & {
|
|
335
|
-
original: ((props: import("
|
|
336
|
-
original: (props: import("
|
|
337
|
+
original: ((props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element) & {
|
|
338
|
+
original: (props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element;
|
|
337
339
|
originalName: string;
|
|
338
340
|
displayName: string;
|
|
339
341
|
};
|
|
340
342
|
originalName: string;
|
|
341
343
|
displayName: string;
|
|
342
344
|
} & {
|
|
343
|
-
createDecorator: (decorator: import("
|
|
344
|
-
original: (props: import("
|
|
345
|
+
createDecorator: (decorator: import("~/index.js").ComponentDecorator<((props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element) & {
|
|
346
|
+
original: (props: import("~/index.js").UserMenuSeparatorRendererProps) => React.JSX.Element;
|
|
345
347
|
originalName: string;
|
|
346
348
|
displayName: string;
|
|
347
349
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { makeDecoratable } from "
|
|
2
|
+
import { makeDecoratable } from "../../index.js";
|
|
3
3
|
import { ConnectToProperties, Property, useIdGenerator } from "@webiny/react-properties";
|
|
4
|
-
import { MenuItem } from "./Menu/MenuItem";
|
|
5
|
-
import { MenuLink } from "./Menu/MenuLink";
|
|
6
|
-
import { MenuGroup } from "./Menu/MenuGroup";
|
|
7
|
-
import { SupportMenu } from "./Menu/SupportMenu";
|
|
8
|
-
import { UserMenu } from "./Menu/UserMenu";
|
|
4
|
+
import { MenuItem } from "./Menu/MenuItem.js";
|
|
5
|
+
import { MenuLink } from "./Menu/MenuLink.js";
|
|
6
|
+
import { MenuGroup } from "./Menu/MenuGroup.js";
|
|
7
|
+
import { SupportMenu } from "./Menu/SupportMenu.js";
|
|
8
|
+
import { UserMenu } from "./Menu/UserMenu.js";
|
|
9
9
|
const BaseMenu = ({
|
|
10
10
|
name,
|
|
11
11
|
parent = null,
|
|
12
|
+
hideIfEmpty = false,
|
|
12
13
|
tags = [],
|
|
13
14
|
element,
|
|
14
15
|
remove,
|
|
15
16
|
pin,
|
|
16
17
|
before,
|
|
17
|
-
after
|
|
18
|
+
after,
|
|
19
|
+
pinnable = false
|
|
18
20
|
}) => {
|
|
19
21
|
const getId = useIdGenerator("Menu");
|
|
20
22
|
let placeAfter = after !== undefined ? getId(after) : undefined;
|
|
@@ -39,6 +41,10 @@ const BaseMenu = ({
|
|
|
39
41
|
id: getId(name, "name"),
|
|
40
42
|
name: "name",
|
|
41
43
|
value: name
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Property, {
|
|
45
|
+
id: getId(name, "hideIfEmpty"),
|
|
46
|
+
name: "hideIfEmpty",
|
|
47
|
+
value: hideIfEmpty
|
|
42
48
|
}), /*#__PURE__*/React.createElement(Property, {
|
|
43
49
|
id: getId(name, "parent"),
|
|
44
50
|
name: "parent",
|
|
@@ -51,6 +57,10 @@ const BaseMenu = ({
|
|
|
51
57
|
id: getId(name, "element"),
|
|
52
58
|
name: "element",
|
|
53
59
|
value: element
|
|
60
|
+
}), /*#__PURE__*/React.createElement(Property, {
|
|
61
|
+
id: getId(name, "pinnable"),
|
|
62
|
+
name: "pinnable",
|
|
63
|
+
value: pinnable
|
|
54
64
|
})));
|
|
55
65
|
};
|
|
56
66
|
const DecoratableMenu = makeDecoratable("Menu", BaseMenu);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","makeDecoratable","ConnectToProperties","Property","useIdGenerator","MenuItem","MenuLink","MenuGroup","SupportMenu","UserMenu","BaseMenu","name","parent","tags","element","remove","pin","before","after","getId","placeAfter","undefined","placeBefore","createElement","id","array","value","DecoratableMenu","BaseFooterMenu","props","Object","assign","DecoratableFooterMenu","Menu","Item","Link","Group","Footer","Support","User"],"sources":["Menu.tsx"],"sourcesContent":["import React from \"react\";\nimport { makeDecoratable } from \"~/index\";\nimport { ConnectToProperties, Property, useIdGenerator } from \"@webiny/react-properties\";\nimport { MenuItem } from \"./Menu/MenuItem\";\nimport { MenuLink } from \"./Menu/MenuLink\";\nimport { MenuGroup } from \"./Menu/MenuGroup\";\nimport { SupportMenu } from \"./Menu/SupportMenu\";\nimport { UserMenu } from \"./Menu/UserMenu\";\n\nexport interface MenuProps {\n name: string;\n parent?: string | null;\n tags?: string[];\n element?: React.ReactElement;\n remove?: boolean;\n pin?: \"start\" | \"end\";\n before?: string;\n after?: string;\n}\n\nexport type MenuConfig = Pick
|
|
1
|
+
{"version":3,"names":["React","makeDecoratable","ConnectToProperties","Property","useIdGenerator","MenuItem","MenuLink","MenuGroup","SupportMenu","UserMenu","BaseMenu","name","parent","hideIfEmpty","tags","element","remove","pin","before","after","pinnable","getId","placeAfter","undefined","placeBefore","createElement","id","array","value","DecoratableMenu","BaseFooterMenu","props","Object","assign","DecoratableFooterMenu","Menu","Item","Link","Group","Footer","Support","User"],"sources":["Menu.tsx"],"sourcesContent":["import React from \"react\";\nimport { makeDecoratable } from \"~/index.js\";\nimport { ConnectToProperties, Property, useIdGenerator } from \"@webiny/react-properties\";\nimport { MenuItem } from \"./Menu/MenuItem.js\";\nimport { MenuLink } from \"./Menu/MenuLink.js\";\nimport { MenuGroup } from \"./Menu/MenuGroup.js\";\nimport { SupportMenu } from \"./Menu/SupportMenu.js\";\nimport { UserMenu } from \"./Menu/UserMenu.js\";\n\nexport interface MenuProps {\n name: string;\n hideIfEmpty?: boolean;\n parent?: string | null;\n tags?: string[];\n element?: React.ReactElement;\n remove?: boolean;\n pin?: \"start\" | \"end\";\n before?: string;\n after?: string;\n pinnable?: boolean;\n}\n\nexport type MenuConfig = Pick<\n MenuProps,\n \"name\" | \"parent\" | \"tags\" | \"element\" | \"pinnable\" | \"hideIfEmpty\"\n>;\n\nconst BaseMenu = ({\n name,\n parent = null,\n hideIfEmpty = false,\n tags = [],\n element,\n remove,\n pin,\n before,\n after,\n pinnable = false\n}: MenuProps) => {\n const getId = useIdGenerator(\"Menu\");\n\n let placeAfter = after !== undefined ? getId(after) : undefined;\n let placeBefore = before !== undefined ? getId(before) : undefined;\n if (pin) {\n if (pin === \"start\") {\n placeBefore = \"$first\";\n } else {\n placeAfter = \"$last\";\n }\n }\n\n return (\n <ConnectToProperties name={\"AdminConfig\"}>\n <Property\n id={getId(name)}\n name={\"menus\"}\n remove={remove}\n array={true}\n before={placeBefore}\n after={placeAfter}\n >\n <Property id={getId(name, \"name\")} name={\"name\"} value={name} />\n <Property\n id={getId(name, \"hideIfEmpty\")}\n name={\"hideIfEmpty\"}\n value={hideIfEmpty}\n />\n <Property id={getId(name, \"parent\")} name={\"parent\"} value={parent} />\n <Property id={getId(name, \"tags\")} name={\"tags\"} value={tags} />\n <Property id={getId(name, \"element\")} name={\"element\"} value={element} />\n <Property id={getId(name, \"pinnable\")} name={\"pinnable\"} value={pinnable} />\n </Property>\n </ConnectToProperties>\n );\n};\n\nconst DecoratableMenu = makeDecoratable(\"Menu\", BaseMenu);\n\nconst BaseFooterMenu = ({ tags, ...props }: MenuProps) => {\n return <BaseMenu {...props} tags={[\"footer\", ...(tags || [])]} />;\n};\n\nconst DecoratableFooterMenu = makeDecoratable(\"FooterMenu\", BaseFooterMenu);\n\nexport const Menu = Object.assign(DecoratableMenu, {\n Item: MenuItem,\n Link: MenuLink,\n Group: MenuGroup,\n Footer: DecoratableFooterMenu,\n Support: SupportMenu,\n User: UserMenu\n});\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,eAAe;AACxB,SAASC,mBAAmB,EAAEC,QAAQ,EAAEC,cAAc,QAAQ,0BAA0B;AACxF,SAASC,QAAQ;AACjB,SAASC,QAAQ;AACjB,SAASC,SAAS;AAClB,SAASC,WAAW;AACpB,SAASC,QAAQ;AAoBjB,MAAMC,QAAQ,GAAGA,CAAC;EACdC,IAAI;EACJC,MAAM,GAAG,IAAI;EACbC,WAAW,GAAG,KAAK;EACnBC,IAAI,GAAG,EAAE;EACTC,OAAO;EACPC,MAAM;EACNC,GAAG;EACHC,MAAM;EACNC,KAAK;EACLC,QAAQ,GAAG;AACJ,CAAC,KAAK;EACb,MAAMC,KAAK,GAAGjB,cAAc,CAAC,MAAM,CAAC;EAEpC,IAAIkB,UAAU,GAAGH,KAAK,KAAKI,SAAS,GAAGF,KAAK,CAACF,KAAK,CAAC,GAAGI,SAAS;EAC/D,IAAIC,WAAW,GAAGN,MAAM,KAAKK,SAAS,GAAGF,KAAK,CAACH,MAAM,CAAC,GAAGK,SAAS;EAClE,IAAIN,GAAG,EAAE;IACL,IAAIA,GAAG,KAAK,OAAO,EAAE;MACjBO,WAAW,GAAG,QAAQ;IAC1B,CAAC,MAAM;MACHF,UAAU,GAAG,OAAO;IACxB;EACJ;EAEA,oBACItB,KAAA,CAAAyB,aAAA,CAACvB,mBAAmB;IAACS,IAAI,EAAE;EAAc,gBACrCX,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IACLuB,EAAE,EAAEL,KAAK,CAACV,IAAI,CAAE;IAChBA,IAAI,EAAE,OAAQ;IACdK,MAAM,EAAEA,MAAO;IACfW,KAAK,EAAE,IAAK;IACZT,MAAM,EAAEM,WAAY;IACpBL,KAAK,EAAEG;EAAW,gBAElBtB,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IAACuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,MAAM,CAAE;IAACA,IAAI,EAAE,MAAO;IAACiB,KAAK,EAAEjB;EAAK,CAAE,CAAC,eAChEX,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IACLuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,aAAa,CAAE;IAC/BA,IAAI,EAAE,aAAc;IACpBiB,KAAK,EAAEf;EAAY,CACtB,CAAC,eACFb,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IAACuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,QAAQ,CAAE;IAACA,IAAI,EAAE,QAAS;IAACiB,KAAK,EAAEhB;EAAO,CAAE,CAAC,eACtEZ,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IAACuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,MAAM,CAAE;IAACA,IAAI,EAAE,MAAO;IAACiB,KAAK,EAAEd;EAAK,CAAE,CAAC,eAChEd,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IAACuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,SAAS,CAAE;IAACA,IAAI,EAAE,SAAU;IAACiB,KAAK,EAAEb;EAAQ,CAAE,CAAC,eACzEf,KAAA,CAAAyB,aAAA,CAACtB,QAAQ;IAACuB,EAAE,EAAEL,KAAK,CAACV,IAAI,EAAE,UAAU,CAAE;IAACA,IAAI,EAAE,UAAW;IAACiB,KAAK,EAAER;EAAS,CAAE,CACrE,CACO,CAAC;AAE9B,CAAC;AAED,MAAMS,eAAe,GAAG5B,eAAe,CAAC,MAAM,EAAES,QAAQ,CAAC;AAEzD,MAAMoB,cAAc,GAAGA,CAAC;EAAEhB,IAAI;EAAE,GAAGiB;AAAiB,CAAC,KAAK;EACtD,oBAAO/B,KAAA,CAAAyB,aAAA,CAACf,QAAQ,EAAAsB,MAAA,CAAAC,MAAA,KAAKF,KAAK;IAAEjB,IAAI,EAAE,CAAC,QAAQ,EAAE,IAAIA,IAAI,IAAI,EAAE,CAAC;EAAE,EAAE,CAAC;AACrE,CAAC;AAED,MAAMoB,qBAAqB,GAAGjC,eAAe,CAAC,YAAY,EAAE6B,cAAc,CAAC;AAE3E,OAAO,MAAMK,IAAI,GAAGH,MAAM,CAACC,MAAM,CAACJ,eAAe,EAAE;EAC/CO,IAAI,EAAE/B,QAAQ;EACdgC,IAAI,EAAE/B,QAAQ;EACdgC,KAAK,EAAE/B,SAAS;EAChBgC,MAAM,EAAEL,qBAAqB;EAC7BM,OAAO,EAAEhC,WAAW;EACpBiC,IAAI,EAAEhC;AACV,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Route as AppRoute } from "@webiny/app/config/RouterConfig/Route";
|
|
2
|
+
import { Route as AppRoute } from "@webiny/app/config/RouterConfig/Route.js";
|
|
3
3
|
export declare const Route: (props: React.ComponentProps<typeof AppRoute>) => React.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Route as AppRoute } from "@webiny/app/config/RouterConfig/Route";
|
|
3
|
-
import { RouterConfig } from "@webiny/app/config/RouterConfig";
|
|
2
|
+
import { Route as AppRoute } from "@webiny/app/config/RouterConfig/Route.js";
|
|
3
|
+
import { RouterConfig } from "@webiny/app/config/RouterConfig.js";
|
|
4
4
|
export const Route = props => {
|
|
5
5
|
return /*#__PURE__*/React.createElement(RouterConfig, null, /*#__PURE__*/React.createElement(AppRoute, props));
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Route","AppRoute","RouterConfig","props","createElement"],"sources":["Route.tsx"],"sourcesContent":["import React from \"react\";\nimport { Route as AppRoute } from \"@webiny/app/config/RouterConfig/Route\";\nimport { RouterConfig } from \"@webiny/app/config/RouterConfig\";\n\nexport const Route = (props: React.ComponentProps<typeof AppRoute>) => {\n return (\n <RouterConfig>\n <AppRoute {...props} />\n </RouterConfig>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,IAAIC,QAAQ,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","Route","AppRoute","RouterConfig","props","createElement"],"sources":["Route.tsx"],"sourcesContent":["import React from \"react\";\nimport { Route as AppRoute } from \"@webiny/app/config/RouterConfig/Route.js\";\nimport { RouterConfig } from \"@webiny/app/config/RouterConfig.js\";\n\nexport const Route = (props: React.ComponentProps<typeof AppRoute>) => {\n return (\n <RouterConfig>\n <AppRoute {...props} />\n </RouterConfig>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,IAAIC,QAAQ,QAAQ,0CAA0C;AAC5E,SAASC,YAAY,QAAQ,oCAAoC;AAEjE,OAAO,MAAMF,KAAK,GAAIG,KAA4C,IAAK;EACnE,oBACIJ,KAAA,CAAAK,aAAA,CAACF,YAAY,qBACTH,KAAA,CAAAK,aAAA,CAACH,QAAQ,EAAKE,KAAQ,CACZ,CAAC;AAEvB,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["SecurityPermissions","Security","Permissions"],"sources":["Security.ts"],"sourcesContent":["import { SecurityPermissions } from \"./SecurityPermissions.js\";\n\nexport const Security = {\n Permissions: SecurityPermissions\n};\n"],"mappings":"AAAA,SAASA,mBAAmB;AAE5B,OAAO,MAAMC,QAAQ,GAAG;EACpBC,WAAW,EAAEF;AACjB,CAAC","ignoreList":[]}
|