@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouestfrance/sipa-bms-ui",
3
- "version": "8.1.0",
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.1",
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": "^9.0.4",
41
- "@storybook/addon-links": "9.0.11",
42
- "@storybook/vue3-vite": "9.0.11",
43
- "@types/lodash": "4.17.18",
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": "5.2.4",
45
+ "@vitejs/plugin-vue": "6.0.0",
46
46
  "@vue/test-utils": "2.4.6",
47
- "@vueuse/core": "13.3.0",
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": "12.2.0",
52
- "codemirror": "6.0.1",
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.516.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.5.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.11",
72
- "storybook-addon-pseudo-states": "9.0.11",
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": "6.3.5",
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.0",
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.16",
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",
@@ -63,7 +63,6 @@ const props = withDefaults(defineProps<Props>(), {
63
63
  });
64
64
 
65
65
  const modelValue = defineModel<string>('modelValue', {
66
- required: true,
67
66
  default: null,
68
67
  });
69
68
  const emits = defineEmits<{
@@ -1,5 +1,6 @@
1
1
  export * from './date.helper';
2
2
  export * from './file.helper';
3
+ export * from './form.helper';
3
4
  export * from './location.helper';
4
5
  export * from './problem.helper';
5
6
  export * from './string.helper';
@@ -270,7 +270,7 @@
270
270
  label="autocomplete"
271
271
  placeholder="This is a placeholder"
272
272
  required
273
- :model-value="''"
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(