test: update snapshots and tests
This commit is contained in:
@@ -55,11 +55,8 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
<b>
|
||||
Admin
|
||||
</b>
|
||||
</a>
|
||||
text=<b>Admin</b>
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -69,17 +66,14 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
Manage
|
||||
</a>
|
||||
text="Manage"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="active breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span>
|
||||
Library
|
||||
</span>
|
||||
<span />
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@@ -94,9 +88,8 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
Go to dashboard
|
||||
</a>
|
||||
text="Go to dashboard"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -106,9 +99,8 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
Go to widgets
|
||||
</a>
|
||||
text="Go to widgets"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -118,17 +110,14 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="http://google.com"
|
||||
target="_self"
|
||||
>
|
||||
Go to Google
|
||||
</a>
|
||||
text="Go to Google"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="active breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span>
|
||||
Current page
|
||||
</span>
|
||||
<span />
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@@ -143,9 +132,8 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
Added
|
||||
</a>
|
||||
text="Added"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="font-xl breadcrumb-item"
|
||||
@@ -155,17 +143,14 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
Custom
|
||||
</a>
|
||||
text="Custom"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="active font-xl text-danger breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span>
|
||||
Classes
|
||||
</span>
|
||||
<span />
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -106,10 +106,11 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with switch
|
||||
|
||||
<label
|
||||
class="float-right switch form-check-label switch-info switch-sm switch-pill"
|
||||
class="float-right switch form-check-label switch-undefined switch-sm switch-pill"
|
||||
>
|
||||
<input
|
||||
class="switch-input form-check-input"
|
||||
color="info"
|
||||
data-off="Off"
|
||||
data-on="On"
|
||||
type="checkbox"
|
||||
@@ -148,7 +149,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with label
|
||||
|
||||
<span
|
||||
class="badge float-right badge-success"
|
||||
class="badge float-right"
|
||||
color="success"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
@@ -181,7 +183,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with label
|
||||
|
||||
<span
|
||||
class="badge float-right badge-danger badge-pill"
|
||||
class="badge float-right badge-pill"
|
||||
color="danger"
|
||||
>
|
||||
42
|
||||
</span>
|
||||
@@ -192,9 +195,9 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
|
||||
</div>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
@@ -208,7 +211,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-primary"
|
||||
border-color="primary"
|
||||
class="card"
|
||||
header="Card outline primary"
|
||||
>
|
||||
<!---->
|
||||
@@ -225,7 +229,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-secondary"
|
||||
border-color="secondary"
|
||||
class="card"
|
||||
header="Card outline secondary"
|
||||
>
|
||||
<!---->
|
||||
@@ -242,7 +247,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-success"
|
||||
border-color="success"
|
||||
class="card"
|
||||
header="Card outline success"
|
||||
>
|
||||
<!---->
|
||||
@@ -263,7 +269,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-info"
|
||||
border-color="info"
|
||||
class="card"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -287,7 +294,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-warning"
|
||||
border-color="warning"
|
||||
class="card"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -311,7 +319,8 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
class="card border-danger"
|
||||
border-color="danger"
|
||||
class="card"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -844,11 +853,9 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class=""
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<div
|
||||
class="card-body"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
@@ -46,7 +46,8 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<!---->
|
||||
<!---->
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
class="btn"
|
||||
color="primary"
|
||||
id="collapse1"
|
||||
type="button"
|
||||
>
|
||||
@@ -57,30 +58,26 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="mt-2"
|
||||
data-v-1b076234=""
|
||||
style="display: none;"
|
||||
>
|
||||
<div
|
||||
class="card"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<p
|
||||
class="card-text"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
Collapse contents Here
|
||||
</p>
|
||||
|
||||
<button
|
||||
class="btn btn-secondary btn-sm"
|
||||
data-v-1b076234=""
|
||||
class="btn btn-sm"
|
||||
color="secondary"
|
||||
id="collapse2"
|
||||
type="button"
|
||||
>
|
||||
@@ -91,17 +88,14 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="mt-2"
|
||||
data-v-1b076234=""
|
||||
style="display: none;"
|
||||
>
|
||||
<div
|
||||
class="card"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
data-v-1b076234=""
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
@@ -55,13 +55,13 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
More Info
|
||||
</cbutton-stub>
|
||||
@@ -126,26 +126,26 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
Do Something
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="success"
|
||||
>
|
||||
Do Something Else
|
||||
</cbutton-stub>
|
||||
@@ -176,7 +176,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
</strong>
|
||||
|
||||
<small>
|
||||
variants
|
||||
colors
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
@@ -185,11 +185,11 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cjumbotron-stub
|
||||
bordervariant="dark"
|
||||
border-color="dark"
|
||||
color="info"
|
||||
header="Bootstrap 4"
|
||||
tag="div"
|
||||
textvariant="white"
|
||||
variant="info"
|
||||
text-color="white"
|
||||
>
|
||||
<p
|
||||
class="lead"
|
||||
|
||||
@@ -507,13 +507,13 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pill="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
14
|
||||
</cbadge-stub>
|
||||
@@ -533,13 +533,13 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pill="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
2
|
||||
</cbadge-stub>
|
||||
@@ -559,13 +559,13 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pill="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
1
|
||||
</cbadge-stub>
|
||||
@@ -598,7 +598,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</strong>
|
||||
|
||||
<small>
|
||||
variants
|
||||
colors
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
@@ -622,96 +622,96 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
This is a primary list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="secondary"
|
||||
>
|
||||
This is a secondary list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="success"
|
||||
>
|
||||
This is a success list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="danger"
|
||||
>
|
||||
This is a danger list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="warning"
|
||||
>
|
||||
This is a warning list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="info"
|
||||
>
|
||||
This is a info list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="light"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="light"
|
||||
>
|
||||
This is a light list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="dark"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="dark"
|
||||
>
|
||||
This is a dark list group item
|
||||
</clistgroupitem-stub>
|
||||
@@ -741,7 +741,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</strong>
|
||||
|
||||
<small>
|
||||
variants active
|
||||
colors active
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
@@ -766,104 +766,104 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
This is a primary list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="secondary"
|
||||
>
|
||||
This is a secondary list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="success"
|
||||
>
|
||||
This is a success list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="danger"
|
||||
>
|
||||
This is a danger list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="warning"
|
||||
>
|
||||
This is a warning list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="info"
|
||||
>
|
||||
This is a info list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="light"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="light"
|
||||
>
|
||||
This is a light list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
color="dark"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
target="_self"
|
||||
variant="dark"
|
||||
>
|
||||
This is a dark list group item
|
||||
</clistgroupitem-stub>
|
||||
|
||||
@@ -41,11 +41,13 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="info"
|
||||
expandable="md"
|
||||
tag="nav"
|
||||
toggleable="md"
|
||||
variant="info"
|
||||
>
|
||||
<cnavbartoggle-stub />
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
/>
|
||||
|
||||
<cnavbarbrand-stub
|
||||
activeclass="active"
|
||||
@@ -99,24 +101,22 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Search"
|
||||
size="sm"
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="my-2 my-sm-0"
|
||||
color="light"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
size="sm"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="light"
|
||||
>
|
||||
|
||||
Search
|
||||
@@ -125,10 +125,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cform-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
button-html="Lang"
|
||||
nav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
togglertext="Lang"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -172,10 +171,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cdropdown-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
buttonhtml=<em>User</em>
|
||||
nav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
togglertext="User"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -229,9 +227,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="faded"
|
||||
light="true"
|
||||
tag="nav"
|
||||
variant="faded"
|
||||
>
|
||||
<cnavbarbrand-stub
|
||||
activeclass="active"
|
||||
@@ -280,12 +278,14 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
tag="nav"
|
||||
toggleable="sm"
|
||||
variant="light"
|
||||
>
|
||||
<cnavbartoggle-stub />
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
/>
|
||||
|
||||
<cnavbarbrand-stub
|
||||
activeclass="active"
|
||||
@@ -342,11 +342,13 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="primary"
|
||||
expandable="sm"
|
||||
tag="nav"
|
||||
toggleable="sm"
|
||||
variant="primary"
|
||||
>
|
||||
<cnavbartoggle-stub />
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
/>
|
||||
|
||||
<ccollapse-stub
|
||||
duration="400"
|
||||
@@ -381,11 +383,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cnavitem-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
button-html="Lang"
|
||||
nav="true"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
togglertext="Dropdown"
|
||||
placement="bottom-end"
|
||||
togglertext="Lang"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -429,11 +429,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cdropdown-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
button-html="User"
|
||||
nav="true"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
togglertext="Dropdown"
|
||||
placement="bottom-end"
|
||||
togglertext="User"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -487,30 +485,28 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
tag="nav"
|
||||
variant="light"
|
||||
>
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Search"
|
||||
size="sm"
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="my-2 my-sm-0"
|
||||
color="outline-success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="submit"
|
||||
variant="outline-success"
|
||||
>
|
||||
Search
|
||||
</cbutton-stub>
|
||||
@@ -545,18 +541,16 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
tag="nav"
|
||||
variant="light"
|
||||
>
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
type="text"
|
||||
/>
|
||||
</cform-stub>
|
||||
</cnavbar-stub>
|
||||
|
||||
@@ -44,7 +44,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
animated="true"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="73"
|
||||
/>
|
||||
|
||||
@@ -56,36 +56,36 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="43.8"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="18.25"
|
||||
variant="warning"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="10.95"
|
||||
variant="danger"
|
||||
/>
|
||||
</cprogress-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mt-4"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Click me to animate progress bars
|
||||
@@ -149,7 +149,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="50"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="33.333333333"
|
||||
/>
|
||||
|
||||
@@ -173,7 +173,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="50"
|
||||
precision="2"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="33.333333333"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
@@ -275,7 +275,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -288,7 +288,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
height="2rem"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -297,7 +297,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
height="20px"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -327,7 +327,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</strong>
|
||||
|
||||
<small>
|
||||
variants
|
||||
colors
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
@@ -348,10 +348,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="success"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -368,10 +368,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="info"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -388,10 +388,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="warning"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -408,10 +408,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -428,10 +428,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="primary"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -448,10 +448,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="secondary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="secondary"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -468,10 +468,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="col-sm-10 pt-1"
|
||||
>
|
||||
<cprogress-stub
|
||||
color="dark"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="75"
|
||||
variant="dark"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -505,48 +505,48 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="25"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="50"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="75"
|
||||
variant="warning"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="100"
|
||||
variant="danger"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Remove Striped
|
||||
@@ -583,50 +583,50 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
class="mb-2"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="25"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
class="mb-2"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="50"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
class="mb-2"
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
striped="true"
|
||||
value="75"
|
||||
variant="warning"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
class="mb-3"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="100"
|
||||
variant="danger"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Stop Animation
|
||||
@@ -667,24 +667,24 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
variant="primary"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
variant="info"
|
||||
/>
|
||||
</cprogress-stub>
|
||||
|
||||
@@ -692,28 +692,28 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
variant="primary"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
variant="info"
|
||||
/>
|
||||
</cprogress-stub>
|
||||
|
||||
@@ -726,24 +726,24 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
variant="primary"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="30"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="20"
|
||||
variant="info"
|
||||
/>
|
||||
</cprogress-stub>
|
||||
|
||||
@@ -754,29 +754,29 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="15"
|
||||
variant="primary"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
animated="true"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
value="30"
|
||||
variant="success"
|
||||
/>
|
||||
|
||||
<cprogressbar-stub
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
showprogress="true"
|
||||
show-percentage=""
|
||||
striped="true"
|
||||
value="20"
|
||||
variant="info"
|
||||
/>
|
||||
</cprogress-stub>
|
||||
</ccardbody-stub>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,8 @@ exports[`Table.vue renders correctly 1`] = `
|
||||
<ctable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="username,registered,role,status"
|
||||
itemsperpage="10"
|
||||
itemsperpage="5"
|
||||
pagination="true"
|
||||
per-page="5"
|
||||
/>
|
||||
</ccard-stub>
|
||||
`;
|
||||
|
||||
@@ -2,62 +2,6 @@
|
||||
|
||||
exports[`Tables.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<ccol-stub
|
||||
sm="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
|
||||
CTable component functionality presentation
|
||||
|
||||
<div
|
||||
class="card-header-actions"
|
||||
>
|
||||
<a
|
||||
class="card-header-action"
|
||||
href="https://coreui.io/vue/docs/3.0/components/Table"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
>
|
||||
docs
|
||||
</small>
|
||||
</a>
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ctable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="[object Object],registered,[object Object],[object Object],[object Object]"
|
||||
filterrow="true"
|
||||
footer="true"
|
||||
hover="true"
|
||||
indexcolumn="true"
|
||||
items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
|
||||
itemsperpage="10"
|
||||
optionsrow="true"
|
||||
pagination="true"
|
||||
sorting="true"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<ccol-stub
|
||||
lg="6"
|
||||
|
||||
@@ -57,12 +57,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Hover Me
|
||||
@@ -80,12 +80,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Hover me
|
||||
@@ -103,12 +103,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Click me
|
||||
@@ -156,12 +156,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
top-start
|
||||
@@ -175,12 +175,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
top
|
||||
@@ -194,12 +194,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
top-end
|
||||
@@ -213,12 +213,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
bottom-start
|
||||
@@ -232,12 +232,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
bottom
|
||||
@@ -251,12 +251,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
bottom-end
|
||||
@@ -270,12 +270,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
right-start
|
||||
@@ -289,12 +289,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
right
|
||||
@@ -308,12 +308,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
right-end
|
||||
@@ -327,12 +327,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
left-start
|
||||
@@ -346,12 +346,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
left
|
||||
@@ -365,12 +365,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
left-end
|
||||
|
||||
Reference in New Issue
Block a user