@ouestfrance/sipa-bms-ui 8.12.0 → 8.13.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/BmsShortLinkMenu.vue.d.ts +2 -2
- package/dist/plugins/router-history/router-history.composable.d.ts +1 -1
- package/dist/sipa-bms-ui.es.js +3201 -3179
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +3201 -3179
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +11 -11
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
};
|