jobdone-shared-files 1.0.42 → 1.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.
- package/README.md +2 -1
- package/package.json +1 -1
- package/treeV2.vue +1 -1
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ import OOXX from '../../node_modules/jobdone-shared-files/OOXX.vue';
|
|
|
139
139
|
| 1 | `update-auto-complete-option` | 文字輸入時呼叫,value為當前輸入的值,可用於刷新autoCompleteOption。 |
|
|
140
140
|
### .
|
|
141
141
|
## 05.Tree - 樹狀結構
|
|
142
|
-
需另外引入
|
|
142
|
+
需另外引入 `../../node_modules/jobdone-shared-files/style/scss/Tree.scss` 檔案
|
|
143
143
|
### 範例
|
|
144
144
|
```
|
|
145
145
|
<template>
|
|
@@ -464,6 +464,7 @@ import OOXX from '../../node_modules/jobdone-shared-files/OOXX.vue';
|
|
|
464
464
|
- SelectableTable:勾選 tr focus style
|
|
465
465
|
- thumbnail-group:方形大頭貼與小大頭貼相疊 style
|
|
466
466
|
- filepond:客製化 filepond 樣式
|
|
467
|
+
- Tree:Tree Component 樣式
|
|
467
468
|
|
|
468
469
|
|
|
469
470
|
|
package/package.json
CHANGED