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/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/html/src/gantt/templates/gantt-normal.tsx b/packages/html/src/gantt/templates/gantt-normal.tsx index a7181fa8728..19334543ffd 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,7 +59,7 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta - + @@ -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 @@ -350,55 +149,17 @@ 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..4b3b612acdc 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 || - +
@@ -61,7 +61,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530 - + @@ -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 @@ -376,55 +157,17 @@ 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/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/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(
-
-
- - - - - - - - - - + + +
- - - 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,600 +212,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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/01Mon 6/02Tue 6/03Wed 6/04Thu 6/05Fri 6/06Sat 6/07
+
+
+
+
+ + + + + - + + + + - + + + + - + + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Prototype
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
Architecture
- - - - - - - - - -
-
-
-
-
-
-
+ + + + + + + + + + + - + + + + + + + + +
-
-
-
-
-
Data Layer
- - - - - - - - - -
-
-
-
-
-
-
+ + + + + - - - - - - - - - - - - - - -
-
-
-
-
-
UI and Interaction
- - - - - - - - - +
+
+
+
-
-
-
-
-
-
Unit Tests
- - - - - - - - - -
-
+
+
-
-
+
-
+
@@ -1184,37 +318,11 @@
-
-
-
-
-
Integration Testing
- - - - - - - - - -
-
-
-
-
-
-
-
-
+
+
-
Load Testing
+
Validation with Customers
@@ -1236,50 +344,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Structure
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
+
+
+
-
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..bcc1c464a35 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,600 +174,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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/01Mon 6/02Tue 6/03Wed 6/04Thu 6/05Fri 6/06Sat 6/07
+
+
+
+
+ + + + + - + + + + - + + + + - + + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Prototype
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
Architecture
- - - - - - - - - -
-
-
-
-
-
-
+ + + + + + + + + + + - + + + + + + + + +
-
-
-
-
-
Data Layer
- - - - - - - - - -
-
-
-
-
-
-
+ + + + + - - - - - - - - - - - - - - -
-
-
-
-
-
UI and Interaction
- - - - - - - - - +
+
+
+
-
-
-
-
-
-
Unit Tests
- - - - - - - - - -
-
+
+
-
-
+
-
+
@@ -1020,37 +280,11 @@
-
-
-
-
-
Integration Testing
- - - - - - - - - -
-
-
-
-
-
-
-
-
+
+
-
Load Testing
+
Validation with Customers
@@ -1072,50 +306,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Structure
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
+
+
+
-
Articles
+
Market Research
@@ -1131,36 +326,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
@@ -1168,92 +341,6 @@
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
@@ -1261,25 +348,10 @@
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
+
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-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 @@
- - - - - - - - - - -