@ouestfrance/sipa-bms-ui 8.11.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.css +12 -57
- package/dist/sipa-bms-ui.es.js +3203 -3181
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +3203 -3181
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +11 -11
- package/src/components/form/BmsSelect.vue +27 -63
- package/src/components/form/RawSelect.vue +1 -18
- package/src/plugins/field/FieldComponent.vue +2 -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;
|
|
@@ -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
|
};
|
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -1171,14 +1171,14 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1171
1171
|
}
|
|
1172
1172
|
.tag .dismiss-button[data-v-e2517fee] .bms-button:hover {
|
|
1173
1173
|
background-color: var(--tag-background-color);
|
|
1174
|
-
}.field__input[data-v-
|
|
1174
|
+
}.field__input[data-v-6231389d] {
|
|
1175
1175
|
--field-border-color: var(--bms-grey-50);
|
|
1176
1176
|
--field-border-color-active: var(--bms-main-100);
|
|
1177
1177
|
--input-background-color: var(--bms-white);
|
|
1178
1178
|
}
|
|
1179
|
-
.field__input .select-wrapper[data-v-
|
|
1179
|
+
.field__input .select-wrapper[data-v-6231389d] {
|
|
1180
1180
|
width: 100%;
|
|
1181
|
-
padding: 0 0 0
|
|
1181
|
+
padding: 0 0 0 var(--field-padding);
|
|
1182
1182
|
border-radius: var(--bms-border-radius);
|
|
1183
1183
|
border: 1px solid var(--field-border-color);
|
|
1184
1184
|
background-color: var(--input-background-color);
|
|
@@ -1187,30 +1187,17 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1187
1187
|
align-items: center;
|
|
1188
1188
|
justify-content: space-between;
|
|
1189
1189
|
}
|
|
1190
|
-
.field__input .select-wrapper
|
|
1191
|
-
height: 100%;
|
|
1192
|
-
display: flex;
|
|
1193
|
-
align-items: center;
|
|
1194
|
-
}
|
|
1195
|
-
.field__input .select-wrapper .icon-down-container[data-v-95176719]:hover {
|
|
1196
|
-
cursor: pointer;
|
|
1197
|
-
}
|
|
1198
|
-
.field__input .select-wrapper .icon-down-button[data-v-95176719] {
|
|
1199
|
-
width: 1em;
|
|
1200
|
-
margin: 0 var(--field-padding);
|
|
1201
|
-
display: block;
|
|
1202
|
-
}
|
|
1203
|
-
.field__input .select-wrapper[data-v-95176719]:hover {
|
|
1190
|
+
.field__input .select-wrapper[data-v-6231389d]:hover {
|
|
1204
1191
|
--field-border-color: var(--bms-grey-100);
|
|
1205
1192
|
}
|
|
1206
|
-
.field__input .select-wrapper[data-v-
|
|
1193
|
+
.field__input .select-wrapper[data-v-6231389d]:has(input:focus) {
|
|
1207
1194
|
--field-border-color: var(--field-border-color-active);
|
|
1208
1195
|
}
|
|
1209
|
-
.field__input .select-wrapper.is-error[data-v-
|
|
1196
|
+
.field__input .select-wrapper.is-error[data-v-6231389d] {
|
|
1210
1197
|
--field-border-color: var(--bms-red-100);
|
|
1211
1198
|
--input-background-color: var(--bms-red-25);
|
|
1212
1199
|
}
|
|
1213
|
-
.field__input .select-wrapper.is-disabled[data-v-
|
|
1200
|
+
.field__input .select-wrapper.is-disabled[data-v-6231389d] {
|
|
1214
1201
|
--field-border-color: var(--bms-grey-25);
|
|
1215
1202
|
--input-background-color: var(--bms-grey-25);
|
|
1216
1203
|
pointer-events: none;
|
|
@@ -1242,51 +1229,20 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1242
1229
|
margin: 0 1em 0 0.5em;
|
|
1243
1230
|
}.clean-icon[data-v-66c267f2]:hover {
|
|
1244
1231
|
cursor: pointer;
|
|
1245
|
-
}.field__input[data-v-
|
|
1246
|
-
--field-border-color: var(--bms-grey-50);
|
|
1247
|
-
--field-border-color-active: var(--bms-main-100);
|
|
1248
|
-
--input-background-color: var(--bms-white);
|
|
1249
|
-
}
|
|
1250
|
-
.field__input .select-wrapper[data-v-108de415] {
|
|
1251
|
-
width: 100%;
|
|
1252
|
-
padding: 0 0 0 1em;
|
|
1253
|
-
border-radius: var(--bms-border-radius);
|
|
1254
|
-
border: 1px solid var(--field-border-color);
|
|
1255
|
-
background-color: var(--input-background-color);
|
|
1256
|
-
min-height: var(--field-height);
|
|
1257
|
-
display: flex;
|
|
1258
|
-
align-items: center;
|
|
1259
|
-
justify-content: space-between;
|
|
1260
|
-
}
|
|
1261
|
-
.field__input .select-wrapper .icon-toggle-container[data-v-108de415] {
|
|
1232
|
+
}.field__input .icon-toggle-container[data-v-a6c01476] {
|
|
1262
1233
|
height: 100%;
|
|
1263
1234
|
display: flex;
|
|
1264
1235
|
align-items: center;
|
|
1265
1236
|
}
|
|
1266
|
-
.field__input .
|
|
1237
|
+
.field__input .icon-toggle-container[data-v-a6c01476]:hover {
|
|
1267
1238
|
cursor: pointer;
|
|
1268
1239
|
}
|
|
1269
|
-
.field__input .
|
|
1240
|
+
.field__input .icon-toggle-button[data-v-a6c01476] {
|
|
1270
1241
|
width: 1em;
|
|
1271
1242
|
margin: 0 var(--field-padding);
|
|
1272
1243
|
display: block;
|
|
1273
1244
|
}
|
|
1274
|
-
.field__input
|
|
1275
|
-
--field-border-color: var(--bms-grey-100);
|
|
1276
|
-
}
|
|
1277
|
-
.field__input .select-wrapper[data-v-108de415]:has(input:focus) {
|
|
1278
|
-
--field-border-color: var(--field-border-color-active);
|
|
1279
|
-
}
|
|
1280
|
-
.field__input .select-wrapper.is-error[data-v-108de415] {
|
|
1281
|
-
--field-border-color: var(--bms-red-100);
|
|
1282
|
-
--input-background-color: var(--bms-red-25);
|
|
1283
|
-
}
|
|
1284
|
-
.field__input .select-wrapper.is-disabled[data-v-108de415] {
|
|
1285
|
-
--field-border-color: var(--bms-grey-25);
|
|
1286
|
-
--input-background-color: var(--bms-grey-25);
|
|
1287
|
-
pointer-events: none;
|
|
1288
|
-
}
|
|
1289
|
-
.field__input .select-wrapper input[data-v-108de415] {
|
|
1245
|
+
.field__input input[data-v-a6c01476] {
|
|
1290
1246
|
border: none;
|
|
1291
1247
|
background-color: transparent;
|
|
1292
1248
|
caret-color: transparent;
|
|
@@ -3174,7 +3130,6 @@ section {
|
|
|
3174
3130
|
.field__wrapper {
|
|
3175
3131
|
display: inline-block;
|
|
3176
3132
|
position: relative;
|
|
3177
|
-
min-width: 24rem;
|
|
3178
3133
|
width: 100%;
|
|
3179
3134
|
background-color: transparent;
|
|
3180
3135
|
}
|
|
@@ -3214,7 +3169,7 @@ section {
|
|
|
3214
3169
|
display: none;
|
|
3215
3170
|
}
|
|
3216
3171
|
.field.is-small {
|
|
3217
|
-
--field-height:
|
|
3172
|
+
--field-height: 1.5em;
|
|
3218
3173
|
--field-padding: 0.5em;
|
|
3219
3174
|
--field-margin: 0;
|
|
3220
3175
|
--field-label-font-weight: normal;
|