@things-factory/meta-ui 7.0.1-rc.9 → 7.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/component/popup/code-input-editor-popup.js +1 -1
- package/client/pages/menu/dynamic-menu-template.js +1 -1
- package/client/utils/meta-ui-util.js +3 -3
- package/dist-client/component/popup/code-input-editor-popup.js +1 -1
- package/dist-client/component/popup/code-input-editor-popup.js.map +1 -1
- package/dist-client/pages/menu/dynamic-menu-template.js +1 -1
- package/dist-client/pages/menu/dynamic-menu-template.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/utils/meta-ui-util.js +3 -3
- package/dist-client/utils/meta-ui-util.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/meta-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -27,29 +27,29 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@material/web": "^1.5.0",
|
|
30
|
-
"@operato/barcode": "^7.0.0
|
|
31
|
-
"@operato/data-grist": "^7.0.0
|
|
32
|
-
"@operato/form": "^7.0.0
|
|
33
|
-
"@operato/i18n": "^7.0.0
|
|
34
|
-
"@operato/input": "^7.0.0
|
|
35
|
-
"@operato/layout": "^7.0.0
|
|
36
|
-
"@operato/menu": "^7.0.0
|
|
37
|
-
"@operato/moment-timezone-es": "^7.0.0
|
|
38
|
-
"@operato/p13n": "^7.0.0
|
|
39
|
-
"@operato/popup": "^7.0.0
|
|
40
|
-
"@operato/shell": "^7.0.0
|
|
41
|
-
"@operato/styles": "^7.0.0
|
|
42
|
-
"@operato/time-calculator": "^7.0.0
|
|
43
|
-
"@operato/utils": "^7.0.0
|
|
44
|
-
"@things-factory/auth-base": "^7.0.
|
|
45
|
-
"@things-factory/env": "^7.0.
|
|
46
|
-
"@things-factory/id-rule-base": "^7.0.
|
|
47
|
-
"@things-factory/menu-base": "^7.0.
|
|
48
|
-
"@things-factory/personalization": "^7.0.
|
|
49
|
-
"@things-factory/resource-base": "^7.0.
|
|
50
|
-
"@things-factory/shell": "^7.0.
|
|
51
|
-
"@things-factory/worklist": "^7.0.
|
|
30
|
+
"@operato/barcode": "^7.0.0",
|
|
31
|
+
"@operato/data-grist": "^7.0.0",
|
|
32
|
+
"@operato/form": "^7.0.0",
|
|
33
|
+
"@operato/i18n": "^7.0.0",
|
|
34
|
+
"@operato/input": "^7.0.0",
|
|
35
|
+
"@operato/layout": "^7.0.0",
|
|
36
|
+
"@operato/menu": "^7.0.0",
|
|
37
|
+
"@operato/moment-timezone-es": "^7.0.0",
|
|
38
|
+
"@operato/p13n": "^7.0.0",
|
|
39
|
+
"@operato/popup": "^7.0.0",
|
|
40
|
+
"@operato/shell": "^7.0.0",
|
|
41
|
+
"@operato/styles": "^7.0.0",
|
|
42
|
+
"@operato/time-calculator": "^7.0.0",
|
|
43
|
+
"@operato/utils": "^7.0.0",
|
|
44
|
+
"@things-factory/auth-base": "^7.0.2",
|
|
45
|
+
"@things-factory/env": "^7.0.0",
|
|
46
|
+
"@things-factory/id-rule-base": "^7.0.2",
|
|
47
|
+
"@things-factory/menu-base": "^7.0.2",
|
|
48
|
+
"@things-factory/personalization": "^7.0.2",
|
|
49
|
+
"@things-factory/resource-base": "^7.0.2",
|
|
50
|
+
"@things-factory/shell": "^7.0.2",
|
|
51
|
+
"@things-factory/worklist": "^7.0.2",
|
|
52
52
|
"moment-timezone": "^0.5.45"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "19f0e3097a5b583831ae530d8ff4138ca50d1619"
|
|
55
55
|
}
|