ydb-embedded-ui 6.32.0 → 6.34.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/PDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.d.ts +1 -1
- package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.scss +1 -1
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/columns.d.ts +4 -7
- package/dist/components/nodesColumns/columns.js +9 -17
- package/dist/components/nodesColumns/columns.js.map +1 -1
- package/dist/components/nodesColumns/constants.d.ts +4 -5
- package/dist/components/nodesColumns/constants.js +78 -11
- package/dist/components/nodesColumns/constants.js.map +1 -1
- package/dist/components/nodesColumns/i18n/en.json +8 -5
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- 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/Clusters.js +1 -1
- package/dist/containers/Clusters/Clusters.js.map +1 -1
- package/dist/containers/Clusters/Clusters.scss +5 -2
- package/dist/containers/Clusters/constants.d.ts +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.js +2 -4
- 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/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/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 -1
- package/dist/containers/Tenant/Query/NewSQL/NewSQL.js.map +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 +32 -51
- 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 +9 -3
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +23 -12
- 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 -1
- package/dist/containers/Tenant/utils/newSQLQueryActions.js +2 -3
- 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 +59 -40
- package/dist/containers/Tenant/utils/schemaActions.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaQueryTemplates.js +1 -1
- package/dist/containers/UserSettings/i18n/en.json +2 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +1 -1
- package/dist/containers/UserSettings/settings.d.ts +1 -0
- package/dist/containers/UserSettings/settings.js +7 -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 +1 -0
- package/dist/services/settings.js +2 -1
- package/dist/services/settings.js.map +1 -1
- package/dist/store/configureStore.d.ts +25 -11
- package/dist/store/defaultStore.d.ts +12 -5
- package/dist/store/reducers/capabilities/capabilities.d.ts +48 -8
- package/dist/store/reducers/cluster/cluster.d.ts +36 -6
- 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 +120 -20
- package/dist/store/reducers/index.d.ts +19 -10
- package/dist/store/reducers/node/selectors.d.ts +6 -1
- package/dist/store/reducers/nodes/utils.d.ts +1 -1
- package/dist/store/reducers/nodesList.d.ts +6 -1
- 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/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 +30 -5
- package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -1
- package/dist/store/reducers/tenants/selectors.d.ts +54 -9
- package/dist/store/reducers/tooltip.d.ts +1 -1
- package/dist/store/reducers/topic.d.ts +90 -15
- 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 +18 -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 +1 -0
- package/dist/utils/constants.js +1 -0
- package/dist/utils/constants.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 +53 -0
- package/dist/utils/hooks/withConfirmation/useChangeInputWithConfirmation.js.map +1 -0
- package/dist/utils/monaco/yql/constants.d.ts +1 -1
- package/dist/utils/monaco/yql/generateSuggestions.d.ts +2 -1
- package/dist/utils/monaco/yql/generateSuggestions.js +36 -15
- package/dist/utils/monaco/yql/generateSuggestions.js.map +1 -1
- package/dist/utils/monaco/yql/yqlSuggestions.js +1 -1
- package/dist/utils/monaco/yql/yqlSuggestions.js.map +1 -1
- 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/package.json +3 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"executeQuery.js","sourceRoot":"","sources":["../../../src/store/reducers/executeQuery.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"executeQuery.js","sourceRoot":"","sources":["../../../src/store/reducers/executeQuery.ts"],"names":[],"mappings":"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"}
|
@@ -13,7 +13,12 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
13
13
|
cluster: import("../cluster/types").ClusterState;
|
14
14
|
tenant: import("../tenant/types").TenantState;
|
15
15
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
16
|
-
schema:
|
16
|
+
schema: {
|
17
|
+
loading: boolean;
|
18
|
+
data: {};
|
19
|
+
currentSchemaPath: undefined;
|
20
|
+
showPreview: boolean;
|
21
|
+
};
|
17
22
|
tenants: import("../tenants/types").TenantsState;
|
18
23
|
partitions: import("../partitions/types").PartitionsState;
|
19
24
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -44,7 +49,12 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
44
49
|
cluster: import("../cluster/types").ClusterState;
|
45
50
|
tenant: import("../tenant/types").TenantState;
|
46
51
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
47
|
-
schema:
|
52
|
+
schema: {
|
53
|
+
loading: boolean;
|
54
|
+
data: {};
|
55
|
+
currentSchemaPath: undefined;
|
56
|
+
showPreview: boolean;
|
57
|
+
};
|
48
58
|
tenants: import("../tenants/types").TenantsState;
|
49
59
|
partitions: import("../partitions/types").PartitionsState;
|
50
60
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -68,7 +78,12 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
68
78
|
cluster: import("../cluster/types").ClusterState;
|
69
79
|
tenant: import("../tenant/types").TenantState;
|
70
80
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
71
|
-
schema:
|
81
|
+
schema: {
|
82
|
+
loading: boolean;
|
83
|
+
data: {};
|
84
|
+
currentSchemaPath: undefined;
|
85
|
+
showPreview: boolean;
|
86
|
+
};
|
72
87
|
tenants: import("../tenants/types").TenantsState;
|
73
88
|
partitions: import("../partitions/types").PartitionsState;
|
74
89
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -96,7 +111,12 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
96
111
|
cluster: import("../cluster/types").ClusterState;
|
97
112
|
tenant: import("../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("../tenants/types").TenantsState;
|
101
121
|
partitions: import("../partitions/types").PartitionsState;
|
102
122
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -129,7 +149,12 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
129
149
|
cluster: import("../cluster/types").ClusterState;
|
130
150
|
tenant: import("../tenant/types").TenantState;
|
131
151
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
132
|
-
schema:
|
152
|
+
schema: {
|
153
|
+
loading: boolean;
|
154
|
+
data: {};
|
155
|
+
currentSchemaPath: undefined;
|
156
|
+
showPreview: boolean;
|
157
|
+
};
|
133
158
|
tenants: import("../tenants/types").TenantsState;
|
134
159
|
partitions: import("../partitions/types").PartitionsState;
|
135
160
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -173,7 +198,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
173
198
|
cluster: import("../cluster/types").ClusterState;
|
174
199
|
tenant: import("../tenant/types").TenantState;
|
175
200
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
176
|
-
schema:
|
201
|
+
schema: {
|
202
|
+
loading: boolean;
|
203
|
+
data: {};
|
204
|
+
currentSchemaPath: undefined;
|
205
|
+
showPreview: boolean;
|
206
|
+
};
|
177
207
|
tenants: import("../tenants/types").TenantsState;
|
178
208
|
partitions: import("../partitions/types").PartitionsState;
|
179
209
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -204,7 +234,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
204
234
|
cluster: import("../cluster/types").ClusterState;
|
205
235
|
tenant: import("../tenant/types").TenantState;
|
206
236
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
207
|
-
schema:
|
237
|
+
schema: {
|
238
|
+
loading: boolean;
|
239
|
+
data: {};
|
240
|
+
currentSchemaPath: undefined;
|
241
|
+
showPreview: boolean;
|
242
|
+
};
|
208
243
|
tenants: import("../tenants/types").TenantsState;
|
209
244
|
partitions: import("../partitions/types").PartitionsState;
|
210
245
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -228,7 +263,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
228
263
|
cluster: import("../cluster/types").ClusterState;
|
229
264
|
tenant: import("../tenant/types").TenantState;
|
230
265
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
231
|
-
schema:
|
266
|
+
schema: {
|
267
|
+
loading: boolean;
|
268
|
+
data: {};
|
269
|
+
currentSchemaPath: undefined;
|
270
|
+
showPreview: boolean;
|
271
|
+
};
|
232
272
|
tenants: import("../tenants/types").TenantsState;
|
233
273
|
partitions: import("../partitions/types").PartitionsState;
|
234
274
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -256,7 +296,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
256
296
|
cluster: import("../cluster/types").ClusterState;
|
257
297
|
tenant: import("../tenant/types").TenantState;
|
258
298
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
259
|
-
schema:
|
299
|
+
schema: {
|
300
|
+
loading: boolean;
|
301
|
+
data: {};
|
302
|
+
currentSchemaPath: undefined;
|
303
|
+
showPreview: boolean;
|
304
|
+
};
|
260
305
|
tenants: import("../tenants/types").TenantsState;
|
261
306
|
partitions: import("../partitions/types").PartitionsState;
|
262
307
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -289,7 +334,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
289
334
|
cluster: import("../cluster/types").ClusterState;
|
290
335
|
tenant: import("../tenant/types").TenantState;
|
291
336
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
292
|
-
schema:
|
337
|
+
schema: {
|
338
|
+
loading: boolean;
|
339
|
+
data: {};
|
340
|
+
currentSchemaPath: undefined;
|
341
|
+
showPreview: boolean;
|
342
|
+
};
|
293
343
|
tenants: import("../tenants/types").TenantsState;
|
294
344
|
partitions: import("../partitions/types").PartitionsState;
|
295
345
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -324,7 +374,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
324
374
|
cluster: import("../cluster/types").ClusterState;
|
325
375
|
tenant: import("../tenant/types").TenantState;
|
326
376
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
327
|
-
schema:
|
377
|
+
schema: {
|
378
|
+
loading: boolean;
|
379
|
+
data: {};
|
380
|
+
currentSchemaPath: undefined;
|
381
|
+
showPreview: boolean;
|
382
|
+
};
|
328
383
|
tenants: import("../tenants/types").TenantsState;
|
329
384
|
partitions: import("../partitions/types").PartitionsState;
|
330
385
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -355,7 +410,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
355
410
|
cluster: import("../cluster/types").ClusterState;
|
356
411
|
tenant: import("../tenant/types").TenantState;
|
357
412
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
358
|
-
schema:
|
413
|
+
schema: {
|
414
|
+
loading: boolean;
|
415
|
+
data: {};
|
416
|
+
currentSchemaPath: undefined;
|
417
|
+
showPreview: boolean;
|
418
|
+
};
|
359
419
|
tenants: import("../tenants/types").TenantsState;
|
360
420
|
partitions: import("../partitions/types").PartitionsState;
|
361
421
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -379,7 +439,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
379
439
|
cluster: import("../cluster/types").ClusterState;
|
380
440
|
tenant: import("../tenant/types").TenantState;
|
381
441
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
382
|
-
schema:
|
442
|
+
schema: {
|
443
|
+
loading: boolean;
|
444
|
+
data: {};
|
445
|
+
currentSchemaPath: undefined;
|
446
|
+
showPreview: boolean;
|
447
|
+
};
|
383
448
|
tenants: import("../tenants/types").TenantsState;
|
384
449
|
partitions: import("../partitions/types").PartitionsState;
|
385
450
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -407,7 +472,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
407
472
|
cluster: import("../cluster/types").ClusterState;
|
408
473
|
tenant: import("../tenant/types").TenantState;
|
409
474
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
410
|
-
schema:
|
475
|
+
schema: {
|
476
|
+
loading: boolean;
|
477
|
+
data: {};
|
478
|
+
currentSchemaPath: undefined;
|
479
|
+
showPreview: boolean;
|
480
|
+
};
|
411
481
|
tenants: import("../tenants/types").TenantsState;
|
412
482
|
partitions: import("../partitions/types").PartitionsState;
|
413
483
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -440,7 +510,12 @@ export declare const selectIssuesTrees: ((state: {
|
|
440
510
|
cluster: import("../cluster/types").ClusterState;
|
441
511
|
tenant: import("../tenant/types").TenantState;
|
442
512
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
443
|
-
schema:
|
513
|
+
schema: {
|
514
|
+
loading: boolean;
|
515
|
+
data: {};
|
516
|
+
currentSchemaPath: undefined;
|
517
|
+
showPreview: boolean;
|
518
|
+
};
|
444
519
|
tenants: import("../tenants/types").TenantsState;
|
445
520
|
partitions: import("../partitions/types").PartitionsState;
|
446
521
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -492,7 +567,12 @@ export declare const selectIssuesStatistics: ((state: {
|
|
492
567
|
cluster: import("../cluster/types").ClusterState;
|
493
568
|
tenant: import("../tenant/types").TenantState;
|
494
569
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
495
|
-
schema:
|
570
|
+
schema: {
|
571
|
+
loading: boolean;
|
572
|
+
data: {};
|
573
|
+
currentSchemaPath: undefined;
|
574
|
+
showPreview: boolean;
|
575
|
+
};
|
496
576
|
tenants: import("../tenants/types").TenantsState;
|
497
577
|
partitions: import("../partitions/types").PartitionsState;
|
498
578
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -523,7 +603,12 @@ export declare const selectIssuesStatistics: ((state: {
|
|
523
603
|
cluster: import("../cluster/types").ClusterState;
|
524
604
|
tenant: import("../tenant/types").TenantState;
|
525
605
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
526
|
-
schema:
|
606
|
+
schema: {
|
607
|
+
loading: boolean;
|
608
|
+
data: {};
|
609
|
+
currentSchemaPath: undefined;
|
610
|
+
showPreview: boolean;
|
611
|
+
};
|
527
612
|
tenants: import("../tenants/types").TenantsState;
|
528
613
|
partitions: import("../partitions/types").PartitionsState;
|
529
614
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -547,7 +632,12 @@ export declare const selectIssuesStatistics: ((state: {
|
|
547
632
|
cluster: import("../cluster/types").ClusterState;
|
548
633
|
tenant: import("../tenant/types").TenantState;
|
549
634
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
550
|
-
schema:
|
635
|
+
schema: {
|
636
|
+
loading: boolean;
|
637
|
+
data: {};
|
638
|
+
currentSchemaPath: undefined;
|
639
|
+
showPreview: boolean;
|
640
|
+
};
|
551
641
|
tenants: import("../tenants/types").TenantsState;
|
552
642
|
partitions: import("../partitions/types").PartitionsState;
|
553
643
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -575,7 +665,12 @@ export declare const selectIssuesStatistics: ((state: {
|
|
575
665
|
cluster: import("../cluster/types").ClusterState;
|
576
666
|
tenant: import("../tenant/types").TenantState;
|
577
667
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
578
|
-
schema:
|
668
|
+
schema: {
|
669
|
+
loading: boolean;
|
670
|
+
data: {};
|
671
|
+
currentSchemaPath: undefined;
|
672
|
+
showPreview: boolean;
|
673
|
+
};
|
579
674
|
tenants: import("../tenants/types").TenantsState;
|
580
675
|
partitions: import("../partitions/types").PartitionsState;
|
581
676
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -608,7 +703,12 @@ export declare const selectIssuesStatistics: ((state: {
|
|
608
703
|
cluster: import("../cluster/types").ClusterState;
|
609
704
|
tenant: import("../tenant/types").TenantState;
|
610
705
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
611
|
-
schema:
|
706
|
+
schema: {
|
707
|
+
loading: boolean;
|
708
|
+
data: {};
|
709
|
+
currentSchemaPath: undefined;
|
710
|
+
showPreview: boolean;
|
711
|
+
};
|
612
712
|
tenants: import("../tenants/types").TenantsState;
|
613
713
|
partitions: import("../partitions/types").PartitionsState;
|
614
714
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -5,13 +5,15 @@ export declare const rootReducer: {
|
|
5
5
|
cluster: import("redux").Reducer<import("./cluster/types").ClusterState>;
|
6
6
|
tenant: import("redux").Reducer<import("./tenant/types").TenantState>;
|
7
7
|
tooltip: import("redux").Reducer<import("../../types/store/tooltip").ITooltipState, import("../../types/store/tooltip").ITooltipAction>;
|
8
|
-
schema: import("redux").Reducer<
|
9
|
-
|
10
|
-
|
8
|
+
schema: import("redux").Reducer<{
|
9
|
+
loading: boolean;
|
10
|
+
data: {};
|
11
|
+
currentSchemaPath: undefined;
|
12
|
+
showPreview: boolean;
|
11
13
|
}>;
|
12
14
|
tenants: import("redux").Reducer<import("./tenants/types").TenantsState>;
|
13
15
|
partitions: import("redux").Reducer<import("./partitions/types").PartitionsState>;
|
14
|
-
executeQuery: import("redux").Reducer<import("../../types/store/executeQuery").ExecuteQueryState
|
16
|
+
executeQuery: import("redux").Reducer<import("../../types/store/executeQuery").ExecuteQueryState>;
|
15
17
|
heatmap: import("redux").Reducer<import("../../types/store/heatmap").IHeatmapState>;
|
16
18
|
settings: import("redux").Reducer<import("./settings/types").SettingsState>;
|
17
19
|
executeTopQueries: import("redux").Reducer<import("./executeTopQueries/types").TopQueriesFilters>;
|
@@ -32,7 +34,12 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
32
34
|
cluster: import("./cluster/types").ClusterState;
|
33
35
|
tenant: import("./tenant/types").TenantState;
|
34
36
|
tooltip: import("../../types/store/tooltip").ITooltipState;
|
35
|
-
schema:
|
37
|
+
schema: {
|
38
|
+
loading: boolean;
|
39
|
+
data: {};
|
40
|
+
currentSchemaPath: undefined;
|
41
|
+
showPreview: boolean;
|
42
|
+
};
|
36
43
|
tenants: import("./tenants/types").TenantsState;
|
37
44
|
partitions: import("./partitions/types").PartitionsState;
|
38
45
|
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
@@ -46,9 +53,6 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
46
53
|
fullscreen: boolean;
|
47
54
|
clusters: import("./clusters/types").ClustersFilters;
|
48
55
|
}, import("redux").UnknownAction | import("../../types/store/tooltip").ITooltipAction | {
|
49
|
-
readonly type: "schema/SET_SHOW_PREVIEW";
|
50
|
-
readonly data: boolean;
|
51
|
-
} | import("../../types/store/executeQuery").ExecuteQueryAction | {
|
52
56
|
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
53
57
|
readonly page: import("./header/types").Page;
|
54
58
|
readonly options: {} | import("./header/types").ClusterBreadcrumbsOptions | import("./header/types").TenantBreadcrumbsOptions | import("./header/types").NodeBreadcrumbsOptions | import("./header/types").TabletBreadcrumbsOptions;
|
@@ -62,10 +66,15 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
62
66
|
cluster: import("./cluster/types").ClusterState | undefined;
|
63
67
|
tenant: import("./tenant/types").TenantState | undefined;
|
64
68
|
tooltip: never;
|
65
|
-
schema:
|
69
|
+
schema: {
|
70
|
+
loading: boolean;
|
71
|
+
data: {};
|
72
|
+
currentSchemaPath: undefined;
|
73
|
+
showPreview: boolean;
|
74
|
+
} | undefined;
|
66
75
|
tenants: import("./tenants/types").TenantsState | undefined;
|
67
76
|
partitions: import("./partitions/types").PartitionsState | undefined;
|
68
|
-
executeQuery:
|
77
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState | undefined;
|
69
78
|
heatmap: import("../../types/store/heatmap").IHeatmapState | undefined;
|
70
79
|
settings: import("./settings/types").SettingsState | undefined;
|
71
80
|
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters | undefined;
|
@@ -6,7 +6,12 @@ export declare const selectNodeStructure: ((state: {
|
|
6
6
|
cluster: import("../cluster/types").ClusterState;
|
7
7
|
tenant: import("../tenant/types").TenantState;
|
8
8
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
9
|
-
schema:
|
9
|
+
schema: {
|
10
|
+
loading: boolean;
|
11
|
+
data: {};
|
12
|
+
currentSchemaPath: undefined;
|
13
|
+
showPreview: boolean;
|
14
|
+
};
|
10
15
|
tenants: import("../tenants/types").TenantsState;
|
11
16
|
partitions: import("../partitions/types").PartitionsState;
|
12
17
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import type { TNodesInfo } from '../../../types/api/nodes';
|
2
2
|
import type { NodesHandledResponse } from './types';
|
3
3
|
export declare const prepareNodesData: (data: TNodesInfo) => NodesHandledResponse;
|
4
|
-
export declare const getLoadSeverityForNode: (value: number) => "
|
4
|
+
export declare const getLoadSeverityForNode: (value: number) => "warning" | "danger" | "success" | undefined;
|
@@ -8,7 +8,12 @@ export declare const selectNodeHostsMap: ((state: {
|
|
8
8
|
cluster: import("./cluster/types").ClusterState;
|
9
9
|
tenant: import("./tenant/types").TenantState;
|
10
10
|
tooltip: import("../../types/store/tooltip").ITooltipState;
|
11
|
-
schema:
|
11
|
+
schema: {
|
12
|
+
loading: boolean;
|
13
|
+
data: {};
|
14
|
+
currentSchemaPath: undefined;
|
15
|
+
showPreview: boolean;
|
16
|
+
};
|
12
17
|
tenants: import("./tenants/types").TenantsState;
|
13
18
|
partitions: import("./partitions/types").PartitionsState;
|
14
19
|
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { QueryPlan, ScriptPlan } from '../../types/api/query';
|
2
|
+
export interface PlanToSvgQueryParams {
|
3
|
+
plan: ScriptPlan | QueryPlan;
|
4
|
+
database: string;
|
5
|
+
}
|
6
|
+
export declare const planToSvgApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
7
|
+
planToSvgQuery: import("@reduxjs/toolkit/query").QueryDefinition<PlanToSvgQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string, "api">;
|
8
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { api } from './api';
|
2
|
+
export const planToSvgApi = api.injectEndpoints({
|
3
|
+
endpoints: (build) => ({
|
4
|
+
planToSvgQuery: build.query({
|
5
|
+
queryFn: async ({ plan, database }, { signal }) => {
|
6
|
+
try {
|
7
|
+
const response = await window.api.planToSvg({
|
8
|
+
database,
|
9
|
+
plan,
|
10
|
+
}, { signal });
|
11
|
+
return { data: response };
|
12
|
+
}
|
13
|
+
catch (error) {
|
14
|
+
return { error };
|
15
|
+
}
|
16
|
+
},
|
17
|
+
}),
|
18
|
+
}),
|
19
|
+
overrideExisting: 'throw',
|
20
|
+
});
|
21
|
+
//# sourceMappingURL=planToSvg.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"planToSvg.js","sourceRoot":"","sources":["../../../src/store/reducers/planToSvg.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAO1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAC,eAAe,CAAC;IAC5C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,cAAc,EAAE,KAAK,CAAC,KAAK,CAA+B;YACtD,OAAO,EAAE,KAAK,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAC,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC1C,IAAI,CAAC;oBACD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,SAAS,CACvC;wBACI,QAAQ;wBACR,IAAI;qBACP,EACD,EAAC,MAAM,EAAC,CACX,CAAC;oBAEF,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,CAAC;gBAC5B,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;SACJ,CAAC;KACL,CAAC;IACF,gBAAgB,EAAE,OAAO;CAC5B,CAAC,CAAC"}
|
@@ -1,32 +1,5 @@
|
|
1
|
-
import type { PayloadAction } from '@reduxjs/toolkit';
|
2
1
|
import type { AppDispatch, GetState } from '../../defaultStore';
|
3
2
|
import type { QueryActions, QueryActionsState } from './types';
|
4
|
-
export declare const slice: import("@reduxjs/toolkit").Slice<QueryActionsState, {
|
5
|
-
setQueryNameToEdit: (state: {
|
6
|
-
queryName: string | null;
|
7
|
-
queryAction: QueryActions;
|
8
|
-
savedQueriesFilter: string;
|
9
|
-
}, action: PayloadAction<string>) => void;
|
10
|
-
clearQueryNameToEdit: (state: {
|
11
|
-
queryName: string | null;
|
12
|
-
queryAction: QueryActions;
|
13
|
-
savedQueriesFilter: string;
|
14
|
-
}) => void;
|
15
|
-
setQueryAction: (state: {
|
16
|
-
queryName: string | null;
|
17
|
-
queryAction: QueryActions;
|
18
|
-
savedQueriesFilter: string;
|
19
|
-
}, action: PayloadAction<QueryActions>) => void;
|
20
|
-
setSavedQueriesFilter: (state: {
|
21
|
-
queryName: string | null;
|
22
|
-
queryAction: QueryActions;
|
23
|
-
savedQueriesFilter: string;
|
24
|
-
}, action: PayloadAction<string>) => void;
|
25
|
-
}, "queryActions", "queryActions", {
|
26
|
-
selectQueryName: (state: QueryActionsState) => string | null;
|
27
|
-
selectQueryAction: (state: QueryActionsState) => QueryActions;
|
28
|
-
selectSavedQueriesFilter: (state: QueryActionsState) => string;
|
29
|
-
}>;
|
30
3
|
declare const _default: import("redux").Reducer<QueryActionsState>;
|
31
4
|
export default _default;
|
32
5
|
export declare const setQueryNameToEdit: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "queryActions/setQueryNameToEdit">, clearQueryNameToEdit: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"queryActions/clearQueryNameToEdit">, setQueryAction: import("@reduxjs/toolkit").ActionCreatorWithPayload<QueryActions, "queryActions/setQueryAction">, setSavedQueriesFilter: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "queryActions/setSavedQueriesFilter">;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"queryActions.js","sourceRoot":"","sources":["../../../../src/store/reducers/queryActions/queryActions.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAC,MAAM,kBAAkB,CAAC;AAG7C,OAAO,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAC,eAAe,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAItE,MAAM,YAAY,GAAsB;IACpC,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,MAAM;IACnB,kBAAkB,EAAE,EAAE;CACzB,CAAC;AAEF,MAAM,
|
1
|
+
{"version":3,"file":"queryActions.js","sourceRoot":"","sources":["../../../../src/store/reducers/queryActions/queryActions.ts"],"names":[],"mappings":"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"}
|
@@ -1,18 +1,33 @@
|
|
1
|
-
import type { Reducer } from '@reduxjs/toolkit';
|
2
1
|
import type { TEvDescribeSchemeResult } from '../../../types/api/schema';
|
3
|
-
import type { SchemaAction, SchemaState } from './types';
|
4
2
|
export declare const initialState: {
|
5
3
|
loading: boolean;
|
6
4
|
data: {};
|
7
5
|
currentSchemaPath: undefined;
|
8
6
|
showPreview: boolean;
|
9
7
|
};
|
10
|
-
declare const
|
11
|
-
|
12
|
-
|
13
|
-
|
8
|
+
declare const _default: import("redux").Reducer<{
|
9
|
+
loading: boolean;
|
10
|
+
data: {};
|
11
|
+
currentSchemaPath: undefined;
|
12
|
+
showPreview: boolean;
|
13
|
+
}>;
|
14
|
+
export default _default;
|
15
|
+
export declare const setShowPreview: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "schema/setShowPreview">;
|
16
|
+
export declare const selectShowPreview: import("reselect").Selector<{
|
17
|
+
schema: {
|
18
|
+
loading: boolean;
|
19
|
+
data: {};
|
20
|
+
currentSchemaPath: undefined;
|
21
|
+
showPreview: boolean;
|
22
|
+
};
|
23
|
+
}, boolean, []> & {
|
24
|
+
unwrapped: (state: {
|
25
|
+
loading: boolean;
|
26
|
+
data: {};
|
27
|
+
currentSchemaPath: undefined;
|
28
|
+
showPreview: boolean;
|
29
|
+
}) => boolean;
|
14
30
|
};
|
15
|
-
export default schema;
|
16
31
|
export declare const schemaApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
17
32
|
createDirectory: import("@reduxjs/toolkit/query").MutationDefinition<{
|
18
33
|
database: string;
|
@@ -1,31 +1,27 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { createSlice } from '@reduxjs/toolkit';
|
2
3
|
import { api } from '../api';
|
3
|
-
const SET_SHOW_PREVIEW = 'schema/SET_SHOW_PREVIEW';
|
4
4
|
export const initialState = {
|
5
5
|
loading: true,
|
6
6
|
data: {},
|
7
7
|
currentSchemaPath: undefined,
|
8
8
|
showPreview: false,
|
9
9
|
};
|
10
|
-
const
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
}
|
21
|
-
};
|
22
|
-
export
|
23
|
-
|
24
|
-
|
25
|
-
data: value,
|
26
|
-
};
|
27
|
-
}
|
28
|
-
export default schema;
|
10
|
+
const slice = createSlice({
|
11
|
+
name: 'schema',
|
12
|
+
initialState,
|
13
|
+
reducers: {
|
14
|
+
setShowPreview: (state, action) => {
|
15
|
+
state.showPreview = action.payload;
|
16
|
+
},
|
17
|
+
},
|
18
|
+
selectors: {
|
19
|
+
selectShowPreview: (state) => state.showPreview,
|
20
|
+
},
|
21
|
+
});
|
22
|
+
export default slice.reducer;
|
23
|
+
export const { setShowPreview } = slice.actions;
|
24
|
+
export const { selectShowPreview } = slice.selectors;
|
29
25
|
export const schemaApi = api.injectEndpoints({
|
30
26
|
endpoints: (builder) => ({
|
31
27
|
createDirectory: builder.mutation({
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/store/reducers/schema/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/store/reducers/schema/schema.ts"],"names":[],"mappings":"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"}
|