@rancher/shell 3.0.6 → 3.0.7

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 (78) hide show
  1. package/assets/images/pl/dark/rancher-logo.svg +131 -44
  2. package/assets/images/pl/rancher-logo.svg +120 -44
  3. package/assets/styles/base/_basic.scss +2 -2
  4. package/assets/styles/base/_color-classic.scss +51 -0
  5. package/assets/styles/base/_color.scss +3 -3
  6. package/assets/styles/base/_mixins.scss +1 -1
  7. package/assets/styles/base/_variables-classic.scss +47 -0
  8. package/assets/styles/global/_button.scss +49 -17
  9. package/assets/styles/global/_form.scss +1 -1
  10. package/assets/styles/themes/_dark.scss +4 -0
  11. package/assets/styles/themes/_light.scss +3 -69
  12. package/assets/styles/themes/_modern.scss +194 -50
  13. package/assets/styles/vendor/vue-select.scss +1 -2
  14. package/assets/translations/en-us.yaml +33 -21
  15. package/components/ClusterIconMenu.vue +1 -1
  16. package/components/ClusterProviderIcon.vue +1 -1
  17. package/components/CodeMirror.vue +1 -1
  18. package/components/IconOrSvg.vue +40 -29
  19. package/components/ResourceDetail/index.vue +1 -0
  20. package/components/SortableTable/sorting.js +3 -1
  21. package/components/Tabbed/index.vue +5 -5
  22. package/components/form/ResourceTabs/index.vue +37 -18
  23. package/components/form/SecretSelector.vue +6 -2
  24. package/components/nav/Group.vue +29 -9
  25. package/components/nav/Header.vue +6 -8
  26. package/components/nav/NamespaceFilter.vue +1 -1
  27. package/components/nav/TopLevelMenu.helper.ts +47 -20
  28. package/components/nav/TopLevelMenu.vue +44 -14
  29. package/components/nav/Type.vue +0 -5
  30. package/components/nav/__tests__/TopLevelMenu.test.ts +2 -0
  31. package/config/pagination-table-headers.js +10 -2
  32. package/config/product/explorer.js +4 -3
  33. package/config/table-headers.js +9 -0
  34. package/core/plugin.ts +18 -6
  35. package/core/types.ts +8 -0
  36. package/detail/provisioning.cattle.io.cluster.vue +1 -0
  37. package/dialog/InstallExtensionDialog.vue +71 -45
  38. package/dialog/UninstallExtensionDialog.vue +2 -1
  39. package/dialog/__tests__/InstallExtensionDialog.test.ts +111 -0
  40. package/edit/auth/oidc.vue +86 -16
  41. package/mixins/__tests__/chart.test.ts +1 -1
  42. package/mixins/chart.js +1 -1
  43. package/models/event.js +7 -0
  44. package/models/provisioning.cattle.io.cluster.js +9 -0
  45. package/package.json +1 -1
  46. package/pages/c/_cluster/explorer/EventsTable.vue +3 -6
  47. package/pages/c/_cluster/settings/performance.vue +1 -1
  48. package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +159 -62
  49. package/pages/c/_cluster/uiplugins/__tests__/PluginInfoPanel.test.ts +102 -0
  50. package/pages/c/_cluster/uiplugins/__tests__/{index.spec.ts → index.test.ts} +121 -55
  51. package/pages/c/_cluster/uiplugins/index.vue +110 -94
  52. package/plugins/__tests__/subscribe.events.test.ts +194 -0
  53. package/plugins/dashboard-store/actions.js +3 -0
  54. package/plugins/dashboard-store/getters.js +1 -1
  55. package/plugins/dashboard-store/resource-class.js +3 -3
  56. package/plugins/steve/__tests__/subscribe.spec.ts +27 -24
  57. package/plugins/steve/index.js +18 -10
  58. package/plugins/steve/mutations.js +2 -2
  59. package/plugins/steve/resourceWatcher.js +2 -2
  60. package/plugins/steve/steve-pagination-utils.ts +12 -9
  61. package/plugins/steve/subscribe.js +113 -85
  62. package/plugins/subscribe-events.ts +211 -0
  63. package/rancher-components/BadgeState/BadgeState.vue +8 -6
  64. package/rancher-components/Banner/Banner.vue +2 -1
  65. package/rancher-components/Form/Checkbox/Checkbox.vue +3 -3
  66. package/rancher-components/Form/Radio/RadioButton.vue +3 -3
  67. package/store/index.js +12 -22
  68. package/types/extension-manager.ts +8 -1
  69. package/types/resources/settings.d.ts +24 -17
  70. package/types/shell/index.d.ts +352 -335
  71. package/types/store/subscribe-events.types.ts +70 -0
  72. package/types/store/subscribe.types.ts +6 -22
  73. package/utils/pagination-utils.ts +87 -28
  74. package/utils/pagination-wrapper.ts +6 -8
  75. package/utils/sort.js +5 -0
  76. package/utils/unit-tests/pagination-utils.spec.ts +283 -0
  77. package/utils/validators/formRules/__tests__/index.test.ts +7 -0
  78. package/utils/validators/formRules/index.ts +2 -2
@@ -1034,24 +1034,22 @@ export namespace LAST_SEEN_TIME {
1034
1034
  let tooltip_2: string;
1035
1035
  export { tooltip_2 as tooltip };
1036
1036
  }
1037
- export namespace EVENT_LAST_SEEN_TIME {
1038
- let defaultSort: boolean;
1039
- }
1040
- export namespace LAST_HEARTBEAT_TIME {
1037
+ export namespace EVENT_FIRST_SEEN_TIME {
1041
1038
  let name_60: string;
1042
1039
  export { name_60 as name };
1043
1040
  let labelKey_60: string;
1044
1041
  export { labelKey_60 as labelKey };
1042
+ let tooltip_3: string;
1043
+ export { tooltip_3 as tooltip };
1045
1044
  let value_60: string;
1046
1045
  export { value_60 as value };
1047
- let sort_52: string[];
1046
+ let sort_52: string;
1048
1047
  export { sort_52 as sort };
1049
- let formatter_31: string;
1050
- export { formatter_31 as formatter };
1051
- let width_17: number;
1052
- export { width_17 as width };
1053
1048
  }
1054
- export namespace REASON {
1049
+ export namespace EVENT_LAST_SEEN_TIME {
1050
+ let defaultSort: boolean;
1051
+ }
1052
+ export namespace LAST_HEARTBEAT_TIME {
1055
1053
  let name_61: string;
1056
1054
  export { name_61 as name };
1057
1055
  let labelKey_61: string;
@@ -1060,8 +1058,12 @@ export namespace REASON {
1060
1058
  export { value_61 as value };
1061
1059
  let sort_53: string[];
1062
1060
  export { sort_53 as sort };
1061
+ let formatter_31: string;
1062
+ export { formatter_31 as formatter };
1063
+ let width_17: number;
1064
+ export { width_17 as width };
1063
1065
  }
1064
- export namespace OBJECT {
1066
+ export namespace REASON {
1065
1067
  let name_62: string;
1066
1068
  export { name_62 as name };
1067
1069
  let labelKey_62: string;
@@ -1070,12 +1072,8 @@ export namespace OBJECT {
1070
1072
  export { value_62 as value };
1071
1073
  let sort_54: string[];
1072
1074
  export { sort_54 as sort };
1073
- let canBeVariable_6: boolean;
1074
- export { canBeVariable_6 as canBeVariable };
1075
- let formatter_32: string;
1076
- export { formatter_32 as formatter };
1077
1075
  }
1078
- export namespace RECLAIM_POLICY {
1076
+ export namespace OBJECT {
1079
1077
  let name_63: string;
1080
1078
  export { name_63 as name };
1081
1079
  let labelKey_63: string;
@@ -1084,8 +1082,12 @@ export namespace RECLAIM_POLICY {
1084
1082
  export { value_63 as value };
1085
1083
  let sort_55: string[];
1086
1084
  export { sort_55 as sort };
1085
+ let canBeVariable_6: boolean;
1086
+ export { canBeVariable_6 as canBeVariable };
1087
+ let formatter_32: string;
1088
+ export { formatter_32 as formatter };
1087
1089
  }
1088
- export namespace PV_REASON {
1090
+ export namespace RECLAIM_POLICY {
1089
1091
  let name_64: string;
1090
1092
  export { name_64 as name };
1091
1093
  let labelKey_64: string;
@@ -1095,7 +1097,7 @@ export namespace PV_REASON {
1095
1097
  let sort_56: string[];
1096
1098
  export { sort_56 as sort };
1097
1099
  }
1098
- export namespace MESSAGE {
1100
+ export namespace PV_REASON {
1099
1101
  let name_65: string;
1100
1102
  export { name_65 as name };
1101
1103
  let labelKey_65: string;
@@ -1105,7 +1107,7 @@ export namespace MESSAGE {
1105
1107
  let sort_57: string[];
1106
1108
  export { sort_57 as sort };
1107
1109
  }
1108
- export namespace KEY {
1110
+ export namespace MESSAGE {
1109
1111
  let name_66: string;
1110
1112
  export { name_66 as name };
1111
1113
  let labelKey_66: string;
@@ -1115,7 +1117,7 @@ export namespace KEY {
1115
1117
  let sort_58: string[];
1116
1118
  export { sort_58 as sort };
1117
1119
  }
1118
- export namespace VALUE {
1120
+ export namespace KEY {
1119
1121
  let name_67: string;
1120
1122
  export { name_67 as name };
1121
1123
  let labelKey_67: string;
@@ -1125,7 +1127,7 @@ export namespace VALUE {
1125
1127
  let sort_59: string[];
1126
1128
  export { sort_59 as sort };
1127
1129
  }
1128
- export namespace BUILT_IN {
1130
+ export namespace VALUE {
1129
1131
  let name_68: string;
1130
1132
  export { name_68 as name };
1131
1133
  let labelKey_68: string;
@@ -1134,12 +1136,8 @@ export namespace BUILT_IN {
1134
1136
  export { value_68 as value };
1135
1137
  let sort_60: string[];
1136
1138
  export { sort_60 as sort };
1137
- let align_8: string;
1138
- export { align_8 as align };
1139
- let formatter_33: string;
1140
- export { formatter_33 as formatter };
1141
1139
  }
1142
- export namespace CLUSTER_CREATOR_DEFAULT {
1140
+ export namespace BUILT_IN {
1143
1141
  let name_69: string;
1144
1142
  export { name_69 as name };
1145
1143
  let labelKey_69: string;
@@ -1148,46 +1146,50 @@ export namespace CLUSTER_CREATOR_DEFAULT {
1148
1146
  export { value_69 as value };
1149
1147
  let sort_61: string[];
1150
1148
  export { sort_61 as sort };
1151
- let align_9: string;
1152
- export { align_9 as align };
1153
- let formatter_34: string;
1154
- export { formatter_34 as formatter };
1149
+ let align_8: string;
1150
+ export { align_8 as align };
1151
+ let formatter_33: string;
1152
+ export { formatter_33 as formatter };
1155
1153
  }
1156
- export namespace RBAC_DEFAULT {
1154
+ export namespace CLUSTER_CREATOR_DEFAULT {
1157
1155
  let name_70: string;
1158
1156
  export { name_70 as name };
1159
1157
  let labelKey_70: string;
1160
1158
  export { labelKey_70 as labelKey };
1161
1159
  let value_70: string;
1162
1160
  export { value_70 as value };
1163
- let formatter_35: string;
1164
- export { formatter_35 as formatter };
1165
1161
  let sort_62: string[];
1166
1162
  export { sort_62 as sort };
1163
+ let align_9: string;
1164
+ export { align_9 as align };
1165
+ let formatter_34: string;
1166
+ export { formatter_34 as formatter };
1167
1167
  }
1168
- export namespace RBAC_BUILTIN {
1168
+ export namespace RBAC_DEFAULT {
1169
1169
  let name_71: string;
1170
1170
  export { name_71 as name };
1171
1171
  let labelKey_71: string;
1172
1172
  export { labelKey_71 as labelKey };
1173
1173
  let value_71: string;
1174
1174
  export { value_71 as value };
1175
- let formatter_36: string;
1176
- export { formatter_36 as formatter };
1175
+ let formatter_35: string;
1176
+ export { formatter_35 as formatter };
1177
1177
  let sort_63: string[];
1178
1178
  export { sort_63 as sort };
1179
1179
  }
1180
- export namespace RESOURCE {
1180
+ export namespace RBAC_BUILTIN {
1181
1181
  let name_72: string;
1182
1182
  export { name_72 as name };
1183
1183
  let labelKey_72: string;
1184
1184
  export { labelKey_72 as labelKey };
1185
1185
  let value_72: string;
1186
1186
  export { value_72 as value };
1187
+ let formatter_36: string;
1188
+ export { formatter_36 as formatter };
1187
1189
  let sort_64: string[];
1188
1190
  export { sort_64 as sort };
1189
1191
  }
1190
- export namespace API_GROUP {
1192
+ export namespace RESOURCE {
1191
1193
  let name_73: string;
1192
1194
  export { name_73 as name };
1193
1195
  let labelKey_73: string;
@@ -1197,103 +1199,101 @@ export namespace API_GROUP {
1197
1199
  let sort_65: string[];
1198
1200
  export { sort_65 as sort };
1199
1201
  }
1200
- export namespace INGRESS_CLASS {
1202
+ export namespace API_GROUP {
1201
1203
  let name_74: string;
1202
1204
  export { name_74 as name };
1203
1205
  let labelKey_74: string;
1204
1206
  export { labelKey_74 as labelKey };
1205
1207
  let value_74: string;
1206
1208
  export { value_74 as value };
1207
- let sort_66: string;
1209
+ let sort_66: string[];
1208
1210
  export { sort_66 as sort };
1209
1211
  }
1210
- export namespace INGRESS_DEFAULT_BACKEND {
1212
+ export namespace INGRESS_CLASS {
1211
1213
  let name_75: string;
1212
1214
  export { name_75 as name };
1213
1215
  let labelKey_75: string;
1214
1216
  export { labelKey_75 as labelKey };
1215
1217
  let value_75: string;
1216
1218
  export { value_75 as value };
1217
- let sort_67: string[];
1219
+ let sort_67: string;
1218
1220
  export { sort_67 as sort };
1219
- let formatter_37: string;
1220
- export { formatter_37 as formatter };
1221
- let width_18: number;
1222
- export { width_18 as width };
1223
- let align_10: string;
1224
- export { align_10 as align };
1225
1221
  }
1226
- export namespace INGRESS_TARGET {
1222
+ export namespace INGRESS_DEFAULT_BACKEND {
1227
1223
  let name_76: string;
1228
1224
  export { name_76 as name };
1229
1225
  let labelKey_76: string;
1230
1226
  export { labelKey_76 as labelKey };
1231
1227
  let value_76: string;
1232
1228
  export { value_76 as value };
1233
- let formatter_38: string;
1234
- export { formatter_38 as formatter };
1235
- let sort_68: string;
1229
+ let sort_68: string[];
1236
1230
  export { sort_68 as sort };
1231
+ let formatter_37: string;
1232
+ export { formatter_37 as formatter };
1233
+ let width_18: number;
1234
+ export { width_18 as width };
1235
+ let align_10: string;
1236
+ export { align_10 as align };
1237
1237
  }
1238
- export namespace SPEC_TYPE {
1238
+ export namespace INGRESS_TARGET {
1239
1239
  let name_77: string;
1240
1240
  export { name_77 as name };
1241
1241
  let labelKey_77: string;
1242
1242
  export { labelKey_77 as labelKey };
1243
1243
  let value_77: string;
1244
1244
  export { value_77 as value };
1245
+ let formatter_38: string;
1246
+ export { formatter_38 as formatter };
1245
1247
  let sort_69: string;
1246
1248
  export { sort_69 as sort };
1249
+ }
1250
+ export namespace SPEC_TYPE {
1251
+ let name_78: string;
1252
+ export { name_78 as name };
1253
+ let labelKey_78: string;
1254
+ export { labelKey_78 as labelKey };
1255
+ let value_78: string;
1256
+ export { value_78 as value };
1257
+ let sort_70: string;
1258
+ export { sort_70 as sort };
1247
1259
  let formatter_39: string;
1248
1260
  export { formatter_39 as formatter };
1249
1261
  }
1250
1262
  export namespace TARGET_PORT {
1251
1263
  let formatter_40: string;
1252
1264
  export { formatter_40 as formatter };
1253
- let labelKey_78: string;
1254
- export { labelKey_78 as labelKey };
1255
- let name_78: string;
1256
- export { name_78 as name };
1257
- let sort_70: boolean;
1258
- export { sort_70 as sort };
1259
- let value_78: boolean;
1260
- export { value_78 as value };
1261
- }
1262
- export namespace SELECTOR {
1263
- let formatter_41: string;
1264
- export { formatter_41 as formatter };
1265
- let name_79: string;
1266
- export { name_79 as name };
1267
1265
  let labelKey_79: string;
1268
1266
  export { labelKey_79 as labelKey };
1269
- let value_79: string;
1270
- export { value_79 as value };
1271
- let sort_71: string;
1267
+ let name_79: string;
1268
+ export { name_79 as name };
1269
+ let sort_71: boolean;
1272
1270
  export { sort_71 as sort };
1271
+ let value_79: boolean;
1272
+ export { value_79 as value };
1273
1273
  }
1274
- export namespace CHART {
1274
+ export namespace SELECTOR {
1275
+ let formatter_41: string;
1276
+ export { formatter_41 as formatter };
1275
1277
  let name_80: string;
1276
1278
  export { name_80 as name };
1277
1279
  let labelKey_80: string;
1278
1280
  export { labelKey_80 as labelKey };
1279
1281
  let value_80: string;
1280
1282
  export { value_80 as value };
1281
- let sort_72: string[];
1283
+ let sort_72: string;
1282
1284
  export { sort_72 as sort };
1283
1285
  }
1284
- export namespace CHART_UPGRADE {
1286
+ export namespace CHART {
1285
1287
  let name_81: string;
1286
1288
  export { name_81 as name };
1287
1289
  let labelKey_81: string;
1288
1290
  export { labelKey_81 as labelKey };
1289
1291
  let value_81: string;
1290
1292
  export { value_81 as value };
1291
- let sort_73: string;
1293
+ let sort_73: string[];
1292
1294
  export { sort_73 as sort };
1293
- let dashIfEmpty_4: boolean;
1294
- export { dashIfEmpty_4 as dashIfEmpty };
1295
1295
  }
1296
- export namespace RESOURCES {
1296
+ export namespace CHART_UPGRADE {
1297
1297
  let name_82: string;
1298
1298
  export { name_82 as name };
1299
1299
  let labelKey_82: string;
@@ -1302,10 +1302,10 @@ export namespace RESOURCES {
1302
1302
  export { value_82 as value };
1303
1303
  let sort_74: string;
1304
1304
  export { sort_74 as sort };
1305
- let width_19: number;
1306
- export { width_19 as width };
1305
+ let dashIfEmpty_4: boolean;
1306
+ export { dashIfEmpty_4 as dashIfEmpty };
1307
1307
  }
1308
- export namespace URL {
1308
+ export namespace RESOURCES {
1309
1309
  let name_83: string;
1310
1310
  export { name_83 as name };
1311
1311
  let labelKey_83: string;
@@ -1314,14 +1314,26 @@ export namespace URL {
1314
1314
  export { value_83 as value };
1315
1315
  let sort_75: string;
1316
1316
  export { sort_75 as sort };
1317
+ let width_19: number;
1318
+ export { width_19 as width };
1317
1319
  }
1318
- export namespace LAST_UPDATED {
1320
+ export namespace URL {
1319
1321
  let name_84: string;
1320
1322
  export { name_84 as name };
1321
1323
  let labelKey_84: string;
1322
1324
  export { labelKey_84 as labelKey };
1323
1325
  let value_84: string;
1324
1326
  export { value_84 as value };
1327
+ let sort_76: string;
1328
+ export { sort_76 as sort };
1329
+ }
1330
+ export namespace LAST_UPDATED {
1331
+ let name_85: string;
1332
+ export { name_85 as name };
1333
+ let labelKey_85: string;
1334
+ export { labelKey_85 as labelKey };
1335
+ let value_85: string;
1336
+ export { value_85 as value };
1325
1337
  let formatter_42: string;
1326
1338
  export { formatter_42 as formatter };
1327
1339
  export namespace formatterOpts_7 {
@@ -1329,30 +1341,30 @@ export namespace LAST_UPDATED {
1329
1341
  export { addSuffix_2 as addSuffix };
1330
1342
  }
1331
1343
  export { formatterOpts_7 as formatterOpts };
1332
- let sort_76: string[];
1333
- export { sort_76 as sort };
1334
- }
1335
- export namespace WORKSPACE {
1336
- let name_85: string;
1337
- export { name_85 as name };
1338
- export let label: string;
1339
- let value_85: string;
1340
- export { value_85 as value };
1341
1344
  let sort_77: string[];
1342
1345
  export { sort_77 as sort };
1343
1346
  }
1344
- export namespace WORKLOAD_IMAGES {
1347
+ export namespace WORKSPACE {
1348
+ let name_86: string;
1349
+ export { name_86 as name };
1350
+ export let label: string;
1345
1351
  let value_86: string;
1346
1352
  export { value_86 as value };
1347
- export let breakpoint: any;
1353
+ let sort_78: string[];
1354
+ export { sort_78 as sort };
1348
1355
  }
1349
- export namespace WORKLOAD_ENDPOINTS {
1350
- let name_86: string;
1351
- export { name_86 as name };
1352
- let labelKey_85: string;
1353
- export { labelKey_85 as labelKey };
1356
+ export namespace WORKLOAD_IMAGES {
1354
1357
  let value_87: string;
1355
1358
  export { value_87 as value };
1359
+ export let breakpoint: any;
1360
+ }
1361
+ export namespace WORKLOAD_ENDPOINTS {
1362
+ let name_87: string;
1363
+ export { name_87 as name };
1364
+ let labelKey_86: string;
1365
+ export { labelKey_86 as labelKey };
1366
+ let value_88: string;
1367
+ export { value_88 as value };
1356
1368
  export function getValue_12(row: any): any;
1357
1369
  export { getValue_12 as getValue };
1358
1370
  let formatter_43: string;
@@ -1364,10 +1376,10 @@ export namespace WORKLOAD_ENDPOINTS {
1364
1376
  export let maxPageSize: number;
1365
1377
  }
1366
1378
  export namespace WORKLOAD_HEALTH_SCALE {
1367
- let name_87: string;
1368
- export { name_87 as name };
1369
- let labelKey_86: string;
1370
- export { labelKey_86 as labelKey };
1379
+ let name_88: string;
1380
+ export { name_88 as name };
1381
+ let labelKey_87: string;
1382
+ export { labelKey_87 as labelKey };
1371
1383
  let formatter_44: string;
1372
1384
  export { formatter_44 as formatter };
1373
1385
  export function getValue_13(): any;
@@ -1383,14 +1395,14 @@ export namespace WORKLOAD_HEALTH_SCALE {
1383
1395
  export { liveUpdates_1 as liveUpdates };
1384
1396
  }
1385
1397
  export namespace FLEET_SUMMARY {
1386
- let name_88: string;
1387
- export { name_88 as name };
1388
- let labelKey_87: string;
1389
- export { labelKey_87 as labelKey };
1390
- let value_88: string;
1391
- export { value_88 as value };
1392
- let sort_78: boolean;
1393
- export { sort_78 as sort };
1398
+ let name_89: string;
1399
+ export { name_89 as name };
1400
+ let labelKey_88: string;
1401
+ export { labelKey_88 as labelKey };
1402
+ let value_89: string;
1403
+ export { value_89 as value };
1404
+ let sort_79: boolean;
1405
+ export { sort_79 as sort };
1394
1406
  let search_9: boolean;
1395
1407
  export { search_9 as search };
1396
1408
  let formatter_45: string;
@@ -1401,68 +1413,68 @@ export namespace FLEET_SUMMARY {
1401
1413
  export { width_21 as width };
1402
1414
  }
1403
1415
  export namespace FLEET_APPLICATION_TYPE {
1404
- let name_89: string;
1405
- export { name_89 as name };
1406
- let labelKey_88: string;
1407
- export { labelKey_88 as labelKey };
1408
- let value_89: string;
1409
- export { value_89 as value };
1410
- let sort_79: string;
1411
- export { sort_79 as sort };
1412
- let search_10: boolean;
1413
- export { search_10 as search };
1414
- let align_12: string;
1415
- export { align_12 as align };
1416
- let width_22: number;
1417
- export { width_22 as width };
1418
- }
1419
- export namespace FLEET_APPLICATION_SOURCE {
1420
1416
  let name_90: string;
1421
1417
  export { name_90 as name };
1422
1418
  let labelKey_89: string;
1423
1419
  export { labelKey_89 as labelKey };
1424
1420
  let value_90: string;
1425
1421
  export { value_90 as value };
1426
- let formatter_46: string;
1427
- export { formatter_46 as formatter };
1428
1422
  let sort_80: string;
1429
1423
  export { sort_80 as sort };
1430
- let search_11: string[];
1431
- export { search_11 as search };
1424
+ let search_10: boolean;
1425
+ export { search_10 as search };
1426
+ let align_12: string;
1427
+ export { align_12 as align };
1428
+ let width_22: number;
1429
+ export { width_22 as width };
1432
1430
  }
1433
- export namespace FLEET_APPLICATION_TARGET {
1431
+ export namespace FLEET_APPLICATION_SOURCE {
1434
1432
  let name_91: string;
1435
1433
  export { name_91 as name };
1436
1434
  let labelKey_90: string;
1437
1435
  export { labelKey_90 as labelKey };
1438
1436
  let value_91: string;
1439
1437
  export { value_91 as value };
1440
- let sort_81: string[];
1438
+ let formatter_46: string;
1439
+ export { formatter_46 as formatter };
1440
+ let sort_81: string;
1441
1441
  export { sort_81 as sort };
1442
+ let search_11: string[];
1443
+ export { search_11 as search };
1442
1444
  }
1443
- export namespace FLEET_APPLICATION_CLUSTERS_READY {
1445
+ export namespace FLEET_APPLICATION_TARGET {
1444
1446
  let name_92: string;
1445
1447
  export { name_92 as name };
1446
1448
  let labelKey_91: string;
1447
1449
  export { labelKey_91 as labelKey };
1448
1450
  let value_92: string;
1449
1451
  export { value_92 as value };
1450
- let formatter_47: string;
1451
- export { formatter_47 as formatter };
1452
- let sort_82: string;
1452
+ let sort_82: string[];
1453
1453
  export { sort_82 as sort };
1454
- let search_12: boolean;
1455
- export { search_12 as search };
1456
1454
  }
1457
- export namespace FLEET_APPLICATION_RESOURCES_SUMMARY {
1455
+ export namespace FLEET_APPLICATION_CLUSTERS_READY {
1458
1456
  let name_93: string;
1459
1457
  export { name_93 as name };
1460
1458
  let labelKey_92: string;
1461
1459
  export { labelKey_92 as labelKey };
1462
1460
  let value_93: string;
1463
1461
  export { value_93 as value };
1464
- let sort_83: boolean;
1462
+ let formatter_47: string;
1463
+ export { formatter_47 as formatter };
1464
+ let sort_83: string;
1465
1465
  export { sort_83 as sort };
1466
+ let search_12: boolean;
1467
+ export { search_12 as search };
1468
+ }
1469
+ export namespace FLEET_APPLICATION_RESOURCES_SUMMARY {
1470
+ let name_94: string;
1471
+ export { name_94 as name };
1472
+ let labelKey_93: string;
1473
+ export { labelKey_93 as labelKey };
1474
+ let value_94: string;
1475
+ export { value_94 as value };
1476
+ let sort_84: boolean;
1477
+ export { sort_84 as sort };
1466
1478
  let search_13: boolean;
1467
1479
  export { search_13 as search };
1468
1480
  let formatter_48: string;
@@ -1473,14 +1485,14 @@ export namespace FLEET_APPLICATION_RESOURCES_SUMMARY {
1473
1485
  export { width_23 as width };
1474
1486
  }
1475
1487
  export namespace FLEET_REPO_CLUSTER_SUMMARY {
1476
- let name_94: string;
1477
- export { name_94 as name };
1478
- let labelKey_93: string;
1479
- export { labelKey_93 as labelKey };
1480
- let value_94: string;
1481
- export { value_94 as value };
1482
- let sort_84: boolean;
1483
- export { sort_84 as sort };
1488
+ let name_95: string;
1489
+ export { name_95 as name };
1490
+ let labelKey_94: string;
1491
+ export { labelKey_94 as labelKey };
1492
+ let value_95: string;
1493
+ export { value_95 as value };
1494
+ let sort_85: boolean;
1495
+ export { sort_85 as sort };
1484
1496
  let search_14: boolean;
1485
1497
  export { search_14 as search };
1486
1498
  let formatter_49: string;
@@ -1491,14 +1503,14 @@ export namespace FLEET_REPO_CLUSTER_SUMMARY {
1491
1503
  export { width_24 as width };
1492
1504
  }
1493
1505
  export namespace FLEET_REPO_PER_CLUSTER_STATE {
1494
- let name_95: string;
1495
- export { name_95 as name };
1496
- let labelKey_94: string;
1497
- export { labelKey_94 as labelKey };
1498
- let tooltip_3: string;
1499
- export { tooltip_3 as tooltip };
1500
- let sort_85: string[];
1501
- export { sort_85 as sort };
1506
+ let name_96: string;
1507
+ export { name_96 as name };
1508
+ let labelKey_95: string;
1509
+ export { labelKey_95 as labelKey };
1510
+ let tooltip_4: string;
1511
+ export { tooltip_4 as tooltip };
1512
+ let sort_86: string[];
1513
+ export { sort_86 as sort };
1502
1514
  let width_25: number;
1503
1515
  export { width_25 as width };
1504
1516
  let _default_2: string;
@@ -1511,14 +1523,14 @@ export namespace FLEET_REPO_PER_CLUSTER_STATE {
1511
1523
  export { formatterOpts_8 as formatterOpts };
1512
1524
  }
1513
1525
  export namespace APP_SUMMARY {
1514
- let name_96: string;
1515
- export { name_96 as name };
1516
- let labelKey_95: string;
1517
- export { labelKey_95 as labelKey };
1518
- let value_95: string;
1519
- export { value_95 as value };
1520
- let sort_86: boolean;
1521
- export { sort_86 as sort };
1526
+ let name_97: string;
1527
+ export { name_97 as name };
1528
+ let labelKey_96: string;
1529
+ export { labelKey_96 as labelKey };
1530
+ let value_96: string;
1531
+ export { value_96 as value };
1532
+ let sort_87: boolean;
1533
+ export { sort_87 as sort };
1522
1534
  let search_15: boolean;
1523
1535
  export { search_15 as search };
1524
1536
  let formatter_51: string;
@@ -1529,14 +1541,14 @@ export namespace APP_SUMMARY {
1529
1541
  export { width_26 as width };
1530
1542
  }
1531
1543
  export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1532
- let name_97: string;
1533
- export { name_97 as name };
1534
- let labelKey_96: string;
1535
- export { labelKey_96 as labelKey };
1536
- let value_96: string;
1537
- export { value_96 as value };
1538
- let sort_87: string;
1539
- export { sort_87 as sort };
1544
+ let name_98: string;
1545
+ export { name_98 as name };
1546
+ let labelKey_97: string;
1547
+ export { labelKey_97 as labelKey };
1548
+ let value_97: string;
1549
+ export { value_97 as value };
1550
+ let sort_88: string;
1551
+ export { sort_88 as sort };
1540
1552
  let formatter_52: string;
1541
1553
  export { formatter_52 as formatter };
1542
1554
  export namespace formatterOpts_9 {
@@ -1549,14 +1561,14 @@ export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1549
1561
  export { formatterOpts_9 as formatterOpts };
1550
1562
  }
1551
1563
  export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
1552
- let name_98: string;
1553
- export { name_98 as name };
1554
- let labelKey_97: string;
1555
- export { labelKey_97 as labelKey };
1556
- let value_97: string;
1557
- export { value_97 as value };
1558
- let sort_88: string;
1559
- export { sort_88 as sort };
1564
+ let name_99: string;
1565
+ export { name_99 as name };
1566
+ let labelKey_98: string;
1567
+ export { labelKey_98 as labelKey };
1568
+ let value_98: string;
1569
+ export { value_98 as value };
1570
+ let sort_89: string;
1571
+ export { sort_89 as sort };
1560
1572
  let search_16: string;
1561
1573
  export { search_16 as search };
1562
1574
  let formatter_53: string;
@@ -1571,16 +1583,6 @@ export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
1571
1583
  export { formatterOpts_10 as formatterOpts };
1572
1584
  }
1573
1585
  export namespace CONSTRAINT_VIOLATION_TYPE {
1574
- let name_99: string;
1575
- export { name_99 as name };
1576
- let labelKey_98: string;
1577
- export { labelKey_98 as labelKey };
1578
- let value_98: string;
1579
- export { value_98 as value };
1580
- let sort_89: string;
1581
- export { sort_89 as sort };
1582
- }
1583
- export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1584
1586
  let name_100: string;
1585
1587
  export { name_100 as name };
1586
1588
  let labelKey_99: string;
@@ -1589,10 +1591,8 @@ export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1589
1591
  export { value_99 as value };
1590
1592
  let sort_90: string;
1591
1593
  export { sort_90 as sort };
1592
- let search_17: string;
1593
- export { search_17 as search };
1594
1594
  }
1595
- export namespace CONSTRAINT_VIOLATION_MESSAGE {
1595
+ export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1596
1596
  let name_101: string;
1597
1597
  export { name_101 as name };
1598
1598
  let labelKey_100: string;
@@ -1601,8 +1601,10 @@ export namespace CONSTRAINT_VIOLATION_MESSAGE {
1601
1601
  export { value_100 as value };
1602
1602
  let sort_91: string;
1603
1603
  export { sort_91 as sort };
1604
+ let search_17: string;
1605
+ export { search_17 as search };
1604
1606
  }
1605
- export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1607
+ export namespace CONSTRAINT_VIOLATION_MESSAGE {
1606
1608
  let name_102: string;
1607
1609
  export { name_102 as name };
1608
1610
  let labelKey_101: string;
@@ -1611,6 +1613,16 @@ export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1611
1613
  export { value_101 as value };
1612
1614
  let sort_92: string;
1613
1615
  export { sort_92 as sort };
1616
+ }
1617
+ export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1618
+ let name_103: string;
1619
+ export { name_103 as name };
1620
+ let labelKey_102: string;
1621
+ export { labelKey_102 as labelKey };
1622
+ let value_102: string;
1623
+ export { value_102 as value };
1624
+ let sort_93: string;
1625
+ export { sort_93 as sort };
1614
1626
  let formatter_54: string;
1615
1627
  export { formatter_54 as formatter };
1616
1628
  export namespace formatterOpts_11 {
@@ -1623,14 +1635,14 @@ export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1623
1635
  export { formatterOpts_11 as formatterOpts };
1624
1636
  }
1625
1637
  export namespace CONSTRAINT_VIOLATION_COUNT {
1626
- let name_103: string;
1627
- export { name_103 as name };
1628
- let labelKey_102: string;
1629
- export { labelKey_102 as labelKey };
1630
- let value_102: string;
1631
- export { value_102 as value };
1632
- let sort_93: string;
1633
- export { sort_93 as sort };
1638
+ let name_104: string;
1639
+ export { name_104 as name };
1640
+ let labelKey_103: string;
1641
+ export { labelKey_103 as labelKey };
1642
+ let value_103: string;
1643
+ export { value_103 as value };
1644
+ let sort_94: string;
1645
+ export { sort_94 as sort };
1634
1646
  let formatter_55: string;
1635
1647
  export { formatter_55 as formatter };
1636
1648
  export namespace formatterOpts_12 {
@@ -1639,26 +1651,26 @@ export namespace CONSTRAINT_VIOLATION_COUNT {
1639
1651
  export { formatterOpts_12 as formatterOpts };
1640
1652
  }
1641
1653
  export namespace RECEIVER_PROVIDERS {
1642
- let name_104: string;
1643
- export { name_104 as name };
1654
+ let name_105: string;
1655
+ export { name_105 as name };
1644
1656
  let label_1: string;
1645
1657
  export { label_1 as label };
1646
- let value_103: string;
1647
- export { value_103 as value };
1648
- let sort_94: string;
1649
- export { sort_94 as sort };
1658
+ let value_104: string;
1659
+ export { value_104 as value };
1660
+ let sort_95: string;
1661
+ export { sort_95 as sort };
1650
1662
  let formatter_56: string;
1651
1663
  export { formatter_56 as formatter };
1652
1664
  }
1653
1665
  export namespace CONFIGURED_RECEIVER {
1654
- let name_105: string;
1655
- export { name_105 as name };
1666
+ let name_106: string;
1667
+ export { name_106 as name };
1656
1668
  let label_2: string;
1657
1669
  export { label_2 as label };
1658
- let value_104: string;
1659
- export { value_104 as value };
1660
- let sort_95: string;
1661
- export { sort_95 as sort };
1670
+ let value_105: string;
1671
+ export { value_105 as value };
1672
+ let sort_96: string;
1673
+ export { sort_96 as sort };
1662
1674
  let formatter_57: string;
1663
1675
  export { formatter_57 as formatter };
1664
1676
  export namespace formatterOpts_13 {
@@ -1671,14 +1683,14 @@ export namespace CONFIGURED_RECEIVER {
1671
1683
  export { formatterOpts_13 as formatterOpts };
1672
1684
  }
1673
1685
  export namespace GROUP_NAME {
1674
- let name_106: string;
1675
- export { name_106 as name };
1676
- let labelKey_103: string;
1677
- export { labelKey_103 as labelKey };
1678
- let value_105: string;
1679
- export { value_105 as value };
1680
- let sort_96: string[];
1681
- export { sort_96 as sort };
1686
+ let name_107: string;
1687
+ export { name_107 as name };
1688
+ let labelKey_104: string;
1689
+ export { labelKey_104 as labelKey };
1690
+ let value_106: string;
1691
+ export { value_106 as value };
1692
+ let sort_97: string[];
1693
+ export { sort_97 as sort };
1682
1694
  let search_18: string[];
1683
1695
  export { search_18 as search };
1684
1696
  let formatter_58: string;
@@ -1687,26 +1699,16 @@ export namespace GROUP_NAME {
1687
1699
  export { width_27 as width };
1688
1700
  }
1689
1701
  export namespace GROUP_ROLE_NAME {
1690
- let name_107: string;
1691
- export { name_107 as name };
1692
- let labelKey_104: string;
1693
- export { labelKey_104 as labelKey };
1694
- let value_106: string;
1695
- export { value_106 as value };
1696
- let formatter_59: string;
1697
- export { formatter_59 as formatter };
1698
- }
1699
- export namespace HPA_REFERENCE {
1700
1702
  let name_108: string;
1701
1703
  export { name_108 as name };
1702
1704
  let labelKey_105: string;
1703
1705
  export { labelKey_105 as labelKey };
1704
1706
  let value_107: string;
1705
1707
  export { value_107 as value };
1706
- let sort_97: string;
1707
- export { sort_97 as sort };
1708
+ let formatter_59: string;
1709
+ export { formatter_59 as formatter };
1708
1710
  }
1709
- export namespace MIN_REPLICA {
1711
+ export namespace HPA_REFERENCE {
1710
1712
  let name_109: string;
1711
1713
  export { name_109 as name };
1712
1714
  let labelKey_106: string;
@@ -1716,7 +1718,7 @@ export namespace MIN_REPLICA {
1716
1718
  let sort_98: string;
1717
1719
  export { sort_98 as sort };
1718
1720
  }
1719
- export namespace MAX_REPLICA {
1721
+ export namespace MIN_REPLICA {
1720
1722
  let name_110: string;
1721
1723
  export { name_110 as name };
1722
1724
  let labelKey_107: string;
@@ -1726,7 +1728,7 @@ export namespace MAX_REPLICA {
1726
1728
  let sort_99: string;
1727
1729
  export { sort_99 as sort };
1728
1730
  }
1729
- export namespace CURRENT_REPLICA {
1731
+ export namespace MAX_REPLICA {
1730
1732
  let name_111: string;
1731
1733
  export { name_111 as name };
1732
1734
  let labelKey_108: string;
@@ -1736,73 +1738,83 @@ export namespace CURRENT_REPLICA {
1736
1738
  let sort_100: string;
1737
1739
  export { sort_100 as sort };
1738
1740
  }
1739
- export namespace EXPIRY_STATE {
1741
+ export namespace CURRENT_REPLICA {
1742
+ let name_112: string;
1743
+ export { name_112 as name };
1744
+ let labelKey_109: string;
1745
+ export { labelKey_109 as labelKey };
1740
1746
  let value_111: string;
1741
1747
  export { value_111 as value };
1748
+ let sort_101: string;
1749
+ export { sort_101 as sort };
1750
+ }
1751
+ export namespace EXPIRY_STATE {
1752
+ let value_112: string;
1753
+ export { value_112 as value };
1742
1754
  let formatter_60: string;
1743
1755
  export { formatter_60 as formatter };
1744
1756
  }
1745
1757
  export namespace ACCESS_KEY {
1746
- let name_112: string;
1747
- export { name_112 as name };
1748
- let labelKey_109: string;
1749
- export { labelKey_109 as labelKey };
1758
+ let name_113: string;
1759
+ export { name_113 as name };
1760
+ let labelKey_110: string;
1761
+ export { labelKey_110 as labelKey };
1750
1762
  let align_16: string;
1751
1763
  export { align_16 as align };
1752
- let sort_101: string[];
1753
- export { sort_101 as sort };
1764
+ let sort_102: string[];
1765
+ export { sort_102 as sort };
1754
1766
  let width_28: number;
1755
1767
  export { width_28 as width };
1756
1768
  }
1757
1769
  export namespace SCOPE {
1758
- let name_113: string;
1759
- export { name_113 as name };
1760
- let value_112: string;
1761
- export { value_112 as value };
1762
- let labelKey_110: string;
1763
- export { labelKey_110 as labelKey };
1770
+ let name_114: string;
1771
+ export { name_114 as name };
1772
+ let value_113: string;
1773
+ export { value_113 as value };
1774
+ let labelKey_111: string;
1775
+ export { labelKey_111 as labelKey };
1764
1776
  let dashIfEmpty_6: boolean;
1765
1777
  export { dashIfEmpty_6 as dashIfEmpty };
1766
1778
  let align_17: string;
1767
1779
  export { align_17 as align };
1768
- let sort_102: string[];
1769
- export { sort_102 as sort };
1780
+ let sort_103: string[];
1781
+ export { sort_103 as sort };
1770
1782
  let width_29: number;
1771
1783
  export { width_29 as width };
1772
1784
  }
1773
1785
  export namespace SCOPE_NORMAN {
1774
- let value_113: string;
1775
- export { value_113 as value };
1776
- let sort_103: string[];
1777
- export { sort_103 as sort };
1778
- }
1779
- export namespace EXPIRES {
1780
- let name_114: string;
1781
- export { name_114 as name };
1782
1786
  let value_114: string;
1783
1787
  export { value_114 as value };
1784
- let labelKey_111: string;
1785
- export { labelKey_111 as labelKey };
1786
- let align_18: string;
1787
- export { align_18 as align };
1788
1788
  let sort_104: string[];
1789
1789
  export { sort_104 as sort };
1790
- let width_30: number;
1791
- export { width_30 as width };
1792
- let formatter_61: string;
1793
- export { formatter_61 as formatter };
1794
1790
  }
1795
- export namespace LAST_USED {
1791
+ export namespace EXPIRES {
1796
1792
  let name_115: string;
1797
1793
  export { name_115 as name };
1798
1794
  let value_115: string;
1799
1795
  export { value_115 as value };
1800
1796
  let labelKey_112: string;
1801
1797
  export { labelKey_112 as labelKey };
1802
- let align_19: string;
1803
- export { align_19 as align };
1798
+ let align_18: string;
1799
+ export { align_18 as align };
1804
1800
  let sort_105: string[];
1805
1801
  export { sort_105 as sort };
1802
+ let width_30: number;
1803
+ export { width_30 as width };
1804
+ let formatter_61: string;
1805
+ export { formatter_61 as formatter };
1806
+ }
1807
+ export namespace LAST_USED {
1808
+ let name_116: string;
1809
+ export { name_116 as name };
1810
+ let value_116: string;
1811
+ export { value_116 as value };
1812
+ let labelKey_113: string;
1813
+ export { labelKey_113 as labelKey };
1814
+ let align_19: string;
1815
+ export { align_19 as align };
1816
+ let sort_106: string[];
1817
+ export { sort_106 as sort };
1806
1818
  let width_31: number;
1807
1819
  export { width_31 as width };
1808
1820
  let formatter_62: string;
@@ -1813,14 +1825,14 @@ export namespace LAST_USED {
1813
1825
  export { formatterOpts_14 as formatterOpts };
1814
1826
  }
1815
1827
  export namespace RESTART {
1816
- let name_116: string;
1817
- export { name_116 as name };
1818
- let labelKey_113: string;
1819
- export { labelKey_113 as labelKey };
1820
- let value_116: string;
1821
- export { value_116 as value };
1822
- let sort_106: string[];
1823
- export { sort_106 as sort };
1828
+ let name_117: string;
1829
+ export { name_117 as name };
1830
+ let labelKey_114: string;
1831
+ export { labelKey_114 as labelKey };
1832
+ let value_117: string;
1833
+ export { value_117 as value };
1834
+ let sort_107: string[];
1835
+ export { sort_107 as sort };
1824
1836
  let formatter_63: string;
1825
1837
  export { formatter_63 as formatter };
1826
1838
  let width_32: number;
@@ -1829,24 +1841,24 @@ export namespace RESTART {
1829
1841
  export { align_20 as align };
1830
1842
  }
1831
1843
  export namespace ROLE {
1832
- let name_117: string;
1833
- export { name_117 as name };
1834
- let value_117: string;
1835
- export { value_117 as value };
1836
- let labelKey_114: string;
1837
- export { labelKey_114 as labelKey };
1838
- }
1839
- export namespace FEATURE_DESCRIPTION {
1840
1844
  let name_118: string;
1841
1845
  export { name_118 as name };
1842
- let labelKey_115: string;
1843
- export { labelKey_115 as labelKey };
1844
1846
  let value_118: string;
1845
1847
  export { value_118 as value };
1848
+ let labelKey_115: string;
1849
+ export { labelKey_115 as labelKey };
1850
+ }
1851
+ export namespace FEATURE_DESCRIPTION {
1852
+ let name_119: string;
1853
+ export { name_119 as name };
1854
+ let labelKey_116: string;
1855
+ export { labelKey_116 as labelKey };
1856
+ let value_119: string;
1857
+ export { value_119 as value };
1846
1858
  let align_21: string;
1847
1859
  export { align_21 as align };
1848
- let sort_107: string[];
1849
- export { sort_107 as sort };
1860
+ let sort_108: string[];
1861
+ export { sort_108 as sort };
1850
1862
  let formatter_64: string;
1851
1863
  export { formatter_64 as formatter };
1852
1864
  export namespace formatterOpts_15 {
@@ -1855,14 +1867,14 @@ export namespace FEATURE_DESCRIPTION {
1855
1867
  export { formatterOpts_15 as formatterOpts };
1856
1868
  }
1857
1869
  export namespace STATE_NORMAN {
1858
- let name_119: string;
1859
- export { name_119 as name };
1860
- let labelKey_116: string;
1861
- export { labelKey_116 as labelKey };
1862
- let sort_108: string[];
1863
- export { sort_108 as sort };
1864
- let value_119: string;
1865
- export { value_119 as value };
1870
+ let name_120: string;
1871
+ export { name_120 as name };
1872
+ let labelKey_117: string;
1873
+ export { labelKey_117 as labelKey };
1874
+ let sort_109: string[];
1875
+ export { sort_109 as sort };
1876
+ let value_120: string;
1877
+ export { value_120 as value };
1866
1878
  let width_33: number;
1867
1879
  export { width_33 as width };
1868
1880
  let _default_3: string;
@@ -1871,18 +1883,6 @@ export namespace STATE_NORMAN {
1871
1883
  export { formatter_65 as formatter };
1872
1884
  }
1873
1885
  export namespace KUBE_NODE_OS {
1874
- let name_120: string;
1875
- export { name_120 as name };
1876
- let labelKey_117: string;
1877
- export { labelKey_117 as labelKey };
1878
- let value_120: string;
1879
- export { value_120 as value };
1880
- let sort_109: string[];
1881
- export { sort_109 as sort };
1882
- let formatter_66: string;
1883
- export { formatter_66 as formatter };
1884
- }
1885
- export namespace MACHINE_NODE_OS {
1886
1886
  let name_121: string;
1887
1887
  export { name_121 as name };
1888
1888
  let labelKey_118: string;
@@ -1891,12 +1891,10 @@ export namespace MACHINE_NODE_OS {
1891
1891
  export { value_121 as value };
1892
1892
  let sort_110: string[];
1893
1893
  export { sort_110 as sort };
1894
- let formatter_67: string;
1895
- export { formatter_67 as formatter };
1896
- let dashIfEmpty_7: boolean;
1897
- export { dashIfEmpty_7 as dashIfEmpty };
1894
+ let formatter_66: string;
1895
+ export { formatter_66 as formatter };
1898
1896
  }
1899
- export namespace MANAGEMENT_NODE_OS {
1897
+ export namespace MACHINE_NODE_OS {
1900
1898
  let name_122: string;
1901
1899
  export { name_122 as name };
1902
1900
  let labelKey_119: string;
@@ -1905,49 +1903,63 @@ export namespace MANAGEMENT_NODE_OS {
1905
1903
  export { value_122 as value };
1906
1904
  let sort_111: string[];
1907
1905
  export { sort_111 as sort };
1908
- let formatter_68: string;
1909
- export { formatter_68 as formatter };
1910
- let dashIfEmpty_8: boolean;
1911
- export { dashIfEmpty_8 as dashIfEmpty };
1906
+ let formatter_67: string;
1907
+ export { formatter_67 as formatter };
1908
+ let dashIfEmpty_7: boolean;
1909
+ export { dashIfEmpty_7 as dashIfEmpty };
1912
1910
  }
1913
- export namespace FLEET_BUNDLE_LAST_UPDATED {
1911
+ export namespace MANAGEMENT_NODE_OS {
1914
1912
  let name_123: string;
1915
1913
  export { name_123 as name };
1916
1914
  let labelKey_120: string;
1917
1915
  export { labelKey_120 as labelKey };
1918
1916
  let value_123: string;
1919
1917
  export { value_123 as value };
1920
- let formatter_69: string;
1921
- export { formatter_69 as formatter };
1922
- export namespace formatterOpts_16 {
1923
- let addSuffix_3: boolean;
1924
- export { addSuffix_3 as addSuffix };
1925
- }
1926
- export { formatterOpts_16 as formatterOpts };
1927
1918
  let sort_112: string[];
1928
1919
  export { sort_112 as sort };
1920
+ let formatter_68: string;
1921
+ export { formatter_68 as formatter };
1922
+ let dashIfEmpty_8: boolean;
1923
+ export { dashIfEmpty_8 as dashIfEmpty };
1929
1924
  }
1930
- export namespace FLEET_REPO_TARGET {
1925
+ export namespace FLEET_BUNDLE_LAST_UPDATED {
1931
1926
  let name_124: string;
1932
1927
  export { name_124 as name };
1933
1928
  let labelKey_121: string;
1934
1929
  export { labelKey_121 as labelKey };
1935
1930
  let value_124: string;
1936
1931
  export { value_124 as value };
1932
+ let formatter_69: string;
1933
+ export { formatter_69 as formatter };
1934
+ export namespace formatterOpts_16 {
1935
+ let addSuffix_3: boolean;
1936
+ export { addSuffix_3 as addSuffix };
1937
+ }
1938
+ export { formatterOpts_16 as formatterOpts };
1937
1939
  let sort_113: string[];
1938
1940
  export { sort_113 as sort };
1939
1941
  }
1940
- export namespace FLEET_REPO {
1942
+ export namespace FLEET_REPO_TARGET {
1941
1943
  let name_125: string;
1942
1944
  export { name_125 as name };
1943
1945
  let labelKey_122: string;
1944
1946
  export { labelKey_122 as labelKey };
1945
1947
  let value_125: string;
1946
1948
  export { value_125 as value };
1949
+ let sort_114: string[];
1950
+ export { sort_114 as sort };
1951
+ }
1952
+ export namespace FLEET_REPO {
1953
+ let name_126: string;
1954
+ export { name_126 as name };
1955
+ let labelKey_123: string;
1956
+ export { labelKey_123 as labelKey };
1957
+ let value_126: string;
1958
+ export { value_126 as value };
1947
1959
  let formatter_70: string;
1948
1960
  export { formatter_70 as formatter };
1949
- let sort_114: string;
1950
- export { sort_114 as sort };
1961
+ let sort_115: string;
1962
+ export { sort_115 as sort };
1951
1963
  let search_19: string[];
1952
1964
  export { search_19 as search };
1953
1965
  }
@@ -1982,10 +1994,10 @@ export const UI_PLUGIN_CATALOG: ({
1982
1994
  formatterOpts?: undefined;
1983
1995
  })[];
1984
1996
  export namespace PROJECT {
1985
- let name_126: string;
1986
- export { name_126 as name };
1987
- let labelKey_123: string;
1988
- export { labelKey_123 as labelKey };
1997
+ let name_127: string;
1998
+ export { name_127 as name };
1999
+ let labelKey_124: string;
2000
+ export { labelKey_124 as labelKey };
1989
2001
  }
1990
2002
  }
1991
2003
 
@@ -4837,6 +4849,11 @@ declare module '@shell/utils/sort' {
4837
4849
  export function typeOf(item: any): any;
4838
4850
  export function spaceship(a: any, b: any): number;
4839
4851
  export function compare(a: any, b: any): any;
4852
+ /**
4853
+ * Should the logic of this sort field be flipped?
4854
+ *
4855
+ * For instance show descending but sort by ascending
4856
+ */
4840
4857
  export function parseField(str: any): {
4841
4858
  field: any;
4842
4859
  reverse: boolean;