@things-factory/board-ui 7.0.7 → 7.0.10

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.
@@ -90,3 +90,9 @@
90
90
  - 파라미터
91
91
  - 대상(target) : 실행할 시나리오
92
92
  - value : 시나리오에 전달될 파라미터
93
+ - export data
94
+ - 컴포넌트의 데이타를 설정한 파일이름의 엑셀파일로 다운로드할 수 있다.
95
+ - 파라미터
96
+ - 대상(target) : 다운로드될 엑셀파일의 이름
97
+ - import data
98
+ - 엑셀파일을 오픈해서 첫번째 시트의 데이타를 해당 컴포넌트의 데이타로 설정한다.
@@ -86,3 +86,9 @@ When a tap event occurs on the component, the configured shadow effect disappear
86
86
  - Parameters:
87
87
  - Target: The scenario to run.
88
88
  - Value: The parameter to be passed to the scenario.
89
+ - export data
90
+ - can download the component's data as an Excel file with the specified filename.
91
+ - parameters
92
+ - target(target): the name of the Excel file to be downloaded
93
+ - import data
94
+ - open the Excel file and set the data from the first sheet as the component's data.
@@ -87,3 +87,9 @@
87
87
  - 参数:
88
88
  - 目标(target):要执行的场景。
89
89
  - value:要传递给场景的参数。
90
+ - export data
91
+ - 可以将组件的数据下载为设置文件名的Excel文件。
92
+ - 参数
93
+ - 目标(target):将要下载的Excel文件的名称
94
+ - import data
95
+ - 打开Excel文件并将第一个工作表的数据设置为相应组件的数据。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-ui",
3
- "version": "7.0.7",
3
+ "version": "7.0.10",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -42,9 +42,9 @@
42
42
  "@operato/shell": "^7.0.0",
43
43
  "@operato/styles": "^7.0.0",
44
44
  "@operato/utils": "^7.0.0",
45
- "@things-factory/barcode-base": "^7.0.6",
46
- "@things-factory/fav-base": "^7.0.6",
45
+ "@things-factory/barcode-base": "^7.0.10",
46
+ "@things-factory/fav-base": "^7.0.10",
47
47
  "@things-factory/utils": "^7.0.0"
48
48
  },
49
- "gitHead": "6c9d22d79abfb199bd741f6504b29add846b46a9"
49
+ "gitHead": "9da4e145880a6d637db60f03116d5bbfdb6f4cfc"
50
50
  }