@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.
@@ -12744,6 +12744,303 @@
12744
12744
  "resolvedValue": "var(--kendo-disabled-bg, initial)",
12745
12745
  "resolvedType": "String"
12746
12746
  },
12747
+ {
12748
+ "description": "The color of the area around the chart type icon.\n",
12749
+ "commentRange": {
12750
+ "start": 6,
12751
+ "end": 7
12752
+ },
12753
+ "context": {
12754
+ "type": "variable",
12755
+ "name": "kendo-chart-wizard-icon-area-color",
12756
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
12757
+ "scope": "default",
12758
+ "line": {
12759
+ "start": 8,
12760
+ "end": 8
12761
+ }
12762
+ },
12763
+ "group": [
12764
+ "chart-wizard"
12765
+ ],
12766
+ "access": "public",
12767
+ "file": {
12768
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12769
+ "name": "_variables.scss"
12770
+ },
12771
+ "resolvedValue": "var(--kendo-color-primary, #0078d4)",
12772
+ "resolvedType": "String"
12773
+ },
12774
+ {
12775
+ "description": "The background color of the area around the chart type icon.\n",
12776
+ "commentRange": {
12777
+ "start": 9,
12778
+ "end": 10
12779
+ },
12780
+ "context": {
12781
+ "type": "variable",
12782
+ "name": "kendo-chart-wizard-icon-area-bg",
12783
+ "value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))",
12784
+ "scope": "default",
12785
+ "line": {
12786
+ "start": 11,
12787
+ "end": 11
12788
+ }
12789
+ },
12790
+ "group": [
12791
+ "chart-wizard"
12792
+ ],
12793
+ "access": "public",
12794
+ "file": {
12795
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12796
+ "name": "_variables.scss"
12797
+ },
12798
+ "resolvedValue": "var(--kendo-color-primary-subtle, #deecf9)",
12799
+ "resolvedType": "String"
12800
+ },
12801
+ {
12802
+ "description": "The border radius of the area around the chart type icon.\n",
12803
+ "commentRange": {
12804
+ "start": 12,
12805
+ "end": 13
12806
+ },
12807
+ "context": {
12808
+ "type": "variable",
12809
+ "name": "kendo-chart-wizard-icon-area-border-radius",
12810
+ "value": "k-border-radius(none)",
12811
+ "scope": "default",
12812
+ "line": {
12813
+ "start": 14,
12814
+ "end": 14
12815
+ }
12816
+ },
12817
+ "group": [
12818
+ "chart-wizard"
12819
+ ],
12820
+ "access": "public",
12821
+ "file": {
12822
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12823
+ "name": "_variables.scss"
12824
+ },
12825
+ "resolvedValue": "var(--kendo-border-radius-none, 0px)",
12826
+ "resolvedType": "String"
12827
+ },
12828
+ {
12829
+ "description": "The padding of the area around the chart type icon.\n",
12830
+ "commentRange": {
12831
+ "start": 15,
12832
+ "end": 16
12833
+ },
12834
+ "context": {
12835
+ "type": "variable",
12836
+ "name": "kendo-chart-wizard-icon-area-padding",
12837
+ "value": "k-spacing(4)",
12838
+ "scope": "default",
12839
+ "line": {
12840
+ "start": 17,
12841
+ "end": 17
12842
+ }
12843
+ },
12844
+ "group": [
12845
+ "chart-wizard"
12846
+ ],
12847
+ "access": "public",
12848
+ "file": {
12849
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12850
+ "name": "_variables.scss"
12851
+ },
12852
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
12853
+ "resolvedType": "String"
12854
+ },
12855
+ {
12856
+ "description": "The box shadow of the focused area around the chart type icon.\n",
12857
+ "commentRange": {
12858
+ "start": 18,
12859
+ "end": 19
12860
+ },
12861
+ "context": {
12862
+ "type": "variable",
12863
+ "name": "kendo-chart-wizard-icon-area-focus-shadow",
12864
+ "value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( primary-emphasis ), k-get-theme-color-var( primary-130 ))",
12865
+ "scope": "default",
12866
+ "line": {
12867
+ "start": 20,
12868
+ "end": 20
12869
+ }
12870
+ },
12871
+ "group": [
12872
+ "chart-wizard"
12873
+ ],
12874
+ "access": "public",
12875
+ "file": {
12876
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12877
+ "name": "_variables.scss"
12878
+ },
12879
+ "resolvedValue": "inset 0 0 0 1px var(--kendo-color-primary-emphasis, #004578)",
12880
+ "resolvedType": "List"
12881
+ },
12882
+ {
12883
+ "description": "The box shadow of the selected area around the chart type icon.\n",
12884
+ "commentRange": {
12885
+ "start": 21,
12886
+ "end": 22
12887
+ },
12888
+ "context": {
12889
+ "type": "variable",
12890
+ "name": "kendo-chart-wizard-icon-area-selected-shadow",
12891
+ "value": "inset 0 0 0 1px $kendo-chart-wizard-icon-area-color",
12892
+ "scope": "default",
12893
+ "line": {
12894
+ "start": 23,
12895
+ "end": 23
12896
+ }
12897
+ },
12898
+ "group": [
12899
+ "chart-wizard"
12900
+ ],
12901
+ "access": "public",
12902
+ "file": {
12903
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12904
+ "name": "_variables.scss"
12905
+ },
12906
+ "resolvedValue": "inset 0 0 0 1px var(--kendo-color-primary, #0078d4)",
12907
+ "resolvedType": "List"
12908
+ },
12909
+ {
12910
+ "description": "The color of the selected chart type items in the Property panel.\n",
12911
+ "commentRange": {
12912
+ "start": 25,
12913
+ "end": 26
12914
+ },
12915
+ "context": {
12916
+ "type": "variable",
12917
+ "name": "kendo-chart-wizard-chart-type-selected-color",
12918
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
12919
+ "scope": "default",
12920
+ "line": {
12921
+ "start": 27,
12922
+ "end": 27
12923
+ }
12924
+ },
12925
+ "group": [
12926
+ "chart-wizard"
12927
+ ],
12928
+ "access": "public",
12929
+ "file": {
12930
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12931
+ "name": "_variables.scss"
12932
+ },
12933
+ "resolvedValue": "var(--kendo-color-primary, #0078d4)",
12934
+ "resolvedType": "String"
12935
+ },
12936
+ {
12937
+ "description": "The padding of the preview pane.\n",
12938
+ "commentRange": {
12939
+ "start": 29,
12940
+ "end": 30
12941
+ },
12942
+ "context": {
12943
+ "type": "variable",
12944
+ "name": "kendo-chart-wizard-preview-pane-padding",
12945
+ "value": "k-spacing(3)",
12946
+ "scope": "default",
12947
+ "line": {
12948
+ "start": 31,
12949
+ "end": 31
12950
+ }
12951
+ },
12952
+ "group": [
12953
+ "chart-wizard"
12954
+ ],
12955
+ "access": "public",
12956
+ "file": {
12957
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12958
+ "name": "_variables.scss"
12959
+ },
12960
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
12961
+ "resolvedType": "String"
12962
+ },
12963
+ {
12964
+ "description": "The padding of the property pane.\n",
12965
+ "commentRange": {
12966
+ "start": 32,
12967
+ "end": 33
12968
+ },
12969
+ "context": {
12970
+ "type": "variable",
12971
+ "name": "kendo-chart-wizard-property-pane-padding",
12972
+ "value": "k-spacing(3)",
12973
+ "scope": "default",
12974
+ "line": {
12975
+ "start": 34,
12976
+ "end": 34
12977
+ }
12978
+ },
12979
+ "group": [
12980
+ "chart-wizard"
12981
+ ],
12982
+ "access": "public",
12983
+ "file": {
12984
+ "path": "fluent/scss/chart-wizard/_variables.scss",
12985
+ "name": "_variables.scss"
12986
+ },
12987
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
12988
+ "resolvedType": "String"
12989
+ },
12990
+ {
12991
+ "description": "The gap between the chart type items in the Property panel.\n",
12992
+ "commentRange": {
12993
+ "start": 36,
12994
+ "end": 37
12995
+ },
12996
+ "context": {
12997
+ "type": "variable",
12998
+ "name": "kendo-chart-wizard-chart-type-spacing",
12999
+ "value": "k-spacing(4)",
13000
+ "scope": "default",
13001
+ "line": {
13002
+ "start": 38,
13003
+ "end": 38
13004
+ }
13005
+ },
13006
+ "group": [
13007
+ "chart-wizard"
13008
+ ],
13009
+ "access": "public",
13010
+ "file": {
13011
+ "path": "fluent/scss/chart-wizard/_variables.scss",
13012
+ "name": "_variables.scss"
13013
+ },
13014
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
13015
+ "resolvedType": "String"
13016
+ },
13017
+ {
13018
+ "description": "The gap between the icon area and its text.\n",
13019
+ "commentRange": {
13020
+ "start": 39,
13021
+ "end": 40
13022
+ },
13023
+ "context": {
13024
+ "type": "variable",
13025
+ "name": "kendo-chart-wizard-icon-text-gap",
13026
+ "value": "k-spacing(3)",
13027
+ "scope": "default",
13028
+ "line": {
13029
+ "start": 41,
13030
+ "end": 41
13031
+ }
13032
+ },
13033
+ "group": [
13034
+ "chart-wizard"
13035
+ ],
13036
+ "access": "public",
13037
+ "file": {
13038
+ "path": "fluent/scss/chart-wizard/_variables.scss",
13039
+ "name": "_variables.scss"
13040
+ },
13041
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
13042
+ "resolvedType": "String"
13043
+ },
12747
13044
  {
12748
13045
  "description": "The first base series color and its light and dark shades.\n",
12749
13046
  "commentRange": {
@@ -15957,6 +16254,87 @@
15957
16254
  "resolvedValue": "var(--kendo-color-primary, #0078d4)",
15958
16255
  "resolvedType": "String"
15959
16256
  },
16257
+ {
16258
+ "description": "The offset of the focused Chat quick reply.\n",
16259
+ "commentRange": {
16260
+ "start": 229,
16261
+ "end": 230
16262
+ },
16263
+ "context": {
16264
+ "type": "variable",
16265
+ "name": "kendo-chat-quick-reply-focus-offset",
16266
+ "value": "k-spacing(0.5)",
16267
+ "scope": "default",
16268
+ "line": {
16269
+ "start": 231,
16270
+ "end": 231
16271
+ }
16272
+ },
16273
+ "group": [
16274
+ "chat"
16275
+ ],
16276
+ "access": "public",
16277
+ "file": {
16278
+ "path": "fluent/scss/chat/_variables.scss",
16279
+ "name": "_variables.scss"
16280
+ },
16281
+ "resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
16282
+ "resolvedType": "String"
16283
+ },
16284
+ {
16285
+ "description": "The outline width of the focused Chat quick reply.\n",
16286
+ "commentRange": {
16287
+ "start": 232,
16288
+ "end": 233
16289
+ },
16290
+ "context": {
16291
+ "type": "variable",
16292
+ "name": "kendo-chat-quick-reply-focus-outline-width",
16293
+ "value": "1px",
16294
+ "scope": "default",
16295
+ "line": {
16296
+ "start": 234,
16297
+ "end": 234
16298
+ }
16299
+ },
16300
+ "group": [
16301
+ "chat"
16302
+ ],
16303
+ "access": "public",
16304
+ "file": {
16305
+ "path": "fluent/scss/chat/_variables.scss",
16306
+ "name": "_variables.scss"
16307
+ },
16308
+ "resolvedValue": "1px",
16309
+ "resolvedType": "Number"
16310
+ },
16311
+ {
16312
+ "description": "The outline style of the focused Chat quick reply.\n",
16313
+ "commentRange": {
16314
+ "start": 235,
16315
+ "end": 236
16316
+ },
16317
+ "context": {
16318
+ "type": "variable",
16319
+ "name": "kendo-chat-quick-reply-focus-outline-style",
16320
+ "value": "solid",
16321
+ "scope": "default",
16322
+ "line": {
16323
+ "start": 237,
16324
+ "end": 237
16325
+ }
16326
+ },
16327
+ "group": [
16328
+ "chat"
16329
+ ],
16330
+ "access": "public",
16331
+ "file": {
16332
+ "path": "fluent/scss/chat/_variables.scss",
16333
+ "name": "_variables.scss"
16334
+ },
16335
+ "resolvedValue": "solid",
16336
+ "resolvedType": "String"
16337
+ },
15960
16338
  {
15961
16339
  "description": "The border radius of the CheckBox.\n",
15962
16340
  "commentRange": {
@@ -47463,7 +47841,7 @@
47463
47841
  "resolvedType": "Number"
47464
47842
  },
47465
47843
  {
47466
- "description": "Font size of the map.\n",
47844
+ "description": "The font size of the Map.\n",
47467
47845
  "commentRange": {
47468
47846
  "start": 6,
47469
47847
  "end": 7
@@ -47490,7 +47868,7 @@
47490
47868
  "resolvedType": "String"
47491
47869
  },
47492
47870
  {
47493
- "description": "Line height of the map.\n",
47871
+ "description": "The line height of the Map.\n",
47494
47872
  "commentRange": {
47495
47873
  "start": 9,
47496
47874
  "end": 10
@@ -47517,7 +47895,7 @@
47517
47895
  "resolvedType": "String"
47518
47896
  },
47519
47897
  {
47520
- "description": "Font family of the map.\n",
47898
+ "description": "The font family of the Map.\n",
47521
47899
  "commentRange": {
47522
47900
  "start": 12,
47523
47901
  "end": 13
@@ -47544,7 +47922,7 @@
47544
47922
  "resolvedType": "String"
47545
47923
  },
47546
47924
  {
47547
- "description": "Background color of the map.\n",
47925
+ "description": "The background color of the Map.\n",
47548
47926
  "commentRange": {
47549
47927
  "start": 16,
47550
47928
  "end": 17
@@ -47571,7 +47949,7 @@
47571
47949
  "resolvedType": "String"
47572
47950
  },
47573
47951
  {
47574
- "description": "Text color of the map.\n",
47952
+ "description": "The text color of the Map.\n",
47575
47953
  "commentRange": {
47576
47954
  "start": 19,
47577
47955
  "end": 20
@@ -47598,7 +47976,7 @@
47598
47976
  "resolvedType": "String"
47599
47977
  },
47600
47978
  {
47601
- "description": "Border color of the map.\n",
47979
+ "description": "The border color of the Map.\n",
47602
47980
  "commentRange": {
47603
47981
  "start": 22,
47604
47982
  "end": 23
@@ -47625,7 +48003,7 @@
47625
48003
  "resolvedType": "String"
47626
48004
  },
47627
48005
  {
47628
- "description": "Border width of the map.\n",
48006
+ "description": "The border width of the Map.\n",
47629
48007
  "commentRange": {
47630
48008
  "start": 26,
47631
48009
  "end": 27
@@ -47652,7 +48030,7 @@
47652
48030
  "resolvedType": "Number"
47653
48031
  },
47654
48032
  {
47655
- "description": "Height of the map.\n",
48033
+ "description": "The height of the Map.\n",
47656
48034
  "commentRange": {
47657
48035
  "start": 29,
47658
48036
  "end": 30
@@ -47679,7 +48057,7 @@
47679
48057
  "resolvedType": "Number"
47680
48058
  },
47681
48059
  {
47682
- "description": "Map navigator horizontal margin.\n",
48060
+ "description": "The horizontal margin of the Map navigator.\n",
47683
48061
  "commentRange": {
47684
48062
  "start": 33,
47685
48063
  "end": 34
@@ -47706,7 +48084,7 @@
47706
48084
  "resolvedType": "String"
47707
48085
  },
47708
48086
  {
47709
- "description": "Map navigator vertical margin.\n",
48087
+ "description": "The vertical margin of the Map navigator.\n",
47710
48088
  "commentRange": {
47711
48089
  "start": 36,
47712
48090
  "end": 37
@@ -47733,7 +48111,7 @@
47733
48111
  "resolvedType": "String"
47734
48112
  },
47735
48113
  {
47736
- "description": "Map navigator padding.\n",
48114
+ "description": "The padding of the Map navigator.\n",
47737
48115
  "commentRange": {
47738
48116
  "start": 39,
47739
48117
  "end": 40
@@ -47760,7 +48138,7 @@
47760
48138
  "resolvedType": "String"
47761
48139
  },
47762
48140
  {
47763
- "description": "Map navigator width.\n",
48141
+ "description": "The width of the Map navigator.\n",
47764
48142
  "commentRange": {
47765
48143
  "start": 42,
47766
48144
  "end": 43
@@ -47787,7 +48165,7 @@
47787
48165
  "resolvedType": "Calculation"
47788
48166
  },
47789
48167
  {
47790
- "description": "Map navigator height.\n",
48168
+ "description": "The height of the Map navigator.\n",
47791
48169
  "commentRange": {
47792
48170
  "start": 45,
47793
48171
  "end": 46
@@ -47814,7 +48192,7 @@
47814
48192
  "resolvedType": "Calculation"
47815
48193
  },
47816
48194
  {
47817
- "description": "Map navigator border width.\n",
48195
+ "description": "The border width of the Map navigator.\n",
47818
48196
  "commentRange": {
47819
48197
  "start": 48,
47820
48198
  "end": 49
@@ -47841,7 +48219,7 @@
47841
48219
  "resolvedType": "Number"
47842
48220
  },
47843
48221
  {
47844
- "description": "Map navigator background color.\n",
48222
+ "description": "The background color of the Map navigator.\n",
47845
48223
  "commentRange": {
47846
48224
  "start": 51,
47847
48225
  "end": 52
@@ -47868,7 +48246,7 @@
47868
48246
  "resolvedType": "String"
47869
48247
  },
47870
48248
  {
47871
- "description": "Map navigator text color.\n",
48249
+ "description": "The text color of the Map navigator.\n",
47872
48250
  "commentRange": {
47873
48251
  "start": 54,
47874
48252
  "end": 55
@@ -47895,7 +48273,7 @@
47895
48273
  "resolvedType": "String"
47896
48274
  },
47897
48275
  {
47898
- "description": "Map navigator border color.\n",
48276
+ "description": "The border color of the Map navigator.\n",
47899
48277
  "commentRange": {
47900
48278
  "start": 57,
47901
48279
  "end": 58
@@ -47922,7 +48300,7 @@
47922
48300
  "resolvedType": "String"
47923
48301
  },
47924
48302
  {
47925
- "description": "Map zoom control margin.\n",
48303
+ "description": "The margin of the Map zoom control.\n",
47926
48304
  "commentRange": {
47927
48305
  "start": 61,
47928
48306
  "end": 62
@@ -47949,7 +48327,7 @@
47949
48327
  "resolvedType": "String"
47950
48328
  },
47951
48329
  {
47952
- "description": "Map zoom control horizontal padding.\n",
48330
+ "description": "The horizontal padding of the Map zoom control.\n",
47953
48331
  "commentRange": {
47954
48332
  "start": 64,
47955
48333
  "end": 65
@@ -47976,7 +48354,7 @@
47976
48354
  "resolvedType": "String"
47977
48355
  },
47978
48356
  {
47979
- "description": "Map zoom control vertical padding.\n",
48357
+ "description": "The vertical padding of the Map zoom control.\n",
47980
48358
  "commentRange": {
47981
48359
  "start": 67,
47982
48360
  "end": 68
@@ -48003,7 +48381,7 @@
48003
48381
  "resolvedType": "String"
48004
48382
  },
48005
48383
  {
48006
- "description": "Map attribution horizontal padding.\n",
48384
+ "description": "The horizontal padding of the Map attribution.\n",
48007
48385
  "commentRange": {
48008
48386
  "start": 71,
48009
48387
  "end": 72
@@ -48030,7 +48408,7 @@
48030
48408
  "resolvedType": "String"
48031
48409
  },
48032
48410
  {
48033
- "description": "Map attribution vertical padding.\n",
48411
+ "description": "The vertical padding of the Map attribution.\n",
48034
48412
  "commentRange": {
48035
48413
  "start": 74,
48036
48414
  "end": 75
@@ -48057,7 +48435,7 @@
48057
48435
  "resolvedType": "String"
48058
48436
  },
48059
48437
  {
48060
- "description": "Map attribution font size.\n",
48438
+ "description": "The font size of the Map attribution.\n",
48061
48439
  "commentRange": {
48062
48440
  "start": 77,
48063
48441
  "end": 78
@@ -48084,7 +48462,7 @@
48084
48462
  "resolvedType": "Calculation"
48085
48463
  },
48086
48464
  {
48087
- "description": "Map attribution background color.\n",
48465
+ "description": "The background color of the Map attribution.\n",
48088
48466
  "commentRange": {
48089
48467
  "start": 80,
48090
48468
  "end": 81
@@ -48111,7 +48489,7 @@
48111
48489
  "resolvedType": "String"
48112
48490
  },
48113
48491
  {
48114
- "description": "Map marker fill color.\n",
48492
+ "description": "The fill color of the Map marker.\n",
48115
48493
  "commentRange": {
48116
48494
  "start": 84,
48117
48495
  "end": 85
@@ -48138,7 +48516,7 @@
48138
48516
  "resolvedType": "String"
48139
48517
  },
48140
48518
  {
48141
- "description": "Border width of the mediaplayer.\n",
48519
+ "description": "The border width of the MediaPlayer.\n",
48142
48520
  "commentRange": {
48143
48521
  "start": 4,
48144
48522
  "end": 5
@@ -48165,7 +48543,7 @@
48165
48543
  "resolvedType": "Number"
48166
48544
  },
48167
48545
  {
48168
- "description": "Font family of the mediaplayer.\n",
48546
+ "description": "The font family of the MediaPlayer.\n",
48169
48547
  "commentRange": {
48170
48548
  "start": 7,
48171
48549
  "end": 8
@@ -48192,7 +48570,7 @@
48192
48570
  "resolvedType": "String"
48193
48571
  },
48194
48572
  {
48195
- "description": "Font size of the mediaplayer.\n",
48573
+ "description": "The font size of the MediaPlayer.\n",
48196
48574
  "commentRange": {
48197
48575
  "start": 10,
48198
48576
  "end": 11
@@ -48219,7 +48597,7 @@
48219
48597
  "resolvedType": "String"
48220
48598
  },
48221
48599
  {
48222
- "description": "Line height of the mediaplayer.\n",
48600
+ "description": "The line height of the MediaPlayer.\n",
48223
48601
  "commentRange": {
48224
48602
  "start": 13,
48225
48603
  "end": 14
@@ -48246,7 +48624,7 @@
48246
48624
  "resolvedType": "String"
48247
48625
  },
48248
48626
  {
48249
- "description": "Background color of the mediaplayer.\n",
48627
+ "description": "The background color of the MediaPlayer.\n",
48250
48628
  "commentRange": {
48251
48629
  "start": 17,
48252
48630
  "end": 18
@@ -48273,7 +48651,7 @@
48273
48651
  "resolvedType": "String"
48274
48652
  },
48275
48653
  {
48276
- "description": "Text color of the mediaplayer.\n",
48654
+ "description": "The text color of the MediaPlayer.\n",
48277
48655
  "commentRange": {
48278
48656
  "start": 20,
48279
48657
  "end": 21
@@ -48300,7 +48678,7 @@
48300
48678
  "resolvedType": "String"
48301
48679
  },
48302
48680
  {
48303
- "description": "Border color of the mediaplayer.\n",
48681
+ "description": "The border color of the MediaPlayer.\n",
48304
48682
  "commentRange": {
48305
48683
  "start": 23,
48306
48684
  "end": 24
@@ -48327,7 +48705,7 @@
48327
48705
  "resolvedType": "String"
48328
48706
  },
48329
48707
  {
48330
- "description": "Mediaplayer overlay background color.\n",
48708
+ "description": "The background color of the MediaPlayer overlay.\n",
48331
48709
  "commentRange": {
48332
48710
  "start": 27,
48333
48711
  "end": 28
@@ -48354,7 +48732,7 @@
48354
48732
  "resolvedType": "String"
48355
48733
  },
48356
48734
  {
48357
- "description": "Mediaplayer quality button border color.\n",
48735
+ "description": "The border color of the MediaPlayer button.\n",
48358
48736
  "commentRange": {
48359
48737
  "start": 31,
48360
48738
  "end": 32
@@ -48381,7 +48759,7 @@
48381
48759
  "resolvedType": "String"
48382
48760
  },
48383
48761
  {
48384
- "description": "Media player title font size.\n",
48762
+ "description": "The font size of the MediaPlayer title.\n",
48385
48763
  "commentRange": {
48386
48764
  "start": 35,
48387
48765
  "end": 36
@@ -48408,7 +48786,7 @@
48408
48786
  "resolvedType": "String"
48409
48787
  },
48410
48788
  {
48411
- "description": "Mediaplayer titlebar horizontal padding.\n",
48789
+ "description": "The horizontal padding of the MediaPlayer title.\n",
48412
48790
  "commentRange": {
48413
48791
  "start": 38,
48414
48792
  "end": 39
@@ -48435,7 +48813,7 @@
48435
48813
  "resolvedType": "String"
48436
48814
  },
48437
48815
  {
48438
- "description": "Mediaplayer titlebar vertical padding.\n",
48816
+ "description": "The vertical padding of the MediaPlayer title.\n",
48439
48817
  "commentRange": {
48440
48818
  "start": 41,
48441
48819
  "end": 42
@@ -48462,7 +48840,7 @@
48462
48840
  "resolvedType": "String"
48463
48841
  },
48464
48842
  {
48465
- "description": "Mediaplayer titlebar background color.\n",
48843
+ "description": "The background color of the MediaPlayer title.\n",
48466
48844
  "commentRange": {
48467
48845
  "start": 44,
48468
48846
  "end": 45
@@ -48489,7 +48867,7 @@
48489
48867
  "resolvedType": "String"
48490
48868
  },
48491
48869
  {
48492
- "description": "Mediaplayer titlebar text color.\n",
48870
+ "description": "The text color of the MediaPlayer title.\n",
48493
48871
  "commentRange": {
48494
48872
  "start": 47,
48495
48873
  "end": 48
@@ -56341,7 +56719,7 @@
56341
56719
  "resolvedType": "String"
56342
56720
  },
56343
56721
  {
56344
- "description": "Spacer of the PivotGrid.\n",
56722
+ "description": "The spacer of the PivotGrid.\n",
56345
56723
  "commentRange": {
56346
56724
  "start": 8,
56347
56725
  "end": 9
@@ -56368,7 +56746,7 @@
56368
56746
  "resolvedType": "String"
56369
56747
  },
56370
56748
  {
56371
- "description": "Horizontal padding of the PivotGrid.\n",
56749
+ "description": "The horizontal padding of the PivotGrid.\n",
56372
56750
  "commentRange": {
56373
56751
  "start": 12,
56374
56752
  "end": 13
@@ -56395,7 +56773,7 @@
56395
56773
  "resolvedType": "String"
56396
56774
  },
56397
56775
  {
56398
- "description": "Vertical of the PivotGrid.\n",
56776
+ "description": "The vertical of the PivotGrid.\n",
56399
56777
  "commentRange": {
56400
56778
  "start": 15,
56401
56779
  "end": 16
@@ -56422,7 +56800,7 @@
56422
56800
  "resolvedType": "String"
56423
56801
  },
56424
56802
  {
56425
- "description": "Font family of the PivotGrid.\n",
56803
+ "description": "The font family of the PivotGrid.\n",
56426
56804
  "commentRange": {
56427
56805
  "start": 18,
56428
56806
  "end": 19
@@ -56449,7 +56827,7 @@
56449
56827
  "resolvedType": "String"
56450
56828
  },
56451
56829
  {
56452
- "description": " Font size of the PivotGrid.\n",
56830
+ "description": "The font size of the PivotGrid.\n",
56453
56831
  "commentRange": {
56454
56832
  "start": 21,
56455
56833
  "end": 22
@@ -56476,7 +56854,7 @@
56476
56854
  "resolvedType": "String"
56477
56855
  },
56478
56856
  {
56479
- "description": " Line height of the PivotGrid.\n",
56857
+ "description": "The line height of the PivotGrid.\n",
56480
56858
  "commentRange": {
56481
56859
  "start": 24,
56482
56860
  "end": 25
@@ -56503,7 +56881,7 @@
56503
56881
  "resolvedType": "String"
56504
56882
  },
56505
56883
  {
56506
- "description": "Border width of the PivotGrid.\n",
56884
+ "description": "The border width of the PivotGrid.\n",
56507
56885
  "commentRange": {
56508
56886
  "start": 27,
56509
56887
  "end": 28
@@ -56530,7 +56908,7 @@
56530
56908
  "resolvedType": "Number"
56531
56909
  },
56532
56910
  {
56533
- "description": "Icon spacing of the PivotGrid.\n",
56911
+ "description": "The icon spacing of the PivotGrid.\n",
56534
56912
  "commentRange": {
56535
56913
  "start": 30,
56536
56914
  "end": 31
@@ -56557,7 +56935,7 @@
56557
56935
  "resolvedType": "String"
56558
56936
  },
56559
56937
  {
56560
- "description": "Background color of the PivotGrid.\n",
56938
+ "description": "The background color of the PivotGrid.\n",
56561
56939
  "commentRange": {
56562
56940
  "start": 34,
56563
56941
  "end": 35
@@ -56584,7 +56962,7 @@
56584
56962
  "resolvedType": "String"
56585
56963
  },
56586
56964
  {
56587
- "description": "Text color of the PivotGrid.\n",
56965
+ "description": "The text color of the PivotGrid.\n",
56588
56966
  "commentRange": {
56589
56967
  "start": 37,
56590
56968
  "end": 38
@@ -56611,7 +56989,7 @@
56611
56989
  "resolvedType": "String"
56612
56990
  },
56613
56991
  {
56614
- "description": " Border color of the PivotGrid.\n",
56992
+ "description": "The border color of the PivotGrid.\n",
56615
56993
  "commentRange": {
56616
56994
  "start": 40,
56617
56995
  "end": 41
@@ -56638,7 +57016,7 @@
56638
57016
  "resolvedType": "String"
56639
57017
  },
56640
57018
  {
56641
- "description": "Alt border color of the PivotGrid.\n",
57019
+ "description": "The alt border color of the PivotGrid.\n",
56642
57020
  "commentRange": {
56643
57021
  "start": 43,
56644
57022
  "end": 44
@@ -56665,7 +57043,7 @@
56665
57043
  "resolvedType": "String"
56666
57044
  },
56667
57045
  {
56668
- "description": "Default width of the PivotGrid row header.\n",
57046
+ "description": "The default width of the PivotGrid row header.\n",
56669
57047
  "commentRange": {
56670
57048
  "start": 47,
56671
57049
  "end": 48
@@ -56692,7 +57070,7 @@
56692
57070
  "resolvedType": "Number"
56693
57071
  },
56694
57072
  {
56695
- "description": "Default height of the PivotGrid column header.\n",
57073
+ "description": "The default height of the PivotGrid column header.\n",
56696
57074
  "commentRange": {
56697
57075
  "start": 50,
56698
57076
  "end": 51
@@ -56719,7 +57097,7 @@
56719
57097
  "resolvedType": "Number"
56720
57098
  },
56721
57099
  {
56722
- "description": "Horizontal padding of the PivotGrid cell.\n",
57100
+ "description": "The horizontal padding of the PivotGrid cell.\n",
56723
57101
  "commentRange": {
56724
57102
  "start": 54,
56725
57103
  "end": 55
@@ -56746,7 +57124,7 @@
56746
57124
  "resolvedType": "String"
56747
57125
  },
56748
57126
  {
56749
- "description": "Vertical padding of the PivotGrid cell.\n",
57127
+ "description": "The vertical padding of the PivotGrid cell.\n",
56750
57128
  "commentRange": {
56751
57129
  "start": 57,
56752
57130
  "end": 58
@@ -56773,7 +57151,7 @@
56773
57151
  "resolvedType": "String"
56774
57152
  },
56775
57153
  {
56776
- "description": "Border width of the PivotGrid cell.\n",
57154
+ "description": "The border width of the PivotGrid cell.\n",
56777
57155
  "commentRange": {
56778
57156
  "start": 60,
56779
57157
  "end": 61
@@ -56800,7 +57178,7 @@
56800
57178
  "resolvedType": "Number"
56801
57179
  },
56802
57180
  {
56803
- "description": "Background color of the PivotGrid header.\n",
57181
+ "description": "The background color of the PivotGrid header.\n",
56804
57182
  "commentRange": {
56805
57183
  "start": 64,
56806
57184
  "end": 65
@@ -56827,7 +57205,7 @@
56827
57205
  "resolvedType": "String"
56828
57206
  },
56829
57207
  {
56830
- "description": "Text color of the PivotGrid header.\n",
57208
+ "description": "The text color of the PivotGrid header.\n",
56831
57209
  "commentRange": {
56832
57210
  "start": 67,
56833
57211
  "end": 68
@@ -56854,7 +57232,7 @@
56854
57232
  "resolvedType": "String"
56855
57233
  },
56856
57234
  {
56857
- "description": "Border color of the PivotGrid header.\n",
57235
+ "description": "The border color of the PivotGrid header.\n",
56858
57236
  "commentRange": {
56859
57237
  "start": 70,
56860
57238
  "end": 71
@@ -56881,7 +57259,7 @@
56881
57259
  "resolvedType": "String"
56882
57260
  },
56883
57261
  {
56884
- "description": "Background color of the PivotGrid total cells.\n",
57262
+ "description": "The background color of the PivotGrid total cells.\n",
56885
57263
  "commentRange": {
56886
57264
  "start": 74,
56887
57265
  "end": 75
@@ -56908,7 +57286,7 @@
56908
57286
  "resolvedType": "String"
56909
57287
  },
56910
57288
  {
56911
- "description": "Text color of the PivotGrid total cells.\n",
57289
+ "description": "The text color of the PivotGrid total cells.\n",
56912
57290
  "commentRange": {
56913
57291
  "start": 77,
56914
57292
  "end": 78
@@ -56935,7 +57313,7 @@
56935
57313
  "resolvedType": "String"
56936
57314
  },
56937
57315
  {
56938
- "description": "Border color of the PivotGrid total cells.\n",
57316
+ "description": "The border color of the PivotGrid total cells.\n",
56939
57317
  "commentRange": {
56940
57318
  "start": 80,
56941
57319
  "end": 81
@@ -56962,7 +57340,7 @@
56962
57340
  "resolvedType": "String"
56963
57341
  },
56964
57342
  {
56965
- "description": "Hover background color of the PivotGrid.\n",
57343
+ "description": "The hover background color of the PivotGrid.\n",
56966
57344
  "commentRange": {
56967
57345
  "start": 84,
56968
57346
  "end": 85
@@ -56989,7 +57367,7 @@
56989
57367
  "resolvedType": "String"
56990
57368
  },
56991
57369
  {
56992
- "description": "Hover text color of the PivotGrid.\n",
57370
+ "description": "The hover text color of the PivotGrid.\n",
56993
57371
  "commentRange": {
56994
57372
  "start": 87,
56995
57373
  "end": 88
@@ -57016,7 +57394,7 @@
57016
57394
  "resolvedType": "String"
57017
57395
  },
57018
57396
  {
57019
- "description": "Hover border color of the PivotGrid.\n",
57397
+ "description": "The hover border color of the PivotGrid.\n",
57020
57398
  "commentRange": {
57021
57399
  "start": 90,
57022
57400
  "end": 91
@@ -57043,7 +57421,7 @@
57043
57421
  "resolvedType": "String"
57044
57422
  },
57045
57423
  {
57046
- "description": "Selected background color of the PivotGrid.\n",
57424
+ "description": "The selected background color of the PivotGrid.\n",
57047
57425
  "commentRange": {
57048
57426
  "start": 94,
57049
57427
  "end": 95
@@ -57070,7 +57448,7 @@
57070
57448
  "resolvedType": "String"
57071
57449
  },
57072
57450
  {
57073
- "description": "Selected text color of the PivotGrid.\n",
57451
+ "description": "The selected text color of the PivotGrid.\n",
57074
57452
  "commentRange": {
57075
57453
  "start": 97,
57076
57454
  "end": 98
@@ -57097,7 +57475,7 @@
57097
57475
  "resolvedType": "String"
57098
57476
  },
57099
57477
  {
57100
- "description": "Selected border color of the PivotGrid.\n",
57478
+ "description": "The selected border color of the PivotGrid.\n",
57101
57479
  "commentRange": {
57102
57480
  "start": 100,
57103
57481
  "end": 101
@@ -57124,7 +57502,7 @@
57124
57502
  "resolvedType": "String"
57125
57503
  },
57126
57504
  {
57127
- "description": "Focus shadow of the PivotGrid.\n",
57505
+ "description": "The focus shadow of the PivotGrid.\n",
57128
57506
  "commentRange": {
57129
57507
  "start": 104,
57130
57508
  "end": 105
@@ -57151,7 +57529,7 @@
57151
57529
  "resolvedType": "List"
57152
57530
  },
57153
57531
  {
57154
- "description": "Horizontal padding of the PivotGrid configurator.\n",
57532
+ "description": "The horizontal padding of the PivotGrid configurator.\n",
57155
57533
  "commentRange": {
57156
57534
  "start": 108,
57157
57535
  "end": 109
@@ -57178,7 +57556,7 @@
57178
57556
  "resolvedType": "String"
57179
57557
  },
57180
57558
  {
57181
- "description": "Vertical padding of the PivotGrid configurator.\n",
57559
+ "description": "The vertical padding of the PivotGrid configurator.\n",
57182
57560
  "commentRange": {
57183
57561
  "start": 111,
57184
57562
  "end": 112
@@ -57205,7 +57583,7 @@
57205
57583
  "resolvedType": "String"
57206
57584
  },
57207
57585
  {
57208
- "description": "Border width of the PivotGrid configurator.\n",
57586
+ "description": "The border width of the PivotGrid configurator.\n",
57209
57587
  "commentRange": {
57210
57588
  "start": 114,
57211
57589
  "end": 115
@@ -57232,7 +57610,7 @@
57232
57610
  "resolvedType": "Number"
57233
57611
  },
57234
57612
  {
57235
- "description": "Horizontal padding of the PivotGrid configurator header.\n",
57613
+ "description": "The horizontal padding of the PivotGrid configurator header.\n",
57236
57614
  "commentRange": {
57237
57615
  "start": 118,
57238
57616
  "end": 119
@@ -57259,7 +57637,7 @@
57259
57637
  "resolvedType": "String"
57260
57638
  },
57261
57639
  {
57262
- "description": "Vertical padding of the PivotGrid configurator header.\n",
57640
+ "description": "The vertical padding of the PivotGrid configurator header.\n",
57263
57641
  "commentRange": {
57264
57642
  "start": 121,
57265
57643
  "end": 122
@@ -57286,7 +57664,7 @@
57286
57664
  "resolvedType": "String"
57287
57665
  },
57288
57666
  {
57289
- "description": "Font size of the PivotGrid configurator header.\n",
57667
+ "description": "The font size of the PivotGrid configurator header.\n",
57290
57668
  "commentRange": {
57291
57669
  "start": 124,
57292
57670
  "end": 125
@@ -57313,7 +57691,7 @@
57313
57691
  "resolvedType": "Calculation"
57314
57692
  },
57315
57693
  {
57316
- "description": "Font weight of the PivotGrid configurator header.\n",
57694
+ "description": "The font weight of the PivotGrid configurator header.\n",
57317
57695
  "commentRange": {
57318
57696
  "start": 127,
57319
57697
  "end": 128
@@ -57340,7 +57718,7 @@
57340
57718
  "resolvedType": "String"
57341
57719
  },
57342
57720
  {
57343
- "description": "Horizontal padding of the PivotGrid configurator content.\n",
57721
+ "description": "The horizontal padding of the PivotGrid configurator content.\n",
57344
57722
  "commentRange": {
57345
57723
  "start": 131,
57346
57724
  "end": 132
@@ -57367,7 +57745,7 @@
57367
57745
  "resolvedType": "String"
57368
57746
  },
57369
57747
  {
57370
- "description": "Vertical padding of the PivotGrid configurator content.\n",
57748
+ "description": "The vertical padding of the PivotGrid configurator content.\n",
57371
57749
  "commentRange": {
57372
57750
  "start": 134,
57373
57751
  "end": 135
@@ -57394,7 +57772,7 @@
57394
57772
  "resolvedType": "String"
57395
57773
  },
57396
57774
  {
57397
- "description": "Horizontal margin of the PivotGrid configurator fields.\n",
57775
+ "description": "The horizontal margin of the PivotGrid configurator fields.\n",
57398
57776
  "commentRange": {
57399
57777
  "start": 138,
57400
57778
  "end": 139
@@ -57421,7 +57799,7 @@
57421
57799
  "resolvedType": "String"
57422
57800
  },
57423
57801
  {
57424
- "description": "Vertical margin of the PivotGrid configurator fields.\n",
57802
+ "description": "The vertical margin of the PivotGrid configurator fields.\n",
57425
57803
  "commentRange": {
57426
57804
  "start": 141,
57427
57805
  "end": 142
@@ -57448,7 +57826,7 @@
57448
57826
  "resolvedType": "Calculation"
57449
57827
  },
57450
57828
  {
57451
- "description": "Spacing of the PivotGrid configurator fields.\n",
57829
+ "description": "The spacing of the PivotGrid configurator fields.\n",
57452
57830
  "commentRange": {
57453
57831
  "start": 144,
57454
57832
  "end": 145
@@ -57475,7 +57853,7 @@
57475
57853
  "resolvedType": "String"
57476
57854
  },
57477
57855
  {
57478
- "description": "Default width of the PivotGrid vertical configurator.\n",
57856
+ "description": "The default width of the PivotGrid vertical configurator.\n",
57479
57857
  "commentRange": {
57480
57858
  "start": 148,
57481
57859
  "end": 149
@@ -57502,7 +57880,7 @@
57502
57880
  "resolvedType": "Number"
57503
57881
  },
57504
57882
  {
57505
- "description": "Default height of the PivotGrid horizontal configurator.\n",
57883
+ "description": "The default height of the PivotGrid horizontal configurator.\n",
57506
57884
  "commentRange": {
57507
57885
  "start": 151,
57508
57886
  "end": 152
@@ -57529,7 +57907,7 @@
57529
57907
  "resolvedType": "Number"
57530
57908
  },
57531
57909
  {
57532
- "description": "Background color of the PivotGrid configurator.\n",
57910
+ "description": "The background color of the PivotGrid configurator.\n",
57533
57911
  "commentRange": {
57534
57912
  "start": 155,
57535
57913
  "end": 156
@@ -57556,7 +57934,7 @@
57556
57934
  "resolvedType": "String"
57557
57935
  },
57558
57936
  {
57559
- "description": "Text color of the PivotGrid configurator.\n",
57937
+ "description": "The text color of the PivotGrid configurator.\n",
57560
57938
  "commentRange": {
57561
57939
  "start": 158,
57562
57940
  "end": 159
@@ -57583,7 +57961,7 @@
57583
57961
  "resolvedType": "String"
57584
57962
  },
57585
57963
  {
57586
- "description": "Border color of the PivotGrid configurator.\n",
57964
+ "description": "The border color of the PivotGrid configurator.\n",
57587
57965
  "commentRange": {
57588
57966
  "start": 161,
57589
57967
  "end": 162
@@ -57610,7 +57988,7 @@
57610
57988
  "resolvedType": "String"
57611
57989
  },
57612
57990
  {
57613
- "description": "Background color of the PivotGrid configurator header.\n",
57991
+ "description": "The background color of the PivotGrid configurator header.\n",
57614
57992
  "commentRange": {
57615
57993
  "start": 165,
57616
57994
  "end": 166
@@ -57637,7 +58015,7 @@
57637
58015
  "resolvedType": "String"
57638
58016
  },
57639
58017
  {
57640
- "description": "Text color of the PivotGrid configurator header.\n",
58018
+ "description": "The text color of the PivotGrid configurator header.\n",
57641
58019
  "commentRange": {
57642
58020
  "start": 168,
57643
58021
  "end": 169
@@ -57664,7 +58042,7 @@
57664
58042
  "resolvedType": "String"
57665
58043
  },
57666
58044
  {
57667
- "description": "Border color of the PivotGrid configurator header.\n",
58045
+ "description": "The border color of the PivotGrid configurator header.\n",
57668
58046
  "commentRange": {
57669
58047
  "start": 171,
57670
58048
  "end": 172
@@ -57691,7 +58069,7 @@
57691
58069
  "resolvedType": "String"
57692
58070
  },
57693
58071
  {
57694
- "description": "Horizontal padding of the PivotGrid configurator button.\n",
58072
+ "description": "The horizontal padding of the PivotGrid configurator button.\n",
57695
58073
  "commentRange": {
57696
58074
  "start": 175,
57697
58075
  "end": 176
@@ -57718,7 +58096,7 @@
57718
58096
  "resolvedType": "String"
57719
58097
  },
57720
58098
  {
57721
- "description": "Vertical padding of the PivotGrid configurator button.\n",
58099
+ "description": "The vertical padding of the PivotGrid configurator button.\n",
57722
58100
  "commentRange": {
57723
58101
  "start": 178,
57724
58102
  "end": 179
@@ -57745,7 +58123,7 @@
57745
58123
  "resolvedType": "String"
57746
58124
  },
57747
58125
  {
57748
- "description": "Border width of the PivotGrid configurator button.\n",
58126
+ "description": "The border width of the PivotGrid configurator button.\n",
57749
58127
  "commentRange": {
57750
58128
  "start": 181,
57751
58129
  "end": 182
@@ -57772,7 +58150,7 @@
57772
58150
  "resolvedType": "Number"
57773
58151
  },
57774
58152
  {
57775
- "description": "Size of the PivotGrid configurator button.\n",
58153
+ "description": "The size of the PivotGrid configurator button.\n",
57776
58154
  "commentRange": {
57777
58155
  "start": 184,
57778
58156
  "end": 185
@@ -57799,7 +58177,7 @@
57799
58177
  "resolvedType": "Calculation"
57800
58178
  },
57801
58179
  {
57802
- "description": "Icon spacing of the PivotGrid configurator button.\n",
58180
+ "description": "The icon spacing of the PivotGrid configurator button.\n",
57803
58181
  "commentRange": {
57804
58182
  "start": 187,
57805
58183
  "end": 188
@@ -57826,7 +58204,7 @@
57826
58204
  "resolvedType": "String"
57827
58205
  },
57828
58206
  {
57829
- "description": "Horizontal padding of the PivotGrid calculated field.\n",
58207
+ "description": "The horizontal padding of the PivotGrid calculated field.\n",
57830
58208
  "commentRange": {
57831
58209
  "start": 191,
57832
58210
  "end": 192
@@ -57853,7 +58231,7 @@
57853
58231
  "resolvedType": "String"
57854
58232
  },
57855
58233
  {
57856
- "description": "Vertical padding of the PivotGrid calculated field.\n",
58234
+ "description": "The vertical padding of the PivotGrid calculated field.\n",
57857
58235
  "commentRange": {
57858
58236
  "start": 194,
57859
58237
  "end": 195
@@ -57880,7 +58258,7 @@
57880
58258
  "resolvedType": "String"
57881
58259
  },
57882
58260
  {
57883
- "description": "Border width of the PivotGrid calculated field.\n",
58261
+ "description": "The border width of the PivotGrid calculated field.\n",
57884
58262
  "commentRange": {
57885
58263
  "start": 197,
57886
58264
  "end": 198
@@ -57907,7 +58285,7 @@
57907
58285
  "resolvedType": "Number"
57908
58286
  },
57909
58287
  {
57910
- "description": "Border radius of the PivotGrid calculated field.\n",
58288
+ "description": "The border radius of the PivotGrid calculated field.\n",
57911
58289
  "commentRange": {
57912
58290
  "start": 200,
57913
58291
  "end": 201
@@ -57934,7 +58312,7 @@
57934
58312
  "resolvedType": "String"
57935
58313
  },
57936
58314
  {
57937
- "description": "Spacing of the PivotGrid calculated field.\n",
58315
+ "description": "The spacing of the PivotGrid calculated field.\n",
57938
58316
  "commentRange": {
57939
58317
  "start": 203,
57940
58318
  "end": 204
@@ -57961,7 +58339,7 @@
57961
58339
  "resolvedType": "String"
57962
58340
  },
57963
58341
  {
57964
- "description": "Background color of the PivotGrid calculated field.\n",
58342
+ "description": "The background color of the PivotGrid calculated field.\n",
57965
58343
  "commentRange": {
57966
58344
  "start": 206,
57967
58345
  "end": 207
@@ -57988,7 +58366,7 @@
57988
58366
  "resolvedType": "String"
57989
58367
  },
57990
58368
  {
57991
- "description": "Text color of the PivotGrid calculated field.\n",
58369
+ "description": "The text color of the PivotGrid calculated field.\n",
57992
58370
  "commentRange": {
57993
58371
  "start": 209,
57994
58372
  "end": 210
@@ -58015,7 +58393,7 @@
58015
58393
  "resolvedType": "String"
58016
58394
  },
58017
58395
  {
58018
- "description": "Border color of the PivotGrid calculated field.\n",
58396
+ "description": "The border color of the PivotGrid calculated field.\n",
58019
58397
  "commentRange": {
58020
58398
  "start": 212,
58021
58399
  "end": 213
@@ -58042,7 +58420,7 @@
58042
58420
  "resolvedType": "String"
58043
58421
  },
58044
58422
  {
58045
- "description": "Background color of the PivotGrid calculated field header.\n",
58423
+ "description": "The background color of the PivotGrid calculated field header.\n",
58046
58424
  "commentRange": {
58047
58425
  "start": 216,
58048
58426
  "end": 217
@@ -58069,7 +58447,7 @@
58069
58447
  "resolvedType": "String"
58070
58448
  },
58071
58449
  {
58072
- "description": "Text color of the PivotGrid calculated field header.\n",
58450
+ "description": "The text color of the PivotGrid calculated field header.\n",
58073
58451
  "commentRange": {
58074
58452
  "start": 219,
58075
58453
  "end": 220
@@ -58096,7 +58474,7 @@
58096
58474
  "resolvedType": "String"
58097
58475
  },
58098
58476
  {
58099
- "description": "Border color of the PivotGrid calculated field header.\n",
58477
+ "description": "The border color of the PivotGrid calculated field header.\n",
58100
58478
  "commentRange": {
58101
58479
  "start": 222,
58102
58480
  "end": 223
@@ -58123,7 +58501,7 @@
58123
58501
  "resolvedType": "String"
58124
58502
  },
58125
58503
  {
58126
- "description": "Horizontal padding of the PivotGrid treeview.\n",
58504
+ "description": "The horizontal padding of the PivotGrid treeview.\n",
58127
58505
  "commentRange": {
58128
58506
  "start": 226,
58129
58507
  "end": 227
@@ -58150,7 +58528,7 @@
58150
58528
  "resolvedType": "Calculation"
58151
58529
  },
58152
58530
  {
58153
- "description": "Vertical padding of the PivotGrid treeview.\n",
58531
+ "description": "The vertical padding of the PivotGrid treeview.\n",
58154
58532
  "commentRange": {
58155
58533
  "start": 229,
58156
58534
  "end": 230
@@ -60148,7 +60526,7 @@
60148
60526
  "resolvedType": "String"
60149
60527
  },
60150
60528
  {
60151
- "description": "The text color of the Prompt.\n",
60529
+ "description": "The text color of the AIPrompt.\n",
60152
60530
  "commentRange": {
60153
60531
  "start": 4,
60154
60532
  "end": 5
@@ -60175,7 +60553,7 @@
60175
60553
  "resolvedType": "String"
60176
60554
  },
60177
60555
  {
60178
- "description": "The background color of the Prompt.\n",
60556
+ "description": "The background color of the AIPrompt.\n",
60179
60557
  "commentRange": {
60180
60558
  "start": 7,
60181
60559
  "end": 8
@@ -60202,7 +60580,7 @@
60202
60580
  "resolvedType": "String"
60203
60581
  },
60204
60582
  {
60205
- "description": "The border color of the Prompt.\n",
60583
+ "description": "The border color of the AIPrompt.\n",
60206
60584
  "commentRange": {
60207
60585
  "start": 10,
60208
60586
  "end": 11
@@ -60229,7 +60607,7 @@
60229
60607
  "resolvedType": "String"
60230
60608
  },
60231
60609
  {
60232
- "description": "The text color of the Prompt header.\n",
60610
+ "description": "The text color of the AIPrompt header.\n",
60233
60611
  "commentRange": {
60234
60612
  "start": 14,
60235
60613
  "end": 15
@@ -60256,7 +60634,7 @@
60256
60634
  "resolvedType": "String"
60257
60635
  },
60258
60636
  {
60259
- "description": "The background color of the Prompt header.\n",
60637
+ "description": "The background color of the AIPrompt header.\n",
60260
60638
  "commentRange": {
60261
60639
  "start": 17,
60262
60640
  "end": 18
@@ -60283,7 +60661,7 @@
60283
60661
  "resolvedType": "String"
60284
60662
  },
60285
60663
  {
60286
- "description": "The border color of the Prompt header.\n",
60664
+ "description": "The border color of the AIPrompt header.\n",
60287
60665
  "commentRange": {
60288
60666
  "start": 20,
60289
60667
  "end": 21
@@ -60310,7 +60688,7 @@
60310
60688
  "resolvedType": "String"
60311
60689
  },
60312
60690
  {
60313
- "description": "The vertical padding of the Prompt content.\n",
60691
+ "description": "The vertical padding of the AIPrompt content.\n",
60314
60692
  "commentRange": {
60315
60693
  "start": 24,
60316
60694
  "end": 25
@@ -60337,7 +60715,7 @@
60337
60715
  "resolvedType": "String"
60338
60716
  },
60339
60717
  {
60340
- "description": "The horizontal padding of the Prompt content.\n",
60718
+ "description": "The horizontal padding of the AIPrompt content.\n",
60341
60719
  "commentRange": {
60342
60720
  "start": 27,
60343
60721
  "end": 28
@@ -60364,7 +60742,7 @@
60364
60742
  "resolvedType": "String"
60365
60743
  },
60366
60744
  {
60367
- "description": "The spacing between the items of the Prompt content.\n",
60745
+ "description": "The spacing between the items of the AIPrompt content.\n",
60368
60746
  "commentRange": {
60369
60747
  "start": 30,
60370
60748
  "end": 31
@@ -60391,7 +60769,7 @@
60391
60769
  "resolvedType": "String"
60392
60770
  },
60393
60771
  {
60394
- "description": "The text color of the Prompt content.\n",
60772
+ "description": "The text color of the AIPrompt content.\n",
60395
60773
  "commentRange": {
60396
60774
  "start": 33,
60397
60775
  "end": 34
@@ -60418,7 +60796,7 @@
60418
60796
  "resolvedType": "String"
60419
60797
  },
60420
60798
  {
60421
- "description": "The background color of the Prompt content.\n",
60799
+ "description": "The background color of the AIPrompt content.\n",
60422
60800
  "commentRange": {
60423
60801
  "start": 36,
60424
60802
  "end": 37
@@ -60445,7 +60823,7 @@
60445
60823
  "resolvedType": "String"
60446
60824
  },
60447
60825
  {
60448
- "description": "The text border of the Prompt content.\n",
60826
+ "description": "The text border of the AIPrompt content.\n",
60449
60827
  "commentRange": {
60450
60828
  "start": 39,
60451
60829
  "end": 40
@@ -60472,7 +60850,7 @@
60472
60850
  "resolvedType": "String"
60473
60851
  },
60474
60852
  {
60475
- "description": "The spacing between the items of the Prompt content expander.\n",
60853
+ "description": "The spacing between the items of the AIPrompt content expander.\n",
60476
60854
  "commentRange": {
60477
60855
  "start": 43,
60478
60856
  "end": 44
@@ -60499,7 +60877,7 @@
60499
60877
  "resolvedType": "String"
60500
60878
  },
60501
60879
  {
60502
- "description": "The vertical padding of the Prompt suggestion container.\n",
60880
+ "description": "The vertical padding of the AIPrompt suggestion container.\n",
60503
60881
  "commentRange": {
60504
60882
  "start": 47,
60505
60883
  "end": 48
@@ -60526,7 +60904,7 @@
60526
60904
  "resolvedType": "String"
60527
60905
  },
60528
60906
  {
60529
- "description": "The horizontal padding of the Prompt suggestion container.\n",
60907
+ "description": "The horizontal padding of the AIPrompt suggestion container.\n",
60530
60908
  "commentRange": {
60531
60909
  "start": 50,
60532
60910
  "end": 51
@@ -60553,7 +60931,7 @@
60553
60931
  "resolvedType": "String"
60554
60932
  },
60555
60933
  {
60556
- "description": "The border radius of the Prompt suggestion container.\n",
60934
+ "description": "The border radius of the AIPrompt suggestion container.\n",
60557
60935
  "commentRange": {
60558
60936
  "start": 53,
60559
60937
  "end": 54
@@ -60580,7 +60958,7 @@
60580
60958
  "resolvedType": "String"
60581
60959
  },
60582
60960
  {
60583
- "description": "The text color of the Prompt suggestion container.\n",
60961
+ "description": "The text color of the AIPrompt suggestion container.\n",
60584
60962
  "commentRange": {
60585
60963
  "start": 56,
60586
60964
  "end": 57
@@ -60607,7 +60985,7 @@
60607
60985
  "resolvedType": "String"
60608
60986
  },
60609
60987
  {
60610
- "description": "The background color of the Prompt suggestion container.\n",
60988
+ "description": "The background color of the AIPrompt suggestion container.\n",
60611
60989
  "commentRange": {
60612
60990
  "start": 59,
60613
60991
  "end": 60
@@ -60634,7 +61012,7 @@
60634
61012
  "resolvedType": "String"
60635
61013
  },
60636
61014
  {
60637
- "description": "The border color of the Prompt suggestion container.\n",
61015
+ "description": "The border color of the AIPrompt suggestion container.\n",
60638
61016
  "commentRange": {
60639
61017
  "start": 62,
60640
61018
  "end": 63
@@ -60661,7 +61039,7 @@
60661
61039
  "resolvedType": "String"
60662
61040
  },
60663
61041
  {
60664
- "description": "The elevation of the Prompt suggestion container.\n",
61042
+ "description": "The elevation of the AIPrompt suggestion container.\n",
60665
61043
  "commentRange": {
60666
61044
  "start": 65,
60667
61045
  "end": 66
@@ -104134,6 +104512,309 @@
104134
104512
  }
104135
104513
  ]
104136
104514
  },
104515
+ {
104516
+ "id": "chart-wizard",
104517
+ "title": "ChartWizard",
104518
+ "variables": [
104519
+ {
104520
+ "description": "The color of the area around the chart type icon.\n",
104521
+ "commentRange": {
104522
+ "start": 6,
104523
+ "end": 7
104524
+ },
104525
+ "context": {
104526
+ "type": "variable",
104527
+ "name": "kendo-chart-wizard-icon-area-color",
104528
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
104529
+ "scope": "default",
104530
+ "line": {
104531
+ "start": 8,
104532
+ "end": 8
104533
+ }
104534
+ },
104535
+ "group": [
104536
+ "chart-wizard"
104537
+ ],
104538
+ "access": "public",
104539
+ "file": {
104540
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104541
+ "name": "_variables.scss"
104542
+ },
104543
+ "resolvedValue": "var(--kendo-color-primary, #0078d4)",
104544
+ "resolvedType": "String"
104545
+ },
104546
+ {
104547
+ "description": "The background color of the area around the chart type icon.\n",
104548
+ "commentRange": {
104549
+ "start": 9,
104550
+ "end": 10
104551
+ },
104552
+ "context": {
104553
+ "type": "variable",
104554
+ "name": "kendo-chart-wizard-icon-area-bg",
104555
+ "value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))",
104556
+ "scope": "default",
104557
+ "line": {
104558
+ "start": 11,
104559
+ "end": 11
104560
+ }
104561
+ },
104562
+ "group": [
104563
+ "chart-wizard"
104564
+ ],
104565
+ "access": "public",
104566
+ "file": {
104567
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104568
+ "name": "_variables.scss"
104569
+ },
104570
+ "resolvedValue": "var(--kendo-color-primary-subtle, #deecf9)",
104571
+ "resolvedType": "String"
104572
+ },
104573
+ {
104574
+ "description": "The border radius of the area around the chart type icon.\n",
104575
+ "commentRange": {
104576
+ "start": 12,
104577
+ "end": 13
104578
+ },
104579
+ "context": {
104580
+ "type": "variable",
104581
+ "name": "kendo-chart-wizard-icon-area-border-radius",
104582
+ "value": "k-border-radius(none)",
104583
+ "scope": "default",
104584
+ "line": {
104585
+ "start": 14,
104586
+ "end": 14
104587
+ }
104588
+ },
104589
+ "group": [
104590
+ "chart-wizard"
104591
+ ],
104592
+ "access": "public",
104593
+ "file": {
104594
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104595
+ "name": "_variables.scss"
104596
+ },
104597
+ "resolvedValue": "var(--kendo-border-radius-none, 0px)",
104598
+ "resolvedType": "String"
104599
+ },
104600
+ {
104601
+ "description": "The padding of the area around the chart type icon.\n",
104602
+ "commentRange": {
104603
+ "start": 15,
104604
+ "end": 16
104605
+ },
104606
+ "context": {
104607
+ "type": "variable",
104608
+ "name": "kendo-chart-wizard-icon-area-padding",
104609
+ "value": "k-spacing(4)",
104610
+ "scope": "default",
104611
+ "line": {
104612
+ "start": 17,
104613
+ "end": 17
104614
+ }
104615
+ },
104616
+ "group": [
104617
+ "chart-wizard"
104618
+ ],
104619
+ "access": "public",
104620
+ "file": {
104621
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104622
+ "name": "_variables.scss"
104623
+ },
104624
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
104625
+ "resolvedType": "String"
104626
+ },
104627
+ {
104628
+ "description": "The box shadow of the focused area around the chart type icon.\n",
104629
+ "commentRange": {
104630
+ "start": 18,
104631
+ "end": 19
104632
+ },
104633
+ "context": {
104634
+ "type": "variable",
104635
+ "name": "kendo-chart-wizard-icon-area-focus-shadow",
104636
+ "value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( primary-emphasis ), k-get-theme-color-var( primary-130 ))",
104637
+ "scope": "default",
104638
+ "line": {
104639
+ "start": 20,
104640
+ "end": 20
104641
+ }
104642
+ },
104643
+ "group": [
104644
+ "chart-wizard"
104645
+ ],
104646
+ "access": "public",
104647
+ "file": {
104648
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104649
+ "name": "_variables.scss"
104650
+ },
104651
+ "resolvedValue": "inset 0 0 0 1px var(--kendo-color-primary-emphasis, #004578)",
104652
+ "resolvedType": "List"
104653
+ },
104654
+ {
104655
+ "description": "The box shadow of the selected area around the chart type icon.\n",
104656
+ "commentRange": {
104657
+ "start": 21,
104658
+ "end": 22
104659
+ },
104660
+ "context": {
104661
+ "type": "variable",
104662
+ "name": "kendo-chart-wizard-icon-area-selected-shadow",
104663
+ "value": "inset 0 0 0 1px $kendo-chart-wizard-icon-area-color",
104664
+ "scope": "default",
104665
+ "line": {
104666
+ "start": 23,
104667
+ "end": 23
104668
+ }
104669
+ },
104670
+ "group": [
104671
+ "chart-wizard"
104672
+ ],
104673
+ "access": "public",
104674
+ "file": {
104675
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104676
+ "name": "_variables.scss"
104677
+ },
104678
+ "resolvedValue": "inset 0 0 0 1px var(--kendo-color-primary, #0078d4)",
104679
+ "resolvedType": "List"
104680
+ },
104681
+ {
104682
+ "description": "The color of the selected chart type items in the Property panel.\n",
104683
+ "commentRange": {
104684
+ "start": 25,
104685
+ "end": 26
104686
+ },
104687
+ "context": {
104688
+ "type": "variable",
104689
+ "name": "kendo-chart-wizard-chart-type-selected-color",
104690
+ "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
104691
+ "scope": "default",
104692
+ "line": {
104693
+ "start": 27,
104694
+ "end": 27
104695
+ }
104696
+ },
104697
+ "group": [
104698
+ "chart-wizard"
104699
+ ],
104700
+ "access": "public",
104701
+ "file": {
104702
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104703
+ "name": "_variables.scss"
104704
+ },
104705
+ "resolvedValue": "var(--kendo-color-primary, #0078d4)",
104706
+ "resolvedType": "String"
104707
+ },
104708
+ {
104709
+ "description": "The padding of the preview pane.\n",
104710
+ "commentRange": {
104711
+ "start": 29,
104712
+ "end": 30
104713
+ },
104714
+ "context": {
104715
+ "type": "variable",
104716
+ "name": "kendo-chart-wizard-preview-pane-padding",
104717
+ "value": "k-spacing(3)",
104718
+ "scope": "default",
104719
+ "line": {
104720
+ "start": 31,
104721
+ "end": 31
104722
+ }
104723
+ },
104724
+ "group": [
104725
+ "chart-wizard"
104726
+ ],
104727
+ "access": "public",
104728
+ "file": {
104729
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104730
+ "name": "_variables.scss"
104731
+ },
104732
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
104733
+ "resolvedType": "String"
104734
+ },
104735
+ {
104736
+ "description": "The padding of the property pane.\n",
104737
+ "commentRange": {
104738
+ "start": 32,
104739
+ "end": 33
104740
+ },
104741
+ "context": {
104742
+ "type": "variable",
104743
+ "name": "kendo-chart-wizard-property-pane-padding",
104744
+ "value": "k-spacing(3)",
104745
+ "scope": "default",
104746
+ "line": {
104747
+ "start": 34,
104748
+ "end": 34
104749
+ }
104750
+ },
104751
+ "group": [
104752
+ "chart-wizard"
104753
+ ],
104754
+ "access": "public",
104755
+ "file": {
104756
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104757
+ "name": "_variables.scss"
104758
+ },
104759
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
104760
+ "resolvedType": "String"
104761
+ },
104762
+ {
104763
+ "description": "The gap between the chart type items in the Property panel.\n",
104764
+ "commentRange": {
104765
+ "start": 36,
104766
+ "end": 37
104767
+ },
104768
+ "context": {
104769
+ "type": "variable",
104770
+ "name": "kendo-chart-wizard-chart-type-spacing",
104771
+ "value": "k-spacing(4)",
104772
+ "scope": "default",
104773
+ "line": {
104774
+ "start": 38,
104775
+ "end": 38
104776
+ }
104777
+ },
104778
+ "group": [
104779
+ "chart-wizard"
104780
+ ],
104781
+ "access": "public",
104782
+ "file": {
104783
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104784
+ "name": "_variables.scss"
104785
+ },
104786
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
104787
+ "resolvedType": "String"
104788
+ },
104789
+ {
104790
+ "description": "The gap between the icon area and its text.\n",
104791
+ "commentRange": {
104792
+ "start": 39,
104793
+ "end": 40
104794
+ },
104795
+ "context": {
104796
+ "type": "variable",
104797
+ "name": "kendo-chart-wizard-icon-text-gap",
104798
+ "value": "k-spacing(3)",
104799
+ "scope": "default",
104800
+ "line": {
104801
+ "start": 41,
104802
+ "end": 41
104803
+ }
104804
+ },
104805
+ "group": [
104806
+ "chart-wizard"
104807
+ ],
104808
+ "access": "public",
104809
+ "file": {
104810
+ "path": "fluent/scss/chart-wizard/_variables.scss",
104811
+ "name": "_variables.scss"
104812
+ },
104813
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
104814
+ "resolvedType": "String"
104815
+ }
104816
+ ]
104817
+ },
104137
104818
  {
104138
104819
  "id": "charts",
104139
104820
  "title": "Charts",
@@ -107356,6 +108037,87 @@
107356
108037
  },
107357
108038
  "resolvedValue": "var(--kendo-color-primary, #0078d4)",
107358
108039
  "resolvedType": "String"
108040
+ },
108041
+ {
108042
+ "description": "The offset of the focused Chat quick reply.\n",
108043
+ "commentRange": {
108044
+ "start": 229,
108045
+ "end": 230
108046
+ },
108047
+ "context": {
108048
+ "type": "variable",
108049
+ "name": "kendo-chat-quick-reply-focus-offset",
108050
+ "value": "k-spacing(0.5)",
108051
+ "scope": "default",
108052
+ "line": {
108053
+ "start": 231,
108054
+ "end": 231
108055
+ }
108056
+ },
108057
+ "group": [
108058
+ "chat"
108059
+ ],
108060
+ "access": "public",
108061
+ "file": {
108062
+ "path": "fluent/scss/chat/_variables.scss",
108063
+ "name": "_variables.scss"
108064
+ },
108065
+ "resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
108066
+ "resolvedType": "String"
108067
+ },
108068
+ {
108069
+ "description": "The outline width of the focused Chat quick reply.\n",
108070
+ "commentRange": {
108071
+ "start": 232,
108072
+ "end": 233
108073
+ },
108074
+ "context": {
108075
+ "type": "variable",
108076
+ "name": "kendo-chat-quick-reply-focus-outline-width",
108077
+ "value": "1px",
108078
+ "scope": "default",
108079
+ "line": {
108080
+ "start": 234,
108081
+ "end": 234
108082
+ }
108083
+ },
108084
+ "group": [
108085
+ "chat"
108086
+ ],
108087
+ "access": "public",
108088
+ "file": {
108089
+ "path": "fluent/scss/chat/_variables.scss",
108090
+ "name": "_variables.scss"
108091
+ },
108092
+ "resolvedValue": "1px",
108093
+ "resolvedType": "Number"
108094
+ },
108095
+ {
108096
+ "description": "The outline style of the focused Chat quick reply.\n",
108097
+ "commentRange": {
108098
+ "start": 235,
108099
+ "end": 236
108100
+ },
108101
+ "context": {
108102
+ "type": "variable",
108103
+ "name": "kendo-chat-quick-reply-focus-outline-style",
108104
+ "value": "solid",
108105
+ "scope": "default",
108106
+ "line": {
108107
+ "start": 237,
108108
+ "end": 237
108109
+ }
108110
+ },
108111
+ "group": [
108112
+ "chat"
108113
+ ],
108114
+ "access": "public",
108115
+ "file": {
108116
+ "path": "fluent/scss/chat/_variables.scss",
108117
+ "name": "_variables.scss"
108118
+ },
108119
+ "resolvedValue": "solid",
108120
+ "resolvedType": "String"
107359
108121
  }
107360
108122
  ]
107361
108123
  },
@@ -139085,7 +139847,7 @@
139085
139847
  "title": "Map",
139086
139848
  "variables": [
139087
139849
  {
139088
- "description": "Font size of the map.\n",
139850
+ "description": "The font size of the Map.\n",
139089
139851
  "commentRange": {
139090
139852
  "start": 6,
139091
139853
  "end": 7
@@ -139112,7 +139874,7 @@
139112
139874
  "resolvedType": "String"
139113
139875
  },
139114
139876
  {
139115
- "description": "Line height of the map.\n",
139877
+ "description": "The line height of the Map.\n",
139116
139878
  "commentRange": {
139117
139879
  "start": 9,
139118
139880
  "end": 10
@@ -139139,7 +139901,7 @@
139139
139901
  "resolvedType": "String"
139140
139902
  },
139141
139903
  {
139142
- "description": "Font family of the map.\n",
139904
+ "description": "The font family of the Map.\n",
139143
139905
  "commentRange": {
139144
139906
  "start": 12,
139145
139907
  "end": 13
@@ -139166,7 +139928,7 @@
139166
139928
  "resolvedType": "String"
139167
139929
  },
139168
139930
  {
139169
- "description": "Background color of the map.\n",
139931
+ "description": "The background color of the Map.\n",
139170
139932
  "commentRange": {
139171
139933
  "start": 16,
139172
139934
  "end": 17
@@ -139193,7 +139955,7 @@
139193
139955
  "resolvedType": "String"
139194
139956
  },
139195
139957
  {
139196
- "description": "Text color of the map.\n",
139958
+ "description": "The text color of the Map.\n",
139197
139959
  "commentRange": {
139198
139960
  "start": 19,
139199
139961
  "end": 20
@@ -139220,7 +139982,7 @@
139220
139982
  "resolvedType": "String"
139221
139983
  },
139222
139984
  {
139223
- "description": "Border color of the map.\n",
139985
+ "description": "The border color of the Map.\n",
139224
139986
  "commentRange": {
139225
139987
  "start": 22,
139226
139988
  "end": 23
@@ -139247,7 +140009,7 @@
139247
140009
  "resolvedType": "String"
139248
140010
  },
139249
140011
  {
139250
- "description": "Border width of the map.\n",
140012
+ "description": "The border width of the Map.\n",
139251
140013
  "commentRange": {
139252
140014
  "start": 26,
139253
140015
  "end": 27
@@ -139274,7 +140036,7 @@
139274
140036
  "resolvedType": "Number"
139275
140037
  },
139276
140038
  {
139277
- "description": "Height of the map.\n",
140039
+ "description": "The height of the Map.\n",
139278
140040
  "commentRange": {
139279
140041
  "start": 29,
139280
140042
  "end": 30
@@ -139301,7 +140063,7 @@
139301
140063
  "resolvedType": "Number"
139302
140064
  },
139303
140065
  {
139304
- "description": "Map navigator horizontal margin.\n",
140066
+ "description": "The horizontal margin of the Map navigator.\n",
139305
140067
  "commentRange": {
139306
140068
  "start": 33,
139307
140069
  "end": 34
@@ -139328,7 +140090,7 @@
139328
140090
  "resolvedType": "String"
139329
140091
  },
139330
140092
  {
139331
- "description": "Map navigator vertical margin.\n",
140093
+ "description": "The vertical margin of the Map navigator.\n",
139332
140094
  "commentRange": {
139333
140095
  "start": 36,
139334
140096
  "end": 37
@@ -139355,7 +140117,7 @@
139355
140117
  "resolvedType": "String"
139356
140118
  },
139357
140119
  {
139358
- "description": "Map navigator padding.\n",
140120
+ "description": "The padding of the Map navigator.\n",
139359
140121
  "commentRange": {
139360
140122
  "start": 39,
139361
140123
  "end": 40
@@ -139382,7 +140144,7 @@
139382
140144
  "resolvedType": "String"
139383
140145
  },
139384
140146
  {
139385
- "description": "Map navigator width.\n",
140147
+ "description": "The width of the Map navigator.\n",
139386
140148
  "commentRange": {
139387
140149
  "start": 42,
139388
140150
  "end": 43
@@ -139409,7 +140171,7 @@
139409
140171
  "resolvedType": "Calculation"
139410
140172
  },
139411
140173
  {
139412
- "description": "Map navigator height.\n",
140174
+ "description": "The height of the Map navigator.\n",
139413
140175
  "commentRange": {
139414
140176
  "start": 45,
139415
140177
  "end": 46
@@ -139436,7 +140198,7 @@
139436
140198
  "resolvedType": "Calculation"
139437
140199
  },
139438
140200
  {
139439
- "description": "Map navigator border width.\n",
140201
+ "description": "The border width of the Map navigator.\n",
139440
140202
  "commentRange": {
139441
140203
  "start": 48,
139442
140204
  "end": 49
@@ -139463,7 +140225,7 @@
139463
140225
  "resolvedType": "Number"
139464
140226
  },
139465
140227
  {
139466
- "description": "Map navigator background color.\n",
140228
+ "description": "The background color of the Map navigator.\n",
139467
140229
  "commentRange": {
139468
140230
  "start": 51,
139469
140231
  "end": 52
@@ -139490,7 +140252,7 @@
139490
140252
  "resolvedType": "String"
139491
140253
  },
139492
140254
  {
139493
- "description": "Map navigator text color.\n",
140255
+ "description": "The text color of the Map navigator.\n",
139494
140256
  "commentRange": {
139495
140257
  "start": 54,
139496
140258
  "end": 55
@@ -139517,7 +140279,7 @@
139517
140279
  "resolvedType": "String"
139518
140280
  },
139519
140281
  {
139520
- "description": "Map navigator border color.\n",
140282
+ "description": "The border color of the Map navigator.\n",
139521
140283
  "commentRange": {
139522
140284
  "start": 57,
139523
140285
  "end": 58
@@ -139544,7 +140306,7 @@
139544
140306
  "resolvedType": "String"
139545
140307
  },
139546
140308
  {
139547
- "description": "Map zoom control margin.\n",
140309
+ "description": "The margin of the Map zoom control.\n",
139548
140310
  "commentRange": {
139549
140311
  "start": 61,
139550
140312
  "end": 62
@@ -139571,7 +140333,7 @@
139571
140333
  "resolvedType": "String"
139572
140334
  },
139573
140335
  {
139574
- "description": "Map zoom control horizontal padding.\n",
140336
+ "description": "The horizontal padding of the Map zoom control.\n",
139575
140337
  "commentRange": {
139576
140338
  "start": 64,
139577
140339
  "end": 65
@@ -139598,7 +140360,7 @@
139598
140360
  "resolvedType": "String"
139599
140361
  },
139600
140362
  {
139601
- "description": "Map zoom control vertical padding.\n",
140363
+ "description": "The vertical padding of the Map zoom control.\n",
139602
140364
  "commentRange": {
139603
140365
  "start": 67,
139604
140366
  "end": 68
@@ -139625,7 +140387,7 @@
139625
140387
  "resolvedType": "String"
139626
140388
  },
139627
140389
  {
139628
- "description": "Map attribution horizontal padding.\n",
140390
+ "description": "The horizontal padding of the Map attribution.\n",
139629
140391
  "commentRange": {
139630
140392
  "start": 71,
139631
140393
  "end": 72
@@ -139652,7 +140414,7 @@
139652
140414
  "resolvedType": "String"
139653
140415
  },
139654
140416
  {
139655
- "description": "Map attribution vertical padding.\n",
140417
+ "description": "The vertical padding of the Map attribution.\n",
139656
140418
  "commentRange": {
139657
140419
  "start": 74,
139658
140420
  "end": 75
@@ -139679,7 +140441,7 @@
139679
140441
  "resolvedType": "String"
139680
140442
  },
139681
140443
  {
139682
- "description": "Map attribution font size.\n",
140444
+ "description": "The font size of the Map attribution.\n",
139683
140445
  "commentRange": {
139684
140446
  "start": 77,
139685
140447
  "end": 78
@@ -139706,7 +140468,7 @@
139706
140468
  "resolvedType": "Calculation"
139707
140469
  },
139708
140470
  {
139709
- "description": "Map attribution background color.\n",
140471
+ "description": "The background color of the Map attribution.\n",
139710
140472
  "commentRange": {
139711
140473
  "start": 80,
139712
140474
  "end": 81
@@ -139733,7 +140495,7 @@
139733
140495
  "resolvedType": "String"
139734
140496
  },
139735
140497
  {
139736
- "description": "Map marker fill color.\n",
140498
+ "description": "The fill color of the Map marker.\n",
139737
140499
  "commentRange": {
139738
140500
  "start": 84,
139739
140501
  "end": 85
@@ -139766,7 +140528,7 @@
139766
140528
  "title": "Mediaplayer",
139767
140529
  "variables": [
139768
140530
  {
139769
- "description": "Border width of the mediaplayer.\n",
140531
+ "description": "The border width of the MediaPlayer.\n",
139770
140532
  "commentRange": {
139771
140533
  "start": 4,
139772
140534
  "end": 5
@@ -139793,7 +140555,7 @@
139793
140555
  "resolvedType": "Number"
139794
140556
  },
139795
140557
  {
139796
- "description": "Font family of the mediaplayer.\n",
140558
+ "description": "The font family of the MediaPlayer.\n",
139797
140559
  "commentRange": {
139798
140560
  "start": 7,
139799
140561
  "end": 8
@@ -139820,7 +140582,7 @@
139820
140582
  "resolvedType": "String"
139821
140583
  },
139822
140584
  {
139823
- "description": "Font size of the mediaplayer.\n",
140585
+ "description": "The font size of the MediaPlayer.\n",
139824
140586
  "commentRange": {
139825
140587
  "start": 10,
139826
140588
  "end": 11
@@ -139847,7 +140609,7 @@
139847
140609
  "resolvedType": "String"
139848
140610
  },
139849
140611
  {
139850
- "description": "Line height of the mediaplayer.\n",
140612
+ "description": "The line height of the MediaPlayer.\n",
139851
140613
  "commentRange": {
139852
140614
  "start": 13,
139853
140615
  "end": 14
@@ -139874,7 +140636,7 @@
139874
140636
  "resolvedType": "String"
139875
140637
  },
139876
140638
  {
139877
- "description": "Background color of the mediaplayer.\n",
140639
+ "description": "The background color of the MediaPlayer.\n",
139878
140640
  "commentRange": {
139879
140641
  "start": 17,
139880
140642
  "end": 18
@@ -139901,7 +140663,7 @@
139901
140663
  "resolvedType": "String"
139902
140664
  },
139903
140665
  {
139904
- "description": "Text color of the mediaplayer.\n",
140666
+ "description": "The text color of the MediaPlayer.\n",
139905
140667
  "commentRange": {
139906
140668
  "start": 20,
139907
140669
  "end": 21
@@ -139928,7 +140690,7 @@
139928
140690
  "resolvedType": "String"
139929
140691
  },
139930
140692
  {
139931
- "description": "Border color of the mediaplayer.\n",
140693
+ "description": "The border color of the MediaPlayer.\n",
139932
140694
  "commentRange": {
139933
140695
  "start": 23,
139934
140696
  "end": 24
@@ -139955,7 +140717,7 @@
139955
140717
  "resolvedType": "String"
139956
140718
  },
139957
140719
  {
139958
- "description": "Mediaplayer overlay background color.\n",
140720
+ "description": "The background color of the MediaPlayer overlay.\n",
139959
140721
  "commentRange": {
139960
140722
  "start": 27,
139961
140723
  "end": 28
@@ -139982,7 +140744,7 @@
139982
140744
  "resolvedType": "String"
139983
140745
  },
139984
140746
  {
139985
- "description": "Mediaplayer quality button border color.\n",
140747
+ "description": "The border color of the MediaPlayer button.\n",
139986
140748
  "commentRange": {
139987
140749
  "start": 31,
139988
140750
  "end": 32
@@ -140009,7 +140771,7 @@
140009
140771
  "resolvedType": "String"
140010
140772
  },
140011
140773
  {
140012
- "description": "Media player title font size.\n",
140774
+ "description": "The font size of the MediaPlayer title.\n",
140013
140775
  "commentRange": {
140014
140776
  "start": 35,
140015
140777
  "end": 36
@@ -140036,7 +140798,7 @@
140036
140798
  "resolvedType": "String"
140037
140799
  },
140038
140800
  {
140039
- "description": "Mediaplayer titlebar horizontal padding.\n",
140801
+ "description": "The horizontal padding of the MediaPlayer title.\n",
140040
140802
  "commentRange": {
140041
140803
  "start": 38,
140042
140804
  "end": 39
@@ -140063,7 +140825,7 @@
140063
140825
  "resolvedType": "String"
140064
140826
  },
140065
140827
  {
140066
- "description": "Mediaplayer titlebar vertical padding.\n",
140828
+ "description": "The vertical padding of the MediaPlayer title.\n",
140067
140829
  "commentRange": {
140068
140830
  "start": 41,
140069
140831
  "end": 42
@@ -140090,7 +140852,7 @@
140090
140852
  "resolvedType": "String"
140091
140853
  },
140092
140854
  {
140093
- "description": "Mediaplayer titlebar background color.\n",
140855
+ "description": "The background color of the MediaPlayer title.\n",
140094
140856
  "commentRange": {
140095
140857
  "start": 44,
140096
140858
  "end": 45
@@ -140117,7 +140879,7 @@
140117
140879
  "resolvedType": "String"
140118
140880
  },
140119
140881
  {
140120
- "description": "Mediaplayer titlebar text color.\n",
140882
+ "description": "The text color of the MediaPlayer title.\n",
140121
140883
  "commentRange": {
140122
140884
  "start": 47,
140123
140885
  "end": 48
@@ -148035,7 +148797,7 @@
148035
148797
  "title": "Pivotgrid",
148036
148798
  "variables": [
148037
148799
  {
148038
- "description": "Spacer of the PivotGrid.\n",
148800
+ "description": "The spacer of the PivotGrid.\n",
148039
148801
  "commentRange": {
148040
148802
  "start": 8,
148041
148803
  "end": 9
@@ -148062,7 +148824,7 @@
148062
148824
  "resolvedType": "String"
148063
148825
  },
148064
148826
  {
148065
- "description": "Horizontal padding of the PivotGrid.\n",
148827
+ "description": "The horizontal padding of the PivotGrid.\n",
148066
148828
  "commentRange": {
148067
148829
  "start": 12,
148068
148830
  "end": 13
@@ -148089,7 +148851,7 @@
148089
148851
  "resolvedType": "String"
148090
148852
  },
148091
148853
  {
148092
- "description": "Vertical of the PivotGrid.\n",
148854
+ "description": "The vertical of the PivotGrid.\n",
148093
148855
  "commentRange": {
148094
148856
  "start": 15,
148095
148857
  "end": 16
@@ -148116,7 +148878,7 @@
148116
148878
  "resolvedType": "String"
148117
148879
  },
148118
148880
  {
148119
- "description": "Font family of the PivotGrid.\n",
148881
+ "description": "The font family of the PivotGrid.\n",
148120
148882
  "commentRange": {
148121
148883
  "start": 18,
148122
148884
  "end": 19
@@ -148143,7 +148905,7 @@
148143
148905
  "resolvedType": "String"
148144
148906
  },
148145
148907
  {
148146
- "description": " Font size of the PivotGrid.\n",
148908
+ "description": "The font size of the PivotGrid.\n",
148147
148909
  "commentRange": {
148148
148910
  "start": 21,
148149
148911
  "end": 22
@@ -148170,7 +148932,7 @@
148170
148932
  "resolvedType": "String"
148171
148933
  },
148172
148934
  {
148173
- "description": " Line height of the PivotGrid.\n",
148935
+ "description": "The line height of the PivotGrid.\n",
148174
148936
  "commentRange": {
148175
148937
  "start": 24,
148176
148938
  "end": 25
@@ -148197,7 +148959,7 @@
148197
148959
  "resolvedType": "String"
148198
148960
  },
148199
148961
  {
148200
- "description": "Border width of the PivotGrid.\n",
148962
+ "description": "The border width of the PivotGrid.\n",
148201
148963
  "commentRange": {
148202
148964
  "start": 27,
148203
148965
  "end": 28
@@ -148224,7 +148986,7 @@
148224
148986
  "resolvedType": "Number"
148225
148987
  },
148226
148988
  {
148227
- "description": "Icon spacing of the PivotGrid.\n",
148989
+ "description": "The icon spacing of the PivotGrid.\n",
148228
148990
  "commentRange": {
148229
148991
  "start": 30,
148230
148992
  "end": 31
@@ -148251,7 +149013,7 @@
148251
149013
  "resolvedType": "String"
148252
149014
  },
148253
149015
  {
148254
- "description": "Background color of the PivotGrid.\n",
149016
+ "description": "The background color of the PivotGrid.\n",
148255
149017
  "commentRange": {
148256
149018
  "start": 34,
148257
149019
  "end": 35
@@ -148278,7 +149040,7 @@
148278
149040
  "resolvedType": "String"
148279
149041
  },
148280
149042
  {
148281
- "description": "Text color of the PivotGrid.\n",
149043
+ "description": "The text color of the PivotGrid.\n",
148282
149044
  "commentRange": {
148283
149045
  "start": 37,
148284
149046
  "end": 38
@@ -148305,7 +149067,7 @@
148305
149067
  "resolvedType": "String"
148306
149068
  },
148307
149069
  {
148308
- "description": " Border color of the PivotGrid.\n",
149070
+ "description": "The border color of the PivotGrid.\n",
148309
149071
  "commentRange": {
148310
149072
  "start": 40,
148311
149073
  "end": 41
@@ -148332,7 +149094,7 @@
148332
149094
  "resolvedType": "String"
148333
149095
  },
148334
149096
  {
148335
- "description": "Alt border color of the PivotGrid.\n",
149097
+ "description": "The alt border color of the PivotGrid.\n",
148336
149098
  "commentRange": {
148337
149099
  "start": 43,
148338
149100
  "end": 44
@@ -148359,7 +149121,7 @@
148359
149121
  "resolvedType": "String"
148360
149122
  },
148361
149123
  {
148362
- "description": "Default width of the PivotGrid row header.\n",
149124
+ "description": "The default width of the PivotGrid row header.\n",
148363
149125
  "commentRange": {
148364
149126
  "start": 47,
148365
149127
  "end": 48
@@ -148386,7 +149148,7 @@
148386
149148
  "resolvedType": "Number"
148387
149149
  },
148388
149150
  {
148389
- "description": "Default height of the PivotGrid column header.\n",
149151
+ "description": "The default height of the PivotGrid column header.\n",
148390
149152
  "commentRange": {
148391
149153
  "start": 50,
148392
149154
  "end": 51
@@ -148413,7 +149175,7 @@
148413
149175
  "resolvedType": "Number"
148414
149176
  },
148415
149177
  {
148416
- "description": "Horizontal padding of the PivotGrid cell.\n",
149178
+ "description": "The horizontal padding of the PivotGrid cell.\n",
148417
149179
  "commentRange": {
148418
149180
  "start": 54,
148419
149181
  "end": 55
@@ -148440,7 +149202,7 @@
148440
149202
  "resolvedType": "String"
148441
149203
  },
148442
149204
  {
148443
- "description": "Vertical padding of the PivotGrid cell.\n",
149205
+ "description": "The vertical padding of the PivotGrid cell.\n",
148444
149206
  "commentRange": {
148445
149207
  "start": 57,
148446
149208
  "end": 58
@@ -148467,7 +149229,7 @@
148467
149229
  "resolvedType": "String"
148468
149230
  },
148469
149231
  {
148470
- "description": "Border width of the PivotGrid cell.\n",
149232
+ "description": "The border width of the PivotGrid cell.\n",
148471
149233
  "commentRange": {
148472
149234
  "start": 60,
148473
149235
  "end": 61
@@ -148494,7 +149256,7 @@
148494
149256
  "resolvedType": "Number"
148495
149257
  },
148496
149258
  {
148497
- "description": "Background color of the PivotGrid header.\n",
149259
+ "description": "The background color of the PivotGrid header.\n",
148498
149260
  "commentRange": {
148499
149261
  "start": 64,
148500
149262
  "end": 65
@@ -148521,7 +149283,7 @@
148521
149283
  "resolvedType": "String"
148522
149284
  },
148523
149285
  {
148524
- "description": "Text color of the PivotGrid header.\n",
149286
+ "description": "The text color of the PivotGrid header.\n",
148525
149287
  "commentRange": {
148526
149288
  "start": 67,
148527
149289
  "end": 68
@@ -148548,7 +149310,7 @@
148548
149310
  "resolvedType": "String"
148549
149311
  },
148550
149312
  {
148551
- "description": "Border color of the PivotGrid header.\n",
149313
+ "description": "The border color of the PivotGrid header.\n",
148552
149314
  "commentRange": {
148553
149315
  "start": 70,
148554
149316
  "end": 71
@@ -148575,7 +149337,7 @@
148575
149337
  "resolvedType": "String"
148576
149338
  },
148577
149339
  {
148578
- "description": "Background color of the PivotGrid total cells.\n",
149340
+ "description": "The background color of the PivotGrid total cells.\n",
148579
149341
  "commentRange": {
148580
149342
  "start": 74,
148581
149343
  "end": 75
@@ -148602,7 +149364,7 @@
148602
149364
  "resolvedType": "String"
148603
149365
  },
148604
149366
  {
148605
- "description": "Text color of the PivotGrid total cells.\n",
149367
+ "description": "The text color of the PivotGrid total cells.\n",
148606
149368
  "commentRange": {
148607
149369
  "start": 77,
148608
149370
  "end": 78
@@ -148629,7 +149391,7 @@
148629
149391
  "resolvedType": "String"
148630
149392
  },
148631
149393
  {
148632
- "description": "Border color of the PivotGrid total cells.\n",
149394
+ "description": "The border color of the PivotGrid total cells.\n",
148633
149395
  "commentRange": {
148634
149396
  "start": 80,
148635
149397
  "end": 81
@@ -148656,7 +149418,7 @@
148656
149418
  "resolvedType": "String"
148657
149419
  },
148658
149420
  {
148659
- "description": "Hover background color of the PivotGrid.\n",
149421
+ "description": "The hover background color of the PivotGrid.\n",
148660
149422
  "commentRange": {
148661
149423
  "start": 84,
148662
149424
  "end": 85
@@ -148683,7 +149445,7 @@
148683
149445
  "resolvedType": "String"
148684
149446
  },
148685
149447
  {
148686
- "description": "Hover text color of the PivotGrid.\n",
149448
+ "description": "The hover text color of the PivotGrid.\n",
148687
149449
  "commentRange": {
148688
149450
  "start": 87,
148689
149451
  "end": 88
@@ -148710,7 +149472,7 @@
148710
149472
  "resolvedType": "String"
148711
149473
  },
148712
149474
  {
148713
- "description": "Hover border color of the PivotGrid.\n",
149475
+ "description": "The hover border color of the PivotGrid.\n",
148714
149476
  "commentRange": {
148715
149477
  "start": 90,
148716
149478
  "end": 91
@@ -148737,7 +149499,7 @@
148737
149499
  "resolvedType": "String"
148738
149500
  },
148739
149501
  {
148740
- "description": "Selected background color of the PivotGrid.\n",
149502
+ "description": "The selected background color of the PivotGrid.\n",
148741
149503
  "commentRange": {
148742
149504
  "start": 94,
148743
149505
  "end": 95
@@ -148764,7 +149526,7 @@
148764
149526
  "resolvedType": "String"
148765
149527
  },
148766
149528
  {
148767
- "description": "Selected text color of the PivotGrid.\n",
149529
+ "description": "The selected text color of the PivotGrid.\n",
148768
149530
  "commentRange": {
148769
149531
  "start": 97,
148770
149532
  "end": 98
@@ -148791,7 +149553,7 @@
148791
149553
  "resolvedType": "String"
148792
149554
  },
148793
149555
  {
148794
- "description": "Selected border color of the PivotGrid.\n",
149556
+ "description": "The selected border color of the PivotGrid.\n",
148795
149557
  "commentRange": {
148796
149558
  "start": 100,
148797
149559
  "end": 101
@@ -148818,7 +149580,7 @@
148818
149580
  "resolvedType": "String"
148819
149581
  },
148820
149582
  {
148821
- "description": "Focus shadow of the PivotGrid.\n",
149583
+ "description": "The focus shadow of the PivotGrid.\n",
148822
149584
  "commentRange": {
148823
149585
  "start": 104,
148824
149586
  "end": 105
@@ -148845,7 +149607,7 @@
148845
149607
  "resolvedType": "List"
148846
149608
  },
148847
149609
  {
148848
- "description": "Horizontal padding of the PivotGrid configurator.\n",
149610
+ "description": "The horizontal padding of the PivotGrid configurator.\n",
148849
149611
  "commentRange": {
148850
149612
  "start": 108,
148851
149613
  "end": 109
@@ -148872,7 +149634,7 @@
148872
149634
  "resolvedType": "String"
148873
149635
  },
148874
149636
  {
148875
- "description": "Vertical padding of the PivotGrid configurator.\n",
149637
+ "description": "The vertical padding of the PivotGrid configurator.\n",
148876
149638
  "commentRange": {
148877
149639
  "start": 111,
148878
149640
  "end": 112
@@ -148899,7 +149661,7 @@
148899
149661
  "resolvedType": "String"
148900
149662
  },
148901
149663
  {
148902
- "description": "Border width of the PivotGrid configurator.\n",
149664
+ "description": "The border width of the PivotGrid configurator.\n",
148903
149665
  "commentRange": {
148904
149666
  "start": 114,
148905
149667
  "end": 115
@@ -148926,7 +149688,7 @@
148926
149688
  "resolvedType": "Number"
148927
149689
  },
148928
149690
  {
148929
- "description": "Horizontal padding of the PivotGrid configurator header.\n",
149691
+ "description": "The horizontal padding of the PivotGrid configurator header.\n",
148930
149692
  "commentRange": {
148931
149693
  "start": 118,
148932
149694
  "end": 119
@@ -148953,7 +149715,7 @@
148953
149715
  "resolvedType": "String"
148954
149716
  },
148955
149717
  {
148956
- "description": "Vertical padding of the PivotGrid configurator header.\n",
149718
+ "description": "The vertical padding of the PivotGrid configurator header.\n",
148957
149719
  "commentRange": {
148958
149720
  "start": 121,
148959
149721
  "end": 122
@@ -148980,7 +149742,7 @@
148980
149742
  "resolvedType": "String"
148981
149743
  },
148982
149744
  {
148983
- "description": "Font size of the PivotGrid configurator header.\n",
149745
+ "description": "The font size of the PivotGrid configurator header.\n",
148984
149746
  "commentRange": {
148985
149747
  "start": 124,
148986
149748
  "end": 125
@@ -149007,7 +149769,7 @@
149007
149769
  "resolvedType": "Calculation"
149008
149770
  },
149009
149771
  {
149010
- "description": "Font weight of the PivotGrid configurator header.\n",
149772
+ "description": "The font weight of the PivotGrid configurator header.\n",
149011
149773
  "commentRange": {
149012
149774
  "start": 127,
149013
149775
  "end": 128
@@ -149034,7 +149796,7 @@
149034
149796
  "resolvedType": "String"
149035
149797
  },
149036
149798
  {
149037
- "description": "Horizontal padding of the PivotGrid configurator content.\n",
149799
+ "description": "The horizontal padding of the PivotGrid configurator content.\n",
149038
149800
  "commentRange": {
149039
149801
  "start": 131,
149040
149802
  "end": 132
@@ -149061,7 +149823,7 @@
149061
149823
  "resolvedType": "String"
149062
149824
  },
149063
149825
  {
149064
- "description": "Vertical padding of the PivotGrid configurator content.\n",
149826
+ "description": "The vertical padding of the PivotGrid configurator content.\n",
149065
149827
  "commentRange": {
149066
149828
  "start": 134,
149067
149829
  "end": 135
@@ -149088,7 +149850,7 @@
149088
149850
  "resolvedType": "String"
149089
149851
  },
149090
149852
  {
149091
- "description": "Horizontal margin of the PivotGrid configurator fields.\n",
149853
+ "description": "The horizontal margin of the PivotGrid configurator fields.\n",
149092
149854
  "commentRange": {
149093
149855
  "start": 138,
149094
149856
  "end": 139
@@ -149115,7 +149877,7 @@
149115
149877
  "resolvedType": "String"
149116
149878
  },
149117
149879
  {
149118
- "description": "Vertical margin of the PivotGrid configurator fields.\n",
149880
+ "description": "The vertical margin of the PivotGrid configurator fields.\n",
149119
149881
  "commentRange": {
149120
149882
  "start": 141,
149121
149883
  "end": 142
@@ -149142,7 +149904,7 @@
149142
149904
  "resolvedType": "Calculation"
149143
149905
  },
149144
149906
  {
149145
- "description": "Spacing of the PivotGrid configurator fields.\n",
149907
+ "description": "The spacing of the PivotGrid configurator fields.\n",
149146
149908
  "commentRange": {
149147
149909
  "start": 144,
149148
149910
  "end": 145
@@ -149169,7 +149931,7 @@
149169
149931
  "resolvedType": "String"
149170
149932
  },
149171
149933
  {
149172
- "description": "Default width of the PivotGrid vertical configurator.\n",
149934
+ "description": "The default width of the PivotGrid vertical configurator.\n",
149173
149935
  "commentRange": {
149174
149936
  "start": 148,
149175
149937
  "end": 149
@@ -149196,7 +149958,7 @@
149196
149958
  "resolvedType": "Number"
149197
149959
  },
149198
149960
  {
149199
- "description": "Default height of the PivotGrid horizontal configurator.\n",
149961
+ "description": "The default height of the PivotGrid horizontal configurator.\n",
149200
149962
  "commentRange": {
149201
149963
  "start": 151,
149202
149964
  "end": 152
@@ -149223,7 +149985,7 @@
149223
149985
  "resolvedType": "Number"
149224
149986
  },
149225
149987
  {
149226
- "description": "Background color of the PivotGrid configurator.\n",
149988
+ "description": "The background color of the PivotGrid configurator.\n",
149227
149989
  "commentRange": {
149228
149990
  "start": 155,
149229
149991
  "end": 156
@@ -149250,7 +150012,7 @@
149250
150012
  "resolvedType": "String"
149251
150013
  },
149252
150014
  {
149253
- "description": "Text color of the PivotGrid configurator.\n",
150015
+ "description": "The text color of the PivotGrid configurator.\n",
149254
150016
  "commentRange": {
149255
150017
  "start": 158,
149256
150018
  "end": 159
@@ -149277,7 +150039,7 @@
149277
150039
  "resolvedType": "String"
149278
150040
  },
149279
150041
  {
149280
- "description": "Border color of the PivotGrid configurator.\n",
150042
+ "description": "The border color of the PivotGrid configurator.\n",
149281
150043
  "commentRange": {
149282
150044
  "start": 161,
149283
150045
  "end": 162
@@ -149304,7 +150066,7 @@
149304
150066
  "resolvedType": "String"
149305
150067
  },
149306
150068
  {
149307
- "description": "Background color of the PivotGrid configurator header.\n",
150069
+ "description": "The background color of the PivotGrid configurator header.\n",
149308
150070
  "commentRange": {
149309
150071
  "start": 165,
149310
150072
  "end": 166
@@ -149331,7 +150093,7 @@
149331
150093
  "resolvedType": "String"
149332
150094
  },
149333
150095
  {
149334
- "description": "Text color of the PivotGrid configurator header.\n",
150096
+ "description": "The text color of the PivotGrid configurator header.\n",
149335
150097
  "commentRange": {
149336
150098
  "start": 168,
149337
150099
  "end": 169
@@ -149358,7 +150120,7 @@
149358
150120
  "resolvedType": "String"
149359
150121
  },
149360
150122
  {
149361
- "description": "Border color of the PivotGrid configurator header.\n",
150123
+ "description": "The border color of the PivotGrid configurator header.\n",
149362
150124
  "commentRange": {
149363
150125
  "start": 171,
149364
150126
  "end": 172
@@ -149385,7 +150147,7 @@
149385
150147
  "resolvedType": "String"
149386
150148
  },
149387
150149
  {
149388
- "description": "Horizontal padding of the PivotGrid configurator button.\n",
150150
+ "description": "The horizontal padding of the PivotGrid configurator button.\n",
149389
150151
  "commentRange": {
149390
150152
  "start": 175,
149391
150153
  "end": 176
@@ -149412,7 +150174,7 @@
149412
150174
  "resolvedType": "String"
149413
150175
  },
149414
150176
  {
149415
- "description": "Vertical padding of the PivotGrid configurator button.\n",
150177
+ "description": "The vertical padding of the PivotGrid configurator button.\n",
149416
150178
  "commentRange": {
149417
150179
  "start": 178,
149418
150180
  "end": 179
@@ -149439,7 +150201,7 @@
149439
150201
  "resolvedType": "String"
149440
150202
  },
149441
150203
  {
149442
- "description": "Border width of the PivotGrid configurator button.\n",
150204
+ "description": "The border width of the PivotGrid configurator button.\n",
149443
150205
  "commentRange": {
149444
150206
  "start": 181,
149445
150207
  "end": 182
@@ -149466,7 +150228,7 @@
149466
150228
  "resolvedType": "Number"
149467
150229
  },
149468
150230
  {
149469
- "description": "Size of the PivotGrid configurator button.\n",
150231
+ "description": "The size of the PivotGrid configurator button.\n",
149470
150232
  "commentRange": {
149471
150233
  "start": 184,
149472
150234
  "end": 185
@@ -149493,7 +150255,7 @@
149493
150255
  "resolvedType": "Calculation"
149494
150256
  },
149495
150257
  {
149496
- "description": "Icon spacing of the PivotGrid configurator button.\n",
150258
+ "description": "The icon spacing of the PivotGrid configurator button.\n",
149497
150259
  "commentRange": {
149498
150260
  "start": 187,
149499
150261
  "end": 188
@@ -149520,7 +150282,7 @@
149520
150282
  "resolvedType": "String"
149521
150283
  },
149522
150284
  {
149523
- "description": "Horizontal padding of the PivotGrid calculated field.\n",
150285
+ "description": "The horizontal padding of the PivotGrid calculated field.\n",
149524
150286
  "commentRange": {
149525
150287
  "start": 191,
149526
150288
  "end": 192
@@ -149547,7 +150309,7 @@
149547
150309
  "resolvedType": "String"
149548
150310
  },
149549
150311
  {
149550
- "description": "Vertical padding of the PivotGrid calculated field.\n",
150312
+ "description": "The vertical padding of the PivotGrid calculated field.\n",
149551
150313
  "commentRange": {
149552
150314
  "start": 194,
149553
150315
  "end": 195
@@ -149574,7 +150336,7 @@
149574
150336
  "resolvedType": "String"
149575
150337
  },
149576
150338
  {
149577
- "description": "Border width of the PivotGrid calculated field.\n",
150339
+ "description": "The border width of the PivotGrid calculated field.\n",
149578
150340
  "commentRange": {
149579
150341
  "start": 197,
149580
150342
  "end": 198
@@ -149601,7 +150363,7 @@
149601
150363
  "resolvedType": "Number"
149602
150364
  },
149603
150365
  {
149604
- "description": "Border radius of the PivotGrid calculated field.\n",
150366
+ "description": "The border radius of the PivotGrid calculated field.\n",
149605
150367
  "commentRange": {
149606
150368
  "start": 200,
149607
150369
  "end": 201
@@ -149628,7 +150390,7 @@
149628
150390
  "resolvedType": "String"
149629
150391
  },
149630
150392
  {
149631
- "description": "Spacing of the PivotGrid calculated field.\n",
150393
+ "description": "The spacing of the PivotGrid calculated field.\n",
149632
150394
  "commentRange": {
149633
150395
  "start": 203,
149634
150396
  "end": 204
@@ -149655,7 +150417,7 @@
149655
150417
  "resolvedType": "String"
149656
150418
  },
149657
150419
  {
149658
- "description": "Background color of the PivotGrid calculated field.\n",
150420
+ "description": "The background color of the PivotGrid calculated field.\n",
149659
150421
  "commentRange": {
149660
150422
  "start": 206,
149661
150423
  "end": 207
@@ -149682,7 +150444,7 @@
149682
150444
  "resolvedType": "String"
149683
150445
  },
149684
150446
  {
149685
- "description": "Text color of the PivotGrid calculated field.\n",
150447
+ "description": "The text color of the PivotGrid calculated field.\n",
149686
150448
  "commentRange": {
149687
150449
  "start": 209,
149688
150450
  "end": 210
@@ -149709,7 +150471,7 @@
149709
150471
  "resolvedType": "String"
149710
150472
  },
149711
150473
  {
149712
- "description": "Border color of the PivotGrid calculated field.\n",
150474
+ "description": "The border color of the PivotGrid calculated field.\n",
149713
150475
  "commentRange": {
149714
150476
  "start": 212,
149715
150477
  "end": 213
@@ -149736,7 +150498,7 @@
149736
150498
  "resolvedType": "String"
149737
150499
  },
149738
150500
  {
149739
- "description": "Background color of the PivotGrid calculated field header.\n",
150501
+ "description": "The background color of the PivotGrid calculated field header.\n",
149740
150502
  "commentRange": {
149741
150503
  "start": 216,
149742
150504
  "end": 217
@@ -149763,7 +150525,7 @@
149763
150525
  "resolvedType": "String"
149764
150526
  },
149765
150527
  {
149766
- "description": "Text color of the PivotGrid calculated field header.\n",
150528
+ "description": "The text color of the PivotGrid calculated field header.\n",
149767
150529
  "commentRange": {
149768
150530
  "start": 219,
149769
150531
  "end": 220
@@ -149790,7 +150552,7 @@
149790
150552
  "resolvedType": "String"
149791
150553
  },
149792
150554
  {
149793
- "description": "Border color of the PivotGrid calculated field header.\n",
150555
+ "description": "The border color of the PivotGrid calculated field header.\n",
149794
150556
  "commentRange": {
149795
150557
  "start": 222,
149796
150558
  "end": 223
@@ -149817,7 +150579,7 @@
149817
150579
  "resolvedType": "String"
149818
150580
  },
149819
150581
  {
149820
- "description": "Horizontal padding of the PivotGrid treeview.\n",
150582
+ "description": "The horizontal padding of the PivotGrid treeview.\n",
149821
150583
  "commentRange": {
149822
150584
  "start": 226,
149823
150585
  "end": 227
@@ -149844,7 +150606,7 @@
149844
150606
  "resolvedType": "Calculation"
149845
150607
  },
149846
150608
  {
149847
- "description": "Vertical padding of the PivotGrid treeview.\n",
150609
+ "description": "The vertical padding of the PivotGrid treeview.\n",
149848
150610
  "commentRange": {
149849
150611
  "start": 229,
149850
150612
  "end": 230
@@ -151866,7 +152628,7 @@
151866
152628
  "title": "Prompt",
151867
152629
  "variables": [
151868
152630
  {
151869
- "description": "The text color of the Prompt.\n",
152631
+ "description": "The text color of the AIPrompt.\n",
151870
152632
  "commentRange": {
151871
152633
  "start": 4,
151872
152634
  "end": 5
@@ -151893,7 +152655,7 @@
151893
152655
  "resolvedType": "String"
151894
152656
  },
151895
152657
  {
151896
- "description": "The background color of the Prompt.\n",
152658
+ "description": "The background color of the AIPrompt.\n",
151897
152659
  "commentRange": {
151898
152660
  "start": 7,
151899
152661
  "end": 8
@@ -151920,7 +152682,7 @@
151920
152682
  "resolvedType": "String"
151921
152683
  },
151922
152684
  {
151923
- "description": "The border color of the Prompt.\n",
152685
+ "description": "The border color of the AIPrompt.\n",
151924
152686
  "commentRange": {
151925
152687
  "start": 10,
151926
152688
  "end": 11
@@ -151947,7 +152709,7 @@
151947
152709
  "resolvedType": "String"
151948
152710
  },
151949
152711
  {
151950
- "description": "The text color of the Prompt header.\n",
152712
+ "description": "The text color of the AIPrompt header.\n",
151951
152713
  "commentRange": {
151952
152714
  "start": 14,
151953
152715
  "end": 15
@@ -151974,7 +152736,7 @@
151974
152736
  "resolvedType": "String"
151975
152737
  },
151976
152738
  {
151977
- "description": "The background color of the Prompt header.\n",
152739
+ "description": "The background color of the AIPrompt header.\n",
151978
152740
  "commentRange": {
151979
152741
  "start": 17,
151980
152742
  "end": 18
@@ -152001,7 +152763,7 @@
152001
152763
  "resolvedType": "String"
152002
152764
  },
152003
152765
  {
152004
- "description": "The border color of the Prompt header.\n",
152766
+ "description": "The border color of the AIPrompt header.\n",
152005
152767
  "commentRange": {
152006
152768
  "start": 20,
152007
152769
  "end": 21
@@ -152028,7 +152790,7 @@
152028
152790
  "resolvedType": "String"
152029
152791
  },
152030
152792
  {
152031
- "description": "The vertical padding of the Prompt content.\n",
152793
+ "description": "The vertical padding of the AIPrompt content.\n",
152032
152794
  "commentRange": {
152033
152795
  "start": 24,
152034
152796
  "end": 25
@@ -152055,7 +152817,7 @@
152055
152817
  "resolvedType": "String"
152056
152818
  },
152057
152819
  {
152058
- "description": "The horizontal padding of the Prompt content.\n",
152820
+ "description": "The horizontal padding of the AIPrompt content.\n",
152059
152821
  "commentRange": {
152060
152822
  "start": 27,
152061
152823
  "end": 28
@@ -152082,7 +152844,7 @@
152082
152844
  "resolvedType": "String"
152083
152845
  },
152084
152846
  {
152085
- "description": "The spacing between the items of the Prompt content.\n",
152847
+ "description": "The spacing between the items of the AIPrompt content.\n",
152086
152848
  "commentRange": {
152087
152849
  "start": 30,
152088
152850
  "end": 31
@@ -152109,7 +152871,7 @@
152109
152871
  "resolvedType": "String"
152110
152872
  },
152111
152873
  {
152112
- "description": "The text color of the Prompt content.\n",
152874
+ "description": "The text color of the AIPrompt content.\n",
152113
152875
  "commentRange": {
152114
152876
  "start": 33,
152115
152877
  "end": 34
@@ -152136,7 +152898,7 @@
152136
152898
  "resolvedType": "String"
152137
152899
  },
152138
152900
  {
152139
- "description": "The background color of the Prompt content.\n",
152901
+ "description": "The background color of the AIPrompt content.\n",
152140
152902
  "commentRange": {
152141
152903
  "start": 36,
152142
152904
  "end": 37
@@ -152163,7 +152925,7 @@
152163
152925
  "resolvedType": "String"
152164
152926
  },
152165
152927
  {
152166
- "description": "The text border of the Prompt content.\n",
152928
+ "description": "The text border of the AIPrompt content.\n",
152167
152929
  "commentRange": {
152168
152930
  "start": 39,
152169
152931
  "end": 40
@@ -152190,7 +152952,7 @@
152190
152952
  "resolvedType": "String"
152191
152953
  },
152192
152954
  {
152193
- "description": "The spacing between the items of the Prompt content expander.\n",
152955
+ "description": "The spacing between the items of the AIPrompt content expander.\n",
152194
152956
  "commentRange": {
152195
152957
  "start": 43,
152196
152958
  "end": 44
@@ -152217,7 +152979,7 @@
152217
152979
  "resolvedType": "String"
152218
152980
  },
152219
152981
  {
152220
- "description": "The vertical padding of the Prompt suggestion container.\n",
152982
+ "description": "The vertical padding of the AIPrompt suggestion container.\n",
152221
152983
  "commentRange": {
152222
152984
  "start": 47,
152223
152985
  "end": 48
@@ -152244,7 +153006,7 @@
152244
153006
  "resolvedType": "String"
152245
153007
  },
152246
153008
  {
152247
- "description": "The horizontal padding of the Prompt suggestion container.\n",
153009
+ "description": "The horizontal padding of the AIPrompt suggestion container.\n",
152248
153010
  "commentRange": {
152249
153011
  "start": 50,
152250
153012
  "end": 51
@@ -152271,7 +153033,7 @@
152271
153033
  "resolvedType": "String"
152272
153034
  },
152273
153035
  {
152274
- "description": "The border radius of the Prompt suggestion container.\n",
153036
+ "description": "The border radius of the AIPrompt suggestion container.\n",
152275
153037
  "commentRange": {
152276
153038
  "start": 53,
152277
153039
  "end": 54
@@ -152298,7 +153060,7 @@
152298
153060
  "resolvedType": "String"
152299
153061
  },
152300
153062
  {
152301
- "description": "The text color of the Prompt suggestion container.\n",
153063
+ "description": "The text color of the AIPrompt suggestion container.\n",
152302
153064
  "commentRange": {
152303
153065
  "start": 56,
152304
153066
  "end": 57
@@ -152325,7 +153087,7 @@
152325
153087
  "resolvedType": "String"
152326
153088
  },
152327
153089
  {
152328
- "description": "The background color of the Prompt suggestion container.\n",
153090
+ "description": "The background color of the AIPrompt suggestion container.\n",
152329
153091
  "commentRange": {
152330
153092
  "start": 59,
152331
153093
  "end": 60
@@ -152352,7 +153114,7 @@
152352
153114
  "resolvedType": "String"
152353
153115
  },
152354
153116
  {
152355
- "description": "The border color of the Prompt suggestion container.\n",
153117
+ "description": "The border color of the AIPrompt suggestion container.\n",
152356
153118
  "commentRange": {
152357
153119
  "start": 62,
152358
153120
  "end": 63
@@ -152379,7 +153141,7 @@
152379
153141
  "resolvedType": "String"
152380
153142
  },
152381
153143
  {
152382
- "description": "The elevation of the Prompt suggestion container.\n",
153144
+ "description": "The elevation of the AIPrompt suggestion container.\n",
152383
153145
  "commentRange": {
152384
153146
  "start": 65,
152385
153147
  "end": 66