@elliemae/ds-date-time-picker 3.17.0-next.12 → 3.17.0-next.15

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DSDateTimePicker: {
3
2
  ({ containerProps, className, id, placeholder, date, clearable, onBlur, datePickerProps, timePickerProps, dateInputProps, }: {
4
3
  containerProps?: {} | undefined;
@@ -73,7 +72,7 @@ declare const DSDateTimePicker: {
73
72
  dateInputProps?: {
74
73
  onDateInputDateChange: () => null;
75
74
  } | undefined;
76
- }): JSX.Element;
75
+ }): import("react/jsx-runtime.js").JSX.Element;
77
76
  propTypes: {
78
77
  containerProps: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
79
78
  className: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const DSDateTimePickerImpl: ({ onBlur, placeholder, date, clearable, datePickerProps: { disabled, numberOfMonths, readOnly, enableOutsideDays, transitionDuration, firstDayOfWeek, keepOpenOnDateSelect, hideKeyboardShortcutsPanel, onPrevMonthClick, onNextMonthClick, onClose, onChange: onDatePickerChange, onDateChange, onError: onErrorDate, phrases, displayFormatDay, isDayBlocked, isOutsideRange, isDayHighlighted, zIndex, }, timePickerProps: { format, onChange: onChangeTimePicker, disabledTimes, onError: onErrorTime, minutesInterval, }, dateInputProps: { onDateInputDateChange }, }: {
3
2
  onBlur?: (() => null) | undefined;
4
3
  placeholder: any;
@@ -71,6 +70,6 @@ declare const DSDateTimePickerImpl: ({ onBlur, placeholder, date, clearable, dat
71
70
  dateInputProps: {
72
71
  onDateInputDateChange?: (() => null) | undefined;
73
72
  };
74
- }) => JSX.Element;
73
+ }) => import("react/jsx-runtime.js").JSX.Element;
75
74
  export { DSDateTimePickerImpl };
76
75
  export default DSDateTimePickerImpl;
@@ -1 +1 @@
1
- export function themeProviderHOC(Component: any): (props: any) => JSX.Element;
1
+ export function themeProviderHOC(Component: any): (props: any) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-date-time-picker",
3
- "version": "3.17.0-next.12",
3
+ "version": "3.17.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Date Time Picker",
6
6
  "files": [
@@ -57,13 +57,13 @@
57
57
  "dependencies": {
58
58
  "lodash": "~4.17.21",
59
59
  "moment": "~2.29.4",
60
- "@elliemae/ds-classnames": "3.17.0-next.12",
61
- "@elliemae/ds-date-picker": "3.17.0-next.12",
62
- "@elliemae/ds-form": "3.17.0-next.12",
63
- "@elliemae/ds-props-helpers": "3.17.0-next.12",
64
- "@elliemae/ds-system": "3.17.0-next.12",
65
- "@elliemae/ds-time-picker": "3.17.0-next.12",
66
- "@elliemae/ds-utilities": "3.17.0-next.12"
60
+ "@elliemae/ds-classnames": "3.17.0-next.15",
61
+ "@elliemae/ds-date-picker": "3.17.0-next.15",
62
+ "@elliemae/ds-form": "3.17.0-next.15",
63
+ "@elliemae/ds-props-helpers": "3.17.0-next.15",
64
+ "@elliemae/ds-system": "3.17.0-next.15",
65
+ "@elliemae/ds-time-picker": "3.17.0-next.15",
66
+ "@elliemae/ds-utilities": "3.17.0-next.15"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@testing-library/jest-dom": "~5.16.5",