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 () =>(
@@ -33,7 +33,7 @@ export default () =>(
@@ -43,7 +43,7 @@ export default () =>(
@@ -52,7 +52,7 @@ export default () =>(
@@ -195,7 +195,7 @@ export default () =>(
@@ -204,7 +204,7 @@ export default () =>(
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 = ( - + + }> - @@ -138,7 +138,7 @@ export default () =>( }> - 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 () =>( }> - 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 () =>( }> - 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 () =>( }> - 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 () =>( }> - @@ -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 () =>( }> - 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) => ( - + 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 + - - + + - Product2 - + Product2 + @@ -85,7 +85,7 @@ export default () =>(
- +
@@ -95,20 +95,20 @@ export default () =>( - + - Product1 - + Product1 + - - + + - Product2 - + Product2 + @@ -142,7 +142,7 @@ export default () =>(
- +
@@ -152,20 +152,20 @@ export default () =>( - + - Product1 - + Product1 + - - + + - Product2 - + Product2 + 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 () =>( - + - + - + - - + + - + Product2 - + @@ -70,9 +70,6 @@ export default () =>(
-
-
-
@@ -103,7 +100,7 @@ export default () =>(
- +
@@ -123,25 +120,25 @@ export default () =>( - + - + Product1 - + - - + + - + Product2 - + @@ -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 - + - - + + - + Product2 - +
-
-
-
@@ -93,7 +90,7 @@ export default () =>( - +
@@ -103,33 +100,30 @@ export default () =>( - + - + Product1 - + - - + + - + Product2 - +
-
-
-
@@ -157,7 +151,7 @@ export default () =>( - +
@@ -167,33 +161,30 @@ export default () =>( - + - + Product1 - + - - + + - + Product2 - +
-
-
-
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 + - - + + - 2 - Product2 - + 2 + Product2 +
-
-
-
@@ -160,7 +157,7 @@ export default () =>( - +
@@ -171,31 +168,28 @@ export default () =>( - + - 1 - Product1 - + 1 + Product1 + - - + + - 2 - Product2 - + 2 + Product2 +
-
-
-
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 + - + - + - 2 - Product2 - + 2 + Product2 +
-
-
-
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 + @@ -160,40 +157,37 @@ export default () =>(

- + - + - 2 - Product2 - + 2 + Product2 +
-
-
-
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 + @@ -284,40 +278,37 @@ export default () =>(

- + - + - 2 - Product2 - + 2 + Product2 +
-
-
-
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 + @@ -414,22 +405,22 @@ export default () =>(

- + - + - 2 - Product2 - + 2 + Product2 + - + @@ -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 - @@ -148,7 +148,7 @@ export default () =>( )}/> - 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 () =>(
- + Grid Cell Grid Cell @@ -68,7 +68,7 @@ export default () =>( - + Grid Cell Grid Cell @@ -131,7 +131,7 @@ export default () =>( - + Grid Cell Grid Cell @@ -147,7 +147,7 @@ export default () =>( - + 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 () =>( - + 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 () =>( - + 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( - + ); } 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 () =>( }> - @@ -138,7 +138,7 @@ export default () =>( }> - 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, - - - - - - ]} - {...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, - - - - - , - - ]} - {...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 -
    - - -
    - -
    - Split button -
    - -
    - -
    - -
    - - - - - - -
    -
    - - - wrapped - rtl - -
    - - - Split button - - - - - - - - -
    -
    - - - Split button - - - - - - - - -
    - -
    - -); 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
    -
    +
      -
    • +
    • Chart
    • -
    • +
    • Data
    • -
    • +
    • Format @@ -55,7 +55,7 @@
    -
    +
    @@ -72,7 +72,7 @@
    -
    +
    @@ -89,7 +89,7 @@
    -
    +
    @@ -106,7 +106,7 @@
-
+
@@ -123,7 +123,7 @@
-
+
@@ -131,20 +131,20 @@
-
+
    -
  • +
  • Chart
  • -
  • +
  • Data
  • -
  • +
  • Format @@ -165,7 +165,7 @@
-
+
@@ -173,20 +173,20 @@
-
+
    -
  • +
  • Chart
  • -
  • +
  • Data
  • -
  • +
  • Format @@ -207,7 +207,7 @@
-
+
@@ -224,7 +224,7 @@
-
+
@@ -241,7 +241,7 @@
-
+
@@ -258,7 +258,7 @@ -
+
@@ -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 @@
-
+
    -
  • +
  • Chart
  • -
  • +
  • Data
  • -
  • +
  • Format diff --git a/tests/chart-wizard/tab-data-sections-expanded.html b/tests/chart-wizard/tab-data-sections-expanded.html index 2369425e512..0d6eda704c2 100644 --- a/tests/chart-wizard/tab-data-sections-expanded.html +++ b/tests/chart-wizard/tab-data-sections-expanded.html @@ -92,7 +92,7 @@ - +
      -
    • +
    • -
    • +
    • -
    • +
      • -
      • +
      • -
      • +
      • -
      • +
        • -
        • +
        • -
        • +
          • -
          • +
        @@ -476,12 +476,12 @@
    diff --git a/tests/datetimepicker/datetimepicker-opened.html b/tests/datetimepicker/datetimepicker-opened.html index 2c7767773c3..de492d6ee2e 100644 --- a/tests/datetimepicker/datetimepicker-opened.html +++ b/tests/datetimepicker/datetimepicker-opened.html @@ -47,7 +47,7 @@
    -
    +
    @@ -279,7 +279,7 @@
    -
    +
    @@ -511,7 +511,7 @@
    -
    +
    @@ -710,7 +710,7 @@
    -
    +
    diff --git a/tests/dock-manager/dock-manager-unpinned-pane.html b/tests/dock-manager/dock-manager-unpinned-pane.html index 8f07a5ef499..da84bd20061 100644 --- a/tests/dock-manager/dock-manager-unpinned-pane.html +++ b/tests/dock-manager/dock-manager-unpinned-pane.html @@ -60,10 +60,10 @@
    -
    +
      -
    • +
    • File 1 @@ -84,7 +84,7 @@
    • -
    • +
    • File 2 @@ -116,10 +116,10 @@
      -
      +
        -
      • +
      • File 5 @@ -140,7 +140,7 @@
      • -
      • +
      • File 6 diff --git a/tests/dock-manager/dock-manager.html b/tests/dock-manager/dock-manager.html index 6c76daadf93..cbd9f05a433 100644 --- a/tests/dock-manager/dock-manager.html +++ b/tests/dock-manager/dock-manager.html @@ -63,10 +63,10 @@
      -
      +
        -
      • +
      • File 1 @@ -87,7 +87,7 @@
      • -
      • +
      • File 2 @@ -119,10 +119,10 @@
        -
        +
          -
        • +
        • File 5 @@ -143,7 +143,7 @@
        • -
        • +
        • File 6 diff --git a/tests/editor/editor-find-replace.html b/tests/editor/editor-find-replace.html index 3d2cf74b395..c12593d8ea5 100644 --- a/tests/editor/editor-find-replace.html +++ b/tests/editor/editor-find-replace.html @@ -48,12 +48,12 @@
            -
          • +
          • Find
          • -
          • +
          • Replace @@ -143,12 +143,12 @@
              -
            • +
            • Find
            • -
            • +
            • Replace diff --git a/tests/editor/editor-table-wizard.html b/tests/editor/editor-table-wizard.html index 0c9c8740873..b17262dbd23 100644 --- a/tests/editor/editor-table-wizard.html +++ b/tests/editor/editor-table-wizard.html @@ -43,12 +43,12 @@
                -
              • +
              • General
              • -
              • +
              • Advanced @@ -417,12 +417,12 @@
                  -
                • +
                • General
                • -
                • +
                • Advanced diff --git a/tests/expansion-panel/expansion-panel-rtl.html b/tests/expansion-panel/expansion-panel-rtl.html index d7179e8f1ee..be42a3a9565 100644 --- a/tests/expansion-panel/expansion-panel-rtl.html +++ b/tests/expansion-panel/expansion-panel-rtl.html @@ -122,7 +122,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -141,7 +141,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -160,7 +160,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -179,7 +179,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -198,7 +198,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                diff --git a/tests/expansion-panel/expansion-panel.html b/tests/expansion-panel/expansion-panel.html index 7ad08a28478..6264c4314c8 100644 --- a/tests/expansion-panel/expansion-panel.html +++ b/tests/expansion-panel/expansion-panel.html @@ -122,7 +122,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -141,7 +141,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -160,7 +160,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -179,7 +179,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                @@ -198,7 +198,7 @@
                -
                +
                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
                diff --git a/tests/filemanager/filemanager-gridview-preview.html b/tests/filemanager/filemanager-gridview-preview.html index a537d8dc4a8..eaa0249ef07 100644 --- a/tests/filemanager/filemanager-gridview-preview.html +++ b/tests/filemanager/filemanager-gridview-preview.html @@ -124,7 +124,7 @@
              • -
                +
                @@ -192,7 +192,7 @@ 13/12/2019 at 12:22:04 PM 0 - + @@ -365,7 +365,7 @@ -
                +
                @@ -433,7 +433,7 @@ 13/12/2019 at 12:22:04 PM 0 - + @@ -590,7 +590,7 @@ -
                +
                diff --git a/tests/filemanager/filemanager-gridview.html b/tests/filemanager/filemanager-gridview.html index 849ca125776..5d6341db881 100644 --- a/tests/filemanager/filemanager-gridview.html +++ b/tests/filemanager/filemanager-gridview.html @@ -117,7 +117,7 @@ -
                +
                @@ -185,7 +185,7 @@ 13/12/2019 at 12:22:04 PM 0 - + @@ -322,7 +322,7 @@ -
                +
                @@ -390,7 +390,7 @@ 13/12/2019 at 12:22:04 PM 0 - + diff --git a/tests/gantt/gantt-editing-popup-general.html b/tests/gantt/gantt-editing-popup-general.html index fae996f76e2..572bb28d1c0 100644 --- a/tests/gantt/gantt-editing-popup-general.html +++ b/tests/gantt/gantt-editing-popup-general.html @@ -50,22 +50,22 @@
                  -
                • +
                • General
                • -
                • +
                • Resources
                • -
                • +
                • Predecessors
                • -
                • +
                • Successors diff --git a/tests/gantt/gantt-editing-popup-other.html b/tests/gantt/gantt-editing-popup-other.html index dc8c4858c1c..955b6c8d245 100644 --- a/tests/gantt/gantt-editing-popup-other.html +++ b/tests/gantt/gantt-editing-popup-other.html @@ -50,27 +50,27 @@
                    -
                  • +
                  • General
                  • -
                  • +
                  • Resources
                  • -
                  • +
                  • Predecessors
                  • -
                  • +
                  • Successors
                  • -
                  • +
                  • Other diff --git a/tests/gantt/gantt-editing-popup-predecessors.html b/tests/gantt/gantt-editing-popup-predecessors.html index 78a1ce01330..23e8b644665 100644 --- a/tests/gantt/gantt-editing-popup-predecessors.html +++ b/tests/gantt/gantt-editing-popup-predecessors.html @@ -51,22 +51,22 @@
                      -
                    • +
                    • General
                    • -
                    • +
                    • Resources
                    • -
                    • +
                    • Predecessors
                    • -
                    • +
                    • Successors diff --git a/tests/gantt/gantt-editing-popup-resources.html b/tests/gantt/gantt-editing-popup-resources.html index e16121a2bf5..d16aa83cfe7 100644 --- a/tests/gantt/gantt-editing-popup-resources.html +++ b/tests/gantt/gantt-editing-popup-resources.html @@ -50,22 +50,22 @@
                        -
                      • +
                      • General
                      • -
                      • +
                      • Resources
                      • -
                      • +
                      • Predecessors
                      • -
                      • +
                      • Successors @@ -217,7 +217,7 @@ - + @@ -241,7 +241,7 @@ Grid Cell Grid Cell - + @@ -265,7 +265,7 @@ Grid Cell Grid Cell - + diff --git a/tests/gantt/gantt-editing-popup-successors.html b/tests/gantt/gantt-editing-popup-successors.html index 1e97fc9373f..966f2bf8650 100644 --- a/tests/gantt/gantt-editing-popup-successors.html +++ b/tests/gantt/gantt-editing-popup-successors.html @@ -51,22 +51,22 @@
                          -
                        • +
                        • General
                        • -
                        • +
                        • Resources
                        • -
                        • +
                        • Predecessors
                        • -
                        • +
                        • Successors diff --git a/tests/gantt/gantt-react.html b/tests/gantt/gantt-react.html index 3107128d1c1..011737c721d 100644 --- a/tests/gantt/gantt-react.html +++ b/tests/gantt/gantt-react.html @@ -142,7 +142,7 @@
                        - + @@ -182,7 +182,7 @@
                        - + @@ -250,7 +250,7 @@
                      - + @@ -306,7 +306,7 @@
                      - + @@ -374,7 +374,7 @@
                    - + @@ -430,7 +430,7 @@
                    - + @@ -498,7 +498,7 @@
                  - + @@ -566,7 +566,7 @@
                  - + @@ -610,7 +610,7 @@
                - + diff --git a/tests/gantt/gantt-row-reordering.html b/tests/gantt/gantt-row-reordering.html index 5bd3c3a70ed..f8936ec1274 100644 --- a/tests/gantt/gantt-row-reordering.html +++ b/tests/gantt/gantt-row-reordering.html @@ -52,514 +52,146 @@
                -
                -
                - - - - - - - - - - + + +
                - - - ID +
                +
                +
                + + + + + + + + + + - + - - -
                + + + ID + - - - - - Title + + + + Title + - -
                +
                +
                -
                -
                -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - - - - 7 - - - Software validation, research and implementation -
                - - - - 18 - - - - - - Project Kickoff -
                - - - - 11 - - - - - - Research -
                - - - - 19 - - - - - - - - - Validation with Customers -
                - - - - 20 - - - - - - - - - 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 -
                +
                +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + + + 7 + + + Software validation, research and implementation +
                + + + + 18 + + + + + + Project Kickoff +
                + + + + 11 + + + + + + Research +
                + + + + 19 + + + + + + + + + Validation with Customers +
                + + + + 20 + + + + + + + + + Market Research +
                +
                @@ -571,7 +203,7 @@
                - +
                @@ -580,666 +212,103 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                Sun 6/01 - Sat 6/07Sun 6/08 - Sat 6/14Sun 6/15 - Sat 6/21Sun 6/22 - Sat 6/28Sun 6/29 - Sat 7/05Sun 7/06 - Sat 7/12
                Sun 6/01Mon 6/02Tue 6/03Wed 6/04Thu 6/05Fri 6/06Sat 6/07Sun 6/08Mon 6/09Tue 6/10Wed 6/11Thu 6/12Fri 6/13Sat 6/14Sun 6/15Mon 6/16Tue 6/17Wed 6/18Thu 6/19Fri 6/20Sat 6/21Sun 6/22Mon 6/23Tue 6/24Wed 6/25Thu 6/26Fri 6/27Sat 6/28Sun 6/29Mon 6/30Tue 7/01Wed 7/02Thu 7/03Fri 7/04Sat 7/05Sun 7/06Mon 7/07Tue 7/08Wed 7/09Thu 7/10Fri 7/11Sat 7/12
                -
                -
                -
                -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + +
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Validation with Customers
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Market Research
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Functional and Technical Specification
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                UI Design
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                HTML Prototype
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Sun 6/01 - Sat 6/07
                -
                -
                -
                -
                -
                Prototype
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                Sun 6/01Mon 6/02Tue 6/03Wed 6/04Thu 6/05Fri 6/06Sat 6/07
                +
                +
                +
                +
                + + + + + - + - - + + - + + + + - + + +
                -
                -
                -
                -
                -
                Architecture
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Data Layer
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                UI and Interaction
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Unit Tests
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                + + + + + + + + + + + - + + + + + + + + +
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                + + + + + - - - - - -
                -
                -
                -
                -
                -
                Integration Testing
                - - - - - - - - - +
                +
                +
                +
                -
                -
                -
                -
                -
                -
                Load Testing
                - - - - - - - - - -
                -
                +
                +
                -
                -
                -
                -
                -
                +
                +
                +
                +
                @@ -1249,11 +318,11 @@
                -
                -
                -
                +
                +
                +
                -
                Structure
                +
                Validation with Customers
                @@ -1269,17 +338,17 @@
                -
                +
                -
                -
                -
                +
                +
                +
                -
                Articles
                +
                Market Research
                @@ -1295,36 +364,14 @@
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                +
                -
                +
                @@ -1332,92 +379,6 @@
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                @@ -1425,25 +386,10 @@
                -
                -
                -
                -
                -
                - -
                -
                -
                - -
                -
                -
                -
                - -
                +
                diff --git a/tests/gantt/gantt.html b/tests/gantt/gantt.html index 57b1927f0b9..c0634c1ae50 100644 --- a/tests/gantt/gantt.html +++ b/tests/gantt/gantt.html @@ -52,350 +52,108 @@
                -
                -
                - - - - - - - - + + +
                - - - ID +
                +
                +
                + + + + + + + + - + - - -
                + + + ID + - - - - - Title + + + + Title + - -
                +
                +
                -
                -
                -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                7 - - - Software validation, research and implementation -
                18 - - - - - - Project Kickoff -
                11 - - - - - - Research -
                19 - - - - - - - - - Validation with Customers -
                20 - - - - - - - - - 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 -
                +
                +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                7 + + + Software validation, research and implementation +
                18 + + + + + + Project Kickoff +
                11 + + + + + + Research +
                19 + + + + + + + + + Validation with Customers +
                20 + + + + + + + + + Market Research +
                +
                @@ -407,7 +165,7 @@
                - +
                @@ -416,50 +174,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -469,49 +187,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                Sun 6/01 - Sat 6/07Sun 6/08 - Sat 6/14Sun 6/15 - Sat 6/21Sun 6/22 - Sat 6/28Sun 6/29 - Sat 7/05Sun 7/06 - Sat 7/12
                Sun 6/01Thu 6/05 Fri 6/06 Sat 6/07Sun 6/08Mon 6/09Tue 6/10Wed 6/11Thu 6/12Fri 6/13Sat 6/14Sun 6/15Mon 6/16Tue 6/17Wed 6/18Thu 6/19Fri 6/20Sat 6/21Sun 6/22Mon 6/23Tue 6/24Wed 6/25Thu 6/26Fri 6/27Sat 6/28Sun 6/29Mon 6/30Tue 7/01Wed 7/02Thu 7/03Fri 7/04Sat 7/05Sun 7/06Mon 7/07Tue 7/08Wed 7/09Thu 7/10Fri 7/11Sat 7/12
                -
                +
                - +
                @@ -519,67 +202,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -587,7 +216,7 @@
                - +
                @@ -596,41 +225,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -641,45 +235,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - +
                @@ -771,396 +330,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                -
                -
                -
                -
                -
                Functional and Technical Specification
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                UI Design
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                HTML Prototype
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Prototype
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Architecture
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Data Layer
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                UI and Interaction
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Unit Tests
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Integration Testing
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Load Testing
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Structure
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                Articles
                - - - - - - - - - -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                -
                +
                @@ -1168,92 +341,6 @@
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                -
                -
                -
                - -
                @@ -1261,25 +348,10 @@
                -
                -
                -
                -
                -
                - -
                -
                -
                - -
                -
                -
                -
                - -
                +
                diff --git a/tests/grid/grid-adaptive-pager.html b/tests/grid/grid-adaptive-pager.html index 1f63a17bb44..f3c50fb07a8 100644 --- a/tests/grid/grid-adaptive-pager.html +++ b/tests/grid/grid-adaptive-pager.html @@ -17,7 +17,7 @@
                -
                +
                -
                +
                @@ -56,7 +56,7 @@ - + @@ -64,7 +64,7 @@ - +
                1 Row
                2 Alt row
                3 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 @@ -73,9 +73,6 @@
                -
                -
                -
                @@ -266,7 +263,7 @@
                -
                +
                @@ -304,7 +301,7 @@
                Nested content
                - +
                -
                -
                -
                @@ -388,7 +382,7 @@
                -
                +
                @@ -402,12 +396,12 @@ - + - + @@ -415,9 +409,6 @@
                18 10 boxes x 20 bags
                Chang 19 24 - 12 oz bottles
                Aniseed Syrup 20 24 - 12 oz bottles
                -
                -
                -
                diff --git a/tests/grid/grid-column-menu-angular.html b/tests/grid/grid-column-menu-angular.html index dc2c7b83149..7d5ab0d59ac 100644 --- a/tests/grid/grid-column-menu-angular.html +++ b/tests/grid/grid-column-menu-angular.html @@ -23,7 +23,7 @@ - + @@ -62,7 +62,7 @@
                -
                +
                @@ -72,13 +72,13 @@ - - - + - - + - - + - - + @@ -554,16 +551,13 @@ - +
                + Product1 + Product1
                +
                Product2 + Product2
                + @@ -173,7 +173,7 @@

                Sortable

                -
                +
                @@ -183,13 +183,13 @@

                Sortable

                - - - + - - + - - + - - + @@ -721,7 +721,7 @@ - + diff --git a/tests/grid/grid-grouping-actions.html b/tests/grid/grid-grouping-actions.html index cdd5fe6da6b..f2287517c7e 100644 --- a/tests/grid/grid-grouping-actions.html +++ b/tests/grid/grid-grouping-actions.html @@ -35,7 +35,9 @@ - ID + + ID + @@ -59,7 +61,9 @@ - Name + + Name + @@ -81,7 +85,7 @@
                -
                +
                + Product1 + Product1
                +
                Product2 + Product2
                + @@ -287,7 +287,7 @@

                Sortable & Resizable

                -
                +
                @@ -297,13 +297,13 @@

                Sortable & Resizable

                - - - + - - + - - + - - - - - - + @@ -105,7 +105,7 @@ - + diff --git a/tests/grid/grid-column-resizing-actions.html b/tests/grid/grid-column-resizing-actions.html index aff7a96a973..4c086a7e635 100644 --- a/tests/grid/grid-column-resizing-actions.html +++ b/tests/grid/grid-column-resizing-actions.html @@ -102,7 +102,7 @@ - + @@ -112,7 +112,7 @@ - + diff --git a/tests/grid/grid-editing-custom-editor.html b/tests/grid/grid-editing-custom-editor.html index efbc9c7eb36..5efb33dfb75 100644 --- a/tests/grid/grid-editing-custom-editor.html +++ b/tests/grid/grid-editing-custom-editor.html @@ -111,7 +111,7 @@ - + - + - + - + diff --git a/tests/grid/grid-filter-menu-angular.html b/tests/grid/grid-filter-menu-angular.html index 835d89d9fef..65ff266fa58 100644 --- a/tests/grid/grid-filter-menu-angular.html +++ b/tests/grid/grid-filter-menu-angular.html @@ -55,7 +55,7 @@
                -
                +
                + Product1 + Product1
                +
                Product2 + Product2 + Name @@ -42,7 +42,7 @@ + Command @@ -62,7 +62,7 @@
                -
                +
                @@ -94,7 +94,7 @@ - +
                @@ -119,9 +119,6 @@
                -
                -
                -
                @@ -145,7 +142,7 @@

                Sortable

                + Name @@ -166,7 +163,7 @@

                Sortable

                + Command @@ -186,7 +183,7 @@

                Sortable

                -
                +
                @@ -218,7 +215,7 @@

                Sortable

                - +
                @@ -243,9 +240,6 @@

                Sortable

                -
                -
                -
                @@ -270,7 +264,7 @@

                Sortable & Resizable

                + Name @@ -292,7 +286,7 @@

                Sortable & Resizable

                + Command @@ -313,7 +307,7 @@

                Sortable & Resizable

                -
                +
                @@ -345,7 +339,7 @@

                Sortable & Resizable

                - +
                @@ -370,9 +364,6 @@

                Sortable & Resizable

                -
                -
                -
                diff --git a/tests/grid/grid-column-menu-tabbed.html b/tests/grid/grid-column-menu-tabbed.html index e76a8948110..f3665104846 100644 --- a/tests/grid/grid-column-menu-tabbed.html +++ b/tests/grid/grid-column-menu-tabbed.html @@ -33,7 +33,7 @@
                  -
                • +
                • -
                • +
                • -
                • +
                  • -
                  • +
                  • -
                  • +
                  • -
                  • +
                    • -
                    • +
                    • -
                    • +
                    • -
                    • +
                      • -
                      • +
                      • -
                      • +
                        • -
                        • +
                2 Chang BeveragesAniseed Syrup Condiments
                4 Chef Anton's Cajun Seasoning CondimentsChai Beverages
                2 Chang BeveragesAniseed Syrup Condiments
                4 Chef Anton's Cajun Seasoning Condiments
                RTL @@ -262,7 +262,7 @@
                RTL @@ -391,7 +391,7 @@
                RTL diff --git a/tests/grid/grid-editing-inline-angular.html b/tests/grid/grid-editing-inline-angular.html index ce4262bc136..0599278e59e 100644 --- a/tests/grid/grid-editing-inline-angular.html +++ b/tests/grid/grid-editing-inline-angular.html @@ -59,7 +59,7 @@

                Edit Row

                -
                +
                @@ -69,17 +69,17 @@

                Edit Row

                - - - - - + - - +
                + + + @@ -88,14 +88,14 @@

                Edit Row

                +
                Product2 + Product2 @@ -107,9 +107,6 @@

                Edit Row

                -
                -
                -
                @@ -162,7 +159,7 @@

                New Row

                -
                +
                @@ -188,13 +185,13 @@

                New Row

                - - - + - - + - - +
                + Product1 + Product1 @@ -203,14 +200,14 @@

                New Row

                +
                Product2 + Product2 @@ -222,9 +219,6 @@

                New Row

                -
                -
                -
                diff --git a/tests/grid/grid-editing-inline-blazor.html b/tests/grid/grid-editing-inline-blazor.html index 85711b09616..88df9c44c39 100644 --- a/tests/grid/grid-editing-inline-blazor.html +++ b/tests/grid/grid-editing-inline-blazor.html @@ -59,7 +59,7 @@

                Edit Row

                -
                +
                @@ -103,7 +103,7 @@

                Edit Row

                - +
                @@ -137,9 +137,6 @@

                Edit Row

                -
                -
                -
                @@ -192,7 +189,7 @@

                New Row

                -
                +
                @@ -266,7 +263,7 @@

                New Row

                - +
                @@ -300,9 +297,6 @@

                New Row

                -
                -
                -
                diff --git a/tests/grid/grid-editing.html b/tests/grid/grid-editing.html index 13899f934f2..ec2f39ad4cb 100644 --- a/tests/grid/grid-editing.html +++ b/tests/grid/grid-editing.html @@ -138,7 +138,7 @@
                Chang 19 false
                @@ -65,13 +65,13 @@ - - - + - - + - - +
                + Product1 + Product1
                +
                Product2 + Product2
                -
                -
                -
                @@ -162,7 +159,7 @@

                Sortable

                -
                +
                @@ -172,13 +169,13 @@

                Sortable

                - - - + - - + - - +
                + Product1 + Product1
                +
                Product2 + Product2
                -
                -
                -
                @@ -272,7 +266,7 @@

                Sortable & Resizable

                -
                +
                @@ -282,13 +276,13 @@

                Sortable & Resizable

                - - - + - - + - - +
                + Product1 + Product1
                +
                Product2 + Product2
                -
                -
                -
                diff --git a/tests/grid/grid-filter-menu-blazor.html b/tests/grid/grid-filter-menu-blazor.html index b74863211fa..cc70924dd11 100644 --- a/tests/grid/grid-filter-menu-blazor.html +++ b/tests/grid/grid-filter-menu-blazor.html @@ -55,7 +55,7 @@
                -
                +
                @@ -87,7 +87,7 @@ - +
                @@ -113,9 +113,6 @@
                -
                -
                -
                @@ -172,7 +169,7 @@

                Sortable

                -
                +
                @@ -204,7 +201,7 @@

                Sortable

                - +
                @@ -230,9 +227,6 @@

                Sortable

                -
                -
                -
                @@ -292,7 +286,7 @@

                Sortable & Resizable

                -
                +
                @@ -324,7 +318,7 @@

                Sortable & Resizable

                - +
                @@ -350,9 +344,6 @@

                Sortable & Resizable

                -
                -
                -
                diff --git a/tests/grid/grid-filter-row-angular.html b/tests/grid/grid-filter-row-angular.html index ed596fcaeed..7f2727f5d9c 100644 --- a/tests/grid/grid-filter-row-angular.html +++ b/tests/grid/grid-filter-row-angular.html @@ -133,7 +133,7 @@

                Base

                -
                +
                @@ -144,14 +144,14 @@

                Base

                - - - - + + - - + - - - + +
                + 1Product1 + 1Product1
                +
                2Product2 + 2Product2
                -
                -
                -
                @@ -323,7 +320,7 @@

                With Toolbar

                -
                +
                @@ -334,14 +331,14 @@

                With Toolbar

                - - - - + + - - + - - - + +
                + 1Product1 + 1Product1
                +
                2Product2 + 2Product2
                -
                -
                -
                diff --git a/tests/grid/grid-filter-row-blazor.html b/tests/grid/grid-filter-row-blazor.html index 97b836eeb26..78466d90280 100644 --- a/tests/grid/grid-filter-row-blazor.html +++ b/tests/grid/grid-filter-row-blazor.html @@ -141,7 +141,7 @@

                Base

                -
                +
                @@ -175,7 +175,7 @@

                Base

                - +
                @@ -202,9 +202,6 @@

                Base

                -
                -
                -
                @@ -349,7 +346,7 @@

                With Toolbar

                -
                +
                @@ -383,7 +380,7 @@

                With Toolbar

                - +
                @@ -410,9 +407,6 @@

                With Toolbar

                -
                -
                -
                diff --git a/tests/grid/grid-filter-row.html b/tests/grid/grid-filter-row.html index 0465cffff94..be8a85450b6 100644 --- a/tests/grid/grid-filter-row.html +++ b/tests/grid/grid-filter-row.html @@ -707,7 +707,7 @@
                18 false
                2 Chang 24 - 12 oz bottles10 false
                4 Chef Anton's Cajun Seasoning 48 - 6 oz jars
                @@ -175,7 +179,7 @@

                - + diff --git a/tests/grid/grid-grouping-blazor.html b/tests/grid/grid-grouping-blazor.html index f1e283deaac..c6b8e19fa36 100644 --- a/tests/grid/grid-grouping-blazor.html +++ b/tests/grid/grid-grouping-blazor.html @@ -60,7 +60,7 @@

                Base

                -
                +
                2
                @@ -94,7 +94,7 @@

                Base

                - +
                @@ -121,9 +121,6 @@

                Base

                -
                -
                -
                @@ -133,7 +130,9 @@

                Single Group

                - Id + + Id + @@ -148,7 +147,7 @@

                Single Group

                -
                +
                @@ -193,7 +192,7 @@

                Single Group

                -
                +
                @@ -251,7 +250,7 @@

                Single Group

                - +
                @@ -279,9 +278,6 @@

                Single Group

                -
                -
                -
                @@ -291,7 +287,9 @@

                Two Groups

                - Id + + Id + @@ -303,7 +301,9 @@

                Two Groups

                - Name + + Name + @@ -318,7 +318,7 @@

                Two Groups

                -
                +
                @@ -365,7 +365,7 @@

                Two Groups

                -
                +
                @@ -449,7 +449,7 @@

                Two Groups

                - +
                @@ -478,9 +478,6 @@

                Two Groups

                -
                -
                -
                diff --git a/tests/grid/grid-grouping-detail-template.html b/tests/grid/grid-grouping-detail-template.html index d068aa17d85..4b693440aeb 100644 --- a/tests/grid/grid-grouping-detail-template.html +++ b/tests/grid/grid-grouping-detail-template.html @@ -17,7 +17,7 @@
                Drag a column header and drop it here to group by that column
                -
                +
                @@ -35,14 +35,14 @@ - - - + @@ -192,16 +192,13 @@ - +
                + ID + Name @@ -62,7 +62,7 @@
                -
                +
                @@ -81,14 +81,14 @@ - - - - + + - + - - - - + +
                + 1Product1 + 1Product1
                + 2Product2 + 2Product2
                -
                -
                -
                @@ -145,7 +142,9 @@
                - ID + + ID + @@ -160,7 +159,7 @@
                -
                +
                @@ -180,14 +179,14 @@ - - - + @@ -228,7 +222,7 @@ - + diff --git a/tests/grid/grid-no-records.html b/tests/grid/grid-no-records.html index db4d210bf7f..81825555627 100644 --- a/tests/grid/grid-no-records.html +++ b/tests/grid/grid-no-records.html @@ -109,7 +109,7 @@

                Angular Grid

                -
                +
                + ID + Name @@ -207,7 +206,7 @@
                -
                +
                @@ -239,14 +238,14 @@ - - - - + + - + - - - - + +
                + 1Product1 + 1Product1
                @@ -277,14 +276,14 @@ + 2Product2 + 2Product2
                -
                -
                -
                @@ -315,7 +311,9 @@
                - ID + + ID + @@ -332,7 +330,9 @@ - Name + + Name + @@ -347,7 +347,7 @@
                -
                +
                @@ -369,14 +369,14 @@ - - - + @@ -97,11 +97,8 @@
                + ID + Name @@ -396,7 +396,7 @@
                -
                +
                @@ -442,14 +442,14 @@ - - - - + + - + - - - - + +
                + 1Product1 + 1Product1
                @@ -493,14 +493,14 @@ + 2Product2 + 2Product2
                -
                -
                -
                @@ -531,7 +528,9 @@
                - ID + + ID + @@ -548,7 +547,9 @@ - Name + + Name + @@ -563,7 +564,7 @@
                -
                +
                @@ -585,14 +586,14 @@ - - - + @@ -144,7 +144,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -160,7 +160,7 @@ - + @@ -180,7 +180,7 @@ - + @@ -190,7 +190,7 @@ - + @@ -200,7 +200,7 @@ - + @@ -210,7 +210,7 @@ - + @@ -306,7 +306,7 @@ - + @@ -314,7 +314,7 @@ - + @@ -332,7 +332,7 @@ - + @@ -340,7 +340,7 @@ - + @@ -464,7 +464,7 @@ - + @@ -474,7 +474,7 @@ - + @@ -500,7 +500,7 @@

                - + @@ -513,11 +513,8 @@
                + ID + Name @@ -612,7 +613,7 @@
                -
                +
                @@ -658,14 +659,14 @@ - - - - + + - + - - - - + + - + @@ -742,9 +743,6 @@
                + 1Product1 + 1Product1
                @@ -715,14 +716,14 @@ + 2Product2 + 2Product2
                -
                -
                -
                diff --git a/tests/grid/grid-grouping.html b/tests/grid/grid-grouping.html index 256d0fa3fd9..52a0d64612c 100644 --- a/tests/grid/grid-grouping.html +++ b/tests/grid/grid-grouping.html @@ -101,7 +101,7 @@
                -
                +
                @@ -117,7 +117,7 @@ - + @@ -223,7 +223,7 @@ - + @@ -274,7 +274,9 @@ - ID + + ID + @@ -298,7 +300,9 @@ - Name + + Name + @@ -320,7 +324,7 @@
                -
                +
                $18.00 Beverages
                2 Chang $19.00$18.00 Beverages
                2 Chang $19.00
                @@ -369,7 +373,7 @@
                -
                +
                @@ -414,7 +418,7 @@

                - + @@ -466,7 +470,9 @@ - ID + + ID + @@ -490,7 +496,9 @@ - Name + + Name + @@ -511,7 +519,7 @@
                -
                +
                2
                @@ -605,7 +613,7 @@

                - + diff --git a/tests/grid/grid-hierarchy.html b/tests/grid/grid-hierarchy.html index 6808d84ec36..3dbfcfee2e2 100644 --- a/tests/grid/grid-hierarchy.html +++ b/tests/grid/grid-hierarchy.html @@ -74,7 +74,7 @@ - + - + diff --git a/tests/grid/grid-locked-column-states.html b/tests/grid/grid-locked-column-states.html index 6c9d396f073..d930da12a70 100644 --- a/tests/grid/grid-locked-column-states.html +++ b/tests/grid/grid-locked-column-states.html @@ -22,7 +22,7 @@ - - - - - - + @@ -130,7 +130,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -146,14 +146,14 @@ - +
                2Beverages Soft drinks, coffees, teas, beers and ales
                2 Chef Anton's Cajun Seasoning $22.00
                + Order ID @@ -36,7 +36,7 @@ + Ship Name @@ -63,7 +63,7 @@
                + Ship Country @@ -77,7 +77,7 @@ + Ship City @@ -91,7 +91,7 @@ + Ship Address @@ -122,7 +122,7 @@ 10248 Vins et alcools Chevalier
                10249 Toms Spezialitäten
                10250 Hanari Carnes
                10251 Victuailles en stock (Hover)
                10252 Suprêmes délices (Selected)
                10253 Toms (Selected + Hover)
                10254 Hanari Carnes
                10255 Victuailles en stock
                -
                +
                @@ -166,7 +166,7 @@ - + @@ -176,7 +176,7 @@ - + @@ -186,7 +186,7 @@ - + @@ -196,7 +196,7 @@ - + diff --git a/tests/grid/grid-locked-columns-rtl.html b/tests/grid/grid-locked-columns-rtl.html index 1bb032152cb..13f70c8ce97 100644 --- a/tests/grid/grid-locked-columns-rtl.html +++ b/tests/grid/grid-locked-columns-rtl.html @@ -135,7 +135,7 @@ - + @@ -145,7 +145,7 @@ - + @@ -171,7 +171,7 @@

                - + @@ -184,11 +184,8 @@
                Reims 59 rue de l'Abbaye
                Germany Münster Luisenstr. 48Rio de Janeiro Rua do Paço, 67
                France Lyon 2, rue du CommerceCharleroi Boulevard Tirou, 255
                Germany Münster Luisenstr. 48Rio de Janeiro Rua do Paço, 67
                France Lyon 2, rue du Commerce Chai
                2 Chang3 Aniseed Syrup
                4 Chef Anton's Cajun Seasoning
                5 Chef Anton's Gumbo Mix
                -
                -
                -
                -
                +
                @@ -213,7 +210,7 @@ - + @@ -233,7 +230,7 @@ - + @@ -264,7 +261,7 @@

                - + @@ -284,9 +281,6 @@
                19 40 17
                22 0 53
                21.35 0 0
                -
                -
                -
                10248 Vins et alcools Chevalier
                10249 Toms Spezialitäten
                10250 Hanari Carnes
                10251 Victuailles en stock
                10252 Suprêmes délices
                10253 Toms Spezialitäten
                10254 Hanari Carnes
                10255 Victuailles en stock
                Reims 59 rue de l'Abbaye
                Germany Münster Luisenstr. 48Rio de Janeiro Rua do Paço, 67
                France Lyon 2, rue du CommerceCharleroi Boulevard Tirou, 255
                Germany Münster Luisenstr. 48Rio de Janeiro Rua do Paço, 67
                France Lyon 2, rue du Commerce10374 Wolski Zajazd
                10611 Wolski Zajazd
                10792 Wolski Zajazd
                10792 Wolski Zajazd
                Poland Warszawa
                Poland Warszawa
                Poland Warszawa
                Poland Warszawa
                Chai
                2 Chang3 Aniseed Syrup
                4 Chef Anton's Cajun Seasoning
                5 Chef Anton's Gumbo Mix
                -
                -
                -
                -
                +
                @@ -542,7 +539,7 @@ - + @@ -562,7 +559,7 @@ - + @@ -593,7 +590,7 @@

                - + @@ -613,9 +610,6 @@
                19 40 17
                22 0 53
                21.35 0 0
                -
                -
                -
                Chai
                Chang
                -
                -
                -
                -
                +
                @@ -115,7 +112,7 @@ - + @@ -128,9 +125,6 @@
                18 false
                17 19 false
                -
                -
                -
                @@ -216,7 +210,7 @@
                39 18
                2 Chang 1713 10
                4 Chef Anton's Cajun Seasoning 53
                @@ -125,9 +125,6 @@

                Angular Grid

                -
                -
                -
                diff --git a/tests/grid/grid-pager.html b/tests/grid/grid-pager.html index 5431b1df946..d80ffcdc39f 100644 --- a/tests/grid/grid-pager.html +++ b/tests/grid/grid-pager.html @@ -55,7 +55,7 @@
                1 Row
                2 Alt row
                1 Row
                2 Alt row
                -
                -
                -
                @@ -417,7 +414,7 @@
                1 Row
                2 Alt row
                1 Row
                2 Alt row
                -
                -
                -
                diff --git a/tests/grid/grid-react-basic.html b/tests/grid/grid-react-basic.html index 293b600d22e..a8fa3878e08 100644 --- a/tests/grid/grid-react-basic.html +++ b/tests/grid/grid-react-basic.html @@ -76,7 +76,7 @@
                -
                +
                @@ -100,7 +100,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -172,7 +172,7 @@ - + @@ -196,7 +196,7 @@ - + @@ -220,7 +220,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -259,9 +259,6 @@
                2 Chang Beverages
                4 Chef Anton's Cajun Seasoning Condiments
                6 Grandma's Boysenberry Spread Condiments
                8 Northwoods Cranberry Sauce Condiments
                10 Ikura Seafood
                12 Queso Manchego La Pastora Dairy Products
                14 Tofu Produce
                -
                -
                -
                diff --git a/tests/grid/grid-react.html b/tests/grid/grid-react.html index e7e891ff698..d6df8016afd 100644 --- a/tests/grid/grid-react.html +++ b/tests/grid/grid-react.html @@ -86,7 +86,7 @@
                -
                +
                @@ -116,7 +116,7 @@ - + - + - + - + - + - + - +
                false 10 boxes x 20 bags
                -
                -
                -
                -
                -
                -
                @@ -304,7 +301,7 @@
                Nested content
                - +
                -
                -
                -
                diff --git a/tests/grid/grid-rtl.html b/tests/grid/grid-rtl.html index f4e991206c8..f55bfe0243d 100644 --- a/tests/grid/grid-rtl.html +++ b/tests/grid/grid-rtl.html @@ -54,7 +54,7 @@ 1 Row - + 2 Alt row @@ -62,7 +62,7 @@ 3 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 @@ -292,7 +292,7 @@
                Nested content
                - +
                -
                -
                - Count: - 0 -
                +
                +
                +
                + Count: + 0
                @@ -259,7 +259,7 @@ false 0 - + Chang 17 false @@ -271,7 +271,7 @@ false 70 - + Chef Anton's Cajun Seasoning 53 false @@ -287,27 +287,27 @@
                -
                -
                - Sum: - 122.00 -
                -
                - Avg: - 30.50 -
                -
                - Min: - 13 -
                -
                - Max: - 53 -
                -
                - Count: - 8 -
                +
                +
                +
                + Sum: + 122.00 +
                +
                + Avg: + 30.50 +
                +
                + Min: + 13 +
                +
                + Max: + 53 +
                +
                + Count: + 8
                diff --git a/tests/grid/grid-selection-aggregates.html b/tests/grid/grid-selection-aggregates.html index 179a3a51d66..e377a16da94 100644 --- a/tests/grid/grid-selection-aggregates.html +++ b/tests/grid/grid-selection-aggregates.html @@ -75,7 +75,7 @@ false 0 - + Chang 17 false @@ -87,7 +87,7 @@ false 70 - + Chef Anton's Cajun Seasoning 53 false @@ -103,11 +103,11 @@
                -
                -
                - Count: - 0 -
                +
                +
                +
                + Count: + 0
                @@ -259,7 +259,7 @@ false 0 - + Chang 17 false @@ -271,7 +271,7 @@ false 70 - + Chef Anton's Cajun Seasoning 53 false @@ -287,27 +287,27 @@
                -
                -
                - Sum: - 122.00 -
                -
                - Avg: - 30.50 -
                -
                - Min: - 13 -
                -
                - Max: - 53 -
                -
                - Count: - 8 -
                +
                +
                +
                + Sum: + 122.00 +
                +
                + Avg: + 30.50 +
                +
                + Min: + 13 +
                +
                + Max: + 53 +
                +
                + Count: + 8
                diff --git a/tests/grid/grid-size-sm-comp-sm.html b/tests/grid/grid-size-sm-comp-sm.html index b56de120c3a..81a89eb550b 100644 --- a/tests/grid/grid-size-sm-comp-sm.html +++ b/tests/grid/grid-size-sm-comp-sm.html @@ -64,7 +64,7 @@ 1 Row - + 2 Alt row @@ -72,7 +72,7 @@ 3 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 @@ -444,7 +444,7 @@
                Nested content
                - + LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest @@ -667,7 +667,9 @@ - Price + + Price + @@ -684,7 +686,9 @@ - Name + + Name + @@ -699,7 +703,7 @@
                -
                +
                diff --git a/tests/grid/grid-size-sm.html b/tests/grid/grid-size-sm.html index b9f16546d86..89dd5d31ec4 100644 --- a/tests/grid/grid-size-sm.html +++ b/tests/grid/grid-size-sm.html @@ -64,7 +64,7 @@ - + @@ -72,7 +72,7 @@ - + - + - + @@ -667,7 +667,9 @@ - Price + + Price + @@ -684,7 +686,9 @@ - Name + + Name + @@ -699,7 +703,7 @@
                -
                +
                1 Row
                2 Alt row
                3 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 @@ -444,7 +444,7 @@
                Nested content
                LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest
                diff --git a/tests/grid/grid-sticky-column-states.html b/tests/grid/grid-sticky-column-states.html index 6456d9015ab..0cbb9f03756 100644 --- a/tests/grid/grid-sticky-column-states.html +++ b/tests/grid/grid-sticky-column-states.html @@ -66,7 +66,7 @@
                -
                +
                @@ -84,7 +84,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -150,9 +150,6 @@
                0 10
                Chang 17 $19.0070 25
                Chef Anton's (Alt Selected) 53 $22.000 0
                Grandma's (Alt Selected + Hover) 120 $25.000 10
                Northwoods Cranberry Sauce 6 $40.000 0
                Ikura 31 $31.00
                -
                -
                -
                @@ -162,7 +159,9 @@
                - Active Projects + + Active Projects + @@ -176,7 +175,7 @@
                -
                +
                @@ -197,14 +196,14 @@ - -
                + Team + Active Projects @@ -231,7 +230,7 @@
                -
                +
                @@ -264,7 +263,7 @@ - + @@ -301,7 +300,7 @@ - + @@ -317,7 +316,7 @@ - + @@ -337,9 +336,6 @@
                1429 True
                Employee 4 Team 12307 False
                Employee 2 Team 2 (Selected)4593 False
                Employee 5 Team 2
                -
                -
                -
                diff --git a/tests/grid/grid-sticky-columns-rtl.html b/tests/grid/grid-sticky-columns-rtl.html index f897a4c5019..73c2cf582d4 100644 --- a/tests/grid/grid-sticky-columns-rtl.html +++ b/tests/grid/grid-sticky-columns-rtl.html @@ -27,7 +27,9 @@
                - shipName + + shipName + @@ -42,7 +44,7 @@
                -
                +
                @@ -114,7 +116,7 @@
                -
                +
                @@ -155,7 +157,7 @@ - + - + - +
                Tuesday, January 16, 1996 10279
                @@ -198,7 +200,7 @@ Tuesday, January 30, 1996 10271
                @@ -241,7 +243,7 @@ Wednesday, January 31, 1996 10266
                @@ -260,9 +262,6 @@
                -
                -
                -
                diff --git a/tests/grid/grid-sticky-columns.html b/tests/grid/grid-sticky-columns.html index 48c9576824e..ab2cedc05ec 100644 --- a/tests/grid/grid-sticky-columns.html +++ b/tests/grid/grid-sticky-columns.html @@ -66,7 +66,7 @@
                -
                +
                @@ -84,7 +84,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -150,9 +150,6 @@
                0 10
                Chang 17 $19.0070 25
                Chef Anton's Cajun Seasoning 53 $22.000 0
                Grandma's Boysenberry Spread 120 $25.000 10
                Northwoods Cranberry Sauce 6 $40.000 0
                Ikura 31 $31.00
                -
                -
                -
                @@ -162,7 +159,9 @@
                - Active Projects + + Active Projects + @@ -176,7 +175,7 @@
                -
                +
                @@ -197,14 +196,14 @@ - - - + @@ -231,7 +231,7 @@ - + @@ -295,7 +295,7 @@ - + @@ -359,7 +359,7 @@ - + @@ -423,7 +423,7 @@ - + @@ -467,7 +467,7 @@ - + @@ -657,7 +657,7 @@ - + @@ -721,7 +721,7 @@ - + @@ -785,7 +785,7 @@ - + @@ -849,7 +849,7 @@ - + @@ -913,7 +913,7 @@ - + @@ -957,7 +957,7 @@ - + diff --git a/tests/grid/grid.html b/tests/grid/grid.html index dcacc2f1870..7baadf44a48 100644 --- a/tests/grid/grid.html +++ b/tests/grid/grid.html @@ -54,7 +54,7 @@ - + @@ -62,7 +62,7 @@ - + - + - +
                + Team + Active Projects @@ -231,7 +230,7 @@
                -
                +
                @@ -264,7 +263,7 @@ - + @@ -301,7 +300,7 @@ - + @@ -317,7 +316,7 @@ - + @@ -337,9 +336,6 @@
                1429 True
                Employee 4 Team 12307 False
                Employee 2 Team 2 (Selected)4593 False
                Employee 5 Team 2
                -
                -
                -
                diff --git a/tests/grid/grid-virtualization.html b/tests/grid/grid-virtualization.html index d9f9f558142..10a441955a0 100644 --- a/tests/grid/grid-virtualization.html +++ b/tests/grid/grid-virtualization.html @@ -167,7 +167,7 @@
                Row: 1, Col: 9 Row: 1, Col: 10
                Row: 2, Col: 1 Row: 2, Col: 2 Row: 2, Col: 3
                Row: 1, Col: 9 Row: 1, Col: 10
                Row: 2, Col: 1 Row: 2, Col: 2 Row: 2, Col: 31 Row
                2 Alt row
                3 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 @@ -292,7 +292,7 @@
                Nested content
                @@ -365,7 +365,7 @@ Alfreds Futterkiste Germany

                Image Editor Crop Pane

                -
                +
                diff --git a/tests/imageeditor/imageeditor-resize-pane.html b/tests/imageeditor/imageeditor-resize-pane.html index 58657307e23..a0e15557a0b 100644 --- a/tests/imageeditor/imageeditor-resize-pane.html +++ b/tests/imageeditor/imageeditor-resize-pane.html @@ -183,11 +183,11 @@

                Image Editor Resize Pane

                -
                +
                diff --git a/tests/pivotgrid/pivotgrid-cell-states.html b/tests/pivotgrid/pivotgrid-cell-states.html index 24267ee36e9..77c2cc24395 100644 --- a/tests/pivotgrid/pivotgrid-cell-states.html +++ b/tests/pivotgrid/pivotgrid-cell-states.html @@ -14,7 +14,9 @@
                - + + PivotGrid component. Use the arrow keys to navigate. +
                diff --git a/tests/pivotgrid/pivotgrid-jquery.html b/tests/pivotgrid/pivotgrid-jquery.html index 12a24b61a8c..218996e8001 100644 --- a/tests/pivotgrid/pivotgrid-jquery.html +++ b/tests/pivotgrid/pivotgrid-jquery.html @@ -63,7 +63,7 @@ -
                +
                @@ -155,7 +155,7 @@ - - +
                + All Periods @@ -294,7 +294,7 @@ $603,610.94 $805,067.19 $400,951.86$2,011,265.92$2,011,265.92
                diff --git a/tests/pivotgrid/pivotgrid-settings-left-right.html b/tests/pivotgrid/pivotgrid-settings-left-right.html index d3b6016912c..5565a574b62 100644 --- a/tests/pivotgrid/pivotgrid-settings-left-right.html +++ b/tests/pivotgrid/pivotgrid-settings-left-right.html @@ -14,7 +14,9 @@
                - + + PivotGrid component. Use the arrow keys to navigate. +
                @@ -455,7 +457,9 @@
                - + + PivotGrid component. Use the arrow keys to navigate. +
                diff --git a/tests/pivotgrid/pivotgrid-settings-top.html b/tests/pivotgrid/pivotgrid-settings-top.html index 756eabc189b..4f0f1e60c7b 100644 --- a/tests/pivotgrid/pivotgrid-settings-top.html +++ b/tests/pivotgrid/pivotgrid-settings-top.html @@ -14,7 +14,9 @@
                - + + PivotGrid component. Use the arrow keys to navigate. +
                diff --git a/tests/pivotgrid/pivotgrid.html b/tests/pivotgrid/pivotgrid.html index 87c7a4cb9cd..9f79bc56c33 100644 --- a/tests/pivotgrid/pivotgrid.html +++ b/tests/pivotgrid/pivotgrid.html @@ -14,7 +14,9 @@
                - + + PivotGrid component. Use the arrow keys to navigate. +
                diff --git a/tests/prompt/prompt-more-actions.html b/tests/prompt/prompt-more-actions.html index 872153aa906..3c24aa4293a 100644 --- a/tests/prompt/prompt-more-actions.html +++ b/tests/prompt/prompt-more-actions.html @@ -28,7 +28,7 @@
                - - - - - - - - - - -
                + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - -
                @@ -111,7 +111,7 @@ solid
                @@ -135,7 +135,7 @@
                400
                diff --git a/tests/spreadsheet/spreadsheet-cell-contextmenu.html b/tests/spreadsheet/spreadsheet-cell-contextmenu.html index 86013a6f3d1..c7c13de007f 100644 --- a/tests/spreadsheet/spreadsheet-cell-contextmenu.html +++ b/tests/spreadsheet/spreadsheet-cell-contextmenu.html @@ -729,7 +729,7 @@
                  -
                • +
                • Sheet 1 @@ -743,7 +743,7 @@
                • -
                • +
                • Sheet 2 @@ -757,7 +757,7 @@
                • -
                • +
                • Sheet 3 @@ -771,7 +771,7 @@
                • -
                • +
                • Sheet 4 @@ -785,7 +785,7 @@
                • -
                • +
                • Sheet 5 @@ -799,7 +799,7 @@
                • -
                • +
                • Sheet 6 diff --git a/tests/spreadsheet/spreadsheet-filtering.html b/tests/spreadsheet/spreadsheet-filtering.html index 178e56cacfe..1afe6e9d611 100644 --- a/tests/spreadsheet/spreadsheet-filtering.html +++ b/tests/spreadsheet/spreadsheet-filtering.html @@ -736,7 +736,7 @@
                    -
                  • +
                  • Sheet 1 @@ -750,7 +750,7 @@
                  • -
                  • +
                  • Sheet 2 @@ -764,7 +764,7 @@
                  • -
                  • +
                  • Sheet 3 @@ -778,7 +778,7 @@
                  • -
                  • +
                  • Sheet 4 @@ -792,7 +792,7 @@
                  • -
                  • +
                  • Sheet 5 @@ -806,7 +806,7 @@
                  • -
                  • +
                  • Sheet 6 diff --git a/tests/spreadsheet/spreadsheet-formula.html b/tests/spreadsheet/spreadsheet-formula.html index d53a7b34051..7384b95d204 100644 --- a/tests/spreadsheet/spreadsheet-formula.html +++ b/tests/spreadsheet/spreadsheet-formula.html @@ -524,7 +524,7 @@
                      -
                    • +
                    • Sheet 1 @@ -538,7 +538,7 @@
                    • -
                    • +
                    • Sheet 2 @@ -552,7 +552,7 @@
                    • -
                    • +
                    • Sheet 3 @@ -566,7 +566,7 @@
                    • -
                    • +
                    • Sheet 4 @@ -580,7 +580,7 @@
                    • -
                    • +
                    • Sheet 5 @@ -594,7 +594,7 @@
                    • -
                    • +
                    • Sheet 6 diff --git a/tests/spreadsheet/spreadsheet-jquery.html b/tests/spreadsheet/spreadsheet-jquery.html index fb08126c862..9be2089b6b1 100644 --- a/tests/spreadsheet/spreadsheet-jquery.html +++ b/tests/spreadsheet/spreadsheet-jquery.html @@ -49,7 +49,7 @@
                        -
                      • +
                      • Home
                      • @@ -865,7 +865,7 @@
                          -
                        • +
                        • Food Order
                        • -
                        • +
                        • Sheet 2 @@ -757,7 +757,7 @@
                        • -
                        • +
                        • Sheet 3 @@ -771,7 +771,7 @@
                        • -
                        • +
                        • Sheet 4 @@ -785,7 +785,7 @@
                        • -
                        • +
                        • Sheet 5 @@ -799,7 +799,7 @@
                        • -
                        • +
                        • Sheet 6 diff --git a/tests/spreadsheet/spreadsheet-sheets-bar.html b/tests/spreadsheet/spreadsheet-sheets-bar.html index ecb40443b5c..4dea0b50260 100644 --- a/tests/spreadsheet/spreadsheet-sheets-bar.html +++ b/tests/spreadsheet/spreadsheet-sheets-bar.html @@ -51,7 +51,7 @@
                            -
                          • +
                          • Sheet 1 @@ -65,7 +65,7 @@
                          • -
                          • +
                          • Sheet 2 @@ -79,7 +79,7 @@
                          • -
                          • +
                          • Sheet 3 @@ -93,7 +93,7 @@
                          • -
                          • +
                          • Sheet 4 @@ -107,7 +107,7 @@
                          • -
                          • +
                          • Sheet 5 @@ -121,7 +121,7 @@
                          • -
                          • +
                          • Sheet 6 diff --git a/tests/spreadsheet/spreadsheet.html b/tests/spreadsheet/spreadsheet.html index 6a7e1cd0c2b..330b8454e5b 100644 --- a/tests/spreadsheet/spreadsheet.html +++ b/tests/spreadsheet/spreadsheet.html @@ -722,7 +722,7 @@
                              -
                            • +
                            • Sheet 1 @@ -736,7 +736,7 @@
                            • -
                            • +
                            • Sheet 2 @@ -750,7 +750,7 @@
                            • -
                            • +
                            • Sheet 3 @@ -764,7 +764,7 @@
                            • -
                            • +
                            • Sheet 4 @@ -778,7 +778,7 @@
                            • -
                            • +
                            • Sheet 5 @@ -792,7 +792,7 @@
                            • -
                            • +
                            • Sheet 6 diff --git a/tests/switch/switch-size-rounded.html b/tests/switch/switch-size-rounded.html index a061fef9eeb..8b07f248bfd 100644 --- a/tests/switch/switch-size-rounded.html +++ b/tests/switch/switch-size-rounded.html @@ -35,6 +35,7 @@ On + Off @@ -42,6 +43,7 @@ + On Off @@ -53,6 +55,7 @@ On + Off @@ -60,6 +63,7 @@ + On Off @@ -71,6 +75,7 @@ On + Off @@ -78,6 +83,7 @@ + On Off @@ -90,6 +96,7 @@ On + Off @@ -97,6 +104,7 @@ + On Off @@ -108,6 +116,7 @@ On + Off @@ -115,6 +124,7 @@ + On Off @@ -126,6 +136,7 @@ On + Off @@ -133,6 +144,7 @@ + On Off @@ -145,6 +157,7 @@ On + Off @@ -152,6 +165,7 @@ + On Off @@ -163,6 +177,7 @@ On + Off @@ -170,6 +185,7 @@ + On Off @@ -181,6 +197,7 @@ On + Off @@ -188,6 +205,7 @@ + On Off @@ -200,6 +218,7 @@ On + Off @@ -207,6 +226,7 @@ + On Off @@ -218,6 +238,7 @@ On + Off @@ -225,6 +246,7 @@ + On Off @@ -236,6 +258,7 @@ On + Off @@ -243,6 +266,7 @@ + On Off @@ -255,6 +279,7 @@ On + Off @@ -262,6 +287,7 @@ + On Off @@ -273,6 +299,7 @@ On + Off @@ -280,6 +307,7 @@ + On Off @@ -291,6 +319,7 @@ On + Off @@ -298,6 +327,7 @@ + On Off diff --git a/tests/switch/switch.html b/tests/switch/switch.html index 65580979bef..cb2224293c8 100644 --- a/tests/switch/switch.html +++ b/tests/switch/switch.html @@ -28,7 +28,10 @@ normal
                              - + + On + Off + @@ -36,7 +39,10 @@
                              - + + On + Off + @@ -44,7 +50,10 @@
                              - + + On + Off + @@ -52,7 +61,10 @@
                              - + + On + Off + @@ -61,7 +73,10 @@ hover
                              - + + On + Off + @@ -69,7 +84,10 @@
                              - + + On + Off + @@ -77,7 +95,10 @@
                              - + + On + Off + @@ -85,7 +106,10 @@
                              - + + On + Off + @@ -94,7 +118,10 @@ focus
                              - + + On + Off + @@ -102,7 +129,10 @@
                              - + + On + Off + @@ -110,7 +140,10 @@
                              - + + On + Off + @@ -118,7 +151,10 @@
                              - + + On + Off + @@ -127,7 +163,10 @@ disabled
                              - + + On + Off + @@ -135,7 +174,10 @@
                              - + + On + Off + @@ -143,7 +185,10 @@
                              - + + On + Off + @@ -151,7 +196,10 @@
                              - + + On + Off + diff --git a/tests/tabstrip/tabstrip-actions.html b/tests/tabstrip/tabstrip-actions.html index ebb3738d3ff..6603f005bfb 100644 --- a/tests/tabstrip/tabstrip-actions.html +++ b/tests/tabstrip/tabstrip-actions.html @@ -12,10 +12,10 @@
                              -
                              +
                                -
                              • +
                              • One Action @@ -29,7 +29,7 @@
                              • -
                              • +
                              • Two Actions @@ -50,7 +50,7 @@
                              • -
                              • +
                              • Action and Close diff --git a/tests/tabstrip/tabstrip-alignment.html b/tests/tabstrip/tabstrip-alignment.html index 3fc4f7b4ef0..4b015363062 100644 --- a/tests/tabstrip/tabstrip-alignment.html +++ b/tests/tabstrip/tabstrip-alignment.html @@ -12,30 +12,30 @@
                                -
                                +
                                  -
                                • +
                                • First
                                • -
                                • +
                                • Second
                                • -
                                • +
                                • Third
                                • -
                                • +
                                • Fourth
                                • -
                                • +
                                • Fifth @@ -48,30 +48,30 @@
                                -
                                +
                                  -
                                • +
                                • First
                                • -
                                • +
                                • Second
                                • -
                                • +
                                • Third
                                • -
                                • +
                                • Fourth
                                • -
                                • +
                                • Fifth @@ -84,30 +84,30 @@
                                -
                                +
                                  -
                                • +
                                • First
                                • -
                                • +
                                • Second
                                • -
                                • +
                                • Third
                                • -
                                • +
                                • Fourth
                                • -
                                • +
                                • Fifth @@ -120,30 +120,30 @@
                                -
                                +
                                  -
                                • +
                                • First
                                • -
                                • +
                                • Second
                                • -
                                • +
                                • Third
                                • -
                                • +
                                • Fourth
                                • -
                                • +
                                • Fifth @@ -156,30 +156,30 @@
                                -
                                +
                                  -
                                • +
                                • First
                                • -
                                • +
                                • Second
                                • -
                                • +
                                • Third
                                • -
                                • +
                                • Fourth
                                • -
                                • +
                                • Fifth diff --git a/tests/tabstrip/tabstrip-closable.html b/tests/tabstrip/tabstrip-closable.html index 978ce4b7456..e156737a4b0 100644 --- a/tests/tabstrip/tabstrip-closable.html +++ b/tests/tabstrip/tabstrip-closable.html @@ -12,10 +12,10 @@
                                  -
                                  +
                                    -
                                  • +
                                  • First @@ -29,7 +29,7 @@
                                  • -
                                  • +
                                  • Second @@ -43,7 +43,7 @@
                                  • -
                                  • +
                                  • Third @@ -65,13 +65,13 @@
                                  -
                                  +
                                  Closable items
                                    -
                                  • +
                                  • First @@ -85,7 +85,7 @@
                                  • -
                                  • +
                                  • Second @@ -99,7 +99,7 @@
                                  • -
                                  • +
                                  • Third @@ -118,10 +118,10 @@
                                  -
                                  +
                                    -
                                  • +
                                  • First @@ -135,7 +135,7 @@
                                  • -
                                  • +
                                  • Second @@ -149,7 +149,7 @@
                                  • -
                                  • +
                                  • Third @@ -171,10 +171,10 @@
                                  -
                                  +
                                    -
                                  • +
                                  • First @@ -188,7 +188,7 @@
                                  • -
                                  • +
                                  • Second @@ -202,7 +202,7 @@
                                  • -
                                  • +
                                  • Third diff --git a/tests/tabstrip/tabstrip-icons.html b/tests/tabstrip/tabstrip-icons.html index bafc6faff06..eb8411815a1 100644 --- a/tests/tabstrip/tabstrip-icons.html +++ b/tests/tabstrip/tabstrip-icons.html @@ -12,10 +12,10 @@
                                    -
                                    +
                                      -
                                    • +
                                    • First
                                    • -
                                    • +
                                    • Second
                                    • -
                                    • +
                                    • Third
                                    • -
                                    • +
                                    -
                                    +
                                      -
                                    • +
                                    • First @@ -76,7 +76,7 @@
                                    • -
                                    • +
                                    • Second @@ -86,7 +86,7 @@
                                    • -
                                    • +
                                    • Third @@ -96,7 +96,7 @@
                                    • -
                                    • +
                                    • Fourth diff --git a/tests/tabstrip/tabstrip-rtl.html b/tests/tabstrip/tabstrip-rtl.html index c266b08a0d2..758f05c7754 100644 --- a/tests/tabstrip/tabstrip-rtl.html +++ b/tests/tabstrip/tabstrip-rtl.html @@ -12,30 +12,30 @@
                                      -
                                      +
                                        -
                                      • +
                                      • First
                                      • -
                                      • +
                                      • Second
                                      • -
                                      • +
                                      • Third
                                      • -
                                      • +
                                      • Fourth
                                      • -
                                      • +
                                      • Fifth @@ -44,15 +44,15 @@
                                      -
                                      +
                                        -
                                      • +
                                      • Inner First
                                      • -
                                      • +
                                      • Inner Second @@ -66,33 +66,33 @@
                                      -
                                      +
                                      Bottom orientation
                                        -
                                      • +
                                      • First
                                      • -
                                      • +
                                      • Second
                                      • -
                                      • +
                                      • Third
                                      • -
                                      • +
                                      • Fourth
                                      • -
                                      • +
                                      • Fifth @@ -102,30 +102,30 @@
                                      -
                                      +
                                        -
                                      • +
                                      • First
                                      • -
                                      • +
                                      • Second
                                      • -
                                      • +
                                      • Third
                                      • -
                                      • +
                                      • Fourth
                                      • -
                                      • +
                                      • Fifth @@ -138,30 +138,30 @@
                                      -
                                      +
                                        -
                                      • +
                                      • First
                                      • -
                                      • +
                                      • Second
                                      • -
                                      • +
                                      • Third
                                      • -
                                      • +
                                      • Fourth
                                      • -
                                      • +
                                      • Fifth diff --git a/tests/tabstrip/tabstrip-scrollable-buttons-end.html b/tests/tabstrip/tabstrip-scrollable-buttons-end.html index f29b72fcfa3..df9f87b7546 100644 --- a/tests/tabstrip/tabstrip-scrollable-buttons-end.html +++ b/tests/tabstrip/tabstrip-scrollable-buttons-end.html @@ -24,30 +24,30 @@
                                        -
                                        +
                                          -
                                        • +
                                        • First
                                        • -
                                        • +
                                        • Second
                                        • -
                                        • +
                                        • Third
                                        • -
                                        • +
                                        • Fourth
                                        • -
                                        • +
                                        • Fifth @@ -74,33 +74,33 @@
                                        -
                                        +
                                        Bottom scrollable
                                          -
                                        • +
                                        • First
                                        • -
                                        • +
                                        • Second
                                        • -
                                        • +
                                        • Third
                                        • -
                                        • +
                                        • Fourth
                                        • -
                                        • +
                                        • Fifth @@ -124,30 +124,30 @@
                                        -
                                        +
                                          -
                                        • +
                                        • First
                                        • -
                                        • +
                                        • Second
                                        • -
                                        • +
                                        • Third
                                        • -
                                        • +
                                        • Fourth
                                        • -
                                        • +
                                        • Fifth @@ -174,30 +174,30 @@
                                        -
                                        +
                                          -
                                        • +
                                        • First
                                        • -
                                        • +
                                        • Second
                                        • -
                                        • +
                                        • Third
                                        • -
                                        • +
                                        • Fourth
                                        • -
                                        • +
                                        • Fifth diff --git a/tests/tabstrip/tabstrip-scrollable-buttons-start.html b/tests/tabstrip/tabstrip-scrollable-buttons-start.html index fe79374f851..5ad4bb173e4 100644 --- a/tests/tabstrip/tabstrip-scrollable-buttons-start.html +++ b/tests/tabstrip/tabstrip-scrollable-buttons-start.html @@ -24,7 +24,7 @@
                                          -
                                          +
                                            -
                                          • +
                                          • First
                                          • -
                                          • +
                                          • Second
                                          • -
                                          • +
                                          • Third
                                          • -
                                          • +
                                          • Fourth
                                          • -
                                          • +
                                          • Fifth @@ -74,7 +74,7 @@
                                          -
                                          +
                                          Bottom scrollable
                                          @@ -94,27 +94,27 @@
                                            -
                                          • +
                                          • First
                                          • -
                                          • +
                                          • Second
                                          • -
                                          • +
                                          • Third
                                          • -
                                          • +
                                          • Fourth
                                          • -
                                          • +
                                          • Fifth @@ -124,7 +124,7 @@
                                          -
                                          +
                                            -
                                          • +
                                          • First
                                          • -
                                          • +
                                          • Second
                                          • -
                                          • +
                                          • Third
                                          • -
                                          • +
                                          • Fourth
                                          • -
                                          • +
                                          • Fifth @@ -174,7 +174,7 @@
                                          -
                                          +
                                            -
                                          • +
                                          • First
                                          • -
                                          • +
                                          • Second
                                          • -
                                          • +
                                          • Third
                                          • -
                                          • +
                                          • Fourth
                                          • -
                                          • +
                                          • Fifth diff --git a/tests/tabstrip/tabstrip-scrollable-rtl.html b/tests/tabstrip/tabstrip-scrollable-rtl.html index 184567e0919..57fd51210fb 100644 --- a/tests/tabstrip/tabstrip-scrollable-rtl.html +++ b/tests/tabstrip/tabstrip-scrollable-rtl.html @@ -24,7 +24,7 @@
                                            -
                                            +
                                              -
                                            • +
                                            • First
                                            • -
                                            • +
                                            • Second
                                            • -
                                            • +
                                            • Third
                                            • -
                                            • +
                                            • Fourth
                                            • -
                                            • +
                                            • Fifth @@ -74,7 +74,7 @@
                                            -
                                            +
                                            Bottom scrollable
                                            @@ -87,27 +87,27 @@
                                              -
                                            • +
                                            • First
                                            • -
                                            • +
                                            • Second
                                            • -
                                            • +
                                            • Third
                                            • -
                                            • +
                                            • Fourth
                                            • -
                                            • +
                                            • Fifth @@ -124,7 +124,7 @@
                                            -
                                            +
                                              -
                                            • +
                                            • First
                                            • -
                                            • +
                                            • Second
                                            • -
                                            • +
                                            • Third
                                            • -
                                            • +
                                            • Fourth
                                            • -
                                            • +
                                            • Fifth @@ -174,7 +174,7 @@
                                            -
                                            +
                                              -
                                            • +
                                            • First
                                            • -
                                            • +
                                            • Second
                                            • -
                                            • +
                                            • Third
                                            • -
                                            • +
                                            • Fourth
                                            • -
                                            • +
                                            • Fifth diff --git a/tests/tabstrip/tabstrip-scrollable.html b/tests/tabstrip/tabstrip-scrollable.html index d6e1473d4e9..74757a5f98f 100644 --- a/tests/tabstrip/tabstrip-scrollable.html +++ b/tests/tabstrip/tabstrip-scrollable.html @@ -24,7 +24,7 @@
                                              -
                                              +
                                                -
                                              • +
                                              • First
                                              • -
                                              • +
                                              • Second
                                              • -
                                              • +
                                              • Third
                                              • -
                                              • +
                                              • Fourth
                                              • -
                                              • +
                                              • Fifth @@ -74,7 +74,7 @@
                                              -
                                              +
                                              Bottom scrollable
                                              @@ -87,27 +87,27 @@
                                                -
                                              • +
                                              • First
                                              • -
                                              • +
                                              • Second
                                              • -
                                              • +
                                              • Third
                                              • -
                                              • +
                                              • Fourth
                                              • -
                                              • +
                                              • Fifth @@ -124,7 +124,7 @@
                                              -
                                              +
                                                -
                                              • +
                                              • First
                                              • -
                                              • +
                                              • Second
                                              • -
                                              • +
                                              • Third
                                              • -
                                              • +
                                              • Fourth
                                              • -
                                              • +
                                              • Fifth @@ -174,7 +174,7 @@
                                              -
                                              +
                                                -
                                              • +
                                              • First
                                              • -
                                              • +
                                              • Second
                                              • -
                                              • +
                                              • Third
                                              • -
                                              • +
                                              • Fourth
                                              • -
                                              • +
                                              • Fifth diff --git a/tests/tabstrip/tabstrip-sortable.html b/tests/tabstrip/tabstrip-sortable.html index 5e357fe5e38..bdf2bc71287 100644 --- a/tests/tabstrip/tabstrip-sortable.html +++ b/tests/tabstrip/tabstrip-sortable.html @@ -12,15 +12,15 @@
                                                -
                                                +
                                                  -
                                                • +
                                                • dragging
                                                • -
                                                • +
                                                • normal @@ -33,18 +33,18 @@
                                                -
                                                +
                                                Bottom sortable
                                                  -
                                                • +
                                                • dragging
                                                • -
                                                • +
                                                • normal @@ -54,15 +54,15 @@
                                                -
                                                +
                                                  -
                                                • +
                                                • dragging
                                                • -
                                                • +
                                                • normal @@ -75,15 +75,15 @@
                                                -
                                                +
                                                  -
                                                • +
                                                • dragging
                                                • -
                                                • +
                                                • normal diff --git a/tests/tabstrip/tabstrip-states.html b/tests/tabstrip/tabstrip-states.html index 11e43409eb2..453ac0b8609 100644 --- a/tests/tabstrip/tabstrip-states.html +++ b/tests/tabstrip/tabstrip-states.html @@ -12,25 +12,25 @@
                                                  -
                                                  +
                                                    -
                                                  • +
                                                  • active
                                                  • -
                                                  • +
                                                  • hover
                                                  • -
                                                  • +
                                                  • disabled
                                                  • -
                                                  • +
                                                  • focus @@ -43,10 +43,10 @@
                                                  -
                                                  +
                                                    -
                                                  • +
                                                  • First @@ -60,7 +60,7 @@
                                                  • -
                                                  • +
                                                  • Second @@ -74,7 +74,7 @@
                                                  • -
                                                  • +
                                                  • Third @@ -96,15 +96,15 @@
                                                  -
                                                  +
                                                    -
                                                  • +
                                                  • focus active
                                                  • -
                                                  • +
                                                  • normal @@ -117,10 +117,10 @@
                                                  -
                                                  +
                                                    -
                                                  • +
                                                  • First @@ -134,7 +134,7 @@
                                                  • -
                                                  • +
                                                  • Second @@ -148,7 +148,7 @@
                                                  • -
                                                  • +
                                                  • Third @@ -169,30 +169,30 @@
                                                  -
                                                  +
                                                    -
                                                  • +
                                                  • First
                                                  • -
                                                  • +
                                                  • Second
                                                  • -
                                                  • +
                                                  • Third
                                                  • -
                                                  • +
                                                  • Fourth
                                                  • -
                                                  • +
                                                  • Fifth diff --git a/tests/tabstrip/tabstrip.html b/tests/tabstrip/tabstrip.html index b9fc0377949..4656fc7efb4 100644 --- a/tests/tabstrip/tabstrip.html +++ b/tests/tabstrip/tabstrip.html @@ -12,30 +12,30 @@
                                                    -
                                                    +
                                                      -
                                                    • +
                                                    • First
                                                    • -
                                                    • +
                                                    • Second
                                                    • -
                                                    • +
                                                    • Third
                                                    • -
                                                    • +
                                                    • Fourth
                                                    • -
                                                    • +
                                                    • Fifth @@ -44,15 +44,15 @@
                                                    -
                                                    +
                                                      -
                                                    • +
                                                    • Inner First
                                                    • -
                                                    • +
                                                    • Inner Second @@ -66,33 +66,33 @@
                                                    -
                                                    +
                                                    Bottom orientation
                                                      -
                                                    • +
                                                    • First
                                                    • -
                                                    • +
                                                    • Second
                                                    • -
                                                    • +
                                                    • Third
                                                    • -
                                                    • +
                                                    • Fourth
                                                    • -
                                                    • +
                                                    • Fifth @@ -102,30 +102,30 @@
                                                    -
                                                    +
                                                      -
                                                    • +
                                                    • First
                                                    • -
                                                    • +
                                                    • Second
                                                    • -
                                                    • +
                                                    • Third
                                                    • -
                                                    • +
                                                    • Fourth
                                                    • -
                                                    • +
                                                    • Fifth @@ -138,30 +138,30 @@
                                                    -
                                                    +
                                                      -
                                                    • +
                                                    • First
                                                    • -
                                                    • +
                                                    • Second
                                                    • -
                                                    • +
                                                    • Third
                                                    • -
                                                    • +
                                                    • Fourth
                                                    • -
                                                    • +
                                                    • Fifth diff --git a/tests/toolbar/toolbar-angular.html b/tests/toolbar/toolbar-angular.html deleted file mode 100644 index 7e6115c12fa..00000000000 --- a/tests/toolbar/toolbar-angular.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Document - - - - - - - - -
                                                      - Angular specific rendering and spacing -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      - - -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      - - - - -
                                                      -
                                                      -
                                                      -
                                                      - wrapped - rtl -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      - - -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      - - - - -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      - - -
                                                      -
                                                      -
                                                      - -
                                                      -
                                                      -
                                                      - - - - -
                                                      -
                                                      -
                                                      -
                                                      -
                                                      - - diff --git a/tests/treelist/treelist-aggregates.html b/tests/treelist/treelist-aggregates.html index 2952f248f38..6233ad3289f 100644 --- a/tests/treelist/treelist-aggregates.html +++ b/tests/treelist/treelist-aggregates.html @@ -59,7 +59,7 @@
                @@ -84,7 +84,7 @@ Chief Technical Officer March 3, 2010
                @@ -98,7 +98,7 @@ Chief Product Officer November 30, 2014
                @@ -112,7 +112,7 @@ Chief Process Officer February 25, 2010
                @@ -144,7 +144,7 @@ Last employee hired on July 30, 2015
                @@ -158,7 +158,7 @@ Chief Financial Officer August 17, 2015
                @@ -248,7 +248,7 @@
                -
                +
                @@ -325,7 +325,7 @@ - +
                -
                -
                -
                diff --git a/tests/treelist/treelist-row-reordering.html b/tests/treelist/treelist-row-reordering.html index f0e59ef272d..079f3581ba0 100644 --- a/tests/treelist/treelist-row-reordering.html +++ b/tests/treelist/treelist-row-reordering.html @@ -24,7 +24,7 @@
                @@ -79,7 +79,7 @@ Sweeney CEO
                @@ -152,7 +152,7 @@ Wooten Chief Technical Officer
                @@ -169,7 +169,7 @@ Weber VP, Engineering
                @@ -229,7 +229,7 @@
                + Name @@ -243,7 +243,7 @@ + Position @@ -257,7 +257,7 @@ + Hire Date