@ouestfrance/sipa-bms-ui 8.12.0 → 8.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/button/BmsButton.vue.d.ts +1 -1
- package/dist/components/button/BmsIconButton.vue.d.ts +1 -1
- package/dist/components/button/UiButton.vue.d.ts +1 -1
- package/dist/components/layout/BmsHeaderTitle.vue.d.ts +1 -1
- package/dist/components/navigation/BmsBreadcrumb.vue.d.ts +1 -1
- package/dist/components/navigation/BmsFixedMenu.vue.d.ts +3 -0
- package/dist/components/navigation/BmsMenuNav.vue.d.ts +3 -0
- package/dist/components/navigation/BmsShortLinkMenu.vue.d.ts +2 -2
- package/dist/components/navigation/UiMenuItem.vue.d.ts +11 -2
- package/dist/mockServiceWorker.js +1 -1
- package/dist/plugins/router-history/router-history.composable.d.ts +1 -1
- package/dist/sipa-bms-ui.css +24 -21
- package/dist/sipa-bms-ui.es.js +3559 -3461
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +3559 -3461
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +17 -18
- package/src/components/navigation/BmsFixedMenu.stories.js +7 -0
- package/src/components/navigation/BmsFixedMenu.vue +3 -0
- package/src/components/navigation/BmsMenuNav.stories.js +6 -0
- package/src/components/navigation/BmsMenuNav.vue +6 -1
- package/src/components/navigation/UiMenuItem.vue +8 -2
|
@@ -9,7 +9,7 @@ interface Props {
|
|
|
9
9
|
}
|
|
10
10
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
11
|
submit: boolean;
|
|
12
|
-
to: string | import('vue-router/dist/router-
|
|
12
|
+
to: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
13
13
|
type: "primary" | "secondary" | "tertiary";
|
|
14
14
|
mode: StatusType.Danger | StatusType.Default;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
small?: boolean;
|
|
11
11
|
}
|
|
12
12
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
-
to: string | import('vue-router/dist/router-
|
|
13
|
+
to: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
14
14
|
small: boolean;
|
|
15
15
|
mode: StatusType.Danger | StatusType.Information;
|
|
16
16
|
tooltipText: string;
|
|
@@ -9,7 +9,7 @@ interface Props {
|
|
|
9
9
|
small?: boolean;
|
|
10
10
|
}
|
|
11
11
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
to: string | import('vue-router/dist/router-
|
|
12
|
+
to: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
13
13
|
small: boolean;
|
|
14
14
|
type: "submit" | "button";
|
|
15
15
|
color: StatusType;
|
|
@@ -7,7 +7,7 @@ type __VLS_Props = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
9
|
documentationUrl: string | null;
|
|
10
|
-
activityUrl: string | import('vue-router/dist/router-
|
|
10
|
+
activityUrl: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
12
12
|
logo?(_: {}): any;
|
|
13
13
|
afterTitle?(_: {}): any;
|
|
@@ -7,6 +7,6 @@ type __VLS_Props = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
9
|
separator: string;
|
|
10
|
-
homeLocation: string | import('vue-router/dist/router-
|
|
10
|
+
homeLocation: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric;
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -7,6 +7,9 @@ interface Props {
|
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
8
8
|
top?(_: {}): any;
|
|
9
9
|
additional?(_: {}): any;
|
|
10
|
+
'icon-end'?(_: {
|
|
11
|
+
item: MenuItem | ParentMenuItem;
|
|
12
|
+
}): any;
|
|
10
13
|
footer?(_: {}): any;
|
|
11
14
|
}>;
|
|
12
15
|
export default _default;
|
|
@@ -11,6 +11,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
11
11
|
onCloseMenu?: ((payload: boolean) => any) | undefined;
|
|
12
12
|
onClickItem?: ((payload: MenuItem | ParentMenuItem | null) => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, {
|
|
14
|
+
'icon-end'?(_: {
|
|
15
|
+
item: MenuItem | ParentMenuItem;
|
|
16
|
+
}): any;
|
|
14
17
|
additional?(_: {
|
|
15
18
|
closeMenu: () => void;
|
|
16
19
|
}): any;
|
|
@@ -6,8 +6,8 @@ type __VLS_Props = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
8
|
outline: boolean;
|
|
9
|
-
helpLink: string | import('vue-router/dist/router-
|
|
10
|
-
activityLink: string | import('vue-router/dist/router-
|
|
9
|
+
helpLink: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
10
|
+
activityLink: string | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsRelativeGeneric | import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationAsPathGeneric | null;
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
12
12
|
documentationIcon?(_: {}): any;
|
|
13
13
|
activityIcon?(_: {}): any;
|
|
@@ -4,8 +4,17 @@ type __VLS_Props = {
|
|
|
4
4
|
active?: boolean;
|
|
5
5
|
target?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
8
|
target: string;
|
|
9
9
|
active: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
'icon-end'?(_: {
|
|
12
|
+
item: MenuItem;
|
|
13
|
+
}): any;
|
|
14
|
+
}>;
|
|
11
15
|
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* - Please do NOT modify this file.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
const PACKAGE_VERSION = '2.11.
|
|
10
|
+
const PACKAGE_VERSION = '2.11.6'
|
|
11
11
|
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
|
12
12
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
13
13
|
const activeClientIds = new Set()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { RouteLocationNormalizedLoaded, RouteLocationRaw } from 'vue-router';
|
|
3
3
|
export declare const useRouterHistory: () => {
|
|
4
|
-
historyRoutes: Ref<import('vue-router/dist/router-
|
|
4
|
+
historyRoutes: Ref<import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationNormalizedLoadedGeneric[], import('vue-router/dist/router-BbqN7H95.mjs').RouteLocationNormalizedLoadedGeneric[]>;
|
|
5
5
|
addHistoryRoute: (route: RouteLocationNormalizedLoaded) => void;
|
|
6
6
|
goBack: (fallback?: RouteLocationRaw) => Promise<void>;
|
|
7
7
|
};
|
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -1772,7 +1772,10 @@ a svg[data-v-02d02028] {
|
|
|
1772
1772
|
.menu__link .label {
|
|
1773
1773
|
padding: 16px 16px 16px 0;
|
|
1774
1774
|
line-height: 16px;
|
|
1775
|
-
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-items: center;
|
|
1777
|
+
gap: 4px;
|
|
1778
|
+
}nav[data-v-f7e3eddd] {
|
|
1776
1779
|
display: flex;
|
|
1777
1780
|
flex-direction: column;
|
|
1778
1781
|
flex: 1 1 auto;
|
|
@@ -1780,64 +1783,64 @@ a svg[data-v-02d02028] {
|
|
|
1780
1783
|
padding: 6rem 0 2rem;
|
|
1781
1784
|
background-color: var(--bms-white);
|
|
1782
1785
|
}
|
|
1783
|
-
nav ul[data-v-
|
|
1786
|
+
nav ul[data-v-f7e3eddd] {
|
|
1784
1787
|
margin: 0;
|
|
1785
1788
|
padding: 0;
|
|
1786
1789
|
}
|
|
1787
|
-
nav ul li[data-v-
|
|
1790
|
+
nav ul li[data-v-f7e3eddd] {
|
|
1788
1791
|
display: flex;
|
|
1789
1792
|
align-items: center;
|
|
1790
1793
|
list-style-type: none;
|
|
1791
1794
|
cursor: pointer;
|
|
1792
1795
|
width: 100%;
|
|
1793
1796
|
}
|
|
1794
|
-
nav ul li .parent-container[data-v-
|
|
1797
|
+
nav ul li .parent-container[data-v-f7e3eddd] {
|
|
1795
1798
|
width: 100%;
|
|
1796
1799
|
}
|
|
1797
|
-
nav ul li .parent-container .parent-item[data-v-
|
|
1800
|
+
nav ul li .parent-container .parent-item[data-v-f7e3eddd] {
|
|
1798
1801
|
display: flex;
|
|
1799
1802
|
justify-content: space-between;
|
|
1800
1803
|
align-items: center;
|
|
1801
1804
|
color: var(--bms-grey-75);
|
|
1802
1805
|
padding: 14px 8px;
|
|
1803
1806
|
}
|
|
1804
|
-
nav ul li .parent-container .parent-item[data-v-
|
|
1807
|
+
nav ul li .parent-container .parent-item[data-v-f7e3eddd] .internal-link {
|
|
1805
1808
|
color: inherit;
|
|
1806
1809
|
}
|
|
1807
|
-
nav ul li .parent-container .parent-item__custom-icon[data-v-
|
|
1810
|
+
nav ul li .parent-container .parent-item__custom-icon[data-v-f7e3eddd] {
|
|
1808
1811
|
width: 1em;
|
|
1809
1812
|
height: 1em;
|
|
1810
1813
|
}
|
|
1811
|
-
nav ul li .parent-container .parent-item[data-v-
|
|
1814
|
+
nav ul li .parent-container .parent-item[data-v-f7e3eddd]:hover {
|
|
1812
1815
|
color: var(--bms-main-100);
|
|
1813
1816
|
text-decoration: none;
|
|
1814
1817
|
}
|
|
1815
|
-
nav ul li .parent-container .parent-item .parent-label[data-v-
|
|
1818
|
+
nav ul li .parent-container .parent-item .parent-label[data-v-f7e3eddd] {
|
|
1816
1819
|
line-height: 16px;
|
|
1817
1820
|
font-size: 14px;
|
|
1818
1821
|
text-transform: uppercase;
|
|
1819
1822
|
}
|
|
1820
|
-
nav .additional[data-v-
|
|
1823
|
+
nav .additional[data-v-f7e3eddd] {
|
|
1821
1824
|
display: flex;
|
|
1822
1825
|
flex-direction: column;
|
|
1823
1826
|
flex-grow: 1;
|
|
1824
1827
|
}
|
|
1825
|
-
.open-enter-active[data-v-
|
|
1828
|
+
.open-enter-active[data-v-f7e3eddd] {
|
|
1826
1829
|
transition: all 0.7s ease;
|
|
1827
1830
|
}
|
|
1828
|
-
.open-leave-active[data-v-
|
|
1831
|
+
.open-leave-active[data-v-f7e3eddd] {
|
|
1829
1832
|
transition: all 0.25s linear;
|
|
1830
1833
|
}
|
|
1831
|
-
.open-enter-from[data-v-
|
|
1832
|
-
.open-leave-to[data-v-
|
|
1834
|
+
.open-enter-from[data-v-f7e3eddd],
|
|
1835
|
+
.open-leave-to[data-v-f7e3eddd] {
|
|
1833
1836
|
max-height: 0;
|
|
1834
1837
|
opacity: 0;
|
|
1835
1838
|
}
|
|
1836
|
-
.open-enter-to[data-v-
|
|
1837
|
-
.open-leave-from[data-v-
|
|
1839
|
+
.open-enter-to[data-v-f7e3eddd],
|
|
1840
|
+
.open-leave-from[data-v-f7e3eddd] {
|
|
1838
1841
|
max-height: 500px;
|
|
1839
1842
|
opacity: 1;
|
|
1840
|
-
}.menu__container[data-v-
|
|
1843
|
+
}.menu__container[data-v-b6a4c4f0] {
|
|
1841
1844
|
display: flex;
|
|
1842
1845
|
flex-direction: column;
|
|
1843
1846
|
height: 100%;
|
|
@@ -1846,19 +1849,19 @@ nav .additional[data-v-731a6d8c] {
|
|
|
1846
1849
|
border-right: 1px solid var(--bms-grey-10);
|
|
1847
1850
|
padding: 0;
|
|
1848
1851
|
}
|
|
1849
|
-
.menu__container nav[data-v-
|
|
1852
|
+
.menu__container nav[data-v-b6a4c4f0] {
|
|
1850
1853
|
scrollbar-width: none;
|
|
1851
1854
|
padding: 0;
|
|
1852
1855
|
overflow-x: hidden;
|
|
1853
1856
|
max-width: calc(var(--bms-menu-width) + 5px);
|
|
1854
1857
|
}
|
|
1855
|
-
.menu__container nav[data-v-
|
|
1858
|
+
.menu__container nav[data-v-b6a4c4f0] ul li {
|
|
1856
1859
|
width: var(--bms-menu-width);
|
|
1857
1860
|
}
|
|
1858
|
-
.menu__top[data-v-
|
|
1861
|
+
.menu__top[data-v-b6a4c4f0] {
|
|
1859
1862
|
margin: 0.5em;
|
|
1860
1863
|
}
|
|
1861
|
-
.menu__copyright[data-v-
|
|
1864
|
+
.menu__copyright[data-v-b6a4c4f0] {
|
|
1862
1865
|
display: flex;
|
|
1863
1866
|
justify-content: center;
|
|
1864
1867
|
align-items: center;
|