@progress/kendo-theme-material 12.2.0-dev.0 → 12.2.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +168 -174
- package/dist/meta/sassdoc-raw-data.json +75 -75
- package/dist/meta/variables.json +13 -16
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/list/_theme.scss +0 -8
- package/scss/list/_variables.scss +9 -0
- package/scss/pager/_variables.scss +3 -14
|
@@ -34487,15 +34487,15 @@
|
|
|
34487
34487
|
"resolvedType": "String"
|
|
34488
34488
|
},
|
|
34489
34489
|
{
|
|
34490
|
-
"description": "The background color of the List
|
|
34490
|
+
"description": "The background color of the selected hovered List items.\n",
|
|
34491
34491
|
"commentRange": {
|
|
34492
34492
|
"start": 285,
|
|
34493
34493
|
"end": 286
|
|
34494
34494
|
},
|
|
34495
34495
|
"context": {
|
|
34496
34496
|
"type": "variable",
|
|
34497
|
-
"name": "kendo-list-
|
|
34498
|
-
"value": "
|
|
34497
|
+
"name": "kendo-list-item-selected-hover-bg",
|
|
34498
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
34499
34499
|
"scope": "default",
|
|
34500
34500
|
"line": {
|
|
34501
34501
|
"start": 287,
|
|
@@ -34510,14 +34510,68 @@
|
|
|
34510
34510
|
"path": "material/scss/list/_variables.scss",
|
|
34511
34511
|
"name": "_variables.scss"
|
|
34512
34512
|
},
|
|
34513
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 8%, transparent)",
|
|
34514
|
+
"resolvedType": "String"
|
|
34515
|
+
},
|
|
34516
|
+
{
|
|
34517
|
+
"description": "The text color of the selected hovered List items.\n",
|
|
34518
|
+
"commentRange": {
|
|
34519
|
+
"start": 288,
|
|
34520
|
+
"end": 289
|
|
34521
|
+
},
|
|
34522
|
+
"context": {
|
|
34523
|
+
"type": "variable",
|
|
34524
|
+
"name": "kendo-list-item-selected-hover-text",
|
|
34525
|
+
"value": "k-color(primary-on-surface)",
|
|
34526
|
+
"scope": "default",
|
|
34527
|
+
"line": {
|
|
34528
|
+
"start": 290,
|
|
34529
|
+
"end": 290
|
|
34530
|
+
}
|
|
34531
|
+
},
|
|
34532
|
+
"group": [
|
|
34533
|
+
"list"
|
|
34534
|
+
],
|
|
34535
|
+
"access": "public",
|
|
34536
|
+
"file": {
|
|
34537
|
+
"path": "material/scss/list/_variables.scss",
|
|
34538
|
+
"name": "_variables.scss"
|
|
34539
|
+
},
|
|
34540
|
+
"resolvedValue": "var(--kendo-color-primary-on-surface, #65558F)",
|
|
34541
|
+
"resolvedType": "String"
|
|
34542
|
+
},
|
|
34543
|
+
{
|
|
34544
|
+
"description": "The background color of the List group items.\n",
|
|
34545
|
+
"commentRange": {
|
|
34546
|
+
"start": 292,
|
|
34547
|
+
"end": 293
|
|
34548
|
+
},
|
|
34549
|
+
"context": {
|
|
34550
|
+
"type": "variable",
|
|
34551
|
+
"name": "kendo-list-group-item-bg",
|
|
34552
|
+
"value": "null",
|
|
34553
|
+
"scope": "default",
|
|
34554
|
+
"line": {
|
|
34555
|
+
"start": 294,
|
|
34556
|
+
"end": 294
|
|
34557
|
+
}
|
|
34558
|
+
},
|
|
34559
|
+
"group": [
|
|
34560
|
+
"list"
|
|
34561
|
+
],
|
|
34562
|
+
"access": "public",
|
|
34563
|
+
"file": {
|
|
34564
|
+
"path": "material/scss/list/_variables.scss",
|
|
34565
|
+
"name": "_variables.scss"
|
|
34566
|
+
},
|
|
34513
34567
|
"resolvedValue": "null",
|
|
34514
34568
|
"resolvedType": "Null"
|
|
34515
34569
|
},
|
|
34516
34570
|
{
|
|
34517
34571
|
"description": "The text color of the List group items.\n",
|
|
34518
34572
|
"commentRange": {
|
|
34519
|
-
"start":
|
|
34520
|
-
"end":
|
|
34573
|
+
"start": 295,
|
|
34574
|
+
"end": 296
|
|
34521
34575
|
},
|
|
34522
34576
|
"context": {
|
|
34523
34577
|
"type": "variable",
|
|
@@ -34525,8 +34579,8 @@
|
|
|
34525
34579
|
"value": "null",
|
|
34526
34580
|
"scope": "default",
|
|
34527
34581
|
"line": {
|
|
34528
|
-
"start":
|
|
34529
|
-
"end":
|
|
34582
|
+
"start": 297,
|
|
34583
|
+
"end": 297
|
|
34530
34584
|
}
|
|
34531
34585
|
},
|
|
34532
34586
|
"group": [
|
|
@@ -34543,8 +34597,8 @@
|
|
|
34543
34597
|
{
|
|
34544
34598
|
"description": "The border color of the List group items.\n",
|
|
34545
34599
|
"commentRange": {
|
|
34546
|
-
"start":
|
|
34547
|
-
"end":
|
|
34600
|
+
"start": 298,
|
|
34601
|
+
"end": 299
|
|
34548
34602
|
},
|
|
34549
34603
|
"context": {
|
|
34550
34604
|
"type": "variable",
|
|
@@ -34552,8 +34606,8 @@
|
|
|
34552
34606
|
"value": "inherit",
|
|
34553
34607
|
"scope": "default",
|
|
34554
34608
|
"line": {
|
|
34555
|
-
"start":
|
|
34556
|
-
"end":
|
|
34609
|
+
"start": 300,
|
|
34610
|
+
"end": 300
|
|
34557
34611
|
}
|
|
34558
34612
|
},
|
|
34559
34613
|
"group": [
|
|
@@ -34570,8 +34624,8 @@
|
|
|
34570
34624
|
{
|
|
34571
34625
|
"description": "The base shadow of the List group items.\n",
|
|
34572
34626
|
"commentRange": {
|
|
34573
|
-
"start":
|
|
34574
|
-
"end":
|
|
34627
|
+
"start": 301,
|
|
34628
|
+
"end": 302
|
|
34575
34629
|
},
|
|
34576
34630
|
"context": {
|
|
34577
34631
|
"type": "variable",
|
|
@@ -34579,8 +34633,8 @@
|
|
|
34579
34633
|
"value": "null",
|
|
34580
34634
|
"scope": "default",
|
|
34581
34635
|
"line": {
|
|
34582
|
-
"start":
|
|
34583
|
-
"end":
|
|
34636
|
+
"start": 303,
|
|
34637
|
+
"end": 303
|
|
34584
34638
|
}
|
|
34585
34639
|
},
|
|
34586
34640
|
"group": [
|
|
@@ -34597,8 +34651,8 @@
|
|
|
34597
34651
|
{
|
|
34598
34652
|
"description": "The color of the 'Option Label' text.\n",
|
|
34599
34653
|
"commentRange": {
|
|
34600
|
-
"start":
|
|
34601
|
-
"end":
|
|
34654
|
+
"start": 305,
|
|
34655
|
+
"end": 306
|
|
34602
34656
|
},
|
|
34603
34657
|
"context": {
|
|
34604
34658
|
"type": "variable",
|
|
@@ -34606,8 +34660,8 @@
|
|
|
34606
34660
|
"value": "k-color(subtle)",
|
|
34607
34661
|
"scope": "default",
|
|
34608
34662
|
"line": {
|
|
34609
|
-
"start":
|
|
34610
|
-
"end":
|
|
34663
|
+
"start": 307,
|
|
34664
|
+
"end": 307
|
|
34611
34665
|
}
|
|
34612
34666
|
},
|
|
34613
34667
|
"group": [
|
|
@@ -41706,14 +41760,14 @@
|
|
|
41706
41760
|
"resolvedType": "Number"
|
|
41707
41761
|
},
|
|
41708
41762
|
{
|
|
41709
|
-
"description": "The width of the DropDowns in the
|
|
41763
|
+
"description": "The width of the DropDowns in the Pager.\n",
|
|
41710
41764
|
"commentRange": {
|
|
41711
41765
|
"start": 91,
|
|
41712
41766
|
"end": 92
|
|
41713
41767
|
},
|
|
41714
41768
|
"context": {
|
|
41715
41769
|
"type": "variable",
|
|
41716
|
-
"name": "kendo-pager-
|
|
41770
|
+
"name": "kendo-pager-dropdown-width",
|
|
41717
41771
|
"value": "5em",
|
|
41718
41772
|
"scope": "default",
|
|
41719
41773
|
"line": {
|
|
@@ -41732,74 +41786,20 @@
|
|
|
41732
41786
|
"resolvedValue": "5em",
|
|
41733
41787
|
"resolvedType": "Number"
|
|
41734
41788
|
},
|
|
41735
|
-
{
|
|
41736
|
-
"description": "The width of the DropDowns in the medium Pager.\n",
|
|
41737
|
-
"commentRange": {
|
|
41738
|
-
"start": 94,
|
|
41739
|
-
"end": 95
|
|
41740
|
-
},
|
|
41741
|
-
"context": {
|
|
41742
|
-
"type": "variable",
|
|
41743
|
-
"name": "kendo-pager-md-dropdown-width",
|
|
41744
|
-
"value": "5em",
|
|
41745
|
-
"scope": "default",
|
|
41746
|
-
"line": {
|
|
41747
|
-
"start": 96,
|
|
41748
|
-
"end": 96
|
|
41749
|
-
}
|
|
41750
|
-
},
|
|
41751
|
-
"group": [
|
|
41752
|
-
"pager"
|
|
41753
|
-
],
|
|
41754
|
-
"access": "public",
|
|
41755
|
-
"file": {
|
|
41756
|
-
"path": "material/scss/pager/_variables.scss",
|
|
41757
|
-
"name": "_variables.scss"
|
|
41758
|
-
},
|
|
41759
|
-
"resolvedValue": "5em",
|
|
41760
|
-
"resolvedType": "Number"
|
|
41761
|
-
},
|
|
41762
|
-
{
|
|
41763
|
-
"description": "The width of the DropDowns in the large Pager.\n",
|
|
41764
|
-
"commentRange": {
|
|
41765
|
-
"start": 97,
|
|
41766
|
-
"end": 98
|
|
41767
|
-
},
|
|
41768
|
-
"context": {
|
|
41769
|
-
"type": "variable",
|
|
41770
|
-
"name": "kendo-pager-lg-dropdown-width",
|
|
41771
|
-
"value": "5em",
|
|
41772
|
-
"scope": "default",
|
|
41773
|
-
"line": {
|
|
41774
|
-
"start": 99,
|
|
41775
|
-
"end": 99
|
|
41776
|
-
}
|
|
41777
|
-
},
|
|
41778
|
-
"group": [
|
|
41779
|
-
"pager"
|
|
41780
|
-
],
|
|
41781
|
-
"access": "public",
|
|
41782
|
-
"file": {
|
|
41783
|
-
"path": "material/scss/pager/_variables.scss",
|
|
41784
|
-
"name": "_variables.scss"
|
|
41785
|
-
},
|
|
41786
|
-
"resolvedValue": "5em",
|
|
41787
|
-
"resolvedType": "Number"
|
|
41788
|
-
},
|
|
41789
41789
|
{
|
|
41790
41790
|
"description": "The sizes map of the Pager.\n",
|
|
41791
41791
|
"commentRange": {
|
|
41792
|
-
"start":
|
|
41793
|
-
"end":
|
|
41792
|
+
"start": 95,
|
|
41793
|
+
"end": 96
|
|
41794
41794
|
},
|
|
41795
41795
|
"context": {
|
|
41796
41796
|
"type": "variable",
|
|
41797
41797
|
"name": "kendo-pager-sizes",
|
|
41798
|
-
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n
|
|
41798
|
+
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width,\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width,\n )\n)",
|
|
41799
41799
|
"scope": "default",
|
|
41800
41800
|
"line": {
|
|
41801
|
-
"start":
|
|
41802
|
-
"end":
|
|
41801
|
+
"start": 97,
|
|
41802
|
+
"end": 116
|
|
41803
41803
|
}
|
|
41804
41804
|
},
|
|
41805
41805
|
"group": [
|
|
@@ -41810,29 +41810,26 @@
|
|
|
41810
41810
|
"path": "material/scss/pager/_variables.scss",
|
|
41811
41811
|
"name": "_variables.scss"
|
|
41812
41812
|
},
|
|
41813
|
-
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)
|
|
41813
|
+
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-2, 0.5rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-2\\.5, 0.625rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)))",
|
|
41814
41814
|
"resolvedType": "Map",
|
|
41815
41815
|
"prettyValue": {
|
|
41816
41816
|
"sm": {
|
|
41817
41817
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
41818
41818
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
41819
41819
|
"item-group-spacing": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
41820
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
41821
|
-
"pager-dropdown-width": "5em"
|
|
41820
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
41822
41821
|
},
|
|
41823
41822
|
"md": {
|
|
41824
41823
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
41825
41824
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
41826
41825
|
"item-group-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
41827
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
41828
|
-
"pager-dropdown-width": "5em"
|
|
41826
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
41829
41827
|
},
|
|
41830
41828
|
"lg": {
|
|
41831
41829
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
41832
41830
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
41833
41831
|
"item-group-spacing": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
41834
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
41835
|
-
"pager-dropdown-width": "5em"
|
|
41832
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
41836
41833
|
}
|
|
41837
41834
|
}
|
|
41838
41835
|
},
|
|
@@ -114691,15 +114688,15 @@
|
|
|
114691
114688
|
"resolvedType": "String"
|
|
114692
114689
|
},
|
|
114693
114690
|
{
|
|
114694
|
-
"description": "The background color of the List
|
|
114691
|
+
"description": "The background color of the selected hovered List items.\n",
|
|
114695
114692
|
"commentRange": {
|
|
114696
114693
|
"start": 285,
|
|
114697
114694
|
"end": 286
|
|
114698
114695
|
},
|
|
114699
114696
|
"context": {
|
|
114700
114697
|
"type": "variable",
|
|
114701
|
-
"name": "kendo-list-
|
|
114702
|
-
"value": "
|
|
114698
|
+
"name": "kendo-list-item-selected-hover-bg",
|
|
114699
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
114703
114700
|
"scope": "default",
|
|
114704
114701
|
"line": {
|
|
114705
114702
|
"start": 287,
|
|
@@ -114714,14 +114711,68 @@
|
|
|
114714
114711
|
"path": "material/scss/list/_variables.scss",
|
|
114715
114712
|
"name": "_variables.scss"
|
|
114716
114713
|
},
|
|
114714
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 8%, transparent)",
|
|
114715
|
+
"resolvedType": "String"
|
|
114716
|
+
},
|
|
114717
|
+
{
|
|
114718
|
+
"description": "The text color of the selected hovered List items.\n",
|
|
114719
|
+
"commentRange": {
|
|
114720
|
+
"start": 288,
|
|
114721
|
+
"end": 289
|
|
114722
|
+
},
|
|
114723
|
+
"context": {
|
|
114724
|
+
"type": "variable",
|
|
114725
|
+
"name": "kendo-list-item-selected-hover-text",
|
|
114726
|
+
"value": "k-color(primary-on-surface)",
|
|
114727
|
+
"scope": "default",
|
|
114728
|
+
"line": {
|
|
114729
|
+
"start": 290,
|
|
114730
|
+
"end": 290
|
|
114731
|
+
}
|
|
114732
|
+
},
|
|
114733
|
+
"group": [
|
|
114734
|
+
"list"
|
|
114735
|
+
],
|
|
114736
|
+
"access": "public",
|
|
114737
|
+
"file": {
|
|
114738
|
+
"path": "material/scss/list/_variables.scss",
|
|
114739
|
+
"name": "_variables.scss"
|
|
114740
|
+
},
|
|
114741
|
+
"resolvedValue": "var(--kendo-color-primary-on-surface, #65558F)",
|
|
114742
|
+
"resolvedType": "String"
|
|
114743
|
+
},
|
|
114744
|
+
{
|
|
114745
|
+
"description": "The background color of the List group items.\n",
|
|
114746
|
+
"commentRange": {
|
|
114747
|
+
"start": 292,
|
|
114748
|
+
"end": 293
|
|
114749
|
+
},
|
|
114750
|
+
"context": {
|
|
114751
|
+
"type": "variable",
|
|
114752
|
+
"name": "kendo-list-group-item-bg",
|
|
114753
|
+
"value": "null",
|
|
114754
|
+
"scope": "default",
|
|
114755
|
+
"line": {
|
|
114756
|
+
"start": 294,
|
|
114757
|
+
"end": 294
|
|
114758
|
+
}
|
|
114759
|
+
},
|
|
114760
|
+
"group": [
|
|
114761
|
+
"list"
|
|
114762
|
+
],
|
|
114763
|
+
"access": "public",
|
|
114764
|
+
"file": {
|
|
114765
|
+
"path": "material/scss/list/_variables.scss",
|
|
114766
|
+
"name": "_variables.scss"
|
|
114767
|
+
},
|
|
114717
114768
|
"resolvedValue": "null",
|
|
114718
114769
|
"resolvedType": "Null"
|
|
114719
114770
|
},
|
|
114720
114771
|
{
|
|
114721
114772
|
"description": "The text color of the List group items.\n",
|
|
114722
114773
|
"commentRange": {
|
|
114723
|
-
"start":
|
|
114724
|
-
"end":
|
|
114774
|
+
"start": 295,
|
|
114775
|
+
"end": 296
|
|
114725
114776
|
},
|
|
114726
114777
|
"context": {
|
|
114727
114778
|
"type": "variable",
|
|
@@ -114729,8 +114780,8 @@
|
|
|
114729
114780
|
"value": "null",
|
|
114730
114781
|
"scope": "default",
|
|
114731
114782
|
"line": {
|
|
114732
|
-
"start":
|
|
114733
|
-
"end":
|
|
114783
|
+
"start": 297,
|
|
114784
|
+
"end": 297
|
|
114734
114785
|
}
|
|
114735
114786
|
},
|
|
114736
114787
|
"group": [
|
|
@@ -114747,8 +114798,8 @@
|
|
|
114747
114798
|
{
|
|
114748
114799
|
"description": "The border color of the List group items.\n",
|
|
114749
114800
|
"commentRange": {
|
|
114750
|
-
"start":
|
|
114751
|
-
"end":
|
|
114801
|
+
"start": 298,
|
|
114802
|
+
"end": 299
|
|
114752
114803
|
},
|
|
114753
114804
|
"context": {
|
|
114754
114805
|
"type": "variable",
|
|
@@ -114756,8 +114807,8 @@
|
|
|
114756
114807
|
"value": "inherit",
|
|
114757
114808
|
"scope": "default",
|
|
114758
114809
|
"line": {
|
|
114759
|
-
"start":
|
|
114760
|
-
"end":
|
|
114810
|
+
"start": 300,
|
|
114811
|
+
"end": 300
|
|
114761
114812
|
}
|
|
114762
114813
|
},
|
|
114763
114814
|
"group": [
|
|
@@ -114774,8 +114825,8 @@
|
|
|
114774
114825
|
{
|
|
114775
114826
|
"description": "The base shadow of the List group items.\n",
|
|
114776
114827
|
"commentRange": {
|
|
114777
|
-
"start":
|
|
114778
|
-
"end":
|
|
114828
|
+
"start": 301,
|
|
114829
|
+
"end": 302
|
|
114779
114830
|
},
|
|
114780
114831
|
"context": {
|
|
114781
114832
|
"type": "variable",
|
|
@@ -114783,8 +114834,8 @@
|
|
|
114783
114834
|
"value": "null",
|
|
114784
114835
|
"scope": "default",
|
|
114785
114836
|
"line": {
|
|
114786
|
-
"start":
|
|
114787
|
-
"end":
|
|
114837
|
+
"start": 303,
|
|
114838
|
+
"end": 303
|
|
114788
114839
|
}
|
|
114789
114840
|
},
|
|
114790
114841
|
"group": [
|
|
@@ -114801,8 +114852,8 @@
|
|
|
114801
114852
|
{
|
|
114802
114853
|
"description": "The color of the 'Option Label' text.\n",
|
|
114803
114854
|
"commentRange": {
|
|
114804
|
-
"start":
|
|
114805
|
-
"end":
|
|
114855
|
+
"start": 305,
|
|
114856
|
+
"end": 306
|
|
114806
114857
|
},
|
|
114807
114858
|
"context": {
|
|
114808
114859
|
"type": "variable",
|
|
@@ -114810,8 +114861,8 @@
|
|
|
114810
114861
|
"value": "k-color(subtle)",
|
|
114811
114862
|
"scope": "default",
|
|
114812
114863
|
"line": {
|
|
114813
|
-
"start":
|
|
114814
|
-
"end":
|
|
114864
|
+
"start": 307,
|
|
114865
|
+
"end": 307
|
|
114815
114866
|
}
|
|
114816
114867
|
},
|
|
114817
114868
|
"group": [
|
|
@@ -123074,14 +123125,14 @@
|
|
|
123074
123125
|
"resolvedType": "Number"
|
|
123075
123126
|
},
|
|
123076
123127
|
{
|
|
123077
|
-
"description": "The width of the DropDowns in the
|
|
123128
|
+
"description": "The width of the DropDowns in the Pager.\n",
|
|
123078
123129
|
"commentRange": {
|
|
123079
123130
|
"start": 91,
|
|
123080
123131
|
"end": 92
|
|
123081
123132
|
},
|
|
123082
123133
|
"context": {
|
|
123083
123134
|
"type": "variable",
|
|
123084
|
-
"name": "kendo-pager-
|
|
123135
|
+
"name": "kendo-pager-dropdown-width",
|
|
123085
123136
|
"value": "5em",
|
|
123086
123137
|
"scope": "default",
|
|
123087
123138
|
"line": {
|
|
@@ -123100,74 +123151,20 @@
|
|
|
123100
123151
|
"resolvedValue": "5em",
|
|
123101
123152
|
"resolvedType": "Number"
|
|
123102
123153
|
},
|
|
123103
|
-
{
|
|
123104
|
-
"description": "The width of the DropDowns in the medium Pager.\n",
|
|
123105
|
-
"commentRange": {
|
|
123106
|
-
"start": 94,
|
|
123107
|
-
"end": 95
|
|
123108
|
-
},
|
|
123109
|
-
"context": {
|
|
123110
|
-
"type": "variable",
|
|
123111
|
-
"name": "kendo-pager-md-dropdown-width",
|
|
123112
|
-
"value": "5em",
|
|
123113
|
-
"scope": "default",
|
|
123114
|
-
"line": {
|
|
123115
|
-
"start": 96,
|
|
123116
|
-
"end": 96
|
|
123117
|
-
}
|
|
123118
|
-
},
|
|
123119
|
-
"group": [
|
|
123120
|
-
"pager"
|
|
123121
|
-
],
|
|
123122
|
-
"access": "public",
|
|
123123
|
-
"file": {
|
|
123124
|
-
"path": "material/scss/pager/_variables.scss",
|
|
123125
|
-
"name": "_variables.scss"
|
|
123126
|
-
},
|
|
123127
|
-
"resolvedValue": "5em",
|
|
123128
|
-
"resolvedType": "Number"
|
|
123129
|
-
},
|
|
123130
|
-
{
|
|
123131
|
-
"description": "The width of the DropDowns in the large Pager.\n",
|
|
123132
|
-
"commentRange": {
|
|
123133
|
-
"start": 97,
|
|
123134
|
-
"end": 98
|
|
123135
|
-
},
|
|
123136
|
-
"context": {
|
|
123137
|
-
"type": "variable",
|
|
123138
|
-
"name": "kendo-pager-lg-dropdown-width",
|
|
123139
|
-
"value": "5em",
|
|
123140
|
-
"scope": "default",
|
|
123141
|
-
"line": {
|
|
123142
|
-
"start": 99,
|
|
123143
|
-
"end": 99
|
|
123144
|
-
}
|
|
123145
|
-
},
|
|
123146
|
-
"group": [
|
|
123147
|
-
"pager"
|
|
123148
|
-
],
|
|
123149
|
-
"access": "public",
|
|
123150
|
-
"file": {
|
|
123151
|
-
"path": "material/scss/pager/_variables.scss",
|
|
123152
|
-
"name": "_variables.scss"
|
|
123153
|
-
},
|
|
123154
|
-
"resolvedValue": "5em",
|
|
123155
|
-
"resolvedType": "Number"
|
|
123156
|
-
},
|
|
123157
123154
|
{
|
|
123158
123155
|
"description": "The sizes map of the Pager.\n",
|
|
123159
123156
|
"commentRange": {
|
|
123160
|
-
"start":
|
|
123161
|
-
"end":
|
|
123157
|
+
"start": 95,
|
|
123158
|
+
"end": 96
|
|
123162
123159
|
},
|
|
123163
123160
|
"context": {
|
|
123164
123161
|
"type": "variable",
|
|
123165
123162
|
"name": "kendo-pager-sizes",
|
|
123166
|
-
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n
|
|
123163
|
+
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width,\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width,\n )\n)",
|
|
123167
123164
|
"scope": "default",
|
|
123168
123165
|
"line": {
|
|
123169
|
-
"start":
|
|
123170
|
-
"end":
|
|
123166
|
+
"start": 97,
|
|
123167
|
+
"end": 116
|
|
123171
123168
|
}
|
|
123172
123169
|
},
|
|
123173
123170
|
"group": [
|
|
@@ -123178,29 +123175,26 @@
|
|
|
123178
123175
|
"path": "material/scss/pager/_variables.scss",
|
|
123179
123176
|
"name": "_variables.scss"
|
|
123180
123177
|
},
|
|
123181
|
-
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)
|
|
123178
|
+
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-2, 0.5rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-2\\.5, 0.625rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)))",
|
|
123182
123179
|
"resolvedType": "Map",
|
|
123183
123180
|
"prettyValue": {
|
|
123184
123181
|
"sm": {
|
|
123185
123182
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
123186
123183
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
123187
123184
|
"item-group-spacing": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
123188
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
123189
|
-
"pager-dropdown-width": "5em"
|
|
123185
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
123190
123186
|
},
|
|
123191
123187
|
"md": {
|
|
123192
123188
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
123193
123189
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
123194
123190
|
"item-group-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
123195
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
123196
|
-
"pager-dropdown-width": "5em"
|
|
123191
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
123197
123192
|
},
|
|
123198
123193
|
"lg": {
|
|
123199
123194
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
123200
123195
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
123201
123196
|
"item-group-spacing": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
123202
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
123203
|
-
"pager-dropdown-width": "5em"
|
|
123197
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
123204
123198
|
}
|
|
123205
123199
|
}
|
|
123206
123200
|
}
|