@finsemble/finsemble-ui 6.3.0 → 6.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/package.json +1 -1
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +636 -636
- package/react/assets/css/appCatalog.css +1069 -1069
- package/react/assets/css/authentication.css +78 -78
- package/react/assets/css/button.css +220 -220
- package/react/assets/css/core/formElements.css +23 -23
- package/react/assets/css/core/icons.css +69 -69
- package/react/assets/css/core/notifications.css +75 -75
- package/react/assets/css/core/windowFrame.css +36 -36
- package/react/assets/css/dashbar.css +78 -78
- package/react/assets/css/defaultTheme.css +356 -356
- package/react/assets/css/dialogs.css +158 -158
- package/react/assets/css/favorites.css +101 -101
- package/react/assets/css/finsemble.css +38 -38
- package/react/assets/css/focus.css +4 -4
- package/react/assets/css/font-finance.css +385 -385
- package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
- package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
- package/react/assets/css/fonts/font-finance.svg +124 -124
- package/react/assets/css/fonts/icons-reference.html +1174 -1174
- package/react/assets/css/linkerWindow.css +124 -124
- package/react/assets/css/menus.css +195 -195
- package/react/assets/css/notificationsCenter.css +597 -597
- package/react/assets/css/processMonitor.css +213 -213
- package/react/assets/css/search.css +128 -128
- package/react/assets/css/shared/animations.css +99 -99
- package/react/assets/css/tags.css +136 -136
- package/react/assets/css/toolbar.css +413 -413
- package/react/assets/css/userPreferences.css +568 -568
- package/react/assets/css/windowTitleBar.css +652 -652
- package/react/assets/icons/check-square.svg +5 -5
- package/react/assets/icons/check.svg +3 -3
- package/react/assets/icons/chevron-left.svg +3 -3
- package/react/assets/icons/chevron-right.svg +3 -3
- package/react/assets/icons/copy.svg +10 -10
- package/react/assets/icons/exclamation-circle.svg +4 -4
- package/react/assets/icons/external-link.svg +12 -12
- package/react/assets/icons/flag.svg +10 -10
- package/react/assets/icons/folder.svg +3 -3
- package/react/assets/icons/font.svg +3 -3
- package/react/assets/icons/globe.svg +3 -3
- package/react/assets/icons/hdd.svg +9 -9
- package/react/assets/icons/key.svg +10 -10
- package/react/assets/icons/life-ring.svg +3 -3
- package/react/assets/icons/lock.svg +5 -5
- package/react/assets/icons/magic.svg +15 -15
- package/react/assets/icons/moon.svg +10 -10
- package/react/assets/icons/paint-roller.svg +3 -3
- package/react/assets/icons/pencil.svg +10 -10
- package/react/assets/icons/plus.svg +3 -3
- package/react/assets/icons/question-circle.svg +5 -5
- package/react/assets/icons/search.svg +3 -3
- package/react/assets/icons/sun.svg +9 -9
- package/react/assets/icons/times.svg +3 -3
- package/react/assets/icons/toggle-off.svg +6 -6
- package/react/assets/icons/toggle-on.svg +6 -6
- package/react/assets/icons/tools.svg +3 -3
- package/react/assets/icons/trash.svg +12 -12
- package/react/assets/icons/upload.svg +10 -10
- package/react/assets/icons/window.svg +3 -3
- package/react/componentTemplateGenerator.js +85 -85
- package/react/componentTemplateGenerator.js.map +1 -1
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Tag.js.map +1 -1
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/ButtonTile.js.map +1 -1
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ColorPicker.js.map +1 -1
- package/react/components/common/DropZone.js.map +1 -1
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/FileInput.js.map +1 -1
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FontSizeSelector.js.map +1 -1
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/ImagePreview.js.map +1 -1
- package/react/components/common/LoadingSpinner.js.map +1 -1
- package/react/components/common/Tab.js.map +1 -1
- package/react/components/common/Tooltip.js.map +1 -1
- package/react/components/common/css/application-edit-page.css +117 -117
- package/react/components/common/css/application-list.css +47 -47
- package/react/components/common/css/button.css +164 -164
- package/react/components/common/css/color-picker.css +52 -52
- package/react/components/common/css/drop-zone.css +17 -17
- package/react/components/common/css/file-input.css +49 -49
- package/react/components/common/css/header.css +43 -43
- package/react/components/common/css/icon.css +13 -13
- package/react/components/common/css/image-preview.css +57 -57
- package/react/components/common/css/loading-spinner.css +39 -39
- package/react/components/common/css/selector.css +51 -51
- package/react/components/common/css/styles.css +128 -128
- package/react/components/common/css/tab.css +56 -56
- package/react/components/common/css/toggle.css +32 -32
- package/react/components/common/css/tooltip.css +78 -78
- package/react/components/common/file_helpers.js.map +1 -1
- package/react/components/common/fixtures/FinsembleIcon.css +4 -4
- package/react/components/common/helpers.js.map +1 -1
- package/react/components/common/stories/Button.stories.js.map +1 -1
- package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
- package/react/components/common/stories/ButtonRow.stories.js.map +1 -1
- package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
- package/react/components/common/stories/Checkbox.stories.js.map +1 -1
- package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
- package/react/components/common/stories/DropZone.stories.js.map +1 -1
- package/react/components/common/stories/DropdownButton.stories.js.map +1 -1
- package/react/components/common/stories/FileInput.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
- package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
- package/react/components/common/stories/Header.stories.js.map +1 -1
- package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
- package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
- package/react/components/common/stories/Tab.stories.js.map +1 -1
- package/react/components/common/stories/Tooltip.stories.js.map +1 -1
- package/react/components/common/tests/ButtonRow.spec.js.map +1 -1
- package/react/components/common/tests/Checkbox.spec.js.map +1 -1
- package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
- package/react/components/common/tests/DropZone.spec.js.map +1 -1
- package/react/components/common/tests/FileInput.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
- package/react/components/common/tests/Header.spec.js.map +1 -1
- package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
- package/react/components/common/tests/Tab.spec.js.map +1 -1
- package/react/components/common/tests/Tooltip.spec.js.map +1 -1
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
- package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
- package/react/components/favorites/index.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.css +126 -126
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.js +1 -1
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/icons/Card.js.map +1 -1
- package/react/components/notifications/icons/Chevron.js.map +1 -1
- package/react/components/notifications/icons/CloseIcon.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/helpers.spec.js.map +1 -1
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +1 -0
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +2 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/quickComponentForm/quickComponent.css +3 -3
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Highlight.spec.js.map +1 -1
- package/react/components/search/Highlight.stories.js.map +1 -1
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/Animate.js.map +1 -1
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/NavigationButton.js.map +1 -1
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +1 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +1 -1
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/shared/validateURL.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditAccess.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.css +94 -94
- package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
- package/react/components/smartDesktopDesigner/Application.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
- package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
- package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
- package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
- package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
- package/react/components/smartDesktopDesigner/Content.js.map +1 -1
- package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
- package/react/components/smartDesktopDesigner/Export.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
- package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
- package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
- package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
- package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
- package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
- package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
- package/react/components/smartDesktopDesigner/View.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
- package/react/components/smartDesktopDesigner/css/applications.css +127 -127
- package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
- package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
- package/react/components/smartDesktopDesigner/css/export.css +163 -163
- package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
- package/react/components/smartDesktopDesigner/css/nav.css +93 -93
- package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
- package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
- package/react/components/smartDesktopDesigner/css/styles.css +179 -179
- package/react/components/smartDesktopDesigner/css/views.css +16 -16
- package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
- package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/System.spec.js.map +1 -1
- package/react/components/system/System.stories.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/RevealAll.spec.js.map +1 -1
- package/react/components/toolbar/RevealAll.stories.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +90 -90
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/General.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Notifications.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +1 -1
- package/react/components/userPreferences/stories/UserPreferences.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Workspaces.stories.js.map +1 -1
- package/react/components/userPreferences/tests/ContentSection.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/General.spec.js.map +1 -1
- package/react/components/userPreferences/tests/LeftNav.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +1 -1
- package/react/components/userPreferences/tests/Notifications.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +1 -1
- package/react/components/userPreferences/tests/ScheduledRestart.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +1 -1
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
- package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.css +3 -3
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/enzymeSetup.js.map +1 -1
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/hooks/useWorkspace.js.map +1 -1
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/iconTypes.js.map +1 -1
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/searchTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/windowTitleBar.js.map +1 -1
- package/react/types/workspaceTypes.js.map +1 -1
|
@@ -1,121 +1,121 @@
|
|
|
1
|
-
.project-header {
|
|
2
|
-
font-size: 1.2em;
|
|
3
|
-
padding: 14px 2.4rem;
|
|
4
|
-
background-color: #22262f;
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
align-items: flex-start;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
height: 3.8rem;
|
|
10
|
-
/* overflow: hidden; */
|
|
11
|
-
border-top: 1px black solid;
|
|
12
|
-
margin-top: 1px;
|
|
13
|
-
min-height: 4.5rem;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.project-name-container {
|
|
17
|
-
display: flex;
|
|
18
|
-
align-items: center;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.project-title-icon {
|
|
22
|
-
color: #acb2c0;
|
|
23
|
-
margin-right: 1em;
|
|
24
|
-
flex-grow: 0;
|
|
25
|
-
font-size: 1.7rem;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.is-editing-project-name .project-name-container::before {
|
|
29
|
-
opacity: 1;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.project-name-field {
|
|
33
|
-
font-size: inherit;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.project-name-field input[type="text"] {
|
|
37
|
-
font-size: 16px;
|
|
38
|
-
font-weight: bold;
|
|
39
|
-
transition: border-color 0.25s;
|
|
40
|
-
padding: 0.25rem 0em 0em;
|
|
41
|
-
border-color: transparent;
|
|
42
|
-
min-width: 15em;
|
|
43
|
-
max-width: 20em;
|
|
44
|
-
height: 1.5em;
|
|
45
|
-
letter-spacing: 0.4px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.project-name-field input[type="text"]:hover,
|
|
49
|
-
.project-name-field input[type="text"]:focus {
|
|
50
|
-
cursor: text;
|
|
51
|
-
border-color: #42a5ba;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.project-name-field input[type="text"]::placeholder {
|
|
55
|
-
color: #fff;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.project-name-field input[type="text"]:focus::placeholder {
|
|
59
|
-
color: rgba(255, 255, 255, 0.75);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.project-name-actions {
|
|
63
|
-
opacity: 0;
|
|
64
|
-
padding: 0.75em;
|
|
65
|
-
z-index: 100;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.is-editing-project-name .project-name-actions {
|
|
69
|
-
opacity: 1;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.is-editing-project-name .project-name-container::before {
|
|
73
|
-
opacity: 1;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.is-editing-project-name input[type="text"] {
|
|
77
|
-
cursor: text;
|
|
78
|
-
border-color: #42a5ba;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.project-name-actions button:disabled {
|
|
82
|
-
opacity: 0.25;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.is-editing-project-name.is-invalid-project-name input[type="text"] {
|
|
86
|
-
border-color: #da5c5c;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.is-invalid-project-name input {
|
|
90
|
-
color: #da5c5c;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.project-name-error-icon {
|
|
94
|
-
font-size: 12px;
|
|
95
|
-
display: inline-block;
|
|
96
|
-
position: absolute;
|
|
97
|
-
left: 5px;
|
|
98
|
-
top: 32px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.current-project-path {
|
|
102
|
-
margin-left: 10px;
|
|
103
|
-
font-size: 0.9em;
|
|
104
|
-
white-space: nowrap;
|
|
105
|
-
max-width: 100%;
|
|
106
|
-
overflow: hidden;
|
|
107
|
-
text-overflow: ellipsis;
|
|
108
|
-
cursor: pointer;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.change-project-path-button button {
|
|
112
|
-
color: #acb2c0;
|
|
113
|
-
padding: 0px;
|
|
114
|
-
font-size: 17px;
|
|
115
|
-
margin-left: 2px;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.project-path-container {
|
|
119
|
-
display: flex;
|
|
120
|
-
flex-wrap: nowrap;
|
|
121
|
-
}
|
|
1
|
+
.project-header {
|
|
2
|
+
font-size: 1.2em;
|
|
3
|
+
padding: 14px 2.4rem;
|
|
4
|
+
background-color: #22262f;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: flex-start;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
height: 3.8rem;
|
|
10
|
+
/* overflow: hidden; */
|
|
11
|
+
border-top: 1px black solid;
|
|
12
|
+
margin-top: 1px;
|
|
13
|
+
min-height: 4.5rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.project-name-container {
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.project-title-icon {
|
|
22
|
+
color: #acb2c0;
|
|
23
|
+
margin-right: 1em;
|
|
24
|
+
flex-grow: 0;
|
|
25
|
+
font-size: 1.7rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.is-editing-project-name .project-name-container::before {
|
|
29
|
+
opacity: 1;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.project-name-field {
|
|
33
|
+
font-size: inherit;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.project-name-field input[type="text"] {
|
|
37
|
+
font-size: 16px;
|
|
38
|
+
font-weight: bold;
|
|
39
|
+
transition: border-color 0.25s;
|
|
40
|
+
padding: 0.25rem 0em 0em;
|
|
41
|
+
border-color: transparent;
|
|
42
|
+
min-width: 15em;
|
|
43
|
+
max-width: 20em;
|
|
44
|
+
height: 1.5em;
|
|
45
|
+
letter-spacing: 0.4px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.project-name-field input[type="text"]:hover,
|
|
49
|
+
.project-name-field input[type="text"]:focus {
|
|
50
|
+
cursor: text;
|
|
51
|
+
border-color: #42a5ba;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.project-name-field input[type="text"]::placeholder {
|
|
55
|
+
color: #fff;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.project-name-field input[type="text"]:focus::placeholder {
|
|
59
|
+
color: rgba(255, 255, 255, 0.75);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.project-name-actions {
|
|
63
|
+
opacity: 0;
|
|
64
|
+
padding: 0.75em;
|
|
65
|
+
z-index: 100;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.is-editing-project-name .project-name-actions {
|
|
69
|
+
opacity: 1;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.is-editing-project-name .project-name-container::before {
|
|
73
|
+
opacity: 1;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.is-editing-project-name input[type="text"] {
|
|
77
|
+
cursor: text;
|
|
78
|
+
border-color: #42a5ba;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.project-name-actions button:disabled {
|
|
82
|
+
opacity: 0.25;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.is-editing-project-name.is-invalid-project-name input[type="text"] {
|
|
86
|
+
border-color: #da5c5c;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.is-invalid-project-name input {
|
|
90
|
+
color: #da5c5c;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.project-name-error-icon {
|
|
94
|
+
font-size: 12px;
|
|
95
|
+
display: inline-block;
|
|
96
|
+
position: absolute;
|
|
97
|
+
left: 5px;
|
|
98
|
+
top: 32px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.current-project-path {
|
|
102
|
+
margin-left: 10px;
|
|
103
|
+
font-size: 0.9em;
|
|
104
|
+
white-space: nowrap;
|
|
105
|
+
max-width: 100%;
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
text-overflow: ellipsis;
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.change-project-path-button button {
|
|
112
|
+
color: #acb2c0;
|
|
113
|
+
padding: 0px;
|
|
114
|
+
font-size: 17px;
|
|
115
|
+
margin-left: 2px;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.project-path-container {
|
|
119
|
+
display: flex;
|
|
120
|
+
flex-wrap: nowrap;
|
|
121
|
+
}
|
|
@@ -1,179 +1,179 @@
|
|
|
1
|
-
body,
|
|
2
|
-
html {
|
|
3
|
-
padding: 0px;
|
|
4
|
-
margin: 0px;
|
|
5
|
-
width: 100vw;
|
|
6
|
-
height: 100vh;
|
|
7
|
-
font-size: 13px;
|
|
8
|
-
background-color: #22262f;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
p {
|
|
12
|
-
opacity: 75%;
|
|
13
|
-
margin-left: 1em;
|
|
14
|
-
line-height: 1.7em;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
h2 {
|
|
18
|
-
margin: 0em;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
* {
|
|
22
|
-
-webkit-font-smoothing: antialiased;
|
|
23
|
-
-moz-osx-font-smoothing: grayscale;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
*,
|
|
27
|
-
*::after,
|
|
28
|
-
*::before {
|
|
29
|
-
-webkit-user-select: none;
|
|
30
|
-
-webkit-user-drag: none;
|
|
31
|
-
-webkit-app-region: no-drag;
|
|
32
|
-
cursor: default;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
button {
|
|
36
|
-
border-radius: 3px;
|
|
37
|
-
font-family: OpenSans;
|
|
38
|
-
font-weight: 600;
|
|
39
|
-
padding: 0.5em 1em;
|
|
40
|
-
background-color: transparent;
|
|
41
|
-
border: 0px solid transparent;
|
|
42
|
-
color: #fff;
|
|
43
|
-
font-size: 0.9rem;
|
|
44
|
-
transition: all 0.2s ease-in;
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.tile-type-button {
|
|
49
|
-
width: 13.6em;
|
|
50
|
-
height: 8.5em;
|
|
51
|
-
flex-grow: 0;
|
|
52
|
-
flex-shrink: 0;
|
|
53
|
-
flex-direction: column;
|
|
54
|
-
justify-content: center;
|
|
55
|
-
align-items: center;
|
|
56
|
-
padding-top: 1.3em;
|
|
57
|
-
margin: 0.5em 0.5em;
|
|
58
|
-
background-color: #373b43;
|
|
59
|
-
border-radius: 0.5em;
|
|
60
|
-
font-size: 1.1em;
|
|
61
|
-
transition: all 0.25s;
|
|
62
|
-
border: 2px solid transparent;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.tile-type-button:hover {
|
|
66
|
-
border-color: #36788b;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
button[type="submit"] {
|
|
70
|
-
background-color: #42a5ba;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
fieldset {
|
|
74
|
-
padding: 0px;
|
|
75
|
-
margin: 0px;
|
|
76
|
-
border: 0px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
legend {
|
|
80
|
-
margin: 0px;
|
|
81
|
-
padding: 0px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
input[type="text"] {
|
|
85
|
-
border: 0px transparent solid;
|
|
86
|
-
border-bottom: 2px solid transparent;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
textarea {
|
|
90
|
-
padding: 1em 0em;
|
|
91
|
-
border: 0;
|
|
92
|
-
border-bottom: 2px transparent solid;
|
|
93
|
-
cursor: text;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
input[type="text"],
|
|
97
|
-
textarea {
|
|
98
|
-
font-family: OpenSans;
|
|
99
|
-
font-size: 0.9em;
|
|
100
|
-
height: 2.9em;
|
|
101
|
-
padding-left: 0.5em;
|
|
102
|
-
color: #fff;
|
|
103
|
-
border-bottom: 2px solid #3d4455;
|
|
104
|
-
background-color: #22262f;
|
|
105
|
-
transition: all 0.2s ease-in;
|
|
106
|
-
cursor: text;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
input[type="text"]:focus,
|
|
110
|
-
textarea:focus {
|
|
111
|
-
outline: none;
|
|
112
|
-
border-color: #42a5ba;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
input[type="text"][aria-invalid="true"] {
|
|
116
|
-
border-bottom: 2px solid #f26666;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.invalid-message {
|
|
120
|
-
font-size: 10px;
|
|
121
|
-
color: #f26666;
|
|
122
|
-
display: block;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.config-container {
|
|
126
|
-
top: 0px;
|
|
127
|
-
left: 0px;
|
|
128
|
-
right: 0px;
|
|
129
|
-
bottom: 0px;
|
|
130
|
-
max-width: 100%;
|
|
131
|
-
max-height: 100%;
|
|
132
|
-
position: absolute;
|
|
133
|
-
display: flex;
|
|
134
|
-
flex-direction: column;
|
|
135
|
-
overflow: hidden;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.project-container {
|
|
139
|
-
display: flex;
|
|
140
|
-
flex-grow: 1;
|
|
141
|
-
max-height: 100%;
|
|
142
|
-
overflow: auto;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/* width: 8px, per @DanNicolai */
|
|
146
|
-
|
|
147
|
-
::-webkit-scrollbar {
|
|
148
|
-
width: 8px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/* Track */
|
|
152
|
-
|
|
153
|
-
::-webkit-scrollbar-track {
|
|
154
|
-
background: none;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/* Handle */
|
|
158
|
-
|
|
159
|
-
::-webkit-scrollbar-thumb {
|
|
160
|
-
background: #f1f1f1;
|
|
161
|
-
border-radius: 3px;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/* Handle on hover */
|
|
165
|
-
|
|
166
|
-
::-webkit-scrollbar-thumb:hover {
|
|
167
|
-
background: #555;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
input[type="file"] {
|
|
171
|
-
font-family: OpenSans;
|
|
172
|
-
font-size: 1em;
|
|
173
|
-
font-weight: 600;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
@import url("./nav.css");
|
|
177
|
-
@import url("./views.css");
|
|
178
|
-
@import url("./getting-started.css");
|
|
179
|
-
@import url("./project-header.css");
|
|
1
|
+
body,
|
|
2
|
+
html {
|
|
3
|
+
padding: 0px;
|
|
4
|
+
margin: 0px;
|
|
5
|
+
width: 100vw;
|
|
6
|
+
height: 100vh;
|
|
7
|
+
font-size: 13px;
|
|
8
|
+
background-color: #22262f;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
p {
|
|
12
|
+
opacity: 75%;
|
|
13
|
+
margin-left: 1em;
|
|
14
|
+
line-height: 1.7em;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
h2 {
|
|
18
|
+
margin: 0em;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
* {
|
|
22
|
+
-webkit-font-smoothing: antialiased;
|
|
23
|
+
-moz-osx-font-smoothing: grayscale;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
*,
|
|
27
|
+
*::after,
|
|
28
|
+
*::before {
|
|
29
|
+
-webkit-user-select: none;
|
|
30
|
+
-webkit-user-drag: none;
|
|
31
|
+
-webkit-app-region: no-drag;
|
|
32
|
+
cursor: default;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
button {
|
|
36
|
+
border-radius: 3px;
|
|
37
|
+
font-family: OpenSans;
|
|
38
|
+
font-weight: 600;
|
|
39
|
+
padding: 0.5em 1em;
|
|
40
|
+
background-color: transparent;
|
|
41
|
+
border: 0px solid transparent;
|
|
42
|
+
color: #fff;
|
|
43
|
+
font-size: 0.9rem;
|
|
44
|
+
transition: all 0.2s ease-in;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.tile-type-button {
|
|
49
|
+
width: 13.6em;
|
|
50
|
+
height: 8.5em;
|
|
51
|
+
flex-grow: 0;
|
|
52
|
+
flex-shrink: 0;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
align-items: center;
|
|
56
|
+
padding-top: 1.3em;
|
|
57
|
+
margin: 0.5em 0.5em;
|
|
58
|
+
background-color: #373b43;
|
|
59
|
+
border-radius: 0.5em;
|
|
60
|
+
font-size: 1.1em;
|
|
61
|
+
transition: all 0.25s;
|
|
62
|
+
border: 2px solid transparent;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.tile-type-button:hover {
|
|
66
|
+
border-color: #36788b;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
button[type="submit"] {
|
|
70
|
+
background-color: #42a5ba;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
fieldset {
|
|
74
|
+
padding: 0px;
|
|
75
|
+
margin: 0px;
|
|
76
|
+
border: 0px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
legend {
|
|
80
|
+
margin: 0px;
|
|
81
|
+
padding: 0px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
input[type="text"] {
|
|
85
|
+
border: 0px transparent solid;
|
|
86
|
+
border-bottom: 2px solid transparent;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
textarea {
|
|
90
|
+
padding: 1em 0em;
|
|
91
|
+
border: 0;
|
|
92
|
+
border-bottom: 2px transparent solid;
|
|
93
|
+
cursor: text;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
input[type="text"],
|
|
97
|
+
textarea {
|
|
98
|
+
font-family: OpenSans;
|
|
99
|
+
font-size: 0.9em;
|
|
100
|
+
height: 2.9em;
|
|
101
|
+
padding-left: 0.5em;
|
|
102
|
+
color: #fff;
|
|
103
|
+
border-bottom: 2px solid #3d4455;
|
|
104
|
+
background-color: #22262f;
|
|
105
|
+
transition: all 0.2s ease-in;
|
|
106
|
+
cursor: text;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
input[type="text"]:focus,
|
|
110
|
+
textarea:focus {
|
|
111
|
+
outline: none;
|
|
112
|
+
border-color: #42a5ba;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
input[type="text"][aria-invalid="true"] {
|
|
116
|
+
border-bottom: 2px solid #f26666;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.invalid-message {
|
|
120
|
+
font-size: 10px;
|
|
121
|
+
color: #f26666;
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.config-container {
|
|
126
|
+
top: 0px;
|
|
127
|
+
left: 0px;
|
|
128
|
+
right: 0px;
|
|
129
|
+
bottom: 0px;
|
|
130
|
+
max-width: 100%;
|
|
131
|
+
max-height: 100%;
|
|
132
|
+
position: absolute;
|
|
133
|
+
display: flex;
|
|
134
|
+
flex-direction: column;
|
|
135
|
+
overflow: hidden;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.project-container {
|
|
139
|
+
display: flex;
|
|
140
|
+
flex-grow: 1;
|
|
141
|
+
max-height: 100%;
|
|
142
|
+
overflow: auto;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* width: 8px, per @DanNicolai */
|
|
146
|
+
|
|
147
|
+
::-webkit-scrollbar {
|
|
148
|
+
width: 8px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Track */
|
|
152
|
+
|
|
153
|
+
::-webkit-scrollbar-track {
|
|
154
|
+
background: none;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/* Handle */
|
|
158
|
+
|
|
159
|
+
::-webkit-scrollbar-thumb {
|
|
160
|
+
background: #f1f1f1;
|
|
161
|
+
border-radius: 3px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/* Handle on hover */
|
|
165
|
+
|
|
166
|
+
::-webkit-scrollbar-thumb:hover {
|
|
167
|
+
background: #555;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
input[type="file"] {
|
|
171
|
+
font-family: OpenSans;
|
|
172
|
+
font-size: 1em;
|
|
173
|
+
font-weight: 600;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@import url("./nav.css");
|
|
177
|
+
@import url("./views.css");
|
|
178
|
+
@import url("./getting-started.css");
|
|
179
|
+
@import url("./project-header.css");
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.view-container {
|
|
2
|
-
flex-grow: 1;
|
|
3
|
-
height: 100%;
|
|
4
|
-
overflow-x: hidden;
|
|
5
|
-
overflow-y: auto;
|
|
6
|
-
position: relative;
|
|
7
|
-
background-color: #171a20;
|
|
8
|
-
border-radius: 20px 0 0 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.view-content {
|
|
12
|
-
margin: 0em 2.1rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@import url("./applications.css");
|
|
16
|
-
@import url("./appearance.css");
|
|
1
|
+
.view-container {
|
|
2
|
+
flex-grow: 1;
|
|
3
|
+
height: 100%;
|
|
4
|
+
overflow-x: hidden;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
position: relative;
|
|
7
|
+
background-color: #171a20;
|
|
8
|
+
border-radius: 20px 0 0 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.view-content {
|
|
12
|
+
margin: 0em 2.1rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@import url("./applications.css");
|
|
16
|
+
@import url("./appearance.css");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationEditProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationEditProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD,MAAM,eAAe,GAAG,GAAqB,EAAE,CAC9C,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,IAAI,CAAC,CAAC;AACf,CAAC,CAAC,CAAC;AAEJ,MAAM,gBAAgB,GAAG,GAA2B,EAAE,CACrD,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC;AACxB,CAAC,CAAC,CAAC;AAEJ,MAAM,gBAAgB,GAAyB;IAC9C,EAAE,EAAE,KAAK;IACT,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,GAAG,EAAE,CAChB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;IACD,0BAA0B,EAAE,eAAe;IAC3C,2BAA2B,EAAE,eAAe;IAC5C,MAAM,EAAE,gBAAgB;CACxB,CAAC;AACF,MAAM,cAAc,GAAyB;IAC5C,EAAE,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK;IACzB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,eAAe;IAC3B,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IACzC,0BAA0B,EAAE,eAAe;IAC3C,2BAA2B,EAAE,eAAe;IAC5C,MAAM,EAAE,gBAAgB;CACxB,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,CAAC","sourcesContent":["import { ApplicationEditProps } from \"../ApplicationEdit\";\
|
|
1
|
+
{"version":3,"file":"applicationEditProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationEditProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD,MAAM,eAAe,GAAG,GAAqB,EAAE,CAC9C,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,IAAI,CAAC,CAAC;AACf,CAAC,CAAC,CAAC;AAEJ,MAAM,gBAAgB,GAAG,GAA2B,EAAE,CACrD,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC;AACxB,CAAC,CAAC,CAAC;AAEJ,MAAM,gBAAgB,GAAyB;IAC9C,EAAE,EAAE,KAAK;IACT,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,GAAG,EAAE,CAChB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;IACD,0BAA0B,EAAE,eAAe;IAC3C,2BAA2B,EAAE,eAAe;IAC5C,MAAM,EAAE,gBAAgB;CACxB,CAAC;AACF,MAAM,cAAc,GAAyB;IAC5C,EAAE,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK;IACzB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,KAAK;IACpB,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,eAAe;IAC3B,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IACzC,0BAA0B,EAAE,eAAe;IAC3C,2BAA2B,EAAE,eAAe;IAC5C,MAAM,EAAE,gBAAgB;CACxB,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,CAAC","sourcesContent":["import { ApplicationEditProps } from \"../ApplicationEdit\";\nimport { default_apps } from \"../fixtures/apps\";\nimport { appConfigToAppData } from \"../Application\";\n\nconst defaultCallback = (): Promise<boolean> =>\n\tnew Promise((resolve) => {\n\t\tresolve(true);\n\t});\n\nconst resolveNullError = (): Promise<{ err: null }> =>\n\tnew Promise((resolve) => {\n\t\tresolve({ err: null });\n\t});\n\nconst APP_CREATE_PROPS: ApplicationEditProps = {\n\tid: \"new\",\n\tisEditMode: false,\n\tisSetupWizard: false,\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: () =>\n\t\tnew Promise((resolve) => {\n\t\t\tresolve({});\n\t\t}),\n\tapps: { ...default_apps },\n\tdata: {\n\t\tname: \"\",\n\t\tdescription: \"\",\n\t\tpath: \"\",\n\t\turl: \"\",\n\t\theight: 0,\n\t\twidth: 0,\n\t},\n\tisInboundInteropAuthorized: defaultCallback,\n\tisOutboundInteropAuthorized: defaultCallback,\n\taddApp: resolveNullError,\n};\nconst APP_EDIT_PROPS: ApplicationEditProps = {\n\tid: default_apps[0].appId,\n\tisEditMode: true,\n\tisSetupWizard: false,\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: defaultCallback,\n\tapps: { ...default_apps },\n\tdata: appConfigToAppData(default_apps[0]),\n\tisInboundInteropAuthorized: defaultCallback,\n\tisOutboundInteropAuthorized: defaultCallback,\n\taddApp: resolveNullError,\n};\n\nexport { APP_CREATE_PROPS, APP_EDIT_PROPS };\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationSetupProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationSetupProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,kBAAkB,GAAG,GAAqB,EAAE,CACjD,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,IAAI,CAAC,CAAC;AACf,CAAC,CAAC,CAAC;AAEJ,MAAM,uBAAuB,GAA0B;IACtD,EAAE,EAAE,KAAK;IACT,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,GAAG,EAAE,CAChB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;IACtB,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;IACD,0BAA0B,EAAE,kBAAkB;IAC9C,2BAA2B,EAAE,kBAAkB;IAC/C,MAAM,EAAE,GAAG,EAAE,CACZ,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC;IACxB,CAAC,CAAC;CACH,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import { ApplicationSetupProps } from \"../ApplicationSetup\";\
|
|
1
|
+
{"version":3,"file":"applicationSetupProps.js","sourceRoot":"","sources":["../../../../src/components/smartDesktopDesigner/fixtures/applicationSetupProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,kBAAkB,GAAG,GAAqB,EAAE,CACjD,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;IACvB,OAAO,CAAC,IAAI,CAAC,CAAC;AACf,CAAC,CAAC,CAAC;AAEJ,MAAM,uBAAuB,GAA0B;IACtD,EAAE,EAAE,KAAK;IACT,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,WAAW,EAAE,GAAG,EAAE,GAAE,CAAC;IACrB,UAAU,EAAE,GAAG,EAAE,CAChB,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,CAAC,CAAC;IACb,CAAC,CAAC;IACH,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;IACtB,IAAI,oBAAO,YAAY,CAAE;IACzB,IAAI,EAAE;QACL,IAAI,EAAE,EAAE;QACR,WAAW,EAAE,EAAE;QACf,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;KACR;IACD,0BAA0B,EAAE,kBAAkB;IAC9C,2BAA2B,EAAE,kBAAkB;IAC/C,MAAM,EAAE,GAAG,EAAE,CACZ,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACvB,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC;IACxB,CAAC,CAAC;CACH,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import { ApplicationSetupProps } from \"../ApplicationSetup\";\nimport { default_apps } from \"../fixtures/apps\";\n\nconst resolvePromiseTrue = (): Promise<boolean> =>\n\tnew Promise((resolve) => {\n\t\tresolve(true);\n\t});\n\nconst DEFAULT_APP_SETUP_PROPS: ApplicationSetupProps = {\n\tid: \"new\",\n\tsetCurrentComponentID: () => {},\n\tremoveAppID: () => {},\n\tonSaveData: () =>\n\t\tnew Promise((resolve) => {\n\t\t\tresolve({});\n\t\t}),\n\tbackFunction: () => {},\n\tapps: { ...default_apps },\n\tdata: {\n\t\tname: \"\",\n\t\tdescription: \"\",\n\t\tpath: \"\",\n\t\turl: \"\",\n\t\theight: 0,\n\t\twidth: 0,\n\t},\n\tisInboundInteropAuthorized: resolvePromiseTrue,\n\tisOutboundInteropAuthorized: resolvePromiseTrue,\n\taddApp: () =>\n\t\tnew Promise((resolve) => {\n\t\t\tresolve({ err: null });\n\t\t}),\n};\n\nexport default DEFAULT_APP_SETUP_PROPS;\n"]}
|