chore: 3.0.0-beta.0 release: update dependencies
This commit is contained in:
@@ -33,42 +33,54 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
class="d-md-down-none mr-auto"
|
||||
>
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
to="/dashboard"
|
||||
>
|
||||
Dashboard
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
Dashboard
|
||||
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
event="click"
|
||||
exact="true"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
exact=""
|
||||
to="/users"
|
||||
>
|
||||
Users
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
Users
|
||||
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="px-3"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Settings
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
Settings
|
||||
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
</cheadernav-stub>
|
||||
|
||||
@@ -76,45 +88,51 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
class="mr-4"
|
||||
>
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-bell"
|
||||
/>
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="cil-bell"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-list"
|
||||
/>
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="cil-list"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<cheadernavitem-stub
|
||||
activeclass="active"
|
||||
class="d-md-down-none mx-2"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-envelope-open"
|
||||
/>
|
||||
<cheadernavlink-stub
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="cil-envelope-open"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
<theheaderdropdownaccnt-stub />
|
||||
|
||||
@@ -6,8 +6,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
caret="true"
|
||||
class="c-header-nav-items"
|
||||
flip="true"
|
||||
nav=""
|
||||
no-caret=""
|
||||
innav="true"
|
||||
placement="bottom-end"
|
||||
togglertext="Dropdown"
|
||||
>
|
||||
@@ -29,8 +28,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-bell mr-2"
|
||||
<cicon-stub
|
||||
name="cil-bell"
|
||||
/>
|
||||
Updates
|
||||
|
||||
@@ -55,8 +54,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-envelope-open mr-2"
|
||||
<cicon-stub
|
||||
name="cil-envelope-open"
|
||||
/>
|
||||
Messages
|
||||
|
||||
@@ -81,8 +80,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-task mr-2"
|
||||
<cicon-stub
|
||||
name="cil-task"
|
||||
/>
|
||||
Tasks
|
||||
|
||||
@@ -107,8 +106,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-comment-square mr-2"
|
||||
<cicon-stub
|
||||
name="cil-comment-square"
|
||||
/>
|
||||
Comments
|
||||
|
||||
@@ -143,8 +142,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-user mr-2"
|
||||
<cicon-stub
|
||||
name="cil-user"
|
||||
/>
|
||||
Profile
|
||||
|
||||
@@ -157,8 +156,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-wrench mr-2"
|
||||
<cicon-stub
|
||||
name="cil-settings"
|
||||
/>
|
||||
Settings
|
||||
|
||||
@@ -171,8 +170,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-dollar mr-2"
|
||||
<cicon-stub
|
||||
name="cil-dollar"
|
||||
/>
|
||||
Payments
|
||||
|
||||
@@ -197,8 +196,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-file mr-2"
|
||||
<cicon-stub
|
||||
name="cil-file"
|
||||
/>
|
||||
Projects
|
||||
|
||||
@@ -227,8 +226,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-shield mr-2"
|
||||
<cicon-stub
|
||||
name="cil-shield-alt"
|
||||
/>
|
||||
Lock Account
|
||||
|
||||
@@ -241,8 +240,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
routertag="a"
|
||||
target="_self"
|
||||
>
|
||||
<i
|
||||
class="cui-lock-locked mr-2"
|
||||
<cicon-stub
|
||||
name="cil-lock-locked"
|
||||
/>
|
||||
Logout
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@ exports[`TheSidebar.vue renders correctly 1`] = `
|
||||
/>
|
||||
|
||||
<crenderfunction-stub
|
||||
contenttorender="CSidebarNav,CSidebarNavLink,[object Object],CSidebarNavTitle,Theme,CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavTitle,Components,CSidebarNavDropdown,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavDropdown,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavDropdown,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavDropdown,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavDivider,CSidebarNavTitle,Extras,CSidebarNavDropdown,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object],CSidebarNavLink,[object Object]"
|
||||
contenttorender="[object Object]"
|
||||
flat="true"
|
||||
/>
|
||||
|
||||
<csidebarminimizer-stub
|
||||
|
||||
Reference in New Issue
Block a user