@progress/kendo-theme-classic 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 +701 -749
- package/dist/all.scss +1434 -1204
- 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/chip/_variables.scss +8 -9
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +1 -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 +1 -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/{datetime → datetimepicker}/_layout.scss +1 -1
- package/scss/{datetime → datetimepicker}/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/index.scss +5 -1
- package/scss/input/_variables.scss +15 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +1 -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 +1 -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/_variables.scss +0 -53
package/dist/all.scss
CHANGED
|
@@ -3295,8 +3295,7 @@ $utils-border-radius: (
|
|
|
3295
3295
|
sm: map-get( $spacing, 1) / 2,
|
|
3296
3296
|
md: map-get( $spacing, 1),
|
|
3297
3297
|
lg: map-get( $spacing, 1) * 1.5,
|
|
3298
|
-
|
|
3299
|
-
pill: 9999px
|
|
3298
|
+
full: 9999px
|
|
3300
3299
|
) !default;
|
|
3301
3300
|
|
|
3302
3301
|
// #region @import "~@progress/kendo-theme-default/scss/utils/_border.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/utils/_border.scss
|
|
@@ -3348,8 +3347,7 @@ $utils-border-radius: (
|
|
|
3348
3347
|
sm: ( map-get( $spacing, 1 ) / 4 ),
|
|
3349
3348
|
md: ( map-get( $spacing, 1 ) / 2 ),
|
|
3350
3349
|
lg: map-get( $spacing, 1 ),
|
|
3351
|
-
|
|
3352
|
-
pill: 9999px
|
|
3350
|
+
full: 9999px
|
|
3353
3351
|
) !default;
|
|
3354
3352
|
|
|
3355
3353
|
|
|
@@ -7107,6 +7105,21 @@ $picker-select-calc-size: $input-inner-calc-height !default;
|
|
|
7107
7105
|
$picker-select-calc-size-sm: $input-inner-calc-height-sm !default;
|
|
7108
7106
|
$picker-select-calc-size-lg: $input-inner-calc-height-lg !default;
|
|
7109
7107
|
|
|
7108
|
+
$picker-select-bg: $button-bg !default;
|
|
7109
|
+
$picker-select-text: $button-text !default;
|
|
7110
|
+
$picker-select-border: $button-border !default;
|
|
7111
|
+
$picker-select-gradient: $button-gradient !default;
|
|
7112
|
+
|
|
7113
|
+
$picker-select-hovered-bg: $button-hovered-bg !default;
|
|
7114
|
+
$picker-select-hovered-text: $button-hovered-text !default;
|
|
7115
|
+
$picker-select-hovered-border: $button-hovered-border !default;
|
|
7116
|
+
$picker-select-hovered-gradient: $button-hovered-gradient !default;
|
|
7117
|
+
|
|
7118
|
+
$picker-select-pressed-bg: $button-active-bg !default;
|
|
7119
|
+
$picker-select-pressed-text: $button-active-text !default;
|
|
7120
|
+
$picker-select-pressed-border: $button-active-border !default;
|
|
7121
|
+
$picker-select-pressed-gradient: $button-active-gradient !default;
|
|
7122
|
+
|
|
7110
7123
|
|
|
7111
7124
|
// Spinner
|
|
7112
7125
|
$spinner-width: $button-inner-calc-size !default;
|
|
@@ -7174,25 +7187,6 @@ $input-separator-opacity: .5 !default;
|
|
|
7174
7187
|
}
|
|
7175
7188
|
|
|
7176
7189
|
|
|
7177
|
-
// TODO: Deprecate
|
|
7178
|
-
// Input spacing
|
|
7179
|
-
.k-space-left,
|
|
7180
|
-
.k-space-right {
|
|
7181
|
-
> input {
|
|
7182
|
-
flex-grow: 1;
|
|
7183
|
-
}
|
|
7184
|
-
|
|
7185
|
-
> .k-icon {
|
|
7186
|
-
left: 3px;
|
|
7187
|
-
margin: 3px 6px;
|
|
7188
|
-
}
|
|
7189
|
-
}
|
|
7190
|
-
|
|
7191
|
-
.k-textbox.k-space-left {
|
|
7192
|
-
flex-direction: row-reverse;
|
|
7193
|
-
}
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
7190
|
// Input prefix and suffix
|
|
7197
7191
|
.k-input-prefix,
|
|
7198
7192
|
.k-input-suffix {
|
|
@@ -7238,6 +7232,8 @@ $input-separator-opacity: .5 !default;
|
|
|
7238
7232
|
}
|
|
7239
7233
|
}
|
|
7240
7234
|
|
|
7235
|
+
|
|
7236
|
+
// Input separator
|
|
7241
7237
|
.k-input-separator {
|
|
7242
7238
|
margin: 0;
|
|
7243
7239
|
width: 0;
|
|
@@ -7246,6 +7242,7 @@ $input-separator-opacity: .5 !default;
|
|
|
7246
7242
|
border-style: solid;
|
|
7247
7243
|
}
|
|
7248
7244
|
|
|
7245
|
+
|
|
7249
7246
|
// Input with icon styles
|
|
7250
7247
|
.k-input-icon,
|
|
7251
7248
|
.k-input-validation-icon,
|
|
@@ -7285,16 +7282,31 @@ $input-separator-opacity: .5 !default;
|
|
|
7285
7282
|
flex-flow: row nowrap;
|
|
7286
7283
|
}
|
|
7287
7284
|
|
|
7288
|
-
.k-text-disabled {
|
|
7289
|
-
@include disabled( $disabled-styling );
|
|
7290
|
-
}
|
|
7291
|
-
|
|
7292
|
-
}
|
|
7293
|
-
|
|
7294
7285
|
|
|
7286
|
+
// Legacy wrappers
|
|
7287
|
+
.k-picker-wrap,
|
|
7288
|
+
.k-dropdown-wrap,
|
|
7289
|
+
.k-dateinput-wrap,
|
|
7290
|
+
.k-multiselect-wrap,
|
|
7291
|
+
.k-numeric-wrap {
|
|
7292
|
+
width: 100%;
|
|
7293
|
+
border-width: 0;
|
|
7294
|
+
border-color: inherit;
|
|
7295
|
+
box-sizing: border-box;
|
|
7296
|
+
flex: 1 1 auto;
|
|
7297
|
+
display: flex;
|
|
7298
|
+
flex-flow: row nowrap;
|
|
7299
|
+
overflow: hidden;
|
|
7300
|
+
position: relative;
|
|
7301
|
+
}
|
|
7302
|
+
.k-multiselect-wrap {
|
|
7303
|
+
display: block;
|
|
7304
|
+
}
|
|
7295
7305
|
|
|
7296
7306
|
|
|
7297
|
-
|
|
7307
|
+
.k-text-disabled {
|
|
7308
|
+
@include disabled( $disabled-styling );
|
|
7309
|
+
}
|
|
7298
7310
|
|
|
7299
7311
|
}
|
|
7300
7312
|
|
|
@@ -8237,6 +8249,10 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8237
8249
|
.k-data-table {
|
|
8238
8250
|
border-width: $table-border-width;
|
|
8239
8251
|
border-style: solid;
|
|
8252
|
+
|
|
8253
|
+
.k-table {
|
|
8254
|
+
table-layout: fixed;
|
|
8255
|
+
}
|
|
8240
8256
|
}
|
|
8241
8257
|
|
|
8242
8258
|
|
|
@@ -8298,7 +8314,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8298
8314
|
width: 100%;
|
|
8299
8315
|
max-width: none;
|
|
8300
8316
|
border-width: 0;
|
|
8301
|
-
display: table
|
|
8317
|
+
display: table;
|
|
8302
8318
|
border-collapse: collapse;
|
|
8303
8319
|
border-spacing: 0;
|
|
8304
8320
|
table-layout: fixed;
|
|
@@ -8306,10 +8322,11 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8306
8322
|
list-style: none;
|
|
8307
8323
|
outline: none;
|
|
8308
8324
|
|
|
8309
|
-
.k-table-row
|
|
8325
|
+
.k-table-row,
|
|
8326
|
+
.k-table-group-row {
|
|
8310
8327
|
width: 100%;
|
|
8311
8328
|
box-sizing: border-box;
|
|
8312
|
-
display:
|
|
8329
|
+
display: table-row;
|
|
8313
8330
|
position: relative;
|
|
8314
8331
|
}
|
|
8315
8332
|
.k-table-row.k-first {
|
|
@@ -8321,6 +8338,26 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8321
8338
|
vertical-align: middle;
|
|
8322
8339
|
}
|
|
8323
8340
|
|
|
8341
|
+
.k-table-group-row {
|
|
8342
|
+
|
|
8343
|
+
&::before {
|
|
8344
|
+
content: ".";
|
|
8345
|
+
padding: $table-cell-padding-y 0;
|
|
8346
|
+
width: 0;
|
|
8347
|
+
display: block;
|
|
8348
|
+
overflow: hidden;
|
|
8349
|
+
}
|
|
8350
|
+
|
|
8351
|
+
.k-table-th {
|
|
8352
|
+
width: 100%;
|
|
8353
|
+
border-color: inherit;
|
|
8354
|
+
color: inherit;
|
|
8355
|
+
background-color: inherit;
|
|
8356
|
+
position: absolute;
|
|
8357
|
+
top: 0;
|
|
8358
|
+
}
|
|
8359
|
+
}
|
|
8360
|
+
|
|
8324
8361
|
.k-table-spacer-td {
|
|
8325
8362
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
8326
8363
|
width: 0 !important; // sass-lint:disable-line no-important
|
|
@@ -8345,6 +8382,13 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
8345
8382
|
}
|
|
8346
8383
|
|
|
8347
8384
|
|
|
8385
|
+
// Virtualization
|
|
8386
|
+
.k-virtual-table .k-table-row {
|
|
8387
|
+
position: absolute;
|
|
8388
|
+
width: 100%;
|
|
8389
|
+
}
|
|
8390
|
+
|
|
8391
|
+
|
|
8348
8392
|
// Table scroller
|
|
8349
8393
|
.k-table-scroller {
|
|
8350
8394
|
position: relative;
|
|
@@ -8951,11 +8995,12 @@ $badge-dot-size-lg: 12px !default;
|
|
|
8951
8995
|
// Component
|
|
8952
8996
|
// #region @import "_variables.scss"; -> packages/classic/scss/chip/_variables.scss
|
|
8953
8997
|
// Chip
|
|
8954
|
-
$
|
|
8998
|
+
$chip-list-gap: 8px !default;
|
|
8955
8999
|
|
|
8956
|
-
$chip-padding-x:
|
|
9000
|
+
$chip-padding-x: 4px !default;
|
|
8957
9001
|
$chip-padding-y: 4px !default;
|
|
8958
9002
|
$chip-height: 24px !default;
|
|
9003
|
+
$chip-gap: $icon-spacing !default;
|
|
8959
9004
|
$chip-border-radius: $chip-height / 2 !default;
|
|
8960
9005
|
$chip-font-size: 14px !default;
|
|
8961
9006
|
|
|
@@ -8964,10 +9009,7 @@ $chip-selected-icon-offset: 4px !default;
|
|
|
8964
9009
|
$chip-selected-icon-no-icon-offset: $chip-selected-icon-offset !default;
|
|
8965
9010
|
$chip-selected-icon-font-size: $chip-font-size !default;
|
|
8966
9011
|
|
|
8967
|
-
$chip-content-padding-x: 8px !default;
|
|
8968
|
-
|
|
8969
9012
|
$chip-icons-size: 16px !default;
|
|
8970
|
-
$chip-icon-margin: 4px !default;
|
|
8971
9013
|
$chip-remove-icon-margin: 8px !default;
|
|
8972
9014
|
$chip-remove-icon-font-size: 14px !default;
|
|
8973
9015
|
|
|
@@ -8983,10 +9025,13 @@ $chip-solid-hover-bg: rgba( $chip-base-bg, .16 ) !default;
|
|
|
8983
9025
|
$chip-solid-hover-text: null !default;
|
|
8984
9026
|
$chip-solid-hover-border: null !default;
|
|
8985
9027
|
|
|
8986
|
-
$chip-solid-focus-bg:
|
|
9028
|
+
$chip-solid-focus-bg: null !default;
|
|
9029
|
+
$chip-solid-focus-text: null !default;
|
|
9030
|
+
$chip-solid-focus-border: null !default;
|
|
8987
9031
|
$chip-solid-focus-shadow: 0 0 0 2px rgba( $chip-solid-bg, .08 ) !default;
|
|
8988
9032
|
|
|
8989
9033
|
$chip-solid-selected-bg: rgba( $chip-base-bg, .24 ) !default;
|
|
9034
|
+
$chip-solid-selected-text: null !default;
|
|
8990
9035
|
$chip-solid-selected-border: null !default;
|
|
8991
9036
|
|
|
8992
9037
|
$chip-solid-success-bg: rgba($success, .08) !default;
|
|
@@ -9068,6 +9113,7 @@ $chip-outline-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
|
|
|
9068
9113
|
|
|
9069
9114
|
$chip-outline-selected-bg: $chip-outline-hover-bg !default;
|
|
9070
9115
|
$chip-outline-selected-text: $chip-outline-hover-text !default;
|
|
9116
|
+
$chip-outline-selected-border: null !default;
|
|
9071
9117
|
|
|
9072
9118
|
$chip-outline-success-bg: null !default;
|
|
9073
9119
|
$chip-outline-success-text: $success !default;
|
|
@@ -9133,9 +9179,6 @@ $chip-outline-info-selected-bg: $chip-outline-info-hover-bg !default;
|
|
|
9133
9179
|
$chip-outline-info-selected-text: $chip-outline-info-hover-text !default;
|
|
9134
9180
|
$chip-outline-info-selected-border: null !default;
|
|
9135
9181
|
|
|
9136
|
-
$chip-multiple-selected-icon-bg: rgba(0, 0, 0, .36) !default;
|
|
9137
|
-
$chip-multiple-selected-icon-text: #ffffff !default;
|
|
9138
|
-
|
|
9139
9182
|
|
|
9140
9183
|
$chip-primary-focus-shadow: 0 0 0 2px rgba( $primary, .16 ) !default;
|
|
9141
9184
|
$chip-secondary-focus-shadow: 0 0 0 2px rgba( $secondary, .16 ) !default;
|
|
@@ -9149,172 +9192,152 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9149
9192
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/chip/_layout.scss
|
|
9150
9193
|
@include exports("chip/layout") {
|
|
9151
9194
|
|
|
9152
|
-
.k-chip-list {
|
|
9153
|
-
display: inline-flex;
|
|
9154
|
-
|
|
9155
|
-
> * {
|
|
9156
|
-
margin-right: $chips-margin;
|
|
9157
|
-
|
|
9158
|
-
&:last-child {
|
|
9159
|
-
margin-right: 0;
|
|
9160
|
-
}
|
|
9161
|
-
}
|
|
9162
|
-
}
|
|
9163
|
-
|
|
9164
|
-
.k-selection-single {
|
|
9165
|
-
.k-selected-icon-wrapper {
|
|
9166
|
-
display: none;
|
|
9167
|
-
}
|
|
9168
|
-
}
|
|
9169
|
-
|
|
9170
|
-
.k-selection-multiple {
|
|
9171
|
-
.k-selected-icon-wrapper {
|
|
9172
|
-
width: 0;
|
|
9173
|
-
height: $chip-selected-icon-size;
|
|
9174
|
-
position: relative;
|
|
9175
|
-
left: $chip-selected-icon-offset;
|
|
9176
|
-
display: flex;
|
|
9177
|
-
align-items: center;
|
|
9178
|
-
justify-content: center;
|
|
9179
|
-
visibility: hidden;
|
|
9180
|
-
z-index: 1;
|
|
9181
|
-
}
|
|
9182
|
-
|
|
9183
|
-
.k-selected-icon {
|
|
9184
|
-
font-size: $chip-selected-icon-font-size;
|
|
9185
|
-
}
|
|
9186
|
-
|
|
9187
|
-
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
9188
|
-
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
9189
|
-
width: $chip-selected-icon-size;
|
|
9190
|
-
visibility: visible;
|
|
9191
|
-
}
|
|
9192
|
-
|
|
9193
|
-
> .k-chip-has-icon {
|
|
9194
|
-
.k-selected-icon-wrapper {
|
|
9195
|
-
border-radius: 50%;
|
|
9196
|
-
position: absolute;
|
|
9197
|
-
}
|
|
9198
|
-
}
|
|
9199
|
-
|
|
9200
|
-
:not(.k-chip-has-icon) {
|
|
9201
|
-
.k-selected-icon-wrapper {
|
|
9202
|
-
left: $chip-selected-icon-no-icon-offset;
|
|
9203
|
-
opacity: 0;
|
|
9204
|
-
transition: width .2s, opacity .2s;
|
|
9205
|
-
}
|
|
9206
|
-
|
|
9207
|
-
&.k-state-selected .k-selected-icon-wrapper,
|
|
9208
|
-
&.k-selected .k-selected-icon-wrapper {
|
|
9209
|
-
opacity: 1;
|
|
9210
|
-
}
|
|
9211
|
-
}
|
|
9212
|
-
}
|
|
9213
|
-
|
|
9214
9195
|
.k-chip {
|
|
9215
|
-
overflow: hidden;
|
|
9216
|
-
padding: $chip-padding-y $chip-padding-x;
|
|
9217
9196
|
height: $chip-height;
|
|
9197
|
+
padding: $chip-padding-y $chip-padding-x;
|
|
9218
9198
|
border-radius: $chip-border-radius;
|
|
9219
|
-
position: relative;
|
|
9220
9199
|
box-sizing: border-box;
|
|
9221
9200
|
border-width: 1px;
|
|
9222
9201
|
border-style: solid;
|
|
9202
|
+
outline: 0;
|
|
9203
|
+
font-size: $chip-font-size;
|
|
9223
9204
|
display: inline-flex;
|
|
9205
|
+
flex-flow: row nowrap;
|
|
9224
9206
|
align-items: center;
|
|
9225
9207
|
justify-content: center;
|
|
9226
|
-
|
|
9208
|
+
gap: $chip-gap;
|
|
9209
|
+
position: relative;
|
|
9210
|
+
overflow: hidden;
|
|
9227
9211
|
cursor: pointer;
|
|
9228
9212
|
user-select: none;
|
|
9229
9213
|
|
|
9230
|
-
|
|
9231
|
-
|
|
9232
|
-
outline: 0;
|
|
9214
|
+
.k-selected-icon-wrapper {
|
|
9215
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
9233
9216
|
}
|
|
9234
9217
|
}
|
|
9235
9218
|
|
|
9219
|
+
|
|
9220
|
+
// Chip content
|
|
9236
9221
|
.k-chip-content {
|
|
9237
9222
|
min-width: 0;
|
|
9223
|
+
display: flex;
|
|
9224
|
+
flex-flow: row nowrap;
|
|
9225
|
+
align-items: center;
|
|
9238
9226
|
overflow: hidden;
|
|
9239
|
-
|
|
9227
|
+
flex: 1 1 auto;
|
|
9228
|
+
}
|
|
9229
|
+
.k-chip-content:first-child {
|
|
9230
|
+
margin-inline-start: $chip-gap;
|
|
9231
|
+
}
|
|
9232
|
+
.k-chip-content:last-child {
|
|
9233
|
+
margin-inline-end: $chip-gap;
|
|
9234
|
+
}
|
|
9235
|
+
|
|
9236
|
+
|
|
9237
|
+
// Chip text
|
|
9238
|
+
.k-chip-text,
|
|
9239
|
+
.k-chip-label {
|
|
9240
9240
|
white-space: nowrap;
|
|
9241
|
-
|
|
9241
|
+
text-overflow: ellipsis;
|
|
9242
|
+
overflow: hidden;
|
|
9242
9243
|
flex: 1 1 auto;
|
|
9243
9244
|
}
|
|
9244
9245
|
|
|
9245
|
-
|
|
9246
|
-
|
|
9246
|
+
|
|
9247
|
+
// Chip avatar
|
|
9248
|
+
.k-chip-avatar {
|
|
9249
|
+
width: $chip-avatar-size;
|
|
9250
|
+
height: $chip-avatar-size;
|
|
9251
|
+
border-radius: 50%;
|
|
9252
|
+
background-size: cover;
|
|
9253
|
+
background-position: center;
|
|
9254
|
+
flex: none;
|
|
9255
|
+
}
|
|
9256
|
+
|
|
9257
|
+
|
|
9258
|
+
// Chip icon
|
|
9259
|
+
.k-chip-icon {
|
|
9247
9260
|
width: $chip-icons-size;
|
|
9248
9261
|
height: $chip-icons-size;
|
|
9249
9262
|
display: flex;
|
|
9250
9263
|
align-items: center;
|
|
9251
9264
|
justify-content: center;
|
|
9252
|
-
flex:
|
|
9265
|
+
flex: none;
|
|
9266
|
+
}
|
|
9267
|
+
.k-ie .k-chip-icon {
|
|
9268
|
+
margin-right: $chip-gap;
|
|
9253
9269
|
}
|
|
9254
9270
|
|
|
9255
|
-
|
|
9256
|
-
|
|
9271
|
+
|
|
9272
|
+
// Actions
|
|
9273
|
+
.k-chip-actions {
|
|
9274
|
+
flex: none;
|
|
9275
|
+
display: flex;
|
|
9276
|
+
flex-flow: row nowrap;
|
|
9277
|
+
align-items: center;
|
|
9278
|
+
align-self: center;
|
|
9279
|
+
}
|
|
9280
|
+
.k-chip-action {
|
|
9281
|
+
flex: none;
|
|
9282
|
+
display: flex;
|
|
9283
|
+
flex-flow: row nowrap;
|
|
9284
|
+
align-items: center;
|
|
9285
|
+
align-self: center;
|
|
9257
9286
|
}
|
|
9258
9287
|
|
|
9288
|
+
|
|
9289
|
+
// Legacy chip icons
|
|
9259
9290
|
.k-remove-icon {
|
|
9260
|
-
|
|
9291
|
+
width: $chip-icons-size;
|
|
9292
|
+
height: $chip-icons-size;
|
|
9261
9293
|
font-size: $chip-remove-icon-font-size;
|
|
9294
|
+
display: flex;
|
|
9295
|
+
align-items: center;
|
|
9296
|
+
justify-content: center;
|
|
9297
|
+
flex: none;
|
|
9262
9298
|
}
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
height: $chip-avatar-size;
|
|
9267
|
-
border-radius: 50%;
|
|
9268
|
-
background-size: cover;
|
|
9269
|
-
background-position: center;
|
|
9299
|
+
.k-ie .k-remove-icon {
|
|
9300
|
+
margin-right: 0;
|
|
9301
|
+
margin-left: $chip-gap;
|
|
9270
9302
|
}
|
|
9271
9303
|
|
|
9272
|
-
}
|
|
9273
9304
|
|
|
9305
|
+
// Chip list
|
|
9306
|
+
.k-chip-list {
|
|
9307
|
+
display: inline-flex;
|
|
9308
|
+
gap: $chip-list-gap;
|
|
9309
|
+
}
|
|
9310
|
+
.k-ie .k-chip-list > * {
|
|
9311
|
+
margin-right: $chip-list-gap;
|
|
9312
|
+
}
|
|
9313
|
+
.k-ie .k-chip-list > :last-child {
|
|
9314
|
+
margin-right: 0;
|
|
9315
|
+
}
|
|
9274
9316
|
|
|
9275
|
-
@include exports("chip/layout/rtl") {
|
|
9276
9317
|
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9318
|
+
// RTL
|
|
9319
|
+
.k-ie .k-chip.k-rtl,
|
|
9320
|
+
.k-ie .k-rtl .k-chip,
|
|
9321
|
+
.k-ie .k-chip[dir="rtl"] {
|
|
9322
|
+
.k-chip-icon {
|
|
9323
|
+
margin-right: 0;
|
|
9324
|
+
margin-left: $chip-gap;
|
|
9325
|
+
}
|
|
9284
9326
|
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
}
|
|
9327
|
+
.k-remove-icon {
|
|
9328
|
+
margin-left: 0;
|
|
9329
|
+
margin-right: $chip-gap;
|
|
9289
9330
|
}
|
|
9290
9331
|
}
|
|
9332
|
+
.k-ie .k-chip-list.k-rtl,
|
|
9333
|
+
.k-ie .k-rtl .k-chip-list,
|
|
9334
|
+
.k-ie .k-chip-list[dir="rtl"] {
|
|
9335
|
+
> * {
|
|
9336
|
+
margin-right: 0;
|
|
9337
|
+
margin-left: $chip-list-gap;
|
|
9291
9338
|
|
|
9292
|
-
|
|
9293
|
-
&[dir="rtl"],
|
|
9294
|
-
.k-rtl &,
|
|
9295
|
-
&.k-rtl {
|
|
9296
|
-
.k-chip-icon {
|
|
9339
|
+
&:last-child {
|
|
9297
9340
|
margin-left: 0;
|
|
9298
|
-
margin-right: $chip-icon-margin;
|
|
9299
|
-
}
|
|
9300
|
-
|
|
9301
|
-
.k-remove-icon {
|
|
9302
|
-
margin-right: 0;
|
|
9303
|
-
margin-left: $chip-remove-icon-margin;
|
|
9304
|
-
}
|
|
9305
|
-
|
|
9306
|
-
.k-selection-multiple & {
|
|
9307
|
-
.k-selected-icon-wrapper {
|
|
9308
|
-
left: 0;
|
|
9309
|
-
right: $chip-selected-icon-offset;
|
|
9310
|
-
}
|
|
9311
|
-
|
|
9312
|
-
&:not(.k-chip-has-icon) {
|
|
9313
|
-
.k-selected-icon-wrapper {
|
|
9314
|
-
left: 0;
|
|
9315
|
-
right: $chip-selected-icon-no-icon-offset;
|
|
9316
|
-
}
|
|
9317
|
-
}
|
|
9318
9341
|
}
|
|
9319
9342
|
}
|
|
9320
9343
|
}
|
|
@@ -9326,17 +9349,9 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9326
9349
|
// #endregion
|
|
9327
9350
|
// #region @import "_theme.scss"; -> packages/classic/scss/chip/_theme.scss
|
|
9328
9351
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/chip/_theme.scss
|
|
9329
|
-
@include exports("chip/theme") {
|
|
9352
|
+
@include exports( "chip/theme" ) {
|
|
9330
9353
|
|
|
9331
|
-
|
|
9332
|
-
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
9333
|
-
@include fill(
|
|
9334
|
-
$color: $chip-multiple-selected-icon-text,
|
|
9335
|
-
$bg: $chip-multiple-selected-icon-bg
|
|
9336
|
-
);
|
|
9337
|
-
}
|
|
9338
|
-
|
|
9339
|
-
// Solid
|
|
9354
|
+
// Chip solid
|
|
9340
9355
|
.k-chip-solid {
|
|
9341
9356
|
@include fill(
|
|
9342
9357
|
$chip-solid-text,
|
|
@@ -9345,179 +9360,182 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9345
9360
|
);
|
|
9346
9361
|
|
|
9347
9362
|
&:hover,
|
|
9348
|
-
&.k-
|
|
9349
|
-
&.k-hover {
|
|
9363
|
+
&.k-hover,
|
|
9364
|
+
&.k-state-hover {
|
|
9350
9365
|
@include fill(
|
|
9351
|
-
$
|
|
9352
|
-
$
|
|
9366
|
+
$chip-solid-hover-text,
|
|
9367
|
+
$chip-solid-hover-bg,
|
|
9368
|
+
$chip-solid-hover-border
|
|
9353
9369
|
);
|
|
9354
9370
|
}
|
|
9355
9371
|
|
|
9356
9372
|
&:focus,
|
|
9357
|
-
&.k-
|
|
9358
|
-
&.k-focus {
|
|
9373
|
+
&.k-focus,
|
|
9374
|
+
&.k-state-focus {
|
|
9375
|
+
@include fill(
|
|
9376
|
+
$chip-solid-focus-text,
|
|
9377
|
+
$chip-solid-focus-bg,
|
|
9378
|
+
$chip-solid-focus-border
|
|
9379
|
+
);
|
|
9359
9380
|
@include box-shadow( $chip-solid-focus-shadow );
|
|
9360
|
-
@include fill( $bg: $chip-solid-focus-bg );
|
|
9361
9381
|
}
|
|
9362
9382
|
|
|
9363
|
-
&.k-
|
|
9364
|
-
&.k-selected {
|
|
9383
|
+
&.k-selected,
|
|
9384
|
+
&.k-state-selected {
|
|
9365
9385
|
@include fill(
|
|
9366
|
-
$
|
|
9367
|
-
$
|
|
9386
|
+
$chip-solid-selected-text,
|
|
9387
|
+
$chip-solid-selected-bg,
|
|
9388
|
+
$chip-solid-selected-border
|
|
9368
9389
|
);
|
|
9369
9390
|
}
|
|
9391
|
+
}
|
|
9392
|
+
.k-chip-solid.k-chip-success {
|
|
9393
|
+
@include fill(
|
|
9394
|
+
$chip-solid-success-text,
|
|
9395
|
+
$chip-solid-success-bg,
|
|
9396
|
+
$chip-solid-success-border
|
|
9397
|
+
);
|
|
9370
9398
|
|
|
9371
|
-
|
|
9399
|
+
&:hover,
|
|
9400
|
+
&.k-hover,
|
|
9401
|
+
&.k-state-hover {
|
|
9372
9402
|
@include fill(
|
|
9373
|
-
$chip-solid-success-text,
|
|
9374
|
-
$chip-solid-success-bg,
|
|
9375
|
-
$chip-solid-success-border
|
|
9403
|
+
$chip-solid-success-hover-text,
|
|
9404
|
+
$chip-solid-success-hover-bg,
|
|
9405
|
+
$chip-solid-success-hover-border
|
|
9376
9406
|
);
|
|
9377
|
-
|
|
9378
|
-
&:hover,
|
|
9379
|
-
&.k-state-hover,
|
|
9380
|
-
&.k-hover {
|
|
9381
|
-
@include fill(
|
|
9382
|
-
$chip-solid-success-hover-text,
|
|
9383
|
-
$chip-solid-success-hover-bg,
|
|
9384
|
-
$chip-solid-success-hover-border
|
|
9385
|
-
);
|
|
9386
|
-
}
|
|
9387
|
-
|
|
9388
|
-
&:focus,
|
|
9389
|
-
&.k-state-focus,
|
|
9390
|
-
&.k-focus {
|
|
9391
|
-
@include fill(
|
|
9392
|
-
$chip-solid-success-focus-text,
|
|
9393
|
-
$chip-solid-success-focus-bg,
|
|
9394
|
-
$chip-solid-success-focus-border
|
|
9395
|
-
);
|
|
9396
|
-
}
|
|
9397
|
-
|
|
9398
|
-
&.k-state-selected,
|
|
9399
|
-
&.k-selected {
|
|
9400
|
-
@include fill(
|
|
9401
|
-
$chip-solid-success-selected-text,
|
|
9402
|
-
$chip-solid-success-selected-bg,
|
|
9403
|
-
$chip-solid-success-selected-border
|
|
9404
|
-
);
|
|
9405
|
-
}
|
|
9406
9407
|
}
|
|
9407
9408
|
|
|
9408
|
-
|
|
9409
|
-
&.k-
|
|
9409
|
+
&:focus,
|
|
9410
|
+
&.k-focus,
|
|
9411
|
+
&.k-state-focus {
|
|
9410
9412
|
@include fill(
|
|
9411
|
-
$chip-solid-
|
|
9412
|
-
$chip-solid-
|
|
9413
|
-
$chip-solid-
|
|
9413
|
+
$chip-solid-success-focus-text,
|
|
9414
|
+
$chip-solid-success-focus-bg,
|
|
9415
|
+
$chip-solid-success-focus-border
|
|
9414
9416
|
);
|
|
9417
|
+
}
|
|
9415
9418
|
|
|
9416
|
-
|
|
9417
|
-
|
|
9418
|
-
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
$chip-solid-warning-focus-bg,
|
|
9432
|
-
$chip-solid-warning-focus-border
|
|
9433
|
-
);
|
|
9434
|
-
}
|
|
9419
|
+
&.k-selected,
|
|
9420
|
+
&.k-state-selected {
|
|
9421
|
+
@include fill(
|
|
9422
|
+
$chip-solid-success-selected-text,
|
|
9423
|
+
$chip-solid-success-selected-bg,
|
|
9424
|
+
$chip-solid-success-selected-border
|
|
9425
|
+
);
|
|
9426
|
+
}
|
|
9427
|
+
}
|
|
9428
|
+
.k-chip-solid.k-chip-warning {
|
|
9429
|
+
@include fill(
|
|
9430
|
+
$chip-solid-warning-text,
|
|
9431
|
+
$chip-solid-warning-bg,
|
|
9432
|
+
$chip-solid-warning-border
|
|
9433
|
+
);
|
|
9435
9434
|
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9435
|
+
&:hover,
|
|
9436
|
+
&.k-hover,
|
|
9437
|
+
&.k-state-hover {
|
|
9438
|
+
@include fill(
|
|
9439
|
+
$chip-solid-warning-hover-text,
|
|
9440
|
+
$chip-solid-warning-hover-bg,
|
|
9441
|
+
$chip-solid-warning-hover-border
|
|
9442
|
+
);
|
|
9444
9443
|
}
|
|
9445
9444
|
|
|
9446
|
-
|
|
9445
|
+
&:focus,
|
|
9446
|
+
&.k-focus,
|
|
9447
|
+
&.k-state-focus {
|
|
9447
9448
|
@include fill(
|
|
9448
|
-
$chip-solid-
|
|
9449
|
-
$chip-solid-
|
|
9450
|
-
$chip-solid-
|
|
9449
|
+
$chip-solid-warning-focus-text,
|
|
9450
|
+
$chip-solid-warning-focus-bg,
|
|
9451
|
+
$chip-solid-warning-focus-border
|
|
9451
9452
|
);
|
|
9453
|
+
}
|
|
9452
9454
|
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9455
|
+
&.k-selected,
|
|
9456
|
+
&.k-state-selected {
|
|
9457
|
+
@include fill(
|
|
9458
|
+
$chip-solid-warning-selected-text,
|
|
9459
|
+
$chip-solid-warning-selected-bg,
|
|
9460
|
+
$chip-solid-warning-selected-border
|
|
9461
|
+
);
|
|
9462
|
+
}
|
|
9463
|
+
}
|
|
9464
|
+
.k-chip-solid.k-chip-error {
|
|
9465
|
+
@include fill(
|
|
9466
|
+
$chip-solid-error-text,
|
|
9467
|
+
$chip-solid-error-bg,
|
|
9468
|
+
$chip-solid-error-border
|
|
9469
|
+
);
|
|
9462
9470
|
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9471
|
+
&:hover,
|
|
9472
|
+
&.k-hover,
|
|
9473
|
+
&.k-state-hover {
|
|
9474
|
+
@include fill(
|
|
9475
|
+
$chip-solid-error-hover-text,
|
|
9476
|
+
$chip-solid-error-hover-bg,
|
|
9477
|
+
$chip-solid-error-hover-border
|
|
9478
|
+
);
|
|
9479
|
+
}
|
|
9472
9480
|
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
+
&:focus,
|
|
9482
|
+
&.k-focus,
|
|
9483
|
+
&.k-state-focus {
|
|
9484
|
+
@include fill(
|
|
9485
|
+
$chip-solid-error-focus-text,
|
|
9486
|
+
$chip-solid-error-focus-bg,
|
|
9487
|
+
$chip-solid-error-focus-border
|
|
9488
|
+
);
|
|
9481
9489
|
}
|
|
9482
9490
|
|
|
9483
|
-
&.k-
|
|
9491
|
+
&.k-selected,
|
|
9492
|
+
&.k-state-selected {
|
|
9484
9493
|
@include fill(
|
|
9485
|
-
$chip-solid-
|
|
9486
|
-
$chip-solid-
|
|
9487
|
-
$chip-solid-
|
|
9494
|
+
$chip-solid-error-selected-text,
|
|
9495
|
+
$chip-solid-error-selected-bg,
|
|
9496
|
+
$chip-solid-error-selected-border
|
|
9488
9497
|
);
|
|
9498
|
+
}
|
|
9499
|
+
}
|
|
9500
|
+
.k-chip-solid.k-chip-info {
|
|
9501
|
+
@include fill(
|
|
9502
|
+
$chip-solid-info-text,
|
|
9503
|
+
$chip-solid-info-bg,
|
|
9504
|
+
$chip-solid-info-border
|
|
9505
|
+
);
|
|
9489
9506
|
|
|
9490
|
-
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9507
|
+
&:hover,
|
|
9508
|
+
&.k-hover,
|
|
9509
|
+
&.k-state-hover {
|
|
9510
|
+
@include fill(
|
|
9511
|
+
$chip-solid-info-hover-text,
|
|
9512
|
+
$chip-solid-info-hover-bg,
|
|
9513
|
+
$chip-solid-info-hover-border
|
|
9514
|
+
);
|
|
9515
|
+
}
|
|
9499
9516
|
|
|
9500
|
-
|
|
9501
|
-
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9517
|
+
&:focus,
|
|
9518
|
+
&.k-focus,
|
|
9519
|
+
&.k-state-focus {
|
|
9520
|
+
@include fill(
|
|
9521
|
+
$chip-solid-info-focus-text,
|
|
9522
|
+
$chip-solid-info-focus-bg,
|
|
9523
|
+
$chip-solid-info-focus-border
|
|
9524
|
+
);
|
|
9525
|
+
}
|
|
9509
9526
|
|
|
9510
|
-
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
}
|
|
9527
|
+
&.k-selected,
|
|
9528
|
+
&.k-state-selected {
|
|
9529
|
+
@include fill(
|
|
9530
|
+
$chip-solid-info-selected-text,
|
|
9531
|
+
$chip-solid-info-selected-bg,
|
|
9532
|
+
$chip-solid-info-selected-border
|
|
9533
|
+
);
|
|
9518
9534
|
}
|
|
9519
9535
|
}
|
|
9520
9536
|
|
|
9537
|
+
|
|
9538
|
+
// Outline chip
|
|
9521
9539
|
.k-chip-outline {
|
|
9522
9540
|
@include fill(
|
|
9523
9541
|
$chip-outline-text,
|
|
@@ -9526,8 +9544,8 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9526
9544
|
);
|
|
9527
9545
|
|
|
9528
9546
|
&:hover,
|
|
9529
|
-
&.k-
|
|
9530
|
-
&.k-hover {
|
|
9547
|
+
&.k-hover,
|
|
9548
|
+
&.k-state-hover {
|
|
9531
9549
|
@include fill(
|
|
9532
9550
|
$chip-outline-hover-text,
|
|
9533
9551
|
$chip-outline-hover-bg,
|
|
@@ -9536,177 +9554,171 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9536
9554
|
}
|
|
9537
9555
|
|
|
9538
9556
|
&:focus,
|
|
9539
|
-
&.k-
|
|
9540
|
-
&.k-focus {
|
|
9541
|
-
@include box-shadow( $chip-outline-focus-shadow );
|
|
9557
|
+
&.k-focus,
|
|
9558
|
+
&.k-state-focus {
|
|
9542
9559
|
@include fill(
|
|
9543
9560
|
$chip-outline-focus-text,
|
|
9544
9561
|
$chip-outline-focus-bg,
|
|
9545
9562
|
$chip-outline-focus-border
|
|
9546
9563
|
);
|
|
9564
|
+
@include box-shadow( $chip-outline-focus-shadow );
|
|
9547
9565
|
}
|
|
9548
9566
|
|
|
9549
|
-
&.k-
|
|
9550
|
-
&.k-selected {
|
|
9567
|
+
&.k-selected,
|
|
9568
|
+
&.k-state-selected {
|
|
9551
9569
|
@include fill(
|
|
9552
9570
|
$color: $chip-outline-selected-text,
|
|
9553
9571
|
$bg: $chip-outline-selected-bg
|
|
9554
9572
|
);
|
|
9555
9573
|
}
|
|
9574
|
+
}
|
|
9575
|
+
.k-chip-outline.k-chip-success {
|
|
9576
|
+
@include fill(
|
|
9577
|
+
$chip-outline-success-text,
|
|
9578
|
+
$chip-outline-success-bg,
|
|
9579
|
+
$chip-outline-success-border
|
|
9580
|
+
);
|
|
9556
9581
|
|
|
9557
|
-
|
|
9582
|
+
&:hover,
|
|
9583
|
+
&.k-hover,
|
|
9584
|
+
&.k-state-hover {
|
|
9558
9585
|
@include fill(
|
|
9559
|
-
$chip-outline-success-text,
|
|
9560
|
-
$chip-outline-success-bg,
|
|
9561
|
-
$chip-outline-success-border
|
|
9586
|
+
$chip-outline-success-hover-text,
|
|
9587
|
+
$chip-outline-success-hover-bg,
|
|
9588
|
+
$chip-outline-success-hover-border
|
|
9562
9589
|
);
|
|
9563
|
-
|
|
9564
|
-
&:hover,
|
|
9565
|
-
&.k-state-hover,
|
|
9566
|
-
&.k-hover {
|
|
9567
|
-
@include fill(
|
|
9568
|
-
$chip-outline-success-hover-text,
|
|
9569
|
-
$chip-outline-success-hover-bg,
|
|
9570
|
-
$chip-outline-success-hover-border
|
|
9571
|
-
);
|
|
9572
|
-
}
|
|
9573
|
-
|
|
9574
|
-
&:focus,
|
|
9575
|
-
&.k-state-focus,
|
|
9576
|
-
&.k-focus {
|
|
9577
|
-
@include fill(
|
|
9578
|
-
$chip-outline-success-focus-text,
|
|
9579
|
-
$chip-outline-success-focus-bg,
|
|
9580
|
-
$chip-outline-success-focus-border
|
|
9581
|
-
);
|
|
9582
|
-
}
|
|
9583
|
-
|
|
9584
|
-
&.k-state-selected,
|
|
9585
|
-
&.k-selected {
|
|
9586
|
-
@include fill(
|
|
9587
|
-
$chip-outline-success-selected-text,
|
|
9588
|
-
$chip-outline-success-selected-bg,
|
|
9589
|
-
$chip-outline-success-selected-border
|
|
9590
|
-
);
|
|
9591
|
-
}
|
|
9592
9590
|
}
|
|
9593
9591
|
|
|
9594
|
-
|
|
9592
|
+
&:focus,
|
|
9593
|
+
&.k-focus,
|
|
9594
|
+
&.k-state-focus {
|
|
9595
9595
|
@include fill(
|
|
9596
|
-
$chip-outline-
|
|
9597
|
-
$chip-outline-
|
|
9598
|
-
$chip-outline-
|
|
9596
|
+
$chip-outline-success-focus-text,
|
|
9597
|
+
$chip-outline-success-focus-bg,
|
|
9598
|
+
$chip-outline-success-focus-border
|
|
9599
9599
|
);
|
|
9600
|
-
|
|
9601
|
-
&:hover,
|
|
9602
|
-
&.k-state-hover,
|
|
9603
|
-
&.k-hover {
|
|
9604
|
-
@include fill(
|
|
9605
|
-
$chip-outline-warning-hover-text,
|
|
9606
|
-
$chip-outline-warning-hover-bg,
|
|
9607
|
-
$chip-outline-warning-hover-border
|
|
9608
|
-
);
|
|
9609
|
-
}
|
|
9610
|
-
|
|
9611
|
-
&:focus,
|
|
9612
|
-
&.k-state-focus,
|
|
9613
|
-
&.k-focus {
|
|
9614
|
-
@include fill(
|
|
9615
|
-
$chip-outline-warning-focus-text,
|
|
9616
|
-
$chip-outline-warning-focus-bg,
|
|
9617
|
-
$chip-outline-warning-focus-border
|
|
9618
|
-
);
|
|
9619
|
-
}
|
|
9620
|
-
|
|
9621
|
-
&.k-state-selected,
|
|
9622
|
-
&.k-selected {
|
|
9623
|
-
@include fill(
|
|
9624
|
-
$chip-outline-warning-selected-text,
|
|
9625
|
-
$chip-outline-warning-selected-bg,
|
|
9626
|
-
$chip-outline-warning-selected-border
|
|
9627
|
-
);
|
|
9628
|
-
}
|
|
9629
9600
|
}
|
|
9630
9601
|
|
|
9602
|
+
&.k-selected,
|
|
9603
|
+
&.k-state-selected {
|
|
9604
|
+
@include fill(
|
|
9605
|
+
$chip-outline-success-selected-text,
|
|
9606
|
+
$chip-outline-success-selected-bg,
|
|
9607
|
+
$chip-outline-success-selected-border
|
|
9608
|
+
);
|
|
9609
|
+
}
|
|
9610
|
+
}
|
|
9611
|
+
.k-chip-outline.k-chip-warning {
|
|
9612
|
+
@include fill(
|
|
9613
|
+
$chip-outline-warning-text,
|
|
9614
|
+
$chip-outline-warning-bg,
|
|
9615
|
+
$chip-outline-warning-border
|
|
9616
|
+
);
|
|
9631
9617
|
|
|
9632
|
-
|
|
9618
|
+
&:hover,
|
|
9619
|
+
&.k-hover,
|
|
9620
|
+
&.k-state-hover {
|
|
9633
9621
|
@include fill(
|
|
9634
|
-
$chip-outline-
|
|
9635
|
-
$chip-outline-
|
|
9636
|
-
$chip-outline-
|
|
9622
|
+
$chip-outline-warning-hover-text,
|
|
9623
|
+
$chip-outline-warning-hover-bg,
|
|
9624
|
+
$chip-outline-warning-hover-border
|
|
9637
9625
|
);
|
|
9626
|
+
}
|
|
9638
9627
|
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
|
|
9645
|
-
|
|
9646
|
-
|
|
9647
|
-
|
|
9628
|
+
&:focus,
|
|
9629
|
+
&.k-focus,
|
|
9630
|
+
&.k-state-focus {
|
|
9631
|
+
@include fill(
|
|
9632
|
+
$chip-outline-warning-focus-text,
|
|
9633
|
+
$chip-outline-warning-focus-bg,
|
|
9634
|
+
$chip-outline-warning-focus-border
|
|
9635
|
+
);
|
|
9636
|
+
}
|
|
9648
9637
|
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
9638
|
+
&.k-selected,
|
|
9639
|
+
&.k-state-selected {
|
|
9640
|
+
@include fill(
|
|
9641
|
+
$chip-outline-warning-selected-text,
|
|
9642
|
+
$chip-outline-warning-selected-bg,
|
|
9643
|
+
$chip-outline-warning-selected-border
|
|
9644
|
+
);
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
.k-chip-outline.k-chip-error {
|
|
9648
|
+
@include fill(
|
|
9649
|
+
$chip-outline-error-text,
|
|
9650
|
+
$chip-outline-error-bg,
|
|
9651
|
+
$chip-outline-error-border
|
|
9652
|
+
);
|
|
9658
9653
|
|
|
9659
|
-
|
|
9660
|
-
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
9654
|
+
&:hover,
|
|
9655
|
+
&.k-hover,
|
|
9656
|
+
&.k-state-hover {
|
|
9657
|
+
@include fill(
|
|
9658
|
+
$chip-outline-error-hover-text,
|
|
9659
|
+
$chip-outline-error-hover-bg,
|
|
9660
|
+
$chip-outline-error-hover-border
|
|
9661
|
+
);
|
|
9667
9662
|
}
|
|
9668
9663
|
|
|
9664
|
+
&:focus,
|
|
9665
|
+
&.k-focus,
|
|
9666
|
+
&.k-state-focus {
|
|
9667
|
+
@include fill(
|
|
9668
|
+
$chip-outline-error-focus-text,
|
|
9669
|
+
$chip-outline-error-focus-bg,
|
|
9670
|
+
$chip-outline-error-focus-border
|
|
9671
|
+
);
|
|
9672
|
+
}
|
|
9669
9673
|
|
|
9670
|
-
&.k-
|
|
9674
|
+
&.k-selected,
|
|
9675
|
+
&.k-state-selected {
|
|
9671
9676
|
@include fill(
|
|
9672
|
-
$chip-outline-
|
|
9673
|
-
$chip-outline-
|
|
9674
|
-
$chip-outline-
|
|
9677
|
+
$chip-outline-error-selected-text,
|
|
9678
|
+
$chip-outline-error-selected-bg,
|
|
9679
|
+
$chip-outline-error-selected-border
|
|
9675
9680
|
);
|
|
9681
|
+
}
|
|
9682
|
+
}
|
|
9683
|
+
.k-chip-outline.k-chip-info {
|
|
9684
|
+
@include fill(
|
|
9685
|
+
$chip-outline-info-text,
|
|
9686
|
+
$chip-outline-info-bg,
|
|
9687
|
+
$chip-outline-info-border
|
|
9688
|
+
);
|
|
9676
9689
|
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
|
-
|
|
9680
|
-
|
|
9681
|
-
|
|
9682
|
-
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9690
|
+
&:hover,
|
|
9691
|
+
&.k-hover,
|
|
9692
|
+
&.k-state-hover {
|
|
9693
|
+
@include fill(
|
|
9694
|
+
$chip-outline-info-hover-text,
|
|
9695
|
+
$chip-outline-info-hover-bg,
|
|
9696
|
+
$chip-outline-info-hover-border
|
|
9697
|
+
);
|
|
9698
|
+
}
|
|
9686
9699
|
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
|
|
9694
|
-
|
|
9695
|
-
|
|
9700
|
+
&:focus,
|
|
9701
|
+
&.k-focus,
|
|
9702
|
+
&.k-state-focus {
|
|
9703
|
+
@include fill(
|
|
9704
|
+
$chip-outline-info-focus-text,
|
|
9705
|
+
$chip-outline-info-focus-bg,
|
|
9706
|
+
$chip-outline-info-focus-border
|
|
9707
|
+
);
|
|
9708
|
+
}
|
|
9696
9709
|
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
}
|
|
9710
|
+
&.k-selected,
|
|
9711
|
+
&.k-state-selected {
|
|
9712
|
+
@include fill(
|
|
9713
|
+
$chip-outline-info-selected-text,
|
|
9714
|
+
$chip-outline-info-selected-bg,
|
|
9715
|
+
$chip-outline-info-selected-border
|
|
9716
|
+
);
|
|
9705
9717
|
}
|
|
9706
9718
|
}
|
|
9707
9719
|
|
|
9708
9720
|
|
|
9709
|
-
//
|
|
9721
|
+
// Focus state
|
|
9710
9722
|
.k-chip-info {
|
|
9711
9723
|
&:focus,
|
|
9712
9724
|
&.k-state-focus,
|
|
@@ -9772,12 +9784,13 @@ $color-preview-no-color-bg: $white !default;
|
|
|
9772
9784
|
$color-preview-no-color-text: $error !default;
|
|
9773
9785
|
$color-preview-no-color-border: null !default;
|
|
9774
9786
|
|
|
9775
|
-
$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;
|
|
9787
|
+
// $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;
|
|
9788
|
+
$color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
|
|
9776
9789
|
|
|
9777
9790
|
// #endregion
|
|
9778
9791
|
// #region @import "_layout.scss"; -> packages/classic/scss/color-preview/_layout.scss
|
|
9779
9792
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss
|
|
9780
|
-
@include exports("color-preview/layout") {
|
|
9793
|
+
@include exports( "color-preview/layout" ) {
|
|
9781
9794
|
|
|
9782
9795
|
// Color Preview
|
|
9783
9796
|
.k-color-preview {
|
|
@@ -9821,7 +9834,7 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
9821
9834
|
// #endregion
|
|
9822
9835
|
// #region @import "_theme.scss"; -> packages/classic/scss/color-preview/_theme.scss
|
|
9823
9836
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss
|
|
9824
|
-
@include exports("color-preview/theme") {
|
|
9837
|
+
@include exports( "color-preview/theme" ) {
|
|
9825
9838
|
|
|
9826
9839
|
// Color Preview
|
|
9827
9840
|
.k-color-preview {
|
|
@@ -9848,7 +9861,8 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
9848
9861
|
.k-no-color::after {
|
|
9849
9862
|
background-color: $color-preview-no-color-bg;
|
|
9850
9863
|
background-image: $color-preview-no-color-image;
|
|
9851
|
-
background-size:
|
|
9864
|
+
background-size: contain;
|
|
9865
|
+
background-position: 0 0;
|
|
9852
9866
|
}
|
|
9853
9867
|
|
|
9854
9868
|
}
|
|
@@ -16165,23 +16179,347 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
16165
16179
|
|
|
16166
16180
|
}
|
|
16167
16181
|
|
|
16182
|
+
// #endregion
|
|
16168
16183
|
|
|
16184
|
+
// #endregion
|
|
16169
16185
|
|
|
16186
|
+
// #endregion
|
|
16187
|
+
// #region @import "timeselector/_index.scss"; -> packages/classic/scss/timeselector/_index.scss
|
|
16188
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
16189
|
+
// File already imported_once. Skipping output.
|
|
16190
|
+
// #endregion
|
|
16170
16191
|
|
|
16171
|
-
@include exports( "daterangepicker/theme" ) {
|
|
16172
16192
|
|
|
16173
|
-
|
|
16174
|
-
|
|
16175
|
-
|
|
16176
|
-
|
|
16177
|
-
|
|
16178
|
-
|
|
16193
|
+
// Dependencies
|
|
16194
|
+
// #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
|
|
16195
|
+
// File already imported_once. Skipping output.
|
|
16196
|
+
// #endregion
|
|
16197
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/classic/scss/action-buttons/_index.scss
|
|
16198
|
+
// File already imported_once. Skipping output.
|
|
16199
|
+
// #endregion
|
|
16200
|
+
// #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
16201
|
+
// File already imported_once. Skipping output.
|
|
16202
|
+
// #endregion
|
|
16179
16203
|
|
|
16180
|
-
|
|
16181
|
-
|
|
16182
|
-
|
|
16204
|
+
|
|
16205
|
+
// Component
|
|
16206
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/timeselector/_variables.scss
|
|
16207
|
+
// Time selector
|
|
16208
|
+
$time-selector-border-width: 1px !default;
|
|
16209
|
+
$time-selector-font-family: $font-family !default;
|
|
16210
|
+
$time-selector-font-size: $font-size !default;
|
|
16211
|
+
$time-selector-line-height: $line-height !default;
|
|
16212
|
+
|
|
16213
|
+
$time-selector-bg: $component-bg !default;
|
|
16214
|
+
$time-selector-text: $component-text !default;
|
|
16215
|
+
$time-selector-border: $component-border !default;
|
|
16216
|
+
|
|
16217
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
16218
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
16219
|
+
$time-selector-header-border-width: 0px !default;
|
|
16220
|
+
|
|
16221
|
+
$time-list-width: 4em !default;
|
|
16222
|
+
$time-list-height: 240px !default;
|
|
16223
|
+
|
|
16224
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
16225
|
+
$time-list-title-line-height: 1.5 !default;
|
|
16226
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
16227
|
+
$time-list-title-text: $subtle-text !default;
|
|
16228
|
+
$time-list-title-focus-text: $component-text !default;
|
|
16229
|
+
|
|
16230
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
16231
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
16232
|
+
|
|
16233
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
16234
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
16235
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
16236
|
+
$time-list-highlight-border: $component-border !default;
|
|
16237
|
+
|
|
16238
|
+
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
16239
|
+
|
|
16240
|
+
// #endregion
|
|
16241
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/timeselector/_layout.scss
|
|
16242
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss
|
|
16243
|
+
@include exports( "timeselector/layout" ) {
|
|
16244
|
+
|
|
16245
|
+
// Time selector
|
|
16246
|
+
.k-timeselector {
|
|
16247
|
+
border-width: $time-selector-border-width;
|
|
16248
|
+
border-style: solid;
|
|
16249
|
+
box-sizing: border-box;
|
|
16250
|
+
outline: 0;
|
|
16251
|
+
font-family: $time-selector-font-family;
|
|
16252
|
+
font-size: $time-selector-font-size;
|
|
16253
|
+
line-height: $time-selector-line-height;
|
|
16254
|
+
position: relative;
|
|
16255
|
+
overflow: hidden;
|
|
16256
|
+
display: flex;
|
|
16257
|
+
flex-flow: column nowrap;
|
|
16258
|
+
user-select: none;
|
|
16259
|
+
-webkit-touch-callout: none;
|
|
16260
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
16261
|
+
|
|
16262
|
+
.k-popup > & {
|
|
16263
|
+
border-width: 0;
|
|
16264
|
+
}
|
|
16265
|
+
}
|
|
16266
|
+
|
|
16267
|
+
|
|
16268
|
+
// Time selector header
|
|
16269
|
+
.k-time-header,
|
|
16270
|
+
.k-time-selector-header {
|
|
16271
|
+
padding: $time-selector-header-padding-y $time-selector-header-padding-x;
|
|
16272
|
+
box-sizing: border-box;
|
|
16273
|
+
display: flex;
|
|
16274
|
+
align-items: center;
|
|
16275
|
+
justify-content: space-between;
|
|
16276
|
+
flex: 0 0 auto;
|
|
16277
|
+
|
|
16278
|
+
.k-title,
|
|
16279
|
+
.k-time-selector-header-title {
|
|
16280
|
+
padding: $button-padding-y $button-padding-x;
|
|
16281
|
+
font-weight: bold;
|
|
16282
|
+
display: inline-block;
|
|
16283
|
+
}
|
|
16284
|
+
|
|
16285
|
+
.k-time-now {
|
|
16286
|
+
border-width: 0;
|
|
16287
|
+
line-height: inherit;
|
|
16288
|
+
cursor: pointer;
|
|
16289
|
+
}
|
|
16290
|
+
}
|
|
16291
|
+
|
|
16292
|
+
|
|
16293
|
+
// Time selector footer
|
|
16294
|
+
// .k-time-footer {}
|
|
16295
|
+
// .k-time-selector-footer {}
|
|
16296
|
+
|
|
16297
|
+
|
|
16298
|
+
// Time list container
|
|
16299
|
+
.k-time-list-container {
|
|
16300
|
+
display: flex;
|
|
16301
|
+
position: relative;
|
|
16302
|
+
flex: 1 1 auto;
|
|
16303
|
+
}
|
|
16304
|
+
|
|
16305
|
+
|
|
16306
|
+
// Time list highlight
|
|
16307
|
+
.k-time-highlight,
|
|
16308
|
+
.k-time-list-highlight {
|
|
16309
|
+
width: 100%;
|
|
16310
|
+
height: $time-list-highlight-height;
|
|
16311
|
+
border-width: $time-list-highlight-border-width;
|
|
16312
|
+
border-style: solid;
|
|
16313
|
+
box-sizing: border-box;
|
|
16314
|
+
position: absolute;
|
|
16315
|
+
top: calc( 50% + #{$time-list-title-height / 2});
|
|
16316
|
+
left: 0;
|
|
16317
|
+
right: 0;
|
|
16318
|
+
transform: translateY(-50%);
|
|
16319
|
+
z-index: 1;
|
|
16320
|
+
}
|
|
16321
|
+
|
|
16322
|
+
|
|
16323
|
+
// Time list wrapper
|
|
16324
|
+
.k-time-list-wrapper {
|
|
16325
|
+
min-width: $time-list-width;
|
|
16326
|
+
height: $time-list-height;
|
|
16327
|
+
box-sizing: content-box;
|
|
16328
|
+
display: inline-flex;
|
|
16329
|
+
flex-flow: column nowrap;
|
|
16330
|
+
align-items: stretch;
|
|
16331
|
+
overflow: hidden;
|
|
16332
|
+
position: relative;
|
|
16333
|
+
text-align: center;
|
|
16334
|
+
flex: 1 1 auto;
|
|
16335
|
+
|
|
16336
|
+
.k-title {
|
|
16337
|
+
font-size: $time-list-title-font-size;
|
|
16338
|
+
line-height: $time-list-title-line-height;
|
|
16339
|
+
font-weight: bold;
|
|
16340
|
+
text-align: center;
|
|
16341
|
+
text-transform: capitalize;
|
|
16342
|
+
display: block;
|
|
16343
|
+
}
|
|
16344
|
+
|
|
16345
|
+
&.k-state-focused {
|
|
16346
|
+
&::before,
|
|
16347
|
+
&::after {
|
|
16348
|
+
display: block;
|
|
16349
|
+
content: " ";
|
|
16350
|
+
position: absolute;
|
|
16351
|
+
width: 100%;
|
|
16352
|
+
left: 0;
|
|
16353
|
+
pointer-events: none;
|
|
16354
|
+
height: calc( 50% - #{$time-list-highlight-height / 2} );
|
|
16355
|
+
box-sizing: border-box;
|
|
16356
|
+
border-width: 0;
|
|
16357
|
+
border-style: solid;
|
|
16358
|
+
}
|
|
16359
|
+
|
|
16360
|
+
&::before {
|
|
16361
|
+
top: $time-list-title-height;
|
|
16183
16362
|
}
|
|
16363
|
+
|
|
16364
|
+
&::after {
|
|
16365
|
+
bottom: 0;
|
|
16366
|
+
}
|
|
16367
|
+
}
|
|
16368
|
+
}
|
|
16369
|
+
|
|
16370
|
+
|
|
16371
|
+
// Time list
|
|
16372
|
+
.k-time-list {
|
|
16373
|
+
display: flex;
|
|
16374
|
+
flex-flow: row nowrap;
|
|
16375
|
+
align-items: stretch;
|
|
16376
|
+
flex: 1;
|
|
16377
|
+
position: relative;
|
|
16378
|
+
z-index: 1;
|
|
16379
|
+
overflow: hidden;
|
|
16380
|
+
|
|
16381
|
+
&::before,
|
|
16382
|
+
&::after {
|
|
16383
|
+
display: block;
|
|
16384
|
+
position: absolute;
|
|
16385
|
+
content: " ";
|
|
16386
|
+
height: 0;
|
|
16387
|
+
line-height: 0;
|
|
16388
|
+
z-index: 1;
|
|
16389
|
+
width: 200%;
|
|
16390
|
+
left: -50%;
|
|
16391
|
+
}
|
|
16392
|
+
|
|
16393
|
+
&::before { top: 0; }
|
|
16394
|
+
&::after { bottom: 0; }
|
|
16395
|
+
}
|
|
16396
|
+
|
|
16397
|
+
|
|
16398
|
+
// Time list content
|
|
16399
|
+
.k-time-container,
|
|
16400
|
+
.k-time-list-content {
|
|
16401
|
+
position: relative;
|
|
16402
|
+
flex: 1 1 auto;
|
|
16403
|
+
display: block;
|
|
16404
|
+
overflow-x: hidden;
|
|
16405
|
+
overflow-y: scroll;
|
|
16406
|
+
|
|
16407
|
+
@include hide-scrollbar("right");
|
|
16408
|
+
|
|
16409
|
+
> ul {
|
|
16410
|
+
height: auto;
|
|
16411
|
+
width: $time-list-width;
|
|
16412
|
+
margin: auto;
|
|
16413
|
+
}
|
|
16414
|
+
|
|
16415
|
+
.k-rtl &
|
|
16416
|
+
[dir="rtl"] & {
|
|
16417
|
+
@include hide-scrollbar("left");
|
|
16184
16418
|
}
|
|
16419
|
+
|
|
16420
|
+
.k-scrollable-placeholder {
|
|
16421
|
+
position: absolute;
|
|
16422
|
+
width: 1px;
|
|
16423
|
+
top: 0;
|
|
16424
|
+
right: 0;
|
|
16425
|
+
}
|
|
16426
|
+
}
|
|
16427
|
+
|
|
16428
|
+
|
|
16429
|
+
// Time list item
|
|
16430
|
+
.k-time-list-item,
|
|
16431
|
+
.k-time-list .k-item {
|
|
16432
|
+
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
16433
|
+
}
|
|
16434
|
+
|
|
16435
|
+
|
|
16436
|
+
// Time separator
|
|
16437
|
+
.k-time-separator {
|
|
16438
|
+
width: 0;
|
|
16439
|
+
height: $time-list-highlight-height;
|
|
16440
|
+
align-self: center;
|
|
16441
|
+
display: inline-flex;
|
|
16442
|
+
justify-content: center;
|
|
16443
|
+
align-items: center;
|
|
16444
|
+
position: relative;
|
|
16445
|
+
z-index: 11;
|
|
16446
|
+
top: calc( #{$time-list-title-height / 2} );
|
|
16447
|
+
}
|
|
16448
|
+
|
|
16449
|
+
}
|
|
16450
|
+
|
|
16451
|
+
// #endregion
|
|
16452
|
+
|
|
16453
|
+
// #endregion
|
|
16454
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/timeselector/_theme.scss
|
|
16455
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss
|
|
16456
|
+
@include exports( "timeselector/theme" ) {
|
|
16457
|
+
|
|
16458
|
+
// Time selector
|
|
16459
|
+
.k-timeselector {
|
|
16460
|
+
@include fill(
|
|
16461
|
+
$time-selector-text,
|
|
16462
|
+
$time-selector-bg,
|
|
16463
|
+
$time-selector-border
|
|
16464
|
+
);
|
|
16465
|
+
}
|
|
16466
|
+
|
|
16467
|
+
|
|
16468
|
+
// Time selector header
|
|
16469
|
+
.k-time-header,
|
|
16470
|
+
.k-time-selector-header {
|
|
16471
|
+
|
|
16472
|
+
.k-time-now {
|
|
16473
|
+
color: $link-text;
|
|
16474
|
+
}
|
|
16475
|
+
.k-time-now:hover {
|
|
16476
|
+
color: $link-hover-text;
|
|
16477
|
+
}
|
|
16478
|
+
}
|
|
16479
|
+
|
|
16480
|
+
|
|
16481
|
+
// Time list wrapper
|
|
16482
|
+
.k-time-list-wrapper {
|
|
16483
|
+
|
|
16484
|
+
.k-title {
|
|
16485
|
+
color: $time-list-title-text;
|
|
16486
|
+
}
|
|
16487
|
+
|
|
16488
|
+
&.k-state-focused {
|
|
16489
|
+
.k-title {
|
|
16490
|
+
color: $time-list-title-focus-text;
|
|
16491
|
+
}
|
|
16492
|
+
|
|
16493
|
+
&::before,
|
|
16494
|
+
&::after {
|
|
16495
|
+
background-color: $time-list-focused-bg;
|
|
16496
|
+
}
|
|
16497
|
+
}
|
|
16498
|
+
}
|
|
16499
|
+
|
|
16500
|
+
|
|
16501
|
+
// Time list
|
|
16502
|
+
.k-time-list {
|
|
16503
|
+
&::before,
|
|
16504
|
+
&::after {
|
|
16505
|
+
$shadow-size: 3em;
|
|
16506
|
+
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
|
|
16507
|
+
}
|
|
16508
|
+
|
|
16509
|
+
.k-item:hover {
|
|
16510
|
+
color: $primary;
|
|
16511
|
+
}
|
|
16512
|
+
}
|
|
16513
|
+
|
|
16514
|
+
.k-time-container {
|
|
16515
|
+
background: transparent;
|
|
16516
|
+
}
|
|
16517
|
+
|
|
16518
|
+
.k-time-highlight {
|
|
16519
|
+
@include fill(
|
|
16520
|
+
$bg: $time-list-highlight-bg,
|
|
16521
|
+
$border: $time-list-highlight-border
|
|
16522
|
+
);
|
|
16185
16523
|
}
|
|
16186
16524
|
|
|
16187
16525
|
}
|
|
@@ -17489,51 +17827,41 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17489
17827
|
// #endregion
|
|
17490
17828
|
// #region @import "_layout.scss"; -> packages/classic/scss/colorpicker/_layout.scss
|
|
17491
17829
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss
|
|
17492
|
-
@include exports("colorpicker/layout") {
|
|
17830
|
+
@include exports( "colorpicker/layout" ) {
|
|
17493
17831
|
|
|
17494
|
-
//
|
|
17832
|
+
// Color picker
|
|
17495
17833
|
.k-colorpicker {
|
|
17834
|
+
@include border-radius( $input-border-radius );
|
|
17496
17835
|
width: auto;
|
|
17497
|
-
border-width:
|
|
17836
|
+
border-width: 1px;
|
|
17837
|
+
border-style: solid;
|
|
17498
17838
|
box-sizing: border-box;
|
|
17499
17839
|
outline: 0;
|
|
17500
17840
|
font-family: $colorpicker-font-family;
|
|
17501
17841
|
font-size: $colorpicker-font-size;
|
|
17502
17842
|
line-height: $colorpicker-line-height;
|
|
17503
|
-
|
|
17504
|
-
|
|
17843
|
+
text-align: start;
|
|
17844
|
+
white-space: nowrap;
|
|
17505
17845
|
display: inline-flex;
|
|
17846
|
+
flex-flow: row nowrap;
|
|
17506
17847
|
vertical-align: middle;
|
|
17507
17848
|
position: relative;
|
|
17508
|
-
overflow:
|
|
17849
|
+
overflow: hidden;
|
|
17850
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17509
17851
|
-webkit-touch-callout: none;
|
|
17510
17852
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17511
17853
|
|
|
17512
17854
|
.k-selected-color {
|
|
17513
|
-
|
|
17514
|
-
width: $button-inner-calc-size;
|
|
17515
|
-
height: $button-inner-calc-size;
|
|
17516
|
-
border-width:
|
|
17855
|
+
margin: $button-padding-y;
|
|
17856
|
+
width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17857
|
+
height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17858
|
+
border-width: 1px;
|
|
17517
17859
|
border-style: solid;
|
|
17518
|
-
border-color: inherit;
|
|
17519
17860
|
box-sizing: border-box;
|
|
17861
|
+
background-clip: content-box;
|
|
17520
17862
|
line-height: 0;
|
|
17521
17863
|
position: relative;
|
|
17522
17864
|
overflow: hidden;
|
|
17523
|
-
|
|
17524
|
-
.k-i-line {
|
|
17525
|
-
border-top: 1px solid $error;
|
|
17526
|
-
width: 200%;
|
|
17527
|
-
height: 200%;
|
|
17528
|
-
position: absolute;
|
|
17529
|
-
top: 50%;
|
|
17530
|
-
left: 50%;
|
|
17531
|
-
transform: translate(-33%, -33%) rotateZ(45deg);
|
|
17532
|
-
transform-origin: 0 0;
|
|
17533
|
-
}
|
|
17534
|
-
.k-i-line::before {
|
|
17535
|
-
display: none;
|
|
17536
|
-
}
|
|
17537
17865
|
}
|
|
17538
17866
|
|
|
17539
17867
|
.k-tool-icon {
|
|
@@ -17565,22 +17893,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17565
17893
|
}
|
|
17566
17894
|
}
|
|
17567
17895
|
|
|
17568
|
-
.k-picker-wrap {
|
|
17569
|
-
@include border-radius( $input-border-radius );
|
|
17570
|
-
padding: 0;
|
|
17571
|
-
width: 100%;
|
|
17572
|
-
border-width: 1px;
|
|
17573
|
-
border-style: solid;
|
|
17574
|
-
box-sizing: border-box;
|
|
17575
|
-
position: relative;
|
|
17576
|
-
display: flex;
|
|
17577
|
-
flex-direction: row;
|
|
17578
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17579
|
-
overflow: hidden;
|
|
17580
|
-
cursor: default;
|
|
17581
|
-
outline: 0;
|
|
17582
|
-
}
|
|
17583
|
-
|
|
17584
17896
|
|
|
17585
17897
|
// Input
|
|
17586
17898
|
.k-input {}
|
|
@@ -17590,19 +17902,17 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17590
17902
|
.k-select {
|
|
17591
17903
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
17592
17904
|
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
17905
|
+
height: $button-inner-calc-size;
|
|
17593
17906
|
border-width: 0;
|
|
17594
17907
|
border-inline-start-width: $picker-select-border-width;
|
|
17595
17908
|
border-style: solid;
|
|
17596
|
-
border-color:
|
|
17909
|
+
border-color: transparent;
|
|
17597
17910
|
box-sizing: border-box;
|
|
17598
17911
|
display: flex;
|
|
17599
17912
|
align-items: center;
|
|
17600
17913
|
justify-content: center;
|
|
17601
17914
|
flex: 0 0 auto;
|
|
17602
|
-
text-align: center;
|
|
17603
17915
|
cursor: pointer;
|
|
17604
|
-
|
|
17605
|
-
.k-icon {}
|
|
17606
17916
|
}
|
|
17607
17917
|
|
|
17608
17918
|
}
|
|
@@ -17624,37 +17934,22 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17624
17934
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss
|
|
17625
17935
|
@include exports( "colorpicker/theme" ) {
|
|
17626
17936
|
|
|
17937
|
+
// Color picker
|
|
17627
17938
|
.k-colorpicker {
|
|
17939
|
+
@include fill(
|
|
17940
|
+
$colorpicker-text,
|
|
17941
|
+
$colorpicker-bg,
|
|
17942
|
+
$colorpicker-border,
|
|
17943
|
+
$colorpicker-gradient
|
|
17944
|
+
);
|
|
17628
17945
|
|
|
17629
|
-
|
|
17630
|
-
|
|
17631
|
-
@include fill(
|
|
17632
|
-
$colorpicker-text,
|
|
17633
|
-
$colorpicker-bg,
|
|
17634
|
-
$colorpicker-border,
|
|
17635
|
-
$colorpicker-gradient
|
|
17636
|
-
);
|
|
17637
|
-
|
|
17638
|
-
// Invalid state
|
|
17639
|
-
&.k-invalid,
|
|
17640
|
-
&.k-invalid:hover,
|
|
17641
|
-
&.k-state-invalid {
|
|
17642
|
-
border-color: $invalid-border;
|
|
17643
|
-
|
|
17644
|
-
.k-input-validation-icon {
|
|
17645
|
-
color: $invalid-text;
|
|
17646
|
-
}
|
|
17647
|
-
|
|
17648
|
-
&:focus,
|
|
17649
|
-
&.k-state-focused {
|
|
17650
|
-
@include box-shadow($invalid-shadow);
|
|
17651
|
-
}
|
|
17652
|
-
}
|
|
17946
|
+
.k-selected-color {
|
|
17947
|
+
border-color: $component-border;
|
|
17653
17948
|
}
|
|
17654
17949
|
|
|
17655
17950
|
// Hover state
|
|
17656
|
-
|
|
17657
|
-
|
|
17951
|
+
&:hover,
|
|
17952
|
+
&.k-state-hover {
|
|
17658
17953
|
@include fill(
|
|
17659
17954
|
$colorpicker-hovered-text,
|
|
17660
17955
|
$colorpicker-hovered-bg,
|
|
@@ -17663,12 +17958,18 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17663
17958
|
);
|
|
17664
17959
|
}
|
|
17665
17960
|
|
|
17666
|
-
&.k-state-active {}
|
|
17667
|
-
|
|
17668
17961
|
// Focus state
|
|
17669
|
-
|
|
17670
|
-
|
|
17671
|
-
|
|
17962
|
+
&:focus,
|
|
17963
|
+
&.k-state-focus {
|
|
17964
|
+
@include fill(
|
|
17965
|
+
$colorpicker-focused-text,
|
|
17966
|
+
$colorpicker-focused-bg,
|
|
17967
|
+
$colorpicker-focused-border,
|
|
17968
|
+
$colorpicker-focused-gradient
|
|
17969
|
+
);
|
|
17970
|
+
@include box-shadow($colorpicker-focused-shadow);
|
|
17971
|
+
}
|
|
17972
|
+
&:focus-within {
|
|
17672
17973
|
@include fill(
|
|
17673
17974
|
$colorpicker-focused-text,
|
|
17674
17975
|
$colorpicker-focused-bg,
|
|
@@ -17678,20 +17979,20 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17678
17979
|
@include box-shadow($colorpicker-focused-shadow);
|
|
17679
17980
|
}
|
|
17680
17981
|
|
|
17982
|
+
|
|
17681
17983
|
// Invalid state
|
|
17682
|
-
&.k-
|
|
17683
|
-
&.ng-invalid
|
|
17684
|
-
&.
|
|
17685
|
-
|
|
17686
|
-
border-color: $invalid-border;
|
|
17984
|
+
&.k-invalid,
|
|
17985
|
+
&.ng-invalid,
|
|
17986
|
+
&.k-state-invalid {
|
|
17987
|
+
border-color: $invalid-border;
|
|
17687
17988
|
|
|
17688
|
-
|
|
17689
|
-
|
|
17690
|
-
|
|
17989
|
+
.k-input-validation-icon {
|
|
17990
|
+
color: $invalid-text;
|
|
17991
|
+
}
|
|
17691
17992
|
|
|
17692
|
-
|
|
17693
|
-
|
|
17694
|
-
|
|
17993
|
+
&:focus-within,
|
|
17994
|
+
&.k-state-focus {
|
|
17995
|
+
@include box-shadow($invalid-shadow);
|
|
17695
17996
|
}
|
|
17696
17997
|
}
|
|
17697
17998
|
|
|
@@ -17707,128 +18008,49 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17707
18008
|
// #region @import "combobox/_index.scss"; -> packages/classic/scss/combobox/_index.scss
|
|
17708
18009
|
// File already imported_once. Skipping output.
|
|
17709
18010
|
// #endregion
|
|
17710
|
-
// #region @import "
|
|
18011
|
+
// #region @import "dateinput/_index.scss"; -> packages/classic/scss/dateinput/_index.scss
|
|
17711
18012
|
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
17712
18013
|
// File already imported_once. Skipping output.
|
|
17713
18014
|
// #endregion
|
|
17714
18015
|
|
|
17715
18016
|
|
|
17716
18017
|
// Dependencies
|
|
17717
|
-
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
17718
|
-
// File already imported_once. Skipping output.
|
|
17719
|
-
// #endregion
|
|
17720
|
-
// #region @import "../action-buttons/_index.scss"; -> packages/classic/scss/action-buttons/_index.scss
|
|
17721
|
-
// File already imported_once. Skipping output.
|
|
17722
|
-
// #endregion
|
|
17723
18018
|
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
17724
18019
|
// File already imported_once. Skipping output.
|
|
17725
18020
|
// #endregion
|
|
17726
|
-
// #region @import "../floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
17727
|
-
// File already imported_once. Skipping output.
|
|
17728
|
-
// #endregion
|
|
17729
|
-
// #region @import "../calendar/_index.scss"; -> packages/classic/scss/calendar/_index.scss
|
|
17730
|
-
// File already imported_once. Skipping output.
|
|
17731
|
-
// #endregion
|
|
17732
|
-
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
17733
|
-
// File already imported_once. Skipping output.
|
|
17734
|
-
// #endregion
|
|
17735
18021
|
|
|
17736
18022
|
|
|
17737
18023
|
// Component
|
|
17738
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/
|
|
17739
|
-
//
|
|
17740
|
-
$time-highlight-size: 1px !default;
|
|
17741
|
-
|
|
17742
|
-
$time-list-title-text: $subtle-text !default;
|
|
17743
|
-
$time-list-title-focus-text: $component-text !default;
|
|
17744
|
-
|
|
17745
|
-
$time-list-highlight-bg: $component-bg !default;
|
|
17746
|
-
$time-list-highlight-border: $component-border !default;
|
|
17747
|
-
|
|
17748
|
-
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
17749
|
-
|
|
17750
|
-
$time-header-padding: null !default;
|
|
17751
|
-
$timepicker-header-height: 2em !default;
|
|
17752
|
-
|
|
17753
|
-
$time-list-padding: $padding-y * 5 !default;
|
|
17754
|
-
$time-list-focus-size: 2px !default;
|
|
17755
|
-
$time-list-width: 4em !default;
|
|
17756
|
-
$time-list-height: 200px !default;
|
|
17757
|
-
|
|
17758
|
-
$time-list-item-padding-x: $padding-x !default;
|
|
17759
|
-
$time-list-item-padding-y: $padding-y !default;
|
|
17760
|
-
|
|
17761
|
-
$dateinput-text: null !default;
|
|
17762
|
-
|
|
17763
|
-
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
17764
|
-
|
|
17765
|
-
$datetime-bg: $input-bg !default;
|
|
17766
|
-
$datetime-text: $input-text !default;
|
|
17767
|
-
$datetime-border: $input-border !default;
|
|
17768
|
-
|
|
17769
|
-
$datetime-hovered-bg: $input-hovered-bg !default;
|
|
17770
|
-
$datetime-hovered-text: $input-hovered-text !default;
|
|
17771
|
-
$datetime-hovered-border: $input-hovered-border !default;
|
|
17772
|
-
|
|
17773
|
-
$datetime-focused-bg: $input-focused-bg !default;
|
|
17774
|
-
$datetime-focused-text: $input-focused-text !default;
|
|
17775
|
-
$datetime-focused-border: $input-focused-border !default;
|
|
17776
|
-
$datetime-focused-shadow: $input-focused-shadow !default;
|
|
17777
|
-
|
|
17778
|
-
$datetime-select-bg: $button-bg !default;
|
|
17779
|
-
$datetime-select-text: $button-text !default;
|
|
17780
|
-
$datetime-select-border: $button-border !default;
|
|
17781
|
-
$datetime-select-gradient: $button-gradient !default;
|
|
17782
|
-
|
|
17783
|
-
$datetime-select-hovered-bg: $button-hovered-bg !default;
|
|
17784
|
-
$datetime-select-hovered-text: $button-hovered-text !default;
|
|
17785
|
-
$datetime-select-hovered-border: $button-hovered-border !default;
|
|
17786
|
-
$datetime-select-hovered-gradient: $button-hovered-gradient !default;
|
|
17787
|
-
|
|
17788
|
-
$datetime-select-pressed-bg: $button-active-bg !default;
|
|
17789
|
-
$datetime-select-pressed-text: $button-active-text !default;
|
|
17790
|
-
$datetime-select-pressed-border: $button-active-border !default;
|
|
17791
|
-
$datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
18024
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/dateinput/_variables.scss
|
|
18025
|
+
// Date input
|
|
17792
18026
|
|
|
17793
18027
|
// #endregion
|
|
17794
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/
|
|
17795
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
17796
|
-
@include exports("
|
|
18028
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/dateinput/_layout.scss
|
|
18029
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss
|
|
18030
|
+
@include exports( "dateinput/layout" ) {
|
|
17797
18031
|
|
|
17798
|
-
//
|
|
18032
|
+
// Date input
|
|
17799
18033
|
.k-dateinput {
|
|
18034
|
+
@include border-radius( $input-border-radius );
|
|
17800
18035
|
width: $input-default-width;
|
|
17801
|
-
border-width:
|
|
18036
|
+
border-width: $input-border-width;
|
|
18037
|
+
border-style: solid;
|
|
17802
18038
|
box-sizing: border-box;
|
|
17803
18039
|
outline: 0;
|
|
17804
|
-
background: none;
|
|
17805
18040
|
font-family: $input-font-family;
|
|
17806
18041
|
font-size: $input-font-size;
|
|
17807
18042
|
line-height: $input-line-height;
|
|
17808
|
-
text-align:
|
|
18043
|
+
text-align: start;
|
|
17809
18044
|
white-space: nowrap;
|
|
17810
18045
|
display: inline-flex;
|
|
18046
|
+
flex-flow: row nowrap;
|
|
17811
18047
|
vertical-align: middle;
|
|
17812
18048
|
position: relative;
|
|
18049
|
+
overflow: hidden;
|
|
18050
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17813
18051
|
-webkit-touch-callout: none;
|
|
17814
18052
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17815
18053
|
|
|
17816
|
-
.k-dateinput-wrap {
|
|
17817
|
-
@include border-radius( $input-border-radius );
|
|
17818
|
-
padding: 0;
|
|
17819
|
-
width: 100%;
|
|
17820
|
-
border-width: 1px;
|
|
17821
|
-
border-style: solid;
|
|
17822
|
-
box-sizing: border-box;
|
|
17823
|
-
position: relative;
|
|
17824
|
-
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17825
|
-
cursor: default;
|
|
17826
|
-
outline: 0;
|
|
17827
|
-
display: flex;
|
|
17828
|
-
flex-flow: row nowrap;
|
|
17829
|
-
overflow: hidden;
|
|
17830
|
-
}
|
|
17831
|
-
|
|
17832
18054
|
|
|
17833
18055
|
// Input
|
|
17834
18056
|
.k-input {}
|
|
@@ -17873,62 +18095,343 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17873
18095
|
}
|
|
17874
18096
|
|
|
17875
18097
|
|
|
17876
|
-
//
|
|
17877
|
-
.k-rtl &,
|
|
17878
|
-
&[dir="rtl"] {
|
|
17879
|
-
text-align: right;
|
|
17880
|
-
}
|
|
17881
|
-
|
|
17882
|
-
|
|
17883
|
-
// Nested dateinput
|
|
18098
|
+
// Nested date input
|
|
17884
18099
|
.k-picker-wrap & {
|
|
17885
18100
|
margin: 0 !important; // sass-lint:disable-line no-important
|
|
18101
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
17886
18102
|
width: 100%;
|
|
18103
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
18104
|
+
border-width: 0; // sass-lint:disable-line no-important
|
|
18105
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17887
18106
|
flex: 1 1 auto;
|
|
18107
|
+
}
|
|
18108
|
+
}
|
|
17888
18109
|
|
|
17889
|
-
|
|
17890
|
-
|
|
17891
|
-
|
|
17892
|
-
|
|
18110
|
+
}
|
|
18111
|
+
|
|
18112
|
+
// #endregion
|
|
18113
|
+
|
|
18114
|
+
// #endregion
|
|
18115
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/dateinput/_theme.scss
|
|
18116
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss
|
|
18117
|
+
@include exports( "dateinput/theme" ) {
|
|
18118
|
+
|
|
18119
|
+
.k-dateinput {
|
|
18120
|
+
@include fill(
|
|
18121
|
+
$input-text,
|
|
18122
|
+
$input-bg,
|
|
18123
|
+
$input-border
|
|
18124
|
+
);
|
|
18125
|
+
|
|
18126
|
+
// Hover state
|
|
18127
|
+
&:hover,
|
|
18128
|
+
&.k-state-hover {
|
|
18129
|
+
@include fill(
|
|
18130
|
+
$input-hovered-text,
|
|
18131
|
+
$input-hovered-bg,
|
|
18132
|
+
$input-hovered-border
|
|
18133
|
+
);
|
|
18134
|
+
}
|
|
18135
|
+
|
|
18136
|
+
// Focus state
|
|
18137
|
+
&:focus,
|
|
18138
|
+
&.k-state-focus {
|
|
18139
|
+
@include fill(
|
|
18140
|
+
$input-focused-text,
|
|
18141
|
+
$input-focused-bg,
|
|
18142
|
+
$input-focused-border
|
|
18143
|
+
);
|
|
18144
|
+
@include box-shadow( $input-focused-shadow );
|
|
18145
|
+
}
|
|
18146
|
+
&:focus-within {
|
|
18147
|
+
@include fill(
|
|
18148
|
+
$input-focused-text,
|
|
18149
|
+
$input-focused-bg,
|
|
18150
|
+
$input-focused-border
|
|
18151
|
+
);
|
|
18152
|
+
@include box-shadow( $input-focused-shadow );
|
|
18153
|
+
}
|
|
18154
|
+
|
|
18155
|
+
|
|
18156
|
+
// Invalid state
|
|
18157
|
+
&.k-invalid,
|
|
18158
|
+
&.ng-invalid,
|
|
18159
|
+
&.k-state-invalid {
|
|
18160
|
+
border-color: $invalid-border;
|
|
18161
|
+
|
|
18162
|
+
.k-input-validation-icon {
|
|
18163
|
+
color: $invalid-text;
|
|
18164
|
+
}
|
|
18165
|
+
|
|
18166
|
+
&:focus-within,
|
|
18167
|
+
&.k-state-focus {
|
|
18168
|
+
@include box-shadow($invalid-shadow);
|
|
17893
18169
|
}
|
|
17894
18170
|
}
|
|
18171
|
+
|
|
18172
|
+
|
|
18173
|
+
// Spinner
|
|
18174
|
+
.k-select {
|
|
18175
|
+
@include fill(
|
|
18176
|
+
$picker-select-text,
|
|
18177
|
+
$picker-select-bg,
|
|
18178
|
+
$picker-select-border,
|
|
18179
|
+
$picker-select-gradient
|
|
18180
|
+
);
|
|
18181
|
+
}
|
|
18182
|
+
.k-link:hover,
|
|
18183
|
+
.k-link.k-state-hover {
|
|
18184
|
+
@include fill(
|
|
18185
|
+
$picker-select-hovered-text,
|
|
18186
|
+
$picker-select-hovered-bg,
|
|
18187
|
+
$picker-select-hovered-border,
|
|
18188
|
+
$picker-select-hovered-gradient
|
|
18189
|
+
);
|
|
18190
|
+
}
|
|
18191
|
+
.k-link:active,
|
|
18192
|
+
.k-link.k-state-active {
|
|
18193
|
+
@include fill(
|
|
18194
|
+
$picker-select-pressed-text,
|
|
18195
|
+
$picker-select-pressed-bg,
|
|
18196
|
+
$picker-select-pressed-border,
|
|
18197
|
+
$picker-select-pressed-gradient
|
|
18198
|
+
);
|
|
18199
|
+
}
|
|
17895
18200
|
}
|
|
17896
18201
|
|
|
18202
|
+
}
|
|
17897
18203
|
|
|
17898
|
-
|
|
17899
|
-
|
|
17900
|
-
|
|
18204
|
+
// #endregion
|
|
18205
|
+
|
|
18206
|
+
// #endregion
|
|
18207
|
+
|
|
18208
|
+
// #endregion
|
|
18209
|
+
// #region @import "datepicker/_index.scss"; -> packages/classic/scss/datepicker/_index.scss
|
|
18210
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
18211
|
+
// File already imported_once. Skipping output.
|
|
18212
|
+
// #endregion
|
|
18213
|
+
|
|
18214
|
+
|
|
18215
|
+
// Dependencies
|
|
18216
|
+
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
18217
|
+
// File already imported_once. Skipping output.
|
|
18218
|
+
// #endregion
|
|
18219
|
+
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
18220
|
+
// File already imported_once. Skipping output.
|
|
18221
|
+
// #endregion
|
|
18222
|
+
// #region @import "../calendar/_index.scss"; -> packages/classic/scss/calendar/_index.scss
|
|
18223
|
+
// File already imported_once. Skipping output.
|
|
18224
|
+
// #endregion
|
|
18225
|
+
|
|
18226
|
+
|
|
18227
|
+
// Component
|
|
18228
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/datepicker/_variables.scss
|
|
18229
|
+
// Datepicker
|
|
18230
|
+
|
|
18231
|
+
// #endregion
|
|
18232
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/datepicker/_layout.scss
|
|
18233
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss
|
|
18234
|
+
@include exports( "datepicker/layout" ) {
|
|
18235
|
+
|
|
18236
|
+
// Date picker
|
|
18237
|
+
.k-datepicker {
|
|
18238
|
+
@include border-radius( $input-border-radius );
|
|
17901
18239
|
width: $input-default-width;
|
|
17902
|
-
border-width:
|
|
18240
|
+
border-width: $input-border-width;
|
|
18241
|
+
border-style: solid;
|
|
17903
18242
|
box-sizing: border-box;
|
|
17904
18243
|
outline: 0;
|
|
17905
18244
|
font-family: $input-font-family;
|
|
17906
18245
|
font-size: $input-font-size;
|
|
17907
18246
|
line-height: $input-line-height;
|
|
18247
|
+
text-align: start;
|
|
17908
18248
|
white-space: nowrap;
|
|
17909
|
-
background: none;
|
|
17910
18249
|
display: inline-flex;
|
|
18250
|
+
flex-flow: row nowrap;
|
|
17911
18251
|
vertical-align: middle;
|
|
17912
18252
|
position: relative;
|
|
18253
|
+
overflow: hidden;
|
|
18254
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17913
18255
|
-webkit-touch-callout: none;
|
|
17914
18256
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17915
18257
|
|
|
17916
|
-
|
|
17917
|
-
|
|
17918
|
-
|
|
17919
|
-
|
|
17920
|
-
|
|
17921
|
-
|
|
18258
|
+
|
|
18259
|
+
// Input
|
|
18260
|
+
.k-input {}
|
|
18261
|
+
|
|
18262
|
+
|
|
18263
|
+
// Select
|
|
18264
|
+
.k-select {
|
|
18265
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
18266
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
18267
|
+
border-width: 0;
|
|
18268
|
+
border-inline-start-width: $picker-select-border-width;
|
|
17922
18269
|
border-style: solid;
|
|
17923
18270
|
box-sizing: border-box;
|
|
17924
|
-
display: flex;
|
|
17925
|
-
flex-direction: row;
|
|
17926
|
-
position: relative;
|
|
17927
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17928
|
-
cursor: default;
|
|
17929
18271
|
outline: 0;
|
|
17930
|
-
|
|
18272
|
+
display: flex;
|
|
18273
|
+
flex-flow: row nowrap;
|
|
18274
|
+
align-items: center;
|
|
18275
|
+
justify-content: center;
|
|
18276
|
+
flex: 0 0 auto;
|
|
18277
|
+
cursor: pointer;
|
|
18278
|
+
}
|
|
18279
|
+
}
|
|
18280
|
+
|
|
18281
|
+
}
|
|
18282
|
+
|
|
18283
|
+
// #endregion
|
|
18284
|
+
|
|
18285
|
+
// #endregion
|
|
18286
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/datepicker/_theme.scss
|
|
18287
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss
|
|
18288
|
+
@include exports( "datepicker/theme" ) {
|
|
18289
|
+
|
|
18290
|
+
// Date picker
|
|
18291
|
+
.k-datepicker {
|
|
18292
|
+
@include fill(
|
|
18293
|
+
$input-text,
|
|
18294
|
+
$input-bg,
|
|
18295
|
+
$input-border
|
|
18296
|
+
);
|
|
18297
|
+
|
|
18298
|
+
// Hover state
|
|
18299
|
+
&:hover,
|
|
18300
|
+
&.k-state-hover {
|
|
18301
|
+
@include fill(
|
|
18302
|
+
$input-hovered-text,
|
|
18303
|
+
$input-hovered-bg,
|
|
18304
|
+
$input-hovered-border
|
|
18305
|
+
);
|
|
18306
|
+
}
|
|
18307
|
+
|
|
18308
|
+
// Focus state
|
|
18309
|
+
&:focus,
|
|
18310
|
+
&.k-state-focus {
|
|
18311
|
+
@include fill(
|
|
18312
|
+
$input-focused-text,
|
|
18313
|
+
$input-focused-bg,
|
|
18314
|
+
$input-focused-border
|
|
18315
|
+
);
|
|
18316
|
+
@include box-shadow( $input-focused-shadow );
|
|
18317
|
+
}
|
|
18318
|
+
&:focus-within {
|
|
18319
|
+
@include fill(
|
|
18320
|
+
$input-focused-text,
|
|
18321
|
+
$input-focused-bg,
|
|
18322
|
+
$input-focused-border
|
|
18323
|
+
);
|
|
18324
|
+
@include box-shadow( $input-focused-shadow );
|
|
18325
|
+
}
|
|
18326
|
+
|
|
18327
|
+
|
|
18328
|
+
// Invalid state
|
|
18329
|
+
&.k-invalid,
|
|
18330
|
+
&.ng-invalid,
|
|
18331
|
+
&.k-state-invalid {
|
|
18332
|
+
border-color: $invalid-border;
|
|
18333
|
+
|
|
18334
|
+
.k-input-validation-icon {
|
|
18335
|
+
color: $invalid-text;
|
|
18336
|
+
}
|
|
18337
|
+
|
|
18338
|
+
&:focus-within,
|
|
18339
|
+
&.k-state-focus {
|
|
18340
|
+
@include box-shadow($invalid-shadow);
|
|
18341
|
+
}
|
|
18342
|
+
}
|
|
18343
|
+
|
|
18344
|
+
|
|
18345
|
+
// Spinner
|
|
18346
|
+
.k-select {
|
|
18347
|
+
@include fill(
|
|
18348
|
+
$picker-select-text,
|
|
18349
|
+
$picker-select-bg,
|
|
18350
|
+
$picker-select-border,
|
|
18351
|
+
$picker-select-gradient
|
|
18352
|
+
);
|
|
18353
|
+
}
|
|
18354
|
+
.k-select:hover,
|
|
18355
|
+
.k-select.k-state-hover {
|
|
18356
|
+
@include fill(
|
|
18357
|
+
$picker-select-hovered-text,
|
|
18358
|
+
$picker-select-hovered-bg,
|
|
18359
|
+
$picker-select-hovered-border,
|
|
18360
|
+
$picker-select-hovered-gradient
|
|
18361
|
+
);
|
|
18362
|
+
}
|
|
18363
|
+
.k-select:active,
|
|
18364
|
+
.k-select.k-state-active {
|
|
18365
|
+
@include fill(
|
|
18366
|
+
$picker-select-pressed-text,
|
|
18367
|
+
$picker-select-pressed-bg,
|
|
18368
|
+
$picker-select-pressed-border,
|
|
18369
|
+
$picker-select-pressed-gradient
|
|
18370
|
+
);
|
|
17931
18371
|
}
|
|
18372
|
+
}
|
|
18373
|
+
|
|
18374
|
+
}
|
|
18375
|
+
|
|
18376
|
+
// #endregion
|
|
18377
|
+
|
|
18378
|
+
// #endregion
|
|
18379
|
+
|
|
18380
|
+
// #endregion
|
|
18381
|
+
// #region @import "timepicker/_index.scss"; -> packages/classic/scss/timepicker/_index.scss
|
|
18382
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
18383
|
+
// File already imported_once. Skipping output.
|
|
18384
|
+
// #endregion
|
|
18385
|
+
|
|
18386
|
+
|
|
18387
|
+
// Dependencies
|
|
18388
|
+
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
18389
|
+
// File already imported_once. Skipping output.
|
|
18390
|
+
// #endregion
|
|
18391
|
+
// #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
18392
|
+
// File already imported_once. Skipping output.
|
|
18393
|
+
// #endregion
|
|
18394
|
+
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
18395
|
+
// File already imported_once. Skipping output.
|
|
18396
|
+
// #endregion
|
|
18397
|
+
// #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
|
|
18398
|
+
// File already imported_once. Skipping output.
|
|
18399
|
+
// #endregion
|
|
18400
|
+
// #region @import "../timeselector/_index.scss"; -> packages/classic/scss/timeselector/_index.scss
|
|
18401
|
+
// File already imported_once. Skipping output.
|
|
18402
|
+
// #endregion
|
|
18403
|
+
|
|
18404
|
+
|
|
18405
|
+
// Component
|
|
18406
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/timepicker/_variables.scss
|
|
18407
|
+
// Time picker
|
|
18408
|
+
|
|
18409
|
+
// #endregion
|
|
18410
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/timepicker/_layout.scss
|
|
18411
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss
|
|
18412
|
+
@include exports( "timepicker/layout" ) {
|
|
18413
|
+
|
|
18414
|
+
// Time picker
|
|
18415
|
+
.k-timepicker {
|
|
18416
|
+
@include border-radius( $input-border-radius );
|
|
18417
|
+
width: $input-default-width;
|
|
18418
|
+
border-width: $input-border-width;
|
|
18419
|
+
border-style: solid;
|
|
18420
|
+
box-sizing: border-box;
|
|
18421
|
+
outline: 0;
|
|
18422
|
+
font-family: $input-font-family;
|
|
18423
|
+
font-size: $input-font-size;
|
|
18424
|
+
line-height: $input-line-height;
|
|
18425
|
+
text-align: start;
|
|
18426
|
+
white-space: nowrap;
|
|
18427
|
+
display: inline-flex;
|
|
18428
|
+
flex-flow: row nowrap;
|
|
18429
|
+
vertical-align: middle;
|
|
18430
|
+
position: relative;
|
|
18431
|
+
overflow: hidden;
|
|
18432
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
18433
|
+
-webkit-touch-callout: none;
|
|
18434
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17932
18435
|
|
|
17933
18436
|
|
|
17934
18437
|
// Input
|
|
@@ -17938,64 +18441,183 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
17938
18441
|
// Select
|
|
17939
18442
|
.k-select {
|
|
17940
18443
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
17941
|
-
width: if( $use-picker-select-width, $
|
|
18444
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
17942
18445
|
border-width: 0;
|
|
17943
18446
|
border-inline-start-width: $picker-select-border-width;
|
|
17944
18447
|
border-style: solid;
|
|
17945
18448
|
box-sizing: border-box;
|
|
17946
18449
|
outline: 0;
|
|
17947
18450
|
display: flex;
|
|
18451
|
+
flex-flow: row nowrap;
|
|
17948
18452
|
align-items: center;
|
|
17949
18453
|
justify-content: center;
|
|
17950
18454
|
flex: 0 0 auto;
|
|
17951
|
-
text-align: center;
|
|
17952
18455
|
cursor: pointer;
|
|
17953
18456
|
}
|
|
18457
|
+
}
|
|
17954
18458
|
|
|
18459
|
+
}
|
|
17955
18460
|
|
|
17956
|
-
|
|
17957
|
-
|
|
17958
|
-
|
|
17959
|
-
|
|
18461
|
+
// #endregion
|
|
18462
|
+
|
|
18463
|
+
// #endregion
|
|
18464
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/timepicker/_theme.scss
|
|
18465
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss
|
|
18466
|
+
@include exports( "timepicker/theme" ) {
|
|
18467
|
+
|
|
18468
|
+
// Time picker
|
|
18469
|
+
.k-timepicker {
|
|
18470
|
+
@include fill(
|
|
18471
|
+
$input-text,
|
|
18472
|
+
$input-bg,
|
|
18473
|
+
$input-border
|
|
18474
|
+
);
|
|
18475
|
+
|
|
18476
|
+
// Hover state
|
|
18477
|
+
&:hover,
|
|
18478
|
+
&.k-state-hover {
|
|
18479
|
+
@include fill(
|
|
18480
|
+
$input-hovered-text,
|
|
18481
|
+
$input-hovered-bg,
|
|
18482
|
+
$input-hovered-border
|
|
18483
|
+
);
|
|
18484
|
+
}
|
|
18485
|
+
|
|
18486
|
+
// Focus state
|
|
18487
|
+
&:focus,
|
|
18488
|
+
&.k-state-focus {
|
|
18489
|
+
@include fill(
|
|
18490
|
+
$input-focused-text,
|
|
18491
|
+
$input-focused-bg,
|
|
18492
|
+
$input-focused-border
|
|
18493
|
+
);
|
|
18494
|
+
@include box-shadow( $input-focused-shadow );
|
|
18495
|
+
}
|
|
18496
|
+
&:focus-within {
|
|
18497
|
+
@include fill(
|
|
18498
|
+
$input-focused-text,
|
|
18499
|
+
$input-focused-bg,
|
|
18500
|
+
$input-focused-border
|
|
18501
|
+
);
|
|
18502
|
+
@include box-shadow( $input-focused-shadow );
|
|
18503
|
+
}
|
|
18504
|
+
|
|
18505
|
+
|
|
18506
|
+
// Invalid state
|
|
18507
|
+
&.k-invalid,
|
|
18508
|
+
&.ng-invalid,
|
|
18509
|
+
&.k-state-invalid {
|
|
18510
|
+
border-color: $invalid-border;
|
|
18511
|
+
|
|
18512
|
+
.k-input-validation-icon {
|
|
18513
|
+
color: $invalid-text;
|
|
18514
|
+
}
|
|
18515
|
+
|
|
18516
|
+
&:focus-within,
|
|
18517
|
+
&.k-state-focus {
|
|
18518
|
+
@include box-shadow($invalid-shadow);
|
|
18519
|
+
}
|
|
18520
|
+
}
|
|
18521
|
+
|
|
18522
|
+
|
|
18523
|
+
// Spinner
|
|
18524
|
+
.k-select {
|
|
18525
|
+
@include fill(
|
|
18526
|
+
$picker-select-text,
|
|
18527
|
+
$picker-select-bg,
|
|
18528
|
+
$picker-select-border,
|
|
18529
|
+
$picker-select-gradient
|
|
18530
|
+
);
|
|
18531
|
+
}
|
|
18532
|
+
.k-select:hover,
|
|
18533
|
+
.k-select.k-state-hover {
|
|
18534
|
+
@include fill(
|
|
18535
|
+
$picker-select-hovered-text,
|
|
18536
|
+
$picker-select-hovered-bg,
|
|
18537
|
+
$picker-select-hovered-border,
|
|
18538
|
+
$picker-select-hovered-gradient
|
|
18539
|
+
);
|
|
18540
|
+
}
|
|
18541
|
+
.k-select:active,
|
|
18542
|
+
.k-select.k-state-active {
|
|
18543
|
+
@include fill(
|
|
18544
|
+
$picker-select-pressed-text,
|
|
18545
|
+
$picker-select-pressed-bg,
|
|
18546
|
+
$picker-select-pressed-border,
|
|
18547
|
+
$picker-select-pressed-gradient
|
|
18548
|
+
);
|
|
17960
18549
|
}
|
|
17961
18550
|
}
|
|
17962
18551
|
|
|
18552
|
+
}
|
|
18553
|
+
|
|
18554
|
+
// #endregion
|
|
18555
|
+
|
|
18556
|
+
// #endregion
|
|
18557
|
+
|
|
18558
|
+
// #endregion
|
|
18559
|
+
// #region @import "datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
18560
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
18561
|
+
// File already imported_once. Skipping output.
|
|
18562
|
+
// #endregion
|
|
18563
|
+
|
|
18564
|
+
|
|
18565
|
+
// Dependencies
|
|
18566
|
+
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
18567
|
+
// File already imported_once. Skipping output.
|
|
18568
|
+
// #endregion
|
|
18569
|
+
// #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
18570
|
+
// File already imported_once. Skipping output.
|
|
18571
|
+
// #endregion
|
|
18572
|
+
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
18573
|
+
// File already imported_once. Skipping output.
|
|
18574
|
+
// #endregion
|
|
18575
|
+
// #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
|
|
18576
|
+
// File already imported_once. Skipping output.
|
|
18577
|
+
// #endregion
|
|
18578
|
+
// #region @import "../calendar/_index.scss"; -> packages/classic/scss/calendar/_index.scss
|
|
18579
|
+
// File already imported_once. Skipping output.
|
|
18580
|
+
// #endregion
|
|
18581
|
+
// #region @import "../timeselector/_index.scss"; -> packages/classic/scss/timeselector/_index.scss
|
|
18582
|
+
// File already imported_once. Skipping output.
|
|
18583
|
+
// #endregion
|
|
18584
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/classic/scss/action-buttons/_index.scss
|
|
18585
|
+
// File already imported_once. Skipping output.
|
|
18586
|
+
// #endregion
|
|
18587
|
+
|
|
18588
|
+
|
|
18589
|
+
// Component
|
|
18590
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/datetimepicker/_variables.scss
|
|
18591
|
+
// DateTime
|
|
18592
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
18593
|
+
|
|
18594
|
+
// #endregion
|
|
18595
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/datetimepicker/_layout.scss
|
|
18596
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss
|
|
18597
|
+
@include exports( "datetimepicker/layout" ) {
|
|
17963
18598
|
|
|
17964
|
-
//
|
|
18599
|
+
// Datetime picker
|
|
17965
18600
|
.k-datetimepicker {
|
|
18601
|
+
@include border-radius( $input-border-radius );
|
|
17966
18602
|
width: $input-default-width;
|
|
17967
|
-
border-width:
|
|
18603
|
+
border-width: $input-border-width;
|
|
18604
|
+
border-style: solid;
|
|
17968
18605
|
box-sizing: border-box;
|
|
17969
18606
|
outline: 0;
|
|
17970
18607
|
font-family: $input-font-family;
|
|
17971
18608
|
font-size: $input-font-size;
|
|
17972
18609
|
line-height: $input-line-height;
|
|
17973
|
-
text-align:
|
|
18610
|
+
text-align: start;
|
|
17974
18611
|
white-space: nowrap;
|
|
17975
|
-
background: none;
|
|
17976
18612
|
display: inline-flex;
|
|
18613
|
+
flex-flow: row nowrap;
|
|
17977
18614
|
vertical-align: middle;
|
|
17978
18615
|
position: relative;
|
|
18616
|
+
overflow: hidden;
|
|
18617
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
17979
18618
|
-webkit-touch-callout: none;
|
|
17980
18619
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17981
18620
|
|
|
17982
|
-
// Wrappers
|
|
17983
|
-
.k-picker-wrap {
|
|
17984
|
-
@include border-radius( $input-border-radius );
|
|
17985
|
-
padding: 0;
|
|
17986
|
-
width: 100%;
|
|
17987
|
-
border-width: 1px;
|
|
17988
|
-
border-style: solid;
|
|
17989
|
-
box-sizing: border-box;
|
|
17990
|
-
display: flex;
|
|
17991
|
-
flex-direction: row;
|
|
17992
|
-
position: relative;
|
|
17993
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
17994
|
-
cursor: default;
|
|
17995
|
-
outline: 0;
|
|
17996
|
-
overflow: hidden;
|
|
17997
|
-
}
|
|
17998
|
-
|
|
17999
18621
|
|
|
18000
18622
|
// Input
|
|
18001
18623
|
.k-input {}
|
|
@@ -18027,50 +18649,55 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
18027
18649
|
justify-content: center;
|
|
18028
18650
|
box-sizing: border-box;
|
|
18029
18651
|
}
|
|
18030
|
-
|
|
18031
|
-
|
|
18032
|
-
// RTL
|
|
18033
|
-
.k-rtl &,
|
|
18034
|
-
&[dir="rtl"] {
|
|
18035
|
-
text-align: right;
|
|
18036
|
-
}
|
|
18037
18652
|
}
|
|
18038
18653
|
|
|
18654
|
+
|
|
18655
|
+
// Datetime popup
|
|
18656
|
+
.k-datetime-popup,
|
|
18039
18657
|
.k-datetime-container {
|
|
18040
18658
|
|
|
18659
|
+
// Wrap
|
|
18041
18660
|
.k-datetime-wrap {
|
|
18042
18661
|
width: $datetime-width;
|
|
18043
18662
|
overflow: hidden;
|
|
18044
18663
|
}
|
|
18664
|
+
.k-date-tab {
|
|
18665
|
+
.k-datetime-selector {
|
|
18666
|
+
transform: translateX(0);
|
|
18667
|
+
}
|
|
18668
|
+
}
|
|
18669
|
+
.k-time-tab {
|
|
18670
|
+
.k-datetime-selector {
|
|
18671
|
+
transform: translateX(-100%);
|
|
18672
|
+
}
|
|
18673
|
+
}
|
|
18045
18674
|
|
|
18675
|
+
// Datetime button group
|
|
18046
18676
|
.k-datetime-buttongroup {
|
|
18047
|
-
padding: $
|
|
18677
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
18048
18678
|
}
|
|
18049
18679
|
|
|
18680
|
+
// Datetime selector
|
|
18050
18681
|
.k-datetime-selector {
|
|
18051
18682
|
display: flex;
|
|
18052
18683
|
transition: transform .2s;
|
|
18053
18684
|
}
|
|
18054
18685
|
|
|
18686
|
+
// Inner wraps
|
|
18055
18687
|
.k-datetime-calendar-wrap,
|
|
18056
18688
|
.k-datetime-time-wrap {
|
|
18057
18689
|
text-align: center;
|
|
18058
18690
|
flex: 0 0 $datetime-width;
|
|
18059
18691
|
}
|
|
18060
18692
|
|
|
18061
|
-
|
|
18062
|
-
|
|
18063
|
-
|
|
18064
|
-
|
|
18065
|
-
.k-time-list-container {
|
|
18066
|
-
justify-content: center;
|
|
18693
|
+
// Calendar
|
|
18694
|
+
.k-datetime-calendar-wrap .k-calendar {
|
|
18695
|
+
border-width: 0;
|
|
18067
18696
|
}
|
|
18068
18697
|
|
|
18069
|
-
|
|
18070
|
-
|
|
18071
|
-
|
|
18072
|
-
transform: translateX(-100%);
|
|
18073
|
-
}
|
|
18698
|
+
// Time
|
|
18699
|
+
.k-datetime-time-wrap .k-timeselector {
|
|
18700
|
+
border-width: 0;
|
|
18074
18701
|
}
|
|
18075
18702
|
|
|
18076
18703
|
.k-rtl &,
|
|
@@ -18086,261 +18713,86 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
18086
18713
|
}
|
|
18087
18714
|
}
|
|
18088
18715
|
|
|
18089
|
-
// Infinite timepicker
|
|
18090
|
-
.k-timeselector {}
|
|
18091
|
-
|
|
18092
|
-
|
|
18093
|
-
// Header
|
|
18094
|
-
.k-time-header {
|
|
18095
|
-
display: flex;
|
|
18096
|
-
align-items: center;
|
|
18097
|
-
justify-content: space-between;
|
|
18098
|
-
padding: 2 * $padding-y $padding-x * 2;
|
|
18099
|
-
line-height: $timepicker-header-height;
|
|
18100
|
-
|
|
18101
|
-
.k-title {
|
|
18102
|
-
font-weight: bold;
|
|
18103
|
-
}
|
|
18104
|
-
|
|
18105
|
-
.k-time-now {
|
|
18106
|
-
border-width: 0;
|
|
18107
|
-
line-height: inherit;
|
|
18108
|
-
cursor: pointer;
|
|
18109
|
-
}
|
|
18110
|
-
}
|
|
18111
|
-
|
|
18112
|
-
// Content
|
|
18113
|
-
.k-time-list-wrapper {
|
|
18114
|
-
display: inline-block;
|
|
18115
|
-
overflow: hidden;
|
|
18116
|
-
box-sizing: content-box;
|
|
18117
|
-
overflow-x: hidden;
|
|
18118
|
-
overflow-y: auto;
|
|
18119
|
-
position: relative;
|
|
18120
|
-
padding: $time-list-padding 0;
|
|
18121
|
-
text-align: center;
|
|
18122
|
-
min-width: $time-list-width;
|
|
18123
|
-
height: $time-list-height;
|
|
18124
|
-
flex: 1 1 auto;
|
|
18125
|
-
|
|
18126
|
-
.k-title {
|
|
18127
|
-
display: block;
|
|
18128
|
-
text-align: center;
|
|
18129
|
-
font-size: $font-size-xs;
|
|
18130
|
-
position: absolute;
|
|
18131
|
-
text-transform: capitalize;
|
|
18132
|
-
font-weight: bold;
|
|
18133
|
-
min-width: 100%;
|
|
18134
|
-
height: 1.5em;
|
|
18135
|
-
line-height: 1.5em;
|
|
18136
|
-
margin-top: -$time-list-padding;
|
|
18137
|
-
z-index: 12;
|
|
18138
|
-
}
|
|
18139
|
-
|
|
18140
|
-
&.k-state-focused {
|
|
18141
|
-
&::before,
|
|
18142
|
-
&::after {
|
|
18143
|
-
display: block;
|
|
18144
|
-
content: " ";
|
|
18145
|
-
position: absolute;
|
|
18146
|
-
width: 100%;
|
|
18147
|
-
left: 0;
|
|
18148
|
-
pointer-events: none;
|
|
18149
|
-
height: calc(50% - 1em);
|
|
18150
|
-
box-sizing: border-box;
|
|
18151
|
-
border-width: 0;
|
|
18152
|
-
border-style: solid;
|
|
18153
|
-
}
|
|
18154
|
-
|
|
18155
|
-
&::before {
|
|
18156
|
-
top: 0;
|
|
18157
|
-
}
|
|
18158
|
-
|
|
18159
|
-
&::after {
|
|
18160
|
-
bottom: 0;
|
|
18161
|
-
}
|
|
18162
|
-
}
|
|
18163
|
-
}
|
|
18164
|
-
|
|
18165
|
-
.k-time-container {
|
|
18166
|
-
position: absolute;
|
|
18167
|
-
display: block;
|
|
18168
|
-
overflow-x: hidden;
|
|
18169
|
-
overflow-y: scroll;
|
|
18170
|
-
line-height: $line-height;
|
|
18171
|
-
left: 0;
|
|
18172
|
-
right: 0;
|
|
18173
|
-
top: $time-list-padding;
|
|
18174
|
-
bottom: $time-list-padding;
|
|
18175
|
-
|
|
18176
|
-
@include hide-scrollbar("right");
|
|
18177
|
-
|
|
18178
|
-
> ul {
|
|
18179
|
-
height: auto;
|
|
18180
|
-
width: $time-list-width;
|
|
18181
|
-
margin: auto;
|
|
18182
|
-
}
|
|
18183
|
-
|
|
18184
|
-
.k-rtl &,
|
|
18185
|
-
&.k-rtl,
|
|
18186
|
-
[dir="rtl"] &,
|
|
18187
|
-
&[dir="rtl"] {
|
|
18188
|
-
@include hide-scrollbar("left");
|
|
18189
|
-
}
|
|
18190
|
-
}
|
|
18191
|
-
|
|
18192
|
-
.k-time-list-container {
|
|
18193
|
-
display: flex;
|
|
18194
|
-
position: relative;
|
|
18195
|
-
}
|
|
18196
|
-
|
|
18197
|
-
.k-time-list {
|
|
18198
|
-
position: absolute;
|
|
18199
|
-
display: flex;
|
|
18200
|
-
z-index: 10;
|
|
18201
|
-
outline: 0;
|
|
18202
|
-
bottom: 0;
|
|
18203
|
-
right: 0;
|
|
18204
|
-
left: 0;
|
|
18205
|
-
top: 0;
|
|
18206
|
-
|
|
18207
|
-
&::before,
|
|
18208
|
-
&::after {
|
|
18209
|
-
display: block;
|
|
18210
|
-
position: absolute;
|
|
18211
|
-
content: " ";
|
|
18212
|
-
height: 0;
|
|
18213
|
-
line-height: 0;
|
|
18214
|
-
z-index: 1;
|
|
18215
|
-
width: 200%;
|
|
18216
|
-
left: -50%;
|
|
18217
|
-
}
|
|
18218
|
-
|
|
18219
|
-
&::before { top: 0; }
|
|
18220
|
-
&::after { bottom: 0; }
|
|
18221
|
-
}
|
|
18222
|
-
|
|
18223
|
-
.k-time-list .k-item {
|
|
18224
|
-
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
18225
|
-
min-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
18226
|
-
line-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
18227
|
-
}
|
|
18228
|
-
|
|
18229
|
-
.k-time-highlight {
|
|
18230
|
-
position: absolute;
|
|
18231
|
-
top: 50%;
|
|
18232
|
-
left: 0;
|
|
18233
|
-
right: 0;
|
|
18234
|
-
transform: translateY(-50%);
|
|
18235
|
-
width: 100%;
|
|
18236
|
-
height: $button-inner-calc-size;
|
|
18237
|
-
z-index: 1;
|
|
18238
|
-
border-width: $time-highlight-size 0;
|
|
18239
|
-
border-style: solid;
|
|
18240
|
-
}
|
|
18241
|
-
|
|
18242
|
-
.k-time-container .k-scrollable-placeholder {
|
|
18243
|
-
position: absolute;
|
|
18244
|
-
width: 1px;
|
|
18245
|
-
top: 0;
|
|
18246
|
-
right: 0;
|
|
18247
|
-
}
|
|
18248
|
-
|
|
18249
|
-
.k-time-separator {
|
|
18250
|
-
width: 0;
|
|
18251
|
-
height: 100%;
|
|
18252
|
-
display: inline-flex;
|
|
18253
|
-
align-self: center;
|
|
18254
|
-
justify-content: center;
|
|
18255
|
-
z-index: 11;
|
|
18256
|
-
}
|
|
18257
18716
|
}
|
|
18258
18717
|
|
|
18259
18718
|
// #endregion
|
|
18260
18719
|
|
|
18261
18720
|
// #endregion
|
|
18262
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/
|
|
18263
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
18264
|
-
@include exports("
|
|
18721
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/datetimepicker/_theme.scss
|
|
18722
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss
|
|
18723
|
+
@include exports( "datetimepicker/theme" ) {
|
|
18265
18724
|
|
|
18266
|
-
//
|
|
18267
|
-
.k-
|
|
18268
|
-
.k-timepicker,
|
|
18269
|
-
.k-datetimepicker,
|
|
18270
|
-
.k-dateinput {
|
|
18271
|
-
|
|
18272
|
-
.k-select {
|
|
18273
|
-
@include fill(
|
|
18274
|
-
$datetime-select-text,
|
|
18275
|
-
$datetime-select-bg,
|
|
18276
|
-
$datetime-select-border,
|
|
18277
|
-
$datetime-select-gradient
|
|
18278
|
-
);
|
|
18279
|
-
}
|
|
18280
|
-
|
|
18281
|
-
.k-i-warning {
|
|
18282
|
-
color: $error;
|
|
18283
|
-
}
|
|
18284
|
-
}
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
.k-datepicker .k-picker-wrap,
|
|
18288
|
-
.k-timepicker .k-picker-wrap,
|
|
18289
|
-
.k-datetimepicker .k-picker-wrap,
|
|
18290
|
-
.k-dateinput .k-dateinput-wrap {
|
|
18725
|
+
// Datetime picker
|
|
18726
|
+
.k-datetimepicker {
|
|
18291
18727
|
@include fill(
|
|
18292
|
-
$
|
|
18293
|
-
$
|
|
18294
|
-
$
|
|
18728
|
+
$input-text,
|
|
18729
|
+
$input-bg,
|
|
18730
|
+
$input-border
|
|
18295
18731
|
);
|
|
18296
18732
|
|
|
18297
|
-
//
|
|
18733
|
+
// Hover state
|
|
18298
18734
|
&:hover,
|
|
18299
18735
|
&.k-state-hover {
|
|
18300
18736
|
@include fill(
|
|
18301
|
-
$
|
|
18302
|
-
$
|
|
18303
|
-
$
|
|
18737
|
+
$input-hovered-text,
|
|
18738
|
+
$input-hovered-bg,
|
|
18739
|
+
$input-hovered-border
|
|
18304
18740
|
);
|
|
18305
18741
|
}
|
|
18306
18742
|
|
|
18307
|
-
//
|
|
18308
|
-
|
|
18309
|
-
&.k-state-
|
|
18743
|
+
// Focus state
|
|
18744
|
+
&:focus,
|
|
18745
|
+
&.k-state-focus {
|
|
18310
18746
|
@include fill(
|
|
18311
|
-
$
|
|
18312
|
-
$
|
|
18313
|
-
$
|
|
18747
|
+
$input-focused-text,
|
|
18748
|
+
$input-focused-bg,
|
|
18749
|
+
$input-focused-border
|
|
18314
18750
|
);
|
|
18315
|
-
@include box-shadow($
|
|
18751
|
+
@include box-shadow( $input-focused-shadow );
|
|
18316
18752
|
}
|
|
18317
|
-
|
|
18318
|
-
|
|
18319
|
-
.k-datepicker,
|
|
18320
|
-
.k-timepicker {
|
|
18321
|
-
|
|
18322
|
-
.k-select:hover,
|
|
18323
|
-
.k-select.k-state-hover {
|
|
18753
|
+
&:focus-within {
|
|
18324
18754
|
@include fill(
|
|
18325
|
-
$
|
|
18326
|
-
$
|
|
18327
|
-
$
|
|
18328
|
-
$datetime-select-hovered-gradient
|
|
18755
|
+
$input-focused-text,
|
|
18756
|
+
$input-focused-bg,
|
|
18757
|
+
$input-focused-border
|
|
18329
18758
|
);
|
|
18759
|
+
@include box-shadow( $input-focused-shadow );
|
|
18330
18760
|
}
|
|
18331
|
-
}
|
|
18332
18761
|
|
|
18333
18762
|
|
|
18334
|
-
|
|
18335
|
-
|
|
18763
|
+
// Invalid state
|
|
18764
|
+
&.k-invalid,
|
|
18765
|
+
&.ng-invalid,
|
|
18766
|
+
&.k-state-invalid {
|
|
18767
|
+
border-color: $invalid-border;
|
|
18768
|
+
|
|
18769
|
+
.k-input-validation-icon {
|
|
18770
|
+
color: $invalid-text;
|
|
18771
|
+
}
|
|
18336
18772
|
|
|
18773
|
+
&:focus-within,
|
|
18774
|
+
&.k-state-focus {
|
|
18775
|
+
@include box-shadow($invalid-shadow);
|
|
18776
|
+
}
|
|
18777
|
+
}
|
|
18778
|
+
|
|
18779
|
+
|
|
18780
|
+
// Select
|
|
18781
|
+
.k-select {
|
|
18782
|
+
@include fill(
|
|
18783
|
+
$picker-select-text,
|
|
18784
|
+
$picker-select-bg,
|
|
18785
|
+
$picker-select-border,
|
|
18786
|
+
$picker-select-gradient
|
|
18787
|
+
);
|
|
18788
|
+
}
|
|
18337
18789
|
.k-link:hover,
|
|
18338
18790
|
.k-link.k-state-hover {
|
|
18339
18791
|
@include fill(
|
|
18340
|
-
$
|
|
18341
|
-
$
|
|
18342
|
-
$
|
|
18343
|
-
$
|
|
18792
|
+
$picker-select-hovered-text,
|
|
18793
|
+
$picker-select-hovered-bg,
|
|
18794
|
+
$picker-select-hovered-border,
|
|
18795
|
+
$picker-select-hovered-gradient
|
|
18344
18796
|
);
|
|
18345
18797
|
}
|
|
18346
18798
|
|
|
@@ -18348,239 +18800,14 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
18348
18800
|
.k-link.k-state-active,
|
|
18349
18801
|
.k-link.k-state-selected {
|
|
18350
18802
|
@include fill(
|
|
18351
|
-
$
|
|
18352
|
-
$
|
|
18353
|
-
$
|
|
18354
|
-
$
|
|
18803
|
+
$picker-select-pressed-text,
|
|
18804
|
+
$picker-select-pressed-bg,
|
|
18805
|
+
$picker-select-pressed-border,
|
|
18806
|
+
$picker-select-pressed-gradient
|
|
18355
18807
|
);
|
|
18356
18808
|
}
|
|
18357
18809
|
}
|
|
18358
18810
|
|
|
18359
|
-
|
|
18360
|
-
// Timepicker
|
|
18361
|
-
.k-timepicker {}
|
|
18362
|
-
|
|
18363
|
-
|
|
18364
|
-
// Timepicker header
|
|
18365
|
-
.k-time-header {
|
|
18366
|
-
|
|
18367
|
-
.k-time-now {
|
|
18368
|
-
color: $link-text;
|
|
18369
|
-
background: transparent;
|
|
18370
|
-
|
|
18371
|
-
&:hover,
|
|
18372
|
-
&:focus {
|
|
18373
|
-
color: $link-hover-text;
|
|
18374
|
-
}
|
|
18375
|
-
}
|
|
18376
|
-
}
|
|
18377
|
-
|
|
18378
|
-
|
|
18379
|
-
// Timepicker content
|
|
18380
|
-
.k-time-list-wrapper {
|
|
18381
|
-
|
|
18382
|
-
.k-title {
|
|
18383
|
-
color: $time-list-title-text;
|
|
18384
|
-
}
|
|
18385
|
-
|
|
18386
|
-
&.k-state-focused {
|
|
18387
|
-
.k-title {
|
|
18388
|
-
color: $time-list-title-focus-text;
|
|
18389
|
-
}
|
|
18390
|
-
|
|
18391
|
-
&::before,
|
|
18392
|
-
&::after {
|
|
18393
|
-
background-color: $time-list-focused-bg;
|
|
18394
|
-
}
|
|
18395
|
-
}
|
|
18396
|
-
}
|
|
18397
|
-
|
|
18398
|
-
.k-time-list {
|
|
18399
|
-
&::before,
|
|
18400
|
-
&::after {
|
|
18401
|
-
$shadow-size: 3em;
|
|
18402
|
-
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $popup-bg;
|
|
18403
|
-
}
|
|
18404
|
-
|
|
18405
|
-
.k-item:hover {
|
|
18406
|
-
color: $primary;
|
|
18407
|
-
}
|
|
18408
|
-
}
|
|
18409
|
-
|
|
18410
|
-
.k-time-container {
|
|
18411
|
-
background: transparent;
|
|
18412
|
-
}
|
|
18413
|
-
|
|
18414
|
-
.k-time-highlight {
|
|
18415
|
-
@include fill(
|
|
18416
|
-
$bg: $time-list-highlight-bg,
|
|
18417
|
-
$border: $time-list-highlight-border
|
|
18418
|
-
);
|
|
18419
|
-
}
|
|
18420
|
-
|
|
18421
|
-
.k-datetime-container {
|
|
18422
|
-
.k-date-tab {
|
|
18423
|
-
|
|
18424
|
-
.k-datetime-buttongroup,
|
|
18425
|
-
.k-datetime-selector {
|
|
18426
|
-
background-color: $component-bg;
|
|
18427
|
-
}
|
|
18428
|
-
}
|
|
18429
|
-
}
|
|
18430
|
-
|
|
18431
|
-
.k-datepicker,
|
|
18432
|
-
.k-datetimepicker,
|
|
18433
|
-
.k-timepicker {
|
|
18434
|
-
.k-picker-wrap {
|
|
18435
|
-
// Invalid
|
|
18436
|
-
&.k-invalid,
|
|
18437
|
-
&.k-state-invalid {
|
|
18438
|
-
border-color: $invalid-border;
|
|
18439
|
-
|
|
18440
|
-
.k-input-validation-icon {
|
|
18441
|
-
color: $invalid-text;
|
|
18442
|
-
}
|
|
18443
|
-
|
|
18444
|
-
&:focus,
|
|
18445
|
-
&.k-state-focused {
|
|
18446
|
-
@include box-shadow($invalid-shadow);
|
|
18447
|
-
}
|
|
18448
|
-
}
|
|
18449
|
-
}
|
|
18450
|
-
// Invalid
|
|
18451
|
-
&.k-state-invalid,
|
|
18452
|
-
&.ng-invalid.ng-touched,
|
|
18453
|
-
&.ng-invalid.ng-dirty {
|
|
18454
|
-
.k-picker-wrap {
|
|
18455
|
-
border-color: $invalid-border;
|
|
18456
|
-
|
|
18457
|
-
.k-input-validation-icon {
|
|
18458
|
-
color: $invalid-text;
|
|
18459
|
-
}
|
|
18460
|
-
|
|
18461
|
-
&:focus,
|
|
18462
|
-
&.k-state-focused {
|
|
18463
|
-
@include box-shadow($invalid-shadow);
|
|
18464
|
-
}
|
|
18465
|
-
}
|
|
18466
|
-
}
|
|
18467
|
-
}
|
|
18468
|
-
.k-dateinput {
|
|
18469
|
-
.k-dateinput-wrap {
|
|
18470
|
-
// Invalid
|
|
18471
|
-
&.k-invalid,
|
|
18472
|
-
&.k-state-invalid {
|
|
18473
|
-
border-color: $invalid-border;
|
|
18474
|
-
|
|
18475
|
-
.k-input-validation-icon {
|
|
18476
|
-
color: $invalid-text;
|
|
18477
|
-
}
|
|
18478
|
-
|
|
18479
|
-
&:focus,
|
|
18480
|
-
&.k-state-focused {
|
|
18481
|
-
@include box-shadow($invalid-shadow);
|
|
18482
|
-
}
|
|
18483
|
-
}
|
|
18484
|
-
}
|
|
18485
|
-
// Invalid
|
|
18486
|
-
&.k-state-invalid,
|
|
18487
|
-
&.ng-invalid.ng-touched,
|
|
18488
|
-
&.ng-invalid.ng-dirty {
|
|
18489
|
-
.k-dateinput-wrap {
|
|
18490
|
-
border-color: $invalid-border;
|
|
18491
|
-
|
|
18492
|
-
.k-input-validation-icon {
|
|
18493
|
-
color: $invalid-text;
|
|
18494
|
-
}
|
|
18495
|
-
|
|
18496
|
-
&:focus,
|
|
18497
|
-
&.k-state-focused {
|
|
18498
|
-
@include box-shadow($invalid-shadow);
|
|
18499
|
-
}
|
|
18500
|
-
}
|
|
18501
|
-
}
|
|
18502
|
-
}
|
|
18503
|
-
|
|
18504
|
-
// Universal rendering
|
|
18505
|
-
.k-datepicker {
|
|
18506
|
-
&.k-state-hover {
|
|
18507
|
-
.k-picker-wrap {
|
|
18508
|
-
@include fill(
|
|
18509
|
-
$datetime-hovered-text,
|
|
18510
|
-
$datetime-hovered-bg,
|
|
18511
|
-
$datetime-hovered-border
|
|
18512
|
-
);
|
|
18513
|
-
}
|
|
18514
|
-
}
|
|
18515
|
-
|
|
18516
|
-
&.k-state-focus {
|
|
18517
|
-
.k-picker-wrap {
|
|
18518
|
-
@include fill(
|
|
18519
|
-
$datetime-focused-text,
|
|
18520
|
-
$datetime-focused-bg,
|
|
18521
|
-
$datetime-focused-border
|
|
18522
|
-
);
|
|
18523
|
-
@include box-shadow($datetime-focused-shadow);
|
|
18524
|
-
}
|
|
18525
|
-
}
|
|
18526
|
-
|
|
18527
|
-
&.k-invalid {
|
|
18528
|
-
.k-picker-wrap {
|
|
18529
|
-
border-color: $invalid-border;
|
|
18530
|
-
|
|
18531
|
-
.k-input-validation-icon {
|
|
18532
|
-
color: $invalid-text;
|
|
18533
|
-
}
|
|
18534
|
-
}
|
|
18535
|
-
}
|
|
18536
|
-
|
|
18537
|
-
&.k-invalid.k-state-focus {
|
|
18538
|
-
.k-picker-wrap {
|
|
18539
|
-
@include box-shadow($invalid-shadow);
|
|
18540
|
-
}
|
|
18541
|
-
}
|
|
18542
|
-
}
|
|
18543
|
-
|
|
18544
|
-
.k-dateinput,
|
|
18545
|
-
.k-daterangepicker {
|
|
18546
|
-
&.k-state-hover {
|
|
18547
|
-
.k-dateinput-wrap {
|
|
18548
|
-
@include fill(
|
|
18549
|
-
$datetime-hovered-text,
|
|
18550
|
-
$datetime-hovered-bg,
|
|
18551
|
-
$datetime-hovered-border
|
|
18552
|
-
);
|
|
18553
|
-
}
|
|
18554
|
-
}
|
|
18555
|
-
|
|
18556
|
-
&.k-state-focus {
|
|
18557
|
-
.k-dateinput-wrap {
|
|
18558
|
-
@include fill(
|
|
18559
|
-
$datetime-focused-text,
|
|
18560
|
-
$datetime-focused-bg,
|
|
18561
|
-
$datetime-focused-border
|
|
18562
|
-
);
|
|
18563
|
-
@include box-shadow($datetime-focused-shadow);
|
|
18564
|
-
}
|
|
18565
|
-
}
|
|
18566
|
-
|
|
18567
|
-
&.k-invalid {
|
|
18568
|
-
.k-dateinput-wrap {
|
|
18569
|
-
border-color: $invalid-border;
|
|
18570
|
-
|
|
18571
|
-
.k-input-validation-icon {
|
|
18572
|
-
color: $invalid-text;
|
|
18573
|
-
}
|
|
18574
|
-
}
|
|
18575
|
-
}
|
|
18576
|
-
|
|
18577
|
-
&.k-invalid.k-state-focus {
|
|
18578
|
-
.k-dateinput-wrap {
|
|
18579
|
-
@include box-shadow($invalid-shadow);
|
|
18580
|
-
}
|
|
18581
|
-
}
|
|
18582
|
-
}
|
|
18583
|
-
|
|
18584
18811
|
}
|
|
18585
18812
|
|
|
18586
18813
|
// #endregion
|
|
@@ -27555,6 +27782,11 @@ $panelbar-item-selected-hovered-focused-text: null !default;
|
|
|
27555
27782
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
27556
27783
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
27557
27784
|
|
|
27785
|
+
$panelbar-header-expanded-bg: null !default;
|
|
27786
|
+
$panelbar-header-expanded-text: null !default;
|
|
27787
|
+
$panelbar-header-expanded-border: null !default;
|
|
27788
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
27789
|
+
|
|
27558
27790
|
// #endregion
|
|
27559
27791
|
// #region @import "_layout.scss"; -> packages/classic/scss/panelbar/_layout.scss
|
|
27560
27792
|
// #region @import "~@progress/kendo-theme-default/scss/panelbar/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss
|
|
@@ -27751,6 +27983,15 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27751
27983
|
> .k-item,
|
|
27752
27984
|
> .k-panelbar-header {
|
|
27753
27985
|
|
|
27986
|
+
&.k-state-expanded.k-level-0 > .k-link {
|
|
27987
|
+
@include fill(
|
|
27988
|
+
$panelbar-header-expanded-text,
|
|
27989
|
+
$panelbar-header-expanded-bg,
|
|
27990
|
+
$panelbar-header-expanded-border,
|
|
27991
|
+
$panelbar-header-expanded-gradient
|
|
27992
|
+
);
|
|
27993
|
+
}
|
|
27994
|
+
|
|
27754
27995
|
// Normal
|
|
27755
27996
|
> .k-link {
|
|
27756
27997
|
@include fill(
|
|
@@ -27787,7 +28028,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27787
28028
|
$panelbar-header-focused-border,
|
|
27788
28029
|
$panelbar-header-focused-gradient
|
|
27789
28030
|
);
|
|
27790
|
-
|
|
27791
28031
|
box-shadow: $panelbar-header-focused-shadow;
|
|
27792
28032
|
}
|
|
27793
28033
|
|
|
@@ -27884,7 +28124,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
27884
28124
|
$panelbar-item-focused-border,
|
|
27885
28125
|
$panelbar-item-focused-gradient
|
|
27886
28126
|
);
|
|
27887
|
-
|
|
27888
28127
|
box-shadow: $panelbar-item-focused-shadow;
|
|
27889
28128
|
}
|
|
27890
28129
|
|
|
@@ -29127,7 +29366,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29127
29366
|
// #region @import "../autocomplete/_index.scss"; -> packages/classic/scss/autocomplete/_index.scss
|
|
29128
29367
|
// File already imported_once. Skipping output.
|
|
29129
29368
|
// #endregion
|
|
29130
|
-
// #region @import "../
|
|
29369
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
29131
29370
|
// File already imported_once. Skipping output.
|
|
29132
29371
|
// #endregion
|
|
29133
29372
|
// #region @import "../dropdownlist/_index.scss"; -> packages/classic/scss/dropdownlist/_index.scss
|
|
@@ -29672,10 +29911,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29672
29911
|
}
|
|
29673
29912
|
}
|
|
29674
29913
|
|
|
29675
|
-
.k-group-indicator {
|
|
29676
|
-
margin-right: ( $grid-group-indicator-gap / 2 );
|
|
29677
|
-
}
|
|
29678
|
-
|
|
29679
29914
|
.k-group-indicator + .k-group-indicator {
|
|
29680
29915
|
margin-left: ( $grid-group-indicator-gap / 2 );
|
|
29681
29916
|
}
|
|
@@ -31353,7 +31588,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
31353
31588
|
// #region @import "../combobox/_index.scss"; -> packages/classic/scss/combobox/_index.scss
|
|
31354
31589
|
// File already imported_once. Skipping output.
|
|
31355
31590
|
// #endregion
|
|
31356
|
-
// #region @import "../
|
|
31591
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
31357
31592
|
// File already imported_once. Skipping output.
|
|
31358
31593
|
// #endregion
|
|
31359
31594
|
// #region @import "../dropdownlist/_index.scss"; -> packages/classic/scss/dropdownlist/_index.scss
|
|
@@ -32746,9 +32981,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
|
|
|
32746
32981
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
32747
32982
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
32748
32983
|
|
|
32749
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
32750
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
32751
|
-
|
|
32752
32984
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
32753
32985
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
32754
32986
|
|
|
@@ -33073,14 +33305,6 @@ $pivotgrid-remove-text: null !default;
|
|
|
33073
33305
|
.k-filter-fields {
|
|
33074
33306
|
margin-top: $pivotgrid-configurator-fields-margin-y;
|
|
33075
33307
|
flex-wrap: wrap;
|
|
33076
|
-
|
|
33077
|
-
> * {
|
|
33078
|
-
margin-bottom: $pivotgrid-configurator-fields-margin-y;
|
|
33079
|
-
}
|
|
33080
|
-
|
|
33081
|
-
> *:last-child {
|
|
33082
|
-
margin-bottom: 0;
|
|
33083
|
-
}
|
|
33084
33308
|
}
|
|
33085
33309
|
|
|
33086
33310
|
// Values
|
|
@@ -33109,20 +33333,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
33109
33333
|
text-align: center;
|
|
33110
33334
|
}
|
|
33111
33335
|
|
|
33112
|
-
.k-chip-content {
|
|
33113
|
-
padding-inline-end: map-get($spacing, 1);
|
|
33114
|
-
}
|
|
33115
|
-
|
|
33116
33336
|
.k-treeview {
|
|
33117
33337
|
padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
|
|
33118
33338
|
overflow: auto;
|
|
33119
33339
|
}
|
|
33120
33340
|
}
|
|
33121
33341
|
|
|
33122
|
-
.k-pivotgrid-configurator-actions {
|
|
33123
|
-
padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
|
|
33124
|
-
}
|
|
33125
|
-
|
|
33126
33342
|
|
|
33127
33343
|
// Calculated field
|
|
33128
33344
|
.k-calculated-field {
|
|
@@ -34004,7 +34220,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
34004
34220
|
// #region @import "../checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
|
|
34005
34221
|
// File already imported_once. Skipping output.
|
|
34006
34222
|
// #endregion
|
|
34007
|
-
// #region @import "../
|
|
34223
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
34008
34224
|
// File already imported_once. Skipping output.
|
|
34009
34225
|
// #endregion
|
|
34010
34226
|
// #region @import "../dropdownlist/_index.scss"; -> packages/classic/scss/dropdownlist/_index.scss
|
|
@@ -34095,7 +34311,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
34095
34311
|
}
|
|
34096
34312
|
}
|
|
34097
34313
|
|
|
34098
|
-
|
|
34314
|
+
// The second selector targets the Angular rendering
|
|
34315
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
34316
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
34099
34317
|
content: "";
|
|
34100
34318
|
position: absolute;
|
|
34101
34319
|
width: $filter-line-size;
|
|
@@ -34104,9 +34322,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
34104
34322
|
left: -$filter-padding-x;
|
|
34105
34323
|
}
|
|
34106
34324
|
|
|
34325
|
+
// The forth and fifth selectors targets the Angular rendering
|
|
34107
34326
|
.k-filter-group-main::before,
|
|
34108
34327
|
.k-filter-group-main > .k-filter-toolbar::before,
|
|
34109
34328
|
.k-filter-group-main > .k-filter-toolbar::after,
|
|
34329
|
+
.k-filter-group-main > * > .k-filter-toolbar::before,
|
|
34330
|
+
.k-filter-group-main > * > .k-filter-toolbar::after,
|
|
34110
34331
|
.k-filter-lines .k-filter-item:last-child::before {
|
|
34111
34332
|
display: none;
|
|
34112
34333
|
}
|
|
@@ -34136,7 +34357,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
34136
34357
|
}
|
|
34137
34358
|
}
|
|
34138
34359
|
|
|
34139
|
-
|
|
34360
|
+
// The second selector targets the Angular rendering
|
|
34361
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
34362
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
34140
34363
|
left: auto;
|
|
34141
34364
|
right: -$filter-padding-x;
|
|
34142
34365
|
}
|
|
@@ -34162,9 +34385,11 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
34162
34385
|
color: $filter-preview-operator-text;
|
|
34163
34386
|
}
|
|
34164
34387
|
|
|
34388
|
+
// The last selector targets the Angular rendering
|
|
34165
34389
|
.k-filter-item::before,
|
|
34166
34390
|
.k-filter-toolbar::before,
|
|
34167
|
-
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
34391
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
34392
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
34168
34393
|
background-color: $component-border;
|
|
34169
34394
|
}
|
|
34170
34395
|
}
|
|
@@ -36387,7 +36612,7 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
36387
36612
|
// #region @import "../validator/_index.scss"; -> packages/classic/scss/validator/_index.scss
|
|
36388
36613
|
// File already imported_once. Skipping output.
|
|
36389
36614
|
// #endregion
|
|
36390
|
-
// #region @import "../
|
|
36615
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
36391
36616
|
// File already imported_once. Skipping output.
|
|
36392
36617
|
// #endregion
|
|
36393
36618
|
// #region @import "../numerictextbox/_index.scss"; -> packages/classic/scss/numerictextbox/_index.scss
|
|
@@ -37627,7 +37852,7 @@ $gantt-offset-resize-handler-top: 50% !default;
|
|
|
37627
37852
|
// #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
37628
37853
|
// File already imported_once. Skipping output.
|
|
37629
37854
|
// #endregion
|
|
37630
|
-
// #region @import "../
|
|
37855
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/classic/scss/datetimepicker/_index.scss
|
|
37631
37856
|
// File already imported_once. Skipping output.
|
|
37632
37857
|
// #endregion
|
|
37633
37858
|
// #region @import "../dropdownlist/_index.scss"; -> packages/classic/scss/dropdownlist/_index.scss
|
|
@@ -41401,7 +41626,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
41401
41626
|
|
|
41402
41627
|
kendo-scrollview.k-scrollview-wrap,
|
|
41403
41628
|
kendo-scrollview.k-scrollview,
|
|
41404
|
-
.k-
|
|
41629
|
+
.k-scrollview {
|
|
41405
41630
|
border-width: $scrollview-border-width;
|
|
41406
41631
|
border-style: solid;
|
|
41407
41632
|
box-sizing: border-box;
|
|
@@ -41460,6 +41685,11 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
41460
41685
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
41461
41686
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
41462
41687
|
}
|
|
41688
|
+
|
|
41689
|
+
[dir="rtl"] &,
|
|
41690
|
+
.k-rtl & {
|
|
41691
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
41692
|
+
}
|
|
41463
41693
|
}
|
|
41464
41694
|
|
|
41465
41695
|
|