@things-factory/dataset 5.0.0-zeta.15 → 5.0.0-zeta.18
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/{pages/data-entry → components}/data-entry-form.js +1 -1
- package/client/index.js +1 -0
- package/client/pages/data-entry/data-entry-list-page.js +1 -1
- package/client/pages/data-set/data-set-list-page.js +1 -1
- package/package.json +18 -18
- package/server/controllers/create-data-sample.ts +1 -1
- package/translations/en.json +1 -1
- package/translations/ko.json +2 -2
@@ -7,7 +7,7 @@ import { client } from '@operato/graphql'
|
|
7
7
|
import { i18next, localize } from '@operato/i18n'
|
8
8
|
import { ScrollbarStyles } from '@operato/styles'
|
9
9
|
|
10
|
-
class DataEntryForm extends localize(i18next)(LitElement) {
|
10
|
+
export class DataEntryForm extends localize(i18next)(LitElement) {
|
11
11
|
static get properties() {
|
12
12
|
return {
|
13
13
|
dataSet: Object
|
package/client/index.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './components/data-entry-form.js'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "5.0.0-zeta.
|
3
|
+
"version": "5.0.0-zeta.18",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -24,24 +24,24 @@
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@operato/app": "^1.0.0-beta.
|
28
|
-
"@operato/data-grist": "^1.0.0-beta.
|
29
|
-
"@operato/dataset": "^1.0.0-beta.
|
30
|
-
"@operato/graphql": "^1.0.0-beta.
|
31
|
-
"@operato/grist-editor": "^1.0.0-beta.
|
32
|
-
"@operato/i18n": "^1.0.0-beta.
|
33
|
-
"@operato/layout": "^1.0.0-beta.
|
34
|
-
"@operato/shell": "^1.0.0-beta.
|
35
|
-
"@operato/styles": "^1.0.0-beta.
|
36
|
-
"@operato/utils": "^1.0.0-beta.
|
37
|
-
"@things-factory/auth-base": "^5.0.0-zeta.
|
38
|
-
"@things-factory/aws-base": "^5.0.0-zeta.
|
39
|
-
"@things-factory/board-service": "^5.0.0-zeta.
|
40
|
-
"@things-factory/env": "^5.0.0-zeta.
|
41
|
-
"@things-factory/shell": "^5.0.0-zeta.
|
42
|
-
"@things-factory/work-shift": "^5.0.0-zeta.
|
27
|
+
"@operato/app": "^1.0.0-beta.46",
|
28
|
+
"@operato/data-grist": "^1.0.0-beta.46",
|
29
|
+
"@operato/dataset": "^1.0.0-beta.46",
|
30
|
+
"@operato/graphql": "^1.0.0-beta.46",
|
31
|
+
"@operato/grist-editor": "^1.0.0-beta.46",
|
32
|
+
"@operato/i18n": "^1.0.0-beta.46",
|
33
|
+
"@operato/layout": "^1.0.0-beta.46",
|
34
|
+
"@operato/shell": "^1.0.0-beta.46",
|
35
|
+
"@operato/styles": "^1.0.0-beta.46",
|
36
|
+
"@operato/utils": "^1.0.0-beta.46",
|
37
|
+
"@things-factory/auth-base": "^5.0.0-zeta.18",
|
38
|
+
"@things-factory/aws-base": "^5.0.0-zeta.18",
|
39
|
+
"@things-factory/board-service": "^5.0.0-zeta.18",
|
40
|
+
"@things-factory/env": "^5.0.0-zeta.18",
|
41
|
+
"@things-factory/shell": "^5.0.0-zeta.18",
|
42
|
+
"@things-factory/work-shift": "^5.0.0-zeta.18",
|
43
43
|
"cron-parser": "^4.3.0",
|
44
44
|
"moment-timezone": "^0.5.34"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "f59d509d904f703b8b190c69d492d6e4172129d7"
|
47
47
|
}
|
package/translations/en.json
CHANGED
package/translations/ko.json
CHANGED
@@ -41,8 +41,8 @@
|
|
41
41
|
"field.work-shift": "교대근무조",
|
42
42
|
"label.acceptables": "허용값",
|
43
43
|
"label.critical-limits": "허용 한계범위",
|
44
|
-
"label.maximum value": "최대값",
|
45
44
|
"label.minimum value": "최소값",
|
45
|
+
"label.maximum value": "최대값",
|
46
46
|
"label.pass-limits": "통과 허용범위",
|
47
47
|
"label.target-limits": "관리 목표범위",
|
48
48
|
"text.automatically collected": "자동 수집",
|
@@ -60,4 +60,4 @@
|
|
60
60
|
"title.data-sensor list": "데이타 센서 조회",
|
61
61
|
"title.data-set list": "데이타 셋 조회",
|
62
62
|
"title.edit code": "코드 편집"
|
63
|
-
}
|
63
|
+
}
|