@progress/kendo-theme-bootstrap 8.0.0-dev.3 → 8.0.0-dev.5
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 +37 -9
- package/dist/all.scss +46 -11
- package/dist/meta/sassdoc-data.json +596 -56
- package/dist/meta/sassdoc-raw-data.json +278 -28
- package/dist/meta/variables.json +5 -1
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/calendar/_variables.scss +22 -2
- package/scss/dataviz/_variables.scss +1 -1
|
@@ -6966,11 +6966,119 @@
|
|
|
6966
6966
|
"resolvedValue": "342px",
|
|
6967
6967
|
"resolvedType": "Number"
|
|
6968
6968
|
},
|
|
6969
|
+
{
|
|
6970
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6971
|
+
"commentRange": {
|
|
6972
|
+
"start": 264,
|
|
6973
|
+
"end": 265
|
|
6974
|
+
},
|
|
6975
|
+
"context": {
|
|
6976
|
+
"type": "variable",
|
|
6977
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
6978
|
+
"value": "k-border-radius(lg)",
|
|
6979
|
+
"scope": "default",
|
|
6980
|
+
"line": {
|
|
6981
|
+
"start": 266,
|
|
6982
|
+
"end": 266
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
6985
|
+
"group": [
|
|
6986
|
+
"calendar"
|
|
6987
|
+
],
|
|
6988
|
+
"access": "public",
|
|
6989
|
+
"file": {
|
|
6990
|
+
"path": "calendar/_variables.scss",
|
|
6991
|
+
"name": "_variables.scss"
|
|
6992
|
+
},
|
|
6993
|
+
"resolvedValue": "var(--kendo-border-radius-lg, 0.5rem)",
|
|
6994
|
+
"resolvedType": "String"
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"description": "The font size of the small Calendar.\n",
|
|
6998
|
+
"commentRange": {
|
|
6999
|
+
"start": 270,
|
|
7000
|
+
"end": 271
|
|
7001
|
+
},
|
|
7002
|
+
"context": {
|
|
7003
|
+
"type": "variable",
|
|
7004
|
+
"name": "kendo-calendar-sm-font-size",
|
|
7005
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
7006
|
+
"scope": "default",
|
|
7007
|
+
"line": {
|
|
7008
|
+
"start": 272,
|
|
7009
|
+
"end": 272
|
|
7010
|
+
}
|
|
7011
|
+
},
|
|
7012
|
+
"group": [
|
|
7013
|
+
"calendar"
|
|
7014
|
+
],
|
|
7015
|
+
"access": "public",
|
|
7016
|
+
"file": {
|
|
7017
|
+
"path": "calendar/_variables.scss",
|
|
7018
|
+
"name": "_variables.scss"
|
|
7019
|
+
},
|
|
7020
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
7021
|
+
"resolvedType": "String"
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"description": "The line height of the small Calendar.\n",
|
|
7025
|
+
"commentRange": {
|
|
7026
|
+
"start": 273,
|
|
7027
|
+
"end": 274
|
|
7028
|
+
},
|
|
7029
|
+
"context": {
|
|
7030
|
+
"type": "variable",
|
|
7031
|
+
"name": "kendo-calendar-sm-line-height",
|
|
7032
|
+
"value": "var( --kendo-line-height, normal )",
|
|
7033
|
+
"scope": "default",
|
|
7034
|
+
"line": {
|
|
7035
|
+
"start": 275,
|
|
7036
|
+
"end": 275
|
|
7037
|
+
}
|
|
7038
|
+
},
|
|
7039
|
+
"group": [
|
|
7040
|
+
"calendar"
|
|
7041
|
+
],
|
|
7042
|
+
"access": "public",
|
|
7043
|
+
"file": {
|
|
7044
|
+
"path": "calendar/_variables.scss",
|
|
7045
|
+
"name": "_variables.scss"
|
|
7046
|
+
},
|
|
7047
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
7048
|
+
"resolvedType": "String"
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
7052
|
+
"commentRange": {
|
|
7053
|
+
"start": 276,
|
|
7054
|
+
"end": 277
|
|
7055
|
+
},
|
|
7056
|
+
"context": {
|
|
7057
|
+
"type": "variable",
|
|
7058
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
7059
|
+
"value": "34px",
|
|
7060
|
+
"scope": "default",
|
|
7061
|
+
"line": {
|
|
7062
|
+
"start": 278,
|
|
7063
|
+
"end": 278
|
|
7064
|
+
}
|
|
7065
|
+
},
|
|
7066
|
+
"group": [
|
|
7067
|
+
"calendar"
|
|
7068
|
+
],
|
|
7069
|
+
"access": "public",
|
|
7070
|
+
"file": {
|
|
7071
|
+
"path": "calendar/_variables.scss",
|
|
7072
|
+
"name": "_variables.scss"
|
|
7073
|
+
},
|
|
7074
|
+
"resolvedValue": "34px",
|
|
7075
|
+
"resolvedType": "Number"
|
|
7076
|
+
},
|
|
6969
7077
|
{
|
|
6970
7078
|
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6971
7079
|
"commentRange": {
|
|
6972
|
-
"start":
|
|
6973
|
-
"end":
|
|
7080
|
+
"start": 279,
|
|
7081
|
+
"end": 280
|
|
6974
7082
|
},
|
|
6975
7083
|
"context": {
|
|
6976
7084
|
"type": "variable",
|
|
@@ -6978,8 +7086,8 @@
|
|
|
6978
7086
|
"value": "k-spacing(0.5)",
|
|
6979
7087
|
"scope": "default",
|
|
6980
7088
|
"line": {
|
|
6981
|
-
"start":
|
|
6982
|
-
"end":
|
|
7089
|
+
"start": 281,
|
|
7090
|
+
"end": 281
|
|
6983
7091
|
}
|
|
6984
7092
|
},
|
|
6985
7093
|
"group": [
|
|
@@ -6996,8 +7104,8 @@
|
|
|
6996
7104
|
{
|
|
6997
7105
|
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6998
7106
|
"commentRange": {
|
|
6999
|
-
"start":
|
|
7000
|
-
"end":
|
|
7107
|
+
"start": 282,
|
|
7108
|
+
"end": 283
|
|
7001
7109
|
},
|
|
7002
7110
|
"context": {
|
|
7003
7111
|
"type": "variable",
|
|
@@ -7005,8 +7113,8 @@
|
|
|
7005
7113
|
"value": "k-spacing(0.5)",
|
|
7006
7114
|
"scope": "default",
|
|
7007
7115
|
"line": {
|
|
7008
|
-
"start":
|
|
7009
|
-
"end":
|
|
7116
|
+
"start": 284,
|
|
7117
|
+
"end": 284
|
|
7010
7118
|
}
|
|
7011
7119
|
},
|
|
7012
7120
|
"group": [
|
|
@@ -7020,11 +7128,92 @@
|
|
|
7020
7128
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
7021
7129
|
"resolvedType": "String"
|
|
7022
7130
|
},
|
|
7131
|
+
{
|
|
7132
|
+
"description": "The font size of the medium Calendar.\n",
|
|
7133
|
+
"commentRange": {
|
|
7134
|
+
"start": 286,
|
|
7135
|
+
"end": 287
|
|
7136
|
+
},
|
|
7137
|
+
"context": {
|
|
7138
|
+
"type": "variable",
|
|
7139
|
+
"name": "kendo-calendar-md-font-size",
|
|
7140
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
7141
|
+
"scope": "default",
|
|
7142
|
+
"line": {
|
|
7143
|
+
"start": 288,
|
|
7144
|
+
"end": 288
|
|
7145
|
+
}
|
|
7146
|
+
},
|
|
7147
|
+
"group": [
|
|
7148
|
+
"calendar"
|
|
7149
|
+
],
|
|
7150
|
+
"access": "public",
|
|
7151
|
+
"file": {
|
|
7152
|
+
"path": "calendar/_variables.scss",
|
|
7153
|
+
"name": "_variables.scss"
|
|
7154
|
+
},
|
|
7155
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
7156
|
+
"resolvedType": "String"
|
|
7157
|
+
},
|
|
7158
|
+
{
|
|
7159
|
+
"description": "The line height of the medium Calendar.\n",
|
|
7160
|
+
"commentRange": {
|
|
7161
|
+
"start": 289,
|
|
7162
|
+
"end": 290
|
|
7163
|
+
},
|
|
7164
|
+
"context": {
|
|
7165
|
+
"type": "variable",
|
|
7166
|
+
"name": "kendo-calendar-md-line-height",
|
|
7167
|
+
"value": "var( --kendo-line-height, normal )",
|
|
7168
|
+
"scope": "default",
|
|
7169
|
+
"line": {
|
|
7170
|
+
"start": 291,
|
|
7171
|
+
"end": 291
|
|
7172
|
+
}
|
|
7173
|
+
},
|
|
7174
|
+
"group": [
|
|
7175
|
+
"calendar"
|
|
7176
|
+
],
|
|
7177
|
+
"access": "public",
|
|
7178
|
+
"file": {
|
|
7179
|
+
"path": "calendar/_variables.scss",
|
|
7180
|
+
"name": "_variables.scss"
|
|
7181
|
+
},
|
|
7182
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
7183
|
+
"resolvedType": "String"
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
7187
|
+
"commentRange": {
|
|
7188
|
+
"start": 292,
|
|
7189
|
+
"end": 293
|
|
7190
|
+
},
|
|
7191
|
+
"context": {
|
|
7192
|
+
"type": "variable",
|
|
7193
|
+
"name": "kendo-calendar-md-cell-size",
|
|
7194
|
+
"value": "38px",
|
|
7195
|
+
"scope": "default",
|
|
7196
|
+
"line": {
|
|
7197
|
+
"start": 294,
|
|
7198
|
+
"end": 294
|
|
7199
|
+
}
|
|
7200
|
+
},
|
|
7201
|
+
"group": [
|
|
7202
|
+
"calendar"
|
|
7203
|
+
],
|
|
7204
|
+
"access": "public",
|
|
7205
|
+
"file": {
|
|
7206
|
+
"path": "calendar/_variables.scss",
|
|
7207
|
+
"name": "_variables.scss"
|
|
7208
|
+
},
|
|
7209
|
+
"resolvedValue": "38px",
|
|
7210
|
+
"resolvedType": "Number"
|
|
7211
|
+
},
|
|
7023
7212
|
{
|
|
7024
7213
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
7025
7214
|
"commentRange": {
|
|
7026
|
-
"start":
|
|
7027
|
-
"end":
|
|
7215
|
+
"start": 295,
|
|
7216
|
+
"end": 296
|
|
7028
7217
|
},
|
|
7029
7218
|
"context": {
|
|
7030
7219
|
"type": "variable",
|
|
@@ -7032,8 +7221,8 @@
|
|
|
7032
7221
|
"value": "k-spacing(1)",
|
|
7033
7222
|
"scope": "default",
|
|
7034
7223
|
"line": {
|
|
7035
|
-
"start":
|
|
7036
|
-
"end":
|
|
7224
|
+
"start": 297,
|
|
7225
|
+
"end": 297
|
|
7037
7226
|
}
|
|
7038
7227
|
},
|
|
7039
7228
|
"group": [
|
|
@@ -7050,8 +7239,8 @@
|
|
|
7050
7239
|
{
|
|
7051
7240
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
7052
7241
|
"commentRange": {
|
|
7053
|
-
"start":
|
|
7054
|
-
"end":
|
|
7242
|
+
"start": 298,
|
|
7243
|
+
"end": 299
|
|
7055
7244
|
},
|
|
7056
7245
|
"context": {
|
|
7057
7246
|
"type": "variable",
|
|
@@ -7059,8 +7248,8 @@
|
|
|
7059
7248
|
"value": "k-spacing(1)",
|
|
7060
7249
|
"scope": "default",
|
|
7061
7250
|
"line": {
|
|
7062
|
-
"start":
|
|
7063
|
-
"end":
|
|
7251
|
+
"start": 300,
|
|
7252
|
+
"end": 300
|
|
7064
7253
|
}
|
|
7065
7254
|
},
|
|
7066
7255
|
"group": [
|
|
@@ -7074,11 +7263,92 @@
|
|
|
7074
7263
|
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
7075
7264
|
"resolvedType": "String"
|
|
7076
7265
|
},
|
|
7266
|
+
{
|
|
7267
|
+
"description": "The font size of the large Calendar.\n",
|
|
7268
|
+
"commentRange": {
|
|
7269
|
+
"start": 302,
|
|
7270
|
+
"end": 303
|
|
7271
|
+
},
|
|
7272
|
+
"context": {
|
|
7273
|
+
"type": "variable",
|
|
7274
|
+
"name": "kendo-calendar-lg-font-size",
|
|
7275
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
7276
|
+
"scope": "default",
|
|
7277
|
+
"line": {
|
|
7278
|
+
"start": 304,
|
|
7279
|
+
"end": 304
|
|
7280
|
+
}
|
|
7281
|
+
},
|
|
7282
|
+
"group": [
|
|
7283
|
+
"calendar"
|
|
7284
|
+
],
|
|
7285
|
+
"access": "public",
|
|
7286
|
+
"file": {
|
|
7287
|
+
"path": "calendar/_variables.scss",
|
|
7288
|
+
"name": "_variables.scss"
|
|
7289
|
+
},
|
|
7290
|
+
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
|
|
7291
|
+
"resolvedType": "String"
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"description": "The line height of the large Calendar.\n",
|
|
7295
|
+
"commentRange": {
|
|
7296
|
+
"start": 305,
|
|
7297
|
+
"end": 306
|
|
7298
|
+
},
|
|
7299
|
+
"context": {
|
|
7300
|
+
"type": "variable",
|
|
7301
|
+
"name": "kendo-calendar-lg-line-height",
|
|
7302
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
7303
|
+
"scope": "default",
|
|
7304
|
+
"line": {
|
|
7305
|
+
"start": 307,
|
|
7306
|
+
"end": 307
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
"group": [
|
|
7310
|
+
"calendar"
|
|
7311
|
+
],
|
|
7312
|
+
"access": "public",
|
|
7313
|
+
"file": {
|
|
7314
|
+
"path": "calendar/_variables.scss",
|
|
7315
|
+
"name": "_variables.scss"
|
|
7316
|
+
},
|
|
7317
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
7318
|
+
"resolvedType": "String"
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
7322
|
+
"commentRange": {
|
|
7323
|
+
"start": 308,
|
|
7324
|
+
"end": 309
|
|
7325
|
+
},
|
|
7326
|
+
"context": {
|
|
7327
|
+
"type": "variable",
|
|
7328
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
7329
|
+
"value": "42px",
|
|
7330
|
+
"scope": "default",
|
|
7331
|
+
"line": {
|
|
7332
|
+
"start": 310,
|
|
7333
|
+
"end": 310
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
"group": [
|
|
7337
|
+
"calendar"
|
|
7338
|
+
],
|
|
7339
|
+
"access": "public",
|
|
7340
|
+
"file": {
|
|
7341
|
+
"path": "calendar/_variables.scss",
|
|
7342
|
+
"name": "_variables.scss"
|
|
7343
|
+
},
|
|
7344
|
+
"resolvedValue": "42px",
|
|
7345
|
+
"resolvedType": "Number"
|
|
7346
|
+
},
|
|
7077
7347
|
{
|
|
7078
7348
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
7079
7349
|
"commentRange": {
|
|
7080
|
-
"start":
|
|
7081
|
-
"end":
|
|
7350
|
+
"start": 311,
|
|
7351
|
+
"end": 312
|
|
7082
7352
|
},
|
|
7083
7353
|
"context": {
|
|
7084
7354
|
"type": "variable",
|
|
@@ -7086,8 +7356,8 @@
|
|
|
7086
7356
|
"value": "k-spacing(1)",
|
|
7087
7357
|
"scope": "default",
|
|
7088
7358
|
"line": {
|
|
7089
|
-
"start":
|
|
7090
|
-
"end":
|
|
7359
|
+
"start": 313,
|
|
7360
|
+
"end": 313
|
|
7091
7361
|
}
|
|
7092
7362
|
},
|
|
7093
7363
|
"group": [
|
|
@@ -7104,8 +7374,8 @@
|
|
|
7104
7374
|
{
|
|
7105
7375
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
7106
7376
|
"commentRange": {
|
|
7107
|
-
"start":
|
|
7108
|
-
"end":
|
|
7377
|
+
"start": 314,
|
|
7378
|
+
"end": 315
|
|
7109
7379
|
},
|
|
7110
7380
|
"context": {
|
|
7111
7381
|
"type": "variable",
|
|
@@ -7113,8 +7383,8 @@
|
|
|
7113
7383
|
"value": "k-spacing(1)",
|
|
7114
7384
|
"scope": "default",
|
|
7115
7385
|
"line": {
|
|
7116
|
-
"start":
|
|
7117
|
-
"end":
|
|
7386
|
+
"start": 316,
|
|
7387
|
+
"end": 316
|
|
7118
7388
|
}
|
|
7119
7389
|
},
|
|
7120
7390
|
"group": [
|
|
@@ -7131,8 +7401,8 @@
|
|
|
7131
7401
|
{
|
|
7132
7402
|
"description": "The sizes Map of the Calendar.\n",
|
|
7133
7403
|
"commentRange": {
|
|
7134
|
-
"start":
|
|
7135
|
-
"end":
|
|
7404
|
+
"start": 318,
|
|
7405
|
+
"end": 319
|
|
7136
7406
|
},
|
|
7137
7407
|
"context": {
|
|
7138
7408
|
"type": "variable",
|
|
@@ -7140,8 +7410,8 @@
|
|
|
7140
7410
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
7141
7411
|
"scope": "default",
|
|
7142
7412
|
"line": {
|
|
7143
|
-
"start":
|
|
7144
|
-
"end":
|
|
7413
|
+
"start": 320,
|
|
7414
|
+
"end": 342
|
|
7145
7415
|
}
|
|
7146
7416
|
},
|
|
7147
7417
|
"group": [
|
|
@@ -69997,11 +70267,119 @@
|
|
|
69997
70267
|
"resolvedValue": "342px",
|
|
69998
70268
|
"resolvedType": "Number"
|
|
69999
70269
|
},
|
|
70270
|
+
{
|
|
70271
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
70272
|
+
"commentRange": {
|
|
70273
|
+
"start": 264,
|
|
70274
|
+
"end": 265
|
|
70275
|
+
},
|
|
70276
|
+
"context": {
|
|
70277
|
+
"type": "variable",
|
|
70278
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
70279
|
+
"value": "k-border-radius(lg)",
|
|
70280
|
+
"scope": "default",
|
|
70281
|
+
"line": {
|
|
70282
|
+
"start": 266,
|
|
70283
|
+
"end": 266
|
|
70284
|
+
}
|
|
70285
|
+
},
|
|
70286
|
+
"group": [
|
|
70287
|
+
"calendar"
|
|
70288
|
+
],
|
|
70289
|
+
"access": "public",
|
|
70290
|
+
"file": {
|
|
70291
|
+
"path": "calendar/_variables.scss",
|
|
70292
|
+
"name": "_variables.scss"
|
|
70293
|
+
},
|
|
70294
|
+
"resolvedValue": "var(--kendo-border-radius-lg, 0.5rem)",
|
|
70295
|
+
"resolvedType": "String"
|
|
70296
|
+
},
|
|
70297
|
+
{
|
|
70298
|
+
"description": "The font size of the small Calendar.\n",
|
|
70299
|
+
"commentRange": {
|
|
70300
|
+
"start": 270,
|
|
70301
|
+
"end": 271
|
|
70302
|
+
},
|
|
70303
|
+
"context": {
|
|
70304
|
+
"type": "variable",
|
|
70305
|
+
"name": "kendo-calendar-sm-font-size",
|
|
70306
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
70307
|
+
"scope": "default",
|
|
70308
|
+
"line": {
|
|
70309
|
+
"start": 272,
|
|
70310
|
+
"end": 272
|
|
70311
|
+
}
|
|
70312
|
+
},
|
|
70313
|
+
"group": [
|
|
70314
|
+
"calendar"
|
|
70315
|
+
],
|
|
70316
|
+
"access": "public",
|
|
70317
|
+
"file": {
|
|
70318
|
+
"path": "calendar/_variables.scss",
|
|
70319
|
+
"name": "_variables.scss"
|
|
70320
|
+
},
|
|
70321
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
70322
|
+
"resolvedType": "String"
|
|
70323
|
+
},
|
|
70324
|
+
{
|
|
70325
|
+
"description": "The line height of the small Calendar.\n",
|
|
70326
|
+
"commentRange": {
|
|
70327
|
+
"start": 273,
|
|
70328
|
+
"end": 274
|
|
70329
|
+
},
|
|
70330
|
+
"context": {
|
|
70331
|
+
"type": "variable",
|
|
70332
|
+
"name": "kendo-calendar-sm-line-height",
|
|
70333
|
+
"value": "var( --kendo-line-height, normal )",
|
|
70334
|
+
"scope": "default",
|
|
70335
|
+
"line": {
|
|
70336
|
+
"start": 275,
|
|
70337
|
+
"end": 275
|
|
70338
|
+
}
|
|
70339
|
+
},
|
|
70340
|
+
"group": [
|
|
70341
|
+
"calendar"
|
|
70342
|
+
],
|
|
70343
|
+
"access": "public",
|
|
70344
|
+
"file": {
|
|
70345
|
+
"path": "calendar/_variables.scss",
|
|
70346
|
+
"name": "_variables.scss"
|
|
70347
|
+
},
|
|
70348
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
70349
|
+
"resolvedType": "String"
|
|
70350
|
+
},
|
|
70351
|
+
{
|
|
70352
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
70353
|
+
"commentRange": {
|
|
70354
|
+
"start": 276,
|
|
70355
|
+
"end": 277
|
|
70356
|
+
},
|
|
70357
|
+
"context": {
|
|
70358
|
+
"type": "variable",
|
|
70359
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
70360
|
+
"value": "34px",
|
|
70361
|
+
"scope": "default",
|
|
70362
|
+
"line": {
|
|
70363
|
+
"start": 278,
|
|
70364
|
+
"end": 278
|
|
70365
|
+
}
|
|
70366
|
+
},
|
|
70367
|
+
"group": [
|
|
70368
|
+
"calendar"
|
|
70369
|
+
],
|
|
70370
|
+
"access": "public",
|
|
70371
|
+
"file": {
|
|
70372
|
+
"path": "calendar/_variables.scss",
|
|
70373
|
+
"name": "_variables.scss"
|
|
70374
|
+
},
|
|
70375
|
+
"resolvedValue": "34px",
|
|
70376
|
+
"resolvedType": "Number"
|
|
70377
|
+
},
|
|
70000
70378
|
{
|
|
70001
70379
|
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
70002
70380
|
"commentRange": {
|
|
70003
|
-
"start":
|
|
70004
|
-
"end":
|
|
70381
|
+
"start": 279,
|
|
70382
|
+
"end": 280
|
|
70005
70383
|
},
|
|
70006
70384
|
"context": {
|
|
70007
70385
|
"type": "variable",
|
|
@@ -70009,8 +70387,8 @@
|
|
|
70009
70387
|
"value": "k-spacing(0.5)",
|
|
70010
70388
|
"scope": "default",
|
|
70011
70389
|
"line": {
|
|
70012
|
-
"start":
|
|
70013
|
-
"end":
|
|
70390
|
+
"start": 281,
|
|
70391
|
+
"end": 281
|
|
70014
70392
|
}
|
|
70015
70393
|
},
|
|
70016
70394
|
"group": [
|
|
@@ -70027,8 +70405,8 @@
|
|
|
70027
70405
|
{
|
|
70028
70406
|
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
70029
70407
|
"commentRange": {
|
|
70030
|
-
"start":
|
|
70031
|
-
"end":
|
|
70408
|
+
"start": 282,
|
|
70409
|
+
"end": 283
|
|
70032
70410
|
},
|
|
70033
70411
|
"context": {
|
|
70034
70412
|
"type": "variable",
|
|
@@ -70036,8 +70414,8 @@
|
|
|
70036
70414
|
"value": "k-spacing(0.5)",
|
|
70037
70415
|
"scope": "default",
|
|
70038
70416
|
"line": {
|
|
70039
|
-
"start":
|
|
70040
|
-
"end":
|
|
70417
|
+
"start": 284,
|
|
70418
|
+
"end": 284
|
|
70041
70419
|
}
|
|
70042
70420
|
},
|
|
70043
70421
|
"group": [
|
|
@@ -70051,11 +70429,92 @@
|
|
|
70051
70429
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
70052
70430
|
"resolvedType": "String"
|
|
70053
70431
|
},
|
|
70432
|
+
{
|
|
70433
|
+
"description": "The font size of the medium Calendar.\n",
|
|
70434
|
+
"commentRange": {
|
|
70435
|
+
"start": 286,
|
|
70436
|
+
"end": 287
|
|
70437
|
+
},
|
|
70438
|
+
"context": {
|
|
70439
|
+
"type": "variable",
|
|
70440
|
+
"name": "kendo-calendar-md-font-size",
|
|
70441
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
70442
|
+
"scope": "default",
|
|
70443
|
+
"line": {
|
|
70444
|
+
"start": 288,
|
|
70445
|
+
"end": 288
|
|
70446
|
+
}
|
|
70447
|
+
},
|
|
70448
|
+
"group": [
|
|
70449
|
+
"calendar"
|
|
70450
|
+
],
|
|
70451
|
+
"access": "public",
|
|
70452
|
+
"file": {
|
|
70453
|
+
"path": "calendar/_variables.scss",
|
|
70454
|
+
"name": "_variables.scss"
|
|
70455
|
+
},
|
|
70456
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
70457
|
+
"resolvedType": "String"
|
|
70458
|
+
},
|
|
70459
|
+
{
|
|
70460
|
+
"description": "The line height of the medium Calendar.\n",
|
|
70461
|
+
"commentRange": {
|
|
70462
|
+
"start": 289,
|
|
70463
|
+
"end": 290
|
|
70464
|
+
},
|
|
70465
|
+
"context": {
|
|
70466
|
+
"type": "variable",
|
|
70467
|
+
"name": "kendo-calendar-md-line-height",
|
|
70468
|
+
"value": "var( --kendo-line-height, normal )",
|
|
70469
|
+
"scope": "default",
|
|
70470
|
+
"line": {
|
|
70471
|
+
"start": 291,
|
|
70472
|
+
"end": 291
|
|
70473
|
+
}
|
|
70474
|
+
},
|
|
70475
|
+
"group": [
|
|
70476
|
+
"calendar"
|
|
70477
|
+
],
|
|
70478
|
+
"access": "public",
|
|
70479
|
+
"file": {
|
|
70480
|
+
"path": "calendar/_variables.scss",
|
|
70481
|
+
"name": "_variables.scss"
|
|
70482
|
+
},
|
|
70483
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
70484
|
+
"resolvedType": "String"
|
|
70485
|
+
},
|
|
70486
|
+
{
|
|
70487
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
70488
|
+
"commentRange": {
|
|
70489
|
+
"start": 292,
|
|
70490
|
+
"end": 293
|
|
70491
|
+
},
|
|
70492
|
+
"context": {
|
|
70493
|
+
"type": "variable",
|
|
70494
|
+
"name": "kendo-calendar-md-cell-size",
|
|
70495
|
+
"value": "38px",
|
|
70496
|
+
"scope": "default",
|
|
70497
|
+
"line": {
|
|
70498
|
+
"start": 294,
|
|
70499
|
+
"end": 294
|
|
70500
|
+
}
|
|
70501
|
+
},
|
|
70502
|
+
"group": [
|
|
70503
|
+
"calendar"
|
|
70504
|
+
],
|
|
70505
|
+
"access": "public",
|
|
70506
|
+
"file": {
|
|
70507
|
+
"path": "calendar/_variables.scss",
|
|
70508
|
+
"name": "_variables.scss"
|
|
70509
|
+
},
|
|
70510
|
+
"resolvedValue": "38px",
|
|
70511
|
+
"resolvedType": "Number"
|
|
70512
|
+
},
|
|
70054
70513
|
{
|
|
70055
70514
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
70056
70515
|
"commentRange": {
|
|
70057
|
-
"start":
|
|
70058
|
-
"end":
|
|
70516
|
+
"start": 295,
|
|
70517
|
+
"end": 296
|
|
70059
70518
|
},
|
|
70060
70519
|
"context": {
|
|
70061
70520
|
"type": "variable",
|
|
@@ -70063,8 +70522,8 @@
|
|
|
70063
70522
|
"value": "k-spacing(1)",
|
|
70064
70523
|
"scope": "default",
|
|
70065
70524
|
"line": {
|
|
70066
|
-
"start":
|
|
70067
|
-
"end":
|
|
70525
|
+
"start": 297,
|
|
70526
|
+
"end": 297
|
|
70068
70527
|
}
|
|
70069
70528
|
},
|
|
70070
70529
|
"group": [
|
|
@@ -70081,8 +70540,8 @@
|
|
|
70081
70540
|
{
|
|
70082
70541
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
70083
70542
|
"commentRange": {
|
|
70084
|
-
"start":
|
|
70085
|
-
"end":
|
|
70543
|
+
"start": 298,
|
|
70544
|
+
"end": 299
|
|
70086
70545
|
},
|
|
70087
70546
|
"context": {
|
|
70088
70547
|
"type": "variable",
|
|
@@ -70090,8 +70549,8 @@
|
|
|
70090
70549
|
"value": "k-spacing(1)",
|
|
70091
70550
|
"scope": "default",
|
|
70092
70551
|
"line": {
|
|
70093
|
-
"start":
|
|
70094
|
-
"end":
|
|
70552
|
+
"start": 300,
|
|
70553
|
+
"end": 300
|
|
70095
70554
|
}
|
|
70096
70555
|
},
|
|
70097
70556
|
"group": [
|
|
@@ -70105,11 +70564,92 @@
|
|
|
70105
70564
|
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
70106
70565
|
"resolvedType": "String"
|
|
70107
70566
|
},
|
|
70567
|
+
{
|
|
70568
|
+
"description": "The font size of the large Calendar.\n",
|
|
70569
|
+
"commentRange": {
|
|
70570
|
+
"start": 302,
|
|
70571
|
+
"end": 303
|
|
70572
|
+
},
|
|
70573
|
+
"context": {
|
|
70574
|
+
"type": "variable",
|
|
70575
|
+
"name": "kendo-calendar-lg-font-size",
|
|
70576
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
70577
|
+
"scope": "default",
|
|
70578
|
+
"line": {
|
|
70579
|
+
"start": 304,
|
|
70580
|
+
"end": 304
|
|
70581
|
+
}
|
|
70582
|
+
},
|
|
70583
|
+
"group": [
|
|
70584
|
+
"calendar"
|
|
70585
|
+
],
|
|
70586
|
+
"access": "public",
|
|
70587
|
+
"file": {
|
|
70588
|
+
"path": "calendar/_variables.scss",
|
|
70589
|
+
"name": "_variables.scss"
|
|
70590
|
+
},
|
|
70591
|
+
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
|
|
70592
|
+
"resolvedType": "String"
|
|
70593
|
+
},
|
|
70594
|
+
{
|
|
70595
|
+
"description": "The line height of the large Calendar.\n",
|
|
70596
|
+
"commentRange": {
|
|
70597
|
+
"start": 305,
|
|
70598
|
+
"end": 306
|
|
70599
|
+
},
|
|
70600
|
+
"context": {
|
|
70601
|
+
"type": "variable",
|
|
70602
|
+
"name": "kendo-calendar-lg-line-height",
|
|
70603
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
70604
|
+
"scope": "default",
|
|
70605
|
+
"line": {
|
|
70606
|
+
"start": 307,
|
|
70607
|
+
"end": 307
|
|
70608
|
+
}
|
|
70609
|
+
},
|
|
70610
|
+
"group": [
|
|
70611
|
+
"calendar"
|
|
70612
|
+
],
|
|
70613
|
+
"access": "public",
|
|
70614
|
+
"file": {
|
|
70615
|
+
"path": "calendar/_variables.scss",
|
|
70616
|
+
"name": "_variables.scss"
|
|
70617
|
+
},
|
|
70618
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
70619
|
+
"resolvedType": "String"
|
|
70620
|
+
},
|
|
70621
|
+
{
|
|
70622
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
70623
|
+
"commentRange": {
|
|
70624
|
+
"start": 308,
|
|
70625
|
+
"end": 309
|
|
70626
|
+
},
|
|
70627
|
+
"context": {
|
|
70628
|
+
"type": "variable",
|
|
70629
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
70630
|
+
"value": "42px",
|
|
70631
|
+
"scope": "default",
|
|
70632
|
+
"line": {
|
|
70633
|
+
"start": 310,
|
|
70634
|
+
"end": 310
|
|
70635
|
+
}
|
|
70636
|
+
},
|
|
70637
|
+
"group": [
|
|
70638
|
+
"calendar"
|
|
70639
|
+
],
|
|
70640
|
+
"access": "public",
|
|
70641
|
+
"file": {
|
|
70642
|
+
"path": "calendar/_variables.scss",
|
|
70643
|
+
"name": "_variables.scss"
|
|
70644
|
+
},
|
|
70645
|
+
"resolvedValue": "42px",
|
|
70646
|
+
"resolvedType": "Number"
|
|
70647
|
+
},
|
|
70108
70648
|
{
|
|
70109
70649
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
70110
70650
|
"commentRange": {
|
|
70111
|
-
"start":
|
|
70112
|
-
"end":
|
|
70651
|
+
"start": 311,
|
|
70652
|
+
"end": 312
|
|
70113
70653
|
},
|
|
70114
70654
|
"context": {
|
|
70115
70655
|
"type": "variable",
|
|
@@ -70117,8 +70657,8 @@
|
|
|
70117
70657
|
"value": "k-spacing(1)",
|
|
70118
70658
|
"scope": "default",
|
|
70119
70659
|
"line": {
|
|
70120
|
-
"start":
|
|
70121
|
-
"end":
|
|
70660
|
+
"start": 313,
|
|
70661
|
+
"end": 313
|
|
70122
70662
|
}
|
|
70123
70663
|
},
|
|
70124
70664
|
"group": [
|
|
@@ -70135,8 +70675,8 @@
|
|
|
70135
70675
|
{
|
|
70136
70676
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
70137
70677
|
"commentRange": {
|
|
70138
|
-
"start":
|
|
70139
|
-
"end":
|
|
70678
|
+
"start": 314,
|
|
70679
|
+
"end": 315
|
|
70140
70680
|
},
|
|
70141
70681
|
"context": {
|
|
70142
70682
|
"type": "variable",
|
|
@@ -70144,8 +70684,8 @@
|
|
|
70144
70684
|
"value": "k-spacing(1)",
|
|
70145
70685
|
"scope": "default",
|
|
70146
70686
|
"line": {
|
|
70147
|
-
"start":
|
|
70148
|
-
"end":
|
|
70687
|
+
"start": 316,
|
|
70688
|
+
"end": 316
|
|
70149
70689
|
}
|
|
70150
70690
|
},
|
|
70151
70691
|
"group": [
|
|
@@ -70162,8 +70702,8 @@
|
|
|
70162
70702
|
{
|
|
70163
70703
|
"description": "The sizes Map of the Calendar.\n",
|
|
70164
70704
|
"commentRange": {
|
|
70165
|
-
"start":
|
|
70166
|
-
"end":
|
|
70705
|
+
"start": 318,
|
|
70706
|
+
"end": 319
|
|
70167
70707
|
},
|
|
70168
70708
|
"context": {
|
|
70169
70709
|
"type": "variable",
|
|
@@ -70171,8 +70711,8 @@
|
|
|
70171
70711
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
70172
70712
|
"scope": "default",
|
|
70173
70713
|
"line": {
|
|
70174
|
-
"start":
|
|
70175
|
-
"end":
|
|
70714
|
+
"start": 320,
|
|
70715
|
+
"end": 342
|
|
70176
70716
|
}
|
|
70177
70717
|
},
|
|
70178
70718
|
"group": [
|