ydb-embedded-ui 12.15.0 → 12.16.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.
Files changed (107) hide show
  1. package/dist/components/CellWithPopover/CellWithPopover.scss +4 -3
  2. package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
  3. package/dist/components/NodeHostWrapper/NodeHostWrapper.js +8 -4
  4. package/dist/components/NodeHostWrapper/NodeHostWrapper.js.map +1 -1
  5. package/dist/components/ProblemFilter/ProblemFilter.d.ts +3 -4
  6. package/dist/components/ProblemFilter/ProblemFilter.js +8 -4
  7. package/dist/components/ProblemFilter/ProblemFilter.js.map +1 -1
  8. package/dist/components/ProblemFilter/i18n/en.json +4 -0
  9. package/dist/components/ProblemFilter/i18n/index.d.ts +2 -0
  10. package/dist/components/ProblemFilter/i18n/index.js +5 -0
  11. package/dist/components/ProblemFilter/i18n/index.js.map +1 -0
  12. package/dist/components/ResizeableDataTable/ResizeableDataTable.d.ts +12 -2
  13. package/dist/components/ResizeableDataTable/ResizeableDataTable.js +28 -12
  14. package/dist/components/ResizeableDataTable/ResizeableDataTable.js.map +1 -1
  15. package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
  16. package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
  17. package/dist/containers/Clusters/constants.d.ts +1 -1
  18. package/dist/containers/Header/Header.js +1 -1
  19. package/dist/containers/Header/Header.js.map +1 -1
  20. package/dist/containers/Node/Node.js +5 -5
  21. package/dist/containers/Node/Node.js.map +1 -1
  22. package/dist/containers/Node/Threads/Threads.js +1 -1
  23. package/dist/containers/Node/Threads/Threads.js.map +1 -1
  24. package/dist/containers/Nodes/NodesControls/NodesControls.js +3 -5
  25. package/dist/containers/Nodes/NodesControls/NodesControls.js.map +1 -1
  26. package/dist/containers/Nodes/NodesTable.d.ts +2 -3
  27. package/dist/containers/Nodes/NodesTable.js +4 -4
  28. package/dist/containers/Nodes/NodesTable.js.map +1 -1
  29. package/dist/containers/Nodes/PaginatedNodes/GroupedNodesComponent.js +1 -1
  30. package/dist/containers/Nodes/PaginatedNodes/GroupedNodesComponent.js.map +1 -1
  31. package/dist/containers/Nodes/PaginatedNodes/NodesComponent.js +3 -5
  32. package/dist/containers/Nodes/PaginatedNodes/NodesComponent.js.map +1 -1
  33. package/dist/containers/Nodes/PaginatedNodes/PaginatedNodes.js +5 -7
  34. package/dist/containers/Nodes/PaginatedNodes/PaginatedNodes.js.map +1 -1
  35. package/dist/containers/Nodes/getNodes.js +3 -3
  36. package/dist/containers/Nodes/getNodes.js.map +1 -1
  37. package/dist/containers/Nodes/useNodesPageQueryParams.d.ts +2 -0
  38. package/dist/containers/Nodes/useNodesPageQueryParams.js +17 -9
  39. package/dist/containers/Nodes/useNodesPageQueryParams.js.map +1 -1
  40. package/dist/containers/Storage/PaginatedStorageGroupsTable/columns/StorageGroupsColumns.scss +0 -4
  41. package/dist/containers/Tenant/Diagnostics/Network/Network.js +11 -16
  42. package/dist/containers/Tenant/Diagnostics/Network/Network.js.map +1 -1
  43. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +1 -5
  44. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js.map +1 -1
  45. package/dist/containers/Tenant/Diagnostics/TopQueries/QueriesTableWithDrawer.js +1 -1
  46. package/dist/containers/Tenant/Diagnostics/TopQueries/QueriesTableWithDrawer.js.map +1 -1
  47. package/dist/containers/Tenants/Tenants.js +23 -20
  48. package/dist/containers/Tenants/Tenants.js.map +1 -1
  49. package/dist/containers/Tenants/useTenantsQueryParams.d.ts +6 -0
  50. package/dist/containers/Tenants/useTenantsQueryParams.js +21 -0
  51. package/dist/containers/Tenants/useTenantsQueryParams.js.map +1 -0
  52. package/dist/containers/VDiskPage/i18n/index.d.ts +1 -1
  53. package/dist/containers/Versions/groupNodes.js +5 -11
  54. package/dist/containers/Versions/groupNodes.js.map +1 -1
  55. package/dist/store/configureStore.d.ts +0 -4
  56. package/dist/store/defaultStore.d.ts +0 -2
  57. package/dist/store/reducers/capabilities/capabilities.d.ts +0 -24
  58. package/dist/store/reducers/cluster/cluster.d.ts +0 -2
  59. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -18
  60. package/dist/store/reducers/index.d.ts +0 -3
  61. package/dist/store/reducers/index.js +0 -2
  62. package/dist/store/reducers/index.js.map +1 -1
  63. package/dist/store/reducers/node/selectors.d.ts +0 -1
  64. package/dist/store/reducers/nodes/types.d.ts +1 -2
  65. package/dist/store/reducers/nodesList.d.ts +0 -4
  66. package/dist/store/reducers/query/query.d.ts +0 -1
  67. package/dist/store/reducers/schema/schema.d.ts +0 -4
  68. package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +0 -11
  69. package/dist/store/reducers/settings/settings.d.ts +1 -10
  70. package/dist/store/reducers/settings/settings.js +1 -11
  71. package/dist/store/reducers/settings/settings.js.map +1 -1
  72. package/dist/store/reducers/settings/types.d.ts +0 -4
  73. package/dist/store/reducers/tablets.d.ts +0 -1
  74. package/dist/store/reducers/tenants/filters.d.ts +4 -0
  75. package/dist/store/reducers/tenants/filters.js +23 -0
  76. package/dist/store/reducers/tenants/filters.js.map +1 -0
  77. package/dist/store/reducers/tenants/tenants.d.ts +1 -4
  78. package/dist/store/reducers/tenants/tenants.js +0 -13
  79. package/dist/store/reducers/tenants/tenants.js.map +1 -1
  80. package/dist/store/reducers/tenants/types.d.ts +0 -6
  81. package/dist/store/reducers/topic.d.ts +0 -15
  82. package/dist/store/state-url-mapping.d.ts +1 -18
  83. package/dist/store/state-url-mapping.js +2 -19
  84. package/dist/store/state-url-mapping.js.map +1 -1
  85. package/dist/utils/hooks/useWithProblemsQueryParam.d.ts +4 -0
  86. package/dist/utils/hooks/useWithProblemsQueryParam.js +15 -0
  87. package/dist/utils/hooks/useWithProblemsQueryParam.js.map +1 -0
  88. package/dist/utils/monaco/constats.d.ts +2 -2
  89. package/dist/utils/monaco/constats.js +2 -2
  90. package/dist/utils/monaco/constats.js.map +1 -1
  91. package/dist/utils/monaco/yql/constants.js +1 -0
  92. package/dist/utils/monaco/yql/constants.js.map +1 -1
  93. package/dist/utils/monaco/yql/yql.completionItemProvider.js +2 -2
  94. package/dist/utils/monaco/yql/yql.completionItemProvider.js.map +1 -1
  95. package/dist/utils/nodes.d.ts +2 -2
  96. package/dist/utils/nodes.js +7 -4
  97. package/dist/utils/nodes.js.map +1 -1
  98. package/package.json +4 -4
  99. package/dist/components/ProblemFilter/index.d.ts +0 -1
  100. package/dist/components/ProblemFilter/index.js +0 -2
  101. package/dist/components/ProblemFilter/index.js.map +0 -1
  102. package/dist/store/reducers/settings/hooks.d.ts +0 -5
  103. package/dist/store/reducers/settings/hooks.js +0 -14
  104. package/dist/store/reducers/settings/hooks.js.map +0 -1
  105. package/dist/store/reducers/tenants/selectors.d.ts +0 -750
  106. package/dist/store/reducers/tenants/selectors.js +0 -38
  107. package/dist/store/reducers/tenants/selectors.js.map +0 -1
@@ -1,4 +1,5 @@
1
1
  import groupBy from 'lodash/groupBy';
2
+ import { checkIsStorageNode, checkIsTenantNode } from '../../utils/nodes';
2
3
  import { getColorFromVersionsData, parseNodesToPreparedVersions } from '../../utils/versions';
3
4
  import { GroupByValue } from './types';
4
5
  const sortByTitle = (a, b) => { var _a; return ((_a = a.title) === null || _a === void 0 ? void 0 : _a.localeCompare(b.title || '')) || -1; };
@@ -10,7 +11,7 @@ export const getGroupedTenantNodes = (nodes, versionsDataMap, groupByValue) => {
10
11
  const dividedByVersion = groupBy(nodes, 'Version');
11
12
  return Object.keys(dividedByVersion)
12
13
  .map((version) => {
13
- const filteredNodes = dividedByVersion[version].filter(isTenantNode);
14
+ const filteredNodes = dividedByVersion[version].filter(checkIsTenantNode);
14
15
  const dividedByTenant = groupBy(filteredNodes, 'Tenants');
15
16
  const items = Object.keys(dividedByTenant)
16
17
  .map((tenant) => {
@@ -33,7 +34,7 @@ export const getGroupedTenantNodes = (nodes, versionsDataMap, groupByValue) => {
33
34
  .filter((item) => Boolean(item));
34
35
  }
35
36
  else {
36
- const filteredNodes = nodes.filter(isTenantNode);
37
+ const filteredNodes = nodes.filter(checkIsTenantNode);
37
38
  const dividedByTenant = groupBy(filteredNodes, 'Tenants');
38
39
  return Object.keys(dividedByTenant)
39
40
  .map((tenant) => {
@@ -64,7 +65,7 @@ export const getGroupedStorageNodes = (nodes, versionsDataMap) => {
64
65
  if (!nodes || !nodes.length) {
65
66
  return undefined;
66
67
  }
67
- const storageNodes = nodes.filter(isStorageNode);
68
+ const storageNodes = nodes.filter(checkIsStorageNode);
68
69
  const storageNodesDividedByVersion = groupBy(storageNodes, 'Version');
69
70
  return Object.keys(storageNodesDividedByVersion).map((version) => {
70
71
  return {
@@ -79,7 +80,7 @@ export const getOtherNodes = (nodes, versionsDataMap) => {
79
80
  return undefined;
80
81
  }
81
82
  // Nodes that are not included in other groups
82
- const otherNodes = nodes.filter((node) => !isStorageNode(node) && !isTenantNode(node) && node.Version);
83
+ const otherNodes = nodes.filter((node) => !checkIsStorageNode(node) && !checkIsTenantNode(node) && node.Version);
83
84
  const otherNodesDividedByVersion = groupBy(otherNodes, 'Version');
84
85
  return Object.keys(otherNodesDividedByVersion).map((version) => {
85
86
  return {
@@ -89,11 +90,4 @@ export const getOtherNodes = (nodes, versionsDataMap) => {
89
90
  };
90
91
  });
91
92
  };
92
- function isStorageNode(node) {
93
- var _a;
94
- return Boolean((_a = node.Roles) === null || _a === void 0 ? void 0 : _a.includes('Storage'));
95
- }
96
- function isTenantNode(node) {
97
- return Boolean(node.Tenants);
98
- }
99
93
  //# sourceMappingURL=groupNodes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"groupNodes.js","sourceRoot":"","sources":["../../../src/containers/Versions/groupNodes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"groupNodes.js","sourceRoot":"","sources":["../../../src/containers/Versions/groupNodes.ts"],"names":[],"mappings":"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"}
@@ -19,7 +19,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, enviro
19
19
  currentSchemaPath: undefined;
20
20
  showPreview: boolean;
21
21
  };
22
- tenants: import("./reducers/tenants/types").TenantsState;
23
22
  partitions: {
24
23
  selectedConsumer?: string;
25
24
  };
@@ -53,7 +52,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, enviro
53
52
  currentSchemaPath: undefined;
54
53
  showPreview: boolean;
55
54
  } | undefined;
56
- tenants: import("./reducers/tenants/types").TenantsState | undefined;
57
55
  partitions: {
58
56
  selectedConsumer?: string;
59
57
  } | undefined;
@@ -85,7 +83,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, enviro
85
83
  currentSchemaPath: undefined;
86
84
  showPreview: boolean;
87
85
  };
88
- tenants: import("./reducers/tenants/types").TenantsState;
89
86
  partitions: {
90
87
  selectedConsumer?: string;
91
88
  };
@@ -120,7 +117,6 @@ export declare function configureStore({ aRootReducer, singleClusterMode, enviro
120
117
  currentSchemaPath: undefined;
121
118
  showPreview: boolean;
122
119
  };
123
- tenants: import("./reducers/tenants/types").TenantsState;
124
120
  partitions: {
125
121
  selectedConsumer?: string;
126
122
  };
@@ -10,7 +10,6 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
10
10
  currentSchemaPath: undefined;
11
11
  showPreview: boolean;
12
12
  };
13
- tenants: import("./reducers/tenants/types").TenantsState;
14
13
  partitions: {
15
14
  selectedConsumer?: string;
16
15
  };
@@ -45,7 +44,6 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
45
44
  currentSchemaPath: undefined;
46
45
  showPreview: boolean;
47
46
  };
48
- tenants: import("./reducers/tenants/types").TenantsState;
49
47
  partitions: {
50
48
  selectedConsumer?: string;
51
49
  };
@@ -18,7 +18,6 @@ export declare const selectDatabaseCapabilities: ((state: {
18
18
  currentSchemaPath: undefined;
19
19
  showPreview: boolean;
20
20
  };
21
- tenants: import("../tenants/types").TenantsState;
22
21
  partitions: {
23
22
  selectedConsumer?: string;
24
23
  };
@@ -115,7 +114,6 @@ export declare const selectDatabaseCapabilities: ((state: {
115
114
  currentSchemaPath: undefined;
116
115
  showPreview: boolean;
117
116
  };
118
- tenants: import("../tenants/types").TenantsState;
119
117
  partitions: {
120
118
  selectedConsumer?: string;
121
119
  };
@@ -279,7 +277,6 @@ export declare const selectDatabaseCapabilities: ((state: {
279
277
  currentSchemaPath: undefined;
280
278
  showPreview: boolean;
281
279
  };
282
- tenants: import("../tenants/types").TenantsState;
283
280
  partitions: {
284
281
  selectedConsumer?: string;
285
282
  };
@@ -514,7 +511,6 @@ export declare const selectDatabaseCapabilities: ((state: {
514
511
  currentSchemaPath: undefined;
515
512
  showPreview: boolean;
516
513
  };
517
- tenants: import("../tenants/types").TenantsState;
518
514
  partitions: {
519
515
  selectedConsumer?: string;
520
516
  };
@@ -620,7 +616,6 @@ export declare const selectCapabilityVersion: ((state: {
620
616
  currentSchemaPath: undefined;
621
617
  showPreview: boolean;
622
618
  };
623
- tenants: import("../tenants/types").TenantsState;
624
619
  partitions: {
625
620
  selectedConsumer?: string;
626
621
  };
@@ -651,7 +646,6 @@ export declare const selectCapabilityVersion: ((state: {
651
646
  currentSchemaPath: undefined;
652
647
  showPreview: boolean;
653
648
  };
654
- tenants: import("../tenants/types").TenantsState;
655
649
  partitions: {
656
650
  selectedConsumer?: string;
657
651
  };
@@ -678,7 +672,6 @@ export declare const selectCapabilityVersion: ((state: {
678
672
  currentSchemaPath: undefined;
679
673
  showPreview: boolean;
680
674
  };
681
- tenants: import("../tenants/types").TenantsState;
682
675
  partitions: {
683
676
  selectedConsumer?: string;
684
677
  };
@@ -710,7 +703,6 @@ export declare const selectCapabilityVersion: ((state: {
710
703
  currentSchemaPath: undefined;
711
704
  showPreview: boolean;
712
705
  };
713
- tenants: import("../tenants/types").TenantsState;
714
706
  partitions: {
715
707
  selectedConsumer?: string;
716
708
  };
@@ -745,7 +737,6 @@ export declare const selectSecuritySetting: ((state: {
745
737
  currentSchemaPath: undefined;
746
738
  showPreview: boolean;
747
739
  };
748
- tenants: import("../tenants/types").TenantsState;
749
740
  partitions: {
750
741
  selectedConsumer?: string;
751
742
  };
@@ -776,7 +767,6 @@ export declare const selectSecuritySetting: ((state: {
776
767
  currentSchemaPath: undefined;
777
768
  showPreview: boolean;
778
769
  };
779
- tenants: import("../tenants/types").TenantsState;
780
770
  partitions: {
781
771
  selectedConsumer?: string;
782
772
  };
@@ -803,7 +793,6 @@ export declare const selectSecuritySetting: ((state: {
803
793
  currentSchemaPath: undefined;
804
794
  showPreview: boolean;
805
795
  };
806
- tenants: import("../tenants/types").TenantsState;
807
796
  partitions: {
808
797
  selectedConsumer?: string;
809
798
  };
@@ -835,7 +824,6 @@ export declare const selectSecuritySetting: ((state: {
835
824
  currentSchemaPath: undefined;
836
825
  showPreview: boolean;
837
826
  };
838
- tenants: import("../tenants/types").TenantsState;
839
827
  partitions: {
840
828
  selectedConsumer?: string;
841
829
  };
@@ -870,7 +858,6 @@ export declare const selectGraphShardExists: ((state: {
870
858
  currentSchemaPath: undefined;
871
859
  showPreview: boolean;
872
860
  };
873
- tenants: import("../tenants/types").TenantsState;
874
861
  partitions: {
875
862
  selectedConsumer?: string;
876
863
  };
@@ -901,7 +888,6 @@ export declare const selectGraphShardExists: ((state: {
901
888
  currentSchemaPath: undefined;
902
889
  showPreview: boolean;
903
890
  };
904
- tenants: import("../tenants/types").TenantsState;
905
891
  partitions: {
906
892
  selectedConsumer?: string;
907
893
  };
@@ -928,7 +914,6 @@ export declare const selectGraphShardExists: ((state: {
928
914
  currentSchemaPath: undefined;
929
915
  showPreview: boolean;
930
916
  };
931
- tenants: import("../tenants/types").TenantsState;
932
917
  partitions: {
933
918
  selectedConsumer?: string;
934
919
  };
@@ -960,7 +945,6 @@ export declare const selectGraphShardExists: ((state: {
960
945
  currentSchemaPath: undefined;
961
946
  showPreview: boolean;
962
947
  };
963
- tenants: import("../tenants/types").TenantsState;
964
948
  partitions: {
965
949
  selectedConsumer?: string;
966
950
  };
@@ -995,7 +979,6 @@ export declare const selectBridgeModeEnabled: ((state: {
995
979
  currentSchemaPath: undefined;
996
980
  showPreview: boolean;
997
981
  };
998
- tenants: import("../tenants/types").TenantsState;
999
982
  partitions: {
1000
983
  selectedConsumer?: string;
1001
984
  };
@@ -1026,7 +1009,6 @@ export declare const selectBridgeModeEnabled: ((state: {
1026
1009
  currentSchemaPath: undefined;
1027
1010
  showPreview: boolean;
1028
1011
  };
1029
- tenants: import("../tenants/types").TenantsState;
1030
1012
  partitions: {
1031
1013
  selectedConsumer?: string;
1032
1014
  };
@@ -1053,7 +1035,6 @@ export declare const selectBridgeModeEnabled: ((state: {
1053
1035
  currentSchemaPath: undefined;
1054
1036
  showPreview: boolean;
1055
1037
  };
1056
- tenants: import("../tenants/types").TenantsState;
1057
1038
  partitions: {
1058
1039
  selectedConsumer?: string;
1059
1040
  };
@@ -1085,7 +1066,6 @@ export declare const selectBridgeModeEnabled: ((state: {
1085
1066
  currentSchemaPath: undefined;
1086
1067
  showPreview: boolean;
1087
1068
  };
1088
- tenants: import("../tenants/types").TenantsState;
1089
1069
  partitions: {
1090
1070
  selectedConsumer?: string;
1091
1071
  };
@@ -1190,7 +1170,6 @@ export declare const selectMetaCapabilityVersion: ((state: {
1190
1170
  currentSchemaPath: undefined;
1191
1171
  showPreview: boolean;
1192
1172
  };
1193
- tenants: import("../tenants/types").TenantsState;
1194
1173
  partitions: {
1195
1174
  selectedConsumer?: string;
1196
1175
  };
@@ -1221,7 +1200,6 @@ export declare const selectMetaCapabilityVersion: ((state: {
1221
1200
  currentSchemaPath: undefined;
1222
1201
  showPreview: boolean;
1223
1202
  };
1224
- tenants: import("../tenants/types").TenantsState;
1225
1203
  partitions: {
1226
1204
  selectedConsumer?: string;
1227
1205
  };
@@ -1248,7 +1226,6 @@ export declare const selectMetaCapabilityVersion: ((state: {
1248
1226
  currentSchemaPath: undefined;
1249
1227
  showPreview: boolean;
1250
1228
  };
1251
- tenants: import("../tenants/types").TenantsState;
1252
1229
  partitions: {
1253
1230
  selectedConsumer?: string;
1254
1231
  };
@@ -1280,7 +1257,6 @@ export declare const selectMetaCapabilityVersion: ((state: {
1280
1257
  currentSchemaPath: undefined;
1281
1258
  showPreview: boolean;
1282
1259
  };
1283
- tenants: import("../tenants/types").TenantsState;
1284
1260
  partitions: {
1285
1261
  selectedConsumer?: string;
1286
1262
  };
@@ -50,7 +50,6 @@ export declare const selectClusterTitle: ((state: {
50
50
  currentSchemaPath: undefined;
51
51
  showPreview: boolean;
52
52
  };
53
- tenants: import("../tenants/types").TenantsState;
54
53
  partitions: {
55
54
  selectedConsumer?: string;
56
55
  };
@@ -106,7 +105,6 @@ export declare const selectClusterTabletsWithFqdn: ((state: {
106
105
  currentSchemaPath: undefined;
107
106
  showPreview: boolean;
108
107
  };
109
- tenants: import("../tenants/types").TenantsState;
110
108
  partitions: {
111
109
  selectedConsumer?: string;
112
110
  };
@@ -18,7 +18,6 @@ export declare const selectCheckStatus: ((state: {
18
18
  currentSchemaPath: undefined;
19
19
  showPreview: boolean;
20
20
  };
21
- tenants: import("../tenants/types").TenantsState;
22
21
  partitions: {
23
22
  selectedConsumer?: string;
24
23
  };
@@ -49,7 +48,6 @@ export declare const selectCheckStatus: ((state: {
49
48
  currentSchemaPath: undefined;
50
49
  showPreview: boolean;
51
50
  };
52
- tenants: import("../tenants/types").TenantsState;
53
51
  partitions: {
54
52
  selectedConsumer?: string;
55
53
  };
@@ -150,7 +148,6 @@ export declare const selectCheckStatus: ((state: {
150
148
  currentSchemaPath: undefined;
151
149
  showPreview: boolean;
152
150
  };
153
- tenants: import("../tenants/types").TenantsState;
154
151
  partitions: {
155
152
  selectedConsumer?: string;
156
153
  };
@@ -256,7 +253,6 @@ export declare const selectCheckStatus: ((state: {
256
253
  currentSchemaPath: undefined;
257
254
  showPreview: boolean;
258
255
  };
259
- tenants: import("../tenants/types").TenantsState;
260
256
  partitions: {
261
257
  selectedConsumer?: string;
262
258
  };
@@ -365,7 +361,6 @@ export declare const selectLeavesIssues: ((state: {
365
361
  currentSchemaPath: undefined;
366
362
  showPreview: boolean;
367
363
  };
368
- tenants: import("../tenants/types").TenantsState;
369
364
  partitions: {
370
365
  selectedConsumer?: string;
371
366
  };
@@ -403,7 +398,6 @@ export declare const selectLeavesIssues: ((state: {
403
398
  currentSchemaPath: undefined;
404
399
  showPreview: boolean;
405
400
  };
406
- tenants: import("../tenants/types").TenantsState;
407
401
  partitions: {
408
402
  selectedConsumer?: string;
409
403
  };
@@ -434,7 +428,6 @@ export declare const selectLeavesIssues: ((state: {
434
428
  currentSchemaPath: undefined;
435
429
  showPreview: boolean;
436
430
  };
437
- tenants: import("../tenants/types").TenantsState;
438
431
  partitions: {
439
432
  selectedConsumer?: string;
440
433
  };
@@ -535,7 +528,6 @@ export declare const selectLeavesIssues: ((state: {
535
528
  currentSchemaPath: undefined;
536
529
  showPreview: boolean;
537
530
  };
538
- tenants: import("../tenants/types").TenantsState;
539
531
  partitions: {
540
532
  selectedConsumer?: string;
541
533
  };
@@ -641,7 +633,6 @@ export declare const selectLeavesIssues: ((state: {
641
633
  currentSchemaPath: undefined;
642
634
  showPreview: boolean;
643
635
  };
644
- tenants: import("../tenants/types").TenantsState;
645
636
  partitions: {
646
637
  selectedConsumer?: string;
647
638
  };
@@ -749,7 +740,6 @@ export declare const selectLeavesIssues: ((state: {
749
740
  currentSchemaPath: undefined;
750
741
  showPreview: boolean;
751
742
  };
752
- tenants: import("../tenants/types").TenantsState;
753
743
  partitions: {
754
744
  selectedConsumer?: string;
755
745
  };
@@ -787,7 +777,6 @@ export declare const selectLeavesIssues: ((state: {
787
777
  currentSchemaPath: undefined;
788
778
  showPreview: boolean;
789
779
  };
790
- tenants: import("../tenants/types").TenantsState;
791
780
  partitions: {
792
781
  selectedConsumer?: string;
793
782
  };
@@ -818,7 +807,6 @@ export declare const selectLeavesIssues: ((state: {
818
807
  currentSchemaPath: undefined;
819
808
  showPreview: boolean;
820
809
  };
821
- tenants: import("../tenants/types").TenantsState;
822
810
  partitions: {
823
811
  selectedConsumer?: string;
824
812
  };
@@ -919,7 +907,6 @@ export declare const selectLeavesIssues: ((state: {
919
907
  currentSchemaPath: undefined;
920
908
  showPreview: boolean;
921
909
  };
922
- tenants: import("../tenants/types").TenantsState;
923
910
  partitions: {
924
911
  selectedConsumer?: string;
925
912
  };
@@ -1025,7 +1012,6 @@ export declare const selectLeavesIssues: ((state: {
1025
1012
  currentSchemaPath: undefined;
1026
1013
  showPreview: boolean;
1027
1014
  };
1028
- tenants: import("../tenants/types").TenantsState;
1029
1015
  partitions: {
1030
1016
  selectedConsumer?: string;
1031
1017
  };
@@ -1150,7 +1136,6 @@ export declare const selectAllHealthcheckInfo: ((state: {
1150
1136
  currentSchemaPath: undefined;
1151
1137
  showPreview: boolean;
1152
1138
  };
1153
- tenants: import("../tenants/types").TenantsState;
1154
1139
  partitions: {
1155
1140
  selectedConsumer?: string;
1156
1141
  };
@@ -1181,7 +1166,6 @@ export declare const selectAllHealthcheckInfo: ((state: {
1181
1166
  currentSchemaPath: undefined;
1182
1167
  showPreview: boolean;
1183
1168
  };
1184
- tenants: import("../tenants/types").TenantsState;
1185
1169
  partitions: {
1186
1170
  selectedConsumer?: string;
1187
1171
  };
@@ -1282,7 +1266,6 @@ export declare const selectAllHealthcheckInfo: ((state: {
1282
1266
  currentSchemaPath: undefined;
1283
1267
  showPreview: boolean;
1284
1268
  };
1285
- tenants: import("../tenants/types").TenantsState;
1286
1269
  partitions: {
1287
1270
  selectedConsumer?: string;
1288
1271
  };
@@ -1388,7 +1371,6 @@ export declare const selectAllHealthcheckInfo: ((state: {
1388
1371
  currentSchemaPath: undefined;
1389
1372
  showPreview: boolean;
1390
1373
  };
1391
- tenants: import("../tenants/types").TenantsState;
1392
1374
  partitions: {
1393
1375
  selectedConsumer?: string;
1394
1376
  };
@@ -11,7 +11,6 @@ export declare const rootReducer: {
11
11
  currentSchemaPath: undefined;
12
12
  showPreview: boolean;
13
13
  }>;
14
- tenants: import("redux").Reducer<import("./tenants/types").TenantsState>;
15
14
  partitions: import("redux").Reducer<{
16
15
  selectedConsumer?: string;
17
16
  }>;
@@ -42,7 +41,6 @@ declare const combinedReducer: import("redux").Reducer<{
42
41
  currentSchemaPath: undefined;
43
42
  showPreview: boolean;
44
43
  };
45
- tenants: import("./tenants/types").TenantsState;
46
44
  partitions: {
47
45
  selectedConsumer?: string;
48
46
  };
@@ -76,7 +74,6 @@ declare const combinedReducer: import("redux").Reducer<{
76
74
  currentSchemaPath: undefined;
77
75
  showPreview: boolean;
78
76
  } | undefined;
79
- tenants: import("./tenants/types").TenantsState | undefined;
80
77
  partitions: {
81
78
  selectedConsumer?: string;
82
79
  } | undefined;
@@ -15,7 +15,6 @@ import settings from './settings/settings';
15
15
  import shardsWorkload from './shardsWorkload/shardsWorkload';
16
16
  import singleClusterMode from './singleClusterMode';
17
17
  import tenant from './tenant/tenant';
18
- import tenants from './tenants/tenants';
19
18
  import tooltip from './tooltip';
20
19
  export const rootReducer = {
21
20
  [api.reducerPath]: api.reducer,
@@ -24,7 +23,6 @@ export const rootReducer = {
24
23
  tenant,
25
24
  tooltip,
26
25
  schema,
27
- tenants,
28
26
  partitions,
29
27
  query,
30
28
  heatmap,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/store/reducers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,kBAAkB,CAAC;AAEjD,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,iBAAiB,MAAM,uCAAuC,CAAC;AACtE,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,UAAU,MAAM,yBAAyB,CAAC;AACjD,OAAO,KAAK,MAAM,eAAe,CAAC;AAClC,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,MAAM,CAAC,MAAM,WAAW,GAAG;IACvB,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,GAAG,CAAC,OAAO;IAC9B,iBAAiB;IACjB,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,OAAO;IACP,UAAU;IACV,KAAK;IACL,OAAO;IACP,QAAQ;IACR,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,MAAM;IACN,YAAY;IACZ,UAAU;IACV,QAAQ;CACX,CAAC;AAEF,MAAM,eAAe,GAAG,eAAe,CAAC;IACpC,GAAG,WAAW;CACjB,CAAC,CAAC;AAEH,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/store/reducers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,kBAAkB,CAAC;AAEjD,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,iBAAiB,MAAM,uCAAuC,CAAC;AACtE,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,UAAU,MAAM,yBAAyB,CAAC;AACjD,OAAO,KAAK,MAAM,eAAe,CAAC;AAClC,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,MAAM,CAAC,MAAM,WAAW,GAAG;IACvB,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,GAAG,CAAC,OAAO;IAC9B,iBAAiB;IACjB,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,UAAU;IACV,KAAK;IACL,OAAO;IACP,QAAQ;IACR,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,MAAM;IACN,YAAY;IACZ,UAAU;IACV,QAAQ;CACX,CAAC;AAEF,MAAM,eAAe,GAAG,eAAe,CAAC;IACpC,GAAG,WAAW;CACjB,CAAC,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -12,7 +12,6 @@ export declare const selectNodeStructure: ((state: {
12
12
  currentSchemaPath: undefined;
13
13
  showPreview: boolean;
14
14
  };
15
- tenants: import("../tenants/types").TenantsState;
16
15
  partitions: {
17
16
  selectedConsumer?: string;
18
17
  };
@@ -1,9 +1,8 @@
1
1
  import type { NodesGroupByField, NodesPeerRole } from '../../../types/api/nodes';
2
2
  import type { NodesUptimeFilterValues } from '../../../utils/nodes';
3
- import type { ProblemFilterValue } from '../settings/types';
4
3
  export interface NodesFilters {
5
4
  searchValue: string;
6
- problemFilter: ProblemFilterValue;
5
+ withProblems: boolean;
7
6
  uptimeFilter: NodesUptimeFilterValues;
8
7
  peerRoleFilter?: NodesPeerRole;
9
8
  path?: string;
@@ -14,7 +14,6 @@ export declare const selectNodesMap: ((state: {
14
14
  currentSchemaPath: undefined;
15
15
  showPreview: boolean;
16
16
  };
17
- tenants: import("./tenants/types").TenantsState;
18
17
  partitions: {
19
18
  selectedConsumer?: string;
20
19
  };
@@ -45,7 +44,6 @@ export declare const selectNodesMap: ((state: {
45
44
  currentSchemaPath: undefined;
46
45
  showPreview: boolean;
47
46
  };
48
- tenants: import("./tenants/types").TenantsState;
49
47
  partitions: {
50
48
  selectedConsumer?: string;
51
49
  };
@@ -134,7 +132,6 @@ export declare const selectNodesMap: ((state: {
134
132
  currentSchemaPath: undefined;
135
133
  showPreview: boolean;
136
134
  };
137
- tenants: import("./tenants/types").TenantsState;
138
135
  partitions: {
139
136
  selectedConsumer?: string;
140
137
  };
@@ -228,7 +225,6 @@ export declare const selectNodesMap: ((state: {
228
225
  currentSchemaPath: undefined;
229
226
  showPreview: boolean;
230
227
  };
231
- tenants: import("./tenants/types").TenantsState;
232
228
  partitions: {
233
229
  selectedConsumer?: string;
234
230
  };
@@ -57,7 +57,6 @@ export declare const selectQueriesHistory: ((state: {
57
57
  currentSchemaPath: undefined;
58
58
  showPreview: boolean;
59
59
  };
60
- tenants: import("../tenants/types").TenantsState;
61
60
  partitions: {
62
61
  selectedConsumer?: string;
63
62
  };
@@ -62,7 +62,6 @@ export declare const selectSchemaObjectData: ((state: {
62
62
  currentSchemaPath: undefined;
63
63
  showPreview: boolean;
64
64
  };
65
- tenants: import("../tenants/types").TenantsState;
66
65
  partitions: {
67
66
  selectedConsumer?: string;
68
67
  };
@@ -95,7 +94,6 @@ export declare const selectSchemaObjectData: ((state: {
95
94
  currentSchemaPath: undefined;
96
95
  showPreview: boolean;
97
96
  };
98
- tenants: import("../tenants/types").TenantsState;
99
97
  partitions: {
100
98
  selectedConsumer?: string;
101
99
  };
@@ -223,7 +221,6 @@ export declare const selectSchemaObjectData: ((state: {
223
221
  currentSchemaPath: undefined;
224
222
  showPreview: boolean;
225
223
  };
226
- tenants: import("../tenants/types").TenantsState;
227
224
  partitions: {
228
225
  selectedConsumer?: string;
229
226
  };
@@ -358,7 +355,6 @@ export declare const selectSchemaObjectData: ((state: {
358
355
  currentSchemaPath: undefined;
359
356
  showPreview: boolean;
360
357
  };
361
- tenants: import("../tenants/types").TenantsState;
362
358
  partitions: {
363
359
  selectedConsumer?: string;
364
360
  };