@elliemae/ds-form 2.4.17 → 2.4.20

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.
Files changed (72) hide show
  1. package/package.json +20 -20
  2. package/types/CheckboxGroup/DSCheckboxGroup.d.ts +0 -1
  3. package/types/ComboBox/v1/components/AllOption.d.ts +0 -1
  4. package/types/ComboBox/v1/components/ClearIndicator.d.ts +0 -1
  5. package/types/ComboBox/v1/components/Control.d.ts +0 -1
  6. package/types/ComboBox/v1/components/DropdownIndicator.d.ts +0 -1
  7. package/types/ComboBox/v1/components/MenuList.d.ts +0 -1
  8. package/types/ComboBox/v1/components/MultiSelectHeader.d.ts +0 -1
  9. package/types/ComboBox/v1/components/MultiValueLabel.d.ts +0 -1
  10. package/types/ComboBox/v1/components/MultiValueRemove.d.ts +0 -1
  11. package/types/ComboBox/v1/components/SingleValueLabel.d.ts +0 -1
  12. package/types/ComboBox/v1/components/ValueContainer.d.ts +0 -1
  13. package/types/ComboBox/v2/components/AllOption.d.ts +0 -1
  14. package/types/ComboBox/v2/components/ClearIndicator.d.ts +0 -1
  15. package/types/ComboBox/v2/components/Content.d.ts +0 -1
  16. package/types/ComboBox/v2/components/Control.d.ts +0 -1
  17. package/types/ComboBox/v2/components/DropdownIndicator.d.ts +0 -1
  18. package/types/ComboBox/v2/components/GroupHeading.d.ts +0 -1
  19. package/types/ComboBox/v2/components/IndicatorSeparator.d.ts +0 -1
  20. package/types/ComboBox/v2/components/LoadingIndicator.d.ts +0 -1
  21. package/types/ComboBox/v2/components/MultiSelectHeader.d.ts +0 -1
  22. package/types/ComboBox/v2/components/MultiValueLabel.d.ts +0 -1
  23. package/types/ComboBox/v2/components/MultiValueRemove.d.ts +0 -1
  24. package/types/ComboBox/v2/components/SelectMenu.d.ts +0 -1
  25. package/types/ComboBox/v2/components/SingleValueLabel.d.ts +0 -1
  26. package/types/ComboBox/v2/components/ValueContainer.d.ts +0 -1
  27. package/types/ComboBoxFreeSolo/ComboBoxFreeSolo.d.ts +0 -1
  28. package/types/ComboBoxFreeSolo/components/MultiValueLabel.d.ts +0 -1
  29. package/types/ComboBoxFreeSolo/components/MultiValueRemove.d.ts +0 -1
  30. package/types/ComboBoxFreeSolo/components/SingleValue.d.ts +0 -1
  31. package/types/ComboBoxFreeSolo/components/SingleValueRemove.d.ts +0 -1
  32. package/types/DateInput/DSDateInput.d.ts +0 -1
  33. package/types/DateInput/components/DateInputImpl.d.ts +0 -1
  34. package/types/DateInput/components/DateInputs.d.ts +0 -1
  35. package/types/DateInputV2/components/DSDateInput.d.ts +0 -1
  36. package/types/DateInputV2/components/DateInputs.d.ts +0 -1
  37. package/types/ExpandableInput/DSExpandableInput.d.ts +0 -1
  38. package/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +0 -1
  39. package/types/FormItem/DSFormItemLayout.d.ts +0 -1
  40. package/types/FormItem/Error/DSError.d.ts +0 -1
  41. package/types/FormItem/Feedback.d.ts +0 -1
  42. package/types/FormItem/Label/DSLabel.d.ts +0 -1
  43. package/types/FormItem/defaultProps.d.ts +0 -1
  44. package/types/InputGroup/DSInputGroup.d.ts +0 -1
  45. package/types/InputMask/mask_types/DateInputMask.d.ts +0 -1
  46. package/types/InputMask/mask_types/DateTimeInputMask.d.ts +0 -1
  47. package/types/InputMask/mask_types/DictionaryInputMask.d.ts +0 -1
  48. package/types/InputMask/mask_types/NumberInputMask.d.ts +0 -1
  49. package/types/InputMask/mask_types/PhoneInputMask.d.ts +0 -1
  50. package/types/InputMask/mask_types/PhoneInternationalInputMask.d.ts +0 -1
  51. package/types/InputMask/mask_types/SsnInputMask.d.ts +0 -1
  52. package/types/InputMask/mask_types/UsZipCodeInputMask.d.ts +0 -1
  53. package/types/InputMask/mask_types/ZipCodeSearchInputMask.d.ts +0 -1
  54. package/types/InputMask/mask_types/index.d.ts +0 -1
  55. package/types/InputProtected/DSInputProtected.d.ts +0 -1
  56. package/types/LargeInputText/DSLargeInputText.d.ts +0 -1
  57. package/types/MenuItem/components/MenuItem/index.d.ts +0 -1
  58. package/types/MenuItem/components/MultiMenuItem/MultiMenuItem.d.ts +0 -1
  59. package/types/MenuItem/components/Section/index.d.ts +0 -1
  60. package/types/MenuItem/components/SingleMenuItem/SingleMenuItem.d.ts +0 -1
  61. package/types/MenuItem/components/SubmenuItem/index.d.ts +0 -1
  62. package/types/RadioGroup/DSRadioGroup.d.ts +0 -1
  63. package/types/RequiredMark/RequiredMark.d.ts +0 -1
  64. package/types/SearchBox/DSSearchBox.d.ts +0 -1
  65. package/types/SearchBox/SButton.d.ts +0 -1
  66. package/types/SearchBox/SearchBoxToggle.d.ts +0 -1
  67. package/types/TextBox/DSTextBox.d.ts +0 -1
  68. package/types/TimeInput/DSTimeInput.d.ts +0 -1
  69. package/types/TimeInput/TimeInputImpl.d.ts +0 -1
  70. package/types/TimeInput/TimeInputs.d.ts +0 -1
  71. package/types/Toggle/DSToggle.d.ts +0 -1
  72. package/types/Toggle/DSToggleRender.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form",
3
- "version": "2.4.17",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form",
6
6
  "module": "./esm/index.js",
@@ -748,25 +748,25 @@
748
748
  "build": "node ../../scripts/build/build.js"
749
749
  },
750
750
  "dependencies": {
751
- "@elliemae/ds-button": "2.4.17",
752
- "@elliemae/ds-circular-progress-indicator": "2.4.17",
753
- "@elliemae/ds-classnames": "2.4.17",
754
- "@elliemae/ds-controlled-form": "2.4.17",
755
- "@elliemae/ds-dropdownmenu": "2.4.17",
756
- "@elliemae/ds-grid": "2.4.17",
757
- "@elliemae/ds-icon": "2.4.17",
758
- "@elliemae/ds-icons": "2.4.17",
759
- "@elliemae/ds-menu": "2.4.17",
760
- "@elliemae/ds-overlay": "2.4.17",
761
- "@elliemae/ds-popper": "2.4.17",
762
- "@elliemae/ds-props-helpers": "2.4.17",
763
- "@elliemae/ds-separator": "2.4.17",
764
- "@elliemae/ds-shared": "2.4.17",
765
- "@elliemae/ds-system": "2.4.17",
766
- "@elliemae/ds-text-wrapper": "2.4.17",
767
- "@elliemae/ds-tooltip": "2.4.17",
768
- "@elliemae/ds-truncated-tooltip-text": "2.4.17",
769
- "@elliemae/ds-utilities": "2.4.17",
751
+ "@elliemae/ds-button": "2.4.20",
752
+ "@elliemae/ds-circular-progress-indicator": "2.4.20",
753
+ "@elliemae/ds-classnames": "2.4.20",
754
+ "@elliemae/ds-controlled-form": "2.4.20",
755
+ "@elliemae/ds-dropdownmenu": "2.4.20",
756
+ "@elliemae/ds-grid": "2.4.20",
757
+ "@elliemae/ds-icon": "2.4.20",
758
+ "@elliemae/ds-icons": "2.4.20",
759
+ "@elliemae/ds-menu": "2.4.20",
760
+ "@elliemae/ds-overlay": "2.4.20",
761
+ "@elliemae/ds-popper": "2.4.20",
762
+ "@elliemae/ds-props-helpers": "2.4.20",
763
+ "@elliemae/ds-separator": "2.4.20",
764
+ "@elliemae/ds-shared": "2.4.20",
765
+ "@elliemae/ds-system": "2.4.20",
766
+ "@elliemae/ds-text-wrapper": "2.4.20",
767
+ "@elliemae/ds-tooltip": "2.4.20",
768
+ "@elliemae/ds-truncated-tooltip-text": "2.4.20",
769
+ "@elliemae/ds-utilities": "2.4.20",
770
770
  "@elliemae/react-popper": "1.0.2",
771
771
  "@xstyled/styled-components": "~3.1.1",
772
772
  "csstype": "~3.0.9",
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSCheckboxGroup: {
4
3
  ({ onChange, activeValue, children, disabled, orientation, truncateText, labelProps, containerProps, }: {
5
4
  onChange: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const MultiSelectHeader: ({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const ClearIndicator: (props: any) => JSX.Element;
3
2
  export default ClearIndicator;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Control: (props: any) => JSX.Element;
3
2
  export default Control;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DropdownIndicator: ({ innerRef, onKeyDown, clearValue, getStyles, getValue, setValue, hasStyle, hasValue, isMulti, isRtl, isDisabled, isFocused, selectOption, selectProps, innerProps, ...rest }: {
3
2
  [x: string]: any;
4
3
  innerRef: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const MenuList: (props: any) => JSX.Element;
3
2
  export default MenuList;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const MultiSelectHeader: (props: any) => JSX.Element;
3
2
  export default MultiSelectHeader;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function MultiValueLabel({ children }: {
3
2
  children: any;
4
3
  }): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare function MultiValueRemove(props: any): JSX.Element;
3
2
  export default MultiValueRemove;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare function SingleValueLabel({ children }: {
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function ValueContainer({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const MultiSelectHeader: ({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const ClearIndicator: (props: any) => JSX.Element;
3
2
  export default ClearIndicator;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const Content: {
4
3
  ({ scheduleUpdate, styleMenu, ...rest }: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Control: (props: any) => JSX.Element;
3
2
  export default Control;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DropdownIndicator: ({ innerRef, onKeyDown, options, theme, clearValue, getStyles, getValue, setValue, hasStyle, hasValue, isMulti, isRtl, isDisabled, isFocused, selectOption, selectProps, innerProps, cx, ...rest }: {
3
2
  [x: string]: any;
4
3
  innerRef: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const GroupHeading: (props: any) => JSX.Element;
3
2
  export default GroupHeading;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const IndicatorSeparator: ({ innerProps }: {
3
2
  innerProps: any;
4
3
  }) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const LoadingIndicator: () => JSX.Element;
3
2
  export default LoadingIndicator;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const MultiSelectHeader: {
4
3
  (props: any): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function MultiValueLabel({ children }: {
3
2
  children: any;
4
3
  }): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function MultiValueRemove({ innerProps, ...rest }: {
3
2
  [x: string]: any;
4
3
  innerProps: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SelectMenu: (props: any) => JSX.Element;
3
2
  export default SelectMenu;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare function SingleValueLabel({ children }: {
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function ValueContainer({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare function ComboBoxFreeSolo({ isMulti, options, value, onChange, onChangeV2, onInputChange, onFocus, onBlur, containerProps, disabled, menuIsOpen, placeholder, formatCreateLabel, maxOptions, ...rest }: {
4
3
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const MultiValueLabel: ({ children, clear }: {
3
2
  children: any;
4
3
  clear: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const MultiValueRemove: {
3
2
  (props: any): JSX.Element;
4
3
  style(base: any): any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SingleValue: (props: any) => JSX.Element;
3
2
  export { SingleValue };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const SingleValueRemove: {
3
2
  (props: any): JSX.Element;
4
3
  style(base: any): any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import DateInputImpl from './components/DateInputImpl';
4
3
  declare const DSDateInput: {
5
4
  ({ innerRef, className, style, onFocus, onBlur, onClear, onChange, onKeyDown, onError, format, value, clearable, disabled, yearMaxRange, yearMinRange, containerProps, INTERNAL_V2_NO_MUTATION, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const DateInputImpl: {
4
3
  ({ format, innerRef, onBlur, onChange, onKeyDown, onError, className, value, disabled, yearMaxRange, yearMinRange, onFocus, INTERNAL_V2_NO_MUTATION, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const DateInputs: {
4
3
  ({ innerRef, onBlur, onChange, onCustomKeyDown, onError, format, showMonth, showDay, showYear, step, yearMaxRange, disabled, yearMinRange, time, INTERNAL_V2_NO_MUTATION, }: {
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSDateInputV2: {
4
3
  ({ onFocus, onBlur, onChange, onDateChange, onKeyDown, onError, value, disabled, containerProps, tabIndex, innerRef, }: {
5
4
  onFocus: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const DateInputs: {
3
2
  ({ onBlur, onChange, onDateChange, disabled, onCustomKeyDown, time, tabIndex, innerRef }: {
4
3
  onBlur: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DSExpandableInput: ({ containerProps, innerRef, className, style, triggerComponent, children, isOpen, onOpen, onClose, onBlur, width, }: {
3
2
  containerProps?: {} | undefined;
4
3
  innerRef: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSFloatingLabelInput: ({ containerProps, arialLabel, innerRef, className, extraInputProps, inputComponent, value, labelComponent, labelText, onChange, onBlur, onFocus, isOpen, hasError, readOnly, disabled, required, optional, mask, useSubfix, }: {
4
3
  containerProps?: {} | undefined;
5
4
  arialLabel?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import DSError from './Error/DSError';
4
3
  import { FORMITEM_LAYOUT_VARIANTS } from './variants';
5
4
  export { DSError, FORMITEM_LAYOUT_VARIANTS };
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSError: {
4
3
  ({ hasError, errorText }: {
5
4
  hasError?: boolean | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Feedback: ({ text, hasError }: {
3
2
  text: any;
4
3
  hasError: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const DSLabel: {
4
3
  ({ children, label, htmlFor, required, optional, truncateText, isGroup, }: {
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  export declare const defaultProps: {
4
3
  leftLabel: boolean;
5
4
  floatingLabel: boolean;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSInputGroup: {
4
3
  ({ containerProps, innerRef, className, style, leftAddon, rightAddon, children: InputComponents, }: {
5
4
  containerProps: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DateInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DateTimeInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DictionaryInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, allowedWords, ignoreCase, autoFocus, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const NumberInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, allowDecimal, allowLeadingZeroes, allowNegative, autoFocus, className, clearable, decimalLimit, decimalSymbol, disabled, fluidWidth, hasError, includeThousandsSeparator, innerRef, integerLimit, leftComponent, maxLength, minLength, name, onBlur, onChange, onClick, onFocus, onKeyDown, onKeyUp, onPaste, placeholder, prefix, readOnly, requireDecimal, rightComponent, style, suffix, thousandsSeparatorSymbol, type, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const PhoneInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const PhoneInternationalInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const SsnInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const UsZipCodeInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const ZipCodeSearchInputMask: {
4
3
  ({ focus, setFocus, setRawMask, cursorPosition, setCursorPosition, lastkey, setLastkey, setRawValue, style, disabled, className, name, maxLength, minLength, fluidWidth, placeholder, onKeyDown, onClick, onChange, onFocus, onBlur, onPaste, onKeyUp, hasError, readOnly, type, innerRef, clearable, leftComponent, rightComponent, value, ...rest }: {
5
4
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const OutOfTheBoxMaskTypes: {
3
2
  'ds-mask-date': (props: any) => JSX.Element;
4
3
  'ds-mask-date-time': (props: any) => JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSInputProtected: {
4
3
  ({ leftAddon, rightAddon, onChange, value, readOnly, mask, type, placeholderChar, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSLargeInputText: {
4
3
  ({ containerProps, autoFocus, className, disabled, name, id, maxLength, minLength, placeholder, onClick, onChange, onFocus, onBlur, onKeyUp, onKeyDown, onPaste, value, hasError, required, readOnly, resize, innerRef, ariaLabel, ariaAutocomplete, role, characterLimitCounter, rows, errorLimit, tabIndex, }: {
5
4
  containerProps: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { MenuItemT } from '../../props';
4
3
  declare const MenuItem: {
5
4
  (props: MenuItemT): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { MenuItemT } from '../../props';
4
3
  declare const MultiMenuItem: {
5
4
  (props: MenuItemT): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { MenuSectionItemT } from './props';
4
3
  declare const Section: {
5
4
  (props: MenuSectionItemT): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { MenuItemT } from '../../props';
4
3
  declare const SingleMenuItem: {
5
4
  (props: MenuItemT): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { MenuItemT } from '../../props';
4
3
  declare const SubmenuItem: {
5
4
  (props: MenuItemT): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSRadioGroup: {
4
3
  ({ containerProps, onChange, activeValue, children, orientation, disabled, truncateText, labelProps, }: {
5
4
  containerProps: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const RequiredMark: ({ required, optional }: {
3
2
  required?: boolean | undefined;
4
3
  optional?: boolean | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSSearchBox: {
4
3
  ({ className, clearable, containerProps, disableButton, disabled, innerRef, onBlur, onChange, onKeyUp, onSearch, onClearButtonClick, placeholder, property, readOnly, searchOnEnter, onSearchButtonClick, showIcon, style, value, }: {
5
4
  className: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const SButton: {
4
3
  ({ icon, disabled, onClick, dataTestid }: {
5
4
  icon: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const SearchBoxToggle: {
3
2
  ({ onSearchButtonClick, width, ...rest }: {
4
3
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSTextBox: {
4
3
  ({ containerProps, autoFocus, disabled, maxLength, minLength, fluidWidth, placeholder, value, hasError, readOnly, innerRef, type, min, max, clearable, leftComponent, rightComponent, required, variant, disableTooltip, id, ...otherProps }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import TimeInputImpl from './TimeInputImpl';
4
3
  declare const DSTimeInput: {
5
4
  ({ containerProps, innerRef, className, style, onChange, format, value, clearable, disabled, ariaLabel, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const TimeInputImpl: {
4
3
  ({ format, innerRef, onChange, className, value, disabled, clearable, "arial-label": ariaLabel, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const TimeInputs: ({ time, format, use12Hours, step, showHours, showMinutes, showSeconds, onChange, disabled, innerRef, clearable, "arial-label": ariaLabel, "aria-label": ariaLabel2, }: {
3
2
  time: any;
4
3
  format: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSToggle: {
4
3
  ({ containerProps, hasError, readOnly, disabled, checked, labelOn, labelOff, name, value, size, ...otherProps }: {
5
4
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DSToggleRender: ({ containerProps, id, className, style, hasError, hide, readOnly, disabled, checked, onBlur, onFocus, onChange, onMouseDown, onMouseEnter, onMouseLeave, onTouchCancel, onTouchEnd, onTouchMove, onTouchStart, labelOn, labelOff, dragStyle, containerRef, handRef, name, value, size, defaultState, }: {
3
2
  containerProps: any;
4
3
  id: any;