@micro-zoe/micro-app 1.0.0-alpha.2 → 1.0.0-alpha.3

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/lib/index.d.ts CHANGED
@@ -38,9 +38,12 @@ declare module '@micro-zoe/micro-app/micro_app' {
38
38
  shadowDOM?: boolean;
39
39
  destroy?: boolean;
40
40
  inline?: boolean;
41
- disableScopecss?: boolean;
42
- disableSandbox?: boolean;
43
- disableMemoryRouter?: boolean;
41
+ 'disable-scopecss'?: boolean;
42
+ 'disable-sandbox'?: boolean;
43
+ 'disable-memory-router'?: boolean;
44
+ 'keep-router-state'?: boolean;
45
+ 'hidden-router'?: boolean;
46
+ esmodule?: boolean;
44
47
  ssr?: boolean;
45
48
  lifeCycles?: lifeCyclesType;
46
49
  plugins?: plugins;
@@ -108,6 +111,7 @@ declare module '@micro-zoe/micro-app/libs/utils' {
108
111
  export function isConstructor(target: unknown): boolean;
109
112
  export function isShadowRoot(target: unknown): target is ShadowRoot;
110
113
  export function isURL(target: unknown): target is URL;
114
+ export function isProxyDocument(target: unknown): target is Document;
111
115
  /**
112
116
  * format error log
113
117
  * @param msg message