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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
  3. 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
- 需另外引入 `Tree.scss` 檔案
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/treeV2.vue CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <script>
16
16
  import { ref, computed } from 'vue';
17
- import TreeItem from './treeItem.vue';
17
+ import TreeItem from './treeItemV2.vue';
18
18
  export default {
19
19
  props: {
20
20
  items: {