From d9041f471e25908848cd4e312db414b27502edc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Mon, 20 Feb 2023 18:42:21 +0100 Subject: [PATCH] New elements and updates --- src/runtime/components/BitinflowButton.vue | 15 ++ .../components/BitinflowFirstLevelLink.vue | 25 +++- .../components/BitinflowFirstLevelMenu.vue | 17 ++- src/runtime/components/BitinflowFlex1.vue | 15 ++ src/runtime/components/BitinflowFlexAuto.vue | 4 +- .../components/BitinflowSecondLevelButton.vue | 2 +- .../components/BitinflowSecondLevelLink.vue | 20 +++ .../components/BitinflowSecondLevelMenu.vue | 26 +++- src/runtime/components/BitinflowTable.vue | 135 ++++++++++++++++++ .../components/BitinflowTableCheckbox.vue | 37 +++++ src/runtime/components/BitinflowTableRow.vue | 52 +++++++ 11 files changed, 334 insertions(+), 14 deletions(-) create mode 100644 src/runtime/components/BitinflowFlex1.vue create mode 100644 src/runtime/components/BitinflowTable.vue create mode 100644 src/runtime/components/BitinflowTableCheckbox.vue create mode 100644 src/runtime/components/BitinflowTableRow.vue diff --git a/src/runtime/components/BitinflowButton.vue b/src/runtime/components/BitinflowButton.vue index a3d0f86..c1e9490 100644 --- a/src/runtime/components/BitinflowButton.vue +++ b/src/runtime/components/BitinflowButton.vue @@ -4,6 +4,10 @@ :class="computedClass" @click="click" > +