@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.
- package/client/board-list/group-bar-styles.ts +1 -1
- package/dist-client/board-list/group-bar-styles.js +1 -1
- package/dist-client/board-list/group-bar-styles.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/helps/board-modeller/effects/tap-event.ko.md +6 -0
- package/helps/board-modeller/effects/tap-event.md +6 -0
- package/helps/board-modeller/effects/tap-event.zh.md +6 -0
- package/package.json +4 -4
|
@@ -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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/board-ui",
|
|
3
|
-
"version": "7.0.
|
|
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.
|
|
46
|
-
"@things-factory/fav-base": "^7.0.
|
|
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": "
|
|
49
|
+
"gitHead": "9da4e145880a6d637db60f03116d5bbfdb6f4cfc"
|
|
50
50
|
}
|