@things-factory/operato-hub 6.1.156 → 6.1.158

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.
@@ -97,7 +97,7 @@ class OAuth2DecisionPage extends LitElement {
97
97
  <form field-2column>
98
98
  <div field>
99
99
  <label
100
- >${i18next.t('label.client_id')}
100
+ >${i18next.t('label.client-id')}
101
101
  <input readonly value="${this.req.clientID}" />
102
102
  </label>
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "6.1.156",
3
+ "version": "6.1.158",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -69,11 +69,11 @@
69
69
  "@things-factory/apptool-ui": "^6.1.156",
70
70
  "@things-factory/attachment-base": "^6.1.156",
71
71
  "@things-factory/auth-base": "^6.1.156",
72
- "@things-factory/auth-ui": "^6.1.156",
72
+ "@things-factory/auth-ui": "^6.1.158",
73
73
  "@things-factory/biz-base": "^6.1.156",
74
74
  "@things-factory/biz-ui": "^6.1.156",
75
75
  "@things-factory/board-service": "^6.1.156",
76
- "@things-factory/board-ui": "^6.1.156",
76
+ "@things-factory/board-ui": "^6.1.158",
77
77
  "@things-factory/code-ui": "^6.1.156",
78
78
  "@things-factory/component-ui": "^6.1.156",
79
79
  "@things-factory/context-ui": "^6.1.156",
@@ -86,26 +86,26 @@
86
86
  "@things-factory/i18n-base": "^6.1.156",
87
87
  "@things-factory/import-ui": "^6.1.156",
88
88
  "@things-factory/import-ui-excel": "^6.1.156",
89
- "@things-factory/integration-accounting": "^6.1.156",
90
- "@things-factory/integration-fulfillment": "^6.1.156",
91
- "@things-factory/integration-lmd": "^6.1.156",
92
- "@things-factory/integration-marketplace": "^6.1.156",
93
- "@things-factory/integration-pos": "^6.1.156",
94
- "@things-factory/integration-sellercraft": "^6.1.156",
95
- "@things-factory/integration-sftp": "^6.1.156",
96
- "@things-factory/lite-menu": "^6.1.156",
89
+ "@things-factory/integration-accounting": "^6.1.158",
90
+ "@things-factory/integration-fulfillment": "^6.1.158",
91
+ "@things-factory/integration-lmd": "^6.1.158",
92
+ "@things-factory/integration-marketplace": "^6.1.158",
93
+ "@things-factory/integration-pos": "^6.1.158",
94
+ "@things-factory/integration-sellercraft": "^6.1.158",
95
+ "@things-factory/integration-sftp": "^6.1.158",
96
+ "@things-factory/lite-menu": "^6.1.158",
97
97
  "@things-factory/more-ui": "^6.1.156",
98
98
  "@things-factory/notification": "^6.1.156",
99
99
  "@things-factory/pdf": "^6.1.154",
100
100
  "@things-factory/product-ui": "^6.1.156",
101
- "@things-factory/resource-ui": "^6.1.156",
102
- "@things-factory/sales-base": "^6.1.156",
101
+ "@things-factory/resource-ui": "^6.1.158",
102
+ "@things-factory/sales-base": "^6.1.158",
103
103
  "@things-factory/scene-google-map": "^6.1.154",
104
104
  "@things-factory/setting-ui": "^6.1.156",
105
105
  "@things-factory/shell": "^6.1.156",
106
106
  "@things-factory/system-ui": "^6.1.156",
107
- "@things-factory/warehouse-base": "^6.1.156",
108
- "@things-factory/worksheet-base": "^6.1.156",
107
+ "@things-factory/warehouse-base": "^6.1.158",
108
+ "@things-factory/worksheet-base": "^6.1.158",
109
109
  "koa2-swagger-ui": "^5.0.2",
110
110
  "swagger-jsdoc": "^6.2.8",
111
111
  "yamljs": "^0.3.0"
@@ -113,5 +113,5 @@
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^6.1.154"
115
115
  },
116
- "gitHead": "5a0f1cd16edee089468c231b3bb97bd0c03c8727"
116
+ "gitHead": "d7c68dc93ff2938b44be97e07c9bdd8c1ecc6e85"
117
117
  }
@@ -20,7 +20,7 @@
20
20
  "field.uom": "uom",
21
21
  "field.uom_value": "uom value",
22
22
 
23
- "label.client_id": "client id",
23
+ "label.client-id": "client id",
24
24
  "label.company": "company",
25
25
  "label.factory": "factory",
26
26
  "label.owner": "owner",
@@ -9,7 +9,7 @@
9
9
  "field.uom": "[ja]uom",
10
10
  "field.uom_value": "[ja]uom value",
11
11
 
12
- "label.client_id": "クライアントID",
12
+ "label.client-id": "クライアントID",
13
13
  "label.company": "会社",
14
14
  "label.factory": "工場",
15
15
  "label.push_data_source": "[ja]push data source",
@@ -9,7 +9,7 @@
9
9
  "field.uom": "uom",
10
10
  "field.uom_value": "uom 값",
11
11
 
12
- "label.client_id": "클라이언트 아이디",
12
+ "label.client-id": "클라이언트 아이디",
13
13
  "label.company": "회사",
14
14
  "label.factory": "공장",
15
15
  "label.push_data_source": "[ko]push data source",
@@ -18,7 +18,7 @@
18
18
  "field.uom": "[ms] uom",
19
19
  "field.uom_value": "[ms] uom value",
20
20
 
21
- "label.client_id": "[ms] client id",
21
+ "label.client-id": "[ms] client id",
22
22
  "label.company": "[ms] company",
23
23
  "label.factory": "[ms] factory",
24
24
  "label.owner": "[ms] owner",
@@ -22,7 +22,7 @@
22
22
  "field.uom": "度量单位",
23
23
  "field.uom_value": "度量单位值",
24
24
 
25
- "label.client_id": "用户id",
25
+ "label.client-id": "用户id",
26
26
  "label.company": "公司",
27
27
  "label.factory": "[zh] factory",
28
28
  "label.owner": "所有人",