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