@elliemae/ds-form 3.0.0-alpha.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/CheckboxGroup/DSCheckboxGroup.js +29 -15
- package/dist/cjs/CheckboxGroup/DSCheckboxGroup.js.map +1 -1
- package/dist/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js +65 -22
- package/dist/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js.map +2 -2
- package/dist/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js +19 -5
- package/dist/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js.map +1 -1
- package/dist/cjs/ComboBoxFreeSolo/components/SingleValue.js +15 -3
- package/dist/cjs/ComboBoxFreeSolo/components/SingleValue.js.map +1 -1
- package/dist/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js +20 -7
- package/dist/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js.map +1 -1
- package/dist/cjs/DateInput/DSDateInput.js +46 -14
- package/dist/cjs/DateInput/DSDateInput.js.map +1 -1
- package/dist/cjs/DateInput/components/DateInputImpl.js +17 -4
- package/dist/cjs/DateInput/components/DateInputImpl.js.map +1 -1
- package/dist/cjs/DateInput/components/DateInputs.js +23 -9
- package/dist/cjs/DateInput/components/DateInputs.js.map +1 -1
- package/dist/cjs/DateInputV2/components/DateInputs.js +23 -9
- package/dist/cjs/DateInputV2/components/DateInputs.js.map +1 -1
- package/dist/cjs/ExpandableInput/ExpandableInputImpl.js +19 -3
- package/dist/cjs/ExpandableInput/ExpandableInputImpl.js.map +1 -1
- package/dist/cjs/FloatingLabelInput/FloatingLabelInputImpl.js +17 -4
- package/dist/cjs/FloatingLabelInput/FloatingLabelInputImpl.js.map +1 -1
- package/dist/cjs/FormItem/DSFormItemLayout.js +118 -56
- package/dist/cjs/FormItem/DSFormItemLayout.js.map +1 -1
- package/dist/cjs/FormItem/ValidationFieldWrapper.js +19 -3
- package/dist/cjs/FormItem/ValidationFieldWrapper.js.map +1 -1
- package/dist/cjs/InputGroup/AddonWrapper.js +17 -4
- package/dist/cjs/InputGroup/AddonWrapper.js.map +1 -1
- package/dist/cjs/InputMask/DSInputMask.js +51 -19
- package/dist/cjs/InputMask/DSInputMask.js.map +1 -1
- package/dist/cjs/InputMask/DSInputMaskDeprecated.js +62 -11
- package/dist/cjs/InputMask/DSInputMaskDeprecated.js.map +1 -1
- package/dist/cjs/InputMask/MaskTypes.js +17 -3
- package/dist/cjs/InputMask/MaskTypes.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/DateInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/DateInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/DateTimeInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/DateTimeInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/DictionaryInputMask.js +103 -40
- package/dist/cjs/InputMask/mask_types/DictionaryInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/NumberInputMask.js +121 -49
- package/dist/cjs/InputMask/mask_types/NumberInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/PhoneInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/PhoneInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/PhoneInternationalInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/PhoneInternationalInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/SsnInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/SsnInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/UsZipCodeInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/UsZipCodeInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js +97 -37
- package/dist/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js.map +1 -1
- package/dist/cjs/InputMask/mask_types/index.js +119 -79
- package/dist/cjs/InputMask/mask_types/index.js.map +1 -1
- package/dist/cjs/InputProtected/DSInputProtected.js +51 -14
- package/dist/cjs/InputProtected/DSInputProtected.js.map +1 -1
- package/dist/cjs/LargeInputText/DSLargeInputText.js +19 -3
- package/dist/cjs/LargeInputText/DSLargeInputText.js.map +1 -1
- package/dist/cjs/Radio/DSRadio.js +65 -23
- package/dist/cjs/Radio/DSRadio.js.map +1 -1
- package/dist/cjs/RadioGroup/DSRadioGroup.js +29 -15
- package/dist/cjs/RadioGroup/DSRadioGroup.js.map +1 -1
- package/dist/cjs/TimeInput/DSTimeInput.js +40 -8
- package/dist/cjs/TimeInput/DSTimeInput.js.map +1 -1
- package/dist/cjs/TimeInput/TimeInputImpl.js +17 -4
- package/dist/cjs/TimeInput/TimeInputImpl.js.map +1 -1
- package/dist/cjs/TimeInput/TimeInputs.js +25 -12
- package/dist/cjs/TimeInput/TimeInputs.js.map +1 -1
- package/dist/cjs/Toggle/DSToggle.js +66 -25
- package/dist/cjs/Toggle/DSToggle.js.map +1 -1
- package/dist/cjs/Toggle/DSToggleImpl.js +22 -7
- package/dist/cjs/Toggle/DSToggleImpl.js.map +1 -1
- package/dist/cjs/Toggle/DSToggleRender.js +24 -10
- package/dist/cjs/Toggle/DSToggleRender.js.map +1 -1
- package/dist/esm/CheckboxGroup/DSCheckboxGroup.js +31 -15
- package/dist/esm/CheckboxGroup/DSCheckboxGroup.js.map +1 -1
- package/dist/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js +67 -22
- package/dist/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js.map +2 -2
- package/dist/esm/ComboBoxFreeSolo/components/MultiValueRemove.js +21 -5
- package/dist/esm/ComboBoxFreeSolo/components/MultiValueRemove.js.map +1 -1
- package/dist/esm/ComboBoxFreeSolo/components/SingleValue.js +17 -3
- package/dist/esm/ComboBoxFreeSolo/components/SingleValue.js.map +1 -1
- package/dist/esm/ComboBoxFreeSolo/components/SingleValueRemove.js +22 -7
- package/dist/esm/ComboBoxFreeSolo/components/SingleValueRemove.js.map +1 -1
- package/dist/esm/DateInput/DSDateInput.js +48 -14
- package/dist/esm/DateInput/DSDateInput.js.map +1 -1
- package/dist/esm/DateInput/components/DateInputImpl.js +19 -4
- package/dist/esm/DateInput/components/DateInputImpl.js.map +1 -1
- package/dist/esm/DateInput/components/DateInputs.js +25 -9
- package/dist/esm/DateInput/components/DateInputs.js.map +1 -1
- package/dist/esm/DateInputV2/components/DateInputs.js +25 -9
- package/dist/esm/DateInputV2/components/DateInputs.js.map +1 -1
- package/dist/esm/ExpandableInput/ExpandableInputImpl.js +21 -3
- package/dist/esm/ExpandableInput/ExpandableInputImpl.js.map +1 -1
- package/dist/esm/FloatingLabelInput/FloatingLabelInputImpl.js +19 -4
- package/dist/esm/FloatingLabelInput/FloatingLabelInputImpl.js.map +1 -1
- package/dist/esm/FormItem/DSFormItemLayout.js +120 -56
- package/dist/esm/FormItem/DSFormItemLayout.js.map +1 -1
- package/dist/esm/FormItem/ValidationFieldWrapper.js +21 -3
- package/dist/esm/FormItem/ValidationFieldWrapper.js.map +1 -1
- package/dist/esm/InputGroup/AddonWrapper.js +19 -4
- package/dist/esm/InputGroup/AddonWrapper.js.map +1 -1
- package/dist/esm/InputMask/DSInputMask.js +53 -19
- package/dist/esm/InputMask/DSInputMask.js.map +1 -1
- package/dist/esm/InputMask/DSInputMaskDeprecated.js +64 -11
- package/dist/esm/InputMask/DSInputMaskDeprecated.js.map +1 -1
- package/dist/esm/InputMask/MaskTypes.js +19 -3
- package/dist/esm/InputMask/MaskTypes.js.map +1 -1
- package/dist/esm/InputMask/mask_types/DateInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/DateInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/DateTimeInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/DateTimeInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/DictionaryInputMask.js +105 -40
- package/dist/esm/InputMask/mask_types/DictionaryInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/NumberInputMask.js +123 -49
- package/dist/esm/InputMask/mask_types/NumberInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/PhoneInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/PhoneInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/PhoneInternationalInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/PhoneInternationalInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/SsnInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/SsnInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/UsZipCodeInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/UsZipCodeInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/ZipCodeSearchInputMask.js +99 -37
- package/dist/esm/InputMask/mask_types/ZipCodeSearchInputMask.js.map +1 -1
- package/dist/esm/InputMask/mask_types/index.js +121 -79
- package/dist/esm/InputMask/mask_types/index.js.map +1 -1
- package/dist/esm/InputProtected/DSInputProtected.js +53 -14
- package/dist/esm/InputProtected/DSInputProtected.js.map +1 -1
- package/dist/esm/LargeInputText/DSLargeInputText.js +21 -3
- package/dist/esm/LargeInputText/DSLargeInputText.js.map +1 -1
- package/dist/esm/Radio/DSRadio.js +67 -23
- package/dist/esm/Radio/DSRadio.js.map +1 -1
- package/dist/esm/RadioGroup/DSRadioGroup.js +31 -15
- package/dist/esm/RadioGroup/DSRadioGroup.js.map +1 -1
- package/dist/esm/TimeInput/DSTimeInput.js +42 -8
- package/dist/esm/TimeInput/DSTimeInput.js.map +1 -1
- package/dist/esm/TimeInput/TimeInputImpl.js +19 -4
- package/dist/esm/TimeInput/TimeInputImpl.js.map +1 -1
- package/dist/esm/TimeInput/TimeInputs.js +27 -12
- package/dist/esm/TimeInput/TimeInputs.js.map +1 -1
- package/dist/esm/Toggle/DSToggle.js +68 -25
- package/dist/esm/Toggle/DSToggle.js.map +1 -1
- package/dist/esm/Toggle/DSToggleImpl.js +24 -7
- package/dist/esm/Toggle/DSToggleImpl.js.map +1 -1
- package/dist/esm/Toggle/DSToggleRender.js +26 -10
- package/dist/esm/Toggle/DSToggleRender.js.map +1 -1
- package/package.json +13 -12
- package/dist/types/Checkbox/DSCheckbox.d.ts +0 -0
- package/dist/types/Checkbox/defaultProps.d.ts +0 -0
- package/dist/types/Checkbox/elements/CheckMark.d.ts +0 -0
- package/dist/types/Checkbox/index.d.ts +0 -1
- package/dist/types/Checkbox/props.d.ts +0 -0
- package/dist/types/Checkbox/tests/DSCheckbox.events.test.d.ts +0 -0
- package/dist/types/CheckboxGroup/DSCheckboxGroup.d.ts +0 -72
- package/dist/types/CheckboxGroup/defaultProps.d.ts +0 -14
- package/dist/types/CheckboxGroup/index.d.ts +0 -1
- package/dist/types/CheckboxGroup/props.d.ts +0 -57
- package/dist/types/CheckboxGroup/tests/DSCheckboxGroup.events.test.d.ts +0 -1
- package/dist/types/ComboBox/DSComboBox.d.ts +0 -1
- package/dist/types/ComboBox/index.d.ts +0 -1
- package/dist/types/ComboBox/v1/DSComboBox.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/AllOption.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/ClearIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/Control.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/CustomOption.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/CustomOptionMulti.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/DropdownIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/MenuList.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/MultiSelectHeader.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/MultiValueLabel.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/MultiValueRemove.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/SelectMenu.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/SingleValueLabel.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/ValueContainer.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/calculateWidth.d.ts +0 -0
- package/dist/types/ComboBox/v1/components/getoptions.d.ts +0 -0
- package/dist/types/ComboBox/v1/index.d.ts +0 -1
- package/dist/types/ComboBox/v1/withSelectStringValueConverter.d.ts +0 -0
- package/dist/types/ComboBox/v2/Combobox.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/AllOption.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/ClearIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/Content.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/Control.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/CustomOption.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/CustomOptionMulti.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/DropdownIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/GroupHeading.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/IndicatorSeparator.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/LoadingIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/MenuList.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/MultiSelectHeader.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/MultiValueLabel.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/MultiValueRemove.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/SelectMenu.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/SingleValueLabel.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/ValueContainer.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/calculateWidth.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/getoptions.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/tests/ClearIndicator.test.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/useMenuListHeight.d.ts +0 -0
- package/dist/types/ComboBox/v2/components/utils.d.ts +0 -0
- package/dist/types/ComboBox/v2/context.d.ts +0 -0
- package/dist/types/ComboBox/v2/index.d.ts +0 -0
- package/dist/types/ComboBox/v2/mockOptions.d.ts +0 -0
- package/dist/types/ComboBox/v2/tests/Combobox.test.d.ts +0 -0
- package/dist/types/ComboBox/v2/withSelectStringValueConverter.d.ts +0 -0
- package/dist/types/ComboBox/v3/ComboBox.d.ts +0 -0
- package/dist/types/ComboBox/v3/ComboBoxCTX.d.ts +0 -0
- package/dist/types/ComboBox/v3/ComboboxDataTestids.d.ts +0 -0
- package/dist/types/ComboBox/v3/config/constants.d.ts +0 -0
- package/dist/types/ComboBox/v3/config/useComboBox.d.ts +0 -0
- package/dist/types/ComboBox/v3/config/useGetPropsWithDefault.d.ts +0 -0
- package/dist/types/ComboBox/v3/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/a11y-messages/MultiAllyMessages.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/a11y-messages/SingleAllyMessages.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/a11y-messages/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/a11y-messages/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/container/Container.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/container/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/container/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls/Controls.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls-input/ControlsInput.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls-input/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/controls-input/useControlsInput.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/dropdown-indicator/DropdownIndicator.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/dropdown-indicator/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/dropdown-indicator/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/empty-state/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/empty-state/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/header-list/HeaderList.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/header-list/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/header-list/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/header-list/useHeaderListHandlers.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/menu-list/MenuList.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/menu-list/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/menu-list/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/menu-list/useItemRenderer.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/menu-list/useMenuList.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/multi-selected-values-container/MultiSelectedValuesContainer.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/multi-selected-values-container/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/multi-selected-values-container/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/multi-selected-values-container/useGroupPills.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/single-selected-value-container/SingleSelectedValueContainer.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/single-selected-value-container/index.d.ts +0 -0
- package/dist/types/ComboBox/v3/parts/single-selected-value-container/styled.d.ts +0 -0
- package/dist/types/ComboBox/v3/propTypes.d.ts +0 -0
- package/dist/types/ComboBox/v3/tests/combobox-general.test.d.ts +0 -0
- package/dist/types/ComboBox/v3/tests/combobox-multi-select.test.d.ts +0 -0
- package/dist/types/ComboBox/v3/tests/combobox-single-select.test.d.ts +0 -0
- package/dist/types/ComboBox/v3/tests/combobox-special-keys.test.d.ts +0 -0
- package/dist/types/ComboBox/v3/tests/utils.d.ts +0 -0
- package/dist/types/ComboBox/v3/utils/hooks/useKeyboardNavigation.d.ts +0 -0
- package/dist/types/ComboBox/v3/utils/hooks/useOnElementResize.d.ts +0 -0
- package/dist/types/ComboBox/v3/utils/listHelper.d.ts +0 -0
- package/dist/types/ComboBoxFreeSolo/ComboBoxFreeSolo.d.ts +0 -78
- package/dist/types/ComboBoxFreeSolo/components/MultiValueLabel.d.ts +0 -6
- package/dist/types/ComboBoxFreeSolo/components/MultiValueRemove.d.ts +0 -6
- package/dist/types/ComboBoxFreeSolo/components/SingleValue.d.ts +0 -3
- package/dist/types/ComboBoxFreeSolo/components/SingleValueRemove.d.ts +0 -6
- package/dist/types/ComboBoxFreeSolo/index.d.ts +0 -1
- package/dist/types/DateInput/DSDateInput.d.ts +0 -143
- package/dist/types/DateInput/components/DateInputImpl.d.ts +0 -41
- package/dist/types/DateInput/components/DateInputs.d.ts +0 -41
- package/dist/types/DateInput/components/utils.d.ts +0 -40
- package/dist/types/DateInput/defaultProps.d.ts +0 -18
- package/dist/types/DateInput/index.d.ts +0 -1
- package/dist/types/DateInput/props.d.ts +0 -173
- package/dist/types/DateInput/tests/DSDateInput.events.test.d.ts +0 -1
- package/dist/types/DateInputV2/components/DSDateInput.d.ts +0 -97
- package/dist/types/DateInputV2/components/DateInputs.d.ts +0 -33
- package/dist/types/DateInputV2/components/helpers.d.ts +0 -1
- package/dist/types/DateInputV2/components/props.d.ts +0 -104
- package/dist/types/DateInputV2/components/propsTypes.d.ts +0 -21
- package/dist/types/DateInputV2/components/styled.d.ts +0 -5
- package/dist/types/DateInputV2/components/utils.d.ts +0 -42
- package/dist/types/DateInputV2/index.d.ts +0 -2
- package/dist/types/DateInputV2/tests/DateInput.test.d.ts +0 -1
- package/dist/types/ExpandableInput/DSExpandableInput.d.ts +0 -16
- package/dist/types/ExpandableInput/ExpandableInputImpl.d.ts +0 -7
- package/dist/types/ExpandableInput/index.d.ts +0 -1
- package/dist/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +0 -44
- package/dist/types/FloatingLabelInput/FloatingLabelInputImpl.d.ts +0 -27
- package/dist/types/FloatingLabelInput/getSvgPath.d.ts +0 -10
- package/dist/types/FloatingLabelInput/index.d.ts +0 -1
- package/dist/types/FormItem/DSFormItemLayout.d.ts +0 -335
- package/dist/types/FormItem/Error/DSError.d.ts +0 -31
- package/dist/types/FormItem/Feedback.d.ts +0 -7
- package/dist/types/FormItem/Label/DSLabel.d.ts +0 -24
- package/dist/types/FormItem/Suffix/Suffix.d.ts +0 -4
- package/dist/types/FormItem/ValidationFieldWrapper.d.ts +0 -19
- package/dist/types/FormItem/defaultProps.d.ts +0 -52
- package/dist/types/FormItem/index.d.ts +0 -2
- package/dist/types/FormItem/props.d.ts +0 -270
- package/dist/types/FormItem/tests/DSFormItem.events.test.d.ts +0 -1
- package/dist/types/FormItem/variants.d.ts +0 -8
- package/dist/types/Input/DSInput.d.ts +0 -0
- package/dist/types/Input/InputAddonWrapper.d.ts +0 -0
- package/dist/types/Input/InputImpl.d.ts +0 -0
- package/dist/types/Input/index.d.ts +0 -1
- package/dist/types/Input/tests/Input.test.d.ts +0 -0
- package/dist/types/InputGroup/AddonWrapper.d.ts +0 -8
- package/dist/types/InputGroup/DSInputGroup.d.ts +0 -72
- package/dist/types/InputGroup/defaultProps.d.ts +0 -8
- package/dist/types/InputGroup/index.d.ts +0 -1
- package/dist/types/InputGroup/props.d.ts +0 -60
- package/dist/types/InputGroup/tests/DSInputGroup.events.test.d.ts +0 -1
- package/dist/types/InputMask/DSInputMask.d.ts +0 -218
- package/dist/types/InputMask/DSInputMaskDeprecated.d.ts +0 -18
- package/dist/types/InputMask/InputMaskContext.d.ts +0 -18
- package/dist/types/InputMask/MaskPipes.d.ts +0 -18
- package/dist/types/InputMask/MaskTypes.d.ts +0 -15
- package/dist/types/InputMask/addons/AutoCorrectedDatePipe.d.ts +0 -8
- package/dist/types/InputMask/defaultProps.d.ts +0 -28
- package/dist/types/InputMask/index.d.ts +0 -1
- package/dist/types/InputMask/mask_types/DateInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/DateTimeInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/DictionaryInputMask.d.ts +0 -81
- package/dist/types/InputMask/mask_types/NumberInputMask.d.ts +0 -99
- package/dist/types/InputMask/mask_types/PhoneInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/PhoneInternationalInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/SsnInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/UsZipCodeInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/ZipCodeSearchInputMask.d.ts +0 -75
- package/dist/types/InputMask/mask_types/index.d.ts +0 -42
- package/dist/types/InputMask/props.d.ts +0 -254
- package/dist/types/InputMask/tests/DSInputMask.test.d.ts +0 -1
- package/dist/types/InputMask/tests/NumberInputMask.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/DateInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/DateTimeInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/NumberInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/PercentInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/PhoneInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/PhoneInternationalInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/SsnInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/UsZipCodeInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/tests/events/ZipCodeSearchInputMask.events.test.d.ts +0 -1
- package/dist/types/InputMask/types/index.d.ts +0 -5
- package/dist/types/InputMask/utils/setCaretPosition.d.ts +0 -3
- package/dist/types/InputProtected/DSInputProtected.d.ts +0 -70
- package/dist/types/InputProtected/defaultProps.d.ts +0 -4
- package/dist/types/InputProtected/index.d.ts +0 -2
- package/dist/types/InputProtected/options.d.ts +0 -8
- package/dist/types/InputProtected/props.d.ts +0 -49
- package/dist/types/InputProtected/tests/DSInputProtected.events.test.d.ts +0 -1
- package/dist/types/InputProtected/tests/DSInputProtected.test.d.ts +0 -1
- package/dist/types/LargeInputText/DSLargeInputText.d.ts +0 -233
- package/dist/types/LargeInputText/defaultProps.d.ts +0 -31
- package/dist/types/LargeInputText/index.d.ts +0 -1
- package/dist/types/LargeInputText/props.d.ts +0 -231
- package/dist/types/LargeInputText/tests/DSLargeInputText.events.test.d.ts +0 -1
- package/dist/types/LargeInputText/tests/DSLargeInputText.test.d.ts +0 -1
- package/dist/types/MenuItem/components/MenuItem/index.d.ts +0 -0
- package/dist/types/MenuItem/components/MenuItem/styled.d.ts +0 -0
- package/dist/types/MenuItem/components/MultiMenuItem/MultiMenuItem.d.ts +0 -0
- package/dist/types/MenuItem/components/MultiMenuItem/styled.d.ts +0 -0
- package/dist/types/MenuItem/components/Section/index.d.ts +0 -0
- package/dist/types/MenuItem/components/Section/props.d.ts +0 -0
- package/dist/types/MenuItem/components/Section/styled.d.ts +0 -0
- package/dist/types/MenuItem/components/Separator/index.d.ts +0 -0
- package/dist/types/MenuItem/components/Separator/styled.d.ts +0 -0
- package/dist/types/MenuItem/components/SingleMenuItem/SingleMenuItem.d.ts +0 -0
- package/dist/types/MenuItem/components/SubmenuItem/index.d.ts +0 -0
- package/dist/types/MenuItem/components/SubmenuItem/styled.d.ts +0 -0
- package/dist/types/MenuItem/components/index.d.ts +0 -0
- package/dist/types/MenuItem/components/styled.d.ts +0 -0
- package/dist/types/MenuItem/index.d.ts +0 -0
- package/dist/types/MenuItem/props.d.ts +0 -0
- package/dist/types/Radio/Circle.d.ts +0 -8
- package/dist/types/Radio/DSRadio.d.ts +0 -157
- package/dist/types/Radio/index.d.ts +0 -1
- package/dist/types/RadioGroup/DSRadioGroup.d.ts +0 -72
- package/dist/types/RadioGroup/defaultProps.d.ts +0 -12
- package/dist/types/RadioGroup/index.d.ts +0 -1
- package/dist/types/RadioGroup/props.d.ts +0 -56
- package/dist/types/RadioGroup/tests/DSRadioGroup.events.test.d.ts +0 -1
- package/dist/types/RequiredMark/RequiredMark.d.ts +0 -7
- package/dist/types/RequiredMark/index.d.ts +0 -1
- package/dist/types/SearchBox/DSSearchBox.d.ts +0 -0
- package/dist/types/SearchBox/NavSearchBox.d.ts +0 -0
- package/dist/types/SearchBox/SButton.d.ts +0 -0
- package/dist/types/SearchBox/SearchBoxToggle.d.ts +0 -0
- package/dist/types/SearchBox/defaultProps.d.ts +0 -0
- package/dist/types/SearchBox/index.d.ts +0 -1
- package/dist/types/SearchBox/props.d.ts +0 -0
- package/dist/types/SearchBox/styled.d.ts +0 -0
- package/dist/types/SearchBox/tests/DSNavSearchBox.events.test.d.ts +0 -0
- package/dist/types/SearchBox/tests/DSSearchBox.events.test.d.ts +0 -0
- package/dist/types/SearchBox/tests/DSSearchBox.test.d.ts +0 -0
- package/dist/types/SearchBox/useSearch.d.ts +0 -0
- package/dist/types/SearchBox/withSearchable.d.ts +0 -0
- package/dist/types/TextBox/DSTextBox.d.ts +0 -0
- package/dist/types/TextBox/index.d.ts +0 -1
- package/dist/types/TextBox/tests/DSTextBox.test.d.ts +0 -0
- package/dist/types/TimeInput/DSTimeInput.d.ts +0 -122
- package/dist/types/TimeInput/TimeInputImpl.d.ts +0 -56
- package/dist/types/TimeInput/TimeInputs.d.ts +0 -18
- package/dist/types/TimeInput/index.d.ts +0 -1
- package/dist/types/TimeInput/utils.d.ts +0 -39
- package/dist/types/Toggle/DSToggle.d.ts +0 -134
- package/dist/types/Toggle/DSToggleImpl.d.ts +0 -57
- package/dist/types/Toggle/DSToggleRender.d.ts +0 -33
- package/dist/types/Toggle/index.d.ts +0 -1
- package/dist/types/Toggle/props.d.ts +0 -47
- package/dist/types/Toggle/toggleHelper.d.ts +0 -24
- package/dist/types/index.d.ts +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"files": [
|
|
@@ -475,17 +475,17 @@
|
|
|
475
475
|
"indent": 4
|
|
476
476
|
},
|
|
477
477
|
"dependencies": {
|
|
478
|
-
"@elliemae/ds-button": "3.0.0-alpha.
|
|
479
|
-
"@elliemae/ds-classnames": "3.0.0-alpha.
|
|
480
|
-
"@elliemae/ds-common": "3.0.0-alpha.
|
|
481
|
-
"@elliemae/ds-grid": "3.0.0-alpha.
|
|
482
|
-
"@elliemae/ds-icons": "3.0.0-alpha.
|
|
483
|
-
"@elliemae/ds-shared": "3.0.0-alpha.
|
|
484
|
-
"@elliemae/ds-system": "3.0.0-alpha.
|
|
485
|
-
"@elliemae/ds-text-wrapper": "3.0.0-alpha.
|
|
486
|
-
"@elliemae/ds-tooltip": "3.0.0-alpha.
|
|
487
|
-
"@elliemae/ds-truncated-tooltip-text": "3.0.0-alpha.
|
|
488
|
-
"@elliemae/ds-utilities": "3.0.0-alpha.
|
|
478
|
+
"@elliemae/ds-button": "3.0.0-alpha.1",
|
|
479
|
+
"@elliemae/ds-classnames": "3.0.0-alpha.1",
|
|
480
|
+
"@elliemae/ds-common": "3.0.0-alpha.1",
|
|
481
|
+
"@elliemae/ds-grid": "3.0.0-alpha.1",
|
|
482
|
+
"@elliemae/ds-icons": "3.0.0-alpha.1",
|
|
483
|
+
"@elliemae/ds-shared": "3.0.0-alpha.1",
|
|
484
|
+
"@elliemae/ds-system": "3.0.0-alpha.1",
|
|
485
|
+
"@elliemae/ds-text-wrapper": "3.0.0-alpha.1",
|
|
486
|
+
"@elliemae/ds-tooltip": "3.0.0-alpha.1",
|
|
487
|
+
"@elliemae/ds-truncated-tooltip-text": "3.0.0-alpha.1",
|
|
488
|
+
"@elliemae/ds-utilities": "3.0.0-alpha.1",
|
|
489
489
|
"memoize-one": "~5.1.1",
|
|
490
490
|
"moment": "~2.29.1",
|
|
491
491
|
"prop-types": "~15.8.1",
|
|
@@ -517,6 +517,7 @@
|
|
|
517
517
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
518
518
|
"test": "node ../../scripts/testing/test.mjs",
|
|
519
519
|
"lint": "node ../../scripts/lint.mjs",
|
|
520
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
520
521
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
521
522
|
}
|
|
522
523
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@elliemae/ds-common/Checkbox';
|
|
File without changes
|
|
File without changes
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
declare const DSCheckboxGroup: {
|
|
4
|
-
({ onChange, activeValue, children, disabled, orientation, truncateText, labelProps, containerProps, }: {
|
|
5
|
-
onChange: any;
|
|
6
|
-
activeValue: any;
|
|
7
|
-
children: any;
|
|
8
|
-
disabled: any;
|
|
9
|
-
orientation: any;
|
|
10
|
-
truncateText: any;
|
|
11
|
-
labelProps: any;
|
|
12
|
-
containerProps: any;
|
|
13
|
-
}): JSX.Element;
|
|
14
|
-
propTypes: {
|
|
15
|
-
onChange: {
|
|
16
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
|
-
};
|
|
19
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
|
-
};
|
|
21
|
-
activeValue: {
|
|
22
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
23
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
24
|
-
};
|
|
25
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
26
|
-
};
|
|
27
|
-
children: {
|
|
28
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
29
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
30
|
-
};
|
|
31
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
32
|
-
};
|
|
33
|
-
disabled: {
|
|
34
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
35
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
36
|
-
};
|
|
37
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
38
|
-
};
|
|
39
|
-
orientation: {
|
|
40
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
41
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
42
|
-
};
|
|
43
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
44
|
-
};
|
|
45
|
-
labelProps: {
|
|
46
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
47
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
48
|
-
};
|
|
49
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
defaultProps: {
|
|
53
|
-
onChange: () => null;
|
|
54
|
-
activeValue: never[];
|
|
55
|
-
children: never[];
|
|
56
|
-
disabled: boolean;
|
|
57
|
-
orientation: string;
|
|
58
|
-
truncateText: boolean;
|
|
59
|
-
labelProps: {
|
|
60
|
-
feedbackMessage: string;
|
|
61
|
-
labelText: string;
|
|
62
|
-
required: boolean;
|
|
63
|
-
};
|
|
64
|
-
containerProps: {};
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
declare const DSCheckboxGroupWithSchema: {
|
|
68
|
-
(props?: unknown): JSX.Element;
|
|
69
|
-
propTypes: unknown;
|
|
70
|
-
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
71
|
-
};
|
|
72
|
-
export { DSCheckboxGroup, DSCheckboxGroupWithSchema };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const defaultProps: {
|
|
2
|
-
onChange: () => null;
|
|
3
|
-
activeValue: never[];
|
|
4
|
-
children: never[];
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
orientation: string;
|
|
7
|
-
truncateText: boolean;
|
|
8
|
-
labelProps: {
|
|
9
|
-
feedbackMessage: string;
|
|
10
|
-
labelText: string;
|
|
11
|
-
required: boolean;
|
|
12
|
-
};
|
|
13
|
-
containerProps: {};
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DSCheckboxGroup';
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
export declare const props: {
|
|
3
|
-
/**
|
|
4
|
-
* Allows a function that is triggered once the checkbox group changes
|
|
5
|
-
*/
|
|
6
|
-
onChange: {
|
|
7
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
8
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
9
|
-
};
|
|
10
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Default active value
|
|
14
|
-
*/
|
|
15
|
-
activeValue: {
|
|
16
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
|
-
};
|
|
19
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Checkbox group items to show of type DSCheckbox
|
|
23
|
-
*/
|
|
24
|
-
children: {
|
|
25
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
26
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
27
|
-
};
|
|
28
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Whether the checkbox group is disabled or not
|
|
32
|
-
*/
|
|
33
|
-
disabled: {
|
|
34
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
35
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
36
|
-
};
|
|
37
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
38
|
-
};
|
|
39
|
-
/**
|
|
40
|
-
* ['horizontal', 'vertical']
|
|
41
|
-
*/
|
|
42
|
-
orientation: {
|
|
43
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
44
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
45
|
-
};
|
|
46
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* label props
|
|
50
|
-
*/
|
|
51
|
-
labelProps: {
|
|
52
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
53
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
54
|
-
};
|
|
55
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@elliemae/ds-common/DSComboBox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@elliemae/ds-common/ComboBox';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@elliemae/ds-common/ComboBox/v1';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
declare function ComboBoxFreeSolo({ isMulti, options, value, onChange, onChangeV2, onInputChange, onFocus, onBlur, containerProps, disabled, menuIsOpen, placeholder, formatCreateLabel, maxOptions, }: {
|
|
4
|
-
isMulti?: boolean | undefined;
|
|
5
|
-
options?: {} | undefined;
|
|
6
|
-
value?: never[] | undefined;
|
|
7
|
-
onChange?: ((...args: any[]) => void) | undefined;
|
|
8
|
-
onChangeV2?: ((...args: any[]) => void) | undefined;
|
|
9
|
-
onInputChange?: ((...args: any[]) => void) | undefined;
|
|
10
|
-
onFocus?: ((...args: any[]) => void) | undefined;
|
|
11
|
-
onBlur?: ((...args: any[]) => void) | undefined;
|
|
12
|
-
containerProps?: {} | undefined;
|
|
13
|
-
disabled?: boolean | undefined;
|
|
14
|
-
menuIsOpen?: boolean | undefined;
|
|
15
|
-
placeholder?: string | undefined;
|
|
16
|
-
formatCreateLabel?: ((val: any) => string) | undefined;
|
|
17
|
-
maxOptions?: undefined;
|
|
18
|
-
}): JSX.Element;
|
|
19
|
-
declare namespace ComboBoxFreeSolo {
|
|
20
|
-
var propTypes: {
|
|
21
|
-
containerProps: PropTypes.Requireable<object>;
|
|
22
|
-
/**
|
|
23
|
-
* Allows a function that is triggered once the combo box is focused
|
|
24
|
-
*/
|
|
25
|
-
onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
-
/**
|
|
27
|
-
* Allows a function that is triggered once the combo box loses focus
|
|
28
|
-
*/
|
|
29
|
-
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
30
|
-
/**
|
|
31
|
-
* Allows a function that is triggered when a new value is selected from the dropdown menu
|
|
32
|
-
*/
|
|
33
|
-
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
34
|
-
/**
|
|
35
|
-
* Allows a function that is triggered when a new value is selected from the dropdown menu
|
|
36
|
-
* It will return the current options selected
|
|
37
|
-
*/
|
|
38
|
-
onChangeV2: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
|
-
/**
|
|
40
|
-
* Allows a function that is triggered once the input value changes (on every keystroke)
|
|
41
|
-
*/
|
|
42
|
-
onInputChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
|
-
value: PropTypes.Requireable<object>;
|
|
44
|
-
/**
|
|
45
|
-
* Value that the combo box has as default
|
|
46
|
-
*/
|
|
47
|
-
options: PropTypes.Requireable<(object | null | undefined)[]>;
|
|
48
|
-
/**
|
|
49
|
-
* Whether the combo box is disabled or not
|
|
50
|
-
*/
|
|
51
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
52
|
-
/**
|
|
53
|
-
* Whether the combo box free solo is multi selectable or not
|
|
54
|
-
*/
|
|
55
|
-
isMulti: PropTypes.Requireable<boolean>;
|
|
56
|
-
/**
|
|
57
|
-
* Placeholder for the combo box
|
|
58
|
-
*/
|
|
59
|
-
placeholder: PropTypes.Requireable<string>;
|
|
60
|
-
/**
|
|
61
|
-
* Whether the combo box menu is open or not
|
|
62
|
-
*/
|
|
63
|
-
menuIsOpen: PropTypes.Requireable<boolean>;
|
|
64
|
-
/**
|
|
65
|
-
* Whether to show the combo box menu inline or not
|
|
66
|
-
*/
|
|
67
|
-
/**
|
|
68
|
-
* function that reciveves the new value and returns the formatted value
|
|
69
|
-
*/
|
|
70
|
-
formatCreateLabel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
71
|
-
/**
|
|
72
|
-
* Max options to be displayed on the menu list
|
|
73
|
-
*/
|
|
74
|
-
maxOptions: PropTypes.Requireable<number>;
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
export { ComboBoxFreeSolo };
|
|
78
|
-
export default ComboBoxFreeSolo;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ComboBoxFreeSolo';
|