From 642a5ce6e1ea7d6927b9525d00c846aa1261c14a Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Sat, 18 May 2024 13:11:29 +0300 Subject: [PATCH] Remove InputChips demos --- assets/menu/menu.json | 4 -- doc/inputchips/AccessibilityDoc.vue | 87 -------------------------- doc/inputchips/BasicDoc.vue | 54 ---------------- doc/inputchips/DisabledDoc.vue | 54 ---------------- doc/inputchips/FilledDoc.vue | 54 ---------------- doc/inputchips/FloatLabelDoc.vue | 66 ------------------- doc/inputchips/ImportDoc.vue | 18 ------ doc/inputchips/InvalidDoc.vue | 54 ---------------- doc/inputchips/SeparatorDoc.vue | 54 ---------------- doc/inputchips/TemplateDoc.vue | 82 ------------------------ doc/inputchips/pt/PTImage.vue | 8 --- doc/inputchips/pt/index.vue | 35 ----------- doc/inputchips/theming/StyledDoc.vue | 38 ----------- doc/inputchips/theming/TailwindDoc.vue | 8 --- doc/inputchips/theming/index.vue | 40 ------------ pages/inputchips/index.vue | 81 ------------------------ 16 files changed, 737 deletions(-) delete mode 100644 doc/inputchips/AccessibilityDoc.vue delete mode 100644 doc/inputchips/BasicDoc.vue delete mode 100644 doc/inputchips/DisabledDoc.vue delete mode 100644 doc/inputchips/FilledDoc.vue delete mode 100644 doc/inputchips/FloatLabelDoc.vue delete mode 100644 doc/inputchips/ImportDoc.vue delete mode 100644 doc/inputchips/InvalidDoc.vue delete mode 100644 doc/inputchips/SeparatorDoc.vue delete mode 100644 doc/inputchips/TemplateDoc.vue delete mode 100644 doc/inputchips/pt/PTImage.vue delete mode 100644 doc/inputchips/pt/index.vue delete mode 100644 doc/inputchips/theming/StyledDoc.vue delete mode 100644 doc/inputchips/theming/TailwindDoc.vue delete mode 100644 doc/inputchips/theming/index.vue delete mode 100755 pages/inputchips/index.vue diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 15d7166d9..065fce264 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -94,10 +94,6 @@ "name": "IconField", "to": "/iconfield" }, - { - "name": "InputChips", - "to": "/inputchips" - }, { "name": "InputGroup", "to": "/inputgroup" diff --git a/doc/inputchips/AccessibilityDoc.vue b/doc/inputchips/AccessibilityDoc.vue deleted file mode 100644 index 4375bd463..000000000 --- a/doc/inputchips/AccessibilityDoc.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - diff --git a/doc/inputchips/BasicDoc.vue b/doc/inputchips/BasicDoc.vue deleted file mode 100644 index a50b0b0e3..000000000 --- a/doc/inputchips/BasicDoc.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/doc/inputchips/DisabledDoc.vue b/doc/inputchips/DisabledDoc.vue deleted file mode 100644 index 2a2918b18..000000000 --- a/doc/inputchips/DisabledDoc.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/doc/inputchips/FilledDoc.vue b/doc/inputchips/FilledDoc.vue deleted file mode 100644 index a323575e2..000000000 --- a/doc/inputchips/FilledDoc.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/doc/inputchips/FloatLabelDoc.vue b/doc/inputchips/FloatLabelDoc.vue deleted file mode 100644 index e31519f9a..000000000 --- a/doc/inputchips/FloatLabelDoc.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - diff --git a/doc/inputchips/ImportDoc.vue b/doc/inputchips/ImportDoc.vue deleted file mode 100644 index 4aef80d59..000000000 --- a/doc/inputchips/ImportDoc.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/doc/inputchips/InvalidDoc.vue b/doc/inputchips/InvalidDoc.vue deleted file mode 100644 index 1ae889523..000000000 --- a/doc/inputchips/InvalidDoc.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/doc/inputchips/SeparatorDoc.vue b/doc/inputchips/SeparatorDoc.vue deleted file mode 100644 index 9c91baec0..000000000 --- a/doc/inputchips/SeparatorDoc.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/doc/inputchips/TemplateDoc.vue b/doc/inputchips/TemplateDoc.vue deleted file mode 100644 index a851d1305..000000000 --- a/doc/inputchips/TemplateDoc.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - diff --git a/doc/inputchips/pt/PTImage.vue b/doc/inputchips/pt/PTImage.vue deleted file mode 100644 index f50d30f40..000000000 --- a/doc/inputchips/pt/PTImage.vue +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/doc/inputchips/pt/index.vue b/doc/inputchips/pt/index.vue deleted file mode 100644 index dd7b3cbf4..000000000 --- a/doc/inputchips/pt/index.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/doc/inputchips/theming/StyledDoc.vue b/doc/inputchips/theming/StyledDoc.vue deleted file mode 100644 index fac59f265..000000000 --- a/doc/inputchips/theming/StyledDoc.vue +++ /dev/null @@ -1,38 +0,0 @@ - diff --git a/doc/inputchips/theming/TailwindDoc.vue b/doc/inputchips/theming/TailwindDoc.vue deleted file mode 100644 index 4daa6c5f8..000000000 --- a/doc/inputchips/theming/TailwindDoc.vue +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/doc/inputchips/theming/index.vue b/doc/inputchips/theming/index.vue deleted file mode 100644 index 563ef1277..000000000 --- a/doc/inputchips/theming/index.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - diff --git a/pages/inputchips/index.vue b/pages/inputchips/index.vue deleted file mode 100755 index d43056596..000000000 --- a/pages/inputchips/index.vue +++ /dev/null @@ -1,81 +0,0 @@ - - -