From 6cfb10b0249f07a2b1c7c5bfe5ba215cf30c89eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 26 Jul 2023 17:53:34 +0300 Subject: [PATCH] InputMask, InputNumber, InputSwitch, InputText unstyled demo updates --- .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/inputmask/theming/UnstyledDoc.vue | 31 +++++++++++ doc/inputmask/theming/index.vue | 33 ++++++++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/inputnumber/theming/UnstyledDoc.vue | 51 +++++++++++++++++++ doc/inputnumber/theming/index.vue | 33 ++++++++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/inputswitch/theming/UnstyledDoc.vue | 30 +++++++++++ doc/inputswitch/theming/index.vue | 33 ++++++++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/inputtext/theming/UnstyledDoc.vue | 31 +++++++++++ doc/inputtext/theming/index.vue | 33 ++++++++++++ pages/inputmask/index.vue | 11 ++-- pages/inputnumber/index.vue | 20 +++++--- pages/inputswitch/index.vue | 12 ++--- pages/inputtext/index.vue | 12 ++--- 16 files changed, 303 insertions(+), 35 deletions(-) rename doc/inputmask/{StyleDoc.vue => theming/StyledDoc.vue} (89%) create mode 100644 doc/inputmask/theming/UnstyledDoc.vue create mode 100644 doc/inputmask/theming/index.vue rename doc/inputnumber/{StyleDoc.vue => theming/StyledDoc.vue} (96%) create mode 100644 doc/inputnumber/theming/UnstyledDoc.vue create mode 100644 doc/inputnumber/theming/index.vue rename doc/inputswitch/{StyleDoc.vue => theming/StyledDoc.vue} (93%) create mode 100644 doc/inputswitch/theming/UnstyledDoc.vue create mode 100644 doc/inputswitch/theming/index.vue rename doc/inputtext/{StyleDoc.vue => theming/StyledDoc.vue} (89%) create mode 100644 doc/inputtext/theming/UnstyledDoc.vue create mode 100644 doc/inputtext/theming/index.vue diff --git a/doc/inputmask/StyleDoc.vue b/doc/inputmask/theming/StyledDoc.vue similarity index 89% rename from doc/inputmask/StyleDoc.vue rename to doc/inputmask/theming/StyledDoc.vue index a29de2394..4258e7c75 100644 --- a/doc/inputmask/StyleDoc.vue +++ b/doc/inputmask/theming/StyledDoc.vue @@ -1,5 +1,5 @@