@selfeesas/shared-components 0.4.14 → 0.4.16
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 +3 -3
- package/dist/shared-components.cjs.js.map +1 -1
- package/dist/shared-components.d.ts +3 -3
- package/dist/shared-components.es.js +177 -179
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -599,10 +599,10 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
599
599
|
to: string;
|
|
600
600
|
}) => any) | undefined;
|
|
601
601
|
}>, {
|
|
602
|
-
|
|
602
|
+
from: string;
|
|
603
603
|
to: string;
|
|
604
|
+
required: boolean;
|
|
604
605
|
disabled: boolean;
|
|
605
|
-
from: string;
|
|
606
606
|
rules: Array<(val: string) => boolean | string>;
|
|
607
607
|
minDate: string;
|
|
608
608
|
maxDate: string;
|
|
@@ -755,8 +755,8 @@ export declare const NavButton: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
755
755
|
labelTo: undefined;
|
|
756
756
|
params: () => {};
|
|
757
757
|
}>>> & Readonly<{}>, {
|
|
758
|
-
params: RouteParamsRaw;
|
|
759
758
|
to: string;
|
|
759
|
+
params: RouteParamsRaw;
|
|
760
760
|
labelTo: string;
|
|
761
761
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
762
762
|
|