@things-factory/dataset 5.0.0-zeta.14 → 5.0.0-zeta.17

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.
@@ -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'
@@ -1,6 +1,6 @@
1
1
  import '@operato/data-grist'
2
- import './data-entry-form'
3
2
  import '@operato/board/ox-board-viewer.js'
3
+ import '../../components/data-entry-form.js'
4
4
 
5
5
  import gql from 'graphql-tag'
6
6
  import { css, html } from 'lit'
@@ -1,7 +1,7 @@
1
1
  import '@operato/data-grist'
2
2
  import './data-item-list.js'
3
3
  import './data-set-importer.js'
4
- import '../data-entry/data-entry-form.js'
4
+ import '../../components/data-entry-form.js'
5
5
 
6
6
  import gql from 'graphql-tag'
7
7
  import { css, html } from 'lit'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "5.0.0-zeta.14",
3
+ "version": "5.0.0-zeta.17",
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.45",
28
- "@operato/data-grist": "^1.0.0-beta.45",
29
- "@operato/dataset": "^1.0.0-beta.45",
30
- "@operato/graphql": "^1.0.0-beta.45",
31
- "@operato/grist-editor": "^1.0.0-beta.45",
32
- "@operato/i18n": "^1.0.0-beta.45",
33
- "@operato/layout": "^1.0.0-beta.45",
34
- "@operato/shell": "^1.0.0-beta.45",
35
- "@operato/styles": "^1.0.0-beta.45",
36
- "@operato/utils": "^1.0.0-beta.45",
37
- "@things-factory/auth-base": "^5.0.0-zeta.14",
38
- "@things-factory/aws-base": "^5.0.0-zeta.14",
39
- "@things-factory/board-service": "^5.0.0-zeta.14",
40
- "@things-factory/env": "^5.0.0-zeta.14",
41
- "@things-factory/shell": "^5.0.0-zeta.14",
42
- "@things-factory/work-shift": "^5.0.0-zeta.14",
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.17",
38
+ "@things-factory/aws-base": "^5.0.0-zeta.17",
39
+ "@things-factory/board-service": "^5.0.0-zeta.17",
40
+ "@things-factory/env": "^5.0.0-zeta.17",
41
+ "@things-factory/shell": "^5.0.0-zeta.17",
42
+ "@things-factory/work-shift": "^5.0.0-zeta.17",
43
43
  "cron-parser": "^4.3.0",
44
44
  "moment-timezone": "^0.5.34"
45
45
  },
46
- "gitHead": "054522716e3fc4feb1a9a4bac8f9a5abf24b5548"
46
+ "gitHead": "5a1788f7d40eb00f1fbfd0a53b21b1f6241788a5"
47
47
  }
@@ -137,4 +137,4 @@ export async function createDataSample(
137
137
  }
138
138
 
139
139
  return result
140
- }
140
+ }
@@ -61,4 +61,4 @@
61
61
  "title.data-sensor list": "data sensor list",
62
62
  "title.data-set list": "data set list",
63
63
  "title.edit code": "edit code"
64
- }
64
+ }
@@ -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
+ }