@perses-dev/dashboards 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/dist/cjs/components/AddGroupButton/AddGroupButton.js +43 -0
  2. package/dist/cjs/components/AddGroupButton/index.js +28 -0
  3. package/dist/cjs/components/AddPanelButton/AddPanelButton.js +43 -0
  4. package/dist/cjs/components/AddPanelButton/index.js +28 -0
  5. package/dist/cjs/components/Dashboard/Dashboard.js +1 -1
  6. package/dist/cjs/components/Dashboard/index.js +1 -1
  7. package/dist/cjs/components/DashboardToolbar/DashboardToolbar.js +47 -22
  8. package/dist/cjs/components/DashboardToolbar/index.js +1 -1
  9. package/dist/cjs/components/DeletePanelDialog/DeletePanelDialog.js +1 -1
  10. package/dist/cjs/components/DeletePanelDialog/index.js +1 -1
  11. package/dist/cjs/components/DeletePanelGroupDialog/DeletePanelGroupDialog.js +1 -1
  12. package/dist/cjs/components/DeletePanelGroupDialog/index.js +1 -1
  13. package/dist/cjs/components/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js +1 -1
  14. package/dist/cjs/components/DiscardChangesConfirmationDialog/index.js +1 -1
  15. package/dist/cjs/components/DownloadButton/DownloadButton.js +17 -53
  16. package/dist/cjs/components/DownloadButton/index.js +1 -1
  17. package/dist/cjs/components/GridLayout/GridContainer.js +2 -1
  18. package/dist/cjs/components/GridLayout/GridItemContent.js +1 -1
  19. package/dist/cjs/components/GridLayout/GridLayout.js +2 -1
  20. package/dist/cjs/components/GridLayout/GridTitle.js +14 -11
  21. package/dist/cjs/components/GridLayout/index.js +1 -1
  22. package/dist/cjs/components/Panel/Panel.js +2 -1
  23. package/dist/cjs/components/Panel/Panel.test.js +1 -1
  24. package/dist/cjs/components/Panel/PanelContent.js +1 -1
  25. package/dist/cjs/components/Panel/PanelHeader.js +9 -8
  26. package/dist/cjs/components/Panel/index.js +1 -1
  27. package/dist/cjs/components/PanelDrawer/PanelDrawer.js +2 -1
  28. package/dist/cjs/components/PanelDrawer/PanelDrawer.test.js +1 -1
  29. package/dist/cjs/components/PanelDrawer/PanelEditorForm.js +1 -1
  30. package/dist/cjs/components/PanelDrawer/PanelPreview.js +1 -1
  31. package/dist/cjs/components/PanelDrawer/index.js +1 -1
  32. package/dist/cjs/components/PanelGroupDialog/PanelGroupDialog.js +3 -1
  33. package/dist/cjs/components/PanelGroupDialog/PanelGroupDialog.test.js +1 -1
  34. package/dist/cjs/components/PanelGroupDialog/PanelGroupEditorForm.js +1 -1
  35. package/dist/cjs/components/PanelGroupDialog/index.js +1 -1
  36. package/dist/cjs/components/TimeRangeControls/TimeRangeControls.js +14 -16
  37. package/dist/cjs/components/TimeRangeControls/TimeRangeControls.test.js +1 -1
  38. package/dist/cjs/components/TimeRangeControls/index.js +1 -1
  39. package/dist/cjs/components/ToolbarIconButton/ToolbarIconButton.js +35 -0
  40. package/dist/cjs/components/ToolbarIconButton/index.js +28 -0
  41. package/dist/cjs/components/Variables/EditVariablesButton.js +74 -0
  42. package/dist/cjs/components/Variables/Variable.js +1 -1
  43. package/dist/cjs/components/Variables/VariableEditor.js +9 -5
  44. package/dist/cjs/components/Variables/VariableEditorForm/VariableEditorForm.js +6 -7
  45. package/dist/cjs/components/Variables/VariableEditorForm/index.js +1 -1
  46. package/dist/cjs/components/Variables/VariableEditorForm/variable-editor-form-model.js +1 -1
  47. package/dist/cjs/components/Variables/VariableList.js +38 -110
  48. package/dist/cjs/components/Variables/index.js +4 -2
  49. package/dist/cjs/components/Variables/variable-model.js +1 -1
  50. package/dist/cjs/components/Variables/variable-model.test.js +1 -1
  51. package/dist/cjs/components/index.js +5 -2
  52. package/dist/cjs/constants/index.js +28 -0
  53. package/dist/cjs/constants/user-interface-text.js +59 -0
  54. package/dist/cjs/context/DashboardProvider/DashboardProvider.js +1 -1
  55. package/dist/cjs/context/DashboardProvider/common.js +1 -1
  56. package/dist/cjs/context/DashboardProvider/dashboard-provider-api.js +1 -1
  57. package/dist/cjs/context/DashboardProvider/delete-panel-group-slice.js +1 -1
  58. package/dist/cjs/context/DashboardProvider/delete-panel-slice.js +1 -1
  59. package/dist/cjs/context/DashboardProvider/discard-changes-dialog-slice.js +1 -1
  60. package/dist/cjs/context/DashboardProvider/index.js +1 -1
  61. package/dist/cjs/context/DashboardProvider/panel-editor-slice.js +1 -1
  62. package/dist/cjs/context/DashboardProvider/panel-group-editor-slice.js +1 -1
  63. package/dist/cjs/context/DashboardProvider/panel-group-slice.js +1 -1
  64. package/dist/cjs/context/DashboardProvider/panel-slice.js +1 -1
  65. package/dist/cjs/context/DatasourceStoreProvider.js +1 -1
  66. package/dist/cjs/context/TemplateVariableProvider/TemplateVariableProvider.js +8 -8
  67. package/dist/cjs/context/TemplateVariableProvider/index.js +1 -1
  68. package/dist/cjs/context/TemplateVariableProvider/query-params.js +1 -1
  69. package/dist/cjs/context/TemplateVariableProvider/query-params.test.js +1 -1
  70. package/dist/cjs/context/index.js +1 -1
  71. package/dist/cjs/context/useDashboard.js +1 -1
  72. package/dist/cjs/index.js +1 -1
  73. package/dist/cjs/test/dashboard-provider.js +1 -1
  74. package/dist/cjs/test/index.js +1 -1
  75. package/dist/cjs/test/plugin-registry.js +1 -1
  76. package/dist/cjs/test/render.js +1 -1
  77. package/dist/cjs/test/setup-tests.js +1 -1
  78. package/dist/cjs/test/testDashboard.js +1 -1
  79. package/dist/cjs/utils/functions.js +1 -1
  80. package/dist/cjs/utils/index.js +28 -0
  81. package/dist/cjs/views/ViewDashboard/DashboardApp.js +1 -1
  82. package/dist/cjs/views/ViewDashboard/ViewDashboard.js +1 -1
  83. package/dist/cjs/views/ViewDashboard/index.js +1 -1
  84. package/dist/cjs/views/ViewDashboard/tests/panelGroups.test.js +1 -1
  85. package/dist/cjs/views/index.js +1 -1
  86. package/dist/components/AddGroupButton/AddGroupButton.d.ts +3 -0
  87. package/dist/components/AddGroupButton/AddGroupButton.d.ts.map +1 -0
  88. package/dist/components/AddGroupButton/AddGroupButton.js +32 -0
  89. package/dist/components/AddGroupButton/AddGroupButton.js.map +1 -0
  90. package/dist/components/AddGroupButton/index.d.ts +2 -0
  91. package/dist/components/AddGroupButton/index.d.ts.map +1 -0
  92. package/dist/components/AddGroupButton/index.js +15 -0
  93. package/dist/components/AddGroupButton/index.js.map +1 -0
  94. package/dist/components/AddPanelButton/AddPanelButton.d.ts +3 -0
  95. package/dist/components/AddPanelButton/AddPanelButton.d.ts.map +1 -0
  96. package/dist/components/AddPanelButton/AddPanelButton.js +32 -0
  97. package/dist/components/AddPanelButton/AddPanelButton.js.map +1 -0
  98. package/dist/components/AddPanelButton/index.d.ts +2 -0
  99. package/dist/components/AddPanelButton/index.d.ts.map +1 -0
  100. package/dist/components/AddPanelButton/index.js +15 -0
  101. package/dist/components/AddPanelButton/index.js.map +1 -0
  102. package/dist/components/Dashboard/Dashboard.js +1 -1
  103. package/dist/components/Dashboard/Dashboard.js.map +1 -1
  104. package/dist/components/Dashboard/index.js +1 -1
  105. package/dist/components/Dashboard/index.js.map +1 -1
  106. package/dist/components/DashboardToolbar/DashboardToolbar.d.ts.map +1 -1
  107. package/dist/components/DashboardToolbar/DashboardToolbar.js +48 -23
  108. package/dist/components/DashboardToolbar/DashboardToolbar.js.map +1 -1
  109. package/dist/components/DashboardToolbar/index.js +1 -1
  110. package/dist/components/DashboardToolbar/index.js.map +1 -1
  111. package/dist/components/DeletePanelDialog/DeletePanelDialog.js +1 -1
  112. package/dist/components/DeletePanelDialog/DeletePanelDialog.js.map +1 -1
  113. package/dist/components/DeletePanelDialog/index.js +1 -1
  114. package/dist/components/DeletePanelDialog/index.js.map +1 -1
  115. package/dist/components/DeletePanelGroupDialog/DeletePanelGroupDialog.js +1 -1
  116. package/dist/components/DeletePanelGroupDialog/DeletePanelGroupDialog.js.map +1 -1
  117. package/dist/components/DeletePanelGroupDialog/index.js +1 -1
  118. package/dist/components/DeletePanelGroupDialog/index.js.map +1 -1
  119. package/dist/components/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js +1 -1
  120. package/dist/components/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js.map +1 -1
  121. package/dist/components/DiscardChangesConfirmationDialog/index.js +1 -1
  122. package/dist/components/DiscardChangesConfirmationDialog/index.js.map +1 -1
  123. package/dist/components/DownloadButton/DownloadButton.d.ts +5 -1
  124. package/dist/components/DownloadButton/DownloadButton.d.ts.map +1 -1
  125. package/dist/components/DownloadButton/DownloadButton.js +18 -15
  126. package/dist/components/DownloadButton/DownloadButton.js.map +1 -1
  127. package/dist/components/DownloadButton/index.js +1 -1
  128. package/dist/components/DownloadButton/index.js.map +1 -1
  129. package/dist/components/GridLayout/GridContainer.d.ts.map +1 -1
  130. package/dist/components/GridLayout/GridContainer.js +2 -1
  131. package/dist/components/GridLayout/GridContainer.js.map +1 -1
  132. package/dist/components/GridLayout/GridItemContent.js +1 -1
  133. package/dist/components/GridLayout/GridItemContent.js.map +1 -1
  134. package/dist/components/GridLayout/GridLayout.js +2 -1
  135. package/dist/components/GridLayout/GridLayout.js.map +1 -1
  136. package/dist/components/GridLayout/GridTitle.d.ts.map +1 -1
  137. package/dist/components/GridLayout/GridTitle.js +14 -11
  138. package/dist/components/GridLayout/GridTitle.js.map +1 -1
  139. package/dist/components/GridLayout/index.js +1 -1
  140. package/dist/components/GridLayout/index.js.map +1 -1
  141. package/dist/components/Panel/Panel.d.ts.map +1 -1
  142. package/dist/components/Panel/Panel.js +2 -1
  143. package/dist/components/Panel/Panel.js.map +1 -1
  144. package/dist/components/Panel/Panel.test.js +1 -1
  145. package/dist/components/Panel/Panel.test.js.map +1 -1
  146. package/dist/components/Panel/PanelContent.js +1 -1
  147. package/dist/components/Panel/PanelContent.js.map +1 -1
  148. package/dist/components/Panel/PanelHeader.d.ts.map +1 -1
  149. package/dist/components/Panel/PanelHeader.js +9 -8
  150. package/dist/components/Panel/PanelHeader.js.map +1 -1
  151. package/dist/components/Panel/index.js +1 -1
  152. package/dist/components/Panel/index.js.map +1 -1
  153. package/dist/components/PanelDrawer/PanelDrawer.js +2 -1
  154. package/dist/components/PanelDrawer/PanelDrawer.js.map +1 -1
  155. package/dist/components/PanelDrawer/PanelDrawer.test.js +1 -1
  156. package/dist/components/PanelDrawer/PanelDrawer.test.js.map +1 -1
  157. package/dist/components/PanelDrawer/PanelEditorForm.js +1 -1
  158. package/dist/components/PanelDrawer/PanelEditorForm.js.map +1 -1
  159. package/dist/components/PanelDrawer/PanelPreview.js +1 -1
  160. package/dist/components/PanelDrawer/PanelPreview.js.map +1 -1
  161. package/dist/components/PanelDrawer/index.js +1 -1
  162. package/dist/components/PanelDrawer/index.js.map +1 -1
  163. package/dist/components/PanelGroupDialog/PanelGroupDialog.d.ts.map +1 -1
  164. package/dist/components/PanelGroupDialog/PanelGroupDialog.js +3 -1
  165. package/dist/components/PanelGroupDialog/PanelGroupDialog.js.map +1 -1
  166. package/dist/components/PanelGroupDialog/PanelGroupDialog.test.js +1 -1
  167. package/dist/components/PanelGroupDialog/PanelGroupDialog.test.js.map +1 -1
  168. package/dist/components/PanelGroupDialog/PanelGroupEditorForm.js +1 -1
  169. package/dist/components/PanelGroupDialog/PanelGroupEditorForm.js.map +1 -1
  170. package/dist/components/PanelGroupDialog/index.js +1 -1
  171. package/dist/components/PanelGroupDialog/index.js.map +1 -1
  172. package/dist/components/TimeRangeControls/TimeRangeControls.d.ts.map +1 -1
  173. package/dist/components/TimeRangeControls/TimeRangeControls.js +15 -17
  174. package/dist/components/TimeRangeControls/TimeRangeControls.js.map +1 -1
  175. package/dist/components/TimeRangeControls/TimeRangeControls.test.js +1 -1
  176. package/dist/components/TimeRangeControls/TimeRangeControls.test.js.map +1 -1
  177. package/dist/components/TimeRangeControls/index.js +1 -1
  178. package/dist/components/TimeRangeControls/index.js.map +1 -1
  179. package/dist/components/ToolbarIconButton/ToolbarIconButton.d.ts +6 -0
  180. package/dist/components/ToolbarIconButton/ToolbarIconButton.d.ts.map +1 -0
  181. package/dist/components/ToolbarIconButton/ToolbarIconButton.js +29 -0
  182. package/dist/components/ToolbarIconButton/ToolbarIconButton.js.map +1 -0
  183. package/dist/components/ToolbarIconButton/index.d.ts +2 -0
  184. package/dist/components/ToolbarIconButton/index.d.ts.map +1 -0
  185. package/dist/components/ToolbarIconButton/index.js +15 -0
  186. package/dist/components/ToolbarIconButton/index.js.map +1 -0
  187. package/dist/components/Variables/EditVariablesButton.d.ts +3 -0
  188. package/dist/components/Variables/EditVariablesButton.d.ts.map +1 -0
  189. package/dist/components/Variables/EditVariablesButton.js +63 -0
  190. package/dist/components/Variables/EditVariablesButton.js.map +1 -0
  191. package/dist/components/Variables/Variable.js +1 -1
  192. package/dist/components/Variables/Variable.js.map +1 -1
  193. package/dist/components/Variables/VariableEditor.d.ts.map +1 -1
  194. package/dist/components/Variables/VariableEditor.js +9 -5
  195. package/dist/components/Variables/VariableEditor.js.map +1 -1
  196. package/dist/components/Variables/VariableEditorForm/VariableEditorForm.d.ts.map +1 -1
  197. package/dist/components/Variables/VariableEditorForm/VariableEditorForm.js +8 -9
  198. package/dist/components/Variables/VariableEditorForm/VariableEditorForm.js.map +1 -1
  199. package/dist/components/Variables/VariableEditorForm/index.js +1 -1
  200. package/dist/components/Variables/VariableEditorForm/index.js.map +1 -1
  201. package/dist/components/Variables/VariableEditorForm/variable-editor-form-model.js +1 -1
  202. package/dist/components/Variables/VariableEditorForm/variable-editor-form-model.js.map +1 -1
  203. package/dist/components/Variables/VariableList.d.ts.map +1 -1
  204. package/dist/components/Variables/VariableList.js +40 -73
  205. package/dist/components/Variables/VariableList.js.map +1 -1
  206. package/dist/components/Variables/index.d.ts +3 -1
  207. package/dist/components/Variables/index.d.ts.map +1 -1
  208. package/dist/components/Variables/index.js +4 -2
  209. package/dist/components/Variables/index.js.map +1 -1
  210. package/dist/components/Variables/variable-model.js +1 -1
  211. package/dist/components/Variables/variable-model.js.map +1 -1
  212. package/dist/components/Variables/variable-model.test.js +1 -1
  213. package/dist/components/Variables/variable-model.test.js.map +1 -1
  214. package/dist/components/index.d.ts +4 -1
  215. package/dist/components/index.d.ts.map +1 -1
  216. package/dist/components/index.js +5 -2
  217. package/dist/components/index.js.map +1 -1
  218. package/dist/constants/index.d.ts +2 -0
  219. package/dist/constants/index.d.ts.map +1 -0
  220. package/dist/constants/index.js +15 -0
  221. package/dist/constants/index.js.map +1 -0
  222. package/dist/constants/user-interface-text.d.ts +28 -0
  223. package/dist/constants/user-interface-text.d.ts.map +1 -0
  224. package/dist/constants/user-interface-text.js +47 -0
  225. package/dist/constants/user-interface-text.js.map +1 -0
  226. package/dist/context/DashboardProvider/DashboardProvider.js +1 -1
  227. package/dist/context/DashboardProvider/DashboardProvider.js.map +1 -1
  228. package/dist/context/DashboardProvider/common.js +1 -1
  229. package/dist/context/DashboardProvider/common.js.map +1 -1
  230. package/dist/context/DashboardProvider/dashboard-provider-api.js +1 -1
  231. package/dist/context/DashboardProvider/dashboard-provider-api.js.map +1 -1
  232. package/dist/context/DashboardProvider/delete-panel-group-slice.js +1 -1
  233. package/dist/context/DashboardProvider/delete-panel-group-slice.js.map +1 -1
  234. package/dist/context/DashboardProvider/delete-panel-slice.js +1 -1
  235. package/dist/context/DashboardProvider/delete-panel-slice.js.map +1 -1
  236. package/dist/context/DashboardProvider/discard-changes-dialog-slice.js +1 -1
  237. package/dist/context/DashboardProvider/discard-changes-dialog-slice.js.map +1 -1
  238. package/dist/context/DashboardProvider/index.js +1 -1
  239. package/dist/context/DashboardProvider/index.js.map +1 -1
  240. package/dist/context/DashboardProvider/panel-editor-slice.js +1 -1
  241. package/dist/context/DashboardProvider/panel-editor-slice.js.map +1 -1
  242. package/dist/context/DashboardProvider/panel-group-editor-slice.js +1 -1
  243. package/dist/context/DashboardProvider/panel-group-editor-slice.js.map +1 -1
  244. package/dist/context/DashboardProvider/panel-group-slice.js +1 -1
  245. package/dist/context/DashboardProvider/panel-group-slice.js.map +1 -1
  246. package/dist/context/DashboardProvider/panel-slice.js +1 -1
  247. package/dist/context/DashboardProvider/panel-slice.js.map +1 -1
  248. package/dist/context/DatasourceStoreProvider.js +1 -1
  249. package/dist/context/DatasourceStoreProvider.js.map +1 -1
  250. package/dist/context/TemplateVariableProvider/TemplateVariableProvider.js +8 -8
  251. package/dist/context/TemplateVariableProvider/TemplateVariableProvider.js.map +1 -1
  252. package/dist/context/TemplateVariableProvider/index.js +1 -1
  253. package/dist/context/TemplateVariableProvider/index.js.map +1 -1
  254. package/dist/context/TemplateVariableProvider/query-params.js +1 -1
  255. package/dist/context/TemplateVariableProvider/query-params.js.map +1 -1
  256. package/dist/context/TemplateVariableProvider/query-params.test.js +1 -1
  257. package/dist/context/TemplateVariableProvider/query-params.test.js.map +1 -1
  258. package/dist/context/index.js +1 -1
  259. package/dist/context/index.js.map +1 -1
  260. package/dist/context/useDashboard.js +1 -1
  261. package/dist/context/useDashboard.js.map +1 -1
  262. package/dist/index.js +1 -1
  263. package/dist/index.js.map +1 -1
  264. package/dist/test/dashboard-provider.js +1 -1
  265. package/dist/test/dashboard-provider.js.map +1 -1
  266. package/dist/test/index.js +1 -1
  267. package/dist/test/index.js.map +1 -1
  268. package/dist/test/plugin-registry.js +1 -1
  269. package/dist/test/plugin-registry.js.map +1 -1
  270. package/dist/test/render.js +1 -1
  271. package/dist/test/render.js.map +1 -1
  272. package/dist/test/setup-tests.js +1 -1
  273. package/dist/test/setup-tests.js.map +1 -1
  274. package/dist/test/testDashboard.js +1 -1
  275. package/dist/test/testDashboard.js.map +1 -1
  276. package/dist/utils/functions.js +1 -1
  277. package/dist/utils/functions.js.map +1 -1
  278. package/dist/utils/index.d.ts +2 -0
  279. package/dist/utils/index.d.ts.map +1 -0
  280. package/dist/utils/index.js +15 -0
  281. package/dist/utils/index.js.map +1 -0
  282. package/dist/views/ViewDashboard/DashboardApp.js +1 -1
  283. package/dist/views/ViewDashboard/DashboardApp.js.map +1 -1
  284. package/dist/views/ViewDashboard/ViewDashboard.js +1 -1
  285. package/dist/views/ViewDashboard/ViewDashboard.js.map +1 -1
  286. package/dist/views/ViewDashboard/index.js +1 -1
  287. package/dist/views/ViewDashboard/index.js.map +1 -1
  288. package/dist/views/ViewDashboard/tests/panelGroups.test.js +1 -1
  289. package/dist/views/ViewDashboard/tests/panelGroups.test.js.map +1 -1
  290. package/dist/views/index.js +1 -1
  291. package/dist/views/index.js.map +1 -1
  292. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -19,132 +19,60 @@ Object.defineProperty(exports, "TemplateVariableList", {
19
19
  get: ()=>TemplateVariableList
20
20
  });
21
21
  const _jsxRuntime = require("react/jsx-runtime");
22
- const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
22
+ const _react = require("react");
23
23
  const _material = require("@mui/material");
24
- const _pencil = /*#__PURE__*/ _interopRequireDefault(require("mdi-material-ui/Pencil"));
25
24
  const _pinOutline = /*#__PURE__*/ _interopRequireDefault(require("mdi-material-ui/PinOutline"));
26
25
  const _pinOffOutline = /*#__PURE__*/ _interopRequireDefault(require("mdi-material-ui/PinOffOutline"));
27
- const _components = require("@perses-dev/components");
28
26
  const _context = require("../../context");
29
27
  const _variable = require("./Variable");
30
- const _variableEditor = require("./VariableEditor");
31
28
  function _interopRequireDefault(obj) {
32
29
  return obj && obj.__esModule ? obj : {
33
30
  default: obj
34
31
  };
35
32
  }
36
- function _getRequireWildcardCache(nodeInterop) {
37
- if (typeof WeakMap !== "function") return null;
38
- var cacheBabelInterop = new WeakMap();
39
- var cacheNodeInterop = new WeakMap();
40
- return (_getRequireWildcardCache = function(nodeInterop) {
41
- return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
42
- })(nodeInterop);
43
- }
44
- function _interopRequireWildcard(obj, nodeInterop) {
45
- if (!nodeInterop && obj && obj.__esModule) {
46
- return obj;
47
- }
48
- if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
49
- return {
50
- default: obj
51
- };
52
- }
53
- var cache = _getRequireWildcardCache(nodeInterop);
54
- if (cache && cache.has(obj)) {
55
- return cache.get(obj);
56
- }
57
- var newObj = {};
58
- var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
59
- for(var key in obj){
60
- if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
61
- var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
62
- if (desc && (desc.get || desc.set)) {
63
- Object.defineProperty(newObj, key, desc);
64
- } else {
65
- newObj[key] = obj[key];
66
- }
67
- }
68
- }
69
- newObj.default = obj;
70
- if (cache) {
71
- cache.set(obj, newObj);
72
- }
73
- return newObj;
74
- }
33
+ const VARIABLE_INPUT_MIN_WIDTH = '120px';
34
+ const VARIABLE_INPUT_MAX_WIDTH = '240px';
75
35
  function TemplateVariableList(props) {
76
- const [isEditing, setIsEditing] = (0, _react.useState)(false);
77
36
  const [isPin, setIsPin] = (0, _react.useState)(props.initialVariableIsSticky);
78
37
  const variableDefinitions = (0, _context.useTemplateVariableDefinitions)();
79
- const { isEditMode } = (0, _context.useEditMode)();
80
- const { setVariableDefinitions } = (0, _context.useTemplateVariableActions)();
81
38
  const scrollTrigger = (0, _material.useScrollTrigger)({
82
39
  disableHysteresis: true
83
40
  });
84
41
  const isSticky = scrollTrigger && props.initialVariableIsSticky && isPin;
85
- const onClose = ()=>{
86
- setIsEditing(false);
87
- };
88
- return /*#__PURE__*/ (0, _jsxRuntime.jsxs)(_material.Box, {
89
- children: [
90
- /*#__PURE__*/ (0, _jsxRuntime.jsx)(_components.Drawer, {
91
- isOpen: isEditing,
92
- onClose: onClose,
93
- PaperProps: {
94
- sx: {
95
- width: '50%'
96
- }
97
- },
98
- children: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_variableEditor.VariableEditor, {
99
- variableDefinitions: variableDefinitions,
100
- onCancel: onClose,
101
- onChange: (v)=>{
102
- setVariableDefinitions(v);
103
- setIsEditing(false);
104
- }
105
- })
106
- }),
107
- isEditMode && /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.Box, {
108
- pb: 2,
109
- children: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.Button, {
110
- onClick: ()=>setIsEditing(true),
111
- startIcon: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_pencil.default, {}),
112
- children: "Edit Variables"
113
- })
114
- }),
115
- /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.AppBar, {
116
- color: 'inherit',
117
- position: isSticky ? 'fixed' : 'static',
118
- elevation: isSticky ? 4 : 0,
119
- sx: {
120
- ...props.sx
121
- },
122
- children: /*#__PURE__*/ (0, _jsxRuntime.jsxs)(_material.Box, {
123
- display: 'flex',
124
- justifyContent: "space-between",
125
- my: isSticky ? 2 : 0,
126
- ml: isSticky ? 2 : 0,
127
- children: [
128
- /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.Stack, {
129
- direction: "row",
130
- spacing: 1,
131
- children: variableDefinitions.map((v)=>{
132
- var ref;
133
- /*#__PURE__*/ return (0, _jsxRuntime.jsx)(_material.Box, {
134
- display: ((ref = v.spec.display) === null || ref === void 0 ? void 0 : ref.hidden) ? 'none' : undefined,
135
- children: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_variable.TemplateVariable, {
136
- name: v.spec.name
137
- }, v.spec.name)
138
- }, v.spec.name);
139
- })
140
- }),
141
- props.initialVariableIsSticky && /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.IconButton, {
142
- onClick: ()=>setIsPin(!isPin),
143
- children: isPin ? /*#__PURE__*/ (0, _jsxRuntime.jsx)(_pinOutline.default, {}) : /*#__PURE__*/ (0, _jsxRuntime.jsx)(_pinOffOutline.default, {})
144
- })
145
- ]
146
- })
42
+ return /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.Box, {
43
+ children: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.AppBar, {
44
+ color: "inherit",
45
+ position: isSticky ? 'fixed' : 'static',
46
+ elevation: isSticky ? 4 : 0,
47
+ sx: {
48
+ ...props.sx
49
+ },
50
+ children: /*#__PURE__*/ (0, _jsxRuntime.jsxs)(_material.Box, {
51
+ display: "flex",
52
+ flexWrap: "wrap",
53
+ alignItems: "start",
54
+ my: isSticky ? 2 : 0,
55
+ ml: isSticky ? 2 : 0,
56
+ children: [
57
+ variableDefinitions.map((v)=>{
58
+ var ref;
59
+ /*#__PURE__*/ return (0, _jsxRuntime.jsx)(_material.Box, {
60
+ display: ((ref = v.spec.display) === null || ref === void 0 ? void 0 : ref.hidden) ? 'none' : undefined,
61
+ minWidth: VARIABLE_INPUT_MIN_WIDTH,
62
+ maxWidth: VARIABLE_INPUT_MAX_WIDTH,
63
+ marginBottom: 1,
64
+ marginRight: 1,
65
+ children: /*#__PURE__*/ (0, _jsxRuntime.jsx)(_variable.TemplateVariable, {
66
+ name: v.spec.name
67
+ }, v.spec.name)
68
+ }, v.spec.name);
69
+ }),
70
+ props.initialVariableIsSticky && /*#__PURE__*/ (0, _jsxRuntime.jsx)(_material.IconButton, {
71
+ onClick: ()=>setIsPin(!isPin),
72
+ children: isPin ? /*#__PURE__*/ (0, _jsxRuntime.jsx)(_pinOutline.default, {}) : /*#__PURE__*/ (0, _jsxRuntime.jsx)(_pinOffOutline.default, {})
73
+ })
74
+ ]
147
75
  })
148
- ]
76
+ })
149
77
  });
150
78
  }
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -14,9 +14,11 @@
14
14
  Object.defineProperty(exports, "__esModule", {
15
15
  value: true
16
16
  });
17
+ _exportStar(require("./EditVariablesButton"), exports);
17
18
  _exportStar(require("./Variable"), exports);
18
- _exportStar(require("./VariableList"), exports);
19
+ _exportStar(require("./VariableEditor"), exports);
19
20
  _exportStar(require("./VariableEditorForm"), exports);
21
+ _exportStar(require("./VariableList"), exports);
20
22
  function _exportStar(from, to) {
21
23
  Object.keys(from).forEach(function(k) {
22
24
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) Object.defineProperty(to, k, {
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -14,17 +14,20 @@
14
14
  Object.defineProperty(exports, "__esModule", {
15
15
  value: true
16
16
  });
17
+ _exportStar(require("./AddGroupButton"), exports);
18
+ _exportStar(require("./AddPanelButton"), exports);
17
19
  _exportStar(require("./Dashboard"), exports);
18
20
  _exportStar(require("./DashboardToolbar"), exports);
19
21
  _exportStar(require("./DeletePanelDialog"), exports);
20
22
  _exportStar(require("./DeletePanelGroupDialog"), exports);
23
+ _exportStar(require("./DiscardChangesConfirmationDialog"), exports);
21
24
  _exportStar(require("./DownloadButton"), exports);
22
25
  _exportStar(require("./GridLayout"), exports);
23
26
  _exportStar(require("./Panel"), exports);
24
27
  _exportStar(require("./PanelDrawer"), exports);
25
28
  _exportStar(require("./PanelGroupDialog"), exports);
26
29
  _exportStar(require("./TimeRangeControls"), exports);
27
- _exportStar(require("./DiscardChangesConfirmationDialog"), exports);
30
+ _exportStar(require("./ToolbarIconButton"), exports);
28
31
  _exportStar(require("./Variables"), exports);
29
32
  function _exportStar(from, to) {
30
33
  Object.keys(from).forEach(function(k) {
@@ -0,0 +1,28 @@
1
+ // Copyright 2023 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ _exportStar(require("./user-interface-text"), exports);
18
+ function _exportStar(from, to) {
19
+ Object.keys(from).forEach(function(k) {
20
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) Object.defineProperty(to, k, {
21
+ enumerable: true,
22
+ get: function() {
23
+ return from[k];
24
+ }
25
+ });
26
+ });
27
+ return from;
28
+ }
@@ -0,0 +1,59 @@
1
+ // Copyright 2023 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ function _export(target, all) {
18
+ for(var name in all)Object.defineProperty(target, name, {
19
+ enumerable: true,
20
+ get: all[name]
21
+ });
22
+ }
23
+ _export(exports, {
24
+ TOOLTIP_TEXT: ()=>TOOLTIP_TEXT,
25
+ ARIA_LABEL_TEXT: ()=>ARIA_LABEL_TEXT
26
+ });
27
+ const TOOLTIP_TEXT = {
28
+ // Toolbar buttons
29
+ addPanel: 'Add panel',
30
+ addGroup: 'Add panel group',
31
+ downloadDashboard: 'Download JSON',
32
+ editVariables: 'Edit variables',
33
+ refreshDashboard: 'Refresh dashboard',
34
+ // Group buttons
35
+ addPanelToGroup: 'Add panel to group',
36
+ deleteGroup: 'Delete group',
37
+ editGroup: 'Edit group',
38
+ moveGroupDown: 'Move group down',
39
+ moveGroupUp: 'Move group up',
40
+ // Panel buttons
41
+ editPanel: 'Edit',
42
+ deletePanel: 'Delete',
43
+ movePanel: 'Move',
44
+ // Variable editor buttons
45
+ refreshVariableValues: 'Refresh values',
46
+ copyVariableValues: 'Copy values to clipboard'
47
+ };
48
+ const ARIA_LABEL_TEXT = {
49
+ // Group buttons
50
+ addPanelToGroup: (groupName)=>`add panel to group ${groupName}`,
51
+ deleteGroup: (groupName)=>`delete group ${groupName}`,
52
+ editGroup: (groupName)=>`edit group ${groupName}`,
53
+ moveGroupDown: (groupName)=>`move group ${groupName} down`,
54
+ moveGroupUp: (groupName)=>`move group ${groupName} up`,
55
+ // Panel buttons
56
+ editPanel: (panelName)=>`edit panel ${panelName}`,
57
+ deletePanel: (panelName)=>`delete panel ${panelName}`,
58
+ movePanel: (panelName)=>`move panel ${panelName}`
59
+ };
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -187,25 +187,25 @@ function TemplateVariableProvider({ children , initialVariableDefinitions =[] }
187
187
  })
188
188
  });
189
189
  }
190
- /** Helpers */ function hydrateTemplateVariableState(definition, initialValue) {
191
- const v = definition;
192
- var ref;
190
+ /** Helpers */ function hydrateTemplateVariableState(variable, initialValue) {
193
191
  const varState = {
194
- value: (ref = initialValue !== null && initialValue !== void 0 ? initialValue : v.spec.default_value) !== null && ref !== void 0 ? ref : null,
192
+ value: null,
195
193
  loading: false
196
194
  };
197
- switch(v.kind){
195
+ switch(variable.kind){
198
196
  case 'TextVariable':
199
- varState.value = initialValue !== null && initialValue !== void 0 ? initialValue : v.spec.value;
197
+ varState.value = initialValue !== null && initialValue !== void 0 ? initialValue : variable.spec.value;
200
198
  break;
201
199
  case 'ListVariable':
202
200
  varState.options = [];
201
+ var ref;
202
+ varState.value = (ref = initialValue !== null && initialValue !== void 0 ? initialValue : variable.spec.default_value) !== null && ref !== void 0 ? ref : null;
203
203
  if (varState.options.length > 0 && !varState.value) {
204
204
  var ref1;
205
205
  var ref2;
206
206
  const firstOptionValue = (ref2 = (ref1 = varState.options[0]) === null || ref1 === void 0 ? void 0 : ref1.value) !== null && ref2 !== void 0 ? ref2 : null;
207
207
  if (firstOptionValue !== null) {
208
- varState.value = v.spec.allow_multiple ? [
208
+ varState.value = variable.spec.allow_multiple ? [
209
209
  firstOptionValue
210
210
  ] : firstOptionValue;
211
211
  }
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
package/dist/cjs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -0,0 +1,28 @@
1
+ // Copyright 2023 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ _exportStar(require("./functions"), exports);
18
+ function _exportStar(from, to) {
19
+ Object.keys(from).forEach(function(k) {
20
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) Object.defineProperty(to, k, {
21
+ enumerable: true,
22
+ get: function() {
23
+ return from[k];
24
+ }
25
+ });
26
+ });
27
+ return from;
28
+ }
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2022 The Perses Authors
1
+ // Copyright 2023 The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const AddGroupButton: () => JSX.Element;
3
+ //# sourceMappingURL=AddGroupButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddGroupButton.d.ts","sourceRoot":"","sources":["../../../src/components/AddGroupButton/AddGroupButton.tsx"],"names":[],"mappings":";AAmBA,eAAO,MAAM,cAAc,mBAU1B,CAAC"}