ydb-embedded-ui 6.6.1 → 6.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +31 -30
- package/dist/src/components/InfoViewer/InfoViewer.d.ts +1 -1
- package/dist/src/components/InfoViewer/InfoViewer.js +2 -1
- package/dist/src/components/InfoViewer/i18n/en.json +2 -1
- package/dist/src/components/InfoViewer/i18n/index.d.ts +1 -1
- package/dist/src/components/InfoViewer/i18n/index.js +1 -2
- package/dist/src/containers/App/App.d.ts +1 -1
- package/dist/src/containers/App/Content.js +1 -1
- package/dist/src/containers/App/appSlots.d.ts +1 -1
- package/dist/src/containers/AppWithClusters/AppWithClusters.js +1 -1
- package/dist/src/containers/AsideNavigation/Navigation.js +1 -3
- package/dist/src/containers/AsideNavigation/i18n/en.json +0 -2
- package/dist/src/containers/AsideNavigation/i18n/index.d.ts +1 -1
- package/dist/src/containers/AsideNavigation/i18n/index.js +1 -2
- package/dist/src/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/src/containers/Clusters/constants.d.ts +1 -1
- package/dist/src/containers/Header/Header.js +17 -21
- package/dist/src/containers/Header/Header.scss +14 -5
- package/dist/src/containers/Header/breadcrumbs.js +65 -71
- package/dist/src/containers/Heatmap/Heatmap.js +3 -3
- package/dist/src/containers/Nodes/Nodes.js +4 -4
- package/dist/src/containers/Nodes/VirtualNodes.js +2 -2
- package/dist/src/containers/Storage/Storage.js +2 -2
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.js +4 -3
- package/dist/src/containers/Tablets/Tablets.js +8 -8
- package/dist/src/containers/TabletsFilters/TabletsFilters.d.ts +2 -57
- package/dist/src/containers/TabletsFilters/TabletsFilters.js +70 -180
- package/dist/src/containers/Tenant/Acl/Acl.d.ts +3 -1
- package/dist/src/containers/Tenant/Acl/Acl.js +85 -69
- package/dist/src/containers/Tenant/Acl/Acl.scss +14 -9
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +4 -5
- package/dist/src/containers/Tenant/Diagnostics/Consumers/Consumers.js +3 -3
- package/dist/src/containers/Tenant/Diagnostics/Describe/Describe.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/Describe/Describe.js +5 -6
- package/dist/src/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +1 -0
- package/dist/src/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +3 -5
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +26 -50
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.scss +1 -1
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +19 -58
- package/dist/src/containers/Tenant/Diagnostics/Network/Network.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/Network/Network.js +5 -5
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +1 -6
- package/dist/src/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +2 -1
- package/dist/src/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +3 -8
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.js +19 -21
- package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +3 -3
- package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.scss +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +2 -1
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +3 -8
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +3 -1
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +5 -5
- package/dist/src/containers/Tenant/Diagnostics/Partitions/Partitions.js +4 -12
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +48 -57
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +2 -5
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +7 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +1 -6
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +22 -16
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +2 -8
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +4 -4
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +4 -4
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +4 -4
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +2 -1
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +5 -5
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +3 -3
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +4 -4
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +7 -9
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +3 -3
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +3 -3
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +1 -1
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +2 -2
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +5 -5
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.d.ts +3 -2
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +8 -8
- package/dist/src/containers/Tenant/EntityTitle/EntityTitle.d.ts +6 -0
- package/dist/src/containers/Tenant/EntityTitle/EntityTitle.js +11 -0
- package/dist/src/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -6
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.js +0 -6
- package/dist/src/containers/Tenant/Info/View/View.js +0 -6
- package/dist/src/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +2 -1
- package/dist/src/containers/Tenant/ObjectGeneral/ObjectGeneral.js +7 -13
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +4 -4
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +159 -63
- package/dist/src/containers/Tenant/Query/Issues/Issues.js +6 -5
- package/dist/src/containers/Tenant/Query/Preview/Preview.d.ts +2 -1
- package/dist/src/containers/Tenant/Query/Preview/Preview.js +6 -6
- package/dist/src/containers/Tenant/Query/Query.d.ts +1 -0
- package/dist/src/containers/Tenant/Query/Query.scss +1 -1
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +2 -0
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +9 -22
- package/dist/src/containers/Tenant/Query/i18n/en.json +1 -1
- package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.d.ts +1 -0
- package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.js +11 -19
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +2 -2
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +13 -8
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.d.ts +2 -1
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.js +21 -2
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/en.json +1 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +1 -1
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +2 -1
- package/dist/src/containers/Tenant/Schema/SchemaViewer/types.d.ts +1 -0
- package/dist/src/containers/Tenant/Tenant.js +20 -36
- package/dist/src/containers/Tenant/Tenant.scss +4 -0
- package/dist/src/containers/Tenant/TenantNavigation/TenantNavigation.d.ts +2 -0
- package/dist/src/containers/Tenant/TenantNavigation/TenantNavigation.js +19 -0
- package/dist/src/containers/Tenant/TenantNavigation/TenantNavigation.scss +18 -0
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.d.ts +9 -0
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +44 -0
- package/dist/src/containers/Tenant/i18n/en.json +22 -1
- package/dist/src/containers/Tenant/i18n/index.d.ts +1 -1
- package/dist/src/containers/Tenant/utils/index.d.ts +1 -0
- package/dist/src/containers/Tenant/utils/index.js +6 -0
- package/dist/src/containers/Tenant/utils/queryTemplates.d.ts +4 -0
- package/dist/src/containers/Tenant/utils/queryTemplates.js +32 -0
- package/dist/src/containers/Tenant/utils/schemaActions.js +18 -2
- package/dist/src/containers/UserSettings/Setting.d.ts +7 -9
- package/dist/src/containers/UserSettings/Setting.js +13 -28
- package/dist/src/containers/UserSettings/UserSettings.d.ts +0 -2
- package/dist/src/containers/UserSettings/UserSettings.js +3 -6
- package/dist/src/containers/UserSettings/i18n/en.json +2 -2
- package/dist/src/containers/UserSettings/settings.js +3 -3
- package/dist/src/lib.d.ts +1 -1
- package/dist/src/lib.js +1 -1
- package/dist/src/routes.d.ts +1 -1
- package/dist/src/routes.js +3 -1
- package/dist/src/services/api.d.ts +6 -1
- package/dist/src/services/api.js +24 -3
- package/dist/src/services/settings.d.ts +1 -0
- package/dist/src/services/settings.js +3 -2
- package/dist/src/store/configureStore.d.ts +36 -134
- package/dist/src/store/configureStore.js +2 -15
- package/dist/src/store/defaultStore.d.ts +17 -81
- package/dist/src/store/reducers/api.js +0 -1
- package/dist/src/store/reducers/authentication/authentication.d.ts +51 -243
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +196 -849
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.js +3 -3
- package/dist/src/store/reducers/hotKeys/hotKeys.d.ts +6 -25
- package/dist/src/store/reducers/hotKeys/hotKeys.js +36 -49
- package/dist/src/store/reducers/index.d.ts +23 -100
- package/dist/src/store/reducers/index.js +0 -8
- package/dist/src/store/reducers/node/selectors.d.ts +0 -40
- package/dist/src/store/reducers/nodesList.d.ts +0 -40
- package/dist/src/store/reducers/schema/schema.d.ts +13 -149
- package/dist/src/store/reducers/schema/schema.js +45 -90
- package/dist/src/store/reducers/schema/types.d.ts +2 -21
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +8 -135
- package/dist/src/store/reducers/schemaAcl/schemaAcl.js +18 -44
- package/dist/src/store/reducers/settings/settings.d.ts +17 -23
- package/dist/src/store/reducers/settings/settings.js +40 -33
- package/dist/src/store/reducers/settings/types.d.ts +1 -12
- package/dist/src/store/reducers/tablets.d.ts +288 -41
- package/dist/src/store/reducers/tablets.js +8 -4
- package/dist/src/store/reducers/tabletsFilters.d.ts +11 -164
- package/dist/src/store/reducers/tabletsFilters.js +14 -76
- package/dist/src/store/reducers/tenants/selectors.d.ts +8 -362
- package/dist/src/store/reducers/topic.d.ts +0 -600
- package/dist/src/store/state-url-mapping.js +0 -3
- package/dist/src/styles/mixins.scss +5 -0
- package/dist/src/styles/themes.scss +1 -1
- package/dist/src/types/api/acl.d.ts +2 -1
- package/dist/src/types/api/schema/schema.d.ts +5 -0
- package/dist/src/utils/constants.d.ts +1 -1
- package/dist/src/utils/constants.js +1 -1
- package/dist/src/utils/dataFormatters/dataFormatters.d.ts +2 -1
- package/dist/src/utils/dataFormatters/dataFormatters.js +7 -3
- package/dist/src/utils/hooks/index.d.ts +1 -0
- package/dist/src/utils/hooks/index.js +1 -0
- package/dist/src/utils/hooks/useAutoRefreshInterval.d.ts +1 -0
- package/dist/src/utils/hooks/useAutoRefreshInterval.js +5 -0
- package/dist/src/utils/utils.js +2 -1
- package/package.json +31 -30
- package/dist/src/components/InfoViewer/i18n/ru.json +0 -4
- package/dist/src/components/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +0 -6
- package/dist/src/components/InfoViewer/schemaOverview/CDCStreamOverview.js +0 -17
- package/dist/src/components/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +0 -6
- package/dist/src/components/InfoViewer/schemaOverview/PersQueueGroupOverview.js +0 -20
- package/dist/src/components/InfoViewer/schemaOverview/index.d.ts +0 -2
- package/dist/src/components/InfoViewer/schemaOverview/index.js +0 -2
- package/dist/src/containers/AsideNavigation/i18n/ru.json +0 -10
- package/dist/src/containers/AsideNavigation/useNavigationMenuItems.d.ts +0 -2
- package/dist/src/containers/AsideNavigation/useNavigationMenuItems.js +0 -54
- package/dist/src/containers/UserSettings/UserSettings.scss +0 -9
- package/dist/src/store/reducers/host.d.ts +0 -130
- package/dist/src/store/reducers/host.js +0 -26
- package/dist/src/store/reducers/hotKeys/types.d.ts +0 -10
- package/dist/src/store/reducers/hotKeys/types.js +0 -1
- package/dist/src/store/reducers/schemaAcl/types.d.ts +0 -12
- package/dist/src/store/reducers/schemaAcl/types.js +0 -1
- package/dist/src/types/store/host.d.ts +0 -15
- package/dist/src/types/store/host.js +0 -1
@@ -24,59 +24,35 @@ export declare const authenticate: (user: string, password: string) => (dispatch
|
|
24
24
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
25
25
|
tablets: import("../../../types/store/tablets").TabletsState;
|
26
26
|
schema: import("../schema/types").SchemaState;
|
27
|
-
host: import("../../../types/store/host").IHostState;
|
28
27
|
tenants: import("../tenants/types").TenantsState;
|
29
28
|
partitions: import("../partitions/types").PartitionsState;
|
30
29
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
31
|
-
tabletsFilters: {
|
32
|
-
loading: boolean;
|
33
|
-
requestTime: number;
|
34
|
-
data: undefined;
|
35
|
-
wasLoaded: boolean;
|
36
|
-
stateFilter: never[];
|
37
|
-
typeFilter: never[];
|
38
|
-
} | {
|
39
|
-
tabletsData: any;
|
40
|
-
nodes: any;
|
41
|
-
loading: boolean;
|
42
|
-
wasLoaded: boolean;
|
43
|
-
timeoutForRequest: number;
|
44
|
-
error: undefined;
|
45
|
-
data: undefined;
|
46
|
-
stateFilter: never[];
|
47
|
-
typeFilter: never[];
|
48
|
-
} | {
|
49
|
-
error: any;
|
50
|
-
loading: boolean;
|
51
|
-
data: undefined;
|
52
|
-
wasLoaded: boolean;
|
53
|
-
stateFilter: never[];
|
54
|
-
typeFilter: never[];
|
55
|
-
} | {
|
56
|
-
stateFilter: any;
|
57
|
-
data: undefined;
|
58
|
-
loading: boolean;
|
59
|
-
wasLoaded: boolean;
|
60
|
-
typeFilter: never[];
|
61
|
-
} | {
|
62
|
-
typeFilter: any;
|
63
|
-
data: undefined;
|
64
|
-
loading: boolean;
|
65
|
-
wasLoaded: boolean;
|
66
|
-
stateFilter: never[];
|
67
|
-
};
|
68
30
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
69
31
|
settings: import("../settings/types").SettingsState;
|
70
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
71
32
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
72
33
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
73
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
74
34
|
authentication: AuthenticationState;
|
75
35
|
header: import("../header/types").HeaderState;
|
76
36
|
saveQuery: string | null;
|
77
37
|
fullscreen: boolean;
|
78
38
|
clusters: import("../clusters/types").ClustersFilters;
|
79
|
-
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<
|
39
|
+
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction | import("../../../types/store/tooltip").ITooltipAction | {
|
40
|
+
readonly type: "schema/SET_SHOW_PREVIEW";
|
41
|
+
readonly data: boolean;
|
42
|
+
} | import("../../../types/store/executeQuery").ExecuteQueryAction | AuthenticationAction | {
|
43
|
+
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
44
|
+
readonly page: import("../header/types").Page;
|
45
|
+
readonly options: {} | import("../header/types").TabletsBreadcrumbsOptions | import("../header/types").TenantBreadcrumbsOptions | import("../header/types").ClusterBreadcrumbsOptions | import("../header/types").TabletBreadcrumbsOptions | import("../header/types").NodeBreadcrumbsOptions;
|
46
|
+
} | ({
|
47
|
+
readonly type: "SET_QUERY_NAME_TO_EDIT";
|
48
|
+
readonly data: string;
|
49
|
+
} | {
|
50
|
+
readonly type: "CLEAR_QUERY_NAME_TO_EDIT";
|
51
|
+
}) | {
|
52
|
+
readonly type: "ENABLE_FULLSCREEN_MODE";
|
53
|
+
} | {
|
54
|
+
readonly type: "DISABLE_FULLSCREEN_MODE";
|
55
|
+
} | import("redux").Action<string>>, getState: () => {
|
80
56
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
81
57
|
singleClusterMode: boolean;
|
82
58
|
cluster: import("../cluster/types").ClusterState;
|
@@ -84,53 +60,13 @@ export declare const authenticate: (user: string, password: string) => (dispatch
|
|
84
60
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
85
61
|
tablets: import("../../../types/store/tablets").TabletsState;
|
86
62
|
schema: import("../schema/types").SchemaState;
|
87
|
-
host: import("../../../types/store/host").IHostState;
|
88
63
|
tenants: import("../tenants/types").TenantsState;
|
89
64
|
partitions: import("../partitions/types").PartitionsState;
|
90
65
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
91
|
-
tabletsFilters: {
|
92
|
-
loading: boolean;
|
93
|
-
requestTime: number;
|
94
|
-
data: undefined;
|
95
|
-
wasLoaded: boolean;
|
96
|
-
stateFilter: never[];
|
97
|
-
typeFilter: never[];
|
98
|
-
} | {
|
99
|
-
tabletsData: any;
|
100
|
-
nodes: any;
|
101
|
-
loading: boolean;
|
102
|
-
wasLoaded: boolean;
|
103
|
-
timeoutForRequest: number;
|
104
|
-
error: undefined;
|
105
|
-
data: undefined;
|
106
|
-
stateFilter: never[];
|
107
|
-
typeFilter: never[];
|
108
|
-
} | {
|
109
|
-
error: any;
|
110
|
-
loading: boolean;
|
111
|
-
data: undefined;
|
112
|
-
wasLoaded: boolean;
|
113
|
-
stateFilter: never[];
|
114
|
-
typeFilter: never[];
|
115
|
-
} | {
|
116
|
-
stateFilter: any;
|
117
|
-
data: undefined;
|
118
|
-
loading: boolean;
|
119
|
-
wasLoaded: boolean;
|
120
|
-
typeFilter: never[];
|
121
|
-
} | {
|
122
|
-
typeFilter: any;
|
123
|
-
data: undefined;
|
124
|
-
loading: boolean;
|
125
|
-
wasLoaded: boolean;
|
126
|
-
stateFilter: never[];
|
127
|
-
};
|
128
66
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
129
67
|
settings: import("../settings/types").SettingsState;
|
130
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
131
68
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
132
69
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
133
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
134
70
|
authentication: AuthenticationState;
|
135
71
|
header: import("../header/types").HeaderState;
|
136
72
|
saveQuery: string | null;
|
@@ -145,59 +81,35 @@ export declare const logout: () => (dispatch: import("redux-thunk").ThunkDispatc
|
|
145
81
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
146
82
|
tablets: import("../../../types/store/tablets").TabletsState;
|
147
83
|
schema: import("../schema/types").SchemaState;
|
148
|
-
host: import("../../../types/store/host").IHostState;
|
149
84
|
tenants: import("../tenants/types").TenantsState;
|
150
85
|
partitions: import("../partitions/types").PartitionsState;
|
151
86
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
152
|
-
tabletsFilters: {
|
153
|
-
loading: boolean;
|
154
|
-
requestTime: number;
|
155
|
-
data: undefined;
|
156
|
-
wasLoaded: boolean;
|
157
|
-
stateFilter: never[];
|
158
|
-
typeFilter: never[];
|
159
|
-
} | {
|
160
|
-
tabletsData: any;
|
161
|
-
nodes: any;
|
162
|
-
loading: boolean;
|
163
|
-
wasLoaded: boolean;
|
164
|
-
timeoutForRequest: number;
|
165
|
-
error: undefined;
|
166
|
-
data: undefined;
|
167
|
-
stateFilter: never[];
|
168
|
-
typeFilter: never[];
|
169
|
-
} | {
|
170
|
-
error: any;
|
171
|
-
loading: boolean;
|
172
|
-
data: undefined;
|
173
|
-
wasLoaded: boolean;
|
174
|
-
stateFilter: never[];
|
175
|
-
typeFilter: never[];
|
176
|
-
} | {
|
177
|
-
stateFilter: any;
|
178
|
-
data: undefined;
|
179
|
-
loading: boolean;
|
180
|
-
wasLoaded: boolean;
|
181
|
-
typeFilter: never[];
|
182
|
-
} | {
|
183
|
-
typeFilter: any;
|
184
|
-
data: undefined;
|
185
|
-
loading: boolean;
|
186
|
-
wasLoaded: boolean;
|
187
|
-
stateFilter: never[];
|
188
|
-
};
|
189
87
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
190
88
|
settings: import("../settings/types").SettingsState;
|
191
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
192
89
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
193
90
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
194
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
195
91
|
authentication: AuthenticationState;
|
196
92
|
header: import("../header/types").HeaderState;
|
197
93
|
saveQuery: string | null;
|
198
94
|
fullscreen: boolean;
|
199
95
|
clusters: import("../clusters/types").ClustersFilters;
|
200
|
-
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<
|
96
|
+
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction | import("../../../types/store/tooltip").ITooltipAction | {
|
97
|
+
readonly type: "schema/SET_SHOW_PREVIEW";
|
98
|
+
readonly data: boolean;
|
99
|
+
} | import("../../../types/store/executeQuery").ExecuteQueryAction | AuthenticationAction | {
|
100
|
+
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
101
|
+
readonly page: import("../header/types").Page;
|
102
|
+
readonly options: {} | import("../header/types").TabletsBreadcrumbsOptions | import("../header/types").TenantBreadcrumbsOptions | import("../header/types").ClusterBreadcrumbsOptions | import("../header/types").TabletBreadcrumbsOptions | import("../header/types").NodeBreadcrumbsOptions;
|
103
|
+
} | ({
|
104
|
+
readonly type: "SET_QUERY_NAME_TO_EDIT";
|
105
|
+
readonly data: string;
|
106
|
+
} | {
|
107
|
+
readonly type: "CLEAR_QUERY_NAME_TO_EDIT";
|
108
|
+
}) | {
|
109
|
+
readonly type: "ENABLE_FULLSCREEN_MODE";
|
110
|
+
} | {
|
111
|
+
readonly type: "DISABLE_FULLSCREEN_MODE";
|
112
|
+
} | import("redux").Action<string>>, getState: () => {
|
201
113
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
202
114
|
singleClusterMode: boolean;
|
203
115
|
cluster: import("../cluster/types").ClusterState;
|
@@ -205,53 +117,13 @@ export declare const logout: () => (dispatch: import("redux-thunk").ThunkDispatc
|
|
205
117
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
206
118
|
tablets: import("../../../types/store/tablets").TabletsState;
|
207
119
|
schema: import("../schema/types").SchemaState;
|
208
|
-
host: import("../../../types/store/host").IHostState;
|
209
120
|
tenants: import("../tenants/types").TenantsState;
|
210
121
|
partitions: import("../partitions/types").PartitionsState;
|
211
122
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
212
|
-
tabletsFilters: {
|
213
|
-
loading: boolean;
|
214
|
-
requestTime: number;
|
215
|
-
data: undefined;
|
216
|
-
wasLoaded: boolean;
|
217
|
-
stateFilter: never[];
|
218
|
-
typeFilter: never[];
|
219
|
-
} | {
|
220
|
-
tabletsData: any;
|
221
|
-
nodes: any;
|
222
|
-
loading: boolean;
|
223
|
-
wasLoaded: boolean;
|
224
|
-
timeoutForRequest: number;
|
225
|
-
error: undefined;
|
226
|
-
data: undefined;
|
227
|
-
stateFilter: never[];
|
228
|
-
typeFilter: never[];
|
229
|
-
} | {
|
230
|
-
error: any;
|
231
|
-
loading: boolean;
|
232
|
-
data: undefined;
|
233
|
-
wasLoaded: boolean;
|
234
|
-
stateFilter: never[];
|
235
|
-
typeFilter: never[];
|
236
|
-
} | {
|
237
|
-
stateFilter: any;
|
238
|
-
data: undefined;
|
239
|
-
loading: boolean;
|
240
|
-
wasLoaded: boolean;
|
241
|
-
typeFilter: never[];
|
242
|
-
} | {
|
243
|
-
typeFilter: any;
|
244
|
-
data: undefined;
|
245
|
-
loading: boolean;
|
246
|
-
wasLoaded: boolean;
|
247
|
-
stateFilter: never[];
|
248
|
-
};
|
249
123
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
250
124
|
settings: import("../settings/types").SettingsState;
|
251
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
252
125
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
253
126
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
254
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
255
127
|
authentication: AuthenticationState;
|
256
128
|
header: import("../header/types").HeaderState;
|
257
129
|
saveQuery: string | null;
|
@@ -266,59 +138,35 @@ export declare const getUser: () => (dispatch: import("redux-thunk").ThunkDispat
|
|
266
138
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
267
139
|
tablets: import("../../../types/store/tablets").TabletsState;
|
268
140
|
schema: import("../schema/types").SchemaState;
|
269
|
-
host: import("../../../types/store/host").IHostState;
|
270
141
|
tenants: import("../tenants/types").TenantsState;
|
271
142
|
partitions: import("../partitions/types").PartitionsState;
|
272
143
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
273
|
-
tabletsFilters: {
|
274
|
-
loading: boolean;
|
275
|
-
requestTime: number;
|
276
|
-
data: undefined;
|
277
|
-
wasLoaded: boolean;
|
278
|
-
stateFilter: never[];
|
279
|
-
typeFilter: never[];
|
280
|
-
} | {
|
281
|
-
tabletsData: any;
|
282
|
-
nodes: any;
|
283
|
-
loading: boolean;
|
284
|
-
wasLoaded: boolean;
|
285
|
-
timeoutForRequest: number;
|
286
|
-
error: undefined;
|
287
|
-
data: undefined;
|
288
|
-
stateFilter: never[];
|
289
|
-
typeFilter: never[];
|
290
|
-
} | {
|
291
|
-
error: any;
|
292
|
-
loading: boolean;
|
293
|
-
data: undefined;
|
294
|
-
wasLoaded: boolean;
|
295
|
-
stateFilter: never[];
|
296
|
-
typeFilter: never[];
|
297
|
-
} | {
|
298
|
-
stateFilter: any;
|
299
|
-
data: undefined;
|
300
|
-
loading: boolean;
|
301
|
-
wasLoaded: boolean;
|
302
|
-
typeFilter: never[];
|
303
|
-
} | {
|
304
|
-
typeFilter: any;
|
305
|
-
data: undefined;
|
306
|
-
loading: boolean;
|
307
|
-
wasLoaded: boolean;
|
308
|
-
stateFilter: never[];
|
309
|
-
};
|
310
144
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
311
145
|
settings: import("../settings/types").SettingsState;
|
312
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
313
146
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
314
147
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
315
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
316
148
|
authentication: AuthenticationState;
|
317
149
|
header: import("../header/types").HeaderState;
|
318
150
|
saveQuery: string | null;
|
319
151
|
fullscreen: boolean;
|
320
152
|
clusters: import("../clusters/types").ClustersFilters;
|
321
|
-
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<
|
153
|
+
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction | import("../../../types/store/tooltip").ITooltipAction | {
|
154
|
+
readonly type: "schema/SET_SHOW_PREVIEW";
|
155
|
+
readonly data: boolean;
|
156
|
+
} | import("../../../types/store/executeQuery").ExecuteQueryAction | AuthenticationAction | {
|
157
|
+
readonly type: "header/SET_HEADER_BREADCRUMBS";
|
158
|
+
readonly page: import("../header/types").Page;
|
159
|
+
readonly options: {} | import("../header/types").TabletsBreadcrumbsOptions | import("../header/types").TenantBreadcrumbsOptions | import("../header/types").ClusterBreadcrumbsOptions | import("../header/types").TabletBreadcrumbsOptions | import("../header/types").NodeBreadcrumbsOptions;
|
160
|
+
} | ({
|
161
|
+
readonly type: "SET_QUERY_NAME_TO_EDIT";
|
162
|
+
readonly data: string;
|
163
|
+
} | {
|
164
|
+
readonly type: "CLEAR_QUERY_NAME_TO_EDIT";
|
165
|
+
}) | {
|
166
|
+
readonly type: "ENABLE_FULLSCREEN_MODE";
|
167
|
+
} | {
|
168
|
+
readonly type: "DISABLE_FULLSCREEN_MODE";
|
169
|
+
} | import("redux").Action<string>>, getState: () => {
|
322
170
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
323
171
|
singleClusterMode: boolean;
|
324
172
|
cluster: import("../cluster/types").ClusterState;
|
@@ -326,53 +174,13 @@ export declare const getUser: () => (dispatch: import("redux-thunk").ThunkDispat
|
|
326
174
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
327
175
|
tablets: import("../../../types/store/tablets").TabletsState;
|
328
176
|
schema: import("../schema/types").SchemaState;
|
329
|
-
host: import("../../../types/store/host").IHostState;
|
330
177
|
tenants: import("../tenants/types").TenantsState;
|
331
178
|
partitions: import("../partitions/types").PartitionsState;
|
332
179
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
333
|
-
tabletsFilters: {
|
334
|
-
loading: boolean;
|
335
|
-
requestTime: number;
|
336
|
-
data: undefined;
|
337
|
-
wasLoaded: boolean;
|
338
|
-
stateFilter: never[];
|
339
|
-
typeFilter: never[];
|
340
|
-
} | {
|
341
|
-
tabletsData: any;
|
342
|
-
nodes: any;
|
343
|
-
loading: boolean;
|
344
|
-
wasLoaded: boolean;
|
345
|
-
timeoutForRequest: number;
|
346
|
-
error: undefined;
|
347
|
-
data: undefined;
|
348
|
-
stateFilter: never[];
|
349
|
-
typeFilter: never[];
|
350
|
-
} | {
|
351
|
-
error: any;
|
352
|
-
loading: boolean;
|
353
|
-
data: undefined;
|
354
|
-
wasLoaded: boolean;
|
355
|
-
stateFilter: never[];
|
356
|
-
typeFilter: never[];
|
357
|
-
} | {
|
358
|
-
stateFilter: any;
|
359
|
-
data: undefined;
|
360
|
-
loading: boolean;
|
361
|
-
wasLoaded: boolean;
|
362
|
-
typeFilter: never[];
|
363
|
-
} | {
|
364
|
-
typeFilter: any;
|
365
|
-
data: undefined;
|
366
|
-
loading: boolean;
|
367
|
-
wasLoaded: boolean;
|
368
|
-
stateFilter: never[];
|
369
|
-
};
|
370
180
|
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
371
181
|
settings: import("../settings/types").SettingsState;
|
372
|
-
schemaAcl: import("../schemaAcl/types").SchemaAclState;
|
373
182
|
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
374
183
|
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
375
|
-
hotKeys: import("../hotKeys/types").HotKeysState;
|
376
184
|
authentication: AuthenticationState;
|
377
185
|
header: import("../header/types").HeaderState;
|
378
186
|
saveQuery: string | null;
|