@things-factory/operato-wms 5.0.0-zeta.9 → 5.0.2
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 -2
- package/package.json +64 -64
package/client/bootstrap.js
CHANGED
|
@@ -13,9 +13,8 @@ import { i18next } from '@things-factory/i18n-base'
|
|
|
13
13
|
import { appendViewpart, openPopup, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
|
|
14
14
|
import { updateMenuProvider } from '@things-factory/menu-base'
|
|
15
15
|
import { USE_ROLE_BY_MENUS_MANAGEMENT } from '@things-factory/menu-base/client/actions/menu'
|
|
16
|
-
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
17
16
|
import { ADD_REFRESH_HANDLER, ADD_SETTING } from '@things-factory/setting-base'
|
|
18
|
-
import { client,
|
|
17
|
+
import { client, store, UPDATE_BASE_URL } from '@things-factory/shell'
|
|
19
18
|
import { ReleaseNoteNotice } from '@things-factory/system-ui/client/viewparts/release-note-notice'
|
|
20
19
|
import { isMobileDevice } from '@things-factory/utils'
|
|
21
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -47,74 +47,74 @@
|
|
|
47
47
|
"db:reset": "yarn run db:clear && yarn run db:restore && yarn run db:seed && yarn run db:setpass"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@operato/ghost-print": "^1.0.0
|
|
51
|
-
"@operato/scene-chartjs": "^1.0.0
|
|
52
|
-
"@operato/scene-clock": "^1.0.0
|
|
53
|
-
"@operato/scene-clone": "^1.0.0
|
|
54
|
-
"@operato/scene-compass": "^1.0.0
|
|
55
|
-
"@operato/scene-data-transform": "^1.0.0
|
|
56
|
-
"@operato/scene-excel": "^1.0.0
|
|
57
|
-
"@operato/scene-form": "^1.0.0
|
|
58
|
-
"@operato/scene-gauge": "^1.0.0
|
|
59
|
-
"@operato/scene-graphql": "^1.0.0
|
|
60
|
-
"@operato/scene-half-roundrect": "^1.0.0
|
|
61
|
-
"@operato/scene-indoor-map": "^1.0.0
|
|
62
|
-
"@operato/scene-label": "^1.0.0
|
|
63
|
-
"@operato/scene-legend": "^1.0.0
|
|
64
|
-
"@operato/scene-marker": "^1.0.0
|
|
65
|
-
"@operato/scene-news-ticker": "^1.0.0
|
|
66
|
-
"@operato/scene-progressbar": "^1.0.0
|
|
67
|
-
"@operato/scene-random": "^1.0.0
|
|
68
|
-
"@operato/scene-restful": "^1.0.0
|
|
69
|
-
"@operato/scene-switch": "^1.0.0
|
|
70
|
-
"@operato/scene-tab": "^1.0.0
|
|
71
|
-
"@operato/scene-table": "^1.0.0
|
|
72
|
-
"@operato/scene-wheel-sorter": "^1.0.0
|
|
73
|
-
"@things-factory/apptool-ui": "^5.0.
|
|
74
|
-
"@things-factory/auth-ui": "^5.0.
|
|
75
|
-
"@things-factory/barcode-ui": "^5.0.
|
|
76
|
-
"@things-factory/biz-ui": "^5.0.
|
|
77
|
-
"@things-factory/board-service": "^5.0.
|
|
78
|
-
"@things-factory/board-ui": "^5.0.
|
|
79
|
-
"@things-factory/code-ui": "^5.0.
|
|
80
|
-
"@things-factory/context-ui": "^5.0.
|
|
81
|
-
"@things-factory/env": "^5.0.0
|
|
82
|
-
"@things-factory/export-ui": "^5.0.
|
|
83
|
-
"@things-factory/export-ui-csv": "^5.0.
|
|
84
|
-
"@things-factory/export-ui-excel": "^5.0.
|
|
85
|
-
"@things-factory/fav-base": "^5.0.
|
|
86
|
-
"@things-factory/form-ui": "^5.0.
|
|
87
|
-
"@things-factory/grist-ui": "^5.0.
|
|
88
|
-
"@things-factory/help": "^5.0.
|
|
89
|
-
"@things-factory/i18n-base": "^5.0.
|
|
90
|
-
"@things-factory/id-rule-base": "^5.0.
|
|
91
|
-
"@things-factory/import-ui": "^5.0.
|
|
92
|
-
"@things-factory/import-ui-excel": "^5.0.
|
|
93
|
-
"@things-factory/menu-ui": "^5.0.
|
|
94
|
-
"@things-factory/more-ui": "^5.0.
|
|
95
|
-
"@things-factory/notification": "^5.0.
|
|
96
|
-
"@things-factory/pdf": "^5.0.
|
|
97
|
-
"@things-factory/print-proxy-service": "^5.0.
|
|
98
|
-
"@things-factory/print-service": "^5.0.
|
|
99
|
-
"@things-factory/print-ui": "^5.0.
|
|
100
|
-
"@things-factory/product-base": "^5.0.
|
|
101
|
-
"@things-factory/resource-ui": "^5.0.
|
|
102
|
-
"@things-factory/sales-ui": "^5.0.
|
|
103
|
-
"@things-factory/scene-google-map": "^5.0.0
|
|
104
|
-
"@things-factory/scene-visualizer": "^5.0.0
|
|
105
|
-
"@things-factory/setting-ui": "^5.0.
|
|
106
|
-
"@things-factory/system-ui": "^5.0.
|
|
107
|
-
"@things-factory/transport-base": "^5.0.
|
|
108
|
-
"@things-factory/tutorial-ui": "^5.0.
|
|
109
|
-
"@things-factory/warehouse-base": "^5.0.
|
|
110
|
-
"@things-factory/worksheet-base": "^5.0.
|
|
50
|
+
"@operato/ghost-print": "^1.0.0",
|
|
51
|
+
"@operato/scene-chartjs": "^1.0.0",
|
|
52
|
+
"@operato/scene-clock": "^1.0.0",
|
|
53
|
+
"@operato/scene-clone": "^1.0.0",
|
|
54
|
+
"@operato/scene-compass": "^1.0.0",
|
|
55
|
+
"@operato/scene-data-transform": "^1.0.0",
|
|
56
|
+
"@operato/scene-excel": "^1.0.0",
|
|
57
|
+
"@operato/scene-form": "^1.0.0",
|
|
58
|
+
"@operato/scene-gauge": "^1.0.0",
|
|
59
|
+
"@operato/scene-graphql": "^1.0.0",
|
|
60
|
+
"@operato/scene-half-roundrect": "^1.0.0",
|
|
61
|
+
"@operato/scene-indoor-map": "^1.0.0",
|
|
62
|
+
"@operato/scene-label": "^1.0.0",
|
|
63
|
+
"@operato/scene-legend": "^1.0.0",
|
|
64
|
+
"@operato/scene-marker": "^1.0.0",
|
|
65
|
+
"@operato/scene-news-ticker": "^1.0.0",
|
|
66
|
+
"@operato/scene-progressbar": "^1.0.0",
|
|
67
|
+
"@operato/scene-random": "^1.0.0",
|
|
68
|
+
"@operato/scene-restful": "^1.0.0",
|
|
69
|
+
"@operato/scene-switch": "^1.0.0",
|
|
70
|
+
"@operato/scene-tab": "^1.0.0",
|
|
71
|
+
"@operato/scene-table": "^1.0.0",
|
|
72
|
+
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
73
|
+
"@things-factory/apptool-ui": "^5.0.1",
|
|
74
|
+
"@things-factory/auth-ui": "^5.0.1",
|
|
75
|
+
"@things-factory/barcode-ui": "^5.0.1",
|
|
76
|
+
"@things-factory/biz-ui": "^5.0.1",
|
|
77
|
+
"@things-factory/board-service": "^5.0.2",
|
|
78
|
+
"@things-factory/board-ui": "^5.0.1",
|
|
79
|
+
"@things-factory/code-ui": "^5.0.1",
|
|
80
|
+
"@things-factory/context-ui": "^5.0.1",
|
|
81
|
+
"@things-factory/env": "^5.0.0",
|
|
82
|
+
"@things-factory/export-ui": "^5.0.1",
|
|
83
|
+
"@things-factory/export-ui-csv": "^5.0.1",
|
|
84
|
+
"@things-factory/export-ui-excel": "^5.0.1",
|
|
85
|
+
"@things-factory/fav-base": "^5.0.1",
|
|
86
|
+
"@things-factory/form-ui": "^5.0.1",
|
|
87
|
+
"@things-factory/grist-ui": "^5.0.1",
|
|
88
|
+
"@things-factory/help": "^5.0.1",
|
|
89
|
+
"@things-factory/i18n-base": "^5.0.1",
|
|
90
|
+
"@things-factory/id-rule-base": "^5.0.1",
|
|
91
|
+
"@things-factory/import-ui": "^5.0.1",
|
|
92
|
+
"@things-factory/import-ui-excel": "^5.0.1",
|
|
93
|
+
"@things-factory/menu-ui": "^5.0.1",
|
|
94
|
+
"@things-factory/more-ui": "^5.0.1",
|
|
95
|
+
"@things-factory/notification": "^5.0.1",
|
|
96
|
+
"@things-factory/pdf": "^5.0.1",
|
|
97
|
+
"@things-factory/print-proxy-service": "^5.0.1",
|
|
98
|
+
"@things-factory/print-service": "^5.0.1",
|
|
99
|
+
"@things-factory/print-ui": "^5.0.1",
|
|
100
|
+
"@things-factory/product-base": "^5.0.2",
|
|
101
|
+
"@things-factory/resource-ui": "^5.0.1",
|
|
102
|
+
"@things-factory/sales-ui": "^5.0.2",
|
|
103
|
+
"@things-factory/scene-google-map": "^5.0.0",
|
|
104
|
+
"@things-factory/scene-visualizer": "^5.0.0",
|
|
105
|
+
"@things-factory/setting-ui": "^5.0.1",
|
|
106
|
+
"@things-factory/system-ui": "^5.0.1",
|
|
107
|
+
"@things-factory/transport-base": "^5.0.1",
|
|
108
|
+
"@things-factory/tutorial-ui": "^5.0.1",
|
|
109
|
+
"@things-factory/warehouse-base": "^5.0.2",
|
|
110
|
+
"@things-factory/worksheet-base": "^5.0.2"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@things-factory/builder": "^5.0.0
|
|
113
|
+
"@things-factory/builder": "^5.0.0",
|
|
114
114
|
"cypress": "^9.4.1",
|
|
115
115
|
"cypress-file-upload": "^5.0.8",
|
|
116
116
|
"cypress-localstorage-commands": "^1.6.1",
|
|
117
117
|
"eslint-plugin-cypress": "^2.12.1"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "009cda6cb65e0930988fb2b1c1a309b9a7973383"
|
|
120
120
|
}
|