@progress/kendo-theme-material 4.43.1-dev.4 → 4.43.1-dev.5
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/README.md +0 -3
- package/dist/all.css +825 -904
- package/dist/all.scss +1369 -1194
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
- package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
- package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
- package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -9
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
- package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +27 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
- package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
- package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +9 -41
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
- package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +5 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
- package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +9 -27
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
- package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
- package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
- package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +25 -12
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +22 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
- package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +27 -15
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +21 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +130 -110
- package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
- package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
- package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
- package/package.json +3 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/_variables.scss +11 -1
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_theme.scss +2 -9
- package/scss/checkbox/_variables.scss +89 -19
- package/scss/daterangepicker/_index.scss +10 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/grid/_layout.scss +0 -8
- package/scss/grid/_variables.scss +1 -3
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +5 -5
- package/scss/list/_variables.scss +64 -8
- package/scss/listbox/_variables.scss +5 -5
- package/scss/menu/_theme.scss +2 -0
- package/scss/menu/_variables.scss +3 -3
- package/scss/numerictextbox/_layout.scss +4 -5
- package/scss/numerictextbox/_variables.scss +0 -27
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_theme.scss +2 -9
- package/scss/radio/_variables.scss +83 -23
- package/scss/scheduler/_layout.scss +0 -16
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/table/_variables.scss +3 -3
- package/scss/toolbar/_layout.scss +7 -1
- package/scss/treeview/_theme.scss +29 -22
- package/scss/treeview/_variables.scss +70 -16
package/dist/all.scss
CHANGED
|
@@ -6862,26 +6862,82 @@ $message-box-link-text-decoration: underline !default;
|
|
|
6862
6862
|
// #endregion
|
|
6863
6863
|
// #region @import "../list/_variables.scss"; -> packages/material/scss/list/_variables.scss
|
|
6864
6864
|
// List
|
|
6865
|
-
$list-font-size: $font-size !default;
|
|
6866
|
-
$list-line-height: 1.5 !default;
|
|
6867
|
-
$list-line-height-em: 1.5em !default;
|
|
6868
6865
|
|
|
6866
|
+
/// Font size of the list component.
|
|
6867
|
+
/// @group list
|
|
6868
|
+
$list-font-size: $font-size-lg !default;
|
|
6869
|
+
|
|
6870
|
+
/// Line height of the list component.
|
|
6871
|
+
/// @group list
|
|
6872
|
+
$list-line-height: 1.25 !default;
|
|
6873
|
+
$list-line-height-em: 1.25em !default;
|
|
6874
|
+
|
|
6875
|
+
/// Horizontal padding of list items.
|
|
6876
|
+
/// @group list
|
|
6869
6877
|
$list-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
6870
|
-
$list-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
6871
6878
|
|
|
6879
|
+
/// Vertical padding of list items.
|
|
6880
|
+
/// @group list
|
|
6881
|
+
$list-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
6882
|
+
|
|
6883
|
+
|
|
6884
|
+
/// Background color of the list component.
|
|
6885
|
+
/// @group list
|
|
6886
|
+
$list-bg: $component-bg !default;
|
|
6887
|
+
/// Text color of the list component.
|
|
6888
|
+
/// @group list
|
|
6889
|
+
$list-text: $component-text !default;
|
|
6890
|
+
/// Border color of the list component.
|
|
6891
|
+
/// @group list
|
|
6892
|
+
$list-border: $component-border !default;
|
|
6893
|
+
|
|
6894
|
+
/// Background color of list header.
|
|
6895
|
+
/// @group list
|
|
6896
|
+
$list-header-bg: null !default;
|
|
6897
|
+
/// Text color of list header.
|
|
6898
|
+
/// @group list
|
|
6899
|
+
$list-header-text: null !default;
|
|
6900
|
+
/// Border color of list header.
|
|
6901
|
+
/// @group list
|
|
6902
|
+
$list-header-border: inherit !default;
|
|
6903
|
+
/// Box shadow of list header.
|
|
6904
|
+
/// @group list
|
|
6905
|
+
$list-header-shadow: null !default;
|
|
6906
|
+
|
|
6907
|
+
/// Background color of list items.
|
|
6908
|
+
/// @group list
|
|
6872
6909
|
$list-item-bg: null !default;
|
|
6910
|
+
/// Text color of list items.
|
|
6911
|
+
/// @group list
|
|
6873
6912
|
$list-item-text: $component-text !default;
|
|
6874
6913
|
|
|
6914
|
+
/// Background color of hovered list items.
|
|
6915
|
+
/// @group list
|
|
6875
6916
|
$list-item-hovered-bg: $hovered-bg !default;
|
|
6917
|
+
/// Text color of hovered list items.
|
|
6918
|
+
/// @group list
|
|
6876
6919
|
$list-item-hovered-text: $hovered-text !default;
|
|
6877
6920
|
|
|
6921
|
+
/// Background color of focused list items.
|
|
6922
|
+
/// @group list
|
|
6923
|
+
$list-item-focused-bg: null !default;
|
|
6924
|
+
/// Text color of focused list items.
|
|
6925
|
+
/// @group list
|
|
6926
|
+
$list-item-focused-text: null !default;
|
|
6927
|
+
/// Box shadow of focused list items.
|
|
6928
|
+
/// @group list
|
|
6929
|
+
$list-item-focused-shadow: null !default;
|
|
6930
|
+
|
|
6931
|
+
/// Background color of selected list items.
|
|
6932
|
+
/// @group list
|
|
6878
6933
|
$list-item-selected-bg: $component-bg !default;
|
|
6934
|
+
/// Text color of selected list items.
|
|
6935
|
+
/// @group list
|
|
6879
6936
|
$list-item-selected-text: $secondary !default;
|
|
6880
6937
|
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
$list-
|
|
6884
|
-
$list-container-no-data-text: $subtle-text !default;
|
|
6938
|
+
/// Text color of the 'No Data' text.
|
|
6939
|
+
/// @group list
|
|
6940
|
+
$list-no-data-text: $subtle-text !default;
|
|
6885
6941
|
|
|
6886
6942
|
// #endregion
|
|
6887
6943
|
|
|
@@ -6889,78 +6945,148 @@ $list-container-no-data-text: $subtle-text !default;
|
|
|
6889
6945
|
// Component
|
|
6890
6946
|
// #region @import "_variables.scss"; -> packages/material/scss/checkbox/_variables.scss
|
|
6891
6947
|
// Checkbox
|
|
6948
|
+
|
|
6892
6949
|
$checkbox-size: map-get( $spacing, 4 ) !default;
|
|
6893
6950
|
$checkbox-radius: map-get( $spacing, thin ) !default;
|
|
6951
|
+
/// Border width of checkbox.
|
|
6952
|
+
/// @group checkbox
|
|
6894
6953
|
$checkbox-border-width: 2px !default;
|
|
6895
|
-
$checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
|
|
6896
6954
|
|
|
6955
|
+
/// Background color of checkbox.
|
|
6956
|
+
/// @group checkbox
|
|
6897
6957
|
$checkbox-bg: null !default;
|
|
6898
|
-
|
|
6958
|
+
/// Color of checkbox.
|
|
6959
|
+
/// @group checkbox
|
|
6960
|
+
$checkbox-text: null !default;
|
|
6961
|
+
/// Border color of checkbox.
|
|
6962
|
+
/// @group checkbox
|
|
6899
6963
|
$checkbox-border: rgba( if( $dark-theme, $white, $black ), .54 ) !default;
|
|
6900
6964
|
|
|
6965
|
+
/// Background color of hovered checkbox.
|
|
6966
|
+
/// @group checkbox
|
|
6901
6967
|
$checkbox-hovered-bg: null !default;
|
|
6968
|
+
/// Color of hovered checkbox.
|
|
6969
|
+
/// @group checkbox
|
|
6902
6970
|
$checkbox-hovered-text: null !default;
|
|
6903
|
-
|
|
6971
|
+
/// Border color of hovered checkbox.
|
|
6972
|
+
/// @group checkbox
|
|
6973
|
+
$checkbox-hovered-border: null !default;
|
|
6904
6974
|
|
|
6975
|
+
/// Background color of checked checkbox.
|
|
6976
|
+
/// @group checkbox
|
|
6905
6977
|
$checkbox-checked-bg: $primary !default;
|
|
6978
|
+
/// Color of checked checkbox.
|
|
6979
|
+
/// @group checkbox
|
|
6906
6980
|
$checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
|
|
6981
|
+
/// Border color of checked checkbox.
|
|
6982
|
+
/// @group checkbox
|
|
6907
6983
|
$checkbox-checked-border: $checkbox-checked-bg !default;
|
|
6908
6984
|
|
|
6985
|
+
/// Background color of indeterminate checkbox.
|
|
6986
|
+
/// @group checkbox
|
|
6909
6987
|
$checkbox-indeterminate-bg: $checkbox-checked-bg !default;
|
|
6988
|
+
/// Color of indeterminate checkbox.
|
|
6989
|
+
/// @group checkbox
|
|
6910
6990
|
$checkbox-indeterminate-text: $checkbox-checked-text !default;
|
|
6991
|
+
/// Border color of indeterminate checkbox.
|
|
6992
|
+
/// @group checkbox
|
|
6911
6993
|
$checkbox-indeterminate-border: $checkbox-checked-border !default;
|
|
6912
6994
|
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
$checkbox-focused-
|
|
6916
|
-
|
|
6917
|
-
|
|
6995
|
+
/// Border color of focused checkbox.
|
|
6996
|
+
/// @group checkbox
|
|
6997
|
+
$checkbox-focused-border: null !default;
|
|
6998
|
+
/// Box shadow of focused checkbox.
|
|
6999
|
+
/// @group checkbox
|
|
7000
|
+
$checkbox-focused-shadow: null !default;
|
|
7001
|
+
/// Border color of focused and checked checkbox.
|
|
7002
|
+
/// @group checkbox
|
|
7003
|
+
$checkbox-focused-checked-border: null !default;
|
|
7004
|
+
/// Box shadow of focused and checked checkbox.
|
|
7005
|
+
/// @group checkbox
|
|
7006
|
+
$checkbox-focused-checked-shadow: null !default;
|
|
7007
|
+
|
|
7008
|
+
/// Background color of disabled checkbox.
|
|
7009
|
+
/// @group checkbox
|
|
6918
7010
|
$checkbox-disabled-bg: null !default;
|
|
7011
|
+
/// Color of disabled checkbox.
|
|
7012
|
+
/// @group checkbox
|
|
6919
7013
|
$checkbox-disabled-text: null !default;
|
|
7014
|
+
/// Border color of disabled checkbox.
|
|
7015
|
+
/// @group checkbox
|
|
6920
7016
|
$checkbox-disabled-border: try-shade( $component-bg, 4 ) !default;
|
|
6921
7017
|
|
|
7018
|
+
|
|
7019
|
+
/// Background color of disabled and checked checkbox.
|
|
7020
|
+
/// @group checkbox
|
|
6922
7021
|
$checkbox-disabled-checked-bg: $checkbox-disabled-border !default;
|
|
7022
|
+
/// Color of disabled and checked checkbox.
|
|
7023
|
+
/// @group checkbox
|
|
6923
7024
|
$checkbox-disabled-checked-text: contrast-wcag( $checkbox-disabled-checked-bg ) !default;
|
|
7025
|
+
/// Border color of disabled and checked checkbox.
|
|
7026
|
+
/// @group checkbox
|
|
6924
7027
|
$checkbox-disabled-checked-border: $checkbox-disabled-checked-bg !default;
|
|
6925
7028
|
|
|
7029
|
+
/// Background color of invalid checkbox.
|
|
7030
|
+
/// @group checkbox
|
|
6926
7031
|
$checkbox-invalid-bg: null !default;
|
|
7032
|
+
/// Color of invalid checkbox.
|
|
7033
|
+
/// @group checkbox
|
|
6927
7034
|
$checkbox-invalid-text: $invalid-text !default;
|
|
7035
|
+
/// Border color of invalid checkbox.
|
|
7036
|
+
/// @group checkbox
|
|
6928
7037
|
$checkbox-invalid-border: $invalid-border !default;
|
|
6929
7038
|
|
|
6930
7039
|
|
|
6931
7040
|
// Checkbox indicator
|
|
6932
|
-
$checkbox-icon-type: image !default;
|
|
6933
7041
|
|
|
7042
|
+
/// Type of checkbox indicator.
|
|
7043
|
+
/// @group checkbox
|
|
7044
|
+
$checkbox-indicator-type: image !default;
|
|
7045
|
+
|
|
7046
|
+
/// Glyph font family of checkbox indicator.
|
|
7047
|
+
/// @group checkbox
|
|
6934
7048
|
$checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
6935
7049
|
$checkbox-glyph-size: 10px !default;
|
|
7050
|
+
/// Glyph of checkbox indicator.
|
|
7051
|
+
/// @group checkbox
|
|
6936
7052
|
$checkbox-checked-glyph: "\e118" !default;
|
|
7053
|
+
/// Glyph of indeterminate checkbox indicator.
|
|
7054
|
+
/// @group checkbox
|
|
6937
7055
|
$checkbox-indeterminate-glyph: "\e121" !default;
|
|
6938
7056
|
|
|
7057
|
+
/// Image of checked checkbox indicator.
|
|
7058
|
+
/// @group checkbox
|
|
6939
7059
|
$checkbox-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='#{$checkbox-checked-text}' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/></svg>") ) !default;
|
|
7060
|
+
/// Image of checked checkbox indicator.
|
|
7061
|
+
/// @group checkbox
|
|
6940
7062
|
$checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$checkbox-indeterminate-text}' stroke-width='3' d='M4 10h12'/></svg>") ) !default;
|
|
6941
7063
|
|
|
6942
|
-
$checkbox-marker-checked-width: 10px !default;
|
|
6943
|
-
$checkbox-marker-checked-height: 10px !default;
|
|
6944
|
-
$checkbox-marker-indeterminate-width: 10px !default;
|
|
6945
|
-
$checkbox-marker-indeterminate-height: 2px !default;
|
|
6946
|
-
|
|
6947
7064
|
|
|
6948
7065
|
// Checkbox label
|
|
6949
7066
|
$checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
6950
7067
|
|
|
6951
7068
|
|
|
6952
7069
|
// Checkbox list
|
|
6953
|
-
|
|
6954
|
-
|
|
7070
|
+
|
|
7071
|
+
/// Spacing between items of horizontal checkbox list.
|
|
7072
|
+
/// @group checkbox
|
|
7073
|
+
$checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
7074
|
+
/// Horizontal padding of checkbox list items.
|
|
7075
|
+
/// @group checkbox
|
|
6955
7076
|
$checkbox-list-item-padding-x: 0px !default;
|
|
7077
|
+
/// Vertical padding of checkbox list items.
|
|
7078
|
+
/// @group checkbox
|
|
6956
7079
|
$checkbox-list-item-padding-y: $list-item-padding-y !default;
|
|
6957
|
-
$checkbox-list-horizontal-item-margin-x: 32px !default;
|
|
6958
7080
|
|
|
6959
7081
|
|
|
6960
7082
|
// Checkbox ripple
|
|
6961
7083
|
$checkbox-ripple-size: $checkbox-size * 3 !default;
|
|
6962
|
-
|
|
6963
|
-
|
|
7084
|
+
/// Background color of checkbox ripple.
|
|
7085
|
+
/// @group checkbox
|
|
7086
|
+
$checkbox-ripple-bg: $primary !default;
|
|
7087
|
+
/// Opacity of checkbox ripple.
|
|
7088
|
+
/// @group checkbox
|
|
7089
|
+
$checkbox-ripple-opacity: .2 !default;
|
|
6964
7090
|
|
|
6965
7091
|
// #endregion
|
|
6966
7092
|
// #region @import "_layout.scss"; -> packages/material/scss/checkbox/_layout.scss
|
|
@@ -6990,28 +7116,17 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
6990
7116
|
-webkit-appearance: none;
|
|
6991
7117
|
}
|
|
6992
7118
|
|
|
7119
|
+
|
|
6993
7120
|
// Checkbox indicator
|
|
6994
7121
|
.k-checkbox::before {
|
|
6995
|
-
@if $checkbox-
|
|
7122
|
+
@if $checkbox-indicator-type == "glyph" {
|
|
6996
7123
|
content: $checkbox-checked-glyph;
|
|
6997
7124
|
width: $checkbox-glyph-size;
|
|
6998
7125
|
height: $checkbox-glyph-size;
|
|
6999
7126
|
font-size: $checkbox-glyph-size;
|
|
7000
7127
|
font-family: $checkbox-glyph-font-family;
|
|
7001
7128
|
line-height: 1;
|
|
7002
|
-
transform:
|
|
7003
|
-
overflow: hidden;
|
|
7004
|
-
position: absolute;
|
|
7005
|
-
top: 50%;
|
|
7006
|
-
left: 50%;
|
|
7007
|
-
}
|
|
7008
|
-
|
|
7009
|
-
@if $checkbox-icon-type == "marker" {
|
|
7010
|
-
content: "";
|
|
7011
|
-
width: $checkbox-marker-checked-width;
|
|
7012
|
-
height: $checkbox-marker-checked-height;
|
|
7013
|
-
background-color: currentColor;
|
|
7014
|
-
transform: scale(0) translate(-50%, -50%);
|
|
7129
|
+
transform: translate(-50%, -50%) scale(0);
|
|
7015
7130
|
overflow: hidden;
|
|
7016
7131
|
position: absolute;
|
|
7017
7132
|
top: 50%;
|
|
@@ -7023,19 +7138,13 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7023
7138
|
// Checked state
|
|
7024
7139
|
.k-checkbox:checked,
|
|
7025
7140
|
.k-checkbox.k-checked {
|
|
7026
|
-
@if $checkbox-
|
|
7141
|
+
@if $checkbox-indicator-type == "image" {
|
|
7027
7142
|
background-image: $checkbox-checked-image;
|
|
7028
7143
|
}
|
|
7029
7144
|
|
|
7030
|
-
@if $checkbox-
|
|
7031
|
-
&::before {
|
|
7032
|
-
transform: scale(1) translate(-50%, -50%);
|
|
7033
|
-
}
|
|
7034
|
-
}
|
|
7035
|
-
|
|
7036
|
-
@if $checkbox-icon-type == "marker" {
|
|
7145
|
+
@if $checkbox-indicator-type == "glyph" {
|
|
7037
7146
|
&::before {
|
|
7038
|
-
transform:
|
|
7147
|
+
transform: translate(-50%, -50%) scale(1);
|
|
7039
7148
|
}
|
|
7040
7149
|
}
|
|
7041
7150
|
}
|
|
@@ -7045,22 +7154,14 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7045
7154
|
.k-checkbox:indeterminate,
|
|
7046
7155
|
.k-checkbox.k-indeterminate,
|
|
7047
7156
|
.k-checkbox.k-state-indeterminate {
|
|
7048
|
-
@if $checkbox-
|
|
7157
|
+
@if $checkbox-indicator-type == "image" {
|
|
7049
7158
|
background-image: $checkbox-indeterminate-image;
|
|
7050
7159
|
}
|
|
7051
7160
|
|
|
7052
|
-
@if $checkbox-
|
|
7161
|
+
@if $checkbox-indicator-type == "glyph" {
|
|
7053
7162
|
&::before {
|
|
7054
7163
|
content: $checkbox-indeterminate-glyph;
|
|
7055
|
-
transform:
|
|
7056
|
-
}
|
|
7057
|
-
}
|
|
7058
|
-
|
|
7059
|
-
@if $checkbox-icon-type == "marker" {
|
|
7060
|
-
&::before {
|
|
7061
|
-
width: $checkbox-maker-indeterminate-width;
|
|
7062
|
-
height: $checkbox-marker-indeterminate-height;
|
|
7063
|
-
transform: scale(1) translate(-50%, -50%);
|
|
7164
|
+
transform: translate(-50%, -50%) scale(1);
|
|
7064
7165
|
}
|
|
7065
7166
|
}
|
|
7066
7167
|
}
|
|
@@ -7068,69 +7169,55 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7068
7169
|
|
|
7069
7170
|
// Disabled state
|
|
7070
7171
|
.k-checkbox:disabled,
|
|
7071
|
-
.k-checkbox.k-disabled
|
|
7072
|
-
.k-checkbox:disabled + .k-checkbox-label,
|
|
7073
|
-
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
7172
|
+
.k-checkbox.k-disabled {
|
|
7074
7173
|
@include disabled( $disabled-styling );
|
|
7075
7174
|
}
|
|
7076
7175
|
|
|
7176
|
+
|
|
7177
|
+
// Checkbox wrap
|
|
7178
|
+
.k-checkbox-wrap {
|
|
7179
|
+
flex: none;
|
|
7180
|
+
display: inline-flex;
|
|
7181
|
+
flex-flow: row nowrap;
|
|
7182
|
+
gap: 0;
|
|
7183
|
+
align-items: center;
|
|
7184
|
+
align-self: flex-start;
|
|
7185
|
+
vertical-align: middle;
|
|
7186
|
+
position: relative;
|
|
7187
|
+
|
|
7188
|
+
&::before {
|
|
7189
|
+
content: "\200b";
|
|
7190
|
+
width: 0px;
|
|
7191
|
+
overflow: hidden;
|
|
7192
|
+
flex: none;
|
|
7193
|
+
display: inline-block;
|
|
7194
|
+
vertical-align: top;
|
|
7195
|
+
}
|
|
7196
|
+
}
|
|
7197
|
+
|
|
7198
|
+
|
|
7077
7199
|
// Checkbox label
|
|
7078
7200
|
.k-checkbox-label {
|
|
7079
7201
|
margin: 0;
|
|
7080
7202
|
padding: 0;
|
|
7081
|
-
line-height: $checkbox-line-height;
|
|
7082
7203
|
display: inline-flex;
|
|
7083
7204
|
align-items: flex-start;
|
|
7205
|
+
gap: $checkbox-label-margin-x;
|
|
7084
7206
|
vertical-align: middle;
|
|
7085
7207
|
position: relative;
|
|
7086
7208
|
cursor: pointer;
|
|
7087
7209
|
|
|
7088
|
-
.k-label {
|
|
7089
|
-
cursor: pointer;
|
|
7090
|
-
}
|
|
7091
|
-
|
|
7092
7210
|
.k-ripple {
|
|
7093
|
-
top: $checkbox-size / 2;
|
|
7094
|
-
left: $checkbox-size / 2;
|
|
7095
|
-
right: auto;
|
|
7096
|
-
bottom: auto;
|
|
7097
|
-
width: $checkbox-size * 5 / 2;
|
|
7098
|
-
height: $checkbox-size * 5 / 2;
|
|
7099
|
-
transform: translate(-50%, -50%);
|
|
7100
|
-
border-radius: 50%;
|
|
7101
|
-
|
|
7102
7211
|
// Hide ripple temporarily
|
|
7103
7212
|
visibility: hidden !important; // sass-lint:disable-line no-important
|
|
7104
7213
|
}
|
|
7105
|
-
|
|
7106
|
-
.k-ripple-blob {
|
|
7107
|
-
// sass-lint:disable-block no-important
|
|
7108
|
-
// use !important until ripple can apply these styles from the script
|
|
7109
|
-
top: 50% !important;
|
|
7110
|
-
left: 50% !important;
|
|
7111
|
-
width: 200% !important;
|
|
7112
|
-
height: 200% !important;
|
|
7113
|
-
}
|
|
7114
|
-
}
|
|
7115
|
-
.k-checkbox + .k-checkbox-label {
|
|
7116
|
-
display: inline;
|
|
7117
7214
|
}
|
|
7215
|
+
.k-checkbox + .k-label,
|
|
7216
|
+
.k-checkbox-wrap + .k-label,
|
|
7118
7217
|
.k-checkbox + .k-checkbox-label,
|
|
7119
|
-
.k-checkbox-
|
|
7120
|
-
margin-left: $checkbox-label-margin-x;
|
|
7121
|
-
}
|
|
7122
|
-
.k-checkbox-label > .k-checkbox {
|
|
7123
|
-
margin-right: $checkbox-label-margin-x;
|
|
7124
|
-
flex-shrink: 0;
|
|
7125
|
-
}
|
|
7126
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
7127
|
-
margin-right: 0;
|
|
7128
|
-
}
|
|
7129
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
7130
|
-
margin-right: $checkbox-label-margin-x;
|
|
7131
|
-
}
|
|
7132
|
-
kendo-label.k-checkbox-label > .k-label {
|
|
7218
|
+
.k-checkbox-wrap + .k-checkbox-label {
|
|
7133
7219
|
display: inline;
|
|
7220
|
+
margin-inline-start: $checkbox-label-margin-x;
|
|
7134
7221
|
}
|
|
7135
7222
|
|
|
7136
7223
|
|
|
@@ -7138,9 +7225,6 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7138
7225
|
.k-checkbox-label:empty {
|
|
7139
7226
|
display: none !important; // sass-lint:disable-line no-important
|
|
7140
7227
|
}
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
// Label with no text
|
|
7144
7228
|
.k-checkbox-label.k-no-text {
|
|
7145
7229
|
min-width: 1px;
|
|
7146
7230
|
}
|
|
@@ -7148,73 +7232,62 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7148
7232
|
|
|
7149
7233
|
// Checkbox list
|
|
7150
7234
|
.k-checkbox-list {
|
|
7151
|
-
margin:
|
|
7152
|
-
padding:
|
|
7235
|
+
margin: 0;
|
|
7236
|
+
padding: 0;
|
|
7237
|
+
display: flex;
|
|
7238
|
+
flex-flow: column nowrap;
|
|
7239
|
+
gap: 0;
|
|
7153
7240
|
list-style: none;
|
|
7154
|
-
|
|
7155
|
-
.k-checkbox-item {
|
|
7156
|
-
padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
|
|
7157
|
-
}
|
|
7158
7241
|
}
|
|
7242
|
+
.k-checkbox-item,
|
|
7243
|
+
.k-checkbox-list-item {
|
|
7244
|
+
padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
|
|
7245
|
+
display: flex;
|
|
7246
|
+
flex-flow: row nowrap;
|
|
7247
|
+
align-items: center;
|
|
7248
|
+
align-content: center;
|
|
7249
|
+
gap: map-get( $spacing, 1 );
|
|
7159
7250
|
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
display: inline-block;
|
|
7163
|
-
margin: 0 $checkbox-list-horizontal-item-margin-x 0 0;
|
|
7164
|
-
|
|
7165
|
-
&:last-child {
|
|
7166
|
-
margin-right: 0;
|
|
7167
|
-
}
|
|
7251
|
+
.k-checkbox-label {
|
|
7252
|
+
margin: 0;
|
|
7168
7253
|
}
|
|
7169
7254
|
}
|
|
7255
|
+
.k-checkbox-list-horizontal,
|
|
7256
|
+
.k-checkbox-list.k-list-horizontal {
|
|
7257
|
+
display: flex;
|
|
7258
|
+
flex-flow: row wrap;
|
|
7259
|
+
gap: $checkbox-list-spacing;
|
|
7260
|
+
}
|
|
7170
7261
|
|
|
7171
7262
|
|
|
7172
|
-
//
|
|
7173
|
-
.k-
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
.k-checkbox-label + .k-checkbox {
|
|
7177
|
-
margin-left: 0;
|
|
7178
|
-
margin-right: $checkbox-label-margin-x;
|
|
7179
|
-
}
|
|
7180
|
-
.k-checkbox-label > .k-checkbox {
|
|
7181
|
-
margin-right: 0;
|
|
7182
|
-
margin-left: $checkbox-label-margin-x;
|
|
7183
|
-
}
|
|
7184
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
7185
|
-
margin-left: 0;
|
|
7186
|
-
}
|
|
7187
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
7188
|
-
margin-right: 0;
|
|
7189
|
-
margin-left: $checkbox-label-margin-x;
|
|
7190
|
-
}
|
|
7191
|
-
|
|
7192
|
-
.k-list-horizontal {
|
|
7193
|
-
.k-checkbox-item {
|
|
7194
|
-
margin-right: 0;
|
|
7195
|
-
margin-left: $checkbox-list-horizontal-item-margin-x;
|
|
7196
|
-
|
|
7197
|
-
&:last-child {
|
|
7198
|
-
margin-left: 0;
|
|
7199
|
-
}
|
|
7200
|
-
}
|
|
7201
|
-
}
|
|
7263
|
+
// Ripple
|
|
7264
|
+
.k-checkbox-wrap .k-ripple-blob {
|
|
7265
|
+
width: $checkbox-ripple-size;
|
|
7266
|
+
height: $checkbox-ripple-size;
|
|
7202
7267
|
}
|
|
7203
|
-
|
|
7204
7268
|
.k-ripple-container {
|
|
7205
7269
|
.k-checkbox::after {
|
|
7206
7270
|
content: "";
|
|
7207
7271
|
display: block;
|
|
7208
7272
|
position: absolute;
|
|
7209
|
-
left:
|
|
7210
|
-
top:
|
|
7273
|
+
left: 50%;
|
|
7274
|
+
top: 50%;
|
|
7211
7275
|
width: $checkbox-ripple-size;
|
|
7212
7276
|
height: $checkbox-ripple-size;
|
|
7213
|
-
margin-left: $checkbox-ripple-margin;
|
|
7214
|
-
margin-top: $checkbox-ripple-margin;
|
|
7215
7277
|
border-radius: 100%;
|
|
7216
|
-
z-index: 1;
|
|
7217
|
-
|
|
7278
|
+
z-index: -1;
|
|
7279
|
+
transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
|
|
7280
|
+
transform: translate(-50%, -50%) scale(0);
|
|
7281
|
+
transform-origin: center center;
|
|
7282
|
+
}
|
|
7283
|
+
|
|
7284
|
+
.k-checkbox:focus,
|
|
7285
|
+
.k-checkbox.k-state-focus {
|
|
7286
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
7287
|
+
|
|
7288
|
+
&::after {
|
|
7289
|
+
transform: translate(-50%, -50%) scale(1);
|
|
7290
|
+
}
|
|
7218
7291
|
}
|
|
7219
7292
|
|
|
7220
7293
|
.k-checkbox:disabled::after,
|
|
@@ -7225,26 +7298,12 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7225
7298
|
|
|
7226
7299
|
}
|
|
7227
7300
|
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
@include exports( "checkbox/layout/edge" ) {
|
|
7232
|
-
|
|
7233
|
-
.k-checkbox::-ms-check {
|
|
7234
|
-
border-width: 1px;
|
|
7235
|
-
border-color: inherit;
|
|
7236
|
-
color: inherit;
|
|
7237
|
-
background-color: inherit;
|
|
7238
|
-
}
|
|
7239
|
-
|
|
7240
|
-
}
|
|
7241
|
-
|
|
7242
7301
|
// #endregion
|
|
7243
7302
|
|
|
7244
7303
|
// #endregion
|
|
7245
7304
|
// #region @import "_theme.scss"; -> packages/material/scss/checkbox/_theme.scss
|
|
7246
7305
|
// #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
|
|
7247
|
-
@include exports("checkbox/theme") {
|
|
7306
|
+
@include exports( "checkbox/theme" ) {
|
|
7248
7307
|
|
|
7249
7308
|
// Checkbox
|
|
7250
7309
|
.k-checkbox {
|
|
@@ -7341,9 +7400,13 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7341
7400
|
|
|
7342
7401
|
|
|
7343
7402
|
// Ripple
|
|
7403
|
+
.k-checkbox-wrap .k-ripple-blob {
|
|
7404
|
+
color: $checkbox-ripple-bg;
|
|
7405
|
+
opacity: $checkbox-ripple-opacity;
|
|
7406
|
+
}
|
|
7344
7407
|
.k-ripple-container {
|
|
7345
7408
|
.k-checkbox::after {
|
|
7346
|
-
background: $checkbox-
|
|
7409
|
+
background: $checkbox-ripple-bg;
|
|
7347
7410
|
opacity: $checkbox-ripple-opacity;
|
|
7348
7411
|
}
|
|
7349
7412
|
}
|
|
@@ -7352,7 +7415,7 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7352
7415
|
|
|
7353
7416
|
// #endregion
|
|
7354
7417
|
|
|
7355
|
-
@include exports("checkbox/theme/material") {
|
|
7418
|
+
@include exports( "checkbox/theme/material" ) {
|
|
7356
7419
|
|
|
7357
7420
|
// Checkbox
|
|
7358
7421
|
.k-checkbox-label {
|
|
@@ -7363,15 +7426,8 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7363
7426
|
opacity: 1;
|
|
7364
7427
|
filter: none;
|
|
7365
7428
|
}
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
// Ripple
|
|
7369
|
-
.k-ripple-blob {
|
|
7370
|
-
opacity: .2;
|
|
7371
|
-
background-color: $checkbox-checked-bg;
|
|
7372
|
-
}
|
|
7373
|
-
|
|
7374
7429
|
}
|
|
7430
|
+
|
|
7375
7431
|
}
|
|
7376
7432
|
|
|
7377
7433
|
// #endregion
|
|
@@ -7407,10 +7463,9 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7407
7463
|
|
|
7408
7464
|
.k-list__group-header { // sass-lint:disable-line class-name-format
|
|
7409
7465
|
padding: $list-item-padding-y $list-item-padding-x;
|
|
7410
|
-
min-height: $list-line-height-em;
|
|
7411
7466
|
border-bottom-width: 1px;
|
|
7412
7467
|
border-bottom-style: solid;
|
|
7413
|
-
font-size: $font-size;
|
|
7468
|
+
font-size: $list-font-size;
|
|
7414
7469
|
white-space: normal;
|
|
7415
7470
|
position: relative;
|
|
7416
7471
|
transition: $transition;
|
|
@@ -7449,7 +7504,6 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7449
7504
|
|
|
7450
7505
|
.k-list__item { // sass-lint:disable-line class-name-format
|
|
7451
7506
|
padding: $list-item-padding-y $list-item-padding-x;
|
|
7452
|
-
min-height: $list-line-height-em;
|
|
7453
7507
|
line-height: $list-line-height;
|
|
7454
7508
|
white-space: normal;
|
|
7455
7509
|
display: flex;
|
|
@@ -7463,12 +7517,6 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7463
7517
|
transition-timing-function: ease;
|
|
7464
7518
|
outline: none;
|
|
7465
7519
|
|
|
7466
|
-
.k-checkbox {
|
|
7467
|
-
margin-top: calc( ( #{$list-line-height-em} - #{$checkbox-size} ) / 2 );
|
|
7468
|
-
font-size: inherit;
|
|
7469
|
-
align-self: flex-start;
|
|
7470
|
-
}
|
|
7471
|
-
|
|
7472
7520
|
&.k-first::before {
|
|
7473
7521
|
content: "";
|
|
7474
7522
|
display: block;
|
|
@@ -7551,34 +7599,9 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7551
7599
|
}
|
|
7552
7600
|
|
|
7553
7601
|
|
|
7602
|
+
// No data
|
|
7554
7603
|
.k-list-container {
|
|
7555
|
-
|
|
7556
|
-
.k-button {
|
|
7557
|
-
@include border-radius( 0 );
|
|
7558
|
-
padding: $list-item-padding-y $list-item-padding-x;
|
|
7559
|
-
border-width: 0;
|
|
7560
|
-
color: inherit;
|
|
7561
|
-
background-color: transparent;
|
|
7562
|
-
background-image: none;
|
|
7563
|
-
line-height: inherit;
|
|
7564
|
-
display: flex;
|
|
7565
|
-
justify-content: flex-start;
|
|
7566
|
-
|
|
7567
|
-
.k-ie11 & {
|
|
7568
|
-
display: flex;
|
|
7569
|
-
|
|
7570
|
-
.k-icon {
|
|
7571
|
-
margin: 0 $icon-spacing 0 0;
|
|
7572
|
-
}
|
|
7573
|
-
}
|
|
7574
|
-
}
|
|
7575
|
-
|
|
7576
|
-
// Button disabled state
|
|
7577
|
-
.k-button.k-state-disabled {
|
|
7578
|
-
pointer-events: none;
|
|
7579
|
-
}
|
|
7580
|
-
|
|
7581
|
-
.k-nodata {
|
|
7604
|
+
.k-no-data {
|
|
7582
7605
|
min-height: 138px;
|
|
7583
7606
|
width: 100%;
|
|
7584
7607
|
display: flex;
|
|
@@ -7588,14 +7611,15 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7588
7611
|
font-weight: lighter;
|
|
7589
7612
|
text-align: center;
|
|
7590
7613
|
white-space: normal;
|
|
7591
|
-
|
|
7592
|
-
.k-button {
|
|
7593
|
-
display: inline-flex;
|
|
7594
|
-
border-width: 1px;
|
|
7595
|
-
}
|
|
7596
7614
|
}
|
|
7597
7615
|
}
|
|
7598
7616
|
|
|
7617
|
+
|
|
7618
|
+
// Alias
|
|
7619
|
+
.k-nodata {
|
|
7620
|
+
@extend .k-no-data !optional;
|
|
7621
|
+
}
|
|
7622
|
+
|
|
7599
7623
|
}
|
|
7600
7624
|
|
|
7601
7625
|
// #endregion
|
|
@@ -7631,7 +7655,7 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7631
7655
|
.k-list__group-header { // sass-lint:disable-line class-name-format
|
|
7632
7656
|
color: $component-text;
|
|
7633
7657
|
border-color: $component-border;
|
|
7634
|
-
box-shadow: $list-
|
|
7658
|
+
box-shadow: $list-header-shadow;
|
|
7635
7659
|
}
|
|
7636
7660
|
|
|
7637
7661
|
.k-list__item__group { // sass-lint:disable-line class-name-format
|
|
@@ -7721,8 +7745,9 @@ $checkbox-ripple-opacity: .38 !default;
|
|
|
7721
7745
|
}
|
|
7722
7746
|
|
|
7723
7747
|
|
|
7724
|
-
|
|
7725
|
-
|
|
7748
|
+
// No data
|
|
7749
|
+
.k-no-data {
|
|
7750
|
+
color: $list-no-data-text;
|
|
7726
7751
|
}
|
|
7727
7752
|
|
|
7728
7753
|
}
|
|
@@ -8492,7 +8517,7 @@ $clear-button-focused-opacity: .155 !default; // equal to 10% of black
|
|
|
8492
8517
|
// Component
|
|
8493
8518
|
// #region @import "_variables.scss"; -> packages/material/scss/input/_variables.scss
|
|
8494
8519
|
// Input
|
|
8495
|
-
$input-default-width:
|
|
8520
|
+
$input-default-width: 10em !default;
|
|
8496
8521
|
|
|
8497
8522
|
$input-border-width: 1px !default;
|
|
8498
8523
|
$input-border-height: 1px !default;
|
|
@@ -8503,19 +8528,19 @@ $input-border-radius-lg: 0px !default;
|
|
|
8503
8528
|
$input-padding-x: map-get( $spacing, 4 ) !default;
|
|
8504
8529
|
$input-padding-y: map-get( $spacing, 2 ) !default;
|
|
8505
8530
|
$input-font-family: $font-family !default;
|
|
8506
|
-
$input-font-size: $font-size-
|
|
8507
|
-
$input-line-height:
|
|
8531
|
+
$input-font-size: $font-size-lg !default;
|
|
8532
|
+
$input-line-height: 1.25 !default;
|
|
8508
8533
|
$input-line-height-em: $input-line-height * 1em !default;
|
|
8509
8534
|
|
|
8510
8535
|
$input-padding-x-sm: ($input-padding-x / 2) !default;
|
|
8511
8536
|
$input-padding-y-sm: ($input-padding-y / 2) !default;
|
|
8512
8537
|
$input-font-size-sm: $input-font-size !default;
|
|
8513
|
-
$input-line-height-sm:
|
|
8538
|
+
$input-line-height-sm: $input-line-height !default;
|
|
8514
8539
|
|
|
8515
8540
|
$input-padding-x-lg: ($input-padding-x * 1.5) !default;
|
|
8516
8541
|
$input-padding-y-lg: ($input-padding-y * 1.5) !default;
|
|
8517
8542
|
$input-font-size-lg: $input-font-size !default;
|
|
8518
|
-
$input-line-height-lg:
|
|
8543
|
+
$input-line-height-lg: $input-line-height !default;
|
|
8519
8544
|
|
|
8520
8545
|
$input-calc-height: calc( #{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-border-width * 2} ) !default;
|
|
8521
8546
|
$input-calc-height-sm: calc( #{$input-line-height-sm * 1em} + #{$input-padding-y-sm * 2} + #{$input-border-width * 2} ) !default;
|
|
@@ -8656,9 +8681,9 @@ $input-separator-opacity: .5 !default;
|
|
|
8656
8681
|
.k-input-prefix,
|
|
8657
8682
|
.k-input-suffix {
|
|
8658
8683
|
display: flex;
|
|
8684
|
+
flex-flow: row nowrap;
|
|
8659
8685
|
align-items: center;
|
|
8660
8686
|
flex-shrink: 0;
|
|
8661
|
-
height: $button-inner-calc-size;
|
|
8662
8687
|
|
|
8663
8688
|
> * {
|
|
8664
8689
|
flex-shrink: 0;
|
|
@@ -9329,7 +9354,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
9329
9354
|
|
|
9330
9355
|
$menu-item-focus-shadow: null !default;
|
|
9331
9356
|
|
|
9332
|
-
$menu-separator-spacing:
|
|
9357
|
+
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
9333
9358
|
|
|
9334
9359
|
$menu-scroll-button-bg: $component-bg !default;
|
|
9335
9360
|
$menu-scroll-button-text: $subtle-text !default;
|
|
@@ -9346,8 +9371,8 @@ $menu-scroll-button-hover-gradient: null !default;
|
|
|
9346
9371
|
$menu-popup-padding-x: null !default;
|
|
9347
9372
|
$menu-popup-padding-y: null !default;
|
|
9348
9373
|
$menu-popup-border-width: $popup-border-width !default;
|
|
9349
|
-
$menu-popup-font-size: $font-size !default;
|
|
9350
|
-
$menu-popup-line-height: $line-height !default;
|
|
9374
|
+
$menu-popup-font-size: $list-font-size !default;
|
|
9375
|
+
$menu-popup-line-height: $list-line-height !default;
|
|
9351
9376
|
|
|
9352
9377
|
$menu-popup-bg: $popup-bg !default;
|
|
9353
9378
|
$menu-popup-text: $popup-text !default;
|
|
@@ -9495,8 +9520,6 @@ $grid-edit-cell-padding-y: 6px !default;
|
|
|
9495
9520
|
|
|
9496
9521
|
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
9497
9522
|
|
|
9498
|
-
$grid-search-width: $input-default-width !default;
|
|
9499
|
-
|
|
9500
9523
|
$grid-sticky-bg: $grid-bg !default;
|
|
9501
9524
|
$grid-sticky-text: $grid-text !default;
|
|
9502
9525
|
$grid-sticky-border: rgba( contrast-wcag( $grid-bg ), .5 ) !default;
|
|
@@ -9516,7 +9539,7 @@ $grid-sticky-selected-alt-bg: $grid-sticky-selected-bg !default;
|
|
|
9516
9539
|
$grid-sticky-hovered-bg: try-shade($grid-bg, 7%) !default;
|
|
9517
9540
|
$grid-sticky-selected-hovered-bg: try-shade($grid-sticky-selected-bg, .87) !default;
|
|
9518
9541
|
|
|
9519
|
-
$grid-
|
|
9542
|
+
$grid-column-menu-width: 250px !default;
|
|
9520
9543
|
|
|
9521
9544
|
$grid-filter-menu-check-all-border-bottom-width: 0 !default;
|
|
9522
9545
|
|
|
@@ -9617,13 +9640,13 @@ $table-footer-border: $grid-footer-border !default;
|
|
|
9617
9640
|
|
|
9618
9641
|
/// Background color of group rows in table.
|
|
9619
9642
|
/// @group table
|
|
9620
|
-
$table-group-row-bg: $
|
|
9643
|
+
$table-group-row-bg: $table-header-bg !default;
|
|
9621
9644
|
/// Text color of group rows in table.
|
|
9622
9645
|
/// @group table
|
|
9623
|
-
$table-group-row-text: $
|
|
9646
|
+
$table-group-row-text: $table-header-text !default;
|
|
9624
9647
|
/// Border color of group rows in table.
|
|
9625
9648
|
/// @group table
|
|
9626
|
-
$table-group-row-border:
|
|
9649
|
+
$table-group-row-border: $table-header-border !default;
|
|
9627
9650
|
|
|
9628
9651
|
|
|
9629
9652
|
/// Background color of alternating rows in table.
|
|
@@ -9675,7 +9698,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9675
9698
|
// #endregion
|
|
9676
9699
|
// #region @import "_layout.scss"; -> packages/material/scss/table/_layout.scss
|
|
9677
9700
|
// #region @import "~@progress/kendo-theme-default/scss/table/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/table/_layout.scss
|
|
9678
|
-
@include exports("table/layout") {
|
|
9701
|
+
@include exports( "table/layout" ) {
|
|
9679
9702
|
|
|
9680
9703
|
// Table
|
|
9681
9704
|
.k-table {
|
|
@@ -9707,12 +9730,11 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9707
9730
|
// Table native parts
|
|
9708
9731
|
.k-table-thead,
|
|
9709
9732
|
.k-table-tbody,
|
|
9710
|
-
.k-table-tfoot
|
|
9711
|
-
text-align: inherit;
|
|
9712
|
-
}
|
|
9733
|
+
.k-table-tfoot,
|
|
9713
9734
|
.k-table-row,
|
|
9714
9735
|
.k-table-alt-row {
|
|
9715
9736
|
border-color: inherit;
|
|
9737
|
+
text-align: inherit;
|
|
9716
9738
|
}
|
|
9717
9739
|
.k-table-th,
|
|
9718
9740
|
.k-table-td {
|
|
@@ -9733,6 +9755,9 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9733
9755
|
border-left-width: 0;
|
|
9734
9756
|
}
|
|
9735
9757
|
}
|
|
9758
|
+
.k-table-th {
|
|
9759
|
+
border-bottom-width: 1px;
|
|
9760
|
+
}
|
|
9736
9761
|
|
|
9737
9762
|
|
|
9738
9763
|
// Table header
|
|
@@ -9751,8 +9776,27 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9751
9776
|
width: 100%;
|
|
9752
9777
|
border-width: 0 $table-cell-vertical-border-width 0 0;
|
|
9753
9778
|
border-style: solid;
|
|
9779
|
+
border-color: inherit;
|
|
9754
9780
|
overflow: hidden;
|
|
9755
9781
|
}
|
|
9782
|
+
.k-table-header,
|
|
9783
|
+
.k-table-header-wrap {
|
|
9784
|
+
> .k-table {
|
|
9785
|
+
margin-bottom: -1px;
|
|
9786
|
+
}
|
|
9787
|
+
}
|
|
9788
|
+
.k-table-group-sticky-header {
|
|
9789
|
+
font-size: $table-font-size;
|
|
9790
|
+
line-height: $line-height;
|
|
9791
|
+
flex: none;
|
|
9792
|
+
|
|
9793
|
+
.k-table-th {
|
|
9794
|
+
display: flex;
|
|
9795
|
+
flex-flow: row nowrap;
|
|
9796
|
+
align-items: center;
|
|
9797
|
+
align-content: center;
|
|
9798
|
+
}
|
|
9799
|
+
}
|
|
9756
9800
|
|
|
9757
9801
|
|
|
9758
9802
|
// Table list
|
|
@@ -9789,7 +9833,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9789
9833
|
.k-table-group-row {
|
|
9790
9834
|
|
|
9791
9835
|
&::before {
|
|
9792
|
-
content: "
|
|
9836
|
+
content: "\200b";
|
|
9793
9837
|
padding: $table-cell-padding-y 0;
|
|
9794
9838
|
width: 0;
|
|
9795
9839
|
display: block;
|
|
@@ -9831,7 +9875,8 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9831
9875
|
|
|
9832
9876
|
|
|
9833
9877
|
// Virtualization
|
|
9834
|
-
.k-virtual-table .k-table-row
|
|
9878
|
+
.k-virtual-table .k-table-row,
|
|
9879
|
+
.k-virtual-table .k-table-group-row {
|
|
9835
9880
|
position: absolute;
|
|
9836
9881
|
width: 100%;
|
|
9837
9882
|
}
|
|
@@ -9864,6 +9909,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9864
9909
|
width: 100%;
|
|
9865
9910
|
border-width: 0 $table-cell-vertical-border-width 0 0;
|
|
9866
9911
|
border-style: solid;
|
|
9912
|
+
border-color: inherit;
|
|
9867
9913
|
overflow: hidden;
|
|
9868
9914
|
}
|
|
9869
9915
|
|
|
@@ -9909,7 +9955,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9909
9955
|
// #endregion
|
|
9910
9956
|
// #region @import "_theme.scss"; -> packages/material/scss/table/_theme.scss
|
|
9911
9957
|
// #region @import "~@progress/kendo-theme-default/scss/table/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/table/_theme.scss
|
|
9912
|
-
@include exports("table/theme") {
|
|
9958
|
+
@include exports( "table/theme" ) {
|
|
9913
9959
|
|
|
9914
9960
|
// Table
|
|
9915
9961
|
.k-table,
|
|
@@ -9922,7 +9968,8 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9922
9968
|
|
|
9923
9969
|
// Table header
|
|
9924
9970
|
.k-table-thead,
|
|
9925
|
-
.k-table-header
|
|
9971
|
+
.k-table-header,
|
|
9972
|
+
.k-table-group-sticky-header {
|
|
9926
9973
|
border-color: $table-header-border;
|
|
9927
9974
|
color: $table-header-text;
|
|
9928
9975
|
background-color: $table-header-bg;
|
|
@@ -10081,14 +10128,24 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10081
10128
|
// Component
|
|
10082
10129
|
// #region @import "_variables.scss"; -> packages/material/scss/avatar/_variables.scss
|
|
10083
10130
|
// Avatar
|
|
10131
|
+
|
|
10132
|
+
/// Border width of the avatar.
|
|
10133
|
+
/// @group avatar
|
|
10084
10134
|
$avatar-border-width: 1px !default;
|
|
10085
10135
|
$avatar-border-radius: map-get( $spacing, 1 ) !default;
|
|
10086
10136
|
|
|
10137
|
+
/// Font family of the avatar.
|
|
10138
|
+
/// @group avatar
|
|
10087
10139
|
$avatar-font-family: $font-family !default;
|
|
10140
|
+
/// Font size of the avatar.
|
|
10141
|
+
/// @group avatar
|
|
10088
10142
|
$avatar-font-size: $font-size !default;
|
|
10143
|
+
/// Line height of the avatar.
|
|
10144
|
+
/// @group avatar
|
|
10089
10145
|
$avatar-line-height: $line-height !default;
|
|
10090
10146
|
|
|
10091
|
-
|
|
10147
|
+
/// The sizes of the avatar.
|
|
10148
|
+
/// @group avatar
|
|
10092
10149
|
$avatar-sizes: (
|
|
10093
10150
|
sm: map-get( $spacing, 4 ),
|
|
10094
10151
|
md: map-get( $spacing, 8 ),
|
|
@@ -12010,7 +12067,7 @@ $skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
12010
12067
|
transform: $skeleton-text-transform;
|
|
12011
12068
|
|
|
12012
12069
|
&:empty::before {
|
|
12013
|
-
content: "\
|
|
12070
|
+
content: "\200b";
|
|
12014
12071
|
}
|
|
12015
12072
|
}
|
|
12016
12073
|
|
|
@@ -12299,8 +12356,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
12299
12356
|
.k-icon-button,
|
|
12300
12357
|
.k-button.k-button-icon {
|
|
12301
12358
|
padding: $button-padding-y;
|
|
12302
|
-
width: $button-calc-size;
|
|
12303
|
-
height: $button-calc-size;
|
|
12304
12359
|
gap: 0;
|
|
12305
12360
|
|
|
12306
12361
|
> .k-text,
|
|
@@ -12310,6 +12365,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
12310
12365
|
|
|
12311
12366
|
.k-button-icon {
|
|
12312
12367
|
margin: 0;
|
|
12368
|
+
min-width: calc( #{$button-font-size} * #{$button-line-height} );
|
|
12369
|
+
min-height: calc( #{$button-font-size} * #{$button-line-height} );
|
|
12313
12370
|
}
|
|
12314
12371
|
}
|
|
12315
12372
|
// TODO: REMOVE
|
|
@@ -13299,8 +13356,9 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13299
13356
|
@include border-radius( 0 );
|
|
13300
13357
|
margin: 0;
|
|
13301
13358
|
padding: $toolbar-padding-y;
|
|
13302
|
-
width:
|
|
13359
|
+
width: auto;
|
|
13303
13360
|
height: 100%;
|
|
13361
|
+
aspect-ratio: 1;
|
|
13304
13362
|
border-width: 0;
|
|
13305
13363
|
border-color: inherit;
|
|
13306
13364
|
box-sizing: border-box;
|
|
@@ -13374,6 +13432,14 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13374
13432
|
// Overflow container
|
|
13375
13433
|
.k-overflow-container {
|
|
13376
13434
|
|
|
13435
|
+
> .k-item {
|
|
13436
|
+
border-color: inherit;
|
|
13437
|
+
}
|
|
13438
|
+
|
|
13439
|
+
.k-separator {
|
|
13440
|
+
margin: map-get( $spacing, 1 ) 0;
|
|
13441
|
+
}
|
|
13442
|
+
|
|
13377
13443
|
// Group
|
|
13378
13444
|
.k-overflow-tool-group {
|
|
13379
13445
|
display: block;
|
|
@@ -13381,13 +13447,23 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13381
13447
|
|
|
13382
13448
|
// Button
|
|
13383
13449
|
.k-overflow-button {
|
|
13450
|
+
@include border-radius( 0 );
|
|
13451
|
+
padding: $list-item-padding-y $list-item-padding-x;
|
|
13384
13452
|
width: 100%;
|
|
13453
|
+
border-width: 0;
|
|
13454
|
+
color: inherit;
|
|
13455
|
+
background-color: transparent;
|
|
13456
|
+
background-image: none;
|
|
13457
|
+
line-height: inherit;
|
|
13458
|
+
display: flex;
|
|
13459
|
+
justify-content: flex-start;
|
|
13385
13460
|
}
|
|
13386
13461
|
|
|
13387
13462
|
// Button group
|
|
13388
13463
|
.k-button-group {
|
|
13464
|
+
@include box-shadow( none );
|
|
13389
13465
|
display: flex;
|
|
13390
|
-
flex-
|
|
13466
|
+
flex-flow: column nowrap;
|
|
13391
13467
|
|
|
13392
13468
|
.k-button {
|
|
13393
13469
|
margin: if( $button-border-width == 0, null, 0);
|
|
@@ -13492,12 +13568,18 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13492
13568
|
}
|
|
13493
13569
|
}
|
|
13494
13570
|
|
|
13571
|
+
|
|
13572
|
+
// Overflow container
|
|
13495
13573
|
.k-overflow-container {
|
|
13496
13574
|
|
|
13497
|
-
.k-button
|
|
13575
|
+
.k-button {
|
|
13498
13576
|
@include box-shadow( none );
|
|
13577
|
+
font-weight: normal;
|
|
13578
|
+
text-transform: unset;
|
|
13499
13579
|
}
|
|
13580
|
+
|
|
13500
13581
|
}
|
|
13582
|
+
|
|
13501
13583
|
}
|
|
13502
13584
|
|
|
13503
13585
|
// #endregion
|
|
@@ -13516,13 +13598,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13516
13598
|
@include box-shadow( $toolbar-shadow );
|
|
13517
13599
|
|
|
13518
13600
|
|
|
13519
|
-
// Overflow anchor
|
|
13520
|
-
.k-overflow-anchor {
|
|
13521
|
-
color: inherit;
|
|
13522
|
-
background: transparent;
|
|
13523
|
-
}
|
|
13524
|
-
|
|
13525
|
-
|
|
13526
13601
|
// Separator
|
|
13527
13602
|
.k-separator {
|
|
13528
13603
|
border-color: $toolbar-separator-border;
|
|
@@ -13534,6 +13609,41 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13534
13609
|
|
|
13535
13610
|
}
|
|
13536
13611
|
|
|
13612
|
+
|
|
13613
|
+
// Overflow container
|
|
13614
|
+
.k-overflow-container {
|
|
13615
|
+
|
|
13616
|
+
.k-button {
|
|
13617
|
+
|
|
13618
|
+
// Hover state
|
|
13619
|
+
&:hover,
|
|
13620
|
+
&.k-state-hover {
|
|
13621
|
+
color: $list-item-hovered-text;
|
|
13622
|
+
background: $list-item-hovered-bg;
|
|
13623
|
+
}
|
|
13624
|
+
|
|
13625
|
+
// Active state
|
|
13626
|
+
&:active,
|
|
13627
|
+
&.k-state-active {
|
|
13628
|
+
color: $list-item-selected-text;
|
|
13629
|
+
background: $list-item-selected-bg;
|
|
13630
|
+
}
|
|
13631
|
+
|
|
13632
|
+
// Button focus state
|
|
13633
|
+
.k-button:focus,
|
|
13634
|
+
.k-button.k-state-focused {
|
|
13635
|
+
box-shadow: $list-item-focused-shadow;
|
|
13636
|
+
}
|
|
13637
|
+
|
|
13638
|
+
// Disabled state
|
|
13639
|
+
&:disabled,
|
|
13640
|
+
&.k-state-disabled {
|
|
13641
|
+
color: inherit;
|
|
13642
|
+
}
|
|
13643
|
+
}
|
|
13644
|
+
|
|
13645
|
+
}
|
|
13646
|
+
|
|
13537
13647
|
}
|
|
13538
13648
|
|
|
13539
13649
|
|
|
@@ -13917,10 +14027,6 @@ $fieldset-legend-border: null !default;
|
|
|
13917
14027
|
display: flex;
|
|
13918
14028
|
flex-flow: row nowrap;
|
|
13919
14029
|
}
|
|
13920
|
-
.k-checkbox-label,
|
|
13921
|
-
.k-radio-label {
|
|
13922
|
-
display: inline-flex;
|
|
13923
|
-
}
|
|
13924
14030
|
|
|
13925
14031
|
.k-label + .k-radio {
|
|
13926
14032
|
margin-left: 0;
|
|
@@ -13955,13 +14061,11 @@ $fieldset-legend-border: null !default;
|
|
|
13955
14061
|
padding: 0;
|
|
13956
14062
|
}
|
|
13957
14063
|
|
|
13958
|
-
.k-form-field
|
|
13959
|
-
.k-daterangepicker .k-textbox-container {
|
|
14064
|
+
.k-form-field {
|
|
13960
14065
|
margin-top: $form-field-margin-top;
|
|
13961
14066
|
}
|
|
13962
14067
|
|
|
13963
|
-
>
|
|
13964
|
-
.k-daterangepicker .k-textbox-container {
|
|
14068
|
+
> * {
|
|
13965
14069
|
&:not(.k-hidden):first-child,
|
|
13966
14070
|
&.k-hidden + :not(.k-hidden) {
|
|
13967
14071
|
margin-top: 0;
|
|
@@ -14003,7 +14107,6 @@ $fieldset-legend-border: null !default;
|
|
|
14003
14107
|
.k-dateinput,
|
|
14004
14108
|
.k-datepicker,
|
|
14005
14109
|
.k-datetimepicker,
|
|
14006
|
-
.k-daterangepicker-wrap,
|
|
14007
14110
|
.k-timepicker,
|
|
14008
14111
|
.k-numerictextbox,
|
|
14009
14112
|
.k-maskedtextbox,
|
|
@@ -14012,6 +14115,11 @@ $fieldset-legend-border: null !default;
|
|
|
14012
14115
|
display: inline-flex;
|
|
14013
14116
|
width: 100%;
|
|
14014
14117
|
}
|
|
14118
|
+
.k-daterangepicker {
|
|
14119
|
+
width: 100%;
|
|
14120
|
+
flex-flow: column nowrap;
|
|
14121
|
+
gap: 0;
|
|
14122
|
+
}
|
|
14015
14123
|
}
|
|
14016
14124
|
|
|
14017
14125
|
// Form Buttons Container
|
|
@@ -15227,20 +15335,20 @@ $textarea-invalid-focus-shadow: null !default;
|
|
|
15227
15335
|
// Listbox
|
|
15228
15336
|
$listbox-margin: 12px !default;
|
|
15229
15337
|
$listbox-button-margin: 8px !default;
|
|
15230
|
-
$listbox-width:
|
|
15338
|
+
$listbox-width: 10em !default;
|
|
15231
15339
|
$listbox-default-height: 200px !default;
|
|
15232
15340
|
|
|
15233
15341
|
$listbox-border-width: 1px !default;
|
|
15234
15342
|
$listbox-font-family: $font-family !default;
|
|
15235
|
-
$listbox-font-size: $font-size !default;
|
|
15236
|
-
$listbox-line-height: $line-height !default;
|
|
15343
|
+
$listbox-font-size: $list-font-size !default;
|
|
15344
|
+
$listbox-line-height: $list-line-height !default;
|
|
15237
15345
|
|
|
15238
15346
|
$listbox-bg: $component-bg !default;
|
|
15239
15347
|
$listbox-text: $component-text !default;
|
|
15240
15348
|
$listbox-border: $component-border !default;
|
|
15241
15349
|
|
|
15242
|
-
$listbox-item-padding-x:
|
|
15243
|
-
$listbox-item-padding-y:
|
|
15350
|
+
$listbox-item-padding-x: $list-item-padding-x !default;
|
|
15351
|
+
$listbox-item-padding-y: $list-item-padding-y !default;
|
|
15244
15352
|
|
|
15245
15353
|
$listbox-drop-hint-border-width: 2px !default;
|
|
15246
15354
|
$listbox-drop-hint-width: 2px !default;
|
|
@@ -15873,56 +15981,107 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
15873
15981
|
// Component
|
|
15874
15982
|
// #region @import "_variables.scss"; -> packages/material/scss/radio/_variables.scss
|
|
15875
15983
|
// Radio button
|
|
15984
|
+
|
|
15876
15985
|
$radio-size: map-get( $spacing, 4 ) !default;
|
|
15986
|
+
/// Border radius of radio button.
|
|
15987
|
+
/// @group radio
|
|
15877
15988
|
$radio-radius: 50% !default;
|
|
15989
|
+
/// Border width of radio button.
|
|
15990
|
+
/// @group radio
|
|
15878
15991
|
$radio-border-width: 2px !default;
|
|
15879
|
-
$radio-line-height: calc(#{$radio-size} + #{$radio-border-width}) !default;
|
|
15880
15992
|
|
|
15881
|
-
|
|
15882
|
-
|
|
15993
|
+
/// Background color of radio button.
|
|
15994
|
+
/// @group radio
|
|
15995
|
+
$radio-bg: $checkbox-bg !default;
|
|
15996
|
+
/// Color of radio button.
|
|
15997
|
+
/// @group radio
|
|
15998
|
+
$radio-text: $checkbox-text !default;
|
|
15999
|
+
/// Border color of radio button.
|
|
16000
|
+
/// @group radio
|
|
15883
16001
|
$radio-border: $checkbox-border !default;
|
|
15884
16002
|
|
|
16003
|
+
/// Background color of hovered radio button.
|
|
16004
|
+
/// @group radio
|
|
15885
16005
|
$radio-hovered-bg: null !default;
|
|
16006
|
+
/// Color of hovered radio button.
|
|
16007
|
+
/// @group radio
|
|
15886
16008
|
$radio-hovered-text: null !default;
|
|
15887
|
-
|
|
16009
|
+
/// Border color of hovered radio button.
|
|
16010
|
+
/// @group radio
|
|
16011
|
+
$radio-hovered-border: null !default;
|
|
15888
16012
|
|
|
16013
|
+
/// Background color of checked radio button.
|
|
16014
|
+
/// @group radio
|
|
15889
16015
|
$radio-checked-bg: null !default;
|
|
16016
|
+
/// Color of checked radio button.
|
|
16017
|
+
/// @group radio
|
|
15890
16018
|
$radio-checked-text: $primary !default;
|
|
16019
|
+
/// Border color of checked radio button.
|
|
16020
|
+
/// @group radio
|
|
15891
16021
|
$radio-checked-border: $radio-checked-text !default;
|
|
15892
16022
|
|
|
15893
|
-
|
|
15894
|
-
|
|
15895
|
-
$radio-
|
|
15896
|
-
|
|
15897
|
-
|
|
16023
|
+
/// Border color of focused radio button.
|
|
16024
|
+
/// @group radio
|
|
16025
|
+
$radio-focused-border: $checkbox-hovered-border !default;
|
|
16026
|
+
/// Box shadow of focused radio button.
|
|
16027
|
+
/// @group radio
|
|
15898
16028
|
$radio-focused-shadow: $checkbox-focused-shadow !default;
|
|
16029
|
+
/// Border color of focused and checked radio button.
|
|
16030
|
+
/// @group radio
|
|
15899
16031
|
$radio-focused-checked-border: $checkbox-checked-border !default;
|
|
16032
|
+
/// Box shadow of focused and checked radio button.
|
|
16033
|
+
/// @group radio
|
|
15900
16034
|
$radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;
|
|
15901
16035
|
|
|
16036
|
+
/// Background color of disabled radio button.
|
|
16037
|
+
/// @group radio
|
|
15902
16038
|
$radio-disabled-bg: null !default;
|
|
16039
|
+
/// Color of disabled radio button.
|
|
16040
|
+
/// @group radio
|
|
15903
16041
|
$radio-disabled-text: null !default;
|
|
15904
|
-
|
|
16042
|
+
/// Border color of disabled radio button.
|
|
16043
|
+
/// @group radio
|
|
16044
|
+
$radio-disabled-border: $checkbox-disabled-border !default;
|
|
15905
16045
|
|
|
16046
|
+
/// Background color of disabled and checked radio button.
|
|
16047
|
+
/// @group radio
|
|
15906
16048
|
$radio-disabled-checked-bg: null !default;
|
|
16049
|
+
/// Color of disabled and checked radio button.
|
|
16050
|
+
/// @group radio
|
|
15907
16051
|
$radio-disabled-checked-text: $radio-disabled-border !default;
|
|
16052
|
+
/// Border color of disabled and checked radio button.
|
|
16053
|
+
/// @group radio
|
|
15908
16054
|
$radio-disabled-checked-border: $radio-disabled-border !default;
|
|
15909
16055
|
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
$radio-invalid-
|
|
16056
|
+
/// Background color of invalid radio button.
|
|
16057
|
+
/// @group radio
|
|
16058
|
+
$radio-invalid-bg: $checkbox-invalid-bg !default;
|
|
16059
|
+
/// Color of invalid radio button.
|
|
16060
|
+
/// @group radio
|
|
16061
|
+
$radio-invalid-text: $checkbox-invalid-text !default;
|
|
16062
|
+
/// Border color of invalid radio button.
|
|
16063
|
+
/// @group radio
|
|
16064
|
+
$radio-invalid-border: $checkbox-invalid-border !default;
|
|
15913
16065
|
|
|
15914
16066
|
|
|
15915
16067
|
// Radio indicator
|
|
15916
|
-
|
|
16068
|
+
|
|
16069
|
+
/// Type of radio button indicator.
|
|
16070
|
+
/// @group radio
|
|
16071
|
+
$radio-indicator-type: image !default;
|
|
15917
16072
|
|
|
15918
16073
|
$radio-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
15919
16074
|
$radio-glyph-size: 12px !default;
|
|
16075
|
+
/// Glyph of radio button indicator.
|
|
16076
|
+
/// @group radio
|
|
15920
16077
|
$radio-checked-glyph: "\e308" !default;
|
|
15921
16078
|
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
$radio-
|
|
15925
|
-
|
|
16079
|
+
/// Image of checked radio button indicator.
|
|
16080
|
+
/// @group radio
|
|
16081
|
+
$radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$radio-checked-text}'/></svg>") ) !default;
|
|
16082
|
+
/// Image of disabled and checked radio button indicator.
|
|
16083
|
+
/// @group radio
|
|
16084
|
+
$radio-disabled-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$radio-disabled-checked-text}'/></svg>") ) !default;
|
|
15926
16085
|
|
|
15927
16086
|
|
|
15928
16087
|
// Radio label
|
|
@@ -15930,17 +16089,26 @@ $radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
|
15930
16089
|
|
|
15931
16090
|
|
|
15932
16091
|
// Radio list
|
|
15933
|
-
|
|
15934
|
-
|
|
16092
|
+
|
|
16093
|
+
/// Spacing between items of horizontal radio button list.
|
|
16094
|
+
/// @group radio
|
|
16095
|
+
$radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
16096
|
+
/// Horizontal padding of radio button list items.
|
|
16097
|
+
/// @group radio
|
|
15935
16098
|
$radio-list-item-padding-x: 0px !default;
|
|
16099
|
+
/// Vertical padding of radio button list items.
|
|
16100
|
+
/// @group radio
|
|
15936
16101
|
$radio-list-item-padding-y: $list-item-padding-y !default;
|
|
15937
|
-
$radio-list-horizontal-item-margin-x: 32px !default;
|
|
15938
16102
|
|
|
15939
16103
|
|
|
15940
16104
|
// Radio ripple
|
|
15941
16105
|
$radio-ripple-size: $radio-size * 3 !default;
|
|
15942
|
-
|
|
15943
|
-
|
|
16106
|
+
/// Background color of radio button ripple.
|
|
16107
|
+
/// @group radio
|
|
16108
|
+
$radio-ripple-bg: $primary !default;
|
|
16109
|
+
/// Opacity of radio button ripple.
|
|
16110
|
+
/// @group radio
|
|
16111
|
+
$radio-ripple-opacity: .2 !default;
|
|
15944
16112
|
|
|
15945
16113
|
// #endregion
|
|
15946
16114
|
// #region @import "_layout.scss"; -> packages/material/scss/radio/_layout.scss
|
|
@@ -15970,9 +16138,10 @@ $radio-ripple-opacity: .3 !default;
|
|
|
15970
16138
|
-webkit-appearance: none;
|
|
15971
16139
|
}
|
|
15972
16140
|
|
|
16141
|
+
|
|
15973
16142
|
// Radio indicator
|
|
15974
16143
|
.k-radio::before {
|
|
15975
|
-
@if $radio-
|
|
16144
|
+
@if $radio-indicator-type == "glyph" {
|
|
15976
16145
|
content: $radio-checked-glyph;
|
|
15977
16146
|
width: $radio-glyph-size;
|
|
15978
16147
|
height: $radio-glyph-size;
|
|
@@ -15985,179 +16154,151 @@ $radio-ripple-opacity: .3 !default;
|
|
|
15985
16154
|
top: 50%;
|
|
15986
16155
|
left: 50%;
|
|
15987
16156
|
}
|
|
15988
|
-
|
|
15989
|
-
@if $radio-icon-type == "marker" {
|
|
15990
|
-
content: "";
|
|
15991
|
-
width: $radio-marker-checked-width;
|
|
15992
|
-
height: $radio-marker-checked-width;
|
|
15993
|
-
border-radius: 50%;
|
|
15994
|
-
background-color: currentColor;
|
|
15995
|
-
transform: scale(0) translate(-50%, -50%);
|
|
15996
|
-
overflow: hidden;
|
|
15997
|
-
position: absolute;
|
|
15998
|
-
top: 50%;
|
|
15999
|
-
left: 50%;
|
|
16000
|
-
}
|
|
16001
16157
|
}
|
|
16002
16158
|
|
|
16159
|
+
|
|
16003
16160
|
// Checked state
|
|
16004
16161
|
.k-radio:checked,
|
|
16005
16162
|
.k-radio.k-checked {
|
|
16006
|
-
@if $radio-
|
|
16163
|
+
@if $radio-indicator-type == "image" {
|
|
16007
16164
|
background-image: $radio-checked-image;
|
|
16008
16165
|
}
|
|
16009
16166
|
|
|
16010
|
-
@if $radio-
|
|
16011
|
-
&::before {
|
|
16012
|
-
transform: scale(1) translate(-50%, -50%);
|
|
16013
|
-
}
|
|
16014
|
-
}
|
|
16015
|
-
|
|
16016
|
-
@if $radio-icon-type == "marker" {
|
|
16167
|
+
@if $radio-indicator-type == "glyph" {
|
|
16017
16168
|
&::before {
|
|
16018
16169
|
transform: scale(1) translate(-50%, -50%);
|
|
16019
16170
|
}
|
|
16020
16171
|
}
|
|
16021
16172
|
}
|
|
16022
16173
|
|
|
16174
|
+
|
|
16023
16175
|
// Disabled state
|
|
16024
16176
|
.k-radio:disabled,
|
|
16025
|
-
.k-radio.k-disabled
|
|
16026
|
-
.k-radio:disabled + .k-radio-label,
|
|
16027
|
-
.k-radio.k-disabled + .k-radio-label {
|
|
16177
|
+
.k-radio.k-disabled {
|
|
16028
16178
|
@include disabled( $disabled-styling );
|
|
16029
16179
|
}
|
|
16180
|
+
.k-radio:disabled:checked,
|
|
16181
|
+
.k-radio.k-disabled.k-checked {
|
|
16182
|
+
@if $radio-indicator-type == "image" {
|
|
16183
|
+
background-image: $radio-disabled-checked-image;
|
|
16184
|
+
}
|
|
16185
|
+
}
|
|
16030
16186
|
|
|
16031
|
-
|
|
16032
|
-
|
|
16187
|
+
|
|
16188
|
+
// Radio wrap
|
|
16189
|
+
.k-radio-wrap {
|
|
16190
|
+
flex: none;
|
|
16191
|
+
display: inline-flex;
|
|
16192
|
+
flex-flow: row nowrap;
|
|
16193
|
+
gap: 0;
|
|
16194
|
+
align-items: center;
|
|
16195
|
+
align-self: start;
|
|
16196
|
+
vertical-align: middle;
|
|
16197
|
+
position: relative;
|
|
16198
|
+
|
|
16199
|
+
&::before {
|
|
16200
|
+
content: "\200b";
|
|
16201
|
+
width: 0px;
|
|
16202
|
+
overflow: hidden;
|
|
16203
|
+
flex: none;
|
|
16204
|
+
display: inline-block;
|
|
16205
|
+
vertical-align: top;
|
|
16206
|
+
}
|
|
16033
16207
|
}
|
|
16034
16208
|
|
|
16209
|
+
|
|
16035
16210
|
// Radio label
|
|
16036
16211
|
.k-radio-label {
|
|
16037
16212
|
margin: 0;
|
|
16038
16213
|
padding: 0;
|
|
16039
|
-
line-height: $radio-line-height;
|
|
16040
16214
|
display: inline-flex;
|
|
16041
16215
|
align-items: flex-start;
|
|
16216
|
+
gap: $radio-label-margin-x;
|
|
16042
16217
|
vertical-align: middle;
|
|
16043
16218
|
position: relative;
|
|
16044
16219
|
cursor: pointer;
|
|
16045
16220
|
|
|
16046
|
-
.k-label {
|
|
16047
|
-
cursor: pointer;
|
|
16048
|
-
}
|
|
16049
|
-
|
|
16050
|
-
// Hide empty label
|
|
16051
|
-
&:empty {
|
|
16052
|
-
display: none !important; // sass-lint:disable-line no-important
|
|
16053
|
-
}
|
|
16054
|
-
|
|
16055
16221
|
.k-ripple {
|
|
16056
|
-
top: $radio-size / 2;
|
|
16057
|
-
left: $radio-size / 2;
|
|
16058
|
-
right: auto;
|
|
16059
|
-
bottom: auto;
|
|
16060
|
-
width: $radio-size * 5 / 2;
|
|
16061
|
-
height: $radio-size * 5 / 2;
|
|
16062
|
-
transform: translate(-50%, -50%);
|
|
16063
|
-
border-radius: 50%;
|
|
16064
|
-
|
|
16065
16222
|
// Hide ripple temporarily
|
|
16066
16223
|
visibility: hidden !important; // sass-lint:disable-line no-important
|
|
16067
16224
|
}
|
|
16068
|
-
|
|
16069
|
-
.k-ripple-blob {
|
|
16070
|
-
// sass-lint:disable-block no-important
|
|
16071
|
-
// use !important until ripple can apply these styles from the script
|
|
16072
|
-
top: 50% !important;
|
|
16073
|
-
left: 50% !important;
|
|
16074
|
-
width: 200% !important;
|
|
16075
|
-
height: 200% !important;
|
|
16076
|
-
}
|
|
16077
16225
|
}
|
|
16078
|
-
|
|
16226
|
+
.k-radio + .k-label,
|
|
16227
|
+
.k-radio-wrap + .k-label,
|
|
16079
16228
|
.k-radio + .k-radio-label,
|
|
16080
|
-
.k-radio-
|
|
16081
|
-
|
|
16082
|
-
margin-
|
|
16229
|
+
.k-radio-wrap + .k-radio-label {
|
|
16230
|
+
display: inline;
|
|
16231
|
+
margin-inline-start: $radio-label-margin-x;
|
|
16083
16232
|
}
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
|
|
16233
|
+
|
|
16234
|
+
|
|
16235
|
+
// Empty label
|
|
16236
|
+
.k-radio-label:empty {
|
|
16237
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
16087
16238
|
}
|
|
16088
|
-
|
|
16089
|
-
|
|
16239
|
+
.k-radio-label.k-no-text {
|
|
16240
|
+
min-width: 1px;
|
|
16090
16241
|
}
|
|
16091
16242
|
|
|
16243
|
+
|
|
16092
16244
|
// Radio list
|
|
16093
16245
|
.k-radio-list {
|
|
16094
|
-
margin:
|
|
16095
|
-
padding:
|
|
16246
|
+
margin: 0;
|
|
16247
|
+
padding: 0;
|
|
16248
|
+
display: flex;
|
|
16249
|
+
flex-flow: column nowrap;
|
|
16250
|
+
gap: 0;
|
|
16096
16251
|
list-style: none;
|
|
16097
|
-
|
|
16098
|
-
.k-radio-item {
|
|
16099
|
-
padding: $radio-list-item-padding-y $radio-list-item-padding-x;
|
|
16100
|
-
}
|
|
16101
16252
|
}
|
|
16253
|
+
.k-radio-item,
|
|
16254
|
+
.k-radio-list-item {
|
|
16255
|
+
padding: $radio-list-item-padding-y $radio-list-item-padding-x;
|
|
16256
|
+
display: flex;
|
|
16257
|
+
flex-flow: row nowrap;
|
|
16258
|
+
align-items: center;
|
|
16259
|
+
align-content: center;
|
|
16260
|
+
gap: map-get( $spacing, 1 );
|
|
16102
16261
|
|
|
16103
|
-
|
|
16104
|
-
|
|
16105
|
-
display: inline-block;
|
|
16106
|
-
margin: 0 $radio-list-horizontal-item-margin-x 0 0;
|
|
16107
|
-
|
|
16108
|
-
&:last-child {
|
|
16109
|
-
margin-right: 0;
|
|
16110
|
-
}
|
|
16262
|
+
.k-radio-label {
|
|
16263
|
+
margin: 0;
|
|
16111
16264
|
}
|
|
16112
16265
|
}
|
|
16266
|
+
.k-radio-list-horizontal,
|
|
16267
|
+
.k-radio-list.k-list-horizontal {
|
|
16268
|
+
display: flex;
|
|
16269
|
+
flex-flow: row wrap;
|
|
16270
|
+
gap: $radio-list-spacing;
|
|
16271
|
+
}
|
|
16113
16272
|
|
|
16114
|
-
// RTL
|
|
16115
|
-
.k-rtl,
|
|
16116
|
-
[dir="rtl"] {
|
|
16117
|
-
.k-radio + .k-radio-label,
|
|
16118
|
-
.k-radio-label + .k-radio,
|
|
16119
|
-
.k-label + .k-radio {
|
|
16120
|
-
margin-left: 0;
|
|
16121
|
-
margin-right: $radio-label-margin-x;
|
|
16122
|
-
}
|
|
16123
|
-
.k-radio-label > .k-radio {
|
|
16124
|
-
margin-right: 0;
|
|
16125
|
-
margin-left: $radio-label-margin-x;
|
|
16126
|
-
}
|
|
16127
|
-
kendo-label.k-radio-label > .k-radio:last-child {
|
|
16128
|
-
margin-left: 0;
|
|
16129
|
-
}
|
|
16130
|
-
kendo-label.k-radio-label > .k-label:first-child {
|
|
16131
|
-
margin-right: 0;
|
|
16132
|
-
margin-left: $radio-label-margin-x;
|
|
16133
|
-
}
|
|
16134
|
-
|
|
16135
|
-
.k-list-horizontal {
|
|
16136
|
-
.k-radio-item {
|
|
16137
|
-
margin-right: 0;
|
|
16138
|
-
margin-left: $radio-list-horizontal-item-margin-x;
|
|
16139
16273
|
|
|
16140
|
-
|
|
16141
|
-
|
|
16142
|
-
|
|
16143
|
-
|
|
16144
|
-
}
|
|
16274
|
+
// Ripple
|
|
16275
|
+
.k-radio-wrap .k-ripple-blob {
|
|
16276
|
+
width: $radio-ripple-size;
|
|
16277
|
+
height: $radio-ripple-size;
|
|
16145
16278
|
}
|
|
16146
|
-
|
|
16147
16279
|
.k-ripple-container {
|
|
16148
16280
|
.k-radio::after {
|
|
16149
16281
|
content: "";
|
|
16150
16282
|
display: block;
|
|
16151
16283
|
position: absolute;
|
|
16152
|
-
left:
|
|
16153
|
-
top:
|
|
16284
|
+
left: 50%;
|
|
16285
|
+
top: 50%;
|
|
16154
16286
|
width: $radio-ripple-size;
|
|
16155
16287
|
height: $radio-ripple-size;
|
|
16156
|
-
margin-left: $radio-ripple-margin;
|
|
16157
|
-
margin-top: $radio-ripple-margin;
|
|
16158
16288
|
border-radius: 100%;
|
|
16159
|
-
z-index: 1;
|
|
16160
|
-
|
|
16289
|
+
z-index: -1;
|
|
16290
|
+
transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
|
|
16291
|
+
transform: translate(-50%, -50%) scale(0);
|
|
16292
|
+
transform-origin: center center;
|
|
16293
|
+
}
|
|
16294
|
+
|
|
16295
|
+
.k-radio:focus,
|
|
16296
|
+
.k-radio.k-state-focus {
|
|
16297
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
16298
|
+
|
|
16299
|
+
&::after {
|
|
16300
|
+
transform: translate(-50%, -50%) scale(1);
|
|
16301
|
+
}
|
|
16161
16302
|
}
|
|
16162
16303
|
|
|
16163
16304
|
.k-radio:disabled::after,
|
|
@@ -16165,26 +16306,6 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16165
16306
|
display: none;
|
|
16166
16307
|
}
|
|
16167
16308
|
}
|
|
16168
|
-
}
|
|
16169
|
-
|
|
16170
|
-
|
|
16171
|
-
|
|
16172
|
-
|
|
16173
|
-
@include exports( "radio/layout/edge" ) {
|
|
16174
|
-
|
|
16175
|
-
.k-radio::-ms-check {
|
|
16176
|
-
border-width: 0;
|
|
16177
|
-
border-color: inherit;
|
|
16178
|
-
color: inherit;
|
|
16179
|
-
background-color: inherit;
|
|
16180
|
-
}
|
|
16181
|
-
|
|
16182
|
-
// IE 11 hack
|
|
16183
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
16184
|
-
.k-radio::-ms-check {
|
|
16185
|
-
border-width: 1px;
|
|
16186
|
-
}
|
|
16187
|
-
}
|
|
16188
16309
|
|
|
16189
16310
|
}
|
|
16190
16311
|
|
|
@@ -16202,7 +16323,7 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16202
16323
|
// #endregion
|
|
16203
16324
|
// #region @import "_theme.scss"; -> packages/material/scss/radio/_theme.scss
|
|
16204
16325
|
// #region @import "~@progress/kendo-theme-default/scss/radio/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/radio/_theme.scss
|
|
16205
|
-
@include exports("radio/theme") {
|
|
16326
|
+
@include exports( "radio/theme" ) {
|
|
16206
16327
|
|
|
16207
16328
|
// Radio
|
|
16208
16329
|
.k-radio {
|
|
@@ -16257,7 +16378,6 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16257
16378
|
$radio-checked-border
|
|
16258
16379
|
);
|
|
16259
16380
|
}
|
|
16260
|
-
|
|
16261
16381
|
.k-radio:checked:focus,
|
|
16262
16382
|
.k-radio.k-checked.k-state-focus {
|
|
16263
16383
|
@include fill( $border: $radio-focused-checked-border );
|
|
@@ -16283,6 +16403,7 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16283
16403
|
);
|
|
16284
16404
|
}
|
|
16285
16405
|
|
|
16406
|
+
|
|
16286
16407
|
// Ripple
|
|
16287
16408
|
.k-ripple-container {
|
|
16288
16409
|
.k-radio::after {
|
|
@@ -16295,7 +16416,7 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16295
16416
|
|
|
16296
16417
|
// #endregion
|
|
16297
16418
|
|
|
16298
|
-
@include exports("radio/theme/material") {
|
|
16419
|
+
@include exports( "radio/theme/material" ) {
|
|
16299
16420
|
|
|
16300
16421
|
// Radio
|
|
16301
16422
|
.k-radio-label {
|
|
@@ -16306,15 +16427,8 @@ $radio-ripple-opacity: .3 !default;
|
|
|
16306
16427
|
opacity: 1;
|
|
16307
16428
|
filter: none;
|
|
16308
16429
|
}
|
|
16309
|
-
|
|
16310
|
-
|
|
16311
|
-
// Ripple
|
|
16312
|
-
.k-ripple-blob {
|
|
16313
|
-
opacity: .2;
|
|
16314
|
-
background-color: $radio-checked-bg;
|
|
16315
|
-
}
|
|
16316
|
-
|
|
16317
16430
|
}
|
|
16431
|
+
|
|
16318
16432
|
}
|
|
16319
16433
|
|
|
16320
16434
|
// #endregion
|
|
@@ -17530,7 +17644,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
17530
17644
|
display: block;
|
|
17531
17645
|
position: absolute;
|
|
17532
17646
|
bottom: 0;
|
|
17533
|
-
content: "
|
|
17647
|
+
content: "\200b";
|
|
17534
17648
|
height: 0;
|
|
17535
17649
|
line-height: 0;
|
|
17536
17650
|
z-index: 1;
|
|
@@ -17568,7 +17682,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
17568
17682
|
&::after {
|
|
17569
17683
|
display: block;
|
|
17570
17684
|
position: absolute;
|
|
17571
|
-
content: "
|
|
17685
|
+
content: "\200b";
|
|
17572
17686
|
height: 0;
|
|
17573
17687
|
line-height: 0;
|
|
17574
17688
|
z-index: 1;
|
|
@@ -17667,18 +17781,6 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
17667
17781
|
|
|
17668
17782
|
|
|
17669
17783
|
|
|
17670
|
-
|
|
17671
|
-
@include exports("daterangepicker/layout") {
|
|
17672
|
-
|
|
17673
|
-
// jQuery DateRangePicker
|
|
17674
|
-
.k-widget.k-daterangepicker {
|
|
17675
|
-
border: 0;
|
|
17676
|
-
}
|
|
17677
|
-
|
|
17678
|
-
}
|
|
17679
|
-
|
|
17680
|
-
|
|
17681
|
-
|
|
17682
17784
|
@include exports("calendar/layout/rtl") {
|
|
17683
17785
|
|
|
17684
17786
|
.k-rtl .k-calendar,
|
|
@@ -18186,7 +18288,7 @@ $time-list-focused-bg: null !default;
|
|
|
18186
18288
|
&::before,
|
|
18187
18289
|
&::after {
|
|
18188
18290
|
display: block;
|
|
18189
|
-
content: "
|
|
18291
|
+
content: "\200b";
|
|
18190
18292
|
position: absolute;
|
|
18191
18293
|
width: 100%;
|
|
18192
18294
|
left: 0;
|
|
@@ -18222,7 +18324,7 @@ $time-list-focused-bg: null !default;
|
|
|
18222
18324
|
&::after {
|
|
18223
18325
|
display: block;
|
|
18224
18326
|
position: absolute;
|
|
18225
|
-
content: "
|
|
18327
|
+
content: "\200b";
|
|
18226
18328
|
height: 0;
|
|
18227
18329
|
line-height: 0;
|
|
18228
18330
|
z-index: 1;
|
|
@@ -18420,25 +18522,6 @@ $time-list-focused-bg: null !default;
|
|
|
18420
18522
|
// Component
|
|
18421
18523
|
// #region @import "_variables.scss"; -> packages/material/scss/autocomplete/_variables.scss
|
|
18422
18524
|
// Autocomplete
|
|
18423
|
-
$autocomplete-bg: $input-bg !default;
|
|
18424
|
-
$autocomplete-text: $input-text !default;
|
|
18425
|
-
$autocomplete-border: $input-border !default;
|
|
18426
|
-
$autocomplete-shadow: $input-shadow !default;
|
|
18427
|
-
|
|
18428
|
-
$autocomplete-hovered-bg: $input-hovered-bg !default;
|
|
18429
|
-
$autocomplete-hovered-text: $input-hovered-text !default;
|
|
18430
|
-
$autocomplete-hovered-border: $input-hovered-border !default;
|
|
18431
|
-
$autocomplete-hovered-shadow: $input-hovered-shadow !default;
|
|
18432
|
-
|
|
18433
|
-
$autocomplete-focused-bg: $input-focused-bg !default;
|
|
18434
|
-
$autocomplete-focused-text: $input-focused-text !default;
|
|
18435
|
-
$autocomplete-focused-border: $input-focused-border !default;
|
|
18436
|
-
$autocomplete-focused-shadow: $input-focused-shadow !default;
|
|
18437
|
-
|
|
18438
|
-
$autocomplete-disabled-bg: null !default;
|
|
18439
|
-
$autocomplete-disabled-text: null !default;
|
|
18440
|
-
$autocomplete-disabled-border: null !default;
|
|
18441
|
-
$autocomplete-disabled-shadow: null !default;
|
|
18442
18525
|
|
|
18443
18526
|
// #endregion
|
|
18444
18527
|
// #region @import "_layout.scss"; -> packages/material/scss/autocomplete/_layout.scss
|
|
@@ -18498,79 +18581,60 @@ $autocomplete-disabled-shadow: null !default;
|
|
|
18498
18581
|
// #endregion
|
|
18499
18582
|
// #region @import "_theme.scss"; -> packages/material/scss/autocomplete/_theme.scss
|
|
18500
18583
|
// #region @import "~@progress/kendo-theme-default/scss/autocomplete/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss
|
|
18501
|
-
@include exports("autocomplete/theme") {
|
|
18584
|
+
@include exports( "autocomplete/theme" ) {
|
|
18502
18585
|
|
|
18503
|
-
//
|
|
18504
|
-
.k-autocomplete.k-header,
|
|
18586
|
+
// Autocomplete
|
|
18505
18587
|
.k-autocomplete {
|
|
18506
18588
|
@include fill(
|
|
18507
|
-
$
|
|
18508
|
-
$
|
|
18509
|
-
$
|
|
18589
|
+
$input-text,
|
|
18590
|
+
$input-bg,
|
|
18591
|
+
$input-border
|
|
18510
18592
|
);
|
|
18511
|
-
@include box-shadow( $autocomplete-shadow );
|
|
18512
18593
|
|
|
18513
18594
|
// Hover state
|
|
18514
18595
|
&:hover,
|
|
18515
18596
|
&.k-state-hover {
|
|
18516
18597
|
@include fill(
|
|
18517
|
-
$
|
|
18518
|
-
$
|
|
18519
|
-
$
|
|
18598
|
+
$input-hovered-text,
|
|
18599
|
+
$input-hovered-bg,
|
|
18600
|
+
$input-hovered-border
|
|
18520
18601
|
);
|
|
18521
|
-
@include box-shadow( $autocomplete-hovered-shadow );
|
|
18522
18602
|
}
|
|
18523
18603
|
|
|
18524
18604
|
// Focus state
|
|
18525
|
-
|
|
18526
|
-
&.k-state-focused,
|
|
18605
|
+
&:focus,
|
|
18527
18606
|
&.k-state-focus {
|
|
18528
18607
|
@include fill(
|
|
18529
|
-
$
|
|
18530
|
-
$
|
|
18531
|
-
$
|
|
18608
|
+
$input-focused-text,
|
|
18609
|
+
$input-focused-bg,
|
|
18610
|
+
$input-focused-border
|
|
18532
18611
|
);
|
|
18533
|
-
@include box-shadow( $
|
|
18612
|
+
@include box-shadow( $input-focused-shadow );
|
|
18534
18613
|
}
|
|
18535
18614
|
&:focus-within {
|
|
18536
18615
|
@include fill(
|
|
18537
|
-
$
|
|
18538
|
-
$
|
|
18539
|
-
$
|
|
18616
|
+
$input-focused-text,
|
|
18617
|
+
$input-focused-bg,
|
|
18618
|
+
$input-focused-border
|
|
18540
18619
|
);
|
|
18541
|
-
@include box-shadow( $
|
|
18620
|
+
@include box-shadow( $input-focused-shadow );
|
|
18542
18621
|
}
|
|
18543
18622
|
|
|
18544
|
-
// Disabled state
|
|
18545
|
-
&:disabled,
|
|
18546
|
-
&.k-state-disabled {
|
|
18547
|
-
@include fill(
|
|
18548
|
-
$autocomplete-disabled-text,
|
|
18549
|
-
$autocomplete-disabled-bg,
|
|
18550
|
-
$autocomplete-disabled-border
|
|
18551
|
-
);
|
|
18552
|
-
@include box-shadow( $autocomplete-disabled-shadow );
|
|
18553
|
-
}
|
|
18554
18623
|
|
|
18555
18624
|
// Invalid state
|
|
18556
18625
|
&.k-invalid,
|
|
18557
|
-
&.
|
|
18558
|
-
&.
|
|
18559
|
-
&.ng-invalid.ng-dirty {
|
|
18626
|
+
&.ng-invalid,
|
|
18627
|
+
&.k-state-invalid {
|
|
18560
18628
|
border-color: $invalid-border;
|
|
18561
18629
|
|
|
18562
18630
|
.k-input-validation-icon {
|
|
18563
18631
|
color: $invalid-text;
|
|
18564
18632
|
}
|
|
18565
18633
|
|
|
18566
|
-
|
|
18567
|
-
&.k-state-focused,
|
|
18634
|
+
&:focus-within,
|
|
18568
18635
|
&.k-state-focus {
|
|
18569
18636
|
@include box-shadow($invalid-shadow);
|
|
18570
18637
|
}
|
|
18571
|
-
&:focus-within {
|
|
18572
|
-
@include box-shadow($invalid-shadow);
|
|
18573
|
-
}
|
|
18574
18638
|
}
|
|
18575
18639
|
}
|
|
18576
18640
|
|
|
@@ -18891,73 +18955,34 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18891
18955
|
// Component
|
|
18892
18956
|
// #region @import "_variables.scss"; -> packages/material/scss/numerictextbox/_variables.scss
|
|
18893
18957
|
// Numeric textbox
|
|
18894
|
-
$numeric-bg: $input-bg !default;
|
|
18895
|
-
$numeric-text: $input-text !default;
|
|
18896
|
-
$numeric-border: $input-border !default;
|
|
18897
|
-
|
|
18898
|
-
$numeric-hovered-bg: $input-hovered-bg !default;
|
|
18899
|
-
$numeric-hovered-text: $input-hovered-text !default;
|
|
18900
|
-
$numeric-hovered-border: $input-hovered-border !default;
|
|
18901
|
-
|
|
18902
|
-
$numeric-focused-bg: $input-focused-bg !default;
|
|
18903
|
-
$numeric-focused-text: $input-focused-text !default;
|
|
18904
|
-
$numeric-focused-border: $input-focused-border !default;
|
|
18905
|
-
$numeric-focused-shadow: $input-focused-shadow !default;
|
|
18906
|
-
|
|
18907
|
-
$numeric-button-bg: null !default;
|
|
18908
|
-
$numeric-button-text: $subtle-text !default;
|
|
18909
|
-
$numeric-button-border: null !default;
|
|
18910
|
-
$numeric-button-gradient: null !default;
|
|
18911
|
-
|
|
18912
|
-
$numeric-button-hovered-bg: null !default;
|
|
18913
|
-
$numeric-button-hovered-text: $input-text !default;
|
|
18914
|
-
$numeric-button-hovered-border: null !default;
|
|
18915
|
-
$numeric-button-hovered-gradient: null !default;
|
|
18916
|
-
|
|
18917
|
-
$numeric-button-pressed-bg: null !default;
|
|
18918
|
-
$numeric-button-pressed-text: $primary !default;
|
|
18919
|
-
$numeric-button-pressed-border: null !default;
|
|
18920
|
-
$numeric-button-pressed-gradient: null !default;
|
|
18921
18958
|
|
|
18922
18959
|
// #endregion
|
|
18923
18960
|
// #region @import "_layout.scss"; -> packages/material/scss/numerictextbox/_layout.scss
|
|
18924
18961
|
// #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss
|
|
18925
|
-
@include exports("numerictextbox/layout") {
|
|
18962
|
+
@include exports( "numerictextbox/layout" ) {
|
|
18926
18963
|
|
|
18927
18964
|
// Numeric textbox
|
|
18928
18965
|
.k-numerictextbox {
|
|
18966
|
+
@include border-radius( $input-border-radius );
|
|
18929
18967
|
width: $input-default-width;
|
|
18930
|
-
border-width:
|
|
18968
|
+
border-width: $input-border-width;
|
|
18969
|
+
border-style: solid;
|
|
18931
18970
|
box-sizing: border-box;
|
|
18932
18971
|
outline: 0;
|
|
18933
|
-
background: none;
|
|
18934
18972
|
font-family: $input-font-family;
|
|
18935
18973
|
font-size: $input-font-size;
|
|
18936
18974
|
line-height: $input-line-height;
|
|
18937
|
-
text-align:
|
|
18975
|
+
text-align: start;
|
|
18938
18976
|
white-space: nowrap;
|
|
18939
18977
|
display: inline-flex;
|
|
18978
|
+
flex-flow: row nowrap;
|
|
18940
18979
|
vertical-align: middle;
|
|
18941
18980
|
position: relative;
|
|
18981
|
+
overflow: hidden;
|
|
18982
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
18942
18983
|
-webkit-touch-callout: none;
|
|
18943
18984
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18944
18985
|
|
|
18945
|
-
.k-numeric-wrap {
|
|
18946
|
-
@include border-radius( $input-border-radius );
|
|
18947
|
-
padding: 0;
|
|
18948
|
-
width: 100%;
|
|
18949
|
-
border-width: $input-border-width;
|
|
18950
|
-
border-style: solid;
|
|
18951
|
-
box-sizing: border-box;
|
|
18952
|
-
position: relative;
|
|
18953
|
-
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
18954
|
-
cursor: default;
|
|
18955
|
-
outline: 0;
|
|
18956
|
-
display: flex;
|
|
18957
|
-
flex-flow: row nowrap;
|
|
18958
|
-
overflow: hidden;
|
|
18959
|
-
}
|
|
18960
|
-
|
|
18961
18986
|
|
|
18962
18987
|
// Input
|
|
18963
18988
|
.k-input {
|
|
@@ -18973,6 +18998,7 @@ $numeric-button-pressed-gradient: null !default;
|
|
|
18973
18998
|
border-inline-start-width: $picker-select-border-width;
|
|
18974
18999
|
border-style: solid;
|
|
18975
19000
|
box-sizing: border-box;
|
|
19001
|
+
outline: 0;
|
|
18976
19002
|
display: flex;
|
|
18977
19003
|
flex-direction: column;
|
|
18978
19004
|
align-items: stretch;
|
|
@@ -19005,13 +19031,6 @@ $numeric-button-pressed-gradient: null !default;
|
|
|
19005
19031
|
.k-link-decrease .k-icon {
|
|
19006
19032
|
top: -$spinner-icon-offset;
|
|
19007
19033
|
}
|
|
19008
|
-
|
|
19009
|
-
|
|
19010
|
-
// RTL
|
|
19011
|
-
.k-rtl &,
|
|
19012
|
-
&[dir="rtl"] {
|
|
19013
|
-
text-align: right;
|
|
19014
|
-
}
|
|
19015
19034
|
}
|
|
19016
19035
|
|
|
19017
19036
|
}
|
|
@@ -19020,12 +19039,11 @@ $numeric-button-pressed-gradient: null !default;
|
|
|
19020
19039
|
|
|
19021
19040
|
@include exports("numerictextbox/layout/material") {
|
|
19022
19041
|
|
|
19042
|
+
// Numeric textbox
|
|
19023
19043
|
.k-numerictextbox {
|
|
19024
|
-
|
|
19025
|
-
|
|
19026
|
-
|
|
19027
|
-
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19028
|
-
}
|
|
19044
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
19045
|
+
border-width: $input-border-width 0;
|
|
19046
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19029
19047
|
}
|
|
19030
19048
|
|
|
19031
19049
|
}
|
|
@@ -19035,110 +19053,90 @@ $numeric-button-pressed-gradient: null !default;
|
|
|
19035
19053
|
// #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss
|
|
19036
19054
|
@include exports( "numerictextbox/theme" ) {
|
|
19037
19055
|
|
|
19038
|
-
// Numeric
|
|
19056
|
+
// Numeric textbox
|
|
19039
19057
|
.k-numerictextbox {
|
|
19058
|
+
@include fill(
|
|
19059
|
+
$input-text,
|
|
19060
|
+
$input-bg,
|
|
19061
|
+
$input-border
|
|
19062
|
+
);
|
|
19040
19063
|
|
|
19041
|
-
|
|
19042
|
-
|
|
19064
|
+
// Hover state
|
|
19065
|
+
&:hover,
|
|
19066
|
+
&.k-state-hover {
|
|
19067
|
+
@include fill(
|
|
19068
|
+
$input-hovered-text,
|
|
19069
|
+
$input-hovered-bg,
|
|
19070
|
+
$input-hovered-border
|
|
19071
|
+
);
|
|
19043
19072
|
}
|
|
19044
19073
|
|
|
19045
|
-
//
|
|
19046
|
-
|
|
19074
|
+
// Focus state
|
|
19075
|
+
&:focus,
|
|
19076
|
+
&.k-state-focus {
|
|
19047
19077
|
@include fill(
|
|
19048
|
-
$
|
|
19049
|
-
$
|
|
19050
|
-
$
|
|
19078
|
+
$input-focused-text,
|
|
19079
|
+
$input-focused-bg,
|
|
19080
|
+
$input-focused-border
|
|
19051
19081
|
);
|
|
19082
|
+
@include box-shadow( $input-focused-shadow );
|
|
19083
|
+
}
|
|
19084
|
+
&:focus-within {
|
|
19085
|
+
@include fill(
|
|
19086
|
+
$input-focused-text,
|
|
19087
|
+
$input-focused-bg,
|
|
19088
|
+
$input-focused-border
|
|
19089
|
+
);
|
|
19090
|
+
@include box-shadow( $input-focused-shadow );
|
|
19091
|
+
}
|
|
19052
19092
|
|
|
19053
19093
|
|
|
19054
|
-
|
|
19055
|
-
|
|
19056
|
-
|
|
19057
|
-
|
|
19058
|
-
|
|
19059
|
-
$numeric-hovered-bg,
|
|
19060
|
-
$numeric-hovered-border
|
|
19061
|
-
);
|
|
19062
|
-
}
|
|
19063
|
-
|
|
19094
|
+
// Invalid state
|
|
19095
|
+
&.k-invalid,
|
|
19096
|
+
&.ng-invalid,
|
|
19097
|
+
&.k-state-invalid {
|
|
19098
|
+
border-color: $invalid-border;
|
|
19064
19099
|
|
|
19065
|
-
|
|
19066
|
-
|
|
19067
|
-
@include fill(
|
|
19068
|
-
$numeric-focused-text,
|
|
19069
|
-
$numeric-focused-bg,
|
|
19070
|
-
$numeric-focused-border
|
|
19071
|
-
);
|
|
19072
|
-
@include box-shadow($numeric-focused-shadow);
|
|
19100
|
+
.k-input-validation-icon {
|
|
19101
|
+
color: $invalid-text;
|
|
19073
19102
|
}
|
|
19074
19103
|
|
|
19075
|
-
|
|
19076
|
-
&.k-
|
|
19077
|
-
|
|
19078
|
-
&.k-state-invalid {
|
|
19079
|
-
border-color: $invalid-border;
|
|
19080
|
-
|
|
19081
|
-
.k-input-validation-icon {
|
|
19082
|
-
color: $invalid-text;
|
|
19083
|
-
}
|
|
19084
|
-
|
|
19085
|
-
&:focus,
|
|
19086
|
-
&.k-state-focused {
|
|
19087
|
-
@include box-shadow($invalid-shadow);
|
|
19088
|
-
}
|
|
19104
|
+
&:focus-within,
|
|
19105
|
+
&.k-state-focus {
|
|
19106
|
+
@include box-shadow($invalid-shadow);
|
|
19089
19107
|
}
|
|
19090
19108
|
}
|
|
19091
19109
|
|
|
19092
19110
|
|
|
19093
|
-
//
|
|
19111
|
+
// Spinner
|
|
19094
19112
|
.k-select {
|
|
19095
19113
|
@include fill(
|
|
19096
|
-
$
|
|
19097
|
-
$
|
|
19098
|
-
$
|
|
19099
|
-
$
|
|
19114
|
+
$picker-select-text,
|
|
19115
|
+
$picker-select-bg,
|
|
19116
|
+
$picker-select-border,
|
|
19117
|
+
$picker-select-gradient
|
|
19118
|
+
);
|
|
19119
|
+
}
|
|
19120
|
+
.k-link:hover,
|
|
19121
|
+
.k-link.k-state-hover {
|
|
19122
|
+
@include fill(
|
|
19123
|
+
$picker-select-hovered-text,
|
|
19124
|
+
$picker-select-hovered-bg,
|
|
19125
|
+
$picker-select-hovered-border,
|
|
19126
|
+
$picker-select-hovered-gradient
|
|
19100
19127
|
);
|
|
19101
|
-
|
|
19102
|
-
.k-link:hover,
|
|
19103
|
-
.k-link.k-state-hover {
|
|
19104
|
-
@include fill(
|
|
19105
|
-
$numeric-button-hovered-text,
|
|
19106
|
-
$numeric-button-hovered-bg,
|
|
19107
|
-
$numeric-button-hovered-border,
|
|
19108
|
-
$numeric-button-hovered-gradient
|
|
19109
|
-
);
|
|
19110
|
-
}
|
|
19111
|
-
|
|
19112
|
-
.k-link:active,
|
|
19113
|
-
.k-link.k-state-active,
|
|
19114
|
-
.k-link.k-state-selected {
|
|
19115
|
-
@include fill(
|
|
19116
|
-
$numeric-button-pressed-text,
|
|
19117
|
-
$numeric-button-pressed-bg,
|
|
19118
|
-
$numeric-button-pressed-border,
|
|
19119
|
-
$numeric-button-pressed-gradient
|
|
19120
|
-
);
|
|
19121
|
-
}
|
|
19122
19128
|
}
|
|
19123
|
-
|
|
19124
|
-
|
|
19125
|
-
|
|
19126
|
-
|
|
19127
|
-
|
|
19128
|
-
|
|
19129
|
-
|
|
19130
|
-
|
|
19131
|
-
|
|
19132
|
-
.k-input-validation-icon {
|
|
19133
|
-
color: $invalid-text;
|
|
19134
|
-
}
|
|
19135
|
-
|
|
19136
|
-
&.k-state-focused {
|
|
19137
|
-
@include box-shadow($invalid-shadow);
|
|
19138
|
-
}
|
|
19139
|
-
}
|
|
19129
|
+
.k-link:active,
|
|
19130
|
+
.k-link.k-state-active {
|
|
19131
|
+
@include fill(
|
|
19132
|
+
$picker-select-pressed-text,
|
|
19133
|
+
$picker-select-pressed-bg,
|
|
19134
|
+
$picker-select-pressed-border,
|
|
19135
|
+
$picker-select-pressed-gradient
|
|
19136
|
+
);
|
|
19140
19137
|
}
|
|
19141
19138
|
}
|
|
19139
|
+
|
|
19142
19140
|
}
|
|
19143
19141
|
|
|
19144
19142
|
// #endregion
|
|
@@ -20760,6 +20758,64 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
20760
20758
|
|
|
20761
20759
|
// #endregion
|
|
20762
20760
|
|
|
20761
|
+
// #endregion
|
|
20762
|
+
// #region @import "daterangepicker/_index.scss"; -> packages/material/scss/daterangepicker/_index.scss
|
|
20763
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
20764
|
+
// File already imported_once. Skipping output.
|
|
20765
|
+
// #endregion
|
|
20766
|
+
|
|
20767
|
+
|
|
20768
|
+
// Dependencies
|
|
20769
|
+
|
|
20770
|
+
|
|
20771
|
+
// Component
|
|
20772
|
+
// #region @import "_variables.scss"; -> packages/material/scss/daterangepicker/_variables.scss
|
|
20773
|
+
// Daterangepicker
|
|
20774
|
+
|
|
20775
|
+
// #endregion
|
|
20776
|
+
// #region @import "_layout.scss"; -> packages/material/scss/daterangepicker/_layout.scss
|
|
20777
|
+
// #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss
|
|
20778
|
+
@include exports( "daterangepicker/layout" ) {
|
|
20779
|
+
|
|
20780
|
+
// Daterange picker
|
|
20781
|
+
.k-daterangepicker {
|
|
20782
|
+
border: 0;
|
|
20783
|
+
display: inline-flex;
|
|
20784
|
+
flex-flow: row nowrap;
|
|
20785
|
+
align-items: flex-start;
|
|
20786
|
+
gap: map-get( $spacing, 2 );
|
|
20787
|
+
}
|
|
20788
|
+
|
|
20789
|
+
|
|
20790
|
+
// Angular specific
|
|
20791
|
+
kendo-daterange {
|
|
20792
|
+
// @extend .k-daterangepicker;
|
|
20793
|
+
}
|
|
20794
|
+
|
|
20795
|
+
|
|
20796
|
+
// React specific
|
|
20797
|
+
.k-daterangepicker-wrap {
|
|
20798
|
+
display: inherit;
|
|
20799
|
+
flex-flow: inherit;
|
|
20800
|
+
align-items: inherit;
|
|
20801
|
+
gap: inherit;
|
|
20802
|
+
}
|
|
20803
|
+
|
|
20804
|
+
}
|
|
20805
|
+
|
|
20806
|
+
// #endregion
|
|
20807
|
+
|
|
20808
|
+
// #endregion
|
|
20809
|
+
// #region @import "_theme.scss"; -> packages/material/scss/daterangepicker/_theme.scss
|
|
20810
|
+
// #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss
|
|
20811
|
+
@include exports("daterangepicker/theme") {
|
|
20812
|
+
|
|
20813
|
+
}
|
|
20814
|
+
|
|
20815
|
+
// #endregion
|
|
20816
|
+
|
|
20817
|
+
// #endregion
|
|
20818
|
+
|
|
20763
20819
|
// #endregion
|
|
20764
20820
|
// #region @import "dropdowngrid/_index.scss"; -> packages/material/scss/dropdowngrid/_index.scss
|
|
20765
20821
|
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
@@ -21900,62 +21956,116 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
|
|
|
21900
21956
|
|
|
21901
21957
|
// Component
|
|
21902
21958
|
// #region @import "_variables.scss"; -> packages/material/scss/treeview/_variables.scss
|
|
21903
|
-
//
|
|
21904
|
-
$treeview-padding-x: 0px !default;
|
|
21905
|
-
$treeview-padding-y: 0px !default;
|
|
21906
|
-
$treeview-font-family: $font-family !default;
|
|
21907
|
-
$treeview-font-size: $font-size !default;
|
|
21908
|
-
$treeview-line-height: (20 / 14) !default;
|
|
21959
|
+
// TreeviewTreeview
|
|
21909
21960
|
|
|
21961
|
+
/// Font family of the treeview component.
|
|
21962
|
+
/// @group treeview
|
|
21963
|
+
$treeview-font-family: $font-family !default;
|
|
21964
|
+
/// Font size of the treeview component.
|
|
21965
|
+
/// @group treeview
|
|
21966
|
+
$treeview-font-size: 16px !default;
|
|
21967
|
+
/// Line height of the treeview component.
|
|
21968
|
+
/// @group treeview
|
|
21969
|
+
$treeview-line-height: 1.25 !default;
|
|
21970
|
+
|
|
21971
|
+
/// Indentation of child groups in treeview component.
|
|
21972
|
+
/// @group treeview
|
|
21910
21973
|
$treeview-indent: 16px !default;
|
|
21911
21974
|
|
|
21912
|
-
|
|
21913
|
-
|
|
21975
|
+
/// Horizontal padding of treeview items.
|
|
21976
|
+
/// @group treeview
|
|
21977
|
+
$treeview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
21978
|
+
/// Vertical padding of treeview items.
|
|
21979
|
+
/// @group treeview
|
|
21980
|
+
$treeview-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
21981
|
+
/// Border width of treeview items.
|
|
21982
|
+
/// @group treeview
|
|
21914
21983
|
$treeview-item-border-width: 0px !default;
|
|
21984
|
+
/// Border radius of treeview items.
|
|
21985
|
+
/// @group treeview
|
|
21915
21986
|
$treeview-item-border-radius: null !default;
|
|
21916
21987
|
|
|
21988
|
+
/// Background color of the treeview component.
|
|
21989
|
+
/// @group treeview
|
|
21917
21990
|
$treeview-bg: null !default;
|
|
21991
|
+
/// Text color of the treeview component.
|
|
21992
|
+
/// @group treeview
|
|
21918
21993
|
$treeview-text: $component-text !default;
|
|
21994
|
+
/// Border color of the treeview component.
|
|
21995
|
+
/// @group treeview
|
|
21919
21996
|
$treeview-border: null !default;
|
|
21920
21997
|
|
|
21998
|
+
/// Background color of hovered treeview items.
|
|
21999
|
+
/// @group treeview
|
|
21921
22000
|
$treeview-item-hovered-bg: rgba( $treeview-text, .07 ) !default;
|
|
22001
|
+
/// Text color of hovered treeview items.
|
|
22002
|
+
/// @group treeview
|
|
21922
22003
|
$treeview-item-hovered-text: null !default;
|
|
22004
|
+
/// Border color of hovered treeview items.
|
|
22005
|
+
/// @group treeview
|
|
21923
22006
|
$treeview-item-hovered-border: null !default;
|
|
22007
|
+
/// Background gradient of hovered treeview items.
|
|
22008
|
+
/// @group treeview
|
|
21924
22009
|
$treeview-item-hovered-gradient: null !default;
|
|
21925
22010
|
|
|
22011
|
+
/// Background color of selected treeview items.
|
|
22012
|
+
/// @group treeview
|
|
21926
22013
|
$treeview-item-selected-bg: null !default;
|
|
22014
|
+
/// Text color of selected treeview items.
|
|
22015
|
+
/// @group treeview
|
|
21927
22016
|
$treeview-item-selected-text: $selected-bg !default;
|
|
22017
|
+
/// Border color of selected treeview items.
|
|
22018
|
+
/// @group treeview
|
|
21928
22019
|
$treeview-item-selected-border: null !default;
|
|
22020
|
+
/// Background gradient of selected treeview items.
|
|
22021
|
+
/// @group treeview
|
|
21929
22022
|
$treeview-item-selected-gradient: null !default;
|
|
21930
22023
|
|
|
22024
|
+
/// Box shadow of focused treeview items.
|
|
22025
|
+
/// @group treeview
|
|
21931
22026
|
$treeview-item-focused-shadow: null !default;
|
|
21932
|
-
$treeview-item-selected-focused-shadow: null !default;
|
|
21933
|
-
|
|
21934
|
-
$treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
|
|
21935
|
-
$treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
|
|
21936
|
-
$treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
|
|
21937
22027
|
|
|
22028
|
+
/// Background color of load more.
|
|
22029
|
+
/// @group treeview
|
|
21938
22030
|
$treeview-loadmore-bg: transparent !default;
|
|
21939
|
-
|
|
22031
|
+
/// Text color of load more.
|
|
22032
|
+
/// @group treeview
|
|
22033
|
+
$treeview-loadmore-text: inherit !default;
|
|
22034
|
+
/// Border color of load more.
|
|
22035
|
+
/// @group treeview
|
|
21940
22036
|
$treeview-loadmore-border: null !default;
|
|
21941
22037
|
|
|
22038
|
+
/// Background color of a hovered load more.
|
|
22039
|
+
/// @group treeview
|
|
21942
22040
|
$treeview-loadmore-hover-bg: transparent !default;
|
|
21943
|
-
|
|
22041
|
+
/// Text color of a hovered load more.
|
|
22042
|
+
/// @group treeview
|
|
22043
|
+
$treeview-loadmore-hover-text: inherit !default;
|
|
22044
|
+
/// Border color of a hovered load more.
|
|
22045
|
+
/// @group treeview
|
|
21944
22046
|
$treeview-loadmore-hover-border: null !default;
|
|
21945
22047
|
|
|
22048
|
+
/// Background color of a focused load more.
|
|
22049
|
+
/// @group treeview
|
|
21946
22050
|
$treeview-loadmore-focus-bg: transparent !default;
|
|
21947
|
-
|
|
22051
|
+
/// Text color of a focused load more.
|
|
22052
|
+
/// @group treeview
|
|
22053
|
+
$treeview-loadmore-focus-text: inherit !default;
|
|
22054
|
+
/// Border color of a focused load more.
|
|
22055
|
+
/// @group treeview
|
|
21948
22056
|
$treeview-loadmore-focus-border: null !default;
|
|
21949
|
-
|
|
22057
|
+
/// Box shadow of a focused load more.
|
|
22058
|
+
/// @group treeview
|
|
22059
|
+
$treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
|
|
21950
22060
|
|
|
21951
22061
|
// #endregion
|
|
21952
22062
|
// #region @import "_layout.scss"; -> packages/material/scss/treeview/_layout.scss
|
|
21953
22063
|
// #region @import "~@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
|
|
21954
22064
|
@include exports("treeview/layout") {
|
|
21955
22065
|
|
|
21956
|
-
//
|
|
22066
|
+
// Treeview
|
|
21957
22067
|
.k-treeview {
|
|
21958
|
-
padding:
|
|
22068
|
+
padding: 0;
|
|
21959
22069
|
border-width: 0;
|
|
21960
22070
|
background: none;
|
|
21961
22071
|
box-sizing: border-box;
|
|
@@ -21969,158 +22079,178 @@ $treeview-loadmore-focus-shadow: none !default;
|
|
|
21969
22079
|
white-space: nowrap;
|
|
21970
22080
|
-webkit-touch-callout: none;
|
|
21971
22081
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
22082
|
+
}
|
|
21972
22083
|
|
|
21973
|
-
> .k-group {
|
|
21974
|
-
outline: 0;
|
|
21975
|
-
-webkit-touch-callout: none;
|
|
21976
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
21977
|
-
}
|
|
21978
22084
|
|
|
21979
|
-
|
|
21980
|
-
|
|
21981
|
-
|
|
21982
|
-
|
|
21983
|
-
|
|
21984
|
-
|
|
21985
|
-
|
|
21986
|
-
|
|
22085
|
+
// Treeview group
|
|
22086
|
+
.k-treeview-group,
|
|
22087
|
+
.k-treeview .k-group {
|
|
22088
|
+
margin: 0;
|
|
22089
|
+
padding: 0;
|
|
22090
|
+
background: none;
|
|
22091
|
+
list-style: none;
|
|
22092
|
+
position: relative;
|
|
22093
|
+
outline: 0;
|
|
22094
|
+
-webkit-touch-callout: none;
|
|
22095
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
21987
22096
|
|
|
21988
|
-
|
|
21989
|
-
|
|
21990
|
-
}
|
|
22097
|
+
&.ng-animating {
|
|
22098
|
+
overflow: hidden;
|
|
21991
22099
|
}
|
|
22100
|
+
}
|
|
21992
22101
|
|
|
21993
|
-
// Wrappers
|
|
21994
|
-
.k-top,
|
|
21995
|
-
.k-mid,
|
|
21996
|
-
.k-bot {
|
|
21997
|
-
display: flex;
|
|
21998
|
-
flex-direction: row;
|
|
21999
|
-
align-items: center;
|
|
22000
|
-
align-content: center;
|
|
22001
|
-
}
|
|
22002
22102
|
|
|
22003
|
-
|
|
22004
|
-
|
|
22005
|
-
|
|
22006
|
-
|
|
22007
|
-
|
|
22008
|
-
|
|
22009
|
-
|
|
22010
|
-
|
|
22103
|
+
// Treeview wrappers
|
|
22104
|
+
.k-treeview-top,
|
|
22105
|
+
.k-treeview .k-top,
|
|
22106
|
+
.k-treeview-mid,
|
|
22107
|
+
.k-treeview .k-mid,
|
|
22108
|
+
.k-treeview-bot,
|
|
22109
|
+
.k-treeview .k-bot {
|
|
22110
|
+
display: flex;
|
|
22111
|
+
flex-direction: row;
|
|
22112
|
+
align-items: center;
|
|
22113
|
+
align-content: center;
|
|
22114
|
+
}
|
|
22011
22115
|
|
|
22012
|
-
// Link
|
|
22013
|
-
.k-in {
|
|
22014
|
-
@include border-radius( $treeview-item-border-radius );
|
|
22015
|
-
margin: 0;
|
|
22016
|
-
padding: $treeview-item-padding-y $treeview-item-padding-x;
|
|
22017
|
-
border: $treeview-item-border-width solid transparent;
|
|
22018
|
-
text-decoration: none;
|
|
22019
|
-
display: inline-flex;
|
|
22020
|
-
align-items: center;
|
|
22021
|
-
align-content: center;
|
|
22022
|
-
vertical-align: middle;
|
|
22023
|
-
position: relative;
|
|
22024
|
-
}
|
|
22025
|
-
.k-in.k-state-focused {
|
|
22026
|
-
z-index: 1;
|
|
22027
|
-
}
|
|
22028
22116
|
|
|
22029
|
-
|
|
22030
|
-
|
|
22031
|
-
|
|
22117
|
+
// Treeview item
|
|
22118
|
+
.k-treeview-item,
|
|
22119
|
+
.k-treeview .k-item {
|
|
22120
|
+
outline-style: none;
|
|
22121
|
+
margin: 0;
|
|
22122
|
+
padding: 0 0 0 $treeview-indent;
|
|
22123
|
+
border-width: 0;
|
|
22124
|
+
display: block;
|
|
22125
|
+
}
|
|
22032
22126
|
|
|
22033
|
-
&:hover,
|
|
22034
|
-
&.k-state-hover,
|
|
22035
|
-
&:focus,
|
|
22036
|
-
&.k-state-focused {
|
|
22037
|
-
text-decoration: underline;
|
|
22038
|
-
}
|
|
22039
|
-
}
|
|
22040
|
-
.k-treeview-load-more-checkboxes-container {
|
|
22041
|
-
padding-left: $treeview-loadmore-checkboxes-padding-x;
|
|
22042
22127
|
|
|
22043
|
-
|
|
22044
|
-
|
|
22045
|
-
|
|
22046
|
-
|
|
22047
|
-
|
|
22128
|
+
// Treeview toggle
|
|
22129
|
+
.k-treeview-toggle {
|
|
22130
|
+
flex: none;
|
|
22131
|
+
display: inline-flex;
|
|
22132
|
+
flex-flow: row nowrap;
|
|
22133
|
+
align-items: center;
|
|
22048
22134
|
|
|
22049
|
-
// Expand / collapse
|
|
22050
22135
|
.k-i-expand,
|
|
22051
22136
|
.k-i-collapse {
|
|
22052
|
-
margin-
|
|
22053
|
-
|
|
22137
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
22138
|
+
}
|
|
22139
|
+
}
|
|
22140
|
+
.k-treeview-toggle,
|
|
22141
|
+
.k-treeview .k-i-expand,
|
|
22142
|
+
.k-treeview .k-i-collapse {
|
|
22143
|
+
margin-left: -$treeview-indent;
|
|
22144
|
+
cursor: pointer;
|
|
22054
22145
|
|
|
22055
|
-
|
|
22056
|
-
|
|
22057
|
-
|
|
22146
|
+
+ .k-checkbox-wrap,
|
|
22147
|
+
+ .k-checkbox-wrapper {
|
|
22148
|
+
margin-left: $icon-spacing;
|
|
22058
22149
|
}
|
|
22150
|
+
}
|
|
22059
22151
|
|
|
22060
|
-
|
|
22061
|
-
|
|
22152
|
+
|
|
22153
|
+
// Loading icon
|
|
22154
|
+
.k-treeview-loading {
|
|
22155
|
+
margin-right: $icon-spacing;
|
|
22156
|
+
}
|
|
22157
|
+
|
|
22158
|
+
|
|
22159
|
+
// Checkbox
|
|
22160
|
+
.k-treeview .k-checkbox-wrap,
|
|
22161
|
+
.k-treeview .k-checkbox-wrapper {
|
|
22162
|
+
margin-right: $icon-spacing;
|
|
22163
|
+
align-self: center;
|
|
22164
|
+
}
|
|
22165
|
+
|
|
22166
|
+
|
|
22167
|
+
// Treeview leaf
|
|
22168
|
+
.k-treeview-leaf,
|
|
22169
|
+
.k-treeview .k-in {
|
|
22170
|
+
@include border-radius( $treeview-item-border-radius );
|
|
22171
|
+
margin: 0;
|
|
22172
|
+
padding: $treeview-item-padding-y $treeview-item-padding-x;
|
|
22173
|
+
border: $treeview-item-border-width solid transparent;
|
|
22174
|
+
text-decoration: none;
|
|
22175
|
+
display: inline-flex;
|
|
22176
|
+
align-items: center;
|
|
22177
|
+
align-content: center;
|
|
22178
|
+
vertical-align: middle;
|
|
22179
|
+
position: relative;
|
|
22180
|
+
|
|
22181
|
+
.k-icon,
|
|
22182
|
+
.k-image,
|
|
22183
|
+
.k-sprite {
|
|
22062
22184
|
margin-right: $icon-spacing;
|
|
22063
22185
|
}
|
|
22064
22186
|
|
|
22065
|
-
|
|
22066
|
-
|
|
22067
|
-
|
|
22068
|
-
position: absolute;
|
|
22069
|
-
transform: translate(-50%, -50%);
|
|
22070
|
-
z-index: 1000;
|
|
22187
|
+
&.k-state-focus,
|
|
22188
|
+
&.k-state-focused {
|
|
22189
|
+
z-index: 1;
|
|
22071
22190
|
}
|
|
22191
|
+
}
|
|
22072
22192
|
|
|
22073
|
-
|
|
22074
|
-
|
|
22075
|
-
|
|
22076
|
-
|
|
22077
|
-
|
|
22193
|
+
|
|
22194
|
+
// Treeview load more button
|
|
22195
|
+
.k-treeview .k-treeview-load-more-button {
|
|
22196
|
+
cursor: pointer;
|
|
22197
|
+
|
|
22198
|
+
&:hover,
|
|
22199
|
+
&.k-state-hover,
|
|
22200
|
+
&:focus,
|
|
22201
|
+
&.k-state-focus,
|
|
22202
|
+
&.k-state-focused {
|
|
22203
|
+
text-decoration: underline;
|
|
22078
22204
|
}
|
|
22079
22205
|
}
|
|
22080
22206
|
|
|
22207
|
+
|
|
22081
22208
|
// RTL
|
|
22082
22209
|
.k-rtl .k-treeview,
|
|
22083
22210
|
.k-treeview[dir="rtl"] {
|
|
22084
22211
|
|
|
22085
|
-
//
|
|
22086
|
-
.k-item
|
|
22212
|
+
// Treeview item
|
|
22213
|
+
.k-item,
|
|
22214
|
+
.k-treeview-item {
|
|
22087
22215
|
padding-left: 0;
|
|
22088
22216
|
padding-right: $treeview-indent;
|
|
22089
22217
|
}
|
|
22090
22218
|
|
|
22091
|
-
|
|
22092
|
-
padding-left: 0;
|
|
22093
|
-
padding-right: $treeview-loadmore-checkboxes-padding-x;
|
|
22094
|
-
|
|
22095
|
-
.k-i-loading {
|
|
22096
|
-
margin-left: $treeview-loadmore-checkboxes-icon-margin-x;
|
|
22097
|
-
margin-right: $treeview-loadmore-checkboxes-icon-indent;
|
|
22098
|
-
}
|
|
22099
|
-
}
|
|
22100
|
-
|
|
22101
|
-
// Expand / collapse
|
|
22219
|
+
// Treeview toggle
|
|
22102
22220
|
.k-i-expand,
|
|
22103
|
-
.k-i-collapse
|
|
22221
|
+
.k-i-collapse,
|
|
22222
|
+
.k-treeview-toggle {
|
|
22104
22223
|
margin-left: 0;
|
|
22105
22224
|
margin-right: -$treeview-indent;
|
|
22106
22225
|
|
|
22226
|
+
+ .k-checkbox-wrap,
|
|
22107
22227
|
+ .k-checkbox-wrapper {
|
|
22108
22228
|
margin-right: $icon-spacing;
|
|
22109
22229
|
}
|
|
22110
22230
|
}
|
|
22111
22231
|
|
|
22112
|
-
//
|
|
22113
|
-
.k-
|
|
22232
|
+
// Loading
|
|
22233
|
+
.k-treeview-loading {
|
|
22114
22234
|
margin-right: 0;
|
|
22115
22235
|
margin-left: $icon-spacing;
|
|
22116
22236
|
}
|
|
22117
22237
|
|
|
22118
|
-
//
|
|
22119
|
-
.k-
|
|
22120
|
-
.k-
|
|
22121
|
-
.k-in .k-sprite {
|
|
22122
|
-
margin-left: $icon-spacing;
|
|
22238
|
+
// Checkbox
|
|
22239
|
+
.k-checkbox-wrap,
|
|
22240
|
+
.k-checkbox-wrapper {
|
|
22123
22241
|
margin-right: 0;
|
|
22242
|
+
margin-left: $icon-spacing;
|
|
22243
|
+
}
|
|
22244
|
+
|
|
22245
|
+
// Treeview leaf
|
|
22246
|
+
.k-treeview-leaf,
|
|
22247
|
+
.k-in {
|
|
22248
|
+
.k-icon,
|
|
22249
|
+
.k-image,
|
|
22250
|
+
.k-sprite {
|
|
22251
|
+
margin-right: 0;
|
|
22252
|
+
margin-left: $icon-spacing;
|
|
22253
|
+
}
|
|
22124
22254
|
}
|
|
22125
22255
|
|
|
22126
22256
|
}
|
|
@@ -22130,24 +22260,30 @@ $treeview-loadmore-focus-shadow: none !default;
|
|
|
22130
22260
|
|
|
22131
22261
|
// #endregion
|
|
22132
22262
|
// #region @import "_theme.scss"; -> packages/material/scss/treeview/_theme.scss
|
|
22263
|
+
// #region @import "~@progress/kendo-theme-default/scss/treeview/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/treeview/_theme.scss
|
|
22133
22264
|
@include exports("treeview/theme") {
|
|
22134
22265
|
|
|
22135
|
-
//
|
|
22266
|
+
// Treeview
|
|
22136
22267
|
.k-treeview {
|
|
22137
22268
|
@include fill(
|
|
22138
22269
|
$treeview-text,
|
|
22139
22270
|
$treeview-bg,
|
|
22140
22271
|
$treeview-border
|
|
22141
22272
|
);
|
|
22273
|
+
}
|
|
22142
22274
|
|
|
22143
22275
|
|
|
22144
|
-
|
|
22145
|
-
|
|
22276
|
+
// Treeview item
|
|
22277
|
+
.k-treeview-item {}
|
|
22146
22278
|
|
|
22147
22279
|
|
|
22148
|
-
|
|
22149
|
-
|
|
22150
|
-
|
|
22280
|
+
// Treeview leaf
|
|
22281
|
+
.k-treeview-leaf,
|
|
22282
|
+
.k-treeview .k-in {
|
|
22283
|
+
|
|
22284
|
+
// Hover state
|
|
22285
|
+
&:hover,
|
|
22286
|
+
&.k-state-hover {
|
|
22151
22287
|
@include fill(
|
|
22152
22288
|
$treeview-item-hovered-text,
|
|
22153
22289
|
$treeview-item-hovered-bg,
|
|
@@ -22155,7 +22291,15 @@ $treeview-loadmore-focus-shadow: none !default;
|
|
|
22155
22291
|
$treeview-item-hovered-gradient
|
|
22156
22292
|
);
|
|
22157
22293
|
}
|
|
22158
|
-
|
|
22294
|
+
|
|
22295
|
+
// Focus state
|
|
22296
|
+
&.k-state-focus,
|
|
22297
|
+
&.k-state-focused {
|
|
22298
|
+
@include box-shadow( $treeview-item-focused-shadow );
|
|
22299
|
+
}
|
|
22300
|
+
|
|
22301
|
+
// Selected state
|
|
22302
|
+
&.k-state-selected {
|
|
22159
22303
|
@include fill(
|
|
22160
22304
|
$treeview-item-selected-text,
|
|
22161
22305
|
$treeview-item-selected-bg,
|
|
@@ -22163,7 +22307,73 @@ $treeview-loadmore-focus-shadow: none !default;
|
|
|
22163
22307
|
$treeview-item-selected-gradient
|
|
22164
22308
|
);
|
|
22165
22309
|
}
|
|
22166
|
-
|
|
22310
|
+
}
|
|
22311
|
+
|
|
22312
|
+
|
|
22313
|
+
// Treeview load more button
|
|
22314
|
+
.k-treeview .k-treeview-load-more-button {
|
|
22315
|
+
@include fill(
|
|
22316
|
+
$treeview-loadmore-text,
|
|
22317
|
+
$treeview-loadmore-bg,
|
|
22318
|
+
$treeview-loadmore-border
|
|
22319
|
+
);
|
|
22320
|
+
|
|
22321
|
+
// Hover state
|
|
22322
|
+
&:hover,
|
|
22323
|
+
&.k-state-hover {
|
|
22324
|
+
@include fill(
|
|
22325
|
+
$treeview-loadmore-hover-text,
|
|
22326
|
+
$treeview-loadmore-hover-bg,
|
|
22327
|
+
$treeview-loadmore-hover-border
|
|
22328
|
+
);
|
|
22329
|
+
}
|
|
22330
|
+
|
|
22331
|
+
// Focus state
|
|
22332
|
+
&:focus,
|
|
22333
|
+
&.k-state-focus,
|
|
22334
|
+
&.k-state-focused {
|
|
22335
|
+
@include fill(
|
|
22336
|
+
$treeview-loadmore-focus-text,
|
|
22337
|
+
$treeview-loadmore-focus-bg,
|
|
22338
|
+
$treeview-loadmore-focus-border
|
|
22339
|
+
);
|
|
22340
|
+
@include box-shadow( $treeview-loadmore-focus-shadow );
|
|
22341
|
+
}
|
|
22342
|
+
}
|
|
22343
|
+
|
|
22344
|
+
}
|
|
22345
|
+
|
|
22346
|
+
// #endregion
|
|
22347
|
+
|
|
22348
|
+
@include exports( "treeview/theme/material" ) {
|
|
22349
|
+
|
|
22350
|
+
// Treeview
|
|
22351
|
+
.k-treeview {}
|
|
22352
|
+
|
|
22353
|
+
|
|
22354
|
+
// Treeview item
|
|
22355
|
+
.k-treeview-item {}
|
|
22356
|
+
|
|
22357
|
+
|
|
22358
|
+
// Treeview leaf
|
|
22359
|
+
.k-treeview-leaf,
|
|
22360
|
+
.k-treeview .k-in {
|
|
22361
|
+
|
|
22362
|
+
// Hover state
|
|
22363
|
+
&:hover,
|
|
22364
|
+
&.k-state-hover {
|
|
22365
|
+
@include fill(
|
|
22366
|
+
$treeview-item-hovered-text,
|
|
22367
|
+
$treeview-item-hovered-bg,
|
|
22368
|
+
$treeview-item-hovered-border,
|
|
22369
|
+
$treeview-item-hovered-gradient
|
|
22370
|
+
);
|
|
22371
|
+
}
|
|
22372
|
+
|
|
22373
|
+
// Focus state
|
|
22374
|
+
&:focus,
|
|
22375
|
+
&.k-state-focus,
|
|
22376
|
+
&.k-state-focused {
|
|
22167
22377
|
@include fill(
|
|
22168
22378
|
$treeview-item-hovered-text,
|
|
22169
22379
|
$treeview-item-hovered-bg,
|
|
@@ -22171,6 +22381,16 @@ $treeview-loadmore-focus-shadow: none !default;
|
|
|
22171
22381
|
$treeview-item-hovered-gradient
|
|
22172
22382
|
);
|
|
22173
22383
|
}
|
|
22384
|
+
|
|
22385
|
+
// Selected state
|
|
22386
|
+
&.k-state-selected {
|
|
22387
|
+
@include fill(
|
|
22388
|
+
$treeview-item-selected-text,
|
|
22389
|
+
$treeview-item-selected-bg,
|
|
22390
|
+
$treeview-item-selected-border,
|
|
22391
|
+
$treeview-item-selected-gradient
|
|
22392
|
+
);
|
|
22393
|
+
}
|
|
22174
22394
|
}
|
|
22175
22395
|
|
|
22176
22396
|
}
|
|
@@ -22572,26 +22792,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
22572
22792
|
// Component
|
|
22573
22793
|
// #region @import "_variables.scss"; -> packages/material/scss/searchbox/_variables.scss
|
|
22574
22794
|
// Searchbox
|
|
22575
|
-
$searchbox-padding-x: $input-padding-x !default;
|
|
22576
|
-
$searchbox-padding-y: $input-padding-y !default;
|
|
22577
|
-
$searchbox-border-width: $input-border-width !default;
|
|
22578
|
-
$searchbox-border-radius: $input-border-radius !default;
|
|
22579
|
-
|
|
22580
|
-
$searchbox-font-family: $input-font-family !default;
|
|
22581
|
-
$searchbox-font-size: $input-font-size !default;
|
|
22582
|
-
$searchbox-line-height: $input-line-height !default;
|
|
22583
|
-
|
|
22584
|
-
$searchbox-bg: $input-bg !default;
|
|
22585
|
-
$searchbox-text: $input-text !default;
|
|
22586
|
-
$searchbox-border: $input-border !default;
|
|
22587
|
-
|
|
22588
|
-
$searchbox-hover-bg: $input-hovered-bg !default;
|
|
22589
|
-
$searchbox-hover-text: $input-hovered-text !default;
|
|
22590
|
-
$searchbox-hover-border: $input-hovered-border !default;
|
|
22591
|
-
|
|
22592
|
-
$searchbox-focus-bg: $input-focused-bg !default;
|
|
22593
|
-
$searchbox-focus-text: $input-focused-text !default;
|
|
22594
|
-
$searchbox-focus-border: $input-focused-border !default;
|
|
22595
22795
|
|
|
22596
22796
|
// #endregion
|
|
22597
22797
|
// #region @import "_layout.scss"; -> packages/material/scss/searchbox/_layout.scss
|
|
@@ -22600,22 +22800,36 @@ $searchbox-focus-border: $input-focused-border !default;
|
|
|
22600
22800
|
|
|
22601
22801
|
// Searchbox
|
|
22602
22802
|
.k-searchbox {
|
|
22603
|
-
@include border-radius( $
|
|
22604
|
-
|
|
22803
|
+
@include border-radius( $input-border-radius );
|
|
22804
|
+
width: $input-default-width;
|
|
22805
|
+
border-width: $input-border-width;
|
|
22605
22806
|
border-style: solid;
|
|
22606
22807
|
box-sizing: border-box;
|
|
22607
|
-
|
|
22608
|
-
font-
|
|
22609
|
-
|
|
22808
|
+
outline: 0;
|
|
22809
|
+
font-family: $input-font-family;
|
|
22810
|
+
font-size: $input-font-size;
|
|
22811
|
+
line-height: $input-line-height;
|
|
22812
|
+
text-align: start;
|
|
22813
|
+
white-space: nowrap;
|
|
22610
22814
|
display: inline-flex;
|
|
22611
|
-
align-items: center;
|
|
22612
|
-
vertical-align: middle;
|
|
22613
22815
|
flex-flow: row nowrap;
|
|
22816
|
+
vertical-align: middle;
|
|
22614
22817
|
position: relative;
|
|
22615
22818
|
overflow: hidden;
|
|
22819
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
22820
|
+
-webkit-touch-callout: none;
|
|
22821
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
22616
22822
|
|
|
22823
|
+
// Input
|
|
22617
22824
|
> .k-input {
|
|
22618
|
-
padding: $
|
|
22825
|
+
padding: $input-padding-y $input-padding-x;
|
|
22826
|
+
}
|
|
22827
|
+
|
|
22828
|
+
|
|
22829
|
+
// Loading icon
|
|
22830
|
+
.k-i-loading {
|
|
22831
|
+
width: $input-icon-width;
|
|
22832
|
+
height: $input-icon-height;
|
|
22619
22833
|
}
|
|
22620
22834
|
}
|
|
22621
22835
|
|
|
@@ -22642,53 +22856,44 @@ $searchbox-focus-border: $input-focused-border !default;
|
|
|
22642
22856
|
// Searchbox
|
|
22643
22857
|
.k-searchbox {
|
|
22644
22858
|
@include fill(
|
|
22645
|
-
$
|
|
22646
|
-
$
|
|
22647
|
-
$
|
|
22859
|
+
$input-text,
|
|
22860
|
+
$input-bg,
|
|
22861
|
+
$input-border
|
|
22648
22862
|
);
|
|
22649
22863
|
|
|
22650
|
-
|
|
22651
22864
|
// Hover state
|
|
22652
22865
|
&:hover,
|
|
22653
22866
|
&.k-state-hover {
|
|
22654
22867
|
@include fill(
|
|
22655
|
-
$
|
|
22656
|
-
$
|
|
22657
|
-
$
|
|
22868
|
+
$input-hovered-text,
|
|
22869
|
+
$input-hovered-bg,
|
|
22870
|
+
$input-hovered-border
|
|
22658
22871
|
);
|
|
22659
22872
|
}
|
|
22660
22873
|
|
|
22661
|
-
|
|
22662
22874
|
// Focus state
|
|
22663
22875
|
&:focus,
|
|
22664
|
-
// &:focus-within,
|
|
22665
22876
|
&.k-state-focus {
|
|
22666
22877
|
@include fill(
|
|
22667
|
-
$
|
|
22668
|
-
$
|
|
22669
|
-
$
|
|
22878
|
+
$input-focused-text,
|
|
22879
|
+
$input-focused-bg,
|
|
22880
|
+
$input-focused-border
|
|
22670
22881
|
);
|
|
22671
22882
|
@include box-shadow( $input-focused-shadow );
|
|
22672
22883
|
}
|
|
22673
22884
|
&:focus-within {
|
|
22674
22885
|
@include fill(
|
|
22675
|
-
$
|
|
22676
|
-
$
|
|
22677
|
-
$
|
|
22886
|
+
$input-focused-text,
|
|
22887
|
+
$input-focused-bg,
|
|
22888
|
+
$input-focused-border
|
|
22678
22889
|
);
|
|
22679
22890
|
@include box-shadow( $input-focused-shadow );
|
|
22680
22891
|
}
|
|
22681
22892
|
|
|
22682
22893
|
|
|
22683
|
-
//
|
|
22684
|
-
&:disabled,
|
|
22685
|
-
&.k-state-disabled {
|
|
22686
|
-
@include disabled( $disabled-styling );
|
|
22687
|
-
}
|
|
22688
|
-
|
|
22689
|
-
|
|
22690
|
-
// Invalid
|
|
22894
|
+
// Invalid state
|
|
22691
22895
|
&.k-invalid,
|
|
22896
|
+
&.ng-invalid,
|
|
22692
22897
|
&.k-state-invalid {
|
|
22693
22898
|
border-color: $invalid-border;
|
|
22694
22899
|
|
|
@@ -22696,13 +22901,13 @@ $searchbox-focus-border: $input-focused-border !default;
|
|
|
22696
22901
|
color: $invalid-text;
|
|
22697
22902
|
}
|
|
22698
22903
|
|
|
22699
|
-
&:focus,
|
|
22904
|
+
&:focus-within,
|
|
22700
22905
|
&.k-state-focus {
|
|
22701
22906
|
@include box-shadow($invalid-shadow);
|
|
22702
22907
|
}
|
|
22703
22908
|
}
|
|
22704
|
-
|
|
22705
22909
|
}
|
|
22910
|
+
|
|
22706
22911
|
}
|
|
22707
22912
|
|
|
22708
22913
|
// #endregion
|
|
@@ -23983,7 +24188,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23983
24188
|
$appbar-margin-y: null !default;
|
|
23984
24189
|
$appbar-margin-x: null !default;
|
|
23985
24190
|
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
23986
|
-
$appbar-padding-x: map-get( $spacing,
|
|
24191
|
+
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
23987
24192
|
$appbar-border-width: 0px !default;
|
|
23988
24193
|
|
|
23989
24194
|
$appbar-zindex: 1000 !default;
|
|
@@ -24625,10 +24830,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24625
24830
|
|
|
24626
24831
|
// Menu item
|
|
24627
24832
|
.k-menu-item {
|
|
24833
|
+
box-sizing: border-box;
|
|
24628
24834
|
border-width: 0;
|
|
24629
24835
|
outline: 0;
|
|
24630
24836
|
display: flex;
|
|
24631
|
-
flex:
|
|
24837
|
+
flex-flow: column nowrap;
|
|
24838
|
+
flex: none;
|
|
24632
24839
|
position: relative;
|
|
24633
24840
|
user-select: none;
|
|
24634
24841
|
}
|
|
@@ -24640,7 +24847,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24640
24847
|
outline: 0;
|
|
24641
24848
|
color: inherit;
|
|
24642
24849
|
display: flex;
|
|
24643
|
-
flex-
|
|
24850
|
+
flex-flow: row nowrap;
|
|
24644
24851
|
flex: 1 1 auto;
|
|
24645
24852
|
align-items: center;
|
|
24646
24853
|
position: relative;
|
|
@@ -24655,10 +24862,22 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24655
24862
|
}
|
|
24656
24863
|
|
|
24657
24864
|
|
|
24865
|
+
// Menu item text
|
|
24866
|
+
.k-menu-link-text {
|
|
24867
|
+
flex: 1 1 auto;
|
|
24868
|
+
overflow: hidden;
|
|
24869
|
+
text-overflow: ellipsis;
|
|
24870
|
+
}
|
|
24871
|
+
|
|
24872
|
+
|
|
24658
24873
|
// Expand arrow
|
|
24659
24874
|
.k-menu-expand-arrow {
|
|
24660
24875
|
margin-left: $icon-spacing;
|
|
24661
24876
|
margin-right: -$icon-spacing;
|
|
24877
|
+
display: inline-flex;
|
|
24878
|
+
flex-flow: row wrap;
|
|
24879
|
+
align-items: center;
|
|
24880
|
+
flex: none;
|
|
24662
24881
|
position: relative;
|
|
24663
24882
|
}
|
|
24664
24883
|
.k-menu-expand-arrow.k-i-arrow-60-left,
|
|
@@ -24705,6 +24924,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24705
24924
|
> .k-menu-item > .k-menu-link {
|
|
24706
24925
|
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
24707
24926
|
padding-right: $menu-popup-item-padding-end;
|
|
24927
|
+
|
|
24928
|
+
.k-menu-expand-arrow {
|
|
24929
|
+
margin: 0;
|
|
24930
|
+
position: absolute;
|
|
24931
|
+
top: 50%;
|
|
24932
|
+
transform: translateY(-50%);
|
|
24933
|
+
right: $icon-spacing;
|
|
24934
|
+
}
|
|
24708
24935
|
}
|
|
24709
24936
|
|
|
24710
24937
|
> .k-separator {
|
|
@@ -24757,6 +24984,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24757
24984
|
.k-menu-link {
|
|
24758
24985
|
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
24759
24986
|
padding-right: $menu-popup-item-padding-end;
|
|
24987
|
+
|
|
24988
|
+
.k-menu-expand-arrow {
|
|
24989
|
+
margin: 0;
|
|
24990
|
+
position: absolute;
|
|
24991
|
+
top: 50%;
|
|
24992
|
+
transform: translateY(-50%);
|
|
24993
|
+
right: $icon-spacing;
|
|
24994
|
+
}
|
|
24760
24995
|
}
|
|
24761
24996
|
|
|
24762
24997
|
.k-separator {
|
|
@@ -24764,7 +24999,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24764
24999
|
height: 0;
|
|
24765
25000
|
border-width: 1px 0 0;
|
|
24766
25001
|
border-style: solid;
|
|
24767
|
-
border-color: $
|
|
25002
|
+
border-color: $component-border;
|
|
24768
25003
|
display: block;
|
|
24769
25004
|
}
|
|
24770
25005
|
}
|
|
@@ -24792,11 +25027,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24792
25027
|
.k-context-menu-popup {
|
|
24793
25028
|
z-index: 12000;
|
|
24794
25029
|
|
|
24795
|
-
> .k-popup:not(.k-menu-popup),
|
|
24796
25030
|
.k-context-menu {
|
|
24797
|
-
border: 0;
|
|
25031
|
+
border-width: 0;
|
|
24798
25032
|
}
|
|
24799
25033
|
}
|
|
25034
|
+
.k-popup .k-context-menu,
|
|
25035
|
+
.k-context-menu-popup .k-context-menu {
|
|
25036
|
+
border-width: 0;
|
|
25037
|
+
}
|
|
24800
25038
|
|
|
24801
25039
|
|
|
24802
25040
|
// Scrolling
|
|
@@ -24886,6 +25124,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24886
25124
|
> .k-menu-item > .k-menu-link {
|
|
24887
25125
|
padding-right: $menu-popup-item-padding-x;
|
|
24888
25126
|
padding-left: $menu-popup-item-padding-end;
|
|
25127
|
+
|
|
25128
|
+
.k-menu-expand-arrow {
|
|
25129
|
+
right: auto;
|
|
25130
|
+
left: $icon-spacing;
|
|
25131
|
+
}
|
|
24889
25132
|
}
|
|
24890
25133
|
}
|
|
24891
25134
|
|
|
@@ -24896,6 +25139,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24896
25139
|
.k-menu-link {
|
|
24897
25140
|
padding-right: $menu-popup-item-padding-x;
|
|
24898
25141
|
padding-left: $menu-popup-item-padding-end;
|
|
25142
|
+
|
|
25143
|
+
.k-menu-expand-arrow {
|
|
25144
|
+
right: auto;
|
|
25145
|
+
left: $icon-spacing;
|
|
25146
|
+
}
|
|
24899
25147
|
}
|
|
24900
25148
|
|
|
24901
25149
|
}
|
|
@@ -24964,7 +25212,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24964
25212
|
);
|
|
24965
25213
|
}
|
|
24966
25214
|
|
|
24967
|
-
> .k-state-active
|
|
25215
|
+
> .k-state-active,
|
|
25216
|
+
&.k-state-selected {
|
|
24968
25217
|
@include fill(
|
|
24969
25218
|
$menu-item-expanded-text,
|
|
24970
25219
|
$menu-item-expanded-bg,
|
|
@@ -24974,6 +25223,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
24974
25223
|
}
|
|
24975
25224
|
|
|
24976
25225
|
&:focus,
|
|
25226
|
+
&.k-state-focus,
|
|
24977
25227
|
&.k-state-focused {
|
|
24978
25228
|
@include box-shadow( $menu-item-focus-shadow );
|
|
24979
25229
|
}
|
|
@@ -25007,7 +25257,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
25007
25257
|
);
|
|
25008
25258
|
}
|
|
25009
25259
|
|
|
25010
|
-
> .k-state-active
|
|
25260
|
+
> .k-state-active,
|
|
25261
|
+
&.k-state-selected {
|
|
25011
25262
|
@include fill(
|
|
25012
25263
|
$menu-popup-item-expanded-text,
|
|
25013
25264
|
$menu-popup-item-expanded-bg,
|
|
@@ -25017,6 +25268,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
25017
25268
|
}
|
|
25018
25269
|
|
|
25019
25270
|
&:focus,
|
|
25271
|
+
&.k-state-focus,
|
|
25020
25272
|
&.k-state-focused {
|
|
25021
25273
|
@include box-shadow( $menu-popup-item-focus-shadow );
|
|
25022
25274
|
}
|
|
@@ -25059,6 +25311,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
25059
25311
|
|
|
25060
25312
|
// Focused state
|
|
25061
25313
|
&:focus,
|
|
25314
|
+
&.k-state-focus,
|
|
25062
25315
|
&.k-state-focused {
|
|
25063
25316
|
@include fill(
|
|
25064
25317
|
$menu-item-hover-text,
|
|
@@ -25078,6 +25331,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
25078
25331
|
|
|
25079
25332
|
// Focused
|
|
25080
25333
|
&:focus,
|
|
25334
|
+
&.k-state-focus,
|
|
25081
25335
|
&.k-state-focused {
|
|
25082
25336
|
@include fill(
|
|
25083
25337
|
$menu-popup-item-hover-text,
|
|
@@ -27963,7 +28217,7 @@ $pager-number-focus-opacity: .12 !default;
|
|
|
27963
28217
|
$pager-number-focus-bg: rgba($pager-number-text, $pager-number-focus-opacity) !default;
|
|
27964
28218
|
$pager-number-focus-shadow: null !default;
|
|
27965
28219
|
|
|
27966
|
-
$pager-input-width:
|
|
28220
|
+
$pager-input-width: 5em !default;
|
|
27967
28221
|
$pager-dropdown-width: 5em !default;
|
|
27968
28222
|
|
|
27969
28223
|
// #endregion
|
|
@@ -31114,14 +31368,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31114
31368
|
}
|
|
31115
31369
|
}
|
|
31116
31370
|
|
|
31117
|
-
.k-grid-filter-menu {
|
|
31118
|
-
|
|
31119
|
-
.k-filter-selected-items {
|
|
31120
|
-
margin: 1em;
|
|
31121
|
-
font-weight: normal;
|
|
31122
|
-
}
|
|
31123
|
-
}
|
|
31124
|
-
|
|
31125
31371
|
.k-grid-edit-form {
|
|
31126
31372
|
|
|
31127
31373
|
.k-popup-edit-form,
|
|
@@ -31130,10 +31376,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31130
31376
|
min-width: auto;
|
|
31131
31377
|
}
|
|
31132
31378
|
}
|
|
31133
|
-
|
|
31134
|
-
.k-grid .k-grid-search {
|
|
31135
|
-
width: 100%;
|
|
31136
|
-
}
|
|
31137
31379
|
}
|
|
31138
31380
|
|
|
31139
31381
|
.k-grid.k-grid-mobile {
|
|
@@ -31400,39 +31642,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31400
31642
|
|
|
31401
31643
|
.k-pane-wrapper {
|
|
31402
31644
|
|
|
31403
|
-
.k-
|
|
31404
|
-
|
|
31405
|
-
.k-grid-filter-menu,
|
|
31406
|
-
.k-scheduler-edit-form {
|
|
31407
|
-
|
|
31408
|
-
> .k-header {
|
|
31409
|
-
display: flex;
|
|
31410
|
-
justify-content: space-between;
|
|
31411
|
-
padding: .3em .6em;
|
|
31412
|
-
width: auto;
|
|
31413
|
-
line-height: 2em;
|
|
31414
|
-
|
|
31415
|
-
.k-header-done,
|
|
31416
|
-
.k-header-cancel {
|
|
31417
|
-
display: flex;
|
|
31418
|
-
flex-direction: row;
|
|
31419
|
-
align-items: center;
|
|
31420
|
-
|
|
31421
|
-
.k-icon {
|
|
31422
|
-
font-size: 1.5em;
|
|
31423
|
-
}
|
|
31424
|
-
}
|
|
31425
|
-
}
|
|
31645
|
+
.k-appbar {
|
|
31646
|
+
padding: map-get( $spacing, 1 );
|
|
31426
31647
|
}
|
|
31427
31648
|
|
|
31428
31649
|
.k-list-title,
|
|
31429
|
-
.k-filter-help-text
|
|
31430
|
-
.k-list-group-header {
|
|
31650
|
+
.k-filter-help-text {
|
|
31431
31651
|
padding: $listgroup-item-padding-y $listgroup-item-padding-x;
|
|
31432
31652
|
display: block;
|
|
31433
31653
|
}
|
|
31434
31654
|
|
|
31435
|
-
.k-
|
|
31655
|
+
.k-listgroup-title {
|
|
31656
|
+
padding: $listgroup-item-padding-y $listgroup-item-padding-x;
|
|
31436
31657
|
font-weight: bold;
|
|
31437
31658
|
text-transform: uppercase;
|
|
31438
31659
|
}
|
|
@@ -31444,31 +31665,56 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31444
31665
|
}
|
|
31445
31666
|
}
|
|
31446
31667
|
.k-listgroup + .k-listgroup {
|
|
31447
|
-
margin-top:
|
|
31668
|
+
margin-top: map-get( $spacing, 4 );
|
|
31448
31669
|
}
|
|
31449
31670
|
|
|
31450
31671
|
// Column menu
|
|
31451
31672
|
.k-column-menu {
|
|
31673
|
+
padding: map-get( $spacing, 2 );
|
|
31674
|
+
display: flex;
|
|
31675
|
+
flex-flow: column nowrap;
|
|
31676
|
+
gap: map-get( $spacing, 2 );
|
|
31452
31677
|
|
|
31453
31678
|
.k-filter-item .k-filterable * {
|
|
31454
31679
|
pointer-events: none;
|
|
31455
31680
|
}
|
|
31681
|
+
|
|
31682
|
+
.k-list-title,
|
|
31683
|
+
.k-listgroup-title {
|
|
31684
|
+
padding: 0;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.k-listgroup {
|
|
31688
|
+
margin-inline: -#{map-get( $spacing, 2 )};
|
|
31689
|
+
}
|
|
31456
31690
|
}
|
|
31457
31691
|
|
|
31458
31692
|
// Filter menu
|
|
31459
31693
|
.k-filter-menu {
|
|
31694
|
+
padding: map-get( $spacing, 2 );
|
|
31695
|
+
display: flex;
|
|
31696
|
+
flex-flow: column nowrap;
|
|
31697
|
+
gap: map-get( $spacing, 2 );
|
|
31460
31698
|
|
|
31461
|
-
.k-
|
|
31462
|
-
|
|
31463
|
-
|
|
31699
|
+
.k-list-title {
|
|
31700
|
+
padding: 0;
|
|
31701
|
+
}
|
|
31702
|
+
|
|
31703
|
+
.k-list-filter {
|
|
31704
|
+
padding: 0;
|
|
31464
31705
|
display: flex;
|
|
31465
|
-
|
|
31706
|
+
flex-flow: column nowrap;
|
|
31707
|
+
gap: inherit;
|
|
31466
31708
|
}
|
|
31467
31709
|
|
|
31468
31710
|
.k-filter-tools {
|
|
31469
|
-
margin: 1em;
|
|
31470
31711
|
display: flex;
|
|
31471
|
-
|
|
31712
|
+
flex-flow: row nowrap;
|
|
31713
|
+
gap: inherit;
|
|
31714
|
+
}
|
|
31715
|
+
|
|
31716
|
+
.k-listgroup {
|
|
31717
|
+
margin-inline: -#{map-get( $spacing, 2 )};
|
|
31472
31718
|
}
|
|
31473
31719
|
}
|
|
31474
31720
|
|
|
@@ -31492,7 +31738,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31492
31738
|
}
|
|
31493
31739
|
|
|
31494
31740
|
// Pager
|
|
31495
|
-
|
|
31496
31741
|
.k-pager-wrap.k-pager-sm {
|
|
31497
31742
|
justify-content: center;
|
|
31498
31743
|
|
|
@@ -31502,47 +31747,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31502
31747
|
|
|
31503
31748
|
}
|
|
31504
31749
|
|
|
31505
|
-
// IE
|
|
31506
|
-
|
|
31507
|
-
.k-ie & {
|
|
31508
|
-
|
|
31509
|
-
.k-scheduler {
|
|
31510
|
-
.k-scheduler-toolbar,
|
|
31511
|
-
.k-scheduler-footer {
|
|
31512
|
-
line-height: 2em;
|
|
31513
|
-
}
|
|
31514
|
-
}
|
|
31515
|
-
|
|
31516
|
-
.k-grid {
|
|
31517
|
-
|
|
31518
|
-
.k-icon {
|
|
31519
|
-
text-indent: 0;
|
|
31520
|
-
}
|
|
31521
|
-
}
|
|
31522
|
-
}
|
|
31523
|
-
|
|
31524
31750
|
// RTL
|
|
31525
|
-
|
|
31526
31751
|
.k-rtl &,
|
|
31527
31752
|
&[dir="rtl"],
|
|
31528
31753
|
[dir="rtl"] & {
|
|
31529
31754
|
|
|
31530
|
-
.k-
|
|
31531
|
-
.k-
|
|
31532
|
-
|
|
31533
|
-
.k-scheduler-edit-form {
|
|
31534
|
-
|
|
31535
|
-
> .k-header {
|
|
31536
|
-
flex-direction: row-reverse;
|
|
31537
|
-
}
|
|
31538
|
-
}
|
|
31539
|
-
|
|
31540
|
-
.k-filter-menu {
|
|
31541
|
-
|
|
31542
|
-
.k-space-right > .k-i-zoom {
|
|
31543
|
-
left: 15px;
|
|
31544
|
-
right: auto;
|
|
31545
|
-
}
|
|
31755
|
+
.k-header-cancel .k-i-arrow-chevron-left,
|
|
31756
|
+
.k-listgroup-item .k-select .k-i-arrow-chevron-right {
|
|
31757
|
+
transform: scaleX( -1 );
|
|
31546
31758
|
}
|
|
31547
31759
|
|
|
31548
31760
|
.k-scheduler-mobile {
|
|
@@ -31564,10 +31776,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31564
31776
|
margin-right: 0;
|
|
31565
31777
|
}
|
|
31566
31778
|
}
|
|
31567
|
-
|
|
31568
|
-
.k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
|
|
31569
|
-
transform: scaleX(-1);
|
|
31570
|
-
}
|
|
31571
31779
|
}
|
|
31572
31780
|
}
|
|
31573
31781
|
}
|
|
@@ -31645,15 +31853,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31645
31853
|
.k-grid-filter-menu,
|
|
31646
31854
|
.k-scheduler-edit-form {
|
|
31647
31855
|
|
|
31648
|
-
.k-header {
|
|
31649
|
-
color: $adaptive-menu-text;
|
|
31650
|
-
background-color: $adaptive-menu-bg;
|
|
31651
|
-
|
|
31652
|
-
.k-link {
|
|
31653
|
-
color: inherit;
|
|
31654
|
-
}
|
|
31655
|
-
}
|
|
31656
|
-
|
|
31657
31856
|
.k-item,
|
|
31658
31857
|
.k-link {
|
|
31659
31858
|
color: $base-text;
|
|
@@ -31755,7 +31954,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31755
31954
|
// #endregion
|
|
31756
31955
|
// #region @import "_layout.scss"; -> packages/material/scss/grid/_layout.scss
|
|
31757
31956
|
$grid-hierarchy-col-width: 32px !default;
|
|
31758
|
-
$grid-form-component-vertical-align: middle !default;
|
|
31759
31957
|
// TODO: perhaps these should be the values for cell-padding-x/-y
|
|
31760
31958
|
$grid-grouping-row-border-top: 0px !default;
|
|
31761
31959
|
$grid-group-footer-border-y: 1px !default;
|
|
@@ -31785,7 +31983,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
31785
31983
|
// be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
|
|
31786
31984
|
$grid-command-cell-padding-y: calc( #{$table-cell-padding-y} - (#{$button-calc-size} - #{$line-height-em}) / 2 ) !default;
|
|
31787
31985
|
|
|
31788
|
-
$grid-form-component-vertical-align: middle !default;
|
|
31789
31986
|
$grid-hierarchy-col-width: ($icon-size * 2) !default;
|
|
31790
31987
|
|
|
31791
31988
|
$grid-group-indicator-border-radius: $border-radius !default;
|
|
@@ -32183,12 +32380,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32183
32380
|
}
|
|
32184
32381
|
|
|
32185
32382
|
|
|
32186
|
-
// Grid search
|
|
32187
|
-
.k-grid-search {
|
|
32188
|
-
width: $grid-search-width;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
|
-
|
|
32192
32383
|
// Grouping header
|
|
32193
32384
|
.k-grouping-header {
|
|
32194
32385
|
padding: $grid-grouping-header-padding-y $grid-grouping-header-padding-x;
|
|
@@ -32486,14 +32677,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32486
32677
|
padding: 4px 8px;
|
|
32487
32678
|
}
|
|
32488
32679
|
|
|
32489
|
-
.k-grid-columnmenu-popup {
|
|
32490
|
-
width: 230px;
|
|
32491
|
-
|
|
32492
|
-
&.k-popup {
|
|
32493
|
-
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
32494
|
-
}
|
|
32495
|
-
}
|
|
32496
|
-
|
|
32497
32680
|
// Filter row
|
|
32498
32681
|
.k-filter-row {
|
|
32499
32682
|
line-height: $form-line-height;
|
|
@@ -32577,6 +32760,18 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32577
32760
|
}
|
|
32578
32761
|
|
|
32579
32762
|
|
|
32763
|
+
// Checkboxes
|
|
32764
|
+
.k-grid th,
|
|
32765
|
+
.k-grid td {
|
|
32766
|
+
> .k-radio,
|
|
32767
|
+
> .k-radio-wrap,
|
|
32768
|
+
> .k-checkbox,
|
|
32769
|
+
> .k-checkbox-wrap {
|
|
32770
|
+
vertical-align: top;
|
|
32771
|
+
}
|
|
32772
|
+
}
|
|
32773
|
+
|
|
32774
|
+
|
|
32580
32775
|
// Edit row
|
|
32581
32776
|
.k-grid .k-edit-cell,
|
|
32582
32777
|
.k-grid .k-command-cell,
|
|
@@ -32593,13 +32788,19 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32593
32788
|
> .k-textbox,
|
|
32594
32789
|
> .k-widget:not(.k-switch) {
|
|
32595
32790
|
width: 100%;
|
|
32596
|
-
vertical-align:
|
|
32791
|
+
vertical-align: middle;
|
|
32597
32792
|
box-sizing: border-box;
|
|
32598
32793
|
}
|
|
32794
|
+
> .k-radio,
|
|
32795
|
+
> .k-checkbox,
|
|
32796
|
+
> .k-radio-wrap,
|
|
32797
|
+
> .k-checkbox-wrap {
|
|
32798
|
+
vertical-align: middle;
|
|
32799
|
+
}
|
|
32599
32800
|
}
|
|
32600
32801
|
|
|
32601
32802
|
.k-grid .k-command-cell > .k-button {
|
|
32602
|
-
vertical-align:
|
|
32803
|
+
vertical-align: middle;
|
|
32603
32804
|
}
|
|
32604
32805
|
.k-grid .k-command-cell > .k-button + .k-button {
|
|
32605
32806
|
margin-left: $grid-command-cell-button-spacing;
|
|
@@ -32978,79 +33179,89 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32978
33179
|
|
|
32979
33180
|
@include exports( "filtermenu/layout" ) {
|
|
32980
33181
|
|
|
32981
|
-
|
|
32982
|
-
.k-
|
|
32983
|
-
|
|
32984
|
-
.k-filter-menu-container {
|
|
32985
|
-
width: $grid-filter-menu-width;
|
|
32986
|
-
}
|
|
33182
|
+
// Filter menu
|
|
33183
|
+
.k-filter-menu-popup {
|
|
33184
|
+
width: $grid-column-menu-width;
|
|
32987
33185
|
}
|
|
33186
|
+
.k-filter-menu {
|
|
33187
|
+
box-sizing: border-box;
|
|
33188
|
+
}
|
|
33189
|
+
.k-filter-menu-container {
|
|
33190
|
+
padding: map-get( $spacing, 2 );
|
|
33191
|
+
box-sizing: border-box;
|
|
33192
|
+
display: flex;
|
|
33193
|
+
flex-flow: column nowrap;
|
|
33194
|
+
align-items: stretch;
|
|
33195
|
+
gap: map-get( $spacing, 2 );
|
|
32988
33196
|
|
|
32989
|
-
|
|
32990
|
-
|
|
32991
|
-
.k-popup .k-filter-menu,
|
|
32992
|
-
.k-popup .k-grid-filter-popup {
|
|
32993
|
-
.k-multicheck-wrap {
|
|
32994
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
32995
|
-
|
|
32996
|
-
.k-item {
|
|
32997
|
-
padding: $grid-column-menu-list-item-padding-y 0;
|
|
32998
|
-
}
|
|
32999
|
-
|
|
33000
|
-
.k-check-all-wrap {
|
|
33001
|
-
padding-bottom: ($grid-column-menu-list-item-padding-y * 2);
|
|
33002
|
-
border-bottom-width: $grid-filter-menu-check-all-border-bottom-width;
|
|
33003
|
-
border-bottom-style: solid;
|
|
33004
|
-
}
|
|
33197
|
+
> * {
|
|
33198
|
+
width: 100%;
|
|
33005
33199
|
}
|
|
33006
33200
|
|
|
33007
|
-
.k-
|
|
33008
|
-
|
|
33201
|
+
.k-switch,
|
|
33202
|
+
.k-filter-and {
|
|
33203
|
+
width: min-content;
|
|
33204
|
+
align-self: start;
|
|
33009
33205
|
}
|
|
33010
33206
|
|
|
33011
|
-
.k-
|
|
33012
|
-
|
|
33207
|
+
.k-actions {
|
|
33208
|
+
margin: 0;
|
|
33209
|
+
padding: 0;
|
|
33013
33210
|
}
|
|
33014
|
-
}
|
|
33015
33211
|
|
|
33016
|
-
|
|
33017
|
-
|
|
33018
|
-
|
|
33019
|
-
|
|
33212
|
+
// Angular specific
|
|
33213
|
+
kendo-numeric-filter-menu,
|
|
33214
|
+
kendo-grid-string-filter-menu,
|
|
33215
|
+
kendo-grid-date-filter-menu,
|
|
33216
|
+
kendo-grid-filter-menu-input-wrapper {
|
|
33217
|
+
display: flex;
|
|
33218
|
+
flex-flow: column nowrap;
|
|
33219
|
+
align-items: stretch;
|
|
33220
|
+
gap: map-get( $spacing, 2 );
|
|
33020
33221
|
|
|
33021
|
-
|
|
33022
|
-
|
|
33222
|
+
> * {
|
|
33223
|
+
width: 100%;
|
|
33224
|
+
}
|
|
33023
33225
|
}
|
|
33226
|
+
}
|
|
33227
|
+
.k-ie .k-filter-menu-container {
|
|
33228
|
+
> * { margin-top: map-get( $spacing, 2 ); }
|
|
33229
|
+
> :first-child { margin-top: 0; }
|
|
33024
33230
|
|
|
33025
|
-
|
|
33026
|
-
.k-
|
|
33027
|
-
|
|
33028
|
-
|
|
33029
|
-
margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
33030
|
-
width: calc( 100% - ( 2 * #{$grid-filter-menu-item-spacing-x} ) );
|
|
33031
|
-
box-sizing: border-box;
|
|
33032
|
-
display: flex;
|
|
33231
|
+
// Angular specific
|
|
33232
|
+
.k-filter-and,
|
|
33233
|
+
kendo-grid-filter-menu-input-wrapper > * {
|
|
33234
|
+
margin-top: map-get( $spacing, 2 );
|
|
33033
33235
|
}
|
|
33034
|
-
|
|
33035
|
-
|
|
33036
|
-
width: 6em;
|
|
33236
|
+
kendo-grid-filter-menu-input-wrapper > :first-child {
|
|
33237
|
+
margin-top: 0;
|
|
33037
33238
|
}
|
|
33239
|
+
}
|
|
33038
33240
|
|
|
33039
|
-
|
|
33040
|
-
|
|
33041
|
-
display: inline-flex;
|
|
33042
|
-
}
|
|
33241
|
+
.k-filter-menu.k-popup,
|
|
33242
|
+
.k-grid-filter-popup.k-popup {
|
|
33043
33243
|
|
|
33044
|
-
.k-
|
|
33045
|
-
width: $
|
|
33046
|
-
display: inline-flex;
|
|
33244
|
+
.k-filter-menu-container {
|
|
33245
|
+
width: $grid-column-menu-width;
|
|
33047
33246
|
}
|
|
33048
33247
|
}
|
|
33049
33248
|
|
|
33050
|
-
.k-multicheck-wrap {
|
|
33249
|
+
.k-popup .k-multicheck-wrap {
|
|
33250
|
+
margin: 0;
|
|
33251
|
+
padding: 0;
|
|
33051
33252
|
max-height: 300px;
|
|
33253
|
+
font-size: $list-font-size;
|
|
33254
|
+
line-height: $list-line-height;
|
|
33052
33255
|
white-space: nowrap;
|
|
33053
33256
|
overflow: auto;
|
|
33257
|
+
list-style: none;
|
|
33258
|
+
|
|
33259
|
+
.k-item,
|
|
33260
|
+
.k-check-all-wrap {
|
|
33261
|
+
padding: $grid-column-menu-list-item-padding-y $grid-column-menu-list-item-padding-x;
|
|
33262
|
+
display: flex;
|
|
33263
|
+
flex-flow: row nowrap;
|
|
33264
|
+
}
|
|
33054
33265
|
}
|
|
33055
33266
|
|
|
33056
33267
|
.k-filter-selected-items {
|
|
@@ -33085,6 +33296,43 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33085
33296
|
}
|
|
33086
33297
|
|
|
33087
33298
|
@include exports("columnmenu/layout") {
|
|
33299
|
+
|
|
33300
|
+
// Column menu
|
|
33301
|
+
.k-column-menu-popup,
|
|
33302
|
+
.k-grid-columnmenu-popup {
|
|
33303
|
+
width: $grid-column-menu-width;
|
|
33304
|
+
box-sizing: border-box;
|
|
33305
|
+
|
|
33306
|
+
&.k-popup {
|
|
33307
|
+
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
33308
|
+
}
|
|
33309
|
+
.k-popup > & {
|
|
33310
|
+
width: 100%;
|
|
33311
|
+
}
|
|
33312
|
+
|
|
33313
|
+
.k-actions {
|
|
33314
|
+
margin: 0;
|
|
33315
|
+
}
|
|
33316
|
+
|
|
33317
|
+
}
|
|
33318
|
+
.k-column-menu {
|
|
33319
|
+
box-sizing: border-box;
|
|
33320
|
+
|
|
33321
|
+
.k-menu:not(.k-context-menu) {
|
|
33322
|
+
font-weight: 400;
|
|
33323
|
+
}
|
|
33324
|
+
|
|
33325
|
+
.k-expander {
|
|
33326
|
+
border: 0;
|
|
33327
|
+
background: inherit;
|
|
33328
|
+
|
|
33329
|
+
.k-columnmenu-item {
|
|
33330
|
+
display: flex;
|
|
33331
|
+
align-items: center;
|
|
33332
|
+
}
|
|
33333
|
+
}
|
|
33334
|
+
}
|
|
33335
|
+
|
|
33088
33336
|
.k-column-list {
|
|
33089
33337
|
padding: 0;
|
|
33090
33338
|
margin: 0;
|
|
@@ -33100,10 +33348,17 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33100
33348
|
}
|
|
33101
33349
|
|
|
33102
33350
|
.k-column-list-item {
|
|
33103
|
-
position: relative;
|
|
33104
|
-
display: block;
|
|
33105
33351
|
margin: 0;
|
|
33352
|
+
display: flex;
|
|
33353
|
+
flex-flow: row nowrap;
|
|
33354
|
+
align-items: center;
|
|
33355
|
+
gap: 4px;
|
|
33106
33356
|
cursor: pointer;
|
|
33357
|
+
position: relative;
|
|
33358
|
+
|
|
33359
|
+
.k-checkbox-label {
|
|
33360
|
+
margin: 0;
|
|
33361
|
+
}
|
|
33107
33362
|
}
|
|
33108
33363
|
|
|
33109
33364
|
.k-columns-items-wrap {
|
|
@@ -33129,16 +33384,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33129
33384
|
overflow: hidden;
|
|
33130
33385
|
}
|
|
33131
33386
|
|
|
33132
|
-
.k-filter-menu,
|
|
33133
|
-
.k-column-list-wrapper,
|
|
33134
|
-
.k-columnmenu-item-content {
|
|
33135
|
-
|
|
33136
|
-
.k-actions {
|
|
33137
|
-
margin-top: ($grid-filter-menu-item-spacing-y / 2);
|
|
33138
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x;
|
|
33139
|
-
}
|
|
33140
|
-
}
|
|
33141
|
-
|
|
33142
33387
|
.k-column-menu-group-header {
|
|
33143
33388
|
padding: $grid-column-menu-group-header-padding-y $grid-column-menu-group-header-padding-x;
|
|
33144
33389
|
display: flex;
|
|
@@ -33157,22 +33402,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33157
33402
|
flex: 1 1 auto;
|
|
33158
33403
|
}
|
|
33159
33404
|
|
|
33160
|
-
.k-column-menu {
|
|
33161
|
-
.k-menu:not(.k-context-menu) {
|
|
33162
|
-
font-weight: 400;
|
|
33163
|
-
}
|
|
33164
|
-
|
|
33165
|
-
.k-expander {
|
|
33166
|
-
border: 0;
|
|
33167
|
-
background: inherit;
|
|
33168
|
-
|
|
33169
|
-
.k-columnmenu-item {
|
|
33170
|
-
display: flex;
|
|
33171
|
-
align-items: center;
|
|
33172
|
-
}
|
|
33173
|
-
}
|
|
33174
|
-
}
|
|
33175
|
-
|
|
33176
33405
|
[dir="rtl"],
|
|
33177
33406
|
.k-rtl {
|
|
33178
33407
|
.k-columnmenu-item > .k-icon {
|
|
@@ -33229,15 +33458,8 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33229
33458
|
// #endregion
|
|
33230
33459
|
|
|
33231
33460
|
@include exports ("grid/layout/material") {
|
|
33232
|
-
$text-field-border-width: 2px;
|
|
33233
|
-
$text-field-radius: $text-field-border-width + 1px;
|
|
33234
|
-
$text-field-padding: (2 * $grid-cell-padding-x / 3);
|
|
33235
33461
|
|
|
33236
33462
|
.k-grid {
|
|
33237
|
-
.k-checkbox-label,
|
|
33238
|
-
.k-radio-label {
|
|
33239
|
-
line-height: normal;
|
|
33240
|
-
}
|
|
33241
33463
|
|
|
33242
33464
|
.k-button,
|
|
33243
33465
|
.k-button:active {
|
|
@@ -34141,7 +34363,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
34141
34363
|
.k-listview {
|
|
34142
34364
|
margin: 0;
|
|
34143
34365
|
padding: 0;
|
|
34144
|
-
border-width:
|
|
34366
|
+
border-width: 0;
|
|
34145
34367
|
border-style: solid;
|
|
34146
34368
|
box-sizing: border-box;
|
|
34147
34369
|
outline: 0;
|
|
@@ -34161,7 +34383,6 @@ $listview-item-focus-shadow: null !default;
|
|
|
34161
34383
|
// Header
|
|
34162
34384
|
.k-listview-header {
|
|
34163
34385
|
border-width: 0;
|
|
34164
|
-
border-bottom-width: $listview-border-width;
|
|
34165
34386
|
border-style: solid;
|
|
34166
34387
|
border-color: inherit;
|
|
34167
34388
|
}
|
|
@@ -34170,7 +34391,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
34170
34391
|
}
|
|
34171
34392
|
|
|
34172
34393
|
|
|
34173
|
-
// Listview
|
|
34394
|
+
// Listview content
|
|
34174
34395
|
.k-listview-content {
|
|
34175
34396
|
margin: 0;
|
|
34176
34397
|
padding: 0;
|
|
@@ -34225,7 +34446,6 @@ $listview-item-focus-shadow: null !default;
|
|
|
34225
34446
|
// Listview footer
|
|
34226
34447
|
.k-listview-footer {
|
|
34227
34448
|
border-width: 0;
|
|
34228
|
-
border-top-width: $listview-border-width;
|
|
34229
34449
|
border-style: solid;
|
|
34230
34450
|
border-color: inherit;
|
|
34231
34451
|
}
|
|
@@ -34237,14 +34457,9 @@ $listview-item-focus-shadow: null !default;
|
|
|
34237
34457
|
// Listview pager
|
|
34238
34458
|
.k-listview-pager {
|
|
34239
34459
|
border-width: 0;
|
|
34240
|
-
border-top-width: $listview-border-width;
|
|
34241
34460
|
border-color: inherit;
|
|
34242
34461
|
font: inherit;
|
|
34243
34462
|
}
|
|
34244
|
-
.k-listview-pager-top {
|
|
34245
|
-
border-top-width: 0;
|
|
34246
|
-
border-bottom-width: $listview-border-width;
|
|
34247
|
-
}
|
|
34248
34463
|
.k-listview-bordered > .k-listview-pager-top {
|
|
34249
34464
|
border-bottom-width: $listview-border-width;
|
|
34250
34465
|
}
|
|
@@ -34718,6 +34933,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34718
34933
|
font-family: Arial, Verdana, Sans-serif;
|
|
34719
34934
|
flex: 1;
|
|
34720
34935
|
position: relative;
|
|
34936
|
+
overflow: hidden;
|
|
34721
34937
|
|
|
34722
34938
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
34723
34939
|
.k-state-disabled {
|
|
@@ -35076,37 +35292,48 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
35076
35292
|
}
|
|
35077
35293
|
|
|
35078
35294
|
// Details
|
|
35079
|
-
.k-details
|
|
35295
|
+
.k-details,
|
|
35296
|
+
.k-expander {
|
|
35080
35297
|
padding: 0;
|
|
35081
35298
|
border-width: 1px 0 0;
|
|
35082
35299
|
border-style: solid;
|
|
35083
35300
|
border-color: inherit;
|
|
35084
35301
|
}
|
|
35085
|
-
.k-
|
|
35086
|
-
|
|
35302
|
+
.k-expander {
|
|
35303
|
+
border: 0;
|
|
35304
|
+
background: inherit;
|
|
35305
|
+
}
|
|
35306
|
+
.k-details-summary,
|
|
35307
|
+
.k-columnmenu-item {
|
|
35308
|
+
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
35309
|
+
display: flex;
|
|
35310
|
+
align-items: center;
|
|
35087
35311
|
cursor: pointer;
|
|
35088
35312
|
|
|
35089
35313
|
> .k-icon {
|
|
35090
35314
|
margin-right: $padding-y;
|
|
35091
35315
|
}
|
|
35092
35316
|
}
|
|
35093
|
-
.k-details-content
|
|
35094
|
-
|
|
35317
|
+
.k-details-content,
|
|
35318
|
+
.k-columnmenu-item-content {
|
|
35319
|
+
padding: map-get( $spacing, 2 );
|
|
35320
|
+
display: flex;
|
|
35321
|
+
flex-flow: column nowrap;
|
|
35322
|
+
gap: map-get( $spacing, 2 );
|
|
35095
35323
|
|
|
35096
|
-
|
|
35097
|
-
|
|
35098
|
-
|
|
35099
|
-
margin-bottom: 3px;
|
|
35324
|
+
.k-filter-and {
|
|
35325
|
+
width: min-content;
|
|
35326
|
+
align-self: flex-start;
|
|
35100
35327
|
}
|
|
35101
35328
|
|
|
35102
|
-
.k-
|
|
35103
|
-
|
|
35329
|
+
.k-searchbox {
|
|
35330
|
+
width: 100%;
|
|
35104
35331
|
}
|
|
35332
|
+
}
|
|
35105
35333
|
|
|
35106
|
-
|
|
35107
|
-
|
|
35108
|
-
|
|
35109
|
-
}
|
|
35334
|
+
.k-actions {
|
|
35335
|
+
margin: 0;
|
|
35336
|
+
padding: 0;
|
|
35110
35337
|
}
|
|
35111
35338
|
}
|
|
35112
35339
|
|
|
@@ -38739,10 +38966,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38739
38966
|
visibility: hidden;
|
|
38740
38967
|
|
|
38741
38968
|
.k-overflow-anchor {
|
|
38742
|
-
border-width: 0;
|
|
38743
|
-
padding: $toolbar-padding-y;
|
|
38744
|
-
width: $toolbar-inner-calc-size;
|
|
38745
|
-
height: $toolbar-inner-calc-size;
|
|
38746
38969
|
position: relative;
|
|
38747
38970
|
}
|
|
38748
38971
|
}
|
|
@@ -38885,10 +39108,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38885
39108
|
display: flex;
|
|
38886
39109
|
flex-direction: column;
|
|
38887
39110
|
padding: 10px 0 40px;
|
|
38888
|
-
|
|
38889
|
-
> span {
|
|
38890
|
-
padding-bottom: $padding-y;
|
|
38891
|
-
}
|
|
38892
39111
|
}
|
|
38893
39112
|
|
|
38894
39113
|
.k-matches-container {
|
|
@@ -39124,12 +39343,12 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
39124
39343
|
width: 10em;
|
|
39125
39344
|
|
|
39126
39345
|
& + .k-dropdown {
|
|
39127
|
-
width:
|
|
39346
|
+
width: 5em;
|
|
39128
39347
|
}
|
|
39129
39348
|
|
|
39130
39349
|
& + .k-colorpicker,
|
|
39131
39350
|
& + .k-dropdown {
|
|
39132
|
-
margin-left: $
|
|
39351
|
+
margin-left: map-get( $spacing, 2 );
|
|
39133
39352
|
}
|
|
39134
39353
|
}
|
|
39135
39354
|
|
|
@@ -40261,7 +40480,7 @@ $gantt-offset-resize-handler-top: 50% !default;
|
|
|
40261
40480
|
position: relative;
|
|
40262
40481
|
vertical-align: middle;
|
|
40263
40482
|
}
|
|
40264
|
-
td::after { content: "\
|
|
40483
|
+
td::after { content: "\200b"; }
|
|
40265
40484
|
}
|
|
40266
40485
|
.k-task-wrap {
|
|
40267
40486
|
margin: 0 -21px;
|
|
@@ -42019,7 +42238,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
42019
42238
|
// TODO: add this class to jQuery rendering
|
|
42020
42239
|
// after refactoring jQuery scheduler layout to be flex
|
|
42021
42240
|
.k-recurrence-editor {
|
|
42022
|
-
display:
|
|
42241
|
+
display: flex;
|
|
42023
42242
|
flex-direction: column;
|
|
42024
42243
|
}
|
|
42025
42244
|
kendo-scheduler .k-recurrence-editor {
|
|
@@ -42271,27 +42490,40 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
42271
42490
|
|
|
42272
42491
|
.k-scheduler-edit-form {
|
|
42273
42492
|
|
|
42274
|
-
.k-edit-form-container { width:
|
|
42493
|
+
.k-edit-form-container { width: 100%; }
|
|
42275
42494
|
.k-edit-label { width: 17%; }
|
|
42276
42495
|
.k-edit-field { width: 77%; }
|
|
42277
42496
|
|
|
42278
|
-
.k-
|
|
42279
|
-
|
|
42497
|
+
.k-edit-field > ul > li {
|
|
42498
|
+
display: flex;
|
|
42499
|
+
flex-flow: row nowrap;
|
|
42500
|
+
align-items: center;
|
|
42501
|
+
}
|
|
42502
|
+
.k-recurrence-editor {
|
|
42503
|
+
.k-radio-list .k-radio-wrap,
|
|
42504
|
+
.k-checkbox-list .k-checkbox-wrap {
|
|
42505
|
+
align-self: center;
|
|
42506
|
+
}
|
|
42280
42507
|
}
|
|
42281
42508
|
|
|
42282
|
-
|
|
42283
|
-
.k-
|
|
42284
|
-
.k-
|
|
42285
|
-
.k-widget.k-recur-monthday {
|
|
42509
|
+
.k-recur-interval,
|
|
42510
|
+
.k-recur-count,
|
|
42511
|
+
.k-recur-monthday {
|
|
42286
42512
|
width: 5em;
|
|
42287
42513
|
}
|
|
42288
|
-
.k-
|
|
42289
|
-
.k-
|
|
42290
|
-
.k-
|
|
42291
|
-
.k-
|
|
42514
|
+
.k-recur-until,
|
|
42515
|
+
.k-recur-month,
|
|
42516
|
+
.k-recur-weekday,
|
|
42517
|
+
.k-recur-weekday-offset {
|
|
42292
42518
|
width: 10em;
|
|
42293
42519
|
}
|
|
42294
42520
|
|
|
42521
|
+
.k-scheduler-datetime-picker {
|
|
42522
|
+
display: flex;
|
|
42523
|
+
flex-flow: row nowrap;
|
|
42524
|
+
gap: map-get( $spacing, 2 );
|
|
42525
|
+
}
|
|
42526
|
+
|
|
42295
42527
|
}
|
|
42296
42528
|
|
|
42297
42529
|
}
|
|
@@ -42659,8 +42891,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
42659
42891
|
|
|
42660
42892
|
.k-scheduler-edit-form {
|
|
42661
42893
|
|
|
42662
|
-
.k-edit-form-container { width: 390px; }
|
|
42663
|
-
|
|
42664
42894
|
.k-edit-label {
|
|
42665
42895
|
width: auto;
|
|
42666
42896
|
margin-bottom: .5em;
|
|
@@ -42705,20 +42935,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
42705
42935
|
width: 45%;
|
|
42706
42936
|
}
|
|
42707
42937
|
|
|
42708
|
-
|
|
42709
|
-
// Recurrence editor
|
|
42710
|
-
.k-edit-field .k-recur-interval,
|
|
42711
|
-
.k-edit-field .k-recur-count,
|
|
42712
|
-
.k-edit-field .k-recur-month,
|
|
42713
|
-
.k-edit-field .k-recur-monthday,
|
|
42714
|
-
.k-edit-field .k-recur-weekday-offset,
|
|
42715
|
-
.k-edit-field .k-recur-weekday {
|
|
42716
|
-
width: 28%;
|
|
42717
|
-
}
|
|
42718
|
-
.k-edit-field .k-recur-until {
|
|
42719
|
-
width: 66%;
|
|
42720
|
-
}
|
|
42721
|
-
|
|
42722
42938
|
}
|
|
42723
42939
|
|
|
42724
42940
|
// #endregion
|
|
@@ -43209,13 +43425,6 @@ $chat-quick-reply-hover-bg: $primary !default;
|
|
|
43209
43425
|
$chat-quick-reply-hover-text: $primary-contrast !default;
|
|
43210
43426
|
$chat-quick-reply-hover-border: $primary !default;
|
|
43211
43427
|
|
|
43212
|
-
$chat-message-box-bg: $component-bg !default;
|
|
43213
|
-
$chat-message-box-text: $input-text !default;
|
|
43214
|
-
$chat-message-box-border: inherit !default;
|
|
43215
|
-
$chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
|
|
43216
|
-
|
|
43217
|
-
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
43218
|
-
|
|
43219
43428
|
// #endregion
|
|
43220
43429
|
// #region @import "_layout.scss"; -> packages/material/scss/chat/_layout.scss
|
|
43221
43430
|
// #region @import "~@progress/kendo-theme-default/scss/chat/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/chat/_layout.scss
|
|
@@ -43492,7 +43701,8 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43492
43701
|
box-sizing: border-box;
|
|
43493
43702
|
border-width: 1px 0 0;
|
|
43494
43703
|
border-style: solid;
|
|
43495
|
-
border-
|
|
43704
|
+
border-color: inherit !important; // sass-lint:disable-line no-important
|
|
43705
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
43496
43706
|
flex: none;
|
|
43497
43707
|
display: flex;
|
|
43498
43708
|
flex-flow: row nowrap;
|
|
@@ -43509,6 +43719,7 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43509
43719
|
.k-input {}
|
|
43510
43720
|
|
|
43511
43721
|
.k-button {
|
|
43722
|
+
border-width: 0;
|
|
43512
43723
|
flex-shrink: 0;
|
|
43513
43724
|
|
|
43514
43725
|
svg {
|
|
@@ -43518,11 +43729,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43518
43729
|
display: inline-block;
|
|
43519
43730
|
}
|
|
43520
43731
|
|
|
43521
|
-
&::before,
|
|
43522
|
-
&::after {
|
|
43523
|
-
display: none;
|
|
43524
|
-
}
|
|
43525
|
-
|
|
43526
43732
|
.k-rtl &,
|
|
43527
43733
|
&[dir="rtl"] {
|
|
43528
43734
|
transform: scaleX(-1);
|
|
@@ -43663,9 +43869,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43663
43869
|
}
|
|
43664
43870
|
|
|
43665
43871
|
.k-button {
|
|
43666
|
-
border-color: transparent;
|
|
43667
|
-
color: inherit;
|
|
43668
|
-
background: none;
|
|
43669
43872
|
flex: none;
|
|
43670
43873
|
}
|
|
43671
43874
|
|
|
@@ -43851,19 +44054,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43851
44054
|
);
|
|
43852
44055
|
}
|
|
43853
44056
|
|
|
43854
|
-
|
|
43855
|
-
// Message box
|
|
43856
|
-
.k-message-box {
|
|
43857
|
-
@include fill(
|
|
43858
|
-
$chat-message-box-text,
|
|
43859
|
-
$chat-message-box-bg,
|
|
43860
|
-
$chat-message-box-border
|
|
43861
|
-
);
|
|
43862
|
-
}
|
|
43863
|
-
.k-message-box.k-state-focused {
|
|
43864
|
-
@include box-shadow( $chat-message-box-focus-shadow );
|
|
43865
|
-
}
|
|
43866
|
-
|
|
43867
44057
|
}
|
|
43868
44058
|
|
|
43869
44059
|
|
|
@@ -43875,14 +44065,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
43875
44065
|
$chat-toolbar-bg,
|
|
43876
44066
|
$chat-toolbar-border
|
|
43877
44067
|
);
|
|
43878
|
-
|
|
43879
|
-
.k-scroll-button {
|
|
43880
|
-
@include fill( $bg: $chat-bg );
|
|
43881
|
-
@include box-shadow( $chat-toolbar-box-scroll-button-shadow );
|
|
43882
|
-
}
|
|
43883
|
-
.k-scroll-button:hover {
|
|
43884
|
-
@include fill( $bg: $chat-bg );
|
|
43885
|
-
}
|
|
43886
44068
|
}
|
|
43887
44069
|
|
|
43888
44070
|
}
|
|
@@ -44737,11 +44919,8 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
44737
44919
|
$pdf-viewer-page-border: $component-border !default;
|
|
44738
44920
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
44739
44921
|
|
|
44740
|
-
$pdf-viewer-search-dialog-
|
|
44741
|
-
$pdf-viewer-search-dialog-
|
|
44742
|
-
$pdf-viewer-search-dialog-textbox-padding-x: $input-padding-y !default;
|
|
44743
|
-
$pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
|
|
44744
|
-
$pdf-viewer-search-dialog-matches-width: 4.5em !default;
|
|
44922
|
+
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
44923
|
+
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
44745
44924
|
|
|
44746
44925
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
44747
44926
|
|
|
@@ -44838,51 +45017,42 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
44838
45017
|
|
|
44839
45018
|
// Search
|
|
44840
45019
|
.k-pdf-viewer-search-dialog {
|
|
44841
|
-
padding: $pdf-viewer-search-dialog-
|
|
45020
|
+
padding: $pdf-viewer-search-dialog-padding;
|
|
44842
45021
|
|
|
44843
45022
|
.k-search-container {
|
|
44844
45023
|
display: flex;
|
|
45024
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
45025
|
+
flex-flow: row nowrap;
|
|
44845
45026
|
flex: 0 0 auto;
|
|
44846
45027
|
justify-content: flex-start;
|
|
44847
45028
|
align-items: center;
|
|
44848
45029
|
|
|
44849
|
-
.k-
|
|
44850
|
-
|
|
44851
|
-
|
|
44852
|
-
margin: 0 $pdf-viewer-search-dialog-spacing;
|
|
44853
|
-
align-items: center;
|
|
44854
|
-
background: none;
|
|
45030
|
+
.k-search-dialog-draghandle {
|
|
45031
|
+
cursor: move;
|
|
45032
|
+
margin-left: 0;
|
|
44855
45033
|
}
|
|
44856
|
-
.k-textbox .k-icon {
|
|
44857
|
-
position: absolute;
|
|
44858
|
-
font-size: inherit;
|
|
44859
45034
|
|
|
44860
|
-
|
|
44861
|
-
|
|
44862
|
-
|
|
44863
|
-
}
|
|
45035
|
+
.k-textbox {
|
|
45036
|
+
width: 10em;
|
|
45037
|
+
flex: none;
|
|
44864
45038
|
|
|
44865
|
-
|
|
44866
|
-
|
|
44867
|
-
|
|
44868
|
-
justify-content: center;
|
|
45039
|
+
.k-button {
|
|
45040
|
+
border-width: 0;
|
|
45041
|
+
}
|
|
44869
45042
|
}
|
|
44870
45043
|
|
|
44871
45044
|
.k-search-matches {
|
|
44872
|
-
|
|
44873
|
-
min-width: $pdf-viewer-search-dialog-matches-width;
|
|
44874
|
-
margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
|
|
44875
|
-
vertical-align: middle;
|
|
45045
|
+
flex: 1 1 auto;
|
|
44876
45046
|
}
|
|
45047
|
+
}
|
|
45048
|
+
}
|
|
44877
45049
|
|
|
44878
|
-
> .k-button {
|
|
44879
|
-
margin-left: $pdf-viewer-search-dialog-button-spacing;
|
|
44880
|
-
}
|
|
44881
45050
|
|
|
44882
|
-
|
|
44883
|
-
|
|
44884
|
-
|
|
44885
|
-
|
|
45051
|
+
// IE
|
|
45052
|
+
.k-ie .k-pdf-viewer-search-dialog {
|
|
45053
|
+
|
|
45054
|
+
.k-search-container > * + * {
|
|
45055
|
+
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
44886
45056
|
}
|
|
44887
45057
|
}
|
|
44888
45058
|
|
|
@@ -46398,6 +46568,11 @@ $map-marker-fill: $primary !default;
|
|
|
46398
46568
|
line-height: 1;
|
|
46399
46569
|
box-shadow: none;
|
|
46400
46570
|
position: absolute;
|
|
46571
|
+
|
|
46572
|
+
.k-icon {
|
|
46573
|
+
min-width: 0;
|
|
46574
|
+
min-height: 0;
|
|
46575
|
+
}
|
|
46401
46576
|
}
|
|
46402
46577
|
.k-navigator-n,
|
|
46403
46578
|
.k-navigator-up {
|
|
@@ -46566,10 +46741,10 @@ $orgchart-card-shadow: none !default;
|
|
|
46566
46741
|
$orgchart-card-focus-shadow: $orgchart-node-group-focus-shadow !default;
|
|
46567
46742
|
|
|
46568
46743
|
$orgchart-card-title-margin-bottom: 0px !default;
|
|
46569
|
-
$orgchart-card-title-font-size:
|
|
46744
|
+
$orgchart-card-title-font-size: null !default;
|
|
46570
46745
|
|
|
46571
46746
|
$orgchart-card-subtitle-margin-bottom: 0px !default;
|
|
46572
|
-
$orgchart-card-subtitle-font-size:
|
|
46747
|
+
$orgchart-card-subtitle-font-size: null !default;
|
|
46573
46748
|
|
|
46574
46749
|
$orgchart-card-body-border-width: 2px 0 0 !default;
|
|
46575
46750
|
$orgchart-card-body-border-color: transparent !default;
|