@mgdis/mg-components 5.28.2 → 6.0.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.
- package/{readme.md → README.md} +1 -1
- package/dist/cjs/{index-ce4f7698.js → index-08ee93bf.js} +57 -77
- package/dist/cjs/index-08ee93bf.js.map +1 -0
- package/dist/cjs/{index-792fd1c1.js → index-d57c96a9.js} +16 -15
- package/dist/cjs/index-d57c96a9.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mg-action-more_36.cjs.entry.js +622 -788
- package/dist/cjs/mg-action-more_36.cjs.entry.js.map +1 -1
- package/dist/cjs/mg-alert.cjs.entry.js +161 -0
- package/dist/cjs/mg-alert.cjs.entry.js.map +1 -0
- package/dist/cjs/mg-components.cjs.js +3 -3
- package/dist/cjs/mg-components.cjs.js.map +1 -1
- package/dist/cjs/mg-loader.cjs.entry.js +6 -6
- package/dist/cjs/mg-loader.cjs.entry.js.map +1 -1
- package/dist/collection/assets/icons/index.js +1 -1
- package/dist/collection/assets/icons/index.js.map +1 -1
- package/dist/collection/collection-manifest.json +6 -5
- package/dist/collection/components/atoms/{mg-character-left → internals/mg-character-left}/mg-character-left.js +9 -5
- package/dist/collection/components/atoms/internals/mg-character-left/mg-character-left.js.map +1 -0
- package/dist/collection/components/atoms/{mg-input-title → internals/mg-input-title}/mg-input-title.js +4 -4
- package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js.map +1 -0
- package/dist/collection/components/atoms/mg-badge/mg-badge.conf.js.map +1 -1
- package/dist/collection/components/atoms/mg-badge/mg-badge.js +6 -6
- package/dist/collection/components/atoms/mg-badge/mg-badge.js.map +1 -1
- package/dist/collection/components/atoms/mg-button/mg-button.conf.js.map +1 -1
- package/dist/collection/components/atoms/mg-button/mg-button.js +4 -22
- package/dist/collection/components/atoms/mg-button/mg-button.js.map +1 -1
- package/dist/collection/components/atoms/mg-card/mg-card.js +1 -113
- package/dist/collection/components/atoms/mg-card/mg-card.js.map +1 -1
- package/dist/collection/components/atoms/mg-divider/mg-divider.js +9 -9
- package/dist/collection/components/atoms/mg-divider/mg-divider.js.map +1 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.conf.js +1 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.conf.js.map +1 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +11 -11
- package/dist/collection/components/atoms/mg-icon/mg-icon.js.map +1 -1
- package/dist/collection/components/atoms/mg-tag/mg-tag.conf.js.map +1 -1
- package/dist/collection/components/atoms/mg-tag/mg-tag.js +3 -3
- package/dist/collection/components/atoms/mg-tag/mg-tag.js.map +1 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip-content/mg-tooltip-content.js +1 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.conf.js +6 -7
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.conf.js.map +1 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +36 -20
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.conf.js +0 -9
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +15 -60
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.js +1 -3
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +16 -48
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js +5 -23
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +128 -32
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.conf.js +1 -8
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +21 -22
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf.js +1 -8
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +46 -31
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +9 -9
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +27 -16
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +13 -13
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.conf.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +72 -36
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +22 -22
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js.map +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +7 -7
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js.map +1 -1
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.conf.js.map +1 -0
- package/dist/collection/components/molecules/{mg-item-more → internals/mg-item-more}/mg-item-more.js +24 -20
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js.map +1 -0
- package/dist/collection/components/molecules/menu/mg-menu/mg-menu.conf.js +6 -7
- package/dist/collection/components/molecules/menu/mg-menu/mg-menu.conf.js.map +1 -1
- package/dist/collection/components/molecules/menu/mg-menu/mg-menu.js +21 -16
- package/dist/collection/components/molecules/menu/mg-menu/mg-menu.js.map +1 -1
- package/dist/collection/components/molecules/menu/mg-menu-item/mg-menu-item.conf.js +7 -16
- package/dist/collection/components/molecules/menu/mg-menu-item/mg-menu-item.conf.js.map +1 -1
- package/dist/collection/components/molecules/menu/mg-menu-item/mg-menu-item.js +17 -17
- package/dist/collection/components/molecules/menu/mg-menu-item/mg-menu-item.js.map +1 -1
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.conf.js.map +1 -1
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +30 -15
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js.map +1 -1
- package/dist/collection/components/molecules/mg-alert/mg-alert.conf.js +9 -0
- package/dist/collection/components/molecules/mg-alert/mg-alert.conf.js.map +1 -0
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +270 -0
- package/dist/collection/components/molecules/mg-alert/mg-alert.js.map +1 -0
- package/dist/collection/components/molecules/mg-details/mg-details.js +3 -3
- package/dist/collection/components/molecules/mg-details/mg-details.js.map +1 -1
- package/dist/collection/components/molecules/mg-form/mg-form.js +5 -5
- package/dist/collection/components/molecules/mg-form/mg-form.js.map +1 -1
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.conf.js +6 -0
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.conf.js.map +1 -0
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +16 -10
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js.map +1 -1
- package/dist/collection/components/molecules/mg-loader/mg-loader.js +3 -3
- package/dist/collection/components/molecules/mg-loader/mg-loader.js.map +1 -1
- package/dist/collection/components/molecules/mg-message/mg-message.conf.js +5 -1
- package/dist/collection/components/molecules/mg-message/mg-message.conf.js.map +1 -1
- package/dist/collection/components/molecules/mg-message/mg-message.js +46 -230
- package/dist/collection/components/molecules/mg-message/mg-message.js.map +1 -1
- package/dist/collection/components/molecules/mg-modal/mg-modal.js +35 -121
- package/dist/collection/components/molecules/mg-modal/mg-modal.js.map +1 -1
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.conf.js +4 -5
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.conf.js.map +1 -1
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +7 -7
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.js.map +1 -1
- package/dist/collection/components/molecules/mg-panel/mg-panel.js +9 -9
- package/dist/collection/components/molecules/mg-panel/mg-panel.js.map +1 -1
- package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +2 -2
- package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js.map +1 -1
- package/dist/collection/components/molecules/mg-popover/mg-popover.js +4 -3
- package/dist/collection/components/molecules/mg-popover/mg-popover.js.map +1 -1
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +1 -2
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js.map +1 -1
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.conf.js +7 -8
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.conf.js.map +1 -1
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +24 -13
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js.map +1 -1
- package/dist/collection/locales/en/messages.json +1 -1
- package/dist/collection/locales/fr/messages.json +1 -1
- package/dist/collection/types/index.js +2 -0
- package/dist/collection/types/index.js.map +1 -0
- package/dist/collection/utils/behaviors.utils.js +8 -9
- package/dist/collection/utils/behaviors.utils.js.map +1 -1
- package/dist/collection/utils/playwright.fixture.js +3 -3
- package/dist/collection/utils/playwright.fixture.js.map +1 -1
- package/dist/components/index.es.js +7 -7
- package/dist/components/index.es.js.map +1 -1
- package/dist/components/index2.js +6 -6
- package/dist/components/mg-action-more.js +34 -18
- package/dist/components/mg-action-more.js.map +1 -1
- package/dist/components/mg-alert.d.ts +11 -0
- package/dist/components/mg-alert.js +212 -0
- package/dist/components/mg-alert.js.map +1 -0
- package/dist/components/mg-badge2.js +8 -8
- package/dist/components/mg-badge2.js.map +1 -1
- package/dist/components/mg-button2.js +7 -9
- package/dist/components/mg-button2.js.map +1 -1
- package/dist/components/mg-card2.js +3 -68
- package/dist/components/mg-card2.js.map +1 -1
- package/dist/components/mg-character-left2.js +4 -3
- package/dist/components/mg-character-left2.js.map +1 -1
- package/dist/components/mg-details.js +5 -5
- package/dist/components/mg-details.js.map +1 -1
- package/dist/components/mg-divider.js +1 -40
- package/dist/components/mg-divider.js.map +1 -1
- package/dist/components/mg-divider2.js +44 -0
- package/dist/components/mg-divider2.js.map +1 -0
- package/dist/components/mg-form.js +5 -5
- package/dist/components/mg-form.js.map +1 -1
- package/dist/components/mg-icon2.js +11 -11
- package/dist/components/mg-icon2.js.map +1 -1
- package/dist/components/mg-illustrated-message.js +6 -6
- package/dist/components/mg-illustrated-message.js.map +1 -1
- package/dist/components/mg-input-checkbox-paginated.js +1 -1
- package/dist/components/mg-input-checkbox-paginated2.js +16 -47
- package/dist/components/mg-input-checkbox-paginated2.js.map +1 -1
- package/dist/components/mg-input-checkbox.js +82 -33
- package/dist/components/mg-input-checkbox.js.map +1 -1
- package/dist/components/mg-input-date.js +29 -38
- package/dist/components/mg-input-date.js.map +1 -1
- package/dist/components/mg-input-numeric.js +46 -38
- package/dist/components/mg-input-numeric.js.map +1 -1
- package/dist/components/mg-input-password.js +11 -11
- package/dist/components/mg-input-password.js.map +1 -1
- package/dist/components/mg-input-radio.js +28 -16
- package/dist/components/mg-input-radio.js.map +1 -1
- package/dist/components/mg-input-select2.js +14 -14
- package/dist/components/mg-input-select2.js.map +1 -1
- package/dist/components/mg-input-text2.js +58 -29
- package/dist/components/mg-input-text2.js.map +1 -1
- package/dist/components/mg-input-textarea.js +22 -22
- package/dist/components/mg-input-textarea.js.map +1 -1
- package/dist/components/mg-input-title2.js +4 -4
- package/dist/components/mg-input-title2.js.map +1 -1
- package/dist/components/mg-input-toggle.js +9 -9
- package/dist/components/mg-input-toggle.js.map +1 -1
- package/dist/components/mg-input2.js +19 -57
- package/dist/components/mg-input2.js.map +1 -1
- package/dist/components/mg-item-more2.js +35 -31
- package/dist/components/mg-item-more2.js.map +1 -1
- package/dist/components/mg-loader.js +5 -5
- package/dist/components/mg-loader.js.map +1 -1
- package/dist/components/mg-menu-item2.js +28 -38
- package/dist/components/mg-menu-item2.js.map +1 -1
- package/dist/components/mg-message.js +1 -224
- package/dist/components/mg-message.js.map +1 -1
- package/dist/components/mg-message2.js +135 -0
- package/dist/components/mg-message2.js.map +1 -0
- package/dist/components/mg-modal.js +32 -110
- package/dist/components/mg-modal.js.map +1 -1
- package/dist/components/mg-pagination2.js +12 -13
- package/dist/components/mg-pagination2.js.map +1 -1
- package/dist/components/mg-panel.js +10 -10
- package/dist/components/mg-panel.js.map +1 -1
- package/dist/components/mg-popover-content2.js +3 -3
- package/dist/components/mg-popover-content2.js.map +1 -1
- package/dist/components/mg-popover2.js +7 -6
- package/dist/components/mg-popover2.js.map +1 -1
- package/dist/components/mg-skip-links.js +4 -4
- package/dist/components/mg-skip-links.js.map +1 -1
- package/dist/components/mg-tabs.js +32 -22
- package/dist/components/mg-tabs.js.map +1 -1
- package/dist/components/mg-tag.js +5 -5
- package/dist/components/mg-tag.js.map +1 -1
- package/dist/components/mg-tooltip-content2.js +2 -2
- package/dist/components/mg-tooltip-content2.js.map +1 -1
- package/dist/components/mg-tooltip2.js +47 -32
- package/dist/components/mg-tooltip2.js.map +1 -1
- package/dist/esm/{index-9ed65b6d.js → index-089d0323.js} +57 -78
- package/dist/esm/index-089d0323.js.map +1 -0
- package/dist/esm/{index-2667a5c4.js → index-cc97a562.js} +13 -13
- package/dist/esm/index-cc97a562.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mg-action-more_36.entry.js +622 -788
- package/dist/esm/mg-action-more_36.entry.js.map +1 -1
- package/dist/esm/mg-alert.entry.js +157 -0
- package/dist/esm/mg-alert.entry.js.map +1 -0
- package/dist/esm/mg-components.js +4 -4
- package/dist/esm/mg-components.js.map +1 -1
- package/dist/esm/mg-loader.entry.js +6 -6
- package/dist/esm/mg-loader.entry.js.map +1 -1
- package/dist/mg-components/locales/en/messages.json +1 -1
- package/dist/mg-components/locales/fr/messages.json +1 -1
- package/dist/mg-components/mg-components.css +1 -1
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/mg-components.esm.js.map +1 -1
- package/dist/mg-components/p-26b67dfd.entry.js +2 -0
- package/dist/mg-components/p-26b67dfd.entry.js.map +1 -0
- package/dist/mg-components/p-2b89fe8b.entry.js +2 -0
- package/dist/mg-components/p-2b89fe8b.entry.js.map +1 -0
- package/dist/mg-components/p-48e033cf.js +3 -0
- package/dist/mg-components/p-48e033cf.js.map +1 -0
- package/dist/mg-components/p-6f5c7ec5.entry.js +2 -0
- package/dist/mg-components/p-6f5c7ec5.entry.js.map +1 -0
- package/dist/mg-components/p-898d194f.js +2 -0
- package/dist/mg-components/p-898d194f.js.map +1 -0
- package/dist/types/assets/icons/index.d.ts +0 -1
- package/dist/types/components/atoms/{mg-character-left → internals/mg-character-left}/mg-character-left.d.ts +3 -0
- package/dist/types/components/atoms/{mg-input-title → internals/mg-input-title}/mg-input-title.d.ts +1 -1
- package/dist/types/components/atoms/mg-badge/mg-badge.conf.d.ts +2 -1
- package/dist/types/components/atoms/mg-button/mg-button.conf.d.ts +2 -1
- package/dist/types/components/atoms/mg-button/mg-button.d.ts +0 -4
- package/dist/types/components/atoms/mg-card/mg-card.d.ts +0 -33
- package/dist/types/components/atoms/mg-divider/mg-divider.d.ts +1 -1
- package/dist/types/components/atoms/mg-icon/mg-icon.conf.d.ts +5 -4
- package/dist/types/components/atoms/mg-tag/mg-tag.conf.d.ts +2 -1
- package/dist/types/components/atoms/mg-tooltip/mg-tooltip.conf.d.ts +2 -6
- package/dist/types/components/atoms/mg-tooltip/mg-tooltip.d.ts +7 -2
- package/dist/types/components/molecules/inputs/mg-input/mg-input.conf.d.ts +2 -6
- package/dist/types/components/molecules/inputs/mg-input/mg-input.d.ts +0 -9
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +6 -13
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +4 -18
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +30 -3
- package/dist/types/components/molecules/inputs/mg-input-date/mg-input-date.conf.d.ts +2 -7
- package/dist/types/components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf.d.ts +3 -7
- package/dist/types/components/molecules/inputs/mg-input-numeric/mg-input-numeric.d.ts +6 -1
- package/dist/types/components/molecules/inputs/mg-input-radio/mg-input-radio.d.ts +5 -1
- package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.conf.d.ts +2 -3
- package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +1 -1
- package/dist/types/components/molecules/inputs/mg-input-text/mg-input-text.conf.d.ts +5 -0
- package/dist/types/components/molecules/inputs/mg-input-text/mg-input-text.d.ts +10 -4
- package/dist/types/components/molecules/inputs/mg-input-textarea/mg-input-textarea.d.ts +3 -3
- package/dist/types/components/molecules/{mg-item-more → internals/mg-item-more}/mg-item-more.conf.d.ts +2 -2
- package/dist/types/components/molecules/{mg-item-more → internals/mg-item-more}/mg-item-more.d.ts +3 -0
- package/dist/types/components/molecules/menu/mg-menu/mg-menu.conf.d.ts +9 -7
- package/dist/types/components/molecules/menu/mg-menu/mg-menu.d.ts +2 -3
- package/dist/types/components/molecules/menu/mg-menu-item/mg-menu-item.conf.d.ts +5 -17
- package/dist/types/components/molecules/menu/mg-menu-item/mg-menu-item.d.ts +4 -4
- package/dist/types/components/molecules/mg-action-more/mg-action-more.conf.d.ts +7 -1
- package/dist/types/components/molecules/mg-action-more/mg-action-more.d.ts +2 -2
- package/dist/types/components/molecules/mg-alert/mg-alert.conf.d.ts +17 -0
- package/dist/types/components/molecules/mg-alert/mg-alert.d.ts +89 -0
- package/dist/types/components/molecules/mg-details/mg-details.d.ts +4 -0
- package/dist/types/components/molecules/mg-form/mg-form.d.ts +4 -0
- package/dist/types/components/molecules/mg-illustrated-message/mg-illustrated-message.conf.d.ts +10 -0
- package/dist/types/components/molecules/mg-illustrated-message/mg-illustrated-message.d.ts +7 -1
- package/dist/types/components/molecules/mg-message/mg-message.conf.d.ts +11 -2
- package/dist/types/components/molecules/mg-message/mg-message.d.ts +11 -62
- package/dist/types/components/molecules/mg-modal/mg-modal.d.ts +13 -39
- package/dist/types/components/molecules/mg-pagination/mg-pagination.conf.d.ts +4 -4
- package/dist/types/components/molecules/mg-panel/mg-panel.d.ts +4 -0
- package/dist/types/components/molecules/mg-tabs/mg-tabs.conf.d.ts +7 -11
- package/dist/types/components/molecules/mg-tabs/mg-tabs.d.ts +9 -0
- package/dist/types/components.d.ts +165 -174
- package/dist/types/locales/index.d.ts +1 -1
- package/dist/types/types/index.d.ts +27 -0
- package/dist/types/utils/behaviors.utils.d.ts +5 -5
- package/ide/intellij/web-types.json +791 -671
- package/ide/vscode/css-custom-data.json +389 -0
- package/ide/vscode/html-custom-data.json +217 -547
- package/package.json +26 -23
- package/dist/cjs/index-792fd1c1.js.map +0 -1
- package/dist/cjs/index-ce4f7698.js.map +0 -1
- package/dist/collection/components/atoms/mg-card/mg-card.conf.js +0 -9
- package/dist/collection/components/atoms/mg-card/mg-card.conf.js.map +0 -1
- package/dist/collection/components/atoms/mg-character-left/mg-character-left.js.map +0 -1
- package/dist/collection/components/atoms/mg-input-title/mg-input-title.js.map +0 -1
- package/dist/collection/components/molecules/mg-item-more/mg-item-more.conf.js.map +0 -1
- package/dist/collection/components/molecules/mg-item-more/mg-item-more.js.map +0 -1
- package/dist/collection/fonts/OpenSans-Bold.ttf +0 -0
- package/dist/collection/fonts/OpenSans-Regular.ttf +0 -0
- package/dist/collection/fonts/OpenSans-SemiBold.ttf +0 -0
- package/dist/collection/styles/fonts.css +0 -1
- package/dist/collection/styles/global.css +0 -1
- package/dist/collection/styles/main.css +0 -1
- package/dist/collection/styles/mg-components-utils.css +0 -1
- package/dist/collection/styles/variables.css +0 -1
- package/dist/collection/variables.css +0 -1
- package/dist/esm/index-2667a5c4.js.map +0 -1
- package/dist/esm/index-9ed65b6d.js.map +0 -1
- package/dist/mg-components/fonts/OpenSans-Bold.ttf +0 -0
- package/dist/mg-components/fonts/OpenSans-Regular.ttf +0 -0
- package/dist/mg-components/fonts/OpenSans-SemiBold.ttf +0 -0
- package/dist/mg-components/p-06a9d801.js +0 -3
- package/dist/mg-components/p-06a9d801.js.map +0 -1
- package/dist/mg-components/p-56cce4ec.entry.js +0 -2
- package/dist/mg-components/p-56cce4ec.entry.js.map +0 -1
- package/dist/mg-components/p-64eaef9e.entry.js +0 -2
- package/dist/mg-components/p-64eaef9e.entry.js.map +0 -1
- package/dist/mg-components/p-7cda52b6.js +0 -2
- package/dist/mg-components/p-7cda52b6.js.map +0 -1
- package/dist/mg-components/styles/fonts.css +0 -1
- package/dist/mg-components/styles/global.css +0 -1
- package/dist/mg-components/styles/main.css +0 -1
- package/dist/mg-components/styles/mg-components-utils.css +0 -1
- package/dist/mg-components/styles/variables.css +0 -1
- package/dist/mg-components/variables.css +0 -1
- package/dist/types/components/atoms/mg-card/mg-card.conf.d.ts +0 -16
- /package/dist/collection/components/molecules/{mg-item-more → internals/mg-item-more}/mg-item-more.conf.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@mgdis/mg-components",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"properties": [
|
|
26
26
|
{
|
|
27
27
|
"name": "button",
|
|
28
|
-
"description": "Define button properties\n\nType: `{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"success\" | \"link\" | \"
|
|
28
|
+
"description": "Define button properties\n\nType: `{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"success\" | \"link\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; isIcon: boolean; }`",
|
|
29
29
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
|
|
30
30
|
"value": {
|
|
31
|
-
"type": "{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"success\" | \"link\" | \"
|
|
31
|
+
"type": "{ label?: string; disabled?: boolean; variant: \"flat\" | \"info\" | \"success\" | \"link\" | \"danger\" | \"danger-alt\" | \"primary\" | \"secondary\"; isIcon: boolean; }",
|
|
32
32
|
"default": "{ variant: 'flat', isIcon: true }",
|
|
33
33
|
"required": false
|
|
34
34
|
}
|
|
@@ -44,24 +44,105 @@
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "icon",
|
|
47
|
-
"description": "Define displayed icon\n\nType: `{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
47
|
+
"description": "Define displayed icon\n\nType: `{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }`",
|
|
48
48
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
|
|
49
49
|
"value": {
|
|
50
|
-
"type": "{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
50
|
+
"type": "{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }",
|
|
51
51
|
"required": false
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"name": "items",
|
|
56
|
-
"description": "Define the menu-items elements\n\nType: `MgActionMoreItemType[]`",
|
|
56
|
+
"description": "Define the menu-items elements\n\nType: `(MgActionMoreItemType | MgActionMoreDividerType)[]`",
|
|
57
57
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-action-more--docs",
|
|
58
58
|
"value": {
|
|
59
|
-
"type": "MgActionMoreItemType[]",
|
|
59
|
+
"type": "(MgActionMoreItemType | MgActionMoreDividerType)[]",
|
|
60
60
|
"required": true
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
],
|
|
64
64
|
"events": []
|
|
65
|
+
},
|
|
66
|
+
"css": {
|
|
67
|
+
"properties": []
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "mg-alert",
|
|
72
|
+
"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-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",
|
|
73
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
74
|
+
"attributes": [
|
|
75
|
+
{
|
|
76
|
+
"name": "delay",
|
|
77
|
+
"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`",
|
|
78
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
79
|
+
"value": {
|
|
80
|
+
"type": "number",
|
|
81
|
+
"required": false
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "variant",
|
|
86
|
+
"description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
|
|
87
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
88
|
+
"value": {
|
|
89
|
+
"type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
90
|
+
"required": false
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "variant-style",
|
|
95
|
+
"description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
|
|
96
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
97
|
+
"value": {
|
|
98
|
+
"type": "\"background\" | \"bar-left\"",
|
|
99
|
+
"required": false
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"js": {
|
|
104
|
+
"properties": [
|
|
105
|
+
{
|
|
106
|
+
"name": "delay",
|
|
107
|
+
"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`",
|
|
108
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
109
|
+
"value": {
|
|
110
|
+
"type": "number",
|
|
111
|
+
"required": false
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "variant",
|
|
116
|
+
"description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
|
|
117
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
118
|
+
"value": {
|
|
119
|
+
"type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
120
|
+
"required": false
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "variantStyle",
|
|
125
|
+
"description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
|
|
126
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-alert--docs",
|
|
127
|
+
"value": {
|
|
128
|
+
"type": "\"background\" | \"bar-left\"",
|
|
129
|
+
"required": false
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"events": [
|
|
134
|
+
{
|
|
135
|
+
"name": "component-hide",
|
|
136
|
+
"description": "Emited event when alert is hidden"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "component-show",
|
|
140
|
+
"description": "Emited event when alert is diplayed"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"css": {
|
|
145
|
+
"properties": []
|
|
65
146
|
}
|
|
66
147
|
},
|
|
67
148
|
{
|
|
@@ -148,11 +229,27 @@
|
|
|
148
229
|
}
|
|
149
230
|
],
|
|
150
231
|
"events": []
|
|
232
|
+
},
|
|
233
|
+
"css": {
|
|
234
|
+
"properties": [
|
|
235
|
+
{
|
|
236
|
+
"name": "--mg-c-badge-color-text",
|
|
237
|
+
"description": "Defines the font color of the badge when used with the `text-color` variant and without `outline`. The default value is `--mg-b-color-light`."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "--mg-c-badge-font-size",
|
|
241
|
+
"description": "Defines the font size of the badge. The default value is `--mg-b-font-size-small`."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "--mg-c-badge-size",
|
|
245
|
+
"description": "Defines the height and minimum width of the badge. The default value is `--mg-b-size-16`."
|
|
246
|
+
}
|
|
247
|
+
]
|
|
151
248
|
}
|
|
152
249
|
},
|
|
153
250
|
{
|
|
154
251
|
"name": "mg-button",
|
|
155
|
-
"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- `
|
|
252
|
+
"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- `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",
|
|
156
253
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
|
|
157
254
|
"attributes": [
|
|
158
255
|
{
|
|
@@ -193,15 +290,6 @@
|
|
|
193
290
|
"required": false
|
|
194
291
|
}
|
|
195
292
|
},
|
|
196
|
-
{
|
|
197
|
-
"name": "identifier",
|
|
198
|
-
"description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
|
|
199
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
|
|
200
|
-
"value": {
|
|
201
|
-
"type": "string",
|
|
202
|
-
"required": false
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
293
|
{
|
|
206
294
|
"name": "is-icon",
|
|
207
295
|
"description": "Define if button is round.\nUsed for icon button.\n\nType: `boolean`",
|
|
@@ -281,15 +369,6 @@
|
|
|
281
369
|
"required": false
|
|
282
370
|
}
|
|
283
371
|
},
|
|
284
|
-
{
|
|
285
|
-
"name": "identifier",
|
|
286
|
-
"description": "Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n\nType: `string`",
|
|
287
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-button--docs",
|
|
288
|
-
"value": {
|
|
289
|
-
"type": "string",
|
|
290
|
-
"required": false
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
372
|
{
|
|
294
373
|
"name": "isIcon",
|
|
295
374
|
"description": "Define if button is round.\nUsed for icon button.\n\nType: `boolean`",
|
|
@@ -335,127 +414,237 @@
|
|
|
335
414
|
"description": "Emmited event when disabled change"
|
|
336
415
|
}
|
|
337
416
|
]
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
{
|
|
341
|
-
"name": "mg-card",
|
|
342
|
-
"description": "Attributes:\n- `variant`: Define variant prop\n- `variant-style`: Define variantStyle prop\n\nSlots:\n- ``: Card content\n\n",
|
|
343
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
|
|
344
|
-
"attributes": [
|
|
345
|
-
{
|
|
346
|
-
"name": "variant",
|
|
347
|
-
"description": "Define variant prop\n\nType: `\"app\" | \"danger\" | \"info\" | \"success\" | \"warning\"`",
|
|
348
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
|
|
349
|
-
"value": {
|
|
350
|
-
"type": "\"app\" | \"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
351
|
-
"required": false
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "variant-style",
|
|
356
|
-
"description": "Define variantStyle prop\n\nType: `\"bar-left\" | \"fill\"`",
|
|
357
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
|
|
358
|
-
"value": {
|
|
359
|
-
"type": "\"bar-left\" | \"fill\"",
|
|
360
|
-
"required": false
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
],
|
|
364
|
-
"js": {
|
|
417
|
+
},
|
|
418
|
+
"css": {
|
|
365
419
|
"properties": [
|
|
366
420
|
{
|
|
367
|
-
"name": "
|
|
368
|
-
"description": "
|
|
369
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
|
|
370
|
-
"value": {
|
|
371
|
-
"type": "\"app\" | \"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
372
|
-
"required": false
|
|
373
|
-
}
|
|
421
|
+
"name": "--mg-c-button-border-bottom-width",
|
|
422
|
+
"description": "Defines the bottom border width of the button. Unset by default, fallback on `--mg-b-size-border`."
|
|
374
423
|
},
|
|
375
424
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"description": "
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
425
|
+
"name": "--mg-c-button-border-left-width",
|
|
426
|
+
"description": "Defines the left border width of the button. Unset by default, fallback on `--mg-b-size-border`."
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "--mg-c-button-border-radius",
|
|
430
|
+
"description": "Defines the border radius of the button. The default value is `--mg-b-size-radius`."
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "--mg-c-button-border-radius-bottom-left",
|
|
434
|
+
"description": "Defines the bottom left border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "--mg-c-button-border-radius-bottom-right",
|
|
438
|
+
"description": "Defines the bottom right border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "--mg-c-button-border-radius-top-left",
|
|
442
|
+
"description": "Defines the top left border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "--mg-c-button-border-radius-top-right",
|
|
446
|
+
"description": "Defines the top right border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "--mg-c-button-border-right-width",
|
|
450
|
+
"description": "Defines the right border width of the button. Unset by default, fallback on `--mg-b-size-border`."
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "--mg-c-button-border-top-width",
|
|
454
|
+
"description": "Defines the top border width of the button. Unset by default, fallback on `--mg-b-size-border`."
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "--mg-c-button-color-background-danger",
|
|
458
|
+
"description": "Defines the background color for the danger variant button."
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "--mg-c-button-color-background-danger-alt",
|
|
462
|
+
"description": "Defines the background color for the danger-alt variant button."
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "--mg-c-button-color-background-info",
|
|
466
|
+
"description": "Defines the background color for the info variant button."
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "--mg-c-button-color-background-primary",
|
|
470
|
+
"description": "Defines the background color for the primary variant button."
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "--mg-c-button-color-background-secondary",
|
|
474
|
+
"description": "Defines the background color for the secondary variant button."
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "--mg-c-button-color-background-success",
|
|
478
|
+
"description": "Defines the background color for the success variant button."
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "--mg-c-button-color-background-warning",
|
|
482
|
+
"description": "Defines the background color for the warning variant button."
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "--mg-c-button-color-border-danger",
|
|
486
|
+
"description": "Defines the border color for the danger variant button."
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "--mg-c-button-color-border-danger-alt",
|
|
490
|
+
"description": "Defines the border color for the danger-alt variant button."
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "--mg-c-button-color-border-info",
|
|
494
|
+
"description": "Defines the border color for the info variant button."
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "--mg-c-button-color-border-primary",
|
|
498
|
+
"description": "Defines the border color for the primary variant button."
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "--mg-c-button-color-border-secondary",
|
|
502
|
+
"description": "Defines the border color for the secondary variant button."
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "--mg-c-button-color-border-success",
|
|
506
|
+
"description": "Defines the border color for the success variant button."
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "--mg-c-button-color-border-warning",
|
|
510
|
+
"description": "Defines the border color for the warning variant button."
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "--mg-c-button-color-gradient-danger",
|
|
514
|
+
"description": "Defines the gradient color for the danger variant button."
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "--mg-c-button-color-gradient-danger-alt",
|
|
518
|
+
"description": "Defines the gradient color for the danger-alt variant button."
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "--mg-c-button-color-gradient-info",
|
|
522
|
+
"description": "Defines the gradient color for the info variant button."
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "--mg-c-button-color-gradient-primary",
|
|
526
|
+
"description": "Defines the gradient color for the primary variant button."
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "--mg-c-button-color-gradient-secondary",
|
|
530
|
+
"description": "Defines the gradient color for the secondary variant button."
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "--mg-c-button-color-gradient-success",
|
|
534
|
+
"description": "Defines the gradient color for the success variant button."
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "--mg-c-button-color-gradient-warning",
|
|
538
|
+
"description": "Defines the gradient color for the warning variant button."
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "--mg-c-button-color-text-danger",
|
|
542
|
+
"description": "Defines the font color for the danger variant button."
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "--mg-c-button-color-text-danger-alt",
|
|
546
|
+
"description": "Defines the font color for the danger-alt variant button."
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "--mg-c-button-color-text-info",
|
|
550
|
+
"description": "Defines the font color for the info variant button."
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "--mg-c-button-color-text-primary",
|
|
554
|
+
"description": "Defines the font color for the primary variant button."
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "--mg-c-button-color-text-secondary",
|
|
558
|
+
"description": "Defines the font color for the secondary variant button."
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "--mg-c-button-color-text-success",
|
|
562
|
+
"description": "Defines the font color for the success variant button."
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "--mg-c-button-color-text-warning",
|
|
566
|
+
"description": "Defines the font color for the warning variant button."
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "--mg-c-button-font-weight",
|
|
570
|
+
"description": "Defines the font weight of the button. Unset by default, fallback on `normal`."
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "--mg-c-button-icon-border-radius",
|
|
574
|
+
"description": "Defines the border radius of the button in icon mode. The default value is `--mg-b-size-min-height`."
|
|
383
575
|
}
|
|
384
|
-
]
|
|
385
|
-
"events": []
|
|
576
|
+
]
|
|
386
577
|
}
|
|
387
578
|
},
|
|
388
579
|
{
|
|
389
|
-
"name": "mg-
|
|
390
|
-
"description": "
|
|
391
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-
|
|
392
|
-
"attributes": [
|
|
393
|
-
{
|
|
394
|
-
"name": "characters",
|
|
395
|
-
"description": "Sets the characters to count\n\nType: `string`",
|
|
396
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-character-left--docs",
|
|
397
|
-
"value": {
|
|
398
|
-
"type": "string",
|
|
399
|
-
"default": "''",
|
|
400
|
-
"required": false
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "identifier",
|
|
405
|
-
"description": "Sets an `id` attribute.\nNeeded by the input for accessibility `aria-decribedby`.\n\nType: `string`",
|
|
406
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-character-left--docs",
|
|
407
|
-
"value": {
|
|
408
|
-
"type": "string",
|
|
409
|
-
"required": false
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "maxlength",
|
|
414
|
-
"description": "Add maximum length\n\nType: `number`",
|
|
415
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-character-left--docs",
|
|
416
|
-
"value": {
|
|
417
|
-
"type": "number",
|
|
418
|
-
"required": true
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
],
|
|
580
|
+
"name": "mg-card",
|
|
581
|
+
"description": "Slots:\n- ``: Card content\n\n",
|
|
582
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-card--docs",
|
|
583
|
+
"attributes": [],
|
|
422
584
|
"js": {
|
|
585
|
+
"properties": [],
|
|
586
|
+
"events": []
|
|
587
|
+
},
|
|
588
|
+
"css": {
|
|
423
589
|
"properties": [
|
|
424
590
|
{
|
|
425
|
-
"name": "
|
|
426
|
-
"description": "
|
|
427
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-character-left--docs",
|
|
428
|
-
"value": {
|
|
429
|
-
"type": "string",
|
|
430
|
-
"default": "''",
|
|
431
|
-
"required": false
|
|
432
|
-
}
|
|
591
|
+
"name": "--mg-c-card-border",
|
|
592
|
+
"description": "Defines the border property for the card. Unset by default, fallback on `--mg-c-card-border-default`."
|
|
433
593
|
},
|
|
434
594
|
{
|
|
435
|
-
"name": "
|
|
436
|
-
"description": "
|
|
437
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-character-left--docs",
|
|
438
|
-
"value": {
|
|
439
|
-
"type": "string",
|
|
440
|
-
"required": false
|
|
441
|
-
}
|
|
595
|
+
"name": "--mg-c-card-border-default",
|
|
596
|
+
"description": "Defines the default border property for the card. Default value: `var(--mg-b-size-border) solid color-mix(in srgb, var(--mg-b-color-dark), transparent 95%)`."
|
|
442
597
|
},
|
|
443
598
|
{
|
|
444
|
-
"name": "
|
|
445
|
-
"description": "
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
599
|
+
"name": "--mg-c-card-border-radius",
|
|
600
|
+
"description": "Defines the border radius property for the card. Unset by default, fallback on `--mg-c-card-border-radius-default`."
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "--mg-c-card-border-radius-default",
|
|
604
|
+
"description": "Defines the default border radius property for the card. Default value: `--mg-b-size-radius`."
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "--mg-c-card-box-shadow",
|
|
608
|
+
"description": "Defines the box shadow property for the card. Unset by default, fallback on `--mg-c-card-box-shadow-default`."
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "--mg-c-card-box-shadow-default",
|
|
612
|
+
"description": "Defines the default box shadow property for the card. Default value: `--mg-b-box-shadow`."
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "--mg-c-card-color-background",
|
|
616
|
+
"description": "Defines the background property for the card. Unset by default, fallback on `--mg-c-card-color-background-default`."
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "--mg-c-card-color-background-default",
|
|
620
|
+
"description": "Defines the default background property for the card. Default value: `--mg-b-color-light`."
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "--mg-c-card-max-width",
|
|
624
|
+
"description": "Defines the max-width property for the card. Unset by default."
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "--mg-c-card-overflow",
|
|
628
|
+
"description": "Defines the overflow property for the card. Unset by default, fallback on `--mg-c-card-overflow-default`."
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "--mg-c-card-overflow-default",
|
|
632
|
+
"description": "Defines the default overflow property for the card. Unset by default."
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "--mg-c-card-spacing",
|
|
636
|
+
"description": "Defines the padding property for the card. Unset by default, fallback on `--mg-c-card-spacing-default`."
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "--mg-c-card-spacing-default",
|
|
640
|
+
"description": "Defines the default padding property for the card. Default value: `--mg-b-size-16`."
|
|
451
641
|
}
|
|
452
|
-
]
|
|
453
|
-
"events": []
|
|
642
|
+
]
|
|
454
643
|
}
|
|
455
644
|
},
|
|
456
645
|
{
|
|
457
646
|
"name": "mg-details",
|
|
458
|
-
"description": "Attributes:\n- `expanded`: Define if details are diplayed\n- `hide-summary`: Hide summary element\n- `toggle-closed`: Displayed title when details are closed\n- `toggle-opened`: Displayed title when details are opened\n\nEvents:\n- `expanded-change`: Emmited event when expanded change\n\n",
|
|
647
|
+
"description": "Attributes:\n- `expanded`: Define if details are diplayed\n- `hide-summary`: Hide summary element\n- `toggle-closed`: Displayed title when details are closed\n- `toggle-opened`: Displayed title when details are opened\n\nEvents:\n- `expanded-change`: Emmited event when expanded change\n\nSlots:\n- `details`: Details content\n- `summary`: Summary content\n\n",
|
|
459
648
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-details--docs",
|
|
460
649
|
"attributes": [
|
|
461
650
|
{
|
|
@@ -544,20 +733,28 @@
|
|
|
544
733
|
"description": "Emmited event when expanded change"
|
|
545
734
|
}
|
|
546
735
|
]
|
|
736
|
+
},
|
|
737
|
+
"css": {
|
|
738
|
+
"properties": [
|
|
739
|
+
{
|
|
740
|
+
"name": "--mg-c-details-spacing",
|
|
741
|
+
"description": "Defines the spacing between the summary and the details. Default value: `--mg-b-size-8`."
|
|
742
|
+
}
|
|
743
|
+
]
|
|
547
744
|
}
|
|
548
745
|
},
|
|
549
746
|
{
|
|
550
747
|
"name": "mg-divider",
|
|
551
|
-
"description": "Attributes:\n- `
|
|
748
|
+
"description": "Attributes:\n- `full-width`: Define component size\n\n",
|
|
552
749
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-divider--docs",
|
|
553
750
|
"attributes": [
|
|
554
751
|
{
|
|
555
|
-
"name": "
|
|
556
|
-
"description": "Define component size\n\nType:
|
|
752
|
+
"name": "full-width",
|
|
753
|
+
"description": "Define component size\n\nType: `boolean`",
|
|
557
754
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-divider--docs",
|
|
558
755
|
"value": {
|
|
559
|
-
"type": "
|
|
560
|
-
"default": "
|
|
756
|
+
"type": "boolean",
|
|
757
|
+
"default": "false",
|
|
561
758
|
"required": false
|
|
562
759
|
}
|
|
563
760
|
}
|
|
@@ -565,22 +762,38 @@
|
|
|
565
762
|
"js": {
|
|
566
763
|
"properties": [
|
|
567
764
|
{
|
|
568
|
-
"name": "
|
|
569
|
-
"description": "Define component size\n\nType:
|
|
765
|
+
"name": "fullWidth",
|
|
766
|
+
"description": "Define component size\n\nType: `boolean`",
|
|
570
767
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-divider--docs",
|
|
571
768
|
"value": {
|
|
572
|
-
"type": "
|
|
573
|
-
"default": "
|
|
769
|
+
"type": "boolean",
|
|
770
|
+
"default": "false",
|
|
574
771
|
"required": false
|
|
575
772
|
}
|
|
576
773
|
}
|
|
577
774
|
],
|
|
578
775
|
"events": []
|
|
776
|
+
},
|
|
777
|
+
"css": {
|
|
778
|
+
"properties": [
|
|
779
|
+
{
|
|
780
|
+
"name": "--mg-c-divider-color-background",
|
|
781
|
+
"description": "Defines the background color of the divider. The default value is `color-mix(in srgb, var(--mg-b-color-dark), transparent 85%)`."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "--mg-c-divider-spacing-vertical",
|
|
785
|
+
"description": "Defines the vertical spacing of the divider. The default value is `--mg-b-size-40`."
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "--mg-c-divider-thickness",
|
|
789
|
+
"description": "Defines the thickness of the divider. The default value is `--mg-b-size-border`."
|
|
790
|
+
}
|
|
791
|
+
]
|
|
579
792
|
}
|
|
580
793
|
},
|
|
581
794
|
{
|
|
582
795
|
"name": "mg-form",
|
|
583
|
-
"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 input error if it exists.\n\nEvents:\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\n",
|
|
796
|
+
"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 input error if it exists.\n\nEvents:\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",
|
|
584
797
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-form--docs",
|
|
585
798
|
"attributes": [
|
|
586
799
|
{
|
|
@@ -767,6 +980,14 @@
|
|
|
767
980
|
"description": "Emitted event on form validity check\nTells if form is valid or not"
|
|
768
981
|
}
|
|
769
982
|
]
|
|
983
|
+
},
|
|
984
|
+
"css": {
|
|
985
|
+
"properties": [
|
|
986
|
+
{
|
|
987
|
+
"name": "--mg-c-form-inputs-title-width",
|
|
988
|
+
"description": "Defines the width of the input title. Fallback on `calc(28 * var(--mg-b-size-8))`."
|
|
989
|
+
}
|
|
990
|
+
]
|
|
770
991
|
}
|
|
771
992
|
},
|
|
772
993
|
{
|
|
@@ -776,20 +997,20 @@
|
|
|
776
997
|
"attributes": [
|
|
777
998
|
{
|
|
778
999
|
"name": "icon",
|
|
779
|
-
"description": "Icon to display.\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
1000
|
+
"description": "Icon to display.\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
|
|
780
1001
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
|
|
781
1002
|
"value": {
|
|
782
|
-
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
1003
|
+
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
|
|
783
1004
|
"required": true
|
|
784
1005
|
}
|
|
785
1006
|
},
|
|
786
1007
|
{
|
|
787
1008
|
"name": "size",
|
|
788
|
-
"description": "Define icon size\n\nType: `\"
|
|
1009
|
+
"description": "Define icon size\n\nType: `\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"`",
|
|
789
1010
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
|
|
790
1011
|
"value": {
|
|
791
|
-
"type": "\"
|
|
792
|
-
"default": "'
|
|
1012
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"",
|
|
1013
|
+
"default": "'medium'",
|
|
793
1014
|
"required": false
|
|
794
1015
|
}
|
|
795
1016
|
},
|
|
@@ -826,20 +1047,20 @@
|
|
|
826
1047
|
"properties": [
|
|
827
1048
|
{
|
|
828
1049
|
"name": "icon",
|
|
829
|
-
"description": "Icon to display.\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
1050
|
+
"description": "Icon to display.\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
|
|
830
1051
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
|
|
831
1052
|
"value": {
|
|
832
|
-
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
1053
|
+
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
|
|
833
1054
|
"required": true
|
|
834
1055
|
}
|
|
835
1056
|
},
|
|
836
1057
|
{
|
|
837
1058
|
"name": "size",
|
|
838
|
-
"description": "Define icon size\n\nType: `\"
|
|
1059
|
+
"description": "Define icon size\n\nType: `\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"`",
|
|
839
1060
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-icon--docs",
|
|
840
1061
|
"value": {
|
|
841
|
-
"type": "\"
|
|
842
|
-
"default": "'
|
|
1062
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xxlarge\"",
|
|
1063
|
+
"default": "'medium'",
|
|
843
1064
|
"required": false
|
|
844
1065
|
}
|
|
845
1066
|
},
|
|
@@ -873,11 +1094,19 @@
|
|
|
873
1094
|
}
|
|
874
1095
|
],
|
|
875
1096
|
"events": []
|
|
1097
|
+
},
|
|
1098
|
+
"css": {
|
|
1099
|
+
"properties": [
|
|
1100
|
+
{
|
|
1101
|
+
"name": "--mg-c-icon-border-radius",
|
|
1102
|
+
"description": "Defines the border radius of icons. Default value is `50%`."
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
876
1105
|
}
|
|
877
1106
|
},
|
|
878
1107
|
{
|
|
879
1108
|
"name": "mg-illustrated-message",
|
|
880
|
-
"description": "Attributes:\n- `direction`: Define component orientation\n- `size`: Define illustration size\n\n",
|
|
1109
|
+
"description": "Attributes:\n- `direction`: Define component orientation\n- `size`: Define illustration size\n\nSlots:\n- `details`: Details content\n- `illustration`: Illustration content\n- `title`: Title content\n\n",
|
|
881
1110
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-illustrated-message--docs",
|
|
882
1111
|
"attributes": [
|
|
883
1112
|
{
|
|
@@ -892,11 +1121,11 @@
|
|
|
892
1121
|
},
|
|
893
1122
|
{
|
|
894
1123
|
"name": "size",
|
|
895
|
-
"description": "Define illustration size\n\nType: `\"
|
|
1124
|
+
"description": "Define illustration size\n\nType: `\"medium\" | \"small\"`",
|
|
896
1125
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-illustrated-message--docs",
|
|
897
1126
|
"value": {
|
|
898
|
-
"type": "\"
|
|
899
|
-
"default": "'
|
|
1127
|
+
"type": "\"medium\" | \"small\"",
|
|
1128
|
+
"default": "'medium'",
|
|
900
1129
|
"required": false
|
|
901
1130
|
}
|
|
902
1131
|
}
|
|
@@ -915,21 +1144,29 @@
|
|
|
915
1144
|
},
|
|
916
1145
|
{
|
|
917
1146
|
"name": "size",
|
|
918
|
-
"description": "Define illustration size\n\nType: `\"
|
|
1147
|
+
"description": "Define illustration size\n\nType: `\"medium\" | \"small\"`",
|
|
919
1148
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-illustrated-message--docs",
|
|
920
1149
|
"value": {
|
|
921
|
-
"type": "\"
|
|
922
|
-
"default": "'
|
|
1150
|
+
"type": "\"medium\" | \"small\"",
|
|
1151
|
+
"default": "'medium'",
|
|
923
1152
|
"required": false
|
|
924
1153
|
}
|
|
925
1154
|
}
|
|
926
1155
|
],
|
|
927
1156
|
"events": []
|
|
1157
|
+
},
|
|
1158
|
+
"css": {
|
|
1159
|
+
"properties": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "--mg-c-illustrated-message-spacing-vertical",
|
|
1162
|
+
"description": "Defines the vertical padding of the illustrated message. Default value: `--mg-b-size-40`."
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
928
1165
|
}
|
|
929
1166
|
},
|
|
930
1167
|
{
|
|
931
1168
|
"name": "mg-input",
|
|
932
|
-
"description": "Attributes:\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- `label`: Define input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `
|
|
1169
|
+
"description": "Attributes:\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- `label`: Define input label\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\nProperties:\n- `ariaDescribedbyIDs`: Define aria-describedby ids to link with\n\nSlots:\n- ``: Input content\n- `error`: error content\n- `help-text`: Help text content\n- `label`: Label content\n\n",
|
|
933
1170
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
|
|
934
1171
|
"attributes": [
|
|
935
1172
|
{
|
|
@@ -987,15 +1224,6 @@
|
|
|
987
1224
|
"required": false
|
|
988
1225
|
}
|
|
989
1226
|
},
|
|
990
|
-
{
|
|
991
|
-
"name": "readonly-value",
|
|
992
|
-
"description": "Defines value to display in readonly mode\n\nType: `string | string[]`",
|
|
993
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
|
|
994
|
-
"value": {
|
|
995
|
-
"type": "string | string[]",
|
|
996
|
-
"required": false
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
1227
|
{
|
|
1000
1228
|
"name": "required",
|
|
1001
1229
|
"description": "Define if input is required\n\nType: `boolean`",
|
|
@@ -1092,15 +1320,6 @@
|
|
|
1092
1320
|
"required": false
|
|
1093
1321
|
}
|
|
1094
1322
|
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "readonlyValue",
|
|
1097
|
-
"description": "Defines value to display in readonly mode\n\nType: `string | string[]`",
|
|
1098
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input--docs",
|
|
1099
|
-
"value": {
|
|
1100
|
-
"type": "string | string[]",
|
|
1101
|
-
"required": false
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
1323
|
{
|
|
1105
1324
|
"name": "required",
|
|
1106
1325
|
"description": "Define if input is required\n\nType: `boolean`",
|
|
@@ -1132,11 +1351,47 @@
|
|
|
1132
1351
|
}
|
|
1133
1352
|
],
|
|
1134
1353
|
"events": []
|
|
1354
|
+
},
|
|
1355
|
+
"css": {
|
|
1356
|
+
"properties": [
|
|
1357
|
+
{
|
|
1358
|
+
"name": "--mg-c-input-border-radius",
|
|
1359
|
+
"description": "Defines the border radius of the input. Default value is `--mg-b-size-radius`."
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "--mg-c-input-border-width",
|
|
1363
|
+
"description": "Defines the width of the input border. Default value is `--mg-b-size-border`."
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "--mg-c-input-check-size",
|
|
1367
|
+
"description": "Defines the size of the input check. Default value is `--mg-b-size-16`."
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "--mg-c-input-color-border",
|
|
1371
|
+
"description": "Defines the color of the input border. Default value is `rgb(181, 194, 201)`."
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"name": "--mg-c-input-color-box-shadow-focus",
|
|
1375
|
+
"description": "Defines the shadow color of the input when focused. Default value is `rgba(0, 221, 255, 0.5)`."
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "--mg-c-input-error-color-background",
|
|
1379
|
+
"description": "Defines the background color of the input error message. Default value is `color-mix(in srgb, var(--mg-b-color-danger), white 95%)`."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "--mg-c-input-placeholder-color-text",
|
|
1383
|
+
"description": "Defines the color of the placeholder text. Default value is `rgb(181, 194, 201)`."
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "--mg-c-input-toggle-border-radius-ratio",
|
|
1387
|
+
"description": "Defines the border radius ratio of the input toggle. Default value is `2`."
|
|
1388
|
+
}
|
|
1389
|
+
]
|
|
1135
1390
|
}
|
|
1136
1391
|
},
|
|
1137
1392
|
{
|
|
1138
1393
|
"name": "mg-input-checkbox",
|
|
1139
|
-
"description": "Attributes:\n- `disabled`: Define if input is disabled\n- `display-selected-values`: 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- `help-text`: Add a help text under the input, usually expected data format and example\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `input-vertical-list`: Define if inputs are display verticaly\n- `invalid`: Define input invalid state\n- `label`: Define input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `name`: Define input name\nIf not set the value equals the identifier\n- `readonly`: Define if mg-input-checkbox is readonly\n- `required`: Define if mg-input-checkbox is required\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n- `type`: 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- `valid`: Define input valid state\n\nProperties:\n- `value`: Component value\nIf item.value is `null`, checkbox will be indeterminate by default\n\nMethods:\n- `displayError`: Display input error if it exists.\n- `setError`: Set an error and display a custom error message.\nThis method can be used to set the component's error state from its context by passing a boolean value to the `valid` parameter.\nIt must be paired with an error message to display for the given context.\nWhen used to set validity to `false`, you should use this method again to reset the validity to `true`.\n\nEvents:\n- `input-valid`: Emited event when checking validity\n- `value-change`: Emitted event when value change\n\n",
|
|
1394
|
+
"description": "Attributes:\n- `disabled`: Define if input is disabled\n- `display-selected-values`: 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- `edit-button-message`: Overwrite default \"edit\" button message\n- `help-text`: Add a help text under the input, usually expected data format and example\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `input-vertical-list`: Define if inputs are display verticaly\n- `invalid`: Define input invalid state\n- `label`: Define input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `name`: Define input name\nIf not set the value equals the identifier\n- `readonly`: Define if mg-input-checkbox is readonly\n- `required`: Define if mg-input-checkbox is required\n- `select-button-message`: Overwrite default \"select\" button message\n- `show-button-message`: Overwrite default \"show\" button message\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n- `type`: 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- `valid`: Define input valid state\n\nProperties:\n- `value`: Component value\nIf item.value is `null`, checkbox will be indeterminate by default\n\nMethods:\n- `displayError`: Display input error if it exists.\n- `setError`: Set an error and display a custom error message.\nThis method can be used to set the component's error state from its context by passing a boolean value to the `valid` parameter.\nIt must be paired with an error message to display for the given context.\nWhen used to set validity to `false`, you should use this method again to reset the validity to `true`.\n\nEvents:\n- `input-valid`: Emited event when checking validity\n- `value-change`: Emitted event when value change\n\n",
|
|
1140
1395
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1141
1396
|
"attributes": [
|
|
1142
1397
|
{
|
|
@@ -1158,6 +1413,15 @@
|
|
|
1158
1413
|
"required": false
|
|
1159
1414
|
}
|
|
1160
1415
|
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "edit-button-message",
|
|
1418
|
+
"description": "Overwrite default \"edit\" button message\n\nType: `string`",
|
|
1419
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1420
|
+
"value": {
|
|
1421
|
+
"type": "string",
|
|
1422
|
+
"required": false
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1161
1425
|
{
|
|
1162
1426
|
"name": "help-text",
|
|
1163
1427
|
"description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
|
|
@@ -1253,6 +1517,24 @@
|
|
|
1253
1517
|
"required": false
|
|
1254
1518
|
}
|
|
1255
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "select-button-message",
|
|
1522
|
+
"description": "Overwrite default \"select\" button message\n\nType: `string`",
|
|
1523
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1524
|
+
"value": {
|
|
1525
|
+
"type": "string",
|
|
1526
|
+
"required": false
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "show-button-message",
|
|
1531
|
+
"description": "Overwrite default \"show\" button message\n\nType: `string`",
|
|
1532
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1533
|
+
"value": {
|
|
1534
|
+
"type": "string",
|
|
1535
|
+
"required": false
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1256
1538
|
{
|
|
1257
1539
|
"name": "tooltip",
|
|
1258
1540
|
"description": "Add a tooltip message next to the input\n\nType: `string`",
|
|
@@ -1312,6 +1594,15 @@
|
|
|
1312
1594
|
"required": false
|
|
1313
1595
|
}
|
|
1314
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "editButtonMessage",
|
|
1599
|
+
"description": "Overwrite default \"edit\" button message\n\nType: `string`",
|
|
1600
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1601
|
+
"value": {
|
|
1602
|
+
"type": "string",
|
|
1603
|
+
"required": false
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1315
1606
|
{
|
|
1316
1607
|
"name": "helpText",
|
|
1317
1608
|
"description": "Add a help text under the input, usually expected data format and example\n\nType: `string`",
|
|
@@ -1407,6 +1698,24 @@
|
|
|
1407
1698
|
"required": false
|
|
1408
1699
|
}
|
|
1409
1700
|
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "selectButtonMessage",
|
|
1703
|
+
"description": "Overwrite default \"select\" button message\n\nType: `string`",
|
|
1704
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1705
|
+
"value": {
|
|
1706
|
+
"type": "string",
|
|
1707
|
+
"required": false
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "showButtonMessage",
|
|
1712
|
+
"description": "Overwrite default \"show\" button message\n\nType: `string`",
|
|
1713
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox--docs",
|
|
1714
|
+
"value": {
|
|
1715
|
+
"type": "string",
|
|
1716
|
+
"required": false
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1410
1719
|
{
|
|
1411
1720
|
"name": "tooltip",
|
|
1412
1721
|
"description": "Add a tooltip message next to the input\n\nType: `string`",
|
|
@@ -1464,152 +1773,9 @@
|
|
|
1464
1773
|
"description": "Emitted event when value change"
|
|
1465
1774
|
}
|
|
1466
1775
|
]
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
"name": "mg-input-checkbox-paginated",
|
|
1471
|
-
"description": "Internal component use to manage sections instances\n\nAttributes:\n- `current-page`: Current page\n- `disabled`: Define if mg-input-checkbox-list is disabled\n- `invalid`: Define mg-input-checkbox input invalid\n- `name`: Define mg-input-checkbox input name\n- `readonly`: Define if mg-input-checkbox-list is readonly\n- `section-kind`: Define section kind\n\nProperties:\n- `checkboxes`: Define checkboxes to paginate\n- `messages`: Define component message\n\nEvents:\n- `mass-action`: Emit 'mass-action' event\nused to informe that select-all/unselect-all button listner is triggered\n\n",
|
|
1472
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1473
|
-
"attributes": [
|
|
1474
|
-
{
|
|
1475
|
-
"name": "current-page",
|
|
1476
|
-
"description": "Current page\n\nType: `number`",
|
|
1477
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1478
|
-
"value": {
|
|
1479
|
-
"type": "number",
|
|
1480
|
-
"default": "1",
|
|
1481
|
-
"required": false
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "disabled",
|
|
1486
|
-
"description": "Define if mg-input-checkbox-list is disabled\n\nType: `boolean`",
|
|
1487
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1488
|
-
"value": {
|
|
1489
|
-
"type": "boolean",
|
|
1490
|
-
"required": false
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"name": "invalid",
|
|
1495
|
-
"description": "Define mg-input-checkbox input invalid\n\nType: `boolean`",
|
|
1496
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1497
|
-
"value": {
|
|
1498
|
-
"type": "boolean",
|
|
1499
|
-
"required": false
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "name",
|
|
1504
|
-
"description": "Define mg-input-checkbox input name\n\nType: `string`",
|
|
1505
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1506
|
-
"value": {
|
|
1507
|
-
"type": "string",
|
|
1508
|
-
"required": false
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"name": "readonly",
|
|
1513
|
-
"description": "Define if mg-input-checkbox-list is readonly\n\nType: `boolean`",
|
|
1514
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1515
|
-
"value": {
|
|
1516
|
-
"type": "boolean",
|
|
1517
|
-
"required": false
|
|
1518
|
-
}
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"name": "section-kind",
|
|
1522
|
-
"description": "Define section kind\n\nType: `SectionKind.NOT_SELECTED | SectionKind.SELECTED`",
|
|
1523
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1524
|
-
"value": {
|
|
1525
|
-
"type": "SectionKind.NOT_SELECTED | SectionKind.SELECTED",
|
|
1526
|
-
"required": false
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
],
|
|
1530
|
-
"js": {
|
|
1531
|
-
"properties": [
|
|
1532
|
-
{
|
|
1533
|
-
"name": "checkboxes",
|
|
1534
|
-
"description": "Define checkboxes to paginate\n\nType: `CheckboxItem[]`",
|
|
1535
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1536
|
-
"value": {
|
|
1537
|
-
"type": "CheckboxItem[]",
|
|
1538
|
-
"default": "[]",
|
|
1539
|
-
"required": false
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "currentPage",
|
|
1544
|
-
"description": "Current page\n\nType: `number`",
|
|
1545
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1546
|
-
"value": {
|
|
1547
|
-
"type": "number",
|
|
1548
|
-
"default": "1",
|
|
1549
|
-
"required": false
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "disabled",
|
|
1554
|
-
"description": "Define if mg-input-checkbox-list is disabled\n\nType: `boolean`",
|
|
1555
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1556
|
-
"value": {
|
|
1557
|
-
"type": "boolean",
|
|
1558
|
-
"required": false
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"name": "invalid",
|
|
1563
|
-
"description": "Define mg-input-checkbox input invalid\n\nType: `boolean`",
|
|
1564
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1565
|
-
"value": {
|
|
1566
|
-
"type": "boolean",
|
|
1567
|
-
"required": false
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "messages",
|
|
1572
|
-
"description": "Define component message\n\nType: `{ [x: string]: string; }`",
|
|
1573
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1574
|
-
"value": {
|
|
1575
|
-
"type": "{ [x: string]: string; }",
|
|
1576
|
-
"required": false
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "name",
|
|
1581
|
-
"description": "Define mg-input-checkbox input name\n\nType: `string`",
|
|
1582
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1583
|
-
"value": {
|
|
1584
|
-
"type": "string",
|
|
1585
|
-
"required": false
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"name": "readonly",
|
|
1590
|
-
"description": "Define if mg-input-checkbox-list is readonly\n\nType: `boolean`",
|
|
1591
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1592
|
-
"value": {
|
|
1593
|
-
"type": "boolean",
|
|
1594
|
-
"required": false
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "sectionKind",
|
|
1599
|
-
"description": "Define section kind\n\nType: `SectionKind.NOT_SELECTED | SectionKind.SELECTED`",
|
|
1600
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-checkbox-mg-input-checkbox-paginated--docs",
|
|
1601
|
-
"value": {
|
|
1602
|
-
"type": "SectionKind.NOT_SELECTED | SectionKind.SELECTED",
|
|
1603
|
-
"required": false
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
],
|
|
1607
|
-
"events": [
|
|
1608
|
-
{
|
|
1609
|
-
"name": "mass-action",
|
|
1610
|
-
"description": "Emit 'mass-action' event\nused to informe that select-all/unselect-all button listner is triggered"
|
|
1611
|
-
}
|
|
1612
|
-
]
|
|
1776
|
+
},
|
|
1777
|
+
"css": {
|
|
1778
|
+
"properties": []
|
|
1613
1779
|
}
|
|
1614
1780
|
},
|
|
1615
1781
|
{
|
|
@@ -1933,11 +2099,14 @@
|
|
|
1933
2099
|
"description": "Emited event when value change"
|
|
1934
2100
|
}
|
|
1935
2101
|
]
|
|
2102
|
+
},
|
|
2103
|
+
"css": {
|
|
2104
|
+
"properties": []
|
|
1936
2105
|
}
|
|
1937
2106
|
},
|
|
1938
2107
|
{
|
|
1939
2108
|
"name": "mg-input-numeric",
|
|
1940
|
-
"description": "Attributes:\n- `currency`: Define currency\n- `decimal-length`: Override decimal length\ndecimal is the number after the decimal point\n- `disabled`: Define if input is disabled\n- `format`: Set local formatting.\nNumbers are formatted based on the locale.\
|
|
2109
|
+
"description": "Attributes:\n- `currency`: Define currency\n- `decimal-length`: Override decimal length\ndecimal is the number after the decimal point\n- `disabled`: Define if input is disabled\n- `format`: Set local formatting.\nNumbers are formatted based on the locale.\n- `help-text`: Add a help text under the input, usually expected data format and example\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `integer-length`: Override integer length\ninteger is the number before the decimal point\n- `invalid`: Define input pattern error message\n- `label`: Input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `max`: Maximum value\n- `mg-width`: Define input width\n- `min`: Minimum value\n- `name`: Input name\nIf not set the value equals the identifier\n- `placeholder`: 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- `readonly`: Define if input is readonly\n- `required`: Define if input is required\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n- `type`: Define numeric type\n- `valid`: Define input pattern to validate\n- `value`: Component value\n\nMethods:\n- `displayError`: Display input error if it exists.\n- `setError`: Set an error and display a custom error message.\nThis method can be used to set the component's error state from its context by passing a boolean value to the `valid` parameter.\nIt must be paired with an error message to display for the given context.\nWhen used to set validity to `false`, you should use this method again to reset the validity to `true`.\n\nEvents:\n- `input-valid`: Emited event when checking validity\n- `value-change`: Emited event when value change\n\nSlots:\n- `append-input`: Content to display next to the input\n\n",
|
|
1941
2110
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
1942
2111
|
"attributes": [
|
|
1943
2112
|
{
|
|
@@ -1946,7 +2115,7 @@
|
|
|
1946
2115
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
1947
2116
|
"value": {
|
|
1948
2117
|
"type": "string",
|
|
1949
|
-
"default": "'
|
|
2118
|
+
"default": "'EUR'",
|
|
1950
2119
|
"required": false
|
|
1951
2120
|
}
|
|
1952
2121
|
},
|
|
@@ -1972,7 +2141,7 @@
|
|
|
1972
2141
|
},
|
|
1973
2142
|
{
|
|
1974
2143
|
"name": "format",
|
|
1975
|
-
"description": "Set local formatting.\nNumbers are formatted based on the locale.\
|
|
2144
|
+
"description": "Set local formatting.\nNumbers are formatted based on the locale.\n\nType: `\"currency\" | \"none\" | \"number\"`",
|
|
1976
2145
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
1977
2146
|
"value": {
|
|
1978
2147
|
"type": "\"currency\" | \"none\" | \"number\"",
|
|
@@ -2132,10 +2301,10 @@
|
|
|
2132
2301
|
},
|
|
2133
2302
|
{
|
|
2134
2303
|
"name": "type",
|
|
2135
|
-
"description": "Define numeric type\n\nType: `\"
|
|
2304
|
+
"description": "Define numeric type\n\nType: `\"decimal\" | \"integer\"`",
|
|
2136
2305
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
2137
2306
|
"value": {
|
|
2138
|
-
"type": "\"
|
|
2307
|
+
"type": "\"decimal\" | \"integer\"",
|
|
2139
2308
|
"default": "'decimal'",
|
|
2140
2309
|
"required": false
|
|
2141
2310
|
}
|
|
@@ -2167,7 +2336,7 @@
|
|
|
2167
2336
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
2168
2337
|
"value": {
|
|
2169
2338
|
"type": "string",
|
|
2170
|
-
"default": "'
|
|
2339
|
+
"default": "'EUR'",
|
|
2171
2340
|
"required": false
|
|
2172
2341
|
}
|
|
2173
2342
|
},
|
|
@@ -2193,7 +2362,7 @@
|
|
|
2193
2362
|
},
|
|
2194
2363
|
{
|
|
2195
2364
|
"name": "format",
|
|
2196
|
-
"description": "Set local formatting.\nNumbers are formatted based on the locale.\
|
|
2365
|
+
"description": "Set local formatting.\nNumbers are formatted based on the locale.\n\nType: `\"currency\" | \"none\" | \"number\"`",
|
|
2197
2366
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
2198
2367
|
"value": {
|
|
2199
2368
|
"type": "\"currency\" | \"none\" | \"number\"",
|
|
@@ -2353,10 +2522,10 @@
|
|
|
2353
2522
|
},
|
|
2354
2523
|
{
|
|
2355
2524
|
"name": "type",
|
|
2356
|
-
"description": "Define numeric type\n\nType: `\"
|
|
2525
|
+
"description": "Define numeric type\n\nType: `\"decimal\" | \"integer\"`",
|
|
2357
2526
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-numeric--docs",
|
|
2358
2527
|
"value": {
|
|
2359
|
-
"type": "\"
|
|
2528
|
+
"type": "\"decimal\" | \"integer\"",
|
|
2360
2529
|
"default": "'decimal'",
|
|
2361
2530
|
"required": false
|
|
2362
2531
|
}
|
|
@@ -2390,6 +2559,9 @@
|
|
|
2390
2559
|
"description": "Emited event when value change"
|
|
2391
2560
|
}
|
|
2392
2561
|
]
|
|
2562
|
+
},
|
|
2563
|
+
"css": {
|
|
2564
|
+
"properties": []
|
|
2393
2565
|
}
|
|
2394
2566
|
},
|
|
2395
2567
|
{
|
|
@@ -2731,6 +2903,9 @@
|
|
|
2731
2903
|
"description": "Emited event when value change"
|
|
2732
2904
|
}
|
|
2733
2905
|
]
|
|
2906
|
+
},
|
|
2907
|
+
"css": {
|
|
2908
|
+
"properties": []
|
|
2734
2909
|
}
|
|
2735
2910
|
},
|
|
2736
2911
|
{
|
|
@@ -3047,6 +3222,9 @@
|
|
|
3047
3222
|
"description": "Emitted event when value change"
|
|
3048
3223
|
}
|
|
3049
3224
|
]
|
|
3225
|
+
},
|
|
3226
|
+
"css": {
|
|
3227
|
+
"properties": []
|
|
3050
3228
|
}
|
|
3051
3229
|
},
|
|
3052
3230
|
{
|
|
@@ -3417,16 +3595,19 @@
|
|
|
3417
3595
|
"description": "Emited event when value change"
|
|
3418
3596
|
}
|
|
3419
3597
|
]
|
|
3598
|
+
},
|
|
3599
|
+
"css": {
|
|
3600
|
+
"properties": []
|
|
3420
3601
|
}
|
|
3421
3602
|
},
|
|
3422
3603
|
{
|
|
3423
3604
|
"name": "mg-input-text",
|
|
3424
|
-
"description": "Attributes:\n- `
|
|
3605
|
+
"description": "Attributes:\n- `character-left-hide`: Define if component should display character left\n- `disabled`: Define if input is disabled\n- `help-text`: Add a help text under the input, usually expected data format and example\n- `icon`: Input icon\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `invalid`: Define input invalid state\n- `label`: Input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `maxlength`: Input max length\n- `mg-width`: Define input width\n- `name`: Input name\nIf not set the value equals the identifier\n- `pattern`: 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- `pattern-error-message`: Define input pattern error message\n- `placeholder`: 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- `readonly`: Define if input is readonly\n- `required`: Define if input is required\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n- `type`: Input type\n- `valid`: Define input valid state\n- `value`: Component value\n\nProperties:\n- `datalistoptions`: Define datalist options\n\nMethods:\n- `displayError`: Display input error if it exists.\n- `setError`: Set an error and display a custom error message.\nThis method can be used to set the component's error state from its context by passing a boolean value to the `valid` parameter.\nIt must be paired with an error message to display for the given context.\nWhen used to set validity to `false`, you should use this method again to reset the validity to `true`.\n- `setFocus`: Public method to play input focus\n\nEvents:\n- `input-valid`: Emited event when checking validity\n- `value-change`: Emited event when value change\n\nSlots:\n- `append-input`: Content to display next to the input\n\n",
|
|
3425
3606
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3426
3607
|
"attributes": [
|
|
3427
3608
|
{
|
|
3428
|
-
"name": "
|
|
3429
|
-
"description": "Define if
|
|
3609
|
+
"name": "character-left-hide",
|
|
3610
|
+
"description": "Define if component should display character left\n\nType: `boolean`",
|
|
3430
3611
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3431
3612
|
"value": {
|
|
3432
3613
|
"type": "boolean",
|
|
@@ -3435,12 +3616,12 @@
|
|
|
3435
3616
|
}
|
|
3436
3617
|
},
|
|
3437
3618
|
{
|
|
3438
|
-
"name": "
|
|
3439
|
-
"description": "Define if
|
|
3619
|
+
"name": "disabled",
|
|
3620
|
+
"description": "Define if input is disabled\n\nType: `boolean`",
|
|
3440
3621
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3441
3622
|
"value": {
|
|
3442
3623
|
"type": "boolean",
|
|
3443
|
-
"default": "
|
|
3624
|
+
"default": "false",
|
|
3444
3625
|
"required": false
|
|
3445
3626
|
}
|
|
3446
3627
|
},
|
|
@@ -3455,10 +3636,10 @@
|
|
|
3455
3636
|
},
|
|
3456
3637
|
{
|
|
3457
3638
|
"name": "icon",
|
|
3458
|
-
"description": "Input icon\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
3639
|
+
"description": "Input icon\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
|
|
3459
3640
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3460
3641
|
"value": {
|
|
3461
|
-
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
3642
|
+
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
|
|
3462
3643
|
"required": false
|
|
3463
3644
|
}
|
|
3464
3645
|
},
|
|
@@ -3625,10 +3806,10 @@
|
|
|
3625
3806
|
},
|
|
3626
3807
|
{
|
|
3627
3808
|
"name": "value",
|
|
3628
|
-
"description": "Component value\n\nType: `
|
|
3809
|
+
"description": "Component value\n\nType: `any`",
|
|
3629
3810
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3630
3811
|
"value": {
|
|
3631
|
-
"type": "
|
|
3812
|
+
"type": "any",
|
|
3632
3813
|
"required": false
|
|
3633
3814
|
}
|
|
3634
3815
|
}
|
|
@@ -3636,31 +3817,31 @@
|
|
|
3636
3817
|
"js": {
|
|
3637
3818
|
"properties": [
|
|
3638
3819
|
{
|
|
3639
|
-
"name": "
|
|
3640
|
-
"description": "Define
|
|
3820
|
+
"name": "characterLeftHide",
|
|
3821
|
+
"description": "Define if component should display character left\n\nType: `boolean`",
|
|
3641
3822
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3642
3823
|
"value": {
|
|
3643
|
-
"type": "
|
|
3824
|
+
"type": "boolean",
|
|
3825
|
+
"default": "false",
|
|
3644
3826
|
"required": false
|
|
3645
3827
|
}
|
|
3646
3828
|
},
|
|
3647
3829
|
{
|
|
3648
|
-
"name": "
|
|
3649
|
-
"description": "Define
|
|
3830
|
+
"name": "datalistoptions",
|
|
3831
|
+
"description": "Define datalist options\n\nType: `Option[] | string[]`",
|
|
3650
3832
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3651
3833
|
"value": {
|
|
3652
|
-
"type": "
|
|
3653
|
-
"default": "false",
|
|
3834
|
+
"type": "Option[] | string[]",
|
|
3654
3835
|
"required": false
|
|
3655
3836
|
}
|
|
3656
3837
|
},
|
|
3657
3838
|
{
|
|
3658
|
-
"name": "
|
|
3659
|
-
"description": "Define if
|
|
3839
|
+
"name": "disabled",
|
|
3840
|
+
"description": "Define if input is disabled\n\nType: `boolean`",
|
|
3660
3841
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3661
3842
|
"value": {
|
|
3662
3843
|
"type": "boolean",
|
|
3663
|
-
"default": "
|
|
3844
|
+
"default": "false",
|
|
3664
3845
|
"required": false
|
|
3665
3846
|
}
|
|
3666
3847
|
},
|
|
@@ -3675,10 +3856,10 @@
|
|
|
3675
3856
|
},
|
|
3676
3857
|
{
|
|
3677
3858
|
"name": "icon",
|
|
3678
|
-
"description": "Input icon\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
3859
|
+
"description": "Input icon\n\nType: `\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"`",
|
|
3679
3860
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3680
3861
|
"value": {
|
|
3681
|
-
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"
|
|
3862
|
+
"type": "\"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"",
|
|
3682
3863
|
"required": false
|
|
3683
3864
|
}
|
|
3684
3865
|
},
|
|
@@ -3845,10 +4026,10 @@
|
|
|
3845
4026
|
},
|
|
3846
4027
|
{
|
|
3847
4028
|
"name": "value",
|
|
3848
|
-
"description": "Component value\n\nType: `
|
|
4029
|
+
"description": "Component value\n\nType: `any`",
|
|
3849
4030
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-text--docs",
|
|
3850
4031
|
"value": {
|
|
3851
|
-
"type": "
|
|
4032
|
+
"type": "any",
|
|
3852
4033
|
"required": false
|
|
3853
4034
|
}
|
|
3854
4035
|
}
|
|
@@ -3863,16 +4044,19 @@
|
|
|
3863
4044
|
"description": "Emited event when value change"
|
|
3864
4045
|
}
|
|
3865
4046
|
]
|
|
4047
|
+
},
|
|
4048
|
+
"css": {
|
|
4049
|
+
"properties": []
|
|
3866
4050
|
}
|
|
3867
4051
|
},
|
|
3868
4052
|
{
|
|
3869
4053
|
"name": "mg-input-textarea",
|
|
3870
|
-
"description": "Attributes:\n- `
|
|
4054
|
+
"description": "Attributes:\n- `character-left-hide`: Define if component should display character left\n- `disabled`: Define if input is disabled\n- `help-text`: Add a help text under the input, usually expected data format and example\n- `identifier`: Identifier is used for the element ID (id is a reserved prop in Stencil.js)\n- `invalid`: Define input invalid state\n- `label`: Input label\n- `label-hide`: Define if label is visible\n- `label-on-top`: Define if label is displayed on top\n- `maxlength`: Input max length\n- `mg-width`: Define input width\n- `name`: Input name\nIf not set the value equals the identifier\n- `pattern`: 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- `pattern-error-message`: Define input pattern error message\n- `placeholder`: 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- `readonly`: Define if input is readonly\n- `required`: Define if input is required\n- `resizable`: Define if input is resizable\n- `rows`: Define the number of visible text lines for the control\n- `tooltip`: Add a tooltip message next to the input\n- `tooltip-position`: Define tooltip position\n- `valid`: Define input valid state\n- `value`: Component value\n\nMethods:\n- `displayError`: Display input error if it exists.\n- `setError`: Set an error and display a custom error message.\nThis method can be used to set the component's error state from its context by passing a boolean value to the `valid` parameter.\nIt must be paired with an error message to display for the given context.\nWhen used to set validity to `false`, you should use this method again to reset the validity to `true`.\n\nEvents:\n- `input-valid`: Emited event when checking validity\n- `value-change`: Emited event when value change\n\n",
|
|
3871
4055
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
3872
4056
|
"attributes": [
|
|
3873
4057
|
{
|
|
3874
|
-
"name": "
|
|
3875
|
-
"description": "Define if
|
|
4058
|
+
"name": "character-left-hide",
|
|
4059
|
+
"description": "Define if component should display character left\n\nType: `boolean`",
|
|
3876
4060
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
3877
4061
|
"value": {
|
|
3878
4062
|
"type": "boolean",
|
|
@@ -3881,12 +4065,12 @@
|
|
|
3881
4065
|
}
|
|
3882
4066
|
},
|
|
3883
4067
|
{
|
|
3884
|
-
"name": "
|
|
3885
|
-
"description": "Define if
|
|
4068
|
+
"name": "disabled",
|
|
4069
|
+
"description": "Define if input is disabled\n\nType: `boolean`",
|
|
3886
4070
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
3887
4071
|
"value": {
|
|
3888
4072
|
"type": "boolean",
|
|
3889
|
-
"default": "
|
|
4073
|
+
"default": "false",
|
|
3890
4074
|
"required": false
|
|
3891
4075
|
}
|
|
3892
4076
|
},
|
|
@@ -4083,8 +4267,8 @@
|
|
|
4083
4267
|
"js": {
|
|
4084
4268
|
"properties": [
|
|
4085
4269
|
{
|
|
4086
|
-
"name": "
|
|
4087
|
-
"description": "Define if
|
|
4270
|
+
"name": "characterLeftHide",
|
|
4271
|
+
"description": "Define if component should display character left\n\nType: `boolean`",
|
|
4088
4272
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4089
4273
|
"value": {
|
|
4090
4274
|
"type": "boolean",
|
|
@@ -4093,12 +4277,12 @@
|
|
|
4093
4277
|
}
|
|
4094
4278
|
},
|
|
4095
4279
|
{
|
|
4096
|
-
"name": "
|
|
4097
|
-
"description": "Define if
|
|
4280
|
+
"name": "disabled",
|
|
4281
|
+
"description": "Define if input is disabled\n\nType: `boolean`",
|
|
4098
4282
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4099
4283
|
"value": {
|
|
4100
4284
|
"type": "boolean",
|
|
4101
|
-
"default": "
|
|
4285
|
+
"default": "false",
|
|
4102
4286
|
"required": false
|
|
4103
4287
|
}
|
|
4104
4288
|
},
|
|
@@ -4251,143 +4435,60 @@
|
|
|
4251
4435
|
"value": {
|
|
4252
4436
|
"type": "number",
|
|
4253
4437
|
"default": "3",
|
|
4254
|
-
"required": false
|
|
4255
|
-
}
|
|
4256
|
-
},
|
|
4257
|
-
{
|
|
4258
|
-
"name": "tooltip",
|
|
4259
|
-
"description": "Add a tooltip message next to the input\n\nType: `string`",
|
|
4260
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4261
|
-
"value": {
|
|
4262
|
-
"type": "string",
|
|
4263
|
-
"required": false
|
|
4264
|
-
}
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
"name": "tooltipPosition",
|
|
4268
|
-
"description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
|
|
4269
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4270
|
-
"value": {
|
|
4271
|
-
"type": "\"input\" | \"label\"",
|
|
4272
|
-
"default": "'input'",
|
|
4273
|
-
"required": false
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
|
-
{
|
|
4277
|
-
"name": "valid",
|
|
4278
|
-
"description": "Define input valid state\n\nType: `boolean`",
|
|
4279
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4280
|
-
"value": {
|
|
4281
|
-
"type": "boolean",
|
|
4282
|
-
"required": false
|
|
4283
|
-
}
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"name": "value",
|
|
4287
|
-
"description": "Component value\n\nType: `string`",
|
|
4288
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4289
|
-
"value": {
|
|
4290
|
-
"type": "string",
|
|
4291
|
-
"required": false
|
|
4292
|
-
}
|
|
4293
|
-
}
|
|
4294
|
-
],
|
|
4295
|
-
"events": [
|
|
4296
|
-
{
|
|
4297
|
-
"name": "input-valid",
|
|
4298
|
-
"description": "Emited event when checking validity"
|
|
4299
|
-
},
|
|
4300
|
-
{
|
|
4301
|
-
"name": "value-change",
|
|
4302
|
-
"description": "Emited event when value change"
|
|
4303
|
-
}
|
|
4304
|
-
]
|
|
4305
|
-
}
|
|
4306
|
-
},
|
|
4307
|
-
{
|
|
4308
|
-
"name": "mg-input-title",
|
|
4309
|
-
"description": "Attributes:\n- `identifier`: Label input id\n- `is-legend`: Switch from label to fieldset sementic\n- `readonly`: If input is required an asterisk is added at the end of the label\n- `required`: If input is required an asterisk is added at the end of the label\n\nSlots:\n- ``: Title content\n\n",
|
|
4310
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-input-title--docs",
|
|
4311
|
-
"attributes": [
|
|
4312
|
-
{
|
|
4313
|
-
"name": "identifier",
|
|
4314
|
-
"description": "Label input id\n\nType: `string`",
|
|
4315
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-input-title--docs",
|
|
4316
|
-
"value": {
|
|
4317
|
-
"type": "string",
|
|
4318
|
-
"required": true
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"name": "is-legend",
|
|
4323
|
-
"description": "Switch from label to fieldset sementic\n\nType: `boolean`",
|
|
4324
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-input-title--docs",
|
|
4325
|
-
"value": {
|
|
4326
|
-
"type": "boolean",
|
|
4327
|
-
"default": "false",
|
|
4328
|
-
"required": false
|
|
4329
|
-
}
|
|
4330
|
-
},
|
|
4331
|
-
{
|
|
4332
|
-
"name": "readonly",
|
|
4333
|
-
"description": "If input is required an asterisk is added at the end of the label\n\nType: `boolean`",
|
|
4334
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-input-title--docs",
|
|
4335
|
-
"value": {
|
|
4336
|
-
"type": "boolean",
|
|
4337
|
-
"required": false
|
|
4338
|
-
}
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"name": "required",
|
|
4342
|
-
"description": "If input is required an asterisk is added at the end of the label\n\nType: `boolean`",
|
|
4343
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/atoms-mg-input-title--docs",
|
|
4344
|
-
"value": {
|
|
4345
|
-
"type": "boolean",
|
|
4346
|
-
"required": false
|
|
4347
|
-
}
|
|
4348
|
-
}
|
|
4349
|
-
],
|
|
4350
|
-
"js": {
|
|
4351
|
-
"properties": [
|
|
4438
|
+
"required": false
|
|
4439
|
+
}
|
|
4440
|
+
},
|
|
4352
4441
|
{
|
|
4353
|
-
"name": "
|
|
4354
|
-
"description": "
|
|
4355
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/
|
|
4442
|
+
"name": "tooltip",
|
|
4443
|
+
"description": "Add a tooltip message next to the input\n\nType: `string`",
|
|
4444
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4356
4445
|
"value": {
|
|
4357
4446
|
"type": "string",
|
|
4358
|
-
"required":
|
|
4447
|
+
"required": false
|
|
4359
4448
|
}
|
|
4360
4449
|
},
|
|
4361
4450
|
{
|
|
4362
|
-
"name": "
|
|
4363
|
-
"description": "
|
|
4364
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/
|
|
4451
|
+
"name": "tooltipPosition",
|
|
4452
|
+
"description": "Define tooltip position\n\nType: `\"input\" | \"label\"`",
|
|
4453
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4365
4454
|
"value": {
|
|
4366
|
-
"type": "
|
|
4367
|
-
"default": "
|
|
4455
|
+
"type": "\"input\" | \"label\"",
|
|
4456
|
+
"default": "'input'",
|
|
4368
4457
|
"required": false
|
|
4369
4458
|
}
|
|
4370
4459
|
},
|
|
4371
4460
|
{
|
|
4372
|
-
"name": "
|
|
4373
|
-
"description": "
|
|
4374
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/
|
|
4461
|
+
"name": "valid",
|
|
4462
|
+
"description": "Define input valid state\n\nType: `boolean`",
|
|
4463
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4375
4464
|
"value": {
|
|
4376
4465
|
"type": "boolean",
|
|
4377
4466
|
"required": false
|
|
4378
4467
|
}
|
|
4379
4468
|
},
|
|
4380
4469
|
{
|
|
4381
|
-
"name": "
|
|
4382
|
-
"description": "
|
|
4383
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/
|
|
4470
|
+
"name": "value",
|
|
4471
|
+
"description": "Component value\n\nType: `string`",
|
|
4472
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-inputs-mg-input-textarea--docs",
|
|
4384
4473
|
"value": {
|
|
4385
|
-
"type": "
|
|
4474
|
+
"type": "string",
|
|
4386
4475
|
"required": false
|
|
4387
4476
|
}
|
|
4388
4477
|
}
|
|
4389
4478
|
],
|
|
4390
|
-
"events": [
|
|
4479
|
+
"events": [
|
|
4480
|
+
{
|
|
4481
|
+
"name": "input-valid",
|
|
4482
|
+
"description": "Emited event when checking validity"
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"name": "value-change",
|
|
4486
|
+
"description": "Emited event when value change"
|
|
4487
|
+
}
|
|
4488
|
+
]
|
|
4489
|
+
},
|
|
4490
|
+
"css": {
|
|
4491
|
+
"properties": []
|
|
4391
4492
|
}
|
|
4392
4493
|
},
|
|
4393
4494
|
{
|
|
@@ -4666,56 +4767,9 @@
|
|
|
4666
4767
|
"description": "Emited event when value change"
|
|
4667
4768
|
}
|
|
4668
4769
|
]
|
|
4669
|
-
}
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
"name": "mg-item-more",
|
|
4673
|
-
"description": "Attributes:\n- `size`: Define component child menu size.\n\nProperties:\n- `icon`: Define icon\n- `slotlabel`: Define slot label element\n\n",
|
|
4674
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-item-more--docs",
|
|
4675
|
-
"attributes": [
|
|
4676
|
-
{
|
|
4677
|
-
"name": "size",
|
|
4678
|
-
"description": "Define component child menu size.\n\nType: `\"large\" | \"medium\" | \"regular\"`",
|
|
4679
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-item-more--docs",
|
|
4680
|
-
"value": {
|
|
4681
|
-
"type": "\"large\" | \"medium\" | \"regular\"",
|
|
4682
|
-
"required": false
|
|
4683
|
-
}
|
|
4684
|
-
}
|
|
4685
|
-
],
|
|
4686
|
-
"js": {
|
|
4687
|
-
"properties": [
|
|
4688
|
-
{
|
|
4689
|
-
"name": "icon",
|
|
4690
|
-
"description": "Define icon\n\nType: `{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"question-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }`",
|
|
4691
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-item-more--docs",
|
|
4692
|
-
"value": {
|
|
4693
|
-
"type": "{ icon: \"filter\" | \"copy\" | \"link\" | \"picture\" | \"table\" | \"circle\" | \"download\" | \"history\" | \"location\" | \"key\" | \"loader\" | \"address-card\" | \"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\" | \"ban\" | \"bell\" | \"bell-outline\" | \"book\" | \"book-outline\" | \"briefcase\" | \"briefcase-outline\" | \"building-outline\" | \"calculator\" | \"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-outline\" | \"comment-sms\" | \"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-slash\" | \"fax\" | \"fax-outline\" | \"file\" | \"file-cog\" | \"file-download\" | \"file-excel\" | \"file-excel-outline\" | \"file-outline\" | \"file-pdf\" | \"file-pdf-outline\" | \"file-text\" | \"file-text-outline\" | \"file-upload\" | \"file-word\" | \"file-word-outline\" | \"filter-outline\" | \"floppy-disk\" | \"floppy-disk-outline\" | \"folder\" | \"folder-check\" | \"folder-check-outline\" | \"folder-lines\" | \"folder-lines-outline\" | \"folder-link\" | \"folder-link-outline\" | \"folder-outline\" | \"folder-star\" | \"folders\" | \"folders-outline\" | \"gavel\" | \"gavel-outline\" | \"graduation-cap\" | \"graduation-cap-outline\" | \"hand-up\" | \"home\" | \"home-outline\" | \"info-circle\" | \"info-circle-outline\" | \"interrogation-circle\" | \"interrogation-circle-outline\" | \"laptop\" | \"life-ring\" | \"lines-rectangle\" | \"lines-rectangle-outline\" | \"list\" | \"location-outline\" | \"lock\" | \"lock-outline\" | \"log-in\" | \"log-out\" | \"magnifying-glass\" | \"mail\" | \"mail-outline\" | \"messages-square\" | \"messages-square-outline\" | \"mobile\" | \"mobile-outline\" | \"notes\" | \"notes-outline\" | \"paper-plane\" | \"paper-plane-slash\" | \"paperclip\" | \"pen\" | \"pen-circle\" | \"pen-fancy\" | \"pen-fancy-files-outline\" | \"pen-fancy-outline\" | \"pen-outline\" | \"phone\" | \"phone-outline\" | \"picture-outline\" | \"play-circle\" | \"plus\" | \"plus-circle\" | \"question-circle\" | \"share\" | \"share-outline\" | \"shuffle\" | \"sitemap\" | \"sliders\" | \"sliders-outline\" | \"squares\" | \"star\" | \"star-outline\" | \"tag\" | \"tags\" | \"thumb-down\" | \"thumb-down-outline\" | \"thumb-up\" | \"thumb-up-outline\" | \"thumbtack\" | \"thumbtack-outline\" | \"trash\" | \"trash-outline\" | \"universal-access\" | \"unlink\" | \"unlock\" | \"unlock-outline\" | \"upload\" | \"user\" | \"user-circle\" | \"user-group\" | \"user-lock\" | \"user-outline\" | \"user-pen-fancy-outline\" | \"user-plus\" | \"user-question-outline\" | \"user-shield-outline\" | \"users\" | \"users-outline\" | \"wallet\" | \"wallet-outline\"; }",
|
|
4694
|
-
"default": "{ icon: 'ellipsis-vertical' }",
|
|
4695
|
-
"required": false
|
|
4696
|
-
}
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"name": "size",
|
|
4700
|
-
"description": "Define component child menu size.\n\nType: `\"large\" | \"medium\" | \"regular\"`",
|
|
4701
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-item-more--docs",
|
|
4702
|
-
"value": {
|
|
4703
|
-
"type": "\"large\" | \"medium\" | \"regular\"",
|
|
4704
|
-
"required": false
|
|
4705
|
-
}
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"name": "slotlabel",
|
|
4709
|
-
"description": "Define slot label element\n\nType: `{ label?: string; display?: boolean; }`",
|
|
4710
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-item-more--docs",
|
|
4711
|
-
"value": {
|
|
4712
|
-
"type": "{ label?: string; display?: boolean; }",
|
|
4713
|
-
"default": "{ display: false }",
|
|
4714
|
-
"required": false
|
|
4715
|
-
}
|
|
4716
|
-
}
|
|
4717
|
-
],
|
|
4718
|
-
"events": []
|
|
4770
|
+
},
|
|
4771
|
+
"css": {
|
|
4772
|
+
"properties": []
|
|
4719
4773
|
}
|
|
4720
4774
|
},
|
|
4721
4775
|
{
|
|
@@ -4764,6 +4818,9 @@
|
|
|
4764
4818
|
}
|
|
4765
4819
|
],
|
|
4766
4820
|
"events": []
|
|
4821
|
+
},
|
|
4822
|
+
"css": {
|
|
4823
|
+
"properties": []
|
|
4767
4824
|
}
|
|
4768
4825
|
},
|
|
4769
4826
|
{
|
|
@@ -4773,10 +4830,10 @@
|
|
|
4773
4830
|
"attributes": [
|
|
4774
4831
|
{
|
|
4775
4832
|
"name": "direction",
|
|
4776
|
-
"description": "Component display direction.\n\nType:
|
|
4833
|
+
"description": "Component display direction.\n\nType: `\"horizontal\" | \"vertical\"`",
|
|
4777
4834
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu--docs",
|
|
4778
4835
|
"value": {
|
|
4779
|
-
"type": "
|
|
4836
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
4780
4837
|
"default": "Direction.HORIZONTAL",
|
|
4781
4838
|
"required": false
|
|
4782
4839
|
}
|
|
@@ -4792,11 +4849,11 @@
|
|
|
4792
4849
|
},
|
|
4793
4850
|
{
|
|
4794
4851
|
"name": "size",
|
|
4795
|
-
"description": "Define mg-menu size\n\nType: `\"large\" | \"medium\" | \"
|
|
4852
|
+
"description": "Define mg-menu size\n\nType: `\"large\" | \"medium\" | \"xlarge\"`",
|
|
4796
4853
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu--docs",
|
|
4797
4854
|
"value": {
|
|
4798
|
-
"type": "\"large\" | \"medium\" | \"
|
|
4799
|
-
"default": "'
|
|
4855
|
+
"type": "\"large\" | \"medium\" | \"xlarge\"",
|
|
4856
|
+
"default": "'medium'",
|
|
4800
4857
|
"required": false
|
|
4801
4858
|
}
|
|
4802
4859
|
}
|
|
@@ -4805,20 +4862,20 @@
|
|
|
4805
4862
|
"properties": [
|
|
4806
4863
|
{
|
|
4807
4864
|
"name": "direction",
|
|
4808
|
-
"description": "Component display direction.\n\nType:
|
|
4865
|
+
"description": "Component display direction.\n\nType: `\"horizontal\" | \"vertical\"`",
|
|
4809
4866
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu--docs",
|
|
4810
4867
|
"value": {
|
|
4811
|
-
"type": "
|
|
4868
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
4812
4869
|
"default": "Direction.HORIZONTAL",
|
|
4813
4870
|
"required": false
|
|
4814
4871
|
}
|
|
4815
4872
|
},
|
|
4816
4873
|
{
|
|
4817
4874
|
"name": "itemmore",
|
|
4818
|
-
"description": "Customize \"mg-item-more\" element\nUsed with direction: 'vertical' to manage overflow\n\nType: `{ size?: \"
|
|
4875
|
+
"description": "Customize \"mg-item-more\" element\nUsed with direction: 'vertical' to manage overflow\n\nType: `{ size?: \"medium\" | \"large\" | \"xlarge\"; icon?: IconType; slotlabel?: SlotLabelType; }`",
|
|
4819
4876
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu--docs",
|
|
4820
4877
|
"value": {
|
|
4821
|
-
"type": "{ size?: \"
|
|
4878
|
+
"type": "{ size?: \"medium\" | \"large\" | \"xlarge\"; icon?: IconType; slotlabel?: SlotLabelType; }",
|
|
4822
4879
|
"required": false
|
|
4823
4880
|
}
|
|
4824
4881
|
},
|
|
@@ -4833,16 +4890,24 @@
|
|
|
4833
4890
|
},
|
|
4834
4891
|
{
|
|
4835
4892
|
"name": "size",
|
|
4836
|
-
"description": "Define mg-menu size\n\nType: `\"large\" | \"medium\" | \"
|
|
4893
|
+
"description": "Define mg-menu size\n\nType: `\"large\" | \"medium\" | \"xlarge\"`",
|
|
4837
4894
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu--docs",
|
|
4838
4895
|
"value": {
|
|
4839
|
-
"type": "\"large\" | \"medium\" | \"
|
|
4840
|
-
"default": "'
|
|
4896
|
+
"type": "\"large\" | \"medium\" | \"xlarge\"",
|
|
4897
|
+
"default": "'medium'",
|
|
4841
4898
|
"required": false
|
|
4842
4899
|
}
|
|
4843
4900
|
}
|
|
4844
4901
|
],
|
|
4845
4902
|
"events": []
|
|
4903
|
+
},
|
|
4904
|
+
"css": {
|
|
4905
|
+
"properties": [
|
|
4906
|
+
{
|
|
4907
|
+
"name": "--mg-c-menu-color-background",
|
|
4908
|
+
"description": "Defines the background color of the menu. Unset by default, fallback on `--mg-b-color-light`."
|
|
4909
|
+
}
|
|
4910
|
+
]
|
|
4846
4911
|
}
|
|
4847
4912
|
},
|
|
4848
4913
|
{
|
|
@@ -4881,10 +4946,10 @@
|
|
|
4881
4946
|
},
|
|
4882
4947
|
{
|
|
4883
4948
|
"name": "status",
|
|
4884
|
-
"description": "Define menu-item status.\n\nType:
|
|
4949
|
+
"description": "Define menu-item status.\n\nType: `\"active\" | \"disabled\" | \"hidden\" | \"visible\"`",
|
|
4885
4950
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu-item--docs",
|
|
4886
4951
|
"value": {
|
|
4887
|
-
"type": "
|
|
4952
|
+
"type": "\"active\" | \"disabled\" | \"hidden\" | \"visible\"",
|
|
4888
4953
|
"default": "Status.VISIBLE",
|
|
4889
4954
|
"required": false
|
|
4890
4955
|
}
|
|
@@ -4932,10 +4997,10 @@
|
|
|
4932
4997
|
},
|
|
4933
4998
|
{
|
|
4934
4999
|
"name": "status",
|
|
4935
|
-
"description": "Define menu-item status.\n\nType:
|
|
5000
|
+
"description": "Define menu-item status.\n\nType: `\"active\" | \"disabled\" | \"hidden\" | \"visible\"`",
|
|
4936
5001
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-menu-mg-menu-item--docs",
|
|
4937
5002
|
"value": {
|
|
4938
|
-
"type": "
|
|
5003
|
+
"type": "\"active\" | \"disabled\" | \"hidden\" | \"visible\"",
|
|
4939
5004
|
"default": "Status.VISIBLE",
|
|
4940
5005
|
"required": false
|
|
4941
5006
|
}
|
|
@@ -4964,68 +5029,46 @@
|
|
|
4964
5029
|
"description": "Emited event when status change"
|
|
4965
5030
|
}
|
|
4966
5031
|
]
|
|
5032
|
+
},
|
|
5033
|
+
"css": {
|
|
5034
|
+
"properties": [
|
|
5035
|
+
{
|
|
5036
|
+
"name": "--mg-c-menu-item-color",
|
|
5037
|
+
"description": "Defines menu item global color, used for bottom line and active tabs. Default value: `--mg-b-color-app`."
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "--mg-c-menu-item-color-text",
|
|
5041
|
+
"description": "Defines the color of the menu item. Unset by default, fallback on `--mg-b-color-dark`."
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"name": "--mg-c-menu-item-navigation-button-max-width",
|
|
5045
|
+
"description": "Defines the max-width property for the navigation button. Unset by default."
|
|
5046
|
+
}
|
|
5047
|
+
]
|
|
4967
5048
|
}
|
|
4968
5049
|
},
|
|
4969
5050
|
{
|
|
4970
5051
|
"name": "mg-message",
|
|
4971
|
-
"description": "Attributes:\n- `
|
|
5052
|
+
"description": "Attributes:\n- `variant`: Define variant\n- `variant-style`: Define variant style\n\nSlots:\n- ``: Message content\n- `actions`: Actions content\n\n",
|
|
4972
5053
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
4973
5054
|
"attributes": [
|
|
4974
5055
|
{
|
|
4975
|
-
"name": "
|
|
4976
|
-
"description": "Define
|
|
4977
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
4978
|
-
"value": {
|
|
4979
|
-
"type": "boolean",
|
|
4980
|
-
"default": "false",
|
|
4981
|
-
"required": false
|
|
4982
|
-
}
|
|
4983
|
-
},
|
|
4984
|
-
{
|
|
4985
|
-
"name": "delay",
|
|
4986
|
-
"description": "Add a delay to hide/close message when it passed\nValue is defined in seconds and must greater than 2 seconds (PDA9-314 RG-06)\n\nType: `number`",
|
|
4987
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
4988
|
-
"value": {
|
|
4989
|
-
"type": "number",
|
|
4990
|
-
"required": false
|
|
4991
|
-
}
|
|
4992
|
-
},
|
|
4993
|
-
{
|
|
4994
|
-
"name": "hide",
|
|
4995
|
-
"description": "Define if message is hidden\n\nType: `boolean`",
|
|
4996
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
4997
|
-
"value": {
|
|
4998
|
-
"type": "boolean",
|
|
4999
|
-
"default": "false",
|
|
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)\nIf not set, it will be created.\n\nType: `string`",
|
|
5006
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5007
|
-
"value": {
|
|
5008
|
-
"type": "string",
|
|
5009
|
-
"default": "createID('mg-message')",
|
|
5010
|
-
"required": false
|
|
5011
|
-
}
|
|
5012
|
-
},
|
|
5013
|
-
{
|
|
5014
|
-
"name": "no-aria-role",
|
|
5015
|
-
"description": "Define if aria role is unset\nFor a11y reasons, `<mg-message />` was design for `alert` needs with attached semantic role: `status`, `alert`.\nBy toggle this props to `true`, you can unset the role to benefit from the template without any semantic role.\nBe careful to set the mode according to the context needs.\n\nType: `boolean`",
|
|
5056
|
+
"name": "variant",
|
|
5057
|
+
"description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
|
|
5016
5058
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5017
5059
|
"value": {
|
|
5018
|
-
"type": "
|
|
5060
|
+
"type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
5061
|
+
"default": "'info'",
|
|
5019
5062
|
"required": false
|
|
5020
5063
|
}
|
|
5021
5064
|
},
|
|
5022
5065
|
{
|
|
5023
|
-
"name": "variant",
|
|
5024
|
-
"description": "
|
|
5066
|
+
"name": "variant-style",
|
|
5067
|
+
"description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
|
|
5025
5068
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5026
5069
|
"value": {
|
|
5027
|
-
"type": "\"
|
|
5028
|
-
"default": "
|
|
5070
|
+
"type": "\"background\" | \"bar-left\"",
|
|
5071
|
+
"default": "'bar-left'",
|
|
5029
5072
|
"required": false
|
|
5030
5073
|
}
|
|
5031
5074
|
}
|
|
@@ -5033,79 +5076,40 @@
|
|
|
5033
5076
|
"js": {
|
|
5034
5077
|
"properties": [
|
|
5035
5078
|
{
|
|
5036
|
-
"name": "
|
|
5037
|
-
"description": "Define
|
|
5038
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5039
|
-
"value": {
|
|
5040
|
-
"type": "boolean",
|
|
5041
|
-
"default": "false",
|
|
5042
|
-
"required": false
|
|
5043
|
-
}
|
|
5044
|
-
},
|
|
5045
|
-
{
|
|
5046
|
-
"name": "delay",
|
|
5047
|
-
"description": "Add a delay to hide/close message when it passed\nValue is defined in seconds and must greater than 2 seconds (PDA9-314 RG-06)\n\nType: `number`",
|
|
5048
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5049
|
-
"value": {
|
|
5050
|
-
"type": "number",
|
|
5051
|
-
"required": false
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
{
|
|
5055
|
-
"name": "hide",
|
|
5056
|
-
"description": "Define if message is hidden\n\nType: `boolean`",
|
|
5057
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5058
|
-
"value": {
|
|
5059
|
-
"type": "boolean",
|
|
5060
|
-
"default": "false",
|
|
5061
|
-
"required": false
|
|
5062
|
-
}
|
|
5063
|
-
},
|
|
5064
|
-
{
|
|
5065
|
-
"name": "identifier",
|
|
5066
|
-
"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`",
|
|
5067
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5068
|
-
"value": {
|
|
5069
|
-
"type": "string",
|
|
5070
|
-
"default": "createID('mg-message')",
|
|
5071
|
-
"required": false
|
|
5072
|
-
}
|
|
5073
|
-
},
|
|
5074
|
-
{
|
|
5075
|
-
"name": "noAriaRole",
|
|
5076
|
-
"description": "Define if aria role is unset\nFor a11y reasons, `<mg-message />` was design for `alert` needs with attached semantic role: `status`, `alert`.\nBy toggle this props to `true`, you can unset the role to benefit from the template without any semantic role.\nBe careful to set the mode according to the context needs.\n\nType: `boolean`",
|
|
5079
|
+
"name": "variant",
|
|
5080
|
+
"description": "Define variant\n\nType: `\"danger\" | \"info\" | \"success\" | \"warning\"`",
|
|
5077
5081
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5078
5082
|
"value": {
|
|
5079
|
-
"type": "
|
|
5083
|
+
"type": "\"danger\" | \"info\" | \"success\" | \"warning\"",
|
|
5084
|
+
"default": "'info'",
|
|
5080
5085
|
"required": false
|
|
5081
5086
|
}
|
|
5082
5087
|
},
|
|
5083
5088
|
{
|
|
5084
|
-
"name": "
|
|
5085
|
-
"description": "
|
|
5089
|
+
"name": "variantStyle",
|
|
5090
|
+
"description": "Define variant style\n\nType: `\"background\" | \"bar-left\"`",
|
|
5086
5091
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-message--docs",
|
|
5087
5092
|
"value": {
|
|
5088
|
-
"type": "\"
|
|
5089
|
-
"default": "
|
|
5093
|
+
"type": "\"background\" | \"bar-left\"",
|
|
5094
|
+
"default": "'bar-left'",
|
|
5090
5095
|
"required": false
|
|
5091
5096
|
}
|
|
5092
5097
|
}
|
|
5093
5098
|
],
|
|
5094
|
-
"events": [
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
},
|
|
5099
|
+
"events": []
|
|
5100
|
+
},
|
|
5101
|
+
"css": {
|
|
5102
|
+
"properties": [
|
|
5099
5103
|
{
|
|
5100
|
-
"name": "
|
|
5101
|
-
"description": "
|
|
5104
|
+
"name": "--mg-c-message-border-radius",
|
|
5105
|
+
"description": "Defines the border radius of the message. Default value: `--mg-b-size-radius`."
|
|
5102
5106
|
}
|
|
5103
5107
|
]
|
|
5104
5108
|
}
|
|
5105
5109
|
},
|
|
5106
5110
|
{
|
|
5107
5111
|
"name": "mg-modal",
|
|
5108
|
-
"description": "Attributes:\n- `close-button`: Define if modal has a cross button\n- `dialog-role`: Modal dialog role.\n- `
|
|
5112
|
+
"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-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",
|
|
5109
5113
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
|
|
5110
5114
|
"attributes": [
|
|
5111
5115
|
{
|
|
@@ -5128,15 +5132,6 @@
|
|
|
5128
5132
|
"required": false
|
|
5129
5133
|
}
|
|
5130
5134
|
},
|
|
5131
|
-
{
|
|
5132
|
-
"name": "hide",
|
|
5133
|
-
"description": "Define if modal is hidden\n\nType: `boolean`",
|
|
5134
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
|
|
5135
|
-
"value": {
|
|
5136
|
-
"type": "boolean",
|
|
5137
|
-
"required": false
|
|
5138
|
-
}
|
|
5139
|
-
},
|
|
5140
5135
|
{
|
|
5141
5136
|
"name": "identifier",
|
|
5142
5137
|
"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`",
|
|
@@ -5155,6 +5150,16 @@
|
|
|
5155
5150
|
"type": "string",
|
|
5156
5151
|
"required": true
|
|
5157
5152
|
}
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"name": "open",
|
|
5156
|
+
"description": "Define if modal is open\n\nType: `boolean`",
|
|
5157
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
|
|
5158
|
+
"value": {
|
|
5159
|
+
"type": "boolean",
|
|
5160
|
+
"default": "false",
|
|
5161
|
+
"required": false
|
|
5162
|
+
}
|
|
5158
5163
|
}
|
|
5159
5164
|
],
|
|
5160
5165
|
"js": {
|
|
@@ -5179,15 +5184,6 @@
|
|
|
5179
5184
|
"required": false
|
|
5180
5185
|
}
|
|
5181
5186
|
},
|
|
5182
|
-
{
|
|
5183
|
-
"name": "hide",
|
|
5184
|
-
"description": "Define if modal is hidden\n\nType: `boolean`",
|
|
5185
|
-
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
|
|
5186
|
-
"value": {
|
|
5187
|
-
"type": "boolean",
|
|
5188
|
-
"required": false
|
|
5189
|
-
}
|
|
5190
|
-
},
|
|
5191
5187
|
{
|
|
5192
5188
|
"name": "identifier",
|
|
5193
5189
|
"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`",
|
|
@@ -5206,6 +5202,16 @@
|
|
|
5206
5202
|
"type": "string",
|
|
5207
5203
|
"required": true
|
|
5208
5204
|
}
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "open",
|
|
5208
|
+
"description": "Define if modal is open\n\nType: `boolean`",
|
|
5209
|
+
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-modal--docs",
|
|
5210
|
+
"value": {
|
|
5211
|
+
"type": "boolean",
|
|
5212
|
+
"default": "false",
|
|
5213
|
+
"required": false
|
|
5214
|
+
}
|
|
5209
5215
|
}
|
|
5210
5216
|
],
|
|
5211
5217
|
"events": [
|
|
@@ -5218,6 +5224,18 @@
|
|
|
5218
5224
|
"description": "Emmited event when modal is diplayed"
|
|
5219
5225
|
}
|
|
5220
5226
|
]
|
|
5227
|
+
},
|
|
5228
|
+
"css": {
|
|
5229
|
+
"properties": [
|
|
5230
|
+
{
|
|
5231
|
+
"name": "--mg-c-modal-border-radius",
|
|
5232
|
+
"description": "Defines the border radius of the modal. Default value: `--mg-b-size-radius`."
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
"name": "--mg-c-modal-title-font-size",
|
|
5236
|
+
"description": "Defines the font size of the modal title. Default value: `--mg-b-font-size-h3`."
|
|
5237
|
+
}
|
|
5238
|
+
]
|
|
5221
5239
|
}
|
|
5222
5240
|
},
|
|
5223
5241
|
{
|
|
@@ -5349,11 +5367,14 @@
|
|
|
5349
5367
|
"description": "Emmited event when current page change"
|
|
5350
5368
|
}
|
|
5351
5369
|
]
|
|
5370
|
+
},
|
|
5371
|
+
"css": {
|
|
5372
|
+
"properties": []
|
|
5352
5373
|
}
|
|
5353
5374
|
},
|
|
5354
5375
|
{
|
|
5355
5376
|
"name": "mg-panel",
|
|
5356
|
-
"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- `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\n",
|
|
5377
|
+
"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- `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\n",
|
|
5357
5378
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-panel--docs",
|
|
5358
5379
|
"attributes": [
|
|
5359
5380
|
{
|
|
@@ -5542,6 +5563,26 @@
|
|
|
5542
5563
|
"description": "Emmited event when title change"
|
|
5543
5564
|
}
|
|
5544
5565
|
]
|
|
5566
|
+
},
|
|
5567
|
+
"css": {
|
|
5568
|
+
"properties": [
|
|
5569
|
+
{
|
|
5570
|
+
"name": "--mg-c-panel-border-radius",
|
|
5571
|
+
"description": "Defines the border radius of the panel. Default value: `--mg-b-size-radius`."
|
|
5572
|
+
},
|
|
5573
|
+
{
|
|
5574
|
+
"name": "--mg-c-panel-box-shadow",
|
|
5575
|
+
"description": "Defines the box shadow of the panel. Default value: `--mg-b-box-shadow`."
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"name": "--mg-c-panel-color-background",
|
|
5579
|
+
"description": "Defines the background of the panel. Default value: `color-mix(in srgb, var(--mg-b-color-info), white 97%)`."
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"name": "--mg-c-panel-content-spacing",
|
|
5583
|
+
"description": "Defines the padding of the panel content. Default value: `--mg-b-size-16`."
|
|
5584
|
+
}
|
|
5585
|
+
]
|
|
5545
5586
|
}
|
|
5546
5587
|
},
|
|
5547
5588
|
{
|
|
@@ -5679,6 +5720,38 @@
|
|
|
5679
5720
|
"description": "Emited event when display value change"
|
|
5680
5721
|
}
|
|
5681
5722
|
]
|
|
5723
|
+
},
|
|
5724
|
+
"css": {
|
|
5725
|
+
"properties": [
|
|
5726
|
+
{
|
|
5727
|
+
"name": "--mg-c-popover-color-background",
|
|
5728
|
+
"description": "Defines the background color of the popover. Default value: `--mg-b-color-light`."
|
|
5729
|
+
},
|
|
5730
|
+
{
|
|
5731
|
+
"name": "--mg-c-popover-color-text",
|
|
5732
|
+
"description": "Defines the font color of the popover. Default value: `--mg-b-color-font-dark`."
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"name": "--mg-c-popover-max-width",
|
|
5736
|
+
"description": "Defines the max-width of the popover. Default value: `--mg-b-size-floating-element-max-width`."
|
|
5737
|
+
},
|
|
5738
|
+
{
|
|
5739
|
+
"name": "--mg-c-popover-min-width",
|
|
5740
|
+
"description": "Defines the min-width of the popover. Default value: `unset`."
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"name": "--mg-c-popover-padding-horizontal",
|
|
5744
|
+
"description": "Defines the horizontal padding of the popover. Default value: `unset`, fallback to `--mg-b-size-16`."
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "--mg-c-popover-padding-vertical",
|
|
5748
|
+
"description": "Defines the vertical padding of the popover. Default value: `unset`, fallback to `--mg-b-size-16`."
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "--mg-c-popover-title-font-size",
|
|
5752
|
+
"description": "Defines the font size of the popover title. Default value: `--mg-b-font-size-h5`."
|
|
5753
|
+
}
|
|
5754
|
+
]
|
|
5682
5755
|
}
|
|
5683
5756
|
},
|
|
5684
5757
|
{
|
|
@@ -5704,6 +5777,9 @@
|
|
|
5704
5777
|
"description": "Emited event when link is clicked"
|
|
5705
5778
|
}
|
|
5706
5779
|
]
|
|
5780
|
+
},
|
|
5781
|
+
"css": {
|
|
5782
|
+
"properties": []
|
|
5707
5783
|
}
|
|
5708
5784
|
},
|
|
5709
5785
|
{
|
|
@@ -5741,11 +5817,11 @@
|
|
|
5741
5817
|
},
|
|
5742
5818
|
{
|
|
5743
5819
|
"name": "size",
|
|
5744
|
-
"description": "Define tabs size\n\nType: `\"large\" | \"
|
|
5820
|
+
"description": "Define tabs size\n\nType: `\"large\" | \"medium\"`",
|
|
5745
5821
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-tabs--docs",
|
|
5746
5822
|
"value": {
|
|
5747
|
-
"type": "\"large\" | \"
|
|
5748
|
-
"default": "'
|
|
5823
|
+
"type": "\"large\" | \"medium\"",
|
|
5824
|
+
"default": "'medium'",
|
|
5749
5825
|
"required": false
|
|
5750
5826
|
}
|
|
5751
5827
|
}
|
|
@@ -5791,11 +5867,11 @@
|
|
|
5791
5867
|
},
|
|
5792
5868
|
{
|
|
5793
5869
|
"name": "size",
|
|
5794
|
-
"description": "Define tabs size\n\nType: `\"large\" | \"
|
|
5870
|
+
"description": "Define tabs size\n\nType: `\"large\" | \"medium\"`",
|
|
5795
5871
|
"doc-url": "http://core.pages.mgdis.fr/core-ui/core-ui/storybook/?path=/docs/molecules-mg-tabs--docs",
|
|
5796
5872
|
"value": {
|
|
5797
|
-
"type": "\"large\" | \"
|
|
5798
|
-
"default": "'
|
|
5873
|
+
"type": "\"large\" | \"medium\"",
|
|
5874
|
+
"default": "'medium'",
|
|
5799
5875
|
"required": false
|
|
5800
5876
|
}
|
|
5801
5877
|
}
|
|
@@ -5806,6 +5882,18 @@
|
|
|
5806
5882
|
"description": "Emited event when active tab change"
|
|
5807
5883
|
}
|
|
5808
5884
|
]
|
|
5885
|
+
},
|
|
5886
|
+
"css": {
|
|
5887
|
+
"properties": [
|
|
5888
|
+
{
|
|
5889
|
+
"name": "--mg-c-tabs-color",
|
|
5890
|
+
"description": "Defines tabs global color, used for bottom line and active tabs. Default value: `--mg-b-color-app`."
|
|
5891
|
+
},
|
|
5892
|
+
{
|
|
5893
|
+
"name": "--mg-c-tabs-color-text",
|
|
5894
|
+
"description": "Defines tabs text color. Unset by default, fallback on `--mg-b-color-dark`."
|
|
5895
|
+
}
|
|
5896
|
+
]
|
|
5809
5897
|
}
|
|
5810
5898
|
},
|
|
5811
5899
|
{
|
|
@@ -5874,6 +5962,22 @@
|
|
|
5874
5962
|
}
|
|
5875
5963
|
],
|
|
5876
5964
|
"events": []
|
|
5965
|
+
},
|
|
5966
|
+
"css": {
|
|
5967
|
+
"properties": [
|
|
5968
|
+
{
|
|
5969
|
+
"name": "--mg-c-tag-border-radius",
|
|
5970
|
+
"description": "Defines the border radius of the tag. Default value is `--mg-b-size-radius`."
|
|
5971
|
+
},
|
|
5972
|
+
{
|
|
5973
|
+
"name": "--mg-c-tag-font-size",
|
|
5974
|
+
"description": "Defines the font size of the tag. Default value is `--mg-b-font-size-small`."
|
|
5975
|
+
},
|
|
5976
|
+
{
|
|
5977
|
+
"name": "--mg-c-tag-height",
|
|
5978
|
+
"description": "Defines the height of the tag. Default value is `--mg-b-size-24`."
|
|
5979
|
+
}
|
|
5980
|
+
]
|
|
5877
5981
|
}
|
|
5878
5982
|
},
|
|
5879
5983
|
{
|
|
@@ -5984,6 +6088,22 @@
|
|
|
5984
6088
|
}
|
|
5985
6089
|
],
|
|
5986
6090
|
"events": []
|
|
6091
|
+
},
|
|
6092
|
+
"css": {
|
|
6093
|
+
"properties": [
|
|
6094
|
+
{
|
|
6095
|
+
"name": "--mg-c-tooltip-border-radius",
|
|
6096
|
+
"description": "Defines the border radius of the tooltip. Default value: `--mg-b-size-radius`."
|
|
6097
|
+
},
|
|
6098
|
+
{
|
|
6099
|
+
"name": "--mg-c-tooltip-color-background",
|
|
6100
|
+
"description": "Defines the background color of the tooltip. Default value: `--mg-b-color-dark`."
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"name": "--mg-c-tooltip-color-text",
|
|
6104
|
+
"description": "Defines the font color of the tooltip. Default value: `--mg-b-color-light`."
|
|
6105
|
+
}
|
|
6106
|
+
]
|
|
5987
6107
|
}
|
|
5988
6108
|
}
|
|
5989
6109
|
]
|