@progress/kendo-theme-default 4.43.1-dev.1 → 4.43.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +695 -747
- package/dist/all.scss +1405 -1200
- package/package.json +2 -2
- package/scss/avatar/index.md +0 -0
- package/scss/calendar/_theme.scss +0 -21
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_layout.scss +103 -123
- package/scss/chip/_theme.scss +289 -300
- package/scss/chip/_variables.scss +7 -9
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +3 -2
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/colorpicker/_layout.scss +17 -45
- package/scss/colorpicker/_theme.scss +33 -42
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +81 -0
- package/scss/dateinput/_theme.scss +86 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +48 -0
- package/scss/datepicker/_theme.scss +87 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +120 -0
- package/scss/datetimepicker/_theme.scss +89 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +9 -2
- package/scss/filter/_theme.scss +3 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_layout.scss +0 -4
- package/scss/index.scss +5 -1
- package/scss/input/_layout.scss +25 -26
- package/scss/input/_variables.scss +15 -0
- package/scss/list/index.md +0 -0
- package/scss/panelbar/_theme.scss +9 -2
- package/scss/panelbar/_variables.scss +4 -0
- package/scss/pivotgrid/_layout.scss +0 -16
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/index.md +0 -0
- package/scss/table/_layout.scss +35 -3
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +48 -0
- package/scss/timepicker/_theme.scss +87 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +207 -0
- package/scss/timeselector/_theme.scss +70 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/utils/_border.scss +1 -2
- package/scss/datetime/_layout.scss +0 -462
- package/scss/datetime/_theme.scss +0 -321
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.scss
CHANGED
|
@@ -3336,8 +3336,7 @@ $display4-letter-spacing: null !default;
|
|
|
3336
3336
|
sm: ( map-get( $spacing, 1 ) / 4 ),
|
|
3337
3337
|
md: ( map-get( $spacing, 1 ) / 2 ),
|
|
3338
3338
|
lg: map-get( $spacing, 1 ),
|
|
3339
|
-
|
|
3340
|
-
pill: 9999px
|
|
3339
|
+
full: 9999px
|
|
3341
3340
|
) !default;
|
|
3342
3341
|
|
|
3343
3342
|
|
|
@@ -6997,6 +6996,21 @@ $picker-select-calc-size: $input-inner-calc-height !default;
|
|
|
6997
6996
|
$picker-select-calc-size-sm: $input-inner-calc-height-sm !default;
|
|
6998
6997
|
$picker-select-calc-size-lg: $input-inner-calc-height-lg !default;
|
|
6999
6998
|
|
|
6999
|
+
$picker-select-bg: $button-bg !default;
|
|
7000
|
+
$picker-select-text: $button-text !default;
|
|
7001
|
+
$picker-select-border: $button-border !default;
|
|
7002
|
+
$picker-select-gradient: $button-gradient !default;
|
|
7003
|
+
|
|
7004
|
+
$picker-select-hovered-bg: $button-hovered-bg !default;
|
|
7005
|
+
$picker-select-hovered-text: $button-hovered-text !default;
|
|
7006
|
+
$picker-select-hovered-border: $button-hovered-border !default;
|
|
7007
|
+
$picker-select-hovered-gradient: $button-hovered-gradient !default;
|
|
7008
|
+
|
|
7009
|
+
$picker-select-pressed-bg: $button-active-bg !default;
|
|
7010
|
+
$picker-select-pressed-text: $button-active-text !default;
|
|
7011
|
+
$picker-select-pressed-border: $button-active-border !default;
|
|
7012
|
+
$picker-select-pressed-gradient: $button-active-gradient !default;
|
|
7013
|
+
|
|
7000
7014
|
|
|
7001
7015
|
// Spinner
|
|
7002
7016
|
$spinner-width: $button-inner-calc-size !default;
|
|
@@ -7063,25 +7077,6 @@ $input-separator-opacity: .5 !default;
|
|
|
7063
7077
|
}
|
|
7064
7078
|
|
|
7065
7079
|
|
|
7066
|
-
// TODO: Deprecate
|
|
7067
|
-
// Input spacing
|
|
7068
|
-
.k-space-left,
|
|
7069
|
-
.k-space-right {
|
|
7070
|
-
> input {
|
|
7071
|
-
flex-grow: 1;
|
|
7072
|
-
}
|
|
7073
|
-
|
|
7074
|
-
> .k-icon {
|
|
7075
|
-
left: 3px;
|
|
7076
|
-
margin: 3px 6px;
|
|
7077
|
-
}
|
|
7078
|
-
}
|
|
7079
|
-
|
|
7080
|
-
.k-textbox.k-space-left {
|
|
7081
|
-
flex-direction: row-reverse;
|
|
7082
|
-
}
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
7080
|
// Input prefix and suffix
|
|
7086
7081
|
.k-input-prefix,
|
|
7087
7082
|
.k-input-suffix {
|
|
@@ -7127,6 +7122,8 @@ $input-separator-opacity: .5 !default;
|
|
|
7127
7122
|
}
|
|
7128
7123
|
}
|
|
7129
7124
|
|
|
7125
|
+
|
|
7126
|
+
// Input separator
|
|
7130
7127
|
.k-input-separator {
|
|
7131
7128
|
margin: 0;
|
|
7132
7129
|
width: 0;
|
|
@@ -7135,6 +7132,7 @@ $input-separator-opacity: .5 !default;
|
|
|
7135
7132
|
border-style: solid;
|
|
7136
7133
|
}
|
|
7137
7134
|
|
|
7135
|
+
|
|
7138
7136
|
// Input with icon styles
|
|
7139
7137
|
.k-input-icon,
|
|
7140
7138
|
.k-input-validation-icon,
|
|
@@ -7174,16 +7172,31 @@ $input-separator-opacity: .5 !default;
|
|
|
7174
7172
|
flex-flow: row nowrap;
|
|
7175
7173
|
}
|
|
7176
7174
|
|
|
7177
|
-
.k-text-disabled {
|
|
7178
|
-
@include disabled( $disabled-styling );
|
|
7179
|
-
}
|
|
7180
|
-
|
|
7181
|
-
}
|
|
7182
|
-
|
|
7183
7175
|
|
|
7176
|
+
// Legacy wrappers
|
|
7177
|
+
.k-picker-wrap,
|
|
7178
|
+
.k-dropdown-wrap,
|
|
7179
|
+
.k-dateinput-wrap,
|
|
7180
|
+
.k-multiselect-wrap,
|
|
7181
|
+
.k-numeric-wrap {
|
|
7182
|
+
width: 100%;
|
|
7183
|
+
border-width: 0;
|
|
7184
|
+
border-color: inherit;
|
|
7185
|
+
box-sizing: border-box;
|
|
7186
|
+
flex: 1 1 auto;
|
|
7187
|
+
display: flex;
|
|
7188
|
+
flex-flow: row nowrap;
|
|
7189
|
+
overflow: hidden;
|
|
7190
|
+
position: relative;
|
|
7191
|
+
}
|
|
7192
|
+
.k-multiselect-wrap {
|
|
7193
|
+
display: block;
|
|
7194
|
+
}
|
|
7184
7195
|
|
|
7185
7196
|
|
|
7186
|
-
|
|
7197
|
+
.k-text-disabled {
|
|
7198
|
+
@include disabled( $disabled-styling );
|
|
7199
|
+
}
|
|
7187
7200
|
|
|
7188
7201
|
}
|
|
7189
7202
|
|
|
@@ -8108,6 +8121,10 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8108
8121
|
.k-data-table {
|
|
8109
8122
|
border-width: $table-border-width;
|
|
8110
8123
|
border-style: solid;
|
|
8124
|
+
|
|
8125
|
+
.k-table {
|
|
8126
|
+
table-layout: fixed;
|
|
8127
|
+
}
|
|
8111
8128
|
}
|
|
8112
8129
|
|
|
8113
8130
|
|
|
@@ -8169,7 +8186,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8169
8186
|
width: 100%;
|
|
8170
8187
|
max-width: none;
|
|
8171
8188
|
border-width: 0;
|
|
8172
|
-
display: table
|
|
8189
|
+
display: table;
|
|
8173
8190
|
border-collapse: collapse;
|
|
8174
8191
|
border-spacing: 0;
|
|
8175
8192
|
table-layout: fixed;
|
|
@@ -8177,10 +8194,11 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8177
8194
|
list-style: none;
|
|
8178
8195
|
outline: none;
|
|
8179
8196
|
|
|
8180
|
-
.k-table-row
|
|
8197
|
+
.k-table-row,
|
|
8198
|
+
.k-table-group-row {
|
|
8181
8199
|
width: 100%;
|
|
8182
8200
|
box-sizing: border-box;
|
|
8183
|
-
display:
|
|
8201
|
+
display: table-row;
|
|
8184
8202
|
position: relative;
|
|
8185
8203
|
}
|
|
8186
8204
|
.k-table-row.k-first {
|
|
@@ -8192,6 +8210,26 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8192
8210
|
vertical-align: middle;
|
|
8193
8211
|
}
|
|
8194
8212
|
|
|
8213
|
+
.k-table-group-row {
|
|
8214
|
+
|
|
8215
|
+
&::before {
|
|
8216
|
+
content: ".";
|
|
8217
|
+
padding: $table-cell-padding-y 0;
|
|
8218
|
+
width: 0;
|
|
8219
|
+
display: block;
|
|
8220
|
+
overflow: hidden;
|
|
8221
|
+
}
|
|
8222
|
+
|
|
8223
|
+
.k-table-th {
|
|
8224
|
+
width: 100%;
|
|
8225
|
+
border-color: inherit;
|
|
8226
|
+
color: inherit;
|
|
8227
|
+
background-color: inherit;
|
|
8228
|
+
position: absolute;
|
|
8229
|
+
top: 0;
|
|
8230
|
+
}
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8195
8233
|
.k-table-spacer-td {
|
|
8196
8234
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
8197
8235
|
width: 0 !important; // sass-lint:disable-line no-important
|
|
@@ -8216,6 +8254,13 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8216
8254
|
}
|
|
8217
8255
|
|
|
8218
8256
|
|
|
8257
|
+
// Virtualization
|
|
8258
|
+
.k-virtual-table .k-table-row {
|
|
8259
|
+
position: absolute;
|
|
8260
|
+
width: 100%;
|
|
8261
|
+
}
|
|
8262
|
+
|
|
8263
|
+
|
|
8219
8264
|
// Table scroller
|
|
8220
8265
|
.k-table-scroller {
|
|
8221
8266
|
position: relative;
|
|
@@ -8805,11 +8850,12 @@ $badge-dot-size-lg: 12px !default;
|
|
|
8805
8850
|
// Component
|
|
8806
8851
|
// #region @import "_variables.scss"; -> packages/default/scss/chip/_variables.scss
|
|
8807
8852
|
// Chip
|
|
8808
|
-
$
|
|
8853
|
+
$chip-list-gap: 8px !default;
|
|
8809
8854
|
|
|
8810
|
-
$chip-padding-x:
|
|
8855
|
+
$chip-padding-x: 4px !default;
|
|
8811
8856
|
$chip-padding-y: 4px !default;
|
|
8812
8857
|
$chip-height: 24px !default;
|
|
8858
|
+
$chip-gap: $icon-spacing !default;
|
|
8813
8859
|
$chip-border-radius: $chip-height / 2 !default;
|
|
8814
8860
|
$chip-font-size: 14px !default;
|
|
8815
8861
|
|
|
@@ -8818,10 +8864,7 @@ $chip-selected-icon-offset: 4px !default;
|
|
|
8818
8864
|
$chip-selected-icon-no-icon-offset: $chip-selected-icon-offset !default;
|
|
8819
8865
|
$chip-selected-icon-font-size: $chip-font-size !default;
|
|
8820
8866
|
|
|
8821
|
-
$chip-content-padding-x: 8px !default;
|
|
8822
|
-
|
|
8823
8867
|
$chip-icons-size: 16px !default;
|
|
8824
|
-
$chip-icon-margin: 4px !default;
|
|
8825
8868
|
$chip-remove-icon-margin: 8px !default;
|
|
8826
8869
|
$chip-remove-icon-font-size: 14px !default;
|
|
8827
8870
|
|
|
@@ -8837,7 +8880,9 @@ $chip-solid-hover-bg: rgba( $chip-base-bg, .16 ) !default;
|
|
|
8837
8880
|
$chip-solid-hover-text: null !default;
|
|
8838
8881
|
$chip-solid-hover-border: null !default;
|
|
8839
8882
|
|
|
8840
|
-
$chip-solid-focus-bg:
|
|
8883
|
+
$chip-solid-focus-bg: null !default;
|
|
8884
|
+
$chip-solid-focus-text: null !default;
|
|
8885
|
+
$chip-solid-focus-border: null !default;
|
|
8841
8886
|
$chip-solid-focus-shadow: 0 0 0 2px rgba( $chip-base-bg, .16 ) !default;
|
|
8842
8887
|
|
|
8843
8888
|
$chip-solid-selected-bg: rgba( $chip-base-bg, .24 ) !default;
|
|
@@ -8923,6 +8968,7 @@ $chip-outline-focus-shadow: 0 0 0 2px rgba( $black, .08 ) !default;
|
|
|
8923
8968
|
|
|
8924
8969
|
$chip-outline-selected-bg: $chip-outline-hover-bg !default;
|
|
8925
8970
|
$chip-outline-selected-text: $chip-outline-hover-text !default;
|
|
8971
|
+
$chip-outline-selected-border: null !default;
|
|
8926
8972
|
|
|
8927
8973
|
$chip-outline-success-bg: null !default;
|
|
8928
8974
|
$chip-outline-success-text: $success !default;
|
|
@@ -8988,9 +9034,6 @@ $chip-outline-info-selected-bg: $chip-outline-info-hover-bg !default;
|
|
|
8988
9034
|
$chip-outline-info-selected-text: $chip-outline-info-hover-text !default;
|
|
8989
9035
|
$chip-outline-info-selected-border: null !default;
|
|
8990
9036
|
|
|
8991
|
-
$chip-multiple-selected-icon-bg: rgba( black, .44 ) !default;
|
|
8992
|
-
$chip-multiple-selected-icon-text: #ffffff !default;
|
|
8993
|
-
|
|
8994
9037
|
$chip-primary-focus-shadow: 0 0 0 2px rgba( $primary, .16 ) !default;
|
|
8995
9038
|
$chip-secondary-focus-shadow: 0 0 0 2px rgba( $secondary, .16 ) !default;
|
|
8996
9039
|
$chip-info-focus-shadow: 0 0 0 2px rgba( $info, .16 ) !default;
|
|
@@ -9002,172 +9045,152 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9002
9045
|
// #region @import "_layout.scss"; -> packages/default/scss/chip/_layout.scss
|
|
9003
9046
|
@include exports("chip/layout") {
|
|
9004
9047
|
|
|
9005
|
-
.k-chip-list {
|
|
9006
|
-
display: inline-flex;
|
|
9007
|
-
|
|
9008
|
-
> * {
|
|
9009
|
-
margin-right: $chips-margin;
|
|
9010
|
-
|
|
9011
|
-
&:last-child {
|
|
9012
|
-
margin-right: 0;
|
|
9013
|
-
}
|
|
9014
|
-
}
|
|
9015
|
-
}
|
|
9016
|
-
|
|
9017
|
-
.k-selection-single {
|
|
9018
|
-
.k-selected-icon-wrapper {
|
|
9019
|
-
display: none;
|
|
9020
|
-
}
|
|
9021
|
-
}
|
|
9022
|
-
|
|
9023
|
-
.k-selection-multiple {
|
|
9024
|
-
.k-selected-icon-wrapper {
|
|
9025
|
-
width: 0;
|
|
9026
|
-
height: $chip-selected-icon-size;
|
|
9027
|
-
position: relative;
|
|
9028
|
-
left: $chip-selected-icon-offset;
|
|
9029
|
-
display: flex;
|
|
9030
|
-
align-items: center;
|
|
9031
|
-
justify-content: center;
|
|
9032
|
-
visibility: hidden;
|
|
9033
|
-
z-index: 1;
|
|
9034
|
-
}
|
|
9035
|
-
|
|
9036
|
-
.k-selected-icon {
|
|
9037
|
-
font-size: $chip-selected-icon-font-size;
|
|
9038
|
-
}
|
|
9039
|
-
|
|
9040
|
-
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
9041
|
-
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
9042
|
-
width: $chip-selected-icon-size;
|
|
9043
|
-
visibility: visible;
|
|
9044
|
-
}
|
|
9045
|
-
|
|
9046
|
-
> .k-chip-has-icon {
|
|
9047
|
-
.k-selected-icon-wrapper {
|
|
9048
|
-
border-radius: 50%;
|
|
9049
|
-
position: absolute;
|
|
9050
|
-
}
|
|
9051
|
-
}
|
|
9052
|
-
|
|
9053
|
-
:not(.k-chip-has-icon) {
|
|
9054
|
-
.k-selected-icon-wrapper {
|
|
9055
|
-
left: $chip-selected-icon-no-icon-offset;
|
|
9056
|
-
opacity: 0;
|
|
9057
|
-
transition: width .2s, opacity .2s;
|
|
9058
|
-
}
|
|
9059
|
-
|
|
9060
|
-
&.k-state-selected .k-selected-icon-wrapper,
|
|
9061
|
-
&.k-selected .k-selected-icon-wrapper {
|
|
9062
|
-
opacity: 1;
|
|
9063
|
-
}
|
|
9064
|
-
}
|
|
9065
|
-
}
|
|
9066
|
-
|
|
9067
9048
|
.k-chip {
|
|
9068
|
-
overflow: hidden;
|
|
9069
|
-
padding: $chip-padding-y $chip-padding-x;
|
|
9070
9049
|
height: $chip-height;
|
|
9050
|
+
padding: $chip-padding-y $chip-padding-x;
|
|
9071
9051
|
border-radius: $chip-border-radius;
|
|
9072
|
-
position: relative;
|
|
9073
9052
|
box-sizing: border-box;
|
|
9074
9053
|
border-width: 1px;
|
|
9075
9054
|
border-style: solid;
|
|
9055
|
+
outline: 0;
|
|
9056
|
+
font-size: $chip-font-size;
|
|
9076
9057
|
display: inline-flex;
|
|
9058
|
+
flex-flow: row nowrap;
|
|
9077
9059
|
align-items: center;
|
|
9078
9060
|
justify-content: center;
|
|
9079
|
-
|
|
9061
|
+
gap: $chip-gap;
|
|
9062
|
+
position: relative;
|
|
9063
|
+
overflow: hidden;
|
|
9080
9064
|
cursor: pointer;
|
|
9081
9065
|
user-select: none;
|
|
9082
9066
|
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
outline: 0;
|
|
9067
|
+
.k-selected-icon-wrapper {
|
|
9068
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
9086
9069
|
}
|
|
9087
9070
|
}
|
|
9088
9071
|
|
|
9072
|
+
|
|
9073
|
+
// Chip content
|
|
9089
9074
|
.k-chip-content {
|
|
9090
9075
|
min-width: 0;
|
|
9076
|
+
display: flex;
|
|
9077
|
+
flex-flow: row nowrap;
|
|
9078
|
+
align-items: center;
|
|
9091
9079
|
overflow: hidden;
|
|
9092
|
-
|
|
9080
|
+
flex: 1 1 auto;
|
|
9081
|
+
}
|
|
9082
|
+
.k-chip-content:first-child {
|
|
9083
|
+
margin-inline-start: $chip-gap;
|
|
9084
|
+
}
|
|
9085
|
+
.k-chip-content:last-child {
|
|
9086
|
+
margin-inline-end: $chip-gap;
|
|
9087
|
+
}
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
// Chip text
|
|
9091
|
+
.k-chip-text,
|
|
9092
|
+
.k-chip-label {
|
|
9093
9093
|
white-space: nowrap;
|
|
9094
|
-
|
|
9094
|
+
text-overflow: ellipsis;
|
|
9095
|
+
overflow: hidden;
|
|
9095
9096
|
flex: 1 1 auto;
|
|
9096
9097
|
}
|
|
9097
9098
|
|
|
9098
|
-
|
|
9099
|
-
|
|
9099
|
+
|
|
9100
|
+
// Chip avatar
|
|
9101
|
+
.k-chip-avatar {
|
|
9102
|
+
width: $chip-avatar-size;
|
|
9103
|
+
height: $chip-avatar-size;
|
|
9104
|
+
border-radius: 50%;
|
|
9105
|
+
background-size: cover;
|
|
9106
|
+
background-position: center;
|
|
9107
|
+
flex: none;
|
|
9108
|
+
}
|
|
9109
|
+
|
|
9110
|
+
|
|
9111
|
+
// Chip icon
|
|
9112
|
+
.k-chip-icon {
|
|
9100
9113
|
width: $chip-icons-size;
|
|
9101
9114
|
height: $chip-icons-size;
|
|
9102
9115
|
display: flex;
|
|
9103
9116
|
align-items: center;
|
|
9104
9117
|
justify-content: center;
|
|
9105
|
-
flex:
|
|
9118
|
+
flex: none;
|
|
9119
|
+
}
|
|
9120
|
+
.k-ie .k-chip-icon {
|
|
9121
|
+
margin-right: $chip-gap;
|
|
9106
9122
|
}
|
|
9107
9123
|
|
|
9108
|
-
|
|
9109
|
-
|
|
9124
|
+
|
|
9125
|
+
// Actions
|
|
9126
|
+
.k-chip-actions {
|
|
9127
|
+
flex: none;
|
|
9128
|
+
display: flex;
|
|
9129
|
+
flex-flow: row nowrap;
|
|
9130
|
+
align-items: center;
|
|
9131
|
+
align-self: center;
|
|
9132
|
+
}
|
|
9133
|
+
.k-chip-action {
|
|
9134
|
+
flex: none;
|
|
9135
|
+
display: flex;
|
|
9136
|
+
flex-flow: row nowrap;
|
|
9137
|
+
align-items: center;
|
|
9138
|
+
align-self: center;
|
|
9110
9139
|
}
|
|
9111
9140
|
|
|
9141
|
+
|
|
9142
|
+
// Legacy chip icons
|
|
9112
9143
|
.k-remove-icon {
|
|
9113
|
-
|
|
9144
|
+
width: $chip-icons-size;
|
|
9145
|
+
height: $chip-icons-size;
|
|
9114
9146
|
font-size: $chip-remove-icon-font-size;
|
|
9147
|
+
display: flex;
|
|
9148
|
+
align-items: center;
|
|
9149
|
+
justify-content: center;
|
|
9150
|
+
flex: none;
|
|
9115
9151
|
}
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
height: $chip-avatar-size;
|
|
9120
|
-
border-radius: 50%;
|
|
9121
|
-
background-size: cover;
|
|
9122
|
-
background-position: center;
|
|
9152
|
+
.k-ie .k-remove-icon {
|
|
9153
|
+
margin-right: 0;
|
|
9154
|
+
margin-left: $chip-gap;
|
|
9123
9155
|
}
|
|
9124
9156
|
|
|
9125
|
-
}
|
|
9126
9157
|
|
|
9158
|
+
// Chip list
|
|
9159
|
+
.k-chip-list {
|
|
9160
|
+
display: inline-flex;
|
|
9161
|
+
gap: $chip-list-gap;
|
|
9162
|
+
}
|
|
9163
|
+
.k-ie .k-chip-list > * {
|
|
9164
|
+
margin-right: $chip-list-gap;
|
|
9165
|
+
}
|
|
9166
|
+
.k-ie .k-chip-list > :last-child {
|
|
9167
|
+
margin-right: 0;
|
|
9168
|
+
}
|
|
9127
9169
|
|
|
9128
|
-
@include exports("chip/layout/rtl") {
|
|
9129
9170
|
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9171
|
+
// RTL
|
|
9172
|
+
.k-ie .k-chip.k-rtl,
|
|
9173
|
+
.k-ie .k-rtl .k-chip,
|
|
9174
|
+
.k-ie .k-chip[dir="rtl"] {
|
|
9175
|
+
.k-chip-icon {
|
|
9176
|
+
margin-right: 0;
|
|
9177
|
+
margin-left: $chip-gap;
|
|
9178
|
+
}
|
|
9137
9179
|
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
}
|
|
9180
|
+
.k-remove-icon {
|
|
9181
|
+
margin-left: 0;
|
|
9182
|
+
margin-right: $chip-gap;
|
|
9142
9183
|
}
|
|
9143
9184
|
}
|
|
9185
|
+
.k-ie .k-chip-list.k-rtl,
|
|
9186
|
+
.k-ie .k-rtl .k-chip-list,
|
|
9187
|
+
.k-ie .k-chip-list[dir="rtl"] {
|
|
9188
|
+
> * {
|
|
9189
|
+
margin-right: 0;
|
|
9190
|
+
margin-left: $chip-list-gap;
|
|
9144
9191
|
|
|
9145
|
-
|
|
9146
|
-
&[dir="rtl"],
|
|
9147
|
-
.k-rtl &,
|
|
9148
|
-
&.k-rtl {
|
|
9149
|
-
.k-chip-icon {
|
|
9192
|
+
&:last-child {
|
|
9150
9193
|
margin-left: 0;
|
|
9151
|
-
margin-right: $chip-icon-margin;
|
|
9152
|
-
}
|
|
9153
|
-
|
|
9154
|
-
.k-remove-icon {
|
|
9155
|
-
margin-right: 0;
|
|
9156
|
-
margin-left: $chip-remove-icon-margin;
|
|
9157
|
-
}
|
|
9158
|
-
|
|
9159
|
-
.k-selection-multiple & {
|
|
9160
|
-
.k-selected-icon-wrapper {
|
|
9161
|
-
left: 0;
|
|
9162
|
-
right: $chip-selected-icon-offset;
|
|
9163
|
-
}
|
|
9164
|
-
|
|
9165
|
-
&:not(.k-chip-has-icon) {
|
|
9166
|
-
.k-selected-icon-wrapper {
|
|
9167
|
-
left: 0;
|
|
9168
|
-
right: $chip-selected-icon-no-icon-offset;
|
|
9169
|
-
}
|
|
9170
|
-
}
|
|
9171
9194
|
}
|
|
9172
9195
|
}
|
|
9173
9196
|
}
|
|
@@ -9176,17 +9199,9 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9176
9199
|
|
|
9177
9200
|
// #endregion
|
|
9178
9201
|
// #region @import "_theme.scss"; -> packages/default/scss/chip/_theme.scss
|
|
9179
|
-
@include exports("chip/theme") {
|
|
9202
|
+
@include exports( "chip/theme" ) {
|
|
9180
9203
|
|
|
9181
|
-
|
|
9182
|
-
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
9183
|
-
@include fill(
|
|
9184
|
-
$color: $chip-multiple-selected-icon-text,
|
|
9185
|
-
$bg: $chip-multiple-selected-icon-bg
|
|
9186
|
-
);
|
|
9187
|
-
}
|
|
9188
|
-
|
|
9189
|
-
// Solid
|
|
9204
|
+
// Chip solid
|
|
9190
9205
|
.k-chip-solid {
|
|
9191
9206
|
@include fill(
|
|
9192
9207
|
$chip-solid-text,
|
|
@@ -9195,179 +9210,182 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9195
9210
|
);
|
|
9196
9211
|
|
|
9197
9212
|
&:hover,
|
|
9198
|
-
&.k-
|
|
9199
|
-
&.k-hover {
|
|
9213
|
+
&.k-hover,
|
|
9214
|
+
&.k-state-hover {
|
|
9200
9215
|
@include fill(
|
|
9201
|
-
$
|
|
9202
|
-
$
|
|
9216
|
+
$chip-solid-hover-text,
|
|
9217
|
+
$chip-solid-hover-bg,
|
|
9218
|
+
$chip-solid-hover-border
|
|
9203
9219
|
);
|
|
9204
9220
|
}
|
|
9205
9221
|
|
|
9206
9222
|
&:focus,
|
|
9207
|
-
&.k-
|
|
9208
|
-
&.k-focus {
|
|
9223
|
+
&.k-focus,
|
|
9224
|
+
&.k-state-focus {
|
|
9225
|
+
@include fill(
|
|
9226
|
+
$chip-solid-focus-text,
|
|
9227
|
+
$chip-solid-focus-bg,
|
|
9228
|
+
$chip-solid-focus-border
|
|
9229
|
+
);
|
|
9209
9230
|
@include box-shadow( $chip-solid-focus-shadow );
|
|
9210
|
-
@include fill( $bg: $chip-solid-focus-bg );
|
|
9211
9231
|
}
|
|
9212
9232
|
|
|
9213
|
-
&.k-
|
|
9214
|
-
&.k-selected {
|
|
9233
|
+
&.k-selected,
|
|
9234
|
+
&.k-state-selected {
|
|
9215
9235
|
@include fill(
|
|
9216
|
-
$
|
|
9217
|
-
$
|
|
9236
|
+
$chip-solid-selected-text,
|
|
9237
|
+
$chip-solid-selected-bg,
|
|
9238
|
+
$chip-solid-selected-border
|
|
9218
9239
|
);
|
|
9219
9240
|
}
|
|
9241
|
+
}
|
|
9242
|
+
.k-chip-solid.k-chip-success {
|
|
9243
|
+
@include fill(
|
|
9244
|
+
$chip-solid-success-text,
|
|
9245
|
+
$chip-solid-success-bg,
|
|
9246
|
+
$chip-solid-success-border
|
|
9247
|
+
);
|
|
9220
9248
|
|
|
9221
|
-
|
|
9249
|
+
&:hover,
|
|
9250
|
+
&.k-hover,
|
|
9251
|
+
&.k-state-hover {
|
|
9222
9252
|
@include fill(
|
|
9223
|
-
$chip-solid-success-text,
|
|
9224
|
-
$chip-solid-success-bg,
|
|
9225
|
-
$chip-solid-success-border
|
|
9253
|
+
$chip-solid-success-hover-text,
|
|
9254
|
+
$chip-solid-success-hover-bg,
|
|
9255
|
+
$chip-solid-success-hover-border
|
|
9226
9256
|
);
|
|
9227
|
-
|
|
9228
|
-
&:hover,
|
|
9229
|
-
&.k-state-hover,
|
|
9230
|
-
&.k-hover {
|
|
9231
|
-
@include fill(
|
|
9232
|
-
$chip-solid-success-hover-text,
|
|
9233
|
-
$chip-solid-success-hover-bg,
|
|
9234
|
-
$chip-solid-success-hover-border
|
|
9235
|
-
);
|
|
9236
|
-
}
|
|
9237
|
-
|
|
9238
|
-
&:focus,
|
|
9239
|
-
&.k-state-focus,
|
|
9240
|
-
&.k-focus {
|
|
9241
|
-
@include fill(
|
|
9242
|
-
$chip-solid-success-focus-text,
|
|
9243
|
-
$chip-solid-success-focus-bg,
|
|
9244
|
-
$chip-solid-success-focus-border
|
|
9245
|
-
);
|
|
9246
|
-
}
|
|
9247
|
-
|
|
9248
|
-
&.k-state-selected,
|
|
9249
|
-
&.k-selected {
|
|
9250
|
-
@include fill(
|
|
9251
|
-
$chip-solid-success-selected-text,
|
|
9252
|
-
$chip-solid-success-selected-bg,
|
|
9253
|
-
$chip-solid-success-selected-border
|
|
9254
|
-
);
|
|
9255
|
-
}
|
|
9256
9257
|
}
|
|
9257
9258
|
|
|
9258
|
-
|
|
9259
|
-
&.k-
|
|
9259
|
+
&:focus,
|
|
9260
|
+
&.k-focus,
|
|
9261
|
+
&.k-state-focus {
|
|
9260
9262
|
@include fill(
|
|
9261
|
-
$chip-solid-
|
|
9262
|
-
$chip-solid-
|
|
9263
|
-
$chip-solid-
|
|
9263
|
+
$chip-solid-success-focus-text,
|
|
9264
|
+
$chip-solid-success-focus-bg,
|
|
9265
|
+
$chip-solid-success-focus-border
|
|
9264
9266
|
);
|
|
9267
|
+
}
|
|
9265
9268
|
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
$chip-solid-warning-focus-bg,
|
|
9282
|
-
$chip-solid-warning-focus-border
|
|
9283
|
-
);
|
|
9284
|
-
}
|
|
9269
|
+
&.k-selected,
|
|
9270
|
+
&.k-state-selected {
|
|
9271
|
+
@include fill(
|
|
9272
|
+
$chip-solid-success-selected-text,
|
|
9273
|
+
$chip-solid-success-selected-bg,
|
|
9274
|
+
$chip-solid-success-selected-border
|
|
9275
|
+
);
|
|
9276
|
+
}
|
|
9277
|
+
}
|
|
9278
|
+
.k-chip-solid.k-chip-warning {
|
|
9279
|
+
@include fill(
|
|
9280
|
+
$chip-solid-warning-text,
|
|
9281
|
+
$chip-solid-warning-bg,
|
|
9282
|
+
$chip-solid-warning-border
|
|
9283
|
+
);
|
|
9285
9284
|
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9285
|
+
&:hover,
|
|
9286
|
+
&.k-hover,
|
|
9287
|
+
&.k-state-hover {
|
|
9288
|
+
@include fill(
|
|
9289
|
+
$chip-solid-warning-hover-text,
|
|
9290
|
+
$chip-solid-warning-hover-bg,
|
|
9291
|
+
$chip-solid-warning-hover-border
|
|
9292
|
+
);
|
|
9294
9293
|
}
|
|
9295
9294
|
|
|
9296
|
-
|
|
9295
|
+
&:focus,
|
|
9296
|
+
&.k-focus,
|
|
9297
|
+
&.k-state-focus {
|
|
9297
9298
|
@include fill(
|
|
9298
|
-
$chip-solid-
|
|
9299
|
-
$chip-solid-
|
|
9300
|
-
$chip-solid-
|
|
9299
|
+
$chip-solid-warning-focus-text,
|
|
9300
|
+
$chip-solid-warning-focus-bg,
|
|
9301
|
+
$chip-solid-warning-focus-border
|
|
9301
9302
|
);
|
|
9303
|
+
}
|
|
9302
9304
|
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9305
|
+
&.k-selected,
|
|
9306
|
+
&.k-state-selected {
|
|
9307
|
+
@include fill(
|
|
9308
|
+
$chip-solid-warning-selected-text,
|
|
9309
|
+
$chip-solid-warning-selected-bg,
|
|
9310
|
+
$chip-solid-warning-selected-border
|
|
9311
|
+
);
|
|
9312
|
+
}
|
|
9313
|
+
}
|
|
9314
|
+
.k-chip-solid.k-chip-error {
|
|
9315
|
+
@include fill(
|
|
9316
|
+
$chip-solid-error-text,
|
|
9317
|
+
$chip-solid-error-bg,
|
|
9318
|
+
$chip-solid-error-border
|
|
9319
|
+
);
|
|
9312
9320
|
|
|
9313
|
-
|
|
9314
|
-
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
|
|
9321
|
+
&:hover,
|
|
9322
|
+
&.k-hover,
|
|
9323
|
+
&.k-state-hover {
|
|
9324
|
+
@include fill(
|
|
9325
|
+
$chip-solid-error-hover-text,
|
|
9326
|
+
$chip-solid-error-hover-bg,
|
|
9327
|
+
$chip-solid-error-hover-border
|
|
9328
|
+
);
|
|
9329
|
+
}
|
|
9322
9330
|
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
+
&:focus,
|
|
9332
|
+
&.k-focus,
|
|
9333
|
+
&.k-state-focus {
|
|
9334
|
+
@include fill(
|
|
9335
|
+
$chip-solid-error-focus-text,
|
|
9336
|
+
$chip-solid-error-focus-bg,
|
|
9337
|
+
$chip-solid-error-focus-border
|
|
9338
|
+
);
|
|
9331
9339
|
}
|
|
9332
9340
|
|
|
9333
|
-
&.k-
|
|
9341
|
+
&.k-selected,
|
|
9342
|
+
&.k-state-selected {
|
|
9334
9343
|
@include fill(
|
|
9335
|
-
$chip-solid-
|
|
9336
|
-
$chip-solid-
|
|
9337
|
-
$chip-solid-
|
|
9344
|
+
$chip-solid-error-selected-text,
|
|
9345
|
+
$chip-solid-error-selected-bg,
|
|
9346
|
+
$chip-solid-error-selected-border
|
|
9338
9347
|
);
|
|
9348
|
+
}
|
|
9349
|
+
}
|
|
9350
|
+
.k-chip-solid.k-chip-info {
|
|
9351
|
+
@include fill(
|
|
9352
|
+
$chip-solid-info-text,
|
|
9353
|
+
$chip-solid-info-bg,
|
|
9354
|
+
$chip-solid-info-border
|
|
9355
|
+
);
|
|
9339
9356
|
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
|
|
9347
|
-
|
|
9348
|
-
|
|
9357
|
+
&:hover,
|
|
9358
|
+
&.k-hover,
|
|
9359
|
+
&.k-state-hover {
|
|
9360
|
+
@include fill(
|
|
9361
|
+
$chip-solid-info-hover-text,
|
|
9362
|
+
$chip-solid-info-hover-bg,
|
|
9363
|
+
$chip-solid-info-hover-border
|
|
9364
|
+
);
|
|
9365
|
+
}
|
|
9349
9366
|
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9367
|
+
&:focus,
|
|
9368
|
+
&.k-focus,
|
|
9369
|
+
&.k-state-focus {
|
|
9370
|
+
@include fill(
|
|
9371
|
+
$chip-solid-info-focus-text,
|
|
9372
|
+
$chip-solid-info-focus-bg,
|
|
9373
|
+
$chip-solid-info-focus-border
|
|
9374
|
+
);
|
|
9375
|
+
}
|
|
9359
9376
|
|
|
9360
|
-
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
}
|
|
9377
|
+
&.k-selected,
|
|
9378
|
+
&.k-state-selected {
|
|
9379
|
+
@include fill(
|
|
9380
|
+
$chip-solid-info-selected-text,
|
|
9381
|
+
$chip-solid-info-selected-bg,
|
|
9382
|
+
$chip-solid-info-selected-border
|
|
9383
|
+
);
|
|
9368
9384
|
}
|
|
9369
9385
|
}
|
|
9370
9386
|
|
|
9387
|
+
|
|
9388
|
+
// Outline chip
|
|
9371
9389
|
.k-chip-outline {
|
|
9372
9390
|
@include fill(
|
|
9373
9391
|
$chip-outline-text,
|
|
@@ -9376,8 +9394,8 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9376
9394
|
);
|
|
9377
9395
|
|
|
9378
9396
|
&:hover,
|
|
9379
|
-
&.k-
|
|
9380
|
-
&.k-hover {
|
|
9397
|
+
&.k-hover,
|
|
9398
|
+
&.k-state-hover {
|
|
9381
9399
|
@include fill(
|
|
9382
9400
|
$chip-outline-hover-text,
|
|
9383
9401
|
$chip-outline-hover-bg,
|
|
@@ -9386,177 +9404,171 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9386
9404
|
}
|
|
9387
9405
|
|
|
9388
9406
|
&:focus,
|
|
9389
|
-
&.k-
|
|
9390
|
-
&.k-focus {
|
|
9391
|
-
@include box-shadow( $chip-outline-focus-shadow );
|
|
9407
|
+
&.k-focus,
|
|
9408
|
+
&.k-state-focus {
|
|
9392
9409
|
@include fill(
|
|
9393
9410
|
$chip-outline-focus-text,
|
|
9394
9411
|
$chip-outline-focus-bg,
|
|
9395
9412
|
$chip-outline-focus-border
|
|
9396
9413
|
);
|
|
9414
|
+
@include box-shadow( $chip-outline-focus-shadow );
|
|
9397
9415
|
}
|
|
9398
9416
|
|
|
9399
|
-
&.k-
|
|
9400
|
-
&.k-selected {
|
|
9417
|
+
&.k-selected,
|
|
9418
|
+
&.k-state-selected {
|
|
9401
9419
|
@include fill(
|
|
9402
9420
|
$color: $chip-outline-selected-text,
|
|
9403
9421
|
$bg: $chip-outline-selected-bg
|
|
9404
9422
|
);
|
|
9405
9423
|
}
|
|
9424
|
+
}
|
|
9425
|
+
.k-chip-outline.k-chip-success {
|
|
9426
|
+
@include fill(
|
|
9427
|
+
$chip-outline-success-text,
|
|
9428
|
+
$chip-outline-success-bg,
|
|
9429
|
+
$chip-outline-success-border
|
|
9430
|
+
);
|
|
9406
9431
|
|
|
9407
|
-
|
|
9432
|
+
&:hover,
|
|
9433
|
+
&.k-hover,
|
|
9434
|
+
&.k-state-hover {
|
|
9408
9435
|
@include fill(
|
|
9409
|
-
$chip-outline-success-text,
|
|
9410
|
-
$chip-outline-success-bg,
|
|
9411
|
-
$chip-outline-success-border
|
|
9436
|
+
$chip-outline-success-hover-text,
|
|
9437
|
+
$chip-outline-success-hover-bg,
|
|
9438
|
+
$chip-outline-success-hover-border
|
|
9412
9439
|
);
|
|
9413
|
-
|
|
9414
|
-
&:hover,
|
|
9415
|
-
&.k-state-hover,
|
|
9416
|
-
&.k-hover {
|
|
9417
|
-
@include fill(
|
|
9418
|
-
$chip-outline-success-hover-text,
|
|
9419
|
-
$chip-outline-success-hover-bg,
|
|
9420
|
-
$chip-outline-success-hover-border
|
|
9421
|
-
);
|
|
9422
|
-
}
|
|
9423
|
-
|
|
9424
|
-
&:focus,
|
|
9425
|
-
&.k-state-focus,
|
|
9426
|
-
&.k-focus {
|
|
9427
|
-
@include fill(
|
|
9428
|
-
$chip-outline-success-focus-text,
|
|
9429
|
-
$chip-outline-success-focus-bg,
|
|
9430
|
-
$chip-outline-success-focus-border
|
|
9431
|
-
);
|
|
9432
|
-
}
|
|
9433
|
-
|
|
9434
|
-
&.k-state-selected,
|
|
9435
|
-
&.k-selected {
|
|
9436
|
-
@include fill(
|
|
9437
|
-
$chip-outline-success-selected-text,
|
|
9438
|
-
$chip-outline-success-selected-bg,
|
|
9439
|
-
$chip-outline-success-selected-border
|
|
9440
|
-
);
|
|
9441
|
-
}
|
|
9442
9440
|
}
|
|
9443
9441
|
|
|
9444
|
-
|
|
9442
|
+
&:focus,
|
|
9443
|
+
&.k-focus,
|
|
9444
|
+
&.k-state-focus {
|
|
9445
9445
|
@include fill(
|
|
9446
|
-
$chip-outline-
|
|
9447
|
-
$chip-outline-
|
|
9448
|
-
$chip-outline-
|
|
9446
|
+
$chip-outline-success-focus-text,
|
|
9447
|
+
$chip-outline-success-focus-bg,
|
|
9448
|
+
$chip-outline-success-focus-border
|
|
9449
9449
|
);
|
|
9450
|
-
|
|
9451
|
-
&:hover,
|
|
9452
|
-
&.k-state-hover,
|
|
9453
|
-
&.k-hover {
|
|
9454
|
-
@include fill(
|
|
9455
|
-
$chip-outline-warning-hover-text,
|
|
9456
|
-
$chip-outline-warning-hover-bg,
|
|
9457
|
-
$chip-outline-warning-hover-border
|
|
9458
|
-
);
|
|
9459
|
-
}
|
|
9460
|
-
|
|
9461
|
-
&:focus,
|
|
9462
|
-
&.k-state-focus,
|
|
9463
|
-
&.k-focus {
|
|
9464
|
-
@include fill(
|
|
9465
|
-
$chip-outline-warning-focus-text,
|
|
9466
|
-
$chip-outline-warning-focus-bg,
|
|
9467
|
-
$chip-outline-warning-focus-border
|
|
9468
|
-
);
|
|
9469
|
-
}
|
|
9470
|
-
|
|
9471
|
-
&.k-state-selected,
|
|
9472
|
-
&.k-selected {
|
|
9473
|
-
@include fill(
|
|
9474
|
-
$chip-outline-warning-selected-text,
|
|
9475
|
-
$chip-outline-warning-selected-bg,
|
|
9476
|
-
$chip-outline-warning-selected-border
|
|
9477
|
-
);
|
|
9478
|
-
}
|
|
9479
9450
|
}
|
|
9480
9451
|
|
|
9452
|
+
&.k-selected,
|
|
9453
|
+
&.k-state-selected {
|
|
9454
|
+
@include fill(
|
|
9455
|
+
$chip-outline-success-selected-text,
|
|
9456
|
+
$chip-outline-success-selected-bg,
|
|
9457
|
+
$chip-outline-success-selected-border
|
|
9458
|
+
);
|
|
9459
|
+
}
|
|
9460
|
+
}
|
|
9461
|
+
.k-chip-outline.k-chip-warning {
|
|
9462
|
+
@include fill(
|
|
9463
|
+
$chip-outline-warning-text,
|
|
9464
|
+
$chip-outline-warning-bg,
|
|
9465
|
+
$chip-outline-warning-border
|
|
9466
|
+
);
|
|
9481
9467
|
|
|
9482
|
-
|
|
9468
|
+
&:hover,
|
|
9469
|
+
&.k-hover,
|
|
9470
|
+
&.k-state-hover {
|
|
9483
9471
|
@include fill(
|
|
9484
|
-
$chip-outline-
|
|
9485
|
-
$chip-outline-
|
|
9486
|
-
$chip-outline-
|
|
9472
|
+
$chip-outline-warning-hover-text,
|
|
9473
|
+
$chip-outline-warning-hover-bg,
|
|
9474
|
+
$chip-outline-warning-hover-border
|
|
9487
9475
|
);
|
|
9476
|
+
}
|
|
9488
9477
|
|
|
9489
|
-
|
|
9490
|
-
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9478
|
+
&:focus,
|
|
9479
|
+
&.k-focus,
|
|
9480
|
+
&.k-state-focus {
|
|
9481
|
+
@include fill(
|
|
9482
|
+
$chip-outline-warning-focus-text,
|
|
9483
|
+
$chip-outline-warning-focus-bg,
|
|
9484
|
+
$chip-outline-warning-focus-border
|
|
9485
|
+
);
|
|
9486
|
+
}
|
|
9498
9487
|
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9488
|
+
&.k-selected,
|
|
9489
|
+
&.k-state-selected {
|
|
9490
|
+
@include fill(
|
|
9491
|
+
$chip-outline-warning-selected-text,
|
|
9492
|
+
$chip-outline-warning-selected-bg,
|
|
9493
|
+
$chip-outline-warning-selected-border
|
|
9494
|
+
);
|
|
9495
|
+
}
|
|
9496
|
+
}
|
|
9497
|
+
.k-chip-outline.k-chip-error {
|
|
9498
|
+
@include fill(
|
|
9499
|
+
$chip-outline-error-text,
|
|
9500
|
+
$chip-outline-error-bg,
|
|
9501
|
+
$chip-outline-error-border
|
|
9502
|
+
);
|
|
9508
9503
|
|
|
9509
|
-
|
|
9510
|
-
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
9504
|
+
&:hover,
|
|
9505
|
+
&.k-hover,
|
|
9506
|
+
&.k-state-hover {
|
|
9507
|
+
@include fill(
|
|
9508
|
+
$chip-outline-error-hover-text,
|
|
9509
|
+
$chip-outline-error-hover-bg,
|
|
9510
|
+
$chip-outline-error-hover-border
|
|
9511
|
+
);
|
|
9517
9512
|
}
|
|
9518
9513
|
|
|
9514
|
+
&:focus,
|
|
9515
|
+
&.k-focus,
|
|
9516
|
+
&.k-state-focus {
|
|
9517
|
+
@include fill(
|
|
9518
|
+
$chip-outline-error-focus-text,
|
|
9519
|
+
$chip-outline-error-focus-bg,
|
|
9520
|
+
$chip-outline-error-focus-border
|
|
9521
|
+
);
|
|
9522
|
+
}
|
|
9519
9523
|
|
|
9520
|
-
&.k-
|
|
9524
|
+
&.k-selected,
|
|
9525
|
+
&.k-state-selected {
|
|
9521
9526
|
@include fill(
|
|
9522
|
-
$chip-outline-
|
|
9523
|
-
$chip-outline-
|
|
9524
|
-
$chip-outline-
|
|
9527
|
+
$chip-outline-error-selected-text,
|
|
9528
|
+
$chip-outline-error-selected-bg,
|
|
9529
|
+
$chip-outline-error-selected-border
|
|
9525
9530
|
);
|
|
9531
|
+
}
|
|
9532
|
+
}
|
|
9533
|
+
.k-chip-outline.k-chip-info {
|
|
9534
|
+
@include fill(
|
|
9535
|
+
$chip-outline-info-text,
|
|
9536
|
+
$chip-outline-info-bg,
|
|
9537
|
+
$chip-outline-info-border
|
|
9538
|
+
);
|
|
9526
9539
|
|
|
9527
|
-
|
|
9528
|
-
|
|
9529
|
-
|
|
9530
|
-
|
|
9531
|
-
|
|
9532
|
-
|
|
9533
|
-
|
|
9534
|
-
|
|
9535
|
-
|
|
9540
|
+
&:hover,
|
|
9541
|
+
&.k-hover,
|
|
9542
|
+
&.k-state-hover {
|
|
9543
|
+
@include fill(
|
|
9544
|
+
$chip-outline-info-hover-text,
|
|
9545
|
+
$chip-outline-info-hover-bg,
|
|
9546
|
+
$chip-outline-info-hover-border
|
|
9547
|
+
);
|
|
9548
|
+
}
|
|
9536
9549
|
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9550
|
+
&:focus,
|
|
9551
|
+
&.k-focus,
|
|
9552
|
+
&.k-state-focus {
|
|
9553
|
+
@include fill(
|
|
9554
|
+
$chip-outline-info-focus-text,
|
|
9555
|
+
$chip-outline-info-focus-bg,
|
|
9556
|
+
$chip-outline-info-focus-border
|
|
9557
|
+
);
|
|
9558
|
+
}
|
|
9546
9559
|
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9553
|
-
|
|
9554
|
-
}
|
|
9560
|
+
&.k-selected,
|
|
9561
|
+
&.k-state-selected {
|
|
9562
|
+
@include fill(
|
|
9563
|
+
$chip-outline-info-selected-text,
|
|
9564
|
+
$chip-outline-info-selected-bg,
|
|
9565
|
+
$chip-outline-info-selected-border
|
|
9566
|
+
);
|
|
9555
9567
|
}
|
|
9556
9568
|
}
|
|
9557
9569
|
|
|
9558
9570
|
|
|
9559
|
-
//
|
|
9571
|
+
// Focus state
|
|
9560
9572
|
.k-chip-info {
|
|
9561
9573
|
&:focus,
|
|
9562
9574
|
&.k-state-focus,
|
|
@@ -9620,11 +9632,12 @@ $color-preview-no-color-bg: $white !default;
|
|
|
9620
9632
|
$color-preview-no-color-text: $error !default;
|
|
9621
9633
|
$color-preview-no-color-border: null !default;
|
|
9622
9634
|
|
|
9623
|
-
$color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
|
|
9635
|
+
// $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
|
|
9636
|
+
$color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
|
|
9624
9637
|
|
|
9625
9638
|
// #endregion
|
|
9626
9639
|
// #region @import "_layout.scss"; -> packages/default/scss/color-preview/_layout.scss
|
|
9627
|
-
@include exports("color-preview/layout") {
|
|
9640
|
+
@include exports( "color-preview/layout" ) {
|
|
9628
9641
|
|
|
9629
9642
|
// Color Preview
|
|
9630
9643
|
.k-color-preview {
|
|
@@ -9665,7 +9678,7 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
9665
9678
|
|
|
9666
9679
|
// #endregion
|
|
9667
9680
|
// #region @import "_theme.scss"; -> packages/default/scss/color-preview/_theme.scss
|
|
9668
|
-
@include exports("color-preview/theme") {
|
|
9681
|
+
@include exports( "color-preview/theme" ) {
|
|
9669
9682
|
|
|
9670
9683
|
// Color Preview
|
|
9671
9684
|
.k-color-preview {
|
|
@@ -9692,7 +9705,8 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
9692
9705
|
.k-no-color::after {
|
|
9693
9706
|
background-color: $color-preview-no-color-bg;
|
|
9694
9707
|
background-image: $color-preview-no-color-image;
|
|
9695
|
-
background-size:
|
|
9708
|
+
background-size: contain;
|
|
9709
|
+
background-position: 0 0;
|
|
9696
9710
|
}
|
|
9697
9711
|
|
|
9698
9712
|
}
|
|
@@ -15913,25 +15927,343 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
15913
15927
|
|
|
15914
15928
|
}
|
|
15915
15929
|
|
|
15930
|
+
// #endregion
|
|
15916
15931
|
|
|
15932
|
+
// #endregion
|
|
15933
|
+
// #region @import "timeselector/_index.scss"; -> packages/default/scss/timeselector/_index.scss
|
|
15934
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
15935
|
+
// File already imported_once. Skipping output.
|
|
15936
|
+
// #endregion
|
|
15917
15937
|
|
|
15918
15938
|
|
|
15919
|
-
|
|
15939
|
+
// Dependencies
|
|
15940
|
+
// #region @import "../list/_index.scss"; -> packages/default/scss/list/_index.scss
|
|
15941
|
+
// File already imported_once. Skipping output.
|
|
15942
|
+
// #endregion
|
|
15943
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/default/scss/action-buttons/_index.scss
|
|
15944
|
+
// File already imported_once. Skipping output.
|
|
15945
|
+
// #endregion
|
|
15946
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
15947
|
+
// File already imported_once. Skipping output.
|
|
15948
|
+
// #endregion
|
|
15920
15949
|
|
|
15921
|
-
// jQuery DateRangePicker
|
|
15922
|
-
.k-daterangepicker {
|
|
15923
|
-
// Invalid
|
|
15924
|
-
&.k-state-invalid {
|
|
15925
|
-
.k-dateinput-wrap {
|
|
15926
|
-
border-color: $invalid-border;
|
|
15927
15950
|
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15951
|
+
// Component
|
|
15952
|
+
// #region @import "_variables.scss"; -> packages/default/scss/timeselector/_variables.scss
|
|
15953
|
+
// Time selector
|
|
15954
|
+
$time-selector-border-width: 1px !default;
|
|
15955
|
+
$time-selector-font-family: $font-family !default;
|
|
15956
|
+
$time-selector-font-size: $font-size !default;
|
|
15957
|
+
$time-selector-line-height: $line-height !default;
|
|
15958
|
+
|
|
15959
|
+
$time-selector-bg: $component-bg !default;
|
|
15960
|
+
$time-selector-text: $component-text !default;
|
|
15961
|
+
$time-selector-border: $component-border !default;
|
|
15962
|
+
|
|
15963
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
15964
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
15965
|
+
$time-selector-header-border-width: 0px !default;
|
|
15966
|
+
|
|
15967
|
+
$time-list-width: 4em !default;
|
|
15968
|
+
$time-list-height: 240px !default;
|
|
15969
|
+
|
|
15970
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
15971
|
+
$time-list-title-line-height: 1.5 !default;
|
|
15972
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
15973
|
+
$time-list-title-text: $subtle-text !default;
|
|
15974
|
+
$time-list-title-focus-text: $component-text !default;
|
|
15975
|
+
|
|
15976
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
15977
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
15978
|
+
|
|
15979
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
15980
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
15981
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
15982
|
+
$time-list-highlight-border: $component-border !default;
|
|
15983
|
+
|
|
15984
|
+
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
15985
|
+
|
|
15986
|
+
// #endregion
|
|
15987
|
+
// #region @import "_layout.scss"; -> packages/default/scss/timeselector/_layout.scss
|
|
15988
|
+
@include exports( "timeselector/layout" ) {
|
|
15989
|
+
|
|
15990
|
+
// Time selector
|
|
15991
|
+
.k-timeselector {
|
|
15992
|
+
border-width: $time-selector-border-width;
|
|
15993
|
+
border-style: solid;
|
|
15994
|
+
box-sizing: border-box;
|
|
15995
|
+
outline: 0;
|
|
15996
|
+
font-family: $time-selector-font-family;
|
|
15997
|
+
font-size: $time-selector-font-size;
|
|
15998
|
+
line-height: $time-selector-line-height;
|
|
15999
|
+
position: relative;
|
|
16000
|
+
overflow: hidden;
|
|
16001
|
+
display: flex;
|
|
16002
|
+
flex-flow: column nowrap;
|
|
16003
|
+
user-select: none;
|
|
16004
|
+
-webkit-touch-callout: none;
|
|
16005
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
16006
|
+
|
|
16007
|
+
.k-popup > & {
|
|
16008
|
+
border-width: 0;
|
|
16009
|
+
}
|
|
16010
|
+
}
|
|
16011
|
+
|
|
16012
|
+
|
|
16013
|
+
// Time selector header
|
|
16014
|
+
.k-time-header,
|
|
16015
|
+
.k-time-selector-header {
|
|
16016
|
+
padding: $time-selector-header-padding-y $time-selector-header-padding-x;
|
|
16017
|
+
box-sizing: border-box;
|
|
16018
|
+
display: flex;
|
|
16019
|
+
align-items: center;
|
|
16020
|
+
justify-content: space-between;
|
|
16021
|
+
flex: 0 0 auto;
|
|
16022
|
+
|
|
16023
|
+
.k-title,
|
|
16024
|
+
.k-time-selector-header-title {
|
|
16025
|
+
padding: $button-padding-y $button-padding-x;
|
|
16026
|
+
font-weight: bold;
|
|
16027
|
+
display: inline-block;
|
|
16028
|
+
}
|
|
16029
|
+
|
|
16030
|
+
.k-time-now {
|
|
16031
|
+
border-width: 0;
|
|
16032
|
+
line-height: inherit;
|
|
16033
|
+
cursor: pointer;
|
|
16034
|
+
}
|
|
16035
|
+
}
|
|
16036
|
+
|
|
16037
|
+
|
|
16038
|
+
// Time selector footer
|
|
16039
|
+
// .k-time-footer {}
|
|
16040
|
+
// .k-time-selector-footer {}
|
|
16041
|
+
|
|
16042
|
+
|
|
16043
|
+
// Time list container
|
|
16044
|
+
.k-time-list-container {
|
|
16045
|
+
display: flex;
|
|
16046
|
+
position: relative;
|
|
16047
|
+
flex: 1 1 auto;
|
|
16048
|
+
}
|
|
16049
|
+
|
|
16050
|
+
|
|
16051
|
+
// Time list highlight
|
|
16052
|
+
.k-time-highlight,
|
|
16053
|
+
.k-time-list-highlight {
|
|
16054
|
+
width: 100%;
|
|
16055
|
+
height: $time-list-highlight-height;
|
|
16056
|
+
border-width: $time-list-highlight-border-width;
|
|
16057
|
+
border-style: solid;
|
|
16058
|
+
box-sizing: border-box;
|
|
16059
|
+
position: absolute;
|
|
16060
|
+
top: calc( 50% + #{$time-list-title-height / 2});
|
|
16061
|
+
left: 0;
|
|
16062
|
+
right: 0;
|
|
16063
|
+
transform: translateY(-50%);
|
|
16064
|
+
z-index: 1;
|
|
16065
|
+
}
|
|
16066
|
+
|
|
16067
|
+
|
|
16068
|
+
// Time list wrapper
|
|
16069
|
+
.k-time-list-wrapper {
|
|
16070
|
+
min-width: $time-list-width;
|
|
16071
|
+
height: $time-list-height;
|
|
16072
|
+
box-sizing: content-box;
|
|
16073
|
+
display: inline-flex;
|
|
16074
|
+
flex-flow: column nowrap;
|
|
16075
|
+
align-items: stretch;
|
|
16076
|
+
overflow: hidden;
|
|
16077
|
+
position: relative;
|
|
16078
|
+
text-align: center;
|
|
16079
|
+
flex: 1 1 auto;
|
|
16080
|
+
|
|
16081
|
+
.k-title {
|
|
16082
|
+
font-size: $time-list-title-font-size;
|
|
16083
|
+
line-height: $time-list-title-line-height;
|
|
16084
|
+
font-weight: bold;
|
|
16085
|
+
text-align: center;
|
|
16086
|
+
text-transform: capitalize;
|
|
16087
|
+
display: block;
|
|
16088
|
+
}
|
|
16089
|
+
|
|
16090
|
+
&.k-state-focused {
|
|
16091
|
+
&::before,
|
|
16092
|
+
&::after {
|
|
16093
|
+
display: block;
|
|
16094
|
+
content: " ";
|
|
16095
|
+
position: absolute;
|
|
16096
|
+
width: 100%;
|
|
16097
|
+
left: 0;
|
|
16098
|
+
pointer-events: none;
|
|
16099
|
+
height: calc( 50% - #{$time-list-highlight-height / 2} );
|
|
16100
|
+
box-sizing: border-box;
|
|
16101
|
+
border-width: 0;
|
|
16102
|
+
border-style: solid;
|
|
16103
|
+
}
|
|
16104
|
+
|
|
16105
|
+
&::before {
|
|
16106
|
+
top: $time-list-title-height;
|
|
16107
|
+
}
|
|
16108
|
+
|
|
16109
|
+
&::after {
|
|
16110
|
+
bottom: 0;
|
|
15931
16111
|
}
|
|
15932
16112
|
}
|
|
15933
16113
|
}
|
|
15934
16114
|
|
|
16115
|
+
|
|
16116
|
+
// Time list
|
|
16117
|
+
.k-time-list {
|
|
16118
|
+
display: flex;
|
|
16119
|
+
flex-flow: row nowrap;
|
|
16120
|
+
align-items: stretch;
|
|
16121
|
+
flex: 1;
|
|
16122
|
+
position: relative;
|
|
16123
|
+
z-index: 1;
|
|
16124
|
+
overflow: hidden;
|
|
16125
|
+
|
|
16126
|
+
&::before,
|
|
16127
|
+
&::after {
|
|
16128
|
+
display: block;
|
|
16129
|
+
position: absolute;
|
|
16130
|
+
content: " ";
|
|
16131
|
+
height: 0;
|
|
16132
|
+
line-height: 0;
|
|
16133
|
+
z-index: 1;
|
|
16134
|
+
width: 200%;
|
|
16135
|
+
left: -50%;
|
|
16136
|
+
}
|
|
16137
|
+
|
|
16138
|
+
&::before { top: 0; }
|
|
16139
|
+
&::after { bottom: 0; }
|
|
16140
|
+
}
|
|
16141
|
+
|
|
16142
|
+
|
|
16143
|
+
// Time list content
|
|
16144
|
+
.k-time-container,
|
|
16145
|
+
.k-time-list-content {
|
|
16146
|
+
position: relative;
|
|
16147
|
+
flex: 1 1 auto;
|
|
16148
|
+
display: block;
|
|
16149
|
+
overflow-x: hidden;
|
|
16150
|
+
overflow-y: scroll;
|
|
16151
|
+
|
|
16152
|
+
@include hide-scrollbar("right");
|
|
16153
|
+
|
|
16154
|
+
> ul {
|
|
16155
|
+
height: auto;
|
|
16156
|
+
width: $time-list-width;
|
|
16157
|
+
margin: auto;
|
|
16158
|
+
}
|
|
16159
|
+
|
|
16160
|
+
.k-rtl &
|
|
16161
|
+
[dir="rtl"] & {
|
|
16162
|
+
@include hide-scrollbar("left");
|
|
16163
|
+
}
|
|
16164
|
+
|
|
16165
|
+
.k-scrollable-placeholder {
|
|
16166
|
+
position: absolute;
|
|
16167
|
+
width: 1px;
|
|
16168
|
+
top: 0;
|
|
16169
|
+
right: 0;
|
|
16170
|
+
}
|
|
16171
|
+
}
|
|
16172
|
+
|
|
16173
|
+
|
|
16174
|
+
// Time list item
|
|
16175
|
+
.k-time-list-item,
|
|
16176
|
+
.k-time-list .k-item {
|
|
16177
|
+
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
16178
|
+
}
|
|
16179
|
+
|
|
16180
|
+
|
|
16181
|
+
// Time separator
|
|
16182
|
+
.k-time-separator {
|
|
16183
|
+
width: 0;
|
|
16184
|
+
height: $time-list-highlight-height;
|
|
16185
|
+
align-self: center;
|
|
16186
|
+
display: inline-flex;
|
|
16187
|
+
justify-content: center;
|
|
16188
|
+
align-items: center;
|
|
16189
|
+
position: relative;
|
|
16190
|
+
z-index: 11;
|
|
16191
|
+
top: calc( #{$time-list-title-height / 2} );
|
|
16192
|
+
}
|
|
16193
|
+
|
|
16194
|
+
}
|
|
16195
|
+
|
|
16196
|
+
// #endregion
|
|
16197
|
+
// #region @import "_theme.scss"; -> packages/default/scss/timeselector/_theme.scss
|
|
16198
|
+
@include exports( "timeselector/theme" ) {
|
|
16199
|
+
|
|
16200
|
+
// Time selector
|
|
16201
|
+
.k-timeselector {
|
|
16202
|
+
@include fill(
|
|
16203
|
+
$time-selector-text,
|
|
16204
|
+
$time-selector-bg,
|
|
16205
|
+
$time-selector-border
|
|
16206
|
+
);
|
|
16207
|
+
}
|
|
16208
|
+
|
|
16209
|
+
|
|
16210
|
+
// Time selector header
|
|
16211
|
+
.k-time-header,
|
|
16212
|
+
.k-time-selector-header {
|
|
16213
|
+
|
|
16214
|
+
.k-time-now {
|
|
16215
|
+
color: $link-text;
|
|
16216
|
+
}
|
|
16217
|
+
.k-time-now:hover {
|
|
16218
|
+
color: $link-hover-text;
|
|
16219
|
+
}
|
|
16220
|
+
}
|
|
16221
|
+
|
|
16222
|
+
|
|
16223
|
+
// Time list wrapper
|
|
16224
|
+
.k-time-list-wrapper {
|
|
16225
|
+
|
|
16226
|
+
.k-title {
|
|
16227
|
+
color: $time-list-title-text;
|
|
16228
|
+
}
|
|
16229
|
+
|
|
16230
|
+
&.k-state-focused {
|
|
16231
|
+
.k-title {
|
|
16232
|
+
color: $time-list-title-focus-text;
|
|
16233
|
+
}
|
|
16234
|
+
|
|
16235
|
+
&::before,
|
|
16236
|
+
&::after {
|
|
16237
|
+
background-color: $time-list-focused-bg;
|
|
16238
|
+
}
|
|
16239
|
+
}
|
|
16240
|
+
}
|
|
16241
|
+
|
|
16242
|
+
|
|
16243
|
+
// Time list
|
|
16244
|
+
.k-time-list {
|
|
16245
|
+
&::before,
|
|
16246
|
+
&::after {
|
|
16247
|
+
$shadow-size: 3em;
|
|
16248
|
+
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
|
|
16249
|
+
}
|
|
16250
|
+
|
|
16251
|
+
.k-item:hover {
|
|
16252
|
+
color: $primary;
|
|
16253
|
+
}
|
|
16254
|
+
}
|
|
16255
|
+
|
|
16256
|
+
.k-time-container {
|
|
16257
|
+
background: transparent;
|
|
16258
|
+
}
|
|
16259
|
+
|
|
16260
|
+
.k-time-highlight {
|
|
16261
|
+
@include fill(
|
|
16262
|
+
$bg: $time-list-highlight-bg,
|
|
16263
|
+
$border: $time-list-highlight-border
|
|
16264
|
+
);
|
|
16265
|
+
}
|
|
16266
|
+
|
|
15935
16267
|
}
|
|
15936
16268
|
|
|
15937
16269
|
// #endregion
|
|
@@ -17196,51 +17528,41 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17196
17528
|
|
|
17197
17529
|
// #endregion
|
|
17198
17530
|
// #region @import "_layout.scss"; -> packages/default/scss/colorpicker/_layout.scss
|
|
17199
|
-
@include exports("colorpicker/layout") {
|
|
17531
|
+
@include exports( "colorpicker/layout" ) {
|
|
17200
17532
|
|
|
17201
|
-
//
|
|
17533
|
+
// Color picker
|
|
17202
17534
|
.k-colorpicker {
|
|
17535
|
+
@include border-radius( $input-border-radius );
|
|
17203
17536
|
width: auto;
|
|
17204
|
-
border-width:
|
|
17537
|
+
border-width: 1px;
|
|
17538
|
+
border-style: solid;
|
|
17205
17539
|
box-sizing: border-box;
|
|
17206
17540
|
outline: 0;
|
|
17207
17541
|
font-family: $colorpicker-font-family;
|
|
17208
17542
|
font-size: $colorpicker-font-size;
|
|
17209
17543
|
line-height: $colorpicker-line-height;
|
|
17210
|
-
|
|
17211
|
-
|
|
17544
|
+
text-align: start;
|
|
17545
|
+
white-space: nowrap;
|
|
17212
17546
|
display: inline-flex;
|
|
17547
|
+
flex-flow: row nowrap;
|
|
17213
17548
|
vertical-align: middle;
|
|
17214
17549
|
position: relative;
|
|
17215
|
-
overflow:
|
|
17550
|
+
overflow: hidden;
|
|
17551
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17216
17552
|
-webkit-touch-callout: none;
|
|
17217
17553
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17218
17554
|
|
|
17219
17555
|
.k-selected-color {
|
|
17220
|
-
|
|
17221
|
-
width: $button-inner-calc-size;
|
|
17222
|
-
height: $button-inner-calc-size;
|
|
17223
|
-
border-width:
|
|
17556
|
+
margin: $button-padding-y;
|
|
17557
|
+
width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17558
|
+
height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17559
|
+
border-width: 1px;
|
|
17224
17560
|
border-style: solid;
|
|
17225
|
-
border-color: inherit;
|
|
17226
17561
|
box-sizing: border-box;
|
|
17562
|
+
background-clip: content-box;
|
|
17227
17563
|
line-height: 0;
|
|
17228
17564
|
position: relative;
|
|
17229
17565
|
overflow: hidden;
|
|
17230
|
-
|
|
17231
|
-
.k-i-line {
|
|
17232
|
-
border-top: 1px solid $error;
|
|
17233
|
-
width: 200%;
|
|
17234
|
-
height: 200%;
|
|
17235
|
-
position: absolute;
|
|
17236
|
-
top: 50%;
|
|
17237
|
-
left: 50%;
|
|
17238
|
-
transform: translate(-33%, -33%) rotateZ(45deg);
|
|
17239
|
-
transform-origin: 0 0;
|
|
17240
|
-
}
|
|
17241
|
-
.k-i-line::before {
|
|
17242
|
-
display: none;
|
|
17243
|
-
}
|
|
17244
17566
|
}
|
|
17245
17567
|
|
|
17246
17568
|
.k-tool-icon {
|
|
@@ -17272,22 +17594,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17272
17594
|
}
|
|
17273
17595
|
}
|
|
17274
17596
|
|
|
17275
|
-
.k-picker-wrap {
|
|
17276
|
-
@include border-radius( $input-border-radius );
|
|
17277
|
-
padding: 0;
|
|
17278
|
-
width: 100%;
|
|
17279
|
-
border-width: 1px;
|
|
17280
|
-
border-style: solid;
|
|
17281
|
-
box-sizing: border-box;
|
|
17282
|
-
position: relative;
|
|
17283
|
-
display: flex;
|
|
17284
|
-
flex-direction: row;
|
|
17285
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17286
|
-
overflow: hidden;
|
|
17287
|
-
cursor: default;
|
|
17288
|
-
outline: 0;
|
|
17289
|
-
}
|
|
17290
|
-
|
|
17291
17597
|
|
|
17292
17598
|
// Input
|
|
17293
17599
|
.k-input {}
|
|
@@ -17297,19 +17603,17 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17297
17603
|
.k-select {
|
|
17298
17604
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
17299
17605
|
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
17606
|
+
height: $button-inner-calc-size;
|
|
17300
17607
|
border-width: 0;
|
|
17301
17608
|
border-inline-start-width: $picker-select-border-width;
|
|
17302
17609
|
border-style: solid;
|
|
17303
|
-
border-color:
|
|
17610
|
+
border-color: transparent;
|
|
17304
17611
|
box-sizing: border-box;
|
|
17305
17612
|
display: flex;
|
|
17306
17613
|
align-items: center;
|
|
17307
17614
|
justify-content: center;
|
|
17308
17615
|
flex: 0 0 auto;
|
|
17309
|
-
text-align: center;
|
|
17310
17616
|
cursor: pointer;
|
|
17311
|
-
|
|
17312
|
-
.k-icon {}
|
|
17313
17617
|
}
|
|
17314
17618
|
|
|
17315
17619
|
}
|
|
@@ -17328,37 +17632,22 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17328
17632
|
// #region @import "_theme.scss"; -> packages/default/scss/colorpicker/_theme.scss
|
|
17329
17633
|
@include exports( "colorpicker/theme" ) {
|
|
17330
17634
|
|
|
17635
|
+
// Color picker
|
|
17331
17636
|
.k-colorpicker {
|
|
17637
|
+
@include fill(
|
|
17638
|
+
$colorpicker-text,
|
|
17639
|
+
$colorpicker-bg,
|
|
17640
|
+
$colorpicker-border,
|
|
17641
|
+
$colorpicker-gradient
|
|
17642
|
+
);
|
|
17332
17643
|
|
|
17333
|
-
|
|
17334
|
-
|
|
17335
|
-
@include fill(
|
|
17336
|
-
$colorpicker-text,
|
|
17337
|
-
$colorpicker-bg,
|
|
17338
|
-
$colorpicker-border,
|
|
17339
|
-
$colorpicker-gradient
|
|
17340
|
-
);
|
|
17341
|
-
|
|
17342
|
-
// Invalid state
|
|
17343
|
-
&.k-invalid,
|
|
17344
|
-
&.k-invalid:hover,
|
|
17345
|
-
&.k-state-invalid {
|
|
17346
|
-
border-color: $invalid-border;
|
|
17347
|
-
|
|
17348
|
-
.k-input-validation-icon {
|
|
17349
|
-
color: $invalid-text;
|
|
17350
|
-
}
|
|
17351
|
-
|
|
17352
|
-
&:focus,
|
|
17353
|
-
&.k-state-focused {
|
|
17354
|
-
@include box-shadow($invalid-shadow);
|
|
17355
|
-
}
|
|
17356
|
-
}
|
|
17644
|
+
.k-selected-color {
|
|
17645
|
+
border-color: $component-border;
|
|
17357
17646
|
}
|
|
17358
17647
|
|
|
17359
17648
|
// Hover state
|
|
17360
|
-
|
|
17361
|
-
|
|
17649
|
+
&:hover,
|
|
17650
|
+
&.k-state-hover {
|
|
17362
17651
|
@include fill(
|
|
17363
17652
|
$colorpicker-hovered-text,
|
|
17364
17653
|
$colorpicker-hovered-bg,
|
|
@@ -17367,12 +17656,18 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17367
17656
|
);
|
|
17368
17657
|
}
|
|
17369
17658
|
|
|
17370
|
-
&.k-state-active {}
|
|
17371
|
-
|
|
17372
17659
|
// Focus state
|
|
17373
|
-
|
|
17374
|
-
|
|
17375
|
-
|
|
17660
|
+
&:focus,
|
|
17661
|
+
&.k-state-focus {
|
|
17662
|
+
@include fill(
|
|
17663
|
+
$colorpicker-focused-text,
|
|
17664
|
+
$colorpicker-focused-bg,
|
|
17665
|
+
$colorpicker-focused-border,
|
|
17666
|
+
$colorpicker-focused-gradient
|
|
17667
|
+
);
|
|
17668
|
+
@include box-shadow($colorpicker-focused-shadow);
|
|
17669
|
+
}
|
|
17670
|
+
&:focus-within {
|
|
17376
17671
|
@include fill(
|
|
17377
17672
|
$colorpicker-focused-text,
|
|
17378
17673
|
$colorpicker-focused-bg,
|
|
@@ -17382,20 +17677,20 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17382
17677
|
@include box-shadow($colorpicker-focused-shadow);
|
|
17383
17678
|
}
|
|
17384
17679
|
|
|
17680
|
+
|
|
17385
17681
|
// Invalid state
|
|
17386
|
-
&.k-
|
|
17387
|
-
&.ng-invalid
|
|
17388
|
-
&.
|
|
17389
|
-
|
|
17390
|
-
border-color: $invalid-border;
|
|
17682
|
+
&.k-invalid,
|
|
17683
|
+
&.ng-invalid,
|
|
17684
|
+
&.k-state-invalid {
|
|
17685
|
+
border-color: $invalid-border;
|
|
17391
17686
|
|
|
17392
|
-
|
|
17393
|
-
|
|
17394
|
-
|
|
17687
|
+
.k-input-validation-icon {
|
|
17688
|
+
color: $invalid-text;
|
|
17689
|
+
}
|
|
17395
17690
|
|
|
17396
|
-
|
|
17397
|
-
|
|
17398
|
-
|
|
17691
|
+
&:focus-within,
|
|
17692
|
+
&.k-state-focus {
|
|
17693
|
+
@include box-shadow($invalid-shadow);
|
|
17399
17694
|
}
|
|
17400
17695
|
}
|
|
17401
17696
|
|
|
@@ -17409,127 +17704,48 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17409
17704
|
// #region @import "combobox/_index.scss"; -> packages/default/scss/combobox/_index.scss
|
|
17410
17705
|
// File already imported_once. Skipping output.
|
|
17411
17706
|
// #endregion
|
|
17412
|
-
// #region @import "
|
|
17707
|
+
// #region @import "dateinput/_index.scss"; -> packages/default/scss/dateinput/_index.scss
|
|
17413
17708
|
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
17414
17709
|
// File already imported_once. Skipping output.
|
|
17415
17710
|
// #endregion
|
|
17416
17711
|
|
|
17417
17712
|
|
|
17418
17713
|
// Dependencies
|
|
17419
|
-
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
17420
|
-
// File already imported_once. Skipping output.
|
|
17421
|
-
// #endregion
|
|
17422
|
-
// #region @import "../action-buttons/_index.scss"; -> packages/default/scss/action-buttons/_index.scss
|
|
17423
|
-
// File already imported_once. Skipping output.
|
|
17424
|
-
// #endregion
|
|
17425
17714
|
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
17426
17715
|
// File already imported_once. Skipping output.
|
|
17427
17716
|
// #endregion
|
|
17428
|
-
// #region @import "../floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
17429
|
-
// File already imported_once. Skipping output.
|
|
17430
|
-
// #endregion
|
|
17431
|
-
// #region @import "../calendar/_index.scss"; -> packages/default/scss/calendar/_index.scss
|
|
17432
|
-
// File already imported_once. Skipping output.
|
|
17433
|
-
// #endregion
|
|
17434
|
-
// #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
|
|
17435
|
-
// File already imported_once. Skipping output.
|
|
17436
|
-
// #endregion
|
|
17437
17717
|
|
|
17438
17718
|
|
|
17439
17719
|
// Component
|
|
17440
|
-
// #region @import "_variables.scss"; -> packages/default/scss/
|
|
17441
|
-
//
|
|
17442
|
-
$time-highlight-size: 1px !default;
|
|
17443
|
-
|
|
17444
|
-
$time-list-title-text: $subtle-text !default;
|
|
17445
|
-
$time-list-title-focus-text: $component-text !default;
|
|
17446
|
-
|
|
17447
|
-
$time-list-highlight-bg: $component-bg !default;
|
|
17448
|
-
$time-list-highlight-border: $component-border !default;
|
|
17449
|
-
|
|
17450
|
-
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
17451
|
-
|
|
17452
|
-
$time-header-padding: null !default;
|
|
17453
|
-
$timepicker-header-height: 2em !default;
|
|
17454
|
-
|
|
17455
|
-
$time-list-padding: $padding-y * 5 !default;
|
|
17456
|
-
$time-list-focus-size: 2px !default;
|
|
17457
|
-
$time-list-width: 4em !default;
|
|
17458
|
-
$time-list-height: 200px !default;
|
|
17459
|
-
|
|
17460
|
-
$time-list-item-padding-x: $padding-x !default;
|
|
17461
|
-
$time-list-item-padding-y: $padding-y !default;
|
|
17462
|
-
|
|
17463
|
-
$dateinput-text: null !default;
|
|
17464
|
-
|
|
17465
|
-
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
17466
|
-
|
|
17467
|
-
$datetime-bg: $input-bg !default;
|
|
17468
|
-
$datetime-text: $input-text !default;
|
|
17469
|
-
$datetime-border: $input-border !default;
|
|
17470
|
-
|
|
17471
|
-
$datetime-hovered-bg: $input-hovered-bg !default;
|
|
17472
|
-
$datetime-hovered-text: $input-hovered-text !default;
|
|
17473
|
-
$datetime-hovered-border: $input-hovered-border !default;
|
|
17474
|
-
|
|
17475
|
-
$datetime-focused-bg: $input-focused-bg !default;
|
|
17476
|
-
$datetime-focused-text: $input-focused-text !default;
|
|
17477
|
-
$datetime-focused-border: $input-focused-border !default;
|
|
17478
|
-
$datetime-focused-shadow: $input-focused-shadow !default;
|
|
17479
|
-
|
|
17480
|
-
$datetime-select-bg: $button-bg !default;
|
|
17481
|
-
$datetime-select-text: $button-text !default;
|
|
17482
|
-
$datetime-select-border: $button-border !default;
|
|
17483
|
-
$datetime-select-gradient: $button-gradient !default;
|
|
17484
|
-
|
|
17485
|
-
$datetime-select-hovered-bg: $button-hovered-bg !default;
|
|
17486
|
-
$datetime-select-hovered-text: $button-hovered-text !default;
|
|
17487
|
-
$datetime-select-hovered-border: $button-hovered-border !default;
|
|
17488
|
-
$datetime-select-hovered-gradient: $button-hovered-gradient !default;
|
|
17489
|
-
|
|
17490
|
-
$datetime-select-pressed-bg: $button-active-bg !default;
|
|
17491
|
-
$datetime-select-pressed-text: $button-active-text !default;
|
|
17492
|
-
$datetime-select-pressed-border: $button-active-border !default;
|
|
17493
|
-
$datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
17720
|
+
// #region @import "_variables.scss"; -> packages/default/scss/dateinput/_variables.scss
|
|
17721
|
+
// Date input
|
|
17494
17722
|
|
|
17495
17723
|
// #endregion
|
|
17496
|
-
// #region @import "_layout.scss"; -> packages/default/scss/
|
|
17497
|
-
@include exports("
|
|
17724
|
+
// #region @import "_layout.scss"; -> packages/default/scss/dateinput/_layout.scss
|
|
17725
|
+
@include exports( "dateinput/layout" ) {
|
|
17498
17726
|
|
|
17499
|
-
//
|
|
17727
|
+
// Date input
|
|
17500
17728
|
.k-dateinput {
|
|
17729
|
+
@include border-radius( $input-border-radius );
|
|
17501
17730
|
width: $input-default-width;
|
|
17502
|
-
border-width:
|
|
17731
|
+
border-width: $input-border-width;
|
|
17732
|
+
border-style: solid;
|
|
17503
17733
|
box-sizing: border-box;
|
|
17504
17734
|
outline: 0;
|
|
17505
|
-
background: none;
|
|
17506
17735
|
font-family: $input-font-family;
|
|
17507
17736
|
font-size: $input-font-size;
|
|
17508
17737
|
line-height: $input-line-height;
|
|
17509
|
-
text-align:
|
|
17738
|
+
text-align: start;
|
|
17510
17739
|
white-space: nowrap;
|
|
17511
17740
|
display: inline-flex;
|
|
17741
|
+
flex-flow: row nowrap;
|
|
17512
17742
|
vertical-align: middle;
|
|
17513
17743
|
position: relative;
|
|
17744
|
+
overflow: hidden;
|
|
17745
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17514
17746
|
-webkit-touch-callout: none;
|
|
17515
17747
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17516
17748
|
|
|
17517
|
-
.k-dateinput-wrap {
|
|
17518
|
-
@include border-radius( $input-border-radius );
|
|
17519
|
-
padding: 0;
|
|
17520
|
-
width: 100%;
|
|
17521
|
-
border-width: 1px;
|
|
17522
|
-
border-style: solid;
|
|
17523
|
-
box-sizing: border-box;
|
|
17524
|
-
position: relative;
|
|
17525
|
-
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17526
|
-
cursor: default;
|
|
17527
|
-
outline: 0;
|
|
17528
|
-
display: flex;
|
|
17529
|
-
flex-flow: row nowrap;
|
|
17530
|
-
overflow: hidden;
|
|
17531
|
-
}
|
|
17532
|
-
|
|
17533
17749
|
|
|
17534
17750
|
// Input
|
|
17535
17751
|
.k-input {}
|
|
@@ -17574,63 +17790,332 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17574
17790
|
}
|
|
17575
17791
|
|
|
17576
17792
|
|
|
17577
|
-
//
|
|
17578
|
-
.k-rtl &,
|
|
17579
|
-
&[dir="rtl"] {
|
|
17580
|
-
text-align: right;
|
|
17581
|
-
}
|
|
17582
|
-
|
|
17583
|
-
|
|
17584
|
-
// Nested dateinput
|
|
17793
|
+
// Nested date input
|
|
17585
17794
|
.k-picker-wrap & {
|
|
17586
17795
|
margin: 0 !important; // sass-lint:disable-line no-important
|
|
17796
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
17587
17797
|
width: 100%;
|
|
17798
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
17799
|
+
border-width: 0; // sass-lint:disable-line no-important
|
|
17800
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17588
17801
|
flex: 1 1 auto;
|
|
17802
|
+
}
|
|
17803
|
+
}
|
|
17804
|
+
|
|
17805
|
+
}
|
|
17806
|
+
|
|
17807
|
+
// #endregion
|
|
17808
|
+
// #region @import "_theme.scss"; -> packages/default/scss/dateinput/_theme.scss
|
|
17809
|
+
@include exports( "dateinput/theme" ) {
|
|
17810
|
+
|
|
17811
|
+
.k-dateinput {
|
|
17812
|
+
@include fill(
|
|
17813
|
+
$input-text,
|
|
17814
|
+
$input-bg,
|
|
17815
|
+
$input-border
|
|
17816
|
+
);
|
|
17817
|
+
|
|
17818
|
+
// Hover state
|
|
17819
|
+
&:hover,
|
|
17820
|
+
&.k-state-hover {
|
|
17821
|
+
@include fill(
|
|
17822
|
+
$input-hovered-text,
|
|
17823
|
+
$input-hovered-bg,
|
|
17824
|
+
$input-hovered-border
|
|
17825
|
+
);
|
|
17826
|
+
}
|
|
17827
|
+
|
|
17828
|
+
// Focus state
|
|
17829
|
+
&:focus,
|
|
17830
|
+
&.k-state-focus {
|
|
17831
|
+
@include fill(
|
|
17832
|
+
$input-focused-text,
|
|
17833
|
+
$input-focused-bg,
|
|
17834
|
+
$input-focused-border
|
|
17835
|
+
);
|
|
17836
|
+
@include box-shadow( $input-focused-shadow );
|
|
17837
|
+
}
|
|
17838
|
+
&:focus-within {
|
|
17839
|
+
@include fill(
|
|
17840
|
+
$input-focused-text,
|
|
17841
|
+
$input-focused-bg,
|
|
17842
|
+
$input-focused-border
|
|
17843
|
+
);
|
|
17844
|
+
@include box-shadow( $input-focused-shadow );
|
|
17845
|
+
}
|
|
17846
|
+
|
|
17847
|
+
|
|
17848
|
+
// Invalid state
|
|
17849
|
+
&.k-invalid,
|
|
17850
|
+
&.ng-invalid,
|
|
17851
|
+
&.k-state-invalid {
|
|
17852
|
+
border-color: $invalid-border;
|
|
17853
|
+
|
|
17854
|
+
.k-input-validation-icon {
|
|
17855
|
+
color: $invalid-text;
|
|
17856
|
+
}
|
|
17589
17857
|
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17858
|
+
&:focus-within,
|
|
17859
|
+
&.k-state-focus {
|
|
17860
|
+
@include box-shadow($invalid-shadow);
|
|
17594
17861
|
}
|
|
17595
17862
|
}
|
|
17863
|
+
|
|
17864
|
+
|
|
17865
|
+
// Spinner
|
|
17866
|
+
.k-select {
|
|
17867
|
+
@include fill(
|
|
17868
|
+
$picker-select-text,
|
|
17869
|
+
$picker-select-bg,
|
|
17870
|
+
$picker-select-border,
|
|
17871
|
+
$picker-select-gradient
|
|
17872
|
+
);
|
|
17873
|
+
}
|
|
17874
|
+
.k-link:hover,
|
|
17875
|
+
.k-link.k-state-hover {
|
|
17876
|
+
@include fill(
|
|
17877
|
+
$picker-select-hovered-text,
|
|
17878
|
+
$picker-select-hovered-bg,
|
|
17879
|
+
$picker-select-hovered-border,
|
|
17880
|
+
$picker-select-hovered-gradient
|
|
17881
|
+
);
|
|
17882
|
+
}
|
|
17883
|
+
.k-link:active,
|
|
17884
|
+
.k-link.k-state-active {
|
|
17885
|
+
@include fill(
|
|
17886
|
+
$picker-select-pressed-text,
|
|
17887
|
+
$picker-select-pressed-bg,
|
|
17888
|
+
$picker-select-pressed-border,
|
|
17889
|
+
$picker-select-pressed-gradient
|
|
17890
|
+
);
|
|
17891
|
+
}
|
|
17596
17892
|
}
|
|
17597
17893
|
|
|
17894
|
+
}
|
|
17598
17895
|
|
|
17599
|
-
|
|
17600
|
-
|
|
17601
|
-
|
|
17896
|
+
// #endregion
|
|
17897
|
+
|
|
17898
|
+
// #endregion
|
|
17899
|
+
// #region @import "datepicker/_index.scss"; -> packages/default/scss/datepicker/_index.scss
|
|
17900
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
17901
|
+
// File already imported_once. Skipping output.
|
|
17902
|
+
// #endregion
|
|
17903
|
+
|
|
17904
|
+
|
|
17905
|
+
// Dependencies
|
|
17906
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
17907
|
+
// File already imported_once. Skipping output.
|
|
17908
|
+
// #endregion
|
|
17909
|
+
// #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
|
|
17910
|
+
// File already imported_once. Skipping output.
|
|
17911
|
+
// #endregion
|
|
17912
|
+
// #region @import "../calendar/_index.scss"; -> packages/default/scss/calendar/_index.scss
|
|
17913
|
+
// File already imported_once. Skipping output.
|
|
17914
|
+
// #endregion
|
|
17915
|
+
|
|
17916
|
+
|
|
17917
|
+
// Component
|
|
17918
|
+
// #region @import "_variables.scss"; -> packages/default/scss/datepicker/_variables.scss
|
|
17919
|
+
// Datepicker
|
|
17920
|
+
|
|
17921
|
+
// #endregion
|
|
17922
|
+
// #region @import "_layout.scss"; -> packages/default/scss/datepicker/_layout.scss
|
|
17923
|
+
@include exports( "datepicker/layout" ) {
|
|
17924
|
+
|
|
17925
|
+
// Date picker
|
|
17926
|
+
.k-datepicker {
|
|
17927
|
+
@include border-radius( $input-border-radius );
|
|
17602
17928
|
width: $input-default-width;
|
|
17603
|
-
border-width:
|
|
17929
|
+
border-width: $input-border-width;
|
|
17930
|
+
border-style: solid;
|
|
17604
17931
|
box-sizing: border-box;
|
|
17605
17932
|
outline: 0;
|
|
17606
17933
|
font-family: $input-font-family;
|
|
17607
17934
|
font-size: $input-font-size;
|
|
17608
17935
|
line-height: $input-line-height;
|
|
17936
|
+
text-align: start;
|
|
17609
17937
|
white-space: nowrap;
|
|
17610
|
-
background: none;
|
|
17611
17938
|
display: inline-flex;
|
|
17939
|
+
flex-flow: row nowrap;
|
|
17612
17940
|
vertical-align: middle;
|
|
17613
17941
|
position: relative;
|
|
17942
|
+
overflow: hidden;
|
|
17943
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17614
17944
|
-webkit-touch-callout: none;
|
|
17615
17945
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17616
17946
|
|
|
17617
|
-
|
|
17618
|
-
|
|
17619
|
-
|
|
17620
|
-
|
|
17621
|
-
|
|
17622
|
-
|
|
17947
|
+
|
|
17948
|
+
// Input
|
|
17949
|
+
.k-input {}
|
|
17950
|
+
|
|
17951
|
+
|
|
17952
|
+
// Select
|
|
17953
|
+
.k-select {
|
|
17954
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
17955
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
17956
|
+
border-width: 0;
|
|
17957
|
+
border-inline-start-width: $picker-select-border-width;
|
|
17623
17958
|
border-style: solid;
|
|
17624
17959
|
box-sizing: border-box;
|
|
17625
|
-
display: flex;
|
|
17626
|
-
flex-direction: row;
|
|
17627
|
-
position: relative;
|
|
17628
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17629
|
-
cursor: default;
|
|
17630
17960
|
outline: 0;
|
|
17631
|
-
|
|
17961
|
+
display: flex;
|
|
17962
|
+
flex-flow: row nowrap;
|
|
17963
|
+
align-items: center;
|
|
17964
|
+
justify-content: center;
|
|
17965
|
+
flex: 0 0 auto;
|
|
17966
|
+
cursor: pointer;
|
|
17967
|
+
}
|
|
17968
|
+
}
|
|
17969
|
+
|
|
17970
|
+
}
|
|
17971
|
+
|
|
17972
|
+
// #endregion
|
|
17973
|
+
// #region @import "_theme.scss"; -> packages/default/scss/datepicker/_theme.scss
|
|
17974
|
+
@include exports( "datepicker/theme" ) {
|
|
17975
|
+
|
|
17976
|
+
// Date picker
|
|
17977
|
+
.k-datepicker {
|
|
17978
|
+
@include fill(
|
|
17979
|
+
$input-text,
|
|
17980
|
+
$input-bg,
|
|
17981
|
+
$input-border
|
|
17982
|
+
);
|
|
17983
|
+
|
|
17984
|
+
// Hover state
|
|
17985
|
+
&:hover,
|
|
17986
|
+
&.k-state-hover {
|
|
17987
|
+
@include fill(
|
|
17988
|
+
$input-hovered-text,
|
|
17989
|
+
$input-hovered-bg,
|
|
17990
|
+
$input-hovered-border
|
|
17991
|
+
);
|
|
17632
17992
|
}
|
|
17633
17993
|
|
|
17994
|
+
// Focus state
|
|
17995
|
+
&:focus,
|
|
17996
|
+
&.k-state-focus {
|
|
17997
|
+
@include fill(
|
|
17998
|
+
$input-focused-text,
|
|
17999
|
+
$input-focused-bg,
|
|
18000
|
+
$input-focused-border
|
|
18001
|
+
);
|
|
18002
|
+
@include box-shadow( $input-focused-shadow );
|
|
18003
|
+
}
|
|
18004
|
+
&:focus-within {
|
|
18005
|
+
@include fill(
|
|
18006
|
+
$input-focused-text,
|
|
18007
|
+
$input-focused-bg,
|
|
18008
|
+
$input-focused-border
|
|
18009
|
+
);
|
|
18010
|
+
@include box-shadow( $input-focused-shadow );
|
|
18011
|
+
}
|
|
18012
|
+
|
|
18013
|
+
|
|
18014
|
+
// Invalid state
|
|
18015
|
+
&.k-invalid,
|
|
18016
|
+
&.ng-invalid,
|
|
18017
|
+
&.k-state-invalid {
|
|
18018
|
+
border-color: $invalid-border;
|
|
18019
|
+
|
|
18020
|
+
.k-input-validation-icon {
|
|
18021
|
+
color: $invalid-text;
|
|
18022
|
+
}
|
|
18023
|
+
|
|
18024
|
+
&:focus-within,
|
|
18025
|
+
&.k-state-focus {
|
|
18026
|
+
@include box-shadow($invalid-shadow);
|
|
18027
|
+
}
|
|
18028
|
+
}
|
|
18029
|
+
|
|
18030
|
+
|
|
18031
|
+
// Spinner
|
|
18032
|
+
.k-select {
|
|
18033
|
+
@include fill(
|
|
18034
|
+
$picker-select-text,
|
|
18035
|
+
$picker-select-bg,
|
|
18036
|
+
$picker-select-border,
|
|
18037
|
+
$picker-select-gradient
|
|
18038
|
+
);
|
|
18039
|
+
}
|
|
18040
|
+
.k-select:hover,
|
|
18041
|
+
.k-select.k-state-hover {
|
|
18042
|
+
@include fill(
|
|
18043
|
+
$picker-select-hovered-text,
|
|
18044
|
+
$picker-select-hovered-bg,
|
|
18045
|
+
$picker-select-hovered-border,
|
|
18046
|
+
$picker-select-hovered-gradient
|
|
18047
|
+
);
|
|
18048
|
+
}
|
|
18049
|
+
.k-select:active,
|
|
18050
|
+
.k-select.k-state-active {
|
|
18051
|
+
@include fill(
|
|
18052
|
+
$picker-select-pressed-text,
|
|
18053
|
+
$picker-select-pressed-bg,
|
|
18054
|
+
$picker-select-pressed-border,
|
|
18055
|
+
$picker-select-pressed-gradient
|
|
18056
|
+
);
|
|
18057
|
+
}
|
|
18058
|
+
}
|
|
18059
|
+
|
|
18060
|
+
}
|
|
18061
|
+
|
|
18062
|
+
// #endregion
|
|
18063
|
+
|
|
18064
|
+
// #endregion
|
|
18065
|
+
// #region @import "timepicker/_index.scss"; -> packages/default/scss/timepicker/_index.scss
|
|
18066
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
18067
|
+
// File already imported_once. Skipping output.
|
|
18068
|
+
// #endregion
|
|
18069
|
+
|
|
18070
|
+
|
|
18071
|
+
// Dependencies
|
|
18072
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
18073
|
+
// File already imported_once. Skipping output.
|
|
18074
|
+
// #endregion
|
|
18075
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
18076
|
+
// File already imported_once. Skipping output.
|
|
18077
|
+
// #endregion
|
|
18078
|
+
// #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
|
|
18079
|
+
// File already imported_once. Skipping output.
|
|
18080
|
+
// #endregion
|
|
18081
|
+
// #region @import "../list/_index.scss"; -> packages/default/scss/list/_index.scss
|
|
18082
|
+
// File already imported_once. Skipping output.
|
|
18083
|
+
// #endregion
|
|
18084
|
+
// #region @import "../timeselector/_index.scss"; -> packages/default/scss/timeselector/_index.scss
|
|
18085
|
+
// File already imported_once. Skipping output.
|
|
18086
|
+
// #endregion
|
|
18087
|
+
|
|
18088
|
+
|
|
18089
|
+
// Component
|
|
18090
|
+
// #region @import "_variables.scss"; -> packages/default/scss/timepicker/_variables.scss
|
|
18091
|
+
// Time picker
|
|
18092
|
+
|
|
18093
|
+
// #endregion
|
|
18094
|
+
// #region @import "_layout.scss"; -> packages/default/scss/timepicker/_layout.scss
|
|
18095
|
+
@include exports( "timepicker/layout" ) {
|
|
18096
|
+
|
|
18097
|
+
// Time picker
|
|
18098
|
+
.k-timepicker {
|
|
18099
|
+
@include border-radius( $input-border-radius );
|
|
18100
|
+
width: $input-default-width;
|
|
18101
|
+
border-width: $input-border-width;
|
|
18102
|
+
border-style: solid;
|
|
18103
|
+
box-sizing: border-box;
|
|
18104
|
+
outline: 0;
|
|
18105
|
+
font-family: $input-font-family;
|
|
18106
|
+
font-size: $input-font-size;
|
|
18107
|
+
line-height: $input-line-height;
|
|
18108
|
+
text-align: start;
|
|
18109
|
+
white-space: nowrap;
|
|
18110
|
+
display: inline-flex;
|
|
18111
|
+
flex-flow: row nowrap;
|
|
18112
|
+
vertical-align: middle;
|
|
18113
|
+
position: relative;
|
|
18114
|
+
overflow: hidden;
|
|
18115
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
18116
|
+
-webkit-touch-callout: none;
|
|
18117
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18118
|
+
|
|
17634
18119
|
|
|
17635
18120
|
// Input
|
|
17636
18121
|
.k-input {}
|
|
@@ -17639,64 +18124,177 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17639
18124
|
// Select
|
|
17640
18125
|
.k-select {
|
|
17641
18126
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
17642
|
-
width: if( $use-picker-select-width, $
|
|
18127
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
17643
18128
|
border-width: 0;
|
|
17644
18129
|
border-inline-start-width: $picker-select-border-width;
|
|
17645
18130
|
border-style: solid;
|
|
17646
18131
|
box-sizing: border-box;
|
|
17647
18132
|
outline: 0;
|
|
17648
18133
|
display: flex;
|
|
18134
|
+
flex-flow: row nowrap;
|
|
17649
18135
|
align-items: center;
|
|
17650
18136
|
justify-content: center;
|
|
17651
18137
|
flex: 0 0 auto;
|
|
17652
|
-
text-align: center;
|
|
17653
18138
|
cursor: pointer;
|
|
17654
18139
|
}
|
|
18140
|
+
}
|
|
17655
18141
|
|
|
18142
|
+
}
|
|
17656
18143
|
|
|
17657
|
-
|
|
17658
|
-
|
|
17659
|
-
|
|
17660
|
-
|
|
18144
|
+
// #endregion
|
|
18145
|
+
// #region @import "_theme.scss"; -> packages/default/scss/timepicker/_theme.scss
|
|
18146
|
+
@include exports( "timepicker/theme" ) {
|
|
18147
|
+
|
|
18148
|
+
// Time picker
|
|
18149
|
+
.k-timepicker {
|
|
18150
|
+
@include fill(
|
|
18151
|
+
$input-text,
|
|
18152
|
+
$input-bg,
|
|
18153
|
+
$input-border
|
|
18154
|
+
);
|
|
18155
|
+
|
|
18156
|
+
// Hover state
|
|
18157
|
+
&:hover,
|
|
18158
|
+
&.k-state-hover {
|
|
18159
|
+
@include fill(
|
|
18160
|
+
$input-hovered-text,
|
|
18161
|
+
$input-hovered-bg,
|
|
18162
|
+
$input-hovered-border
|
|
18163
|
+
);
|
|
18164
|
+
}
|
|
18165
|
+
|
|
18166
|
+
// Focus state
|
|
18167
|
+
&:focus,
|
|
18168
|
+
&.k-state-focus {
|
|
18169
|
+
@include fill(
|
|
18170
|
+
$input-focused-text,
|
|
18171
|
+
$input-focused-bg,
|
|
18172
|
+
$input-focused-border
|
|
18173
|
+
);
|
|
18174
|
+
@include box-shadow( $input-focused-shadow );
|
|
18175
|
+
}
|
|
18176
|
+
&:focus-within {
|
|
18177
|
+
@include fill(
|
|
18178
|
+
$input-focused-text,
|
|
18179
|
+
$input-focused-bg,
|
|
18180
|
+
$input-focused-border
|
|
18181
|
+
);
|
|
18182
|
+
@include box-shadow( $input-focused-shadow );
|
|
18183
|
+
}
|
|
18184
|
+
|
|
18185
|
+
|
|
18186
|
+
// Invalid state
|
|
18187
|
+
&.k-invalid,
|
|
18188
|
+
&.ng-invalid,
|
|
18189
|
+
&.k-state-invalid {
|
|
18190
|
+
border-color: $invalid-border;
|
|
18191
|
+
|
|
18192
|
+
.k-input-validation-icon {
|
|
18193
|
+
color: $invalid-text;
|
|
18194
|
+
}
|
|
18195
|
+
|
|
18196
|
+
&:focus-within,
|
|
18197
|
+
&.k-state-focus {
|
|
18198
|
+
@include box-shadow($invalid-shadow);
|
|
18199
|
+
}
|
|
18200
|
+
}
|
|
18201
|
+
|
|
18202
|
+
|
|
18203
|
+
// Spinner
|
|
18204
|
+
.k-select {
|
|
18205
|
+
@include fill(
|
|
18206
|
+
$picker-select-text,
|
|
18207
|
+
$picker-select-bg,
|
|
18208
|
+
$picker-select-border,
|
|
18209
|
+
$picker-select-gradient
|
|
18210
|
+
);
|
|
18211
|
+
}
|
|
18212
|
+
.k-select:hover,
|
|
18213
|
+
.k-select.k-state-hover {
|
|
18214
|
+
@include fill(
|
|
18215
|
+
$picker-select-hovered-text,
|
|
18216
|
+
$picker-select-hovered-bg,
|
|
18217
|
+
$picker-select-hovered-border,
|
|
18218
|
+
$picker-select-hovered-gradient
|
|
18219
|
+
);
|
|
18220
|
+
}
|
|
18221
|
+
.k-select:active,
|
|
18222
|
+
.k-select.k-state-active {
|
|
18223
|
+
@include fill(
|
|
18224
|
+
$picker-select-pressed-text,
|
|
18225
|
+
$picker-select-pressed-bg,
|
|
18226
|
+
$picker-select-pressed-border,
|
|
18227
|
+
$picker-select-pressed-gradient
|
|
18228
|
+
);
|
|
17661
18229
|
}
|
|
17662
18230
|
}
|
|
17663
18231
|
|
|
18232
|
+
}
|
|
18233
|
+
|
|
18234
|
+
// #endregion
|
|
17664
18235
|
|
|
17665
|
-
|
|
18236
|
+
// #endregion
|
|
18237
|
+
// #region @import "datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
18238
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
18239
|
+
// File already imported_once. Skipping output.
|
|
18240
|
+
// #endregion
|
|
18241
|
+
|
|
18242
|
+
|
|
18243
|
+
// Dependencies
|
|
18244
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
18245
|
+
// File already imported_once. Skipping output.
|
|
18246
|
+
// #endregion
|
|
18247
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
18248
|
+
// File already imported_once. Skipping output.
|
|
18249
|
+
// #endregion
|
|
18250
|
+
// #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
|
|
18251
|
+
// File already imported_once. Skipping output.
|
|
18252
|
+
// #endregion
|
|
18253
|
+
// #region @import "../list/_index.scss"; -> packages/default/scss/list/_index.scss
|
|
18254
|
+
// File already imported_once. Skipping output.
|
|
18255
|
+
// #endregion
|
|
18256
|
+
// #region @import "../calendar/_index.scss"; -> packages/default/scss/calendar/_index.scss
|
|
18257
|
+
// File already imported_once. Skipping output.
|
|
18258
|
+
// #endregion
|
|
18259
|
+
// #region @import "../timeselector/_index.scss"; -> packages/default/scss/timeselector/_index.scss
|
|
18260
|
+
// File already imported_once. Skipping output.
|
|
18261
|
+
// #endregion
|
|
18262
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/default/scss/action-buttons/_index.scss
|
|
18263
|
+
// File already imported_once. Skipping output.
|
|
18264
|
+
// #endregion
|
|
18265
|
+
|
|
18266
|
+
|
|
18267
|
+
// Component
|
|
18268
|
+
// #region @import "_variables.scss"; -> packages/default/scss/datetimepicker/_variables.scss
|
|
18269
|
+
// DateTime
|
|
18270
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
18271
|
+
|
|
18272
|
+
// #endregion
|
|
18273
|
+
// #region @import "_layout.scss"; -> packages/default/scss/datetimepicker/_layout.scss
|
|
18274
|
+
@include exports( "datetimepicker/layout" ) {
|
|
18275
|
+
|
|
18276
|
+
// Datetime picker
|
|
17666
18277
|
.k-datetimepicker {
|
|
18278
|
+
@include border-radius( $input-border-radius );
|
|
17667
18279
|
width: $input-default-width;
|
|
17668
|
-
border-width:
|
|
18280
|
+
border-width: $input-border-width;
|
|
18281
|
+
border-style: solid;
|
|
17669
18282
|
box-sizing: border-box;
|
|
17670
18283
|
outline: 0;
|
|
17671
18284
|
font-family: $input-font-family;
|
|
17672
18285
|
font-size: $input-font-size;
|
|
17673
18286
|
line-height: $input-line-height;
|
|
17674
|
-
text-align:
|
|
18287
|
+
text-align: start;
|
|
17675
18288
|
white-space: nowrap;
|
|
17676
|
-
background: none;
|
|
17677
18289
|
display: inline-flex;
|
|
18290
|
+
flex-flow: row nowrap;
|
|
17678
18291
|
vertical-align: middle;
|
|
17679
18292
|
position: relative;
|
|
18293
|
+
overflow: hidden;
|
|
18294
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17680
18295
|
-webkit-touch-callout: none;
|
|
17681
18296
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17682
18297
|
|
|
17683
|
-
// Wrappers
|
|
17684
|
-
.k-picker-wrap {
|
|
17685
|
-
@include border-radius( $input-border-radius );
|
|
17686
|
-
padding: 0;
|
|
17687
|
-
width: 100%;
|
|
17688
|
-
border-width: 1px;
|
|
17689
|
-
border-style: solid;
|
|
17690
|
-
box-sizing: border-box;
|
|
17691
|
-
display: flex;
|
|
17692
|
-
flex-direction: row;
|
|
17693
|
-
position: relative;
|
|
17694
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17695
|
-
cursor: default;
|
|
17696
|
-
outline: 0;
|
|
17697
|
-
overflow: hidden;
|
|
17698
|
-
}
|
|
17699
|
-
|
|
17700
18298
|
|
|
17701
18299
|
// Input
|
|
17702
18300
|
.k-input {}
|
|
@@ -17728,50 +18326,55 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17728
18326
|
justify-content: center;
|
|
17729
18327
|
box-sizing: border-box;
|
|
17730
18328
|
}
|
|
17731
|
-
|
|
17732
|
-
|
|
17733
|
-
// RTL
|
|
17734
|
-
.k-rtl &,
|
|
17735
|
-
&[dir="rtl"] {
|
|
17736
|
-
text-align: right;
|
|
17737
|
-
}
|
|
17738
18329
|
}
|
|
17739
18330
|
|
|
18331
|
+
|
|
18332
|
+
// Datetime popup
|
|
18333
|
+
.k-datetime-popup,
|
|
17740
18334
|
.k-datetime-container {
|
|
17741
18335
|
|
|
18336
|
+
// Wrap
|
|
17742
18337
|
.k-datetime-wrap {
|
|
17743
18338
|
width: $datetime-width;
|
|
17744
18339
|
overflow: hidden;
|
|
17745
18340
|
}
|
|
18341
|
+
.k-date-tab {
|
|
18342
|
+
.k-datetime-selector {
|
|
18343
|
+
transform: translateX(0);
|
|
18344
|
+
}
|
|
18345
|
+
}
|
|
18346
|
+
.k-time-tab {
|
|
18347
|
+
.k-datetime-selector {
|
|
18348
|
+
transform: translateX(-100%);
|
|
18349
|
+
}
|
|
18350
|
+
}
|
|
17746
18351
|
|
|
18352
|
+
// Datetime button group
|
|
17747
18353
|
.k-datetime-buttongroup {
|
|
17748
|
-
padding: $
|
|
18354
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
17749
18355
|
}
|
|
17750
18356
|
|
|
18357
|
+
// Datetime selector
|
|
17751
18358
|
.k-datetime-selector {
|
|
17752
18359
|
display: flex;
|
|
17753
18360
|
transition: transform .2s;
|
|
17754
18361
|
}
|
|
17755
18362
|
|
|
18363
|
+
// Inner wraps
|
|
17756
18364
|
.k-datetime-calendar-wrap,
|
|
17757
18365
|
.k-datetime-time-wrap {
|
|
17758
18366
|
text-align: center;
|
|
17759
18367
|
flex: 0 0 $datetime-width;
|
|
17760
18368
|
}
|
|
17761
18369
|
|
|
17762
|
-
|
|
17763
|
-
|
|
17764
|
-
|
|
17765
|
-
|
|
17766
|
-
.k-time-list-container {
|
|
17767
|
-
justify-content: center;
|
|
18370
|
+
// Calendar
|
|
18371
|
+
.k-datetime-calendar-wrap .k-calendar {
|
|
18372
|
+
border-width: 0;
|
|
17768
18373
|
}
|
|
17769
18374
|
|
|
17770
|
-
|
|
17771
|
-
|
|
17772
|
-
|
|
17773
|
-
transform: translateX(-100%);
|
|
17774
|
-
}
|
|
18375
|
+
// Time
|
|
18376
|
+
.k-datetime-time-wrap .k-timeselector {
|
|
18377
|
+
border-width: 0;
|
|
17775
18378
|
}
|
|
17776
18379
|
|
|
17777
18380
|
.k-rtl &,
|
|
@@ -17787,258 +18390,83 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17787
18390
|
}
|
|
17788
18391
|
}
|
|
17789
18392
|
|
|
17790
|
-
// Infinite timepicker
|
|
17791
|
-
.k-timeselector {}
|
|
17792
|
-
|
|
17793
|
-
|
|
17794
|
-
// Header
|
|
17795
|
-
.k-time-header {
|
|
17796
|
-
display: flex;
|
|
17797
|
-
align-items: center;
|
|
17798
|
-
justify-content: space-between;
|
|
17799
|
-
padding: 2 * $padding-y $padding-x * 2;
|
|
17800
|
-
line-height: $timepicker-header-height;
|
|
17801
|
-
|
|
17802
|
-
.k-title {
|
|
17803
|
-
font-weight: bold;
|
|
17804
|
-
}
|
|
17805
|
-
|
|
17806
|
-
.k-time-now {
|
|
17807
|
-
border-width: 0;
|
|
17808
|
-
line-height: inherit;
|
|
17809
|
-
cursor: pointer;
|
|
17810
|
-
}
|
|
17811
|
-
}
|
|
17812
|
-
|
|
17813
|
-
// Content
|
|
17814
|
-
.k-time-list-wrapper {
|
|
17815
|
-
display: inline-block;
|
|
17816
|
-
overflow: hidden;
|
|
17817
|
-
box-sizing: content-box;
|
|
17818
|
-
overflow-x: hidden;
|
|
17819
|
-
overflow-y: auto;
|
|
17820
|
-
position: relative;
|
|
17821
|
-
padding: $time-list-padding 0;
|
|
17822
|
-
text-align: center;
|
|
17823
|
-
min-width: $time-list-width;
|
|
17824
|
-
height: $time-list-height;
|
|
17825
|
-
flex: 1 1 auto;
|
|
17826
|
-
|
|
17827
|
-
.k-title {
|
|
17828
|
-
display: block;
|
|
17829
|
-
text-align: center;
|
|
17830
|
-
font-size: $font-size-xs;
|
|
17831
|
-
position: absolute;
|
|
17832
|
-
text-transform: capitalize;
|
|
17833
|
-
font-weight: bold;
|
|
17834
|
-
min-width: 100%;
|
|
17835
|
-
height: 1.5em;
|
|
17836
|
-
line-height: 1.5em;
|
|
17837
|
-
margin-top: -$time-list-padding;
|
|
17838
|
-
z-index: 12;
|
|
17839
|
-
}
|
|
17840
|
-
|
|
17841
|
-
&.k-state-focused {
|
|
17842
|
-
&::before,
|
|
17843
|
-
&::after {
|
|
17844
|
-
display: block;
|
|
17845
|
-
content: " ";
|
|
17846
|
-
position: absolute;
|
|
17847
|
-
width: 100%;
|
|
17848
|
-
left: 0;
|
|
17849
|
-
pointer-events: none;
|
|
17850
|
-
height: calc(50% - 1em);
|
|
17851
|
-
box-sizing: border-box;
|
|
17852
|
-
border-width: 0;
|
|
17853
|
-
border-style: solid;
|
|
17854
|
-
}
|
|
17855
|
-
|
|
17856
|
-
&::before {
|
|
17857
|
-
top: 0;
|
|
17858
|
-
}
|
|
17859
|
-
|
|
17860
|
-
&::after {
|
|
17861
|
-
bottom: 0;
|
|
17862
|
-
}
|
|
17863
|
-
}
|
|
17864
|
-
}
|
|
17865
|
-
|
|
17866
|
-
.k-time-container {
|
|
17867
|
-
position: absolute;
|
|
17868
|
-
display: block;
|
|
17869
|
-
overflow-x: hidden;
|
|
17870
|
-
overflow-y: scroll;
|
|
17871
|
-
line-height: $line-height;
|
|
17872
|
-
left: 0;
|
|
17873
|
-
right: 0;
|
|
17874
|
-
top: $time-list-padding;
|
|
17875
|
-
bottom: $time-list-padding;
|
|
17876
|
-
|
|
17877
|
-
@include hide-scrollbar("right");
|
|
17878
|
-
|
|
17879
|
-
> ul {
|
|
17880
|
-
height: auto;
|
|
17881
|
-
width: $time-list-width;
|
|
17882
|
-
margin: auto;
|
|
17883
|
-
}
|
|
17884
|
-
|
|
17885
|
-
.k-rtl &,
|
|
17886
|
-
&.k-rtl,
|
|
17887
|
-
[dir="rtl"] &,
|
|
17888
|
-
&[dir="rtl"] {
|
|
17889
|
-
@include hide-scrollbar("left");
|
|
17890
|
-
}
|
|
17891
|
-
}
|
|
17892
|
-
|
|
17893
|
-
.k-time-list-container {
|
|
17894
|
-
display: flex;
|
|
17895
|
-
position: relative;
|
|
17896
|
-
}
|
|
17897
|
-
|
|
17898
|
-
.k-time-list {
|
|
17899
|
-
position: absolute;
|
|
17900
|
-
display: flex;
|
|
17901
|
-
z-index: 10;
|
|
17902
|
-
outline: 0;
|
|
17903
|
-
bottom: 0;
|
|
17904
|
-
right: 0;
|
|
17905
|
-
left: 0;
|
|
17906
|
-
top: 0;
|
|
17907
|
-
|
|
17908
|
-
&::before,
|
|
17909
|
-
&::after {
|
|
17910
|
-
display: block;
|
|
17911
|
-
position: absolute;
|
|
17912
|
-
content: " ";
|
|
17913
|
-
height: 0;
|
|
17914
|
-
line-height: 0;
|
|
17915
|
-
z-index: 1;
|
|
17916
|
-
width: 200%;
|
|
17917
|
-
left: -50%;
|
|
17918
|
-
}
|
|
17919
|
-
|
|
17920
|
-
&::before { top: 0; }
|
|
17921
|
-
&::after { bottom: 0; }
|
|
17922
|
-
}
|
|
17923
|
-
|
|
17924
|
-
.k-time-list .k-item {
|
|
17925
|
-
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
17926
|
-
min-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
17927
|
-
line-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
17928
|
-
}
|
|
17929
|
-
|
|
17930
|
-
.k-time-highlight {
|
|
17931
|
-
position: absolute;
|
|
17932
|
-
top: 50%;
|
|
17933
|
-
left: 0;
|
|
17934
|
-
right: 0;
|
|
17935
|
-
transform: translateY(-50%);
|
|
17936
|
-
width: 100%;
|
|
17937
|
-
height: $button-inner-calc-size;
|
|
17938
|
-
z-index: 1;
|
|
17939
|
-
border-width: $time-highlight-size 0;
|
|
17940
|
-
border-style: solid;
|
|
17941
|
-
}
|
|
17942
|
-
|
|
17943
|
-
.k-time-container .k-scrollable-placeholder {
|
|
17944
|
-
position: absolute;
|
|
17945
|
-
width: 1px;
|
|
17946
|
-
top: 0;
|
|
17947
|
-
right: 0;
|
|
17948
|
-
}
|
|
17949
|
-
|
|
17950
|
-
.k-time-separator {
|
|
17951
|
-
width: 0;
|
|
17952
|
-
height: 100%;
|
|
17953
|
-
display: inline-flex;
|
|
17954
|
-
align-self: center;
|
|
17955
|
-
justify-content: center;
|
|
17956
|
-
z-index: 11;
|
|
17957
|
-
}
|
|
17958
18393
|
}
|
|
17959
18394
|
|
|
17960
18395
|
// #endregion
|
|
17961
|
-
// #region @import "_theme.scss"; -> packages/default/scss/
|
|
17962
|
-
@include exports("
|
|
17963
|
-
|
|
17964
|
-
// Common
|
|
17965
|
-
.k-datepicker,
|
|
17966
|
-
.k-timepicker,
|
|
17967
|
-
.k-datetimepicker,
|
|
17968
|
-
.k-dateinput {
|
|
17969
|
-
|
|
17970
|
-
.k-select {
|
|
17971
|
-
@include fill(
|
|
17972
|
-
$datetime-select-text,
|
|
17973
|
-
$datetime-select-bg,
|
|
17974
|
-
$datetime-select-border,
|
|
17975
|
-
$datetime-select-gradient
|
|
17976
|
-
);
|
|
17977
|
-
}
|
|
17978
|
-
|
|
17979
|
-
.k-i-warning {
|
|
17980
|
-
color: $error;
|
|
17981
|
-
}
|
|
17982
|
-
}
|
|
18396
|
+
// #region @import "_theme.scss"; -> packages/default/scss/datetimepicker/_theme.scss
|
|
18397
|
+
@include exports( "datetimepicker/theme" ) {
|
|
17983
18398
|
|
|
17984
|
-
|
|
17985
|
-
.k-
|
|
17986
|
-
.k-timepicker .k-picker-wrap,
|
|
17987
|
-
.k-datetimepicker .k-picker-wrap,
|
|
17988
|
-
.k-dateinput .k-dateinput-wrap {
|
|
18399
|
+
// Datetime picker
|
|
18400
|
+
.k-datetimepicker {
|
|
17989
18401
|
@include fill(
|
|
17990
|
-
$
|
|
17991
|
-
$
|
|
17992
|
-
$
|
|
18402
|
+
$input-text,
|
|
18403
|
+
$input-bg,
|
|
18404
|
+
$input-border
|
|
17993
18405
|
);
|
|
17994
18406
|
|
|
17995
|
-
//
|
|
18407
|
+
// Hover state
|
|
17996
18408
|
&:hover,
|
|
17997
18409
|
&.k-state-hover {
|
|
17998
18410
|
@include fill(
|
|
17999
|
-
$
|
|
18000
|
-
$
|
|
18001
|
-
$
|
|
18411
|
+
$input-hovered-text,
|
|
18412
|
+
$input-hovered-bg,
|
|
18413
|
+
$input-hovered-border
|
|
18002
18414
|
);
|
|
18003
18415
|
}
|
|
18004
18416
|
|
|
18005
|
-
//
|
|
18006
|
-
|
|
18007
|
-
&.k-state-
|
|
18417
|
+
// Focus state
|
|
18418
|
+
&:focus,
|
|
18419
|
+
&.k-state-focus {
|
|
18008
18420
|
@include fill(
|
|
18009
|
-
$
|
|
18010
|
-
$
|
|
18011
|
-
$
|
|
18421
|
+
$input-focused-text,
|
|
18422
|
+
$input-focused-bg,
|
|
18423
|
+
$input-focused-border
|
|
18012
18424
|
);
|
|
18013
|
-
@include box-shadow($
|
|
18425
|
+
@include box-shadow( $input-focused-shadow );
|
|
18014
18426
|
}
|
|
18015
|
-
|
|
18016
|
-
|
|
18017
|
-
.k-datepicker,
|
|
18018
|
-
.k-timepicker {
|
|
18019
|
-
|
|
18020
|
-
.k-select:hover,
|
|
18021
|
-
.k-select.k-state-hover {
|
|
18427
|
+
&:focus-within {
|
|
18022
18428
|
@include fill(
|
|
18023
|
-
$
|
|
18024
|
-
$
|
|
18025
|
-
$
|
|
18026
|
-
$datetime-select-hovered-gradient
|
|
18429
|
+
$input-focused-text,
|
|
18430
|
+
$input-focused-bg,
|
|
18431
|
+
$input-focused-border
|
|
18027
18432
|
);
|
|
18433
|
+
@include box-shadow( $input-focused-shadow );
|
|
18028
18434
|
}
|
|
18029
|
-
}
|
|
18030
18435
|
|
|
18031
18436
|
|
|
18032
|
-
|
|
18033
|
-
|
|
18437
|
+
// Invalid state
|
|
18438
|
+
&.k-invalid,
|
|
18439
|
+
&.ng-invalid,
|
|
18440
|
+
&.k-state-invalid {
|
|
18441
|
+
border-color: $invalid-border;
|
|
18442
|
+
|
|
18443
|
+
.k-input-validation-icon {
|
|
18444
|
+
color: $invalid-text;
|
|
18445
|
+
}
|
|
18034
18446
|
|
|
18447
|
+
&:focus-within,
|
|
18448
|
+
&.k-state-focus {
|
|
18449
|
+
@include box-shadow($invalid-shadow);
|
|
18450
|
+
}
|
|
18451
|
+
}
|
|
18452
|
+
|
|
18453
|
+
|
|
18454
|
+
// Select
|
|
18455
|
+
.k-select {
|
|
18456
|
+
@include fill(
|
|
18457
|
+
$picker-select-text,
|
|
18458
|
+
$picker-select-bg,
|
|
18459
|
+
$picker-select-border,
|
|
18460
|
+
$picker-select-gradient
|
|
18461
|
+
);
|
|
18462
|
+
}
|
|
18035
18463
|
.k-link:hover,
|
|
18036
18464
|
.k-link.k-state-hover {
|
|
18037
18465
|
@include fill(
|
|
18038
|
-
$
|
|
18039
|
-
$
|
|
18040
|
-
$
|
|
18041
|
-
$
|
|
18466
|
+
$picker-select-hovered-text,
|
|
18467
|
+
$picker-select-hovered-bg,
|
|
18468
|
+
$picker-select-hovered-border,
|
|
18469
|
+
$picker-select-hovered-gradient
|
|
18042
18470
|
);
|
|
18043
18471
|
}
|
|
18044
18472
|
|
|
@@ -18046,239 +18474,14 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
18046
18474
|
.k-link.k-state-active,
|
|
18047
18475
|
.k-link.k-state-selected {
|
|
18048
18476
|
@include fill(
|
|
18049
|
-
$
|
|
18050
|
-
$
|
|
18051
|
-
$
|
|
18052
|
-
$
|
|
18477
|
+
$picker-select-pressed-text,
|
|
18478
|
+
$picker-select-pressed-bg,
|
|
18479
|
+
$picker-select-pressed-border,
|
|
18480
|
+
$picker-select-pressed-gradient
|
|
18053
18481
|
);
|
|
18054
18482
|
}
|
|
18055
18483
|
}
|
|
18056
18484
|
|
|
18057
|
-
|
|
18058
|
-
// Timepicker
|
|
18059
|
-
.k-timepicker {}
|
|
18060
|
-
|
|
18061
|
-
|
|
18062
|
-
// Timepicker header
|
|
18063
|
-
.k-time-header {
|
|
18064
|
-
|
|
18065
|
-
.k-time-now {
|
|
18066
|
-
color: $link-text;
|
|
18067
|
-
background: transparent;
|
|
18068
|
-
|
|
18069
|
-
&:hover,
|
|
18070
|
-
&:focus {
|
|
18071
|
-
color: $link-hover-text;
|
|
18072
|
-
}
|
|
18073
|
-
}
|
|
18074
|
-
}
|
|
18075
|
-
|
|
18076
|
-
|
|
18077
|
-
// Timepicker content
|
|
18078
|
-
.k-time-list-wrapper {
|
|
18079
|
-
|
|
18080
|
-
.k-title {
|
|
18081
|
-
color: $time-list-title-text;
|
|
18082
|
-
}
|
|
18083
|
-
|
|
18084
|
-
&.k-state-focused {
|
|
18085
|
-
.k-title {
|
|
18086
|
-
color: $time-list-title-focus-text;
|
|
18087
|
-
}
|
|
18088
|
-
|
|
18089
|
-
&::before,
|
|
18090
|
-
&::after {
|
|
18091
|
-
background-color: $time-list-focused-bg;
|
|
18092
|
-
}
|
|
18093
|
-
}
|
|
18094
|
-
}
|
|
18095
|
-
|
|
18096
|
-
.k-time-list {
|
|
18097
|
-
&::before,
|
|
18098
|
-
&::after {
|
|
18099
|
-
$shadow-size: 3em;
|
|
18100
|
-
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $popup-bg;
|
|
18101
|
-
}
|
|
18102
|
-
|
|
18103
|
-
.k-item:hover {
|
|
18104
|
-
color: $primary;
|
|
18105
|
-
}
|
|
18106
|
-
}
|
|
18107
|
-
|
|
18108
|
-
.k-time-container {
|
|
18109
|
-
background: transparent;
|
|
18110
|
-
}
|
|
18111
|
-
|
|
18112
|
-
.k-time-highlight {
|
|
18113
|
-
@include fill(
|
|
18114
|
-
$bg: $time-list-highlight-bg,
|
|
18115
|
-
$border: $time-list-highlight-border
|
|
18116
|
-
);
|
|
18117
|
-
}
|
|
18118
|
-
|
|
18119
|
-
.k-datetime-container {
|
|
18120
|
-
.k-date-tab {
|
|
18121
|
-
|
|
18122
|
-
.k-datetime-buttongroup,
|
|
18123
|
-
.k-datetime-selector {
|
|
18124
|
-
background-color: $component-bg;
|
|
18125
|
-
}
|
|
18126
|
-
}
|
|
18127
|
-
}
|
|
18128
|
-
|
|
18129
|
-
.k-datepicker,
|
|
18130
|
-
.k-datetimepicker,
|
|
18131
|
-
.k-timepicker {
|
|
18132
|
-
.k-picker-wrap {
|
|
18133
|
-
// Invalid
|
|
18134
|
-
&.k-invalid,
|
|
18135
|
-
&.k-state-invalid {
|
|
18136
|
-
border-color: $invalid-border;
|
|
18137
|
-
|
|
18138
|
-
.k-input-validation-icon {
|
|
18139
|
-
color: $invalid-text;
|
|
18140
|
-
}
|
|
18141
|
-
|
|
18142
|
-
&:focus,
|
|
18143
|
-
&.k-state-focused {
|
|
18144
|
-
@include box-shadow($invalid-shadow);
|
|
18145
|
-
}
|
|
18146
|
-
}
|
|
18147
|
-
}
|
|
18148
|
-
// Invalid
|
|
18149
|
-
&.k-state-invalid,
|
|
18150
|
-
&.ng-invalid.ng-touched,
|
|
18151
|
-
&.ng-invalid.ng-dirty {
|
|
18152
|
-
.k-picker-wrap {
|
|
18153
|
-
border-color: $invalid-border;
|
|
18154
|
-
|
|
18155
|
-
.k-input-validation-icon {
|
|
18156
|
-
color: $invalid-text;
|
|
18157
|
-
}
|
|
18158
|
-
|
|
18159
|
-
&:focus,
|
|
18160
|
-
&.k-state-focused {
|
|
18161
|
-
@include box-shadow($invalid-shadow);
|
|
18162
|
-
}
|
|
18163
|
-
}
|
|
18164
|
-
}
|
|
18165
|
-
}
|
|
18166
|
-
.k-dateinput {
|
|
18167
|
-
.k-dateinput-wrap {
|
|
18168
|
-
// Invalid
|
|
18169
|
-
&.k-invalid,
|
|
18170
|
-
&.k-state-invalid {
|
|
18171
|
-
border-color: $invalid-border;
|
|
18172
|
-
|
|
18173
|
-
.k-input-validation-icon {
|
|
18174
|
-
color: $invalid-text;
|
|
18175
|
-
}
|
|
18176
|
-
|
|
18177
|
-
&:focus,
|
|
18178
|
-
&.k-state-focused {
|
|
18179
|
-
@include box-shadow($invalid-shadow);
|
|
18180
|
-
}
|
|
18181
|
-
}
|
|
18182
|
-
}
|
|
18183
|
-
// Invalid
|
|
18184
|
-
&.k-state-invalid,
|
|
18185
|
-
&.ng-invalid.ng-touched,
|
|
18186
|
-
&.ng-invalid.ng-dirty {
|
|
18187
|
-
.k-dateinput-wrap {
|
|
18188
|
-
border-color: $invalid-border;
|
|
18189
|
-
|
|
18190
|
-
.k-input-validation-icon {
|
|
18191
|
-
color: $invalid-text;
|
|
18192
|
-
}
|
|
18193
|
-
|
|
18194
|
-
&:focus,
|
|
18195
|
-
&.k-state-focused {
|
|
18196
|
-
@include box-shadow($invalid-shadow);
|
|
18197
|
-
}
|
|
18198
|
-
}
|
|
18199
|
-
}
|
|
18200
|
-
}
|
|
18201
|
-
|
|
18202
|
-
// Universal rendering
|
|
18203
|
-
.k-datepicker {
|
|
18204
|
-
&.k-state-hover {
|
|
18205
|
-
.k-picker-wrap {
|
|
18206
|
-
@include fill(
|
|
18207
|
-
$datetime-hovered-text,
|
|
18208
|
-
$datetime-hovered-bg,
|
|
18209
|
-
$datetime-hovered-border
|
|
18210
|
-
);
|
|
18211
|
-
}
|
|
18212
|
-
}
|
|
18213
|
-
|
|
18214
|
-
&.k-state-focus {
|
|
18215
|
-
.k-picker-wrap {
|
|
18216
|
-
@include fill(
|
|
18217
|
-
$datetime-focused-text,
|
|
18218
|
-
$datetime-focused-bg,
|
|
18219
|
-
$datetime-focused-border
|
|
18220
|
-
);
|
|
18221
|
-
@include box-shadow($datetime-focused-shadow);
|
|
18222
|
-
}
|
|
18223
|
-
}
|
|
18224
|
-
|
|
18225
|
-
&.k-invalid {
|
|
18226
|
-
.k-picker-wrap {
|
|
18227
|
-
border-color: $invalid-border;
|
|
18228
|
-
|
|
18229
|
-
.k-input-validation-icon {
|
|
18230
|
-
color: $invalid-text;
|
|
18231
|
-
}
|
|
18232
|
-
}
|
|
18233
|
-
}
|
|
18234
|
-
|
|
18235
|
-
&.k-invalid.k-state-focus {
|
|
18236
|
-
.k-picker-wrap {
|
|
18237
|
-
@include box-shadow($invalid-shadow);
|
|
18238
|
-
}
|
|
18239
|
-
}
|
|
18240
|
-
}
|
|
18241
|
-
|
|
18242
|
-
.k-dateinput,
|
|
18243
|
-
.k-daterangepicker {
|
|
18244
|
-
&.k-state-hover {
|
|
18245
|
-
.k-dateinput-wrap {
|
|
18246
|
-
@include fill(
|
|
18247
|
-
$datetime-hovered-text,
|
|
18248
|
-
$datetime-hovered-bg,
|
|
18249
|
-
$datetime-hovered-border
|
|
18250
|
-
);
|
|
18251
|
-
}
|
|
18252
|
-
}
|
|
18253
|
-
|
|
18254
|
-
&.k-state-focus {
|
|
18255
|
-
.k-dateinput-wrap {
|
|
18256
|
-
@include fill(
|
|
18257
|
-
$datetime-focused-text,
|
|
18258
|
-
$datetime-focused-bg,
|
|
18259
|
-
$datetime-focused-border
|
|
18260
|
-
);
|
|
18261
|
-
@include box-shadow($datetime-focused-shadow);
|
|
18262
|
-
}
|
|
18263
|
-
}
|
|
18264
|
-
|
|
18265
|
-
&.k-invalid {
|
|
18266
|
-
.k-dateinput-wrap {
|
|
18267
|
-
border-color: $invalid-border;
|
|
18268
|
-
|
|
18269
|
-
.k-input-validation-icon {
|
|
18270
|
-
color: $invalid-text;
|
|
18271
|
-
}
|
|
18272
|
-
}
|
|
18273
|
-
}
|
|
18274
|
-
|
|
18275
|
-
&.k-invalid.k-state-focus {
|
|
18276
|
-
.k-dateinput-wrap {
|
|
18277
|
-
@include box-shadow($invalid-shadow);
|
|
18278
|
-
}
|
|
18279
|
-
}
|
|
18280
|
-
}
|
|
18281
|
-
|
|
18282
18485
|
}
|
|
18283
18486
|
|
|
18284
18487
|
// #endregion
|
|
@@ -27084,6 +27287,10 @@ $panelbar-item-selected-hovered-focused-text: null !default;
|
|
|
27084
27287
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
27085
27288
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
27086
27289
|
|
|
27290
|
+
$panelbar-header-expanded-bg: null !default;
|
|
27291
|
+
$panelbar-header-expanded-text: null !default;
|
|
27292
|
+
$panelbar-header-expanded-border: null !default;
|
|
27293
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
27087
27294
|
|
|
27088
27295
|
// #endregion
|
|
27089
27296
|
// #region @import "_layout.scss"; -> packages/default/scss/panelbar/_layout.scss
|
|
@@ -27277,6 +27484,15 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27277
27484
|
> .k-item,
|
|
27278
27485
|
> .k-panelbar-header {
|
|
27279
27486
|
|
|
27487
|
+
&.k-state-expanded.k-level-0 > .k-link {
|
|
27488
|
+
@include fill(
|
|
27489
|
+
$panelbar-header-expanded-text,
|
|
27490
|
+
$panelbar-header-expanded-bg,
|
|
27491
|
+
$panelbar-header-expanded-border,
|
|
27492
|
+
$panelbar-header-expanded-gradient
|
|
27493
|
+
);
|
|
27494
|
+
}
|
|
27495
|
+
|
|
27280
27496
|
// Normal
|
|
27281
27497
|
> .k-link {
|
|
27282
27498
|
@include fill(
|
|
@@ -27313,7 +27529,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27313
27529
|
$panelbar-header-focused-border,
|
|
27314
27530
|
$panelbar-header-focused-gradient
|
|
27315
27531
|
);
|
|
27316
|
-
|
|
27317
27532
|
box-shadow: $panelbar-header-focused-shadow;
|
|
27318
27533
|
}
|
|
27319
27534
|
|
|
@@ -27410,7 +27625,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27410
27625
|
$panelbar-item-focused-border,
|
|
27411
27626
|
$panelbar-item-focused-gradient
|
|
27412
27627
|
);
|
|
27413
|
-
|
|
27414
27628
|
box-shadow: $panelbar-item-focused-shadow;
|
|
27415
27629
|
}
|
|
27416
27630
|
|
|
@@ -28633,7 +28847,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28633
28847
|
// #region @import "../autocomplete/_index.scss"; -> packages/default/scss/autocomplete/_index.scss
|
|
28634
28848
|
// File already imported_once. Skipping output.
|
|
28635
28849
|
// #endregion
|
|
28636
|
-
// #region @import "../
|
|
28850
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
28637
28851
|
// File already imported_once. Skipping output.
|
|
28638
28852
|
// #endregion
|
|
28639
28853
|
// #region @import "../dropdownlist/_index.scss"; -> packages/default/scss/dropdownlist/_index.scss
|
|
@@ -29177,10 +29391,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29177
29391
|
}
|
|
29178
29392
|
}
|
|
29179
29393
|
|
|
29180
|
-
.k-group-indicator {
|
|
29181
|
-
margin-right: ( $grid-group-indicator-gap / 2 );
|
|
29182
|
-
}
|
|
29183
|
-
|
|
29184
29394
|
.k-group-indicator + .k-group-indicator {
|
|
29185
29395
|
margin-left: ( $grid-group-indicator-gap / 2 );
|
|
29186
29396
|
}
|
|
@@ -30847,7 +31057,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30847
31057
|
// #region @import "../combobox/_index.scss"; -> packages/default/scss/combobox/_index.scss
|
|
30848
31058
|
// File already imported_once. Skipping output.
|
|
30849
31059
|
// #endregion
|
|
30850
|
-
// #region @import "../
|
|
31060
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
30851
31061
|
// File already imported_once. Skipping output.
|
|
30852
31062
|
// #endregion
|
|
30853
31063
|
// #region @import "../dropdownlist/_index.scss"; -> packages/default/scss/dropdownlist/_index.scss
|
|
@@ -32233,9 +32443,6 @@ $pivotgrid-configurator-content-padding-y: 2px !default;
|
|
|
32233
32443
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
32234
32444
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
32235
32445
|
|
|
32236
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
32237
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
32238
|
-
|
|
32239
32446
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
32240
32447
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
32241
32448
|
|
|
@@ -32559,14 +32766,6 @@ $pivotgrid-remove-text: null !default;
|
|
|
32559
32766
|
.k-filter-fields {
|
|
32560
32767
|
margin-top: $pivotgrid-configurator-fields-margin-y;
|
|
32561
32768
|
flex-wrap: wrap;
|
|
32562
|
-
|
|
32563
|
-
> * {
|
|
32564
|
-
margin-bottom: $pivotgrid-configurator-fields-margin-y;
|
|
32565
|
-
}
|
|
32566
|
-
|
|
32567
|
-
> *:last-child {
|
|
32568
|
-
margin-bottom: 0;
|
|
32569
|
-
}
|
|
32570
32769
|
}
|
|
32571
32770
|
|
|
32572
32771
|
// Values
|
|
@@ -32595,20 +32794,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
32595
32794
|
text-align: center;
|
|
32596
32795
|
}
|
|
32597
32796
|
|
|
32598
|
-
.k-chip-content {
|
|
32599
|
-
padding-inline-end: map-get($spacing, 1);
|
|
32600
|
-
}
|
|
32601
|
-
|
|
32602
32797
|
.k-treeview {
|
|
32603
32798
|
padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
|
|
32604
32799
|
overflow: auto;
|
|
32605
32800
|
}
|
|
32606
32801
|
}
|
|
32607
32802
|
|
|
32608
|
-
.k-pivotgrid-configurator-actions {
|
|
32609
|
-
padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
|
|
32610
|
-
}
|
|
32611
|
-
|
|
32612
32803
|
|
|
32613
32804
|
// Calculated field
|
|
32614
32805
|
.k-calculated-field {
|
|
@@ -33479,7 +33670,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
33479
33670
|
// #region @import "../checkbox/_index.scss"; -> packages/default/scss/checkbox/_index.scss
|
|
33480
33671
|
// File already imported_once. Skipping output.
|
|
33481
33672
|
// #endregion
|
|
33482
|
-
// #region @import "../
|
|
33673
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
33483
33674
|
// File already imported_once. Skipping output.
|
|
33484
33675
|
// #endregion
|
|
33485
33676
|
// #region @import "../dropdownlist/_index.scss"; -> packages/default/scss/dropdownlist/_index.scss
|
|
@@ -33569,7 +33760,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
33569
33760
|
}
|
|
33570
33761
|
}
|
|
33571
33762
|
|
|
33572
|
-
|
|
33763
|
+
// The second selector targets the Angular rendering
|
|
33764
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
33765
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
33573
33766
|
content: "";
|
|
33574
33767
|
position: absolute;
|
|
33575
33768
|
width: $filter-line-size;
|
|
@@ -33578,9 +33771,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
33578
33771
|
left: -$filter-padding-x;
|
|
33579
33772
|
}
|
|
33580
33773
|
|
|
33774
|
+
// The forth and fifth selectors targets the Angular rendering
|
|
33581
33775
|
.k-filter-group-main::before,
|
|
33582
33776
|
.k-filter-group-main > .k-filter-toolbar::before,
|
|
33583
33777
|
.k-filter-group-main > .k-filter-toolbar::after,
|
|
33778
|
+
.k-filter-group-main > * > .k-filter-toolbar::before,
|
|
33779
|
+
.k-filter-group-main > * > .k-filter-toolbar::after,
|
|
33584
33780
|
.k-filter-lines .k-filter-item:last-child::before {
|
|
33585
33781
|
display: none;
|
|
33586
33782
|
}
|
|
@@ -33610,7 +33806,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
33610
33806
|
}
|
|
33611
33807
|
}
|
|
33612
33808
|
|
|
33613
|
-
|
|
33809
|
+
// The second selector targets the Angular rendering
|
|
33810
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
33811
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
33614
33812
|
left: auto;
|
|
33615
33813
|
right: -$filter-padding-x;
|
|
33616
33814
|
}
|
|
@@ -33633,9 +33831,11 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
33633
33831
|
color: $filter-preview-operator-text;
|
|
33634
33832
|
}
|
|
33635
33833
|
|
|
33834
|
+
// The last selector targets the Angular rendering
|
|
33636
33835
|
.k-filter-item::before,
|
|
33637
33836
|
.k-filter-toolbar::before,
|
|
33638
|
-
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
33837
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
33838
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
33639
33839
|
background-color: $component-border;
|
|
33640
33840
|
}
|
|
33641
33841
|
}
|
|
@@ -35833,7 +36033,7 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
35833
36033
|
// #region @import "../validator/_index.scss"; -> packages/default/scss/validator/_index.scss
|
|
35834
36034
|
// File already imported_once. Skipping output.
|
|
35835
36035
|
// #endregion
|
|
35836
|
-
// #region @import "../
|
|
36036
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
35837
36037
|
// File already imported_once. Skipping output.
|
|
35838
36038
|
// #endregion
|
|
35839
36039
|
// #region @import "../numerictextbox/_index.scss"; -> packages/default/scss/numerictextbox/_index.scss
|
|
@@ -37067,7 +37267,7 @@ $gantt-offset-resize-handler-top: 50% !default;
|
|
|
37067
37267
|
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
37068
37268
|
// File already imported_once. Skipping output.
|
|
37069
37269
|
// #endregion
|
|
37070
|
-
// #region @import "../
|
|
37270
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/default/scss/datetimepicker/_index.scss
|
|
37071
37271
|
// File already imported_once. Skipping output.
|
|
37072
37272
|
// #endregion
|
|
37073
37273
|
// #region @import "../dropdownlist/_index.scss"; -> packages/default/scss/dropdownlist/_index.scss
|
|
@@ -40804,7 +41004,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40804
41004
|
|
|
40805
41005
|
kendo-scrollview.k-scrollview-wrap,
|
|
40806
41006
|
kendo-scrollview.k-scrollview,
|
|
40807
|
-
.k-
|
|
41007
|
+
.k-scrollview {
|
|
40808
41008
|
border-width: $scrollview-border-width;
|
|
40809
41009
|
border-style: solid;
|
|
40810
41010
|
box-sizing: border-box;
|
|
@@ -40863,6 +41063,11 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40863
41063
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
40864
41064
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
40865
41065
|
}
|
|
41066
|
+
|
|
41067
|
+
[dir="rtl"] &,
|
|
41068
|
+
.k-rtl & {
|
|
41069
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
41070
|
+
}
|
|
40866
41071
|
}
|
|
40867
41072
|
|
|
40868
41073
|
|