@canlooks/can-ui 0.0.180 → 0.0.181

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.
@@ -2,8 +2,8 @@ import { ReactNode } from 'react';
2
2
  import { ColorPropsValue, DivProps, Size } from '../../types';
3
3
  import { DatePickerSharedProps, DateTimePickerProps } from '../dateTimePicker';
4
4
  import { Dayjs } from 'dayjs';
5
- type DateValueType = [Dayjs | null, Dayjs | null] | null;
6
- type PickerType = 'start' | 'end';
5
+ export type DateValueType = [Dayjs | null, Dayjs | null] | null;
6
+ export type PickerType = 'start' | 'end';
7
7
  export interface DateTimeRangePickerProps extends DatePickerSharedProps, Omit<DivProps, 'defaultValue' | 'onChange'> {
8
8
  startPickerProps?: DateTimePickerProps;
9
9
  endPickerProps?: DateTimePickerProps;
@@ -25,4 +25,3 @@ export interface DateTimeRangePickerProps extends DatePickerSharedProps, Omit<Di
25
25
  autoFocus?: boolean;
26
26
  }
27
27
  export declare const DateTimeRangePicker: import("react").MemoExoticComponent<({ startPickerProps, endPickerProps, format, defaultValue, value, onChange, defaultOpenPicker, openPicker, onOpenPickerChange, autoClose, separator, min, max, disabledDates, disabledHours, disabledMinutes, disabledSeconds, variant, size, color, disabled, readOnly, autoFocus, ...props }: DateTimeRangePickerProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
28
- export {};
@@ -2,8 +2,8 @@ import { ReactNode } from 'react';
2
2
  import { ColorPropsValue, DivProps, Size } from '../../types.js';
3
3
  import { DatePickerSharedProps, DateTimePickerProps } from '../dateTimePicker/index.js';
4
4
  import { Dayjs } from 'dayjs';
5
- type DateValueType = [Dayjs | null, Dayjs | null] | null;
6
- type PickerType = 'start' | 'end';
5
+ export type DateValueType = [Dayjs | null, Dayjs | null] | null;
6
+ export type PickerType = 'start' | 'end';
7
7
  export interface DateTimeRangePickerProps extends DatePickerSharedProps, Omit<DivProps, 'defaultValue' | 'onChange'> {
8
8
  startPickerProps?: DateTimePickerProps;
9
9
  endPickerProps?: DateTimePickerProps;
@@ -25,4 +25,3 @@ export interface DateTimeRangePickerProps extends DatePickerSharedProps, Omit<Di
25
25
  autoFocus?: boolean;
26
26
  }
27
27
  export declare const DateTimeRangePicker: import("react").MemoExoticComponent<({ startPickerProps, endPickerProps, format, defaultValue, value, onChange, defaultOpenPicker, openPicker, onOpenPickerChange, autoClose, separator, min, max, disabledDates, disabledHours, disabledMinutes, disabledSeconds, variant, size, color, disabled, readOnly, autoFocus, ...props }: DateTimeRangePickerProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
28
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.180",
3
+ "version": "0.0.181",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",