@finos/legend-application 14.0.4 → 15.0.1
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/lib/__lib__/LegendApplicationDocumentation.d.ts.map +1 -0
- package/lib/__lib__/LegendApplicationDocumentation.js.map +1 -0
- package/lib/{application → __lib__}/LegendApplicationEvent.d.ts +0 -1
- package/lib/__lib__/LegendApplicationEvent.d.ts.map +1 -0
- package/lib/{application → __lib__}/LegendApplicationEvent.js +0 -1
- package/lib/__lib__/LegendApplicationEvent.js.map +1 -0
- package/lib/__lib__/LegendApplicationNavigation.d.ts +19 -0
- package/lib/__lib__/LegendApplicationNavigation.d.ts.map +1 -0
- package/lib/__lib__/LegendApplicationNavigation.js +20 -0
- package/lib/__lib__/LegendApplicationNavigation.js.map +1 -0
- package/lib/__lib__/LegendApplicationSetting.d.ts.map +1 -0
- package/lib/__lib__/LegendApplicationSetting.js.map +1 -0
- package/lib/{application → __lib__}/LegendApplicationTelemetry.d.ts +0 -11
- package/lib/__lib__/LegendApplicationTelemetry.d.ts.map +1 -0
- package/lib/{application → __lib__}/LegendApplicationTelemetry.js +0 -4
- package/lib/__lib__/LegendApplicationTelemetry.js.map +1 -0
- package/lib/__lib__/LegendApplicationTheme.d.ts.map +1 -0
- package/lib/__lib__/LegendApplicationTheme.js.map +1 -0
- package/lib/__test__.d.ts +18 -0
- package/lib/__test__.d.ts.map +1 -0
- package/lib/__test__.js +18 -0
- package/lib/__test__.js.map +1 -0
- package/lib/application/LegendApplication.d.ts +7 -4
- package/lib/application/LegendApplication.d.ts.map +1 -1
- package/lib/application/LegendApplication.js +28 -11
- package/lib/application/LegendApplication.js.map +1 -1
- package/lib/application/LegendApplicationConfig.d.ts +8 -1
- package/lib/application/LegendApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendApplicationConfig.js +6 -2
- package/lib/application/LegendApplicationConfig.js.map +1 -1
- package/lib/browser.d.ts +19 -0
- package/lib/browser.d.ts.map +1 -0
- package/lib/browser.js +19 -0
- package/lib/browser.js.map +1 -0
- package/lib/components/{LegendApplicationComponentFrameworkProvider.d.ts → ApplicationComponentFrameworkProvider.d.ts} +2 -2
- package/lib/components/ApplicationComponentFrameworkProvider.d.ts.map +1 -0
- package/lib/components/{LegendApplicationComponentFrameworkProvider.js → ApplicationComponentFrameworkProvider.js} +3 -3
- package/lib/components/ApplicationComponentFrameworkProvider.js.map +1 -0
- package/lib/components/ApplicationFrameworkProvider.d.ts +21 -0
- package/lib/components/ApplicationFrameworkProvider.d.ts.map +1 -0
- package/lib/components/ApplicationFrameworkProvider.js +39 -0
- package/lib/components/ApplicationFrameworkProvider.js.map +1 -0
- package/lib/components/{shared/DocumentationLink.d.ts → ApplicationPlatformProvider.d.ts} +4 -10
- package/lib/components/ApplicationPlatformProvider.d.ts.map +1 -0
- package/lib/components/{WebApplicationNavigatorProviderTestUtils.d.ts → ApplicationPlatformProvider.js} +5 -7
- package/lib/components/ApplicationPlatformProvider.js.map +1 -0
- package/lib/components/ApplicationStoreProvider.d.ts +3 -4
- package/lib/components/ApplicationStoreProvider.d.ts.map +1 -1
- package/lib/components/ApplicationStoreProvider.js +6 -23
- package/lib/components/ApplicationStoreProvider.js.map +1 -1
- package/lib/components/{WebApplicationNavigatorProvider.d.ts → BrowserEnvironmentProvider.d.ts} +3 -4
- package/lib/components/BrowserEnvironmentProvider.d.ts.map +1 -0
- package/lib/components/BrowserEnvironmentProvider.js +31 -0
- package/lib/components/BrowserEnvironmentProvider.js.map +1 -0
- package/lib/components/VirtualAssistant.d.ts.map +1 -1
- package/lib/components/VirtualAssistant.js +17 -9
- package/lib/components/VirtualAssistant.js.map +1 -1
- package/lib/components/{shared/FuzzySearchAdvancedConfigMenu.d.ts → __test-utils__/BrowserEnvironmentTestUtils.d.ts} +13 -7
- package/lib/components/__test-utils__/BrowserEnvironmentTestUtils.d.ts.map +1 -0
- package/lib/components/__test-utils__/BrowserEnvironmentTestUtils.js +42 -0
- package/lib/components/__test-utils__/BrowserEnvironmentTestUtils.js.map +1 -0
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +8 -16
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -18
- package/lib/index.js.map +1 -1
- package/lib/package.json +4 -6
- package/lib/stores/{shared/PackageableElementOption.d.ts → ApplicationConfig.d.ts} +6 -7
- package/lib/stores/ApplicationConfig.d.ts.map +1 -0
- package/lib/stores/ApplicationConfig.js +21 -0
- package/lib/stores/ApplicationConfig.js.map +1 -0
- package/lib/stores/ApplicationNavigationContextService.js +1 -1
- package/lib/stores/ApplicationNavigationContextService.js.map +1 -1
- package/lib/stores/ApplicationStore.d.ts +4 -8
- package/lib/stores/ApplicationStore.d.ts.map +1 -1
- package/lib/stores/ApplicationStore.js +14 -14
- package/lib/stores/ApplicationStore.js.map +1 -1
- package/lib/stores/AssistantService.d.ts +3 -3
- package/lib/stores/AssistantService.d.ts.map +1 -1
- package/lib/stores/AssistantService.js +18 -10
- package/lib/stores/AssistantService.js.map +1 -1
- package/lib/stores/CommandService.js +1 -1
- package/lib/stores/CommandService.js.map +1 -1
- package/lib/stores/Core_LegendApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/Core_LegendApplicationPlugin.js +2 -52
- package/lib/stores/Core_LegendApplicationPlugin.js.map +1 -1
- package/lib/stores/DocumentationService.d.ts +1 -1
- package/lib/stores/DocumentationService.d.ts.map +1 -1
- package/lib/stores/DocumentationService.js +4 -5
- package/lib/stores/DocumentationService.js.map +1 -1
- package/lib/stores/LayoutService.js +3 -3
- package/lib/stores/LayoutService.js.map +1 -1
- package/lib/stores/LegendApplicationPlugin.d.ts +1 -15
- package/lib/stores/LegendApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendApplicationPlugin.js +0 -5
- package/lib/stores/LegendApplicationPlugin.js.map +1 -1
- package/lib/stores/SettingService.d.ts +1 -0
- package/lib/stores/SettingService.d.ts.map +1 -1
- package/lib/stores/SettingService.js +1 -1
- package/lib/stores/SettingService.js.map +1 -1
- package/lib/stores/__test-utils__/ApplicationStoreTestUtils.d.ts +18 -0
- package/lib/stores/__test-utils__/ApplicationStoreTestUtils.d.ts.map +1 -0
- package/lib/stores/__test-utils__/ApplicationStoreTestUtils.js +21 -0
- package/lib/stores/__test-utils__/ApplicationStoreTestUtils.js.map +1 -0
- package/lib/stores/navigation/BrowserNavigator.d.ts +64 -0
- package/lib/stores/navigation/BrowserNavigator.d.ts.map +1 -0
- package/lib/stores/navigation/{WebApplicationNavigator.js → BrowserNavigator.js} +22 -3
- package/lib/stores/navigation/BrowserNavigator.js.map +1 -0
- package/lib/stores/navigation/{WebApplicationNavigator.d.ts → DefaultNavigator.d.ts} +3 -12
- package/lib/stores/navigation/DefaultNavigator.d.ts.map +1 -0
- package/lib/stores/navigation/DefaultNavigator.js +74 -0
- package/lib/stores/navigation/DefaultNavigator.js.map +1 -0
- package/lib/stores/navigation/NavigationService.d.ts +7 -0
- package/lib/stores/navigation/NavigationService.d.ts.map +1 -1
- package/lib/stores/navigation/NavigationService.js.map +1 -1
- package/lib/stores/platform/ApplicationPlatform.d.ts +24 -0
- package/lib/stores/platform/ApplicationPlatform.d.ts.map +1 -0
- package/lib/stores/platform/ApplicationPlatform.js +25 -0
- package/lib/stores/platform/ApplicationPlatform.js.map +1 -0
- package/lib/stores/platform/BrowserPlatform.d.ts +29 -0
- package/lib/stores/platform/BrowserPlatform.d.ts.map +1 -0
- package/lib/stores/platform/BrowserPlatform.js +39 -0
- package/lib/stores/platform/BrowserPlatform.js.map +1 -0
- package/lib/stores/storage/StorageService.d.ts +5 -2
- package/lib/stores/storage/StorageService.d.ts.map +1 -1
- package/lib/stores/storage/StorageService.js +20 -10
- package/lib/stores/storage/StorageService.js.map +1 -1
- package/lib/stores/terminal/XTerm.d.ts.map +1 -1
- package/lib/stores/terminal/XTerm.js +5 -5
- package/lib/stores/terminal/XTerm.js.map +1 -1
- package/package.json +7 -9
- package/src/{application → __lib__}/LegendApplicationEvent.ts +1 -1
- package/{lib/stores/shared/PackageableElementOption.js → src/__lib__/LegendApplicationNavigation.ts} +4 -5
- package/src/{application → __lib__}/LegendApplicationTelemetry.ts +0 -24
- package/src/{components.ts → __test__.ts} +2 -7
- package/src/application/LegendApplication.ts +45 -16
- package/src/application/LegendApplicationConfig.ts +13 -2
- package/src/browser.ts +19 -0
- package/src/components/{LegendApplicationComponentFrameworkProvider.tsx → ApplicationComponentFrameworkProvider.tsx} +2 -2
- package/src/components/ApplicationFrameworkProvider.tsx +47 -0
- package/src/components/ApplicationPlatformProvider.tsx +29 -0
- package/src/components/ApplicationStoreProvider.tsx +8 -33
- package/src/components/BrowserEnvironmentProvider.tsx +48 -0
- package/src/components/VirtualAssistant.tsx +53 -11
- package/src/components/__test-utils__/BrowserEnvironmentTestUtils.tsx +63 -0
- package/src/index.ts +12 -24
- package/src/stores/ApplicationConfig.ts +22 -0
- package/src/stores/ApplicationNavigationContextService.ts +1 -1
- package/src/stores/ApplicationStore.ts +18 -19
- package/src/stores/AssistantService.ts +20 -9
- package/src/stores/CommandService.ts +1 -1
- package/src/stores/Core_LegendApplicationPlugin.ts +2 -78
- package/src/stores/DocumentationService.ts +4 -5
- package/src/stores/LayoutService.ts +3 -3
- package/src/stores/LegendApplicationPlugin.ts +1 -21
- package/src/stores/SettingService.ts +2 -1
- package/src/stores/__test-utils__/ApplicationStoreTestUtils.ts +24 -0
- package/src/stores/navigation/{WebApplicationNavigator.ts → BrowserNavigator.ts} +41 -2
- package/src/stores/navigation/DefaultNavigator.ts +150 -0
- package/src/stores/navigation/NavigationService.ts +8 -0
- package/src/stores/{shared/PackageableElementOption.ts → platform/ApplicationPlatform.ts} +14 -11
- package/src/stores/platform/BrowserPlatform.ts +54 -0
- package/src/stores/storage/StorageService.ts +32 -14
- package/src/stores/terminal/XTerm.ts +8 -5
- package/tsconfig.json +19 -23
- package/lib/application/LegendApplicationDocumentation.d.ts.map +0 -1
- package/lib/application/LegendApplicationDocumentation.js.map +0 -1
- package/lib/application/LegendApplicationEvent.d.ts.map +0 -1
- package/lib/application/LegendApplicationEvent.js.map +0 -1
- package/lib/application/LegendApplicationSetting.d.ts.map +0 -1
- package/lib/application/LegendApplicationSetting.js.map +0 -1
- package/lib/application/LegendApplicationTelemetry.d.ts.map +0 -1
- package/lib/application/LegendApplicationTelemetry.js.map +0 -1
- package/lib/application/LegendApplicationTheme.d.ts.map +0 -1
- package/lib/application/LegendApplicationTheme.js.map +0 -1
- package/lib/components/ApplicationStoreProviderTestUtils.d.ts +0 -31
- package/lib/components/ApplicationStoreProviderTestUtils.d.ts.map +0 -1
- package/lib/components/ApplicationStoreProviderTestUtils.js +0 -32
- package/lib/components/ApplicationStoreProviderTestUtils.js.map +0 -1
- package/lib/components/LegendApplicationComponentFrameworkProvider.d.ts.map +0 -1
- package/lib/components/LegendApplicationComponentFrameworkProvider.js.map +0 -1
- package/lib/components/WebApplicationNavigatorProvider.d.ts.map +0 -1
- package/lib/components/WebApplicationNavigatorProvider.js +0 -29
- package/lib/components/WebApplicationNavigatorProvider.js.map +0 -1
- package/lib/components/WebApplicationNavigatorProviderTestUtils.d.ts.map +0 -1
- package/lib/components/WebApplicationNavigatorProviderTestUtils.js +0 -28
- package/lib/components/WebApplicationNavigatorProviderTestUtils.js.map +0 -1
- package/lib/components/shared/DocumentationLink.d.ts.map +0 -1
- package/lib/components/shared/DocumentationLink.js +0 -53
- package/lib/components/shared/DocumentationLink.js.map +0 -1
- package/lib/components/shared/FuzzySearchAdvancedConfigMenu.d.ts.map +0 -1
- package/lib/components/shared/FuzzySearchAdvancedConfigMenu.js +0 -37
- package/lib/components/shared/FuzzySearchAdvancedConfigMenu.js.map +0 -1
- package/lib/components/shared/PackageableElementOptionLabel.d.ts +0 -22
- package/lib/components/shared/PackageableElementOptionLabel.d.ts.map +0 -1
- package/lib/components/shared/PackageableElementOptionLabel.js +0 -46
- package/lib/components/shared/PackageableElementOptionLabel.js.map +0 -1
- package/lib/components/shared/TabManager.d.ts +0 -24
- package/lib/components/shared/TabManager.d.ts.map +0 -1
- package/lib/components/shared/TabManager.js +0 -117
- package/lib/components/shared/TabManager.js.map +0 -1
- package/lib/components.d.ts +0 -21
- package/lib/components.d.ts.map +0 -1
- package/lib/components.js +0 -21
- package/lib/components.js.map +0 -1
- package/lib/const.d.ts +0 -35
- package/lib/const.d.ts.map +0 -1
- package/lib/const.js +0 -39
- package/lib/const.js.map +0 -1
- package/lib/stores/ApplicationStoreTestUtils.d.ts +0 -41
- package/lib/stores/ApplicationStoreTestUtils.d.ts.map +0 -1
- package/lib/stores/ApplicationStoreTestUtils.js +0 -70
- package/lib/stores/ApplicationStoreTestUtils.js.map +0 -1
- package/lib/stores/navigation/WebApplicationNavigator.d.ts.map +0 -1
- package/lib/stores/navigation/WebApplicationNavigator.js.map +0 -1
- package/lib/stores/navigation/WebApplicationRouter.d.ts +0 -22
- package/lib/stores/navigation/WebApplicationRouter.d.ts.map +0 -1
- package/lib/stores/navigation/WebApplicationRouter.js +0 -25
- package/lib/stores/navigation/WebApplicationRouter.js.map +0 -1
- package/lib/stores/pure-language/PureLanguageCodeEditorSupport.d.ts +0 -70
- package/lib/stores/pure-language/PureLanguageCodeEditorSupport.d.ts.map +0 -1
- package/lib/stores/pure-language/PureLanguageCodeEditorSupport.js +0 -237
- package/lib/stores/pure-language/PureLanguageCodeEditorSupport.js.map +0 -1
- package/lib/stores/pure-language/PureLanguageSupport.d.ts +0 -39
- package/lib/stores/pure-language/PureLanguageSupport.d.ts.map +0 -1
- package/lib/stores/pure-language/PureLanguageSupport.js +0 -437
- package/lib/stores/pure-language/PureLanguageSupport.js.map +0 -1
- package/lib/stores/shared/FuzzySearchAdvancedConfigState.d.ts +0 -30
- package/lib/stores/shared/FuzzySearchAdvancedConfigState.d.ts.map +0 -1
- package/lib/stores/shared/FuzzySearchAdvancedConfigState.js +0 -59
- package/lib/stores/shared/FuzzySearchAdvancedConfigState.js.map +0 -1
- package/lib/stores/shared/PackageableElementOption.d.ts.map +0 -1
- package/lib/stores/shared/PackageableElementOption.js.map +0 -1
- package/lib/stores/shared/TabManagerState.d.ts +0 -40
- package/lib/stores/shared/TabManagerState.d.ts.map +0 -1
- package/lib/stores/shared/TabManagerState.js +0 -93
- package/lib/stores/shared/TabManagerState.js.map +0 -1
- package/src/components/ApplicationStoreProviderTestUtils.tsx +0 -59
- package/src/components/WebApplicationNavigatorProvider.tsx +0 -46
- package/src/components/WebApplicationNavigatorProviderTestUtils.tsx +0 -37
- package/src/components/shared/DocumentationLink.tsx +0 -87
- package/src/components/shared/FuzzySearchAdvancedConfigMenu.tsx +0 -73
- package/src/components/shared/PackageableElementOptionLabel.tsx +0 -85
- package/src/components/shared/TabManager.tsx +0 -288
- package/src/const.ts +0 -40
- package/src/stores/ApplicationStoreTestUtils.ts +0 -107
- package/src/stores/navigation/WebApplicationRouter.ts +0 -49
- package/src/stores/pure-language/PureLanguageCodeEditorSupport.ts +0 -338
- package/src/stores/pure-language/PureLanguageSupport.ts +0 -498
- package/src/stores/shared/FuzzySearchAdvancedConfigState.ts +0 -65
- package/src/stores/shared/TabManagerState.ts +0 -124
- /package/lib/{application → __lib__}/LegendApplicationDocumentation.d.ts +0 -0
- /package/lib/{application → __lib__}/LegendApplicationDocumentation.js +0 -0
- /package/lib/{application → __lib__}/LegendApplicationSetting.d.ts +0 -0
- /package/lib/{application → __lib__}/LegendApplicationSetting.js +0 -0
- /package/lib/{application → __lib__}/LegendApplicationTheme.d.ts +0 -0
- /package/lib/{application → __lib__}/LegendApplicationTheme.js +0 -0
- /package/src/{application → __lib__}/LegendApplicationDocumentation.ts +0 -0
- /package/src/{application → __lib__}/LegendApplicationSetting.ts +0 -0
- /package/src/{application → __lib__}/LegendApplicationTheme.ts +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import { useEffect } from 'react';
|
|
18
|
+
import { observer } from 'mobx-react-lite';
|
|
19
|
+
import { ApplicationComponentFrameworkProvider } from './ApplicationComponentFrameworkProvider.js';
|
|
20
|
+
import { useApplicationStore } from './ApplicationStoreProvider.js';
|
|
21
|
+
import { useApplicationPlatform } from './ApplicationPlatformProvider.js';
|
|
22
|
+
export const ApplicationFrameworkProvider = observer((props) => {
|
|
23
|
+
const { children } = props;
|
|
24
|
+
const platform = useApplicationPlatform();
|
|
25
|
+
const applicationStore = useApplicationStore();
|
|
26
|
+
useEffect(() => {
|
|
27
|
+
applicationStore
|
|
28
|
+
.initialize(platform)
|
|
29
|
+
.catch(applicationStore.alertUnhandledError);
|
|
30
|
+
}, [applicationStore, platform]);
|
|
31
|
+
if (!applicationStore.initState.hasSucceeded) {
|
|
32
|
+
return _jsx(_Fragment, {});
|
|
33
|
+
}
|
|
34
|
+
// TODO: would be great if we can have <React.StrictMode> here but since Mobx React is not ready for
|
|
35
|
+
// concurrency yet, we would have to wait
|
|
36
|
+
// See https://github.com/mobxjs/mobx/issues/2526
|
|
37
|
+
return (_jsx(ApplicationComponentFrameworkProvider, { children: children }));
|
|
38
|
+
});
|
|
39
|
+
//# sourceMappingURL=ApplicationFrameworkProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationFrameworkProvider.js","sourceRoot":"","sources":["../../src/components/ApplicationFrameworkProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,MAAM,CAAC,MAAM,4BAA4B,GAAG,QAAQ,CAClD,CAAC,KAAoC,EAAsB,EAAE;IAC3D,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAC3B,MAAM,QAAQ,GAAG,sBAAsB,EAAE,CAAC;IAC1C,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,SAAS,CAAC,GAAG,EAAE;QACb,gBAAgB;aACb,UAAU,CAAC,QAAQ,CAAC;aACpB,KAAK,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;IACjD,CAAC,EAAE,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEjC,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,YAAY,EAAE;QAC5C,OAAO,mBAAK,CAAC;KACd;IACD,oGAAoG;IACpG,yCAAyC;IACzC,iDAAiD;IACjD,OAAO,CACL,KAAC,qCAAqC,cACnC,QAAQ,GAC6B,CACzC,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -14,13 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export declare const DocumentationPreview: React.FC<{
|
|
22
|
-
text?: string | undefined;
|
|
23
|
-
documentationKey: string;
|
|
24
|
-
className?: string | undefined;
|
|
25
|
-
}>;
|
|
26
|
-
//# sourceMappingURL=DocumentationLink.d.ts.map
|
|
17
|
+
import type { ApplicationPlatform } from '../stores/platform/ApplicationPlatform.js';
|
|
18
|
+
export declare const ApplicationPlatformContext: import("react").Context<ApplicationPlatform | undefined>;
|
|
19
|
+
export declare const useApplicationPlatform: () => ApplicationPlatform;
|
|
20
|
+
//# sourceMappingURL=ApplicationPlatformProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationPlatformProvider.d.ts","sourceRoot":"","sources":["../../src/components/ApplicationPlatformProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAErF,eAAO,MAAM,0BAA0B,0DAE3B,CAAC;AAEb,eAAO,MAAM,sBAAsB,QAAO,mBAIvC,CAAC"}
|
|
@@ -13,10 +13,8 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}) => WebApplicationNavigator;
|
|
22
|
-
//# sourceMappingURL=WebApplicationNavigatorProviderTestUtils.d.ts.map
|
|
16
|
+
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
17
|
+
import { createContext, useContext } from 'react';
|
|
18
|
+
export const ApplicationPlatformContext = createContext(undefined);
|
|
19
|
+
export const useApplicationPlatform = () => guaranteeNonNullable(useContext(ApplicationPlatformContext), `Can't find application platform in context`);
|
|
20
|
+
//# sourceMappingURL=ApplicationPlatformProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationPlatformProvider.js","sourceRoot":"","sources":["../../src/components/ApplicationPlatformProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAGlD,MAAM,CAAC,MAAM,0BAA0B,GAAG,aAAa,CAErD,SAAS,CAAC,CAAC;AAEb,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAwB,EAAE,CAC9D,oBAAoB,CAClB,UAAU,CAAC,0BAA0B,CAAC,EACtC,4CAA4C,CAC7C,CAAC"}
|
|
@@ -13,14 +13,13 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { ApplicationStore } from '../stores/ApplicationStore.js';
|
|
16
|
+
import type { ApplicationStore } from '../stores/ApplicationStore.js';
|
|
17
17
|
import type { LegendApplicationConfig } from '../application/LegendApplicationConfig.js';
|
|
18
18
|
import type { LegendApplicationPluginManager } from '../application/LegendApplicationPluginManager.js';
|
|
19
19
|
import type { LegendApplicationPlugin } from '../stores/LegendApplicationPlugin.js';
|
|
20
20
|
export declare const useApplicationStore: <T extends LegendApplicationConfig, V extends LegendApplicationPluginManager<LegendApplicationPlugin>>() => ApplicationStore<T, V>;
|
|
21
|
-
export declare const ApplicationStoreProvider: <T extends LegendApplicationConfig, V extends LegendApplicationPluginManager<LegendApplicationPlugin>>({ children,
|
|
21
|
+
export declare const ApplicationStoreProvider: <T extends LegendApplicationConfig, V extends LegendApplicationPluginManager<LegendApplicationPlugin>>({ children, store, }: {
|
|
22
22
|
children: React.ReactNode;
|
|
23
|
-
|
|
24
|
-
pluginManager: V;
|
|
23
|
+
store: ApplicationStore<T, V>;
|
|
25
24
|
}) => React.ReactElement;
|
|
26
25
|
//# sourceMappingURL=ApplicationStoreProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationStoreProvider.d.ts","sourceRoot":"","sources":["../../src/components/ApplicationStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,
|
|
1
|
+
{"version":3,"file":"ApplicationStoreProvider.d.ts","sourceRoot":"","sources":["../../src/components/ApplicationStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,KAAK,EACV,gBAAgB,EAEjB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAEzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AACvG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAMpF,eAAO,MAAM,mBAAmB,oIAO7B,CAAC;AAEJ,eAAO,MAAM,wBAAwB;cAOzB,MAAM,SAAS;;MAEvB,MAAM,YAOT,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
/**
|
|
3
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
|
4
4
|
*
|
|
@@ -14,30 +14,13 @@ import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { createContext, useContext
|
|
18
|
-
import {
|
|
19
|
-
import { ApplicationStore, } from '../stores/ApplicationStore.js';
|
|
17
|
+
import { createContext, useContext } from 'react';
|
|
18
|
+
import { useLocalObservable } from 'mobx-react-lite';
|
|
20
19
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
21
|
-
import { useWebApplicationNavigator } from './WebApplicationNavigatorProvider.js';
|
|
22
20
|
const ApplicationStoreContext = createContext(undefined);
|
|
23
21
|
export const useApplicationStore = () => guaranteeNonNullable(useContext(ApplicationStoreContext), `Can't find application store in context`);
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
useEffect(() => {
|
|
28
|
-
applicationStore.initialize().catch(applicationStore.alertUnhandledError);
|
|
29
|
-
}, [applicationStore]);
|
|
30
|
-
if (!applicationStore.initState.hasSucceeded) {
|
|
31
|
-
return _jsx(_Fragment, {});
|
|
32
|
-
}
|
|
33
|
-
// TODO: would be great if we can have <React.StrictMode> here but since Mobx React is not ready for
|
|
34
|
-
// concurrency yet, we would have to wait
|
|
35
|
-
// See https://github.com/mobxjs/mobx/issues/2526
|
|
36
|
-
return _jsx(_Fragment, { children: children });
|
|
37
|
-
});
|
|
38
|
-
export const ApplicationStoreProvider = ({ children, config, pluginManager, }) => {
|
|
39
|
-
const navigator = useWebApplicationNavigator();
|
|
40
|
-
const applicationStore = useLocalObservable(() => new ApplicationStore(config, navigator, pluginManager));
|
|
41
|
-
return (_jsx(ApplicationStoreContext.Provider, { value: applicationStore, children: _jsx(ApplicationContent, { children: children }) }));
|
|
22
|
+
export const ApplicationStoreProvider = ({ children, store, }) => {
|
|
23
|
+
const applicationStore = useLocalObservable(() => store);
|
|
24
|
+
return (_jsx(ApplicationStoreContext.Provider, { value: applicationStore, children: children }));
|
|
42
25
|
};
|
|
43
26
|
//# sourceMappingURL=ApplicationStoreProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationStoreProvider.js","sourceRoot":"","sources":["../../src/components/ApplicationStoreProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"ApplicationStoreProvider.js","sourceRoot":"","sources":["../../src/components/ApplicationStoreProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAMrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAI5D,MAAM,uBAAuB,GAAG,aAAa,CAE3C,SAAS,CAAC,CAAC;AAEb,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAGP,EAAE,CAC5B,oBAAoB,CAClB,UAAU,CAAC,uBAAuB,CAAuC,EACzE,yCAAyC,CAC1C,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAGtC,EACA,QAAQ,EACR,KAAK,GAIN,EAAsB,EAAE;IACvB,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC;IACzD,OAAO,CACL,KAAC,uBAAuB,CAAC,QAAQ,IAAC,KAAK,EAAE,gBAAgB,YACtD,QAAQ,GACwB,CACpC,CAAC;AACJ,CAAC,CAAC"}
|
package/lib/components/{WebApplicationNavigatorProvider.d.ts → BrowserEnvironmentProvider.d.ts}
RENAMED
|
@@ -14,9 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
|
|
18
|
-
export declare const WebApplicationNavigatorProvider: React.FC<{
|
|
17
|
+
export declare const BrowserEnvironmentProvider: React.FC<{
|
|
19
18
|
children: React.ReactNode;
|
|
19
|
+
baseUrl: string;
|
|
20
20
|
}>;
|
|
21
|
-
|
|
22
|
-
//# sourceMappingURL=WebApplicationNavigatorProvider.d.ts.map
|
|
21
|
+
//# sourceMappingURL=BrowserEnvironmentProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrowserEnvironmentProvider.d.ts","sourceRoot":"","sources":["../../src/components/BrowserEnvironmentProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0BH,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC;IAChD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB,CAIA,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import {} from 'history';
|
|
18
|
+
import { useLocalObservable } from 'mobx-react-lite';
|
|
19
|
+
import { useHistory } from 'react-router';
|
|
20
|
+
import { BrowserRouter } from 'react-router-dom';
|
|
21
|
+
import { BrowserPlatform } from '../stores/platform/BrowserPlatform.js';
|
|
22
|
+
import { ApplicationPlatformContext } from './ApplicationPlatformProvider.js';
|
|
23
|
+
import { useApplicationStore } from './ApplicationStoreProvider.js';
|
|
24
|
+
const BrowserPlatformProvider = ({ children }) => {
|
|
25
|
+
const applicationStore = useApplicationStore();
|
|
26
|
+
const historyAPI = useHistory(); // TODO: this is a temporary hack until we upgrade react-router
|
|
27
|
+
const platform = useLocalObservable(() => new BrowserPlatform(applicationStore, { historyAPI }));
|
|
28
|
+
return (_jsx(ApplicationPlatformContext.Provider, { value: platform, children: children }));
|
|
29
|
+
};
|
|
30
|
+
export const BrowserEnvironmentProvider = ({ children, baseUrl }) => (_jsx(BrowserRouter, { basename: baseUrl, children: _jsx(BrowserPlatformProvider, { children: children }) }));
|
|
31
|
+
//# sourceMappingURL=BrowserEnvironmentProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrowserEnvironmentProvider.js","sourceRoot":"","sources":["../../src/components/BrowserEnvironmentProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAgB,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,MAAM,uBAAuB,GAExB,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAC/C,MAAM,UAAU,GAAG,UAAU,EAAa,CAAC,CAAC,+DAA+D;IAC3G,MAAM,QAAQ,GAAG,kBAAkB,CACjC,GAAG,EAAE,CAAC,IAAI,eAAe,CAAC,gBAAgB,EAAE,EAAE,UAAU,EAAE,CAAC,CAC5D,CAAC;IAEF,OAAO,CACL,KAAC,0BAA0B,CAAC,QAAQ,IAAC,KAAK,EAAE,QAAQ,YACjD,QAAQ,GAC2B,CACvC,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAGlC,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC9B,KAAC,aAAa,IAAC,QAAQ,EAAE,OAAO,YAC9B,KAAC,uBAAuB,cAAE,QAAQ,GAA2B,GAC/C,CACjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualAssistant.d.ts","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;
|
|
1
|
+
{"version":3,"file":"VirtualAssistant.d.ts","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAqpBH,eAAO,MAAM,gBAAgB;;CA8H3B,CAAC"}
|
|
@@ -14,16 +14,15 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { clsx, TimesIcon, SearchIcon, MapMarkerIcon, CloseIcon, ContextMenu, MenuContent, MenuContentItem, MarkdownTextViewer, ChevronDownIcon, ChevronRightIcon, BlankPanelContent, BeardIcon, SunglassesIcon, WizardHatIcon, FaceLaughWinkIcon, ThinVerticalDragHandleIcon, CircleIcon, PanelLoadingIndicator, BasePopover, FaceSadTearIcon, CogIcon, Draggable, } from '@finos/legend-art';
|
|
18
|
-
import { ContentType, debounce, downloadFileUsingDataURI, formatDate, isString, uuid, } from '@finos/legend-shared';
|
|
17
|
+
import { clsx, TimesIcon, SearchIcon, MapMarkerIcon, CloseIcon, ContextMenu, MenuContent, MenuContentItem, MarkdownTextViewer, ChevronDownIcon, ChevronRightIcon, BlankPanelContent, BeardIcon, SunglassesIcon, WizardHatIcon, FaceLaughWinkIcon, ThinVerticalDragHandleIcon, CircleIcon, PanelLoadingIndicator, BasePopover, FaceSadTearIcon, CogIcon, Draggable, BaseRadioGroup, QuestionCircleIcon, } from '@finos/legend-art';
|
|
18
|
+
import { ADVANCED_FUZZY_SEARCH_MODE, ContentType, debounce, downloadFileUsingDataURI, formatDate, isString, uuid, } from '@finos/legend-shared';
|
|
19
19
|
import { observer } from 'mobx-react-lite';
|
|
20
20
|
import { useEffect, useMemo, useRef, useState } from 'react';
|
|
21
|
-
import {
|
|
21
|
+
import { DEFAULT_DATE_TIME_FORMAT, DEFAULT_TAB_SIZE, } from '../stores/ApplicationConfig.js';
|
|
22
22
|
import { VIRTUAL_ASSISTANT_TAB, } from '../stores/AssistantService.js';
|
|
23
23
|
import { useApplicationStore } from './ApplicationStoreProvider.js';
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import { FuzzySearchAdvancedConfigMenu } from './shared/FuzzySearchAdvancedConfigMenu.js';
|
|
24
|
+
import { LegendApplicationTelemetryHelper } from '../__lib__/LegendApplicationTelemetry.js';
|
|
25
|
+
import { LEGEND_APPLICATION_DOCUMENTATION_KEY } from '../__lib__/LegendApplicationDocumentation.js';
|
|
27
26
|
const WIZARD_GREETING = `Bonjour, It's Pierre!`;
|
|
28
27
|
const VirtualAssistantDocumentationEntryViewer = observer((props) => {
|
|
29
28
|
const { entry } = props;
|
|
@@ -85,10 +84,10 @@ const VirtualAssistantSearchPanel = observer(() => {
|
|
|
85
84
|
};
|
|
86
85
|
const toggleSearchConfigMenu = () => assistantService.setShowSearchConfigurationMenu(!assistantService.showSearchConfigurationMenu);
|
|
87
86
|
const downloadDocRegistry = () => {
|
|
88
|
-
downloadFileUsingDataURI(`documentation-registry_${formatDate(new Date(Date.now()),
|
|
87
|
+
downloadFileUsingDataURI(`documentation-registry_${formatDate(new Date(Date.now()), DEFAULT_DATE_TIME_FORMAT)}.json`, JSON.stringify(applicationStore.documentationService.publishDocRegistry(), undefined, DEFAULT_TAB_SIZE), ContentType.APPLICATION_JSON);
|
|
89
88
|
};
|
|
90
89
|
const downloadContextualDocIndex = () => {
|
|
91
|
-
downloadFileUsingDataURI(`documentation-registry_${formatDate(new Date(Date.now()),
|
|
90
|
+
downloadFileUsingDataURI(`documentation-registry_${formatDate(new Date(Date.now()), DEFAULT_DATE_TIME_FORMAT)}.json`, JSON.stringify(applicationStore.documentationService.publishContextualDocIndex(), undefined, DEFAULT_TAB_SIZE), ContentType.APPLICATION_JSON);
|
|
92
91
|
};
|
|
93
92
|
useEffect(() => {
|
|
94
93
|
searchInputRef.current?.focus();
|
|
@@ -133,7 +132,16 @@ const VirtualAssistantSearchPanel = observer(() => {
|
|
|
133
132
|
? 'Advanced search is currently active\n'
|
|
134
133
|
: ''}Click to toggle search config menu`, children: _jsx(CogIcon, {}) }), !searchText ? (_jsx("div", { className: "virtual-assistant__search__input__search__icon", children: _jsx(SearchIcon, {}) })) : (_jsx("button", { className: "virtual-assistant__search__input__clear-btn", tabIndex: -1, onClick: clearSearchText, title: "Clear", children: _jsx(TimesIcon, {}) }))] }), _jsxs("div", { className: "virtual-assistant__search__content", children: [_jsx(PanelLoadingIndicator, { isLoading: assistantService.searchState.isInProgress }), _jsx("div", { className: clsx('virtual-assistant__search__input__config__panel', {
|
|
135
134
|
'virtual-assistant__search__input__config__panel--toggled': assistantService.showSearchConfigurationMenu,
|
|
136
|
-
}), children:
|
|
135
|
+
}), children: _jsxs("div", { className: "virtual-assistant__search__input__advanced-config__panel", children: [_jsxs("div", { className: "virtual-assistant__search__input__advanced-config__panel__header__label", children: ["search config", applicationStore.documentationService.hasDocEntry(LEGEND_APPLICATION_DOCUMENTATION_KEY.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX) && (_jsx("div", { onClick: () => assistantService.openDocumentationEntryLink(LEGEND_APPLICATION_DOCUMENTATION_KEY.QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX), title: "Click to see documentation", className: "virtual-assistant__search__input__advanced-config__panel__header__label__hint", children: _jsx(QuestionCircleIcon, {}) }))] }), _jsx("div", { children: _jsx(BaseRadioGroup, { value: assistantService.searchConfigurationState.currentMode, onChange: (event) => {
|
|
136
|
+
const searchMode = event.target
|
|
137
|
+
.value;
|
|
138
|
+
assistantService.searchConfigurationState.setCurrentMode(searchMode);
|
|
139
|
+
}, row: false, options: [
|
|
140
|
+
ADVANCED_FUZZY_SEARCH_MODE.STANDARD,
|
|
141
|
+
ADVANCED_FUZZY_SEARCH_MODE.INCLUDE,
|
|
142
|
+
ADVANCED_FUZZY_SEARCH_MODE.EXACT,
|
|
143
|
+
ADVANCED_FUZZY_SEARCH_MODE.INVERSE,
|
|
144
|
+
], size: 1 }) })] }) }), assistantService.currentDocumentationEntry && (_jsx("div", { className: "virtual-assistant__search__results", children: _jsx(VirtualAssistantDocumentationEntryViewer, { entry: assistantService.currentDocumentationEntry }, assistantService.currentDocumentationEntry.uuid) })), !assistantService.currentDocumentationEntry && (_jsxs(_Fragment, { children: [Boolean(assistantService.searchResults.length) && (_jsx("div", { className: "virtual-assistant__search__results", children: assistantService.searchResults.map((result) => (_jsx(VirtualAssistantDocumentationEntryViewer, { entry: result }, result.uuid))) })), searchText && !assistantService.searchResults.length && (_jsx(BlankPanelContent, { children: _jsxs("div", { className: "virtual-assistant__panel__placeholder", children: [_jsx(FaceSadTearIcon, { className: "virtual-assistant__panel__placeholder__icon" }), _jsx("div", { className: "virtual-assistant__panel__placeholder__message", children: "No result..." })] }) })), !searchText && !assistantService.searchResults.length && (_jsx(ContextMenu, { className: "virtual-assistant__character__container", menuProps: {
|
|
137
145
|
elevation: 7,
|
|
138
146
|
classes: {
|
|
139
147
|
root: 'virtual-assistant__context-menu',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualAssistant.js","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"VirtualAssistant.js","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"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"}
|
|
@@ -14,10 +14,16 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
import { type
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
import { createMemoryHistory, type History } from 'history';
|
|
18
|
+
import { BrowserPlatform } from '../../stores/platform/BrowserPlatform.js';
|
|
19
|
+
import { type GenericLegendApplicationStore } from '../../stores/ApplicationStore.js';
|
|
20
|
+
export { createMemoryHistory };
|
|
21
|
+
export declare const TEST__BrowserEnvironmentProvider: React.FC<{
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
historyAPI?: History | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const TEST__provideMockedBrowserPlatform: (applicationStore: GenericLegendApplicationStore, customization?: {
|
|
26
|
+
mock?: BrowserPlatform;
|
|
27
|
+
historyAPI?: History;
|
|
28
|
+
}) => BrowserPlatform;
|
|
29
|
+
//# sourceMappingURL=BrowserEnvironmentTestUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrowserEnvironmentTestUtils.d.ts","sourceRoot":"","sources":["../../../src/components/__test-utils__/BrowserEnvironmentTestUtils.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAEH,OAAO,EAAE,mBAAmB,EAAE,KAAK,OAAO,EAAE,MAAM,SAAS,CAAC;AAG5D,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAE3E,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAItF,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAE/B,eAAO,MAAM,gCAAgC,EAAE,KAAK,CAAC,EAAE,CAAC;IACtD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAClC,CAcA,CAAC;AAEF,eAAO,MAAM,kCAAkC,oEAE7B;IACd,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,KACA,eAUF,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import { createMemoryHistory } from 'history';
|
|
18
|
+
import { useLocalObservable } from 'mobx-react-lite';
|
|
19
|
+
import { Router } from 'react-router';
|
|
20
|
+
import { BrowserPlatform } from '../../stores/platform/BrowserPlatform.js';
|
|
21
|
+
import { ApplicationPlatformContext } from '../ApplicationPlatformProvider.js';
|
|
22
|
+
import {} from '../../stores/ApplicationStore.js';
|
|
23
|
+
import { useApplicationStore } from '../ApplicationStoreProvider.js';
|
|
24
|
+
import { createMock } from '@finos/legend-shared/test';
|
|
25
|
+
export { createMemoryHistory };
|
|
26
|
+
export const TEST__BrowserEnvironmentProvider = ({ children, historyAPI }) => {
|
|
27
|
+
const applicationStore = useApplicationStore();
|
|
28
|
+
const history = historyAPI ?? createMemoryHistory();
|
|
29
|
+
const platform = useLocalObservable(() => new BrowserPlatform(applicationStore, { historyAPI: history }));
|
|
30
|
+
return (_jsx(Router, { history: history, children: _jsx(ApplicationPlatformContext.Provider, { value: platform, children: children }) }));
|
|
31
|
+
};
|
|
32
|
+
export const TEST__provideMockedBrowserPlatform = (applicationStore, customization) => {
|
|
33
|
+
const value = customization?.mock ??
|
|
34
|
+
new BrowserPlatform(applicationStore, {
|
|
35
|
+
historyAPI: customization?.historyAPI ?? createMemoryHistory(),
|
|
36
|
+
});
|
|
37
|
+
const MOCK__BrowserPlatform = require('../ApplicationPlatformProvider.js'); // eslint-disable-line @typescript-eslint/no-unsafe-assignment
|
|
38
|
+
MOCK__BrowserPlatform.useApplicationPlatform = createMock();
|
|
39
|
+
MOCK__BrowserPlatform.useApplicationPlatform.mockReturnValue(value);
|
|
40
|
+
return value;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=BrowserEnvironmentTestUtils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrowserEnvironmentTestUtils.js","sourceRoot":"","sources":["../../../src/components/__test-utils__/BrowserEnvironmentTestUtils.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAgB,MAAM,SAAS,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAsC,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAE/B,MAAM,CAAC,MAAM,gCAAgC,GAGxC,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,EAAE;IAChC,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAC/C,MAAM,OAAO,GAAG,UAAU,IAAI,mBAAmB,EAAE,CAAC;IACpD,MAAM,QAAQ,GAAG,kBAAkB,CACjC,GAAG,EAAE,CAAC,IAAI,eAAe,CAAC,gBAAgB,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,CAAC,CACrE,CAAC;IAEF,OAAO,CACL,KAAC,MAAM,IAAC,OAAO,EAAE,OAAO,YACtB,KAAC,0BAA0B,CAAC,QAAQ,IAAC,KAAK,EAAE,QAAQ,YACjD,QAAQ,GAC2B,GAC/B,CACV,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAChD,gBAA+C,EAC/C,aAGC,EACgB,EAAE;IACnB,MAAM,KAAK,GACT,aAAa,EAAE,IAAI;QACnB,IAAI,eAAe,CAAC,gBAAgB,EAAE;YACpC,UAAU,EAAE,aAAa,EAAE,UAAU,IAAI,mBAAmB,EAAE;SAC/D,CAAC,CAAC;IACL,MAAM,qBAAqB,GAAG,OAAO,CAAC,mCAAmC,CAAC,CAAC,CAAC,8DAA8D;IAC1I,qBAAqB,CAAC,sBAAsB,GAAG,UAAU,EAAE,CAAC;IAC5D,qBAAqB,CAAC,sBAAsB,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;IACpE,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application
|
|
1
|
+
/** @license @finos/legend-application v15.0.1
|
|
2
2
|
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
@import"xterm/css/xterm.css";:root{--color-primitive: var(--color-light-blue-200);--color-enum-value: var(--color-green-100);--color-enumeration: var(--color-medium-green-100);--color-measure: var(--color-medium-green-100);--color-unit: var(--color-medium-green-100);--color-class: var(--color-purple-100);--color-mapping: var(--color-teal-50);--color-function: var(--color-light-blue-20);--color-profile: var(--color-lime-75);--color-generated: var(--color-pink-200);--color-system: var(--color-light-blue-50);--color-dependency: var(--color-lime-50);--color-config: var(--color-orange-100);--color-flat-data: var(--color-orange-100);--color-relational: var(--color-blue-500);--color-file-generation: var(--color-blue-50);--color-database: var(--color-orange-100);--color-schema: var(--color-medium-green-500);--color-table: var(--color-light-blue-200);--color-association: var(--color-light-grey-400);--color-service: var(--color-blue-40);--color-runtime: var(--color-red-180);--color-connection: var(--color-yellow-100);--color-data: var(--color-light-blue-50)}.color--class{color:var(--color-class)}.color--enumeration{color:var(--color-enumeration)}.color--unit{color:var(--color-unit)}.color--measure{color:var(--color-measure)}.color--association{color:var(--color-association)}.color--primitive{color:var(--color-primitive)}.color--enum-value{color:var(--color-enum-value)}.color--mapping{color:var(--color-mapping)}.color--function{color:var(--color-function)}.color--file-generation{color:var(--color-file-generation)}.color--profile{color:var(--color-profile)}.color--generated{color:var(--color-generated)}.color--system{color:var(--color-system)}.color--dependency{color:var(--color-dependency)}.color--config{color:var(--color-config)}.color--flat-data{color:var(--color-flat-data)}.color--database{color:var(--color-database)}.color--table{color:var(--color-table)}.color--schema{color:var(--color-schema)}.color--service{color:var(--color-service)}.color--connection{color:var(--color-connection)}.color--runtime{color:var(--color-runtime)}.color--data{color:var(--color-data)}.background--pureinstance,.background--class{background:var(--color-class)}.background--enumeration{background:var(--color-enumeration)}.background--unit{background:var(--color-unit)}.background--measure{background:var(--color-measure)}.background--association{background:var(--color-association)}.background--primitive{background:var(--color-primitive)}.background--enum-value{background:var(--color-enum-value)}.background--mapping{background:var(--color-mapping)}.background--profile{background:var(--color-profile)}.background--flat-data{background:var(--color-flat-data)}.background--database{background:var(--color-database)}.background--service{background:var(--color-service)}.background--connection{background:var(--color-connection)}.background--runtime{background:var(--color-runtime)}.background--relational{background:var(--color-relational)}.background--data{background:var(--color-data)}.app__container{height:100%;width:100%}.app{height:100%;background:var(--color-dark-grey-50)}.app__page{height:100%;background:var(--color-dark-grey-50)}.app__info__group{margin-top:1rem;background:var(--color-dark-grey-85);padding:1.5rem;border-radius:.2rem}.app__info__entry{display:flex;cursor:default;padding:.2rem 0;font-family:"Roboto Mono",monospace}.app__info__entry__title{margin-right:.5rem;color:var(--color-dark-grey-500)}.app__info__entry__value{color:var(--color-light-grey-200)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--color-blue-50)}.app__info__extensions{height:15rem;margin-top:1rem;width:70rem}.app__info__extensions__header{display:flex;align-items:center;height:2.2rem;background:var(--color-dark-grey-100);border-radius:.2rem .2rem 0 0;padding:0 1rem}.app__info__extensions__header__title{cursor:default;font-size:1.2rem;font-weight:700;color:var(--color-dark-grey-500);font-family:"Roboto Mono",monospace}.app__info__extensions__content{height:calc(100% - 2.2rem);overflow:auto;padding:1rem;background:var(--color-dark-grey-85);border-radius:0 0 .2rem .2rem}.app__info__extensions__tree__node__icon{flex-grow:0;flex-shrink:0;display:flex;width:4rem}.app__info__extensions__tree__node__icon__expand{flex-grow:0;flex-shrink:0;width:2rem}.app__info__extensions__tree__node__icon__expand svg{font-size:1.4rem}.app__info__extensions__tree__node__icon__type{flex-grow:0;flex-shrink:0;width:2rem}.app__info__extensions__tree__node__icon__type svg{font-size:1.4rem;color:var(--color-blue-100)}.app__info__extensions__tree__node__label{display:flex;flex:0 0 auto;height:2rem;line-height:2rem;min-width:0;white-space:normal;user-select:none;font-family:"Roboto Mono",monospace}.app__info__extensions__tree__node__label__title{font-size:1.2rem}.app__info__extensions__tree__node__label__version{display:flex;align-items:center;justify-content:center;height:2rem;margin-left:1rem}.app__info__extensions__tree__node__label__version__label{display:flex;align-items:center;justify-content:center;height:1.6rem;padding:.5rem;background:var(--color-dark-grey-280);font-size:1rem;border-radius:.2rem}.blocking-alert{padding:0}.blocking-alert__root-container{margin-top:0 !important}.blocking-alert__container{align-items:center !important}.blocking-alert .btn{display:flex;align-items:center;justify-content:center;height:2.8rem;border-radius:.1rem;border:none;color:var(--color-light-grey-50)}.blocking-alert .modal__body{line-height:2.2rem;cursor:default;text-align:justify}.blocking-alert__message{text-align:center}.blocking-alert__message__prompt{text-align:center;font-size:1.2rem;color:var(--color-blue-150);font-weight:500}.blocking-alert__summary-text{color:var(--color-light-grey-400);font-weight:500}.blocking-alert__prompt-text{color:var(--color-blue-50);font-size:1.3rem;margin-top:1rem;font-weight:500}.blocking-alert--standard{border:.1rem solid var(--color-blue-200)}.blocking-alert--caution{border:.1rem solid var(--color-pink-400)}.blocking-alert--caution .mode__header{background:var(--color-pink-400)}.blocking-alert--caution .blocking-alert__prompt-text{color:var(--color-pink-300)}.backdrop{background:var(--color-dark-shade-230) !important;z-index:100 !important}.backdrop__container{height:0;width:0;position:absolute}.backdrop__element{z-index:100;position:relative;box-shadow:var(--color-dark-shade-280) 0 .1rem .3rem .1rem}.notification__position{bottom:3rem;right:1rem}.notification__content{background:var(--color-dark-grey-200);color:var(--color-light-grey-150);border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.notification__message__content:active{background:var(--color-dark-grey-100)}.notification__message__content__icon{padding-top:.2rem;padding-right:1rem}.notification__message__content__icon svg{font-size:1.6rem}.notification__message__content__icon--info{color:var(--color-light-grey-200)}.notification__message__content__icon--error{color:var(--color-red-100)}.notification__message__content__icon--warning{color:var(--color-yellow-200)}.notification__message__content__icon--success{color:var(--color-green-100)}.notification__message__content__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;max-height:20rem;max-width:60rem}.notification__message__content__text--expanded{overflow:auto;white-space:pre-line;width:60rem}.notification__actions{padding:.8rem 0 .8rem 1rem}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400)}.notification__action:hover{color:var(--color-light-grey-400)}.virtual-assistant{position:absolute;z-index:10100;bottom:9rem;right:1rem}.virtual-assistant__context-menu{z-index:10100}.virtual-assistant__station{display:flex;align-items:center;justify-content:flex-end;height:3.4rem;width:5.1rem;border-radius:1.7rem 1.1rem .2em 1.7rem;background:var(--color-dark-grey-50);opacity:.9;border:.1rem solid var(--color-blue-50);transition:width .1s ease-in-out}.virtual-assistant__station__trigger{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:50%;background:var(--color-blue-50);margin:.3rem 0 .3rem .2rem}.virtual-assistant__station__trigger__close{font-size:2.6rem;color:var(--color-dark-shade-800);position:relative}.virtual-assistant__station__trigger__circle{font-size:2.2rem;color:var(--color-dark-grey-80);animation:opacity-pulse 1.2s infinite ease-in-out alternate-reverse}@keyframes opacity-pulse{from{opacity:.1}to{opacity:.3}}.virtual-assistant__station--hidden{display:none}.virtual-assistant__station__drag-handle{height:3.4rem;width:2rem;cursor:grab}.virtual-assistant__station__drag-handle__content{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.virtual-assistant__station__drag-handle--dragging{cursor:grabbing}.virtual-assistant__station__drag-handle svg{font-size:2rem;color:var(--color-light-shade-100)}.virtual-assistant__station--active{border-color:var(--color-yellow-100);animation:border-flash .5s;animation-iteration-count:3}.virtual-assistant__station--active .virtual-assistant__station__trigger{background:var(--color-yellow-100);animation:background-flash .5s;animation-iteration-count:3}@keyframes border-flash{from{border-color:var(--color-dark-grey-50)}to{border-color:var(--color-yellow-100)}}@keyframes background-flash{from{background:var(--color-dark-grey-50)}to{background:var(--color-yellow-100)}}.virtual-assistant__panel{height:40rem;width:30rem;border-radius:.2rem;background:var(--color-dark-grey-100);border:.1rem solid var(--color-dark-grey-200);box-shadow:0 1.1rem 1.5rem -0.7rem,var(--color-light-shade-280),0 2.4rem 3.8rem .3rem var(--color-light-shade-280),0 .9rem 4.6rem .8rem var(--color-light-shade-280);pointer-events:all}.virtual-assistant__panel__container{z-index:10000;pointer-events:none}.virtual-assistant__panel__container__root{margin:-1rem}.virtual-assistant__panel__header{display:flex;align-items:center;justify-content:space-between;background:var(--color-dark-grey-250);height:2.8rem}.virtual-assistant__panel__header__actions{display:flex;align-items:center}.virtual-assistant__panel__header__action{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem}.virtual-assistant__panel__header__action svg{color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__action:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__panel__header__tabs{display:flex;height:2.8rem;color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__tab{padding:0 1rem;border-right:.1rem solid var(--color-dark-grey-100)}.virtual-assistant__panel__header__tab:hover{background:var(--color-dark-grey-280)}.virtual-assistant__panel__header__tab__content{display:flex;align-items:center;justify-content:center;cursor:pointer;height:2.8rem;width:6rem;border-bottom:.3rem solid var(--color-dark-grey-300);padding-top:.1rem;position:relative}.virtual-assistant__panel__header__tab__content svg{font-size:1.5rem;color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__tab__indicator{position:absolute;top:.5rem;right:1rem;height:1rem;width:1rem;border-radius:50%;background:var(--color-yellow-200)}.virtual-assistant__panel__header__tab:hover .virtual-assistant__panel__header__tab__content svg{color:var(--color-dark-grey-500)}.virtual-assistant__panel__header__tab--active:hover .virtual-assistant__panel__header__tab__content,.virtual-assistant__panel__header__tab--active .virtual-assistant__panel__header__tab__content{border-bottom:.3rem solid var(--color-yellow-300)}.virtual-assistant__panel__header__tab--active:hover .virtual-assistant__panel__header__tab__content svg,.virtual-assistant__panel__header__tab--active .virtual-assistant__panel__header__tab__content svg{color:var(--color-light-grey-200)}.virtual-assistant__panel__content{height:calc(100% - 2.8rem)}.virtual-assistant__panel__icon__close{font-size:2.4rem}.virtual-assistant__panel__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__panel__placeholder__icon{font-size:5rem;color:var(--color-yellow-200)}.virtual-assistant__panel__placeholder__message{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:1rem}.virtual-assistant__panel__placeholder__instruction{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-dark-grey-300);margin-top:.5rem}.virtual-assistant__search{height:100%}.virtual-assistant__search__header{display:flex;align-items:center;justify-content:center;padding:.3rem;border-bottom:.1rem solid var(--color-dark-grey-250);height:3.4rem;position:relative}.virtual-assistant__search__input{font-size:1.3rem;height:2.8rem;padding-right:2.8rem;padding-left:1rem;width:100%;background:var(--color-dark-grey-85);border-radius:.2rem;border:.1rem solid var(--color-dark-grey-200)}.virtual-assistant__search__input--searching{padding-right:9rem}.virtual-assistant__search__input__search__count{display:flex;align-items:center;justify-content:center;position:absolute;right:5.4rem;border-radius:.8rem;height:1.6rem;padding:0 .5rem;font-size:1.1rem;font-weight:700;background:var(--color-yellow-100);color:var(--color-dark-grey-280);user-select:none;cursor:default}.virtual-assistant__search__input__search__icon{display:flex;align-items:center;justify-content:center;position:absolute;right:.3rem;height:2.8rem;width:2.8rem}.virtual-assistant__search__input__search__icon svg{color:var(--color-light-shade-100)}.virtual-assistant__search__input__clear-btn{display:flex;align-items:center;justify-content:center;position:absolute;right:.3rem;height:2.8rem;width:2.8rem}.virtual-assistant__search__input__clear-btn svg{color:var(--color-dark-grey-400)}.virtual-assistant__search__input__clear-btn:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__search__input__config__trigger{display:flex;align-items:center;justify-content:center;position:absolute;right:3.1rem;height:2.8rem;width:1.8rem;cursor:pointer}.virtual-assistant__search__input__config__trigger svg{color:var(--color-dark-grey-400)}.virtual-assistant__search__input__config__trigger--toggled svg,.virtual-assistant__search__input__config__trigger:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__search__input__config__trigger--active svg,.virtual-assistant__search__input__config__trigger--active:hover svg{color:var(--color-blue-150)}.virtual-assistant__search__input__config__panel{width:100%;height:12rem;position:absolute;z-index:1;box-shadow:var(--color-dark-shade-280) .2rem .1rem .3rem .1rem;overflow:hidden;max-height:0;transition:max-height ease-in-out 100ms}.virtual-assistant__search__input__config__panel--toggled{max-height:12rem}.virtual-assistant__search__content{height:calc(100% - 3.4rem);position:relative}.virtual-assistant__search__results{height:100%;overflow-y:auto;padding:1rem}.virtual-assistant__search__results__placeholder{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400)}.virtual-assistant__doc-entry+.virtual-assistant__doc-entry{margin-top:.5rem}.virtual-assistant__doc-entry__header{display:flex}.virtual-assistant__doc-entry__expand-icon{display:flex;align-items:flex-start;width:2rem;min-width:2rem;padding-top:.3rem}.virtual-assistant__doc-entry__expand-icon svg{color:var(--color-light-grey-50)}.virtual-assistant__doc-entry__expand-icon--disabled svg{color:var(--color-dark-grey-300)}.virtual-assistant__doc-entry__title{line-height:1.5;font-weight:500;color:var(--color-light-grey-50);cursor:pointer;user-select:none}.virtual-assistant__doc-entry__title--link{color:var(--color-blue-40);text-decoration:none}.virtual-assistant__doc-entry__content{margin-top:.5rem;padding-left:2rem}.virtual-assistant__doc-entry__content__text{color:var(--color-light-grey-50);line-height:1.5;background:var(--color-dark-grey-80);border-radius:.2rem;padding:1rem}.virtual-assistant__doc-entry__content__markdown-text{padding:1rem;border-radius:.2rem}.virtual-assistant__character{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__character__container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.virtual-assistant__character__greeting{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:.6rem;cursor:default;user-select:none}.virtual-assistant__character__question{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-light-grey-0);margin-top:.6rem;cursor:default;user-select:none}.virtual-assistant__character__figure{display:flex;align-items:center;justify-content:center;position:relative;width:10rem;height:20rem}.virtual-assistant__character__hat{position:absolute;font-size:8rem;color:var(--color-orange-150);top:0}.virtual-assistant__character__glasses{position:absolute;font-size:8rem;color:var(--color-dark-grey-300);top:6rem}.virtual-assistant__character__beard{position:absolute;color:var(--color-yellow-200);font-size:8rem;top:11rem}.virtual-assistant__contextual-support{height:100%}.virtual-assistant__contextual-support__content{height:100%;overflow-y:auto;padding:1.5rem}.virtual-assistant__contextual-support__title{line-height:1.5;font-weight:700;color:var(--color-light-grey-50);cursor:pointer;user-select:none;font-size:1.5rem;margin-bottom:1rem}.virtual-assistant__contextual-support__text{color:var(--color-light-grey-50);line-height:1.5;background:var(--color-dark-grey-80);border-radius:.2rem;padding:1rem;margin-bottom:1rem}.virtual-assistant__contextual-support__markdown-text{padding:1rem;border-radius:.2rem;margin-bottom:1rem}.virtual-assistant__contextual-support__relevant-entries__title{color:var(--color-dark-grey-500);font-family:"Roboto Mono",monospace;font-size:1.3rem;margin-bottom:1rem}.fuzzy-search__advanced-config__panel{width:100%;background:var(--color-dark-grey-250)}.fuzzy-search__advanced-config__panel__header__label{display:flex;align-items:center;font-weight:500;color:var(--color-light-grey-50);background:var(--color-dark-grey-300);padding:0 1rem;line-height:2rem;font-size:1.2rem;cursor:default}.fuzzy-search__advanced-config__panel__header__hint{display:flex;align-items:center;justify-content:center;border-radius:.2rem;padding:0 .5rem;color:var(--color-light-grey-300)}.fuzzy-search__advanced-config__panel__header__hint svg{font-size:1.2rem}.tab-manager{display:flex;flex:1;overflow:hidden;height:100%}.tab-manager__content{width:calc(100% - 2.8rem);display:flex;overflow-x:overlay}.tab-manager__tab{display:flex;align-items:center;cursor:pointer;color:var(--color-light-grey-400);background:var(--color-dark-grey-80);border-right:.1rem solid var(--color-dark-grey-50)}.tab-manager__tab--active{color:var(--color-light-grey-100);background:var(--color-dark-grey-50)}.tab-manager__tab--dragged{filter:opacity(0.7)}.tab-manager__tab__content{display:flex;align-items:center;height:100%;width:100%}.tab-manager__tab__label{height:100%;color:inherit;padding:0 .5rem 0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab-manager__tab__close-btn{visibility:hidden;display:flex;align-items:center}.tab-manager__tab__close-btn svg{color:var(--color-light-grey-200);font-size:1.2rem;margin-right:1rem}.tab-manager__tab--active .tab-manager__tab__close-btn,.tab-manager__tab:hover .tab-manager__tab__close-btn{visibility:visible}.tab-manager__tab--active .tab-manager__tab__close-btn svg,.tab-manager__tab:hover .tab-manager__tab__close-btn svg{color:var(--color-light-grey-100)}.tab-manager__tab__dnd__placeholder{text-align:left;margin:0;padding:0 .5rem;background-color:var(--color-dark-grey-100)}.tab-manager__menu{min-width:15rem;max-width:30rem;height:100%;padding:0}.tab-manager__menu__toggler{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;color:var(--color-light-grey-400);border-left:.1rem solid var(--color-dark-grey-50);height:100%;width:2.8rem}.tab-manager__menu__item{justify-content:space-between}.tab-manager__menu__item--active,.tab-manager__menu__item:not([disabled]):hover{background:var(--color-dark-grey-250)}.tab-manager__menu__item__label{text-align:left;white-space:nowrap;font-size:1.3rem;overflow:hidden;text-overflow:ellipsis}.tab-manager__menu__item__close-btn{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;padding:.4rem;margin-left:.6rem;flex-direction:end}.tab-manager__menu__item__close-btn svg{width:1.2rem;height:1.2rem}.documentation-link{display:inline-flex;align-self:center;color:var(--color-dark-grey-500);cursor:pointer}.documentation-preview{display:flex;background:var(--color-dark-grey-85);border:.1rem solid var(--color-dark-grey-280);border-radius:.2rem}.documentation-preview__text{padding:1rem;width:calc(100% - 3rem);color:var(--color-light-grey-400);line-height:2rem}.documentation-preview__hint{display:flex;justify-content:center;padding:1rem 0;width:3rem}.packageable-element-option-label{display:flex;align-items:center}.packageable-element-option-label__tag{display:flex;align-items:center;color:var(--color-dark-grey-500);background:var(--color-light-grey-50);border:.1rem solid var(--color-light-grey-180);margin-left:1rem;border-radius:.2rem;font-size:1rem;padding:0 .5rem;height:1.6rem;font-weight:500}.packageable-element-option-label__name{display:flex;align-items:center;height:1.8rem}.packageable-element-option-label__type{margin:-1rem .8rem -1rem -1.2rem;height:3.2rem;padding-left:.5rem;background:rgba(0,0,0,0)}.packageable-element-option-label__type--system{background:var(--color-system)}.packageable-element-option-label__type--generated{background:var(--color-generated)}.packageable-element-option-label__type--dependency{background:var(--color-dependency)}.packageable-element-option-label--dark{display:flex;align-items:center;display:flex}.packageable-element-option-label--dark__tag{display:flex;align-items:center;color:var(--color-dark-grey-250);background:var(--color-dark-grey-400);margin-left:1rem;border-radius:.2rem;font-size:1rem;padding:0 .5rem;height:1.6rem;font-weight:500}.packageable-element-option-label--dark__name{display:flex;align-items:center;height:1.8rem}.execution-plan-viewer{height:100%;width:100%}.execution-plan-viewer__content{height:100%;width:100%}.execution-plan-viewer__debug-panel{background:var(--color-dark-grey-50)}.execution-plan-viewer__debug-panel .panel__header{background:var(--color-dark-grey-250)}.execution-plan-viewer__debug-panel .panel__content{position:relative;background:var(--color-dark-grey-50)}.execution-plan-viewer__close-btn{border-color:var(--color-blue-200);background:var(--color-blue-300)}.execution-plan-viewer .panel{height:100%}.execution-plan-viewer .panel__header{color:var(--color-light-grey-400);font-weight:bold;background:var(--color-dark-grey-50)}.execution-plan-viewer .panel__header__title{max-width:calc(100% - 11rem)}.execution-plan-viewer .panel__main-header{color:var(--color-light-grey-400);font-weight:bold;background:var(--color-dark-grey-250)}.execution-plan-viewer .panel__content{position:relative;height:calc(100% - 3rem);width:100%;background:var(--color-dark-grey-50);overflow-y:hidden}.execution-plan-viewer .panel__content ::-webkit-scrollbar-thumb{background:var(--color-dark-grey-400)}.execution-plan-viewer .panel__content>div:first-child{margin-top:0}.execution-plan-viewer .panel__content__lists{height:100%;width:100%;padding:1rem;overflow:overlay}.execution-plan-viewer__tabs__header{padding-left:0}.execution-plan-viewer__tabs{height:2.8rem;z-index:1;display:flex;overflow-x:overlay;overflow-y:hidden}.execution-plan-viewer__tab{height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;border-right:.1rem solid var(--color-dark-grey-200);white-space:nowrap;cursor:pointer}.execution-plan-viewer__tab--active{color:var(--color-dark-grey-50);position:relative}.execution-plan-viewer__tab--active::after{content:"";height:.4rem;width:100%;position:absolute;bottom:0;background:var(--color-yellow-200)}.execution-plan-viewer__panel{height:100%;width:100%}.execution-plan-viewer__panel__content{overflow-y:hidden;position:relative;background:var(--color-dark-grey-50);height:calc(100% - 3.4rem)}.execution-plan-viewer__panel__header{background:var(--color-dark-grey-100);z-index:1;height:3.4rem;min-height:3.4rem;padding:0}.execution-plan-viewer__panel__header__tabs{display:flex;height:100%;overflow-x:overlay}.execution-plan-viewer__panel__header__tab{display:flex;align-items:center;padding:0 1rem;cursor:pointer;color:var(--color-light-grey-400);background:var(--color-dark-grey-80);border-right:.1rem solid var(--color-dark-grey-80)}.execution-plan-viewer__panel__header__tab--active{color:var(--color-light-grey-100);background:var(--color-dark-grey-50)}.execution-plan-viewer__panel__header__tab__content{display:flex;align-items:center;height:100%;width:100%}.execution-plan-viewer__panel__header__tab__icon{margin-right:.5rem}.execution-plan-viewer__panel__header__tab__label{color:inherit;padding:0 .5rem;white-space:nowrap}.execution-plan-viewer__panel__view-mode__type{display:flex;align-items:center;justify-content:center;width:15rem;background:var(--color-dark-grey-100);border-right:.1rem solid var(--color-dark-grey-50);border-left:.1rem solid var(--color-dark-grey-50);color:var(--color-light-grey-300);cursor:pointer}.execution-plan-viewer__panel__view-mode__type:hover{background:var(--color-dark-grey-200)}.execution-plan-viewer__panel__view-mode__type__label{display:flex;align-items:center;height:3.4rem;padding:0 .5rem;border-top:.3rem solid var(--color-yellow-200)}.execution-plan-viewer__panel__view-mode__options{width:15rem}.execution-plan-viewer__panel__view-mode__options--with-group{border:none;padding:0}.execution-plan-viewer__panel__view-mode__option__group__name{display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:default;writing-mode:vertical-lr;transform:rotate(180deg);font-size:1.1rem;width:2.2rem;padding:.5rem 0}.execution-plan-viewer__panel__view-mode__option__group{display:flex;flex-direction:row}.execution-plan-viewer__panel__view-mode__option__group--native{background:var(--color-blue-100);border:.1rem solid var(--color-blue-100)}.execution-plan-viewer__panel__view-mode__option__group--native .execution-plan-viewer__panel__view-mode__option__group__name{background:var(--color-blue-100);color:var(--color-light-grey-50)}.execution-plan-viewer__panel__view-mode__option__group--generation{background:var(--color-pink-300);border:.1rem solid var(--color-pink-300)}.execution-plan-viewer__panel__view-mode__option__group--generation .execution-plan-viewer__panel__view-mode__option__group__name{background:var(--color-pink-300);color:var(--color-light-grey-50)}.execution-plan-viewer__panel__view-mode__option__group__separator{height:.2rem;width:100%}.execution-plan-viewer__panel__view-mode__option__group__options{width:100%;background:var(--color-dark-grey-100)}.execution-plan-viewer__panel__view-mode__option{display:flex;align-items:center;justify-content:center;height:2rem}.execution-plan-viewer__explorer{width:100%}.execution-plan-viewer__explorer__content__container{height:100%;background:var(--color-dark-grey-100)}.execution-plan-viewer__explorer-tree__node__container:hover{background:var(--color-dark-blue-shade-100)}.execution-plan-viewer__explorer-tree__node__container--selected,.execution-plan-viewer__explorer-tree__node__container--selected:hover{background:var(--color-light-blue-450)}.execution-plan-viewer__explorer-tree__node__icon{width:4rem;min-width:4rem}.execution-plan-viewer__explorer-tree__node__icon__expand,.execution-plan-viewer__explorer-tree__node__icon__type{width:2rem;display:flex;justify-content:center}.execution-plan-viewer__explorer-tree__node__icon__expand svg{font-size:1rem}.execution-plan-viewer__explorer-tree__node__label{color:inherit}.execution-plan-viewer__unsupported-view,.execution-node-viewer__unsupported-view{display:flex;align-items:center;justify-content:center;flex-direction:column}.execution-plan-viewer__unsupported-view__summary,.execution-node-viewer__unsupported-view__summary{font-weight:500;margin-bottom:1rem}.execution-plan-viewer__unsupported-view__to-text-mode__btn,.execution-node-viewer__unsupported-view__to-text-mode__btn{height:2.8rem;width:15rem}/*# sourceMappingURL=index.css.map */
|
|
17
|
+
@import"xterm/css/xterm.css";:root{--color-primitive: var(--color-light-blue-200);--color-enum-value: var(--color-green-100);--color-enumeration: var(--color-medium-green-100);--color-measure: var(--color-medium-green-100);--color-unit: var(--color-medium-green-100);--color-class: var(--color-purple-100);--color-mapping: var(--color-teal-50);--color-function: var(--color-light-blue-20);--color-profile: var(--color-lime-75);--color-generated: var(--color-pink-200);--color-system: var(--color-light-blue-50);--color-dependency: var(--color-lime-50);--color-config: var(--color-orange-100);--color-flat-data: var(--color-orange-100);--color-relational: var(--color-blue-500);--color-file-generation: var(--color-blue-50);--color-database: var(--color-orange-100);--color-schema: var(--color-medium-green-500);--color-table: var(--color-light-blue-200);--color-association: var(--color-light-grey-400);--color-service: var(--color-blue-40);--color-runtime: var(--color-red-180);--color-connection: var(--color-yellow-100);--color-data: var(--color-light-blue-50)}.color--class{color:var(--color-class)}.color--enumeration{color:var(--color-enumeration)}.color--unit{color:var(--color-unit)}.color--measure{color:var(--color-measure)}.color--association{color:var(--color-association)}.color--primitive{color:var(--color-primitive)}.color--enum-value{color:var(--color-enum-value)}.color--mapping{color:var(--color-mapping)}.color--function{color:var(--color-function)}.color--file-generation{color:var(--color-file-generation)}.color--profile{color:var(--color-profile)}.color--generated{color:var(--color-generated)}.color--system{color:var(--color-system)}.color--dependency{color:var(--color-dependency)}.color--config{color:var(--color-config)}.color--flat-data{color:var(--color-flat-data)}.color--database{color:var(--color-database)}.color--table{color:var(--color-table)}.color--schema{color:var(--color-schema)}.color--service{color:var(--color-service)}.color--connection{color:var(--color-connection)}.color--runtime{color:var(--color-runtime)}.color--data{color:var(--color-data)}.background--pureinstance,.background--class{background:var(--color-class)}.background--enumeration{background:var(--color-enumeration)}.background--unit{background:var(--color-unit)}.background--measure{background:var(--color-measure)}.background--association{background:var(--color-association)}.background--primitive{background:var(--color-primitive)}.background--enum-value{background:var(--color-enum-value)}.background--mapping{background:var(--color-mapping)}.background--profile{background:var(--color-profile)}.background--flat-data{background:var(--color-flat-data)}.background--database{background:var(--color-database)}.background--service{background:var(--color-service)}.background--connection{background:var(--color-connection)}.background--runtime{background:var(--color-runtime)}.background--relational{background:var(--color-relational)}.background--data{background:var(--color-data)}.app{height:100%;background:var(--color-dark-grey-50)}.app__container{height:100%;width:100%}.app__page{height:100%;background:var(--color-dark-grey-50)}.app__info__group{margin-top:1rem;background:var(--color-dark-grey-85);padding:1.5rem;border-radius:.2rem}.app__info__entry{display:flex;cursor:default;padding:.2rem 0;font-family:"Roboto Mono",monospace}.app__info__entry__title{margin-right:.5rem;color:var(--color-dark-grey-500)}.app__info__entry__value{color:var(--color-light-grey-200)}.app__info__entry__value a{text-decoration:none;font-weight:700;color:var(--color-blue-50)}.app__info__extensions{height:15rem;margin-top:1rem;width:70rem}.app__info__extensions__header{display:flex;align-items:center;height:2.2rem;background:var(--color-dark-grey-100);border-radius:.2rem .2rem 0 0;padding:0 1rem}.app__info__extensions__header__title{cursor:default;font-size:1.2rem;font-weight:700;color:var(--color-dark-grey-500);font-family:"Roboto Mono",monospace}.app__info__extensions__content{height:calc(100% - 2.2rem);overflow:auto;padding:1rem;background:var(--color-dark-grey-85);border-radius:0 0 .2rem .2rem}.app__info__extensions__tree__node__icon{flex-grow:0;flex-shrink:0;display:flex;width:4rem}.app__info__extensions__tree__node__icon__expand{flex-grow:0;flex-shrink:0;width:2rem}.app__info__extensions__tree__node__icon__expand svg{font-size:1.4rem}.app__info__extensions__tree__node__icon__type{flex-grow:0;flex-shrink:0;width:2rem}.app__info__extensions__tree__node__icon__type svg{font-size:1.4rem;color:var(--color-blue-100)}.app__info__extensions__tree__node__label{display:flex;flex:0 0 auto;height:2rem;line-height:2rem;min-width:0;white-space:normal;user-select:none;font-family:"Roboto Mono",monospace}.app__info__extensions__tree__node__label__title{font-size:1.2rem}.app__info__extensions__tree__node__label__version{display:flex;align-items:center;justify-content:center;height:2rem;margin-left:1rem}.app__info__extensions__tree__node__label__version__label{display:flex;align-items:center;justify-content:center;height:1.6rem;padding:.5rem;background:var(--color-dark-grey-280);font-size:1rem;border-radius:.2rem}.blocking-alert{padding:0}.blocking-alert__root-container{margin-top:0 !important}.blocking-alert__container{align-items:center !important}.blocking-alert .btn{display:flex;align-items:center;justify-content:center;height:2.8rem;border-radius:.1rem;border:none;color:var(--color-light-grey-50)}.blocking-alert .modal__body{line-height:2.2rem;cursor:default;text-align:justify}.blocking-alert__message{text-align:center}.blocking-alert__message__prompt{text-align:center;font-size:1.2rem;color:var(--color-blue-150);font-weight:500}.blocking-alert__summary-text{color:var(--color-light-grey-400);font-weight:500}.blocking-alert__prompt-text{color:var(--color-blue-50);font-size:1.3rem;margin-top:1rem;font-weight:500}.blocking-alert--standard{border:.1rem solid var(--color-blue-200)}.blocking-alert--caution{border:.1rem solid var(--color-pink-400)}.blocking-alert--caution .mode__header{background:var(--color-pink-400)}.blocking-alert--caution .blocking-alert__prompt-text{color:var(--color-pink-300)}.backdrop{background:var(--color-dark-shade-230) !important;z-index:100 !important}.backdrop__container{height:0;width:0;position:absolute}.backdrop__element{z-index:100;position:relative;box-shadow:var(--color-dark-shade-280) 0 .1rem .3rem .1rem}.notification__position{bottom:3rem;right:1rem}.notification__content{background:var(--color-dark-grey-200);color:var(--color-light-grey-150);border-radius:.3rem;align-items:flex-start}.notification__message__content{display:flex;align-items:flex-start;cursor:pointer}.notification__message__content:active{background:var(--color-dark-grey-100)}.notification__message__content__icon{padding-top:.2rem;padding-right:1rem}.notification__message__content__icon svg{font-size:1.6rem}.notification__message__content__icon--info{color:var(--color-light-grey-200)}.notification__message__content__icon--error{color:var(--color-red-100)}.notification__message__content__icon--warning{color:var(--color-yellow-200)}.notification__message__content__icon--success{color:var(--color-green-100)}.notification__message__content__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;max-height:20rem;max-width:60rem}.notification__message__content__text--expanded{overflow:auto;white-space:pre-line;width:60rem}.notification__actions{padding:.8rem 0 .8rem 1rem}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400)}.notification__action:hover{color:var(--color-light-grey-400)}.virtual-assistant{position:absolute;z-index:10100;bottom:9rem;right:1rem}.virtual-assistant__context-menu{z-index:10100}.virtual-assistant__station{display:flex;align-items:center;justify-content:flex-end;height:3.4rem;width:5.1rem;border-radius:1.7rem 1.1rem .2em 1.7rem;background:var(--color-dark-grey-50);opacity:.9;border:.1rem solid var(--color-blue-50);transition:width .1s ease-in-out}.virtual-assistant__station__trigger{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:50%;background:var(--color-blue-50);margin:.3rem 0 .3rem .2rem}.virtual-assistant__station__trigger__close{font-size:2.6rem;color:var(--color-dark-shade-800);position:relative}.virtual-assistant__station__trigger__circle{font-size:2.2rem;color:var(--color-dark-grey-80);animation:opacity-pulse 1.2s infinite ease-in-out alternate-reverse}@keyframes opacity-pulse{from{opacity:.1}to{opacity:.3}}.virtual-assistant__station--hidden{display:none}.virtual-assistant__station__drag-handle{height:3.4rem;width:2rem;cursor:grab}.virtual-assistant__station__drag-handle__content{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.virtual-assistant__station__drag-handle--dragging{cursor:grabbing}.virtual-assistant__station__drag-handle svg{font-size:2rem;color:var(--color-light-shade-100)}.virtual-assistant__station--active{border-color:var(--color-yellow-100);animation:border-flash .5s;animation-iteration-count:3}.virtual-assistant__station--active .virtual-assistant__station__trigger{background:var(--color-yellow-100);animation:background-flash .5s;animation-iteration-count:3}@keyframes border-flash{from{border-color:var(--color-dark-grey-50)}to{border-color:var(--color-yellow-100)}}@keyframes background-flash{from{background:var(--color-dark-grey-50)}to{background:var(--color-yellow-100)}}.virtual-assistant__panel{height:40rem;width:30rem;border-radius:.2rem;background:var(--color-dark-grey-100);border:.1rem solid var(--color-dark-grey-200);box-shadow:0 1.1rem 1.5rem -0.7rem,var(--color-light-shade-280),0 2.4rem 3.8rem .3rem var(--color-light-shade-280),0 .9rem 4.6rem .8rem var(--color-light-shade-280);pointer-events:all}.virtual-assistant__panel__container{z-index:10000;pointer-events:none}.virtual-assistant__panel__container__root{margin:-1rem}.virtual-assistant__panel__header{display:flex;align-items:center;justify-content:space-between;background:var(--color-dark-grey-250);height:2.8rem}.virtual-assistant__panel__header__actions{display:flex;align-items:center}.virtual-assistant__panel__header__action{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem}.virtual-assistant__panel__header__action svg{color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__action:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__panel__header__tabs{display:flex;height:2.8rem;color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__tab{padding:0 1rem;border-right:.1rem solid var(--color-dark-grey-100)}.virtual-assistant__panel__header__tab:hover{background:var(--color-dark-grey-280)}.virtual-assistant__panel__header__tab__content{display:flex;align-items:center;justify-content:center;cursor:pointer;height:2.8rem;width:6rem;border-bottom:.3rem solid var(--color-dark-grey-300);padding-top:.1rem;position:relative}.virtual-assistant__panel__header__tab__content svg{font-size:1.5rem;color:var(--color-dark-grey-400)}.virtual-assistant__panel__header__tab__indicator{position:absolute;top:.5rem;right:1rem;height:1rem;width:1rem;border-radius:50%;background:var(--color-yellow-200)}.virtual-assistant__panel__header__tab:hover .virtual-assistant__panel__header__tab__content svg{color:var(--color-dark-grey-500)}.virtual-assistant__panel__header__tab--active:hover .virtual-assistant__panel__header__tab__content,.virtual-assistant__panel__header__tab--active .virtual-assistant__panel__header__tab__content{border-bottom:.3rem solid var(--color-yellow-300)}.virtual-assistant__panel__header__tab--active:hover .virtual-assistant__panel__header__tab__content svg,.virtual-assistant__panel__header__tab--active .virtual-assistant__panel__header__tab__content svg{color:var(--color-light-grey-200)}.virtual-assistant__panel__content{height:calc(100% - 2.8rem)}.virtual-assistant__panel__icon__close{font-size:2.4rem}.virtual-assistant__panel__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__panel__placeholder__icon{font-size:5rem;color:var(--color-yellow-200)}.virtual-assistant__panel__placeholder__message{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:1rem}.virtual-assistant__panel__placeholder__instruction{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-dark-grey-300);margin-top:.5rem}.virtual-assistant__search{height:100%}.virtual-assistant__search__header{display:flex;align-items:center;justify-content:center;padding:.3rem;border-bottom:.1rem solid var(--color-dark-grey-250);height:3.4rem;position:relative}.virtual-assistant__search__input{font-size:1.3rem;height:2.8rem;padding-right:2.8rem;padding-left:1rem;width:100%;background:var(--color-dark-grey-85);border-radius:.2rem;border:.1rem solid var(--color-dark-grey-200)}.virtual-assistant__search__input--searching{padding-right:9rem}.virtual-assistant__search__input__search__count{display:flex;align-items:center;justify-content:center;position:absolute;right:5.4rem;border-radius:.8rem;height:1.6rem;padding:0 .5rem;font-size:1.1rem;font-weight:700;background:var(--color-yellow-100);color:var(--color-dark-grey-280);user-select:none;cursor:default}.virtual-assistant__search__input__search__icon{display:flex;align-items:center;justify-content:center;position:absolute;right:.3rem;height:2.8rem;width:2.8rem}.virtual-assistant__search__input__search__icon svg{color:var(--color-light-shade-100)}.virtual-assistant__search__input__clear-btn{display:flex;align-items:center;justify-content:center;position:absolute;right:.3rem;height:2.8rem;width:2.8rem}.virtual-assistant__search__input__clear-btn svg{color:var(--color-dark-grey-400)}.virtual-assistant__search__input__clear-btn:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__search__input__config__trigger{display:flex;align-items:center;justify-content:center;position:absolute;right:3.1rem;height:2.8rem;width:1.8rem;cursor:pointer}.virtual-assistant__search__input__config__trigger svg{color:var(--color-dark-grey-400)}.virtual-assistant__search__input__config__trigger--toggled svg,.virtual-assistant__search__input__config__trigger:hover svg{color:var(--color-dark-grey-500)}.virtual-assistant__search__input__config__trigger--active svg,.virtual-assistant__search__input__config__trigger--active:hover svg{color:var(--color-blue-150)}.virtual-assistant__search__input__config__panel{width:100%;height:12rem;position:absolute;z-index:1;box-shadow:var(--color-dark-shade-280) .2rem .1rem .3rem .1rem;overflow:hidden;max-height:0;transition:max-height ease-in-out 100ms}.virtual-assistant__search__input__config__panel--toggled{max-height:12rem}.virtual-assistant__search__input__advanced-config__panel{width:100%;background:var(--color-dark-grey-250)}.virtual-assistant__search__input__advanced-config__panel__header__label{display:flex;align-items:center;font-weight:500;color:var(--color-light-grey-50);background:var(--color-dark-grey-300);padding:0 1rem;line-height:2rem;font-size:1.2rem;cursor:default;user-select:none}.virtual-assistant__search__input__advanced-config__panel__header__label__hint{display:inline-flex;align-self:center;color:var(--color-dark-grey-500);cursor:pointer;margin-left:.5rem}.virtual-assistant__search__input__advanced-config__panel__header__label__hint svg{font-size:1.2rem}.virtual-assistant__search__content{height:calc(100% - 3.4rem);position:relative}.virtual-assistant__search__results{height:100%;overflow-y:auto;padding:1rem}.virtual-assistant__search__results__placeholder{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400)}.virtual-assistant__doc-entry+.virtual-assistant__doc-entry{margin-top:.5rem}.virtual-assistant__doc-entry__header{display:flex}.virtual-assistant__doc-entry__expand-icon{display:flex;align-items:flex-start;width:2rem;min-width:2rem;padding-top:.3rem}.virtual-assistant__doc-entry__expand-icon svg{color:var(--color-light-grey-50)}.virtual-assistant__doc-entry__expand-icon--disabled svg{color:var(--color-dark-grey-300)}.virtual-assistant__doc-entry__title{line-height:1.5;font-weight:500;color:var(--color-light-grey-50);cursor:pointer;user-select:none}.virtual-assistant__doc-entry__title--link{color:var(--color-blue-40);text-decoration:none}.virtual-assistant__doc-entry__content{margin-top:.5rem;padding-left:2rem}.virtual-assistant__doc-entry__content__text{color:var(--color-light-grey-50);line-height:1.5;background:var(--color-dark-grey-80);border-radius:.2rem;padding:1rem}.virtual-assistant__doc-entry__content__markdown-text{padding:1rem;border-radius:.2rem}.virtual-assistant__character{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__character__container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.virtual-assistant__character__greeting{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:.6rem;cursor:default;user-select:none}.virtual-assistant__character__question{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-light-grey-0);margin-top:.6rem;cursor:default;user-select:none}.virtual-assistant__character__figure{display:flex;align-items:center;justify-content:center;position:relative;width:10rem;height:20rem}.virtual-assistant__character__hat{position:absolute;font-size:8rem;color:var(--color-orange-150);top:0}.virtual-assistant__character__glasses{position:absolute;font-size:8rem;color:var(--color-dark-grey-300);top:6rem}.virtual-assistant__character__beard{position:absolute;color:var(--color-yellow-200);font-size:8rem;top:11rem}.virtual-assistant__contextual-support{height:100%}.virtual-assistant__contextual-support__content{height:100%;overflow-y:auto;padding:1.5rem}.virtual-assistant__contextual-support__title{line-height:1.5;font-weight:700;color:var(--color-light-grey-50);cursor:pointer;user-select:none;font-size:1.5rem;margin-bottom:1rem}.virtual-assistant__contextual-support__text{color:var(--color-light-grey-50);line-height:1.5;background:var(--color-dark-grey-80);border-radius:.2rem;padding:1rem;margin-bottom:1rem}.virtual-assistant__contextual-support__markdown-text{padding:1rem;border-radius:.2rem;margin-bottom:1rem}.virtual-assistant__contextual-support__relevant-entries__title{color:var(--color-dark-grey-500);font-family:"Roboto Mono",monospace;font-size:1.3rem;margin-bottom:1rem}/*# sourceMappingURL=index.css.map */
|
package/lib/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../style/_deps.scss","../style/_extensions.scss","../style/components/_app.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/components/_blocking-alert.scss","../style/components/_backdrop.scss","../style/components/_notification.scss","../style/components/_virtual-assistant.scss"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/_deps.scss","../style/_extensions.scss","../style/components/_app.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/components/_blocking-alert.scss","../style/components/_backdrop.scss","../style/components/_notification.scss","../style/components/_virtual-assistant.scss"],"names":[],"mappings":"AAgBQ,mCCCN,+CACA,2CAEA,mDACA,+CACA,4CACA,uCACA,sCACA,6CACA,sCACA,yCACA,2CACA,yCACA,wCACA,2CACA,0CACA,8CACA,0CACA,8CACA,2CACA,iDACA,sCACA,sCACA,4CACA,yCAIA,cACE,yBAGF,oBACE,+BAGF,aACE,wBAGF,gBACE,2BAGF,oBACE,+BAGF,kBACE,6BAGF,mBACE,8BAGF,gBACE,2BAGF,iBACE,4BAGF,wBACE,mCAGF,gBACE,2BAGF,kBACE,6BAGF,eACE,0BAGF,mBACE,8BAGF,eACE,0BAGF,kBACE,6BAGF,iBACE,4BAGF,cACE,yBAGF,eACE,0BAGF,gBACE,2BAGF,mBACE,8BAGF,gBACE,2BAGF,aACE,wBAKF,6CAEE,8BAGF,yBACE,oCAGF,kBACE,6BAGF,qBACE,gCAGF,yBACE,oCAGF,uBACE,kCAGF,wBACE,mCAGF,qBACE,gCAGF,qBACE,gCAGF,uBACE,kCAGF,sBACE,iCAGF,qBACE,gCAGF,wBACE,mCAGF,qBACE,gCAGF,wBACE,mCAGF,kBACE,6BCvLJ,KACE,YACA,qCAEA,gBACE,YACA,WAGF,WACE,YACA,qCAIA,kBACE,gBACA,qCACA,eACA,oBAGF,kBACE,aACA,eACA,gBACA,oCAGF,yBACE,mBACA,iCAGF,yBACE,kCAGF,2BACE,qBACA,gBACA,2BAGF,uBACE,aACA,gBACA,YAEA,+BCrCJ,aACA,mBDuCM,cACA,sCACA,8BACA,eAEA,sCACE,eACA,iBACA,gBACA,iCACA,oCAIJ,gCACE,2BACA,cACA,aACA,qCACA,8BAIA,yCCxCN,YACA,cD0CQ,aACA,WAGF,iDC/CN,YACA,cDiDQ,WAEA,qDACE,iBAIJ,+CCzDN,YACA,cD2DQ,WAEA,mDACE,iBACA,4BAIJ,0CACE,aACA,cACA,YACA,iBACA,YACA,mBACA,iBACA,oCAEA,iDACE,iBAGF,mDC/GR,aACA,mBACA,uBDgHU,YACA,iBAGF,0DCtHR,aACA,mBACA,uBDuHU,cACA,cACA,sCACA,eACA,oBEnIZ,gBACE,UAEA,gCACE,wBAGF,2BACE,8BAGF,qBDLA,aACA,mBACA,uBCME,cACA,oBACA,YACA,iCAGF,6BACE,mBACA,eACA,mBAGF,yBACE,kBAGF,iCACE,kBACA,iBACA,4BACA,gBAGF,8BACE,kCACA,gBAGF,6BACE,2BACA,iBACA,gBACA,gBAGF,0BACE,yCAGF,yBACE,yCAEA,uCACE,iCAGF,sDACE,4BC/DN,UACE,kDACA,uBAEA,qBACE,SACA,QACA,kBAGF,mBACE,YACA,kBACA,2DCVF,wBACE,YACA,WAGF,uBACE,sCACA,kCACA,oBACA,uBAGF,gCACE,aACA,uBACA,eAEA,uCACE,sCAIJ,sCACE,kBACA,mBAGF,0CACE,iBAGF,4CACE,kCAGF,6CACE,2BAGF,+CACE,8BAGF,+CACE,6BAGF,sCH1BA,mBACA,uBACA,gBACA,sBACA,gBGyBE,iBACA,gBAEA,gDACE,cAIA,qBACA,YAIJ,uBACE,2BAGF,sBH9DA,aACA,mBACA,uBG+DE,WACA,iCAGF,4BACE,kCC5EJ,mBACE,kBAMA,cAIA,YACA,WAEA,iCAGE,cAGF,4BJRA,aACA,mBIUE,yBACA,cACA,aAEA,wCACA,qCACA,WACA,wCACA,iCAGF,qCJ5BA,aACA,mBACA,uBI6BE,cACA,aACA,kBACA,gCACA,2BAEA,4CACE,iBACA,kCACA,kBAGF,6CACE,iBACA,gCACA,oEAGF,yBACE,KACE,WAGF,GACE,YAKN,oCACE,aAGF,yCACE,cACA,WACA,YAEA,kDJrEF,aACA,mBACA,uBIsEI,YACA,WAGF,mDACE,gBAGF,6CACE,eACA,mCAIJ,oCACE,qCACA,2BACA,4BAGF,yEACE,mCACA,+BACA,4BAGF,wBACE,KACE,uCAGF,GACE,sCAIJ,4BACE,KACE,qCAGF,GACE,oCAKN,0BACE,aACA,YACA,oBACA,sCACA,8CACA,qKAMA,mBAEA,qCAGE,cAMA,oBAEA,2CACE,aAIJ,kCJ/IA,aACA,mBIiJE,8BACA,sCACA,cAEA,2CJtJF,aACA,mBIyJE,0CJhKF,aACA,mBACA,uBIiKI,aACA,cAEA,8CACE,iCAGF,oDACE,iCAKN,wCACE,aACA,cACA,iCAGF,uCACE,eACA,oDAEA,6CACE,sCAIJ,gDJ/LA,aACA,mBACA,uBIgME,eACA,cACA,WACA,qDACA,kBACA,kBAEA,oDACE,iBACA,iCAIJ,kDACE,kBACA,UACA,WACA,YACA,WACA,kBACA,mCAGF,iGACE,iCAGF,oMAEE,kDAEA,4MACE,kCAIJ,mCACE,2BAGF,uCACE,iBAGF,uCJ9OA,aACA,mBACA,uBI+OE,sBAEA,6CACE,eACA,8BAGF,gDACE,oCACA,iBACA,kCACA,gBAGF,oDACE,oCACA,iBACA,gBACA,iCACA,iBAKN,2BACE,YAEA,mCJ5QA,aACA,mBACA,uBI6QE,cACA,qDACA,cACA,kBAGF,kCACE,iBACA,cACA,qBACA,kBACA,WACA,qCACA,oBACA,8CAEA,6CACE,mBAGF,iDJnSF,aACA,mBACA,uBIoSI,kBACA,aACA,oBACA,cACA,gBACA,iBACA,gBACA,mCACA,iCACA,iBACA,eAGF,gDJnTF,aACA,mBACA,uBIoTI,kBACA,YACA,cACA,aAEA,oDACE,mCAIJ,6CJhUF,aACA,mBACA,uBIiUI,kBACA,YACA,cACA,aAEA,iDACE,iCAGF,uDACE,iCAIJ,mDJjVF,aACA,mBACA,uBIkVI,kBACA,aACA,cACA,aACA,eAEA,uDACE,iCAGF,6HAEE,iCAGF,oIAEE,4BAIJ,iDACE,WACA,aACA,kBACA,UACA,+DAGA,gBACA,aACA,wCAEA,0DACE,iBAKN,0DACE,WACA,sCAEA,yEJzXF,aACA,mBI2XI,gBACA,iCACA,sCACA,eACA,iBACA,iBACA,eACA,iBAGF,+EACE,oBACA,kBACA,iCACA,eACA,kBAEA,mFACE,iBAKN,oCACE,2BACA,kBAGF,oCACE,YACA,gBACA,aAGF,iDACE,oCACA,iBACA,kCAKF,4DACE,iBAGF,sCACE,aAGF,2CACE,aACA,uBACA,WACA,eACA,kBAEA,+CACE,iCAKF,yDACE,iCAIJ,qCACE,gBACA,gBACA,iCACA,eACA,iBAGF,2CACE,2BACA,qBAGF,uCACE,iBACA,kBAGF,6CACE,iCACA,gBACA,qCACA,oBACA,aAGF,sDACE,aACA,oBAIJ,8BJteE,aACA,mBACA,uBIueA,sBAEA,yCJ3eA,aACA,mBACA,uBI4eE,WACA,YACA,gBAGF,wCACE,oCACA,iBACA,kCACA,iBACA,eACA,iBAGF,wCACE,oCACA,iBACA,gBACA,gCACA,iBACA,eACA,iBAGF,sCJtgBA,aACA,mBACA,uBIugBE,kBACA,YACA,aAGF,mCACE,kBACA,eACA,8BACA,MAGF,uCACE,kBACA,eACA,iCACA,SAGF,qCACE,kBACA,8BACA,eACA,UAIJ,uCACE,YAEA,gDACE,YACA,gBACA,eAGF,8CACE,gBACA,gBACA,iCACA,eACA,iBACA,iBACA,mBAGF,6CACE,iCACA,gBACA,qCACA,oBACA,aACA,mBAGF,sDACE,aACA,oBACA,mBAIA,gEACE,iCACA,oCACA,iBACA","file":"index.css"}
|