From 6172d36889c27b84c6facee5818ed6a3f9f3e646 Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Wed, 3 Jul 2024 16:45:16 +0530 Subject: [PATCH] Integrated latest changes at 07-03-2024 4:30:15 PM --- ej2-react-toc.html | 3 + ej2-react/auto-complete/disabled-items.md | 2 +- .../resource-customization-cs1/app/App.jsx | 0 .../resource-customization-cs1/app/App.tsx | 0 .../app/datasource.jsx | 198 +++++++++++++++++ .../app/datasource.tsx | 204 ++++++++++++++++++ .../resource-customization-cs1/app/index.jsx | 137 ++++++++++++ .../resource-customization-cs1/app/index.tsx | 137 ++++++++++++ .../resource-customization-cs1/index.html | 32 +++ .../systemjs.config.js | 61 ++++++ ej2-react/gantt/accessibility.md | 31 ++- ej2-react/gantt/images/baseline.png | Bin 0 -> 17029 bytes ej2-react/gantt/images/chart.png | Bin 0 -> 87852 bytes ej2-react/gantt/images/chartedit.png | Bin 0 -> 15696 bytes ej2-react/gantt/images/critical-path.png | Bin 0 -> 51164 bytes ej2-react/gantt/images/dependency.png | Bin 0 -> 19452 bytes ej2-react/gantt/images/dependencytab.png | Bin 0 -> 48413 bytes ej2-react/gantt/images/dialogBox.png | Bin 0 -> 83938 bytes ej2-react/gantt/images/drag.png | Bin 0 -> 26765 bytes ej2-react/gantt/images/event-markers.png | Bin 0 -> 45658 bytes ej2-react/gantt/images/gantt.png | Bin 0 -> 44154 bytes ej2-react/gantt/images/indicators.png | Bin 0 -> 47512 bytes ej2-react/gantt/images/manual-task.png | Bin 0 -> 13695 bytes ej2-react/gantt/images/milestone-element.png | Bin 0 -> 32243 bytes ej2-react/gantt/images/notestab.png | Bin 0 -> 20337 bytes ej2-react/gantt/images/resourcestab.png | Bin 0 -> 46024 bytes ej2-react/gantt/images/tabular.png | Bin 0 -> 51540 bytes ej2-react/gantt/key-elements.md | 134 ++++++++++++ .../gantt/managing-tasks/managing-tasks.md | 28 ++- ej2-react/gantt/{index.md => overview.md} | 4 + ej2-react/gantt/performance.md | 88 ++++++++ ej2-react/gantt/resources.md | 22 ++ ej2-react/gantt/selection/selection.md | 12 +- ej2-react/spreadsheet/accessibility.md | 2 +- ej2-react/spreadsheet/cell-range.md | 10 +- ej2-react/spreadsheet/context-menu.md | 8 +- ej2-react/spreadsheet/data-binding.md | 9 +- ej2-react/spreadsheet/filter.md | 8 +- ej2-react/spreadsheet/formatting.md | 4 +- ej2-react/spreadsheet/formulas.md | 4 +- ej2-react/spreadsheet/getting-started.md | 2 +- ej2-react/spreadsheet/global-local.md | 6 +- ej2-react/spreadsheet/illustrations.md | 12 +- ej2-react/spreadsheet/link.md | 4 +- ej2-react/spreadsheet/open-save.md | 8 +- ej2-react/spreadsheet/overview.md | 5 +- ej2-react/spreadsheet/protect-sheet.md | 10 +- ej2-react/spreadsheet/rows-and-columns.md | 2 +- ej2-react/spreadsheet/searching.md | 8 +- ej2-react/spreadsheet/sort.md | 2 +- 50 files changed, 1115 insertions(+), 82 deletions(-) create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/App.jsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/App.tsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/datasource.jsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/datasource.tsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/index.jsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/app/index.tsx create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/index.html create mode 100644 ej2-react/code-snippet/gantt/resource-customization-cs1/systemjs.config.js create mode 100644 ej2-react/gantt/images/baseline.png create mode 100644 ej2-react/gantt/images/chart.png create mode 100644 ej2-react/gantt/images/chartedit.png create mode 100644 ej2-react/gantt/images/critical-path.png create mode 100644 ej2-react/gantt/images/dependency.png create mode 100644 ej2-react/gantt/images/dependencytab.png create mode 100644 ej2-react/gantt/images/dialogBox.png create mode 100644 ej2-react/gantt/images/drag.png create mode 100644 ej2-react/gantt/images/event-markers.png create mode 100644 ej2-react/gantt/images/gantt.png create mode 100644 ej2-react/gantt/images/indicators.png create mode 100644 ej2-react/gantt/images/manual-task.png create mode 100644 ej2-react/gantt/images/milestone-element.png create mode 100644 ej2-react/gantt/images/notestab.png create mode 100644 ej2-react/gantt/images/resourcestab.png create mode 100644 ej2-react/gantt/images/tabular.png create mode 100644 ej2-react/gantt/key-elements.md rename ej2-react/gantt/{index.md => overview.md} (74%) create mode 100644 ej2-react/gantt/performance.md diff --git a/ej2-react-toc.html b/ej2-react-toc.html index b2e763d2c..785ce590a 100644 --- a/ej2-react-toc.html +++ b/ej2-react-toc.html @@ -1075,6 +1075,7 @@
  • Gantt