ydb-embedded-ui 6.33.0 → 6.35.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +21 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.js +31 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.js.map +1 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.scss +6 -0
- package/dist/components/ConfirmationDialog/i18n/en.json +3 -0
- package/dist/components/ConfirmationDialog/i18n/index.d.ts +1 -0
- package/dist/components/ConfirmationDialog/i18n/index.js +5 -0
- package/dist/components/ConfirmationDialog/i18n/index.js.map +1 -0
- package/dist/components/EntityStatus/EntityStatus.js +1 -1
- package/dist/components/EntityStatus/EntityStatus.js.map +1 -1
- package/dist/components/MemoryViewer/MemoryViewer.d.ts +14 -0
- package/dist/components/MemoryViewer/MemoryViewer.js +84 -0
- package/dist/components/MemoryViewer/MemoryViewer.js.map +1 -0
- package/dist/components/MemoryViewer/MemoryViewer.scss +104 -0
- package/dist/components/MemoryViewer/i18n/en.json +11 -0
- package/dist/components/MemoryViewer/i18n/index.d.ts +2 -0
- package/dist/components/MemoryViewer/i18n/index.js +5 -0
- package/dist/components/MemoryViewer/i18n/index.js.map +1 -0
- package/dist/components/MemoryViewer/utils.d.ts +10 -0
- package/dist/components/MemoryViewer/utils.js +71 -0
- package/dist/components/MemoryViewer/utils.js.map +1 -0
- package/dist/components/NodeHostWrapper/NodeHostWrapper.d.ts +5 -3
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js +3 -2
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js.map +1 -1
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.d.ts +1 -1
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/__test__/utils.test.d.ts +1 -0
- package/dist/components/nodesColumns/__test__/utils.test.js +28 -0
- package/dist/components/nodesColumns/__test__/utils.test.js.map +1 -0
- package/dist/components/nodesColumns/columns.d.ts +32 -9
- package/dist/components/nodesColumns/columns.js +91 -21
- package/dist/components/nodesColumns/columns.js.map +1 -1
- package/dist/components/nodesColumns/constants.d.ts +16 -5
- package/dist/components/nodesColumns/constants.js +114 -11
- package/dist/components/nodesColumns/constants.js.map +1 -1
- package/dist/components/nodesColumns/i18n/en.json +18 -5
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/utils.d.ts +2 -0
- package/dist/components/nodesColumns/utils.js +11 -0
- package/dist/components/nodesColumns/utils.js.map +1 -0
- package/dist/containers/App/App.d.ts +1 -1
- package/dist/containers/App/Providers.js +2 -1
- package/dist/containers/App/Providers.js.map +1 -1
- package/dist/containers/AsideNavigation/AsideNavigation.d.ts +2 -0
- package/dist/containers/AsideNavigation/AsideNavigation.js +2 -1
- package/dist/containers/AsideNavigation/AsideNavigation.js.map +1 -1
- package/dist/containers/Clusters/constants.d.ts +1 -1
- package/dist/containers/Nodes/Nodes.js +2 -2
- package/dist/containers/Nodes/Nodes.js.map +1 -1
- package/dist/containers/Nodes/NodesControls/NodesControls.d.ts +3 -1
- package/dist/containers/Nodes/NodesControls/NodesControls.js +3 -3
- package/dist/containers/Nodes/NodesControls/NodesControls.js.map +1 -1
- package/dist/containers/Nodes/PaginatedNodes.d.ts +11 -3
- package/dist/containers/Nodes/PaginatedNodes.js +16 -19
- package/dist/containers/Nodes/PaginatedNodes.js.map +1 -1
- package/dist/containers/Nodes/columns/columns.js +2 -2
- package/dist/containers/Nodes/columns/columns.js.map +1 -1
- package/dist/containers/Nodes/columns/constants.d.ts +3 -2
- package/dist/containers/Nodes/columns/constants.js +10 -10
- package/dist/containers/Nodes/columns/constants.js.map +1 -1
- package/dist/containers/Nodes/getNodes.js +4 -5
- package/dist/containers/Nodes/getNodes.js.map +1 -1
- package/dist/containers/Nodes/useNodesPageQueryParams.d.ts +3 -2
- package/dist/containers/Nodes/useNodesPageQueryParams.js +2 -2
- package/dist/containers/Nodes/useNodesPageQueryParams.js.map +1 -1
- package/dist/containers/Storage/StorageGroups/columns/columns.js +3 -3
- package/dist/containers/Storage/StorageGroups/columns/columns.js.map +1 -1
- package/dist/containers/Storage/StorageGroups/columns/constants.d.ts +3 -7
- package/dist/containers/Storage/StorageGroups/columns/constants.js +54 -10
- package/dist/containers/Storage/StorageGroups/columns/constants.js.map +1 -1
- package/dist/containers/Storage/StorageGroups/getGroups.js +3 -5
- package/dist/containers/Storage/StorageGroups/getGroups.js.map +1 -1
- package/dist/containers/Storage/StorageNodes/columns/columns.js +2 -3
- package/dist/containers/Storage/StorageNodes/columns/columns.js.map +1 -1
- package/dist/containers/Storage/StorageNodes/columns/constants.js +2 -2
- package/dist/containers/Storage/StorageNodes/columns/constants.js.map +1 -1
- package/dist/containers/Storage/StorageNodes/getNodes.js +4 -5
- package/dist/containers/Storage/StorageNodes/getNodes.js.map +1 -1
- package/dist/containers/Storage/utils/index.d.ts +1 -1
- package/dist/containers/Tablets/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +2 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/columns.d.ts +4 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/columns.js +23 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/columns.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/constants.d.ts +5 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/constants.js +23 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/constants.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkWrapper.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkWrapper.js +26 -0
- package/dist/containers/Tenant/Diagnostics/Network/NetworkWrapper.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +3 -2
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +3 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +2 -7
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +3 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js.map +1 -1
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js +5 -1
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js.map +1 -1
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +5 -2
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js.map +1 -1
- package/dist/containers/Tenant/Query/ExecuteResult/PlanToSvgButton.d.ts +7 -0
- package/dist/containers/Tenant/Query/ExecuteResult/PlanToSvgButton.js +40 -0
- package/dist/containers/Tenant/Query/ExecuteResult/PlanToSvgButton.js.map +1 -0
- package/dist/containers/Tenant/Query/ExecuteResult/TraceButton.js +1 -1
- package/dist/containers/Tenant/Query/ExecuteResult/TraceButton.js.map +1 -1
- package/dist/containers/Tenant/Query/ExecuteResult/i18n/en.json +4 -1
- package/dist/containers/Tenant/Query/ExecuteResult/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Query/NewSQL/NewSQL.js +8 -7
- package/dist/containers/Tenant/Query/NewSQL/NewSQL.js.map +1 -1
- package/dist/containers/Tenant/Query/NewSQL/i18n/en.json +1 -2
- package/dist/containers/Tenant/Query/NewSQL/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js +3 -1
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +2 -27
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +47 -52
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js.map +1 -1
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.d.ts +18 -3
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +41 -15
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js.map +1 -1
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +8 -3
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js.map +1 -1
- package/dist/containers/Tenant/utils/newSQLQueryActions.d.ts +1 -2
- package/dist/containers/Tenant/utils/newSQLQueryActions.js +2 -4
- package/dist/containers/Tenant/utils/newSQLQueryActions.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaActions.d.ts +1 -0
- package/dist/containers/Tenant/utils/schemaActions.js +61 -41
- package/dist/containers/Tenant/utils/schemaActions.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaQueryTemplates.js +87 -54
- package/dist/containers/Tenant/utils/schemaQueryTemplates.js.map +1 -1
- package/dist/containers/UserSettings/i18n/en.json +3 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +1 -1
- package/dist/containers/UserSettings/settings.d.ts +2 -0
- package/dist/containers/UserSettings/settings.js +11 -2
- package/dist/containers/UserSettings/settings.js.map +1 -1
- package/dist/services/api.d.ts +4 -0
- package/dist/services/api.js +11 -0
- package/dist/services/api.js.map +1 -1
- package/dist/services/settings.d.ts +2 -0
- package/dist/services/settings.js +3 -1
- package/dist/services/settings.js.map +1 -1
- package/dist/store/configureStore.d.ts +37 -15
- package/dist/store/defaultStore.d.ts +18 -7
- package/dist/store/reducers/capabilities/capabilities.d.ts +72 -16
- package/dist/store/reducers/capabilities/hooks.d.ts +1 -0
- package/dist/store/reducers/capabilities/hooks.js +3 -0
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +54 -12
- package/dist/store/reducers/executeQuery.d.ts +41 -51
- package/dist/store/reducers/executeQuery.js +64 -160
- package/dist/store/reducers/executeQuery.js.map +1 -1
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +180 -40
- package/dist/store/reducers/index.d.ts +28 -13
- package/dist/store/reducers/node/selectors.d.ts +9 -2
- package/dist/store/reducers/nodes/types.d.ts +13 -0
- package/dist/store/reducers/nodes/utils.d.ts +1 -1
- package/dist/store/reducers/nodes/utils.js +3 -3
- package/dist/store/reducers/nodes/utils.js.map +1 -1
- package/dist/store/reducers/nodesList.d.ts +9 -2
- package/dist/store/reducers/partitions/partitions.d.ts +4 -3
- package/dist/store/reducers/partitions/partitions.js +1 -3
- package/dist/store/reducers/partitions/partitions.js.map +1 -1
- package/dist/store/reducers/partitions/types.d.ts +0 -3
- package/dist/store/reducers/planToSvg.d.ts +8 -0
- package/dist/store/reducers/planToSvg.js +21 -0
- package/dist/store/reducers/planToSvg.js.map +1 -0
- package/dist/store/reducers/queryActions/queryActions.d.ts +0 -27
- package/dist/store/reducers/queryActions/queryActions.js +1 -1
- package/dist/store/reducers/queryActions/queryActions.js.map +1 -1
- package/dist/store/reducers/queryActions/types.d.ts +1 -1
- package/dist/store/reducers/schema/schema.d.ts +22 -7
- package/dist/store/reducers/schema/schema.js +16 -20
- package/dist/store/reducers/schema/schema.js.map +1 -1
- package/dist/store/reducers/tablets.d.ts +45 -10
- package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -1
- package/dist/store/reducers/tenants/selectors.d.ts +81 -18
- package/dist/store/reducers/tooltip.d.ts +1 -1
- package/dist/store/reducers/topic.d.ts +135 -30
- package/dist/store/reducers/trace.d.ts +1 -1
- package/dist/store/reducers/trace.js +1 -1
- package/dist/store/reducers/trace.js.map +1 -1
- package/dist/types/api/nodes.d.ts +74 -4
- package/dist/types/api/nodes.js.map +1 -1
- package/dist/types/store/executeQuery.d.ts +3 -6
- package/dist/types/store/executeQuery.js.map +1 -1
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +2 -0
- package/dist/utils/constants.js.map +1 -1
- package/dist/utils/dataFormatters/dataFormatters.d.ts +1 -1
- package/dist/utils/dataFormatters/dataFormatters.js +12 -6
- package/dist/utils/dataFormatters/dataFormatters.js.map +1 -1
- package/dist/utils/hooks/withConfirmation/i18n/en.json +4 -0
- package/dist/utils/hooks/withConfirmation/i18n/index.d.ts +2 -0
- package/dist/utils/hooks/withConfirmation/i18n/index.js +5 -0
- package/dist/utils/hooks/withConfirmation/i18n/index.js.map +1 -0
- package/dist/utils/hooks/withConfirmation/useChangeInputWithConfirmation.d.ts +3 -0
- package/dist/utils/hooks/withConfirmation/useChangeInputWithConfirmation.js +57 -0
- package/dist/utils/hooks/withConfirmation/useChangeInputWithConfirmation.js.map +1 -0
- package/dist/utils/monaco/insertSnippet.d.ts +1 -0
- package/dist/utils/monaco/insertSnippet.js +8 -0
- package/dist/utils/monaco/insertSnippet.js.map +1 -0
- package/dist/utils/nodes.d.ts +1 -4
- package/dist/utils/nodes.js +0 -36
- package/dist/utils/nodes.js.map +1 -1
- package/dist/utils/query.d.ts +1 -1
- package/dist/utils/storage.d.ts +1 -3
- package/dist/utils/storage.js +0 -17
- package/dist/utils/storage.js.map +1 -1
- package/dist/utils/timeParsers/parsers.d.ts +1 -1
- package/dist/utils/timeParsers/parsers.js +3 -2
- package/dist/utils/timeParsers/parsers.js.map +1 -1
- package/package.json +2 -1
@@ -11,9 +11,16 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
11
11
|
cluster: import("./reducers/cluster/types").ClusterState;
|
12
12
|
tenant: import("./reducers/tenant/types").TenantState;
|
13
13
|
tooltip: import("../types/store/tooltip").ITooltipState;
|
14
|
-
schema:
|
14
|
+
schema: {
|
15
|
+
loading: boolean;
|
16
|
+
data: {};
|
17
|
+
currentSchemaPath: undefined;
|
18
|
+
showPreview: boolean;
|
19
|
+
};
|
15
20
|
tenants: import("./reducers/tenants/types").TenantsState;
|
16
|
-
partitions:
|
21
|
+
partitions: {
|
22
|
+
selectedConsumer?: string;
|
23
|
+
};
|
17
24
|
executeQuery: import("../types/store/executeQuery").ExecuteQueryState;
|
18
25
|
heatmap: import("../types/store/heatmap").IHeatmapState;
|
19
26
|
settings: import("./reducers/settings/types").SettingsState;
|
@@ -25,9 +32,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
25
32
|
fullscreen: boolean;
|
26
33
|
clusters: import("./reducers/clusters/types").ClustersFilters;
|
27
34
|
}, UnknownAction | import("../types/store/tooltip").ITooltipAction | {
|
28
|
-
readonly type: "schema/SET_SHOW_PREVIEW";
|
29
|
-
readonly data: boolean;
|
30
|
-
} | import("../types/store/executeQuery").ExecuteQueryAction | {
|
31
35
|
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
32
36
|
readonly page: import("./reducers/header/types").Page;
|
33
37
|
readonly options: {} | import("./reducers/header/types").ClusterBreadcrumbsOptions | import("./reducers/header/types").TenantBreadcrumbsOptions | import("./reducers/header/types").NodeBreadcrumbsOptions | import("./reducers/header/types").TabletBreadcrumbsOptions;
|
@@ -41,10 +45,17 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
41
45
|
cluster: import("./reducers/cluster/types").ClusterState | undefined;
|
42
46
|
tenant: import("./reducers/tenant/types").TenantState | undefined;
|
43
47
|
tooltip: never;
|
44
|
-
schema:
|
48
|
+
schema: {
|
49
|
+
loading: boolean;
|
50
|
+
data: {};
|
51
|
+
currentSchemaPath: undefined;
|
52
|
+
showPreview: boolean;
|
53
|
+
} | undefined;
|
45
54
|
tenants: import("./reducers/tenants/types").TenantsState | undefined;
|
46
|
-
partitions:
|
47
|
-
|
55
|
+
partitions: {
|
56
|
+
selectedConsumer?: string;
|
57
|
+
} | undefined;
|
58
|
+
executeQuery: import("../types/store/executeQuery").ExecuteQueryState | undefined;
|
48
59
|
heatmap: import("../types/store/heatmap").IHeatmapState | undefined;
|
49
60
|
settings: import("./reducers/settings/types").SettingsState | undefined;
|
50
61
|
executeTopQueries: import("./reducers/executeTopQueries/types").TopQueriesFilters | undefined;
|
@@ -65,9 +76,16 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
65
76
|
cluster: import("./reducers/cluster/types").ClusterState;
|
66
77
|
tenant: import("./reducers/tenant/types").TenantState;
|
67
78
|
tooltip: import("../types/store/tooltip").ITooltipState;
|
68
|
-
schema:
|
79
|
+
schema: {
|
80
|
+
loading: boolean;
|
81
|
+
data: {};
|
82
|
+
currentSchemaPath: undefined;
|
83
|
+
showPreview: boolean;
|
84
|
+
};
|
69
85
|
tenants: import("./reducers/tenants/types").TenantsState;
|
70
|
-
partitions:
|
86
|
+
partitions: {
|
87
|
+
selectedConsumer?: string;
|
88
|
+
};
|
71
89
|
executeQuery: import("../types/store/executeQuery").ExecuteQueryState;
|
72
90
|
heatmap: import("../types/store/heatmap").IHeatmapState;
|
73
91
|
settings: import("./reducers/settings/types").SettingsState;
|
@@ -79,9 +97,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
79
97
|
fullscreen: boolean;
|
80
98
|
clusters: import("./reducers/clusters/types").ClustersFilters;
|
81
99
|
}, UnknownAction | import("../types/store/tooltip").ITooltipAction | {
|
82
|
-
readonly type: "schema/SET_SHOW_PREVIEW";
|
83
|
-
readonly data: boolean;
|
84
|
-
} | import("../types/store/executeQuery").ExecuteQueryAction | {
|
85
100
|
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
86
101
|
readonly page: import("./reducers/header/types").Page;
|
87
102
|
readonly options: {} | import("./reducers/header/types").ClusterBreadcrumbsOptions | import("./reducers/header/types").TenantBreadcrumbsOptions | import("./reducers/header/types").NodeBreadcrumbsOptions | import("./reducers/header/types").TabletBreadcrumbsOptions;
|
@@ -96,9 +111,16 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
96
111
|
cluster: import("./reducers/cluster/types").ClusterState;
|
97
112
|
tenant: import("./reducers/tenant/types").TenantState;
|
98
113
|
tooltip: import("../types/store/tooltip").ITooltipState;
|
99
|
-
schema:
|
114
|
+
schema: {
|
115
|
+
loading: boolean;
|
116
|
+
data: {};
|
117
|
+
currentSchemaPath: undefined;
|
118
|
+
showPreview: boolean;
|
119
|
+
};
|
100
120
|
tenants: import("./reducers/tenants/types").TenantsState;
|
101
|
-
partitions:
|
121
|
+
partitions: {
|
122
|
+
selectedConsumer?: string;
|
123
|
+
};
|
102
124
|
executeQuery: import("../types/store/executeQuery").ExecuteQueryState;
|
103
125
|
heatmap: import("../types/store/heatmap").IHeatmapState;
|
104
126
|
settings: import("./reducers/settings/types").SettingsState;
|
@@ -4,9 +4,16 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
4
4
|
cluster: import("./reducers/cluster/types").ClusterState;
|
5
5
|
tenant: import("./reducers/tenant/types").TenantState;
|
6
6
|
tooltip: import("../types/store/tooltip").ITooltipState;
|
7
|
-
schema:
|
7
|
+
schema: {
|
8
|
+
loading: boolean;
|
9
|
+
data: {};
|
10
|
+
currentSchemaPath: undefined;
|
11
|
+
showPreview: boolean;
|
12
|
+
};
|
8
13
|
tenants: import("./reducers/tenants/types").TenantsState;
|
9
|
-
partitions:
|
14
|
+
partitions: {
|
15
|
+
selectedConsumer?: string;
|
16
|
+
};
|
10
17
|
executeQuery: import("../types/store/executeQuery").ExecuteQueryState;
|
11
18
|
heatmap: import("../types/store/heatmap").IHeatmapState;
|
12
19
|
settings: import("./reducers/settings/types").SettingsState;
|
@@ -18,9 +25,6 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
18
25
|
fullscreen: boolean;
|
19
26
|
clusters: import("./reducers/clusters/types").ClustersFilters;
|
20
27
|
}, import("redux").UnknownAction | import("../types/store/tooltip").ITooltipAction | {
|
21
|
-
readonly type: "schema/SET_SHOW_PREVIEW";
|
22
|
-
readonly data: boolean;
|
23
|
-
} | import("../types/store/executeQuery").ExecuteQueryAction | {
|
24
28
|
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
25
29
|
readonly page: import("./reducers/header/types").Page;
|
26
30
|
readonly options: {} | import("./reducers/header/types").ClusterBreadcrumbsOptions | import("./reducers/header/types").TenantBreadcrumbsOptions | import("./reducers/header/types").NodeBreadcrumbsOptions | import("./reducers/header/types").TabletBreadcrumbsOptions;
|
@@ -35,9 +39,16 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
35
39
|
cluster: import("./reducers/cluster/types").ClusterState;
|
36
40
|
tenant: import("./reducers/tenant/types").TenantState;
|
37
41
|
tooltip: import("../types/store/tooltip").ITooltipState;
|
38
|
-
schema:
|
42
|
+
schema: {
|
43
|
+
loading: boolean;
|
44
|
+
data: {};
|
45
|
+
currentSchemaPath: undefined;
|
46
|
+
showPreview: boolean;
|
47
|
+
};
|
39
48
|
tenants: import("./reducers/tenants/types").TenantsState;
|
40
|
-
partitions:
|
49
|
+
partitions: {
|
50
|
+
selectedConsumer?: string;
|
51
|
+
};
|
41
52
|
executeQuery: import("../types/store/executeQuery").ExecuteQueryState;
|
42
53
|
heatmap: import("../types/store/heatmap").IHeatmapState;
|
43
54
|
settings: import("./reducers/settings/types").SettingsState;
|
@@ -11,9 +11,16 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
11
11
|
cluster: import("../cluster/types").ClusterState;
|
12
12
|
tenant: import("../tenant/types").TenantState;
|
13
13
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
14
|
-
schema:
|
14
|
+
schema: {
|
15
|
+
loading: boolean;
|
16
|
+
data: {};
|
17
|
+
currentSchemaPath: undefined;
|
18
|
+
showPreview: boolean;
|
19
|
+
};
|
15
20
|
tenants: import("../tenants/types").TenantsState;
|
16
|
-
partitions:
|
21
|
+
partitions: {
|
22
|
+
selectedConsumer?: string;
|
23
|
+
};
|
17
24
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
18
25
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
19
26
|
settings: import("../settings/types").SettingsState;
|
@@ -101,9 +108,16 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
101
108
|
cluster: import("../cluster/types").ClusterState;
|
102
109
|
tenant: import("../tenant/types").TenantState;
|
103
110
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
104
|
-
schema:
|
111
|
+
schema: {
|
112
|
+
loading: boolean;
|
113
|
+
data: {};
|
114
|
+
currentSchemaPath: undefined;
|
115
|
+
showPreview: boolean;
|
116
|
+
};
|
105
117
|
tenants: import("../tenants/types").TenantsState;
|
106
|
-
partitions:
|
118
|
+
partitions: {
|
119
|
+
selectedConsumer?: string;
|
120
|
+
};
|
107
121
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
108
122
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
109
123
|
settings: import("../settings/types").SettingsState;
|
@@ -193,9 +207,16 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
193
207
|
cluster: import("../cluster/types").ClusterState;
|
194
208
|
tenant: import("../tenant/types").TenantState;
|
195
209
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
196
|
-
schema:
|
210
|
+
schema: {
|
211
|
+
loading: boolean;
|
212
|
+
data: {};
|
213
|
+
currentSchemaPath: undefined;
|
214
|
+
showPreview: boolean;
|
215
|
+
};
|
197
216
|
tenants: import("../tenants/types").TenantsState;
|
198
|
-
partitions:
|
217
|
+
partitions: {
|
218
|
+
selectedConsumer?: string;
|
219
|
+
};
|
199
220
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
200
221
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
201
222
|
settings: import("../settings/types").SettingsState;
|
@@ -356,9 +377,16 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
356
377
|
cluster: import("../cluster/types").ClusterState;
|
357
378
|
tenant: import("../tenant/types").TenantState;
|
358
379
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
359
|
-
schema:
|
380
|
+
schema: {
|
381
|
+
loading: boolean;
|
382
|
+
data: {};
|
383
|
+
currentSchemaPath: undefined;
|
384
|
+
showPreview: boolean;
|
385
|
+
};
|
360
386
|
tenants: import("../tenants/types").TenantsState;
|
361
|
-
partitions:
|
387
|
+
partitions: {
|
388
|
+
selectedConsumer?: string;
|
389
|
+
};
|
362
390
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
363
391
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
364
392
|
settings: import("../settings/types").SettingsState;
|
@@ -390,9 +418,16 @@ export declare const selectCapabilityVersion: ((state: {
|
|
390
418
|
cluster: import("../cluster/types").ClusterState;
|
391
419
|
tenant: import("../tenant/types").TenantState;
|
392
420
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
393
|
-
schema:
|
421
|
+
schema: {
|
422
|
+
loading: boolean;
|
423
|
+
data: {};
|
424
|
+
currentSchemaPath: undefined;
|
425
|
+
showPreview: boolean;
|
426
|
+
};
|
394
427
|
tenants: import("../tenants/types").TenantsState;
|
395
|
-
partitions:
|
428
|
+
partitions: {
|
429
|
+
selectedConsumer?: string;
|
430
|
+
};
|
396
431
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
397
432
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
398
433
|
settings: import("../settings/types").SettingsState;
|
@@ -414,9 +449,16 @@ export declare const selectCapabilityVersion: ((state: {
|
|
414
449
|
cluster: import("../cluster/types").ClusterState;
|
415
450
|
tenant: import("../tenant/types").TenantState;
|
416
451
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
417
|
-
schema:
|
452
|
+
schema: {
|
453
|
+
loading: boolean;
|
454
|
+
data: {};
|
455
|
+
currentSchemaPath: undefined;
|
456
|
+
showPreview: boolean;
|
457
|
+
};
|
418
458
|
tenants: import("../tenants/types").TenantsState;
|
419
|
-
partitions:
|
459
|
+
partitions: {
|
460
|
+
selectedConsumer?: string;
|
461
|
+
};
|
420
462
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
421
463
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
422
464
|
settings: import("../settings/types").SettingsState;
|
@@ -434,9 +476,16 @@ export declare const selectCapabilityVersion: ((state: {
|
|
434
476
|
cluster: import("../cluster/types").ClusterState;
|
435
477
|
tenant: import("../tenant/types").TenantState;
|
436
478
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
437
|
-
schema:
|
479
|
+
schema: {
|
480
|
+
loading: boolean;
|
481
|
+
data: {};
|
482
|
+
currentSchemaPath: undefined;
|
483
|
+
showPreview: boolean;
|
484
|
+
};
|
438
485
|
tenants: import("../tenants/types").TenantsState;
|
439
|
-
partitions:
|
486
|
+
partitions: {
|
487
|
+
selectedConsumer?: string;
|
488
|
+
};
|
440
489
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
441
490
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
442
491
|
settings: import("../settings/types").SettingsState;
|
@@ -459,9 +508,16 @@ export declare const selectCapabilityVersion: ((state: {
|
|
459
508
|
cluster: import("../cluster/types").ClusterState;
|
460
509
|
tenant: import("../tenant/types").TenantState;
|
461
510
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
462
|
-
schema:
|
511
|
+
schema: {
|
512
|
+
loading: boolean;
|
513
|
+
data: {};
|
514
|
+
currentSchemaPath: undefined;
|
515
|
+
showPreview: boolean;
|
516
|
+
};
|
463
517
|
tenants: import("../tenants/types").TenantsState;
|
464
|
-
partitions:
|
518
|
+
partitions: {
|
519
|
+
selectedConsumer?: string;
|
520
|
+
};
|
465
521
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
466
522
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
467
523
|
settings: import("../settings/types").SettingsState;
|
@@ -7,5 +7,6 @@ export declare const useStorageGroupsHandlerAvailable: () => boolean;
|
|
7
7
|
export declare const useStorageGroupsHandlerHasGrouping: () => boolean;
|
8
8
|
export declare const useViewerNodesHandlerHasGrouping: () => boolean;
|
9
9
|
export declare const useViewerNodesHandlerHasGroupingBySystemState: () => boolean;
|
10
|
+
export declare const useViewerNodesHandlerHasNetworkStats: () => boolean;
|
10
11
|
export declare const useFeatureFlagsAvailable: () => boolean;
|
11
12
|
export declare const useClusterDashboardAvailable: () => boolean;
|
@@ -42,6 +42,9 @@ export const useViewerNodesHandlerHasGrouping = () => {
|
|
42
42
|
export const useViewerNodesHandlerHasGroupingBySystemState = () => {
|
43
43
|
return useGetFeatureVersion('/viewer/nodes') > 11;
|
44
44
|
};
|
45
|
+
export const useViewerNodesHandlerHasNetworkStats = () => {
|
46
|
+
return useGetFeatureVersion('/viewer/nodes') > 12;
|
47
|
+
};
|
45
48
|
export const useFeatureFlagsAvailable = () => {
|
46
49
|
return useGetFeatureVersion('/viewer/feature_flags') > 1;
|
47
50
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../../src/store/reducers/capabilities/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAC,eAAe,EAAE,uBAAuB,EAAE,0BAA0B,EAAC,MAAM,gBAAgB,CAAC;AAEpG,SAAS,oBAAoB;IACzB,MAAM,CAAC,QAAQ,CAAC,GAAG,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;IAE1D,iCAAiC;IACjC,OAAO,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,SAAS,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,oBAAoB;IAChC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,eAAe,CAAC,8BAA8B,CAAC,EAAC,QAAQ,EAAC,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,UAAU,qBAAqB;IACjC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,EAAC,IAAI,EAAE,KAAK,EAAC,GAAG,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,0BAA0B,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE/F,OAAO,OAAO,CAAC,IAAI,IAAI,KAAK,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,oBAAoB,GAAG,CAAC,OAAmB,EAAE,EAAE;IACjD,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,OAAO,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,uBAAuB,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC/F,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,GAAG,EAAE;IACnD,OAAO,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC;AACzD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,iFAAiF;IACjF,0CAA0C;IAC1C,OAAO,oBAAoB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,EAAE;IAC/C,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,EAAE;IACjD,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,GAAG,EAAE;IACnD,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,EAAE;IACjD,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,6CAA6C,GAAG,GAAG,EAAE;IAC9D,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;AACtD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,EAAE;IACzC,OAAO,oBAAoB,CAAC,uBAAuB,CAAC,GAAG,CAAC,CAAC;AAC7D,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,EAAE;IAC7C,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC"}
|
1
|
+
{"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../../src/store/reducers/capabilities/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAC,eAAe,EAAE,uBAAuB,EAAE,0BAA0B,EAAC,MAAM,gBAAgB,CAAC;AAEpG,SAAS,oBAAoB;IACzB,MAAM,CAAC,QAAQ,CAAC,GAAG,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;IAE1D,iCAAiC;IACjC,OAAO,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,SAAS,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,oBAAoB;IAChC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,eAAe,CAAC,8BAA8B,CAAC,EAAC,QAAQ,EAAC,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,UAAU,qBAAqB;IACjC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,EAAC,IAAI,EAAE,KAAK,EAAC,GAAG,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,0BAA0B,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE/F,OAAO,OAAO,CAAC,IAAI,IAAI,KAAK,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,oBAAoB,GAAG,CAAC,OAAmB,EAAE,EAAE;IACjD,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,OAAO,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,uBAAuB,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC/F,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,GAAG,EAAE;IACnD,OAAO,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC;AACzD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,iFAAiF;IACjF,0CAA0C;IAC1C,OAAO,oBAAoB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,EAAE;IAC/C,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,EAAE;IACjD,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,GAAG,EAAE;IACnD,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,EAAE;IACjD,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,6CAA6C,GAAG,GAAG,EAAE;IAC9D,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;AACtD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAAG,GAAG,EAAE;IACrD,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;AACtD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,EAAE;IACzC,OAAO,oBAAoB,CAAC,uBAAuB,CAAC,GAAG,CAAC,CAAC;AAC7D,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,EAAE;IAC7C,OAAO,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;AACvD,CAAC,CAAC"}
|
@@ -60,9 +60,16 @@ export declare const selectClusterInfo: ((state: {
|
|
60
60
|
cluster: ClusterState;
|
61
61
|
tenant: import("../tenant/types").TenantState;
|
62
62
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
63
|
-
schema:
|
63
|
+
schema: {
|
64
|
+
loading: boolean;
|
65
|
+
data: {};
|
66
|
+
currentSchemaPath: undefined;
|
67
|
+
showPreview: boolean;
|
68
|
+
};
|
64
69
|
tenants: import("../tenants/types").TenantsState;
|
65
|
-
partitions:
|
70
|
+
partitions: {
|
71
|
+
selectedConsumer?: string;
|
72
|
+
};
|
66
73
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
67
74
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
68
75
|
settings: import("../settings/types").SettingsState;
|
@@ -87,9 +94,16 @@ export declare const selectClusterInfo: ((state: {
|
|
87
94
|
cluster: ClusterState;
|
88
95
|
tenant: import("../tenant/types").TenantState;
|
89
96
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
90
|
-
schema:
|
97
|
+
schema: {
|
98
|
+
loading: boolean;
|
99
|
+
data: {};
|
100
|
+
currentSchemaPath: undefined;
|
101
|
+
showPreview: boolean;
|
102
|
+
};
|
91
103
|
tenants: import("../tenants/types").TenantsState;
|
92
|
-
partitions:
|
104
|
+
partitions: {
|
105
|
+
selectedConsumer?: string;
|
106
|
+
};
|
93
107
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
94
108
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
95
109
|
settings: import("../settings/types").SettingsState;
|
@@ -119,9 +133,16 @@ export declare const selectClusterInfo: ((state: {
|
|
119
133
|
cluster: ClusterState;
|
120
134
|
tenant: import("../tenant/types").TenantState;
|
121
135
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
122
|
-
schema:
|
136
|
+
schema: {
|
137
|
+
loading: boolean;
|
138
|
+
data: {};
|
139
|
+
currentSchemaPath: undefined;
|
140
|
+
showPreview: boolean;
|
141
|
+
};
|
123
142
|
tenants: import("../tenants/types").TenantsState;
|
124
|
-
partitions:
|
143
|
+
partitions: {
|
144
|
+
selectedConsumer?: string;
|
145
|
+
};
|
125
146
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
126
147
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
127
148
|
settings: import("../settings/types").SettingsState;
|
@@ -159,9 +180,16 @@ export declare const selectClusterInfo: ((state: {
|
|
159
180
|
cluster: ClusterState;
|
160
181
|
tenant: import("../tenant/types").TenantState;
|
161
182
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
162
|
-
schema:
|
183
|
+
schema: {
|
184
|
+
loading: boolean;
|
185
|
+
data: {};
|
186
|
+
currentSchemaPath: undefined;
|
187
|
+
showPreview: boolean;
|
188
|
+
};
|
163
189
|
tenants: import("../tenants/types").TenantsState;
|
164
|
-
partitions:
|
190
|
+
partitions: {
|
191
|
+
selectedConsumer?: string;
|
192
|
+
};
|
165
193
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
166
194
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
167
195
|
settings: import("../settings/types").SettingsState;
|
@@ -196,9 +224,16 @@ export declare const selectClusterTitle: ((state: {
|
|
196
224
|
cluster: ClusterState;
|
197
225
|
tenant: import("../tenant/types").TenantState;
|
198
226
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
199
|
-
schema:
|
227
|
+
schema: {
|
228
|
+
loading: boolean;
|
229
|
+
data: {};
|
230
|
+
currentSchemaPath: undefined;
|
231
|
+
showPreview: boolean;
|
232
|
+
};
|
200
233
|
tenants: import("../tenants/types").TenantsState;
|
201
|
-
partitions:
|
234
|
+
partitions: {
|
235
|
+
selectedConsumer?: string;
|
236
|
+
};
|
202
237
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
203
238
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
204
239
|
settings: import("../settings/types").SettingsState;
|
@@ -245,9 +280,16 @@ export declare const selectClusterTabletsWithFqdn: ((state: {
|
|
245
280
|
cluster: ClusterState;
|
246
281
|
tenant: import("../tenant/types").TenantState;
|
247
282
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
248
|
-
schema:
|
283
|
+
schema: {
|
284
|
+
loading: boolean;
|
285
|
+
data: {};
|
286
|
+
currentSchemaPath: undefined;
|
287
|
+
showPreview: boolean;
|
288
|
+
};
|
249
289
|
tenants: import("../tenants/types").TenantsState;
|
250
|
-
partitions:
|
290
|
+
partitions: {
|
291
|
+
selectedConsumer?: string;
|
292
|
+
};
|
251
293
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
252
294
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
253
295
|
settings: import("../settings/types").SettingsState;
|
@@ -1,7 +1,45 @@
|
|
1
|
-
import type {
|
2
|
-
import type { ExecuteQueryAction, ExecuteQueryState, ExecuteQueryStateSlice, QueryInHistory, QueryResult } from '../../types/store/executeQuery';
|
1
|
+
import type { ExecuteQueryState, QueryInHistory, QueryResult } from '../../types/store/executeQuery';
|
3
2
|
import type { QueryRequestParams, QuerySettings } from '../../types/store/query';
|
4
|
-
declare const
|
3
|
+
declare const _default: import("redux").Reducer<ExecuteQueryState>;
|
4
|
+
export default _default;
|
5
|
+
export declare const changeUserInput: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
6
|
+
input: string;
|
7
|
+
}, "executeQuery/changeUserInput">, setQueryTraceReady: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"executeQuery/setQueryTraceReady">, setQueryResult: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<QueryResult | undefined, "executeQuery/setQueryResult">, saveQueryToHistory: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
8
|
+
queryText: string;
|
9
|
+
queryId: string;
|
10
|
+
}, "executeQuery/saveQueryToHistory">, updateQueryInHistory: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
11
|
+
queryId: string;
|
12
|
+
stats: QueryStats;
|
13
|
+
}, "executeQuery/updateQueryInHistory">, goToPreviousQuery: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"executeQuery/goToPreviousQuery">, goToNextQuery: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"executeQuery/goToNextQuery">, setTenantPath: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "executeQuery/setTenantPath">, setQueryHistoryFilter: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "executeQuery/setQueryHistoryFilter">;
|
14
|
+
export declare const selectQueriesHistoryFilter: import("reselect").Selector<{
|
15
|
+
executeQuery: ExecuteQueryState;
|
16
|
+
}, string, []> & {
|
17
|
+
unwrapped: (state: ExecuteQueryState) => string;
|
18
|
+
}, selectQueriesHistoryCurrentIndex: import("reselect").Selector<{
|
19
|
+
executeQuery: ExecuteQueryState;
|
20
|
+
}, number, []> & {
|
21
|
+
unwrapped: (state: ExecuteQueryState) => number;
|
22
|
+
}, selectQueriesHistory: import("reselect").Selector<{
|
23
|
+
executeQuery: ExecuteQueryState;
|
24
|
+
}, QueryInHistory[], []> & {
|
25
|
+
unwrapped: (state: ExecuteQueryState) => QueryInHistory[];
|
26
|
+
}, selectTenantPath: import("reselect").Selector<{
|
27
|
+
executeQuery: ExecuteQueryState;
|
28
|
+
}, string | undefined, []> & {
|
29
|
+
unwrapped: (state: ExecuteQueryState) => string | undefined;
|
30
|
+
}, selectResult: import("reselect").Selector<{
|
31
|
+
executeQuery: ExecuteQueryState;
|
32
|
+
}, (QueryResult & {
|
33
|
+
isTraceReady?: boolean;
|
34
|
+
}) | undefined, []> & {
|
35
|
+
unwrapped: (state: ExecuteQueryState) => (QueryResult & {
|
36
|
+
isTraceReady?: boolean;
|
37
|
+
}) | undefined;
|
38
|
+
}, selectUserInput: import("reselect").Selector<{
|
39
|
+
executeQuery: ExecuteQueryState;
|
40
|
+
}, string, []> & {
|
41
|
+
unwrapped: (state: ExecuteQueryState) => string;
|
42
|
+
};
|
5
43
|
interface SendQueryParams extends QueryRequestParams {
|
6
44
|
queryId: string;
|
7
45
|
querySettings?: Partial<QuerySettings>;
|
@@ -14,51 +52,3 @@ interface QueryStats {
|
|
14
52
|
export declare const executeQueryApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
15
53
|
executeQuery: import("@reduxjs/toolkit/query").MutationDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", null, "api">;
|
16
54
|
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
17
|
-
export declare const saveQueryToHistory: (queryText: string, queryId: string) => {
|
18
|
-
readonly type: "query/SAVE_QUERY_TO_HISTORY";
|
19
|
-
readonly data: {
|
20
|
-
readonly queryText: string;
|
21
|
-
readonly queryId: string;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
export declare function updateQueryInHistory(stats: QueryStats, queryId: string): {
|
25
|
-
readonly type: "query/UPDATE_QUERY_IN_HISTORY";
|
26
|
-
readonly data: {
|
27
|
-
readonly queryId: string;
|
28
|
-
readonly stats: QueryStats;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
export declare function setQueryResult(data?: QueryResult): {
|
32
|
-
readonly type: "query/SET_QUERY_RESULT";
|
33
|
-
readonly data: QueryResult | undefined;
|
34
|
-
};
|
35
|
-
export declare function setQueryTraceReady(): {
|
36
|
-
readonly type: "query/SET_QUERY_TRACE_READY";
|
37
|
-
};
|
38
|
-
export declare const goToPreviousQuery: () => {
|
39
|
-
readonly type: "query/GO_TO_PREVIOUS_QUERY";
|
40
|
-
};
|
41
|
-
export declare const goToNextQuery: () => {
|
42
|
-
readonly type: "query/GO_TO_NEXT_QUERY";
|
43
|
-
};
|
44
|
-
export declare const changeUserInput: ({ input }: {
|
45
|
-
input: string;
|
46
|
-
}) => {
|
47
|
-
readonly type: "query/CHANGE_USER_INPUT";
|
48
|
-
readonly data: {
|
49
|
-
readonly input: string;
|
50
|
-
};
|
51
|
-
};
|
52
|
-
export declare const setTenantPath: (value: string) => {
|
53
|
-
readonly type: "query/SET_TENANT_PATH";
|
54
|
-
readonly data: string;
|
55
|
-
};
|
56
|
-
export declare const selectQueriesHistoryFilter: (state: ExecuteQueryStateSlice) => string;
|
57
|
-
export declare const selectQueriesHistory: (state: ExecuteQueryStateSlice) => QueryInHistory[];
|
58
|
-
export declare const setQueryHistoryFilter: (filter: string) => {
|
59
|
-
readonly type: "query/SET_QUERY_HISTORY_FILTER";
|
60
|
-
readonly data: {
|
61
|
-
readonly filter: string;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
export default executeQuery;
|