@progress/kendo-theme-classic 4.43.1-dev.2 → 4.43.1-dev.3

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.
Files changed (23) hide show
  1. package/dist/all.css +73 -29
  2. package/dist/all.scss +90 -12
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/_layout.scss +0 -0
  5. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +1 -1
  6. package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +3 -3
  7. package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +2 -2
  8. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +4 -2
  9. package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
  10. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +2 -0
  11. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +1 -1
  12. package/modules/@progress/kendo-theme-default/scss/utils/_flex.scss +11 -3
  13. package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_index.scss +10 -0
  14. package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss +35 -0
  15. package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss +3 -0
  16. package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_variables.scss +1 -0
  17. package/package.json +3 -3
  18. package/scss/color-preview/_variables.scss +2 -2
  19. package/scss/index.scss +1 -0
  20. package/scss/virtual-scroller/_index.scss +10 -0
  21. package/scss/virtual-scroller/_layout.scss +1 -0
  22. package/scss/virtual-scroller/_theme.scss +1 -0
  23. package/scss/virtual-scroller/_variables.scss +1 -0
package/dist/all.css CHANGED
@@ -2032,40 +2032,54 @@ kendo-sortable {
2032
2032
  display: none !important;
2033
2033
  }
2034
2034
 
2035
- .k-d-flex {
2035
+ .k-d-flex, .k-d-flex-row, .k-d-flex-col {
2036
2036
  display: flex;
2037
2037
  }
2038
2038
 
2039
+ .\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
2040
+ display: flex !important;
2041
+ }
2042
+
2039
2043
  .k-d-inline-flex {
2040
2044
  display: inline-flex;
2041
2045
  }
2042
2046
 
2043
- .k-d-flex-row {
2044
- display: flex;
2045
- flex-direction: row;
2047
+ .\!k-d-inline-flex {
2048
+ display: inline-flex !important;
2046
2049
  }
2047
2050
 
2048
- .k-d-flex-col {
2049
- display: flex;
2050
- flex-direction: column;
2051
+ .k-flex-row, .k-d-flex-row {
2052
+ flex-direction: row;
2051
2053
  }
2052
2054
 
2053
- .k-flex-row {
2054
- flex-direction: row;
2055
+ .\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
2056
+ flex-direction: row !important;
2055
2057
  }
2056
2058
 
2057
2059
  .k-flex-row-reverse {
2058
2060
  flex-direction: row-reverse;
2059
2061
  }
2060
2062
 
2061
- .k-flex-col, .k-flex-column {
2063
+ .\!k-flex-row-reverse {
2064
+ flex-direction: row-reverse !important;
2065
+ }
2066
+
2067
+ .k-flex-col, .k-d-flex-col, .k-flex-column {
2062
2068
  flex-direction: column;
2063
2069
  }
2064
2070
 
2071
+ .\!k-flex-col {
2072
+ flex-direction: column !important;
2073
+ }
2074
+
2065
2075
  .k-flex-col-reverse, .k-flex-column-reverse {
2066
2076
  flex-direction: column-reverse;
2067
2077
  }
2068
2078
 
2079
+ .\!k-flex-col-reverse {
2080
+ flex-direction: column-reverse;
2081
+ }
2082
+
2069
2083
  .k-flex-wrap {
2070
2084
  flex-wrap: wrap;
2071
2085
  }
@@ -11783,6 +11797,31 @@ kendo-list > .k-group-header,
11783
11797
  background-color: rgba(243, 88, 0, 0.25);
11784
11798
  }
11785
11799
 
11800
+ .k-virtual-scroller {
11801
+ width: 100%;
11802
+ height: 100%;
11803
+ flex: 1 1 auto;
11804
+ overflow: auto;
11805
+ position: relative;
11806
+ }
11807
+
11808
+ .k-virtual-scroller-wrap {
11809
+ position: relative;
11810
+ z-index: 1;
11811
+ }
11812
+
11813
+ .k-virtual-scroller-content {
11814
+ position: absolute;
11815
+ width: 100%;
11816
+ top: 0;
11817
+ inset-inline-start: 0;
11818
+ }
11819
+
11820
+ .k-virtual-scroller-size {
11821
+ position: relative;
11822
+ z-index: 0;
11823
+ }
11824
+
11786
11825
  .k-avatar {
11787
11826
  border-width: 0;
11788
11827
  border-style: solid;
@@ -12640,7 +12679,7 @@ kendo-badge-container {
12640
12679
  cursor: pointer;
12641
12680
  }
12642
12681
 
12643
- .k-no-color::after {
12682
+ .k-no-color::before {
12644
12683
  content: "";
12645
12684
  width: 100%;
12646
12685
  height: 100%;
@@ -12663,10 +12702,10 @@ kendo-badge-container {
12663
12702
  border-color: #bababa;
12664
12703
  }
12665
12704
 
12666
- .k-no-color::after {
12705
+ .k-no-color::before {
12667
12706
  background-color: #ffffff;
12668
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
12669
- background-size: contain;
12707
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23d92800' stroke-width='1'/%3e%3c/svg%3e");
12708
+ background-size: 100% 100%;
12670
12709
  background-position: 0 0;
12671
12710
  }
12672
12711
 
@@ -14007,7 +14046,8 @@ kendo-label > .k-label {
14007
14046
  border: 0;
14008
14047
  }
14009
14048
 
14010
- .k-form .k-form-fieldset > *:first-child {
14049
+ .k-form .k-form-fieldset > *:not(.k-hidden):first-child,
14050
+ .k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
14011
14051
  margin-top: 0;
14012
14052
  }
14013
14053
 
@@ -14030,8 +14070,10 @@ kendo-label > .k-label {
14030
14070
  margin-top: 1em;
14031
14071
  }
14032
14072
 
14033
- .k-form > *:first-child,
14034
- .k-form .k-daterangepicker .k-textbox-container:first-child {
14073
+ .k-form > *:not(.k-hidden):first-child,
14074
+ .k-form > *.k-hidden + :not(.k-hidden),
14075
+ .k-form .k-daterangepicker .k-textbox-container:not(.k-hidden):first-child,
14076
+ .k-form .k-daterangepicker .k-textbox-container.k-hidden + :not(.k-hidden) {
14035
14077
  margin-top: 0;
14036
14078
  }
14037
14079
 
@@ -15633,11 +15675,13 @@ kendo-label.k-radio-label > .k-label {
15633
15675
  }
15634
15676
 
15635
15677
  .k-slider .k-button-increase {
15678
+ position: absolute;
15636
15679
  right: 0;
15637
15680
  top: 0;
15638
15681
  }
15639
15682
 
15640
15683
  .k-slider .k-button-decrease {
15684
+ position: absolute;
15641
15685
  left: 0;
15642
15686
  top: 0;
15643
15687
  }
@@ -23710,7 +23754,7 @@ kendo-card-footer {
23710
23754
  .k-tabstrip-items {
23711
23755
  outline: 0;
23712
23756
  display: flex;
23713
- flex-direction: row;
23757
+ flex-flow: row wrap;
23714
23758
  flex: 0 0 auto;
23715
23759
  }
23716
23760
 
@@ -27211,7 +27255,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27211
27255
  display: block;
27212
27256
  }
27213
27257
 
27214
- .k-listview-content.k-d-flex::after,
27258
+ .k-listview-content.k-d-flex::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex-col::after,
27215
27259
  .k-listview-content.k-d-grid::after {
27216
27260
  display: none;
27217
27261
  }
@@ -28584,19 +28628,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28584
28628
  user-select: none;
28585
28629
  }
28586
28630
 
28587
- .k-flex-row .k-pivotgrid-configurator-button,
28631
+ .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
28588
28632
  .k-flex-row-reverse .k-pivotgrid-configurator-button {
28589
28633
  display: flex;
28590
28634
  align-items: center;
28591
28635
  }
28592
28636
 
28593
- .k-flex-row .k-pivotgrid-configurator-button span,
28637
+ .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
28594
28638
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
28595
28639
  -ms-writing-mode: tb-rl;
28596
28640
  writing-mode: vertical-rl;
28597
28641
  }
28598
28642
 
28599
- .k-flex-row .k-pivotgrid-configurator-button .k-icon,
28643
+ .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
28600
28644
  .k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
28601
28645
  vertical-align: baseline;
28602
28646
  }
@@ -28605,7 +28649,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28605
28649
  transform: rotate(-180deg);
28606
28650
  }
28607
28651
 
28608
- .k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
28652
+ .k-flex-col .k-pivotgrid-configurator-button, .k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
28609
28653
  .k-flex-col-reverse .k-pivotgrid-configurator-button,
28610
28654
  .k-flex-column-reverse .k-pivotgrid-configurator-button {
28611
28655
  text-align: center;
@@ -28617,7 +28661,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28617
28661
  z-index: 2;
28618
28662
  }
28619
28663
 
28620
- .k-flex-row .k-pivotgrid-configurator-overlay {
28664
+ .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
28621
28665
  right: calc(1.4285714286em + 10px);
28622
28666
  }
28623
28667
 
@@ -28625,7 +28669,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28625
28669
  left: calc(1.4285714286em + 10px);
28626
28670
  }
28627
28671
 
28628
- .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
28672
+ .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
28629
28673
  bottom: calc(1.4285714286em + 10px);
28630
28674
  }
28631
28675
 
@@ -28763,7 +28807,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28763
28807
  min-width: 320px;
28764
28808
  }
28765
28809
 
28766
- .k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
28810
+ .k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
28767
28811
  .k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
28768
28812
  border-right-width: 0;
28769
28813
  border-left-width: 0;
@@ -28817,7 +28861,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28817
28861
  overflow-y: auto;
28818
28862
  }
28819
28863
 
28820
- .k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
28864
+ .k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
28821
28865
  .k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
28822
28866
  .k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
28823
28867
  border-top-width: 0;
@@ -29167,7 +29211,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29167
29211
  border-color: #cacaca;
29168
29212
  }
29169
29213
 
29170
- .k-flex-row .k-pivotgrid-configurator-overlay {
29214
+ .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
29171
29215
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
29172
29216
  }
29173
29217
 
@@ -29175,7 +29219,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29175
29219
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
29176
29220
  }
29177
29221
 
29178
- .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29222
+ .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29179
29223
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
29180
29224
  }
29181
29225
 
package/dist/all.scss CHANGED
@@ -3471,34 +3471,42 @@ $utils-border-radius: (
3471
3471
  /// @description This is equivalent to `display: flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
3472
3472
  /// @group flex-layout
3473
3473
  .k-d-flex { display: flex; }
3474
+ .\!k-d-flex { display: flex !important; } // sass-lint:disable-line no-important class-name-format
3474
3475
  /// @name k-d-inline-flex
3475
3476
  /// @description This is equivalent to `display: inline-flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
3476
3477
  /// @group flex-layout
3477
3478
  .k-d-inline-flex { display: inline-flex; }
3479
+ .\!k-d-inline-flex { display: inline-flex !important; } // sass-lint:disable-line no-important class-name-format
3478
3480
  /// @name k-d-flex-row
3479
3481
  /// @description This is equivalent to `display: inline-flex` and `flex-direction: row`.
3480
3482
  /// @group flex-layout
3481
- .k-d-flex-row { display: flex; flex-direction: row; } // sass-lint:disable-line one-declaration-per-line
3483
+ .k-d-flex-row { @extend .k-d-flex, .k-flex-row; }
3484
+ .\!k-d-flex-row { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
3482
3485
  /// @name k-d-flex-col
3483
3486
  /// @description This is equivalent to `display: inline-flex` and `flex-direction: column`.
3484
3487
  /// @group flex-layout
3485
- .k-d-flex-col { display: flex; flex-direction: column; } // sass-lint:disable-line one-declaration-per-line
3488
+ .k-d-flex-col { @extend .k-d-flex, .k-flex-col; }
3489
+ .\!k-d-flex-col { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
3486
3490
  /// @name k-flex-row
3487
3491
  /// @description This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
3488
3492
  /// @group flex-layout
3489
3493
  .k-flex-row { flex-direction: row; }
3494
+ .\!k-flex-row { flex-direction: row !important; } // sass-lint:disable-line no-important class-name-format
3490
3495
  /// @name k-flex-row-reverse
3491
3496
  /// @description This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
3492
3497
  /// @group flex-layout
3493
3498
  .k-flex-row-reverse { flex-direction: row-reverse; }
3499
+ .\!k-flex-row-reverse { flex-direction: row-reverse !important; } // sass-lint:disable-line no-important class-name-format
3494
3500
  /// @name k-flex-col
3495
3501
  /// @description This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
3496
3502
  /// @group flex-layout
3497
3503
  .k-flex-col { flex-direction: column; }
3504
+ .\!k-flex-col { flex-direction: column !important; } // sass-lint:disable-line no-important class-name-format
3498
3505
  /// @name k-flex-col-reverse
3499
3506
  /// @description This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
3500
3507
  /// @group flex-layout
3501
3508
  .k-flex-col-reverse { flex-direction: column-reverse; }
3509
+ .\!k-flex-col-reverse { flex-direction: column-reverse; } // sass-lint:disable-line no-important class-name-format
3502
3510
 
3503
3511
 
3504
3512
  // Aliases
@@ -3553,7 +3561,7 @@ $utils-border-radius: (
3553
3561
  /// @group flex-layout
3554
3562
  .k-flex-shrink { flex-shrink: 1; }
3555
3563
  /// @name k-flex-shrink-0
3556
- /// @description This is equivalent to `flex-shrink: 0`. The item will not srhink.
3564
+ /// @description This is equivalent to `flex-shrink: 0`. The item will not shrink.
3557
3565
  /// @group flex-layout
3558
3566
  .k-flex-shrink-0 { flex-shrink: 0; }
3559
3567
  /// @name k-flex-basis-auto
@@ -8548,6 +8556,72 @@ $table-selected-border: $grid-selected-border !default;
8548
8556
  // #endregion
8549
8557
 
8550
8558
 
8559
+ // #endregion
8560
+ // #region @import "virtual-scroller/_index.scss"; -> packages/classic/scss/virtual-scroller/_index.scss
8561
+ // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
8562
+ // File already imported_once. Skipping output.
8563
+ // #endregion
8564
+
8565
+
8566
+ // Dependencies
8567
+
8568
+
8569
+ // Component
8570
+ // #region @import "_variables.scss"; -> packages/classic/scss/virtual-scroller/_variables.scss
8571
+ // Virtual-scroller
8572
+
8573
+ // #endregion
8574
+ // #region @import "_layout.scss"; -> packages/classic/scss/virtual-scroller/_layout.scss
8575
+ // #region @import "~@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss
8576
+ @include exports( "virtual-scroller/layout" ) {
8577
+
8578
+ // Virtual scroller
8579
+ .k-virtual-scroller {
8580
+ width: 100%;
8581
+ height: 100%;
8582
+ flex: 1 1 auto;
8583
+ overflow: auto;
8584
+ position: relative;
8585
+ }
8586
+
8587
+
8588
+ // Virtual scroller wrap
8589
+ .k-virtual-scroller-wrap {
8590
+ position: relative;
8591
+ z-index: 1;
8592
+ }
8593
+
8594
+
8595
+ // Virtual scroller content
8596
+ .k-virtual-scroller-content {
8597
+ position: absolute;
8598
+ width: 100%;
8599
+ top: 0;
8600
+ inset-inline-start: 0;
8601
+ }
8602
+
8603
+
8604
+ // Virtual scroller size
8605
+ .k-virtual-scroller-size {
8606
+ position: relative;
8607
+ z-index: 0;
8608
+ }
8609
+
8610
+ }
8611
+
8612
+ // #endregion
8613
+
8614
+ // #endregion
8615
+ // #region @import "_theme.scss"; -> packages/classic/scss/virtual-scroller/_theme.scss
8616
+ // #region @import "~@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss
8617
+ @include exports( "virtual-scroller/theme" ) {
8618
+
8619
+ }
8620
+
8621
+ // #endregion
8622
+
8623
+ // #endregion
8624
+
8551
8625
  // #endregion
8552
8626
 
8553
8627
 
@@ -9784,8 +9858,8 @@ $color-preview-no-color-bg: $white !default;
9784
9858
  $color-preview-no-color-text: $error !default;
9785
9859
  $color-preview-no-color-border: null !default;
9786
9860
 
9787
- // $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
9788
- $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
9861
+ $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;
9862
+ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
9789
9863
 
9790
9864
  // #endregion
9791
9865
  // #region @import "_layout.scss"; -> packages/classic/scss/color-preview/_layout.scss
@@ -9818,7 +9892,7 @@ $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUg
9818
9892
  }
9819
9893
 
9820
9894
  // No Color
9821
- .k-no-color::after {
9895
+ .k-no-color::before {
9822
9896
  content: "";
9823
9897
  width: 100%;
9824
9898
  height: 100%;
@@ -9845,7 +9919,7 @@ $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUg
9845
9919
  );
9846
9920
 
9847
9921
  &::before {
9848
- background: url(map-get($data-uris, "alpha-slider-bgr.png"));
9922
+ background: $color-preview-transparent-color-image;
9849
9923
  background-size: contain;
9850
9924
  background-position: 0;
9851
9925
  }
@@ -9858,10 +9932,10 @@ $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUg
9858
9932
  }
9859
9933
 
9860
9934
  // No Color
9861
- .k-no-color::after {
9935
+ .k-no-color::before {
9862
9936
  background-color: $color-preview-no-color-bg;
9863
9937
  background-image: $color-preview-no-color-image;
9864
- background-size: contain;
9938
+ background-size: 100% 100%;
9865
9939
  background-position: 0 0;
9866
9940
  }
9867
9941
 
@@ -12067,7 +12141,8 @@ $fieldset-legend-border: null !default;
12067
12141
  border: 0;
12068
12142
 
12069
12143
  > * {
12070
- &:first-child {
12144
+ &:not(.k-hidden):first-child,
12145
+ &.k-hidden + :not(.k-hidden) {
12071
12146
  margin-top: 0;
12072
12147
  }
12073
12148
  }
@@ -12096,7 +12171,8 @@ $fieldset-legend-border: null !default;
12096
12171
 
12097
12172
  > *,
12098
12173
  .k-daterangepicker .k-textbox-container {
12099
- &:first-child {
12174
+ &:not(.k-hidden):first-child,
12175
+ &.k-hidden + :not(.k-hidden) {
12100
12176
  margin-top: 0;
12101
12177
  }
12102
12178
  }
@@ -14735,11 +14811,13 @@ $slider-disabled-opacity: null !default;
14735
14811
  }
14736
14812
 
14737
14813
  .k-button-increase {
14814
+ position: absolute;
14738
14815
  right: 0;
14739
14816
  top: 0;
14740
14817
  }
14741
14818
 
14742
14819
  .k-button-decrease {
14820
+ position: absolute;
14743
14821
  left: 0;
14744
14822
  top: 0;
14745
14823
  }
@@ -26881,7 +26959,7 @@ $tabstrip-content-border-focused: $component-text !default;
26881
26959
  .k-tabstrip-items {
26882
26960
  outline: 0;
26883
26961
  display: flex;
26884
- flex-direction: row;
26962
+ flex-flow: row wrap;
26885
26963
  flex: 0 0 auto;
26886
26964
 
26887
26965
  .k-item {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "4.43.1-dev.2",
4
+ "version": "4.43.1-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "dart:flat": "gulp dart:flat",
48
48
  "prepublishOnly": "echo 'no prebublish for default theme'"
49
49
  },
50
- "gitHead": "c8f3818a458d171ff85a688531bb94ea3ab9799c"
50
+ "gitHead": "17b6139d64d5dab2c8687e0f2e50fda466679766"
51
51
  }
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  // No Color
29
- .k-no-color::after {
29
+ .k-no-color::before {
30
30
  content: "";
31
31
  width: 100%;
32
32
  height: 100%;
@@ -9,7 +9,7 @@
9
9
  );
10
10
 
11
11
  &::before {
12
- background: url(map-get($data-uris, "alpha-slider-bgr.png"));
12
+ background: $color-preview-transparent-color-image;
13
13
  background-size: contain;
14
14
  background-position: 0;
15
15
  }
@@ -22,10 +22,10 @@
22
22
  }
23
23
 
24
24
  // No Color
25
- .k-no-color::after {
25
+ .k-no-color::before {
26
26
  background-color: $color-preview-no-color-bg;
27
27
  background-image: $color-preview-no-color-image;
28
- background-size: contain;
28
+ background-size: 100% 100%;
29
29
  background-position: 0 0;
30
30
  }
31
31
 
@@ -10,5 +10,5 @@ $color-preview-no-color-bg: $white !default;
10
10
  $color-preview-no-color-text: $error !default;
11
11
  $color-preview-no-color-border: null !default;
12
12
 
13
- // $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;
14
- $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
13
+ $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;
14
+ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
@@ -83,7 +83,8 @@
83
83
  border: 0;
84
84
 
85
85
  > * {
86
- &:first-child {
86
+ &:not(.k-hidden):first-child,
87
+ &.k-hidden + :not(.k-hidden) {
87
88
  margin-top: 0;
88
89
  }
89
90
  }
@@ -112,7 +113,8 @@
112
113
 
113
114
  > *,
114
115
  .k-daterangepicker .k-textbox-container {
115
- &:first-child {
116
+ &:not(.k-hidden):first-child,
117
+ &.k-hidden + :not(.k-hidden) {
116
118
  margin-top: 0;
117
119
  }
118
120
  }
@@ -21,6 +21,7 @@
21
21
  @import "popup/_index.scss";
22
22
  @import "ripple/_index.scss";
23
23
  @import "table/_index.scss";
24
+ @import "virtual-scroller/_index.scss";
24
25
 
25
26
 
26
27
  // Indicators
@@ -35,11 +35,13 @@
35
35
  }
36
36
 
37
37
  .k-button-increase {
38
+ position: absolute;
38
39
  right: 0;
39
40
  top: 0;
40
41
  }
41
42
 
42
43
  .k-button-decrease {
44
+ position: absolute;
43
45
  left: 0;
44
46
  top: 0;
45
47
  }
@@ -39,7 +39,7 @@
39
39
  .k-tabstrip-items {
40
40
  outline: 0;
41
41
  display: flex;
42
- flex-direction: row;
42
+ flex-flow: row wrap;
43
43
  flex: 0 0 auto;
44
44
 
45
45
  .k-item {
@@ -8,34 +8,42 @@
8
8
  /// @description This is equivalent to `display: flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
9
9
  /// @group flex-layout
10
10
  .k-d-flex { display: flex; }
11
+ .\!k-d-flex { display: flex !important; } // sass-lint:disable-line no-important class-name-format
11
12
  /// @name k-d-inline-flex
12
13
  /// @description This is equivalent to `display: inline-flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
13
14
  /// @group flex-layout
14
15
  .k-d-inline-flex { display: inline-flex; }
16
+ .\!k-d-inline-flex { display: inline-flex !important; } // sass-lint:disable-line no-important class-name-format
15
17
  /// @name k-d-flex-row
16
18
  /// @description This is equivalent to `display: inline-flex` and `flex-direction: row`.
17
19
  /// @group flex-layout
18
- .k-d-flex-row { display: flex; flex-direction: row; } // sass-lint:disable-line one-declaration-per-line
20
+ .k-d-flex-row { @extend .k-d-flex, .k-flex-row; }
21
+ .\!k-d-flex-row { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
19
22
  /// @name k-d-flex-col
20
23
  /// @description This is equivalent to `display: inline-flex` and `flex-direction: column`.
21
24
  /// @group flex-layout
22
- .k-d-flex-col { display: flex; flex-direction: column; } // sass-lint:disable-line one-declaration-per-line
25
+ .k-d-flex-col { @extend .k-d-flex, .k-flex-col; }
26
+ .\!k-d-flex-col { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
23
27
  /// @name k-flex-row
24
28
  /// @description This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
25
29
  /// @group flex-layout
26
30
  .k-flex-row { flex-direction: row; }
31
+ .\!k-flex-row { flex-direction: row !important; } // sass-lint:disable-line no-important class-name-format
27
32
  /// @name k-flex-row-reverse
28
33
  /// @description This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
29
34
  /// @group flex-layout
30
35
  .k-flex-row-reverse { flex-direction: row-reverse; }
36
+ .\!k-flex-row-reverse { flex-direction: row-reverse !important; } // sass-lint:disable-line no-important class-name-format
31
37
  /// @name k-flex-col
32
38
  /// @description This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
33
39
  /// @group flex-layout
34
40
  .k-flex-col { flex-direction: column; }
41
+ .\!k-flex-col { flex-direction: column !important; } // sass-lint:disable-line no-important class-name-format
35
42
  /// @name k-flex-col-reverse
36
43
  /// @description This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
37
44
  /// @group flex-layout
38
45
  .k-flex-col-reverse { flex-direction: column-reverse; }
46
+ .\!k-flex-col-reverse { flex-direction: column-reverse; } // sass-lint:disable-line no-important class-name-format
39
47
 
40
48
 
41
49
  // Aliases
@@ -90,7 +98,7 @@
90
98
  /// @group flex-layout
91
99
  .k-flex-shrink { flex-shrink: 1; }
92
100
  /// @name k-flex-shrink-0
93
- /// @description This is equivalent to `flex-shrink: 0`. The item will not srhink.
101
+ /// @description This is equivalent to `flex-shrink: 0`. The item will not shrink.
94
102
  /// @group flex-layout
95
103
  .k-flex-shrink-0 { flex-shrink: 0; }
96
104
  /// @name k-flex-basis-auto
@@ -0,0 +1,10 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+
6
+
7
+ // Component
8
+ @import "_variables.scss";
9
+ @import "_layout.scss";
10
+ @import "_theme.scss";
@@ -0,0 +1,35 @@
1
+ @include exports( "virtual-scroller/layout" ) {
2
+
3
+ // Virtual scroller
4
+ .k-virtual-scroller {
5
+ width: 100%;
6
+ height: 100%;
7
+ flex: 1 1 auto;
8
+ overflow: auto;
9
+ position: relative;
10
+ }
11
+
12
+
13
+ // Virtual scroller wrap
14
+ .k-virtual-scroller-wrap {
15
+ position: relative;
16
+ z-index: 1;
17
+ }
18
+
19
+
20
+ // Virtual scroller content
21
+ .k-virtual-scroller-content {
22
+ position: absolute;
23
+ width: 100%;
24
+ top: 0;
25
+ inset-inline-start: 0;
26
+ }
27
+
28
+
29
+ // Virtual scroller size
30
+ .k-virtual-scroller-size {
31
+ position: relative;
32
+ z-index: 0;
33
+ }
34
+
35
+ }
@@ -0,0 +1,3 @@
1
+ @include exports( "virtual-scroller/theme" ) {
2
+
3
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "4.43.1-dev.2",
4
+ "version": "4.43.1-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "postpublish": "rm -rf modules && git checkout scss"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^4.43.1-dev.2"
53
+ "@progress/kendo-theme-default": "^4.43.1-dev.3"
54
54
  },
55
- "gitHead": "c8f3818a458d171ff85a688531bb94ea3ab9799c"
55
+ "gitHead": "17b6139d64d5dab2c8687e0f2e50fda466679766"
56
56
  }
@@ -10,5 +10,5 @@ $color-preview-no-color-bg: $white !default;
10
10
  $color-preview-no-color-text: $error !default;
11
11
  $color-preview-no-color-border: null !default;
12
12
 
13
- // $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;
14
- $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
13
+ $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;
14
+ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
package/scss/index.scss CHANGED
@@ -21,6 +21,7 @@
21
21
  @import "popup/_index.scss";
22
22
  @import "ripple/_index.scss";
23
23
  @import "table/_index.scss";
24
+ @import "virtual-scroller/_index.scss";
24
25
 
25
26
 
26
27
  // Indicators
@@ -0,0 +1,10 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+
6
+
7
+ // Component
8
+ @import "_variables.scss";
9
+ @import "_layout.scss";
10
+ @import "_theme.scss";
@@ -0,0 +1 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss";
@@ -0,0 +1 @@
1
+ // Virtual-scroller