@progress/kendo-theme-material 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 +705 -878
- package/dist/all.scss +1512 -1409
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +103 -123
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +289 -300
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +17 -45
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +33 -42
- package/modules/@progress/kendo-theme-default/scss/dateinput/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss +86 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +120 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_variables.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/filter/_theme.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/gantt/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/index.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +25 -26
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_theme.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_variables.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_variables.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/scheduler/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scrollview/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +35 -3
- package/modules/@progress/kendo-theme-default/scss/timepicker/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +207 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss +70 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_variables.scss +32 -0
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +1 -2
- package/package.json +3 -3
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -0
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_variables.scss +16 -17
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/colorpicker/_layout.scss +3 -30
- package/scss/colorpicker/_theme.scss +0 -37
- package/scss/colorpicker/_variables.scss +6 -6
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +12 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +12 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +12 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_variables.scss +1 -1
- package/scss/index.scss +5 -1
- package/scss/input/_variables.scss +15 -0
- package/scss/list/index.md +0 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/index.md +0 -0
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +12 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +19 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/utils/_border.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -462
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +0 -321
- package/modules/@progress/kendo-theme-default/scss/datetime/_variables.scss +0 -53
- package/scss/datetime/_layout.scss +0 -63
- package/scss/datetime/_theme.scss +0 -64
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.scss
CHANGED
|
@@ -4147,8 +4147,7 @@ $utils-border-radius: (
|
|
|
4147
4147
|
sm: .125rem,
|
|
4148
4148
|
md: .25rem,
|
|
4149
4149
|
lg: .375rem,
|
|
4150
|
-
|
|
4151
|
-
pill: 9999px
|
|
4150
|
+
full: 9999px
|
|
4152
4151
|
) !default;
|
|
4153
4152
|
|
|
4154
4153
|
// #region @import "~@progress/kendo-theme-default/scss/utils/_border.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/utils/_border.scss
|
|
@@ -4200,8 +4199,7 @@ $utils-border-radius: (
|
|
|
4200
4199
|
sm: ( map-get( $spacing, 1 ) / 4 ),
|
|
4201
4200
|
md: ( map-get( $spacing, 1 ) / 2 ),
|
|
4202
4201
|
lg: map-get( $spacing, 1 ),
|
|
4203
|
-
|
|
4204
|
-
pill: 9999px
|
|
4202
|
+
full: 9999px
|
|
4205
4203
|
) !default;
|
|
4206
4204
|
|
|
4207
4205
|
|
|
@@ -8048,6 +8046,21 @@ $picker-select-calc-size: calc( #{$picker-select-padding-x * 2} + #{$icon-size}
|
|
|
8048
8046
|
$picker-select-calc-size-sm: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
8049
8047
|
$picker-select-calc-size-lg: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
8050
8048
|
|
|
8049
|
+
$picker-select-bg: null !default;
|
|
8050
|
+
$picker-select-text: $subtle-text !default;
|
|
8051
|
+
$picker-select-border: null !default;
|
|
8052
|
+
$picker-select-gradient: null !default;
|
|
8053
|
+
|
|
8054
|
+
$picker-select-hovered-bg: null !default;
|
|
8055
|
+
$picker-select-hovered-text: $input-text !default;
|
|
8056
|
+
$picker-select-hovered-border: null !default;
|
|
8057
|
+
$picker-select-hovered-gradient: null !default;
|
|
8058
|
+
|
|
8059
|
+
$picker-select-pressed-bg: null !default;
|
|
8060
|
+
$picker-select-pressed-text: null !default;
|
|
8061
|
+
$picker-select-pressed-border: null !default;
|
|
8062
|
+
$picker-select-pressed-gradient: null !default;
|
|
8063
|
+
|
|
8051
8064
|
|
|
8052
8065
|
// Spinner
|
|
8053
8066
|
$spinner-width: $button-inner-calc-size !default;
|
|
@@ -8115,25 +8128,6 @@ $input-separator-opacity: .5 !default;
|
|
|
8115
8128
|
}
|
|
8116
8129
|
|
|
8117
8130
|
|
|
8118
|
-
// TODO: Deprecate
|
|
8119
|
-
// Input spacing
|
|
8120
|
-
.k-space-left,
|
|
8121
|
-
.k-space-right {
|
|
8122
|
-
> input {
|
|
8123
|
-
flex-grow: 1;
|
|
8124
|
-
}
|
|
8125
|
-
|
|
8126
|
-
> .k-icon {
|
|
8127
|
-
left: 3px;
|
|
8128
|
-
margin: 3px 6px;
|
|
8129
|
-
}
|
|
8130
|
-
}
|
|
8131
|
-
|
|
8132
|
-
.k-textbox.k-space-left {
|
|
8133
|
-
flex-direction: row-reverse;
|
|
8134
|
-
}
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
8131
|
// Input prefix and suffix
|
|
8138
8132
|
.k-input-prefix,
|
|
8139
8133
|
.k-input-suffix {
|
|
@@ -8179,6 +8173,8 @@ $input-separator-opacity: .5 !default;
|
|
|
8179
8173
|
}
|
|
8180
8174
|
}
|
|
8181
8175
|
|
|
8176
|
+
|
|
8177
|
+
// Input separator
|
|
8182
8178
|
.k-input-separator {
|
|
8183
8179
|
margin: 0;
|
|
8184
8180
|
width: 0;
|
|
@@ -8187,6 +8183,7 @@ $input-separator-opacity: .5 !default;
|
|
|
8187
8183
|
border-style: solid;
|
|
8188
8184
|
}
|
|
8189
8185
|
|
|
8186
|
+
|
|
8190
8187
|
// Input with icon styles
|
|
8191
8188
|
.k-input-icon,
|
|
8192
8189
|
.k-input-validation-icon,
|
|
@@ -8226,16 +8223,31 @@ $input-separator-opacity: .5 !default;
|
|
|
8226
8223
|
flex-flow: row nowrap;
|
|
8227
8224
|
}
|
|
8228
8225
|
|
|
8229
|
-
.k-text-disabled {
|
|
8230
|
-
@include disabled( $disabled-styling );
|
|
8231
|
-
}
|
|
8232
|
-
|
|
8233
|
-
}
|
|
8234
|
-
|
|
8235
8226
|
|
|
8227
|
+
// Legacy wrappers
|
|
8228
|
+
.k-picker-wrap,
|
|
8229
|
+
.k-dropdown-wrap,
|
|
8230
|
+
.k-dateinput-wrap,
|
|
8231
|
+
.k-multiselect-wrap,
|
|
8232
|
+
.k-numeric-wrap {
|
|
8233
|
+
width: 100%;
|
|
8234
|
+
border-width: 0;
|
|
8235
|
+
border-color: inherit;
|
|
8236
|
+
box-sizing: border-box;
|
|
8237
|
+
flex: 1 1 auto;
|
|
8238
|
+
display: flex;
|
|
8239
|
+
flex-flow: row nowrap;
|
|
8240
|
+
overflow: hidden;
|
|
8241
|
+
position: relative;
|
|
8242
|
+
}
|
|
8243
|
+
.k-multiselect-wrap {
|
|
8244
|
+
display: block;
|
|
8245
|
+
}
|
|
8236
8246
|
|
|
8237
8247
|
|
|
8238
|
-
|
|
8248
|
+
.k-text-disabled {
|
|
8249
|
+
@include disabled( $disabled-styling );
|
|
8250
|
+
}
|
|
8239
8251
|
|
|
8240
8252
|
}
|
|
8241
8253
|
|
|
@@ -8938,7 +8950,7 @@ $grid-header-font-size: 12px !default;
|
|
|
8938
8950
|
$grid-footer-padding-x: $grid-header-padding-x !default;
|
|
8939
8951
|
$grid-footer-padding-y: $grid-header-padding-y !default;
|
|
8940
8952
|
|
|
8941
|
-
$grid-grouping-header-padding-x:
|
|
8953
|
+
$grid-grouping-header-padding-x: 8px !default;
|
|
8942
8954
|
$grid-grouping-header-padding-y: $grid-grouping-header-padding-x !default;
|
|
8943
8955
|
|
|
8944
8956
|
$grid-filter-cell-padding-x: $grid-padding-x !default;
|
|
@@ -9240,6 +9252,10 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9240
9252
|
.k-data-table {
|
|
9241
9253
|
border-width: $table-border-width;
|
|
9242
9254
|
border-style: solid;
|
|
9255
|
+
|
|
9256
|
+
.k-table {
|
|
9257
|
+
table-layout: fixed;
|
|
9258
|
+
}
|
|
9243
9259
|
}
|
|
9244
9260
|
|
|
9245
9261
|
|
|
@@ -9301,7 +9317,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9301
9317
|
width: 100%;
|
|
9302
9318
|
max-width: none;
|
|
9303
9319
|
border-width: 0;
|
|
9304
|
-
display: table
|
|
9320
|
+
display: table;
|
|
9305
9321
|
border-collapse: collapse;
|
|
9306
9322
|
border-spacing: 0;
|
|
9307
9323
|
table-layout: fixed;
|
|
@@ -9309,10 +9325,11 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9309
9325
|
list-style: none;
|
|
9310
9326
|
outline: none;
|
|
9311
9327
|
|
|
9312
|
-
.k-table-row
|
|
9328
|
+
.k-table-row,
|
|
9329
|
+
.k-table-group-row {
|
|
9313
9330
|
width: 100%;
|
|
9314
9331
|
box-sizing: border-box;
|
|
9315
|
-
display:
|
|
9332
|
+
display: table-row;
|
|
9316
9333
|
position: relative;
|
|
9317
9334
|
}
|
|
9318
9335
|
.k-table-row.k-first {
|
|
@@ -9324,6 +9341,26 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9324
9341
|
vertical-align: middle;
|
|
9325
9342
|
}
|
|
9326
9343
|
|
|
9344
|
+
.k-table-group-row {
|
|
9345
|
+
|
|
9346
|
+
&::before {
|
|
9347
|
+
content: ".";
|
|
9348
|
+
padding: $table-cell-padding-y 0;
|
|
9349
|
+
width: 0;
|
|
9350
|
+
display: block;
|
|
9351
|
+
overflow: hidden;
|
|
9352
|
+
}
|
|
9353
|
+
|
|
9354
|
+
.k-table-th {
|
|
9355
|
+
width: 100%;
|
|
9356
|
+
border-color: inherit;
|
|
9357
|
+
color: inherit;
|
|
9358
|
+
background-color: inherit;
|
|
9359
|
+
position: absolute;
|
|
9360
|
+
top: 0;
|
|
9361
|
+
}
|
|
9362
|
+
}
|
|
9363
|
+
|
|
9327
9364
|
.k-table-spacer-td {
|
|
9328
9365
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
9329
9366
|
width: 0 !important; // sass-lint:disable-line no-important
|
|
@@ -9348,6 +9385,13 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
9348
9385
|
}
|
|
9349
9386
|
|
|
9350
9387
|
|
|
9388
|
+
// Virtualization
|
|
9389
|
+
.k-virtual-table .k-table-row {
|
|
9390
|
+
position: absolute;
|
|
9391
|
+
width: 100%;
|
|
9392
|
+
}
|
|
9393
|
+
|
|
9394
|
+
|
|
9351
9395
|
// Table scroller
|
|
9352
9396
|
.k-table-scroller {
|
|
9353
9397
|
position: relative;
|
|
@@ -9954,11 +9998,12 @@ $badge-dot-size-lg: 12px !default;
|
|
|
9954
9998
|
// Component
|
|
9955
9999
|
// #region @import "_variables.scss"; -> packages/material/scss/chip/_variables.scss
|
|
9956
10000
|
// Chip
|
|
9957
|
-
$
|
|
10001
|
+
$chip-list-gap: 8px !default;
|
|
9958
10002
|
|
|
9959
10003
|
$chip-padding-x: 4px !default;
|
|
9960
10004
|
$chip-padding-y: 4px !default;
|
|
9961
10005
|
$chip-height: 32px !default;
|
|
10006
|
+
$chip-gap: $icon-spacing !default;
|
|
9962
10007
|
$chip-border-radius: $chip-height / 2 !default;
|
|
9963
10008
|
$chip-font-size: 14px !default;
|
|
9964
10009
|
|
|
@@ -9967,10 +10012,7 @@ $chip-selected-icon-offset: 4px !default;
|
|
|
9967
10012
|
$chip-selected-icon-no-icon-offset: 0px !default;
|
|
9968
10013
|
$chip-selected-icon-font-size: $chip-font-size !default;
|
|
9969
10014
|
|
|
9970
|
-
$chip-content-padding-x: 8px !default;
|
|
9971
|
-
|
|
9972
10015
|
$chip-icons-size: 24px !default;
|
|
9973
|
-
$chip-icon-margin: 0px !default;
|
|
9974
10016
|
$chip-remove-icon-margin: 0px !default;
|
|
9975
10017
|
$chip-remove-icon-font-size: 14px !default;
|
|
9976
10018
|
|
|
@@ -9987,9 +10029,12 @@ $chip-solid-hover-text: null !default;
|
|
|
9987
10029
|
$chip-solid-hover-border: null !default;
|
|
9988
10030
|
|
|
9989
10031
|
$chip-solid-focus-bg: rgba( $chip-base-bg, .24 ) !default;
|
|
9990
|
-
$chip-solid-focus-
|
|
10032
|
+
$chip-solid-focus-text: null !default;
|
|
10033
|
+
$chip-solid-focus-border: null !default;
|
|
10034
|
+
$chip-solid-focus-shadow: null !default;
|
|
9991
10035
|
|
|
9992
10036
|
$chip-solid-selected-bg: $chip-solid-focus-bg !default;
|
|
10037
|
+
$chip-solid-selected-text: null !default;
|
|
9993
10038
|
$chip-solid-selected-border: null !default;
|
|
9994
10039
|
|
|
9995
10040
|
$chip-solid-success-bg: rgba( $success, .08 ) !default;
|
|
@@ -10067,10 +10112,11 @@ $chip-outline-hover-border: null !default;
|
|
|
10067
10112
|
$chip-outline-focus-bg: rgba( $chip-base-bg, .24 ) !default;
|
|
10068
10113
|
$chip-outline-focus-text: null !default;
|
|
10069
10114
|
$chip-outline-focus-border: null !default;
|
|
10070
|
-
$chip-outline-focus-shadow:
|
|
10115
|
+
$chip-outline-focus-shadow: null !default;
|
|
10071
10116
|
|
|
10072
10117
|
$chip-outline-selected-bg: $chip-outline-focus-bg !default;
|
|
10073
10118
|
$chip-outline-selected-text: $chip-outline-focus-text !default;
|
|
10119
|
+
$chip-outline-selected-border: null !default;
|
|
10074
10120
|
|
|
10075
10121
|
$chip-outline-success-bg: null !default;
|
|
10076
10122
|
$chip-outline-success-text: $success !default;
|
|
@@ -10080,11 +10126,11 @@ $chip-outline-success-hover-bg: rgba( $success, .08 ) !default;
|
|
|
10080
10126
|
$chip-outline-success-hover-text: null !default;
|
|
10081
10127
|
$chip-outline-success-hover-border: null !default;
|
|
10082
10128
|
|
|
10083
|
-
$chip-outline-success-focus-bg: rgba( $success, .
|
|
10129
|
+
$chip-outline-success-focus-bg: rgba( $success, .24 ) !default;
|
|
10084
10130
|
$chip-outline-success-focus-text: null !default;
|
|
10085
10131
|
$chip-outline-success-focus-border: null !default;
|
|
10086
10132
|
|
|
10087
|
-
$chip-outline-success-selected-bg:
|
|
10133
|
+
$chip-outline-success-selected-bg: $chip-outline-success-focus-bg !default;
|
|
10088
10134
|
$chip-outline-success-selected-text: null !default;
|
|
10089
10135
|
$chip-outline-success-selected-border: null !default;
|
|
10090
10136
|
|
|
@@ -10096,11 +10142,11 @@ $chip-outline-warning-hover-bg: rgba( $warning, .08 ) !default;
|
|
|
10096
10142
|
$chip-outline-warning-hover-text: null;
|
|
10097
10143
|
$chip-outline-warning-hover-border: null !default;
|
|
10098
10144
|
|
|
10099
|
-
$chip-outline-warning-focus-bg: rgba( $warning, .
|
|
10145
|
+
$chip-outline-warning-focus-bg: rgba( $warning, .24 ) !default;
|
|
10100
10146
|
$chip-outline-warning-focus-text: null !default;
|
|
10101
10147
|
$chip-outline-warning-focus-border: null !default;
|
|
10102
10148
|
|
|
10103
|
-
$chip-outline-warning-selected-bg:
|
|
10149
|
+
$chip-outline-warning-selected-bg: $chip-outline-warning-focus-bg !default;
|
|
10104
10150
|
$chip-outline-warning-selected-text: null !default;
|
|
10105
10151
|
$chip-outline-warning-selected-border: null !default;
|
|
10106
10152
|
|
|
@@ -10112,11 +10158,11 @@ $chip-outline-error-hover-bg: rgba( $error, .08 ) !default;
|
|
|
10112
10158
|
$chip-outline-error-hover-text: null !default;
|
|
10113
10159
|
$chip-outline-error-hover-border: null !default;
|
|
10114
10160
|
|
|
10115
|
-
$chip-outline-error-focus-bg: rgba( $error, .
|
|
10161
|
+
$chip-outline-error-focus-bg: rgba( $error, .24 ) !default;
|
|
10116
10162
|
$chip-outline-error-focus-text: null !default;
|
|
10117
10163
|
$chip-outline-error-focus-border: null !default;
|
|
10118
10164
|
|
|
10119
|
-
$chip-outline-error-selected-bg:
|
|
10165
|
+
$chip-outline-error-selected-bg: $chip-outline-error-focus-bg !default;
|
|
10120
10166
|
$chip-outline-error-selected-text: null !default;
|
|
10121
10167
|
$chip-outline-error-selected-border: null !default;
|
|
10122
10168
|
|
|
@@ -10128,17 +10174,14 @@ $chip-outline-info-hover-bg: rgba( $info, .08 ) !default;
|
|
|
10128
10174
|
$chip-outline-info-hover-text: null !default;
|
|
10129
10175
|
$chip-outline-info-hover-border: null !default;
|
|
10130
10176
|
|
|
10131
|
-
$chip-outline-info-focus-bg: rgba( $info, .
|
|
10177
|
+
$chip-outline-info-focus-bg: rgba( $info, .24 ) !default;
|
|
10132
10178
|
$chip-outline-info-focus-text: null !default;
|
|
10133
10179
|
$chip-outline-info-focus-border: null !default;
|
|
10134
10180
|
|
|
10135
|
-
$chip-outline-info-selected-bg:
|
|
10181
|
+
$chip-outline-info-selected-bg: $chip-outline-info-focus-bg !default;
|
|
10136
10182
|
$chip-outline-info-selected-text: null !default;
|
|
10137
10183
|
$chip-outline-info-selected-border: null !default;
|
|
10138
10184
|
|
|
10139
|
-
$chip-multiple-selected-icon-bg: rgba(0, 0, 0, .36) !default;
|
|
10140
|
-
$chip-multiple-selected-icon-text: #ffffff !default;
|
|
10141
|
-
|
|
10142
10185
|
$chip-primary-focus-shadow: null !default;
|
|
10143
10186
|
$chip-secondary-focus-shadow: null !default;
|
|
10144
10187
|
$chip-info-focus-shadow: null !default;
|
|
@@ -10151,172 +10194,152 @@ $chip-error-focus-shadow: null !default;
|
|
|
10151
10194
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/chip/_layout.scss
|
|
10152
10195
|
@include exports("chip/layout") {
|
|
10153
10196
|
|
|
10154
|
-
.k-chip-list {
|
|
10155
|
-
display: inline-flex;
|
|
10156
|
-
|
|
10157
|
-
> * {
|
|
10158
|
-
margin-right: $chips-margin;
|
|
10159
|
-
|
|
10160
|
-
&:last-child {
|
|
10161
|
-
margin-right: 0;
|
|
10162
|
-
}
|
|
10163
|
-
}
|
|
10164
|
-
}
|
|
10165
|
-
|
|
10166
|
-
.k-selection-single {
|
|
10167
|
-
.k-selected-icon-wrapper {
|
|
10168
|
-
display: none;
|
|
10169
|
-
}
|
|
10170
|
-
}
|
|
10171
|
-
|
|
10172
|
-
.k-selection-multiple {
|
|
10173
|
-
.k-selected-icon-wrapper {
|
|
10174
|
-
width: 0;
|
|
10175
|
-
height: $chip-selected-icon-size;
|
|
10176
|
-
position: relative;
|
|
10177
|
-
left: $chip-selected-icon-offset;
|
|
10178
|
-
display: flex;
|
|
10179
|
-
align-items: center;
|
|
10180
|
-
justify-content: center;
|
|
10181
|
-
visibility: hidden;
|
|
10182
|
-
z-index: 1;
|
|
10183
|
-
}
|
|
10184
|
-
|
|
10185
|
-
.k-selected-icon {
|
|
10186
|
-
font-size: $chip-selected-icon-font-size;
|
|
10187
|
-
}
|
|
10188
|
-
|
|
10189
|
-
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
10190
|
-
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
10191
|
-
width: $chip-selected-icon-size;
|
|
10192
|
-
visibility: visible;
|
|
10193
|
-
}
|
|
10194
|
-
|
|
10195
|
-
> .k-chip-has-icon {
|
|
10196
|
-
.k-selected-icon-wrapper {
|
|
10197
|
-
border-radius: 50%;
|
|
10198
|
-
position: absolute;
|
|
10199
|
-
}
|
|
10200
|
-
}
|
|
10201
|
-
|
|
10202
|
-
:not(.k-chip-has-icon) {
|
|
10203
|
-
.k-selected-icon-wrapper {
|
|
10204
|
-
left: $chip-selected-icon-no-icon-offset;
|
|
10205
|
-
opacity: 0;
|
|
10206
|
-
transition: width .2s, opacity .2s;
|
|
10207
|
-
}
|
|
10208
|
-
|
|
10209
|
-
&.k-state-selected .k-selected-icon-wrapper,
|
|
10210
|
-
&.k-selected .k-selected-icon-wrapper {
|
|
10211
|
-
opacity: 1;
|
|
10212
|
-
}
|
|
10213
|
-
}
|
|
10214
|
-
}
|
|
10215
|
-
|
|
10216
10197
|
.k-chip {
|
|
10217
|
-
overflow: hidden;
|
|
10218
|
-
padding: $chip-padding-y $chip-padding-x;
|
|
10219
10198
|
height: $chip-height;
|
|
10199
|
+
padding: $chip-padding-y $chip-padding-x;
|
|
10220
10200
|
border-radius: $chip-border-radius;
|
|
10221
|
-
position: relative;
|
|
10222
10201
|
box-sizing: border-box;
|
|
10223
10202
|
border-width: 1px;
|
|
10224
10203
|
border-style: solid;
|
|
10204
|
+
outline: 0;
|
|
10205
|
+
font-size: $chip-font-size;
|
|
10225
10206
|
display: inline-flex;
|
|
10207
|
+
flex-flow: row nowrap;
|
|
10226
10208
|
align-items: center;
|
|
10227
10209
|
justify-content: center;
|
|
10228
|
-
|
|
10210
|
+
gap: $chip-gap;
|
|
10211
|
+
position: relative;
|
|
10212
|
+
overflow: hidden;
|
|
10229
10213
|
cursor: pointer;
|
|
10230
10214
|
user-select: none;
|
|
10231
10215
|
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
outline: 0;
|
|
10216
|
+
.k-selected-icon-wrapper {
|
|
10217
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
10235
10218
|
}
|
|
10236
10219
|
}
|
|
10237
10220
|
|
|
10221
|
+
|
|
10222
|
+
// Chip content
|
|
10238
10223
|
.k-chip-content {
|
|
10239
10224
|
min-width: 0;
|
|
10225
|
+
display: flex;
|
|
10226
|
+
flex-flow: row nowrap;
|
|
10227
|
+
align-items: center;
|
|
10240
10228
|
overflow: hidden;
|
|
10241
|
-
|
|
10229
|
+
flex: 1 1 auto;
|
|
10230
|
+
}
|
|
10231
|
+
.k-chip-content:first-child {
|
|
10232
|
+
margin-inline-start: $chip-gap;
|
|
10233
|
+
}
|
|
10234
|
+
.k-chip-content:last-child {
|
|
10235
|
+
margin-inline-end: $chip-gap;
|
|
10236
|
+
}
|
|
10237
|
+
|
|
10238
|
+
|
|
10239
|
+
// Chip text
|
|
10240
|
+
.k-chip-text,
|
|
10241
|
+
.k-chip-label {
|
|
10242
10242
|
white-space: nowrap;
|
|
10243
|
-
|
|
10243
|
+
text-overflow: ellipsis;
|
|
10244
|
+
overflow: hidden;
|
|
10244
10245
|
flex: 1 1 auto;
|
|
10245
10246
|
}
|
|
10246
10247
|
|
|
10247
|
-
|
|
10248
|
-
|
|
10248
|
+
|
|
10249
|
+
// Chip avatar
|
|
10250
|
+
.k-chip-avatar {
|
|
10251
|
+
width: $chip-avatar-size;
|
|
10252
|
+
height: $chip-avatar-size;
|
|
10253
|
+
border-radius: 50%;
|
|
10254
|
+
background-size: cover;
|
|
10255
|
+
background-position: center;
|
|
10256
|
+
flex: none;
|
|
10257
|
+
}
|
|
10258
|
+
|
|
10259
|
+
|
|
10260
|
+
// Chip icon
|
|
10261
|
+
.k-chip-icon {
|
|
10249
10262
|
width: $chip-icons-size;
|
|
10250
10263
|
height: $chip-icons-size;
|
|
10251
10264
|
display: flex;
|
|
10252
10265
|
align-items: center;
|
|
10253
10266
|
justify-content: center;
|
|
10254
|
-
flex:
|
|
10267
|
+
flex: none;
|
|
10268
|
+
}
|
|
10269
|
+
.k-ie .k-chip-icon {
|
|
10270
|
+
margin-right: $chip-gap;
|
|
10255
10271
|
}
|
|
10256
10272
|
|
|
10257
|
-
|
|
10258
|
-
|
|
10273
|
+
|
|
10274
|
+
// Actions
|
|
10275
|
+
.k-chip-actions {
|
|
10276
|
+
flex: none;
|
|
10277
|
+
display: flex;
|
|
10278
|
+
flex-flow: row nowrap;
|
|
10279
|
+
align-items: center;
|
|
10280
|
+
align-self: center;
|
|
10281
|
+
}
|
|
10282
|
+
.k-chip-action {
|
|
10283
|
+
flex: none;
|
|
10284
|
+
display: flex;
|
|
10285
|
+
flex-flow: row nowrap;
|
|
10286
|
+
align-items: center;
|
|
10287
|
+
align-self: center;
|
|
10259
10288
|
}
|
|
10260
10289
|
|
|
10290
|
+
|
|
10291
|
+
// Legacy chip icons
|
|
10261
10292
|
.k-remove-icon {
|
|
10262
|
-
|
|
10293
|
+
width: $chip-icons-size;
|
|
10294
|
+
height: $chip-icons-size;
|
|
10263
10295
|
font-size: $chip-remove-icon-font-size;
|
|
10296
|
+
display: flex;
|
|
10297
|
+
align-items: center;
|
|
10298
|
+
justify-content: center;
|
|
10299
|
+
flex: none;
|
|
10264
10300
|
}
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
height: $chip-avatar-size;
|
|
10269
|
-
border-radius: 50%;
|
|
10270
|
-
background-size: cover;
|
|
10271
|
-
background-position: center;
|
|
10301
|
+
.k-ie .k-remove-icon {
|
|
10302
|
+
margin-right: 0;
|
|
10303
|
+
margin-left: $chip-gap;
|
|
10272
10304
|
}
|
|
10273
10305
|
|
|
10274
|
-
}
|
|
10275
10306
|
|
|
10307
|
+
// Chip list
|
|
10308
|
+
.k-chip-list {
|
|
10309
|
+
display: inline-flex;
|
|
10310
|
+
gap: $chip-list-gap;
|
|
10311
|
+
}
|
|
10312
|
+
.k-ie .k-chip-list > * {
|
|
10313
|
+
margin-right: $chip-list-gap;
|
|
10314
|
+
}
|
|
10315
|
+
.k-ie .k-chip-list > :last-child {
|
|
10316
|
+
margin-right: 0;
|
|
10317
|
+
}
|
|
10276
10318
|
|
|
10277
|
-
@include exports("chip/layout/rtl") {
|
|
10278
10319
|
|
|
10279
|
-
|
|
10280
|
-
|
|
10281
|
-
|
|
10282
|
-
|
|
10283
|
-
|
|
10284
|
-
|
|
10285
|
-
|
|
10320
|
+
// RTL
|
|
10321
|
+
.k-ie .k-chip.k-rtl,
|
|
10322
|
+
.k-ie .k-rtl .k-chip,
|
|
10323
|
+
.k-ie .k-chip[dir="rtl"] {
|
|
10324
|
+
.k-chip-icon {
|
|
10325
|
+
margin-right: 0;
|
|
10326
|
+
margin-left: $chip-gap;
|
|
10327
|
+
}
|
|
10286
10328
|
|
|
10287
|
-
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
}
|
|
10329
|
+
.k-remove-icon {
|
|
10330
|
+
margin-left: 0;
|
|
10331
|
+
margin-right: $chip-gap;
|
|
10291
10332
|
}
|
|
10292
10333
|
}
|
|
10334
|
+
.k-ie .k-chip-list.k-rtl,
|
|
10335
|
+
.k-ie .k-rtl .k-chip-list,
|
|
10336
|
+
.k-ie .k-chip-list[dir="rtl"] {
|
|
10337
|
+
> * {
|
|
10338
|
+
margin-right: 0;
|
|
10339
|
+
margin-left: $chip-list-gap;
|
|
10293
10340
|
|
|
10294
|
-
|
|
10295
|
-
&[dir="rtl"],
|
|
10296
|
-
.k-rtl &,
|
|
10297
|
-
&.k-rtl {
|
|
10298
|
-
.k-chip-icon {
|
|
10341
|
+
&:last-child {
|
|
10299
10342
|
margin-left: 0;
|
|
10300
|
-
margin-right: $chip-icon-margin;
|
|
10301
|
-
}
|
|
10302
|
-
|
|
10303
|
-
.k-remove-icon {
|
|
10304
|
-
margin-right: 0;
|
|
10305
|
-
margin-left: $chip-remove-icon-margin;
|
|
10306
|
-
}
|
|
10307
|
-
|
|
10308
|
-
.k-selection-multiple & {
|
|
10309
|
-
.k-selected-icon-wrapper {
|
|
10310
|
-
left: 0;
|
|
10311
|
-
right: $chip-selected-icon-offset;
|
|
10312
|
-
}
|
|
10313
|
-
|
|
10314
|
-
&:not(.k-chip-has-icon) {
|
|
10315
|
-
.k-selected-icon-wrapper {
|
|
10316
|
-
left: 0;
|
|
10317
|
-
right: $chip-selected-icon-no-icon-offset;
|
|
10318
|
-
}
|
|
10319
|
-
}
|
|
10320
10343
|
}
|
|
10321
10344
|
}
|
|
10322
10345
|
}
|
|
@@ -10328,17 +10351,9 @@ $chip-error-focus-shadow: null !default;
|
|
|
10328
10351
|
// #endregion
|
|
10329
10352
|
// #region @import "_theme.scss"; -> packages/material/scss/chip/_theme.scss
|
|
10330
10353
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/chip/_theme.scss
|
|
10331
|
-
@include exports("chip/theme") {
|
|
10354
|
+
@include exports( "chip/theme" ) {
|
|
10332
10355
|
|
|
10333
|
-
|
|
10334
|
-
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
10335
|
-
@include fill(
|
|
10336
|
-
$color: $chip-multiple-selected-icon-text,
|
|
10337
|
-
$bg: $chip-multiple-selected-icon-bg
|
|
10338
|
-
);
|
|
10339
|
-
}
|
|
10340
|
-
|
|
10341
|
-
// Solid
|
|
10356
|
+
// Chip solid
|
|
10342
10357
|
.k-chip-solid {
|
|
10343
10358
|
@include fill(
|
|
10344
10359
|
$chip-solid-text,
|
|
@@ -10347,179 +10362,182 @@ $chip-error-focus-shadow: null !default;
|
|
|
10347
10362
|
);
|
|
10348
10363
|
|
|
10349
10364
|
&:hover,
|
|
10350
|
-
&.k-
|
|
10351
|
-
&.k-hover {
|
|
10365
|
+
&.k-hover,
|
|
10366
|
+
&.k-state-hover {
|
|
10352
10367
|
@include fill(
|
|
10353
|
-
$
|
|
10354
|
-
$
|
|
10368
|
+
$chip-solid-hover-text,
|
|
10369
|
+
$chip-solid-hover-bg,
|
|
10370
|
+
$chip-solid-hover-border
|
|
10355
10371
|
);
|
|
10356
10372
|
}
|
|
10357
10373
|
|
|
10358
10374
|
&:focus,
|
|
10359
|
-
&.k-
|
|
10360
|
-
&.k-focus {
|
|
10375
|
+
&.k-focus,
|
|
10376
|
+
&.k-state-focus {
|
|
10377
|
+
@include fill(
|
|
10378
|
+
$chip-solid-focus-text,
|
|
10379
|
+
$chip-solid-focus-bg,
|
|
10380
|
+
$chip-solid-focus-border
|
|
10381
|
+
);
|
|
10361
10382
|
@include box-shadow( $chip-solid-focus-shadow );
|
|
10362
|
-
@include fill( $bg: $chip-solid-focus-bg );
|
|
10363
10383
|
}
|
|
10364
10384
|
|
|
10365
|
-
&.k-
|
|
10366
|
-
&.k-selected {
|
|
10385
|
+
&.k-selected,
|
|
10386
|
+
&.k-state-selected {
|
|
10367
10387
|
@include fill(
|
|
10368
|
-
$
|
|
10369
|
-
$
|
|
10388
|
+
$chip-solid-selected-text,
|
|
10389
|
+
$chip-solid-selected-bg,
|
|
10390
|
+
$chip-solid-selected-border
|
|
10370
10391
|
);
|
|
10371
10392
|
}
|
|
10393
|
+
}
|
|
10394
|
+
.k-chip-solid.k-chip-success {
|
|
10395
|
+
@include fill(
|
|
10396
|
+
$chip-solid-success-text,
|
|
10397
|
+
$chip-solid-success-bg,
|
|
10398
|
+
$chip-solid-success-border
|
|
10399
|
+
);
|
|
10372
10400
|
|
|
10373
|
-
|
|
10401
|
+
&:hover,
|
|
10402
|
+
&.k-hover,
|
|
10403
|
+
&.k-state-hover {
|
|
10374
10404
|
@include fill(
|
|
10375
|
-
$chip-solid-success-text,
|
|
10376
|
-
$chip-solid-success-bg,
|
|
10377
|
-
$chip-solid-success-border
|
|
10405
|
+
$chip-solid-success-hover-text,
|
|
10406
|
+
$chip-solid-success-hover-bg,
|
|
10407
|
+
$chip-solid-success-hover-border
|
|
10378
10408
|
);
|
|
10379
|
-
|
|
10380
|
-
&:hover,
|
|
10381
|
-
&.k-state-hover,
|
|
10382
|
-
&.k-hover {
|
|
10383
|
-
@include fill(
|
|
10384
|
-
$chip-solid-success-hover-text,
|
|
10385
|
-
$chip-solid-success-hover-bg,
|
|
10386
|
-
$chip-solid-success-hover-border
|
|
10387
|
-
);
|
|
10388
|
-
}
|
|
10389
|
-
|
|
10390
|
-
&:focus,
|
|
10391
|
-
&.k-state-focus,
|
|
10392
|
-
&.k-focus {
|
|
10393
|
-
@include fill(
|
|
10394
|
-
$chip-solid-success-focus-text,
|
|
10395
|
-
$chip-solid-success-focus-bg,
|
|
10396
|
-
$chip-solid-success-focus-border
|
|
10397
|
-
);
|
|
10398
|
-
}
|
|
10399
|
-
|
|
10400
|
-
&.k-state-selected,
|
|
10401
|
-
&.k-selected {
|
|
10402
|
-
@include fill(
|
|
10403
|
-
$chip-solid-success-selected-text,
|
|
10404
|
-
$chip-solid-success-selected-bg,
|
|
10405
|
-
$chip-solid-success-selected-border
|
|
10406
|
-
);
|
|
10407
|
-
}
|
|
10408
10409
|
}
|
|
10409
10410
|
|
|
10410
|
-
|
|
10411
|
-
&.k-
|
|
10411
|
+
&:focus,
|
|
10412
|
+
&.k-focus,
|
|
10413
|
+
&.k-state-focus {
|
|
10412
10414
|
@include fill(
|
|
10413
|
-
$chip-solid-
|
|
10414
|
-
$chip-solid-
|
|
10415
|
-
$chip-solid-
|
|
10415
|
+
$chip-solid-success-focus-text,
|
|
10416
|
+
$chip-solid-success-focus-bg,
|
|
10417
|
+
$chip-solid-success-focus-border
|
|
10416
10418
|
);
|
|
10419
|
+
}
|
|
10417
10420
|
|
|
10418
|
-
|
|
10419
|
-
|
|
10420
|
-
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
|
|
10433
|
-
$chip-solid-warning-focus-bg,
|
|
10434
|
-
$chip-solid-warning-focus-border
|
|
10435
|
-
);
|
|
10436
|
-
}
|
|
10421
|
+
&.k-selected,
|
|
10422
|
+
&.k-state-selected {
|
|
10423
|
+
@include fill(
|
|
10424
|
+
$chip-solid-success-selected-text,
|
|
10425
|
+
$chip-solid-success-selected-bg,
|
|
10426
|
+
$chip-solid-success-selected-border
|
|
10427
|
+
);
|
|
10428
|
+
}
|
|
10429
|
+
}
|
|
10430
|
+
.k-chip-solid.k-chip-warning {
|
|
10431
|
+
@include fill(
|
|
10432
|
+
$chip-solid-warning-text,
|
|
10433
|
+
$chip-solid-warning-bg,
|
|
10434
|
+
$chip-solid-warning-border
|
|
10435
|
+
);
|
|
10437
10436
|
|
|
10438
|
-
|
|
10439
|
-
|
|
10440
|
-
|
|
10441
|
-
|
|
10442
|
-
|
|
10443
|
-
|
|
10444
|
-
|
|
10445
|
-
|
|
10437
|
+
&:hover,
|
|
10438
|
+
&.k-hover,
|
|
10439
|
+
&.k-state-hover {
|
|
10440
|
+
@include fill(
|
|
10441
|
+
$chip-solid-warning-hover-text,
|
|
10442
|
+
$chip-solid-warning-hover-bg,
|
|
10443
|
+
$chip-solid-warning-hover-border
|
|
10444
|
+
);
|
|
10446
10445
|
}
|
|
10447
10446
|
|
|
10448
|
-
|
|
10447
|
+
&:focus,
|
|
10448
|
+
&.k-focus,
|
|
10449
|
+
&.k-state-focus {
|
|
10449
10450
|
@include fill(
|
|
10450
|
-
$chip-solid-
|
|
10451
|
-
$chip-solid-
|
|
10452
|
-
$chip-solid-
|
|
10451
|
+
$chip-solid-warning-focus-text,
|
|
10452
|
+
$chip-solid-warning-focus-bg,
|
|
10453
|
+
$chip-solid-warning-focus-border
|
|
10453
10454
|
);
|
|
10455
|
+
}
|
|
10454
10456
|
|
|
10455
|
-
|
|
10456
|
-
|
|
10457
|
-
|
|
10458
|
-
|
|
10459
|
-
|
|
10460
|
-
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
|
-
|
|
10457
|
+
&.k-selected,
|
|
10458
|
+
&.k-state-selected {
|
|
10459
|
+
@include fill(
|
|
10460
|
+
$chip-solid-warning-selected-text,
|
|
10461
|
+
$chip-solid-warning-selected-bg,
|
|
10462
|
+
$chip-solid-warning-selected-border
|
|
10463
|
+
);
|
|
10464
|
+
}
|
|
10465
|
+
}
|
|
10466
|
+
.k-chip-solid.k-chip-error {
|
|
10467
|
+
@include fill(
|
|
10468
|
+
$chip-solid-error-text,
|
|
10469
|
+
$chip-solid-error-bg,
|
|
10470
|
+
$chip-solid-error-border
|
|
10471
|
+
);
|
|
10464
10472
|
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
|
|
10472
|
-
|
|
10473
|
-
|
|
10473
|
+
&:hover,
|
|
10474
|
+
&.k-hover,
|
|
10475
|
+
&.k-state-hover {
|
|
10476
|
+
@include fill(
|
|
10477
|
+
$chip-solid-error-hover-text,
|
|
10478
|
+
$chip-solid-error-hover-bg,
|
|
10479
|
+
$chip-solid-error-hover-border
|
|
10480
|
+
);
|
|
10481
|
+
}
|
|
10474
10482
|
|
|
10475
|
-
|
|
10476
|
-
|
|
10477
|
-
|
|
10478
|
-
|
|
10479
|
-
|
|
10480
|
-
|
|
10481
|
-
|
|
10482
|
-
|
|
10483
|
+
&:focus,
|
|
10484
|
+
&.k-focus,
|
|
10485
|
+
&.k-state-focus {
|
|
10486
|
+
@include fill(
|
|
10487
|
+
$chip-solid-error-focus-text,
|
|
10488
|
+
$chip-solid-error-focus-bg,
|
|
10489
|
+
$chip-solid-error-focus-border
|
|
10490
|
+
);
|
|
10483
10491
|
}
|
|
10484
10492
|
|
|
10485
|
-
&.k-
|
|
10493
|
+
&.k-selected,
|
|
10494
|
+
&.k-state-selected {
|
|
10486
10495
|
@include fill(
|
|
10487
|
-
$chip-solid-
|
|
10488
|
-
$chip-solid-
|
|
10489
|
-
$chip-solid-
|
|
10496
|
+
$chip-solid-error-selected-text,
|
|
10497
|
+
$chip-solid-error-selected-bg,
|
|
10498
|
+
$chip-solid-error-selected-border
|
|
10490
10499
|
);
|
|
10500
|
+
}
|
|
10501
|
+
}
|
|
10502
|
+
.k-chip-solid.k-chip-info {
|
|
10503
|
+
@include fill(
|
|
10504
|
+
$chip-solid-info-text,
|
|
10505
|
+
$chip-solid-info-bg,
|
|
10506
|
+
$chip-solid-info-border
|
|
10507
|
+
);
|
|
10491
10508
|
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
|
|
10498
|
-
|
|
10499
|
-
|
|
10500
|
-
|
|
10509
|
+
&:hover,
|
|
10510
|
+
&.k-hover,
|
|
10511
|
+
&.k-state-hover {
|
|
10512
|
+
@include fill(
|
|
10513
|
+
$chip-solid-info-hover-text,
|
|
10514
|
+
$chip-solid-info-hover-bg,
|
|
10515
|
+
$chip-solid-info-hover-border
|
|
10516
|
+
);
|
|
10517
|
+
}
|
|
10501
10518
|
|
|
10502
|
-
|
|
10503
|
-
|
|
10504
|
-
|
|
10505
|
-
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
|
|
10519
|
+
&:focus,
|
|
10520
|
+
&.k-focus,
|
|
10521
|
+
&.k-state-focus {
|
|
10522
|
+
@include fill(
|
|
10523
|
+
$chip-solid-info-focus-text,
|
|
10524
|
+
$chip-solid-info-focus-bg,
|
|
10525
|
+
$chip-solid-info-focus-border
|
|
10526
|
+
);
|
|
10527
|
+
}
|
|
10511
10528
|
|
|
10512
|
-
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
10516
|
-
|
|
10517
|
-
|
|
10518
|
-
|
|
10519
|
-
}
|
|
10529
|
+
&.k-selected,
|
|
10530
|
+
&.k-state-selected {
|
|
10531
|
+
@include fill(
|
|
10532
|
+
$chip-solid-info-selected-text,
|
|
10533
|
+
$chip-solid-info-selected-bg,
|
|
10534
|
+
$chip-solid-info-selected-border
|
|
10535
|
+
);
|
|
10520
10536
|
}
|
|
10521
10537
|
}
|
|
10522
10538
|
|
|
10539
|
+
|
|
10540
|
+
// Outline chip
|
|
10523
10541
|
.k-chip-outline {
|
|
10524
10542
|
@include fill(
|
|
10525
10543
|
$chip-outline-text,
|
|
@@ -10528,8 +10546,8 @@ $chip-error-focus-shadow: null !default;
|
|
|
10528
10546
|
);
|
|
10529
10547
|
|
|
10530
10548
|
&:hover,
|
|
10531
|
-
&.k-
|
|
10532
|
-
&.k-hover {
|
|
10549
|
+
&.k-hover,
|
|
10550
|
+
&.k-state-hover {
|
|
10533
10551
|
@include fill(
|
|
10534
10552
|
$chip-outline-hover-text,
|
|
10535
10553
|
$chip-outline-hover-bg,
|
|
@@ -10538,177 +10556,171 @@ $chip-error-focus-shadow: null !default;
|
|
|
10538
10556
|
}
|
|
10539
10557
|
|
|
10540
10558
|
&:focus,
|
|
10541
|
-
&.k-
|
|
10542
|
-
&.k-focus {
|
|
10543
|
-
@include box-shadow( $chip-outline-focus-shadow );
|
|
10559
|
+
&.k-focus,
|
|
10560
|
+
&.k-state-focus {
|
|
10544
10561
|
@include fill(
|
|
10545
10562
|
$chip-outline-focus-text,
|
|
10546
10563
|
$chip-outline-focus-bg,
|
|
10547
10564
|
$chip-outline-focus-border
|
|
10548
10565
|
);
|
|
10566
|
+
@include box-shadow( $chip-outline-focus-shadow );
|
|
10549
10567
|
}
|
|
10550
10568
|
|
|
10551
|
-
&.k-
|
|
10552
|
-
&.k-selected {
|
|
10569
|
+
&.k-selected,
|
|
10570
|
+
&.k-state-selected {
|
|
10553
10571
|
@include fill(
|
|
10554
10572
|
$color: $chip-outline-selected-text,
|
|
10555
10573
|
$bg: $chip-outline-selected-bg
|
|
10556
10574
|
);
|
|
10557
10575
|
}
|
|
10576
|
+
}
|
|
10577
|
+
.k-chip-outline.k-chip-success {
|
|
10578
|
+
@include fill(
|
|
10579
|
+
$chip-outline-success-text,
|
|
10580
|
+
$chip-outline-success-bg,
|
|
10581
|
+
$chip-outline-success-border
|
|
10582
|
+
);
|
|
10558
10583
|
|
|
10559
|
-
|
|
10584
|
+
&:hover,
|
|
10585
|
+
&.k-hover,
|
|
10586
|
+
&.k-state-hover {
|
|
10560
10587
|
@include fill(
|
|
10561
|
-
$chip-outline-success-text,
|
|
10562
|
-
$chip-outline-success-bg,
|
|
10563
|
-
$chip-outline-success-border
|
|
10588
|
+
$chip-outline-success-hover-text,
|
|
10589
|
+
$chip-outline-success-hover-bg,
|
|
10590
|
+
$chip-outline-success-hover-border
|
|
10564
10591
|
);
|
|
10565
|
-
|
|
10566
|
-
&:hover,
|
|
10567
|
-
&.k-state-hover,
|
|
10568
|
-
&.k-hover {
|
|
10569
|
-
@include fill(
|
|
10570
|
-
$chip-outline-success-hover-text,
|
|
10571
|
-
$chip-outline-success-hover-bg,
|
|
10572
|
-
$chip-outline-success-hover-border
|
|
10573
|
-
);
|
|
10574
|
-
}
|
|
10575
|
-
|
|
10576
|
-
&:focus,
|
|
10577
|
-
&.k-state-focus,
|
|
10578
|
-
&.k-focus {
|
|
10579
|
-
@include fill(
|
|
10580
|
-
$chip-outline-success-focus-text,
|
|
10581
|
-
$chip-outline-success-focus-bg,
|
|
10582
|
-
$chip-outline-success-focus-border
|
|
10583
|
-
);
|
|
10584
|
-
}
|
|
10585
|
-
|
|
10586
|
-
&.k-state-selected,
|
|
10587
|
-
&.k-selected {
|
|
10588
|
-
@include fill(
|
|
10589
|
-
$chip-outline-success-selected-text,
|
|
10590
|
-
$chip-outline-success-selected-bg,
|
|
10591
|
-
$chip-outline-success-selected-border
|
|
10592
|
-
);
|
|
10593
|
-
}
|
|
10594
10592
|
}
|
|
10595
10593
|
|
|
10596
|
-
|
|
10594
|
+
&:focus,
|
|
10595
|
+
&.k-focus,
|
|
10596
|
+
&.k-state-focus {
|
|
10597
10597
|
@include fill(
|
|
10598
|
-
$chip-outline-
|
|
10599
|
-
$chip-outline-
|
|
10600
|
-
$chip-outline-
|
|
10598
|
+
$chip-outline-success-focus-text,
|
|
10599
|
+
$chip-outline-success-focus-bg,
|
|
10600
|
+
$chip-outline-success-focus-border
|
|
10601
10601
|
);
|
|
10602
|
-
|
|
10603
|
-
&:hover,
|
|
10604
|
-
&.k-state-hover,
|
|
10605
|
-
&.k-hover {
|
|
10606
|
-
@include fill(
|
|
10607
|
-
$chip-outline-warning-hover-text,
|
|
10608
|
-
$chip-outline-warning-hover-bg,
|
|
10609
|
-
$chip-outline-warning-hover-border
|
|
10610
|
-
);
|
|
10611
|
-
}
|
|
10612
|
-
|
|
10613
|
-
&:focus,
|
|
10614
|
-
&.k-state-focus,
|
|
10615
|
-
&.k-focus {
|
|
10616
|
-
@include fill(
|
|
10617
|
-
$chip-outline-warning-focus-text,
|
|
10618
|
-
$chip-outline-warning-focus-bg,
|
|
10619
|
-
$chip-outline-warning-focus-border
|
|
10620
|
-
);
|
|
10621
|
-
}
|
|
10622
|
-
|
|
10623
|
-
&.k-state-selected,
|
|
10624
|
-
&.k-selected {
|
|
10625
|
-
@include fill(
|
|
10626
|
-
$chip-outline-warning-selected-text,
|
|
10627
|
-
$chip-outline-warning-selected-bg,
|
|
10628
|
-
$chip-outline-warning-selected-border
|
|
10629
|
-
);
|
|
10630
|
-
}
|
|
10631
10602
|
}
|
|
10632
10603
|
|
|
10604
|
+
&.k-selected,
|
|
10605
|
+
&.k-state-selected {
|
|
10606
|
+
@include fill(
|
|
10607
|
+
$chip-outline-success-selected-text,
|
|
10608
|
+
$chip-outline-success-selected-bg,
|
|
10609
|
+
$chip-outline-success-selected-border
|
|
10610
|
+
);
|
|
10611
|
+
}
|
|
10612
|
+
}
|
|
10613
|
+
.k-chip-outline.k-chip-warning {
|
|
10614
|
+
@include fill(
|
|
10615
|
+
$chip-outline-warning-text,
|
|
10616
|
+
$chip-outline-warning-bg,
|
|
10617
|
+
$chip-outline-warning-border
|
|
10618
|
+
);
|
|
10633
10619
|
|
|
10634
|
-
|
|
10620
|
+
&:hover,
|
|
10621
|
+
&.k-hover,
|
|
10622
|
+
&.k-state-hover {
|
|
10635
10623
|
@include fill(
|
|
10636
|
-
$chip-outline-
|
|
10637
|
-
$chip-outline-
|
|
10638
|
-
$chip-outline-
|
|
10624
|
+
$chip-outline-warning-hover-text,
|
|
10625
|
+
$chip-outline-warning-hover-bg,
|
|
10626
|
+
$chip-outline-warning-hover-border
|
|
10639
10627
|
);
|
|
10628
|
+
}
|
|
10640
10629
|
|
|
10641
|
-
|
|
10642
|
-
|
|
10643
|
-
|
|
10644
|
-
|
|
10645
|
-
|
|
10646
|
-
|
|
10647
|
-
|
|
10648
|
-
|
|
10649
|
-
|
|
10630
|
+
&:focus,
|
|
10631
|
+
&.k-focus,
|
|
10632
|
+
&.k-state-focus {
|
|
10633
|
+
@include fill(
|
|
10634
|
+
$chip-outline-warning-focus-text,
|
|
10635
|
+
$chip-outline-warning-focus-bg,
|
|
10636
|
+
$chip-outline-warning-focus-border
|
|
10637
|
+
);
|
|
10638
|
+
}
|
|
10650
10639
|
|
|
10651
|
-
|
|
10652
|
-
|
|
10653
|
-
|
|
10654
|
-
|
|
10655
|
-
|
|
10656
|
-
|
|
10657
|
-
|
|
10658
|
-
|
|
10659
|
-
|
|
10640
|
+
&.k-selected,
|
|
10641
|
+
&.k-state-selected {
|
|
10642
|
+
@include fill(
|
|
10643
|
+
$chip-outline-warning-selected-text,
|
|
10644
|
+
$chip-outline-warning-selected-bg,
|
|
10645
|
+
$chip-outline-warning-selected-border
|
|
10646
|
+
);
|
|
10647
|
+
}
|
|
10648
|
+
}
|
|
10649
|
+
.k-chip-outline.k-chip-error {
|
|
10650
|
+
@include fill(
|
|
10651
|
+
$chip-outline-error-text,
|
|
10652
|
+
$chip-outline-error-bg,
|
|
10653
|
+
$chip-outline-error-border
|
|
10654
|
+
);
|
|
10660
10655
|
|
|
10661
|
-
|
|
10662
|
-
|
|
10663
|
-
|
|
10664
|
-
|
|
10665
|
-
|
|
10666
|
-
|
|
10667
|
-
|
|
10668
|
-
|
|
10656
|
+
&:hover,
|
|
10657
|
+
&.k-hover,
|
|
10658
|
+
&.k-state-hover {
|
|
10659
|
+
@include fill(
|
|
10660
|
+
$chip-outline-error-hover-text,
|
|
10661
|
+
$chip-outline-error-hover-bg,
|
|
10662
|
+
$chip-outline-error-hover-border
|
|
10663
|
+
);
|
|
10669
10664
|
}
|
|
10670
10665
|
|
|
10666
|
+
&:focus,
|
|
10667
|
+
&.k-focus,
|
|
10668
|
+
&.k-state-focus {
|
|
10669
|
+
@include fill(
|
|
10670
|
+
$chip-outline-error-focus-text,
|
|
10671
|
+
$chip-outline-error-focus-bg,
|
|
10672
|
+
$chip-outline-error-focus-border
|
|
10673
|
+
);
|
|
10674
|
+
}
|
|
10671
10675
|
|
|
10672
|
-
&.k-
|
|
10676
|
+
&.k-selected,
|
|
10677
|
+
&.k-state-selected {
|
|
10673
10678
|
@include fill(
|
|
10674
|
-
$chip-outline-
|
|
10675
|
-
$chip-outline-
|
|
10676
|
-
$chip-outline-
|
|
10679
|
+
$chip-outline-error-selected-text,
|
|
10680
|
+
$chip-outline-error-selected-bg,
|
|
10681
|
+
$chip-outline-error-selected-border
|
|
10677
10682
|
);
|
|
10683
|
+
}
|
|
10684
|
+
}
|
|
10685
|
+
.k-chip-outline.k-chip-info {
|
|
10686
|
+
@include fill(
|
|
10687
|
+
$chip-outline-info-text,
|
|
10688
|
+
$chip-outline-info-bg,
|
|
10689
|
+
$chip-outline-info-border
|
|
10690
|
+
);
|
|
10678
10691
|
|
|
10679
|
-
|
|
10680
|
-
|
|
10681
|
-
|
|
10682
|
-
|
|
10683
|
-
|
|
10684
|
-
|
|
10685
|
-
|
|
10686
|
-
|
|
10687
|
-
|
|
10692
|
+
&:hover,
|
|
10693
|
+
&.k-hover,
|
|
10694
|
+
&.k-state-hover {
|
|
10695
|
+
@include fill(
|
|
10696
|
+
$chip-outline-info-hover-text,
|
|
10697
|
+
$chip-outline-info-hover-bg,
|
|
10698
|
+
$chip-outline-info-hover-border
|
|
10699
|
+
);
|
|
10700
|
+
}
|
|
10688
10701
|
|
|
10689
|
-
|
|
10690
|
-
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
|
|
10694
|
-
|
|
10695
|
-
|
|
10696
|
-
|
|
10697
|
-
|
|
10702
|
+
&:focus,
|
|
10703
|
+
&.k-focus,
|
|
10704
|
+
&.k-state-focus {
|
|
10705
|
+
@include fill(
|
|
10706
|
+
$chip-outline-info-focus-text,
|
|
10707
|
+
$chip-outline-info-focus-bg,
|
|
10708
|
+
$chip-outline-info-focus-border
|
|
10709
|
+
);
|
|
10710
|
+
}
|
|
10698
10711
|
|
|
10699
|
-
|
|
10700
|
-
|
|
10701
|
-
|
|
10702
|
-
|
|
10703
|
-
|
|
10704
|
-
|
|
10705
|
-
|
|
10706
|
-
}
|
|
10712
|
+
&.k-selected,
|
|
10713
|
+
&.k-state-selected {
|
|
10714
|
+
@include fill(
|
|
10715
|
+
$chip-outline-info-selected-text,
|
|
10716
|
+
$chip-outline-info-selected-bg,
|
|
10717
|
+
$chip-outline-info-selected-border
|
|
10718
|
+
);
|
|
10707
10719
|
}
|
|
10708
10720
|
}
|
|
10709
10721
|
|
|
10710
10722
|
|
|
10711
|
-
//
|
|
10723
|
+
// Focus state
|
|
10712
10724
|
.k-chip-info {
|
|
10713
10725
|
&:focus,
|
|
10714
10726
|
&.k-state-focus,
|
|
@@ -10774,12 +10786,13 @@ $color-preview-no-color-bg: $white !default;
|
|
|
10774
10786
|
$color-preview-no-color-text: $error !default;
|
|
10775
10787
|
$color-preview-no-color-border: null !default;
|
|
10776
10788
|
|
|
10777
|
-
$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;
|
|
10789
|
+
// $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;
|
|
10790
|
+
$color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
|
|
10778
10791
|
|
|
10779
10792
|
// #endregion
|
|
10780
10793
|
// #region @import "_layout.scss"; -> packages/material/scss/color-preview/_layout.scss
|
|
10781
10794
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss
|
|
10782
|
-
@include exports("color-preview/layout") {
|
|
10795
|
+
@include exports( "color-preview/layout" ) {
|
|
10783
10796
|
|
|
10784
10797
|
// Color Preview
|
|
10785
10798
|
.k-color-preview {
|
|
@@ -10823,7 +10836,7 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
10823
10836
|
// #endregion
|
|
10824
10837
|
// #region @import "_theme.scss"; -> packages/material/scss/color-preview/_theme.scss
|
|
10825
10838
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss
|
|
10826
|
-
@include exports("color-preview/theme") {
|
|
10839
|
+
@include exports( "color-preview/theme" ) {
|
|
10827
10840
|
|
|
10828
10841
|
// Color Preview
|
|
10829
10842
|
.k-color-preview {
|
|
@@ -10850,7 +10863,8 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
10850
10863
|
.k-no-color::after {
|
|
10851
10864
|
background-color: $color-preview-no-color-bg;
|
|
10852
10865
|
background-image: $color-preview-no-color-image;
|
|
10853
|
-
background-size:
|
|
10866
|
+
background-size: contain;
|
|
10867
|
+
background-position: 0 0;
|
|
10854
10868
|
}
|
|
10855
10869
|
|
|
10856
10870
|
}
|
|
@@ -17930,27 +17944,6 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
17930
17944
|
|
|
17931
17945
|
}
|
|
17932
17946
|
|
|
17933
|
-
|
|
17934
|
-
|
|
17935
|
-
|
|
17936
|
-
@include exports( "daterangepicker/theme" ) {
|
|
17937
|
-
|
|
17938
|
-
// jQuery DateRangePicker
|
|
17939
|
-
.k-daterangepicker {
|
|
17940
|
-
// Invalid
|
|
17941
|
-
&.k-state-invalid {
|
|
17942
|
-
.k-dateinput-wrap {
|
|
17943
|
-
border-color: $invalid-border;
|
|
17944
|
-
|
|
17945
|
-
.k-input-validation-icon {
|
|
17946
|
-
color: $invalid-text;
|
|
17947
|
-
}
|
|
17948
|
-
}
|
|
17949
|
-
}
|
|
17950
|
-
}
|
|
17951
|
-
|
|
17952
|
-
}
|
|
17953
|
-
|
|
17954
17947
|
// #endregion
|
|
17955
17948
|
|
|
17956
17949
|
@include exports("calendar/theme/material") {
|
|
@@ -17977,6 +17970,369 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
17977
17970
|
|
|
17978
17971
|
// #endregion
|
|
17979
17972
|
|
|
17973
|
+
// #endregion
|
|
17974
|
+
// #region @import "timeselector/_index.scss"; -> packages/material/scss/timeselector/_index.scss
|
|
17975
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
17976
|
+
// File already imported_once. Skipping output.
|
|
17977
|
+
// #endregion
|
|
17978
|
+
|
|
17979
|
+
|
|
17980
|
+
// Dependencies
|
|
17981
|
+
// #region @import "../list/_index.scss"; -> packages/material/scss/list/_index.scss
|
|
17982
|
+
// File already imported_once. Skipping output.
|
|
17983
|
+
// #endregion
|
|
17984
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/material/scss/action-buttons/_index.scss
|
|
17985
|
+
// File already imported_once. Skipping output.
|
|
17986
|
+
// #endregion
|
|
17987
|
+
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
17988
|
+
// File already imported_once. Skipping output.
|
|
17989
|
+
// #endregion
|
|
17990
|
+
|
|
17991
|
+
|
|
17992
|
+
// Component
|
|
17993
|
+
// #region @import "_variables.scss"; -> packages/material/scss/timeselector/_variables.scss
|
|
17994
|
+
// Time selector
|
|
17995
|
+
$time-selector-border-width: 1px !default;
|
|
17996
|
+
$time-selector-font-family: $font-family !default;
|
|
17997
|
+
$time-selector-font-size: $font-size !default;
|
|
17998
|
+
$time-selector-line-height: (20 / 14) !default;
|
|
17999
|
+
|
|
18000
|
+
$time-selector-bg: $component-bg !default;
|
|
18001
|
+
$time-selector-text: $component-text !default;
|
|
18002
|
+
$time-selector-border: $component-border !default;
|
|
18003
|
+
|
|
18004
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18005
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
18006
|
+
$time-selector-header-border-width: 0px !default;
|
|
18007
|
+
|
|
18008
|
+
$time-list-width: 4em !default;
|
|
18009
|
+
$time-list-height: 240px !default;
|
|
18010
|
+
|
|
18011
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
18012
|
+
$time-list-title-line-height: 1.5 !default;
|
|
18013
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
18014
|
+
$time-list-title-text: $subtle-text !default;
|
|
18015
|
+
$time-list-title-focus-text: $component-text !default;
|
|
18016
|
+
|
|
18017
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
18018
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
18019
|
+
|
|
18020
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
18021
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
18022
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
18023
|
+
$time-list-highlight-border: $component-border !default;
|
|
18024
|
+
|
|
18025
|
+
$time-list-focused-bg: null !default;
|
|
18026
|
+
|
|
18027
|
+
// #endregion
|
|
18028
|
+
// #region @import "_layout.scss"; -> packages/material/scss/timeselector/_layout.scss
|
|
18029
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss
|
|
18030
|
+
@include exports( "timeselector/layout" ) {
|
|
18031
|
+
|
|
18032
|
+
// Time selector
|
|
18033
|
+
.k-timeselector {
|
|
18034
|
+
border-width: $time-selector-border-width;
|
|
18035
|
+
border-style: solid;
|
|
18036
|
+
box-sizing: border-box;
|
|
18037
|
+
outline: 0;
|
|
18038
|
+
font-family: $time-selector-font-family;
|
|
18039
|
+
font-size: $time-selector-font-size;
|
|
18040
|
+
line-height: $time-selector-line-height;
|
|
18041
|
+
position: relative;
|
|
18042
|
+
overflow: hidden;
|
|
18043
|
+
display: flex;
|
|
18044
|
+
flex-flow: column nowrap;
|
|
18045
|
+
user-select: none;
|
|
18046
|
+
-webkit-touch-callout: none;
|
|
18047
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18048
|
+
|
|
18049
|
+
.k-popup > & {
|
|
18050
|
+
border-width: 0;
|
|
18051
|
+
}
|
|
18052
|
+
}
|
|
18053
|
+
|
|
18054
|
+
|
|
18055
|
+
// Time selector header
|
|
18056
|
+
.k-time-header,
|
|
18057
|
+
.k-time-selector-header {
|
|
18058
|
+
padding: $time-selector-header-padding-y $time-selector-header-padding-x;
|
|
18059
|
+
box-sizing: border-box;
|
|
18060
|
+
display: flex;
|
|
18061
|
+
align-items: center;
|
|
18062
|
+
justify-content: space-between;
|
|
18063
|
+
flex: 0 0 auto;
|
|
18064
|
+
|
|
18065
|
+
.k-title,
|
|
18066
|
+
.k-time-selector-header-title {
|
|
18067
|
+
padding: $button-padding-y $button-padding-x;
|
|
18068
|
+
font-weight: bold;
|
|
18069
|
+
display: inline-block;
|
|
18070
|
+
}
|
|
18071
|
+
|
|
18072
|
+
.k-time-now {
|
|
18073
|
+
border-width: 0;
|
|
18074
|
+
line-height: inherit;
|
|
18075
|
+
cursor: pointer;
|
|
18076
|
+
}
|
|
18077
|
+
}
|
|
18078
|
+
|
|
18079
|
+
|
|
18080
|
+
// Time selector footer
|
|
18081
|
+
// .k-time-footer {}
|
|
18082
|
+
// .k-time-selector-footer {}
|
|
18083
|
+
|
|
18084
|
+
|
|
18085
|
+
// Time list container
|
|
18086
|
+
.k-time-list-container {
|
|
18087
|
+
display: flex;
|
|
18088
|
+
position: relative;
|
|
18089
|
+
flex: 1 1 auto;
|
|
18090
|
+
}
|
|
18091
|
+
|
|
18092
|
+
|
|
18093
|
+
// Time list highlight
|
|
18094
|
+
.k-time-highlight,
|
|
18095
|
+
.k-time-list-highlight {
|
|
18096
|
+
width: 100%;
|
|
18097
|
+
height: $time-list-highlight-height;
|
|
18098
|
+
border-width: $time-list-highlight-border-width;
|
|
18099
|
+
border-style: solid;
|
|
18100
|
+
box-sizing: border-box;
|
|
18101
|
+
position: absolute;
|
|
18102
|
+
top: calc( 50% + #{$time-list-title-height / 2});
|
|
18103
|
+
left: 0;
|
|
18104
|
+
right: 0;
|
|
18105
|
+
transform: translateY(-50%);
|
|
18106
|
+
z-index: 1;
|
|
18107
|
+
}
|
|
18108
|
+
|
|
18109
|
+
|
|
18110
|
+
// Time list wrapper
|
|
18111
|
+
.k-time-list-wrapper {
|
|
18112
|
+
min-width: $time-list-width;
|
|
18113
|
+
height: $time-list-height;
|
|
18114
|
+
box-sizing: content-box;
|
|
18115
|
+
display: inline-flex;
|
|
18116
|
+
flex-flow: column nowrap;
|
|
18117
|
+
align-items: stretch;
|
|
18118
|
+
overflow: hidden;
|
|
18119
|
+
position: relative;
|
|
18120
|
+
text-align: center;
|
|
18121
|
+
flex: 1 1 auto;
|
|
18122
|
+
|
|
18123
|
+
.k-title {
|
|
18124
|
+
font-size: $time-list-title-font-size;
|
|
18125
|
+
line-height: $time-list-title-line-height;
|
|
18126
|
+
font-weight: bold;
|
|
18127
|
+
text-align: center;
|
|
18128
|
+
text-transform: capitalize;
|
|
18129
|
+
display: block;
|
|
18130
|
+
}
|
|
18131
|
+
|
|
18132
|
+
&.k-state-focused {
|
|
18133
|
+
&::before,
|
|
18134
|
+
&::after {
|
|
18135
|
+
display: block;
|
|
18136
|
+
content: " ";
|
|
18137
|
+
position: absolute;
|
|
18138
|
+
width: 100%;
|
|
18139
|
+
left: 0;
|
|
18140
|
+
pointer-events: none;
|
|
18141
|
+
height: calc( 50% - #{$time-list-highlight-height / 2} );
|
|
18142
|
+
box-sizing: border-box;
|
|
18143
|
+
border-width: 0;
|
|
18144
|
+
border-style: solid;
|
|
18145
|
+
}
|
|
18146
|
+
|
|
18147
|
+
&::before {
|
|
18148
|
+
top: $time-list-title-height;
|
|
18149
|
+
}
|
|
18150
|
+
|
|
18151
|
+
&::after {
|
|
18152
|
+
bottom: 0;
|
|
18153
|
+
}
|
|
18154
|
+
}
|
|
18155
|
+
}
|
|
18156
|
+
|
|
18157
|
+
|
|
18158
|
+
// Time list
|
|
18159
|
+
.k-time-list {
|
|
18160
|
+
display: flex;
|
|
18161
|
+
flex-flow: row nowrap;
|
|
18162
|
+
align-items: stretch;
|
|
18163
|
+
flex: 1;
|
|
18164
|
+
position: relative;
|
|
18165
|
+
z-index: 1;
|
|
18166
|
+
overflow: hidden;
|
|
18167
|
+
|
|
18168
|
+
&::before,
|
|
18169
|
+
&::after {
|
|
18170
|
+
display: block;
|
|
18171
|
+
position: absolute;
|
|
18172
|
+
content: " ";
|
|
18173
|
+
height: 0;
|
|
18174
|
+
line-height: 0;
|
|
18175
|
+
z-index: 1;
|
|
18176
|
+
width: 200%;
|
|
18177
|
+
left: -50%;
|
|
18178
|
+
}
|
|
18179
|
+
|
|
18180
|
+
&::before { top: 0; }
|
|
18181
|
+
&::after { bottom: 0; }
|
|
18182
|
+
}
|
|
18183
|
+
|
|
18184
|
+
|
|
18185
|
+
// Time list content
|
|
18186
|
+
.k-time-container,
|
|
18187
|
+
.k-time-list-content {
|
|
18188
|
+
position: relative;
|
|
18189
|
+
flex: 1 1 auto;
|
|
18190
|
+
display: block;
|
|
18191
|
+
overflow-x: hidden;
|
|
18192
|
+
overflow-y: scroll;
|
|
18193
|
+
|
|
18194
|
+
@include hide-scrollbar("right");
|
|
18195
|
+
|
|
18196
|
+
> ul {
|
|
18197
|
+
height: auto;
|
|
18198
|
+
width: $time-list-width;
|
|
18199
|
+
margin: auto;
|
|
18200
|
+
}
|
|
18201
|
+
|
|
18202
|
+
.k-rtl &
|
|
18203
|
+
[dir="rtl"] & {
|
|
18204
|
+
@include hide-scrollbar("left");
|
|
18205
|
+
}
|
|
18206
|
+
|
|
18207
|
+
.k-scrollable-placeholder {
|
|
18208
|
+
position: absolute;
|
|
18209
|
+
width: 1px;
|
|
18210
|
+
top: 0;
|
|
18211
|
+
right: 0;
|
|
18212
|
+
}
|
|
18213
|
+
}
|
|
18214
|
+
|
|
18215
|
+
|
|
18216
|
+
// Time list item
|
|
18217
|
+
.k-time-list-item,
|
|
18218
|
+
.k-time-list .k-item {
|
|
18219
|
+
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
18220
|
+
}
|
|
18221
|
+
|
|
18222
|
+
|
|
18223
|
+
// Time separator
|
|
18224
|
+
.k-time-separator {
|
|
18225
|
+
width: 0;
|
|
18226
|
+
height: $time-list-highlight-height;
|
|
18227
|
+
align-self: center;
|
|
18228
|
+
display: inline-flex;
|
|
18229
|
+
justify-content: center;
|
|
18230
|
+
align-items: center;
|
|
18231
|
+
position: relative;
|
|
18232
|
+
z-index: 11;
|
|
18233
|
+
top: calc( #{$time-list-title-height / 2} );
|
|
18234
|
+
}
|
|
18235
|
+
|
|
18236
|
+
}
|
|
18237
|
+
|
|
18238
|
+
// #endregion
|
|
18239
|
+
|
|
18240
|
+
// #endregion
|
|
18241
|
+
// #region @import "_theme.scss"; -> packages/material/scss/timeselector/_theme.scss
|
|
18242
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss
|
|
18243
|
+
@include exports( "timeselector/theme" ) {
|
|
18244
|
+
|
|
18245
|
+
// Time selector
|
|
18246
|
+
.k-timeselector {
|
|
18247
|
+
@include fill(
|
|
18248
|
+
$time-selector-text,
|
|
18249
|
+
$time-selector-bg,
|
|
18250
|
+
$time-selector-border
|
|
18251
|
+
);
|
|
18252
|
+
}
|
|
18253
|
+
|
|
18254
|
+
|
|
18255
|
+
// Time selector header
|
|
18256
|
+
.k-time-header,
|
|
18257
|
+
.k-time-selector-header {
|
|
18258
|
+
|
|
18259
|
+
.k-time-now {
|
|
18260
|
+
color: $link-text;
|
|
18261
|
+
}
|
|
18262
|
+
.k-time-now:hover {
|
|
18263
|
+
color: $link-hover-text;
|
|
18264
|
+
}
|
|
18265
|
+
}
|
|
18266
|
+
|
|
18267
|
+
|
|
18268
|
+
// Time list wrapper
|
|
18269
|
+
.k-time-list-wrapper {
|
|
18270
|
+
|
|
18271
|
+
.k-title {
|
|
18272
|
+
color: $time-list-title-text;
|
|
18273
|
+
}
|
|
18274
|
+
|
|
18275
|
+
&.k-state-focused {
|
|
18276
|
+
.k-title {
|
|
18277
|
+
color: $time-list-title-focus-text;
|
|
18278
|
+
}
|
|
18279
|
+
|
|
18280
|
+
&::before,
|
|
18281
|
+
&::after {
|
|
18282
|
+
background-color: $time-list-focused-bg;
|
|
18283
|
+
}
|
|
18284
|
+
}
|
|
18285
|
+
}
|
|
18286
|
+
|
|
18287
|
+
|
|
18288
|
+
// Time list
|
|
18289
|
+
.k-time-list {
|
|
18290
|
+
&::before,
|
|
18291
|
+
&::after {
|
|
18292
|
+
$shadow-size: 3em;
|
|
18293
|
+
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
|
|
18294
|
+
}
|
|
18295
|
+
|
|
18296
|
+
.k-item:hover {
|
|
18297
|
+
color: $primary;
|
|
18298
|
+
}
|
|
18299
|
+
}
|
|
18300
|
+
|
|
18301
|
+
.k-time-container {
|
|
18302
|
+
background: transparent;
|
|
18303
|
+
}
|
|
18304
|
+
|
|
18305
|
+
.k-time-highlight {
|
|
18306
|
+
@include fill(
|
|
18307
|
+
$bg: $time-list-highlight-bg,
|
|
18308
|
+
$border: $time-list-highlight-border
|
|
18309
|
+
);
|
|
18310
|
+
}
|
|
18311
|
+
|
|
18312
|
+
}
|
|
18313
|
+
|
|
18314
|
+
// #endregion
|
|
18315
|
+
|
|
18316
|
+
@include exports( "timeselector/theme/material" ) {
|
|
18317
|
+
|
|
18318
|
+
// Time selector
|
|
18319
|
+
.k-timeselector {}
|
|
18320
|
+
|
|
18321
|
+
|
|
18322
|
+
// Time list
|
|
18323
|
+
.k-time-list {
|
|
18324
|
+
.k-item:hover {
|
|
18325
|
+
@include fill(
|
|
18326
|
+
$list-item-hovered-text,
|
|
18327
|
+
$list-item-hovered-bg
|
|
18328
|
+
);
|
|
18329
|
+
}
|
|
18330
|
+
}
|
|
18331
|
+
|
|
18332
|
+
}
|
|
18333
|
+
|
|
18334
|
+
// #endregion
|
|
18335
|
+
|
|
17980
18336
|
// #endregion
|
|
17981
18337
|
|
|
17982
18338
|
|
|
@@ -19277,21 +19633,21 @@ $colorpicker-font-family: $font-family !default;
|
|
|
19277
19633
|
$colorpicker-font-size: $font-size !default;
|
|
19278
19634
|
$colorpicker-line-height: $line-height !default;
|
|
19279
19635
|
|
|
19280
|
-
$colorpicker-bg:
|
|
19636
|
+
$colorpicker-bg: $input-bg !default;
|
|
19281
19637
|
$colorpicker-text: $input-text !default;
|
|
19282
19638
|
$colorpicker-border: $input-border !default;
|
|
19283
19639
|
$colorpicker-gradient: null !default;
|
|
19284
19640
|
|
|
19285
|
-
$colorpicker-hovered-bg:
|
|
19286
|
-
$colorpicker-hovered-text:
|
|
19641
|
+
$colorpicker-hovered-bg: $input-hovered-bg !default;
|
|
19642
|
+
$colorpicker-hovered-text: $input-hovered-text !default;
|
|
19287
19643
|
$colorpicker-hovered-border: $input-hovered-border !default;
|
|
19288
19644
|
$colorpicker-hovered-gradient: null !default;
|
|
19289
19645
|
|
|
19290
|
-
$colorpicker-focused-bg:
|
|
19291
|
-
$colorpicker-focused-text:
|
|
19646
|
+
$colorpicker-focused-bg: $input-focused-bg !default;
|
|
19647
|
+
$colorpicker-focused-text: $input-focused-text !default;
|
|
19292
19648
|
$colorpicker-focused-border: $input-focused-border !default;
|
|
19293
19649
|
$colorpicker-focused-gradient: null !default;
|
|
19294
|
-
$colorpicker-focused-shadow:
|
|
19650
|
+
$colorpicker-focused-shadow: $input-focused-shadow !default;
|
|
19295
19651
|
|
|
19296
19652
|
$colorpicker-select-text: $subtle-text !default;
|
|
19297
19653
|
$colorpicker-select-hovered-text: $input-text !default;
|
|
@@ -19300,51 +19656,41 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19300
19656
|
// #endregion
|
|
19301
19657
|
// #region @import "_layout.scss"; -> packages/material/scss/colorpicker/_layout.scss
|
|
19302
19658
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss
|
|
19303
|
-
@include exports("colorpicker/layout") {
|
|
19659
|
+
@include exports( "colorpicker/layout" ) {
|
|
19304
19660
|
|
|
19305
|
-
//
|
|
19661
|
+
// Color picker
|
|
19306
19662
|
.k-colorpicker {
|
|
19663
|
+
@include border-radius( $input-border-radius );
|
|
19307
19664
|
width: auto;
|
|
19308
|
-
border-width:
|
|
19665
|
+
border-width: 1px;
|
|
19666
|
+
border-style: solid;
|
|
19309
19667
|
box-sizing: border-box;
|
|
19310
19668
|
outline: 0;
|
|
19311
19669
|
font-family: $colorpicker-font-family;
|
|
19312
19670
|
font-size: $colorpicker-font-size;
|
|
19313
19671
|
line-height: $colorpicker-line-height;
|
|
19314
|
-
|
|
19315
|
-
|
|
19672
|
+
text-align: start;
|
|
19673
|
+
white-space: nowrap;
|
|
19316
19674
|
display: inline-flex;
|
|
19675
|
+
flex-flow: row nowrap;
|
|
19317
19676
|
vertical-align: middle;
|
|
19318
19677
|
position: relative;
|
|
19319
|
-
overflow:
|
|
19678
|
+
overflow: hidden;
|
|
19679
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
19320
19680
|
-webkit-touch-callout: none;
|
|
19321
19681
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19322
19682
|
|
|
19323
19683
|
.k-selected-color {
|
|
19324
|
-
|
|
19325
|
-
width: $button-inner-calc-size;
|
|
19326
|
-
height: $button-inner-calc-size;
|
|
19327
|
-
border-width:
|
|
19684
|
+
margin: $button-padding-y;
|
|
19685
|
+
width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
19686
|
+
height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
19687
|
+
border-width: 1px;
|
|
19328
19688
|
border-style: solid;
|
|
19329
|
-
border-color: inherit;
|
|
19330
19689
|
box-sizing: border-box;
|
|
19690
|
+
background-clip: content-box;
|
|
19331
19691
|
line-height: 0;
|
|
19332
19692
|
position: relative;
|
|
19333
19693
|
overflow: hidden;
|
|
19334
|
-
|
|
19335
|
-
.k-i-line {
|
|
19336
|
-
border-top: 1px solid $error;
|
|
19337
|
-
width: 200%;
|
|
19338
|
-
height: 200%;
|
|
19339
|
-
position: absolute;
|
|
19340
|
-
top: 50%;
|
|
19341
|
-
left: 50%;
|
|
19342
|
-
transform: translate(-33%, -33%) rotateZ(45deg);
|
|
19343
|
-
transform-origin: 0 0;
|
|
19344
|
-
}
|
|
19345
|
-
.k-i-line::before {
|
|
19346
|
-
display: none;
|
|
19347
|
-
}
|
|
19348
19694
|
}
|
|
19349
19695
|
|
|
19350
19696
|
.k-tool-icon {
|
|
@@ -19376,22 +19722,6 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19376
19722
|
}
|
|
19377
19723
|
}
|
|
19378
19724
|
|
|
19379
|
-
.k-picker-wrap {
|
|
19380
|
-
@include border-radius( $input-border-radius );
|
|
19381
|
-
padding: 0;
|
|
19382
|
-
width: 100%;
|
|
19383
|
-
border-width: 1px;
|
|
19384
|
-
border-style: solid;
|
|
19385
|
-
box-sizing: border-box;
|
|
19386
|
-
position: relative;
|
|
19387
|
-
display: flex;
|
|
19388
|
-
flex-direction: row;
|
|
19389
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
19390
|
-
overflow: hidden;
|
|
19391
|
-
cursor: default;
|
|
19392
|
-
outline: 0;
|
|
19393
|
-
}
|
|
19394
|
-
|
|
19395
19725
|
|
|
19396
19726
|
// Input
|
|
19397
19727
|
.k-input {}
|
|
@@ -19401,19 +19731,17 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19401
19731
|
.k-select {
|
|
19402
19732
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
19403
19733
|
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
19734
|
+
height: $button-inner-calc-size;
|
|
19404
19735
|
border-width: 0;
|
|
19405
19736
|
border-inline-start-width: $picker-select-border-width;
|
|
19406
19737
|
border-style: solid;
|
|
19407
|
-
border-color:
|
|
19738
|
+
border-color: transparent;
|
|
19408
19739
|
box-sizing: border-box;
|
|
19409
19740
|
display: flex;
|
|
19410
19741
|
align-items: center;
|
|
19411
19742
|
justify-content: center;
|
|
19412
19743
|
flex: 0 0 auto;
|
|
19413
|
-
text-align: center;
|
|
19414
19744
|
cursor: pointer;
|
|
19415
|
-
|
|
19416
|
-
.k-icon {}
|
|
19417
19745
|
}
|
|
19418
19746
|
|
|
19419
19747
|
}
|
|
@@ -19433,36 +19761,9 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19433
19761
|
@include exports( "colorpicker/layout/material" ) {
|
|
19434
19762
|
|
|
19435
19763
|
.k-colorpicker {
|
|
19436
|
-
|
|
19437
|
-
|
|
19438
|
-
|
|
19439
|
-
margin: $button-padding-y;
|
|
19440
|
-
padding: 0;
|
|
19441
|
-
border-width: 1px;
|
|
19442
|
-
border-style: solid;
|
|
19443
|
-
width: ($button-line-height * 1em);
|
|
19444
|
-
height: ($button-line-height * 1em);
|
|
19445
|
-
overflow: visible;
|
|
19446
|
-
|
|
19447
|
-
.k-i-line {
|
|
19448
|
-
width: 1em;
|
|
19449
|
-
height: 1em;
|
|
19450
|
-
border: 0;
|
|
19451
|
-
font-size: 32px;
|
|
19452
|
-
transform: translate(-50%, -50%);
|
|
19453
|
-
}
|
|
19454
|
-
.k-i-line::before {
|
|
19455
|
-
content: "\e514";
|
|
19456
|
-
display: inline;
|
|
19457
|
-
}
|
|
19458
|
-
}
|
|
19459
|
-
|
|
19460
|
-
.k-picker-wrap {
|
|
19461
|
-
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
19462
|
-
border-width: $input-border-width 0;
|
|
19463
|
-
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19464
|
-
}
|
|
19465
|
-
|
|
19764
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
19765
|
+
border-width: $input-border-width 0;
|
|
19766
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19466
19767
|
}
|
|
19467
19768
|
|
|
19468
19769
|
}
|
|
@@ -19472,37 +19773,22 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19472
19773
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss
|
|
19473
19774
|
@include exports( "colorpicker/theme" ) {
|
|
19474
19775
|
|
|
19776
|
+
// Color picker
|
|
19475
19777
|
.k-colorpicker {
|
|
19778
|
+
@include fill(
|
|
19779
|
+
$colorpicker-text,
|
|
19780
|
+
$colorpicker-bg,
|
|
19781
|
+
$colorpicker-border,
|
|
19782
|
+
$colorpicker-gradient
|
|
19783
|
+
);
|
|
19476
19784
|
|
|
19477
|
-
|
|
19478
|
-
|
|
19479
|
-
@include fill(
|
|
19480
|
-
$colorpicker-text,
|
|
19481
|
-
$colorpicker-bg,
|
|
19482
|
-
$colorpicker-border,
|
|
19483
|
-
$colorpicker-gradient
|
|
19484
|
-
);
|
|
19485
|
-
|
|
19486
|
-
// Invalid state
|
|
19487
|
-
&.k-invalid,
|
|
19488
|
-
&.k-invalid:hover,
|
|
19489
|
-
&.k-state-invalid {
|
|
19490
|
-
border-color: $invalid-border;
|
|
19491
|
-
|
|
19492
|
-
.k-input-validation-icon {
|
|
19493
|
-
color: $invalid-text;
|
|
19494
|
-
}
|
|
19495
|
-
|
|
19496
|
-
&:focus,
|
|
19497
|
-
&.k-state-focused {
|
|
19498
|
-
@include box-shadow($invalid-shadow);
|
|
19499
|
-
}
|
|
19500
|
-
}
|
|
19785
|
+
.k-selected-color {
|
|
19786
|
+
border-color: $component-border;
|
|
19501
19787
|
}
|
|
19502
19788
|
|
|
19503
19789
|
// Hover state
|
|
19504
|
-
|
|
19505
|
-
|
|
19790
|
+
&:hover,
|
|
19791
|
+
&.k-state-hover {
|
|
19506
19792
|
@include fill(
|
|
19507
19793
|
$colorpicker-hovered-text,
|
|
19508
19794
|
$colorpicker-hovered-bg,
|
|
@@ -19511,12 +19797,9 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19511
19797
|
);
|
|
19512
19798
|
}
|
|
19513
19799
|
|
|
19514
|
-
&.k-state-active {}
|
|
19515
|
-
|
|
19516
19800
|
// Focus state
|
|
19517
|
-
|
|
19518
|
-
|
|
19519
|
-
.k-focus {
|
|
19801
|
+
&:focus,
|
|
19802
|
+
&.k-state-focus {
|
|
19520
19803
|
@include fill(
|
|
19521
19804
|
$colorpicker-focused-text,
|
|
19522
19805
|
$colorpicker-focused-bg,
|
|
@@ -19525,61 +19808,31 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19525
19808
|
);
|
|
19526
19809
|
@include box-shadow($colorpicker-focused-shadow);
|
|
19527
19810
|
}
|
|
19528
|
-
|
|
19529
|
-
|
|
19530
|
-
|
|
19531
|
-
|
|
19532
|
-
|
|
19533
|
-
|
|
19534
|
-
|
|
19535
|
-
|
|
19536
|
-
.k-input-validation-icon {
|
|
19537
|
-
color: $invalid-text;
|
|
19538
|
-
}
|
|
19539
|
-
|
|
19540
|
-
&.k-state-focused {
|
|
19541
|
-
@include box-shadow($invalid-shadow);
|
|
19542
|
-
}
|
|
19543
|
-
}
|
|
19811
|
+
&:focus-within {
|
|
19812
|
+
@include fill(
|
|
19813
|
+
$colorpicker-focused-text,
|
|
19814
|
+
$colorpicker-focused-bg,
|
|
19815
|
+
$colorpicker-focused-border,
|
|
19816
|
+
$colorpicker-focused-gradient
|
|
19817
|
+
);
|
|
19818
|
+
@include box-shadow($colorpicker-focused-shadow);
|
|
19544
19819
|
}
|
|
19545
19820
|
|
|
19546
|
-
}
|
|
19547
|
-
|
|
19548
|
-
}
|
|
19549
|
-
|
|
19550
|
-
// #endregion
|
|
19551
|
-
|
|
19552
|
-
@include exports( "colorpicker/theme/material" ) {
|
|
19553
|
-
|
|
19554
|
-
.k-colorpicker {
|
|
19555
|
-
.k-picker-wrap {
|
|
19556
19821
|
|
|
19557
|
-
|
|
19558
|
-
|
|
19559
|
-
|
|
19560
|
-
|
|
19561
|
-
|
|
19562
|
-
color: $colorpicker-select-text;
|
|
19563
|
-
}
|
|
19564
|
-
|
|
19565
|
-
// Hover
|
|
19566
|
-
&:hover,
|
|
19567
|
-
&.k-state-hover {
|
|
19822
|
+
// Invalid state
|
|
19823
|
+
&.k-invalid,
|
|
19824
|
+
&.ng-invalid,
|
|
19825
|
+
&.k-state-invalid {
|
|
19826
|
+
border-color: $invalid-border;
|
|
19568
19827
|
|
|
19569
|
-
|
|
19570
|
-
|
|
19571
|
-
}
|
|
19828
|
+
.k-input-validation-icon {
|
|
19829
|
+
color: $invalid-text;
|
|
19572
19830
|
}
|
|
19573
19831
|
|
|
19574
|
-
|
|
19575
|
-
&.k-state-
|
|
19576
|
-
|
|
19577
|
-
|
|
19578
|
-
.k-select {
|
|
19579
|
-
color: $colorpicker-select-focused-text;
|
|
19580
|
-
}
|
|
19832
|
+
&:focus-within,
|
|
19833
|
+
&.k-state-focus {
|
|
19834
|
+
@include box-shadow($invalid-shadow);
|
|
19581
19835
|
}
|
|
19582
|
-
|
|
19583
19836
|
}
|
|
19584
19837
|
|
|
19585
19838
|
}
|
|
@@ -19588,132 +19841,55 @@ $colorpicker-select-focused-text: $input-text !default;
|
|
|
19588
19841
|
|
|
19589
19842
|
// #endregion
|
|
19590
19843
|
|
|
19844
|
+
// #endregion
|
|
19845
|
+
|
|
19591
19846
|
// #endregion
|
|
19592
19847
|
// #region @import "combobox/_index.scss"; -> packages/material/scss/combobox/_index.scss
|
|
19593
19848
|
// File already imported_once. Skipping output.
|
|
19594
19849
|
// #endregion
|
|
19595
|
-
// #region @import "
|
|
19850
|
+
// #region @import "dateinput/_index.scss"; -> packages/material/scss/dateinput/_index.scss
|
|
19596
19851
|
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
19597
19852
|
// File already imported_once. Skipping output.
|
|
19598
19853
|
// #endregion
|
|
19599
19854
|
|
|
19600
19855
|
|
|
19601
19856
|
// Dependencies
|
|
19602
|
-
// #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
|
|
19603
|
-
// File already imported_once. Skipping output.
|
|
19604
|
-
// #endregion
|
|
19605
|
-
// #region @import "../action-buttons/_index.scss"; -> packages/material/scss/action-buttons/_index.scss
|
|
19606
|
-
// File already imported_once. Skipping output.
|
|
19607
|
-
// #endregion
|
|
19608
19857
|
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
19609
19858
|
// File already imported_once. Skipping output.
|
|
19610
19859
|
// #endregion
|
|
19611
|
-
// #region @import "../floating-label/_index.scss"; -> packages/material/scss/floating-label/_index.scss
|
|
19612
|
-
// File already imported_once. Skipping output.
|
|
19613
|
-
// #endregion
|
|
19614
|
-
// #region @import "../calendar/_index.scss"; -> packages/material/scss/calendar/_index.scss
|
|
19615
|
-
// File already imported_once. Skipping output.
|
|
19616
|
-
// #endregion
|
|
19617
|
-
// #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
|
|
19618
|
-
// File already imported_once. Skipping output.
|
|
19619
|
-
// #endregion
|
|
19620
19860
|
|
|
19621
19861
|
|
|
19622
19862
|
// Component
|
|
19623
|
-
// #region @import "_variables.scss"; -> packages/material/scss/
|
|
19624
|
-
//
|
|
19625
|
-
$time-highlight-size: 1px !default;
|
|
19626
|
-
|
|
19627
|
-
$time-list-title-text: $subtle-text !default;
|
|
19628
|
-
$time-list-title-focus-text: $component-text !default;
|
|
19629
|
-
|
|
19630
|
-
$time-list-highlight-bg: null !default;
|
|
19631
|
-
$time-list-highlight-border: null !default;
|
|
19632
|
-
|
|
19633
|
-
$time-list-focused-bg: null !default;
|
|
19634
|
-
|
|
19635
|
-
$time-header-padding: null !default;
|
|
19636
|
-
$timepicker-header-height: 2em !default;
|
|
19637
|
-
|
|
19638
|
-
$time-list-padding: $padding-y * 5 !default;
|
|
19639
|
-
$time-list-focus-size: 2px !default;
|
|
19640
|
-
$time-list-width: 4em !default;
|
|
19641
|
-
$time-list-height: 200px !default;
|
|
19642
|
-
|
|
19643
|
-
$time-list-item-padding-x: $padding-x !default;
|
|
19644
|
-
$time-list-item-padding-y: $padding-y !default;
|
|
19645
|
-
|
|
19646
|
-
$dateinput-text: $component-text !default;
|
|
19647
|
-
|
|
19648
|
-
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
19649
|
-
|
|
19650
|
-
$datetime-bg: $input-bg !default;
|
|
19651
|
-
$datetime-text: $input-text !default;
|
|
19652
|
-
$datetime-border: $input-border !default;
|
|
19653
|
-
|
|
19654
|
-
$datetime-hovered-bg: $input-hovered-bg !default;
|
|
19655
|
-
$datetime-hovered-text: $input-hovered-text !default;
|
|
19656
|
-
$datetime-hovered-border: $input-hovered-border !default;
|
|
19657
|
-
|
|
19658
|
-
$datetime-focused-bg: $input-focused-bg !default;
|
|
19659
|
-
$datetime-focused-text: $input-focused-text !default;
|
|
19660
|
-
$datetime-focused-border: $input-focused-border !default;
|
|
19661
|
-
$datetime-focused-shadow: $input-focused-shadow !default;
|
|
19662
|
-
|
|
19663
|
-
$datetime-select-bg: null !default;
|
|
19664
|
-
$datetime-select-text: $subtle-text !default;
|
|
19665
|
-
$datetime-select-border: null !default;
|
|
19666
|
-
$datetime-select-gradient: null !default;
|
|
19667
|
-
|
|
19668
|
-
$datetime-select-hovered-bg: null !default;
|
|
19669
|
-
$datetime-select-hovered-text: $input-text !default;
|
|
19670
|
-
$datetime-select-hovered-border: null !default;
|
|
19671
|
-
$datetime-select-hovered-gradient: null !default;
|
|
19672
|
-
|
|
19673
|
-
$datetime-select-pressed-bg: null !default;
|
|
19674
|
-
$datetime-select-pressed-text: $primary !default;
|
|
19675
|
-
$datetime-select-pressed-border: null !default;
|
|
19676
|
-
$datetime-select-pressed-gradient: null !default;
|
|
19863
|
+
// #region @import "_variables.scss"; -> packages/material/scss/dateinput/_variables.scss
|
|
19864
|
+
// Date input
|
|
19677
19865
|
|
|
19678
19866
|
// #endregion
|
|
19679
|
-
// #region @import "_layout.scss"; -> packages/material/scss/
|
|
19680
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
19681
|
-
@include exports("
|
|
19867
|
+
// #region @import "_layout.scss"; -> packages/material/scss/dateinput/_layout.scss
|
|
19868
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss
|
|
19869
|
+
@include exports( "dateinput/layout" ) {
|
|
19682
19870
|
|
|
19683
|
-
//
|
|
19871
|
+
// Date input
|
|
19684
19872
|
.k-dateinput {
|
|
19873
|
+
@include border-radius( $input-border-radius );
|
|
19685
19874
|
width: $input-default-width;
|
|
19686
|
-
border-width:
|
|
19875
|
+
border-width: $input-border-width;
|
|
19876
|
+
border-style: solid;
|
|
19687
19877
|
box-sizing: border-box;
|
|
19688
19878
|
outline: 0;
|
|
19689
|
-
background: none;
|
|
19690
19879
|
font-family: $input-font-family;
|
|
19691
19880
|
font-size: $input-font-size;
|
|
19692
19881
|
line-height: $input-line-height;
|
|
19693
|
-
text-align:
|
|
19882
|
+
text-align: start;
|
|
19694
19883
|
white-space: nowrap;
|
|
19695
19884
|
display: inline-flex;
|
|
19885
|
+
flex-flow: row nowrap;
|
|
19696
19886
|
vertical-align: middle;
|
|
19697
19887
|
position: relative;
|
|
19888
|
+
overflow: hidden;
|
|
19889
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
19698
19890
|
-webkit-touch-callout: none;
|
|
19699
19891
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19700
19892
|
|
|
19701
|
-
.k-dateinput-wrap {
|
|
19702
|
-
@include border-radius( $input-border-radius );
|
|
19703
|
-
padding: 0;
|
|
19704
|
-
width: 100%;
|
|
19705
|
-
border-width: 1px;
|
|
19706
|
-
border-style: solid;
|
|
19707
|
-
box-sizing: border-box;
|
|
19708
|
-
position: relative;
|
|
19709
|
-
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
19710
|
-
cursor: default;
|
|
19711
|
-
outline: 0;
|
|
19712
|
-
display: flex;
|
|
19713
|
-
flex-flow: row nowrap;
|
|
19714
|
-
overflow: hidden;
|
|
19715
|
-
}
|
|
19716
|
-
|
|
19717
19893
|
|
|
19718
19894
|
// Input
|
|
19719
19895
|
.k-input {}
|
|
@@ -19758,129 +19934,177 @@ $datetime-select-pressed-gradient: null !default;
|
|
|
19758
19934
|
}
|
|
19759
19935
|
|
|
19760
19936
|
|
|
19761
|
-
//
|
|
19762
|
-
.k-rtl &,
|
|
19763
|
-
&[dir="rtl"] {
|
|
19764
|
-
text-align: right;
|
|
19765
|
-
}
|
|
19766
|
-
|
|
19767
|
-
|
|
19768
|
-
// Nested dateinput
|
|
19937
|
+
// Nested date input
|
|
19769
19938
|
.k-picker-wrap & {
|
|
19770
19939
|
margin: 0 !important; // sass-lint:disable-line no-important
|
|
19940
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
19771
19941
|
width: 100%;
|
|
19942
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
19943
|
+
border-width: 0; // sass-lint:disable-line no-important
|
|
19944
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
19772
19945
|
flex: 1 1 auto;
|
|
19773
|
-
|
|
19774
|
-
.k-dateinput-wrap {
|
|
19775
|
-
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
19776
|
-
border-width: 0; // sass-lint:disable-line no-important
|
|
19777
|
-
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
19778
|
-
}
|
|
19779
19946
|
}
|
|
19780
19947
|
}
|
|
19781
19948
|
|
|
19949
|
+
}
|
|
19782
19950
|
|
|
19783
|
-
|
|
19784
|
-
.k-datepicker,
|
|
19785
|
-
.k-timepicker {
|
|
19786
|
-
width: $input-default-width;
|
|
19787
|
-
border-width: 0;
|
|
19788
|
-
box-sizing: border-box;
|
|
19789
|
-
outline: 0;
|
|
19790
|
-
font-family: $input-font-family;
|
|
19791
|
-
font-size: $input-font-size;
|
|
19792
|
-
line-height: $input-line-height;
|
|
19793
|
-
white-space: nowrap;
|
|
19794
|
-
background: none;
|
|
19795
|
-
display: inline-flex;
|
|
19796
|
-
vertical-align: middle;
|
|
19797
|
-
position: relative;
|
|
19798
|
-
-webkit-touch-callout: none;
|
|
19799
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19951
|
+
// #endregion
|
|
19800
19952
|
|
|
19801
|
-
|
|
19802
|
-
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
|
|
19815
|
-
|
|
19953
|
+
@include exports( "dateinput/layout/material" ) {
|
|
19954
|
+
|
|
19955
|
+
// Date input
|
|
19956
|
+
.k-dateinput {
|
|
19957
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
19958
|
+
border-width: $input-border-width 0;
|
|
19959
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19960
|
+
}
|
|
19961
|
+
|
|
19962
|
+
}
|
|
19963
|
+
|
|
19964
|
+
// #endregion
|
|
19965
|
+
// #region @import "_theme.scss"; -> packages/material/scss/dateinput/_theme.scss
|
|
19966
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss
|
|
19967
|
+
@include exports( "dateinput/theme" ) {
|
|
19968
|
+
|
|
19969
|
+
.k-dateinput {
|
|
19970
|
+
@include fill(
|
|
19971
|
+
$input-text,
|
|
19972
|
+
$input-bg,
|
|
19973
|
+
$input-border
|
|
19974
|
+
);
|
|
19975
|
+
|
|
19976
|
+
// Hover state
|
|
19977
|
+
&:hover,
|
|
19978
|
+
&.k-state-hover {
|
|
19979
|
+
@include fill(
|
|
19980
|
+
$input-hovered-text,
|
|
19981
|
+
$input-hovered-bg,
|
|
19982
|
+
$input-hovered-border
|
|
19983
|
+
);
|
|
19816
19984
|
}
|
|
19817
19985
|
|
|
19986
|
+
// Focus state
|
|
19987
|
+
&:focus,
|
|
19988
|
+
&.k-state-focus {
|
|
19989
|
+
@include fill(
|
|
19990
|
+
$input-focused-text,
|
|
19991
|
+
$input-focused-bg,
|
|
19992
|
+
$input-focused-border
|
|
19993
|
+
);
|
|
19994
|
+
@include box-shadow( $input-focused-shadow );
|
|
19995
|
+
}
|
|
19996
|
+
&:focus-within {
|
|
19997
|
+
@include fill(
|
|
19998
|
+
$input-focused-text,
|
|
19999
|
+
$input-focused-bg,
|
|
20000
|
+
$input-focused-border
|
|
20001
|
+
);
|
|
20002
|
+
@include box-shadow( $input-focused-shadow );
|
|
20003
|
+
}
|
|
19818
20004
|
|
|
19819
|
-
// Input
|
|
19820
|
-
.k-input {}
|
|
19821
20005
|
|
|
20006
|
+
// Invalid state
|
|
20007
|
+
&.k-invalid,
|
|
20008
|
+
&.ng-invalid,
|
|
20009
|
+
&.k-state-invalid {
|
|
20010
|
+
border-color: $invalid-border;
|
|
19822
20011
|
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
|
|
19827
|
-
|
|
19828
|
-
|
|
19829
|
-
|
|
19830
|
-
|
|
19831
|
-
outline: 0;
|
|
19832
|
-
display: flex;
|
|
19833
|
-
align-items: center;
|
|
19834
|
-
justify-content: center;
|
|
19835
|
-
flex: 0 0 auto;
|
|
19836
|
-
text-align: center;
|
|
19837
|
-
cursor: pointer;
|
|
20012
|
+
.k-input-validation-icon {
|
|
20013
|
+
color: $invalid-text;
|
|
20014
|
+
}
|
|
20015
|
+
|
|
20016
|
+
&:focus-within,
|
|
20017
|
+
&.k-state-focus {
|
|
20018
|
+
@include box-shadow($invalid-shadow);
|
|
20019
|
+
}
|
|
19838
20020
|
}
|
|
19839
20021
|
|
|
19840
20022
|
|
|
19841
|
-
//
|
|
19842
|
-
.k-
|
|
19843
|
-
|
|
19844
|
-
|
|
20023
|
+
// Spinner
|
|
20024
|
+
.k-select {
|
|
20025
|
+
@include fill(
|
|
20026
|
+
$picker-select-text,
|
|
20027
|
+
$picker-select-bg,
|
|
20028
|
+
$picker-select-border,
|
|
20029
|
+
$picker-select-gradient
|
|
20030
|
+
);
|
|
20031
|
+
}
|
|
20032
|
+
.k-link:hover,
|
|
20033
|
+
.k-link.k-state-hover {
|
|
20034
|
+
@include fill(
|
|
20035
|
+
$picker-select-hovered-text,
|
|
20036
|
+
$picker-select-hovered-bg,
|
|
20037
|
+
$picker-select-hovered-border,
|
|
20038
|
+
$picker-select-hovered-gradient
|
|
20039
|
+
);
|
|
20040
|
+
}
|
|
20041
|
+
.k-link:active,
|
|
20042
|
+
.k-link.k-state-active {
|
|
20043
|
+
@include fill(
|
|
20044
|
+
$picker-select-pressed-text,
|
|
20045
|
+
$picker-select-pressed-bg,
|
|
20046
|
+
$picker-select-pressed-border,
|
|
20047
|
+
$picker-select-pressed-gradient
|
|
20048
|
+
);
|
|
19845
20049
|
}
|
|
19846
20050
|
}
|
|
19847
20051
|
|
|
20052
|
+
}
|
|
19848
20053
|
|
|
19849
|
-
|
|
19850
|
-
|
|
20054
|
+
// #endregion
|
|
20055
|
+
|
|
20056
|
+
// #endregion
|
|
20057
|
+
|
|
20058
|
+
// #endregion
|
|
20059
|
+
// #region @import "datepicker/_index.scss"; -> packages/material/scss/datepicker/_index.scss
|
|
20060
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
20061
|
+
// File already imported_once. Skipping output.
|
|
20062
|
+
// #endregion
|
|
20063
|
+
|
|
20064
|
+
|
|
20065
|
+
// Dependencies
|
|
20066
|
+
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
20067
|
+
// File already imported_once. Skipping output.
|
|
20068
|
+
// #endregion
|
|
20069
|
+
// #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
|
|
20070
|
+
// File already imported_once. Skipping output.
|
|
20071
|
+
// #endregion
|
|
20072
|
+
// #region @import "../calendar/_index.scss"; -> packages/material/scss/calendar/_index.scss
|
|
20073
|
+
// File already imported_once. Skipping output.
|
|
20074
|
+
// #endregion
|
|
20075
|
+
|
|
20076
|
+
|
|
20077
|
+
// Component
|
|
20078
|
+
// #region @import "_variables.scss"; -> packages/material/scss/datepicker/_variables.scss
|
|
20079
|
+
// Datepicker
|
|
20080
|
+
|
|
20081
|
+
// #endregion
|
|
20082
|
+
// #region @import "_layout.scss"; -> packages/material/scss/datepicker/_layout.scss
|
|
20083
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss
|
|
20084
|
+
@include exports( "datepicker/layout" ) {
|
|
20085
|
+
|
|
20086
|
+
// Date picker
|
|
20087
|
+
.k-datepicker {
|
|
20088
|
+
@include border-radius( $input-border-radius );
|
|
19851
20089
|
width: $input-default-width;
|
|
19852
|
-
border-width:
|
|
20090
|
+
border-width: $input-border-width;
|
|
20091
|
+
border-style: solid;
|
|
19853
20092
|
box-sizing: border-box;
|
|
19854
20093
|
outline: 0;
|
|
19855
20094
|
font-family: $input-font-family;
|
|
19856
20095
|
font-size: $input-font-size;
|
|
19857
20096
|
line-height: $input-line-height;
|
|
19858
|
-
text-align:
|
|
20097
|
+
text-align: start;
|
|
19859
20098
|
white-space: nowrap;
|
|
19860
|
-
background: none;
|
|
19861
20099
|
display: inline-flex;
|
|
20100
|
+
flex-flow: row nowrap;
|
|
19862
20101
|
vertical-align: middle;
|
|
19863
20102
|
position: relative;
|
|
20103
|
+
overflow: hidden;
|
|
20104
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
19864
20105
|
-webkit-touch-callout: none;
|
|
19865
20106
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19866
20107
|
|
|
19867
|
-
// Wrappers
|
|
19868
|
-
.k-picker-wrap {
|
|
19869
|
-
@include border-radius( $input-border-radius );
|
|
19870
|
-
padding: 0;
|
|
19871
|
-
width: 100%;
|
|
19872
|
-
border-width: 1px;
|
|
19873
|
-
border-style: solid;
|
|
19874
|
-
box-sizing: border-box;
|
|
19875
|
-
display: flex;
|
|
19876
|
-
flex-direction: row;
|
|
19877
|
-
position: relative;
|
|
19878
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
19879
|
-
cursor: default;
|
|
19880
|
-
outline: 0;
|
|
19881
|
-
overflow: hidden;
|
|
19882
|
-
}
|
|
19883
|
-
|
|
19884
20108
|
|
|
19885
20109
|
// Input
|
|
19886
20110
|
.k-input {}
|
|
@@ -19888,712 +20112,588 @@ $datetime-select-pressed-gradient: null !default;
|
|
|
19888
20112
|
|
|
19889
20113
|
// Select
|
|
19890
20114
|
.k-select {
|
|
20115
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
20116
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
19891
20117
|
border-width: 0;
|
|
19892
20118
|
border-inline-start-width: $picker-select-border-width;
|
|
19893
20119
|
border-style: solid;
|
|
19894
20120
|
box-sizing: border-box;
|
|
19895
20121
|
outline: 0;
|
|
19896
20122
|
display: flex;
|
|
19897
|
-
|
|
20123
|
+
flex-flow: row nowrap;
|
|
20124
|
+
align-items: center;
|
|
19898
20125
|
justify-content: center;
|
|
19899
20126
|
flex: 0 0 auto;
|
|
19900
|
-
text-align: center;
|
|
19901
20127
|
cursor: pointer;
|
|
19902
20128
|
}
|
|
19903
|
-
.k-link {
|
|
19904
|
-
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
19905
|
-
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
19906
|
-
height: 100%;
|
|
19907
|
-
border-width: 0;
|
|
19908
|
-
border-style: solid;
|
|
19909
|
-
border-color: inherit;
|
|
19910
|
-
display: flex;
|
|
19911
|
-
align-items: center;
|
|
19912
|
-
justify-content: center;
|
|
19913
|
-
box-sizing: border-box;
|
|
19914
|
-
}
|
|
19915
|
-
|
|
19916
|
-
|
|
19917
|
-
// RTL
|
|
19918
|
-
.k-rtl &,
|
|
19919
|
-
&[dir="rtl"] {
|
|
19920
|
-
text-align: right;
|
|
19921
|
-
}
|
|
19922
20129
|
}
|
|
19923
20130
|
|
|
19924
|
-
|
|
19925
|
-
|
|
19926
|
-
.k-datetime-wrap {
|
|
19927
|
-
width: $datetime-width;
|
|
19928
|
-
overflow: hidden;
|
|
19929
|
-
}
|
|
19930
|
-
|
|
19931
|
-
.k-datetime-buttongroup {
|
|
19932
|
-
padding: $button-padding-x;
|
|
19933
|
-
}
|
|
19934
|
-
|
|
19935
|
-
.k-datetime-selector {
|
|
19936
|
-
display: flex;
|
|
19937
|
-
transition: transform .2s;
|
|
19938
|
-
}
|
|
19939
|
-
|
|
19940
|
-
.k-datetime-calendar-wrap,
|
|
19941
|
-
.k-datetime-time-wrap {
|
|
19942
|
-
text-align: center;
|
|
19943
|
-
flex: 0 0 $datetime-width;
|
|
19944
|
-
}
|
|
19945
|
-
|
|
19946
|
-
.k-timeselector {
|
|
19947
|
-
outline: none;
|
|
19948
|
-
}
|
|
19949
|
-
|
|
19950
|
-
.k-time-list-container {
|
|
19951
|
-
justify-content: center;
|
|
19952
|
-
}
|
|
19953
|
-
|
|
19954
|
-
.k-time-tab {
|
|
20131
|
+
}
|
|
19955
20132
|
|
|
19956
|
-
|
|
19957
|
-
transform: translateX(-100%);
|
|
19958
|
-
}
|
|
19959
|
-
}
|
|
20133
|
+
// #endregion
|
|
19960
20134
|
|
|
19961
|
-
|
|
19962
|
-
&.k-rtl,
|
|
19963
|
-
[dir="rtl"] &,
|
|
19964
|
-
&[dir="rtl"] {
|
|
19965
|
-
.k-time-tab {
|
|
20135
|
+
@include exports( "datepicker/layout/material" ) {
|
|
19966
20136
|
|
|
19967
|
-
|
|
19968
|
-
|
|
19969
|
-
|
|
19970
|
-
|
|
19971
|
-
|
|
20137
|
+
// Date picker
|
|
20138
|
+
.k-datepicker {
|
|
20139
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
20140
|
+
border-width: $input-border-width 0;
|
|
20141
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
19972
20142
|
}
|
|
19973
20143
|
|
|
19974
|
-
|
|
19975
|
-
.k-timeselector {}
|
|
20144
|
+
}
|
|
19976
20145
|
|
|
20146
|
+
// #endregion
|
|
20147
|
+
// #region @import "_theme.scss"; -> packages/material/scss/datepicker/_theme.scss
|
|
20148
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss
|
|
20149
|
+
@include exports( "datepicker/theme" ) {
|
|
19977
20150
|
|
|
19978
|
-
//
|
|
19979
|
-
.k-
|
|
19980
|
-
|
|
19981
|
-
|
|
19982
|
-
|
|
19983
|
-
|
|
19984
|
-
|
|
20151
|
+
// Date picker
|
|
20152
|
+
.k-datepicker {
|
|
20153
|
+
@include fill(
|
|
20154
|
+
$input-text,
|
|
20155
|
+
$input-bg,
|
|
20156
|
+
$input-border
|
|
20157
|
+
);
|
|
19985
20158
|
|
|
19986
|
-
|
|
19987
|
-
|
|
20159
|
+
// Hover state
|
|
20160
|
+
&:hover,
|
|
20161
|
+
&.k-state-hover {
|
|
20162
|
+
@include fill(
|
|
20163
|
+
$input-hovered-text,
|
|
20164
|
+
$input-hovered-bg,
|
|
20165
|
+
$input-hovered-border
|
|
20166
|
+
);
|
|
19988
20167
|
}
|
|
19989
20168
|
|
|
19990
|
-
|
|
19991
|
-
|
|
19992
|
-
|
|
19993
|
-
|
|
20169
|
+
// Focus state
|
|
20170
|
+
&:focus,
|
|
20171
|
+
&.k-state-focus {
|
|
20172
|
+
@include fill(
|
|
20173
|
+
$input-focused-text,
|
|
20174
|
+
$input-focused-bg,
|
|
20175
|
+
$input-focused-border
|
|
20176
|
+
);
|
|
20177
|
+
@include box-shadow( $input-focused-shadow );
|
|
19994
20178
|
}
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
|
|
19999
|
-
|
|
20000
|
-
|
|
20001
|
-
|
|
20002
|
-
overflow-x: hidden;
|
|
20003
|
-
overflow-y: auto;
|
|
20004
|
-
position: relative;
|
|
20005
|
-
padding: $time-list-padding 0;
|
|
20006
|
-
text-align: center;
|
|
20007
|
-
min-width: $time-list-width;
|
|
20008
|
-
height: $time-list-height;
|
|
20009
|
-
flex: 1 1 auto;
|
|
20010
|
-
|
|
20011
|
-
.k-title {
|
|
20012
|
-
display: block;
|
|
20013
|
-
text-align: center;
|
|
20014
|
-
font-size: $font-size-xs;
|
|
20015
|
-
position: absolute;
|
|
20016
|
-
text-transform: capitalize;
|
|
20017
|
-
font-weight: bold;
|
|
20018
|
-
min-width: 100%;
|
|
20019
|
-
height: 1.5em;
|
|
20020
|
-
line-height: 1.5em;
|
|
20021
|
-
margin-top: -$time-list-padding;
|
|
20022
|
-
z-index: 12;
|
|
20179
|
+
&:focus-within {
|
|
20180
|
+
@include fill(
|
|
20181
|
+
$input-focused-text,
|
|
20182
|
+
$input-focused-bg,
|
|
20183
|
+
$input-focused-border
|
|
20184
|
+
);
|
|
20185
|
+
@include box-shadow( $input-focused-shadow );
|
|
20023
20186
|
}
|
|
20024
20187
|
|
|
20025
|
-
&.k-state-focused {
|
|
20026
|
-
&::before,
|
|
20027
|
-
&::after {
|
|
20028
|
-
display: block;
|
|
20029
|
-
content: " ";
|
|
20030
|
-
position: absolute;
|
|
20031
|
-
width: 100%;
|
|
20032
|
-
left: 0;
|
|
20033
|
-
pointer-events: none;
|
|
20034
|
-
height: calc(50% - 1em);
|
|
20035
|
-
box-sizing: border-box;
|
|
20036
|
-
border-width: 0;
|
|
20037
|
-
border-style: solid;
|
|
20038
|
-
}
|
|
20039
20188
|
|
|
20040
|
-
|
|
20041
|
-
|
|
20189
|
+
// Invalid state
|
|
20190
|
+
&.k-invalid,
|
|
20191
|
+
&.ng-invalid,
|
|
20192
|
+
&.k-state-invalid {
|
|
20193
|
+
border-color: $invalid-border;
|
|
20194
|
+
|
|
20195
|
+
.k-input-validation-icon {
|
|
20196
|
+
color: $invalid-text;
|
|
20042
20197
|
}
|
|
20043
20198
|
|
|
20044
|
-
|
|
20045
|
-
|
|
20199
|
+
&:focus-within,
|
|
20200
|
+
&.k-state-focus {
|
|
20201
|
+
@include box-shadow($invalid-shadow);
|
|
20046
20202
|
}
|
|
20047
20203
|
}
|
|
20048
|
-
}
|
|
20049
20204
|
|
|
20050
|
-
.k-time-container {
|
|
20051
|
-
position: absolute;
|
|
20052
|
-
display: block;
|
|
20053
|
-
overflow-x: hidden;
|
|
20054
|
-
overflow-y: scroll;
|
|
20055
|
-
line-height: $line-height;
|
|
20056
|
-
left: 0;
|
|
20057
|
-
right: 0;
|
|
20058
|
-
top: $time-list-padding;
|
|
20059
|
-
bottom: $time-list-padding;
|
|
20060
|
-
|
|
20061
|
-
@include hide-scrollbar("right");
|
|
20062
20205
|
|
|
20063
|
-
|
|
20064
|
-
|
|
20065
|
-
|
|
20066
|
-
|
|
20206
|
+
// Spinner
|
|
20207
|
+
.k-select {
|
|
20208
|
+
@include fill(
|
|
20209
|
+
$picker-select-text,
|
|
20210
|
+
$picker-select-bg,
|
|
20211
|
+
$picker-select-border,
|
|
20212
|
+
$picker-select-gradient
|
|
20213
|
+
);
|
|
20067
20214
|
}
|
|
20068
|
-
|
|
20069
|
-
.k-
|
|
20070
|
-
|
|
20071
|
-
|
|
20072
|
-
|
|
20073
|
-
|
|
20215
|
+
.k-select:hover,
|
|
20216
|
+
.k-select.k-state-hover {
|
|
20217
|
+
@include fill(
|
|
20218
|
+
$picker-select-hovered-text,
|
|
20219
|
+
$picker-select-hovered-bg,
|
|
20220
|
+
$picker-select-hovered-border,
|
|
20221
|
+
$picker-select-hovered-gradient
|
|
20222
|
+
);
|
|
20074
20223
|
}
|
|
20075
|
-
|
|
20076
|
-
|
|
20077
|
-
|
|
20078
|
-
|
|
20079
|
-
|
|
20080
|
-
|
|
20081
|
-
|
|
20082
|
-
|
|
20083
|
-
position: absolute;
|
|
20084
|
-
display: flex;
|
|
20085
|
-
z-index: 10;
|
|
20086
|
-
outline: 0;
|
|
20087
|
-
bottom: 0;
|
|
20088
|
-
right: 0;
|
|
20089
|
-
left: 0;
|
|
20090
|
-
top: 0;
|
|
20091
|
-
|
|
20092
|
-
&::before,
|
|
20093
|
-
&::after {
|
|
20094
|
-
display: block;
|
|
20095
|
-
position: absolute;
|
|
20096
|
-
content: " ";
|
|
20097
|
-
height: 0;
|
|
20098
|
-
line-height: 0;
|
|
20099
|
-
z-index: 1;
|
|
20100
|
-
width: 200%;
|
|
20101
|
-
left: -50%;
|
|
20224
|
+
.k-select:active,
|
|
20225
|
+
.k-select.k-state-active {
|
|
20226
|
+
@include fill(
|
|
20227
|
+
$picker-select-pressed-text,
|
|
20228
|
+
$picker-select-pressed-bg,
|
|
20229
|
+
$picker-select-pressed-border,
|
|
20230
|
+
$picker-select-pressed-gradient
|
|
20231
|
+
);
|
|
20102
20232
|
}
|
|
20103
|
-
|
|
20104
|
-
&::before { top: 0; }
|
|
20105
|
-
&::after { bottom: 0; }
|
|
20106
20233
|
}
|
|
20107
20234
|
|
|
20108
|
-
|
|
20109
|
-
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
20110
|
-
min-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
20111
|
-
line-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
20112
|
-
}
|
|
20235
|
+
}
|
|
20113
20236
|
|
|
20114
|
-
|
|
20115
|
-
position: absolute;
|
|
20116
|
-
top: 50%;
|
|
20117
|
-
left: 0;
|
|
20118
|
-
right: 0;
|
|
20119
|
-
transform: translateY(-50%);
|
|
20120
|
-
width: 100%;
|
|
20121
|
-
height: $button-inner-calc-size;
|
|
20122
|
-
z-index: 1;
|
|
20123
|
-
border-width: $time-highlight-size 0;
|
|
20124
|
-
border-style: solid;
|
|
20125
|
-
}
|
|
20237
|
+
// #endregion
|
|
20126
20238
|
|
|
20127
|
-
|
|
20128
|
-
|
|
20129
|
-
|
|
20130
|
-
|
|
20131
|
-
|
|
20132
|
-
|
|
20239
|
+
// #endregion
|
|
20240
|
+
|
|
20241
|
+
// #endregion
|
|
20242
|
+
// #region @import "timepicker/_index.scss"; -> packages/material/scss/timepicker/_index.scss
|
|
20243
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
20244
|
+
// File already imported_once. Skipping output.
|
|
20245
|
+
// #endregion
|
|
20133
20246
|
|
|
20134
|
-
.k-time-separator {
|
|
20135
|
-
width: 0;
|
|
20136
|
-
height: 100%;
|
|
20137
|
-
display: inline-flex;
|
|
20138
|
-
align-self: center;
|
|
20139
|
-
justify-content: center;
|
|
20140
|
-
z-index: 11;
|
|
20141
|
-
}
|
|
20142
|
-
}
|
|
20143
20247
|
|
|
20248
|
+
// Dependencies
|
|
20249
|
+
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
20250
|
+
// File already imported_once. Skipping output.
|
|
20251
|
+
// #endregion
|
|
20252
|
+
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
20253
|
+
// File already imported_once. Skipping output.
|
|
20254
|
+
// #endregion
|
|
20255
|
+
// #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
|
|
20256
|
+
// File already imported_once. Skipping output.
|
|
20257
|
+
// #endregion
|
|
20258
|
+
// #region @import "../list/_index.scss"; -> packages/material/scss/list/_index.scss
|
|
20259
|
+
// File already imported_once. Skipping output.
|
|
20260
|
+
// #endregion
|
|
20261
|
+
// #region @import "../timeselector/_index.scss"; -> packages/material/scss/timeselector/_index.scss
|
|
20262
|
+
// File already imported_once. Skipping output.
|
|
20144
20263
|
// #endregion
|
|
20145
20264
|
|
|
20146
|
-
@include exports("datetime/layout/material") {
|
|
20147
|
-
|
|
20148
|
-
// Common
|
|
20149
|
-
.k-datepicker,
|
|
20150
|
-
.k-datetimepicker,
|
|
20151
|
-
.k-timepicker {
|
|
20152
|
-
|
|
20153
|
-
// Wrapper
|
|
20154
|
-
.k-picker-wrap {
|
|
20155
|
-
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
20156
|
-
border-width: $input-border-width 0;
|
|
20157
|
-
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
20158
|
-
}
|
|
20159
|
-
}
|
|
20160
|
-
|
|
20161
20265
|
|
|
20162
|
-
|
|
20163
|
-
|
|
20266
|
+
// Component
|
|
20267
|
+
// #region @import "_variables.scss"; -> packages/material/scss/timepicker/_variables.scss
|
|
20268
|
+
// Time picker
|
|
20164
20269
|
|
|
20165
|
-
|
|
20166
|
-
|
|
20167
|
-
|
|
20168
|
-
|
|
20169
|
-
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
20170
|
-
}
|
|
20171
|
-
}
|
|
20270
|
+
// #endregion
|
|
20271
|
+
// #region @import "_layout.scss"; -> packages/material/scss/timepicker/_layout.scss
|
|
20272
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss
|
|
20273
|
+
@include exports( "timepicker/layout" ) {
|
|
20172
20274
|
|
|
20173
|
-
|
|
20174
|
-
.k-
|
|
20175
|
-
|
|
20176
|
-
|
|
20275
|
+
// Time picker
|
|
20276
|
+
.k-timepicker {
|
|
20277
|
+
@include border-radius( $input-border-radius );
|
|
20278
|
+
width: $input-default-width;
|
|
20279
|
+
border-width: $input-border-width;
|
|
20280
|
+
border-style: solid;
|
|
20281
|
+
box-sizing: border-box;
|
|
20282
|
+
outline: 0;
|
|
20283
|
+
font-family: $input-font-family;
|
|
20284
|
+
font-size: $input-font-size;
|
|
20285
|
+
line-height: $input-line-height;
|
|
20286
|
+
text-align: start;
|
|
20287
|
+
white-space: nowrap;
|
|
20288
|
+
display: inline-flex;
|
|
20289
|
+
flex-flow: row nowrap;
|
|
20290
|
+
vertical-align: middle;
|
|
20291
|
+
position: relative;
|
|
20292
|
+
overflow: hidden;
|
|
20293
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20294
|
+
-webkit-touch-callout: none;
|
|
20295
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20177
20296
|
|
|
20178
|
-
.k-title {
|
|
20179
|
-
font-weight: bold;
|
|
20180
|
-
}
|
|
20181
20297
|
|
|
20182
|
-
|
|
20183
|
-
|
|
20184
|
-
text-transform: uppercase;
|
|
20185
|
-
font-weight: bold;
|
|
20186
|
-
padding: 0;
|
|
20187
|
-
min-width: auto;
|
|
20188
|
-
}
|
|
20189
|
-
}
|
|
20298
|
+
// Input
|
|
20299
|
+
.k-input {}
|
|
20190
20300
|
|
|
20191
|
-
.k-time-list-wrapper {
|
|
20192
|
-
.k-title {
|
|
20193
|
-
text-transform: uppercase;
|
|
20194
|
-
z-index: 99;
|
|
20195
|
-
}
|
|
20196
|
-
}
|
|
20197
20301
|
|
|
20198
|
-
|
|
20199
|
-
|
|
20200
|
-
|
|
20201
|
-
|
|
20302
|
+
// Select
|
|
20303
|
+
.k-select {
|
|
20304
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
20305
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
20306
|
+
border-width: 0;
|
|
20307
|
+
border-inline-start-width: $picker-select-border-width;
|
|
20308
|
+
border-style: solid;
|
|
20309
|
+
box-sizing: border-box;
|
|
20310
|
+
outline: 0;
|
|
20311
|
+
display: flex;
|
|
20312
|
+
flex-flow: row nowrap;
|
|
20313
|
+
align-items: center;
|
|
20314
|
+
justify-content: center;
|
|
20315
|
+
flex: 0 0 auto;
|
|
20316
|
+
cursor: pointer;
|
|
20202
20317
|
}
|
|
20203
|
-
|
|
20204
20318
|
}
|
|
20205
20319
|
|
|
20206
20320
|
}
|
|
20207
20321
|
|
|
20208
20322
|
// #endregion
|
|
20209
|
-
// #region @import "_theme.scss"; -> packages/material/scss/datetime/_theme.scss
|
|
20210
|
-
// #region @import "~@progress/kendo-theme-default/scss/datetime/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/datetime/_theme.scss
|
|
20211
|
-
@include exports("datetime/theme") {
|
|
20212
|
-
|
|
20213
|
-
// Common
|
|
20214
|
-
.k-datepicker,
|
|
20215
|
-
.k-timepicker,
|
|
20216
|
-
.k-datetimepicker,
|
|
20217
|
-
.k-dateinput {
|
|
20218
20323
|
|
|
20219
|
-
|
|
20220
|
-
@include fill(
|
|
20221
|
-
$datetime-select-text,
|
|
20222
|
-
$datetime-select-bg,
|
|
20223
|
-
$datetime-select-border,
|
|
20224
|
-
$datetime-select-gradient
|
|
20225
|
-
);
|
|
20226
|
-
}
|
|
20324
|
+
@include exports("timepicker/layout/material") {
|
|
20227
20325
|
|
|
20228
|
-
|
|
20229
|
-
|
|
20230
|
-
|
|
20326
|
+
// Time picker
|
|
20327
|
+
.k-timepicker {
|
|
20328
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
20329
|
+
border-width: $input-border-width 0;
|
|
20330
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
20231
20331
|
}
|
|
20232
20332
|
|
|
20333
|
+
}
|
|
20334
|
+
|
|
20335
|
+
// #endregion
|
|
20336
|
+
// #region @import "_theme.scss"; -> packages/material/scss/timepicker/_theme.scss
|
|
20337
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss
|
|
20338
|
+
@include exports( "timepicker/theme" ) {
|
|
20233
20339
|
|
|
20234
|
-
|
|
20235
|
-
.k-timepicker
|
|
20236
|
-
.k-datetimepicker .k-picker-wrap,
|
|
20237
|
-
.k-dateinput .k-dateinput-wrap {
|
|
20340
|
+
// Time picker
|
|
20341
|
+
.k-timepicker {
|
|
20238
20342
|
@include fill(
|
|
20239
|
-
$
|
|
20240
|
-
$
|
|
20241
|
-
$
|
|
20343
|
+
$input-text,
|
|
20344
|
+
$input-bg,
|
|
20345
|
+
$input-border
|
|
20242
20346
|
);
|
|
20243
20347
|
|
|
20244
|
-
//
|
|
20348
|
+
// Hover state
|
|
20245
20349
|
&:hover,
|
|
20246
20350
|
&.k-state-hover {
|
|
20247
20351
|
@include fill(
|
|
20248
|
-
$
|
|
20249
|
-
$
|
|
20250
|
-
$
|
|
20352
|
+
$input-hovered-text,
|
|
20353
|
+
$input-hovered-bg,
|
|
20354
|
+
$input-hovered-border
|
|
20251
20355
|
);
|
|
20252
20356
|
}
|
|
20253
20357
|
|
|
20254
|
-
//
|
|
20255
|
-
|
|
20256
|
-
&.k-state-
|
|
20358
|
+
// Focus state
|
|
20359
|
+
&:focus,
|
|
20360
|
+
&.k-state-focus {
|
|
20257
20361
|
@include fill(
|
|
20258
|
-
$
|
|
20259
|
-
$
|
|
20260
|
-
$
|
|
20362
|
+
$input-focused-text,
|
|
20363
|
+
$input-focused-bg,
|
|
20364
|
+
$input-focused-border
|
|
20261
20365
|
);
|
|
20262
|
-
@include box-shadow($
|
|
20366
|
+
@include box-shadow( $input-focused-shadow );
|
|
20263
20367
|
}
|
|
20264
|
-
|
|
20265
|
-
|
|
20266
|
-
.k-datepicker,
|
|
20267
|
-
.k-timepicker {
|
|
20268
|
-
|
|
20269
|
-
.k-select:hover,
|
|
20270
|
-
.k-select.k-state-hover {
|
|
20368
|
+
&:focus-within {
|
|
20271
20369
|
@include fill(
|
|
20272
|
-
$
|
|
20273
|
-
$
|
|
20274
|
-
$
|
|
20275
|
-
$datetime-select-hovered-gradient
|
|
20370
|
+
$input-focused-text,
|
|
20371
|
+
$input-focused-bg,
|
|
20372
|
+
$input-focused-border
|
|
20276
20373
|
);
|
|
20374
|
+
@include box-shadow( $input-focused-shadow );
|
|
20277
20375
|
}
|
|
20278
|
-
}
|
|
20279
20376
|
|
|
20280
20377
|
|
|
20281
|
-
|
|
20282
|
-
|
|
20378
|
+
// Invalid state
|
|
20379
|
+
&.k-invalid,
|
|
20380
|
+
&.ng-invalid,
|
|
20381
|
+
&.k-state-invalid {
|
|
20382
|
+
border-color: $invalid-border;
|
|
20283
20383
|
|
|
20284
|
-
|
|
20285
|
-
|
|
20384
|
+
.k-input-validation-icon {
|
|
20385
|
+
color: $invalid-text;
|
|
20386
|
+
}
|
|
20387
|
+
|
|
20388
|
+
&:focus-within,
|
|
20389
|
+
&.k-state-focus {
|
|
20390
|
+
@include box-shadow($invalid-shadow);
|
|
20391
|
+
}
|
|
20392
|
+
}
|
|
20393
|
+
|
|
20394
|
+
|
|
20395
|
+
// Spinner
|
|
20396
|
+
.k-select {
|
|
20286
20397
|
@include fill(
|
|
20287
|
-
$
|
|
20288
|
-
$
|
|
20289
|
-
$
|
|
20290
|
-
$
|
|
20398
|
+
$picker-select-text,
|
|
20399
|
+
$picker-select-bg,
|
|
20400
|
+
$picker-select-border,
|
|
20401
|
+
$picker-select-gradient
|
|
20291
20402
|
);
|
|
20292
20403
|
}
|
|
20293
|
-
|
|
20294
|
-
.k-
|
|
20295
|
-
|
|
20296
|
-
|
|
20404
|
+
.k-select:hover,
|
|
20405
|
+
.k-select.k-state-hover {
|
|
20406
|
+
@include fill(
|
|
20407
|
+
$picker-select-hovered-text,
|
|
20408
|
+
$picker-select-hovered-bg,
|
|
20409
|
+
$picker-select-hovered-border,
|
|
20410
|
+
$picker-select-hovered-gradient
|
|
20411
|
+
);
|
|
20412
|
+
}
|
|
20413
|
+
.k-select:active,
|
|
20414
|
+
.k-select.k-state-active {
|
|
20297
20415
|
@include fill(
|
|
20298
|
-
$
|
|
20299
|
-
$
|
|
20300
|
-
$
|
|
20301
|
-
$
|
|
20416
|
+
$picker-select-pressed-text,
|
|
20417
|
+
$picker-select-pressed-bg,
|
|
20418
|
+
$picker-select-pressed-border,
|
|
20419
|
+
$picker-select-pressed-gradient
|
|
20302
20420
|
);
|
|
20303
20421
|
}
|
|
20304
20422
|
}
|
|
20305
20423
|
|
|
20424
|
+
}
|
|
20306
20425
|
|
|
20307
|
-
|
|
20308
|
-
.k-timepicker {}
|
|
20426
|
+
// #endregion
|
|
20309
20427
|
|
|
20428
|
+
// #endregion
|
|
20310
20429
|
|
|
20311
|
-
|
|
20312
|
-
|
|
20430
|
+
// #endregion
|
|
20431
|
+
// #region @import "datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
20432
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
20433
|
+
// File already imported_once. Skipping output.
|
|
20434
|
+
// #endregion
|
|
20313
20435
|
|
|
20314
|
-
.k-time-now {
|
|
20315
|
-
color: $link-text;
|
|
20316
|
-
background: transparent;
|
|
20317
20436
|
|
|
20318
|
-
|
|
20319
|
-
|
|
20320
|
-
|
|
20321
|
-
|
|
20322
|
-
|
|
20323
|
-
|
|
20437
|
+
// Dependencies
|
|
20438
|
+
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
20439
|
+
// File already imported_once. Skipping output.
|
|
20440
|
+
// #endregion
|
|
20441
|
+
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
20442
|
+
// File already imported_once. Skipping output.
|
|
20443
|
+
// #endregion
|
|
20444
|
+
// #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
|
|
20445
|
+
// File already imported_once. Skipping output.
|
|
20446
|
+
// #endregion
|
|
20447
|
+
// #region @import "../list/_index.scss"; -> packages/material/scss/list/_index.scss
|
|
20448
|
+
// File already imported_once. Skipping output.
|
|
20449
|
+
// #endregion
|
|
20450
|
+
// #region @import "../calendar/_index.scss"; -> packages/material/scss/calendar/_index.scss
|
|
20451
|
+
// File already imported_once. Skipping output.
|
|
20452
|
+
// #endregion
|
|
20453
|
+
// #region @import "../timeselector/_index.scss"; -> packages/material/scss/timeselector/_index.scss
|
|
20454
|
+
// File already imported_once. Skipping output.
|
|
20455
|
+
// #endregion
|
|
20456
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/material/scss/action-buttons/_index.scss
|
|
20457
|
+
// File already imported_once. Skipping output.
|
|
20458
|
+
// #endregion
|
|
20324
20459
|
|
|
20325
20460
|
|
|
20326
|
-
|
|
20327
|
-
|
|
20461
|
+
// Component
|
|
20462
|
+
// #region @import "_variables.scss"; -> packages/material/scss/datetimepicker/_variables.scss
|
|
20463
|
+
// DateTime
|
|
20464
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
20328
20465
|
|
|
20329
|
-
|
|
20330
|
-
|
|
20331
|
-
|
|
20466
|
+
// #endregion
|
|
20467
|
+
// #region @import "_layout.scss"; -> packages/material/scss/datetimepicker/_layout.scss
|
|
20468
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss
|
|
20469
|
+
@include exports( "datetimepicker/layout" ) {
|
|
20332
20470
|
|
|
20333
|
-
|
|
20334
|
-
|
|
20335
|
-
|
|
20336
|
-
|
|
20471
|
+
// Datetime picker
|
|
20472
|
+
.k-datetimepicker {
|
|
20473
|
+
@include border-radius( $input-border-radius );
|
|
20474
|
+
width: $input-default-width;
|
|
20475
|
+
border-width: $input-border-width;
|
|
20476
|
+
border-style: solid;
|
|
20477
|
+
box-sizing: border-box;
|
|
20478
|
+
outline: 0;
|
|
20479
|
+
font-family: $input-font-family;
|
|
20480
|
+
font-size: $input-font-size;
|
|
20481
|
+
line-height: $input-line-height;
|
|
20482
|
+
text-align: start;
|
|
20483
|
+
white-space: nowrap;
|
|
20484
|
+
display: inline-flex;
|
|
20485
|
+
flex-flow: row nowrap;
|
|
20486
|
+
vertical-align: middle;
|
|
20487
|
+
position: relative;
|
|
20488
|
+
overflow: hidden;
|
|
20489
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20490
|
+
-webkit-touch-callout: none;
|
|
20491
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20337
20492
|
|
|
20338
|
-
&::before,
|
|
20339
|
-
&::after {
|
|
20340
|
-
background-color: $time-list-focused-bg;
|
|
20341
|
-
}
|
|
20342
|
-
}
|
|
20343
|
-
}
|
|
20344
20493
|
|
|
20345
|
-
|
|
20346
|
-
|
|
20347
|
-
&::after {
|
|
20348
|
-
$shadow-size: 3em;
|
|
20349
|
-
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $popup-bg;
|
|
20350
|
-
}
|
|
20494
|
+
// Input
|
|
20495
|
+
.k-input {}
|
|
20351
20496
|
|
|
20352
|
-
.k-item:hover {
|
|
20353
|
-
color: $primary;
|
|
20354
|
-
}
|
|
20355
|
-
}
|
|
20356
20497
|
|
|
20357
|
-
|
|
20358
|
-
|
|
20498
|
+
// Select
|
|
20499
|
+
.k-select {
|
|
20500
|
+
border-width: 0;
|
|
20501
|
+
border-inline-start-width: $picker-select-border-width;
|
|
20502
|
+
border-style: solid;
|
|
20503
|
+
box-sizing: border-box;
|
|
20504
|
+
outline: 0;
|
|
20505
|
+
display: flex;
|
|
20506
|
+
align-items: stretch;
|
|
20507
|
+
justify-content: center;
|
|
20508
|
+
flex: 0 0 auto;
|
|
20509
|
+
text-align: center;
|
|
20510
|
+
cursor: pointer;
|
|
20511
|
+
}
|
|
20512
|
+
.k-link {
|
|
20513
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
20514
|
+
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
20515
|
+
height: 100%;
|
|
20516
|
+
border-width: 0;
|
|
20517
|
+
border-style: solid;
|
|
20518
|
+
border-color: inherit;
|
|
20519
|
+
display: flex;
|
|
20520
|
+
align-items: center;
|
|
20521
|
+
justify-content: center;
|
|
20522
|
+
box-sizing: border-box;
|
|
20523
|
+
}
|
|
20359
20524
|
}
|
|
20360
20525
|
|
|
20361
|
-
.k-time-highlight {
|
|
20362
|
-
@include fill(
|
|
20363
|
-
$bg: $time-list-highlight-bg,
|
|
20364
|
-
$border: $time-list-highlight-border
|
|
20365
|
-
);
|
|
20366
|
-
}
|
|
20367
20526
|
|
|
20527
|
+
// Datetime popup
|
|
20528
|
+
.k-datetime-popup,
|
|
20368
20529
|
.k-datetime-container {
|
|
20369
|
-
.k-date-tab {
|
|
20370
20530
|
|
|
20371
|
-
|
|
20531
|
+
// Wrap
|
|
20532
|
+
.k-datetime-wrap {
|
|
20533
|
+
width: $datetime-width;
|
|
20534
|
+
overflow: hidden;
|
|
20535
|
+
}
|
|
20536
|
+
.k-date-tab {
|
|
20372
20537
|
.k-datetime-selector {
|
|
20373
|
-
|
|
20538
|
+
transform: translateX(0);
|
|
20374
20539
|
}
|
|
20375
20540
|
}
|
|
20376
|
-
|
|
20377
|
-
|
|
20378
|
-
|
|
20379
|
-
.k-datetimepicker,
|
|
20380
|
-
.k-timepicker {
|
|
20381
|
-
.k-picker-wrap {
|
|
20382
|
-
// Invalid
|
|
20383
|
-
&.k-invalid,
|
|
20384
|
-
&.k-state-invalid {
|
|
20385
|
-
border-color: $invalid-border;
|
|
20386
|
-
|
|
20387
|
-
.k-input-validation-icon {
|
|
20388
|
-
color: $invalid-text;
|
|
20389
|
-
}
|
|
20390
|
-
|
|
20391
|
-
&:focus,
|
|
20392
|
-
&.k-state-focused {
|
|
20393
|
-
@include box-shadow($invalid-shadow);
|
|
20394
|
-
}
|
|
20541
|
+
.k-time-tab {
|
|
20542
|
+
.k-datetime-selector {
|
|
20543
|
+
transform: translateX(-100%);
|
|
20395
20544
|
}
|
|
20396
20545
|
}
|
|
20397
|
-
// Invalid
|
|
20398
|
-
&.k-state-invalid,
|
|
20399
|
-
&.ng-invalid.ng-touched,
|
|
20400
|
-
&.ng-invalid.ng-dirty {
|
|
20401
|
-
.k-picker-wrap {
|
|
20402
|
-
border-color: $invalid-border;
|
|
20403
|
-
|
|
20404
|
-
.k-input-validation-icon {
|
|
20405
|
-
color: $invalid-text;
|
|
20406
|
-
}
|
|
20407
20546
|
|
|
20408
|
-
|
|
20409
|
-
|
|
20410
|
-
|
|
20411
|
-
}
|
|
20412
|
-
}
|
|
20547
|
+
// Datetime button group
|
|
20548
|
+
.k-datetime-buttongroup {
|
|
20549
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
20413
20550
|
}
|
|
20414
|
-
}
|
|
20415
|
-
.k-dateinput {
|
|
20416
|
-
.k-dateinput-wrap {
|
|
20417
|
-
// Invalid
|
|
20418
|
-
&.k-invalid,
|
|
20419
|
-
&.k-state-invalid {
|
|
20420
|
-
border-color: $invalid-border;
|
|
20421
|
-
|
|
20422
|
-
.k-input-validation-icon {
|
|
20423
|
-
color: $invalid-text;
|
|
20424
|
-
}
|
|
20425
20551
|
|
|
20426
|
-
|
|
20427
|
-
|
|
20428
|
-
|
|
20429
|
-
|
|
20430
|
-
}
|
|
20552
|
+
// Datetime selector
|
|
20553
|
+
.k-datetime-selector {
|
|
20554
|
+
display: flex;
|
|
20555
|
+
transition: transform .2s;
|
|
20431
20556
|
}
|
|
20432
|
-
// Invalid
|
|
20433
|
-
&.k-state-invalid,
|
|
20434
|
-
&.ng-invalid.ng-touched,
|
|
20435
|
-
&.ng-invalid.ng-dirty {
|
|
20436
|
-
.k-dateinput-wrap {
|
|
20437
|
-
border-color: $invalid-border;
|
|
20438
|
-
|
|
20439
|
-
.k-input-validation-icon {
|
|
20440
|
-
color: $invalid-text;
|
|
20441
|
-
}
|
|
20442
20557
|
|
|
20443
|
-
|
|
20444
|
-
|
|
20445
|
-
|
|
20446
|
-
|
|
20447
|
-
|
|
20558
|
+
// Inner wraps
|
|
20559
|
+
.k-datetime-calendar-wrap,
|
|
20560
|
+
.k-datetime-time-wrap {
|
|
20561
|
+
text-align: center;
|
|
20562
|
+
flex: 0 0 $datetime-width;
|
|
20448
20563
|
}
|
|
20449
|
-
}
|
|
20450
20564
|
|
|
20451
|
-
|
|
20452
|
-
|
|
20453
|
-
|
|
20454
|
-
.k-picker-wrap {
|
|
20455
|
-
@include fill(
|
|
20456
|
-
$datetime-hovered-text,
|
|
20457
|
-
$datetime-hovered-bg,
|
|
20458
|
-
$datetime-hovered-border
|
|
20459
|
-
);
|
|
20460
|
-
}
|
|
20565
|
+
// Calendar
|
|
20566
|
+
.k-datetime-calendar-wrap .k-calendar {
|
|
20567
|
+
border-width: 0;
|
|
20461
20568
|
}
|
|
20462
20569
|
|
|
20463
|
-
|
|
20464
|
-
|
|
20465
|
-
|
|
20466
|
-
$datetime-focused-text,
|
|
20467
|
-
$datetime-focused-bg,
|
|
20468
|
-
$datetime-focused-border
|
|
20469
|
-
);
|
|
20470
|
-
@include box-shadow($datetime-focused-shadow);
|
|
20471
|
-
}
|
|
20570
|
+
// Time
|
|
20571
|
+
.k-datetime-time-wrap .k-timeselector {
|
|
20572
|
+
border-width: 0;
|
|
20472
20573
|
}
|
|
20473
20574
|
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
|
|
20575
|
+
.k-rtl &,
|
|
20576
|
+
&.k-rtl,
|
|
20577
|
+
[dir="rtl"] &,
|
|
20578
|
+
&[dir="rtl"] {
|
|
20579
|
+
.k-time-tab {
|
|
20477
20580
|
|
|
20478
|
-
.k-
|
|
20479
|
-
|
|
20581
|
+
.k-datetime-selector {
|
|
20582
|
+
transform: translateX(100%);
|
|
20480
20583
|
}
|
|
20481
20584
|
}
|
|
20482
20585
|
}
|
|
20483
|
-
|
|
20484
|
-
&.k-invalid.k-state-focus {
|
|
20485
|
-
.k-picker-wrap {
|
|
20486
|
-
@include box-shadow($invalid-shadow);
|
|
20487
|
-
}
|
|
20488
|
-
}
|
|
20489
20586
|
}
|
|
20490
20587
|
|
|
20491
|
-
|
|
20492
|
-
.k-daterangepicker {
|
|
20493
|
-
&.k-state-hover {
|
|
20494
|
-
.k-dateinput-wrap {
|
|
20495
|
-
@include fill(
|
|
20496
|
-
$datetime-hovered-text,
|
|
20497
|
-
$datetime-hovered-bg,
|
|
20498
|
-
$datetime-hovered-border
|
|
20499
|
-
);
|
|
20500
|
-
}
|
|
20501
|
-
}
|
|
20502
|
-
|
|
20503
|
-
&.k-state-focus {
|
|
20504
|
-
.k-dateinput-wrap {
|
|
20505
|
-
@include fill(
|
|
20506
|
-
$datetime-focused-text,
|
|
20507
|
-
$datetime-focused-bg,
|
|
20508
|
-
$datetime-focused-border
|
|
20509
|
-
);
|
|
20510
|
-
@include box-shadow($datetime-focused-shadow);
|
|
20511
|
-
}
|
|
20512
|
-
}
|
|
20588
|
+
}
|
|
20513
20589
|
|
|
20514
|
-
|
|
20515
|
-
.k-dateinput-wrap {
|
|
20516
|
-
border-color: $invalid-border;
|
|
20590
|
+
// #endregion
|
|
20517
20591
|
|
|
20518
|
-
|
|
20519
|
-
color: $invalid-text;
|
|
20520
|
-
}
|
|
20521
|
-
}
|
|
20522
|
-
}
|
|
20592
|
+
@include exports( "datetimepicker/layout/material" ) {
|
|
20523
20593
|
|
|
20524
|
-
|
|
20525
|
-
|
|
20526
|
-
|
|
20527
|
-
|
|
20528
|
-
|
|
20594
|
+
// Datetime picker
|
|
20595
|
+
.k-datetimepicker {
|
|
20596
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
20597
|
+
border-width: $input-border-width 0;
|
|
20598
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
20529
20599
|
}
|
|
20530
20600
|
|
|
20531
20601
|
}
|
|
20532
20602
|
|
|
20533
20603
|
// #endregion
|
|
20604
|
+
// #region @import "_theme.scss"; -> packages/material/scss/datetimepicker/_theme.scss
|
|
20605
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss
|
|
20606
|
+
@include exports( "datetimepicker/theme" ) {
|
|
20534
20607
|
|
|
20535
|
-
|
|
20536
|
-
|
|
20537
|
-
|
|
20538
|
-
|
|
20539
|
-
|
|
20540
|
-
|
|
20541
|
-
|
|
20542
|
-
border-color: inherit;
|
|
20543
|
-
}
|
|
20608
|
+
// Datetime picker
|
|
20609
|
+
.k-datetimepicker {
|
|
20610
|
+
@include fill(
|
|
20611
|
+
$input-text,
|
|
20612
|
+
$input-bg,
|
|
20613
|
+
$input-border
|
|
20614
|
+
);
|
|
20544
20615
|
|
|
20545
|
-
|
|
20546
|
-
|
|
20547
|
-
|
|
20616
|
+
// Hover state
|
|
20617
|
+
&:hover,
|
|
20618
|
+
&.k-state-hover {
|
|
20619
|
+
@include fill(
|
|
20620
|
+
$input-hovered-text,
|
|
20621
|
+
$input-hovered-bg,
|
|
20622
|
+
$input-hovered-border
|
|
20623
|
+
);
|
|
20624
|
+
}
|
|
20548
20625
|
|
|
20549
|
-
|
|
20550
|
-
|
|
20551
|
-
|
|
20552
|
-
|
|
20553
|
-
|
|
20626
|
+
// Focus state
|
|
20627
|
+
&:focus,
|
|
20628
|
+
&.k-state-focus {
|
|
20629
|
+
@include fill(
|
|
20630
|
+
$input-focused-text,
|
|
20631
|
+
$input-focused-bg,
|
|
20632
|
+
$input-focused-border
|
|
20633
|
+
);
|
|
20634
|
+
@include box-shadow( $input-focused-shadow );
|
|
20635
|
+
}
|
|
20636
|
+
&:focus-within {
|
|
20637
|
+
@include fill(
|
|
20638
|
+
$input-focused-text,
|
|
20639
|
+
$input-focused-bg,
|
|
20640
|
+
$input-focused-border
|
|
20641
|
+
);
|
|
20642
|
+
@include box-shadow( $input-focused-shadow );
|
|
20554
20643
|
}
|
|
20555
20644
|
|
|
20556
|
-
.k-time-list-wrapper {
|
|
20557
20645
|
|
|
20558
|
-
|
|
20559
|
-
|
|
20560
|
-
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
|
-
$node-hovered-border,
|
|
20564
|
-
$node-hovered-gradient
|
|
20565
|
-
);
|
|
20566
|
-
}
|
|
20646
|
+
// Invalid state
|
|
20647
|
+
&.k-invalid,
|
|
20648
|
+
&.ng-invalid,
|
|
20649
|
+
&.k-state-invalid {
|
|
20650
|
+
border-color: $invalid-border;
|
|
20567
20651
|
|
|
20568
|
-
|
|
20569
|
-
|
|
20570
|
-
$shadow-size: 3em;
|
|
20571
|
-
box-shadow: 0 0 $shadow-size ($shadow-size) $popup-bg;
|
|
20572
|
-
}
|
|
20652
|
+
.k-input-validation-icon {
|
|
20653
|
+
color: $invalid-text;
|
|
20573
20654
|
}
|
|
20574
|
-
}
|
|
20575
|
-
}
|
|
20576
20655
|
|
|
20577
|
-
|
|
20578
|
-
|
|
20579
|
-
|
|
20656
|
+
&:focus-within,
|
|
20657
|
+
&.k-state-focus {
|
|
20658
|
+
@include box-shadow($invalid-shadow);
|
|
20659
|
+
}
|
|
20660
|
+
}
|
|
20580
20661
|
|
|
20581
|
-
.k-time-highlight {
|
|
20582
|
-
background-color: $component-bg;
|
|
20583
|
-
border-color: $component-border;
|
|
20584
|
-
}
|
|
20585
20662
|
|
|
20586
|
-
|
|
20587
|
-
.k-
|
|
20663
|
+
// Select
|
|
20664
|
+
.k-select {
|
|
20665
|
+
@include fill(
|
|
20666
|
+
$picker-select-text,
|
|
20667
|
+
$picker-select-bg,
|
|
20668
|
+
$picker-select-border,
|
|
20669
|
+
$picker-select-gradient
|
|
20670
|
+
);
|
|
20671
|
+
}
|
|
20672
|
+
.k-link:hover,
|
|
20673
|
+
.k-link.k-state-hover {
|
|
20674
|
+
@include fill(
|
|
20675
|
+
$picker-select-hovered-text,
|
|
20676
|
+
$picker-select-hovered-bg,
|
|
20677
|
+
$picker-select-hovered-border,
|
|
20678
|
+
$picker-select-hovered-gradient
|
|
20679
|
+
);
|
|
20680
|
+
}
|
|
20588
20681
|
|
|
20589
|
-
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
|
|
20682
|
+
.k-link:active,
|
|
20683
|
+
.k-link.k-state-active,
|
|
20684
|
+
.k-link.k-state-selected {
|
|
20685
|
+
@include fill(
|
|
20686
|
+
$picker-select-pressed-text,
|
|
20687
|
+
$picker-select-pressed-bg,
|
|
20688
|
+
$picker-select-pressed-border,
|
|
20689
|
+
$picker-select-pressed-gradient
|
|
20690
|
+
);
|
|
20593
20691
|
}
|
|
20594
20692
|
}
|
|
20693
|
+
|
|
20595
20694
|
}
|
|
20596
20695
|
|
|
20696
|
+
// #endregion
|
|
20597
20697
|
|
|
20598
20698
|
// #endregion
|
|
20599
20699
|
|
|
@@ -30042,6 +30142,11 @@ $panelbar-item-selected-hovered-focused-text: null !default;
|
|
|
30042
30142
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
30043
30143
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
30044
30144
|
|
|
30145
|
+
$panelbar-header-expanded-bg: null !default;
|
|
30146
|
+
$panelbar-header-expanded-text: null !default;
|
|
30147
|
+
$panelbar-header-expanded-border: null !default;
|
|
30148
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
30149
|
+
|
|
30045
30150
|
// #endregion
|
|
30046
30151
|
// #region @import "_layout.scss"; -> packages/material/scss/panelbar/_layout.scss
|
|
30047
30152
|
// #region @import "~@progress/kendo-theme-default/scss/panelbar/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss
|
|
@@ -30238,6 +30343,15 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30238
30343
|
> .k-item,
|
|
30239
30344
|
> .k-panelbar-header {
|
|
30240
30345
|
|
|
30346
|
+
&.k-state-expanded.k-level-0 > .k-link {
|
|
30347
|
+
@include fill(
|
|
30348
|
+
$panelbar-header-expanded-text,
|
|
30349
|
+
$panelbar-header-expanded-bg,
|
|
30350
|
+
$panelbar-header-expanded-border,
|
|
30351
|
+
$panelbar-header-expanded-gradient
|
|
30352
|
+
);
|
|
30353
|
+
}
|
|
30354
|
+
|
|
30241
30355
|
// Normal
|
|
30242
30356
|
> .k-link {
|
|
30243
30357
|
@include fill(
|
|
@@ -30274,7 +30388,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30274
30388
|
$panelbar-header-focused-border,
|
|
30275
30389
|
$panelbar-header-focused-gradient
|
|
30276
30390
|
);
|
|
30277
|
-
|
|
30278
30391
|
box-shadow: $panelbar-header-focused-shadow;
|
|
30279
30392
|
}
|
|
30280
30393
|
|
|
@@ -30371,7 +30484,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30371
30484
|
$panelbar-item-focused-border,
|
|
30372
30485
|
$panelbar-item-focused-gradient
|
|
30373
30486
|
);
|
|
30374
|
-
|
|
30375
30487
|
box-shadow: $panelbar-item-focused-shadow;
|
|
30376
30488
|
}
|
|
30377
30489
|
|
|
@@ -31612,7 +31724,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31612
31724
|
// #region @import "../autocomplete/_index.scss"; -> packages/material/scss/autocomplete/_index.scss
|
|
31613
31725
|
// File already imported_once. Skipping output.
|
|
31614
31726
|
// #endregion
|
|
31615
|
-
// #region @import "../
|
|
31727
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
31616
31728
|
// File already imported_once. Skipping output.
|
|
31617
31729
|
// #endregion
|
|
31618
31730
|
// #region @import "../dropdownlist/_index.scss"; -> packages/material/scss/dropdownlist/_index.scss
|
|
@@ -32172,10 +32284,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
32172
32284
|
}
|
|
32173
32285
|
}
|
|
32174
32286
|
|
|
32175
|
-
.k-group-indicator {
|
|
32176
|
-
margin-right: ( $grid-group-indicator-gap / 2 );
|
|
32177
|
-
}
|
|
32178
|
-
|
|
32179
32287
|
.k-group-indicator + .k-group-indicator {
|
|
32180
32288
|
margin-left: ( $grid-group-indicator-gap / 2 );
|
|
32181
32289
|
}
|
|
@@ -34262,7 +34370,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
34262
34370
|
// #region @import "../combobox/_index.scss"; -> packages/material/scss/combobox/_index.scss
|
|
34263
34371
|
// File already imported_once. Skipping output.
|
|
34264
34372
|
// #endregion
|
|
34265
|
-
// #region @import "../
|
|
34373
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
34266
34374
|
// File already imported_once. Skipping output.
|
|
34267
34375
|
// #endregion
|
|
34268
34376
|
// #region @import "../dropdownlist/_index.scss"; -> packages/material/scss/dropdownlist/_index.scss
|
|
@@ -35736,9 +35844,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
|
|
|
35736
35844
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
35737
35845
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
35738
35846
|
|
|
35739
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
35740
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
35741
|
-
|
|
35742
35847
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
35743
35848
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
35744
35849
|
|
|
@@ -36062,14 +36167,6 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
36062
36167
|
.k-filter-fields {
|
|
36063
36168
|
margin-top: $pivotgrid-configurator-fields-margin-y;
|
|
36064
36169
|
flex-wrap: wrap;
|
|
36065
|
-
|
|
36066
|
-
> * {
|
|
36067
|
-
margin-bottom: $pivotgrid-configurator-fields-margin-y;
|
|
36068
|
-
}
|
|
36069
|
-
|
|
36070
|
-
> *:last-child {
|
|
36071
|
-
margin-bottom: 0;
|
|
36072
|
-
}
|
|
36073
36170
|
}
|
|
36074
36171
|
|
|
36075
36172
|
// Values
|
|
@@ -36098,20 +36195,12 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
36098
36195
|
text-align: center;
|
|
36099
36196
|
}
|
|
36100
36197
|
|
|
36101
|
-
.k-chip-content {
|
|
36102
|
-
padding-inline-end: map-get($spacing, 1);
|
|
36103
|
-
}
|
|
36104
|
-
|
|
36105
36198
|
.k-treeview {
|
|
36106
36199
|
padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
|
|
36107
36200
|
overflow: auto;
|
|
36108
36201
|
}
|
|
36109
36202
|
}
|
|
36110
36203
|
|
|
36111
|
-
.k-pivotgrid-configurator-actions {
|
|
36112
|
-
padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
|
|
36113
|
-
}
|
|
36114
|
-
|
|
36115
36204
|
|
|
36116
36205
|
// Calculated field
|
|
36117
36206
|
.k-calculated-field {
|
|
@@ -37254,7 +37343,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
37254
37343
|
// #region @import "../checkbox/_index.scss"; -> packages/material/scss/checkbox/_index.scss
|
|
37255
37344
|
// File already imported_once. Skipping output.
|
|
37256
37345
|
// #endregion
|
|
37257
|
-
// #region @import "../
|
|
37346
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
37258
37347
|
// File already imported_once. Skipping output.
|
|
37259
37348
|
// #endregion
|
|
37260
37349
|
// #region @import "../dropdownlist/_index.scss"; -> packages/material/scss/dropdownlist/_index.scss
|
|
@@ -37345,7 +37434,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
37345
37434
|
}
|
|
37346
37435
|
}
|
|
37347
37436
|
|
|
37348
|
-
|
|
37437
|
+
// The second selector targets the Angular rendering
|
|
37438
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37439
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
37349
37440
|
content: "";
|
|
37350
37441
|
position: absolute;
|
|
37351
37442
|
width: $filter-line-size;
|
|
@@ -37354,9 +37445,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
37354
37445
|
left: -$filter-padding-x;
|
|
37355
37446
|
}
|
|
37356
37447
|
|
|
37448
|
+
// The forth and fifth selectors targets the Angular rendering
|
|
37357
37449
|
.k-filter-group-main::before,
|
|
37358
37450
|
.k-filter-group-main > .k-filter-toolbar::before,
|
|
37359
37451
|
.k-filter-group-main > .k-filter-toolbar::after,
|
|
37452
|
+
.k-filter-group-main > * > .k-filter-toolbar::before,
|
|
37453
|
+
.k-filter-group-main > * > .k-filter-toolbar::after,
|
|
37360
37454
|
.k-filter-lines .k-filter-item:last-child::before {
|
|
37361
37455
|
display: none;
|
|
37362
37456
|
}
|
|
@@ -37386,7 +37480,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
37386
37480
|
}
|
|
37387
37481
|
}
|
|
37388
37482
|
|
|
37389
|
-
|
|
37483
|
+
// The second selector targets the Angular rendering
|
|
37484
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37485
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
37390
37486
|
left: auto;
|
|
37391
37487
|
right: -$filter-padding-x;
|
|
37392
37488
|
}
|
|
@@ -37412,9 +37508,11 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
37412
37508
|
color: $filter-preview-operator-text;
|
|
37413
37509
|
}
|
|
37414
37510
|
|
|
37511
|
+
// The last selector targets the Angular rendering
|
|
37415
37512
|
.k-filter-item::before,
|
|
37416
37513
|
.k-filter-toolbar::before,
|
|
37417
|
-
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
37514
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37515
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
37418
37516
|
background-color: $component-border;
|
|
37419
37517
|
}
|
|
37420
37518
|
}
|
|
@@ -39694,7 +39792,7 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
39694
39792
|
// #region @import "../validator/_index.scss"; -> packages/material/scss/validator/_index.scss
|
|
39695
39793
|
// File already imported_once. Skipping output.
|
|
39696
39794
|
// #endregion
|
|
39697
|
-
// #region @import "../
|
|
39795
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
39698
39796
|
// File already imported_once. Skipping output.
|
|
39699
39797
|
// #endregion
|
|
39700
39798
|
// #region @import "../numerictextbox/_index.scss"; -> packages/material/scss/numerictextbox/_index.scss
|
|
@@ -40970,7 +41068,7 @@ $gantt-offset-resize-handler-top: 50% !default;
|
|
|
40970
41068
|
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
40971
41069
|
// File already imported_once. Skipping output.
|
|
40972
41070
|
// #endregion
|
|
40973
|
-
// #region @import "../
|
|
41071
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/material/scss/datetimepicker/_index.scss
|
|
40974
41072
|
// File already imported_once. Skipping output.
|
|
40975
41073
|
// #endregion
|
|
40976
41074
|
// #region @import "../dropdownlist/_index.scss"; -> packages/material/scss/dropdownlist/_index.scss
|
|
@@ -45059,7 +45157,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45059
45157
|
|
|
45060
45158
|
kendo-scrollview.k-scrollview-wrap,
|
|
45061
45159
|
kendo-scrollview.k-scrollview,
|
|
45062
|
-
.k-
|
|
45160
|
+
.k-scrollview {
|
|
45063
45161
|
border-width: $scrollview-border-width;
|
|
45064
45162
|
border-style: solid;
|
|
45065
45163
|
box-sizing: border-box;
|
|
@@ -45118,6 +45216,11 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45118
45216
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
45119
45217
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
45120
45218
|
}
|
|
45219
|
+
|
|
45220
|
+
[dir="rtl"] &,
|
|
45221
|
+
.k-rtl & {
|
|
45222
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
45223
|
+
}
|
|
45121
45224
|
}
|
|
45122
45225
|
|
|
45123
45226
|
|