@feedmepos/mf-payment 0.0.0-beta.44 → 0.0.0-beta.46
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{PayoutAccount-B36CsJWY.js → PayoutAccount-DTukzTRi.js} +1 -1
- package/dist/{PayoutAccount-CEEjvQ2y.js → PayoutAccount-hywDibQr.js} +3 -3
- package/dist/PayoutAccountSetting-t3MudcS-.js +780 -0
- package/dist/{SettlementTransactions-CZc3gg2W.js → SettlementTransactions-Bv_KB2nk.js} +1 -1
- package/dist/{SettlementTransactions-Cva0BhNe.js → SettlementTransactions-Co0wLS-w.js} +1 -1
- package/dist/{TerminalTransaction-jVoZHvia.js → TerminalTransaction-UXIy6i3a.js} +1 -1
- package/dist/{TerminalTransaction-DYrFWTIb.js → TerminalTransaction-u-_yuP6s.js} +1 -1
- package/dist/{Transaction-D1RHJmuR.js → Transaction-CydLMWFM.js} +1 -1
- package/dist/{Transaction-CjUdHN9-.js → Transaction-p2vB4SVZ.js} +1 -1
- package/dist/{app-CkViCBtc.js → app-DCK0d4bJ.js} +114 -116
- package/dist/app.js +1 -1
- package/dist/{assets-BhBS0p9e.js → assets-B9l5jWbK.js} +23 -23
- package/dist/package.json +1 -1
- package/dist/{payout-account-Czc_-GAc.js → payout-account-DemIpQQ4.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/PayoutAccountSetting-CywVFXxL.js +0 -776
@@ -1,7 +1,7 @@
|
|
1
1
|
import { createRouter as Ln, createWebHistory as Un, useRouter as Bn } from "vue-router";
|
2
|
-
import { computed as Lt, watch as J, defineComponent as Ut, ref as
|
2
|
+
import { computed as Lt, watch as J, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as Ft, createBlock as Ht, onMounted as Hn, onBeforeMount as jn } from "vue";
|
3
3
|
import { useCoreStore as We } from "@feedmepos/mf-common";
|
4
|
-
import { defineStore as
|
4
|
+
import { defineStore as xn } from "pinia";
|
5
5
|
const Ve = [
|
6
6
|
{
|
7
7
|
path: "/admin/payout-accounts",
|
@@ -9,13 +9,13 @@ const Ve = [
|
|
9
9
|
meta: {
|
10
10
|
sidebarDisplay: "Payout Accounts"
|
11
11
|
},
|
12
|
-
component: () => import("./PayoutAccount-
|
12
|
+
component: () => import("./PayoutAccount-DTukzTRi.js")
|
13
13
|
},
|
14
14
|
{
|
15
15
|
path: "/admin/payout-accounts/:accountId",
|
16
16
|
name: "mf-payment-admin.payout-account-settings",
|
17
17
|
props: !0,
|
18
|
-
component: () => import("./PayoutAccountSetting-
|
18
|
+
component: () => import("./PayoutAccountSetting-t3MudcS-.js")
|
19
19
|
},
|
20
20
|
{
|
21
21
|
path: "/admin/terminal",
|
@@ -37,7 +37,7 @@ const Ve = [
|
|
37
37
|
meta: {
|
38
38
|
sidebarDisplay: "Offline Transactions"
|
39
39
|
},
|
40
|
-
component: () => import("./TerminalTransaction-
|
40
|
+
component: () => import("./TerminalTransaction-u-_yuP6s.js")
|
41
41
|
},
|
42
42
|
{
|
43
43
|
path: "/admin/transaction",
|
@@ -45,7 +45,7 @@ const Ve = [
|
|
45
45
|
meta: {
|
46
46
|
sidebarDisplay: "Online Transactions"
|
47
47
|
},
|
48
|
-
component: () => import("./Transaction-
|
48
|
+
component: () => import("./Transaction-CydLMWFM.js")
|
49
49
|
},
|
50
50
|
{
|
51
51
|
path: "/admin/settlement",
|
@@ -59,7 +59,7 @@ const Ve = [
|
|
59
59
|
path: "/admin/settlement/:settlementId",
|
60
60
|
name: "mf-payment-admin.settlement-transaction",
|
61
61
|
props: !0,
|
62
|
-
component: () => import("./SettlementTransactions-
|
62
|
+
component: () => import("./SettlementTransactions-Co0wLS-w.js")
|
63
63
|
}
|
64
64
|
], Ge = [
|
65
65
|
{
|
@@ -69,7 +69,7 @@ const Ve = [
|
|
69
69
|
{
|
70
70
|
path: "/payout-account",
|
71
71
|
name: "mf-payment-payout-account",
|
72
|
-
component: () => import("./PayoutAccount-
|
72
|
+
component: () => import("./PayoutAccount-hywDibQr.js"),
|
73
73
|
meta: {
|
74
74
|
sidebarDisplay: "Payout Accounts"
|
75
75
|
}
|
@@ -80,12 +80,12 @@ const Ve = [
|
|
80
80
|
meta: {
|
81
81
|
sidebarDisplay: "Offline Transactions"
|
82
82
|
},
|
83
|
-
component: () => import("./TerminalTransaction-
|
83
|
+
component: () => import("./TerminalTransaction-UXIy6i3a.js")
|
84
84
|
},
|
85
85
|
{
|
86
86
|
path: "/transaction",
|
87
87
|
name: "mf-payment-transaction",
|
88
|
-
component: () => import("./Transaction-
|
88
|
+
component: () => import("./Transaction-p2vB4SVZ.js"),
|
89
89
|
meta: {
|
90
90
|
sidebarDisplay: "Online Transactions"
|
91
91
|
}
|
@@ -102,9 +102,9 @@ const Ve = [
|
|
102
102
|
path: "/settlement/:settlementId",
|
103
103
|
name: "mf-payment-settlement-transaction",
|
104
104
|
props: !0,
|
105
|
-
component: () => import("./SettlementTransactions-
|
105
|
+
component: () => import("./SettlementTransactions-Bv_KB2nk.js")
|
106
106
|
}
|
107
|
-
], Wn =
|
107
|
+
], Wn = xn("iframe", () => {
|
108
108
|
const n = {
|
109
109
|
isIframe: !1
|
110
110
|
}, e = Lt(() => n);
|
@@ -116,7 +116,7 @@ const Ve = [
|
|
116
116
|
init: t
|
117
117
|
};
|
118
118
|
});
|
119
|
-
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_ce3e43a1-5cb9-45b4-845f-3eda6c593eb3", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.10.0 linux x64", npm_config_always_auth: "", CI: "true", npm_package_dependencies_vue: "^3.2.25", npm_config_bin_links: "true", npm_config_wrap_output: "", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_ce3e43a1-5cb9-45b4-845f-3eda6c593eb3", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.10.0/x64/bin/node", npm_package_devDependencies_vite: "^5.2.11", npm_package_devDependencies__tsconfig_node20: "^20.1.4", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "ghs_K1pNqVWBQpWW07p6qtfNyoMKcGPNKP2HAnba", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.10.2", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "478", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.44", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20241103.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.8/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.2/x64", JOURNAL_STREAM: "8:17902", GITHUB_WORKFLOW: "payment-mf-portal-dev", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "11737005453", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "07d042b9e9b94d7bf45f0c38be200ba748a07a86", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-dev.yaml@refs/heads/dev", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6MWFiNTMyMTQtNDgwYS00ZjRkLWIxMTktZWE0NzBkY2IyZDY3OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC84NDMgRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjoxYWI1MzIxNC00ODBhLTRmNGQtYjExOS1lYTQ3MGRjYjJkNjc6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzg0MyIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6IjZmMmU2MDI2LWIzNGEtNGNhNC04NTRkLWYwODIxOTEyM2ZhYSIsInNpZCI6ImYxOWIxZjI1LTRlNWUtNGVhYy05ZTk3LWVkNDdiMDhjZThiZiIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwic2hhXCI6XCIwN2QwNDJiOWU5Yjk0ZDdiZjQ1ZjBjMzhiZTIwMGJhNzQ4YTA3YTg2XCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjExNzM3MDA1NDUzXCIsXCJydW5fbnVtYmVyXCI6XCI2MlwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCIwN2QwNDJiOWU5Yjk0ZDdiZjQ1ZjBjMzhiZTIwMGJhNzQ4YTA3YTg2XCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCIwN2QwNDJiOWU5Yjk0ZDdiZjQ1ZjBjMzhiZTIwMGJhNzQ4YTA3YTg2XCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiIxYWI1MzIxNC00ODBhLTRmNGQtYjExOS1lYTQ3MGRjYjJkNjcuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzEwNDUzNDgsImV4cCI6MTczMTA2ODE0OH0.ddVh9pJqETEyxJj0xt5aLQDwcOiob-aIQHOR5CD4pozq1hiF75FuJ-osEZUSd7eU1o-EA3C5BxlroCKV3XBOBqabEYuZSiz7H1F3K0VqqApnEV5FU-KmQvcwuGm81_u5rT9vUPQiKMyua72FvEZtgjuMP8-zRtkO7A8Rna09GtpDre9KUxAELid9wDXQ5AR1uc-Jgu0XZVE09X3UrTHgtFR-zI2EVI_Cj0g7dGA99yTJtQG7_0RuElTxeubkEvr8VdQuQWdBl7r28H72uWerbwnShv9N1EWytWEhw66P2xIXMtguhESnsbYpfQOjkhEPe8tQMsa45bjOM0E147QkZA", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1731045999263-0.45313672382934356:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731045999098-0.9433441083925829:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731045998935-0.04699082063981774:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/22.10.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_58c875c5-693c-4a05-a57c-c8a1ad0e2f79", INVOCATION_ID: "c5897b28a2d14cbc8898ba2b410513ab", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_devDependencies__types_qrcode: "^1.5.0", npm_package_devDependencies__types_jsurl: "^0.1.2", npm_package_dependencies_file_saver: "^2.0.5", npm_package_scripts_deploy_dev: "yarn build-only:dev && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_name: "@feedmepos/mf-payment", GITHUB_ACTION: "__run", GITHUB_RUN_NUMBER: "62", GITHUB_TRIGGERING_ACTOR: "Oskang09", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_package_scripts_deploy_prod: "yarn build-only:prod && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_dependencies_vue_advanced_cropper: "^2.8.6", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.17.0", npm_package_devDependencies__vue_test_utils: "^2.4.1", npm_package_devDependencies__vue_eslint_config_typescript: "^10.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 359", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:dev", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:mf:dev", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "0.0.0-beta.44", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:dev"],"original":["deploy:dev"]}', npm_package_devDependencies__types_dinero_js: "^1.9.0", npm_package_dependencies_uuid: "^9.0.0", npm_package_dependencies_buffer: "^6.0.3", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "07d042b9e9b94d7bf45f0c38be200ba748a07a86", GITHUB_RUN_ATTEMPT: "1", npm_package_dependencies_vue_router: "^4.2.5", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/heads/dev", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_ce3e43a1-5cb9-45b4-845f-3eda6c593eb3", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/1ab53214-480a-4f4d-b119-ea470dcb2d67/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_ce3e43a1-5cb9-45b4-845f-3eda6c593eb3", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_ce3e43a1-5cb9-45b4-845f-3eda6c593eb3", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.5-demo16", NODE_ENV: "production", ENVIRONMENT: "development", FIREBASE_API_KEY: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", FIREBASE_AUTH_DOMAIN: "feedme-dev-4c3ef.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-dev-4c3ef.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-dev-4c3ef", FIREBASE_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", FIREBASE_MESSAGING_SENDER_ID: "458797803788", FIREBASE_APP_ID: "1:458797803788:web:37f2af2926a84288f0c129", FIREBASE_MEASUREMENT_ID: "G-J2QG09D2Q7", ASSET_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4" };
|
119
|
+
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_c5d1535b-e50a-4587-ab3e-73efdd4e3892", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.10.0 linux x64", npm_config_always_auth: "", CI: "true", npm_package_dependencies_vue: "^3.2.25", npm_config_bin_links: "true", npm_config_wrap_output: "", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_c5d1535b-e50a-4587-ab3e-73efdd4e3892", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.10.0/x64/bin/node", npm_package_devDependencies_vite: "^5.2.11", npm_package_devDependencies__tsconfig_node20: "^20.1.4", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "ghs_WWl50XMfTuXhI3lEvXm3qzPci7VvLb0kiVmH", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.10.2", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "485", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.44", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20241103.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.8/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.2/x64", JOURNAL_STREAM: "8:18477", GITHUB_WORKFLOW: "payment-mf-portal-dev", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "11775004436", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "2056bd93d2877d8e5419b0ff25127cc673d32ddd", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-dev.yaml@refs/heads/dev", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6NTc3Y2E5YzYtNmIzZS00MThhLWE2MjktODIzNDI0N2YwMDZkOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC84NTMgRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjo1NzdjYTljNi02YjNlLTQxOGEtYTYyOS04MjM0MjQ3ZjAwNmQ6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzg1MyIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6IjYzNmU2NTM2LTFjZDEtNDc5NC1hODhhLWFlYmExZmEyY2Y3YiIsInNpZCI6IjQ4NDkzMjI4LTI1MzktNDEzOC04NmJlLWY2YWNmMzhhZGVhMSIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwic2hhXCI6XCIyMDU2YmQ5M2QyODc3ZDhlNTQxOWIwZmYyNTEyN2NjNjczZDMyZGRkXCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjExNzc1MDA0NDM2XCIsXCJydW5fbnVtYmVyXCI6XCI2NVwiLFwicnVuX2F0dGVtcHRcIjpcIjJcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCIyMDU2YmQ5M2QyODc3ZDhlNTQxOWIwZmYyNTEyN2NjNjczZDMyZGRkXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCIyMDU2YmQ5M2QyODc3ZDhlNTQxOWIwZmYyNTEyN2NjNjczZDMyZGRkXCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiI1NzdjYTljNi02YjNlLTQxOGEtYTYyOS04MjM0MjQ3ZjAwNmQuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzEzMTM5MTAsImV4cCI6MTczMTMzNjcxMH0.QSnIisRNDd8-MR8_RJ74KxC7aLb2lEBk_QGKYGOC-jW4xbWtH9PcJ7QvXgbzwptbAZ_CpDuEaEpT_6h99elQzEjNJMDIHsi4s-RVXhqbj9j0lqwUAWQMRVwwZnFvgal0yeO0R-hAMpSdYQiG1PaPRtDfae-eDDEVRkHk5mn85SU3Rx5-FUww_ZFI0iSw8CREVUpFodBKWeq14gFsgs-_0z0iGMdThzFPsGbEhJlYiMbN7TP-Y25gUMLbGQt1AihSXysgJC-YKnEWvUlS14kSLHutMeUW5rjajNfJvlAXEFHEz089VOsSEQl9If99bHKwaaR3wH6BfOwjCKVSBUv5kw", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1731314573399-0.8501727155675278:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731314573238-0.10725394282349243:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731314573076-0.06225030524085162:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.10.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.10.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/22.10.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_5eb7eaff-c1c2-4337-a918-3ca89bccaf57", INVOCATION_ID: "648b9231874040d7b2145c51b80fe99d", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_devDependencies__types_qrcode: "^1.5.0", npm_package_devDependencies__types_jsurl: "^0.1.2", npm_package_dependencies_file_saver: "^2.0.5", npm_package_scripts_deploy_dev: "yarn build-only:dev && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_name: "@feedmepos/mf-payment", GITHUB_ACTION: "__run", GITHUB_RUN_NUMBER: "65", GITHUB_TRIGGERING_ACTOR: "Oskang09", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_package_scripts_deploy_prod: "yarn build-only:prod && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_dependencies_vue_advanced_cropper: "^2.8.6", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.17.0", npm_package_devDependencies__vue_test_utils: "^2.4.1", npm_package_devDependencies__vue_eslint_config_typescript: "^10.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 229", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:dev", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:mf:dev", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "0.0.0-beta.46", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:dev"],"original":["deploy:dev"]}', npm_package_devDependencies__types_dinero_js: "^1.9.0", npm_package_dependencies_uuid: "^9.0.0", npm_package_dependencies_buffer: "^6.0.3", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "2056bd93d2877d8e5419b0ff25127cc673d32ddd", GITHUB_RUN_ATTEMPT: "2", npm_package_dependencies_vue_router: "^4.2.5", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/heads/dev", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_c5d1535b-e50a-4587-ab3e-73efdd4e3892", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/577ca9c6-6b3e-418a-a629-8234247f006d/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_c5d1535b-e50a-4587-ab3e-73efdd4e3892", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_c5d1535b-e50a-4587-ab3e-73efdd4e3892", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.5-demo16", NODE_ENV: "production", ENVIRONMENT: "development", FIREBASE_API_KEY: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", FIREBASE_AUTH_DOMAIN: "feedme-dev-4c3ef.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-dev-4c3ef.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-dev-4c3ef", FIREBASE_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", FIREBASE_MESSAGING_SENDER_ID: "458797803788", FIREBASE_APP_ID: "1:458797803788:web:37f2af2926a84288f0c129", FIREBASE_MEASUREMENT_ID: "G-J2QG09D2Q7", ASSET_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4" };
|
120
120
|
/**
|
121
121
|
* @license
|
122
122
|
* Copyright 2017 Google LLC
|
@@ -160,7 +160,7 @@ const jt = function(n) {
|
|
160
160
|
}
|
161
161
|
}
|
162
162
|
return e.join("");
|
163
|
-
},
|
163
|
+
}, xt = {
|
164
164
|
/**
|
165
165
|
* Maps bytes to characters.
|
166
166
|
*/
|
@@ -277,8 +277,8 @@ const jt = function(n) {
|
|
277
277
|
if (r.push(m), l !== 64) {
|
278
278
|
const v = a << 4 & 240 | l >> 2;
|
279
279
|
if (r.push(v), p !== 64) {
|
280
|
-
const
|
281
|
-
r.push(
|
280
|
+
const F = l << 6 & 192 | p;
|
281
|
+
r.push(F);
|
282
282
|
}
|
283
283
|
}
|
284
284
|
}
|
@@ -304,12 +304,12 @@ class Gn extends Error {
|
|
304
304
|
}
|
305
305
|
const zn = function(n) {
|
306
306
|
const e = jt(n);
|
307
|
-
return
|
307
|
+
return xt.encodeByteArray(e, !0);
|
308
308
|
}, le = function(n) {
|
309
309
|
return zn(n).replace(/\./g, "");
|
310
310
|
}, Wt = function(n) {
|
311
311
|
try {
|
312
|
-
return
|
312
|
+
return xt.decodeString(n, !0);
|
313
313
|
} catch (e) {
|
314
314
|
console.error("base64Decode failed: ", e);
|
315
315
|
}
|
@@ -383,7 +383,7 @@ const Jn = () => $n().__FIREBASE_DEFAULTS__, Zn = () => {
|
|
383
383
|
}, Vt = (n) => {
|
384
384
|
var e, t;
|
385
385
|
return (t = (e = ze()) === null || e === void 0 ? void 0 : e.emulatorHosts) === null || t === void 0 ? void 0 : t[n];
|
386
|
-
},
|
386
|
+
}, So = (n) => {
|
387
387
|
const e = Vt(n);
|
388
388
|
if (!e)
|
389
389
|
return;
|
@@ -451,7 +451,7 @@ class Yn {
|
|
451
451
|
* See the License for the specific language governing permissions and
|
452
452
|
* limitations under the License.
|
453
453
|
*/
|
454
|
-
function
|
454
|
+
function Ao(n, e) {
|
455
455
|
if (n.uid)
|
456
456
|
throw new Error('The "uid" field is no longer supported by mockUserToken. Please use "sub" instead for Firebase Auth User ID.');
|
457
457
|
const t = {
|
@@ -1192,12 +1192,12 @@ function wr(n) {
|
|
1192
1192
|
}
|
1193
1193
|
function Rr(n) {
|
1194
1194
|
return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
1195
|
-
const r = n.call(
|
1195
|
+
const r = n.call(Se(this), e, ...t);
|
1196
1196
|
return Zt.set(r, e.sort ? e.sort() : [e]), N(r);
|
1197
1197
|
} : yr().includes(n) ? function(...e) {
|
1198
|
-
return n.apply(
|
1198
|
+
return n.apply(Se(this), e), N(Jt.get(this));
|
1199
1199
|
} : function(...e) {
|
1200
|
-
return N(n.apply(
|
1200
|
+
return N(n.apply(Se(this), e));
|
1201
1201
|
};
|
1202
1202
|
}
|
1203
1203
|
function kr(n) {
|
@@ -1211,8 +1211,8 @@ function N(n) {
|
|
1211
1211
|
const e = kr(n);
|
1212
1212
|
return e !== n && (ke.set(n, e), $e.set(e, n)), e;
|
1213
1213
|
}
|
1214
|
-
const
|
1215
|
-
function
|
1214
|
+
const Se = (n) => $e.get(n);
|
1215
|
+
function Sr(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
1216
1216
|
const o = indexedDB.open(n, e), a = N(o);
|
1217
1217
|
return r && o.addEventListener("upgradeneeded", (c) => {
|
1218
1218
|
r(N(o.result), c.oldVersion, c.newVersion, N(o.transaction), c);
|
@@ -1226,16 +1226,16 @@ function Ar(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
|
1226
1226
|
}).catch(() => {
|
1227
1227
|
}), a;
|
1228
1228
|
}
|
1229
|
-
const
|
1229
|
+
const Ar = ["get", "getKey", "getAll", "getAllKeys", "count"], Or = ["put", "add", "delete", "clear"], Ae = /* @__PURE__ */ new Map();
|
1230
1230
|
function ut(n, e) {
|
1231
1231
|
if (!(n instanceof IDBDatabase && !(e in n) && typeof e == "string"))
|
1232
1232
|
return;
|
1233
|
-
if (
|
1234
|
-
return
|
1233
|
+
if (Ae.get(e))
|
1234
|
+
return Ae.get(e);
|
1235
1235
|
const t = e.replace(/FromIndex$/, ""), r = e !== t, i = Or.includes(t);
|
1236
1236
|
if (
|
1237
1237
|
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
1238
|
-
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i ||
|
1238
|
+
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Ar.includes(t))
|
1239
1239
|
)
|
1240
1240
|
return;
|
1241
1241
|
const s = async function(o, ...a) {
|
@@ -1246,7 +1246,7 @@ function ut(n, e) {
|
|
1246
1246
|
i && c.done
|
1247
1247
|
]))[0];
|
1248
1248
|
};
|
1249
|
-
return
|
1249
|
+
return Ae.set(e, s), s;
|
1250
1250
|
}
|
1251
1251
|
wr((n) => ({
|
1252
1252
|
...n,
|
@@ -1306,7 +1306,7 @@ const Ue = "@firebase/app", ht = "0.10.12";
|
|
1306
1306
|
* See the License for the specific language governing permissions and
|
1307
1307
|
* limitations under the License.
|
1308
1308
|
*/
|
1309
|
-
const T = new $t("@firebase/app"), Dr = "@firebase/app-compat", Pr = "@firebase/analytics-compat", Mr = "@firebase/analytics", Lr = "@firebase/app-check-compat", Ur = "@firebase/app-check", Br = "@firebase/auth",
|
1309
|
+
const T = new $t("@firebase/app"), Dr = "@firebase/app-compat", Pr = "@firebase/analytics-compat", Mr = "@firebase/analytics", Lr = "@firebase/app-check-compat", Ur = "@firebase/app-check", Br = "@firebase/auth", Fr = "@firebase/auth-compat", Hr = "@firebase/database", jr = "@firebase/data-connect", xr = "@firebase/database-compat", Wr = "@firebase/functions", Vr = "@firebase/functions-compat", Gr = "@firebase/installations", zr = "@firebase/installations-compat", $r = "@firebase/messaging", Jr = "@firebase/messaging-compat", Zr = "@firebase/performance", Xr = "@firebase/performance-compat", Yr = "@firebase/remote-config", Kr = "@firebase/remote-config-compat", qr = "@firebase/storage", Qr = "@firebase/storage-compat", ei = "@firebase/firestore", ti = "@firebase/vertexai-preview", ni = "@firebase/firestore-compat", ri = "firebase", ii = "10.14.0";
|
1310
1310
|
/**
|
1311
1311
|
* @license
|
1312
1312
|
* Copyright 2019 Google LLC
|
@@ -1331,10 +1331,10 @@ const Be = "[DEFAULT]", si = {
|
|
1331
1331
|
[Ur]: "fire-app-check",
|
1332
1332
|
[Lr]: "fire-app-check-compat",
|
1333
1333
|
[Br]: "fire-auth",
|
1334
|
-
[
|
1335
|
-
[
|
1334
|
+
[Fr]: "fire-auth-compat",
|
1335
|
+
[Hr]: "fire-rtdb",
|
1336
1336
|
[jr]: "fire-data-connect",
|
1337
|
-
[
|
1337
|
+
[xr]: "fire-rtdb-compat",
|
1338
1338
|
[Wr]: "fire-fn",
|
1339
1339
|
[Vr]: "fire-fn-compat",
|
1340
1340
|
[Gr]: "fire-iid",
|
@@ -1369,7 +1369,7 @@ const Be = "[DEFAULT]", si = {
|
|
1369
1369
|
* See the License for the specific language governing permissions and
|
1370
1370
|
* limitations under the License.
|
1371
1371
|
*/
|
1372
|
-
const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(),
|
1372
|
+
const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(), Fe = /* @__PURE__ */ new Map();
|
1373
1373
|
function pt(n, e) {
|
1374
1374
|
try {
|
1375
1375
|
n.container.addComponent(e);
|
@@ -1379,9 +1379,9 @@ function pt(n, e) {
|
|
1379
1379
|
}
|
1380
1380
|
function X(n) {
|
1381
1381
|
const e = n.name;
|
1382
|
-
if (
|
1382
|
+
if (Fe.has(e))
|
1383
1383
|
return T.debug(`There were multiple attempts to register component ${e}.`), !1;
|
1384
|
-
|
1384
|
+
Fe.set(e, n);
|
1385
1385
|
for (const t of ue.values())
|
1386
1386
|
pt(t, n);
|
1387
1387
|
for (const t of oi.values())
|
@@ -1522,7 +1522,7 @@ function Yt(n, e = {}) {
|
|
1522
1522
|
throw D.create("duplicate-app", { appName: i });
|
1523
1523
|
}
|
1524
1524
|
const o = new fr(i);
|
1525
|
-
for (const c of
|
1525
|
+
for (const c of Fe.values())
|
1526
1526
|
o.addComponent(c);
|
1527
1527
|
const a = new ci(t, r, o);
|
1528
1528
|
return ue.set(i, a), a;
|
@@ -1573,7 +1573,7 @@ function j(n, e, t) {
|
|
1573
1573
|
const di = "firebase-heartbeat-database", ui = 1, Y = "firebase-heartbeat-store";
|
1574
1574
|
let Oe = null;
|
1575
1575
|
function Kt() {
|
1576
|
-
return Oe || (Oe =
|
1576
|
+
return Oe || (Oe = Sr(di, ui, {
|
1577
1577
|
upgrade: (n, e) => {
|
1578
1578
|
switch (e) {
|
1579
1579
|
case 0:
|
@@ -1921,7 +1921,7 @@ function R(n, e) {
|
|
1921
1921
|
* See the License for the specific language governing permissions and
|
1922
1922
|
* limitations under the License.
|
1923
1923
|
*/
|
1924
|
-
function
|
1924
|
+
function He() {
|
1925
1925
|
var n;
|
1926
1926
|
return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.href) || "";
|
1927
1927
|
}
|
@@ -2174,7 +2174,7 @@ const ki = {
|
|
2174
2174
|
* See the License for the specific language governing permissions and
|
2175
2175
|
* limitations under the License.
|
2176
2176
|
*/
|
2177
|
-
const
|
2177
|
+
const Si = new te(3e4, 6e4);
|
2178
2178
|
function ge(n, e) {
|
2179
2179
|
return n.tenantId && !e.tenantId ? Object.assign(Object.assign({}, e), { tenantId: n.tenantId }) : e;
|
2180
2180
|
}
|
@@ -2203,7 +2203,7 @@ async function rn(n, e, t) {
|
|
2203
2203
|
n._canInitEmulator = !1;
|
2204
2204
|
const r = Object.assign(Object.assign({}, ki), e);
|
2205
2205
|
try {
|
2206
|
-
const i = new
|
2206
|
+
const i = new Ai(n), s = await Promise.race([
|
2207
2207
|
t(),
|
2208
2208
|
i.promise
|
2209
2209
|
]);
|
@@ -2242,14 +2242,14 @@ function on(n, e, t, r) {
|
|
2242
2242
|
const i = `${e}${t}?${r}`;
|
2243
2243
|
return n.config.emulator ? Xe(n.config, i) : `${n.config.apiScheme}://${i}`;
|
2244
2244
|
}
|
2245
|
-
class
|
2245
|
+
class Ai {
|
2246
2246
|
constructor(e) {
|
2247
2247
|
this.auth = e, this.timer = null, this.promise = new Promise((t, r) => {
|
2248
2248
|
this.timer = setTimeout(() => r(_(
|
2249
2249
|
this.auth,
|
2250
2250
|
"network-request-failed"
|
2251
2251
|
/* AuthErrorCode.NETWORK_REQUEST_FAILED */
|
2252
|
-
)),
|
2252
|
+
)), Si.get());
|
2253
2253
|
});
|
2254
2254
|
}
|
2255
2255
|
clearNetworkTimeout() {
|
@@ -2600,7 +2600,7 @@ async function Ui(n, e) {
|
|
2600
2600
|
* See the License for the specific language governing permissions and
|
2601
2601
|
* limitations under the License.
|
2602
2602
|
*/
|
2603
|
-
class
|
2603
|
+
class x {
|
2604
2604
|
constructor() {
|
2605
2605
|
this.refreshToken = null, this.accessToken = null, this.expirationTime = null;
|
2606
2606
|
}
|
@@ -2652,7 +2652,7 @@ class H {
|
|
2652
2652
|
this.refreshToken = t || null, this.accessToken = e || null, this.expirationTime = Date.now() + r * 1e3;
|
2653
2653
|
}
|
2654
2654
|
static fromJSON(e, t) {
|
2655
|
-
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new
|
2655
|
+
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new x();
|
2656
2656
|
return r && (d(typeof r == "string", "internal-error", {
|
2657
2657
|
appName: e
|
2658
2658
|
}), o.refreshToken = r), i && (d(typeof i == "string", "internal-error", {
|
@@ -2672,7 +2672,7 @@ class H {
|
|
2672
2672
|
this.accessToken = e.accessToken, this.refreshToken = e.refreshToken, this.expirationTime = e.expirationTime;
|
2673
2673
|
}
|
2674
2674
|
_clone() {
|
2675
|
-
return Object.assign(new
|
2675
|
+
return Object.assign(new x(), this.toJSON());
|
2676
2676
|
}
|
2677
2677
|
_performRefresh() {
|
2678
2678
|
return b("not implemented");
|
@@ -2782,14 +2782,14 @@ class y {
|
|
2782
2782
|
}
|
2783
2783
|
static _fromJSON(e, t) {
|
2784
2784
|
var r, i, s, o, a, c, l, u;
|
2785
|
-
const p = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, v = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0,
|
2785
|
+
const p = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, v = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0, F = (o = t.photoURL) !== null && o !== void 0 ? o : void 0, tt = (a = t.tenantId) !== null && a !== void 0 ? a : void 0, ye = (c = t._redirectEventId) !== null && c !== void 0 ? c : void 0, nt = (l = t.createdAt) !== null && l !== void 0 ? l : void 0, rt = (u = t.lastLoginAt) !== null && u !== void 0 ? u : void 0, { uid: Ee, emailVerified: it, isAnonymous: st, providerData: Te, stsTokenManager: ot } = t;
|
2786
2786
|
d(
|
2787
2787
|
Ee && ot,
|
2788
2788
|
e,
|
2789
2789
|
"internal-error"
|
2790
2790
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2791
2791
|
);
|
2792
|
-
const Pn =
|
2792
|
+
const Pn = x.fromJSON(this.name, ot);
|
2793
2793
|
d(
|
2794
2794
|
typeof Ee == "string",
|
2795
2795
|
e,
|
@@ -2805,7 +2805,7 @@ class y {
|
|
2805
2805
|
e,
|
2806
2806
|
"internal-error"
|
2807
2807
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2808
|
-
), k(v, e.name), k(
|
2808
|
+
), k(v, e.name), k(F, e.name), k(tt, e.name), k(ye, e.name), k(nt, e.name), k(rt, e.name);
|
2809
2809
|
const we = new y({
|
2810
2810
|
uid: Ee,
|
2811
2811
|
auth: e,
|
@@ -2813,7 +2813,7 @@ class y {
|
|
2813
2813
|
emailVerified: it,
|
2814
2814
|
displayName: p,
|
2815
2815
|
isAnonymous: st,
|
2816
|
-
photoURL:
|
2816
|
+
photoURL: F,
|
2817
2817
|
phoneNumber: v,
|
2818
2818
|
tenantId: tt,
|
2819
2819
|
stsTokenManager: Pn,
|
@@ -2828,7 +2828,7 @@ class y {
|
|
2828
2828
|
* @param idTokenResponse
|
2829
2829
|
*/
|
2830
2830
|
static async _fromIdTokenResponse(e, t, r = !1) {
|
2831
|
-
const i = new
|
2831
|
+
const i = new x();
|
2832
2832
|
i.updateFromServerResponse(t);
|
2833
2833
|
const s = new y({
|
2834
2834
|
uid: t.localId,
|
@@ -2850,7 +2850,7 @@ class y {
|
|
2850
2850
|
"internal-error"
|
2851
2851
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2852
2852
|
);
|
2853
|
-
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new
|
2853
|
+
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new x();
|
2854
2854
|
a.updateFromIdToken(r);
|
2855
2855
|
const c = new y({
|
2856
2856
|
uid: i.localId,
|
@@ -3088,7 +3088,7 @@ function Bi(n = f()) {
|
|
3088
3088
|
var e;
|
3089
3089
|
return Ke(n) && !!(!((e = window.navigator) === null || e === void 0) && e.standalone);
|
3090
3090
|
}
|
3091
|
-
function
|
3091
|
+
function Fi() {
|
3092
3092
|
return tr() && document.documentMode === 10;
|
3093
3093
|
}
|
3094
3094
|
function gn(n = f()) {
|
@@ -3141,7 +3141,7 @@ function vn(n, e = []) {
|
|
3141
3141
|
* See the License for the specific language governing permissions and
|
3142
3142
|
* limitations under the License.
|
3143
3143
|
*/
|
3144
|
-
class
|
3144
|
+
class Hi {
|
3145
3145
|
constructor(e) {
|
3146
3146
|
this.auth = e, this.queue = [];
|
3147
3147
|
}
|
@@ -3215,12 +3215,12 @@ async function ji(n, e = {}) {
|
|
3215
3215
|
* See the License for the specific language governing permissions and
|
3216
3216
|
* limitations under the License.
|
3217
3217
|
*/
|
3218
|
-
const
|
3218
|
+
const xi = 6;
|
3219
3219
|
class Wi {
|
3220
3220
|
constructor(e) {
|
3221
3221
|
var t, r, i, s;
|
3222
3222
|
const o = e.customStrengthOptions;
|
3223
|
-
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t :
|
3223
|
+
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t : xi, o.maxPasswordLength && (this.customStrengthOptions.maxPasswordLength = o.maxPasswordLength), o.containsLowercaseCharacter !== void 0 && (this.customStrengthOptions.containsLowercaseLetter = o.containsLowercaseCharacter), o.containsUppercaseCharacter !== void 0 && (this.customStrengthOptions.containsUppercaseLetter = o.containsUppercaseCharacter), o.containsNumericCharacter !== void 0 && (this.customStrengthOptions.containsNumericCharacter = o.containsNumericCharacter), o.containsNonAlphanumericCharacter !== void 0 && (this.customStrengthOptions.containsNonAlphanumericCharacter = o.containsNonAlphanumericCharacter), this.enforcementState = e.enforcementState, this.enforcementState === "ENFORCEMENT_STATE_UNSPECIFIED" && (this.enforcementState = "OFF"), this.allowedNonAlphanumericCharacters = (i = (r = e.allowedNonAlphanumericCharacters) === null || r === void 0 ? void 0 : r.join("")) !== null && i !== void 0 ? i : "", this.forceUpgradeOnSignin = (s = e.forceUpgradeOnSignin) !== null && s !== void 0 ? s : !1, this.schemaVersion = e.schemaVersion;
|
3224
3224
|
}
|
3225
3225
|
validatePassword(e) {
|
3226
3226
|
var t, r, i, s, o, a;
|
@@ -3305,7 +3305,7 @@ class Wi {
|
|
3305
3305
|
*/
|
3306
3306
|
class Vi {
|
3307
3307
|
constructor(e, t, r, i) {
|
3308
|
-
this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new
|
3308
|
+
this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new Hi(this), this.redirectUser = null, this.isProactiveRefreshEnabled = !1, this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION = 1, this._canInitEmulator = !0, this._isInitialized = !1, this._deleted = !1, this._initializationPromise = null, this._popupRedirectResolver = null, this._errorFactory = en, this._agentRecaptchaConfig = null, this._tenantRecaptchaConfigs = {}, this._projectPasswordPolicy = null, this._tenantPasswordPolicies = {}, this.lastNotifiedUid = void 0, this.languageCode = null, this.tenantId = null, this.settings = { appVerificationDisabledForTesting: !1 }, this.frameworks = [], this.name = e.name, this.clientVersion = i.sdkClientVersion;
|
3309
3309
|
}
|
3310
3310
|
_initializeWithPersistence(e, t) {
|
3311
3311
|
return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
|
@@ -4024,7 +4024,7 @@ class ne extends yn {
|
|
4024
4024
|
* See the License for the specific language governing permissions and
|
4025
4025
|
* limitations under the License.
|
4026
4026
|
*/
|
4027
|
-
class
|
4027
|
+
class S extends ne {
|
4028
4028
|
constructor() {
|
4029
4029
|
super(
|
4030
4030
|
"facebook.com"
|
@@ -4045,8 +4045,8 @@ class A extends ne {
|
|
4045
4045
|
*/
|
4046
4046
|
static credential(e) {
|
4047
4047
|
return U._fromParams({
|
4048
|
-
providerId:
|
4049
|
-
signInMethod:
|
4048
|
+
providerId: S.PROVIDER_ID,
|
4049
|
+
signInMethod: S.FACEBOOK_SIGN_IN_METHOD,
|
4050
4050
|
accessToken: e
|
4051
4051
|
});
|
4052
4052
|
}
|
@@ -4056,7 +4056,7 @@ class A extends ne {
|
|
4056
4056
|
* @param userCredential - The user credential.
|
4057
4057
|
*/
|
4058
4058
|
static credentialFromResult(e) {
|
4059
|
-
return
|
4059
|
+
return S.credentialFromTaggedObject(e);
|
4060
4060
|
}
|
4061
4061
|
/**
|
4062
4062
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4065,20 +4065,20 @@ class A extends ne {
|
|
4065
4065
|
* @param userCredential - The user credential.
|
4066
4066
|
*/
|
4067
4067
|
static credentialFromError(e) {
|
4068
|
-
return
|
4068
|
+
return S.credentialFromTaggedObject(e.customData || {});
|
4069
4069
|
}
|
4070
4070
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4071
4071
|
if (!e || !("oauthAccessToken" in e) || !e.oauthAccessToken)
|
4072
4072
|
return null;
|
4073
4073
|
try {
|
4074
|
-
return
|
4074
|
+
return S.credential(e.oauthAccessToken);
|
4075
4075
|
} catch {
|
4076
4076
|
return null;
|
4077
4077
|
}
|
4078
4078
|
}
|
4079
4079
|
}
|
4080
|
-
|
4081
|
-
|
4080
|
+
S.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
|
4081
|
+
S.PROVIDER_ID = "facebook.com";
|
4082
4082
|
/**
|
4083
4083
|
* @license
|
4084
4084
|
* Copyright 2020 Google LLC
|
@@ -4095,7 +4095,7 @@ A.PROVIDER_ID = "facebook.com";
|
|
4095
4095
|
* See the License for the specific language governing permissions and
|
4096
4096
|
* limitations under the License.
|
4097
4097
|
*/
|
4098
|
-
class
|
4098
|
+
class A extends ne {
|
4099
4099
|
constructor() {
|
4100
4100
|
super(
|
4101
4101
|
"google.com"
|
@@ -4117,8 +4117,8 @@ class S extends ne {
|
|
4117
4117
|
*/
|
4118
4118
|
static credential(e, t) {
|
4119
4119
|
return U._fromParams({
|
4120
|
-
providerId:
|
4121
|
-
signInMethod:
|
4120
|
+
providerId: A.PROVIDER_ID,
|
4121
|
+
signInMethod: A.GOOGLE_SIGN_IN_METHOD,
|
4122
4122
|
idToken: e,
|
4123
4123
|
accessToken: t
|
4124
4124
|
});
|
@@ -4129,7 +4129,7 @@ class S extends ne {
|
|
4129
4129
|
* @param userCredential - The user credential.
|
4130
4130
|
*/
|
4131
4131
|
static credentialFromResult(e) {
|
4132
|
-
return
|
4132
|
+
return A.credentialFromTaggedObject(e);
|
4133
4133
|
}
|
4134
4134
|
/**
|
4135
4135
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4138,7 +4138,7 @@ class S extends ne {
|
|
4138
4138
|
* @param userCredential - The user credential.
|
4139
4139
|
*/
|
4140
4140
|
static credentialFromError(e) {
|
4141
|
-
return
|
4141
|
+
return A.credentialFromTaggedObject(e.customData || {});
|
4142
4142
|
}
|
4143
4143
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4144
4144
|
if (!e)
|
@@ -4147,14 +4147,14 @@ class S extends ne {
|
|
4147
4147
|
if (!t && !r)
|
4148
4148
|
return null;
|
4149
4149
|
try {
|
4150
|
-
return
|
4150
|
+
return A.credential(t, r);
|
4151
4151
|
} catch {
|
4152
4152
|
return null;
|
4153
4153
|
}
|
4154
4154
|
}
|
4155
4155
|
}
|
4156
|
-
|
4157
|
-
|
4156
|
+
A.GOOGLE_SIGN_IN_METHOD = "google.com";
|
4157
|
+
A.PROVIDER_ID = "google.com";
|
4158
4158
|
/**
|
4159
4159
|
* @license
|
4160
4160
|
* Copyright 2020 Google LLC
|
@@ -4583,7 +4583,7 @@ class wn extends Tn {
|
|
4583
4583
|
const o = this.storage.getItem(r);
|
4584
4584
|
!t && this.localCache[r] === o || this.notifyListeners(r, o);
|
4585
4585
|
}, s = this.storage.getItem(r);
|
4586
|
-
|
4586
|
+
Fi() && s !== e.newValue && e.newValue !== e.oldValue ? setTimeout(i, cs) : i();
|
4587
4587
|
}
|
4588
4588
|
notifyListeners(e, t) {
|
4589
4589
|
this.localCache[e] = t;
|
@@ -4940,7 +4940,7 @@ function hs(n) {
|
|
4940
4940
|
* See the License for the specific language governing permissions and
|
4941
4941
|
* limitations under the License.
|
4942
4942
|
*/
|
4943
|
-
function
|
4943
|
+
function Sn() {
|
4944
4944
|
return typeof g().WorkerGlobalScope < "u" && typeof g().importScripts == "function";
|
4945
4945
|
}
|
4946
4946
|
async function ps() {
|
@@ -4957,7 +4957,7 @@ function fs() {
|
|
4957
4957
|
return ((n = navigator == null ? void 0 : navigator.serviceWorker) === null || n === void 0 ? void 0 : n.controller) || null;
|
4958
4958
|
}
|
4959
4959
|
function ms() {
|
4960
|
-
return
|
4960
|
+
return Sn() ? self : null;
|
4961
4961
|
}
|
4962
4962
|
/**
|
4963
4963
|
* @license
|
@@ -4975,7 +4975,7 @@ function ms() {
|
|
4975
4975
|
* See the License for the specific language governing permissions and
|
4976
4976
|
* limitations under the License.
|
4977
4977
|
*/
|
4978
|
-
const
|
4978
|
+
const An = "firebaseLocalStorageDb", _s = 1, _e = "firebaseLocalStorage", On = "fbase_key";
|
4979
4979
|
class re {
|
4980
4980
|
constructor(e) {
|
4981
4981
|
this.request = e;
|
@@ -4994,11 +4994,11 @@ function be(n, e) {
|
|
4994
4994
|
return n.transaction([_e], e ? "readwrite" : "readonly").objectStore(_e);
|
4995
4995
|
}
|
4996
4996
|
function gs() {
|
4997
|
-
const n = indexedDB.deleteDatabase(
|
4997
|
+
const n = indexedDB.deleteDatabase(An);
|
4998
4998
|
return new re(n).toPromise();
|
4999
4999
|
}
|
5000
|
-
function
|
5001
|
-
const n = indexedDB.open(
|
5000
|
+
function xe() {
|
5001
|
+
const n = indexedDB.open(An, _s);
|
5002
5002
|
return new Promise((e, t) => {
|
5003
5003
|
n.addEventListener("error", () => {
|
5004
5004
|
t(n.error);
|
@@ -5011,7 +5011,7 @@ function He() {
|
|
5011
5011
|
}
|
5012
5012
|
}), n.addEventListener("success", async () => {
|
5013
5013
|
const r = n.result;
|
5014
|
-
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await
|
5014
|
+
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await xe()));
|
5015
5015
|
});
|
5016
5016
|
});
|
5017
5017
|
}
|
@@ -5026,7 +5026,7 @@ async function vs(n, e) {
|
|
5026
5026
|
const t = be(n, !1).get(e), r = await new re(t).toPromise();
|
5027
5027
|
return r === void 0 ? null : r.value;
|
5028
5028
|
}
|
5029
|
-
function
|
5029
|
+
function St(n, e) {
|
5030
5030
|
const t = be(n, !0).delete(e);
|
5031
5031
|
return new re(t).toPromise();
|
5032
5032
|
}
|
@@ -5038,7 +5038,7 @@ class Cn {
|
|
5038
5038
|
});
|
5039
5039
|
}
|
5040
5040
|
async _openDb() {
|
5041
|
-
return this.db ? this.db : (this.db = await
|
5041
|
+
return this.db ? this.db : (this.db = await xe(), this.db);
|
5042
5042
|
}
|
5043
5043
|
async _withRetries(e) {
|
5044
5044
|
let t = 0;
|
@@ -5057,7 +5057,7 @@ class Cn {
|
|
5057
5057
|
* postMessage interface to send these events to the worker ourselves.
|
5058
5058
|
*/
|
5059
5059
|
async initializeServiceWorkerMessaging() {
|
5060
|
-
return
|
5060
|
+
return Sn() ? this.initializeReceiver() : this.initializeSender();
|
5061
5061
|
}
|
5062
5062
|
/**
|
5063
5063
|
* As the worker we should listen to events from the main window.
|
@@ -5119,8 +5119,8 @@ class Cn {
|
|
5119
5119
|
try {
|
5120
5120
|
if (!indexedDB)
|
5121
5121
|
return !1;
|
5122
|
-
const e = await
|
5123
|
-
return await kt(e, me, "1"), await
|
5122
|
+
const e = await xe();
|
5123
|
+
return await kt(e, me, "1"), await St(e, me), !0;
|
5124
5124
|
} catch {
|
5125
5125
|
}
|
5126
5126
|
return !1;
|
@@ -5141,7 +5141,7 @@ class Cn {
|
|
5141
5141
|
return this.localCache[e] = t, t;
|
5142
5142
|
}
|
5143
5143
|
async _remove(e) {
|
5144
|
-
return this._withPendingWrite(async () => (await this._withRetries((t) =>
|
5144
|
+
return this._withPendingWrite(async () => (await this._withRetries((t) => St(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
|
5145
5145
|
}
|
5146
5146
|
async _poll() {
|
5147
5147
|
const e = await this._withRetries((i) => {
|
@@ -5374,9 +5374,9 @@ class Nn {
|
|
5374
5374
|
* limitations under the License.
|
5375
5375
|
*/
|
5376
5376
|
const ks = new te(2e3, 1e4);
|
5377
|
-
class
|
5377
|
+
class H extends Nn {
|
5378
5378
|
constructor(e, t, r, i, s) {
|
5379
|
-
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null,
|
5379
|
+
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, H.currentPopupAction && H.currentPopupAction.cancel(), H.currentPopupAction = this;
|
5380
5380
|
}
|
5381
5381
|
async executeNotNull() {
|
5382
5382
|
const e = await this.execute();
|
@@ -5418,7 +5418,7 @@ class F extends Nn {
|
|
5418
5418
|
));
|
5419
5419
|
}
|
5420
5420
|
cleanUp() {
|
5421
|
-
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null,
|
5421
|
+
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null, H.currentPopupAction = null;
|
5422
5422
|
}
|
5423
5423
|
pollUserCancellation() {
|
5424
5424
|
const e = () => {
|
@@ -5442,7 +5442,7 @@ class F extends Nn {
|
|
5442
5442
|
e();
|
5443
5443
|
}
|
5444
5444
|
}
|
5445
|
-
|
5445
|
+
H.currentPopupAction = null;
|
5446
5446
|
/**
|
5447
5447
|
* @license
|
5448
5448
|
* Copyright 2020 Google LLC
|
@@ -5459,8 +5459,8 @@ F.currentPopupAction = null;
|
|
5459
5459
|
* See the License for the specific language governing permissions and
|
5460
5460
|
* limitations under the License.
|
5461
5461
|
*/
|
5462
|
-
const
|
5463
|
-
class
|
5462
|
+
const Ss = "pendingRedirect", ae = /* @__PURE__ */ new Map();
|
5463
|
+
class As extends Nn {
|
5464
5464
|
constructor(e, t, r = !1) {
|
5465
5465
|
super(e, [
|
5466
5466
|
"signInViaRedirect",
|
@@ -5520,12 +5520,12 @@ function Ns(n) {
|
|
5520
5520
|
return E(n._redirectPersistence);
|
5521
5521
|
}
|
5522
5522
|
function Ds(n) {
|
5523
|
-
return oe(
|
5523
|
+
return oe(Ss, n.config.apiKey, n.name);
|
5524
5524
|
}
|
5525
5525
|
async function Ps(n, e, t = !1) {
|
5526
5526
|
if (I(n.app))
|
5527
5527
|
return Promise.reject(P(n));
|
5528
|
-
const r = ve(n), i = Es(r, e), o = await new
|
5528
|
+
const r = ve(n), i = Es(r, e), o = await new As(r, i, t).execute();
|
5529
5529
|
return o && !t && (delete o.user._redirectEventId, await r._persistUserIfCurrent(o.user), await r._setRedirectUser(null, e)), o;
|
5530
5530
|
}
|
5531
5531
|
/**
|
@@ -5576,13 +5576,13 @@ class Ls {
|
|
5576
5576
|
return t.filter.includes(e.type) && r;
|
5577
5577
|
}
|
5578
5578
|
hasEventBeenHandled(e) {
|
5579
|
-
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(
|
5579
|
+
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(At(e));
|
5580
5580
|
}
|
5581
5581
|
saveEventToCache(e) {
|
5582
|
-
this.cachedEventUids.add(
|
5582
|
+
this.cachedEventUids.add(At(e)), this.lastProcessedEventTime = Date.now();
|
5583
5583
|
}
|
5584
5584
|
}
|
5585
|
-
function
|
5585
|
+
function At(n) {
|
5586
5586
|
return [n.type, n.eventId, n.sessionId, n.tenantId].filter((e) => e).join("-");
|
5587
5587
|
}
|
5588
5588
|
function Dn({ type: n, error: e }) {
|
@@ -5635,14 +5635,14 @@ async function Bs(n, e = {}) {
|
|
5635
5635
|
* See the License for the specific language governing permissions and
|
5636
5636
|
* limitations under the License.
|
5637
5637
|
*/
|
5638
|
-
const
|
5638
|
+
const Fs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, Hs = /^https?/;
|
5639
5639
|
async function js(n) {
|
5640
5640
|
if (n.config.emulator)
|
5641
5641
|
return;
|
5642
5642
|
const { authorizedDomains: e } = await Bs(n);
|
5643
5643
|
for (const t of e)
|
5644
5644
|
try {
|
5645
|
-
if (
|
5645
|
+
if (xs(t))
|
5646
5646
|
return;
|
5647
5647
|
} catch {
|
5648
5648
|
}
|
@@ -5652,15 +5652,15 @@ async function js(n) {
|
|
5652
5652
|
/* AuthErrorCode.INVALID_ORIGIN */
|
5653
5653
|
);
|
5654
5654
|
}
|
5655
|
-
function
|
5656
|
-
const e =
|
5655
|
+
function xs(n) {
|
5656
|
+
const e = He(), { protocol: t, hostname: r } = new URL(e);
|
5657
5657
|
if (n.startsWith("chrome-extension://")) {
|
5658
5658
|
const o = new URL(n);
|
5659
5659
|
return o.hostname === "" && r === "" ? t === "chrome-extension:" && n.replace("chrome-extension://", "") === e.replace("chrome-extension://", "") : t === "chrome-extension:" && o.hostname === r;
|
5660
5660
|
}
|
5661
|
-
if (!
|
5661
|
+
if (!Hs.test(t))
|
5662
5662
|
return !1;
|
5663
|
-
if (
|
5663
|
+
if (Fs.test(n))
|
5664
5664
|
return r === n;
|
5665
5665
|
const i = n.replace(/\./g, "\\.");
|
5666
5666
|
return new RegExp("^(.+\\." + i + "|" + i + ")$", "i").test(r);
|
@@ -5856,7 +5856,7 @@ function ro(n, e, t, r = Qs, i = eo) {
|
|
5856
5856
|
left: o
|
5857
5857
|
}), l = f().toLowerCase();
|
5858
5858
|
t && (a = hn(l) ? to : t), dn(l) && (e = e || no, c.scrollbars = "yes");
|
5859
|
-
const u = Object.entries(c).reduce((m, [v,
|
5859
|
+
const u = Object.entries(c).reduce((m, [v, F]) => `${m}${v}=${F},`, "");
|
5860
5860
|
if (Bi(l) && a !== "_self")
|
5861
5861
|
return io(e || "", a), new Ct(null);
|
5862
5862
|
const p = window.open(e || "", a, u);
|
@@ -5960,12 +5960,12 @@ class lo {
|
|
5960
5960
|
async _openPopup(e, t, r, i) {
|
5961
5961
|
var s;
|
5962
5962
|
R((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
|
5963
|
-
const o = await Nt(e, t, r,
|
5963
|
+
const o = await Nt(e, t, r, He(), i);
|
5964
5964
|
return ro(e, o, Qe());
|
5965
5965
|
}
|
5966
5966
|
async _openRedirect(e, t, r, i) {
|
5967
5967
|
await this._originValidation(e);
|
5968
|
-
const s = await Nt(e, t, r,
|
5968
|
+
const s = await Nt(e, t, r, He(), i);
|
5969
5969
|
return hs(s), new Promise(() => {
|
5970
5970
|
});
|
5971
5971
|
}
|
@@ -6251,7 +6251,7 @@ bo.beforeEach(async (n) => {
|
|
6251
6251
|
const yo = /* @__PURE__ */ Ut({
|
6252
6252
|
__name: "AppSidebar",
|
6253
6253
|
setup(n) {
|
6254
|
-
const e = We(), t = Bn(), r =
|
6254
|
+
const e = We(), t = Bn(), r = Fn(t.currentRoute.value.name);
|
6255
6255
|
J(t.currentRoute, () => {
|
6256
6256
|
r.value = t.currentRoute.value.name;
|
6257
6257
|
});
|
@@ -6293,7 +6293,7 @@ const yo = /* @__PURE__ */ Ut({
|
|
6293
6293
|
});
|
6294
6294
|
return (a, c) => {
|
6295
6295
|
const l = Bt("FmCollapsibleTabs");
|
6296
|
-
return
|
6296
|
+
return Ft(), Ht(l, {
|
6297
6297
|
modelValue: r.value,
|
6298
6298
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
6299
6299
|
items: o.value,
|
@@ -6308,20 +6308,18 @@ const Oo = /* @__PURE__ */ Ut({
|
|
6308
6308
|
setup(n) {
|
6309
6309
|
const { state: e } = Wn(), t = We(), r = Yt(Eo.firebase);
|
6310
6310
|
async function i() {
|
6311
|
-
console.log("login firebase called");
|
6312
6311
|
const s = t.sessionUser.value;
|
6313
6312
|
if (!s || !s.token) return;
|
6314
|
-
console.log("login firebase with valid user token");
|
6315
6313
|
const o = await s.getCustomToken(), a = vo(r);
|
6316
6314
|
await is(a, o);
|
6317
6315
|
}
|
6318
|
-
return i(), J(t.sessionUser, i),
|
6316
|
+
return i(), J(t.sessionUser, i), Hn(() => {
|
6319
6317
|
e.isIframe && parent.postMessage({ event: "ready" }, "*");
|
6320
6318
|
}), jn(() => {
|
6321
6319
|
t.registerSidebarComponent(yo);
|
6322
6320
|
}), (s, o) => {
|
6323
6321
|
const a = Bt("RouterView");
|
6324
|
-
return
|
6322
|
+
return Ft(), Ht(a);
|
6325
6323
|
};
|
6326
6324
|
}
|
6327
6325
|
}), Co = [
|
@@ -6334,9 +6332,9 @@ export {
|
|
6334
6332
|
ee as S,
|
6335
6333
|
X as _,
|
6336
6334
|
Xt as a,
|
6337
|
-
|
6335
|
+
So as b,
|
6338
6336
|
li as c,
|
6339
|
-
|
6337
|
+
Ao as d,
|
6340
6338
|
gt as e,
|
6341
6339
|
Co as f,
|
6342
6340
|
z as g,
|