@selfeesas/shared-components 0.4.33 → 0.4.35
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.
|
@@ -665,6 +665,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
665
665
|
highlightEvents: () => never[];
|
|
666
666
|
disabled: boolean;
|
|
667
667
|
idCy: string;
|
|
668
|
+
hideActions: boolean;
|
|
668
669
|
}>>, {
|
|
669
670
|
resetDate: () => void;
|
|
670
671
|
setDateRange: (dateRange: {
|
|
@@ -676,6 +677,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
676
677
|
from: string;
|
|
677
678
|
to: string;
|
|
678
679
|
}) => void;
|
|
680
|
+
clear: () => void;
|
|
679
681
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DateRangeProps>, {
|
|
680
682
|
from: string;
|
|
681
683
|
to: string;
|
|
@@ -694,7 +696,9 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
694
696
|
highlightEvents: () => never[];
|
|
695
697
|
disabled: boolean;
|
|
696
698
|
idCy: string;
|
|
699
|
+
hideActions: boolean;
|
|
697
700
|
}>>> & Readonly<{
|
|
701
|
+
onClear?: (() => any) | undefined;
|
|
698
702
|
"onUpdate:dateRange"?: ((value: {
|
|
699
703
|
from: string;
|
|
700
704
|
to: string;
|
|
@@ -717,6 +721,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
717
721
|
locale: DateRangeLocale;
|
|
718
722
|
highlightEvents: string[];
|
|
719
723
|
idCy: string;
|
|
724
|
+
hideActions: boolean;
|
|
720
725
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
721
726
|
|
|
722
727
|
export declare interface DateRangeLocale {
|
|
@@ -749,6 +754,7 @@ export declare interface DateRangeProps {
|
|
|
749
754
|
idCy?: string;
|
|
750
755
|
isIconCalendar?: boolean;
|
|
751
756
|
resetPosition?: 'bottom' | 'side';
|
|
757
|
+
hideActions?: boolean;
|
|
752
758
|
}
|
|
753
759
|
|
|
754
760
|
export declare interface DateRangeType {
|