@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.
- package/client/bootstrap.js +1 -1
- package/client/components/category-selector.js +1 -1
- package/client/pages/catalogue/products.js +1 -1
- package/client/pages/catalogue/warehouse-products.js +1 -1
- package/client/pages/order/order-by-store.js +1 -1
- package/client/pages/promotions/promotions.js +1 -1
- package/client/pages/stock-replenishment/stock-replenishment-detail.js +1 -1
- package/package.json +29 -29
package/client/bootstrap.js
CHANGED
|
@@ -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 '@
|
|
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'
|
|
@@ -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 '@
|
|
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 '@
|
|
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 '@
|
|
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 '@
|
|
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 '@
|
|
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.
|
|
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.
|
|
73
|
-
"@things-factory/attachment-base": "^6.2.
|
|
74
|
-
"@things-factory/auth-ui": "^6.2.
|
|
75
|
-
"@things-factory/biz-base": "^6.2.
|
|
76
|
-
"@things-factory/board-service": "^6.2.
|
|
77
|
-
"@things-factory/board-ui": "^6.2.
|
|
78
|
-
"@things-factory/code-ui": "^6.2.
|
|
79
|
-
"@things-factory/context-ui": "^6.2.
|
|
80
|
-
"@things-factory/dashboard": "^6.2.
|
|
81
|
-
"@things-factory/export-ui": "^6.2.
|
|
82
|
-
"@things-factory/export-ui-csv": "^6.2.
|
|
83
|
-
"@things-factory/export-ui-excel": "^6.2.
|
|
84
|
-
"@things-factory/geography": "^6.2.
|
|
85
|
-
"@things-factory/help": "^6.2.
|
|
86
|
-
"@things-factory/i18n-base": "^6.2.
|
|
87
|
-
"@things-factory/integration-fulfillment": "^6.2.
|
|
88
|
-
"@things-factory/integration-lmd": "^6.2.
|
|
89
|
-
"@things-factory/lite-menu": "^6.2.
|
|
90
|
-
"@things-factory/marketplace-base": "^6.2.
|
|
91
|
-
"@things-factory/more-ui": "^6.2.
|
|
92
|
-
"@things-factory/notification": "^6.2.
|
|
93
|
-
"@things-factory/oauth2-client": "^6.2.
|
|
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.
|
|
96
|
-
"@things-factory/resource-ui": "^6.2.
|
|
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.
|
|
99
|
-
"@things-factory/system-ui": "^6.2.
|
|
100
|
-
"@things-factory/warehouse-base": "^6.2.
|
|
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": "
|
|
106
|
+
"gitHead": "d8a4f36c559797233b24fa20097bfb2d081229e8"
|
|
107
107
|
}
|