@finos/legend-application 4.0.2 → 5.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.
Files changed (139) hide show
  1. package/lib/application/LegendApplication.d.ts +9 -1
  2. package/lib/application/LegendApplication.d.ts.map +1 -1
  3. package/lib/application/LegendApplication.js +54 -1
  4. package/lib/application/LegendApplication.js.map +1 -1
  5. package/lib/components/VirtualAssistant.js +3 -3
  6. package/lib/components/VirtualAssistant.js.map +1 -1
  7. package/lib/components/{BasicValueSpecificationEditor.d.ts → shared/BasicValueSpecificationEditor.d.ts} +0 -0
  8. package/lib/components/shared/BasicValueSpecificationEditor.d.ts.map +1 -0
  9. package/lib/components/{BasicValueSpecificationEditor.js → shared/BasicValueSpecificationEditor.js} +1 -1
  10. package/lib/components/shared/BasicValueSpecificationEditor.js.map +1 -0
  11. package/lib/components/{CustomDatePicker.d.ts → shared/CustomDatePicker.d.ts} +0 -0
  12. package/lib/components/shared/CustomDatePicker.d.ts.map +1 -0
  13. package/lib/components/{CustomDatePicker.js → shared/CustomDatePicker.js} +1 -1
  14. package/lib/components/shared/CustomDatePicker.js.map +1 -0
  15. package/lib/components/{DocumentationLink.d.ts → shared/DocumentationLink.d.ts} +0 -0
  16. package/lib/components/shared/DocumentationLink.d.ts.map +1 -0
  17. package/lib/components/{DocumentationLink.js → shared/DocumentationLink.js} +1 -1
  18. package/lib/components/shared/DocumentationLink.js.map +1 -0
  19. package/lib/components/{LambdaEditor.d.ts → shared/LambdaEditor.d.ts} +1 -1
  20. package/lib/components/shared/LambdaEditor.d.ts.map +1 -0
  21. package/lib/components/{LambdaEditor.js → shared/LambdaEditor.js} +3 -3
  22. package/lib/components/shared/LambdaEditor.js.map +1 -0
  23. package/lib/components/{LambdaParameterValuesEditor.d.ts → shared/LambdaParameterValuesEditor.d.ts} +1 -1
  24. package/lib/components/shared/LambdaParameterValuesEditor.d.ts.map +1 -0
  25. package/lib/components/{LambdaParameterValuesEditor.js → shared/LambdaParameterValuesEditor.js} +1 -1
  26. package/lib/components/shared/LambdaParameterValuesEditor.js.map +1 -0
  27. package/lib/components/shared/PackageableElementOptionRenderer.d.ts +21 -0
  28. package/lib/components/shared/PackageableElementOptionRenderer.d.ts.map +1 -0
  29. package/lib/components/shared/PackageableElementOptionRenderer.js +8 -0
  30. package/lib/components/shared/PackageableElementOptionRenderer.js.map +1 -0
  31. package/lib/components/{TextInputEditor.d.ts → shared/TextInputEditor.d.ts} +1 -1
  32. package/lib/components/shared/TextInputEditor.d.ts.map +1 -0
  33. package/lib/components/{TextInputEditor.js → shared/TextInputEditor.js} +2 -2
  34. package/lib/components/shared/TextInputEditor.js.map +1 -0
  35. package/lib/components/shared/execution-plan-viewer/ExecutionPlanViewer.d.ts +28 -0
  36. package/lib/components/shared/execution-plan-viewer/ExecutionPlanViewer.d.ts.map +1 -0
  37. package/lib/components/shared/execution-plan-viewer/ExecutionPlanViewer.js +182 -0
  38. package/lib/components/shared/execution-plan-viewer/ExecutionPlanViewer.js.map +1 -0
  39. package/lib/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.d.ts +31 -0
  40. package/lib/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.d.ts.map +1 -0
  41. package/lib/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.js +32 -0
  42. package/lib/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.js.map +1 -0
  43. package/lib/index.css +2 -2
  44. package/lib/index.css.map +1 -1
  45. package/lib/index.d.ts +12 -9
  46. package/lib/index.d.ts.map +1 -1
  47. package/lib/index.js +13 -9
  48. package/lib/index.js.map +1 -1
  49. package/lib/stores/ApplicationEvent.d.ts +4 -2
  50. package/lib/stores/ApplicationEvent.d.ts.map +1 -1
  51. package/lib/stores/ApplicationEvent.js +4 -2
  52. package/lib/stores/ApplicationEvent.js.map +1 -1
  53. package/lib/stores/ApplicationStore.d.ts.map +1 -1
  54. package/lib/stores/ApplicationStore.js +2 -1
  55. package/lib/stores/ApplicationStore.js.map +1 -1
  56. package/lib/stores/LegendApplicationAssistantService.d.ts +2 -2
  57. package/lib/stores/LegendApplicationAssistantService.d.ts.map +1 -1
  58. package/lib/stores/LegendApplicationAssistantService.js +13 -10
  59. package/lib/stores/LegendApplicationAssistantService.js.map +1 -1
  60. package/lib/stores/LegendApplicationConfig.d.ts +8 -5
  61. package/lib/stores/LegendApplicationConfig.d.ts.map +1 -1
  62. package/lib/stores/LegendApplicationConfig.js +15 -13
  63. package/lib/stores/LegendApplicationConfig.js.map +1 -1
  64. package/lib/stores/LegendApplicationDocumentationService.d.ts +34 -24
  65. package/lib/stores/LegendApplicationDocumentationService.d.ts.map +1 -1
  66. package/lib/stores/LegendApplicationDocumentationService.js +64 -60
  67. package/lib/stores/LegendApplicationDocumentationService.js.map +1 -1
  68. package/lib/stores/LegendApplicationPlugin.d.ts +14 -3
  69. package/lib/stores/LegendApplicationPlugin.d.ts.map +1 -1
  70. package/lib/stores/LegendApplicationPlugin.js.map +1 -1
  71. package/lib/stores/PureLanguageSupport.d.ts.map +1 -1
  72. package/lib/stores/PureLanguageSupport.js +8 -3
  73. package/lib/stores/PureLanguageSupport.js.map +1 -1
  74. package/lib/stores/shared/ExecutionPlanState.d.ts +62 -0
  75. package/lib/stores/shared/ExecutionPlanState.d.ts.map +1 -0
  76. package/lib/stores/shared/ExecutionPlanState.js +118 -0
  77. package/lib/stores/shared/ExecutionPlanState.js.map +1 -0
  78. package/lib/stores/{LambdaEditorState.d.ts → shared/LambdaEditorState.d.ts} +0 -0
  79. package/lib/stores/shared/LambdaEditorState.d.ts.map +1 -0
  80. package/lib/stores/{LambdaEditorState.js → shared/LambdaEditorState.js} +0 -0
  81. package/lib/stores/shared/LambdaEditorState.js.map +1 -0
  82. package/lib/stores/{LambdaParameterState.d.ts → shared/LambdaParameterState.d.ts} +0 -0
  83. package/lib/stores/shared/LambdaParameterState.d.ts.map +1 -0
  84. package/lib/stores/{LambdaParameterState.js → shared/LambdaParameterState.js} +1 -1
  85. package/lib/stores/shared/LambdaParameterState.js.map +1 -0
  86. package/lib/stores/{PackageableElementOption.d.ts → shared/PackageableElementOption.d.ts} +0 -0
  87. package/lib/stores/shared/PackageableElementOption.d.ts.map +1 -0
  88. package/lib/stores/{PackageableElementOption.js → shared/PackageableElementOption.js} +0 -0
  89. package/lib/stores/shared/PackageableElementOption.js.map +1 -0
  90. package/lib/stores/{ValueSpecificationModifierHelper.d.ts → shared/ValueSpecificationModifierHelper.d.ts} +0 -0
  91. package/lib/stores/shared/ValueSpecificationModifierHelper.d.ts.map +1 -0
  92. package/lib/stores/{ValueSpecificationModifierHelper.js → shared/ValueSpecificationModifierHelper.js} +0 -0
  93. package/lib/stores/shared/ValueSpecificationModifierHelper.js.map +1 -0
  94. package/package.json +11 -10
  95. package/src/application/LegendApplication.tsx +100 -4
  96. package/src/components/VirtualAssistant.tsx +4 -4
  97. package/src/components/{BasicValueSpecificationEditor.tsx → shared/BasicValueSpecificationEditor.tsx} +1 -1
  98. package/src/components/{CustomDatePicker.tsx → shared/CustomDatePicker.tsx} +1 -1
  99. package/src/components/{DocumentationLink.tsx → shared/DocumentationLink.tsx} +1 -1
  100. package/src/components/{LambdaEditor.tsx → shared/LambdaEditor.tsx} +4 -4
  101. package/src/components/{LambdaParameterValuesEditor.tsx → shared/LambdaParameterValuesEditor.tsx} +2 -2
  102. package/src/components/shared/PackageableElementOptionRenderer.tsx +40 -0
  103. package/src/components/{TextInputEditor.tsx → shared/TextInputEditor.tsx} +2 -2
  104. package/src/components/shared/execution-plan-viewer/ExecutionPlanViewer.tsx +550 -0
  105. package/src/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.tsx +46 -0
  106. package/src/index.ts +16 -13
  107. package/src/stores/ApplicationEvent.ts +4 -2
  108. package/src/stores/ApplicationStore.ts +3 -1
  109. package/src/stores/LegendApplicationAssistantService.ts +20 -16
  110. package/src/stores/LegendApplicationConfig.ts +28 -27
  111. package/src/stores/LegendApplicationDocumentationService.ts +128 -124
  112. package/src/stores/LegendApplicationPlugin.ts +17 -3
  113. package/src/stores/PureLanguageSupport.ts +8 -3
  114. package/src/stores/shared/ExecutionPlanState.ts +154 -0
  115. package/src/stores/{LambdaEditorState.ts → shared/LambdaEditorState.ts} +0 -0
  116. package/src/stores/{LambdaParameterState.ts → shared/LambdaParameterState.ts} +1 -1
  117. package/src/stores/{PackageableElementOption.ts → shared/PackageableElementOption.ts} +0 -0
  118. package/src/stores/{ValueSpecificationModifierHelper.ts → shared/ValueSpecificationModifierHelper.ts} +0 -0
  119. package/tsconfig.json +14 -10
  120. package/lib/components/BasicValueSpecificationEditor.d.ts.map +0 -1
  121. package/lib/components/BasicValueSpecificationEditor.js.map +0 -1
  122. package/lib/components/CustomDatePicker.d.ts.map +0 -1
  123. package/lib/components/CustomDatePicker.js.map +0 -1
  124. package/lib/components/DocumentationLink.d.ts.map +0 -1
  125. package/lib/components/DocumentationLink.js.map +0 -1
  126. package/lib/components/LambdaEditor.d.ts.map +0 -1
  127. package/lib/components/LambdaEditor.js.map +0 -1
  128. package/lib/components/LambdaParameterValuesEditor.d.ts.map +0 -1
  129. package/lib/components/LambdaParameterValuesEditor.js.map +0 -1
  130. package/lib/components/TextInputEditor.d.ts.map +0 -1
  131. package/lib/components/TextInputEditor.js.map +0 -1
  132. package/lib/stores/LambdaEditorState.d.ts.map +0 -1
  133. package/lib/stores/LambdaEditorState.js.map +0 -1
  134. package/lib/stores/LambdaParameterState.d.ts.map +0 -1
  135. package/lib/stores/LambdaParameterState.js.map +0 -1
  136. package/lib/stores/PackageableElementOption.d.ts.map +0 -1
  137. package/lib/stores/PackageableElementOption.js.map +0 -1
  138. package/lib/stores/ValueSpecificationModifierHelper.d.ts.map +0 -1
  139. package/lib/stores/ValueSpecificationModifierHelper.js.map +0 -1
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /// <reference types="react" resolution-mode="require"/>
17
+ import { type ExecutionPlanState } from '../../../stores/shared/ExecutionPlanState.js';
18
+ import { ExecutionPlan } from '@finos/legend-graph';
19
+ export declare const ExecutionPlanTree: React.FC<{
20
+ executionPlanState: ExecutionPlanState;
21
+ executionPlan: ExecutionPlan;
22
+ }>;
23
+ export declare const ExecutionPlanViewer: ((props: {
24
+ executionPlanState: ExecutionPlanState;
25
+ }) => JSX.Element | null) & {
26
+ displayName: string;
27
+ };
28
+ //# sourceMappingURL=ExecutionPlanViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExecutionPlanViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/execution-plan-viewer/ExecutionPlanViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAyBH,OAAO,EAIL,KAAK,kBAAkB,EACxB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EACL,aAAa,EAKd,MAAM,qBAAqB,CAAC;AAyI7B,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IACvC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,aAAa,CAAC;CAC9B,CA0EA,CAAC;AA2MF,eAAO,MAAM,mBAAmB,WACtB;IAAE,kBAAkB,EAAE,kBAAkB,CAAA;CAAE;;CA+EnD,CAAC"}
@@ -0,0 +1,182 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } 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 { useState } from 'react';
18
+ import { Dialog, ResizablePanelGroup, ResizablePanelSplitter, ResizablePanel, ResizablePanelSplitterLine, clsx, TreeView, ChevronDownIcon, ChevronRightIcon, MenuContentItem, MenuContent, DropdownMenu, BlankPanelContent, } from '@finos/legend-art';
19
+ import { addUniqueEntry, filterByType, isNonNullable, } from '@finos/legend-shared';
20
+ import { ExecutionNodeTreeNodeData, ExecutionPlanViewTreeNodeData, EXECUTION_PLAN_VIEW_MODE, } from '../../../stores/shared/ExecutionPlanState.js';
21
+ import { observer } from 'mobx-react-lite';
22
+ import { ExecutionPlan, ExecutionNode, SQLExecutionNode, RelationalTDSInstantiationExecutionNode, } from '@finos/legend-graph';
23
+ import { EDITOR_LANGUAGE, TAB_SIZE } from '../../../const.js';
24
+ import { TextInputEditor } from '../TextInputEditor.js';
25
+ import { SQLExecutionNodeViewer } from './SQLExecutionNodeViewer.js';
26
+ /**
27
+ * @modularize
28
+ * See https://github.com/finos/legend-studio/issues/65
29
+ */
30
+ const generateExecutionNodeLabel = (type) => {
31
+ if (type instanceof SQLExecutionNode) {
32
+ return `SQL Execution Node`;
33
+ }
34
+ else if (type instanceof RelationalTDSInstantiationExecutionNode) {
35
+ return `Relational TDS Instantiation Execution Node`;
36
+ }
37
+ else {
38
+ return 'Other';
39
+ }
40
+ };
41
+ const generateExecutionNodeTreeNodeData = (executionNode, label, parentNode) => {
42
+ const executionNodeTreeNode = new ExecutionNodeTreeNodeData(executionNode._UUID, label, executionNode);
43
+ const childrenIds = [];
44
+ executionNode.executionNodes
45
+ .slice()
46
+ .filter(filterByType(ExecutionNode))
47
+ .forEach((childExecutionNode) => {
48
+ addUniqueEntry(childrenIds, childExecutionNode._UUID);
49
+ });
50
+ executionNodeTreeNode.childrenIds = childrenIds;
51
+ return executionNodeTreeNode;
52
+ };
53
+ const generateExecutionPlanTreeNodeData = (executionPlan) => {
54
+ const executionPlanNode = new ExecutionPlanViewTreeNodeData(`Execution Plan`, `Execution Plan`, executionPlan);
55
+ const childrenIds = [];
56
+ const rootNodeId = executionPlan.rootExecutionNode._UUID;
57
+ addUniqueEntry(childrenIds, rootNodeId);
58
+ executionPlanNode.childrenIds = childrenIds;
59
+ return executionPlanNode;
60
+ };
61
+ const getExecutionPlanTreeData = (executionPlan) => {
62
+ const rootIds = [];
63
+ const nodes = new Map();
64
+ const executionPlanTreeNode = generateExecutionPlanTreeNodeData(executionPlan);
65
+ addUniqueEntry(rootIds, executionPlanTreeNode.id);
66
+ nodes.set(executionPlanTreeNode.id, executionPlanTreeNode);
67
+ return { rootIds, nodes };
68
+ };
69
+ const ExecutionNodeElementTreeNodeContainer = (props) => {
70
+ const { node, level, stepPaddingInRem, onNodeSelect, innerProps } = props;
71
+ const { onNodeExpand } = innerProps;
72
+ const isExpandable = Boolean(node.childrenIds?.length);
73
+ const selectNode = () => onNodeSelect?.(node);
74
+ const expandNode = () => onNodeExpand(node);
75
+ const nodeExpandIcon = isExpandable ? (node.isOpen ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronRightIcon, {}))) : (_jsx("div", {}));
76
+ return (_jsxs("div", { className: clsx('tree-view__node__container execution-plan-viewer__explorer-tree__node__container', {
77
+ 'menu__trigger--on-menu-open': !node.isSelected,
78
+ }, {
79
+ 'execution-plan-viewer__explorer-tree__node__container--selected': node.isSelected,
80
+ }), style: {
81
+ paddingLeft: `${(level - 1) * (stepPaddingInRem ?? 1)}rem`,
82
+ }, onClick: selectNode, children: [_jsx("div", { className: "tree-view__node__icon", children: _jsx("div", { className: "tree-view__node__expand-icon", onClick: expandNode, children: nodeExpandIcon }) }), _jsx("button", { className: "tree-view__node__label execution-plan-viewer__explorer-tree__node__label", tabIndex: -1, title: node.id, children: node.label })] }));
83
+ };
84
+ export const ExecutionPlanTree = (props) => {
85
+ const { executionPlanState, executionPlan } = props;
86
+ // NOTE: We only need to compute this once so we use lazy initial state syntax
87
+ // See https://reactjs.org/docs/hooks-reference.html#lazy-initial-state
88
+ const [treeData, setTreeData] = useState(() => getExecutionPlanTreeData(executionPlan));
89
+ const onNodeSelect = (node) => {
90
+ if (node instanceof ExecutionPlanViewTreeNodeData) {
91
+ executionPlanState.transformMetadataToProtocolJson(node.executionPlan);
92
+ }
93
+ else if (node instanceof ExecutionNodeTreeNodeData) {
94
+ executionPlanState.transformMetadataToProtocolJson(node.executionNode);
95
+ }
96
+ executionPlanState.setSelectedNode(node);
97
+ };
98
+ const onNodeExpand = (node) => {
99
+ if (node.childrenIds?.length) {
100
+ node.isOpen = !node.isOpen;
101
+ if (node instanceof ExecutionPlanViewTreeNodeData) {
102
+ const rootNode = node.executionPlan.rootExecutionNode;
103
+ const rootNodeTreeNode = generateExecutionNodeTreeNodeData(rootNode, generateExecutionNodeLabel(rootNode), node);
104
+ treeData.nodes.set(rootNodeTreeNode.id, rootNodeTreeNode);
105
+ }
106
+ else if (node instanceof ExecutionNodeTreeNodeData) {
107
+ if (node.executionNode.executionNodes.length > 0) {
108
+ node.executionNode.executionNodes.forEach((exen) => {
109
+ const executionNodeTreeNode = generateExecutionNodeTreeNodeData(exen, generateExecutionNodeLabel(exen), node);
110
+ treeData.nodes.set(executionNodeTreeNode.id, executionNodeTreeNode);
111
+ });
112
+ }
113
+ }
114
+ }
115
+ setTreeData({ ...treeData });
116
+ };
117
+ const getChildNodes = (node) => {
118
+ if (!node.childrenIds || node.childrenIds.length === 0) {
119
+ return [];
120
+ }
121
+ const childrenNodes = node.childrenIds
122
+ .map((id) => treeData.nodes.get(id))
123
+ .filter(isNonNullable);
124
+ return childrenNodes;
125
+ };
126
+ return (_jsx(TreeView, { components: {
127
+ TreeNodeContainer: ExecutionNodeElementTreeNodeContainer,
128
+ }, treeData: treeData, getChildNodes: getChildNodes, onNodeSelect: onNodeSelect, innerProps: {
129
+ onNodeExpand,
130
+ } }));
131
+ };
132
+ const ExecutionNodeViewer = observer((props) => {
133
+ const { executionNode, executionPlanState } = props;
134
+ if (executionNode instanceof SQLExecutionNode) {
135
+ return (_jsx(SQLExecutionNodeViewer, { query: executionNode.sqlQuery, resultColumns: executionNode.resultColumns, executionPlanState: executionPlanState }));
136
+ }
137
+ return (_jsx(BlankPanelContent, { children: _jsxs("div", { className: "execution-node-viewer__unsupported-view", children: [_jsx("div", { className: "execution-node-viewer__unsupported-view__summary", children: `Can't display execution node` }), _jsx("button", { className: "btn--dark execution-node-viewer__unsupported-view__to-text-mode__btn", onClick: () => executionPlanState.setViewMode(EXECUTION_PLAN_VIEW_MODE.JSON), children: "View JSON" })] }) }));
138
+ });
139
+ const ExecutionPlanViewPanel = observer((props) => {
140
+ const { displayData, executionPlanState } = props;
141
+ let currentElement;
142
+ if (executionPlanState.selectedNode !== undefined) {
143
+ if (executionPlanState.selectedNode instanceof ExecutionPlanViewTreeNodeData) {
144
+ currentElement = executionPlanState.selectedNode.executionPlan;
145
+ }
146
+ else if (executionPlanState.selectedNode instanceof ExecutionNodeTreeNodeData) {
147
+ currentElement = executionPlanState.selectedNode.executionNode;
148
+ }
149
+ }
150
+ const nativeViewModes = Object.values(EXECUTION_PLAN_VIEW_MODE);
151
+ return (_jsx("div", { className: "execution-plan-viewer__panel", children: executionPlanState.selectedNode !== undefined && (_jsxs(_Fragment, { children: [_jsxs("div", { className: "panel__header execution-plan-viewer__panel__header", children: [_jsx("div", { className: "execution-plan-viewer__panel__header__tabs", children: _jsx("button", { className: "execution-plan-viewer__panel__header__tab execution-plan-viewer__panel__header__tab--active", children: executionPlanState.selectedNode.label }) }), _jsx(DropdownMenu, { className: "execution-plan-viewer__panel__view-mode", content: _jsx(MenuContent, { className: "execution-plan-viewer__panel__view-mode__options execution-plan-viewer__panel__view-mode__options--with-group", children: _jsxs("div", { className: "execution-plan-viewer__panel__view-mode__option__group execution-plan-viewer__panel__view-mode__option__group--native", children: [_jsx("div", { className: "execution-plan-viewer__panel__view-mode__option__group__name", children: "native" }), _jsx("div", { className: "execution-plan-viewer__panel__view-mode__option__group__options", children: nativeViewModes.map((mode) => (_jsx(MenuContentItem, { className: "execution-plan-viewer__panel__view-mode__option", onClick: () => executionPlanState.setViewMode(mode), children: mode }, mode))) })] }) }), menuProps: {
152
+ anchorOrigin: { vertical: 'bottom', horizontal: 'right' },
153
+ transformOrigin: { vertical: 'top', horizontal: 'right' },
154
+ }, children: _jsx("button", { className: "execution-plan-viewer__panel__view-mode__type", title: "View as...", children: _jsx("div", { className: "execution-plan-viewer__panel__view-mode__type__label", children: executionPlanState.viewMode }) }) })] }), _jsxs("div", { className: "panel__content execution-plan-viewer__panel__content", children: [executionPlanState.viewMode === EXECUTION_PLAN_VIEW_MODE.JSON &&
155
+ Boolean(displayData) && (_jsx(TextInputEditor, { inputValue: displayData, isReadOnly: true, language: EDITOR_LANGUAGE.JSON, showMiniMap: false })), executionPlanState.viewMode ===
156
+ EXECUTION_PLAN_VIEW_MODE.FORM && (_jsxs(_Fragment, { children: [currentElement instanceof ExecutionNode && (_jsx(ExecutionNodeViewer, { executionNode: currentElement, executionPlanState: executionPlanState })), currentElement instanceof ExecutionPlan && (_jsx(BlankPanelContent, { children: _jsxs("div", { className: "execution-plan-viewer__unsupported-view", children: [_jsx("div", { className: "execution-plan-viewer__unsupported-view__summary", children: `Can't display full execution plan` }), _jsx("button", { className: "btn--dark execution-plan-viewer__unsupported-view__to-text-mode__btn", onClick: () => executionPlanState.setViewMode(EXECUTION_PLAN_VIEW_MODE.JSON), children: "View JSON" })] }) }))] }))] })] })) }));
157
+ });
158
+ const ExecutionPlanViewerContent = observer((props) => {
159
+ const { executionPlanState, rawPlan } = props;
160
+ const plan = executionPlanState.plan;
161
+ return (_jsx("div", { className: "execution-plan-viewer__content", children: plan ? (_jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 300, minSize: 300, children: _jsxs("div", { className: "panel execution-plan-viewer__explorer", children: [_jsx("div", { className: "panel__header side-bar__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__content side-bar__header__title__content", children: "EXECUTION PLAN EXPLORER" }) }) }), _jsx("div", { className: "panel__content execution-plan-viewer__explorer__content__container", children: _jsx(ExecutionPlanTree, { executionPlanState: executionPlanState, executionPlan: plan }) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsx(ExecutionPlanViewPanel, { displayData: executionPlanState.displayData, executionPlanState: executionPlanState }) })] })) : (_jsx(TextInputEditor, { inputValue: JSON.stringify(rawPlan, undefined, TAB_SIZE), isReadOnly: true, language: EDITOR_LANGUAGE.JSON, showMiniMap: true })) }));
162
+ });
163
+ export const ExecutionPlanViewer = observer((props) => {
164
+ const { executionPlanState } = props;
165
+ const closePlanViewer = () => {
166
+ executionPlanState.setRawPlan(undefined);
167
+ executionPlanState.setPlan(undefined);
168
+ executionPlanState.setExecutionPlanDisplayData('');
169
+ executionPlanState.setSelectedNode(undefined);
170
+ executionPlanState.setDebugText(undefined);
171
+ };
172
+ const rawPlan = executionPlanState.rawPlan;
173
+ if (!rawPlan) {
174
+ return null;
175
+ }
176
+ return (_jsx(Dialog, { open: Boolean(executionPlanState.rawPlan), onClose: closePlanViewer, classes: {
177
+ root: 'editor-modal__root-container',
178
+ container: 'editor-modal__container',
179
+ paper: 'editor-modal__content',
180
+ }, children: _jsxs("div", { className: "modal modal--dark editor-modal", children: [_jsx("div", { className: "modal__header", children: _jsx("div", { className: "modal__title", children: "Execution Plan" }) }), _jsx("div", { className: "modal__body", children: executionPlanState.debugText ? (_jsxs(ResizablePanelGroup, { orientation: "horizontal", children: [_jsx(ResizablePanel, { minSize: 100, children: _jsx(ExecutionPlanViewerContent, { executionPlanState: executionPlanState, rawPlan: rawPlan }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { size: 200, minSize: 28, children: _jsxs("div", { className: "panel execution-plan-viewer__debug-panel", children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "DEBUG LOG" }) }) }), _jsx("div", { className: "panel__content", children: _jsx(TextInputEditor, { inputValue: executionPlanState.debugText, isReadOnly: true, language: EDITOR_LANGUAGE.TEXT, showMiniMap: true }) })] }) })] })) : (_jsx(ExecutionPlanViewerContent, { executionPlanState: executionPlanState, rawPlan: rawPlan })) }), _jsx("div", { className: "modal__footer", children: _jsx("button", { className: "btn modal__footer__close-btn", onClick: closePlanViewer, children: "Close" }) })] }) }));
181
+ });
182
+ //# sourceMappingURL=ExecutionPlanViewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExecutionPlanViewer.js","sourceRoot":"","sources":["../../../../src/components/shared/execution-plan-viewer/ExecutionPlanViewer.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /// <reference types="react" resolution-mode="require"/>
17
+ import type { ExecutionPlanState } from '../../../stores/shared/ExecutionPlanState.js';
18
+ import type { SQLResultColumn } from '@finos/legend-graph';
19
+ /**
20
+ * TODO: Create a new `AbstractPlugin` for this, called `ExecutionPlanViewerPlugin`
21
+ * when we modularize relational and execution plan processing, etc.
22
+ *
23
+ * @modularize
24
+ * See https://github.com/finos/legend-studio/issues/65
25
+ */
26
+ export declare const SQLExecutionNodeViewer: React.FC<{
27
+ query: string;
28
+ resultColumns: SQLResultColumn[];
29
+ executionPlanState: ExecutionPlanState;
30
+ }>;
31
+ //# sourceMappingURL=SQLExecutionNodeViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SQLExecutionNodeViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAEvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAI3D;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,eAAe,EAAE,CAAC;IACjC,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,CAWC,CAAC"}
@@ -0,0 +1,32 @@
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 { observer } from 'mobx-react-lite';
18
+ import { format } from 'sql-formatter';
19
+ import { TextInputEditor } from '../TextInputEditor.js';
20
+ import { EDITOR_LANGUAGE } from '../../../const.js';
21
+ /**
22
+ * TODO: Create a new `AbstractPlugin` for this, called `ExecutionPlanViewerPlugin`
23
+ * when we modularize relational and execution plan processing, etc.
24
+ *
25
+ * @modularize
26
+ * See https://github.com/finos/legend-studio/issues/65
27
+ */
28
+ export const SQLExecutionNodeViewer = observer((props) => {
29
+ const { query } = props;
30
+ return (_jsx(TextInputEditor, { inputValue: format(query), isReadOnly: true, language: EDITOR_LANGUAGE.SQL, showMiniMap: false }));
31
+ });
32
+ //# sourceMappingURL=SQLExecutionNodeViewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SQLExecutionNodeViewer.js","sourceRoot":"","sources":["../../../../src/components/shared/execution-plan-viewer/SQLExecutionNodeViewer.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAI9B,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE;IACtB,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAExB,OAAO,CACL,KAAC,eAAe,IACd,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,EACzB,UAAU,EAAE,IAAI,EAChB,QAAQ,EAAE,eAAe,CAAC,GAAG,EAC7B,WAAW,EAAE,KAAK,GAClB,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application v4.0.2
1
+ /** @license @finos/legend-application v5.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
- :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%}.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)}.documentation-link{cursor:pointer}.backdrop{background:var(--color-dark-shade-230) !important;z-index:100 !important}.backdrop__element{z-index:100;position:relative;box-shadow:var(--color-dark-shade-280) 0 .1rem .3rem .1rem}.lambda-editor{display:flex;align-items:center;height:2.8rem;flex:1 0 auto;min-width:0;border-radius:.2rem;background:var(--color-dark-grey-300)}.lambda-editor .monaco-editor .margin,.lambda-editor .monaco-editor .monaco-editor-background{background:var(--color-dark-grey-300) !important}.lambda-editor .monaco-editor .decorationsOverviewRuler{display:none}.lambda-editor__editor__input{position:relative;height:100%;width:100%}.lambda-editor__editor__input__compressed .scroll-decoration{box-shadow:none}.lambda-editor__editor__input__compressed .selected-text,.lambda-editor__editor__input__compressed .selectionHighlight{height:2.6rem !important}.lambda-editor__editor__input__compressed .cursors-layer .cursor{top:.3rem !important;height:2rem !important}.lambda-editor__editor__input__compressed .view-line{display:flex;align-items:center;height:2.6rem !important}.lambda-editor__editor__info{display:flex;align-items:center;height:100%;padding:0 .5rem;border:.1rem solid var(--color-dark-grey-300);border-right:none;border-left:none;background:var(--color-dark-grey-300)}.lambda-editor__editor__expected-return-type{display:flex;align-items:center;justify-content:center;height:100%;height:1.8rem;border-radius:.2rem;padding:0 .5rem;color:var(--color-dark-grey-400);background:var(--color-light-grey-0);border:.1rem solid var(--color-light-grey-0);font-size:1.1rem;cursor:default}.lambda-editor__editor__expected-return-type--clickable{cursor:pointer}.lambda-editor__editor__expected-return-type--highlighted{border-color:var(--color-yellow-0);background:var(--color-yellow-0);color:var(--color-dark-grey-0)}.lambda-editor__editor__expand-btn{display:flex;align-items:center;justify-content:center;height:100%;width:1.6rem;background:var(--color-dark-grey-280);border:.1rem solid var(--color-dark-grey-280);color:var(--color-light-grey-100);border-radius:0 .2rem .2rem 0;cursor:pointer}.lambda-editor__editor__expand-btn[disabled]{color:var(--color-dark-grey-400);cursor:not-allowed}.lambda-editor__expanded{height:28rem !important}.lambda-editor__expanded .lambda-editor__editor__info{align-items:flex-start;padding:.4rem .5rem}.lambda-editor__expanded .lambda-editor__editor__expand-btn{background:var(--color-dark-grey-280);border-color:var(--color-dark-grey-280)}.lambda-editor--dnd-match .lambda-editor__editor__expected-return-type{background:var(--color-yellow-0);border-color:var(--color-yellow-0);color:var(--color-dark-grey-0)}.lambda-editor__action{width:2.8rem;min-width:2.8rem;background:var(--color-dark-grey-250);height:100%;border-left:.1rem solid var(--color-dark-shade-300)}.lambda-editor__action svg{color:var(--color-light-grey-200)}.lambda-editor__error-feedback{width:100%;margin-top:.5rem;background:var(--color-red-100);color:var(--color-light-grey-0);border-radius:.2rem;cursor:default}.lambda-editor__error-feedback__error__message{display:inline-flex;line-height:1.6rem;padding:.5rem}.lambda-editor__error-feedback__parsing-error__content{display:flex;justify-content:space-between;border-top:.1rem solid var(--color-dark-shade-230);padding:.5rem}.lambda-editor__error-feedback__parsing-error__discard-changes-btn{cursor:pointer;font-size:1.2rem;height:1.8rem;background:var(--color-dark-shade-230);white-space:nowrap;border-radius:.2rem;padding:0 .5rem;color:var(--color-light-grey-50)}.lambda-editor__popup__modal__content{width:100%;height:100%;background:var(--color-dark-grey-50)}.lambda-editor__popup__modal--has-error{border:.1rem solid var(--color-red-200) !important}.lambda-editor__popup__modal--has-error .modal__header{background:var(--color-red-200)}.lambda-editor__popup__modal--has-error .modal__title__error-badge{display:flex;align-items:center;justify-content:center;margin-right:1rem;background:var(--color-red-400);height:2.2rem;border-radius:.2rem;padding:.5rem;font-size:1.2rem;user-select:none}.lambda-editor__popup__content{height:100% !important;background:var(--color-dark-grey-50);padding-top:1rem}.lambda-editor__popup__content .monaco-editor .margin,.lambda-editor__popup__content .monaco-editor .monaco-editor-background{background:var(--color-dark-grey-50) !important}.notification__position{bottom:3rem !important;right:1rem !important}.notification__content{background-color:var(--color-dark-grey-200) !important;color:var(--color-light-grey-150) !important;border-radius:.3rem !important;align-items:flex-start !important}.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 !important}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400) !important}.notification__action:hover{color:var(--color-light-grey-400) !important}.text-editor__container{height:100%;width:100%;background:var(--color-dark-grey-50)}.text-editor__body{height:100%;width:100%;position:absolute;top:0;left:0}.virtual-assistant{position:absolute;z-index:10000;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;margin:1rem;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)}.virtual-assistant__panel__container{z-index:10000}.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__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:5.6rem}.virtual-assistant__search__input__search__count{display:flex;align-items:center;justify-content:center;position:absolute;right:2.8rem;border-radius:.8rem;height:1.6rem;width:2.8rem;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__content{height:calc(100% - 3.4rem)}.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}.virtual-assistant__contextual-support__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__contextual-support__placeholder__icon{font-size:5rem;color:var(--color-yellow-200)}.virtual-assistant__contextual-support__placeholder__message{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:1rem}.virtual-assistant__contextual-support__placeholder__instruction{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-dark-grey-300);margin-top:.5rem}.value-spec-editor{display:flex;align-items:center;height:100%;width:100%}.value-spec-editor__reset-btn{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:2.8rem;width:2.8rem;background:var(--color-dark-grey-200);border-radius:0 50% 50% 0}.value-spec-editor__reset-btn svg{font-size:1.8rem;color:var(--color-light-grey-400)}.value-spec-editor__reset-btn:hover svg{color:var(--color-light-grey-200)}.value-spec-editor__enum-selector{width:100%}.value-spec-editor ::-webkit-calendar-picker-indicator{filter:invert(0.8)}.value-spec-editor--unsupported{display:flex;align-items:center;justify-content:center;width:100%;height:2.2rem;background:var(--color-dark-grey-280);border-radius:.2rem;font-size:1.1rem}.value-spec-editor__date-picker__trigger{display:flex;align-items:center;justify-content:center;width:100%;height:2.8rem;color:var(--color-light-grey-400);border:.1rem solid var(--color-dark-grey-300);font-size:1.2rem}.value-spec-editor__date-picker__absolute-date{padding:2rem;border-top:.1rem solid var(--color-dark-grey-50)}.value-spec-editor__date-picker__absolute-date__input{height:2.8rem;border:.1rem solid var(--color-dark-grey-300);color-scheme:dark;font-size:1.2rem}.value-spec-editor__date-picker__custom-date{display:flex;align-items:center;justify-content:center;padding:2rem;border-top:.1rem solid var(--color-dark-grey-50)}.value-spec-editor__date-picker__custom-date__input{width:100%}.value-spec-editor__date-picker__custom-date__input-label{color:var(--color-light-grey-200);margin-bottom:1rem}.value-spec-editor__date-picker__custom-date__input-text-editor{display:flex;align-items:center;height:2.8rem;width:6rem;border:.1rem solid var(--color-dark-grey-300);color:var(--color-light-grey-200);background:var(--color-dark-grey-100);text-align:center;padding:0}.value-spec-editor__date-picker__custom-date__input-dropdown{color:var(--color-light-grey-200);width:10rem;font-size:.2rem;margin-left:.5rem}.value-spec-editor__date-picker__custom-date__input-dropdown--full{width:100%;margin-left:0}.value-spec-editor__dropdown{margin-top:.5rem}.value-spec-editor__parameter{display:flex;height:2.2rem;border-radius:.2rem;margin:0;color:var(--color-light-grey-150);background:var(--color-pink-400);width:100%}.value-spec-editor__parameter__icon{display:flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;background:var(--color-dark-shade-100);border-radius:.2rem 0 0 .2rem}.value-spec-editor__parameter__label{display:flex;align-items:center;user-select:none;justify-content:space-between;width:100%}.value-spec-editor__parameter__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;padding:0 1rem;font-size:1.2rem;font-weight:700;width:100%}.value-spec-editor__parameter__info{display:flex;align-items:center;cursor:help;height:2rem;width:2rem}.value-spec-editor__parameter__reset-btn{display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;margin-right:.5rem}.value-spec-editor__parameter__reset-btn svg{font-size:1.8rem;color:var(--color-light-grey-200)}.value-spec-editor__input{height:100%;max-width:100%;width:100%;font-size:1.2rem;padding:0 .5rem;background:var(--color-dark-grey-100);border:.1rem solid var(--color-dark-grey-200);border-radius:0}.value-spec-editor__toggler__btn{display:flex;align-items:center;width:100%;padding:.5rem;height:100%;border:.1rem solid var(--color-dark-grey-200)}.value-spec-editor__toggler__btn svg{font-size:2rem;color:var(--color-dark-grey-250)}.value-spec-editor__toggler__btn:hover svg{font-size:2rem;color:var(--color-dark-grey-280)}.value-spec-editor__toggler__btn[disabled] svg,.value-spec-editor__toggler__btn[disabled]:hover svg{cursor:not-allowed;color:var(--color-dark-grey-250)}.value-spec-editor__toggler__btn--toggled svg{font-size:2rem;color:var(--color-blue-150)}.value-spec-editor__toggler__btn--toggled:hover svg{font-size:2rem;color:var(--color-blue-100)}.value-spec-editor__toggler__btn--toggled[disabled] svg,.value-spec-editor__toggler__btn--toggled[disabled]:hover svg{cursor:not-allowed;color:var(--color-dark-grey-300)}.value-spec-editor__list-editor__preview{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;line-height:2.2rem;width:calc(100% - 1.8rem);height:2.2rem;font-size:1.1rem;font-family:"Roboto Mono",monospace;background:var(--color-dark-grey-250);padding-left:.5rem;color:var(--color-light-grey-300);cursor:pointer}.value-spec-editor__list-editor__save-button{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;min-width:2.8rem}.value-spec-editor__list-editor__save-button svg{font-size:1.2rem}.value-spec-editor__list-editor__edit-icon{display:flex;align-items:center;justify-content:center;height:2.2rem;width:2.7rem;min-width:2.7rem;background:var(--color-dark-grey-250);border-radius:0 .9rem .9rem 0}.value-spec-editor__list-editor__edit-icon svg{font-size:1.2rem;color:var(--color-light-grey-250)}.value-spec-editor:hover .value-spec-editor__list-editor__preview,.value-spec-editor:hover .value-spec-editor__list-editor__edit-icon{background:var(--color-dark-grey-300)}.value-spec-paramater__tooltip{border-radius:.2rem !important;background:var(--color-dark-grey-200) !important;opacity:.9 !important;transition:none}.value-spec-paramater__tooltip--right{margin:0 .5rem !important}.value-spec-paramater__tooltip__arrow{color:var(--color-dark-grey-200) !important;opacity:.9 !important}.value-spec-paramater__tooltip__content{padding:.5rem}.value-spec-paramater__tooltip__item{display:flex;align-items:center}.value-spec-paramater__tooltip__item__label{font-size:1.3rem;user-select:none;cursor:default;color:var(--color-dark-grey-500)}.value-spec-paramater__tooltip__item__value{font-size:1.3rem;user-select:none;cursor:default;font-weight:500;margin-left:.5rem}.lambda__parameters__editor{padding:2rem;width:100%}.lambda__parameters__editor__modal{height:65vh;width:65vh}.lambda__parameters__editor__modal__body{overflow:auto;padding:2rem !important;height:60vh}.lambda__parameters__editor__value__label{display:flex;align-items:center;color:var(--color-light-grey-50);margin-bottom:.5rem;line-height:2rem;cursor:default}.lambda__parameters__editor__value__name{display:flex;align-items:center;background:var(--color-dark-grey-250);color:var(--color-light-grey-200);margin-left:.5rem;border-radius:.2rem;font-size:1rem;padding:0 .5rem;height:1.6rem;font-weight:500}/*# sourceMappingURL=index.css.map */
17
+ :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%}.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__element{z-index:100;position:relative;box-shadow:var(--color-dark-shade-280) 0 .1rem .3rem .1rem}.notification__position{bottom:3rem !important;right:1rem !important}.notification__content{background-color:var(--color-dark-grey-200) !important;color:var(--color-light-grey-150) !important;border-radius:.3rem !important;align-items:flex-start !important}.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 !important}.notification__action{display:flex;align-items:center;justify-content:center;width:2rem;color:var(--color-dark-grey-400) !important}.notification__action:hover{color:var(--color-light-grey-400) !important}.virtual-assistant{position:absolute;z-index:10000;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;margin:1rem;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)}.virtual-assistant__panel__container{z-index:10000}.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__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:5.6rem}.virtual-assistant__search__input__search__count{display:flex;align-items:center;justify-content:center;position:absolute;right:2.8rem;border-radius:.8rem;height:1.6rem;width:2.8rem;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__content{height:calc(100% - 3.4rem)}.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}.virtual-assistant__contextual-support__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column}.virtual-assistant__contextual-support__placeholder__icon{font-size:5rem;color:var(--color-yellow-200)}.virtual-assistant__contextual-support__placeholder__message{font-family:"Roboto Mono",monospace;font-size:1.3rem;color:var(--color-light-grey-400);margin-top:1rem}.virtual-assistant__contextual-support__placeholder__instruction{font-family:"Roboto Mono",monospace;font-size:1.3rem;font-weight:700;color:var(--color-dark-grey-300);margin-top:.5rem}.documentation-link{cursor:pointer}.lambda-editor{display:flex;align-items:center;height:2.8rem;flex:1 0 auto;min-width:0;border-radius:.2rem;background:var(--color-dark-grey-300)}.lambda-editor .monaco-editor .margin,.lambda-editor .monaco-editor .monaco-editor-background{background:var(--color-dark-grey-300) !important}.lambda-editor .monaco-editor .decorationsOverviewRuler{display:none}.lambda-editor__editor__input{position:relative;height:100%;width:100%}.lambda-editor__editor__input__compressed .scroll-decoration{box-shadow:none}.lambda-editor__editor__input__compressed .selected-text,.lambda-editor__editor__input__compressed .selectionHighlight{height:2.6rem !important}.lambda-editor__editor__input__compressed .cursors-layer .cursor{top:.3rem !important;height:2rem !important}.lambda-editor__editor__input__compressed .view-line{display:flex;align-items:center;height:2.6rem !important}.lambda-editor__editor__info{display:flex;align-items:center;height:100%;padding:0 .5rem;border:.1rem solid var(--color-dark-grey-300);border-right:none;border-left:none;background:var(--color-dark-grey-300)}.lambda-editor__editor__expected-return-type{display:flex;align-items:center;justify-content:center;height:100%;height:1.8rem;border-radius:.2rem;padding:0 .5rem;color:var(--color-dark-grey-400);background:var(--color-light-grey-0);border:.1rem solid var(--color-light-grey-0);font-size:1.1rem;cursor:default}.lambda-editor__editor__expected-return-type--clickable{cursor:pointer}.lambda-editor__editor__expected-return-type--highlighted{border-color:var(--color-yellow-0);background:var(--color-yellow-0);color:var(--color-dark-grey-0)}.lambda-editor__editor__expand-btn{display:flex;align-items:center;justify-content:center;height:100%;width:1.6rem;background:var(--color-dark-grey-280);border:.1rem solid var(--color-dark-grey-280);color:var(--color-light-grey-100);border-radius:0 .2rem .2rem 0;cursor:pointer}.lambda-editor__editor__expand-btn[disabled]{color:var(--color-dark-grey-400);cursor:not-allowed}.lambda-editor__expanded{height:28rem !important}.lambda-editor__expanded .lambda-editor__editor__info{align-items:flex-start;padding:.4rem .5rem}.lambda-editor__expanded .lambda-editor__editor__expand-btn{background:var(--color-dark-grey-280);border-color:var(--color-dark-grey-280)}.lambda-editor--dnd-match .lambda-editor__editor__expected-return-type{background:var(--color-yellow-0);border-color:var(--color-yellow-0);color:var(--color-dark-grey-0)}.lambda-editor__action{width:2.8rem;min-width:2.8rem;background:var(--color-dark-grey-250);height:100%;border-left:.1rem solid var(--color-dark-shade-300)}.lambda-editor__action svg{color:var(--color-light-grey-200)}.lambda-editor__error-feedback{width:100%;margin-top:.5rem;background:var(--color-red-100);color:var(--color-light-grey-0);border-radius:.2rem;cursor:default}.lambda-editor__error-feedback__error__message{display:inline-flex;line-height:1.6rem;padding:.5rem}.lambda-editor__error-feedback__parsing-error__content{display:flex;justify-content:space-between;border-top:.1rem solid var(--color-dark-shade-230);padding:.5rem}.lambda-editor__error-feedback__parsing-error__discard-changes-btn{cursor:pointer;font-size:1.2rem;height:1.8rem;background:var(--color-dark-shade-230);white-space:nowrap;border-radius:.2rem;padding:0 .5rem;color:var(--color-light-grey-50)}.lambda-editor__popup__modal__content{width:100%;height:100%;background:var(--color-dark-grey-50)}.lambda-editor__popup__modal--has-error{border:.1rem solid var(--color-red-200) !important}.lambda-editor__popup__modal--has-error .modal__header{background:var(--color-red-200)}.lambda-editor__popup__modal--has-error .modal__title__error-badge{display:flex;align-items:center;justify-content:center;margin-right:1rem;background:var(--color-red-400);height:2.2rem;border-radius:.2rem;padding:.5rem;font-size:1.2rem;user-select:none}.lambda-editor__popup__content{height:100% !important;background:var(--color-dark-grey-50);padding-top:1rem}.lambda-editor__popup__content .monaco-editor .margin,.lambda-editor__popup__content .monaco-editor .monaco-editor-background{background:var(--color-dark-grey-50) !important}.text-editor__container{height:100%;width:100%;background:var(--color-dark-grey-50)}.text-editor__body{height:100%;width:100%;position:absolute;top:0;left:0}.value-spec-editor{display:flex;align-items:center;height:100%;width:100%}.value-spec-editor__reset-btn{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:2.8rem;width:2.8rem;background:var(--color-dark-grey-200);border-radius:0 50% 50% 0}.value-spec-editor__reset-btn svg{font-size:1.8rem;color:var(--color-light-grey-400)}.value-spec-editor__reset-btn:hover svg{color:var(--color-light-grey-200)}.value-spec-editor__enum-selector{width:100%}.value-spec-editor ::-webkit-calendar-picker-indicator{filter:invert(0.8)}.value-spec-editor--unsupported{display:flex;align-items:center;justify-content:center;width:100%;height:2.2rem;background:var(--color-dark-grey-280);border-radius:.2rem;font-size:1.1rem}.value-spec-editor__date-picker__trigger{display:flex;align-items:center;justify-content:center;width:100%;height:2.8rem;color:var(--color-light-grey-400);border:.1rem solid var(--color-dark-grey-300);font-size:1.2rem}.value-spec-editor__date-picker__absolute-date{padding:2rem;border-top:.1rem solid var(--color-dark-grey-50)}.value-spec-editor__date-picker__absolute-date__input{height:2.8rem;border:.1rem solid var(--color-dark-grey-300);color-scheme:dark;font-size:1.2rem}.value-spec-editor__date-picker__custom-date{display:flex;align-items:center;justify-content:center;padding:2rem;border-top:.1rem solid var(--color-dark-grey-50)}.value-spec-editor__date-picker__custom-date__input{width:100%}.value-spec-editor__date-picker__custom-date__input-label{color:var(--color-light-grey-200);margin-bottom:1rem}.value-spec-editor__date-picker__custom-date__input-text-editor{display:flex;align-items:center;height:2.8rem;width:6rem;border:.1rem solid var(--color-dark-grey-300);color:var(--color-light-grey-200);background:var(--color-dark-grey-100);text-align:center;padding:0}.value-spec-editor__date-picker__custom-date__input-dropdown{color:var(--color-light-grey-200);width:10rem;font-size:.2rem;margin-left:.5rem}.value-spec-editor__date-picker__custom-date__input-dropdown--full{width:100%;margin-left:0}.value-spec-editor__dropdown{margin-top:.5rem}.value-spec-editor__parameter{display:flex;height:2.2rem;border-radius:.2rem;margin:0;color:var(--color-light-grey-150);background:var(--color-pink-400);width:100%}.value-spec-editor__parameter__icon{display:flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;background:var(--color-dark-shade-100);border-radius:.2rem 0 0 .2rem}.value-spec-editor__parameter__label{display:flex;align-items:center;user-select:none;justify-content:space-between;width:100%}.value-spec-editor__parameter__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;padding:0 1rem;font-size:1.2rem;font-weight:700;width:100%}.value-spec-editor__parameter__info{display:flex;align-items:center;cursor:help;height:2rem;width:2rem}.value-spec-editor__parameter__reset-btn{display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;margin-right:.5rem}.value-spec-editor__parameter__reset-btn svg{font-size:1.8rem;color:var(--color-light-grey-200)}.value-spec-editor__input{height:100%;max-width:100%;width:100%;font-size:1.2rem;padding:0 .5rem;background:var(--color-dark-grey-100);border:.1rem solid var(--color-dark-grey-200);border-radius:0}.value-spec-editor__toggler__btn{display:flex;align-items:center;width:100%;padding:.5rem;height:100%;border:.1rem solid var(--color-dark-grey-200)}.value-spec-editor__toggler__btn svg{font-size:2rem;color:var(--color-dark-grey-250)}.value-spec-editor__toggler__btn:hover svg{font-size:2rem;color:var(--color-dark-grey-280)}.value-spec-editor__toggler__btn[disabled] svg,.value-spec-editor__toggler__btn[disabled]:hover svg{cursor:not-allowed;color:var(--color-dark-grey-250)}.value-spec-editor__toggler__btn--toggled svg{font-size:2rem;color:var(--color-blue-150)}.value-spec-editor__toggler__btn--toggled:hover svg{font-size:2rem;color:var(--color-blue-100)}.value-spec-editor__toggler__btn--toggled[disabled] svg,.value-spec-editor__toggler__btn--toggled[disabled]:hover svg{cursor:not-allowed;color:var(--color-dark-grey-300)}.value-spec-editor__list-editor__preview{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;line-height:2.2rem;width:calc(100% - 1.8rem);height:2.2rem;font-size:1.1rem;font-family:"Roboto Mono",monospace;background:var(--color-dark-grey-250);padding-left:.5rem;color:var(--color-light-grey-300);cursor:pointer}.value-spec-editor__list-editor__save-button{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;min-width:2.8rem}.value-spec-editor__list-editor__save-button svg{font-size:1.2rem}.value-spec-editor__list-editor__edit-icon{display:flex;align-items:center;justify-content:center;height:2.2rem;width:2.7rem;min-width:2.7rem;background:var(--color-dark-grey-250);border-radius:0 .9rem .9rem 0}.value-spec-editor__list-editor__edit-icon svg{font-size:1.2rem;color:var(--color-light-grey-250)}.value-spec-editor:hover .value-spec-editor__list-editor__preview,.value-spec-editor:hover .value-spec-editor__list-editor__edit-icon{background:var(--color-dark-grey-300)}.value-spec-paramater__tooltip{border-radius:.2rem !important;background:var(--color-dark-grey-200) !important;opacity:.9 !important;transition:none}.value-spec-paramater__tooltip--right{margin:0 .5rem !important}.value-spec-paramater__tooltip__arrow{color:var(--color-dark-grey-200) !important;opacity:.9 !important}.value-spec-paramater__tooltip__content{padding:.5rem}.value-spec-paramater__tooltip__item{display:flex;align-items:center}.value-spec-paramater__tooltip__item__label{font-size:1.3rem;user-select:none;cursor:default;color:var(--color-dark-grey-500)}.value-spec-paramater__tooltip__item__value{font-size:1.3rem;user-select:none;cursor:default;font-weight:500;margin-left:.5rem}.lambda__parameters__editor{padding:2rem;width:100%}.lambda__parameters__editor__modal{height:65vh;width:65vh}.lambda__parameters__editor__modal__body{overflow:auto;padding:2rem !important;height:60vh}.lambda__parameters__editor__value__label{display:flex;align-items:center;color:var(--color-light-grey-50);margin-bottom:.5rem;line-height:2rem;cursor:default}.lambda__parameters__editor__value__name{display:flex;align-items:center;background:var(--color-dark-grey-250);color:var(--color-light-grey-200);margin-left:.5rem;border-radius:.2rem;font-size:1rem;padding:0 .5rem;height:1.6rem;font-weight:500}.packageable-element-format-option-label{display:flex;align-items:center;display:flex}.packageable-element-format-option-label__tag{display:flex;align-items:center;color:var(--color-dark-grey-500);background: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-format-option-label__name{display:flex;align-items:center;height:1.8rem}.packageable-element-format-option-label--dark{display:flex;align-items:center;display:flex}.packageable-element-format-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-format-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{display:flex}.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 */
package/lib/index.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../style/_extensions.scss","../style/components/_app.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/components/_blocking-alert.scss","../style/components/_documentation-link.scss","../style/components/_backdrop.scss","../style/components/_lambda-editor.scss","../style/components/_notification.scss","../style/components/_text-editor.scss","../style/components/_virtual-assistant.scss","../style/components/_value-spec-editor.scss"],"names":[],"mappings":"AAgBA,MACE,+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,YAEA,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,+BC/BJ,aACA,mBDiCM,cACA,sCACA,8BACA,eAEA,sCACE,eACA,iBACA,gBACA,iCACA,oCAIJ,gCACE,2BACA,cACA,aACA,qCACA,8BAIA,yCClCN,YACA,cDoCQ,aACA,WAGF,iDCzCN,YACA,cD2CQ,WAEA,qDACE,iBAIJ,+CCnDN,YACA,cDqDQ,WAEA,mDACE,iBACA,4BAIJ,0CACE,aACA,cACA,YACA,iBACA,YACA,mBACA,iBACA,oCAEA,iDACE,iBAGF,mDCzGR,aACA,mBACA,uBD0GU,YACA,iBAGF,0DChHR,aACA,mBACA,uBDiHU,cACA,cACA,sCACA,eACA,oBE7HZ,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,oBACE,eCDF,UACE,kDACA,uBAEA,mBACE,YACA,kBACA,2DCLJ,eJYE,aACA,mBIVA,cACA,cACA,YACA,oBACA,sCAKE,8FAEE,iDAGF,wDACE,aAIJ,8BACE,kBACA,YACA,WAIA,6DACE,gBAIF,uHAEE,yBAGF,iEACE,qBACA,uBAGF,qDJhCF,aACA,mBIkCI,yBAIJ,6BJvCA,aACA,mBIyCE,YACA,gBACA,8CACA,kBACA,iBACA,sCAGF,6CJxDA,aACA,mBACA,uBIyDE,YACA,cACA,oBACA,gBACA,iCACA,qCACA,6CACA,iBACA,eAGF,wDACE,eAGF,0DACE,mCACA,iCACA,+BAGF,mCJhFA,aACA,mBACA,uBIiFE,YACA,aACA,sCACA,8CACA,kCACA,8BACA,eAGF,6CACE,iCACA,mBAGF,yBACE,wBAGF,sDACE,uBACA,oBAGF,4DACE,sCACA,wCAGF,uEACE,iCACA,mCACA,+BAGF,uBACE,aACA,iBACA,sCACA,YACA,oDAEA,2BACE,kCAKN,+BACE,WACA,iBACA,gCACA,gCACA,oBACA,eAEA,+CACE,oBACA,mBACA,cAGF,uDJxHA,aACA,8BI0HE,mDACA,cAGF,mEACE,eACA,iBACA,cACA,uCACA,mBACA,oBACA,gBACA,iCAMA,sCACE,WACA,YACA,qCAIJ,wCACE,mDAEA,uDACE,gCAGF,mEJnLF,aACA,mBACA,uBIoLI,kBACA,gCACA,cACA,oBACA,cACA,iBACA,iBAIJ,+BACE,uBACA,qCACA,iBAGE,8HAEE,gDC7MN,wBACE,uBACA,sBAGF,uBACE,uDACA,6CACA,+BACA,kCAGF,gCACE,aACA,uBACA,eAEA,uCACE,sCAIJ,sCACE,kBACA,mBAGF,0CACE,iBAGF,4CACE,kCAGF,6CACE,2BAGF,+CACE,8BAGF,+CACE,6BAGF,sCL1BA,mBACA,uBACA,gBACA,sBACA,gBKyBE,iBACA,gBAEA,gDACE,cAIA,qBACA,YAIJ,uBACE,sCAGF,sBL9DA,aACA,mBACA,uBK+DE,WACA,4CAGF,4BACE,6CC7EF,wBACE,YACA,WACA,qCAGF,mBACE,YACA,WACA,kBACA,MACA,OCVJ,mBACE,kBAGA,cAIA,YACA,WAEA,iCAGE,cAGF,4BPLA,aACA,mBOOE,yBACA,cACA,aAEA,wCACA,qCACA,WACA,wCACA,iCAGF,qCPzBA,aACA,mBACA,uBO0BE,cACA,aACA,kBACA,gCACA,2BAEA,4CACE,iBACA,kCACA,kBAGF,6CACE,iBACA,gCACA,oEAGF,yBACE,KACE,WAGF,GACE,YAKN,oCACE,aAGF,yCACE,cACA,WACA,YAEA,kDPlEF,aACA,mBACA,uBOmEI,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,YACA,oBACA,sCACA,8CACA,qKAIA,qCAGE,cAGF,kCP/HA,aACA,mBOiIE,8BACA,sCACA,cAEA,2CPtIF,aACA,mBOyIE,0CPhJF,aACA,mBACA,uBOiJI,aACA,cAEA,8CACE,iCAGF,oDACE,iCAKN,wCACE,aACA,cACA,iCAGF,uCACE,eACA,oDAEA,6CACE,sCAIJ,gDP/KA,aACA,mBACA,uBOgLE,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,iBAIJ,2BACE,YAEA,mCPlOA,aACA,mBACA,uBOmOE,cACA,qDACA,cACA,kBAGF,kCACE,iBACA,cACA,qBACA,kBACA,WACA,qCACA,oBACA,8CAEA,6CACE,qBAGF,iDPzPF,aACA,mBACA,uBO0PI,kBACA,aACA,oBACA,cACA,aACA,iBACA,gBACA,mCACA,iCACA,iBACA,eAGF,gDPzQF,aACA,mBACA,uBO0QI,kBACA,YACA,cACA,aAEA,oDACE,mCAIJ,6CPtRF,aACA,mBACA,uBOuRI,kBACA,YACA,cACA,aAEA,iDACE,iCAGF,uDACE,iCAKN,oCACE,2BAGF,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,8BPpXE,aACA,mBACA,uBOqXA,sBAEA,yCPzXA,aACA,mBACA,uBO0XE,WACA,YACA,gBAGF,wCACE,oCACA,iBACA,kCACA,iBACA,eACA,iBAGF,wCACE,oCACA,iBACA,gBACA,gCACA,iBACA,eACA,iBAGF,sCPpZA,aACA,mBACA,uBOqZE,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,mBAIJ,oDP7dA,aACA,mBACA,uBO8dE,sBAEA,0DACE,eACA,8BAGF,6DACE,oCACA,iBACA,kCACA,gBAGF,iEACE,oCACA,iBACA,gBACA,iCACA,iBCzfN,mBRYE,aACA,mBQVA,YACA,WAEA,2CRCA,mBACA,uBA2BA,YACA,cQ1BE,cACA,aACA,sCACA,0BAEA,kCACE,iBACA,kCAGF,wCACE,kCAIJ,kCACE,WAGF,uDACE,mBAGF,gCR3BA,aACA,mBACA,uBQ4BE,WACA,cACA,sCACA,oBACA,iBAIA,yCRtCF,aACA,mBACA,uBQuCI,WACA,cACA,kCACA,8CACA,iBAGF,+CACE,aACA,iDAEA,sDACE,cACA,8CACA,kBACA,iBAIJ,6CR5DF,aACA,mBACA,uBQ6DI,aACA,iDAEA,oDACE,WAGF,0DACE,kCACA,mBAGF,gERrEJ,aACA,mBQuEM,cACA,WACA,8CACA,kCACA,sCACA,kBACA,UAGF,6DAEE,kCACA,YACA,gBACA,kBAGF,mEACE,WACA,cAKN,6BACE,iBAGF,8BACE,aACA,cACA,oBACA,SACA,kCACA,iCACA,WAEA,oCRnHF,aACA,mBACA,uBQoHI,WACA,eACA,uCACA,8BAGF,qCRtHF,aACA,mBQwHI,iBACA,8BACA,WAGF,oCRpHF,mBACA,uBACA,gBACA,sBACA,gBQmHI,eACA,iBACA,gBACA,WAGF,oCRvIF,aACA,mBQyII,YACA,YACA,WAGF,yCRrJF,aACA,mBACA,uBQsJI,YACA,WACA,mBAEA,6CACE,iBACA,kCAKN,0BACE,YACA,eACA,WACA,iBACA,gBACA,sCACA,8CACA,gBAGF,iCRxKA,aACA,mBQ0KE,WACA,cACA,YACA,8CAEA,qCACE,eACA,iCAGF,2CACE,eACA,iCAGF,oGAEE,mBACA,iCAKF,8CACE,eACA,4BAGF,oDACE,eACA,4BAGF,sHAEE,mBACA,iCAIJ,yCRzMA,mBACA,uBACA,gBACA,sBACA,gBQwME,mBACA,0BACA,cACA,iBACA,oCACA,sCACA,mBACA,kCACA,eAGF,6CRvOA,aACA,mBACA,uBQwOE,cACA,aACA,iBAEA,iDACE,iBAIJ,2CRnPA,aACA,mBACA,uBQoPE,cACA,aACA,iBACA,sCACA,8BAEA,+CACE,iBACA,kCAIJ,sIAEE,sCAIJ,+BACE,+BACA,iDACA,sBACA,gBAEA,sCACE,0BAGF,sCACE,4CACA,sBAGF,wCACE,cAGF,qCRrRA,aACA,mBQwRA,4CACE,iBACA,iBACA,eACA,iCAGF,4CACE,iBACA,iBACA,eACA,gBACA,kBAIJ,4BACE,aACA,WAEA,mCACE,YACA,WAGF,yCACE,cACA,wBACA,YAIA,0CRzTF,aACA,mBQ2TI,iCACA,oBACA,iBACA,eAGF,yCRlUF,aACA,mBQoUI,sCACA,kCACA,kBACA,oBACA,eACA,gBACA,cACA","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../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","../style/components/shared/_documentation-link.scss","../style/components/shared/_lambda-editor.scss","../style/components/shared/_text-editor.scss","../style/components/shared/_value-spec-editor.scss","../style/components/shared/_packageable-element-format-option.scss","../style/components/shared/_execution-plan-viewer.scss"],"names":[],"mappings":"AAgBA,MACE,+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,YAEA,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,+BC/BJ,aACA,mBDiCM,cACA,sCACA,8BACA,eAEA,sCACE,eACA,iBACA,gBACA,iCACA,oCAIJ,gCACE,2BACA,cACA,aACA,qCACA,8BAIA,yCClCN,YACA,cDoCQ,aACA,WAGF,iDCzCN,YACA,cD2CQ,WAEA,qDACE,iBAIJ,+CCnDN,YACA,cDqDQ,WAEA,mDACE,iBACA,4BAIJ,0CACE,aACA,cACA,YACA,iBACA,YACA,mBACA,iBACA,oCAEA,iDACE,iBAGF,mDCzGR,aACA,mBACA,uBD0GU,YACA,iBAGF,0DChHR,aACA,mBACA,uBDiHU,cACA,cACA,sCACA,eACA,oBE7HZ,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,mBACE,YACA,kBACA,2DCJF,wBACE,uBACA,sBAGF,uBACE,uDACA,6CACA,+BACA,kCAGF,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,sCAGF,sBH9DA,aACA,mBACA,uBG+DE,WACA,4CAGF,4BACE,6CC5EJ,mBACE,kBAGA,cAIA,YACA,WAEA,iCAGE,cAGF,4BJLA,aACA,mBIOE,yBACA,cACA,aAEA,wCACA,qCACA,WACA,wCACA,iCAGF,qCJzBA,aACA,mBACA,uBI0BE,cACA,aACA,kBACA,gCACA,2BAEA,4CACE,iBACA,kCACA,kBAGF,6CACE,iBACA,gCACA,oEAGF,yBACE,KACE,WAGF,GACE,YAKN,oCACE,aAGF,yCACE,cACA,WACA,YAEA,kDJlEF,aACA,mBACA,uBImEI,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,YACA,oBACA,sCACA,8CACA,qKAIA,qCAGE,cAGF,kCJ/HA,aACA,mBIiIE,8BACA,sCACA,cAEA,2CJtIF,aACA,mBIyIE,0CJhJF,aACA,mBACA,uBIiJI,aACA,cAEA,8CACE,iCAGF,oDACE,iCAKN,wCACE,aACA,cACA,iCAGF,uCACE,eACA,oDAEA,6CACE,sCAIJ,gDJ/KA,aACA,mBACA,uBIgLE,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,iBAIJ,2BACE,YAEA,mCJlOA,aACA,mBACA,uBImOE,cACA,qDACA,cACA,kBAGF,kCACE,iBACA,cACA,qBACA,kBACA,WACA,qCACA,oBACA,8CAEA,6CACE,qBAGF,iDJzPF,aACA,mBACA,uBI0PI,kBACA,aACA,oBACA,cACA,aACA,iBACA,gBACA,mCACA,iCACA,iBACA,eAGF,gDJzQF,aACA,mBACA,uBI0QI,kBACA,YACA,cACA,aAEA,oDACE,mCAIJ,6CJtRF,aACA,mBACA,uBIuRI,kBACA,YACA,cACA,aAEA,iDACE,iCAGF,uDACE,iCAKN,oCACE,2BAGF,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,8BJpXE,aACA,mBACA,uBIqXA,sBAEA,yCJzXA,aACA,mBACA,uBI0XE,WACA,YACA,gBAGF,wCACE,oCACA,iBACA,kCACA,iBACA,eACA,iBAGF,wCACE,oCACA,iBACA,gBACA,gCACA,iBACA,eACA,iBAGF,sCJpZA,aACA,mBACA,uBIqZE,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,mBAIJ,oDJ7dA,aACA,mBACA,uBI8dE,sBAEA,0DACE,eACA,8BAGF,6DACE,oCACA,iBACA,kCACA,gBAGF,iEACE,oCACA,iBACA,gBACA,iCACA,iBC3fN,oBACE,eCCF,eNYE,aACA,mBMVA,cACA,cACA,YACA,oBACA,sCAKE,8FAEE,iDAGF,wDACE,aAIJ,8BACE,kBACA,YACA,WAIA,6DACE,gBAIF,uHAEE,yBAGF,iEACE,qBACA,uBAGF,qDNhCF,aACA,mBMkCI,yBAIJ,6BNvCA,aACA,mBMyCE,YACA,gBACA,8CACA,kBACA,iBACA,sCAGF,6CNxDA,aACA,mBACA,uBMyDE,YACA,cACA,oBACA,gBACA,iCACA,qCACA,6CACA,iBACA,eAGF,wDACE,eAGF,0DACE,mCACA,iCACA,+BAGF,mCNhFA,aACA,mBACA,uBMiFE,YACA,aACA,sCACA,8CACA,kCACA,8BACA,eAGF,6CACE,iCACA,mBAGF,yBACE,wBAGF,sDACE,uBACA,oBAGF,4DACE,sCACA,wCAGF,uEACE,iCACA,mCACA,+BAGF,uBACE,aACA,iBACA,sCACA,YACA,oDAEA,2BACE,kCAKN,+BACE,WACA,iBACA,gCACA,gCACA,oBACA,eAEA,+CACE,oBACA,mBACA,cAGF,uDNxHA,aACA,8BM0HE,mDACA,cAGF,mEACE,eACA,iBACA,cACA,uCACA,mBACA,oBACA,gBACA,iCAMA,sCACE,WACA,YACA,qCAIJ,wCACE,mDAEA,uDACE,gCAGF,mENnLF,aACA,mBACA,uBMoLI,kBACA,gCACA,cACA,oBACA,cACA,iBACA,iBAIJ,+BACE,uBACA,qCACA,iBAGE,8HAEE,gDC/MN,wBACE,YACA,WACA,qCAGF,mBACE,YACA,WACA,kBACA,MACA,OCVJ,mBRYE,aACA,mBQVA,YACA,WAEA,2CRCA,mBACA,uBA2BA,YACA,cQ1BE,cACA,aACA,sCACA,0BAEA,kCACE,iBACA,kCAGF,wCACE,kCAIJ,kCACE,WAGF,uDACE,mBAGF,gCR3BA,aACA,mBACA,uBQ4BE,WACA,cACA,sCACA,oBACA,iBAIA,yCRtCF,aACA,mBACA,uBQuCI,WACA,cACA,kCACA,8CACA,iBAGF,+CACE,aACA,iDAEA,sDACE,cACA,8CACA,kBACA,iBAIJ,6CR5DF,aACA,mBACA,uBQ6DI,aACA,iDAEA,oDACE,WAGF,0DACE,kCACA,mBAGF,gERrEJ,aACA,mBQuEM,cACA,WACA,8CACA,kCACA,sCACA,kBACA,UAGF,6DAEE,kCACA,YACA,gBACA,kBAGF,mEACE,WACA,cAKN,6BACE,iBAGF,8BACE,aACA,cACA,oBACA,SACA,kCACA,iCACA,WAEA,oCRnHF,aACA,mBACA,uBQoHI,WACA,eACA,uCACA,8BAGF,qCRtHF,aACA,mBQwHI,iBACA,8BACA,WAGF,oCRpHF,mBACA,uBACA,gBACA,sBACA,gBQmHI,eACA,iBACA,gBACA,WAGF,oCRvIF,aACA,mBQyII,YACA,YACA,WAGF,yCRrJF,aACA,mBACA,uBQsJI,YACA,WACA,mBAEA,6CACE,iBACA,kCAKN,0BACE,YACA,eACA,WACA,iBACA,gBACA,sCACA,8CACA,gBAGF,iCRxKA,aACA,mBQ0KE,WACA,cACA,YACA,8CAEA,qCACE,eACA,iCAGF,2CACE,eACA,iCAGF,oGAEE,mBACA,iCAKF,8CACE,eACA,4BAGF,oDACE,eACA,4BAGF,sHAEE,mBACA,iCAIJ,yCRzMA,mBACA,uBACA,gBACA,sBACA,gBQwME,mBACA,0BACA,cACA,iBACA,oCACA,sCACA,mBACA,kCACA,eAGF,6CRvOA,aACA,mBACA,uBQwOE,cACA,aACA,iBAEA,iDACE,iBAIJ,2CRnPA,aACA,mBACA,uBQoPE,cACA,aACA,iBACA,sCACA,8BAEA,+CACE,iBACA,kCAIJ,sIAEE,sCAIJ,+BACE,+BACA,iDACA,sBACA,gBAEA,sCACE,0BAGF,sCACE,4CACA,sBAGF,wCACE,cAGF,qCRrRA,aACA,mBQwRA,4CACE,iBACA,iBACA,eACA,iCAGF,4CACE,iBACA,iBACA,eACA,gBACA,kBAIJ,4BACE,aACA,WAEA,mCACE,YACA,WAGF,yCACE,cACA,wBACA,YAIA,0CRzTF,aACA,mBQ2TI,iCACA,oBACA,iBACA,eAGF,yCRlUF,aACA,mBQoUI,sCACA,kCACA,kBACA,oBACA,eACA,gBACA,cACA,gBCxVN,yCTYE,aACA,mBSVA,aAEA,8CTOA,aACA,mBSLE,iCACA,uCACA,iBACA,oBACA,eACA,gBACA,cACA,gBAGF,+CTNA,aACA,mBSQE,cAIJ,+CTbE,aACA,mBSeA,aAEA,oDTlBA,aACA,mBSoBE,iCACA,sCACA,iBACA,oBACA,eACA,gBACA,cACA,gBAGF,qDT/BA,aACA,mBSiCE,cC9CJ,uBACE,YACA,WAEA,gCACE,YACA,WAGF,oCACE,qCAEA,mDACE,sCAGF,oDACE,kBACA,qCAIJ,kCACE,mCACA,iCAGF,8BACE,YAEA,sCACE,kCACA,iBACA,qCAEA,6CACE,6BAIJ,2CACE,kCACA,iBACA,sCAGF,uCACE,kBACA,yBACA,WACA,qCACA,kBAEA,iEACE,sCAIJ,uDACE,aAGF,8CACE,YACA,WACA,aACA,iBAIJ,qCACE,eAGF,6BACE,cACA,UACA,aACA,mBACA,kBAGF,4BACE,YACA,oBACA,mBACA,uBACA,eACA,oDACA,mBACA,eAGF,oCACE,gCACA,kBAGF,2CACE,WACA,aACA,WACA,kBACA,SACA,mCAGF,8BACE,YACA,WAEA,uCACE,kBACA,kBACA,qCACA,2BAGF,sCACE,sCACA,UACA,cACA,kBACA,UAGF,4CACE,aACA,YACA,mBAGF,2CVxHF,aACA,mBU0HI,eACA,eACA,kCACA,qCACA,mDAGF,mDACE,kCACA,qCAGF,oDVvIF,aACA,mBUyII,YACA,WAGF,iDACE,mBAGF,kDACE,cACA,gBACA,mBAGF,yCACE,aAEA,+CVjKJ,aACA,mBACA,uBUkKM,YACA,sCACA,mDACA,kDACA,kCACA,eAGF,qDACE,sCAGF,sDV1KJ,aACA,mBU4KM,cACA,gBACA,+CAGF,kDACE,YAGF,8DACE,YACA,UAGF,8DVjMJ,aACA,mBACA,uBUkMM,sBACA,eACA,yBACA,yBACA,iBACA,aACA,gBAGF,wDACE,aACA,mBAEA,gEACE,iCACA,yCAGF,8HACE,iCACA,iCAGF,oEACE,iCACA,yCAGF,kIACE,iCACA,iCAIJ,mEACE,aACA,WAGF,iEACE,WACA,sCAGF,iDVhPJ,aACA,mBACA,uBUiPM,YAKN,iCACE,WAEA,qDACE,YACA,sCAIJ,6DACE,4CAGF,wIAEE,uCAGF,kDACE,WACA,eAGF,kHAEE,WVtQF,aACA,uBU0QA,8DACE,eAGF,mDACE,cAMF,kFVjSA,aACA,mBACA,uBUkSE,sBAEA,oGACE,gBACA,mBAGF,wHACE,cACA","file":"index.css"}
package/lib/index.d.ts CHANGED
@@ -23,24 +23,27 @@ export * from './components/LegendApplicationNavigationContextServiceUtils.js';
23
23
  export * from './components/ApplicationStoreProviderTestUtils.js';
24
24
  export * from './components/WebApplicationNavigatorProviderTestUtils.js';
25
25
  export * from './components/VirtualAssistant.js';
26
- export * from './components/DocumentationLink.js';
27
- export * from './components/TextInputEditor.js';
28
- export * from './components/LambdaEditor.js';
29
- export * from './components/BasicValueSpecificationEditor.js';
30
- export * from './components/LambdaParameterValuesEditor.js';
31
26
  export * from './stores/ApplicationStore.js';
32
27
  export * from './stores/ApplicationTelemetry.js';
33
28
  export * from './stores/ApplicationEvent.js';
34
29
  export * from './stores/LegendApplicationConfig.js';
35
30
  export { WebApplicationNavigator } from './stores/WebApplicationNavigator.js';
36
- export { LambdaEditorState } from './stores/LambdaEditorState.js';
37
- export * from './stores/PackageableElementOption.js';
38
31
  export * from './stores/LegendApplicationDocumentationService.js';
39
32
  export * from './stores/LegendApplicationEventService.js';
40
33
  export * from './stores/LegendApplicationAssistantService.js';
41
34
  export * from './stores/LegendApplicationNavigationContextService.js';
42
35
  export * from './stores/LegendApplicationPlugin.js';
43
36
  export * from './stores/ApplicationStoreTestUtils.js';
44
- export * from './stores/ValueSpecificationModifierHelper.js';
45
- export * from './stores/LambdaParameterState.js';
37
+ export * from './components/shared/DocumentationLink.js';
38
+ export * from './components/shared/TextInputEditor.js';
39
+ export * from './components/shared/LambdaEditor.js';
40
+ export * from './components/shared/BasicValueSpecificationEditor.js';
41
+ export * from './components/shared/LambdaParameterValuesEditor.js';
42
+ export * from './components/shared/PackageableElementOptionRenderer.js';
43
+ export * from './components/shared/execution-plan-viewer/ExecutionPlanViewer.js';
44
+ export { LambdaEditorState } from './stores/shared/LambdaEditorState.js';
45
+ export * from './stores/shared/PackageableElementOption.js';
46
+ export * from './stores/shared/LambdaParameterState.js';
47
+ export * from './stores/shared/ValueSpecificationModifierHelper.js';
48
+ export * from './stores/shared/ExecutionPlanState.js';
46
49
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,YAAY,CAAC;AAE3B,cAAc,iDAAiD,CAAC;AAChE,cAAc,oCAAoC,CAAC;AAEnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,gEAAgE,CAAC;AAE/E,cAAc,mDAAmD,CAAC;AAClE,cAAc,0DAA0D,CAAC;AAIzE,cAAc,kCAAkC,CAAC;AAEjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAE5D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,cAAc,sCAAsC,CAAC;AACrD,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uDAAuD,CAAC;AACtE,cAAc,qCAAqC,CAAC;AAEpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,YAAY,CAAC;AAE3B,cAAc,iDAAiD,CAAC;AAChE,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,mDAAmD,CAAC;AAClE,cAAc,0DAA0D,CAAC;AAGzE,cAAc,kCAAkC,CAAC;AAEjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uDAAuD,CAAC;AACtE,cAAc,qCAAqC,CAAC;AAEpD,cAAc,uCAAuC,CAAC;AAItD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,oDAAoD,CAAC;AACnE,cAAc,yDAAyD,CAAC;AACxE,cAAc,kEAAkE,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AACzE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC;AACxD,cAAc,qDAAqD,CAAC;AACpE,cAAc,uCAAuC,CAAC"}
package/lib/index.js CHANGED
@@ -25,24 +25,28 @@ export * from './components/WebApplicationNavigatorProviderTestUtils.js';
25
25
  // TODO: consider moving this to `LegendApplicationComponentFrameworkProvider`
26
26
  // once we think we can add virtual assistant support for all apps
27
27
  export * from './components/VirtualAssistant.js';
28
- export * from './components/DocumentationLink.js';
29
- export * from './components/TextInputEditor.js';
30
- export * from './components/LambdaEditor.js';
31
- export * from './components/BasicValueSpecificationEditor.js';
32
- export * from './components/LambdaParameterValuesEditor.js';
33
28
  export * from './stores/ApplicationStore.js';
34
29
  export * from './stores/ApplicationTelemetry.js';
35
30
  export * from './stores/ApplicationEvent.js';
36
31
  export * from './stores/LegendApplicationConfig.js';
37
32
  export { WebApplicationNavigator } from './stores/WebApplicationNavigator.js';
38
- export { LambdaEditorState } from './stores/LambdaEditorState.js';
39
- export * from './stores/PackageableElementOption.js';
40
33
  export * from './stores/LegendApplicationDocumentationService.js';
41
34
  export * from './stores/LegendApplicationEventService.js';
42
35
  export * from './stores/LegendApplicationAssistantService.js';
43
36
  export * from './stores/LegendApplicationNavigationContextService.js';
44
37
  export * from './stores/LegendApplicationPlugin.js';
45
38
  export * from './stores/ApplicationStoreTestUtils.js';
46
- export * from './stores/ValueSpecificationModifierHelper.js';
47
- export * from './stores/LambdaParameterState.js';
39
+ // ------------------------------------------- Shared components -------------------------------------------
40
+ export * from './components/shared/DocumentationLink.js';
41
+ export * from './components/shared/TextInputEditor.js';
42
+ export * from './components/shared/LambdaEditor.js';
43
+ export * from './components/shared/BasicValueSpecificationEditor.js';
44
+ export * from './components/shared/LambdaParameterValuesEditor.js';
45
+ export * from './components/shared/PackageableElementOptionRenderer.js';
46
+ export * from './components/shared/execution-plan-viewer/ExecutionPlanViewer.js';
47
+ export { LambdaEditorState } from './stores/shared/LambdaEditorState.js';
48
+ export * from './stores/shared/PackageableElementOption.js';
49
+ export * from './stores/shared/LambdaParameterState.js';
50
+ export * from './stores/shared/ValueSpecificationModifierHelper.js';
51
+ export * from './stores/shared/ExecutionPlanState.js';
48
52
  //# sourceMappingURL=index.js.map