@progress/kendo-theme-fluent 8.1.1-dev.0 → 8.2.0-dev.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/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1016 -254
- package/dist/meta/sassdoc-raw-data.json +477 -127
- package/dist/meta/variables.json +57 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/chart-wizard/_index.scss +36 -0
- package/scss/chart-wizard/_layout.scss +48 -0
- package/scss/chart-wizard/_theme.scss +32 -0
- package/scss/chart-wizard/_variables.scss +41 -0
- package/scss/chat/_layout.scss +16 -0
- package/scss/chat/_theme.scss +14 -8
- package/scss/chat/_variables.scss +10 -0
- package/scss/core/module-system/_components.scss +1 -0
- package/scss/index.scss +3 -0
- package/scss/map/_variables.scss +25 -25
- package/scss/mediaplayer/_variables.scss +14 -14
- package/scss/pivotgrid/_variables.scss +68 -68
- package/scss/prompt/_variables.scss +20 -20
|
@@ -10074,6 +10074,281 @@
|
|
|
10074
10074
|
"name": "_variables.scss"
|
|
10075
10075
|
}
|
|
10076
10076
|
},
|
|
10077
|
+
{
|
|
10078
|
+
"description": "The color of the area around the chart type icon.\n",
|
|
10079
|
+
"commentRange": {
|
|
10080
|
+
"start": 6,
|
|
10081
|
+
"end": 7
|
|
10082
|
+
},
|
|
10083
|
+
"context": {
|
|
10084
|
+
"type": "variable",
|
|
10085
|
+
"name": "kendo-chart-wizard-icon-area-color",
|
|
10086
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
10087
|
+
"scope": "default",
|
|
10088
|
+
"line": {
|
|
10089
|
+
"start": 8,
|
|
10090
|
+
"end": 8
|
|
10091
|
+
}
|
|
10092
|
+
},
|
|
10093
|
+
"group": [
|
|
10094
|
+
"chart-wizard"
|
|
10095
|
+
],
|
|
10096
|
+
"access": "public",
|
|
10097
|
+
"file": {
|
|
10098
|
+
"path": "chart-wizard/_variables.scss",
|
|
10099
|
+
"name": "_variables.scss"
|
|
10100
|
+
}
|
|
10101
|
+
},
|
|
10102
|
+
{
|
|
10103
|
+
"description": "The background color of the area around the chart type icon.\n",
|
|
10104
|
+
"commentRange": {
|
|
10105
|
+
"start": 9,
|
|
10106
|
+
"end": 10
|
|
10107
|
+
},
|
|
10108
|
+
"context": {
|
|
10109
|
+
"type": "variable",
|
|
10110
|
+
"name": "kendo-chart-wizard-icon-area-bg",
|
|
10111
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))",
|
|
10112
|
+
"scope": "default",
|
|
10113
|
+
"line": {
|
|
10114
|
+
"start": 11,
|
|
10115
|
+
"end": 11
|
|
10116
|
+
}
|
|
10117
|
+
},
|
|
10118
|
+
"group": [
|
|
10119
|
+
"chart-wizard"
|
|
10120
|
+
],
|
|
10121
|
+
"access": "public",
|
|
10122
|
+
"file": {
|
|
10123
|
+
"path": "chart-wizard/_variables.scss",
|
|
10124
|
+
"name": "_variables.scss"
|
|
10125
|
+
}
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"description": "The border radius of the area around the chart type icon.\n",
|
|
10129
|
+
"commentRange": {
|
|
10130
|
+
"start": 12,
|
|
10131
|
+
"end": 13
|
|
10132
|
+
},
|
|
10133
|
+
"context": {
|
|
10134
|
+
"type": "variable",
|
|
10135
|
+
"name": "kendo-chart-wizard-icon-area-border-radius",
|
|
10136
|
+
"value": "k-border-radius(none)",
|
|
10137
|
+
"scope": "default",
|
|
10138
|
+
"line": {
|
|
10139
|
+
"start": 14,
|
|
10140
|
+
"end": 14
|
|
10141
|
+
}
|
|
10142
|
+
},
|
|
10143
|
+
"group": [
|
|
10144
|
+
"chart-wizard"
|
|
10145
|
+
],
|
|
10146
|
+
"access": "public",
|
|
10147
|
+
"file": {
|
|
10148
|
+
"path": "chart-wizard/_variables.scss",
|
|
10149
|
+
"name": "_variables.scss"
|
|
10150
|
+
}
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"description": "The padding of the area around the chart type icon.\n",
|
|
10154
|
+
"commentRange": {
|
|
10155
|
+
"start": 15,
|
|
10156
|
+
"end": 16
|
|
10157
|
+
},
|
|
10158
|
+
"context": {
|
|
10159
|
+
"type": "variable",
|
|
10160
|
+
"name": "kendo-chart-wizard-icon-area-padding",
|
|
10161
|
+
"value": "k-spacing(4)",
|
|
10162
|
+
"scope": "default",
|
|
10163
|
+
"line": {
|
|
10164
|
+
"start": 17,
|
|
10165
|
+
"end": 17
|
|
10166
|
+
}
|
|
10167
|
+
},
|
|
10168
|
+
"group": [
|
|
10169
|
+
"chart-wizard"
|
|
10170
|
+
],
|
|
10171
|
+
"access": "public",
|
|
10172
|
+
"file": {
|
|
10173
|
+
"path": "chart-wizard/_variables.scss",
|
|
10174
|
+
"name": "_variables.scss"
|
|
10175
|
+
}
|
|
10176
|
+
},
|
|
10177
|
+
{
|
|
10178
|
+
"description": "The box shadow of the focused area around the chart type icon.\n",
|
|
10179
|
+
"commentRange": {
|
|
10180
|
+
"start": 18,
|
|
10181
|
+
"end": 19
|
|
10182
|
+
},
|
|
10183
|
+
"context": {
|
|
10184
|
+
"type": "variable",
|
|
10185
|
+
"name": "kendo-chart-wizard-icon-area-focus-shadow",
|
|
10186
|
+
"value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( primary-emphasis ), k-get-theme-color-var( primary-130 ))",
|
|
10187
|
+
"scope": "default",
|
|
10188
|
+
"line": {
|
|
10189
|
+
"start": 20,
|
|
10190
|
+
"end": 20
|
|
10191
|
+
}
|
|
10192
|
+
},
|
|
10193
|
+
"group": [
|
|
10194
|
+
"chart-wizard"
|
|
10195
|
+
],
|
|
10196
|
+
"access": "public",
|
|
10197
|
+
"file": {
|
|
10198
|
+
"path": "chart-wizard/_variables.scss",
|
|
10199
|
+
"name": "_variables.scss"
|
|
10200
|
+
}
|
|
10201
|
+
},
|
|
10202
|
+
{
|
|
10203
|
+
"description": "The box shadow of the selected area around the chart type icon.\n",
|
|
10204
|
+
"commentRange": {
|
|
10205
|
+
"start": 21,
|
|
10206
|
+
"end": 22
|
|
10207
|
+
},
|
|
10208
|
+
"context": {
|
|
10209
|
+
"type": "variable",
|
|
10210
|
+
"name": "kendo-chart-wizard-icon-area-selected-shadow",
|
|
10211
|
+
"value": "inset 0 0 0 1px $kendo-chart-wizard-icon-area-color",
|
|
10212
|
+
"scope": "default",
|
|
10213
|
+
"line": {
|
|
10214
|
+
"start": 23,
|
|
10215
|
+
"end": 23
|
|
10216
|
+
}
|
|
10217
|
+
},
|
|
10218
|
+
"group": [
|
|
10219
|
+
"chart-wizard"
|
|
10220
|
+
],
|
|
10221
|
+
"access": "public",
|
|
10222
|
+
"file": {
|
|
10223
|
+
"path": "chart-wizard/_variables.scss",
|
|
10224
|
+
"name": "_variables.scss"
|
|
10225
|
+
}
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"description": "The color of the selected chart type items in the Property panel.\n",
|
|
10229
|
+
"commentRange": {
|
|
10230
|
+
"start": 25,
|
|
10231
|
+
"end": 26
|
|
10232
|
+
},
|
|
10233
|
+
"context": {
|
|
10234
|
+
"type": "variable",
|
|
10235
|
+
"name": "kendo-chart-wizard-chart-type-selected-color",
|
|
10236
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
10237
|
+
"scope": "default",
|
|
10238
|
+
"line": {
|
|
10239
|
+
"start": 27,
|
|
10240
|
+
"end": 27
|
|
10241
|
+
}
|
|
10242
|
+
},
|
|
10243
|
+
"group": [
|
|
10244
|
+
"chart-wizard"
|
|
10245
|
+
],
|
|
10246
|
+
"access": "public",
|
|
10247
|
+
"file": {
|
|
10248
|
+
"path": "chart-wizard/_variables.scss",
|
|
10249
|
+
"name": "_variables.scss"
|
|
10250
|
+
}
|
|
10251
|
+
},
|
|
10252
|
+
{
|
|
10253
|
+
"description": "The padding of the preview pane.\n",
|
|
10254
|
+
"commentRange": {
|
|
10255
|
+
"start": 29,
|
|
10256
|
+
"end": 30
|
|
10257
|
+
},
|
|
10258
|
+
"context": {
|
|
10259
|
+
"type": "variable",
|
|
10260
|
+
"name": "kendo-chart-wizard-preview-pane-padding",
|
|
10261
|
+
"value": "k-spacing(3)",
|
|
10262
|
+
"scope": "default",
|
|
10263
|
+
"line": {
|
|
10264
|
+
"start": 31,
|
|
10265
|
+
"end": 31
|
|
10266
|
+
}
|
|
10267
|
+
},
|
|
10268
|
+
"group": [
|
|
10269
|
+
"chart-wizard"
|
|
10270
|
+
],
|
|
10271
|
+
"access": "public",
|
|
10272
|
+
"file": {
|
|
10273
|
+
"path": "chart-wizard/_variables.scss",
|
|
10274
|
+
"name": "_variables.scss"
|
|
10275
|
+
}
|
|
10276
|
+
},
|
|
10277
|
+
{
|
|
10278
|
+
"description": "The padding of the property pane.\n",
|
|
10279
|
+
"commentRange": {
|
|
10280
|
+
"start": 32,
|
|
10281
|
+
"end": 33
|
|
10282
|
+
},
|
|
10283
|
+
"context": {
|
|
10284
|
+
"type": "variable",
|
|
10285
|
+
"name": "kendo-chart-wizard-property-pane-padding",
|
|
10286
|
+
"value": "k-spacing(3)",
|
|
10287
|
+
"scope": "default",
|
|
10288
|
+
"line": {
|
|
10289
|
+
"start": 34,
|
|
10290
|
+
"end": 34
|
|
10291
|
+
}
|
|
10292
|
+
},
|
|
10293
|
+
"group": [
|
|
10294
|
+
"chart-wizard"
|
|
10295
|
+
],
|
|
10296
|
+
"access": "public",
|
|
10297
|
+
"file": {
|
|
10298
|
+
"path": "chart-wizard/_variables.scss",
|
|
10299
|
+
"name": "_variables.scss"
|
|
10300
|
+
}
|
|
10301
|
+
},
|
|
10302
|
+
{
|
|
10303
|
+
"description": "The gap between the chart type items in the Property panel.\n",
|
|
10304
|
+
"commentRange": {
|
|
10305
|
+
"start": 36,
|
|
10306
|
+
"end": 37
|
|
10307
|
+
},
|
|
10308
|
+
"context": {
|
|
10309
|
+
"type": "variable",
|
|
10310
|
+
"name": "kendo-chart-wizard-chart-type-spacing",
|
|
10311
|
+
"value": "k-spacing(4)",
|
|
10312
|
+
"scope": "default",
|
|
10313
|
+
"line": {
|
|
10314
|
+
"start": 38,
|
|
10315
|
+
"end": 38
|
|
10316
|
+
}
|
|
10317
|
+
},
|
|
10318
|
+
"group": [
|
|
10319
|
+
"chart-wizard"
|
|
10320
|
+
],
|
|
10321
|
+
"access": "public",
|
|
10322
|
+
"file": {
|
|
10323
|
+
"path": "chart-wizard/_variables.scss",
|
|
10324
|
+
"name": "_variables.scss"
|
|
10325
|
+
}
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
"description": "The gap between the icon area and its text.\n",
|
|
10329
|
+
"commentRange": {
|
|
10330
|
+
"start": 39,
|
|
10331
|
+
"end": 40
|
|
10332
|
+
},
|
|
10333
|
+
"context": {
|
|
10334
|
+
"type": "variable",
|
|
10335
|
+
"name": "kendo-chart-wizard-icon-text-gap",
|
|
10336
|
+
"value": "k-spacing(3)",
|
|
10337
|
+
"scope": "default",
|
|
10338
|
+
"line": {
|
|
10339
|
+
"start": 41,
|
|
10340
|
+
"end": 41
|
|
10341
|
+
}
|
|
10342
|
+
},
|
|
10343
|
+
"group": [
|
|
10344
|
+
"chart-wizard"
|
|
10345
|
+
],
|
|
10346
|
+
"access": "public",
|
|
10347
|
+
"file": {
|
|
10348
|
+
"path": "chart-wizard/_variables.scss",
|
|
10349
|
+
"name": "_variables.scss"
|
|
10350
|
+
}
|
|
10351
|
+
},
|
|
10077
10352
|
{
|
|
10078
10353
|
"description": "The first base series color and its light and dark shades.\n",
|
|
10079
10354
|
"commentRange": {
|
|
@@ -13049,6 +13324,81 @@
|
|
|
13049
13324
|
"name": "_variables.scss"
|
|
13050
13325
|
}
|
|
13051
13326
|
},
|
|
13327
|
+
{
|
|
13328
|
+
"description": "The offset of the focused Chat quick reply.\n",
|
|
13329
|
+
"commentRange": {
|
|
13330
|
+
"start": 229,
|
|
13331
|
+
"end": 230
|
|
13332
|
+
},
|
|
13333
|
+
"context": {
|
|
13334
|
+
"type": "variable",
|
|
13335
|
+
"name": "kendo-chat-quick-reply-focus-offset",
|
|
13336
|
+
"value": "k-spacing(0.5)",
|
|
13337
|
+
"scope": "default",
|
|
13338
|
+
"line": {
|
|
13339
|
+
"start": 231,
|
|
13340
|
+
"end": 231
|
|
13341
|
+
}
|
|
13342
|
+
},
|
|
13343
|
+
"group": [
|
|
13344
|
+
"chat"
|
|
13345
|
+
],
|
|
13346
|
+
"access": "public",
|
|
13347
|
+
"file": {
|
|
13348
|
+
"path": "chat/_variables.scss",
|
|
13349
|
+
"name": "_variables.scss"
|
|
13350
|
+
}
|
|
13351
|
+
},
|
|
13352
|
+
{
|
|
13353
|
+
"description": "The outline width of the focused Chat quick reply.\n",
|
|
13354
|
+
"commentRange": {
|
|
13355
|
+
"start": 232,
|
|
13356
|
+
"end": 233
|
|
13357
|
+
},
|
|
13358
|
+
"context": {
|
|
13359
|
+
"type": "variable",
|
|
13360
|
+
"name": "kendo-chat-quick-reply-focus-outline-width",
|
|
13361
|
+
"value": "1px",
|
|
13362
|
+
"scope": "default",
|
|
13363
|
+
"line": {
|
|
13364
|
+
"start": 234,
|
|
13365
|
+
"end": 234
|
|
13366
|
+
}
|
|
13367
|
+
},
|
|
13368
|
+
"group": [
|
|
13369
|
+
"chat"
|
|
13370
|
+
],
|
|
13371
|
+
"access": "public",
|
|
13372
|
+
"file": {
|
|
13373
|
+
"path": "chat/_variables.scss",
|
|
13374
|
+
"name": "_variables.scss"
|
|
13375
|
+
}
|
|
13376
|
+
},
|
|
13377
|
+
{
|
|
13378
|
+
"description": "The outline style of the focused Chat quick reply.\n",
|
|
13379
|
+
"commentRange": {
|
|
13380
|
+
"start": 235,
|
|
13381
|
+
"end": 236
|
|
13382
|
+
},
|
|
13383
|
+
"context": {
|
|
13384
|
+
"type": "variable",
|
|
13385
|
+
"name": "kendo-chat-quick-reply-focus-outline-style",
|
|
13386
|
+
"value": "solid",
|
|
13387
|
+
"scope": "default",
|
|
13388
|
+
"line": {
|
|
13389
|
+
"start": 237,
|
|
13390
|
+
"end": 237
|
|
13391
|
+
}
|
|
13392
|
+
},
|
|
13393
|
+
"group": [
|
|
13394
|
+
"chat"
|
|
13395
|
+
],
|
|
13396
|
+
"access": "public",
|
|
13397
|
+
"file": {
|
|
13398
|
+
"path": "chat/_variables.scss",
|
|
13399
|
+
"name": "_variables.scss"
|
|
13400
|
+
}
|
|
13401
|
+
},
|
|
13052
13402
|
{
|
|
13053
13403
|
"description": "The border radius of the CheckBox.\n",
|
|
13054
13404
|
"commentRange": {
|
|
@@ -41644,7 +41994,7 @@
|
|
|
41644
41994
|
}
|
|
41645
41995
|
},
|
|
41646
41996
|
{
|
|
41647
|
-
"description": "
|
|
41997
|
+
"description": "The font size of the Map.\n",
|
|
41648
41998
|
"commentRange": {
|
|
41649
41999
|
"start": 6,
|
|
41650
42000
|
"end": 7
|
|
@@ -41669,7 +42019,7 @@
|
|
|
41669
42019
|
}
|
|
41670
42020
|
},
|
|
41671
42021
|
{
|
|
41672
|
-
"description": "
|
|
42022
|
+
"description": "The line height of the Map.\n",
|
|
41673
42023
|
"commentRange": {
|
|
41674
42024
|
"start": 9,
|
|
41675
42025
|
"end": 10
|
|
@@ -41694,7 +42044,7 @@
|
|
|
41694
42044
|
}
|
|
41695
42045
|
},
|
|
41696
42046
|
{
|
|
41697
|
-
"description": "
|
|
42047
|
+
"description": "The font family of the Map.\n",
|
|
41698
42048
|
"commentRange": {
|
|
41699
42049
|
"start": 12,
|
|
41700
42050
|
"end": 13
|
|
@@ -41719,7 +42069,7 @@
|
|
|
41719
42069
|
}
|
|
41720
42070
|
},
|
|
41721
42071
|
{
|
|
41722
|
-
"description": "
|
|
42072
|
+
"description": "The background color of the Map.\n",
|
|
41723
42073
|
"commentRange": {
|
|
41724
42074
|
"start": 16,
|
|
41725
42075
|
"end": 17
|
|
@@ -41744,7 +42094,7 @@
|
|
|
41744
42094
|
}
|
|
41745
42095
|
},
|
|
41746
42096
|
{
|
|
41747
|
-
"description": "
|
|
42097
|
+
"description": "The text color of the Map.\n",
|
|
41748
42098
|
"commentRange": {
|
|
41749
42099
|
"start": 19,
|
|
41750
42100
|
"end": 20
|
|
@@ -41769,7 +42119,7 @@
|
|
|
41769
42119
|
}
|
|
41770
42120
|
},
|
|
41771
42121
|
{
|
|
41772
|
-
"description": "
|
|
42122
|
+
"description": "The border color of the Map.\n",
|
|
41773
42123
|
"commentRange": {
|
|
41774
42124
|
"start": 22,
|
|
41775
42125
|
"end": 23
|
|
@@ -41794,7 +42144,7 @@
|
|
|
41794
42144
|
}
|
|
41795
42145
|
},
|
|
41796
42146
|
{
|
|
41797
|
-
"description": "
|
|
42147
|
+
"description": "The border width of the Map.\n",
|
|
41798
42148
|
"commentRange": {
|
|
41799
42149
|
"start": 26,
|
|
41800
42150
|
"end": 27
|
|
@@ -41819,7 +42169,7 @@
|
|
|
41819
42169
|
}
|
|
41820
42170
|
},
|
|
41821
42171
|
{
|
|
41822
|
-
"description": "
|
|
42172
|
+
"description": "The height of the Map.\n",
|
|
41823
42173
|
"commentRange": {
|
|
41824
42174
|
"start": 29,
|
|
41825
42175
|
"end": 30
|
|
@@ -41844,7 +42194,7 @@
|
|
|
41844
42194
|
}
|
|
41845
42195
|
},
|
|
41846
42196
|
{
|
|
41847
|
-
"description": "
|
|
42197
|
+
"description": "The horizontal margin of the Map navigator.\n",
|
|
41848
42198
|
"commentRange": {
|
|
41849
42199
|
"start": 33,
|
|
41850
42200
|
"end": 34
|
|
@@ -41869,7 +42219,7 @@
|
|
|
41869
42219
|
}
|
|
41870
42220
|
},
|
|
41871
42221
|
{
|
|
41872
|
-
"description": "
|
|
42222
|
+
"description": "The vertical margin of the Map navigator.\n",
|
|
41873
42223
|
"commentRange": {
|
|
41874
42224
|
"start": 36,
|
|
41875
42225
|
"end": 37
|
|
@@ -41894,7 +42244,7 @@
|
|
|
41894
42244
|
}
|
|
41895
42245
|
},
|
|
41896
42246
|
{
|
|
41897
|
-
"description": "Map navigator
|
|
42247
|
+
"description": "The padding of the Map navigator.\n",
|
|
41898
42248
|
"commentRange": {
|
|
41899
42249
|
"start": 39,
|
|
41900
42250
|
"end": 40
|
|
@@ -41919,7 +42269,7 @@
|
|
|
41919
42269
|
}
|
|
41920
42270
|
},
|
|
41921
42271
|
{
|
|
41922
|
-
"description": "Map navigator
|
|
42272
|
+
"description": "The width of the Map navigator.\n",
|
|
41923
42273
|
"commentRange": {
|
|
41924
42274
|
"start": 42,
|
|
41925
42275
|
"end": 43
|
|
@@ -41944,7 +42294,7 @@
|
|
|
41944
42294
|
}
|
|
41945
42295
|
},
|
|
41946
42296
|
{
|
|
41947
|
-
"description": "Map navigator
|
|
42297
|
+
"description": "The height of the Map navigator.\n",
|
|
41948
42298
|
"commentRange": {
|
|
41949
42299
|
"start": 45,
|
|
41950
42300
|
"end": 46
|
|
@@ -41969,7 +42319,7 @@
|
|
|
41969
42319
|
}
|
|
41970
42320
|
},
|
|
41971
42321
|
{
|
|
41972
|
-
"description": "
|
|
42322
|
+
"description": "The border width of the Map navigator.\n",
|
|
41973
42323
|
"commentRange": {
|
|
41974
42324
|
"start": 48,
|
|
41975
42325
|
"end": 49
|
|
@@ -41994,7 +42344,7 @@
|
|
|
41994
42344
|
}
|
|
41995
42345
|
},
|
|
41996
42346
|
{
|
|
41997
|
-
"description": "
|
|
42347
|
+
"description": "The background color of the Map navigator.\n",
|
|
41998
42348
|
"commentRange": {
|
|
41999
42349
|
"start": 51,
|
|
42000
42350
|
"end": 52
|
|
@@ -42019,7 +42369,7 @@
|
|
|
42019
42369
|
}
|
|
42020
42370
|
},
|
|
42021
42371
|
{
|
|
42022
|
-
"description": "
|
|
42372
|
+
"description": "The text color of the Map navigator.\n",
|
|
42023
42373
|
"commentRange": {
|
|
42024
42374
|
"start": 54,
|
|
42025
42375
|
"end": 55
|
|
@@ -42044,7 +42394,7 @@
|
|
|
42044
42394
|
}
|
|
42045
42395
|
},
|
|
42046
42396
|
{
|
|
42047
|
-
"description": "
|
|
42397
|
+
"description": "The border color of the Map navigator.\n",
|
|
42048
42398
|
"commentRange": {
|
|
42049
42399
|
"start": 57,
|
|
42050
42400
|
"end": 58
|
|
@@ -42069,7 +42419,7 @@
|
|
|
42069
42419
|
}
|
|
42070
42420
|
},
|
|
42071
42421
|
{
|
|
42072
|
-
"description": "Map zoom control
|
|
42422
|
+
"description": "The margin of the Map zoom control.\n",
|
|
42073
42423
|
"commentRange": {
|
|
42074
42424
|
"start": 61,
|
|
42075
42425
|
"end": 62
|
|
@@ -42094,7 +42444,7 @@
|
|
|
42094
42444
|
}
|
|
42095
42445
|
},
|
|
42096
42446
|
{
|
|
42097
|
-
"description": "Map zoom control
|
|
42447
|
+
"description": "The horizontal padding of the Map zoom control.\n",
|
|
42098
42448
|
"commentRange": {
|
|
42099
42449
|
"start": 64,
|
|
42100
42450
|
"end": 65
|
|
@@ -42119,7 +42469,7 @@
|
|
|
42119
42469
|
}
|
|
42120
42470
|
},
|
|
42121
42471
|
{
|
|
42122
|
-
"description": "Map zoom control
|
|
42472
|
+
"description": "The vertical padding of the Map zoom control.\n",
|
|
42123
42473
|
"commentRange": {
|
|
42124
42474
|
"start": 67,
|
|
42125
42475
|
"end": 68
|
|
@@ -42144,7 +42494,7 @@
|
|
|
42144
42494
|
}
|
|
42145
42495
|
},
|
|
42146
42496
|
{
|
|
42147
|
-
"description": "
|
|
42497
|
+
"description": "The horizontal padding of the Map attribution.\n",
|
|
42148
42498
|
"commentRange": {
|
|
42149
42499
|
"start": 71,
|
|
42150
42500
|
"end": 72
|
|
@@ -42169,7 +42519,7 @@
|
|
|
42169
42519
|
}
|
|
42170
42520
|
},
|
|
42171
42521
|
{
|
|
42172
|
-
"description": "
|
|
42522
|
+
"description": "The vertical padding of the Map attribution.\n",
|
|
42173
42523
|
"commentRange": {
|
|
42174
42524
|
"start": 74,
|
|
42175
42525
|
"end": 75
|
|
@@ -42194,7 +42544,7 @@
|
|
|
42194
42544
|
}
|
|
42195
42545
|
},
|
|
42196
42546
|
{
|
|
42197
|
-
"description": "
|
|
42547
|
+
"description": "The font size of the Map attribution.\n",
|
|
42198
42548
|
"commentRange": {
|
|
42199
42549
|
"start": 77,
|
|
42200
42550
|
"end": 78
|
|
@@ -42219,7 +42569,7 @@
|
|
|
42219
42569
|
}
|
|
42220
42570
|
},
|
|
42221
42571
|
{
|
|
42222
|
-
"description": "
|
|
42572
|
+
"description": "The background color of the Map attribution.\n",
|
|
42223
42573
|
"commentRange": {
|
|
42224
42574
|
"start": 80,
|
|
42225
42575
|
"end": 81
|
|
@@ -42244,7 +42594,7 @@
|
|
|
42244
42594
|
}
|
|
42245
42595
|
},
|
|
42246
42596
|
{
|
|
42247
|
-
"description": "
|
|
42597
|
+
"description": "The fill color of the Map marker.\n",
|
|
42248
42598
|
"commentRange": {
|
|
42249
42599
|
"start": 84,
|
|
42250
42600
|
"end": 85
|
|
@@ -42269,7 +42619,7 @@
|
|
|
42269
42619
|
}
|
|
42270
42620
|
},
|
|
42271
42621
|
{
|
|
42272
|
-
"description": "
|
|
42622
|
+
"description": "The border width of the MediaPlayer.\n",
|
|
42273
42623
|
"commentRange": {
|
|
42274
42624
|
"start": 4,
|
|
42275
42625
|
"end": 5
|
|
@@ -42294,7 +42644,7 @@
|
|
|
42294
42644
|
}
|
|
42295
42645
|
},
|
|
42296
42646
|
{
|
|
42297
|
-
"description": "
|
|
42647
|
+
"description": "The font family of the MediaPlayer.\n",
|
|
42298
42648
|
"commentRange": {
|
|
42299
42649
|
"start": 7,
|
|
42300
42650
|
"end": 8
|
|
@@ -42319,7 +42669,7 @@
|
|
|
42319
42669
|
}
|
|
42320
42670
|
},
|
|
42321
42671
|
{
|
|
42322
|
-
"description": "
|
|
42672
|
+
"description": "The font size of the MediaPlayer.\n",
|
|
42323
42673
|
"commentRange": {
|
|
42324
42674
|
"start": 10,
|
|
42325
42675
|
"end": 11
|
|
@@ -42344,7 +42694,7 @@
|
|
|
42344
42694
|
}
|
|
42345
42695
|
},
|
|
42346
42696
|
{
|
|
42347
|
-
"description": "
|
|
42697
|
+
"description": "The line height of the MediaPlayer.\n",
|
|
42348
42698
|
"commentRange": {
|
|
42349
42699
|
"start": 13,
|
|
42350
42700
|
"end": 14
|
|
@@ -42369,7 +42719,7 @@
|
|
|
42369
42719
|
}
|
|
42370
42720
|
},
|
|
42371
42721
|
{
|
|
42372
|
-
"description": "
|
|
42722
|
+
"description": "The background color of the MediaPlayer.\n",
|
|
42373
42723
|
"commentRange": {
|
|
42374
42724
|
"start": 17,
|
|
42375
42725
|
"end": 18
|
|
@@ -42394,7 +42744,7 @@
|
|
|
42394
42744
|
}
|
|
42395
42745
|
},
|
|
42396
42746
|
{
|
|
42397
|
-
"description": "
|
|
42747
|
+
"description": "The text color of the MediaPlayer.\n",
|
|
42398
42748
|
"commentRange": {
|
|
42399
42749
|
"start": 20,
|
|
42400
42750
|
"end": 21
|
|
@@ -42419,7 +42769,7 @@
|
|
|
42419
42769
|
}
|
|
42420
42770
|
},
|
|
42421
42771
|
{
|
|
42422
|
-
"description": "
|
|
42772
|
+
"description": "The border color of the MediaPlayer.\n",
|
|
42423
42773
|
"commentRange": {
|
|
42424
42774
|
"start": 23,
|
|
42425
42775
|
"end": 24
|
|
@@ -42444,7 +42794,7 @@
|
|
|
42444
42794
|
}
|
|
42445
42795
|
},
|
|
42446
42796
|
{
|
|
42447
|
-
"description": "
|
|
42797
|
+
"description": "The background color of the MediaPlayer overlay.\n",
|
|
42448
42798
|
"commentRange": {
|
|
42449
42799
|
"start": 27,
|
|
42450
42800
|
"end": 28
|
|
@@ -42469,7 +42819,7 @@
|
|
|
42469
42819
|
}
|
|
42470
42820
|
},
|
|
42471
42821
|
{
|
|
42472
|
-
"description": "
|
|
42822
|
+
"description": "The border color of the MediaPlayer button.\n",
|
|
42473
42823
|
"commentRange": {
|
|
42474
42824
|
"start": 31,
|
|
42475
42825
|
"end": 32
|
|
@@ -42494,7 +42844,7 @@
|
|
|
42494
42844
|
}
|
|
42495
42845
|
},
|
|
42496
42846
|
{
|
|
42497
|
-
"description": "
|
|
42847
|
+
"description": "The font size of the MediaPlayer title.\n",
|
|
42498
42848
|
"commentRange": {
|
|
42499
42849
|
"start": 35,
|
|
42500
42850
|
"end": 36
|
|
@@ -42519,7 +42869,7 @@
|
|
|
42519
42869
|
}
|
|
42520
42870
|
},
|
|
42521
42871
|
{
|
|
42522
|
-
"description": "
|
|
42872
|
+
"description": "The horizontal padding of the MediaPlayer title.\n",
|
|
42523
42873
|
"commentRange": {
|
|
42524
42874
|
"start": 38,
|
|
42525
42875
|
"end": 39
|
|
@@ -42544,7 +42894,7 @@
|
|
|
42544
42894
|
}
|
|
42545
42895
|
},
|
|
42546
42896
|
{
|
|
42547
|
-
"description": "
|
|
42897
|
+
"description": "The vertical padding of the MediaPlayer title.\n",
|
|
42548
42898
|
"commentRange": {
|
|
42549
42899
|
"start": 41,
|
|
42550
42900
|
"end": 42
|
|
@@ -42569,7 +42919,7 @@
|
|
|
42569
42919
|
}
|
|
42570
42920
|
},
|
|
42571
42921
|
{
|
|
42572
|
-
"description": "
|
|
42922
|
+
"description": "The background color of the MediaPlayer title.\n",
|
|
42573
42923
|
"commentRange": {
|
|
42574
42924
|
"start": 44,
|
|
42575
42925
|
"end": 45
|
|
@@ -42594,7 +42944,7 @@
|
|
|
42594
42944
|
}
|
|
42595
42945
|
},
|
|
42596
42946
|
{
|
|
42597
|
-
"description": "
|
|
42947
|
+
"description": "The text color of the MediaPlayer title.\n",
|
|
42598
42948
|
"commentRange": {
|
|
42599
42949
|
"start": 47,
|
|
42600
42950
|
"end": 48
|
|
@@ -49794,7 +50144,7 @@
|
|
|
49794
50144
|
}
|
|
49795
50145
|
},
|
|
49796
50146
|
{
|
|
49797
|
-
"description": "
|
|
50147
|
+
"description": "The spacer of the PivotGrid.\n",
|
|
49798
50148
|
"commentRange": {
|
|
49799
50149
|
"start": 8,
|
|
49800
50150
|
"end": 9
|
|
@@ -49819,7 +50169,7 @@
|
|
|
49819
50169
|
}
|
|
49820
50170
|
},
|
|
49821
50171
|
{
|
|
49822
|
-
"description": "
|
|
50172
|
+
"description": "The horizontal padding of the PivotGrid.\n",
|
|
49823
50173
|
"commentRange": {
|
|
49824
50174
|
"start": 12,
|
|
49825
50175
|
"end": 13
|
|
@@ -49844,7 +50194,7 @@
|
|
|
49844
50194
|
}
|
|
49845
50195
|
},
|
|
49846
50196
|
{
|
|
49847
|
-
"description": "
|
|
50197
|
+
"description": "The vertical of the PivotGrid.\n",
|
|
49848
50198
|
"commentRange": {
|
|
49849
50199
|
"start": 15,
|
|
49850
50200
|
"end": 16
|
|
@@ -49869,7 +50219,7 @@
|
|
|
49869
50219
|
}
|
|
49870
50220
|
},
|
|
49871
50221
|
{
|
|
49872
|
-
"description": "
|
|
50222
|
+
"description": "The font family of the PivotGrid.\n",
|
|
49873
50223
|
"commentRange": {
|
|
49874
50224
|
"start": 18,
|
|
49875
50225
|
"end": 19
|
|
@@ -49894,7 +50244,7 @@
|
|
|
49894
50244
|
}
|
|
49895
50245
|
},
|
|
49896
50246
|
{
|
|
49897
|
-
"description": "
|
|
50247
|
+
"description": "The font size of the PivotGrid.\n",
|
|
49898
50248
|
"commentRange": {
|
|
49899
50249
|
"start": 21,
|
|
49900
50250
|
"end": 22
|
|
@@ -49919,7 +50269,7 @@
|
|
|
49919
50269
|
}
|
|
49920
50270
|
},
|
|
49921
50271
|
{
|
|
49922
|
-
"description": "
|
|
50272
|
+
"description": "The line height of the PivotGrid.\n",
|
|
49923
50273
|
"commentRange": {
|
|
49924
50274
|
"start": 24,
|
|
49925
50275
|
"end": 25
|
|
@@ -49944,7 +50294,7 @@
|
|
|
49944
50294
|
}
|
|
49945
50295
|
},
|
|
49946
50296
|
{
|
|
49947
|
-
"description": "
|
|
50297
|
+
"description": "The border width of the PivotGrid.\n",
|
|
49948
50298
|
"commentRange": {
|
|
49949
50299
|
"start": 27,
|
|
49950
50300
|
"end": 28
|
|
@@ -49969,7 +50319,7 @@
|
|
|
49969
50319
|
}
|
|
49970
50320
|
},
|
|
49971
50321
|
{
|
|
49972
|
-
"description": "
|
|
50322
|
+
"description": "The icon spacing of the PivotGrid.\n",
|
|
49973
50323
|
"commentRange": {
|
|
49974
50324
|
"start": 30,
|
|
49975
50325
|
"end": 31
|
|
@@ -49994,7 +50344,7 @@
|
|
|
49994
50344
|
}
|
|
49995
50345
|
},
|
|
49996
50346
|
{
|
|
49997
|
-
"description": "
|
|
50347
|
+
"description": "The background color of the PivotGrid.\n",
|
|
49998
50348
|
"commentRange": {
|
|
49999
50349
|
"start": 34,
|
|
50000
50350
|
"end": 35
|
|
@@ -50019,7 +50369,7 @@
|
|
|
50019
50369
|
}
|
|
50020
50370
|
},
|
|
50021
50371
|
{
|
|
50022
|
-
"description": "
|
|
50372
|
+
"description": "The text color of the PivotGrid.\n",
|
|
50023
50373
|
"commentRange": {
|
|
50024
50374
|
"start": 37,
|
|
50025
50375
|
"end": 38
|
|
@@ -50044,7 +50394,7 @@
|
|
|
50044
50394
|
}
|
|
50045
50395
|
},
|
|
50046
50396
|
{
|
|
50047
|
-
"description": "
|
|
50397
|
+
"description": "The border color of the PivotGrid.\n",
|
|
50048
50398
|
"commentRange": {
|
|
50049
50399
|
"start": 40,
|
|
50050
50400
|
"end": 41
|
|
@@ -50069,7 +50419,7 @@
|
|
|
50069
50419
|
}
|
|
50070
50420
|
},
|
|
50071
50421
|
{
|
|
50072
|
-
"description": "
|
|
50422
|
+
"description": "The alt border color of the PivotGrid.\n",
|
|
50073
50423
|
"commentRange": {
|
|
50074
50424
|
"start": 43,
|
|
50075
50425
|
"end": 44
|
|
@@ -50094,7 +50444,7 @@
|
|
|
50094
50444
|
}
|
|
50095
50445
|
},
|
|
50096
50446
|
{
|
|
50097
|
-
"description": "
|
|
50447
|
+
"description": "The default width of the PivotGrid row header.\n",
|
|
50098
50448
|
"commentRange": {
|
|
50099
50449
|
"start": 47,
|
|
50100
50450
|
"end": 48
|
|
@@ -50119,7 +50469,7 @@
|
|
|
50119
50469
|
}
|
|
50120
50470
|
},
|
|
50121
50471
|
{
|
|
50122
|
-
"description": "
|
|
50472
|
+
"description": "The default height of the PivotGrid column header.\n",
|
|
50123
50473
|
"commentRange": {
|
|
50124
50474
|
"start": 50,
|
|
50125
50475
|
"end": 51
|
|
@@ -50144,7 +50494,7 @@
|
|
|
50144
50494
|
}
|
|
50145
50495
|
},
|
|
50146
50496
|
{
|
|
50147
|
-
"description": "
|
|
50497
|
+
"description": "The horizontal padding of the PivotGrid cell.\n",
|
|
50148
50498
|
"commentRange": {
|
|
50149
50499
|
"start": 54,
|
|
50150
50500
|
"end": 55
|
|
@@ -50169,7 +50519,7 @@
|
|
|
50169
50519
|
}
|
|
50170
50520
|
},
|
|
50171
50521
|
{
|
|
50172
|
-
"description": "
|
|
50522
|
+
"description": "The vertical padding of the PivotGrid cell.\n",
|
|
50173
50523
|
"commentRange": {
|
|
50174
50524
|
"start": 57,
|
|
50175
50525
|
"end": 58
|
|
@@ -50194,7 +50544,7 @@
|
|
|
50194
50544
|
}
|
|
50195
50545
|
},
|
|
50196
50546
|
{
|
|
50197
|
-
"description": "
|
|
50547
|
+
"description": "The border width of the PivotGrid cell.\n",
|
|
50198
50548
|
"commentRange": {
|
|
50199
50549
|
"start": 60,
|
|
50200
50550
|
"end": 61
|
|
@@ -50219,7 +50569,7 @@
|
|
|
50219
50569
|
}
|
|
50220
50570
|
},
|
|
50221
50571
|
{
|
|
50222
|
-
"description": "
|
|
50572
|
+
"description": "The background color of the PivotGrid header.\n",
|
|
50223
50573
|
"commentRange": {
|
|
50224
50574
|
"start": 64,
|
|
50225
50575
|
"end": 65
|
|
@@ -50244,7 +50594,7 @@
|
|
|
50244
50594
|
}
|
|
50245
50595
|
},
|
|
50246
50596
|
{
|
|
50247
|
-
"description": "
|
|
50597
|
+
"description": "The text color of the PivotGrid header.\n",
|
|
50248
50598
|
"commentRange": {
|
|
50249
50599
|
"start": 67,
|
|
50250
50600
|
"end": 68
|
|
@@ -50269,7 +50619,7 @@
|
|
|
50269
50619
|
}
|
|
50270
50620
|
},
|
|
50271
50621
|
{
|
|
50272
|
-
"description": "
|
|
50622
|
+
"description": "The border color of the PivotGrid header.\n",
|
|
50273
50623
|
"commentRange": {
|
|
50274
50624
|
"start": 70,
|
|
50275
50625
|
"end": 71
|
|
@@ -50294,7 +50644,7 @@
|
|
|
50294
50644
|
}
|
|
50295
50645
|
},
|
|
50296
50646
|
{
|
|
50297
|
-
"description": "
|
|
50647
|
+
"description": "The background color of the PivotGrid total cells.\n",
|
|
50298
50648
|
"commentRange": {
|
|
50299
50649
|
"start": 74,
|
|
50300
50650
|
"end": 75
|
|
@@ -50319,7 +50669,7 @@
|
|
|
50319
50669
|
}
|
|
50320
50670
|
},
|
|
50321
50671
|
{
|
|
50322
|
-
"description": "
|
|
50672
|
+
"description": "The text color of the PivotGrid total cells.\n",
|
|
50323
50673
|
"commentRange": {
|
|
50324
50674
|
"start": 77,
|
|
50325
50675
|
"end": 78
|
|
@@ -50344,7 +50694,7 @@
|
|
|
50344
50694
|
}
|
|
50345
50695
|
},
|
|
50346
50696
|
{
|
|
50347
|
-
"description": "
|
|
50697
|
+
"description": "The border color of the PivotGrid total cells.\n",
|
|
50348
50698
|
"commentRange": {
|
|
50349
50699
|
"start": 80,
|
|
50350
50700
|
"end": 81
|
|
@@ -50369,7 +50719,7 @@
|
|
|
50369
50719
|
}
|
|
50370
50720
|
},
|
|
50371
50721
|
{
|
|
50372
|
-
"description": "
|
|
50722
|
+
"description": "The hover background color of the PivotGrid.\n",
|
|
50373
50723
|
"commentRange": {
|
|
50374
50724
|
"start": 84,
|
|
50375
50725
|
"end": 85
|
|
@@ -50394,7 +50744,7 @@
|
|
|
50394
50744
|
}
|
|
50395
50745
|
},
|
|
50396
50746
|
{
|
|
50397
|
-
"description": "
|
|
50747
|
+
"description": "The hover text color of the PivotGrid.\n",
|
|
50398
50748
|
"commentRange": {
|
|
50399
50749
|
"start": 87,
|
|
50400
50750
|
"end": 88
|
|
@@ -50419,7 +50769,7 @@
|
|
|
50419
50769
|
}
|
|
50420
50770
|
},
|
|
50421
50771
|
{
|
|
50422
|
-
"description": "
|
|
50772
|
+
"description": "The hover border color of the PivotGrid.\n",
|
|
50423
50773
|
"commentRange": {
|
|
50424
50774
|
"start": 90,
|
|
50425
50775
|
"end": 91
|
|
@@ -50444,7 +50794,7 @@
|
|
|
50444
50794
|
}
|
|
50445
50795
|
},
|
|
50446
50796
|
{
|
|
50447
|
-
"description": "
|
|
50797
|
+
"description": "The selected background color of the PivotGrid.\n",
|
|
50448
50798
|
"commentRange": {
|
|
50449
50799
|
"start": 94,
|
|
50450
50800
|
"end": 95
|
|
@@ -50469,7 +50819,7 @@
|
|
|
50469
50819
|
}
|
|
50470
50820
|
},
|
|
50471
50821
|
{
|
|
50472
|
-
"description": "
|
|
50822
|
+
"description": "The selected text color of the PivotGrid.\n",
|
|
50473
50823
|
"commentRange": {
|
|
50474
50824
|
"start": 97,
|
|
50475
50825
|
"end": 98
|
|
@@ -50494,7 +50844,7 @@
|
|
|
50494
50844
|
}
|
|
50495
50845
|
},
|
|
50496
50846
|
{
|
|
50497
|
-
"description": "
|
|
50847
|
+
"description": "The selected border color of the PivotGrid.\n",
|
|
50498
50848
|
"commentRange": {
|
|
50499
50849
|
"start": 100,
|
|
50500
50850
|
"end": 101
|
|
@@ -50519,7 +50869,7 @@
|
|
|
50519
50869
|
}
|
|
50520
50870
|
},
|
|
50521
50871
|
{
|
|
50522
|
-
"description": "
|
|
50872
|
+
"description": "The focus shadow of the PivotGrid.\n",
|
|
50523
50873
|
"commentRange": {
|
|
50524
50874
|
"start": 104,
|
|
50525
50875
|
"end": 105
|
|
@@ -50544,7 +50894,7 @@
|
|
|
50544
50894
|
}
|
|
50545
50895
|
},
|
|
50546
50896
|
{
|
|
50547
|
-
"description": "
|
|
50897
|
+
"description": "The horizontal padding of the PivotGrid configurator.\n",
|
|
50548
50898
|
"commentRange": {
|
|
50549
50899
|
"start": 108,
|
|
50550
50900
|
"end": 109
|
|
@@ -50569,7 +50919,7 @@
|
|
|
50569
50919
|
}
|
|
50570
50920
|
},
|
|
50571
50921
|
{
|
|
50572
|
-
"description": "
|
|
50922
|
+
"description": "The vertical padding of the PivotGrid configurator.\n",
|
|
50573
50923
|
"commentRange": {
|
|
50574
50924
|
"start": 111,
|
|
50575
50925
|
"end": 112
|
|
@@ -50594,7 +50944,7 @@
|
|
|
50594
50944
|
}
|
|
50595
50945
|
},
|
|
50596
50946
|
{
|
|
50597
|
-
"description": "
|
|
50947
|
+
"description": "The border width of the PivotGrid configurator.\n",
|
|
50598
50948
|
"commentRange": {
|
|
50599
50949
|
"start": 114,
|
|
50600
50950
|
"end": 115
|
|
@@ -50619,7 +50969,7 @@
|
|
|
50619
50969
|
}
|
|
50620
50970
|
},
|
|
50621
50971
|
{
|
|
50622
|
-
"description": "
|
|
50972
|
+
"description": "The horizontal padding of the PivotGrid configurator header.\n",
|
|
50623
50973
|
"commentRange": {
|
|
50624
50974
|
"start": 118,
|
|
50625
50975
|
"end": 119
|
|
@@ -50644,7 +50994,7 @@
|
|
|
50644
50994
|
}
|
|
50645
50995
|
},
|
|
50646
50996
|
{
|
|
50647
|
-
"description": "
|
|
50997
|
+
"description": "The vertical padding of the PivotGrid configurator header.\n",
|
|
50648
50998
|
"commentRange": {
|
|
50649
50999
|
"start": 121,
|
|
50650
51000
|
"end": 122
|
|
@@ -50669,7 +51019,7 @@
|
|
|
50669
51019
|
}
|
|
50670
51020
|
},
|
|
50671
51021
|
{
|
|
50672
|
-
"description": "
|
|
51022
|
+
"description": "The font size of the PivotGrid configurator header.\n",
|
|
50673
51023
|
"commentRange": {
|
|
50674
51024
|
"start": 124,
|
|
50675
51025
|
"end": 125
|
|
@@ -50694,7 +51044,7 @@
|
|
|
50694
51044
|
}
|
|
50695
51045
|
},
|
|
50696
51046
|
{
|
|
50697
|
-
"description": "
|
|
51047
|
+
"description": "The font weight of the PivotGrid configurator header.\n",
|
|
50698
51048
|
"commentRange": {
|
|
50699
51049
|
"start": 127,
|
|
50700
51050
|
"end": 128
|
|
@@ -50719,7 +51069,7 @@
|
|
|
50719
51069
|
}
|
|
50720
51070
|
},
|
|
50721
51071
|
{
|
|
50722
|
-
"description": "
|
|
51072
|
+
"description": "The horizontal padding of the PivotGrid configurator content.\n",
|
|
50723
51073
|
"commentRange": {
|
|
50724
51074
|
"start": 131,
|
|
50725
51075
|
"end": 132
|
|
@@ -50744,7 +51094,7 @@
|
|
|
50744
51094
|
}
|
|
50745
51095
|
},
|
|
50746
51096
|
{
|
|
50747
|
-
"description": "
|
|
51097
|
+
"description": "The vertical padding of the PivotGrid configurator content.\n",
|
|
50748
51098
|
"commentRange": {
|
|
50749
51099
|
"start": 134,
|
|
50750
51100
|
"end": 135
|
|
@@ -50769,7 +51119,7 @@
|
|
|
50769
51119
|
}
|
|
50770
51120
|
},
|
|
50771
51121
|
{
|
|
50772
|
-
"description": "
|
|
51122
|
+
"description": "The horizontal margin of the PivotGrid configurator fields.\n",
|
|
50773
51123
|
"commentRange": {
|
|
50774
51124
|
"start": 138,
|
|
50775
51125
|
"end": 139
|
|
@@ -50794,7 +51144,7 @@
|
|
|
50794
51144
|
}
|
|
50795
51145
|
},
|
|
50796
51146
|
{
|
|
50797
|
-
"description": "
|
|
51147
|
+
"description": "The vertical margin of the PivotGrid configurator fields.\n",
|
|
50798
51148
|
"commentRange": {
|
|
50799
51149
|
"start": 141,
|
|
50800
51150
|
"end": 142
|
|
@@ -50819,7 +51169,7 @@
|
|
|
50819
51169
|
}
|
|
50820
51170
|
},
|
|
50821
51171
|
{
|
|
50822
|
-
"description": "
|
|
51172
|
+
"description": "The spacing of the PivotGrid configurator fields.\n",
|
|
50823
51173
|
"commentRange": {
|
|
50824
51174
|
"start": 144,
|
|
50825
51175
|
"end": 145
|
|
@@ -50844,7 +51194,7 @@
|
|
|
50844
51194
|
}
|
|
50845
51195
|
},
|
|
50846
51196
|
{
|
|
50847
|
-
"description": "
|
|
51197
|
+
"description": "The default width of the PivotGrid vertical configurator.\n",
|
|
50848
51198
|
"commentRange": {
|
|
50849
51199
|
"start": 148,
|
|
50850
51200
|
"end": 149
|
|
@@ -50869,7 +51219,7 @@
|
|
|
50869
51219
|
}
|
|
50870
51220
|
},
|
|
50871
51221
|
{
|
|
50872
|
-
"description": "
|
|
51222
|
+
"description": "The default height of the PivotGrid horizontal configurator.\n",
|
|
50873
51223
|
"commentRange": {
|
|
50874
51224
|
"start": 151,
|
|
50875
51225
|
"end": 152
|
|
@@ -50894,7 +51244,7 @@
|
|
|
50894
51244
|
}
|
|
50895
51245
|
},
|
|
50896
51246
|
{
|
|
50897
|
-
"description": "
|
|
51247
|
+
"description": "The background color of the PivotGrid configurator.\n",
|
|
50898
51248
|
"commentRange": {
|
|
50899
51249
|
"start": 155,
|
|
50900
51250
|
"end": 156
|
|
@@ -50919,7 +51269,7 @@
|
|
|
50919
51269
|
}
|
|
50920
51270
|
},
|
|
50921
51271
|
{
|
|
50922
|
-
"description": "
|
|
51272
|
+
"description": "The text color of the PivotGrid configurator.\n",
|
|
50923
51273
|
"commentRange": {
|
|
50924
51274
|
"start": 158,
|
|
50925
51275
|
"end": 159
|
|
@@ -50944,7 +51294,7 @@
|
|
|
50944
51294
|
}
|
|
50945
51295
|
},
|
|
50946
51296
|
{
|
|
50947
|
-
"description": "
|
|
51297
|
+
"description": "The border color of the PivotGrid configurator.\n",
|
|
50948
51298
|
"commentRange": {
|
|
50949
51299
|
"start": 161,
|
|
50950
51300
|
"end": 162
|
|
@@ -50969,7 +51319,7 @@
|
|
|
50969
51319
|
}
|
|
50970
51320
|
},
|
|
50971
51321
|
{
|
|
50972
|
-
"description": "
|
|
51322
|
+
"description": "The background color of the PivotGrid configurator header.\n",
|
|
50973
51323
|
"commentRange": {
|
|
50974
51324
|
"start": 165,
|
|
50975
51325
|
"end": 166
|
|
@@ -50994,7 +51344,7 @@
|
|
|
50994
51344
|
}
|
|
50995
51345
|
},
|
|
50996
51346
|
{
|
|
50997
|
-
"description": "
|
|
51347
|
+
"description": "The text color of the PivotGrid configurator header.\n",
|
|
50998
51348
|
"commentRange": {
|
|
50999
51349
|
"start": 168,
|
|
51000
51350
|
"end": 169
|
|
@@ -51019,7 +51369,7 @@
|
|
|
51019
51369
|
}
|
|
51020
51370
|
},
|
|
51021
51371
|
{
|
|
51022
|
-
"description": "
|
|
51372
|
+
"description": "The border color of the PivotGrid configurator header.\n",
|
|
51023
51373
|
"commentRange": {
|
|
51024
51374
|
"start": 171,
|
|
51025
51375
|
"end": 172
|
|
@@ -51044,7 +51394,7 @@
|
|
|
51044
51394
|
}
|
|
51045
51395
|
},
|
|
51046
51396
|
{
|
|
51047
|
-
"description": "
|
|
51397
|
+
"description": "The horizontal padding of the PivotGrid configurator button.\n",
|
|
51048
51398
|
"commentRange": {
|
|
51049
51399
|
"start": 175,
|
|
51050
51400
|
"end": 176
|
|
@@ -51069,7 +51419,7 @@
|
|
|
51069
51419
|
}
|
|
51070
51420
|
},
|
|
51071
51421
|
{
|
|
51072
|
-
"description": "
|
|
51422
|
+
"description": "The vertical padding of the PivotGrid configurator button.\n",
|
|
51073
51423
|
"commentRange": {
|
|
51074
51424
|
"start": 178,
|
|
51075
51425
|
"end": 179
|
|
@@ -51094,7 +51444,7 @@
|
|
|
51094
51444
|
}
|
|
51095
51445
|
},
|
|
51096
51446
|
{
|
|
51097
|
-
"description": "
|
|
51447
|
+
"description": "The border width of the PivotGrid configurator button.\n",
|
|
51098
51448
|
"commentRange": {
|
|
51099
51449
|
"start": 181,
|
|
51100
51450
|
"end": 182
|
|
@@ -51119,7 +51469,7 @@
|
|
|
51119
51469
|
}
|
|
51120
51470
|
},
|
|
51121
51471
|
{
|
|
51122
|
-
"description": "
|
|
51472
|
+
"description": "The size of the PivotGrid configurator button.\n",
|
|
51123
51473
|
"commentRange": {
|
|
51124
51474
|
"start": 184,
|
|
51125
51475
|
"end": 185
|
|
@@ -51144,7 +51494,7 @@
|
|
|
51144
51494
|
}
|
|
51145
51495
|
},
|
|
51146
51496
|
{
|
|
51147
|
-
"description": "
|
|
51497
|
+
"description": "The icon spacing of the PivotGrid configurator button.\n",
|
|
51148
51498
|
"commentRange": {
|
|
51149
51499
|
"start": 187,
|
|
51150
51500
|
"end": 188
|
|
@@ -51169,7 +51519,7 @@
|
|
|
51169
51519
|
}
|
|
51170
51520
|
},
|
|
51171
51521
|
{
|
|
51172
|
-
"description": "
|
|
51522
|
+
"description": "The horizontal padding of the PivotGrid calculated field.\n",
|
|
51173
51523
|
"commentRange": {
|
|
51174
51524
|
"start": 191,
|
|
51175
51525
|
"end": 192
|
|
@@ -51194,7 +51544,7 @@
|
|
|
51194
51544
|
}
|
|
51195
51545
|
},
|
|
51196
51546
|
{
|
|
51197
|
-
"description": "
|
|
51547
|
+
"description": "The vertical padding of the PivotGrid calculated field.\n",
|
|
51198
51548
|
"commentRange": {
|
|
51199
51549
|
"start": 194,
|
|
51200
51550
|
"end": 195
|
|
@@ -51219,7 +51569,7 @@
|
|
|
51219
51569
|
}
|
|
51220
51570
|
},
|
|
51221
51571
|
{
|
|
51222
|
-
"description": "
|
|
51572
|
+
"description": "The border width of the PivotGrid calculated field.\n",
|
|
51223
51573
|
"commentRange": {
|
|
51224
51574
|
"start": 197,
|
|
51225
51575
|
"end": 198
|
|
@@ -51244,7 +51594,7 @@
|
|
|
51244
51594
|
}
|
|
51245
51595
|
},
|
|
51246
51596
|
{
|
|
51247
|
-
"description": "
|
|
51597
|
+
"description": "The border radius of the PivotGrid calculated field.\n",
|
|
51248
51598
|
"commentRange": {
|
|
51249
51599
|
"start": 200,
|
|
51250
51600
|
"end": 201
|
|
@@ -51269,7 +51619,7 @@
|
|
|
51269
51619
|
}
|
|
51270
51620
|
},
|
|
51271
51621
|
{
|
|
51272
|
-
"description": "
|
|
51622
|
+
"description": "The spacing of the PivotGrid calculated field.\n",
|
|
51273
51623
|
"commentRange": {
|
|
51274
51624
|
"start": 203,
|
|
51275
51625
|
"end": 204
|
|
@@ -51294,7 +51644,7 @@
|
|
|
51294
51644
|
}
|
|
51295
51645
|
},
|
|
51296
51646
|
{
|
|
51297
|
-
"description": "
|
|
51647
|
+
"description": "The background color of the PivotGrid calculated field.\n",
|
|
51298
51648
|
"commentRange": {
|
|
51299
51649
|
"start": 206,
|
|
51300
51650
|
"end": 207
|
|
@@ -51319,7 +51669,7 @@
|
|
|
51319
51669
|
}
|
|
51320
51670
|
},
|
|
51321
51671
|
{
|
|
51322
|
-
"description": "
|
|
51672
|
+
"description": "The text color of the PivotGrid calculated field.\n",
|
|
51323
51673
|
"commentRange": {
|
|
51324
51674
|
"start": 209,
|
|
51325
51675
|
"end": 210
|
|
@@ -51344,7 +51694,7 @@
|
|
|
51344
51694
|
}
|
|
51345
51695
|
},
|
|
51346
51696
|
{
|
|
51347
|
-
"description": "
|
|
51697
|
+
"description": "The border color of the PivotGrid calculated field.\n",
|
|
51348
51698
|
"commentRange": {
|
|
51349
51699
|
"start": 212,
|
|
51350
51700
|
"end": 213
|
|
@@ -51369,7 +51719,7 @@
|
|
|
51369
51719
|
}
|
|
51370
51720
|
},
|
|
51371
51721
|
{
|
|
51372
|
-
"description": "
|
|
51722
|
+
"description": "The background color of the PivotGrid calculated field header.\n",
|
|
51373
51723
|
"commentRange": {
|
|
51374
51724
|
"start": 216,
|
|
51375
51725
|
"end": 217
|
|
@@ -51394,7 +51744,7 @@
|
|
|
51394
51744
|
}
|
|
51395
51745
|
},
|
|
51396
51746
|
{
|
|
51397
|
-
"description": "
|
|
51747
|
+
"description": "The text color of the PivotGrid calculated field header.\n",
|
|
51398
51748
|
"commentRange": {
|
|
51399
51749
|
"start": 219,
|
|
51400
51750
|
"end": 220
|
|
@@ -51419,7 +51769,7 @@
|
|
|
51419
51769
|
}
|
|
51420
51770
|
},
|
|
51421
51771
|
{
|
|
51422
|
-
"description": "
|
|
51772
|
+
"description": "The border color of the PivotGrid calculated field header.\n",
|
|
51423
51773
|
"commentRange": {
|
|
51424
51774
|
"start": 222,
|
|
51425
51775
|
"end": 223
|
|
@@ -51444,7 +51794,7 @@
|
|
|
51444
51794
|
}
|
|
51445
51795
|
},
|
|
51446
51796
|
{
|
|
51447
|
-
"description": "
|
|
51797
|
+
"description": "The horizontal padding of the PivotGrid treeview.\n",
|
|
51448
51798
|
"commentRange": {
|
|
51449
51799
|
"start": 226,
|
|
51450
51800
|
"end": 227
|
|
@@ -51469,7 +51819,7 @@
|
|
|
51469
51819
|
}
|
|
51470
51820
|
},
|
|
51471
51821
|
{
|
|
51472
|
-
"description": "
|
|
51822
|
+
"description": "The vertical padding of the PivotGrid treeview.\n",
|
|
51473
51823
|
"commentRange": {
|
|
51474
51824
|
"start": 229,
|
|
51475
51825
|
"end": 230
|
|
@@ -53319,7 +53669,7 @@
|
|
|
53319
53669
|
}
|
|
53320
53670
|
},
|
|
53321
53671
|
{
|
|
53322
|
-
"description": "The text color of the
|
|
53672
|
+
"description": "The text color of the AIPrompt.\n",
|
|
53323
53673
|
"commentRange": {
|
|
53324
53674
|
"start": 4,
|
|
53325
53675
|
"end": 5
|
|
@@ -53344,7 +53694,7 @@
|
|
|
53344
53694
|
}
|
|
53345
53695
|
},
|
|
53346
53696
|
{
|
|
53347
|
-
"description": "The background color of the
|
|
53697
|
+
"description": "The background color of the AIPrompt.\n",
|
|
53348
53698
|
"commentRange": {
|
|
53349
53699
|
"start": 7,
|
|
53350
53700
|
"end": 8
|
|
@@ -53369,7 +53719,7 @@
|
|
|
53369
53719
|
}
|
|
53370
53720
|
},
|
|
53371
53721
|
{
|
|
53372
|
-
"description": "The border color of the
|
|
53722
|
+
"description": "The border color of the AIPrompt.\n",
|
|
53373
53723
|
"commentRange": {
|
|
53374
53724
|
"start": 10,
|
|
53375
53725
|
"end": 11
|
|
@@ -53394,7 +53744,7 @@
|
|
|
53394
53744
|
}
|
|
53395
53745
|
},
|
|
53396
53746
|
{
|
|
53397
|
-
"description": "The text color of the
|
|
53747
|
+
"description": "The text color of the AIPrompt header.\n",
|
|
53398
53748
|
"commentRange": {
|
|
53399
53749
|
"start": 14,
|
|
53400
53750
|
"end": 15
|
|
@@ -53419,7 +53769,7 @@
|
|
|
53419
53769
|
}
|
|
53420
53770
|
},
|
|
53421
53771
|
{
|
|
53422
|
-
"description": "The background color of the
|
|
53772
|
+
"description": "The background color of the AIPrompt header.\n",
|
|
53423
53773
|
"commentRange": {
|
|
53424
53774
|
"start": 17,
|
|
53425
53775
|
"end": 18
|
|
@@ -53444,7 +53794,7 @@
|
|
|
53444
53794
|
}
|
|
53445
53795
|
},
|
|
53446
53796
|
{
|
|
53447
|
-
"description": "The border color of the
|
|
53797
|
+
"description": "The border color of the AIPrompt header.\n",
|
|
53448
53798
|
"commentRange": {
|
|
53449
53799
|
"start": 20,
|
|
53450
53800
|
"end": 21
|
|
@@ -53469,7 +53819,7 @@
|
|
|
53469
53819
|
}
|
|
53470
53820
|
},
|
|
53471
53821
|
{
|
|
53472
|
-
"description": "The vertical padding of the
|
|
53822
|
+
"description": "The vertical padding of the AIPrompt content.\n",
|
|
53473
53823
|
"commentRange": {
|
|
53474
53824
|
"start": 24,
|
|
53475
53825
|
"end": 25
|
|
@@ -53494,7 +53844,7 @@
|
|
|
53494
53844
|
}
|
|
53495
53845
|
},
|
|
53496
53846
|
{
|
|
53497
|
-
"description": "The horizontal padding of the
|
|
53847
|
+
"description": "The horizontal padding of the AIPrompt content.\n",
|
|
53498
53848
|
"commentRange": {
|
|
53499
53849
|
"start": 27,
|
|
53500
53850
|
"end": 28
|
|
@@ -53519,7 +53869,7 @@
|
|
|
53519
53869
|
}
|
|
53520
53870
|
},
|
|
53521
53871
|
{
|
|
53522
|
-
"description": "The spacing between the items of the
|
|
53872
|
+
"description": "The spacing between the items of the AIPrompt content.\n",
|
|
53523
53873
|
"commentRange": {
|
|
53524
53874
|
"start": 30,
|
|
53525
53875
|
"end": 31
|
|
@@ -53544,7 +53894,7 @@
|
|
|
53544
53894
|
}
|
|
53545
53895
|
},
|
|
53546
53896
|
{
|
|
53547
|
-
"description": "The text color of the
|
|
53897
|
+
"description": "The text color of the AIPrompt content.\n",
|
|
53548
53898
|
"commentRange": {
|
|
53549
53899
|
"start": 33,
|
|
53550
53900
|
"end": 34
|
|
@@ -53569,7 +53919,7 @@
|
|
|
53569
53919
|
}
|
|
53570
53920
|
},
|
|
53571
53921
|
{
|
|
53572
|
-
"description": "The background color of the
|
|
53922
|
+
"description": "The background color of the AIPrompt content.\n",
|
|
53573
53923
|
"commentRange": {
|
|
53574
53924
|
"start": 36,
|
|
53575
53925
|
"end": 37
|
|
@@ -53594,7 +53944,7 @@
|
|
|
53594
53944
|
}
|
|
53595
53945
|
},
|
|
53596
53946
|
{
|
|
53597
|
-
"description": "The text border of the
|
|
53947
|
+
"description": "The text border of the AIPrompt content.\n",
|
|
53598
53948
|
"commentRange": {
|
|
53599
53949
|
"start": 39,
|
|
53600
53950
|
"end": 40
|
|
@@ -53619,7 +53969,7 @@
|
|
|
53619
53969
|
}
|
|
53620
53970
|
},
|
|
53621
53971
|
{
|
|
53622
|
-
"description": "The spacing between the items of the
|
|
53972
|
+
"description": "The spacing between the items of the AIPrompt content expander.\n",
|
|
53623
53973
|
"commentRange": {
|
|
53624
53974
|
"start": 43,
|
|
53625
53975
|
"end": 44
|
|
@@ -53644,7 +53994,7 @@
|
|
|
53644
53994
|
}
|
|
53645
53995
|
},
|
|
53646
53996
|
{
|
|
53647
|
-
"description": "The vertical padding of the
|
|
53997
|
+
"description": "The vertical padding of the AIPrompt suggestion container.\n",
|
|
53648
53998
|
"commentRange": {
|
|
53649
53999
|
"start": 47,
|
|
53650
54000
|
"end": 48
|
|
@@ -53669,7 +54019,7 @@
|
|
|
53669
54019
|
}
|
|
53670
54020
|
},
|
|
53671
54021
|
{
|
|
53672
|
-
"description": "The horizontal padding of the
|
|
54022
|
+
"description": "The horizontal padding of the AIPrompt suggestion container.\n",
|
|
53673
54023
|
"commentRange": {
|
|
53674
54024
|
"start": 50,
|
|
53675
54025
|
"end": 51
|
|
@@ -53694,7 +54044,7 @@
|
|
|
53694
54044
|
}
|
|
53695
54045
|
},
|
|
53696
54046
|
{
|
|
53697
|
-
"description": "The border radius of the
|
|
54047
|
+
"description": "The border radius of the AIPrompt suggestion container.\n",
|
|
53698
54048
|
"commentRange": {
|
|
53699
54049
|
"start": 53,
|
|
53700
54050
|
"end": 54
|
|
@@ -53719,7 +54069,7 @@
|
|
|
53719
54069
|
}
|
|
53720
54070
|
},
|
|
53721
54071
|
{
|
|
53722
|
-
"description": "The text color of the
|
|
54072
|
+
"description": "The text color of the AIPrompt suggestion container.\n",
|
|
53723
54073
|
"commentRange": {
|
|
53724
54074
|
"start": 56,
|
|
53725
54075
|
"end": 57
|
|
@@ -53744,7 +54094,7 @@
|
|
|
53744
54094
|
}
|
|
53745
54095
|
},
|
|
53746
54096
|
{
|
|
53747
|
-
"description": "The background color of the
|
|
54097
|
+
"description": "The background color of the AIPrompt suggestion container.\n",
|
|
53748
54098
|
"commentRange": {
|
|
53749
54099
|
"start": 59,
|
|
53750
54100
|
"end": 60
|
|
@@ -53769,7 +54119,7 @@
|
|
|
53769
54119
|
}
|
|
53770
54120
|
},
|
|
53771
54121
|
{
|
|
53772
|
-
"description": "The border color of the
|
|
54122
|
+
"description": "The border color of the AIPrompt suggestion container.\n",
|
|
53773
54123
|
"commentRange": {
|
|
53774
54124
|
"start": 62,
|
|
53775
54125
|
"end": 63
|
|
@@ -53794,7 +54144,7 @@
|
|
|
53794
54144
|
}
|
|
53795
54145
|
},
|
|
53796
54146
|
{
|
|
53797
|
-
"description": "The elevation of the
|
|
54147
|
+
"description": "The elevation of the AIPrompt suggestion container.\n",
|
|
53798
54148
|
"commentRange": {
|
|
53799
54149
|
"start": 65,
|
|
53800
54150
|
"end": 66
|