@libxai/board 0.17.15 → 0.17.16
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.cjs +51 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +51 -51
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -831,6 +831,10 @@ interface PrioritySelectorProps {
|
|
|
831
831
|
}
|
|
832
832
|
declare function PrioritySelector({ priority, onChange, className, }: PrioritySelectorProps): react_jsx_runtime.JSX.Element;
|
|
833
833
|
|
|
834
|
+
/**
|
|
835
|
+
* Date Range Picker Component
|
|
836
|
+
* Quick selection buttons + interactive calendar
|
|
837
|
+
*/
|
|
834
838
|
interface DateRangePickerProps {
|
|
835
839
|
startDate?: string;
|
|
836
840
|
endDate?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -831,6 +831,10 @@ interface PrioritySelectorProps {
|
|
|
831
831
|
}
|
|
832
832
|
declare function PrioritySelector({ priority, onChange, className, }: PrioritySelectorProps): react_jsx_runtime.JSX.Element;
|
|
833
833
|
|
|
834
|
+
/**
|
|
835
|
+
* Date Range Picker Component
|
|
836
|
+
* Quick selection buttons + interactive calendar
|
|
837
|
+
*/
|
|
834
838
|
interface DateRangePickerProps {
|
|
835
839
|
startDate?: string;
|
|
836
840
|
endDate?: string;
|