@progress/kendo-theme-fluent 8.0.0-dev.9 → 8.0.0
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 +173 -150
- package/dist/meta/sassdoc-data.json +188 -138
- package/dist/meta/sassdoc-raw-data.json +94 -69
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +5 -5
- package/scss/badge/_theme.scss +4 -0
- package/scss/badge/_variables.scss +4 -4
- package/scss/button/_variables.scss +49 -49
- package/scss/calendar/_layout.scss +44 -40
- package/scss/calendar/_theme.scss +4 -0
- package/scss/calendar/_variables.scss +3 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_variables.scss +2 -2
- package/scss/listview/_layout.scss +1 -0
|
@@ -7826,19 +7826,19 @@
|
|
|
7826
7826
|
}
|
|
7827
7827
|
},
|
|
7828
7828
|
{
|
|
7829
|
-
"description": "The
|
|
7829
|
+
"description": "The shadow of the hovered start-end range selection in the Calendar.\n",
|
|
7830
7830
|
"commentRange": {
|
|
7831
|
-
"start":
|
|
7832
|
-
"end":
|
|
7831
|
+
"start": 283,
|
|
7832
|
+
"end": 284
|
|
7833
7833
|
},
|
|
7834
7834
|
"context": {
|
|
7835
7835
|
"type": "variable",
|
|
7836
|
-
"name": "kendo-calendar-
|
|
7837
|
-
"value": "var(
|
|
7836
|
+
"name": "kendo-calendar-start-end-range-hover-shadow",
|
|
7837
|
+
"value": "inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset -1px 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7838
7838
|
"scope": "default",
|
|
7839
7839
|
"line": {
|
|
7840
|
-
"start":
|
|
7841
|
-
"end":
|
|
7840
|
+
"start": 285,
|
|
7841
|
+
"end": 285
|
|
7842
7842
|
}
|
|
7843
7843
|
},
|
|
7844
7844
|
"group": [
|
|
@@ -7851,15 +7851,15 @@
|
|
|
7851
7851
|
}
|
|
7852
7852
|
},
|
|
7853
7853
|
{
|
|
7854
|
-
"description": "The
|
|
7854
|
+
"description": "The font size of the small Calendar.\n",
|
|
7855
7855
|
"commentRange": {
|
|
7856
7856
|
"start": 290,
|
|
7857
7857
|
"end": 291
|
|
7858
7858
|
},
|
|
7859
7859
|
"context": {
|
|
7860
7860
|
"type": "variable",
|
|
7861
|
-
"name": "kendo-calendar-sm-
|
|
7862
|
-
"value": "var( --kendo-
|
|
7861
|
+
"name": "kendo-calendar-sm-font-size",
|
|
7862
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
7863
7863
|
"scope": "default",
|
|
7864
7864
|
"line": {
|
|
7865
7865
|
"start": 292,
|
|
@@ -7876,15 +7876,15 @@
|
|
|
7876
7876
|
}
|
|
7877
7877
|
},
|
|
7878
7878
|
{
|
|
7879
|
-
"description": "The
|
|
7879
|
+
"description": "The line height of the small Calendar.\n",
|
|
7880
7880
|
"commentRange": {
|
|
7881
7881
|
"start": 293,
|
|
7882
7882
|
"end": 294
|
|
7883
7883
|
},
|
|
7884
7884
|
"context": {
|
|
7885
7885
|
"type": "variable",
|
|
7886
|
-
"name": "kendo-calendar-sm-
|
|
7887
|
-
"value": "
|
|
7886
|
+
"name": "kendo-calendar-sm-line-height",
|
|
7887
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
7888
7888
|
"scope": "default",
|
|
7889
7889
|
"line": {
|
|
7890
7890
|
"start": 295,
|
|
@@ -7901,15 +7901,15 @@
|
|
|
7901
7901
|
}
|
|
7902
7902
|
},
|
|
7903
7903
|
{
|
|
7904
|
-
"description": "The
|
|
7904
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
7905
7905
|
"commentRange": {
|
|
7906
7906
|
"start": 296,
|
|
7907
7907
|
"end": 297
|
|
7908
7908
|
},
|
|
7909
7909
|
"context": {
|
|
7910
7910
|
"type": "variable",
|
|
7911
|
-
"name": "kendo-calendar-sm-cell-
|
|
7912
|
-
"value": "
|
|
7911
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
7912
|
+
"value": "24px",
|
|
7913
7913
|
"scope": "default",
|
|
7914
7914
|
"line": {
|
|
7915
7915
|
"start": 298,
|
|
@@ -7926,14 +7926,14 @@
|
|
|
7926
7926
|
}
|
|
7927
7927
|
},
|
|
7928
7928
|
{
|
|
7929
|
-
"description": "The
|
|
7929
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
7930
7930
|
"commentRange": {
|
|
7931
7931
|
"start": 299,
|
|
7932
7932
|
"end": 300
|
|
7933
7933
|
},
|
|
7934
7934
|
"context": {
|
|
7935
7935
|
"type": "variable",
|
|
7936
|
-
"name": "kendo-calendar-sm-cell-padding-
|
|
7936
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
7937
7937
|
"value": "k-spacing(0.5)",
|
|
7938
7938
|
"scope": "default",
|
|
7939
7939
|
"line": {
|
|
@@ -7951,15 +7951,15 @@
|
|
|
7951
7951
|
}
|
|
7952
7952
|
},
|
|
7953
7953
|
{
|
|
7954
|
-
"description": "The
|
|
7954
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
7955
7955
|
"commentRange": {
|
|
7956
7956
|
"start": 302,
|
|
7957
7957
|
"end": 303
|
|
7958
7958
|
},
|
|
7959
7959
|
"context": {
|
|
7960
7960
|
"type": "variable",
|
|
7961
|
-
"name": "kendo-calendar-sm-cell-
|
|
7962
|
-
"value": "
|
|
7961
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
7962
|
+
"value": "k-spacing(0.5)",
|
|
7963
7963
|
"scope": "default",
|
|
7964
7964
|
"line": {
|
|
7965
7965
|
"start": 304,
|
|
@@ -7976,19 +7976,19 @@
|
|
|
7976
7976
|
}
|
|
7977
7977
|
},
|
|
7978
7978
|
{
|
|
7979
|
-
"description": "The font size of the
|
|
7979
|
+
"description": "The font size of the cells in the small Calendar.\n",
|
|
7980
7980
|
"commentRange": {
|
|
7981
|
-
"start":
|
|
7982
|
-
"end":
|
|
7981
|
+
"start": 305,
|
|
7982
|
+
"end": 306
|
|
7983
7983
|
},
|
|
7984
7984
|
"context": {
|
|
7985
7985
|
"type": "variable",
|
|
7986
|
-
"name": "kendo-calendar-
|
|
7987
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
7986
|
+
"name": "kendo-calendar-sm-cell-font-size",
|
|
7987
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
7988
7988
|
"scope": "default",
|
|
7989
7989
|
"line": {
|
|
7990
|
-
"start":
|
|
7991
|
-
"end":
|
|
7990
|
+
"start": 307,
|
|
7991
|
+
"end": 307
|
|
7992
7992
|
}
|
|
7993
7993
|
},
|
|
7994
7994
|
"group": [
|
|
@@ -8001,15 +8001,15 @@
|
|
|
8001
8001
|
}
|
|
8002
8002
|
},
|
|
8003
8003
|
{
|
|
8004
|
-
"description": "The
|
|
8004
|
+
"description": "The font size of the medium Calendar.\n",
|
|
8005
8005
|
"commentRange": {
|
|
8006
8006
|
"start": 309,
|
|
8007
8007
|
"end": 310
|
|
8008
8008
|
},
|
|
8009
8009
|
"context": {
|
|
8010
8010
|
"type": "variable",
|
|
8011
|
-
"name": "kendo-calendar-md-
|
|
8012
|
-
"value": "var( --kendo-
|
|
8011
|
+
"name": "kendo-calendar-md-font-size",
|
|
8012
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8013
8013
|
"scope": "default",
|
|
8014
8014
|
"line": {
|
|
8015
8015
|
"start": 311,
|
|
@@ -8026,15 +8026,15 @@
|
|
|
8026
8026
|
}
|
|
8027
8027
|
},
|
|
8028
8028
|
{
|
|
8029
|
-
"description": "The
|
|
8029
|
+
"description": "The line height of the medium Calendar.\n",
|
|
8030
8030
|
"commentRange": {
|
|
8031
8031
|
"start": 312,
|
|
8032
8032
|
"end": 313
|
|
8033
8033
|
},
|
|
8034
8034
|
"context": {
|
|
8035
8035
|
"type": "variable",
|
|
8036
|
-
"name": "kendo-calendar-md-
|
|
8037
|
-
"value": "
|
|
8036
|
+
"name": "kendo-calendar-md-line-height",
|
|
8037
|
+
"value": "var( --kendo-line-height, normal )",
|
|
8038
8038
|
"scope": "default",
|
|
8039
8039
|
"line": {
|
|
8040
8040
|
"start": 314,
|
|
@@ -8051,15 +8051,15 @@
|
|
|
8051
8051
|
}
|
|
8052
8052
|
},
|
|
8053
8053
|
{
|
|
8054
|
-
"description": "The
|
|
8054
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
8055
8055
|
"commentRange": {
|
|
8056
8056
|
"start": 315,
|
|
8057
8057
|
"end": 316
|
|
8058
8058
|
},
|
|
8059
8059
|
"context": {
|
|
8060
8060
|
"type": "variable",
|
|
8061
|
-
"name": "kendo-calendar-md-cell-
|
|
8062
|
-
"value": "
|
|
8061
|
+
"name": "kendo-calendar-md-cell-size",
|
|
8062
|
+
"value": "28px",
|
|
8063
8063
|
"scope": "default",
|
|
8064
8064
|
"line": {
|
|
8065
8065
|
"start": 317,
|
|
@@ -8076,14 +8076,14 @@
|
|
|
8076
8076
|
}
|
|
8077
8077
|
},
|
|
8078
8078
|
{
|
|
8079
|
-
"description": "The
|
|
8079
|
+
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
8080
8080
|
"commentRange": {
|
|
8081
8081
|
"start": 318,
|
|
8082
8082
|
"end": 319
|
|
8083
8083
|
},
|
|
8084
8084
|
"context": {
|
|
8085
8085
|
"type": "variable",
|
|
8086
|
-
"name": "kendo-calendar-md-cell-padding-
|
|
8086
|
+
"name": "kendo-calendar-md-cell-padding-x",
|
|
8087
8087
|
"value": "k-spacing(1)",
|
|
8088
8088
|
"scope": "default",
|
|
8089
8089
|
"line": {
|
|
@@ -8101,15 +8101,15 @@
|
|
|
8101
8101
|
}
|
|
8102
8102
|
},
|
|
8103
8103
|
{
|
|
8104
|
-
"description": "The
|
|
8104
|
+
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
8105
8105
|
"commentRange": {
|
|
8106
8106
|
"start": 321,
|
|
8107
8107
|
"end": 322
|
|
8108
8108
|
},
|
|
8109
8109
|
"context": {
|
|
8110
8110
|
"type": "variable",
|
|
8111
|
-
"name": "kendo-calendar-md-cell-
|
|
8112
|
-
"value": "
|
|
8111
|
+
"name": "kendo-calendar-md-cell-padding-y",
|
|
8112
|
+
"value": "k-spacing(1)",
|
|
8113
8113
|
"scope": "default",
|
|
8114
8114
|
"line": {
|
|
8115
8115
|
"start": 323,
|
|
@@ -8126,19 +8126,19 @@
|
|
|
8126
8126
|
}
|
|
8127
8127
|
},
|
|
8128
8128
|
{
|
|
8129
|
-
"description": "The font size of the
|
|
8129
|
+
"description": "The font size of the cells in the medium Calendar.\n",
|
|
8130
8130
|
"commentRange": {
|
|
8131
|
-
"start":
|
|
8132
|
-
"end":
|
|
8131
|
+
"start": 324,
|
|
8132
|
+
"end": 325
|
|
8133
8133
|
},
|
|
8134
8134
|
"context": {
|
|
8135
8135
|
"type": "variable",
|
|
8136
|
-
"name": "kendo-calendar-
|
|
8137
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
8136
|
+
"name": "kendo-calendar-md-cell-font-size",
|
|
8137
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
8138
8138
|
"scope": "default",
|
|
8139
8139
|
"line": {
|
|
8140
|
-
"start":
|
|
8141
|
-
"end":
|
|
8140
|
+
"start": 326,
|
|
8141
|
+
"end": 326
|
|
8142
8142
|
}
|
|
8143
8143
|
},
|
|
8144
8144
|
"group": [
|
|
@@ -8151,15 +8151,15 @@
|
|
|
8151
8151
|
}
|
|
8152
8152
|
},
|
|
8153
8153
|
{
|
|
8154
|
-
"description": "The
|
|
8154
|
+
"description": "The font size of the large Calendar.\n",
|
|
8155
8155
|
"commentRange": {
|
|
8156
8156
|
"start": 328,
|
|
8157
8157
|
"end": 329
|
|
8158
8158
|
},
|
|
8159
8159
|
"context": {
|
|
8160
8160
|
"type": "variable",
|
|
8161
|
-
"name": "kendo-calendar-lg-
|
|
8162
|
-
"value": "var( --kendo-
|
|
8161
|
+
"name": "kendo-calendar-lg-font-size",
|
|
8162
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8163
8163
|
"scope": "default",
|
|
8164
8164
|
"line": {
|
|
8165
8165
|
"start": 330,
|
|
@@ -8176,15 +8176,15 @@
|
|
|
8176
8176
|
}
|
|
8177
8177
|
},
|
|
8178
8178
|
{
|
|
8179
|
-
"description": "The
|
|
8179
|
+
"description": "The line height of the large Calendar.\n",
|
|
8180
8180
|
"commentRange": {
|
|
8181
8181
|
"start": 331,
|
|
8182
8182
|
"end": 332
|
|
8183
8183
|
},
|
|
8184
8184
|
"context": {
|
|
8185
8185
|
"type": "variable",
|
|
8186
|
-
"name": "kendo-calendar-lg-
|
|
8187
|
-
"value": "
|
|
8186
|
+
"name": "kendo-calendar-lg-line-height",
|
|
8187
|
+
"value": "var( --kendo-line-height, normal )",
|
|
8188
8188
|
"scope": "default",
|
|
8189
8189
|
"line": {
|
|
8190
8190
|
"start": 333,
|
|
@@ -8201,15 +8201,15 @@
|
|
|
8201
8201
|
}
|
|
8202
8202
|
},
|
|
8203
8203
|
{
|
|
8204
|
-
"description": "The
|
|
8204
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
8205
8205
|
"commentRange": {
|
|
8206
8206
|
"start": 334,
|
|
8207
8207
|
"end": 335
|
|
8208
8208
|
},
|
|
8209
8209
|
"context": {
|
|
8210
8210
|
"type": "variable",
|
|
8211
|
-
"name": "kendo-calendar-lg-cell-
|
|
8212
|
-
"value": "
|
|
8211
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
8212
|
+
"value": "32px",
|
|
8213
8213
|
"scope": "default",
|
|
8214
8214
|
"line": {
|
|
8215
8215
|
"start": 336,
|
|
@@ -8226,14 +8226,14 @@
|
|
|
8226
8226
|
}
|
|
8227
8227
|
},
|
|
8228
8228
|
{
|
|
8229
|
-
"description": "The
|
|
8229
|
+
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
8230
8230
|
"commentRange": {
|
|
8231
8231
|
"start": 337,
|
|
8232
8232
|
"end": 338
|
|
8233
8233
|
},
|
|
8234
8234
|
"context": {
|
|
8235
8235
|
"type": "variable",
|
|
8236
|
-
"name": "kendo-calendar-lg-cell-padding-
|
|
8236
|
+
"name": "kendo-calendar-lg-cell-padding-x",
|
|
8237
8237
|
"value": "k-spacing(1)",
|
|
8238
8238
|
"scope": "default",
|
|
8239
8239
|
"line": {
|
|
@@ -8251,15 +8251,15 @@
|
|
|
8251
8251
|
}
|
|
8252
8252
|
},
|
|
8253
8253
|
{
|
|
8254
|
-
"description": "The
|
|
8254
|
+
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
8255
8255
|
"commentRange": {
|
|
8256
8256
|
"start": 340,
|
|
8257
8257
|
"end": 341
|
|
8258
8258
|
},
|
|
8259
8259
|
"context": {
|
|
8260
8260
|
"type": "variable",
|
|
8261
|
-
"name": "kendo-calendar-lg-cell-
|
|
8262
|
-
"value": "
|
|
8261
|
+
"name": "kendo-calendar-lg-cell-padding-y",
|
|
8262
|
+
"value": "k-spacing(1)",
|
|
8263
8263
|
"scope": "default",
|
|
8264
8264
|
"line": {
|
|
8265
8265
|
"start": 342,
|
|
@@ -8275,11 +8275,36 @@
|
|
|
8275
8275
|
"name": "_variables.scss"
|
|
8276
8276
|
}
|
|
8277
8277
|
},
|
|
8278
|
+
{
|
|
8279
|
+
"description": "The font size of the cells in the large Calendar.\n",
|
|
8280
|
+
"commentRange": {
|
|
8281
|
+
"start": 343,
|
|
8282
|
+
"end": 344
|
|
8283
|
+
},
|
|
8284
|
+
"context": {
|
|
8285
|
+
"type": "variable",
|
|
8286
|
+
"name": "kendo-calendar-lg-cell-font-size",
|
|
8287
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8288
|
+
"scope": "default",
|
|
8289
|
+
"line": {
|
|
8290
|
+
"start": 345,
|
|
8291
|
+
"end": 345
|
|
8292
|
+
}
|
|
8293
|
+
},
|
|
8294
|
+
"group": [
|
|
8295
|
+
"calendar"
|
|
8296
|
+
],
|
|
8297
|
+
"access": "public",
|
|
8298
|
+
"file": {
|
|
8299
|
+
"path": "fluent/scss/calendar/_variables.scss",
|
|
8300
|
+
"name": "_variables.scss"
|
|
8301
|
+
}
|
|
8302
|
+
},
|
|
8278
8303
|
{
|
|
8279
8304
|
"description": "The sizes Map of the Calendar.\n",
|
|
8280
8305
|
"commentRange": {
|
|
8281
|
-
"start":
|
|
8282
|
-
"end":
|
|
8306
|
+
"start": 347,
|
|
8307
|
+
"end": 348
|
|
8283
8308
|
},
|
|
8284
8309
|
"context": {
|
|
8285
8310
|
"type": "variable",
|
|
@@ -8287,8 +8312,8 @@
|
|
|
8287
8312
|
"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 cell-font-size: $kendo-calendar-sm-cell-font-size\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 cell-font-size: $kendo-calendar-md-cell-font-size\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 cell-font-size: $kendo-calendar-lg-cell-font-size\n )\n)",
|
|
8288
8313
|
"scope": "default",
|
|
8289
8314
|
"line": {
|
|
8290
|
-
"start":
|
|
8291
|
-
"end":
|
|
8315
|
+
"start": 349,
|
|
8316
|
+
"end": 374
|
|
8292
8317
|
}
|
|
8293
8318
|
},
|
|
8294
8319
|
"group": [
|
|
@@ -19659,7 +19684,7 @@
|
|
|
19659
19684
|
"context": {
|
|
19660
19685
|
"type": "variable",
|
|
19661
19686
|
"name": "kendo-drawer-content-padding-x",
|
|
19662
|
-
"value": "
|
|
19687
|
+
"value": "null",
|
|
19663
19688
|
"scope": "default",
|
|
19664
19689
|
"line": {
|
|
19665
19690
|
"start": 29,
|
|
@@ -19684,7 +19709,7 @@
|
|
|
19684
19709
|
"context": {
|
|
19685
19710
|
"type": "variable",
|
|
19686
19711
|
"name": "kendo-drawer-content-padding-y",
|
|
19687
|
-
"value": "
|
|
19712
|
+
"value": "null",
|
|
19688
19713
|
"scope": "default",
|
|
19689
19714
|
"line": {
|
|
19690
19715
|
"start": 32,
|
|
@@ -86821,19 +86846,19 @@
|
|
|
86821
86846
|
}
|
|
86822
86847
|
},
|
|
86823
86848
|
{
|
|
86824
|
-
"description": "The
|
|
86849
|
+
"description": "The shadow of the hovered start-end range selection in the Calendar.\n",
|
|
86825
86850
|
"commentRange": {
|
|
86826
|
-
"start":
|
|
86827
|
-
"end":
|
|
86851
|
+
"start": 283,
|
|
86852
|
+
"end": 284
|
|
86828
86853
|
},
|
|
86829
86854
|
"context": {
|
|
86830
86855
|
"type": "variable",
|
|
86831
|
-
"name": "kendo-calendar-
|
|
86832
|
-
"value": "var(
|
|
86856
|
+
"name": "kendo-calendar-start-end-range-hover-shadow",
|
|
86857
|
+
"value": "inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset -1px 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
86833
86858
|
"scope": "default",
|
|
86834
86859
|
"line": {
|
|
86835
|
-
"start":
|
|
86836
|
-
"end":
|
|
86860
|
+
"start": 285,
|
|
86861
|
+
"end": 285
|
|
86837
86862
|
}
|
|
86838
86863
|
},
|
|
86839
86864
|
"group": [
|
|
@@ -86846,15 +86871,15 @@
|
|
|
86846
86871
|
}
|
|
86847
86872
|
},
|
|
86848
86873
|
{
|
|
86849
|
-
"description": "The
|
|
86874
|
+
"description": "The font size of the small Calendar.\n",
|
|
86850
86875
|
"commentRange": {
|
|
86851
86876
|
"start": 290,
|
|
86852
86877
|
"end": 291
|
|
86853
86878
|
},
|
|
86854
86879
|
"context": {
|
|
86855
86880
|
"type": "variable",
|
|
86856
|
-
"name": "kendo-calendar-sm-
|
|
86857
|
-
"value": "var( --kendo-
|
|
86881
|
+
"name": "kendo-calendar-sm-font-size",
|
|
86882
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
86858
86883
|
"scope": "default",
|
|
86859
86884
|
"line": {
|
|
86860
86885
|
"start": 292,
|
|
@@ -86871,15 +86896,15 @@
|
|
|
86871
86896
|
}
|
|
86872
86897
|
},
|
|
86873
86898
|
{
|
|
86874
|
-
"description": "The
|
|
86899
|
+
"description": "The line height of the small Calendar.\n",
|
|
86875
86900
|
"commentRange": {
|
|
86876
86901
|
"start": 293,
|
|
86877
86902
|
"end": 294
|
|
86878
86903
|
},
|
|
86879
86904
|
"context": {
|
|
86880
86905
|
"type": "variable",
|
|
86881
|
-
"name": "kendo-calendar-sm-
|
|
86882
|
-
"value": "
|
|
86906
|
+
"name": "kendo-calendar-sm-line-height",
|
|
86907
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
86883
86908
|
"scope": "default",
|
|
86884
86909
|
"line": {
|
|
86885
86910
|
"start": 295,
|
|
@@ -86896,15 +86921,15 @@
|
|
|
86896
86921
|
}
|
|
86897
86922
|
},
|
|
86898
86923
|
{
|
|
86899
|
-
"description": "The
|
|
86924
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
86900
86925
|
"commentRange": {
|
|
86901
86926
|
"start": 296,
|
|
86902
86927
|
"end": 297
|
|
86903
86928
|
},
|
|
86904
86929
|
"context": {
|
|
86905
86930
|
"type": "variable",
|
|
86906
|
-
"name": "kendo-calendar-sm-cell-
|
|
86907
|
-
"value": "
|
|
86931
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
86932
|
+
"value": "24px",
|
|
86908
86933
|
"scope": "default",
|
|
86909
86934
|
"line": {
|
|
86910
86935
|
"start": 298,
|
|
@@ -86921,14 +86946,14 @@
|
|
|
86921
86946
|
}
|
|
86922
86947
|
},
|
|
86923
86948
|
{
|
|
86924
|
-
"description": "The
|
|
86949
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
86925
86950
|
"commentRange": {
|
|
86926
86951
|
"start": 299,
|
|
86927
86952
|
"end": 300
|
|
86928
86953
|
},
|
|
86929
86954
|
"context": {
|
|
86930
86955
|
"type": "variable",
|
|
86931
|
-
"name": "kendo-calendar-sm-cell-padding-
|
|
86956
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
86932
86957
|
"value": "k-spacing(0.5)",
|
|
86933
86958
|
"scope": "default",
|
|
86934
86959
|
"line": {
|
|
@@ -86946,15 +86971,15 @@
|
|
|
86946
86971
|
}
|
|
86947
86972
|
},
|
|
86948
86973
|
{
|
|
86949
|
-
"description": "The
|
|
86974
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
86950
86975
|
"commentRange": {
|
|
86951
86976
|
"start": 302,
|
|
86952
86977
|
"end": 303
|
|
86953
86978
|
},
|
|
86954
86979
|
"context": {
|
|
86955
86980
|
"type": "variable",
|
|
86956
|
-
"name": "kendo-calendar-sm-cell-
|
|
86957
|
-
"value": "
|
|
86981
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
86982
|
+
"value": "k-spacing(0.5)",
|
|
86958
86983
|
"scope": "default",
|
|
86959
86984
|
"line": {
|
|
86960
86985
|
"start": 304,
|
|
@@ -86971,19 +86996,19 @@
|
|
|
86971
86996
|
}
|
|
86972
86997
|
},
|
|
86973
86998
|
{
|
|
86974
|
-
"description": "The font size of the
|
|
86999
|
+
"description": "The font size of the cells in the small Calendar.\n",
|
|
86975
87000
|
"commentRange": {
|
|
86976
|
-
"start":
|
|
86977
|
-
"end":
|
|
87001
|
+
"start": 305,
|
|
87002
|
+
"end": 306
|
|
86978
87003
|
},
|
|
86979
87004
|
"context": {
|
|
86980
87005
|
"type": "variable",
|
|
86981
|
-
"name": "kendo-calendar-
|
|
86982
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
87006
|
+
"name": "kendo-calendar-sm-cell-font-size",
|
|
87007
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
86983
87008
|
"scope": "default",
|
|
86984
87009
|
"line": {
|
|
86985
|
-
"start":
|
|
86986
|
-
"end":
|
|
87010
|
+
"start": 307,
|
|
87011
|
+
"end": 307
|
|
86987
87012
|
}
|
|
86988
87013
|
},
|
|
86989
87014
|
"group": [
|
|
@@ -86996,15 +87021,15 @@
|
|
|
86996
87021
|
}
|
|
86997
87022
|
},
|
|
86998
87023
|
{
|
|
86999
|
-
"description": "The
|
|
87024
|
+
"description": "The font size of the medium Calendar.\n",
|
|
87000
87025
|
"commentRange": {
|
|
87001
87026
|
"start": 309,
|
|
87002
87027
|
"end": 310
|
|
87003
87028
|
},
|
|
87004
87029
|
"context": {
|
|
87005
87030
|
"type": "variable",
|
|
87006
|
-
"name": "kendo-calendar-md-
|
|
87007
|
-
"value": "var( --kendo-
|
|
87031
|
+
"name": "kendo-calendar-md-font-size",
|
|
87032
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
87008
87033
|
"scope": "default",
|
|
87009
87034
|
"line": {
|
|
87010
87035
|
"start": 311,
|
|
@@ -87021,15 +87046,15 @@
|
|
|
87021
87046
|
}
|
|
87022
87047
|
},
|
|
87023
87048
|
{
|
|
87024
|
-
"description": "The
|
|
87049
|
+
"description": "The line height of the medium Calendar.\n",
|
|
87025
87050
|
"commentRange": {
|
|
87026
87051
|
"start": 312,
|
|
87027
87052
|
"end": 313
|
|
87028
87053
|
},
|
|
87029
87054
|
"context": {
|
|
87030
87055
|
"type": "variable",
|
|
87031
|
-
"name": "kendo-calendar-md-
|
|
87032
|
-
"value": "
|
|
87056
|
+
"name": "kendo-calendar-md-line-height",
|
|
87057
|
+
"value": "var( --kendo-line-height, normal )",
|
|
87033
87058
|
"scope": "default",
|
|
87034
87059
|
"line": {
|
|
87035
87060
|
"start": 314,
|
|
@@ -87046,15 +87071,15 @@
|
|
|
87046
87071
|
}
|
|
87047
87072
|
},
|
|
87048
87073
|
{
|
|
87049
|
-
"description": "The
|
|
87074
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
87050
87075
|
"commentRange": {
|
|
87051
87076
|
"start": 315,
|
|
87052
87077
|
"end": 316
|
|
87053
87078
|
},
|
|
87054
87079
|
"context": {
|
|
87055
87080
|
"type": "variable",
|
|
87056
|
-
"name": "kendo-calendar-md-cell-
|
|
87057
|
-
"value": "
|
|
87081
|
+
"name": "kendo-calendar-md-cell-size",
|
|
87082
|
+
"value": "28px",
|
|
87058
87083
|
"scope": "default",
|
|
87059
87084
|
"line": {
|
|
87060
87085
|
"start": 317,
|
|
@@ -87071,14 +87096,14 @@
|
|
|
87071
87096
|
}
|
|
87072
87097
|
},
|
|
87073
87098
|
{
|
|
87074
|
-
"description": "The
|
|
87099
|
+
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
87075
87100
|
"commentRange": {
|
|
87076
87101
|
"start": 318,
|
|
87077
87102
|
"end": 319
|
|
87078
87103
|
},
|
|
87079
87104
|
"context": {
|
|
87080
87105
|
"type": "variable",
|
|
87081
|
-
"name": "kendo-calendar-md-cell-padding-
|
|
87106
|
+
"name": "kendo-calendar-md-cell-padding-x",
|
|
87082
87107
|
"value": "k-spacing(1)",
|
|
87083
87108
|
"scope": "default",
|
|
87084
87109
|
"line": {
|
|
@@ -87096,15 +87121,15 @@
|
|
|
87096
87121
|
}
|
|
87097
87122
|
},
|
|
87098
87123
|
{
|
|
87099
|
-
"description": "The
|
|
87124
|
+
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
87100
87125
|
"commentRange": {
|
|
87101
87126
|
"start": 321,
|
|
87102
87127
|
"end": 322
|
|
87103
87128
|
},
|
|
87104
87129
|
"context": {
|
|
87105
87130
|
"type": "variable",
|
|
87106
|
-
"name": "kendo-calendar-md-cell-
|
|
87107
|
-
"value": "
|
|
87131
|
+
"name": "kendo-calendar-md-cell-padding-y",
|
|
87132
|
+
"value": "k-spacing(1)",
|
|
87108
87133
|
"scope": "default",
|
|
87109
87134
|
"line": {
|
|
87110
87135
|
"start": 323,
|
|
@@ -87121,19 +87146,19 @@
|
|
|
87121
87146
|
}
|
|
87122
87147
|
},
|
|
87123
87148
|
{
|
|
87124
|
-
"description": "The font size of the
|
|
87149
|
+
"description": "The font size of the cells in the medium Calendar.\n",
|
|
87125
87150
|
"commentRange": {
|
|
87126
|
-
"start":
|
|
87127
|
-
"end":
|
|
87151
|
+
"start": 324,
|
|
87152
|
+
"end": 325
|
|
87128
87153
|
},
|
|
87129
87154
|
"context": {
|
|
87130
87155
|
"type": "variable",
|
|
87131
|
-
"name": "kendo-calendar-
|
|
87132
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
87156
|
+
"name": "kendo-calendar-md-cell-font-size",
|
|
87157
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
87133
87158
|
"scope": "default",
|
|
87134
87159
|
"line": {
|
|
87135
|
-
"start":
|
|
87136
|
-
"end":
|
|
87160
|
+
"start": 326,
|
|
87161
|
+
"end": 326
|
|
87137
87162
|
}
|
|
87138
87163
|
},
|
|
87139
87164
|
"group": [
|
|
@@ -87146,15 +87171,15 @@
|
|
|
87146
87171
|
}
|
|
87147
87172
|
},
|
|
87148
87173
|
{
|
|
87149
|
-
"description": "The
|
|
87174
|
+
"description": "The font size of the large Calendar.\n",
|
|
87150
87175
|
"commentRange": {
|
|
87151
87176
|
"start": 328,
|
|
87152
87177
|
"end": 329
|
|
87153
87178
|
},
|
|
87154
87179
|
"context": {
|
|
87155
87180
|
"type": "variable",
|
|
87156
|
-
"name": "kendo-calendar-lg-
|
|
87157
|
-
"value": "var( --kendo-
|
|
87181
|
+
"name": "kendo-calendar-lg-font-size",
|
|
87182
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
87158
87183
|
"scope": "default",
|
|
87159
87184
|
"line": {
|
|
87160
87185
|
"start": 330,
|
|
@@ -87171,15 +87196,15 @@
|
|
|
87171
87196
|
}
|
|
87172
87197
|
},
|
|
87173
87198
|
{
|
|
87174
|
-
"description": "The
|
|
87199
|
+
"description": "The line height of the large Calendar.\n",
|
|
87175
87200
|
"commentRange": {
|
|
87176
87201
|
"start": 331,
|
|
87177
87202
|
"end": 332
|
|
87178
87203
|
},
|
|
87179
87204
|
"context": {
|
|
87180
87205
|
"type": "variable",
|
|
87181
|
-
"name": "kendo-calendar-lg-
|
|
87182
|
-
"value": "
|
|
87206
|
+
"name": "kendo-calendar-lg-line-height",
|
|
87207
|
+
"value": "var( --kendo-line-height, normal )",
|
|
87183
87208
|
"scope": "default",
|
|
87184
87209
|
"line": {
|
|
87185
87210
|
"start": 333,
|
|
@@ -87196,15 +87221,15 @@
|
|
|
87196
87221
|
}
|
|
87197
87222
|
},
|
|
87198
87223
|
{
|
|
87199
|
-
"description": "The
|
|
87224
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
87200
87225
|
"commentRange": {
|
|
87201
87226
|
"start": 334,
|
|
87202
87227
|
"end": 335
|
|
87203
87228
|
},
|
|
87204
87229
|
"context": {
|
|
87205
87230
|
"type": "variable",
|
|
87206
|
-
"name": "kendo-calendar-lg-cell-
|
|
87207
|
-
"value": "
|
|
87231
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
87232
|
+
"value": "32px",
|
|
87208
87233
|
"scope": "default",
|
|
87209
87234
|
"line": {
|
|
87210
87235
|
"start": 336,
|
|
@@ -87221,14 +87246,14 @@
|
|
|
87221
87246
|
}
|
|
87222
87247
|
},
|
|
87223
87248
|
{
|
|
87224
|
-
"description": "The
|
|
87249
|
+
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
87225
87250
|
"commentRange": {
|
|
87226
87251
|
"start": 337,
|
|
87227
87252
|
"end": 338
|
|
87228
87253
|
},
|
|
87229
87254
|
"context": {
|
|
87230
87255
|
"type": "variable",
|
|
87231
|
-
"name": "kendo-calendar-lg-cell-padding-
|
|
87256
|
+
"name": "kendo-calendar-lg-cell-padding-x",
|
|
87232
87257
|
"value": "k-spacing(1)",
|
|
87233
87258
|
"scope": "default",
|
|
87234
87259
|
"line": {
|
|
@@ -87246,15 +87271,15 @@
|
|
|
87246
87271
|
}
|
|
87247
87272
|
},
|
|
87248
87273
|
{
|
|
87249
|
-
"description": "The
|
|
87274
|
+
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
87250
87275
|
"commentRange": {
|
|
87251
87276
|
"start": 340,
|
|
87252
87277
|
"end": 341
|
|
87253
87278
|
},
|
|
87254
87279
|
"context": {
|
|
87255
87280
|
"type": "variable",
|
|
87256
|
-
"name": "kendo-calendar-lg-cell-
|
|
87257
|
-
"value": "
|
|
87281
|
+
"name": "kendo-calendar-lg-cell-padding-y",
|
|
87282
|
+
"value": "k-spacing(1)",
|
|
87258
87283
|
"scope": "default",
|
|
87259
87284
|
"line": {
|
|
87260
87285
|
"start": 342,
|
|
@@ -87270,11 +87295,36 @@
|
|
|
87270
87295
|
"name": "_variables.scss"
|
|
87271
87296
|
}
|
|
87272
87297
|
},
|
|
87298
|
+
{
|
|
87299
|
+
"description": "The font size of the cells in the large Calendar.\n",
|
|
87300
|
+
"commentRange": {
|
|
87301
|
+
"start": 343,
|
|
87302
|
+
"end": 344
|
|
87303
|
+
},
|
|
87304
|
+
"context": {
|
|
87305
|
+
"type": "variable",
|
|
87306
|
+
"name": "kendo-calendar-lg-cell-font-size",
|
|
87307
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
87308
|
+
"scope": "default",
|
|
87309
|
+
"line": {
|
|
87310
|
+
"start": 345,
|
|
87311
|
+
"end": 345
|
|
87312
|
+
}
|
|
87313
|
+
},
|
|
87314
|
+
"group": [
|
|
87315
|
+
"calendar"
|
|
87316
|
+
],
|
|
87317
|
+
"access": "public",
|
|
87318
|
+
"file": {
|
|
87319
|
+
"path": "fluent/scss/calendar/_variables.scss",
|
|
87320
|
+
"name": "_variables.scss"
|
|
87321
|
+
}
|
|
87322
|
+
},
|
|
87273
87323
|
{
|
|
87274
87324
|
"description": "The sizes Map of the Calendar.\n",
|
|
87275
87325
|
"commentRange": {
|
|
87276
|
-
"start":
|
|
87277
|
-
"end":
|
|
87326
|
+
"start": 347,
|
|
87327
|
+
"end": 348
|
|
87278
87328
|
},
|
|
87279
87329
|
"context": {
|
|
87280
87330
|
"type": "variable",
|
|
@@ -87282,8 +87332,8 @@
|
|
|
87282
87332
|
"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 cell-font-size: $kendo-calendar-sm-cell-font-size\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 cell-font-size: $kendo-calendar-md-cell-font-size\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 cell-font-size: $kendo-calendar-lg-cell-font-size\n )\n)",
|
|
87283
87333
|
"scope": "default",
|
|
87284
87334
|
"line": {
|
|
87285
|
-
"start":
|
|
87286
|
-
"end":
|
|
87335
|
+
"start": 349,
|
|
87336
|
+
"end": 374
|
|
87287
87337
|
}
|
|
87288
87338
|
},
|
|
87289
87339
|
"group": [
|
|
@@ -98758,7 +98808,7 @@
|
|
|
98758
98808
|
"context": {
|
|
98759
98809
|
"type": "variable",
|
|
98760
98810
|
"name": "kendo-drawer-content-padding-x",
|
|
98761
|
-
"value": "
|
|
98811
|
+
"value": "null",
|
|
98762
98812
|
"scope": "default",
|
|
98763
98813
|
"line": {
|
|
98764
98814
|
"start": 29,
|
|
@@ -98783,7 +98833,7 @@
|
|
|
98783
98833
|
"context": {
|
|
98784
98834
|
"type": "variable",
|
|
98785
98835
|
"name": "kendo-drawer-content-padding-y",
|
|
98786
|
-
"value": "
|
|
98836
|
+
"value": "null",
|
|
98787
98837
|
"scope": "default",
|
|
98788
98838
|
"line": {
|
|
98789
98839
|
"start": 32,
|