@deephaven/golden-layout 0.21.2-beta.0 → 0.21.2-beta.6

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.
@@ -0,0 +1,229 @@
1
+ // Color variables (appears count calculates by raw css)
2
+ $color0: #ffffff; // Appears 7 times
3
+
4
+ // ".lm_dragging" is applied to BODY tag during Drag and is also directly applied to the root of the object being dragged
5
+
6
+ // Entire GoldenLayout Container, if a background is set, it is visible as color of "pane header" and "splitters" (if these latest has opacity very low)
7
+ .lm_goldenlayout {
8
+ background: dodgerblue;
9
+ background: linear-gradient(to right bottom, dodgerblue, palevioletred);
10
+ }
11
+
12
+ // Single Pane content (area in which final dragged content is contained)
13
+ .lm_content {
14
+ background: rgba(255, 255, 255, 0.1);
15
+ box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
16
+ color: whitesmoke;
17
+ }
18
+
19
+ // Single Pane content during Drag (style of moving window following mouse)
20
+ .lm_dragProxy {
21
+ .lm_content {
22
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
23
+ }
24
+ }
25
+
26
+ // Placeholder Container of target position
27
+ .lm_dropTargetIndicator {
28
+ box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
29
+ outline: 1px dashed $color0;
30
+ margin: 1px;
31
+ transition: all 200ms ease;
32
+
33
+ // Inner Placeholder (Used in other Themes but actually not here)
34
+ /*.lm_inner
35
+ {
36
+ background:$color0;
37
+ opacity:0.1;
38
+ }*/
39
+ }
40
+
41
+ // Separator line (handle to change pane size)
42
+ .lm_splitter {
43
+ background: $color0;
44
+ opacity: 0.001;
45
+ transition: opacity 200ms ease;
46
+
47
+ &:hover, // When hovered by mouse...
48
+ &.lm_dragging {
49
+ background: $color0;
50
+ opacity: 0.4;
51
+ }
52
+ }
53
+
54
+ // Pane Header (container of Tabs for each pane)
55
+ .lm_header {
56
+ height: 20px;
57
+ //user-select:none; // Present in DARK Theme
58
+
59
+ &.lm_selectable {
60
+ cursor: pointer;
61
+ }
62
+
63
+ // Single Tab container. A single Tab is set for each pane, a group of Tabs are contained in ".lm_header"
64
+ .lm_tab {
65
+ font-family: Arial, sans-serif;
66
+ font-size: 13px;
67
+ color: $color0;
68
+ background: rgba(255, 255, 255, 0.1);
69
+ margin-right: 2px;
70
+ padding-bottom: 4px;
71
+
72
+ // Close Tab Icon
73
+ .lm_close_tab {
74
+ width: 11px;
75
+ height: 11px;
76
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAATElEQVR4nG3OwQ0DMQwDwZGRBtR/j1YJzMc5+IDoR+yCVO29g+pu981MFgqZmRdAfU7+CYWcbF11LwALjpBL0N0qybNx/RPU+gOeiS/+XCRwDlTgkQAAAABJRU5ErkJggg==);
77
+ background-position: center center;
78
+ background-repeat: no-repeat;
79
+ right: 6px;
80
+ top: 4px;
81
+ opacity: 0.4;
82
+
83
+ &:hover {
84
+ opacity: 1;
85
+ }
86
+ }
87
+
88
+ // If Tab is active, so if it's in foreground
89
+ &.lm_active {
90
+ border-bottom: none;
91
+ box-shadow: 2px -2px 2px -2px rgba(0, 0, 0, 0.2);
92
+ padding-bottom: 5px;
93
+
94
+ .lm_close_tab {
95
+ opacity: 1;
96
+ }
97
+ }
98
+ }
99
+ }
100
+
101
+ .lm_dragProxy.lm_bottom,
102
+ .lm_stack.lm_bottom {
103
+ .lm_header .lm_tab {
104
+ &.lm_active {
105
+ box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.2);
106
+ }
107
+ }
108
+ }
109
+
110
+ // If Pane Header (container of Tabs for each pane) is selected (used only if addition of new Contents is made "by selection" and not "by drag")
111
+ .lm_selected {
112
+ // (Used in other Themes but actually not here)
113
+ /*.lm_header
114
+ {
115
+ background-color:$color6;
116
+ }*/
117
+ }
118
+
119
+ .lm_tab {
120
+ &:hover, // If Tab is hovered
121
+ &.lm_active // If Tab is active, so if it's in foreground
122
+ {
123
+ background: rgba(255, 255, 255, 0.3);
124
+ color: $color0;
125
+ }
126
+ }
127
+
128
+ // Dropdown arrow for additional tabs when too many to be displayed
129
+ // (Used in other Themes but actually not here)
130
+ /*
131
+ .lm_header .lm_controls .lm_tabdropdown:before
132
+ {
133
+ color:$color1;
134
+ }*/
135
+
136
+ // Pane controls (popout, maximize, minimize, close)
137
+ .lm_controls {
138
+ // All Pane controls shares these
139
+ > li {
140
+ position: relative;
141
+ background-position: center center;
142
+ background-repeat: no-repeat;
143
+ opacity: 0.4;
144
+ transition: opacity 300ms ease;
145
+
146
+ &:hover {
147
+ opacity: 1;
148
+ }
149
+ }
150
+
151
+ // Icon to PopOut Pane, so move it to a different Browser Window
152
+ .lm_popout {
153
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=);
154
+ }
155
+
156
+ // Icon to Maximize Pane, so it will fill the entire GoldenLayout Container
157
+ .lm_maximise {
158
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKElEQVR4nGP8////fwYCgImQAgYGBgYWKM2IR81/okwajIpgvsMbVgAwgQYRVakEKQAAAABJRU5ErkJggg==);
159
+ }
160
+
161
+ // Icon to Close Pane and so remove it from GoldenLayout Container
162
+ .lm_close {
163
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=);
164
+ }
165
+ }
166
+
167
+ // If a specific Pane is maximized
168
+ // (Used in other Themes but actually not here)
169
+ /*
170
+ .lm_maximised
171
+ {
172
+ // Pane Header (container of Tabs for each pane) can have different style when is Maximized
173
+ .lm_header
174
+ {
175
+ background-color:$color4;
176
+ }
177
+
178
+ // Pane controls are different in Maximized Mode, especially the old Icon "Maximise" that now has a different meaning, so "Minimize" (even if CSS Class did not change)
179
+ .lm_controls
180
+ {
181
+ .lm_maximise
182
+ {
183
+ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAJklEQVR4nGP8//8/AyHARFDFUFbEwsDAwMDIyIgzHP7//89IlEkApSkHEScJTKoAAAAASUVORK5CYII=);
184
+ }
185
+ }
186
+ }
187
+ */
188
+
189
+ // (Used in other Themes but actually not here)
190
+ /*
191
+ .lm_transition_indicator
192
+ {
193
+ background-color:$color1;
194
+ border:1px dashed $color5;
195
+ }*/
196
+
197
+ // If a specific Pane is Popped Out, so move it to a different Browser Window, Icon to restore original position is:
198
+ .lm_popin {
199
+ cursor: pointer;
200
+
201
+ // Background of Icon
202
+ // (Used in other Themes but actually not here)
203
+ /*
204
+ .lm_bg
205
+ {
206
+ background:$color1;
207
+ opacity:0.7;
208
+ }*/
209
+
210
+ // Icon to Restore original position in Golden Layout Container
211
+ .lm_icon {
212
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);
213
+ background-position: center center;
214
+ background-repeat: no-repeat;
215
+ opacity: 0.7;
216
+ }
217
+
218
+ &:hover {
219
+ .lm_icon {
220
+ opacity: 1;
221
+ }
222
+ }
223
+ }
224
+
225
+ // Present only in this Theme
226
+
227
+ .lm_item {
228
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
229
+ }
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/scss/goldenlayout-base.scss"],"names":[],"mappings":"AAkBA,SACE,kBAGF,iBACE,WAIF,YACE,gBACA,kBACA,UAIF,4BAEE,2BACA,iBAIF,cACE,kBACA,MACA,OACA,WAGF,yBACE,aAIF,aACE,kBACA,WAEA,4CAEE,kBAIA,yCACE,MA/DG,KAgEH,kBACA,iBAIJ,2BACE,WACA,OA9DM,KAgEN,2CACE,OAjEI,KAkEJ,kBACA,iBAMN,WACE,aACA,8BACA,eACA,WACA,kBAEA,4BAQE,WAGF,wBACE,kCAIF,wBACE,aACA,iBAEA,2BACE,eACA,WACA,MA5GG,KA6GH,OAnGI,KAoGJ,kBAGF,qCACE,eACA,WAIJ,cACE,SACA,UACA,qBAGF,oBACE,aACA,YACA,gBAIF,mBACE,eACA,OA/HM,KAgIN,eACA,qBACA,mBACA,kBACA,YACA,cAEA,6BACE,qBACA,mBACA,gBACA,uBACA,eAIF,iCACE,MAzJG,KA0JH,OAlJI,KAmJJ,kBACA,MACA,QACA,kBAQJ,2DACE,YAQF,8HACE,WACA,WACA,mBACA,kKACE,0BACA,MACA,aAEF,kLACE,SAGJ,0HACE,WAOA,gFACE,oCACA,OACA,gGACE,qBACA,eAGJ,wGACE,YACA,cACA,UAKN,mCACE,WAME,kFACE,kCACA,UACA,cAEF,0FACE,SAEF,0GACE,YACA,WAQF,kFACE,aACA,gBAEF,4FACE,QAEF,4GACE,YACA,YAKN,yBACE,cAKA,+CACE,WACA,QACA,SACA,sBACA,qBACA,sBACA,mCACA,kCACA,WAGF,gCACE,kBACA,SACA,QACA,UACA,gBACA,kBAEA,yCACE,sBAGF,wCACE,mBAGF,8CACE,wBAUN,cACE,kBACA,MACA,OACA,WACA,oBAEA,yBACE,uBAGF,0BACE,gBACA,gBAKJ,wBACE,aACA,kBACA,WACA,oBAGA,kCACE,MArUK,KAsUL,OA7TM,KA8TN,kBACA,MACA,OAIJ,yBACE,aACA,MA9UO,KA+UP,OAtUQ,KAuUR,kBACA,MACA,OACA,WAIF,UACE,MAxVO,KAyVP,OAhVQ,KAiVR,kBACA,SACA,QACA,aAEA,YACE,MAjWK,KAkWL,OAzVM,KA0VN,kBACA,MACA,OAGF,iBACE,WAGF,mBACE","file":"goldenlayout-base.css"}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/scss/goldenlayout-dark-theme.scss"],"names":[],"mappings":"AAiBA,iBACE,WAjBO,KAqBT,YACE,WArBO,KA0BP,0BACE,sCAKJ,wBACE,+BACA,wBACA,0BAGA,kCACE,WAxCK,KAyCL,WAKJ,aACE,WA/CO,KAgDP,aACA,8BAEA,4CAEE,WA/CK,KAgDL,UAKJ,WACE,YACA,iBAEA,yBACE,eAIF,mBACE,6BACA,eACA,MAhEK,KAiEL,WAhEK,KAiEL,uCACA,iBACA,mBACA,gBAQA,iCACE,WACA,YACA,iOACA,kCACA,4BACA,QACA,UACA,WAEA,uCACE,UAKJ,6BACE,mBACA,2BACA,mBAEA,2CACE,UAQN,kFACE,sCACA,sGACE,0BAOJ,wBACE,iBApHK,QAyHP,gCAGE,WApIK,KAqIL,MAnIK,KAuIT,+CACE,MA3IO,KA4IP,WAzIO,KA6IT,+CACE,MAtIQ,KA4IR,gBACE,kBACA,kCACA,4BACA,WACA,8BAEA,sBACE,UAKJ,wBACE,6MAIF,0BACE,iLAIF,uBACE,iNAGF,+BACE,yMAGF,mCACE,yMAOF,yBACE,iBA/LK,KAoML,wCACE,6KAKN,yBACE,iBA3MO,KA4MP,uBAIF,UACE,eAGA,iBACE,WA1MM,KA2MN,WAIF,mBACE,iPACA,kCACA,4BACA,2BACA,0BACA,WAIA,yBACE","file":"goldenlayout-dark-theme.css"}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/scss/goldenlayout-light-theme.scss"],"names":[],"mappings":"AAiBA,iBAEE,+aAIF,YACE,WAvBO,QAwBP,sBAKA,0BACE,sCACA,sBAKJ,wBACE,yCACA,wBACA,WACA,0BAGA,kCACE,WA3CK,KA4CL,WAKJ,aACE,WA1CO,KA2CP,aACA,8BAEA,4CAEE,WA/CK,KAgDL,UAKJ,WACE,YAGA,yBACE,eAIF,mBACE,6BACA,eACA,MAhEM,KAiEN,WApEK,QAqEL,iBACA,mBACA,sBACA,mBAEA,6BACE,gBAIF,iCACE,WACA,YACA,yKACA,kCACA,4BACA,UACA,QACA,WAEA,uCACE,UAKJ,6BACE,mBACA,4CACA,mBAEA,wCACE,8BAGF,2CACE,UAMR,6CACE,gBAME,sGACE,2CAOJ,wBACE,iBAhIK,QAqIP,gCAGE,WA/IK,QAgJL,MA7IK,KAiJT,+CACE,MArJO,QAsJP,WAnJO,KAuJT,+CACE,MA1JO,KAgKP,gBACE,kBACA,kCACA,4BACA,WACA,8BAEA,sBACE,UAKJ,wBACE,iMAIF,0BACE,yKAIF,uBACE,iLAGF,+BACE,yMAGF,mCACE,yMAOF,yBACE,iBApMK,KAyML,wCACE,6KAKN,yBACE,iBApNO,KAqNP,uBAIF,UACE,eAGA,iBACE,WA9NK,KA+NL,WAIF,mBACE,iPACA,kCACA,4BACA,WAIA,yBACE","file":"goldenlayout-light-theme.css"}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/scss/goldenlayout-soda-theme.scss"],"names":[],"mappings":"AAcA,iBACE,WAdO,KAeP,6CACA,yBAIF,YACE,WAdO,QAmBP,0BACE,sCAKJ,wBACE,+BACA,wBACA,0BAGA,kCACE,WAvCK,KAwCL,WAKJ,aACE,WA9CO,KA+CP,aACA,8BAEA,4CAEE,WAlDK,KAmDL,UAKJ,WACE,2LACA,YAGA,yBACE,eAIF,mBACE,6BACA,eACA,2LACA,MAlEK,KAmEL,SACA,mBAUA,iCACE,WACA,YACA,iOACA,kCACA,4BACA,UACA,QACA,WAEA,uCACE,UAKJ,6BACE,mBACA,mBAEA,2CACE,UAON,2DACE,2OAKF,wBACE,iBAlHK,QAuHP,gCAGE,2KACA,MA/HK,KAoIT,+CACE,MArIO,KA2IP,gBACE,kBACA,kCACA,4BACA,WACA,8BAEA,sBACE,UAKJ,wBACE,6MAIF,0BACE,iLAIF,uBACE,iNAOF,yBACE,iBA5KK,KAiLL,wCACE,6KAKN,yBACE,iBAxLO,KAyLP,uBAIF,UACE,eAGA,iBACE,WAjMK,KAkML,WAIF,mBACE,iPACA,kCACA,4BACA,WAIA,yBACE","file":"goldenlayout-soda-theme.css"}
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/scss/goldenlayout-translucent-theme.scss"],"names":[],"mappings":"AAMA,iBACE,mBACA,uEAIF,YACE,gCACA,uCACA,cAKA,0BACE,sCAKJ,wBACE,+CACA,wBACA,WACA,0BAWF,aACE,WAzCO,KA0CP,aACA,8BAEA,4CAEE,WA/CK,KAgDL,WAKJ,WACE,YAGA,yBACE,eAIF,mBACE,6BACA,eACA,MAjEK,KAkEL,gCACA,iBACA,mBAGA,iCACE,WACA,YACA,iOACA,kCACA,4BACA,UACA,QACA,WAEA,uCACE,UAKJ,6BACE,mBACA,4CACA,mBAEA,2CACE,UASJ,sGACE,2CAeJ,gCAGE,gCACA,MA1HK,KAyIP,gBACE,kBACA,kCACA,4BACA,WACA,8BAEA,sBACE,UAKJ,wBACE,6MAIF,0BACE,iLAIF,uBACE,iNAmCJ,UACE,eAYA,mBACE,iPACA,kCACA,4BACA,WAIA,yBACE,UAON,SACE","file":"goldenlayout-translucent-theme.css"}