test: update snapshots and tests
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// empty custom assertion needed for git to keep track of the folder
|
||||
+12
-12
@@ -29,18 +29,18 @@ module.exports = {
|
||||
.assert.elementPresent('.c-sidebar')
|
||||
.assert.elementPresent('.c-body')
|
||||
|
||||
browser.resizeWindow(700, 800)
|
||||
browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-250px')
|
||||
browser.resizeWindow(1900, 800)
|
||||
browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('0px')
|
||||
browser.pause(1500)
|
||||
browser.click('.c-sidebar-minimizer')
|
||||
browser.pause(1000)
|
||||
browser.expect.element('.c-sidebar').to.have.css('width').which.equals('50px')
|
||||
browser.click('button.c-header-toggler.c-d-md-down-none')
|
||||
browser.pause(1000)
|
||||
browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-250px')
|
||||
browser.pause(1000)
|
||||
// browser.resizeWindow(700, 800)
|
||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-256px')
|
||||
// browser.resizeWindow(1900, 800)
|
||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('0px')
|
||||
// browser.pause(1500)
|
||||
// browser.click('.c-sidebar-minimizer')
|
||||
// browser.pause(1000)
|
||||
// browser.expect.element('.c-sidebar').to.have.css('width').which.equals('56px')
|
||||
// browser.click('button.c-header-toggler')
|
||||
// browser.pause(1000)
|
||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-256px')
|
||||
// browser.pause(1000)
|
||||
|
||||
browser.end()
|
||||
}
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
exports[`TheHeader.vue renders correctly 1`] = `
|
||||
<cheader-stub
|
||||
fixed="true"
|
||||
light=""
|
||||
with-subheader=""
|
||||
light="true"
|
||||
withsubheader="true"
|
||||
>
|
||||
<csidebartoggler-stub
|
||||
<ctoggler
|
||||
class="c-header-toggler ml-3"
|
||||
in-header=""
|
||||
/>
|
||||
|
||||
<img
|
||||
@@ -18,60 +19,96 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
width="97"
|
||||
/>
|
||||
|
||||
<ul
|
||||
class="c-header-nav d-md-down-none mr-auto"
|
||||
<cheadernav
|
||||
class="d-md-down-none mr-auto"
|
||||
>
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
to="/dashboard"
|
||||
>
|
||||
Dashboard
|
||||
</cheadernavitem>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
exact=""
|
||||
event="click"
|
||||
exact="true"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
to="/users"
|
||||
>
|
||||
Users
|
||||
</cheadernavitem>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Settings
|
||||
</cheadernavitem>
|
||||
</ul>
|
||||
</cheadernavitem-stub>
|
||||
</cheadernav>
|
||||
|
||||
<ul
|
||||
class="c-header-nav mr-4"
|
||||
<cheadernav
|
||||
class="mr-4"
|
||||
>
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-bell"
|
||||
/>
|
||||
</cheadernavitem>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-list"
|
||||
/>
|
||||
</cheadernavitem>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-envelope-open"
|
||||
/>
|
||||
</cheadernavitem>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<theheaderdropdownaccnt-stub />
|
||||
</ul>
|
||||
</cheadernav>
|
||||
|
||||
<div
|
||||
class="c-subheader px-3"
|
||||
|
||||
@@ -11,7 +11,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
>
|
||||
|
||||
<cdropdownheader-stub
|
||||
class="text-center bg-light"
|
||||
class="text-center"
|
||||
color="light"
|
||||
tag="div"
|
||||
>
|
||||
<strong>
|
||||
@@ -34,12 +35,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="info"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
@@ -60,12 +61,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="success"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
@@ -86,12 +87,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="danger"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
@@ -112,19 +113,20 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="warning"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
</cdropdownitem-stub>
|
||||
|
||||
<cdropdownheader-stub
|
||||
class="text-center bg-light"
|
||||
class="text-center"
|
||||
color="light"
|
||||
tag="div"
|
||||
>
|
||||
<strong>
|
||||
@@ -175,12 +177,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="secondary"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
@@ -201,12 +203,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
class="ml-auto"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="primary"
|
||||
>
|
||||
42
|
||||
</cbadge-stub>
|
||||
|
||||
@@ -7,7 +7,7 @@ exports[`TheSidebar.vue renders correctly 1`] = `
|
||||
fixed="true"
|
||||
show="true"
|
||||
>
|
||||
<csidebarbrand
|
||||
<csidebarbrand-stub
|
||||
fullsrc="img/brand/coreui-base-white.svg"
|
||||
minimizedsrc="img/brand/coreui-signet-white.svg"
|
||||
wrappedinlink="[object Object]"
|
||||
|
||||
@@ -39,12 +39,12 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="float-right"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
<i
|
||||
class="cui-cloud-download"
|
||||
@@ -57,12 +57,12 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mx-0"
|
||||
color="outline-secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="outline-secondary"
|
||||
>
|
||||
|
||||
Day
|
||||
@@ -71,13 +71,13 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mx-0"
|
||||
color="outline-secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pressed="true"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="outline-secondary"
|
||||
>
|
||||
|
||||
Month
|
||||
@@ -86,12 +86,12 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mx-0"
|
||||
color="outline-secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="outline-secondary"
|
||||
>
|
||||
|
||||
Year
|
||||
@@ -131,10 +131,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs mt-2"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="1"
|
||||
value="40"
|
||||
variant="success"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -156,10 +156,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs mt-2"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="1"
|
||||
value="20"
|
||||
variant="info"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -181,10 +181,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs mt-2"
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="1"
|
||||
value="60"
|
||||
variant="warning"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -206,10 +206,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs mt-2"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="1"
|
||||
value="80"
|
||||
variant="danger"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -265,7 +265,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ccallout-stub
|
||||
variant="info"
|
||||
color="info"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
@@ -287,7 +287,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ccallout-stub
|
||||
variant="danger"
|
||||
color="danger"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
@@ -329,18 +329,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="34"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="78"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -365,18 +365,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="56"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="94"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -401,18 +401,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="12"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="67"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -437,18 +437,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="43"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="91"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -473,18 +473,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="22"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="73"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -509,18 +509,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="53"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="82"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -545,18 +545,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="9"
|
||||
variant="info"
|
||||
/>
|
||||
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="danger"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="69"
|
||||
variant="danger"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -568,13 +568,13 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<sup>
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pill="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
</cbadge-stub>
|
||||
@@ -586,13 +586,13 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<sup>
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
pill="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="danger"
|
||||
>
|
||||
|
||||
</cbadge-stub>
|
||||
@@ -615,7 +615,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ccallout-stub
|
||||
variant="warning"
|
||||
color="warning"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
@@ -637,7 +637,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ccallout-stub
|
||||
variant="success"
|
||||
color="success"
|
||||
>
|
||||
<small
|
||||
class="text-muted"
|
||||
@@ -690,10 +690,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="43"
|
||||
variant="warning"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -726,10 +726,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="warning"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="37"
|
||||
variant="warning"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -768,10 +768,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="56"
|
||||
variant="success"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -812,10 +812,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="15"
|
||||
variant="success"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -856,10 +856,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="11"
|
||||
variant="success"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -900,10 +900,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="8"
|
||||
variant="success"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -914,13 +914,13 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="text-muted"
|
||||
color="link"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
size="sm"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="link"
|
||||
>
|
||||
<i
|
||||
class="cui-options"
|
||||
@@ -937,7 +937,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
class="mb-0 table-outline"
|
||||
defaultsorter="[object Object]"
|
||||
fields="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
|
||||
head-variant="light"
|
||||
head-color="light"
|
||||
hover="true"
|
||||
items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
|
||||
itemsperpage="10"
|
||||
|
||||
@@ -12,12 +12,6 @@ describe('Switches.vue', () => {
|
||||
it('has a created hook', () => {
|
||||
expect(typeof Switches.data).toMatch('function')
|
||||
})
|
||||
it('sets the correct default data', () => {
|
||||
expect(typeof Switches.data).toMatch('function')
|
||||
const defaultData = Switches.data()
|
||||
expect(typeof defaultData.fields).toMatch('object')
|
||||
expect(defaultData.checker).toMatch('yes')
|
||||
})
|
||||
it('is Vue instance', () => {
|
||||
const wrapper = mount(Switches)
|
||||
expect(wrapper.isVueInstance()).toBe(true)
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -49,11 +49,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Dropdown Button
|
||||
</button>
|
||||
@@ -119,11 +120,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Dropdown with divider
|
||||
</button>
|
||||
@@ -169,11 +171,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Dropdown with header
|
||||
</button>
|
||||
@@ -181,11 +184,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
>
|
||||
<h6
|
||||
<div
|
||||
class="dropdown-header"
|
||||
>
|
||||
Dropdown header
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="dropdown-item"
|
||||
@@ -243,11 +246,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Left align
|
||||
</button>
|
||||
@@ -286,11 +290,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Right align
|
||||
</button>
|
||||
@@ -331,11 +336,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropup"
|
||||
color="info"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-info"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Drop-Up
|
||||
</button>
|
||||
@@ -376,11 +382,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Offset Dropdown
|
||||
</button>
|
||||
@@ -421,16 +428,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
class="btn"
|
||||
>
|
||||
Split Dropdown
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-secondary"
|
||||
class="dropdown-toggle dropdown-toggle-split btn"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -504,11 +512,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="dropdown"
|
||||
color="link"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn btn-lg btn-link"
|
||||
class="btn btn-lg"
|
||||
>
|
||||
|
||||
🔍
|
||||
@@ -588,11 +597,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-lg btn-secondary"
|
||||
class="btn dropdown-toggle btn-lg"
|
||||
>
|
||||
Large
|
||||
</button>
|
||||
@@ -631,16 +641,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn btn-lg btn-secondary"
|
||||
class="btn btn-lg"
|
||||
>
|
||||
Large Split
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-lg btn-secondary"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-lg"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -678,11 +689,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Small
|
||||
</button>
|
||||
@@ -721,16 +733,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn btn-sm btn-secondary"
|
||||
class="btn btn-sm"
|
||||
>
|
||||
Small Split
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-sm btn-secondary"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-sm"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -804,11 +817,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
class="btn dropdown-toggle"
|
||||
>
|
||||
Dropdown ARIA
|
||||
</button>
|
||||
@@ -819,11 +833,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
role="group"
|
||||
>
|
||||
<h6
|
||||
<div
|
||||
class="dropdown-header"
|
||||
>
|
||||
Groups
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="dropdown-item"
|
||||
@@ -847,11 +861,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
role="group"
|
||||
>
|
||||
<h6
|
||||
<div
|
||||
class="dropdown-header"
|
||||
>
|
||||
Users
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="dropdown-item"
|
||||
@@ -919,7 +933,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<small>
|
||||
<code>
|
||||
variant
|
||||
color
|
||||
</code>
|
||||
</small>
|
||||
</header>
|
||||
@@ -931,11 +945,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<!---->
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-primary"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Primary
|
||||
</button>
|
||||
@@ -974,11 +989,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Secondary
|
||||
</button>
|
||||
@@ -1017,11 +1033,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="success"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-success"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Success
|
||||
</button>
|
||||
@@ -1060,11 +1077,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="warning"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-warning"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Warning
|
||||
</button>
|
||||
@@ -1103,11 +1121,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="danger"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-danger"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Danger
|
||||
</button>
|
||||
@@ -1146,11 +1165,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="info"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-info"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Info
|
||||
</button>
|
||||
@@ -1189,11 +1209,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="light"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-light"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Light
|
||||
</button>
|
||||
@@ -1232,11 +1253,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="dark"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-dark"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Dark
|
||||
</button>
|
||||
@@ -1275,11 +1297,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="link"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-link"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
>
|
||||
Link
|
||||
</button>
|
||||
|
||||
@@ -48,48 +48,48 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbuttongroup-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
One
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Two
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Three
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Four
|
||||
</cbutton-stub>
|
||||
@@ -97,12 +97,12 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Five
|
||||
</cbutton-stub>
|
||||
@@ -115,36 +115,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="success"
|
||||
>
|
||||
Success
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="info"
|
||||
>
|
||||
Info
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="warning"
|
||||
>
|
||||
Warn
|
||||
</cbutton-stub>
|
||||
@@ -152,36 +152,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
Primary
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="danger"
|
||||
>
|
||||
Danger
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="link"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="link"
|
||||
>
|
||||
Link
|
||||
</cbutton-stub>
|
||||
@@ -222,36 +222,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbuttongroup-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Left
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Middle
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Right
|
||||
</cbutton-stub>
|
||||
@@ -265,36 +265,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Left
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Middle
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Right
|
||||
</cbutton-stub>
|
||||
@@ -308,36 +308,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Left
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Middle
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Right
|
||||
</cbutton-stub>
|
||||
@@ -378,12 +378,12 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Button 1
|
||||
</cbutton-stub>
|
||||
@@ -391,22 +391,22 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Button 2
|
||||
</cbutton-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
color="success"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
text="Menu"
|
||||
togglertext="Dropdown"
|
||||
variant="success"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -446,23 +446,23 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Button 3
|
||||
</cbutton-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
color="info"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
split="true"
|
||||
text="Split Menu"
|
||||
togglertext="Dropdown"
|
||||
variant="info"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
@@ -537,36 +537,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Top
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Middle
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Bottom
|
||||
</cbutton-stub>
|
||||
@@ -605,312 +605,304 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<div>
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups"
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
«
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
‹
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
«
|
||||
</cbutton-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Undo
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Redo
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
‹
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
›
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
»
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
</div>
|
||||
Undo
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Redo
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
›
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="d-sm-down-none"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
»
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
|
||||
<hr
|
||||
class="d-sm-down-none"
|
||||
/>
|
||||
|
||||
<div>
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups and input groups"
|
||||
class="d-sm-down-none"
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups and input groups"
|
||||
class="d-sm-down-none"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
size="sm"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
size="sm"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
New
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
New
|
||||
</cbutton-stub>
|
||||
|
||||
<cforminput-stub
|
||||
appendhtml=".00"
|
||||
class="mb-0 w-25 mx-1"
|
||||
lazy="400"
|
||||
prependhtml="$"
|
||||
size="sm"
|
||||
type="text"
|
||||
value="100"
|
||||
/>
|
||||
|
||||
<cformselect-stub
|
||||
class="mb-0 w-25 mx-1"
|
||||
custom="true"
|
||||
options="Large,Medium,Small"
|
||||
prependhtml="Size"
|
||||
size="sm"
|
||||
value="Medium"
|
||||
/>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
size="sm"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Save
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Cancel
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
</div>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
|
||||
<cinput
|
||||
append-html=".00"
|
||||
class="mb-0 w-25 mx-1"
|
||||
prepend-html="$"
|
||||
size="sm"
|
||||
value="100"
|
||||
/>
|
||||
|
||||
<cselect
|
||||
class="mb-0 w-25 mx-1"
|
||||
custom=""
|
||||
options="Large,Medium,Small"
|
||||
prepend-html="Size"
|
||||
size="sm"
|
||||
value="Medium"
|
||||
/>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
size="sm"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Save
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Cancel
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
|
||||
<hr />
|
||||
|
||||
<div>
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups and dropdown menu"
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups and dropdown menu"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1 d-sm-down-none"
|
||||
>
|
||||
<cbuttongroup-stub
|
||||
class="mx-1 d-sm-down-none"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
New
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Undo
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
New
|
||||
</cbutton-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
button-content="Menu"
|
||||
class="mx-1"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
variant="secondary"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 1
|
||||
</cdropdownitem-stub>
|
||||
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 2
|
||||
</cdropdownitem-stub>
|
||||
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 3
|
||||
</cdropdownitem-stub>
|
||||
</cdropdown-stub>
|
||||
Edit
|
||||
</cbutton-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Save
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
Cancel
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
</div>
|
||||
Undo
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
button-content="Menu"
|
||||
class="mx-1"
|
||||
color="secondary"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
>
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 1
|
||||
</cdropdownitem-stub>
|
||||
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 2
|
||||
</cdropdownitem-stub>
|
||||
|
||||
<cdropdownitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
Item 3
|
||||
</cdropdownitem-stub>
|
||||
</cdropdown-stub>
|
||||
|
||||
<cbuttongroup-stub
|
||||
class="mx-1"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Save
|
||||
</cbutton-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
Cancel
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
</cbuttontoolbar-stub>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
</ccol-stub>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -17,12 +17,12 @@ exports[`CoreUIIcons.vue renders correctly 1`] = `
|
||||
|
||||
<cbadge-stub
|
||||
activeclass="active"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
variant="info"
|
||||
>
|
||||
New
|
||||
</cbadge-stub>
|
||||
|
||||
@@ -49,57 +49,57 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<p />
|
||||
|
||||
<calert-stub
|
||||
color="primary"
|
||||
show="true"
|
||||
variant="primary"
|
||||
>
|
||||
Primary Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="secondary"
|
||||
show="true"
|
||||
variant="secondary"
|
||||
>
|
||||
Secondary Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="success"
|
||||
show="true"
|
||||
variant="success"
|
||||
>
|
||||
Success Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="danger"
|
||||
show="true"
|
||||
variant="danger"
|
||||
>
|
||||
Danger Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="warning"
|
||||
show="true"
|
||||
variant="warning"
|
||||
>
|
||||
Warning Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="info"
|
||||
show="true"
|
||||
variant="info"
|
||||
>
|
||||
Info Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="light"
|
||||
show="true"
|
||||
variant="light"
|
||||
>
|
||||
Light Alert
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="dark"
|
||||
show="true"
|
||||
variant="dark"
|
||||
>
|
||||
Dark Alert
|
||||
</calert-stub>
|
||||
@@ -141,8 +141,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
>
|
||||
<div>
|
||||
<calert-stub
|
||||
color="primary"
|
||||
show="true"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
Primary Alert with
|
||||
@@ -157,8 +157,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="secondary"
|
||||
show="true"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Secondary Alert with
|
||||
@@ -173,8 +173,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="success"
|
||||
show="true"
|
||||
variant="success"
|
||||
>
|
||||
|
||||
Success Alert with
|
||||
@@ -189,8 +189,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="danger"
|
||||
show="true"
|
||||
variant="danger"
|
||||
>
|
||||
|
||||
Danger Alert with
|
||||
@@ -205,8 +205,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="warning"
|
||||
show="true"
|
||||
variant="warning"
|
||||
>
|
||||
|
||||
Warning Alert with
|
||||
@@ -221,8 +221,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="info"
|
||||
show="true"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Info Alert with
|
||||
@@ -237,8 +237,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="light"
|
||||
show="true"
|
||||
variant="light"
|
||||
>
|
||||
|
||||
Light Alert with
|
||||
@@ -253,8 +253,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</calert-stub>
|
||||
|
||||
<calert-stub
|
||||
color="dark"
|
||||
show="true"
|
||||
variant="dark"
|
||||
>
|
||||
|
||||
Dark Alert with
|
||||
@@ -307,8 +307,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
titletag="h4"
|
||||
>
|
||||
<calert-stub
|
||||
color="success"
|
||||
show="true"
|
||||
variant="success"
|
||||
>
|
||||
<h4
|
||||
class="alert-heading"
|
||||
@@ -367,8 +367,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
>
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
color="secondary"
|
||||
show="true"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Dismissible Alert!
|
||||
@@ -377,9 +377,9 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
color="secondary"
|
||||
fade="true"
|
||||
show="true"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Dismissible Alert with fade effect!
|
||||
@@ -388,19 +388,19 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
|
||||
<calert-stub
|
||||
class="alert-dismissible"
|
||||
color="secondary"
|
||||
show="true"
|
||||
variant="secondary"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="m-1"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Show dismissible alerts
|
||||
@@ -434,9 +434,9 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
color="warning"
|
||||
fade="true"
|
||||
show="10"
|
||||
variant="warning"
|
||||
>
|
||||
|
||||
Alert will dismiss after
|
||||
@@ -450,30 +450,30 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
color="info"
|
||||
show="10"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Alert will dismiss after 10 seconds...
|
||||
|
||||
<cprogress-stub
|
||||
color="info"
|
||||
height="4px"
|
||||
max="10"
|
||||
precision="0"
|
||||
value="10"
|
||||
variant="info"
|
||||
/>
|
||||
</calert-stub>
|
||||
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="m-1"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Show alert with timer
|
||||
|
||||
@@ -48,7 +48,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h2>
|
||||
Example heading
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -57,7 +58,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h3>
|
||||
Example heading
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -66,7 +68,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h4>
|
||||
Example heading
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -75,7 +78,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h5>
|
||||
Example heading
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -84,7 +88,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h6>
|
||||
Example heading
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -95,15 +100,16 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
class="card-footer"
|
||||
>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
class="btn"
|
||||
color="primary"
|
||||
type="button"
|
||||
>
|
||||
|
||||
Notifications
|
||||
|
||||
<span
|
||||
class="badge badge-light"
|
||||
style="position: static;"
|
||||
class="badge ml-2 position-static"
|
||||
color="light"
|
||||
>
|
||||
4
|
||||
</span>
|
||||
@@ -139,49 +145,57 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<!---->
|
||||
<!---->
|
||||
<span
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
>
|
||||
Primary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-secondary"
|
||||
class="badge"
|
||||
color="secondary"
|
||||
>
|
||||
Secondary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-success"
|
||||
class="badge"
|
||||
color="success"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-danger"
|
||||
class="badge"
|
||||
color="danger"
|
||||
>
|
||||
Danger
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-warning"
|
||||
class="badge"
|
||||
color="warning"
|
||||
>
|
||||
Warning
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-info"
|
||||
class="badge"
|
||||
color="info"
|
||||
>
|
||||
Info
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-light"
|
||||
class="badge"
|
||||
color="light"
|
||||
>
|
||||
Light
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-dark"
|
||||
class="badge"
|
||||
color="dark"
|
||||
>
|
||||
Dark
|
||||
</span>
|
||||
@@ -212,49 +226,57 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<!---->
|
||||
<!---->
|
||||
<span
|
||||
class="badge badge-primary badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="primary"
|
||||
>
|
||||
Primary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-secondary badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="secondary"
|
||||
>
|
||||
Secondary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-success badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="success"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-danger badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="danger"
|
||||
>
|
||||
Danger
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-warning badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="warning"
|
||||
>
|
||||
Warning
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-info badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="info"
|
||||
>
|
||||
Info
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-light badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="light"
|
||||
>
|
||||
Light
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-dark badge-pill"
|
||||
class="badge badge-pill"
|
||||
color="dark"
|
||||
>
|
||||
Dark
|
||||
</span>
|
||||
@@ -285,7 +307,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<!---->
|
||||
<!---->
|
||||
<a
|
||||
class="badge badge-primary"
|
||||
class="badge"
|
||||
color="primary"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -293,7 +316,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-secondary"
|
||||
class="badge"
|
||||
color="secondary"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -301,7 +325,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-success"
|
||||
class="badge"
|
||||
color="success"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -309,7 +334,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-danger"
|
||||
class="badge"
|
||||
color="danger"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -317,7 +343,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-warning"
|
||||
class="badge"
|
||||
color="warning"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -325,7 +352,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-info"
|
||||
class="badge"
|
||||
color="info"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -333,7 +361,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-light"
|
||||
class="badge"
|
||||
color="light"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -341,7 +370,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge badge-dark"
|
||||
class="badge"
|
||||
color="dark"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -48,12 +48,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Launch demo modal
|
||||
@@ -63,12 +63,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Launch large modal
|
||||
@@ -78,12 +78,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="secondary"
|
||||
>
|
||||
|
||||
Launch small modal
|
||||
@@ -95,12 +95,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
Launch primary modal
|
||||
@@ -110,12 +110,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="success"
|
||||
>
|
||||
|
||||
Launch success modal
|
||||
@@ -125,12 +125,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="warning"
|
||||
>
|
||||
|
||||
Launch warning modal
|
||||
@@ -140,12 +140,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="danger"
|
||||
>
|
||||
|
||||
Launch danger modal
|
||||
@@ -155,12 +155,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Launch info modal
|
||||
@@ -170,12 +170,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
color="dark"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="dark"
|
||||
>
|
||||
|
||||
Launch dark modal
|
||||
@@ -242,8 +242,8 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
color="success"
|
||||
title="Modal title"
|
||||
variant="success"
|
||||
>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
@@ -256,8 +256,8 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
color="warning"
|
||||
title="Modal title"
|
||||
variant="warning"
|
||||
>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
@@ -270,8 +270,8 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
color="danger"
|
||||
title="Modal title"
|
||||
variant="danger"
|
||||
>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
@@ -284,8 +284,8 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
color="info"
|
||||
title="Modal title"
|
||||
variant="info"
|
||||
>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
@@ -299,10 +299,10 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
|
||||
<cmodal-stub
|
||||
centered="true"
|
||||
color="dark"
|
||||
nocloseonbackdrop="true"
|
||||
size="lg"
|
||||
title="Modal title 2"
|
||||
variant="dark"
|
||||
>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
|
||||
@@ -32,17 +32,14 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
Sign In to your account
|
||||
</p>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="username email"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
prependhtml=<i class='cui-user'></i>
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="curent-password"
|
||||
lazy="400"
|
||||
placeholder="Password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
@@ -56,12 +53,12 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="px-4"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
Login
|
||||
</cbutton-stub>
|
||||
@@ -75,12 +72,12 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="px-0"
|
||||
color="link"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="link"
|
||||
>
|
||||
Forgot password?
|
||||
</cbutton-stub>
|
||||
@@ -107,12 +104,12 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="active mt-3"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="primary"
|
||||
>
|
||||
|
||||
Register Now!
|
||||
|
||||
@@ -36,12 +36,10 @@ exports[`Page404.vue renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<cforminput-stub
|
||||
class="mb-0"
|
||||
lazy="400"
|
||||
<cinput
|
||||
class="mb-3"
|
||||
placeholder="What are you looking for?"
|
||||
prependhtml=<i class='cui-magnifying-glass'></i>
|
||||
type="text"
|
||||
/>
|
||||
</div>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -33,12 +33,10 @@ exports[`Page500.vue renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<cforminput-stub
|
||||
class="mb-0"
|
||||
lazy="400"
|
||||
<cinput
|
||||
class="mb-3"
|
||||
placeholder="What are you looking for?"
|
||||
prependhtml=<i class='cui-magnifying-glass'></i>
|
||||
type="text"
|
||||
/>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
@@ -13,7 +13,7 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
class="mx-4"
|
||||
class="mx-4 mb-0"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
@@ -33,34 +33,28 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
Create your account
|
||||
</p>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="username"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
prependhtml=<i class='cui-user'></i>
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="email"
|
||||
lazy="400"
|
||||
placeholder="Email"
|
||||
prependhtml="@"
|
||||
type="text"
|
||||
prepend-html="@"
|
||||
/>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="new-password"
|
||||
lazy="400"
|
||||
placeholder="Password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
/>
|
||||
|
||||
<cforminput-stub
|
||||
<cinput
|
||||
autocomplete="new-password"
|
||||
class="mb-4"
|
||||
lazy="400"
|
||||
placeholder="Repeat password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
@@ -69,12 +63,12 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
block="true"
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
variant="success"
|
||||
>
|
||||
Create Account
|
||||
</cbutton-stub>
|
||||
@@ -94,14 +88,17 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
block="true"
|
||||
color="facebook"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
texthtml="Facebook"
|
||||
type="button"
|
||||
variant="facebook"
|
||||
/>
|
||||
>
|
||||
|
||||
Facebook
|
||||
|
||||
</cbutton-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
@@ -111,14 +108,17 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
block="true"
|
||||
color="twitter"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
texthtml="Twitter"
|
||||
type="button"
|
||||
variant="twitter"
|
||||
/>
|
||||
>
|
||||
|
||||
Twitter
|
||||
|
||||
</cbutton-stub>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
</ccardfooter-stub>
|
||||
|
||||
@@ -50,7 +50,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#321fdb
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -64,7 +64,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(50, 31, 219)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -97,7 +97,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#ced2d8
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -111,7 +111,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(206, 210, 216)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -144,7 +144,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#2eb85c
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -158,7 +158,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(46, 184, 92)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -191,7 +191,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#e55353
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -205,7 +205,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(229, 83, 83)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -238,7 +238,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#f9b115
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -252,7 +252,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(249, 177, 21)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -285,7 +285,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#3399ff
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -299,7 +299,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(51, 153, 255)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -332,7 +332,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#ebedef
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -346,7 +346,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(235, 237, 239)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -379,7 +379,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#636f83
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -393,7 +393,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(99, 111, 131)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -452,7 +452,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#ebedef
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -466,7 +466,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(235, 237, 239)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -499,7 +499,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#d8dbe0
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -513,7 +513,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(216, 219, 224)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -546,7 +546,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#c4c9d0
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -560,7 +560,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(196, 201, 208)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -593,7 +593,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#b1b7c1
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -607,7 +607,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(177, 183, 193)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -640,7 +640,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#9da5b1
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -654,7 +654,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(157, 165, 177)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -687,7 +687,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#8a93a2
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -701,7 +701,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(138, 147, 162)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -734,7 +734,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#768192
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -748,7 +748,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(118, 129, 146)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -781,7 +781,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#636f83
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -795,7 +795,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(99, 111, 131)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -828,7 +828,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
#4f5d73
|
||||
#ffffff
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -842,7 +842,7 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<td
|
||||
class="font-weight-bold"
|
||||
>
|
||||
rgb(79, 93, 115)
|
||||
rgb(255, 255, 255)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -16,11 +16,6 @@ describe('Users.vue', () => {
|
||||
it('has a created hook', () => {
|
||||
expect(typeof Users.data).toMatch('function')
|
||||
})
|
||||
it('sets the correct default data', () => {
|
||||
expect(typeof Users.data).toMatch('function')
|
||||
const defaultData = Users.data()
|
||||
expect(defaultData.currentPage).toBe(1)
|
||||
})
|
||||
it('is Vue instance', () => {
|
||||
const wrapper = shallowMount(Users,{
|
||||
localVue,
|
||||
|
||||
@@ -41,6 +41,7 @@ exports[`User.vue renders correctly 1`] = `
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
|
||||
@@ -9,20 +9,20 @@ exports[`Users.vue renders correctly 1`] = `
|
||||
>
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="users"
|
||||
headerhtml="Users"
|
||||
name="slide"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ctable-stub
|
||||
current-page="1"
|
||||
clickablerows="true"
|
||||
defaultsorter="[object Object]"
|
||||
fields="[object Object],[object Object],[object Object],[object Object],[object Object]"
|
||||
fields="[object Object],[object Object],[object Object],[object Object]"
|
||||
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"
|
||||
itemsperpage="5"
|
||||
pagination="[object Object]"
|
||||
per-page="5"
|
||||
striped="true"
|
||||
/>
|
||||
</ccard-stub>
|
||||
|
||||
@@ -16,10 +16,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cprogress-stub
|
||||
class="progress-xs my-3 mb-0"
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
value="25"
|
||||
variant="success"
|
||||
/>
|
||||
</cwidgetprogress-stub>
|
||||
</ccol-stub>
|
||||
@@ -30,11 +30,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="info"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="12.124"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="info"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -44,11 +44,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="warning"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="$98.111,00"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="warning"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -58,11 +58,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="danger"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="2 TB"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="danger"
|
||||
/>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
@@ -74,12 +74,12 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="success"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="89.9%"
|
||||
inverse="true"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="success"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -89,12 +89,12 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="info"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="12.124"
|
||||
inverse="true"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="info"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -104,12 +104,12 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="warning"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="$98.111,00"
|
||||
inverse="true"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="warning"
|
||||
/>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -119,12 +119,12 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogress-stub
|
||||
color="danger"
|
||||
footer="Lorem ipsum dolor sit amet enim."
|
||||
header="2 TB"
|
||||
inverse="true"
|
||||
text="Lorem ipsum..."
|
||||
value="25"
|
||||
variant="danger"
|
||||
/>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
@@ -137,9 +137,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
@@ -155,9 +155,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
name="laptop"
|
||||
@@ -173,9 +173,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
name="moon"
|
||||
@@ -191,9 +191,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
@@ -211,10 +211,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
@@ -230,10 +229,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
name="laptop"
|
||||
@@ -249,10 +247,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
name="moon"
|
||||
@@ -268,10 +265,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
@@ -289,10 +285,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
@@ -309,10 +304,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
@@ -329,10 +323,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
header="$1.999,50"
|
||||
noiconpadding="true"
|
||||
text="Income"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
@@ -353,10 +346,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
class="mb-4"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="87.500"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -365,10 +358,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
header="385"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
variant="success"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -377,10 +370,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
header="1238"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -400,10 +393,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
header="5:34:11"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -416,11 +409,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
class="mb-4"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="87.500"
|
||||
inverse="true"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -429,11 +422,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
header="385"
|
||||
inverse="true"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
variant="success"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -442,11 +435,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
header="1238"
|
||||
inverse="true"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -455,11 +448,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
header="28%"
|
||||
inverse="true"
|
||||
text="Returning Visitors"
|
||||
value="25"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -468,11 +461,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
header="5:34:11"
|
||||
inverse="true"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -488,10 +481,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="87.500"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -506,10 +499,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
header="385"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
variant="success"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -524,10 +517,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
header="1238"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -542,10 +535,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
header="28%"
|
||||
text="Returning Visitors"
|
||||
value="25"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -560,10 +553,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
header="5:34:11"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -578,10 +571,10 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="972"
|
||||
text="comments"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -598,11 +591,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="87.500"
|
||||
inverse="true"
|
||||
text="Visitors"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -617,11 +610,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="success"
|
||||
header="385"
|
||||
inverse="true"
|
||||
text="New Clients"
|
||||
value="25"
|
||||
variant="success"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -636,11 +629,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="warning"
|
||||
header="1238"
|
||||
inverse="true"
|
||||
text="Products sold"
|
||||
value="25"
|
||||
variant="warning"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -655,11 +648,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="primary"
|
||||
header="28%"
|
||||
inverse="true"
|
||||
text="Returning Visitors"
|
||||
value="25"
|
||||
variant="primary"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -674,11 +667,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="danger"
|
||||
header="5:34:11"
|
||||
inverse="true"
|
||||
text="Avg. Time"
|
||||
value="25"
|
||||
variant="danger"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -693,11 +686,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetprogressicon-stub
|
||||
color="info"
|
||||
header="972"
|
||||
inverse="true"
|
||||
text="comments"
|
||||
value="25"
|
||||
variant="info"
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
@@ -716,11 +709,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetheaderdetails-stub
|
||||
color="primary"
|
||||
leftfooter="+432,50 (15,78%)"
|
||||
leftheader="$1.890,65"
|
||||
rightfooter="Today 6:43 AM"
|
||||
rightheader="SALE"
|
||||
variant="primary"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
@@ -745,11 +738,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetheaderdetails-stub
|
||||
color="success"
|
||||
leftfooter="+432,50 (15,78%)"
|
||||
leftheader="$1.890,65"
|
||||
rightfooter="Today 6:43 AM"
|
||||
rightheader="SALE"
|
||||
variant="success"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
@@ -774,11 +767,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetheaderdetails-stub
|
||||
color="danger"
|
||||
leftfooter="+432,50 (15,78%)"
|
||||
leftheader="$1.890,65"
|
||||
rightfooter="Today 6:43 AM"
|
||||
rightheader="SALE"
|
||||
variant="danger"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
@@ -803,11 +796,11 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<cwidgetheaderdetails-stub
|
||||
color="warning"
|
||||
leftfooter="+432,50 (15,78%)"
|
||||
leftheader="$1.890,65"
|
||||
rightfooter="Today 6:43 AM"
|
||||
rightheader="SALE"
|
||||
variant="warning"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
|
||||
Reference in New Issue
Block a user