asma-helpers 0.36.4 → 0.36.5
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/.prettierrc +0 -0
- package/README.md +0 -0
- package/lib/helpers/FormatNumberConstants.d.ts +6 -0
- package/lib/helpers/FormatNumberConstants.d.ts.map +1 -1
- package/lib/helpers/FormatNumberConstants.js +6 -0
- package/lib/helpers/FormatNumberConstants.js.map +1 -1
- package/lib/helpers/generateSrvAuthBindings.d.ts +74 -1
- package/lib/helpers/generateSrvAuthBindings.d.ts.map +1 -1
- package/lib/helpers/urlParams.helpers.d.ts +4 -3
- package/lib/helpers/urlParams.helpers.d.ts.map +1 -1
- package/lib/helpers/urlParams.helpers.js.map +1 -1
- package/package.json +31 -31
- package/src/g-definitions.ts +0 -0
- package/src/helpers/CapitalizeFistLetter.ts +0 -0
- package/src/helpers/FormatNumberConstants.ts +7 -0
- package/src/helpers/IsAdcuris.ts +0 -0
- package/src/helpers/IsAdopus.ts +0 -0
- package/src/helpers/IsNotEmpty.ts +0 -0
- package/src/helpers/NorwegianPostalCodes.ts +0 -0
- package/src/helpers/_processServerError.ts +0 -0
- package/src/helpers/urlParams.helpers.tsx +5 -3
- package/src/index.ts +0 -0
- package/src/interfaces/api/advoca/ISaveToDataBase.ts +0 -0
- package/src/interfaces/api/advoca/IUploadedDocument.ts +0 -0
- package/src/interfaces/enums.ts +0 -0
- package/tsconfig.json +0 -0
- package/.dccache +0 -1
- package/lib/helpers/realWindow.d.ts +0 -1
- package/lib/helpers/realWindow.d.ts.map +0 -1
- package/lib/helpers/realWindow.js +0 -2
- package/lib/helpers/realWindow.js.map +0 -1
- package/pnpm-lock.yaml +0 -365
package/.prettierrc
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
|
@@ -24,4 +24,10 @@ export declare const CURRENCY_NOK: {
|
|
|
24
24
|
thousandSeparator: boolean;
|
|
25
25
|
prefix: string;
|
|
26
26
|
};
|
|
27
|
+
export declare const DATE_OF_BIRTH: {
|
|
28
|
+
placeholder: string;
|
|
29
|
+
format: string;
|
|
30
|
+
mask: string[];
|
|
31
|
+
thousandSeparator: boolean;
|
|
32
|
+
};
|
|
27
33
|
//# sourceMappingURL=FormatNumberConstants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormatNumberConstants.d.ts","sourceRoot":"","sources":["../../src/helpers/FormatNumberConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;CAOlC,CAAA;AAED,eAAO,MAAM,eAAe;;;;CAO3B,CAAA;AACD,eAAO,MAAM,QAAQ;;;CAOpB,CAAA;AACD,eAAO,MAAM,KAAK;;;;;;CAOjB,CAAA;AAED,eAAO,MAAM,YAAY;;;;CAOxB,CAAA"}
|
|
1
|
+
{"version":3,"file":"FormatNumberConstants.d.ts","sourceRoot":"","sources":["../../src/helpers/FormatNumberConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;CAOlC,CAAA;AAED,eAAO,MAAM,eAAe;;;;CAO3B,CAAA;AACD,eAAO,MAAM,QAAQ;;;CAOpB,CAAA;AACD,eAAO,MAAM,KAAK;;;;;;CAOjB,CAAA;AAED,eAAO,MAAM,YAAY;;;;CAOxB,CAAA;AAED,eAAO,MAAM,aAAa;;;;;CAKzB,CAAA"}
|
|
@@ -38,4 +38,10 @@ export const CURRENCY_NOK = {
|
|
|
38
38
|
prefix: 'Kr: ',
|
|
39
39
|
//suffix: "År"
|
|
40
40
|
};
|
|
41
|
+
export const DATE_OF_BIRTH = {
|
|
42
|
+
placeholder: 'Svar',
|
|
43
|
+
format: '##.##.####',
|
|
44
|
+
mask: ['D', 'D', 'M', 'M', 'Y', 'Y', 'Y', 'Y'],
|
|
45
|
+
thousandSeparator: false,
|
|
46
|
+
};
|
|
41
47
|
//# sourceMappingURL=FormatNumberConstants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormatNumberConstants.js","sourceRoot":"","sources":["../../src/helpers/FormatNumberConstants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IAClC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,YAAY;IACpB,IAAI,EAAE,GAAG;IACT,wBAAwB;IACxB,aAAa;IACb,YAAY;CACf,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,WAAW,EAAE,0BAA0B;IACvC,MAAM,EAAE,cAAc;IACtB,IAAI,EAAE,GAAG;IACT,wBAAwB;IACxB,aAAa;IACb,YAAY;CACf,CAAA;AACD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,WAAW,EAAE,MAAM;IACnB,YAAY;IACZ,WAAW;IACX,iBAAiB,EAAE,GAAG;IACtB,aAAa;IACb,YAAY;CACf,CAAA;AACD,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,WAAW,EAAE,MAAM;IACnB,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,GAAG;IACT,iBAAiB,EAAE,KAAK;IACxB,MAAM,EAAE,MAAM;IACd,cAAc;CACjB,CAAA;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IACxB,WAAW,EAAE,MAAM;IACnB,eAAe;IACf,WAAW;IACX,iBAAiB,EAAE,IAAI;IACvB,MAAM,EAAE,MAAM;IACd,cAAc;CACjB,CAAA"}
|
|
1
|
+
{"version":3,"file":"FormatNumberConstants.js","sourceRoot":"","sources":["../../src/helpers/FormatNumberConstants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IAClC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,YAAY;IACpB,IAAI,EAAE,GAAG;IACT,wBAAwB;IACxB,aAAa;IACb,YAAY;CACf,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,WAAW,EAAE,0BAA0B;IACvC,MAAM,EAAE,cAAc;IACtB,IAAI,EAAE,GAAG;IACT,wBAAwB;IACxB,aAAa;IACb,YAAY;CACf,CAAA;AACD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,WAAW,EAAE,MAAM;IACnB,YAAY;IACZ,WAAW;IACX,iBAAiB,EAAE,GAAG;IACtB,aAAa;IACb,YAAY;CACf,CAAA;AACD,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,WAAW,EAAE,MAAM;IACnB,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,GAAG;IACT,iBAAiB,EAAE,KAAK;IACxB,MAAM,EAAE,MAAM;IACd,cAAc;CACjB,CAAA;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IACxB,WAAW,EAAE,MAAM;IACnB,eAAe;IACf,WAAW;IACX,iBAAiB,EAAE,IAAI;IACvB,MAAM,EAAE,MAAM;IACd,cAAc;CACjB,CAAA;AAED,MAAM,CAAC,MAAM,aAAa,GAAG;IACzB,WAAW,EAAE,MAAM;IACnB,MAAM,EAAE,YAAY;IACpB,IAAI,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IAC9C,iBAAiB,EAAE,KAAK;CAC3B,CAAA"}
|
|
@@ -124,6 +124,79 @@ export declare function generateSrvAuthBindings<FE extends string>(logout?: () =
|
|
|
124
124
|
* @deprecated use generateSrvAuthBindings
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
|
-
export declare function generateSrvAuthBindingsMicroApp(logout?: () => void): IAuthBindings<any
|
|
127
|
+
export declare function generateSrvAuthBindingsMicroApp(logout?: () => void): IAuthBindings<any> | {
|
|
128
|
+
hasFeature: (featureName: any) => boolean;
|
|
129
|
+
getConnector: () => "ADCURIS" | "ADOPUS" | "UNKNOWN" | undefined;
|
|
130
|
+
getTheme: () => string | undefined;
|
|
131
|
+
getFeatures: () => any[] | undefined;
|
|
132
|
+
isJwtValid: () => boolean;
|
|
133
|
+
signin: (url: string, headers?: Record<string, string>) => Promise<ISigninResponse<any>>;
|
|
134
|
+
srvAuthGet: <R>(url: string, headers?: Record<string, string>) => Promise<R>;
|
|
135
|
+
getSrvUrls: () => (import("asma-types/lib").ISrvUrls & import("./generateSrvAuthBindings.types").ISrvUrls) | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* @deprecated use dispatchLogoutEvent directly
|
|
138
|
+
*/
|
|
139
|
+
signoutAuth: typeof dispatchLogoutEvent;
|
|
140
|
+
dispatchLogoutEvent: typeof dispatchLogoutEvent;
|
|
141
|
+
setReqConfig: <T = unknown>(data?: T | undefined, responseType?: "arraybuffer" | "blob" | "document" | "json" | "text" | "stream") => Promise<{
|
|
142
|
+
data: T | undefined;
|
|
143
|
+
responseType: "arraybuffer" | "blob" | "document" | "json" | "text" | "stream" | undefined;
|
|
144
|
+
headers: Record<string, string>;
|
|
145
|
+
}>;
|
|
146
|
+
/**
|
|
147
|
+
* @deprecated use getCachedJwt
|
|
148
|
+
* */
|
|
149
|
+
getJwtTokenAsync: () => Promise<string | undefined>;
|
|
150
|
+
getCachedJwt: () => Promise<string | undefined>;
|
|
151
|
+
getOpenReplay: () => {
|
|
152
|
+
enable: boolean;
|
|
153
|
+
block: boolean;
|
|
154
|
+
live_assist: boolean;
|
|
155
|
+
graphql: boolean;
|
|
156
|
+
mobx: boolean;
|
|
157
|
+
profiler: boolean;
|
|
158
|
+
} | undefined;
|
|
159
|
+
getNewJwtToken: () => Promise<string | undefined>;
|
|
160
|
+
/**
|
|
161
|
+
* @deprecated use registerCallbackOnSrvAuthEvents directly
|
|
162
|
+
*/
|
|
163
|
+
registerOnJwtChanges: <Key_1 extends "logout_event" | "jwt_changed" | "customer_changed">(event: Key_1, callback: (val: {
|
|
164
|
+
jwt_changed?: ICheckSigninOptions<any>;
|
|
165
|
+
logout_event: {};
|
|
166
|
+
customer_changed: {};
|
|
167
|
+
}[Key_1]) => void) => {
|
|
168
|
+
unregister: () => void;
|
|
169
|
+
};
|
|
170
|
+
registerCallbackOnSrvAuthEvents: <Key_1 extends "logout_event" | "jwt_changed" | "customer_changed">(event: Key_1, callback: (val: {
|
|
171
|
+
jwt_changed?: ICheckSigninOptions<any>;
|
|
172
|
+
logout_event: {};
|
|
173
|
+
customer_changed: {};
|
|
174
|
+
}[Key_1]) => void) => {
|
|
175
|
+
unregister: () => void;
|
|
176
|
+
};
|
|
177
|
+
getUserId: () => string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* @deprecated use getMetadata
|
|
180
|
+
*/
|
|
181
|
+
getParsedJwt: () => {
|
|
182
|
+
customer_id: IUUID;
|
|
183
|
+
journal: "ADCURIS" | "ADOPUS" | "UNKNOWN";
|
|
184
|
+
journal_user_id: string | undefined;
|
|
185
|
+
srv_urls: import("asma-types/lib").ISrvUrls & import("./generateSrvAuthBindings.types").ISrvUrls;
|
|
186
|
+
exp: number | undefined;
|
|
187
|
+
vt: number | undefined;
|
|
188
|
+
role: never;
|
|
189
|
+
name: string;
|
|
190
|
+
region: string;
|
|
191
|
+
journal_role: string;
|
|
192
|
+
user_id: IUUID;
|
|
193
|
+
brukerBrukerNavn: string;
|
|
194
|
+
} | undefined;
|
|
195
|
+
getMetadata: () => ICheckSigninTransformedOptions<any> | undefined;
|
|
196
|
+
getJwtToken: () => string;
|
|
197
|
+
accessTokenHasExpired: () => boolean;
|
|
198
|
+
checkForRegisteredSubdomain: (_cache_ttl?: number, _do_not_cache?: boolean) => Promise<ICheckRegisteredSubdomainResponse<any> | undefined>;
|
|
199
|
+
isTeamLeader: () => boolean;
|
|
200
|
+
};
|
|
128
201
|
export {};
|
|
129
202
|
//# sourceMappingURL=generateSrvAuthBindings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateSrvAuthBindings.d.ts","sourceRoot":"","sources":["../../src/helpers/generateSrvAuthBindings.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"generateSrvAuthBindings.d.ts","sourceRoot":"","sources":["../../src/helpers/generateSrvAuthBindings.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { type ISearchParams, type SearchParamWithValues } from 'asma-types';
|
|
2
|
-
type
|
|
2
|
+
type ISearchParamWithValues = keyof typeof SearchParamWithValues;
|
|
3
|
+
type ISetParamByName<Key extends ISearchParamWithValues> = {
|
|
3
4
|
name: Key;
|
|
4
5
|
value: (typeof SearchParamWithValues)[Key];
|
|
5
6
|
};
|
|
6
|
-
export declare function setParamByName<Key extends
|
|
7
|
+
export declare function setParamByName<Key extends ISearchParamWithValues>(data: ISetParamByName<Key> | ISetParamByName<Key>[], del?: ISearchParams | ISearchParams[], state?: any, pushTo?: string): void;
|
|
7
8
|
export declare function deleteParamByName(name: ISearchParams | ISearchParams[]): void;
|
|
8
|
-
export declare function getParamByName<Key extends
|
|
9
|
+
export declare function getParamByName<Key extends ISearchParamWithValues>(name: Key): {
|
|
9
10
|
readonly action: string;
|
|
10
11
|
readonly activity_id: string;
|
|
11
12
|
readonly hide: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlParams.helpers.d.ts","sourceRoot":"","sources":["../../src/helpers/urlParams.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAG3E,KAAK,eAAe,CAAC,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"urlParams.helpers.d.ts","sourceRoot":"","sources":["../../src/helpers/urlParams.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAG3E,KAAK,sBAAsB,GAAG,MAAM,OAAO,qBAAqB,CAAA;AAEhE,KAAK,eAAe,CAAC,GAAG,SAAS,sBAAsB,IAAI;IACvD,IAAI,EAAE,GAAG,CAAA;IACT,KAAK,EAAE,CAAC,OAAO,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAA;CAC7C,CAAA;AAED,wBAAgB,cAAc,CAAC,GAAG,SAAS,sBAAsB,EAC7D,IAAI,EAAE,eAAe,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,EAAE,EACnD,GAAG,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,EACrC,KAAK,CAAC,EAAE,GAAG,EACX,MAAM,CAAC,EAAE,MAAM,QAwBlB;AAYD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,aAAa,GAAG,aAAa,EAAE,QAMtE;AAED,wBAAgB,cAAc,CAAC,GAAG,SAAS,sBAAsB,EAAE,IAAI,EAAE,GAAG;;;;;;;;;;;;;;cAU3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlParams.helpers.js","sourceRoot":"","sources":["../../src/helpers/urlParams.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkD,MAAM,YAAY,CAAA;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"urlParams.helpers.js","sourceRoot":"","sources":["../../src/helpers/urlParams.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkD,MAAM,YAAY,CAAA;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAS1C,MAAM,UAAU,cAAc,CAC1B,IAAmD,EACnD,GAAqC,EACrC,KAAW,EACX,MAAe;IAEf,MAAM,YAAY,GAAG,IAAI,eAAe,CAAC,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAEpE,IAAI,GAAG,EAAE,CAAC;QACN,YAAY,CAAC,YAAY,EAAE,GAAG,CAAC,CAAA;IACnC,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACtB,IAAI,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAClB,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;gBAC5B,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;YACrD,CAAC;iBAAM,CAAC;gBACJ,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAe,CAAC,CAAA;YACrD,CAAC;QACL,CAAC,CAAC,CAAA;IACN,CAAC;SAAM,CAAC;QACJ,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5B,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;QACrD,CAAC;aAAM,CAAC;YACJ,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAe,CAAC,CAAA;QACrD,CAAC;IACL,CAAC;IAED,OAAO,CAAC,IAAI,CAAC,GAAG,MAAM,IAAI,UAAU,CAAC,QAAQ,CAAC,QAAQ,IAAI,YAAY,CAAC,QAAQ,EAAE,EAAE,EAAE,KAAK,CAAC,CAAA;AAC/F,CAAC;AAED,SAAS,YAAY,CAAC,aAA8B,EAAE,IAAqC;IACvF,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACtB,IAAI,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAClB,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;QAC9B,CAAC,CAAC,CAAA;IACN,CAAC;SAAM,CAAC;QACJ,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;IAC9B,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,IAAqC;IACnE,MAAM,YAAY,GAAG,IAAI,eAAe,CAAC,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAEpE,YAAY,CAAC,YAAY,EAAE,IAAI,CAAC,CAAA;IAEhC,OAAO,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,QAAQ,CAAC,QAAQ,IAAI,YAAY,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAA;AAC9E,CAAC;AAED,MAAM,UAAU,cAAc,CAAqC,IAAS;IACxE,MAAM,SAAS,GAAG,IAAI,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAE9D,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAAC,IAAI,CAA+C,CAAA;IAE/E,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QACnD,OAAO,KAAK,CAAC,KAAK,CAAC,GAAG,CAAwC,CAAA;IAClE,CAAC;IAED,OAAO,KAAK,CAAA;AAChB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
2
|
+
"name": "asma-helpers",
|
|
3
|
+
"version": "0.36.5",
|
|
4
|
+
"description": "helpers methods for asma",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"types": "lib",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://avanssoma@dev.azure.com/avanssoma/Arbeidoginkludering/_git/asma-helpers"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [],
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@genql/runtime": "^2.10.0",
|
|
17
|
+
"@openreplay/tracker": "^12.0.10",
|
|
18
|
+
"asma-qiankun-react-loader": "^0.6.51",
|
|
19
|
+
"asma-types": "^2.0.30",
|
|
20
|
+
"history": "^5.3.0",
|
|
21
|
+
"typescript": "^5.6.3"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"asma-event-bus": "^0.7.0",
|
|
25
|
+
"idb-keyval": "^6.2.1",
|
|
26
|
+
"mobx": "^6.12.3",
|
|
27
|
+
"mobx-state-tree": "^5.4.2"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "npx tsc && npx tsc -p ."
|
|
31
|
+
}
|
|
32
|
+
}
|
package/src/g-definitions.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/helpers/IsAdcuris.ts
CHANGED
|
File without changes
|
package/src/helpers/IsAdopus.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { type ISearchParams, type SearchParamWithValues } from 'asma-types'
|
|
2
2
|
import { history } from '../g-definitions'
|
|
3
3
|
|
|
4
|
-
type
|
|
4
|
+
type ISearchParamWithValues = keyof typeof SearchParamWithValues
|
|
5
|
+
|
|
6
|
+
type ISetParamByName<Key extends ISearchParamWithValues> = {
|
|
5
7
|
name: Key
|
|
6
8
|
value: (typeof SearchParamWithValues)[Key]
|
|
7
9
|
}
|
|
8
10
|
|
|
9
|
-
export function setParamByName<Key extends
|
|
11
|
+
export function setParamByName<Key extends ISearchParamWithValues>(
|
|
10
12
|
data: ISetParamByName<Key> | ISetParamByName<Key>[],
|
|
11
13
|
del?: ISearchParams | ISearchParams[],
|
|
12
14
|
state?: any,
|
|
@@ -54,7 +56,7 @@ export function deleteParamByName(name: ISearchParams | ISearchParams[]) {
|
|
|
54
56
|
history.push(`${globalThis.location.pathname}?${searchParams.toString()}`)
|
|
55
57
|
}
|
|
56
58
|
|
|
57
|
-
export function getParamByName<Key extends
|
|
59
|
+
export function getParamByName<Key extends ISearchParamWithValues>(name: Key) {
|
|
58
60
|
const urlParams = new URLSearchParams(history.location.search)
|
|
59
61
|
|
|
60
62
|
const param = urlParams.get(name) as (typeof SearchParamWithValues)[Key] | null
|
package/src/index.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/interfaces/enums.ts
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
File without changes
|
package/.dccache
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"/Users/igor/carasent/asma-helpers/lib/global.d.ts":[1887,1680789920128.4922,"0b1bdbd0c8e05f95f2b2884556093deea4032df5429f1eaaedf6821824b41324"],"/Users/igor/carasent/asma-helpers/lib/global.js":[253,1680789920122.9485,"657afa11c0fb8afa70f8c51983893c8ad7d9135541f610d79974dc0be264a2bc"],"/Users/igor/carasent/asma-helpers/lib/index.d.ts":[1543,1680789920283.2236,"ea5f7b772a46ad72e1d4ca2b83ba6f02cb3081a161be3fd8c4def8755ef4e9d8"],"/Users/igor/carasent/asma-helpers/lib/index.js":[1423,1680789920282.693,"bf96877f729c8c60d2d27a6523763ecdf15221306c08f3f4573cef828c30b18a"],"/Users/igor/carasent/asma-helpers/src/global.ts":[2163,1680771368819.6946,"3333a6494b9e284ef87ca773a602fae1aa25cd453299a1d81c105d08e9b79527"],"/Users/igor/carasent/asma-helpers/src/index.ts":[1543,1678994149124.0095,"9efc73c2a7301c06247d41589585ecf9b5641671619dc85b3e75c9e18e7a26c0"],"/Users/igor/carasent/asma-helpers/lib/clients/srvAuth.d.ts":[120,1680789920279.8582,"5f95610a1eb7e268349be5c7f85a0e1eb024670f66a6888a0ce9f46bc58d5569"],"/Users/igor/carasent/asma-helpers/lib/clients/srvAuth.js":[174,1680789920279.4983,"7670665d81946c62861480753e0fedc46a7da1266fae77c4996f9f0b3a0dbcf1"],"/Users/igor/carasent/asma-helpers/lib/interfaces/enums.d.ts":[1415,1680789920241.7844,"19600da772cae62b3eb0ef1b48ed2b23b7aec7777874a2efcaf894967212b8bf"],"/Users/igor/carasent/asma-helpers/lib/interfaces/enums.js":[2404,1680789920240.995,"75d710e8b0c1fc9aec2e40a5a657b22cda3c70130c19eafbf2fa720f642206ea"],"/Users/igor/carasent/asma-helpers/lib/utility/fetch.d.ts":[122,1680789920279.1958,"b0bf861680763a35078913d1ed3c1fdd50d91559a00d56d6f20f7819135ca016"],"/Users/igor/carasent/asma-helpers/lib/utility/fetch.js":[201,1680789920278.7693,"c506ec7764d67e5d12d16dd0a566aa813761d8691d8b906359692d7e959d20c4"],"/Users/igor/carasent/asma-helpers/src/clients/srvAuth.ts":[162,1663491945988.2986,"2677ebd4cb230f39eed3462a17e3e5122576f9be69446a87c37a85d8899550dd"],"/Users/igor/carasent/asma-helpers/lib/helpers/CapitalizeFistLetter.d.ts":[200,1680789920224.8225,"5310c59079566964bba496f1b8602b7cc6a8fe8e06b01decccf1d7e7ad00c1ff"],"/Users/igor/carasent/asma-helpers/lib/helpers/CapitalizeFistLetter.js":[312,1680789920223.771,"2a386663a3bff3ed8f4412c3f0a13f718e32b34308c6e4133f3d25c664a0b80f"],"/Users/igor/carasent/asma-helpers/lib/helpers/Config.d.ts":[361,1680789920228.9417,"bd531d51fc167688bc1ec35971ba3bf7d7ef547baf500a28fe5e1f64488c52c7"],"/Users/igor/carasent/asma-helpers/lib/helpers/Config.js":[1669,1680789920228.3403,"2f441d26146980e943a487ae4ce52458b05fbb297dad659ddcea5f253a0ec514"],"/Users/igor/carasent/asma-helpers/lib/helpers/EnvironmentToOperateTypes.d.ts":[201,1680789920239.5002,"7e1cb916065d4e0a4ce7f615f8b0db20427855e6e5f61338db0685f1452e8335"],"/Users/igor/carasent/asma-helpers/lib/helpers/EnvironmentToOperateTypes.js":[440,1680789920239.0342,"a0a9134b98df9f69d699d4ac0e445fb8fe8f901f930ea3f7a262ce42f1f48dd7"],"/Users/igor/carasent/asma-helpers/lib/helpers/EnvironmentsUrls.d.ts":[2863,1680789920237.8604,"43fd47af039ad9b9afd03be956a1b2bc64b62e356998dcf00ebe556b399b9ecc"],"/Users/igor/carasent/asma-helpers/lib/helpers/EnvironmentsUrls.js":[4754,1680789920236.6206,"dcd5111ee3970f56c0393d9756523b67fa66882f21a0bf65c3b6ed1c9df00b53"],"/Users/igor/carasent/asma-helpers/lib/helpers/FormatNumberConstants.d.ts":[626,1680789920136.2493,"caf96bfe78d889b115df618442850c10615ed282af771ef4be1f5060cb63ac77"],"/Users/igor/carasent/asma-helpers/lib/helpers/FormatNumberConstants.js":[933,1680789920134.8054,"099d79d9e02a0c34d05a96bfa512d7ffa1825c2b49ed1b79bec9f464c38b6467"],"/Users/igor/carasent/asma-helpers/lib/helpers/InitializeIDBListenersOnMstSnapshots.d.ts":[259,1680789920232.674,"e624788c8f850581d262fba5d6104ed2341ec0d5f2f2d348ce8603bda140c574"],"/Users/igor/carasent/asma-helpers/lib/helpers/InitializeIDBListenersOnMstSnapshots.js":[1758,1680789920231.403,"2741b112a61c9d5028199901cb299856ce4dfc479dc9ca600703337f24cbc5b1"],"/Users/igor/carasent/asma-helpers/lib/helpers/InitializeIDBListenersOnMstSnapshotsThenCatch.d.ts":[567,1678994052213.6846,"936f8cf95d25e26447a90b5cf5bd281f50486327c2ac19fc46839d655836e35a"],"/Users/igor/carasent/asma-helpers/lib/helpers/InitializeIDBListenersOnMstSnapshotsThenCatch.js":[1822,1678994052213.0518,"ccfe5eb9ca8439267d0288350291be5c58239ec42e247d5fe337f0d562685ad7"],"/Users/igor/carasent/asma-helpers/lib/helpers/IsAdcuris.d.ts":[127,1680789920225.7007,"5b2c43febdf35b1d8b360cb5508f8c31b7301da0924f057bffdd1597debc4999"],"/Users/igor/carasent/asma-helpers/lib/helpers/IsAdcuris.js":[177,1680789920225.2815,"11f0510ebf2493cf12b57589a9139b2d3e57c8c12fb942036349377536ff1e85"],"/Users/igor/carasent/asma-helpers/lib/helpers/IsNotEmpty.d.ts":[135,1680789920226.5183,"ee4aa0021db188c2ddcca9652b56db6264887f259e4ed5bb02f66692ec9283d1"],"/Users/igor/carasent/asma-helpers/lib/helpers/IsNotEmpty.js":[142,1680789920226.0063,"38e8b83edab357090a86d04d888fd4a89b94c55ec79f15709b18b656a253e3c6"],"/Users/igor/carasent/asma-helpers/lib/helpers/NorwegianPostalCodes.d.ts":[206,1680789920222.736,"c8d49f23a251d46ba1ef3f7df0abae2d8b3235e13630a3c0f593c3bd5d5dec65"],"/Users/igor/carasent/asma-helpers/lib/helpers/NorwegianPostalCodes.js":[365358,1680789920221.466,"6d8043dd81708deb0437d979930f4adbb731fd5d284d3dd207c088a4447f8d87"],"/Users/igor/carasent/asma-helpers/lib/helpers/ProcessServerError.d.ts":[229,1680789920133.8257,"5964e4b4afb00974beee6577db3d1bf641bb4e5bf1c3413b8d369176b5741760"],"/Users/igor/carasent/asma-helpers/lib/helpers/ProcessServerError.js":[3730,1680789920133.109,"cbad8a24cbdbab346c9693ce7668655d0a4fd92e647b0d726729146a26681855"],"/Users/igor/carasent/asma-helpers/lib/helpers/attachUserJournalCredentials.d.ts":[122,1680789920276.9036,"297f2c41c605e24476589605bd6528d2a83af334535af4e830927e6074b7870d"],"/Users/igor/carasent/asma-helpers/lib/helpers/attachUserJournalCredentials.js":[781,1680789920276.6584,"caa9033bb15e77833701932d365bee624de150701fa4d462a67dabcf27d0c282"],"/Users/igor/carasent/asma-helpers/lib/helpers/base64ToFile.d.ts":[132,1680789920275.4817,"848b2fd8635da55b85481b71894cd8174d2402a46a6edfff948d6753db8e4d13"],"/Users/igor/carasent/asma-helpers/lib/helpers/base64ToFile.js":[382,1680789920275.0906,"cbd59e69f2cf38c02476569974ef90a864d5ee1d4a5aea19941e95ffc244e80c"],"/Users/igor/carasent/asma-helpers/lib/helpers/checkForRegisteredSubdomains.d.ts":[1014,1680789920247.3396,"75feb743a9139668fbbf338c45a4921ce296a107662bc3de0657f879be965a95"],"/Users/igor/carasent/asma-helpers/lib/helpers/checkForRegisteredSubdomains.js":[3419,1680789920245.7456,"62776f7793a769899cb5032196c7c88d3e76135181b32344cb8901c6d05839ac"],"/Users/igor/carasent/asma-helpers/lib/helpers/clearCacheData.d.ts":[425,1680789920268.8076,"dcc388776d39bfdb5c79a4b39956913dcd3a1d533d7eafa26ae29d9d5886dc93"],"/Users/igor/carasent/asma-helpers/lib/helpers/clearCacheData.js":[1306,1680789920268.26,"dc8a1258e7fd26b59daa8769555533976b3fcc4e8b05d2bfe45e52331ff2d8e4"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateEnvConfigsBindings.d.ts":[2470,1680789920253.389,"dfa6577d9333d1b681ab27984effe419ae0237a48da535127560a02dcae916b6"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateEnvConfigsBindings.js":[3601,1680789920250.6255,"ae3a82ab79f6cd95295295f5a38f1dc0e941bafa5429170d97fdc4e90741b483"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateGenqlClient.d.ts":[857,1680789920273.196,"44f1c311f3ad166c5637d9d6d036888e0916245ca1b3d3fe90c4f268108acbe9"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateGenqlClient.js":[3990,1680789920271.076,"d6ba44418873cc325621e4c5bf9669c0e48ee37e27a726d6be88ea826c11dcc0"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateSrvAuthBindings.d.ts":[4138,1680789920267.5083,"d76cc62d8997dd25195d9f402775597387a07e9e94785d6f5749fb6383fe17f6"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateSrvAuthBindings.js":[11217,1680789920258.715,"16ca2fed1461a46cec2a9443591bc6627ed1dbbab4d7d1501e7a6486c84e1ed9"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateUUID4.d.ts":[84,1680789920248.529,"537b18151b034ae8db7df3d3b6e08e3538b0b343f88474f517dbe98670a388b6"],"/Users/igor/carasent/asma-helpers/lib/helpers/generateUUID4.js":[625,1680789920248.1912,"9d819cf62d6904c4f1224703071465cce166f1d10d7330bdcd6cd8c2d6292b9d"],"/Users/igor/carasent/asma-helpers/lib/helpers/getGqlOperationName.d.ts":[129,1680789920234.1626,"6ed72a950f56ad3cc46f75ea083a15b1b404af99983db0bd23f8973f27276627"],"/Users/igor/carasent/asma-helpers/lib/helpers/getGqlOperationName.js":[1057,1680789920233.8296,"51e54f03941951b9fbe9e6b33e9a39e2df2c78e9458ddb6e3f3a931ecb46ad62"],"/Users/igor/carasent/asma-helpers/lib/helpers/getSubdomain.d.ts":[209,1680789920243.3386,"57f7254a26e81874bbba8972e11b81a9dbb23b0faf3fe35333dae386f520df2e"],"/Users/igor/carasent/asma-helpers/lib/helpers/getSubdomain.js":[1753,1680789920242.7678,"14d93f2e01130144c993d97e865ab767e06d9e1fe9f40213ba6a60c9fca8f98b"],"/Users/igor/carasent/asma-helpers/lib/helpers/initASMAAppVitals.d.ts":[1565,1680789920278.4392,"b1504f1ecca22052eaa5f5920d1d3ca041e1f462a169a2ea5ebd0d61eb2eb900"],"/Users/igor/carasent/asma-helpers/lib/helpers/initASMAAppVitals.js":[1860,1680789920277.6843,"713045b759be1f93a5c272df1cc6849f9b54f1a2bee897e87dfeb9985c358422"],"/Users/igor/carasent/asma-helpers/lib/helpers/isValidUrl.d.ts":[104,1680789920276.1558,"ee5c406384ce6c1e49a81102b412b580cfcaf8d1c765061eed781f6f692dad4c"],"/Users/igor/carasent/asma-helpers/lib/helpers/isValidUrl.js":[538,1680789920275.902,"ce0c2e4e76dd0894886766a772a383f18289d12fe5bb9d714ebdff9eeced30bc"],"/Users/igor/carasent/asma-helpers/lib/helpers/parseJwt.d.ts":[108,1680789920235.2185,"1d8a314450e8e1e738a5eed67613ae454780193bb242a9232fb284c11d8a9dc6"],"/Users/igor/carasent/asma-helpers/lib/helpers/parseJwt.js":[308,1680789920234.5825,"8c5fcab41e64e12c8700d24d22efade634e6ea4b084e65adb21f2cfa1c237070"],"/Users/igor/carasent/asma-helpers/lib/helpers/userTypingSignal.d.ts":[204,1680789920274.538,"4867828d9adf801e8c3926e237f55e9b203f353ff4a7a737511d4b05297e1f69"],"/Users/igor/carasent/asma-helpers/lib/helpers/userTypingSignal.js":[885,1680789920274.075,"234c53879b47caf6325c882461bf001eea2943668613e6a06cbf91dfe7e7c9b7"],"/Users/igor/carasent/asma-helpers/src/interfaces/enums.ts":[1394,1678608529202.3152,"e775c76c8dfb08b04e743d2fe148ccbeff98a348f6fc3e7d330ef8294b1c13b7"],"/Users/igor/carasent/asma-helpers/src/helpers/CapitalizeFistLetter.ts":[278,1679050072060.0674,"0f89cf458877a869e1e908541b242605c4f05ed013e00b4f64e3278f832209f5"],"/Users/igor/carasent/asma-helpers/src/helpers/Config.ts":[1539,1679050112059.0718,"aa79e46b97f16a1a66b11ac8e0d5d79ab99fb8a36a5ed92915a53cd4de218440"],"/Users/igor/carasent/asma-helpers/src/helpers/EnvironmentToOperateTypes.ts":[137,1663491945989.5781,"87b0ef9abcd5575ae41283b6b58fe5f11e25a4ab5365ce7dbcf657e02d7fd568"],"/Users/igor/carasent/asma-helpers/src/helpers/EnvironmentsUrls.ts":[4806,1680687655472.91,"6da6156c3ab74a464aafdd5288a14f5614e52963adb477fdff56163098c6a739"],"/Users/igor/carasent/asma-helpers/src/helpers/FormatNumberConstants.ts":[881,1677750124386.736,"727ffb028d559439d7890563f47de35441d35caa4801641e3cc764bca16771df"],"/Users/igor/carasent/asma-helpers/src/helpers/InitializeIDBListenersOnMstSnapshots.ts":[2055,1680789893373.606,"23aaf9cab861f6c20619299aa48d35fb9ead3b3442446509f6143f744ea692ae"],"/Users/igor/carasent/asma-helpers/src/helpers/IsAdcuris.ts":[146,1679050304159.8677,"d9463d98f42b2c9deb793a245626f944213dff62ba0800d5fdbd8d45b8b7a8fd"],"/Users/igor/carasent/asma-helpers/src/helpers/IsNotEmpty.ts":[155,1679050408685.8684,"7ecf691cc7b4406d77081e6c39dc45d6eaf60d67a944db2f2782661d2d18bfd1"],"/Users/igor/carasent/asma-helpers/src/helpers/NorwegianPostalCodes.ts":[365310,1679050331244.7888,"96c21ef000dffa9d82e8e85004ed7477cf9f801aec0a0d1a15c3d0de69fc1497"],"/Users/igor/carasent/asma-helpers/src/helpers/ProcessServerError.ts":[3271,1679050359386.3777,"b465763ddd0f3b82c176a48e3be7cb0ea58ac3d9bf74f1c8acb2f07aa6fbcd24"],"/Users/igor/carasent/asma-helpers/src/helpers/attachUserJournalCredentials.ts":[721,1679050052671.1992,"7b618f23e5879d52b5972382f0f7586c83c7dbb36a5c1fd6016204104537fcc9"],"/Users/igor/carasent/asma-helpers/src/helpers/base64ToFile.ts":[355,1679050059795.1975,"cc12bf4cb70b90c49760eab801c8c63b616c0c0ec11a8aab38971ac0a7ff7414"],"/Users/igor/carasent/asma-helpers/src/helpers/checkForRegisteredSubdomains.ts":[3973,1680767363161.5422,"2ca89ac23627b1687139edfe0a7f8940aef35addec84ef6c16a10814e4b781b3"],"/Users/igor/carasent/asma-helpers/src/helpers/clearCacheData.ts":[1358,1680769742466.8174,"4033479d8f466dd418b139dc485461098f04d04bbecc053b6700db7de44cfd82"],"/Users/igor/carasent/asma-helpers/src/helpers/generateEnvConfigsBindings.ts":[4722,1679342767251.1372,"594594bff05403ec6b49a5d4a2139bee4e8da81dddddb8b87b66763723a28226"],"/Users/igor/carasent/asma-helpers/src/helpers/generateGenqlClient.ts":[4452,1679342705902.6787,"08dc2b8de80afeb16c74c16be69ecb3ebf405afcf06bbf38fea3b9350cf1fdb5"],"/Users/igor/carasent/asma-helpers/src/helpers/generateSrvAuthBindings.ts":[11779,1680788462160.3604,"8de0d660ed867474e2d2ba6c92189a031ab61152fd7e263797ea462cf10b701a"],"/Users/igor/carasent/asma-helpers/src/helpers/generateUUID4.ts":[636,1679050238024.4312,"6c687bf9185f380911c34458aa9e08ddd9f3bb22fc7bb4ef879654b9b16b8996"],"/Users/igor/carasent/asma-helpers/src/helpers/getGqlOperationName.ts":[674,1679050248947.6213,"7897663dad4404cfbdfa0e7ed947d76c4697b4f15a5e1c41fbec1a61c80c1c8e"],"/Users/igor/carasent/asma-helpers/src/helpers/getSubdomain.ts":[1698,1679050276203.1628,"8e28c07ee785875aab03875b44602cde68592603e468e2251a2cb5aa27d2ce8f"],"/Users/igor/carasent/asma-helpers/src/helpers/initASMAAppVitals.ts":[3058,1680771703434.3967,"599889d6464bcea2edae6bfd09738cc60528e35d1aaa248763313e814e152bae"],"/Users/igor/carasent/asma-helpers/src/helpers/isValidUrl.ts":[549,1679050315557.588,"67713d009890f3003596cacb85bc3e00afe8dde68acf9837644d84f6ee0d051a"],"/Users/igor/carasent/asma-helpers/src/helpers/parseJwt.ts":[236,1679050351574.7058,"3ee0193fd322a2863cdd9881bb71927948962cade908c2fdc9fd93e338557637"],"/Users/igor/carasent/asma-helpers/src/helpers/userTypingSignal.ts":[944,1679050372539.6829,"fd6175b868dce4a64270e9175746aa408bcff246edb8e66c55e1c2cd6a4e013c"],"/Users/igor/carasent/asma-helpers/src/utility/fetch.ts":[227,1679050420883.7073,"2ffbb863362be19e738f20935368ecca9c0643daf3ece41a155b7c3f25583e5d"],"/Users/igor/carasent/asma-helpers/lib/interfaces/api/advoca/ISaveToDataBase.d.ts":[351,1680789920282.239,"a507082c48808c10553f7b8b311271df7b5c16dcd24b961bde7468033f405c83"],"/Users/igor/carasent/asma-helpers/lib/interfaces/api/advoca/ISaveToDataBase.js":[54,1680789920281.818,"89ea8633b87c603a0d23a540a6d0191726c8d1fad09890683f9b99bcf8afb13e"],"/Users/igor/carasent/asma-helpers/lib/interfaces/api/advoca/IUploadedDocument.d.ts":[622,1680789920281.603,"d1982713e374eb08a5ed6c36ebda7d6ac5ea77f96b7b769c7e6dd2b0d38bc84d"],"/Users/igor/carasent/asma-helpers/lib/interfaces/api/advoca/IUploadedDocument.js":[56,1680789920281.1597,"fb46898cebc4fd2bacf98673280740292cdbc0a75b2c4443e49caca91b172b74"],"/Users/igor/carasent/asma-helpers/src/interfaces/api/advoca/ISaveToDataBase.ts":[319,1663491945991.2112,"86fb892a1a4d85b26f86547fbccae709c386ac90eeea798f82ce17e89abf1b90"],"/Users/igor/carasent/asma-helpers/src/interfaces/api/advoca/IUploadedDocument.ts":[534,1663491945991.1213,"5e9681490a1d9d1d2911e9a8ed94672ffb12108df4cceb5abc826b566fc7b333"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=realWindow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"realWindow.d.ts","sourceRoot":"","sources":["../../src/helpers/realWindow.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"realWindow.js","sourceRoot":"","sources":["../../src/helpers/realWindow.ts"],"names":[],"mappings":""}
|
package/pnpm-lock.yaml
DELETED
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
lockfileVersion: '9.0'
|
|
2
|
-
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
|
-
importers:
|
|
8
|
-
|
|
9
|
-
.:
|
|
10
|
-
dependencies:
|
|
11
|
-
asma-event-bus:
|
|
12
|
-
specifier: ^0.7.0
|
|
13
|
-
version: 0.7.0
|
|
14
|
-
idb-keyval:
|
|
15
|
-
specifier: ^6.2.1
|
|
16
|
-
version: 6.2.1
|
|
17
|
-
mobx:
|
|
18
|
-
specifier: ^6.12.3
|
|
19
|
-
version: 6.12.3
|
|
20
|
-
mobx-state-tree:
|
|
21
|
-
specifier: ^5.4.2
|
|
22
|
-
version: 5.4.2(mobx@6.12.3)
|
|
23
|
-
devDependencies:
|
|
24
|
-
'@genql/runtime':
|
|
25
|
-
specifier: ^2.10.0
|
|
26
|
-
version: 2.10.0(graphql@16.8.1)
|
|
27
|
-
'@openreplay/tracker':
|
|
28
|
-
specifier: ^12.0.10
|
|
29
|
-
version: 12.0.10
|
|
30
|
-
asma-qiankun-react-loader:
|
|
31
|
-
specifier: ^0.6.51
|
|
32
|
-
version: 0.6.51
|
|
33
|
-
asma-types:
|
|
34
|
-
specifier: ^2.0.5
|
|
35
|
-
version: 2.0.5
|
|
36
|
-
history:
|
|
37
|
-
specifier: ^5.3.0
|
|
38
|
-
version: 5.3.0
|
|
39
|
-
typescript:
|
|
40
|
-
specifier: ^5.5.4
|
|
41
|
-
version: 5.5.4
|
|
42
|
-
|
|
43
|
-
packages:
|
|
44
|
-
|
|
45
|
-
'@babel/runtime@7.24.4':
|
|
46
|
-
resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==}
|
|
47
|
-
engines: {node: '>=6.9.0'}
|
|
48
|
-
|
|
49
|
-
'@genql/runtime@2.10.0':
|
|
50
|
-
resolution: {integrity: sha512-hWy4fkHAk0OUW/cmjAOhbE3PnR9YfwaE8DRl5oEf7r9K6Owju8ogTDV3RMkG6Vm57H9xYxI5+am5ImAUbqPH8A==}
|
|
51
|
-
peerDependencies:
|
|
52
|
-
graphql: '*'
|
|
53
|
-
|
|
54
|
-
'@medv/finder@3.2.0':
|
|
55
|
-
resolution: {integrity: sha512-JmU7JIBwyL8RAzefvzALT4sP2M0biGk8i2invAgpQmma/QgfsaqoHIvJ7S0YC8n9hUVG8X3Leul2nGa06PvhbQ==}
|
|
56
|
-
|
|
57
|
-
'@openreplay/tracker@12.0.10':
|
|
58
|
-
resolution: {integrity: sha512-9E+qFNVAEYbT/IQCtSfayPbNavNbCJ/dTkwFfylR6GXJkZlhjHljTWJxhN9c4h6ZCooVN897l+dAeCcDWVDi8Q==}
|
|
59
|
-
engines: {node: '>=14.0'}
|
|
60
|
-
|
|
61
|
-
'@types/node@20.12.7':
|
|
62
|
-
resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
|
|
63
|
-
|
|
64
|
-
'@types/qs@6.9.15':
|
|
65
|
-
resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==}
|
|
66
|
-
|
|
67
|
-
'@types/ws@6.0.4':
|
|
68
|
-
resolution: {integrity: sha512-PpPrX7SZW9re6+Ha8ojZG4Se8AZXgf0GK6zmfqEuCsY49LFDNXO3SByp44X3dFEqtB73lkCDAdUazhAjVPiNwg==}
|
|
69
|
-
|
|
70
|
-
asma-event-bus@0.7.0:
|
|
71
|
-
resolution: {integrity: sha512-sDYyPSXQ6EYeG+mWWbXiAQWQuH93jOdP3SfiG0iT63q+Y83RUwCPog7ECPj+ggz8nhciNQTKEfwJJgJVnIwoFQ==}
|
|
72
|
-
|
|
73
|
-
asma-qiankun-react-loader@0.6.51:
|
|
74
|
-
resolution: {integrity: sha512-o1ONvw8ZQLRFj6Kdz7UyGVJSbYyoUabi3wkqbVhSdn8/UDG6X1+C8OOZrCgDdkgxRUSdVJbopZLcbTSqTFWGaQ==}
|
|
75
|
-
|
|
76
|
-
asma-qiankun@1.8.0:
|
|
77
|
-
resolution: {integrity: sha512-nxn7FnyH0p1oUnSsTxnPEhe1DN0oXHaQdpRRDYm+Hr3K7wnLrm6zQZ5NckbyU8v9C29ZksqbnofoG0efDB1a6w==}
|
|
78
|
-
|
|
79
|
-
asma-types@2.0.5:
|
|
80
|
-
resolution: {integrity: sha512-OzgzWwaZhZSOhPqgdWkFomh62w+zdPv3R1Yn3KwcExZpoH61BVQTffbG9EiyRYhJQlukGbpunxVLBAMEqxxy/g==}
|
|
81
|
-
|
|
82
|
-
async-limiter@1.0.1:
|
|
83
|
-
resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
|
|
84
|
-
|
|
85
|
-
backo2@1.0.2:
|
|
86
|
-
resolution: {integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==}
|
|
87
|
-
|
|
88
|
-
error-stack-parser@2.1.4:
|
|
89
|
-
resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
|
|
90
|
-
|
|
91
|
-
eventemitter3@3.1.2:
|
|
92
|
-
resolution: {integrity: sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==}
|
|
93
|
-
|
|
94
|
-
fflate@0.8.2:
|
|
95
|
-
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
|
96
|
-
|
|
97
|
-
graphql-query-batcher@1.0.1:
|
|
98
|
-
resolution: {integrity: sha512-NGntvsC2R6c+yqOiMfKXZL3/PpQUIpy70RgroPXRcuDJ1wxJJFesJAEu3Wv5gLbOpr/xPqXCMw2yTGHbqs8uqQ==}
|
|
99
|
-
|
|
100
|
-
graphql@16.8.1:
|
|
101
|
-
resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==}
|
|
102
|
-
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
103
|
-
|
|
104
|
-
history@5.3.0:
|
|
105
|
-
resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==}
|
|
106
|
-
|
|
107
|
-
idb-keyval@6.2.1:
|
|
108
|
-
resolution: {integrity: sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==}
|
|
109
|
-
|
|
110
|
-
import-html-entry@1.15.2:
|
|
111
|
-
resolution: {integrity: sha512-XXtXpGAq811qBgFVdOU6LoOC67rirwv7qwz/zuz1KxbpAM7QYX6kMvELOdSfhjZ9ntQnsdEOXT2zV7xMYaky6w==}
|
|
112
|
-
|
|
113
|
-
isomorphic-unfetch@3.1.0:
|
|
114
|
-
resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==}
|
|
115
|
-
|
|
116
|
-
iterall@1.3.0:
|
|
117
|
-
resolution: {integrity: sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==}
|
|
118
|
-
|
|
119
|
-
lodash@4.17.21:
|
|
120
|
-
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
121
|
-
|
|
122
|
-
mobx-state-tree@5.4.2:
|
|
123
|
-
resolution: {integrity: sha512-SGXAh2KCBQbWVcxeQbZEr5pchTgcfNZmGVRL2a2Me+pSMH98bZWXD6EOuuijbTGbc0hOoOsbab3JdwJyr+fW7Q==}
|
|
124
|
-
peerDependencies:
|
|
125
|
-
mobx: ^6.3.0
|
|
126
|
-
|
|
127
|
-
mobx@6.12.3:
|
|
128
|
-
resolution: {integrity: sha512-c8NKkO4R2lShkSXZ2Ongj1ycjugjzFFo/UswHBnS62y07DMcTc9Rvo03/3nRyszIvwPNljlkd4S828zIBv/piw==}
|
|
129
|
-
|
|
130
|
-
node-fetch@2.7.0:
|
|
131
|
-
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
132
|
-
engines: {node: 4.x || >=6.0.0}
|
|
133
|
-
peerDependencies:
|
|
134
|
-
encoding: ^0.1.0
|
|
135
|
-
peerDependenciesMeta:
|
|
136
|
-
encoding:
|
|
137
|
-
optional: true
|
|
138
|
-
|
|
139
|
-
qiankun-overrides@1.0.1:
|
|
140
|
-
resolution: {integrity: sha512-QDkr0mS97AH8y1JnCoVCc4Aa/6A1Jd/B73ipPr7PWR3RXpq9VZkcsjqm7VnrHB2ioy5jRslMJDnok9fiNbC0Mw==}
|
|
141
|
-
|
|
142
|
-
regenerator-runtime@0.14.1:
|
|
143
|
-
resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
|
|
144
|
-
|
|
145
|
-
single-spa@5.9.5:
|
|
146
|
-
resolution: {integrity: sha512-9SQdmsyz4HSP+3gs6PJzhkaMEg+6zTlu9oxIghnwUX3eq+ajq4ft5egl0iyR55LAmO/UwvU8NgIWs/ZyQMa6dw==}
|
|
147
|
-
|
|
148
|
-
stackframe@1.3.4:
|
|
149
|
-
resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==}
|
|
150
|
-
|
|
151
|
-
subscriptions-transport-ws@0.9.19:
|
|
152
|
-
resolution: {integrity: sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==}
|
|
153
|
-
deprecated: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
|
|
154
|
-
peerDependencies:
|
|
155
|
-
graphql: '>=0.10.0'
|
|
156
|
-
|
|
157
|
-
symbol-observable@1.2.0:
|
|
158
|
-
resolution: {integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==}
|
|
159
|
-
engines: {node: '>=0.10.0'}
|
|
160
|
-
|
|
161
|
-
tr46@0.0.3:
|
|
162
|
-
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
163
|
-
|
|
164
|
-
tslib@1.14.1:
|
|
165
|
-
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
|
|
166
|
-
|
|
167
|
-
tslib@2.6.2:
|
|
168
|
-
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
|
169
|
-
|
|
170
|
-
typescript@5.5.4:
|
|
171
|
-
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
|
|
172
|
-
engines: {node: '>=14.17'}
|
|
173
|
-
hasBin: true
|
|
174
|
-
|
|
175
|
-
undici-types@5.26.5:
|
|
176
|
-
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
|
177
|
-
|
|
178
|
-
unfetch@4.2.0:
|
|
179
|
-
resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==}
|
|
180
|
-
|
|
181
|
-
utility-types@3.11.0:
|
|
182
|
-
resolution: {integrity: sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==}
|
|
183
|
-
engines: {node: '>= 4'}
|
|
184
|
-
|
|
185
|
-
webidl-conversions@3.0.1:
|
|
186
|
-
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
187
|
-
|
|
188
|
-
whatwg-url@5.0.0:
|
|
189
|
-
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
190
|
-
|
|
191
|
-
ws@6.2.2:
|
|
192
|
-
resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==}
|
|
193
|
-
peerDependencies:
|
|
194
|
-
bufferutil: ^4.0.1
|
|
195
|
-
utf-8-validate: ^5.0.2
|
|
196
|
-
peerDependenciesMeta:
|
|
197
|
-
bufferutil:
|
|
198
|
-
optional: true
|
|
199
|
-
utf-8-validate:
|
|
200
|
-
optional: true
|
|
201
|
-
|
|
202
|
-
zen-observable-ts@0.8.21:
|
|
203
|
-
resolution: {integrity: sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==}
|
|
204
|
-
|
|
205
|
-
zen-observable@0.8.15:
|
|
206
|
-
resolution: {integrity: sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==}
|
|
207
|
-
|
|
208
|
-
snapshots:
|
|
209
|
-
|
|
210
|
-
'@babel/runtime@7.24.4':
|
|
211
|
-
dependencies:
|
|
212
|
-
regenerator-runtime: 0.14.1
|
|
213
|
-
|
|
214
|
-
'@genql/runtime@2.10.0(graphql@16.8.1)':
|
|
215
|
-
dependencies:
|
|
216
|
-
'@types/qs': 6.9.15
|
|
217
|
-
'@types/ws': 6.0.4
|
|
218
|
-
graphql: 16.8.1
|
|
219
|
-
graphql-query-batcher: 1.0.1
|
|
220
|
-
isomorphic-unfetch: 3.1.0
|
|
221
|
-
lodash: 4.17.21
|
|
222
|
-
subscriptions-transport-ws: 0.9.19(graphql@16.8.1)
|
|
223
|
-
tslib: 2.6.2
|
|
224
|
-
utility-types: 3.11.0
|
|
225
|
-
ws: 6.2.2
|
|
226
|
-
zen-observable-ts: 0.8.21
|
|
227
|
-
transitivePeerDependencies:
|
|
228
|
-
- bufferutil
|
|
229
|
-
- encoding
|
|
230
|
-
- utf-8-validate
|
|
231
|
-
|
|
232
|
-
'@medv/finder@3.2.0': {}
|
|
233
|
-
|
|
234
|
-
'@openreplay/tracker@12.0.10':
|
|
235
|
-
dependencies:
|
|
236
|
-
'@medv/finder': 3.2.0
|
|
237
|
-
error-stack-parser: 2.1.4
|
|
238
|
-
fflate: 0.8.2
|
|
239
|
-
|
|
240
|
-
'@types/node@20.12.7':
|
|
241
|
-
dependencies:
|
|
242
|
-
undici-types: 5.26.5
|
|
243
|
-
|
|
244
|
-
'@types/qs@6.9.15': {}
|
|
245
|
-
|
|
246
|
-
'@types/ws@6.0.4':
|
|
247
|
-
dependencies:
|
|
248
|
-
'@types/node': 20.12.7
|
|
249
|
-
|
|
250
|
-
asma-event-bus@0.7.0:
|
|
251
|
-
dependencies:
|
|
252
|
-
asma-types: 2.0.5
|
|
253
|
-
|
|
254
|
-
asma-qiankun-react-loader@0.6.51:
|
|
255
|
-
dependencies:
|
|
256
|
-
asma-qiankun: 1.8.0
|
|
257
|
-
qiankun-overrides: 1.0.1
|
|
258
|
-
single-spa: 5.9.5
|
|
259
|
-
|
|
260
|
-
asma-qiankun@1.8.0:
|
|
261
|
-
dependencies:
|
|
262
|
-
import-html-entry: 1.15.2
|
|
263
|
-
|
|
264
|
-
asma-types@2.0.5: {}
|
|
265
|
-
|
|
266
|
-
async-limiter@1.0.1: {}
|
|
267
|
-
|
|
268
|
-
backo2@1.0.2: {}
|
|
269
|
-
|
|
270
|
-
error-stack-parser@2.1.4:
|
|
271
|
-
dependencies:
|
|
272
|
-
stackframe: 1.3.4
|
|
273
|
-
|
|
274
|
-
eventemitter3@3.1.2: {}
|
|
275
|
-
|
|
276
|
-
fflate@0.8.2: {}
|
|
277
|
-
|
|
278
|
-
graphql-query-batcher@1.0.1: {}
|
|
279
|
-
|
|
280
|
-
graphql@16.8.1: {}
|
|
281
|
-
|
|
282
|
-
history@5.3.0:
|
|
283
|
-
dependencies:
|
|
284
|
-
'@babel/runtime': 7.24.4
|
|
285
|
-
|
|
286
|
-
idb-keyval@6.2.1: {}
|
|
287
|
-
|
|
288
|
-
import-html-entry@1.15.2:
|
|
289
|
-
dependencies:
|
|
290
|
-
'@babel/runtime': 7.24.4
|
|
291
|
-
|
|
292
|
-
isomorphic-unfetch@3.1.0:
|
|
293
|
-
dependencies:
|
|
294
|
-
node-fetch: 2.7.0
|
|
295
|
-
unfetch: 4.2.0
|
|
296
|
-
transitivePeerDependencies:
|
|
297
|
-
- encoding
|
|
298
|
-
|
|
299
|
-
iterall@1.3.0: {}
|
|
300
|
-
|
|
301
|
-
lodash@4.17.21: {}
|
|
302
|
-
|
|
303
|
-
mobx-state-tree@5.4.2(mobx@6.12.3):
|
|
304
|
-
dependencies:
|
|
305
|
-
mobx: 6.12.3
|
|
306
|
-
|
|
307
|
-
mobx@6.12.3: {}
|
|
308
|
-
|
|
309
|
-
node-fetch@2.7.0:
|
|
310
|
-
dependencies:
|
|
311
|
-
whatwg-url: 5.0.0
|
|
312
|
-
|
|
313
|
-
qiankun-overrides@1.0.1: {}
|
|
314
|
-
|
|
315
|
-
regenerator-runtime@0.14.1: {}
|
|
316
|
-
|
|
317
|
-
single-spa@5.9.5: {}
|
|
318
|
-
|
|
319
|
-
stackframe@1.3.4: {}
|
|
320
|
-
|
|
321
|
-
subscriptions-transport-ws@0.9.19(graphql@16.8.1):
|
|
322
|
-
dependencies:
|
|
323
|
-
backo2: 1.0.2
|
|
324
|
-
eventemitter3: 3.1.2
|
|
325
|
-
graphql: 16.8.1
|
|
326
|
-
iterall: 1.3.0
|
|
327
|
-
symbol-observable: 1.2.0
|
|
328
|
-
ws: 6.2.2
|
|
329
|
-
transitivePeerDependencies:
|
|
330
|
-
- bufferutil
|
|
331
|
-
- utf-8-validate
|
|
332
|
-
|
|
333
|
-
symbol-observable@1.2.0: {}
|
|
334
|
-
|
|
335
|
-
tr46@0.0.3: {}
|
|
336
|
-
|
|
337
|
-
tslib@1.14.1: {}
|
|
338
|
-
|
|
339
|
-
tslib@2.6.2: {}
|
|
340
|
-
|
|
341
|
-
typescript@5.5.4: {}
|
|
342
|
-
|
|
343
|
-
undici-types@5.26.5: {}
|
|
344
|
-
|
|
345
|
-
unfetch@4.2.0: {}
|
|
346
|
-
|
|
347
|
-
utility-types@3.11.0: {}
|
|
348
|
-
|
|
349
|
-
webidl-conversions@3.0.1: {}
|
|
350
|
-
|
|
351
|
-
whatwg-url@5.0.0:
|
|
352
|
-
dependencies:
|
|
353
|
-
tr46: 0.0.3
|
|
354
|
-
webidl-conversions: 3.0.1
|
|
355
|
-
|
|
356
|
-
ws@6.2.2:
|
|
357
|
-
dependencies:
|
|
358
|
-
async-limiter: 1.0.1
|
|
359
|
-
|
|
360
|
-
zen-observable-ts@0.8.21:
|
|
361
|
-
dependencies:
|
|
362
|
-
tslib: 1.14.1
|
|
363
|
-
zen-observable: 0.8.15
|
|
364
|
-
|
|
365
|
-
zen-observable@0.8.15: {}
|