@progress/kendo-theme-classic 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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +298 -0
- package/dist/meta/sassdoc-raw-data.json +125 -0
- package/dist/meta/variables.json +316 -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 +4 -4
- package/scss/core/_index.scss +9 -9
- package/scss/datetimepicker/_variables.scss +32 -1
|
@@ -19114,6 +19114,152 @@
|
|
|
19114
19114
|
"series-f-subtler": "#bf74ce"
|
|
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": "classic/scss/datetimepicker/_variables.scss",
|
|
19139
|
+
"name": "_variables.scss"
|
|
19140
|
+
},
|
|
19141
|
+
"resolvedValue": "calc(32px * 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": "classic/scss/datetimepicker/_variables.scss",
|
|
19166
|
+
"name": "_variables.scss"
|
|
19167
|
+
},
|
|
19168
|
+
"resolvedValue": "calc(28px * 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": "classic/scss/datetimepicker/_variables.scss",
|
|
19193
|
+
"name": "_variables.scss"
|
|
19194
|
+
},
|
|
19195
|
+
"resolvedValue": "calc(32px * 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": "classic/scss/datetimepicker/_variables.scss",
|
|
19220
|
+
"name": "_variables.scss"
|
|
19221
|
+
},
|
|
19222
|
+
"resolvedValue": "calc(40px * 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": "classic/scss/datetimepicker/_variables.scss",
|
|
19247
|
+
"name": "_variables.scss"
|
|
19248
|
+
},
|
|
19249
|
+
"resolvedValue": "(sm: (width: calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)), md: (width: calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)), lg: (width: calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)))",
|
|
19250
|
+
"resolvedType": "Map",
|
|
19251
|
+
"prettyValue": {
|
|
19252
|
+
"sm": {
|
|
19253
|
+
"width": "calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
19254
|
+
},
|
|
19255
|
+
"md": {
|
|
19256
|
+
"width": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
19257
|
+
},
|
|
19258
|
+
"lg": {
|
|
19259
|
+
"width": "calc(40px * 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": {
|
|
@@ -98655,6 +98801,158 @@
|
|
|
98655
98801
|
}
|
|
98656
98802
|
]
|
|
98657
98803
|
},
|
|
98804
|
+
{
|
|
98805
|
+
"id": "date-time-picker",
|
|
98806
|
+
"title": "DateTimePicker",
|
|
98807
|
+
"variables": [
|
|
98808
|
+
{
|
|
98809
|
+
"description": "The width of the DateTimePicker.\n",
|
|
98810
|
+
"commentRange": {
|
|
98811
|
+
"start": 5,
|
|
98812
|
+
"end": 6
|
|
98813
|
+
},
|
|
98814
|
+
"context": {
|
|
98815
|
+
"type": "variable",
|
|
98816
|
+
"name": "kendo-datetime-width",
|
|
98817
|
+
"value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98818
|
+
"scope": "default",
|
|
98819
|
+
"line": {
|
|
98820
|
+
"start": 7,
|
|
98821
|
+
"end": 7
|
|
98822
|
+
}
|
|
98823
|
+
},
|
|
98824
|
+
"group": [
|
|
98825
|
+
"date-time-picker"
|
|
98826
|
+
],
|
|
98827
|
+
"access": "public",
|
|
98828
|
+
"file": {
|
|
98829
|
+
"path": "classic/scss/datetimepicker/_variables.scss",
|
|
98830
|
+
"name": "_variables.scss"
|
|
98831
|
+
},
|
|
98832
|
+
"resolvedValue": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98833
|
+
"resolvedType": "Calculation"
|
|
98834
|
+
},
|
|
98835
|
+
{
|
|
98836
|
+
"description": "The width of the small DateTimePicker.\n",
|
|
98837
|
+
"commentRange": {
|
|
98838
|
+
"start": 9,
|
|
98839
|
+
"end": 10
|
|
98840
|
+
},
|
|
98841
|
+
"context": {
|
|
98842
|
+
"type": "variable",
|
|
98843
|
+
"name": "kendo-datetime-sm-width",
|
|
98844
|
+
"value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98845
|
+
"scope": "default",
|
|
98846
|
+
"line": {
|
|
98847
|
+
"start": 11,
|
|
98848
|
+
"end": 11
|
|
98849
|
+
}
|
|
98850
|
+
},
|
|
98851
|
+
"group": [
|
|
98852
|
+
"date-time-picker"
|
|
98853
|
+
],
|
|
98854
|
+
"access": "public",
|
|
98855
|
+
"file": {
|
|
98856
|
+
"path": "classic/scss/datetimepicker/_variables.scss",
|
|
98857
|
+
"name": "_variables.scss"
|
|
98858
|
+
},
|
|
98859
|
+
"resolvedValue": "calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98860
|
+
"resolvedType": "Calculation"
|
|
98861
|
+
},
|
|
98862
|
+
{
|
|
98863
|
+
"description": "The width of the medium DateTimePicker.\n",
|
|
98864
|
+
"commentRange": {
|
|
98865
|
+
"start": 12,
|
|
98866
|
+
"end": 13
|
|
98867
|
+
},
|
|
98868
|
+
"context": {
|
|
98869
|
+
"type": "variable",
|
|
98870
|
+
"name": "kendo-datetime-md-width",
|
|
98871
|
+
"value": "$kendo-datetime-width",
|
|
98872
|
+
"scope": "default",
|
|
98873
|
+
"line": {
|
|
98874
|
+
"start": 14,
|
|
98875
|
+
"end": 14
|
|
98876
|
+
}
|
|
98877
|
+
},
|
|
98878
|
+
"group": [
|
|
98879
|
+
"date-time-picker"
|
|
98880
|
+
],
|
|
98881
|
+
"access": "public",
|
|
98882
|
+
"file": {
|
|
98883
|
+
"path": "classic/scss/datetimepicker/_variables.scss",
|
|
98884
|
+
"name": "_variables.scss"
|
|
98885
|
+
},
|
|
98886
|
+
"resolvedValue": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98887
|
+
"resolvedType": "Calculation"
|
|
98888
|
+
},
|
|
98889
|
+
{
|
|
98890
|
+
"description": "The width of the large DateTimePicker.\n",
|
|
98891
|
+
"commentRange": {
|
|
98892
|
+
"start": 15,
|
|
98893
|
+
"end": 16
|
|
98894
|
+
},
|
|
98895
|
+
"context": {
|
|
98896
|
+
"type": "variable",
|
|
98897
|
+
"name": "kendo-datetime-lg-width",
|
|
98898
|
+
"value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
|
|
98899
|
+
"scope": "default",
|
|
98900
|
+
"line": {
|
|
98901
|
+
"start": 17,
|
|
98902
|
+
"end": 17
|
|
98903
|
+
}
|
|
98904
|
+
},
|
|
98905
|
+
"group": [
|
|
98906
|
+
"date-time-picker"
|
|
98907
|
+
],
|
|
98908
|
+
"access": "public",
|
|
98909
|
+
"file": {
|
|
98910
|
+
"path": "classic/scss/datetimepicker/_variables.scss",
|
|
98911
|
+
"name": "_variables.scss"
|
|
98912
|
+
},
|
|
98913
|
+
"resolvedValue": "calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)",
|
|
98914
|
+
"resolvedType": "Calculation"
|
|
98915
|
+
},
|
|
98916
|
+
{
|
|
98917
|
+
"description": "The sizes map for the DateTimePicker.\n",
|
|
98918
|
+
"commentRange": {
|
|
98919
|
+
"start": 19,
|
|
98920
|
+
"end": 20
|
|
98921
|
+
},
|
|
98922
|
+
"context": {
|
|
98923
|
+
"type": "variable",
|
|
98924
|
+
"name": "kendo-datetime-sizes",
|
|
98925
|
+
"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)",
|
|
98926
|
+
"scope": "default",
|
|
98927
|
+
"line": {
|
|
98928
|
+
"start": 21,
|
|
98929
|
+
"end": 31
|
|
98930
|
+
}
|
|
98931
|
+
},
|
|
98932
|
+
"group": [
|
|
98933
|
+
"date-time-picker"
|
|
98934
|
+
],
|
|
98935
|
+
"access": "public",
|
|
98936
|
+
"file": {
|
|
98937
|
+
"path": "classic/scss/datetimepicker/_variables.scss",
|
|
98938
|
+
"name": "_variables.scss"
|
|
98939
|
+
},
|
|
98940
|
+
"resolvedValue": "(sm: (width: calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)), md: (width: calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)), lg: (width: calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)))",
|
|
98941
|
+
"resolvedType": "Map",
|
|
98942
|
+
"prettyValue": {
|
|
98943
|
+
"sm": {
|
|
98944
|
+
"width": "calc(28px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98945
|
+
},
|
|
98946
|
+
"md": {
|
|
98947
|
+
"width": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98948
|
+
},
|
|
98949
|
+
"lg": {
|
|
98950
|
+
"width": "calc(40px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
|
|
98951
|
+
}
|
|
98952
|
+
}
|
|
98953
|
+
}
|
|
98954
|
+
]
|
|
98955
|
+
},
|
|
98658
98956
|
{
|
|
98659
98957
|
"id": "dialog",
|
|
98660
98958
|
"title": "Dialog",
|
|
@@ -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": {
|