diff --git a/CHANGELOG.md b/CHANGELOG.md
index 473d4f6d1e0..2702744e89d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+
+### Bug Fixes
+
+* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
+* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/lerna.json b/lerna.json
index eeecac9a465..6cc92813000 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"packages": [
"packages/*"
],
diff --git a/package-lock.json b/package-lock.json
index 29ae0967a7d..30939a5c5c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19787,54 +19787,54 @@
},
"packages/bootstrap": {
"name": "@progress/kendo-theme-bootstrap",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
}
},
"packages/classic": {
"name": "@progress/kendo-theme-classic",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
}
},
"packages/core": {
"name": "@progress/kendo-theme-core",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0"
},
"packages/default": {
"name": "@progress/kendo-theme-default",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
}
},
"packages/fluent": {
"name": "@progress/kendo-theme-fluent",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
}
},
"packages/html": {
"name": "@progress/kendo-themes-html",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
@@ -19847,13 +19847,13 @@
},
"packages/material": {
"name": "@progress/kendo-theme-material",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
}
},
"packages/nouvelle": {
@@ -19869,10 +19869,10 @@
},
"packages/utils": {
"name": "@progress/kendo-theme-utils",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"license": "Apache-2.0",
"dependencies": {
- "@progress/kendo-theme-core": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3"
}
}
}
diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md
index 91ed3487e5d..a06c086fdc9 100644
--- a/packages/bootstrap/CHANGELOG.md
+++ b/packages/bootstrap/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-theme-bootstrap
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json
index 056fbfd8e00..2b5c564f499 100644
--- a/packages/bootstrap/package.json
+++ b/packages/bootstrap/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
diff --git a/packages/classic/CHANGELOG.md b/packages/classic/CHANGELOG.md
index ef3cc6221a6..c53a7020ef8 100644
--- a/packages/classic/CHANGELOG.md
+++ b/packages/classic/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-theme-classic
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/packages/classic/package.json b/packages/classic/package.json
index f37ffdabbe5..68331c57d45 100644
--- a/packages/classic/package.json
+++ b/packages/classic/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index 3e7c9e82668..e886c751cc0 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-theme-core
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
**Note:** Version bump only for package @progress/kendo-theme-core
diff --git a/packages/core/package.json b/packages/core/package.json
index b759231be5c..849b404e67d 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-core",
"description": "A collection of functions and mixins used for building themes for Kendo UI",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
diff --git a/packages/default/CHANGELOG.md b/packages/default/CHANGELOG.md
index ce36c450f59..ad1d43a31cc 100644
--- a/packages/default/CHANGELOG.md
+++ b/packages/default/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+
+### Bug Fixes
+
+* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
+* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/packages/default/package.json b/packages/default/package.json
index 73d2d4496cb..e36a780c122 100644
--- a/packages/default/package.json
+++ b/packages/default/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
diff --git a/packages/default/scss/splitter/_layout.scss b/packages/default/scss/splitter/_layout.scss
index 4630d9dbfd1..f666b6f8d5a 100644
--- a/packages/default/scss/splitter/_layout.scss
+++ b/packages/default/scss/splitter/_layout.scss
@@ -47,6 +47,7 @@
outline: 0;
position: absolute;
user-select: none;
+ touch-action: none;
display: flex;
align-items: center;
justify-content: center;
diff --git a/packages/default/scss/tabstrip/_layout.scss b/packages/default/scss/tabstrip/_layout.scss
index b5e10c89e0f..a969635dd06 100644
--- a/packages/default/scss/tabstrip/_layout.scss
+++ b/packages/default/scss/tabstrip/_layout.scss
@@ -91,10 +91,6 @@
flex-direction: row;
}
- .k-tab-on-top {
- z-index: 1;
- }
-
.k-link {
padding-block: $kendo-tabstrip-item-padding-y;
padding-inline: $kendo-tabstrip-item-padding-x;
diff --git a/packages/default/scss/toolbar/_layout.scss b/packages/default/scss/toolbar/_layout.scss
index 57d5d78211f..1b3c371235b 100644
--- a/packages/default/scss/toolbar/_layout.scss
+++ b/packages/default/scss/toolbar/_layout.scss
@@ -132,12 +132,6 @@
}
- // Angular specific
- .k-toolbar-renderer {
- display: inline-block;
- border-color: inherit;
- }
-
// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
diff --git a/packages/fluent/CHANGELOG.md b/packages/fluent/CHANGELOG.md
index d8249c83bef..342fbe0dc90 100644
--- a/packages/fluent/CHANGELOG.md
+++ b/packages/fluent/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+
+### Bug Fixes
+
+* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
+* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/packages/fluent/package.json b/packages/fluent/package.json
index 471cc49fd13..6181456d4b4 100644
--- a/packages/fluent/package.json
+++ b/packages/fluent/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-fluent",
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -55,8 +55,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
diff --git a/packages/fluent/scss/grid/_layout.scss b/packages/fluent/scss/grid/_layout.scss
index 534e80ea2d2..61f59049714 100644
--- a/packages/fluent/scss/grid/_layout.scss
+++ b/packages/fluent/scss/grid/_layout.scss
@@ -845,9 +845,9 @@
}
.k-grid-row-sticky td.k-grid-content-sticky,
- .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
+ .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
- .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
+ .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
z-index: 3;
}
diff --git a/packages/fluent/scss/pivotgrid/_layout.scss b/packages/fluent/scss/pivotgrid/_layout.scss
index f66093df7b8..fa67c2f8ccb 100644
--- a/packages/fluent/scss/pivotgrid/_layout.scss
+++ b/packages/fluent/scss/pivotgrid/_layout.scss
@@ -500,7 +500,7 @@
table-layout: auto;
.k-grid-footer,
- .k-grid .k-alt {
+ .k-grid .k-table-alt-row {
font-weight: bold;
}
}
diff --git a/packages/fluent/scss/splitter/_layout.scss b/packages/fluent/scss/splitter/_layout.scss
index 9a99b8adb3e..7b14aa03104 100644
--- a/packages/fluent/scss/splitter/_layout.scss
+++ b/packages/fluent/scss/splitter/_layout.scss
@@ -46,6 +46,7 @@
outline: 0;
position: absolute;
user-select: none;
+ touch-action: none;
display: flex;
align-items: center;
justify-content: center;
diff --git a/packages/fluent/scss/tabstrip/_layout.scss b/packages/fluent/scss/tabstrip/_layout.scss
index 49bf897f646..cd23027c584 100644
--- a/packages/fluent/scss/tabstrip/_layout.scss
+++ b/packages/fluent/scss/tabstrip/_layout.scss
@@ -89,10 +89,6 @@
flex-direction: row;
}
- .k-tab-on-top {
- z-index: 1;
- }
-
.k-link {
padding-inline: var( --kendo-tabstrip-item-padding-x, #{$kendo-tabstrip-item-padding-x} );
padding-block: var( --kendo-tabstrip-item-padding-y, #{$kendo-tabstrip-item-padding-y} );
diff --git a/packages/fluent/scss/toolbar/_layout.scss b/packages/fluent/scss/toolbar/_layout.scss
index 454f4dbc087..aecd0f064a6 100644
--- a/packages/fluent/scss/toolbar/_layout.scss
+++ b/packages/fluent/scss/toolbar/_layout.scss
@@ -110,12 +110,6 @@
gap: inherit;
}
- // Angular specific
- .k-toolbar-renderer {
- display: inline-block;
- border-color: inherit;
- }
-
// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md
index 1a8f5cc3e14..4be0df5dde2 100644
--- a/packages/html/CHANGELOG.md
+++ b/packages/html/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-themes-html
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
**Note:** Version bump only for package @progress/kendo-themes-html
diff --git a/packages/html/package.json b/packages/html/package.json
index 5fb6054136a..4f71ae3aa76 100644
--- a/packages/html/package.json
+++ b/packages/html/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-themes-html",
"description": "A collection of HTML helpers used for developing Kendo UI themes",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
diff --git a/packages/html/src/chart-wizard/tests/tab-data-sections-expanded.tsx b/packages/html/src/chart-wizard/tests/tab-data-sections-expanded.tsx
index 96cfc40d3c1..de2ffa04fe7 100644
--- a/packages/html/src/chart-wizard/tests/tab-data-sections-expanded.tsx
+++ b/packages/html/src/chart-wizard/tests/tab-data-sections-expanded.tsx
@@ -50,7 +50,7 @@ export default () => (
-
+
Series Name
@@ -64,7 +64,7 @@ export default () => (
-
+
Series Name
diff --git a/packages/html/src/checkbox/index.ts b/packages/html/src/checkbox/index.ts
index 7f70d61e9f1..bf8b3db5096 100644
--- a/packages/html/src/checkbox/index.ts
+++ b/packages/html/src/checkbox/index.ts
@@ -6,3 +6,4 @@ export * from "./templates/checkbox-with-label-before";
export * from "./templates/checkbox-group-horizontal";
export * from "./templates/checkbox-group-normal";
export * from "./templates/checkbox-normal";
+export * from "./templates/checkbox-checked";
diff --git a/packages/html/src/checkbox/templates/checkbox-checked.tsx b/packages/html/src/checkbox/templates/checkbox-checked.tsx
new file mode 100644
index 00000000000..bf3391e24d7
--- /dev/null
+++ b/packages/html/src/checkbox/templates/checkbox-checked.tsx
@@ -0,0 +1,3 @@
+import Checkbox from "../checkbox.spec";
+
+export const CheckboxChecked = (props: any) => ;
diff --git a/packages/html/src/checkbox/tests/checkbox-rounded.tsx b/packages/html/src/checkbox/tests/checkbox-rounded.tsx
index b49d5b4da0d..e95c798089d 100644
--- a/packages/html/src/checkbox/tests/checkbox-rounded.tsx
+++ b/packages/html/src/checkbox/tests/checkbox-rounded.tsx
@@ -1,4 +1,4 @@
-import { Checkbox, CheckboxNormal } from '../../checkbox';
+import { Checkbox, CheckboxChecked } from '../../checkbox';
const styles = `
@@ -21,15 +21,15 @@ export default () =>(
<>
{rounded || 'none'}
-
+
checkbox
-
+
checkbox
-
+
checkbox
>
diff --git a/packages/html/src/checkbox/tests/checkbox.tsx b/packages/html/src/checkbox/tests/checkbox.tsx
index aa6957092ac..d655ec25bd5 100644
--- a/packages/html/src/checkbox/tests/checkbox.tsx
+++ b/packages/html/src/checkbox/tests/checkbox.tsx
@@ -1,6 +1,6 @@
import { CheckboxWithLabelAfter } from '../templates/checkbox-with-label-after';
import { CheckboxNormal } from '../templates/checkbox-normal';
-
+import { CheckboxChecked } from '../templates/checkbox-checked';
const styles = `
.k-ripple-container .k-checkbox:focus::after,
@@ -24,7 +24,7 @@ export default () =>(
-
+
Checked
@@ -33,7 +33,7 @@ export default () =>(
-
+
Checked
@@ -43,7 +43,7 @@ export default () =>(
-
+
Checked
@@ -52,7 +52,7 @@ export default () =>(
-
+
Checked
@@ -195,7 +195,7 @@ export default () =>(
-
+
Long label Vivamus a arcu lacus. Integer augue leo.
@@ -204,7 +204,7 @@ export default () =>(
-
+
Long label Vivamus a arcu lacus. Integer augue leo.
diff --git a/packages/html/src/column-menu/templates/column-menu-tabbed.tsx b/packages/html/src/column-menu/templates/column-menu-tabbed.tsx
index 5656a92e0b6..4ce664b5e18 100644
--- a/packages/html/src/column-menu/templates/column-menu-tabbed.tsx
+++ b/packages/html/src/column-menu/templates/column-menu-tabbed.tsx
@@ -5,7 +5,7 @@ export const ColumnMenuTabbed = (props) => (
diff --git a/packages/html/src/column-menu/tests/column-menu-tabbed.tsx b/packages/html/src/column-menu/tests/column-menu-tabbed.tsx
index 2cc8cdafa37..283fbfa39e9 100644
--- a/packages/html/src/column-menu/tests/column-menu-tabbed.tsx
+++ b/packages/html/src/column-menu/tests/column-menu-tabbed.tsx
@@ -26,7 +26,7 @@ export default () =>(
-
@@ -56,7 +56,7 @@ export default () =>(
-
@@ -73,7 +73,7 @@ export default () =>(
-
diff --git a/packages/html/src/datetimepicker/datetimepicker.spec.tsx b/packages/html/src/datetimepicker/datetimepicker.spec.tsx
index fe6625ec869..d6165ff0d97 100644
--- a/packages/html/src/datetimepicker/datetimepicker.spec.tsx
+++ b/packages/html/src/datetimepicker/datetimepicker.spec.tsx
@@ -132,7 +132,7 @@ export const DateTimePicker = (
/>
{ opened &&
-
+
}
@@ -146,7 +146,10 @@ export const DateTimePicker = (
-
+
+
+
+
}
>
diff --git a/packages/html/src/editor/tests/editor-find-replace.tsx b/packages/html/src/editor/tests/editor-find-replace.tsx
index 11d67d1b84e..65de666d8b8 100644
--- a/packages/html/src/editor/tests/editor-find-replace.tsx
+++ b/packages/html/src/editor/tests/editor-find-replace.tsx
@@ -36,10 +36,10 @@ export default () =>(
-
-
+
>
}
@@ -76,11 +76,11 @@ export default () =>(
-
-
+
>
}
>
diff --git a/packages/html/src/editor/tests/editor-table-wizard.tsx b/packages/html/src/editor/tests/editor-table-wizard.tsx
index d6ea91e4556..2b37e9ff087 100644
--- a/packages/html/src/editor/tests/editor-table-wizard.tsx
+++ b/packages/html/src/editor/tests/editor-table-wizard.tsx
@@ -37,7 +37,7 @@ export default () =>(
Cancel
>
}>
-
@@ -138,7 +138,7 @@ export default () =>(
Cancel
>
}>
-
diff --git a/packages/html/src/expansion-panel/expansion-panel.spec.tsx b/packages/html/src/expansion-panel/expansion-panel.spec.tsx
index 5b08e966e4a..9bc9a2ad833 100644
--- a/packages/html/src/expansion-panel/expansion-panel.spec.tsx
+++ b/packages/html/src/expansion-panel/expansion-panel.spec.tsx
@@ -69,7 +69,7 @@ export const ExpansionPanel = (
diff --git a/packages/html/src/filemanager/templates/filemanager-grid-preview.tsx b/packages/html/src/filemanager/templates/filemanager-grid-preview.tsx
index bc2998c1f41..2ebc741bea8 100644
--- a/packages/html/src/filemanager/templates/filemanager-grid-preview.tsx
+++ b/packages/html/src/filemanager/templates/filemanager-grid-preview.tsx
@@ -53,7 +53,7 @@ export const FileManagerGridPreview = (props) => (
-
+
@@ -89,7 +89,7 @@ export const FileManagerGridPreview = (props) => (
13/12/2019 at 12:22:04 PM
0
-
+
diff --git a/packages/html/src/filemanager/templates/filemanager-grid.tsx b/packages/html/src/filemanager/templates/filemanager-grid.tsx
index 7721fda890e..2d8e2c44731 100644
--- a/packages/html/src/filemanager/templates/filemanager-grid.tsx
+++ b/packages/html/src/filemanager/templates/filemanager-grid.tsx
@@ -53,7 +53,7 @@ export const FileManagerGrid = (props) => (
-
+
@@ -89,7 +89,7 @@ export const FileManagerGrid = (props) => (
13/12/2019 at 12:22:04 PM
0
-
+
diff --git a/packages/html/src/filemanager/tests/filemanager-gridview-preview.tsx b/packages/html/src/filemanager/tests/filemanager-gridview-preview.tsx
index be79d745ef9..bf49cffc976 100644
--- a/packages/html/src/filemanager/tests/filemanager-gridview-preview.tsx
+++ b/packages/html/src/filemanager/tests/filemanager-gridview-preview.tsx
@@ -31,7 +31,7 @@ export default () =>(
-
+
@@ -67,7 +67,7 @@ export default () =>(
13/12/2019 at 12:22:04 PM
0
-
+
@@ -111,7 +111,7 @@ export default () =>(
-
+
diff --git a/packages/html/src/filemanager/tests/filemanager-gridview.tsx b/packages/html/src/filemanager/tests/filemanager-gridview.tsx
index e3bbd1b47f2..638132c4ab3 100644
--- a/packages/html/src/filemanager/tests/filemanager-gridview.tsx
+++ b/packages/html/src/filemanager/tests/filemanager-gridview.tsx
@@ -31,7 +31,7 @@ export default () =>(
-
+
@@ -67,7 +67,7 @@ export default () =>(
13/12/2019 at 12:22:04 PM
0
-
+
diff --git a/packages/html/src/gantt/templates/gantt-normal.tsx b/packages/html/src/gantt/templates/gantt-normal.tsx
index a7181fa8728..30619e8d6b2 100644
--- a/packages/html/src/gantt/templates/gantt-normal.tsx
+++ b/packages/html/src/gantt/templates/gantt-normal.tsx
@@ -8,7 +8,7 @@ import { Button } from "../../button";
import { Icon } from "../../icon";
-export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", tablesWidth = "4200px", tablesHeight = "828px", currentTimeLeftOffset = "243px", ganttDependencies, menu, ...other }: any) => (
+export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "180px", tablesWidth = "675px", tablesHeight = "828px", currentTimeLeftOffset = "243px", ganttDependencies, menu, ...other }: any) => (
@@ -40,7 +40,7 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
{other.children ||
-
+
@@ -59,20 +59,20 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
-
+
-
+
7
Software validation, research and implementation
-
+
18
@@ -80,7 +80,7 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
Project Kickoff
-
+
11
@@ -88,7 +88,7 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
Research
-
+
19
@@ -106,162 +106,6 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
Market Research
-
- 39
-
-
-
-
- Functional and Technical Specification
-
-
-
- 12
-
-
-
- Design
-
-
-
- 22
-
-
-
-
- UI Design
-
-
-
- 23
-
-
-
-
- HTML Prototype
-
-
-
- 13
-
-
-
- Implementation
-
-
-
- 24
-
-
-
-
- Prototype
-
-
-
- 26
-
-
-
-
- Architecture
-
-
-
- 27
-
-
-
-
- Data Layer
-
-
-
- 29
-
-
-
-
- UI and Interaction
-
-
-
- 28
-
-
-
-
- Unit Tests
-
-
-
- 14
-
-
-
- Testing
-
-
-
- 32
-
-
-
-
- Integration Testing
-
-
-
- 33
-
-
-
-
- Load Testing
-
-
-
- 30
-
-
-
- Documentation
-
-
-
- 34
-
-
-
-
- Structure
-
-
-
- 35
-
-
-
-
- Articles
-
-
-
- 31
-
-
-
- Demos
-
-
-
- 17
-
-
-
- Release
-
-
@@ -275,20 +119,10 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
-
-
-
-
-
Sun 6/01 - Sat 6/07
- Sun 6/08 - Sat 6/14
- Sun 6/15 - Sat 6/21
- Sun 6/22 - Sat 6/28
- Sun 6/29 - Sat 7/05
- Sun 7/06 - Sat 7/12
Sun 6/01
@@ -298,41 +132,6 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
Thu 6/05
Fri 6/06
Sat 6/07
- Sun 6/08
- Mon 6/09
- Tue 6/10
- Wed 6/11
- Thu 6/12
- Fri 6/13
- Sat 6/14
- Sun 6/15
- Mon 6/16
- Tue 6/17
- Wed 6/18
- Thu 6/19
- Fri 6/20
- Sat 6/21
- Sun 6/22
- Mon 6/23
- Tue 6/24
- Wed 6/25
- Thu 6/26
- Fri 6/27
- Sat 6/28
- Sun 6/29
- Mon 6/30
- Tue 7/01
- Wed 7/02
- Thu 7/03
- Fri 7/04
- Sat 7/05
- Sun 7/06
- Mon 7/07
- Tue 7/08
- Wed 7/09
- Thu 7/10
- Fri 7/11
- Sat 7/12
@@ -346,59 +145,21 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -468,236 +229,6 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -708,82 +239,15 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
}
diff --git a/packages/html/src/gantt/templates/gantt-row-reordering.tsx b/packages/html/src/gantt/templates/gantt-row-reordering.tsx
index 30f13817e57..bcf1dcc877c 100644
--- a/packages/html/src/gantt/templates/gantt-row-reordering.tsx
+++ b/packages/html/src/gantt/templates/gantt-row-reordering.tsx
@@ -8,7 +8,7 @@ import { Button } from "../../button";
import { Icon } from "../../icon";
-export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530px", tablesWidth = "4200px", tablesHeight = "828px", currentTimeLeftOffset = "243px", ganttDependencies, menu, ...other }: any) => (
+export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "180px", tablesWidth = "675px", tablesHeight = "828px", currentTimeLeftOffset = "243px", ganttDependencies, menu, ...other }: any) => (
@@ -40,7 +40,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
{other.children ||
-
+
@@ -51,7 +51,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
+
@@ -61,14 +61,14 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
+
-
+
7
@@ -76,7 +76,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
Software validation, research and implementation
-
+
18
@@ -85,7 +85,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
Project Kickoff
-
+
11
@@ -94,7 +94,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
Research
-
+
19
@@ -114,180 +114,6 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
Market Research
-
-
- 39
-
-
-
-
- Functional and Technical Specification
-
-
-
-
- 12
-
-
-
- Design
-
-
-
-
- 22
-
-
-
-
- UI Design
-
-
-
-
- 23
-
-
-
-
- HTML Prototype
-
-
-
-
- 13
-
-
-
- Implementation
-
-
-
-
- 24
-
-
-
-
- Prototype
-
-
-
-
- 26
-
-
-
-
- Architecture
-
-
-
-
- 27
-
-
-
-
- Data Layer
-
-
-
-
- 29
-
-
-
-
- UI and Interaction
-
-
-
-
- 28
-
-
-
-
- Unit Tests
-
-
-
-
- 14
-
-
-
- Testing
-
-
-
-
- 32
-
-
-
-
- Integration Testing
-
-
-
-
- 33
-
-
-
-
- Load Testing
-
-
-
-
- 30
-
-
-
- Documentation
-
-
-
-
- 34
-
-
-
-
- Structure
-
-
-
-
- 35
-
-
-
-
- Articles
-
-
-
-
- 31
-
-
-
- Demos
-
-
-
-
- 17
-
-
-
- Release
-
-
@@ -301,20 +127,10 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
-
-
-
-
Sun 6/01 - Sat 6/07
- Sun 6/08 - Sat 6/14
- Sun 6/15 - Sat 6/21
- Sun 6/22 - Sat 6/28
- Sun 6/29 - Sat 7/05
- Sun 7/06 - Sat 7/12
Sun 6/01
@@ -324,41 +140,6 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
Thu 6/05
Fri 6/06
Sat 6/07
- Sun 6/08
- Mon 6/09
- Tue 6/10
- Wed 6/11
- Thu 6/12
- Fri 6/13
- Sat 6/14
- Sun 6/15
- Mon 6/16
- Tue 6/17
- Wed 6/18
- Thu 6/19
- Fri 6/20
- Sat 6/21
- Sun 6/22
- Mon 6/23
- Tue 6/24
- Wed 6/25
- Thu 6/26
- Fri 6/27
- Sat 6/28
- Sun 6/29
- Mon 6/30
- Tue 7/01
- Wed 7/02
- Thu 7/03
- Fri 7/04
- Sat 7/05
- Sun 7/06
- Mon 7/07
- Tue 7/08
- Wed 7/09
- Thu 7/10
- Fri 7/11
- Sat 7/12
@@ -372,59 +153,21 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -494,236 +237,6 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -734,82 +247,15 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
}
diff --git a/packages/html/src/gantt/tests/gantt-editing-popup-general.tsx b/packages/html/src/gantt/tests/gantt-editing-popup-general.tsx
index 0009df1a141..975a90f1e23 100644
--- a/packages/html/src/gantt/tests/gantt-editing-popup-general.tsx
+++ b/packages/html/src/gantt/tests/gantt-editing-popup-general.tsx
@@ -29,7 +29,7 @@ export default () =>(
Delete
>
}>
-
diff --git a/packages/html/src/gantt/tests/gantt-editing-popup-other.tsx b/packages/html/src/gantt/tests/gantt-editing-popup-other.tsx
index 93917a53c95..13c9acbeab6 100644
--- a/packages/html/src/gantt/tests/gantt-editing-popup-other.tsx
+++ b/packages/html/src/gantt/tests/gantt-editing-popup-other.tsx
@@ -30,7 +30,7 @@ export default () =>(
Delete
>
}>
-
diff --git a/packages/html/src/gantt/tests/gantt-editing-popup-predecessors.tsx b/packages/html/src/gantt/tests/gantt-editing-popup-predecessors.tsx
index 605b3659eb7..10ba1792909 100644
--- a/packages/html/src/gantt/tests/gantt-editing-popup-predecessors.tsx
+++ b/packages/html/src/gantt/tests/gantt-editing-popup-predecessors.tsx
@@ -28,7 +28,7 @@ export default () =>(
Delete
>
}>
-
diff --git a/packages/html/src/gantt/tests/gantt-editing-popup-resources.tsx b/packages/html/src/gantt/tests/gantt-editing-popup-resources.tsx
index b81c33c5099..1fcec2a4753 100644
--- a/packages/html/src/gantt/tests/gantt-editing-popup-resources.tsx
+++ b/packages/html/src/gantt/tests/gantt-editing-popup-resources.tsx
@@ -28,7 +28,7 @@ export default () =>(
Delete
>
}>
-
@@ -91,7 +91,7 @@ export default () =>(
-
+
@@ -111,7 +111,7 @@ export default () =>(
Grid Cell
Grid Cell
-
+
@@ -131,7 +131,7 @@ export default () =>(
Grid Cell
Grid Cell
-
+
diff --git a/packages/html/src/gantt/tests/gantt-editing-popup-successors.tsx b/packages/html/src/gantt/tests/gantt-editing-popup-successors.tsx
index 3156f936c95..86d9c10b105 100644
--- a/packages/html/src/gantt/tests/gantt-editing-popup-successors.tsx
+++ b/packages/html/src/gantt/tests/gantt-editing-popup-successors.tsx
@@ -27,7 +27,7 @@ export default () =>(
Delete
>
}>
-
diff --git a/packages/html/src/gantt/tests/gantt-react.tsx b/packages/html/src/gantt/tests/gantt-react.tsx
index 7f2194be688..37e71437d3f 100644
--- a/packages/html/src/gantt/tests/gantt-react.tsx
+++ b/packages/html/src/gantt/tests/gantt-react.tsx
@@ -134,7 +134,7 @@ export default () =>(
-
+
18
@@ -169,7 +169,7 @@ export default () =>(
-
+
@@ -221,7 +221,7 @@ export default () =>(
-
+
@@ -264,7 +264,7 @@ export default () =>(
-
+
@@ -312,7 +312,7 @@ export default () =>(
-
+
@@ -353,7 +353,7 @@ export default () =>(
-
+
@@ -401,7 +401,7 @@ export default () =>(
-
+
@@ -451,7 +451,7 @@ export default () =>(
-
+
@@ -485,7 +485,7 @@ export default () =>(
-
+
diff --git a/packages/html/src/grid/grid-header-cell.spec.tsx b/packages/html/src/grid/grid-header-cell.spec.tsx
index e2c6ece2c0c..9b062d3693e 100644
--- a/packages/html/src/grid/grid-header-cell.spec.tsx
+++ b/packages/html/src/grid/grid-header-cell.spec.tsx
@@ -55,7 +55,7 @@ export const GridHeaderCell = (
props.className,
GRIDHEADERCELL_CLASSNAME,
{
- [`k-filterable`]: menu && filterable || menu === "filter",
+ [`k-filterable`]: menu || filterable,
[`k-sorted`]: sortable,
[`k-grid-header-sticky`]: sticky,
[`k-touch-action-none`]: resizable
diff --git a/packages/html/src/grid/grid-header.spec.tsx b/packages/html/src/grid/grid-header.spec.tsx
index 37c7c6d13d0..94a6a0ddd55 100644
--- a/packages/html/src/grid/grid-header.spec.tsx
+++ b/packages/html/src/grid/grid-header.spec.tsx
@@ -2,18 +2,31 @@ import { classNames } from '../misc';
const className = `k-grid-header`;
+export type KendoGridHeaderProps = {
+ draggable?: boolean;
+};
+
export const GridHeader = (
- props: React.HTMLAttributes
-) => (
-
+ props: KendoGridHeaderProps &
+ React.HTMLAttributes
+) => {
+ const {
+ draggable
+ } = props;
+
+ return (
+
+
- {props.children}
+ {props.children}
-
-);
+
+ );
+};
diff --git a/packages/html/src/grid/grid.spec.tsx b/packages/html/src/grid/grid.spec.tsx
index 4eba199fbdb..1be182bf996 100644
--- a/packages/html/src/grid/grid.spec.tsx
+++ b/packages/html/src/grid/grid.spec.tsx
@@ -17,6 +17,7 @@ export type KendoGridProps = KendoGridOptions & {
pager?: React.JSX.Element;
pagerPosition?: 'top' | 'bottom';
groupingHeader?: React.JSX.Element;
+ gridSelectionAggregates?: React.JSX.Element;
_renderAriaRoot?: boolean;
};
@@ -35,6 +36,7 @@ export const Grid = (
toolbar,
pager,
groupingHeader,
+ gridSelectionAggregates,
_renderAriaRoot,
...other
} = props;
@@ -54,6 +56,7 @@ export const Grid = (
{ props.children && _renderAriaRoot ?
{props.children}
: props.children
}
+ {gridSelectionAggregates}
{pagerPosition === 'bottom' && pager}
);
diff --git a/packages/html/src/grid/templates/grid-hierarchy.tsx b/packages/html/src/grid/templates/grid-hierarchy.tsx
index f686acf2074..f52d18381a0 100644
--- a/packages/html/src/grid/templates/grid-hierarchy.tsx
+++ b/packages/html/src/grid/templates/grid-hierarchy.tsx
@@ -44,7 +44,7 @@ export const GridHierarchy = ({ containerClassName, ...other }: any) => (
Beverages
Soft drinks, coffees, teas, beers and ales
-
+
@@ -88,7 +88,7 @@ export const GridHierarchy = ({ containerClassName, ...other }: any) => (
Aniseed Syrup
$10.00
-
+
2
Chef Anton's Cajun Seasoning
$22.00
diff --git a/packages/html/src/grid/templates/grid-normal.tsx b/packages/html/src/grid/templates/grid-normal.tsx
index da279ded69f..37b076db459 100644
--- a/packages/html/src/grid/templates/grid-normal.tsx
+++ b/packages/html/src/grid/templates/grid-normal.tsx
@@ -45,7 +45,7 @@ export const GridNormal = ({ contentClassName, ...other }: any) => (
Alfreds Futterkiste
Germany
-
+
Ana Trujillo
Owner
Anna Trujillo Emparedados y helados
@@ -57,7 +57,7 @@ export const GridNormal = ({ contentClassName, ...other }: any) => (
Around the Horn
UK
-
+
Christina Berglund
Office Administrator
Berglunds snabbköp
diff --git a/packages/html/src/grid/templates/grid-with-column-menu.tsx b/packages/html/src/grid/templates/grid-with-column-menu.tsx
index a2fc5abe2c7..03db542dea7 100644
--- a/packages/html/src/grid/templates/grid-with-column-menu.tsx
+++ b/packages/html/src/grid/templates/grid-with-column-menu.tsx
@@ -38,7 +38,7 @@ export const GridWithColumnMenu = ({ contentClassName, sortable, resizable, ...o
Chai
Beverages
-
+
2
Chang
Beverages
@@ -48,7 +48,7 @@ export const GridWithColumnMenu = ({ contentClassName, sortable, resizable, ...o
Aniseed Syrup
Condiments
-
+
4
Chef Anton's Cajun Seasoning
Condiments
diff --git a/packages/html/src/grid/templates/grid-with-edit-row.tsx b/packages/html/src/grid/templates/grid-with-edit-row.tsx
index 13414784223..38eadb48690 100644
--- a/packages/html/src/grid/templates/grid-with-edit-row.tsx
+++ b/packages/html/src/grid/templates/grid-with-edit-row.tsx
@@ -62,7 +62,7 @@ export const GridWithEditRow = (props) => (
Remove
-
+
Chang
19
false
diff --git a/packages/html/src/grid/templates/grid-with-filter-menu.tsx b/packages/html/src/grid/templates/grid-with-filter-menu.tsx
index 528ccf390bf..318f3779e48 100644
--- a/packages/html/src/grid/templates/grid-with-filter-menu.tsx
+++ b/packages/html/src/grid/templates/grid-with-filter-menu.tsx
@@ -38,7 +38,7 @@ export const GridWithFilterMenu = ({ contentClassName, sortable, resizable, ...o
Redmond
CEO
-
+
Margaret Peacock
Tacoma
CTO
@@ -48,7 +48,7 @@ export const GridWithFilterMenu = ({ contentClassName, sortable, resizable, ...o
Boston
Web Designer
-
+
Laura Peacock
Seattle
Accountant
diff --git a/packages/html/src/grid/templates/grid-with-filter-row.tsx b/packages/html/src/grid/templates/grid-with-filter-row.tsx
index ca96e328d3c..ef8c694c4a0 100644
--- a/packages/html/src/grid/templates/grid-with-filter-row.tsx
+++ b/packages/html/src/grid/templates/grid-with-filter-row.tsx
@@ -110,7 +110,7 @@ export const GridWithFilterRow = ({ contentClassName, ...other }: any) => (
18
false
-
+
2
Chang
24 - 12 oz bottles
@@ -124,7 +124,7 @@ export const GridWithFilterRow = ({ contentClassName, ...other }: any) => (
10
false
-
+
4
Chef Anton's Cajun Seasoning
48 - 6 oz jars
diff --git a/packages/html/src/grid/templates/grid-with-grouping.tsx b/packages/html/src/grid/templates/grid-with-grouping.tsx
index e0bfcaf35c1..3f0e4b3e7c0 100644
--- a/packages/html/src/grid/templates/grid-with-grouping.tsx
+++ b/packages/html/src/grid/templates/grid-with-grouping.tsx
@@ -3,29 +3,29 @@ import { Chip, ChipList, ChipAction } from '../../chip';
import { Grid, GridHeader, GridHeaderCell, GridHeaderTable, GridGroupingHeader, GridContainer, GridContent, GridTable } from '../../grid';
import { TableThead, TableRow, TableTd, TableTbody } from '../../table';
-export const GridWithGrouping = ({ contentClassName, ...other }: any) => (
+export const GridWithGrouping = ({ dropClue, contentClassName, ...other }: any) => (
+
-
>
- }>ID
-
+
>
- }>Name
+ } />
)}
children={(
<>
-
+
@@ -76,7 +76,7 @@ export const GridWithGrouping = ({ contentClassName, ...other }: any) => (
-
+
2
diff --git a/packages/html/src/grid/templates/grid-with-locked-columns.tsx b/packages/html/src/grid/templates/grid-with-locked-columns.tsx
index c93ccfa34d0..9b166ede214 100644
--- a/packages/html/src/grid/templates/grid-with-locked-columns.tsx
+++ b/packages/html/src/grid/templates/grid-with-locked-columns.tsx
@@ -53,7 +53,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
10248
Vins et alcools Chevalier
-
+
10249
Toms Spezialitäten
@@ -61,7 +61,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
10250
Hanari Carnes
-
+
10251
Victuailles en stock
@@ -69,7 +69,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
10252
Suprêmes délices
-
+
10253
Toms Spezialitäten
@@ -77,7 +77,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
10254
Hanari Carnes
-
+
10255
Victuailles en stock
@@ -97,7 +97,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
Reims
59 rue de l'Abbaye
-
+
Germany
Münster
Luisenstr. 48
@@ -107,7 +107,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
Rio de Janeiro
Rua do Paço, 67
-
+
France
Lyon
2, rue du Commerce
@@ -117,7 +117,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
Charleroi
Boulevard Tirou, 255
-
+
Germany
Münster
Luisenstr. 48
@@ -127,7 +127,7 @@ export const GridWithLockedColumns = ({ className, headerWrapClassName, contentC
Rio de Janeiro
Rua do Paço, 67
-
+
France
Lyon
2, rue du Commerce
diff --git a/packages/html/src/grid/templates/grid-with-multicolumn-headers.tsx b/packages/html/src/grid/templates/grid-with-multicolumn-headers.tsx
index 440ed4984a5..122882693c6 100644
--- a/packages/html/src/grid/templates/grid-with-multicolumn-headers.tsx
+++ b/packages/html/src/grid/templates/grid-with-multicolumn-headers.tsx
@@ -47,7 +47,7 @@ export const GridWithMultiColumnHeaders = ({ headerWrapClassName, contentClassNa
39
18
-
+
2
Chang
17
@@ -59,7 +59,7 @@ export const GridWithMultiColumnHeaders = ({ headerWrapClassName, contentClassNa
13
10
-
+
4
Chef Anton's Cajun Seasoning
53
diff --git a/packages/html/src/grid/templates/grid-with-row-reordering.tsx b/packages/html/src/grid/templates/grid-with-row-reordering.tsx
index cfe47be4fd7..034040c7dad 100644
--- a/packages/html/src/grid/templates/grid-with-row-reordering.tsx
+++ b/packages/html/src/grid/templates/grid-with-row-reordering.tsx
@@ -17,7 +17,7 @@ export const GridWithRowReordering = ({ contentClassName, ...other }: any) => (
-
+
@@ -43,7 +43,7 @@ export const GridWithRowReordering = ({ contentClassName, ...other }: any) => (
false
Condiments
-
+
Alice Mutton
39
@@ -57,7 +57,7 @@ export const GridWithRowReordering = ({ contentClassName, ...other }: any) => (
true
Meat/Poultry
-
+
Gorgonzola Telino
12.5
diff --git a/packages/html/src/grid/templates/grid-with-selection-aggregates.tsx b/packages/html/src/grid/templates/grid-with-selection-aggregates.tsx
index 17a0b525ea4..41960987a55 100644
--- a/packages/html/src/grid/templates/grid-with-selection-aggregates.tsx
+++ b/packages/html/src/grid/templates/grid-with-selection-aggregates.tsx
@@ -41,7 +41,7 @@ export const GridWithSelectionAggregates = ({ aggregated = false, contentClassNa
false
0
-
+
Chang
17
false
@@ -53,7 +53,7 @@ export const GridWithSelectionAggregates = ({ aggregated = false, contentClassNa
false
70
-
+
Chef Anton's Cajun Seasoning
53
false
@@ -69,39 +69,43 @@ export const GridWithSelectionAggregates = ({ aggregated = false, contentClassNa
+ >
+ )}
+ gridSelectionAggregates={
+ (
- { aggregated ?
- <>
-
- Sum:
- 122.00
-
-
- Avg:
- 30.50
-
-
- Min:
- 13
-
-
- Max:
- 53
-
-
- Count:
- 8
-
- >
- :
+ { aggregated ?
+ <>
+
+ Sum:
+ 122.00
+
+
+ Avg:
+ 30.50
+
+
+ Min:
+ 13
+
+
+ Max:
+ 53
+
Count:
- 0
+ 8
- }
-
- >
- )}
+ >
+ :
+
+ Count:
+ 0
+
+ }
+
+ )
+ }
{...other}>
diff --git a/packages/html/src/grid/templates/grid-with-sticky-columns.tsx b/packages/html/src/grid/templates/grid-with-sticky-columns.tsx
index 100843e556c..0469950f80c 100644
--- a/packages/html/src/grid/templates/grid-with-sticky-columns.tsx
+++ b/packages/html/src/grid/templates/grid-with-sticky-columns.tsx
@@ -46,7 +46,7 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
0
10
-
+
Chang
17
$19.00
@@ -60,7 +60,7 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
70
25
-
+
Chef Anton's Cajun Seasoning
53
$22.00
@@ -74,7 +74,7 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
0
0
-
+
Grandma's Boysenberry Spread
120
$25.00
@@ -88,7 +88,7 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
0
10
-
+
Northwoods Cranberry Sauce
6
$40.00
@@ -102,7 +102,7 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
0
0
-
+
Ikura
31
$31.00
@@ -112,7 +112,6 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
-
>
diff --git a/packages/html/src/grid/tests/grid-adaptive-pager.tsx b/packages/html/src/grid/tests/grid-adaptive-pager.tsx
index bfd490e5e93..d7a837cd9d2 100644
--- a/packages/html/src/grid/tests/grid-adaptive-pager.tsx
+++ b/packages/html/src/grid/tests/grid-adaptive-pager.tsx
@@ -11,7 +11,7 @@ export default () =>(
-
)}>
@@ -27,7 +27,7 @@ export default () =>(
-
)}>
diff --git a/packages/html/src/grid/tests/grid-angular.tsx b/packages/html/src/grid/tests/grid-angular.tsx
index ee0c83b1af9..d2251e74fe5 100644
--- a/packages/html/src/grid/tests/grid-angular.tsx
+++ b/packages/html/src/grid/tests/grid-angular.tsx
@@ -33,7 +33,7 @@ export default () =>(
-
+
@@ -45,7 +45,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -55,17 +55,13 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
-
- {/* set height to scroll height (virtual scrolling) */}
-
-
@@ -100,7 +96,7 @@ export default () =>(
-
+
@@ -130,7 +126,7 @@ export default () =>(
-
+
@@ -144,9 +140,6 @@ export default () =>(
-
@@ -181,7 +174,7 @@ export default () =>(
-
+
@@ -195,12 +188,12 @@ export default () =>(
18
10 boxes x 20 bags
-
+
Chang
19
24 - 12 oz bottles
-
+
Aniseed Syrup
20
24 - 12 oz bottles
@@ -208,9 +201,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-column-menu-angular.tsx b/packages/html/src/grid/tests/grid-column-menu-angular.tsx
index 98aeea769e9..8bd8d1aa1d2 100644
--- a/packages/html/src/grid/tests/grid-column-menu-angular.tsx
+++ b/packages/html/src/grid/tests/grid-column-menu-angular.tsx
@@ -28,7 +28,7 @@ export default () =>(
-
+
@@ -38,20 +38,20 @@ export default () =>(
-
+
- Product1
-
+ Product1
+
Delete
-
-
+
+
- Product2
-
+ Product2
+
Delete
@@ -85,7 +85,7 @@ export default () =>(
-
+
@@ -95,20 +95,20 @@ export default () =>(
-
+
- Product1
-
+ Product1
+
Delete
-
-
+
+
- Product2
-
+ Product2
+
Delete
@@ -142,7 +142,7 @@ export default () =>(
-
+
@@ -152,20 +152,20 @@ export default () =>(
-
+
- Product1
-
+ Product1
+
Delete
-
-
+
+
- Product2
-
+ Product2
+
Delete
diff --git a/packages/html/src/grid/tests/grid-column-menu-blazor.tsx b/packages/html/src/grid/tests/grid-column-menu-blazor.tsx
index bb5c849f430..fa52999c3d2 100644
--- a/packages/html/src/grid/tests/grid-column-menu-blazor.tsx
+++ b/packages/html/src/grid/tests/grid-column-menu-blazor.tsx
@@ -28,7 +28,7 @@ export default () =>(
-
+
@@ -51,7 +51,7 @@ export default () =>(
-
+
@@ -67,9 +67,6 @@ export default () =>(
-
@@ -98,7 +95,7 @@ export default () =>(
-
+
@@ -121,7 +118,7 @@ export default () =>(
-
+
@@ -137,9 +134,6 @@ export default () =>(
-
@@ -168,7 +162,7 @@ export default () =>(
-
+
@@ -191,7 +185,7 @@ export default () =>(
-
+
@@ -207,9 +201,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-column-menu-tabbed.tsx b/packages/html/src/grid/tests/grid-column-menu-tabbed.tsx
index b531280bbbf..170519ed00a 100644
--- a/packages/html/src/grid/tests/grid-column-menu-tabbed.tsx
+++ b/packages/html/src/grid/tests/grid-column-menu-tabbed.tsx
@@ -29,7 +29,7 @@ export default () =>(
-
@@ -49,7 +49,7 @@ export default () =>(
-
@@ -82,7 +82,7 @@ export default () =>(
-
@@ -129,7 +129,7 @@ export default () =>(
-
@@ -148,7 +148,7 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-editing-custom-editor.tsx b/packages/html/src/grid/tests/grid-editing-custom-editor.tsx
index ad4fe6f0b9e..6bee44a4719 100644
--- a/packages/html/src/grid/tests/grid-editing-custom-editor.tsx
+++ b/packages/html/src/grid/tests/grid-editing-custom-editor.tsx
@@ -58,7 +58,7 @@ export default () =>(
-
+
RTL
@@ -122,7 +122,7 @@ export default () =>(
-
+
RTL
@@ -180,7 +180,7 @@ export default () =>(
-
+
RTL
diff --git a/packages/html/src/grid/tests/grid-editing-inline-angular.tsx b/packages/html/src/grid/tests/grid-editing-inline-angular.tsx
index 5c5df2f7b7e..4f2d6c3fdc0 100644
--- a/packages/html/src/grid/tests/grid-editing-inline-angular.tsx
+++ b/packages/html/src/grid/tests/grid-editing-inline-angular.tsx
@@ -34,7 +34,7 @@ export default () =>(
-
+
@@ -44,25 +44,25 @@ export default () =>(
-
+
-
+
-
+
Update
Cancel
-
-
+
+
-
+
Product2
-
+
Edit
Remove
@@ -70,9 +70,6 @@ export default () =>(
-
@@ -103,7 +100,7 @@ export default () =>(
-
+
@@ -123,25 +120,25 @@ export default () =>(
-
+
-
+
Product1
-
+
Edit
Remove
-
-
+
+
-
+
Product2
-
+
Edit
Remove
@@ -149,9 +146,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-editing-inline-blazor.tsx b/packages/html/src/grid/tests/grid-editing-inline-blazor.tsx
index 1bc22abc905..789d099b35c 100644
--- a/packages/html/src/grid/tests/grid-editing-inline-blazor.tsx
+++ b/packages/html/src/grid/tests/grid-editing-inline-blazor.tsx
@@ -35,7 +35,7 @@ export default () =>(
-
+
@@ -61,7 +61,7 @@ export default () =>(
-
+
@@ -81,9 +81,6 @@ export default () =>(
-
@@ -114,7 +111,7 @@ export default () =>(
-
+
@@ -156,7 +153,7 @@ export default () =>(
-
+
@@ -176,9 +173,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-filter-menu-angular.tsx b/packages/html/src/grid/tests/grid-filter-menu-angular.tsx
index 01a51d93d8f..a68d55faf7f 100644
--- a/packages/html/src/grid/tests/grid-filter-menu-angular.tsx
+++ b/packages/html/src/grid/tests/grid-filter-menu-angular.tsx
@@ -29,7 +29,7 @@ export default () =>(
-
+
@@ -39,33 +39,30 @@ export default () =>(
-
+
-
+
Product1
-
+
Delete
-
-
+
+
-
+
Product2
-
+
Delete
-
@@ -93,7 +90,7 @@ export default () =>(
-
+
@@ -103,33 +100,30 @@ export default () =>(
-
+
-
+
Product1
-
+
Delete
-
-
+
+
-
+
Product2
-
+
Delete
-
@@ -157,7 +151,7 @@ export default () =>(
-
+
@@ -167,33 +161,30 @@ export default () =>(
-
+
-
+
Product1
-
+
Delete
-
-
+
+
-
+
Product2
-
+
Delete
-
diff --git a/packages/html/src/grid/tests/grid-filter-menu-blazor.tsx b/packages/html/src/grid/tests/grid-filter-menu-blazor.tsx
index 4c2a01c3afc..4c190d52366 100644
--- a/packages/html/src/grid/tests/grid-filter-menu-blazor.tsx
+++ b/packages/html/src/grid/tests/grid-filter-menu-blazor.tsx
@@ -28,7 +28,7 @@ export default () =>(
-
+
@@ -51,7 +51,7 @@ export default () =>(
-
+
@@ -68,9 +68,6 @@ export default () =>(
-
@@ -98,7 +95,7 @@ export default () =>(
-
+
@@ -121,7 +118,7 @@ export default () =>(
-
+
@@ -138,9 +135,6 @@ export default () =>(
-
@@ -168,7 +162,7 @@ export default () =>(
-
+
@@ -191,7 +185,7 @@ export default () =>(
-
+
@@ -208,9 +202,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-filter-row-angular.tsx b/packages/html/src/grid/tests/grid-filter-row-angular.tsx
index ab0a85d4ed4..090d9338c6a 100644
--- a/packages/html/src/grid/tests/grid-filter-row-angular.tsx
+++ b/packages/html/src/grid/tests/grid-filter-row-angular.tsx
@@ -63,7 +63,7 @@ export default () =>(
-
+
@@ -74,31 +74,28 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
-
-
+
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
@@ -160,7 +157,7 @@ export default () =>(
-
+
@@ -171,31 +168,28 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
-
-
+
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
diff --git a/packages/html/src/grid/tests/grid-filter-row-blazor.tsx b/packages/html/src/grid/tests/grid-filter-row-blazor.tsx
index c3e4af916ce..75ae9e554ae 100644
--- a/packages/html/src/grid/tests/grid-filter-row-blazor.tsx
+++ b/packages/html/src/grid/tests/grid-filter-row-blazor.tsx
@@ -71,7 +71,7 @@ export default () =>(
-
+
@@ -100,7 +100,7 @@ export default () =>(
-
+
@@ -122,9 +122,6 @@ export default () =>(
-
@@ -194,7 +191,7 @@ export default () =>(
-
+
@@ -223,7 +220,7 @@ export default () =>(
-
+
@@ -245,9 +242,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-grouping-actions.tsx b/packages/html/src/grid/tests/grid-grouping-actions.tsx
index 446237cbfbf..39d55f24c70 100644
--- a/packages/html/src/grid/tests/grid-grouping-actions.tsx
+++ b/packages/html/src/grid/tests/grid-grouping-actions.tsx
@@ -23,7 +23,7 @@ export default () => (
diff --git a/packages/html/src/grid/tests/grid-grouping-blazor.tsx b/packages/html/src/grid/tests/grid-grouping-blazor.tsx
index e19cca619be..3dc25470d7c 100644
--- a/packages/html/src/grid/tests/grid-grouping-blazor.tsx
+++ b/packages/html/src/grid/tests/grid-grouping-blazor.tsx
@@ -34,7 +34,7 @@ export default () =>(
-
+
@@ -59,7 +59,7 @@ export default () =>(
-
+
@@ -77,21 +77,18 @@ export default () =>(
-
Single Group
-
- }>Id
+ }/>
)}>
-
+
@@ -116,7 +113,7 @@ export default () =>(
-
+
@@ -159,7 +156,7 @@ export default () =>(
-
+
@@ -178,22 +175,19 @@ export default () =>(
-
Two Groups
-
- }>Id
- }>Name
+ } />
+ } />
)}>
-
+
@@ -220,7 +214,7 @@ export default () =>(
-
+
@@ -283,7 +277,7 @@ export default () =>(
-
+
@@ -303,9 +297,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-grouping-detail-template.tsx b/packages/html/src/grid/tests/grid-grouping-detail-template.tsx
index 9c86bcba164..e977bcb4343 100644
--- a/packages/html/src/grid/tests/grid-grouping-detail-template.tsx
+++ b/packages/html/src/grid/tests/grid-grouping-detail-template.tsx
@@ -11,7 +11,7 @@ export default () =>(
Base
-
+
@@ -27,8 +27,8 @@ export default () =>(
-
-
+
+
@@ -36,7 +36,7 @@ export default () =>(
-
+
@@ -51,47 +51,44 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
-
+
-
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
Single Group
-
- }>ID
+ } />
)}>
-
+
@@ -109,8 +106,8 @@ export default () =>(
-
-
+
+
@@ -118,7 +115,7 @@ export default () =>(
-
+
@@ -143,12 +140,12 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
@@ -160,40 +157,37 @@ export default () =>(
-
+
-
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
Two Groups
-
- }>ID
- }>Name
+ } />
+ } />
)}>
-
+
@@ -213,8 +207,8 @@ export default () =>(
-
-
+
+
@@ -222,7 +216,7 @@ export default () =>(
-
+
@@ -258,12 +252,12 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
@@ -284,40 +278,37 @@ export default () =>(
-
+
-
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
Expanded Template
-
- }>ID
- }>Name
+ } />
+ } />
)}>
-
+
@@ -337,8 +328,8 @@ export default () =>(
-
-
+
+
@@ -346,7 +337,7 @@ export default () =>(
-
+
@@ -382,12 +373,12 @@ export default () =>(
-
+
- 1
- Product1
-
+ 1
+ Product1
+
Delete
@@ -414,22 +405,22 @@ export default () =>(
-
+
-
+
- 2
- Product2
-
+ 2
+ Product2
+
Delete
-
+
@@ -438,9 +429,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-grouping.tsx b/packages/html/src/grid/tests/grid-grouping.tsx
index 502f2f873f7..4de4e06b086 100644
--- a/packages/html/src/grid/tests/grid-grouping.tsx
+++ b/packages/html/src/grid/tests/grid-grouping.tsx
@@ -53,7 +53,7 @@ export default () =>(
-
+
@@ -66,7 +66,7 @@ export default () =>(
$18.00
Beverages
-
+
2
Chang
$19.00
@@ -122,7 +122,7 @@ export default () =>(
$18.00
Beverages
-
+
2
Chang
$19.00
@@ -137,7 +137,7 @@ export default () =>(
angular with grouping
jquery with grouping
-
Button
@@ -148,7 +148,7 @@ export default () =>(
)}/>
-
Button
diff --git a/packages/html/src/grid/tests/grid-locked-column-states.tsx b/packages/html/src/grid/tests/grid-locked-column-states.tsx
index 27e3754cd18..9e3cd0a82fb 100644
--- a/packages/html/src/grid/tests/grid-locked-column-states.tsx
+++ b/packages/html/src/grid/tests/grid-locked-column-states.tsx
@@ -49,7 +49,7 @@ export default () => (
10248
Vins et alcools Chevalier
-
+
10249
Toms Spezialitäten
@@ -57,7 +57,7 @@ export default () => (
10250
Hanari Carnes
-
+
10251
Victuailles en stock (Hover)
@@ -65,7 +65,7 @@ export default () => (
10252
Suprêmes délices (Selected)
-
+
10253
Toms (Selected + Hover)
@@ -73,14 +73,14 @@ export default () => (
10254
Hanari Carnes
-
+
10255
Victuailles en stock
-
+
@@ -93,7 +93,7 @@ export default () => (
Reims
59 rue de l'Abbaye
-
+
Germany
Münster
Luisenstr. 48
@@ -103,7 +103,7 @@ export default () => (
Rio de Janeiro
Rua do Paço, 67
-
+
France
Lyon
2, rue du Commerce
@@ -113,7 +113,7 @@ export default () => (
Charleroi
Boulevard Tirou, 255
-
+
Germany
Münster
Luisenstr. 48
@@ -123,7 +123,7 @@ export default () => (
Rio de Janeiro
Rua do Paço, 67
-
+
France
Lyon
2, rue du Commerce
diff --git a/packages/html/src/grid/tests/grid-locked-columns-rtl.tsx b/packages/html/src/grid/tests/grid-locked-columns-rtl.tsx
index 7bc3ef24e5d..010a87d5e36 100644
--- a/packages/html/src/grid/tests/grid-locked-columns-rtl.tsx
+++ b/packages/html/src/grid/tests/grid-locked-columns-rtl.tsx
@@ -86,7 +86,7 @@ export default () =>(
Chai
-
+
2
Chang
@@ -98,7 +98,7 @@ export default () =>(
Aniseed Syrup
-
+
4
@@ -125,7 +125,7 @@ export default () =>(
-
+
5
@@ -142,11 +142,8 @@ export default () =>(
-
-
+
@@ -167,7 +164,7 @@ export default () =>(
39
-
+
19
40
17
@@ -179,7 +176,7 @@ export default () =>(
13
-
+
22
0
53
@@ -202,7 +199,7 @@ export default () =>(
-
+
21.35
0
0
@@ -220,7 +217,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-locked-columns.tsx b/packages/html/src/grid/tests/grid-locked-columns.tsx
index 3b016a80430..1de54ddec5e 100644
--- a/packages/html/src/grid/tests/grid-locked-columns.tsx
+++ b/packages/html/src/grid/tests/grid-locked-columns.tsx
@@ -64,7 +64,7 @@ export default () =>(
10374
Wolski Zajazd
-
+
10611
Wolski Zajazd
@@ -72,7 +72,7 @@ export default () =>(
10792
Wolski Zajazd
-
+
10792
Wolski Zajazd
@@ -90,7 +90,7 @@ export default () =>(
Poland
Warszawa
-
+
Poland
Warszawa
@@ -98,7 +98,7 @@ export default () =>(
Poland
Warszawa
-
+
Poland
Warszawa
@@ -178,7 +178,7 @@ export default () =>(
Chai
-
+
2
Chang
@@ -190,7 +190,7 @@ export default () =>(
Aniseed Syrup
-
+
4
@@ -217,7 +217,7 @@ export default () =>(
-
+
5
@@ -234,11 +234,8 @@ export default () =>(
-
-
+
@@ -259,7 +256,7 @@ export default () =>(
39
-
+
19
40
17
@@ -271,7 +268,7 @@ export default () =>(
13
-
+
22
0
53
@@ -294,7 +291,7 @@ export default () =>(
-
+
21.35
0
0
@@ -312,7 +309,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-multicolumn-headers.tsx b/packages/html/src/grid/tests/grid-multicolumn-headers.tsx
index 4a19a9137e9..c50f8a8f481 100644
--- a/packages/html/src/grid/tests/grid-multicolumn-headers.tsx
+++ b/packages/html/src/grid/tests/grid-multicolumn-headers.tsx
@@ -51,7 +51,7 @@ export default () =>(
Chai
-
+
Chang
@@ -64,11 +64,8 @@ export default () =>(
-
-
+
@@ -80,7 +77,7 @@ export default () =>(
18
false
-
+
17
19
false
@@ -93,9 +90,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-no-records.tsx b/packages/html/src/grid/tests/grid-no-records.tsx
index 3e2b32b0d75..36d9886f5da 100644
--- a/packages/html/src/grid/tests/grid-no-records.tsx
+++ b/packages/html/src/grid/tests/grid-no-records.tsx
@@ -59,7 +59,7 @@ export default () =>(
-
+
@@ -75,9 +75,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-pager.tsx b/packages/html/src/grid/tests/grid-pager.tsx
index 4931b4c0859..8c0c811aa1f 100644
--- a/packages/html/src/grid/tests/grid-pager.tsx
+++ b/packages/html/src/grid/tests/grid-pager.tsx
@@ -39,7 +39,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -82,17 +82,13 @@ export default () =>(
1
Row
-
+
2
Alt row
-
- {/* set height to scroll height (virtual scrolling) */}
-
-
@@ -135,7 +131,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -181,17 +177,13 @@ export default () =>(
1
Row
-
+
2
Alt row
-
- {/* set height to scroll height (virtual scrolling) */}
-
-
diff --git a/packages/html/src/grid/tests/grid-react-basic.tsx b/packages/html/src/grid/tests/grid-react-basic.tsx
index 74867a3dfd4..bf0d2a6a0d1 100644
--- a/packages/html/src/grid/tests/grid-react-basic.tsx
+++ b/packages/html/src/grid/tests/grid-react-basic.tsx
@@ -34,7 +34,7 @@ export default () =>(
-
+
@@ -54,7 +54,7 @@ export default () =>(
39
-
+
2
Chang
Beverages
@@ -70,7 +70,7 @@ export default () =>(
13
-
+
4
Chef Anton's Cajun Seasoning
Condiments
@@ -86,7 +86,7 @@ export default () =>(
0
-
+
6
Grandma's Boysenberry Spread
Condiments
@@ -102,7 +102,7 @@ export default () =>(
15
-
+
8
Northwoods Cranberry Sauce
Condiments
@@ -118,7 +118,7 @@ export default () =>(
29
-
+
10
Ikura
Seafood
@@ -134,7 +134,7 @@ export default () =>(
22
-
+
12
Queso Manchego La Pastora
Dairy Products
@@ -150,7 +150,7 @@ export default () =>(
24
-
+
14
Tofu
Produce
@@ -161,9 +161,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-react.tsx b/packages/html/src/grid/tests/grid-react.tsx
index 2732321f4c6..f104f27dc28 100644
--- a/packages/html/src/grid/tests/grid-react.tsx
+++ b/packages/html/src/grid/tests/grid-react.tsx
@@ -38,7 +38,7 @@ export default () =>(
-
+
@@ -64,7 +64,7 @@ export default () =>(
false
10 boxes x 20 bags
-
+
@@ -88,7 +88,7 @@ export default () =>(
false
12 - 550 ml bottles
-
+
@@ -112,7 +112,7 @@ export default () =>(
true
36 boxes
-
+
@@ -136,7 +136,7 @@ export default () =>(
false
12 - 1 lb pkgs
-
+
@@ -160,7 +160,7 @@ export default () =>(
true
18 - 500 g pkgs.
-
+
@@ -184,7 +184,7 @@ export default () =>(
false
1 kg pkg.
-
+
@@ -208,7 +208,7 @@ export default () =>(
false
2 kg box
-
+
@@ -235,9 +235,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-rows-resizing.tsx b/packages/html/src/grid/tests/grid-rows-resizing.tsx
index f0ea39afd88..f37a5257274 100644
--- a/packages/html/src/grid/tests/grid-rows-resizing.tsx
+++ b/packages/html/src/grid/tests/grid-rows-resizing.tsx
@@ -52,7 +52,7 @@ export default () =>(
Remove
-
+
Grid Cell
Grid Cell
@@ -68,7 +68,7 @@ export default () =>(
Remove
-
+
Grid Cell
Grid Cell
@@ -131,7 +131,7 @@ export default () =>(
Remove
-
+
Grid Cell
Grid Cell
@@ -147,7 +147,7 @@ export default () =>(
Remove
-
+
Grid Cell
Grid Cell
diff --git a/packages/html/src/grid/tests/grid-rows-states.tsx b/packages/html/src/grid/tests/grid-rows-states.tsx
index e094b175e67..26707bf974e 100644
--- a/packages/html/src/grid/tests/grid-rows-states.tsx
+++ b/packages/html/src/grid/tests/grid-rows-states.tsx
@@ -49,7 +49,7 @@ export default () =>(
Focus
Selected
-
+
@@ -71,7 +71,7 @@ export default () =>(
Hover + Focus
Hover + Selected
-
+
@@ -93,7 +93,7 @@ export default () =>(
N/A
Focus + Selected
-
+
@@ -115,7 +115,7 @@ export default () =>(
Selected + Focus
N/A
-
+
@@ -137,7 +137,7 @@ export default () =>(
Hover + Selected + Focus
N/A
-
+
diff --git a/packages/html/src/grid/tests/grid-rtl-angular.tsx b/packages/html/src/grid/tests/grid-rtl-angular.tsx
index b8774faa1d0..38bbdd507c2 100644
--- a/packages/html/src/grid/tests/grid-rtl-angular.tsx
+++ b/packages/html/src/grid/tests/grid-rtl-angular.tsx
@@ -41,7 +41,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -51,7 +51,7 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
@@ -62,10 +62,6 @@ export default () =>(
-
- {/* set height to scroll height (virtual scrolling) */}
-
-
@@ -119,7 +115,7 @@ export default () =>(
-
+
@@ -132,9 +128,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-rtl.tsx b/packages/html/src/grid/tests/grid-rtl.tsx
index fa614c471fd..c0b24d48cf5 100644
--- a/packages/html/src/grid/tests/grid-rtl.tsx
+++ b/packages/html/src/grid/tests/grid-rtl.tsx
@@ -38,7 +38,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -48,7 +48,7 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
@@ -111,7 +111,7 @@ export default () =>(
-
+
diff --git a/packages/html/src/grid/tests/grid-size-sm-comp-sm.tsx b/packages/html/src/grid/tests/grid-size-sm-comp-sm.tsx
index 420e83530cf..0371db029b2 100644
--- a/packages/html/src/grid/tests/grid-size-sm-comp-sm.tsx
+++ b/packages/html/src/grid/tests/grid-size-sm-comp-sm.tsx
@@ -57,7 +57,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -67,7 +67,7 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
@@ -190,7 +190,7 @@ export default () =>(
-
+
@@ -260,7 +260,7 @@ export default () =>(
Cancel
-
+
LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest
@@ -293,12 +293,12 @@ export default () =>(
- }>Price
- }>Name
+ } />
+ } />
)}>
-
+
diff --git a/packages/html/src/grid/tests/grid-size-sm.tsx b/packages/html/src/grid/tests/grid-size-sm.tsx
index 674e69212c9..88609bfe393 100644
--- a/packages/html/src/grid/tests/grid-size-sm.tsx
+++ b/packages/html/src/grid/tests/grid-size-sm.tsx
@@ -57,7 +57,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -67,7 +67,7 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
@@ -190,7 +190,7 @@ export default () =>(
-
+
@@ -257,7 +257,7 @@ export default () =>(
Cancel
-
+
LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest
@@ -290,12 +290,12 @@ export default () =>(
- }>Price
- }>Name
+ } />
+ } />
)}>
-
+
diff --git a/packages/html/src/grid/tests/grid-sticky-column-states.tsx b/packages/html/src/grid/tests/grid-sticky-column-states.tsx
index 3b857247997..b918a66b1cb 100644
--- a/packages/html/src/grid/tests/grid-sticky-column-states.tsx
+++ b/packages/html/src/grid/tests/grid-sticky-column-states.tsx
@@ -30,7 +30,7 @@ export default () => (
-
+
@@ -48,7 +48,7 @@ export default () => (
0
10
-
+
Chang
17
$19.00
@@ -62,7 +62,7 @@ export default () => (
70
25
-
+
Chef Anton's (Alt Selected)
53
$22.00
@@ -76,7 +76,7 @@ export default () => (
0
0
-
+
Grandma's (Alt Selected + Hover)
120
$25.00
@@ -90,7 +90,7 @@ export default () => (
0
10
-
+
Northwoods Cranberry Sauce
6
$40.00
@@ -104,7 +104,7 @@ export default () => (
0
0
-
+
Ikura
31
$31.00
@@ -114,7 +114,6 @@ export default () => (
-
@@ -122,10 +121,10 @@ export default () => (
- }>Active Projects
+ } />
-
+
@@ -140,8 +139,8 @@ export default () => (
-
-
+
+
@@ -150,7 +149,7 @@ export default () => (
-
+
@@ -181,7 +180,7 @@ export default () => (
1429
True
-
+
Employee 4
@@ -220,7 +219,7 @@ export default () => (
2307
False
-
+
Employee 2
@@ -240,7 +239,7 @@ export default () => (
4593
False
-
+
Employee 5
@@ -264,9 +263,6 @@ export default () => (
-
diff --git a/packages/html/src/grid/tests/grid-sticky-columns-rtl.tsx b/packages/html/src/grid/tests/grid-sticky-columns-rtl.tsx
index f1ac424a449..89432f0a67e 100644
--- a/packages/html/src/grid/tests/grid-sticky-columns-rtl.tsx
+++ b/packages/html/src/grid/tests/grid-sticky-columns-rtl.tsx
@@ -17,13 +17,13 @@ export default () =>(
- }>shipName
+ } />
)}
pager={(
)}>
-
+
@@ -52,7 +52,7 @@ export default () =>(
-
+
@@ -81,7 +81,7 @@ export default () =>(
Tuesday, January 16, 1996
10279
-
+
LEHMS
@@ -106,7 +106,7 @@ export default () =>(
Tuesday, January 30, 1996
10271
-
+
SPLIR
@@ -131,7 +131,7 @@ export default () =>(
Wednesday, January 31, 1996
10266
-
+
WARTH
@@ -144,7 +144,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-sticky-columns.tsx b/packages/html/src/grid/tests/grid-sticky-columns.tsx
index 668e3eff10a..06f62fa711b 100644
--- a/packages/html/src/grid/tests/grid-sticky-columns.tsx
+++ b/packages/html/src/grid/tests/grid-sticky-columns.tsx
@@ -6,15 +6,15 @@ import { TableThead, TableTbody, TableRow, TableTd } from '../../table';
export default () =>(
<>
-
+
- }>Active Projects
+ } />
-
+
@@ -29,8 +29,8 @@ export default () =>(
-
-
+
+
@@ -39,7 +39,7 @@ export default () =>(
-
+
@@ -70,7 +70,7 @@ export default () =>(
1429
True
-
+
Employee 4
@@ -109,7 +109,7 @@ export default () =>(
2307
False
-
+
Employee 2
@@ -129,7 +129,7 @@ export default () =>(
4593
False
-
+
Employee 5
@@ -153,9 +153,6 @@ export default () =>(
-
diff --git a/packages/html/src/grid/tests/grid-virtualization.tsx b/packages/html/src/grid/tests/grid-virtualization.tsx
index dfff3034fd6..3c193730cbc 100644
--- a/packages/html/src/grid/tests/grid-virtualization.tsx
+++ b/packages/html/src/grid/tests/grid-virtualization.tsx
@@ -92,7 +92,7 @@ export default () =>(
-
+
@@ -156,7 +156,7 @@ export default () =>(
-
+
@@ -220,7 +220,7 @@ export default () =>(
-
+
@@ -284,7 +284,7 @@ export default () =>(
-
+
@@ -348,7 +348,7 @@ export default () =>(
-
+
@@ -392,7 +392,7 @@ export default () =>(
Row: 1, Col: 9
Row: 1, Col: 10
-
+
Row: 2, Col: 1
Row: 2, Col: 2
Row: 2, Col: 3
@@ -512,7 +512,7 @@ export default () =>(
-
+
@@ -576,7 +576,7 @@ export default () =>(
-
+
@@ -640,7 +640,7 @@ export default () =>(
-
+
@@ -704,7 +704,7 @@ export default () =>(
-
+
@@ -768,7 +768,7 @@ export default () =>(
-
+
@@ -812,7 +812,7 @@ export default () =>(
Row: 1, Col: 9
Row: 1, Col: 10
-
+
Row: 2, Col: 1
Row: 2, Col: 2
Row: 2, Col: 3
diff --git a/packages/html/src/grid/tests/grid.tsx b/packages/html/src/grid/tests/grid.tsx
index c91b9e69008..8fc421d0c7b 100644
--- a/packages/html/src/grid/tests/grid.tsx
+++ b/packages/html/src/grid/tests/grid.tsx
@@ -40,7 +40,7 @@ export default () =>(
1
Row
-
+
2
Alt row
@@ -50,7 +50,7 @@ export default () =>(
This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment.
-
+
4
@@ -114,7 +114,7 @@ export default () =>(
-
+
@@ -144,7 +144,7 @@ export default () =>(
-
+
@@ -166,7 +166,7 @@ export default () =>(
Alfreds Futterkiste
Germany
-
+
Ana Trujillo Emparedados y helados
Mexico
diff --git a/packages/html/src/imageeditor/templates/imageeditor-crop.tsx b/packages/html/src/imageeditor/templates/imageeditor-crop.tsx
index 4ec2e2279ed..b573d3be3e2 100644
--- a/packages/html/src/imageeditor/templates/imageeditor-crop.tsx
+++ b/packages/html/src/imageeditor/templates/imageeditor-crop.tsx
@@ -1,7 +1,7 @@
import { ImageEditor } from "..";
import { ButtonGroup, ToolbarItem, ToolbarSeparator } from "../..";
import { Button } from "../../button";
-import { Checkbox } from "../../checkbox";
+import { CheckboxWithLabelAfter } from "../../checkbox";
import { DropdownList } from "../../dropdownlist";
import { FormNormal, Fieldset, FormField } from "../../form";
import { NumericTextbox } from "../../numerictextbox";
@@ -58,8 +58,7 @@ export const ImageEditorCrop = (props: any) => (
/>
}
+ editor={ Lock aspect ratio }
/>
diff --git a/packages/html/src/imageeditor/templates/imageeditor-resize.tsx b/packages/html/src/imageeditor/templates/imageeditor-resize.tsx
index 09d4b90966c..c9c70e1a746 100644
--- a/packages/html/src/imageeditor/templates/imageeditor-resize.tsx
+++ b/packages/html/src/imageeditor/templates/imageeditor-resize.tsx
@@ -1,6 +1,6 @@
import { ImageEditor } from "..";
import { Button } from "../../button";
-import { Checkbox } from "../../checkbox";
+import { CheckboxWithLabelAfter } from "../../checkbox";
import { DropdownList } from "../../dropdownlist";
import { FormNormal, Fieldset, FormField } from "../../form";
import { NumericTextbox } from "../../numerictextbox";
@@ -53,8 +53,7 @@ export const ImageEditorResize = (props: any) => (
/>
}
+ editor={ Lock aspect ratio }
/>
diff --git a/packages/html/src/pager/pager.spec.tsx b/packages/html/src/pager/pager.spec.tsx
index 374242e5972..56adb0a83bd 100644
--- a/packages/html/src/pager/pager.spec.tsx
+++ b/packages/html/src/pager/pager.spec.tsx
@@ -87,7 +87,7 @@ export const Pager = (
);
options.push(
- {i}
+ {i}
);
}
diff --git a/packages/html/src/pivotgrid/pivotgrid.spec.tsx b/packages/html/src/pivotgrid/pivotgrid.spec.tsx
index f23ee47cffb..f5d51452820 100644
--- a/packages/html/src/pivotgrid/pivotgrid.spec.tsx
+++ b/packages/html/src/pivotgrid/pivotgrid.spec.tsx
@@ -18,7 +18,9 @@ export type KendoPivotGridProps = {
};
const defaultOptions = {
- emptyCell: ,
+ emptyCell:
+ PivotGrid component. Use the arrow keys to navigate.
+ ,
configuratorDisplay: "none",
configuratorPosition: "right"
};
diff --git a/packages/html/src/pivotgrid/tests/pivotgrid-cell-states.tsx b/packages/html/src/pivotgrid/tests/pivotgrid-cell-states.tsx
index 24d0afed21b..c30c3aca47c 100644
--- a/packages/html/src/pivotgrid/tests/pivotgrid-cell-states.tsx
+++ b/packages/html/src/pivotgrid/tests/pivotgrid-cell-states.tsx
@@ -8,7 +8,9 @@ export default () => (
+
+ PivotGrid component. Use the arrow keys to navigate.
+
}
rowHeaders={
diff --git a/packages/html/src/pivotgrid/tests/pivotgrid-jquery.tsx b/packages/html/src/pivotgrid/tests/pivotgrid-jquery.tsx
index 921061c7813..b2852f1be28 100644
--- a/packages/html/src/pivotgrid/tests/pivotgrid-jquery.tsx
+++ b/packages/html/src/pivotgrid/tests/pivotgrid-jquery.tsx
@@ -35,7 +35,7 @@ export default () =>(
}
/>
-
+
@@ -92,7 +92,7 @@ export default () =>(
-
+
All Periods
@@ -195,7 +195,7 @@ export default () =>(
$603,610.94
$805,067.19
$400,951.86
- $2,011,265.92
+ $2,011,265.92
diff --git a/packages/html/src/propertygrid/templates/propertygrid-normal.tsx b/packages/html/src/propertygrid/templates/propertygrid-normal.tsx
index fa79bf9e941..34e9a21d062 100644
--- a/packages/html/src/propertygrid/templates/propertygrid-normal.tsx
+++ b/packages/html/src/propertygrid/templates/propertygrid-normal.tsx
@@ -35,7 +35,7 @@ export const PropertyGridNormal = ({ content, ...other }: any) => (
medium
-
+
themeColor
@@ -49,7 +49,7 @@ export const PropertyGridNormal = ({ content, ...other }: any) => (
solid
-
+
rounded
@@ -63,7 +63,7 @@ export const PropertyGridNormal = ({ content, ...other }: any) => (
-
+
font
@@ -78,7 +78,7 @@ export const PropertyGridNormal = ({ content, ...other }: any) => (
400
-
+
diff --git a/packages/html/src/spreadsheet/spreadsheet-sheets-bar.tsx b/packages/html/src/spreadsheet/spreadsheet-sheets-bar.tsx
index a59537139c5..b93fca99229 100644
--- a/packages/html/src/spreadsheet/spreadsheet-sheets-bar.tsx
+++ b/packages/html/src/spreadsheet/spreadsheet-sheets-bar.tsx
@@ -61,8 +61,7 @@ export const SpreadsheetSheetsBar = (
tabStripItems={tabStripItems}
position="bottom"
scrollable
- scrollButtonsPosition="end"
- header={false} />
+ scrollButtonsPosition="end" />
);
};
diff --git a/packages/html/src/spreadsheet/tests/spreadsheet-jquery.tsx b/packages/html/src/spreadsheet/tests/spreadsheet-jquery.tsx
index 40a0fcace30..68eb4def623 100644
--- a/packages/html/src/spreadsheet/tests/spreadsheet-jquery.tsx
+++ b/packages/html/src/spreadsheet/tests/spreadsheet-jquery.tsx
@@ -38,7 +38,7 @@ export default () =>(
-
+
Home
@@ -561,7 +561,7 @@ export default () =>(
-
+
Food Order
diff --git a/packages/html/src/spreadsheet/tests/spreadsheet-print.tsx b/packages/html/src/spreadsheet/tests/spreadsheet-print.tsx
index 6cb2cb83da9..be2b97eff76 100644
--- a/packages/html/src/spreadsheet/tests/spreadsheet-print.tsx
+++ b/packages/html/src/spreadsheet/tests/spreadsheet-print.tsx
@@ -26,7 +26,7 @@ export default () =>(
Save
>
}>
-
@@ -138,7 +138,7 @@ export default () =>(
Save
>
}>
-
diff --git a/packages/html/src/switch/templates/switch-checked.tsx b/packages/html/src/switch/templates/switch-checked.tsx
index 901a65898fb..149376cee98 100644
--- a/packages/html/src/switch/templates/switch-checked.tsx
+++ b/packages/html/src/switch/templates/switch-checked.tsx
@@ -1,3 +1,3 @@
import Switch from "../switch.spec";
-export const SwitchChecked = (props) => ;
\ No newline at end of file
+export const SwitchChecked = (props) => ;
diff --git a/packages/html/src/switch/templates/switch-normal.tsx b/packages/html/src/switch/templates/switch-normal.tsx
index 33b9e94cc7f..ffeca1b552f 100644
--- a/packages/html/src/switch/templates/switch-normal.tsx
+++ b/packages/html/src/switch/templates/switch-normal.tsx
@@ -1,3 +1,3 @@
import Switch from "../switch.spec";
-export const SwitchNormal = (props) => ;
+export const SwitchNormal = (props) => ;
diff --git a/packages/html/src/switch/tests/switch-size-rounded.tsx b/packages/html/src/switch/tests/switch-size-rounded.tsx
index d646422b149..fa9d9515c15 100644
--- a/packages/html/src/switch/tests/switch-size-rounded.tsx
+++ b/packages/html/src/switch/tests/switch-size-rounded.tsx
@@ -31,8 +31,8 @@ export default () =>(
{ Switch.options.size.map((size) => (
-
-
+
+
))}
>
diff --git a/packages/html/src/switch/tests/switch.tsx b/packages/html/src/switch/tests/switch.tsx
index 42bbfb313d4..16e83ce266c 100644
--- a/packages/html/src/switch/tests/switch.tsx
+++ b/packages/html/src/switch/tests/switch.tsx
@@ -38,16 +38,16 @@ export default () =>(
localized
>
diff --git a/packages/html/src/tabstrip/tabstrip-item.tsx b/packages/html/src/tabstrip/tabstrip-item.tsx
index 3e043e3e2b4..be9e2b00dce 100644
--- a/packages/html/src/tabstrip/tabstrip-item.tsx
+++ b/packages/html/src/tabstrip/tabstrip-item.tsx
@@ -1,7 +1,7 @@
import { Icon, IconButton } from '..';
import { States, classNames, stateClassNames } from '../misc';
-export const TABSTRIPITEM_CLASSNAME = `k-item`;
+export const TABSTRIPITEM_CLASSNAME = `k-tabstrip-item`;
const states = [
States.active,
@@ -56,6 +56,7 @@ export const TabStripItem = (
{...other}
className={classNames(
props.className,
+ `k-item`,
TABSTRIPITEM_CLASSNAME,
stateClassNames(TABSTRIPITEM_CLASSNAME, {
hover,
diff --git a/packages/html/src/tabstrip/tabstrip.spec.tsx b/packages/html/src/tabstrip/tabstrip.spec.tsx
index 698609552da..00176efb2ec 100644
--- a/packages/html/src/tabstrip/tabstrip.spec.tsx
+++ b/packages/html/src/tabstrip/tabstrip.spec.tsx
@@ -13,7 +13,6 @@ export type KendoTabStripProps = {
tabStripItems?: React.JSX.Element | React.JSX.Element[];
scrollable?: boolean;
scrollButtonsPosition?: "around" | "start" | "end";
- header?: boolean | null;
dir?: "rtl" | "ltr";
};
@@ -21,7 +20,6 @@ const defaultOptions = {
position: "top",
tabAlignment: "start",
scrollButtonsPosition: "around",
- header: true
};
export const TabStrip = (
@@ -35,7 +33,6 @@ export const TabStrip = (
position = defaultOptions.position,
tabAlignment = defaultOptions.tabAlignment,
scrollButtonsPosition = defaultOptions.scrollButtonsPosition,
- header = defaultOptions.header,
dir,
...other
} = props;
@@ -72,7 +69,6 @@ export const TabStrip = (
{
[`${TABSTRIP_CLASSNAME}-${position}`]: position,
[`${TABSTRIP_CLASSNAME}-scrollable`]: scrollable,
- ["k-header"]: header,
},
)}>
{position === "bottom" && children}
diff --git a/packages/html/src/tabstrip/tests/tabstrip-rtl.tsx b/packages/html/src/tabstrip/tests/tabstrip-rtl.tsx
index ce755e90869..8b9f2c20ad9 100644
--- a/packages/html/src/tabstrip/tests/tabstrip-rtl.tsx
+++ b/packages/html/src/tabstrip/tests/tabstrip-rtl.tsx
@@ -12,7 +12,7 @@ export default () => (
-
+
>
}>
diff --git a/packages/html/src/tabstrip/tests/tabstrip.tsx b/packages/html/src/tabstrip/tests/tabstrip.tsx
index dfd7b536c41..4a2638c7e15 100644
--- a/packages/html/src/tabstrip/tests/tabstrip.tsx
+++ b/packages/html/src/tabstrip/tests/tabstrip.tsx
@@ -12,7 +12,7 @@ export default () => (
-
+
>
}>
diff --git a/packages/html/src/toolbar/index.ts b/packages/html/src/toolbar/index.ts
index e400a2a7aa5..19e2110cb4c 100644
--- a/packages/html/src/toolbar/index.ts
+++ b/packages/html/src/toolbar/index.ts
@@ -1,9 +1,6 @@
export * from './toolbar.spec';
-export * from './toolbar-angular.spec';
export * from './toolbar-separator';
export * from './toolbar-item.spec';
export * from './toolbar-popup.spec';
export * from './templates/toolbar-normal';
export * from './templates/toolbar-resizable';
-export * from './templates/toolbar-angular-normal';
-export * from './templates/toolbar-angular-resizable';
diff --git a/packages/html/src/toolbar/templates/toolbar-angular-normal.tsx b/packages/html/src/toolbar/templates/toolbar-angular-normal.tsx
deleted file mode 100644
index c7e8195817c..00000000000
--- a/packages/html/src/toolbar/templates/toolbar-angular-normal.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import { ToolbarAngular } from "../toolbar-angular.spec";
-import { Button } from "../../button";
-import { ButtonGroup } from "../../button-group";
-import { MenuButton } from "../../menu-button";
-import { SplitButton } from "../../split-button";
-
-export const ToolbarAngularNormal = (props) => (
- Button,
- ,
- Split button ,
-
- Left
- Center
- Right
-
- ]}
- {...props}
- />
-);
diff --git a/packages/html/src/toolbar/templates/toolbar-angular-resizable.tsx b/packages/html/src/toolbar/templates/toolbar-angular-resizable.tsx
deleted file mode 100644
index 8e5f315469a..00000000000
--- a/packages/html/src/toolbar/templates/toolbar-angular-resizable.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-import { ToolbarAngular } from "../toolbar-angular.spec";
-import { Button } from "../../button";
-import { ButtonGroup } from "../../button-group";
-import { MenuButton } from "../../menu-button";
-import { SplitButton } from "../../split-button";
-
-export const ToolbarAngularResizable = (props) => (
- Button,
- ,
- Split button ,
-
- Left
- Center
- Right
- ,
-
- ]}
- {...props}
- />
-);
diff --git a/packages/html/src/toolbar/tests/toolbar-angular.tsx b/packages/html/src/toolbar/tests/toolbar-angular.tsx
deleted file mode 100644
index 6fbef515aea..00000000000
--- a/packages/html/src/toolbar/tests/toolbar-angular.tsx
+++ /dev/null
@@ -1,68 +0,0 @@
-import { Button } from '../../button';
-import { SplitButton } from '../../split-button';
-import { MenuButton } from '../../menu-button';
-import { ToolbarAngularNormal, ToolbarSeparator } from '../../toolbar';
-import { ButtonGroup } from '../../button-group';
-
-export default () =>(
- <>
-
-
-
Angular specific rendering and spacing
-
-
- Button
-
-
-
- Split button
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
wrapped
-
rtl
-
-
-
- Button
- Split button
-
-
- Left
- Center
- Right
- Justify
-
-
-
-
-
- Button
- Split button
-
-
- Left
- Center
- Right
- Justify
-
-
-
-
-
- >
-);
diff --git a/packages/html/src/toolbar/toolbar-angular.spec.tsx b/packages/html/src/toolbar/toolbar-angular.spec.tsx
deleted file mode 100644
index ff1a3cdf877..00000000000
--- a/packages/html/src/toolbar/toolbar-angular.spec.tsx
+++ /dev/null
@@ -1,193 +0,0 @@
-import { Button } from '../button';
-import { ButtonGroup } from '../button-group';
-import { ColorPicker } from '../colorpicker';
-import { Combobox } from '../combobox';
-import { DropdownList } from '../dropdownlist';
-import { MenuButton } from '../menu-button';
-import SplitButton from '../split-button/split-button.spec';
-import { classNames, optionClassNames, stateClassNames, States, Size, FillMode } from '../misc';
-
-export const TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
-
-const states = [
- States.focus,
-];
-
-const options = {
- size: [ Size.small, Size.medium, Size.large ],
- fillMode: [FillMode.solid, FillMode.outline, FillMode.flat],
-};
-
-export type KendoToolbarAngularOptions = {
- size?: (typeof options.size)[number] | null;
- fillMode?: (typeof options.fillMode)[number] | null;
-};
-
-export type KendoToolbarAngularProps = KendoToolbarAngularOptions & {
- resizable?: boolean;
-};
-
-export type KendoToolbarAngularState = { [K in (typeof states)[number]]?: boolean };
-
-const defaultOptions = {
- size: Size.medium,
- fillMode: FillMode.solid
-};
-
-export const ToolbarAngular = (
- props: KendoToolbarAngularProps &
- KendoToolbarAngularState &
- React.HTMLAttributes
-) => {
- const {
- size = defaultOptions.size,
- fillMode = defaultOptions.fillMode,
- focus,
- resizable,
- ...other
- } = props;
-
- const toolbarChildren: React.JSX.Element[] = [];
-
- const addUniqueToolClass = (child, index) => {
- const tempToolbarChildren: React.JSX.Element[] = [];
-
- if (child.type === Button && child.props.className && child.props.className.includes('k-toolbar-overflow-button')) {
- tempToolbarChildren.push(
-
- );
- } else if (child.type === Button) {
- tempToolbarChildren.push(
-
-
-
- );
- } else if (child.type === MenuButton) {
- tempToolbarChildren.push(
-
-
-
- );
- } else if (child.type === SplitButton) {
- tempToolbarChildren.push(
-
-
-
- );
- } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes('k-button-group')) {
- const buttonGroupItems: React.JSX.Element[] = [];
- const childrenArray = Array.isArray(child.props.children) ? child.props.children : [ child.props.children ];
-
- childrenArray.forEach((button, bindex) => {
- buttonGroupItems.push(
-
- );
- });
-
- tempToolbarChildren.push(
-
-
- {buttonGroupItems}
-
-
- );
- } else if (child.type === Combobox) {
- tempToolbarChildren.push(
-
-
-
- );
- } else if (child.type === DropdownList) {
- tempToolbarChildren.push(
-
-
-
- );
- } else if (child.type === ColorPicker) {
- tempToolbarChildren.push(
-
-
-
- );
- } else {
- tempToolbarChildren.push(child);
- }
-
- tempToolbarChildren.forEach(item => {
- toolbarChildren.push(item);
- });
- };
-
- if (props.children) {
- const childrenArray = Array.isArray(props.children) ? props.children : [ props.children ];
-
- childrenArray.forEach((child, index) => {
- addUniqueToolClass(child, index);
- });
- }
-
- return (
-
- {toolbarChildren}
-
- );
-};
-
-ToolbarAngular.states = states;
-ToolbarAngular.options = options;
-ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
-ToolbarAngular.defaultOptions = defaultOptions;
-
-export default ToolbarAngular;
diff --git a/packages/html/src/toolbar/toolbar.spec.tsx b/packages/html/src/toolbar/toolbar.spec.tsx
index 9b88a9cb0e5..08e034931f2 100644
--- a/packages/html/src/toolbar/toolbar.spec.tsx
+++ b/packages/html/src/toolbar/toolbar.spec.tsx
@@ -1,4 +1,4 @@
-import { Button } from '../button';
+import { Button, IconButton, IconTextButton } from '../button';
import { ButtonGroup } from '../button-group';
import { ColorPicker } from '../colorpicker';
import { Combobox } from '../combobox';
@@ -68,6 +68,22 @@ export const Toolbar = (
className={`k-toolbar-button ${child.props.className ? child.props.className : ''}`}
>
);
+ } else if (child.type === IconTextButton) {
+ tempToolbarChildren.push(
+
+ );
+ } else if (child.type === IconButton) {
+ tempToolbarChildren.push(
+
+ );
} else if (child.type === MenuButton) {
tempToolbarChildren.push(
-
+
Daryl Sweeney
@@ -41,7 +41,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
CEO
February 7, 2012
-
+
@@ -50,7 +50,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
Chief Technical Officer
March 3, 2010
-
+
@@ -59,7 +59,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
Chief Product Officer
November 30, 2014
-
+
@@ -68,7 +68,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
Chief Process Officer
February 25, 2010
-
+
@@ -88,7 +88,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
Last employee hired on July 30, 2015
-
+
@@ -97,7 +97,7 @@ export const TreeListAggregates = ({ gridHeader, gridContent, menu, ...other }:
Chief Financial Officer
August 17, 2015
-
+
diff --git a/packages/html/src/treelist/templates/treelist-normal.tsx b/packages/html/src/treelist/templates/treelist-normal.tsx
index c4971ab8cc8..7c16f1a7e57 100644
--- a/packages/html/src/treelist/templates/treelist-normal.tsx
+++ b/packages/html/src/treelist/templates/treelist-normal.tsx
@@ -33,7 +33,7 @@ export const TreeListNormal = ({ gridHeader, gridContent, menu, ...other }: any)
-
+
Daryl
@@ -41,7 +41,7 @@ export const TreeListNormal = ({ gridHeader, gridContent, menu, ...other }: any)
Sweeney
CEO
-
+
@@ -50,7 +50,7 @@ export const TreeListNormal = ({ gridHeader, gridContent, menu, ...other }: any)
Wooten
Chief Technical Officer
-
+
@@ -60,7 +60,7 @@ export const TreeListNormal = ({ gridHeader, gridContent, menu, ...other }: any)
Weber
VP, Engineering
-
+
diff --git a/packages/html/src/treelist/templates/treelist-row-reordering.tsx b/packages/html/src/treelist/templates/treelist-row-reordering.tsx
index 6f895db1b1e..533db91eee6 100644
--- a/packages/html/src/treelist/templates/treelist-row-reordering.tsx
+++ b/packages/html/src/treelist/templates/treelist-row-reordering.tsx
@@ -15,7 +15,7 @@ export const TreeListRowReordering = ({ gridHeader, gridContent, menu, ...other
-
+
@@ -47,7 +47,7 @@ export const TreeListRowReordering = ({ gridHeader, gridContent, menu, ...other
Sweeney
CEO
-
+
@@ -59,7 +59,7 @@ export const TreeListRowReordering = ({ gridHeader, gridContent, menu, ...other
Wooten
Chief Technical Officer
-
+
@@ -72,7 +72,7 @@ export const TreeListRowReordering = ({ gridHeader, gridContent, menu, ...other
Weber
VP, Engineering
-
+
diff --git a/packages/html/src/treelist/tests/treelist-aggregates.tsx b/packages/html/src/treelist/tests/treelist-aggregates.tsx
index 57049115480..d23897fc947 100644
--- a/packages/html/src/treelist/tests/treelist-aggregates.tsx
+++ b/packages/html/src/treelist/tests/treelist-aggregates.tsx
@@ -24,7 +24,7 @@ export default () =>(
-
+
Daryl Sweeney
@@ -53,7 +53,7 @@ export default () =>(
-
+
@@ -63,7 +63,7 @@ export default () =>(
-
+
Daryl Sweeney
@@ -84,9 +84,6 @@ export default () =>(
-
>
diff --git a/packages/material/CHANGELOG.md b/packages/material/CHANGELOG.md
index 940c1a03f0d..6cf3684e0fd 100644
--- a/packages/material/CHANGELOG.md
+++ b/packages/material/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-theme-material
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
diff --git a/packages/material/package.json b/packages/material/package.json
index 9ba817c37c1..3a949b43e41 100644
--- a/packages/material/package.json
+++ b/packages/material/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-material",
"description": "Material theme for Kendo UI",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -55,9 +55,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-default": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-default": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
diff --git a/packages/nouvelle/CHANGELOG.md b/packages/nouvelle/CHANGELOG.md
index bda22dca8b9..40d988d14ec 100644
--- a/packages/nouvelle/CHANGELOG.md
+++ b/packages/nouvelle/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+
+### Bug Fixes
+
+* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
**Note:** Version bump only for package @progress/kendo-theme-nouvelle
diff --git a/packages/nouvelle/package.json b/packages/nouvelle/package.json
index 263bc1dd57b..fa3747f7854 100644
--- a/packages/nouvelle/package.json
+++ b/packages/nouvelle/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-nouvelle",
"description": "A css variables heavy theme for Kendo UI",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -55,8 +55,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
- "@progress/kendo-theme-core": "10.1.0-dev.2",
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3",
+ "@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs"
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 3b30e4559c0..b03f0d7527c 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-dev.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)
+
+**Note:** Version bump only for package @progress/kendo-theme-utils
+
+
+
+
+
# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)
**Note:** Version bump only for package @progress/kendo-theme-utils
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 018a1912aee..b49fe60f23d 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-utils",
"description": "Utility first library alongside Kendo UI",
- "version": "10.1.0-dev.2",
+ "version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
@@ -44,7 +44,7 @@
"postpublish": "echo 'no postpublish for utils'"
},
"dependencies": {
- "@progress/kendo-theme-core": "10.1.0-dev.2"
+ "@progress/kendo-theme-core": "10.1.0-dev.3"
},
"directories": {
"doc": "docs"
diff --git a/tests/_output/bootstrap/datetimepicker/datetimepicker-adaptive.png b/tests/_output/bootstrap/datetimepicker/datetimepicker-adaptive.png
index 24e71f06a80..3028f678adc 100644
Binary files a/tests/_output/bootstrap/datetimepicker/datetimepicker-adaptive.png and b/tests/_output/bootstrap/datetimepicker/datetimepicker-adaptive.png differ
diff --git a/tests/_output/bootstrap/gantt/gantt-row-reordering.png b/tests/_output/bootstrap/gantt/gantt-row-reordering.png
index 734ba1d6cf7..645366c1810 100644
Binary files a/tests/_output/bootstrap/gantt/gantt-row-reordering.png and b/tests/_output/bootstrap/gantt/gantt-row-reordering.png differ
diff --git a/tests/_output/bootstrap/gantt/gantt.png b/tests/_output/bootstrap/gantt/gantt.png
index 88c6ff422e1..f29d0db3e5e 100644
Binary files a/tests/_output/bootstrap/gantt/gantt.png and b/tests/_output/bootstrap/gantt/gantt.png differ
diff --git a/tests/_output/bootstrap/grid/grid-grouping-actions.png b/tests/_output/bootstrap/grid/grid-grouping-actions.png
index ffe37a86a5a..c6eefa63c4a 100644
Binary files a/tests/_output/bootstrap/grid/grid-grouping-actions.png and b/tests/_output/bootstrap/grid/grid-grouping-actions.png differ
diff --git a/tests/_output/bootstrap/grid/grid-grouping.png b/tests/_output/bootstrap/grid/grid-grouping.png
index 6bdb1b993ef..a7a3e434af8 100644
Binary files a/tests/_output/bootstrap/grid/grid-grouping.png and b/tests/_output/bootstrap/grid/grid-grouping.png differ
diff --git a/tests/_output/bootstrap/imageeditor/imageeditor-crop-pane.png b/tests/_output/bootstrap/imageeditor/imageeditor-crop-pane.png
index 5dcef99a3e3..922bb37df99 100644
Binary files a/tests/_output/bootstrap/imageeditor/imageeditor-crop-pane.png and b/tests/_output/bootstrap/imageeditor/imageeditor-crop-pane.png differ
diff --git a/tests/_output/bootstrap/imageeditor/imageeditor-resize-pane.png b/tests/_output/bootstrap/imageeditor/imageeditor-resize-pane.png
index c1a6d38aa3c..2973a22f996 100644
Binary files a/tests/_output/bootstrap/imageeditor/imageeditor-resize-pane.png and b/tests/_output/bootstrap/imageeditor/imageeditor-resize-pane.png differ
diff --git a/tests/_output/bootstrap/toolbar/toolbar-angular.png b/tests/_output/bootstrap/toolbar/toolbar-angular.png
deleted file mode 100644
index d63682e5e50..00000000000
Binary files a/tests/_output/bootstrap/toolbar/toolbar-angular.png and /dev/null differ
diff --git a/tests/_output/classic/datetimepicker/datetimepicker-adaptive.png b/tests/_output/classic/datetimepicker/datetimepicker-adaptive.png
index f0c69ee3a18..c0e6a900b40 100644
Binary files a/tests/_output/classic/datetimepicker/datetimepicker-adaptive.png and b/tests/_output/classic/datetimepicker/datetimepicker-adaptive.png differ
diff --git a/tests/_output/classic/gantt/gantt-row-reordering.png b/tests/_output/classic/gantt/gantt-row-reordering.png
index 6c1581f304d..a1df8731b23 100644
Binary files a/tests/_output/classic/gantt/gantt-row-reordering.png and b/tests/_output/classic/gantt/gantt-row-reordering.png differ
diff --git a/tests/_output/classic/gantt/gantt.png b/tests/_output/classic/gantt/gantt.png
index d287ff0bde2..91372771028 100644
Binary files a/tests/_output/classic/gantt/gantt.png and b/tests/_output/classic/gantt/gantt.png differ
diff --git a/tests/_output/classic/grid/grid-grouping-actions.png b/tests/_output/classic/grid/grid-grouping-actions.png
index 42b127dea07..997c279c425 100644
Binary files a/tests/_output/classic/grid/grid-grouping-actions.png and b/tests/_output/classic/grid/grid-grouping-actions.png differ
diff --git a/tests/_output/classic/grid/grid-grouping.png b/tests/_output/classic/grid/grid-grouping.png
index 8c1941abe53..9606c279496 100644
Binary files a/tests/_output/classic/grid/grid-grouping.png and b/tests/_output/classic/grid/grid-grouping.png differ
diff --git a/tests/_output/classic/grid/grid-sticky-column-states.png b/tests/_output/classic/grid/grid-sticky-column-states.png
index 7992a8b3fec..ea36929ab3a 100644
Binary files a/tests/_output/classic/grid/grid-sticky-column-states.png and b/tests/_output/classic/grid/grid-sticky-column-states.png differ
diff --git a/tests/_output/classic/grid/grid-sticky-columns-rtl.png b/tests/_output/classic/grid/grid-sticky-columns-rtl.png
index 421296f181d..b7815dc132a 100644
Binary files a/tests/_output/classic/grid/grid-sticky-columns-rtl.png and b/tests/_output/classic/grid/grid-sticky-columns-rtl.png differ
diff --git a/tests/_output/classic/grid/grid-sticky-columns.png b/tests/_output/classic/grid/grid-sticky-columns.png
index 92ccf898794..1630e31f29f 100644
Binary files a/tests/_output/classic/grid/grid-sticky-columns.png and b/tests/_output/classic/grid/grid-sticky-columns.png differ
diff --git a/tests/_output/classic/imageeditor/imageeditor-crop-pane.png b/tests/_output/classic/imageeditor/imageeditor-crop-pane.png
index 238160b70e1..82b735241fa 100644
Binary files a/tests/_output/classic/imageeditor/imageeditor-crop-pane.png and b/tests/_output/classic/imageeditor/imageeditor-crop-pane.png differ
diff --git a/tests/_output/classic/imageeditor/imageeditor-resize-pane.png b/tests/_output/classic/imageeditor/imageeditor-resize-pane.png
index 3f8d5f36a8f..be9eae9c239 100644
Binary files a/tests/_output/classic/imageeditor/imageeditor-resize-pane.png and b/tests/_output/classic/imageeditor/imageeditor-resize-pane.png differ
diff --git a/tests/_output/classic/switch/switch.png b/tests/_output/classic/switch/switch.png
index 1480b952765..00b6482643e 100644
Binary files a/tests/_output/classic/switch/switch.png and b/tests/_output/classic/switch/switch.png differ
diff --git a/tests/_output/classic/toolbar/toolbar-angular.png b/tests/_output/classic/toolbar/toolbar-angular.png
deleted file mode 100644
index 6b44a80c678..00000000000
Binary files a/tests/_output/classic/toolbar/toolbar-angular.png and /dev/null differ
diff --git a/tests/_output/default/datetimepicker/datetimepicker-adaptive.png b/tests/_output/default/datetimepicker/datetimepicker-adaptive.png
index d4d9204dcb7..81a743ddc29 100644
Binary files a/tests/_output/default/datetimepicker/datetimepicker-adaptive.png and b/tests/_output/default/datetimepicker/datetimepicker-adaptive.png differ
diff --git a/tests/_output/default/gantt/gantt-row-reordering.png b/tests/_output/default/gantt/gantt-row-reordering.png
index 029ae85f8b8..c4c0342e36d 100644
Binary files a/tests/_output/default/gantt/gantt-row-reordering.png and b/tests/_output/default/gantt/gantt-row-reordering.png differ
diff --git a/tests/_output/default/gantt/gantt.png b/tests/_output/default/gantt/gantt.png
index fc6d1dbb52d..d3dcd76b7c8 100644
Binary files a/tests/_output/default/gantt/gantt.png and b/tests/_output/default/gantt/gantt.png differ
diff --git a/tests/_output/default/grid/grid-grouping-actions.png b/tests/_output/default/grid/grid-grouping-actions.png
index 9c969784e24..80151494a92 100644
Binary files a/tests/_output/default/grid/grid-grouping-actions.png and b/tests/_output/default/grid/grid-grouping-actions.png differ
diff --git a/tests/_output/default/grid/grid-grouping.png b/tests/_output/default/grid/grid-grouping.png
index 8de5d5b3a9e..fb2ba793ed6 100644
Binary files a/tests/_output/default/grid/grid-grouping.png and b/tests/_output/default/grid/grid-grouping.png differ
diff --git a/tests/_output/default/grid/grid-sticky-column-states.png b/tests/_output/default/grid/grid-sticky-column-states.png
index 45c1915d58f..43247ba490e 100644
Binary files a/tests/_output/default/grid/grid-sticky-column-states.png and b/tests/_output/default/grid/grid-sticky-column-states.png differ
diff --git a/tests/_output/default/grid/grid-sticky-columns-rtl.png b/tests/_output/default/grid/grid-sticky-columns-rtl.png
index aa43177dd7e..d9c17232ab7 100644
Binary files a/tests/_output/default/grid/grid-sticky-columns-rtl.png and b/tests/_output/default/grid/grid-sticky-columns-rtl.png differ
diff --git a/tests/_output/default/grid/grid-sticky-columns.png b/tests/_output/default/grid/grid-sticky-columns.png
index 88d474bc393..59183b39fad 100644
Binary files a/tests/_output/default/grid/grid-sticky-columns.png and b/tests/_output/default/grid/grid-sticky-columns.png differ
diff --git a/tests/_output/default/imageeditor/imageeditor-crop-pane.png b/tests/_output/default/imageeditor/imageeditor-crop-pane.png
index 25a3e040a04..b83c1628cd8 100644
Binary files a/tests/_output/default/imageeditor/imageeditor-crop-pane.png and b/tests/_output/default/imageeditor/imageeditor-crop-pane.png differ
diff --git a/tests/_output/default/imageeditor/imageeditor-resize-pane.png b/tests/_output/default/imageeditor/imageeditor-resize-pane.png
index 948261a4767..3ab51cb2db7 100644
Binary files a/tests/_output/default/imageeditor/imageeditor-resize-pane.png and b/tests/_output/default/imageeditor/imageeditor-resize-pane.png differ
diff --git a/tests/_output/default/switch/switch.png b/tests/_output/default/switch/switch.png
index 0759e7076bd..63eeb66086b 100644
Binary files a/tests/_output/default/switch/switch.png and b/tests/_output/default/switch/switch.png differ
diff --git a/tests/_output/default/toolbar/toolbar-angular.png b/tests/_output/default/toolbar/toolbar-angular.png
deleted file mode 100644
index 580b2fcfdcb..00000000000
Binary files a/tests/_output/default/toolbar/toolbar-angular.png and /dev/null differ
diff --git a/tests/_output/fluent/datetimepicker/datetimepicker-adaptive.png b/tests/_output/fluent/datetimepicker/datetimepicker-adaptive.png
index c2d337c51f2..76724bf3c84 100644
Binary files a/tests/_output/fluent/datetimepicker/datetimepicker-adaptive.png and b/tests/_output/fluent/datetimepicker/datetimepicker-adaptive.png differ
diff --git a/tests/_output/fluent/gantt/gantt-row-reordering.png b/tests/_output/fluent/gantt/gantt-row-reordering.png
index faa3bc7e9b5..160d777142f 100644
Binary files a/tests/_output/fluent/gantt/gantt-row-reordering.png and b/tests/_output/fluent/gantt/gantt-row-reordering.png differ
diff --git a/tests/_output/fluent/gantt/gantt.png b/tests/_output/fluent/gantt/gantt.png
index 84287c54d79..578aa33f77a 100644
Binary files a/tests/_output/fluent/gantt/gantt.png and b/tests/_output/fluent/gantt/gantt.png differ
diff --git a/tests/_output/fluent/imageeditor/imageeditor-crop-pane.png b/tests/_output/fluent/imageeditor/imageeditor-crop-pane.png
index 5fd58c6906d..1c2f748eed9 100644
Binary files a/tests/_output/fluent/imageeditor/imageeditor-crop-pane.png and b/tests/_output/fluent/imageeditor/imageeditor-crop-pane.png differ
diff --git a/tests/_output/fluent/imageeditor/imageeditor-resize-pane.png b/tests/_output/fluent/imageeditor/imageeditor-resize-pane.png
index 518e35c5cbe..e14346c6fa6 100644
Binary files a/tests/_output/fluent/imageeditor/imageeditor-resize-pane.png and b/tests/_output/fluent/imageeditor/imageeditor-resize-pane.png differ
diff --git a/tests/_output/fluent/toolbar/toolbar-angular.png b/tests/_output/fluent/toolbar/toolbar-angular.png
deleted file mode 100644
index 10298f34ab1..00000000000
Binary files a/tests/_output/fluent/toolbar/toolbar-angular.png and /dev/null differ
diff --git a/tests/_output/material/datetimepicker/datetimepicker-adaptive.png b/tests/_output/material/datetimepicker/datetimepicker-adaptive.png
index 0a9633205a5..eee9bf52537 100644
Binary files a/tests/_output/material/datetimepicker/datetimepicker-adaptive.png and b/tests/_output/material/datetimepicker/datetimepicker-adaptive.png differ
diff --git a/tests/_output/material/gantt/gantt-row-reordering.png b/tests/_output/material/gantt/gantt-row-reordering.png
index 31f7f762e9a..0e2c4752211 100644
Binary files a/tests/_output/material/gantt/gantt-row-reordering.png and b/tests/_output/material/gantt/gantt-row-reordering.png differ
diff --git a/tests/_output/material/gantt/gantt.png b/tests/_output/material/gantt/gantt.png
index c66ec6c3dc0..0d6ae645517 100644
Binary files a/tests/_output/material/gantt/gantt.png and b/tests/_output/material/gantt/gantt.png differ
diff --git a/tests/_output/material/grid/grid-locked-column-states.png b/tests/_output/material/grid/grid-locked-column-states.png
index 55298a96f6b..f69eda4dc36 100644
Binary files a/tests/_output/material/grid/grid-locked-column-states.png and b/tests/_output/material/grid/grid-locked-column-states.png differ
diff --git a/tests/_output/material/imageeditor/imageeditor-crop-pane.png b/tests/_output/material/imageeditor/imageeditor-crop-pane.png
index ce471f458de..45b857ca0a9 100644
Binary files a/tests/_output/material/imageeditor/imageeditor-crop-pane.png and b/tests/_output/material/imageeditor/imageeditor-crop-pane.png differ
diff --git a/tests/_output/material/imageeditor/imageeditor-resize-pane.png b/tests/_output/material/imageeditor/imageeditor-resize-pane.png
index 412c26b70c4..17b0a528762 100644
Binary files a/tests/_output/material/imageeditor/imageeditor-resize-pane.png and b/tests/_output/material/imageeditor/imageeditor-resize-pane.png differ
diff --git a/tests/_output/material/toolbar/toolbar-angular.png b/tests/_output/material/toolbar/toolbar-angular.png
deleted file mode 100644
index 1c88ee84de8..00000000000
Binary files a/tests/_output/material/toolbar/toolbar-angular.png and /dev/null differ
diff --git a/tests/chart-wizard/chart-wizard-tabs-content.html b/tests/chart-wizard/chart-wizard-tabs-content.html
index 2358ba39415..451b6f7b7d4 100644
--- a/tests/chart-wizard/chart-wizard-tabs-content.html
+++ b/tests/chart-wizard/chart-wizard-tabs-content.html
@@ -21,20 +21,20 @@
Data Tab
Format Tab
-
@@ -123,7 +123,7 @@
-
@@ -131,20 +131,20 @@
-
-
@@ -275,7 +275,7 @@
-
@@ -292,7 +292,7 @@
-
diff --git a/tests/chart-wizard/chart-wizard.html b/tests/chart-wizard/chart-wizard.html
index 1268b2b9d69..b53099c0984 100644
--- a/tests/chart-wizard/chart-wizard.html
+++ b/tests/chart-wizard/chart-wizard.html
@@ -195,20 +195,20 @@
-