fix: minor refactors and fixes
This commit is contained in:
@@ -2,187 +2,6 @@
|
||||
|
||||
exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
tag="div"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
Bootstrap list group
|
||||
</strong>
|
||||
|
||||
<div
|
||||
class="card-header-actions"
|
||||
>
|
||||
<a
|
||||
class="card-header-action"
|
||||
href="https://coreui.io/vue/docs/components/list-group"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
>
|
||||
docs
|
||||
</small>
|
||||
</a>
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Morbi leo risus
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Porta ac consectetur ac
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
</clistgroupitem-stub>
|
||||
</clistgroup-stub>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
<strong>
|
||||
List group
|
||||
</strong>
|
||||
<small>
|
||||
active items
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
active="true"
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Morbi leo risus
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Porta ac consectetur ac
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
routertag="a"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
</clistgroupitem-stub>
|
||||
</clistgroup-stub>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
tag="div"
|
||||
@@ -244,6 +63,8 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
Morbi leo risus
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitemdivider />
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="router-link-active"
|
||||
disabled="true"
|
||||
@@ -684,15 +505,17 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</strong>
|
||||
|
||||
<small>
|
||||
colors active
|
||||
colors active accent
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
accent=""
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
accent="light"
|
||||
activeclass="router-link-active"
|
||||
event="click"
|
||||
exactactiveclass="router-link-exact-active"
|
||||
@@ -705,6 +528,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="primary"
|
||||
activeclass="router-link-active"
|
||||
color="primary"
|
||||
event="click"
|
||||
@@ -718,6 +542,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="secondary"
|
||||
activeclass="router-link-active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
@@ -731,6 +556,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="success"
|
||||
activeclass="router-link-active"
|
||||
color="success"
|
||||
event="click"
|
||||
@@ -744,6 +570,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="danger"
|
||||
activeclass="router-link-active"
|
||||
color="danger"
|
||||
event="click"
|
||||
@@ -757,6 +584,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="warning"
|
||||
activeclass="router-link-active"
|
||||
color="warning"
|
||||
event="click"
|
||||
@@ -770,6 +598,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="info"
|
||||
activeclass="router-link-active"
|
||||
color="info"
|
||||
event="click"
|
||||
@@ -783,6 +612,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="light"
|
||||
activeclass="router-link-active"
|
||||
color="light"
|
||||
event="click"
|
||||
@@ -796,6 +626,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
accent="dark"
|
||||
activeclass="router-link-active"
|
||||
color="dark"
|
||||
event="click"
|
||||
|
||||
@@ -519,12 +519,12 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
>
|
||||
<ccol-stub
|
||||
class="m-0"
|
||||
col="3"
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<cnav-stub
|
||||
pills=""
|
||||
vertical="true"
|
||||
vertical="lg"
|
||||
>
|
||||
<cnavitem-stub
|
||||
active="true"
|
||||
|
||||
@@ -47,21 +47,21 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="43.8"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="18.25"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="10.95"
|
||||
@@ -249,26 +249,44 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
height="2rem"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
size="xs"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
height="20px"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
size="sm"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
height="2px"
|
||||
class="mb-2"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
style="height: 2rem;"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
style="height: 20px;"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
max="100"
|
||||
precision="0"
|
||||
style="height: 2px;"
|
||||
value="75"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
@@ -296,14 +314,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
success:
|
||||
gradient-success:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -316,14 +334,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
info:
|
||||
gradient-info:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -336,14 +354,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
warning:
|
||||
gradient-warning:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -356,14 +374,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
danger:
|
||||
gradient-danger:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -376,14 +394,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
primary:
|
||||
gradient-primary:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -396,14 +414,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
secondary:
|
||||
gradient-secondary:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="secondary"
|
||||
color="gradient-secondary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -416,14 +434,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="col-sm-2"
|
||||
>
|
||||
dark:
|
||||
gradient-dark:
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="dark"
|
||||
color="gradient-dark"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
@@ -595,21 +613,21 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
@@ -624,21 +642,21 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
@@ -654,21 +672,21 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
@@ -682,7 +700,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
@@ -699,7 +717,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
max="100"
|
||||
precision="0"
|
||||
showpercentage="true"
|
||||
|
||||
@@ -51,7 +51,7 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ctablewrapper-stub
|
||||
bordered="true"
|
||||
border="true"
|
||||
caption="Bordered Table"
|
||||
fields="username,registered,role,status"
|
||||
fixed="true"
|
||||
@@ -69,7 +69,7 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ctablewrapper-stub
|
||||
bordered="true"
|
||||
border="true"
|
||||
caption="Combined All Table"
|
||||
fields="username,registered,role,status"
|
||||
fixed="true"
|
||||
@@ -90,7 +90,7 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ctablewrapper-stub
|
||||
bordered="true"
|
||||
border="true"
|
||||
caption="Combined All dark Table"
|
||||
dark="true"
|
||||
fields="username,registered,role,status"
|
||||
|
||||
@@ -45,7 +45,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs my-3 mb-0"
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="25"
|
||||
@@ -59,7 +59,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="12.124"
|
||||
text="Lorem ipsum..."
|
||||
@@ -73,7 +73,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="$98.111,00"
|
||||
text="Lorem ipsum..."
|
||||
@@ -87,7 +87,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="2 TB"
|
||||
text="Lorem ipsum..."
|
||||
@@ -106,7 +106,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="89.9%"
|
||||
inverse="true"
|
||||
@@ -121,7 +121,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="12.124"
|
||||
inverse="true"
|
||||
@@ -136,7 +136,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="$98.111,00"
|
||||
inverse="true"
|
||||
@@ -151,7 +151,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="2 TB"
|
||||
inverse="true"
|
||||
@@ -172,7 +172,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
@@ -191,7 +191,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
@@ -210,7 +210,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
@@ -229,7 +229,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
@@ -253,7 +253,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -271,7 +271,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -289,7 +289,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -307,7 +307,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -330,7 +330,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -349,7 +349,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -368,7 +368,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
@@ -392,7 +392,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="87.500"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
@@ -404,7 +404,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
header="385"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
@@ -416,7 +416,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="1238"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
@@ -439,7 +439,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="5:34:11"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
@@ -456,7 +456,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="87.500"
|
||||
inverse="true"
|
||||
text="Visitors"
|
||||
@@ -469,7 +469,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
header="385"
|
||||
inverse="true"
|
||||
text="New Clients"
|
||||
@@ -482,7 +482,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="1238"
|
||||
inverse="true"
|
||||
text="Products sold"
|
||||
@@ -495,7 +495,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="28%"
|
||||
inverse="true"
|
||||
text="Returning Visitors"
|
||||
@@ -508,7 +508,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="5:34:11"
|
||||
inverse="true"
|
||||
text="Avg. Time"
|
||||
@@ -531,7 +531,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="87.500"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
@@ -549,7 +549,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
header="385"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
@@ -567,7 +567,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="1238"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
@@ -585,7 +585,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="28%"
|
||||
text="Returning Visitors"
|
||||
value="25"
|
||||
@@ -603,7 +603,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="5:34:11"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
@@ -621,7 +621,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="972"
|
||||
text="comments"
|
||||
value="25"
|
||||
@@ -644,7 +644,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="87.500"
|
||||
inverse="true"
|
||||
text="Visitors"
|
||||
@@ -663,7 +663,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
color="gradient-success"
|
||||
header="385"
|
||||
inverse="true"
|
||||
text="New Clients"
|
||||
@@ -682,7 +682,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
color="gradient-warning"
|
||||
header="1238"
|
||||
inverse="true"
|
||||
text="Products sold"
|
||||
@@ -701,7 +701,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
color="gradient-primary"
|
||||
header="28%"
|
||||
inverse="true"
|
||||
text="Returning Visitors"
|
||||
@@ -720,7 +720,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
color="gradient-danger"
|
||||
header="5:34:11"
|
||||
inverse="true"
|
||||
text="Avg. Time"
|
||||
@@ -739,7 +739,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
color="gradient-info"
|
||||
header="972"
|
||||
inverse="true"
|
||||
text="comments"
|
||||
|
||||
Reference in New Issue
Block a user