@selfeesas/shared-components 0.4.8 → 0.4.10

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.
@@ -761,8 +761,6 @@ declare interface Project {
761
761
  title: string;
762
762
  description: string;
763
763
  icon: string;
764
- route?: string;
765
- metadata?: Record<string, unknown>;
766
764
  }
767
765
 
768
766
  declare interface ProjectSelectionProps {
@@ -778,6 +776,7 @@ declare interface ProjectSelectionProps {
778
776
  cardBorderColor?: string;
779
777
  hoverEffectColor?: string;
780
778
  particleColor?: string;
779
+ disabledIds?: string[];
781
780
  }
782
781
 
783
782
  declare interface SelectOption {
@@ -788,6 +787,7 @@ declare interface SelectOption {
788
787
 
789
788
  export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_13<ProjectSelectionProps>, {
790
789
  projects: () => Project[];
790
+ disabledIds: () => never[];
791
791
  title?: string | undefined;
792
792
  subtitle?: string | undefined;
793
793
  titleColor?: string | undefined;
@@ -803,6 +803,7 @@ export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS
803
803
  "project-click": (project: Project) => void;
804
804
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_13<ProjectSelectionProps>, {
805
805
  projects: () => Project[];
806
+ disabledIds: () => never[];
806
807
  title?: string | undefined;
807
808
  subtitle?: string | undefined;
808
809
  titleColor?: string | undefined;
@@ -829,6 +830,7 @@ export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS
829
830
  cardBorderColor: string;
830
831
  hoverEffectColor: string;
831
832
  particleColor: string;
833
+ disabledIds: string[];
832
834
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
833
835
 
834
836
  export declare const SelectSearch: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_4<SelectSearchProps>, {
@@ -916,4 +918,6 @@ declare interface UserAvatarProps {
916
918
  logoutLabel?: string;
917
919
  }
918
920
 
921
+ export declare function validateDateRange(range: DateRangeType): boolean;
922
+
919
923
  export { }