| 75294 | ) |
| 75295 | }, |
| 75296 | sources_url = |
| 75297 | ({ url: s, system: o }) => |
| 75298 | async (i) => { |
| 75299 | if (!s) return {} |
| 75300 | if ('function' != typeof o.configsActions?.getConfigByUrl) return {} |
| 75301 | const a = (() => { |
| 75302 | const s = {} |
| 75303 | return ( |
| 75304 | (s.promise = new Promise((o, i) => { |
| 75305 | ;((s.resolve = o), (s.reject = i)) |
| 75306 | })), |
| 75307 | s |
| 75308 | ) |
| 75309 | })() |
| 75310 | return ( |
| 75311 | o.configsActions.getConfigByUrl( |
| 75312 | { |
| 75313 | url: s, |
| 75314 | loadRemoteConfig: !0, |
| 75315 | requestInterceptor: i.requestInterceptor, |
| 75316 | responseInterceptor: i.responseInterceptor, |
| 75317 | }, |
| 75318 | (s) => { |
| 75319 | a.resolve(s) |
| 75320 | } |
| 75321 | ), |
| 75322 | a.promise |
| 75323 | ) |
| 75324 | }, |
| 75325 | runtime = () => () => { |
| 75326 | const s = {} |