@things-factory/operato-mms 6.2.5 → 6.2.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.
@@ -11,7 +11,7 @@ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
11
11
  import { setupAppToolPart } from '@things-factory/apptool-ui'
12
12
  import { auth } from '@things-factory/auth-base'
13
13
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
14
- import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
14
+ import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@operato/layout'
15
15
  import { setupMenuPart } from '@things-factory/lite-menu'
16
16
  import { setupContextUIPart } from '@things-factory/context-ui'
17
17
  import { ADD_MORENDA } from '@things-factory/more-base'
@@ -1,5 +1,5 @@
1
1
  import { css, html, LitElement } from 'lit'
2
- import { openPopup } from '@things-factory/layout-base'
2
+ import { openPopup } from '@operato/layout'
3
3
  import './category-selector-popup'
4
4
  import { getCategories } from './category-provider'
5
5
 
@@ -2,7 +2,7 @@ import { getCodeByName } from '@things-factory/code-base'
2
2
  import '@things-factory/form-ui'
3
3
  import '@operato/data-grist'
4
4
  import { i18next, localize } from '@things-factory/i18n-base'
5
- import { openPopup } from '@things-factory/layout-base'
5
+ import { openPopup } from '@operato/layout'
6
6
  import { client, PageView } from '@things-factory/shell'
7
7
  import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
8
8
  import { flattenObject, isMobileDevice } from '@things-factory/utils'
@@ -1,7 +1,7 @@
1
1
  import '@things-factory/form-ui'
2
2
  import '@operato/data-grist'
3
3
  import { i18next, localize } from '@things-factory/i18n-base'
4
- import { openPopup } from '@things-factory/layout-base'
4
+ import { openPopup } from '@operato/layout'
5
5
  import { client, PageView } from '@things-factory/shell'
6
6
  import { ScrollbarStyles } from '@things-factory/styles'
7
7
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
@@ -13,7 +13,7 @@ import { css, html } from 'lit'
13
13
  import { GhostPrint } from '@operato/ghost-print'
14
14
  import { getCodeByName } from '@things-factory/code-base'
15
15
  import { i18next, localize } from '@things-factory/i18n-base'
16
- import { openPopup } from '@things-factory/layout-base'
16
+ import { openPopup } from '@operato/layout'
17
17
  import { client, CustomAlert, PageView } from '@things-factory/shell'
18
18
  import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
19
19
  import { isMobileDevice } from '@things-factory/utils'
@@ -5,7 +5,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
5
5
  import { store, PageView, client, CustomAlert } from '@things-factory/shell'
6
6
  import { i18next, localize } from '@things-factory/i18n-base'
7
7
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
8
- import { openPopup } from '@things-factory/layout-base'
8
+ import { openPopup } from '@operato/layout'
9
9
  import gql from 'graphql-tag'
10
10
  import { getCodeByName } from '@things-factory/code-base'
11
11
  import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
@@ -1,7 +1,7 @@
1
1
  import { MultiColumnFormStyles } from '@things-factory/form-ui'
2
2
  import '@operato/data-grist'
3
3
  import { i18next } from '@things-factory/i18n-base'
4
- import { openPopup } from '@things-factory/layout-base'
4
+ import { openPopup } from '@operato/layout'
5
5
  import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
6
6
  import { CommonButtonStyles } from '@things-factory/styles'
7
7
  import { isMobileDevice } from '@things-factory/utils'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "6.2.5",
3
+ "version": "6.2.6",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -69,39 +69,39 @@
69
69
  "@operato/scene-timer": "^1.0.0",
70
70
  "@operato/scene-visualizer": "^1.0.0",
71
71
  "@operato/scene-wheel-sorter": "^1.0.0",
72
- "@things-factory/apptool-ui": "^6.2.4",
73
- "@things-factory/attachment-base": "^6.2.0",
74
- "@things-factory/auth-ui": "^6.2.1",
75
- "@things-factory/biz-base": "^6.2.0",
76
- "@things-factory/board-service": "^6.2.0",
77
- "@things-factory/board-ui": "^6.2.5",
78
- "@things-factory/code-ui": "^6.2.0",
79
- "@things-factory/context-ui": "^6.2.0",
80
- "@things-factory/dashboard": "^6.2.5",
81
- "@things-factory/export-ui": "^6.2.0",
82
- "@things-factory/export-ui-csv": "^6.2.0",
83
- "@things-factory/export-ui-excel": "^6.2.0",
84
- "@things-factory/geography": "^6.2.0",
85
- "@things-factory/help": "^6.2.0",
86
- "@things-factory/i18n-base": "^6.2.0",
87
- "@things-factory/integration-fulfillment": "^6.2.4",
88
- "@things-factory/integration-lmd": "^6.2.4",
89
- "@things-factory/lite-menu": "^6.2.5",
90
- "@things-factory/marketplace-base": "^6.2.4",
91
- "@things-factory/more-ui": "^6.2.0",
92
- "@things-factory/notification": "^6.2.1",
93
- "@things-factory/oauth2-client": "^6.2.0",
72
+ "@things-factory/apptool-ui": "^6.2.6",
73
+ "@things-factory/attachment-base": "^6.2.6",
74
+ "@things-factory/auth-ui": "^6.2.6",
75
+ "@things-factory/biz-base": "^6.2.6",
76
+ "@things-factory/board-service": "^6.2.6",
77
+ "@things-factory/board-ui": "^6.2.6",
78
+ "@things-factory/code-ui": "^6.2.6",
79
+ "@things-factory/context-ui": "^6.2.6",
80
+ "@things-factory/dashboard": "^6.2.6",
81
+ "@things-factory/export-ui": "^6.2.6",
82
+ "@things-factory/export-ui-csv": "^6.2.6",
83
+ "@things-factory/export-ui-excel": "^6.2.6",
84
+ "@things-factory/geography": "^6.2.6",
85
+ "@things-factory/help": "^6.2.6",
86
+ "@things-factory/i18n-base": "^6.2.6",
87
+ "@things-factory/integration-fulfillment": "^6.2.6",
88
+ "@things-factory/integration-lmd": "^6.2.6",
89
+ "@things-factory/lite-menu": "^6.2.6",
90
+ "@things-factory/marketplace-base": "^6.2.6",
91
+ "@things-factory/more-ui": "^6.2.6",
92
+ "@things-factory/notification": "^6.2.6",
93
+ "@things-factory/oauth2-client": "^6.2.6",
94
94
  "@things-factory/pdf": "^6.2.0",
95
- "@things-factory/product-base": "^6.2.0",
96
- "@things-factory/resource-ui": "^6.2.1",
95
+ "@things-factory/product-base": "^6.2.6",
96
+ "@things-factory/resource-ui": "^6.2.6",
97
97
  "@things-factory/scene-google-map": "^6.2.0",
98
- "@things-factory/setting-ui": "^6.2.0",
99
- "@things-factory/system-ui": "^6.2.0",
100
- "@things-factory/warehouse-base": "^6.2.4"
98
+ "@things-factory/setting-ui": "^6.2.6",
99
+ "@things-factory/system-ui": "^6.2.6",
100
+ "@things-factory/warehouse-base": "^6.2.6"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@things-factory/builder": "^6.2.2",
104
104
  "@types/node-fetch": "^2.5.7"
105
105
  },
106
- "gitHead": "0e1445feac9c19f4a8f9b0e3999f0031515860d7"
106
+ "gitHead": "d8a4f36c559797233b24fa20097bfb2d081229e8"
107
107
  }