@kevisual/router 0.0.71 → 0.0.72

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.
@@ -170,7 +170,7 @@ declare class Route<U = {
170
170
  define<T extends {
171
171
  [key: string]: any;
172
172
  } = RouterContextT>(path: string, key: string, fn: Run<T & U>): this;
173
- update(opts: DefineRouteOpts, checkList?: string[]): this;
173
+ update(opts: DefineRouteOpts, onlyUpdateList?: string[]): this;
174
174
  addTo(router: QueryRouter | {
175
175
  add: (route: Route) => void;
176
176
  [key: string]: any;
@@ -208,7 +208,7 @@ declare class QueryRouter {
208
208
  * remove route by id
209
209
  * @param uniqueId
210
210
  */
211
- removeById(unique: string): void;
211
+ removeById(uniqueId: string): void;
212
212
  /**
213
213
  * 执行route
214
214
  * @param path