@selfeesas/shared-components 0.4.32 → 0.4.34

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.
@@ -676,6 +676,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
676
676
  from: string;
677
677
  to: string;
678
678
  }) => void;
679
+ clear: () => void;
679
680
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DateRangeProps>, {
680
681
  from: string;
681
682
  to: string;
@@ -695,6 +696,7 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
695
696
  disabled: boolean;
696
697
  idCy: string;
697
698
  }>>> & Readonly<{
699
+ onClear?: (() => any) | undefined;
698
700
  "onUpdate:dateRange"?: ((value: {
699
701
  from: string;
700
702
  to: string;
@@ -1050,6 +1052,7 @@ export declare interface SelfeeHeaderProps {
1050
1052
  label: string;
1051
1053
  }>;
1052
1054
  currentPath?: string;
1055
+ environment?: string;
1053
1056
  }
1054
1057
 
1055
1058
  export declare const SelfeeLoader: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_14<SelfeeLoaderProps>, {