@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.
- 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 +3 -0
- package/dist/shared-components.es.js +4128 -4083
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -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>, {
|