@elliemae/ds-form 2.0.1 → 2.1.0-rc.10
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/cjs/Checkbox/DSCheckbox.js +4 -4
- package/cjs/CheckboxGroup/DSCheckboxGroup.js +2 -2
- package/cjs/ComboBox/index.js +0 -3
- package/cjs/ComboBox/v1/DSComboBox.js +2 -2
- package/cjs/ComboBox/v1/components/AllOption.js +2 -2
- package/cjs/ComboBox/v1/components/Control.js +2 -2
- package/cjs/ComboBox/v1/components/CustomOption.js +2 -2
- package/cjs/ComboBox/v1/components/CustomOptionMulti.js +2 -2
- package/cjs/ComboBox/v1/components/DropdownIndicator.js +2 -2
- package/cjs/ComboBox/v1/components/MenuList.js +2 -2
- package/cjs/ComboBox/v1/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBox/v1/components/SelectMenu.js +2 -2
- package/cjs/ComboBox/v1/components/ValueContainer.js +2 -2
- package/cjs/ComboBox/v1/withSelectStringValueConverter.js +2 -2
- package/cjs/ComboBox/v2/Combobox.js +2 -2
- package/cjs/ComboBox/v2/components/AllOption.js +2 -2
- package/cjs/ComboBox/v2/components/ClearIndicator.js +2 -2
- package/cjs/ComboBox/v2/components/Content.js +2 -2
- package/cjs/ComboBox/v2/components/Control.js +2 -2
- package/cjs/ComboBox/v2/components/CustomOption.js +2 -2
- package/cjs/ComboBox/v2/components/CustomOptionMulti.js +2 -2
- package/cjs/ComboBox/v2/components/DropdownIndicator.js +2 -2
- package/cjs/ComboBox/v2/components/GroupHeading.js +2 -2
- package/cjs/ComboBox/v2/components/IndicatorSeparator.js +2 -2
- package/cjs/ComboBox/v2/components/MenuList.js +2 -2
- package/cjs/ComboBox/v2/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBox/v2/components/SelectMenu.js +2 -2
- package/cjs/ComboBox/v2/components/ValueContainer.js +2 -2
- package/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -3
- package/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBoxFreeSolo/components/SingleValue.js +2 -2
- package/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
- package/cjs/DateInput/DSDateInput.js +2 -2
- package/cjs/DateInput/components/DateInputImpl.js +2 -2
- package/cjs/DateInput/components/DateInputs.js +2 -2
- package/cjs/DateInputV2/components/DateInputs.js +2 -2
- package/cjs/ExpandableInput/ExpandableInputImpl.js +2 -2
- package/cjs/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
- package/cjs/FormItem/DSFormItemLayout.js +2 -2
- package/cjs/FormItem/ValidationFieldWrapper.js +2 -2
- package/cjs/Input/DSInput.js +2 -2
- package/cjs/Input/InputAddonWrapper.js +2 -2
- package/cjs/Input/InputImpl.js +2 -2
- package/cjs/InputGroup/AddonWrapper.js +2 -2
- package/cjs/InputMask/DSInputMask.js +2 -2
- package/cjs/InputMask/DSInputMaskDeprecated.js +2 -2
- package/cjs/InputMask/MaskTypes.js +2 -2
- package/cjs/InputMask/mask_types/DateInputMask.js +2 -2
- package/cjs/InputMask/mask_types/DateTimeInputMask.js +2 -2
- package/cjs/InputMask/mask_types/DictionaryInputMask.js +2 -2
- package/cjs/InputMask/mask_types/NumberInputMask.js +2 -2
- package/cjs/InputMask/mask_types/PhoneInputMask.js +2 -2
- package/cjs/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
- package/cjs/InputMask/mask_types/SsnInputMask.js +2 -2
- package/cjs/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
- package/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
- package/cjs/InputMask/mask_types/index.js +2 -2
- package/cjs/InputProtected/DSInputProtected.js +2 -2
- package/cjs/LargeInputText/DSLargeInputText.js +2 -2
- package/cjs/MenuItem/components/MultiMenuItem/MultiMenuItem.js +2 -1
- package/cjs/MenuItem/components/Section/styled.js +2 -2
- package/cjs/MenuItem/components/Separator/styled.js +2 -2
- package/cjs/MenuItem/components/SubmenuItem/index.js +3 -3
- package/cjs/MenuItem/components/styled.js +4 -9
- package/cjs/Radio/DSRadio.js +11 -6
- package/cjs/RadioGroup/DSRadioGroup.js +2 -2
- package/cjs/SearchBox/SearchBoxToggle.js +2 -2
- package/cjs/SearchBox/withSearchable.js +2 -2
- package/cjs/TextBox/DSTextBox.js +2 -2
- package/cjs/TimeInput/DSTimeInput.js +2 -2
- package/cjs/TimeInput/TimeInputImpl.js +2 -2
- package/cjs/TimeInput/TimeInputs.js +2 -2
- package/cjs/Toggle/DSToggle.js +2 -2
- package/cjs/Toggle/DSToggleImpl.js +2 -2
- package/cjs/Toggle/DSToggleRender.js +2 -2
- package/cjs/index.js +0 -2
- package/esm/Checkbox/DSCheckbox.js +4 -4
- package/esm/CheckboxGroup/DSCheckboxGroup.js +2 -2
- package/esm/ComboBox/index.js +0 -1
- package/esm/ComboBox/v1/DSComboBox.js +2 -2
- package/esm/ComboBox/v1/components/AllOption.js +2 -2
- package/esm/ComboBox/v1/components/Control.js +2 -2
- package/esm/ComboBox/v1/components/CustomOption.js +2 -2
- package/esm/ComboBox/v1/components/CustomOptionMulti.js +2 -2
- package/esm/ComboBox/v1/components/DropdownIndicator.js +2 -2
- package/esm/ComboBox/v1/components/MenuList.js +2 -2
- package/esm/ComboBox/v1/components/MultiValueRemove.js +2 -2
- package/esm/ComboBox/v1/components/SelectMenu.js +2 -2
- package/esm/ComboBox/v1/components/ValueContainer.js +2 -2
- package/esm/ComboBox/v1/withSelectStringValueConverter.js +2 -2
- package/esm/ComboBox/v2/Combobox.js +2 -2
- package/esm/ComboBox/v2/components/AllOption.js +2 -2
- package/esm/ComboBox/v2/components/ClearIndicator.js +2 -2
- package/esm/ComboBox/v2/components/Content.js +2 -2
- package/esm/ComboBox/v2/components/Control.js +2 -2
- package/esm/ComboBox/v2/components/CustomOption.js +2 -2
- package/esm/ComboBox/v2/components/CustomOptionMulti.js +2 -2
- package/esm/ComboBox/v2/components/DropdownIndicator.js +2 -2
- package/esm/ComboBox/v2/components/GroupHeading.js +2 -2
- package/esm/ComboBox/v2/components/IndicatorSeparator.js +2 -2
- package/esm/ComboBox/v2/components/MenuList.js +2 -2
- package/esm/ComboBox/v2/components/MultiValueRemove.js +2 -2
- package/esm/ComboBox/v2/components/SelectMenu.js +2 -2
- package/esm/ComboBox/v2/components/ValueContainer.js +2 -2
- package/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -3
- package/esm/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
- package/esm/ComboBoxFreeSolo/components/SingleValue.js +2 -2
- package/esm/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
- package/esm/DateInput/DSDateInput.js +2 -2
- package/esm/DateInput/components/DateInputImpl.js +2 -2
- package/esm/DateInput/components/DateInputs.js +2 -2
- package/esm/DateInputV2/components/DateInputs.js +2 -2
- package/esm/ExpandableInput/ExpandableInputImpl.js +2 -2
- package/esm/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
- package/esm/FormItem/DSFormItemLayout.js +2 -2
- package/esm/FormItem/ValidationFieldWrapper.js +2 -2
- package/esm/Input/DSInput.js +2 -2
- package/esm/Input/InputAddonWrapper.js +2 -2
- package/esm/Input/InputImpl.js +2 -2
- package/esm/InputGroup/AddonWrapper.js +2 -2
- package/esm/InputMask/DSInputMask.js +2 -2
- package/esm/InputMask/DSInputMaskDeprecated.js +2 -2
- package/esm/InputMask/MaskTypes.js +2 -2
- package/esm/InputMask/mask_types/DateInputMask.js +2 -2
- package/esm/InputMask/mask_types/DateTimeInputMask.js +2 -2
- package/esm/InputMask/mask_types/DictionaryInputMask.js +2 -2
- package/esm/InputMask/mask_types/NumberInputMask.js +2 -2
- package/esm/InputMask/mask_types/PhoneInputMask.js +2 -2
- package/esm/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
- package/esm/InputMask/mask_types/SsnInputMask.js +2 -2
- package/esm/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
- package/esm/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
- package/esm/InputMask/mask_types/index.js +2 -2
- package/esm/InputProtected/DSInputProtected.js +2 -2
- package/esm/LargeInputText/DSLargeInputText.js +2 -2
- package/esm/MenuItem/components/MultiMenuItem/MultiMenuItem.js +2 -1
- package/esm/MenuItem/components/Section/styled.js +2 -2
- package/esm/MenuItem/components/Separator/styled.js +2 -2
- package/esm/MenuItem/components/SubmenuItem/index.js +3 -3
- package/esm/MenuItem/components/styled.js +5 -9
- package/esm/Radio/DSRadio.js +11 -6
- package/esm/RadioGroup/DSRadioGroup.js +2 -2
- package/esm/SearchBox/SearchBoxToggle.js +2 -2
- package/esm/SearchBox/withSearchable.js +2 -2
- package/esm/TextBox/DSTextBox.js +2 -2
- package/esm/TimeInput/DSTimeInput.js +2 -2
- package/esm/TimeInput/TimeInputImpl.js +2 -2
- package/esm/TimeInput/TimeInputs.js +2 -2
- package/esm/Toggle/DSToggle.js +2 -2
- package/esm/Toggle/DSToggleImpl.js +2 -2
- package/esm/Toggle/DSToggleRender.js +2 -2
- package/esm/index.js +0 -1
- package/package.json +23 -207
- package/types/Checkbox/DSCheckbox.d.ts +36 -47
- package/types/Checkbox/props.d.ts +14 -14
- package/types/CheckboxGroup/DSCheckboxGroup.d.ts +12 -12
- package/types/CheckboxGroup/props.d.ts +12 -12
- package/types/ComboBox/index.d.ts +0 -1
- package/types/DateInput/DSDateInput.d.ts +32 -32
- package/types/DateInput/props.d.ts +64 -32
- package/types/DateInputV2/components/DSDateInput.d.ts +20 -20
- package/types/DateInputV2/components/props.d.ts +20 -20
- package/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +38 -38
- package/types/FormItem/DSFormItemLayout.d.ts +112 -112
- package/types/FormItem/Error/DSError.d.ts +4 -4
- package/types/FormItem/defaultProps.d.ts +38 -38
- package/types/FormItem/props.d.ts +74 -74
- package/types/InputGroup/DSInputGroup.d.ts +14 -14
- package/types/InputGroup/props.d.ts +14 -14
- package/types/InputMask/DSInputMask.d.ts +54 -54
- package/types/InputMask/props.d.ts +54 -54
- package/types/InputProtected/DSInputProtected.d.ts +12 -12
- package/types/InputProtected/props.d.ts +12 -12
- package/types/LargeInputText/DSLargeInputText.d.ts +54 -54
- package/types/LargeInputText/props.d.ts +54 -54
- package/types/MenuItem/components/SubmenuItem/styled.d.ts +1 -1
- package/types/MenuItem/components/styled.d.ts +5 -3
- package/types/MenuItem/props.d.ts +4 -3
- package/types/Radio/DSRadio.d.ts +56 -46
- package/types/RadioGroup/DSRadioGroup.d.ts +12 -12
- package/types/RadioGroup/props.d.ts +12 -12
- package/types/SearchBox/DSSearchBox.d.ts +40 -40
- package/types/SearchBox/NavSearchBox.d.ts +24 -7
- package/types/SearchBox/SButton.d.ts +4 -4
- package/types/SearchBox/props.d.ts +44 -44
- package/types/TextBox/DSTextBox.d.ts +38 -38
- package/types/TimeInput/DSTimeInput.d.ts +22 -22
- package/types/Toggle/DSToggle.d.ts +22 -22
- package/cjs/ComboBox/v3/ComboBox.js +0 -33
- package/cjs/ComboBox/v3/ComboBoxCTX.js +0 -55
- package/cjs/ComboBox/v3/ComboboxDataTestids.js +0 -17
- package/cjs/ComboBox/v3/config/constants.js +0 -14
- package/cjs/ComboBox/v3/config/useComboBox.js +0 -122
- package/cjs/ComboBox/v3/config/useGetPropsWithDefault.js +0 -11
- package/cjs/ComboBox/v3/index.d.js +0 -2
- package/cjs/ComboBox/v3/index.js +0 -10
- package/cjs/ComboBox/v3/parts/a11y-messages/MultiAllyMessages.js +0 -33
- package/cjs/ComboBox/v3/parts/a11y-messages/SingleAllyMessages.js +0 -28
- package/cjs/ComboBox/v3/parts/a11y-messages/index.js +0 -11
- package/cjs/ComboBox/v3/parts/a11y-messages/styled.js +0 -15
- package/cjs/ComboBox/v3/parts/container/Container.js +0 -67
- package/cjs/ComboBox/v3/parts/container/index.js +0 -9
- package/cjs/ComboBox/v3/parts/container/styled.js +0 -23
- package/cjs/ComboBox/v3/parts/controls/Controls.js +0 -71
- package/cjs/ComboBox/v3/parts/controls/index.js +0 -9
- package/cjs/ComboBox/v3/parts/controls/styled.js +0 -65
- package/cjs/ComboBox/v3/parts/controls-input/ControlsInput.js +0 -67
- package/cjs/ComboBox/v3/parts/controls-input/styled.js +0 -27
- package/cjs/ComboBox/v3/parts/controls-input/useControlsInput.js +0 -77
- package/cjs/ComboBox/v3/parts/dropdown-indicator/DropdownIndicator.js +0 -33
- package/cjs/ComboBox/v3/parts/dropdown-indicator/index.js +0 -2
- package/cjs/ComboBox/v3/parts/dropdown-indicator/styled.js +0 -17
- package/cjs/ComboBox/v3/parts/empty-state/index.js +0 -27
- package/cjs/ComboBox/v3/parts/empty-state/styled.js +0 -19
- package/cjs/ComboBox/v3/parts/header-list/HeaderList.js +0 -113
- package/cjs/ComboBox/v3/parts/header-list/index.js +0 -9
- package/cjs/ComboBox/v3/parts/header-list/styled.js +0 -58
- package/cjs/ComboBox/v3/parts/header-list/useHeaderListHandlers.js +0 -73
- package/cjs/ComboBox/v3/parts/menu-list/MenuList.js +0 -81
- package/cjs/ComboBox/v3/parts/menu-list/index.js +0 -9
- package/cjs/ComboBox/v3/parts/menu-list/styled.js +0 -33
- package/cjs/ComboBox/v3/parts/menu-list/useItemRenderer.js +0 -105
- package/cjs/ComboBox/v3/parts/menu-list/useMenuList.js +0 -61
- package/cjs/ComboBox/v3/parts/multi-selected-values-container/MultiSelectedValuesContainer.js +0 -63
- package/cjs/ComboBox/v3/parts/multi-selected-values-container/index.js +0 -9
- package/cjs/ComboBox/v3/parts/multi-selected-values-container/styled.js +0 -23
- package/cjs/ComboBox/v3/parts/multi-selected-values-container/useGroupPills.js +0 -71
- package/cjs/ComboBox/v3/parts/single-selected-value-container/SingleSelectedValueContainer.js +0 -28
- package/cjs/ComboBox/v3/parts/single-selected-value-container/index.js +0 -9
- package/cjs/ComboBox/v3/parts/single-selected-value-container/styled.js +0 -15
- package/cjs/ComboBox/v3/propTypes.js +0 -25
- package/cjs/ComboBox/v3/utils/hooks/useKeyboardNavigation.js +0 -152
- package/cjs/ComboBox/v3/utils/hooks/useOnElementResize.js +0 -37
- package/cjs/ComboBox/v3/utils/listHelper.js +0 -39
- package/esm/ComboBox/v3/ComboBox.js +0 -24
- package/esm/ComboBox/v3/ComboBoxCTX.js +0 -49
- package/esm/ComboBox/v3/ComboboxDataTestids.js +0 -13
- package/esm/ComboBox/v3/config/constants.js +0 -10
- package/esm/ComboBox/v3/config/useComboBox.js +0 -114
- package/esm/ComboBox/v3/config/useGetPropsWithDefault.js +0 -7
- package/esm/ComboBox/v3/index.d.js +0 -1
- package/esm/ComboBox/v3/index.js +0 -1
- package/esm/ComboBox/v3/parts/a11y-messages/MultiAllyMessages.js +0 -25
- package/esm/ComboBox/v3/parts/a11y-messages/SingleAllyMessages.js +0 -20
- package/esm/ComboBox/v3/parts/a11y-messages/index.js +0 -2
- package/esm/ComboBox/v3/parts/a11y-messages/styled.js +0 -7
- package/esm/ComboBox/v3/parts/container/Container.js +0 -59
- package/esm/ComboBox/v3/parts/container/index.js +0 -1
- package/esm/ComboBox/v3/parts/container/styled.js +0 -13
- package/esm/ComboBox/v3/parts/controls/Controls.js +0 -63
- package/esm/ComboBox/v3/parts/controls/index.js +0 -1
- package/esm/ComboBox/v3/parts/controls/styled.js +0 -52
- package/esm/ComboBox/v3/parts/controls-input/ControlsInput.js +0 -59
- package/esm/ComboBox/v3/parts/controls-input/styled.js +0 -16
- package/esm/ComboBox/v3/parts/controls-input/useControlsInput.js +0 -73
- package/esm/ComboBox/v3/parts/dropdown-indicator/DropdownIndicator.js +0 -26
- package/esm/ComboBox/v3/parts/dropdown-indicator/index.js +0 -1
- package/esm/ComboBox/v3/parts/dropdown-indicator/styled.js +0 -8
- package/esm/ComboBox/v3/parts/empty-state/index.js +0 -19
- package/esm/ComboBox/v3/parts/empty-state/styled.js +0 -10
- package/esm/ComboBox/v3/parts/header-list/HeaderList.js +0 -105
- package/esm/ComboBox/v3/parts/header-list/index.js +0 -1
- package/esm/ComboBox/v3/parts/header-list/styled.js +0 -41
- package/esm/ComboBox/v3/parts/header-list/useHeaderListHandlers.js +0 -69
- package/esm/ComboBox/v3/parts/menu-list/MenuList.js +0 -73
- package/esm/ComboBox/v3/parts/menu-list/index.js +0 -1
- package/esm/ComboBox/v3/parts/menu-list/styled.js +0 -23
- package/esm/ComboBox/v3/parts/menu-list/useItemRenderer.js +0 -97
- package/esm/ComboBox/v3/parts/menu-list/useMenuList.js +0 -57
- package/esm/ComboBox/v3/parts/multi-selected-values-container/MultiSelectedValuesContainer.js +0 -54
- package/esm/ComboBox/v3/parts/multi-selected-values-container/index.js +0 -1
- package/esm/ComboBox/v3/parts/multi-selected-values-container/styled.js +0 -13
- package/esm/ComboBox/v3/parts/multi-selected-values-container/useGroupPills.js +0 -67
- package/esm/ComboBox/v3/parts/single-selected-value-container/SingleSelectedValueContainer.js +0 -20
- package/esm/ComboBox/v3/parts/single-selected-value-container/index.js +0 -1
- package/esm/ComboBox/v3/parts/single-selected-value-container/styled.js +0 -7
- package/esm/ComboBox/v3/propTypes.js +0 -21
- package/esm/ComboBox/v3/utils/hooks/useKeyboardNavigation.js +0 -148
- package/esm/ComboBox/v3/utils/hooks/useOnElementResize.js +0 -33
- package/esm/ComboBox/v3/utils/listHelper.js +0 -30
- package/types/ComboBox/v3/ComboBox.d.ts +0 -62
- package/types/ComboBox/v3/ComboBoxCTX.d.ts +0 -6
- package/types/ComboBox/v3/ComboboxDataTestids.d.ts +0 -11
- package/types/ComboBox/v3/config/constants.d.ts +0 -8
- package/types/ComboBox/v3/config/useComboBox.d.ts +0 -2
- package/types/ComboBox/v3/config/useGetPropsWithDefault.d.ts +0 -2
- package/types/ComboBox/v3/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/a11y-messages/MultiAllyMessages.d.ts +0 -3
- package/types/ComboBox/v3/parts/a11y-messages/SingleAllyMessages.d.ts +0 -3
- package/types/ComboBox/v3/parts/a11y-messages/index.d.ts +0 -2
- package/types/ComboBox/v3/parts/a11y-messages/styled.d.ts +0 -1
- package/types/ComboBox/v3/parts/container/Container.d.ts +0 -3
- package/types/ComboBox/v3/parts/container/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/container/styled.d.ts +0 -3
- package/types/ComboBox/v3/parts/controls/Controls.d.ts +0 -3
- package/types/ComboBox/v3/parts/controls/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/controls/styled.d.ts +0 -7
- package/types/ComboBox/v3/parts/controls-input/ControlsInput.d.ts +0 -3
- package/types/ComboBox/v3/parts/controls-input/styled.d.ts +0 -4
- package/types/ComboBox/v3/parts/controls-input/useControlsInput.d.ts +0 -12
- package/types/ComboBox/v3/parts/dropdown-indicator/DropdownIndicator.d.ts +0 -3
- package/types/ComboBox/v3/parts/dropdown-indicator/index.d.ts +0 -0
- package/types/ComboBox/v3/parts/dropdown-indicator/styled.d.ts +0 -1
- package/types/ComboBox/v3/parts/empty-state/index.d.ts +0 -3
- package/types/ComboBox/v3/parts/empty-state/styled.d.ts +0 -2
- package/types/ComboBox/v3/parts/header-list/HeaderList.d.ts +0 -3
- package/types/ComboBox/v3/parts/header-list/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/header-list/styled.d.ts +0 -7
- package/types/ComboBox/v3/parts/header-list/useHeaderListHandlers.d.ts +0 -12
- package/types/ComboBox/v3/parts/menu-list/MenuList.d.ts +0 -3
- package/types/ComboBox/v3/parts/menu-list/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/menu-list/styled.d.ts +0 -10
- package/types/ComboBox/v3/parts/menu-list/useItemRenderer.d.ts +0 -2
- package/types/ComboBox/v3/parts/menu-list/useMenuList.d.ts +0 -2
- package/types/ComboBox/v3/parts/multi-selected-values-container/MultiSelectedValuesContainer.d.ts +0 -3
- package/types/ComboBox/v3/parts/multi-selected-values-container/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/multi-selected-values-container/styled.d.ts +0 -3
- package/types/ComboBox/v3/parts/multi-selected-values-container/useGroupPills.d.ts +0 -2
- package/types/ComboBox/v3/parts/single-selected-value-container/SingleSelectedValueContainer.d.ts +0 -3
- package/types/ComboBox/v3/parts/single-selected-value-container/index.d.ts +0 -1
- package/types/ComboBox/v3/parts/single-selected-value-container/styled.d.ts +0 -1
- package/types/ComboBox/v3/propTypes.d.ts +0 -51
- package/types/ComboBox/v3/tests/combobox-general.test.d.ts +0 -1
- package/types/ComboBox/v3/tests/combobox-multi-select.test.d.ts +0 -1
- package/types/ComboBox/v3/tests/combobox-single-select.test.d.ts +0 -1
- package/types/ComboBox/v3/tests/combobox-special-keys.test.d.ts +0 -1
- package/types/ComboBox/v3/tests/utils.d.ts +0 -22
- package/types/ComboBox/v3/utils/hooks/useKeyboardNavigation.d.ts +0 -4
- package/types/ComboBox/v3/utils/hooks/useOnElementResize.d.ts +0 -3
- package/types/ComboBox/v3/utils/listHelper.d.ts +0 -7
|
@@ -2,143 +2,143 @@
|
|
|
2
2
|
export declare const searchBoxProps: {
|
|
3
3
|
/** Set of Properties attached to the main container */
|
|
4
4
|
containerProps: {
|
|
5
|
-
defaultValue
|
|
5
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
6
6
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
7
7
|
};
|
|
8
|
-
isRequired: import("react-desc").
|
|
8
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
9
9
|
};
|
|
10
10
|
/** html class attribute */
|
|
11
11
|
className: {
|
|
12
|
-
defaultValue
|
|
12
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
13
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
14
|
};
|
|
15
|
-
isRequired: import("react-desc").
|
|
15
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
16
|
};
|
|
17
17
|
/** ref to the components container */
|
|
18
18
|
innerRef: {
|
|
19
|
-
defaultValue
|
|
19
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
20
20
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
21
21
|
};
|
|
22
|
-
isRequired: import("react-desc").
|
|
22
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
23
23
|
};
|
|
24
24
|
/** Set style to the search box */
|
|
25
25
|
style: {
|
|
26
|
-
defaultValue
|
|
26
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
27
27
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
28
28
|
};
|
|
29
|
-
isRequired: import("react-desc").
|
|
29
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
30
30
|
};
|
|
31
31
|
/** search property */
|
|
32
32
|
property: {
|
|
33
|
-
defaultValue
|
|
33
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
34
34
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
35
35
|
};
|
|
36
|
-
isRequired: import("react-desc").
|
|
36
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
37
37
|
};
|
|
38
38
|
/** Placeholder for the search box */
|
|
39
39
|
placeholder: {
|
|
40
|
-
defaultValue
|
|
40
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
41
41
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
42
42
|
};
|
|
43
|
-
isRequired: import("react-desc").
|
|
43
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
44
44
|
};
|
|
45
45
|
/** Whether to trigger the search once the enter is pressed */
|
|
46
46
|
searchOnEnter: {
|
|
47
|
-
defaultValue
|
|
47
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
48
48
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
49
49
|
};
|
|
50
|
-
isRequired: import("react-desc").
|
|
50
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
51
51
|
};
|
|
52
52
|
/** Whether to clear the input on search */
|
|
53
53
|
clearOnSearch: {
|
|
54
|
-
defaultValue
|
|
54
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
55
55
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
56
56
|
};
|
|
57
|
-
isRequired: import("react-desc").
|
|
57
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
58
58
|
};
|
|
59
59
|
/** function triggered once in the clear button is clicked */
|
|
60
60
|
onClearButtonClick: {
|
|
61
|
-
defaultValue
|
|
61
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
62
62
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
63
63
|
};
|
|
64
|
-
isRequired: import("react-desc").
|
|
64
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
65
65
|
};
|
|
66
66
|
/** function triggered once in the search box a keyboard key is released */
|
|
67
67
|
onKeyUp: {
|
|
68
|
-
defaultValue
|
|
68
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
69
69
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
70
70
|
};
|
|
71
|
-
isRequired: import("react-desc").
|
|
71
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
72
72
|
};
|
|
73
73
|
/** function triggered once the search action begins (search icon click/ enter keypress) */
|
|
74
74
|
onSearch: {
|
|
75
|
-
defaultValue
|
|
75
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
76
76
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
77
77
|
};
|
|
78
|
-
isRequired: import("react-desc").
|
|
78
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
79
79
|
};
|
|
80
80
|
/** function triggered once the search icon is clicked */
|
|
81
81
|
onSearchButtonClick: {
|
|
82
|
-
defaultValue
|
|
82
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
83
83
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
84
84
|
};
|
|
85
|
-
isRequired: import("react-desc").
|
|
85
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
86
86
|
};
|
|
87
87
|
/** function that is triggered on change */
|
|
88
88
|
onChange: {
|
|
89
|
-
defaultValue
|
|
89
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
90
90
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
91
91
|
};
|
|
92
|
-
isRequired: import("react-desc").
|
|
92
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
93
93
|
};
|
|
94
94
|
/** Function that is triggered on blur */
|
|
95
95
|
onBlur: {
|
|
96
|
-
defaultValue
|
|
96
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
97
97
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
98
98
|
};
|
|
99
|
-
isRequired: import("react-desc").
|
|
99
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
100
100
|
};
|
|
101
101
|
/** searchbox input value */
|
|
102
102
|
value: {
|
|
103
|
-
defaultValue
|
|
103
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
104
104
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
105
105
|
};
|
|
106
|
-
isRequired: import("react-desc").
|
|
106
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
107
107
|
};
|
|
108
108
|
/** Whether to show an icon or not */
|
|
109
109
|
showIcon: {
|
|
110
|
-
defaultValue
|
|
110
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
111
111
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
112
112
|
};
|
|
113
|
-
isRequired: import("react-desc").
|
|
113
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
114
114
|
};
|
|
115
115
|
/** Disables the search input and button */
|
|
116
116
|
disabled: {
|
|
117
|
-
defaultValue
|
|
117
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
118
118
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
119
119
|
};
|
|
120
|
-
isRequired: import("react-desc").
|
|
120
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
121
121
|
};
|
|
122
122
|
/** Disables the search button */
|
|
123
123
|
disableButton: {
|
|
124
|
-
defaultValue
|
|
124
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
125
125
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
126
126
|
};
|
|
127
|
-
isRequired: import("react-desc").
|
|
127
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
128
128
|
};
|
|
129
129
|
/** whether the input is read only or not */
|
|
130
130
|
readOnly: {
|
|
131
|
-
defaultValue
|
|
131
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
132
132
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
133
133
|
};
|
|
134
|
-
isRequired: import("react-desc").
|
|
134
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
135
135
|
};
|
|
136
136
|
/** Show clearable button */
|
|
137
137
|
clearable: {
|
|
138
|
-
defaultValue
|
|
138
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
139
139
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
140
140
|
};
|
|
141
|
-
isRequired: import("react-desc").
|
|
141
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
142
142
|
};
|
|
143
143
|
};
|
|
144
144
|
export declare const navSearchBoxProps: {
|
|
@@ -148,10 +148,10 @@ export declare const navSearchBoxProps: {
|
|
|
148
148
|
onChange: any;
|
|
149
149
|
/** Function that is triggered on blur */
|
|
150
150
|
onBlur: {
|
|
151
|
-
defaultValue
|
|
151
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
152
152
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
153
153
|
};
|
|
154
|
-
isRequired: import("react-desc").
|
|
154
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
155
155
|
};
|
|
156
156
|
/** triggered on next chevron click */
|
|
157
157
|
onNext: any;
|
|
@@ -165,9 +165,9 @@ export declare const navSearchBoxProps: {
|
|
|
165
165
|
totalResults: any;
|
|
166
166
|
/** Placeholder for the search box */
|
|
167
167
|
placeholder: {
|
|
168
|
-
defaultValue
|
|
168
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
169
169
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
170
170
|
};
|
|
171
|
-
isRequired: import("react-desc").
|
|
171
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
@@ -28,141 +28,141 @@ declare const DSTextBox: {
|
|
|
28
28
|
propTypes: {
|
|
29
29
|
/** inject props at textbox wrapper */
|
|
30
30
|
containerProps: {
|
|
31
|
-
defaultValue
|
|
31
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
32
32
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
33
33
|
};
|
|
34
|
-
isRequired: import("react-desc").
|
|
34
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
37
|
* Whether the text box uses auto focus or not
|
|
38
38
|
*/
|
|
39
39
|
autoFocus: {
|
|
40
|
-
defaultValue
|
|
40
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
41
41
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
42
42
|
};
|
|
43
|
-
isRequired: import("react-desc").
|
|
43
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
46
|
* Whether the text box is disabled or not
|
|
47
47
|
*/
|
|
48
48
|
disabled: {
|
|
49
|
-
defaultValue
|
|
49
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
50
50
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
51
51
|
};
|
|
52
|
-
isRequired: import("react-desc").
|
|
52
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* Max length for the text box
|
|
56
56
|
*/
|
|
57
57
|
maxLength: {
|
|
58
|
-
defaultValue
|
|
58
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
59
59
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
60
60
|
};
|
|
61
|
-
isRequired: import("react-desc").
|
|
61
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Min length for the text box
|
|
65
65
|
*/
|
|
66
66
|
minLength: {
|
|
67
|
-
defaultValue
|
|
67
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
68
68
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
69
69
|
};
|
|
70
|
-
isRequired: import("react-desc").
|
|
70
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* Make the content of the text box fit the container or not
|
|
74
74
|
*/
|
|
75
75
|
fluidWidth: {
|
|
76
|
-
defaultValue
|
|
76
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
77
77
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
78
78
|
};
|
|
79
|
-
isRequired: import("react-desc").
|
|
79
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
82
|
* Placeholder for the text box
|
|
83
83
|
*/
|
|
84
84
|
placeholder: {
|
|
85
|
-
defaultValue
|
|
85
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
86
86
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
87
87
|
};
|
|
88
|
-
isRequired: import("react-desc").
|
|
88
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Default value once the component is initialized
|
|
92
92
|
*/
|
|
93
93
|
value: {
|
|
94
|
-
defaultValue
|
|
94
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
95
95
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
96
96
|
};
|
|
97
|
-
isRequired: import("react-desc").
|
|
97
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
98
98
|
};
|
|
99
99
|
/**
|
|
100
100
|
* Whether the text box has error or not
|
|
101
101
|
*/
|
|
102
102
|
hasError: {
|
|
103
|
-
defaultValue
|
|
103
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
104
104
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
105
105
|
};
|
|
106
|
-
isRequired: import("react-desc").
|
|
106
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* Whether the text box is read only or not
|
|
110
110
|
*/
|
|
111
111
|
readOnly: {
|
|
112
|
-
defaultValue
|
|
112
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
113
113
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
114
114
|
};
|
|
115
|
-
isRequired: import("react-desc").
|
|
115
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
116
116
|
};
|
|
117
117
|
/** html min prop for input */
|
|
118
118
|
min: {
|
|
119
|
-
defaultValue
|
|
119
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
120
120
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
121
121
|
};
|
|
122
|
-
isRequired: import("react-desc").
|
|
122
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
123
123
|
};
|
|
124
124
|
/** html max prop for input */
|
|
125
125
|
max: {
|
|
126
|
-
defaultValue
|
|
126
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
127
127
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
128
128
|
};
|
|
129
|
-
isRequired: import("react-desc").
|
|
129
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
132
|
* Whether the text box is clearable or not
|
|
133
133
|
*/
|
|
134
134
|
clearable: {
|
|
135
|
-
defaultValue
|
|
135
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
136
136
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
137
137
|
};
|
|
138
|
-
isRequired: import("react-desc").
|
|
138
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
139
139
|
};
|
|
140
140
|
/**
|
|
141
141
|
* Component to be added at the left side of the text box
|
|
142
142
|
*/
|
|
143
143
|
leftComponent: {
|
|
144
|
-
defaultValue
|
|
144
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
145
145
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
146
146
|
};
|
|
147
|
-
isRequired: import("react-desc").
|
|
147
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
148
148
|
};
|
|
149
149
|
/**
|
|
150
150
|
* Component to be added at the right side of the text box
|
|
151
151
|
*/
|
|
152
152
|
rightComponent: {
|
|
153
|
-
defaultValue
|
|
153
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
154
154
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
155
155
|
};
|
|
156
|
-
isRequired: import("react-desc").
|
|
156
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
157
157
|
};
|
|
158
158
|
/**
|
|
159
159
|
* Whether the text box is required or not
|
|
160
160
|
*/
|
|
161
161
|
required: {
|
|
162
|
-
defaultValue
|
|
162
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
163
163
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
164
164
|
};
|
|
165
|
-
isRequired: import("react-desc").
|
|
165
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
166
166
|
};
|
|
167
167
|
/**
|
|
168
168
|
* [
|
|
@@ -173,24 +173,24 @@ declare const DSTextBox: {
|
|
|
173
173
|
* ]
|
|
174
174
|
*/
|
|
175
175
|
variant: {
|
|
176
|
-
defaultValue
|
|
176
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
177
177
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
178
178
|
};
|
|
179
|
-
isRequired: import("react-desc").
|
|
179
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
180
180
|
};
|
|
181
181
|
/** html input type */
|
|
182
182
|
type: {
|
|
183
|
-
defaultValue
|
|
183
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
184
184
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
185
185
|
};
|
|
186
|
-
isRequired: import("react-desc").
|
|
186
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
187
187
|
};
|
|
188
188
|
/** Internal ref */
|
|
189
189
|
innerRef: {
|
|
190
|
-
defaultValue
|
|
190
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
191
191
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
192
192
|
};
|
|
193
|
-
isRequired: import("react-desc").
|
|
193
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
194
194
|
};
|
|
195
195
|
/** disableTooltip */
|
|
196
196
|
disableTooltip: {
|
|
@@ -22,92 +22,92 @@ declare const DSTimeInput: {
|
|
|
22
22
|
propTypes: {
|
|
23
23
|
/** Injected props to wrapper element of component */
|
|
24
24
|
containerProps: {
|
|
25
|
-
defaultValue
|
|
25
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
26
26
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
27
27
|
};
|
|
28
|
-
isRequired: import("react-desc").
|
|
28
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
31
|
* Allows a function that is triggered once the time input changes
|
|
32
32
|
*/
|
|
33
33
|
onChange: {
|
|
34
|
-
defaultValue
|
|
34
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
35
35
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
36
36
|
};
|
|
37
|
-
isRequired: import("react-desc").
|
|
37
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
38
38
|
};
|
|
39
39
|
/** a11y aria label */
|
|
40
40
|
'aria-label': {
|
|
41
|
-
defaultValue
|
|
41
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
42
42
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
43
43
|
};
|
|
44
|
-
isRequired: import("react-desc").
|
|
44
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
45
45
|
};
|
|
46
46
|
/** style object for time input wrapper */
|
|
47
47
|
style: {
|
|
48
|
-
defaultValue
|
|
48
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
49
49
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
50
50
|
};
|
|
51
|
-
isRequired: import("react-desc").
|
|
51
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
52
52
|
};
|
|
53
53
|
/** inner ref for time inpot wrapper */
|
|
54
54
|
innerRef: {
|
|
55
|
-
defaultValue
|
|
55
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
56
56
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
57
57
|
};
|
|
58
|
-
isRequired: import("react-desc").
|
|
58
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
59
59
|
};
|
|
60
60
|
/** class for time input */
|
|
61
61
|
className: {
|
|
62
|
-
defaultValue
|
|
62
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
63
63
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
64
64
|
};
|
|
65
|
-
isRequired: import("react-desc").
|
|
65
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
68
|
* Valid time format
|
|
69
69
|
*/
|
|
70
70
|
format: {
|
|
71
|
-
defaultValue
|
|
71
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
72
72
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
73
73
|
};
|
|
74
|
-
isRequired: import("react-desc").
|
|
74
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Default value once the component is initialized
|
|
78
78
|
*/
|
|
79
79
|
value: {
|
|
80
|
-
defaultValue
|
|
80
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
81
81
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
82
82
|
};
|
|
83
|
-
isRequired: import("react-desc").
|
|
83
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
84
84
|
};
|
|
85
85
|
/**
|
|
86
86
|
* Whether the time input is clearable or not
|
|
87
87
|
*/
|
|
88
88
|
clearable: {
|
|
89
|
-
defaultValue
|
|
89
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
90
90
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
91
91
|
};
|
|
92
|
-
isRequired: import("react-desc").
|
|
92
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
93
93
|
};
|
|
94
94
|
/**
|
|
95
95
|
* Whether the time input is disabled or not
|
|
96
96
|
*/
|
|
97
97
|
disabled: {
|
|
98
|
-
defaultValue
|
|
98
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
99
99
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
100
100
|
};
|
|
101
|
-
isRequired: import("react-desc").
|
|
101
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
104
104
|
* Aria label
|
|
105
105
|
*/
|
|
106
106
|
ariaLabel: {
|
|
107
|
-
defaultValue
|
|
107
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
108
108
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
109
109
|
};
|
|
110
|
-
isRequired: import("react-desc").
|
|
110
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
};
|
|
@@ -28,100 +28,100 @@ declare const DSToggle: {
|
|
|
28
28
|
* Set of Properties attached to the main container
|
|
29
29
|
*/
|
|
30
30
|
containerProps: {
|
|
31
|
-
defaultValue
|
|
31
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
32
32
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
33
33
|
};
|
|
34
|
-
isRequired: import("react-desc").
|
|
34
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
37
|
* Whether the toggle has error or not
|
|
38
38
|
*/
|
|
39
39
|
hasError: {
|
|
40
|
-
defaultValue
|
|
40
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
41
41
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
42
42
|
};
|
|
43
|
-
isRequired: import("react-desc").
|
|
43
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
46
|
* Whether the toggle is read only or not
|
|
47
47
|
*/
|
|
48
48
|
readOnly: {
|
|
49
|
-
defaultValue
|
|
49
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
50
50
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
51
51
|
};
|
|
52
|
-
isRequired: import("react-desc").
|
|
52
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* Whether the toggle is disabled or not
|
|
56
56
|
*/
|
|
57
57
|
disabled: {
|
|
58
|
-
defaultValue
|
|
58
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
59
59
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
60
60
|
};
|
|
61
|
-
isRequired: import("react-desc").
|
|
61
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Whether the toggle is checked or not
|
|
65
65
|
*/
|
|
66
66
|
checked: {
|
|
67
|
-
defaultValue
|
|
67
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
68
68
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
69
69
|
};
|
|
70
|
-
isRequired: import("react-desc").
|
|
70
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* Allows a function that is triggered once the toggle changes
|
|
74
74
|
*/
|
|
75
75
|
onChange: {
|
|
76
|
-
defaultValue
|
|
76
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
77
77
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
78
78
|
};
|
|
79
|
-
isRequired: import("react-desc").
|
|
79
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
82
|
* Label to show when the toggle is ON
|
|
83
83
|
*/
|
|
84
84
|
labelOn: {
|
|
85
|
-
defaultValue
|
|
85
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
86
86
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
87
87
|
};
|
|
88
|
-
isRequired: import("react-desc").
|
|
88
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Label to show when the toggle is OFF
|
|
92
92
|
*/
|
|
93
93
|
labelOff: {
|
|
94
|
-
defaultValue
|
|
94
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
95
95
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
96
96
|
};
|
|
97
|
-
isRequired: import("react-desc").
|
|
97
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
98
98
|
};
|
|
99
99
|
/**
|
|
100
100
|
* Default value once the component is initialized
|
|
101
101
|
*/
|
|
102
102
|
value: {
|
|
103
|
-
defaultValue
|
|
103
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
104
104
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
105
105
|
};
|
|
106
|
-
isRequired: import("react-desc").
|
|
106
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* ['s', 'm', 'l']
|
|
110
110
|
*/
|
|
111
111
|
size: {
|
|
112
|
-
defaultValue
|
|
112
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
113
113
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
114
114
|
};
|
|
115
|
-
isRequired: import("react-desc").
|
|
115
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
116
116
|
};
|
|
117
117
|
/**
|
|
118
118
|
* Input name
|
|
119
119
|
*/
|
|
120
120
|
name: {
|
|
121
|
-
defaultValue
|
|
121
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
122
122
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
123
123
|
};
|
|
124
|
-
isRequired: import("react-desc").
|
|
124
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
125
125
|
};
|
|
126
126
|
};
|
|
127
127
|
};
|