@things-factory/ops-master 10.1.29 → 10.1.33

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.
Files changed (28) hide show
  1. package/dist-client/pages/master/master-options.d.ts +7 -0
  2. package/dist-client/pages/master/master-options.js +8 -1
  3. package/dist-client/pages/master/master-options.js.map +1 -1
  4. package/dist-client/pages/master/operational-location.js +6 -1
  5. package/dist-client/pages/master/operational-location.js.map +1 -1
  6. package/dist-client/tsconfig.tsbuildinfo +1 -1
  7. package/dist-server/service/asset/index.d.ts +2 -2
  8. package/dist-server/service/equipment/index.d.ts +2 -2
  9. package/dist-server/service/index.d.ts +2 -2
  10. package/dist-server/service/location/index.d.ts +1 -1
  11. package/dist-server/service/location/operational-location.d.ts +27 -0
  12. package/dist-server/service/location/operational-location.js +5 -0
  13. package/dist-server/service/location/operational-location.js.map +1 -1
  14. package/dist-server/service/material/index.d.ts +2 -2
  15. package/dist-server/service/operation/index.d.ts +1 -1
  16. package/dist-server/service/personnel/index.d.ts +2 -2
  17. package/dist-server/service/personnel/personnel-class.d.ts +1 -1
  18. package/dist-server/service/personnel/personnel-class.js +1 -1
  19. package/dist-server/service/personnel/personnel-class.js.map +1 -1
  20. package/dist-server/service/recipe/index.d.ts +2 -2
  21. package/dist-server/service/test-spec/index.d.ts +1 -1
  22. package/dist-server/tsconfig.tsbuildinfo +1 -1
  23. package/package.json +5 -5
  24. package/translations/en.json +1 -0
  25. package/translations/ja.json +1 -0
  26. package/translations/ko.json +1 -0
  27. package/translations/ms.json +1 -0
  28. package/translations/zh.json +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/ops-master",
3
- "version": "10.1.29",
3
+ "version": "10.1.33",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "author": "heartyoh <heartyoh@hatiolab.com>",
@@ -32,19 +32,19 @@
32
32
  "@operato/graphql": "^10.0.0",
33
33
  "@operato/i18n": "^10.0.0",
34
34
  "@operato/layout": "^10.0.0",
35
- "@operato/ops-contract": "^0.9.28",
35
+ "@operato/ops-contract": "^0.9.30",
36
36
  "@operato/p13n": "^10.0.0",
37
37
  "@operato/shell": "^10.0.0",
38
38
  "@operato/styles": "^10.0.0",
39
39
  "@operato/utils": "^10.0.0",
40
- "@things-factory/auth-base": "^10.1.29",
40
+ "@things-factory/auth-base": "^10.1.33",
41
41
  "@things-factory/env": "^10.1.20",
42
- "@things-factory/shell": "^10.1.29"
42
+ "@things-factory/shell": "^10.1.33"
43
43
  },
44
44
  "browser": "dist-client/index.js",
45
45
  "devDependencies": {
46
46
  "copyfiles": "^2.4.1",
47
47
  "rimraf": "^6.1.3"
48
48
  },
49
- "gitHead": "e6bf9dec003fe5e794746aaeb5852b3b50478232"
49
+ "gitHead": "7fb7b6587846b5ff6ee7a4983652d9561b4d6b2c"
50
50
  }
@@ -48,6 +48,7 @@
48
48
  "field.name": "name",
49
49
  "field.not-shown": "not shown",
50
50
  "field.operation": "operation",
51
+ "field.owning-system": "owning system",
51
52
  "field.parent-location": "inside",
52
53
  "field.parent-reason": "parent reason",
53
54
  "field.part-kind": "kind",
@@ -28,6 +28,7 @@
28
28
  "field.minimum": "下限",
29
29
  "field.not-shown": "非表示",
30
30
  "field.operation": "工程",
31
+ "field.owning-system": "所有領域",
31
32
  "field.part-kind": "区分",
32
33
  "field.properties": "属性",
33
34
  "field.quantity": "数量",
@@ -48,6 +48,7 @@
48
48
  "field.name": "이름",
49
49
  "field.not-shown": "숨김",
50
50
  "field.operation": "공정",
51
+ "field.owning-system": "주인 영역",
51
52
  "field.parent-location": "상위 로케이션",
52
53
  "field.parent-reason": "상위 사유",
53
54
  "field.part-kind": "구분",
@@ -28,6 +28,7 @@
28
28
  "field.minimum": "minimum",
29
29
  "field.not-shown": "tidak dipaparkan",
30
30
  "field.operation": "operasi",
31
+ "field.owning-system": "sistem pemilik",
31
32
  "field.part-kind": "jenis",
32
33
  "field.properties": "sifat",
33
34
  "field.quantity": "kuantiti",
@@ -28,6 +28,7 @@
28
28
  "field.minimum": "下限",
29
29
  "field.not-shown": "隐藏",
30
30
  "field.operation": "工序",
31
+ "field.owning-system": "所属系统",
31
32
  "field.part-kind": "类别",
32
33
  "field.properties": "属性",
33
34
  "field.quantity": "数量",