@progress/kendo-theme-bootstrap 12.1.0-dev.4 → 12.1.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 +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +310 -12
- package/dist/meta/sassdoc-raw-data.json +131 -6
- package/dist/meta/variables.json +309 -0
- 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 +4 -4
- package/scss/core/_index.scss +8 -8
- package/scss/datetimepicker/_variables.scss +32 -1
|
@@ -19114,6 +19114,152 @@
|
|
|
19114
19114
|
"series-f-subtler": "#ffda6a"
|
|
19115
19115
|
}
|
|
19116
19116
|
},
|
|
19117
|
+
{
|
|
19118
|
+
"description": "The width of the DateTimePicker.\n",
|
|
19119
|
+
"commentRange": {
|
|
19120
|
+
"start": 5,
|
|
19121
|
+
"end": 6
|
|
19122
|
+
},
|
|
19123
|
+
"context": {
|
|
19124
|
+
"type": "variable",
|
|
19125
|
+
"name": "kendo-datetime-width",
|
|
19126
|
+
"value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
19127
|
+
"scope": "default",
|
|
19128
|
+
"line": {
|
|
19129
|
+
"start": 7,
|
|
19130
|
+
"end": 7
|
|
19131
|
+
}
|
|
19132
|
+
},
|
|
19133
|
+
"group": [
|
|
19134
|
+
"date-time-picker"
|
|
19135
|
+
],
|
|
19136
|
+
"access": "public",
|
|
19137
|
+
"file": {
|
|
19138
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
19139
|
+
"name": "_variables.scss"
|
|
19140
|
+
},
|
|
19141
|
+
"resolvedValue": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
19142
|
+
"resolvedType": "Calculation"
|
|
19143
|
+
},
|
|
19144
|
+
{
|
|
19145
|
+
"description": "The width of the small DateTimePicker.\n",
|
|
19146
|
+
"commentRange": {
|
|
19147
|
+
"start": 9,
|
|
19148
|
+
"end": 10
|
|
19149
|
+
},
|
|
19150
|
+
"context": {
|
|
19151
|
+
"type": "variable",
|
|
19152
|
+
"name": "kendo-datetime-sm-width",
|
|
19153
|
+
"value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
19154
|
+
"scope": "default",
|
|
19155
|
+
"line": {
|
|
19156
|
+
"start": 11,
|
|
19157
|
+
"end": 11
|
|
19158
|
+
}
|
|
19159
|
+
},
|
|
19160
|
+
"group": [
|
|
19161
|
+
"date-time-picker"
|
|
19162
|
+
],
|
|
19163
|
+
"access": "public",
|
|
19164
|
+
"file": {
|
|
19165
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
19166
|
+
"name": "_variables.scss"
|
|
19167
|
+
},
|
|
19168
|
+
"resolvedValue": "calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
19169
|
+
"resolvedType": "Calculation"
|
|
19170
|
+
},
|
|
19171
|
+
{
|
|
19172
|
+
"description": "The width of the medium DateTimePicker.\n",
|
|
19173
|
+
"commentRange": {
|
|
19174
|
+
"start": 12,
|
|
19175
|
+
"end": 13
|
|
19176
|
+
},
|
|
19177
|
+
"context": {
|
|
19178
|
+
"type": "variable",
|
|
19179
|
+
"name": "kendo-datetime-md-width",
|
|
19180
|
+
"value": "$kendo-datetime-width",
|
|
19181
|
+
"scope": "default",
|
|
19182
|
+
"line": {
|
|
19183
|
+
"start": 14,
|
|
19184
|
+
"end": 14
|
|
19185
|
+
}
|
|
19186
|
+
},
|
|
19187
|
+
"group": [
|
|
19188
|
+
"date-time-picker"
|
|
19189
|
+
],
|
|
19190
|
+
"access": "public",
|
|
19191
|
+
"file": {
|
|
19192
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
19193
|
+
"name": "_variables.scss"
|
|
19194
|
+
},
|
|
19195
|
+
"resolvedValue": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
19196
|
+
"resolvedType": "Calculation"
|
|
19197
|
+
},
|
|
19198
|
+
{
|
|
19199
|
+
"description": "The width of the large DateTimePicker.\n",
|
|
19200
|
+
"commentRange": {
|
|
19201
|
+
"start": 15,
|
|
19202
|
+
"end": 16
|
|
19203
|
+
},
|
|
19204
|
+
"context": {
|
|
19205
|
+
"type": "variable",
|
|
19206
|
+
"name": "kendo-datetime-lg-width",
|
|
19207
|
+
"value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
19208
|
+
"scope": "default",
|
|
19209
|
+
"line": {
|
|
19210
|
+
"start": 17,
|
|
19211
|
+
"end": 17
|
|
19212
|
+
}
|
|
19213
|
+
},
|
|
19214
|
+
"group": [
|
|
19215
|
+
"date-time-picker"
|
|
19216
|
+
],
|
|
19217
|
+
"access": "public",
|
|
19218
|
+
"file": {
|
|
19219
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
19220
|
+
"name": "_variables.scss"
|
|
19221
|
+
},
|
|
19222
|
+
"resolvedValue": "calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
19223
|
+
"resolvedType": "Calculation"
|
|
19224
|
+
},
|
|
19225
|
+
{
|
|
19226
|
+
"description": "The sizes map for the DateTimePicker.\n",
|
|
19227
|
+
"commentRange": {
|
|
19228
|
+
"start": 19,
|
|
19229
|
+
"end": 20
|
|
19230
|
+
},
|
|
19231
|
+
"context": {
|
|
19232
|
+
"type": "variable",
|
|
19233
|
+
"name": "kendo-datetime-sizes",
|
|
19234
|
+
"value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
|
|
19235
|
+
"scope": "default",
|
|
19236
|
+
"line": {
|
|
19237
|
+
"start": 21,
|
|
19238
|
+
"end": 31
|
|
19239
|
+
}
|
|
19240
|
+
},
|
|
19241
|
+
"group": [
|
|
19242
|
+
"date-time-picker"
|
|
19243
|
+
],
|
|
19244
|
+
"access": "public",
|
|
19245
|
+
"file": {
|
|
19246
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
19247
|
+
"name": "_variables.scss"
|
|
19248
|
+
},
|
|
19249
|
+
"resolvedValue": "(sm: (width: calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)), md: (width: calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)), lg: (width: calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)))",
|
|
19250
|
+
"resolvedType": "Map",
|
|
19251
|
+
"prettyValue": {
|
|
19252
|
+
"sm": {
|
|
19253
|
+
"width": "calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
19254
|
+
},
|
|
19255
|
+
"md": {
|
|
19256
|
+
"width": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
19257
|
+
},
|
|
19258
|
+
"lg": {
|
|
19259
|
+
"width": "calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
19260
|
+
}
|
|
19261
|
+
}
|
|
19262
|
+
},
|
|
19117
19263
|
{
|
|
19118
19264
|
"description": "The background color of the Dialog titlebar.\n",
|
|
19119
19265
|
"commentRange": {
|
|
@@ -78438,17 +78584,17 @@
|
|
|
78438
78584
|
{
|
|
78439
78585
|
"description": "The letter spacings map\n",
|
|
78440
78586
|
"commentRange": {
|
|
78441
|
-
"start":
|
|
78442
|
-
"end":
|
|
78587
|
+
"start": 179,
|
|
78588
|
+
"end": 180
|
|
78443
78589
|
},
|
|
78444
78590
|
"context": {
|
|
78445
78591
|
"type": "variable",
|
|
78446
78592
|
"name": "kendo-letter-spacings",
|
|
78447
|
-
"value": "
|
|
78448
|
-
"scope": "
|
|
78593
|
+
"value": "$default-letter-spacings",
|
|
78594
|
+
"scope": "default",
|
|
78449
78595
|
"line": {
|
|
78450
|
-
"start":
|
|
78451
|
-
"end":
|
|
78596
|
+
"start": 181,
|
|
78597
|
+
"end": 181
|
|
78452
78598
|
}
|
|
78453
78599
|
},
|
|
78454
78600
|
"group": [
|
|
@@ -98309,6 +98455,158 @@
|
|
|
98309
98455
|
}
|
|
98310
98456
|
]
|
|
98311
98457
|
},
|
|
98458
|
+
{
|
|
98459
|
+
"id": "date-time-picker",
|
|
98460
|
+
"title": "DateTimePicker",
|
|
98461
|
+
"variables": [
|
|
98462
|
+
{
|
|
98463
|
+
"description": "The width of the DateTimePicker.\n",
|
|
98464
|
+
"commentRange": {
|
|
98465
|
+
"start": 5,
|
|
98466
|
+
"end": 6
|
|
98467
|
+
},
|
|
98468
|
+
"context": {
|
|
98469
|
+
"type": "variable",
|
|
98470
|
+
"name": "kendo-datetime-width",
|
|
98471
|
+
"value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98472
|
+
"scope": "default",
|
|
98473
|
+
"line": {
|
|
98474
|
+
"start": 7,
|
|
98475
|
+
"end": 7
|
|
98476
|
+
}
|
|
98477
|
+
},
|
|
98478
|
+
"group": [
|
|
98479
|
+
"date-time-picker"
|
|
98480
|
+
],
|
|
98481
|
+
"access": "public",
|
|
98482
|
+
"file": {
|
|
98483
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
98484
|
+
"name": "_variables.scss"
|
|
98485
|
+
},
|
|
98486
|
+
"resolvedValue": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98487
|
+
"resolvedType": "Calculation"
|
|
98488
|
+
},
|
|
98489
|
+
{
|
|
98490
|
+
"description": "The width of the small DateTimePicker.\n",
|
|
98491
|
+
"commentRange": {
|
|
98492
|
+
"start": 9,
|
|
98493
|
+
"end": 10
|
|
98494
|
+
},
|
|
98495
|
+
"context": {
|
|
98496
|
+
"type": "variable",
|
|
98497
|
+
"name": "kendo-datetime-sm-width",
|
|
98498
|
+
"value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98499
|
+
"scope": "default",
|
|
98500
|
+
"line": {
|
|
98501
|
+
"start": 11,
|
|
98502
|
+
"end": 11
|
|
98503
|
+
}
|
|
98504
|
+
},
|
|
98505
|
+
"group": [
|
|
98506
|
+
"date-time-picker"
|
|
98507
|
+
],
|
|
98508
|
+
"access": "public",
|
|
98509
|
+
"file": {
|
|
98510
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
98511
|
+
"name": "_variables.scss"
|
|
98512
|
+
},
|
|
98513
|
+
"resolvedValue": "calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98514
|
+
"resolvedType": "Calculation"
|
|
98515
|
+
},
|
|
98516
|
+
{
|
|
98517
|
+
"description": "The width of the medium DateTimePicker.\n",
|
|
98518
|
+
"commentRange": {
|
|
98519
|
+
"start": 12,
|
|
98520
|
+
"end": 13
|
|
98521
|
+
},
|
|
98522
|
+
"context": {
|
|
98523
|
+
"type": "variable",
|
|
98524
|
+
"name": "kendo-datetime-md-width",
|
|
98525
|
+
"value": "$kendo-datetime-width",
|
|
98526
|
+
"scope": "default",
|
|
98527
|
+
"line": {
|
|
98528
|
+
"start": 14,
|
|
98529
|
+
"end": 14
|
|
98530
|
+
}
|
|
98531
|
+
},
|
|
98532
|
+
"group": [
|
|
98533
|
+
"date-time-picker"
|
|
98534
|
+
],
|
|
98535
|
+
"access": "public",
|
|
98536
|
+
"file": {
|
|
98537
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
98538
|
+
"name": "_variables.scss"
|
|
98539
|
+
},
|
|
98540
|
+
"resolvedValue": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98541
|
+
"resolvedType": "Calculation"
|
|
98542
|
+
},
|
|
98543
|
+
{
|
|
98544
|
+
"description": "The width of the large DateTimePicker.\n",
|
|
98545
|
+
"commentRange": {
|
|
98546
|
+
"start": 15,
|
|
98547
|
+
"end": 16
|
|
98548
|
+
},
|
|
98549
|
+
"context": {
|
|
98550
|
+
"type": "variable",
|
|
98551
|
+
"name": "kendo-datetime-lg-width",
|
|
98552
|
+
"value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98553
|
+
"scope": "default",
|
|
98554
|
+
"line": {
|
|
98555
|
+
"start": 17,
|
|
98556
|
+
"end": 17
|
|
98557
|
+
}
|
|
98558
|
+
},
|
|
98559
|
+
"group": [
|
|
98560
|
+
"date-time-picker"
|
|
98561
|
+
],
|
|
98562
|
+
"access": "public",
|
|
98563
|
+
"file": {
|
|
98564
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
98565
|
+
"name": "_variables.scss"
|
|
98566
|
+
},
|
|
98567
|
+
"resolvedValue": "calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98568
|
+
"resolvedType": "Calculation"
|
|
98569
|
+
},
|
|
98570
|
+
{
|
|
98571
|
+
"description": "The sizes map for the DateTimePicker.\n",
|
|
98572
|
+
"commentRange": {
|
|
98573
|
+
"start": 19,
|
|
98574
|
+
"end": 20
|
|
98575
|
+
},
|
|
98576
|
+
"context": {
|
|
98577
|
+
"type": "variable",
|
|
98578
|
+
"name": "kendo-datetime-sizes",
|
|
98579
|
+
"value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
|
|
98580
|
+
"scope": "default",
|
|
98581
|
+
"line": {
|
|
98582
|
+
"start": 21,
|
|
98583
|
+
"end": 31
|
|
98584
|
+
}
|
|
98585
|
+
},
|
|
98586
|
+
"group": [
|
|
98587
|
+
"date-time-picker"
|
|
98588
|
+
],
|
|
98589
|
+
"access": "public",
|
|
98590
|
+
"file": {
|
|
98591
|
+
"path": "bootstrap/scss/datetimepicker/_variables.scss",
|
|
98592
|
+
"name": "_variables.scss"
|
|
98593
|
+
},
|
|
98594
|
+
"resolvedValue": "(sm: (width: calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)), md: (width: calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)), lg: (width: calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)))",
|
|
98595
|
+
"resolvedType": "Map",
|
|
98596
|
+
"prettyValue": {
|
|
98597
|
+
"sm": {
|
|
98598
|
+
"width": "calc(34px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98599
|
+
},
|
|
98600
|
+
"md": {
|
|
98601
|
+
"width": "calc(38px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98602
|
+
},
|
|
98603
|
+
"lg": {
|
|
98604
|
+
"width": "calc(42px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98605
|
+
}
|
|
98606
|
+
}
|
|
98607
|
+
}
|
|
98608
|
+
]
|
|
98609
|
+
},
|
|
98312
98610
|
{
|
|
98313
98611
|
"id": "dialog",
|
|
98314
98612
|
"title": "Dialog",
|
|
@@ -153370,17 +153668,17 @@
|
|
|
153370
153668
|
{
|
|
153371
153669
|
"description": "The letter spacings map\n",
|
|
153372
153670
|
"commentRange": {
|
|
153373
|
-
"start":
|
|
153374
|
-
"end":
|
|
153671
|
+
"start": 179,
|
|
153672
|
+
"end": 180
|
|
153375
153673
|
},
|
|
153376
153674
|
"context": {
|
|
153377
153675
|
"type": "variable",
|
|
153378
153676
|
"name": "kendo-letter-spacings",
|
|
153379
|
-
"value": "
|
|
153380
|
-
"scope": "
|
|
153677
|
+
"value": "$default-letter-spacings",
|
|
153678
|
+
"scope": "default",
|
|
153381
153679
|
"line": {
|
|
153382
|
-
"start":
|
|
153383
|
-
"end":
|
|
153680
|
+
"start": 181,
|
|
153681
|
+
"end": 181
|
|
153384
153682
|
}
|
|
153385
153683
|
},
|
|
153386
153684
|
"group": [
|
|
@@ -17418,6 +17418,131 @@
|
|
|
17418
17418
|
"name": "_swatch.scss"
|
|
17419
17419
|
}
|
|
17420
17420
|
},
|
|
17421
|
+
{
|
|
17422
|
+
"description": "The width of the DateTimePicker.\n",
|
|
17423
|
+
"commentRange": {
|
|
17424
|
+
"start": 5,
|
|
17425
|
+
"end": 6
|
|
17426
|
+
},
|
|
17427
|
+
"context": {
|
|
17428
|
+
"type": "variable",
|
|
17429
|
+
"name": "kendo-datetime-width",
|
|
17430
|
+
"value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
17431
|
+
"scope": "default",
|
|
17432
|
+
"line": {
|
|
17433
|
+
"start": 7,
|
|
17434
|
+
"end": 7
|
|
17435
|
+
}
|
|
17436
|
+
},
|
|
17437
|
+
"group": [
|
|
17438
|
+
"date-time-picker"
|
|
17439
|
+
],
|
|
17440
|
+
"access": "public",
|
|
17441
|
+
"file": {
|
|
17442
|
+
"path": "datetimepicker/_variables.scss",
|
|
17443
|
+
"name": "_variables.scss"
|
|
17444
|
+
}
|
|
17445
|
+
},
|
|
17446
|
+
{
|
|
17447
|
+
"description": "The width of the small DateTimePicker.\n",
|
|
17448
|
+
"commentRange": {
|
|
17449
|
+
"start": 9,
|
|
17450
|
+
"end": 10
|
|
17451
|
+
},
|
|
17452
|
+
"context": {
|
|
17453
|
+
"type": "variable",
|
|
17454
|
+
"name": "kendo-datetime-sm-width",
|
|
17455
|
+
"value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
17456
|
+
"scope": "default",
|
|
17457
|
+
"line": {
|
|
17458
|
+
"start": 11,
|
|
17459
|
+
"end": 11
|
|
17460
|
+
}
|
|
17461
|
+
},
|
|
17462
|
+
"group": [
|
|
17463
|
+
"date-time-picker"
|
|
17464
|
+
],
|
|
17465
|
+
"access": "public",
|
|
17466
|
+
"file": {
|
|
17467
|
+
"path": "datetimepicker/_variables.scss",
|
|
17468
|
+
"name": "_variables.scss"
|
|
17469
|
+
}
|
|
17470
|
+
},
|
|
17471
|
+
{
|
|
17472
|
+
"description": "The width of the medium DateTimePicker.\n",
|
|
17473
|
+
"commentRange": {
|
|
17474
|
+
"start": 12,
|
|
17475
|
+
"end": 13
|
|
17476
|
+
},
|
|
17477
|
+
"context": {
|
|
17478
|
+
"type": "variable",
|
|
17479
|
+
"name": "kendo-datetime-md-width",
|
|
17480
|
+
"value": "$kendo-datetime-width",
|
|
17481
|
+
"scope": "default",
|
|
17482
|
+
"line": {
|
|
17483
|
+
"start": 14,
|
|
17484
|
+
"end": 14
|
|
17485
|
+
}
|
|
17486
|
+
},
|
|
17487
|
+
"group": [
|
|
17488
|
+
"date-time-picker"
|
|
17489
|
+
],
|
|
17490
|
+
"access": "public",
|
|
17491
|
+
"file": {
|
|
17492
|
+
"path": "datetimepicker/_variables.scss",
|
|
17493
|
+
"name": "_variables.scss"
|
|
17494
|
+
}
|
|
17495
|
+
},
|
|
17496
|
+
{
|
|
17497
|
+
"description": "The width of the large DateTimePicker.\n",
|
|
17498
|
+
"commentRange": {
|
|
17499
|
+
"start": 15,
|
|
17500
|
+
"end": 16
|
|
17501
|
+
},
|
|
17502
|
+
"context": {
|
|
17503
|
+
"type": "variable",
|
|
17504
|
+
"name": "kendo-datetime-lg-width",
|
|
17505
|
+
"value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
17506
|
+
"scope": "default",
|
|
17507
|
+
"line": {
|
|
17508
|
+
"start": 17,
|
|
17509
|
+
"end": 17
|
|
17510
|
+
}
|
|
17511
|
+
},
|
|
17512
|
+
"group": [
|
|
17513
|
+
"date-time-picker"
|
|
17514
|
+
],
|
|
17515
|
+
"access": "public",
|
|
17516
|
+
"file": {
|
|
17517
|
+
"path": "datetimepicker/_variables.scss",
|
|
17518
|
+
"name": "_variables.scss"
|
|
17519
|
+
}
|
|
17520
|
+
},
|
|
17521
|
+
{
|
|
17522
|
+
"description": "The sizes map for the DateTimePicker.\n",
|
|
17523
|
+
"commentRange": {
|
|
17524
|
+
"start": 19,
|
|
17525
|
+
"end": 20
|
|
17526
|
+
},
|
|
17527
|
+
"context": {
|
|
17528
|
+
"type": "variable",
|
|
17529
|
+
"name": "kendo-datetime-sizes",
|
|
17530
|
+
"value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
|
|
17531
|
+
"scope": "default",
|
|
17532
|
+
"line": {
|
|
17533
|
+
"start": 21,
|
|
17534
|
+
"end": 31
|
|
17535
|
+
}
|
|
17536
|
+
},
|
|
17537
|
+
"group": [
|
|
17538
|
+
"date-time-picker"
|
|
17539
|
+
],
|
|
17540
|
+
"access": "public",
|
|
17541
|
+
"file": {
|
|
17542
|
+
"path": "datetimepicker/_variables.scss",
|
|
17543
|
+
"name": "_variables.scss"
|
|
17544
|
+
}
|
|
17545
|
+
},
|
|
17421
17546
|
{
|
|
17422
17547
|
"description": "The background color of the Dialog titlebar.\n",
|
|
17423
17548
|
"commentRange": {
|
|
@@ -71669,17 +71794,17 @@
|
|
|
71669
71794
|
{
|
|
71670
71795
|
"description": "The letter spacings map\n",
|
|
71671
71796
|
"commentRange": {
|
|
71672
|
-
"start":
|
|
71673
|
-
"end":
|
|
71797
|
+
"start": 179,
|
|
71798
|
+
"end": 180
|
|
71674
71799
|
},
|
|
71675
71800
|
"context": {
|
|
71676
71801
|
"type": "variable",
|
|
71677
71802
|
"name": "kendo-letter-spacings",
|
|
71678
|
-
"value": "
|
|
71679
|
-
"scope": "
|
|
71803
|
+
"value": "$default-letter-spacings",
|
|
71804
|
+
"scope": "default",
|
|
71680
71805
|
"line": {
|
|
71681
|
-
"start":
|
|
71682
|
-
"end":
|
|
71806
|
+
"start": 181,
|
|
71807
|
+
"end": 181
|
|
71683
71808
|
}
|
|
71684
71809
|
},
|
|
71685
71810
|
"group": [
|