@progress/kendo-theme-default 6.2.1-dev.154 → 6.2.1-dev.170
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/all.css +80 -7
- package/dist/all.scss +122 -11
- package/dist/meta/sassdoc-data.json +668 -236
- package/dist/meta/sassdoc-raw-data.json +285 -85
- package/dist/meta/variables.json +62 -2
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_index.scss +2 -0
- package/scss/grid/_layout.scss +58 -5
- package/scss/grid/_theme.scss +19 -3
- package/scss/grid/_variables.scss +41 -3
|
@@ -6914,8 +6914,8 @@
|
|
|
6914
6914
|
{
|
|
6915
6915
|
"description": "Background color of the grid component\n",
|
|
6916
6916
|
"commentRange": {
|
|
6917
|
-
"start":
|
|
6918
|
-
"end":
|
|
6917
|
+
"start": 139,
|
|
6918
|
+
"end": 140
|
|
6919
6919
|
},
|
|
6920
6920
|
"context": {
|
|
6921
6921
|
"type": "variable",
|
|
@@ -6923,8 +6923,8 @@
|
|
|
6923
6923
|
"value": "$kendo-table-bg",
|
|
6924
6924
|
"scope": "default",
|
|
6925
6925
|
"line": {
|
|
6926
|
-
"start":
|
|
6927
|
-
"end":
|
|
6926
|
+
"start": 141,
|
|
6927
|
+
"end": 141
|
|
6928
6928
|
}
|
|
6929
6929
|
},
|
|
6930
6930
|
"group": [
|
|
@@ -6939,8 +6939,8 @@
|
|
|
6939
6939
|
{
|
|
6940
6940
|
"description": "Text color of the grid component\n",
|
|
6941
6941
|
"commentRange": {
|
|
6942
|
-
"start":
|
|
6943
|
-
"end":
|
|
6942
|
+
"start": 142,
|
|
6943
|
+
"end": 143
|
|
6944
6944
|
},
|
|
6945
6945
|
"context": {
|
|
6946
6946
|
"type": "variable",
|
|
@@ -6948,8 +6948,8 @@
|
|
|
6948
6948
|
"value": "$kendo-table-text",
|
|
6949
6949
|
"scope": "default",
|
|
6950
6950
|
"line": {
|
|
6951
|
-
"start":
|
|
6952
|
-
"end":
|
|
6951
|
+
"start": 144,
|
|
6952
|
+
"end": 144
|
|
6953
6953
|
}
|
|
6954
6954
|
},
|
|
6955
6955
|
"group": [
|
|
@@ -6964,8 +6964,8 @@
|
|
|
6964
6964
|
{
|
|
6965
6965
|
"description": "Border color of the grid component\n",
|
|
6966
6966
|
"commentRange": {
|
|
6967
|
-
"start":
|
|
6968
|
-
"end":
|
|
6967
|
+
"start": 145,
|
|
6968
|
+
"end": 146
|
|
6969
6969
|
},
|
|
6970
6970
|
"context": {
|
|
6971
6971
|
"type": "variable",
|
|
@@ -6973,8 +6973,8 @@
|
|
|
6973
6973
|
"value": "$kendo-table-border",
|
|
6974
6974
|
"scope": "default",
|
|
6975
6975
|
"line": {
|
|
6976
|
-
"start":
|
|
6977
|
-
"end":
|
|
6976
|
+
"start": 147,
|
|
6977
|
+
"end": 147
|
|
6978
6978
|
}
|
|
6979
6979
|
},
|
|
6980
6980
|
"group": [
|
|
@@ -6989,8 +6989,8 @@
|
|
|
6989
6989
|
{
|
|
6990
6990
|
"description": "Background color of grid header\n",
|
|
6991
6991
|
"commentRange": {
|
|
6992
|
-
"start":
|
|
6993
|
-
"end":
|
|
6992
|
+
"start": 149,
|
|
6993
|
+
"end": 150
|
|
6994
6994
|
},
|
|
6995
6995
|
"context": {
|
|
6996
6996
|
"type": "variable",
|
|
@@ -6998,8 +6998,8 @@
|
|
|
6998
6998
|
"value": "$kendo-table-header-bg",
|
|
6999
6999
|
"scope": "default",
|
|
7000
7000
|
"line": {
|
|
7001
|
-
"start":
|
|
7002
|
-
"end":
|
|
7001
|
+
"start": 151,
|
|
7002
|
+
"end": 151
|
|
7003
7003
|
}
|
|
7004
7004
|
},
|
|
7005
7005
|
"group": [
|
|
@@ -7014,8 +7014,8 @@
|
|
|
7014
7014
|
{
|
|
7015
7015
|
"description": "Text color of grid header\n",
|
|
7016
7016
|
"commentRange": {
|
|
7017
|
-
"start":
|
|
7018
|
-
"end":
|
|
7017
|
+
"start": 152,
|
|
7018
|
+
"end": 153
|
|
7019
7019
|
},
|
|
7020
7020
|
"context": {
|
|
7021
7021
|
"type": "variable",
|
|
@@ -7023,8 +7023,8 @@
|
|
|
7023
7023
|
"value": "$kendo-table-header-text",
|
|
7024
7024
|
"scope": "default",
|
|
7025
7025
|
"line": {
|
|
7026
|
-
"start":
|
|
7027
|
-
"end":
|
|
7026
|
+
"start": 154,
|
|
7027
|
+
"end": 154
|
|
7028
7028
|
}
|
|
7029
7029
|
},
|
|
7030
7030
|
"group": [
|
|
@@ -7039,8 +7039,8 @@
|
|
|
7039
7039
|
{
|
|
7040
7040
|
"description": "Border color of grid header\n",
|
|
7041
7041
|
"commentRange": {
|
|
7042
|
-
"start":
|
|
7043
|
-
"end":
|
|
7042
|
+
"start": 155,
|
|
7043
|
+
"end": 156
|
|
7044
7044
|
},
|
|
7045
7045
|
"context": {
|
|
7046
7046
|
"type": "variable",
|
|
@@ -7048,8 +7048,8 @@
|
|
|
7048
7048
|
"value": "$kendo-table-header-border",
|
|
7049
7049
|
"scope": "default",
|
|
7050
7050
|
"line": {
|
|
7051
|
-
"start":
|
|
7052
|
-
"end":
|
|
7051
|
+
"start": 157,
|
|
7052
|
+
"end": 157
|
|
7053
7053
|
}
|
|
7054
7054
|
},
|
|
7055
7055
|
"group": [
|
|
@@ -7064,8 +7064,8 @@
|
|
|
7064
7064
|
{
|
|
7065
7065
|
"description": "Background gradient of grid header\n",
|
|
7066
7066
|
"commentRange": {
|
|
7067
|
-
"start":
|
|
7068
|
-
"end":
|
|
7067
|
+
"start": 158,
|
|
7068
|
+
"end": 159
|
|
7069
7069
|
},
|
|
7070
7070
|
"context": {
|
|
7071
7071
|
"type": "variable",
|
|
@@ -7073,8 +7073,8 @@
|
|
|
7073
7073
|
"value": "$kendo-table-header-gradient",
|
|
7074
7074
|
"scope": "default",
|
|
7075
7075
|
"line": {
|
|
7076
|
-
"start":
|
|
7077
|
-
"end":
|
|
7076
|
+
"start": 160,
|
|
7077
|
+
"end": 160
|
|
7078
7078
|
}
|
|
7079
7079
|
},
|
|
7080
7080
|
"group": [
|
|
@@ -7089,8 +7089,8 @@
|
|
|
7089
7089
|
{
|
|
7090
7090
|
"description": "Background color of grid footer\n",
|
|
7091
7091
|
"commentRange": {
|
|
7092
|
-
"start":
|
|
7093
|
-
"end":
|
|
7092
|
+
"start": 162,
|
|
7093
|
+
"end": 163
|
|
7094
7094
|
},
|
|
7095
7095
|
"context": {
|
|
7096
7096
|
"type": "variable",
|
|
@@ -7098,8 +7098,8 @@
|
|
|
7098
7098
|
"value": "$kendo-grid-header-bg",
|
|
7099
7099
|
"scope": "default",
|
|
7100
7100
|
"line": {
|
|
7101
|
-
"start":
|
|
7102
|
-
"end":
|
|
7101
|
+
"start": 164,
|
|
7102
|
+
"end": 164
|
|
7103
7103
|
}
|
|
7104
7104
|
},
|
|
7105
7105
|
"group": [
|
|
@@ -7114,8 +7114,8 @@
|
|
|
7114
7114
|
{
|
|
7115
7115
|
"description": "Text color of grid footer\n",
|
|
7116
7116
|
"commentRange": {
|
|
7117
|
-
"start":
|
|
7118
|
-
"end":
|
|
7117
|
+
"start": 165,
|
|
7118
|
+
"end": 166
|
|
7119
7119
|
},
|
|
7120
7120
|
"context": {
|
|
7121
7121
|
"type": "variable",
|
|
@@ -7123,8 +7123,8 @@
|
|
|
7123
7123
|
"value": "$kendo-grid-header-text",
|
|
7124
7124
|
"scope": "default",
|
|
7125
7125
|
"line": {
|
|
7126
|
-
"start":
|
|
7127
|
-
"end":
|
|
7126
|
+
"start": 167,
|
|
7127
|
+
"end": 167
|
|
7128
7128
|
}
|
|
7129
7129
|
},
|
|
7130
7130
|
"group": [
|
|
@@ -7139,8 +7139,8 @@
|
|
|
7139
7139
|
{
|
|
7140
7140
|
"description": "Border color of grid footer\n",
|
|
7141
7141
|
"commentRange": {
|
|
7142
|
-
"start":
|
|
7143
|
-
"end":
|
|
7142
|
+
"start": 168,
|
|
7143
|
+
"end": 169
|
|
7144
7144
|
},
|
|
7145
7145
|
"context": {
|
|
7146
7146
|
"type": "variable",
|
|
@@ -7148,8 +7148,8 @@
|
|
|
7148
7148
|
"value": "$kendo-grid-header-border",
|
|
7149
7149
|
"scope": "default",
|
|
7150
7150
|
"line": {
|
|
7151
|
-
"start":
|
|
7152
|
-
"end":
|
|
7151
|
+
"start": 170,
|
|
7152
|
+
"end": 170
|
|
7153
7153
|
}
|
|
7154
7154
|
},
|
|
7155
7155
|
"group": [
|
|
@@ -7164,8 +7164,8 @@
|
|
|
7164
7164
|
{
|
|
7165
7165
|
"description": "Background color of alternating rows in grid\n",
|
|
7166
7166
|
"commentRange": {
|
|
7167
|
-
"start":
|
|
7168
|
-
"end":
|
|
7167
|
+
"start": 172,
|
|
7168
|
+
"end": 173
|
|
7169
7169
|
},
|
|
7170
7170
|
"context": {
|
|
7171
7171
|
"type": "variable",
|
|
@@ -7173,8 +7173,8 @@
|
|
|
7173
7173
|
"value": "$kendo-table-alt-row-bg",
|
|
7174
7174
|
"scope": "default",
|
|
7175
7175
|
"line": {
|
|
7176
|
-
"start":
|
|
7177
|
-
"end":
|
|
7176
|
+
"start": 174,
|
|
7177
|
+
"end": 174
|
|
7178
7178
|
}
|
|
7179
7179
|
},
|
|
7180
7180
|
"group": [
|
|
@@ -7189,8 +7189,8 @@
|
|
|
7189
7189
|
{
|
|
7190
7190
|
"description": "Text color of alternating rows in grid\n",
|
|
7191
7191
|
"commentRange": {
|
|
7192
|
-
"start":
|
|
7193
|
-
"end":
|
|
7192
|
+
"start": 175,
|
|
7193
|
+
"end": 176
|
|
7194
7194
|
},
|
|
7195
7195
|
"context": {
|
|
7196
7196
|
"type": "variable",
|
|
@@ -7198,8 +7198,8 @@
|
|
|
7198
7198
|
"value": "$kendo-table-alt-row-text",
|
|
7199
7199
|
"scope": "default",
|
|
7200
7200
|
"line": {
|
|
7201
|
-
"start":
|
|
7202
|
-
"end":
|
|
7201
|
+
"start": 177,
|
|
7202
|
+
"end": 177
|
|
7203
7203
|
}
|
|
7204
7204
|
},
|
|
7205
7205
|
"group": [
|
|
@@ -7214,8 +7214,8 @@
|
|
|
7214
7214
|
{
|
|
7215
7215
|
"description": "Border color of alternating rows in grid\n",
|
|
7216
7216
|
"commentRange": {
|
|
7217
|
-
"start":
|
|
7218
|
-
"end":
|
|
7217
|
+
"start": 178,
|
|
7218
|
+
"end": 179
|
|
7219
7219
|
},
|
|
7220
7220
|
"context": {
|
|
7221
7221
|
"type": "variable",
|
|
@@ -7223,8 +7223,8 @@
|
|
|
7223
7223
|
"value": "$kendo-table-alt-row-border",
|
|
7224
7224
|
"scope": "default",
|
|
7225
7225
|
"line": {
|
|
7226
|
-
"start":
|
|
7227
|
-
"end":
|
|
7226
|
+
"start": 180,
|
|
7227
|
+
"end": 180
|
|
7228
7228
|
}
|
|
7229
7229
|
},
|
|
7230
7230
|
"group": [
|
|
@@ -7239,8 +7239,8 @@
|
|
|
7239
7239
|
{
|
|
7240
7240
|
"description": "Background color of hovered rows in grid\n",
|
|
7241
7241
|
"commentRange": {
|
|
7242
|
-
"start":
|
|
7243
|
-
"end":
|
|
7242
|
+
"start": 182,
|
|
7243
|
+
"end": 183
|
|
7244
7244
|
},
|
|
7245
7245
|
"context": {
|
|
7246
7246
|
"type": "variable",
|
|
@@ -7248,8 +7248,8 @@
|
|
|
7248
7248
|
"value": "$kendo-table-hover-bg",
|
|
7249
7249
|
"scope": "default",
|
|
7250
7250
|
"line": {
|
|
7251
|
-
"start":
|
|
7252
|
-
"end":
|
|
7251
|
+
"start": 184,
|
|
7252
|
+
"end": 184
|
|
7253
7253
|
}
|
|
7254
7254
|
},
|
|
7255
7255
|
"group": [
|
|
@@ -7264,8 +7264,8 @@
|
|
|
7264
7264
|
{
|
|
7265
7265
|
"description": "Text color of hovered rows in grid\n",
|
|
7266
7266
|
"commentRange": {
|
|
7267
|
-
"start":
|
|
7268
|
-
"end":
|
|
7267
|
+
"start": 185,
|
|
7268
|
+
"end": 186
|
|
7269
7269
|
},
|
|
7270
7270
|
"context": {
|
|
7271
7271
|
"type": "variable",
|
|
@@ -7273,8 +7273,8 @@
|
|
|
7273
7273
|
"value": "$kendo-table-hover-text",
|
|
7274
7274
|
"scope": "default",
|
|
7275
7275
|
"line": {
|
|
7276
|
-
"start":
|
|
7277
|
-
"end":
|
|
7276
|
+
"start": 187,
|
|
7277
|
+
"end": 187
|
|
7278
7278
|
}
|
|
7279
7279
|
},
|
|
7280
7280
|
"group": [
|
|
@@ -7289,8 +7289,8 @@
|
|
|
7289
7289
|
{
|
|
7290
7290
|
"description": "Border color of hovered rows in grid\n",
|
|
7291
7291
|
"commentRange": {
|
|
7292
|
-
"start":
|
|
7293
|
-
"end":
|
|
7292
|
+
"start": 188,
|
|
7293
|
+
"end": 189
|
|
7294
7294
|
},
|
|
7295
7295
|
"context": {
|
|
7296
7296
|
"type": "variable",
|
|
@@ -7298,8 +7298,8 @@
|
|
|
7298
7298
|
"value": "$kendo-table-hover-border",
|
|
7299
7299
|
"scope": "default",
|
|
7300
7300
|
"line": {
|
|
7301
|
-
"start":
|
|
7302
|
-
"end":
|
|
7301
|
+
"start": 190,
|
|
7302
|
+
"end": 190
|
|
7303
7303
|
}
|
|
7304
7304
|
},
|
|
7305
7305
|
"group": [
|
|
@@ -7314,8 +7314,8 @@
|
|
|
7314
7314
|
{
|
|
7315
7315
|
"description": "Background color of selected rows in grid\n",
|
|
7316
7316
|
"commentRange": {
|
|
7317
|
-
"start":
|
|
7318
|
-
"end":
|
|
7317
|
+
"start": 192,
|
|
7318
|
+
"end": 193
|
|
7319
7319
|
},
|
|
7320
7320
|
"context": {
|
|
7321
7321
|
"type": "variable",
|
|
@@ -7323,8 +7323,8 @@
|
|
|
7323
7323
|
"value": "$kendo-table-selected-bg",
|
|
7324
7324
|
"scope": "default",
|
|
7325
7325
|
"line": {
|
|
7326
|
-
"start":
|
|
7327
|
-
"end":
|
|
7326
|
+
"start": 194,
|
|
7327
|
+
"end": 194
|
|
7328
7328
|
}
|
|
7329
7329
|
},
|
|
7330
7330
|
"group": [
|
|
@@ -7339,8 +7339,8 @@
|
|
|
7339
7339
|
{
|
|
7340
7340
|
"description": "Text color of selected rows in grid\n",
|
|
7341
7341
|
"commentRange": {
|
|
7342
|
-
"start":
|
|
7343
|
-
"end":
|
|
7342
|
+
"start": 195,
|
|
7343
|
+
"end": 196
|
|
7344
7344
|
},
|
|
7345
7345
|
"context": {
|
|
7346
7346
|
"type": "variable",
|
|
@@ -7348,8 +7348,8 @@
|
|
|
7348
7348
|
"value": "$kendo-table-selected-text",
|
|
7349
7349
|
"scope": "default",
|
|
7350
7350
|
"line": {
|
|
7351
|
-
"start":
|
|
7352
|
-
"end":
|
|
7351
|
+
"start": 197,
|
|
7352
|
+
"end": 197
|
|
7353
7353
|
}
|
|
7354
7354
|
},
|
|
7355
7355
|
"group": [
|
|
@@ -7364,8 +7364,8 @@
|
|
|
7364
7364
|
{
|
|
7365
7365
|
"description": "Border color of selected rows in grid\n",
|
|
7366
7366
|
"commentRange": {
|
|
7367
|
-
"start":
|
|
7368
|
-
"end":
|
|
7367
|
+
"start": 198,
|
|
7368
|
+
"end": 199
|
|
7369
7369
|
},
|
|
7370
7370
|
"context": {
|
|
7371
7371
|
"type": "variable",
|
|
@@ -7373,8 +7373,183 @@
|
|
|
7373
7373
|
"value": "$kendo-table-selected-border",
|
|
7374
7374
|
"scope": "default",
|
|
7375
7375
|
"line": {
|
|
7376
|
-
"start":
|
|
7377
|
-
"end":
|
|
7376
|
+
"start": 200,
|
|
7377
|
+
"end": 200
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
7380
|
+
"group": [
|
|
7381
|
+
"grid"
|
|
7382
|
+
],
|
|
7383
|
+
"access": "public",
|
|
7384
|
+
"file": {
|
|
7385
|
+
"path": "grid/_variables.scss",
|
|
7386
|
+
"name": "_variables.scss"
|
|
7387
|
+
}
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"description": "Background color of the selection aggregates container\n",
|
|
7391
|
+
"commentRange": {
|
|
7392
|
+
"start": 202,
|
|
7393
|
+
"end": 203
|
|
7394
|
+
},
|
|
7395
|
+
"context": {
|
|
7396
|
+
"type": "variable",
|
|
7397
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
7398
|
+
"value": "$kendo-grid-header-bg",
|
|
7399
|
+
"scope": "default",
|
|
7400
|
+
"line": {
|
|
7401
|
+
"start": 204,
|
|
7402
|
+
"end": 204
|
|
7403
|
+
}
|
|
7404
|
+
},
|
|
7405
|
+
"group": [
|
|
7406
|
+
"grid"
|
|
7407
|
+
],
|
|
7408
|
+
"access": "public",
|
|
7409
|
+
"file": {
|
|
7410
|
+
"path": "grid/_variables.scss",
|
|
7411
|
+
"name": "_variables.scss"
|
|
7412
|
+
}
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"description": "Text color of the selection aggregates container\n",
|
|
7416
|
+
"commentRange": {
|
|
7417
|
+
"start": 205,
|
|
7418
|
+
"end": 206
|
|
7419
|
+
},
|
|
7420
|
+
"context": {
|
|
7421
|
+
"type": "variable",
|
|
7422
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
7423
|
+
"value": "$kendo-grid-text",
|
|
7424
|
+
"scope": "default",
|
|
7425
|
+
"line": {
|
|
7426
|
+
"start": 207,
|
|
7427
|
+
"end": 207
|
|
7428
|
+
}
|
|
7429
|
+
},
|
|
7430
|
+
"group": [
|
|
7431
|
+
"grid"
|
|
7432
|
+
],
|
|
7433
|
+
"access": "public",
|
|
7434
|
+
"file": {
|
|
7435
|
+
"path": "grid/_variables.scss",
|
|
7436
|
+
"name": "_variables.scss"
|
|
7437
|
+
}
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"description": "Border color of the selection aggregates container\n",
|
|
7441
|
+
"commentRange": {
|
|
7442
|
+
"start": 208,
|
|
7443
|
+
"end": 209
|
|
7444
|
+
},
|
|
7445
|
+
"context": {
|
|
7446
|
+
"type": "variable",
|
|
7447
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
7448
|
+
"value": "$kendo-grid-border",
|
|
7449
|
+
"scope": "default",
|
|
7450
|
+
"line": {
|
|
7451
|
+
"start": 210,
|
|
7452
|
+
"end": 210
|
|
7453
|
+
}
|
|
7454
|
+
},
|
|
7455
|
+
"group": [
|
|
7456
|
+
"grid"
|
|
7457
|
+
],
|
|
7458
|
+
"access": "public",
|
|
7459
|
+
"file": {
|
|
7460
|
+
"path": "grid/_variables.scss",
|
|
7461
|
+
"name": "_variables.scss"
|
|
7462
|
+
}
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"description": "Border width of the selection aggregates container\n",
|
|
7466
|
+
"commentRange": {
|
|
7467
|
+
"start": 211,
|
|
7468
|
+
"end": 212
|
|
7469
|
+
},
|
|
7470
|
+
"context": {
|
|
7471
|
+
"type": "variable",
|
|
7472
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
7473
|
+
"value": "$kendo-grid-border-width",
|
|
7474
|
+
"scope": "default",
|
|
7475
|
+
"line": {
|
|
7476
|
+
"start": 213,
|
|
7477
|
+
"end": 213
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7480
|
+
"group": [
|
|
7481
|
+
"grid"
|
|
7482
|
+
],
|
|
7483
|
+
"access": "public",
|
|
7484
|
+
"file": {
|
|
7485
|
+
"path": "grid/_variables.scss",
|
|
7486
|
+
"name": "_variables.scss"
|
|
7487
|
+
}
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
7491
|
+
"commentRange": {
|
|
7492
|
+
"start": 214,
|
|
7493
|
+
"end": 215
|
|
7494
|
+
},
|
|
7495
|
+
"context": {
|
|
7496
|
+
"type": "variable",
|
|
7497
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
7498
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
7499
|
+
"scope": "default",
|
|
7500
|
+
"line": {
|
|
7501
|
+
"start": 216,
|
|
7502
|
+
"end": 216
|
|
7503
|
+
}
|
|
7504
|
+
},
|
|
7505
|
+
"group": [
|
|
7506
|
+
"grid"
|
|
7507
|
+
],
|
|
7508
|
+
"access": "public",
|
|
7509
|
+
"file": {
|
|
7510
|
+
"path": "grid/_variables.scss",
|
|
7511
|
+
"name": "_variables.scss"
|
|
7512
|
+
}
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"description": "Line height of the selection aggregates container\n",
|
|
7516
|
+
"commentRange": {
|
|
7517
|
+
"start": 217,
|
|
7518
|
+
"end": 218
|
|
7519
|
+
},
|
|
7520
|
+
"context": {
|
|
7521
|
+
"type": "variable",
|
|
7522
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
7523
|
+
"value": "$kendo-grid-line-height",
|
|
7524
|
+
"scope": "default",
|
|
7525
|
+
"line": {
|
|
7526
|
+
"start": 219,
|
|
7527
|
+
"end": 219
|
|
7528
|
+
}
|
|
7529
|
+
},
|
|
7530
|
+
"group": [
|
|
7531
|
+
"grid"
|
|
7532
|
+
],
|
|
7533
|
+
"access": "public",
|
|
7534
|
+
"file": {
|
|
7535
|
+
"path": "grid/_variables.scss",
|
|
7536
|
+
"name": "_variables.scss"
|
|
7537
|
+
}
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
7541
|
+
"commentRange": {
|
|
7542
|
+
"start": 220,
|
|
7543
|
+
"end": 221
|
|
7544
|
+
},
|
|
7545
|
+
"context": {
|
|
7546
|
+
"type": "variable",
|
|
7547
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
7548
|
+
"value": "$kendo-font-weight-bold",
|
|
7549
|
+
"scope": "default",
|
|
7550
|
+
"line": {
|
|
7551
|
+
"start": 222,
|
|
7552
|
+
"end": 222
|
|
7378
7553
|
}
|
|
7379
7554
|
},
|
|
7380
7555
|
"group": [
|
|
@@ -7389,17 +7564,17 @@
|
|
|
7389
7564
|
{
|
|
7390
7565
|
"description": "Background color of the grid row resize indicator\n",
|
|
7391
7566
|
"commentRange": {
|
|
7392
|
-
"start":
|
|
7393
|
-
"end":
|
|
7567
|
+
"start": 307,
|
|
7568
|
+
"end": 308
|
|
7394
7569
|
},
|
|
7395
7570
|
"context": {
|
|
7396
7571
|
"type": "variable",
|
|
7397
|
-
"name": "kendo-grid-row-resizer-bg",
|
|
7572
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
7398
7573
|
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
7399
7574
|
"scope": "default",
|
|
7400
7575
|
"line": {
|
|
7401
|
-
"start":
|
|
7402
|
-
"end":
|
|
7576
|
+
"start": 309,
|
|
7577
|
+
"end": 309
|
|
7403
7578
|
}
|
|
7404
7579
|
},
|
|
7405
7580
|
"group": [
|
|
@@ -7414,8 +7589,8 @@
|
|
|
7414
7589
|
{
|
|
7415
7590
|
"description": "Active background color of the grid row resize indicator\n",
|
|
7416
7591
|
"commentRange": {
|
|
7417
|
-
"start":
|
|
7418
|
-
"end":
|
|
7592
|
+
"start": 310,
|
|
7593
|
+
"end": 311
|
|
7419
7594
|
},
|
|
7420
7595
|
"context": {
|
|
7421
7596
|
"type": "variable",
|
|
@@ -7423,8 +7598,33 @@
|
|
|
7423
7598
|
"value": "$kendo-color-primary",
|
|
7424
7599
|
"scope": "default",
|
|
7425
7600
|
"line": {
|
|
7426
|
-
"start":
|
|
7427
|
-
"end":
|
|
7601
|
+
"start": 312,
|
|
7602
|
+
"end": 312
|
|
7603
|
+
}
|
|
7604
|
+
},
|
|
7605
|
+
"group": [
|
|
7606
|
+
"grid"
|
|
7607
|
+
],
|
|
7608
|
+
"access": "public",
|
|
7609
|
+
"file": {
|
|
7610
|
+
"path": "grid/_variables.scss",
|
|
7611
|
+
"name": "_variables.scss"
|
|
7612
|
+
}
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"description": "Height of the grid row resize indicator\n",
|
|
7616
|
+
"commentRange": {
|
|
7617
|
+
"start": 313,
|
|
7618
|
+
"end": 314
|
|
7619
|
+
},
|
|
7620
|
+
"context": {
|
|
7621
|
+
"type": "variable",
|
|
7622
|
+
"name": "kendo-grid-row-resizer-height",
|
|
7623
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
7624
|
+
"scope": "default",
|
|
7625
|
+
"line": {
|
|
7626
|
+
"start": 315,
|
|
7627
|
+
"end": 315
|
|
7428
7628
|
}
|
|
7429
7629
|
},
|
|
7430
7630
|
"group": [
|