@das-fed/mframe 0.0.13 → 0.0.15

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.
Files changed (4) hide show
  1. package/es5.js +278 -275
  2. package/index.d.ts +2 -3
  3. package/index.js +251 -249
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -393,16 +393,15 @@ declare type Event_3 = {
393
393
  type: string;
394
394
  payload: any;
395
395
  };
396
- };
396
+ } & Record<string, any>;
397
397
 
398
398
  declare type Event_4 = {
399
- /** 主应用同步路由信息事件 */
400
399
  syncRouter: any;
401
400
  customEventFromMain: {
402
401
  type: string;
403
402
  payload: any;
404
403
  };
405
- };
404
+ } & Record<string, any>;
406
405
 
407
406
  declare enum LifeCycleKey {
408
407
  'registered' = 0,