@progress/kendo-theme-classic 8.0.0-dev.3 → 8.0.0-dev.4
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 +34 -6
- package/dist/all.scss +43 -9
- package/dist/meta/sassdoc-data.json +594 -54
- package/dist/meta/sassdoc-raw-data.json +276 -26
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/calendar/_variables.scss +22 -3
|
@@ -6967,15 +6967,42 @@
|
|
|
6967
6967
|
"resolvedType": "Number"
|
|
6968
6968
|
},
|
|
6969
6969
|
{
|
|
6970
|
-
"description": "The
|
|
6970
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6971
|
+
"commentRange": {
|
|
6972
|
+
"start": 267,
|
|
6973
|
+
"end": 268
|
|
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": 269,
|
|
6982
|
+
"end": 269
|
|
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.375rem)",
|
|
6994
|
+
"resolvedType": "String"
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"description": "The font size of the small Calendar.\n",
|
|
6971
6998
|
"commentRange": {
|
|
6972
6999
|
"start": 273,
|
|
6973
7000
|
"end": 274
|
|
6974
7001
|
},
|
|
6975
7002
|
"context": {
|
|
6976
7003
|
"type": "variable",
|
|
6977
|
-
"name": "kendo-calendar-sm-
|
|
6978
|
-
"value": "
|
|
7004
|
+
"name": "kendo-calendar-sm-font-size",
|
|
7005
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6979
7006
|
"scope": "default",
|
|
6980
7007
|
"line": {
|
|
6981
7008
|
"start": 275,
|
|
@@ -6990,19 +7017,19 @@
|
|
|
6990
7017
|
"path": "calendar/_variables.scss",
|
|
6991
7018
|
"name": "_variables.scss"
|
|
6992
7019
|
},
|
|
6993
|
-
"resolvedValue": "var(--kendo-
|
|
7020
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
6994
7021
|
"resolvedType": "String"
|
|
6995
7022
|
},
|
|
6996
7023
|
{
|
|
6997
|
-
"description": "The
|
|
7024
|
+
"description": "The line height of the small Calendar.\n",
|
|
6998
7025
|
"commentRange": {
|
|
6999
7026
|
"start": 276,
|
|
7000
7027
|
"end": 277
|
|
7001
7028
|
},
|
|
7002
7029
|
"context": {
|
|
7003
7030
|
"type": "variable",
|
|
7004
|
-
"name": "kendo-calendar-sm-
|
|
7005
|
-
"value": "
|
|
7031
|
+
"name": "kendo-calendar-sm-line-height",
|
|
7032
|
+
"value": "var( --kendo-line-height, normal )",
|
|
7006
7033
|
"scope": "default",
|
|
7007
7034
|
"line": {
|
|
7008
7035
|
"start": 278,
|
|
@@ -7017,14 +7044,176 @@
|
|
|
7017
7044
|
"path": "calendar/_variables.scss",
|
|
7018
7045
|
"name": "_variables.scss"
|
|
7019
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": 279,
|
|
7054
|
+
"end": 280
|
|
7055
|
+
},
|
|
7056
|
+
"context": {
|
|
7057
|
+
"type": "variable",
|
|
7058
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
7059
|
+
"value": "28px",
|
|
7060
|
+
"scope": "default",
|
|
7061
|
+
"line": {
|
|
7062
|
+
"start": 281,
|
|
7063
|
+
"end": 281
|
|
7064
|
+
}
|
|
7065
|
+
},
|
|
7066
|
+
"group": [
|
|
7067
|
+
"calendar"
|
|
7068
|
+
],
|
|
7069
|
+
"access": "public",
|
|
7070
|
+
"file": {
|
|
7071
|
+
"path": "calendar/_variables.scss",
|
|
7072
|
+
"name": "_variables.scss"
|
|
7073
|
+
},
|
|
7074
|
+
"resolvedValue": "28px",
|
|
7075
|
+
"resolvedType": "Number"
|
|
7076
|
+
},
|
|
7077
|
+
{
|
|
7078
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
7079
|
+
"commentRange": {
|
|
7080
|
+
"start": 282,
|
|
7081
|
+
"end": 283
|
|
7082
|
+
},
|
|
7083
|
+
"context": {
|
|
7084
|
+
"type": "variable",
|
|
7085
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
7086
|
+
"value": "k-spacing(0.5)",
|
|
7087
|
+
"scope": "default",
|
|
7088
|
+
"line": {
|
|
7089
|
+
"start": 284,
|
|
7090
|
+
"end": 284
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
7093
|
+
"group": [
|
|
7094
|
+
"calendar"
|
|
7095
|
+
],
|
|
7096
|
+
"access": "public",
|
|
7097
|
+
"file": {
|
|
7098
|
+
"path": "calendar/_variables.scss",
|
|
7099
|
+
"name": "_variables.scss"
|
|
7100
|
+
},
|
|
7101
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
7102
|
+
"resolvedType": "String"
|
|
7103
|
+
},
|
|
7104
|
+
{
|
|
7105
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
7106
|
+
"commentRange": {
|
|
7107
|
+
"start": 285,
|
|
7108
|
+
"end": 286
|
|
7109
|
+
},
|
|
7110
|
+
"context": {
|
|
7111
|
+
"type": "variable",
|
|
7112
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
7113
|
+
"value": "k-spacing(0.5)",
|
|
7114
|
+
"scope": "default",
|
|
7115
|
+
"line": {
|
|
7116
|
+
"start": 287,
|
|
7117
|
+
"end": 287
|
|
7118
|
+
}
|
|
7119
|
+
},
|
|
7120
|
+
"group": [
|
|
7121
|
+
"calendar"
|
|
7122
|
+
],
|
|
7123
|
+
"access": "public",
|
|
7124
|
+
"file": {
|
|
7125
|
+
"path": "calendar/_variables.scss",
|
|
7126
|
+
"name": "_variables.scss"
|
|
7127
|
+
},
|
|
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": 289,
|
|
7135
|
+
"end": 290
|
|
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": 291,
|
|
7144
|
+
"end": 291
|
|
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": 292,
|
|
7162
|
+
"end": 293
|
|
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": 294,
|
|
7171
|
+
"end": 294
|
|
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": 295,
|
|
7189
|
+
"end": 296
|
|
7190
|
+
},
|
|
7191
|
+
"context": {
|
|
7192
|
+
"type": "variable",
|
|
7193
|
+
"name": "kendo-calendar-md-cell-size",
|
|
7194
|
+
"value": "32px",
|
|
7195
|
+
"scope": "default",
|
|
7196
|
+
"line": {
|
|
7197
|
+
"start": 297,
|
|
7198
|
+
"end": 297
|
|
7199
|
+
}
|
|
7200
|
+
},
|
|
7201
|
+
"group": [
|
|
7202
|
+
"calendar"
|
|
7203
|
+
],
|
|
7204
|
+
"access": "public",
|
|
7205
|
+
"file": {
|
|
7206
|
+
"path": "calendar/_variables.scss",
|
|
7207
|
+
"name": "_variables.scss"
|
|
7208
|
+
},
|
|
7209
|
+
"resolvedValue": "32px",
|
|
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": 298,
|
|
7216
|
+
"end": 299
|
|
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": 300,
|
|
7225
|
+
"end": 300
|
|
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": 301,
|
|
7243
|
+
"end": 302
|
|
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": 303,
|
|
7252
|
+
"end": 303
|
|
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": 305,
|
|
7270
|
+
"end": 306
|
|
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": 307,
|
|
7279
|
+
"end": 307
|
|
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": 308,
|
|
7297
|
+
"end": 309
|
|
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": 310,
|
|
7306
|
+
"end": 310
|
|
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": 311,
|
|
7324
|
+
"end": 312
|
|
7325
|
+
},
|
|
7326
|
+
"context": {
|
|
7327
|
+
"type": "variable",
|
|
7328
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
7329
|
+
"value": "40px",
|
|
7330
|
+
"scope": "default",
|
|
7331
|
+
"line": {
|
|
7332
|
+
"start": 313,
|
|
7333
|
+
"end": 313
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
"group": [
|
|
7337
|
+
"calendar"
|
|
7338
|
+
],
|
|
7339
|
+
"access": "public",
|
|
7340
|
+
"file": {
|
|
7341
|
+
"path": "calendar/_variables.scss",
|
|
7342
|
+
"name": "_variables.scss"
|
|
7343
|
+
},
|
|
7344
|
+
"resolvedValue": "40px",
|
|
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": 314,
|
|
7351
|
+
"end": 315
|
|
7082
7352
|
},
|
|
7083
7353
|
"context": {
|
|
7084
7354
|
"type": "variable",
|
|
@@ -7086,8 +7356,8 @@
|
|
|
7086
7356
|
"value": "k-spacing(2)",
|
|
7087
7357
|
"scope": "default",
|
|
7088
7358
|
"line": {
|
|
7089
|
-
"start":
|
|
7090
|
-
"end":
|
|
7359
|
+
"start": 316,
|
|
7360
|
+
"end": 316
|
|
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": 317,
|
|
7378
|
+
"end": 318
|
|
7109
7379
|
},
|
|
7110
7380
|
"context": {
|
|
7111
7381
|
"type": "variable",
|
|
@@ -7113,8 +7383,8 @@
|
|
|
7113
7383
|
"value": "k-spacing(2)",
|
|
7114
7384
|
"scope": "default",
|
|
7115
7385
|
"line": {
|
|
7116
|
-
"start":
|
|
7117
|
-
"end":
|
|
7386
|
+
"start": 319,
|
|
7387
|
+
"end": 319
|
|
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": 321,
|
|
7405
|
+
"end": 322
|
|
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": 323,
|
|
7414
|
+
"end": 345
|
|
7145
7415
|
}
|
|
7146
7416
|
},
|
|
7147
7417
|
"group": [
|
|
@@ -70106,15 +70376,42 @@
|
|
|
70106
70376
|
"resolvedType": "Number"
|
|
70107
70377
|
},
|
|
70108
70378
|
{
|
|
70109
|
-
"description": "The
|
|
70379
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
70380
|
+
"commentRange": {
|
|
70381
|
+
"start": 267,
|
|
70382
|
+
"end": 268
|
|
70383
|
+
},
|
|
70384
|
+
"context": {
|
|
70385
|
+
"type": "variable",
|
|
70386
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
70387
|
+
"value": "k-border-radius(lg)",
|
|
70388
|
+
"scope": "default",
|
|
70389
|
+
"line": {
|
|
70390
|
+
"start": 269,
|
|
70391
|
+
"end": 269
|
|
70392
|
+
}
|
|
70393
|
+
},
|
|
70394
|
+
"group": [
|
|
70395
|
+
"calendar"
|
|
70396
|
+
],
|
|
70397
|
+
"access": "public",
|
|
70398
|
+
"file": {
|
|
70399
|
+
"path": "calendar/_variables.scss",
|
|
70400
|
+
"name": "_variables.scss"
|
|
70401
|
+
},
|
|
70402
|
+
"resolvedValue": "var(--kendo-border-radius-lg, 0.375rem)",
|
|
70403
|
+
"resolvedType": "String"
|
|
70404
|
+
},
|
|
70405
|
+
{
|
|
70406
|
+
"description": "The font size of the small Calendar.\n",
|
|
70110
70407
|
"commentRange": {
|
|
70111
70408
|
"start": 273,
|
|
70112
70409
|
"end": 274
|
|
70113
70410
|
},
|
|
70114
70411
|
"context": {
|
|
70115
70412
|
"type": "variable",
|
|
70116
|
-
"name": "kendo-calendar-sm-
|
|
70117
|
-
"value": "
|
|
70413
|
+
"name": "kendo-calendar-sm-font-size",
|
|
70414
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
70118
70415
|
"scope": "default",
|
|
70119
70416
|
"line": {
|
|
70120
70417
|
"start": 275,
|
|
@@ -70129,19 +70426,19 @@
|
|
|
70129
70426
|
"path": "calendar/_variables.scss",
|
|
70130
70427
|
"name": "_variables.scss"
|
|
70131
70428
|
},
|
|
70132
|
-
"resolvedValue": "var(--kendo-
|
|
70429
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
70133
70430
|
"resolvedType": "String"
|
|
70134
70431
|
},
|
|
70135
70432
|
{
|
|
70136
|
-
"description": "The
|
|
70433
|
+
"description": "The line height of the small Calendar.\n",
|
|
70137
70434
|
"commentRange": {
|
|
70138
70435
|
"start": 276,
|
|
70139
70436
|
"end": 277
|
|
70140
70437
|
},
|
|
70141
70438
|
"context": {
|
|
70142
70439
|
"type": "variable",
|
|
70143
|
-
"name": "kendo-calendar-sm-
|
|
70144
|
-
"value": "
|
|
70440
|
+
"name": "kendo-calendar-sm-line-height",
|
|
70441
|
+
"value": "var( --kendo-line-height, normal )",
|
|
70145
70442
|
"scope": "default",
|
|
70146
70443
|
"line": {
|
|
70147
70444
|
"start": 278,
|
|
@@ -70156,14 +70453,176 @@
|
|
|
70156
70453
|
"path": "calendar/_variables.scss",
|
|
70157
70454
|
"name": "_variables.scss"
|
|
70158
70455
|
},
|
|
70456
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
70457
|
+
"resolvedType": "String"
|
|
70458
|
+
},
|
|
70459
|
+
{
|
|
70460
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
70461
|
+
"commentRange": {
|
|
70462
|
+
"start": 279,
|
|
70463
|
+
"end": 280
|
|
70464
|
+
},
|
|
70465
|
+
"context": {
|
|
70466
|
+
"type": "variable",
|
|
70467
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
70468
|
+
"value": "28px",
|
|
70469
|
+
"scope": "default",
|
|
70470
|
+
"line": {
|
|
70471
|
+
"start": 281,
|
|
70472
|
+
"end": 281
|
|
70473
|
+
}
|
|
70474
|
+
},
|
|
70475
|
+
"group": [
|
|
70476
|
+
"calendar"
|
|
70477
|
+
],
|
|
70478
|
+
"access": "public",
|
|
70479
|
+
"file": {
|
|
70480
|
+
"path": "calendar/_variables.scss",
|
|
70481
|
+
"name": "_variables.scss"
|
|
70482
|
+
},
|
|
70483
|
+
"resolvedValue": "28px",
|
|
70484
|
+
"resolvedType": "Number"
|
|
70485
|
+
},
|
|
70486
|
+
{
|
|
70487
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
70488
|
+
"commentRange": {
|
|
70489
|
+
"start": 282,
|
|
70490
|
+
"end": 283
|
|
70491
|
+
},
|
|
70492
|
+
"context": {
|
|
70493
|
+
"type": "variable",
|
|
70494
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
70495
|
+
"value": "k-spacing(0.5)",
|
|
70496
|
+
"scope": "default",
|
|
70497
|
+
"line": {
|
|
70498
|
+
"start": 284,
|
|
70499
|
+
"end": 284
|
|
70500
|
+
}
|
|
70501
|
+
},
|
|
70502
|
+
"group": [
|
|
70503
|
+
"calendar"
|
|
70504
|
+
],
|
|
70505
|
+
"access": "public",
|
|
70506
|
+
"file": {
|
|
70507
|
+
"path": "calendar/_variables.scss",
|
|
70508
|
+
"name": "_variables.scss"
|
|
70509
|
+
},
|
|
70510
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
70511
|
+
"resolvedType": "String"
|
|
70512
|
+
},
|
|
70513
|
+
{
|
|
70514
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
70515
|
+
"commentRange": {
|
|
70516
|
+
"start": 285,
|
|
70517
|
+
"end": 286
|
|
70518
|
+
},
|
|
70519
|
+
"context": {
|
|
70520
|
+
"type": "variable",
|
|
70521
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
70522
|
+
"value": "k-spacing(0.5)",
|
|
70523
|
+
"scope": "default",
|
|
70524
|
+
"line": {
|
|
70525
|
+
"start": 287,
|
|
70526
|
+
"end": 287
|
|
70527
|
+
}
|
|
70528
|
+
},
|
|
70529
|
+
"group": [
|
|
70530
|
+
"calendar"
|
|
70531
|
+
],
|
|
70532
|
+
"access": "public",
|
|
70533
|
+
"file": {
|
|
70534
|
+
"path": "calendar/_variables.scss",
|
|
70535
|
+
"name": "_variables.scss"
|
|
70536
|
+
},
|
|
70159
70537
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
70160
70538
|
"resolvedType": "String"
|
|
70161
70539
|
},
|
|
70540
|
+
{
|
|
70541
|
+
"description": "The font size of the medium Calendar.\n",
|
|
70542
|
+
"commentRange": {
|
|
70543
|
+
"start": 289,
|
|
70544
|
+
"end": 290
|
|
70545
|
+
},
|
|
70546
|
+
"context": {
|
|
70547
|
+
"type": "variable",
|
|
70548
|
+
"name": "kendo-calendar-md-font-size",
|
|
70549
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
70550
|
+
"scope": "default",
|
|
70551
|
+
"line": {
|
|
70552
|
+
"start": 291,
|
|
70553
|
+
"end": 291
|
|
70554
|
+
}
|
|
70555
|
+
},
|
|
70556
|
+
"group": [
|
|
70557
|
+
"calendar"
|
|
70558
|
+
],
|
|
70559
|
+
"access": "public",
|
|
70560
|
+
"file": {
|
|
70561
|
+
"path": "calendar/_variables.scss",
|
|
70562
|
+
"name": "_variables.scss"
|
|
70563
|
+
},
|
|
70564
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
70565
|
+
"resolvedType": "String"
|
|
70566
|
+
},
|
|
70567
|
+
{
|
|
70568
|
+
"description": "The line height of the medium Calendar.\n",
|
|
70569
|
+
"commentRange": {
|
|
70570
|
+
"start": 292,
|
|
70571
|
+
"end": 293
|
|
70572
|
+
},
|
|
70573
|
+
"context": {
|
|
70574
|
+
"type": "variable",
|
|
70575
|
+
"name": "kendo-calendar-md-line-height",
|
|
70576
|
+
"value": "var( --kendo-line-height, normal )",
|
|
70577
|
+
"scope": "default",
|
|
70578
|
+
"line": {
|
|
70579
|
+
"start": 294,
|
|
70580
|
+
"end": 294
|
|
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-line-height, normal)",
|
|
70592
|
+
"resolvedType": "String"
|
|
70593
|
+
},
|
|
70594
|
+
{
|
|
70595
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
70596
|
+
"commentRange": {
|
|
70597
|
+
"start": 295,
|
|
70598
|
+
"end": 296
|
|
70599
|
+
},
|
|
70600
|
+
"context": {
|
|
70601
|
+
"type": "variable",
|
|
70602
|
+
"name": "kendo-calendar-md-cell-size",
|
|
70603
|
+
"value": "32px",
|
|
70604
|
+
"scope": "default",
|
|
70605
|
+
"line": {
|
|
70606
|
+
"start": 297,
|
|
70607
|
+
"end": 297
|
|
70608
|
+
}
|
|
70609
|
+
},
|
|
70610
|
+
"group": [
|
|
70611
|
+
"calendar"
|
|
70612
|
+
],
|
|
70613
|
+
"access": "public",
|
|
70614
|
+
"file": {
|
|
70615
|
+
"path": "calendar/_variables.scss",
|
|
70616
|
+
"name": "_variables.scss"
|
|
70617
|
+
},
|
|
70618
|
+
"resolvedValue": "32px",
|
|
70619
|
+
"resolvedType": "Number"
|
|
70620
|
+
},
|
|
70162
70621
|
{
|
|
70163
70622
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
70164
70623
|
"commentRange": {
|
|
70165
|
-
"start":
|
|
70166
|
-
"end":
|
|
70624
|
+
"start": 298,
|
|
70625
|
+
"end": 299
|
|
70167
70626
|
},
|
|
70168
70627
|
"context": {
|
|
70169
70628
|
"type": "variable",
|
|
@@ -70171,8 +70630,8 @@
|
|
|
70171
70630
|
"value": "k-spacing(1)",
|
|
70172
70631
|
"scope": "default",
|
|
70173
70632
|
"line": {
|
|
70174
|
-
"start":
|
|
70175
|
-
"end":
|
|
70633
|
+
"start": 300,
|
|
70634
|
+
"end": 300
|
|
70176
70635
|
}
|
|
70177
70636
|
},
|
|
70178
70637
|
"group": [
|
|
@@ -70189,8 +70648,8 @@
|
|
|
70189
70648
|
{
|
|
70190
70649
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
70191
70650
|
"commentRange": {
|
|
70192
|
-
"start":
|
|
70193
|
-
"end":
|
|
70651
|
+
"start": 301,
|
|
70652
|
+
"end": 302
|
|
70194
70653
|
},
|
|
70195
70654
|
"context": {
|
|
70196
70655
|
"type": "variable",
|
|
@@ -70198,8 +70657,8 @@
|
|
|
70198
70657
|
"value": "k-spacing(1)",
|
|
70199
70658
|
"scope": "default",
|
|
70200
70659
|
"line": {
|
|
70201
|
-
"start":
|
|
70202
|
-
"end":
|
|
70660
|
+
"start": 303,
|
|
70661
|
+
"end": 303
|
|
70203
70662
|
}
|
|
70204
70663
|
},
|
|
70205
70664
|
"group": [
|
|
@@ -70213,11 +70672,92 @@
|
|
|
70213
70672
|
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
70214
70673
|
"resolvedType": "String"
|
|
70215
70674
|
},
|
|
70675
|
+
{
|
|
70676
|
+
"description": "The font size of the large Calendar.\n",
|
|
70677
|
+
"commentRange": {
|
|
70678
|
+
"start": 305,
|
|
70679
|
+
"end": 306
|
|
70680
|
+
},
|
|
70681
|
+
"context": {
|
|
70682
|
+
"type": "variable",
|
|
70683
|
+
"name": "kendo-calendar-lg-font-size",
|
|
70684
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
70685
|
+
"scope": "default",
|
|
70686
|
+
"line": {
|
|
70687
|
+
"start": 307,
|
|
70688
|
+
"end": 307
|
|
70689
|
+
}
|
|
70690
|
+
},
|
|
70691
|
+
"group": [
|
|
70692
|
+
"calendar"
|
|
70693
|
+
],
|
|
70694
|
+
"access": "public",
|
|
70695
|
+
"file": {
|
|
70696
|
+
"path": "calendar/_variables.scss",
|
|
70697
|
+
"name": "_variables.scss"
|
|
70698
|
+
},
|
|
70699
|
+
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
|
|
70700
|
+
"resolvedType": "String"
|
|
70701
|
+
},
|
|
70702
|
+
{
|
|
70703
|
+
"description": "The line height of the large Calendar.\n",
|
|
70704
|
+
"commentRange": {
|
|
70705
|
+
"start": 308,
|
|
70706
|
+
"end": 309
|
|
70707
|
+
},
|
|
70708
|
+
"context": {
|
|
70709
|
+
"type": "variable",
|
|
70710
|
+
"name": "kendo-calendar-lg-line-height",
|
|
70711
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
70712
|
+
"scope": "default",
|
|
70713
|
+
"line": {
|
|
70714
|
+
"start": 310,
|
|
70715
|
+
"end": 310
|
|
70716
|
+
}
|
|
70717
|
+
},
|
|
70718
|
+
"group": [
|
|
70719
|
+
"calendar"
|
|
70720
|
+
],
|
|
70721
|
+
"access": "public",
|
|
70722
|
+
"file": {
|
|
70723
|
+
"path": "calendar/_variables.scss",
|
|
70724
|
+
"name": "_variables.scss"
|
|
70725
|
+
},
|
|
70726
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
70727
|
+
"resolvedType": "String"
|
|
70728
|
+
},
|
|
70729
|
+
{
|
|
70730
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
70731
|
+
"commentRange": {
|
|
70732
|
+
"start": 311,
|
|
70733
|
+
"end": 312
|
|
70734
|
+
},
|
|
70735
|
+
"context": {
|
|
70736
|
+
"type": "variable",
|
|
70737
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
70738
|
+
"value": "40px",
|
|
70739
|
+
"scope": "default",
|
|
70740
|
+
"line": {
|
|
70741
|
+
"start": 313,
|
|
70742
|
+
"end": 313
|
|
70743
|
+
}
|
|
70744
|
+
},
|
|
70745
|
+
"group": [
|
|
70746
|
+
"calendar"
|
|
70747
|
+
],
|
|
70748
|
+
"access": "public",
|
|
70749
|
+
"file": {
|
|
70750
|
+
"path": "calendar/_variables.scss",
|
|
70751
|
+
"name": "_variables.scss"
|
|
70752
|
+
},
|
|
70753
|
+
"resolvedValue": "40px",
|
|
70754
|
+
"resolvedType": "Number"
|
|
70755
|
+
},
|
|
70216
70756
|
{
|
|
70217
70757
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
70218
70758
|
"commentRange": {
|
|
70219
|
-
"start":
|
|
70220
|
-
"end":
|
|
70759
|
+
"start": 314,
|
|
70760
|
+
"end": 315
|
|
70221
70761
|
},
|
|
70222
70762
|
"context": {
|
|
70223
70763
|
"type": "variable",
|
|
@@ -70225,8 +70765,8 @@
|
|
|
70225
70765
|
"value": "k-spacing(2)",
|
|
70226
70766
|
"scope": "default",
|
|
70227
70767
|
"line": {
|
|
70228
|
-
"start":
|
|
70229
|
-
"end":
|
|
70768
|
+
"start": 316,
|
|
70769
|
+
"end": 316
|
|
70230
70770
|
}
|
|
70231
70771
|
},
|
|
70232
70772
|
"group": [
|
|
@@ -70243,8 +70783,8 @@
|
|
|
70243
70783
|
{
|
|
70244
70784
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
70245
70785
|
"commentRange": {
|
|
70246
|
-
"start":
|
|
70247
|
-
"end":
|
|
70786
|
+
"start": 317,
|
|
70787
|
+
"end": 318
|
|
70248
70788
|
},
|
|
70249
70789
|
"context": {
|
|
70250
70790
|
"type": "variable",
|
|
@@ -70252,8 +70792,8 @@
|
|
|
70252
70792
|
"value": "k-spacing(2)",
|
|
70253
70793
|
"scope": "default",
|
|
70254
70794
|
"line": {
|
|
70255
|
-
"start":
|
|
70256
|
-
"end":
|
|
70795
|
+
"start": 319,
|
|
70796
|
+
"end": 319
|
|
70257
70797
|
}
|
|
70258
70798
|
},
|
|
70259
70799
|
"group": [
|
|
@@ -70270,8 +70810,8 @@
|
|
|
70270
70810
|
{
|
|
70271
70811
|
"description": "The sizes Map of the Calendar.\n",
|
|
70272
70812
|
"commentRange": {
|
|
70273
|
-
"start":
|
|
70274
|
-
"end":
|
|
70813
|
+
"start": 321,
|
|
70814
|
+
"end": 322
|
|
70275
70815
|
},
|
|
70276
70816
|
"context": {
|
|
70277
70817
|
"type": "variable",
|
|
@@ -70279,8 +70819,8 @@
|
|
|
70279
70819
|
"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)",
|
|
70280
70820
|
"scope": "default",
|
|
70281
70821
|
"line": {
|
|
70282
|
-
"start":
|
|
70283
|
-
"end":
|
|
70822
|
+
"start": 323,
|
|
70823
|
+
"end": 345
|
|
70284
70824
|
}
|
|
70285
70825
|
},
|
|
70286
70826
|
"group": [
|