@mgdis/mg-components 6.22.0 → 6.23.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 (158) hide show
  1. package/dist/cjs/{index-C2viYwrR.js → index-BEF-cqV9.js} +325 -1789
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/{mg-action-more_37.cjs.entry.js → mg-action-more_36.cjs.entry.js} +242 -172
  4. package/dist/cjs/mg-alert.cjs.entry.js +6 -2
  5. package/dist/cjs/mg-breadcrumb.cjs.entry.js +2 -2
  6. package/dist/cjs/mg-components.cjs.js +3 -3
  7. package/dist/cjs/mg-fieldset.cjs.entry.js +4 -3
  8. package/dist/cjs/mg-input-combobox.cjs.entry.js +4 -3
  9. package/dist/cjs/mg-input-file.cjs.entry.js +5 -4
  10. package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +7491 -6367
  11. package/dist/cjs/mg-input.conf-wgTh7iBb.js +84 -0
  12. package/dist/cjs/mg-loader.cjs.entry.js +2 -2
  13. package/dist/cjs/mg-progress.cjs.entry.js +2 -2
  14. package/dist/collection/assets/icons/index.js +1 -1
  15. package/dist/collection/collection-manifest.json +2 -2
  16. package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js +5 -2
  17. package/dist/collection/components/atoms/mg-badge/mg-badge.js +12 -3
  18. package/dist/collection/components/atoms/mg-button/mg-button.js +9 -4
  19. package/dist/collection/components/atoms/mg-card/mg-card.js +16 -7
  20. package/dist/collection/components/atoms/mg-icon/mg-icon.js +16 -9
  21. package/dist/collection/components/atoms/mg-tag/mg-tag.js +2 -1
  22. package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +9 -3
  23. package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +15 -13
  24. package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.js +38 -0
  25. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js +3 -2
  26. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +49 -26
  27. package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +16 -8
  28. package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +6 -3
  29. package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +7 -4
  30. package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +11 -5
  31. package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +7 -3
  32. package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +7 -3
  33. package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +9 -4
  34. package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +61 -19
  35. package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +15 -8
  36. package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +7 -3
  37. package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +9 -4
  38. package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +5 -3
  39. package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +5 -3
  40. package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +8 -4
  41. package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +11 -7
  42. package/dist/collection/components/molecules/mg-alert/mg-alert.js +29 -3
  43. package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +3 -2
  44. package/dist/collection/components/molecules/mg-details/mg-details.js +3 -1
  45. package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +5 -2
  46. package/dist/collection/components/molecules/mg-form/mg-form.js +8 -4
  47. package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +5 -3
  48. package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
  49. package/dist/collection/components/molecules/mg-message/mg-message.js +43 -4
  50. package/dist/collection/components/molecules/mg-modal/mg-modal.js +4 -3
  51. package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +2 -1
  52. package/dist/collection/components/molecules/mg-panel/mg-panel.js +20 -6
  53. package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +1 -1
  54. package/dist/collection/components/molecules/mg-popover/mg-popover.js +3 -2
  55. package/dist/collection/components/molecules/mg-progress/mg-progress.js +3 -2
  56. package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +3 -2
  57. package/dist/collection/components/molecules/mg-table/mg-table.js +4 -2
  58. package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +3 -2
  59. package/dist/components/index2.js +1 -1
  60. package/dist/components/index3.js +1 -1
  61. package/dist/components/index4.js +1 -0
  62. package/dist/components/mg-action-more.js +1 -1
  63. package/dist/components/mg-alert.js +1 -1
  64. package/dist/components/mg-badge2.js +1 -1
  65. package/dist/components/mg-breadcrumb.js +1 -1
  66. package/dist/components/mg-button2.js +1 -1
  67. package/dist/components/mg-card2.js +1 -1
  68. package/dist/components/mg-character-left2.js +1 -1
  69. package/dist/components/mg-details.js +1 -1
  70. package/dist/components/mg-divider2.js +1 -1
  71. package/dist/components/mg-fieldset.js +1 -1
  72. package/dist/components/mg-form.js +1 -1
  73. package/dist/components/mg-icon2.js +1 -1
  74. package/dist/components/mg-illustrated-message.js +1 -1
  75. package/dist/components/mg-input-checkbox.js +1 -1
  76. package/dist/components/mg-input-combobox.js +1 -1
  77. package/dist/components/mg-input-date.js +1 -1
  78. package/dist/components/mg-input-file.js +1 -1
  79. package/dist/components/mg-input-numeric.js +1 -1
  80. package/dist/components/mg-input-password.js +1 -1
  81. package/dist/components/mg-input-radio.js +1 -1
  82. package/dist/components/mg-input-rich-text-editor.js +284 -284
  83. package/dist/components/mg-input-select2.js +1 -1
  84. package/dist/components/mg-input-text2.js +1 -1
  85. package/dist/components/mg-input-textarea.js +1 -1
  86. package/dist/components/mg-input-title2.js +1 -1
  87. package/dist/components/mg-input-toggle.js +1 -1
  88. package/dist/components/mg-input2.js +1 -1
  89. package/dist/components/mg-item-more2.js +1 -1
  90. package/dist/components/mg-loader2.js +1 -1
  91. package/dist/components/mg-menu-item2.js +1 -1
  92. package/dist/components/mg-message2.js +1 -1
  93. package/dist/components/mg-modal.js +1 -1
  94. package/dist/components/mg-pagination.js +1 -1
  95. package/dist/components/mg-panel.js +1 -1
  96. package/dist/components/mg-popover-content2.js +1 -1
  97. package/dist/components/mg-popover2.js +1 -1
  98. package/dist/components/mg-progress.js +1 -1
  99. package/dist/components/mg-skip-links.js +1 -1
  100. package/dist/components/mg-table.js +1 -1
  101. package/dist/components/mg-tabs2.js +1 -1
  102. package/dist/components/mg-tooltip2.js +1 -1
  103. package/dist/custom-elements.json +8828 -0
  104. package/dist/esm/{index-DFwaH2hS.js → index-DshvCiTL.js} +325 -1789
  105. package/dist/esm/loader.js +3 -3
  106. package/dist/esm/{mg-action-more_37.entry.js → mg-action-more_36.entry.js} +244 -173
  107. package/dist/esm/mg-alert.entry.js +6 -2
  108. package/dist/esm/mg-breadcrumb.entry.js +2 -2
  109. package/dist/esm/mg-components.js +4 -4
  110. package/dist/esm/mg-fieldset.entry.js +4 -3
  111. package/dist/esm/mg-input-combobox.entry.js +4 -3
  112. package/dist/esm/mg-input-file.entry.js +5 -4
  113. package/dist/esm/mg-input-rich-text-editor.entry.js +7491 -6367
  114. package/dist/esm/mg-input.conf-DOi9lJXy.js +73 -0
  115. package/dist/esm/mg-loader.entry.js +2 -2
  116. package/dist/esm/mg-progress.entry.js +2 -2
  117. package/dist/mg-components/mg-components.esm.js +1 -1
  118. package/dist/mg-components/{p-d5e69c95.entry.js → p-13feb37a.entry.js} +1 -1
  119. package/dist/mg-components/{p-c8c8cfc1.entry.js → p-236bb1d2.entry.js} +1 -1
  120. package/dist/mg-components/p-79265ad3.entry.js +1 -0
  121. package/dist/mg-components/{p-adec7fcc.entry.js → p-7c63e469.entry.js} +1 -1
  122. package/dist/mg-components/p-7fd3e519.entry.js +1 -0
  123. package/dist/mg-components/p-DOi9lJXy.js +1 -0
  124. package/dist/mg-components/p-DshvCiTL.js +2 -0
  125. package/dist/mg-components/p-a0e2c886.entry.js +1 -0
  126. package/dist/mg-components/p-cdb01923.entry.js +1 -0
  127. package/dist/mg-components/p-d0b6d8f5.entry.js +1 -0
  128. package/dist/mg-components/{p-c63f97f0.entry.js → p-d698fa67.entry.js} +283 -283
  129. package/dist/types/assets/icons/index.d.ts +2 -0
  130. package/dist/types/components/atoms/internals/mg-input-title/mg-input-title.d.ts +4 -0
  131. package/dist/types/components/atoms/mg-badge/mg-badge.d.ts +4 -0
  132. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.d.ts +2 -2
  133. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.d.ts +8 -0
  134. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +16 -8
  135. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +15 -5
  136. package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +12 -6
  137. package/dist/types/components/molecules/mg-alert/mg-alert.d.ts +4 -0
  138. package/dist/types/components/molecules/mg-message/mg-message.d.ts +6 -0
  139. package/dist/types/components.d.ts +547 -170
  140. package/dist/types/stencil-public-runtime.d.ts +53 -2
  141. package/ide/intellij/web-types.json +211 -3476
  142. package/ide/vscode/css-custom-data.json +1 -1
  143. package/ide/vscode/html-custom-data.json +58 -314
  144. package/package.json +30 -25
  145. package/dist/cjs/mg-input.conf-BNpeATnq.js +0 -35
  146. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +0 -245
  147. package/dist/components/mg-input-checkbox-paginated.d.ts +0 -11
  148. package/dist/components/mg-input-checkbox-paginated.js +0 -1
  149. package/dist/components/mg-input-checkbox-paginated2.js +0 -1
  150. package/dist/esm/mg-input.conf-C9rmNQIL.js +0 -25
  151. package/dist/mg-components/p-0482eb9f.entry.js +0 -1
  152. package/dist/mg-components/p-2ee92f38.entry.js +0 -1
  153. package/dist/mg-components/p-3b653226.entry.js +0 -1
  154. package/dist/mg-components/p-5745fbea.entry.js +0 -1
  155. package/dist/mg-components/p-C9rmNQIL.js +0 -1
  156. package/dist/mg-components/p-DFwaH2hS.js +0 -2
  157. package/dist/mg-components/p-cc793586.entry.js +0 -1
  158. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +0 -77
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@mgdis/mg-components",
4
- "version": "6.22.0",
4
+ "version": "6.23.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -26,30 +26,20 @@
26
26
  "properties": [
27
27
  {
28
28
  "name": "button",
29
- "description": "Define button properties\n\nType: `{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"link\" | \"success\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; isIcon: boolean; }`",
29
+ "description": "Define button properties\n\nType: `{ variant: \"flat\" | \"info\" | \"link\" | \"success\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; label?: string; disabled?: boolean; isIcon: boolean; }`",
30
30
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
31
31
  "value": {
32
- "type": "{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"link\" | \"success\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; isIcon: boolean; }",
32
+ "type": "{ variant: \"flat\" | \"info\" | \"link\" | \"success\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; label?: string; disabled?: boolean; isIcon: boolean; }",
33
33
  "default": "{ variant: 'flat', isIcon: true }",
34
34
  "required": false
35
35
  }
36
36
  },
37
- {
38
- "name": "displayChevron",
39
- "description": "Define if chevron is display\n\nType: `boolean`",
40
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
41
- "value": {
42
- "type": "boolean",
43
- "default": "false",
44
- "required": false
45
- }
46
- },
47
37
  {
48
38
  "name": "icon",
49
- "description": "Define displayed icon\n\nType: `{ icon: \"filter\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"key\" | \"list\" | \"copy\" | \"history\" | \"location\" | \"pause\" | \"loader\" | \"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }`",
39
+ "description": "Define displayed icon\n\nType: `{ icon: \"filter\" | \"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }`",
50
40
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
51
41
  "value": {
52
- "type": "{ icon: \"filter\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"key\" | \"list\" | \"copy\" | \"history\" | \"location\" | \"pause\" | \"loader\" | \"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }",
42
+ "type": "{ icon: \"filter\" | \"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }",
53
43
  "required": false
54
44
  }
55
45
  },
@@ -71,7 +61,7 @@
71
61
  },
72
62
  {
73
63
  "name": "mg-alert",
74
- "description": "Attributes:\n- `delay`: Add a delay to hide/close message when it passed\nValue is defined in seconds and must greater than 2 seconds\n- `variant`: Define variant\n- `variant-style`: Define variant style\n\nEvents:\n- `component-close`: Emmited event when alert is closed\n- `component-hide`: Emited event when alert is hidden\n- `component-show`: Emited event when alert is diplayed\n\nSlots:\n- ``: Alert content\n- `actions`: Actions content\n\n",
64
+ "description": "Attributes:\n- `delay`: Add a delay to hide/close message when it passed\nValue is defined in seconds and must greater than 2 seconds\n- `full-width`: Define if alert fits its parent element\n- `variant`: Define variant\n- `variant-style`: Define variant style\n\nEvents:\n- `component-close`: Emmited event when alert is closed\n- `component-hide`: Emited event when alert is hidden\n- `component-show`: Emited event when alert is diplayed\n\nSlots:\n- default: Alert content\n- `actions`: Actions content\n\n",
75
65
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
76
66
  "attributes": [
77
67
  {
@@ -83,6 +73,16 @@
83
73
  "required": false
84
74
  }
85
75
  },
76
+ {
77
+ "name": "full-width",
78
+ "description": "Define if alert fits its parent element\n\nType: `boolean`",
79
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
80
+ "value": {
81
+ "type": "boolean",
82
+ "default": "false",
83
+ "required": false
84
+ }
85
+ },
86
86
  {
87
87
  "name": "variant",
88
88
  "description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
@@ -105,37 +105,7 @@
105
105
  }
106
106
  ],
107
107
  "js": {
108
- "properties": [
109
- {
110
- "name": "delay",
111
- "description": "Add a delay to hide/close message when it passed\nValue is defined in seconds and must greater than 2 seconds\n\nType: `number`",
112
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
113
- "value": {
114
- "type": "number",
115
- "required": false
116
- }
117
- },
118
- {
119
- "name": "variant",
120
- "description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
121
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
122
- "value": {
123
- "type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
124
- "default": "'info'",
125
- "required": false
126
- }
127
- },
128
- {
129
- "name": "variantStyle",
130
- "description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
131
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
132
- "value": {
133
- "type": "\"background\" | \"bar-left\"",
134
- "default": "'bar-left'",
135
- "required": false
136
- }
137
- }
138
- ],
108
+ "properties": [],
139
109
  "events": [
140
110
  {
141
111
  "name": "component-close",
@@ -200,46 +170,7 @@
200
170
  }
201
171
  ],
202
172
  "js": {
203
- "properties": [
204
- {
205
- "name": "label",
206
- "description": "Badge label. Include short description.\nRequired for accessibility\n\nType: `string`",
207
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-badge--docs",
208
- "value": {
209
- "type": "string",
210
- "required": true
211
- }
212
- },
213
- {
214
- "name": "outline",
215
- "description": "Define if button is using outline style\n\nType: `boolean`",
216
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-badge--docs",
217
- "value": {
218
- "type": "boolean",
219
- "default": "false",
220
- "required": false
221
- }
222
- },
223
- {
224
- "name": "value",
225
- "description": "Badge value\n\nType: `number | string`",
226
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-badge--docs",
227
- "value": {
228
- "type": "number | string",
229
- "required": true
230
- }
231
- },
232
- {
233
- "name": "variant",
234
- "description": "Define badge variant\n\nType: `\"danger\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"text-color\" | \"warning\"`",
235
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-badge--docs",
236
- "value": {
237
- "type": "\"danger\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"text-color\" | \"warning\"",
238
- "default": "'info'",
239
- "required": false
240
- }
241
- }
242
- ],
173
+ "properties": [],
243
174
  "events": []
244
175
  },
245
176
  "css": {
@@ -284,7 +215,7 @@
284
215
  },
285
216
  {
286
217
  "name": "mg-button",
287
- "description": "Attributes:\n- `disable-on-click`: Option to set input disable on click, in order to prevent multi-click.\nParent component have to remove the attribute 'disabled' when the process ends.\n- `disabled`: Disable button\n- `form`: Define form id to attach button with.\nIf this attribute is not set, the `<button>` is associated with its ancestor `<form>` element.\n- `full-width`: Set button to full-width\n- `is-icon`: Define if button is round.\nUsed for icon button.\n- `label`: aria-label\nIn case button text is not explicit enough\n- `size`: Define button size\n- `type`: Define button type\n- `variant`: Define button variant\n\nEvents:\n- `disabled-change`: Emmited event when disabled change\n\nSlots:\n- ``: Button content\n\n",
218
+ "description": "Attributes:\n- `disable-on-click`: Option to set input disable on click, in order to prevent multi-click.\nParent component have to remove the attribute 'disabled' when the process ends.\n- `disabled`: Disable button\n- `form`: Define form id to attach button with.\nIf this attribute is not set, the `<button>` is associated with its ancestor `<form>` element.\n- `full-width`: Set button to full-width\n- `is-icon`: Define if button is round.\nUsed for icon button.\n- `label`: aria-label\nIn case button text is not explicit enough\n- `size`: Define button size\n- `type`: Define button type\n- `variant`: Define button variant\n\nEvents:\n- `disabled-change`: Emmited event when disabled change\n\nSlots:\n- default: Button content\n\n",
288
219
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
289
220
  "attributes": [
290
221
  {
@@ -375,94 +306,7 @@
375
306
  }
376
307
  ],
377
308
  "js": {
378
- "properties": [
379
- {
380
- "name": "disableOnClick",
381
- "description": "Option to set input disable on click, in order to prevent multi-click.\nParent component have to remove the attribute 'disabled' when the process ends.\n\nType: `boolean`",
382
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
383
- "value": {
384
- "type": "boolean",
385
- "default": "false",
386
- "required": false
387
- }
388
- },
389
- {
390
- "name": "disabled",
391
- "description": "Disable button\n\nType: `boolean`",
392
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
393
- "value": {
394
- "type": "boolean",
395
- "required": false
396
- }
397
- },
398
- {
399
- "name": "form",
400
- "description": "Define form id to attach button with.\nIf this attribute is not set, the `<button>` is associated with its ancestor `<form>` element.\n\nType: `string`",
401
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
402
- "value": {
403
- "type": "string",
404
- "required": false
405
- }
406
- },
407
- {
408
- "name": "fullWidth",
409
- "description": "Set button to full-width\n\nType: `boolean`",
410
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
411
- "value": {
412
- "type": "boolean",
413
- "default": "false",
414
- "required": false
415
- }
416
- },
417
- {
418
- "name": "isIcon",
419
- "description": "Define if button is round.\nUsed for icon button.\n\nType: `boolean`",
420
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
421
- "value": {
422
- "type": "boolean",
423
- "default": "false",
424
- "required": false
425
- }
426
- },
427
- {
428
- "name": "label",
429
- "description": "aria-label\nIn case button text is not explicit enough\n\nType: `string`",
430
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
431
- "value": {
432
- "type": "string",
433
- "required": false
434
- }
435
- },
436
- {
437
- "name": "size",
438
- "description": "Define button size\n\nType: `\"large\" | \"medium\"`",
439
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
440
- "value": {
441
- "type": "\"large\" | \"medium\"",
442
- "default": "'medium'",
443
- "required": false
444
- }
445
- },
446
- {
447
- "name": "type",
448
- "description": "Define button type\n\nType: `\"button\" | \"reset\" | \"submit\"`",
449
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
450
- "value": {
451
- "type": "\"button\" | \"reset\" | \"submit\"",
452
- "required": false
453
- }
454
- },
455
- {
456
- "name": "variant",
457
- "description": "Define button variant\n\nType: `\"danger\" | \"danger-alt\" | \"flat\" | \"info\" | \"link\" | \"primary\" | \"secondary\" | \"success\"`",
458
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
459
- "value": {
460
- "type": "\"danger\" | \"danger-alt\" | \"flat\" | \"info\" | \"link\" | \"primary\" | \"secondary\" | \"success\"",
461
- "default": "'primary'",
462
- "required": false
463
- }
464
- }
465
- ],
309
+ "properties": [],
466
310
  "events": [
467
311
  {
468
312
  "name": "disabled-change",
@@ -633,7 +477,7 @@
633
477
  },
634
478
  {
635
479
  "name": "mg-card",
636
- "description": "Attributes:\n- `radius-size`: Define the border radius size\n- `shadow`: Add box-shadow style\n\nSlots:\n- ``: Card content\n\n",
480
+ "description": "Attributes:\n- `radius-size`: Define the border radius size\n- `shadow`: Add box-shadow style\n\nSlots:\n- default: Card content\n\n",
637
481
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
638
482
  "attributes": [
639
483
  {
@@ -658,28 +502,7 @@
658
502
  }
659
503
  ],
660
504
  "js": {
661
- "properties": [
662
- {
663
- "name": "radiusSize",
664
- "description": "Define the border radius size\n\nType: `\"medium\" | \"small\" | \"xsmall\"`",
665
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
666
- "value": {
667
- "type": "\"medium\" | \"small\" | \"xsmall\"",
668
- "default": "'medium'",
669
- "required": false
670
- }
671
- },
672
- {
673
- "name": "shadow",
674
- "description": "Add box-shadow style\n\nType: `boolean`",
675
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
676
- "value": {
677
- "type": "boolean",
678
- "default": "false",
679
- "required": false
680
- }
681
- }
682
- ],
505
+ "properties": [],
683
506
  "events": []
684
507
  },
685
508
  "css": {
@@ -730,7 +553,7 @@
730
553
  },
731
554
  {
732
555
  "name": "--mg-c-card-overflow",
733
- "description": "Defines the overflow property for the card. Unset by default, fallback on `--mg-c-card-overflow-default`."
556
+ "description": "Defines the overflow property for the card. Unset by default, fallback on `--mg-c-card-overflow-default`. Left unset to preserve nested cards (e.g. `mg-panel > mg-card`); set it on the card to scroll or clip overflowing content (e.g. `auto`)."
734
557
  },
735
558
  {
736
559
  "name": "--mg-c-card-overflow-default",
@@ -792,46 +615,7 @@
792
615
  }
793
616
  ],
794
617
  "js": {
795
- "properties": [
796
- {
797
- "name": "expanded",
798
- "description": "Define if details are diplayed\n\nType: `boolean`",
799
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-details--docs",
800
- "value": {
801
- "type": "boolean",
802
- "default": "false",
803
- "required": false
804
- }
805
- },
806
- {
807
- "name": "hideSummary",
808
- "description": "Hide summary element\n\nType: `boolean`",
809
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-details--docs",
810
- "value": {
811
- "type": "boolean",
812
- "default": "false",
813
- "required": false
814
- }
815
- },
816
- {
817
- "name": "toggleClosed",
818
- "description": "Displayed title when details are closed\n\nType: `string`",
819
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-details--docs",
820
- "value": {
821
- "type": "string",
822
- "required": true
823
- }
824
- },
825
- {
826
- "name": "toggleOpened",
827
- "description": "Displayed title when details are opened\n\nType: `string`",
828
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-details--docs",
829
- "value": {
830
- "type": "string",
831
- "required": true
832
- }
833
- }
834
- ],
618
+ "properties": [],
835
619
  "events": [
836
620
  {
837
621
  "name": "expanded-change",
@@ -865,18 +649,7 @@
865
649
  }
866
650
  ],
867
651
  "js": {
868
- "properties": [
869
- {
870
- "name": "fullWidth",
871
- "description": "Define component size\n\nType: `boolean`",
872
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-divider--docs",
873
- "value": {
874
- "type": "boolean",
875
- "default": "false",
876
- "required": false
877
- }
878
- }
879
- ],
652
+ "properties": [],
880
653
  "events": []
881
654
  },
882
655
  "css": {
@@ -998,103 +771,7 @@
998
771
  }
999
772
  ],
1000
773
  "js": {
1001
- "properties": [
1002
- {
1003
- "name": "disabled",
1004
- "description": "Define if inputs are disabled\n\nType: `boolean`",
1005
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1006
- "value": {
1007
- "type": "boolean",
1008
- "default": "false",
1009
- "required": false
1010
- }
1011
- },
1012
- {
1013
- "name": "helpText",
1014
- "description": "Add a help text under the fieldset, usually expected data format and example\n\nType: `string`",
1015
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1016
- "value": {
1017
- "type": "string",
1018
- "required": false
1019
- }
1020
- },
1021
- {
1022
- "name": "identifier",
1023
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
1024
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1025
- "value": {
1026
- "type": "string",
1027
- "required": true
1028
- }
1029
- },
1030
- {
1031
- "name": "legend",
1032
- "description": "Fieldset legend\n\nType: `string`",
1033
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1034
- "value": {
1035
- "type": "string",
1036
- "required": true
1037
- }
1038
- },
1039
- {
1040
- "name": "legendBorderDisplay",
1041
- "description": "Define if legend border is visible.\n\nType: `boolean`",
1042
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1043
- "value": {
1044
- "type": "boolean",
1045
- "default": "false",
1046
- "required": false
1047
- }
1048
- },
1049
- {
1050
- "name": "legendHeading",
1051
- "description": "Define legend heading, use to define legend with associated semantic\n\nType: `\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"`",
1052
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1053
- "value": {
1054
- "type": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
1055
- "required": false
1056
- }
1057
- },
1058
- {
1059
- "name": "legendHide",
1060
- "description": "Define if legend is visible\n\nType: `boolean`",
1061
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1062
- "value": {
1063
- "type": "boolean",
1064
- "default": "false",
1065
- "required": false
1066
- }
1067
- },
1068
- {
1069
- "name": "name",
1070
- "description": "Fieldset name\nIf not set the value equals the identifier\n\nType: `string`",
1071
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1072
- "value": {
1073
- "type": "string",
1074
- "default": "this.identifier",
1075
- "required": false
1076
- }
1077
- },
1078
- {
1079
- "name": "readonly",
1080
- "description": "Define if inputs are readonly\n\nType: `boolean`",
1081
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1082
- "value": {
1083
- "type": "boolean",
1084
- "default": "false",
1085
- "required": false
1086
- }
1087
- },
1088
- {
1089
- "name": "tooltip",
1090
- "description": "Add a tooltip message next to the fieldset\n\nType: `string`",
1091
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-fieldset--docs",
1092
- "value": {
1093
- "type": "string",
1094
- "required": false
1095
- }
1096
- }
1097
- ],
774
+ "properties": [],
1098
775
  "events": []
1099
776
  },
1100
777
  "css": {
@@ -1103,7 +780,7 @@
1103
780
  },
1104
781
  {
1105
782
  "name": "mg-form",
1106
- "description": "Attributes:\n- `aria-role`: Define `<form/>` element aria role\nsee more about aria roles use case: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles\n- `disabled`: Define if form is disabled\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `invalid`: Define form invalid state\n- `label-on-top`: Define if slotted mg-component's label are displayed on top\n- `name`: Input name\nIf not set the value equals the identifier\n- `readonly`: Define if form is readonly\n- `required-message`: Define when required message is display.\nWhen it is unset, component use it internal logic to manage \"required message\" help text display.\nWhen you set the prop to `default`, you override the component internal logique to torce it display \"required message\" help text.\nWhen you set the prop to `hide`, it will prevent the rendering of the message in the component's DOM.\nAs **this element is an accessibility requirement in the view**,\nyou **MUST*** re-implement this message on your own and display it when your form contains required inputs.\n- `valid`: Define form valid state\n\nMethods:\n- `displayError`: Display inputs/fieldsets errors if it exists.\n- `reset`: Reset form inputs values, validity and error state\n\nEvents:\n- `form-reset`: Emitted event on form reset\n- `form-submit`: Emitted event on form submit\n- `form-valid`: Emitted event on form validity check\nTells if form is valid or not\n\nSlots:\n- ``: Form content\n- `actions`: Actions content\n\n",
783
+ "description": "Attributes:\n- `aria-role`: Define `<form/>` element aria role\nsee more about aria roles use case: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles\n- `disabled`: Define if form is disabled\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `invalid`: Define form invalid state\n- `label-on-top`: Define if slotted mg-component's label are displayed on top\n- `name`: Input name\nIf not set the value equals the identifier\n- `readonly`: Define if form is readonly\n- `required-message`: Define when required message is display.\nWhen it is unset, component use it internal logic to manage \"required message\" help text display.\nWhen you set the prop to `default`, you override the component internal logique to torce it display \"required message\" help text.\nWhen you set the prop to `hide`, it will prevent the rendering of the message in the component's DOM.\nAs **this element is an accessibility requirement in the view**,\nyou **MUST*** re-implement this message on your own and display it when your form contains required inputs.\n- `valid`: Define form valid state\n\nMethods:\n- `displayError`: Display inputs/fieldsets errors if it exists.\n- `reset`: Reset form inputs values, validity and error state\n\nEvents:\n- `form-reset`: Emitted event on form reset\n- `form-submit`: Emitted event on form submit\n- `form-valid`: Emitted event on form validity check\nTells if form is valid or not\n\nSlots:\n- default: Form content\n- `actions`: Actions content\n\n",
1107
784
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1108
785
  "attributes": [
1109
786
  {
@@ -1194,94 +871,7 @@
1194
871
  }
1195
872
  ],
1196
873
  "js": {
1197
- "properties": [
1198
- {
1199
- "name": "ariaRole",
1200
- "description": "Define `<form/>` element aria role\nsee more about aria roles use case: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles\n\nType: `\"form\" | \"none\" | \"presentation\" | \"search\"`",
1201
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1202
- "value": {
1203
- "type": "\"form\" | \"none\" | \"presentation\" | \"search\"",
1204
- "required": false
1205
- }
1206
- },
1207
- {
1208
- "name": "disabled",
1209
- "description": "Define if form is disabled\n\nType: `boolean`",
1210
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1211
- "value": {
1212
- "type": "boolean",
1213
- "default": "false",
1214
- "required": false
1215
- }
1216
- },
1217
- {
1218
- "name": "identifier",
1219
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n\nType: `string`",
1220
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1221
- "value": {
1222
- "type": "string",
1223
- "default": "createID('mg-form')",
1224
- "required": false
1225
- }
1226
- },
1227
- {
1228
- "name": "invalid",
1229
- "description": "Define form invalid state\n\nType: `boolean`",
1230
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1231
- "value": {
1232
- "type": "boolean",
1233
- "required": false
1234
- }
1235
- },
1236
- {
1237
- "name": "labelOnTop",
1238
- "description": "Define if slotted mg-component's label are displayed on top\n\nType: `boolean`",
1239
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1240
- "value": {
1241
- "type": "boolean",
1242
- "default": "false",
1243
- "required": false
1244
- }
1245
- },
1246
- {
1247
- "name": "name",
1248
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
1249
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1250
- "value": {
1251
- "type": "string",
1252
- "default": "this.identifier",
1253
- "required": false
1254
- }
1255
- },
1256
- {
1257
- "name": "readonly",
1258
- "description": "Define if form is readonly\n\nType: `boolean`",
1259
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1260
- "value": {
1261
- "type": "boolean",
1262
- "default": "false",
1263
- "required": false
1264
- }
1265
- },
1266
- {
1267
- "name": "requiredMessage",
1268
- "description": "Define when required message is display.\nWhen it is unset, component use it internal logic to manage \"required message\" help text display.\nWhen you set the prop to `default`, you override the component internal logique to torce it display \"required message\" help text.\nWhen you set the prop to `hide`, it will prevent the rendering of the message in the component's DOM.\nAs **this element is an accessibility requirement in the view**,\nyou **MUST*** re-implement this message on your own and display it when your form contains required inputs.\n\nType: `\"default\" | \"hide\"`",
1269
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1270
- "value": {
1271
- "type": "\"default\" | \"hide\"",
1272
- "required": false
1273
- }
1274
- },
1275
- {
1276
- "name": "valid",
1277
- "description": "Define form valid state\n\nType: `boolean`",
1278
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
1279
- "value": {
1280
- "type": "boolean",
1281
- "required": false
1282
- }
1283
- }
1284
- ],
874
+ "properties": [],
1285
875
  "events": [
1286
876
  {
1287
877
  "name": "form-reset",
@@ -1313,10 +903,10 @@
1313
903
  "attributes": [
1314
904
  {
1315
905
  "name": "icon",
1316
- "description": "Icon to display.\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
906
+ "description": "Icon to display.\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
1317
907
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1318
908
  "value": {
1319
- "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
909
+ "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
1320
910
  "required": true
1321
911
  }
1322
912
  },
@@ -1360,58 +950,10 @@
1360
950
  }
1361
951
  ],
1362
952
  "js": {
1363
- "properties": [
1364
- {
1365
- "name": "icon",
1366
- "description": "Icon to display.\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
1367
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1368
- "value": {
1369
- "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
1370
- "required": true
1371
- }
1372
- },
1373
- {
1374
- "name": "size",
1375
- "description": "Define icon size\n\nType: `\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"`",
1376
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1377
- "value": {
1378
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"",
1379
- "default": "'medium'",
1380
- "required": false
1381
- }
1382
- },
1383
- {
1384
- "name": "spin",
1385
- "description": "Make the icon spin\n\nType: `boolean`",
1386
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1387
- "value": {
1388
- "type": "boolean",
1389
- "default": "false",
1390
- "required": false
1391
- }
1392
- },
1393
- {
1394
- "name": "variant",
1395
- "description": "Define icon variant color\n\nType: `\"app\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"`",
1396
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1397
- "value": {
1398
- "type": "\"app\" | \"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
1399
- "required": false
1400
- }
1401
- },
1402
- {
1403
- "name": "variantStyle",
1404
- "description": "Define icon color variant style\nAdd a color to the icon based on variant color with given style\n'full': Used to set a circular background with variant soft color and icon variant color\n'background': Used to set a circular background with variant soft color\n'icon': Used to set a color only to the icon\n\nType: `\"background\" | \"full\" | \"icon\"`",
1405
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
1406
- "value": {
1407
- "type": "\"background\" | \"full\" | \"icon\"",
1408
- "required": false
1409
- }
1410
- }
1411
- ],
1412
- "events": []
1413
- },
1414
- "css": {
953
+ "properties": [],
954
+ "events": []
955
+ },
956
+ "css": {
1415
957
  "properties": [
1416
958
  {
1417
959
  "name": "--mg-c-icon-border-radius",
@@ -1447,28 +989,7 @@
1447
989
  }
1448
990
  ],
1449
991
  "js": {
1450
- "properties": [
1451
- {
1452
- "name": "direction",
1453
- "description": "Define component orientation\n\nType: `\"horizontal\" | \"vertical\"`",
1454
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-illustrated-message--docs",
1455
- "value": {
1456
- "type": "\"horizontal\" | \"vertical\"",
1457
- "default": "'vertical'",
1458
- "required": false
1459
- }
1460
- },
1461
- {
1462
- "name": "size",
1463
- "description": "Define illustration size\n\nType: `\"large\" | \"medium\" | \"small\"`",
1464
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-illustrated-message--docs",
1465
- "value": {
1466
- "type": "\"large\" | \"medium\" | \"small\"",
1467
- "default": "'medium'",
1468
- "required": false
1469
- }
1470
- }
1471
- ],
992
+ "properties": [],
1472
993
  "events": []
1473
994
  },
1474
995
  "css": {
@@ -1482,7 +1003,7 @@
1482
1003
  },
1483
1004
  {
1484
1005
  "name": "mg-input",
1485
- "description": "Attributes:\n- `aria-describedby-i-ds`: Define aria-describedby ids to link with\n- `error-message`: Define error message to display\n- `help-text`: Define help text to display\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `inputs-on-bottom`: Display inputs after help-text and error message\n- `label`: Define input label\n- `label-border-display`: Define if label border is visible\nYou must pair this mode with `labelOnTop`and `fieldset` class\n- `label-heading`: Define label heading, use to define label with associated semantic\nYou must pair this mode with `labelOnTop`and `fieldset` class\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `required`: Define if input is required\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n\nSlots:\n- ``: Input content\n\n",
1006
+ "description": "Attributes:\n- `aria-describedby-i-ds`: Define aria-describedby ids to link with\n- `error-message`: Define error message to display\n- `help-text`: Define help text to display\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `inputs-on-bottom`: Display inputs after help-text and error message\n- `label`: Define input label\n- `label-border-display`: Define if label border is visible\nYou must pair this mode with `labelOnTop`and `fieldset` class\n- `label-heading`: Define label heading, use to define label with associated semantic\nYou must pair this mode with `labelOnTop`and `fieldset` class\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `required`: Define if input is required\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n\nSlots:\n- default: Input content\n\n",
1486
1007
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1487
1008
  "attributes": [
1488
1009
  {
@@ -1611,132 +1132,7 @@
1611
1132
  }
1612
1133
  ],
1613
1134
  "js": {
1614
- "properties": [
1615
- {
1616
- "name": "ariaDescribedbyIDs",
1617
- "description": "Define aria-describedby ids to link with\n\nType: `string | string[]`",
1618
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1619
- "value": {
1620
- "type": "string | string[]",
1621
- "default": "[]",
1622
- "required": false
1623
- }
1624
- },
1625
- {
1626
- "name": "errorMessage",
1627
- "description": "Define error message to display\n\nType: `string`",
1628
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1629
- "value": {
1630
- "type": "string",
1631
- "required": false
1632
- }
1633
- },
1634
- {
1635
- "name": "helpText",
1636
- "description": "Define help text to display\n\nType: `string`",
1637
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1638
- "value": {
1639
- "type": "string",
1640
- "required": false
1641
- }
1642
- },
1643
- {
1644
- "name": "identifier",
1645
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
1646
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1647
- "value": {
1648
- "type": "string",
1649
- "required": true
1650
- }
1651
- },
1652
- {
1653
- "name": "inputsOnBottom",
1654
- "description": "Display inputs after help-text and error message\n\nType: `boolean`",
1655
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1656
- "value": {
1657
- "type": "boolean",
1658
- "default": "false",
1659
- "required": false
1660
- }
1661
- },
1662
- {
1663
- "name": "label",
1664
- "description": "Define input label\n\nType: `string`",
1665
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1666
- "value": {
1667
- "type": "string",
1668
- "required": true
1669
- }
1670
- },
1671
- {
1672
- "name": "labelBorderDisplay",
1673
- "description": "Define if label border is visible\nYou must pair this mode with `labelOnTop`and `fieldset` class\n\nType: `boolean`",
1674
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1675
- "value": {
1676
- "type": "boolean",
1677
- "default": "false",
1678
- "required": false
1679
- }
1680
- },
1681
- {
1682
- "name": "labelHeading",
1683
- "description": "Define label heading, use to define label with associated semantic\nYou must pair this mode with `labelOnTop`and `fieldset` class\n\nType: `\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"`",
1684
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1685
- "value": {
1686
- "type": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
1687
- "required": false
1688
- }
1689
- },
1690
- {
1691
- "name": "labelHide",
1692
- "description": "Define if label is visible\n\nType: `boolean`",
1693
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1694
- "value": {
1695
- "type": "boolean",
1696
- "default": "false",
1697
- "required": false
1698
- }
1699
- },
1700
- {
1701
- "name": "labelOnTop",
1702
- "description": "Define if label is displayed on top\n\nType: `boolean`",
1703
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1704
- "value": {
1705
- "type": "boolean",
1706
- "default": "false",
1707
- "required": false
1708
- }
1709
- },
1710
- {
1711
- "name": "required",
1712
- "description": "Define if input is required\n\nType: `boolean`",
1713
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1714
- "value": {
1715
- "type": "boolean",
1716
- "default": "false",
1717
- "required": false
1718
- }
1719
- },
1720
- {
1721
- "name": "tooltip",
1722
- "description": "Add a tooltip message next to the input\n\nType: `string`",
1723
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1724
- "value": {
1725
- "type": "string",
1726
- "required": false
1727
- }
1728
- },
1729
- {
1730
- "name": "tooltipPosition",
1731
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
1732
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
1733
- "value": {
1734
- "type": "\"input\" | \"label\"",
1735
- "default": "'input'",
1736
- "required": false
1737
- }
1738
- }
1739
- ],
1135
+ "properties": [],
1740
1136
  "events": []
1741
1137
  },
1742
1138
  "css": {
@@ -1964,192 +1360,12 @@
1964
1360
  ],
1965
1361
  "js": {
1966
1362
  "properties": [
1967
- {
1968
- "name": "disabled",
1969
- "description": "Define if input is disabled\n\nType: `boolean`",
1970
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
1971
- "value": {
1972
- "type": "boolean",
1973
- "default": "false",
1974
- "required": false
1975
- }
1976
- },
1977
- {
1978
- "name": "displaySelectedValues",
1979
- "description": "Display selected values list in \"multi\" type\nThis prop is only applied with prop type \"multi\" or when an \"unset\" mode render a \"multi\" type.\n\nType: `boolean`",
1980
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
1981
- "value": {
1982
- "type": "boolean",
1983
- "default": "false",
1984
- "required": false
1985
- }
1986
- },
1987
- {
1988
- "name": "editButtonMessage",
1989
- "description": "Overwrite default \"edit\" button message\n\nType: `string`",
1990
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
1991
- "value": {
1992
- "type": "string",
1993
- "required": false
1994
- }
1995
- },
1996
- {
1997
- "name": "helpText",
1998
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
1999
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2000
- "value": {
2001
- "type": "string",
2002
- "required": false
2003
- }
2004
- },
2005
- {
2006
- "name": "identifier",
2007
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
2008
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2009
- "value": {
2010
- "type": "string",
2011
- "required": true
2012
- }
2013
- },
2014
- {
2015
- "name": "inputVerticalList",
2016
- "description": "Define if inputs are display verticaly\n\nType: `boolean`",
2017
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2018
- "value": {
2019
- "type": "boolean",
2020
- "default": "false",
2021
- "required": false
2022
- }
2023
- },
2024
- {
2025
- "name": "invalid",
2026
- "description": "Define input invalid state\n\nType: `boolean`",
2027
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2028
- "value": {
2029
- "type": "boolean",
2030
- "required": false
2031
- }
2032
- },
2033
- {
2034
- "name": "label",
2035
- "description": "Define input label\n\nType: `string`",
2036
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2037
- "value": {
2038
- "type": "string",
2039
- "required": true
2040
- }
2041
- },
2042
- {
2043
- "name": "labelHide",
2044
- "description": "Define if label is visible\n\nType: `boolean`",
2045
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2046
- "value": {
2047
- "type": "boolean",
2048
- "default": "false",
2049
- "required": false
2050
- }
2051
- },
2052
- {
2053
- "name": "labelOnTop",
2054
- "description": "Define if label is displayed on top\n\nType: `boolean`",
2055
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2056
- "value": {
2057
- "type": "boolean",
2058
- "default": "false",
2059
- "required": false
2060
- }
2061
- },
2062
- {
2063
- "name": "name",
2064
- "description": "Define input name\nIf not set the value equals the identifier\n\nType: `string`",
2065
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2066
- "value": {
2067
- "type": "string",
2068
- "default": "this.identifier",
2069
- "required": false
2070
- }
2071
- },
2072
- {
2073
- "name": "readonly",
2074
- "description": "Define if mg-input-checkbox is readonly\n\nType: `boolean`",
2075
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2076
- "value": {
2077
- "type": "boolean",
2078
- "default": "false",
2079
- "required": false
2080
- }
2081
- },
2082
- {
2083
- "name": "required",
2084
- "description": "Define if mg-input-checkbox is required\n\nType: `boolean`",
2085
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2086
- "value": {
2087
- "type": "boolean",
2088
- "default": "false",
2089
- "required": false
2090
- }
2091
- },
2092
- {
2093
- "name": "selectButtonMessage",
2094
- "description": "Overwrite default \"select\" button message\n\nType: `string`",
2095
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2096
- "value": {
2097
- "type": "string",
2098
- "required": false
2099
- }
2100
- },
2101
- {
2102
- "name": "showButtonMessage",
2103
- "description": "Overwrite default \"show\" button message\n\nType: `string`",
2104
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2105
- "value": {
2106
- "type": "string",
2107
- "required": false
2108
- }
2109
- },
2110
- {
2111
- "name": "tooltip",
2112
- "description": "Add a tooltip message next to the input\n\nType: `string`",
2113
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2114
- "value": {
2115
- "type": "string",
2116
- "required": false
2117
- }
2118
- },
2119
- {
2120
- "name": "tooltipPosition",
2121
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
2122
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2123
- "value": {
2124
- "type": "\"input\" | \"label\"",
2125
- "default": "'input'",
2126
- "required": false
2127
- }
2128
- },
2129
- {
2130
- "name": "type",
2131
- "description": "Define checkbox type\nWhen it's undefined the type is dynamic:\n- With 0-5 items type is 'checkbox'\n- With 5-10 items type is 'multi'\nWhen it set the type is locked to the defined value.\nWhen type is dynamic OR with 'multi' type AND Over 10 items \"search\" feature is enabled\n\nType: `\"checkbox\" | \"multi\"`",
2132
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2133
- "value": {
2134
- "type": "\"checkbox\" | \"multi\"",
2135
- "required": false
2136
- }
2137
- },
2138
- {
2139
- "name": "valid",
2140
- "description": "Define input valid state\n\nType: `boolean`",
2141
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2142
- "value": {
2143
- "type": "boolean",
2144
- "required": false
2145
- }
2146
- },
2147
1363
  {
2148
1364
  "name": "value",
2149
- "description": "Component value\nIf item.value is `null`, checkbox will be indeterminate by default\n\nType: `CheckboxValue[]`",
1365
+ "description": "Component value\nIf item.value is `null`, checkbox will be indeterminate by default\n\nType: `ICheckboxValue[]`",
2150
1366
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
2151
1367
  "value": {
2152
- "type": "CheckboxValue[]",
1368
+ "type": "ICheckboxValue[]",
2153
1369
  "required": true
2154
1370
  }
2155
1371
  }
@@ -2347,16 +1563,6 @@
2347
1563
  ],
2348
1564
  "js": {
2349
1565
  "properties": [
2350
- {
2351
- "name": "disabled",
2352
- "description": "Define if input is disabled\n\nType: `boolean`",
2353
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2354
- "value": {
2355
- "type": "boolean",
2356
- "default": "false",
2357
- "required": false
2358
- }
2359
- },
2360
1566
  {
2361
1567
  "name": "fetchmappings",
2362
1568
  "description": "Define fetch request mappings.\nRequired with `fetchurl`\n\nType: `{ request: RequestMappingType; response: ResponseMappingType; }`",
@@ -2376,191 +1582,31 @@
2376
1582
  }
2377
1583
  },
2378
1584
  {
2379
- "name": "fetchurl",
2380
- "description": "Define API url to fetch\n\nType: `URL | string`",
1585
+ "name": "items",
1586
+ "description": "Define components items\n\nType: `(string | Option)[]`",
2381
1587
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2382
1588
  "value": {
2383
- "type": "URL | string",
1589
+ "type": "(string | Option)[]",
2384
1590
  "required": false
2385
1591
  }
2386
- },
1592
+ }
1593
+ ],
1594
+ "events": [
2387
1595
  {
2388
- "name": "helpText",
2389
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
2390
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2391
- "value": {
2392
- "type": "string",
2393
- "required": false
2394
- }
1596
+ "name": "fetch-error",
1597
+ "description": "Emited event when fetch API throw an error"
2395
1598
  },
2396
1599
  {
2397
- "name": "identifier",
2398
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
2399
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2400
- "value": {
2401
- "type": "string",
2402
- "required": true
2403
- }
1600
+ "name": "filter-change",
1601
+ "description": "Emited event when filter change"
2404
1602
  },
2405
1603
  {
2406
- "name": "invalid",
2407
- "description": "Define input invalid state\n\nType: `boolean`",
2408
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2409
- "value": {
2410
- "type": "boolean",
2411
- "required": false
2412
- }
1604
+ "name": "input-valid",
1605
+ "description": "Emited event when checking validity"
2413
1606
  },
2414
1607
  {
2415
- "name": "items",
2416
- "description": "Define components items\n\nType: `(string | Option)[]`",
2417
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2418
- "value": {
2419
- "type": "(string | Option)[]",
2420
- "required": false
2421
- }
2422
- },
2423
- {
2424
- "name": "itemsLabel",
2425
- "description": "Define items label\nInclude short description. Required for accessibility.\n\nType: `string`",
2426
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2427
- "value": {
2428
- "type": "string",
2429
- "required": true
2430
- }
2431
- },
2432
- {
2433
- "name": "label",
2434
- "description": "Input label\n\nType: `string`",
2435
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2436
- "value": {
2437
- "type": "string",
2438
- "required": true
2439
- }
2440
- },
2441
- {
2442
- "name": "labelHide",
2443
- "description": "Define if label is visible\n\nType: `boolean`",
2444
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2445
- "value": {
2446
- "type": "boolean",
2447
- "default": "false",
2448
- "required": false
2449
- }
2450
- },
2451
- {
2452
- "name": "labelOnTop",
2453
- "description": "Define if label is displayed on top\n\nType: `boolean`",
2454
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2455
- "value": {
2456
- "type": "boolean",
2457
- "default": "false",
2458
- "required": false
2459
- }
2460
- },
2461
- {
2462
- "name": "mgWidth",
2463
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
2464
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2465
- "value": {
2466
- "type": "\"full\" | 16 | 2 | 4",
2467
- "default": "'full'",
2468
- "required": false
2469
- }
2470
- },
2471
- {
2472
- "name": "name",
2473
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
2474
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2475
- "value": {
2476
- "type": "string",
2477
- "default": "this.identifier",
2478
- "required": false
2479
- }
2480
- },
2481
- {
2482
- "name": "placeholder",
2483
- "description": "Define input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help combobox.\n\nType: `string`",
2484
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2485
- "value": {
2486
- "type": "string",
2487
- "required": false
2488
- }
2489
- },
2490
- {
2491
- "name": "readonly",
2492
- "description": "Define if input is readonly\n\nType: `boolean`",
2493
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2494
- "value": {
2495
- "type": "boolean",
2496
- "default": "false",
2497
- "required": false
2498
- }
2499
- },
2500
- {
2501
- "name": "required",
2502
- "description": "Define if input is required\n\nType: `boolean`",
2503
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2504
- "value": {
2505
- "type": "boolean",
2506
- "default": "false",
2507
- "required": false
2508
- }
2509
- },
2510
- {
2511
- "name": "tooltip",
2512
- "description": "Add a tooltip message next to the input\n\nType: `string`",
2513
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2514
- "value": {
2515
- "type": "string",
2516
- "required": false
2517
- }
2518
- },
2519
- {
2520
- "name": "tooltipPosition",
2521
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
2522
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2523
- "value": {
2524
- "type": "\"input\" | \"label\"",
2525
- "default": "'input'",
2526
- "required": false
2527
- }
2528
- },
2529
- {
2530
- "name": "valid",
2531
- "description": "Define input valid state\n\nType: `boolean`",
2532
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2533
- "value": {
2534
- "type": "boolean",
2535
- "required": false
2536
- }
2537
- },
2538
- {
2539
- "name": "value",
2540
- "description": "Define component value\n\nType: `string | { title: string; value: unknown; }`",
2541
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-combobox--docs",
2542
- "value": {
2543
- "type": "string | { title: string; value: unknown; }",
2544
- "required": false
2545
- }
2546
- }
2547
- ],
2548
- "events": [
2549
- {
2550
- "name": "fetch-error",
2551
- "description": "Emited event when fetch API throw an error"
2552
- },
2553
- {
2554
- "name": "filter-change",
2555
- "description": "Emited event when filter change"
2556
- },
2557
- {
2558
- "name": "input-valid",
2559
- "description": "Emited event when checking validity"
2560
- },
2561
- {
2562
- "name": "load-more",
2563
- "description": "Emited event when `load-more` is called"
1608
+ "name": "load-more",
1609
+ "description": "Emited event when `load-more` is called"
2564
1610
  },
2565
1611
  {
2566
1612
  "name": "value-change",
@@ -2731,160 +1777,7 @@
2731
1777
  }
2732
1778
  ],
2733
1779
  "js": {
2734
- "properties": [
2735
- {
2736
- "name": "disabled",
2737
- "description": "Define if input is disabled\n\nType: `boolean`",
2738
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2739
- "value": {
2740
- "type": "boolean",
2741
- "default": "false",
2742
- "required": false
2743
- }
2744
- },
2745
- {
2746
- "name": "helpText",
2747
- "description": "Add a help text under the input, usually expected data format and example\nAvailable string variables:\n - `{pattern}`: render innerHTML pattern based on system\n - `{date}`: render innerText date with a pattern base format.\n - `{defaultHelpText}`: render default `helpText` usefull to concat helpText local with your custom text.\nex: `Input use {pattern} pattern` as `helpText` prop value will be render as `Input use mm/dd/yyyy pattern`\n\nType: `string`",
2748
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2749
- "value": {
2750
- "type": "string",
2751
- "required": false
2752
- }
2753
- },
2754
- {
2755
- "name": "identifier",
2756
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
2757
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2758
- "value": {
2759
- "type": "string",
2760
- "required": true
2761
- }
2762
- },
2763
- {
2764
- "name": "invalid",
2765
- "description": "Define input invalid state\n\nType: `boolean`",
2766
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2767
- "value": {
2768
- "type": "boolean",
2769
- "required": false
2770
- }
2771
- },
2772
- {
2773
- "name": "label",
2774
- "description": "Input label\n\nType: `string`",
2775
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2776
- "value": {
2777
- "type": "string",
2778
- "required": true
2779
- }
2780
- },
2781
- {
2782
- "name": "labelHide",
2783
- "description": "Define if label is visible\n\nType: `boolean`",
2784
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2785
- "value": {
2786
- "type": "boolean",
2787
- "default": "false",
2788
- "required": false
2789
- }
2790
- },
2791
- {
2792
- "name": "labelOnTop",
2793
- "description": "Define if label is displayed on top\n\nType: `boolean`",
2794
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2795
- "value": {
2796
- "type": "boolean",
2797
- "default": "false",
2798
- "required": false
2799
- }
2800
- },
2801
- {
2802
- "name": "max",
2803
- "description": "Define input maximum date\nformat: yyyy-mm-dd\n\nType: `string`",
2804
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2805
- "value": {
2806
- "type": "string",
2807
- "default": "'9999-12-31'",
2808
- "required": false
2809
- }
2810
- },
2811
- {
2812
- "name": "min",
2813
- "description": "Define input minimum date\nformat: yyyy-mm-dd\n\nType: `string`",
2814
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2815
- "value": {
2816
- "type": "string",
2817
- "required": false
2818
- }
2819
- },
2820
- {
2821
- "name": "name",
2822
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
2823
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2824
- "value": {
2825
- "type": "string",
2826
- "default": "this.identifier",
2827
- "required": false
2828
- }
2829
- },
2830
- {
2831
- "name": "readonly",
2832
- "description": "Define if input is readonly\n\nType: `boolean`",
2833
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2834
- "value": {
2835
- "type": "boolean",
2836
- "default": "false",
2837
- "required": false
2838
- }
2839
- },
2840
- {
2841
- "name": "required",
2842
- "description": "Define if input is required\n\nType: `boolean`",
2843
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2844
- "value": {
2845
- "type": "boolean",
2846
- "default": "false",
2847
- "required": false
2848
- }
2849
- },
2850
- {
2851
- "name": "tooltip",
2852
- "description": "Add a tooltip message next to the input\n\nType: `string`",
2853
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2854
- "value": {
2855
- "type": "string",
2856
- "required": false
2857
- }
2858
- },
2859
- {
2860
- "name": "tooltipPosition",
2861
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
2862
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2863
- "value": {
2864
- "type": "\"input\" | \"label\"",
2865
- "default": "'input'",
2866
- "required": false
2867
- }
2868
- },
2869
- {
2870
- "name": "valid",
2871
- "description": "Define input valid state\n\nType: `boolean`",
2872
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2873
- "value": {
2874
- "type": "boolean",
2875
- "required": false
2876
- }
2877
- },
2878
- {
2879
- "name": "value",
2880
- "description": "Component value\n\nType: `string`",
2881
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-date--docs",
2882
- "value": {
2883
- "type": "string",
2884
- "required": false
2885
- }
2886
- }
2887
- ],
1780
+ "properties": [],
2888
1781
  "events": [
2889
1782
  {
2890
1783
  "name": "input-valid",
@@ -3067,172 +1960,11 @@
3067
1960
  }
3068
1961
  ],
3069
1962
  "js": {
3070
- "properties": [
3071
- {
3072
- "name": "accept",
3073
- "description": "Define file accept format\nThe accept property is an attribute of the file `<input>` type\nthat defines the file types the file input should accept\n(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept).\n\nType: `string`",
3074
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3075
- "value": {
3076
- "type": "string",
3077
- "required": false
3078
- }
3079
- },
3080
- {
3081
- "name": "capture",
3082
- "description": "Define input capture attribute\nThe capture attribute is a Boolean attribute that specifies\nif the device's camera or microphone should be used to capture\nmedia directly, instead of choosing an existing file.\n(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#capture).\n\nType: `\"\" | \"environment\" | \"user\"`",
3083
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3084
- "value": {
3085
- "type": "\"\" | \"environment\" | \"user\"",
3086
- "required": false
3087
- }
3088
- },
3089
- {
3090
- "name": "disabled",
3091
- "description": "Define if input is disabled\n\nType: `boolean`",
3092
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3093
- "value": {
3094
- "type": "boolean",
3095
- "default": "false",
3096
- "required": false
3097
- }
3098
- },
3099
- {
3100
- "name": "helpText",
3101
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
3102
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3103
- "value": {
3104
- "type": "string",
3105
- "required": false
3106
- }
3107
- },
3108
- {
3109
- "name": "identifier",
3110
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
3111
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3112
- "value": {
3113
- "type": "string",
3114
- "required": true
3115
- }
3116
- },
3117
- {
3118
- "name": "invalid",
3119
- "description": "Define input invalid state\n\nType: `boolean`",
3120
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3121
- "value": {
3122
- "type": "boolean",
3123
- "required": false
3124
- }
3125
- },
3126
- {
3127
- "name": "label",
3128
- "description": "Input label\n\nType: `string`",
3129
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3130
- "value": {
3131
- "type": "string",
3132
- "required": true
3133
- }
3134
- },
3135
- {
3136
- "name": "labelHide",
3137
- "description": "Define if label is visible\n\nType: `boolean`",
3138
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3139
- "value": {
3140
- "type": "boolean",
3141
- "default": "false",
3142
- "required": false
3143
- }
3144
- },
3145
- {
3146
- "name": "labelOnTop",
3147
- "description": "Define if label is displayed on top\n\nType: `boolean`",
3148
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3149
- "value": {
3150
- "type": "boolean",
3151
- "default": "false",
3152
- "required": false
3153
- }
3154
- },
3155
- {
3156
- "name": "maxSize",
3157
- "description": "Define max file size (in octets)\n\nType: `number`",
3158
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3159
- "value": {
3160
- "type": "number",
3161
- "required": false
3162
- }
3163
- },
3164
- {
3165
- "name": "multiple",
3166
- "description": "Define multiple files\nWhen the multiple Boolean attribute is specified, the file input allows the user to select more than one file.\n(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple).\n\nType: `boolean`",
3167
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3168
- "value": {
3169
- "type": "boolean",
3170
- "default": "false",
3171
- "required": false
3172
- }
3173
- },
3174
- {
3175
- "name": "name",
3176
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
3177
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3178
- "value": {
3179
- "type": "string",
3180
- "default": "this.identifier",
3181
- "required": false
3182
- }
3183
- },
3184
- {
3185
- "name": "required",
3186
- "description": "Define if input is required\n\nType: `boolean`",
3187
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3188
- "value": {
3189
- "type": "boolean",
3190
- "default": "false",
3191
- "required": false
3192
- }
3193
- },
1963
+ "properties": [],
1964
+ "events": [
3194
1965
  {
3195
- "name": "tooltip",
3196
- "description": "Add a tooltip message next to the input\n\nType: `string`",
3197
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3198
- "value": {
3199
- "type": "string",
3200
- "required": false
3201
- }
3202
- },
3203
- {
3204
- "name": "tooltipPosition",
3205
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
3206
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3207
- "value": {
3208
- "type": "\"input\" | \"label\"",
3209
- "default": "'input'",
3210
- "required": false
3211
- }
3212
- },
3213
- {
3214
- "name": "valid",
3215
- "description": "Define input valid state\n\nType: `boolean`",
3216
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3217
- "value": {
3218
- "type": "boolean",
3219
- "required": false
3220
- }
3221
- },
3222
- {
3223
- "name": "value",
3224
- "description": "Component value\n\nType: `any`",
3225
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-file--docs",
3226
- "value": {
3227
- "type": "any",
3228
- "required": false
3229
- }
3230
- }
3231
- ],
3232
- "events": [
3233
- {
3234
- "name": "input-valid",
3235
- "description": "Emitted event when checking validity"
1966
+ "name": "input-valid",
1967
+ "description": "Emitted event when checking validity"
3236
1968
  },
3237
1969
  {
3238
1970
  "name": "value-change",
@@ -3489,246 +2221,7 @@
3489
2221
  }
3490
2222
  ],
3491
2223
  "js": {
3492
- "properties": [
3493
- {
3494
- "name": "currency",
3495
- "description": "Define currency\n\nType: `string`",
3496
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3497
- "value": {
3498
- "type": "string",
3499
- "default": "'EUR'",
3500
- "required": false
3501
- }
3502
- },
3503
- {
3504
- "name": "decimalLength",
3505
- "description": "Override decimal length\ndecimal is the number after the decimal point\n\nType: `number`",
3506
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3507
- "value": {
3508
- "type": "number",
3509
- "default": "2",
3510
- "required": false
3511
- }
3512
- },
3513
- {
3514
- "name": "disabled",
3515
- "description": "Define if input is disabled\n\nType: `boolean`",
3516
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3517
- "value": {
3518
- "type": "boolean",
3519
- "default": "false",
3520
- "required": false
3521
- }
3522
- },
3523
- {
3524
- "name": "format",
3525
- "description": "Set local formatting.\nNumbers are formatted based on the locale.\n\nType: `\"currency\" | \"none\" | \"number\" | \"percent\" | \"unit\"`",
3526
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3527
- "value": {
3528
- "type": "\"currency\" | \"none\" | \"number\" | \"percent\" | \"unit\"",
3529
- "default": "'number'",
3530
- "required": false
3531
- }
3532
- },
3533
- {
3534
- "name": "helpText",
3535
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
3536
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3537
- "value": {
3538
- "type": "string",
3539
- "required": false
3540
- }
3541
- },
3542
- {
3543
- "name": "identifier",
3544
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
3545
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3546
- "value": {
3547
- "type": "string",
3548
- "required": true
3549
- }
3550
- },
3551
- {
3552
- "name": "integerLength",
3553
- "description": "Override integer length\ninteger is the number before the decimal point\n\nType: `number`",
3554
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3555
- "value": {
3556
- "type": "number",
3557
- "default": "13",
3558
- "required": false
3559
- }
3560
- },
3561
- {
3562
- "name": "invalid",
3563
- "description": "Define input invalid state\n\nType: `boolean`",
3564
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3565
- "value": {
3566
- "type": "boolean",
3567
- "required": false
3568
- }
3569
- },
3570
- {
3571
- "name": "label",
3572
- "description": "Input label\n\nType: `string`",
3573
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3574
- "value": {
3575
- "type": "string",
3576
- "required": true
3577
- }
3578
- },
3579
- {
3580
- "name": "labelHide",
3581
- "description": "Define if label is visible\n\nType: `boolean`",
3582
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3583
- "value": {
3584
- "type": "boolean",
3585
- "default": "false",
3586
- "required": false
3587
- }
3588
- },
3589
- {
3590
- "name": "labelOnTop",
3591
- "description": "Define if label is displayed on top\n\nType: `boolean`",
3592
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3593
- "value": {
3594
- "type": "boolean",
3595
- "default": "false",
3596
- "required": false
3597
- }
3598
- },
3599
- {
3600
- "name": "max",
3601
- "description": "Maximum value\n\nType: `number`",
3602
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3603
- "value": {
3604
- "type": "number",
3605
- "required": false
3606
- }
3607
- },
3608
- {
3609
- "name": "mgWidth",
3610
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
3611
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3612
- "value": {
3613
- "type": "\"full\" | 16 | 2 | 4",
3614
- "required": false
3615
- }
3616
- },
3617
- {
3618
- "name": "min",
3619
- "description": "Minimum value\n\nType: `number`",
3620
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3621
- "value": {
3622
- "type": "number",
3623
- "required": false
3624
- }
3625
- },
3626
- {
3627
- "name": "name",
3628
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
3629
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3630
- "value": {
3631
- "type": "string",
3632
- "default": "this.identifier",
3633
- "required": false
3634
- }
3635
- },
3636
- {
3637
- "name": "placeholder",
3638
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
3639
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3640
- "value": {
3641
- "type": "string",
3642
- "required": false
3643
- }
3644
- },
3645
- {
3646
- "name": "readonly",
3647
- "description": "Define if input is readonly\n\nType: `boolean`",
3648
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3649
- "value": {
3650
- "type": "boolean",
3651
- "default": "false",
3652
- "required": false
3653
- }
3654
- },
3655
- {
3656
- "name": "required",
3657
- "description": "Define if input is required\n\nType: `boolean`",
3658
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3659
- "value": {
3660
- "type": "boolean",
3661
- "default": "false",
3662
- "required": false
3663
- }
3664
- },
3665
- {
3666
- "name": "tooltip",
3667
- "description": "Add a tooltip message next to the input\n\nType: `string`",
3668
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3669
- "value": {
3670
- "type": "string",
3671
- "required": false
3672
- }
3673
- },
3674
- {
3675
- "name": "tooltipPosition",
3676
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
3677
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3678
- "value": {
3679
- "type": "\"input\" | \"label\"",
3680
- "default": "'input'",
3681
- "required": false
3682
- }
3683
- },
3684
- {
3685
- "name": "type",
3686
- "description": "Define numeric type\n\nType: `\"decimal\" | \"integer\"`",
3687
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3688
- "value": {
3689
- "type": "\"decimal\" | \"integer\"",
3690
- "default": "'decimal'",
3691
- "required": false
3692
- }
3693
- },
3694
- {
3695
- "name": "unit",
3696
- "description": "Define unit symbol (km, L, etc.)\n\nType: `string`",
3697
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3698
- "value": {
3699
- "type": "string",
3700
- "required": false
3701
- }
3702
- },
3703
- {
3704
- "name": "unitDisplay",
3705
- "description": "Define unit display format ('short', 'long', 'narrow')\n\nType: `\"long\" | \"narrow\" | \"short\"`",
3706
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3707
- "value": {
3708
- "type": "\"long\" | \"narrow\" | \"short\"",
3709
- "default": "'short'",
3710
- "required": false
3711
- }
3712
- },
3713
- {
3714
- "name": "valid",
3715
- "description": "Define input valid state\n\nType: `boolean`",
3716
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3717
- "value": {
3718
- "type": "boolean",
3719
- "required": false
3720
- }
3721
- },
3722
- {
3723
- "name": "value",
3724
- "description": "Component value\n\nType: `string`",
3725
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
3726
- "value": {
3727
- "type": "string",
3728
- "required": false
3729
- }
3730
- }
3731
- ],
2224
+ "properties": [],
3732
2225
  "events": [
3733
2226
  {
3734
2227
  "name": "input-valid",
@@ -3912,169 +2405,7 @@
3912
2405
  }
3913
2406
  ],
3914
2407
  "js": {
3915
- "properties": [
3916
- {
3917
- "name": "disabled",
3918
- "description": "Define if input is disabled\n\nType: `boolean`",
3919
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3920
- "value": {
3921
- "type": "boolean",
3922
- "default": "false",
3923
- "required": false
3924
- }
3925
- },
3926
- {
3927
- "name": "helpText",
3928
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
3929
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3930
- "value": {
3931
- "type": "string",
3932
- "required": false
3933
- }
3934
- },
3935
- {
3936
- "name": "identifier",
3937
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
3938
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3939
- "value": {
3940
- "type": "string",
3941
- "required": true
3942
- }
3943
- },
3944
- {
3945
- "name": "invalid",
3946
- "description": "Define input invalid state\n\nType: `boolean`",
3947
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3948
- "value": {
3949
- "type": "boolean",
3950
- "required": false
3951
- }
3952
- },
3953
- {
3954
- "name": "label",
3955
- "description": "Input label\n\nType: `string`",
3956
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3957
- "value": {
3958
- "type": "string",
3959
- "required": true
3960
- }
3961
- },
3962
- {
3963
- "name": "labelHide",
3964
- "description": "Define if label is visible\n\nType: `boolean`",
3965
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3966
- "value": {
3967
- "type": "boolean",
3968
- "default": "false",
3969
- "required": false
3970
- }
3971
- },
3972
- {
3973
- "name": "labelOnTop",
3974
- "description": "Define if label is displayed on top\n\nType: `boolean`",
3975
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3976
- "value": {
3977
- "type": "boolean",
3978
- "default": "false",
3979
- "required": false
3980
- }
3981
- },
3982
- {
3983
- "name": "maxlength",
3984
- "description": "Input max length\n\nType: `number`",
3985
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3986
- "value": {
3987
- "type": "number",
3988
- "required": false
3989
- }
3990
- },
3991
- {
3992
- "name": "mgWidth",
3993
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
3994
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
3995
- "value": {
3996
- "type": "\"full\" | 16 | 2 | 4",
3997
- "default": "'full'",
3998
- "required": false
3999
- }
4000
- },
4001
- {
4002
- "name": "name",
4003
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
4004
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4005
- "value": {
4006
- "type": "string",
4007
- "default": "this.identifier",
4008
- "required": false
4009
- }
4010
- },
4011
- {
4012
- "name": "placeholder",
4013
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
4014
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4015
- "value": {
4016
- "type": "string",
4017
- "required": false
4018
- }
4019
- },
4020
- {
4021
- "name": "readonly",
4022
- "description": "Define if input is readonly\n\nType: `boolean`",
4023
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4024
- "value": {
4025
- "type": "boolean",
4026
- "default": "false",
4027
- "required": false
4028
- }
4029
- },
4030
- {
4031
- "name": "required",
4032
- "description": "Define if input is required\n\nType: `boolean`",
4033
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4034
- "value": {
4035
- "type": "boolean",
4036
- "default": "false",
4037
- "required": false
4038
- }
4039
- },
4040
- {
4041
- "name": "tooltip",
4042
- "description": "Add a tooltip message next to the input\n\nType: `string`",
4043
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4044
- "value": {
4045
- "type": "string",
4046
- "required": false
4047
- }
4048
- },
4049
- {
4050
- "name": "tooltipPosition",
4051
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
4052
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4053
- "value": {
4054
- "type": "\"input\" | \"label\"",
4055
- "default": "'input'",
4056
- "required": false
4057
- }
4058
- },
4059
- {
4060
- "name": "valid",
4061
- "description": "Define input valid state\n\nType: `boolean`",
4062
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4063
- "value": {
4064
- "type": "boolean",
4065
- "required": false
4066
- }
4067
- },
4068
- {
4069
- "name": "value",
4070
- "description": "Component value\n\nType: `string`",
4071
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-password--docs",
4072
- "value": {
4073
- "type": "string",
4074
- "required": false
4075
- }
4076
- }
4077
- ],
2408
+ "properties": [],
4078
2409
  "events": [
4079
2410
  {
4080
2411
  "name": "input-valid",
@@ -4242,162 +2573,19 @@
4242
2573
  "js": {
4243
2574
  "properties": [
4244
2575
  {
4245
- "name": "disabled",
4246
- "description": "Define if input is disabled\n\nType: `boolean`",
4247
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4248
- "value": {
4249
- "type": "boolean",
4250
- "default": "false",
4251
- "required": false
4252
- }
4253
- },
4254
- {
4255
- "name": "helpText",
4256
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
4257
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4258
- "value": {
4259
- "type": "string",
4260
- "required": false
4261
- }
4262
- },
4263
- {
4264
- "name": "identifier",
4265
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
2576
+ "name": "items",
2577
+ "description": "Items are the possible options to select\n\nType: `RadioOption[] | string[]`",
4266
2578
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4267
2579
  "value": {
4268
- "type": "string",
2580
+ "type": "RadioOption[] | string[]",
4269
2581
  "required": true
4270
2582
  }
4271
- },
4272
- {
4273
- "name": "inputVerticalList",
4274
- "description": "Define if inputs are display verticaly\n\nType: `boolean`",
4275
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4276
- "value": {
4277
- "type": "boolean",
4278
- "default": "false",
4279
- "required": false
4280
- }
4281
- },
4282
- {
4283
- "name": "invalid",
4284
- "description": "Define input invalid state\n\nType: `boolean`",
4285
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4286
- "value": {
4287
- "type": "boolean",
4288
- "required": false
4289
- }
4290
- },
4291
- {
4292
- "name": "items",
4293
- "description": "Items are the possible options to select\n\nType: `RadioOption[] | string[]`",
4294
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4295
- "value": {
4296
- "type": "RadioOption[] | string[]",
4297
- "required": true
4298
- }
4299
- },
4300
- {
4301
- "name": "label",
4302
- "description": "Input label\n\nType: `string`",
4303
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4304
- "value": {
4305
- "type": "string",
4306
- "required": true
4307
- }
4308
- },
4309
- {
4310
- "name": "labelHide",
4311
- "description": "Define if label is visible\n\nType: `boolean`",
4312
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4313
- "value": {
4314
- "type": "boolean",
4315
- "default": "false",
4316
- "required": false
4317
- }
4318
- },
4319
- {
4320
- "name": "labelOnTop",
4321
- "description": "Define if label is displayed on top\n\nType: `boolean`",
4322
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4323
- "value": {
4324
- "type": "boolean",
4325
- "default": "false",
4326
- "required": false
4327
- }
4328
- },
4329
- {
4330
- "name": "name",
4331
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
4332
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4333
- "value": {
4334
- "type": "string",
4335
- "default": "this.identifier",
4336
- "required": false
4337
- }
4338
- },
4339
- {
4340
- "name": "readonly",
4341
- "description": "Define if input is readonly\n\nType: `boolean`",
4342
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4343
- "value": {
4344
- "type": "boolean",
4345
- "default": "false",
4346
- "required": false
4347
- }
4348
- },
4349
- {
4350
- "name": "required",
4351
- "description": "Define if input is required\n\nType: `boolean`",
4352
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4353
- "value": {
4354
- "type": "boolean",
4355
- "default": "false",
4356
- "required": false
4357
- }
4358
- },
4359
- {
4360
- "name": "tooltip",
4361
- "description": "Add a tooltip message next to the input\n\nType: `string`",
4362
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4363
- "value": {
4364
- "type": "string",
4365
- "required": false
4366
- }
4367
- },
4368
- {
4369
- "name": "tooltipPosition",
4370
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
4371
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4372
- "value": {
4373
- "type": "\"input\" | \"label\"",
4374
- "default": "'input'",
4375
- "required": false
4376
- }
4377
- },
4378
- {
4379
- "name": "valid",
4380
- "description": "Define input valid state\n\nType: `boolean`",
4381
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4382
- "value": {
4383
- "type": "boolean",
4384
- "required": false
4385
- }
4386
- },
4387
- {
4388
- "name": "value",
4389
- "description": "Component value\n\nType: `any`",
4390
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-radio--docs",
4391
- "value": {
4392
- "type": "any",
4393
- "required": false
4394
- }
4395
- }
4396
- ],
4397
- "events": [
4398
- {
4399
- "name": "input-valid",
4400
- "description": "Emited event when checking validity"
2583
+ }
2584
+ ],
2585
+ "events": [
2586
+ {
2587
+ "name": "input-valid",
2588
+ "description": "Emited event when checking validity"
4401
2589
  },
4402
2590
  {
4403
2591
  "name": "value-change",
@@ -4597,148 +2785,6 @@
4597
2785
  ],
4598
2786
  "js": {
4599
2787
  "properties": [
4600
- {
4601
- "name": "disabled",
4602
- "description": "Define if input is disabled\n\nType: `boolean`",
4603
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4604
- "value": {
4605
- "type": "boolean",
4606
- "default": "false",
4607
- "required": false
4608
- }
4609
- },
4610
- {
4611
- "name": "helpText",
4612
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
4613
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4614
- "value": {
4615
- "type": "string",
4616
- "required": false
4617
- }
4618
- },
4619
- {
4620
- "name": "identifier",
4621
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
4622
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4623
- "value": {
4624
- "type": "string",
4625
- "required": true
4626
- }
4627
- },
4628
- {
4629
- "name": "invalid",
4630
- "description": "Define input invalid state\n\nType: `boolean`",
4631
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4632
- "value": {
4633
- "type": "boolean",
4634
- "required": false
4635
- }
4636
- },
4637
- {
4638
- "name": "label",
4639
- "description": "Input label\n\nType: `string`",
4640
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4641
- "value": {
4642
- "type": "string",
4643
- "required": true
4644
- }
4645
- },
4646
- {
4647
- "name": "labelHide",
4648
- "description": "Define if label is visible\n\nType: `boolean`",
4649
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4650
- "value": {
4651
- "type": "boolean",
4652
- "default": "false",
4653
- "required": false
4654
- }
4655
- },
4656
- {
4657
- "name": "labelOnTop",
4658
- "description": "Define if label is displayed on top\n\nType: `boolean`",
4659
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4660
- "value": {
4661
- "type": "boolean",
4662
- "default": "false",
4663
- "required": false
4664
- }
4665
- },
4666
- {
4667
- "name": "modules",
4668
- "description": "Editor modules configuration.\nMust be passed as an array (e.g. modules=['bold', 'italic', '|', 'ul', 'ol']).\nUse `|` for a separator/divider in the toolbar.\nAvailable modules:\n- **Text formatting**: `bold`, `italic`, `underline`, `strikethrough`, `eraser`\n- **Lists**: `ul` (unordered list), `ol` (ordered list)\n- **Text positioning**: `superscript`, `subscript`\n- **Colors**: `brush` (text color/background)\n- **Media**: `link`, `image`, `file`\n- **Tables**: `table`\n- **History**: `undo`, `redo`\n- **Other**: `print`, `source` (HTML source editor)\n\nType: `(string | ButtonsGroup | IControlType<IViewBased<IViewOptions> | IJodit | IFileBrowser<IFileBrowserOptions>, IToolbarButton>)[] | string`",
4669
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4670
- "value": {
4671
- "type": "(string | ButtonsGroup | IControlType<IViewBased<IViewOptions> | IJodit | IFileBrowser<IFileBrowserOptions>, IToolbarButton>)[] | string",
4672
- "required": false
4673
- }
4674
- },
4675
- {
4676
- "name": "name",
4677
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
4678
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4679
- "value": {
4680
- "type": "string",
4681
- "default": "this.identifier",
4682
- "required": false
4683
- }
4684
- },
4685
- {
4686
- "name": "pattern",
4687
- "description": "Define input pattern to validate\nPlease refer to the Pattern section in the input documentation for detailed information on using regular expressions in components.\n\nType: `string`",
4688
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4689
- "value": {
4690
- "type": "string",
4691
- "required": false
4692
- }
4693
- },
4694
- {
4695
- "name": "patternErrorMessage",
4696
- "description": "Define input pattern error message\n\nType: `string`",
4697
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4698
- "value": {
4699
- "type": "string",
4700
- "required": false
4701
- }
4702
- },
4703
- {
4704
- "name": "placeholder",
4705
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
4706
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4707
- "value": {
4708
- "type": "string",
4709
- "required": false
4710
- }
4711
- },
4712
- {
4713
- "name": "readonly",
4714
- "description": "Define if the editor is readonly\n\nType: `boolean`",
4715
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4716
- "value": {
4717
- "type": "boolean",
4718
- "default": "false",
4719
- "required": false
4720
- }
4721
- },
4722
- {
4723
- "name": "required",
4724
- "description": "Define if input is required\n\nType: `boolean`",
4725
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4726
- "value": {
4727
- "type": "boolean",
4728
- "default": "false",
4729
- "required": false
4730
- }
4731
- },
4732
- {
4733
- "name": "rows",
4734
- "description": "Define the number of visible text lines for the editor.\nImpacts the editor height. Content can grow beyond this minimum.\n\nType: `number`",
4735
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4736
- "value": {
4737
- "type": "number",
4738
- "default": "5",
4739
- "required": false
4740
- }
4741
- },
4742
2788
  {
4743
2789
  "name": "sanitizerOptions",
4744
2790
  "description": "Sanitizer configuration in native format.\nUse disallowTags (array of tag names) and/or disallowAttributes (object mapping tag names to string arrays).\nUse \"*\" as tag key to disallow attributes on all tags.\n\nType: `{ disallowAttributes?: Record<string, string[]>; disallowTags?: string[]; }`",
@@ -4747,44 +2793,6 @@
4747
2793
  "type": "{ disallowAttributes?: Record<string, string[]>; disallowTags?: string[]; }",
4748
2794
  "required": false
4749
2795
  }
4750
- },
4751
- {
4752
- "name": "tooltip",
4753
- "description": "Add a tooltip message next to the input\n\nType: `string`",
4754
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4755
- "value": {
4756
- "type": "string",
4757
- "required": false
4758
- }
4759
- },
4760
- {
4761
- "name": "tooltipPosition",
4762
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
4763
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4764
- "value": {
4765
- "type": "\"input\" | \"label\"",
4766
- "default": "'input'",
4767
- "required": false
4768
- }
4769
- },
4770
- {
4771
- "name": "valid",
4772
- "description": "Define input valid state\n\nType: `boolean`",
4773
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4774
- "value": {
4775
- "type": "boolean",
4776
- "required": false
4777
- }
4778
- },
4779
- {
4780
- "name": "value",
4781
- "description": "Define the value of the editor\nCan be either HTML string or plain text\n\nType: `string`",
4782
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-rich-text-editor--docs",
4783
- "value": {
4784
- "type": "string",
4785
- "default": "''",
4786
- "required": false
4787
- }
4788
2796
  }
4789
2797
  ],
4790
2798
  "events": [
@@ -4981,43 +2989,6 @@
4981
2989
  ],
4982
2990
  "js": {
4983
2991
  "properties": [
4984
- {
4985
- "name": "disabled",
4986
- "description": "Define if input is disabled\n\nType: `boolean`",
4987
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
4988
- "value": {
4989
- "type": "boolean",
4990
- "default": "false",
4991
- "required": false
4992
- }
4993
- },
4994
- {
4995
- "name": "helpText",
4996
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
4997
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
4998
- "value": {
4999
- "type": "string",
5000
- "required": false
5001
- }
5002
- },
5003
- {
5004
- "name": "identifier",
5005
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
5006
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5007
- "value": {
5008
- "type": "string",
5009
- "required": true
5010
- }
5011
- },
5012
- {
5013
- "name": "invalid",
5014
- "description": "Define input invalid state\n\nType: `boolean`",
5015
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5016
- "value": {
5017
- "type": "boolean",
5018
- "required": false
5019
- }
5020
- },
5021
2992
  {
5022
2993
  "name": "items",
5023
2994
  "description": "Items are the possible options to select\n\nType: `(string | SelectOption)[]`",
@@ -5026,146 +2997,12 @@
5026
2997
  "type": "(string | SelectOption)[]",
5027
2998
  "required": true
5028
2999
  }
5029
- },
5030
- {
5031
- "name": "label",
5032
- "description": "Input label\n\nType: `string`",
5033
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5034
- "value": {
5035
- "type": "string",
5036
- "required": true
5037
- }
5038
- },
5039
- {
5040
- "name": "labelHide",
5041
- "description": "Define if label is visible\n\nType: `boolean`",
5042
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5043
- "value": {
5044
- "type": "boolean",
5045
- "default": "false",
5046
- "required": false
5047
- }
5048
- },
5049
- {
5050
- "name": "labelOnTop",
5051
- "description": "Define if label is displayed on top\n\nType: `boolean`",
5052
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5053
- "value": {
5054
- "type": "boolean",
5055
- "default": "false",
5056
- "required": false
5057
- }
5058
- },
3000
+ }
3001
+ ],
3002
+ "events": [
5059
3003
  {
5060
- "name": "mgWidth",
5061
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
5062
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5063
- "value": {
5064
- "type": "\"full\" | 16 | 2 | 4",
5065
- "required": false
5066
- }
5067
- },
5068
- {
5069
- "name": "name",
5070
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
5071
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5072
- "value": {
5073
- "type": "string",
5074
- "default": "this.identifier",
5075
- "required": false
5076
- }
5077
- },
5078
- {
5079
- "name": "placeholder",
5080
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
5081
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5082
- "value": {
5083
- "type": "string",
5084
- "required": false
5085
- }
5086
- },
5087
- {
5088
- "name": "placeholderDisabled",
5089
- "description": "Option to disable placeholder\n\nType: `boolean`",
5090
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5091
- "value": {
5092
- "type": "boolean",
5093
- "default": "false",
5094
- "required": false
5095
- }
5096
- },
5097
- {
5098
- "name": "placeholderHide",
5099
- "description": "Option to remove placeholder\n\nType: `boolean`",
5100
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5101
- "value": {
5102
- "type": "boolean",
5103
- "default": "false",
5104
- "required": false
5105
- }
5106
- },
5107
- {
5108
- "name": "readonly",
5109
- "description": "Define if input is readonly\n\nType: `boolean`",
5110
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5111
- "value": {
5112
- "type": "boolean",
5113
- "default": "false",
5114
- "required": false
5115
- }
5116
- },
5117
- {
5118
- "name": "required",
5119
- "description": "Define if input is required\n\nType: `boolean`",
5120
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5121
- "value": {
5122
- "type": "boolean",
5123
- "default": "false",
5124
- "required": false
5125
- }
5126
- },
5127
- {
5128
- "name": "tooltip",
5129
- "description": "Add a tooltip message next to the input\n\nType: `string`",
5130
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5131
- "value": {
5132
- "type": "string",
5133
- "required": false
5134
- }
5135
- },
5136
- {
5137
- "name": "tooltipPosition",
5138
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
5139
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5140
- "value": {
5141
- "type": "\"input\" | \"label\"",
5142
- "default": "'input'",
5143
- "required": false
5144
- }
5145
- },
5146
- {
5147
- "name": "valid",
5148
- "description": "Define input valid state\n\nType: `boolean`",
5149
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5150
- "value": {
5151
- "type": "boolean",
5152
- "required": false
5153
- }
5154
- },
5155
- {
5156
- "name": "value",
5157
- "description": "Component value\n\nType: `any`",
5158
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-select--docs",
5159
- "value": {
5160
- "type": "any",
5161
- "required": false
5162
- }
5163
- }
5164
- ],
5165
- "events": [
5166
- {
5167
- "name": "input-valid",
5168
- "description": "Emited event when checking validity"
3004
+ "name": "input-valid",
3005
+ "description": "Emited event when checking validity"
5169
3006
  },
5170
3007
  {
5171
3008
  "name": "value-change",
@@ -5213,10 +3050,10 @@
5213
3050
  },
5214
3051
  {
5215
3052
  "name": "icon",
5216
- "description": "Input icon\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
3053
+ "description": "Input icon\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
5217
3054
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5218
3055
  "value": {
5219
- "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
3056
+ "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"glitters\" | \"glitters-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
5220
3057
  "required": false
5221
3058
  }
5222
3059
  },
@@ -5394,16 +3231,6 @@
5394
3231
  ],
5395
3232
  "js": {
5396
3233
  "properties": [
5397
- {
5398
- "name": "characterLeftHide",
5399
- "description": "Define if component should display character left\n\nType: `boolean`",
5400
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5401
- "value": {
5402
- "type": "boolean",
5403
- "default": "false",
5404
- "required": false
5405
- }
5406
- },
5407
3234
  {
5408
3235
  "name": "datalistoptions",
5409
3236
  "description": "Define datalist options\n\nType: `Option[] | string[]`",
@@ -5412,205 +3239,6 @@
5412
3239
  "type": "Option[] | string[]",
5413
3240
  "required": false
5414
3241
  }
5415
- },
5416
- {
5417
- "name": "disabled",
5418
- "description": "Define if input is disabled\n\nType: `boolean`",
5419
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5420
- "value": {
5421
- "type": "boolean",
5422
- "default": "false",
5423
- "required": false
5424
- }
5425
- },
5426
- {
5427
- "name": "helpText",
5428
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
5429
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5430
- "value": {
5431
- "type": "string",
5432
- "required": false
5433
- }
5434
- },
5435
- {
5436
- "name": "icon",
5437
- "description": "Input icon\n\nType: `\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
5438
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5439
- "value": {
5440
- "type": "\"address-card\" | \"address-card-outline\" | \"align-center\" | \"align-justify\" | \"align-left\" | \"align-right\" | \"api\" | \"archive\" | \"archive-outline\" | \"arrow-clock\" | \"arrow-down\" | \"arrow-down-a-z\" | \"arrow-down-right\" | \"arrow-left\" | \"arrow-right\" | \"arrow-rotate\" | \"arrow-rotate-backward\" | \"arrow-up\" | \"arrow-up-right\" | \"arrow-up-right-square\" | \"arrow-up-z-a\" | \"arrows-compare\" | \"arrows-right-down\" | \"arrows-right-left\" | \"arrows-rotate\" | \"arrows-rotate-backward\" | \"arrows-up-down\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building\" | \"building-outline\" | \"calculator\" | \"calculator-outline\" | \"calendar\" | \"calendar-euro\" | \"calendar-euro-outline\" | \"calendar-outline\" | \"check\" | \"check-circle\" | \"check-circle-outline\" | \"chevron-down\" | \"chevron-down-circle\" | \"chevron-left\" | \"chevron-left-circle\" | \"chevron-right\" | \"chevron-right-circle\" | \"chevron-up\" | \"chevron-up-circle\" | \"circle\" | \"clock\" | \"clock-outline\" | \"code-square-outline\" | \"cog\" | \"cog-outline\" | \"comment\" | \"comment-exclamation\" | \"comment-exclamation-outline\" | \"comment-outline\" | \"comment-question\" | \"comment-question-outline\" | \"comment-sms\" | \"comment-sms-outline\" | \"conversation\" | \"conversation-outline\" | \"copy\" | \"copy-file\" | \"copy-file-outline\" | \"copy-outline\" | \"credit-card\" | \"cross\" | \"cross-circle\" | \"cross-circle-outline\" | \"dashboard\" | \"dashboard-outline\" | \"download\" | \"earth\" | \"earth-outline\" | \"ellipsis\" | \"ellipsis-vertical\" | \"euro\" | \"euro-circle\" | \"exclamation-circle\" | \"exclamation-circle-outline\" | \"exclamation-stamp\" | \"exclamation-triangle\" | \"exclamation-triangle-outline\" | \"eye\" | \"eye-outline\" | \"eye-slash\" | \"eye-slash-outline\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-cog-outline\" | \"file-download\" | \"file-download-outline\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-upload-outline\" | \"file-word\" | \"file-word-outline\" | \"filter\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-checked\" | \"floppy-disk-checked-outline\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folder-star-outline\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-euro\" | \"hand-euro-outline\" | \"hand-up\" | \"history\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"key\" | \"laptop\" | \"layers\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"link\" | \"list\" | \"loader\" | \"location\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-open\" | \"mail-open-outline\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-outline\" | \"paper-plane-slash\" | \"paper-plane-slash-outline\" | \"paperclip\" | \"pause\" | \"pause-outline\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"plus-circle-outline\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sidebar-arrow-left\" | \"sidebar-arrow-right\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"table\" | \"tag\" | \"tag-outline\" | \"tags\" | \"tags-outline\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"universal-access-outline\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-group-outline\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
5441
- "required": false
5442
- }
5443
- },
5444
- {
5445
- "name": "identifier",
5446
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
5447
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5448
- "value": {
5449
- "type": "string",
5450
- "required": true
5451
- }
5452
- },
5453
- {
5454
- "name": "invalid",
5455
- "description": "Define input invalid state\n\nType: `boolean`",
5456
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5457
- "value": {
5458
- "type": "boolean",
5459
- "required": false
5460
- }
5461
- },
5462
- {
5463
- "name": "label",
5464
- "description": "Input label\n\nType: `string`",
5465
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5466
- "value": {
5467
- "type": "string",
5468
- "required": true
5469
- }
5470
- },
5471
- {
5472
- "name": "labelHide",
5473
- "description": "Define if label is visible\n\nType: `boolean`",
5474
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5475
- "value": {
5476
- "type": "boolean",
5477
- "default": "false",
5478
- "required": false
5479
- }
5480
- },
5481
- {
5482
- "name": "labelOnTop",
5483
- "description": "Define if label is displayed on top\n\nType: `boolean`",
5484
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5485
- "value": {
5486
- "type": "boolean",
5487
- "default": "false",
5488
- "required": false
5489
- }
5490
- },
5491
- {
5492
- "name": "maxlength",
5493
- "description": "Input max length\n\nType: `number`",
5494
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5495
- "value": {
5496
- "type": "number",
5497
- "default": "400",
5498
- "required": false
5499
- }
5500
- },
5501
- {
5502
- "name": "mgWidth",
5503
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
5504
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5505
- "value": {
5506
- "type": "\"full\" | 16 | 2 | 4",
5507
- "default": "'full'",
5508
- "required": false
5509
- }
5510
- },
5511
- {
5512
- "name": "name",
5513
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
5514
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5515
- "value": {
5516
- "type": "string",
5517
- "default": "this.identifier",
5518
- "required": false
5519
- }
5520
- },
5521
- {
5522
- "name": "pattern",
5523
- "description": "Define input pattern to validate\nPlease refer to the Pattern section in the input documentation for detailed information on using regular expressions in components.\n\nType: `string`",
5524
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5525
- "value": {
5526
- "type": "string",
5527
- "required": false
5528
- }
5529
- },
5530
- {
5531
- "name": "patternErrorMessage",
5532
- "description": "Define input pattern error message\n\nType: `string`",
5533
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5534
- "value": {
5535
- "type": "string",
5536
- "required": false
5537
- }
5538
- },
5539
- {
5540
- "name": "placeholder",
5541
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
5542
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5543
- "value": {
5544
- "type": "string",
5545
- "required": false
5546
- }
5547
- },
5548
- {
5549
- "name": "readonly",
5550
- "description": "Define if input is readonly\n\nType: `boolean`",
5551
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5552
- "value": {
5553
- "type": "boolean",
5554
- "default": "false",
5555
- "required": false
5556
- }
5557
- },
5558
- {
5559
- "name": "required",
5560
- "description": "Define if input is required\n\nType: `boolean`",
5561
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5562
- "value": {
5563
- "type": "boolean",
5564
- "default": "false",
5565
- "required": false
5566
- }
5567
- },
5568
- {
5569
- "name": "tooltip",
5570
- "description": "Add a tooltip message next to the input\n\nType: `string`",
5571
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5572
- "value": {
5573
- "type": "string",
5574
- "required": false
5575
- }
5576
- },
5577
- {
5578
- "name": "tooltipPosition",
5579
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
5580
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5581
- "value": {
5582
- "type": "\"input\" | \"label\"",
5583
- "default": "'input'",
5584
- "required": false
5585
- }
5586
- },
5587
- {
5588
- "name": "type",
5589
- "description": "Input type\n\nType: `\"email\" | \"emails\" | \"search\" | \"tel\" | \"text\" | \"url\"`",
5590
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5591
- "value": {
5592
- "type": "\"email\" | \"emails\" | \"search\" | \"tel\" | \"text\" | \"url\"",
5593
- "default": "'text'",
5594
- "required": false
5595
- }
5596
- },
5597
- {
5598
- "name": "valid",
5599
- "description": "Define input valid state\n\nType: `boolean`",
5600
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5601
- "value": {
5602
- "type": "boolean",
5603
- "required": false
5604
- }
5605
- },
5606
- {
5607
- "name": "value",
5608
- "description": "Component value\n\nType: `any`",
5609
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
5610
- "value": {
5611
- "type": "any",
5612
- "required": false
5613
- }
5614
3242
  }
5615
3243
  ],
5616
3244
  "events": [
@@ -5738,325 +3366,114 @@
5738
3366
  "default": "this.identifier",
5739
3367
  "required": false
5740
3368
  }
5741
- },
5742
- {
5743
- "name": "pattern",
5744
- "description": "Define input pattern to validate\nPlease refer to the Pattern section in the input documentation for detailed information on using regular expressions in components.\n\nType: `string`",
5745
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5746
- "value": {
5747
- "type": "string",
5748
- "required": false
5749
- }
5750
- },
5751
- {
5752
- "name": "pattern-error-message",
5753
- "description": "Define input pattern error message\n\nType: `string`",
5754
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5755
- "value": {
5756
- "type": "string",
5757
- "required": false
5758
- }
5759
- },
5760
- {
5761
- "name": "placeholder",
5762
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
5763
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5764
- "value": {
5765
- "type": "string",
5766
- "required": false
5767
- }
5768
- },
5769
- {
5770
- "name": "readonly",
5771
- "description": "Define if input is readonly\n\nType: `boolean`",
5772
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5773
- "value": {
5774
- "type": "boolean",
5775
- "default": "false",
5776
- "required": false
5777
- }
5778
- },
5779
- {
5780
- "name": "required",
5781
- "description": "Define if input is required\n\nType: `boolean`",
5782
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5783
- "value": {
5784
- "type": "boolean",
5785
- "default": "false",
5786
- "required": false
5787
- }
5788
- },
5789
- {
5790
- "name": "resizable",
5791
- "description": "Define if input is resizable\n\nType: `\"both\" | \"horizontal\" | \"none\" | \"vertical\"`",
5792
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5793
- "value": {
5794
- "type": "\"both\" | \"horizontal\" | \"none\" | \"vertical\"",
5795
- "default": "'none'",
5796
- "required": false
5797
- }
5798
- },
5799
- {
5800
- "name": "rows",
5801
- "description": "Define the number of visible text lines for the control\n\nType: `number`",
5802
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5803
- "value": {
5804
- "type": "number",
5805
- "default": "3",
5806
- "required": false
5807
- }
5808
- },
5809
- {
5810
- "name": "tooltip",
5811
- "description": "Add a tooltip message next to the input\n\nType: `string`",
5812
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5813
- "value": {
5814
- "type": "string",
5815
- "required": false
5816
- }
5817
- },
5818
- {
5819
- "name": "tooltip-position",
5820
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
5821
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5822
- "value": {
5823
- "type": "\"input\" | \"label\"",
5824
- "default": "'input'",
5825
- "required": false
5826
- }
5827
- },
5828
- {
5829
- "name": "valid",
5830
- "description": "Define input valid state\n\nType: `boolean`",
5831
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5832
- "value": {
5833
- "type": "boolean",
5834
- "required": false
5835
- }
5836
- },
5837
- {
5838
- "name": "value",
5839
- "description": "Component value\n\nType: `string`",
5840
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5841
- "value": {
5842
- "type": "string",
5843
- "required": false
5844
- }
5845
- }
5846
- ],
5847
- "js": {
5848
- "properties": [
5849
- {
5850
- "name": "characterLeftHide",
5851
- "description": "Define if component should display character left\n\nType: `boolean`",
5852
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5853
- "value": {
5854
- "type": "boolean",
5855
- "default": "false",
5856
- "required": false
5857
- }
5858
- },
5859
- {
5860
- "name": "disabled",
5861
- "description": "Define if input is disabled\n\nType: `boolean`",
5862
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5863
- "value": {
5864
- "type": "boolean",
5865
- "default": "false",
5866
- "required": false
5867
- }
5868
- },
5869
- {
5870
- "name": "helpText",
5871
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
5872
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5873
- "value": {
5874
- "type": "string",
5875
- "required": false
5876
- }
5877
- },
5878
- {
5879
- "name": "identifier",
5880
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
5881
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5882
- "value": {
5883
- "type": "string",
5884
- "required": true
5885
- }
5886
- },
5887
- {
5888
- "name": "invalid",
5889
- "description": "Define input invalid state\n\nType: `boolean`",
5890
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5891
- "value": {
5892
- "type": "boolean",
5893
- "required": false
5894
- }
5895
- },
5896
- {
5897
- "name": "label",
5898
- "description": "Input label\n\nType: `string`",
5899
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5900
- "value": {
5901
- "type": "string",
5902
- "required": true
5903
- }
5904
- },
5905
- {
5906
- "name": "labelHide",
5907
- "description": "Define if label is visible\n\nType: `boolean`",
5908
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5909
- "value": {
5910
- "type": "boolean",
5911
- "default": "false",
5912
- "required": false
5913
- }
5914
- },
5915
- {
5916
- "name": "labelOnTop",
5917
- "description": "Define if label is displayed on top\n\nType: `boolean`",
5918
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5919
- "value": {
5920
- "type": "boolean",
5921
- "default": "false",
5922
- "required": false
5923
- }
5924
- },
5925
- {
5926
- "name": "maxlength",
5927
- "description": "Input max length\n\nType: `number`",
5928
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5929
- "value": {
5930
- "type": "number",
5931
- "default": "4000",
5932
- "required": false
5933
- }
5934
- },
5935
- {
5936
- "name": "mgWidth",
5937
- "description": "Define input width\n\nType: `\"full\" | 16 | 2 | 4`",
5938
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5939
- "value": {
5940
- "type": "\"full\" | 16 | 2 | 4",
5941
- "default": "'full'",
5942
- "required": false
5943
- }
5944
- },
5945
- {
5946
- "name": "name",
5947
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
5948
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5949
- "value": {
5950
- "type": "string",
5951
- "default": "this.identifier",
5952
- "required": false
5953
- }
5954
- },
5955
- {
5956
- "name": "pattern",
5957
- "description": "Define input pattern to validate\nPlease refer to the Pattern section in the input documentation for detailed information on using regular expressions in components.\n\nType: `string`",
5958
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5959
- "value": {
5960
- "type": "string",
5961
- "required": false
5962
- }
5963
- },
5964
- {
5965
- "name": "patternErrorMessage",
5966
- "description": "Define input pattern error message\n\nType: `string`",
5967
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5968
- "value": {
5969
- "type": "string",
5970
- "required": false
5971
- }
5972
- },
5973
- {
5974
- "name": "placeholder",
5975
- "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
5976
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5977
- "value": {
5978
- "type": "string",
5979
- "required": false
5980
- }
5981
- },
5982
- {
5983
- "name": "readonly",
5984
- "description": "Define if input is readonly\n\nType: `boolean`",
5985
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5986
- "value": {
5987
- "type": "boolean",
5988
- "default": "false",
5989
- "required": false
5990
- }
5991
- },
5992
- {
5993
- "name": "required",
5994
- "description": "Define if input is required\n\nType: `boolean`",
5995
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
5996
- "value": {
5997
- "type": "boolean",
5998
- "default": "false",
5999
- "required": false
6000
- }
6001
- },
6002
- {
6003
- "name": "resizable",
6004
- "description": "Define if input is resizable\n\nType: `\"both\" | \"horizontal\" | \"none\" | \"vertical\"`",
6005
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6006
- "value": {
6007
- "type": "\"both\" | \"horizontal\" | \"none\" | \"vertical\"",
6008
- "default": "'none'",
6009
- "required": false
6010
- }
6011
- },
6012
- {
6013
- "name": "rows",
6014
- "description": "Define the number of visible text lines for the control\n\nType: `number`",
6015
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6016
- "value": {
6017
- "type": "number",
6018
- "default": "3",
6019
- "required": false
6020
- }
6021
- },
6022
- {
6023
- "name": "tooltip",
6024
- "description": "Add a tooltip message next to the input\n\nType: `string`",
6025
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6026
- "value": {
6027
- "type": "string",
6028
- "required": false
6029
- }
6030
- },
6031
- {
6032
- "name": "tooltipPosition",
6033
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
6034
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6035
- "value": {
6036
- "type": "\"input\" | \"label\"",
6037
- "default": "'input'",
6038
- "required": false
6039
- }
6040
- },
6041
- {
6042
- "name": "valid",
6043
- "description": "Define input valid state\n\nType: `boolean`",
6044
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6045
- "value": {
6046
- "type": "boolean",
6047
- "required": false
6048
- }
6049
- },
6050
- {
6051
- "name": "value",
6052
- "description": "Component value\n\nType: `string`",
6053
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
6054
- "value": {
6055
- "type": "string",
6056
- "required": false
6057
- }
3369
+ },
3370
+ {
3371
+ "name": "pattern",
3372
+ "description": "Define input pattern to validate\nPlease refer to the Pattern section in the input documentation for detailed information on using regular expressions in components.\n\nType: `string`",
3373
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3374
+ "value": {
3375
+ "type": "string",
3376
+ "required": false
6058
3377
  }
6059
- ],
3378
+ },
3379
+ {
3380
+ "name": "pattern-error-message",
3381
+ "description": "Define input pattern error message\n\nType: `string`",
3382
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3383
+ "value": {
3384
+ "type": "string",
3385
+ "required": false
3386
+ }
3387
+ },
3388
+ {
3389
+ "name": "placeholder",
3390
+ "description": "Input placeholder.\nIt should be a word or short phrase that demonstrates the expected type of data, not a replacement for labels or help text.\n\nType: `string`",
3391
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3392
+ "value": {
3393
+ "type": "string",
3394
+ "required": false
3395
+ }
3396
+ },
3397
+ {
3398
+ "name": "readonly",
3399
+ "description": "Define if input is readonly\n\nType: `boolean`",
3400
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3401
+ "value": {
3402
+ "type": "boolean",
3403
+ "default": "false",
3404
+ "required": false
3405
+ }
3406
+ },
3407
+ {
3408
+ "name": "required",
3409
+ "description": "Define if input is required\n\nType: `boolean`",
3410
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3411
+ "value": {
3412
+ "type": "boolean",
3413
+ "default": "false",
3414
+ "required": false
3415
+ }
3416
+ },
3417
+ {
3418
+ "name": "resizable",
3419
+ "description": "Define if input is resizable\n\nType: `\"both\" | \"horizontal\" | \"none\" | \"vertical\"`",
3420
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3421
+ "value": {
3422
+ "type": "\"both\" | \"horizontal\" | \"none\" | \"vertical\"",
3423
+ "default": "'none'",
3424
+ "required": false
3425
+ }
3426
+ },
3427
+ {
3428
+ "name": "rows",
3429
+ "description": "Define the number of visible text lines for the control\n\nType: `number`",
3430
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3431
+ "value": {
3432
+ "type": "number",
3433
+ "default": "3",
3434
+ "required": false
3435
+ }
3436
+ },
3437
+ {
3438
+ "name": "tooltip",
3439
+ "description": "Add a tooltip message next to the input\n\nType: `string`",
3440
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3441
+ "value": {
3442
+ "type": "string",
3443
+ "required": false
3444
+ }
3445
+ },
3446
+ {
3447
+ "name": "tooltip-position",
3448
+ "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
3449
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3450
+ "value": {
3451
+ "type": "\"input\" | \"label\"",
3452
+ "default": "'input'",
3453
+ "required": false
3454
+ }
3455
+ },
3456
+ {
3457
+ "name": "valid",
3458
+ "description": "Define input valid state\n\nType: `boolean`",
3459
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3460
+ "value": {
3461
+ "type": "boolean",
3462
+ "required": false
3463
+ }
3464
+ },
3465
+ {
3466
+ "name": "value",
3467
+ "description": "Component value\n\nType: `string`",
3468
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
3469
+ "value": {
3470
+ "type": "string",
3471
+ "required": false
3472
+ }
3473
+ }
3474
+ ],
3475
+ "js": {
3476
+ "properties": [],
6060
3477
  "events": [
6061
3478
  {
6062
3479
  "name": "input-valid",
@@ -6196,54 +3613,6 @@
6196
3613
  ],
6197
3614
  "js": {
6198
3615
  "properties": [
6199
- {
6200
- "name": "disabled",
6201
- "description": "Define if input is disabled\n\nType: `boolean`",
6202
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6203
- "value": {
6204
- "type": "boolean",
6205
- "default": "false",
6206
- "required": false
6207
- }
6208
- },
6209
- {
6210
- "name": "helpText",
6211
- "description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
6212
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6213
- "value": {
6214
- "type": "string",
6215
- "required": false
6216
- }
6217
- },
6218
- {
6219
- "name": "identifier",
6220
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
6221
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6222
- "value": {
6223
- "type": "string",
6224
- "required": true
6225
- }
6226
- },
6227
- {
6228
- "name": "isIcon",
6229
- "description": "Define if toggle display icon\n\nType: `boolean`",
6230
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6231
- "value": {
6232
- "type": "boolean",
6233
- "default": "false",
6234
- "required": false
6235
- }
6236
- },
6237
- {
6238
- "name": "isOnOff",
6239
- "description": "Define if toggle have on/off style,\nthe left icon is hidden.\nOnly available in combination with the \"isIcon\" prop.\n\nType: `boolean`",
6240
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6241
- "value": {
6242
- "type": "boolean",
6243
- "default": "false",
6244
- "required": false
6245
- }
6246
- },
6247
3616
  {
6248
3617
  "name": "items",
6249
3618
  "description": "Items are the possible options to select\n\nType: `Option[] | string[]`",
@@ -6253,74 +3622,6 @@
6253
3622
  "required": true
6254
3623
  }
6255
3624
  },
6256
- {
6257
- "name": "label",
6258
- "description": "Input label\n\nType: `string`",
6259
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6260
- "value": {
6261
- "type": "string",
6262
- "required": true
6263
- }
6264
- },
6265
- {
6266
- "name": "labelHide",
6267
- "description": "Define if label is visible\n\nType: `boolean`",
6268
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6269
- "value": {
6270
- "type": "boolean",
6271
- "default": "false",
6272
- "required": false
6273
- }
6274
- },
6275
- {
6276
- "name": "labelOnTop",
6277
- "description": "Define if label is displayed on top\n\nType: `boolean`",
6278
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6279
- "value": {
6280
- "type": "boolean",
6281
- "default": "false",
6282
- "required": false
6283
- }
6284
- },
6285
- {
6286
- "name": "name",
6287
- "description": "Input name\nIf not set the value equals the identifier\n\nType: `string`",
6288
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6289
- "value": {
6290
- "type": "string",
6291
- "default": "this.identifier",
6292
- "required": false
6293
- }
6294
- },
6295
- {
6296
- "name": "readonly",
6297
- "description": "Define if input is readonly\n\nType: `boolean`",
6298
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6299
- "value": {
6300
- "type": "boolean",
6301
- "default": "false",
6302
- "required": false
6303
- }
6304
- },
6305
- {
6306
- "name": "tooltip",
6307
- "description": "Add a tooltip message next to the input\n\nType: `string`",
6308
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6309
- "value": {
6310
- "type": "string",
6311
- "required": false
6312
- }
6313
- },
6314
- {
6315
- "name": "tooltipPosition",
6316
- "description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
6317
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-toggle--docs",
6318
- "value": {
6319
- "type": "\"input\" | \"label\"",
6320
- "default": "'input'",
6321
- "required": false
6322
- }
6323
- },
6324
3625
  {
6325
3626
  "name": "value",
6326
3627
  "description": "Component value\n\nType: `unknown`",
@@ -6372,27 +3673,7 @@
6372
3673
  }
6373
3674
  ],
6374
3675
  "js": {
6375
- "properties": [
6376
- {
6377
- "name": "message",
6378
- "description": "Override loader message\n\nType: `string`",
6379
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-loader--docs",
6380
- "value": {
6381
- "type": "string",
6382
- "required": false
6383
- }
6384
- },
6385
- {
6386
- "name": "messageHide",
6387
- "description": "Hide message\n\nType: `boolean`",
6388
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-loader--docs",
6389
- "value": {
6390
- "type": "boolean",
6391
- "default": "false",
6392
- "required": false
6393
- }
6394
- }
6395
- ],
3676
+ "properties": [],
6396
3677
  "events": []
6397
3678
  },
6398
3679
  "css": {
@@ -6401,7 +3682,7 @@
6401
3682
  },
6402
3683
  {
6403
3684
  "name": "mg-menu",
6404
- "description": "Attributes:\n- `direction`: Component display direction.\n- `label`: Menu label. Include short menu description.\nRequired to define accessibility required attribute `aria-label`\n\nProperties:\n- `itemmore`: Customize \"mg-item-more\" element\nUsed with direction: 'horizontal' to manage overflow\n- `size`: Size of the menu items\n\nListeners:\n- `item-loaded`\n\nSlots:\n- ``: Menu content\n\n",
3685
+ "description": "Attributes:\n- `direction`: Component display direction.\n- `label`: Menu label. Include short menu description.\nRequired to define accessibility required attribute `aria-label`\n\nProperties:\n- `itemmore`: Customize \"mg-item-more\" element\nUsed with direction: 'horizontal' to manage overflow\n- `size`: Size of the menu items\n\nListeners:\n- `item-loaded`\n\nSlots:\n- default: Menu content\n\n",
6405
3686
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu--docs",
6406
3687
  "attributes": [
6407
3688
  {
@@ -6426,16 +3707,6 @@
6426
3707
  ],
6427
3708
  "js": {
6428
3709
  "properties": [
6429
- {
6430
- "name": "direction",
6431
- "description": "Component display direction.\n\nType: `\"horizontal\" | \"vertical\"`",
6432
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu--docs",
6433
- "value": {
6434
- "type": "\"horizontal\" | \"vertical\"",
6435
- "default": "'horizontal'",
6436
- "required": false
6437
- }
6438
- },
6439
3710
  {
6440
3711
  "name": "itemmore",
6441
3712
  "description": "Customize \"mg-item-more\" element\nUsed with direction: 'horizontal' to manage overflow\n\nType: `{ icon?: IconType; slotlabel?: SlotLabelType; }`",
@@ -6445,15 +3716,6 @@
6445
3716
  "required": false
6446
3717
  }
6447
3718
  },
6448
- {
6449
- "name": "label",
6450
- "description": "Menu label. Include short menu description.\nRequired to define accessibility required attribute `aria-label`\n\nType: `string`",
6451
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu--docs",
6452
- "value": {
6453
- "type": "string",
6454
- "required": true
6455
- }
6456
- },
6457
3719
  {
6458
3720
  "name": "size",
6459
3721
  "description": "Size of the menu items\n\nType: `never`",
@@ -6477,7 +3739,7 @@
6477
3739
  },
6478
3740
  {
6479
3741
  "name": "mg-menu-item",
6480
- "description": "Attributes:\n- `expanded`: Define menu-item content expanded.\n- `href`: Define menu-item href\nwhen defined menu-item contain an anchor instead of button\n- `identifier`: Identifier is used to control mg-popover\n- `is-icon`: Define menu-item isIcon style.\n- `status`: Define menu-item status.\n- `target`: Define target type\n\nEvents:\n- `item-loaded`: Emited event when item is loaded\n- `item-updated`: Emited event when item is updated\n\nSlots:\n- ``: Menu item content\n- `image`: Menu item image content\n- `information`: Menu item information content\n- `label`: Menu item label content\n- `metadata`: Menu item metadata content\n\n",
3742
+ "description": "Attributes:\n- `expanded`: Define menu-item content expanded.\n- `href`: Define menu-item href\nwhen defined menu-item contain an anchor instead of button\n- `identifier`: Identifier is used to control mg-popover\n- `is-icon`: Define menu-item isIcon style.\n- `status`: Define menu-item status.\n- `target`: Define target type\n\nEvents:\n- `item-loaded`: Emited event when item is loaded\n- `item-updated`: Emited event when item is updated\n\nSlots:\n- default: Menu item content\n- `image`: Menu item image content\n- `information`: Menu item information content\n- `label`: Menu item label content\n- `metadata`: Menu item metadata content\n\n",
6481
3743
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6482
3744
  "attributes": [
6483
3745
  {
@@ -6540,66 +3802,7 @@
6540
3802
  }
6541
3803
  ],
6542
3804
  "js": {
6543
- "properties": [
6544
- {
6545
- "name": "expanded",
6546
- "description": "Define menu-item content expanded.\n\nType: `boolean`",
6547
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6548
- "value": {
6549
- "type": "boolean",
6550
- "default": "false",
6551
- "required": false
6552
- }
6553
- },
6554
- {
6555
- "name": "href",
6556
- "description": "Define menu-item href\nwhen defined menu-item contain an anchor instead of button\n\nType: `string`",
6557
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6558
- "value": {
6559
- "type": "string",
6560
- "required": false
6561
- }
6562
- },
6563
- {
6564
- "name": "identifier",
6565
- "description": "Identifier is used to control mg-popover\n\nType: `string`",
6566
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6567
- "value": {
6568
- "type": "string",
6569
- "default": "createID('mg-menu-item')",
6570
- "required": false
6571
- }
6572
- },
6573
- {
6574
- "name": "isIcon",
6575
- "description": "Define menu-item isIcon style.\n\nType: `boolean`",
6576
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6577
- "value": {
6578
- "type": "boolean",
6579
- "default": "false",
6580
- "required": false
6581
- }
6582
- },
6583
- {
6584
- "name": "status",
6585
- "description": "Define menu-item status.\n\nType: `\"active\" | \"disabled\" | \"hidden\" | \"visible\"`",
6586
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6587
- "value": {
6588
- "type": "\"active\" | \"disabled\" | \"hidden\" | \"visible\"",
6589
- "default": "'visible'",
6590
- "required": false
6591
- }
6592
- },
6593
- {
6594
- "name": "target",
6595
- "description": "Define target type\n\nType: `\"_blank\" | \"_parent\" | \"_self\" | \"_top\"`",
6596
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menus-mg-menu-item--docs",
6597
- "value": {
6598
- "type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
6599
- "required": false
6600
- }
6601
- }
6602
- ],
3805
+ "properties": [],
6603
3806
  "events": [
6604
3807
  {
6605
3808
  "name": "item-loaded",
@@ -6634,9 +3837,19 @@
6634
3837
  },
6635
3838
  {
6636
3839
  "name": "mg-message",
6637
- "description": "Attributes:\n- `variant`: Define variant\n- `variant-style`: Define variant style\n\nSlots:\n- ``: Message content\n- `actions`: Actions content\n\n",
3840
+ "description": "Attributes:\n- `full-width`: Define if message fits its parent element\n- `variant`: Define variant\n- `variant-style`: Define variant style\n\nSlots:\n- default: Message content\n- `actions`: Actions content\n\n",
6638
3841
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
6639
3842
  "attributes": [
3843
+ {
3844
+ "name": "full-width",
3845
+ "description": "Define if message fits its parent element\n\nType: `boolean`",
3846
+ "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
3847
+ "value": {
3848
+ "type": "boolean",
3849
+ "default": "false",
3850
+ "required": false
3851
+ }
3852
+ },
6640
3853
  {
6641
3854
  "name": "variant",
6642
3855
  "description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
@@ -6659,28 +3872,7 @@
6659
3872
  }
6660
3873
  ],
6661
3874
  "js": {
6662
- "properties": [
6663
- {
6664
- "name": "variant",
6665
- "description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
6666
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
6667
- "value": {
6668
- "type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
6669
- "default": "'info'",
6670
- "required": false
6671
- }
6672
- },
6673
- {
6674
- "name": "variantStyle",
6675
- "description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
6676
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
6677
- "value": {
6678
- "type": "\"background\" | \"bar-left\"",
6679
- "default": "'bar-left'",
6680
- "required": false
6681
- }
6682
- }
6683
- ],
3875
+ "properties": [],
6684
3876
  "events": []
6685
3877
  },
6686
3878
  "css": {
@@ -6694,7 +3886,7 @@
6694
3886
  },
6695
3887
  {
6696
3888
  "name": "mg-modal",
6697
- "description": "Attributes:\n- `close-button`: Define if modal has a cross button\n- `dialog-role`: Modal dialog role.\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `modal-title`: Displayed modal title\n- `open`: Define if modal is open\n\nEvents:\n- `component-close`: Emmited event when modal is closed\n- `component-hide`: Emmited event when modal is hidden\n- `component-show`: Emmited event when modal is diplayed\n\nSlots:\n- ``: Modal content\n- `actions`: Actions content\n\n",
3889
+ "description": "Attributes:\n- `close-button`: Define if modal has a cross button\n- `dialog-role`: Modal dialog role.\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `modal-title`: Displayed modal title\n- `open`: Define if modal is open\n\nEvents:\n- `component-close`: Emmited event when modal is closed\n- `component-hide`: Emmited event when modal is hidden\n- `component-show`: Emmited event when modal is diplayed\n\nSlots:\n- default: Modal content\n- `actions`: Actions content\n\n",
6698
3890
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6699
3891
  "attributes": [
6700
3892
  {
@@ -6748,57 +3940,7 @@
6748
3940
  }
6749
3941
  ],
6750
3942
  "js": {
6751
- "properties": [
6752
- {
6753
- "name": "closeButton",
6754
- "description": "Define if modal has a cross button\n\nType: `boolean`",
6755
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6756
- "value": {
6757
- "type": "boolean",
6758
- "default": "false",
6759
- "required": false
6760
- }
6761
- },
6762
- {
6763
- "name": "dialogRole",
6764
- "description": "Modal dialog role.\n\nType: `\"alertdialog\" | \"dialog\"`",
6765
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6766
- "value": {
6767
- "type": "\"alertdialog\" | \"dialog\"",
6768
- "default": "'dialog'",
6769
- "required": false
6770
- }
6771
- },
6772
- {
6773
- "name": "identifier",
6774
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n\nType: `string`",
6775
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6776
- "value": {
6777
- "type": "string",
6778
- "default": "createID('mg-modal')",
6779
- "required": false
6780
- }
6781
- },
6782
- {
6783
- "name": "modalTitle",
6784
- "description": "Displayed modal title\n\nType: `string`",
6785
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6786
- "value": {
6787
- "type": "string",
6788
- "required": true
6789
- }
6790
- },
6791
- {
6792
- "name": "open",
6793
- "description": "Define if modal is open\n\nType: `boolean`",
6794
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
6795
- "value": {
6796
- "type": "boolean",
6797
- "default": "false",
6798
- "required": false
6799
- }
6800
- }
6801
- ],
3943
+ "properties": [],
6802
3944
  "events": [
6803
3945
  {
6804
3946
  "name": "component-close",
@@ -6894,55 +4036,6 @@
6894
4036
  ],
6895
4037
  "js": {
6896
4038
  "properties": [
6897
- {
6898
- "name": "currentPage",
6899
- "description": "Component current page\n\nType: `number`",
6900
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6901
- "value": {
6902
- "type": "number",
6903
- "default": "1",
6904
- "required": false
6905
- }
6906
- },
6907
- {
6908
- "name": "hideNavigationLabels",
6909
- "description": "Hide navigation label\n\nType: `boolean`",
6910
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6911
- "value": {
6912
- "type": "boolean",
6913
- "default": "false",
6914
- "required": false
6915
- }
6916
- },
6917
- {
6918
- "name": "hidePageCount",
6919
- "description": "Hide select input\n\nType: `boolean`",
6920
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6921
- "value": {
6922
- "type": "boolean",
6923
- "default": "false",
6924
- "required": false
6925
- }
6926
- },
6927
- {
6928
- "name": "identifier",
6929
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n\nType: `string`",
6930
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6931
- "value": {
6932
- "type": "string",
6933
- "default": "createID('mg-pagination')",
6934
- "required": false
6935
- }
6936
- },
6937
- {
6938
- "name": "label",
6939
- "description": "Panignation label. Is a short description.\nCustomize default value can be usefull to improve accessibility\n\nType: `string`",
6940
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6941
- "value": {
6942
- "type": "string",
6943
- "required": false
6944
- }
6945
- },
6946
4039
  {
6947
4040
  "name": "messages",
6948
4041
  "description": "Define locales messages overrides\n\nType: `{ next: string; previous: string; nextLabel: string; previousLabel: string; }`",
@@ -6951,16 +4044,6 @@
6951
4044
  "type": "{ next: string; previous: string; nextLabel: string; previousLabel: string; }",
6952
4045
  "required": false
6953
4046
  }
6954
- },
6955
- {
6956
- "name": "totalPages",
6957
- "description": "Component total pages\n\nType: `number`",
6958
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-pagination--docs",
6959
- "value": {
6960
- "type": "number",
6961
- "default": "1",
6962
- "required": false
6963
- }
6964
4047
  }
6965
4048
  ],
6966
4049
  "events": [
@@ -6976,7 +4059,7 @@
6976
4059
  },
6977
4060
  {
6978
4061
  "name": "mg-panel",
6979
- "description": "Attributes:\n- `expand-toggle-disabled`: Disable possibility to toggle expand\n- `expand-toggle-display`: Define expand toggle button display\n- `expanded`: Panel is opened\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `panel-title`: Panel title\n- `shadow`: Add box-shadow style\n- `title-editable`: Define if panel title is editable\n- `title-pattern`: Panel title pattern\n- `title-pattern-error-message`: Panel title pattern error message\n- `title-position`: Define title position\n\nEvents:\n- `expanded-change`: Emmited event when expanded change\n- `title-change`: Emmited event when title change\n\nSlots:\n- ``: Panel content\n- `header-right`: Header right panel content\n- `panel-title`: Panel title content (replaces panel-title prop when used)\n\n",
4062
+ "description": "Attributes:\n- `expand-toggle-disabled`: Disable possibility to toggle expand\n- `expand-toggle-display`: Define expand toggle button display\n- `expanded`: Panel is opened\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n- `panel-title`: Panel title\n- `shadow`: Add box-shadow style\n- `title-editable`: Define if panel title is editable\n- `title-pattern`: Panel title pattern\n- `title-pattern-error-message`: Panel title pattern error message\n- `title-position`: Define title position\n\nEvents:\n- `expanded-change`: Emmited event when expanded change\n- `title-change`: Emmited event when title change\n\nSlots:\n- default: Panel content\n- `header-right`: Header right panel content\n- `panel-title`: Panel title content (replaces panel-title prop when used)\n\n",
6980
4063
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
6981
4064
  "attributes": [
6982
4065
  {
@@ -7078,105 +4161,7 @@
7078
4161
  }
7079
4162
  ],
7080
4163
  "js": {
7081
- "properties": [
7082
- {
7083
- "name": "expandToggleDisabled",
7084
- "description": "Disable possibility to toggle expand\n\nType: `boolean`",
7085
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7086
- "value": {
7087
- "type": "boolean",
7088
- "default": "false",
7089
- "required": false
7090
- }
7091
- },
7092
- {
7093
- "name": "expandToggleDisplay",
7094
- "description": "Define expand toggle button display\n\nType: `\"icon\" | \"text\"`",
7095
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7096
- "value": {
7097
- "type": "\"icon\" | \"text\"",
7098
- "default": "'text'",
7099
- "required": false
7100
- }
7101
- },
7102
- {
7103
- "name": "expanded",
7104
- "description": "Panel is opened\n\nType: `boolean`",
7105
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7106
- "value": {
7107
- "type": "boolean",
7108
- "default": "false",
7109
- "required": false
7110
- }
7111
- },
7112
- {
7113
- "name": "identifier",
7114
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n\nType: `string`",
7115
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7116
- "value": {
7117
- "type": "string",
7118
- "default": "createID('mg-panel')",
7119
- "required": false
7120
- }
7121
- },
7122
- {
7123
- "name": "panelTitle",
7124
- "description": "Panel title\n\nType: `string`",
7125
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7126
- "value": {
7127
- "type": "string",
7128
- "required": false
7129
- }
7130
- },
7131
- {
7132
- "name": "shadow",
7133
- "description": "Add box-shadow style\n\nType: `boolean`",
7134
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7135
- "value": {
7136
- "type": "boolean",
7137
- "default": "false",
7138
- "required": false
7139
- }
7140
- },
7141
- {
7142
- "name": "titleEditable",
7143
- "description": "Define if panel title is editable\n\nType: `boolean`",
7144
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7145
- "value": {
7146
- "type": "boolean",
7147
- "default": "false",
7148
- "required": false
7149
- }
7150
- },
7151
- {
7152
- "name": "titlePattern",
7153
- "description": "Panel title pattern\n\nType: `string`",
7154
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7155
- "value": {
7156
- "type": "string",
7157
- "required": false
7158
- }
7159
- },
7160
- {
7161
- "name": "titlePatternErrorMessage",
7162
- "description": "Panel title pattern error message\n\nType: `string`",
7163
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7164
- "value": {
7165
- "type": "string",
7166
- "required": false
7167
- }
7168
- },
7169
- {
7170
- "name": "titlePosition",
7171
- "description": "Define title position\n\nType: `\"left\" | \"right\"`",
7172
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
7173
- "value": {
7174
- "type": "\"left\" | \"right\"",
7175
- "default": "'left'",
7176
- "required": false
7177
- }
7178
- }
7179
- ],
4164
+ "properties": [],
7180
4165
  "events": [
7181
4166
  {
7182
4167
  "name": "expanded-change",
@@ -7211,7 +4196,7 @@
7211
4196
  },
7212
4197
  {
7213
4198
  "name": "mg-popover",
7214
- "description": "Attributes:\n- `arrow-hide`: Hide popover arrow\n- `close-button`: Define if popover has a cross button\n- `disabled`: Disable popover\n- `display`: Display popover\n- `identifier`: Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n- `placement`: Popover placement\n\nEvents:\n- `component-close`: Emmited event when popover is closed\n- `display-change`: Emited event when display value change\n\nSlots:\n- ``: Element that will display the popover\n- `content`: popover content\n- `title`: popover title\n\n",
4199
+ "description": "Attributes:\n- `arrow-hide`: Hide popover arrow\n- `close-button`: Define if popover has a cross button\n- `disabled`: Disable popover\n- `display`: Display popover\n- `identifier`: Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n- `placement`: Popover placement\n\nEvents:\n- `component-close`: Emmited event when popover is closed\n- `display-change`: Emited event when display value change\n\nSlots:\n- default: Element that will display the popover\n- `content`: popover content\n- `title`: popover title\n\n",
7215
4200
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7216
4201
  "attributes": [
7217
4202
  {
@@ -7276,68 +4261,7 @@
7276
4261
  }
7277
4262
  ],
7278
4263
  "js": {
7279
- "properties": [
7280
- {
7281
- "name": "arrowHide",
7282
- "description": "Hide popover arrow\n\nType: `boolean`",
7283
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7284
- "value": {
7285
- "type": "boolean",
7286
- "default": "false",
7287
- "required": false
7288
- }
7289
- },
7290
- {
7291
- "name": "closeButton",
7292
- "description": "Define if popover has a cross button\n\nType: `boolean`",
7293
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7294
- "value": {
7295
- "type": "boolean",
7296
- "default": "false",
7297
- "required": false
7298
- }
7299
- },
7300
- {
7301
- "name": "disabled",
7302
- "description": "Disable popover\n\nType: `boolean`",
7303
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7304
- "value": {
7305
- "type": "boolean",
7306
- "default": "false",
7307
- "required": false
7308
- }
7309
- },
7310
- {
7311
- "name": "display",
7312
- "description": "Display popover\n\nType: `boolean`",
7313
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7314
- "value": {
7315
- "type": "boolean",
7316
- "default": "false",
7317
- "required": false
7318
- }
7319
- },
7320
- {
7321
- "name": "identifier",
7322
- "description": "Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n\nType: `string`",
7323
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7324
- "value": {
7325
- "type": "string",
7326
- "default": "createID('mg-popover')",
7327
- "required": false
7328
- }
7329
- },
7330
- {
7331
- "name": "placement",
7332
- "description": "Popover placement\n\nType: `\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"`",
7333
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-popover--docs",
7334
- "value": {
7335
- "type": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
7336
- "default": "'bottom'",
7337
- "required": false
7338
- }
7339
- }
7340
- ],
4264
+ "properties": [],
7341
4265
  "events": [
7342
4266
  {
7343
4267
  "name": "component-close",
@@ -7450,57 +4374,7 @@
7450
4374
  }
7451
4375
  ],
7452
4376
  "js": {
7453
- "properties": [
7454
- {
7455
- "name": "ariaRole",
7456
- "description": "Define progress role\n- `progressbar` to indicate a progress, such as loading or percent completion of a task\n- `meter` to indicate a graphical display of a numeric value that varies within a defined range\n\nType: `\"meter\" | \"progressbar\"`",
7457
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-progress--docs",
7458
- "value": {
7459
- "type": "\"meter\" | \"progressbar\"",
7460
- "default": "'progressbar'",
7461
- "required": false
7462
- }
7463
- },
7464
- {
7465
- "name": "label",
7466
- "description": "Define label\n\nType: `string`",
7467
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-progress--docs",
7468
- "value": {
7469
- "type": "string",
7470
- "required": true
7471
- }
7472
- },
7473
- {
7474
- "name": "max",
7475
- "description": "Define the maximum value in the range\n\nType: `number`",
7476
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-progress--docs",
7477
- "value": {
7478
- "type": "number",
7479
- "default": "100",
7480
- "required": false
7481
- }
7482
- },
7483
- {
7484
- "name": "min",
7485
- "description": "Define the minimum value in the range\n\nType: `number`",
7486
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-progress--docs",
7487
- "value": {
7488
- "type": "number",
7489
- "default": "0",
7490
- "required": false
7491
- }
7492
- },
7493
- {
7494
- "name": "value",
7495
- "description": "Define current value\nBy default, it will be displayed as a percentage value.\nIf you don’t specify the min and max props, the value should be a number within the range of 0 to 100.\n\nType: `number`",
7496
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-progress--docs",
7497
- "value": {
7498
- "type": "number",
7499
- "default": "0",
7500
- "required": false
7501
- }
7502
- }
7503
- ],
4377
+ "properties": [],
7504
4378
  "events": []
7505
4379
  },
7506
4380
  "css": {
@@ -7554,7 +4428,7 @@
7554
4428
  },
7555
4429
  {
7556
4430
  "name": "mg-table",
7557
- "description": "Attributes:\n- `border-hide`: Define if table has no outer border\n- `full-width`: Define if table fits its parent element\n- `size`: Define table size\n\nProperties:\n- `columns`: Define column properties\n\nSlots:\n- ``: Table content\n\n",
4431
+ "description": "Attributes:\n- `border-hide`: Define if table has no outer border\n- `full-width`: Define if table fits its parent element\n- `size`: Define table size\n\nProperties:\n- `columns`: Define column properties\n\nSlots:\n- default: Table content\n\n",
7558
4432
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-table--docs",
7559
4433
  "attributes": [
7560
4434
  {
@@ -7590,16 +4464,6 @@
7590
4464
  ],
7591
4465
  "js": {
7592
4466
  "properties": [
7593
- {
7594
- "name": "borderHide",
7595
- "description": "Define if table has no outer border\n\nType: `boolean`",
7596
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-table--docs",
7597
- "value": {
7598
- "type": "boolean",
7599
- "default": "false",
7600
- "required": false
7601
- }
7602
- },
7603
4467
  {
7604
4468
  "name": "columns",
7605
4469
  "description": "Define column properties\n\nType: `{ [key: number]: { align?: \"center\" | \"right\" | \"left\"; sortable?: boolean; datatype?: \"string\" | \"numeric\" | \"date\"; }; }`",
@@ -7608,26 +4472,6 @@
7608
4472
  "type": "{ [key: number]: { align?: \"center\" | \"right\" | \"left\"; sortable?: boolean; datatype?: \"string\" | \"numeric\" | \"date\"; }; }",
7609
4473
  "required": false
7610
4474
  }
7611
- },
7612
- {
7613
- "name": "fullWidth",
7614
- "description": "Define if table fits its parent element\n\nType: `boolean`",
7615
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-table--docs",
7616
- "value": {
7617
- "type": "boolean",
7618
- "default": "false",
7619
- "required": false
7620
- }
7621
- },
7622
- {
7623
- "name": "size",
7624
- "description": "Define table size\n\nType: `\"large\" | \"medium\" | \"small\" | \"xlarge\"`",
7625
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-table--docs",
7626
- "value": {
7627
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\"",
7628
- "default": "'medium'",
7629
- "required": false
7630
- }
7631
4475
  }
7632
4476
  ],
7633
4477
  "events": []
@@ -7677,25 +4521,6 @@
7677
4521
  ],
7678
4522
  "js": {
7679
4523
  "properties": [
7680
- {
7681
- "name": "activeTab",
7682
- "description": "Active tab number\n\nType: `number`",
7683
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-tabs--docs",
7684
- "value": {
7685
- "type": "number",
7686
- "required": false
7687
- }
7688
- },
7689
- {
7690
- "name": "identifier",
7691
- "description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\nIf not set, it will be created.\n\nType: `string`",
7692
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-tabs--docs",
7693
- "value": {
7694
- "type": "string",
7695
- "default": "createID('mg-tabs')",
7696
- "required": false
7697
- }
7698
- },
7699
4524
  {
7700
4525
  "name": "items",
7701
4526
  "description": "Tabs items\n\nType: `TabItem[] | string[]`",
@@ -7705,15 +4530,6 @@
7705
4530
  "required": true
7706
4531
  }
7707
4532
  },
7708
- {
7709
- "name": "label",
7710
- "description": "Tabs label. Include short tabs description.\nRequired for accessibility\n\nType: `string`",
7711
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-tabs--docs",
7712
- "value": {
7713
- "type": "string",
7714
- "required": true
7715
- }
7716
- },
7717
4533
  {
7718
4534
  "name": "size",
7719
4535
  "description": "Size of the tabs items.\n\nType: `never`",
@@ -7746,7 +4562,7 @@
7746
4562
  },
7747
4563
  {
7748
4564
  "name": "mg-tag",
7749
- "description": "Attributes:\n- `outline`: Define if tag is using outline style\n- `soft`: Define if tag is using soft style\n- `variant`: Define tag variant\n\nSlots:\n- ``: Tag content\n\n",
4565
+ "description": "Attributes:\n- `outline`: Define if tag is using outline style\n- `soft`: Define if tag is using soft style\n- `variant`: Define tag variant\n\nSlots:\n- default: Tag content\n\n",
7750
4566
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tag--docs",
7751
4567
  "attributes": [
7752
4568
  {
@@ -7781,38 +4597,7 @@
7781
4597
  }
7782
4598
  ],
7783
4599
  "js": {
7784
- "properties": [
7785
- {
7786
- "name": "outline",
7787
- "description": "Define if tag is using outline style\n\nType: `boolean`",
7788
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tag--docs",
7789
- "value": {
7790
- "type": "boolean",
7791
- "default": "false",
7792
- "required": false
7793
- }
7794
- },
7795
- {
7796
- "name": "soft",
7797
- "description": "Define if tag is using soft style\n\nType: `boolean`",
7798
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tag--docs",
7799
- "value": {
7800
- "type": "boolean",
7801
- "default": "false",
7802
- "required": false
7803
- }
7804
- },
7805
- {
7806
- "name": "variant",
7807
- "description": "Define tag variant\n\nType: `\"danger\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"`",
7808
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tag--docs",
7809
- "value": {
7810
- "type": "\"danger\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
7811
- "default": "'primary'",
7812
- "required": false
7813
- }
7814
- }
7815
- ],
4600
+ "properties": [],
7816
4601
  "events": []
7817
4602
  },
7818
4603
  "css": {
@@ -7834,7 +4619,7 @@
7834
4619
  },
7835
4620
  {
7836
4621
  "name": "mg-tooltip",
7837
- "description": "Attributes:\n- `disabled`: Disable tooltip\n- `display`: Display tooltip\n- `identifier`: Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n- `message`: Displayed message in the tooltip\n- `placement`: Tooltip placement\n\nSlots:\n- ``: Element that will display the tooltip\n\n",
4622
+ "description": "Attributes:\n- `disabled`: Disable tooltip\n- `display`: Display tooltip\n- `identifier`: Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n- `message`: Displayed message in the tooltip\n- `placement`: Tooltip placement\n\nSlots:\n- default: Element that will display the tooltip\n\n",
7838
4623
  "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7839
4624
  "attributes": [
7840
4625
  {
@@ -7888,57 +4673,7 @@
7888
4673
  }
7889
4674
  ],
7890
4675
  "js": {
7891
- "properties": [
7892
- {
7893
- "name": "disabled",
7894
- "description": "Disable tooltip\n\nType: `boolean`",
7895
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7896
- "value": {
7897
- "type": "boolean",
7898
- "default": "false",
7899
- "required": false
7900
- }
7901
- },
7902
- {
7903
- "name": "display",
7904
- "description": "Display tooltip\n\nType: `boolean`",
7905
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7906
- "value": {
7907
- "type": "boolean",
7908
- "default": "false",
7909
- "required": false
7910
- }
7911
- },
7912
- {
7913
- "name": "identifier",
7914
- "description": "Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n\nType: `string`",
7915
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7916
- "value": {
7917
- "type": "string",
7918
- "default": "createID('mg-tooltip')",
7919
- "required": false
7920
- }
7921
- },
7922
- {
7923
- "name": "message",
7924
- "description": "Displayed message in the tooltip\n\nType: `string`",
7925
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7926
- "value": {
7927
- "type": "string",
7928
- "required": true
7929
- }
7930
- },
7931
- {
7932
- "name": "placement",
7933
- "description": "Tooltip placement\n\nType: `\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"`",
7934
- "doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-tooltip--docs",
7935
- "value": {
7936
- "type": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
7937
- "default": "'bottom'",
7938
- "required": false
7939
- }
7940
- }
7941
- ],
4676
+ "properties": [],
7942
4677
  "events": []
7943
4678
  },
7944
4679
  "css": {