@webiny/app-admin 6.3.0 → 6.4.0-beta.0
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/assets/icons/add-18px.js +20 -0
- package/assets/icons/add-18px.js.map +1 -0
- package/assets/icons/arrow_drop_down-24px.js +20 -0
- package/assets/icons/arrow_drop_down-24px.js.map +1 -0
- package/assets/icons/attach_file_black_24dp.js +20 -0
- package/assets/icons/attach_file_black_24dp.js.map +1 -0
- package/assets/icons/baseline-menu-24px.js +20 -0
- package/assets/icons/baseline-menu-24px.js.map +1 -0
- package/assets/icons/baseline-notification_important-24px.js +19 -0
- package/assets/icons/baseline-notification_important-24px.js.map +1 -0
- package/assets/icons/baseline-security-24px.js +19 -0
- package/assets/icons/baseline-security-24px.js.map +1 -0
- package/assets/icons/file_download.js +19 -0
- package/assets/icons/file_download.js.map +1 -0
- package/assets/icons/file_upload.js +19 -0
- package/assets/icons/file_upload.js.map +1 -0
- package/assets/icons/filter-24px.js +23 -0
- package/assets/icons/filter-24px.js.map +1 -0
- package/assets/icons/github-brands.js +19 -0
- package/assets/icons/github-brands.js.map +1 -0
- package/assets/icons/highlight-24px.js +19 -0
- package/assets/icons/highlight-24px.js.map +1 -0
- package/assets/icons/icon-community.js +18 -0
- package/assets/icons/icon-community.js.map +1 -0
- package/assets/icons/icon-documentation.js +18 -0
- package/assets/icons/icon-documentation.js.map +1 -0
- package/assets/icons/info.js +19 -0
- package/assets/icons/info.js.map +1 -0
- package/assets/icons/insert_drive_file-24px.js +19 -0
- package/assets/icons/insert_drive_file-24px.js.map +1 -0
- package/assets/icons/insert_photo-24px.js +19 -0
- package/assets/icons/insert_photo-24px.js.map +1 -0
- package/assets/icons/label-24px.js +19 -0
- package/assets/icons/label-24px.js.map +1 -0
- package/assets/icons/round-account_circle-24px.js +19 -0
- package/assets/icons/round-account_circle-24px.js.map +1 -0
- package/assets/icons/round-add-24px.js +20 -0
- package/assets/icons/round-add-24px.js.map +1 -0
- package/assets/icons/round-arrow_drop_down-24px.js +19 -0
- package/assets/icons/round-arrow_drop_down-24px.js.map +1 -0
- package/assets/icons/round-chevron_right-24px.js +20 -0
- package/assets/icons/round-chevron_right-24px.js.map +1 -0
- package/assets/icons/round-feedback-24px.js +20 -0
- package/assets/icons/round-feedback-24px.js.map +1 -0
- package/assets/icons/round-help-24px.js +19 -0
- package/assets/icons/round-help-24px.js.map +1 -0
- package/assets/icons/round-invert_colors-24px.js +20 -0
- package/assets/icons/round-invert_colors-24px.js.map +1 -0
- package/assets/icons/round-keyboard_arrow_down-24px.js +17 -0
- package/assets/icons/round-keyboard_arrow_down-24px.js.map +1 -0
- package/assets/icons/round-keyboard_arrow_up-24px.js +17 -0
- package/assets/icons/round-keyboard_arrow_up-24px.js.map +1 -0
- package/assets/icons/round-lock_open-24px.js +22 -0
- package/assets/icons/round-lock_open-24px.js.map +1 -0
- package/assets/icons/round-more_vert-24px.js +20 -0
- package/assets/icons/round-more_vert-24px.js.map +1 -0
- package/assets/icons/round-open_in_new-24px.js +20 -0
- package/assets/icons/round-open_in_new-24px.js.map +1 -0
- package/assets/icons/round-settings-24px.js +20 -0
- package/assets/icons/round-settings-24px.js.map +1 -0
- package/assets/icons/search-24px.js +21 -0
- package/assets/icons/search-24px.js.map +1 -0
- package/assets/icons/slack-logo.js +14 -0
- package/assets/icons/slack-logo.js.map +1 -0
- package/assets/icons/today-24px.js +19 -0
- package/assets/icons/today-24px.js.map +1 -0
- package/assets/icons/touch_app.js +20 -0
- package/assets/icons/touch_app.js.map +1 -0
- package/assets/images/webiny-logo.js +34 -0
- package/assets/images/webiny-logo.js.map +1 -0
- package/assets/images/webiny-orange-logo.js +34 -0
- package/assets/images/webiny-orange-logo.js.map +1 -0
- package/base/Admin.js +37 -28
- package/base/Admin.js.map +1 -1
- package/base/Base/DefaultFieldRenderers.js +73 -70
- package/base/Base/DefaultFieldRenderers.js.map +1 -1
- package/base/Base/DefaultLayoutRenderers.js +9 -10
- package/base/Base/DefaultLayoutRenderers.js.map +1 -1
- package/base/Base/FieldRenderers/CheckboxesRenderer.js +22 -23
- package/base/Base/FieldRenderers/CheckboxesRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/CodeEditorRenderer.js +10 -13
- package/base/Base/FieldRenderers/CodeEditorRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/DateTimeInputsRenderer.js +60 -60
- package/base/Base/FieldRenderers/DateTimeInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/DateTimeRenderer.js +38 -39
- package/base/Base/FieldRenderers/DateTimeRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/FilePickerRenderer.d.ts +2 -1
- package/base/Base/FieldRenderers/FilePickerRenderer.js +37 -40
- package/base/Base/FieldRenderers/FilePickerRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/FileUrlPickerRenderer.js +15 -20
- package/base/Base/FieldRenderers/FileUrlPickerRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/HiddenRenderer.js +3 -3
- package/base/Base/FieldRenderers/HiddenRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/HorizontalTabsRenderer.js +20 -21
- package/base/Base/FieldRenderers/HorizontalTabsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/InputRenderer.js +16 -20
- package/base/Base/FieldRenderers/InputRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.d.ts +13 -0
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.js +70 -0
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.js.map +1 -0
- package/base/Base/FieldRenderers/NumberInputRenderer.js +16 -19
- package/base/Base/FieldRenderers/NumberInputRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/NumberInputsRenderer.js +45 -44
- package/base/Base/FieldRenderers/NumberInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/DynamicZoneRenderer.js +10 -13
- package/base/Base/FieldRenderers/ObjectRenderer/DynamicZoneRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/KeyValueTagsRenderer.js +50 -56
- package/base/Base/FieldRenderers/ObjectRenderer/KeyValueTagsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/MultiValueDynamicZone.js +87 -99
- package/base/Base/FieldRenderers/ObjectRenderer/MultiValueDynamicZone.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectAccordionMultipleRenderer.js +41 -48
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectAccordionMultipleRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.d.ts +1 -2
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.js +62 -78
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectRenderer.js +12 -15
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/SingleValueDynamicZone.js +48 -54
- package/base/Base/FieldRenderers/ObjectRenderer/SingleValueDynamicZone.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/TemplatePicker.js +62 -79
- package/base/Base/FieldRenderers/ObjectRenderer/TemplatePicker.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/resolveItemTitle.js +14 -17
- package/base/Base/FieldRenderers/ObjectRenderer/resolveItemTitle.js.map +1 -1
- package/base/Base/FieldRenderers/PassthroughRenderer.js +8 -11
- package/base/Base/FieldRenderers/PassthroughRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/RadioButtonsRenderer.js +21 -22
- package/base/Base/FieldRenderers/RadioButtonsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/SelectRenderer.js +23 -24
- package/base/Base/FieldRenderers/SelectRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/SwitchRenderer.js +12 -15
- package/base/Base/FieldRenderers/SwitchRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TagsRenderer.js +15 -16
- package/base/Base/FieldRenderers/TagsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextInputsRenderer.js +44 -43
- package/base/Base/FieldRenderers/TextInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextareaRenderer.js +17 -21
- package/base/Base/FieldRenderers/TextareaRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextareasRenderer.js +47 -46
- package/base/Base/FieldRenderers/TextareasRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/VerticalTabsRenderer.js +35 -36
- package/base/Base/FieldRenderers/VerticalTabsRenderer.js.map +1 -1
- package/base/Base/LexicalPreset.js +56 -60
- package/base/Base/LexicalPreset.js.map +1 -1
- package/base/Base/Menus/SupportMenuItems.js +9 -13
- package/base/Base/Menus/SupportMenuItems.js.map +1 -1
- package/base/Base/Menus/WebinyVersion.js +19 -20
- package/base/Base/Menus/WebinyVersion.js.map +1 -1
- package/base/Base/Menus.js +52 -66
- package/base/Base/Menus.js.map +1 -1
- package/base/Base/RoutesConfig.js +21 -29
- package/base/Base/RoutesConfig.js.map +1 -1
- package/base/Base/Tenant/wby-horizontal.js +33 -0
- package/base/Base/Tenant/wby-horizontal.js.map +1 -0
- package/base/Base/Tenant/wby-square.js +20 -0
- package/base/Base/Tenant/wby-square.js.map +1 -0
- package/base/Base/Tenant.js +17 -19
- package/base/Base/Tenant.js.map +1 -1
- package/base/Base/UserMenu/ExitTenant.js +18 -29
- package/base/Base/UserMenu/ExitTenant.js.map +1 -1
- package/base/Base/UserMenu/SignOut.js +13 -14
- package/base/Base/UserMenu/SignOut.js.map +1 -1
- package/base/Base/UserMenu/UserInfo.js +23 -36
- package/base/Base/UserMenu/UserInfo.js.map +1 -1
- package/base/Base/UserMenu.js +12 -13
- package/base/Base/UserMenu.js.map +1 -1
- package/base/Base.js +4 -5
- package/base/Base.js.map +1 -1
- package/base/TelemetryAdminAppStart.js +9 -12
- package/base/TelemetryAdminAppStart.js.map +1 -1
- package/base/WebinyVersion.js +19 -20
- package/base/WebinyVersion.js.map +1 -1
- package/base/createRootContainer.js +42 -40
- package/base/createRootContainer.js.map +1 -1
- package/base/plugins/AddGraphQLQuerySelection.js +12 -11
- package/base/plugins/AddGraphQLQuerySelection.js.map +1 -1
- package/base/providers/AdminUiStateProvider.js +5 -10
- package/base/providers/AdminUiStateProvider.js.map +1 -1
- package/base/providers/ApolloProvider.js +8 -11
- package/base/providers/ApolloProvider.js.map +1 -1
- package/base/providers/UiProviders.js +18 -27
- package/base/providers/UiProviders.js.map +1 -1
- package/base/providers/UiStateProvider.js +5 -10
- package/base/providers/UiStateProvider.js.map +1 -1
- package/base/ui/Brand.js +4 -5
- package/base/ui/Brand.js.map +1 -1
- package/base/ui/CenteredView.d.ts +1 -1
- package/base/ui/CenteredView.js +9 -13
- package/base/ui/CenteredView.js.map +1 -1
- package/base/ui/Dashboard.js +4 -5
- package/base/ui/Dashboard.js.map +1 -1
- package/base/ui/FileManager.js +38 -60
- package/base/ui/FileManager.js.map +1 -1
- package/base/ui/Layout.js +4 -8
- package/base/ui/Layout.js.map +1 -1
- package/base/ui/LoginScreen.js +16 -21
- package/base/ui/LoginScreen.js.map +1 -1
- package/base/ui/Logo.js +4 -5
- package/base/ui/Logo.js.map +1 -1
- package/base/ui/Navigation.js +11 -14
- package/base/ui/Navigation.js.map +1 -1
- package/base/ui/NotFound.js +4 -5
- package/base/ui/NotFound.js.map +1 -1
- package/base/ui/Tags.js +12 -16
- package/base/ui/Tags.js.map +1 -1
- package/base/ui/TenantSelector.js +4 -5
- package/base/ui/TenantSelector.js.map +1 -1
- package/base/ui/UserMenu/UserMenu.js +4 -5
- package/base/ui/UserMenu/UserMenu.js.map +1 -1
- package/base/ui/UserMenu/UserMenuHandle.js +4 -5
- package/base/ui/UserMenu/UserMenuHandle.js.map +1 -1
- package/base/ui/UserMenu/UserMenuItem.d.ts +4 -4
- package/base/ui/UserMenu/UserMenuItem.js +5 -15
- package/base/ui/UserMenu/UserMenuItem.js.map +1 -1
- package/base/ui/UserMenu/UserMenuLink.d.ts +4 -4
- package/base/ui/UserMenu/UserMenuLink.js +5 -15
- package/base/ui/UserMenu/UserMenuLink.js.map +1 -1
- package/base/ui/UserMenu/UserMenuSeparator.d.ts +2 -2
- package/base/ui/UserMenu/UserMenuSeparator.js +3 -5
- package/base/ui/UserMenu/UserMenuSeparator.js.map +1 -1
- package/base/ui/UserMenu.js +6 -13
- package/base/ui/UserMenu.js.map +1 -1
- package/components/AdminLayout.js +6 -10
- package/components/AdminLayout.js.map +1 -1
- package/components/BulkActions/Worker.js +57 -120
- package/components/BulkActions/Worker.js.map +1 -1
- package/components/BulkActions/index.js +0 -2
- package/components/BulkActions/useDialogWithReport/DialogMessage.js +17 -21
- package/components/BulkActions/useDialogWithReport/DialogMessage.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/index.js +0 -2
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js +33 -44
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js.map +1 -1
- package/components/Buttons/Buttons.js +44 -71
- package/components/Buttons/Buttons.js.map +1 -1
- package/components/Buttons/Buttons.styles.js +9 -15
- package/components/Buttons/Buttons.styles.js.map +1 -1
- package/components/Buttons/index.js +1 -3
- package/components/Buttons/useButtons.js +15 -20
- package/components/Buttons/useButtons.js.map +1 -1
- package/components/DeveloperMode/DeveloperMode.js +5 -14
- package/components/DeveloperMode/DeveloperMode.js.map +1 -1
- package/components/DeveloperMode/index.js +0 -2
- package/components/Dialogs/Dialog.d.ts +2 -2
- package/components/Dialogs/Dialog.js +46 -59
- package/components/Dialogs/Dialog.js.map +1 -1
- package/components/Dialogs/DialogParamsContext.js +6 -7
- package/components/Dialogs/DialogParamsContext.js.map +1 -1
- package/components/Dialogs/DialogsContext.d.ts +2 -2
- package/components/Dialogs/DialogsContext.js +129 -149
- package/components/Dialogs/DialogsContext.js.map +1 -1
- package/components/Dialogs/useDialogs.js +5 -6
- package/components/Dialogs/useDialogs.js.map +1 -1
- package/components/EmptyView.js +26 -31
- package/components/EmptyView.js.map +1 -1
- package/components/Filters/Filters.js +15 -16
- package/components/Filters/Filters.js.map +1 -1
- package/components/Filters/FiltersToggle.js +18 -23
- package/components/Filters/FiltersToggle.js.map +1 -1
- package/components/Filters/index.js +0 -2
- package/components/FloatingActionButton.js +13 -15
- package/components/FloatingActionButton.js.map +1 -1
- package/components/IconPicker/IconPicker.js +24 -26
- package/components/IconPicker/IconPicker.js.map +1 -1
- package/components/IconPicker/IconPickerComponent.js +56 -72
- package/components/IconPicker/IconPickerComponent.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.js +64 -70
- package/components/IconPicker/IconPickerPresenter.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.test.js +79 -105
- package/components/IconPicker/IconPickerPresenter.test.js.map +1 -1
- package/components/IconPicker/IconPickerPresenterProvider.js +10 -16
- package/components/IconPicker/IconPickerPresenterProvider.js.map +1 -1
- package/components/IconPicker/IconPickerTab.js +97 -140
- package/components/IconPicker/IconPickerTab.js.map +1 -1
- package/components/IconPicker/IconRenderer.js +15 -23
- package/components/IconPicker/IconRenderer.js.map +1 -1
- package/components/IconPicker/IconRepository.js +41 -40
- package/components/IconPicker/IconRepository.js.map +1 -1
- package/components/IconPicker/IconRepository.test.js +56 -63
- package/components/IconPicker/IconRepository.test.js.map +1 -1
- package/components/IconPicker/IconRepositoryFactory.js +15 -11
- package/components/IconPicker/IconRepositoryFactory.js.map +1 -1
- package/components/IconPicker/Loading.js +47 -46
- package/components/IconPicker/Loading.js.map +1 -1
- package/components/IconPicker/components/IconPickerCell.js +18 -20
- package/components/IconPicker/components/IconPickerCell.js.map +1 -1
- package/components/IconPicker/components/IconPickerContent.js +27 -35
- package/components/IconPicker/components/IconPickerContent.js.map +1 -1
- package/components/IconPicker/components/IconPickerRow.js +5 -10
- package/components/IconPicker/components/IconPickerRow.js.map +1 -1
- package/components/IconPicker/components/IconPickerTrigger.js +42 -44
- package/components/IconPicker/components/IconPickerTrigger.js.map +1 -1
- package/components/IconPicker/components/index.js +0 -2
- package/components/IconPicker/config/Emojis.js +19 -21
- package/components/IconPicker/config/Emojis.js.map +1 -1
- package/components/IconPicker/config/FontAwesomeIcons.js +54 -58
- package/components/IconPicker/config/FontAwesomeIcons.js.map +1 -1
- package/components/IconPicker/config/IconPackProvider.js +17 -19
- package/components/IconPicker/config/IconPackProvider.js.map +1 -1
- package/components/IconPicker/config/IconType.js +48 -80
- package/components/IconPicker/config/IconType.js.map +1 -1
- package/components/IconPicker/config/index.js +28 -31
- package/components/IconPicker/config/index.js.map +1 -1
- package/components/IconPicker/defaultIcon.js +6 -5
- package/components/IconPicker/defaultIcon.js.map +1 -1
- package/components/IconPicker/index.js +0 -2
- package/components/IconPicker/plugins/customPlugin.js +87 -110
- package/components/IconPicker/plugins/customPlugin.js.map +1 -1
- package/components/IconPicker/plugins/emojisPlugin.js +90 -115
- package/components/IconPicker/plugins/emojisPlugin.js.map +1 -1
- package/components/IconPicker/plugins/graphql.js +3 -8
- package/components/IconPicker/plugins/graphql.js.map +1 -1
- package/components/IconPicker/plugins/iconsPlugin.js +73 -104
- package/components/IconPicker/plugins/iconsPlugin.js.map +1 -1
- package/components/IconPicker/types.js +4 -7
- package/components/IconPicker/types.js.map +1 -1
- package/components/LexicalEditor/LexicalEditor.js +40 -38
- package/components/LexicalEditor/LexicalEditor.js.map +1 -1
- package/components/LexicalEditor/LexicalLinkForm.js +80 -86
- package/components/LexicalEditor/LexicalLinkForm.js.map +1 -1
- package/components/LexicalEditor/index.js +0 -2
- package/components/LexicalEditor/lexicalValueFromHtml.js +21 -28
- package/components/LexicalEditor/lexicalValueFromHtml.js.map +1 -1
- package/components/LexicalEditor/lexicalValueWithHtml.js +24 -30
- package/components/LexicalEditor/lexicalValueWithHtml.js.map +1 -1
- package/components/MultiImageUpload.js +4 -13
- package/components/MultiImageUpload.js.map +1 -1
- package/components/NotAuthorizedError/NotAuthorizedError.js +16 -17
- package/components/NotAuthorizedError/NotAuthorizedError.js.map +1 -1
- package/components/NotAuthorizedError/SecureRouteError.js +297 -0
- package/components/NotAuthorizedError/SecureRouteError.js.map +1 -0
- package/components/NotAuthorizedError/index.js +0 -2
- package/components/OptionsMenu/OptionsMenu.js +20 -19
- package/components/OptionsMenu/OptionsMenu.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuItem.js +15 -14
- package/components/OptionsMenu/OptionsMenuItem.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuLink.js +13 -14
- package/components/OptionsMenu/OptionsMenuLink.js.map +1 -1
- package/components/OptionsMenu/index.js +0 -2
- package/components/OptionsMenu/useOptionsMenuItem.js +13 -18
- package/components/OptionsMenu/useOptionsMenuItem.js.map +1 -1
- package/components/OverlayLayout/OverlayLayout.js +35 -38
- package/components/OverlayLayout/OverlayLayout.js.map +1 -1
- package/components/OverlayLayout/components/OverlayBackdrop.js +6 -11
- package/components/OverlayLayout/components/OverlayBackdrop.js.map +1 -1
- package/components/OverlayLayout/components/OverlayContent.js +18 -17
- package/components/OverlayLayout/components/OverlayContent.js.map +1 -1
- package/components/OverlayLayout/components/OverlayHeader.js +30 -37
- package/components/OverlayLayout/components/OverlayHeader.js.map +1 -1
- package/components/OverlayLayout/components/OverlayRoot.js +13 -17
- package/components/OverlayLayout/components/OverlayRoot.js.map +1 -1
- package/components/OverlayLayout/components/index.js +0 -2
- package/components/OverlayLayout/index.js +0 -2
- package/components/Permissions/CannotUseAaclAlert.js +10 -11
- package/components/Permissions/CannotUseAaclAlert.js.map +1 -1
- package/components/Permissions/Permissions.js +32 -41
- package/components/Permissions/Permissions.js.map +1 -1
- package/components/Permissions/PermissionsGroup.js +9 -15
- package/components/Permissions/PermissionsGroup.js.map +1 -1
- package/components/Permissions/StyledComponents.js +9 -16
- package/components/Permissions/StyledComponents.js.map +1 -1
- package/components/Permissions/index.js +1 -3
- package/components/RegisterFeature.js +14 -21
- package/components/RegisterFeature.js.map +1 -1
- package/components/ResizablePanels/index.js +0 -2
- package/components/RoleAutocomplete/graphql.js +3 -2
- package/components/RoleAutocomplete/graphql.js.map +1 -1
- package/components/RoleAutocomplete/index.d.ts +5 -3
- package/components/RoleAutocomplete/index.js +21 -13
- package/components/RoleAutocomplete/index.js.map +1 -1
- package/components/RolesMultiAutocomplete/graphql.js +3 -2
- package/components/RolesMultiAutocomplete/graphql.js.map +1 -1
- package/components/RolesMultiAutocomplete/index.d.ts +5 -3
- package/components/RolesMultiAutocomplete/index.js +21 -14
- package/components/RolesMultiAutocomplete/index.js.map +1 -1
- package/components/SearchUI.js +18 -25
- package/components/SearchUI.js.map +1 -1
- package/components/SimpleForm/SimpleForm.d.ts +1 -1
- package/components/SimpleForm/SimpleForm.js +54 -73
- package/components/SimpleForm/SimpleForm.js.map +1 -1
- package/components/SimpleForm/index.js +1 -3
- package/components/SimpleUI/InputField.js +71 -64
- package/components/SimpleUI/InputField.js.map +1 -1
- package/components/SingleImageUpload.d.ts +2 -2
- package/components/SingleImageUpload.js +37 -58
- package/components/SingleImageUpload.js.map +1 -1
- package/components/SplitView/SplitView.js +47 -57
- package/components/SplitView/SplitView.js.map +1 -1
- package/components/SplitView/index.js +1 -3
- package/components/TeamAutocomplete/graphql.js +3 -2
- package/components/TeamAutocomplete/graphql.js.map +1 -1
- package/components/TeamAutocomplete/index.d.ts +5 -3
- package/components/TeamAutocomplete/index.js +21 -13
- package/components/TeamAutocomplete/index.js.map +1 -1
- package/components/TeamsMultiAutocomplete/graphql.js +3 -2
- package/components/TeamsMultiAutocomplete/graphql.js.map +1 -1
- package/components/TeamsMultiAutocomplete/index.d.ts +5 -3
- package/components/TeamsMultiAutocomplete/index.js +21 -14
- package/components/TeamsMultiAutocomplete/index.js.map +1 -1
- package/components/Wcp.js +27 -38
- package/components/Wcp.js.map +1 -1
- package/components/index.js +10 -13
- package/config/AdminConfig/Dashboard.js +3 -2
- package/config/AdminConfig/Dashboard.js.map +1 -1
- package/config/AdminConfig/Dialog.js +15 -17
- package/config/AdminConfig/Dialog.js.map +1 -1
- package/config/AdminConfig/FieldRenderer.js +15 -17
- package/config/AdminConfig/FieldRenderer.js.map +1 -1
- package/config/AdminConfig/Form.js +4 -3
- package/config/AdminConfig/Form.js.map +1 -1
- package/config/AdminConfig/LayoutRenderer.js +15 -17
- package/config/AdminConfig/LayoutRenderer.js.map +1 -1
- package/config/AdminConfig/LexicalTheme/Color.js +34 -41
- package/config/AdminConfig/LexicalTheme/Color.js.map +1 -1
- package/config/AdminConfig/LexicalTheme/Typography.js +61 -74
- package/config/AdminConfig/LexicalTheme/Typography.js.map +1 -1
- package/config/AdminConfig/LexicalTheme.js +4 -3
- package/config/AdminConfig/LexicalTheme.js.map +1 -1
- package/config/AdminConfig/Logo.d.ts +1 -1
- package/config/AdminConfig/Logo.js +15 -17
- package/config/AdminConfig/Logo.js.map +1 -1
- package/config/AdminConfig/Menu/MenuGroup.d.ts +3 -3
- package/config/AdminConfig/Menu/MenuGroup.js +7 -9
- package/config/AdminConfig/Menu/MenuGroup.js.map +1 -1
- package/config/AdminConfig/Menu/MenuItem.d.ts +2 -2
- package/config/AdminConfig/Menu/MenuItem.js +5 -7
- package/config/AdminConfig/Menu/MenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/MenuLink.d.ts +2 -2
- package/config/AdminConfig/Menu/MenuLink.js +12 -15
- 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 +6 -8
- 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 +4 -6
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu.d.ts +3 -3
- package/config/AdminConfig/Menu/SupportMenu.js +30 -41
- package/config/AdminConfig/Menu/SupportMenu.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js +4 -4
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js +4 -4
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js +0 -2
- package/config/AdminConfig/Menu/UserMenu/types.js +0 -3
- package/config/AdminConfig/Menu/UserMenu.d.ts +31 -31
- package/config/AdminConfig/Menu/UserMenu.js +39 -52
- package/config/AdminConfig/Menu/UserMenu.js.map +1 -1
- package/config/AdminConfig/Menu/types.js +0 -3
- package/config/AdminConfig/Menu.d.ts +42 -42
- package/config/AdminConfig/Menu.js +57 -73
- package/config/AdminConfig/Menu.js.map +1 -1
- package/config/AdminConfig/Route.js +4 -5
- package/config/AdminConfig/Route.js.map +1 -1
- package/config/AdminConfig/Security.js +3 -2
- package/config/AdminConfig/Security.js.map +1 -1
- package/config/AdminConfig/SecurityPermissions.js +20 -27
- package/config/AdminConfig/SecurityPermissions.js.map +1 -1
- package/config/AdminConfig/Tenant/TenantLogo.d.ts +1 -1
- package/config/AdminConfig/Tenant/TenantLogo.js +18 -20
- package/config/AdminConfig/Tenant/TenantLogo.js.map +1 -1
- package/config/AdminConfig/Tenant/TenantName.d.ts +1 -1
- package/config/AdminConfig/Tenant/TenantName.js +14 -15
- package/config/AdminConfig/Tenant/TenantName.js.map +1 -1
- package/config/AdminConfig/Tenant.js +6 -9
- package/config/AdminConfig/Tenant.js.map +1 -1
- package/config/AdminConfig/Theme/assignColor.js +51 -18
- package/config/AdminConfig/Theme/assignColor.js.map +1 -1
- package/config/AdminConfig/Theme/consts.js +20 -2
- package/config/AdminConfig/Theme/consts.js.map +1 -1
- package/config/AdminConfig/Theme/types.js +0 -3
- package/config/AdminConfig/Theme.js +8 -15
- package/config/AdminConfig/Theme.js.map +1 -1
- package/config/AdminConfig/Title.d.ts +1 -1
- package/config/AdminConfig/Title.js +11 -12
- package/config/AdminConfig/Title.js.map +1 -1
- package/config/AdminConfig/Widget.js +24 -31
- package/config/AdminConfig/Widget.js.map +1 -1
- package/config/AdminConfig.js +47 -59
- package/config/AdminConfig.js.map +1 -1
- package/config/createAdminConfig.js +55 -86
- package/config/createAdminConfig.js.map +1 -1
- package/domain/Identity.js +78 -88
- package/domain/Identity.js.map +1 -1
- package/errors/ErrorOverlayNetworkErrorHandler.js +37 -52
- package/errors/ErrorOverlayNetworkErrorHandler.js.map +1 -1
- package/errors/TenantIsDisabled.js +19 -20
- package/errors/TenantIsDisabled.js.map +1 -1
- package/exports/admin/build-params.js +0 -5
- package/exports/admin/configs.js +0 -2
- package/exports/admin/form.js +3 -18
- package/exports/admin/security.js +1 -7
- package/exports/admin/tenancy.js +0 -2
- package/exports/admin/ui.js +1 -4
- package/exports/admin.js +1 -4
- package/features/apolloClient/abstraction.js +2 -1
- package/features/apolloClient/abstraction.js.map +1 -1
- package/features/apolloClient/feature.js +22 -30
- package/features/apolloClient/feature.js.map +1 -1
- package/features/buildParams/BuildParams.js +20 -14
- package/features/buildParams/BuildParams.js.map +1 -1
- package/features/buildParams/abstractions.js +3 -2
- package/features/buildParams/abstractions.js.map +1 -1
- package/features/buildParams/feature.js +11 -10
- package/features/buildParams/feature.js.map +1 -1
- package/features/buildParams/index.js +0 -2
- package/features/formModel/ConditionRuleEvaluator.js +39 -46
- package/features/formModel/ConditionRuleEvaluator.js.map +1 -1
- package/features/formModel/Field.d.ts +1 -0
- package/features/formModel/Field.js +334 -411
- package/features/formModel/Field.js.map +1 -1
- package/features/formModel/FieldBuilder.d.ts +2 -1
- package/features/formModel/FieldBuilder.js +148 -171
- package/features/formModel/FieldBuilder.js.map +1 -1
- package/features/formModel/FieldBuilder.test.js +217 -201
- package/features/formModel/FieldBuilder.test.js.map +1 -1
- package/features/formModel/FieldBuilderRegistry.js +23 -25
- package/features/formModel/FieldBuilderRegistry.js.map +1 -1
- package/features/formModel/FocusManager.js +69 -95
- package/features/formModel/FocusManager.js.map +1 -1
- package/features/formModel/FormErrors.d.ts +9 -0
- package/features/formModel/FormErrors.js +35 -0
- package/features/formModel/FormErrors.js.map +1 -0
- package/features/formModel/FormModel.d.ts +2 -0
- package/features/formModel/FormModel.js +391 -396
- package/features/formModel/FormModel.js.map +1 -1
- package/features/formModel/FormModel.test.js +3791 -3354
- package/features/formModel/FormModel.test.js.map +1 -1
- package/features/formModel/FormModelFactory.js +27 -17
- package/features/formModel/FormModelFactory.js.map +1 -1
- package/features/formModel/FormView.d.ts +2 -1
- package/features/formModel/FormView.js +168 -156
- package/features/formModel/FormView.js.map +1 -1
- package/features/formModel/LayoutBuilderFactory.js +300 -370
- package/features/formModel/LayoutBuilderFactory.js.map +1 -1
- package/features/formModel/LayoutMutator.js +118 -125
- package/features/formModel/LayoutMutator.js.map +1 -1
- package/features/formModel/LayoutResolver.js +174 -214
- package/features/formModel/LayoutResolver.js.map +1 -1
- package/features/formModel/ObjectField.js +524 -724
- package/features/formModel/ObjectField.js.map +1 -1
- package/features/formModel/PresenterErrors.d.ts +9 -0
- package/features/formModel/PresenterErrors.js +32 -0
- package/features/formModel/PresenterErrors.js.map +1 -0
- package/features/formModel/Rules.test.js +311 -276
- package/features/formModel/Rules.test.js.map +1 -1
- package/features/formModel/abstractions.d.ts +10 -0
- package/features/formModel/abstractions.js +5 -114
- package/features/formModel/abstractions.js.map +1 -1
- package/features/formModel/createFieldRenderer.js +33 -10
- package/features/formModel/createFieldRenderer.js.map +1 -1
- package/features/formModel/demo/FieldRenderersDemoPresenter.js +289 -220
- package/features/formModel/demo/FieldRenderersDemoPresenter.js.map +1 -1
- package/features/formModel/demo/FormModelDemo.js +191 -215
- package/features/formModel/demo/FormModelDemo.js.map +1 -1
- package/features/formModel/demo/FormModelDemoPresenter.js +132 -113
- package/features/formModel/demo/FormModelDemoPresenter.js.map +1 -1
- package/features/formModel/demo/FormModelPhase11Presenter.js +101 -98
- package/features/formModel/demo/FormModelPhase11Presenter.js.map +1 -1
- package/features/formModel/demo/FormModelPhase8c1Presenter.js +64 -57
- package/features/formModel/demo/FormModelPhase8c1Presenter.js.map +1 -1
- package/features/formModel/feature.js +23 -22
- package/features/formModel/feature.js.map +1 -1
- package/features/formModel/fieldTypes/BooleanFieldType.js +18 -15
- package/features/formModel/fieldTypes/BooleanFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/DateTimeFieldType.js +218 -341
- package/features/formModel/fieldTypes/DateTimeFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/FileFieldType.d.ts +12 -1
- package/features/formModel/fieldTypes/FileFieldType.js +48 -12
- package/features/formModel/fieldTypes/FileFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/FileUrlFieldType.js +15 -12
- package/features/formModel/fieldTypes/FileUrlFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/NumberFieldType.js +19 -18
- package/features/formModel/fieldTypes/NumberFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/ObjectFieldType.js +80 -94
- package/features/formModel/fieldTypes/ObjectFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/TextFieldType.js +15 -12
- package/features/formModel/fieldTypes/TextFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/index.js +7 -9
- package/features/formModel/index.d.ts +2 -0
- package/features/formModel/index.js +11 -29
- package/features/formModel/renderers.js +0 -4
- package/features/formModel/useFieldRenderers.js +10 -14
- package/features/formModel/useFieldRenderers.js.map +1 -1
- package/features/formModel/useLayoutRenderers.js +10 -14
- package/features/formModel/useLayoutRenderers.js.map +1 -1
- package/features/listCache/ListCache.d.ts +28 -0
- package/features/listCache/ListCache.js +48 -0
- package/features/listCache/ListCache.js.map +1 -0
- package/features/listCache/index.d.ts +2 -0
- package/features/listCache/index.js +1 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js +27 -26
- package/features/security/AuthenticationContext/AuthenticationContext.js.map +1 -1
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js +23 -22
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js.map +1 -1
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js +15 -12
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js.map +1 -1
- package/features/security/AuthenticationContext/abstractions.js +3 -2
- package/features/security/AuthenticationContext/abstractions.js.map +1 -1
- package/features/security/AuthenticationContext/feature.js +15 -14
- package/features/security/AuthenticationContext/feature.js.map +1 -1
- package/features/security/AuthenticationContext/index.js +0 -2
- package/features/security/AuthenticationContext/types.js +0 -3
- package/features/security/IdentityContext/IdentityContext.js +18 -17
- package/features/security/IdentityContext/IdentityContext.js.map +1 -1
- package/features/security/IdentityContext/abstractions.js +2 -1
- package/features/security/IdentityContext/abstractions.js.map +1 -1
- package/features/security/IdentityContext/feature.js +13 -12
- package/features/security/IdentityContext/feature.js.map +1 -1
- package/features/security/IdentityContext/index.js +0 -2
- package/features/security/LogIn/IdentityMapper.js +8 -7
- package/features/security/LogIn/IdentityMapper.js.map +1 -1
- package/features/security/LogIn/LogInGateway.js +17 -19
- package/features/security/LogIn/LogInGateway.js.map +1 -1
- package/features/security/LogIn/LogInRepository.js +16 -14
- package/features/security/LogIn/LogInRepository.js.map +1 -1
- package/features/security/LogIn/LogInUseCase.js +23 -31
- package/features/security/LogIn/LogInUseCase.js.map +1 -1
- package/features/security/LogIn/abstractions.js +5 -16
- package/features/security/LogIn/abstractions.js.map +1 -1
- package/features/security/LogIn/createLoginMutation.js +2 -3
- package/features/security/LogIn/createLoginMutation.js.map +1 -1
- package/features/security/LogIn/feature.js +16 -15
- package/features/security/LogIn/feature.js.map +1 -1
- package/features/security/LogIn/index.js +0 -2
- package/features/security/LogOut/LogOutUseCase.js +18 -16
- package/features/security/LogOut/LogOutUseCase.js.map +1 -1
- package/features/security/LogOut/abstractions.js +2 -1
- package/features/security/LogOut/abstractions.js.map +1 -1
- package/features/security/LogOut/feature.js +12 -11
- package/features/security/LogOut/feature.js.map +1 -1
- package/features/security/LogOut/index.js +0 -2
- package/features/security/SecurityFeature.js +9 -8
- package/features/security/SecurityFeature.js.map +1 -1
- package/features/telemetry/TelemetryService.js +11 -12
- package/features/telemetry/TelemetryService.js.map +1 -1
- package/features/telemetry/abstractions.js +2 -1
- package/features/telemetry/abstractions.js.map +1 -1
- package/features/telemetry/feature.js +13 -12
- package/features/telemetry/feature.js.map +1 -1
- package/features/telemetry/index.js +0 -2
- package/features/tenancy/GraphQLClientDecorator.js +23 -20
- package/features/tenancy/GraphQLClientDecorator.js.map +1 -1
- package/features/tenancy/TenantContext.js +46 -50
- package/features/tenancy/TenantContext.js.map +1 -1
- package/features/tenancy/abstractions.js +2 -1
- package/features/tenancy/abstractions.js.map +1 -1
- package/features/tenancy/feature.js +25 -35
- package/features/tenancy/feature.js.map +1 -1
- package/features/tenancy/types.js +0 -3
- package/features/tools/LexicalContext/LexicalContext.js +20 -17
- package/features/tools/LexicalContext/LexicalContext.js.map +1 -1
- package/features/tools/LexicalContext/abstractions.js +2 -1
- package/features/tools/LexicalContext/abstractions.js.map +1 -1
- package/features/tools/LexicalContext/index.js +0 -2
- package/features/tools/ToolPipelineRunner.js +26 -24
- package/features/tools/ToolPipelineRunner.js.map +1 -1
- package/features/tools/ToolRegistry.js +32 -23
- package/features/tools/ToolRegistry.js.map +1 -1
- package/features/tools/abstractions.js +4 -3
- package/features/tools/abstractions.js.map +1 -1
- package/features/tools/feature.js +17 -16
- package/features/tools/feature.js.map +1 -1
- package/features/tools/index.js +1 -3
- package/features/wcp/ReactLicense.js +53 -52
- package/features/wcp/ReactLicense.js.map +1 -1
- package/features/wcp/WcpGateway.js +21 -20
- package/features/wcp/WcpGateway.js.map +1 -1
- package/features/wcp/WcpService.js +57 -67
- package/features/wcp/WcpService.js.map +1 -1
- package/features/wcp/abstractions.js +3 -2
- package/features/wcp/abstractions.js.map +1 -1
- package/features/wcp/feature.js +14 -13
- package/features/wcp/feature.js.map +1 -1
- package/features/wcp/types.js +0 -3
- package/features/webinySdk/WebinySdk.js +19 -18
- package/features/webinySdk/WebinySdk.js.map +1 -1
- package/features/webinySdk/abstractions.js +2 -5
- package/features/webinySdk/abstractions.js.map +1 -1
- package/features/webinySdk/feature.js +13 -12
- package/features/webinySdk/feature.js.map +1 -1
- package/features/webinySdk/index.js +0 -2
- package/hooks/index.js +0 -2
- package/hooks/useConfirmationDialog.d.ts +1 -1
- package/hooks/useConfirmationDialog.js +31 -38
- package/hooks/useConfirmationDialog.js.map +1 -1
- package/hooks/useDialog.js +14 -15
- package/hooks/useDialog.js.map +1 -1
- package/hooks/useHotkeys.js +52 -85
- package/hooks/useHotkeys.js.map +1 -1
- package/hooks/useIsMounted.js +12 -11
- package/hooks/useIsMounted.js.map +1 -1
- package/hooks/useKeyHandler.js +45 -53
- package/hooks/useKeyHandler.js.map +1 -1
- package/hooks/useModKey.js +20 -25
- package/hooks/useModKey.js.map +1 -1
- package/hooks/useOpenDialog.js +13 -13
- package/hooks/useOpenDialog.js.map +1 -1
- package/hooks/useShiftKey.d.ts +5 -1
- package/hooks/useShiftKey.js +38 -29
- package/hooks/useShiftKey.js.map +1 -1
- package/hooks/useSnackbar.d.ts +3 -0
- package/hooks/useSnackbar.js +26 -28
- package/hooks/useSnackbar.js.map +1 -1
- package/hooks/useStateIfMounted.js +14 -12
- package/hooks/useStateIfMounted.js.map +1 -1
- package/hooks/useStateWithCallback.js +18 -14
- package/hooks/useStateWithCallback.js.map +1 -1
- package/hooks/useToggler.js +12 -11
- package/hooks/useToggler.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +15 -31
- package/package.json +26 -28
- package/permissions/PermissionRenderer.js +179 -193
- package/permissions/PermissionRenderer.js.map +1 -1
- package/permissions/PermissionValueContext.js +13 -20
- package/permissions/PermissionValueContext.js.map +1 -1
- package/permissions/createHasPermission.js +32 -40
- package/permissions/createHasPermission.js.map +1 -1
- package/permissions/createPermissionSchema.js +6 -5
- package/permissions/createPermissionSchema.js.map +1 -1
- package/permissions/createPermissions.js +125 -185
- package/permissions/createPermissions.js.map +1 -1
- package/permissions/createPermissions.test.js +190 -158
- package/permissions/createPermissions.test.js.map +1 -1
- package/permissions/index.js +2 -4
- package/permissions/types.js +0 -3
- package/permissions/usePermissionForm.js +133 -232
- package/permissions/usePermissionForm.js.map +1 -1
- package/permissions/usePermissions.js +6 -5
- package/permissions/usePermissions.js.map +1 -1
- package/plugins/MenuPlugin.js +15 -14
- package/plugins/MenuPlugin.js.map +1 -1
- package/presentation/buildParams/useBuildParams.js +2 -3
- package/presentation/buildParams/useBuildParams.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js +46 -53
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js +9 -14
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/index.js +0 -2
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js +14 -29
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js +11 -10
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js +60 -60
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js +75 -85
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/Center.js +5 -8
- package/presentation/installation/components/SystemInstaller/steps/Center.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/Container.js +18 -24
- package/presentation/installation/components/SystemInstaller/steps/Container.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js +48 -53
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js +13 -16
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/introduction.js +723 -0
- package/presentation/installation/components/SystemInstaller/steps/introduction.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js +14 -1
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js +27 -28
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js +117 -124
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js +23 -21
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/abstractions.js +4 -3
- package/presentation/installation/presenters/SystemInstaller/abstractions.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/feature.js +15 -14
- package/presentation/installation/presenters/SystemInstaller/feature.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/index.js +0 -2
- package/presentation/lexicalContext/useLexicalContext.js +11 -8
- package/presentation/lexicalContext/useLexicalContext.js.map +1 -1
- package/presentation/listPresenter/ListPresenter.d.ts +30 -0
- package/presentation/listPresenter/ListPresenter.js +216 -0
- package/presentation/listPresenter/ListPresenter.js.map +1 -0
- package/presentation/listPresenter/ListPresenter.test.d.ts +1 -0
- package/presentation/listPresenter/ListPresenter.test.js +816 -0
- package/presentation/listPresenter/ListPresenter.test.js.map +1 -0
- package/presentation/listPresenter/SelectionController.d.ts +21 -0
- package/presentation/listPresenter/SelectionController.js +74 -0
- package/presentation/listPresenter/SelectionController.js.map +1 -0
- package/presentation/listPresenter/abstractions.d.ts +107 -0
- package/presentation/listPresenter/abstractions.js +5 -0
- package/presentation/listPresenter/abstractions.js.map +1 -0
- package/presentation/listPresenter/feature.d.ts +3 -0
- package/presentation/listPresenter/feature.js +17 -0
- package/presentation/listPresenter/feature.js.map +1 -0
- package/presentation/listPresenter/index.d.ts +3 -0
- package/presentation/listPresenter/index.js +2 -0
- package/presentation/security/components/HasPermission.js +15 -25
- package/presentation/security/components/HasPermission.js.map +1 -1
- package/presentation/security/components/SecureRoute.js +6 -12
- package/presentation/security/components/SecureRoute.js.map +1 -1
- package/presentation/security/hooks/useAuthentication.js +11 -17
- package/presentation/security/hooks/useAuthentication.js.map +1 -1
- package/presentation/security/hooks/useIdentity.js +19 -18
- package/presentation/security/hooks/useIdentity.js.map +1 -1
- package/presentation/security/hooks/useSecurity.js +14 -24
- package/presentation/security/hooks/useSecurity.js.map +1 -1
- package/presentation/tenancy/TenancyProvider.js +23 -36
- package/presentation/tenancy/TenancyProvider.js.map +1 -1
- package/presentation/tenancy/createTenancyProvider.js +6 -11
- package/presentation/tenancy/createTenancyProvider.js.map +1 -1
- package/presentation/tenancy/useTenantContext.js +17 -18
- package/presentation/tenancy/useTenantContext.js.map +1 -1
- package/presentation/textToLexicalTool/TextToLexicalTool.js +20 -18
- package/presentation/textToLexicalTool/TextToLexicalTool.js.map +1 -1
- package/presentation/textToLexicalTool/feature.js +6 -5
- package/presentation/textToLexicalTool/feature.js.map +1 -1
- package/presentation/textToLexicalTool/textToLexicalState.js +28 -28
- package/presentation/textToLexicalTool/textToLexicalState.js.map +1 -1
- package/presentation/wcp/WcpProvider.js +16 -26
- package/presentation/wcp/WcpProvider.js.map +1 -1
- package/presentation/wcp/useWcp.js +11 -12
- package/presentation/wcp/useWcp.js.map +1 -1
- package/routes.d.ts +0 -1
- package/routes.js +14 -17
- package/routes.js.map +1 -1
- package/static/svg/SecureRouteError.e8b15981.svg +1 -0
- package/static/svg/add-18px.b3062af6.svg +3 -0
- package/static/svg/arrow_drop_down-24px.da74d713.svg +4 -0
- package/static/svg/attach_file_black_24dp.7fb13a7e.svg +1 -0
- package/static/svg/baseline-menu-24px.071b179d.svg +4 -0
- package/static/svg/baseline-notification_important-24px.29277e73.svg +4 -0
- package/static/svg/baseline-security-24px.12e519cc.svg +4 -0
- package/static/svg/file_download.afe3fbec.svg +1 -0
- package/static/svg/file_upload.6865d820.svg +1 -0
- package/static/svg/filter-24px.886d9ff0.svg +8 -0
- package/static/svg/github-brands.6311f0fa.svg +1 -0
- package/static/svg/highlight-24px.959a97f7.svg +1 -0
- package/static/svg/icon-community.cd087355.svg +16 -0
- package/static/svg/icon-documentation.a189d24c.svg +16 -0
- package/static/svg/info.fe810b72.svg +1 -0
- package/static/svg/insert_drive_file-24px.39d490eb.svg +1 -0
- package/static/svg/insert_photo-24px.81a5f945.svg +1 -0
- package/static/svg/introduction.108720aa.svg +154 -0
- package/static/svg/label-24px.9deafa4f.svg +1 -0
- package/static/svg/round-account_circle-24px.f0b48cb7.svg +1 -0
- package/static/svg/round-add-24px.4a5219b4.svg +16 -0
- package/static/svg/round-arrow_drop_down-24px.5fdf92d1.svg +1 -0
- package/static/svg/round-chevron_right-24px.34936511.svg +12 -0
- package/static/svg/round-feedback-24px.4dae7231.svg +54 -0
- package/static/svg/round-help-24px.a61b1d66.svg +1 -0
- package/static/svg/round-invert_colors-24px.a229a1dd.svg +52 -0
- package/static/svg/round-keyboard_arrow_down-24px.6febe804.svg +16 -0
- package/static/svg/round-keyboard_arrow_up-24px.b1f7db34.svg +16 -0
- package/static/svg/round-lock_open-24px.d527f6a5.svg +60 -0
- package/static/svg/round-more_vert-24px.68d41b07.svg +12 -0
- package/static/svg/round-open_in_new-24px.be5b4ddd.svg +44 -0
- package/static/svg/round-settings-24px.c0b3056f.svg +4 -0
- package/static/svg/search-24px.3c0f88dd.svg +20 -0
- package/static/svg/slack-logo.7ee35e7f.svg +1 -0
- package/static/svg/today-24px.df206362.svg +1 -0
- package/static/svg/touch_app.debf3744.svg +1 -0
- package/static/svg/wby-horizontal.03327bf6.svg +23 -0
- package/static/svg/wby-square.ff8f47c3.svg +3 -0
- package/static/svg/webiny-logo.ef56725c.svg +20 -0
- package/static/svg/webiny-orange-logo.4eccf0f2.svg +20 -0
- package/types.js +0 -3
- package/components/BulkActions/index.js.map +0 -1
- package/components/BulkActions/useDialogWithReport/index.js.map +0 -1
- package/components/Buttons/index.js.map +0 -1
- package/components/DeveloperMode/index.js.map +0 -1
- package/components/Filters/index.js.map +0 -1
- package/components/IconPicker/components/index.js.map +0 -1
- package/components/IconPicker/index.js.map +0 -1
- package/components/LexicalEditor/index.js.map +0 -1
- package/components/NotAuthorizedError/index.js.map +0 -1
- package/components/OptionsMenu/index.js.map +0 -1
- package/components/OverlayLayout/components/index.js.map +0 -1
- package/components/OverlayLayout/index.js.map +0 -1
- package/components/Permissions/index.js.map +0 -1
- package/components/ResizablePanels/index.js.map +0 -1
- package/components/SimpleForm/index.js.map +0 -1
- package/components/SplitView/index.js.map +0 -1
- package/components/index.js.map +0 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js.map +0 -1
- package/config/AdminConfig/Menu/UserMenu/types.js.map +0 -1
- package/config/AdminConfig/Menu/types.js.map +0 -1
- package/config/AdminConfig/Theme/types.js.map +0 -1
- package/exports/admin/build-params.js.map +0 -1
- package/exports/admin/configs.js.map +0 -1
- package/exports/admin/form.js.map +0 -1
- package/exports/admin/security.js.map +0 -1
- package/exports/admin/tenancy.js.map +0 -1
- package/exports/admin/ui.js.map +0 -1
- package/exports/admin.js.map +0 -1
- package/features/buildParams/index.js.map +0 -1
- package/features/formModel/fieldTypes/index.js.map +0 -1
- package/features/formModel/index.js.map +0 -1
- package/features/formModel/renderers.js.map +0 -1
- package/features/security/AuthenticationContext/index.js.map +0 -1
- package/features/security/AuthenticationContext/types.js.map +0 -1
- package/features/security/IdentityContext/index.js.map +0 -1
- package/features/security/LogIn/index.js.map +0 -1
- package/features/security/LogOut/index.js.map +0 -1
- package/features/telemetry/index.js.map +0 -1
- package/features/tenancy/types.js.map +0 -1
- package/features/tools/LexicalContext/index.js.map +0 -1
- package/features/tools/index.js.map +0 -1
- package/features/wcp/types.js.map +0 -1
- package/features/webinySdk/index.js.map +0 -1
- package/hooks/index.js.map +0 -1
- package/index.js.map +0 -1
- package/permissions/index.js.map +0 -1
- package/permissions/types.js.map +0 -1
- package/presentation/installation/components/SystemInstaller/index.js.map +0 -1
- package/presentation/installation/presenters/SystemInstaller/index.js.map +0 -1
- package/types.js.map +0 -1
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/SecureRouteError.e8b15981.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgSecureRouteError = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
6
|
+
width: 895.68,
|
|
7
|
+
height: 517.48,
|
|
8
|
+
"data-name": "Layer 1",
|
|
9
|
+
viewBox: "0 0 895.68 517.48",
|
|
10
|
+
...props
|
|
11
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("defs", null, /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
12
|
+
id: "SecureRouteError_svg__a",
|
|
13
|
+
x1: 790.94,
|
|
14
|
+
x2: 790.94,
|
|
15
|
+
y1: 640.76,
|
|
16
|
+
y2: 264.76,
|
|
17
|
+
gradientTransform: "rotate(90 783.095 446.895)",
|
|
18
|
+
gradientUnits: "userSpaceOnUse"
|
|
19
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("stop", {
|
|
20
|
+
offset: 0,
|
|
21
|
+
stopColor: "gray",
|
|
22
|
+
stopOpacity: 0.25
|
|
23
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("stop", {
|
|
24
|
+
offset: 0.54,
|
|
25
|
+
stopColor: "gray",
|
|
26
|
+
stopOpacity: 0.12
|
|
27
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("stop", {
|
|
28
|
+
offset: 1,
|
|
29
|
+
stopColor: "gray",
|
|
30
|
+
stopOpacity: 0.1
|
|
31
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
32
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
33
|
+
id: "SecureRouteError_svg__b",
|
|
34
|
+
x1: 785.97,
|
|
35
|
+
x2: 785.97,
|
|
36
|
+
y1: 446.14,
|
|
37
|
+
y2: 321.91,
|
|
38
|
+
gradientTransform: "rotate(90 783.305 383.365)"
|
|
39
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
40
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
41
|
+
id: "SecureRouteError_svg__c",
|
|
42
|
+
x1: 660.92,
|
|
43
|
+
x2: 660.92,
|
|
44
|
+
y1: 518.19,
|
|
45
|
+
y2: 494.17,
|
|
46
|
+
gradientTransform: "rotate(90 659.87 486.97)"
|
|
47
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
48
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
49
|
+
id: "SecureRouteError_svg__d",
|
|
50
|
+
x1: 433.66,
|
|
51
|
+
x2: 433.66,
|
|
52
|
+
y1: 605.23,
|
|
53
|
+
y2: 235.23,
|
|
54
|
+
gradientTransform: "translate(13.58 8.51)"
|
|
55
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
56
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
57
|
+
id: "SecureRouteError_svg__e",
|
|
58
|
+
x1: 428.36,
|
|
59
|
+
x2: 428.36,
|
|
60
|
+
y1: 413.71,
|
|
61
|
+
y2: 291.46,
|
|
62
|
+
gradientTransform: "translate(-1.05 11.3)"
|
|
63
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
64
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
65
|
+
id: "SecureRouteError_svg__f",
|
|
66
|
+
x1: 295.22,
|
|
67
|
+
x2: 295.22,
|
|
68
|
+
y1: 484.61,
|
|
69
|
+
y2: 460.98,
|
|
70
|
+
gradientTransform: "translate(28.38 37.45)"
|
|
71
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
72
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
73
|
+
id: "SecureRouteError_svg__g",
|
|
74
|
+
x1: 455.07,
|
|
75
|
+
x2: 455.07,
|
|
76
|
+
y1: 464.48,
|
|
77
|
+
y2: 10.48
|
|
78
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
79
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
80
|
+
id: "SecureRouteError_svg__h",
|
|
81
|
+
x1: 449.07,
|
|
82
|
+
x2: 449.07,
|
|
83
|
+
y1: 229.48,
|
|
84
|
+
y2: 79.48
|
|
85
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
86
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
87
|
+
id: "SecureRouteError_svg__i",
|
|
88
|
+
x1: 298.07,
|
|
89
|
+
x2: 298.07,
|
|
90
|
+
y1: 316.48,
|
|
91
|
+
y2: 287.48
|
|
92
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
93
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
94
|
+
id: "SecureRouteError_svg__j",
|
|
95
|
+
x1: 457.07,
|
|
96
|
+
x2: 457.07,
|
|
97
|
+
y1: 517.48,
|
|
98
|
+
y2: 364.48
|
|
99
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
100
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
101
|
+
id: "SecureRouteError_svg__k",
|
|
102
|
+
x1: 611.23,
|
|
103
|
+
x2: 611.23,
|
|
104
|
+
y1: 564.74,
|
|
105
|
+
y2: 464.74
|
|
106
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("linearGradient", {
|
|
107
|
+
xlinkHref: "#SecureRouteError_svg__a",
|
|
108
|
+
id: "SecureRouteError_svg__l",
|
|
109
|
+
x1: 611.23,
|
|
110
|
+
x2: 611.23,
|
|
111
|
+
y1: 660.74,
|
|
112
|
+
y2: 602.74
|
|
113
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
114
|
+
fill: "#f5f5f5",
|
|
115
|
+
d: "m415.967 68.35 2.986-19.655 465.072 70.668-2.987 19.654z"
|
|
116
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
117
|
+
fill: "url(#SecureRouteError_svg__a)",
|
|
118
|
+
d: "M589.23 209.59h376v490.29h-376z",
|
|
119
|
+
transform: "rotate(-81.36 589.882 447.627)"
|
|
120
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
121
|
+
fill: "#f5f5f5",
|
|
122
|
+
d: "m364.447 407.325 51.508-338.98 465.071 70.668-51.508 338.98z"
|
|
123
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
124
|
+
cx: 580.99,
|
|
125
|
+
cy: 251.51,
|
|
126
|
+
r: 4.86,
|
|
127
|
+
fill: "#ff5252",
|
|
128
|
+
transform: "rotate(-81.36 393.642 244.4)"
|
|
129
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
130
|
+
cx: 594.2,
|
|
131
|
+
cy: 253.52,
|
|
132
|
+
r: 4.86,
|
|
133
|
+
fill: "#ff0",
|
|
134
|
+
transform: "rotate(-81.36 406.848 246.405)"
|
|
135
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
136
|
+
cx: 607.41,
|
|
137
|
+
cy: 255.53,
|
|
138
|
+
r: 4.86,
|
|
139
|
+
fill: "#69f0ae",
|
|
140
|
+
transform: "rotate(-81.36 420.06 248.415)"
|
|
141
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
142
|
+
fill: "url(#SecureRouteError_svg__b)",
|
|
143
|
+
d: "M720.53 174.84h124.23v422.38H720.53z",
|
|
144
|
+
transform: "rotate(-81.36 595.3 378.92)"
|
|
145
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
146
|
+
fill: "#fa5a28",
|
|
147
|
+
d: "m435.203 107.291 408.58 62.084-17.294 113.813-408.58-62.083z"
|
|
148
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
149
|
+
fill: "url(#SecureRouteError_svg__c)",
|
|
150
|
+
d: "M628.65 473.94h24.02v28.16h-24.02z",
|
|
151
|
+
transform: "rotate(-81.36 453.304 480.904)"
|
|
152
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
153
|
+
fill: "#fa5a28",
|
|
154
|
+
d: "m477.377 284.582 26.2 3.981-2.987 19.655-26.2-3.981z"
|
|
155
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
156
|
+
fill: "#ff5252",
|
|
157
|
+
d: "m472.262 318.154 26.2 3.98-2.987 19.655-26.2-3.981z"
|
|
158
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
159
|
+
fill: "#ff9800",
|
|
160
|
+
d: "m467.167 351.727 26.2 3.98-2.987 19.655-26.2-3.981z"
|
|
161
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
162
|
+
fill: "#fa5a28",
|
|
163
|
+
d: "m546.346 299.25 211.245 32.1-1.74 11.458-211.246-32.099zM541.241 332.823l211.245 32.1-1.74 11.458L539.5 344.282zM536.146 366.396l211.245 32.1-1.741 11.458-211.245-32.1z",
|
|
164
|
+
opacity: 0.4
|
|
165
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
166
|
+
fill: "#f5f5f5",
|
|
167
|
+
d: "M10.887 118.113 499.665 8.858l4.267 19.09L15.154 137.201z"
|
|
168
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
169
|
+
fill: "url(#SecureRouteError_svg__d)",
|
|
170
|
+
d: "M186.23 243.74h522v370h-522z",
|
|
171
|
+
transform: "rotate(-12.6 -495.083 1022.25)"
|
|
172
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
173
|
+
fill: "#f5f5f5",
|
|
174
|
+
d: "M15.15 137.213 503.928 27.958l73.602 329.274L88.752 466.487z"
|
|
175
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("ellipse", {
|
|
176
|
+
cx: 177.11,
|
|
177
|
+
cy: 316.25,
|
|
178
|
+
fill: "#ff5252",
|
|
179
|
+
rx: 5.17,
|
|
180
|
+
ry: 4.78,
|
|
181
|
+
transform: "rotate(-12.6 -765.182 909.732)"
|
|
182
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("ellipse", {
|
|
183
|
+
cx: 191,
|
|
184
|
+
cy: 313.15,
|
|
185
|
+
fill: "#ff0",
|
|
186
|
+
rx: 5.17,
|
|
187
|
+
ry: 4.78,
|
|
188
|
+
transform: "rotate(-12.6 -751.271 906.638)"
|
|
189
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("ellipse", {
|
|
190
|
+
cx: 204.88,
|
|
191
|
+
cy: 310.05,
|
|
192
|
+
fill: "#69f0ae",
|
|
193
|
+
rx: 5.17,
|
|
194
|
+
ry: 4.78,
|
|
195
|
+
transform: "rotate(-12.6 -737.406 903.539)"
|
|
196
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
197
|
+
fill: "url(#SecureRouteError_svg__e)",
|
|
198
|
+
d: "M202.46 302.76h449.7v122.25h-449.7z",
|
|
199
|
+
transform: "rotate(-12.6 -514.97 957.389)"
|
|
200
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
201
|
+
fill: "#fa5a28",
|
|
202
|
+
d: "m48.613 165.637 429.403-95.983 24.711 110.552-429.403 95.983z"
|
|
203
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
204
|
+
fill: "url(#SecureRouteError_svg__f)",
|
|
205
|
+
d: "M308.61 498.42h29.98v23.63h-29.98z",
|
|
206
|
+
transform: "rotate(-12.6 -618.682 1103.725)"
|
|
207
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
208
|
+
fill: "#fa5a28",
|
|
209
|
+
d: "m158.065 313.478 27.655-6.208 4.303 19.169-27.655 6.208z"
|
|
210
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
211
|
+
fill: "#ff5252",
|
|
212
|
+
d: "m163.17 344.626 27.54-6.156 4.267 19.09-27.54 6.155z"
|
|
213
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
214
|
+
fill: "#ff9800",
|
|
215
|
+
d: "m172.831 378.936 27.656-6.208 4.303 19.169-27.655 6.208z"
|
|
216
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
217
|
+
fill: "#fa5a28",
|
|
218
|
+
d: "m229.908 299.64 222.012-49.626 2.489 11.135-222.012 49.626zM237.197 332.254l222.01-49.625 2.49 11.135-222.011 49.625zM244.485 364.858l222.011-49.625 2.489 11.135-222.011 49.626z",
|
|
219
|
+
opacity: 0.4
|
|
220
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
221
|
+
fill: "#f5f5f5",
|
|
222
|
+
d: "M170.07 18.48h568v24h-568z"
|
|
223
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
224
|
+
fill: "url(#SecureRouteError_svg__g)",
|
|
225
|
+
d: "M159.07 10.48h592v454h-592z"
|
|
226
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
227
|
+
fill: "#fff",
|
|
228
|
+
d: "M170.07 42.48h568v414h-568z"
|
|
229
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
230
|
+
cx: 183.94,
|
|
231
|
+
cy: 30.48,
|
|
232
|
+
r: 5.87,
|
|
233
|
+
fill: "#ff5252"
|
|
234
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
235
|
+
cx: 200.07,
|
|
236
|
+
cy: 30.48,
|
|
237
|
+
r: 5.87,
|
|
238
|
+
fill: "#ff0"
|
|
239
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("circle", {
|
|
240
|
+
cx: 216.2,
|
|
241
|
+
cy: 30.48,
|
|
242
|
+
r: 5.87,
|
|
243
|
+
fill: "#69f0ae"
|
|
244
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
245
|
+
fill: "url(#SecureRouteError_svg__h)",
|
|
246
|
+
d: "M194.07 79.48h510v150h-510z"
|
|
247
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
248
|
+
fill: "#fa5a28",
|
|
249
|
+
d: "M200.07 85.48h499v139h-499z"
|
|
250
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
251
|
+
fill: "url(#SecureRouteError_svg__i)",
|
|
252
|
+
d: "M281.07 287.48h34v29h-34z"
|
|
253
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
254
|
+
fill: "#fa5a28",
|
|
255
|
+
d: "M282.57 289.48h32v24h-32z"
|
|
256
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
257
|
+
fill: "#ff5252",
|
|
258
|
+
d: "M282.57 330.48h32v24h-32z"
|
|
259
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
260
|
+
fill: "#ff9800",
|
|
261
|
+
d: "M282.57 371.48h32v24h-32z"
|
|
262
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
263
|
+
fill: "#fa5a28",
|
|
264
|
+
d: "M367.57 294.48h258v14h-258zM367.57 335.48h258v14h-258zM367.57 376.48h258v14h-258z",
|
|
265
|
+
opacity: 0.4
|
|
266
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
267
|
+
fill: "url(#SecureRouteError_svg__j)",
|
|
268
|
+
d: "M364.07 364.48h186v153h-186z"
|
|
269
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
270
|
+
fill: "url(#SecureRouteError_svg__k)",
|
|
271
|
+
d: "M559.15 531.41a52.08 52.08 0 0 1 104.17 0v33.33h14.58v-33.33a66.67 66.67 0 1 0-133.33 0v33.33h14.58Z",
|
|
272
|
+
transform: "translate(-152.16 -191.26)"
|
|
273
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
274
|
+
fill: "#fff",
|
|
275
|
+
d: "M409.07 339.48a50 50 0 0 1 100 0v32h14v-32a64 64 0 0 0-128 0v32h14Z"
|
|
276
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
277
|
+
fill: "#fa5a28",
|
|
278
|
+
d: "M372.07 369.48h174v142h-174z"
|
|
279
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
280
|
+
fill: "#fff",
|
|
281
|
+
d: "M372.07 369.48h174v142h-174z"
|
|
282
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
283
|
+
fill: "#fa5a28",
|
|
284
|
+
d: "M372.07 397.48h174v86h-174z"
|
|
285
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
286
|
+
fill: "url(#SecureRouteError_svg__l)",
|
|
287
|
+
d: "M624 615.5a12.76 12.76 0 1 0-22 8.74v27.22a9.28 9.28 0 0 0 18.56 0v-27.22a12.7 12.7 0 0 0 3.44-8.74",
|
|
288
|
+
transform: "translate(-152.16 -191.26)"
|
|
289
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
290
|
+
d: "M470.07 426.48a11 11 0 1 0-19 7.53v23.47a8 8 0 1 0 16 0v-23.47a11 11 0 0 0 3-7.53",
|
|
291
|
+
opacity: 0.2
|
|
292
|
+
}));
|
|
293
|
+
const SecureRouteError = __rslib_svgr_url__0__;
|
|
294
|
+
export default SecureRouteError;
|
|
295
|
+
export { SvgSecureRouteError as ReactComponent };
|
|
296
|
+
|
|
297
|
+
//# sourceMappingURL=SecureRouteError.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components/NotAuthorizedError/SecureRouteError.js","sources":["../../../src/components/NotAuthorizedError/SecureRouteError.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgSecureRouteError = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlnsXlink=\"http://www.w3.org/1999/xlink\" width={895.68} height={517.48} data-name=\"Layer 1\" viewBox=\"0 0 895.68 517.48\" {...props}><defs><linearGradient id=\"SecureRouteError_svg__a\" x1={790.94} x2={790.94} y1={640.76} y2={264.76} gradientTransform=\"rotate(90 783.095 446.895)\" gradientUnits=\"userSpaceOnUse\"><stop offset={0} stopColor=\"gray\" stopOpacity={0.25} /><stop offset={0.54} stopColor=\"gray\" stopOpacity={0.12} /><stop offset={1} stopColor=\"gray\" stopOpacity={0.1} /></linearGradient><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__b\" x1={785.97} x2={785.97} y1={446.14} y2={321.91} gradientTransform=\"rotate(90 783.305 383.365)\" /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__c\" x1={660.92} x2={660.92} y1={518.19} y2={494.17} gradientTransform=\"rotate(90 659.87 486.97)\" /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__d\" x1={433.66} x2={433.66} y1={605.23} y2={235.23} gradientTransform=\"translate(13.58 8.51)\" /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__e\" x1={428.36} x2={428.36} y1={413.71} y2={291.46} gradientTransform=\"translate(-1.05 11.3)\" /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__f\" x1={295.22} x2={295.22} y1={484.61} y2={460.98} gradientTransform=\"translate(28.38 37.45)\" /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__g\" x1={455.07} x2={455.07} y1={464.48} y2={10.48} /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__h\" x1={449.07} x2={449.07} y1={229.48} y2={79.48} /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__i\" x1={298.07} x2={298.07} y1={316.48} y2={287.48} /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__j\" x1={457.07} x2={457.07} y1={517.48} y2={364.48} /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__k\" x1={611.23} x2={611.23} y1={564.74} y2={464.74} /><linearGradient xlinkHref=\"#SecureRouteError_svg__a\" id=\"SecureRouteError_svg__l\" x1={611.23} x2={611.23} y1={660.74} y2={602.74} /></defs><path fill=\"#f5f5f5\" d=\"m415.967 68.35 2.986-19.655 465.072 70.668-2.987 19.654z\" /><path fill=\"url(#SecureRouteError_svg__a)\" d=\"M589.23 209.59h376v490.29h-376z\" transform=\"rotate(-81.36 589.882 447.627)\" /><path fill=\"#f5f5f5\" d=\"m364.447 407.325 51.508-338.98 465.071 70.668-51.508 338.98z\" /><circle cx={580.99} cy={251.51} r={4.86} fill=\"#ff5252\" transform=\"rotate(-81.36 393.642 244.4)\" /><circle cx={594.2} cy={253.52} r={4.86} fill=\"#ff0\" transform=\"rotate(-81.36 406.848 246.405)\" /><circle cx={607.41} cy={255.53} r={4.86} fill=\"#69f0ae\" transform=\"rotate(-81.36 420.06 248.415)\" /><path fill=\"url(#SecureRouteError_svg__b)\" d=\"M720.53 174.84h124.23v422.38H720.53z\" transform=\"rotate(-81.36 595.3 378.92)\" /><path fill=\"#fa5a28\" d=\"m435.203 107.291 408.58 62.084-17.294 113.813-408.58-62.083z\" /><path fill=\"url(#SecureRouteError_svg__c)\" d=\"M628.65 473.94h24.02v28.16h-24.02z\" transform=\"rotate(-81.36 453.304 480.904)\" /><path fill=\"#fa5a28\" d=\"m477.377 284.582 26.2 3.981-2.987 19.655-26.2-3.981z\" /><path fill=\"#ff5252\" d=\"m472.262 318.154 26.2 3.98-2.987 19.655-26.2-3.981z\" /><path fill=\"#ff9800\" d=\"m467.167 351.727 26.2 3.98-2.987 19.655-26.2-3.981z\" /><path fill=\"#fa5a28\" d=\"m546.346 299.25 211.245 32.1-1.74 11.458-211.246-32.099zM541.241 332.823l211.245 32.1-1.74 11.458L539.5 344.282zM536.146 366.396l211.245 32.1-1.741 11.458-211.245-32.1z\" opacity={0.4} /><path fill=\"#f5f5f5\" d=\"M10.887 118.113 499.665 8.858l4.267 19.09L15.154 137.201z\" /><path fill=\"url(#SecureRouteError_svg__d)\" d=\"M186.23 243.74h522v370h-522z\" transform=\"rotate(-12.6 -495.083 1022.25)\" /><path fill=\"#f5f5f5\" d=\"M15.15 137.213 503.928 27.958l73.602 329.274L88.752 466.487z\" /><ellipse cx={177.11} cy={316.25} fill=\"#ff5252\" rx={5.17} ry={4.78} transform=\"rotate(-12.6 -765.182 909.732)\" /><ellipse cx={191} cy={313.15} fill=\"#ff0\" rx={5.17} ry={4.78} transform=\"rotate(-12.6 -751.271 906.638)\" /><ellipse cx={204.88} cy={310.05} fill=\"#69f0ae\" rx={5.17} ry={4.78} transform=\"rotate(-12.6 -737.406 903.539)\" /><path fill=\"url(#SecureRouteError_svg__e)\" d=\"M202.46 302.76h449.7v122.25h-449.7z\" transform=\"rotate(-12.6 -514.97 957.389)\" /><path fill=\"#fa5a28\" d=\"m48.613 165.637 429.403-95.983 24.711 110.552-429.403 95.983z\" /><path fill=\"url(#SecureRouteError_svg__f)\" d=\"M308.61 498.42h29.98v23.63h-29.98z\" transform=\"rotate(-12.6 -618.682 1103.725)\" /><path fill=\"#fa5a28\" d=\"m158.065 313.478 27.655-6.208 4.303 19.169-27.655 6.208z\" /><path fill=\"#ff5252\" d=\"m163.17 344.626 27.54-6.156 4.267 19.09-27.54 6.155z\" /><path fill=\"#ff9800\" d=\"m172.831 378.936 27.656-6.208 4.303 19.169-27.655 6.208z\" /><path fill=\"#fa5a28\" d=\"m229.908 299.64 222.012-49.626 2.489 11.135-222.012 49.626zM237.197 332.254l222.01-49.625 2.49 11.135-222.011 49.625zM244.485 364.858l222.011-49.625 2.489 11.135-222.011 49.626z\" opacity={0.4} /><path fill=\"#f5f5f5\" d=\"M170.07 18.48h568v24h-568z\" /><path fill=\"url(#SecureRouteError_svg__g)\" d=\"M159.07 10.48h592v454h-592z\" /><path fill=\"#fff\" d=\"M170.07 42.48h568v414h-568z\" /><circle cx={183.94} cy={30.48} r={5.87} fill=\"#ff5252\" /><circle cx={200.07} cy={30.48} r={5.87} fill=\"#ff0\" /><circle cx={216.2} cy={30.48} r={5.87} fill=\"#69f0ae\" /><path fill=\"url(#SecureRouteError_svg__h)\" d=\"M194.07 79.48h510v150h-510z\" /><path fill=\"#fa5a28\" d=\"M200.07 85.48h499v139h-499z\" /><path fill=\"url(#SecureRouteError_svg__i)\" d=\"M281.07 287.48h34v29h-34z\" /><path fill=\"#fa5a28\" d=\"M282.57 289.48h32v24h-32z\" /><path fill=\"#ff5252\" d=\"M282.57 330.48h32v24h-32z\" /><path fill=\"#ff9800\" d=\"M282.57 371.48h32v24h-32z\" /><path fill=\"#fa5a28\" d=\"M367.57 294.48h258v14h-258zM367.57 335.48h258v14h-258zM367.57 376.48h258v14h-258z\" opacity={0.4} /><path fill=\"url(#SecureRouteError_svg__j)\" d=\"M364.07 364.48h186v153h-186z\" /><path fill=\"url(#SecureRouteError_svg__k)\" d=\"M559.15 531.41a52.08 52.08 0 0 1 104.17 0v33.33h14.58v-33.33a66.67 66.67 0 1 0-133.33 0v33.33h14.58Z\" transform=\"translate(-152.16 -191.26)\" /><path fill=\"#fff\" d=\"M409.07 339.48a50 50 0 0 1 100 0v32h14v-32a64 64 0 0 0-128 0v32h14Z\" /><path fill=\"#fa5a28\" d=\"M372.07 369.48h174v142h-174z\" /><path fill=\"#fff\" d=\"M372.07 369.48h174v142h-174z\" /><path fill=\"#fa5a28\" d=\"M372.07 397.48h174v86h-174z\" /><path fill=\"url(#SecureRouteError_svg__l)\" d=\"M624 615.5a12.76 12.76 0 1 0-22 8.74v27.22a9.28 9.28 0 0 0 18.56 0v-27.22a12.7 12.7 0 0 0 3.44-8.74\" transform=\"translate(-152.16 -191.26)\" /><path d=\"M470.07 426.48a11 11 0 1 0-19 7.53v23.47a8 8 0 1 0 16 0v-23.47a11 11 0 0 0 3-7.53\" opacity={0.2} /></svg>;\nexport { SvgSecureRouteError as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/SecureRouteError.e8b15981.svg\";"],"names":["SvgSecureRouteError","props"],"mappings":";;AACA,MAAMA,sBAAsBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,YAAW;QAA+B,OAAO;QAAQ,QAAQ;QAAQ,aAAU;QAAU,SAAQ;QAAqB,GAAGA,KAAK;qBAAE,sCAAC,4BAAK,sCAAC;QAAe,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;QAA6B,eAAc;qBAAiB,sCAAC;QAAK,QAAQ;QAAG,WAAU;QAAO,aAAa;sBAAQ,sCAAC;QAAK,QAAQ;QAAM,WAAU;QAAO,aAAa;sBAAQ,sCAAC;QAAK,QAAQ;QAAG,WAAU;QAAO,aAAa;uBAAwB,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;sBAA+B,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;sBAA6B,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;sBAA0B,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;sBAA0B,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,mBAAkB;sBAA2B,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;sBAAS,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;sBAAS,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;sBAAU,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;sBAAU,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;sBAAU,sCAAC;QAAe,WAAU;QAA2B,IAAG;QAA0B,IAAI;QAAQ,IAAI;QAAQ,IAAI;QAAQ,IAAI;uBAAiB,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA6D,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAkC,WAAU;sBAAmC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAiE,sCAAC;QAAO,IAAI;QAAQ,IAAI;QAAQ,GAAG;QAAM,MAAK;QAAU,WAAU;sBAAiC,sCAAC;QAAO,IAAI;QAAO,IAAI;QAAQ,GAAG;QAAM,MAAK;QAAO,WAAU;sBAAmC,sCAAC;QAAO,IAAI;QAAQ,IAAI;QAAQ,GAAG;QAAM,MAAK;QAAU,WAAU;sBAAkC,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAuC,WAAU;sBAAgC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAiE,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAqC,WAAU;sBAAmC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAyD,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAwD,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAwD,sCAAC;QAAK,MAAK;QAAU,GAAE;QAA2K,SAAS;sBAAO,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA8D,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAA+B,WAAU;sBAAmC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAiE,sCAAC;QAAQ,IAAI;QAAQ,IAAI;QAAQ,MAAK;QAAU,IAAI;QAAM,IAAI;QAAM,WAAU;sBAAmC,sCAAC;QAAQ,IAAI;QAAK,IAAI;QAAQ,MAAK;QAAO,IAAI;QAAM,IAAI;QAAM,WAAU;sBAAmC,sCAAC;QAAQ,IAAI;QAAQ,IAAI;QAAQ,MAAK;QAAU,IAAI;QAAM,IAAI;QAAM,WAAU;sBAAmC,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAsC,WAAU;sBAAkC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAkE,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAqC,WAAU;sBAAoC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA6D,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAyD,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA6D,sCAAC;QAAK,MAAK;QAAU,GAAE;QAAoL,SAAS;sBAAO,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA+B,sCAAC;QAAK,MAAK;QAAgC,GAAE;sBAAgC,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAgC,sCAAC;QAAO,IAAI;QAAQ,IAAI;QAAO,GAAG;QAAM,MAAK;sBAAY,sCAAC;QAAO,IAAI;QAAQ,IAAI;QAAO,GAAG;QAAM,MAAK;sBAAS,sCAAC;QAAO,IAAI;QAAO,IAAI;QAAO,GAAG;QAAM,MAAK;sBAAY,sCAAC;QAAK,MAAK;QAAgC,GAAE;sBAAgC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAgC,sCAAC;QAAK,MAAK;QAAgC,GAAE;sBAA8B,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA8B,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA8B,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAA8B,sCAAC;QAAK,MAAK;QAAU,GAAE;QAAoF,SAAS;sBAAO,sCAAC;QAAK,MAAK;QAAgC,GAAE;sBAAiC,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAuG,WAAU;sBAA+B,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAwE,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAiC,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAiC,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAgC,sCAAC;QAAK,MAAK;QAAgC,GAAE;QAAsG,WAAU;sBAA+B,sCAAC;QAAK,GAAE;QAAoF,SAAS;;AAE5jN"}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ReactComponent
|
|
3
|
-
import {
|
|
1
|
+
import react, { Fragment } from "react";
|
|
2
|
+
import { ReactComponent } from "@webiny/icons/more_vert.svg";
|
|
3
|
+
import { DropdownMenu, IconButton } from "@webiny/admin-ui";
|
|
4
4
|
import { OptionsMenuItemProvider } from "./useOptionsMenuItem.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
5
|
+
const OptionsMenu = (props)=>{
|
|
6
|
+
if (!props.actions.length) return null;
|
|
7
|
+
const trigger = props.trigger || /*#__PURE__*/ react.createElement(IconButton, {
|
|
8
|
+
icon: /*#__PURE__*/ react.createElement(ReactComponent, null),
|
|
9
|
+
size: props.size ?? "md",
|
|
10
|
+
iconSize: props.iconSize ?? "default",
|
|
11
|
+
variant: props.variant ?? "ghost",
|
|
12
|
+
"data-testid": props["data-testid"] || "more-options-icon"
|
|
13
|
+
});
|
|
14
|
+
return /*#__PURE__*/ react.createElement("div", {
|
|
15
|
+
onClick: (e)=>e.stopPropagation()
|
|
16
|
+
}, /*#__PURE__*/ react.createElement(DropdownMenu, {
|
|
17
|
+
trigger: trigger
|
|
18
|
+
}, props.actions.map((action)=>/*#__PURE__*/ react.createElement(Fragment, {
|
|
19
|
+
key: action.name
|
|
20
|
+
}, /*#__PURE__*/ react.createElement(OptionsMenuItemProvider, null, action.element)))));
|
|
21
21
|
};
|
|
22
|
+
export { OptionsMenu };
|
|
22
23
|
|
|
23
24
|
//# sourceMappingURL=OptionsMenu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"components/OptionsMenu/OptionsMenu.js","sources":["../../../src/components/OptionsMenu/OptionsMenu.tsx"],"sourcesContent":["import React, { Fragment } from \"react\";\nimport { ReactComponent as MoreVerticalIcon } from \"@webiny/icons/more_vert.svg\";\nimport { IconButton, DropdownMenu } from \"@webiny/admin-ui\";\nimport { OptionsMenuItemProvider } from \"./useOptionsMenuItem.js\";\n\ntype IconButtonProps = React.ComponentProps<typeof IconButton>;\n\nexport interface OptionsMenuProps {\n variant?: IconButtonProps[\"variant\"];\n size?: IconButtonProps[\"size\"];\n iconSize?: IconButtonProps[\"iconSize\"];\n actions: {\n name: string;\n element: React.ReactElement;\n }[];\n trigger?: React.ReactElement;\n [\"data-testid\"]?: string;\n}\n\nexport const OptionsMenu = (props: OptionsMenuProps) => {\n if (!props.actions.length) {\n return null;\n }\n\n const trigger = props.trigger || (\n <IconButton\n icon={<MoreVerticalIcon />}\n size={props.size ?? \"md\"}\n iconSize={props.iconSize ?? \"default\"}\n variant={props.variant ?? \"ghost\"}\n data-testid={props[\"data-testid\"] || \"more-options-icon\"}\n />\n );\n\n return (\n <div onClick={e => e.stopPropagation()}>\n <DropdownMenu trigger={trigger}>\n {props.actions.map(action => (\n <Fragment key={action.name}>\n <OptionsMenuItemProvider>{action.element}</OptionsMenuItemProvider>\n </Fragment>\n ))}\n </DropdownMenu>\n </div>\n );\n};\n"],"names":["OptionsMenu","props","trigger","IconButton","MoreVerticalIcon","e","DropdownMenu","action","Fragment","OptionsMenuItemProvider"],"mappings":";;;;AAmBO,MAAMA,cAAc,CAACC;IACxB,IAAI,CAACA,MAAM,OAAO,CAAC,MAAM,EACrB,OAAO;IAGX,MAAMC,UAAUD,MAAM,OAAO,IAAI,WAAJ,GACzB,oBAACE,YAAUA;QACP,oBAAM,oBAACC,gBAAgBA;QACvB,MAAMH,MAAM,IAAI,IAAI;QACpB,UAAUA,MAAM,QAAQ,IAAI;QAC5B,SAASA,MAAM,OAAO,IAAI;QAC1B,eAAaA,KAAK,CAAC,cAAc,IAAI;;IAI7C,OAAO,WAAP,GACI,oBAAC;QAAI,SAASI,CAAAA,IAAKA,EAAE,eAAe;qBAChC,oBAACC,cAAYA;QAAC,SAASJ;OAClBD,MAAM,OAAO,CAAC,GAAG,CAACM,CAAAA,SAAAA,WAAAA,GACf,oBAACC,UAAQA;YAAC,KAAKD,OAAO,IAAI;yBACtB,oBAACE,yBAAuBA,MAAEF,OAAO,OAAO;AAMhE"}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import react from "react";
|
|
2
2
|
import { DropdownMenu } from "@webiny/admin-ui";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
3
|
+
const OptionsMenuItem = (props)=>/*#__PURE__*/ react.createElement(DropdownMenu.Item, {
|
|
4
|
+
onClick: ()=>{
|
|
5
|
+
props.onAction();
|
|
6
|
+
},
|
|
7
|
+
disabled: props.disabled ?? false,
|
|
8
|
+
"data-testid": props["data-testid"],
|
|
9
|
+
icon: /*#__PURE__*/ react.createElement(DropdownMenu.Item.Icon, {
|
|
10
|
+
label: props.label,
|
|
11
|
+
element: props.icon
|
|
12
|
+
}),
|
|
13
|
+
text: props.label,
|
|
14
|
+
className: props.className
|
|
15
|
+
});
|
|
16
|
+
export { OptionsMenuItem };
|
|
16
17
|
|
|
17
18
|
//# sourceMappingURL=OptionsMenuItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"components/OptionsMenu/OptionsMenuItem.js","sources":["../../../src/components/OptionsMenu/OptionsMenuItem.tsx"],"sourcesContent":["import React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\n\nexport interface OptionsMenuItemProps {\n onAction: () => void;\n disabled?: boolean;\n icon: React.ReactElement;\n label: string;\n [\"data-testid\"]?: string;\n className?: string;\n}\n\nexport const OptionsMenuItem = (props: OptionsMenuItemProps) => {\n return (\n <DropdownMenu.Item\n onClick={() => {\n props.onAction();\n }}\n disabled={props.disabled ?? false}\n data-testid={props[\"data-testid\"]}\n icon={<DropdownMenu.Item.Icon label={props.label} element={props.icon} />}\n text={props.label}\n className={props.className}\n />\n );\n};\n"],"names":["OptionsMenuItem","props","DropdownMenu"],"mappings":";;AAYO,MAAMA,kBAAkB,CAACC,QACrB,WAAP,GACI,oBAACC,aAAa,IAAI;QACd,SAAS;YACLD,MAAM,QAAQ;QAClB;QACA,UAAUA,MAAM,QAAQ,IAAI;QAC5B,eAAaA,KAAK,CAAC,cAAc;QACjC,oBAAM,oBAACC,aAAa,IAAI,CAAC,IAAI;YAAC,OAAOD,MAAM,KAAK;YAAE,SAASA,MAAM,IAAI;;QACrE,MAAMA,MAAM,KAAK;QACjB,WAAWA,MAAM,SAAS"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import
|
|
1
|
+
import react from "react";
|
|
2
2
|
import { DropdownMenu } from "@webiny/admin-ui";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
3
|
+
const OptionsMenuLink = (props)=>/*#__PURE__*/ react.createElement(DropdownMenu.Link, {
|
|
4
|
+
to: props.to,
|
|
5
|
+
disabled: props.disabled,
|
|
6
|
+
"data-testid": props["data-testid"],
|
|
7
|
+
icon: /*#__PURE__*/ react.createElement(DropdownMenu.Item.Icon, {
|
|
8
|
+
label: props.label,
|
|
9
|
+
element: props.icon
|
|
10
|
+
}),
|
|
11
|
+
text: props.label,
|
|
12
|
+
className: props.className
|
|
13
|
+
});
|
|
14
|
+
export { OptionsMenuLink };
|
|
16
15
|
|
|
17
16
|
//# sourceMappingURL=OptionsMenuLink.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"components/OptionsMenu/OptionsMenuLink.js","sources":["../../../src/components/OptionsMenu/OptionsMenuLink.tsx"],"sourcesContent":["import type { HTMLAttributeAnchorTarget } from \"react\";\nimport React from \"react\";\nimport { DropdownMenu } from \"@webiny/admin-ui\";\n\nexport interface OptionsMenuLinkProps {\n disabled?: boolean;\n icon: React.ReactElement;\n label: string;\n to: string;\n target?: HTMLAttributeAnchorTarget;\n [\"data-testid\"]?: string;\n className?: string;\n}\n\nexport const OptionsMenuLink = (props: OptionsMenuLinkProps) => {\n return (\n <DropdownMenu.Link\n to={props.to}\n disabled={props.disabled}\n data-testid={props[\"data-testid\"]}\n icon={<DropdownMenu.Item.Icon label={props.label} element={props.icon} />}\n text={props.label}\n className={props.className}\n />\n );\n};\n"],"names":["OptionsMenuLink","props","DropdownMenu"],"mappings":";;AAcO,MAAMA,kBAAkB,CAACC,QACrB,WAAP,GACI,oBAACC,aAAa,IAAI;QACd,IAAID,MAAM,EAAE;QACZ,UAAUA,MAAM,QAAQ;QACxB,eAAaA,KAAK,CAAC,cAAc;QACjC,oBAAM,oBAACC,aAAa,IAAI,CAAC,IAAI;YAAC,OAAOD,MAAM,KAAK;YAAE,SAASA,MAAM,IAAI;;QACrE,MAAMA,MAAM,KAAK;QACjB,WAAWA,MAAM,SAAS"}
|
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import react from "react";
|
|
2
2
|
import { OptionsMenuItem } from "./OptionsMenuItem.js";
|
|
3
3
|
import { OptionsMenuLink } from "./OptionsMenuLink.js";
|
|
4
|
-
const OptionsMenuItemContext = /*#__PURE__*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export const useOptionsMenuItem = () => {
|
|
16
|
-
const context = React.useContext(OptionsMenuItemContext);
|
|
17
|
-
if (!context) {
|
|
18
|
-
throw new Error("useOptionsMenuItem must be used within a OptionsMenuItemProvider");
|
|
19
|
-
}
|
|
20
|
-
return context;
|
|
4
|
+
const OptionsMenuItemContext = /*#__PURE__*/ react.createContext(void 0);
|
|
5
|
+
const OptionsMenuItemProvider = ({ children })=>/*#__PURE__*/ react.createElement(OptionsMenuItemContext.Provider, {
|
|
6
|
+
value: {
|
|
7
|
+
OptionsMenuItem: OptionsMenuItem,
|
|
8
|
+
OptionsMenuLink: OptionsMenuLink
|
|
9
|
+
}
|
|
10
|
+
}, children);
|
|
11
|
+
const useOptionsMenuItem = ()=>{
|
|
12
|
+
const context = react.useContext(OptionsMenuItemContext);
|
|
13
|
+
if (!context) throw new Error("useOptionsMenuItem must be used within a OptionsMenuItemProvider");
|
|
14
|
+
return context;
|
|
21
15
|
};
|
|
16
|
+
export { OptionsMenuItemProvider, useOptionsMenuItem };
|
|
22
17
|
|
|
23
18
|
//# sourceMappingURL=useOptionsMenuItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"components/OptionsMenu/useOptionsMenuItem.js","sources":["../../../src/components/OptionsMenu/useOptionsMenuItem.tsx"],"sourcesContent":["import React from \"react\";\nimport { OptionsMenuItem } from \"./OptionsMenuItem.js\";\nimport { OptionsMenuLink } from \"./OptionsMenuLink.js\";\n\nexport interface OptionsMenuItemProviderContext {\n OptionsMenuItem: typeof OptionsMenuItem;\n OptionsMenuLink: typeof OptionsMenuLink;\n}\n\nconst OptionsMenuItemContext = React.createContext<OptionsMenuItemProviderContext | undefined>(\n undefined\n);\n\ninterface OptionsMenuItemProviderProps {\n children: React.ReactNode;\n}\n\nexport const OptionsMenuItemProvider = ({ children }: OptionsMenuItemProviderProps) => {\n return (\n <OptionsMenuItemContext.Provider value={{ OptionsMenuItem, OptionsMenuLink }}>\n {children}\n </OptionsMenuItemContext.Provider>\n );\n};\n\nexport const useOptionsMenuItem = (): OptionsMenuItemProviderContext => {\n const context = React.useContext(OptionsMenuItemContext);\n\n if (!context) {\n throw new Error(\"useOptionsMenuItem must be used within a OptionsMenuItemProvider\");\n }\n\n return context;\n};\n"],"names":["OptionsMenuItemContext","React","undefined","OptionsMenuItemProvider","children","OptionsMenuItem","OptionsMenuLink","useOptionsMenuItem","context","Error"],"mappings":";;;AASA,MAAMA,yBAAyB,WAAHA,GAAGC,MAAAA,aAAmB,CAC9CC;AAOG,MAAMC,0BAA0B,CAAC,EAAEC,QAAQ,EAAgC,GACvE,WAAP,GACI,oBAACJ,uBAAuB,QAAQ;QAAC,OAAO;YAAEK,iBAAeA;YAAEC,iBAAeA;QAAC;OACtEF;AAKN,MAAMG,qBAAqB;IAC9B,MAAMC,UAAUP,MAAAA,UAAgB,CAACD;IAEjC,IAAI,CAACQ,SACD,MAAM,IAAIC,MAAM;IAGpB,OAAOD;AACX"}
|
|
@@ -1,44 +1,41 @@
|
|
|
1
|
-
import
|
|
1
|
+
import react, { useCallback, useEffect, useState } from "react";
|
|
2
2
|
import noop from "lodash/noop.js";
|
|
3
3
|
import { OverlayBackdrop, OverlayContent, OverlayHeader, OverlayRoot } from "./components/index.js";
|
|
4
4
|
import { Portal } from "@webiny/admin-ui";
|
|
5
|
-
const noScrollBodyClassNames = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
})
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return (
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
end: barRight,
|
|
39
|
-
variant: variant,
|
|
40
|
-
hideOverlay: hideOverlay
|
|
41
|
-
}), children))));
|
|
5
|
+
const noScrollBodyClassNames = [
|
|
6
|
+
"overflow-hidden",
|
|
7
|
+
"h-screen"
|
|
8
|
+
];
|
|
9
|
+
const OverlayLayout = ({ barMiddle, barLeft, barRight, children, onExited = noop, variant })=>{
|
|
10
|
+
const [visible, setVisible] = useState(true);
|
|
11
|
+
const hideOverlay = useCallback(()=>{
|
|
12
|
+
setVisible(false);
|
|
13
|
+
}, []);
|
|
14
|
+
useEffect(()=>{
|
|
15
|
+
noScrollBodyClassNames.forEach((className)=>document.body.classList.add(className));
|
|
16
|
+
return ()=>{
|
|
17
|
+
noScrollBodyClassNames.forEach((className)=>document.body.classList.remove(className));
|
|
18
|
+
};
|
|
19
|
+
}, []);
|
|
20
|
+
return /*#__PURE__*/ react.createElement(Portal, {
|
|
21
|
+
"data-role": "overlay-layout",
|
|
22
|
+
className: "absolute z-overlay"
|
|
23
|
+
}, /*#__PURE__*/ react.createElement(OverlayRoot, {
|
|
24
|
+
visible: visible,
|
|
25
|
+
onExited: onExited
|
|
26
|
+
}, /*#__PURE__*/ react.createElement(OverlayBackdrop, {
|
|
27
|
+
visible: visible,
|
|
28
|
+
hideOverlay: hideOverlay
|
|
29
|
+
}), /*#__PURE__*/ react.createElement(OverlayContent, {
|
|
30
|
+
visible: visible
|
|
31
|
+
}, /*#__PURE__*/ react.createElement(react.Fragment, null, /*#__PURE__*/ react.createElement(OverlayHeader, {
|
|
32
|
+
start: barLeft,
|
|
33
|
+
middle: barMiddle,
|
|
34
|
+
end: barRight,
|
|
35
|
+
variant: variant,
|
|
36
|
+
hideOverlay: hideOverlay
|
|
37
|
+
}), children))));
|
|
42
38
|
};
|
|
39
|
+
export { OverlayLayout };
|
|
43
40
|
|
|
44
41
|
//# sourceMappingURL=OverlayLayout.js.map
|