elcrm 0.9.164 → 0.9.167

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.
@@ -1,7 +1,7 @@
1
1
  export declare namespace Router {
2
2
  function Load(): Promise<false | undefined>;
3
3
  function Reset(): void;
4
- function Default({ defaultModules, defaultPage, }: any): void;
4
+ function Default({ module, page, main, }: any): void;
5
5
  function usePage(): any[];
6
6
  function setPage(o: string, reload?: boolean): Promise<void>;
7
7
  function getPage(): any;
@@ -1,4 +1,3 @@
1
- import { setDefaultModules as defaultModule } from '../Store/Store';
2
1
  import { Api, Server, Client, Host, Import, DynamicURL } from './Version';
3
2
  import { IconAssets } from '../Icon/Assets';
4
3
  declare const _default: {
@@ -9,11 +8,6 @@ declare const _default: {
9
8
  };
10
9
  Host: typeof Host;
11
10
  Import: typeof Import;
12
- Crypto: {
13
- new (): Crypto;
14
- prototype: Crypto;
15
- };
16
- defaultModule: typeof defaultModule;
17
11
  IconAssets: typeof IconAssets;
18
12
  DynamicURL: typeof DynamicURL;
19
13
  };
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  export declare function useDynamicURL(v: any): void;
3
- export declare function setDefaultModules(t: string): void;
4
3
  export declare function Init(render: React.ReactNode): React.ReactNode;
5
4
  export declare function Logaut(): void;
6
5
  export declare function setSSID(t: string): void;