@ytsaurus/ui 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/build/cjs/shared/constants/settings-types.d.ts +7 -1
- package/build/cjs/shared/constants/settings-types.js.map +1 -1
- package/build/cjs/shared/constants/settings.d.ts +1 -0
- package/build/cjs/shared/constants/settings.js +1 -0
- package/build/cjs/shared/constants/settings.js.map +1 -1
- package/build/cjs/ui/components/Icon/Icon.d.ts +1 -0
- package/build/cjs/ui/components/Icon/importGravityIcons.d.ts +1 -0
- package/build/cjs/ui/components/Icon/importGravityIcons.js +18 -1
- package/build/cjs/ui/components/Icon/importGravityIcons.js.map +1 -1
- package/build/cjs/ui/containers/SettingsMenu/SettingsMenuItem.d.ts +2 -0
- package/build/cjs/ui/containers/SettingsMenu/SettingsMenuItem.js +10 -4
- package/build/cjs/ui/containers/SettingsMenu/SettingsMenuItem.js.map +1 -1
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js +1 -2
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/cjs/ui/hooks/use-prevent-unload.d.ts +3 -0
- package/build/cjs/ui/hooks/use-prevent-unload.js +25 -0
- package/build/cjs/ui/hooks/use-prevent-unload.js.map +1 -0
- package/build/cjs/ui/pages/components/tabs/node/NodeLocations/NodeLocations.js +27 -13
- package/build/cjs/ui/pages/components/tabs/node/NodeLocations/NodeLocations.js.map +1 -1
- package/build/cjs/ui/pages/components/tabs/nodes/NodeCard/NodeCard.d.ts +1 -0
- package/build/cjs/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js +12 -1
- package/build/cjs/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.d.ts +2 -0
- package/build/cjs/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.js +28 -0
- package/build/cjs/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.js.map +1 -0
- package/build/cjs/ui/pages/query-tracker/QueryEditor/QueryEditor.d.ts +1 -7
- package/build/cjs/ui/pages/query-tracker/QueryEditor/QueryEditor.js +4 -34
- package/build/cjs/ui/pages/query-tracker/QueryEditor/QueryEditor.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/QueryResults/hooks/useQueryResultTabs.js +5 -3
- package/build/cjs/ui/pages/query-tracker/QueryResults/hooks/useQueryResultTabs.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/QueryTracker/QueryTracker.js +11 -11
- package/build/cjs/ui/pages/query-tracker/QueryTracker/QueryTracker.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/QueryTrackerTopRow/index.js +3 -2
- package/build/cjs/ui/pages/query-tracker/QueryTrackerTopRow/index.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/hooks/QueriesList/index.d.ts +4 -0
- package/build/cjs/ui/pages/query-tracker/hooks/QueriesList/index.js +14 -1
- package/build/cjs/ui/pages/query-tracker/hooks/QueriesList/index.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/query/actions.d.ts +1 -1
- package/build/cjs/ui/pages/query-tracker/module/query/actions.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/query/reducer.d.ts +1 -0
- package/build/cjs/ui/pages/query-tracker/module/query/reducer.js +6 -1
- package/build/cjs/ui/pages/query-tracker/module/query/reducer.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +1 -0
- package/build/cjs/ui/pages/query-tracker/module/query/selectors.js +4 -1
- package/build/cjs/ui/pages/query-tracker/module/query/selectors.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +839 -0
- package/build/cjs/ui/pages/query-tracker/module/settings/selector.js +12 -0
- package/build/cjs/ui/pages/query-tracker/module/settings/selector.js.map +1 -0
- package/build/cjs/ui/store/actions/settings/index.d.ts +3 -2
- package/build/cjs/ui/store/actions/settings/index.js +8 -2
- package/build/cjs/ui/store/actions/settings/index.js.map +1 -1
- package/build/cjs/ui/store/reducers/global/cluster-ui-config.d.ts +0 -1
- package/build/cjs/ui/store/reducers/global/cluster-ui-config.js.map +1 -1
- package/build/cjs/ui/store/selectors/global/index.d.ts +0 -840
- package/build/cjs/ui/store/selectors/global/index.js +2 -8
- package/build/cjs/ui/store/selectors/global/index.js.map +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/table.js +2 -3
- package/build/cjs/ui/store/selectors/navigation/content/table.js.map +1 -1
- package/build/cjs/ui/store/selectors/settings-base.d.ts +3 -0
- package/build/cjs/ui/store/selectors/settings-base.js +10 -0
- package/build/cjs/ui/store/selectors/settings-base.js.map +1 -0
- package/build/esm/shared/constants/settings-types.d.ts +7 -1
- package/build/esm/shared/constants/settings-types.js.map +1 -1
- package/build/esm/shared/constants/settings.d.ts +1 -0
- package/build/esm/shared/constants/settings.js +2 -1
- package/build/esm/shared/constants/settings.js.map +1 -1
- package/build/esm/ui/components/Icon/Icon.d.ts +1 -0
- package/build/esm/ui/components/Icon/importGravityIcons.d.ts +1 -0
- package/build/esm/ui/components/Icon/importGravityIcons.js +18 -1
- package/build/esm/ui/components/Icon/importGravityIcons.js.map +1 -1
- package/build/esm/ui/containers/SettingsMenu/SettingsMenuItem.d.ts +2 -0
- package/build/esm/ui/containers/SettingsMenu/SettingsMenuItem.js +11 -5
- package/build/esm/ui/containers/SettingsMenu/SettingsMenuItem.js.map +1 -1
- package/build/esm/ui/containers/SettingsPanel/settings-description.js +2 -3
- package/build/esm/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/esm/ui/hooks/use-prevent-unload.d.ts +3 -0
- package/build/esm/ui/hooks/use-prevent-unload.js +19 -0
- package/build/esm/ui/hooks/use-prevent-unload.js.map +1 -0
- package/build/esm/ui/pages/components/tabs/node/NodeLocations/NodeLocations.js +28 -13
- package/build/esm/ui/pages/components/tabs/node/NodeLocations/NodeLocations.js.map +1 -1
- package/build/esm/ui/pages/components/tabs/nodes/NodeCard/NodeCard.d.ts +1 -0
- package/build/esm/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js +12 -1
- package/build/esm/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.d.ts +2 -0
- package/build/esm/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.js +21 -0
- package/build/esm/ui/pages/query-tracker/QueriesListSidebarToggleButton/QueriesListSidebarToggleButton.js.map +1 -0
- package/build/esm/ui/pages/query-tracker/QueryEditor/QueryEditor.d.ts +1 -7
- package/build/esm/ui/pages/query-tracker/QueryEditor/QueryEditor.js +4 -34
- package/build/esm/ui/pages/query-tracker/QueryEditor/QueryEditor.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/QueryResults/hooks/useQueryResultTabs.js +5 -3
- package/build/esm/ui/pages/query-tracker/QueryResults/hooks/useQueryResultTabs.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/QueryTracker/QueryTracker.js +11 -11
- package/build/esm/ui/pages/query-tracker/QueryTracker/QueryTracker.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/QueryTrackerTopRow/index.js +4 -2
- package/build/esm/ui/pages/query-tracker/QueryTrackerTopRow/index.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/hooks/QueriesList/index.d.ts +4 -0
- package/build/esm/ui/pages/query-tracker/hooks/QueriesList/index.js +13 -0
- package/build/esm/ui/pages/query-tracker/hooks/QueriesList/index.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/query/actions.d.ts +1 -1
- package/build/esm/ui/pages/query-tracker/module/query/actions.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/query/reducer.d.ts +1 -0
- package/build/esm/ui/pages/query-tracker/module/query/reducer.js +6 -1
- package/build/esm/ui/pages/query-tracker/module/query/reducer.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +1 -0
- package/build/esm/ui/pages/query-tracker/module/query/selectors.js +3 -0
- package/build/esm/ui/pages/query-tracker/module/query/selectors.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +839 -0
- package/build/esm/ui/pages/query-tracker/module/settings/selector.js +6 -0
- package/build/esm/ui/pages/query-tracker/module/settings/selector.js.map +1 -0
- package/build/esm/ui/store/actions/settings/index.d.ts +3 -2
- package/build/esm/ui/store/actions/settings/index.js +7 -2
- package/build/esm/ui/store/actions/settings/index.js.map +1 -1
- package/build/esm/ui/store/reducers/global/cluster-ui-config.d.ts +0 -1
- package/build/esm/ui/store/reducers/global/cluster-ui-config.js.map +1 -1
- package/build/esm/ui/store/selectors/global/index.d.ts +0 -840
- package/build/esm/ui/store/selectors/global/index.js +0 -6
- package/build/esm/ui/store/selectors/global/index.js.map +1 -1
- package/build/esm/ui/store/selectors/navigation/content/table.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/table.js +2 -3
- package/build/esm/ui/store/selectors/navigation/content/table.js.map +1 -1
- package/build/esm/ui/store/selectors/settings-base.d.ts +3 -0
- package/build/esm/ui/store/selectors/settings-base.js +4 -0
- package/build/esm/ui/store/selectors/settings-base.js.map +1 -0
- package/dist/public/build/assets-manifest.json +22 -22
- package/dist/public/build/css/{225.b92ccff1.chunk.css → 150.81172525.chunk.css} +1 -1
- package/dist/public/build/css/{225.b92ccff1.chunk.css.map → 150.81172525.chunk.css.map} +1 -1
- package/dist/public/build/css/{622.fd3f4ea8.chunk.css → 869.8f91d9da.chunk.css} +1 -1
- package/dist/public/build/css/{622.fd3f4ea8.chunk.css.map → 869.8f91d9da.chunk.css.map} +1 -1
- package/dist/public/build/css/{315.6f50c50a.chunk.css → 934.adfa96ce.chunk.css} +1 -1
- package/dist/public/build/css/{315.6f50c50a.chunk.css.map → 934.adfa96ce.chunk.css.map} +1 -1
- package/dist/public/build/js/150.911decab.chunk.js +2 -0
- package/dist/public/build/js/150.911decab.chunk.js.map +1 -0
- package/dist/public/build/js/869.3cf341b5.chunk.js +3 -0
- package/dist/public/build/js/869.3cf341b5.chunk.js.map +1 -0
- package/dist/public/build/js/925.ef88f4d2.chunk.js +2 -0
- package/dist/public/build/js/{925.88573496.chunk.js.map → 925.ef88f4d2.chunk.js.map} +1 -1
- package/dist/public/build/js/934.fb5e730e.chunk.js +2 -0
- package/dist/public/build/js/934.fb5e730e.chunk.js.map +1 -0
- package/dist/public/build/js/main.ff54db3c.js +3 -0
- package/dist/public/build/js/{main.f963eaee.js.map → main.ff54db3c.js.map} +1 -1
- package/dist/public/build/js/{runtime.f4dc30b7.js → runtime.fea34b4d.js} +2 -2
- package/dist/public/build/js/{runtime.f4dc30b7.js.map → runtime.fea34b4d.js.map} +1 -1
- package/dist/public/build/manifest.json +18 -18
- package/dist/shared/constants/settings-types.d.ts +7 -1
- package/dist/shared/constants/settings.d.ts +1 -0
- package/dist/shared/constants/settings.js +1 -0
- package/package.json +2 -2
- package/dist/public/build/js/225.1200e703.chunk.js +0 -2
- package/dist/public/build/js/225.1200e703.chunk.js.map +0 -1
- package/dist/public/build/js/315.332b1ef1.chunk.js +0 -2
- package/dist/public/build/js/315.332b1ef1.chunk.js.map +0 -1
- package/dist/public/build/js/622.137ced51.chunk.js +0 -3
- package/dist/public/build/js/622.137ced51.chunk.js.map +0 -1
- package/dist/public/build/js/925.88573496.chunk.js +0 -2
- package/dist/public/build/js/main.f963eaee.js +0 -3
- /package/dist/public/build/js/{622.137ced51.chunk.js.LICENSE.txt → 869.3cf341b5.chunk.js.LICENSE.txt} +0 -0
- /package/dist/public/build/js/{main.f963eaee.js.LICENSE.txt → main.ff54db3c.js.LICENSE.txt} +0 -0
@@ -3,848 +3,8 @@ import { ClusterConfig } from '../../../../shared/yt-types';
|
|
3
3
|
export declare const getGlobalError: (state: RootState) => any;
|
4
4
|
export declare const getCluster: (state: RootState) => string;
|
5
5
|
export declare const getRootPagesCluster: (state: RootState) => string | undefined;
|
6
|
-
export declare const getClusterUiConfigWebJsonValueFormat: (state: RootState) => "schemaless" | "yql";
|
7
6
|
export declare const getGlobalLoadState: (state: RootState) => any;
|
8
7
|
export declare const getTheme: (state: RootState) => '' | 'dark' | 'light';
|
9
|
-
export declare const isYqlTypesSupported: ((state: Omit<import("redux").CombinedState<{
|
10
|
-
acl: any;
|
11
|
-
aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
|
12
|
-
actions: never;
|
13
|
-
clustersMenu: {
|
14
|
-
viewMode: any;
|
15
|
-
clusters: {};
|
16
|
-
clusterFilter: string;
|
17
|
-
} | {
|
18
|
-
clusterFilter: any;
|
19
|
-
clusters: {};
|
20
|
-
viewMode: string;
|
21
|
-
};
|
22
|
-
components: import("redux").CombinedState<{
|
23
|
-
versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
|
24
|
-
nodes: import("redux").CombinedState<{
|
25
|
-
nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
|
26
|
-
setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
|
27
|
-
}>;
|
28
|
-
node: import("redux").CombinedState<{
|
29
|
-
node: import("../../reducers/components/node/node").NodeEphemeralState;
|
30
|
-
memory: {
|
31
|
-
sortOrder: import("../../../types").SortState<string>[];
|
32
|
-
tablesSortOrder: import("../../../types").SortState<string>[];
|
33
|
-
collapsedBundles: string[];
|
34
|
-
viewMode: "cells" | "tables";
|
35
|
-
loading: boolean;
|
36
|
-
loaded: boolean;
|
37
|
-
error: import("../../../types").YTError | undefined;
|
38
|
-
memory: import("../../../types/node/node").MemoryUsage | undefined;
|
39
|
-
filter: string;
|
40
|
-
host: string;
|
41
|
-
};
|
42
|
-
}>;
|
43
|
-
proxies: import("redux").CombinedState<{
|
44
|
-
proxies: {
|
45
|
-
loading: boolean;
|
46
|
-
loaded: boolean;
|
47
|
-
error: boolean;
|
48
|
-
errorData: {};
|
49
|
-
proxies: never[];
|
50
|
-
} & {
|
51
|
-
hostFilter: string;
|
52
|
-
stateFilter: string;
|
53
|
-
roleFilter: string;
|
54
|
-
bannedFilter: "false" | "all" | "true";
|
55
|
-
};
|
56
|
-
}>;
|
57
|
-
shards: {
|
58
|
-
loading: boolean;
|
59
|
-
loaded: boolean;
|
60
|
-
error: boolean;
|
61
|
-
errorData: {};
|
62
|
-
shards: never[];
|
63
|
-
nameId: string;
|
64
|
-
nameVisible: boolean;
|
65
|
-
nameLoading: boolean;
|
66
|
-
nameLoaded: boolean;
|
67
|
-
nameError: boolean;
|
68
|
-
nameErrorData: {};
|
69
|
-
};
|
70
|
-
nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
|
71
|
-
}>;
|
72
|
-
global: any;
|
73
|
-
supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
|
74
|
-
modals: import("redux").CombinedState<{
|
75
|
-
attributesModal: {
|
76
|
-
title: any;
|
77
|
-
visible: boolean;
|
78
|
-
loading: boolean;
|
79
|
-
loaded: boolean;
|
80
|
-
error: boolean;
|
81
|
-
attributes: {};
|
82
|
-
errorData: {};
|
83
|
-
} | {
|
84
|
-
attributes: any;
|
85
|
-
loading: boolean;
|
86
|
-
loaded: boolean;
|
87
|
-
error: boolean;
|
88
|
-
visible: boolean;
|
89
|
-
title: string;
|
90
|
-
errorData: {};
|
91
|
-
} | {
|
92
|
-
errorData: any;
|
93
|
-
loading: boolean;
|
94
|
-
loaded: boolean;
|
95
|
-
error: boolean;
|
96
|
-
visible: boolean;
|
97
|
-
title: string;
|
98
|
-
attributes: {};
|
99
|
-
};
|
100
|
-
errors: import("../../reducers/modals/errors").ErrorsState;
|
101
|
-
}>;
|
102
|
-
navigation: import("redux").CombinedState<{
|
103
|
-
pathEditor: {
|
104
|
-
suggestionsLoaded: boolean;
|
105
|
-
suggestionsLoading: boolean;
|
106
|
-
suggestions: any;
|
107
|
-
suggestionsPath: any;
|
108
|
-
suggestionsError: boolean;
|
109
|
-
errorMessage: string;
|
110
|
-
} | {
|
111
|
-
suggestionsLoading: boolean;
|
112
|
-
errorMessage: any;
|
113
|
-
suggestionsError: boolean;
|
114
|
-
suggestions: never[];
|
115
|
-
suggestionsPath: string;
|
116
|
-
suggestionsLoaded: boolean;
|
117
|
-
};
|
118
|
-
navigation: {
|
119
|
-
loadState: "" | "error" | "loading" | "loaded" | "cancelled";
|
120
|
-
transaction: null;
|
121
|
-
error: undefined;
|
122
|
-
attributes: {};
|
123
|
-
isIdmSupported: boolean;
|
124
|
-
remoteDestinationsConfig: undefined;
|
125
|
-
remoteDestinationsState: "";
|
126
|
-
remoteDestinationsError: undefined;
|
127
|
-
isWriteable: boolean;
|
128
|
-
isAccountUsable: boolean;
|
129
|
-
checkPermissionsError: undefined;
|
130
|
-
} & {
|
131
|
-
path: string;
|
132
|
-
mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
133
|
-
};
|
134
|
-
content: import("redux").CombinedState<{
|
135
|
-
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
136
|
-
mapNode: {
|
137
|
-
loadState: "";
|
138
|
-
resourcesLoading: boolean;
|
139
|
-
error: undefined;
|
140
|
-
nodesData: never[];
|
141
|
-
lastSelected: undefined;
|
142
|
-
} & {
|
143
|
-
filter: string;
|
144
|
-
filterPathname: string;
|
145
|
-
customSort: string;
|
146
|
-
selected: {};
|
147
|
-
mediumType: string;
|
148
|
-
contentMode: "default";
|
149
|
-
};
|
150
|
-
table: {
|
151
|
-
loading: boolean;
|
152
|
-
loaded: boolean;
|
153
|
-
error: boolean;
|
154
|
-
errorData: {};
|
155
|
-
columns: never[];
|
156
|
-
columnsOrder: never[];
|
157
|
-
omittedColumns: never[];
|
158
|
-
deniedKeyColumns: never[];
|
159
|
-
rows: never[];
|
160
|
-
yqlTypes: null;
|
161
|
-
isOffsetSelectorOpen: boolean;
|
162
|
-
isColumnSelectorOpen: boolean;
|
163
|
-
isFullScreen: boolean;
|
164
|
-
nextOffsetValue: null;
|
165
|
-
moveBackward: boolean;
|
166
|
-
validColumns: never[];
|
167
|
-
queryPreparing: boolean;
|
168
|
-
} & {
|
169
|
-
isDynamic: boolean;
|
170
|
-
isStrict: boolean;
|
171
|
-
offsetMode: string;
|
172
|
-
offsetValue: string;
|
173
|
-
pageSize: 10 | 50 | 100 | 200;
|
174
|
-
cellSize: 1024 | 16384 | 32768 | 65536;
|
175
|
-
columnsPresetHash: string;
|
176
|
-
columnsPreset: {
|
177
|
-
columns: undefined;
|
178
|
-
hash: undefined;
|
179
|
-
error: undefined;
|
180
|
-
};
|
181
|
-
};
|
182
|
-
tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
|
183
|
-
document: {
|
184
|
-
document: any;
|
185
|
-
loaded: boolean;
|
186
|
-
loading: boolean;
|
187
|
-
error: boolean;
|
188
|
-
errorData: {};
|
189
|
-
} | {
|
190
|
-
loading: boolean;
|
191
|
-
error: boolean;
|
192
|
-
errorData: any;
|
193
|
-
loaded: boolean;
|
194
|
-
document: null;
|
195
|
-
};
|
196
|
-
file: {
|
197
|
-
file: any;
|
198
|
-
loaded: boolean;
|
199
|
-
loading: boolean;
|
200
|
-
error: boolean;
|
201
|
-
errorData: {};
|
202
|
-
} | {
|
203
|
-
loading: boolean;
|
204
|
-
error: boolean;
|
205
|
-
errorData: any;
|
206
|
-
loaded: boolean;
|
207
|
-
file: string;
|
208
|
-
};
|
209
|
-
transaction: {
|
210
|
-
loading: boolean;
|
211
|
-
error: boolean;
|
212
|
-
errorData: any;
|
213
|
-
};
|
214
|
-
transactionMap: {
|
215
|
-
loading: boolean;
|
216
|
-
loaded: boolean;
|
217
|
-
error: boolean;
|
218
|
-
errorData: {};
|
219
|
-
transactions: never[];
|
220
|
-
} & {
|
221
|
-
filter: string;
|
222
|
-
};
|
223
|
-
}>;
|
224
|
-
modals: import("redux").CombinedState<{
|
225
|
-
attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
|
226
|
-
createDirectory: {
|
227
|
-
creatingPath: any;
|
228
|
-
popupVisible: boolean;
|
229
|
-
showError: boolean;
|
230
|
-
creating: boolean;
|
231
|
-
errorMessage: string;
|
232
|
-
error: {};
|
233
|
-
} | {
|
234
|
-
creatingPath: string;
|
235
|
-
suggestions: never[];
|
236
|
-
popupVisible: boolean;
|
237
|
-
showError: boolean;
|
238
|
-
creating: boolean;
|
239
|
-
errorMessage: string;
|
240
|
-
error: {};
|
241
|
-
} | {
|
242
|
-
showError: boolean;
|
243
|
-
errorMessage: any;
|
244
|
-
error: any;
|
245
|
-
popupVisible: boolean;
|
246
|
-
creating: boolean;
|
247
|
-
creatingPath: string;
|
248
|
-
};
|
249
|
-
restoreObject: {
|
250
|
-
popupVisible: boolean;
|
251
|
-
restoredPath: any;
|
252
|
-
objectPath: any;
|
253
|
-
showError: boolean;
|
254
|
-
errorMessage: string;
|
255
|
-
error: {};
|
256
|
-
restoring: boolean;
|
257
|
-
} | {
|
258
|
-
path: string;
|
259
|
-
objectPath: string;
|
260
|
-
suggestions: never[];
|
261
|
-
popupVisible: boolean;
|
262
|
-
showError: boolean;
|
263
|
-
restoredPath: string;
|
264
|
-
errorMessage: string;
|
265
|
-
error: {};
|
266
|
-
restoring: boolean;
|
267
|
-
} | {
|
268
|
-
showError: boolean;
|
269
|
-
errorMessage: any;
|
270
|
-
error: any;
|
271
|
-
restoredPath: string;
|
272
|
-
objectPath: string;
|
273
|
-
popupVisible: boolean;
|
274
|
-
restoring: boolean;
|
275
|
-
};
|
276
|
-
deleteObject: {
|
277
|
-
item: any;
|
278
|
-
multipleMode: any;
|
279
|
-
permanently: any;
|
280
|
-
visible: boolean;
|
281
|
-
loading: boolean;
|
282
|
-
loaded: boolean;
|
283
|
-
error: boolean;
|
284
|
-
errorData: {};
|
285
|
-
loadingRealPath: boolean;
|
286
|
-
errorRealPath: boolean;
|
287
|
-
errorDataRealPath: {};
|
288
|
-
realPath: string;
|
289
|
-
account: string;
|
290
|
-
name: string;
|
291
|
-
resourceUsage: {};
|
292
|
-
multipleInfo: never[];
|
293
|
-
} | {
|
294
|
-
loadingRealPath: boolean;
|
295
|
-
errorRealPath: boolean;
|
296
|
-
multipleInfo: any;
|
297
|
-
loading: boolean;
|
298
|
-
loaded: boolean;
|
299
|
-
error: boolean;
|
300
|
-
errorData: {};
|
301
|
-
errorDataRealPath: {};
|
302
|
-
realPath: string;
|
303
|
-
account: string;
|
304
|
-
name: string;
|
305
|
-
resourceUsage: {};
|
306
|
-
visible: boolean;
|
307
|
-
permanently: boolean;
|
308
|
-
multipleMode: boolean;
|
309
|
-
item: {};
|
310
|
-
} | {
|
311
|
-
loadingRealPath: boolean;
|
312
|
-
errorRealPath: boolean;
|
313
|
-
realPath: any;
|
314
|
-
name: any;
|
315
|
-
account: any;
|
316
|
-
resourceUsage: any;
|
317
|
-
loading: boolean;
|
318
|
-
loaded: boolean;
|
319
|
-
error: boolean;
|
320
|
-
errorData: {};
|
321
|
-
errorDataRealPath: {};
|
322
|
-
visible: boolean;
|
323
|
-
permanently: boolean;
|
324
|
-
multipleMode: boolean;
|
325
|
-
multipleInfo: never[];
|
326
|
-
item: {};
|
327
|
-
} | {
|
328
|
-
loadingRealPath: boolean;
|
329
|
-
errorRealPath: boolean;
|
330
|
-
errorDataRealPath: any;
|
331
|
-
loading: boolean;
|
332
|
-
loaded: boolean;
|
333
|
-
error: boolean;
|
334
|
-
errorData: {};
|
335
|
-
realPath: string;
|
336
|
-
account: string;
|
337
|
-
name: string;
|
338
|
-
resourceUsage: {};
|
339
|
-
visible: boolean;
|
340
|
-
permanently: boolean;
|
341
|
-
multipleMode: boolean;
|
342
|
-
multipleInfo: never[];
|
343
|
-
item: {};
|
344
|
-
} | {
|
345
|
-
loading: boolean;
|
346
|
-
error: boolean;
|
347
|
-
errorData: any;
|
348
|
-
loaded: boolean;
|
349
|
-
loadingRealPath: boolean;
|
350
|
-
errorRealPath: boolean;
|
351
|
-
errorDataRealPath: {};
|
352
|
-
realPath: string;
|
353
|
-
account: string;
|
354
|
-
name: string;
|
355
|
-
resourceUsage: {};
|
356
|
-
visible: boolean;
|
357
|
-
permanently: boolean;
|
358
|
-
multipleMode: boolean;
|
359
|
-
multipleInfo: never[];
|
360
|
-
item: {};
|
361
|
-
};
|
362
|
-
createTable: any;
|
363
|
-
moveObject: {
|
364
|
-
creating: boolean;
|
365
|
-
renaming: boolean;
|
366
|
-
errorMessage: string;
|
367
|
-
error: {};
|
368
|
-
popupVisible: boolean;
|
369
|
-
showError: boolean;
|
370
|
-
multipleMode: boolean;
|
371
|
-
items: never[];
|
372
|
-
movedPath: string;
|
373
|
-
objectPath: string;
|
374
|
-
} | {
|
375
|
-
items: any;
|
376
|
-
multipleMode: any;
|
377
|
-
movedPath: any;
|
378
|
-
popupVisible: boolean;
|
379
|
-
objectPath: any;
|
380
|
-
showError: boolean;
|
381
|
-
renaming: boolean;
|
382
|
-
errorMessage: string;
|
383
|
-
error: {};
|
384
|
-
} | {
|
385
|
-
movedPath: string;
|
386
|
-
suggestions: never[];
|
387
|
-
popupVisible: boolean;
|
388
|
-
showError: boolean;
|
389
|
-
renaming: boolean;
|
390
|
-
multipleMode: boolean;
|
391
|
-
items: never[];
|
392
|
-
errorMessage: string;
|
393
|
-
error: {};
|
394
|
-
objectPath: string;
|
395
|
-
} | {
|
396
|
-
showError: boolean;
|
397
|
-
errorMessage: any;
|
398
|
-
error: any;
|
399
|
-
popupVisible: boolean;
|
400
|
-
renaming: boolean;
|
401
|
-
multipleMode: boolean;
|
402
|
-
items: never[];
|
403
|
-
movedPath: string;
|
404
|
-
objectPath: string;
|
405
|
-
};
|
406
|
-
copyObject: {
|
407
|
-
items: any;
|
408
|
-
objectPath: any;
|
409
|
-
multipleMode: any;
|
410
|
-
popupVisible: boolean;
|
411
|
-
copyPath: any;
|
412
|
-
showError: boolean;
|
413
|
-
errorMessage: string;
|
414
|
-
error: {};
|
415
|
-
copying: boolean;
|
416
|
-
} | {
|
417
|
-
path: string;
|
418
|
-
objectPath: string;
|
419
|
-
suggestions: never[];
|
420
|
-
popupVisible: boolean;
|
421
|
-
showError: boolean;
|
422
|
-
copyPath: string;
|
423
|
-
errorMessage: string;
|
424
|
-
error: {};
|
425
|
-
copying: boolean;
|
426
|
-
multipleMode: boolean;
|
427
|
-
items: never[];
|
428
|
-
} | {
|
429
|
-
showError: boolean;
|
430
|
-
errorMessage: any;
|
431
|
-
error: any;
|
432
|
-
copyPath: string;
|
433
|
-
objectPath: string;
|
434
|
-
popupVisible: boolean;
|
435
|
-
copying: boolean;
|
436
|
-
multipleMode: boolean;
|
437
|
-
items: never[];
|
438
|
-
};
|
439
|
-
tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
|
440
|
-
tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
|
441
|
-
remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
|
442
|
-
dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
|
443
|
-
linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
|
444
|
-
}>;
|
445
|
-
tabs: import("redux").CombinedState<{
|
446
|
-
accessLog: import("redux").CombinedState<{
|
447
|
-
accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
|
448
|
-
accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
|
449
|
-
}>;
|
450
|
-
consumer: import("redux").CombinedState<{
|
451
|
-
filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
|
452
|
-
partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
|
453
|
-
status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
|
454
|
-
}>;
|
455
|
-
locks: any;
|
456
|
-
queue: import("redux").CombinedState<{
|
457
|
-
filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
|
458
|
-
partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
|
459
|
-
status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
|
460
|
-
}>;
|
461
|
-
schema: {
|
462
|
-
column: any;
|
463
|
-
};
|
464
|
-
tablets: {
|
465
|
-
loading: boolean;
|
466
|
-
loaded: boolean;
|
467
|
-
error: boolean;
|
468
|
-
errorData: {};
|
469
|
-
tablets: never[];
|
470
|
-
expandedHosts: never[];
|
471
|
-
} & {
|
472
|
-
tabletsFilter: string;
|
473
|
-
tabletsMode: string;
|
474
|
-
histogramType: string;
|
475
|
-
histogramCollapsed: boolean;
|
476
|
-
};
|
477
|
-
annotation: any;
|
478
|
-
tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
|
479
|
-
userAttributes: {
|
480
|
-
userAttributeKeys: any;
|
481
|
-
loaded: boolean;
|
482
|
-
loading: boolean;
|
483
|
-
error: boolean;
|
484
|
-
errorData: {};
|
485
|
-
} | {
|
486
|
-
loading: boolean;
|
487
|
-
error: boolean;
|
488
|
-
errorData: any;
|
489
|
-
loaded: boolean;
|
490
|
-
userAttributeKeys: never[];
|
491
|
-
};
|
492
|
-
}>;
|
493
|
-
}>;
|
494
|
-
dashboard: {
|
495
|
-
activeTab: any;
|
496
|
-
};
|
497
|
-
operations: import("redux").CombinedState<{
|
498
|
-
page: {
|
499
|
-
editWeightModal: {
|
500
|
-
visible: boolean;
|
501
|
-
editable: any;
|
502
|
-
operation: any;
|
503
|
-
loading: boolean;
|
504
|
-
loaded: boolean;
|
505
|
-
error: boolean;
|
506
|
-
errorData: {};
|
507
|
-
};
|
508
|
-
status: string;
|
509
|
-
error: {};
|
510
|
-
} | {
|
511
|
-
editWeightModal: {
|
512
|
-
loading: boolean;
|
513
|
-
error: boolean;
|
514
|
-
errorData: any;
|
515
|
-
loaded: boolean;
|
516
|
-
editable: boolean;
|
517
|
-
visible: boolean;
|
518
|
-
operation: {};
|
519
|
-
};
|
520
|
-
status: string;
|
521
|
-
error: {};
|
522
|
-
};
|
523
|
-
list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
|
524
|
-
detail: {
|
525
|
-
loading: boolean;
|
526
|
-
loaded: boolean;
|
527
|
-
error: boolean;
|
528
|
-
errorData: {
|
529
|
-
message: string;
|
530
|
-
details: null;
|
531
|
-
};
|
532
|
-
operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
|
533
|
-
actions: import("../../../utils/operations/details-ts").OperationAction[];
|
534
|
-
details: {
|
535
|
-
alert_events: {
|
536
|
-
alert_type: string;
|
537
|
-
time: string;
|
538
|
-
error: YTError;
|
539
|
-
}[];
|
540
|
-
};
|
541
|
-
resourcesStatus: "";
|
542
|
-
resources: {};
|
543
|
-
monitorChartStates: {};
|
544
|
-
};
|
545
|
-
statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
|
546
|
-
jobs: any;
|
547
|
-
jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
|
548
|
-
}>;
|
549
|
-
settings: import("../../reducers/settings").SettingsState;
|
550
|
-
slideoutMenu: {
|
551
|
-
pages: {
|
552
|
-
all: import("../../../pages").HeaderItem[];
|
553
|
-
recent: never[];
|
554
|
-
rest: never[];
|
555
|
-
};
|
556
|
-
clusters: {
|
557
|
-
all: any;
|
558
|
-
recent: never[];
|
559
|
-
rest: never[];
|
560
|
-
};
|
561
|
-
};
|
562
|
-
system: import("redux").CombinedState<{
|
563
|
-
schedulersAndAgents: {
|
564
|
-
fetching: boolean;
|
565
|
-
hasError: boolean;
|
566
|
-
error: {};
|
567
|
-
schedulers: never[];
|
568
|
-
schedulerAlerts: never[];
|
569
|
-
agents: never[];
|
570
|
-
agentAlerts: never[];
|
571
|
-
};
|
572
|
-
proxies: import("../../reducers/system/proxies").HttpProxiesState;
|
573
|
-
rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
|
574
|
-
chunks: {
|
575
|
-
fetching: boolean;
|
576
|
-
error: null;
|
577
|
-
replication: undefined;
|
578
|
-
sealer: undefined;
|
579
|
-
refresh: undefined;
|
580
|
-
requisitionUpdate: undefined;
|
581
|
-
cells: undefined;
|
582
|
-
types: undefined;
|
583
|
-
};
|
584
|
-
resources: {
|
585
|
-
loaded: boolean;
|
586
|
-
nodeAttrsLoaded: boolean;
|
587
|
-
fetching: boolean;
|
588
|
-
resources: {};
|
589
|
-
nodeAttributes: undefined;
|
590
|
-
};
|
591
|
-
masters: import("../../reducers/system/masters").MastersState;
|
592
|
-
nodes: import("../../reducers/system/nodes").SystemNodesState;
|
593
|
-
}>;
|
594
|
-
tables: {
|
595
|
-
clusters: {
|
596
|
-
field: string;
|
597
|
-
asc: boolean;
|
598
|
-
};
|
599
|
-
"system/chunks": {
|
600
|
-
field: string;
|
601
|
-
asc: boolean;
|
602
|
-
};
|
603
|
-
"navigation/map-nodes": {
|
604
|
-
field: string;
|
605
|
-
asc: boolean;
|
606
|
-
};
|
607
|
-
"navigation/tablets": {
|
608
|
-
field: string;
|
609
|
-
asc: boolean;
|
610
|
-
};
|
611
|
-
"navigation/content/transaction-map": {
|
612
|
-
field: string;
|
613
|
-
asc: boolean;
|
614
|
-
};
|
615
|
-
"tablet/partitions": {
|
616
|
-
field: string;
|
617
|
-
asc: boolean;
|
618
|
-
};
|
619
|
-
"tablet/partition/stores": {
|
620
|
-
field: string;
|
621
|
-
asc: boolean;
|
622
|
-
};
|
623
|
-
"accounts/accounts": {
|
624
|
-
field: string;
|
625
|
-
asc: boolean;
|
626
|
-
};
|
627
|
-
"operations/detail/jobs": {
|
628
|
-
field: string;
|
629
|
-
asc: boolean;
|
630
|
-
};
|
631
|
-
"components/versions/detailed": {
|
632
|
-
field: string;
|
633
|
-
asc: boolean;
|
634
|
-
};
|
635
|
-
"components/nodes": {
|
636
|
-
field: string;
|
637
|
-
asc: boolean;
|
638
|
-
};
|
639
|
-
"components/nodes/node": {
|
640
|
-
field: string;
|
641
|
-
asc: boolean;
|
642
|
-
};
|
643
|
-
"components/proxies": {
|
644
|
-
field: string;
|
645
|
-
asc: boolean;
|
646
|
-
};
|
647
|
-
"scheduling/pool-tree": {
|
648
|
-
field: string;
|
649
|
-
asc: boolean;
|
650
|
-
};
|
651
|
-
"scheduling/pool-children": {
|
652
|
-
field: string;
|
653
|
-
asc: boolean;
|
654
|
-
};
|
655
|
-
};
|
656
|
-
accounts: import("redux").CombinedState<{
|
657
|
-
accounts: {
|
658
|
-
fetching: boolean;
|
659
|
-
wasLoaded: boolean;
|
660
|
-
loadTotals: boolean;
|
661
|
-
loadNodes: boolean;
|
662
|
-
error: boolean;
|
663
|
-
errorData: {};
|
664
|
-
accounts: never[];
|
665
|
-
accountsTreeState: string;
|
666
|
-
editableAccount: {};
|
667
|
-
showEditor: boolean;
|
668
|
-
responsibleUsers: never[];
|
669
|
-
usableAccounts: never[];
|
670
|
-
clusterTotalsUsage: {};
|
671
|
-
nodesData: {};
|
672
|
-
editCounter: number;
|
673
|
-
disableCacheForNextFetch: boolean;
|
674
|
-
} & {
|
675
|
-
activeAccount: string;
|
676
|
-
activeNameFilter: string;
|
677
|
-
activeContentModeFilter: string;
|
678
|
-
masterMemoryContentMode: string;
|
679
|
-
activeMediumFilter: string;
|
680
|
-
sortState: {
|
681
|
-
field: string;
|
682
|
-
asc: boolean;
|
683
|
-
};
|
684
|
-
abcServiceFilter: {
|
685
|
-
slug: undefined;
|
686
|
-
};
|
687
|
-
};
|
688
|
-
editor: {
|
689
|
-
users: never[];
|
690
|
-
usersError: {};
|
691
|
-
fetchingError: boolean;
|
692
|
-
activeUserFilter: string;
|
693
|
-
activeUserList: never[];
|
694
|
-
createModalVisible: boolean;
|
695
|
-
deleteModalVisible: boolean;
|
696
|
-
newAccountInfo: {};
|
697
|
-
};
|
698
|
-
usage: import("redux").CombinedState<{
|
699
|
-
snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
|
700
|
-
list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
|
701
|
-
tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
|
702
|
-
filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
|
703
|
-
listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
|
704
|
-
treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
|
705
|
-
}>;
|
706
|
-
}>;
|
707
|
-
pathViewer: {
|
708
|
-
loading: boolean;
|
709
|
-
loaded: boolean;
|
710
|
-
error: boolean;
|
711
|
-
errorData: {};
|
712
|
-
data: undefined;
|
713
|
-
} & {
|
714
|
-
path: string;
|
715
|
-
attributes: string;
|
716
|
-
command: string;
|
717
|
-
maxSize: string;
|
718
|
-
encodeUTF8: boolean;
|
719
|
-
stringify: boolean;
|
720
|
-
annotateWithTypes: boolean;
|
721
|
-
};
|
722
|
-
tablet: import("redux").CombinedState<{
|
723
|
-
tablet: {
|
724
|
-
loading: boolean;
|
725
|
-
loaded: boolean;
|
726
|
-
error: boolean;
|
727
|
-
errorData: {};
|
728
|
-
attributes: {};
|
729
|
-
partitions: never[];
|
730
|
-
tabletErrors: never[];
|
731
|
-
replicationErrors: {};
|
732
|
-
tablePath: string;
|
733
|
-
cellLeadingPeer: {};
|
734
|
-
activeHistogram: string;
|
735
|
-
pivotKey: undefined;
|
736
|
-
nextPivotKey: undefined;
|
737
|
-
} & {
|
738
|
-
contentMode: string;
|
739
|
-
};
|
740
|
-
stores: {
|
741
|
-
stores: any;
|
742
|
-
loaded: boolean;
|
743
|
-
loading: boolean;
|
744
|
-
error: boolean;
|
745
|
-
errorData: {};
|
746
|
-
} | {
|
747
|
-
loading: boolean;
|
748
|
-
error: boolean;
|
749
|
-
errorData: any;
|
750
|
-
loaded: boolean;
|
751
|
-
stores: never[];
|
752
|
-
};
|
753
|
-
}>;
|
754
|
-
tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
|
755
|
-
tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
|
756
|
-
chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
|
757
|
-
chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
|
758
|
-
users: import("redux").CombinedState<{
|
759
|
-
table: {
|
760
|
-
loaded: boolean;
|
761
|
-
loading: boolean;
|
762
|
-
error: null;
|
763
|
-
users: never[];
|
764
|
-
sort: {
|
765
|
-
column: string;
|
766
|
-
order: string;
|
767
|
-
};
|
768
|
-
} & {
|
769
|
-
bannedFilter: boolean;
|
770
|
-
nameFilter: string;
|
771
|
-
groupFilter: string;
|
772
|
-
};
|
773
|
-
editUser: {
|
774
|
-
loaded: boolean;
|
775
|
-
loading: boolean;
|
776
|
-
error: null;
|
777
|
-
showModal: boolean;
|
778
|
-
username: string;
|
779
|
-
data: {};
|
780
|
-
};
|
781
|
-
}>;
|
782
|
-
groups: import("redux").CombinedState<{
|
783
|
-
table: {
|
784
|
-
loaded: boolean;
|
785
|
-
loading: boolean;
|
786
|
-
error: null;
|
787
|
-
groups: never[];
|
788
|
-
sort: {
|
789
|
-
column: string;
|
790
|
-
order: string;
|
791
|
-
};
|
792
|
-
expanded: {};
|
793
|
-
} & {
|
794
|
-
nameFilter: string;
|
795
|
-
};
|
796
|
-
editor: {
|
797
|
-
loaded: boolean;
|
798
|
-
loading: boolean;
|
799
|
-
error: null;
|
800
|
-
data: {};
|
801
|
-
idmData: {
|
802
|
-
group: {
|
803
|
-
members: never[];
|
804
|
-
responsibles: never[];
|
805
|
-
};
|
806
|
-
version: string;
|
807
|
-
};
|
808
|
-
showModal: boolean;
|
809
|
-
groupName: string;
|
810
|
-
};
|
811
|
-
}>;
|
812
|
-
scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
|
813
|
-
schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
|
814
|
-
loadAllOperations: boolean;
|
815
|
-
};
|
816
|
-
schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
|
817
|
-
suggests: import("redux").CombinedState<{
|
818
|
-
tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
|
819
|
-
}>;
|
820
|
-
job: import("redux").CombinedState<{
|
821
|
-
general: import("../../reducers/job/general").GeneralState;
|
822
|
-
statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
|
823
|
-
competitors: import("../../reducers/job/competitors").CompetitorsState;
|
824
|
-
specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
|
825
|
-
}>;
|
826
|
-
executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
|
827
|
-
queryTracker: import("redux").CombinedState<{
|
828
|
-
list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
|
829
|
-
query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
|
830
|
-
results: never;
|
831
|
-
}>;
|
832
|
-
}>, "global"> & {
|
833
|
-
global: {
|
834
|
-
[key: string]: any;
|
835
|
-
clusterUiConfig: import("../../reducers/global/cluster-ui-config").ClusterUiConfig;
|
836
|
-
cluster?: string | undefined;
|
837
|
-
rootPagesCluster?: string | undefined;
|
838
|
-
asideHeaderWidth: number;
|
839
|
-
schedulerVersion: string;
|
840
|
-
masterVersion: string;
|
841
|
-
allowedExperimentalPages: string[];
|
842
|
-
};
|
843
|
-
}) => boolean) & import("reselect").OutputSelectorFields<(args_0: "schemaless" | "yql") => boolean, {
|
844
|
-
clearCache: () => void;
|
845
|
-
}> & {
|
846
|
-
clearCache: () => void;
|
847
|
-
};
|
848
8
|
export declare const getClusterUiConfig: (state: RootState) => import("../../reducers/global/cluster-ui-config").ClusterUiConfig;
|
849
9
|
export declare const getClusterUiConfigEnablePerAccountTabletAccounting: (state: RootState) => boolean;
|
850
10
|
export declare const getClusterUiConfigEnablePerBundleTabletAccounting: (state: RootState) => boolean;
|