@deephaven/dashboard-core-plugins 0.15.5-beta.0 → 0.15.5-beta.4

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 (186) hide show
  1. package/dist/ChartBuilderPlugin.d.ts.map +1 -1
  2. package/dist/ChartBuilderPlugin.js +2 -1
  3. package/dist/ChartBuilderPlugin.js.map +1 -1
  4. package/dist/ConsolePlugin.d.ts +1 -0
  5. package/dist/ConsolePlugin.d.ts.map +1 -1
  6. package/dist/ConsolePlugin.js +5 -3
  7. package/dist/ConsolePlugin.js.map +1 -1
  8. package/dist/FilterPlugin.js +1 -1
  9. package/dist/FilterPlugin.js.map +1 -1
  10. package/dist/controls/ControlType.d.ts +1 -1
  11. package/dist/controls/ControlType.d.ts.map +1 -1
  12. package/dist/controls/ControlType.js.map +1 -1
  13. package/dist/controls/dropdown-filter/DropdownFilter.d.ts +73 -81
  14. package/dist/controls/dropdown-filter/DropdownFilter.d.ts.map +1 -1
  15. package/dist/controls/dropdown-filter/DropdownFilter.js +41 -58
  16. package/dist/controls/dropdown-filter/DropdownFilter.js.map +1 -1
  17. package/dist/controls/input-filter/InputFilter.d.ts +46 -46
  18. package/dist/controls/input-filter/InputFilter.d.ts.map +1 -1
  19. package/dist/controls/input-filter/InputFilter.js +32 -39
  20. package/dist/controls/input-filter/InputFilter.js.map +1 -1
  21. package/dist/controls/markdown/MarkdownContainer.d.ts +11 -16
  22. package/dist/controls/markdown/MarkdownContainer.d.ts.map +1 -1
  23. package/dist/controls/markdown/MarkdownContainer.js +5 -8
  24. package/dist/controls/markdown/MarkdownContainer.js.map +1 -1
  25. package/dist/controls/markdown/MarkdownEditor.d.ts +17 -19
  26. package/dist/controls/markdown/MarkdownEditor.d.ts.map +1 -1
  27. package/dist/controls/markdown/MarkdownEditor.js +5 -8
  28. package/dist/controls/markdown/MarkdownEditor.js.map +1 -1
  29. package/dist/controls/markdown/MarkdownStartPage.d.ts +24 -28
  30. package/dist/controls/markdown/MarkdownStartPage.d.ts.map +1 -1
  31. package/dist/controls/markdown/MarkdownStartPage.js +19 -23
  32. package/dist/controls/markdown/MarkdownStartPage.js.map +1 -1
  33. package/dist/controls/markdown/MarkdownUtils.d.ts +4 -4
  34. package/dist/controls/markdown/MarkdownUtils.d.ts.map +1 -1
  35. package/dist/controls/markdown/MarkdownUtils.js +2 -2
  36. package/dist/controls/markdown/MarkdownUtils.js.map +1 -1
  37. package/dist/events/ChartEvent.d.ts +1 -1
  38. package/dist/events/ChartEvent.d.ts.map +1 -1
  39. package/dist/events/ChartEvent.js.map +1 -1
  40. package/dist/events/ConsoleEvent.d.ts +1 -1
  41. package/dist/events/ConsoleEvent.d.ts.map +1 -1
  42. package/dist/events/ConsoleEvent.js.map +1 -1
  43. package/dist/events/InputFilterEvent.d.ts +1 -1
  44. package/dist/events/InputFilterEvent.d.ts.map +1 -1
  45. package/dist/events/InputFilterEvent.js.map +1 -1
  46. package/dist/events/IrisGridEvent.d.ts +1 -1
  47. package/dist/events/IrisGridEvent.d.ts.map +1 -1
  48. package/dist/events/IrisGridEvent.js.map +1 -1
  49. package/dist/events/NotebookEvent.d.ts +1 -1
  50. package/dist/events/NotebookEvent.d.ts.map +1 -1
  51. package/dist/events/NotebookEvent.js.map +1 -1
  52. package/dist/events/PQEvent.d.ts +1 -1
  53. package/dist/events/PQEvent.d.ts.map +1 -1
  54. package/dist/events/PQEvent.js.map +1 -1
  55. package/dist/events/PandasEvent.d.ts +1 -1
  56. package/dist/events/PandasEvent.d.ts.map +1 -1
  57. package/dist/events/PandasEvent.js.map +1 -1
  58. package/dist/events/TabEvent.d.ts +1 -1
  59. package/dist/events/TabEvent.d.ts.map +1 -1
  60. package/dist/events/TabEvent.js.map +1 -1
  61. package/dist/events/index.d.ts +8 -8
  62. package/dist/events/index.d.ts.map +1 -1
  63. package/dist/events/index.js.map +1 -1
  64. package/dist/linker/ColumnSelectionValidator.d.ts +4 -0
  65. package/dist/linker/ColumnSelectionValidator.d.ts.map +1 -0
  66. package/dist/linker/ColumnSelectionValidator.js +2 -0
  67. package/dist/linker/ColumnSelectionValidator.js.map +1 -0
  68. package/dist/linker/Linker.d.ts +11 -11
  69. package/dist/linker/Linker.js +1 -1
  70. package/dist/linker/Linker.js.map +1 -1
  71. package/dist/linker/LinkerUtils.d.ts +3 -3
  72. package/dist/linker/LinkerUtils.d.ts.map +1 -1
  73. package/dist/linker/LinkerUtils.js.map +1 -1
  74. package/dist/linker/ToolType.d.ts +1 -1
  75. package/dist/linker/ToolType.d.ts.map +1 -1
  76. package/dist/linker/ToolType.js.map +1 -1
  77. package/dist/panels/ChartColumnSelectorOverlay.d.ts +22 -26
  78. package/dist/panels/ChartColumnSelectorOverlay.d.ts.map +1 -1
  79. package/dist/panels/ChartColumnSelectorOverlay.js +5 -14
  80. package/dist/panels/ChartColumnSelectorOverlay.js.map +1 -1
  81. package/dist/panels/ChartFilterOverlay.d.ts +27 -21
  82. package/dist/panels/ChartFilterOverlay.d.ts.map +1 -1
  83. package/dist/panels/ChartFilterOverlay.js.map +1 -1
  84. package/dist/panels/ChartPanel.d.ts +149 -152
  85. package/dist/panels/ChartPanel.d.ts.map +1 -1
  86. package/dist/panels/ChartPanel.js +65 -73
  87. package/dist/panels/ChartPanel.js.map +1 -1
  88. package/dist/panels/CommandHistoryPanel.d.ts +41 -56
  89. package/dist/panels/CommandHistoryPanel.d.ts.map +1 -1
  90. package/dist/panels/CommandHistoryPanel.js +13 -35
  91. package/dist/panels/CommandHistoryPanel.js.map +1 -1
  92. package/dist/panels/ConsolePanel.d.ts +63 -73
  93. package/dist/panels/ConsolePanel.d.ts.map +1 -1
  94. package/dist/panels/ConsolePanel.js +67 -83
  95. package/dist/panels/ConsolePanel.js.map +1 -1
  96. package/dist/panels/DropdownFilterPanel.d.ts +110 -106
  97. package/dist/panels/DropdownFilterPanel.d.ts.map +1 -1
  98. package/dist/panels/DropdownFilterPanel.js +60 -62
  99. package/dist/panels/DropdownFilterPanel.js.map +1 -1
  100. package/dist/panels/FileExplorerPanel.d.ts +5 -7
  101. package/dist/panels/FileExplorerPanel.d.ts.map +1 -1
  102. package/dist/panels/FileExplorerPanel.js.map +1 -1
  103. package/dist/panels/FilterSetManager.d.ts +3 -1
  104. package/dist/panels/FilterSetManager.d.ts.map +1 -1
  105. package/dist/panels/FilterSetManager.js.map +1 -1
  106. package/dist/panels/FilterSetManagerPanel.d.ts +83 -62
  107. package/dist/panels/FilterSetManagerPanel.d.ts.map +1 -1
  108. package/dist/panels/FilterSetManagerPanel.js +58 -36
  109. package/dist/panels/FilterSetManagerPanel.js.map +1 -1
  110. package/dist/panels/InputFilterPanel.d.ts +50 -51
  111. package/dist/panels/InputFilterPanel.d.ts.map +1 -1
  112. package/dist/panels/InputFilterPanel.js +35 -34
  113. package/dist/panels/InputFilterPanel.js.map +1 -1
  114. package/dist/panels/IrisGridPanel.d.ts +191 -178
  115. package/dist/panels/IrisGridPanel.d.ts.map +1 -1
  116. package/dist/panels/IrisGridPanel.js +150 -179
  117. package/dist/panels/IrisGridPanel.js.map +1 -1
  118. package/dist/panels/LogPanel.d.ts +29 -45
  119. package/dist/panels/LogPanel.d.ts.map +1 -1
  120. package/dist/panels/LogPanel.js +9 -11
  121. package/dist/panels/LogPanel.js.map +1 -1
  122. package/dist/panels/MarkdownNotebook.d.ts +34 -34
  123. package/dist/panels/MarkdownNotebook.d.ts.map +1 -1
  124. package/dist/panels/MarkdownNotebook.js +21 -18
  125. package/dist/panels/MarkdownNotebook.js.map +1 -1
  126. package/dist/panels/MarkdownPanel.d.ts +41 -47
  127. package/dist/panels/MarkdownPanel.d.ts.map +1 -1
  128. package/dist/panels/MarkdownPanel.js +17 -19
  129. package/dist/panels/MarkdownPanel.js.map +1 -1
  130. package/dist/panels/NotebookPanel.d.ts +137 -117
  131. package/dist/panels/NotebookPanel.d.ts.map +1 -1
  132. package/dist/panels/NotebookPanel.js +94 -68
  133. package/dist/panels/NotebookPanel.js.map +1 -1
  134. package/dist/panels/PandasPanel.d.ts +20 -17
  135. package/dist/panels/PandasPanel.d.ts.map +1 -1
  136. package/dist/panels/PandasPanel.js +17 -13
  137. package/dist/panels/PandasPanel.js.map +1 -1
  138. package/dist/panels/Panel.d.ts +87 -123
  139. package/dist/panels/Panel.d.ts.map +1 -1
  140. package/dist/panels/Panel.js +29 -54
  141. package/dist/panels/Panel.js.map +1 -1
  142. package/dist/panels/PanelContextMenu.d.ts +16 -31
  143. package/dist/panels/PanelContextMenu.d.ts.map +1 -1
  144. package/dist/panels/PanelContextMenu.js +12 -15
  145. package/dist/panels/PanelContextMenu.js.map +1 -1
  146. package/dist/panels/RenameDialog.d.ts +26 -28
  147. package/dist/panels/RenameDialog.d.ts.map +1 -1
  148. package/dist/panels/RenameDialog.js +15 -19
  149. package/dist/panels/RenameDialog.js.map +1 -1
  150. package/dist/panels/WidgetPanel.d.ts +72 -106
  151. package/dist/panels/WidgetPanel.d.ts.map +1 -1
  152. package/dist/panels/WidgetPanel.js +17 -47
  153. package/dist/panels/WidgetPanel.js.map +1 -1
  154. package/dist/panels/WidgetPanelTooltip.d.ts +29 -22
  155. package/dist/panels/WidgetPanelTooltip.d.ts.map +1 -1
  156. package/dist/panels/WidgetPanelTooltip.js +1 -1
  157. package/dist/panels/WidgetPanelTooltip.js.map +1 -1
  158. package/dist/prop-types/CommonPropTypes.d.ts +4 -4
  159. package/dist/prop-types/CommonPropTypes.d.ts.map +1 -1
  160. package/dist/prop-types/CommonPropTypes.js +1 -1
  161. package/dist/prop-types/CommonPropTypes.js.map +1 -1
  162. package/dist/prop-types/UIPropTypes.d.ts +2 -7
  163. package/dist/prop-types/UIPropTypes.d.ts.map +1 -1
  164. package/dist/prop-types/UIPropTypes.js +0 -7
  165. package/dist/prop-types/UIPropTypes.js.map +1 -1
  166. package/dist/prop-types/index.d.ts +2 -2
  167. package/dist/prop-types/index.d.ts.map +1 -1
  168. package/dist/prop-types/index.js.map +1 -1
  169. package/dist/redux/actionTypes.d.ts +1 -1
  170. package/dist/redux/actionTypes.d.ts.map +1 -1
  171. package/dist/redux/actionTypes.js.map +1 -1
  172. package/dist/redux/actions.d.ts +63 -8
  173. package/dist/redux/actions.d.ts.map +1 -1
  174. package/dist/redux/actions.js +17 -17
  175. package/dist/redux/actions.js.map +1 -1
  176. package/dist/redux/reducers/index.d.ts +3 -4
  177. package/dist/redux/reducers/index.d.ts.map +1 -1
  178. package/dist/redux/reducers/index.js.map +1 -1
  179. package/dist/redux/reducers/sessionWrapper.d.ts +1 -1
  180. package/dist/redux/reducers/sessionWrapper.d.ts.map +1 -1
  181. package/dist/redux/reducers/sessionWrapper.js.map +1 -1
  182. package/dist/redux/selectors.d.ts +63 -9
  183. package/dist/redux/selectors.d.ts.map +1 -1
  184. package/dist/redux/selectors.js +24 -24
  185. package/dist/redux/selectors.js.map +1 -1
  186. package/package.json +20 -17
@@ -1,8 +1,19 @@
1
- export default WidgetPanelTooltip;
2
- declare function WidgetPanelTooltip(props: any): JSX.Element;
3
- declare namespace WidgetPanelTooltip {
4
- namespace propTypes {
5
- const glContainer: PropTypes.Validator<PropTypes.InferProps<{
1
+ import { ReactNode } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import './WidgetPanelTooltip.scss';
4
+ import { ReactElement } from 'react-markdown';
5
+ import GoldenLayout from '@deephaven/golden-layout';
6
+ interface WidgetPanelTooltipProps {
7
+ glContainer: GoldenLayout.Container;
8
+ widgetType: string;
9
+ widgetName: string;
10
+ description: string;
11
+ children: ReactNode;
12
+ }
13
+ declare const WidgetPanelTooltip: {
14
+ (props: WidgetPanelTooltipProps): ReactElement;
15
+ propTypes: {
16
+ glContainer: PropTypes.Validator<PropTypes.InferProps<{
6
17
  on: PropTypes.Requireable<(...args: any[]) => any>;
7
18
  off: PropTypes.Requireable<(...args: any[]) => any>;
8
19
  isHidden: PropTypes.Requireable<boolean>;
@@ -17,21 +28,17 @@ declare namespace WidgetPanelTooltip {
17
28
  setTitle: PropTypes.Requireable<(...args: any[]) => any>;
18
29
  close: PropTypes.Requireable<(...args: any[]) => any>;
19
30
  }>>;
20
- const widgetType: PropTypes.Requireable<string>;
21
- const widgetName: PropTypes.Requireable<string>;
22
- const description: PropTypes.Requireable<string>;
23
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
24
- }
25
- namespace defaultProps {
26
- const widgetType_1: string;
27
- export { widgetType_1 as widgetType };
28
- const widgetName_1: string;
29
- export { widgetName_1 as widgetName };
30
- const description_1: null;
31
- export { description_1 as description };
32
- const children_1: null;
33
- export { children_1 as children };
34
- }
35
- }
36
- import PropTypes from "prop-types";
31
+ widgetType: PropTypes.Requireable<string>;
32
+ widgetName: PropTypes.Requireable<string>;
33
+ description: PropTypes.Requireable<string>;
34
+ children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
35
+ };
36
+ defaultProps: {
37
+ widgetType: string;
38
+ widgetName: string;
39
+ description: null;
40
+ children: null;
41
+ };
42
+ };
43
+ export default WidgetPanelTooltip;
37
44
  //# sourceMappingURL=WidgetPanelTooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetPanelTooltip.d.ts","sourceRoot":"","sources":["../../src/panels/WidgetPanelTooltip.jsx"],"names":[],"mappings":";AAUA,6DAyCC"}
1
+ {"version":3,"file":"WidgetPanelTooltip.d.ts","sourceRoot":"","sources":["../../src/panels/WidgetPanelTooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AACnD,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,YAAY,MAAM,0BAA0B,CAAC;AAIpD,UAAU,uBAAuB;IAC/B,WAAW,EAAE,YAAY,CAAC,SAAS,CAAC;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACrB;AACD,QAAA,MAAM,kBAAkB;YAAW,uBAAuB,GAAG,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxE,CAAC;AAiBF,eAAe,kBAAkB,CAAC"}
@@ -30,7 +30,7 @@ var WidgetPanelTooltip = props => {
30
30
  className: "tab-tooltip-copy",
31
31
  icon: copied ? vsPassFilled : vsCopy,
32
32
  onClick: () => {
33
- ContextActionUtils.copyToClipboard(widgetName).then(setCopied(true)).catch(e => log.error('Unable to column name', e));
33
+ ContextActionUtils.copyToClipboard(widgetName).then(() => setCopied(true)).catch(e => log.error('Unable to column name', e));
34
34
  },
35
35
  tooltip: copied ? 'Copied text' : 'Copy name'
36
36
  })), widgetName !== panelTitle && /*#__PURE__*/React.createElement("div", {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/panels/WidgetPanelTooltip.jsx"],"names":["React","useState","PropTypes","Button","ContextActionUtils","vsCopy","vsPassFilled","GLPropTypes","LayoutUtils","Log","log","module","WidgetPanelTooltip","props","widgetType","widgetName","glContainer","description","children","panelTitle","getTitleFromContainer","copied","setCopied","copyToClipboard","then","catch","e","error","propTypes","Container","isRequired","string","node","defaultProps"],"mappings":"AAAA,OAAOA,KAAP,IAAgBC,QAAhB,QAAgC,OAAhC;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,SAASC,MAAT,EAAiBC,kBAAjB,QAA2C,uBAA3C;AACA,SAASC,MAAT,EAAiBC,YAAjB,QAAqC,kBAArC;AACA,SAASC,WAAT,EAAsBC,WAAtB,QAAyC,sBAAzC;AACA,OAAOC,GAAP,MAAgB,gBAAhB;;AAGA,IAAMC,GAAG,GAAGD,GAAG,CAACE,MAAJ,CAAW,oBAAX,CAAZ;;AAEA,IAAMC,kBAAkB,GAAGC,KAAK,IAAI;AAClC,MAAM;AAAEC,IAAAA,UAAF;AAAcC,IAAAA,UAAd;AAA0BC,IAAAA,WAA1B;AAAuCC,IAAAA,WAAvC;AAAoDC,IAAAA;AAApD,MAAiEL,KAAvE;AACA,MAAMM,UAAU,GAAGX,WAAW,CAACY,qBAAZ,CAAkCJ,WAAlC,CAAnB;AACA,MAAM,CAACK,MAAD,EAASC,SAAT,IAAsBrB,QAAQ,CAAC,KAAD,CAApC;AAEA,sBACE;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,kBACE,+BAAIa,UAAJ,WADF,CADF,eAIE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAAoCC,UAApC,CAJF,eAME,oBAAC,MAAD;AACE,IAAA,IAAI,EAAC,OADP;AAEE,IAAA,SAAS,EAAC,kBAFZ;AAGE,IAAA,IAAI,EAAEM,MAAM,GAAGf,YAAH,GAAkBD,MAHhC;AAIE,IAAA,OAAO,EAAE,MAAM;AACbD,MAAAA,kBAAkB,CAACmB,eAAnB,CAAmCR,UAAnC,EACGS,IADH,CACQF,SAAS,CAAC,IAAD,CADjB,EAEGG,KAFH,CAESC,CAAC,IAAIhB,GAAG,CAACiB,KAAJ,CAAU,uBAAV,EAAmCD,CAAnC,CAFd;AAGD,KARH;AASE,IAAA,OAAO,EAAEL,MAAM,GAAG,aAAH,GAAmB;AATpC,IANF,CADF,EAmBGN,UAAU,KAAKI,UAAf,iBACC;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,kBACE,8CADF,CADF,eAIE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAAoCA,UAApC,CAJF,CApBJ,EA2BGF,WAAW,iBACV;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAA2CA,WAA3C,CADF,CA5BJ,EAgCGC,QAhCH,CADF;AAoCD,CAzCD;;AA2CAN,kBAAkB,CAACgB,SAAnB,GAA+B;AAC7BZ,EAAAA,WAAW,EAAET,WAAW,CAACsB,SAAZ,CAAsBC,UADN;AAE7BhB,EAAAA,UAAU,EAAEZ,SAAS,CAAC6B,MAFO;AAG7BhB,EAAAA,UAAU,EAAEb,SAAS,CAAC6B,MAHO;AAI7Bd,EAAAA,WAAW,EAAEf,SAAS,CAAC6B,MAJM;AAK7Bb,EAAAA,QAAQ,EAAEhB,SAAS,CAAC8B;AALS,CAA/B;AAQApB,kBAAkB,CAACqB,YAAnB,GAAkC;AAChCnB,EAAAA,UAAU,EAAE,EADoB;AAEhCC,EAAAA,UAAU,EAAE,EAFoB;AAGhCE,EAAAA,WAAW,EAAE,IAHmB;AAIhCC,EAAAA,QAAQ,EAAE;AAJsB,CAAlC;AAOA,eAAeN,kBAAf","sourcesContent":["import React, { useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { Button, ContextActionUtils } from '@deephaven/components';\nimport { vsCopy, vsPassFilled } from '@deephaven/icons';\nimport { GLPropTypes, LayoutUtils } from '@deephaven/dashboard';\nimport Log from '@deephaven/log';\nimport './WidgetPanelTooltip.scss';\n\nconst log = Log.module('WidgetPanelTooltip');\n\nconst WidgetPanelTooltip = props => {\n const { widgetType, widgetName, glContainer, description, children } = props;\n const panelTitle = LayoutUtils.getTitleFromContainer(glContainer);\n const [copied, setCopied] = useState(false);\n\n return (\n <div className=\"tab-tooltip-container\">\n <div className=\"row flex-nowrap align-items-start\">\n <span className=\"tab-tooltip-title\">\n <b>{widgetType} Name </b>\n </span>\n <span className=\"tab-tooltip-name\">{widgetName}</span>\n\n <Button\n kind=\"ghost\"\n className=\"tab-tooltip-copy\"\n icon={copied ? vsPassFilled : vsCopy}\n onClick={() => {\n ContextActionUtils.copyToClipboard(widgetName)\n .then(setCopied(true))\n .catch(e => log.error('Unable to column name', e));\n }}\n tooltip={copied ? 'Copied text' : 'Copy name'}\n />\n </div>\n {widgetName !== panelTitle && (\n <div className=\"row\">\n <span className=\"tab-tooltip-title\">\n <b>Display Name</b>\n </span>\n <span className=\"tab-tooltip-name\">{panelTitle}</span>\n </div>\n )}\n {description && (\n <div className=\"row\">\n <span className=\"tab-tooltip-description\">{description}</span>\n </div>\n )}\n {children}\n </div>\n );\n};\n\nWidgetPanelTooltip.propTypes = {\n glContainer: GLPropTypes.Container.isRequired,\n widgetType: PropTypes.string,\n widgetName: PropTypes.string,\n description: PropTypes.string,\n children: PropTypes.node,\n};\n\nWidgetPanelTooltip.defaultProps = {\n widgetType: '',\n widgetName: '',\n description: null,\n children: null,\n};\n\nexport default WidgetPanelTooltip;\n"],"file":"WidgetPanelTooltip.js"}
1
+ {"version":3,"sources":["../../src/panels/WidgetPanelTooltip.tsx"],"names":["React","useState","PropTypes","Button","ContextActionUtils","vsCopy","vsPassFilled","GLPropTypes","LayoutUtils","Log","log","module","WidgetPanelTooltip","props","widgetType","widgetName","glContainer","description","children","panelTitle","getTitleFromContainer","copied","setCopied","copyToClipboard","then","catch","e","error","propTypes","Container","isRequired","string","node","defaultProps"],"mappings":"AAAA,OAAOA,KAAP,IAA2BC,QAA3B,QAA2C,OAA3C;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,SAASC,MAAT,EAAiBC,kBAAjB,QAA2C,uBAA3C;AACA,SAASC,MAAT,EAAiBC,YAAjB,QAAqC,kBAArC;AACA,SAASC,WAAT,EAAsBC,WAAtB,QAAyC,sBAAzC;AACA,OAAOC,GAAP,MAAgB,gBAAhB;;AAKA,IAAMC,GAAG,GAAGD,GAAG,CAACE,MAAJ,CAAW,oBAAX,CAAZ;;AASA,IAAMC,kBAAkB,GAAIC,KAAD,IAAkD;AAC3E,MAAM;AAAEC,IAAAA,UAAF;AAAcC,IAAAA,UAAd;AAA0BC,IAAAA,WAA1B;AAAuCC,IAAAA,WAAvC;AAAoDC,IAAAA;AAApD,MAAiEL,KAAvE;AACA,MAAMM,UAAU,GAAGX,WAAW,CAACY,qBAAZ,CAAkCJ,WAAlC,CAAnB;AACA,MAAM,CAACK,MAAD,EAASC,SAAT,IAAsBrB,QAAQ,CAAC,KAAD,CAApC;AAEA,sBACE;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,kBACE,+BAAIa,UAAJ,WADF,CADF,eAIE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAAoCC,UAApC,CAJF,eAME,oBAAC,MAAD;AACE,IAAA,IAAI,EAAC,OADP;AAEE,IAAA,SAAS,EAAC,kBAFZ;AAGE,IAAA,IAAI,EAAEM,MAAM,GAAGf,YAAH,GAAkBD,MAHhC;AAIE,IAAA,OAAO,EAAE,MAAM;AACbD,MAAAA,kBAAkB,CAACmB,eAAnB,CAAmCR,UAAnC,EACGS,IADH,CACQ,MAAMF,SAAS,CAAC,IAAD,CADvB,EAEGG,KAFH,CAESC,CAAC,IAAIhB,GAAG,CAACiB,KAAJ,CAAU,uBAAV,EAAmCD,CAAnC,CAFd;AAGD,KARH;AASE,IAAA,OAAO,EAAEL,MAAM,GAAG,aAAH,GAAmB;AATpC,IANF,CADF,EAmBGN,UAAU,KAAKI,UAAf,iBACC;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,kBACE,8CADF,CADF,eAIE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAAoCA,UAApC,CAJF,CApBJ,EA2BGF,WAAW,iBACV;AAAK,IAAA,SAAS,EAAC;AAAf,kBACE;AAAM,IAAA,SAAS,EAAC;AAAhB,KAA2CA,WAA3C,CADF,CA5BJ,EAgCGC,QAhCH,CADF;AAoCD,CAzCD;;AA2CAN,kBAAkB,CAACgB,SAAnB,GAA+B;AAC7BZ,EAAAA,WAAW,EAAET,WAAW,CAACsB,SAAZ,CAAsBC,UADN;AAE7BhB,EAAAA,UAAU,EAAEZ,SAAS,CAAC6B,MAFO;AAG7BhB,EAAAA,UAAU,EAAEb,SAAS,CAAC6B,MAHO;AAI7Bd,EAAAA,WAAW,EAAEf,SAAS,CAAC6B,MAJM;AAK7Bb,EAAAA,QAAQ,EAAEhB,SAAS,CAAC8B;AALS,CAA/B;AAQApB,kBAAkB,CAACqB,YAAnB,GAAkC;AAChCnB,EAAAA,UAAU,EAAE,EADoB;AAEhCC,EAAAA,UAAU,EAAE,EAFoB;AAGhCE,EAAAA,WAAW,EAAE,IAHmB;AAIhCC,EAAAA,QAAQ,EAAE;AAJsB,CAAlC;AAOA,eAAeN,kBAAf","sourcesContent":["import React, { ReactNode, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { Button, ContextActionUtils } from '@deephaven/components';\nimport { vsCopy, vsPassFilled } from '@deephaven/icons';\nimport { GLPropTypes, LayoutUtils } from '@deephaven/dashboard';\nimport Log from '@deephaven/log';\nimport './WidgetPanelTooltip.scss';\nimport { ReactElement } from 'react-markdown';\nimport GoldenLayout from '@deephaven/golden-layout';\n\nconst log = Log.module('WidgetPanelTooltip');\n\ninterface WidgetPanelTooltipProps {\n glContainer: GoldenLayout.Container;\n widgetType: string;\n widgetName: string;\n description: string;\n children: ReactNode;\n}\nconst WidgetPanelTooltip = (props: WidgetPanelTooltipProps): ReactElement => {\n const { widgetType, widgetName, glContainer, description, children } = props;\n const panelTitle = LayoutUtils.getTitleFromContainer(glContainer);\n const [copied, setCopied] = useState(false);\n\n return (\n <div className=\"tab-tooltip-container\">\n <div className=\"row flex-nowrap align-items-start\">\n <span className=\"tab-tooltip-title\">\n <b>{widgetType} Name </b>\n </span>\n <span className=\"tab-tooltip-name\">{widgetName}</span>\n\n <Button\n kind=\"ghost\"\n className=\"tab-tooltip-copy\"\n icon={copied ? vsPassFilled : vsCopy}\n onClick={() => {\n ContextActionUtils.copyToClipboard(widgetName)\n .then(() => setCopied(true))\n .catch(e => log.error('Unable to column name', e));\n }}\n tooltip={copied ? 'Copied text' : 'Copy name'}\n />\n </div>\n {widgetName !== panelTitle && (\n <div className=\"row\">\n <span className=\"tab-tooltip-title\">\n <b>Display Name</b>\n </span>\n <span className=\"tab-tooltip-name\">{panelTitle}</span>\n </div>\n )}\n {description && (\n <div className=\"row\">\n <span className=\"tab-tooltip-description\">{description}</span>\n </div>\n )}\n {children}\n </div>\n );\n};\n\nWidgetPanelTooltip.propTypes = {\n glContainer: GLPropTypes.Container.isRequired,\n widgetType: PropTypes.string,\n widgetName: PropTypes.string,\n description: PropTypes.string,\n children: PropTypes.node,\n};\n\nWidgetPanelTooltip.defaultProps = {\n widgetType: '',\n widgetName: '',\n description: null,\n children: null,\n};\n\nexport default WidgetPanelTooltip;\n"],"file":"WidgetPanelTooltip.js"}
@@ -1,7 +1,7 @@
1
- export default CommonPropTypes;
1
+ import PropTypes from 'prop-types';
2
2
  declare const CommonPropTypes: Readonly<{
3
- nullableBoolean: (props: any, propName: any) => any;
4
- nullableString: (props: any, propName: any) => PropTypes.Requireable<string> | null;
3
+ nullableBoolean: (props: Record<string, unknown>, propName: string) => PropTypes.Requireable<boolean> | null;
4
+ nullableString: (props: Record<string, unknown>, propName: string) => PropTypes.Requireable<string> | null;
5
5
  }>;
6
- import PropTypes from "prop-types";
6
+ export default CommonPropTypes;
7
7
  //# sourceMappingURL=CommonPropTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommonPropTypes.d.ts","sourceRoot":"","sources":["../../src/prop-types/CommonPropTypes.js"],"names":[],"mappings":";AAQA;;;GAA2E"}
1
+ {"version":3,"file":"CommonPropTypes.d.ts","sourceRoot":"","sources":["../../src/prop-types/CommonPropTypes.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAQnC,QAAA,MAAM,eAAe;6BANW,OAAO,MAAM,EAAE,OAAO,CAAC,YAAY,MAAM;4BAG1C,OAAO,MAAM,EAAE,OAAO,CAAC,YAAY,MAAM;EAGE,CAAC;AAE3E,eAAe,eAAe,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import PropTypes from 'prop-types';
2
2
 
3
- var nullableBoolean = (props, propName) => props[propName] === null ? null : PropTypes.boolean;
3
+ var nullableBoolean = (props, propName) => props[propName] === null ? null : PropTypes.bool;
4
4
 
5
5
  var nullableString = (props, propName) => props[propName] === null ? null : PropTypes.string;
6
6
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/prop-types/CommonPropTypes.js"],"names":["PropTypes","nullableBoolean","props","propName","boolean","nullableString","string","CommonPropTypes","Object","freeze"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;;AAEA,IAAMC,eAAe,GAAG,CAACC,KAAD,EAAQC,QAAR,KACtBD,KAAK,CAACC,QAAD,CAAL,KAAoB,IAApB,GAA2B,IAA3B,GAAkCH,SAAS,CAACI,OAD9C;;AAGA,IAAMC,cAAc,GAAG,CAACH,KAAD,EAAQC,QAAR,KACrBD,KAAK,CAACC,QAAD,CAAL,KAAoB,IAApB,GAA2B,IAA3B,GAAkCH,SAAS,CAACM,MAD9C;;AAGA,IAAMC,eAAe,GAAGC,MAAM,CAACC,MAAP,CAAc;AAAER,EAAAA,eAAF;AAAmBI,EAAAA;AAAnB,CAAd,CAAxB;AAEA,eAAeE,eAAf","sourcesContent":["import PropTypes from 'prop-types';\n\nconst nullableBoolean = (props, propName) =>\n props[propName] === null ? null : PropTypes.boolean;\n\nconst nullableString = (props, propName) =>\n props[propName] === null ? null : PropTypes.string;\n\nconst CommonPropTypes = Object.freeze({ nullableBoolean, nullableString });\n\nexport default CommonPropTypes;\n"],"file":"CommonPropTypes.js"}
1
+ {"version":3,"sources":["../../src/prop-types/CommonPropTypes.ts"],"names":["PropTypes","nullableBoolean","props","propName","bool","nullableString","string","CommonPropTypes","Object","freeze"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;;AAEA,IAAMC,eAAe,GAAG,CAACC,KAAD,EAAiCC,QAAjC,KACtBD,KAAK,CAACC,QAAD,CAAL,KAAoB,IAApB,GAA2B,IAA3B,GAAkCH,SAAS,CAACI,IAD9C;;AAGA,IAAMC,cAAc,GAAG,CAACH,KAAD,EAAiCC,QAAjC,KACrBD,KAAK,CAACC,QAAD,CAAL,KAAoB,IAApB,GAA2B,IAA3B,GAAkCH,SAAS,CAACM,MAD9C;;AAGA,IAAMC,eAAe,GAAGC,MAAM,CAACC,MAAP,CAAc;AAAER,EAAAA,eAAF;AAAmBI,EAAAA;AAAnB,CAAd,CAAxB;AAEA,eAAeE,eAAf","sourcesContent":["import PropTypes from 'prop-types';\n\nconst nullableBoolean = (props: Record<string, unknown>, propName: string) =>\n props[propName] === null ? null : PropTypes.bool;\n\nconst nullableString = (props: Record<string, unknown>, propName: string) =>\n props[propName] === null ? null : PropTypes.string;\n\nconst CommonPropTypes = Object.freeze({ nullableBoolean, nullableString });\n\nexport default CommonPropTypes;\n"],"file":"CommonPropTypes.js"}
@@ -1,10 +1,5 @@
1
- export default UIPropTypes;
1
+ import PropTypes from 'prop-types';
2
2
  declare const UIPropTypes: Readonly<{
3
- InputFilter: PropTypes.Requireable<PropTypes.InferProps<{
4
- name: PropTypes.Validator<string>;
5
- type: PropTypes.Validator<string>;
6
- value: any;
7
- }>>;
8
3
  LinkPoint: PropTypes.Requireable<PropTypes.InferProps<{
9
4
  panelId: PropTypes.Validator<string>;
10
5
  columnName: PropTypes.Validator<string>;
@@ -56,5 +51,5 @@ declare const UIPropTypes: Readonly<{
56
51
  }>>;
57
52
  }>>;
58
53
  }>;
59
- import PropTypes from "prop-types";
54
+ export default UIPropTypes;
60
55
  //# sourceMappingURL=UIPropTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UIPropTypes.d.ts","sourceRoot":"","sources":["../../src/prop-types/UIPropTypes.js"],"names":[],"mappings":";AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOG"}
1
+ {"version":3,"file":"UIPropTypes.d.ts","sourceRoot":"","sources":["../../src/prop-types/UIPropTypes.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AA6CnC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMf,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -1,10 +1,4 @@
1
1
  import PropTypes from 'prop-types';
2
- import CommonPropTypes from "./CommonPropTypes.js";
3
- var InputFilter = PropTypes.shape({
4
- name: PropTypes.string.isRequired,
5
- type: PropTypes.string.isRequired,
6
- value: CommonPropTypes.nullableString.isRequired
7
- });
8
2
  var Panel = PropTypes.shape({
9
3
  state: PropTypes.shape({
10
4
  panelState: PropTypes.shape({})
@@ -43,7 +37,6 @@ var User = PropTypes.shape({
43
37
  }).isRequired
44
38
  });
45
39
  var UIPropTypes = Object.freeze({
46
- InputFilter,
47
40
  LinkPoint,
48
41
  Link,
49
42
  Links,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/prop-types/UIPropTypes.js"],"names":["PropTypes","CommonPropTypes","InputFilter","shape","name","string","isRequired","type","value","nullableString","Panel","state","panelState","LinkPoint","panelId","columnName","columnType","LinkPointUntyped","Link","start","end","id","isReversed","bool","Links","arrayOf","User","operateAs","groups","permissions","isSuperUser","isQueryViewOnly","isNonInteractive","canUsePanels","canCreateDashboard","canCreateCodeStudio","canCreateQueryMonitor","canCopy","canDownloadCsv","UIPropTypes","Object","freeze"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;OACOC,e;AAEP,IAAMC,WAAW,GAAGF,SAAS,CAACG,KAAV,CAAgB;AAClCC,EAAAA,IAAI,EAAEJ,SAAS,CAACK,MAAV,CAAiBC,UADW;AAElCC,EAAAA,IAAI,EAAEP,SAAS,CAACK,MAAV,CAAiBC,UAFW;AAGlCE,EAAAA,KAAK,EAAEP,eAAe,CAACQ,cAAhB,CAA+BH;AAHJ,CAAhB,CAApB;AAMA,IAAMI,KAAK,GAAGV,SAAS,CAACG,KAAV,CAAgB;AAC5BQ,EAAAA,KAAK,EAAEX,SAAS,CAACG,KAAV,CAAgB;AACrBS,IAAAA,UAAU,EAAEZ,SAAS,CAACG,KAAV,CAAgB,EAAhB;AADS,GAAhB;AADqB,CAAhB,CAAd;AAMA,IAAMU,SAAS,GAAGb,SAAS,CAACG,KAAV,CAAgB;AAChCW,EAAAA,OAAO,EAAEd,SAAS,CAACK,MAAV,CAAiBC,UADM;AAEhCS,EAAAA,UAAU,EAAEf,SAAS,CAACK,MAAV,CAAiBC,UAFG;AAGhCU,EAAAA,UAAU,EAAEhB,SAAS,CAACK,MAAV,CAAiBC;AAHG,CAAhB,CAAlB;AAMA,IAAMW,gBAAgB,GAAGjB,SAAS,CAACG,KAAV,CAAgB;AACvCW,EAAAA,OAAO,EAAEd,SAAS,CAACK,MAAV,CAAiBC,UADa;AAEvCS,EAAAA,UAAU,EAAEf,SAAS,CAACK,MAAV,CAAiBC;AAFU,CAAhB,CAAzB;AAKA,IAAMY,IAAI,GAAGlB,SAAS,CAACG,KAAV,CAAgB;AAC3BgB,EAAAA,KAAK,EAAEF,gBADoB;AAE3BG,EAAAA,GAAG,EAAEH,gBAFsB;AAG3BI,EAAAA,EAAE,EAAErB,SAAS,CAACK,MAHa;AAI3BiB,EAAAA,UAAU,EAAEtB,SAAS,CAACuB;AAJK,CAAhB,CAAb;AAOA,IAAMC,KAAK,GAAGxB,SAAS,CAACyB,OAAV,CAAkBP,IAAlB,CAAd;AAEA,IAAMQ,IAAI,GAAG1B,SAAS,CAACG,KAAV,CAAgB;AAC3BC,EAAAA,IAAI,EAAEJ,SAAS,CAACK,MAAV,CAAiBC,UADI;AAE3BqB,EAAAA,SAAS,EAAE3B,SAAS,CAACK,MAAV,CAAiBC,UAFD;AAG3BsB,EAAAA,MAAM,EAAE5B,SAAS,CAACyB,OAAV,CAAkBzB,SAAS,CAACK,MAA5B,EAAoCC,UAHjB;AAI3BuB,EAAAA,WAAW,EAAE7B,SAAS,CAACG,KAAV,CAAgB;AAC3B2B,IAAAA,WAAW,EAAE9B,SAAS,CAACuB,IAAV,CAAejB,UADD;AAE3ByB,IAAAA,eAAe,EAAE/B,SAAS,CAACuB,IAAV,CAAejB,UAFL;AAG3B0B,IAAAA,gBAAgB,EAAEhC,SAAS,CAACuB,IAAV,CAAejB,UAHN;AAI3B2B,IAAAA,YAAY,EAAEjC,SAAS,CAACuB,IAAV,CAAejB,UAJF;AAK3B4B,IAAAA,kBAAkB,EAAElC,SAAS,CAACuB,IAAV,CAAejB,UALR;AAM3B6B,IAAAA,mBAAmB,EAAEnC,SAAS,CAACuB,IAAV,CAAejB,UANT;AAO3B8B,IAAAA,qBAAqB,EAAEpC,SAAS,CAACuB,IAAV,CAAejB,UAPX;AAQ3B+B,IAAAA,OAAO,EAAErC,SAAS,CAACuB,IAAV,CAAejB,UARG;AAS3BgC,IAAAA,cAAc,EAAEtC,SAAS,CAACuB,IAAV,CAAejB;AATJ,GAAhB,EAUVA;AAdwB,CAAhB,CAAb;AAiBA,IAAMiC,WAAW,GAAGC,MAAM,CAACC,MAAP,CAAc;AAChCvC,EAAAA,WADgC;AAEhCW,EAAAA,SAFgC;AAGhCK,EAAAA,IAHgC;AAIhCM,EAAAA,KAJgC;AAKhCd,EAAAA,KALgC;AAMhCgB,EAAAA;AANgC,CAAd,CAApB;AASA,eAAea,WAAf","sourcesContent":["import PropTypes from 'prop-types';\nimport CommonPropTypes from './CommonPropTypes';\n\nconst InputFilter = PropTypes.shape({\n name: PropTypes.string.isRequired,\n type: PropTypes.string.isRequired,\n value: CommonPropTypes.nullableString.isRequired,\n});\n\nconst Panel = PropTypes.shape({\n state: PropTypes.shape({\n panelState: PropTypes.shape({}),\n }),\n});\n\nconst LinkPoint = PropTypes.shape({\n panelId: PropTypes.string.isRequired,\n columnName: PropTypes.string.isRequired,\n columnType: PropTypes.string.isRequired,\n});\n\nconst LinkPointUntyped = PropTypes.shape({\n panelId: PropTypes.string.isRequired,\n columnName: PropTypes.string.isRequired,\n});\n\nconst Link = PropTypes.shape({\n start: LinkPointUntyped,\n end: LinkPointUntyped,\n id: PropTypes.string,\n isReversed: PropTypes.bool,\n});\n\nconst Links = PropTypes.arrayOf(Link);\n\nconst User = PropTypes.shape({\n name: PropTypes.string.isRequired,\n operateAs: PropTypes.string.isRequired,\n groups: PropTypes.arrayOf(PropTypes.string).isRequired,\n permissions: PropTypes.shape({\n isSuperUser: PropTypes.bool.isRequired,\n isQueryViewOnly: PropTypes.bool.isRequired,\n isNonInteractive: PropTypes.bool.isRequired,\n canUsePanels: PropTypes.bool.isRequired,\n canCreateDashboard: PropTypes.bool.isRequired,\n canCreateCodeStudio: PropTypes.bool.isRequired,\n canCreateQueryMonitor: PropTypes.bool.isRequired,\n canCopy: PropTypes.bool.isRequired,\n canDownloadCsv: PropTypes.bool.isRequired,\n }).isRequired,\n});\n\nconst UIPropTypes = Object.freeze({\n InputFilter,\n LinkPoint,\n Link,\n Links,\n Panel,\n User,\n});\n\nexport default UIPropTypes;\n"],"file":"UIPropTypes.js"}
1
+ {"version":3,"sources":["../../src/prop-types/UIPropTypes.ts"],"names":["PropTypes","Panel","shape","state","panelState","LinkPoint","panelId","string","isRequired","columnName","columnType","LinkPointUntyped","Link","start","end","id","isReversed","bool","Links","arrayOf","User","name","operateAs","groups","permissions","isSuperUser","isQueryViewOnly","isNonInteractive","canUsePanels","canCreateDashboard","canCreateCodeStudio","canCreateQueryMonitor","canCopy","canDownloadCsv","UIPropTypes","Object","freeze"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;AAEA,IAAMC,KAAK,GAAGD,SAAS,CAACE,KAAV,CAAgB;AAC5BC,EAAAA,KAAK,EAAEH,SAAS,CAACE,KAAV,CAAgB;AACrBE,IAAAA,UAAU,EAAEJ,SAAS,CAACE,KAAV,CAAgB,EAAhB;AADS,GAAhB;AADqB,CAAhB,CAAd;AAMA,IAAMG,SAAS,GAAGL,SAAS,CAACE,KAAV,CAAgB;AAChCI,EAAAA,OAAO,EAAEN,SAAS,CAACO,MAAV,CAAiBC,UADM;AAEhCC,EAAAA,UAAU,EAAET,SAAS,CAACO,MAAV,CAAiBC,UAFG;AAGhCE,EAAAA,UAAU,EAAEV,SAAS,CAACO,MAAV,CAAiBC;AAHG,CAAhB,CAAlB;AAMA,IAAMG,gBAAgB,GAAGX,SAAS,CAACE,KAAV,CAAgB;AACvCI,EAAAA,OAAO,EAAEN,SAAS,CAACO,MAAV,CAAiBC,UADa;AAEvCC,EAAAA,UAAU,EAAET,SAAS,CAACO,MAAV,CAAiBC;AAFU,CAAhB,CAAzB;AAKA,IAAMI,IAAI,GAAGZ,SAAS,CAACE,KAAV,CAAgB;AAC3BW,EAAAA,KAAK,EAAEF,gBADoB;AAE3BG,EAAAA,GAAG,EAAEH,gBAFsB;AAG3BI,EAAAA,EAAE,EAAEf,SAAS,CAACO,MAHa;AAI3BS,EAAAA,UAAU,EAAEhB,SAAS,CAACiB;AAJK,CAAhB,CAAb;AAOA,IAAMC,KAAK,GAAGlB,SAAS,CAACmB,OAAV,CAAkBP,IAAlB,CAAd;AAEA,IAAMQ,IAAI,GAAGpB,SAAS,CAACE,KAAV,CAAgB;AAC3BmB,EAAAA,IAAI,EAAErB,SAAS,CAACO,MAAV,CAAiBC,UADI;AAE3Bc,EAAAA,SAAS,EAAEtB,SAAS,CAACO,MAAV,CAAiBC,UAFD;AAG3Be,EAAAA,MAAM,EAAEvB,SAAS,CAACmB,OAAV,CAAkBnB,SAAS,CAACO,MAA5B,EAAoCC,UAHjB;AAI3BgB,EAAAA,WAAW,EAAExB,SAAS,CAACE,KAAV,CAAgB;AAC3BuB,IAAAA,WAAW,EAAEzB,SAAS,CAACiB,IAAV,CAAeT,UADD;AAE3BkB,IAAAA,eAAe,EAAE1B,SAAS,CAACiB,IAAV,CAAeT,UAFL;AAG3BmB,IAAAA,gBAAgB,EAAE3B,SAAS,CAACiB,IAAV,CAAeT,UAHN;AAI3BoB,IAAAA,YAAY,EAAE5B,SAAS,CAACiB,IAAV,CAAeT,UAJF;AAK3BqB,IAAAA,kBAAkB,EAAE7B,SAAS,CAACiB,IAAV,CAAeT,UALR;AAM3BsB,IAAAA,mBAAmB,EAAE9B,SAAS,CAACiB,IAAV,CAAeT,UANT;AAO3BuB,IAAAA,qBAAqB,EAAE/B,SAAS,CAACiB,IAAV,CAAeT,UAPX;AAQ3BwB,IAAAA,OAAO,EAAEhC,SAAS,CAACiB,IAAV,CAAeT,UARG;AAS3ByB,IAAAA,cAAc,EAAEjC,SAAS,CAACiB,IAAV,CAAeT;AATJ,GAAhB,EAUVA;AAdwB,CAAhB,CAAb;AAiBA,IAAM0B,WAAW,GAAGC,MAAM,CAACC,MAAP,CAAc;AAChC/B,EAAAA,SADgC;AAEhCO,EAAAA,IAFgC;AAGhCM,EAAAA,KAHgC;AAIhCjB,EAAAA,KAJgC;AAKhCmB,EAAAA;AALgC,CAAd,CAApB;AAQA,eAAec,WAAf","sourcesContent":["import PropTypes from 'prop-types';\n\nconst Panel = PropTypes.shape({\n state: PropTypes.shape({\n panelState: PropTypes.shape({}),\n }),\n});\n\nconst LinkPoint = PropTypes.shape({\n panelId: PropTypes.string.isRequired,\n columnName: PropTypes.string.isRequired,\n columnType: PropTypes.string.isRequired,\n});\n\nconst LinkPointUntyped = PropTypes.shape({\n panelId: PropTypes.string.isRequired,\n columnName: PropTypes.string.isRequired,\n});\n\nconst Link = PropTypes.shape({\n start: LinkPointUntyped,\n end: LinkPointUntyped,\n id: PropTypes.string,\n isReversed: PropTypes.bool,\n});\n\nconst Links = PropTypes.arrayOf(Link);\n\nconst User = PropTypes.shape({\n name: PropTypes.string.isRequired,\n operateAs: PropTypes.string.isRequired,\n groups: PropTypes.arrayOf(PropTypes.string).isRequired,\n permissions: PropTypes.shape({\n isSuperUser: PropTypes.bool.isRequired,\n isQueryViewOnly: PropTypes.bool.isRequired,\n isNonInteractive: PropTypes.bool.isRequired,\n canUsePanels: PropTypes.bool.isRequired,\n canCreateDashboard: PropTypes.bool.isRequired,\n canCreateCodeStudio: PropTypes.bool.isRequired,\n canCreateQueryMonitor: PropTypes.bool.isRequired,\n canCopy: PropTypes.bool.isRequired,\n canDownloadCsv: PropTypes.bool.isRequired,\n }).isRequired,\n});\n\nconst UIPropTypes = Object.freeze({\n LinkPoint,\n Link,\n Links,\n Panel,\n User,\n});\n\nexport default UIPropTypes;\n"],"file":"UIPropTypes.js"}
@@ -1,3 +1,3 @@
1
- export { default as UIPropTypes } from "./UIPropTypes";
2
- export { default as CommonPropTypes } from "./CommonPropTypes";
1
+ export { default as UIPropTypes } from './UIPropTypes';
2
+ export { default as CommonPropTypes } from './CommonPropTypes';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/prop-types/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/prop-types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/prop-types/index.js"],"names":["default","UIPropTypes","CommonPropTypes"],"mappings":"SAASA,OAAO,IAAIC,W;SACXD,OAAO,IAAIE,e","sourcesContent":["export { default as UIPropTypes } from './UIPropTypes';\nexport { default as CommonPropTypes } from './CommonPropTypes';\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/prop-types/index.ts"],"names":["default","UIPropTypes","CommonPropTypes"],"mappings":"SAASA,OAAO,IAAIC,W;SACXD,OAAO,IAAIE,e","sourcesContent":["export { default as UIPropTypes } from './UIPropTypes';\nexport { default as CommonPropTypes } from './CommonPropTypes';\n"],"file":"index.js"}
@@ -1,2 +1,2 @@
1
- export const SET_SESSION_WRAPPER: "SET_SESSION_WRAPPER";
1
+ export declare const SET_SESSION_WRAPPER = "SET_SESSION_WRAPPER";
2
2
  //# sourceMappingURL=actionTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../src/redux/actionTypes.js"],"names":[],"mappings":"AACA,wDAAyD"}
1
+ {"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../src/redux/actionTypes.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,wBAAwB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/redux/actionTypes.js"],"names":["SET_SESSION_WRAPPER"],"mappings":"AAAA;AACA,OAAO,IAAMA,mBAAmB,GAAG,qBAA5B","sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const SET_SESSION_WRAPPER = 'SET_SESSION_WRAPPER';\n"],"file":"actionTypes.js"}
1
+ {"version":3,"sources":["../../src/redux/actionTypes.ts"],"names":["SET_SESSION_WRAPPER"],"mappings":"AAAA;AACA,OAAO,IAAMA,mBAAmB,GAAG,qBAA5B","sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const SET_SESSION_WRAPPER = 'SET_SESSION_WRAPPER';\n"],"file":"actionTypes.js"}
@@ -1,9 +1,64 @@
1
- export function setDashboardSessionWrapper(id: string, sessionWrapper: SessionWrapper): (dispatch: any) => any;
2
- export function setDashboardLinks(id: string, links: Link[]): (dispatch: any) => any;
3
- export function addDashboardLinks(id: string, newLinks: Link[]): (dispatch: any, getState: any) => any;
4
- export function deleteDashboardLinks(id: string, linkIds: string[]): (dispatch: any, getState: any) => any;
5
- export function setDashboardIsolatedLinkerPanelId(id: string, isolatedLinkerPanelId: string | string[] | undefined): (dispatch: any) => any;
6
- export function setDashboardColumnSelectionValidator(id: string, columnSelectionValidator: ColumnSelectionValidator | undefined): (dispatch: any) => any;
7
- export function setDashboardConsoleSettings(id: string, consoleSettings: ConsoleSettings): (dispatch: any) => any;
8
- export function setDashboardFilterSets(id: string, filterSets: FilterSet[]): (dispatch: any) => any;
1
+ import { ThunkAction } from 'redux-thunk';
2
+ import { RootState } from '@deephaven/redux';
3
+ import { Action } from 'redux';
4
+ import { IdeConnection, IdeSession } from '@deephaven/jsapi-shim';
5
+ import { FilterSet } from '../panels';
6
+ import { Link } from '../linker/LinkerUtils';
7
+ import { ColumnSelectionValidator } from '../linker/ColumnSelectionValidator';
8
+ export interface SessionWrapper {
9
+ session: IdeSession;
10
+ connection: IdeConnection;
11
+ config: {
12
+ type: string;
13
+ id: string;
14
+ };
15
+ }
16
+ /**
17
+ * Set the session wrapper for the dashboard specified
18
+ * @param id The ID of the dashboard to set the session for
19
+ * @param sessionWrapper The session wrapper object to set for the dashboard
20
+ */
21
+ export declare const setDashboardSessionWrapper: (id: string, sessionWrapper: SessionWrapper) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
22
+ /**
23
+ * Set the links for a given dashboard
24
+ * @param id The ID of the dashboard to set the links for
25
+ * @param links The links to set
26
+ */
27
+ export declare const setDashboardLinks: (id: string, links: Link[]) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
28
+ /**
29
+ * Add links to the existing links in a dashboard. Filters out any duplicate links.
30
+ * @param id The ID of the dashboard to add links to
31
+ * @param newLinks The new links to add
32
+ */
33
+ export declare const addDashboardLinks: (id: string, newLinks: Link[]) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
34
+ /**
35
+ * Delete links from a dashboard
36
+ * @param id The ID of the dashboard to delete links from
37
+ * @param linkIds The link IDs to delete
38
+ */
39
+ export declare const deleteDashboardLinks: (id: string, linkIds: string[]) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
40
+ /**
41
+ * Set the isolated linker panel ID for a dashboard
42
+ * @param id The ID of the dashboard to set the isolated linker panel ID in
43
+ * @param isolatedLinkerPanelId The isolated panel ID, or undefined to unset
44
+ */
45
+ export declare const setDashboardIsolatedLinkerPanelId: (id: string, isolatedLinkerPanelId: string | string[] | undefined) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
46
+ /**
47
+ * Set the column selection validator for a dashboard
48
+ * @param id The ID of the dashboard to set the column selection validator on
49
+ * @param columnSelectionValidator The column selection validator to set
50
+ */
51
+ export declare const setDashboardColumnSelectionValidator: (id: string, columnSelectionValidator: ColumnSelectionValidator | undefined) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
52
+ /**
53
+ * Set the console settings for a dashboard
54
+ * @param id The ID of the dashboard to set the console settings on
55
+ * @param consoleSettings The console settings to set for the dashboard
56
+ */
57
+ export declare const setDashboardConsoleSettings: (id: string, consoleSettings: Record<string, unknown>) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
58
+ /**
59
+ * Set the filter sets for a specific dashboard
60
+ * @param id The ID of the dashboard to set the filter sets for
61
+ * @param filterSets The filter sets to set
62
+ */
63
+ export declare const setDashboardFilterSets: (id: string, filterSets: FilterSet[]) => ThunkAction<unknown, RootState, undefined, Action<unknown>>;
9
64
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/redux/actions.js"],"names":[],"mappings":"AASO,+CAHI,MAAM,0DAIsC;AAOhD,sCAHI,MAAM,SACN,MAAM,0BAG6B;AAOvC,sCAHI,MAAM,YACN,MAAM,yCAahB;AAOM,yCAHI,MAAM,WACN,MAAM,EAAE,yCAMlB;AAOM,sDAHI,MAAM,yBACN,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,0BAKqC;AAOtE,yDAHI,MAAM,4BACN,2BAAyB,SAAS,0BAMoB;AAO1D,gDAHI,MAAM,4DAIuC;AAOjD,2CAHI,MAAM,cACN,WAAW,0BAG6B"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/redux/actions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAElE,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,UAAU,CAAC;IACpB,UAAU,EAAE,aAAa,CAAC;IAC1B,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;CACH;AACD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,OACjC,MAAM,kBACM,cAAc,KAC7B,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACN,CAAC;AAExD;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,OACxB,MAAM,SACH,IAAI,EAAE,KACZ,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACf,CAAC;AAE/C;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,OACxB,MAAM,YACA,IAAI,EAAE,KACf,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CAc5D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,OAC3B,MAAM,WACD,MAAM,EAAE,KAChB,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CAO5D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,OACxC,MAAM,yBACa,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,KACnD,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACC,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,OAC3C,MAAM,4BACgB,wBAAwB,GAAG,SAAS,KAC7D,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACI,CAAC;AAElE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,OAClC,MAAM,mBACO,OAAO,MAAM,EAAE,OAAO,CAAC,KACvC,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACL,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,OAC7B,MAAM,cACE,SAAS,EAAE,KACtB,YAAY,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,OAAO,CAAC,CACV,CAAC"}
@@ -1,19 +1,19 @@
1
1
  import deepEqual from 'deep-equal';
2
2
  import { updateDashboardData } from '@deephaven/dashboard';
3
3
  import { getLinksForDashboard } from "./selectors.js";
4
+
4
5
  /**
5
6
  * Set the session wrapper for the dashboard specified
6
- * @param {string} id The ID of the dashboard to set the session for
7
- * @param {SessionWrapper} sessionWrapper The session wrapper object to set for the dashboard
7
+ * @param id The ID of the dashboard to set the session for
8
+ * @param sessionWrapper The session wrapper object to set for the dashboard
8
9
  */
9
-
10
10
  export var setDashboardSessionWrapper = (id, sessionWrapper) => dispatch => dispatch(updateDashboardData(id, {
11
11
  sessionWrapper
12
12
  }));
13
13
  /**
14
14
  * Set the links for a given dashboard
15
- * @param {string} id The ID of the dashboard to set the links for
16
- * @param {Link[]} links The links to set
15
+ * @param id The ID of the dashboard to set the links for
16
+ * @param links The links to set
17
17
  */
18
18
 
19
19
  export var setDashboardLinks = (id, links) => dispatch => dispatch(updateDashboardData(id, {
@@ -21,8 +21,8 @@ export var setDashboardLinks = (id, links) => dispatch => dispatch(updateDashboa
21
21
  }));
22
22
  /**
23
23
  * Add links to the existing links in a dashboard. Filters out any duplicate links.
24
- * @param {string} id The ID of the dashboard to add links to
25
- * @param {Link[]} newLinks The new links to add
24
+ * @param id The ID of the dashboard to add links to
25
+ * @param newLinks The new links to add
26
26
  */
27
27
 
28
28
  export var addDashboardLinks = (id, newLinks) => (dispatch, getState) => {
@@ -32,8 +32,8 @@ export var addDashboardLinks = (id, newLinks) => (dispatch, getState) => {
32
32
  };
33
33
  /**
34
34
  * Delete links from a dashboard
35
- * @param {string} id The ID of the dashboard to delete links from
36
- * @param {string[]} linkIds The link IDs to delete
35
+ * @param id The ID of the dashboard to delete links from
36
+ * @param linkIds The link IDs to delete
37
37
  */
38
38
 
39
39
  export var deleteDashboardLinks = (id, linkIds) => (dispatch, getState) => {
@@ -43,8 +43,8 @@ export var deleteDashboardLinks = (id, linkIds) => (dispatch, getState) => {
43
43
  };
44
44
  /**
45
45
  * Set the isolated linker panel ID for a dashboard
46
- * @param {string} id The ID of the dashboard to set the isolated linker panel ID in
47
- * @param {string | string[] | undefined} isolatedLinkerPanelId The isolated panel ID, or undefined to unset
46
+ * @param id The ID of the dashboard to set the isolated linker panel ID in
47
+ * @param isolatedLinkerPanelId The isolated panel ID, or undefined to unset
48
48
  */
49
49
 
50
50
  export var setDashboardIsolatedLinkerPanelId = (id, isolatedLinkerPanelId) => dispatch => dispatch(updateDashboardData(id, {
@@ -52,8 +52,8 @@ export var setDashboardIsolatedLinkerPanelId = (id, isolatedLinkerPanelId) => di
52
52
  }));
53
53
  /**
54
54
  * Set the column selection validator for a dashboard
55
- * @param {string} id The ID of the dashboard to set the column selection validator on
56
- * @param {ColumnSelectionValidator|undefined} columnSelectionValidator The column selection validator to set
55
+ * @param id The ID of the dashboard to set the column selection validator on
56
+ * @param columnSelectionValidator The column selection validator to set
57
57
  */
58
58
 
59
59
  export var setDashboardColumnSelectionValidator = (id, columnSelectionValidator) => dispatch => dispatch(updateDashboardData(id, {
@@ -61,8 +61,8 @@ export var setDashboardColumnSelectionValidator = (id, columnSelectionValidator)
61
61
  }));
62
62
  /**
63
63
  * Set the console settings for a dashboard
64
- * @param {string} id The ID of the dashboard to set the console settings on
65
- * @param {ConsoleSettings} consoleSettings The console settings to set for the dashboard
64
+ * @param id The ID of the dashboard to set the console settings on
65
+ * @param consoleSettings The console settings to set for the dashboard
66
66
  */
67
67
 
68
68
  export var setDashboardConsoleSettings = (id, consoleSettings) => dispatch => dispatch(updateDashboardData(id, {
@@ -70,8 +70,8 @@ export var setDashboardConsoleSettings = (id, consoleSettings) => dispatch => di
70
70
  }));
71
71
  /**
72
72
  * Set the filter sets for a specific dashboard
73
- * @param {string} id The ID of the dashboard to set the filter sets for
74
- * @param {FilterSet[]} filterSets The filter sets to set
73
+ * @param id The ID of the dashboard to set the filter sets for
74
+ * @param filterSets The filter sets to set
75
75
  */
76
76
 
77
77
  export var setDashboardFilterSets = (id, filterSets) => dispatch => dispatch(updateDashboardData(id, {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/redux/actions.js"],"names":["deepEqual","updateDashboardData","getLinksForDashboard","setDashboardSessionWrapper","id","sessionWrapper","dispatch","setDashboardLinks","links","addDashboardLinks","newLinks","getState","filtered","filter","newLink","findIndex","link","start","end","concat","deleteDashboardLinks","linkIds","includes","setDashboardIsolatedLinkerPanelId","isolatedLinkerPanelId","setDashboardColumnSelectionValidator","columnSelectionValidator","setDashboardConsoleSettings","consoleSettings","setDashboardFilterSets","filterSets"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;AACA,SAASC,mBAAT,QAAoC,sBAApC;SACSC,oB;AAET;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,0BAA0B,GAAG,CAACC,EAAD,EAAKC,cAAL,KAAwBC,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEC,EAAAA;AAAF,CAAL,CAApB,CADH;AAGP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAME,iBAAiB,GAAG,CAACH,EAAD,EAAKI,KAAL,KAAeF,QAAQ,IACtDA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEI,EAAAA;AAAF,CAAL,CAApB,CADH;AAGP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,iBAAiB,GAAG,CAACL,EAAD,EAAKM,QAAL,KAAkB,CAACJ,QAAD,EAAWK,QAAX,KAAwB;AACzE,MAAMH,KAAK,GAAGN,oBAAoB,CAACS,QAAQ,EAAT,EAAaP,EAAb,CAAlC;AACA,MAAMQ,QAAQ,GAAGF,QAAQ,CAACG,MAAT,CACfC,OAAO,IACLN,KAAK,CAACO,SAAN,CACEC,IAAI,IACFhB,SAAS,CAACgB,IAAI,CAACC,KAAN,EAAaH,OAAO,CAACG,KAArB,CAAT,IACAjB,SAAS,CAACgB,IAAI,CAACE,GAAN,EAAWJ,OAAO,CAACI,GAAnB,CAHb,IAII,CANS,CAAjB;AAQA,SAAOZ,QAAQ,CAACC,iBAAiB,CAACH,EAAD,EAAKI,KAAK,CAACW,MAAN,CAAaP,QAAb,CAAL,CAAlB,CAAf;AACD,CAXM;AAaP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMQ,oBAAoB,GAAG,CAAChB,EAAD,EAAKiB,OAAL,KAAiB,CAACf,QAAD,EAAWK,QAAX,KAAwB;AAC3E,MAAMH,KAAK,GAAGN,oBAAoB,CAACS,QAAQ,EAAT,EAAaP,EAAb,CAAlC;AACA,MAAMM,QAAQ,GAAGF,KAAK,CAACK,MAAN,CAAaG,IAAI,IAAI,CAACK,OAAO,CAACC,QAAR,CAAiBN,IAAI,CAACZ,EAAtB,CAAtB,CAAjB;AACA,SAAOE,QAAQ,CAACC,iBAAiB,CAACH,EAAD,EAAKM,QAAL,CAAlB,CAAf;AACD,CAJM;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMa,iCAAiC,GAAG,CAC/CnB,EAD+C,EAE/CoB,qBAF+C,KAG5ClB,QAAQ,IAAIA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEoB,EAAAA;AAAF,CAAL,CAApB,CAHlB;AAKP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,oCAAoC,GAAG,CAClDrB,EADkD,EAElDsB,wBAFkD,KAG/CpB,QAAQ,IACXA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEsB,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,2BAA2B,GAAG,CAACvB,EAAD,EAAKwB,eAAL,KAAyBtB,QAAQ,IAC1EA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEwB,EAAAA;AAAF,CAAL,CAApB,CADH;AAGP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,sBAAsB,GAAG,CAACzB,EAAD,EAAK0B,UAAL,KAAoBxB,QAAQ,IAChEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAE0B,EAAAA;AAAF,CAAL,CAApB,CADH","sourcesContent":["import deepEqual from 'deep-equal';\nimport { updateDashboardData } from '@deephaven/dashboard';\nimport { getLinksForDashboard } from './selectors';\n\n/**\n * Set the session wrapper for the dashboard specified\n * @param {string} id The ID of the dashboard to set the session for\n * @param {SessionWrapper} sessionWrapper The session wrapper object to set for the dashboard\n */\nexport const setDashboardSessionWrapper = (id, sessionWrapper) => dispatch =>\n dispatch(updateDashboardData(id, { sessionWrapper }));\n\n/**\n * Set the links for a given dashboard\n * @param {string} id The ID of the dashboard to set the links for\n * @param {Link[]} links The links to set\n */\nexport const setDashboardLinks = (id, links) => dispatch =>\n dispatch(updateDashboardData(id, { links }));\n\n/**\n * Add links to the existing links in a dashboard. Filters out any duplicate links.\n * @param {string} id The ID of the dashboard to add links to\n * @param {Link[]} newLinks The new links to add\n */\nexport const addDashboardLinks = (id, newLinks) => (dispatch, getState) => {\n const links = getLinksForDashboard(getState(), id);\n const filtered = newLinks.filter(\n newLink =>\n links.findIndex(\n link =>\n deepEqual(link.start, newLink.start) &&\n deepEqual(link.end, newLink.end)\n ) < 0\n );\n return dispatch(setDashboardLinks(id, links.concat(filtered)));\n};\n\n/**\n * Delete links from a dashboard\n * @param {string} id The ID of the dashboard to delete links from\n * @param {string[]} linkIds The link IDs to delete\n */\nexport const deleteDashboardLinks = (id, linkIds) => (dispatch, getState) => {\n const links = getLinksForDashboard(getState(), id);\n const newLinks = links.filter(link => !linkIds.includes(link.id));\n return dispatch(setDashboardLinks(id, newLinks));\n};\n\n/**\n * Set the isolated linker panel ID for a dashboard\n * @param {string} id The ID of the dashboard to set the isolated linker panel ID in\n * @param {string | string[] | undefined} isolatedLinkerPanelId The isolated panel ID, or undefined to unset\n */\nexport const setDashboardIsolatedLinkerPanelId = (\n id,\n isolatedLinkerPanelId\n) => dispatch => dispatch(updateDashboardData(id, { isolatedLinkerPanelId }));\n\n/**\n * Set the column selection validator for a dashboard\n * @param {string} id The ID of the dashboard to set the column selection validator on\n * @param {ColumnSelectionValidator|undefined} columnSelectionValidator The column selection validator to set\n */\nexport const setDashboardColumnSelectionValidator = (\n id,\n columnSelectionValidator\n) => dispatch =>\n dispatch(updateDashboardData(id, { columnSelectionValidator }));\n\n/**\n * Set the console settings for a dashboard\n * @param {string} id The ID of the dashboard to set the console settings on\n * @param {ConsoleSettings} consoleSettings The console settings to set for the dashboard\n */\nexport const setDashboardConsoleSettings = (id, consoleSettings) => dispatch =>\n dispatch(updateDashboardData(id, { consoleSettings }));\n\n/**\n * Set the filter sets for a specific dashboard\n * @param {string} id The ID of the dashboard to set the filter sets for\n * @param {FilterSet[]} filterSets The filter sets to set\n */\nexport const setDashboardFilterSets = (id, filterSets) => dispatch =>\n dispatch(updateDashboardData(id, { filterSets }));\n"],"file":"actions.js"}
1
+ {"version":3,"sources":["../../src/redux/actions.ts"],"names":["deepEqual","updateDashboardData","getLinksForDashboard","setDashboardSessionWrapper","id","sessionWrapper","dispatch","setDashboardLinks","links","addDashboardLinks","newLinks","getState","filtered","filter","newLink","findIndex","link","start","end","concat","deleteDashboardLinks","linkIds","includes","setDashboardIsolatedLinkerPanelId","isolatedLinkerPanelId","setDashboardColumnSelectionValidator","columnSelectionValidator","setDashboardConsoleSettings","consoleSettings","setDashboardFilterSets","filterSets"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;AACA,SAASC,mBAAT,QAAoC,sBAApC;SAKSC,oB;;AAaT;AACA;AACA;AACA;AACA;AACA,OAAO,IAAMC,0BAA0B,GAAG,CACxCC,EADwC,EAExCC,cAFwC,KAGwBC,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEC,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAME,iBAAiB,GAAG,CAC/BH,EAD+B,EAE/BI,KAF+B,KAGiCF,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEI,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,iBAAiB,GAAG,CAC/BL,EAD+B,EAE/BM,QAF+B,KAGiC,CAChEJ,QADgE,EAEhEK,QAFgE,KAG7D;AACH,MAAMH,KAAK,GAAGN,oBAAoB,CAACS,QAAQ,EAAT,EAAaP,EAAb,CAAlC;AACA,MAAMQ,QAAQ,GAAGF,QAAQ,CAACG,MAAT,CACfC,OAAO,IACLN,KAAK,CAACO,SAAN,CACEC,IAAI,IACFhB,SAAS,CAACgB,IAAI,CAACC,KAAN,EAAaH,OAAO,CAACG,KAArB,CAAT,IACAjB,SAAS,CAACgB,IAAI,CAACE,GAAN,EAAWJ,OAAO,CAACI,GAAnB,CAHb,IAII,CANS,CAAjB;AAQA,SAAOZ,QAAQ,CAACC,iBAAiB,CAACH,EAAD,EAAKI,KAAK,CAACW,MAAN,CAAaP,QAAb,CAAL,CAAlB,CAAf;AACD,CAjBM;AAmBP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMQ,oBAAoB,GAAG,CAClChB,EADkC,EAElCiB,OAFkC,KAG8B,CAChEf,QADgE,EAEhEK,QAFgE,KAG7D;AACH,MAAMH,KAAK,GAAGN,oBAAoB,CAACS,QAAQ,EAAT,EAAaP,EAAb,CAAlC;AACA,MAAMM,QAAQ,GAAGF,KAAK,CAACK,MAAN,CAAaG,IAAI,IAAI,CAACK,OAAO,CAACC,QAAR,CAAiBN,IAAI,CAACZ,EAAtB,CAAtB,CAAjB;AACA,SAAOE,QAAQ,CAACC,iBAAiB,CAACH,EAAD,EAAKM,QAAL,CAAlB,CAAf;AACD,CAVM;AAYP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMa,iCAAiC,GAAG,CAC/CnB,EAD+C,EAE/CoB,qBAF+C,KAGiBlB,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEoB,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,oCAAoC,GAAG,CAClDrB,EADkD,EAElDsB,wBAFkD,KAGcpB,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEsB,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,2BAA2B,GAAG,CACzCvB,EADyC,EAEzCwB,eAFyC,KAGuBtB,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAEwB,EAAAA;AAAF,CAAL,CAApB,CAJH;AAMP;AACA;AACA;AACA;AACA;;AACA,OAAO,IAAMC,sBAAsB,GAAG,CACpCzB,EADoC,EAEpC0B,UAFoC,KAG4BxB,QAAQ,IACxEA,QAAQ,CAACL,mBAAmB,CAACG,EAAD,EAAK;AAAE0B,EAAAA;AAAF,CAAL,CAApB,CAJH","sourcesContent":["import deepEqual from 'deep-equal';\nimport { updateDashboardData } from '@deephaven/dashboard';\nimport { ThunkAction } from 'redux-thunk';\nimport { RootState } from '@deephaven/redux';\nimport { Action } from 'redux';\nimport { IdeConnection, IdeSession } from '@deephaven/jsapi-shim';\nimport { getLinksForDashboard } from './selectors';\nimport { FilterSet } from '../panels';\nimport { Link } from '../linker/LinkerUtils';\nimport { ColumnSelectionValidator } from '../linker/ColumnSelectionValidator';\n\nexport interface SessionWrapper {\n session: IdeSession;\n connection: IdeConnection;\n config: {\n type: string;\n id: string;\n };\n}\n/**\n * Set the session wrapper for the dashboard specified\n * @param id The ID of the dashboard to set the session for\n * @param sessionWrapper The session wrapper object to set for the dashboard\n */\nexport const setDashboardSessionWrapper = (\n id: string,\n sessionWrapper: SessionWrapper\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { sessionWrapper }));\n\n/**\n * Set the links for a given dashboard\n * @param id The ID of the dashboard to set the links for\n * @param links The links to set\n */\nexport const setDashboardLinks = (\n id: string,\n links: Link[]\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { links }));\n\n/**\n * Add links to the existing links in a dashboard. Filters out any duplicate links.\n * @param id The ID of the dashboard to add links to\n * @param newLinks The new links to add\n */\nexport const addDashboardLinks = (\n id: string,\n newLinks: Link[]\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => (\n dispatch,\n getState\n) => {\n const links = getLinksForDashboard(getState(), id);\n const filtered = newLinks.filter(\n newLink =>\n links.findIndex(\n link =>\n deepEqual(link.start, newLink.start) &&\n deepEqual(link.end, newLink.end)\n ) < 0\n );\n return dispatch(setDashboardLinks(id, links.concat(filtered)));\n};\n\n/**\n * Delete links from a dashboard\n * @param id The ID of the dashboard to delete links from\n * @param linkIds The link IDs to delete\n */\nexport const deleteDashboardLinks = (\n id: string,\n linkIds: string[]\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => (\n dispatch,\n getState\n) => {\n const links = getLinksForDashboard(getState(), id);\n const newLinks = links.filter(link => !linkIds.includes(link.id));\n return dispatch(setDashboardLinks(id, newLinks));\n};\n\n/**\n * Set the isolated linker panel ID for a dashboard\n * @param id The ID of the dashboard to set the isolated linker panel ID in\n * @param isolatedLinkerPanelId The isolated panel ID, or undefined to unset\n */\nexport const setDashboardIsolatedLinkerPanelId = (\n id: string,\n isolatedLinkerPanelId: string | string[] | undefined\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { isolatedLinkerPanelId }));\n\n/**\n * Set the column selection validator for a dashboard\n * @param id The ID of the dashboard to set the column selection validator on\n * @param columnSelectionValidator The column selection validator to set\n */\nexport const setDashboardColumnSelectionValidator = (\n id: string,\n columnSelectionValidator: ColumnSelectionValidator | undefined\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { columnSelectionValidator }));\n\n/**\n * Set the console settings for a dashboard\n * @param id The ID of the dashboard to set the console settings on\n * @param consoleSettings The console settings to set for the dashboard\n */\nexport const setDashboardConsoleSettings = (\n id: string,\n consoleSettings: Record<string, unknown>\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { consoleSettings }));\n\n/**\n * Set the filter sets for a specific dashboard\n * @param id The ID of the dashboard to set the filter sets for\n * @param filterSets The filter sets to set\n */\nexport const setDashboardFilterSets = (\n id: string,\n filterSets: FilterSet[]\n): ThunkAction<unknown, RootState, undefined, Action<unknown>> => dispatch =>\n dispatch(updateDashboardData(id, { filterSets }));\n"],"file":"actions.js"}
@@ -1,6 +1,5 @@
1
- declare namespace _default {
2
- export { sessionWrapper };
3
- }
1
+ declare const _default: {
2
+ sessionWrapper: import("redux").Reducer<null, import("redux").AnyAction>;
3
+ };
4
4
  export default _default;
5
- import sessionWrapper from "./sessionWrapper";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/reducers/index.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/reducers/index.ts"],"names":[],"mappings":";;;AAEA,wBAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/redux/reducers/index.js"],"names":["sessionWrapper"],"mappings":"OAAOA,c;AAEP,eAAe;AAAEA,EAAAA;AAAF,CAAf","sourcesContent":["import sessionWrapper from './sessionWrapper';\n\nexport default { sessionWrapper };\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/redux/reducers/index.ts"],"names":["sessionWrapper"],"mappings":"OAAOA,c;AAEP,eAAe;AAAEA,EAAAA;AAAF,CAAf","sourcesContent":["import sessionWrapper from './sessionWrapper';\n\nexport default { sessionWrapper };\n"],"file":"index.js"}
@@ -1,3 +1,3 @@
1
- declare var _default: import("redux").Reducer<null, import("redux").AnyAction>;
1
+ declare const _default: import("redux").Reducer<null, import("redux").AnyAction>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=sessionWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sessionWrapper.d.ts","sourceRoot":"","sources":["../../../src/redux/reducers/sessionWrapper.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"sessionWrapper.d.ts","sourceRoot":"","sources":["../../../src/redux/reducers/sessionWrapper.ts"],"names":[],"mappings":";AAMA,wBAAyD"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/redux/reducers/sessionWrapper.js"],"names":["replaceReducer","SET_SESSION_WRAPPER"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,cAAT,QAA+B,kBAA/B;SACSC,mB;AAET,eAAeD,cAAc,CAACC,mBAAD,EAAsB,IAAtB,CAA7B","sourcesContent":["/**\n * Set the active session being used to communicate with the server.\n */\nimport { replaceReducer } from '@deephaven/redux';\nimport { SET_SESSION_WRAPPER } from '../actionTypes';\n\nexport default replaceReducer(SET_SESSION_WRAPPER, null);\n"],"file":"sessionWrapper.js"}
1
+ {"version":3,"sources":["../../../src/redux/reducers/sessionWrapper.ts"],"names":["replaceReducer","SET_SESSION_WRAPPER"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,cAAT,QAA+B,kBAA/B;SACSC,mB;AAET,eAAeD,cAAc,CAACC,mBAAD,EAAsB,IAAtB,CAA7B","sourcesContent":["/**\n * Set the active session being used to communicate with the server.\n */\nimport { replaceReducer } from '@deephaven/redux';\nimport { SET_SESSION_WRAPPER } from '../actionTypes';\n\nexport default replaceReducer(SET_SESSION_WRAPPER, null);\n"],"file":"sessionWrapper.js"}
@@ -1,10 +1,64 @@
1
- export function getColumnsForDashboard(store: Store, dashboardId: string): Column[];
2
- export function getFilterSetsForDashboard(store: Store, dashboardId: string): FilterSet[];
3
- export function getInputFiltersForDashboard(store: Store, dashboardId: string): FilterChangeEvent[];
4
- export function getTableMapForDashboard(store: Store, dashboardId: string): Map<string, Table>;
5
- export function getIsolatedLinkerPanelIdForDashboard(store: Store, dashboardId: string): string | undefined;
6
- export function getLinksForDashboard(store: Store, dashboardId: string): Link[];
7
- export function getColumnSelectionValidatorForDashboard(store: Store, dashboardId: string): ColumnSelectionValidator | undefined;
8
- export function getDashboardConsoleSettings(store: Store, dashboardId: string): ConsoleSettings | undefined;
9
- export function getDashboardSessionWrapper(store: Store, dashboardId: string): SessionWrapper | undefined;
1
+ import { Column, Table } from '@deephaven/jsapi-shim';
2
+ import { RootState } from '@deephaven/redux';
3
+ import { FilterChangeEvent } from '../FilterPlugin';
4
+ import { Link } from '../linker/LinkerUtils';
5
+ import { FilterSet } from '../panels';
6
+ import { ColumnSelectionValidator } from '../linker/ColumnSelectionValidator';
7
+ import { SessionWrapper } from './actions';
8
+ /**
9
+ * @param store The redux store
10
+ * @param dashboardId The dashboard ID to get data for
11
+ * @returns All column objects found in all panels in this dashboard
12
+ */
13
+ export declare const getColumnsForDashboard: (store: RootState, dashboardId: string) => Column[];
14
+ /**
15
+ * Get the known filter sets for the dashboard.
16
+ * @param store The redux store
17
+ * @param dashboardId The dashboard ID to get data for
18
+ * @returns The filter sets set on this dashboard
19
+ */
20
+ export declare const getFilterSetsForDashboard: (store: RootState, dashboardId: string) => FilterSet[];
21
+ /**
22
+ * @param store The redux store
23
+ * @param dashboardId The dashboard ID to get data for
24
+ * @returns The filters set on this dashboard
25
+ */
26
+ export declare const getInputFiltersForDashboard: (store: RootState, dashboardId: string) => FilterChangeEvent[];
27
+ /**
28
+ * @param store The redux store
29
+ * @param dashboardId The dashboard ID to get data for
30
+ * @returns Map from panel ID to the table used in that panel
31
+ */
32
+ export declare const getTableMapForDashboard: (store: RootState, dashboardId: string) => Map<string, Table>;
33
+ /**
34
+ * @param store The redux store
35
+ * @param dashboardId The dashboard ID to get the data for
36
+ * @return The panel ID that is isolated, undefined if none is isolated
37
+ */
38
+ export declare const getIsolatedLinkerPanelIdForDashboard: (store: RootState, dashboardId: string) => string | undefined;
39
+ /**
40
+ * @param store The redux store
41
+ * @param dashboardId The dashboard ID to get the data from
42
+ * @returns The links for the dashboard
43
+ */
44
+ export declare const getLinksForDashboard: (store: RootState, dashboardId: string) => Link[];
45
+ /**
46
+ * @param store The redux store
47
+ * @param dashboardId The dashboard ID to get the column selection validators for
48
+ * @returns Column selection validator active on a dashboard
49
+ */
50
+ export declare const getColumnSelectionValidatorForDashboard: (store: RootState, dashboardId: string) => ColumnSelectionValidator | undefined;
51
+ /**
52
+ * @param {Store} store The redux store
53
+ * @param {string} dashboardId The dashboard ID to get the console settings for
54
+ * @returns {ConsoleSettings|undefined} Console settings for this dashboard
55
+ */
56
+ export declare const getDashboardConsoleSettings: (store: RootState, dashboardId: string) => Record<string, unknown>;
57
+ /**
58
+ *
59
+ * @param store The redux store
60
+ * @param dashboardId The dashboard ID to get the SessionWrapper for
61
+ * @returns The session wrapper for the dashboard
62
+ */
63
+ export declare const getDashboardSessionWrapper: (store: RootState, dashboardId: string) => SessionWrapper;
10
64
  //# sourceMappingURL=selectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../src/redux/selectors.js"],"names":[],"mappings":"AAWO,kEAHI,MAAM,GACJ,QAAQ,CAGwC;AAQtD,qEAHI,MAAM,GACJ,WAAW,CAGwC;AAOzD,uEAHI,MAAM,GACJ,mBAAmB,CAG6B;AAOtD,mEAHI,MAAM,GACJ,IAAI,MAAM,QAAQ,CAG6B;AAOrD,gFAHI,MAAM,GACJ,MAAM,GAAC,SAAS,CAG+B;AAOrD,gEAHI,MAAM,GACJ,MAAM,CAGwC;AAOpD,mFAHI,MAAM,GACJ,2BAAyB,SAAS,CAGgB;AAOxD,uEAHI,MAAM,GACJ,kBAAgB,SAAS,CAGgB;AAQ/C,sEAHI,MAAM,GACJ,iBAAe,SAAS,CAGgB"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../src/redux/selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAM3C;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,UAC1B,SAAS,eACH,MAAM,KAClB,MAAM,EACkE,CAAC;AAE5E;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,UAC7B,SAAS,eACH,MAAM,KAClB,SAAS,EAEmB,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,UAC/B,SAAS,eACH,MAAM,KAClB,iBAAiB,EAEmB,CAAC;AAExC;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,UAC3B,SAAS,eACH,MAAM,KAClB,IAAI,MAAM,EAAE,KAAK,CAIjB,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,UACxC,SAAS,eACH,MAAM,KAClB,MAAM,GAAG,SAGG,CAAC;AAEhB;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,UACxB,SAAS,eACH,MAAM,KAClB,IAAI,EACgE,CAAC;AAExE;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,UAC3C,SAAS,eACH,MAAM,KAClB,wBAAwB,GAAG,SAGf,CAAC;AAEhB;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,UAC/B,SAAS,eACH,MAAM,KAClB,OAAO,MAAM,EAAE,OAAO,CAItB,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,UAC9B,SAAS,eACH,MAAM,KAClB,cACoE,CAAC"}