@progress/kendo-theme-bootstrap 7.0.3-dev.3 → 7.1.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +142 -98
- package/dist/all.scss +82 -159
- package/dist/meta/sassdoc-data.json +870 -0
- package/dist/meta/sassdoc-raw-data.json +400 -0
- package/dist/meta/variables.json +6 -62
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/tooltip/_variables.scss +49 -16
|
@@ -38651,6 +38651,438 @@
|
|
|
38651
38651
|
"resolvedValue": "(sm: (padding-x: 0.25rem, padding-y: 0.25rem, spacing: 0.375rem), md: (padding-x: 0.5rem, padding-y: 0.5rem, spacing: 0.5rem), lg: (padding-x: 0.625rem, padding-y: 0.625rem, spacing: 0.625rem))",
|
|
38652
38652
|
"resolvedType": "Map"
|
|
38653
38653
|
},
|
|
38654
|
+
{
|
|
38655
|
+
"description": "The vertical padding of the Tooltip.\n",
|
|
38656
|
+
"commentRange": {
|
|
38657
|
+
"start": 3,
|
|
38658
|
+
"end": 4
|
|
38659
|
+
},
|
|
38660
|
+
"context": {
|
|
38661
|
+
"type": "variable",
|
|
38662
|
+
"name": "kendo-tooltip-padding-y",
|
|
38663
|
+
"value": "$tooltip-padding-y",
|
|
38664
|
+
"scope": "default",
|
|
38665
|
+
"line": {
|
|
38666
|
+
"start": 5,
|
|
38667
|
+
"end": 5
|
|
38668
|
+
}
|
|
38669
|
+
},
|
|
38670
|
+
"group": [
|
|
38671
|
+
"tooltip"
|
|
38672
|
+
],
|
|
38673
|
+
"access": "public",
|
|
38674
|
+
"file": {
|
|
38675
|
+
"path": "tooltip/_variables.scss",
|
|
38676
|
+
"name": "_variables.scss"
|
|
38677
|
+
},
|
|
38678
|
+
"resolvedValue": "0.25rem",
|
|
38679
|
+
"resolvedType": "Number"
|
|
38680
|
+
},
|
|
38681
|
+
{
|
|
38682
|
+
"description": "The horizontal padding of the Tooltip.\n",
|
|
38683
|
+
"commentRange": {
|
|
38684
|
+
"start": 6,
|
|
38685
|
+
"end": 7
|
|
38686
|
+
},
|
|
38687
|
+
"context": {
|
|
38688
|
+
"type": "variable",
|
|
38689
|
+
"name": "kendo-tooltip-padding-x",
|
|
38690
|
+
"value": "$tooltip-padding-x",
|
|
38691
|
+
"scope": "default",
|
|
38692
|
+
"line": {
|
|
38693
|
+
"start": 8,
|
|
38694
|
+
"end": 8
|
|
38695
|
+
}
|
|
38696
|
+
},
|
|
38697
|
+
"group": [
|
|
38698
|
+
"tooltip"
|
|
38699
|
+
],
|
|
38700
|
+
"access": "public",
|
|
38701
|
+
"file": {
|
|
38702
|
+
"path": "tooltip/_variables.scss",
|
|
38703
|
+
"name": "_variables.scss"
|
|
38704
|
+
},
|
|
38705
|
+
"resolvedValue": "0.5rem",
|
|
38706
|
+
"resolvedType": "Number"
|
|
38707
|
+
},
|
|
38708
|
+
{
|
|
38709
|
+
"description": "The width of the border around the Tooltip.\n",
|
|
38710
|
+
"commentRange": {
|
|
38711
|
+
"start": 9,
|
|
38712
|
+
"end": 10
|
|
38713
|
+
},
|
|
38714
|
+
"context": {
|
|
38715
|
+
"type": "variable",
|
|
38716
|
+
"name": "kendo-tooltip-border-width",
|
|
38717
|
+
"value": "0px",
|
|
38718
|
+
"scope": "default",
|
|
38719
|
+
"line": {
|
|
38720
|
+
"start": 11,
|
|
38721
|
+
"end": 11
|
|
38722
|
+
}
|
|
38723
|
+
},
|
|
38724
|
+
"group": [
|
|
38725
|
+
"tooltip"
|
|
38726
|
+
],
|
|
38727
|
+
"access": "public",
|
|
38728
|
+
"file": {
|
|
38729
|
+
"path": "tooltip/_variables.scss",
|
|
38730
|
+
"name": "_variables.scss"
|
|
38731
|
+
},
|
|
38732
|
+
"resolvedValue": "0px",
|
|
38733
|
+
"resolvedType": "Number"
|
|
38734
|
+
},
|
|
38735
|
+
{
|
|
38736
|
+
"description": "The border radius of the Tooltip.\n",
|
|
38737
|
+
"commentRange": {
|
|
38738
|
+
"start": 12,
|
|
38739
|
+
"end": 13
|
|
38740
|
+
},
|
|
38741
|
+
"context": {
|
|
38742
|
+
"type": "variable",
|
|
38743
|
+
"name": "kendo-tooltip-border-radius",
|
|
38744
|
+
"value": "$tooltip-border-radius",
|
|
38745
|
+
"scope": "default",
|
|
38746
|
+
"line": {
|
|
38747
|
+
"start": 14,
|
|
38748
|
+
"end": 14
|
|
38749
|
+
}
|
|
38750
|
+
},
|
|
38751
|
+
"group": [
|
|
38752
|
+
"tooltip"
|
|
38753
|
+
],
|
|
38754
|
+
"access": "public",
|
|
38755
|
+
"file": {
|
|
38756
|
+
"path": "tooltip/_variables.scss",
|
|
38757
|
+
"name": "_variables.scss"
|
|
38758
|
+
},
|
|
38759
|
+
"resolvedValue": "0.375rem",
|
|
38760
|
+
"resolvedType": "Number"
|
|
38761
|
+
},
|
|
38762
|
+
{
|
|
38763
|
+
"description": "The font family of the Tooltip.\n",
|
|
38764
|
+
"commentRange": {
|
|
38765
|
+
"start": 16,
|
|
38766
|
+
"end": 17
|
|
38767
|
+
},
|
|
38768
|
+
"context": {
|
|
38769
|
+
"type": "variable",
|
|
38770
|
+
"name": "kendo-tooltip-font-family",
|
|
38771
|
+
"value": "$kendo-font-family",
|
|
38772
|
+
"scope": "default",
|
|
38773
|
+
"line": {
|
|
38774
|
+
"start": 18,
|
|
38775
|
+
"end": 18
|
|
38776
|
+
}
|
|
38777
|
+
},
|
|
38778
|
+
"group": [
|
|
38779
|
+
"tooltip"
|
|
38780
|
+
],
|
|
38781
|
+
"access": "public",
|
|
38782
|
+
"file": {
|
|
38783
|
+
"path": "tooltip/_variables.scss",
|
|
38784
|
+
"name": "_variables.scss"
|
|
38785
|
+
},
|
|
38786
|
+
"resolvedValue": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
38787
|
+
"resolvedType": "List"
|
|
38788
|
+
},
|
|
38789
|
+
{
|
|
38790
|
+
"description": "The font size of the Tooltip.\n",
|
|
38791
|
+
"commentRange": {
|
|
38792
|
+
"start": 19,
|
|
38793
|
+
"end": 20
|
|
38794
|
+
},
|
|
38795
|
+
"context": {
|
|
38796
|
+
"type": "variable",
|
|
38797
|
+
"name": "kendo-tooltip-font-size",
|
|
38798
|
+
"value": "$kendo-font-size-sm",
|
|
38799
|
+
"scope": "default",
|
|
38800
|
+
"line": {
|
|
38801
|
+
"start": 21,
|
|
38802
|
+
"end": 21
|
|
38803
|
+
}
|
|
38804
|
+
},
|
|
38805
|
+
"group": [
|
|
38806
|
+
"tooltip"
|
|
38807
|
+
],
|
|
38808
|
+
"access": "public",
|
|
38809
|
+
"file": {
|
|
38810
|
+
"path": "tooltip/_variables.scss",
|
|
38811
|
+
"name": "_variables.scss"
|
|
38812
|
+
},
|
|
38813
|
+
"resolvedValue": "0.875rem",
|
|
38814
|
+
"resolvedType": "Number"
|
|
38815
|
+
},
|
|
38816
|
+
{
|
|
38817
|
+
"description": "The line height of the Tooltip.\n",
|
|
38818
|
+
"commentRange": {
|
|
38819
|
+
"start": 22,
|
|
38820
|
+
"end": 23
|
|
38821
|
+
},
|
|
38822
|
+
"context": {
|
|
38823
|
+
"type": "variable",
|
|
38824
|
+
"name": "kendo-tooltip-line-height",
|
|
38825
|
+
"value": "$kendo-line-height-md",
|
|
38826
|
+
"scope": "default",
|
|
38827
|
+
"line": {
|
|
38828
|
+
"start": 24,
|
|
38829
|
+
"end": 24
|
|
38830
|
+
}
|
|
38831
|
+
},
|
|
38832
|
+
"group": [
|
|
38833
|
+
"tooltip"
|
|
38834
|
+
],
|
|
38835
|
+
"access": "public",
|
|
38836
|
+
"file": {
|
|
38837
|
+
"path": "tooltip/_variables.scss",
|
|
38838
|
+
"name": "_variables.scss"
|
|
38839
|
+
},
|
|
38840
|
+
"resolvedValue": "1.5",
|
|
38841
|
+
"resolvedType": "Number"
|
|
38842
|
+
},
|
|
38843
|
+
{
|
|
38844
|
+
"description": "The font size of the Tooltip title.\n",
|
|
38845
|
+
"commentRange": {
|
|
38846
|
+
"start": 26,
|
|
38847
|
+
"end": 27
|
|
38848
|
+
},
|
|
38849
|
+
"context": {
|
|
38850
|
+
"type": "variable",
|
|
38851
|
+
"name": "kendo-tooltip-title-font-size",
|
|
38852
|
+
"value": "($kendo-tooltip-font-size * 1.25)",
|
|
38853
|
+
"scope": "default",
|
|
38854
|
+
"line": {
|
|
38855
|
+
"start": 28,
|
|
38856
|
+
"end": 28
|
|
38857
|
+
}
|
|
38858
|
+
},
|
|
38859
|
+
"group": [
|
|
38860
|
+
"tooltip"
|
|
38861
|
+
],
|
|
38862
|
+
"access": "public",
|
|
38863
|
+
"file": {
|
|
38864
|
+
"path": "tooltip/_variables.scss",
|
|
38865
|
+
"name": "_variables.scss"
|
|
38866
|
+
},
|
|
38867
|
+
"resolvedValue": "1.09375rem",
|
|
38868
|
+
"resolvedType": "Number"
|
|
38869
|
+
},
|
|
38870
|
+
{
|
|
38871
|
+
"description": "The line height of the Tooltip title.\n",
|
|
38872
|
+
"commentRange": {
|
|
38873
|
+
"start": 29,
|
|
38874
|
+
"end": 30
|
|
38875
|
+
},
|
|
38876
|
+
"context": {
|
|
38877
|
+
"type": "variable",
|
|
38878
|
+
"name": "kendo-tooltip-title-line-height",
|
|
38879
|
+
"value": "1",
|
|
38880
|
+
"scope": "default",
|
|
38881
|
+
"line": {
|
|
38882
|
+
"start": 31,
|
|
38883
|
+
"end": 31
|
|
38884
|
+
}
|
|
38885
|
+
},
|
|
38886
|
+
"group": [
|
|
38887
|
+
"tooltip"
|
|
38888
|
+
],
|
|
38889
|
+
"access": "public",
|
|
38890
|
+
"file": {
|
|
38891
|
+
"path": "tooltip/_variables.scss",
|
|
38892
|
+
"name": "_variables.scss"
|
|
38893
|
+
},
|
|
38894
|
+
"resolvedValue": "1",
|
|
38895
|
+
"resolvedType": "Number"
|
|
38896
|
+
},
|
|
38897
|
+
{
|
|
38898
|
+
"description": "The size of the Tooltip callout.\n",
|
|
38899
|
+
"commentRange": {
|
|
38900
|
+
"start": 33,
|
|
38901
|
+
"end": 34
|
|
38902
|
+
},
|
|
38903
|
+
"context": {
|
|
38904
|
+
"type": "variable",
|
|
38905
|
+
"name": "kendo-tooltip-callout-size",
|
|
38906
|
+
"value": "$tooltip-arrow-height",
|
|
38907
|
+
"scope": "default",
|
|
38908
|
+
"line": {
|
|
38909
|
+
"start": 35,
|
|
38910
|
+
"end": 35
|
|
38911
|
+
}
|
|
38912
|
+
},
|
|
38913
|
+
"group": [
|
|
38914
|
+
"tooltip"
|
|
38915
|
+
],
|
|
38916
|
+
"access": "public",
|
|
38917
|
+
"file": {
|
|
38918
|
+
"path": "tooltip/_variables.scss",
|
|
38919
|
+
"name": "_variables.scss"
|
|
38920
|
+
},
|
|
38921
|
+
"resolvedValue": "0.4rem",
|
|
38922
|
+
"resolvedType": "Number"
|
|
38923
|
+
},
|
|
38924
|
+
{
|
|
38925
|
+
"description": "The default background of the Tooltip.\n",
|
|
38926
|
+
"commentRange": {
|
|
38927
|
+
"start": 37,
|
|
38928
|
+
"end": 38
|
|
38929
|
+
},
|
|
38930
|
+
"context": {
|
|
38931
|
+
"type": "variable",
|
|
38932
|
+
"name": "kendo-tooltip-bg",
|
|
38933
|
+
"value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
|
|
38934
|
+
"scope": "default",
|
|
38935
|
+
"line": {
|
|
38936
|
+
"start": 39,
|
|
38937
|
+
"end": 39
|
|
38938
|
+
}
|
|
38939
|
+
},
|
|
38940
|
+
"group": [
|
|
38941
|
+
"tooltip"
|
|
38942
|
+
],
|
|
38943
|
+
"access": "public",
|
|
38944
|
+
"file": {
|
|
38945
|
+
"path": "tooltip/_variables.scss",
|
|
38946
|
+
"name": "_variables.scss"
|
|
38947
|
+
},
|
|
38948
|
+
"resolvedValue": "#000000",
|
|
38949
|
+
"resolvedType": "Color"
|
|
38950
|
+
},
|
|
38951
|
+
{
|
|
38952
|
+
"description": "The default text color of the Tooltip.\n",
|
|
38953
|
+
"commentRange": {
|
|
38954
|
+
"start": 40,
|
|
38955
|
+
"end": 41
|
|
38956
|
+
},
|
|
38957
|
+
"context": {
|
|
38958
|
+
"type": "variable",
|
|
38959
|
+
"name": "kendo-tooltip-text",
|
|
38960
|
+
"value": "k-contrast-color( $kendo-tooltip-bg )",
|
|
38961
|
+
"scope": "default",
|
|
38962
|
+
"line": {
|
|
38963
|
+
"start": 42,
|
|
38964
|
+
"end": 42
|
|
38965
|
+
}
|
|
38966
|
+
},
|
|
38967
|
+
"group": [
|
|
38968
|
+
"tooltip"
|
|
38969
|
+
],
|
|
38970
|
+
"access": "public",
|
|
38971
|
+
"file": {
|
|
38972
|
+
"path": "tooltip/_variables.scss",
|
|
38973
|
+
"name": "_variables.scss"
|
|
38974
|
+
},
|
|
38975
|
+
"resolvedValue": "white",
|
|
38976
|
+
"resolvedType": "Color"
|
|
38977
|
+
},
|
|
38978
|
+
{
|
|
38979
|
+
"description": "The default border color of the Tooltip.\n",
|
|
38980
|
+
"commentRange": {
|
|
38981
|
+
"start": 43,
|
|
38982
|
+
"end": 44
|
|
38983
|
+
},
|
|
38984
|
+
"context": {
|
|
38985
|
+
"type": "variable",
|
|
38986
|
+
"name": "kendo-tooltip-border",
|
|
38987
|
+
"value": "$kendo-tooltip-bg",
|
|
38988
|
+
"scope": "default",
|
|
38989
|
+
"line": {
|
|
38990
|
+
"start": 45,
|
|
38991
|
+
"end": 45
|
|
38992
|
+
}
|
|
38993
|
+
},
|
|
38994
|
+
"group": [
|
|
38995
|
+
"tooltip"
|
|
38996
|
+
],
|
|
38997
|
+
"access": "public",
|
|
38998
|
+
"file": {
|
|
38999
|
+
"path": "tooltip/_variables.scss",
|
|
39000
|
+
"name": "_variables.scss"
|
|
39001
|
+
},
|
|
39002
|
+
"resolvedValue": "#000000",
|
|
39003
|
+
"resolvedType": "Color"
|
|
39004
|
+
},
|
|
39005
|
+
{
|
|
39006
|
+
"description": "The box-shadow of the Tooltip.\n",
|
|
39007
|
+
"commentRange": {
|
|
39008
|
+
"start": 47,
|
|
39009
|
+
"end": 48
|
|
39010
|
+
},
|
|
39011
|
+
"context": {
|
|
39012
|
+
"type": "variable",
|
|
39013
|
+
"name": "kendo-tooltip-shadow",
|
|
39014
|
+
"value": "k-elevation(2)",
|
|
39015
|
+
"scope": "default",
|
|
39016
|
+
"line": {
|
|
39017
|
+
"start": 49,
|
|
39018
|
+
"end": 49
|
|
39019
|
+
}
|
|
39020
|
+
},
|
|
39021
|
+
"group": [
|
|
39022
|
+
"tooltip"
|
|
39023
|
+
],
|
|
39024
|
+
"access": "public",
|
|
39025
|
+
"file": {
|
|
39026
|
+
"path": "tooltip/_variables.scss",
|
|
39027
|
+
"name": "_variables.scss"
|
|
39028
|
+
},
|
|
39029
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
39030
|
+
"resolvedType": "String"
|
|
39031
|
+
},
|
|
39032
|
+
{
|
|
39033
|
+
"description": "The theme colors map for the Tooltip.\n",
|
|
39034
|
+
"commentRange": {
|
|
39035
|
+
"start": 65,
|
|
39036
|
+
"end": 66
|
|
39037
|
+
},
|
|
39038
|
+
"context": {
|
|
39039
|
+
"type": "variable",
|
|
39040
|
+
"name": "kendo-tooltip-theme-colors",
|
|
39041
|
+
"value": "$kendo-theme-colors",
|
|
39042
|
+
"scope": "default",
|
|
39043
|
+
"line": {
|
|
39044
|
+
"start": 67,
|
|
39045
|
+
"end": 67
|
|
39046
|
+
}
|
|
39047
|
+
},
|
|
39048
|
+
"group": [
|
|
39049
|
+
"tooltip"
|
|
39050
|
+
],
|
|
39051
|
+
"access": "public",
|
|
39052
|
+
"file": {
|
|
39053
|
+
"path": "tooltip/_variables.scss",
|
|
39054
|
+
"name": "_variables.scss"
|
|
39055
|
+
},
|
|
39056
|
+
"resolvedValue": "(\"primary\": #0d6efd, \"secondary\": #6c757d, \"tertiary\": #6f42c1, \"info\": #0dcaf0, \"success\": #198754, \"warning\": #ffc107, \"error\": #dc3545, \"dark\": #212529, \"light\": #f8f9fa, \"inverse\": #212529)",
|
|
39057
|
+
"resolvedType": "Map"
|
|
39058
|
+
},
|
|
39059
|
+
{
|
|
39060
|
+
"description": "The generated theme colors map for the Tooltip.\n",
|
|
39061
|
+
"commentRange": {
|
|
39062
|
+
"start": 68,
|
|
39063
|
+
"end": 69
|
|
39064
|
+
},
|
|
39065
|
+
"context": {
|
|
39066
|
+
"type": "variable",
|
|
39067
|
+
"name": "kendo-tooltip-theme",
|
|
39068
|
+
"value": "tooltip-theme( $kendo-tooltip-theme-colors )",
|
|
39069
|
+
"scope": "default",
|
|
39070
|
+
"line": {
|
|
39071
|
+
"start": 70,
|
|
39072
|
+
"end": 70
|
|
39073
|
+
}
|
|
39074
|
+
},
|
|
39075
|
+
"group": [
|
|
39076
|
+
"tooltip"
|
|
39077
|
+
],
|
|
39078
|
+
"access": "public",
|
|
39079
|
+
"file": {
|
|
39080
|
+
"path": "tooltip/_variables.scss",
|
|
39081
|
+
"name": "_variables.scss"
|
|
39082
|
+
},
|
|
39083
|
+
"resolvedValue": "(\"inverse\": (color: white, background-color: #212529, border: #212529), \"light\": (color: black, background-color: #f8f9fa, border: #f8f9fa), \"dark\": (color: white, background-color: #212529, border: #212529), \"error\": (color: white, background-color: #dc3545, border: #dc3545), \"warning\": (color: black, background-color: #ffc107, border: #ffc107), \"success\": (color: white, background-color: #198754, border: #198754), \"info\": (color: white, background-color: #0dcaf0, border: #0dcaf0), \"tertiary\": (color: white, background-color: #6f42c1, border: #6f42c1), \"secondary\": (color: white, background-color: #6c757d, border: #6c757d), \"primary\": (color: white, background-color: #0d6efd, border: #0d6efd))",
|
|
39084
|
+
"resolvedType": "Map"
|
|
39085
|
+
},
|
|
38654
39086
|
{
|
|
38655
39087
|
"description": "The font family of the TreeView.\n",
|
|
38656
39088
|
"commentRange": {
|
|
@@ -81445,6 +81877,444 @@
|
|
|
81445
81877
|
}
|
|
81446
81878
|
]
|
|
81447
81879
|
},
|
|
81880
|
+
{
|
|
81881
|
+
"id": "tooltip",
|
|
81882
|
+
"title": "Tooltip",
|
|
81883
|
+
"variables": [
|
|
81884
|
+
{
|
|
81885
|
+
"description": "The vertical padding of the Tooltip.\n",
|
|
81886
|
+
"commentRange": {
|
|
81887
|
+
"start": 3,
|
|
81888
|
+
"end": 4
|
|
81889
|
+
},
|
|
81890
|
+
"context": {
|
|
81891
|
+
"type": "variable",
|
|
81892
|
+
"name": "kendo-tooltip-padding-y",
|
|
81893
|
+
"value": "$tooltip-padding-y",
|
|
81894
|
+
"scope": "default",
|
|
81895
|
+
"line": {
|
|
81896
|
+
"start": 5,
|
|
81897
|
+
"end": 5
|
|
81898
|
+
}
|
|
81899
|
+
},
|
|
81900
|
+
"group": [
|
|
81901
|
+
"tooltip"
|
|
81902
|
+
],
|
|
81903
|
+
"access": "public",
|
|
81904
|
+
"file": {
|
|
81905
|
+
"path": "tooltip/_variables.scss",
|
|
81906
|
+
"name": "_variables.scss"
|
|
81907
|
+
},
|
|
81908
|
+
"resolvedValue": "0.25rem",
|
|
81909
|
+
"resolvedType": "Number"
|
|
81910
|
+
},
|
|
81911
|
+
{
|
|
81912
|
+
"description": "The horizontal padding of the Tooltip.\n",
|
|
81913
|
+
"commentRange": {
|
|
81914
|
+
"start": 6,
|
|
81915
|
+
"end": 7
|
|
81916
|
+
},
|
|
81917
|
+
"context": {
|
|
81918
|
+
"type": "variable",
|
|
81919
|
+
"name": "kendo-tooltip-padding-x",
|
|
81920
|
+
"value": "$tooltip-padding-x",
|
|
81921
|
+
"scope": "default",
|
|
81922
|
+
"line": {
|
|
81923
|
+
"start": 8,
|
|
81924
|
+
"end": 8
|
|
81925
|
+
}
|
|
81926
|
+
},
|
|
81927
|
+
"group": [
|
|
81928
|
+
"tooltip"
|
|
81929
|
+
],
|
|
81930
|
+
"access": "public",
|
|
81931
|
+
"file": {
|
|
81932
|
+
"path": "tooltip/_variables.scss",
|
|
81933
|
+
"name": "_variables.scss"
|
|
81934
|
+
},
|
|
81935
|
+
"resolvedValue": "0.5rem",
|
|
81936
|
+
"resolvedType": "Number"
|
|
81937
|
+
},
|
|
81938
|
+
{
|
|
81939
|
+
"description": "The width of the border around the Tooltip.\n",
|
|
81940
|
+
"commentRange": {
|
|
81941
|
+
"start": 9,
|
|
81942
|
+
"end": 10
|
|
81943
|
+
},
|
|
81944
|
+
"context": {
|
|
81945
|
+
"type": "variable",
|
|
81946
|
+
"name": "kendo-tooltip-border-width",
|
|
81947
|
+
"value": "0px",
|
|
81948
|
+
"scope": "default",
|
|
81949
|
+
"line": {
|
|
81950
|
+
"start": 11,
|
|
81951
|
+
"end": 11
|
|
81952
|
+
}
|
|
81953
|
+
},
|
|
81954
|
+
"group": [
|
|
81955
|
+
"tooltip"
|
|
81956
|
+
],
|
|
81957
|
+
"access": "public",
|
|
81958
|
+
"file": {
|
|
81959
|
+
"path": "tooltip/_variables.scss",
|
|
81960
|
+
"name": "_variables.scss"
|
|
81961
|
+
},
|
|
81962
|
+
"resolvedValue": "0px",
|
|
81963
|
+
"resolvedType": "Number"
|
|
81964
|
+
},
|
|
81965
|
+
{
|
|
81966
|
+
"description": "The border radius of the Tooltip.\n",
|
|
81967
|
+
"commentRange": {
|
|
81968
|
+
"start": 12,
|
|
81969
|
+
"end": 13
|
|
81970
|
+
},
|
|
81971
|
+
"context": {
|
|
81972
|
+
"type": "variable",
|
|
81973
|
+
"name": "kendo-tooltip-border-radius",
|
|
81974
|
+
"value": "$tooltip-border-radius",
|
|
81975
|
+
"scope": "default",
|
|
81976
|
+
"line": {
|
|
81977
|
+
"start": 14,
|
|
81978
|
+
"end": 14
|
|
81979
|
+
}
|
|
81980
|
+
},
|
|
81981
|
+
"group": [
|
|
81982
|
+
"tooltip"
|
|
81983
|
+
],
|
|
81984
|
+
"access": "public",
|
|
81985
|
+
"file": {
|
|
81986
|
+
"path": "tooltip/_variables.scss",
|
|
81987
|
+
"name": "_variables.scss"
|
|
81988
|
+
},
|
|
81989
|
+
"resolvedValue": "0.375rem",
|
|
81990
|
+
"resolvedType": "Number"
|
|
81991
|
+
},
|
|
81992
|
+
{
|
|
81993
|
+
"description": "The font family of the Tooltip.\n",
|
|
81994
|
+
"commentRange": {
|
|
81995
|
+
"start": 16,
|
|
81996
|
+
"end": 17
|
|
81997
|
+
},
|
|
81998
|
+
"context": {
|
|
81999
|
+
"type": "variable",
|
|
82000
|
+
"name": "kendo-tooltip-font-family",
|
|
82001
|
+
"value": "$kendo-font-family",
|
|
82002
|
+
"scope": "default",
|
|
82003
|
+
"line": {
|
|
82004
|
+
"start": 18,
|
|
82005
|
+
"end": 18
|
|
82006
|
+
}
|
|
82007
|
+
},
|
|
82008
|
+
"group": [
|
|
82009
|
+
"tooltip"
|
|
82010
|
+
],
|
|
82011
|
+
"access": "public",
|
|
82012
|
+
"file": {
|
|
82013
|
+
"path": "tooltip/_variables.scss",
|
|
82014
|
+
"name": "_variables.scss"
|
|
82015
|
+
},
|
|
82016
|
+
"resolvedValue": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
82017
|
+
"resolvedType": "List"
|
|
82018
|
+
},
|
|
82019
|
+
{
|
|
82020
|
+
"description": "The font size of the Tooltip.\n",
|
|
82021
|
+
"commentRange": {
|
|
82022
|
+
"start": 19,
|
|
82023
|
+
"end": 20
|
|
82024
|
+
},
|
|
82025
|
+
"context": {
|
|
82026
|
+
"type": "variable",
|
|
82027
|
+
"name": "kendo-tooltip-font-size",
|
|
82028
|
+
"value": "$kendo-font-size-sm",
|
|
82029
|
+
"scope": "default",
|
|
82030
|
+
"line": {
|
|
82031
|
+
"start": 21,
|
|
82032
|
+
"end": 21
|
|
82033
|
+
}
|
|
82034
|
+
},
|
|
82035
|
+
"group": [
|
|
82036
|
+
"tooltip"
|
|
82037
|
+
],
|
|
82038
|
+
"access": "public",
|
|
82039
|
+
"file": {
|
|
82040
|
+
"path": "tooltip/_variables.scss",
|
|
82041
|
+
"name": "_variables.scss"
|
|
82042
|
+
},
|
|
82043
|
+
"resolvedValue": "0.875rem",
|
|
82044
|
+
"resolvedType": "Number"
|
|
82045
|
+
},
|
|
82046
|
+
{
|
|
82047
|
+
"description": "The line height of the Tooltip.\n",
|
|
82048
|
+
"commentRange": {
|
|
82049
|
+
"start": 22,
|
|
82050
|
+
"end": 23
|
|
82051
|
+
},
|
|
82052
|
+
"context": {
|
|
82053
|
+
"type": "variable",
|
|
82054
|
+
"name": "kendo-tooltip-line-height",
|
|
82055
|
+
"value": "$kendo-line-height-md",
|
|
82056
|
+
"scope": "default",
|
|
82057
|
+
"line": {
|
|
82058
|
+
"start": 24,
|
|
82059
|
+
"end": 24
|
|
82060
|
+
}
|
|
82061
|
+
},
|
|
82062
|
+
"group": [
|
|
82063
|
+
"tooltip"
|
|
82064
|
+
],
|
|
82065
|
+
"access": "public",
|
|
82066
|
+
"file": {
|
|
82067
|
+
"path": "tooltip/_variables.scss",
|
|
82068
|
+
"name": "_variables.scss"
|
|
82069
|
+
},
|
|
82070
|
+
"resolvedValue": "1.5",
|
|
82071
|
+
"resolvedType": "Number"
|
|
82072
|
+
},
|
|
82073
|
+
{
|
|
82074
|
+
"description": "The font size of the Tooltip title.\n",
|
|
82075
|
+
"commentRange": {
|
|
82076
|
+
"start": 26,
|
|
82077
|
+
"end": 27
|
|
82078
|
+
},
|
|
82079
|
+
"context": {
|
|
82080
|
+
"type": "variable",
|
|
82081
|
+
"name": "kendo-tooltip-title-font-size",
|
|
82082
|
+
"value": "($kendo-tooltip-font-size * 1.25)",
|
|
82083
|
+
"scope": "default",
|
|
82084
|
+
"line": {
|
|
82085
|
+
"start": 28,
|
|
82086
|
+
"end": 28
|
|
82087
|
+
}
|
|
82088
|
+
},
|
|
82089
|
+
"group": [
|
|
82090
|
+
"tooltip"
|
|
82091
|
+
],
|
|
82092
|
+
"access": "public",
|
|
82093
|
+
"file": {
|
|
82094
|
+
"path": "tooltip/_variables.scss",
|
|
82095
|
+
"name": "_variables.scss"
|
|
82096
|
+
},
|
|
82097
|
+
"resolvedValue": "1.09375rem",
|
|
82098
|
+
"resolvedType": "Number"
|
|
82099
|
+
},
|
|
82100
|
+
{
|
|
82101
|
+
"description": "The line height of the Tooltip title.\n",
|
|
82102
|
+
"commentRange": {
|
|
82103
|
+
"start": 29,
|
|
82104
|
+
"end": 30
|
|
82105
|
+
},
|
|
82106
|
+
"context": {
|
|
82107
|
+
"type": "variable",
|
|
82108
|
+
"name": "kendo-tooltip-title-line-height",
|
|
82109
|
+
"value": "1",
|
|
82110
|
+
"scope": "default",
|
|
82111
|
+
"line": {
|
|
82112
|
+
"start": 31,
|
|
82113
|
+
"end": 31
|
|
82114
|
+
}
|
|
82115
|
+
},
|
|
82116
|
+
"group": [
|
|
82117
|
+
"tooltip"
|
|
82118
|
+
],
|
|
82119
|
+
"access": "public",
|
|
82120
|
+
"file": {
|
|
82121
|
+
"path": "tooltip/_variables.scss",
|
|
82122
|
+
"name": "_variables.scss"
|
|
82123
|
+
},
|
|
82124
|
+
"resolvedValue": "1",
|
|
82125
|
+
"resolvedType": "Number"
|
|
82126
|
+
},
|
|
82127
|
+
{
|
|
82128
|
+
"description": "The size of the Tooltip callout.\n",
|
|
82129
|
+
"commentRange": {
|
|
82130
|
+
"start": 33,
|
|
82131
|
+
"end": 34
|
|
82132
|
+
},
|
|
82133
|
+
"context": {
|
|
82134
|
+
"type": "variable",
|
|
82135
|
+
"name": "kendo-tooltip-callout-size",
|
|
82136
|
+
"value": "$tooltip-arrow-height",
|
|
82137
|
+
"scope": "default",
|
|
82138
|
+
"line": {
|
|
82139
|
+
"start": 35,
|
|
82140
|
+
"end": 35
|
|
82141
|
+
}
|
|
82142
|
+
},
|
|
82143
|
+
"group": [
|
|
82144
|
+
"tooltip"
|
|
82145
|
+
],
|
|
82146
|
+
"access": "public",
|
|
82147
|
+
"file": {
|
|
82148
|
+
"path": "tooltip/_variables.scss",
|
|
82149
|
+
"name": "_variables.scss"
|
|
82150
|
+
},
|
|
82151
|
+
"resolvedValue": "0.4rem",
|
|
82152
|
+
"resolvedType": "Number"
|
|
82153
|
+
},
|
|
82154
|
+
{
|
|
82155
|
+
"description": "The default background of the Tooltip.\n",
|
|
82156
|
+
"commentRange": {
|
|
82157
|
+
"start": 37,
|
|
82158
|
+
"end": 38
|
|
82159
|
+
},
|
|
82160
|
+
"context": {
|
|
82161
|
+
"type": "variable",
|
|
82162
|
+
"name": "kendo-tooltip-bg",
|
|
82163
|
+
"value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
|
|
82164
|
+
"scope": "default",
|
|
82165
|
+
"line": {
|
|
82166
|
+
"start": 39,
|
|
82167
|
+
"end": 39
|
|
82168
|
+
}
|
|
82169
|
+
},
|
|
82170
|
+
"group": [
|
|
82171
|
+
"tooltip"
|
|
82172
|
+
],
|
|
82173
|
+
"access": "public",
|
|
82174
|
+
"file": {
|
|
82175
|
+
"path": "tooltip/_variables.scss",
|
|
82176
|
+
"name": "_variables.scss"
|
|
82177
|
+
},
|
|
82178
|
+
"resolvedValue": "#000000",
|
|
82179
|
+
"resolvedType": "Color"
|
|
82180
|
+
},
|
|
82181
|
+
{
|
|
82182
|
+
"description": "The default text color of the Tooltip.\n",
|
|
82183
|
+
"commentRange": {
|
|
82184
|
+
"start": 40,
|
|
82185
|
+
"end": 41
|
|
82186
|
+
},
|
|
82187
|
+
"context": {
|
|
82188
|
+
"type": "variable",
|
|
82189
|
+
"name": "kendo-tooltip-text",
|
|
82190
|
+
"value": "k-contrast-color( $kendo-tooltip-bg )",
|
|
82191
|
+
"scope": "default",
|
|
82192
|
+
"line": {
|
|
82193
|
+
"start": 42,
|
|
82194
|
+
"end": 42
|
|
82195
|
+
}
|
|
82196
|
+
},
|
|
82197
|
+
"group": [
|
|
82198
|
+
"tooltip"
|
|
82199
|
+
],
|
|
82200
|
+
"access": "public",
|
|
82201
|
+
"file": {
|
|
82202
|
+
"path": "tooltip/_variables.scss",
|
|
82203
|
+
"name": "_variables.scss"
|
|
82204
|
+
},
|
|
82205
|
+
"resolvedValue": "white",
|
|
82206
|
+
"resolvedType": "Color"
|
|
82207
|
+
},
|
|
82208
|
+
{
|
|
82209
|
+
"description": "The default border color of the Tooltip.\n",
|
|
82210
|
+
"commentRange": {
|
|
82211
|
+
"start": 43,
|
|
82212
|
+
"end": 44
|
|
82213
|
+
},
|
|
82214
|
+
"context": {
|
|
82215
|
+
"type": "variable",
|
|
82216
|
+
"name": "kendo-tooltip-border",
|
|
82217
|
+
"value": "$kendo-tooltip-bg",
|
|
82218
|
+
"scope": "default",
|
|
82219
|
+
"line": {
|
|
82220
|
+
"start": 45,
|
|
82221
|
+
"end": 45
|
|
82222
|
+
}
|
|
82223
|
+
},
|
|
82224
|
+
"group": [
|
|
82225
|
+
"tooltip"
|
|
82226
|
+
],
|
|
82227
|
+
"access": "public",
|
|
82228
|
+
"file": {
|
|
82229
|
+
"path": "tooltip/_variables.scss",
|
|
82230
|
+
"name": "_variables.scss"
|
|
82231
|
+
},
|
|
82232
|
+
"resolvedValue": "#000000",
|
|
82233
|
+
"resolvedType": "Color"
|
|
82234
|
+
},
|
|
82235
|
+
{
|
|
82236
|
+
"description": "The box-shadow of the Tooltip.\n",
|
|
82237
|
+
"commentRange": {
|
|
82238
|
+
"start": 47,
|
|
82239
|
+
"end": 48
|
|
82240
|
+
},
|
|
82241
|
+
"context": {
|
|
82242
|
+
"type": "variable",
|
|
82243
|
+
"name": "kendo-tooltip-shadow",
|
|
82244
|
+
"value": "k-elevation(2)",
|
|
82245
|
+
"scope": "default",
|
|
82246
|
+
"line": {
|
|
82247
|
+
"start": 49,
|
|
82248
|
+
"end": 49
|
|
82249
|
+
}
|
|
82250
|
+
},
|
|
82251
|
+
"group": [
|
|
82252
|
+
"tooltip"
|
|
82253
|
+
],
|
|
82254
|
+
"access": "public",
|
|
82255
|
+
"file": {
|
|
82256
|
+
"path": "tooltip/_variables.scss",
|
|
82257
|
+
"name": "_variables.scss"
|
|
82258
|
+
},
|
|
82259
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
82260
|
+
"resolvedType": "String"
|
|
82261
|
+
},
|
|
82262
|
+
{
|
|
82263
|
+
"description": "The theme colors map for the Tooltip.\n",
|
|
82264
|
+
"commentRange": {
|
|
82265
|
+
"start": 65,
|
|
82266
|
+
"end": 66
|
|
82267
|
+
},
|
|
82268
|
+
"context": {
|
|
82269
|
+
"type": "variable",
|
|
82270
|
+
"name": "kendo-tooltip-theme-colors",
|
|
82271
|
+
"value": "$kendo-theme-colors",
|
|
82272
|
+
"scope": "default",
|
|
82273
|
+
"line": {
|
|
82274
|
+
"start": 67,
|
|
82275
|
+
"end": 67
|
|
82276
|
+
}
|
|
82277
|
+
},
|
|
82278
|
+
"group": [
|
|
82279
|
+
"tooltip"
|
|
82280
|
+
],
|
|
82281
|
+
"access": "public",
|
|
82282
|
+
"file": {
|
|
82283
|
+
"path": "tooltip/_variables.scss",
|
|
82284
|
+
"name": "_variables.scss"
|
|
82285
|
+
},
|
|
82286
|
+
"resolvedValue": "(\"primary\": #0d6efd, \"secondary\": #6c757d, \"tertiary\": #6f42c1, \"info\": #0dcaf0, \"success\": #198754, \"warning\": #ffc107, \"error\": #dc3545, \"dark\": #212529, \"light\": #f8f9fa, \"inverse\": #212529)",
|
|
82287
|
+
"resolvedType": "Map"
|
|
82288
|
+
},
|
|
82289
|
+
{
|
|
82290
|
+
"description": "The generated theme colors map for the Tooltip.\n",
|
|
82291
|
+
"commentRange": {
|
|
82292
|
+
"start": 68,
|
|
82293
|
+
"end": 69
|
|
82294
|
+
},
|
|
82295
|
+
"context": {
|
|
82296
|
+
"type": "variable",
|
|
82297
|
+
"name": "kendo-tooltip-theme",
|
|
82298
|
+
"value": "tooltip-theme( $kendo-tooltip-theme-colors )",
|
|
82299
|
+
"scope": "default",
|
|
82300
|
+
"line": {
|
|
82301
|
+
"start": 70,
|
|
82302
|
+
"end": 70
|
|
82303
|
+
}
|
|
82304
|
+
},
|
|
82305
|
+
"group": [
|
|
82306
|
+
"tooltip"
|
|
82307
|
+
],
|
|
82308
|
+
"access": "public",
|
|
82309
|
+
"file": {
|
|
82310
|
+
"path": "tooltip/_variables.scss",
|
|
82311
|
+
"name": "_variables.scss"
|
|
82312
|
+
},
|
|
82313
|
+
"resolvedValue": "(\"inverse\": (color: white, background-color: #212529, border: #212529), \"light\": (color: black, background-color: #f8f9fa, border: #f8f9fa), \"dark\": (color: white, background-color: #212529, border: #212529), \"error\": (color: white, background-color: #dc3545, border: #dc3545), \"warning\": (color: black, background-color: #ffc107, border: #ffc107), \"success\": (color: white, background-color: #198754, border: #198754), \"info\": (color: white, background-color: #0dcaf0, border: #0dcaf0), \"tertiary\": (color: white, background-color: #6f42c1, border: #6f42c1), \"secondary\": (color: white, background-color: #6c757d, border: #6c757d), \"primary\": (color: white, background-color: #0d6efd, border: #0d6efd))",
|
|
82314
|
+
"resolvedType": "Map"
|
|
82315
|
+
}
|
|
82316
|
+
]
|
|
82317
|
+
},
|
|
81448
82318
|
{
|
|
81449
82319
|
"id": "treeview",
|
|
81450
82320
|
"title": "Treeview",
|