@perses-dev/dashboards 0.52.0-beta.2 → 0.52.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AddGroupButton/AddGroupButton.js.map +1 -0
- package/dist/{src/components/PanelDrawer → components/AddGroupButton}/index.js.map +1 -1
- package/dist/components/AddPanelButton/AddPanelButton.js.map +1 -0
- package/dist/{src/components/Datasources → components/AddPanelButton}/index.js.map +1 -1
- package/dist/components/Dashboard/Dashboard.js.map +1 -0
- package/dist/components/Dashboard/index.js.map +1 -0
- package/dist/components/DashboardStickyToolbar/DashboardStickyToolbar.js.map +1 -0
- package/dist/components/DashboardStickyToolbar/index.js.map +1 -0
- package/dist/components/DashboardToolbar/DashboardToolbar.js.map +1 -0
- package/dist/{src/context/VariableProvider → components/DashboardToolbar}/index.js.map +1 -1
- package/dist/components/Datasources/DatasourceEditor.js.map +1 -0
- package/dist/components/Datasources/EditDatasourcesButton.js.map +1 -0
- package/dist/{src/constants/grid-layout-config.js.map → components/Datasources/index.js.map} +1 -1
- package/dist/components/DeletePanelDialog/DeletePanelDialog.js.map +1 -0
- package/dist/{src/components/EditJsonDialog → components/DeletePanelDialog}/index.js.map +1 -1
- package/dist/components/DeletePanelGroupDialog/DeletePanelGroupDialog.js.map +1 -0
- package/dist/components/DeletePanelGroupDialog/index.js.map +1 -0
- package/dist/components/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js.map +1 -0
- package/dist/{src/components/SaveChangesConfirmationDialog → components/DiscardChangesConfirmationDialog}/index.js.map +1 -1
- package/dist/components/DownloadButton/DownloadButton.js.map +1 -0
- package/dist/components/DownloadButton/index.js.map +1 -0
- package/dist/components/DownloadButton/serializeDashboard.js.map +1 -0
- package/dist/components/EditButton/EditButton.js.map +1 -0
- package/dist/components/EditButton/index.js.map +1 -0
- package/dist/components/EditJsonButton/EditJsonButton.js.map +1 -0
- package/dist/components/EditJsonButton/index.js.map +1 -0
- package/dist/components/EditJsonDialog/EditJsonDialog.js.map +1 -0
- package/dist/components/EditJsonDialog/index.js.map +1 -0
- package/dist/components/EmptyDashboard/EmptyDashboard.js.map +1 -0
- package/dist/components/EmptyDashboard/index.js.map +1 -0
- package/dist/components/GridLayout/GridContainer.js.map +1 -0
- package/dist/components/GridLayout/GridItemContent.js.map +1 -0
- package/dist/components/GridLayout/GridLayout.js.map +1 -0
- package/dist/components/GridLayout/GridTitle.js.map +1 -0
- package/dist/components/GridLayout/index.js.map +1 -0
- package/dist/components/Panel/HeaderIconButton.js.map +1 -0
- package/dist/components/Panel/Panel.js.map +1 -0
- package/dist/components/Panel/PanelActions.js.map +1 -0
- package/dist/components/Panel/PanelContent.js.map +1 -0
- package/dist/components/Panel/PanelHeader.js.map +1 -0
- package/dist/components/Panel/PanelLinks.js.map +1 -0
- package/dist/components/Panel/PanelPluginLoader.js.map +1 -0
- package/dist/components/Panel/index.js.map +1 -0
- package/dist/components/PanelDrawer/PanelDrawer.js.map +1 -0
- package/dist/components/PanelDrawer/PanelEditorForm.js.map +1 -0
- package/dist/components/PanelDrawer/PanelPreview.js.map +1 -0
- package/dist/{src/views/ViewDashboard → components/PanelDrawer}/index.js.map +1 -1
- package/dist/components/PanelDrawer/usePanelEditor.js.map +1 -0
- package/dist/components/PanelGroupDialog/PanelGroupDialog.js.map +1 -0
- package/dist/components/PanelGroupDialog/PanelGroupEditorForm.js.map +1 -0
- package/dist/components/PanelGroupDialog/index.js.map +1 -0
- package/dist/components/QuerySummaryTable/QuerySummaryTable.js.map +1 -0
- package/dist/{src/components/AddGroupButton → components/QuerySummaryTable}/index.js.map +1 -1
- package/dist/components/SaveChangesConfirmationDialog/SaveChangesConfirmationDialog.js.map +1 -0
- package/dist/components/SaveChangesConfirmationDialog/index.js.map +1 -0
- package/dist/components/SaveDashboardButton/SaveDashboardButton.js.map +1 -0
- package/dist/{src/components/DeletePanelDialog → components/SaveDashboardButton}/index.js.map +1 -1
- package/dist/components/Variables/BuiltinVariableAccordions.js.map +1 -0
- package/dist/components/Variables/EditVariablesButton.js.map +1 -0
- package/dist/components/Variables/Variable.js.map +1 -0
- package/dist/components/Variables/VariableEditor.js.map +1 -0
- package/dist/components/Variables/VariableList.js.map +1 -0
- package/dist/components/Variables/index.js.map +1 -0
- package/dist/components/index.js.map +1 -0
- package/dist/constants/grid-layout-config.js.map +1 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/constants/styles.js.map +1 -0
- package/dist/constants/user-interface-text.js.map +1 -0
- package/dist/context/DashboardProvider/DashboardProvider.js.map +1 -0
- package/dist/context/DashboardProvider/DashboardProviderWithQueryParams.js.map +1 -0
- package/dist/context/DashboardProvider/common.js.map +1 -0
- package/dist/context/DashboardProvider/dashboard-provider-api.js.map +1 -0
- package/dist/context/DashboardProvider/delete-panel-group-slice.js.map +1 -0
- package/dist/context/DashboardProvider/delete-panel-slice.js.map +1 -0
- package/dist/context/DashboardProvider/discard-changes-dialog-slice.js.map +1 -0
- package/dist/context/DashboardProvider/duplicate-panel-slice.js.map +1 -0
- package/dist/context/DashboardProvider/edit-json-dialog-slice.js.map +1 -0
- package/dist/context/DashboardProvider/index.js.map +1 -0
- package/dist/context/DashboardProvider/panel-editor-slice.js.map +1 -0
- package/dist/context/DashboardProvider/panel-group-editor-slice.js.map +1 -0
- package/dist/context/DashboardProvider/panel-group-slice.js.map +1 -0
- package/dist/context/DashboardProvider/panel-slice.js.map +1 -0
- package/dist/context/DashboardProvider/save-changes-dialog-slice.js.map +1 -0
- package/dist/context/DashboardProvider/view-panel-slice.js.map +1 -0
- package/dist/context/DatasourceStoreProvider.js.map +1 -0
- package/dist/context/VariableProvider/VariableProvider.js.map +1 -0
- package/dist/context/VariableProvider/hydrationUtils.js.map +1 -0
- package/dist/{src/components/EditButton → context/VariableProvider}/index.js.map +1 -1
- package/dist/context/VariableProvider/query-params.js.map +1 -0
- package/dist/context/VariableProvider/utils.js.map +1 -0
- package/dist/context/index.js.map +1 -0
- package/dist/context/useDashboard.js.map +1 -0
- package/dist/index.js.map +1 -0
- package/dist/test/dashboard-provider.js.map +1 -0
- package/dist/test/datasource-provider.js.map +1 -0
- package/dist/test/index.js.map +1 -0
- package/dist/test/plugin-registry.js.map +1 -0
- package/dist/test/render.js.map +1 -0
- package/dist/test/setup-tests.js.map +1 -0
- package/dist/test/testDashboard.js.map +1 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/panelUtils.js.map +1 -0
- package/dist/views/ViewDashboard/DashboardApp.js.map +1 -0
- package/dist/views/ViewDashboard/ViewDashboard.js.map +1 -0
- package/dist/{src/components/Panel → views/ViewDashboard}/index.js.map +1 -1
- package/dist/views/index.js.map +1 -0
- package/package.json +7 -7
- package/dist/src/components/AddGroupButton/AddGroupButton.js.map +0 -1
- package/dist/src/components/AddPanelButton/AddPanelButton.js.map +0 -1
- package/dist/src/components/AddPanelButton/index.js.map +0 -1
- package/dist/src/components/Dashboard/Dashboard.js.map +0 -1
- package/dist/src/components/Dashboard/index.js.map +0 -1
- package/dist/src/components/DashboardStickyToolbar/DashboardStickyToolbar.js.map +0 -1
- package/dist/src/components/DashboardStickyToolbar/index.js.map +0 -1
- package/dist/src/components/DashboardToolbar/DashboardToolbar.js.map +0 -1
- package/dist/src/components/DashboardToolbar/index.js.map +0 -1
- package/dist/src/components/Datasources/DatasourceEditor.js.map +0 -1
- package/dist/src/components/Datasources/EditDatasourcesButton.js.map +0 -1
- package/dist/src/components/DeletePanelDialog/DeletePanelDialog.js.map +0 -1
- package/dist/src/components/DeletePanelGroupDialog/DeletePanelGroupDialog.js.map +0 -1
- package/dist/src/components/DeletePanelGroupDialog/index.js.map +0 -1
- package/dist/src/components/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js.map +0 -1
- package/dist/src/components/DiscardChangesConfirmationDialog/index.js.map +0 -1
- package/dist/src/components/DownloadButton/DownloadButton.js.map +0 -1
- package/dist/src/components/DownloadButton/index.js.map +0 -1
- package/dist/src/components/DownloadButton/serializeDashboard.js.map +0 -1
- package/dist/src/components/EditButton/EditButton.js.map +0 -1
- package/dist/src/components/EditJsonButton/EditJsonButton.js.map +0 -1
- package/dist/src/components/EditJsonButton/index.js.map +0 -1
- package/dist/src/components/EditJsonDialog/EditJsonDialog.js.map +0 -1
- package/dist/src/components/EmptyDashboard/EmptyDashboard.js.map +0 -1
- package/dist/src/components/EmptyDashboard/index.js.map +0 -1
- package/dist/src/components/GridLayout/GridContainer.js.map +0 -1
- package/dist/src/components/GridLayout/GridItemContent.js.map +0 -1
- package/dist/src/components/GridLayout/GridLayout.js.map +0 -1
- package/dist/src/components/GridLayout/GridTitle.js.map +0 -1
- package/dist/src/components/GridLayout/index.js.map +0 -1
- package/dist/src/components/Panel/HeaderIconButton.js.map +0 -1
- package/dist/src/components/Panel/Panel.js.map +0 -1
- package/dist/src/components/Panel/PanelActions.js.map +0 -1
- package/dist/src/components/Panel/PanelContent.js.map +0 -1
- package/dist/src/components/Panel/PanelHeader.js.map +0 -1
- package/dist/src/components/Panel/PanelLinks.js.map +0 -1
- package/dist/src/components/Panel/PanelPluginLoader.js.map +0 -1
- package/dist/src/components/PanelDrawer/PanelDrawer.js.map +0 -1
- package/dist/src/components/PanelDrawer/PanelEditorForm.js.map +0 -1
- package/dist/src/components/PanelDrawer/PanelPreview.js.map +0 -1
- package/dist/src/components/PanelDrawer/usePanelEditor.js.map +0 -1
- package/dist/src/components/PanelGroupDialog/PanelGroupDialog.js.map +0 -1
- package/dist/src/components/PanelGroupDialog/PanelGroupEditorForm.js.map +0 -1
- package/dist/src/components/PanelGroupDialog/index.js.map +0 -1
- package/dist/src/components/QuerySummaryTable/QuerySummaryTable.js.map +0 -1
- package/dist/src/components/QuerySummaryTable/index.js.map +0 -1
- package/dist/src/components/SaveChangesConfirmationDialog/SaveChangesConfirmationDialog.js.map +0 -1
- package/dist/src/components/SaveDashboardButton/SaveDashboardButton.js.map +0 -1
- package/dist/src/components/SaveDashboardButton/index.js.map +0 -1
- package/dist/src/components/Variables/BuiltinVariableAccordions.js.map +0 -1
- package/dist/src/components/Variables/EditVariablesButton.js.map +0 -1
- package/dist/src/components/Variables/Variable.js.map +0 -1
- package/dist/src/components/Variables/VariableEditor.js.map +0 -1
- package/dist/src/components/Variables/VariableList.js.map +0 -1
- package/dist/src/components/Variables/index.js.map +0 -1
- package/dist/src/components/index.js.map +0 -1
- package/dist/src/constants/index.js.map +0 -1
- package/dist/src/constants/styles.js.map +0 -1
- package/dist/src/constants/user-interface-text.js.map +0 -1
- package/dist/src/context/DashboardProvider/DashboardProvider.js.map +0 -1
- package/dist/src/context/DashboardProvider/DashboardProviderWithQueryParams.js.map +0 -1
- package/dist/src/context/DashboardProvider/common.js.map +0 -1
- package/dist/src/context/DashboardProvider/dashboard-provider-api.js.map +0 -1
- package/dist/src/context/DashboardProvider/delete-panel-group-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/delete-panel-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/discard-changes-dialog-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/duplicate-panel-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/edit-json-dialog-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/index.js.map +0 -1
- package/dist/src/context/DashboardProvider/panel-editor-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/panel-group-editor-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/panel-group-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/panel-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/save-changes-dialog-slice.js.map +0 -1
- package/dist/src/context/DashboardProvider/view-panel-slice.js.map +0 -1
- package/dist/src/context/DatasourceStoreProvider.js.map +0 -1
- package/dist/src/context/VariableProvider/VariableProvider.js.map +0 -1
- package/dist/src/context/VariableProvider/hydrationUtils.js.map +0 -1
- package/dist/src/context/VariableProvider/query-params.js.map +0 -1
- package/dist/src/context/VariableProvider/utils.js.map +0 -1
- package/dist/src/context/index.js.map +0 -1
- package/dist/src/context/useDashboard.js.map +0 -1
- package/dist/src/index.js.map +0 -1
- package/dist/src/test/dashboard-provider.js.map +0 -1
- package/dist/src/test/datasource-provider.js.map +0 -1
- package/dist/src/test/index.js.map +0 -1
- package/dist/src/test/plugin-registry.js.map +0 -1
- package/dist/src/test/render.js.map +0 -1
- package/dist/src/test/setup-tests.js.map +0 -1
- package/dist/src/test/testDashboard.js.map +0 -1
- package/dist/src/utils/index.js.map +0 -1
- package/dist/src/utils/panelUtils.js.map +0 -1
- package/dist/src/views/ViewDashboard/DashboardApp.js.map +0 -1
- package/dist/src/views/ViewDashboard/ViewDashboard.js.map +0 -1
- package/dist/src/views/index.js.map +0 -1
- /package/dist/cjs/{src/components → components}/AddGroupButton/AddGroupButton.js +0 -0
- /package/dist/cjs/{src/components → components}/AddGroupButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/AddPanelButton/AddPanelButton.js +0 -0
- /package/dist/cjs/{src/components → components}/AddPanelButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/Dashboard/Dashboard.js +0 -0
- /package/dist/cjs/{src/components → components}/Dashboard/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DashboardStickyToolbar/DashboardStickyToolbar.js +0 -0
- /package/dist/cjs/{src/components → components}/DashboardStickyToolbar/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DashboardToolbar/DashboardToolbar.js +0 -0
- /package/dist/cjs/{src/components → components}/DashboardToolbar/index.js +0 -0
- /package/dist/cjs/{src/components → components}/Datasources/DatasourceEditor.js +0 -0
- /package/dist/cjs/{src/components → components}/Datasources/EditDatasourcesButton.js +0 -0
- /package/dist/cjs/{src/components → components}/Datasources/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DeletePanelDialog/DeletePanelDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/DeletePanelDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DeletePanelGroupDialog/DeletePanelGroupDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/DeletePanelGroupDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/DiscardChangesConfirmationDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DownloadButton/DownloadButton.js +0 -0
- /package/dist/cjs/{src/components → components}/DownloadButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/DownloadButton/serializeDashboard.js +0 -0
- /package/dist/cjs/{src/components → components}/EditButton/EditButton.js +0 -0
- /package/dist/cjs/{src/components → components}/EditButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/EditJsonButton/EditJsonButton.js +0 -0
- /package/dist/cjs/{src/components → components}/EditJsonButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/EditJsonDialog/EditJsonDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/EditJsonDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/EmptyDashboard/EmptyDashboard.js +0 -0
- /package/dist/cjs/{src/components → components}/EmptyDashboard/index.js +0 -0
- /package/dist/cjs/{src/components → components}/GridLayout/GridContainer.js +0 -0
- /package/dist/cjs/{src/components → components}/GridLayout/GridItemContent.js +0 -0
- /package/dist/cjs/{src/components → components}/GridLayout/GridLayout.js +0 -0
- /package/dist/cjs/{src/components → components}/GridLayout/GridTitle.js +0 -0
- /package/dist/cjs/{src/components → components}/GridLayout/index.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/HeaderIconButton.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/Panel.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/PanelActions.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/PanelContent.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/PanelHeader.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/PanelLinks.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/PanelPluginLoader.js +0 -0
- /package/dist/cjs/{src/components → components}/Panel/index.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelDrawer/PanelDrawer.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelDrawer/PanelEditorForm.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelDrawer/PanelPreview.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelDrawer/index.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelDrawer/usePanelEditor.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelGroupDialog/PanelGroupDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelGroupDialog/PanelGroupEditorForm.js +0 -0
- /package/dist/cjs/{src/components → components}/PanelGroupDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/QuerySummaryTable/QuerySummaryTable.js +0 -0
- /package/dist/cjs/{src/components → components}/QuerySummaryTable/index.js +0 -0
- /package/dist/cjs/{src/components → components}/SaveChangesConfirmationDialog/SaveChangesConfirmationDialog.js +0 -0
- /package/dist/cjs/{src/components → components}/SaveChangesConfirmationDialog/index.js +0 -0
- /package/dist/cjs/{src/components → components}/SaveDashboardButton/SaveDashboardButton.js +0 -0
- /package/dist/cjs/{src/components → components}/SaveDashboardButton/index.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/BuiltinVariableAccordions.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/EditVariablesButton.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/Variable.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/VariableEditor.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/VariableList.js +0 -0
- /package/dist/cjs/{src/components → components}/Variables/index.js +0 -0
- /package/dist/cjs/{src/components → components}/index.js +0 -0
- /package/dist/cjs/{src/constants → constants}/grid-layout-config.js +0 -0
- /package/dist/cjs/{src/constants → constants}/index.js +0 -0
- /package/dist/cjs/{src/constants → constants}/styles.js +0 -0
- /package/dist/cjs/{src/constants → constants}/user-interface-text.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/DashboardProvider.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/DashboardProviderWithQueryParams.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/common.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/dashboard-provider-api.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/delete-panel-group-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/delete-panel-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/discard-changes-dialog-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/duplicate-panel-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/edit-json-dialog-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/index.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/panel-editor-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/panel-group-editor-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/panel-group-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/panel-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/save-changes-dialog-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DashboardProvider/view-panel-slice.js +0 -0
- /package/dist/cjs/{src/context → context}/DatasourceStoreProvider.js +0 -0
- /package/dist/cjs/{src/context → context}/VariableProvider/VariableProvider.js +0 -0
- /package/dist/cjs/{src/context → context}/VariableProvider/hydrationUtils.js +0 -0
- /package/dist/cjs/{src/context → context}/VariableProvider/index.js +0 -0
- /package/dist/cjs/{src/context → context}/VariableProvider/query-params.js +0 -0
- /package/dist/cjs/{src/context → context}/VariableProvider/utils.js +0 -0
- /package/dist/cjs/{src/context → context}/index.js +0 -0
- /package/dist/cjs/{src/context → context}/useDashboard.js +0 -0
- /package/dist/cjs/{src/index.js → index.js} +0 -0
- /package/dist/cjs/{src/test → test}/dashboard-provider.js +0 -0
- /package/dist/cjs/{src/test → test}/datasource-provider.js +0 -0
- /package/dist/cjs/{src/test → test}/index.js +0 -0
- /package/dist/cjs/{src/test → test}/plugin-registry.js +0 -0
- /package/dist/cjs/{src/test → test}/render.js +0 -0
- /package/dist/cjs/{src/test → test}/setup-tests.js +0 -0
- /package/dist/cjs/{src/test → test}/testDashboard.js +0 -0
- /package/dist/cjs/{src/utils → utils}/index.js +0 -0
- /package/dist/cjs/{src/utils → utils}/panelUtils.js +0 -0
- /package/dist/cjs/{src/views → views}/ViewDashboard/DashboardApp.js +0 -0
- /package/dist/cjs/{src/views → views}/ViewDashboard/ViewDashboard.js +0 -0
- /package/dist/cjs/{src/views → views}/ViewDashboard/index.js +0 -0
- /package/dist/cjs/{src/views → views}/index.js +0 -0
- /package/dist/{src/components → components}/AddGroupButton/AddGroupButton.js +0 -0
- /package/dist/{src/components → components}/AddGroupButton/index.js +0 -0
- /package/dist/{src/components → components}/AddPanelButton/AddPanelButton.js +0 -0
- /package/dist/{src/components → components}/AddPanelButton/index.js +0 -0
- /package/dist/{src/components → components}/Dashboard/Dashboard.js +0 -0
- /package/dist/{src/components → components}/Dashboard/index.js +0 -0
- /package/dist/{src/components → components}/DashboardStickyToolbar/DashboardStickyToolbar.js +0 -0
- /package/dist/{src/components → components}/DashboardStickyToolbar/index.js +0 -0
- /package/dist/{src/components → components}/DashboardToolbar/DashboardToolbar.js +0 -0
- /package/dist/{src/components → components}/DashboardToolbar/index.js +0 -0
- /package/dist/{src/components → components}/Datasources/DatasourceEditor.js +0 -0
- /package/dist/{src/components → components}/Datasources/EditDatasourcesButton.js +0 -0
- /package/dist/{src/components → components}/Datasources/index.js +0 -0
- /package/dist/{src/components → components}/DeletePanelDialog/DeletePanelDialog.js +0 -0
- /package/dist/{src/components → components}/DeletePanelDialog/index.js +0 -0
- /package/dist/{src/components → components}/DeletePanelGroupDialog/DeletePanelGroupDialog.js +0 -0
- /package/dist/{src/components → components}/DeletePanelGroupDialog/index.js +0 -0
- /package/dist/{src/components → components}/DiscardChangesConfirmationDialog/DiscardChangesConfirmationDialog.js +0 -0
- /package/dist/{src/components → components}/DiscardChangesConfirmationDialog/index.js +0 -0
- /package/dist/{src/components → components}/DownloadButton/DownloadButton.js +0 -0
- /package/dist/{src/components → components}/DownloadButton/index.js +0 -0
- /package/dist/{src/components → components}/DownloadButton/serializeDashboard.js +0 -0
- /package/dist/{src/components → components}/EditButton/EditButton.js +0 -0
- /package/dist/{src/components → components}/EditButton/index.js +0 -0
- /package/dist/{src/components → components}/EditJsonButton/EditJsonButton.js +0 -0
- /package/dist/{src/components → components}/EditJsonButton/index.js +0 -0
- /package/dist/{src/components → components}/EditJsonDialog/EditJsonDialog.js +0 -0
- /package/dist/{src/components → components}/EditJsonDialog/index.js +0 -0
- /package/dist/{src/components → components}/EmptyDashboard/EmptyDashboard.js +0 -0
- /package/dist/{src/components → components}/EmptyDashboard/index.js +0 -0
- /package/dist/{src/components → components}/GridLayout/GridContainer.js +0 -0
- /package/dist/{src/components → components}/GridLayout/GridItemContent.js +0 -0
- /package/dist/{src/components → components}/GridLayout/GridLayout.js +0 -0
- /package/dist/{src/components → components}/GridLayout/GridTitle.js +0 -0
- /package/dist/{src/components → components}/GridLayout/index.js +0 -0
- /package/dist/{src/components → components}/Panel/HeaderIconButton.js +0 -0
- /package/dist/{src/components → components}/Panel/Panel.js +0 -0
- /package/dist/{src/components → components}/Panel/PanelActions.js +0 -0
- /package/dist/{src/components → components}/Panel/PanelContent.js +0 -0
- /package/dist/{src/components → components}/Panel/PanelHeader.js +0 -0
- /package/dist/{src/components → components}/Panel/PanelLinks.js +0 -0
- /package/dist/{src/components → components}/Panel/PanelPluginLoader.js +0 -0
- /package/dist/{src/components → components}/Panel/index.js +0 -0
- /package/dist/{src/components → components}/PanelDrawer/PanelDrawer.js +0 -0
- /package/dist/{src/components → components}/PanelDrawer/PanelEditorForm.js +0 -0
- /package/dist/{src/components → components}/PanelDrawer/PanelPreview.js +0 -0
- /package/dist/{src/components → components}/PanelDrawer/index.js +0 -0
- /package/dist/{src/components → components}/PanelDrawer/usePanelEditor.js +0 -0
- /package/dist/{src/components → components}/PanelGroupDialog/PanelGroupDialog.js +0 -0
- /package/dist/{src/components → components}/PanelGroupDialog/PanelGroupEditorForm.js +0 -0
- /package/dist/{src/components → components}/PanelGroupDialog/index.js +0 -0
- /package/dist/{src/components → components}/QuerySummaryTable/QuerySummaryTable.js +0 -0
- /package/dist/{src/components → components}/QuerySummaryTable/index.js +0 -0
- /package/dist/{src/components → components}/SaveChangesConfirmationDialog/SaveChangesConfirmationDialog.js +0 -0
- /package/dist/{src/components → components}/SaveChangesConfirmationDialog/index.js +0 -0
- /package/dist/{src/components → components}/SaveDashboardButton/SaveDashboardButton.js +0 -0
- /package/dist/{src/components → components}/SaveDashboardButton/index.js +0 -0
- /package/dist/{src/components → components}/Variables/BuiltinVariableAccordions.js +0 -0
- /package/dist/{src/components → components}/Variables/EditVariablesButton.js +0 -0
- /package/dist/{src/components → components}/Variables/Variable.js +0 -0
- /package/dist/{src/components → components}/Variables/VariableEditor.js +0 -0
- /package/dist/{src/components → components}/Variables/VariableList.js +0 -0
- /package/dist/{src/components → components}/Variables/index.js +0 -0
- /package/dist/{src/components → components}/index.js +0 -0
- /package/dist/{src/constants → constants}/grid-layout-config.js +0 -0
- /package/dist/{src/constants → constants}/index.js +0 -0
- /package/dist/{src/constants → constants}/styles.js +0 -0
- /package/dist/{src/constants → constants}/user-interface-text.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/DashboardProvider.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/DashboardProviderWithQueryParams.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/common.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/dashboard-provider-api.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/delete-panel-group-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/delete-panel-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/discard-changes-dialog-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/duplicate-panel-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/edit-json-dialog-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/index.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/panel-editor-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/panel-group-editor-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/panel-group-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/panel-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/save-changes-dialog-slice.js +0 -0
- /package/dist/{src/context → context}/DashboardProvider/view-panel-slice.js +0 -0
- /package/dist/{src/context → context}/DatasourceStoreProvider.js +0 -0
- /package/dist/{src/context → context}/VariableProvider/VariableProvider.js +0 -0
- /package/dist/{src/context → context}/VariableProvider/hydrationUtils.js +0 -0
- /package/dist/{src/context → context}/VariableProvider/index.js +0 -0
- /package/dist/{src/context → context}/VariableProvider/query-params.js +0 -0
- /package/dist/{src/context → context}/VariableProvider/utils.js +0 -0
- /package/dist/{src/context → context}/index.js +0 -0
- /package/dist/{src/context → context}/useDashboard.js +0 -0
- /package/dist/{src/index.js → index.js} +0 -0
- /package/dist/{src/test → test}/dashboard-provider.js +0 -0
- /package/dist/{src/test → test}/datasource-provider.js +0 -0
- /package/dist/{src/test → test}/index.js +0 -0
- /package/dist/{src/test → test}/plugin-registry.js +0 -0
- /package/dist/{src/test → test}/render.js +0 -0
- /package/dist/{src/test → test}/setup-tests.js +0 -0
- /package/dist/{src/test → test}/testDashboard.js +0 -0
- /package/dist/{src/utils → utils}/index.js +0 -0
- /package/dist/{src/utils → utils}/panelUtils.js +0 -0
- /package/dist/{src/views → views}/ViewDashboard/DashboardApp.js +0 -0
- /package/dist/{src/views → views}/ViewDashboard/ViewDashboard.js +0 -0
- /package/dist/{src/views → views}/ViewDashboard/index.js +0 -0
- /package/dist/{src/views → views}/index.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/components → components}/DeletePanelGroupDialog/DeletePanelGroupDialog.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|