@feedmepos/mf-payment 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/{AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js → AutoCopyCell.vue_vue_type_script_setup_true_lang-CdmfrBoW.js} +8 -9
- package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +31 -0
- package/dist/PDFViewer-xrBtzrlR.js +22426 -0
- package/dist/{PayoutAccount-Dc1CYQ0W.js → PayoutAccount-Bxz83we4.js} +93 -83
- package/dist/{PayoutAccount-DZaKHWcy.js → PayoutAccount-DLxO15Kf.js} +259 -258
- package/dist/{PayoutAccountSetting-BzmNuLFj.js → PayoutAccountSetting-C1yeSNv8.js} +161 -183
- package/dist/Restaurant-B02jty0J.js +262 -0
- package/dist/RestaurantSetting-CWZAKz1A.js +389 -0
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
- package/dist/Settlement-CAHgJIuH.js +145 -0
- package/dist/{Settlement-Bx3zAkIw.js → Settlement-D8nayzFt.js} +41 -43
- package/dist/{SettlementTransactions-D_SVuKyR.js → SettlementTransactions-DfXEf1fm.js} +10 -10
- package/dist/{SettlementTransactions-AaYyTH96.js → SettlementTransactions-JJyQEOMw.js} +41 -41
- package/dist/{Terminal-68OQnhM3.js → Terminal-DX8v8WpM.js} +117 -103
- package/dist/TerminalSetting-qklmRz3H.js +387 -0
- package/dist/TerminalTransaction-BjwvTbGu.js +261 -0
- package/dist/TerminalTransaction-D-mJRP0T.js +485 -0
- package/dist/Transaction-CZkNzH-m.js +238 -0
- package/dist/{Transaction-a1VfiCP_.js → Transaction-CvrsRuuz.js} +125 -127
- package/dist/api/restaurant/index.d.ts +6 -0
- package/dist/{app-C9FRsUfb.js → app-FuKCNfJl.js} +174 -144
- package/dist/app.js +1 -1
- package/dist/{assets-Bji7O2YD.js → assets-DjRoCcqv.js} +22 -21
- package/dist/components/AdminLayout.vue.d.ts +8 -13
- package/dist/components/AutoCopyCell.vue.d.ts +3 -4
- package/dist/components/DateRangePicker.vue.d.ts +13 -0
- package/dist/components/Layout.vue.d.ts +8 -13
- package/dist/components/PDFViewer.vue.d.ts +1 -1
- package/dist/components/PagingTable/FmTableSelection.vue.d.ts +13 -0
- package/dist/components/PagingTable/index.vue.d.ts +48 -0
- package/dist/components/RouteCell.vue.d.ts +5 -6
- package/dist/components/SelectAll.vue.d.ts +57 -0
- package/dist/helpers/idToDate.d.ts +1 -1
- package/dist/index-BEFlDEyV.js +28 -0
- package/dist/index-BWFqxSU3.js +19 -0
- package/dist/{index-DjDGwRX8.js → index-BerQZMQW.js} +1 -1
- package/dist/{index-DSuZG0l6.js → index-CFjLufVa.js} +1 -1
- package/dist/{index-_0TroOJr.js → index-CTSM9lSC.js} +1 -1
- package/dist/{index-DBfZnaV1.js → index-CWGSYCJG.js} +1 -1
- package/dist/{index-CLYePgWW.js → index-DFePh4ct.js} +1 -1
- package/dist/{index-Bt_OgDYn.js → index-Dj_LwPBy.js} +32176 -32166
- package/dist/{index.vue_vue_type_script_setup_true_lang-Jlcg1hAB.js → index.vue_vue_type_script_setup_true_lang-BgTr7KWF.js} +64 -61
- package/dist/package.json +2 -2
- package/dist/{payout-account-BWcq7OJy.js → payout-account-YJZlBDSF.js} +2 -2
- package/dist/router/index.d.ts +1 -0
- package/dist/stores/iframe.d.ts +1 -1
- package/dist/stores/payoutAccount.d.ts +1 -1
- package/dist/{transaction-DqrhM5jB.js → transaction-CIYqsLqc.js} +26 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/cell/Bank.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/IsActive.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +3 -5
- package/dist/views/admin/restaurant/Restaurant.vue.d.ts +2 -0
- package/dist/views/admin/restaurant/RestaurantSetting.vue.d.ts +12 -0
- package/dist/views/admin/restaurant/cell/IsActive.vue.d.ts +7 -0
- package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +803 -0
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +50 -0
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
- package/dist/views/admin/settlement/cell/Actions.vue.d.ts +4 -6
- package/dist/views/admin/settlement/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/settlement/cell/Method.vue.d.ts +3 -5
- package/dist/views/admin/settlement/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/terminal/TerminalBindCodeDialog.vue.d.ts +1 -1
- package/dist/views/admin/terminal/cell/Actions.vue.d.ts +7 -79
- package/dist/views/admin/terminal/cell/ID.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +3 -4
- package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +7 -0
- package/dist/views/admin/transaction/cell/Actions.vue.d.ts +3 -4
- package/dist/views/admin/transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/transaction/cell/Method.vue.d.ts +3 -5
- package/dist/views/admin/transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/Bank.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/IsActive.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/Status.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Actions.vue.d.ts +4 -6
- package/dist/views/settlement/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Method.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Status.vue.d.ts +3 -5
- package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/terminal-transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Method.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Status.vue.d.ts +3 -5
- package/package.json +2 -2
- package/dist/PDFViewer-CjH_C1uT.js +0 -21792
- package/dist/Settlement-mwnO-iYH.js +0 -150
- package/dist/TerminalSetting-DEFim0xg.js +0 -379
- package/dist/TerminalTransaction-CQjNdffr.js +0 -426
- package/dist/TerminalTransaction-ClihmWOJ.js +0 -250
- package/dist/Transaction-68L7JzIk.js +0 -242
@@ -1,21 +1,41 @@
|
|
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 xn, resolveComponent as Bt, openBlock as xt, createBlock as Ft, onMounted as Fn, onBeforeMount as Hn } from "vue";
|
3
3
|
import { useCoreStore as We } from "@feedmepos/mf-common";
|
4
|
-
import { defineStore as
|
5
|
-
const
|
4
|
+
import { defineStore as Vn } from "pinia";
|
5
|
+
const je = [
|
6
|
+
{
|
7
|
+
path: "/admin/restaurants",
|
8
|
+
name: "mf-payment-admin.restaurant",
|
9
|
+
meta: {
|
10
|
+
sidebarDisplay: "Restaurants"
|
11
|
+
},
|
12
|
+
component: () => import("./Restaurant-B02jty0J.js")
|
13
|
+
},
|
14
|
+
{
|
15
|
+
path: "/admin/restaurants/:restaurantId",
|
16
|
+
name: "mf-payment-admin.restaurant-settings",
|
17
|
+
props: !0,
|
18
|
+
meta: {
|
19
|
+
parent: "mf-payment-admin.restaurant"
|
20
|
+
},
|
21
|
+
component: () => import("./RestaurantSetting-CWZAKz1A.js")
|
22
|
+
},
|
6
23
|
{
|
7
24
|
path: "/admin/payout-accounts",
|
8
25
|
name: "mf-payment-admin.payout-account",
|
9
26
|
meta: {
|
10
27
|
sidebarDisplay: "Payout Accounts"
|
11
28
|
},
|
12
|
-
component: () => import("./PayoutAccount-
|
29
|
+
component: () => import("./PayoutAccount-Bxz83we4.js")
|
13
30
|
},
|
14
31
|
{
|
15
32
|
path: "/admin/payout-accounts/:accountId",
|
16
33
|
name: "mf-payment-admin.payout-account-settings",
|
17
34
|
props: !0,
|
18
|
-
|
35
|
+
meta: {
|
36
|
+
parent: "mf-payment-admin.payout-account"
|
37
|
+
},
|
38
|
+
component: () => import("./PayoutAccountSetting-C1yeSNv8.js")
|
19
39
|
},
|
20
40
|
{
|
21
41
|
path: "/admin/terminal",
|
@@ -23,21 +43,24 @@ const Ve = [
|
|
23
43
|
meta: {
|
24
44
|
sidebarDisplay: "Terminals"
|
25
45
|
},
|
26
|
-
component: () => import("./Terminal-
|
46
|
+
component: () => import("./Terminal-DX8v8WpM.js")
|
27
47
|
},
|
28
48
|
{
|
29
49
|
path: "/admin/terminal/:terminalId",
|
30
50
|
name: "mf-payment-admin.terminal-setting",
|
31
51
|
props: !0,
|
32
|
-
|
52
|
+
meta: {
|
53
|
+
parent: "mf-payment-admin.terminal"
|
54
|
+
},
|
55
|
+
component: () => import("./TerminalSetting-qklmRz3H.js")
|
33
56
|
},
|
34
57
|
{
|
35
58
|
path: "/admin/terminal-transaction",
|
36
59
|
name: "mf-payment-admin.terminal-transaction",
|
37
60
|
meta: {
|
38
|
-
sidebarDisplay: "
|
61
|
+
sidebarDisplay: "Terminal Transactions"
|
39
62
|
},
|
40
|
-
component: () => import("./TerminalTransaction-
|
63
|
+
component: () => import("./TerminalTransaction-D-mJRP0T.js")
|
41
64
|
},
|
42
65
|
{
|
43
66
|
path: "/admin/transaction",
|
@@ -45,7 +68,7 @@ const Ve = [
|
|
45
68
|
meta: {
|
46
69
|
sidebarDisplay: "Online Transactions"
|
47
70
|
},
|
48
|
-
component: () => import("./Transaction-
|
71
|
+
component: () => import("./Transaction-CvrsRuuz.js")
|
49
72
|
},
|
50
73
|
{
|
51
74
|
path: "/admin/settlement",
|
@@ -53,13 +76,16 @@ const Ve = [
|
|
53
76
|
meta: {
|
54
77
|
sidebarDisplay: "Settlements"
|
55
78
|
},
|
56
|
-
component: () => import("./Settlement-
|
79
|
+
component: () => import("./Settlement-D8nayzFt.js")
|
57
80
|
},
|
58
81
|
{
|
59
82
|
path: "/admin/settlement/:settlementId",
|
60
83
|
name: "mf-payment-admin.settlement-transaction",
|
61
84
|
props: !0,
|
62
|
-
|
85
|
+
meta: {
|
86
|
+
parent: "mf-payment-admin.settlement"
|
87
|
+
},
|
88
|
+
component: () => import("./SettlementTransactions-DfXEf1fm.js")
|
63
89
|
}
|
64
90
|
], Ge = [
|
65
91
|
{
|
@@ -69,7 +95,7 @@ const Ve = [
|
|
69
95
|
{
|
70
96
|
path: "/payout-account",
|
71
97
|
name: "mf-payment-payout-account",
|
72
|
-
component: () => import("./PayoutAccount-
|
98
|
+
component: () => import("./PayoutAccount-DLxO15Kf.js"),
|
73
99
|
meta: {
|
74
100
|
sidebarDisplay: "Payout Accounts"
|
75
101
|
}
|
@@ -78,14 +104,14 @@ const Ve = [
|
|
78
104
|
path: "/terminal-tranasction",
|
79
105
|
name: "mf-payment-terminal-transaction",
|
80
106
|
meta: {
|
81
|
-
sidebarDisplay: "
|
107
|
+
sidebarDisplay: "Terminal Transactions"
|
82
108
|
},
|
83
|
-
component: () => import("./TerminalTransaction-
|
109
|
+
component: () => import("./TerminalTransaction-BjwvTbGu.js")
|
84
110
|
},
|
85
111
|
{
|
86
112
|
path: "/transaction",
|
87
113
|
name: "mf-payment-transaction",
|
88
|
-
component: () => import("./Transaction-
|
114
|
+
component: () => import("./Transaction-CZkNzH-m.js"),
|
89
115
|
meta: {
|
90
116
|
sidebarDisplay: "Online Transactions"
|
91
117
|
}
|
@@ -93,7 +119,7 @@ const Ve = [
|
|
93
119
|
{
|
94
120
|
path: "/settlement",
|
95
121
|
name: "mf-payment-settlement",
|
96
|
-
component: () => import("./Settlement-
|
122
|
+
component: () => import("./Settlement-CAHgJIuH.js"),
|
97
123
|
meta: {
|
98
124
|
sidebarDisplay: "Settlements"
|
99
125
|
}
|
@@ -102,9 +128,12 @@ const Ve = [
|
|
102
128
|
path: "/settlement/:settlementId",
|
103
129
|
name: "mf-payment-settlement-transaction",
|
104
130
|
props: !0,
|
105
|
-
component: () => import("./SettlementTransactions-
|
131
|
+
component: () => import("./SettlementTransactions-JJyQEOMw.js"),
|
132
|
+
meta: {
|
133
|
+
parent: "mf-payment-settlement"
|
134
|
+
}
|
106
135
|
}
|
107
|
-
], Wn =
|
136
|
+
], Wn = Vn("mf-payment-iframe", () => {
|
108
137
|
const n = {
|
109
138
|
isIframe: !1
|
110
139
|
}, e = Lt(() => n);
|
@@ -116,7 +145,7 @@ const Ve = [
|
|
116
145
|
init: t
|
117
146
|
};
|
118
147
|
});
|
119
|
-
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_523eaf23-1ad7-48e4-8951-a53379bafb73", 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.11.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_523eaf23-1ad7-48e4-8951-a53379bafb73", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.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_4qceNGMutvk0uMWSCgsK74W8OZMsyl1njR7j", 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.11", 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: "484", 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: "20241112.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.9/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.3/x64", JOURNAL_STREAM: "8:18220", GITHUB_WORKFLOW: "payment-mf-portal-prod", _: "/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: "11898115104", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "9f668880a1c490e8669bc71db9501fea0565fb58", 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-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6MjMwY2FkNGItMWVhYy00NDI4LThjN2MtZTY0NGQ1OTJkNDBhOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC84OTYgRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjoyMzBjYWQ0Yi0xZWFjLTQ0MjgtOGM3Yy1lNjQ0ZDU5MmQ0MGE6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzg5NiIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6IjQ3Mjk4NDhlLTNmM2UtNDlmMS04NTFkLWVhMzg2NDYyMzQ4NyIsInNpZCI6IjFiMzMxZDI0LTg4ZGQtNGViZS1iZjRjLTMxMjM4OTc2NTg3YiIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjozfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL21haW5cIixcInNoYVwiOlwiOWY2Njg4ODBhMWM0OTBlODY2OWJjNzFkYjk1MDFmZWEwNTY1ZmI1OFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicnVuX2lkXCI6XCIxMTg5ODExNTEwNFwiLFwicnVuX251bWJlclwiOlwiMlwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLXByb2RcIixcImhlYWRfcmVmXCI6XCJcIixcImJhc2VfcmVmXCI6XCJcIixcImV2ZW50X25hbWVcIjpcInB1c2hcIixcInJlZl9wcm90ZWN0ZWRcIjpcImZhbHNlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCI5ZjY2ODg4MGExYzQ5MGU4NjY5YmM3MWRiOTUwMWZlYTA1NjVmYjU4XCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLXByb2QueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjlmNjY4ODgwYTFjNDkwZTg2NjliYzcxZGI5NTAxZmVhMDU2NWZiNThcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoaWQiOiIyMzBjYWQ0Yi0xZWFjLTQ0MjgtOGM3Yy1lNjQ0ZDU5MmQ0MGEuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzE5NTE1NjcsImV4cCI6MTczMTk3NDM2N30.mT7rLXE7D3nTJ6naHRwppdNJMhgzJe5Jn7HxUreGmmV-PfYGSVFEel5RjGI8bKqeUvzryc9le1CzmOHrx1XL1JvGz4D9bITpMac3hHqfvvoXK8bnmHcCK1o_QhzcMrxuDd1X-lBm_lK5W2JFUJ7Oya9XsHr4bqFXglzkEA8rdKN-EUitRk0QiwE0k7mYtWEE4WM1wiCFzgsCIlTi8fXiqFeEboDKFKY5IrMg4dWdhLosmPP74o_g3mPBo4Y_m2MH7IKQ6h90DDU317gGW6MK_XMM2aO7hPgBICU9OEO949TFiKyIic810xldheKhERYNoORu0AOyjPhXPi8dhFKjig", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1731952224461-0.6761099310748557:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731952224301-0.2054349176385668:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731952224140-0.15522216595491645:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.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.11.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_0d01c7fa-4575-415e-b6a4-ab667486161a", INVOCATION_ID: "02b71e82b58d4f58af306aeab0c98537", 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: "2", 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 456", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:prod", 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", STATS_PIP: "false", npm_lifecycle_event: "build:mf:prod", 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: "1.0.0", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:prod"],"original":["deploy:prod"]}', 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: "9f668880a1c490e8669bc71db9501fea0565fb58", 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/main", 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_523eaf23-1ad7-48e4-8951-a53379bafb73", 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/230cad4b-1eac-4428-8c7c-e644d592d40a/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_523eaf23-1ad7-48e4-8951-a53379bafb73", 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_523eaf23-1ad7-48e4-8951-a53379bafb73", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.6", NODE_ENV: "production", ENVIRONMENT: "production", FIREBASE_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", FIREBASE_AUTH_DOMAIN: "feedme-253402.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-253402.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-253402", FIREBASE_STORAGE_BUCKET: "image.feedme.cc", FIREBASE_MESSAGING_SENDER_ID: "128512026847", FIREBASE_APP_ID: "1:128512026847:web:7c5c8ab7e8b90502dc616a", FIREBASE_MEASUREMENT_ID: "G-LTKS7N2HQS", ASSET_STORAGE_BUCKET: "static.feedme.cc", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476" };
|
148
|
+
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_c45f74a9-c28b-437c-90af-1061477a38f4", 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.11.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_c45f74a9-c28b-437c-90af-1061477a38f4", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.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_zTyqc5YA8Su7oTtH5bTq2eTA4ih01632eXbF", 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.11.1", 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.61", 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_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', 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: "20241201.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.9/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.3/x64", JOURNAL_STREAM: "8:19460", GITHUB_WORKFLOW: "payment-mf-portal-prod", _: "/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: "12176975848", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "e6943ab4ee8ea75e69f5b3b74d64e5563e12aaaa", 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-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6ZGJiMmNkYjMtMDQwMy00NjMyLWIzNWItZjU0YmUyYjkzMTgzOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC85NjcgRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjpkYmIyY2RiMy0wNDAzLTQ2MzItYjM1Yi1mNTRiZTJiOTMxODM6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzk2NyIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6IjY2OWVjODE3LWM2NTYtNDdmMC1hYjEyLWFjOTNmOGQzNTYzZCIsInNpZCI6IjVkMjJhZjQ0LTM4YTItNDJmYi05YmM1LTI3YTVjOWMxNDE1YiIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjozfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL21haW5cIixcInNoYVwiOlwiZTY5NDNhYjRlZThlYTc1ZTY5ZjViM2I3NGQ2NGU1NTYzZTEyYWFhYVwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicnVuX2lkXCI6XCIxMjE3Njk3NTg0OFwiLFwicnVuX251bWJlclwiOlwiM1wiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLXByb2RcIixcImhlYWRfcmVmXCI6XCJcIixcImJhc2VfcmVmXCI6XCJcIixcImV2ZW50X25hbWVcIjpcInB1c2hcIixcInJlZl9wcm90ZWN0ZWRcIjpcImZhbHNlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCJlNjk0M2FiNGVlOGVhNzVlNjlmNWIzYjc0ZDY0ZTU1NjNlMTJhYWFhXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLXByb2QueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcImU2OTQzYWI0ZWU4ZWE3NWU2OWY1YjNiNzRkNjRlNTU2M2UxMmFhYWFcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoaWQiOiJkYmIyY2RiMy0wNDAzLTQ2MzItYjM1Yi1mNTRiZTJiOTMxODMuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzMzOTA2MjcsImV4cCI6MTczMzQxMzQyN30.RVK0SqnrtDONnA5wJ5tX3VWE7oPB0xZwAKGHIehffONiFYCLjmA0rn-0mrT6w5TTA2qcDAL2rmm_LXEjXuK16bDgKAsbSsOEAkJ41-pDu6aeMhzrc23f41Nl02HERNtLOhyNRwHOUkBVIy25TtgeZq_LhLXckpbtIA15s1JQre_g4rMUx2nsZ4uSO_nsWWAuLIx73ZuRK_Y-dTA9mo1GFd7EEGJZ71dF1fxNBuyZOWc1wgTgdaSDq7Qm6ro9gmAf1PyrhXToQNXF6iuVtdRX7-GmGAMgfa-2yUMcWUZbCCdX2UTon4pZCWPzh5Kbh_reI-XrGjpXkUNxjDHNo5aJiA", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1733391278363-0.7236175620133543:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1733391278205-0.29697360166555953:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1733391278045-0.26533193909899633:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.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.11.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_e9bdcaf6-d07b-45e7-b9b4-3a2716c51969", INVOCATION_ID: "dff122d492484360b3052c749b6d29a1", 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: "3", 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 231", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:prod", 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", STATS_PIP: "false", npm_lifecycle_event: "build:mf:prod", 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: "1.0.1", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:prod"],"original":["deploy:prod"]}', 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: "e6943ab4ee8ea75e69f5b3b74d64e5563e12aaaa", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", 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/main", 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_c45f74a9-c28b-437c-90af-1061477a38f4", 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/dbb2cdb3-0403-4632-b35b-f54be2b93183/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_c45f74a9-c28b-437c-90af-1061477a38f4", 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_c45f74a9-c28b-437c-90af-1061477a38f4", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.6", NODE_ENV: "production", ENVIRONMENT: "production", FIREBASE_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", FIREBASE_AUTH_DOMAIN: "feedme-253402.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-253402.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-253402", FIREBASE_STORAGE_BUCKET: "image.feedme.cc", FIREBASE_MESSAGING_SENDER_ID: "128512026847", FIREBASE_APP_ID: "1:128512026847:web:7c5c8ab7e8b90502dc616a", FIREBASE_MEASUREMENT_ID: "G-LTKS7N2HQS", ASSET_STORAGE_BUCKET: "static.feedme.cc", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476" };
|
120
149
|
/**
|
121
150
|
* @license
|
122
151
|
* Copyright 2017 Google LLC
|
@@ -141,7 +170,7 @@ const Ht = function(n) {
|
|
141
170
|
i < 128 ? e[t++] = i : i < 2048 ? (e[t++] = i >> 6 | 192, e[t++] = i & 63 | 128) : (i & 64512) === 55296 && r + 1 < n.length && (n.charCodeAt(r + 1) & 64512) === 56320 ? (i = 65536 + ((i & 1023) << 10) + (n.charCodeAt(++r) & 1023), e[t++] = i >> 18 | 240, e[t++] = i >> 12 & 63 | 128, e[t++] = i >> 6 & 63 | 128, e[t++] = i & 63 | 128) : (e[t++] = i >> 12 | 224, e[t++] = i >> 6 & 63 | 128, e[t++] = i & 63 | 128);
|
142
171
|
}
|
143
172
|
return e;
|
144
|
-
},
|
173
|
+
}, jn = function(n) {
|
145
174
|
const e = [];
|
146
175
|
let t = 0, r = 0;
|
147
176
|
for (; t < n.length; ) {
|
@@ -160,7 +189,7 @@ const Ht = function(n) {
|
|
160
189
|
}
|
161
190
|
}
|
162
191
|
return e.join("");
|
163
|
-
},
|
192
|
+
}, Vt = {
|
164
193
|
/**
|
165
194
|
* Maps bytes to characters.
|
166
195
|
*/
|
@@ -245,7 +274,7 @@ const Ht = function(n) {
|
|
245
274
|
* @return string representing the decoded value.
|
246
275
|
*/
|
247
276
|
decodeString(n, e) {
|
248
|
-
return this.HAS_NATIVE_SUPPORT && !e ? atob(n) :
|
277
|
+
return this.HAS_NATIVE_SUPPORT && !e ? atob(n) : jn(this.decodeStringToByteArray(n, e));
|
249
278
|
},
|
250
279
|
/**
|
251
280
|
* Base64-decode a string.
|
@@ -277,8 +306,8 @@ const Ht = function(n) {
|
|
277
306
|
if (r.push(m), l !== 64) {
|
278
307
|
const I = a << 4 & 240 | l >> 2;
|
279
308
|
if (r.push(I), p !== 64) {
|
280
|
-
const
|
281
|
-
r.push(
|
309
|
+
const x = l << 6 & 192 | p;
|
310
|
+
r.push(x);
|
282
311
|
}
|
283
312
|
}
|
284
313
|
}
|
@@ -304,12 +333,12 @@ class Gn extends Error {
|
|
304
333
|
}
|
305
334
|
const zn = function(n) {
|
306
335
|
const e = Ht(n);
|
307
|
-
return
|
336
|
+
return Vt.encodeByteArray(e, !0);
|
308
337
|
}, le = function(n) {
|
309
338
|
return zn(n).replace(/\./g, "");
|
310
339
|
}, Wt = function(n) {
|
311
340
|
try {
|
312
|
-
return
|
341
|
+
return Vt.decodeString(n, !0);
|
313
342
|
} catch (e) {
|
314
343
|
console.error("base64Decode failed: ", e);
|
315
344
|
}
|
@@ -380,11 +409,11 @@ const Jn = () => $n().__FIREBASE_DEFAULTS__, Zn = () => {
|
|
380
409
|
console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${n}`);
|
381
410
|
return;
|
382
411
|
}
|
383
|
-
},
|
412
|
+
}, jt = (n) => {
|
384
413
|
var e, t;
|
385
414
|
return (t = (e = ze()) === null || e === void 0 ? void 0 : e.emulatorHosts) === null || t === void 0 ? void 0 : t[n];
|
386
|
-
},
|
387
|
-
const e =
|
415
|
+
}, Ao = (n) => {
|
416
|
+
const e = jt(n);
|
388
417
|
if (!e)
|
389
418
|
return;
|
390
419
|
const t = e.lastIndexOf(":");
|
@@ -451,7 +480,7 @@ class Xn {
|
|
451
480
|
* See the License for the specific language governing permissions and
|
452
481
|
* limitations under the License.
|
453
482
|
*/
|
454
|
-
function
|
483
|
+
function So(n, e) {
|
455
484
|
if (n.uid)
|
456
485
|
throw new Error('The "uid" field is no longer supported by mockUserToken. Please use "sub" instead for Firebase Auth User ID.');
|
457
486
|
const t = {
|
@@ -1192,12 +1221,12 @@ function wr(n) {
|
|
1192
1221
|
}
|
1193
1222
|
function Rr(n) {
|
1194
1223
|
return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
1195
|
-
const r = n.call(
|
1224
|
+
const r = n.call(Ae(this), e, ...t);
|
1196
1225
|
return Zt.set(r, e.sort ? e.sort() : [e]), C(r);
|
1197
1226
|
} : yr().includes(n) ? function(...e) {
|
1198
|
-
return n.apply(
|
1227
|
+
return n.apply(Ae(this), e), C(Jt.get(this));
|
1199
1228
|
} : function(...e) {
|
1200
|
-
return C(n.apply(
|
1229
|
+
return C(n.apply(Ae(this), e));
|
1201
1230
|
};
|
1202
1231
|
}
|
1203
1232
|
function kr(n) {
|
@@ -1211,8 +1240,8 @@ function C(n) {
|
|
1211
1240
|
const e = kr(n);
|
1212
1241
|
return e !== n && (ke.set(n, e), $e.set(e, n)), e;
|
1213
1242
|
}
|
1214
|
-
const
|
1215
|
-
function
|
1243
|
+
const Ae = (n) => $e.get(n);
|
1244
|
+
function Ar(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
1216
1245
|
const o = indexedDB.open(n, e), a = C(o);
|
1217
1246
|
return r && o.addEventListener("upgradeneeded", (c) => {
|
1218
1247
|
r(C(o.result), c.oldVersion, c.newVersion, C(o.transaction), c);
|
@@ -1226,16 +1255,16 @@ function Sr(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
|
1226
1255
|
}).catch(() => {
|
1227
1256
|
}), a;
|
1228
1257
|
}
|
1229
|
-
const
|
1258
|
+
const Sr = ["get", "getKey", "getAll", "getAllKeys", "count"], Or = ["put", "add", "delete", "clear"], Se = /* @__PURE__ */ new Map();
|
1230
1259
|
function ut(n, e) {
|
1231
1260
|
if (!(n instanceof IDBDatabase && !(e in n) && typeof e == "string"))
|
1232
1261
|
return;
|
1233
|
-
if (
|
1234
|
-
return
|
1262
|
+
if (Se.get(e))
|
1263
|
+
return Se.get(e);
|
1235
1264
|
const t = e.replace(/FromIndex$/, ""), r = e !== t, i = Or.includes(t);
|
1236
1265
|
if (
|
1237
1266
|
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
1238
|
-
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i ||
|
1267
|
+
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Sr.includes(t))
|
1239
1268
|
)
|
1240
1269
|
return;
|
1241
1270
|
const s = async function(o, ...a) {
|
@@ -1246,7 +1275,7 @@ function ut(n, e) {
|
|
1246
1275
|
i && c.done
|
1247
1276
|
]))[0];
|
1248
1277
|
};
|
1249
|
-
return
|
1278
|
+
return Se.set(e, s), s;
|
1250
1279
|
}
|
1251
1280
|
wr((n) => ({
|
1252
1281
|
...n,
|
@@ -1289,7 +1318,7 @@ function Cr(n) {
|
|
1289
1318
|
const e = n.getComponent();
|
1290
1319
|
return (e == null ? void 0 : e.type) === "VERSION";
|
1291
1320
|
}
|
1292
|
-
const Ue = "@firebase/app", ht = "0.10.
|
1321
|
+
const Ue = "@firebase/app", ht = "0.10.13";
|
1293
1322
|
/**
|
1294
1323
|
* @license
|
1295
1324
|
* Copyright 2019 Google LLC
|
@@ -1306,7 +1335,7 @@ const Ue = "@firebase/app", ht = "0.10.12";
|
|
1306
1335
|
* See the License for the specific language governing permissions and
|
1307
1336
|
* limitations under the License.
|
1308
1337
|
*/
|
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",
|
1338
|
+
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", xr = "@firebase/auth-compat", Fr = "@firebase/database", Hr = "@firebase/data-connect", Vr = "@firebase/database-compat", Wr = "@firebase/functions", jr = "@firebase/functions-compat", Gr = "@firebase/installations", zr = "@firebase/installations-compat", $r = "@firebase/messaging", Jr = "@firebase/messaging-compat", Zr = "@firebase/performance", Yr = "@firebase/performance-compat", Xr = "@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.1";
|
1310
1339
|
/**
|
1311
1340
|
* @license
|
1312
1341
|
* Copyright 2019 Google LLC
|
@@ -1331,12 +1360,12 @@ const Be = "[DEFAULT]", si = {
|
|
1331
1360
|
[Ur]: "fire-app-check",
|
1332
1361
|
[Lr]: "fire-app-check-compat",
|
1333
1362
|
[Br]: "fire-auth",
|
1334
|
-
[
|
1335
|
-
[
|
1363
|
+
[xr]: "fire-auth-compat",
|
1364
|
+
[Fr]: "fire-rtdb",
|
1336
1365
|
[Hr]: "fire-data-connect",
|
1337
|
-
[
|
1366
|
+
[Vr]: "fire-rtdb-compat",
|
1338
1367
|
[Wr]: "fire-fn",
|
1339
|
-
[
|
1368
|
+
[jr]: "fire-fn-compat",
|
1340
1369
|
[Gr]: "fire-iid",
|
1341
1370
|
[zr]: "fire-iid-compat",
|
1342
1371
|
[$r]: "fire-fcm",
|
@@ -1369,7 +1398,7 @@ const Be = "[DEFAULT]", si = {
|
|
1369
1398
|
* See the License for the specific language governing permissions and
|
1370
1399
|
* limitations under the License.
|
1371
1400
|
*/
|
1372
|
-
const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(),
|
1401
|
+
const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(), xe = /* @__PURE__ */ new Map();
|
1373
1402
|
function pt(n, e) {
|
1374
1403
|
try {
|
1375
1404
|
n.container.addComponent(e);
|
@@ -1379,9 +1408,9 @@ function pt(n, e) {
|
|
1379
1408
|
}
|
1380
1409
|
function Y(n) {
|
1381
1410
|
const e = n.name;
|
1382
|
-
if (
|
1411
|
+
if (xe.has(e))
|
1383
1412
|
return T.debug(`There were multiple attempts to register component ${e}.`), !1;
|
1384
|
-
|
1413
|
+
xe.set(e, n);
|
1385
1414
|
for (const t of ue.values())
|
1386
1415
|
pt(t, n);
|
1387
1416
|
for (const t of oi.values())
|
@@ -1522,7 +1551,7 @@ function Xt(n, e = {}) {
|
|
1522
1551
|
throw D.create("duplicate-app", { appName: i });
|
1523
1552
|
}
|
1524
1553
|
const o = new fr(i);
|
1525
|
-
for (const c of
|
1554
|
+
for (const c of xe.values())
|
1526
1555
|
o.addComponent(c);
|
1527
1556
|
const a = new ci(t, r, o);
|
1528
1557
|
return ue.set(i, a), a;
|
@@ -1573,7 +1602,7 @@ function H(n, e, t) {
|
|
1573
1602
|
const di = "firebase-heartbeat-database", ui = 1, X = "firebase-heartbeat-store";
|
1574
1603
|
let Oe = null;
|
1575
1604
|
function Kt() {
|
1576
|
-
return Oe || (Oe =
|
1605
|
+
return Oe || (Oe = Ar(di, ui, {
|
1577
1606
|
upgrade: (n, e) => {
|
1578
1607
|
switch (e) {
|
1579
1608
|
case 0:
|
@@ -1792,7 +1821,7 @@ function Ii(n) {
|
|
1792
1821
|
)), H(Ue, ht, n), H(Ue, ht, "esm2017"), H("fire-js", "");
|
1793
1822
|
}
|
1794
1823
|
Ii("");
|
1795
|
-
var vi = "firebase", bi = "10.14.
|
1824
|
+
var vi = "firebase", bi = "10.14.1";
|
1796
1825
|
/**
|
1797
1826
|
* @license
|
1798
1827
|
* Copyright 2020 Google LLC
|
@@ -1921,7 +1950,7 @@ function R(n, e) {
|
|
1921
1950
|
* See the License for the specific language governing permissions and
|
1922
1951
|
* limitations under the License.
|
1923
1952
|
*/
|
1924
|
-
function
|
1953
|
+
function Fe() {
|
1925
1954
|
var n;
|
1926
1955
|
return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.href) || "";
|
1927
1956
|
}
|
@@ -2174,7 +2203,7 @@ const ki = {
|
|
2174
2203
|
* See the License for the specific language governing permissions and
|
2175
2204
|
* limitations under the License.
|
2176
2205
|
*/
|
2177
|
-
const
|
2206
|
+
const Ai = new te(3e4, 6e4);
|
2178
2207
|
function ge(n, e) {
|
2179
2208
|
return n.tenantId && !e.tenantId ? Object.assign(Object.assign({}, e), { tenantId: n.tenantId }) : e;
|
2180
2209
|
}
|
@@ -2203,7 +2232,7 @@ async function rn(n, e, t) {
|
|
2203
2232
|
n._canInitEmulator = !1;
|
2204
2233
|
const r = Object.assign(Object.assign({}, ki), e);
|
2205
2234
|
try {
|
2206
|
-
const i = new
|
2235
|
+
const i = new Si(n), s = await Promise.race([
|
2207
2236
|
t(),
|
2208
2237
|
i.promise
|
2209
2238
|
]);
|
@@ -2242,14 +2271,14 @@ function on(n, e, t, r) {
|
|
2242
2271
|
const i = `${e}${t}?${r}`;
|
2243
2272
|
return n.config.emulator ? Ye(n.config, i) : `${n.config.apiScheme}://${i}`;
|
2244
2273
|
}
|
2245
|
-
class
|
2274
|
+
class Si {
|
2246
2275
|
constructor(e) {
|
2247
2276
|
this.auth = e, this.timer = null, this.promise = new Promise((t, r) => {
|
2248
2277
|
this.timer = setTimeout(() => r(_(
|
2249
2278
|
this.auth,
|
2250
2279
|
"network-request-failed"
|
2251
2280
|
/* AuthErrorCode.NETWORK_REQUEST_FAILED */
|
2252
|
-
)),
|
2281
|
+
)), Ai.get());
|
2253
2282
|
});
|
2254
2283
|
}
|
2255
2284
|
clearNetworkTimeout() {
|
@@ -2600,7 +2629,7 @@ async function Ui(n, e) {
|
|
2600
2629
|
* See the License for the specific language governing permissions and
|
2601
2630
|
* limitations under the License.
|
2602
2631
|
*/
|
2603
|
-
class
|
2632
|
+
class V {
|
2604
2633
|
constructor() {
|
2605
2634
|
this.refreshToken = null, this.accessToken = null, this.expirationTime = null;
|
2606
2635
|
}
|
@@ -2652,7 +2681,7 @@ class j {
|
|
2652
2681
|
this.refreshToken = t || null, this.accessToken = e || null, this.expirationTime = Date.now() + r * 1e3;
|
2653
2682
|
}
|
2654
2683
|
static fromJSON(e, t) {
|
2655
|
-
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new
|
2684
|
+
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new V();
|
2656
2685
|
return r && (d(typeof r == "string", "internal-error", {
|
2657
2686
|
appName: e
|
2658
2687
|
}), o.refreshToken = r), i && (d(typeof i == "string", "internal-error", {
|
@@ -2672,7 +2701,7 @@ class j {
|
|
2672
2701
|
this.accessToken = e.accessToken, this.refreshToken = e.refreshToken, this.expirationTime = e.expirationTime;
|
2673
2702
|
}
|
2674
2703
|
_clone() {
|
2675
|
-
return Object.assign(new
|
2704
|
+
return Object.assign(new V(), this.toJSON());
|
2676
2705
|
}
|
2677
2706
|
_performRefresh() {
|
2678
2707
|
return b("not implemented");
|
@@ -2782,14 +2811,14 @@ class y {
|
|
2782
2811
|
}
|
2783
2812
|
static _fromJSON(e, t) {
|
2784
2813
|
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, I = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0,
|
2814
|
+
const p = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, I = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0, x = (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
2815
|
d(
|
2787
2816
|
Ee && ot,
|
2788
2817
|
e,
|
2789
2818
|
"internal-error"
|
2790
2819
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2791
2820
|
);
|
2792
|
-
const Pn =
|
2821
|
+
const Pn = V.fromJSON(this.name, ot);
|
2793
2822
|
d(
|
2794
2823
|
typeof Ee == "string",
|
2795
2824
|
e,
|
@@ -2805,7 +2834,7 @@ class y {
|
|
2805
2834
|
e,
|
2806
2835
|
"internal-error"
|
2807
2836
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2808
|
-
), k(I, e.name), k(
|
2837
|
+
), k(I, e.name), k(x, e.name), k(tt, e.name), k(ye, e.name), k(nt, e.name), k(rt, e.name);
|
2809
2838
|
const we = new y({
|
2810
2839
|
uid: Ee,
|
2811
2840
|
auth: e,
|
@@ -2813,7 +2842,7 @@ class y {
|
|
2813
2842
|
emailVerified: it,
|
2814
2843
|
displayName: p,
|
2815
2844
|
isAnonymous: st,
|
2816
|
-
photoURL:
|
2845
|
+
photoURL: x,
|
2817
2846
|
phoneNumber: I,
|
2818
2847
|
tenantId: tt,
|
2819
2848
|
stsTokenManager: Pn,
|
@@ -2828,7 +2857,7 @@ class y {
|
|
2828
2857
|
* @param idTokenResponse
|
2829
2858
|
*/
|
2830
2859
|
static async _fromIdTokenResponse(e, t, r = !1) {
|
2831
|
-
const i = new
|
2860
|
+
const i = new V();
|
2832
2861
|
i.updateFromServerResponse(t);
|
2833
2862
|
const s = new y({
|
2834
2863
|
uid: t.localId,
|
@@ -2850,7 +2879,7 @@ class y {
|
|
2850
2879
|
"internal-error"
|
2851
2880
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2852
2881
|
);
|
2853
|
-
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new
|
2882
|
+
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new V();
|
2854
2883
|
a.updateFromIdToken(r);
|
2855
2884
|
const c = new y({
|
2856
2885
|
uid: i.localId,
|
@@ -3088,7 +3117,7 @@ function Bi(n = f()) {
|
|
3088
3117
|
var e;
|
3089
3118
|
return Ke(n) && !!(!((e = window.navigator) === null || e === void 0) && e.standalone);
|
3090
3119
|
}
|
3091
|
-
function
|
3120
|
+
function xi() {
|
3092
3121
|
return tr() && document.documentMode === 10;
|
3093
3122
|
}
|
3094
3123
|
function gn(n = f()) {
|
@@ -3141,7 +3170,7 @@ function In(n, e = []) {
|
|
3141
3170
|
* See the License for the specific language governing permissions and
|
3142
3171
|
* limitations under the License.
|
3143
3172
|
*/
|
3144
|
-
class
|
3173
|
+
class Fi {
|
3145
3174
|
constructor(e) {
|
3146
3175
|
this.auth = e, this.queue = [];
|
3147
3176
|
}
|
@@ -3215,12 +3244,12 @@ async function Hi(n, e = {}) {
|
|
3215
3244
|
* See the License for the specific language governing permissions and
|
3216
3245
|
* limitations under the License.
|
3217
3246
|
*/
|
3218
|
-
const
|
3247
|
+
const Vi = 6;
|
3219
3248
|
class Wi {
|
3220
3249
|
constructor(e) {
|
3221
3250
|
var t, r, i, s;
|
3222
3251
|
const o = e.customStrengthOptions;
|
3223
|
-
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t :
|
3252
|
+
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t : Vi, 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
3253
|
}
|
3225
3254
|
validatePassword(e) {
|
3226
3255
|
var t, r, i, s, o, a;
|
@@ -3303,9 +3332,9 @@ class Wi {
|
|
3303
3332
|
* See the License for the specific language governing permissions and
|
3304
3333
|
* limitations under the License.
|
3305
3334
|
*/
|
3306
|
-
class
|
3335
|
+
class ji {
|
3307
3336
|
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
|
3337
|
+
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 Fi(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
3338
|
}
|
3310
3339
|
_initializeWithPersistence(e, t) {
|
3311
3340
|
return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
|
@@ -3831,7 +3860,7 @@ class bn {
|
|
3831
3860
|
* See the License for the specific language governing permissions and
|
3832
3861
|
* limitations under the License.
|
3833
3862
|
*/
|
3834
|
-
async function
|
3863
|
+
async function j(n, e) {
|
3835
3864
|
return sn(n, "POST", "/v1/accounts:signInWithIdp", ge(n, e));
|
3836
3865
|
}
|
3837
3866
|
/**
|
@@ -3894,17 +3923,17 @@ class U extends bn {
|
|
3894
3923
|
/** @internal */
|
3895
3924
|
_getIdTokenResponse(e) {
|
3896
3925
|
const t = this.buildRequest();
|
3897
|
-
return
|
3926
|
+
return j(e, t);
|
3898
3927
|
}
|
3899
3928
|
/** @internal */
|
3900
3929
|
_linkToIdToken(e, t) {
|
3901
3930
|
const r = this.buildRequest();
|
3902
|
-
return r.idToken = t,
|
3931
|
+
return r.idToken = t, j(e, r);
|
3903
3932
|
}
|
3904
3933
|
/** @internal */
|
3905
3934
|
_getReauthenticationResolver(e) {
|
3906
3935
|
const t = this.buildRequest();
|
3907
|
-
return t.autoCreate = !1,
|
3936
|
+
return t.autoCreate = !1, j(e, t);
|
3908
3937
|
}
|
3909
3938
|
buildRequest() {
|
3910
3939
|
const e = {
|
@@ -4024,7 +4053,7 @@ class ne extends yn {
|
|
4024
4053
|
* See the License for the specific language governing permissions and
|
4025
4054
|
* limitations under the License.
|
4026
4055
|
*/
|
4027
|
-
class
|
4056
|
+
class A extends ne {
|
4028
4057
|
constructor() {
|
4029
4058
|
super(
|
4030
4059
|
"facebook.com"
|
@@ -4045,8 +4074,8 @@ class S extends ne {
|
|
4045
4074
|
*/
|
4046
4075
|
static credential(e) {
|
4047
4076
|
return U._fromParams({
|
4048
|
-
providerId:
|
4049
|
-
signInMethod:
|
4077
|
+
providerId: A.PROVIDER_ID,
|
4078
|
+
signInMethod: A.FACEBOOK_SIGN_IN_METHOD,
|
4050
4079
|
accessToken: e
|
4051
4080
|
});
|
4052
4081
|
}
|
@@ -4056,7 +4085,7 @@ class S extends ne {
|
|
4056
4085
|
* @param userCredential - The user credential.
|
4057
4086
|
*/
|
4058
4087
|
static credentialFromResult(e) {
|
4059
|
-
return
|
4088
|
+
return A.credentialFromTaggedObject(e);
|
4060
4089
|
}
|
4061
4090
|
/**
|
4062
4091
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4065,20 +4094,20 @@ class S extends ne {
|
|
4065
4094
|
* @param userCredential - The user credential.
|
4066
4095
|
*/
|
4067
4096
|
static credentialFromError(e) {
|
4068
|
-
return
|
4097
|
+
return A.credentialFromTaggedObject(e.customData || {});
|
4069
4098
|
}
|
4070
4099
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4071
4100
|
if (!e || !("oauthAccessToken" in e) || !e.oauthAccessToken)
|
4072
4101
|
return null;
|
4073
4102
|
try {
|
4074
|
-
return
|
4103
|
+
return A.credential(e.oauthAccessToken);
|
4075
4104
|
} catch {
|
4076
4105
|
return null;
|
4077
4106
|
}
|
4078
4107
|
}
|
4079
4108
|
}
|
4080
|
-
|
4081
|
-
|
4109
|
+
A.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
|
4110
|
+
A.PROVIDER_ID = "facebook.com";
|
4082
4111
|
/**
|
4083
4112
|
* @license
|
4084
4113
|
* Copyright 2020 Google LLC
|
@@ -4095,7 +4124,7 @@ S.PROVIDER_ID = "facebook.com";
|
|
4095
4124
|
* See the License for the specific language governing permissions and
|
4096
4125
|
* limitations under the License.
|
4097
4126
|
*/
|
4098
|
-
class
|
4127
|
+
class S extends ne {
|
4099
4128
|
constructor() {
|
4100
4129
|
super(
|
4101
4130
|
"google.com"
|
@@ -4117,8 +4146,8 @@ class A extends ne {
|
|
4117
4146
|
*/
|
4118
4147
|
static credential(e, t) {
|
4119
4148
|
return U._fromParams({
|
4120
|
-
providerId:
|
4121
|
-
signInMethod:
|
4149
|
+
providerId: S.PROVIDER_ID,
|
4150
|
+
signInMethod: S.GOOGLE_SIGN_IN_METHOD,
|
4122
4151
|
idToken: e,
|
4123
4152
|
accessToken: t
|
4124
4153
|
});
|
@@ -4129,7 +4158,7 @@ class A extends ne {
|
|
4129
4158
|
* @param userCredential - The user credential.
|
4130
4159
|
*/
|
4131
4160
|
static credentialFromResult(e) {
|
4132
|
-
return
|
4161
|
+
return S.credentialFromTaggedObject(e);
|
4133
4162
|
}
|
4134
4163
|
/**
|
4135
4164
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4138,7 +4167,7 @@ class A extends ne {
|
|
4138
4167
|
* @param userCredential - The user credential.
|
4139
4168
|
*/
|
4140
4169
|
static credentialFromError(e) {
|
4141
|
-
return
|
4170
|
+
return S.credentialFromTaggedObject(e.customData || {});
|
4142
4171
|
}
|
4143
4172
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4144
4173
|
if (!e)
|
@@ -4147,14 +4176,14 @@ class A extends ne {
|
|
4147
4176
|
if (!t && !r)
|
4148
4177
|
return null;
|
4149
4178
|
try {
|
4150
|
-
return
|
4179
|
+
return S.credential(t, r);
|
4151
4180
|
} catch {
|
4152
4181
|
return null;
|
4153
4182
|
}
|
4154
4183
|
}
|
4155
4184
|
}
|
4156
|
-
|
4157
|
-
|
4185
|
+
S.GOOGLE_SIGN_IN_METHOD = "google.com";
|
4186
|
+
S.PROVIDER_ID = "google.com";
|
4158
4187
|
/**
|
4159
4188
|
* @license
|
4160
4189
|
* Copyright 2020 Google LLC
|
@@ -4583,7 +4612,7 @@ class wn extends Tn {
|
|
4583
4612
|
const o = this.storage.getItem(r);
|
4584
4613
|
!t && this.localCache[r] === o || this.notifyListeners(r, o);
|
4585
4614
|
}, s = this.storage.getItem(r);
|
4586
|
-
|
4615
|
+
xi() && s !== e.newValue && e.newValue !== e.oldValue ? setTimeout(i, cs) : i();
|
4587
4616
|
}
|
4588
4617
|
notifyListeners(e, t) {
|
4589
4618
|
this.localCache[e] = t;
|
@@ -4940,7 +4969,7 @@ function hs(n) {
|
|
4940
4969
|
* See the License for the specific language governing permissions and
|
4941
4970
|
* limitations under the License.
|
4942
4971
|
*/
|
4943
|
-
function
|
4972
|
+
function An() {
|
4944
4973
|
return typeof g().WorkerGlobalScope < "u" && typeof g().importScripts == "function";
|
4945
4974
|
}
|
4946
4975
|
async function ps() {
|
@@ -4957,7 +4986,7 @@ function fs() {
|
|
4957
4986
|
return ((n = navigator == null ? void 0 : navigator.serviceWorker) === null || n === void 0 ? void 0 : n.controller) || null;
|
4958
4987
|
}
|
4959
4988
|
function ms() {
|
4960
|
-
return
|
4989
|
+
return An() ? self : null;
|
4961
4990
|
}
|
4962
4991
|
/**
|
4963
4992
|
* @license
|
@@ -4975,7 +5004,7 @@ function ms() {
|
|
4975
5004
|
* See the License for the specific language governing permissions and
|
4976
5005
|
* limitations under the License.
|
4977
5006
|
*/
|
4978
|
-
const
|
5007
|
+
const Sn = "firebaseLocalStorageDb", _s = 1, _e = "firebaseLocalStorage", On = "fbase_key";
|
4979
5008
|
class re {
|
4980
5009
|
constructor(e) {
|
4981
5010
|
this.request = e;
|
@@ -4994,11 +5023,11 @@ function be(n, e) {
|
|
4994
5023
|
return n.transaction([_e], e ? "readwrite" : "readonly").objectStore(_e);
|
4995
5024
|
}
|
4996
5025
|
function gs() {
|
4997
|
-
const n = indexedDB.deleteDatabase(
|
5026
|
+
const n = indexedDB.deleteDatabase(Sn);
|
4998
5027
|
return new re(n).toPromise();
|
4999
5028
|
}
|
5000
|
-
function
|
5001
|
-
const n = indexedDB.open(
|
5029
|
+
function Ve() {
|
5030
|
+
const n = indexedDB.open(Sn, _s);
|
5002
5031
|
return new Promise((e, t) => {
|
5003
5032
|
n.addEventListener("error", () => {
|
5004
5033
|
t(n.error);
|
@@ -5011,7 +5040,7 @@ function je() {
|
|
5011
5040
|
}
|
5012
5041
|
}), n.addEventListener("success", async () => {
|
5013
5042
|
const r = n.result;
|
5014
|
-
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await
|
5043
|
+
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await Ve()));
|
5015
5044
|
});
|
5016
5045
|
});
|
5017
5046
|
}
|
@@ -5026,7 +5055,7 @@ async function Is(n, e) {
|
|
5026
5055
|
const t = be(n, !1).get(e), r = await new re(t).toPromise();
|
5027
5056
|
return r === void 0 ? null : r.value;
|
5028
5057
|
}
|
5029
|
-
function
|
5058
|
+
function At(n, e) {
|
5030
5059
|
const t = be(n, !0).delete(e);
|
5031
5060
|
return new re(t).toPromise();
|
5032
5061
|
}
|
@@ -5038,7 +5067,7 @@ class Nn {
|
|
5038
5067
|
});
|
5039
5068
|
}
|
5040
5069
|
async _openDb() {
|
5041
|
-
return this.db ? this.db : (this.db = await
|
5070
|
+
return this.db ? this.db : (this.db = await Ve(), this.db);
|
5042
5071
|
}
|
5043
5072
|
async _withRetries(e) {
|
5044
5073
|
let t = 0;
|
@@ -5057,7 +5086,7 @@ class Nn {
|
|
5057
5086
|
* postMessage interface to send these events to the worker ourselves.
|
5058
5087
|
*/
|
5059
5088
|
async initializeServiceWorkerMessaging() {
|
5060
|
-
return
|
5089
|
+
return An() ? this.initializeReceiver() : this.initializeSender();
|
5061
5090
|
}
|
5062
5091
|
/**
|
5063
5092
|
* As the worker we should listen to events from the main window.
|
@@ -5119,8 +5148,8 @@ class Nn {
|
|
5119
5148
|
try {
|
5120
5149
|
if (!indexedDB)
|
5121
5150
|
return !1;
|
5122
|
-
const e = await
|
5123
|
-
return await kt(e, me, "1"), await
|
5151
|
+
const e = await Ve();
|
5152
|
+
return await kt(e, me, "1"), await At(e, me), !0;
|
5124
5153
|
} catch {
|
5125
5154
|
}
|
5126
5155
|
return !1;
|
@@ -5141,7 +5170,7 @@ class Nn {
|
|
5141
5170
|
return this.localCache[e] = t, t;
|
5142
5171
|
}
|
5143
5172
|
async _remove(e) {
|
5144
|
-
return this._withPendingWrite(async () => (await this._withRetries((t) =>
|
5173
|
+
return this._withPendingWrite(async () => (await this._withRetries((t) => At(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
|
5145
5174
|
}
|
5146
5175
|
async _poll() {
|
5147
5176
|
const e = await this._withRetries((i) => {
|
@@ -5232,13 +5261,13 @@ class et extends bn {
|
|
5232
5261
|
), this.params = e;
|
5233
5262
|
}
|
5234
5263
|
_getIdTokenResponse(e) {
|
5235
|
-
return
|
5264
|
+
return j(e, this._buildIdpRequest());
|
5236
5265
|
}
|
5237
5266
|
_linkToIdToken(e, t) {
|
5238
|
-
return
|
5267
|
+
return j(e, this._buildIdpRequest(t));
|
5239
5268
|
}
|
5240
5269
|
_getReauthenticationResolver(e) {
|
5241
|
-
return
|
5270
|
+
return j(e, this._buildIdpRequest());
|
5242
5271
|
}
|
5243
5272
|
_buildIdpRequest(e) {
|
5244
5273
|
const t = {
|
@@ -5374,9 +5403,9 @@ class Cn {
|
|
5374
5403
|
* limitations under the License.
|
5375
5404
|
*/
|
5376
5405
|
const ks = new te(2e3, 1e4);
|
5377
|
-
class
|
5406
|
+
class F extends Cn {
|
5378
5407
|
constructor(e, t, r, i, s) {
|
5379
|
-
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null,
|
5408
|
+
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, F.currentPopupAction && F.currentPopupAction.cancel(), F.currentPopupAction = this;
|
5380
5409
|
}
|
5381
5410
|
async executeNotNull() {
|
5382
5411
|
const e = await this.execute();
|
@@ -5418,7 +5447,7 @@ class x extends Cn {
|
|
5418
5447
|
));
|
5419
5448
|
}
|
5420
5449
|
cleanUp() {
|
5421
|
-
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null,
|
5450
|
+
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null, F.currentPopupAction = null;
|
5422
5451
|
}
|
5423
5452
|
pollUserCancellation() {
|
5424
5453
|
const e = () => {
|
@@ -5442,7 +5471,7 @@ class x extends Cn {
|
|
5442
5471
|
e();
|
5443
5472
|
}
|
5444
5473
|
}
|
5445
|
-
|
5474
|
+
F.currentPopupAction = null;
|
5446
5475
|
/**
|
5447
5476
|
* @license
|
5448
5477
|
* Copyright 2020 Google LLC
|
@@ -5459,8 +5488,8 @@ x.currentPopupAction = null;
|
|
5459
5488
|
* See the License for the specific language governing permissions and
|
5460
5489
|
* limitations under the License.
|
5461
5490
|
*/
|
5462
|
-
const
|
5463
|
-
class
|
5491
|
+
const As = "pendingRedirect", ae = /* @__PURE__ */ new Map();
|
5492
|
+
class Ss extends Cn {
|
5464
5493
|
constructor(e, t, r = !1) {
|
5465
5494
|
super(e, [
|
5466
5495
|
"signInViaRedirect",
|
@@ -5520,12 +5549,12 @@ function Cs(n) {
|
|
5520
5549
|
return E(n._redirectPersistence);
|
5521
5550
|
}
|
5522
5551
|
function Ds(n) {
|
5523
|
-
return oe(
|
5552
|
+
return oe(As, n.config.apiKey, n.name);
|
5524
5553
|
}
|
5525
5554
|
async function Ps(n, e, t = !1) {
|
5526
5555
|
if (v(n.app))
|
5527
5556
|
return Promise.reject(P(n));
|
5528
|
-
const r = Ie(n), i = Es(r, e), o = await new
|
5557
|
+
const r = Ie(n), i = Es(r, e), o = await new Ss(r, i, t).execute();
|
5529
5558
|
return o && !t && (delete o.user._redirectEventId, await r._persistUserIfCurrent(o.user), await r._setRedirectUser(null, e)), o;
|
5530
5559
|
}
|
5531
5560
|
/**
|
@@ -5576,13 +5605,13 @@ class Ls {
|
|
5576
5605
|
return t.filter.includes(e.type) && r;
|
5577
5606
|
}
|
5578
5607
|
hasEventBeenHandled(e) {
|
5579
|
-
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(
|
5608
|
+
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(St(e));
|
5580
5609
|
}
|
5581
5610
|
saveEventToCache(e) {
|
5582
|
-
this.cachedEventUids.add(
|
5611
|
+
this.cachedEventUids.add(St(e)), this.lastProcessedEventTime = Date.now();
|
5583
5612
|
}
|
5584
5613
|
}
|
5585
|
-
function
|
5614
|
+
function St(n) {
|
5586
5615
|
return [n.type, n.eventId, n.sessionId, n.tenantId].filter((e) => e).join("-");
|
5587
5616
|
}
|
5588
5617
|
function Dn({ type: n, error: e }) {
|
@@ -5635,14 +5664,14 @@ async function Bs(n, e = {}) {
|
|
5635
5664
|
* See the License for the specific language governing permissions and
|
5636
5665
|
* limitations under the License.
|
5637
5666
|
*/
|
5638
|
-
const
|
5667
|
+
const xs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, Fs = /^https?/;
|
5639
5668
|
async function Hs(n) {
|
5640
5669
|
if (n.config.emulator)
|
5641
5670
|
return;
|
5642
5671
|
const { authorizedDomains: e } = await Bs(n);
|
5643
5672
|
for (const t of e)
|
5644
5673
|
try {
|
5645
|
-
if (
|
5674
|
+
if (Vs(t))
|
5646
5675
|
return;
|
5647
5676
|
} catch {
|
5648
5677
|
}
|
@@ -5652,15 +5681,15 @@ async function Hs(n) {
|
|
5652
5681
|
/* AuthErrorCode.INVALID_ORIGIN */
|
5653
5682
|
);
|
5654
5683
|
}
|
5655
|
-
function
|
5656
|
-
const e =
|
5684
|
+
function Vs(n) {
|
5685
|
+
const e = Fe(), { protocol: t, hostname: r } = new URL(e);
|
5657
5686
|
if (n.startsWith("chrome-extension://")) {
|
5658
5687
|
const o = new URL(n);
|
5659
5688
|
return o.hostname === "" && r === "" ? t === "chrome-extension:" && n.replace("chrome-extension://", "") === e.replace("chrome-extension://", "") : t === "chrome-extension:" && o.hostname === r;
|
5660
5689
|
}
|
5661
|
-
if (!
|
5690
|
+
if (!Fs.test(t))
|
5662
5691
|
return !1;
|
5663
|
-
if (
|
5692
|
+
if (xs.test(n))
|
5664
5693
|
return r === n;
|
5665
5694
|
const i = n.replace(/\./g, "\\.");
|
5666
5695
|
return new RegExp("^(.+\\." + i + "|" + i + ")$", "i").test(r);
|
@@ -5691,7 +5720,7 @@ function Ot() {
|
|
5691
5720
|
n.CP[t] = null;
|
5692
5721
|
}
|
5693
5722
|
}
|
5694
|
-
function
|
5723
|
+
function js(n) {
|
5695
5724
|
return new Promise((e, t) => {
|
5696
5725
|
var r, i, s;
|
5697
5726
|
function o() {
|
@@ -5729,7 +5758,7 @@ function Vs(n) {
|
|
5729
5758
|
}
|
5730
5759
|
let ce = null;
|
5731
5760
|
function Gs(n) {
|
5732
|
-
return ce = ce ||
|
5761
|
+
return ce = ce || js(n), ce;
|
5733
5762
|
}
|
5734
5763
|
/**
|
5735
5764
|
* @license
|
@@ -5856,7 +5885,7 @@ function ro(n, e, t, r = Qs, i = eo) {
|
|
5856
5885
|
left: o
|
5857
5886
|
}), l = f().toLowerCase();
|
5858
5887
|
t && (a = hn(l) ? to : t), dn(l) && (e = e || no, c.scrollbars = "yes");
|
5859
|
-
const u = Object.entries(c).reduce((m, [I,
|
5888
|
+
const u = Object.entries(c).reduce((m, [I, x]) => `${m}${I}=${x},`, "");
|
5860
5889
|
if (Bi(l) && a !== "_self")
|
5861
5890
|
return io(e || "", a), new Nt(null);
|
5862
5891
|
const p = window.open(e || "", a, u);
|
@@ -5960,12 +5989,12 @@ class lo {
|
|
5960
5989
|
async _openPopup(e, t, r, i) {
|
5961
5990
|
var s;
|
5962
5991
|
R((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
|
5963
|
-
const o = await Ct(e, t, r,
|
5992
|
+
const o = await Ct(e, t, r, Fe(), i);
|
5964
5993
|
return ro(e, o, Qe());
|
5965
5994
|
}
|
5966
5995
|
async _openRedirect(e, t, r, i) {
|
5967
5996
|
await this._originValidation(e);
|
5968
|
-
const s = await Ct(e, t, r,
|
5997
|
+
const s = await Ct(e, t, r, Fe(), i);
|
5969
5998
|
return hs(s), new Promise(() => {
|
5970
5999
|
});
|
5971
6000
|
}
|
@@ -6110,7 +6139,7 @@ function fo(n) {
|
|
6110
6139
|
tokenApiHost: "securetoken.googleapis.com",
|
6111
6140
|
apiScheme: "https",
|
6112
6141
|
sdkClientVersion: In(n)
|
6113
|
-
}, l = new
|
6142
|
+
}, l = new ji(r, i, s, c);
|
6114
6143
|
return Yi(l, t), l;
|
6115
6144
|
},
|
6116
6145
|
"PUBLIC"
|
@@ -6188,7 +6217,7 @@ function Io(n = li()) {
|
|
6188
6217
|
os(t, o, () => o(t.currentUser)), ss(t, (a) => o(a));
|
6189
6218
|
}
|
6190
6219
|
}
|
6191
|
-
const i =
|
6220
|
+
const i = jt("auth");
|
6192
6221
|
return i && Xi(t, `http://${i}`), t;
|
6193
6222
|
}
|
6194
6223
|
function vo() {
|
@@ -6218,7 +6247,7 @@ fo(
|
|
6218
6247
|
);
|
6219
6248
|
const bo = Ln({
|
6220
6249
|
history: Un(),
|
6221
|
-
routes: [...Ge, ...
|
6250
|
+
routes: [...Ge, ...je]
|
6222
6251
|
});
|
6223
6252
|
let De, Pe;
|
6224
6253
|
bo.beforeEach(async (n) => {
|
@@ -6251,9 +6280,10 @@ bo.beforeEach(async (n) => {
|
|
6251
6280
|
const yo = /* @__PURE__ */ Ut({
|
6252
6281
|
__name: "AppSidebar",
|
6253
6282
|
setup(n) {
|
6254
|
-
const e = We(), t = Bn(), r =
|
6283
|
+
const e = We(), t = Bn(), r = xn(t.currentRoute.value.name);
|
6255
6284
|
J(t.currentRoute, () => {
|
6256
|
-
|
6285
|
+
let a = t.currentRoute.value.name;
|
6286
|
+
t.currentRoute.value.meta.parent && (a = t.currentRoute.value.meta.parent), r.value = a;
|
6257
6287
|
});
|
6258
6288
|
const i = Ge.map((a) => {
|
6259
6289
|
var c;
|
@@ -6266,7 +6296,7 @@ const yo = /* @__PURE__ */ Ut({
|
|
6266
6296
|
return t.push({ name: a.name });
|
6267
6297
|
}
|
6268
6298
|
};
|
6269
|
-
}).filter((a) => !!a), s =
|
6299
|
+
}).filter((a) => !!a), s = je.map((a) => {
|
6270
6300
|
var c;
|
6271
6301
|
if ((c = a.meta) != null && c.sidebarDisplay)
|
6272
6302
|
return {
|
@@ -6293,7 +6323,7 @@ const yo = /* @__PURE__ */ Ut({
|
|
6293
6323
|
});
|
6294
6324
|
return (a, c) => {
|
6295
6325
|
const l = Bt("FmCollapsibleTabs");
|
6296
|
-
return
|
6326
|
+
return xt(), Ft(l, {
|
6297
6327
|
modelValue: r.value,
|
6298
6328
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
6299
6329
|
items: o.value,
|
@@ -6313,17 +6343,17 @@ const Oo = /* @__PURE__ */ Ut({
|
|
6313
6343
|
const o = await s.getCustomToken(), a = Io(r);
|
6314
6344
|
await is(a, o);
|
6315
6345
|
}
|
6316
|
-
return i(), J(t.sessionUser, i),
|
6346
|
+
return i(), J(t.sessionUser, i), Fn(() => {
|
6317
6347
|
e.isIframe && parent.postMessage({ event: "ready" }, "*");
|
6318
6348
|
}), Hn(() => {
|
6319
6349
|
t.registerSidebarComponent(yo);
|
6320
6350
|
}), (s, o) => {
|
6321
6351
|
const a = Bt("RouterView");
|
6322
|
-
return
|
6352
|
+
return xt(), Ft(a);
|
6323
6353
|
};
|
6324
6354
|
}
|
6325
6355
|
}), No = [
|
6326
|
-
...
|
6356
|
+
...je,
|
6327
6357
|
...Ge
|
6328
6358
|
];
|
6329
6359
|
export {
|
@@ -6332,9 +6362,9 @@ export {
|
|
6332
6362
|
ee as S,
|
6333
6363
|
Y as _,
|
6334
6364
|
Yt as a,
|
6335
|
-
|
6365
|
+
Ao as b,
|
6336
6366
|
li as c,
|
6337
|
-
|
6367
|
+
So as d,
|
6338
6368
|
gt as e,
|
6339
6369
|
No as f,
|
6340
6370
|
z as g,
|