dockview-vue 3.1.0 → 3.2.0
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/dist/styles/dockview.css +17 -7
- package/package.json +2 -2
package/dist/styles/dockview.css
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
16
16
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
17
17
|
--dv-overlay-z-index: 999;
|
|
18
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
19
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
18
20
|
--dv-group-view-background-color: #1e1e1e;
|
|
19
21
|
--dv-tabs-and-actions-container-background-color: #252526;
|
|
20
22
|
--dv-activegroup-visiblepanel-tab-background-color: #1e1e1e;
|
|
@@ -40,6 +42,8 @@
|
|
|
40
42
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
41
43
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
42
44
|
--dv-overlay-z-index: 999;
|
|
45
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
46
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
43
47
|
--dv-group-view-background-color: white;
|
|
44
48
|
--dv-tabs-and-actions-container-background-color: #f3f3f3;
|
|
45
49
|
--dv-activegroup-visiblepanel-tab-background-color: white;
|
|
@@ -65,6 +69,8 @@
|
|
|
65
69
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
66
70
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
67
71
|
--dv-overlay-z-index: 999;
|
|
72
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
73
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
68
74
|
--dv-group-view-background-color: #1e1e1e;
|
|
69
75
|
--dv-tabs-and-actions-container-background-color: #252526;
|
|
70
76
|
--dv-activegroup-visiblepanel-tab-background-color: #1e1e1e;
|
|
@@ -119,6 +125,8 @@
|
|
|
119
125
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
120
126
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
121
127
|
--dv-overlay-z-index: 999;
|
|
128
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
129
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
122
130
|
--dv-group-view-background-color: #000c18;
|
|
123
131
|
--dv-tabs-and-actions-container-background-color: #1c1c2a;
|
|
124
132
|
--dv-activegroup-visiblepanel-tab-background-color: #000c18;
|
|
@@ -145,6 +153,8 @@
|
|
|
145
153
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
146
154
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
147
155
|
--dv-overlay-z-index: 999;
|
|
156
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
157
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
148
158
|
--dv-group-view-background-color: #282a36;
|
|
149
159
|
--dv-tabs-and-actions-container-background-color: #191a21;
|
|
150
160
|
--dv-activegroup-visiblepanel-tab-background-color: #282a36;
|
|
@@ -197,6 +207,8 @@
|
|
|
197
207
|
--dv-icon-hover-background-color: rgba(90, 93, 94, 0.31);
|
|
198
208
|
--dv-floating-box-shadow: 8px 8px 8px 0px rgba(83, 89, 93, 0.5);
|
|
199
209
|
--dv-overlay-z-index: 999;
|
|
210
|
+
--dv-active-sash-transition-duration: 0.1s;
|
|
211
|
+
--dv-active-sash-transition-delay: 0.5s;
|
|
200
212
|
--dv-group-view-background-color: #ebeced;
|
|
201
213
|
--dv-tabs-and-actions-container-background-color: #fcfcfc;
|
|
202
214
|
--dv-activegroup-visiblepanel-tab-background-color: #f0f1f2;
|
|
@@ -670,14 +682,12 @@
|
|
|
670
682
|
-ms-user-select: none;
|
|
671
683
|
touch-action: none;
|
|
672
684
|
}
|
|
673
|
-
.dv-split-view-container .dv-sash-container .dv-sash:not(.disabled):active {
|
|
674
|
-
transition: background-color 0.1s ease-in-out;
|
|
685
|
+
.dv-split-view-container .dv-sash-container .dv-sash:not(.disabled):active, .dv-split-view-container .dv-sash-container .dv-sash:not(.disabled):hover {
|
|
675
686
|
background-color: var(--dv-active-sash-color, transparent);
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
transition:
|
|
680
|
-
transition-delay: 0.5s;
|
|
687
|
+
transition-property: background-color;
|
|
688
|
+
transition-timing-function: ease-in-out;
|
|
689
|
+
transition-duration: var(--dv-active-sash-transition-duration, 0.1s);
|
|
690
|
+
transition-delay: var(--dv-active-sash-transition-delay, 0.5s);
|
|
681
691
|
}
|
|
682
692
|
.dv-split-view-container .dv-view-container {
|
|
683
693
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dockview-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"splitview",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-vue --coverage"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"dockview-core": "^3.
|
|
55
|
+
"dockview-core": "^3.2.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": "^3.4.0"
|