@selfeesas/shared-components 0.4.34 → 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: {
@@ -695,6 +696,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
695
696
  highlightEvents: () => never[];
696
697
  disabled: boolean;
697
698
  idCy: string;
699
+ hideActions: boolean;
698
700
  }>>> & Readonly<{
699
701
  onClear?: (() => any) | undefined;
700
702
  "onUpdate:dateRange"?: ((value: {
@@ -719,6 +721,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
719
721
  locale: DateRangeLocale;
720
722
  highlightEvents: string[];
721
723
  idCy: string;
724
+ hideActions: boolean;
722
725
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
723
726
 
724
727
  export declare interface DateRangeLocale {
@@ -751,6 +754,7 @@ export declare interface DateRangeProps {
751
754
  idCy?: string;
752
755
  isIconCalendar?: boolean;
753
756
  resetPosition?: 'bottom' | 'side';
757
+ hideActions?: boolean;
754
758
  }
755
759
 
756
760
  export declare interface DateRangeType {