@things-factory/board-ui 6.0.32 → 6.0.43

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.
@@ -1,4 +1,4 @@
1
1
  # 접근자 (accessor)
2
2
 
3
3
  - 소스 컴포넌트의 data 객체 중에서, 일부분만 전파하거나 변환된 데이타를 전파하고자 하는 경우에 설정한다.
4
- - 설정 방법은 [JSONATO 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
4
+ - 설정 방법은 [JSONATA 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
@@ -1,4 +1,4 @@
1
1
  # Accessor
2
2
 
3
3
  - Set when you want to propagate only a part of the data object of the source component or the transformed data.
4
- - The setting method follows [JSONATO document](http://docs.jsonata.org/overview.html).
4
+ - The setting method follows [JSONATA document](http://docs.jsonata.org/overview.html).
@@ -1,4 +1,4 @@
1
1
  # Data Binding
2
2
 
3
3
  - 它是根据源组件的数据值更改目标组件的属性的设置。
4
- - 设置方法遵循[JSONATO 文档](http://docs.jsonata.org/overview.html)。
4
+ - 设置方法遵循[JSONATA 文档](http://docs.jsonata.org/overview.html)。
@@ -61,7 +61,7 @@
61
61
  ### 접근자 (accessor)
62
62
 
63
63
  - 소스 컴포넌트의 data 객체 중에서, 일부분만 전파하거나 변환된 데이타를 전파하고자 하는 경우에 설정한다.
64
- - 설정 방법은 [JSONATO 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
64
+ - 설정 방법은 [JSONATA 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
65
65
 
66
66
  ### 대상 (target)
67
67
 
@@ -61,7 +61,7 @@
61
61
  ### accessor
62
62
 
63
63
  - Set when you want to propagate only a part of the data object of the source component or the transformed data.
64
- - The setting method follows [JSONATO document](http://docs.jsonata.org/overview.html).
64
+ - The setting method follows [JSONATA document](http://docs.jsonata.org/overview.html).
65
65
 
66
66
  ### target
67
67
 
@@ -52,7 +52,7 @@
52
52
  ### accessor
53
53
 
54
54
  - 它是根据源组件的数据值更改目标组件的属性的设置。
55
- - 设置方法遵循[JSONATO 文档](http://docs.jsonata.org/overview.html)。
55
+ - 设置方法遵循[JSONATA 文档](http://docs.jsonata.org/overview.html)。
56
56
 
57
57
  ### target
58
58
 
@@ -17,7 +17,7 @@
17
17
  ### 접근자 (accessor)
18
18
 
19
19
  - 소스 컴포넌트의 data 객체 중에서, 일부분만 전파하거나 변환된 데이타를 전파하고자 하는 경우에 설정한다.
20
- - 설정 방법은 [JSONATO 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
20
+ - 설정 방법은 [JSONATA 도큐먼트](http://docs.jsonata.org/overview.html)를 따른다.
21
21
 
22
22
  ### 대상 (target)
23
23
 
@@ -17,7 +17,7 @@
17
17
  ### accessor
18
18
 
19
19
  - Set when you want to propagate only a part of the data object of the source component or the transformed data.
20
- - The setting method follows [JSONATO document](http://docs.jsonata.org/overview.html).
20
+ - The setting method follows [JSONATA document](http://docs.jsonata.org/overview.html).
21
21
 
22
22
  ### target
23
23
 
@@ -17,7 +17,7 @@
17
17
  ### accessor
18
18
 
19
19
  - 它是根据源组件的数据值更改目标组件的属性的设置。
20
- - 设置方法遵循[JSONATO 文档](http://docs.jsonata.org/overview.html)。
20
+ - 设置方法遵循[JSONATA 文档](http://docs.jsonata.org/overview.html)。
21
21
 
22
22
  ### target
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-ui",
3
- "version": "6.0.32",
3
+ "version": "6.0.43",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -40,10 +40,10 @@
40
40
  "@polymer/paper-listbox": "^3.0.1",
41
41
  "@polymer/paper-menu-button": "^3.0.1",
42
42
  "@polymer/paper-slider": "^3.0.1",
43
- "@things-factory/barcode-base": "^6.0.32",
44
- "@things-factory/grist-ui": "^6.0.32",
43
+ "@things-factory/barcode-base": "^6.0.43",
44
+ "@things-factory/grist-ui": "^6.0.43",
45
45
  "file-saver": "^2.0.2",
46
46
  "sortablejs": "^1.10.2"
47
47
  },
48
- "gitHead": "1b7b1eb2d2e1c0823ec69ee8160790c5da62072c"
48
+ "gitHead": "08a649f00a8f0f489142207cb34de4b28c2e5630"
49
49
  }