beesoft-components 0.10.4 → 0.10.5

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beesoft-components",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": {
@@ -34,12 +34,12 @@
34
34
  "chromatic": "chromatic --project-token $CHROMATIC_PROJECT_TOKEN"
35
35
  },
36
36
  "dependencies": {
37
- "@beesoft/common": "^0.1.17",
37
+ "@beesoft/common": "^0.1.19",
38
38
  "@beesoft/headless-ui": "^0.0.19",
39
39
  "@preact/signals": "^1.2.3",
40
40
  "@react-hook/media-query": "^1.1.1",
41
- "date-fns": "^3.3.1",
42
41
  "classnames": "^2.3.2",
42
+ "date-fns": "^3.3.1",
43
43
  "dot-object": "^2.1.4",
44
44
  "lodash": "^4.17.21",
45
45
  "react-transition-group": "^4.4.5",
package/types/index.d.ts CHANGED
@@ -184,7 +184,7 @@ export declare enum DateSelectorType {
184
184
  DateRangeSelector = 4
185
185
  }
186
186
 
187
- export declare const DateTime: ({ value, readOnly, label, useDefaultDateValue, useFormattedInput, allowClear, closeSelector, locale, className, dateSelection, dateFormat, timeConstraints, icon, iconPosition, inputElement, selectableDate, isValidDate, onChange, calendarTemplate, dateScrollerTemplate, inputTemplate, wrapperTemplate, }: DateTimeProps) => JSX_2.Element;
187
+ export declare const DateTime: ({ value, readOnly, label, useDefaultDateValue, useFormattedInput, allowClear, closeSelector, locale, className, dateSelection, dateFormat, timeConstraints, icon, iconPosition, inputElement, selectableDate, isValidDate, onChange, onError, calendarTemplate, dateScrollerTemplate, inputTemplate, wrapperTemplate, }: DateTimeProps) => JSX_2.Element;
188
188
 
189
189
  declare interface DateTimeBaseTemplateProps {
190
190
  incrementViewMonths?: (months: number) => void;