qlqz-frame 0.3.1 → 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 -4
- package/dist/index.es.js +3005 -3007
- package/dist/index.umd.js +21 -21
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -138,8 +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
141
|
|
|
144
142
|
export const wkb2Geojson: (wkb: string) => any;
|
|
145
143
|
|
|
@@ -149,8 +147,6 @@ declare module 'qlqz-frame' {
|
|
|
149
147
|
export const getGlobalConfig: () => any;
|
|
150
148
|
export const DS: any;
|
|
151
149
|
export const getDS: (key: string) => string;
|
|
152
|
-
export const getServer: (key: string) => string;
|
|
153
|
-
export const Server: any;
|
|
154
150
|
export const getBaseUrl: () => string;
|
|
155
151
|
export const getPassAuthPages: () => string[];
|
|
156
152
|
export const getNologinPage: () => string;
|