@mozaic-ds/vue 0.12.1 → 0.14.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist/mozaic-vue.adeo.css +1 -1
  3. package/dist/mozaic-vue.adeo.umd.js +978 -257
  4. package/dist/mozaic-vue.common.js +978 -257
  5. package/dist/mozaic-vue.common.js.map +1 -1
  6. package/dist/mozaic-vue.css +1 -1
  7. package/dist/mozaic-vue.umd.js +978 -257
  8. package/dist/mozaic-vue.umd.js.map +1 -1
  9. package/dist/mozaic-vue.umd.min.js +1 -1
  10. package/dist/mozaic-vue.umd.min.js.map +1 -1
  11. package/package.json +6 -6
  12. package/src/components/accordion/MAccordion.vue +14 -29
  13. package/src/components/breadcrumb/MBreadcrumb.vue +1 -0
  14. package/src/components/field/MField.vue +3 -0
  15. package/src/components/fileuploader/MFileUploader.vue +6 -1
  16. package/src/components/index.js +4 -0
  17. package/src/components/optionbutton/MOptionButton.vue +67 -0
  18. package/src/components/optionbutton/index.js +7 -0
  19. package/src/components/optioncard/MOptionCard.vue +104 -0
  20. package/src/components/optioncard/index.js +7 -0
  21. package/src/components/optiongroup/MOptionGroup.vue +18 -0
  22. package/src/components/optiongroup/index.js +7 -0
  23. package/src/components/passwordinput/MPasswordInput.vue +96 -0
  24. package/src/components/passwordinput/index.js +7 -0
  25. package/src/components/phonenumber/MPhoneNumber.vue +48 -20
  26. package/src/components/quantityselector/MQuantitySelector.vue +6 -2
  27. package/src/components/select/MSelect.vue +19 -2
  28. package/src/components/textarea/MTextArea.vue +9 -2
  29. package/src/components/textinput/MTextInput.vue +22 -2
  30. package/src/index.js +4 -0
  31. package/types/index.d.ts +8 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,57 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.14.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.1...@mozaic-ds/vue@0.14.0) (2022-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **component/optioncard:** add new Option Card component ([#537](https://github.com/adeo/mozaic-vue/issues/537)) ([2c7f8f9](https://github.com/adeo/mozaic-vue/commit/2c7f8f978bb02050fedcaf6ac745fdb973067d7c))
12
+ * **component/optiongroup:** add new Option Group component ([#555](https://github.com/adeo/mozaic-vue/issues/555)) ([1871783](https://github.com/adeo/mozaic-vue/commit/187178317564b48f7c300bf067b2c3c4ece6c7aa))
13
+
14
+
15
+
16
+
17
+
18
+ ## [0.13.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.0...@mozaic-ds/vue@0.13.1) (2022-02-17)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **component/accordion:** fix gap between icon & label text ([#548](https://github.com/adeo/mozaic-vue/issues/548)) ([2263cf9](https://github.com/adeo/mozaic-vue/commit/2263cf9ca4898ec4d93ec8a99e76857eacb3eb51))
24
+
25
+
26
+
27
+
28
+
29
+ # [0.13.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.1...@mozaic-ds/vue@0.13.0) (2022-02-15)
30
+
31
+
32
+ ### Features
33
+
34
+ * **component/accordion:** making the v-model work properly ([#544](https://github.com/adeo/mozaic-vue/issues/544)) ([43b40ec](https://github.com/adeo/mozaic-vue/commit/43b40ec3f86d26cbaabe556946871a85a9586169)), closes [#523](https://github.com/adeo/mozaic-vue/issues/523)
35
+ * **component/breadcrumb:** allow a router to be passed to the breadcrumb links ([#526](https://github.com/adeo/mozaic-vue/issues/526)) ([a0c09a3](https://github.com/adeo/mozaic-vue/commit/a0c09a3b618df1681a7c9580c73fa8d4891d6c14)), closes [#521](https://github.com/adeo/mozaic-vue/issues/521)
36
+ * **component/form:** inject class mc-field__element on field elements ([#528](https://github.com/adeo/mozaic-vue/issues/528)) ([b2e99c4](https://github.com/adeo/mozaic-vue/commit/b2e99c4fe83bb16a27e997e3641d043d9804908d))
37
+ * **component/optionbutton:** add new Option Button component ([#536](https://github.com/adeo/mozaic-vue/issues/536)) ([65d4c75](https://github.com/adeo/mozaic-vue/commit/65d4c75207421f00f5db762d2746093c711c0689))
38
+ * **component/passwordinput:** add new Password Input component ([#535](https://github.com/adeo/mozaic-vue/issues/535)) ([4c96598](https://github.com/adeo/mozaic-vue/commit/4c965987bdd7d3dbdaf688e5ce2764ff2e82bd2b))
39
+ * **component/select:** emit an object contains more data about selected option ([#522](https://github.com/adeo/mozaic-vue/issues/522)) ([28d49aa](https://github.com/adeo/mozaic-vue/commit/28d49aa5ad6ed7c441c49580aebec7a43b0c9ba1)), closes [#520](https://github.com/adeo/mozaic-vue/issues/520)
40
+ * **mdropdown:** add dropdown component ([#519](https://github.com/adeo/mozaic-vue/issues/519)) ([22dff1c](https://github.com/adeo/mozaic-vue/commit/22dff1c5035db1f183c7725a9e10b2aef3ba208a))
41
+
42
+
43
+
44
+
45
+
46
+ # [0.13.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.1...@mozaic-ds/vue@0.13.0-beta.0) (2022-02-04)
47
+
48
+
49
+ ### Features
50
+
51
+ * **component/select:** emit an object contains more data about selected option ([e765dde](https://github.com/adeo/mozaic-vue/commit/e765dde29e79993a6d9bd242a5d20b562c6eb98d)), closes [#520](https://github.com/adeo/mozaic-vue/issues/520)
52
+
53
+
54
+
55
+
56
+
6
57
  ## [0.12.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.0...@mozaic-ds/vue@0.12.1) (2022-01-27)
7
58
 
8
59