@progress/kendo-theme-bootstrap 6.4.0-dev.3 → 6.4.0-dev.4

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 (38) hide show
  1. package/dist/all.css +83 -269
  2. package/dist/all.scss +288 -516
  3. package/dist/meta/sassdoc-data.json +522 -522
  4. package/dist/meta/sassdoc-raw-data.json +253 -253
  5. package/dist/meta/variables.json +5 -1
  6. package/dist/meta/variables.scss +1 -1
  7. package/lib/swatches/bootstrap-3-dark.json +1 -1
  8. package/lib/swatches/bootstrap-3.json +1 -1
  9. package/lib/swatches/bootstrap-4-dark.json +1 -1
  10. package/lib/swatches/bootstrap-4.json +1 -1
  11. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  12. package/lib/swatches/bootstrap-main-dark.json +1 -1
  13. package/lib/swatches/bootstrap-main.json +1 -1
  14. package/lib/swatches/bootstrap-nordic.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  16. package/lib/swatches/bootstrap-turquoise.json +1 -1
  17. package/lib/swatches/bootstrap-urban.json +1 -1
  18. package/lib/swatches/bootstrap-vintage.json +1 -1
  19. package/package.json +5 -5
  20. package/scss/_variables.scss +0 -1
  21. package/scss/button/_variables.scss +1 -1
  22. package/scss/checkbox/_variables.scss +1 -1
  23. package/scss/chip/_variables.scss +1 -1
  24. package/scss/editor/_variables.scss +1 -1
  25. package/scss/fab/_theme.scss +2 -6
  26. package/scss/fab/_variables.scss +1 -1
  27. package/scss/floating-label/_variables.scss +1 -1
  28. package/scss/grid/_theme.scss +1 -9
  29. package/scss/grid/_variables.scss +1 -0
  30. package/scss/input/_variables.scss +3 -3
  31. package/scss/list/_variables.scss +1 -1
  32. package/scss/listbox/_index.scss +0 -1
  33. package/scss/loader/_layout.scss +2 -2
  34. package/scss/menu/_variables.scss +1 -1
  35. package/scss/notification/_variables.scss +0 -1
  36. package/scss/scheduler/_layout.scss +2 -2
  37. package/scss/signature/_variables.scss +1 -1
  38. package/scss/slider/_variables.scss +1 -1
@@ -12795,6 +12795,10 @@
12795
12795
  "type": "Number",
12796
12796
  "value": "250px"
12797
12797
  },
12798
+ "kendo-grid-column-menu-max-width": {
12799
+ "type": "Number",
12800
+ "value": "320px"
12801
+ },
12798
12802
  "kendo-grid-filter-menu-check-all-border-bottom-width": {
12799
12803
  "type": "Number",
12800
12804
  "value": "1px"
@@ -14077,7 +14081,7 @@
14077
14081
  },
14078
14082
  "kendo-editor-selectednode-outline-color": {
14079
14083
  "type": "Color",
14080
- "value": "#8cf"
14084
+ "value": "#88ccff"
14081
14085
  },
14082
14086
  "kendo-image-editor-margin-y": {
14083
14087
  "type": "Null",
@@ -5,6 +5,6 @@ $_vars: meta.module-variables("all");
5
5
 
6
6
  body {
7
7
  @each $key, $val in $_vars {
8
- var: k-resolve-var( unquote($key), meta.type-of( $val ), $val );
8
+ var: k-resolve-var( unquote($key), meta.type-of( $val ), $val ); // stylelint-disable-line
9
9
  }
10
10
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.3",
6
+ "version": "6.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "6.4.0-dev.3",
4
+ "version": "6.4.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@progress/kendo-font-icons": "1.5.0",
53
- "@progress/kendo-theme-core": "6.4.0-dev.3",
54
- "@progress/kendo-theme-default": "6.4.0-dev.3",
55
- "@progress/kendo-theme-utils": "6.4.0-dev.3",
53
+ "@progress/kendo-theme-core": "6.4.0-dev.4",
54
+ "@progress/kendo-theme-default": "6.4.0-dev.4",
55
+ "@progress/kendo-theme-utils": "6.4.0-dev.4",
56
56
  "bootstrap": "5.2.1"
57
57
  },
58
- "gitHead": "49c493e6e14a9c9f6e3e1c41d3219c7ff10f8527"
58
+ "gitHead": "f1697f6f332595856450d44528bc344d6d4c728c"
59
59
  }
@@ -21,7 +21,6 @@ $kendo-auto-bootstrap: true !default;
21
21
 
22
22
  // Spacing
23
23
  $kendo-spacing: (
24
- // sass-lint:disable-block leading-zero
25
24
  0: 0,
26
25
  1px: 1px,
27
26
  0.5: .125rem,
@@ -61,7 +61,7 @@ $kendo-button-sm-line-height: k-math-div( 20, 14 ) !default;
61
61
  /// @group button
62
62
  $kendo-button-md-line-height: $kendo-line-height-md !default;
63
63
  /// The line height used along with the $kendo-font-size variable of the large Button.
64
- ///@group button
64
+ /// @group button
65
65
  $kendo-button-lg-line-height: $kendo-line-height-md !default;
66
66
 
67
67
  /// The calculated height of the Button.
@@ -10,7 +10,7 @@ $kendo-checkbox-border-width: 1px !default;
10
10
  /// The size of a small CheckBox.
11
11
  /// @group checkbox
12
12
  $kendo-checkbox-sm-size: k-map-get( $kendo-spacing, 3 ) !default;
13
- ///The size of a medium CheckBox.
13
+ /// The size of a medium CheckBox.
14
14
  /// @group checkbox
15
15
  $kendo-checkbox-md-size: k-map-get( $kendo-spacing, 4 ) !default;
16
16
  /// The size of a large CheckBox.
@@ -28,7 +28,7 @@ $kendo-chip-lg-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
28
28
  $kendo-chip-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
29
29
  /// The vertical padding of the small Chip.
30
30
  /// @group chip
31
- $kendo-chip-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
31
+ $kendo-chip-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
32
32
  /// The vertical padding of the medium Chip.
33
33
  /// @group chip
34
34
  $kendo-chip-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
@@ -20,4 +20,4 @@ $kendo-editor-resize-handle-border: #000000 !default;
20
20
  $kendo-editor-resize-handle-bg: #ffffff !default;
21
21
 
22
22
  $kendo-editor-selectednode-outline-width: 2px !default;
23
- $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
23
+ $kendo-editor-selectednode-outline-color: #88ccff !default;
@@ -29,9 +29,7 @@
29
29
  @each $name, $color in $kendo-fab-theme-colors {
30
30
  .k-fab-solid-#{$name}:focus,
31
31
  .k-fab-solid-#{$name}.k-focus {
32
- outline-style: $kendo-fab-outline-style;
33
- outline-width: $kendo-fab-outline-width;
34
- outline-color: rgba( $color, .5 );
32
+ outline: $kendo-fab-outline-width $kendo-fab-outline-style rgba( $color, .5 );
35
33
  }
36
34
  }
37
35
 
@@ -94,9 +92,7 @@
94
92
  .k-fab-item.k-focus .k-fab-item-text,
95
93
  .k-fab-item:focus .k-fab-item-icon,
96
94
  .k-fab-item.k-focus .k-fab-item-icon {
97
- outline-style: $kendo-fab-item-outline-style;
98
- outline-width: $kendo-fab-item-outline-width;
99
- outline-color: rgba( $kendo-fab-item-icon-border, .5 );
95
+ outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style rgba( $kendo-fab-item-icon-border, .5 );
100
96
  }
101
97
 
102
98
  // Active state
@@ -50,7 +50,7 @@ $kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
50
50
  $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
51
51
  /// The spacing of the FAB icon.
52
52
  /// @group floating-action-button
53
- $kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
53
+ $kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default;
54
54
 
55
55
  /// The horizontal padding of the FAB items.
56
56
  /// @group floating-action-button
@@ -3,7 +3,7 @@
3
3
  /// The transformation scale of the Floating Label.
4
4
  /// @group floating-label
5
5
  $kendo-floating-label-scale: 1 !default;
6
- ///The font size of the Floating Label.
6
+ /// The font size of the Floating Label.
7
7
  /// @group floating-label
8
8
  $kendo-floating-label-font-size: $kendo-input-font-size !default;
9
9
  /// The maximum width of the Floating Label.
@@ -166,14 +166,6 @@
166
166
  }
167
167
  }
168
168
 
169
- // Grid footer
170
- .k-grid-footer {
171
- .k-grid-footer-sticky {
172
- @include fill(
173
- $bg: $kendo-grid-sticky-footer-bg
174
- );
175
- }
176
- }
177
169
 
178
170
  // Selection Aggregates
179
171
  .k-selection-aggregates {
@@ -466,7 +458,7 @@
466
458
  border-color: $kendo-grid-border;
467
459
  }
468
460
 
469
- //Row resize indicator
461
+ // Row resize indicator
470
462
  .k-resizer-wrap {
471
463
 
472
464
  &.k-hover .k-row-resizer {
@@ -259,6 +259,7 @@ $kendo-grid-sticky-hover-bg: k-try-shade( $kendo-grid-bg ) !default;
259
259
  $kendo-grid-sticky-selected-hover-bg: k-color-shade( $kendo-grid-sticky-selected-bg, .7 ) !default;
260
260
 
261
261
  $kendo-grid-column-menu-width: 250px !default;
262
+ $kendo-grid-column-menu-max-width: 320px !default;
262
263
 
263
264
  $kendo-grid-filter-menu-check-all-border-bottom-width: 1px !default;
264
265
 
@@ -245,10 +245,10 @@ $kendo-input-clear-value-hover-text: null !default;
245
245
  /// @group input
246
246
  $kendo-input-clear-value-hover-opacity: 1 !default;
247
247
 
248
- ///The vertical margin of the clear value icon.
248
+ /// The vertical margin of the clear value icon.
249
249
  /// @group input
250
- $kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
251
- ///The horizontal margin of the clear value icon.
250
+ $kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default;
251
+ /// The horizontal margin of the clear value icon.
252
252
  /// @group input
253
253
  $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
254
254
 
@@ -92,7 +92,7 @@ $kendo-list-lg-group-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
92
92
  /// The vertical padding of the List group items, when no size is set.
93
93
  /// @group list
94
94
  $kendo-list-group-item-padding-y: null !default;
95
- $kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
95
+ $kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
96
96
  $kendo-list-md-group-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
97
97
  $kendo-list-lg-group-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
98
98
 
@@ -20,7 +20,6 @@ $_kendo-module-meta: (
20
20
  @import "../popup/_index.scss";
21
21
  @import "../list/_index.scss";
22
22
  @import "../icons/_index.scss";
23
- @import "../list/_index.scss";
24
23
 
25
24
 
26
25
  // Component
@@ -10,11 +10,11 @@
10
10
 
11
11
  &::before {
12
12
  border-color: currentColor;
13
- border-right-color: transparent !important; // sass-lint:disable-line no-important
13
+ border-right-color: transparent !important; // stylelint-disable-line declaration-no-important
14
14
  }
15
15
 
16
16
  &::after {
17
- display: none !important; // sass-lint:disable-line no-important
17
+ display: none !important; // stylelint-disable-line declaration-no-important
18
18
  }
19
19
  }
20
20
 
@@ -98,7 +98,7 @@ $kendo-menu-popup-lg-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
98
98
  /// Vertical padding of the menu item in popup.
99
99
  /// @group menu
100
100
  $kendo-menu-popup-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
101
- $kendo-menu-popup-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
101
+ $kendo-menu-popup-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
102
102
  $kendo-menu-popup-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
103
103
  $kendo-menu-popup-lg-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
104
104
 
@@ -42,7 +42,6 @@ $kendo-notification-border: $kendo-component-border !default;
42
42
  @function notification-theme( $colors ) {
43
43
  $_theme: ();
44
44
 
45
- // sass-lint:disable-block indentation
46
45
  @each $name, $color in $colors {
47
46
  $_theme: k-map-merge(( $name: (
48
47
  color: k-color-shade( $color, 6 ),
@@ -17,9 +17,9 @@
17
17
  }
18
18
  }
19
19
 
20
+ // Angular fix for stronger selector and smaller padding
20
21
  .k-event-template {
21
- // Angular fix for stronger selector and smaller padding
22
- & {
22
+ & { // stylelint-disable-line
23
23
  padding-block: $kendo-padding-sm-y;
24
24
  padding-inline: $kendo-padding-sm-x;
25
25
  font-size: $kendo-font-size-sm;
@@ -12,7 +12,7 @@ $kendo-signature-md-padding-x: $kendo-signature-padding-x !default;
12
12
  $kendo-signature-lg-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
13
13
 
14
14
  $kendo-signature-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
15
- $kendo-signature-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
15
+ $kendo-signature-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
16
16
  $kendo-signature-md-padding-y: $kendo-signature-padding-y !default;
17
17
  $kendo-signature-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
18
18
 
@@ -37,7 +37,7 @@ $kendo-slider-draghandle-pressed-text: k-contrast-color( $kendo-color-primary )
37
37
  $kendo-slider-draghandle-pressed-border: k-try-darken( $kendo-color-primary, 12.5% ) !default;
38
38
  $kendo-slider-draghandle-pressed-gradient: null !default;
39
39
 
40
- $kendo-slider-draghandle-focus-shadow: 0 0 0 3px rgba( $kendo-color-primary, .5 ) !default;
40
+ $kendo-slider-draghandle-focus-shadow: 0 0 0 3px rgba( $kendo-color-primary, .5 ) !default;
41
41
 
42
42
  $kendo-slider-transition-speed: .3s !default;
43
43
  $kendo-slider-transition-function: ease-out !default;