carbon-react 102.9.2 → 102.11.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/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-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/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/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-full-screen/menu-full-screen.component.d.ts +17 -0
- package/lib/components/menu/menu-full-screen/menu-full-screen.style.d.ts +2 -0
- 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-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.component.d.ts +11 -0
- package/lib/components/menu/menu.context.d.ts +3 -0
- package/lib/components/menu/menu.style.d.ts +2 -0
- package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +15 -0
- package/lib/components/menu/scrollable-block/scrollable-block.style.d.ts +2 -0
- 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/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.style.d.ts +2 -0
- 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__/tab-title/tab-title.style.js +3 -5
- 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.component.js +1 -10
- 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-pointer.style.js +7 -6
- package/lib/components/tooltip/tooltip.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.component.js +6 -0
- package/lib/components/tooltip/tooltip.config.d.ts +1 -0
- package/lib/components/tooltip/tooltip.style.d.ts +2 -0
- package/lib/components/tooltip/tooltip.style.js +10 -4
- 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/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 +621 -0
- 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/mint/mint-theme.config.js +1 -1
- 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,20 @@
|
|
|
1
|
+
export default CheckboxGroup;
|
|
2
|
+
declare function CheckboxGroup(props: any): JSX.Element;
|
|
3
|
+
declare namespace CheckboxGroup {
|
|
4
|
+
namespace propTypes {
|
|
5
|
+
const legend: PropTypes.Requireable<string>;
|
|
6
|
+
const legendInline: PropTypes.Requireable<boolean>;
|
|
7
|
+
const legendWidth: PropTypes.Requireable<number>;
|
|
8
|
+
const legendAlign: PropTypes.Requireable<string>;
|
|
9
|
+
const legendSpacing: PropTypes.Requireable<number>;
|
|
10
|
+
const children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
11
|
+
const groupName: PropTypes.Validator<string>;
|
|
12
|
+
const error: PropTypes.Requireable<string | boolean>;
|
|
13
|
+
const warning: PropTypes.Requireable<string | boolean>;
|
|
14
|
+
const info: PropTypes.Requireable<string | boolean>;
|
|
15
|
+
const labelSpacing: PropTypes.Requireable<number>;
|
|
16
|
+
const required: PropTypes.Requireable<boolean>;
|
|
17
|
+
const tooltipPosition: PropTypes.Requireable<string>;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
export default Checkbox;
|
|
2
|
+
declare function Checkbox({ id, label, onChange, name, onClick, onBlur, onFocus, value, fieldHelp, autoFocus, labelHelp, labelSpacing, labelWidth, adaptiveSpacingBreakpoint, required, error, warning, info, fieldHelpInline, reverse, checked, disabled, inputWidth, size, tooltipPosition, "data-component": dataComponent, "data-element": dataElement, "data-role": dataRole, helpAriaLabel, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
id: any;
|
|
5
|
+
label: any;
|
|
6
|
+
onChange: any;
|
|
7
|
+
name: any;
|
|
8
|
+
onClick: any;
|
|
9
|
+
onBlur: any;
|
|
10
|
+
onFocus: any;
|
|
11
|
+
value: any;
|
|
12
|
+
fieldHelp: any;
|
|
13
|
+
autoFocus: any;
|
|
14
|
+
labelHelp: any;
|
|
15
|
+
labelSpacing?: number | undefined;
|
|
16
|
+
labelWidth: any;
|
|
17
|
+
adaptiveSpacingBreakpoint: any;
|
|
18
|
+
required: any;
|
|
19
|
+
error: any;
|
|
20
|
+
warning: any;
|
|
21
|
+
info: any;
|
|
22
|
+
fieldHelpInline: any;
|
|
23
|
+
reverse: any;
|
|
24
|
+
checked: any;
|
|
25
|
+
disabled: any;
|
|
26
|
+
inputWidth: any;
|
|
27
|
+
size: any;
|
|
28
|
+
tooltipPosition: any;
|
|
29
|
+
"data-component": any;
|
|
30
|
+
"data-element": any;
|
|
31
|
+
"data-role": any;
|
|
32
|
+
helpAriaLabel: any;
|
|
33
|
+
}): JSX.Element;
|
|
34
|
+
declare namespace Checkbox {
|
|
35
|
+
const propTypes: {
|
|
36
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
37
|
+
"data-component": PropTypes.Requireable<string>;
|
|
38
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
39
|
+
"data-element": PropTypes.Requireable<string>;
|
|
40
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
41
|
+
"data-role": PropTypes.Requireable<string>;
|
|
42
|
+
/** Checked state of the input */
|
|
43
|
+
checked: PropTypes.Requireable<boolean>;
|
|
44
|
+
/** Toggles disabling of input */
|
|
45
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
46
|
+
/** The fieldHelp content to display for the input */
|
|
47
|
+
fieldHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
48
|
+
/** Displays fieldHelp inline with the checkbox */
|
|
49
|
+
fieldHelpInline: PropTypes.Requireable<boolean>;
|
|
50
|
+
/** Unique Identifier for the input. Will use a randomly generated GUID if none is provided */
|
|
51
|
+
id: PropTypes.Requireable<string>;
|
|
52
|
+
/** Sets percentage-based input width */
|
|
53
|
+
inputWidth: PropTypes.Requireable<string | number>;
|
|
54
|
+
/** The content of the label for the input */
|
|
55
|
+
label: PropTypes.Requireable<string>;
|
|
56
|
+
/** Spacing between label and a field for inline label, given number will be multiplied by base spacing unit (8) */
|
|
57
|
+
labelSpacing: PropTypes.Requireable<number>;
|
|
58
|
+
/** Sets percentage-based label width */
|
|
59
|
+
labelWidth: PropTypes.Requireable<string | number>;
|
|
60
|
+
/** The name of the the Checkbox input */
|
|
61
|
+
name: PropTypes.Requireable<string>;
|
|
62
|
+
/** Accepts a callback function which can be used to update parent state on change */
|
|
63
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
64
|
+
/** Accepts a callback function which is triggered on blur event */
|
|
65
|
+
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
66
|
+
/** Accepts a callback function which is triggered on focus event */
|
|
67
|
+
onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
68
|
+
/** Accepts a callback function which is triggered on click event */
|
|
69
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
70
|
+
/** Reverses label and checkbox display */
|
|
71
|
+
reverse: PropTypes.Requireable<boolean>;
|
|
72
|
+
/**
|
|
73
|
+
* Set the size of the checkbox to 'small' (16x16 - default) or 'large' (24x24).
|
|
74
|
+
* No effect when using Classic theme.
|
|
75
|
+
*/
|
|
76
|
+
size: PropTypes.Requireable<string>;
|
|
77
|
+
/** the value of the checkbox, passed on form submit */
|
|
78
|
+
value: PropTypes.Requireable<string>;
|
|
79
|
+
/** Indicate that error has occurred
|
|
80
|
+
Pass string to display icon, tooltip and red border
|
|
81
|
+
Pass true boolean to only display red border */
|
|
82
|
+
error: PropTypes.Requireable<string | boolean>;
|
|
83
|
+
/** Indicate that warning has occurred
|
|
84
|
+
Pass string to display icon, tooltip and orange border
|
|
85
|
+
Pass true boolean to only display orange border */
|
|
86
|
+
warning: PropTypes.Requireable<string | boolean>;
|
|
87
|
+
/** Indicate additional information
|
|
88
|
+
Pass string to display icon, tooltip and blue border
|
|
89
|
+
Pass true boolean to only display blue border */
|
|
90
|
+
info: PropTypes.Requireable<string | boolean>;
|
|
91
|
+
/** If true the Component will be focused when page load */
|
|
92
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
93
|
+
/** The content for the help tooltip, to appear next to the Label */
|
|
94
|
+
labelHelp: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
95
|
+
/** Breakpoint for adaptive spacing (left margin changes to 0). Enables the adaptive behaviour when set */
|
|
96
|
+
adaptiveSpacingBreakpoint: PropTypes.Requireable<number>;
|
|
97
|
+
/** Flag to configure component as mandatory */
|
|
98
|
+
required: PropTypes.Requireable<boolean>;
|
|
99
|
+
/** Overrides the default tooltip position */
|
|
100
|
+
tooltipPosition: PropTypes.Requireable<string>;
|
|
101
|
+
/** Aria label for rendered help component */
|
|
102
|
+
helpAriaLabel: PropTypes.Requireable<string>;
|
|
103
|
+
};
|
|
104
|
+
const defaultProps: {
|
|
105
|
+
reverse: boolean;
|
|
106
|
+
"data-component": string;
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export default Confirm;
|
|
2
|
+
declare function Confirm({ open, children, destructive, cancelButtonDestructive, confirmButtonDestructive, cancelButtonType, confirmButtonType, cancelButtonIconType, cancelButtonIconPosition, confirmButtonIconType, confirmButtonIconPosition, cancelLabel, onCancel, disableCancel, onConfirm, isLoadingConfirm, disableConfirm, confirmLabel, iconType, subtitle, title, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
open: any;
|
|
5
|
+
children: any;
|
|
6
|
+
destructive: any;
|
|
7
|
+
cancelButtonDestructive: any;
|
|
8
|
+
confirmButtonDestructive: any;
|
|
9
|
+
cancelButtonType: any;
|
|
10
|
+
confirmButtonType: any;
|
|
11
|
+
cancelButtonIconType: any;
|
|
12
|
+
cancelButtonIconPosition: any;
|
|
13
|
+
confirmButtonIconType: any;
|
|
14
|
+
confirmButtonIconPosition: any;
|
|
15
|
+
cancelLabel: any;
|
|
16
|
+
onCancel: any;
|
|
17
|
+
disableCancel: any;
|
|
18
|
+
onConfirm: any;
|
|
19
|
+
isLoadingConfirm: any;
|
|
20
|
+
disableConfirm: any;
|
|
21
|
+
confirmLabel: any;
|
|
22
|
+
iconType: any;
|
|
23
|
+
subtitle: any;
|
|
24
|
+
title: any;
|
|
25
|
+
}): JSX.Element;
|
|
26
|
+
declare namespace Confirm {
|
|
27
|
+
namespace defaultProps {
|
|
28
|
+
const size: string;
|
|
29
|
+
const showCloseIcon: boolean;
|
|
30
|
+
const destructive: boolean;
|
|
31
|
+
const cancelButtonDestructive: boolean;
|
|
32
|
+
const confirmButtonDestructive: boolean;
|
|
33
|
+
const iconType: null;
|
|
34
|
+
const cancelButtonType: string;
|
|
35
|
+
const confirmButtonType: string;
|
|
36
|
+
}
|
|
37
|
+
const propTypes: {
|
|
38
|
+
/** Prop to specify the aria-describedby property of the component */
|
|
39
|
+
"aria-describedby": PropTypes.Requireable<string>;
|
|
40
|
+
/**
|
|
41
|
+
* Prop to specify the aria-label of the component.
|
|
42
|
+
* To be used only when the title prop is not defined, and the component is not labelled by any internal element.
|
|
43
|
+
*/
|
|
44
|
+
"aria-label": PropTypes.Requireable<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Prop to specify the aria-labeledby property of the component
|
|
47
|
+
* To be used when the title prop is a custom React Node,
|
|
48
|
+
* or the component is labelled by an internal element other than the title.
|
|
49
|
+
*/
|
|
50
|
+
"aria-labelledby": PropTypes.Requireable<string>;
|
|
51
|
+
/** Confirm content */
|
|
52
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
53
|
+
/** Controls the open state of the component */
|
|
54
|
+
open: PropTypes.Validator<boolean>;
|
|
55
|
+
/** A custom close event handler */
|
|
56
|
+
onCancel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
57
|
+
/** Determines if the Esc Key closes the Confirm */
|
|
58
|
+
disableEscKey: PropTypes.Requireable<boolean>;
|
|
59
|
+
/** Allows developers to specify a specific height for the Confirm. */
|
|
60
|
+
height: PropTypes.Requireable<string>;
|
|
61
|
+
/** Title displayed at top of component */
|
|
62
|
+
title: PropTypes.Requireable<string | object>;
|
|
63
|
+
/** Subtitle displayed at top of component */
|
|
64
|
+
subtitle: PropTypes.Requireable<string>;
|
|
65
|
+
/** Size of component */
|
|
66
|
+
size: PropTypes.Requireable<string>;
|
|
67
|
+
/** Determines if the close icon is shown */
|
|
68
|
+
showCloseIcon: PropTypes.Requireable<boolean>;
|
|
69
|
+
/** Optional reference to an element meant to be focused on open */
|
|
70
|
+
focusFirstElement: PropTypes.Requireable<PropTypes.InferProps<{
|
|
71
|
+
current: PropTypes.Requireable<any>;
|
|
72
|
+
}>>;
|
|
73
|
+
/** Disables auto focus functionality on child elements */
|
|
74
|
+
disableAutoFocus: PropTypes.Requireable<boolean>;
|
|
75
|
+
/** A custom event handler when a confirmation takes place */
|
|
76
|
+
onConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
|
77
|
+
/** Customise the confirm button label */
|
|
78
|
+
confirmLabel: PropTypes.Requireable<string>;
|
|
79
|
+
/** Customise the cancel button label */
|
|
80
|
+
cancelLabel: PropTypes.Requireable<string>;
|
|
81
|
+
/** Apply destructive style to the buttons */
|
|
82
|
+
destructive: PropTypes.Requireable<boolean>;
|
|
83
|
+
/** Apply destructive style to the cancel button */
|
|
84
|
+
cancelButtonDestructive: PropTypes.Requireable<boolean>;
|
|
85
|
+
/** Apply destructive style to the confirm button */
|
|
86
|
+
confirmButtonDestructive: PropTypes.Requireable<boolean>;
|
|
87
|
+
/** Defines a cancel button Icon position related to the children: "before" | "after" */
|
|
88
|
+
cancelButtonIconPosition: PropTypes.Requireable<string>;
|
|
89
|
+
/**
|
|
90
|
+
* <a href="https://brand.sage.com/d/NdbrveWvNheA/foundations#/icons/icons" target="_blank">List of supported icons</a>
|
|
91
|
+
*
|
|
92
|
+
* Defines an Icon type within the cancel button (see Icon for options)
|
|
93
|
+
* */
|
|
94
|
+
cancelButtonIconType: PropTypes.Requireable<string>;
|
|
95
|
+
/** Defines a confirm button Icon position related to the children: "before" | "after" */
|
|
96
|
+
confirmButtonIconPosition: PropTypes.Requireable<string>;
|
|
97
|
+
/**
|
|
98
|
+
* <a href="https://brand.sage.com/d/NdbrveWvNheA/foundations#/icons/icons" target="_blank">List of supported icons</a>
|
|
99
|
+
*
|
|
100
|
+
* Defines an Icon type within the confirm button (see Icon for options)
|
|
101
|
+
* */
|
|
102
|
+
confirmButtonIconType: PropTypes.Requireable<string>;
|
|
103
|
+
/** Defines an Icon type within the button (see Icon for options) */
|
|
104
|
+
iconType: PropTypes.Requireable<string>;
|
|
105
|
+
/** Makes cancel button disabled */
|
|
106
|
+
disableCancel: PropTypes.Requireable<boolean>;
|
|
107
|
+
/** Makes confirm button disabled */
|
|
108
|
+
disableConfirm: PropTypes.Requireable<boolean>;
|
|
109
|
+
/** Color variants for new business themes: "primary" | "secondary" | "tertiary" | "dashed" | "darkBackground" */
|
|
110
|
+
cancelButtonType: PropTypes.Requireable<string>;
|
|
111
|
+
/** Color variants for new business themes: "primary" | "secondary" | "tertiary" | "dashed" | "darkBackground" */
|
|
112
|
+
confirmButtonType: PropTypes.Requireable<string>;
|
|
113
|
+
/** Adds isLoading state into confirm button */
|
|
114
|
+
isLoadingConfirm: PropTypes.Requireable<boolean>;
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const CONFIRM_SIZES: string[];
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default Content;
|
|
2
|
+
declare function Content({ variant, children, title, inline, align, titleWidth, bodyFullWidth, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
variant?: string | undefined;
|
|
5
|
+
children: any;
|
|
6
|
+
title: any;
|
|
7
|
+
inline?: boolean | undefined;
|
|
8
|
+
align?: string | undefined;
|
|
9
|
+
titleWidth: any;
|
|
10
|
+
bodyFullWidth?: boolean | undefined;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
declare namespace Content {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
const variant: PropTypes.Requireable<string>;
|
|
15
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
16
|
+
const title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
17
|
+
const inline: PropTypes.Requireable<boolean>;
|
|
18
|
+
const align: PropTypes.Requireable<string>;
|
|
19
|
+
const titleWidth: PropTypes.Requireable<string>;
|
|
20
|
+
const bodyFullWidth: PropTypes.Requireable<boolean>;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const StyledContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export const StyledContentTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledContentBody: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default DatePicker;
|
|
2
|
+
declare function DatePicker({ inputElement, inputDate, handleDateSelect, minDate, maxDate, selectedDate, disablePortal, }: {
|
|
3
|
+
inputElement: any;
|
|
4
|
+
inputDate: any;
|
|
5
|
+
handleDateSelect: any;
|
|
6
|
+
minDate: any;
|
|
7
|
+
maxDate: any;
|
|
8
|
+
selectedDate: any;
|
|
9
|
+
disablePortal: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare namespace DatePicker {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
const minDate: PropTypes.Requireable<string>;
|
|
14
|
+
const maxDate: PropTypes.Requireable<string>;
|
|
15
|
+
const disablePortal: PropTypes.Requireable<boolean>;
|
|
16
|
+
const inputDate: PropTypes.Requireable<string>;
|
|
17
|
+
const inputElement: PropTypes.Validator<object>;
|
|
18
|
+
const selectedDate: PropTypes.Requireable<string | object>;
|
|
19
|
+
const handleDateSelect: PropTypes.Requireable<(...args: any[]) => any>;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export default DateInput;
|
|
2
|
+
export const defaultDateFormat: "DD/MM/YYYY";
|
|
3
|
+
export class BaseDateInput extends React.Component<any, any, any> {
|
|
4
|
+
constructor(props: Readonly<any>);
|
|
5
|
+
constructor(props: any, context?: any);
|
|
6
|
+
localeData: {
|
|
7
|
+
locale: any;
|
|
8
|
+
formats: any;
|
|
9
|
+
format: any;
|
|
10
|
+
};
|
|
11
|
+
isBlurBlocked: boolean;
|
|
12
|
+
isOpening: boolean;
|
|
13
|
+
inputHasFocus: any;
|
|
14
|
+
isControlled: boolean;
|
|
15
|
+
initialVisibleValue: any;
|
|
16
|
+
inputFocusedViaPicker: boolean;
|
|
17
|
+
hasMounted: boolean;
|
|
18
|
+
inputPresentationRef: React.RefObject<any>;
|
|
19
|
+
isAutoFocused: boolean | undefined;
|
|
20
|
+
hasValueChanged: (prevProps: any) => any;
|
|
21
|
+
assignInput: (input: any) => void;
|
|
22
|
+
input: any;
|
|
23
|
+
shouldAllowBlur: () => any;
|
|
24
|
+
shouldBlockBlur: () => boolean;
|
|
25
|
+
handleBlur: () => void;
|
|
26
|
+
handleFocus: (ev: any) => void;
|
|
27
|
+
handleKeyDown: (ev: any) => void;
|
|
28
|
+
openDatePicker: (openedOnMount: any) => void;
|
|
29
|
+
updateValidEventValues: (value: any) => void;
|
|
30
|
+
reformatVisibleDate: () => void;
|
|
31
|
+
closeDatePicker: () => void;
|
|
32
|
+
handleClick: (event: any) => void;
|
|
33
|
+
handleDateSelect: (selectedDate: any) => void;
|
|
34
|
+
updateVisibleValue: (date: any) => void;
|
|
35
|
+
focusInput: () => void;
|
|
36
|
+
handleVisibleInputChange: (ev: any) => void;
|
|
37
|
+
updateSelectedDate: (newValue: any) => void;
|
|
38
|
+
getDateObject: (newValue: any) => any;
|
|
39
|
+
emitOnChangeCallback: (ev: any, isoFormattedValue: any) => void;
|
|
40
|
+
canBeEmptyValues: (value: any) => any;
|
|
41
|
+
buildCustomEvent: (ev: any, isoFormattedValue: any) => any;
|
|
42
|
+
renderDatePicker: (dateRangeProps: any) => JSX.Element | null;
|
|
43
|
+
markCurrentDatepicker: () => void;
|
|
44
|
+
hiddenValue: () => any;
|
|
45
|
+
renderHiddenInput: () => JSX.Element;
|
|
46
|
+
}
|
|
47
|
+
export namespace BaseDateInput {
|
|
48
|
+
export { LocaleContext as contextType };
|
|
49
|
+
export const propTypes: any;
|
|
50
|
+
export const defaultProps: {
|
|
51
|
+
disablePortal: boolean;
|
|
52
|
+
"data-component": string;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
declare const DateInput: JSX.Element;
|
|
56
|
+
import React from "react";
|
|
57
|
+
import LocaleContext from "../../__internal__/i18n-context";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./navbar.component";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default Navbar;
|
|
2
|
+
declare function Navbar({ onPreviousClick, onNextClick, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
onPreviousClick: any;
|
|
5
|
+
onNextClick: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Navbar {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const onPreviousClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
10
|
+
const onNextClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./weekday.component";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default Weekday;
|
|
2
|
+
declare function Weekday({ className, title, children, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
title: any;
|
|
6
|
+
children: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace Weekday {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const className: PropTypes.Requireable<string>;
|
|
11
|
+
const title: PropTypes.Requireable<string>;
|
|
12
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export default DateRange;
|
|
2
|
+
declare function DateRange({ defaultValue, endDateProps, id, labelsInline, name, onBlur, onChange, startDateProps, tooltipPosition, validationOnLabel, value, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
defaultValue: any;
|
|
5
|
+
endDateProps?: {} | undefined;
|
|
6
|
+
id: any;
|
|
7
|
+
labelsInline: any;
|
|
8
|
+
name: any;
|
|
9
|
+
onBlur: any;
|
|
10
|
+
onChange: any;
|
|
11
|
+
startDateProps?: {} | undefined;
|
|
12
|
+
tooltipPosition: any;
|
|
13
|
+
validationOnLabel: any;
|
|
14
|
+
value: any;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
declare namespace DateRange {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
const endLabel: PropTypes.Requireable<string>;
|
|
19
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
20
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
+
const value: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
22
|
+
const defaultValue: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
23
|
+
const startError: PropTypes.Requireable<string | boolean>;
|
|
24
|
+
const startWarning: PropTypes.Requireable<string | boolean>;
|
|
25
|
+
const startInfo: PropTypes.Requireable<string | boolean>;
|
|
26
|
+
const endError: PropTypes.Requireable<string | boolean>;
|
|
27
|
+
const endWarning: PropTypes.Requireable<string | boolean>;
|
|
28
|
+
const endInfo: PropTypes.Requireable<string | boolean>;
|
|
29
|
+
const validationOnLabel: PropTypes.Requireable<boolean>;
|
|
30
|
+
const startLabel: PropTypes.Requireable<string>;
|
|
31
|
+
const labelsInline: PropTypes.Requireable<boolean>;
|
|
32
|
+
const startDateProps: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
33
|
+
const endDateProps: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
34
|
+
const name: PropTypes.Requireable<string>;
|
|
35
|
+
const id: PropTypes.Requireable<string>;
|
|
36
|
+
const tooltipPosition: PropTypes.Requireable<string>;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export default Decimal;
|
|
2
|
+
declare function Decimal({ align, defaultValue, precision, inputWidth, readOnly, onChange, onBlur, onKeyPress, id, name, allowEmptyValue, required, locale, value, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
align?: string | undefined;
|
|
5
|
+
defaultValue: any;
|
|
6
|
+
precision?: number | undefined;
|
|
7
|
+
inputWidth: any;
|
|
8
|
+
readOnly: any;
|
|
9
|
+
onChange: any;
|
|
10
|
+
onBlur: any;
|
|
11
|
+
onKeyPress: any;
|
|
12
|
+
id: any;
|
|
13
|
+
name: any;
|
|
14
|
+
allowEmptyValue?: boolean | undefined;
|
|
15
|
+
required: any;
|
|
16
|
+
locale: any;
|
|
17
|
+
value: any;
|
|
18
|
+
}): JSX.Element;
|
|
19
|
+
declare namespace Decimal {
|
|
20
|
+
const propTypes: {
|
|
21
|
+
/** Identifier used for testing purposes, applied to the root element of the component. */
|
|
22
|
+
"data-component": PropTypes.Requireable<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The default value alignment on the input
|
|
25
|
+
*/
|
|
26
|
+
align: PropTypes.Requireable<string>;
|
|
27
|
+
/**
|
|
28
|
+
* The decimal precision of the value in the input
|
|
29
|
+
*/
|
|
30
|
+
precision: (props: any) => Error | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The width of the input as a percentage
|
|
33
|
+
*/
|
|
34
|
+
inputWidth: PropTypes.Requireable<number>;
|
|
35
|
+
/**
|
|
36
|
+
* If true, the component will be read-only
|
|
37
|
+
*/
|
|
38
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
39
|
+
/**
|
|
40
|
+
* The default value of the input if it's meant to be used as an uncontrolled component
|
|
41
|
+
*/
|
|
42
|
+
defaultValue: PropTypes.Requireable<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The value of the input if it's used as a controlled component
|
|
45
|
+
*/
|
|
46
|
+
value: PropTypes.Requireable<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Handler for change event if input is meant to be used as a controlled component
|
|
49
|
+
*/
|
|
50
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
51
|
+
/**
|
|
52
|
+
* Handler for blur event
|
|
53
|
+
*/
|
|
54
|
+
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
55
|
+
/**
|
|
56
|
+
* Handler for key press event
|
|
57
|
+
*/
|
|
58
|
+
onKeyPress: PropTypes.Requireable<(...args: any[]) => any>;
|
|
59
|
+
/**
|
|
60
|
+
* The input name
|
|
61
|
+
*/
|
|
62
|
+
name: PropTypes.Requireable<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The input id
|
|
65
|
+
*/
|
|
66
|
+
id: PropTypes.Requireable<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Allow an empty value instead of defaulting to 0.00
|
|
69
|
+
*/
|
|
70
|
+
allowEmptyValue: PropTypes.Requireable<boolean>;
|
|
71
|
+
/** Flag to configure component as mandatory */
|
|
72
|
+
required: PropTypes.Requireable<boolean>;
|
|
73
|
+
/**
|
|
74
|
+
* Override the locale string, default from I18nProvider
|
|
75
|
+
*/
|
|
76
|
+
locale: PropTypes.Requireable<string>;
|
|
77
|
+
/** Aria label for rendered help component */
|
|
78
|
+
helpAriaLabel: PropTypes.Requireable<string>;
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const StyledDl: import("styled-components").StyledComponent<"dl", any, {}, never>;
|
|
2
|
+
export const StyledDtDiv: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledDdDiv: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export const StyledDt: import("styled-components").StyledComponent<"dt", any, {}, never>;
|
|
5
|
+
export const StyledDd: import("styled-components").StyledComponent<"dd", any, {}, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default Dl;
|
|
2
|
+
declare function Dl({ children, w, dtTextAlign, ddTextAlign, asSingleColumn, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
w?: number | undefined;
|
|
6
|
+
dtTextAlign?: string | undefined;
|
|
7
|
+
ddTextAlign?: string | undefined;
|
|
8
|
+
asSingleColumn?: boolean | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
declare namespace Dl {
|
|
11
|
+
const propTypes: any;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default Detail;
|
|
2
|
+
declare function Detail({ className, icon, footnote, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
icon: any;
|
|
6
|
+
footnote: any;
|
|
7
|
+
children: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace Detail {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const className: PropTypes.Requireable<string>;
|
|
12
|
+
const icon: PropTypes.Requireable<string>;
|
|
13
|
+
const footnote: PropTypes.Requireable<string>;
|
|
14
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const StyledDetail: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export const StyledDetailContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export const StyledDetailIcon: import("styled-components").StyledComponent<typeof Icon, any, {}, never>;
|
|
4
|
+
export const StyledDetailFootnote: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
import Icon from "../icon";
|