test: update snapshots and tests

This commit is contained in:
woothu
2019-10-19 15:29:25 +02:00
parent 452af28957
commit d2e7838db6
38 changed files with 2087 additions and 1959 deletions
File diff suppressed because it is too large Load Diff
@@ -49,11 +49,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-secondary"
class="btn dropdown-toggle"
>
Dropdown Button
</button>
@@ -119,11 +120,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-secondary"
class="btn dropdown-toggle"
>
Dropdown with divider
</button>
@@ -169,11 +171,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-secondary"
class="btn dropdown-toggle"
>
Dropdown with header
</button>
@@ -181,11 +184,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="dropdown-menu"
>
<h6
<div
class="dropdown-header"
>
Dropdown header
</h6>
</div>
<a
class="dropdown-item"
@@ -243,11 +246,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 d-inline-block dropdown"
color="primary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-primary"
class="btn dropdown-toggle"
>
Left align
</button>
@@ -286,11 +290,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-2 d-inline-block dropdown"
color="primary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-primary"
class="btn dropdown-toggle"
>
Right align
</button>
@@ -331,11 +336,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropup"
color="info"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-info"
class="btn dropdown-toggle"
>
Drop-Up
</button>
@@ -376,11 +382,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-secondary"
class="btn dropdown-toggle"
>
Offset Dropdown
</button>
@@ -421,16 +428,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown btn-group"
color="secondary"
>
<button
class="btn btn-secondary"
class="btn"
>
Split Dropdown
</button>
<button
aria-expanded="false"
aria-haspopup="true"
class="dropdown-toggle dropdown-toggle-split btn btn-secondary"
class="dropdown-toggle dropdown-toggle-split btn"
/>
<div
class="dropdown-menu"
@@ -504,11 +512,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="dropdown"
color="link"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn btn-lg btn-link"
class="btn btn-lg"
>
🔍
@@ -588,11 +597,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 d-inline-block dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-lg btn-secondary"
class="btn dropdown-toggle btn-lg"
>
Large
</button>
@@ -631,16 +641,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-2 dropdown btn-group"
color="secondary"
>
<button
class="btn btn-lg btn-secondary"
class="btn btn-lg"
>
Large Split
</button>
<button
aria-expanded="false"
aria-haspopup="true"
class="dropdown-toggle dropdown-toggle-split btn btn-lg btn-secondary"
class="dropdown-toggle dropdown-toggle-split btn btn-lg"
/>
<div
class="dropdown-menu"
@@ -678,11 +689,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-2 d-inline-block dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-secondary"
class="btn dropdown-toggle btn-sm"
>
Small
</button>
@@ -721,16 +733,17 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-2 dropdown btn-group"
color="secondary"
>
<button
class="btn btn-sm btn-secondary"
class="btn btn-sm"
>
Small Split
</button>
<button
aria-expanded="false"
aria-haspopup="true"
class="dropdown-toggle dropdown-toggle-split btn btn-sm btn-secondary"
class="dropdown-toggle dropdown-toggle-split btn btn-sm"
/>
<div
class="dropdown-menu"
@@ -804,11 +817,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div>
<div
class="m-2 dropdown"
color="primary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-primary"
class="btn dropdown-toggle"
>
Dropdown ARIA
</button>
@@ -819,11 +833,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
role="group"
>
<h6
<div
class="dropdown-header"
>
Groups
</h6>
</div>
<a
class="dropdown-item"
@@ -847,11 +861,11 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
role="group"
>
<h6
<div
class="dropdown-header"
>
Users
</h6>
</div>
<a
class="dropdown-item"
@@ -919,7 +933,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<small>
<code>
variant
color
</code>
</small>
</header>
@@ -931,11 +945,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<!---->
<div
class="m-0 d-inline-block dropdown"
color="primary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-primary"
class="btn dropdown-toggle btn-sm"
>
Primary
</button>
@@ -974,11 +989,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="secondary"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-secondary"
class="btn dropdown-toggle btn-sm"
>
Secondary
</button>
@@ -1017,11 +1033,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="success"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-success"
class="btn dropdown-toggle btn-sm"
>
Success
</button>
@@ -1060,11 +1077,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="warning"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-warning"
class="btn dropdown-toggle btn-sm"
>
Warning
</button>
@@ -1103,11 +1121,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="danger"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-danger"
class="btn dropdown-toggle btn-sm"
>
Danger
</button>
@@ -1146,11 +1165,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="info"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-info"
class="btn dropdown-toggle btn-sm"
>
Info
</button>
@@ -1189,11 +1209,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="light"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-light"
class="btn dropdown-toggle btn-sm"
>
Light
</button>
@@ -1232,11 +1253,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="dark"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-dark"
class="btn dropdown-toggle btn-sm"
>
Dark
</button>
@@ -1275,11 +1297,12 @@ exports[`Dropdowns.vue renders correctly 1`] = `
<div
class="m-0 d-inline-block dropdown"
color="link"
>
<button
aria-expanded="false"
aria-haspopup="true"
class="btn dropdown-toggle btn-sm btn-link"
class="btn dropdown-toggle btn-sm"
>
Link
</button>
@@ -48,48 +48,48 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbuttongroup-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
One
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Two
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Three
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Four
</cbutton-stub>
@@ -97,12 +97,12 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Five
</cbutton-stub>
@@ -115,36 +115,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="success"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="success"
>
Success
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="info"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="info"
>
Info
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="warning"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="warning"
>
Warn
</cbutton-stub>
@@ -152,36 +152,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="primary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="primary"
>
Primary
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="danger"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="danger"
>
Danger
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="link"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="link"
>
Link
</cbutton-stub>
@@ -222,36 +222,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbuttongroup-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Left
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Middle
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Right
</cbutton-stub>
@@ -265,36 +265,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Left
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Middle
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Right
</cbutton-stub>
@@ -308,36 +308,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Left
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Middle
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Right
</cbutton-stub>
@@ -378,12 +378,12 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Button 1
</cbutton-stub>
@@ -391,22 +391,22 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Button 2
</cbutton-stub>
<cdropdown-stub
color="success"
placement="bottom-start"
right=""
text="Menu"
togglertext="Dropdown"
variant="success"
>
<cdropdownitem-stub
activeclass="active"
@@ -446,23 +446,23 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Button 3
</cbutton-stub>
<cdropdown-stub
color="info"
placement="bottom-start"
right=""
split="true"
text="Split Menu"
togglertext="Dropdown"
variant="info"
>
<cdropdownitem-stub
activeclass="active"
@@ -537,36 +537,36 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Top
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Middle
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Bottom
</cbutton-stub>
@@ -605,312 +605,304 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
subtitletag="h6"
titletag="h4"
>
<div>
<cbuttontoolbar-stub
aria-label="Toolbar with button groups"
<cbuttontoolbar-stub
aria-label="Toolbar with button groups"
>
<cbuttongroup-stub
class="mx-1"
>
<cbuttongroup-stub
class="mx-1"
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
«
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
</cbutton-stub>
</cbuttongroup-stub>
«
</cbutton-stub>
<cbuttongroup-stub
class="mx-1"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Edit
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Undo
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Redo
</cbutton-stub>
</cbuttongroup-stub>
</cbutton-stub>
</cbuttongroup-stub>
<cbuttongroup-stub
class="mx-1"
>
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Edit
</cbutton-stub>
<cbuttongroup-stub
class="mx-1"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
</cbutton-stub>
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
»
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
</div>
Undo
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Redo
</cbutton-stub>
</cbuttongroup-stub>
<cbuttongroup-stub
class="mx-1"
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
</cbutton-stub>
<cbutton-stub
activeclass="active"
class="d-sm-down-none"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
»
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
<hr
class="d-sm-down-none"
/>
<div>
<cbuttontoolbar-stub
aria-label="Toolbar with button groups and input groups"
class="d-sm-down-none"
<cbuttontoolbar-stub
aria-label="Toolbar with button groups and input groups"
class="d-sm-down-none"
>
<cbuttongroup-stub
class="mx-1"
size="sm"
>
<cbuttongroup-stub
class="mx-1"
size="sm"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
New
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Edit
</cbutton-stub>
</cbuttongroup-stub>
New
</cbutton-stub>
<cforminput-stub
appendhtml=".00"
class="mb-0 w-25 mx-1"
lazy="400"
prependhtml="$"
size="sm"
type="text"
value="100"
/>
<cformselect-stub
class="mb-0 w-25 mx-1"
custom="true"
options="Large,Medium,Small"
prependhtml="Size"
size="sm"
value="Medium"
/>
<cbuttongroup-stub
class="mx-1"
size="sm"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Save
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Cancel
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
</div>
Edit
</cbutton-stub>
</cbuttongroup-stub>
<cinput
append-html=".00"
class="mb-0 w-25 mx-1"
prepend-html="$"
size="sm"
value="100"
/>
<cselect
class="mb-0 w-25 mx-1"
custom=""
options="Large,Medium,Small"
prepend-html="Size"
size="sm"
value="Medium"
/>
<cbuttongroup-stub
class="mx-1"
size="sm"
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Save
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Cancel
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
<hr />
<div>
<cbuttontoolbar-stub
aria-label="Toolbar with button groups and dropdown menu"
<cbuttontoolbar-stub
aria-label="Toolbar with button groups and dropdown menu"
>
<cbuttongroup-stub
class="mx-1 d-sm-down-none"
>
<cbuttongroup-stub
class="mx-1 d-sm-down-none"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
New
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Edit
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Undo
</cbutton-stub>
</cbuttongroup-stub>
New
</cbutton-stub>
<cdropdown-stub
button-content="Menu"
class="mx-1"
placement="bottom-end"
togglertext="Dropdown"
variant="secondary"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 1
</cdropdownitem-stub>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 2
</cdropdownitem-stub>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 3
</cdropdownitem-stub>
</cdropdown-stub>
Edit
</cbutton-stub>
<cbuttongroup-stub
class="mx-1"
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Save
</cbutton-stub>
<cbutton-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
variant="secondary"
>
Cancel
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
</div>
Undo
</cbutton-stub>
</cbuttongroup-stub>
<cdropdown-stub
button-content="Menu"
class="mx-1"
color="secondary"
placement="bottom-end"
togglertext="Dropdown"
>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 1
</cdropdownitem-stub>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 2
</cdropdownitem-stub>
<cdropdownitem-stub
activeclass="active"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
>
Item 3
</cdropdownitem-stub>
</cdropdown-stub>
<cbuttongroup-stub
class="mx-1"
>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Save
</cbutton-stub>
<cbutton-stub
activeclass="active"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
target="_self"
type="button"
>
Cancel
</cbutton-stub>
</cbuttongroup-stub>
</cbuttontoolbar-stub>
</ccardbody-stub>
</ccard-stub>
</ccol-stub>
File diff suppressed because it is too large Load Diff