@mozaic-ds/vue 0.18.0 → 0.19.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 (43) hide show
  1. package/README.md +2 -2
  2. package/dist/demo.html +1 -10
  3. package/dist/fonts/{LeroyMerlinSans-Web-Italic.3f4e3fc6.woff2 → LeroyMerlinSans-Web-Italic.1b652c01.woff2} +0 -0
  4. package/dist/fonts/{LeroyMerlinSans-Web-Italic.d826f8b3.woff → LeroyMerlinSans-Web-Italic.e1daa96d.woff} +0 -0
  5. package/dist/fonts/{LeroyMerlinSans-Web-Light.1847746a.woff → LeroyMerlinSans-Web-Light.abc49f3e.woff} +0 -0
  6. package/dist/fonts/{LeroyMerlinSans-Web-Light.c3d8a284.woff2 → LeroyMerlinSans-Web-Light.fbea6009.woff2} +0 -0
  7. package/dist/fonts/{LeroyMerlinSans-Web-LightItalic.343f7e0c.woff → LeroyMerlinSans-Web-LightItalic.01eca0b6.woff} +0 -0
  8. package/dist/fonts/{LeroyMerlinSans-Web-LightItalic.f4bc7b4c.woff2 → LeroyMerlinSans-Web-LightItalic.b0c55b75.woff2} +0 -0
  9. package/dist/fonts/{LeroyMerlinSans-Web-Regular.1631e1d1.woff → LeroyMerlinSans-Web-Regular.ad6adbe4.woff} +0 -0
  10. package/dist/fonts/{LeroyMerlinSans-Web-Regular.f1fa0f56.woff2 → LeroyMerlinSans-Web-Regular.fbf22a5a.woff2} +0 -0
  11. package/dist/fonts/{LeroyMerlinSans-Web-SemiBold.44f32155.woff → LeroyMerlinSans-Web-SemiBold.a1cbb92f.woff} +0 -0
  12. package/dist/fonts/{LeroyMerlinSans-Web-SemiBold.c1061939.woff2 → LeroyMerlinSans-Web-SemiBold.a6ab3422.woff2} +0 -0
  13. package/dist/fonts/{LeroyMerlinSans-Web-SemiBoldItalic.cce10920.woff2 → LeroyMerlinSans-Web-SemiBoldItalic.6bdb2efc.woff2} +0 -0
  14. package/dist/fonts/{LeroyMerlinSans-Web-SemiBoldItalic.083f0cc1.woff → LeroyMerlinSans-Web-SemiBoldItalic.93f14f9f.woff} +0 -0
  15. package/dist/mozaic-vue.adeo.css +44 -1
  16. package/dist/mozaic-vue.adeo.umd.js +7585 -27114
  17. package/dist/mozaic-vue.common.js +7601 -27131
  18. package/dist/mozaic-vue.common.js.map +1 -1
  19. package/dist/mozaic-vue.css +1 -1
  20. package/dist/mozaic-vue.umd.js +7585 -27114
  21. package/dist/mozaic-vue.umd.js.map +1 -1
  22. package/dist/mozaic-vue.umd.min.js +1 -1
  23. package/dist/mozaic-vue.umd.min.js.map +1 -1
  24. package/package.json +25 -25
  25. package/src/components/accordion/MAccordion.vue +1 -1
  26. package/src/components/autocomplete/MAutocomplete.vue +3 -3
  27. package/src/components/breadcrumb/MBreadcrumb.vue +1 -1
  28. package/src/components/button/MButton.vue +1 -1
  29. package/src/components/datatable/MDataTable.vue +1 -1
  30. package/src/components/fileuploader/MFileUploader.vue +1 -1
  31. package/src/components/icon/MIcon.vue +42 -19
  32. package/src/components/icon/icons.js +18887 -0
  33. package/src/components/layer/MLayer.vue +1 -1
  34. package/src/components/link/MLink.vue +1 -1
  35. package/src/components/listbox/MListBox.vue +1 -1
  36. package/src/components/notification/MNotification.vue +1 -1
  37. package/src/components/pagination/MPagination.vue +2 -2
  38. package/src/components/quantityselector/MQuantitySelector.vue +2 -2
  39. package/src/components/select/MSelect.vue +10 -0
  40. package/src/components/stepper/MStepper.vue +1 -1
  41. package/src/components/tabs/MTab.vue +1 -1
  42. package/src/components/textinput/MTextInput.vue +2 -2
  43. package/src/components/textinput/MTextInputIcon.vue +1 -1
package/README.md CHANGED
@@ -17,13 +17,13 @@ You can have an overview of each component of this library by visiting the dedic
17
17
  In order to use **MozaicVue** in your **Vue.js** project, you must first install the npm package:
18
18
 
19
19
  ```shell
20
- $ npm install --save @mozaic-ds/vue
20
+ $ npm install @mozaic-ds/vue --save --save-exact
21
21
  ```
22
22
 
23
23
  Or with **Yarn**:
24
24
 
25
25
  ```shell
26
- $ yarn add @mozaic-ds/vue
26
+ $ yarn add @mozaic-ds/vue -E
27
27
  ```
28
28
 
29
29
  ## Usage
package/dist/demo.html CHANGED
@@ -1,10 +1 @@
1
- <meta charset="utf-8">
2
- <title>vue demo</title>
3
- <script src="./mozaic-vue.adeo.umd.js"></script>
4
-
5
- <link rel="stylesheet" href="./mozaic-vue.adeo.css">
6
-
7
-
8
- <script>
9
- console.log(vue)
10
- </script>
1
+ <!doctype html><meta charset="utf-8"><title>vue demo</title><script src="./mozaic-vue.adeo.umd.js"></script><link rel="stylesheet" href="./mozaic-vue.adeo.css"><script>console.log(vue)</script>