@grafana/plugin-e2e 0.24.0 → 0.25.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.
- package/dist/auth/auth.setup.js +2 -2
- package/dist/fixtures/annotationEditPage.d.ts +5 -6
- package/dist/fixtures/annotationEditPage.js +4 -3
- package/dist/fixtures/commands/createDataSource.d.ts +4 -6
- package/dist/fixtures/commands/createDataSource.js +2 -2
- package/dist/fixtures/commands/createDataSourceConfigPage.d.ts +5 -7
- package/dist/fixtures/commands/createDataSourceConfigPage.js +4 -3
- package/dist/fixtures/commands/createUser.d.ts +4 -5
- package/dist/fixtures/commands/createUser.js +2 -1
- package/dist/fixtures/commands/gotoAnnotationEditPage.d.ts +5 -7
- package/dist/fixtures/commands/gotoAnnotationEditPage.js +4 -3
- package/dist/fixtures/commands/gotoAppConfigPage.d.ts +3 -5
- package/dist/fixtures/commands/gotoAppConfigPage.js +0 -1
- package/dist/fixtures/commands/gotoAppPage.d.ts +3 -4
- package/dist/fixtures/commands/gotoAppPage.js +0 -1
- package/dist/fixtures/commands/gotoDashboardPage.d.ts +5 -7
- package/dist/fixtures/commands/gotoDashboardPage.js +4 -3
- package/dist/fixtures/commands/gotoDataSourceConfigPage.d.ts +5 -6
- package/dist/fixtures/commands/gotoDataSourceConfigPage.js +4 -3
- package/dist/fixtures/commands/gotoPanelEditPage.d.ts +5 -7
- package/dist/fixtures/commands/gotoPanelEditPage.js +4 -3
- package/dist/fixtures/commands/gotoVariableEditPage.d.ts +5 -7
- package/dist/fixtures/commands/gotoVariableEditPage.js +4 -3
- package/dist/fixtures/commands/login.d.ts +4 -5
- package/dist/fixtures/commands/login.js +2 -2
- package/dist/fixtures/commands/readProvisionedDashboard.d.ts +4 -6
- package/dist/fixtures/commands/readProvisionedDashboard.js +2 -1
- package/dist/fixtures/commands/readProvisionedDataSource.d.ts +4 -6
- package/dist/fixtures/commands/readProvisionedDataSource.js +2 -1
- package/dist/fixtures/dashboardPage.d.ts +5 -6
- package/dist/fixtures/dashboardPage.js +4 -3
- package/dist/fixtures/explorePage.d.ts +4 -5
- package/dist/fixtures/explorePage.js +2 -1
- package/dist/fixtures/grafanaVersion.d.ts +2 -2
- package/dist/fixtures/grafanaVersion.js +2 -1
- package/dist/fixtures/isFeatureToggleEnabled.d.ts +4 -5
- package/dist/fixtures/isFeatureToggleEnabled.js +2 -1
- package/dist/fixtures/page.d.ts +4 -5
- package/dist/fixtures/page.js +2 -1
- package/dist/fixtures/panelEditPage.d.ts +5 -6
- package/dist/fixtures/panelEditPage.js +2 -1
- package/dist/fixtures/selectors.d.ts +4 -5
- package/dist/fixtures/selectors.js +2 -1
- package/dist/fixtures/variableEditPage.d.ts +5 -6
- package/dist/fixtures/variableEditPage.js +4 -3
- package/dist/index.d.ts +46 -6
- package/dist/index.js +105 -7
- package/dist/matchers/toBeOK.d.ts +1 -2
- package/dist/matchers/toBeOK.js +2 -1
- package/dist/matchers/toDisplayPreviews.d.ts +2 -3
- package/dist/matchers/toDisplayPreviews.js +2 -1
- package/dist/matchers/toHaveAlert.d.ts +2 -3
- package/dist/matchers/toHaveAlert.js +2 -1
- package/dist/models/pages/AppPage.d.ts +1 -1
- package/dist/models/pages/AppPage.js +2 -2
- package/dist/options.d.ts +3 -0
- package/dist/{options/index.js → options.js} +2 -2
- package/dist/types.d.ts +275 -39
- package/package.json +2 -2
- package/dist/api.d.ts +0 -254
- package/dist/api.js +0 -26
- package/dist/fixtures/index.d.ts +0 -25
- package/dist/fixtures/index.js +0 -52
- package/dist/fixtures/types.d.ts +0 -2
- package/dist/fixtures/types.js +0 -2
- package/dist/matchers/index.d.ts +0 -25
- package/dist/matchers/index.js +0 -13
- package/dist/models/index.d.ts +0 -15
- package/dist/models/index.js +0 -33
- package/dist/options/index.d.ts +0 -4
package/dist/fixtures/index.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const fixtures: {
|
|
2
|
-
selectors: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").E2ESelectors) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
3
|
-
grafanaVersion: (args: import("playwright/test").PlaywrightTestArgs, use: (r: string) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
4
|
-
login: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: () => Promise<void>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
5
|
-
createDataSourceConfigPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").CreateDataSourcePageArgs) => Promise<import("..").DataSourceConfigPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
6
|
-
page: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("playwright-core").Page) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
7
|
-
dashboardPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").DashboardPage) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
8
|
-
panelEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").PanelEditPage) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
9
|
-
variableEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").VariableEditPage) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
10
|
-
annotationEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").AnnotationEditPage) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
11
|
-
explorePage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: import("..").ExplorePage) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
12
|
-
createDataSource: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").CreateDataSourceArgs) => Promise<import("..").DataSourceSettings<{}, {}>>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
13
|
-
readProvisionedDataSource: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: <T = any>(args: import("..").ReadProvisionedDataSourceArgs) => Promise<T>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
14
|
-
readProvisionedDashboard: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: <T_1 = any>(args: import("..").ReadProvisionedDashboardArgs) => Promise<T_1>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
15
|
-
isFeatureToggleEnabled: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: <T_2 = object>(featureToggle: keyof T_2) => Promise<boolean>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
16
|
-
createUser: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: () => Promise<void>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
17
|
-
gotoDashboardPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").DashboardPageArgs) => Promise<import("..").DashboardPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
18
|
-
gotoPanelEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").DashboardEditViewArgs<string>) => Promise<import("..").PanelEditPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
19
|
-
gotoVariableEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").DashboardEditViewArgs<string>) => Promise<import("..").VariableEditPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
20
|
-
gotoAnnotationEditPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").DashboardEditViewArgs<string>) => Promise<import("..").AnnotationEditPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
21
|
-
gotoDataSourceConfigPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (uid: string) => Promise<import("..").DataSourceConfigPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
22
|
-
gotoAppConfigPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").PluginPageArgs) => Promise<import("..").AppConfigPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
23
|
-
gotoAppPage: (args: import("..").PluginFixture & import("..").PluginOptions & import("playwright/test").PlaywrightTestArgs & import("playwright/test").PlaywrightTestOptions & import("playwright/test").PlaywrightWorkerArgs & import("playwright/test").PlaywrightWorkerOptions, use: (r: (args: import("..").GotoAppPageArgs) => Promise<import("..").AppPage>) => Promise<void>, testInfo: import("playwright/test").TestInfo) => any;
|
|
24
|
-
};
|
|
25
|
-
export default fixtures;
|
package/dist/fixtures/index.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const annotationEditPage_1 = __importDefault(require("./annotationEditPage"));
|
|
7
|
-
const grafanaVersion_1 = __importDefault(require("./grafanaVersion"));
|
|
8
|
-
const selectors_1 = __importDefault(require("./selectors"));
|
|
9
|
-
const login_1 = __importDefault(require("./commands/login"));
|
|
10
|
-
const createDataSourceConfigPage_1 = __importDefault(require("./commands/createDataSourceConfigPage"));
|
|
11
|
-
const panelEditPage_1 = __importDefault(require("./panelEditPage"));
|
|
12
|
-
const createDataSource_1 = __importDefault(require("./commands/createDataSource"));
|
|
13
|
-
const readProvisionedDataSource_1 = __importDefault(require("./commands/readProvisionedDataSource"));
|
|
14
|
-
const readProvisionedDashboard_1 = __importDefault(require("./commands/readProvisionedDashboard"));
|
|
15
|
-
const dashboardPage_1 = __importDefault(require("./dashboardPage"));
|
|
16
|
-
const variableEditPage_1 = __importDefault(require("./variableEditPage"));
|
|
17
|
-
const explorePage_1 = __importDefault(require("./explorePage"));
|
|
18
|
-
const isFeatureToggleEnabled_1 = __importDefault(require("./isFeatureToggleEnabled"));
|
|
19
|
-
const page_1 = __importDefault(require("./page"));
|
|
20
|
-
const createUser_1 = __importDefault(require("./commands/createUser"));
|
|
21
|
-
const gotoDashboardPage_1 = __importDefault(require("./commands/gotoDashboardPage"));
|
|
22
|
-
const gotoPanelEditPage_1 = __importDefault(require("./commands/gotoPanelEditPage"));
|
|
23
|
-
const gotoVariableEditPage_1 = __importDefault(require("./commands/gotoVariableEditPage"));
|
|
24
|
-
const gotoAnnotationEditPage_1 = __importDefault(require("./commands/gotoAnnotationEditPage"));
|
|
25
|
-
const gotoDataSourceConfigPage_1 = __importDefault(require("./commands/gotoDataSourceConfigPage"));
|
|
26
|
-
const gotoAppConfigPage_1 = __importDefault(require("./commands/gotoAppConfigPage"));
|
|
27
|
-
const gotoAppPage_1 = __importDefault(require("./commands/gotoAppPage"));
|
|
28
|
-
const fixtures = {
|
|
29
|
-
selectors: selectors_1.default,
|
|
30
|
-
grafanaVersion: grafanaVersion_1.default,
|
|
31
|
-
login: login_1.default,
|
|
32
|
-
createDataSourceConfigPage: createDataSourceConfigPage_1.default,
|
|
33
|
-
page: page_1.default,
|
|
34
|
-
dashboardPage: dashboardPage_1.default,
|
|
35
|
-
panelEditPage: panelEditPage_1.default,
|
|
36
|
-
variableEditPage: variableEditPage_1.default,
|
|
37
|
-
annotationEditPage: annotationEditPage_1.default,
|
|
38
|
-
explorePage: explorePage_1.default,
|
|
39
|
-
createDataSource: createDataSource_1.default,
|
|
40
|
-
readProvisionedDataSource: readProvisionedDataSource_1.default,
|
|
41
|
-
readProvisionedDashboard: readProvisionedDashboard_1.default,
|
|
42
|
-
isFeatureToggleEnabled: isFeatureToggleEnabled_1.default,
|
|
43
|
-
createUser: createUser_1.default,
|
|
44
|
-
gotoDashboardPage: gotoDashboardPage_1.default,
|
|
45
|
-
gotoPanelEditPage: gotoPanelEditPage_1.default,
|
|
46
|
-
gotoVariableEditPage: gotoVariableEditPage_1.default,
|
|
47
|
-
gotoAnnotationEditPage: gotoAnnotationEditPage_1.default,
|
|
48
|
-
gotoDataSourceConfigPage: gotoDataSourceConfigPage_1.default,
|
|
49
|
-
gotoAppConfigPage: gotoAppConfigPage_1.default,
|
|
50
|
-
gotoAppPage: gotoAppPage_1.default,
|
|
51
|
-
};
|
|
52
|
-
exports.default = fixtures;
|
package/dist/fixtures/types.d.ts
DELETED
package/dist/fixtures/types.js
DELETED
package/dist/matchers/index.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
toBeOK: (request: Promise<import("playwright-core").Response>) => Promise<{
|
|
3
|
-
message: () => string;
|
|
4
|
-
pass: boolean;
|
|
5
|
-
actual: number;
|
|
6
|
-
} | {
|
|
7
|
-
message: () => string;
|
|
8
|
-
pass: boolean;
|
|
9
|
-
actual: undefined;
|
|
10
|
-
}>;
|
|
11
|
-
toDisplayPreviews: (variableEditPage: import("..").VariableEditPage, previewTexts: (string | RegExp)[], options?: import("..").ContainTextOptions | undefined) => Promise<{
|
|
12
|
-
pass: boolean;
|
|
13
|
-
actual: boolean;
|
|
14
|
-
message: () => string;
|
|
15
|
-
} | {
|
|
16
|
-
message: () => string;
|
|
17
|
-
pass: boolean;
|
|
18
|
-
actual: undefined;
|
|
19
|
-
}>;
|
|
20
|
-
toHaveAlert: (grafanaPage: import("..").GrafanaPage, severity: import("./toHaveAlert").AlertVariant, options?: import("..").AlertPageOptions | undefined) => Promise<{
|
|
21
|
-
message: () => any;
|
|
22
|
-
pass: boolean;
|
|
23
|
-
}>;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
package/dist/matchers/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const toBeOK_1 = __importDefault(require("./toBeOK"));
|
|
7
|
-
const toDisplayPreviews_1 = __importDefault(require("./toDisplayPreviews"));
|
|
8
|
-
const toHaveAlert_1 = __importDefault(require("./toHaveAlert"));
|
|
9
|
-
exports.default = {
|
|
10
|
-
toBeOK: toBeOK_1.default,
|
|
11
|
-
toDisplayPreviews: toDisplayPreviews_1.default,
|
|
12
|
-
toHaveAlert: toHaveAlert_1.default,
|
|
13
|
-
};
|
package/dist/models/index.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export { AnnotationEditPage } from './pages/AnnotationEditPage';
|
|
2
|
-
export { AnnotationPage } from './pages/AnnotationPage';
|
|
3
|
-
export { DashboardPage } from './pages/DashboardPage';
|
|
4
|
-
export { DataSourceConfigPage } from './pages/DataSourceConfigPage';
|
|
5
|
-
export { ExplorePage } from './pages/ExplorePage';
|
|
6
|
-
export { GrafanaPage } from './pages/GrafanaPage';
|
|
7
|
-
export { PanelEditPage } from './pages/PanelEditPage';
|
|
8
|
-
export { VariableEditPage } from './pages/VariableEditPage';
|
|
9
|
-
export { VariablePage } from './pages/VariablePage';
|
|
10
|
-
export { DataSourcePicker } from './components/DataSourcePicker';
|
|
11
|
-
export { Panel } from './components/Panel';
|
|
12
|
-
export { TimeRange } from './components/TimeRange';
|
|
13
|
-
export { AppConfigPage } from './pages/AppConfigPage';
|
|
14
|
-
export { PluginConfigPage } from './pages/PluginConfigPage';
|
|
15
|
-
export { AppPage } from './pages/AppPage';
|
package/dist/models/index.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppPage = exports.PluginConfigPage = exports.AppConfigPage = exports.TimeRange = exports.Panel = exports.DataSourcePicker = exports.VariablePage = exports.VariableEditPage = exports.PanelEditPage = exports.GrafanaPage = exports.ExplorePage = exports.DataSourceConfigPage = exports.DashboardPage = exports.AnnotationPage = exports.AnnotationEditPage = void 0;
|
|
4
|
-
var AnnotationEditPage_1 = require("./pages/AnnotationEditPage");
|
|
5
|
-
Object.defineProperty(exports, "AnnotationEditPage", { enumerable: true, get: function () { return AnnotationEditPage_1.AnnotationEditPage; } });
|
|
6
|
-
var AnnotationPage_1 = require("./pages/AnnotationPage");
|
|
7
|
-
Object.defineProperty(exports, "AnnotationPage", { enumerable: true, get: function () { return AnnotationPage_1.AnnotationPage; } });
|
|
8
|
-
var DashboardPage_1 = require("./pages/DashboardPage");
|
|
9
|
-
Object.defineProperty(exports, "DashboardPage", { enumerable: true, get: function () { return DashboardPage_1.DashboardPage; } });
|
|
10
|
-
var DataSourceConfigPage_1 = require("./pages/DataSourceConfigPage");
|
|
11
|
-
Object.defineProperty(exports, "DataSourceConfigPage", { enumerable: true, get: function () { return DataSourceConfigPage_1.DataSourceConfigPage; } });
|
|
12
|
-
var ExplorePage_1 = require("./pages/ExplorePage");
|
|
13
|
-
Object.defineProperty(exports, "ExplorePage", { enumerable: true, get: function () { return ExplorePage_1.ExplorePage; } });
|
|
14
|
-
var GrafanaPage_1 = require("./pages/GrafanaPage");
|
|
15
|
-
Object.defineProperty(exports, "GrafanaPage", { enumerable: true, get: function () { return GrafanaPage_1.GrafanaPage; } });
|
|
16
|
-
var PanelEditPage_1 = require("./pages/PanelEditPage");
|
|
17
|
-
Object.defineProperty(exports, "PanelEditPage", { enumerable: true, get: function () { return PanelEditPage_1.PanelEditPage; } });
|
|
18
|
-
var VariableEditPage_1 = require("./pages/VariableEditPage");
|
|
19
|
-
Object.defineProperty(exports, "VariableEditPage", { enumerable: true, get: function () { return VariableEditPage_1.VariableEditPage; } });
|
|
20
|
-
var VariablePage_1 = require("./pages/VariablePage");
|
|
21
|
-
Object.defineProperty(exports, "VariablePage", { enumerable: true, get: function () { return VariablePage_1.VariablePage; } });
|
|
22
|
-
var DataSourcePicker_1 = require("./components/DataSourcePicker");
|
|
23
|
-
Object.defineProperty(exports, "DataSourcePicker", { enumerable: true, get: function () { return DataSourcePicker_1.DataSourcePicker; } });
|
|
24
|
-
var Panel_1 = require("./components/Panel");
|
|
25
|
-
Object.defineProperty(exports, "Panel", { enumerable: true, get: function () { return Panel_1.Panel; } });
|
|
26
|
-
var TimeRange_1 = require("./components/TimeRange");
|
|
27
|
-
Object.defineProperty(exports, "TimeRange", { enumerable: true, get: function () { return TimeRange_1.TimeRange; } });
|
|
28
|
-
var AppConfigPage_1 = require("./pages/AppConfigPage");
|
|
29
|
-
Object.defineProperty(exports, "AppConfigPage", { enumerable: true, get: function () { return AppConfigPage_1.AppConfigPage; } });
|
|
30
|
-
var PluginConfigPage_1 = require("./pages/PluginConfigPage");
|
|
31
|
-
Object.defineProperty(exports, "PluginConfigPage", { enumerable: true, get: function () { return PluginConfigPage_1.PluginConfigPage; } });
|
|
32
|
-
var AppPage_1 = require("./pages/AppPage");
|
|
33
|
-
Object.defineProperty(exports, "AppPage", { enumerable: true, get: function () { return AppPage_1.AppPage; } });
|
package/dist/options/index.d.ts
DELETED