From bc21543f19476a407f57ad70e9089875cc05968a Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Thu, 11 Jul 2024 16:45:36 +0530 Subject: [PATCH] Integrated latest changes at 07-11-2024 4:30:11 PM --- ej2-react-toc.html | 6 +- ej2-react/appearance/css-variables.md | 155 ++++++++++ .../appearance/images/fluent2-customize.png | Bin 0 -> 39888 bytes ej2-react/appearance/images/fluent2-dark.png | Bin 0 -> 34387 bytes .../appearance/images/fluent2-default.png | Bin 0 -> 39529 bytes .../appearance/images/material3-customize.PNG | Bin 97637 -> 38030 bytes .../appearance/images/material3-dark.PNG | Bin 124220 -> 35360 bytes .../appearance/images/material3-default.PNG | Bin 100247 -> 42728 bytes ej2-react/appearance/material3.md | 117 ------- ej2-react/appearance/theme.md | 285 ++++++++++++++++++ .../common/css-value-cs1/fluent2.css | 23 ++ .../common/css-value-cs1/material3.css | 19 ++ .../common/fluent2-cs1/app/index.jsx | 44 +++ .../common/fluent2-cs1/app/index.tsx | 47 +++ .../code-snippet/common/fluent2-cs1/index.css | 18 ++ .../common/fluent2-cs1/index.html | 22 ++ .../common/fluent2-cs1/systemjs.config.js | 40 +++ .../common/fluent2-cs2/app/index.jsx | 13 + .../common/fluent2-cs2/app/index.tsx | 18 ++ .../code-snippet/common/fluent2-cs2/index.css | 16 + .../common/fluent2-cs2/index.html | 22 ++ .../common/fluent2-cs2/systemjs.config.js | 40 +++ .../open-from-blobdata-cs1/app/app.jsx | 37 +++ .../open-from-blobdata-cs1/app/app.tsx | 36 +++ .../open-from-blobdata-cs1/index.html | 40 +++ .../open-from-blobdata-cs1/systemjs.config.js | 58 ++++ .../save-as-blobdata-cs1/app/app.jsx | 48 +++ .../save-as-blobdata-cs1/app/app.tsx | 48 +++ .../save-as-blobdata-cs1/app/datasource.jsx | 235 +++++++++++++++ .../save-as-blobdata-cs1/app/datasource.tsx | 235 +++++++++++++++ .../save-as-blobdata-cs1/index.html | 40 +++ .../save-as-blobdata-cs1/systemjs.config.js | 58 ++++ ej2-react/spreadsheet/open-save.md | 176 ++++++++++- 33 files changed, 1767 insertions(+), 129 deletions(-) create mode 100644 ej2-react/appearance/css-variables.md create mode 100644 ej2-react/appearance/images/fluent2-customize.png create mode 100644 ej2-react/appearance/images/fluent2-dark.png create mode 100644 ej2-react/appearance/images/fluent2-default.png delete mode 100644 ej2-react/appearance/material3.md create mode 100644 ej2-react/code-snippet/common/css-value-cs1/fluent2.css create mode 100644 ej2-react/code-snippet/common/css-value-cs1/material3.css create mode 100644 ej2-react/code-snippet/common/fluent2-cs1/app/index.jsx create mode 100644 ej2-react/code-snippet/common/fluent2-cs1/app/index.tsx create mode 100644 ej2-react/code-snippet/common/fluent2-cs1/index.css create mode 100644 ej2-react/code-snippet/common/fluent2-cs1/index.html create mode 100644 ej2-react/code-snippet/common/fluent2-cs1/systemjs.config.js create mode 100644 ej2-react/code-snippet/common/fluent2-cs2/app/index.jsx create mode 100644 ej2-react/code-snippet/common/fluent2-cs2/app/index.tsx create mode 100644 ej2-react/code-snippet/common/fluent2-cs2/index.css create mode 100644 ej2-react/code-snippet/common/fluent2-cs2/index.html create mode 100644 ej2-react/code-snippet/common/fluent2-cs2/systemjs.config.js create mode 100644 ej2-react/code-snippet/spreadsheet/open-from-blobdata-cs1/app/app.jsx create mode 100644 ej2-react/code-snippet/spreadsheet/open-from-blobdata-cs1/app/app.tsx create mode 100644 ej2-react/code-snippet/spreadsheet/open-from-blobdata-cs1/index.html create mode 100644 ej2-react/code-snippet/spreadsheet/open-from-blobdata-cs1/systemjs.config.js create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/app/app.jsx create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/app/app.tsx create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/app/datasource.jsx create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/app/datasource.tsx create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/index.html create mode 100644 ej2-react/code-snippet/spreadsheet/save-as-blobdata-cs1/systemjs.config.js diff --git a/ej2-react-toc.html b/ej2-react-toc.html index d2fb33409..4ede85ccb 100644 --- a/ej2-react-toc.html +++ b/ej2-react-toc.html @@ -76,7 +76,7 @@
  • Icons
  • Theme Studio
  • Styled Component Support
  • -
  • Material 3 Theme
  • +
  • CSS Variables
  • @@ -2679,9 +2679,9 @@

    Summary of Predefined Dialogs component

  • API Reference
  • -
  • - TreeGrid +
  • TreeGrid