{ "version": 3, "sources": ["../../packages/modules/trading-view/streams.ts", "../../packages/modules/components", "../../packages/modules/popups/account-upgrade/upgrading-warning/UpgradingWarning.lang.ts", "../../packages/modules/popups/account-upgrade/upgrading-warning", "../../packages/modules/popups/account-upgrade/upgrading-warning/util.ts", "../../packages/streams/wallets.ts", "../../packages/languages/order-place.lang.ts", "../../packages/modules/notification/util.ts", "../../packages/languages/notification-errors.lang.ts", "../../packages/api/margin.ts", "../../packages/languages/book.lang.ts", "../../packages/helper/account.ts", "../../packages/streams-contract/accounts.ts", "../../packages/modules/trading-view/util.ts", "../../packages/modules/order-book/util.ts", "../../packages/streams/fund.ts", "../../packages/interactions/util.ts", "../../packages/interactions/transfer.ts", "../../packages/languages/transfer.lang.ts", "../../packages/helper/margin.ts", "../../packages/modules/transfer/index.ts", "../../packages/modules-pc/popups/transfer-convert/streams.ts", "../../packages/widgets-pc", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/api/convert.ts", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert/components", "../../packages/modules-pc/popups/transfer-convert", "../../packages/widgets", "../../packages/helper/fun.ts", "../../packages/modules/place-order/util.ts", "../../packages/api/premium.ts", "../../packages/streams/vip-profile.ts", "../../packages/modules/components"], "sourcesContent": ["import {BehaviorSubject} from 'rxjs';\nimport {url$} from '@px/streams/url';\n\nexport const isPreListTime$ = new BehaviorSubject(false);\n\nurl$.subscribe((url: Url) => isPreListTime$.next(url.tradePair?.status === 'PreList'));\n", "\n\n\n\n