@ouestfrance/sipa-bms-ui 8.2.0 → 8.3.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/mockServiceWorker.js +1 -1
- package/dist/sipa-bms-ui.css +11 -11
- package/dist/sipa-bms-ui.es.js +1 -1
- package/dist/sipa-bms-ui.umd.js +1 -1
- package/package.json +11 -11
- package/src/assets/scss/global-variables.scss +1 -1
- package/src/components/button/UiButton.stories.js +7 -0
- package/src/components/feedback/BmsBadge.stories.js +1 -2
- package/src/components/feedback/BmsTooltip.stories.js +1 -2
- package/src/components/feedback/UiTooltip.stories.js +6 -0
- package/src/components/form/BmsInputToggle.stories.js +1 -1
- package/src/components/form/UiBmsInputCheckbox.stories.js +1 -1
- package/src/components/form/UiBmsSwitch.stories.js +6 -1
- package/src/components/layout/BmsForm.stories.js +1 -1
- package/src/components/layout/BmsHeaderTitle.stories.js +1 -1
- package/src/components/navigation/BmsShortLinkMenu.stories.js +1 -1
- package/src/components/navigation/UiMenuItem.stories.js +6 -0
- package/src/components/navigation/UiMenuItemStatus.stories.js +6 -0
- package/src/components/navigation/UiTab.stories.js +7 -0
- package/src/components/navigation/UiTenantSwitcher.stories.js +6 -0
- package/src/components/table/UiBmsTable.stories.js +8 -1
- package/src/components/table/UiBmsTableRow.vue +1 -1
- package/src/components/table/UiFilterButton.stories.js +6 -0
- package/src/components/utils/BmsProblem.stories.js +1 -1
- package/src/documentation/template_internal_component.mdx +19 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* - Please do NOT modify this file.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
const PACKAGE_VERSION = '2.10.
|
|
10
|
+
const PACKAGE_VERSION = '2.10.4'
|
|
11
11
|
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
|
|
12
12
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
13
13
|
const activeClientIds = new Set()
|
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -2093,38 +2093,38 @@ nav .additional[data-v-f1abaa99] {
|
|
|
2093
2093
|
.bms-pagination__select[data-v-e10f3b80] .field__wrapper {
|
|
2094
2094
|
min-width: 10em;
|
|
2095
2095
|
width: 10em;
|
|
2096
|
-
}.bms-table__row[data-v-
|
|
2096
|
+
}.bms-table__row[data-v-a12b08b2] {
|
|
2097
2097
|
--table-cell-padding: 1em;
|
|
2098
2098
|
background-color: rgb(255, 255, 255);
|
|
2099
2099
|
}
|
|
2100
|
-
.bms-table__row td[data-v-
|
|
2100
|
+
.bms-table__row td[data-v-a12b08b2] {
|
|
2101
2101
|
padding: var(--table-cell-padding);
|
|
2102
2102
|
background-color: rgb(255, 255, 255);
|
|
2103
2103
|
}
|
|
2104
|
-
.bms-table__row--dense[data-v-
|
|
2104
|
+
.bms-table__row--dense[data-v-a12b08b2] {
|
|
2105
2105
|
--table-cell-padding: 0.5em 1em;
|
|
2106
2106
|
}
|
|
2107
|
-
.bms-table__row--selected
|
|
2107
|
+
.bms-table__row--selected[data-v-a12b08b2] td {
|
|
2108
2108
|
background-color: var(--bms-main-10);
|
|
2109
2109
|
}
|
|
2110
|
-
.bms-table__row--disabled td[data-v-
|
|
2110
|
+
.bms-table__row--disabled td[data-v-a12b08b2] {
|
|
2111
2111
|
color: var(--bms-grey-50);
|
|
2112
2112
|
}
|
|
2113
|
-
.bms-table__row__cell__checkbox[data-v-
|
|
2113
|
+
.bms-table__row__cell__checkbox[data-v-a12b08b2] {
|
|
2114
2114
|
width: 4em;
|
|
2115
2115
|
}
|
|
2116
|
-
.bms-table__row__cell--action[data-v-
|
|
2116
|
+
.bms-table__row__cell--action[data-v-a12b08b2] {
|
|
2117
2117
|
display: flex;
|
|
2118
2118
|
justify-content: end;
|
|
2119
2119
|
}
|
|
2120
|
-
.bms-table__row__cell--empty[data-v-
|
|
2120
|
+
.bms-table__row__cell--empty[data-v-a12b08b2] {
|
|
2121
2121
|
height: 360px;
|
|
2122
2122
|
}
|
|
2123
|
-
.bms-table__row__cell--child-element[data-v-
|
|
2123
|
+
.bms-table__row__cell--child-element[data-v-a12b08b2] {
|
|
2124
2124
|
display: inline-flex;
|
|
2125
2125
|
align-items: flex-end;
|
|
2126
2126
|
}
|
|
2127
|
-
.bms-table__row__cell--child-element__icon[data-v-
|
|
2127
|
+
.bms-table__row__cell--child-element__icon[data-v-a12b08b2] {
|
|
2128
2128
|
display: flex;
|
|
2129
2129
|
min-width: 1em;
|
|
2130
2130
|
margin-right: 1em;
|
|
@@ -2995,7 +2995,7 @@ section {
|
|
|
2995
2995
|
--bms-red-25: #f4cfd0;
|
|
2996
2996
|
--bms-red-10: #f9eaeb;
|
|
2997
2997
|
--bms-white: #fcfcfc;
|
|
2998
|
-
--bms-background-color: #
|
|
2998
|
+
--bms-background-color: #f8fafd;
|
|
2999
2999
|
--bms-border-radius: 4px;
|
|
3000
3000
|
--bms-border-radius-large: 8px;
|
|
3001
3001
|
--bms-border-radius-xlarge: 16px;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -93362,7 +93362,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
93362
93362
|
}
|
|
93363
93363
|
});
|
|
93364
93364
|
|
|
93365
|
-
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
93365
|
+
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a12b08b2"]]);
|
|
93366
93366
|
|
|
93367
93367
|
const _hoisted_1$b = { class: "bms-table" };
|
|
93368
93368
|
const _hoisted_2$9 = { class: "bms-table__actions" };
|
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -93365,7 +93365,7 @@
|
|
|
93365
93365
|
}
|
|
93366
93366
|
});
|
|
93367
93367
|
|
|
93368
|
-
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
93368
|
+
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a12b08b2"]]);
|
|
93369
93369
|
|
|
93370
93370
|
const _hoisted_1$b = { class: "bms-table" };
|
|
93371
93371
|
const _hoisted_2$9 = { class: "bms-table__actions" };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ouestfrance/sipa-bms-ui",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"author": "Ouest-France BMS",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"scripts": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@formkit/vue": "1.6.9",
|
|
38
38
|
"@mdx-js/react": "3.1.0",
|
|
39
39
|
"@storybook/addon-actions": "^8.6.14",
|
|
40
|
-
"@storybook/addon-docs": "9.0.
|
|
41
|
-
"@storybook/addon-links": "9.0.
|
|
42
|
-
"@storybook/vue3-vite": "9.0.
|
|
40
|
+
"@storybook/addon-docs": "9.0.17",
|
|
41
|
+
"@storybook/addon-links": "9.0.17",
|
|
42
|
+
"@storybook/vue3-vite": "9.0.17",
|
|
43
43
|
"@types/lodash": "4.17.20",
|
|
44
44
|
"@types/uuid": "10.0.0",
|
|
45
45
|
"@vitejs/plugin-vue": "6.0.0",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"chromatic": "13.1.2",
|
|
52
52
|
"codemirror": "6.0.2",
|
|
53
53
|
"cors": "^2.8.5",
|
|
54
|
-
"cross-env": "^
|
|
54
|
+
"cross-env": "^10.0.0",
|
|
55
55
|
"cy2": "4.0.9",
|
|
56
|
-
"cypress": "14.5.
|
|
56
|
+
"cypress": "14.5.2",
|
|
57
57
|
"express": "^5.0.0",
|
|
58
58
|
"husky": "9.1.7",
|
|
59
59
|
"jsdom": "26.1.0",
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"path": "0.12.7",
|
|
67
67
|
"prettier": "3.6.2",
|
|
68
68
|
"sass": "1.89.2",
|
|
69
|
-
"semantic-release": "24.2.
|
|
69
|
+
"semantic-release": "24.2.7",
|
|
70
70
|
"start-server-and-test": "2.0.12",
|
|
71
|
-
"storybook": "9.0.
|
|
72
|
-
"storybook-addon-pseudo-states": "9.0.
|
|
71
|
+
"storybook": "9.0.17",
|
|
72
|
+
"storybook-addon-pseudo-states": "9.0.17",
|
|
73
73
|
"storybook-vue3-router": "^5.0.0",
|
|
74
74
|
"typescript": "5.2.2",
|
|
75
75
|
"uuid": "11.1.0",
|
|
76
|
-
"vite": "7.0.
|
|
76
|
+
"vite": "7.0.5",
|
|
77
77
|
"vite-plugin-dts": "^4.1.0",
|
|
78
78
|
"vite-plugin-mkcert": "1.17.8",
|
|
79
79
|
"vite-plugin-pages": "0.33.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"vue-codemirror": "6.1.1",
|
|
84
84
|
"vue-loader": "17.4.2",
|
|
85
85
|
"vue-router": "4.5.1",
|
|
86
|
-
"vue-tsc": "3.0.
|
|
86
|
+
"vue-tsc": "3.0.3"
|
|
87
87
|
},
|
|
88
88
|
"files": [
|
|
89
89
|
"dist",
|
|
@@ -10,7 +10,14 @@ import {
|
|
|
10
10
|
} from 'lucide-vue-next';
|
|
11
11
|
import { vueRouter } from 'storybook-vue3-router';
|
|
12
12
|
|
|
13
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
14
|
+
|
|
13
15
|
export default {
|
|
16
|
+
parameters: {
|
|
17
|
+
docs: {
|
|
18
|
+
page: template,
|
|
19
|
+
},
|
|
20
|
+
},
|
|
14
21
|
title: 'Composants/button/UiButton',
|
|
15
22
|
component: UiButton,
|
|
16
23
|
argTypes: {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import BmsTooltip from './BmsTooltip.vue';
|
|
2
2
|
import BmsSection from '../layout/BmsSection.vue';
|
|
3
|
-
import { TooltipDirection } from '../../models';
|
|
4
3
|
|
|
5
4
|
export default {
|
|
6
|
-
title: 'Composants/feedback/
|
|
5
|
+
title: 'Composants/feedback/Tooltip',
|
|
7
6
|
component: BmsTooltip,
|
|
8
7
|
};
|
|
9
8
|
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import UiTooltip from './UiTooltip.vue';
|
|
2
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
2
3
|
|
|
3
4
|
export default {
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: template,
|
|
8
|
+
},
|
|
9
|
+
},
|
|
4
10
|
title: 'Composants/feedback/UiTooltip',
|
|
5
11
|
component: UiTooltip,
|
|
6
12
|
};
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import UiBmsSwitch from '@/components/form/UiBmsSwitch.vue';
|
|
2
2
|
|
|
3
|
-
import template from '@/documentation/
|
|
3
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
4
4
|
|
|
5
5
|
export default {
|
|
6
|
+
parameters: {
|
|
7
|
+
docs: {
|
|
8
|
+
page: template,
|
|
9
|
+
},
|
|
10
|
+
},
|
|
6
11
|
parameters: {
|
|
7
12
|
docs: {
|
|
8
13
|
page: template,
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import UiMenuItem from '@/components/navigation/UiMenuItem.vue';
|
|
2
2
|
import { Activity } from 'lucide-vue-next';
|
|
3
3
|
import { vueRouter } from 'storybook-vue3-router';
|
|
4
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
4
5
|
|
|
5
6
|
export default {
|
|
7
|
+
parameters: {
|
|
8
|
+
docs: {
|
|
9
|
+
page: template,
|
|
10
|
+
},
|
|
11
|
+
},
|
|
6
12
|
title: 'Composants/navigation/MenuItem',
|
|
7
13
|
component: UiMenuItem,
|
|
8
14
|
decorators: [
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import UiMenuItem from '@/components/navigation/UiMenuItem.vue';
|
|
2
2
|
import { ShieldAlert, ShieldCheck, ShieldOff } from 'lucide-vue-next';
|
|
3
3
|
import { StatusType } from '../../models';
|
|
4
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
4
5
|
|
|
5
6
|
export default {
|
|
7
|
+
parameters: {
|
|
8
|
+
docs: {
|
|
9
|
+
page: template,
|
|
10
|
+
},
|
|
11
|
+
},
|
|
6
12
|
title: 'Composants/navigation/MenuItem',
|
|
7
13
|
component: UiMenuItem,
|
|
8
14
|
argTypes: {},
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
import UiTab from '@/components/navigation/UiTab.vue';
|
|
2
2
|
import { within } from 'storybook/test';
|
|
3
3
|
|
|
4
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
5
|
+
|
|
4
6
|
export default {
|
|
7
|
+
parameters: {
|
|
8
|
+
docs: {
|
|
9
|
+
page: template,
|
|
10
|
+
},
|
|
11
|
+
},
|
|
5
12
|
title: 'Composants/navigation/UiTab',
|
|
6
13
|
component: UiTab,
|
|
7
14
|
argTypes: {
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import UiTenantSwitcher from './UiTenantSwitcher.vue';
|
|
2
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
2
3
|
|
|
3
4
|
export default {
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: template,
|
|
8
|
+
},
|
|
9
|
+
},
|
|
4
10
|
title: 'Composants/navigation/UiTenantSwitcher',
|
|
5
11
|
component: UiTenantSwitcher,
|
|
6
12
|
};
|
|
@@ -2,8 +2,15 @@ import UiBmsTable from '@/components/table/UiBmsTable.vue';
|
|
|
2
2
|
import { Save, Trash } from 'lucide-vue-next';
|
|
3
3
|
import BmsIconButton from '@/components/button/BmsIconButton.vue';
|
|
4
4
|
|
|
5
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
6
|
+
|
|
5
7
|
export default {
|
|
6
|
-
|
|
8
|
+
parameters: {
|
|
9
|
+
docs: {
|
|
10
|
+
page: template,
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
title: 'Composants/table/UiBmsTable',
|
|
7
14
|
component: UiBmsTable,
|
|
8
15
|
};
|
|
9
16
|
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import UiFilterButton from '@/components/table/UiFilterButton.vue';
|
|
2
|
+
import template from '@/documentation/template_internal_component.mdx';
|
|
2
3
|
|
|
3
4
|
export default {
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: template,
|
|
8
|
+
},
|
|
9
|
+
},
|
|
4
10
|
title: 'Composants/table/FilterButton',
|
|
5
11
|
component: UiFilterButton,
|
|
6
12
|
argTypes: {},
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Meta,
|
|
3
|
+
Title,
|
|
4
|
+
Primary,
|
|
5
|
+
Controls,
|
|
6
|
+
Stories,
|
|
7
|
+
} from '@storybook/addon-docs/blocks';
|
|
8
|
+
|
|
9
|
+
<Meta isTemplate />
|
|
10
|
+
|
|
11
|
+
<Title />
|
|
12
|
+
|
|
13
|
+
Ce composant est un composant **interne** à la librairie qui n'est pas exposé.
|
|
14
|
+
|
|
15
|
+
<Primary />
|
|
16
|
+
|
|
17
|
+
<Controls />
|
|
18
|
+
|
|
19
|
+
<Stories />
|