@selfeesas/shared-components 0.4.28 → 0.4.30
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.
- package/dist/assets/shared-components.css +1 -1
- package/dist/shared-components.cjs.js +18 -18
- package/dist/shared-components.cjs.js.map +1 -1
- package/dist/shared-components.d.ts +6 -0
- package/dist/shared-components.es.js +3149 -3140
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -743,6 +743,8 @@ export declare interface DateRangeProps {
|
|
|
743
743
|
highlightEvents?: string[];
|
|
744
744
|
disabled?: boolean;
|
|
745
745
|
idCy?: string;
|
|
746
|
+
isIconCalendar?: boolean;
|
|
747
|
+
resetPosition?: 'bottom' | 'side';
|
|
746
748
|
}
|
|
747
749
|
|
|
748
750
|
export declare interface DateRangeType {
|
|
@@ -860,13 +862,16 @@ export declare const NavButton: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
860
862
|
to: undefined;
|
|
861
863
|
labelTo: undefined;
|
|
862
864
|
params: () => {};
|
|
865
|
+
query: () => {};
|
|
863
866
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption_2<NavButtonProps>, {
|
|
864
867
|
to: undefined;
|
|
865
868
|
labelTo: undefined;
|
|
866
869
|
params: () => {};
|
|
870
|
+
query: () => {};
|
|
867
871
|
}>>> & Readonly<{}>, {
|
|
868
872
|
to: string;
|
|
869
873
|
params: RouteParamsRaw;
|
|
874
|
+
query: Record<string, string>;
|
|
870
875
|
labelTo: string;
|
|
871
876
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
872
877
|
|
|
@@ -876,6 +881,7 @@ export declare interface NavButtonProps {
|
|
|
876
881
|
labelFrom: string;
|
|
877
882
|
labelTo?: string;
|
|
878
883
|
params?: RouteParamsRaw;
|
|
884
|
+
query?: Record<string, string>;
|
|
879
885
|
}
|
|
880
886
|
|
|
881
887
|
export declare interface NavContext {
|