From 5c8f170048ba0c3d463282e0de2aca6ebd963329 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 30 Oct 2024 13:26:41 +0300 Subject: [PATCH] Update per component form samples --- apps/showcase/doc/autocomplete/BasicDoc.vue | 2 +- apps/showcase/doc/autocomplete/FormsDoc.vue | 33 ++-- apps/showcase/doc/cascadeselect/FormsDoc.vue | 31 ++-- apps/showcase/doc/checkbox/FormsDoc.vue | 34 ++-- apps/showcase/doc/colorpicker/FormsDoc.vue | 30 ++-- apps/showcase/doc/datepicker/FormsDoc.vue | 18 +- apps/showcase/doc/editor/FormsDoc.vue | 38 ++-- apps/showcase/doc/inputmask/FormsDoc.vue | 39 +++-- apps/showcase/doc/inputnumber/FormsDoc.vue | 18 +- apps/showcase/doc/inputotp/FormsDoc.vue | 38 ++-- apps/showcase/doc/inputtext/FormsDoc.vue | 9 +- apps/showcase/doc/knob/FormsDoc.vue | 18 +- apps/showcase/doc/listbox/FormsDoc.vue | 30 ++-- apps/showcase/doc/multiselect/FormsDoc.vue | 28 +-- apps/showcase/doc/password/FormsDoc.vue | 30 ++-- apps/showcase/doc/radiobutton/FormsDoc.vue | 174 ++++++++++--------- apps/showcase/doc/rating/FormsDoc.vue | 18 +- apps/showcase/doc/select/FormsDoc.vue | 28 +-- apps/showcase/doc/selectbutton/FormsDoc.vue | 38 ++-- apps/showcase/doc/slider/FormsDoc.vue | 18 +- apps/showcase/doc/textarea/FormsDoc.vue | 38 ++-- apps/showcase/doc/togglebutton/FormsDoc.vue | 39 +++-- apps/showcase/doc/toggleswitch/FormsDoc.vue | 38 ++-- apps/showcase/doc/treeselect/FormsDoc.vue | 22 +-- 24 files changed, 409 insertions(+), 400 deletions(-) diff --git a/apps/showcase/doc/autocomplete/BasicDoc.vue b/apps/showcase/doc/autocomplete/BasicDoc.vue index 5d0e88345..d798b6634 100644 --- a/apps/showcase/doc/autocomplete/BasicDoc.vue +++ b/apps/showcase/doc/autocomplete/BasicDoc.vue @@ -1,6 +1,6 @@