jobdone-shared-files 0.0.1-beta.80 → 0.0.1-beta.82

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 (37) hide show
  1. package/ProjectManagement/projectNavbar.vue +116 -84
  2. package/README.md +1 -0
  3. package/common/directives/collapse.js +12 -12
  4. package/common/directives/popovers.js +10 -10
  5. package/common/directives/tooltip.js +10 -10
  6. package/common/format.js +26 -26
  7. package/index.js +14 -14
  8. package/lightboxWithOverview.vue +131 -131
  9. package/package.json +19 -19
  10. package/paginate.vue +138 -138
  11. package/style/css/vue-loading-overlay/index.css +40 -40
  12. package/style/scss/Common/Animation.scss +5 -5
  13. package/style/scss/Common/SelectableTable.scss +30 -30
  14. package/style/scss/Common/filepond.scss +27 -27
  15. package/style/scss/Common/thumbnail-group.scss +14 -14
  16. package/style/scss/Layout/LayoutBase.scss +1014 -1014
  17. package/style/scss/Layout/LayoutMobile.scss +202 -202
  18. package/style/scss/Layout/LayoutProject.scss +122 -122
  19. package/style/scss/Layout/LayoutSinglePage.scss +13 -13
  20. package/style/scss/Layout/LayoutTwoColumn.scss +56 -56
  21. package/style/scss/Settings/_Mixins.scss +229 -229
  22. package/style/scss/Settings/_MobileVariables.scss +11 -11
  23. package/style/scss/Settings/_basic-import.scss +5 -5
  24. package/style/scss/Settings/_bs-variables-dark.scss +70 -70
  25. package/style/scss/Settings/_bs-variables.scss +1743 -1743
  26. package/style/scss/Settings/_color-mode.scss +122 -122
  27. package/style/scss/Settings/_custom-variables.scss +13 -13
  28. package/tagEditor.vue +263 -263
  29. package/tree.vue +69 -69
  30. package/treeItem.vue +366 -366
  31. package/vueLoadingOverlay.vue +70 -70
  32. package/.vs/VSWorkspaceState.json +0 -6
  33. package/.vs/jobdone_sharejs/FileContentIndex/a973f22d-a16a-4ca9-ab6a-75ab92ec6af7.vsidx +0 -0
  34. package/.vs/jobdone_sharejs/FileContentIndex/bacf95a3-2185-41c2-b12a-e93bb40f2204.vsidx +0 -0
  35. package/.vs/jobdone_sharejs/config/applicationhost.config +0 -1021
  36. package/.vs/jobdone_sharejs/v17/.wsuo +0 -0
  37. package/.vs/slnx.sqlite +0 -0
@@ -1,31 +1,31 @@
1
- @import "../Settings/basic-import";
2
-
3
- th.bg-secondary{
4
- position: relative;
5
- &:after{
6
- content: "";
7
- position: absolute;
8
- left: 0;
9
- bottom: -$border-width;
10
- height: $border-width;
11
- width: 100%;
12
- background-color: $secondary;
13
- }
14
- }
15
-
16
- .table{
17
- background-color: $white;
18
- }
19
-
20
- tr:has(input[type="checkbox"]:checked) > td:not([scope="col"]){
21
- --bs-table-accent-bg: transparent;
22
- --bs-table-bg: rgba(var(--bs-primary-rgb), .1);
23
- color: var(--bs-table-hover-color);
24
- }
25
-
26
- .td-check, .td-avatar-sm{
27
- width: 2rem;
28
- }
29
- .td-avatar-md{
30
- width: 3rem;
1
+ @import "../Settings/basic-import";
2
+
3
+ th.bg-secondary{
4
+ position: relative;
5
+ &:after{
6
+ content: "";
7
+ position: absolute;
8
+ left: 0;
9
+ bottom: -$border-width;
10
+ height: $border-width;
11
+ width: 100%;
12
+ background-color: $secondary;
13
+ }
14
+ }
15
+
16
+ .table{
17
+ background-color: $white;
18
+ }
19
+
20
+ tr:has(input[type="checkbox"]:checked) > td:not([scope="col"]){
21
+ --bs-table-accent-bg: transparent;
22
+ --bs-table-bg: rgba(var(--bs-primary-rgb), .1);
23
+ color: var(--bs-table-hover-color);
24
+ }
25
+
26
+ .td-check, .td-avatar-sm{
27
+ width: 2rem;
28
+ }
29
+ .td-avatar-md{
30
+ width: 3rem;
31
31
  }
@@ -1,28 +1,28 @@
1
- @import "../Settings/basic-import";
2
-
3
- .can-click{
4
- cursor: pointer;
5
- }
6
-
7
- .filepond--root.filepond--hopper {
8
- border: 1px dashed var(--bs-gray-400);
9
- border-radius: 0.5em;
10
- overflow: hidden;
11
- }
12
-
13
- .filepond--drop-label {
14
- display: flex;
15
- flex-direction: column;
16
- align-items: stretch;
17
- }
18
-
19
- .filepond-label-box-cus {
20
- display: flex;
21
- align-items: center;
22
- justify-content: center;
23
- width: 100%;
24
- }
25
-
26
- .filepond--panel-root {
27
- background-color: $blue-100 !important;
1
+ @import "../Settings/basic-import";
2
+
3
+ .can-click{
4
+ cursor: pointer;
5
+ }
6
+
7
+ .filepond--root.filepond--hopper {
8
+ border: 1px dashed var(--bs-gray-400);
9
+ border-radius: 0.5em;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .filepond--drop-label {
14
+ display: flex;
15
+ flex-direction: column;
16
+ align-items: stretch;
17
+ }
18
+
19
+ .filepond-label-box-cus {
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ width: 100%;
24
+ }
25
+
26
+ .filepond--panel-root {
27
+ background-color: $blue-100 !important;
28
28
  }
@@ -1,14 +1,14 @@
1
-
2
- .thumbnail-group{
3
- $offset: .5rem;
4
- position: relative;
5
- display: inline-flex;
6
- margin-right: $offset;
7
- margin-bottom: $offset;
8
- .thumbnail-pin{
9
- position: absolute;
10
- right: -$offset;
11
- bottom: -$offset;
12
- box-shadow: $box-shadow;
13
- }
14
- }
1
+
2
+ .thumbnail-group{
3
+ $offset: .5rem;
4
+ position: relative;
5
+ display: inline-flex;
6
+ margin-right: $offset;
7
+ margin-bottom: $offset;
8
+ .thumbnail-pin{
9
+ position: absolute;
10
+ right: -$offset;
11
+ bottom: -$offset;
12
+ box-shadow: $box-shadow;
13
+ }
14
+ }