vue-micro-router 1.0.61 → 1.0.62

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 CHANGED
@@ -25,9 +25,7 @@ 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, {
29
- pageRef: HTMLDivElement;
30
- }, HTMLDivElement>;
28
+ declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
31
29
 
32
30
  declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
33
31
  close: (path: string) => any;
@@ -60,9 +58,7 @@ declare function __VLS_template_2(): {
60
58
  slots: {
61
59
  default?(_: {}): any;
62
60
  };
63
- refs: {
64
- pageRef: HTMLDivElement;
65
- };
61
+ refs: {};
66
62
  rootEl: HTMLDivElement;
67
63
  };
68
64
 
@@ -330,9 +326,7 @@ export declare interface MicroControl {
330
326
  componentKey?: number;
331
327
  }
332
328
 
333
- export declare const MicroControlWrapper: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
334
- wrapperRef: HTMLDivElement;
335
- }, HTMLDivElement>;
329
+ export declare const MicroControlWrapper: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
336
330
 
337
331
  export declare interface MicroDialog {
338
332
  /** Unique dialog identifier, e.g. "confirm", "settings-modal" */