refactor: view fixes and changes, update packages, add e2e sidebar tests
This commit is contained in:
Generated
+2383
-1046
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -31,32 +31,32 @@
|
|||||||
"release": "npm-run-all clearCache lint build test:unit test:e2e"
|
"release": "npm-run-all clearCache lint build test:unit test:e2e"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.2.0",
|
"@coreui/coreui": "^3.2.2",
|
||||||
"@coreui/icons": "^2.0.0-beta.3",
|
"@coreui/icons": "^2.0.0-beta.3",
|
||||||
"@coreui/utils": "^1.3.1",
|
"@coreui/utils": "^1.3.1",
|
||||||
"@coreui/vue": "^3.0.12",
|
"@coreui/vue": "^3.1.1",
|
||||||
"@coreui/vue-chartjs": "^1.0.5",
|
"@coreui/vue-chartjs": "^1.0.5",
|
||||||
"vue": "~2.6.11",
|
"vue": "~2.6.11",
|
||||||
"vue-router": "~3.3.2",
|
"vue-router": "~3.3.4",
|
||||||
"vuex": "~3.4.0"
|
"vuex": "~3.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "~7.10.2",
|
"@babel/core": "~7.10.5",
|
||||||
"@vue/cli-plugin-babel": "~4.4.1",
|
"@vue/cli-plugin-babel": "~4.4.6",
|
||||||
"@vue/cli-plugin-e2e-nightwatch": "~4.3.1",
|
"@vue/cli-plugin-e2e-nightwatch": "~4.4.6",
|
||||||
"@vue/cli-plugin-eslint": "~4.4.1",
|
"@vue/cli-plugin-eslint": "~4.4.6",
|
||||||
"@vue/cli-plugin-unit-jest": "~4.4.1",
|
"@vue/cli-plugin-unit-jest": "~4.4.6",
|
||||||
"@vue/cli-service": "~4.4.1",
|
"@vue/cli-service": "~4.4.6",
|
||||||
"@vue/test-utils": "1.0.0-beta.29",
|
"@vue/test-utils": "1.0.3",
|
||||||
"babel-eslint": "~10.1.0",
|
"babel-eslint": "~10.1.0",
|
||||||
"babel-jest": "~26.0.1",
|
"babel-jest": "~26.1.0",
|
||||||
"chromedriver": "83.0.0",
|
"chromedriver": "83.0.1",
|
||||||
"core-js": "~3.6.5",
|
"core-js": "~3.6.5",
|
||||||
"eslint": "~6.8.0",
|
"eslint": "~7.4.0",
|
||||||
"eslint-plugin-vue": "~6.2.2",
|
"eslint-plugin-vue": "~6.2.2",
|
||||||
"node-sass": "~4.14.1",
|
"node-sass": "~4.14.1",
|
||||||
"npm-run-all": "~4.1.5",
|
"npm-run-all": "~4.1.5",
|
||||||
"sass-loader": "~8.0.2",
|
"sass-loader": "~9.0.2",
|
||||||
"vue-template-compiler": "~2.6.11"
|
"vue-template-compiler": "~2.6.11"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<a href="https://coreui.io" target="_blank">CoreUI</a>
|
<a href="https://coreui.io" target="_blank">CoreUI</a>
|
||||||
<span class="ml-1">© {{new Date().getFullYear()}} creativeLabs.</span>
|
<span class="ml-1">© {{new Date().getFullYear()}} creativeLabs.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-auto">
|
<div class="mfs-auto">
|
||||||
<span class="mr-1">Powered by</span>
|
<span class="mr-1" target="_blank">Powered by</span>
|
||||||
<a href="https://coreui.io/vue" target="_blank">CoreUI for Vue</a>
|
<a href="https://coreui.io/vue">CoreUI for Vue</a>
|
||||||
</div>
|
</div>
|
||||||
</CFooter>
|
</CFooter>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -20,19 +20,19 @@
|
|||||||
</CDropdownHeader>
|
</CDropdownHeader>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-bell"/> Updates
|
<CIcon name="cil-bell"/> Updates
|
||||||
<CBadge color="info" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="info" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-envelope-open" /> Messages
|
<CIcon name="cil-envelope-open" /> Messages
|
||||||
<CBadge color="success" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="success" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-task" /> Tasks
|
<CIcon name="cil-task" /> Tasks
|
||||||
<CBadge color="danger" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="danger" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-comment-square" /> Comments
|
<CIcon name="cil-comment-square" /> Comments
|
||||||
<CBadge color="warning" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="warning" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownHeader
|
<CDropdownHeader
|
||||||
tag="div"
|
tag="div"
|
||||||
@@ -49,11 +49,11 @@
|
|||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-dollar" /> Payments
|
<CIcon name="cil-dollar" /> Payments
|
||||||
<CBadge color="secondary" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="secondary" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-file" /> Projects
|
<CIcon name="cil-file" /> Projects
|
||||||
<CBadge color="primary" class="ml-auto">{{ itemsCount }}</CBadge>
|
<CBadge color="primary" class="mfs-auto">{{ itemsCount }}</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownDivider/>
|
<CDropdownDivider/>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
|
|||||||
@@ -40,17 +40,89 @@
|
|||||||
</CCol>
|
</CCol>
|
||||||
<CCol col="12" md="6">
|
<CCol col="12" md="6">
|
||||||
<CCard>
|
<CCard>
|
||||||
<CCardHeader
|
<CButton
|
||||||
@click="cardCollapse = !cardCollapse"
|
@click="cardCollapse = !cardCollapse"
|
||||||
class="btn text-left"
|
tag="button"
|
||||||
|
color="link"
|
||||||
|
block
|
||||||
|
class="text-left shadow-none card-header"
|
||||||
>
|
>
|
||||||
<strong>Collapsible card</strong>
|
<h5 class="m-0">Collapsible card</h5>
|
||||||
</CCardHeader>
|
</CButton>
|
||||||
<CCollapse :show="cardCollapse">
|
<CCollapse :show="cardCollapse">
|
||||||
<CCardBody class="m-1">
|
<CCardBody class="m-1">
|
||||||
{{text}}
|
{{text}}
|
||||||
</CCardBody>
|
</CCardBody>
|
||||||
</CCollapse>
|
</CCollapse>
|
||||||
|
</CCard>
|
||||||
|
</CCol>
|
||||||
|
<CCol xl="6">
|
||||||
|
<CCard>
|
||||||
|
<CCardHeader>
|
||||||
|
Collapse
|
||||||
|
<small> accordion</small>
|
||||||
|
</CCardHeader>
|
||||||
|
<CCardBody>
|
||||||
|
<div>
|
||||||
|
<CCard class="mb-0">
|
||||||
|
<CButton
|
||||||
|
block
|
||||||
|
color="link"
|
||||||
|
class="text-left shadow-none card-header"
|
||||||
|
@click="accordion = accordion === 0 ? false : 0"
|
||||||
|
>
|
||||||
|
<h5 class="m-0">Collapsible Group Item #1</h5>
|
||||||
|
</CButton>
|
||||||
|
<CCollapse :show="accordion === 0">
|
||||||
|
<CCardBody>
|
||||||
|
1. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven''t heard of them accusamus labore sustainable VHS.
|
||||||
|
</CCardBody>
|
||||||
|
</CCollapse>
|
||||||
|
</CCard>
|
||||||
|
<CCard class="mb-0">
|
||||||
|
<CButton
|
||||||
|
block
|
||||||
|
color="link"
|
||||||
|
class="text-left shadow-none card-header"
|
||||||
|
@click="accordion = accordion === 1 ? false : 1"
|
||||||
|
>
|
||||||
|
<h5 class="m-0">Collapsible Group Item #2</h5>
|
||||||
|
</CButton>
|
||||||
|
<CCollapse :show="accordion === 1">
|
||||||
|
<CCardBody>
|
||||||
|
2. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven''t heard of them accusamus labore sustainable VHS.
|
||||||
|
</CCardBody>
|
||||||
|
</CCollapse>
|
||||||
|
</CCard>
|
||||||
|
<CCard class="mb-0">
|
||||||
|
<CButton
|
||||||
|
block
|
||||||
|
color="link"
|
||||||
|
class="text-left shadow-none card-header"
|
||||||
|
@click="accordion = accordion === 2 ? false : 2"
|
||||||
|
>
|
||||||
|
<h5 class="m-0">Collapsible Group Item #3</h5>
|
||||||
|
</CButton>
|
||||||
|
<CCollapse :show="accordion === 2">
|
||||||
|
<CCardBody>
|
||||||
|
3. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably havent heard of them accusamus labore sustainable VHS.
|
||||||
|
</CCardBody>
|
||||||
|
</CCollapse>
|
||||||
|
</CCard>
|
||||||
|
</div>
|
||||||
|
</CCardBody>
|
||||||
</CCard>
|
</CCard>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
@@ -64,6 +136,7 @@ export default {
|
|||||||
collapse: false,
|
collapse: false,
|
||||||
cardCollapse: true,
|
cardCollapse: true,
|
||||||
innerCollapse: false,
|
innerCollapse: false,
|
||||||
|
accordion: 0,
|
||||||
text: `
|
text: `
|
||||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry
|
||||||
richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor
|
richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor
|
||||||
|
|||||||
@@ -175,6 +175,7 @@
|
|||||||
horizontal
|
horizontal
|
||||||
:options="options"
|
:options="options"
|
||||||
placeholder="Please select"
|
placeholder="Please select"
|
||||||
|
custom
|
||||||
/>
|
/>
|
||||||
<CSelect
|
<CSelect
|
||||||
label="Select"
|
label="Select"
|
||||||
@@ -202,6 +203,50 @@
|
|||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</template>
|
</template>
|
||||||
|
<CRow form class="form-group">
|
||||||
|
<CCol tag="label" sm="3" class="col-form-label">
|
||||||
|
Switch checkboxes
|
||||||
|
</CCol>
|
||||||
|
<CCol sm="9">
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="primary"
|
||||||
|
:checked="true"
|
||||||
|
/>
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="success"
|
||||||
|
:checked="true"
|
||||||
|
variant="outline"
|
||||||
|
/>
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="warning"
|
||||||
|
:checked="true"
|
||||||
|
variant="opposite"
|
||||||
|
/>
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="danger"
|
||||||
|
:checked="true"
|
||||||
|
shape="pill"
|
||||||
|
/>
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="info"
|
||||||
|
:checked="true"
|
||||||
|
shape="pill"
|
||||||
|
variant="outline"
|
||||||
|
/>
|
||||||
|
<CSwitch
|
||||||
|
class="mr-1"
|
||||||
|
color="dark"
|
||||||
|
:checked="true"
|
||||||
|
shape="pill"
|
||||||
|
variant="opposite"
|
||||||
|
/>
|
||||||
|
</CCol>
|
||||||
|
</CRow>
|
||||||
<template v-for="(name, key) in radioNames">
|
<template v-for="(name, key) in radioNames">
|
||||||
<CRow form class="form-group" :key="name">
|
<CRow form class="form-group" :key="name">
|
||||||
<CCol sm="3">
|
<CCol sm="3">
|
||||||
@@ -533,10 +578,10 @@
|
|||||||
autocomplete="email"
|
autocomplete="email"
|
||||||
>
|
>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<CButton color="primary"><CIcon name="cib-facebook" height="14"/></CButton>
|
<CButton color="primary"><CIcon name="cib-facebook"/></CButton>
|
||||||
</template>
|
</template>
|
||||||
<template #append>
|
<template #append>
|
||||||
<CButton color="primary"><CIcon name="cib-twitter" height="14"/></CButton>
|
<CButton color="primary"><CIcon name="cib-twitter"/></CButton>
|
||||||
</template>
|
</template>
|
||||||
</CInput>
|
</CInput>
|
||||||
</CCardBody>
|
</CCardBody>
|
||||||
|
|||||||
+49
-14
@@ -18,29 +18,64 @@ module.exports = {
|
|||||||
|
|
||||||
// const devServer = browser.globals.devServerURL
|
// const devServer = browser.globals.devServerURL
|
||||||
const devServer = process.env.VUE_DEV_SERVER_URL
|
const devServer = process.env.VUE_DEV_SERVER_URL
|
||||||
|
const toggle = (mobile = false) => {
|
||||||
|
if (mobile) {
|
||||||
|
browser.click('.c-header-toggler.d-lg-none')
|
||||||
|
} else {
|
||||||
|
browser.click('.c-header-toggler.d-md-down-none')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const sidebarIsVisible = () => {
|
||||||
|
browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('0px')
|
||||||
|
}
|
||||||
|
|
||||||
|
const sidebarIsHidden = () => {
|
||||||
|
browser.expect.element('.c-sidebar').to.have.css('margin-left').which.not.equals('0px')
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
browser.url(devServer).pause(500).expect.element('body').to.be.present
|
browser.url(devServer).pause(500).expect.element('body').to.be.present
|
||||||
|
|
||||||
browser.waitForElementVisible('.c-app', 2000)
|
browser.waitForElementVisible('.c-app', 1000)
|
||||||
.assert.elementPresent('.c-header')
|
.assert.elementPresent('.c-header')
|
||||||
.assert.elementPresent('.c-sidebar')
|
.assert.elementPresent('.c-sidebar')
|
||||||
.assert.elementPresent('.c-footer')
|
.assert.elementPresent('.c-footer')
|
||||||
.assert.elementPresent('.c-sidebar')
|
.assert.elementPresent('.c-sidebar')
|
||||||
.assert.elementPresent('.c-body')
|
.assert.elementPresent('.c-body')
|
||||||
|
|
||||||
// browser.resizeWindow(700, 800)
|
browser.resizeWindow(700, 800)
|
||||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-256px')
|
sidebarIsHidden()
|
||||||
// browser.resizeWindow(1900, 800)
|
toggle('mobile')
|
||||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('0px')
|
browser.pause(500)
|
||||||
// browser.pause(1500)
|
sidebarIsVisible()
|
||||||
// browser.click('.c-sidebar-minimizer')
|
browser.click('.c-sidebar-backdrop')
|
||||||
// browser.pause(1000)
|
browser.pause(500)
|
||||||
// browser.expect.element('.c-sidebar').to.have.css('width').which.equals('56px')
|
sidebarIsHidden()
|
||||||
// browser.click('button.c-header-toggler')
|
toggle('mobile')
|
||||||
// browser.pause(1000)
|
browser.pause(500)
|
||||||
// browser.expect.element('.c-sidebar').to.have.css('margin-left').which.equals('-256px')
|
browser.click('.c-sidebar-nav-dropdown-toggle')
|
||||||
// browser.pause(1000)
|
browser.pause(500)
|
||||||
|
sidebarIsVisible()
|
||||||
|
browser.click('.c-sidebar-nav-item')
|
||||||
|
browser.pause(500)
|
||||||
|
sidebarIsHidden()
|
||||||
|
|
||||||
|
browser.resizeWindow(1900, 800)
|
||||||
|
sidebarIsVisible()
|
||||||
|
browser.pause(500)
|
||||||
|
browser.click('.c-sidebar-minimizer')
|
||||||
|
browser.click('.c-body')
|
||||||
|
browser.pause(500)
|
||||||
|
browser.expect.element('.c-sidebar').to.have.css('width').which.equals('56px')
|
||||||
|
browser.click('.c-sidebar-minimizer')
|
||||||
|
browser.click('.c-body')
|
||||||
|
browser.pause(500)
|
||||||
|
browser.expect.element('.c-sidebar').to.have.css('width').which.equals('256px')
|
||||||
|
browser.click('.c-header-toggler.d-md-down-none')
|
||||||
|
browser.pause(1000)
|
||||||
|
sidebarIsHidden()
|
||||||
|
browser.pause(1000)
|
||||||
|
|
||||||
|
|
||||||
browser.end()
|
browser.end()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,17 +20,17 @@ exports[`TheFooter.vue renders correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
|
target="_blank"
|
||||||
>
|
>
|
||||||
Powered by
|
Powered by
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://coreui.io/vue"
|
href="https://coreui.io/vue"
|
||||||
target="_blank"
|
|
||||||
>
|
>
|
||||||
CoreUI for Vue
|
CoreUI for Vue
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
@@ -62,7 +62,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
@@ -88,7 +88,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
@@ -114,7 +114,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
@@ -178,7 +178,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
@@ -204,7 +204,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="router-link-active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="mfs-auto"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="router-link-exact-active"
|
exactactiveclass="router-link-exact-active"
|
||||||
|
|||||||
@@ -108,13 +108,17 @@ exports[`Collapses.vue renders correctly 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="card"
|
class="card"
|
||||||
>
|
>
|
||||||
<header
|
<button
|
||||||
class="card-header btn text-left"
|
class="btn text-left shadow-none card-header btn-link btn-block"
|
||||||
|
tag="button"
|
||||||
|
type="button"
|
||||||
>
|
>
|
||||||
<strong>
|
<h5
|
||||||
|
class="m-0"
|
||||||
|
>
|
||||||
Collapsible card
|
Collapsible card
|
||||||
</strong>
|
</h5>
|
||||||
</header>
|
</button>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class=""
|
class=""
|
||||||
@@ -138,5 +142,125 @@ exports[`Collapses.vue renders correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="col-xl-6"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="card"
|
||||||
|
>
|
||||||
|
<header
|
||||||
|
class="card-header"
|
||||||
|
>
|
||||||
|
|
||||||
|
Collapse
|
||||||
|
|
||||||
|
<small>
|
||||||
|
accordion
|
||||||
|
</small>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="card-body"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
class="card mb-0"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="btn text-left shadow-none card-header btn-link btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<h5
|
||||||
|
class="m-0"
|
||||||
|
>
|
||||||
|
Collapsible Group Item #1
|
||||||
|
</h5>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class=""
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="card-body"
|
||||||
|
>
|
||||||
|
|
||||||
|
1. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven''t heard of them accusamus labore sustainable VHS.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="card mb-0"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="btn text-left shadow-none card-header btn-link btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<h5
|
||||||
|
class="m-0"
|
||||||
|
>
|
||||||
|
Collapsible Group Item #2
|
||||||
|
</h5>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class=""
|
||||||
|
style="display: none;"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="card-body"
|
||||||
|
>
|
||||||
|
|
||||||
|
2. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven''t heard of them accusamus labore sustainable VHS.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="card mb-0"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="btn text-left shadow-none card-header btn-link btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<h5
|
||||||
|
class="m-0"
|
||||||
|
>
|
||||||
|
Collapsible Group Item #3
|
||||||
|
</h5>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class=""
|
||||||
|
style="display: none;"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="card-body"
|
||||||
|
>
|
||||||
|
|
||||||
|
3. Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non
|
||||||
|
cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird
|
||||||
|
on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
|
||||||
|
nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
|
||||||
|
beer farm-to-table, raw denim aesthetic synth nesciunt you probably havent heard of them accusamus labore sustainable VHS.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user