refactor: minor refactors, fixes, code clean and snapshots update

This commit is contained in:
woothu
2019-12-04 19:54:15 +01:00
parent 6c91472ae5
commit cbeebb7152
39 changed files with 7532 additions and 6826 deletions
@@ -19,6 +19,7 @@ exports[`TheContainer.vue renders correctly 1`] = `
>
<ccontainer-stub
fluid="true"
tag="div"
>
<router-view-stub
name="fade"
@@ -24,8 +24,8 @@ exports[`TheHeader.vue renders correctly 1`] = `
alt="CoreUI Logo"
class="mx-auto d-lg-none"
height="46"
src="img/brand/coreui-base.svg"
width="97"
src="img/brand/coreui-vue-logo.svg"
width="190"
/>
<cheadernav-stub
@@ -8,6 +8,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
<ccardbody-stub>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
sm="5"
@@ -106,6 +107,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
<crow-stub
class="text-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-sm-2 mb-0"
@@ -238,6 +240,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="12"
@@ -253,6 +256,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
<ccardbody-stub>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="6"
@@ -261,6 +265,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
sm="6"
@@ -613,6 +618,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
sm="6"
@@ -761,7 +767,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
class="ml-auto font-weight-bold"
>
191,235
191,235
<span
class="text-muted small"
>
@@ -17,7 +17,12 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Bootstrap Breadcrumb
</strong>
@@ -78,7 +78,12 @@ exports[`Cards.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilCheck
</title>
undefined
</svg>
Card with icon
</header>
@@ -441,7 +446,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card text-center bg-primary"
class="card text-center bg-primary text-white"
>
<div
class="card-body"
@@ -471,7 +476,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card text-center bg-success"
class="card text-center bg-success text-white"
>
<div
class="card-body"
@@ -501,7 +506,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card text-center bg-info"
class="card text-center bg-info text-white"
>
<div
class="card-body"
@@ -531,7 +536,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card text-center bg-warning"
class="card text-center bg-warning text-white"
>
<div
class="card-body"
@@ -561,7 +566,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card text-center bg-danger"
class="card text-center bg-danger text-white"
>
<div
class="card-body"
@@ -625,7 +630,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card bg-primary"
class="card bg-primary text-white"
>
<div
class="card-body"
@@ -641,7 +646,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card bg-success"
class="card bg-success text-white"
>
<div
class="card-body"
@@ -657,7 +662,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card bg-info"
class="card bg-info text-white"
>
<div
class="card-body"
@@ -673,7 +678,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card bg-warning"
class="card bg-warning text-white"
>
<div
class="card-body"
@@ -689,7 +694,7 @@ exports[`Cards.vue renders correctly 1`] = `
class="col-sm-6 col-md-4"
>
<div
class="card bg-danger"
class="card bg-danger text-white"
>
<div
class="card-body"
@@ -726,7 +731,12 @@ exports[`Cards.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilSettings
</title>
undefined
</svg>
</a>
<a
@@ -738,7 +748,12 @@ exports[`Cards.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilChevronBottom
</title>
undefined
</svg>
</a>
<a
@@ -750,7 +765,12 @@ exports[`Cards.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilXCircle
</title>
undefined
</svg>
</a>
</div>
</header>
@@ -17,7 +17,12 @@ exports[`Carousels.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Bootstrap Carousel
@@ -46,26 +51,33 @@ exports[`Carousels.vue renders correctly 1`] = `
>
<div
class="carousel slide"
data-v-9c4fbe64=""
style="height: 400px;"
>
<ol
class="carousel-indicators"
data-v-9c4fbe64=""
>
<li
class="active"
data-v-9c4fbe64=""
/>
<li
class=""
data-v-9c4fbe64=""
/>
<li
class=""
data-v-9c4fbe64=""
/>
</ol>
<div
class="carousel-inner"
data-v-9c4fbe64=""
>
<div
class="carousel-item active"
data-v-9c4fbe64=""
>
<img
class="d-block w-100 h-100 img-fluid"
@@ -85,6 +97,7 @@ exports[`Carousels.vue renders correctly 1`] = `
<div
class="carousel-item"
data-v-9c4fbe64=""
>
<svg
class="d-block w-100 h-100 img-fluid"
@@ -104,6 +117,7 @@ exports[`Carousels.vue renders correctly 1`] = `
<div
class="carousel-item"
data-v-9c4fbe64=""
>
<img
class="d-block w-100 h-100 img-fluid"
@@ -114,18 +128,22 @@ exports[`Carousels.vue renders correctly 1`] = `
</div>
<a
class="carousel-control-prev"
data-v-9c4fbe64=""
>
<span
aria-label="Previous"
class="carousel-control-prev-icon"
data-v-9c4fbe64=""
/>
</a>
<a
class="carousel-control-next"
data-v-9c4fbe64=""
>
<span
aria-label="Next"
class="carousel-control-next-icon"
data-v-9c4fbe64=""
/>
</a>
</div>
@@ -17,7 +17,12 @@ exports[`Collapses.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Bootstrap Collapse
@@ -4,6 +4,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
tag="div"
@@ -156,6 +157,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
tag="div"
@@ -4,6 +4,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -184,6 +185,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -349,6 +351,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -530,6 +533,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -811,6 +815,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -834,6 +839,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<ccardbody-stub>
<ccardgroup-stub
deck="true"
tag="div"
>
<ccard-stub>
<ccardheader-stub>
@@ -885,6 +891,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<ccardtext-stub
class="mt-2"
tag="p"
>
Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
@@ -961,6 +968,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -47,6 +47,7 @@ exports[`Navbars.vue renders correctly 1`] = `
exactactiveclass="active"
href="#"
routertag="a"
tag="div"
target="_self"
>
NavBar
@@ -224,6 +225,7 @@ exports[`Navbars.vue renders correctly 1`] = `
exactactiveclass="active"
href="#"
routertag="a"
tag="div"
target="_self"
>
<img
@@ -271,6 +273,7 @@ exports[`Navbars.vue renders correctly 1`] = `
event="click"
exactactiveclass="active"
routertag="a"
tag="div"
target="_self"
>
CoreuiVue
@@ -512,6 +512,7 @@ exports[`Navs.vue renders correctly 1`] = `
<ccardbody-stub>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
class="m-0"
@@ -4,6 +4,7 @@ exports[`Switches.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -135,6 +136,7 @@ exports[`Switches.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -4,6 +4,7 @@ exports[`Tables.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="6"
@@ -31,6 +32,7 @@ exports[`Tables.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="6"
@@ -60,6 +62,7 @@ exports[`Tables.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
sm="12"
@@ -80,6 +83,7 @@ exports[`Tables.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
sm="12"
@@ -4,6 +4,7 @@ exports[`Tabs.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="6"
@@ -40,6 +40,7 @@ exports[`Tooltips.vue renders correctly 1`] = `
<ccardbody-stub>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="6"
@@ -111,6 +112,7 @@ exports[`Tooltips.vue renders correctly 1`] = `
>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
class="py-4 text-center"
File diff suppressed because it is too large Load Diff
@@ -18,7 +18,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Bootstrap Dropdown
@@ -226,7 +231,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Dropdown
@@ -490,7 +500,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Dropdown
@@ -573,7 +588,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Dropdown
@@ -791,7 +811,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Dropdown
@@ -916,7 +941,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Dropdown
@@ -3,6 +3,7 @@
exports[`ButtonGroups.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -30,6 +30,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -244,6 +245,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -476,6 +478,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -719,6 +722,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -928,6 +932,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -1153,6 +1158,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -1391,6 +1397,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -1600,6 +1607,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -1825,6 +1833,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -2063,6 +2072,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -2286,6 +2296,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -2527,6 +2538,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -2780,6 +2792,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3003,6 +3016,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3244,6 +3258,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3498,6 +3513,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3613,6 +3629,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3723,6 +3740,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center mt-3"
gutters="true"
tag="div"
>
<ccol-stub
class="mb-3 mb-xl-0"
@@ -3848,6 +3866,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
class="align-items-center"
gutters="true"
tag="div"
>
<ccol-stub
class="text-center mt-3"
@@ -3980,6 +3999,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<ccardbody-stub>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
class="text-center mt-3"
@@ -4106,6 +4126,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -5,6 +5,7 @@ exports[`Charts.vue renders correctly 1`] = `
<ccardgroup-stub
class="card-columns cols-2"
columns="true"
tag="div"
>
<ccard-stub>
<ccardheader-stub>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@
exports[`Alerts.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -17,7 +17,12 @@ exports[`Badges.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
<strong>
Bootstrap Badge
@@ -123,7 +128,12 @@ exports[`Badges.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
Badge
<small>
@@ -194,7 +204,12 @@ exports[`Badges.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
Badge
<small>
@@ -265,7 +280,12 @@ exports[`Badges.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilJustifyCenter
</title>
undefined
</svg>
Badge
<small>
@@ -7,6 +7,7 @@ exports[`Modals.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -3,16 +3,20 @@
exports[`Login.vue renders correctly 1`] = `
<ccontainer-stub
class="d-flex align-items-center min-vh-100"
tag="div"
>
<crow-stub
class="justify-content-center"
gutters="true"
tag="div"
>
<ccol-stub
md="8"
tag="div"
>
<ccardgroup-stub>
<ccardgroup-stub
tag="div"
>
<ccard-stub
class="p-4"
>
@@ -44,6 +48,7 @@ exports[`Login.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="6"
@@ -3,10 +3,12 @@
exports[`Page404.vue renders correctly 1`] = `
<ccontainer-stub
class="d-flex align-items-center min-vh-100"
tag="div"
>
<crow-stub
class="w-100 justify-content-center"
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -3,10 +3,12 @@
exports[`Page500.vue renders correctly 1`] = `
<ccontainer-stub
class="d-flex align-items-center min-vh-100"
tag="div"
>
<crow-stub
class="w-100 justify-content-center"
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -3,10 +3,12 @@
exports[`Register.vue renders correctly 1`] = `
<ccontainer-stub
class="min-vh-100 d-flex align-items-center"
tag="div"
>
<crow-stub
class="w-100 justify-content-center"
gutters="true"
tag="div"
>
<ccol-stub
md="6"
@@ -80,6 +82,7 @@ exports[`Register.vue renders correctly 1`] = `
>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="6"
@@ -12,7 +12,12 @@ exports[`Colors.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilDrop
</title>
undefined
</svg>
Theme colors
</header>
@@ -412,7 +417,12 @@ exports[`Colors.vue renders correctly 1`] = `
class="c-icon"
viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg"
/>
>
<title>
cilDrop
</title>
undefined
</svg>
Grays
</header>
@@ -3,6 +3,7 @@
exports[`User.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -3,6 +3,7 @@
exports[`Users.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -4,6 +4,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<div>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="3"
@@ -97,6 +98,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="3"
@@ -161,6 +163,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -241,6 +244,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -317,6 +321,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
col="12"
@@ -384,6 +389,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<ccardgroup-stub
class="mb-4"
tag="div"
>
<cwidgetprogressicon-stub
color="info"
@@ -447,6 +453,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<ccardgroup-stub
class="mb-4"
tag="div"
>
<cwidgetprogressicon-stub
color="info"
@@ -516,6 +523,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="2"
@@ -628,6 +636,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
md="2"
@@ -748,6 +757,7 @@ exports[`Widgets.vue renders correctly 1`] = `
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
lg="2"