From f9ca14d507d1a65b803f22e0fb38fbfdb823f415 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 5 Dec 2024 21:47:19 +0400 Subject: [PATCH] rename common demos --- .../Angular/app/app.component.css | 0 .../Angular/app/app.component.html | 0 .../Angular/app/app.component.ts | 0 .../Angular/app/app.service.ts | 0 .../Angular/description.md | 0 .../Angular/index.html | 0 .../React/App.tsx | 0 .../React/data.ts | 0 .../React/description.md | 0 .../React/index.html | 0 .../React/index.tsx | 0 .../React/styles.css | 0 .../ReactJs/App.js | 0 .../ReactJs/data.js | 0 .../ReactJs/description.md | 0 .../ReactJs/index.html | 0 .../ReactJs/index.js | 0 .../ReactJs/styles.css | 0 .../Vue/App.vue | 0 .../Vue/data.ts | 0 .../Vue/description.md | 0 .../Vue/index.html | 0 .../Vue/index.ts | 0 .../jQuery/data.js | 0 .../jQuery/description.md | 0 .../jQuery/index.html | 0 .../jQuery/index.js | 0 .../jQuery/styles.css | 0 .../Angular/app/app.component.css | 0 .../Angular/app/app.component.html | 0 .../Angular/app/app.component.ts | 0 .../Angular/app/app.service.ts | 0 .../Angular/description.md | 0 .../Angular/index.html | 0 .../React/App.tsx | 0 .../React/data.ts | 0 .../React/description.md | 0 .../React/index.html | 0 .../React/index.tsx | 0 .../React/styles.css | 0 .../ReactJs/App.js | 0 .../ReactJs/data.js | 0 .../ReactJs/description.md | 0 .../ReactJs/index.html | 0 .../ReactJs/index.js | 0 .../ReactJs/styles.css | 0 .../Vue/App.vue | 0 .../Vue/data.ts | 0 .../Vue/description.md | 0 .../Vue/index.html | 0 .../Vue/index.ts | 0 .../Vue/styles.css | 0 .../jQuery/data.js | 0 .../jQuery/description.md | 0 .../jQuery/index.html | 0 .../jQuery/index.js | 0 .../jQuery/styles.css | 0 apps/demos/menuMeta.json | 4 ++-- apps/demos/redirects.json | 2 ++ apps/demos/testing/common.test.js | 2 +- ...=> Common-FormsOverview (fluent.blue.light).png} | Bin ... Common-FormsOverview (material.blue.light).png} | Bin ...PurposeOverview.png => Common-FormsOverview.png} | Bin ...=> Common-ListsOverview (fluent.blue.light).png} | Bin ... Common-ListsOverview (material.blue.light).png} | Bin ...ndListsOverview.png => Common-ListsOverview.png} | Bin 66 files changed, 5 insertions(+), 3 deletions(-) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Angular/app/app.component.css (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Angular/app/app.component.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Angular/app/app.component.ts (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Angular/app/app.service.ts (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Angular/description.md (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => FormsOverview}/Angular/index.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/React/App.tsx (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/React/data.ts (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/React/description.md (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/React/index.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => FormsOverview}/React/index.tsx (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/React/styles.css (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/ReactJs/App.js (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/ReactJs/data.js (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/ReactJs/description.md (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/ReactJs/index.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => FormsOverview}/ReactJs/index.js (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/ReactJs/styles.css (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Vue/App.vue (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Vue/data.ts (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/Vue/description.md (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => FormsOverview}/Vue/index.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => FormsOverview}/Vue/index.ts (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/jQuery/data.js (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/jQuery/description.md (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/jQuery/index.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/jQuery/index.js (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => FormsOverview}/jQuery/styles.css (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Angular/app/app.component.css (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Angular/app/app.component.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Angular/app/app.component.ts (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Angular/app/app.service.ts (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Angular/description.md (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => ListsOverview}/Angular/index.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/React/App.tsx (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/React/data.ts (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/React/description.md (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/React/index.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => ListsOverview}/React/index.tsx (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/React/styles.css (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/ReactJs/App.js (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/ReactJs/data.js (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/ReactJs/description.md (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/ReactJs/index.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => ListsOverview}/ReactJs/index.js (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/ReactJs/styles.css (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Vue/App.vue (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Vue/data.ts (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Vue/description.md (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => ListsOverview}/Vue/index.html (100%) rename apps/demos/Demos/Common/{FormsAndMultiPurposeOverview => ListsOverview}/Vue/index.ts (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/Vue/styles.css (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/jQuery/data.js (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/jQuery/description.md (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/jQuery/index.html (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/jQuery/index.js (100%) rename apps/demos/Demos/Common/{ActionAndListsOverview => ListsOverview}/jQuery/styles.css (100%) rename apps/demos/testing/etalons/{Common-FormsAndMultiPurposeOverview (fluent.blue.light).png => Common-FormsOverview (fluent.blue.light).png} (100%) rename apps/demos/testing/etalons/{Common-FormsAndMultiPurposeOverview (material.blue.light).png => Common-FormsOverview (material.blue.light).png} (100%) rename apps/demos/testing/etalons/{Common-FormsAndMultiPurposeOverview.png => Common-FormsOverview.png} (100%) rename apps/demos/testing/etalons/{Common-ActionAndListsOverview (fluent.blue.light).png => Common-ListsOverview (fluent.blue.light).png} (100%) rename apps/demos/testing/etalons/{Common-ActionAndListsOverview (material.blue.light).png => Common-ListsOverview (material.blue.light).png} (100%) rename apps/demos/testing/etalons/{Common-ActionAndListsOverview.png => Common-ListsOverview.png} (100%) diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.css b/apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.css similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.css rename to apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.css diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.html b/apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.html rename to apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.ts b/apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.ts similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.component.ts rename to apps/demos/Demos/Common/FormsOverview/Angular/app/app.component.ts diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.service.ts b/apps/demos/Demos/Common/FormsOverview/Angular/app/app.service.ts similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/app/app.service.ts rename to apps/demos/Demos/Common/FormsOverview/Angular/app/app.service.ts diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/description.md b/apps/demos/Demos/Common/FormsOverview/Angular/description.md similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/description.md rename to apps/demos/Demos/Common/FormsOverview/Angular/description.md diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/index.html b/apps/demos/Demos/Common/FormsOverview/Angular/index.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/index.html rename to apps/demos/Demos/Common/FormsOverview/Angular/index.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/App.tsx b/apps/demos/Demos/Common/FormsOverview/React/App.tsx similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/App.tsx rename to apps/demos/Demos/Common/FormsOverview/React/App.tsx diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/data.ts b/apps/demos/Demos/Common/FormsOverview/React/data.ts similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/data.ts rename to apps/demos/Demos/Common/FormsOverview/React/data.ts diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/description.md b/apps/demos/Demos/Common/FormsOverview/React/description.md similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/description.md rename to apps/demos/Demos/Common/FormsOverview/React/description.md diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/index.html b/apps/demos/Demos/Common/FormsOverview/React/index.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/index.html rename to apps/demos/Demos/Common/FormsOverview/React/index.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/index.tsx b/apps/demos/Demos/Common/FormsOverview/React/index.tsx similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/index.tsx rename to apps/demos/Demos/Common/FormsOverview/React/index.tsx diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/styles.css b/apps/demos/Demos/Common/FormsOverview/React/styles.css similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/styles.css rename to apps/demos/Demos/Common/FormsOverview/React/styles.css diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/App.js b/apps/demos/Demos/Common/FormsOverview/ReactJs/App.js similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/App.js rename to apps/demos/Demos/Common/FormsOverview/ReactJs/App.js diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/data.js b/apps/demos/Demos/Common/FormsOverview/ReactJs/data.js similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/data.js rename to apps/demos/Demos/Common/FormsOverview/ReactJs/data.js diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/description.md b/apps/demos/Demos/Common/FormsOverview/ReactJs/description.md similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/description.md rename to apps/demos/Demos/Common/FormsOverview/ReactJs/description.md diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/index.html b/apps/demos/Demos/Common/FormsOverview/ReactJs/index.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/index.html rename to apps/demos/Demos/Common/FormsOverview/ReactJs/index.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/index.js b/apps/demos/Demos/Common/FormsOverview/ReactJs/index.js similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/index.js rename to apps/demos/Demos/Common/FormsOverview/ReactJs/index.js diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/styles.css b/apps/demos/Demos/Common/FormsOverview/ReactJs/styles.css similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/styles.css rename to apps/demos/Demos/Common/FormsOverview/ReactJs/styles.css diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/App.vue b/apps/demos/Demos/Common/FormsOverview/Vue/App.vue similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/App.vue rename to apps/demos/Demos/Common/FormsOverview/Vue/App.vue diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/data.ts b/apps/demos/Demos/Common/FormsOverview/Vue/data.ts similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/data.ts rename to apps/demos/Demos/Common/FormsOverview/Vue/data.ts diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/description.md b/apps/demos/Demos/Common/FormsOverview/Vue/description.md similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/description.md rename to apps/demos/Demos/Common/FormsOverview/Vue/description.md diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/index.html b/apps/demos/Demos/Common/FormsOverview/Vue/index.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/index.html rename to apps/demos/Demos/Common/FormsOverview/Vue/index.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/index.ts b/apps/demos/Demos/Common/FormsOverview/Vue/index.ts similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/index.ts rename to apps/demos/Demos/Common/FormsOverview/Vue/index.ts diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/data.js b/apps/demos/Demos/Common/FormsOverview/jQuery/data.js similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/data.js rename to apps/demos/Demos/Common/FormsOverview/jQuery/data.js diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/description.md b/apps/demos/Demos/Common/FormsOverview/jQuery/description.md similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/description.md rename to apps/demos/Demos/Common/FormsOverview/jQuery/description.md diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/index.html b/apps/demos/Demos/Common/FormsOverview/jQuery/index.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/index.html rename to apps/demos/Demos/Common/FormsOverview/jQuery/index.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/index.js b/apps/demos/Demos/Common/FormsOverview/jQuery/index.js similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/index.js rename to apps/demos/Demos/Common/FormsOverview/jQuery/index.js diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/styles.css b/apps/demos/Demos/Common/FormsOverview/jQuery/styles.css similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/jQuery/styles.css rename to apps/demos/Demos/Common/FormsOverview/jQuery/styles.css diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.css b/apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.css similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.css rename to apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.css diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.html b/apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.html rename to apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.ts b/apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.ts similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.component.ts rename to apps/demos/Demos/Common/ListsOverview/Angular/app/app.component.ts diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.service.ts b/apps/demos/Demos/Common/ListsOverview/Angular/app/app.service.ts similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/app/app.service.ts rename to apps/demos/Demos/Common/ListsOverview/Angular/app/app.service.ts diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Angular/description.md b/apps/demos/Demos/Common/ListsOverview/Angular/description.md similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Angular/description.md rename to apps/demos/Demos/Common/ListsOverview/Angular/description.md diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/index.html b/apps/demos/Demos/Common/ListsOverview/Angular/index.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Angular/index.html rename to apps/demos/Demos/Common/ListsOverview/Angular/index.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/App.tsx b/apps/demos/Demos/Common/ListsOverview/React/App.tsx similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/App.tsx rename to apps/demos/Demos/Common/ListsOverview/React/App.tsx diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/data.ts b/apps/demos/Demos/Common/ListsOverview/React/data.ts similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/data.ts rename to apps/demos/Demos/Common/ListsOverview/React/data.ts diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/description.md b/apps/demos/Demos/Common/ListsOverview/React/description.md similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/description.md rename to apps/demos/Demos/Common/ListsOverview/React/description.md diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/index.html b/apps/demos/Demos/Common/ListsOverview/React/index.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/index.html rename to apps/demos/Demos/Common/ListsOverview/React/index.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/index.tsx b/apps/demos/Demos/Common/ListsOverview/React/index.tsx similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/React/index.tsx rename to apps/demos/Demos/Common/ListsOverview/React/index.tsx diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/React/styles.css b/apps/demos/Demos/Common/ListsOverview/React/styles.css similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/React/styles.css rename to apps/demos/Demos/Common/ListsOverview/React/styles.css diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/App.js b/apps/demos/Demos/Common/ListsOverview/ReactJs/App.js similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/App.js rename to apps/demos/Demos/Common/ListsOverview/ReactJs/App.js diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/data.js b/apps/demos/Demos/Common/ListsOverview/ReactJs/data.js similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/data.js rename to apps/demos/Demos/Common/ListsOverview/ReactJs/data.js diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/description.md b/apps/demos/Demos/Common/ListsOverview/ReactJs/description.md similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/description.md rename to apps/demos/Demos/Common/ListsOverview/ReactJs/description.md diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/index.html b/apps/demos/Demos/Common/ListsOverview/ReactJs/index.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/index.html rename to apps/demos/Demos/Common/ListsOverview/ReactJs/index.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/index.js b/apps/demos/Demos/Common/ListsOverview/ReactJs/index.js similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/ReactJs/index.js rename to apps/demos/Demos/Common/ListsOverview/ReactJs/index.js diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/styles.css b/apps/demos/Demos/Common/ListsOverview/ReactJs/styles.css similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/ReactJs/styles.css rename to apps/demos/Demos/Common/ListsOverview/ReactJs/styles.css diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/App.vue b/apps/demos/Demos/Common/ListsOverview/Vue/App.vue similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/App.vue rename to apps/demos/Demos/Common/ListsOverview/Vue/App.vue diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/data.ts b/apps/demos/Demos/Common/ListsOverview/Vue/data.ts similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/data.ts rename to apps/demos/Demos/Common/ListsOverview/Vue/data.ts diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/description.md b/apps/demos/Demos/Common/ListsOverview/Vue/description.md similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/description.md rename to apps/demos/Demos/Common/ListsOverview/Vue/description.md diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/index.html b/apps/demos/Demos/Common/ListsOverview/Vue/index.html similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/index.html rename to apps/demos/Demos/Common/ListsOverview/Vue/index.html diff --git a/apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/index.ts b/apps/demos/Demos/Common/ListsOverview/Vue/index.ts similarity index 100% rename from apps/demos/Demos/Common/FormsAndMultiPurposeOverview/Vue/index.ts rename to apps/demos/Demos/Common/ListsOverview/Vue/index.ts diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/Vue/styles.css b/apps/demos/Demos/Common/ListsOverview/Vue/styles.css similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/Vue/styles.css rename to apps/demos/Demos/Common/ListsOverview/Vue/styles.css diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/jQuery/data.js b/apps/demos/Demos/Common/ListsOverview/jQuery/data.js similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/jQuery/data.js rename to apps/demos/Demos/Common/ListsOverview/jQuery/data.js diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/jQuery/description.md b/apps/demos/Demos/Common/ListsOverview/jQuery/description.md similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/jQuery/description.md rename to apps/demos/Demos/Common/ListsOverview/jQuery/description.md diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/jQuery/index.html b/apps/demos/Demos/Common/ListsOverview/jQuery/index.html similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/jQuery/index.html rename to apps/demos/Demos/Common/ListsOverview/jQuery/index.html diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/jQuery/index.js b/apps/demos/Demos/Common/ListsOverview/jQuery/index.js similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/jQuery/index.js rename to apps/demos/Demos/Common/ListsOverview/jQuery/index.js diff --git a/apps/demos/Demos/Common/ActionAndListsOverview/jQuery/styles.css b/apps/demos/Demos/Common/ListsOverview/jQuery/styles.css similarity index 100% rename from apps/demos/Demos/Common/ActionAndListsOverview/jQuery/styles.css rename to apps/demos/Demos/Common/ListsOverview/jQuery/styles.css diff --git a/apps/demos/menuMeta.json b/apps/demos/menuMeta.json index 3c04d5430dfc..1a756602d225 100644 --- a/apps/demos/menuMeta.json +++ b/apps/demos/menuMeta.json @@ -3695,7 +3695,7 @@ "Demos": [ { "Title": "Overview", - "Name": "FormsAndMultiPurposeOverview", + "Name": "FormsOverview", "DocUrl": "", "Widget": "Common", "MvcAdditionalFiles": [ @@ -4458,7 +4458,7 @@ "Demos": [ { "Title": "Overview", - "Name": "ActionAndListsOverview", + "Name": "ListsOverview", "DocUrl": "", "Widget": "Common", "MvcAdditionalFiles": [ diff --git a/apps/demos/redirects.json b/apps/demos/redirects.json index 2868a625dd36..879426258b38 100644 --- a/apps/demos/redirects.json +++ b/apps/demos/redirects.json @@ -18,6 +18,8 @@ { "Widget": "Charts", "Name": "PieWithAnnotations", "NewWidget": "Charts", "NewName": "PieAnnotations" }, { "Widget": "Charts", "Name": "PieWithCustomStyles", "NewWidget": "Charts", "NewName": "CustomFillStyles" }, { "Widget": "Common", "Name": "DialogsAndNotificationsOverview", "NewWidget": "Common", "NewName": "PopupAndNotificationsOverview" }, + { "Widget": "Common", "Name": "ActionAndListsOverview", "NewWidget": "Common", "NewName": "ListsOverview" }, + { "Widget": "Common", "Name": "FormsAndMultiPurposeOverview", "NewWidget": "Common", "NewName": "FormsOverview" }, { "Widget": "Data_Grid", "NewWidget": "DataGrid" }, { "Widget": "DataGrid", "Name": "FilterBuilder", "NewWidget": "DataGrid", "NewName": "FilterPanel" }, { "Widget": "DataGrid", "Name": "CustomizeCommandColumns", "NewWidget": "DataGrid", "NewName": "CommandColumnCustomization" }, diff --git a/apps/demos/testing/common.test.js b/apps/demos/testing/common.test.js index 843eed2f809f..8850a7461286 100644 --- a/apps/demos/testing/common.test.js +++ b/apps/demos/testing/common.test.js @@ -183,7 +183,7 @@ const SKIPPED_TESTS = { }, Vue: { Common: [ - { demo: 'ActionAndListsOverview', themes: [THEME.generic, THEME.material] }, + { demo: 'ListsOverview', themes: [THEME.generic, THEME.material] }, ], Charts: [ { demo: 'TilingAlgorithms', themes: [THEME.material] }, diff --git a/apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview (fluent.blue.light).png b/apps/demos/testing/etalons/Common-FormsOverview (fluent.blue.light).png similarity index 100% rename from apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview (fluent.blue.light).png rename to apps/demos/testing/etalons/Common-FormsOverview (fluent.blue.light).png diff --git a/apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview (material.blue.light).png b/apps/demos/testing/etalons/Common-FormsOverview (material.blue.light).png similarity index 100% rename from apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview (material.blue.light).png rename to apps/demos/testing/etalons/Common-FormsOverview (material.blue.light).png diff --git a/apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview.png b/apps/demos/testing/etalons/Common-FormsOverview.png similarity index 100% rename from apps/demos/testing/etalons/Common-FormsAndMultiPurposeOverview.png rename to apps/demos/testing/etalons/Common-FormsOverview.png diff --git a/apps/demos/testing/etalons/Common-ActionAndListsOverview (fluent.blue.light).png b/apps/demos/testing/etalons/Common-ListsOverview (fluent.blue.light).png similarity index 100% rename from apps/demos/testing/etalons/Common-ActionAndListsOverview (fluent.blue.light).png rename to apps/demos/testing/etalons/Common-ListsOverview (fluent.blue.light).png diff --git a/apps/demos/testing/etalons/Common-ActionAndListsOverview (material.blue.light).png b/apps/demos/testing/etalons/Common-ListsOverview (material.blue.light).png similarity index 100% rename from apps/demos/testing/etalons/Common-ActionAndListsOverview (material.blue.light).png rename to apps/demos/testing/etalons/Common-ListsOverview (material.blue.light).png diff --git a/apps/demos/testing/etalons/Common-ActionAndListsOverview.png b/apps/demos/testing/etalons/Common-ListsOverview.png similarity index 100% rename from apps/demos/testing/etalons/Common-ActionAndListsOverview.png rename to apps/demos/testing/etalons/Common-ListsOverview.png