qlqz-frame 0.3.0 → 0.4.1
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/dist/index.d.ts +0 -5
- package/dist/index.es.js +4906 -5588
- package/dist/index.umd.js +26 -64
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -138,9 +138,6 @@ declare module 'qlqz-frame' {
|
|
|
138
138
|
|
|
139
139
|
export const routeConfigs: any[];
|
|
140
140
|
export const toSafeAuths: (auths: string[]) => string[];
|
|
141
|
-
export const PrivateRoute: React.FC<any>;
|
|
142
|
-
export const PrivateComp: React.FC<any>;
|
|
143
|
-
export const Children: React.FC<any>;
|
|
144
141
|
|
|
145
142
|
export const wkb2Geojson: (wkb: string) => any;
|
|
146
143
|
|
|
@@ -150,8 +147,6 @@ declare module 'qlqz-frame' {
|
|
|
150
147
|
export const getGlobalConfig: () => any;
|
|
151
148
|
export const DS: any;
|
|
152
149
|
export const getDS: (key: string) => string;
|
|
153
|
-
export const getServer: (key: string) => string;
|
|
154
|
-
export const Server: any;
|
|
155
150
|
export const getBaseUrl: () => string;
|
|
156
151
|
export const getPassAuthPages: () => string[];
|
|
157
152
|
export const getNologinPage: () => string;
|