test: fix unit tests, update snapshots
This commit is contained in:
@@ -5,6 +5,7 @@ node_modules
|
||||
|
||||
/tests/e2e/reports/
|
||||
selenium-debug.log
|
||||
chromedriver.log
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[ "@vue/app" ]
|
||||
['@babel/preset-env']
|
||||
]
|
||||
}
|
||||
|
||||
+7
-10
@@ -8,25 +8,22 @@ module.exports = {
|
||||
transform: {
|
||||
'^.+\\.vue$': 'vue-jest',
|
||||
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
|
||||
'^.+\\.jsx?$': '<rootDir>/node_modules/babel-jest'
|
||||
'^.+\\.(js|jsx)?$': '<rootDir>/node_modules/babel-jest'
|
||||
},
|
||||
transformIgnorePatterns: ["/node_modules/(?!@coreui/icons)"],
|
||||
transformIgnorePatterns: ['/node_modules/(?!@coreui/icons/vue|coreui)'],
|
||||
moduleNameMapper: {
|
||||
'^@/(.*)$': '<rootDir>/src/$1'
|
||||
},
|
||||
snapshotSerializers: [
|
||||
'jest-serializer-vue'
|
||||
],
|
||||
testMatch: [
|
||||
'<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))',
|
||||
'<rootDir>/tests/unit/Dashboard.spec.js'
|
||||
],
|
||||
testMatch: ['<rootDir>/tests/unit/**/*.spec.js'],
|
||||
verbose: true,
|
||||
testURL: "http://localhost/",
|
||||
testURL: 'http://localhost/',
|
||||
collectCoverage: true,
|
||||
collectCoverageFrom: [
|
||||
"src/**/*.{js,vue}",
|
||||
"!**/node_modules/**"
|
||||
'src/**/*.{js,vue}',
|
||||
'!**/node_modules/**'
|
||||
],
|
||||
coverageReporters: ["html", "text-summary"]
|
||||
coverageReporters: ['html', 'text-summary']
|
||||
}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
// empty custom assertion needed for git to keep track of the folder
|
||||
// empty custom assertion needed for git to keep track of the folder
|
||||
module.exports.assertion = function () {}
|
||||
@@ -0,0 +1 @@
|
||||
// empty custom command needed for git to keep track of the folder
|
||||
@@ -0,0 +1 @@
|
||||
// empty page-object needed for git to keep track of the folder
|
||||
@@ -1,7 +1,9 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`TheFooter.vue renders correctly 1`] = `
|
||||
<cfooter-stub>
|
||||
<cfooter-stub
|
||||
tag="footer"
|
||||
>
|
||||
<div>
|
||||
<a
|
||||
href="https://coreui.io"
|
||||
|
||||
@@ -2,13 +2,16 @@
|
||||
|
||||
exports[`TheHeader.vue renders correctly 1`] = `
|
||||
<cheader-stub
|
||||
colorscheme="light"
|
||||
fixed="true"
|
||||
light="true"
|
||||
light=""
|
||||
tag="header"
|
||||
withsubheader="true"
|
||||
>
|
||||
<ctoggler
|
||||
<ctoggler-stub
|
||||
class="c-header-toggler ml-3"
|
||||
in-header=""
|
||||
inheader="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<img
|
||||
@@ -19,7 +22,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
width="97"
|
||||
/>
|
||||
|
||||
<cheadernav
|
||||
<cheadernav-stub
|
||||
class="d-md-down-none mr-auto"
|
||||
>
|
||||
<cheadernavitem-stub
|
||||
@@ -60,9 +63,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
>
|
||||
Settings
|
||||
</cheadernavitem-stub>
|
||||
</cheadernav>
|
||||
</cheadernav-stub>
|
||||
|
||||
<cheadernav
|
||||
<cheadernav-stub
|
||||
class="mr-4"
|
||||
>
|
||||
<cheadernavitem-stub
|
||||
@@ -108,7 +111,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<theheaderdropdownaccnt-stub />
|
||||
</cheadernav>
|
||||
</cheadernav-stub>
|
||||
|
||||
<div
|
||||
class="c-subheader px-3"
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
<cdropdown-stub
|
||||
addmenuclasses="pt-0"
|
||||
caret="true"
|
||||
class="c-header-nav-items"
|
||||
nav="true"
|
||||
nocaret="true"
|
||||
flip="true"
|
||||
nav=""
|
||||
no-caret=""
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
>
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
exports[`TheSidebar.vue renders correctly 1`] = `
|
||||
<csidebar-stub
|
||||
breakpoint="lg"
|
||||
dropdownstateonroutechange="openActive"
|
||||
colorscheme="dark"
|
||||
dropdownmode="openActive"
|
||||
fixed="true"
|
||||
hideonmobileclick="true"
|
||||
show="true"
|
||||
>
|
||||
<csidebarbrand-stub
|
||||
|
||||
@@ -4,15 +4,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<widgetsdropdown-stub />
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<ccard-stub>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
sm="5"
|
||||
tag="div"
|
||||
@@ -106,12 +102,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
|
||||
<ccardfooter-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardfooter-stub>
|
||||
<crow-stub
|
||||
class="text-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-sm-2 mb-0"
|
||||
@@ -242,7 +236,9 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
|
||||
<widgetsbrand-stub />
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="12"
|
||||
tag="div"
|
||||
@@ -250,16 +246,18 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Traffic & Sales"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="6"
|
||||
sm="12"
|
||||
tag="div"
|
||||
>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
sm="6"
|
||||
tag="div"
|
||||
@@ -609,7 +607,9 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
sm="12"
|
||||
tag="div"
|
||||
>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
sm="6"
|
||||
tag="div"
|
||||
@@ -784,6 +784,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
fonticontag="i"
|
||||
height="17"
|
||||
name="socialFacebook"
|
||||
/>
|
||||
@@ -828,6 +829,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
fonticontag="i"
|
||||
height="17"
|
||||
name="socialTwitter"
|
||||
/>
|
||||
@@ -872,6 +874,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
fonticontag="i"
|
||||
height="17"
|
||||
name="socialLinkedin"
|
||||
/>
|
||||
@@ -942,6 +945,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
|
||||
itemsperpage="10"
|
||||
no-sorting=""
|
||||
responsive="true"
|
||||
/>
|
||||
</ccard-stub>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -42,8 +42,6 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<ol
|
||||
class="breadcrumb"
|
||||
>
|
||||
@@ -55,8 +53,9 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text=<b>Admin</b>
|
||||
/>
|
||||
>
|
||||
<b>Admin</b>
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -66,14 +65,17 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text="Manage"
|
||||
/>
|
||||
>
|
||||
Manage
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="active breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span />
|
||||
<span>
|
||||
Library
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@@ -88,8 +90,9 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text="Go to dashboard"
|
||||
/>
|
||||
>
|
||||
Go to dashboard
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -99,8 +102,9 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text="Go to widgets"
|
||||
/>
|
||||
>
|
||||
Go to widgets
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="breadcrumb-item"
|
||||
@@ -110,14 +114,17 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="http://google.com"
|
||||
target="_self"
|
||||
text="Go to Google"
|
||||
/>
|
||||
>
|
||||
Go to Google
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="active breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span />
|
||||
<span>
|
||||
Current page
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@@ -132,8 +139,9 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text="Added"
|
||||
/>
|
||||
>
|
||||
Added
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="font-xl breadcrumb-item"
|
||||
@@ -143,14 +151,17 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
class=""
|
||||
href="#"
|
||||
target="_self"
|
||||
text="Custom"
|
||||
/>
|
||||
>
|
||||
Custom
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
class="active font-xl text-danger breadcrumb-item"
|
||||
role="presentation"
|
||||
>
|
||||
<span />
|
||||
<span>
|
||||
Classes
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -39,8 +39,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -106,18 +104,17 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with switch
|
||||
|
||||
<label
|
||||
class="float-right switch form-check-label switch-undefined switch-sm switch-pill"
|
||||
class="float-right c-switch form-check-label c-switch-info c-switch-sm c-switch-pill"
|
||||
>
|
||||
<input
|
||||
class="switch-input form-check-input"
|
||||
color="info"
|
||||
class="c-switch-input form-check-input"
|
||||
data-off="Off"
|
||||
data-on="On"
|
||||
type="checkbox"
|
||||
value=""
|
||||
/>
|
||||
<span
|
||||
class="switch-slider"
|
||||
class="c-switch-slider"
|
||||
/>
|
||||
</label>
|
||||
</header>
|
||||
@@ -125,8 +122,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -149,8 +144,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with label
|
||||
|
||||
<span
|
||||
class="badge float-right"
|
||||
color="success"
|
||||
class="badge float-right badge-success"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
@@ -159,8 +153,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -183,8 +175,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
Card with label
|
||||
|
||||
<span
|
||||
class="badge float-right badge-pill"
|
||||
color="danger"
|
||||
class="badge float-right badge-danger badge-pill"
|
||||
>
|
||||
42
|
||||
</span>
|
||||
@@ -193,8 +184,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -211,8 +200,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="primary"
|
||||
class="card"
|
||||
class="card border-primary"
|
||||
header="Card outline primary"
|
||||
>
|
||||
<!---->
|
||||
@@ -229,8 +217,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="secondary"
|
||||
class="card"
|
||||
class="card border-secondary"
|
||||
header="Card outline secondary"
|
||||
>
|
||||
<!---->
|
||||
@@ -247,16 +234,13 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="success"
|
||||
class="card"
|
||||
class="card border-success"
|
||||
header="Card outline success"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -269,8 +253,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="info"
|
||||
class="card"
|
||||
class="card border-info"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -280,8 +263,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -294,8 +275,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="warning"
|
||||
class="card"
|
||||
class="card border-warning"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -305,8 +285,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -319,8 +297,7 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="col-sm-6 col-md-4"
|
||||
>
|
||||
<div
|
||||
border-color="danger"
|
||||
class="card"
|
||||
class="card border-danger"
|
||||
>
|
||||
<header
|
||||
class="card-header"
|
||||
@@ -330,8 +307,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -355,8 +330,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -376,8 +349,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -397,8 +368,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -418,8 +387,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -439,8 +406,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -460,8 +425,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -484,8 +447,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -518,8 +479,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -552,8 +511,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -586,8 +543,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -620,8 +575,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -654,8 +607,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<blockquote
|
||||
class="card-blockquote"
|
||||
>
|
||||
@@ -696,8 +647,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -720,8 +669,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -744,8 +691,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -768,8 +713,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -792,8 +735,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
@@ -857,8 +798,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -43,8 +43,6 @@ exports[`Carousels.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div
|
||||
class="carousel slide"
|
||||
style="height: 400px;"
|
||||
@@ -88,8 +86,9 @@ exports[`Carousels.vue renders correctly 1`] = `
|
||||
class="carousel-item"
|
||||
>
|
||||
<svg
|
||||
blankColor="grey"
|
||||
class="d-block w-100 h-100 img-fluid"
|
||||
style="background-color: grey;"
|
||||
style="background-color: transparent;"
|
||||
/>
|
||||
<div
|
||||
class="carousel-caption"
|
||||
|
||||
@@ -43,11 +43,8 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<button
|
||||
class="btn"
|
||||
color="primary"
|
||||
class="btn btn-primary"
|
||||
id="collapse1"
|
||||
type="button"
|
||||
>
|
||||
@@ -59,6 +56,7 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="mt-2"
|
||||
style="display: none;"
|
||||
toggler="collapse1"
|
||||
>
|
||||
<div
|
||||
class="card"
|
||||
@@ -67,8 +65,6 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<p
|
||||
class="card-text"
|
||||
>
|
||||
@@ -76,8 +72,7 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
</p>
|
||||
|
||||
<button
|
||||
class="btn btn-sm"
|
||||
color="secondary"
|
||||
class="btn btn-secondary btn-sm"
|
||||
id="collapse2"
|
||||
type="button"
|
||||
>
|
||||
@@ -89,6 +84,7 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="mt-2"
|
||||
style="display: none;"
|
||||
toggler="collapse2"
|
||||
>
|
||||
<div
|
||||
class="card"
|
||||
@@ -97,8 +93,6 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
Hello!
|
||||
</div>
|
||||
<!---->
|
||||
|
||||
@@ -2,18 +2,14 @@
|
||||
|
||||
exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -40,10 +36,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cjumbotron-stub
|
||||
header="Bootstrap 4"
|
||||
lead="Bootstrap 4 Components for Vue.js 2"
|
||||
@@ -73,14 +66,8 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
<ccol-stub
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -94,10 +81,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cjumbotron-stub
|
||||
header="Bootstrap 4"
|
||||
lead=""
|
||||
@@ -155,18 +139,14 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -180,16 +160,13 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cjumbotron-stub
|
||||
border-color="dark"
|
||||
bordercolor="dark"
|
||||
color="info"
|
||||
header="Bootstrap 4"
|
||||
tag="div"
|
||||
text-color="white"
|
||||
textcolor="white"
|
||||
>
|
||||
<p
|
||||
class="lead"
|
||||
|
||||
@@ -2,19 +2,15 @@
|
||||
|
||||
exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -41,19 +37,16 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
@@ -64,7 +57,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
@@ -75,7 +68,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Morbi leo risus
|
||||
@@ -86,7 +79,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Porta ac consectetur ac
|
||||
@@ -97,7 +90,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
@@ -111,14 +104,8 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -130,19 +117,16 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
@@ -154,7 +138,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
@@ -165,7 +149,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Morbi leo risus
|
||||
@@ -176,7 +160,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Porta ac consectetur ac
|
||||
@@ -187,7 +171,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
@@ -198,19 +182,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -224,12 +204,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -237,7 +214,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
@@ -248,7 +225,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
@@ -259,7 +236,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Morbi leo risus
|
||||
@@ -271,7 +248,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Porta ac consectetur ac
|
||||
@@ -282,7 +259,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
@@ -296,14 +273,8 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -317,12 +288,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -330,7 +298,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#some-link"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Awesome link
|
||||
@@ -343,7 +311,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Link with active state
|
||||
@@ -355,7 +323,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Action links are easy
|
||||
@@ -368,7 +336,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#foobar"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Disabled link
|
||||
@@ -379,19 +347,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -405,12 +369,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -465,14 +426,8 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -486,12 +441,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -499,7 +451,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -525,7 +477,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -551,7 +503,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -576,19 +528,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -602,19 +550,16 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a default list group item
|
||||
@@ -626,7 +571,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a primary list group item
|
||||
@@ -638,7 +583,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a secondary list group item
|
||||
@@ -650,7 +595,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a success list group item
|
||||
@@ -662,7 +607,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a danger list group item
|
||||
@@ -674,7 +619,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a warning list group item
|
||||
@@ -686,7 +631,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a info list group item
|
||||
@@ -698,7 +643,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a light list group item
|
||||
@@ -710,7 +655,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a dark list group item
|
||||
@@ -724,14 +669,8 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -745,12 +684,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -758,7 +694,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a default list group item
|
||||
@@ -771,7 +707,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a primary list group item
|
||||
@@ -784,7 +720,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a secondary list group item
|
||||
@@ -797,7 +733,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a success list group item
|
||||
@@ -810,7 +746,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a danger list group item
|
||||
@@ -823,7 +759,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a warning list group item
|
||||
@@ -836,7 +772,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a info list group item
|
||||
@@ -849,7 +785,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a light list group item
|
||||
@@ -862,7 +798,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
This is a dark list group item
|
||||
@@ -873,19 +809,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -899,20 +831,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ccardgroup-stub
|
||||
deck="true"
|
||||
>
|
||||
<ccard-stub
|
||||
headerhtml=<b>Card with list group</b>
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -920,7 +847,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
@@ -932,7 +859,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
@@ -944,7 +871,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
@@ -965,12 +892,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
|
||||
<ccard-stub
|
||||
header=<b>Card with flush list group</b>
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<clistgroup-stub
|
||||
flush="true"
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
activeclass="active"
|
||||
@@ -978,7 +903,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Cras justo odio
|
||||
@@ -990,7 +915,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Dapibus ac facilisis in
|
||||
@@ -1002,17 +927,14 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
Vestibulum at eros
|
||||
</clistgroupitem-stub>
|
||||
</clistgroup-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
|
||||
Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
|
||||
nulla tempor. Laborum consequat non elit enim exercitation cillum aliqua
|
||||
@@ -1027,19 +949,15 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -1051,12 +969,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<clistgroup-stub
|
||||
tag="div"
|
||||
tag="ul"
|
||||
>
|
||||
<clistgroupitem-stub
|
||||
active="true"
|
||||
@@ -1066,7 +981,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
<div
|
||||
@@ -1104,7 +1019,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
<div
|
||||
@@ -1147,7 +1062,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
routertag="a"
|
||||
tag="div"
|
||||
tag="li"
|
||||
target="_self"
|
||||
>
|
||||
<div
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`Navbars.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -36,17 +30,15 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="info"
|
||||
expandable="md"
|
||||
tag="nav"
|
||||
>
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
<ctoggler-stub
|
||||
innavbar="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<cnavbarbrand-stub
|
||||
@@ -101,10 +93,12 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cinput
|
||||
<cinput-stub
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Search"
|
||||
size="sm"
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
@@ -125,7 +119,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cform-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
nav="true"
|
||||
caret="true"
|
||||
flip="true"
|
||||
innav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Lang"
|
||||
>
|
||||
@@ -171,7 +167,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cdropdown-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
nav="true"
|
||||
caret="true"
|
||||
flip="true"
|
||||
innav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="User"
|
||||
>
|
||||
@@ -201,14 +199,8 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -222,10 +214,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="faded"
|
||||
light="true"
|
||||
@@ -252,14 +241,8 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -273,18 +256,16 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
tag="nav"
|
||||
toggleable="sm"
|
||||
>
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
<ctoggler-stub
|
||||
innavbar="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<cnavbarbrand-stub
|
||||
@@ -316,14 +297,8 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -337,17 +312,15 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="primary"
|
||||
expandable="sm"
|
||||
tag="nav"
|
||||
>
|
||||
<ctoggler
|
||||
innavbar=""
|
||||
<ctoggler-stub
|
||||
innavbar="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<ccollapse-stub
|
||||
@@ -383,7 +356,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cnavitem-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
nav="true"
|
||||
caret="true"
|
||||
flip="true"
|
||||
innav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Lang"
|
||||
>
|
||||
@@ -429,7 +404,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</cdropdown-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
nav="true"
|
||||
caret="true"
|
||||
flip="true"
|
||||
innav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="User"
|
||||
>
|
||||
@@ -459,14 +436,8 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -480,10 +451,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
@@ -492,10 +460,12 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cinput
|
||||
<cinput-stub
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Search"
|
||||
size="sm"
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cbutton-stub
|
||||
@@ -515,14 +485,8 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -536,10 +500,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnavbar-stub
|
||||
color="light"
|
||||
light="true"
|
||||
@@ -548,9 +509,11 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<cform-stub
|
||||
inline="true"
|
||||
>
|
||||
<cinput
|
||||
<cinput-stub
|
||||
class="mr-sm-2"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
type="text"
|
||||
/>
|
||||
</cform-stub>
|
||||
</cnavbar-stub>
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`Navs.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -35,10 +29,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub>
|
||||
<cnavitem-stub
|
||||
active="true"
|
||||
@@ -88,14 +79,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -109,10 +94,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub>
|
||||
<cnavitem-stub
|
||||
active="true"
|
||||
@@ -169,14 +151,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -190,10 +166,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub
|
||||
tabs="true"
|
||||
>
|
||||
@@ -252,14 +225,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -273,10 +240,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub
|
||||
pills="true"
|
||||
>
|
||||
@@ -329,14 +293,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -350,10 +308,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub
|
||||
fill="true"
|
||||
tabs="true"
|
||||
@@ -407,14 +362,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -428,10 +377,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub
|
||||
justified="true"
|
||||
tabs="true"
|
||||
@@ -485,14 +431,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -506,10 +446,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cnav-stub
|
||||
pills="true"
|
||||
>
|
||||
@@ -538,8 +475,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
|
||||
<cdropdown-stub
|
||||
button-content="Dropdown"
|
||||
caret="true"
|
||||
flip="true"
|
||||
id="nav7_ddown"
|
||||
nav="true"
|
||||
nav=""
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
>
|
||||
@@ -581,14 +520,8 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -602,11 +535,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="m-0"
|
||||
col="3"
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`Paginations.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -36,10 +30,7 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<h6>
|
||||
Default
|
||||
</h6>
|
||||
@@ -47,13 +38,16 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="start"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
responsive="true"
|
||||
responsive=""
|
||||
size="md"
|
||||
/>
|
||||
|
||||
@@ -66,6 +60,9 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="start"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
@@ -85,13 +82,16 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="start"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
responsive="true"
|
||||
responsive=""
|
||||
size="lg"
|
||||
/>
|
||||
|
||||
@@ -104,14 +104,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -125,10 +119,7 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<h6>
|
||||
Left alignment (default)
|
||||
</h6>
|
||||
@@ -136,6 +127,9 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="start"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
@@ -154,6 +148,9 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="center"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
@@ -172,6 +169,9 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<cpagination-stub
|
||||
activepage="3"
|
||||
align="end"
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -36,15 +30,12 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="73"
|
||||
/>
|
||||
|
||||
@@ -94,14 +85,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -114,10 +99,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<h6>
|
||||
No label
|
||||
</h6>
|
||||
@@ -149,7 +131,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="50"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="33.333333333"
|
||||
/>
|
||||
|
||||
@@ -173,20 +155,14 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="50"
|
||||
precision="2"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="33.333333333"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -200,10 +176,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<h6>
|
||||
Default width
|
||||
</h6>
|
||||
@@ -242,14 +215,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -263,10 +230,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<h6>
|
||||
Default height
|
||||
</h6>
|
||||
@@ -275,7 +239,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -288,7 +252,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
height="2rem"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -297,7 +261,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
height="20px"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="75"
|
||||
/>
|
||||
|
||||
@@ -310,14 +274,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -331,10 +289,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div
|
||||
class="row mb-1"
|
||||
>
|
||||
@@ -478,14 +433,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -499,10 +448,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cprogress-stub
|
||||
class="mb-2"
|
||||
color="success"
|
||||
@@ -555,14 +501,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -576,10 +516,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cprogress-stub
|
||||
animated="true"
|
||||
class="mb-2"
|
||||
@@ -635,14 +572,8 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -656,10 +587,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cprogress-stub
|
||||
class="mb-3"
|
||||
max="100"
|
||||
@@ -692,7 +620,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
class="mb-3"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="0"
|
||||
>
|
||||
<cprogressbar-stub
|
||||
@@ -757,7 +685,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="15"
|
||||
/>
|
||||
|
||||
@@ -766,7 +694,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
color="success"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
value="30"
|
||||
/>
|
||||
|
||||
@@ -774,7 +702,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
color="info"
|
||||
max="100"
|
||||
precision="0"
|
||||
show-percentage=""
|
||||
showpercentage="true"
|
||||
striped="true"
|
||||
value="20"
|
||||
/>
|
||||
|
||||
@@ -2,20 +2,16 @@
|
||||
|
||||
exports[`Switches.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Radio switches
|
||||
|
||||
@@ -50,10 +46,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
class="mx-1"
|
||||
color="primary"
|
||||
@@ -148,20 +141,16 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch default
|
||||
|
||||
@@ -178,10 +167,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</cbadge-stub>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -248,23 +234,14 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch pills
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -345,23 +322,14 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -442,14 +410,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
<small>
|
||||
@@ -459,10 +421,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -551,14 +510,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
<small>
|
||||
@@ -568,10 +521,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -661,14 +611,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
<small>
|
||||
@@ -678,10 +622,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -780,14 +721,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
<small>
|
||||
@@ -797,10 +732,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -908,14 +840,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
3d Switch
|
||||
<small>
|
||||
@@ -925,10 +851,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1018,14 +941,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1035,10 +952,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1119,14 +1033,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1136,10 +1044,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1229,14 +1134,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1246,10 +1145,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1330,14 +1226,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1347,10 +1237,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1440,14 +1327,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1457,10 +1338,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1532,14 +1410,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1549,10 +1421,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1633,14 +1502,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1650,10 +1513,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1734,14 +1594,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1751,10 +1605,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1844,14 +1695,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1861,10 +1706,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -1945,14 +1787,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -1962,10 +1798,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2055,14 +1888,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2072,10 +1899,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2167,14 +1991,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2184,10 +2002,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2286,14 +2101,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2303,10 +2112,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2405,14 +2211,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2422,10 +2222,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2533,14 +2330,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2550,10 +2341,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2652,14 +2440,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Switch
|
||||
<small>
|
||||
@@ -2669,10 +2451,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cswitch-stub
|
||||
checked="true"
|
||||
class="mx-1"
|
||||
@@ -2779,14 +2558,8 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
md="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Sizes
|
||||
|
||||
@@ -2794,8 +2567,6 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
|
||||
<ccardbody-stub
|
||||
class="p-0"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ctable-stub
|
||||
class="table-align-middle mb-0"
|
||||
@@ -2805,6 +2576,7 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
items="[object Object],[object Object],[object Object]"
|
||||
itemsperpage="10"
|
||||
no-sorting=""
|
||||
responsive="true"
|
||||
striped="true"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
|
||||
@@ -4,14 +4,13 @@ exports[`Table.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
header="Table"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ctable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="username,registered,role,status"
|
||||
itemsperpage="5"
|
||||
pagination="true"
|
||||
responsive="true"
|
||||
/>
|
||||
</ccard-stub>
|
||||
`;
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
exports[`Tables.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="6"
|
||||
tag="div"
|
||||
@@ -27,7 +29,9 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="6"
|
||||
tag="div"
|
||||
@@ -54,7 +58,9 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
sm="12"
|
||||
tag="div"
|
||||
@@ -72,7 +78,9 @@ exports[`Tables.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
sm="12"
|
||||
tag="div"
|
||||
|
||||
@@ -2,20 +2,16 @@
|
||||
|
||||
exports[`Tabs.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="6"
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Tabs
|
||||
|
||||
@@ -37,11 +33,9 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctabs-stub
|
||||
fade="true"
|
||||
tabs="true"
|
||||
>
|
||||
<ctab-stub
|
||||
@@ -91,24 +85,16 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Tabs
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctabs-stub
|
||||
fade="true"
|
||||
pills="true"
|
||||
tabs="true"
|
||||
>
|
||||
@@ -159,24 +145,16 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Tabs with icons
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctabs-stub
|
||||
fade="true"
|
||||
tabs="true"
|
||||
>
|
||||
<ctab-stub
|
||||
@@ -235,25 +213,17 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Tabs with icons
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctabs-stub
|
||||
addtabclasses="mt-1"
|
||||
fade="true"
|
||||
tabs="true"
|
||||
>
|
||||
<ctab-stub
|
||||
@@ -318,24 +288,16 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Tabs vertical
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctabs-stub
|
||||
fade="true"
|
||||
pills="true"
|
||||
tabs="true"
|
||||
vertical="true"
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`Tooltips.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -43,13 +37,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="4"
|
||||
col="6"
|
||||
tag="div"
|
||||
>
|
||||
<div
|
||||
@@ -72,7 +65,7 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="4"
|
||||
col="6"
|
||||
tag="div"
|
||||
>
|
||||
<div
|
||||
@@ -93,41 +86,12 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
</cbutton-stub>
|
||||
</div>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="4"
|
||||
tag="div"
|
||||
>
|
||||
<div
|
||||
class="text-center my-3"
|
||||
>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
type="button"
|
||||
>
|
||||
|
||||
Click me
|
||||
|
||||
</cbutton-stub>
|
||||
</div>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -141,14 +105,13 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div
|
||||
class="my-3"
|
||||
>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="py-4 text-center"
|
||||
md="4"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -44,17 +44,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
>
|
||||
Dropdown Button
|
||||
</button>
|
||||
@@ -120,12 +117,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
>
|
||||
Dropdown with divider
|
||||
</button>
|
||||
@@ -171,12 +167,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
>
|
||||
Dropdown with header
|
||||
</button>
|
||||
@@ -241,17 +236,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
>
|
||||
Left align
|
||||
</button>
|
||||
@@ -290,12 +282,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
>
|
||||
Right align
|
||||
</button>
|
||||
@@ -336,12 +327,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-info"
|
||||
>
|
||||
Drop-Up
|
||||
</button>
|
||||
@@ -382,12 +372,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
>
|
||||
Offset Dropdown
|
||||
</button>
|
||||
@@ -428,17 +417,16 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn"
|
||||
class="btn btn-secondary"
|
||||
>
|
||||
Split Dropdown
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-secondary"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -507,17 +495,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
<div
|
||||
class="dropdown"
|
||||
color="link"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn btn-lg"
|
||||
class="btn btn-lg btn-link"
|
||||
>
|
||||
|
||||
🔍
|
||||
@@ -592,17 +577,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
<div
|
||||
class="m-2 d-inline-block dropdown"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-lg"
|
||||
class="btn dropdown-toggle btn-lg btn-secondary"
|
||||
>
|
||||
Large
|
||||
</button>
|
||||
@@ -641,17 +623,16 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn btn-lg"
|
||||
class="btn btn-lg btn-secondary"
|
||||
>
|
||||
Large Split
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-lg"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-lg btn-secondary"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -689,12 +670,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
>
|
||||
Small
|
||||
</button>
|
||||
@@ -733,17 +713,16 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
|
||||
<div
|
||||
class="m-2 dropdown btn-group"
|
||||
color="secondary"
|
||||
>
|
||||
<button
|
||||
class="btn btn-sm"
|
||||
class="btn btn-sm btn-secondary"
|
||||
>
|
||||
Small Split
|
||||
</button>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-sm"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-sm btn-secondary"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -812,17 +791,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div>
|
||||
<div
|
||||
class="m-2 dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
>
|
||||
Dropdown ARIA
|
||||
</button>
|
||||
@@ -941,16 +917,13 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div
|
||||
class="m-0 d-inline-block dropdown"
|
||||
color="primary"
|
||||
>
|
||||
<button
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm"
|
||||
class="btn dropdown-toggle btn-sm btn-primary"
|
||||
>
|
||||
Primary
|
||||
</button>
|
||||
@@ -989,12 +962,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
>
|
||||
Secondary
|
||||
</button>
|
||||
@@ -1033,12 +1005,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-success"
|
||||
>
|
||||
Success
|
||||
</button>
|
||||
@@ -1077,12 +1048,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-warning"
|
||||
>
|
||||
Warning
|
||||
</button>
|
||||
@@ -1121,12 +1091,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-danger"
|
||||
>
|
||||
Danger
|
||||
</button>
|
||||
@@ -1165,12 +1134,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-info"
|
||||
>
|
||||
Info
|
||||
</button>
|
||||
@@ -1209,12 +1177,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-light"
|
||||
>
|
||||
Light
|
||||
</button>
|
||||
@@ -1253,12 +1220,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-dark"
|
||||
>
|
||||
Dark
|
||||
</button>
|
||||
@@ -1297,12 +1263,11 @@ 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"
|
||||
class="btn dropdown-toggle btn-sm btn-link"
|
||||
>
|
||||
Link
|
||||
</button>
|
||||
|
||||
@@ -1,19 +1,15 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -40,10 +36,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<cbuttongroup-stub>
|
||||
<cbutton-stub
|
||||
@@ -195,14 +188,8 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -214,10 +201,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<cbuttongroup-stub>
|
||||
<cbutton-stub
|
||||
@@ -351,14 +335,8 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -369,10 +347,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<cbuttongroup-stub>
|
||||
<cbutton-stub
|
||||
@@ -402,7 +377,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
</cbutton-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
caret="true"
|
||||
color="success"
|
||||
flip="true"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
text="Menu"
|
||||
@@ -457,7 +434,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
</cbutton-stub>
|
||||
|
||||
<cdropdown-stub
|
||||
caret="true"
|
||||
color="info"
|
||||
flip="true"
|
||||
placement="bottom-start"
|
||||
right=""
|
||||
split="true"
|
||||
@@ -508,14 +487,8 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -527,10 +500,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<cbuttongroup-stub
|
||||
vertical="true"
|
||||
@@ -580,14 +550,8 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -601,10 +565,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cbuttontoolbar-stub
|
||||
aria-label="Toolbar with button groups"
|
||||
>
|
||||
@@ -745,19 +706,21 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
</cbutton-stub>
|
||||
</cbuttongroup-stub>
|
||||
|
||||
<cinput
|
||||
append-html=".00"
|
||||
<cinput-stub
|
||||
appendhtml=".00"
|
||||
class="mb-0 w-25 mx-1"
|
||||
prepend-html="$"
|
||||
lazy="400"
|
||||
prependhtml="$"
|
||||
size="sm"
|
||||
type="text"
|
||||
value="100"
|
||||
/>
|
||||
|
||||
<cselect
|
||||
<cselect-stub
|
||||
class="mb-0 w-25 mx-1"
|
||||
custom=""
|
||||
custom="true"
|
||||
options="Large,Medium,Small"
|
||||
prepend-html="Size"
|
||||
prependhtml="Size"
|
||||
size="sm"
|
||||
value="Medium"
|
||||
/>
|
||||
@@ -839,8 +802,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
|
||||
<cdropdown-stub
|
||||
button-content="Menu"
|
||||
caret="true"
|
||||
class="mx-1"
|
||||
color="secondary"
|
||||
flip="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
>
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Standard buttons
|
||||
</strong>
|
||||
@@ -32,12 +26,10 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -251,6 +243,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -482,6 +475,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -704,23 +698,14 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Outline Buttons
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<p>
|
||||
|
||||
Use
|
||||
@@ -733,6 +718,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -941,6 +927,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -1165,6 +1152,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -1381,23 +1369,14 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Ghost Buttons
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<p>
|
||||
|
||||
Use
|
||||
@@ -1411,6 +1390,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -1619,6 +1599,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -1843,6 +1824,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -2059,23 +2041,14 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Square Buttons
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<p>
|
||||
|
||||
Use
|
||||
@@ -2089,6 +2062,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -2311,6 +2285,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -2551,6 +2526,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -2782,23 +2758,14 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Pill Buttons
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<p>
|
||||
|
||||
Use
|
||||
@@ -2812,6 +2779,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3034,6 +3002,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3274,6 +3243,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3505,23 +3475,14 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Sizes
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<p>
|
||||
Fancy larger or smaller buttons? Add
|
||||
<code>
|
||||
@@ -3536,6 +3497,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3650,6 +3612,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3759,6 +3722,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
|
||||
<crow-stub
|
||||
class="align-items-center mt-3"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="mb-3 mb-xl-0"
|
||||
@@ -3873,25 +3837,17 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
With Icons
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
class="align-items-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="text-center mt-3"
|
||||
@@ -4014,24 +3970,17 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Toggle pressed state
|
||||
</strong>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
class="text-center mt-3"
|
||||
sm="true"
|
||||
@@ -4155,20 +4104,16 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Block Level CButtons
|
||||
</strong>
|
||||
@@ -4180,10 +4125,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
block="true"
|
||||
@@ -4290,14 +4232,8 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
tag="div"
|
||||
xs="12"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<strong>
|
||||
Block Level CButtons
|
||||
</strong>
|
||||
@@ -4309,10 +4245,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
block="true"
|
||||
|
||||
@@ -6,14 +6,8 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
class="card-columns cols-2"
|
||||
columns="true"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
Line Chart
|
||||
|
||||
@@ -35,10 +29,7 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cchartlineexample-stub />
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
@@ -46,8 +37,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Bar Chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartbarexample-stub />
|
||||
</ccard-stub>
|
||||
@@ -55,8 +44,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Doughnut Chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartdoughnutexample-stub />
|
||||
</ccard-stub>
|
||||
@@ -64,8 +51,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Radar Chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartradarexample-stub />
|
||||
</ccard-stub>
|
||||
@@ -73,8 +58,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Pie Chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartpieexample-stub />
|
||||
</ccard-stub>
|
||||
@@ -82,8 +65,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Polar Area Chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartpolarareaexample-stub />
|
||||
</ccard-stub>
|
||||
@@ -91,8 +72,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Simple line chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
@@ -106,8 +85,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Simple pointed chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartlinesimple-stub
|
||||
backgroundcolor="transparent"
|
||||
@@ -121,8 +98,6 @@ exports[`Charts.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
headerhtml="Simple bar chart"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cchartbarsimple-stub
|
||||
backgroundcolor="danger"
|
||||
|
||||
@@ -19,8 +19,6 @@ exports[`Brands.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div
|
||||
class="row text-center"
|
||||
>
|
||||
|
||||
@@ -2,14 +2,8 @@
|
||||
|
||||
exports[`CoreUIIcons.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="cui-pencil"
|
||||
/>
|
||||
@@ -45,12 +39,10 @@ exports[`CoreUIIcons.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<crow-stub
|
||||
class="text-center "
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="6"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,20 +1,16 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Alerts.vue renders correctly 1`] = `
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -41,10 +37,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<p />
|
||||
|
||||
@@ -113,14 +106,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -135,10 +122,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<calert-stub
|
||||
color="primary"
|
||||
@@ -285,14 +269,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -302,10 +280,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<calert-stub
|
||||
color="success"
|
||||
show="true"
|
||||
@@ -343,14 +318,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
md="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -361,10 +330,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
color="secondary"
|
||||
@@ -409,14 +375,8 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -427,10 +387,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
</small>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<div>
|
||||
<calert-stub
|
||||
closebutton="true"
|
||||
|
||||
@@ -43,13 +43,10 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<h2>
|
||||
Example heading
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -58,8 +55,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h3>
|
||||
Example heading
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -68,8 +64,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h4>
|
||||
Example heading
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -78,8 +73,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h5>
|
||||
Example heading
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -88,8 +82,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<h6>
|
||||
Example heading
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
New
|
||||
</span>
|
||||
@@ -100,16 +93,14 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
class="card-footer"
|
||||
>
|
||||
<button
|
||||
class="btn"
|
||||
color="primary"
|
||||
class="btn btn-primary"
|
||||
type="button"
|
||||
>
|
||||
|
||||
Notifications
|
||||
|
||||
<span
|
||||
class="badge ml-2 position-static"
|
||||
color="light"
|
||||
class="badge ml-2 position-static badge-light"
|
||||
>
|
||||
4
|
||||
</span>
|
||||
@@ -142,60 +133,50 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<span
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
>
|
||||
Primary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="secondary"
|
||||
class="badge badge-secondary"
|
||||
>
|
||||
Secondary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="success"
|
||||
class="badge badge-success"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="danger"
|
||||
class="badge badge-danger"
|
||||
>
|
||||
Danger
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="warning"
|
||||
class="badge badge-warning"
|
||||
>
|
||||
Warning
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="info"
|
||||
class="badge badge-info"
|
||||
>
|
||||
Info
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="light"
|
||||
class="badge badge-light"
|
||||
>
|
||||
Light
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge"
|
||||
color="dark"
|
||||
class="badge badge-dark"
|
||||
>
|
||||
Dark
|
||||
</span>
|
||||
@@ -223,60 +204,50 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="primary"
|
||||
class="badge badge-primary badge-pill"
|
||||
>
|
||||
Primary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="secondary"
|
||||
class="badge badge-secondary badge-pill"
|
||||
>
|
||||
Secondary
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="success"
|
||||
class="badge badge-success badge-pill"
|
||||
>
|
||||
Success
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="danger"
|
||||
class="badge badge-danger badge-pill"
|
||||
>
|
||||
Danger
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="warning"
|
||||
class="badge badge-warning badge-pill"
|
||||
>
|
||||
Warning
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="info"
|
||||
class="badge badge-info badge-pill"
|
||||
>
|
||||
Info
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="light"
|
||||
class="badge badge-light badge-pill"
|
||||
>
|
||||
Light
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge badge-pill"
|
||||
color="dark"
|
||||
class="badge badge-dark badge-pill"
|
||||
>
|
||||
Dark
|
||||
</span>
|
||||
@@ -304,11 +275,8 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<a
|
||||
class="badge"
|
||||
color="primary"
|
||||
class="badge badge-primary"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -316,8 +284,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="secondary"
|
||||
class="badge badge-secondary"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -325,8 +292,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="success"
|
||||
class="badge badge-success"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -334,8 +300,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="danger"
|
||||
class="badge badge-danger"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -343,8 +308,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="warning"
|
||||
class="badge badge-warning"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -352,8 +316,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="info"
|
||||
class="badge badge-info"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -361,8 +324,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="light"
|
||||
class="badge badge-light"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
@@ -370,8 +332,7 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="badge"
|
||||
color="dark"
|
||||
class="badge badge-dark"
|
||||
href="#"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -5,19 +5,15 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
class="wrapper"
|
||||
>
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<i
|
||||
class="fa fa-align-justify"
|
||||
/>
|
||||
@@ -41,10 +37,7 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
class="mr-1"
|
||||
@@ -188,6 +181,9 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</div>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -201,6 +197,9 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
fade="true"
|
||||
size="lg"
|
||||
title="Modal title"
|
||||
>
|
||||
@@ -215,6 +214,9 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
fade="true"
|
||||
size="sm"
|
||||
title="Modal title"
|
||||
>
|
||||
@@ -229,6 +231,9 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -242,7 +247,10 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
color="success"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -256,7 +264,10 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
color="warning"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -270,7 +281,10 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
color="danger"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -284,7 +298,10 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
color="info"
|
||||
fade="true"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
@@ -298,9 +315,12 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
</cmodal-stub>
|
||||
|
||||
<cmodal-stub
|
||||
backdrop="true"
|
||||
centered="true"
|
||||
closeonbackdrop="true"
|
||||
color="dark"
|
||||
nocloseonbackdrop="true"
|
||||
fade="true"
|
||||
no-close-on-backdrop="true"
|
||||
size="lg"
|
||||
title="Modal title 2"
|
||||
>
|
||||
|
||||
@@ -6,6 +6,7 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
>
|
||||
<crow-stub
|
||||
class="justify-content-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="8"
|
||||
@@ -14,13 +15,8 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
<ccardgroup-stub>
|
||||
<ccard-stub
|
||||
class="p-4"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<cform-stub>
|
||||
<h1>
|
||||
Login
|
||||
@@ -32,20 +28,25 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
Sign In to your account
|
||||
</p>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="username email"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
prependhtml=<i class='cui-user'></i>
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="curent-password"
|
||||
lazy="400"
|
||||
placeholder="Password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
/>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="6"
|
||||
tag="div"
|
||||
@@ -90,8 +91,6 @@ exports[`Login.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
class="text-white text-center bg-primary py-5 d-md-down-none"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<h2>
|
||||
Sign up
|
||||
|
||||
@@ -6,6 +6,7 @@ exports[`Page404.vue renders correctly 1`] = `
|
||||
>
|
||||
<crow-stub
|
||||
class="w-100 justify-content-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
@@ -36,10 +37,12 @@ exports[`Page404.vue renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
class="mb-3"
|
||||
lazy="400"
|
||||
placeholder="What are you looking for?"
|
||||
prependhtml=<i class='cui-magnifying-glass'></i>
|
||||
type="text"
|
||||
/>
|
||||
</div>
|
||||
</ccol-stub>
|
||||
|
||||
@@ -6,6 +6,7 @@ exports[`Page500.vue renders correctly 1`] = `
|
||||
>
|
||||
<crow-stub
|
||||
class="w-100 justify-content-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
@@ -33,10 +34,12 @@ exports[`Page500.vue renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
class="mb-3"
|
||||
lazy="400"
|
||||
placeholder="What are you looking for?"
|
||||
prependhtml=<i class='cui-magnifying-glass'></i>
|
||||
type="text"
|
||||
/>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
@@ -6,6 +6,7 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
>
|
||||
<crow-stub
|
||||
class="w-100 justify-content-center"
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="6"
|
||||
@@ -14,13 +15,9 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
>
|
||||
<ccard-stub
|
||||
class="mx-4 mb-0"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub
|
||||
class="p-4"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<cform-stub>
|
||||
<h1>
|
||||
@@ -33,28 +30,34 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
Create your account
|
||||
</p>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="username"
|
||||
lazy="400"
|
||||
placeholder="Username"
|
||||
prependhtml=<i class='cui-user'></i>
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="email"
|
||||
lazy="400"
|
||||
placeholder="Email"
|
||||
prepend-html="@"
|
||||
prependhtml="@"
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="new-password"
|
||||
lazy="400"
|
||||
placeholder="Password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
/>
|
||||
|
||||
<cinput
|
||||
<cinput-stub
|
||||
autocomplete="new-password"
|
||||
class="mb-4"
|
||||
lazy="400"
|
||||
placeholder="Repeat password"
|
||||
prependhtml=<i class='cui-lock-locked'></i>
|
||||
type="password"
|
||||
@@ -77,10 +80,10 @@ exports[`Register.vue renders correctly 1`] = `
|
||||
|
||||
<ccardfooter-stub
|
||||
class="p-4"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="6"
|
||||
tag="div"
|
||||
|
||||
@@ -19,8 +19,6 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div
|
||||
class="row"
|
||||
>
|
||||
@@ -421,8 +419,6 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
<!---->
|
||||
<!---->
|
||||
<div
|
||||
class="row"
|
||||
>
|
||||
|
||||
@@ -1,44 +1,35 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`User.vue renders correctly 1`] = `
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="6"
|
||||
tag="div"
|
||||
>
|
||||
<ccard-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardheader-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
|
||||
User id:
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardbody-stub>
|
||||
<ctable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="[object Object],[object Object]"
|
||||
fixed="true"
|
||||
items="[object Object]"
|
||||
itemsperpage="10"
|
||||
small="true"
|
||||
responsive="true"
|
||||
small=""
|
||||
striped="true"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
|
||||
<ccardfooter-stub
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ccardfooter-stub>
|
||||
<cbutton-stub
|
||||
activeclass="active"
|
||||
color="primary"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Users.vue renders correctly 1`] = `
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
tag="div"
|
||||
@@ -11,8 +13,6 @@ exports[`Users.vue renders correctly 1`] = `
|
||||
bodywrapper="true"
|
||||
headerhtml="Users"
|
||||
name="slide"
|
||||
subtitletag="h6"
|
||||
titletag="h4"
|
||||
>
|
||||
<ctable-stub
|
||||
clickablerows="true"
|
||||
@@ -23,6 +23,7 @@ exports[`Users.vue renders correctly 1`] = `
|
||||
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="5"
|
||||
pagination="[object Object]"
|
||||
responsive="true"
|
||||
striped="true"
|
||||
/>
|
||||
</ccard-stub>
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
exports[`Widgets.vue renders correctly 1`] = `
|
||||
<div>
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="3"
|
||||
sm="6"
|
||||
@@ -67,7 +69,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="3"
|
||||
sm="6"
|
||||
@@ -129,7 +133,93 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="settings"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="laptop"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="moon"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
header="$1.999,50"
|
||||
iconpadding="true"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="bell"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
@@ -142,6 +232,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="settings"
|
||||
width="24"
|
||||
/>
|
||||
@@ -160,6 +251,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="laptop"
|
||||
width="24"
|
||||
/>
|
||||
@@ -178,6 +270,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="moon"
|
||||
width="24"
|
||||
/>
|
||||
@@ -196,6 +289,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
name="bell"
|
||||
width="24"
|
||||
/>
|
||||
@@ -203,81 +297,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="primary"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="info"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="laptop"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="warning"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="moon"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="3"
|
||||
sm="6"
|
||||
tag="div"
|
||||
>
|
||||
<cwidgeticon-stub
|
||||
color="danger"
|
||||
header="$1.999,50"
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
col="12"
|
||||
lg="4"
|
||||
@@ -291,6 +313,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
fonticontag="i"
|
||||
name="settings"
|
||||
width="24"
|
||||
/>
|
||||
@@ -310,6 +333,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
fonticontag="i"
|
||||
name="laptop"
|
||||
width="24"
|
||||
/>
|
||||
@@ -329,6 +353,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
fonticontag="i"
|
||||
name="moon"
|
||||
width="24"
|
||||
/>
|
||||
@@ -352,6 +377,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="people"
|
||||
/>
|
||||
@@ -364,6 +390,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="userFollow"
|
||||
/>
|
||||
@@ -376,6 +403,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="basketLoaded"
|
||||
/>
|
||||
@@ -387,6 +415,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="chartPie"
|
||||
/>
|
||||
@@ -399,6 +428,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speedometer"
|
||||
/>
|
||||
@@ -416,6 +446,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="people"
|
||||
/>
|
||||
@@ -429,6 +460,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="userFollow"
|
||||
/>
|
||||
@@ -442,6 +474,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="basketLoaded"
|
||||
/>
|
||||
@@ -455,6 +488,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="chartPie"
|
||||
/>
|
||||
@@ -468,13 +502,16 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speedometer"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccardgroup-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="2"
|
||||
sm="6"
|
||||
@@ -487,6 +524,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="people"
|
||||
/>
|
||||
@@ -505,6 +543,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="userFollow"
|
||||
/>
|
||||
@@ -523,6 +562,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="basketLoaded"
|
||||
/>
|
||||
@@ -541,6 +581,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="chartPie"
|
||||
/>
|
||||
@@ -559,6 +600,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speedometer"
|
||||
/>
|
||||
@@ -577,6 +619,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speech"
|
||||
/>
|
||||
@@ -584,7 +627,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
md="2"
|
||||
sm="6"
|
||||
@@ -598,6 +643,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="people"
|
||||
/>
|
||||
@@ -617,6 +663,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="userFollow"
|
||||
/>
|
||||
@@ -636,6 +683,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="basketLoaded"
|
||||
/>
|
||||
@@ -655,6 +703,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="chartPie"
|
||||
/>
|
||||
@@ -674,6 +723,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speedometer"
|
||||
/>
|
||||
@@ -693,6 +743,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
value="25"
|
||||
>
|
||||
<cicon-stub
|
||||
fonticontag="i"
|
||||
height="36"
|
||||
name="speech"
|
||||
/>
|
||||
@@ -702,7 +753,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
|
||||
<widgetsdropdown-stub />
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="3"
|
||||
sm="6"
|
||||
@@ -820,7 +873,9 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
</ccol-stub>
|
||||
</crow-stub>
|
||||
|
||||
<crow-stub>
|
||||
<crow-stub
|
||||
gutters="true"
|
||||
>
|
||||
<ccol-stub
|
||||
lg="2"
|
||||
sm="4"
|
||||
|
||||
Reference in New Issue
Block a user