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