@progress/kendo-theme-bootstrap 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 +735 -827
- package/dist/all.scss +1472 -1270
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +103 -123
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +289 -300
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +17 -45
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +33 -42
- package/modules/@progress/kendo-theme-default/scss/dateinput/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss +86 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +120 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_variables.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/filter/_theme.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/gantt/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/index.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +25 -26
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_theme.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_variables.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_variables.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/scheduler/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scrollview/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +35 -3
- package/modules/@progress/kendo-theme-default/scss/timepicker/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +207 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss +70 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_variables.scss +32 -0
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +1 -2
- package/package.json +3 -3
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -0
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_variables.scss +12 -14
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/colorpicker/_layout.scss +2 -8
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +10 -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 +10 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +10 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_variables.scss +1 -1
- package/scss/index.scss +5 -1
- package/scss/input/_variables.scss +15 -0
- package/scss/list/index.md +0 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/index.md +0 -0
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +10 -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/_layout.scss +0 -45
- package/scss/datetime/_theme.scss +0 -14
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.scss
CHANGED
|
@@ -5365,8 +5365,7 @@ $utils-border-radius: (
|
|
|
5365
5365
|
sm: .2rem,
|
|
5366
5366
|
md: .25rem,
|
|
5367
5367
|
lg: .3rem,
|
|
5368
|
-
|
|
5369
|
-
pill: 9999px
|
|
5368
|
+
full: 9999px
|
|
5370
5369
|
) !default;
|
|
5371
5370
|
|
|
5372
5371
|
// #region @import "~@progress/kendo-theme-default/scss/utils/_border.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/utils/_border.scss
|
|
@@ -5418,8 +5417,7 @@ $utils-border-radius: (
|
|
|
5418
5417
|
sm: ( map-get( $spacing, 1 ) / 4 ),
|
|
5419
5418
|
md: ( map-get( $spacing, 1 ) / 2 ),
|
|
5420
5419
|
lg: map-get( $spacing, 1 ),
|
|
5421
|
-
|
|
5422
|
-
pill: 9999px
|
|
5420
|
+
full: 9999px
|
|
5423
5421
|
) !default;
|
|
5424
5422
|
|
|
5425
5423
|
|
|
@@ -9248,6 +9246,21 @@ $picker-select-calc-size: calc( #{$picker-select-padding-x * 2} + #{$icon-size}
|
|
|
9248
9246
|
$picker-select-calc-size-sm: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
9249
9247
|
$picker-select-calc-size-lg: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
9250
9248
|
|
|
9249
|
+
$picker-select-bg: $button-bg !default;
|
|
9250
|
+
$picker-select-text: $button-text !default;
|
|
9251
|
+
$picker-select-border: $button-border !default;
|
|
9252
|
+
$picker-select-gradient: $button-gradient !default;
|
|
9253
|
+
|
|
9254
|
+
$picker-select-hovered-bg: $button-hovered-bg !default;
|
|
9255
|
+
$picker-select-hovered-text: $button-hovered-text !default;
|
|
9256
|
+
$picker-select-hovered-border: $button-hovered-border !default;
|
|
9257
|
+
$picker-select-hovered-gradient: $button-hovered-gradient !default;
|
|
9258
|
+
|
|
9259
|
+
$picker-select-pressed-bg: $button-active-bg !default;
|
|
9260
|
+
$picker-select-pressed-text: $button-active-text !default;
|
|
9261
|
+
$picker-select-pressed-border: $button-active-border !default;
|
|
9262
|
+
$picker-select-pressed-gradient: $button-active-gradient !default;
|
|
9263
|
+
|
|
9251
9264
|
|
|
9252
9265
|
// Spinner
|
|
9253
9266
|
$spinner-width: $button-inner-calc-size !default;
|
|
@@ -9315,25 +9328,6 @@ $input-separator-opacity: .5 !default;
|
|
|
9315
9328
|
}
|
|
9316
9329
|
|
|
9317
9330
|
|
|
9318
|
-
// TODO: Deprecate
|
|
9319
|
-
// Input spacing
|
|
9320
|
-
.k-space-left,
|
|
9321
|
-
.k-space-right {
|
|
9322
|
-
> input {
|
|
9323
|
-
flex-grow: 1;
|
|
9324
|
-
}
|
|
9325
|
-
|
|
9326
|
-
> .k-icon {
|
|
9327
|
-
left: 3px;
|
|
9328
|
-
margin: 3px 6px;
|
|
9329
|
-
}
|
|
9330
|
-
}
|
|
9331
|
-
|
|
9332
|
-
.k-textbox.k-space-left {
|
|
9333
|
-
flex-direction: row-reverse;
|
|
9334
|
-
}
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
9331
|
// Input prefix and suffix
|
|
9338
9332
|
.k-input-prefix,
|
|
9339
9333
|
.k-input-suffix {
|
|
@@ -9379,6 +9373,8 @@ $input-separator-opacity: .5 !default;
|
|
|
9379
9373
|
}
|
|
9380
9374
|
}
|
|
9381
9375
|
|
|
9376
|
+
|
|
9377
|
+
// Input separator
|
|
9382
9378
|
.k-input-separator {
|
|
9383
9379
|
margin: 0;
|
|
9384
9380
|
width: 0;
|
|
@@ -9387,6 +9383,7 @@ $input-separator-opacity: .5 !default;
|
|
|
9387
9383
|
border-style: solid;
|
|
9388
9384
|
}
|
|
9389
9385
|
|
|
9386
|
+
|
|
9390
9387
|
// Input with icon styles
|
|
9391
9388
|
.k-input-icon,
|
|
9392
9389
|
.k-input-validation-icon,
|
|
@@ -9426,16 +9423,31 @@ $input-separator-opacity: .5 !default;
|
|
|
9426
9423
|
flex-flow: row nowrap;
|
|
9427
9424
|
}
|
|
9428
9425
|
|
|
9429
|
-
.k-text-disabled {
|
|
9430
|
-
@include disabled( $disabled-styling );
|
|
9431
|
-
}
|
|
9432
|
-
|
|
9433
|
-
}
|
|
9434
|
-
|
|
9435
9426
|
|
|
9427
|
+
// Legacy wrappers
|
|
9428
|
+
.k-picker-wrap,
|
|
9429
|
+
.k-dropdown-wrap,
|
|
9430
|
+
.k-dateinput-wrap,
|
|
9431
|
+
.k-multiselect-wrap,
|
|
9432
|
+
.k-numeric-wrap {
|
|
9433
|
+
width: 100%;
|
|
9434
|
+
border-width: 0;
|
|
9435
|
+
border-color: inherit;
|
|
9436
|
+
box-sizing: border-box;
|
|
9437
|
+
flex: 1 1 auto;
|
|
9438
|
+
display: flex;
|
|
9439
|
+
flex-flow: row nowrap;
|
|
9440
|
+
overflow: hidden;
|
|
9441
|
+
position: relative;
|
|
9442
|
+
}
|
|
9443
|
+
.k-multiselect-wrap {
|
|
9444
|
+
display: block;
|
|
9445
|
+
}
|
|
9436
9446
|
|
|
9437
9447
|
|
|
9438
|
-
|
|
9448
|
+
.k-text-disabled {
|
|
9449
|
+
@include disabled( $disabled-styling );
|
|
9450
|
+
}
|
|
9439
9451
|
|
|
9440
9452
|
}
|
|
9441
9453
|
|
|
@@ -10095,7 +10107,7 @@ $grid-header-font-size: null !default;
|
|
|
10095
10107
|
$grid-footer-padding-x: $grid-header-padding-x !default;
|
|
10096
10108
|
$grid-footer-padding-y: $grid-header-padding-y !default;
|
|
10097
10109
|
|
|
10098
|
-
$grid-grouping-header-padding-x:
|
|
10110
|
+
$grid-grouping-header-padding-x: $grid-padding-y !default;
|
|
10099
10111
|
$grid-grouping-header-padding-y: $grid-grouping-header-padding-x !default;
|
|
10100
10112
|
|
|
10101
10113
|
$grid-filter-cell-padding-x: $grid-padding-y !default;
|
|
@@ -10396,6 +10408,10 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10396
10408
|
.k-data-table {
|
|
10397
10409
|
border-width: $table-border-width;
|
|
10398
10410
|
border-style: solid;
|
|
10411
|
+
|
|
10412
|
+
.k-table {
|
|
10413
|
+
table-layout: fixed;
|
|
10414
|
+
}
|
|
10399
10415
|
}
|
|
10400
10416
|
|
|
10401
10417
|
|
|
@@ -10457,7 +10473,7 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10457
10473
|
width: 100%;
|
|
10458
10474
|
max-width: none;
|
|
10459
10475
|
border-width: 0;
|
|
10460
|
-
display: table
|
|
10476
|
+
display: table;
|
|
10461
10477
|
border-collapse: collapse;
|
|
10462
10478
|
border-spacing: 0;
|
|
10463
10479
|
table-layout: fixed;
|
|
@@ -10465,10 +10481,11 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10465
10481
|
list-style: none;
|
|
10466
10482
|
outline: none;
|
|
10467
10483
|
|
|
10468
|
-
.k-table-row
|
|
10484
|
+
.k-table-row,
|
|
10485
|
+
.k-table-group-row {
|
|
10469
10486
|
width: 100%;
|
|
10470
10487
|
box-sizing: border-box;
|
|
10471
|
-
display:
|
|
10488
|
+
display: table-row;
|
|
10472
10489
|
position: relative;
|
|
10473
10490
|
}
|
|
10474
10491
|
.k-table-row.k-first {
|
|
@@ -10480,6 +10497,26 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10480
10497
|
vertical-align: middle;
|
|
10481
10498
|
}
|
|
10482
10499
|
|
|
10500
|
+
.k-table-group-row {
|
|
10501
|
+
|
|
10502
|
+
&::before {
|
|
10503
|
+
content: ".";
|
|
10504
|
+
padding: $table-cell-padding-y 0;
|
|
10505
|
+
width: 0;
|
|
10506
|
+
display: block;
|
|
10507
|
+
overflow: hidden;
|
|
10508
|
+
}
|
|
10509
|
+
|
|
10510
|
+
.k-table-th {
|
|
10511
|
+
width: 100%;
|
|
10512
|
+
border-color: inherit;
|
|
10513
|
+
color: inherit;
|
|
10514
|
+
background-color: inherit;
|
|
10515
|
+
position: absolute;
|
|
10516
|
+
top: 0;
|
|
10517
|
+
}
|
|
10518
|
+
}
|
|
10519
|
+
|
|
10483
10520
|
.k-table-spacer-td {
|
|
10484
10521
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
10485
10522
|
width: 0 !important; // sass-lint:disable-line no-important
|
|
@@ -10504,6 +10541,13 @@ $table-selected-border: $grid-selected-border !default;
|
|
|
10504
10541
|
}
|
|
10505
10542
|
|
|
10506
10543
|
|
|
10544
|
+
// Virtualization
|
|
10545
|
+
.k-virtual-table .k-table-row {
|
|
10546
|
+
position: absolute;
|
|
10547
|
+
width: 100%;
|
|
10548
|
+
}
|
|
10549
|
+
|
|
10550
|
+
|
|
10507
10551
|
// Table scroller
|
|
10508
10552
|
.k-table-scroller {
|
|
10509
10553
|
position: relative;
|
|
@@ -11114,23 +11158,21 @@ $badge-dot-size-lg: 12px !default;
|
|
|
11114
11158
|
// Component
|
|
11115
11159
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/chip/_variables.scss
|
|
11116
11160
|
// Chip
|
|
11117
|
-
$
|
|
11161
|
+
$chip-list-gap: map-get( $spacing, 1 ) !default;
|
|
11118
11162
|
|
|
11119
|
-
$chip-padding-x:
|
|
11120
|
-
$chip-padding-y:
|
|
11163
|
+
$chip-padding-x: map-get( $spacing, 1 ) !default;
|
|
11164
|
+
$chip-padding-y: map-get( $spacing, 1 ) !default;
|
|
11121
11165
|
$chip-height: 32px !default;
|
|
11166
|
+
$chip-gap: $icon-spacing !default;
|
|
11122
11167
|
$chip-border-radius: $chip-height / 2 !default;
|
|
11123
|
-
$chip-font-size:
|
|
11168
|
+
$chip-font-size: $font-size !default;
|
|
11124
11169
|
|
|
11125
11170
|
$chip-selected-icon-size: 24px !default;
|
|
11126
11171
|
$chip-selected-icon-offset: 6px !default;
|
|
11127
11172
|
$chip-selected-icon-no-icon-offset: 0px !default;
|
|
11128
11173
|
$chip-selected-icon-font-size: $chip-font-size !default;
|
|
11129
11174
|
|
|
11130
|
-
$chip-content-padding-x: 6px !default;
|
|
11131
|
-
|
|
11132
11175
|
$chip-icons-size: 24px !default;
|
|
11133
|
-
$chip-icon-margin: 0px !default;
|
|
11134
11176
|
$chip-remove-icon-margin: 0px !default;
|
|
11135
11177
|
$chip-remove-icon-font-size: 14px !default;
|
|
11136
11178
|
|
|
@@ -11146,10 +11188,13 @@ $chip-solid-hover-bg: rgba( $chip-base-bg, .16 ) !default;
|
|
|
11146
11188
|
$chip-solid-hover-text: null !default;
|
|
11147
11189
|
$chip-solid-hover-border: null !default;
|
|
11148
11190
|
|
|
11149
|
-
$chip-solid-focus-bg:
|
|
11191
|
+
$chip-solid-focus-bg: null !default;
|
|
11192
|
+
$chip-solid-focus-text: null !default;
|
|
11193
|
+
$chip-solid-focus-border: null !default;
|
|
11150
11194
|
$chip-solid-focus-shadow: 0 0 0 3px rgba( $chip-base-bg, .16 ) !default;
|
|
11151
11195
|
|
|
11152
11196
|
$chip-solid-selected-bg: rgba( $chip-base-bg, .24 ) !default;
|
|
11197
|
+
$chip-solid-selected-text: null !default;
|
|
11153
11198
|
$chip-solid-selected-border: null !default;
|
|
11154
11199
|
|
|
11155
11200
|
$chip-solid-success-bg: rgba( $success, .08 ) !default;
|
|
@@ -11231,6 +11276,7 @@ $chip-outline-focus-shadow: $chip-solid-focus-shadow !default;
|
|
|
11231
11276
|
|
|
11232
11277
|
$chip-outline-selected-bg: $chip-outline-hover-bg !default;
|
|
11233
11278
|
$chip-outline-selected-text: $chip-outline-hover-text !default;
|
|
11279
|
+
$chip-outline-selected-border: null !default;
|
|
11234
11280
|
|
|
11235
11281
|
$chip-outline-success-bg: null !default;
|
|
11236
11282
|
$chip-outline-success-text: $success !default;
|
|
@@ -11296,12 +11342,8 @@ $chip-outline-info-selected-bg: $chip-outline-info-hover-bg !default;
|
|
|
11296
11342
|
$chip-outline-info-selected-text: $chip-outline-info-hover-text !default;
|
|
11297
11343
|
$chip-outline-info-selected-border: null !default;
|
|
11298
11344
|
|
|
11299
|
-
$chip-
|
|
11300
|
-
$chip-
|
|
11301
|
-
|
|
11302
|
-
|
|
11303
|
-
$chip-primary-focus-shadow: null !default;
|
|
11304
|
-
$chip-secondary-focus-shadow: null !default;
|
|
11345
|
+
$chip-primary-focus-shadow: 0 0 0 3px rgba( $primary, .16 ) !default;
|
|
11346
|
+
$chip-secondary-focus-shadow: 0 0 0 3px rgba( $secondary, .16 ) !default;
|
|
11305
11347
|
$chip-info-focus-shadow: 0 0 0 3px rgba( $info, .16 ) !default;
|
|
11306
11348
|
$chip-success-focus-shadow: 0 0 0 3px rgba( $success, .16 ) !default;
|
|
11307
11349
|
$chip-warning-focus-shadow: 0 0 0 3px rgba( $warning, .16 ) !default;
|
|
@@ -11312,172 +11354,152 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
|
|
|
11312
11354
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/chip/_layout.scss
|
|
11313
11355
|
@include exports("chip/layout") {
|
|
11314
11356
|
|
|
11315
|
-
.k-chip-list {
|
|
11316
|
-
display: inline-flex;
|
|
11317
|
-
|
|
11318
|
-
> * {
|
|
11319
|
-
margin-right: $chips-margin;
|
|
11320
|
-
|
|
11321
|
-
&:last-child {
|
|
11322
|
-
margin-right: 0;
|
|
11323
|
-
}
|
|
11324
|
-
}
|
|
11325
|
-
}
|
|
11326
|
-
|
|
11327
|
-
.k-selection-single {
|
|
11328
|
-
.k-selected-icon-wrapper {
|
|
11329
|
-
display: none;
|
|
11330
|
-
}
|
|
11331
|
-
}
|
|
11332
|
-
|
|
11333
|
-
.k-selection-multiple {
|
|
11334
|
-
.k-selected-icon-wrapper {
|
|
11335
|
-
width: 0;
|
|
11336
|
-
height: $chip-selected-icon-size;
|
|
11337
|
-
position: relative;
|
|
11338
|
-
left: $chip-selected-icon-offset;
|
|
11339
|
-
display: flex;
|
|
11340
|
-
align-items: center;
|
|
11341
|
-
justify-content: center;
|
|
11342
|
-
visibility: hidden;
|
|
11343
|
-
z-index: 1;
|
|
11344
|
-
}
|
|
11345
|
-
|
|
11346
|
-
.k-selected-icon {
|
|
11347
|
-
font-size: $chip-selected-icon-font-size;
|
|
11348
|
-
}
|
|
11349
|
-
|
|
11350
|
-
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
11351
|
-
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
11352
|
-
width: $chip-selected-icon-size;
|
|
11353
|
-
visibility: visible;
|
|
11354
|
-
}
|
|
11355
|
-
|
|
11356
|
-
> .k-chip-has-icon {
|
|
11357
|
-
.k-selected-icon-wrapper {
|
|
11358
|
-
border-radius: 50%;
|
|
11359
|
-
position: absolute;
|
|
11360
|
-
}
|
|
11361
|
-
}
|
|
11362
|
-
|
|
11363
|
-
:not(.k-chip-has-icon) {
|
|
11364
|
-
.k-selected-icon-wrapper {
|
|
11365
|
-
left: $chip-selected-icon-no-icon-offset;
|
|
11366
|
-
opacity: 0;
|
|
11367
|
-
transition: width .2s, opacity .2s;
|
|
11368
|
-
}
|
|
11369
|
-
|
|
11370
|
-
&.k-state-selected .k-selected-icon-wrapper,
|
|
11371
|
-
&.k-selected .k-selected-icon-wrapper {
|
|
11372
|
-
opacity: 1;
|
|
11373
|
-
}
|
|
11374
|
-
}
|
|
11375
|
-
}
|
|
11376
|
-
|
|
11377
11357
|
.k-chip {
|
|
11378
|
-
overflow: hidden;
|
|
11379
|
-
padding: $chip-padding-y $chip-padding-x;
|
|
11380
11358
|
height: $chip-height;
|
|
11359
|
+
padding: $chip-padding-y $chip-padding-x;
|
|
11381
11360
|
border-radius: $chip-border-radius;
|
|
11382
|
-
position: relative;
|
|
11383
11361
|
box-sizing: border-box;
|
|
11384
11362
|
border-width: 1px;
|
|
11385
11363
|
border-style: solid;
|
|
11364
|
+
outline: 0;
|
|
11365
|
+
font-size: $chip-font-size;
|
|
11386
11366
|
display: inline-flex;
|
|
11367
|
+
flex-flow: row nowrap;
|
|
11387
11368
|
align-items: center;
|
|
11388
11369
|
justify-content: center;
|
|
11389
|
-
|
|
11370
|
+
gap: $chip-gap;
|
|
11371
|
+
position: relative;
|
|
11372
|
+
overflow: hidden;
|
|
11390
11373
|
cursor: pointer;
|
|
11391
11374
|
user-select: none;
|
|
11392
11375
|
|
|
11393
|
-
|
|
11394
|
-
|
|
11395
|
-
outline: 0;
|
|
11376
|
+
.k-selected-icon-wrapper {
|
|
11377
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
11396
11378
|
}
|
|
11397
11379
|
}
|
|
11398
11380
|
|
|
11381
|
+
|
|
11382
|
+
// Chip content
|
|
11399
11383
|
.k-chip-content {
|
|
11400
11384
|
min-width: 0;
|
|
11385
|
+
display: flex;
|
|
11386
|
+
flex-flow: row nowrap;
|
|
11387
|
+
align-items: center;
|
|
11401
11388
|
overflow: hidden;
|
|
11402
|
-
|
|
11389
|
+
flex: 1 1 auto;
|
|
11390
|
+
}
|
|
11391
|
+
.k-chip-content:first-child {
|
|
11392
|
+
margin-inline-start: $chip-gap;
|
|
11393
|
+
}
|
|
11394
|
+
.k-chip-content:last-child {
|
|
11395
|
+
margin-inline-end: $chip-gap;
|
|
11396
|
+
}
|
|
11397
|
+
|
|
11398
|
+
|
|
11399
|
+
// Chip text
|
|
11400
|
+
.k-chip-text,
|
|
11401
|
+
.k-chip-label {
|
|
11403
11402
|
white-space: nowrap;
|
|
11404
|
-
|
|
11403
|
+
text-overflow: ellipsis;
|
|
11404
|
+
overflow: hidden;
|
|
11405
11405
|
flex: 1 1 auto;
|
|
11406
11406
|
}
|
|
11407
11407
|
|
|
11408
|
-
|
|
11409
|
-
|
|
11408
|
+
|
|
11409
|
+
// Chip avatar
|
|
11410
|
+
.k-chip-avatar {
|
|
11411
|
+
width: $chip-avatar-size;
|
|
11412
|
+
height: $chip-avatar-size;
|
|
11413
|
+
border-radius: 50%;
|
|
11414
|
+
background-size: cover;
|
|
11415
|
+
background-position: center;
|
|
11416
|
+
flex: none;
|
|
11417
|
+
}
|
|
11418
|
+
|
|
11419
|
+
|
|
11420
|
+
// Chip icon
|
|
11421
|
+
.k-chip-icon {
|
|
11410
11422
|
width: $chip-icons-size;
|
|
11411
11423
|
height: $chip-icons-size;
|
|
11412
11424
|
display: flex;
|
|
11413
11425
|
align-items: center;
|
|
11414
11426
|
justify-content: center;
|
|
11415
|
-
flex:
|
|
11427
|
+
flex: none;
|
|
11428
|
+
}
|
|
11429
|
+
.k-ie .k-chip-icon {
|
|
11430
|
+
margin-right: $chip-gap;
|
|
11416
11431
|
}
|
|
11417
11432
|
|
|
11418
|
-
|
|
11419
|
-
|
|
11433
|
+
|
|
11434
|
+
// Actions
|
|
11435
|
+
.k-chip-actions {
|
|
11436
|
+
flex: none;
|
|
11437
|
+
display: flex;
|
|
11438
|
+
flex-flow: row nowrap;
|
|
11439
|
+
align-items: center;
|
|
11440
|
+
align-self: center;
|
|
11441
|
+
}
|
|
11442
|
+
.k-chip-action {
|
|
11443
|
+
flex: none;
|
|
11444
|
+
display: flex;
|
|
11445
|
+
flex-flow: row nowrap;
|
|
11446
|
+
align-items: center;
|
|
11447
|
+
align-self: center;
|
|
11420
11448
|
}
|
|
11421
11449
|
|
|
11450
|
+
|
|
11451
|
+
// Legacy chip icons
|
|
11422
11452
|
.k-remove-icon {
|
|
11423
|
-
|
|
11453
|
+
width: $chip-icons-size;
|
|
11454
|
+
height: $chip-icons-size;
|
|
11424
11455
|
font-size: $chip-remove-icon-font-size;
|
|
11456
|
+
display: flex;
|
|
11457
|
+
align-items: center;
|
|
11458
|
+
justify-content: center;
|
|
11459
|
+
flex: none;
|
|
11425
11460
|
}
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
|
|
11429
|
-
height: $chip-avatar-size;
|
|
11430
|
-
border-radius: 50%;
|
|
11431
|
-
background-size: cover;
|
|
11432
|
-
background-position: center;
|
|
11461
|
+
.k-ie .k-remove-icon {
|
|
11462
|
+
margin-right: 0;
|
|
11463
|
+
margin-left: $chip-gap;
|
|
11433
11464
|
}
|
|
11434
11465
|
|
|
11435
|
-
}
|
|
11436
11466
|
|
|
11467
|
+
// Chip list
|
|
11468
|
+
.k-chip-list {
|
|
11469
|
+
display: inline-flex;
|
|
11470
|
+
gap: $chip-list-gap;
|
|
11471
|
+
}
|
|
11472
|
+
.k-ie .k-chip-list > * {
|
|
11473
|
+
margin-right: $chip-list-gap;
|
|
11474
|
+
}
|
|
11475
|
+
.k-ie .k-chip-list > :last-child {
|
|
11476
|
+
margin-right: 0;
|
|
11477
|
+
}
|
|
11437
11478
|
|
|
11438
|
-
@include exports("chip/layout/rtl") {
|
|
11439
11479
|
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
|
|
11443
|
-
|
|
11444
|
-
|
|
11445
|
-
|
|
11446
|
-
|
|
11480
|
+
// RTL
|
|
11481
|
+
.k-ie .k-chip.k-rtl,
|
|
11482
|
+
.k-ie .k-rtl .k-chip,
|
|
11483
|
+
.k-ie .k-chip[dir="rtl"] {
|
|
11484
|
+
.k-chip-icon {
|
|
11485
|
+
margin-right: 0;
|
|
11486
|
+
margin-left: $chip-gap;
|
|
11487
|
+
}
|
|
11447
11488
|
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
|
|
11451
|
-
}
|
|
11489
|
+
.k-remove-icon {
|
|
11490
|
+
margin-left: 0;
|
|
11491
|
+
margin-right: $chip-gap;
|
|
11452
11492
|
}
|
|
11453
11493
|
}
|
|
11494
|
+
.k-ie .k-chip-list.k-rtl,
|
|
11495
|
+
.k-ie .k-rtl .k-chip-list,
|
|
11496
|
+
.k-ie .k-chip-list[dir="rtl"] {
|
|
11497
|
+
> * {
|
|
11498
|
+
margin-right: 0;
|
|
11499
|
+
margin-left: $chip-list-gap;
|
|
11454
11500
|
|
|
11455
|
-
|
|
11456
|
-
&[dir="rtl"],
|
|
11457
|
-
.k-rtl &,
|
|
11458
|
-
&.k-rtl {
|
|
11459
|
-
.k-chip-icon {
|
|
11501
|
+
&:last-child {
|
|
11460
11502
|
margin-left: 0;
|
|
11461
|
-
margin-right: $chip-icon-margin;
|
|
11462
|
-
}
|
|
11463
|
-
|
|
11464
|
-
.k-remove-icon {
|
|
11465
|
-
margin-right: 0;
|
|
11466
|
-
margin-left: $chip-remove-icon-margin;
|
|
11467
|
-
}
|
|
11468
|
-
|
|
11469
|
-
.k-selection-multiple & {
|
|
11470
|
-
.k-selected-icon-wrapper {
|
|
11471
|
-
left: 0;
|
|
11472
|
-
right: $chip-selected-icon-offset;
|
|
11473
|
-
}
|
|
11474
|
-
|
|
11475
|
-
&:not(.k-chip-has-icon) {
|
|
11476
|
-
.k-selected-icon-wrapper {
|
|
11477
|
-
left: 0;
|
|
11478
|
-
right: $chip-selected-icon-no-icon-offset;
|
|
11479
|
-
}
|
|
11480
|
-
}
|
|
11481
11503
|
}
|
|
11482
11504
|
}
|
|
11483
11505
|
}
|
|
@@ -11489,17 +11511,9 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
|
|
|
11489
11511
|
// #endregion
|
|
11490
11512
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/chip/_theme.scss
|
|
11491
11513
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/chip/_theme.scss
|
|
11492
|
-
@include exports("chip/theme") {
|
|
11514
|
+
@include exports( "chip/theme" ) {
|
|
11493
11515
|
|
|
11494
|
-
|
|
11495
|
-
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
11496
|
-
@include fill(
|
|
11497
|
-
$color: $chip-multiple-selected-icon-text,
|
|
11498
|
-
$bg: $chip-multiple-selected-icon-bg
|
|
11499
|
-
);
|
|
11500
|
-
}
|
|
11501
|
-
|
|
11502
|
-
// Solid
|
|
11516
|
+
// Chip solid
|
|
11503
11517
|
.k-chip-solid {
|
|
11504
11518
|
@include fill(
|
|
11505
11519
|
$chip-solid-text,
|
|
@@ -11508,179 +11522,182 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
|
|
|
11508
11522
|
);
|
|
11509
11523
|
|
|
11510
11524
|
&:hover,
|
|
11511
|
-
&.k-
|
|
11512
|
-
&.k-hover {
|
|
11525
|
+
&.k-hover,
|
|
11526
|
+
&.k-state-hover {
|
|
11513
11527
|
@include fill(
|
|
11514
|
-
$
|
|
11515
|
-
$
|
|
11528
|
+
$chip-solid-hover-text,
|
|
11529
|
+
$chip-solid-hover-bg,
|
|
11530
|
+
$chip-solid-hover-border
|
|
11516
11531
|
);
|
|
11517
11532
|
}
|
|
11518
11533
|
|
|
11519
11534
|
&:focus,
|
|
11520
|
-
&.k-
|
|
11521
|
-
&.k-focus {
|
|
11535
|
+
&.k-focus,
|
|
11536
|
+
&.k-state-focus {
|
|
11537
|
+
@include fill(
|
|
11538
|
+
$chip-solid-focus-text,
|
|
11539
|
+
$chip-solid-focus-bg,
|
|
11540
|
+
$chip-solid-focus-border
|
|
11541
|
+
);
|
|
11522
11542
|
@include box-shadow( $chip-solid-focus-shadow );
|
|
11523
|
-
@include fill( $bg: $chip-solid-focus-bg );
|
|
11524
11543
|
}
|
|
11525
11544
|
|
|
11526
|
-
&.k-
|
|
11527
|
-
&.k-selected {
|
|
11545
|
+
&.k-selected,
|
|
11546
|
+
&.k-state-selected {
|
|
11528
11547
|
@include fill(
|
|
11529
|
-
$
|
|
11530
|
-
$
|
|
11548
|
+
$chip-solid-selected-text,
|
|
11549
|
+
$chip-solid-selected-bg,
|
|
11550
|
+
$chip-solid-selected-border
|
|
11531
11551
|
);
|
|
11532
11552
|
}
|
|
11553
|
+
}
|
|
11554
|
+
.k-chip-solid.k-chip-success {
|
|
11555
|
+
@include fill(
|
|
11556
|
+
$chip-solid-success-text,
|
|
11557
|
+
$chip-solid-success-bg,
|
|
11558
|
+
$chip-solid-success-border
|
|
11559
|
+
);
|
|
11533
11560
|
|
|
11534
|
-
|
|
11561
|
+
&:hover,
|
|
11562
|
+
&.k-hover,
|
|
11563
|
+
&.k-state-hover {
|
|
11535
11564
|
@include fill(
|
|
11536
|
-
$chip-solid-success-text,
|
|
11537
|
-
$chip-solid-success-bg,
|
|
11538
|
-
$chip-solid-success-border
|
|
11565
|
+
$chip-solid-success-hover-text,
|
|
11566
|
+
$chip-solid-success-hover-bg,
|
|
11567
|
+
$chip-solid-success-hover-border
|
|
11539
11568
|
);
|
|
11540
|
-
|
|
11541
|
-
&:hover,
|
|
11542
|
-
&.k-state-hover,
|
|
11543
|
-
&.k-hover {
|
|
11544
|
-
@include fill(
|
|
11545
|
-
$chip-solid-success-hover-text,
|
|
11546
|
-
$chip-solid-success-hover-bg,
|
|
11547
|
-
$chip-solid-success-hover-border
|
|
11548
|
-
);
|
|
11549
|
-
}
|
|
11550
|
-
|
|
11551
|
-
&:focus,
|
|
11552
|
-
&.k-state-focus,
|
|
11553
|
-
&.k-focus {
|
|
11554
|
-
@include fill(
|
|
11555
|
-
$chip-solid-success-focus-text,
|
|
11556
|
-
$chip-solid-success-focus-bg,
|
|
11557
|
-
$chip-solid-success-focus-border
|
|
11558
|
-
);
|
|
11559
|
-
}
|
|
11560
|
-
|
|
11561
|
-
&.k-state-selected,
|
|
11562
|
-
&.k-selected {
|
|
11563
|
-
@include fill(
|
|
11564
|
-
$chip-solid-success-selected-text,
|
|
11565
|
-
$chip-solid-success-selected-bg,
|
|
11566
|
-
$chip-solid-success-selected-border
|
|
11567
|
-
);
|
|
11568
|
-
}
|
|
11569
11569
|
}
|
|
11570
11570
|
|
|
11571
|
-
|
|
11572
|
-
&.k-
|
|
11571
|
+
&:focus,
|
|
11572
|
+
&.k-focus,
|
|
11573
|
+
&.k-state-focus {
|
|
11573
11574
|
@include fill(
|
|
11574
|
-
$chip-solid-
|
|
11575
|
-
$chip-solid-
|
|
11576
|
-
$chip-solid-
|
|
11575
|
+
$chip-solid-success-focus-text,
|
|
11576
|
+
$chip-solid-success-focus-bg,
|
|
11577
|
+
$chip-solid-success-focus-border
|
|
11577
11578
|
);
|
|
11579
|
+
}
|
|
11578
11580
|
|
|
11579
|
-
|
|
11580
|
-
|
|
11581
|
-
|
|
11582
|
-
|
|
11583
|
-
|
|
11584
|
-
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
|
|
11589
|
-
|
|
11590
|
-
|
|
11591
|
-
|
|
11592
|
-
|
|
11593
|
-
|
|
11594
|
-
$chip-solid-warning-focus-bg,
|
|
11595
|
-
$chip-solid-warning-focus-border
|
|
11596
|
-
);
|
|
11597
|
-
}
|
|
11581
|
+
&.k-selected,
|
|
11582
|
+
&.k-state-selected {
|
|
11583
|
+
@include fill(
|
|
11584
|
+
$chip-solid-success-selected-text,
|
|
11585
|
+
$chip-solid-success-selected-bg,
|
|
11586
|
+
$chip-solid-success-selected-border
|
|
11587
|
+
);
|
|
11588
|
+
}
|
|
11589
|
+
}
|
|
11590
|
+
.k-chip-solid.k-chip-warning {
|
|
11591
|
+
@include fill(
|
|
11592
|
+
$chip-solid-warning-text,
|
|
11593
|
+
$chip-solid-warning-bg,
|
|
11594
|
+
$chip-solid-warning-border
|
|
11595
|
+
);
|
|
11598
11596
|
|
|
11599
|
-
|
|
11600
|
-
|
|
11601
|
-
|
|
11602
|
-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
|
|
11597
|
+
&:hover,
|
|
11598
|
+
&.k-hover,
|
|
11599
|
+
&.k-state-hover {
|
|
11600
|
+
@include fill(
|
|
11601
|
+
$chip-solid-warning-hover-text,
|
|
11602
|
+
$chip-solid-warning-hover-bg,
|
|
11603
|
+
$chip-solid-warning-hover-border
|
|
11604
|
+
);
|
|
11607
11605
|
}
|
|
11608
11606
|
|
|
11609
|
-
|
|
11607
|
+
&:focus,
|
|
11608
|
+
&.k-focus,
|
|
11609
|
+
&.k-state-focus {
|
|
11610
11610
|
@include fill(
|
|
11611
|
-
$chip-solid-
|
|
11612
|
-
$chip-solid-
|
|
11613
|
-
$chip-solid-
|
|
11611
|
+
$chip-solid-warning-focus-text,
|
|
11612
|
+
$chip-solid-warning-focus-bg,
|
|
11613
|
+
$chip-solid-warning-focus-border
|
|
11614
11614
|
);
|
|
11615
|
+
}
|
|
11615
11616
|
|
|
11616
|
-
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11617
|
+
&.k-selected,
|
|
11618
|
+
&.k-state-selected {
|
|
11619
|
+
@include fill(
|
|
11620
|
+
$chip-solid-warning-selected-text,
|
|
11621
|
+
$chip-solid-warning-selected-bg,
|
|
11622
|
+
$chip-solid-warning-selected-border
|
|
11623
|
+
);
|
|
11624
|
+
}
|
|
11625
|
+
}
|
|
11626
|
+
.k-chip-solid.k-chip-error {
|
|
11627
|
+
@include fill(
|
|
11628
|
+
$chip-solid-error-text,
|
|
11629
|
+
$chip-solid-error-bg,
|
|
11630
|
+
$chip-solid-error-border
|
|
11631
|
+
);
|
|
11625
11632
|
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11633
|
+
&:hover,
|
|
11634
|
+
&.k-hover,
|
|
11635
|
+
&.k-state-hover {
|
|
11636
|
+
@include fill(
|
|
11637
|
+
$chip-solid-error-hover-text,
|
|
11638
|
+
$chip-solid-error-hover-bg,
|
|
11639
|
+
$chip-solid-error-hover-border
|
|
11640
|
+
);
|
|
11641
|
+
}
|
|
11635
11642
|
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11643
|
+
&:focus,
|
|
11644
|
+
&.k-focus,
|
|
11645
|
+
&.k-state-focus {
|
|
11646
|
+
@include fill(
|
|
11647
|
+
$chip-solid-error-focus-text,
|
|
11648
|
+
$chip-solid-error-focus-bg,
|
|
11649
|
+
$chip-solid-error-focus-border
|
|
11650
|
+
);
|
|
11644
11651
|
}
|
|
11645
11652
|
|
|
11646
|
-
&.k-
|
|
11653
|
+
&.k-selected,
|
|
11654
|
+
&.k-state-selected {
|
|
11647
11655
|
@include fill(
|
|
11648
|
-
$chip-solid-
|
|
11649
|
-
$chip-solid-
|
|
11650
|
-
$chip-solid-
|
|
11656
|
+
$chip-solid-error-selected-text,
|
|
11657
|
+
$chip-solid-error-selected-bg,
|
|
11658
|
+
$chip-solid-error-selected-border
|
|
11651
11659
|
);
|
|
11660
|
+
}
|
|
11661
|
+
}
|
|
11662
|
+
.k-chip-solid.k-chip-info {
|
|
11663
|
+
@include fill(
|
|
11664
|
+
$chip-solid-info-text,
|
|
11665
|
+
$chip-solid-info-bg,
|
|
11666
|
+
$chip-solid-info-border
|
|
11667
|
+
);
|
|
11652
11668
|
|
|
11653
|
-
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
|
|
11661
|
-
|
|
11669
|
+
&:hover,
|
|
11670
|
+
&.k-hover,
|
|
11671
|
+
&.k-state-hover {
|
|
11672
|
+
@include fill(
|
|
11673
|
+
$chip-solid-info-hover-text,
|
|
11674
|
+
$chip-solid-info-hover-bg,
|
|
11675
|
+
$chip-solid-info-hover-border
|
|
11676
|
+
);
|
|
11677
|
+
}
|
|
11662
11678
|
|
|
11663
|
-
|
|
11664
|
-
|
|
11665
|
-
|
|
11666
|
-
|
|
11667
|
-
|
|
11668
|
-
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
|
|
11679
|
+
&:focus,
|
|
11680
|
+
&.k-focus,
|
|
11681
|
+
&.k-state-focus {
|
|
11682
|
+
@include fill(
|
|
11683
|
+
$chip-solid-info-focus-text,
|
|
11684
|
+
$chip-solid-info-focus-bg,
|
|
11685
|
+
$chip-solid-info-focus-border
|
|
11686
|
+
);
|
|
11687
|
+
}
|
|
11672
11688
|
|
|
11673
|
-
|
|
11674
|
-
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11679
|
-
|
|
11680
|
-
}
|
|
11689
|
+
&.k-selected,
|
|
11690
|
+
&.k-state-selected {
|
|
11691
|
+
@include fill(
|
|
11692
|
+
$chip-solid-info-selected-text,
|
|
11693
|
+
$chip-solid-info-selected-bg,
|
|
11694
|
+
$chip-solid-info-selected-border
|
|
11695
|
+
);
|
|
11681
11696
|
}
|
|
11682
11697
|
}
|
|
11683
11698
|
|
|
11699
|
+
|
|
11700
|
+
// Outline chip
|
|
11684
11701
|
.k-chip-outline {
|
|
11685
11702
|
@include fill(
|
|
11686
11703
|
$chip-outline-text,
|
|
@@ -11689,8 +11706,8 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
|
|
|
11689
11706
|
);
|
|
11690
11707
|
|
|
11691
11708
|
&:hover,
|
|
11692
|
-
&.k-
|
|
11693
|
-
&.k-hover {
|
|
11709
|
+
&.k-hover,
|
|
11710
|
+
&.k-state-hover {
|
|
11694
11711
|
@include fill(
|
|
11695
11712
|
$chip-outline-hover-text,
|
|
11696
11713
|
$chip-outline-hover-bg,
|
|
@@ -11699,177 +11716,171 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
|
|
|
11699
11716
|
}
|
|
11700
11717
|
|
|
11701
11718
|
&:focus,
|
|
11702
|
-
&.k-
|
|
11703
|
-
&.k-focus {
|
|
11704
|
-
@include box-shadow( $chip-outline-focus-shadow );
|
|
11719
|
+
&.k-focus,
|
|
11720
|
+
&.k-state-focus {
|
|
11705
11721
|
@include fill(
|
|
11706
11722
|
$chip-outline-focus-text,
|
|
11707
11723
|
$chip-outline-focus-bg,
|
|
11708
11724
|
$chip-outline-focus-border
|
|
11709
11725
|
);
|
|
11726
|
+
@include box-shadow( $chip-outline-focus-shadow );
|
|
11710
11727
|
}
|
|
11711
11728
|
|
|
11712
|
-
&.k-
|
|
11713
|
-
&.k-selected {
|
|
11729
|
+
&.k-selected,
|
|
11730
|
+
&.k-state-selected {
|
|
11714
11731
|
@include fill(
|
|
11715
11732
|
$color: $chip-outline-selected-text,
|
|
11716
11733
|
$bg: $chip-outline-selected-bg
|
|
11717
11734
|
);
|
|
11718
11735
|
}
|
|
11736
|
+
}
|
|
11737
|
+
.k-chip-outline.k-chip-success {
|
|
11738
|
+
@include fill(
|
|
11739
|
+
$chip-outline-success-text,
|
|
11740
|
+
$chip-outline-success-bg,
|
|
11741
|
+
$chip-outline-success-border
|
|
11742
|
+
);
|
|
11719
11743
|
|
|
11720
|
-
|
|
11744
|
+
&:hover,
|
|
11745
|
+
&.k-hover,
|
|
11746
|
+
&.k-state-hover {
|
|
11721
11747
|
@include fill(
|
|
11722
|
-
$chip-outline-success-text,
|
|
11723
|
-
$chip-outline-success-bg,
|
|
11724
|
-
$chip-outline-success-border
|
|
11748
|
+
$chip-outline-success-hover-text,
|
|
11749
|
+
$chip-outline-success-hover-bg,
|
|
11750
|
+
$chip-outline-success-hover-border
|
|
11725
11751
|
);
|
|
11726
|
-
|
|
11727
|
-
&:hover,
|
|
11728
|
-
&.k-state-hover,
|
|
11729
|
-
&.k-hover {
|
|
11730
|
-
@include fill(
|
|
11731
|
-
$chip-outline-success-hover-text,
|
|
11732
|
-
$chip-outline-success-hover-bg,
|
|
11733
|
-
$chip-outline-success-hover-border
|
|
11734
|
-
);
|
|
11735
|
-
}
|
|
11736
|
-
|
|
11737
|
-
&:focus,
|
|
11738
|
-
&.k-state-focus,
|
|
11739
|
-
&.k-focus {
|
|
11740
|
-
@include fill(
|
|
11741
|
-
$chip-outline-success-focus-text,
|
|
11742
|
-
$chip-outline-success-focus-bg,
|
|
11743
|
-
$chip-outline-success-focus-border
|
|
11744
|
-
);
|
|
11745
|
-
}
|
|
11746
|
-
|
|
11747
|
-
&.k-state-selected,
|
|
11748
|
-
&.k-selected {
|
|
11749
|
-
@include fill(
|
|
11750
|
-
$chip-outline-success-selected-text,
|
|
11751
|
-
$chip-outline-success-selected-bg,
|
|
11752
|
-
$chip-outline-success-selected-border
|
|
11753
|
-
);
|
|
11754
|
-
}
|
|
11755
11752
|
}
|
|
11756
11753
|
|
|
11757
|
-
|
|
11754
|
+
&:focus,
|
|
11755
|
+
&.k-focus,
|
|
11756
|
+
&.k-state-focus {
|
|
11758
11757
|
@include fill(
|
|
11759
|
-
$chip-outline-
|
|
11760
|
-
$chip-outline-
|
|
11761
|
-
$chip-outline-
|
|
11758
|
+
$chip-outline-success-focus-text,
|
|
11759
|
+
$chip-outline-success-focus-bg,
|
|
11760
|
+
$chip-outline-success-focus-border
|
|
11762
11761
|
);
|
|
11763
|
-
|
|
11764
|
-
&:hover,
|
|
11765
|
-
&.k-state-hover,
|
|
11766
|
-
&.k-hover {
|
|
11767
|
-
@include fill(
|
|
11768
|
-
$chip-outline-warning-hover-text,
|
|
11769
|
-
$chip-outline-warning-hover-bg,
|
|
11770
|
-
$chip-outline-warning-hover-border
|
|
11771
|
-
);
|
|
11772
|
-
}
|
|
11773
|
-
|
|
11774
|
-
&:focus,
|
|
11775
|
-
&.k-state-focus,
|
|
11776
|
-
&.k-focus {
|
|
11777
|
-
@include fill(
|
|
11778
|
-
$chip-outline-warning-focus-text,
|
|
11779
|
-
$chip-outline-warning-focus-bg,
|
|
11780
|
-
$chip-outline-warning-focus-border
|
|
11781
|
-
);
|
|
11782
|
-
}
|
|
11783
|
-
|
|
11784
|
-
&.k-state-selected,
|
|
11785
|
-
&.k-selected {
|
|
11786
|
-
@include fill(
|
|
11787
|
-
$chip-outline-warning-selected-text,
|
|
11788
|
-
$chip-outline-warning-selected-bg,
|
|
11789
|
-
$chip-outline-warning-selected-border
|
|
11790
|
-
);
|
|
11791
|
-
}
|
|
11792
11762
|
}
|
|
11793
11763
|
|
|
11764
|
+
&.k-selected,
|
|
11765
|
+
&.k-state-selected {
|
|
11766
|
+
@include fill(
|
|
11767
|
+
$chip-outline-success-selected-text,
|
|
11768
|
+
$chip-outline-success-selected-bg,
|
|
11769
|
+
$chip-outline-success-selected-border
|
|
11770
|
+
);
|
|
11771
|
+
}
|
|
11772
|
+
}
|
|
11773
|
+
.k-chip-outline.k-chip-warning {
|
|
11774
|
+
@include fill(
|
|
11775
|
+
$chip-outline-warning-text,
|
|
11776
|
+
$chip-outline-warning-bg,
|
|
11777
|
+
$chip-outline-warning-border
|
|
11778
|
+
);
|
|
11794
11779
|
|
|
11795
|
-
|
|
11780
|
+
&:hover,
|
|
11781
|
+
&.k-hover,
|
|
11782
|
+
&.k-state-hover {
|
|
11796
11783
|
@include fill(
|
|
11797
|
-
$chip-outline-
|
|
11798
|
-
$chip-outline-
|
|
11799
|
-
$chip-outline-
|
|
11784
|
+
$chip-outline-warning-hover-text,
|
|
11785
|
+
$chip-outline-warning-hover-bg,
|
|
11786
|
+
$chip-outline-warning-hover-border
|
|
11800
11787
|
);
|
|
11788
|
+
}
|
|
11801
11789
|
|
|
11802
|
-
|
|
11803
|
-
|
|
11804
|
-
|
|
11805
|
-
|
|
11806
|
-
|
|
11807
|
-
|
|
11808
|
-
|
|
11809
|
-
|
|
11810
|
-
|
|
11790
|
+
&:focus,
|
|
11791
|
+
&.k-focus,
|
|
11792
|
+
&.k-state-focus {
|
|
11793
|
+
@include fill(
|
|
11794
|
+
$chip-outline-warning-focus-text,
|
|
11795
|
+
$chip-outline-warning-focus-bg,
|
|
11796
|
+
$chip-outline-warning-focus-border
|
|
11797
|
+
);
|
|
11798
|
+
}
|
|
11811
11799
|
|
|
11812
|
-
|
|
11813
|
-
|
|
11814
|
-
|
|
11815
|
-
|
|
11816
|
-
|
|
11817
|
-
|
|
11818
|
-
|
|
11819
|
-
|
|
11820
|
-
|
|
11800
|
+
&.k-selected,
|
|
11801
|
+
&.k-state-selected {
|
|
11802
|
+
@include fill(
|
|
11803
|
+
$chip-outline-warning-selected-text,
|
|
11804
|
+
$chip-outline-warning-selected-bg,
|
|
11805
|
+
$chip-outline-warning-selected-border
|
|
11806
|
+
);
|
|
11807
|
+
}
|
|
11808
|
+
}
|
|
11809
|
+
.k-chip-outline.k-chip-error {
|
|
11810
|
+
@include fill(
|
|
11811
|
+
$chip-outline-error-text,
|
|
11812
|
+
$chip-outline-error-bg,
|
|
11813
|
+
$chip-outline-error-border
|
|
11814
|
+
);
|
|
11821
11815
|
|
|
11822
|
-
|
|
11823
|
-
|
|
11824
|
-
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11828
|
-
|
|
11829
|
-
|
|
11816
|
+
&:hover,
|
|
11817
|
+
&.k-hover,
|
|
11818
|
+
&.k-state-hover {
|
|
11819
|
+
@include fill(
|
|
11820
|
+
$chip-outline-error-hover-text,
|
|
11821
|
+
$chip-outline-error-hover-bg,
|
|
11822
|
+
$chip-outline-error-hover-border
|
|
11823
|
+
);
|
|
11830
11824
|
}
|
|
11831
11825
|
|
|
11826
|
+
&:focus,
|
|
11827
|
+
&.k-focus,
|
|
11828
|
+
&.k-state-focus {
|
|
11829
|
+
@include fill(
|
|
11830
|
+
$chip-outline-error-focus-text,
|
|
11831
|
+
$chip-outline-error-focus-bg,
|
|
11832
|
+
$chip-outline-error-focus-border
|
|
11833
|
+
);
|
|
11834
|
+
}
|
|
11832
11835
|
|
|
11833
|
-
&.k-
|
|
11836
|
+
&.k-selected,
|
|
11837
|
+
&.k-state-selected {
|
|
11834
11838
|
@include fill(
|
|
11835
|
-
$chip-outline-
|
|
11836
|
-
$chip-outline-
|
|
11837
|
-
$chip-outline-
|
|
11839
|
+
$chip-outline-error-selected-text,
|
|
11840
|
+
$chip-outline-error-selected-bg,
|
|
11841
|
+
$chip-outline-error-selected-border
|
|
11838
11842
|
);
|
|
11843
|
+
}
|
|
11844
|
+
}
|
|
11845
|
+
.k-chip-outline.k-chip-info {
|
|
11846
|
+
@include fill(
|
|
11847
|
+
$chip-outline-info-text,
|
|
11848
|
+
$chip-outline-info-bg,
|
|
11849
|
+
$chip-outline-info-border
|
|
11850
|
+
);
|
|
11839
11851
|
|
|
11840
|
-
|
|
11841
|
-
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11847
|
-
|
|
11848
|
-
|
|
11852
|
+
&:hover,
|
|
11853
|
+
&.k-hover,
|
|
11854
|
+
&.k-state-hover {
|
|
11855
|
+
@include fill(
|
|
11856
|
+
$chip-outline-info-hover-text,
|
|
11857
|
+
$chip-outline-info-hover-bg,
|
|
11858
|
+
$chip-outline-info-hover-border
|
|
11859
|
+
);
|
|
11860
|
+
}
|
|
11849
11861
|
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11862
|
+
&:focus,
|
|
11863
|
+
&.k-focus,
|
|
11864
|
+
&.k-state-focus {
|
|
11865
|
+
@include fill(
|
|
11866
|
+
$chip-outline-info-focus-text,
|
|
11867
|
+
$chip-outline-info-focus-bg,
|
|
11868
|
+
$chip-outline-info-focus-border
|
|
11869
|
+
);
|
|
11870
|
+
}
|
|
11859
11871
|
|
|
11860
|
-
|
|
11861
|
-
|
|
11862
|
-
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
}
|
|
11872
|
+
&.k-selected,
|
|
11873
|
+
&.k-state-selected {
|
|
11874
|
+
@include fill(
|
|
11875
|
+
$chip-outline-info-selected-text,
|
|
11876
|
+
$chip-outline-info-selected-bg,
|
|
11877
|
+
$chip-outline-info-selected-border
|
|
11878
|
+
);
|
|
11868
11879
|
}
|
|
11869
11880
|
}
|
|
11870
11881
|
|
|
11871
11882
|
|
|
11872
|
-
//
|
|
11883
|
+
// Focus state
|
|
11873
11884
|
.k-chip-info {
|
|
11874
11885
|
&:focus,
|
|
11875
11886
|
&.k-state-focus,
|
|
@@ -11935,12 +11946,13 @@ $color-preview-no-color-bg: $white !default;
|
|
|
11935
11946
|
$color-preview-no-color-text: $error !default;
|
|
11936
11947
|
$color-preview-no-color-border: null !default;
|
|
11937
11948
|
|
|
11938
|
-
$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;
|
|
11949
|
+
// $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;
|
|
11950
|
+
$color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
|
|
11939
11951
|
|
|
11940
11952
|
// #endregion
|
|
11941
11953
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/color-preview/_layout.scss
|
|
11942
11954
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss
|
|
11943
|
-
@include exports("color-preview/layout") {
|
|
11955
|
+
@include exports( "color-preview/layout" ) {
|
|
11944
11956
|
|
|
11945
11957
|
// Color Preview
|
|
11946
11958
|
.k-color-preview {
|
|
@@ -11984,7 +11996,7 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
11984
11996
|
// #endregion
|
|
11985
11997
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/color-preview/_theme.scss
|
|
11986
11998
|
// #region @import "~@progress/kendo-theme-default/scss/color-preview/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss
|
|
11987
|
-
@include exports("color-preview/theme") {
|
|
11999
|
+
@include exports( "color-preview/theme" ) {
|
|
11988
12000
|
|
|
11989
12001
|
// Color Preview
|
|
11990
12002
|
.k-color-preview {
|
|
@@ -12011,7 +12023,8 @@ $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='h
|
|
|
12011
12023
|
.k-no-color::after {
|
|
12012
12024
|
background-color: $color-preview-no-color-bg;
|
|
12013
12025
|
background-image: $color-preview-no-color-image;
|
|
12014
|
-
background-size:
|
|
12026
|
+
background-size: contain;
|
|
12027
|
+
background-position: 0 0;
|
|
12015
12028
|
}
|
|
12016
12029
|
|
|
12017
12030
|
}
|
|
@@ -18403,23 +18416,347 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
18403
18416
|
|
|
18404
18417
|
}
|
|
18405
18418
|
|
|
18419
|
+
// #endregion
|
|
18406
18420
|
|
|
18421
|
+
// #endregion
|
|
18407
18422
|
|
|
18423
|
+
// #endregion
|
|
18424
|
+
// #region @import "timeselector/_index.scss"; -> packages/bootstrap/scss/timeselector/_index.scss
|
|
18425
|
+
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
18426
|
+
// File already imported_once. Skipping output.
|
|
18427
|
+
// #endregion
|
|
18408
18428
|
|
|
18409
|
-
@include exports( "daterangepicker/theme" ) {
|
|
18410
18429
|
|
|
18411
|
-
|
|
18412
|
-
|
|
18413
|
-
|
|
18414
|
-
|
|
18415
|
-
|
|
18416
|
-
|
|
18430
|
+
// Dependencies
|
|
18431
|
+
// #region @import "../list/_index.scss"; -> packages/bootstrap/scss/list/_index.scss
|
|
18432
|
+
// File already imported_once. Skipping output.
|
|
18433
|
+
// #endregion
|
|
18434
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/bootstrap/scss/action-buttons/_index.scss
|
|
18435
|
+
// File already imported_once. Skipping output.
|
|
18436
|
+
// #endregion
|
|
18437
|
+
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
18438
|
+
// File already imported_once. Skipping output.
|
|
18439
|
+
// #endregion
|
|
18417
18440
|
|
|
18418
|
-
|
|
18419
|
-
|
|
18420
|
-
|
|
18441
|
+
|
|
18442
|
+
// Component
|
|
18443
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/timeselector/_variables.scss
|
|
18444
|
+
// Time selector
|
|
18445
|
+
$time-selector-border-width: 1px !default;
|
|
18446
|
+
$time-selector-font-family: $font-family !default;
|
|
18447
|
+
$time-selector-font-size: $font-size !default;
|
|
18448
|
+
$time-selector-line-height: $line-height !default;
|
|
18449
|
+
|
|
18450
|
+
$time-selector-bg: $component-bg !default;
|
|
18451
|
+
$time-selector-text: $component-text !default;
|
|
18452
|
+
$time-selector-border: $component-border !default;
|
|
18453
|
+
|
|
18454
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18455
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
18456
|
+
$time-selector-header-border-width: 0px !default;
|
|
18457
|
+
|
|
18458
|
+
$time-list-width: 4em !default;
|
|
18459
|
+
$time-list-height: 240px !default;
|
|
18460
|
+
|
|
18461
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
18462
|
+
$time-list-title-line-height: 1.5 !default;
|
|
18463
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
18464
|
+
$time-list-title-text: $subtle-text !default;
|
|
18465
|
+
$time-list-title-focus-text: $component-text !default;
|
|
18466
|
+
|
|
18467
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
18468
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
18469
|
+
|
|
18470
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
18471
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
18472
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
18473
|
+
$time-list-highlight-border: $component-border !default;
|
|
18474
|
+
|
|
18475
|
+
$time-list-focused-bg: rgba(0, 0, 0, .02) !default;
|
|
18476
|
+
|
|
18477
|
+
// #endregion
|
|
18478
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/timeselector/_layout.scss
|
|
18479
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss
|
|
18480
|
+
@include exports( "timeselector/layout" ) {
|
|
18481
|
+
|
|
18482
|
+
// Time selector
|
|
18483
|
+
.k-timeselector {
|
|
18484
|
+
border-width: $time-selector-border-width;
|
|
18485
|
+
border-style: solid;
|
|
18486
|
+
box-sizing: border-box;
|
|
18487
|
+
outline: 0;
|
|
18488
|
+
font-family: $time-selector-font-family;
|
|
18489
|
+
font-size: $time-selector-font-size;
|
|
18490
|
+
line-height: $time-selector-line-height;
|
|
18491
|
+
position: relative;
|
|
18492
|
+
overflow: hidden;
|
|
18493
|
+
display: flex;
|
|
18494
|
+
flex-flow: column nowrap;
|
|
18495
|
+
user-select: none;
|
|
18496
|
+
-webkit-touch-callout: none;
|
|
18497
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18498
|
+
|
|
18499
|
+
.k-popup > & {
|
|
18500
|
+
border-width: 0;
|
|
18501
|
+
}
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18504
|
+
|
|
18505
|
+
// Time selector header
|
|
18506
|
+
.k-time-header,
|
|
18507
|
+
.k-time-selector-header {
|
|
18508
|
+
padding: $time-selector-header-padding-y $time-selector-header-padding-x;
|
|
18509
|
+
box-sizing: border-box;
|
|
18510
|
+
display: flex;
|
|
18511
|
+
align-items: center;
|
|
18512
|
+
justify-content: space-between;
|
|
18513
|
+
flex: 0 0 auto;
|
|
18514
|
+
|
|
18515
|
+
.k-title,
|
|
18516
|
+
.k-time-selector-header-title {
|
|
18517
|
+
padding: $button-padding-y $button-padding-x;
|
|
18518
|
+
font-weight: bold;
|
|
18519
|
+
display: inline-block;
|
|
18520
|
+
}
|
|
18521
|
+
|
|
18522
|
+
.k-time-now {
|
|
18523
|
+
border-width: 0;
|
|
18524
|
+
line-height: inherit;
|
|
18525
|
+
cursor: pointer;
|
|
18526
|
+
}
|
|
18527
|
+
}
|
|
18528
|
+
|
|
18529
|
+
|
|
18530
|
+
// Time selector footer
|
|
18531
|
+
// .k-time-footer {}
|
|
18532
|
+
// .k-time-selector-footer {}
|
|
18533
|
+
|
|
18534
|
+
|
|
18535
|
+
// Time list container
|
|
18536
|
+
.k-time-list-container {
|
|
18537
|
+
display: flex;
|
|
18538
|
+
position: relative;
|
|
18539
|
+
flex: 1 1 auto;
|
|
18540
|
+
}
|
|
18541
|
+
|
|
18542
|
+
|
|
18543
|
+
// Time list highlight
|
|
18544
|
+
.k-time-highlight,
|
|
18545
|
+
.k-time-list-highlight {
|
|
18546
|
+
width: 100%;
|
|
18547
|
+
height: $time-list-highlight-height;
|
|
18548
|
+
border-width: $time-list-highlight-border-width;
|
|
18549
|
+
border-style: solid;
|
|
18550
|
+
box-sizing: border-box;
|
|
18551
|
+
position: absolute;
|
|
18552
|
+
top: calc( 50% + #{$time-list-title-height / 2});
|
|
18553
|
+
left: 0;
|
|
18554
|
+
right: 0;
|
|
18555
|
+
transform: translateY(-50%);
|
|
18556
|
+
z-index: 1;
|
|
18557
|
+
}
|
|
18558
|
+
|
|
18559
|
+
|
|
18560
|
+
// Time list wrapper
|
|
18561
|
+
.k-time-list-wrapper {
|
|
18562
|
+
min-width: $time-list-width;
|
|
18563
|
+
height: $time-list-height;
|
|
18564
|
+
box-sizing: content-box;
|
|
18565
|
+
display: inline-flex;
|
|
18566
|
+
flex-flow: column nowrap;
|
|
18567
|
+
align-items: stretch;
|
|
18568
|
+
overflow: hidden;
|
|
18569
|
+
position: relative;
|
|
18570
|
+
text-align: center;
|
|
18571
|
+
flex: 1 1 auto;
|
|
18572
|
+
|
|
18573
|
+
.k-title {
|
|
18574
|
+
font-size: $time-list-title-font-size;
|
|
18575
|
+
line-height: $time-list-title-line-height;
|
|
18576
|
+
font-weight: bold;
|
|
18577
|
+
text-align: center;
|
|
18578
|
+
text-transform: capitalize;
|
|
18579
|
+
display: block;
|
|
18580
|
+
}
|
|
18581
|
+
|
|
18582
|
+
&.k-state-focused {
|
|
18583
|
+
&::before,
|
|
18584
|
+
&::after {
|
|
18585
|
+
display: block;
|
|
18586
|
+
content: " ";
|
|
18587
|
+
position: absolute;
|
|
18588
|
+
width: 100%;
|
|
18589
|
+
left: 0;
|
|
18590
|
+
pointer-events: none;
|
|
18591
|
+
height: calc( 50% - #{$time-list-highlight-height / 2} );
|
|
18592
|
+
box-sizing: border-box;
|
|
18593
|
+
border-width: 0;
|
|
18594
|
+
border-style: solid;
|
|
18595
|
+
}
|
|
18596
|
+
|
|
18597
|
+
&::before {
|
|
18598
|
+
top: $time-list-title-height;
|
|
18421
18599
|
}
|
|
18600
|
+
|
|
18601
|
+
&::after {
|
|
18602
|
+
bottom: 0;
|
|
18603
|
+
}
|
|
18604
|
+
}
|
|
18605
|
+
}
|
|
18606
|
+
|
|
18607
|
+
|
|
18608
|
+
// Time list
|
|
18609
|
+
.k-time-list {
|
|
18610
|
+
display: flex;
|
|
18611
|
+
flex-flow: row nowrap;
|
|
18612
|
+
align-items: stretch;
|
|
18613
|
+
flex: 1;
|
|
18614
|
+
position: relative;
|
|
18615
|
+
z-index: 1;
|
|
18616
|
+
overflow: hidden;
|
|
18617
|
+
|
|
18618
|
+
&::before,
|
|
18619
|
+
&::after {
|
|
18620
|
+
display: block;
|
|
18621
|
+
position: absolute;
|
|
18622
|
+
content: " ";
|
|
18623
|
+
height: 0;
|
|
18624
|
+
line-height: 0;
|
|
18625
|
+
z-index: 1;
|
|
18626
|
+
width: 200%;
|
|
18627
|
+
left: -50%;
|
|
18628
|
+
}
|
|
18629
|
+
|
|
18630
|
+
&::before { top: 0; }
|
|
18631
|
+
&::after { bottom: 0; }
|
|
18632
|
+
}
|
|
18633
|
+
|
|
18634
|
+
|
|
18635
|
+
// Time list content
|
|
18636
|
+
.k-time-container,
|
|
18637
|
+
.k-time-list-content {
|
|
18638
|
+
position: relative;
|
|
18639
|
+
flex: 1 1 auto;
|
|
18640
|
+
display: block;
|
|
18641
|
+
overflow-x: hidden;
|
|
18642
|
+
overflow-y: scroll;
|
|
18643
|
+
|
|
18644
|
+
@include hide-scrollbar("right");
|
|
18645
|
+
|
|
18646
|
+
> ul {
|
|
18647
|
+
height: auto;
|
|
18648
|
+
width: $time-list-width;
|
|
18649
|
+
margin: auto;
|
|
18650
|
+
}
|
|
18651
|
+
|
|
18652
|
+
.k-rtl &
|
|
18653
|
+
[dir="rtl"] & {
|
|
18654
|
+
@include hide-scrollbar("left");
|
|
18422
18655
|
}
|
|
18656
|
+
|
|
18657
|
+
.k-scrollable-placeholder {
|
|
18658
|
+
position: absolute;
|
|
18659
|
+
width: 1px;
|
|
18660
|
+
top: 0;
|
|
18661
|
+
right: 0;
|
|
18662
|
+
}
|
|
18663
|
+
}
|
|
18664
|
+
|
|
18665
|
+
|
|
18666
|
+
// Time list item
|
|
18667
|
+
.k-time-list-item,
|
|
18668
|
+
.k-time-list .k-item {
|
|
18669
|
+
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
18670
|
+
}
|
|
18671
|
+
|
|
18672
|
+
|
|
18673
|
+
// Time separator
|
|
18674
|
+
.k-time-separator {
|
|
18675
|
+
width: 0;
|
|
18676
|
+
height: $time-list-highlight-height;
|
|
18677
|
+
align-self: center;
|
|
18678
|
+
display: inline-flex;
|
|
18679
|
+
justify-content: center;
|
|
18680
|
+
align-items: center;
|
|
18681
|
+
position: relative;
|
|
18682
|
+
z-index: 11;
|
|
18683
|
+
top: calc( #{$time-list-title-height / 2} );
|
|
18684
|
+
}
|
|
18685
|
+
|
|
18686
|
+
}
|
|
18687
|
+
|
|
18688
|
+
// #endregion
|
|
18689
|
+
|
|
18690
|
+
// #endregion
|
|
18691
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/timeselector/_theme.scss
|
|
18692
|
+
// #region @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss
|
|
18693
|
+
@include exports( "timeselector/theme" ) {
|
|
18694
|
+
|
|
18695
|
+
// Time selector
|
|
18696
|
+
.k-timeselector {
|
|
18697
|
+
@include fill(
|
|
18698
|
+
$time-selector-text,
|
|
18699
|
+
$time-selector-bg,
|
|
18700
|
+
$time-selector-border
|
|
18701
|
+
);
|
|
18702
|
+
}
|
|
18703
|
+
|
|
18704
|
+
|
|
18705
|
+
// Time selector header
|
|
18706
|
+
.k-time-header,
|
|
18707
|
+
.k-time-selector-header {
|
|
18708
|
+
|
|
18709
|
+
.k-time-now {
|
|
18710
|
+
color: $link-text;
|
|
18711
|
+
}
|
|
18712
|
+
.k-time-now:hover {
|
|
18713
|
+
color: $link-hover-text;
|
|
18714
|
+
}
|
|
18715
|
+
}
|
|
18716
|
+
|
|
18717
|
+
|
|
18718
|
+
// Time list wrapper
|
|
18719
|
+
.k-time-list-wrapper {
|
|
18720
|
+
|
|
18721
|
+
.k-title {
|
|
18722
|
+
color: $time-list-title-text;
|
|
18723
|
+
}
|
|
18724
|
+
|
|
18725
|
+
&.k-state-focused {
|
|
18726
|
+
.k-title {
|
|
18727
|
+
color: $time-list-title-focus-text;
|
|
18728
|
+
}
|
|
18729
|
+
|
|
18730
|
+
&::before,
|
|
18731
|
+
&::after {
|
|
18732
|
+
background-color: $time-list-focused-bg;
|
|
18733
|
+
}
|
|
18734
|
+
}
|
|
18735
|
+
}
|
|
18736
|
+
|
|
18737
|
+
|
|
18738
|
+
// Time list
|
|
18739
|
+
.k-time-list {
|
|
18740
|
+
&::before,
|
|
18741
|
+
&::after {
|
|
18742
|
+
$shadow-size: 3em;
|
|
18743
|
+
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
|
|
18744
|
+
}
|
|
18745
|
+
|
|
18746
|
+
.k-item:hover {
|
|
18747
|
+
color: $primary;
|
|
18748
|
+
}
|
|
18749
|
+
}
|
|
18750
|
+
|
|
18751
|
+
.k-time-container {
|
|
18752
|
+
background: transparent;
|
|
18753
|
+
}
|
|
18754
|
+
|
|
18755
|
+
.k-time-highlight {
|
|
18756
|
+
@include fill(
|
|
18757
|
+
$bg: $time-list-highlight-bg,
|
|
18758
|
+
$border: $time-list-highlight-border
|
|
18759
|
+
);
|
|
18423
18760
|
}
|
|
18424
18761
|
|
|
18425
18762
|
}
|
|
@@ -19740,51 +20077,41 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19740
20077
|
// #endregion
|
|
19741
20078
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/colorpicker/_layout.scss
|
|
19742
20079
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss
|
|
19743
|
-
@include exports("colorpicker/layout") {
|
|
20080
|
+
@include exports( "colorpicker/layout" ) {
|
|
19744
20081
|
|
|
19745
|
-
//
|
|
20082
|
+
// Color picker
|
|
19746
20083
|
.k-colorpicker {
|
|
20084
|
+
@include border-radius( $input-border-radius );
|
|
19747
20085
|
width: auto;
|
|
19748
|
-
border-width:
|
|
20086
|
+
border-width: 1px;
|
|
20087
|
+
border-style: solid;
|
|
19749
20088
|
box-sizing: border-box;
|
|
19750
20089
|
outline: 0;
|
|
19751
20090
|
font-family: $colorpicker-font-family;
|
|
19752
20091
|
font-size: $colorpicker-font-size;
|
|
19753
20092
|
line-height: $colorpicker-line-height;
|
|
19754
|
-
|
|
19755
|
-
|
|
20093
|
+
text-align: start;
|
|
20094
|
+
white-space: nowrap;
|
|
19756
20095
|
display: inline-flex;
|
|
20096
|
+
flex-flow: row nowrap;
|
|
19757
20097
|
vertical-align: middle;
|
|
19758
20098
|
position: relative;
|
|
19759
|
-
overflow:
|
|
20099
|
+
overflow: hidden;
|
|
20100
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
19760
20101
|
-webkit-touch-callout: none;
|
|
19761
20102
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19762
20103
|
|
|
19763
20104
|
.k-selected-color {
|
|
19764
|
-
|
|
19765
|
-
width: $button-inner-calc-size;
|
|
19766
|
-
height: $button-inner-calc-size;
|
|
19767
|
-
border-width:
|
|
20105
|
+
margin: $button-padding-y;
|
|
20106
|
+
width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
20107
|
+
height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
20108
|
+
border-width: 1px;
|
|
19768
20109
|
border-style: solid;
|
|
19769
|
-
border-color: inherit;
|
|
19770
20110
|
box-sizing: border-box;
|
|
20111
|
+
background-clip: content-box;
|
|
19771
20112
|
line-height: 0;
|
|
19772
20113
|
position: relative;
|
|
19773
20114
|
overflow: hidden;
|
|
19774
|
-
|
|
19775
|
-
.k-i-line {
|
|
19776
|
-
border-top: 1px solid $error;
|
|
19777
|
-
width: 200%;
|
|
19778
|
-
height: 200%;
|
|
19779
|
-
position: absolute;
|
|
19780
|
-
top: 50%;
|
|
19781
|
-
left: 50%;
|
|
19782
|
-
transform: translate(-33%, -33%) rotateZ(45deg);
|
|
19783
|
-
transform-origin: 0 0;
|
|
19784
|
-
}
|
|
19785
|
-
.k-i-line::before {
|
|
19786
|
-
display: none;
|
|
19787
|
-
}
|
|
19788
20115
|
}
|
|
19789
20116
|
|
|
19790
20117
|
.k-tool-icon {
|
|
@@ -19816,22 +20143,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19816
20143
|
}
|
|
19817
20144
|
}
|
|
19818
20145
|
|
|
19819
|
-
.k-picker-wrap {
|
|
19820
|
-
@include border-radius( $input-border-radius );
|
|
19821
|
-
padding: 0;
|
|
19822
|
-
width: 100%;
|
|
19823
|
-
border-width: 1px;
|
|
19824
|
-
border-style: solid;
|
|
19825
|
-
box-sizing: border-box;
|
|
19826
|
-
position: relative;
|
|
19827
|
-
display: flex;
|
|
19828
|
-
flex-direction: row;
|
|
19829
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
19830
|
-
overflow: hidden;
|
|
19831
|
-
cursor: default;
|
|
19832
|
-
outline: 0;
|
|
19833
|
-
}
|
|
19834
|
-
|
|
19835
20146
|
|
|
19836
20147
|
// Input
|
|
19837
20148
|
.k-input {}
|
|
@@ -19841,19 +20152,17 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19841
20152
|
.k-select {
|
|
19842
20153
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
19843
20154
|
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
20155
|
+
height: $button-inner-calc-size;
|
|
19844
20156
|
border-width: 0;
|
|
19845
20157
|
border-inline-start-width: $picker-select-border-width;
|
|
19846
20158
|
border-style: solid;
|
|
19847
|
-
border-color:
|
|
20159
|
+
border-color: transparent;
|
|
19848
20160
|
box-sizing: border-box;
|
|
19849
20161
|
display: flex;
|
|
19850
20162
|
align-items: center;
|
|
19851
20163
|
justify-content: center;
|
|
19852
20164
|
flex: 0 0 auto;
|
|
19853
|
-
text-align: center;
|
|
19854
20165
|
cursor: pointer;
|
|
19855
|
-
|
|
19856
|
-
.k-icon {}
|
|
19857
20166
|
}
|
|
19858
20167
|
|
|
19859
20168
|
}
|
|
@@ -19870,16 +20179,10 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19870
20179
|
|
|
19871
20180
|
// #endregion
|
|
19872
20181
|
|
|
19873
|
-
@include exports("colorpicker/layout/bootstrap") {
|
|
20182
|
+
@include exports( "colorpicker/layout/bootstrap" ) {
|
|
19874
20183
|
|
|
19875
20184
|
.k-colorpicker {
|
|
19876
|
-
|
|
19877
|
-
transition: $transition;
|
|
19878
|
-
|
|
19879
|
-
.k-select {
|
|
19880
|
-
transition: $transition;
|
|
19881
|
-
}
|
|
19882
|
-
}
|
|
20185
|
+
transition: $transition;
|
|
19883
20186
|
}
|
|
19884
20187
|
|
|
19885
20188
|
}
|
|
@@ -19889,37 +20192,22 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19889
20192
|
// #region @import "~@progress/kendo-theme-default/scss/colorpicker/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss
|
|
19890
20193
|
@include exports( "colorpicker/theme" ) {
|
|
19891
20194
|
|
|
20195
|
+
// Color picker
|
|
19892
20196
|
.k-colorpicker {
|
|
20197
|
+
@include fill(
|
|
20198
|
+
$colorpicker-text,
|
|
20199
|
+
$colorpicker-bg,
|
|
20200
|
+
$colorpicker-border,
|
|
20201
|
+
$colorpicker-gradient
|
|
20202
|
+
);
|
|
19893
20203
|
|
|
19894
|
-
|
|
19895
|
-
|
|
19896
|
-
@include fill(
|
|
19897
|
-
$colorpicker-text,
|
|
19898
|
-
$colorpicker-bg,
|
|
19899
|
-
$colorpicker-border,
|
|
19900
|
-
$colorpicker-gradient
|
|
19901
|
-
);
|
|
19902
|
-
|
|
19903
|
-
// Invalid state
|
|
19904
|
-
&.k-invalid,
|
|
19905
|
-
&.k-invalid:hover,
|
|
19906
|
-
&.k-state-invalid {
|
|
19907
|
-
border-color: $invalid-border;
|
|
19908
|
-
|
|
19909
|
-
.k-input-validation-icon {
|
|
19910
|
-
color: $invalid-text;
|
|
19911
|
-
}
|
|
19912
|
-
|
|
19913
|
-
&:focus,
|
|
19914
|
-
&.k-state-focused {
|
|
19915
|
-
@include box-shadow($invalid-shadow);
|
|
19916
|
-
}
|
|
19917
|
-
}
|
|
20204
|
+
.k-selected-color {
|
|
20205
|
+
border-color: $component-border;
|
|
19918
20206
|
}
|
|
19919
20207
|
|
|
19920
20208
|
// Hover state
|
|
19921
|
-
|
|
19922
|
-
|
|
20209
|
+
&:hover,
|
|
20210
|
+
&.k-state-hover {
|
|
19923
20211
|
@include fill(
|
|
19924
20212
|
$colorpicker-hovered-text,
|
|
19925
20213
|
$colorpicker-hovered-bg,
|
|
@@ -19928,12 +20216,9 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19928
20216
|
);
|
|
19929
20217
|
}
|
|
19930
20218
|
|
|
19931
|
-
&.k-state-active {}
|
|
19932
|
-
|
|
19933
20219
|
// Focus state
|
|
19934
|
-
|
|
19935
|
-
|
|
19936
|
-
.k-focus {
|
|
20220
|
+
&:focus,
|
|
20221
|
+
&.k-state-focus {
|
|
19937
20222
|
@include fill(
|
|
19938
20223
|
$colorpicker-focused-text,
|
|
19939
20224
|
$colorpicker-focused-bg,
|
|
@@ -19942,21 +20227,30 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19942
20227
|
);
|
|
19943
20228
|
@include box-shadow($colorpicker-focused-shadow);
|
|
19944
20229
|
}
|
|
20230
|
+
&:focus-within {
|
|
20231
|
+
@include fill(
|
|
20232
|
+
$colorpicker-focused-text,
|
|
20233
|
+
$colorpicker-focused-bg,
|
|
20234
|
+
$colorpicker-focused-border,
|
|
20235
|
+
$colorpicker-focused-gradient
|
|
20236
|
+
);
|
|
20237
|
+
@include box-shadow($colorpicker-focused-shadow);
|
|
20238
|
+
}
|
|
20239
|
+
|
|
19945
20240
|
|
|
19946
20241
|
// Invalid state
|
|
19947
|
-
&.k-
|
|
19948
|
-
&.ng-invalid
|
|
19949
|
-
&.
|
|
19950
|
-
|
|
19951
|
-
border-color: $invalid-border;
|
|
20242
|
+
&.k-invalid,
|
|
20243
|
+
&.ng-invalid,
|
|
20244
|
+
&.k-state-invalid {
|
|
20245
|
+
border-color: $invalid-border;
|
|
19952
20246
|
|
|
19953
|
-
|
|
19954
|
-
|
|
19955
|
-
|
|
20247
|
+
.k-input-validation-icon {
|
|
20248
|
+
color: $invalid-text;
|
|
20249
|
+
}
|
|
19956
20250
|
|
|
19957
|
-
|
|
19958
|
-
|
|
19959
|
-
|
|
20251
|
+
&:focus-within,
|
|
20252
|
+
&.k-state-focus {
|
|
20253
|
+
@include box-shadow($invalid-shadow);
|
|
19960
20254
|
}
|
|
19961
20255
|
}
|
|
19962
20256
|
|
|
@@ -19972,128 +20266,49 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
19972
20266
|
// #region @import "combobox/_index.scss"; -> packages/bootstrap/scss/combobox/_index.scss
|
|
19973
20267
|
// File already imported_once. Skipping output.
|
|
19974
20268
|
// #endregion
|
|
19975
|
-
// #region @import "
|
|
20269
|
+
// #region @import "dateinput/_index.scss"; -> packages/bootstrap/scss/dateinput/_index.scss
|
|
19976
20270
|
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
19977
20271
|
// File already imported_once. Skipping output.
|
|
19978
20272
|
// #endregion
|
|
19979
20273
|
|
|
19980
20274
|
|
|
19981
20275
|
// Dependencies
|
|
19982
|
-
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
19983
|
-
// File already imported_once. Skipping output.
|
|
19984
|
-
// #endregion
|
|
19985
|
-
// #region @import "../action-buttons/_index.scss"; -> packages/bootstrap/scss/action-buttons/_index.scss
|
|
19986
|
-
// File already imported_once. Skipping output.
|
|
19987
|
-
// #endregion
|
|
19988
20276
|
// #region @import "../input/_index.scss"; -> packages/bootstrap/scss/input/_index.scss
|
|
19989
20277
|
// File already imported_once. Skipping output.
|
|
19990
20278
|
// #endregion
|
|
19991
|
-
// #region @import "../floating-label/_index.scss"; -> packages/bootstrap/scss/floating-label/_index.scss
|
|
19992
|
-
// File already imported_once. Skipping output.
|
|
19993
|
-
// #endregion
|
|
19994
|
-
// #region @import "../calendar/_index.scss"; -> packages/bootstrap/scss/calendar/_index.scss
|
|
19995
|
-
// File already imported_once. Skipping output.
|
|
19996
|
-
// #endregion
|
|
19997
|
-
// #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
|
|
19998
|
-
// File already imported_once. Skipping output.
|
|
19999
|
-
// #endregion
|
|
20000
20279
|
|
|
20001
20280
|
|
|
20002
20281
|
// Component
|
|
20003
|
-
// #region @import "_variables.scss"; -> packages/bootstrap/scss/
|
|
20004
|
-
//
|
|
20005
|
-
$time-highlight-size: 1px !default;
|
|
20006
|
-
|
|
20007
|
-
$time-list-title-text: $subtle-text !default;
|
|
20008
|
-
$time-list-title-focus-text: $component-text !default;
|
|
20009
|
-
|
|
20010
|
-
$time-list-highlight-bg: $component-bg !default;
|
|
20011
|
-
$time-list-highlight-border: $component-border !default;
|
|
20012
|
-
|
|
20013
|
-
$time-list-focused-bg: rgba(0, 0, 0, .02) !default;
|
|
20014
|
-
|
|
20015
|
-
$time-header-padding: $padding-y $padding-x !default;
|
|
20016
|
-
$timepicker-header-height: 2em !default;
|
|
20017
|
-
|
|
20018
|
-
$time-list-padding: $padding-y * 5 !default;
|
|
20019
|
-
$time-list-focus-size: 2px !default;
|
|
20020
|
-
$time-list-width: 4em !default;
|
|
20021
|
-
$time-list-height: 200px !default;
|
|
20022
|
-
|
|
20023
|
-
$time-list-item-padding-x: $padding-x !default;
|
|
20024
|
-
$time-list-item-padding-y: $padding-y !default;
|
|
20025
|
-
|
|
20026
|
-
$dateinput-text: null !default;
|
|
20027
|
-
|
|
20028
|
-
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
20029
|
-
|
|
20030
|
-
$datetime-bg: $input-bg !default;
|
|
20031
|
-
$datetime-text: $input-text !default;
|
|
20032
|
-
$datetime-border: $input-border !default;
|
|
20033
|
-
|
|
20034
|
-
$datetime-hovered-bg: $input-hovered-bg !default;
|
|
20035
|
-
$datetime-hovered-text: $input-hovered-text !default;
|
|
20036
|
-
$datetime-hovered-border: $input-hovered-border !default;
|
|
20037
|
-
|
|
20038
|
-
$datetime-focused-bg: $input-focused-bg !default;
|
|
20039
|
-
$datetime-focused-text: $input-focused-text !default;
|
|
20040
|
-
$datetime-focused-border: $input-focused-border !default;
|
|
20041
|
-
$datetime-focused-shadow: $input-focused-shadow !default;
|
|
20042
|
-
|
|
20043
|
-
$datetime-select-bg: $button-bg !default;
|
|
20044
|
-
$datetime-select-text: $button-text !default;
|
|
20045
|
-
$datetime-select-border: $button-border !default;
|
|
20046
|
-
$datetime-select-gradient: $button-gradient !default;
|
|
20047
|
-
|
|
20048
|
-
$datetime-select-hovered-bg: $button-hovered-bg !default;
|
|
20049
|
-
$datetime-select-hovered-text: $button-hovered-text !default;
|
|
20050
|
-
$datetime-select-hovered-border: $button-hovered-border !default;
|
|
20051
|
-
$datetime-select-hovered-gradient: $button-hovered-gradient !default;
|
|
20052
|
-
|
|
20053
|
-
$datetime-select-pressed-bg: $button-active-bg !default;
|
|
20054
|
-
$datetime-select-pressed-text: $button-active-text !default;
|
|
20055
|
-
$datetime-select-pressed-border: $button-active-border !default;
|
|
20056
|
-
$datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
20282
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/dateinput/_variables.scss
|
|
20283
|
+
// Date input
|
|
20057
20284
|
|
|
20058
20285
|
// #endregion
|
|
20059
|
-
// #region @import "_layout.scss"; -> packages/bootstrap/scss/
|
|
20060
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
20061
|
-
@include exports("
|
|
20286
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/dateinput/_layout.scss
|
|
20287
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss
|
|
20288
|
+
@include exports( "dateinput/layout" ) {
|
|
20062
20289
|
|
|
20063
|
-
//
|
|
20290
|
+
// Date input
|
|
20064
20291
|
.k-dateinput {
|
|
20292
|
+
@include border-radius( $input-border-radius );
|
|
20065
20293
|
width: $input-default-width;
|
|
20066
|
-
border-width:
|
|
20294
|
+
border-width: $input-border-width;
|
|
20295
|
+
border-style: solid;
|
|
20067
20296
|
box-sizing: border-box;
|
|
20068
20297
|
outline: 0;
|
|
20069
|
-
background: none;
|
|
20070
20298
|
font-family: $input-font-family;
|
|
20071
20299
|
font-size: $input-font-size;
|
|
20072
20300
|
line-height: $input-line-height;
|
|
20073
|
-
text-align:
|
|
20301
|
+
text-align: start;
|
|
20074
20302
|
white-space: nowrap;
|
|
20075
20303
|
display: inline-flex;
|
|
20304
|
+
flex-flow: row nowrap;
|
|
20076
20305
|
vertical-align: middle;
|
|
20077
20306
|
position: relative;
|
|
20307
|
+
overflow: hidden;
|
|
20308
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20078
20309
|
-webkit-touch-callout: none;
|
|
20079
20310
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20080
20311
|
|
|
20081
|
-
.k-dateinput-wrap {
|
|
20082
|
-
@include border-radius( $input-border-radius );
|
|
20083
|
-
padding: 0;
|
|
20084
|
-
width: 100%;
|
|
20085
|
-
border-width: 1px;
|
|
20086
|
-
border-style: solid;
|
|
20087
|
-
box-sizing: border-box;
|
|
20088
|
-
position: relative;
|
|
20089
|
-
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20090
|
-
cursor: default;
|
|
20091
|
-
outline: 0;
|
|
20092
|
-
display: flex;
|
|
20093
|
-
flex-flow: row nowrap;
|
|
20094
|
-
overflow: hidden;
|
|
20095
|
-
}
|
|
20096
|
-
|
|
20097
20312
|
|
|
20098
20313
|
// Input
|
|
20099
20314
|
.k-input {}
|
|
@@ -20138,62 +20353,361 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
20138
20353
|
}
|
|
20139
20354
|
|
|
20140
20355
|
|
|
20141
|
-
//
|
|
20142
|
-
.k-rtl &,
|
|
20143
|
-
&[dir="rtl"] {
|
|
20144
|
-
text-align: right;
|
|
20145
|
-
}
|
|
20146
|
-
|
|
20147
|
-
|
|
20148
|
-
// Nested dateinput
|
|
20356
|
+
// Nested date input
|
|
20149
20357
|
.k-picker-wrap & {
|
|
20150
20358
|
margin: 0 !important; // sass-lint:disable-line no-important
|
|
20359
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
20151
20360
|
width: 100%;
|
|
20361
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
20362
|
+
border-width: 0; // sass-lint:disable-line no-important
|
|
20363
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
20152
20364
|
flex: 1 1 auto;
|
|
20365
|
+
}
|
|
20366
|
+
}
|
|
20367
|
+
|
|
20368
|
+
}
|
|
20369
|
+
|
|
20370
|
+
// #endregion
|
|
20371
|
+
|
|
20372
|
+
@include exports( "dateinput/layout/bootstrap" ) {
|
|
20373
|
+
|
|
20374
|
+
// Date input
|
|
20375
|
+
.k-dateinput {
|
|
20376
|
+
transition: $transition;
|
|
20377
|
+
}
|
|
20378
|
+
|
|
20379
|
+
}
|
|
20380
|
+
|
|
20381
|
+
// #endregion
|
|
20382
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/dateinput/_theme.scss
|
|
20383
|
+
// #region @import "~@progress/kendo-theme-default/scss/dateinput/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss
|
|
20384
|
+
@include exports( "dateinput/theme" ) {
|
|
20385
|
+
|
|
20386
|
+
.k-dateinput {
|
|
20387
|
+
@include fill(
|
|
20388
|
+
$input-text,
|
|
20389
|
+
$input-bg,
|
|
20390
|
+
$input-border
|
|
20391
|
+
);
|
|
20392
|
+
|
|
20393
|
+
// Hover state
|
|
20394
|
+
&:hover,
|
|
20395
|
+
&.k-state-hover {
|
|
20396
|
+
@include fill(
|
|
20397
|
+
$input-hovered-text,
|
|
20398
|
+
$input-hovered-bg,
|
|
20399
|
+
$input-hovered-border
|
|
20400
|
+
);
|
|
20401
|
+
}
|
|
20402
|
+
|
|
20403
|
+
// Focus state
|
|
20404
|
+
&:focus,
|
|
20405
|
+
&.k-state-focus {
|
|
20406
|
+
@include fill(
|
|
20407
|
+
$input-focused-text,
|
|
20408
|
+
$input-focused-bg,
|
|
20409
|
+
$input-focused-border
|
|
20410
|
+
);
|
|
20411
|
+
@include box-shadow( $input-focused-shadow );
|
|
20412
|
+
}
|
|
20413
|
+
&:focus-within {
|
|
20414
|
+
@include fill(
|
|
20415
|
+
$input-focused-text,
|
|
20416
|
+
$input-focused-bg,
|
|
20417
|
+
$input-focused-border
|
|
20418
|
+
);
|
|
20419
|
+
@include box-shadow( $input-focused-shadow );
|
|
20420
|
+
}
|
|
20421
|
+
|
|
20422
|
+
|
|
20423
|
+
// Invalid state
|
|
20424
|
+
&.k-invalid,
|
|
20425
|
+
&.ng-invalid,
|
|
20426
|
+
&.k-state-invalid {
|
|
20427
|
+
border-color: $invalid-border;
|
|
20153
20428
|
|
|
20154
|
-
.k-
|
|
20155
|
-
|
|
20156
|
-
|
|
20157
|
-
|
|
20429
|
+
.k-input-validation-icon {
|
|
20430
|
+
color: $invalid-text;
|
|
20431
|
+
}
|
|
20432
|
+
|
|
20433
|
+
&:focus-within,
|
|
20434
|
+
&.k-state-focus {
|
|
20435
|
+
@include box-shadow($invalid-shadow);
|
|
20158
20436
|
}
|
|
20159
20437
|
}
|
|
20438
|
+
|
|
20439
|
+
|
|
20440
|
+
// Spinner
|
|
20441
|
+
.k-select {
|
|
20442
|
+
@include fill(
|
|
20443
|
+
$picker-select-text,
|
|
20444
|
+
$picker-select-bg,
|
|
20445
|
+
$picker-select-border,
|
|
20446
|
+
$picker-select-gradient
|
|
20447
|
+
);
|
|
20448
|
+
}
|
|
20449
|
+
.k-link:hover,
|
|
20450
|
+
.k-link.k-state-hover {
|
|
20451
|
+
@include fill(
|
|
20452
|
+
$picker-select-hovered-text,
|
|
20453
|
+
$picker-select-hovered-bg,
|
|
20454
|
+
$picker-select-hovered-border,
|
|
20455
|
+
$picker-select-hovered-gradient
|
|
20456
|
+
);
|
|
20457
|
+
}
|
|
20458
|
+
.k-link:active,
|
|
20459
|
+
.k-link.k-state-active {
|
|
20460
|
+
@include fill(
|
|
20461
|
+
$picker-select-pressed-text,
|
|
20462
|
+
$picker-select-pressed-bg,
|
|
20463
|
+
$picker-select-pressed-border,
|
|
20464
|
+
$picker-select-pressed-gradient
|
|
20465
|
+
);
|
|
20466
|
+
}
|
|
20160
20467
|
}
|
|
20161
20468
|
|
|
20469
|
+
}
|
|
20162
20470
|
|
|
20163
|
-
|
|
20164
|
-
|
|
20165
|
-
|
|
20471
|
+
// #endregion
|
|
20472
|
+
|
|
20473
|
+
// #endregion
|
|
20474
|
+
|
|
20475
|
+
// #endregion
|
|
20476
|
+
// #region @import "datepicker/_index.scss"; -> packages/bootstrap/scss/datepicker/_index.scss
|
|
20477
|
+
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
20478
|
+
// File already imported_once. Skipping output.
|
|
20479
|
+
// #endregion
|
|
20480
|
+
|
|
20481
|
+
|
|
20482
|
+
// Dependencies
|
|
20483
|
+
// #region @import "../input/_index.scss"; -> packages/bootstrap/scss/input/_index.scss
|
|
20484
|
+
// File already imported_once. Skipping output.
|
|
20485
|
+
// #endregion
|
|
20486
|
+
// #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
|
|
20487
|
+
// File already imported_once. Skipping output.
|
|
20488
|
+
// #endregion
|
|
20489
|
+
// #region @import "../calendar/_index.scss"; -> packages/bootstrap/scss/calendar/_index.scss
|
|
20490
|
+
// File already imported_once. Skipping output.
|
|
20491
|
+
// #endregion
|
|
20492
|
+
|
|
20493
|
+
|
|
20494
|
+
// Component
|
|
20495
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/datepicker/_variables.scss
|
|
20496
|
+
// Datepicker
|
|
20497
|
+
|
|
20498
|
+
// #endregion
|
|
20499
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/datepicker/_layout.scss
|
|
20500
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss
|
|
20501
|
+
@include exports( "datepicker/layout" ) {
|
|
20502
|
+
|
|
20503
|
+
// Date picker
|
|
20504
|
+
.k-datepicker {
|
|
20505
|
+
@include border-radius( $input-border-radius );
|
|
20166
20506
|
width: $input-default-width;
|
|
20167
|
-
border-width:
|
|
20507
|
+
border-width: $input-border-width;
|
|
20508
|
+
border-style: solid;
|
|
20168
20509
|
box-sizing: border-box;
|
|
20169
20510
|
outline: 0;
|
|
20170
20511
|
font-family: $input-font-family;
|
|
20171
20512
|
font-size: $input-font-size;
|
|
20172
20513
|
line-height: $input-line-height;
|
|
20514
|
+
text-align: start;
|
|
20173
20515
|
white-space: nowrap;
|
|
20174
|
-
background: none;
|
|
20175
20516
|
display: inline-flex;
|
|
20517
|
+
flex-flow: row nowrap;
|
|
20176
20518
|
vertical-align: middle;
|
|
20177
20519
|
position: relative;
|
|
20520
|
+
overflow: hidden;
|
|
20521
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20178
20522
|
-webkit-touch-callout: none;
|
|
20179
20523
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20180
20524
|
|
|
20181
|
-
|
|
20182
|
-
|
|
20183
|
-
|
|
20184
|
-
|
|
20185
|
-
|
|
20186
|
-
|
|
20525
|
+
|
|
20526
|
+
// Input
|
|
20527
|
+
.k-input {}
|
|
20528
|
+
|
|
20529
|
+
|
|
20530
|
+
// Select
|
|
20531
|
+
.k-select {
|
|
20532
|
+
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
20533
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
20534
|
+
border-width: 0;
|
|
20535
|
+
border-inline-start-width: $picker-select-border-width;
|
|
20187
20536
|
border-style: solid;
|
|
20188
20537
|
box-sizing: border-box;
|
|
20189
|
-
display: flex;
|
|
20190
|
-
flex-direction: row;
|
|
20191
|
-
position: relative;
|
|
20192
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
20193
|
-
cursor: default;
|
|
20194
20538
|
outline: 0;
|
|
20195
|
-
|
|
20539
|
+
display: flex;
|
|
20540
|
+
flex-flow: row nowrap;
|
|
20541
|
+
align-items: center;
|
|
20542
|
+
justify-content: center;
|
|
20543
|
+
flex: 0 0 auto;
|
|
20544
|
+
cursor: pointer;
|
|
20196
20545
|
}
|
|
20546
|
+
}
|
|
20547
|
+
|
|
20548
|
+
}
|
|
20549
|
+
|
|
20550
|
+
// #endregion
|
|
20551
|
+
|
|
20552
|
+
@include exports( "datepicker/layout/bootstrap" ) {
|
|
20553
|
+
|
|
20554
|
+
// Date picker
|
|
20555
|
+
.k-datepicker {
|
|
20556
|
+
transition: $transition;
|
|
20557
|
+
}
|
|
20558
|
+
|
|
20559
|
+
}
|
|
20560
|
+
|
|
20561
|
+
// #endregion
|
|
20562
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/datepicker/_theme.scss
|
|
20563
|
+
// #region @import "~@progress/kendo-theme-default/scss/datepicker/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss
|
|
20564
|
+
@include exports( "datepicker/theme" ) {
|
|
20565
|
+
|
|
20566
|
+
// Date picker
|
|
20567
|
+
.k-datepicker {
|
|
20568
|
+
@include fill(
|
|
20569
|
+
$input-text,
|
|
20570
|
+
$input-bg,
|
|
20571
|
+
$input-border
|
|
20572
|
+
);
|
|
20573
|
+
|
|
20574
|
+
// Hover state
|
|
20575
|
+
&:hover,
|
|
20576
|
+
&.k-state-hover {
|
|
20577
|
+
@include fill(
|
|
20578
|
+
$input-hovered-text,
|
|
20579
|
+
$input-hovered-bg,
|
|
20580
|
+
$input-hovered-border
|
|
20581
|
+
);
|
|
20582
|
+
}
|
|
20583
|
+
|
|
20584
|
+
// Focus state
|
|
20585
|
+
&:focus,
|
|
20586
|
+
&.k-state-focus {
|
|
20587
|
+
@include fill(
|
|
20588
|
+
$input-focused-text,
|
|
20589
|
+
$input-focused-bg,
|
|
20590
|
+
$input-focused-border
|
|
20591
|
+
);
|
|
20592
|
+
@include box-shadow( $input-focused-shadow );
|
|
20593
|
+
}
|
|
20594
|
+
&:focus-within {
|
|
20595
|
+
@include fill(
|
|
20596
|
+
$input-focused-text,
|
|
20597
|
+
$input-focused-bg,
|
|
20598
|
+
$input-focused-border
|
|
20599
|
+
);
|
|
20600
|
+
@include box-shadow( $input-focused-shadow );
|
|
20601
|
+
}
|
|
20602
|
+
|
|
20603
|
+
|
|
20604
|
+
// Invalid state
|
|
20605
|
+
&.k-invalid,
|
|
20606
|
+
&.ng-invalid,
|
|
20607
|
+
&.k-state-invalid {
|
|
20608
|
+
border-color: $invalid-border;
|
|
20609
|
+
|
|
20610
|
+
.k-input-validation-icon {
|
|
20611
|
+
color: $invalid-text;
|
|
20612
|
+
}
|
|
20613
|
+
|
|
20614
|
+
&:focus-within,
|
|
20615
|
+
&.k-state-focus {
|
|
20616
|
+
@include box-shadow($invalid-shadow);
|
|
20617
|
+
}
|
|
20618
|
+
}
|
|
20619
|
+
|
|
20620
|
+
|
|
20621
|
+
// Spinner
|
|
20622
|
+
.k-select {
|
|
20623
|
+
@include fill(
|
|
20624
|
+
$picker-select-text,
|
|
20625
|
+
$picker-select-bg,
|
|
20626
|
+
$picker-select-border,
|
|
20627
|
+
$picker-select-gradient
|
|
20628
|
+
);
|
|
20629
|
+
}
|
|
20630
|
+
.k-select:hover,
|
|
20631
|
+
.k-select.k-state-hover {
|
|
20632
|
+
@include fill(
|
|
20633
|
+
$picker-select-hovered-text,
|
|
20634
|
+
$picker-select-hovered-bg,
|
|
20635
|
+
$picker-select-hovered-border,
|
|
20636
|
+
$picker-select-hovered-gradient
|
|
20637
|
+
);
|
|
20638
|
+
}
|
|
20639
|
+
.k-select:active,
|
|
20640
|
+
.k-select.k-state-active {
|
|
20641
|
+
@include fill(
|
|
20642
|
+
$picker-select-pressed-text,
|
|
20643
|
+
$picker-select-pressed-bg,
|
|
20644
|
+
$picker-select-pressed-border,
|
|
20645
|
+
$picker-select-pressed-gradient
|
|
20646
|
+
);
|
|
20647
|
+
}
|
|
20648
|
+
}
|
|
20649
|
+
|
|
20650
|
+
}
|
|
20651
|
+
|
|
20652
|
+
// #endregion
|
|
20653
|
+
|
|
20654
|
+
// #endregion
|
|
20655
|
+
|
|
20656
|
+
// #endregion
|
|
20657
|
+
// #region @import "timepicker/_index.scss"; -> packages/bootstrap/scss/timepicker/_index.scss
|
|
20658
|
+
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
20659
|
+
// File already imported_once. Skipping output.
|
|
20660
|
+
// #endregion
|
|
20661
|
+
|
|
20662
|
+
|
|
20663
|
+
// Dependencies
|
|
20664
|
+
// #region @import "../input/_index.scss"; -> packages/bootstrap/scss/input/_index.scss
|
|
20665
|
+
// File already imported_once. Skipping output.
|
|
20666
|
+
// #endregion
|
|
20667
|
+
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
20668
|
+
// File already imported_once. Skipping output.
|
|
20669
|
+
// #endregion
|
|
20670
|
+
// #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
|
|
20671
|
+
// File already imported_once. Skipping output.
|
|
20672
|
+
// #endregion
|
|
20673
|
+
// #region @import "../list/_index.scss"; -> packages/bootstrap/scss/list/_index.scss
|
|
20674
|
+
// File already imported_once. Skipping output.
|
|
20675
|
+
// #endregion
|
|
20676
|
+
// #region @import "../timeselector/_index.scss"; -> packages/bootstrap/scss/timeselector/_index.scss
|
|
20677
|
+
// File already imported_once. Skipping output.
|
|
20678
|
+
// #endregion
|
|
20679
|
+
|
|
20680
|
+
|
|
20681
|
+
// Component
|
|
20682
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/timepicker/_variables.scss
|
|
20683
|
+
// Time picker
|
|
20684
|
+
|
|
20685
|
+
// #endregion
|
|
20686
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/timepicker/_layout.scss
|
|
20687
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss
|
|
20688
|
+
@include exports( "timepicker/layout" ) {
|
|
20689
|
+
|
|
20690
|
+
// Time picker
|
|
20691
|
+
.k-timepicker {
|
|
20692
|
+
@include border-radius( $input-border-radius );
|
|
20693
|
+
width: $input-default-width;
|
|
20694
|
+
border-width: $input-border-width;
|
|
20695
|
+
border-style: solid;
|
|
20696
|
+
box-sizing: border-box;
|
|
20697
|
+
outline: 0;
|
|
20698
|
+
font-family: $input-font-family;
|
|
20699
|
+
font-size: $input-font-size;
|
|
20700
|
+
line-height: $input-line-height;
|
|
20701
|
+
text-align: start;
|
|
20702
|
+
white-space: nowrap;
|
|
20703
|
+
display: inline-flex;
|
|
20704
|
+
flex-flow: row nowrap;
|
|
20705
|
+
vertical-align: middle;
|
|
20706
|
+
position: relative;
|
|
20707
|
+
overflow: hidden;
|
|
20708
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20709
|
+
-webkit-touch-callout: none;
|
|
20710
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20197
20711
|
|
|
20198
20712
|
|
|
20199
20713
|
// Input
|
|
@@ -20203,64 +20717,192 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
20203
20717
|
// Select
|
|
20204
20718
|
.k-select {
|
|
20205
20719
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
20206
|
-
width: if( $use-picker-select-width, $
|
|
20720
|
+
width: if( $use-picker-select-width, $spinner-width, null );
|
|
20207
20721
|
border-width: 0;
|
|
20208
20722
|
border-inline-start-width: $picker-select-border-width;
|
|
20209
20723
|
border-style: solid;
|
|
20210
20724
|
box-sizing: border-box;
|
|
20211
20725
|
outline: 0;
|
|
20212
20726
|
display: flex;
|
|
20727
|
+
flex-flow: row nowrap;
|
|
20213
20728
|
align-items: center;
|
|
20214
20729
|
justify-content: center;
|
|
20215
20730
|
flex: 0 0 auto;
|
|
20216
|
-
text-align: center;
|
|
20217
20731
|
cursor: pointer;
|
|
20218
20732
|
}
|
|
20733
|
+
}
|
|
20219
20734
|
|
|
20735
|
+
}
|
|
20220
20736
|
|
|
20221
|
-
|
|
20222
|
-
|
|
20223
|
-
|
|
20224
|
-
|
|
20737
|
+
// #endregion
|
|
20738
|
+
|
|
20739
|
+
@include exports( "timepicker/layout/bootstrap" ) {
|
|
20740
|
+
|
|
20741
|
+
// Time picker
|
|
20742
|
+
.k-timepicker {
|
|
20743
|
+
transition: $transition;
|
|
20744
|
+
}
|
|
20745
|
+
|
|
20746
|
+
}
|
|
20747
|
+
|
|
20748
|
+
// #endregion
|
|
20749
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/timepicker/_theme.scss
|
|
20750
|
+
// #region @import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss
|
|
20751
|
+
@include exports( "timepicker/theme" ) {
|
|
20752
|
+
|
|
20753
|
+
// Time picker
|
|
20754
|
+
.k-timepicker {
|
|
20755
|
+
@include fill(
|
|
20756
|
+
$input-text,
|
|
20757
|
+
$input-bg,
|
|
20758
|
+
$input-border
|
|
20759
|
+
);
|
|
20760
|
+
|
|
20761
|
+
// Hover state
|
|
20762
|
+
&:hover,
|
|
20763
|
+
&.k-state-hover {
|
|
20764
|
+
@include fill(
|
|
20765
|
+
$input-hovered-text,
|
|
20766
|
+
$input-hovered-bg,
|
|
20767
|
+
$input-hovered-border
|
|
20768
|
+
);
|
|
20769
|
+
}
|
|
20770
|
+
|
|
20771
|
+
// Focus state
|
|
20772
|
+
&:focus,
|
|
20773
|
+
&.k-state-focus {
|
|
20774
|
+
@include fill(
|
|
20775
|
+
$input-focused-text,
|
|
20776
|
+
$input-focused-bg,
|
|
20777
|
+
$input-focused-border
|
|
20778
|
+
);
|
|
20779
|
+
@include box-shadow( $input-focused-shadow );
|
|
20780
|
+
}
|
|
20781
|
+
&:focus-within {
|
|
20782
|
+
@include fill(
|
|
20783
|
+
$input-focused-text,
|
|
20784
|
+
$input-focused-bg,
|
|
20785
|
+
$input-focused-border
|
|
20786
|
+
);
|
|
20787
|
+
@include box-shadow( $input-focused-shadow );
|
|
20788
|
+
}
|
|
20789
|
+
|
|
20790
|
+
|
|
20791
|
+
// Invalid state
|
|
20792
|
+
&.k-invalid,
|
|
20793
|
+
&.ng-invalid,
|
|
20794
|
+
&.k-state-invalid {
|
|
20795
|
+
border-color: $invalid-border;
|
|
20796
|
+
|
|
20797
|
+
.k-input-validation-icon {
|
|
20798
|
+
color: $invalid-text;
|
|
20799
|
+
}
|
|
20800
|
+
|
|
20801
|
+
&:focus-within,
|
|
20802
|
+
&.k-state-focus {
|
|
20803
|
+
@include box-shadow($invalid-shadow);
|
|
20804
|
+
}
|
|
20805
|
+
}
|
|
20806
|
+
|
|
20807
|
+
|
|
20808
|
+
// Spinner
|
|
20809
|
+
.k-select {
|
|
20810
|
+
@include fill(
|
|
20811
|
+
$picker-select-text,
|
|
20812
|
+
$picker-select-bg,
|
|
20813
|
+
$picker-select-border,
|
|
20814
|
+
$picker-select-gradient
|
|
20815
|
+
);
|
|
20816
|
+
}
|
|
20817
|
+
.k-select:hover,
|
|
20818
|
+
.k-select.k-state-hover {
|
|
20819
|
+
@include fill(
|
|
20820
|
+
$picker-select-hovered-text,
|
|
20821
|
+
$picker-select-hovered-bg,
|
|
20822
|
+
$picker-select-hovered-border,
|
|
20823
|
+
$picker-select-hovered-gradient
|
|
20824
|
+
);
|
|
20825
|
+
}
|
|
20826
|
+
.k-select:active,
|
|
20827
|
+
.k-select.k-state-active {
|
|
20828
|
+
@include fill(
|
|
20829
|
+
$picker-select-pressed-text,
|
|
20830
|
+
$picker-select-pressed-bg,
|
|
20831
|
+
$picker-select-pressed-border,
|
|
20832
|
+
$picker-select-pressed-gradient
|
|
20833
|
+
);
|
|
20225
20834
|
}
|
|
20226
20835
|
}
|
|
20227
20836
|
|
|
20837
|
+
}
|
|
20838
|
+
|
|
20839
|
+
// #endregion
|
|
20840
|
+
|
|
20841
|
+
// #endregion
|
|
20842
|
+
|
|
20843
|
+
// #endregion
|
|
20844
|
+
// #region @import "datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
20845
|
+
// #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
20846
|
+
// File already imported_once. Skipping output.
|
|
20847
|
+
// #endregion
|
|
20848
|
+
|
|
20849
|
+
|
|
20850
|
+
// Dependencies
|
|
20851
|
+
// #region @import "../input/_index.scss"; -> packages/bootstrap/scss/input/_index.scss
|
|
20852
|
+
// File already imported_once. Skipping output.
|
|
20853
|
+
// #endregion
|
|
20854
|
+
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
20855
|
+
// File already imported_once. Skipping output.
|
|
20856
|
+
// #endregion
|
|
20857
|
+
// #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
|
|
20858
|
+
// File already imported_once. Skipping output.
|
|
20859
|
+
// #endregion
|
|
20860
|
+
// #region @import "../list/_index.scss"; -> packages/bootstrap/scss/list/_index.scss
|
|
20861
|
+
// File already imported_once. Skipping output.
|
|
20862
|
+
// #endregion
|
|
20863
|
+
// #region @import "../calendar/_index.scss"; -> packages/bootstrap/scss/calendar/_index.scss
|
|
20864
|
+
// File already imported_once. Skipping output.
|
|
20865
|
+
// #endregion
|
|
20866
|
+
// #region @import "../timeselector/_index.scss"; -> packages/bootstrap/scss/timeselector/_index.scss
|
|
20867
|
+
// File already imported_once. Skipping output.
|
|
20868
|
+
// #endregion
|
|
20869
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/bootstrap/scss/action-buttons/_index.scss
|
|
20870
|
+
// File already imported_once. Skipping output.
|
|
20871
|
+
// #endregion
|
|
20872
|
+
|
|
20228
20873
|
|
|
20229
|
-
|
|
20874
|
+
// Component
|
|
20875
|
+
// #region @import "_variables.scss"; -> packages/bootstrap/scss/datetimepicker/_variables.scss
|
|
20876
|
+
// DateTime
|
|
20877
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
|
20878
|
+
|
|
20879
|
+
// #endregion
|
|
20880
|
+
// #region @import "_layout.scss"; -> packages/bootstrap/scss/datetimepicker/_layout.scss
|
|
20881
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss
|
|
20882
|
+
@include exports( "datetimepicker/layout" ) {
|
|
20883
|
+
|
|
20884
|
+
// Datetime picker
|
|
20230
20885
|
.k-datetimepicker {
|
|
20886
|
+
@include border-radius( $input-border-radius );
|
|
20231
20887
|
width: $input-default-width;
|
|
20232
|
-
border-width:
|
|
20888
|
+
border-width: $input-border-width;
|
|
20889
|
+
border-style: solid;
|
|
20233
20890
|
box-sizing: border-box;
|
|
20234
20891
|
outline: 0;
|
|
20235
20892
|
font-family: $input-font-family;
|
|
20236
20893
|
font-size: $input-font-size;
|
|
20237
20894
|
line-height: $input-line-height;
|
|
20238
|
-
text-align:
|
|
20895
|
+
text-align: start;
|
|
20239
20896
|
white-space: nowrap;
|
|
20240
|
-
background: none;
|
|
20241
20897
|
display: inline-flex;
|
|
20898
|
+
flex-flow: row nowrap;
|
|
20242
20899
|
vertical-align: middle;
|
|
20243
20900
|
position: relative;
|
|
20901
|
+
overflow: hidden;
|
|
20902
|
+
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
20244
20903
|
-webkit-touch-callout: none;
|
|
20245
20904
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20246
20905
|
|
|
20247
|
-
// Wrappers
|
|
20248
|
-
.k-picker-wrap {
|
|
20249
|
-
@include border-radius( $input-border-radius );
|
|
20250
|
-
padding: 0;
|
|
20251
|
-
width: 100%;
|
|
20252
|
-
border-width: 1px;
|
|
20253
|
-
border-style: solid;
|
|
20254
|
-
box-sizing: border-box;
|
|
20255
|
-
display: flex;
|
|
20256
|
-
flex-direction: row;
|
|
20257
|
-
position: relative;
|
|
20258
|
-
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
20259
|
-
cursor: default;
|
|
20260
|
-
outline: 0;
|
|
20261
|
-
overflow: hidden;
|
|
20262
|
-
}
|
|
20263
|
-
|
|
20264
20906
|
|
|
20265
20907
|
// Input
|
|
20266
20908
|
.k-input {}
|
|
@@ -20292,50 +20934,55 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
20292
20934
|
justify-content: center;
|
|
20293
20935
|
box-sizing: border-box;
|
|
20294
20936
|
}
|
|
20295
|
-
|
|
20296
|
-
|
|
20297
|
-
// RTL
|
|
20298
|
-
.k-rtl &,
|
|
20299
|
-
&[dir="rtl"] {
|
|
20300
|
-
text-align: right;
|
|
20301
|
-
}
|
|
20302
20937
|
}
|
|
20303
20938
|
|
|
20939
|
+
|
|
20940
|
+
// Datetime popup
|
|
20941
|
+
.k-datetime-popup,
|
|
20304
20942
|
.k-datetime-container {
|
|
20305
20943
|
|
|
20944
|
+
// Wrap
|
|
20306
20945
|
.k-datetime-wrap {
|
|
20307
20946
|
width: $datetime-width;
|
|
20308
20947
|
overflow: hidden;
|
|
20309
20948
|
}
|
|
20949
|
+
.k-date-tab {
|
|
20950
|
+
.k-datetime-selector {
|
|
20951
|
+
transform: translateX(0);
|
|
20952
|
+
}
|
|
20953
|
+
}
|
|
20954
|
+
.k-time-tab {
|
|
20955
|
+
.k-datetime-selector {
|
|
20956
|
+
transform: translateX(-100%);
|
|
20957
|
+
}
|
|
20958
|
+
}
|
|
20310
20959
|
|
|
20960
|
+
// Datetime button group
|
|
20311
20961
|
.k-datetime-buttongroup {
|
|
20312
|
-
padding: $
|
|
20962
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
20313
20963
|
}
|
|
20314
20964
|
|
|
20965
|
+
// Datetime selector
|
|
20315
20966
|
.k-datetime-selector {
|
|
20316
20967
|
display: flex;
|
|
20317
20968
|
transition: transform .2s;
|
|
20318
20969
|
}
|
|
20319
20970
|
|
|
20971
|
+
// Inner wraps
|
|
20320
20972
|
.k-datetime-calendar-wrap,
|
|
20321
20973
|
.k-datetime-time-wrap {
|
|
20322
20974
|
text-align: center;
|
|
20323
20975
|
flex: 0 0 $datetime-width;
|
|
20324
20976
|
}
|
|
20325
20977
|
|
|
20326
|
-
|
|
20327
|
-
|
|
20328
|
-
|
|
20329
|
-
|
|
20330
|
-
.k-time-list-container {
|
|
20331
|
-
justify-content: center;
|
|
20978
|
+
// Calendar
|
|
20979
|
+
.k-datetime-calendar-wrap .k-calendar {
|
|
20980
|
+
border-width: 0;
|
|
20332
20981
|
}
|
|
20333
20982
|
|
|
20334
|
-
|
|
20335
|
-
|
|
20336
|
-
|
|
20337
|
-
transform: translateX(-100%);
|
|
20338
|
-
}
|
|
20983
|
+
// Time
|
|
20984
|
+
.k-datetime-time-wrap .k-timeselector {
|
|
20985
|
+
border-width: 0;
|
|
20339
20986
|
}
|
|
20340
20987
|
|
|
20341
20988
|
.k-rtl &,
|
|
@@ -20351,305 +20998,95 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
20351
20998
|
}
|
|
20352
20999
|
}
|
|
20353
21000
|
|
|
20354
|
-
// Infinite timepicker
|
|
20355
|
-
.k-timeselector {}
|
|
20356
|
-
|
|
20357
|
-
|
|
20358
|
-
// Header
|
|
20359
|
-
.k-time-header {
|
|
20360
|
-
display: flex;
|
|
20361
|
-
align-items: center;
|
|
20362
|
-
justify-content: space-between;
|
|
20363
|
-
padding: 2 * $padding-y $padding-x * 2;
|
|
20364
|
-
line-height: $timepicker-header-height;
|
|
20365
|
-
|
|
20366
|
-
.k-title {
|
|
20367
|
-
font-weight: bold;
|
|
20368
|
-
}
|
|
20369
|
-
|
|
20370
|
-
.k-time-now {
|
|
20371
|
-
border-width: 0;
|
|
20372
|
-
line-height: inherit;
|
|
20373
|
-
cursor: pointer;
|
|
20374
|
-
}
|
|
20375
|
-
}
|
|
20376
|
-
|
|
20377
|
-
// Content
|
|
20378
|
-
.k-time-list-wrapper {
|
|
20379
|
-
display: inline-block;
|
|
20380
|
-
overflow: hidden;
|
|
20381
|
-
box-sizing: content-box;
|
|
20382
|
-
overflow-x: hidden;
|
|
20383
|
-
overflow-y: auto;
|
|
20384
|
-
position: relative;
|
|
20385
|
-
padding: $time-list-padding 0;
|
|
20386
|
-
text-align: center;
|
|
20387
|
-
min-width: $time-list-width;
|
|
20388
|
-
height: $time-list-height;
|
|
20389
|
-
flex: 1 1 auto;
|
|
20390
|
-
|
|
20391
|
-
.k-title {
|
|
20392
|
-
display: block;
|
|
20393
|
-
text-align: center;
|
|
20394
|
-
font-size: $font-size-xs;
|
|
20395
|
-
position: absolute;
|
|
20396
|
-
text-transform: capitalize;
|
|
20397
|
-
font-weight: bold;
|
|
20398
|
-
min-width: 100%;
|
|
20399
|
-
height: 1.5em;
|
|
20400
|
-
line-height: 1.5em;
|
|
20401
|
-
margin-top: -$time-list-padding;
|
|
20402
|
-
z-index: 12;
|
|
20403
|
-
}
|
|
20404
|
-
|
|
20405
|
-
&.k-state-focused {
|
|
20406
|
-
&::before,
|
|
20407
|
-
&::after {
|
|
20408
|
-
display: block;
|
|
20409
|
-
content: " ";
|
|
20410
|
-
position: absolute;
|
|
20411
|
-
width: 100%;
|
|
20412
|
-
left: 0;
|
|
20413
|
-
pointer-events: none;
|
|
20414
|
-
height: calc(50% - 1em);
|
|
20415
|
-
box-sizing: border-box;
|
|
20416
|
-
border-width: 0;
|
|
20417
|
-
border-style: solid;
|
|
20418
|
-
}
|
|
20419
|
-
|
|
20420
|
-
&::before {
|
|
20421
|
-
top: 0;
|
|
20422
|
-
}
|
|
20423
|
-
|
|
20424
|
-
&::after {
|
|
20425
|
-
bottom: 0;
|
|
20426
|
-
}
|
|
20427
|
-
}
|
|
20428
|
-
}
|
|
20429
|
-
|
|
20430
|
-
.k-time-container {
|
|
20431
|
-
position: absolute;
|
|
20432
|
-
display: block;
|
|
20433
|
-
overflow-x: hidden;
|
|
20434
|
-
overflow-y: scroll;
|
|
20435
|
-
line-height: $line-height;
|
|
20436
|
-
left: 0;
|
|
20437
|
-
right: 0;
|
|
20438
|
-
top: $time-list-padding;
|
|
20439
|
-
bottom: $time-list-padding;
|
|
20440
|
-
|
|
20441
|
-
@include hide-scrollbar("right");
|
|
20442
|
-
|
|
20443
|
-
> ul {
|
|
20444
|
-
height: auto;
|
|
20445
|
-
width: $time-list-width;
|
|
20446
|
-
margin: auto;
|
|
20447
|
-
}
|
|
20448
|
-
|
|
20449
|
-
.k-rtl &,
|
|
20450
|
-
&.k-rtl,
|
|
20451
|
-
[dir="rtl"] &,
|
|
20452
|
-
&[dir="rtl"] {
|
|
20453
|
-
@include hide-scrollbar("left");
|
|
20454
|
-
}
|
|
20455
|
-
}
|
|
20456
|
-
|
|
20457
|
-
.k-time-list-container {
|
|
20458
|
-
display: flex;
|
|
20459
|
-
position: relative;
|
|
20460
|
-
}
|
|
20461
|
-
|
|
20462
|
-
.k-time-list {
|
|
20463
|
-
position: absolute;
|
|
20464
|
-
display: flex;
|
|
20465
|
-
z-index: 10;
|
|
20466
|
-
outline: 0;
|
|
20467
|
-
bottom: 0;
|
|
20468
|
-
right: 0;
|
|
20469
|
-
left: 0;
|
|
20470
|
-
top: 0;
|
|
20471
|
-
|
|
20472
|
-
&::before,
|
|
20473
|
-
&::after {
|
|
20474
|
-
display: block;
|
|
20475
|
-
position: absolute;
|
|
20476
|
-
content: " ";
|
|
20477
|
-
height: 0;
|
|
20478
|
-
line-height: 0;
|
|
20479
|
-
z-index: 1;
|
|
20480
|
-
width: 200%;
|
|
20481
|
-
left: -50%;
|
|
20482
|
-
}
|
|
20483
|
-
|
|
20484
|
-
&::before { top: 0; }
|
|
20485
|
-
&::after { bottom: 0; }
|
|
20486
|
-
}
|
|
20487
|
-
|
|
20488
|
-
.k-time-list .k-item {
|
|
20489
|
-
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
20490
|
-
min-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
20491
|
-
line-height: calc( #{decimal-round($line-height-em, 2)} + 2px );
|
|
20492
|
-
}
|
|
20493
|
-
|
|
20494
|
-
.k-time-highlight {
|
|
20495
|
-
position: absolute;
|
|
20496
|
-
top: 50%;
|
|
20497
|
-
left: 0;
|
|
20498
|
-
right: 0;
|
|
20499
|
-
transform: translateY(-50%);
|
|
20500
|
-
width: 100%;
|
|
20501
|
-
height: $button-inner-calc-size;
|
|
20502
|
-
z-index: 1;
|
|
20503
|
-
border-width: $time-highlight-size 0;
|
|
20504
|
-
border-style: solid;
|
|
20505
|
-
}
|
|
20506
|
-
|
|
20507
|
-
.k-time-container .k-scrollable-placeholder {
|
|
20508
|
-
position: absolute;
|
|
20509
|
-
width: 1px;
|
|
20510
|
-
top: 0;
|
|
20511
|
-
right: 0;
|
|
20512
|
-
}
|
|
20513
|
-
|
|
20514
|
-
.k-time-separator {
|
|
20515
|
-
width: 0;
|
|
20516
|
-
height: 100%;
|
|
20517
|
-
display: inline-flex;
|
|
20518
|
-
align-self: center;
|
|
20519
|
-
justify-content: center;
|
|
20520
|
-
z-index: 11;
|
|
20521
|
-
}
|
|
20522
21001
|
}
|
|
20523
21002
|
|
|
20524
21003
|
// #endregion
|
|
20525
21004
|
|
|
20526
|
-
@include exports("
|
|
21005
|
+
@include exports( "datetimepicker/layout/bootstrap" ) {
|
|
20527
21006
|
|
|
20528
|
-
|
|
20529
|
-
.k-datetimepicker
|
|
20530
|
-
|
|
20531
|
-
.k-picker-wrap,
|
|
20532
|
-
.k-select {
|
|
20533
|
-
transition: $transition;
|
|
20534
|
-
}
|
|
20535
|
-
}
|
|
20536
|
-
|
|
20537
|
-
// Datetimepicker
|
|
20538
|
-
.k-datetimepicker {}
|
|
20539
|
-
|
|
20540
|
-
// Dateinput
|
|
20541
|
-
.k-dateinput {
|
|
20542
|
-
.k-dateinput-wrap,
|
|
20543
|
-
.k-select {
|
|
20544
|
-
transition: $transition;
|
|
20545
|
-
}
|
|
20546
|
-
}
|
|
20547
|
-
|
|
20548
|
-
// Timepicker header
|
|
20549
|
-
.k-time-header {
|
|
20550
|
-
padding: $time-header-padding;
|
|
20551
|
-
|
|
20552
|
-
.k-title {
|
|
20553
|
-
font-weight: bold;
|
|
20554
|
-
}
|
|
20555
|
-
|
|
20556
|
-
.k-time-now {
|
|
20557
|
-
cursor: pointer;
|
|
20558
|
-
}
|
|
21007
|
+
// Datetime picker
|
|
21008
|
+
.k-datetimepicker {
|
|
21009
|
+
transition: $transition;
|
|
20559
21010
|
}
|
|
20560
21011
|
|
|
20561
|
-
// Timepicker content
|
|
20562
|
-
.k-time-list-wrapper {
|
|
20563
|
-
.k-title {
|
|
20564
|
-
z-index: 12;
|
|
20565
|
-
font-size: $font-size-xs;
|
|
20566
|
-
}
|
|
20567
|
-
}
|
|
20568
21012
|
}
|
|
20569
21013
|
|
|
20570
21014
|
// #endregion
|
|
20571
|
-
// #region @import "_theme.scss"; -> packages/bootstrap/scss/
|
|
20572
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
20573
|
-
@include exports("
|
|
20574
|
-
|
|
20575
|
-
// Common
|
|
20576
|
-
.k-datepicker,
|
|
20577
|
-
.k-timepicker,
|
|
20578
|
-
.k-datetimepicker,
|
|
20579
|
-
.k-dateinput {
|
|
20580
|
-
|
|
20581
|
-
.k-select {
|
|
20582
|
-
@include fill(
|
|
20583
|
-
$datetime-select-text,
|
|
20584
|
-
$datetime-select-bg,
|
|
20585
|
-
$datetime-select-border,
|
|
20586
|
-
$datetime-select-gradient
|
|
20587
|
-
);
|
|
20588
|
-
}
|
|
21015
|
+
// #region @import "_theme.scss"; -> packages/bootstrap/scss/datetimepicker/_theme.scss
|
|
21016
|
+
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss
|
|
21017
|
+
@include exports( "datetimepicker/theme" ) {
|
|
20589
21018
|
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
}
|
|
20593
|
-
}
|
|
20594
|
-
|
|
20595
|
-
|
|
20596
|
-
.k-datepicker .k-picker-wrap,
|
|
20597
|
-
.k-timepicker .k-picker-wrap,
|
|
20598
|
-
.k-datetimepicker .k-picker-wrap,
|
|
20599
|
-
.k-dateinput .k-dateinput-wrap {
|
|
21019
|
+
// Datetime picker
|
|
21020
|
+
.k-datetimepicker {
|
|
20600
21021
|
@include fill(
|
|
20601
|
-
$
|
|
20602
|
-
$
|
|
20603
|
-
$
|
|
21022
|
+
$input-text,
|
|
21023
|
+
$input-bg,
|
|
21024
|
+
$input-border
|
|
20604
21025
|
);
|
|
20605
21026
|
|
|
20606
|
-
//
|
|
21027
|
+
// Hover state
|
|
20607
21028
|
&:hover,
|
|
20608
21029
|
&.k-state-hover {
|
|
20609
21030
|
@include fill(
|
|
20610
|
-
$
|
|
20611
|
-
$
|
|
20612
|
-
$
|
|
21031
|
+
$input-hovered-text,
|
|
21032
|
+
$input-hovered-bg,
|
|
21033
|
+
$input-hovered-border
|
|
20613
21034
|
);
|
|
20614
21035
|
}
|
|
20615
21036
|
|
|
20616
|
-
//
|
|
20617
|
-
|
|
20618
|
-
&.k-state-
|
|
21037
|
+
// Focus state
|
|
21038
|
+
&:focus,
|
|
21039
|
+
&.k-state-focus {
|
|
20619
21040
|
@include fill(
|
|
20620
|
-
$
|
|
20621
|
-
$
|
|
20622
|
-
$
|
|
21041
|
+
$input-focused-text,
|
|
21042
|
+
$input-focused-bg,
|
|
21043
|
+
$input-focused-border
|
|
20623
21044
|
);
|
|
20624
|
-
@include box-shadow($
|
|
21045
|
+
@include box-shadow( $input-focused-shadow );
|
|
20625
21046
|
}
|
|
20626
|
-
|
|
20627
|
-
|
|
20628
|
-
.k-datepicker,
|
|
20629
|
-
.k-timepicker {
|
|
20630
|
-
|
|
20631
|
-
.k-select:hover,
|
|
20632
|
-
.k-select.k-state-hover {
|
|
21047
|
+
&:focus-within {
|
|
20633
21048
|
@include fill(
|
|
20634
|
-
$
|
|
20635
|
-
$
|
|
20636
|
-
$
|
|
20637
|
-
$datetime-select-hovered-gradient
|
|
21049
|
+
$input-focused-text,
|
|
21050
|
+
$input-focused-bg,
|
|
21051
|
+
$input-focused-border
|
|
20638
21052
|
);
|
|
21053
|
+
@include box-shadow( $input-focused-shadow );
|
|
20639
21054
|
}
|
|
20640
|
-
}
|
|
20641
21055
|
|
|
20642
21056
|
|
|
20643
|
-
|
|
20644
|
-
|
|
21057
|
+
// Invalid state
|
|
21058
|
+
&.k-invalid,
|
|
21059
|
+
&.ng-invalid,
|
|
21060
|
+
&.k-state-invalid {
|
|
21061
|
+
border-color: $invalid-border;
|
|
21062
|
+
|
|
21063
|
+
.k-input-validation-icon {
|
|
21064
|
+
color: $invalid-text;
|
|
21065
|
+
}
|
|
20645
21066
|
|
|
21067
|
+
&:focus-within,
|
|
21068
|
+
&.k-state-focus {
|
|
21069
|
+
@include box-shadow($invalid-shadow);
|
|
21070
|
+
}
|
|
21071
|
+
}
|
|
21072
|
+
|
|
21073
|
+
|
|
21074
|
+
// Select
|
|
21075
|
+
.k-select {
|
|
21076
|
+
@include fill(
|
|
21077
|
+
$picker-select-text,
|
|
21078
|
+
$picker-select-bg,
|
|
21079
|
+
$picker-select-border,
|
|
21080
|
+
$picker-select-gradient
|
|
21081
|
+
);
|
|
21082
|
+
}
|
|
20646
21083
|
.k-link:hover,
|
|
20647
21084
|
.k-link.k-state-hover {
|
|
20648
21085
|
@include fill(
|
|
20649
|
-
$
|
|
20650
|
-
$
|
|
20651
|
-
$
|
|
20652
|
-
$
|
|
21086
|
+
$picker-select-hovered-text,
|
|
21087
|
+
$picker-select-hovered-bg,
|
|
21088
|
+
$picker-select-hovered-border,
|
|
21089
|
+
$picker-select-hovered-gradient
|
|
20653
21090
|
);
|
|
20654
21091
|
}
|
|
20655
21092
|
|
|
@@ -20657,256 +21094,18 @@ $datetime-select-pressed-gradient: $button-active-gradient !default;
|
|
|
20657
21094
|
.k-link.k-state-active,
|
|
20658
21095
|
.k-link.k-state-selected {
|
|
20659
21096
|
@include fill(
|
|
20660
|
-
$
|
|
20661
|
-
$
|
|
20662
|
-
$
|
|
20663
|
-
$
|
|
21097
|
+
$picker-select-pressed-text,
|
|
21098
|
+
$picker-select-pressed-bg,
|
|
21099
|
+
$picker-select-pressed-border,
|
|
21100
|
+
$picker-select-pressed-gradient
|
|
20664
21101
|
);
|
|
20665
21102
|
}
|
|
20666
21103
|
}
|
|
20667
21104
|
|
|
20668
|
-
|
|
20669
|
-
// Timepicker
|
|
20670
|
-
.k-timepicker {}
|
|
20671
|
-
|
|
20672
|
-
|
|
20673
|
-
// Timepicker header
|
|
20674
|
-
.k-time-header {
|
|
20675
|
-
|
|
20676
|
-
.k-time-now {
|
|
20677
|
-
color: $link-text;
|
|
20678
|
-
background: transparent;
|
|
20679
|
-
|
|
20680
|
-
&:hover,
|
|
20681
|
-
&:focus {
|
|
20682
|
-
color: $link-hover-text;
|
|
20683
|
-
}
|
|
20684
|
-
}
|
|
20685
|
-
}
|
|
20686
|
-
|
|
20687
|
-
|
|
20688
|
-
// Timepicker content
|
|
20689
|
-
.k-time-list-wrapper {
|
|
20690
|
-
|
|
20691
|
-
.k-title {
|
|
20692
|
-
color: $time-list-title-text;
|
|
20693
|
-
}
|
|
20694
|
-
|
|
20695
|
-
&.k-state-focused {
|
|
20696
|
-
.k-title {
|
|
20697
|
-
color: $time-list-title-focus-text;
|
|
20698
|
-
}
|
|
20699
|
-
|
|
20700
|
-
&::before,
|
|
20701
|
-
&::after {
|
|
20702
|
-
background-color: $time-list-focused-bg;
|
|
20703
|
-
}
|
|
20704
|
-
}
|
|
20705
|
-
}
|
|
20706
|
-
|
|
20707
|
-
.k-time-list {
|
|
20708
|
-
&::before,
|
|
20709
|
-
&::after {
|
|
20710
|
-
$shadow-size: 3em;
|
|
20711
|
-
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $popup-bg;
|
|
20712
|
-
}
|
|
20713
|
-
|
|
20714
|
-
.k-item:hover {
|
|
20715
|
-
color: $primary;
|
|
20716
|
-
}
|
|
20717
|
-
}
|
|
20718
|
-
|
|
20719
|
-
.k-time-container {
|
|
20720
|
-
background: transparent;
|
|
20721
|
-
}
|
|
20722
|
-
|
|
20723
|
-
.k-time-highlight {
|
|
20724
|
-
@include fill(
|
|
20725
|
-
$bg: $time-list-highlight-bg,
|
|
20726
|
-
$border: $time-list-highlight-border
|
|
20727
|
-
);
|
|
20728
|
-
}
|
|
20729
|
-
|
|
20730
|
-
.k-datetime-container {
|
|
20731
|
-
.k-date-tab {
|
|
20732
|
-
|
|
20733
|
-
.k-datetime-buttongroup,
|
|
20734
|
-
.k-datetime-selector {
|
|
20735
|
-
background-color: $component-bg;
|
|
20736
|
-
}
|
|
20737
|
-
}
|
|
20738
|
-
}
|
|
20739
|
-
|
|
20740
|
-
.k-datepicker,
|
|
20741
|
-
.k-datetimepicker,
|
|
20742
|
-
.k-timepicker {
|
|
20743
|
-
.k-picker-wrap {
|
|
20744
|
-
// Invalid
|
|
20745
|
-
&.k-invalid,
|
|
20746
|
-
&.k-state-invalid {
|
|
20747
|
-
border-color: $invalid-border;
|
|
20748
|
-
|
|
20749
|
-
.k-input-validation-icon {
|
|
20750
|
-
color: $invalid-text;
|
|
20751
|
-
}
|
|
20752
|
-
|
|
20753
|
-
&:focus,
|
|
20754
|
-
&.k-state-focused {
|
|
20755
|
-
@include box-shadow($invalid-shadow);
|
|
20756
|
-
}
|
|
20757
|
-
}
|
|
20758
|
-
}
|
|
20759
|
-
// Invalid
|
|
20760
|
-
&.k-state-invalid,
|
|
20761
|
-
&.ng-invalid.ng-touched,
|
|
20762
|
-
&.ng-invalid.ng-dirty {
|
|
20763
|
-
.k-picker-wrap {
|
|
20764
|
-
border-color: $invalid-border;
|
|
20765
|
-
|
|
20766
|
-
.k-input-validation-icon {
|
|
20767
|
-
color: $invalid-text;
|
|
20768
|
-
}
|
|
20769
|
-
|
|
20770
|
-
&:focus,
|
|
20771
|
-
&.k-state-focused {
|
|
20772
|
-
@include box-shadow($invalid-shadow);
|
|
20773
|
-
}
|
|
20774
|
-
}
|
|
20775
|
-
}
|
|
20776
|
-
}
|
|
20777
|
-
.k-dateinput {
|
|
20778
|
-
.k-dateinput-wrap {
|
|
20779
|
-
// Invalid
|
|
20780
|
-
&.k-invalid,
|
|
20781
|
-
&.k-state-invalid {
|
|
20782
|
-
border-color: $invalid-border;
|
|
20783
|
-
|
|
20784
|
-
.k-input-validation-icon {
|
|
20785
|
-
color: $invalid-text;
|
|
20786
|
-
}
|
|
20787
|
-
|
|
20788
|
-
&:focus,
|
|
20789
|
-
&.k-state-focused {
|
|
20790
|
-
@include box-shadow($invalid-shadow);
|
|
20791
|
-
}
|
|
20792
|
-
}
|
|
20793
|
-
}
|
|
20794
|
-
// Invalid
|
|
20795
|
-
&.k-state-invalid,
|
|
20796
|
-
&.ng-invalid.ng-touched,
|
|
20797
|
-
&.ng-invalid.ng-dirty {
|
|
20798
|
-
.k-dateinput-wrap {
|
|
20799
|
-
border-color: $invalid-border;
|
|
20800
|
-
|
|
20801
|
-
.k-input-validation-icon {
|
|
20802
|
-
color: $invalid-text;
|
|
20803
|
-
}
|
|
20804
|
-
|
|
20805
|
-
&:focus,
|
|
20806
|
-
&.k-state-focused {
|
|
20807
|
-
@include box-shadow($invalid-shadow);
|
|
20808
|
-
}
|
|
20809
|
-
}
|
|
20810
|
-
}
|
|
20811
|
-
}
|
|
20812
|
-
|
|
20813
|
-
// Universal rendering
|
|
20814
|
-
.k-datepicker {
|
|
20815
|
-
&.k-state-hover {
|
|
20816
|
-
.k-picker-wrap {
|
|
20817
|
-
@include fill(
|
|
20818
|
-
$datetime-hovered-text,
|
|
20819
|
-
$datetime-hovered-bg,
|
|
20820
|
-
$datetime-hovered-border
|
|
20821
|
-
);
|
|
20822
|
-
}
|
|
20823
|
-
}
|
|
20824
|
-
|
|
20825
|
-
&.k-state-focus {
|
|
20826
|
-
.k-picker-wrap {
|
|
20827
|
-
@include fill(
|
|
20828
|
-
$datetime-focused-text,
|
|
20829
|
-
$datetime-focused-bg,
|
|
20830
|
-
$datetime-focused-border
|
|
20831
|
-
);
|
|
20832
|
-
@include box-shadow($datetime-focused-shadow);
|
|
20833
|
-
}
|
|
20834
|
-
}
|
|
20835
|
-
|
|
20836
|
-
&.k-invalid {
|
|
20837
|
-
.k-picker-wrap {
|
|
20838
|
-
border-color: $invalid-border;
|
|
20839
|
-
|
|
20840
|
-
.k-input-validation-icon {
|
|
20841
|
-
color: $invalid-text;
|
|
20842
|
-
}
|
|
20843
|
-
}
|
|
20844
|
-
}
|
|
20845
|
-
|
|
20846
|
-
&.k-invalid.k-state-focus {
|
|
20847
|
-
.k-picker-wrap {
|
|
20848
|
-
@include box-shadow($invalid-shadow);
|
|
20849
|
-
}
|
|
20850
|
-
}
|
|
20851
|
-
}
|
|
20852
|
-
|
|
20853
|
-
.k-dateinput,
|
|
20854
|
-
.k-daterangepicker {
|
|
20855
|
-
&.k-state-hover {
|
|
20856
|
-
.k-dateinput-wrap {
|
|
20857
|
-
@include fill(
|
|
20858
|
-
$datetime-hovered-text,
|
|
20859
|
-
$datetime-hovered-bg,
|
|
20860
|
-
$datetime-hovered-border
|
|
20861
|
-
);
|
|
20862
|
-
}
|
|
20863
|
-
}
|
|
20864
|
-
|
|
20865
|
-
&.k-state-focus {
|
|
20866
|
-
.k-dateinput-wrap {
|
|
20867
|
-
@include fill(
|
|
20868
|
-
$datetime-focused-text,
|
|
20869
|
-
$datetime-focused-bg,
|
|
20870
|
-
$datetime-focused-border
|
|
20871
|
-
);
|
|
20872
|
-
@include box-shadow($datetime-focused-shadow);
|
|
20873
|
-
}
|
|
20874
|
-
}
|
|
20875
|
-
|
|
20876
|
-
&.k-invalid {
|
|
20877
|
-
.k-dateinput-wrap {
|
|
20878
|
-
border-color: $invalid-border;
|
|
20879
|
-
|
|
20880
|
-
.k-input-validation-icon {
|
|
20881
|
-
color: $invalid-text;
|
|
20882
|
-
}
|
|
20883
|
-
}
|
|
20884
|
-
}
|
|
20885
|
-
|
|
20886
|
-
&.k-invalid.k-state-focus {
|
|
20887
|
-
.k-dateinput-wrap {
|
|
20888
|
-
@include box-shadow($invalid-shadow);
|
|
20889
|
-
}
|
|
20890
|
-
}
|
|
20891
|
-
}
|
|
20892
|
-
|
|
20893
21105
|
}
|
|
20894
21106
|
|
|
20895
21107
|
// #endregion
|
|
20896
21108
|
|
|
20897
|
-
@include exports("datetime/theme/bootstrap") {
|
|
20898
|
-
|
|
20899
|
-
// Timepicker content
|
|
20900
|
-
.k-time-list {
|
|
20901
|
-
&::before,
|
|
20902
|
-
&::after {
|
|
20903
|
-
$shadow-size: 3em;
|
|
20904
|
-
box-shadow: 0 0 $shadow-size ($shadow-size) $popup-bg;
|
|
20905
|
-
}
|
|
20906
|
-
}
|
|
20907
|
-
|
|
20908
|
-
}
|
|
20909
|
-
|
|
20910
21109
|
// #endregion
|
|
20911
21110
|
|
|
20912
21111
|
// #endregion
|
|
@@ -30168,6 +30367,11 @@ $panelbar-item-selected-hovered-focused-text: null !default;
|
|
|
30168
30367
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
30169
30368
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
30170
30369
|
|
|
30370
|
+
$panelbar-header-expanded-bg: null !default;
|
|
30371
|
+
$panelbar-header-expanded-text: null !default;
|
|
30372
|
+
$panelbar-header-expanded-border: null !default;
|
|
30373
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
30374
|
+
|
|
30171
30375
|
// #endregion
|
|
30172
30376
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/panelbar/_layout.scss
|
|
30173
30377
|
// #region @import "~@progress/kendo-theme-default/scss/panelbar/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss
|
|
@@ -30364,6 +30568,15 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30364
30568
|
> .k-item,
|
|
30365
30569
|
> .k-panelbar-header {
|
|
30366
30570
|
|
|
30571
|
+
&.k-state-expanded.k-level-0 > .k-link {
|
|
30572
|
+
@include fill(
|
|
30573
|
+
$panelbar-header-expanded-text,
|
|
30574
|
+
$panelbar-header-expanded-bg,
|
|
30575
|
+
$panelbar-header-expanded-border,
|
|
30576
|
+
$panelbar-header-expanded-gradient
|
|
30577
|
+
);
|
|
30578
|
+
}
|
|
30579
|
+
|
|
30367
30580
|
// Normal
|
|
30368
30581
|
> .k-link {
|
|
30369
30582
|
@include fill(
|
|
@@ -30400,7 +30613,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30400
30613
|
$panelbar-header-focused-border,
|
|
30401
30614
|
$panelbar-header-focused-gradient
|
|
30402
30615
|
);
|
|
30403
|
-
|
|
30404
30616
|
box-shadow: $panelbar-header-focused-shadow;
|
|
30405
30617
|
}
|
|
30406
30618
|
|
|
@@ -30497,7 +30709,6 @@ $panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
|
30497
30709
|
$panelbar-item-focused-border,
|
|
30498
30710
|
$panelbar-item-focused-gradient
|
|
30499
30711
|
);
|
|
30500
|
-
|
|
30501
30712
|
box-shadow: $panelbar-item-focused-shadow;
|
|
30502
30713
|
}
|
|
30503
30714
|
|
|
@@ -31738,7 +31949,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31738
31949
|
// #region @import "../autocomplete/_index.scss"; -> packages/bootstrap/scss/autocomplete/_index.scss
|
|
31739
31950
|
// File already imported_once. Skipping output.
|
|
31740
31951
|
// #endregion
|
|
31741
|
-
// #region @import "../
|
|
31952
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
31742
31953
|
// File already imported_once. Skipping output.
|
|
31743
31954
|
// #endregion
|
|
31744
31955
|
// #region @import "../dropdownlist/_index.scss"; -> packages/bootstrap/scss/dropdownlist/_index.scss
|
|
@@ -32283,10 +32494,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32283
32494
|
}
|
|
32284
32495
|
}
|
|
32285
32496
|
|
|
32286
|
-
.k-group-indicator {
|
|
32287
|
-
margin-right: ( $grid-group-indicator-gap / 2 );
|
|
32288
|
-
}
|
|
32289
|
-
|
|
32290
32497
|
.k-group-indicator + .k-group-indicator {
|
|
32291
32498
|
margin-left: ( $grid-group-indicator-gap / 2 );
|
|
32292
32499
|
}
|
|
@@ -33961,7 +34168,7 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
|
|
|
33961
34168
|
// #region @import "../combobox/_index.scss"; -> packages/bootstrap/scss/combobox/_index.scss
|
|
33962
34169
|
// File already imported_once. Skipping output.
|
|
33963
34170
|
// #endregion
|
|
33964
|
-
// #region @import "../
|
|
34171
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
33965
34172
|
// File already imported_once. Skipping output.
|
|
33966
34173
|
// #endregion
|
|
33967
34174
|
// #region @import "../dropdownlist/_index.scss"; -> packages/bootstrap/scss/dropdownlist/_index.scss
|
|
@@ -35359,9 +35566,6 @@ $pivotgrid-configurator-content-padding-y: .25rem !default;
|
|
|
35359
35566
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
35360
35567
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
35361
35568
|
|
|
35362
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
35363
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
35364
|
-
|
|
35365
35569
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
35366
35570
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
35367
35571
|
|
|
@@ -35686,14 +35890,6 @@ $pivotgrid-remove-text: null !default;
|
|
|
35686
35890
|
.k-filter-fields {
|
|
35687
35891
|
margin-top: $pivotgrid-configurator-fields-margin-y;
|
|
35688
35892
|
flex-wrap: wrap;
|
|
35689
|
-
|
|
35690
|
-
> * {
|
|
35691
|
-
margin-bottom: $pivotgrid-configurator-fields-margin-y;
|
|
35692
|
-
}
|
|
35693
|
-
|
|
35694
|
-
> *:last-child {
|
|
35695
|
-
margin-bottom: 0;
|
|
35696
|
-
}
|
|
35697
35893
|
}
|
|
35698
35894
|
|
|
35699
35895
|
// Values
|
|
@@ -35722,20 +35918,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
35722
35918
|
text-align: center;
|
|
35723
35919
|
}
|
|
35724
35920
|
|
|
35725
|
-
.k-chip-content {
|
|
35726
|
-
padding-inline-end: map-get($spacing, 1);
|
|
35727
|
-
}
|
|
35728
|
-
|
|
35729
35921
|
.k-treeview {
|
|
35730
35922
|
padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
|
|
35731
35923
|
overflow: auto;
|
|
35732
35924
|
}
|
|
35733
35925
|
}
|
|
35734
35926
|
|
|
35735
|
-
.k-pivotgrid-configurator-actions {
|
|
35736
|
-
padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
|
|
35737
|
-
}
|
|
35738
|
-
|
|
35739
35927
|
|
|
35740
35928
|
// Calculated field
|
|
35741
35929
|
.k-calculated-field {
|
|
@@ -36768,7 +36956,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
36768
36956
|
// #region @import "../checkbox/_index.scss"; -> packages/bootstrap/scss/checkbox/_index.scss
|
|
36769
36957
|
// File already imported_once. Skipping output.
|
|
36770
36958
|
// #endregion
|
|
36771
|
-
// #region @import "../
|
|
36959
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
36772
36960
|
// File already imported_once. Skipping output.
|
|
36773
36961
|
// #endregion
|
|
36774
36962
|
// #region @import "../dropdownlist/_index.scss"; -> packages/bootstrap/scss/dropdownlist/_index.scss
|
|
@@ -36859,7 +37047,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36859
37047
|
}
|
|
36860
37048
|
}
|
|
36861
37049
|
|
|
36862
|
-
|
|
37050
|
+
// The second selector targets the Angular rendering
|
|
37051
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37052
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36863
37053
|
content: "";
|
|
36864
37054
|
position: absolute;
|
|
36865
37055
|
width: $filter-line-size;
|
|
@@ -36868,9 +37058,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36868
37058
|
left: -$filter-padding-x;
|
|
36869
37059
|
}
|
|
36870
37060
|
|
|
37061
|
+
// The forth and fifth selectors targets the Angular rendering
|
|
36871
37062
|
.k-filter-group-main::before,
|
|
36872
37063
|
.k-filter-group-main > .k-filter-toolbar::before,
|
|
36873
37064
|
.k-filter-group-main > .k-filter-toolbar::after,
|
|
37065
|
+
.k-filter-group-main > * > .k-filter-toolbar::before,
|
|
37066
|
+
.k-filter-group-main > * > .k-filter-toolbar::after,
|
|
36874
37067
|
.k-filter-lines .k-filter-item:last-child::before {
|
|
36875
37068
|
display: none;
|
|
36876
37069
|
}
|
|
@@ -36900,7 +37093,9 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36900
37093
|
}
|
|
36901
37094
|
}
|
|
36902
37095
|
|
|
36903
|
-
|
|
37096
|
+
// The second selector targets the Angular rendering
|
|
37097
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37098
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36904
37099
|
left: auto;
|
|
36905
37100
|
right: -$filter-padding-x;
|
|
36906
37101
|
}
|
|
@@ -36926,9 +37121,11 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36926
37121
|
color: $filter-preview-operator-text;
|
|
36927
37122
|
}
|
|
36928
37123
|
|
|
37124
|
+
// The last selector targets the Angular rendering
|
|
36929
37125
|
.k-filter-item::before,
|
|
36930
37126
|
.k-filter-toolbar::before,
|
|
36931
|
-
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
37127
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
37128
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36932
37129
|
background-color: $component-border;
|
|
36933
37130
|
}
|
|
36934
37131
|
}
|
|
@@ -39151,7 +39348,7 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
39151
39348
|
// #region @import "../validator/_index.scss"; -> packages/bootstrap/scss/validator/_index.scss
|
|
39152
39349
|
// File already imported_once. Skipping output.
|
|
39153
39350
|
// #endregion
|
|
39154
|
-
// #region @import "../
|
|
39351
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
39155
39352
|
// File already imported_once. Skipping output.
|
|
39156
39353
|
// #endregion
|
|
39157
39354
|
// #region @import "../numerictextbox/_index.scss"; -> packages/bootstrap/scss/numerictextbox/_index.scss
|
|
@@ -40391,7 +40588,7 @@ $gantt-offset-resize-handler-top: 45% !default;
|
|
|
40391
40588
|
// #region @import "../button/_index.scss"; -> packages/bootstrap/scss/button/_index.scss
|
|
40392
40589
|
// File already imported_once. Skipping output.
|
|
40393
40590
|
// #endregion
|
|
40394
|
-
// #region @import "../
|
|
40591
|
+
// #region @import "../datetimepicker/_index.scss"; -> packages/bootstrap/scss/datetimepicker/_index.scss
|
|
40395
40592
|
// File already imported_once. Skipping output.
|
|
40396
40593
|
// #endregion
|
|
40397
40594
|
// #region @import "../dropdownlist/_index.scss"; -> packages/bootstrap/scss/dropdownlist/_index.scss
|
|
@@ -44201,7 +44398,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44201
44398
|
|
|
44202
44399
|
kendo-scrollview.k-scrollview-wrap,
|
|
44203
44400
|
kendo-scrollview.k-scrollview,
|
|
44204
|
-
.k-
|
|
44401
|
+
.k-scrollview {
|
|
44205
44402
|
border-width: $scrollview-border-width;
|
|
44206
44403
|
border-style: solid;
|
|
44207
44404
|
box-sizing: border-box;
|
|
@@ -44260,6 +44457,11 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44260
44457
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
44261
44458
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
44262
44459
|
}
|
|
44460
|
+
|
|
44461
|
+
[dir="rtl"] &,
|
|
44462
|
+
.k-rtl & {
|
|
44463
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
44464
|
+
}
|
|
44263
44465
|
}
|
|
44264
44466
|
|
|
44265
44467
|
|