jobdone-shared-files 1.0.44 → 1.0.45

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 (39) hide show
  1. package/ModuleInfo/LayoutNav.vue +251 -251
  2. package/ModuleInfo/logo-with-text.svg +22 -22
  3. package/ModuleInfo/navButton.vue +218 -218
  4. package/ProjectManagement/projectNavbar.vue +363 -363
  5. package/README.md +2 -0
  6. package/autocompleteSelect.vue +467 -467
  7. package/common/directives/collapse.js +12 -12
  8. package/common/directives/popovers.js +10 -10
  9. package/common/directives/selectPlaceholder.js +52 -52
  10. package/common/directives/textareaAutoHeight.js +10 -10
  11. package/common/directives/tooltip.js +10 -10
  12. package/common/format.js +26 -26
  13. package/index.js +14 -14
  14. package/lightboxWithOverview.vue +156 -156
  15. package/package.json +19 -19
  16. package/paginate.vue +141 -141
  17. package/style/css/vue-loading-overlay/index.css +40 -40
  18. package/style/scss/Common/Animation.scss +9 -9
  19. package/style/scss/Common/SelectableTable.scss +36 -36
  20. package/style/scss/Common/Tree.scss +282 -0
  21. package/style/scss/Common/filepond.scss +31 -31
  22. package/style/scss/Common/thumbnail-group.scss +14 -14
  23. package/style/scss/Layout/LayoutBase.scss +1032 -1032
  24. package/style/scss/Layout/LayoutInnerColumn.scss +263 -263
  25. package/style/scss/Layout/LayoutProject.scss +126 -126
  26. package/style/scss/Layout/LayoutSinglePage.scss +17 -17
  27. package/style/scss/Layout/LayoutTwoColumn.scss +60 -60
  28. package/style/scss/Settings/_Mixins.scss +232 -232
  29. package/style/scss/Settings/_MobileVariables.scss +11 -11
  30. package/style/scss/Settings/_bs-variables-dark.scss +70 -70
  31. package/style/scss/Settings/_bs-variables.scss +1743 -1743
  32. package/style/scss/Settings/_color-mode.scss +122 -122
  33. package/style/scss/Settings/_custom-variables.scss +10 -10
  34. package/tagEditor.vue +249 -249
  35. package/tree.vue +71 -71
  36. package/treeItem.vue +358 -358
  37. package/treeItemV2.vue +79 -0
  38. package/treeV2.vue +71 -0
  39. package/vueLoadingOverlay.vue +74 -74
package/README.md CHANGED
@@ -139,6 +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
+ 需另外引入 `../../node_modules/jobdone-shared-files/style/scss/Tree.scss` 檔案
142
143
  ### 範例
143
144
  ```
144
145
  <template>
@@ -463,6 +464,7 @@ import OOXX from '../../node_modules/jobdone-shared-files/OOXX.vue';
463
464
  - SelectableTable:勾選 tr focus style
464
465
  - thumbnail-group:方形大頭貼與小大頭貼相疊 style
465
466
  - filepond:客製化 filepond 樣式
467
+ - Tree:Tree Component 樣式
466
468
 
467
469
 
468
470