@ouestfrance/sipa-bms-ui 8.1.0 → 8.1.2
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/form/BmsAutocomplete.vue.d.ts +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/sipa-bms-ui.css +4 -4
- package/dist/sipa-bms-ui.es.js +3738 -3460
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +3737 -3458
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +17 -17
- package/src/components/form/BmsAutocomplete.vue +0 -1
- package/src/helpers/index.ts +1 -0
- package/src/showroom/pages/forms.vue +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ouestfrance/sipa-bms-ui",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"author": "Ouest-France BMS",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"scripts": {
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@chromatic-com/storybook": "^4.0.0",
|
|
33
33
|
"@codemirror/lang-html": "6.4.9",
|
|
34
|
-
"@codemirror/lang-json": "6.0.
|
|
34
|
+
"@codemirror/lang-json": "6.0.2",
|
|
35
35
|
"@commitlint/cli": "19.8.1",
|
|
36
36
|
"@commitlint/config-conventional": "19.8.1",
|
|
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": "
|
|
41
|
-
"@storybook/addon-links": "9.0.
|
|
42
|
-
"@storybook/vue3-vite": "9.0.
|
|
43
|
-
"@types/lodash": "4.17.
|
|
40
|
+
"@storybook/addon-docs": "9.0.15",
|
|
41
|
+
"@storybook/addon-links": "9.0.15",
|
|
42
|
+
"@storybook/vue3-vite": "9.0.15",
|
|
43
|
+
"@types/lodash": "4.17.19",
|
|
44
44
|
"@types/uuid": "10.0.0",
|
|
45
|
-
"@vitejs/plugin-vue": "
|
|
45
|
+
"@vitejs/plugin-vue": "6.0.0",
|
|
46
46
|
"@vue/test-utils": "2.4.6",
|
|
47
|
-
"@vueuse/core": "13.
|
|
47
|
+
"@vueuse/core": "13.4.0",
|
|
48
48
|
"@vueuse/motion": "^3.0.0",
|
|
49
49
|
"axios": "1.10.0",
|
|
50
50
|
"blob-util": "^2.0.2",
|
|
51
|
-
"chromatic": "
|
|
52
|
-
"codemirror": "6.0.
|
|
51
|
+
"chromatic": "13.0.1",
|
|
52
|
+
"codemirror": "6.0.2",
|
|
53
53
|
"cors": "^2.8.5",
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
55
55
|
"cy2": "4.0.9",
|
|
@@ -60,26 +60,26 @@
|
|
|
60
60
|
"keycloak-js": "26.1.2",
|
|
61
61
|
"lint-staged": "16.1.2",
|
|
62
62
|
"lodash": "4.17.21",
|
|
63
|
-
"lucide-vue-next": "0.
|
|
63
|
+
"lucide-vue-next": "0.525.0",
|
|
64
64
|
"msw-storybook-addon": "^2.0.3",
|
|
65
65
|
"normalize.css": "8.0.1",
|
|
66
66
|
"path": "0.12.7",
|
|
67
|
-
"prettier": "3.
|
|
67
|
+
"prettier": "3.6.2",
|
|
68
68
|
"sass": "1.89.2",
|
|
69
69
|
"semantic-release": "24.2.5",
|
|
70
70
|
"start-server-and-test": "2.0.12",
|
|
71
|
-
"storybook": "9.0.
|
|
72
|
-
"storybook-addon-pseudo-states": "9.0.
|
|
71
|
+
"storybook": "9.0.15",
|
|
72
|
+
"storybook-addon-pseudo-states": "9.0.15",
|
|
73
73
|
"storybook-vue3-router": "^5.0.0",
|
|
74
74
|
"typescript": "5.2.2",
|
|
75
75
|
"uuid": "11.1.0",
|
|
76
|
-
"vite": "
|
|
76
|
+
"vite": "7.0.0",
|
|
77
77
|
"vite-plugin-dts": "^4.1.0",
|
|
78
78
|
"vite-plugin-mkcert": "1.17.8",
|
|
79
|
-
"vite-plugin-pages": "0.33.
|
|
79
|
+
"vite-plugin-pages": "0.33.1",
|
|
80
80
|
"vite-svg-loader": "5.1.0",
|
|
81
81
|
"vitest": "3.2.4",
|
|
82
|
-
"vue": "3.5.
|
|
82
|
+
"vue": "3.5.17",
|
|
83
83
|
"vue-codemirror": "6.1.1",
|
|
84
84
|
"vue-loader": "17.4.2",
|
|
85
85
|
"vue-router": "4.5.1",
|
package/src/helpers/index.ts
CHANGED
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
label="autocomplete"
|
|
271
271
|
placeholder="This is a placeholder"
|
|
272
272
|
required
|
|
273
|
-
|
|
273
|
+
v-model="auto"
|
|
274
274
|
:options="[{ label: 'value1', value: '1' }]"
|
|
275
275
|
/>
|
|
276
276
|
<BmsInputNumber label="Chiffre" v-model="nbr" :min="5" :max="15" />
|
|
@@ -357,6 +357,7 @@ const inputText0 = ref(null);
|
|
|
357
357
|
const dateTime = ref('');
|
|
358
358
|
const date = ref('');
|
|
359
359
|
const code = ref('');
|
|
360
|
+
const auto = ref<string | undefined>(undefined);
|
|
360
361
|
|
|
361
362
|
onMounted(async () => {
|
|
362
363
|
const response = await fetch(
|