@das-fed/mframe 0.0.38 → 0.0.39

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 +3950 -3820
  2. package/index.d.ts +6 -0
  3. package/index.js +3481 -3392
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -678,6 +678,12 @@ declare type MicroAppItem = {
678
678
  /** 路由配置 */
679
679
  router?: RouterConfig
680
680
 
681
+ /**
682
+ * nav 入口路由是否由 reportRouter 决定最终高亮/Tab(支持同一 iframe 多前缀)。
683
+ * 说明:不配置时保持原逻辑不变。
684
+ */
685
+ navEntryByReportRouter?: string | string[]
686
+
681
687
  [key: string]: any
682
688
  }
683
689