bfg-common 1.4.793 → 1.4.794

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.
@@ -106,7 +106,6 @@ import type { UI_T_Project, UI_T_ProcuratorTypeNodes } from '~/lib/models/types'
106
106
  import type { UI_I_Localization } from '~/lib/models/interfaces'
107
107
  import type { UI_I_TaskItem } from '~/lib/models/store/tasks/interfaces'
108
108
  import type { UI_I_TableTarget } from '~/lib/models/table/interfaces'
109
- import type { UI_I_TableTexts } from 'bfg-uikit/components/ui/dataTable/models/interfaces'
110
109
  import {
111
110
  options,
112
111
  getTargetActionsFunc,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.793",
4
+ "version": "1.4.794",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",