bfg-common 1.4.492 → 1.4.493

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.
@@ -1,4 +1,4 @@
1
- import type { UI_T_NavNodes } from '~/components/common/pages/home/widgets/warnings/table/lib/models/types'
1
+ import type { UI_T_NavNodes } from '~/lib/models/types'
2
2
  import type { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
3
3
  import type { UI_T_InventoryAllTreeName } from '~/components/common/pages/home/widgets/warnings/table/lib/models/types'
4
4
 
@@ -1,9 +1,4 @@
1
- export type UI_T_NavNodes =
2
- | 'h'
3
- // для прокуратор
4
- | 'v'
5
- | 's'
6
- | 'n'
1
+ // TODO надо все типи сделать глобално
7
2
 
8
3
  export type UI_T_InventoryTreeName =
9
4
  | 'hostsAndClustersTree'
@@ -1,5 +1,12 @@
1
1
  export type UI_T_Project = 'sphere' | 'procurator'
2
2
 
3
+ export type UI_T_NavNodes =
4
+ | 'h'
5
+ // для прокуратор
6
+ | 'v'
7
+ | 's'
8
+ | 'n'
9
+
3
10
  export type UI_T_Binary = 'KB' | 'MB' | 'GB' | 'TB' | 'PB' | 'EB' | 'ZB' | 'YB'
4
11
  export type UI_T_BinaryLower =
5
12
  | 'kb'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.492",
4
+ "version": "1.4.493",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",