@progress/kendo-theme-bootstrap 4.43.0 → 4.43.1-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 +93 -152
- package/dist/all.scss +152 -219
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +21 -21
- package/modules/@progress/kendo-theme-default/scss/forms/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +3 -26
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +13 -57
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_variables.scss +2 -2
- package/package.json +3 -3
- package/scss/button/_variables.scss +21 -21
- package/scss/forms/_index.scss +1 -1
- package/scss/tabstrip/_variables.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -13647,6 +13647,68 @@ kendo-toolbar-renderer {
|
|
|
13647
13647
|
background-color: #f8f9fa;
|
|
13648
13648
|
}
|
|
13649
13649
|
|
|
13650
|
+
.k-actions, .k-edit-buttons,
|
|
13651
|
+
.k-action-buttons,
|
|
13652
|
+
.k-columnmenu-actions, .k-form-buttons {
|
|
13653
|
+
padding: 0.5rem 0.5rem;
|
|
13654
|
+
border-width: 0px 0 0 0;
|
|
13655
|
+
border-style: solid;
|
|
13656
|
+
border-color: inherit;
|
|
13657
|
+
flex-shrink: 0;
|
|
13658
|
+
display: flex;
|
|
13659
|
+
flex-flow: row nowrap;
|
|
13660
|
+
align-items: center;
|
|
13661
|
+
gap: 0.5rem;
|
|
13662
|
+
overflow: hidden;
|
|
13663
|
+
clear: both;
|
|
13664
|
+
}
|
|
13665
|
+
|
|
13666
|
+
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
13667
|
+
.k-popup .k-action-buttons,
|
|
13668
|
+
.k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
|
|
13669
|
+
margin-top: 1rem;
|
|
13670
|
+
}
|
|
13671
|
+
|
|
13672
|
+
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13673
|
+
margin-left: 0.5rem;
|
|
13674
|
+
flex-shrink: 0;
|
|
13675
|
+
}
|
|
13676
|
+
|
|
13677
|
+
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button,
|
|
13678
|
+
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
13679
|
+
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
13680
|
+
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
13681
|
+
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
13682
|
+
[dir="rtl"] .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13683
|
+
margin-left: 0;
|
|
13684
|
+
margin-right: 0.5rem;
|
|
13685
|
+
}
|
|
13686
|
+
|
|
13687
|
+
.k-actions-start {
|
|
13688
|
+
justify-content: flex-start;
|
|
13689
|
+
}
|
|
13690
|
+
|
|
13691
|
+
.k-actions-center {
|
|
13692
|
+
justify-content: center;
|
|
13693
|
+
}
|
|
13694
|
+
|
|
13695
|
+
.k-actions-end {
|
|
13696
|
+
justify-content: flex-end;
|
|
13697
|
+
}
|
|
13698
|
+
|
|
13699
|
+
.k-actions-stretched > * {
|
|
13700
|
+
flex: 1 0 0%;
|
|
13701
|
+
}
|
|
13702
|
+
|
|
13703
|
+
.k-actions-horizontal {
|
|
13704
|
+
width: 100%;
|
|
13705
|
+
flex-flow: row nowrap;
|
|
13706
|
+
}
|
|
13707
|
+
|
|
13708
|
+
.k-actions-vertical {
|
|
13709
|
+
flex-flow: column nowrap;
|
|
13710
|
+
}
|
|
13711
|
+
|
|
13650
13712
|
.k-form,
|
|
13651
13713
|
.k-form-inline {
|
|
13652
13714
|
font-size: 1rem;
|
|
@@ -13740,7 +13802,6 @@ kendo-label > .k-label {
|
|
|
13740
13802
|
}
|
|
13741
13803
|
|
|
13742
13804
|
.k-form .k-form-field,
|
|
13743
|
-
.k-form .k-form-buttons,
|
|
13744
13805
|
.k-form .k-daterangepicker .k-textbox-container {
|
|
13745
13806
|
margin-top: 1rem;
|
|
13746
13807
|
}
|
|
@@ -13803,15 +13864,8 @@ kendo-label > .k-label {
|
|
|
13803
13864
|
}
|
|
13804
13865
|
|
|
13805
13866
|
.k-form-buttons {
|
|
13806
|
-
|
|
13807
|
-
|
|
13808
|
-
|
|
13809
|
-
.k-form-buttons > * {
|
|
13810
|
-
margin-right: 8px;
|
|
13811
|
-
}
|
|
13812
|
-
|
|
13813
|
-
.k-form-buttons > *:last-child {
|
|
13814
|
-
margin-right: 0;
|
|
13867
|
+
margin-top: 2rem;
|
|
13868
|
+
padding: 0;
|
|
13815
13869
|
}
|
|
13816
13870
|
|
|
13817
13871
|
.k-form-hint,
|
|
@@ -13866,23 +13920,6 @@ kendo-label > .k-label {
|
|
|
13866
13920
|
flex: 1 1 auto;
|
|
13867
13921
|
}
|
|
13868
13922
|
|
|
13869
|
-
.k-form-horizontal .k-form-buttons {
|
|
13870
|
-
margin-top: 2rem;
|
|
13871
|
-
}
|
|
13872
|
-
|
|
13873
|
-
.k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
|
|
13874
|
-
.k-rtl .k-form .k-form-buttons > *,
|
|
13875
|
-
.k-rtl .k-form.k-form-buttons > * {
|
|
13876
|
-
margin-right: 0;
|
|
13877
|
-
margin-left: 8px;
|
|
13878
|
-
}
|
|
13879
|
-
|
|
13880
|
-
.k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
|
|
13881
|
-
.k-rtl .k-form .k-form-buttons > *:last-child,
|
|
13882
|
-
.k-rtl .k-form.k-form-buttons > *:last-child {
|
|
13883
|
-
margin-left: 0;
|
|
13884
|
-
}
|
|
13885
|
-
|
|
13886
13923
|
.k-form [dir="rtl"] .k-label-optional,
|
|
13887
13924
|
.k-rtl .k-form .k-label-optional {
|
|
13888
13925
|
margin-left: 0;
|
|
@@ -13984,11 +14021,12 @@ kendo-label > .k-label {
|
|
|
13984
14021
|
|
|
13985
14022
|
.k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
|
|
13986
14023
|
.k-popup-edit-form > .k-action-buttons,
|
|
13987
|
-
.k-popup-edit-form > .k-columnmenu-actions,
|
|
14024
|
+
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
|
|
13988
14025
|
.k-edit-form-container .k-actions,
|
|
13989
14026
|
.k-edit-form-container .k-edit-buttons,
|
|
13990
14027
|
.k-edit-form-container .k-action-buttons,
|
|
13991
|
-
.k-edit-form-container .k-columnmenu-actions
|
|
14028
|
+
.k-edit-form-container .k-columnmenu-actions,
|
|
14029
|
+
.k-edit-form-container .k-form-buttons {
|
|
13992
14030
|
margin: 1rem -1rem -1rem;
|
|
13993
14031
|
}
|
|
13994
14032
|
|
|
@@ -17260,67 +17298,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17260
17298
|
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17261
17299
|
}
|
|
17262
17300
|
|
|
17263
|
-
.k-actions, .k-edit-buttons,
|
|
17264
|
-
.k-action-buttons,
|
|
17265
|
-
.k-columnmenu-actions {
|
|
17266
|
-
padding: 0.5rem 0.5rem;
|
|
17267
|
-
border-width: 0px 0 0 0;
|
|
17268
|
-
border-style: solid;
|
|
17269
|
-
border-color: inherit;
|
|
17270
|
-
flex-shrink: 0;
|
|
17271
|
-
display: flex;
|
|
17272
|
-
flex-flow: row nowrap;
|
|
17273
|
-
align-items: center;
|
|
17274
|
-
gap: 0.5rem;
|
|
17275
|
-
overflow: hidden;
|
|
17276
|
-
clear: both;
|
|
17277
|
-
}
|
|
17278
|
-
|
|
17279
|
-
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
17280
|
-
.k-popup .k-action-buttons,
|
|
17281
|
-
.k-popup .k-columnmenu-actions {
|
|
17282
|
-
margin-top: 1rem;
|
|
17283
|
-
}
|
|
17284
|
-
|
|
17285
|
-
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17286
|
-
margin-left: 0.5rem;
|
|
17287
|
-
flex-shrink: 0;
|
|
17288
|
-
}
|
|
17289
|
-
|
|
17290
|
-
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
17291
|
-
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
17292
|
-
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
17293
|
-
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
17294
|
-
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17295
|
-
margin-left: 0;
|
|
17296
|
-
margin-right: 0.5rem;
|
|
17297
|
-
}
|
|
17298
|
-
|
|
17299
|
-
.k-actions-start {
|
|
17300
|
-
justify-content: flex-start;
|
|
17301
|
-
}
|
|
17302
|
-
|
|
17303
|
-
.k-actions-center {
|
|
17304
|
-
justify-content: center;
|
|
17305
|
-
}
|
|
17306
|
-
|
|
17307
|
-
.k-actions-end {
|
|
17308
|
-
justify-content: flex-end;
|
|
17309
|
-
}
|
|
17310
|
-
|
|
17311
|
-
.k-actions-stretched > * {
|
|
17312
|
-
flex: 1 0 0%;
|
|
17313
|
-
}
|
|
17314
|
-
|
|
17315
|
-
.k-actions-horizontal {
|
|
17316
|
-
width: 100%;
|
|
17317
|
-
flex-flow: row nowrap;
|
|
17318
|
-
}
|
|
17319
|
-
|
|
17320
|
-
.k-actions-vertical {
|
|
17321
|
-
flex-flow: column nowrap;
|
|
17322
|
-
}
|
|
17323
|
-
|
|
17324
17301
|
.k-coloreditor {
|
|
17325
17302
|
border-radius: 0.25rem;
|
|
17326
17303
|
min-width: 328px;
|
|
@@ -17378,7 +17355,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17378
17355
|
|
|
17379
17356
|
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17380
17357
|
.k-coloreditor-footer.k-action-buttons,
|
|
17381
|
-
.k-coloreditor-footer.k-columnmenu-actions {
|
|
17358
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17382
17359
|
margin: 0;
|
|
17383
17360
|
}
|
|
17384
17361
|
|
|
@@ -20136,7 +20113,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
|
|
|
20136
20113
|
|
|
20137
20114
|
.k-upload .k-actions, .k-upload .k-edit-buttons,
|
|
20138
20115
|
.k-upload .k-action-buttons,
|
|
20139
|
-
.k-upload .k-columnmenu-actions {
|
|
20116
|
+
.k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
|
|
20140
20117
|
border-top-width: 1px;
|
|
20141
20118
|
}
|
|
20142
20119
|
|
|
@@ -24104,7 +24081,7 @@ kendo-card-footer {
|
|
|
24104
24081
|
|
|
24105
24082
|
.k-tabstrip-content,
|
|
24106
24083
|
.k-tabstrip > .k-content {
|
|
24107
|
-
padding:
|
|
24084
|
+
padding: 1rem 1rem;
|
|
24108
24085
|
border-width: 1px;
|
|
24109
24086
|
border-style: solid;
|
|
24110
24087
|
border-color: inherit;
|
|
@@ -26050,12 +26027,6 @@ kendo-card-footer {
|
|
|
26050
26027
|
border-right-width: 0;
|
|
26051
26028
|
}
|
|
26052
26029
|
|
|
26053
|
-
.k-grid[dir="rtl"] .k-filtercell-operator,
|
|
26054
|
-
.k-rtl .k-grid .k-filtercell-operator {
|
|
26055
|
-
margin-left: 0;
|
|
26056
|
-
margin-right: 0.25rem;
|
|
26057
|
-
}
|
|
26058
|
-
|
|
26059
26030
|
.k-grid[dir="rtl"] .k-dirty,
|
|
26060
26031
|
.k-rtl .k-grid .k-dirty {
|
|
26061
26032
|
border-color: currentColor currentColor transparent transparent;
|
|
@@ -26495,72 +26466,40 @@ div.k-grid-footer {
|
|
|
26495
26466
|
height: auto;
|
|
26496
26467
|
}
|
|
26497
26468
|
|
|
26498
|
-
.k-filter-row .k-filtercell .k-widget.k-sized-input {
|
|
26499
|
-
flex: 0 1 auto;
|
|
26500
|
-
}
|
|
26501
|
-
|
|
26502
26469
|
.k-filtercell {
|
|
26503
26470
|
width: auto;
|
|
26504
26471
|
display: flex;
|
|
26472
|
+
flex-flow: row nowrap;
|
|
26473
|
+
align-items: center;
|
|
26505
26474
|
}
|
|
26506
26475
|
|
|
26507
26476
|
.k-filtercell > span,
|
|
26508
26477
|
.k-filtercell .k-filtercell-wrapper {
|
|
26509
26478
|
display: flex;
|
|
26479
|
+
flex-flow: row nowrap;
|
|
26480
|
+
align-items: center;
|
|
26481
|
+
gap: 0.25rem;
|
|
26510
26482
|
flex: 1 1 auto;
|
|
26511
26483
|
}
|
|
26512
26484
|
|
|
26513
|
-
.k-filtercell > span >
|
|
26514
|
-
.k-filtercell .k-
|
|
26515
|
-
|
|
26516
|
-
|
|
26517
|
-
|
|
26518
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget {
|
|
26485
|
+
.k-filtercell > span > .k-widget,
|
|
26486
|
+
.k-filtercell > span > .k-textbox,
|
|
26487
|
+
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
26488
|
+
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
26519
26489
|
width: 100%;
|
|
26520
26490
|
}
|
|
26521
26491
|
|
|
26522
|
-
.k-filtercell > span .k-
|
|
26523
|
-
|
|
26524
|
-
|
|
26525
|
-
|
|
26526
|
-
|
|
26527
|
-
|
|
26528
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
26529
|
-
margin-left: 0.25rem;
|
|
26530
|
-
}
|
|
26531
|
-
|
|
26532
|
-
.k-ie .k-filtercell > span .k-button, .k-ie
|
|
26533
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
26534
|
-
min-width: calc(1.5em + 0.75rem);
|
|
26535
|
-
}
|
|
26536
|
-
|
|
26537
|
-
.k-filtercell > span .k-widget {
|
|
26538
|
-
width: auto;
|
|
26539
|
-
}
|
|
26540
|
-
|
|
26541
|
-
.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
|
|
26542
|
-
visibility: visible;
|
|
26543
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26544
|
-
}
|
|
26545
|
-
|
|
26546
|
-
.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
|
|
26547
|
-
visibility: hidden;
|
|
26548
|
-
pointer-events: none;
|
|
26549
|
-
}
|
|
26550
|
-
|
|
26551
|
-
.k-filtercell .k-filtercell-operator {
|
|
26552
|
-
margin-left: 0.25rem;
|
|
26553
|
-
}
|
|
26554
|
-
|
|
26555
|
-
.k-filtercell .k-widget:not(.k-dropdown-operator),
|
|
26556
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
26557
|
-
display: flex;
|
|
26558
|
-
flex: 1 1 auto;
|
|
26492
|
+
.k-filtercell > span .k-colorpicker,
|
|
26493
|
+
.k-filtercell > span .k-dropdown-operator,
|
|
26494
|
+
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
26495
|
+
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
26496
|
+
width: min-content;
|
|
26497
|
+
flex: none;
|
|
26559
26498
|
}
|
|
26560
26499
|
|
|
26561
|
-
.k-filtercell
|
|
26562
|
-
|
|
26563
|
-
|
|
26500
|
+
.k-filtercell > span > .k-button,
|
|
26501
|
+
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
26502
|
+
flex: none;
|
|
26564
26503
|
}
|
|
26565
26504
|
|
|
26566
26505
|
.k-grid-content,
|
|
@@ -27121,15 +27060,17 @@ div.k-grid-norecords {
|
|
|
27121
27060
|
|
|
27122
27061
|
.k-filter-menu .k-actions, .k-filter-menu .k-edit-buttons,
|
|
27123
27062
|
.k-filter-menu .k-action-buttons,
|
|
27124
|
-
.k-filter-menu .k-columnmenu-actions,
|
|
27063
|
+
.k-filter-menu .k-columnmenu-actions, .k-filter-menu .k-form-buttons,
|
|
27125
27064
|
.k-column-list-wrapper .k-actions,
|
|
27126
27065
|
.k-column-list-wrapper .k-edit-buttons,
|
|
27127
27066
|
.k-column-list-wrapper .k-action-buttons,
|
|
27128
27067
|
.k-column-list-wrapper .k-columnmenu-actions,
|
|
27068
|
+
.k-column-list-wrapper .k-form-buttons,
|
|
27129
27069
|
.k-columnmenu-item-content .k-actions,
|
|
27130
27070
|
.k-columnmenu-item-content .k-edit-buttons,
|
|
27131
27071
|
.k-columnmenu-item-content .k-action-buttons,
|
|
27132
|
-
.k-columnmenu-item-content .k-columnmenu-actions
|
|
27072
|
+
.k-columnmenu-item-content .k-columnmenu-actions,
|
|
27073
|
+
.k-columnmenu-item-content .k-form-buttons {
|
|
27133
27074
|
margin-top: 0.25rem;
|
|
27134
27075
|
padding: 0.5rem 1.5rem;
|
|
27135
27076
|
}
|
|
@@ -30887,7 +30828,7 @@ td.k-editor-content {
|
|
|
30887
30828
|
|
|
30888
30829
|
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
|
|
30889
30830
|
.k-editor-find-replace .k-action-buttons,
|
|
30890
|
-
.k-editor-find-replace .k-columnmenu-actions {
|
|
30831
|
+
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
|
|
30891
30832
|
padding: 0;
|
|
30892
30833
|
}
|
|
30893
30834
|
|
package/dist/all.scss
CHANGED
|
@@ -8708,17 +8708,17 @@ $badge-dot-size-lg: 12px !default;
|
|
|
8708
8708
|
// Button
|
|
8709
8709
|
|
|
8710
8710
|
/// Width of border around buttons
|
|
8711
|
-
/// @group
|
|
8711
|
+
/// @group button
|
|
8712
8712
|
$button-border-width: $btn-border-width !default;
|
|
8713
8713
|
/// Border radius of buttons
|
|
8714
|
-
/// @group
|
|
8714
|
+
/// @group button
|
|
8715
8715
|
$button-border-radius: $border-radius !default;
|
|
8716
8716
|
|
|
8717
8717
|
/// Horizontal padding of buttons
|
|
8718
|
-
/// @group
|
|
8718
|
+
/// @group button
|
|
8719
8719
|
$button-padding-x: $btn-padding-x !default;
|
|
8720
8720
|
/// Vertical padding of buttons
|
|
8721
|
-
/// @group
|
|
8721
|
+
/// @group button
|
|
8722
8722
|
$button-padding-y: $btn-padding-y !default;
|
|
8723
8723
|
$button-font-family: $font-family !default;
|
|
8724
8724
|
$button-font-size: $font-size !default;
|
|
@@ -8732,63 +8732,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
8732
8732
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
8733
8733
|
|
|
8734
8734
|
/// The background of the buttons.
|
|
8735
|
-
/// @group
|
|
8735
|
+
/// @group button
|
|
8736
8736
|
$button-bg: #e4e7eb !default;
|
|
8737
8737
|
/// The text color of the buttons.
|
|
8738
|
-
/// @group
|
|
8738
|
+
/// @group button
|
|
8739
8739
|
$button-text: contrast-wcag( $button-bg, $gray-900 ) !default;
|
|
8740
8740
|
/// The border color of the buttons.
|
|
8741
|
-
/// @group
|
|
8741
|
+
/// @group button
|
|
8742
8742
|
$button-border: $button-bg !default;
|
|
8743
8743
|
/// The background gradient of the buttons.
|
|
8744
|
-
/// @group
|
|
8744
|
+
/// @group button
|
|
8745
8745
|
$button-gradient: null !default;
|
|
8746
8746
|
$button-shadow: null !default;
|
|
8747
8747
|
|
|
8748
8748
|
/// The background of hovered buttons.
|
|
8749
|
-
/// @group
|
|
8749
|
+
/// @group button
|
|
8750
8750
|
$button-hovered-bg: try-darken( $button-bg, 7.5% ) !default;
|
|
8751
8751
|
/// The text color of hovered buttons.
|
|
8752
|
-
/// @group
|
|
8752
|
+
/// @group button
|
|
8753
8753
|
$button-hovered-text: null !default;
|
|
8754
8754
|
/// The border color of hovered buttons.
|
|
8755
|
-
/// @group
|
|
8755
|
+
/// @group button
|
|
8756
8756
|
$button-hovered-border: try-darken( $button-border, 10% ) !default;
|
|
8757
8757
|
/// The background gradient of hovered buttons.
|
|
8758
|
-
/// @group
|
|
8758
|
+
/// @group button
|
|
8759
8759
|
$button-hovered-gradient: null !default;
|
|
8760
8760
|
$button-hovered-shadow: null !default;
|
|
8761
8761
|
|
|
8762
8762
|
/// The background color of active buttons.
|
|
8763
|
-
/// @group
|
|
8763
|
+
/// @group button
|
|
8764
8764
|
$button-active-bg: try-darken( $button-bg, 10% ) !default;
|
|
8765
8765
|
/// The text color of active buttons.
|
|
8766
|
-
/// @group
|
|
8766
|
+
/// @group button
|
|
8767
8767
|
$button-active-text: null !default;
|
|
8768
8768
|
/// The border color of active buttons.
|
|
8769
|
-
/// @group
|
|
8769
|
+
/// @group button
|
|
8770
8770
|
$button-active-border: try-darken( $button-border, 12.5% ) !default;
|
|
8771
8771
|
/// The background gradient of active buttons.
|
|
8772
|
-
/// @group
|
|
8772
|
+
/// @group button
|
|
8773
8773
|
$button-active-gradient: null !default;
|
|
8774
8774
|
$button-active-shadow: null !default;
|
|
8775
8775
|
|
|
8776
8776
|
/// The background color of selected buttons.
|
|
8777
|
-
/// @group
|
|
8777
|
+
/// @group button
|
|
8778
8778
|
$button-selected-bg: try-darken( $primary, 10% ) !default;
|
|
8779
8779
|
/// The text color of selected buttons.
|
|
8780
|
-
/// @group
|
|
8780
|
+
/// @group button
|
|
8781
8781
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
8782
8782
|
/// The border color of selected buttons.
|
|
8783
|
-
/// @group
|
|
8783
|
+
/// @group button
|
|
8784
8784
|
$button-selected-border: try-darken( $primary, 12.5% ) !default;
|
|
8785
8785
|
/// The background gradient of selected buttons.
|
|
8786
|
-
/// @group
|
|
8786
|
+
/// @group button
|
|
8787
8787
|
$button-selected-gradient: null !default;
|
|
8788
8788
|
$button-selected-shadow: null !default;
|
|
8789
8789
|
|
|
8790
8790
|
/// The shadow of focused buttons.
|
|
8791
|
-
/// @group
|
|
8791
|
+
/// @group button
|
|
8792
8792
|
$button-focused-shadow: 0 0 0 3px rgba( $button-border, .5 ) !default;
|
|
8793
8793
|
|
|
8794
8794
|
|
|
@@ -12962,7 +12962,23 @@ $toolbar-separator-border: inherit !default;
|
|
|
12962
12962
|
// #endregion
|
|
12963
12963
|
|
|
12964
12964
|
// #endregion
|
|
12965
|
-
// #region @import "../action-buttons/
|
|
12965
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/bootstrap/scss/action-buttons/_index.scss
|
|
12966
|
+
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
12967
|
+
// File already imported_once. Skipping output.
|
|
12968
|
+
// #endregion
|
|
12969
|
+
|
|
12970
|
+
|
|
12971
|
+
// Dependencies
|
|
12972
|
+
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
12973
|
+
// File already imported_once. Skipping output.
|
|
12974
|
+
// #endregion
|
|
12975
|
+
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
12976
|
+
// File already imported_once. Skipping output.
|
|
12977
|
+
// #endregion
|
|
12978
|
+
|
|
12979
|
+
|
|
12980
|
+
// Component
|
|
12981
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/action-buttons/_variables.scss
|
|
12966
12982
|
// Actions
|
|
12967
12983
|
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
12968
12984
|
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
@@ -12975,6 +12991,102 @@ $actions-text: null !default;
|
|
|
12975
12991
|
$actions-border: null !default;
|
|
12976
12992
|
$actions-gradient: null !default;
|
|
12977
12993
|
|
|
12994
|
+
// #endregion
|
|
12995
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/action-buttons/_layout.scss
|
|
12996
|
+
// #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
|
|
12997
|
+
@include exports("action-buttons/layout") {
|
|
12998
|
+
|
|
12999
|
+
.k-actions {
|
|
13000
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
13001
|
+
border-width: $actions-border-width 0 0 0;
|
|
13002
|
+
border-style: solid;
|
|
13003
|
+
border-color: inherit;
|
|
13004
|
+
flex-shrink: 0;
|
|
13005
|
+
display: flex;
|
|
13006
|
+
flex-flow: row nowrap;
|
|
13007
|
+
align-items: center;
|
|
13008
|
+
gap: $actions-button-spacing;
|
|
13009
|
+
overflow: hidden;
|
|
13010
|
+
// TODO: remove
|
|
13011
|
+
clear: both;
|
|
13012
|
+
}
|
|
13013
|
+
|
|
13014
|
+
|
|
13015
|
+
// Actions in popup
|
|
13016
|
+
.k-popup .k-actions {
|
|
13017
|
+
margin-top: $actions-margin-top;
|
|
13018
|
+
}
|
|
13019
|
+
|
|
13020
|
+
|
|
13021
|
+
// Aliases
|
|
13022
|
+
.k-edit-buttons,
|
|
13023
|
+
.k-action-buttons,
|
|
13024
|
+
.k-columnmenu-actions {
|
|
13025
|
+
@extend .k-actions;
|
|
13026
|
+
}
|
|
13027
|
+
|
|
13028
|
+
|
|
13029
|
+
// Legacy spacing
|
|
13030
|
+
.k-ie {
|
|
13031
|
+
.k-actions .k-button ~ .k-button {
|
|
13032
|
+
margin-left: $actions-button-spacing;
|
|
13033
|
+
flex-shrink: 0;
|
|
13034
|
+
|
|
13035
|
+
.k-rtl &,
|
|
13036
|
+
[dir="rtl"] & {
|
|
13037
|
+
margin-left: 0;
|
|
13038
|
+
margin-right: $actions-button-spacing;
|
|
13039
|
+
}
|
|
13040
|
+
}
|
|
13041
|
+
}
|
|
13042
|
+
|
|
13043
|
+
// Actions align
|
|
13044
|
+
.k-actions-start {
|
|
13045
|
+
justify-content: flex-start;
|
|
13046
|
+
}
|
|
13047
|
+
.k-actions-center {
|
|
13048
|
+
justify-content: center;
|
|
13049
|
+
}
|
|
13050
|
+
.k-actions-end {
|
|
13051
|
+
justify-content: flex-end;
|
|
13052
|
+
}
|
|
13053
|
+
.k-actions-stretched > * {
|
|
13054
|
+
flex: 1 0 0%;
|
|
13055
|
+
}
|
|
13056
|
+
|
|
13057
|
+
// Actions orientation
|
|
13058
|
+
.k-actions-horizontal {
|
|
13059
|
+
width: 100%;
|
|
13060
|
+
flex-flow: row nowrap;
|
|
13061
|
+
}
|
|
13062
|
+
.k-actions-vertical {
|
|
13063
|
+
flex-flow: column nowrap;
|
|
13064
|
+
}
|
|
13065
|
+
|
|
13066
|
+
}
|
|
13067
|
+
|
|
13068
|
+
// #endregion
|
|
13069
|
+
|
|
13070
|
+
// #endregion
|
|
13071
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/action-buttons/_theme.scss
|
|
13072
|
+
// #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
|
|
13073
|
+
@include exports("action-buttons/theme") {
|
|
13074
|
+
|
|
13075
|
+
.k-actions {
|
|
13076
|
+
@include fill(
|
|
13077
|
+
$actions-text,
|
|
13078
|
+
$actions-bg,
|
|
13079
|
+
$actions-border,
|
|
13080
|
+
$actions-gradient
|
|
13081
|
+
);
|
|
13082
|
+
}
|
|
13083
|
+
|
|
13084
|
+
}
|
|
13085
|
+
|
|
13086
|
+
// #endregion
|
|
13087
|
+
|
|
13088
|
+
// #endregion
|
|
13089
|
+
|
|
12978
13090
|
// #endregion
|
|
12979
13091
|
// #region @import "../window/_variables.scss"; -> packages/bootstrap/scss/window/_variables.scss
|
|
12980
13092
|
// Window
|
|
@@ -13139,7 +13251,6 @@ $window-sizes: (
|
|
|
13139
13251
|
}
|
|
13140
13252
|
|
|
13141
13253
|
.k-form-field,
|
|
13142
|
-
.k-form-buttons,
|
|
13143
13254
|
.k-daterangepicker .k-textbox-container {
|
|
13144
13255
|
margin-top: $form-field-margin-top;
|
|
13145
13256
|
}
|
|
@@ -13203,15 +13314,9 @@ $window-sizes: (
|
|
|
13203
13314
|
|
|
13204
13315
|
// Form Buttons Container
|
|
13205
13316
|
.k-form-buttons {
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
margin-right: $form-button-margin-x;
|
|
13210
|
-
|
|
13211
|
-
&:last-child {
|
|
13212
|
-
margin-right: 0;
|
|
13213
|
-
}
|
|
13214
|
-
}
|
|
13317
|
+
@extend .k-actions;
|
|
13318
|
+
margin-top: 2 * $form-field-margin-top;
|
|
13319
|
+
padding: 0;
|
|
13215
13320
|
}
|
|
13216
13321
|
|
|
13217
13322
|
// Form Hint/Error Messages
|
|
@@ -13268,28 +13373,12 @@ $window-sizes: (
|
|
|
13268
13373
|
max-width: $horizontal-form-field-wrap-max-width;
|
|
13269
13374
|
flex: 1 1 auto;
|
|
13270
13375
|
}
|
|
13271
|
-
|
|
13272
|
-
.k-form-buttons {
|
|
13273
|
-
margin-top: 2 * $form-field-margin-top;
|
|
13274
|
-
}
|
|
13275
13376
|
}
|
|
13276
13377
|
|
|
13277
13378
|
// RTL Adjustments
|
|
13278
13379
|
.k-form {
|
|
13279
13380
|
[dir="rtl"],
|
|
13280
13381
|
.k-rtl & {
|
|
13281
|
-
.k-form-buttons,
|
|
13282
|
-
&.k-form-buttons {
|
|
13283
|
-
> * {
|
|
13284
|
-
margin-right: 0;
|
|
13285
|
-
margin-left: $form-button-margin-x;
|
|
13286
|
-
|
|
13287
|
-
&:last-child {
|
|
13288
|
-
margin-left: 0;
|
|
13289
|
-
}
|
|
13290
|
-
}
|
|
13291
|
-
}
|
|
13292
|
-
|
|
13293
13382
|
.k-label-optional {
|
|
13294
13383
|
margin-left: 0;
|
|
13295
13384
|
margin-right: $label-optional-margin-x;
|
|
@@ -18603,119 +18692,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
|
18603
18692
|
// File already imported_once. Skipping output.
|
|
18604
18693
|
// #endregion
|
|
18605
18694
|
// #region @import "../action-buttons/_index.scss"; -> packages/bootstrap/scss/action-buttons/_index.scss
|
|
18606
|
-
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
18607
|
-
// File already imported_once. Skipping output.
|
|
18608
|
-
// #endregion
|
|
18609
|
-
|
|
18610
|
-
|
|
18611
|
-
// Dependencies
|
|
18612
|
-
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
18613
|
-
// File already imported_once. Skipping output.
|
|
18614
|
-
// #endregion
|
|
18615
|
-
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
18616
|
-
// File already imported_once. Skipping output.
|
|
18617
|
-
// #endregion
|
|
18618
|
-
|
|
18619
|
-
|
|
18620
|
-
// Component
|
|
18621
|
-
// #region @import "_variables.scss"; -> packages/bootstrap/scss/action-buttons/_variables.scss
|
|
18622
18695
|
// File already imported_once. Skipping output.
|
|
18623
|
-
// #endregion
|
|
18624
|
-
// #region @import "_layout.scss"; -> packages/bootstrap/scss/action-buttons/_layout.scss
|
|
18625
|
-
// #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
|
|
18626
|
-
@include exports("action-buttons/layout") {
|
|
18627
|
-
|
|
18628
|
-
.k-actions {
|
|
18629
|
-
padding: $actions-padding-y $actions-padding-x;
|
|
18630
|
-
border-width: $actions-border-width 0 0 0;
|
|
18631
|
-
border-style: solid;
|
|
18632
|
-
border-color: inherit;
|
|
18633
|
-
flex-shrink: 0;
|
|
18634
|
-
display: flex;
|
|
18635
|
-
flex-flow: row nowrap;
|
|
18636
|
-
align-items: center;
|
|
18637
|
-
gap: $actions-button-spacing;
|
|
18638
|
-
overflow: hidden;
|
|
18639
|
-
// TODO: remove
|
|
18640
|
-
clear: both;
|
|
18641
|
-
}
|
|
18642
|
-
|
|
18643
|
-
|
|
18644
|
-
// Actions in popup
|
|
18645
|
-
.k-popup .k-actions {
|
|
18646
|
-
margin-top: $actions-margin-top;
|
|
18647
|
-
}
|
|
18648
|
-
|
|
18649
|
-
|
|
18650
|
-
// Aliases
|
|
18651
|
-
.k-edit-buttons,
|
|
18652
|
-
.k-action-buttons,
|
|
18653
|
-
.k-columnmenu-actions {
|
|
18654
|
-
@extend .k-actions;
|
|
18655
|
-
}
|
|
18656
|
-
|
|
18657
|
-
|
|
18658
|
-
// Legacy spacing
|
|
18659
|
-
.k-ie {
|
|
18660
|
-
.k-actions .k-button ~ .k-button {
|
|
18661
|
-
margin-left: $actions-button-spacing;
|
|
18662
|
-
flex-shrink: 0;
|
|
18663
|
-
|
|
18664
|
-
.k-rtl &,
|
|
18665
|
-
[dir="rtl"] & {
|
|
18666
|
-
margin-left: 0;
|
|
18667
|
-
margin-right: $actions-button-spacing;
|
|
18668
|
-
}
|
|
18669
|
-
}
|
|
18670
|
-
}
|
|
18671
|
-
|
|
18672
|
-
// Actions align
|
|
18673
|
-
.k-actions-start {
|
|
18674
|
-
justify-content: flex-start;
|
|
18675
|
-
}
|
|
18676
|
-
.k-actions-center {
|
|
18677
|
-
justify-content: center;
|
|
18678
|
-
}
|
|
18679
|
-
.k-actions-end {
|
|
18680
|
-
justify-content: flex-end;
|
|
18681
|
-
}
|
|
18682
|
-
.k-actions-stretched > * {
|
|
18683
|
-
flex: 1 0 0%;
|
|
18684
|
-
}
|
|
18685
|
-
|
|
18686
|
-
// Actions orientation
|
|
18687
|
-
.k-actions-horizontal {
|
|
18688
|
-
width: 100%;
|
|
18689
|
-
flex-flow: row nowrap;
|
|
18690
|
-
}
|
|
18691
|
-
.k-actions-vertical {
|
|
18692
|
-
flex-flow: column nowrap;
|
|
18693
|
-
}
|
|
18694
|
-
|
|
18695
|
-
}
|
|
18696
|
-
|
|
18697
|
-
// #endregion
|
|
18698
|
-
|
|
18699
|
-
// #endregion
|
|
18700
|
-
// #region @import "_theme.scss"; -> packages/bootstrap/scss/action-buttons/_theme.scss
|
|
18701
|
-
// #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
|
|
18702
|
-
@include exports("action-buttons/theme") {
|
|
18703
|
-
|
|
18704
|
-
.k-actions {
|
|
18705
|
-
@include fill(
|
|
18706
|
-
$actions-text,
|
|
18707
|
-
$actions-bg,
|
|
18708
|
-
$actions-border,
|
|
18709
|
-
$actions-gradient
|
|
18710
|
-
);
|
|
18711
|
-
}
|
|
18712
|
-
|
|
18713
|
-
}
|
|
18714
|
-
|
|
18715
|
-
// #endregion
|
|
18716
|
-
|
|
18717
|
-
// #endregion
|
|
18718
|
-
|
|
18719
18696
|
// #endregion
|
|
18720
18697
|
// #region @import "../color-preview/_index.scss"; -> packages/bootstrap/scss/color-preview/_index.scss
|
|
18721
18698
|
// File already imported_once. Skipping output.
|
|
@@ -28844,10 +28821,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
28844
28821
|
|
|
28845
28822
|
/// Horizontal padding of tabstrip content
|
|
28846
28823
|
/// @group tabstrip
|
|
28847
|
-
$tabstrip-content-padding-x:
|
|
28824
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
28848
28825
|
/// Vertical padding of tabstrip content
|
|
28849
28826
|
/// @group tabstrip
|
|
28850
|
-
$tabstrip-content-padding-y:
|
|
28827
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
28851
28828
|
/// Width of border around tabstrip content
|
|
28852
28829
|
/// @group tabstrip
|
|
28853
28830
|
$tabstrip-content-border-width: $tabstrip-border-width !default;
|
|
@@ -31771,11 +31748,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31771
31748
|
border-right-width: 0;
|
|
31772
31749
|
}
|
|
31773
31750
|
|
|
31774
|
-
.k-filtercell-operator {
|
|
31775
|
-
margin-left: 0;
|
|
31776
|
-
margin-right: $table-cell-padding-y / 2;
|
|
31777
|
-
}
|
|
31778
|
-
|
|
31779
31751
|
.k-dirty {
|
|
31780
31752
|
border-color: currentColor currentColor transparent transparent;
|
|
31781
31753
|
left: auto;
|
|
@@ -32208,77 +32180,38 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32208
32180
|
.k-multiselect {
|
|
32209
32181
|
height: auto;
|
|
32210
32182
|
}
|
|
32211
|
-
|
|
32212
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
32213
|
-
flex: 0 1 auto;
|
|
32214
|
-
}
|
|
32215
32183
|
}
|
|
32216
32184
|
|
|
32217
32185
|
.k-filtercell {
|
|
32218
32186
|
width: auto;
|
|
32219
32187
|
display: flex;
|
|
32188
|
+
flex-flow: row nowrap;
|
|
32189
|
+
align-items: center;
|
|
32220
32190
|
|
|
32221
32191
|
> span,
|
|
32222
32192
|
.k-filtercell-wrapper {
|
|
32223
32193
|
display: flex;
|
|
32194
|
+
flex-flow: row nowrap;
|
|
32195
|
+
align-items: center;
|
|
32196
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
32224
32197
|
flex: 1 1 auto;
|
|
32225
32198
|
|
|
32226
|
-
>
|
|
32227
|
-
|
|
32228
|
-
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.k-filtercell-wrapper > .k-widget {
|
|
32232
|
-
width: 100%;
|
|
32233
|
-
}
|
|
32234
|
-
|
|
32235
|
-
> span {
|
|
32236
|
-
.k-button {
|
|
32237
|
-
visibility: visible;
|
|
32238
|
-
pointer-events: all;
|
|
32199
|
+
> .k-widget,
|
|
32200
|
+
> .k-textbox {
|
|
32201
|
+
width: 100%;
|
|
32239
32202
|
}
|
|
32240
32203
|
|
|
32241
|
-
.k-
|
|
32204
|
+
.k-colorpicker,
|
|
32242
32205
|
.k-dropdown-operator {
|
|
32243
|
-
|
|
32244
|
-
|
|
32245
|
-
.k-ie & {
|
|
32246
|
-
min-width: $button-inner-calc-size;
|
|
32247
|
-
}
|
|
32248
|
-
}
|
|
32249
|
-
|
|
32250
|
-
.k-widget {
|
|
32251
|
-
width: auto;
|
|
32252
|
-
}
|
|
32253
|
-
}
|
|
32254
|
-
|
|
32255
|
-
.k-filtercell-operator {
|
|
32256
|
-
> .k-button.k-clear-button-visible {
|
|
32257
|
-
visibility: visible;
|
|
32258
|
-
height: $button-calc-size;
|
|
32206
|
+
width: min-content;
|
|
32207
|
+
flex: none;
|
|
32259
32208
|
}
|
|
32260
32209
|
|
|
32261
|
-
> .k-button
|
|
32262
|
-
|
|
32263
|
-
pointer-events: none;
|
|
32210
|
+
> .k-button {
|
|
32211
|
+
flex: none;
|
|
32264
32212
|
}
|
|
32265
32213
|
}
|
|
32266
32214
|
|
|
32267
|
-
.k-filtercell-operator {
|
|
32268
|
-
margin-left: $grid-cell-padding-y / 2;
|
|
32269
|
-
}
|
|
32270
|
-
|
|
32271
|
-
.k-widget:not(.k-dropdown-operator),
|
|
32272
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
32273
|
-
display: flex;
|
|
32274
|
-
flex: 1 1 auto;
|
|
32275
|
-
}
|
|
32276
|
-
|
|
32277
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
32278
|
-
width: 100%;
|
|
32279
|
-
min-width: 0;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
32215
|
}
|
|
32283
32216
|
|
|
32284
32217
|
// Grid content
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "4.43.0",
|
|
4
|
+
"version": "4.43.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
|
|
51
51
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
3
|
/// Width of border around buttons
|
|
4
|
-
/// @group
|
|
4
|
+
/// @group button
|
|
5
5
|
$button-border-width: 1px !default;
|
|
6
6
|
/// Border radius of buttons
|
|
7
|
-
/// @group
|
|
7
|
+
/// @group button
|
|
8
8
|
$button-border-radius: $border-radius !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of buttons
|
|
11
|
-
/// @group
|
|
11
|
+
/// @group button
|
|
12
12
|
$button-padding-x: $padding-x !default;
|
|
13
13
|
/// Vertical padding of buttons
|
|
14
|
-
/// @group
|
|
14
|
+
/// @group button
|
|
15
15
|
$button-padding-y: $padding-y !default;
|
|
16
16
|
$button-font-family: $font-family !default;
|
|
17
17
|
$button-font-size: $font-size !default;
|
|
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
25
25
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background of the buttons.
|
|
28
|
-
/// @group
|
|
28
|
+
/// @group button
|
|
29
29
|
$button-bg: #f5f5f5 !default;
|
|
30
30
|
/// The text color of the buttons.
|
|
31
|
-
/// @group
|
|
31
|
+
/// @group button
|
|
32
32
|
$button-text: #424242 !default;
|
|
33
33
|
/// The border color of the buttons.
|
|
34
|
-
/// @group
|
|
34
|
+
/// @group button
|
|
35
35
|
$button-border: rgba( black, .08 ) !default;
|
|
36
36
|
/// The background gradient of the buttons.
|
|
37
|
-
/// @group
|
|
37
|
+
/// @group button
|
|
38
38
|
$button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
39
39
|
$button-shadow: null !default;
|
|
40
40
|
|
|
41
41
|
/// The background of hovered buttons.
|
|
42
|
-
/// @group
|
|
42
|
+
/// @group button
|
|
43
43
|
$button-hovered-bg: try-shade( $button-bg, .5 ) !default;
|
|
44
44
|
/// The text color of hovered buttons.
|
|
45
|
-
/// @group
|
|
45
|
+
/// @group button
|
|
46
46
|
$button-hovered-text: null !default;
|
|
47
47
|
/// The border color of hovered buttons.
|
|
48
|
-
/// @group
|
|
48
|
+
/// @group button
|
|
49
49
|
$button-hovered-border: null !default;
|
|
50
50
|
/// The background gradient of hovered buttons.
|
|
51
|
-
/// @group
|
|
51
|
+
/// @group button
|
|
52
52
|
$button-hovered-gradient: null !default;
|
|
53
53
|
$button-hovered-shadow: null !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of active buttons.
|
|
56
|
-
/// @group
|
|
56
|
+
/// @group button
|
|
57
57
|
$button-active-bg: try-shade( $button-bg, 1.5 ) !default;
|
|
58
58
|
/// The text color of active buttons.
|
|
59
|
-
/// @group
|
|
59
|
+
/// @group button
|
|
60
60
|
$button-active-text: null !default;
|
|
61
61
|
/// The border color of active buttons.
|
|
62
|
-
/// @group
|
|
62
|
+
/// @group button
|
|
63
63
|
$button-active-border: null !default;
|
|
64
64
|
/// The background gradient of active buttons.
|
|
65
|
-
/// @group
|
|
65
|
+
/// @group button
|
|
66
66
|
$button-active-gradient: null !default;
|
|
67
67
|
$button-active-shadow: null !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
|
-
/// @group
|
|
70
|
+
/// @group button
|
|
71
71
|
$button-selected-bg: $primary !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
|
-
/// @group
|
|
73
|
+
/// @group button
|
|
74
74
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
|
-
/// @group
|
|
76
|
+
/// @group button
|
|
77
77
|
$button-selected-border: $button-selected-bg !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
|
-
/// @group
|
|
79
|
+
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
81
81
|
$button-selected-shadow: null !default;
|
|
82
82
|
|
|
83
83
|
/// The shadow of focused buttons.
|
|
84
|
-
/// @group
|
|
84
|
+
/// @group button
|
|
85
85
|
$button-focused-shadow: 0 0 0 2px rgba( $button-border, .08 ) !default;
|
|
86
86
|
|
|
87
87
|
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.k-form-field,
|
|
109
|
-
.k-form-buttons,
|
|
110
109
|
.k-daterangepicker .k-textbox-container {
|
|
111
110
|
margin-top: $form-field-margin-top;
|
|
112
111
|
}
|
|
@@ -170,15 +169,9 @@
|
|
|
170
169
|
|
|
171
170
|
// Form Buttons Container
|
|
172
171
|
.k-form-buttons {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
margin-right: $form-button-margin-x;
|
|
177
|
-
|
|
178
|
-
&:last-child {
|
|
179
|
-
margin-right: 0;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
172
|
+
@extend .k-actions;
|
|
173
|
+
margin-top: 2 * $form-field-margin-top;
|
|
174
|
+
padding: 0;
|
|
182
175
|
}
|
|
183
176
|
|
|
184
177
|
// Form Hint/Error Messages
|
|
@@ -235,28 +228,12 @@
|
|
|
235
228
|
max-width: $horizontal-form-field-wrap-max-width;
|
|
236
229
|
flex: 1 1 auto;
|
|
237
230
|
}
|
|
238
|
-
|
|
239
|
-
.k-form-buttons {
|
|
240
|
-
margin-top: 2 * $form-field-margin-top;
|
|
241
|
-
}
|
|
242
231
|
}
|
|
243
232
|
|
|
244
233
|
// RTL Adjustments
|
|
245
234
|
.k-form {
|
|
246
235
|
[dir="rtl"],
|
|
247
236
|
.k-rtl & {
|
|
248
|
-
.k-form-buttons,
|
|
249
|
-
&.k-form-buttons {
|
|
250
|
-
> * {
|
|
251
|
-
margin-right: 0;
|
|
252
|
-
margin-left: $form-button-margin-x;
|
|
253
|
-
|
|
254
|
-
&:last-child {
|
|
255
|
-
margin-left: 0;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
237
|
.k-label-optional {
|
|
261
238
|
margin-left: 0;
|
|
262
239
|
margin-right: $label-optional-margin-x;
|
|
@@ -320,11 +320,6 @@
|
|
|
320
320
|
border-right-width: 0;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.k-filtercell-operator {
|
|
324
|
-
margin-left: 0;
|
|
325
|
-
margin-right: $table-cell-padding-y / 2;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
323
|
.k-dirty {
|
|
329
324
|
border-color: currentColor currentColor transparent transparent;
|
|
330
325
|
left: auto;
|
|
@@ -757,77 +752,38 @@
|
|
|
757
752
|
.k-multiselect {
|
|
758
753
|
height: auto;
|
|
759
754
|
}
|
|
760
|
-
|
|
761
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
762
|
-
flex: 0 1 auto;
|
|
763
|
-
}
|
|
764
755
|
}
|
|
765
756
|
|
|
766
757
|
.k-filtercell {
|
|
767
758
|
width: auto;
|
|
768
759
|
display: flex;
|
|
760
|
+
flex-flow: row nowrap;
|
|
761
|
+
align-items: center;
|
|
769
762
|
|
|
770
763
|
> span,
|
|
771
764
|
.k-filtercell-wrapper {
|
|
772
765
|
display: flex;
|
|
766
|
+
flex-flow: row nowrap;
|
|
767
|
+
align-items: center;
|
|
768
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
773
769
|
flex: 1 1 auto;
|
|
774
770
|
|
|
775
|
-
>
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.k-filtercell-wrapper > .k-widget {
|
|
781
|
-
width: 100%;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
> span {
|
|
785
|
-
.k-button {
|
|
786
|
-
visibility: visible;
|
|
787
|
-
pointer-events: all;
|
|
771
|
+
> .k-widget,
|
|
772
|
+
> .k-textbox {
|
|
773
|
+
width: 100%;
|
|
788
774
|
}
|
|
789
775
|
|
|
790
|
-
.k-
|
|
776
|
+
.k-colorpicker,
|
|
791
777
|
.k-dropdown-operator {
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
.k-ie & {
|
|
795
|
-
min-width: $button-inner-calc-size;
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.k-widget {
|
|
800
|
-
width: auto;
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.k-filtercell-operator {
|
|
805
|
-
> .k-button.k-clear-button-visible {
|
|
806
|
-
visibility: visible;
|
|
807
|
-
height: $button-calc-size;
|
|
778
|
+
width: min-content;
|
|
779
|
+
flex: none;
|
|
808
780
|
}
|
|
809
781
|
|
|
810
|
-
> .k-button
|
|
811
|
-
|
|
812
|
-
pointer-events: none;
|
|
782
|
+
> .k-button {
|
|
783
|
+
flex: none;
|
|
813
784
|
}
|
|
814
785
|
}
|
|
815
786
|
|
|
816
|
-
.k-filtercell-operator {
|
|
817
|
-
margin-left: $grid-cell-padding-y / 2;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.k-widget:not(.k-dropdown-operator),
|
|
821
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
822
|
-
display: flex;
|
|
823
|
-
flex: 1 1 auto;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
827
|
-
width: 100%;
|
|
828
|
-
min-width: 0;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
787
|
}
|
|
832
788
|
|
|
833
789
|
// Grid content
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 1px !default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "4.43.0",
|
|
4
|
+
"version": "4.43.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^4.43.0",
|
|
53
|
+
"@progress/kendo-theme-default": "^4.43.1-dev.0",
|
|
54
54
|
"bootstrap": "^5.1.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
|
|
57
57
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
3
|
/// Width of border around buttons
|
|
4
|
-
/// @group
|
|
4
|
+
/// @group button
|
|
5
5
|
$button-border-width: $btn-border-width !default;
|
|
6
6
|
/// Border radius of buttons
|
|
7
|
-
/// @group
|
|
7
|
+
/// @group button
|
|
8
8
|
$button-border-radius: $border-radius !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of buttons
|
|
11
|
-
/// @group
|
|
11
|
+
/// @group button
|
|
12
12
|
$button-padding-x: $btn-padding-x !default;
|
|
13
13
|
/// Vertical padding of buttons
|
|
14
|
-
/// @group
|
|
14
|
+
/// @group button
|
|
15
15
|
$button-padding-y: $btn-padding-y !default;
|
|
16
16
|
$button-font-family: $font-family !default;
|
|
17
17
|
$button-font-size: $font-size !default;
|
|
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
25
25
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background of the buttons.
|
|
28
|
-
/// @group
|
|
28
|
+
/// @group button
|
|
29
29
|
$button-bg: #e4e7eb !default;
|
|
30
30
|
/// The text color of the buttons.
|
|
31
|
-
/// @group
|
|
31
|
+
/// @group button
|
|
32
32
|
$button-text: contrast-wcag( $button-bg, $gray-900 ) !default;
|
|
33
33
|
/// The border color of the buttons.
|
|
34
|
-
/// @group
|
|
34
|
+
/// @group button
|
|
35
35
|
$button-border: $button-bg !default;
|
|
36
36
|
/// The background gradient of the buttons.
|
|
37
|
-
/// @group
|
|
37
|
+
/// @group button
|
|
38
38
|
$button-gradient: null !default;
|
|
39
39
|
$button-shadow: null !default;
|
|
40
40
|
|
|
41
41
|
/// The background of hovered buttons.
|
|
42
|
-
/// @group
|
|
42
|
+
/// @group button
|
|
43
43
|
$button-hovered-bg: try-darken( $button-bg, 7.5% ) !default;
|
|
44
44
|
/// The text color of hovered buttons.
|
|
45
|
-
/// @group
|
|
45
|
+
/// @group button
|
|
46
46
|
$button-hovered-text: null !default;
|
|
47
47
|
/// The border color of hovered buttons.
|
|
48
|
-
/// @group
|
|
48
|
+
/// @group button
|
|
49
49
|
$button-hovered-border: try-darken( $button-border, 10% ) !default;
|
|
50
50
|
/// The background gradient of hovered buttons.
|
|
51
|
-
/// @group
|
|
51
|
+
/// @group button
|
|
52
52
|
$button-hovered-gradient: null !default;
|
|
53
53
|
$button-hovered-shadow: null !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of active buttons.
|
|
56
|
-
/// @group
|
|
56
|
+
/// @group button
|
|
57
57
|
$button-active-bg: try-darken( $button-bg, 10% ) !default;
|
|
58
58
|
/// The text color of active buttons.
|
|
59
|
-
/// @group
|
|
59
|
+
/// @group button
|
|
60
60
|
$button-active-text: null !default;
|
|
61
61
|
/// The border color of active buttons.
|
|
62
|
-
/// @group
|
|
62
|
+
/// @group button
|
|
63
63
|
$button-active-border: try-darken( $button-border, 12.5% ) !default;
|
|
64
64
|
/// The background gradient of active buttons.
|
|
65
|
-
/// @group
|
|
65
|
+
/// @group button
|
|
66
66
|
$button-active-gradient: null !default;
|
|
67
67
|
$button-active-shadow: null !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
|
-
/// @group
|
|
70
|
+
/// @group button
|
|
71
71
|
$button-selected-bg: try-darken( $primary, 10% ) !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
|
-
/// @group
|
|
73
|
+
/// @group button
|
|
74
74
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
|
-
/// @group
|
|
76
|
+
/// @group button
|
|
77
77
|
$button-selected-border: try-darken( $primary, 12.5% ) !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
|
-
/// @group
|
|
79
|
+
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
81
81
|
$button-selected-shadow: null !default;
|
|
82
82
|
|
|
83
83
|
/// The shadow of focused buttons.
|
|
84
|
-
/// @group
|
|
84
|
+
/// @group button
|
|
85
85
|
$button-focused-shadow: 0 0 0 3px rgba( $button-border, .5 ) !default;
|
|
86
86
|
|
|
87
87
|
|
package/scss/forms/_index.scss
CHANGED
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: $tabstrip-border-width !default;
|