adata-ui 3.1.26 → 3.1.27
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/module.json
CHANGED
|
@@ -14,13 +14,13 @@ interface Props {
|
|
|
14
14
|
oldVersion?: string;
|
|
15
15
|
redirectAfterLogin?: string;
|
|
16
16
|
}
|
|
17
|
-
declare var __VLS_4: {},
|
|
17
|
+
declare var __VLS_4: {}, __VLS_17: {}, __VLS_54: {};
|
|
18
18
|
type __VLS_Slots = {} & {
|
|
19
19
|
'mobile-left'?: (props: typeof __VLS_4) => any;
|
|
20
20
|
} & {
|
|
21
|
-
'mobile-right'?: (props: typeof
|
|
21
|
+
'mobile-right'?: (props: typeof __VLS_17) => any;
|
|
22
22
|
} & {
|
|
23
|
-
notifications?: (props: typeof
|
|
23
|
+
notifications?: (props: typeof __VLS_54) => any;
|
|
24
24
|
};
|
|
25
25
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
26
26
|
daysRemaining: number;
|