dashboard-shell-shell 3.0.5-test.5 → 3.0.5-test.6

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 (212) hide show
  1. package/assets/brand/harvester/favicon.png +0 -0
  2. package/assets/brand/suse/favicon.png +0 -0
  3. package/assets/images/pl/half-logo.svg +23 -2
  4. package/assets/images/pl/harvester.png +0 -0
  5. package/assets/styles/app.scss +0 -4
  6. package/assets/styles/base/_basic.scss +2 -2
  7. package/assets/styles/base/_mixins.scss +1 -1
  8. package/assets/styles/base/_typography.scss +1 -2
  9. package/assets/styles/base/_variables.scss +4 -11
  10. package/assets/styles/global/_button.scss +25 -43
  11. package/assets/styles/global/_columns.scss +1 -3
  12. package/assets/styles/global/_form.scss +13 -45
  13. package/assets/styles/global/_labeled-input.scss +26 -54
  14. package/assets/styles/global/_layout.scss +3 -8
  15. package/assets/styles/global/_select.scss +17 -25
  16. package/assets/styles/global/_table.scss +1 -7
  17. package/assets/styles/global/_tooltip.scss +8 -56
  18. package/assets/styles/themes/_dark.scss +0 -3
  19. package/assets/styles/themes/_light.scss +43 -66
  20. package/assets/styles/vendor/vue-select.scss +9 -22
  21. package/assets/translations/en-us.yaml +4 -28
  22. package/assets/translations/zh-hans.yaml +189 -452
  23. package/components/ActionDropdown.vue +1 -2
  24. package/components/ActionMenu.vue +2 -2
  25. package/components/ActionMenuShell.vue +0 -2
  26. package/components/AppModal.vue +5 -46
  27. package/components/BrandImage.vue +0 -1
  28. package/components/ButtonDropdown.vue +4 -26
  29. package/components/ButtonMultiAction.vue +0 -1
  30. package/components/ClusterIconMenu.vue +1 -1
  31. package/components/CodeMirror.vue +6 -20
  32. package/components/ConsumptionGauge.vue +5 -24
  33. package/components/CopyToClipboard.vue +0 -15
  34. package/components/CruResource.vue +8 -9
  35. package/components/CruResourceFooter.vue +2 -2
  36. package/components/DashboardOptions.vue +17 -29
  37. package/components/Drawer/Chrome.vue +2 -2
  38. package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +23 -23
  39. package/components/Drawer/ResourceDetailDrawer/index.vue +2 -2
  40. package/components/ExplorerMembers.vue +3 -18
  41. package/components/ExplorerProjectsNamespaces.vue +5 -19
  42. package/components/GlobalRoleBindings.vue +48 -112
  43. package/components/GrafanaDashboard.vue +4 -4
  44. package/components/GrowlManager.vue +1 -3
  45. package/components/HardwareResourceGauge.vue +3 -39
  46. package/components/IndentedPanel.vue +10 -4
  47. package/components/InfoBox.vue +3 -3
  48. package/components/InputOrDisplay.vue +2 -28
  49. package/components/LabelValue.vue +1 -20
  50. package/components/ModalWithCard.vue +3 -12
  51. package/components/PodSecurityAdmission.vue +1 -1
  52. package/components/PromptModal.vue +1 -1
  53. package/components/PromptRemove.vue +11 -30
  54. package/components/Resource/Detail/Metadata/IdentifyingInformation/index.vue +3 -1
  55. package/components/Resource/Detail/Metadata/KeyValue.vue +4 -8
  56. package/components/Resource/Detail/Metadata/index.vue +1 -2
  57. package/components/Resource/Detail/TitleBar/Title.vue +3 -4
  58. package/components/Resource/Detail/TitleBar/index.vue +24 -103
  59. package/components/ResourceDetail/Masthead/legacy.vue +38 -181
  60. package/components/ResourceDetail/legacy.vue +14 -32
  61. package/components/ResourceList/Masthead.vue +54 -226
  62. package/components/ResourceList/ResourceLoadingIndicator.vue +2 -5
  63. package/components/ResourceTable.vue +2 -24
  64. package/components/SideNav.vue +20 -74
  65. package/components/SortableTable/THead.vue +3 -33
  66. package/components/SortableTable/index.vue +464 -1017
  67. package/components/SortableTable/paging.js +16 -26
  68. package/components/SortableTable/selection.js +2 -2
  69. package/components/Tabbed/Tab.vue +3 -3
  70. package/components/Tabbed/index.vue +30 -48
  71. package/components/YamlEditor.vue +1 -0
  72. package/components/auth/Principal.vue +13 -37
  73. package/components/auth/RoleDetailEdit.vue +7 -58
  74. package/components/auth/SelectPrincipal.vue +0 -1
  75. package/components/form/ArrayList.vue +33 -41
  76. package/components/form/ArrayListGrouped.vue +2 -10
  77. package/components/form/ArrayListSelect.vue +1 -1
  78. package/components/form/BannerSettings.vue +59 -64
  79. package/components/form/ChangePassword.vue +4 -4
  80. package/components/form/ColorInput.vue +8 -32
  81. package/components/form/Footer.vue +8 -11
  82. package/components/form/InputWithSelect.vue +5 -8
  83. package/components/form/KeyValue.vue +7 -47
  84. package/components/form/LabeledSelect.vue +242 -214
  85. package/components/form/Labels.vue +3 -3
  86. package/components/form/MatchExpressions.vue +7 -24
  87. package/components/form/Members/ClusterPermissionsEditor.vue +2 -1
  88. package/components/form/Members/MembershipEditor.vue +1 -1
  89. package/components/form/NameNsDescription.vue +20 -59
  90. package/components/form/Password.vue +7 -16
  91. package/components/form/PodAffinity.vue +5 -4
  92. package/components/form/ResourceQuota/Namespace.vue +4 -4
  93. package/components/form/ResourceQuota/NamespaceRow.vue +17 -18
  94. package/components/form/ResourceQuota/Project.vue +4 -4
  95. package/components/form/ResourceQuota/ProjectRow.vue +6 -3
  96. package/components/form/Select.vue +2 -5
  97. package/components/form/SimpleSecretSelector.vue +9 -29
  98. package/components/form/Taints.vue +1 -2
  99. package/components/form/UnitInput.vue +3 -8
  100. package/components/form/WorkloadPorts.vue +123 -143
  101. package/components/formatter/BadgeStateFormatter.vue +5 -8
  102. package/components/formatter/LiveDate.vue +3 -3
  103. package/components/nav/Favorite.vue +1 -5
  104. package/components/nav/Group.vue +99 -132
  105. package/components/nav/Header.vue +27 -124
  106. package/components/nav/HeaderPageActionMenu.vue +0 -1
  107. package/components/nav/NamespaceFilter.vue +15 -19
  108. package/components/nav/TopLevelMenu.vue +119 -182
  109. package/components/nav/Type.vue +41 -63
  110. package/composables/useClickOutside.ts +1 -1
  111. package/config/private-label.js +11 -15
  112. package/config/product/auth.js +7 -17
  113. package/config/product/settings.js +9 -19
  114. package/config/settings.ts +0 -28
  115. package/config/table-headers.js +2 -3
  116. package/dialog/ForceMachineRemoveDialog.vue +2 -2
  117. package/dialog/ScalePoolDownDialog.vue +2 -2
  118. package/edit/management.cattle.io.user.vue +4 -17
  119. package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +19 -19
  120. package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +31 -31
  121. package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +12 -36
  122. package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +6 -6
  123. package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +10 -10
  124. package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +4 -4
  125. package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +4 -4
  126. package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +1 -1
  127. package/edit/monitoring.coreos.com.receiver/types/email.vue +6 -6
  128. package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +10 -10
  129. package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +5 -5
  130. package/edit/monitoring.coreos.com.receiver/types/slack.vue +4 -4
  131. package/edit/namespace.vue +2 -1
  132. package/edit/token.vue +12 -31
  133. package/edit/workload/index.vue +4 -4
  134. package/list/management.cattle.io.setting.vue +13 -22
  135. package/list/management.cattle.io.user.vue +3 -7
  136. package/list/namespace.vue +0 -3
  137. package/list/provisioning.cattle.io.cluster.vue +7 -6
  138. package/mixins/brand.js +0 -17
  139. package/package.json +1 -1
  140. package/pages/account/index.vue +25 -79
  141. package/pages/auth/login.vue +52 -220
  142. package/pages/auth/setup.vue +19 -142
  143. package/pages/c/_cluster/_product/namespaces.vue +5 -5
  144. package/pages/c/_cluster/auth/roles/index.vue +1 -19
  145. package/pages/c/_cluster/monitoring/monitor/index.vue +2 -2
  146. package/pages/c/_cluster/settings/banners.vue +102 -174
  147. package/pages/c/_cluster/settings/brand.vue +302 -350
  148. package/pages/c/_cluster/settings/performance.vue +38 -61
  149. package/pages/home.vue +30 -70
  150. package/pages/prefs.vue +25 -27
  151. package/promptRemove/mixin/roleDeletionCheck.js +2 -2
  152. package/public/index.html +4 -4
  153. package/rancher-components/BadgeState/BadgeState.vue +55 -38
  154. package/rancher-components/Banner/Banner.vue +8 -12
  155. package/rancher-components/Card/Card.vue +8 -7
  156. package/rancher-components/Form/Checkbox/Checkbox.vue +0 -4
  157. package/rancher-components/Form/LabeledInput/LabeledInput.vue +3 -42
  158. package/rancher-components/Form/Radio/RadioButton.vue +11 -35
  159. package/rancher-components/Form/Radio/RadioGroup.vue +5 -13
  160. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +3 -3
  161. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +0 -1
  162. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +4 -12
  163. package/rancher-components/RcDropdown/RcDropdown.vue +7 -35
  164. package/rancher-components/RcDropdown/RcDropdownItem.vue +2 -2
  165. package/rancher-components/RcDropdown/RcDropdownMenu.vue +6 -12
  166. package/rancher-components/RcDropdown/types.ts +0 -1
  167. package/rancher-components/StringList/StringList.vue +1 -1
  168. package/static/favicon.ico +0 -0
  169. package/static/favicon.png +0 -0
  170. package/static/loading-indicator.html +3 -3
  171. package/store/i18n.js +2 -5
  172. package/store/modal.ts +3 -3
  173. package/store/prefs.js +4 -11
  174. package/store/type-map.js +2 -32
  175. package/types/shell/index.d.ts +67 -74
  176. package/utils/error.js +8 -87
  177. package/utils/router.js +0 -21
  178. package/utils/select.js +3 -26
  179. package/utils/string.js +5 -8
  180. package/utils/title.ts +1 -1
  181. package/assets/icons/demo.css +0 -539
  182. package/assets/icons/demo.css:Zone.Identifier +0 -0
  183. package/assets/icons/demo_index.html +0 -1131
  184. package/assets/icons/demo_index.html:Zone.Identifier +0 -0
  185. package/assets/icons/iconfont.css +0 -216
  186. package/assets/icons/iconfont.css:Zone.Identifier +0 -0
  187. package/assets/icons/iconfont.js +0 -1
  188. package/assets/icons/iconfont.js:Zone.Identifier +0 -0
  189. package/assets/icons/iconfont.json +0 -324
  190. package/assets/icons/iconfont.json:Zone.Identifier +0 -0
  191. package/assets/icons/iconfont.ttf +0 -0
  192. package/assets/icons/iconfont.ttf:Zone.Identifier +0 -0
  193. package/assets/icons/iconfont.woff +0 -0
  194. package/assets/icons/iconfont.woff2 +0 -0
  195. package/assets/icons/iconfont.woff2:Zone.Identifier +0 -0
  196. package/assets/icons/iconfont.woff:Zone.Identifier +0 -0
  197. package/assets/images/API.svg +0 -3
  198. package/assets/images/action.svg +0 -6
  199. package/assets/images/login/password.svg +0 -20
  200. package/assets/images/login/user.svg +0 -6
  201. package/assets/images/login-bg.png +0 -0
  202. package/assets/images/login-left.png +0 -0
  203. package/assets/images/login-logo.svg +0 -19
  204. package/assets/images/logo.png +0 -0
  205. package/assets/images/pl/logo.png +0 -0
  206. package/assets/images/promp-yellow.svg +0 -5
  207. package/assets/images/user.png +0 -0
  208. package/assets/styles/all.scss +0 -63
  209. package/components/DotState.vue +0 -84
  210. package/components/breadcrumb/index.vue +0 -340
  211. package/pages/account/pri.vue +0 -229
  212. package/utils/errorTranslate.json +0 -1336
@@ -11,8 +11,6 @@ import IconOrSvg from '@shell/components/IconOrSvg';
11
11
  withDefaults(defineProps<RcDropdownMenuComponentProps>(), {
12
12
  buttonRole: 'primary',
13
13
  buttonSize: undefined,
14
- isDetail: false,
15
- showIcon: false
16
14
  });
17
15
 
18
16
  const emit = defineEmits(['update:open', 'select']);
@@ -33,10 +31,7 @@ const hasOptions = (options: DropdownOption[]) => {
33
31
  :data-testid="dataTestid"
34
32
  :aria-label="buttonAriaLabel"
35
33
  >
36
- <div v-if="showIcon">
37
- <i data-v-5db2c2c7="" class="icon icon-actions" alt="More actions icon"></i>
38
- </div>
39
- <a v-else href="javascript:;">操作</a>
34
+ <i class="icon icon-actions" />
40
35
  </rc-dropdown-trigger>
41
36
  <template #dropdownCollection>
42
37
  <template
@@ -47,7 +42,7 @@ const hasOptions = (options: DropdownOption[]) => {
47
42
  v-if="!a.divider"
48
43
  @click="(e: MouseEvent) => emit('select', e, a)"
49
44
  >
50
- <!-- <template #before>
45
+ <template #before>
51
46
  <IconOrSvg
52
47
  v-if="a.icon || a.svg"
53
48
  :icon="a.icon"
@@ -55,19 +50,18 @@ const hasOptions = (options: DropdownOption[]) => {
55
50
  class="icon"
56
51
  color="header"
57
52
  />
58
- </template> -->
53
+ </template>
59
54
  {{ a.label }}
60
55
  </rc-dropdown-item>
61
- <!-- <rc-dropdown-separator
56
+ <rc-dropdown-separator
62
57
  v-else
63
- /> -->
58
+ />
64
59
  </template>
65
60
  <rc-dropdown-item
66
61
  v-if="!hasOptions(options)"
67
62
  disabled
68
63
  >
69
- <!-- No actions available -->
70
- 暂无可执行的操作。
64
+ No actions available
71
65
  </rc-dropdown-item>
72
66
  </template>
73
67
  </rc-dropdown>
@@ -46,5 +46,4 @@ export type RcDropdownMenuComponentProps = {
46
46
  buttonAriaLabel?: string;
47
47
  dropdownAriaLabel?: string;
48
48
  dataTestid?: string;
49
- showIcon?: Boolean;
50
49
  }
@@ -633,7 +633,7 @@ export default defineComponent({
633
633
  }
634
634
 
635
635
  :deep() {
636
- // .labeled-input INPUT.no-label,
636
+ .labeled-input INPUT.no-label,
637
637
  .labeled-input INPUT:hover.no-label,
638
638
  .labeled-input INPUT:focus.no-label {
639
639
  padding: 1px 0px 0px 0px;
Binary file
Binary file
@@ -15,14 +15,14 @@
15
15
  animation: initial-load-animate 1s infinite linear;
16
16
  background-color: transparent;
17
17
  box-sizing: border-box;
18
- border: 5px solid #1890FF;
18
+ border: 5px solid #008ACF;
19
19
  border-radius: 50%;
20
- border-top-color: transparent;
20
+ border-top-color: #00B2E2;
21
21
  display: inline-block;
22
22
  height: 80px;
23
23
  margin: 0 auto;
24
24
  width: 80px;
25
- }}
25
+ }
26
26
 
27
27
  @keyframes initial-load-animate {
28
28
  0% {
package/store/i18n.js CHANGED
@@ -18,7 +18,7 @@ export const state = function() {
18
18
  // const available = translationContext.keys().map(path => path.replace(/^.*\/([^\/]+)\.[^.]+$/, '$1'));
19
19
  // Using require.context() forces them to all be in the same webpack chunk name... just hardcode the list for now so zh-hans
20
20
  // gets generated as it's own chunk instead of being loaded all the time.
21
- const available = ['zh-hans', DEFAULT_LOCALE];
21
+ const available = [DEFAULT_LOCALE, 'zh-hans'];
22
22
 
23
23
  const out = {
24
24
  default: DEFAULT_LOCALE,
@@ -229,11 +229,8 @@ export const actions = {
229
229
  const exists = !!state.available.find((loc) => loc === selected);
230
230
 
231
231
  if ( !selected || !exists) {
232
- selected = 'zh-hans';
232
+ selected = state.default;
233
233
  }
234
-
235
- // selected = 'none'
236
- selected = 'zh-hans'
237
234
 
238
235
  return dispatch('switchTo', selected);
239
236
  },
package/store/modal.ts CHANGED
@@ -17,7 +17,7 @@ const state = (): ModalState => ({
17
17
  componentProps: {},
18
18
  resources: [],
19
19
  closeOnClickOutside: false,
20
- modalWidth: '610px',
20
+ modalWidth: '600px',
21
21
  modalSticky: false
22
22
  });
23
23
 
@@ -45,7 +45,7 @@ const mutations: MutationTree<ModalState> = {
45
45
  state.componentProps = payload.componentProps || {};
46
46
  state.resources = Array.isArray(payload.resources) ? payload.resources : (payload.resources ? [payload.resources] : []);
47
47
  state.closeOnClickOutside = payload.closeOnClickOutside ?? false;
48
- state.modalWidth = payload.modalWidth || '610px';
48
+ state.modalWidth = payload.modalWidth || '600px';
49
49
  state.modalSticky = payload.modalSticky ?? false;
50
50
  },
51
51
 
@@ -55,7 +55,7 @@ const mutations: MutationTree<ModalState> = {
55
55
  state.componentProps = {};
56
56
  state.resources = [];
57
57
  state.closeOnClickOutside = false;
58
- state.modalWidth = '610px';
58
+ state.modalWidth = '600px';
59
59
  state.modalSticky = false;
60
60
  }
61
61
  };
package/store/prefs.js CHANGED
@@ -57,14 +57,14 @@ export const PINNED_CLUSTERS = create('pinned-clusters', [], { parseJSON });
57
57
  export const GROUP_RESOURCES = create('group-by', 'namespace');
58
58
  export const DIFF = create('diff', 'unified', { options: ['unified', 'split'] });
59
59
  export const THEME = create('theme', 'auto', {
60
- options: ['light'],
60
+ options: ['light', 'auto', 'dark'],
61
61
  asCookie,
62
62
  parseJSON,
63
63
  mangleRead: (x) => x.replace(/^ui-/, ''),
64
- mangleWrite: (x) => `ui-light`, // 接口同时修改为 白色
64
+ mangleWrite: (x) => `ui-${ x }`,
65
65
  });
66
66
  export const PREFERS_SCHEME = create('pcs', '', { asCookie, asUserPreference: false });
67
- export const LOCALE = create('locale', 'zh-hans', { asCookie });
67
+ export const LOCALE = create('locale', 'en-us', { asCookie });
68
68
  export const KEYMAP = create('keymap', 'sublime', { options: ['sublime', 'emacs', 'vim'] });
69
69
  export const ROWS_PER_PAGE = create('per-page', 100, { options: [10, 25, 50, 100], parseJSON });
70
70
  export const LOGS_WRAP = create('logs-wrap', true, { parseJSON });
@@ -149,11 +149,6 @@ export const getters = {
149
149
 
150
150
  const def = clone(definition.def);
151
151
 
152
- if (key === THEME) {
153
- // 无论 state 里存的是什么,都强制返回 light
154
- return 'light';
155
- }
156
-
157
152
  return def;
158
153
  },
159
154
 
@@ -475,9 +470,7 @@ export const actions = {
475
470
  try {
476
471
  value = JSON.parse(value);
477
472
  } catch (err) {
478
- // 容错处理:如果后端返回 map[...] 这样的字符串,直接忽略或重置为空
479
- console.warn(`Pref ${ key } has invalid JSON, resetting`, value);
480
- value = definition.defaultValue || null;
473
+ console.error('Error parsing server pref', key, value, err); // eslint-disable-line no-console
481
474
  continue;
482
475
  }
483
476
  }
package/store/type-map.js CHANGED
@@ -395,7 +395,6 @@ export function productsLoaded() {
395
395
 
396
396
  export const state = function() {
397
397
  return {
398
- actionsWidth: 0,
399
398
  products: [],
400
399
  virtualTypes: {},
401
400
  spoofedTypes: {},
@@ -465,8 +464,6 @@ export const getters = {
465
464
  };
466
465
  },
467
466
 
468
- actionsWidth: (state) => state.actionsWidth,
469
-
470
467
  // Turns a group name into a display label (e.g. management.cattle.io.v3.cluster -> Cluster)
471
468
  groupLabelFor(state) {
472
469
  return (schemaOrName) => {
@@ -512,12 +509,6 @@ export const getters = {
512
509
  return state.basicTypes?.[product]?.[schemaId];
513
510
  };
514
511
  },
515
-
516
- groupsForVirTypes(state) {
517
- return (product, name) => {
518
- return state.virtualTypes?.[product].find(item => item.name === name)?.icon;
519
- };
520
- },
521
512
 
522
513
  optionsFor(state, getters, rootState, rootGetters) {
523
514
  const def = {
@@ -670,18 +661,7 @@ export const getters = {
670
661
 
671
662
  const label = typeObj.labelKey ? rootGetters['i18n/t'](typeObj.labelKey) || typeObj.label : typeObj.label;
672
663
 
673
- const virtual = !!typeObj.virtual;
674
- let icon = typeObj.icon;
675
-
676
- if ( (!virtual || typeObj.isSpoofed ) && !icon ) {
677
- if ( namespaced ) {
678
- icon = 'folder';
679
- } else {
680
- icon = 'globe';
681
- }
682
- }
683
-
684
- let labelDisplay = highlightLabel(label, icon, count, typeObj.schema);
664
+ let labelDisplay = highlightLabel(label, count, typeObj.schema);
685
665
 
686
666
  // If we did not match on just the label, add the schema name and see if that matches
687
667
  if (!labelDisplay && typeObj.schema?.attributes) {
@@ -798,7 +778,7 @@ export const getters = {
798
778
  return group;
799
779
  }
800
780
 
801
- function highlightLabel(original, icon, count, schema) {
781
+ function highlightLabel(original, count, schema) {
802
782
  let label = escapeHtml(original);
803
783
 
804
784
  if ( searchRegex ) {
@@ -822,12 +802,6 @@ export const getters = {
822
802
  }
823
803
  }
824
804
 
825
- if ( icon ) {
826
- console.log(icon)
827
- label = `<i class="icon icon-fw icon-${ icon }"></i>${ label }`;
828
- console.log(label)
829
- }
830
-
831
805
  return label;
832
806
  }
833
807
  };
@@ -1497,10 +1471,6 @@ export const getters = {
1497
1471
  };
1498
1472
 
1499
1473
  export const mutations = {
1500
- setActionsWidth(state, width) {
1501
- state.actionsWidth = width
1502
- },
1503
-
1504
1474
  schemaChanged(state) {
1505
1475
  state.schemaGeneration = state.schemaGeneration + 1;
1506
1476
  },
@@ -305,8 +305,6 @@ export namespace NAME {
305
305
  export { sort_3 as sort };
306
306
  let formatter_3: string;
307
307
  export { formatter_3 as formatter };
308
- let width_2: number;
309
- export { width_2 as width };
310
308
  let canBeVariable_1: boolean;
311
309
  export { canBeVariable_1 as canBeVariable };
312
310
  }
@@ -331,8 +329,8 @@ export namespace SIMPLE_NAME {
331
329
  export { value_5 as value };
332
330
  let sort_5: string[];
333
331
  export { sort_5 as sort };
334
- let width_3: number;
335
- export { width_3 as width };
332
+ let width_2: number;
333
+ export { width_2 as width };
336
334
  let canBeVariable_2: boolean;
337
335
  export { canBeVariable_2 as canBeVariable };
338
336
  }
@@ -537,8 +535,8 @@ export namespace CPU {
537
535
  export { value_21 as value };
538
536
  let formatter_11: string;
539
537
  export { formatter_11 as formatter };
540
- let width_4: number;
541
- export { width_4 as width };
538
+ let width_3: number;
539
+ export { width_3 as width };
542
540
  }
543
541
  export namespace RAM {
544
542
  let name_23: string;
@@ -553,8 +551,8 @@ export namespace RAM {
553
551
  export { value_22 as value };
554
552
  let formatter_12: string;
555
553
  export { formatter_12 as formatter };
556
- let width_5: number;
557
- export { width_5 as width };
554
+ let width_4: number;
555
+ export { width_4 as width };
558
556
  }
559
557
  export namespace PRINCIPAL {
560
558
  let name_24: string;
@@ -581,8 +579,8 @@ export namespace PODS {
581
579
  export { value_24 as value };
582
580
  let formatter_14: string;
583
581
  export { formatter_14 as formatter };
584
- let width_6: number;
585
- export { width_6 as width };
582
+ let width_5: number;
583
+ export { width_5 as width };
586
584
  }
587
585
  export namespace AGE {
588
586
  let name_26: string;
@@ -599,8 +597,8 @@ export namespace AGE {
599
597
  export { search_4 as search };
600
598
  let formatter_15: string;
601
599
  export { formatter_15 as formatter };
602
- let width_7: number;
603
- export { width_7 as width };
600
+ let width_6: number;
601
+ export { width_6 as width };
604
602
  let align_1: string;
605
603
  export { align_1 as align };
606
604
  }
@@ -637,8 +635,8 @@ export namespace DESCRIPTION {
637
635
  export { sort_28 as sort };
638
636
  let formatter_17: string;
639
637
  export { formatter_17 as formatter };
640
- let width_8: number;
641
- export { width_8 as width };
638
+ let width_7: number;
639
+ export { width_7 as width };
642
640
  }
643
641
  export namespace NS_SNAPSHOT_QUOTA {
644
642
  let name_29: string;
@@ -728,8 +726,8 @@ export namespace SCALE {
728
726
  export { sort_33 as sort };
729
727
  let formatter_23: string;
730
728
  export { formatter_23 as formatter };
731
- let width_9: number;
732
- export { width_9 as width };
729
+ let width_8: number;
730
+ export { width_8 as width };
733
731
  let align_4: string;
734
732
  export { align_4 as align };
735
733
  }
@@ -750,8 +748,8 @@ export namespace SUCCESS {
750
748
  export { labelKey_36 as labelKey };
751
749
  let value_36: string;
752
750
  export { value_36 as value };
753
- let width_10: number;
754
- export { width_10 as width };
751
+ let width_9: number;
752
+ export { width_9 as width };
755
753
  let align_5: string;
756
754
  export { align_5 as align };
757
755
  }
@@ -762,8 +760,8 @@ export namespace REQ_RATE {
762
760
  export { labelKey_37 as labelKey };
763
761
  let value_37: string;
764
762
  export { value_37 as value };
765
- let width_11: number;
766
- export { width_11 as width };
763
+ let width_10: number;
764
+ export { width_10 as width };
767
765
  let align_6: string;
768
766
  export { align_6 as align };
769
767
  }
@@ -774,8 +772,8 @@ export namespace P95 {
774
772
  export { labelKey_38 as labelKey };
775
773
  let value_38: string;
776
774
  export { value_38 as value };
777
- let width_12: number;
778
- export { width_12 as width };
775
+ let width_11: number;
776
+ export { width_11 as width };
779
777
  let align_7: string;
780
778
  export { align_7 as align };
781
779
  }
@@ -833,8 +831,8 @@ export namespace TARGET_KIND {
833
831
  export { labelKey_43 as labelKey };
834
832
  let value_43: string;
835
833
  export { value_43 as value };
836
- let width_13: number;
837
- export { width_13 as width };
834
+ let width_12: number;
835
+ export { width_12 as width };
838
836
  }
839
837
  export namespace TARGET {
840
838
  let name_44: string;
@@ -963,8 +961,8 @@ export namespace SIMPLE_TYPE {
963
961
  export { value_53 as value };
964
962
  let sort_45: string[];
965
963
  export { sort_45 as sort };
966
- let width_14: number;
967
- export { width_14 as width };
964
+ let width_13: number;
965
+ export { width_13 as width };
968
966
  }
969
967
  export namespace IMAGE_SIZE {
970
968
  let name_54: string;
@@ -989,8 +987,8 @@ export namespace TYPE {
989
987
  export { getValue_11 as getValue };
990
988
  let sort_47: string[];
991
989
  export { sort_47 as sort };
992
- let width_15: number;
993
- export { width_15 as width };
990
+ let width_14: number;
991
+ export { width_14 as width };
994
992
  }
995
993
  export namespace SUB_TYPE {
996
994
  let name_56: string;
@@ -1001,8 +999,8 @@ export namespace SUB_TYPE {
1001
999
  export { value_56 as value };
1002
1000
  let sort_48: string[];
1003
1001
  export { sort_48 as sort };
1004
- let width_16: number;
1005
- export { width_16 as width };
1002
+ let width_15: number;
1003
+ export { width_15 as width };
1006
1004
  }
1007
1005
  export namespace EVENT_TYPE {
1008
1006
  let name_57: string;
@@ -1023,8 +1021,8 @@ export namespace STATUS {
1023
1021
  export { value_58 as value };
1024
1022
  let sort_50: string[];
1025
1023
  export { sort_50 as sort };
1026
- let width_17: number;
1027
- export { width_17 as width };
1024
+ let width_16: number;
1025
+ export { width_16 as width };
1028
1026
  }
1029
1027
  export namespace LAST_SEEN_TIME {
1030
1028
  let name_59: string;
@@ -1052,8 +1050,8 @@ export namespace LAST_HEARTBEAT_TIME {
1052
1050
  export { sort_52 as sort };
1053
1051
  let formatter_31: string;
1054
1052
  export { formatter_31 as formatter };
1055
- let width_18: number;
1056
- export { width_18 as width };
1053
+ let width_17: number;
1054
+ export { width_17 as width };
1057
1055
  }
1058
1056
  export namespace REASON {
1059
1057
  let name_61: string;
@@ -1222,8 +1220,8 @@ export namespace INGRESS_DEFAULT_BACKEND {
1222
1220
  export { sort_67 as sort };
1223
1221
  let formatter_37: string;
1224
1222
  export { formatter_37 as formatter };
1225
- let width_19: number;
1226
- export { width_19 as width };
1223
+ let width_18: number;
1224
+ export { width_18 as width };
1227
1225
  let align_10: string;
1228
1226
  export { align_10 as align };
1229
1227
  }
@@ -1306,8 +1304,8 @@ export namespace RESOURCES {
1306
1304
  export { value_82 as value };
1307
1305
  let sort_74: string;
1308
1306
  export { sort_74 as sort };
1309
- let width_20: number;
1310
- export { width_20 as width };
1307
+ let width_19: number;
1308
+ export { width_19 as width };
1311
1309
  }
1312
1310
  export namespace URL {
1313
1311
  let name_83: string;
@@ -1376,8 +1374,8 @@ export namespace WORKLOAD_HEALTH_SCALE {
1376
1374
  export { formatter_44 as formatter };
1377
1375
  export function getValue_13(): any;
1378
1376
  export { getValue_13 as getValue };
1379
- let width_21: number;
1380
- export { width_21 as width };
1377
+ let width_20: number;
1378
+ export { width_20 as width };
1381
1379
  export let skipSelect: boolean;
1382
1380
  let delayLoading_1: boolean;
1383
1381
  export { delayLoading_1 as delayLoading };
@@ -1401,8 +1399,8 @@ export namespace FLEET_SUMMARY {
1401
1399
  export { formatter_45 as formatter };
1402
1400
  let align_11: string;
1403
1401
  export { align_11 as align };
1404
- let width_22: number;
1405
- export { width_22 as width };
1402
+ let width_21: number;
1403
+ export { width_21 as width };
1406
1404
  }
1407
1405
  export namespace FLEET_APPLICATION_TYPE {
1408
1406
  let name_89: string;
@@ -1417,8 +1415,8 @@ export namespace FLEET_APPLICATION_TYPE {
1417
1415
  export { search_10 as search };
1418
1416
  let align_12: string;
1419
1417
  export { align_12 as align };
1420
- let width_23: number;
1421
- export { width_23 as width };
1418
+ let width_22: number;
1419
+ export { width_22 as width };
1422
1420
  }
1423
1421
  export namespace FLEET_APPLICATION_SOURCE {
1424
1422
  let name_90: string;
@@ -1473,8 +1471,8 @@ export namespace FLEET_APPLICATION_RESOURCES_SUMMARY {
1473
1471
  export { formatter_48 as formatter };
1474
1472
  let align_13: string;
1475
1473
  export { align_13 as align };
1476
- let width_24: number;
1477
- export { width_24 as width };
1474
+ let width_23: number;
1475
+ export { width_23 as width };
1478
1476
  }
1479
1477
  export namespace FLEET_REPO_CLUSTER_SUMMARY {
1480
1478
  let name_94: string;
@@ -1491,8 +1489,8 @@ export namespace FLEET_REPO_CLUSTER_SUMMARY {
1491
1489
  export { formatter_49 as formatter };
1492
1490
  let align_14: string;
1493
1491
  export { align_14 as align };
1494
- let width_25: number;
1495
- export { width_25 as width };
1492
+ let width_24: number;
1493
+ export { width_24 as width };
1496
1494
  }
1497
1495
  export namespace FLEET_REPO_PER_CLUSTER_STATE {
1498
1496
  let name_95: string;
@@ -1503,8 +1501,8 @@ export namespace FLEET_REPO_PER_CLUSTER_STATE {
1503
1501
  export { tooltip_3 as tooltip };
1504
1502
  let sort_85: string[];
1505
1503
  export { sort_85 as sort };
1506
- let width_26: number;
1507
- export { width_26 as width };
1504
+ let width_25: number;
1505
+ export { width_25 as width };
1508
1506
  let _default_2: string;
1509
1507
  export { _default_2 as default };
1510
1508
  let formatter_50: string;
@@ -1529,8 +1527,8 @@ export namespace APP_SUMMARY {
1529
1527
  export { formatter_51 as formatter };
1530
1528
  let align_15: string;
1531
1529
  export { align_15 as align };
1532
- let width_27: number;
1533
- export { width_27 as width };
1530
+ let width_26: number;
1531
+ export { width_26 as width };
1534
1532
  }
1535
1533
  export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1536
1534
  let name_97: string;
@@ -1687,8 +1685,8 @@ export namespace GROUP_NAME {
1687
1685
  export { search_18 as search };
1688
1686
  let formatter_58: string;
1689
1687
  export { formatter_58 as formatter };
1690
- let width_28: number;
1691
- export { width_28 as width };
1688
+ let width_27: number;
1689
+ export { width_27 as width };
1692
1690
  }
1693
1691
  export namespace GROUP_ROLE_NAME {
1694
1692
  let name_107: string;
@@ -1755,8 +1753,8 @@ export namespace ACCESS_KEY {
1755
1753
  export { align_16 as align };
1756
1754
  let sort_101: string[];
1757
1755
  export { sort_101 as sort };
1758
- let width_29: number;
1759
- export { width_29 as width };
1756
+ let width_28: number;
1757
+ export { width_28 as width };
1760
1758
  }
1761
1759
  export namespace SCOPE {
1762
1760
  let name_113: string;
@@ -1771,8 +1769,8 @@ export namespace SCOPE {
1771
1769
  export { align_17 as align };
1772
1770
  let sort_102: string[];
1773
1771
  export { sort_102 as sort };
1774
- let width_30: number;
1775
- export { width_30 as width };
1772
+ let width_29: number;
1773
+ export { width_29 as width };
1776
1774
  }
1777
1775
  export namespace SCOPE_NORMAN {
1778
1776
  let value_113: string;
@@ -1791,8 +1789,8 @@ export namespace EXPIRES {
1791
1789
  export { align_18 as align };
1792
1790
  let sort_104: string[];
1793
1791
  export { sort_104 as sort };
1794
- let width_31: number;
1795
- export { width_31 as width };
1792
+ let width_30: number;
1793
+ export { width_30 as width };
1796
1794
  let formatter_61: string;
1797
1795
  export { formatter_61 as formatter };
1798
1796
  }
@@ -1807,8 +1805,8 @@ export namespace LAST_USED {
1807
1805
  export { align_19 as align };
1808
1806
  let sort_105: string[];
1809
1807
  export { sort_105 as sort };
1810
- let width_32: number;
1811
- export { width_32 as width };
1808
+ let width_31: number;
1809
+ export { width_31 as width };
1812
1810
  let formatter_62: string;
1813
1811
  export { formatter_62 as formatter };
1814
1812
  export namespace formatterOpts_14 {
@@ -1827,8 +1825,8 @@ export namespace RESTART {
1827
1825
  export { sort_106 as sort };
1828
1826
  let formatter_63: string;
1829
1827
  export { formatter_63 as formatter };
1830
- let width_33: number;
1831
- export { width_33 as width };
1828
+ let width_32: number;
1829
+ export { width_32 as width };
1832
1830
  let align_20: string;
1833
1831
  export { align_20 as align };
1834
1832
  }
@@ -1867,8 +1865,8 @@ export namespace STATE_NORMAN {
1867
1865
  export { sort_108 as sort };
1868
1866
  let value_119: string;
1869
1867
  export { value_119 as value };
1870
- let width_34: number;
1871
- export { width_34 as width };
1868
+ let width_33: number;
1869
+ export { width_33 as width };
1872
1870
  let _default_3: string;
1873
1871
  export { _default_3 as default };
1874
1872
  let formatter_65: string;
@@ -4022,8 +4020,7 @@ export const EMBER_FRAME: "ember-iframe";
4022
4020
 
4023
4021
  declare module '@shell/utils/error' {
4024
4022
  export function stringify(err: any): any;
4025
- export function exceptionToErrorsArray(err: any): any[];
4026
- export function translateError(error: any): any;
4023
+ export function exceptionToErrorsArray(err: any): any;
4027
4024
  export class ClusterNotFoundError extends Error {
4028
4025
  static NAME: string;
4029
4026
  constructor(message: any);
@@ -4383,10 +4380,6 @@ export function setPromiseResult(promise: any, obj: any, key: any, label: any):
4383
4380
  // @shell/utils/router
4384
4381
 
4385
4382
  declare module '@shell/utils/router' {
4386
- export function harvesterhci2cloud(str: any): any;
4387
- export function cloud2harvesterhci(str: any): any;
4388
- export function harvester2cloud(str: any): any;
4389
- export function cloud2harvester(str: any): any;
4390
4383
  export function queryParamsFor(current: any, qp: any, defaults?: {}): any;
4391
4384
  export function getClusterFromRoute(to: any): any;
4392
4385
  export function getProductFromRoute(to: any): any;
@@ -4402,7 +4395,7 @@ export function routeRequiresInstallRedirect(to: any): boolean;
4402
4395
 
4403
4396
  declare module '@shell/utils/select' {
4404
4397
  export function onClickOption(option: any, e: any): void;
4405
- export function calculatePosition(dropdownList: any, component: any, width: any, placement: any, type: any, isLabel: any, leftWidth: any): void;
4398
+ export function calculatePosition(dropdownList: any, component: any, width: any, placement: any): void;
4406
4399
  }
4407
4400
 
4408
4401
  // @shell/utils/selector
@@ -4616,7 +4609,7 @@ export function asciiLike(str: any): boolean;
4616
4609
  export function coerceStringTypeToScalarType(val: any, type: any): any;
4617
4610
  export function matchesSomeRegex(stringRaw: any, regexes?: any[]): boolean;
4618
4611
  export function ensureRegex(strOrRegex: any, exact?: boolean): any;
4619
- export function nlToBr(value: any): any;
4612
+ export function nlToBr(value: any): string;
4620
4613
  export function splitObjectPath(path: any): any;
4621
4614
  export function joinObjectPath(ary: any): string;
4622
4615
  export function shortenedImage(image: any): any;