@selfeesas/shared-components 0.4.29 → 0.4.31
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.
|
@@ -667,6 +667,10 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
667
667
|
idCy: string;
|
|
668
668
|
}>>, {
|
|
669
669
|
resetDate: () => void;
|
|
670
|
+
setDateRange: (dateRange: {
|
|
671
|
+
from: string;
|
|
672
|
+
to: string;
|
|
673
|
+
}) => void;
|
|
670
674
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
671
675
|
"update:dateRange": (value: {
|
|
672
676
|
from: string;
|
|
@@ -743,6 +747,8 @@ export declare interface DateRangeProps {
|
|
|
743
747
|
highlightEvents?: string[];
|
|
744
748
|
disabled?: boolean;
|
|
745
749
|
idCy?: string;
|
|
750
|
+
isIconCalendar?: boolean;
|
|
751
|
+
resetPosition?: 'bottom' | 'side';
|
|
746
752
|
}
|
|
747
753
|
|
|
748
754
|
export declare interface DateRangeType {
|