vue-micro-router 1.0.59 → 1.0.61
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/index.d.ts +9 -3
- package/dist/index.mjs +774 -716
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -25,7 +25,9 @@ Defaults: {};
|
|
|
25
25
|
}, Readonly<TransitionGroupProps>, {}, {}, ComputedOptions, MethodOptions, {}> | null;
|
|
26
26
|
}, any>;
|
|
27
27
|
|
|
28
|
-
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
28
|
+
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
29
|
+
pageRef: HTMLDivElement;
|
|
30
|
+
}, HTMLDivElement>;
|
|
29
31
|
|
|
30
32
|
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
31
33
|
close: (path: string) => any;
|
|
@@ -58,7 +60,9 @@ declare function __VLS_template_2(): {
|
|
|
58
60
|
slots: {
|
|
59
61
|
default?(_: {}): any;
|
|
60
62
|
};
|
|
61
|
-
refs: {
|
|
63
|
+
refs: {
|
|
64
|
+
pageRef: HTMLDivElement;
|
|
65
|
+
};
|
|
62
66
|
rootEl: HTMLDivElement;
|
|
63
67
|
};
|
|
64
68
|
|
|
@@ -326,7 +330,9 @@ export declare interface MicroControl {
|
|
|
326
330
|
componentKey?: number;
|
|
327
331
|
}
|
|
328
332
|
|
|
329
|
-
export declare const MicroControlWrapper: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
333
|
+
export declare const MicroControlWrapper: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
334
|
+
wrapperRef: HTMLDivElement;
|
|
335
|
+
}, HTMLDivElement>;
|
|
330
336
|
|
|
331
337
|
export declare interface MicroDialog {
|
|
332
338
|
/** Unique dialog identifier, e.g. "confirm", "settings-modal" */
|