carbon-react 102.10.2 → 102.13.1
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/lib/__internal__/DeprecationWarning.d.ts +10 -0
- package/lib/__internal__/character-count/character-count.component.d.ts +26 -0
- package/lib/__internal__/character-count/character-count.style.d.ts +2 -0
- package/lib/__internal__/character-count/index.d.ts +1 -0
- package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.d.ts +2 -0
- package/lib/__internal__/checkable-input/checkable-input.component.d.ts +75 -0
- package/lib/__internal__/checkable-input/checkable-input.style.d.ts +2 -0
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.d.ts +41 -0
- package/lib/__internal__/checkable-input/hidden-checkable-input.style.d.ts +2 -0
- package/lib/__internal__/date/index.d.ts +1 -0
- package/lib/__internal__/field-help/field-help.component.d.ts +15 -0
- package/lib/__internal__/field-help/field-help.style.d.ts +2 -0
- package/lib/__internal__/fieldset/fieldset.component.d.ts +35 -0
- package/lib/__internal__/fieldset/fieldset.style.d.ts +3 -0
- package/lib/__internal__/filter-object-properties/filter-object-properties.d.ts +1 -0
- package/lib/__internal__/filter-object-properties/index.d.ts +1 -0
- package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +4 -0
- package/lib/__internal__/focus-trap/focus-trap.component.d.ts +22 -0
- package/lib/__internal__/focus-trap/index.d.ts +1 -0
- package/lib/__internal__/form-field/form-field.component.d.ts +63 -0
- package/lib/__internal__/form-field/form-field.style.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/full-screen-heading.style.d.ts +3 -0
- package/lib/__internal__/full-screen-heading/index.d.ts +1 -0
- package/lib/__internal__/i18n-context/index.d.ts +2 -0
- package/lib/__internal__/input/extract-props/extract-props.d.ts +1 -0
- package/lib/__internal__/input/extract-props/index.d.ts +1 -0
- package/lib/__internal__/input/input-presentation.component.d.ts +28 -0
- package/lib/__internal__/input/input-presentation.style.d.ts +9 -0
- package/lib/__internal__/input/input-presentation.style.js +3 -2
- package/lib/__internal__/input/input-sizes.style.d.ts +34 -0
- package/lib/__internal__/input/input.component.d.ts +3 -0
- package/lib/__internal__/input/input.style.d.ts +2 -0
- package/lib/__internal__/input-behaviour/index.d.ts +2 -0
- package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +11 -0
- package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +13 -0
- package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +11 -0
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +38 -0
- package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +5 -0
- package/lib/__internal__/label/icon-wrapper.style.d.ts +2 -0
- package/lib/__internal__/label/label.component.d.ts +66 -0
- package/lib/__internal__/label/label.style.d.ts +3 -0
- package/lib/__internal__/popover/index.d.ts +1 -0
- package/lib/__internal__/popover/popover.component.d.ts +22 -0
- package/lib/__internal__/sticky-footer/index.d.ts +1 -0
- package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +15 -0
- package/lib/__internal__/sticky-footer/sticky-footer.style.d.ts +2 -0
- package/lib/__internal__/utils/ether/ether.d.ts +19 -0
- package/lib/__internal__/utils/ether/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/browser/browser.d.ts +17 -0
- package/lib/__internal__/utils/helpers/browser/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/browser-type-check/browser-type-check.d.ts +7 -0
- package/lib/__internal__/utils/helpers/browser-type-check/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/events/composedPath.d.ts +2 -0
- package/lib/__internal__/utils/helpers/events/events.d.ts +32 -0
- package/lib/__internal__/utils/helpers/events/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/guid/__spec__.d.ts +1 -0
- package/lib/__internal__/utils/helpers/guid/guid.d.ts +2 -0
- package/lib/__internal__/utils/helpers/immutable/__spec__.d.ts +1 -0
- package/lib/__internal__/utils/helpers/immutable/immutable.d.ts +4 -0
- package/lib/__internal__/utils/helpers/tags/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/tags/tags-specs/index.d.ts +1 -0
- package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +2 -0
- package/lib/__internal__/utils/helpers/tags/tags.d.ts +9 -0
- package/lib/__internal__/utils/helpers/with-unique-id-props/index.d.ts +1 -0
- package/lib/__internal__/utils/logger/index.d.ts +1 -0
- package/lib/__internal__/utils/logger/logger.d.ts +9 -0
- package/lib/__internal__/validations/validation-icon.component.d.ts +41 -0
- package/lib/__internal__/validations/validation-icon.style.d.ts +2 -0
- package/lib/__spec_helper__/enzyme-snapshot-helper.d.ts +2 -0
- package/lib/__spec_helper__/expect.d.ts +1 -0
- package/lib/__spec_helper__/index.d.ts +1 -0
- package/lib/__spec_helper__/mock-date-helper.d.ts +1 -0
- package/lib/__spec_helper__/mock-resize-observer.d.ts +2 -0
- package/lib/__spec_helper__/test-utils.d.ts +33 -0
- package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +10 -0
- package/lib/components/accordion/accordion.component.d.ts +3 -0
- package/lib/components/accordion/accordion.style.d.ts +10 -0
- package/lib/components/action-popover/action-popover-context.d.ts +3 -0
- package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.d.ts +2 -0
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +42 -0
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.d.ts +3 -0
- package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +19 -0
- package/lib/components/action-popover/action-popover.component.d.ts +38 -0
- package/lib/components/action-popover/action-popover.style.d.ts +31 -0
- package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.d.ts +4 -0
- package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +55 -0
- package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +53 -0
- package/lib/components/alert/alert.component.d.ts +50 -0
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.d.ts +3 -0
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.d.ts +2 -0
- package/lib/components/anchor-navigation/anchor-navigation.component.d.ts +12 -0
- package/lib/components/anchor-navigation/anchor-navigation.style.d.ts +3 -0
- package/lib/components/anchor-navigation/anchor-section-divider/anchor-section-divider.style.d.ts +4 -0
- package/lib/components/app-wrapper/app-wrapper.component.d.ts +21 -0
- package/lib/components/app-wrapper/app-wrapper.style.d.ts +2 -0
- package/lib/components/badge/badge.component.d.ts +14 -0
- package/lib/components/badge/badge.style.d.ts +6 -0
- package/lib/components/batch-selection/batch-selection.component.d.ts +22 -0
- package/lib/components/batch-selection/batch-selection.style.d.ts +2 -0
- package/lib/components/box/box.component.d.ts +7 -0
- package/lib/components/button/button-types.style.d.ts +9 -0
- package/lib/components/button/button.component.d.ts +17 -0
- package/lib/components/button/button.config.d.ts +3 -0
- package/lib/components/button/button.style.d.ts +9 -0
- package/lib/components/button-bar/button-bar.component.d.ts +16 -0
- package/lib/components/button-bar/button-bar.config.d.ts +2 -0
- package/lib/components/button-bar/button-bar.style.d.ts +5 -0
- package/lib/components/button-toggle/button-toggle-icon.component.d.ts +9 -0
- package/lib/components/button-toggle/button-toggle-input.component.d.ts +3 -0
- package/lib/components/button-toggle/button-toggle.component.d.ts +48 -0
- package/lib/components/button-toggle/button-toggle.style.d.ts +5 -0
- package/lib/components/button-toggle-group/__definition__.d.ts +2 -0
- package/lib/components/button-toggle-group/__definition__.js +50 -0
- package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +86 -0
- package/lib/components/button-toggle-group/button-toggle-group.style.d.ts +2 -0
- package/lib/components/button-toggle-group/documentation/index.d.ts +1 -0
- package/lib/components/carbon-provider/carbon-provider.component.d.ts +12 -0
- package/lib/components/card/card-column/card-column.component.d.ts +17 -0
- package/lib/components/card/card-column/card-column.style.d.ts +2 -0
- package/lib/components/card/card-footer/card-footer.component.d.ts +9 -0
- package/lib/components/card/card-footer/card-footer.style.d.ts +2 -0
- package/lib/components/card/card-row/card-row.component.d.ts +13 -0
- package/lib/components/card/card-row/card-row.style.d.ts +2 -0
- package/lib/components/card/card.component.d.ts +27 -0
- package/lib/components/card/card.config.d.ts +2 -0
- package/lib/components/card/card.style.d.ts +2 -0
- package/lib/components/carousel/carousel.component.d.ts +36 -0
- package/lib/components/carousel/carousel.style.d.ts +16 -0
- package/lib/components/carousel/slide/slide.component.d.ts +8 -0
- package/lib/components/carousel/slide/slide.style.d.ts +1 -0
- package/lib/components/carousel/slide.config.d.ts +2 -0
- package/lib/components/checkbox/checkbox-group.component.d.ts +20 -0
- package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -0
- package/lib/components/checkbox/checkbox.component.d.ts +109 -0
- package/lib/components/checkbox/checkbox.style.d.ts +3 -0
- package/lib/components/checkbox/checkbox.style.js +5 -1
- package/lib/components/confirm/confirm.component.d.ts +117 -0
- package/lib/components/confirm/confirm.config.d.ts +1 -0
- package/lib/components/confirm/confirm.style.d.ts +2 -0
- package/lib/components/content/content.component.d.ts +23 -0
- package/lib/components/content/content.style.d.ts +3 -0
- package/lib/components/date/date-picker.component.d.ts +22 -0
- package/lib/components/date/date.component.d.ts +57 -0
- package/lib/components/date/date.style.d.ts +2 -0
- package/lib/components/date/day-picker.style.d.ts +2 -0
- package/lib/components/date/navbar/button.style.d.ts +4 -0
- package/lib/components/date/navbar/index.d.ts +1 -0
- package/lib/components/date/navbar/navbar.component.d.ts +13 -0
- package/lib/components/date/navbar/navbar.style.d.ts +2 -0
- package/lib/components/date/weekday/abbr.style.d.ts +2 -0
- package/lib/components/date/weekday/index.d.ts +1 -0
- package/lib/components/date/weekday/weekday.component.d.ts +15 -0
- package/lib/components/date/weekday/weekday.style.d.ts +2 -0
- package/lib/components/date-range/date-range.component.d.ts +39 -0
- package/lib/components/date-range/date-range.style.d.ts +2 -0
- package/lib/components/decimal/decimal.component.d.ts +81 -0
- package/lib/components/definition-list/__internal__/dl.context.d.ts +3 -0
- package/lib/components/definition-list/dd.component.d.ts +8 -0
- package/lib/components/definition-list/definition-list.style.d.ts +5 -0
- package/lib/components/definition-list/dl.component.d.ts +12 -0
- package/lib/components/definition-list/dt.component.d.ts +8 -0
- package/lib/components/detail/detail.component.d.ts +17 -0
- package/lib/components/detail/detail.style.d.ts +5 -0
- package/lib/components/dialog/dialog.component.d.ts +81 -0
- package/lib/components/dialog/dialog.config.d.ts +2 -0
- package/lib/components/dialog/dialog.style.d.ts +4 -0
- package/lib/components/dialog-full-screen/content.style.d.ts +2 -0
- package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +78 -0
- package/lib/components/dialog-full-screen/dialog-full-screen.style.d.ts +2 -0
- package/lib/components/dismissible-box/dismissible-box.component.d.ts +11 -0
- package/lib/components/dismissible-box/dismissible-box.style.d.ts +3 -0
- package/lib/components/draggable/draggable-container.component.d.ts +13 -0
- package/lib/components/draggable/draggable-item.component.d.ts +19 -0
- package/lib/components/draggable/draggable-item.style.d.ts +4 -0
- package/lib/components/drawer/drawer.component.d.ts +39 -0
- package/lib/components/drawer/drawer.style.d.ts +10 -0
- package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +21 -0
- package/lib/components/duelling-picklist/duelling-picklist.context.d.ts +3 -0
- package/lib/components/duelling-picklist/duelling-picklist.style.d.ts +7 -0
- package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +18 -0
- package/lib/components/duelling-picklist/picklist/picklist.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -0
- package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.d.ts +2 -0
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.d.ts +3 -0
- package/lib/components/duelling-picklist/picklist-group/picklist-group.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.d.ts +3 -0
- package/lib/components/duelling-picklist/picklist-item/picklist-item.style.d.ts +5 -0
- package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +10 -0
- package/lib/components/fieldset/fieldset.component.d.ts +14 -0
- package/lib/components/fieldset/fieldset.style.d.ts +3 -0
- package/lib/components/flat-table/cell-sizes.style.d.ts +40 -0
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.d.ts +3 -0
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.d.ts +12 -0
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +38 -0
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.d.ts +26 -0
- package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-head/flat-table-head.component.d.ts +10 -0
- package/lib/components/flat-table/flat-table-head/flat-table-head.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-header/flat-table-header.component.d.ts +33 -0
- package/lib/components/flat-table/flat-table-header/flat-table-header.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.d.ts +22 -0
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.d.ts +3 -0
- package/lib/components/flat-table/flat-table-row/flat-table-row.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +30 -0
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.d.ts +2 -0
- package/lib/components/flat-table/flat-table.component.d.ts +43 -0
- package/lib/components/flat-table/flat-table.config.d.ts +2 -0
- package/lib/components/flat-table/flat-table.style.d.ts +4 -0
- package/lib/components/flat-table/sort/sort.component.d.ts +14 -0
- package/lib/components/flat-table/sort/sort.style.d.ts +2 -0
- package/lib/components/form/__internal__/form-summary.component.d.ts +10 -0
- package/lib/components/form/__internal__/form-summary.style.d.ts +3 -0
- package/lib/components/form/form.component.d.ts +20 -0
- package/lib/components/form/form.config.d.ts +1 -0
- package/lib/components/form/form.style.d.ts +5 -0
- package/lib/components/grid/grid-container/grid-container.component.d.ts +5 -0
- package/lib/components/grid/grid-container/grid-container.style.d.ts +2 -0
- package/lib/components/grid/grid-item/grid-item.component.d.ts +25 -0
- package/lib/components/grid/grid-item/grid-item.style.d.ts +2 -0
- package/lib/components/grouped-character/grouped-character.component.d.ts +23 -0
- package/lib/components/grouped-character/grouped-character.utils.d.ts +2 -0
- package/lib/components/heading/heading.component.d.ts +71 -0
- package/lib/components/heading/heading.style.d.ts +16 -0
- package/lib/components/help/help.component.d.ts +45 -0
- package/lib/components/help/help.config.d.ts +1 -0
- package/lib/components/help/help.style.d.ts +2 -0
- package/lib/components/hr/hr.component.d.ts +13 -0
- package/lib/components/hr/hr.style.d.ts +2 -0
- package/lib/components/i18n-provider/i18n-provider.component.d.ts +102 -0
- package/lib/components/icon/icon-config.d.ts +26 -0
- package/lib/components/icon/icon-unicodes.d.ts +247 -0
- package/lib/components/icon/icon.component.d.ts +3 -0
- package/lib/components/icon/icon.style.d.ts +2 -0
- package/lib/components/icon-button/icon-button.component.d.ts +3 -0
- package/lib/components/icon-button/icon-button.style.d.ts +4 -0
- package/lib/components/image/image.component.d.ts +2 -0
- package/lib/components/inline-inputs/inline-inputs.component.d.ts +22 -0
- package/lib/components/inline-inputs/inline-inputs.config.d.ts +1 -0
- package/lib/components/inline-inputs/inline-inputs.style.d.ts +4 -0
- package/lib/components/link/link.component.d.ts +3 -0
- package/lib/components/link/link.config.d.ts +2 -0
- package/lib/components/link/link.style.d.ts +2 -0
- package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -0
- package/lib/components/link-preview/link-preview.component.d.ts +29 -0
- package/lib/components/link-preview/link-preview.style.d.ts +6 -0
- package/lib/components/loader/loader-square.style.d.ts +2 -0
- package/lib/components/loader/loader.component.d.ts +23 -0
- package/lib/components/loader/loader.config.d.ts +1 -0
- package/lib/components/loader/loader.style.d.ts +2 -0
- package/lib/components/loader-bar/loader-bar.component.d.ts +11 -0
- package/lib/components/loader-bar/loader-bar.config.d.ts +1 -0
- package/lib/components/loader-bar/loader-bar.style.d.ts +4 -0
- package/lib/components/menu/__internal__/keyboard-navigation/index.d.ts +2 -0
- package/lib/components/menu/__internal__/spec-helper/index.d.ts +2 -0
- package/lib/components/menu/__internal__/submenu/submenu.component.d.ts +3 -0
- package/lib/components/menu/__internal__/submenu/submenu.context.d.ts +3 -0
- package/lib/components/menu/__internal__/submenu/submenu.style.d.ts +2 -0
- package/lib/components/menu/__internal__/submenu/submenu.style.js +8 -40
- package/lib/components/menu/menu-divider/menu-divider.component.d.ts +3 -0
- package/lib/components/menu/menu-divider/menu-divider.style.d.ts +2 -0
- package/lib/components/menu/menu-divider/menu-divider.style.js +1 -1
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +17 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +14 -2
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +2 -10
- package/lib/components/menu/menu-item/menu-item.component.d.ts +24 -0
- package/lib/components/menu/menu-item/menu-item.style.d.ts +2 -0
- package/lib/components/menu/menu-item/menu-item.style.js +26 -92
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.d.ts +3 -0
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.d.ts +2 -0
- package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +2 -10
- package/lib/components/menu/menu.component.d.ts +11 -0
- package/lib/components/menu/menu.component.js +1 -1
- package/lib/components/menu/menu.context.d.ts +5 -0
- package/lib/components/menu/menu.context.js +3 -1
- package/lib/components/menu/menu.d.ts +3 -2
- package/lib/components/menu/menu.style.d.ts +2 -0
- package/lib/components/menu/menu.style.js +1 -2
- package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
- package/lib/components/menu/scrollable-block/scrollable-block.component.js +7 -1
- package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
- package/lib/components/menu/scrollable-block/scrollable-block.style.js +1 -7
- package/lib/components/menu/submenu-block/submenu-block.component.d.ts +12 -0
- package/lib/components/menu/submenu-block/submenu-block.style.d.ts +2 -0
- package/lib/components/menu/submenu-block/submenu-block.style.js +4 -6
- package/lib/components/message/message-content/message-content.component.d.ts +22 -0
- package/lib/components/message/message-content/message-content.style.d.ts +2 -0
- package/lib/components/message/message.component.d.ts +29 -0
- package/lib/components/message/message.style.d.ts +2 -0
- package/lib/components/message/type-icon/type-icon.component.d.ts +18 -0
- package/lib/components/message/type-icon/type-icon.style.d.ts +2 -0
- package/lib/components/modal/__internal__/modal-manager.d.ts +9 -0
- package/lib/components/modal/modal.component.d.ts +35 -0
- package/lib/components/modal/modal.style.d.ts +2 -0
- package/lib/components/mount-in-app/__spec__.d.ts +1 -0
- package/lib/components/multi-action-button/multi-action-button.component.d.ts +37 -0
- package/lib/components/multi-action-button/multi-action-button.config.d.ts +3 -0
- package/lib/components/multi-action-button/multi-action-button.style.d.ts +2 -0
- package/lib/components/multi-step-wizard/__spec__.d.ts +1 -0
- package/lib/components/multi-step-wizard/multi-step-wizard.d.ts +87 -0
- package/lib/components/multi-step-wizard/multi-step-wizard.style.d.ts +2 -0
- package/lib/components/multi-step-wizard/step/__spec__.d.ts +1 -0
- package/lib/components/multi-step-wizard/step/step.d.ts +160 -0
- package/lib/components/multi-step-wizard/step/step.style.d.ts +11 -0
- package/lib/components/navigation-bar/navigation-bar.component.d.ts +13 -0
- package/lib/components/navigation-bar/navigation-bar.component.js +1 -1
- package/lib/components/navigation-bar/navigation-bar.d.ts +1 -1
- package/lib/components/navigation-bar/navigation-bar.style.d.ts +2 -0
- package/lib/components/navigation-bar/navigation-bar.style.js +15 -2
- package/lib/components/note/__internal__/status-with-tooltip/index.d.ts +1 -0
- package/lib/components/note/__internal__/status-with-tooltip/status.component.d.ts +3 -0
- package/lib/components/note/__internal__/status-with-tooltip/status.style.d.ts +2 -0
- package/lib/components/note/note.component.d.ts +30 -0
- package/lib/components/note/note.style.d.ts +6 -0
- package/lib/components/number/number.component.d.ts +10 -0
- package/lib/components/numeral-date/numeral-date.component.d.ts +111 -0
- package/lib/components/numeral-date/numeral-date.style.d.ts +2 -0
- package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +20 -0
- package/lib/components/pager/__internal__/pager-navigation.component.d.ts +32 -0
- package/lib/components/pager/pager.component.d.ts +49 -0
- package/lib/components/pager/pager.style.d.ts +11 -0
- package/lib/components/pages/page/page.component.d.ts +13 -0
- package/lib/components/pages/page/page.style.d.ts +2 -0
- package/lib/components/pages/pages.component.d.ts +20 -0
- package/lib/components/pages/pages.config.d.ts +2 -0
- package/lib/components/pages/pages.style.d.ts +2 -0
- package/lib/components/pill/pill.component.d.ts +39 -0
- package/lib/components/pill/pill.style.config.d.ts +27 -0
- package/lib/components/pill/pill.style.d.ts +2 -0
- package/lib/components/pod/pod.component.d.ts +3 -0
- package/lib/components/pod/pod.config.d.ts +3 -0
- package/lib/components/pod/pod.style.d.ts +13 -0
- package/lib/components/popover-container/popover-container.component.d.ts +57 -0
- package/lib/components/popover-container/popover-container.style.d.ts +8 -0
- package/lib/components/portal/portal.style.d.ts +3 -0
- package/lib/components/portrait/portrait-gravatar.component.d.ts +24 -0
- package/lib/components/portrait/portrait-initials.component.d.ts +8 -0
- package/lib/components/portrait/portrait.component.d.ts +55 -0
- package/lib/components/portrait/portrait.config.d.ts +44 -0
- package/lib/components/portrait/portrait.style.d.ts +10 -0
- package/lib/components/preview/preview.component.d.ts +16 -0
- package/lib/components/preview/preview.style.d.ts +3 -0
- package/lib/components/profile/profile.component.d.ts +21 -0
- package/lib/components/profile/profile.config.d.ts +95 -0
- package/lib/components/profile/profile.style.d.ts +6 -0
- package/lib/components/progress-tracker/progress-tracker.component.d.ts +27 -0
- package/lib/components/progress-tracker/progress-tracker.config.d.ts +3 -0
- package/lib/components/progress-tracker/progress-tracker.style.d.ts +5 -0
- package/lib/components/radio-button/radio-button-group.component.d.ts +26 -0
- package/lib/components/radio-button/radio-button-group.style.d.ts +2 -0
- package/lib/components/radio-button/radio-button-mapper.component.d.ts +22 -0
- package/lib/components/radio-button/radio-button-svg.component.d.ts +3 -0
- package/lib/components/radio-button/radio-button.component.d.ts +5 -0
- package/lib/components/radio-button/radio-button.style.d.ts +2 -0
- package/lib/components/row/column/column.component.d.ts +30 -0
- package/lib/components/row/column/column.style.d.ts +2 -0
- package/lib/components/row/row.component.d.ts +24 -0
- package/lib/components/row/row.config.d.ts +11 -0
- package/lib/components/row/row.style.d.ts +2 -0
- package/lib/components/scrollable-list/as-scrollable-list-item.wrapper.d.ts +2 -0
- package/lib/components/scrollable-list/index.d.ts +4 -0
- package/lib/components/scrollable-list/scrollable-list-item.component.d.ts +2 -0
- package/lib/components/scrollable-list/scrollable-list.component.d.ts +44 -0
- package/lib/components/scrollable-list/scrollable-list.context.d.ts +3 -0
- package/lib/components/scrollable-list/scrollable-list.style.d.ts +2 -0
- package/lib/components/scrollable-list/test-utils.d.ts +2 -0
- package/lib/components/search/search.component.d.ts +68 -0
- package/lib/components/search/search.style.d.ts +4 -0
- package/lib/components/select/filterable-select/filterable-select.component.d.ts +3 -0
- package/lib/components/select/list-action-button/list-action-button.component.d.ts +3 -0
- package/lib/components/select/list-action-button/list-action-button.style.d.ts +2 -0
- package/lib/components/select/multi-select/multi-select.component.d.ts +3 -0
- package/lib/components/select/multi-select/multi-select.style.d.ts +2 -0
- package/lib/components/select/option/option.component.d.ts +3 -0
- package/lib/components/select/option/option.style.d.ts +2 -0
- package/lib/components/select/option-group-header/option-group-header.component.d.ts +12 -0
- package/lib/components/select/option-group-header/option-group-header.style.d.ts +2 -0
- package/lib/components/select/option-row/option-row.component.d.ts +3 -0
- package/lib/components/select/option-row/option-row.style.d.ts +2 -0
- package/lib/components/select/select-list/select-list-container.style.d.ts +2 -0
- package/lib/components/select/select-list/select-list.component.d.ts +3 -0
- package/lib/components/select/select-list/select-list.style.d.ts +6 -0
- package/lib/components/select/select-list/update-list-scroll.d.ts +1 -0
- package/lib/components/select/select-textbox/select-textbox.component.d.ts +43 -0
- package/lib/components/select/select.style.d.ts +2 -0
- package/lib/components/select/simple-select/simple-select.component.d.ts +3 -0
- package/lib/components/select/utils/get-next-child-by-text.d.ts +4 -0
- package/lib/components/select/utils/get-next-index-by-key.d.ts +1 -0
- package/lib/components/select/utils/highlight-part-of-text.d.ts +1 -0
- package/lib/components/select/utils/is-expected-option.d.ts +1 -0
- package/lib/components/select/utils/is-expected-value.d.ts +1 -0
- package/lib/components/select/utils/matching-text.style.d.ts +2 -0
- package/lib/components/select/utils/with-filter.hoc.d.ts +4 -0
- package/lib/components/settings-row/settings-row.component.d.ts +19 -0
- package/lib/components/settings-row/settings-row.style.d.ts +3 -0
- package/lib/components/show-edit-pod/delete-button.style.d.ts +3 -0
- package/lib/components/show-edit-pod/show-edit-pod.component.d.ts +52 -0
- package/lib/components/show-edit-pod/show-edit-pod.config.d.ts +2 -0
- package/lib/components/show-edit-pod/show-edit-pod.style.d.ts +3 -0
- package/lib/components/sidebar/__internal__/sidebar-header/__definition__.d.ts +2 -0
- package/lib/components/sidebar/__internal__/sidebar-header/__definition__.js +25 -0
- package/lib/components/sidebar/__internal__/sidebar-header/index.d.ts +1 -0
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +13 -0
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.d.ts +2 -0
- package/lib/components/sidebar/sidebar.component.d.ts +4 -0
- package/lib/components/sidebar/sidebar.config.d.ts +11 -0
- package/lib/components/sidebar/sidebar.style.d.ts +2 -0
- package/lib/components/simple-color-picker/color-sample-box/color-sample-box.component.d.ts +13 -0
- package/lib/components/simple-color-picker/color-sample-box/color-sample-box.style.d.ts +2 -0
- package/lib/components/simple-color-picker/color-sample-box/index.d.ts +1 -0
- package/lib/components/simple-color-picker/simple-color/index.d.ts +1 -0
- package/lib/components/simple-color-picker/simple-color/simple-color.component.d.ts +3 -0
- package/lib/components/simple-color-picker/simple-color/simple-color.style.d.ts +2 -0
- package/lib/components/simple-color-picker/simple-color-input/simple-color-input.style.d.ts +2 -0
- package/lib/components/simple-color-picker/simple-color-picker.component.d.ts +22 -0
- package/lib/components/simple-color-picker/simple-color-picker.style.d.ts +2 -0
- package/lib/components/simple-color-picker/tick-icon/tick-icon.style.d.ts +3 -0
- package/lib/components/split-button/split-button-children.style.d.ts +2 -0
- package/lib/components/split-button/split-button-toggle.style.d.ts +8 -0
- package/lib/components/split-button/split-button.component.d.ts +41 -0
- package/lib/components/split-button/split-button.config.d.ts +4 -0
- package/lib/components/split-button/split-button.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/index.d.ts +1 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-content.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-hidden-label.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item-indicator.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +17 -0
- package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence.component.d.ts +13 -0
- package/lib/components/step-sequence/step-sequence.config.d.ts +2 -0
- package/lib/components/step-sequence/step-sequence.style.d.ts +2 -0
- package/lib/components/switch/__internal__/switch-slider-panel.style.d.ts +2 -0
- package/lib/components/switch/__internal__/switch-slider.component.d.ts +24 -0
- package/lib/components/switch/__internal__/switch-slider.style.d.ts +2 -0
- package/lib/components/switch/switch.component.d.ts +123 -0
- package/lib/components/switch/switch.style.d.ts +2 -0
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.d.ts +3 -0
- package/lib/components/tabs/__internal__/tab-title/tab-title.style.d.ts +4 -0
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +24 -0
- package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.d.ts +6 -0
- package/lib/components/tabs/tab/tab.component.d.ts +40 -0
- package/lib/components/tabs/tab/tab.style.d.ts +2 -0
- package/lib/components/tabs/tabs.component.d.ts +42 -0
- package/lib/components/tabs/tabs.style.d.ts +2 -0
- package/lib/components/text-editor/__internal__/decorators/index.d.ts +2 -0
- package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +7 -0
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +18 -0
- package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.d.ts +2 -0
- package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +15 -0
- package/lib/components/text-editor/__internal__/editor-link/editor-link.style.d.ts +3 -0
- package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +17 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.d.ts +3 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.d.ts +4 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +18 -0
- package/lib/components/text-editor/__internal__/toolbar/toolbar.style.d.ts +3 -0
- package/lib/components/text-editor/__internal__/utils/index.d.ts +1 -0
- package/lib/components/text-editor/__internal__/utils/utils.d.ts +27 -0
- package/lib/components/text-editor/text-editor.component.d.ts +6 -0
- package/lib/components/text-editor/text-editor.style.d.ts +3 -0
- package/lib/components/textarea/textarea.component.d.ts +129 -0
- package/lib/components/textarea/textarea.style.d.ts +2 -0
- package/lib/components/textbox/__internal__/prefix.style.d.ts +2 -0
- package/lib/components/textbox/textbox.component.d.ts +193 -0
- package/lib/components/tile/tile-footer/tile-footer.component.d.ts +13 -0
- package/lib/components/tile/tile-footer/tile-footer.style.d.ts +2 -0
- package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
- package/lib/components/tile/tile.component.d.ts +12 -0
- package/lib/components/tile/tile.config.d.ts +2 -0
- package/lib/components/tile/tile.style.d.ts +2 -0
- package/lib/components/tile/tile.style.js +6 -6
- package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +16 -0
- package/lib/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -0
- package/lib/components/tile-select/__internal__/accordion/index.d.ts +1 -0
- package/lib/components/tile-select/tile-select-group.component.d.ts +19 -0
- package/lib/components/tile-select/tile-select.component.d.ts +60 -0
- package/lib/components/tile-select/tile-select.style.d.ts +15 -0
- package/lib/components/toast/toast.component.d.ts +44 -0
- package/lib/components/toast/toast.config.d.ts +1 -0
- package/lib/components/toast/toast.style.d.ts +7 -0
- package/lib/components/tooltip/tooltip-pointer.style.d.ts +2 -0
- package/lib/components/tooltip/tooltip.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.config.d.ts +1 -0
- package/lib/components/tooltip/tooltip.style.d.ts +2 -0
- package/lib/components/typography/list.component.d.ts +25 -0
- package/lib/components/typography/typography.component.d.ts +15 -0
- package/lib/components/vertical-divider/vertical-divider.component.d.ts +10 -0
- package/lib/components/vertical-divider/vertical-divider.style.d.ts +2 -0
- package/lib/hooks/__internal__/useCharacterCount/index.d.ts +2 -0
- package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.d.ts +15 -0
- package/lib/hooks/__internal__/useLocale/index.d.ts +1 -0
- package/lib/style/__spec__.d.ts +1 -0
- package/lib/style/color-config/index.js +2 -1
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +6 -0
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.d.ts +1 -0
- package/lib/style/design-tokens/debug-theme.util.d.ts +2 -0
- package/lib/style/design-tokens/generate-css-variables.util.d.ts +2 -0
- package/lib/style/themes/aegean/aegean-theme.config.d.ts +23 -0
- package/lib/style/themes/base/base-theme.config.d.ts +657 -0
- package/lib/style/themes/base/base-theme.config.js +37 -1
- package/lib/style/themes/base/index.d.ts +2 -2
- package/lib/style/themes/medium/index.d.ts +2 -0
- package/lib/style/themes/mint/mint-theme.config.d.ts +22 -0
- package/lib/style/themes/none/none-theme.config.d.ts +4 -0
- package/lib/style/themes/sage/index.d.ts +572 -0
- package/lib/style/themes/small/index.d.ts +2 -0
- package/lib/style/themes/test-utils.d.ts +1 -0
- package/lib/style/utils/add-hex-symbols.d.ts +2 -0
- package/lib/style/utils/at-opacity.d.ts +2 -0
- package/lib/style/utils/color.d.ts +8 -0
- package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +4 -0
- package/lib/style/utils/filter-styled-system-margin-props.d.ts +1 -0
- package/lib/style/utils/filter-styled-system-padding-props.d.ts +1 -0
- package/lib/style/utils/get-rgb-values.d.ts +3 -0
- package/lib/style/utils/index.d.ts +4 -0
- package/lib/style/utils/merge-deep.d.ts +12 -0
- package/lib/style/utils/mix.d.ts +2 -0
- package/lib/style/utils/shade.d.ts +2 -0
- package/lib/style/utils/tint.d.ts +2 -0
- package/lib/style/utils/width.d.ts +4 -0
- package/package.json +19 -8
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default DeprecationWarning;
|
|
2
|
+
declare function DeprecationWarning({ children }: {
|
|
3
|
+
children: any;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
declare namespace DeprecationWarning {
|
|
6
|
+
namespace propTypes {
|
|
7
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare var _default: React.ForwardRefExoticComponent<{
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
[x: number]: any;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: any;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
import React from "react";
|
|
9
|
+
export function CharacterCount({ value, limit, theme, ...props }: {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
value: any;
|
|
12
|
+
limit: any;
|
|
13
|
+
theme: any;
|
|
14
|
+
}): JSX.Element;
|
|
15
|
+
export namespace CharacterCount {
|
|
16
|
+
namespace propTypes {
|
|
17
|
+
const value: PropTypes.Validator<string>;
|
|
18
|
+
const limit: PropTypes.Validator<string>;
|
|
19
|
+
const theme: PropTypes.Requireable<object>;
|
|
20
|
+
}
|
|
21
|
+
namespace defaultProps {
|
|
22
|
+
export { baseTheme as theme };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
import PropTypes from "prop-types";
|
|
26
|
+
import baseTheme from "../../style/themes/base";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./character-count.component";
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export default CheckableInput;
|
|
2
|
+
declare function CheckableInput({ ariaLabelledBy: externalAriaLabelledBy, autoFocus, checked, children, disabled, error, fieldHelp, fieldHelpInline, info, id: inputId, inputRef, type, value, inputWidth, label, labelAlign, labelHelp, labelInline, labelSpacing, labelWidth, name, onBlur, onChange, onFocus, required, reverse, validationOnLabel, warning, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
ariaLabelledBy: any;
|
|
5
|
+
autoFocus: any;
|
|
6
|
+
checked: any;
|
|
7
|
+
children: any;
|
|
8
|
+
disabled: any;
|
|
9
|
+
error: any;
|
|
10
|
+
fieldHelp: any;
|
|
11
|
+
fieldHelpInline: any;
|
|
12
|
+
info: any;
|
|
13
|
+
id: any;
|
|
14
|
+
inputRef: any;
|
|
15
|
+
type: any;
|
|
16
|
+
value: any;
|
|
17
|
+
inputWidth: any;
|
|
18
|
+
label: any;
|
|
19
|
+
labelAlign: any;
|
|
20
|
+
labelHelp: any;
|
|
21
|
+
labelInline: any;
|
|
22
|
+
labelSpacing: any;
|
|
23
|
+
labelWidth: any;
|
|
24
|
+
name: any;
|
|
25
|
+
onBlur: any;
|
|
26
|
+
onChange: any;
|
|
27
|
+
onFocus: any;
|
|
28
|
+
required: any;
|
|
29
|
+
reverse: any;
|
|
30
|
+
validationOnLabel: any;
|
|
31
|
+
warning: any;
|
|
32
|
+
}): JSX.Element;
|
|
33
|
+
declare namespace CheckableInput {
|
|
34
|
+
namespace propTypes {
|
|
35
|
+
const autoFocus: PropTypes.Requireable<boolean>;
|
|
36
|
+
const checked: PropTypes.Requireable<boolean>;
|
|
37
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
38
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
39
|
+
const error: PropTypes.Requireable<string | boolean>;
|
|
40
|
+
const warning: PropTypes.Requireable<string | boolean>;
|
|
41
|
+
const info: PropTypes.Requireable<string | boolean>;
|
|
42
|
+
const fieldHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
43
|
+
const fieldHelpInline: PropTypes.Requireable<boolean>;
|
|
44
|
+
const id: PropTypes.Requireable<string>;
|
|
45
|
+
const type: PropTypes.Validator<string>;
|
|
46
|
+
const value: PropTypes.Requireable<string>;
|
|
47
|
+
const inputWidth: PropTypes.Requireable<string | number>;
|
|
48
|
+
const label: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
49
|
+
const labelInline: PropTypes.Requireable<boolean>;
|
|
50
|
+
const labelAlign: PropTypes.Requireable<string>;
|
|
51
|
+
const labelHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
52
|
+
const labelSpacing: PropTypes.Requireable<number>;
|
|
53
|
+
const labelWidth: PropTypes.Requireable<string | number>;
|
|
54
|
+
const name: PropTypes.Requireable<string>;
|
|
55
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
56
|
+
const onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
57
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
58
|
+
const reverse: PropTypes.Requireable<boolean>;
|
|
59
|
+
const required: PropTypes.Requireable<boolean>;
|
|
60
|
+
const inputRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
|
|
61
|
+
current: PropTypes.Requireable<Element>;
|
|
62
|
+
}>>;
|
|
63
|
+
const validationOnLabel: PropTypes.Requireable<boolean>;
|
|
64
|
+
const ariaLabelledBy: PropTypes.Requireable<string>;
|
|
65
|
+
}
|
|
66
|
+
namespace defaultProps {
|
|
67
|
+
const reverse_1: boolean;
|
|
68
|
+
export { reverse_1 as reverse };
|
|
69
|
+
const labelSpacing_1: number;
|
|
70
|
+
export { labelSpacing_1 as labelSpacing };
|
|
71
|
+
const labelInline_1: boolean;
|
|
72
|
+
export { labelInline_1 as labelInline };
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare var _default: React.MemoExoticComponent<{
|
|
2
|
+
({ name, checked, type, value, inputRef, onChange, autoFocus, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
name: any;
|
|
5
|
+
checked: any;
|
|
6
|
+
type: any;
|
|
7
|
+
value: any;
|
|
8
|
+
inputRef: any;
|
|
9
|
+
onChange: any;
|
|
10
|
+
autoFocus: any;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
propTypes: {
|
|
13
|
+
/** Allows component to be focused on page load */
|
|
14
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
15
|
+
/** Checked state of the input */
|
|
16
|
+
checked: PropTypes.Requireable<boolean>;
|
|
17
|
+
/** Input name */
|
|
18
|
+
name: PropTypes.Requireable<string>;
|
|
19
|
+
/** OnChange event handler */
|
|
20
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
+
/** OnFocus event handler */
|
|
22
|
+
onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
23
|
+
/** Blur event handler */
|
|
24
|
+
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
25
|
+
/** OnMouseLeave event handler */
|
|
26
|
+
onMouseLeave: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
/** OnMouseEnter event handler */
|
|
28
|
+
onMouseEnter: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
|
+
/** HTML type attribute of the input */
|
|
30
|
+
type: PropTypes.Validator<string>;
|
|
31
|
+
/** Value of the input */
|
|
32
|
+
value: PropTypes.Requireable<string>;
|
|
33
|
+
/** A callback to retrieve the input reference */
|
|
34
|
+
inputRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
|
|
35
|
+
current: PropTypes.Requireable<Element>;
|
|
36
|
+
}>>;
|
|
37
|
+
};
|
|
38
|
+
}>;
|
|
39
|
+
export default _default;
|
|
40
|
+
import PropTypes from "prop-types";
|
|
41
|
+
import React from "react";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { "/home/runner/work/carbon/carbon/src/__internal__/date/date" as default } from "./date";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default FieldHelp;
|
|
2
|
+
declare function FieldHelp({ children, labelInline, labelWidth, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
labelInline: any;
|
|
6
|
+
labelWidth: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace FieldHelp {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
11
|
+
const labelInline: PropTypes.Requireable<boolean>;
|
|
12
|
+
const labelWidth: PropTypes.Requireable<number>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default Fieldset;
|
|
2
|
+
declare function Fieldset({ legend, children, inline, legendWidth, legendAlign, legendSpacing, error, warning, info, isRequired, blockGroupBehaviour, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
legend: any;
|
|
5
|
+
children: any;
|
|
6
|
+
inline: any;
|
|
7
|
+
legendWidth: any;
|
|
8
|
+
legendAlign?: string | undefined;
|
|
9
|
+
legendSpacing?: number | undefined;
|
|
10
|
+
error: any;
|
|
11
|
+
warning: any;
|
|
12
|
+
info: any;
|
|
13
|
+
isRequired: any;
|
|
14
|
+
blockGroupBehaviour: any;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
declare namespace Fieldset {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
19
|
+
const legend: PropTypes.Requireable<string>;
|
|
20
|
+
const error: PropTypes.Requireable<string | boolean>;
|
|
21
|
+
const warning: PropTypes.Requireable<string | boolean>;
|
|
22
|
+
const info: PropTypes.Requireable<string | boolean>;
|
|
23
|
+
const inline: PropTypes.Requireable<boolean>;
|
|
24
|
+
const legendWidth: PropTypes.Requireable<number>;
|
|
25
|
+
const legendAlign: PropTypes.Requireable<string>;
|
|
26
|
+
const legendSpacing: PropTypes.Requireable<number>;
|
|
27
|
+
const isRequired: PropTypes.Requireable<boolean>;
|
|
28
|
+
const blockGroupBehaviour: PropTypes.Requireable<boolean>;
|
|
29
|
+
}
|
|
30
|
+
namespace defaultProps {
|
|
31
|
+
const inline_1: boolean;
|
|
32
|
+
export { inline_1 as inline };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const StyledFieldset: import("styled-components").StyledComponent<"fieldset", any, {}, never>;
|
|
2
|
+
export const StyledLegend: import("styled-components").StyledComponent<"legend", any, {}, never>;
|
|
3
|
+
export const StyledLegendContent: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function filterObjectProperties(originalObject: any, keyList: any): {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./filter-object-properties";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const defaultFocusableSelectors: "button:not([disabled]), [href], input:not([type=\"hidden\"]):not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]";
|
|
2
|
+
export function nextNonRadioElementIndex(element: any, focusableElements: any): number;
|
|
3
|
+
export function isRadio(element: any): any;
|
|
4
|
+
export function setElementFocus(element: any): void;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default FocusTrap;
|
|
2
|
+
declare function FocusTrap({ children, autoFocus, focusFirstElement, bespokeTrap, wrapperRef, }: {
|
|
3
|
+
children: any;
|
|
4
|
+
autoFocus?: boolean | undefined;
|
|
5
|
+
focusFirstElement: any;
|
|
6
|
+
bespokeTrap: any;
|
|
7
|
+
wrapperRef: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace FocusTrap {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
12
|
+
const autoFocus: PropTypes.Requireable<boolean>;
|
|
13
|
+
const focusFirstElement: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
|
|
14
|
+
current: PropTypes.Requireable<any>;
|
|
15
|
+
}>>;
|
|
16
|
+
const bespokeTrap: PropTypes.Requireable<(...args: any[]) => any>;
|
|
17
|
+
const wrapperRef: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
+
current: PropTypes.Requireable<any>;
|
|
19
|
+
}>>;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./focus-trap.component";
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export default FormField;
|
|
2
|
+
declare function FormField({ children, disabled, fieldHelp: fieldHelpContent, fieldHelpInline, error, warning, info, tooltipId, fieldHelpId, helpTabIndex, label, labelId, labelAlign, labelHelp, labelHelpIcon, labelInline, labelSpacing, labelWidth, id, reverse, isOptional, useValidationIcon, adaptiveLabelBreakpoint, isRequired, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
disabled: any;
|
|
6
|
+
fieldHelp: any;
|
|
7
|
+
fieldHelpInline: any;
|
|
8
|
+
error: any;
|
|
9
|
+
warning: any;
|
|
10
|
+
info: any;
|
|
11
|
+
tooltipId: any;
|
|
12
|
+
fieldHelpId: any;
|
|
13
|
+
helpTabIndex: any;
|
|
14
|
+
label: any;
|
|
15
|
+
labelId: any;
|
|
16
|
+
labelAlign: any;
|
|
17
|
+
labelHelp: any;
|
|
18
|
+
labelHelpIcon: any;
|
|
19
|
+
labelInline: any;
|
|
20
|
+
labelSpacing?: number | undefined;
|
|
21
|
+
labelWidth: any;
|
|
22
|
+
id: any;
|
|
23
|
+
reverse: any;
|
|
24
|
+
isOptional: any;
|
|
25
|
+
useValidationIcon: any;
|
|
26
|
+
adaptiveLabelBreakpoint: any;
|
|
27
|
+
isRequired: any;
|
|
28
|
+
}): JSX.Element;
|
|
29
|
+
declare namespace FormField {
|
|
30
|
+
const propTypes: {
|
|
31
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
32
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
33
|
+
"data-component": PropTypes.Requireable<string>;
|
|
34
|
+
"data-role": PropTypes.Requireable<string>;
|
|
35
|
+
"data-element": PropTypes.Requireable<string>;
|
|
36
|
+
fieldHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
37
|
+
fieldHelpInline: PropTypes.Requireable<boolean>;
|
|
38
|
+
error: (props: any, propName: any, componentName: any, ...rest: any[]) => Error | null;
|
|
39
|
+
warning: (props: any, propName: any, componentName: any, ...rest: any[]) => Error | null;
|
|
40
|
+
info: (props: any, propName: any, componentName: any, ...rest: any[]) => Error | null;
|
|
41
|
+
tooltipId: PropTypes.Requireable<string>;
|
|
42
|
+
fieldHelpId: PropTypes.Requireable<string>;
|
|
43
|
+
helpTabIndex: PropTypes.Requireable<string | number>;
|
|
44
|
+
id: PropTypes.Validator<string>;
|
|
45
|
+
isOptional: PropTypes.Requireable<boolean>;
|
|
46
|
+
label: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
47
|
+
labelId: PropTypes.Requireable<string>;
|
|
48
|
+
labelAlign: PropTypes.Requireable<string>;
|
|
49
|
+
labelHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
50
|
+
labelHelpIcon: PropTypes.Requireable<string>;
|
|
51
|
+
labelInline: PropTypes.Requireable<boolean>;
|
|
52
|
+
/** Spacing between label and a field for inline label, given number will be multiplied by base spacing unit (8) */
|
|
53
|
+
labelSpacing: PropTypes.Requireable<number>;
|
|
54
|
+
labelWidth: PropTypes.Requireable<number>;
|
|
55
|
+
reverse: PropTypes.Requireable<boolean>;
|
|
56
|
+
useValidationIcon: PropTypes.Requireable<boolean>;
|
|
57
|
+
/** Breakpoint for adaptive label (inline labels change to top aligned). Enables the adaptive behaviour when set */
|
|
58
|
+
adaptiveLabelBreakpoint: PropTypes.Requireable<number>;
|
|
59
|
+
/** Flag to configure component as mandatory */
|
|
60
|
+
isRequired: PropTypes.Requireable<boolean>;
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./full-screen-heading.component";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function extractProps(props: any, reactComponent: any): {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./extract-props";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default InputPresentation;
|
|
2
|
+
declare function InputPresentation({ children, positionedChildren, inputWidth, align, disabled, readOnly, size, error, warning, info, }: {
|
|
3
|
+
children: any;
|
|
4
|
+
positionedChildren: any;
|
|
5
|
+
inputWidth: any;
|
|
6
|
+
align: any;
|
|
7
|
+
disabled: any;
|
|
8
|
+
readOnly: any;
|
|
9
|
+
size: any;
|
|
10
|
+
error: any;
|
|
11
|
+
warning: any;
|
|
12
|
+
info: any;
|
|
13
|
+
}): JSX.Element;
|
|
14
|
+
declare namespace InputPresentation {
|
|
15
|
+
namespace propTypes {
|
|
16
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
17
|
+
const align: PropTypes.Requireable<string>;
|
|
18
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
19
|
+
const inputWidth: PropTypes.Requireable<number>;
|
|
20
|
+
const readOnly: PropTypes.Requireable<boolean>;
|
|
21
|
+
const positionedChildren: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
22
|
+
const size: PropTypes.Requireable<string>;
|
|
23
|
+
const error: PropTypes.Requireable<string | boolean>;
|
|
24
|
+
const warning: PropTypes.Requireable<string | boolean>;
|
|
25
|
+
const info: PropTypes.Requireable<string | boolean>;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const StyledInputPresentationContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export default InputPresentationStyle;
|
|
3
|
+
declare const InputPresentationStyle: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
+
theme: any;
|
|
5
|
+
error: any;
|
|
6
|
+
warning: any;
|
|
7
|
+
info: any;
|
|
8
|
+
disabled: any;
|
|
9
|
+
}, never>;
|
|
@@ -60,8 +60,9 @@ const InputPresentationStyle = _styledComponents.default.div`
|
|
|
60
60
|
|
|
61
61
|
${({
|
|
62
62
|
hasFocus,
|
|
63
|
-
theme
|
|
64
|
-
|
|
63
|
+
theme,
|
|
64
|
+
disabled
|
|
65
|
+
}) => hasFocus && !disabled && (0, _styledComponents.css)`
|
|
65
66
|
&& {
|
|
66
67
|
outline: 3px solid ${theme.colors.focus};
|
|
67
68
|
z-index: 2;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
namespace small {
|
|
3
|
+
const height: string;
|
|
4
|
+
const verticalPadding: string;
|
|
5
|
+
const horizontalPadding: string;
|
|
6
|
+
const tooltipVerticalOffset: number;
|
|
7
|
+
const tooltipHorizontalOffset: number;
|
|
8
|
+
}
|
|
9
|
+
namespace medium {
|
|
10
|
+
const height_1: string;
|
|
11
|
+
export { height_1 as height };
|
|
12
|
+
const verticalPadding_1: string;
|
|
13
|
+
export { verticalPadding_1 as verticalPadding };
|
|
14
|
+
const horizontalPadding_1: string;
|
|
15
|
+
export { horizontalPadding_1 as horizontalPadding };
|
|
16
|
+
const tooltipVerticalOffset_1: number;
|
|
17
|
+
export { tooltipVerticalOffset_1 as tooltipVerticalOffset };
|
|
18
|
+
const tooltipHorizontalOffset_1: number;
|
|
19
|
+
export { tooltipHorizontalOffset_1 as tooltipHorizontalOffset };
|
|
20
|
+
}
|
|
21
|
+
namespace large {
|
|
22
|
+
const height_2: string;
|
|
23
|
+
export { height_2 as height };
|
|
24
|
+
const verticalPadding_2: string;
|
|
25
|
+
export { verticalPadding_2 as verticalPadding };
|
|
26
|
+
const horizontalPadding_2: string;
|
|
27
|
+
export { horizontalPadding_2 as horizontalPadding };
|
|
28
|
+
const tooltipVerticalOffset_2: number;
|
|
29
|
+
export { tooltipVerticalOffset_2 as tooltipVerticalOffset };
|
|
30
|
+
const tooltipHorizontalOffset_2: number;
|
|
31
|
+
export { tooltipHorizontalOffset_2 as tooltipHorizontalOffset };
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const InputContext: React.Context<{}>;
|
|
2
|
+
export function InputBehaviour({ children }: {
|
|
3
|
+
children: any;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
export namespace InputBehaviour {
|
|
6
|
+
namespace propTypes {
|
|
7
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
import React from "react";
|
|
11
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const InputGroupContext: React.Context<{}>;
|
|
2
|
+
export function InputGroupBehaviour({ children, blockGroupBehaviour }: {
|
|
3
|
+
children: any;
|
|
4
|
+
blockGroupBehaviour: any;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
export namespace InputGroupBehaviour {
|
|
7
|
+
namespace propTypes {
|
|
8
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
9
|
+
const blockGroupBehaviour: PropTypes.Requireable<boolean>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
import React from "react";
|
|
13
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default useInputBehaviour;
|
|
2
|
+
declare function useInputBehaviour(blockGroupBehaviour: any): {
|
|
3
|
+
hasFocus: boolean;
|
|
4
|
+
hasMouseOver: boolean;
|
|
5
|
+
onFocus: (() => void) | undefined;
|
|
6
|
+
onBlur: (() => void) | undefined;
|
|
7
|
+
onMouseDown: () => void;
|
|
8
|
+
onMouseEnter: (() => void) | undefined;
|
|
9
|
+
onMouseLeave: (() => void) | undefined;
|
|
10
|
+
inputRef: (input: any) => void;
|
|
11
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default InputIconToggle;
|
|
2
|
+
declare function InputIconToggle({ disabled, readOnly, size, inputIcon: type, onClick, onFocus, onBlur, onMouseDown, error, warning, info, useValidationIcon, align, iconTabIndex, tooltipId, }: {
|
|
3
|
+
disabled: any;
|
|
4
|
+
readOnly: any;
|
|
5
|
+
size: any;
|
|
6
|
+
inputIcon: any;
|
|
7
|
+
onClick: any;
|
|
8
|
+
onFocus: any;
|
|
9
|
+
onBlur: any;
|
|
10
|
+
onMouseDown: any;
|
|
11
|
+
error: any;
|
|
12
|
+
warning: any;
|
|
13
|
+
info: any;
|
|
14
|
+
useValidationIcon: any;
|
|
15
|
+
align: any;
|
|
16
|
+
iconTabIndex: any;
|
|
17
|
+
tooltipId: any;
|
|
18
|
+
}): JSX.Element | null;
|
|
19
|
+
declare namespace InputIconToggle {
|
|
20
|
+
namespace propTypes {
|
|
21
|
+
const error: PropTypes.Requireable<string | boolean>;
|
|
22
|
+
const warning: PropTypes.Requireable<string | boolean>;
|
|
23
|
+
const info: PropTypes.Requireable<string | boolean>;
|
|
24
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
25
|
+
const readOnly: PropTypes.Requireable<boolean>;
|
|
26
|
+
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
const onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
|
+
const onMouseDown: PropTypes.Requireable<(...args: any[]) => any>;
|
|
30
|
+
const inputIcon: PropTypes.Requireable<string>;
|
|
31
|
+
const size: PropTypes.Requireable<string>;
|
|
32
|
+
const align: PropTypes.Requireable<string>;
|
|
33
|
+
const useValidationIcon: PropTypes.Requireable<boolean>;
|
|
34
|
+
const iconTabIndex: PropTypes.Requireable<number>;
|
|
35
|
+
const tooltipId: PropTypes.Requireable<string>;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default InputIconToggleStyle;
|
|
2
|
+
declare const InputIconToggleStyle: import("styled-components").StyledComponent<"span", any, {
|
|
3
|
+
onKeyDown: (e: import("react").KeyboardEvent<HTMLSpanElement>) => any;
|
|
4
|
+
theme: import("../../style/themes/base").ThemeObject;
|
|
5
|
+
}, "theme" | "onKeyDown">;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare var _default: React.MemoExoticComponent<{
|
|
2
|
+
({ disabled, inline, align, width, optional, labelId, tooltipId, children, error, warning, info, help, helpIcon, helpTabIndex, useValidationIcon, htmlFor, pr, pl, isRequired, }: {
|
|
3
|
+
disabled: any;
|
|
4
|
+
inline: any;
|
|
5
|
+
align?: string | undefined;
|
|
6
|
+
width: any;
|
|
7
|
+
optional: any;
|
|
8
|
+
labelId: any;
|
|
9
|
+
tooltipId: any;
|
|
10
|
+
children: any;
|
|
11
|
+
error: any;
|
|
12
|
+
warning: any;
|
|
13
|
+
info: any;
|
|
14
|
+
help: any;
|
|
15
|
+
helpIcon: any;
|
|
16
|
+
helpTabIndex: any;
|
|
17
|
+
useValidationIcon?: boolean | undefined;
|
|
18
|
+
htmlFor: any;
|
|
19
|
+
pr: any;
|
|
20
|
+
pl: any;
|
|
21
|
+
isRequired: any;
|
|
22
|
+
}): JSX.Element;
|
|
23
|
+
propTypes: {
|
|
24
|
+
/** Label width */
|
|
25
|
+
width: PropTypes.Requireable<number>;
|
|
26
|
+
/** Label alignment */
|
|
27
|
+
align: PropTypes.Requireable<string>;
|
|
28
|
+
/** When true, label is placed in line an input */
|
|
29
|
+
inline: PropTypes.Requireable<boolean>;
|
|
30
|
+
/** If true, the component will be disabled */
|
|
31
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
32
|
+
/** Flag to configure component as optional in Form */
|
|
33
|
+
optional: PropTypes.Requireable<boolean>;
|
|
34
|
+
/** The unique id of the label element */
|
|
35
|
+
labelId: PropTypes.Requireable<string>;
|
|
36
|
+
/** The unique id of the Help component tooltip, used for accessibility */
|
|
37
|
+
tooltipId: PropTypes.Requireable<string>;
|
|
38
|
+
/** Children elements */
|
|
39
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
40
|
+
/** Status of error validations */
|
|
41
|
+
error: PropTypes.Requireable<string | boolean>;
|
|
42
|
+
/** Status of warnings */
|
|
43
|
+
warning: PropTypes.Requireable<string | boolean>;
|
|
44
|
+
/** Status of info */
|
|
45
|
+
info: PropTypes.Requireable<string | boolean>;
|
|
46
|
+
/** A message that the Help component will display */
|
|
47
|
+
help: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
48
|
+
/** Icon type */
|
|
49
|
+
helpIcon: PropTypes.Requireable<string>;
|
|
50
|
+
/** Overrides the default tabindex of the Help component */
|
|
51
|
+
helpTabIndex: PropTypes.Requireable<string | number>;
|
|
52
|
+
/** Whether to show the validation icon */
|
|
53
|
+
useValidationIcon: PropTypes.Requireable<boolean>;
|
|
54
|
+
/** A string that represents the ID of another form element */
|
|
55
|
+
htmlFor: PropTypes.Requireable<string>;
|
|
56
|
+
/** Padding right, integer multiplied by base spacing constant (8) */
|
|
57
|
+
pr: PropTypes.Requireable<number>;
|
|
58
|
+
/** Padding left, integer multiplied by base spacing constant (8) */
|
|
59
|
+
pl: PropTypes.Requireable<number>;
|
|
60
|
+
/** Flag to configure component as mandatory */
|
|
61
|
+
isRequired: PropTypes.Requireable<boolean>;
|
|
62
|
+
};
|
|
63
|
+
}>;
|
|
64
|
+
export default _default;
|
|
65
|
+
import PropTypes from "prop-types";
|
|
66
|
+
import React from "react";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./popover.component";
|