13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
/**
 * @class Ext.window.Window
 */
 
/**
 * @var {color}
 * The base color of Windows
 */
$window-base-color: $base-color !default;
 
/**
 * @var {number}
 * The padding of Windows
 */
$window-padding: $panel-frame-padding !default;
 
/**
 * @var {number}
 * The border-radius of Windows
 */
$window-border-radius: $panel-frame-border-radius !default;
 
/**
 * @var {number}
 * The border-width of Windows
 */
$window-border-width: 1px !default;
 
/**
 * @var {color}
 * The border-color of Windows
 */
$window-border-color: $window-base-color !default;
 
/**
 * @var {color}
 * The inner border-color of Windows
 */
$window-inner-border-color: #fff !default;
 
/**
 * @var {number}
 * The inner border-width of Windows
 */
$window-inner-border-width: 0 !default;
 
/**
 * @var {color}
 * The background-color of Windows
 */
$window-background-color: #fff !default;
 
/**
 * @var {number}
 * The body border-width of Windows
 */
$window-body-border-width: 1px !default;
 
/**
 * @var {string}
 * The body border-style of Windows
 */
$window-body-border-style: solid !default;
 
/**
 * @var {color}
 * The body border-color of Windows
 */
$window-body-border-color: $window-base-color !default;
 
/**
 * @var {color}
 * The body background-color of Windows
 */
$window-body-background-color: #fff !default;
 
/**
 * @var {color}
 * The body text color of Windows
 */
$window-body-color: #000 !default;
 
/**
 * @var {number/list}
 * The padding of Window Headers
 */
$window-header-padding: $panel-frame-header-padding !default;
 
/**
 * @var {number}
 * The font-size of Window Headers
 */
$window-header-font-size: $panel-header-font-size !default;
 
/**
 * @var {number}
 * The line-height of Window Headers
 */
$window-header-line-height: $panel-header-line-height !default;
 
/**
 * @var {color}
 * The text color of Window Headers
 */
$window-header-color: $panel-header-color !default;
 
/**
 * @var {color}
 * The background-color of Window Headers
 */
$window-header-background-color: $window-base-color !default;
 
/**
 * @var {string}
 * The font-weight of Window Headers
 */
$window-header-font-weight: $panel-header-font-weight !default;
 
/**
 * @var {number}
 * The space between the Window {@link Ext.panel.Tool Tools}
 */
$window-tool-spacing: $panel-tool-spacing !default;
 
/**
 * @var {string}
 * The background sprite to use for Window {@link Ext.panel.Tool Tools}
 */
$window-tool-background-image: 'tools/tool-sprites' !default;
 
/**
 * @var {string}
 * The font-family of Window Headers
 */
$window-header-font-family: $panel-header-font-family !default;
 
/**
 * @var {number/list}
 * The padding of the Window Header's text element
 */
$window-header-text-padding: $panel-header-text-padding !default;
 
/**
 * @var {string}
 * The text-transform of Window Headers
 */
$window-header-text-transform: $panel-header-text-transform !default;
 
/**
 * @var {number}
 * The width of the Window Header icon
 */
$window-header-icon-width: $panel-header-icon-width !default;
 
/**
 * @var {number}
 * The height of the Window Header icon
 */
$window-header-icon-height: $panel-header-icon-height !default;
 
/**
 * @var {number}
 * The space between the Window Header icon and text
 */
$window-header-icon-spacing: $panel-header-icon-spacing !default;
 
/**
 * @var {list}
 * The background-position of  the Window Header icon
 */
$window-header-icon-background-position: $panel-header-icon-background-position !default;
 
/**
 * @var {color}
 * The color of the Window Header glyph icon
 */
$window-header-glyph-color: $window-header-color !default;
 
/**
 * @var {number}
 * The opacity of the Window Header glyph icon
 */
$window-header-glyph-opacity: $panel-header-glyph-opacity !default;
 
/**
 * @var {number}
 * The border-width of Window Headers
 */
$window-header-border-width: 1px !default;
 
/**
 * @var {color}
 * The inner border-color of Window Headers
 */
$window-header-inner-border-color: #fff !default;
 
/**
 * @var {number}
 * The inner border-width of Window Headers
 */
$window-header-inner-border-width: 0 !default;
 
/**
 * @var {boolean} $ui-force-header-border
 * True to force the window header to have a border on the side facing the window body.
 * Overrides dock layout's border management border removal rules.
 */
$window-force-header-border: true !default;
 
/**
 * @var {number}
 * The opacity of ghost Windows while dragging
 */
$window-ghost-opacity: $panel-ghost-opacity !default;
 
/**
 * @var {boolean}
 * True to include neptune style border management rules.
 */
$window-include-border-management-rules: false !default;
 
/**
 * @var {color}
 * The color to apply to the border that wraps the body and docked items. The presence of
 * the wrap border is controlled by the {@link #border} config. Only applicable when
 * `$window-include-border-management-rules` is `true`.
 */
$window-wrap-border-color: $window-border-color !default;
 
/**
 * @var {number}
 * The width to apply to the border that wraps the body and docked items. The presence of
 * the wrap border is controlled by the {@link #border} config. Only applicable when
 * `$window-include-border-management-rules` is `true`.
 */
$window-wrap-border-width: 1px !default;
 
/**
 * @var {boolean}
 * True to include the "default" window UI
 */
$include-window-default-ui: $include-default-uis !default;