@progress/kendo-theme-bootstrap 6.7.1-dev.1 → 6.8.0-dev.1
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 +157 -155
- package/dist/all.scss +264 -455
- package/dist/meta/sassdoc-data.json +60 -6
- package/dist/meta/sassdoc-raw-data.json +28 -3
- package/dist/meta/variables.json +200 -0
- 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/spreadsheet/_layout.scss +9 -1
- package/scss/spreadsheet/_theme.scss +1 -235
- package/scss/spreadsheet/_variables.scss +66 -0
- package/scss/toolbar/_variables.scss +4 -0
package/dist/all.css
CHANGED
|
@@ -35508,6 +35508,15 @@ kendo-badge-container {
|
|
|
35508
35508
|
display: none;
|
|
35509
35509
|
}
|
|
35510
35510
|
|
|
35511
|
+
.k-toolbar.k-toolbar-flat {
|
|
35512
|
+
border-width: 1px 0;
|
|
35513
|
+
border-top-color: transparent !important;
|
|
35514
|
+
border-bottom-color: inherit;
|
|
35515
|
+
color: inherit;
|
|
35516
|
+
background: none !important;
|
|
35517
|
+
box-shadow: none;
|
|
35518
|
+
}
|
|
35519
|
+
|
|
35511
35520
|
.k-toolbar {
|
|
35512
35521
|
border-color: #dee2e6;
|
|
35513
35522
|
color: #212529;
|
|
@@ -48039,72 +48048,22 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48039
48048
|
transform: translateY(-100%);
|
|
48040
48049
|
}
|
|
48041
48050
|
|
|
48042
|
-
.k-spreadsheet .k-tabstrip-wrapper {
|
|
48043
|
-
border-width: 0 0 1px;
|
|
48044
|
-
border-style: solid;
|
|
48045
|
-
border-color: inherit;
|
|
48046
|
-
position: relative;
|
|
48047
|
-
}
|
|
48048
|
-
|
|
48049
|
-
.k-spreadsheet-quick-access-toolbar {
|
|
48050
|
-
padding: 0.5rem;
|
|
48051
|
-
display: inline-flex;
|
|
48052
|
-
flex-direction: row;
|
|
48053
|
-
position: absolute;
|
|
48054
|
-
z-index: 2;
|
|
48055
|
-
top: 0;
|
|
48056
|
-
left: 0;
|
|
48057
|
-
}
|
|
48058
|
-
|
|
48059
|
-
.k-spreadsheet-tabstrip {
|
|
48060
|
-
padding-top: 0.5rem;
|
|
48061
|
-
position: relative;
|
|
48062
|
-
z-index: 1;
|
|
48063
|
-
}
|
|
48064
|
-
|
|
48065
|
-
.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
|
|
48066
|
-
margin: 0;
|
|
48067
|
-
}
|
|
48068
|
-
|
|
48069
|
-
.k-spreadsheet-tabstrip .k-loading {
|
|
48070
|
-
display: none;
|
|
48071
|
-
}
|
|
48072
|
-
|
|
48073
|
-
.k-spreadsheet-tabstrip .k-content,
|
|
48074
|
-
.k-spreadsheet-tabstrip .k-tabstrip-content {
|
|
48075
|
-
border-radius: 0;
|
|
48076
|
-
padding: 0;
|
|
48077
|
-
border-width: 0;
|
|
48078
|
-
overflow: hidden;
|
|
48079
|
-
}
|
|
48080
|
-
|
|
48081
48051
|
.k-spreadsheet-toolbar {
|
|
48082
48052
|
border-width: 0;
|
|
48083
48053
|
}
|
|
48084
48054
|
|
|
48085
|
-
.k-spreadsheet-toolbar [data-tool="backgroundColor"],
|
|
48086
|
-
.k-spreadsheet-toolbar [data-tool="textColor"],
|
|
48087
|
-
.k-spreadsheet-toolbar [data-tool="borders"],
|
|
48088
|
-
.k-spreadsheet-toolbar [data-tool="alignment"],
|
|
48089
|
-
.k-spreadsheet-toolbar [data-tool="merge"],
|
|
48090
|
-
.k-spreadsheet-toolbar [data-tool="freeze"] {
|
|
48091
|
-
width: auto;
|
|
48092
|
-
min-width: 1.5em;
|
|
48093
|
-
}
|
|
48094
|
-
|
|
48095
|
-
.k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
|
|
48096
|
-
width: min-content;
|
|
48097
|
-
}
|
|
48098
|
-
|
|
48099
48055
|
.k-spreadsheet-action-bar {
|
|
48100
48056
|
border-width: 0 0 1px;
|
|
48101
48057
|
border-style: solid;
|
|
48102
48058
|
border-color: inherit;
|
|
48103
|
-
|
|
48059
|
+
padding-block: 0.25rem;
|
|
48060
|
+
padding-inline: 0.5rem;
|
|
48061
|
+
font-size: 1rem;
|
|
48104
48062
|
font-family: Arial, Verdana, sans-serif;
|
|
48105
48063
|
position: relative;
|
|
48106
48064
|
display: flex;
|
|
48107
48065
|
flex-direction: row;
|
|
48066
|
+
gap: 0.5rem;
|
|
48108
48067
|
}
|
|
48109
48068
|
|
|
48110
48069
|
.k-spreadsheet-name-editor {
|
|
@@ -48112,6 +48071,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48112
48071
|
}
|
|
48113
48072
|
|
|
48114
48073
|
.k-spreadsheet-formula-bar {
|
|
48074
|
+
min-width: 0px;
|
|
48115
48075
|
border-color: inherit;
|
|
48116
48076
|
display: flex;
|
|
48117
48077
|
flex-direction: row;
|
|
@@ -48141,6 +48101,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48141
48101
|
padding-block: 0.375rem;
|
|
48142
48102
|
padding-inline: 0.75rem;
|
|
48143
48103
|
line-height: 1.5;
|
|
48104
|
+
display: inline-block;
|
|
48105
|
+
white-space: nowrap;
|
|
48106
|
+
overflow: hidden;
|
|
48107
|
+
text-overflow: ellipsis;
|
|
48144
48108
|
}
|
|
48145
48109
|
|
|
48146
48110
|
.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
|
|
@@ -48190,26 +48154,35 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48190
48154
|
}
|
|
48191
48155
|
|
|
48192
48156
|
.k-spreadsheet-cell-editor {
|
|
48193
|
-
padding-block:
|
|
48194
|
-
padding-inline:
|
|
48157
|
+
padding-block: 0px;
|
|
48158
|
+
padding-inline: 0.25rem;
|
|
48195
48159
|
line-height: 20px;
|
|
48196
48160
|
display: none;
|
|
48197
48161
|
overflow: hidden;
|
|
48198
48162
|
position: absolute;
|
|
48199
|
-
z-index:
|
|
48163
|
+
z-index: 100;
|
|
48200
48164
|
}
|
|
48201
48165
|
|
|
48202
48166
|
.k-spreadsheet-sheets-bar {
|
|
48203
|
-
padding: 0
|
|
48167
|
+
padding-block-end: 0.5rem;
|
|
48168
|
+
padding-inline: 0.5rem;
|
|
48204
48169
|
border-width: 1px 0 0;
|
|
48205
48170
|
border-style: solid;
|
|
48206
48171
|
border-color: inherit;
|
|
48207
48172
|
display: flex;
|
|
48208
48173
|
flex-direction: row;
|
|
48209
|
-
align-items:
|
|
48174
|
+
align-items: center;
|
|
48210
48175
|
position: relative;
|
|
48211
48176
|
}
|
|
48212
48177
|
|
|
48178
|
+
.k-spreadsheet-sheets {
|
|
48179
|
+
flex: 1 1 auto;
|
|
48180
|
+
}
|
|
48181
|
+
|
|
48182
|
+
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
48183
|
+
border-width: 0;
|
|
48184
|
+
}
|
|
48185
|
+
|
|
48213
48186
|
.k-spreadsheet-sheets-bar-add {
|
|
48214
48187
|
align-self: center;
|
|
48215
48188
|
}
|
|
@@ -48248,8 +48221,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48248
48221
|
.k-spreadsheet-view {
|
|
48249
48222
|
height: auto !important;
|
|
48250
48223
|
border-color: inherit;
|
|
48251
|
-
font-size:
|
|
48252
|
-
font-family: Arial, Verdana,
|
|
48224
|
+
font-size: 1rem;
|
|
48225
|
+
font-family: Arial, Verdana, sans-serif;
|
|
48253
48226
|
flex: 1;
|
|
48254
48227
|
position: relative;
|
|
48255
48228
|
overflow: hidden;
|
|
@@ -48260,8 +48233,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48260
48233
|
}
|
|
48261
48234
|
|
|
48262
48235
|
.k-spreadsheet-fixed-container {
|
|
48263
|
-
width: 100
|
|
48264
|
-
height: 100
|
|
48236
|
+
width: calc(100% - var(--kendo-scrollbar-width, 17px));
|
|
48237
|
+
height: calc(100% - var(--kendo-scrollbar-width, 17px));
|
|
48265
48238
|
border-color: inherit;
|
|
48266
48239
|
box-sizing: border-box;
|
|
48267
48240
|
-webkit-user-select: none;
|
|
@@ -48427,7 +48400,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48427
48400
|
}
|
|
48428
48401
|
|
|
48429
48402
|
.k-spreadsheet-cell {
|
|
48430
|
-
padding:
|
|
48403
|
+
padding-block: 0.25rem;
|
|
48404
|
+
padding-inline: 0.25rem;
|
|
48431
48405
|
box-sizing: border-box;
|
|
48432
48406
|
position: absolute;
|
|
48433
48407
|
line-height: normal;
|
|
@@ -48435,7 +48409,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48435
48409
|
overflow: hidden;
|
|
48436
48410
|
}
|
|
48437
48411
|
|
|
48438
|
-
.k-spreadsheet-merged-cells-
|
|
48412
|
+
.k-spreadsheet-merged-cells-wrapper {
|
|
48439
48413
|
position: relative;
|
|
48440
48414
|
}
|
|
48441
48415
|
|
|
@@ -48456,8 +48430,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48456
48430
|
}
|
|
48457
48431
|
|
|
48458
48432
|
.k-spreadsheet .k-spreadsheet-selection-highlight {
|
|
48459
|
-
border-width:
|
|
48460
|
-
border-style:
|
|
48433
|
+
border-width: 2px;
|
|
48434
|
+
border-style: dashed;
|
|
48461
48435
|
box-sizing: border-box;
|
|
48462
48436
|
position: absolute;
|
|
48463
48437
|
}
|
|
@@ -48503,7 +48477,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48503
48477
|
position: absolute;
|
|
48504
48478
|
bottom: 0;
|
|
48505
48479
|
right: 0;
|
|
48506
|
-
z-index:
|
|
48480
|
+
z-index: 300;
|
|
48507
48481
|
cursor: crosshair;
|
|
48508
48482
|
}
|
|
48509
48483
|
|
|
@@ -48534,15 +48508,15 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48534
48508
|
display: block;
|
|
48535
48509
|
position: absolute;
|
|
48536
48510
|
top: 0;
|
|
48537
|
-
|
|
48538
|
-
|
|
48511
|
+
inset-inline-end: 0;
|
|
48512
|
+
inset-inline-start: auto;
|
|
48539
48513
|
border-width: 3px;
|
|
48540
48514
|
border-style: solid;
|
|
48541
48515
|
}
|
|
48542
48516
|
|
|
48543
|
-
.k-dirty {
|
|
48544
|
-
|
|
48545
|
-
|
|
48517
|
+
.k-spreadsheet-cell .k-dirty {
|
|
48518
|
+
inset-inline-start: 0;
|
|
48519
|
+
inset-inline-end: auto;
|
|
48546
48520
|
}
|
|
48547
48521
|
|
|
48548
48522
|
.k-spreadsheet .k-filter-wrapper {
|
|
@@ -48551,7 +48525,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48551
48525
|
}
|
|
48552
48526
|
|
|
48553
48527
|
.k-spreadsheet .k-filter-range {
|
|
48554
|
-
border-width:
|
|
48528
|
+
border-width: 2px;
|
|
48555
48529
|
border-style: solid;
|
|
48556
48530
|
position: absolute;
|
|
48557
48531
|
box-sizing: border-box;
|
|
@@ -48559,6 +48533,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48559
48533
|
|
|
48560
48534
|
.k-spreadsheet-filter {
|
|
48561
48535
|
border-radius: 0.375rem;
|
|
48536
|
+
padding: 0.5rem;
|
|
48562
48537
|
line-height: 1;
|
|
48563
48538
|
position: absolute;
|
|
48564
48539
|
cursor: pointer;
|
|
@@ -48696,18 +48671,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48696
48671
|
gap: 0.5rem;
|
|
48697
48672
|
}
|
|
48698
48673
|
|
|
48699
|
-
.k-spreadsheet-format-popup .k-item {
|
|
48700
|
-
justify-content: space-between;
|
|
48701
|
-
}
|
|
48702
|
-
|
|
48703
|
-
.k-spreadsheet-format-popup .k-spreadsheet-sample {
|
|
48704
|
-
order: 1;
|
|
48705
|
-
}
|
|
48706
|
-
|
|
48707
|
-
.k-spreadsheet-sample {
|
|
48708
|
-
opacity: .7;
|
|
48709
|
-
}
|
|
48710
|
-
|
|
48711
48674
|
.k-spreadsheet-clipboard,
|
|
48712
48675
|
.k-spreadsheet-clipboard-paste {
|
|
48713
48676
|
margin: 0;
|
|
@@ -48910,16 +48873,70 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48910
48873
|
border-radius: 0.375rem;
|
|
48911
48874
|
}
|
|
48912
48875
|
|
|
48913
|
-
.k-
|
|
48914
|
-
.k-spreadsheet
|
|
48915
|
-
|
|
48916
|
-
|
|
48876
|
+
.k-spreadsheet-legacy .k-spreadsheet,
|
|
48877
|
+
.k-spreadsheet-legacy .k-spreadsheet-action-bar,
|
|
48878
|
+
.k-spreadsheet-legacy .k-spreadsheet-view {
|
|
48879
|
+
font-size: 12px;
|
|
48880
|
+
}
|
|
48881
|
+
|
|
48882
|
+
.k-spreadsheet-legacy .k-spreadsheet-cell {
|
|
48883
|
+
padding: 1px;
|
|
48884
|
+
}
|
|
48885
|
+
|
|
48886
|
+
.k-spreadsheet-legacy .k-spreadsheet-filter {
|
|
48887
|
+
padding: 0px;
|
|
48888
|
+
}
|
|
48889
|
+
|
|
48890
|
+
.k-spreadsheet-legacy .k-filter-range {
|
|
48891
|
+
border-width: 1px;
|
|
48892
|
+
}
|
|
48893
|
+
|
|
48894
|
+
.k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
|
|
48895
|
+
border-width: 1px;
|
|
48896
|
+
border-style: solid;
|
|
48897
|
+
}
|
|
48898
|
+
|
|
48899
|
+
.k-spreadsheet .k-tabstrip-wrapper {
|
|
48900
|
+
border-width: 0 0 1px;
|
|
48901
|
+
border-style: solid;
|
|
48902
|
+
border-color: inherit;
|
|
48903
|
+
position: relative;
|
|
48917
48904
|
}
|
|
48918
48905
|
|
|
48919
|
-
.k-
|
|
48920
|
-
|
|
48906
|
+
.k-spreadsheet-quick-access-toolbar {
|
|
48907
|
+
padding: 0.5rem;
|
|
48908
|
+
display: inline-flex;
|
|
48909
|
+
flex-direction: row;
|
|
48910
|
+
position: absolute;
|
|
48911
|
+
z-index: 2;
|
|
48912
|
+
top: 0;
|
|
48921
48913
|
left: 0;
|
|
48922
|
-
|
|
48914
|
+
}
|
|
48915
|
+
|
|
48916
|
+
.k-spreadsheet-tabstrip {
|
|
48917
|
+
padding-top: 0.5rem;
|
|
48918
|
+
position: relative;
|
|
48919
|
+
z-index: 1;
|
|
48920
|
+
}
|
|
48921
|
+
|
|
48922
|
+
.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
|
|
48923
|
+
margin: 0;
|
|
48924
|
+
}
|
|
48925
|
+
|
|
48926
|
+
.k-spreadsheet-tabstrip .k-loading {
|
|
48927
|
+
display: none;
|
|
48928
|
+
}
|
|
48929
|
+
|
|
48930
|
+
.k-spreadsheet-tabstrip .k-content,
|
|
48931
|
+
.k-spreadsheet-tabstrip .k-tabstrip-content {
|
|
48932
|
+
border-radius: 0;
|
|
48933
|
+
padding: 0;
|
|
48934
|
+
border-width: 0;
|
|
48935
|
+
overflow: hidden;
|
|
48936
|
+
}
|
|
48937
|
+
|
|
48938
|
+
.k-spreadsheet-menu {
|
|
48939
|
+
padding-inline: 0.5rem;
|
|
48923
48940
|
}
|
|
48924
48941
|
|
|
48925
48942
|
.k-spreadsheet-filter-menu > .k-menu,
|
|
@@ -48930,12 +48947,22 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48930
48947
|
font-size: inherit;
|
|
48931
48948
|
}
|
|
48932
48949
|
|
|
48950
|
+
.k-spreadsheet-filter {
|
|
48951
|
+
padding: 0.25rem;
|
|
48952
|
+
}
|
|
48953
|
+
|
|
48933
48954
|
.k-spreadsheet {
|
|
48934
48955
|
border-color: #dee2e6;
|
|
48935
48956
|
color: #212529;
|
|
48936
48957
|
background-color: #ffffff;
|
|
48937
48958
|
}
|
|
48938
48959
|
|
|
48960
|
+
.k-spreadsheet-header {
|
|
48961
|
+
border-color: #dee2e6;
|
|
48962
|
+
color: #212529;
|
|
48963
|
+
background-color: #f8f9fa;
|
|
48964
|
+
}
|
|
48965
|
+
|
|
48939
48966
|
.k-spreadsheet-top-corner,
|
|
48940
48967
|
.k-spreadsheet-row-header,
|
|
48941
48968
|
.k-spreadsheet-column-header {
|
|
@@ -48944,30 +48971,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48944
48971
|
background-color: #f8f9fa;
|
|
48945
48972
|
}
|
|
48946
48973
|
|
|
48947
|
-
.k-syntax-ref {
|
|
48948
|
-
color: #ff8822;
|
|
48949
|
-
}
|
|
48950
|
-
|
|
48951
|
-
.k-syntax-num {
|
|
48952
|
-
color: #0099ff;
|
|
48953
|
-
}
|
|
48954
|
-
|
|
48955
|
-
.k-syntax-str {
|
|
48956
|
-
color: #38b714;
|
|
48957
|
-
}
|
|
48958
|
-
|
|
48959
|
-
.k-syntax-error {
|
|
48960
|
-
color: red;
|
|
48961
|
-
}
|
|
48962
|
-
|
|
48963
|
-
.k-syntax-bool {
|
|
48964
|
-
color: #a9169c;
|
|
48965
|
-
}
|
|
48966
|
-
|
|
48967
|
-
.k-syntax-paren-match {
|
|
48968
|
-
background-color: #caf200;
|
|
48969
|
-
}
|
|
48970
|
-
|
|
48971
48974
|
.k-spreadsheet-cell-editor {
|
|
48972
48975
|
color: #212529;
|
|
48973
48976
|
background-color: #ffffff;
|
|
@@ -48977,6 +48980,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48977
48980
|
background-color: #ffffff;
|
|
48978
48981
|
}
|
|
48979
48982
|
|
|
48983
|
+
.k-spreadsheet-disabled-mask {
|
|
48984
|
+
background-color: #ffffff;
|
|
48985
|
+
}
|
|
48986
|
+
|
|
48980
48987
|
.k-spreadsheet .k-selection-full,
|
|
48981
48988
|
.k-spreadsheet .k-selection-partial {
|
|
48982
48989
|
background-color: rgba(13, 110, 253, 0.25);
|
|
@@ -48988,26 +48995,18 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48988
48995
|
box-shadow: inset 0 0 0 1px #0d6efd;
|
|
48989
48996
|
}
|
|
48990
48997
|
|
|
48998
|
+
.k-spreadsheet-selection-highlight {
|
|
48999
|
+
border-color: #0d6efd;
|
|
49000
|
+
}
|
|
49001
|
+
|
|
48991
49002
|
.k-spreadsheet .k-single-selection::after {
|
|
48992
49003
|
border-color: #ffffff;
|
|
48993
49004
|
background-color: #0d6efd;
|
|
48994
49005
|
}
|
|
48995
49006
|
|
|
48996
49007
|
.k-spreadsheet-active-cell {
|
|
48997
|
-
box-shadow: inset 0 0 0 1px #0d6efd;
|
|
48998
49008
|
background-color: #ffffff;
|
|
48999
|
-
|
|
49000
|
-
|
|
49001
|
-
.k-spreadsheet-active-cell.k-right {
|
|
49002
|
-
box-shadow: inset 0 0 0 1px #0d6efd, inset -1px 0 0 1px #0d6efd;
|
|
49003
|
-
}
|
|
49004
|
-
|
|
49005
|
-
.k-spreadsheet-active-cell.k-bottom {
|
|
49006
|
-
box-shadow: inset 0 0 0 1px #0d6efd, inset 0 -1px 0 1px #0d6efd;
|
|
49007
|
-
}
|
|
49008
|
-
|
|
49009
|
-
.k-spreadsheet-active-cell.k-bottom.k-right {
|
|
49010
|
-
box-shadow: inset 0 0 0 1px #0d6efd, inset -1px -1px 0 1px #0d6efd;
|
|
49009
|
+
box-shadow: inset 0 0 0 1px #0d6efd;
|
|
49011
49010
|
}
|
|
49012
49011
|
|
|
49013
49012
|
.k-spreadsheet .k-auto-fill {
|
|
@@ -49027,11 +49026,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49027
49026
|
}
|
|
49028
49027
|
|
|
49029
49028
|
.k-spreadsheet-has-comment::after {
|
|
49030
|
-
border-color: #0d6efd
|
|
49029
|
+
border-block-color: #0d6efd transparent;
|
|
49030
|
+
border-inline-color: transparent #0d6efd;
|
|
49031
49031
|
}
|
|
49032
49032
|
|
|
49033
|
-
.k-dirty {
|
|
49034
|
-
border-color: #dc3545 transparent
|
|
49033
|
+
.k-spreadsheet-cell .k-dirty {
|
|
49034
|
+
border-block-color: #dc3545 transparent;
|
|
49035
|
+
border-inline-color: #dc3545 transparent;
|
|
49035
49036
|
}
|
|
49036
49037
|
|
|
49037
49038
|
.k-spreadsheet .k-filter-range {
|
|
@@ -49045,17 +49046,19 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49045
49046
|
box-shadow: inset 0 0 0 1px #e4e7eb;
|
|
49046
49047
|
}
|
|
49047
49048
|
|
|
49048
|
-
.k-spreadsheet-filter.k-active {
|
|
49049
|
-
border-color: #bfc6d0;
|
|
49050
|
-
background-color: #c7cdd5;
|
|
49051
|
-
}
|
|
49052
|
-
|
|
49053
49049
|
.k-spreadsheet-filter:hover {
|
|
49054
49050
|
border-color: #c7cdd5;
|
|
49055
49051
|
background-color: #ced3db;
|
|
49056
49052
|
}
|
|
49057
49053
|
|
|
49054
|
+
.k-spreadsheet-filter.k-active {
|
|
49055
|
+
border-color: #bfc6d0;
|
|
49056
|
+
background-color: #c7cdd5;
|
|
49057
|
+
}
|
|
49058
|
+
|
|
49059
|
+
.k-spreadsheet-filter-menu > .k-menu .k-item:hover,
|
|
49058
49060
|
.k-spreadsheet-filter-menu > .k-menu .k-item.k-hover,
|
|
49061
|
+
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item:hover,
|
|
49059
49062
|
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-hover {
|
|
49060
49063
|
color: #212529;
|
|
49061
49064
|
background-color: #e9ecef;
|
|
@@ -49093,29 +49096,28 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49093
49096
|
background: rgba(13, 110, 253, 0.25);
|
|
49094
49097
|
}
|
|
49095
49098
|
|
|
49096
|
-
.k-
|
|
49097
|
-
|
|
49098
|
-
color: #212529;
|
|
49099
|
-
background-color: #e9ecef;
|
|
49099
|
+
.k-syntax-ref {
|
|
49100
|
+
color: #ff8822;
|
|
49100
49101
|
}
|
|
49101
49102
|
|
|
49102
|
-
.k-
|
|
49103
|
-
|
|
49104
|
-
.k-spreadsheet-popup .k-button.k-selected {
|
|
49105
|
-
color: white;
|
|
49106
|
-
background-color: #0d6efd;
|
|
49103
|
+
.k-syntax-num {
|
|
49104
|
+
color: #0099ff;
|
|
49107
49105
|
}
|
|
49108
49106
|
|
|
49109
|
-
.k-
|
|
49110
|
-
|
|
49111
|
-
[dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
|
|
49112
|
-
border-color: #0d6efd transparent transparent #0d6efd;
|
|
49107
|
+
.k-syntax-str {
|
|
49108
|
+
color: #38b714;
|
|
49113
49109
|
}
|
|
49114
49110
|
|
|
49115
|
-
.k-
|
|
49116
|
-
|
|
49117
|
-
|
|
49118
|
-
|
|
49111
|
+
.k-syntax-error {
|
|
49112
|
+
color: red;
|
|
49113
|
+
}
|
|
49114
|
+
|
|
49115
|
+
.k-syntax-bool {
|
|
49116
|
+
color: #a9169c;
|
|
49117
|
+
}
|
|
49118
|
+
|
|
49119
|
+
.k-syntax-paren-match {
|
|
49120
|
+
background-color: #caf200;
|
|
49119
49121
|
}
|
|
49120
49122
|
|
|
49121
49123
|
.k-pivotgrid {
|