@juv/codego-react-ui 1.1.3 → 1.1.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.
package/dist/index.d.cts CHANGED
@@ -364,8 +364,9 @@ interface DatePickerProps {
364
364
  disabledDateTimes?: string[];
365
365
  onChange: (value: string) => void;
366
366
  onClose: () => void;
367
+ anchorEl?: HTMLElement | null;
367
368
  }
368
- declare function DatePickerPopup({ mode, value, disabledDates, disabledDateTimes, onChange, onClose, }: DatePickerProps): react_jsx_runtime.JSX.Element;
369
+ declare function DatePickerPopup({ mode, value, disabledDates, disabledDateTimes, onChange, onClose, anchorEl, }: DatePickerProps): react_jsx_runtime.JSX.Element;
369
370
 
370
371
  interface DateRange {
371
372
  from: Date | null;
@@ -422,7 +423,7 @@ declare function DropdownItem({ children, onClick, icon, disabled, variant, clas
422
423
  declare function DropdownSeparator({ className }: {
423
424
  className?: string;
424
425
  }): react_jsx_runtime.JSX.Element;
425
- declare function DropdownLabel({ children, className, }: {
426
+ declare function DropdownLabel({ children, className }: {
426
427
  children: React.ReactNode;
427
428
  className?: string;
428
429
  }): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -364,8 +364,9 @@ interface DatePickerProps {
364
364
  disabledDateTimes?: string[];
365
365
  onChange: (value: string) => void;
366
366
  onClose: () => void;
367
+ anchorEl?: HTMLElement | null;
367
368
  }
368
- declare function DatePickerPopup({ mode, value, disabledDates, disabledDateTimes, onChange, onClose, }: DatePickerProps): react_jsx_runtime.JSX.Element;
369
+ declare function DatePickerPopup({ mode, value, disabledDates, disabledDateTimes, onChange, onClose, anchorEl, }: DatePickerProps): react_jsx_runtime.JSX.Element;
369
370
 
370
371
  interface DateRange {
371
372
  from: Date | null;
@@ -422,7 +423,7 @@ declare function DropdownItem({ children, onClick, icon, disabled, variant, clas
422
423
  declare function DropdownSeparator({ className }: {
423
424
  className?: string;
424
425
  }): react_jsx_runtime.JSX.Element;
425
- declare function DropdownLabel({ children, className, }: {
426
+ declare function DropdownLabel({ children, className }: {
426
427
  children: React.ReactNode;
427
428
  className?: string;
428
429
  }): react_jsx_runtime.JSX.Element;