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
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>The source code</title>
  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  <style type="text/css">
    .highlight { display: block; background-color: #ddd; }
  </style>
  <script type="text/javascript">
    function highlight() {
      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
    }
  </script>
</head>
<body onload="prettyPrint(); highlight();">
  <pre class="prettyprint lang-js"><span id='Ext-grid-feature-Grouping'>/**
</span> * @class Ext.grid.feature.Grouping
 */
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-background-color'>/**
</span> * @var {color}
 * The background color of group headers
 */
$grid-grouped-header-background-color: #fff !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-border-width'>/**
</span> * @var {number/list}
 * The border-width of group headers
 */
$grid-grouped-header-border-width: 0 0 2px 0 !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-border-style'>/**
</span> * @var {string}
 * The border-style of group headers
 */
$grid-grouped-header-border-style: solid !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-border-color'>/**
</span> * @var {color}
 * The border-color of group headers
 */
$grid-grouped-header-border-color: adjust-color($base-color, $hue: 0.844deg, $saturation: 7.644%, $lightness: -8.627%) !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-padding'>/**
</span> * @var {number/list}
 * The padding of group headers
 */
$grid-grouped-header-padding: 10px 4px 4px 4px !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-header-cursor'>/**
</span> * @var {string}
 * The cursor of group headers
 */
$grid-grouped-header-cursor: pointer !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-title-color'>/**
</span> * @var {color}
 * The text color of group header titles
 */
$grid-grouped-title-color: adjust-color($base-color, $hue: 0.952deg, $saturation: -6.718%, $lightness: -41.961%) !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-title-font-family'>/**
</span> * @var {string}
 * The font-family of group header titles
 */
$grid-grouped-title-font-family: $font-family !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-title-font-size'>/**
</span> * @var {number}
 * The font-size of group header titles
 */
$grid-grouped-title-font-size: $font-size !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-title-font-weight'>/**
</span> * @var {string}
 * The font-weight of group header titles
 */
$grid-grouped-title-font-weight: bold !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-title-line-height'>/**
</span> * @var {number}
 * The line-height of group header titles
 */
$grid-grouped-title-line-height: round($grid-grouped-title-font-size * 1.15) !default;
 
// private
$grid-grouped-title-font: $grid-grouped-title-font-weight #{$grid-grouped-title-font-size}/#{$grid-grouped-title-line-height} $grid-grouped-title-font-family !default;
 
<span id='Ext-grid-feature-Grouping-css_var-S-grid-grouped-icon-padding'>/**
</span> * @var {number/list}
 * The amount of padding to add to the group title element.  This is typically used
 * to reserve space for an icon by setting the amountof space to be reserved for the icon
 * as the left value and setting the remaining sides to 0.
 */
$grid-grouped-icon-padding: 0 0 0 14px !default; </pre>
</body>
</html>