@atomsolution/sdk-merchant 1.6.2 → 1.6.3
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/dist/assets/locales/en/merchant-batch-create-form.json.d.ts +2 -1
- package/dist/assets/locales/vi/merchant-batch-create-form.json.d.ts +2 -1
- package/dist/batch-product-creation.cjs +44 -10
- package/dist/batch-product-creation.cjs.map +1 -1
- package/dist/batch-product-creation.esm.js +44 -10
- package/dist/batch-product-creation.esm.js.map +1 -1
- package/dist/batch-product-creation.js +44 -10
- package/dist/batch-product-creation.js.map +1 -1
- package/dist/digistore.cjs +1 -1
- package/dist/digistore.esm.js +1 -1
- package/dist/digistore.js +1 -1
- package/dist/{dropdownMenuAbsolute-Ds24HaUN.js → dropdownMenuAbsolute-CLw6DPyb.js} +2 -2
- package/dist/{dropdownMenuAbsolute-Ds24HaUN.js.map → dropdownMenuAbsolute-CLw6DPyb.js.map} +1 -1
- package/dist/{dropdownMenuAbsolute-CLsfHK7_.cjs → dropdownMenuAbsolute-DlrCbNFH.cjs} +2 -2
- package/dist/{dropdownMenuAbsolute-CLsfHK7_.cjs.map → dropdownMenuAbsolute-DlrCbNFH.cjs.map} +1 -1
- package/dist/merchant-profile.cjs +2 -2
- package/dist/merchant-profile.esm.js +2 -2
- package/dist/merchant-profile.js +2 -2
- package/dist/style.css +4 -0
- package/dist/{use-translation-CsiF3PR6.js → use-translation-B8KAf9vm.js} +7 -3
- package/dist/{use-translation-CsiF3PR6.js.map → use-translation-B8KAf9vm.js.map} +1 -1
- package/dist/{use-translation-GCjcVK7-.cjs → use-translation-FLryNm-e.cjs} +7 -3
- package/dist/{use-translation-GCjcVK7-.cjs.map → use-translation-FLryNm-e.cjs.map} +1 -1
- package/dist/utils/translations.d.ts +2 -0
- package/package.json +1 -1
|
@@ -53,8 +53,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
53
53
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
54
54
|
const jsxRuntime = require("./jsx-runtime-DV8UmLi4.cjs");
|
|
55
55
|
const React = require("react");
|
|
56
|
-
const dropdownMenuAbsolute = require("./dropdownMenuAbsolute-
|
|
57
|
-
const useTranslation = require("./use-translation-
|
|
56
|
+
const dropdownMenuAbsolute = require("./dropdownMenuAbsolute-DlrCbNFH.cjs");
|
|
57
|
+
const useTranslation = require("./use-translation-FLryNm-e.cjs");
|
|
58
58
|
const usePortalApiConfig_store = require("./use-portal-api-config.store-C8a2gebE.cjs");
|
|
59
59
|
const axios = require("axios");
|
|
60
60
|
var runtime = { exports: {} };
|
|
@@ -51,8 +51,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
51
51
|
};
|
|
52
52
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
53
53
|
import { useState, useCallback, useEffect, useRef, memo, useMemo } from "react";
|
|
54
|
-
import { c as commonjsRequire, g as getDefaultExportFromCjs, B as Button, D as DropdownMenu, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-
|
|
55
|
-
import { u as useTranslation } from "./use-translation-
|
|
54
|
+
import { c as commonjsRequire, g as getDefaultExportFromCjs, B as Button, D as DropdownMenu, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-CLw6DPyb.js";
|
|
55
|
+
import { u as useTranslation } from "./use-translation-B8KAf9vm.js";
|
|
56
56
|
import { u as usePortalApiConfig } from "./use-portal-api-config.store-C1UTTpK9.js";
|
|
57
57
|
import axios from "axios";
|
|
58
58
|
var runtime = { exports: {} };
|
package/dist/merchant-profile.js
CHANGED
|
@@ -51,8 +51,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
51
51
|
};
|
|
52
52
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
53
53
|
import { useState, useCallback, useEffect, useRef, memo, useMemo } from "react";
|
|
54
|
-
import { c as commonjsRequire, g as getDefaultExportFromCjs, B as Button, D as DropdownMenu, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-
|
|
55
|
-
import { u as useTranslation } from "./use-translation-
|
|
54
|
+
import { c as commonjsRequire, g as getDefaultExportFromCjs, B as Button, D as DropdownMenu, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-CLw6DPyb.js";
|
|
55
|
+
import { u as useTranslation } from "./use-translation-B8KAf9vm.js";
|
|
56
56
|
import { u as usePortalApiConfig } from "./use-portal-api-config.store-C1UTTpK9.js";
|
|
57
57
|
import axios from "axios";
|
|
58
58
|
var runtime = { exports: {} };
|
package/dist/style.css
CHANGED
|
@@ -1726,6 +1726,10 @@ video {
|
|
|
1726
1726
|
--tw-text-opacity: 1;
|
|
1727
1727
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
1728
1728
|
}
|
|
1729
|
+
.text-blue-900 {
|
|
1730
|
+
--tw-text-opacity: 1;
|
|
1731
|
+
color: rgb(30 58 138 / var(--tw-text-opacity, 1));
|
|
1732
|
+
}
|
|
1729
1733
|
.text-gray-300 {
|
|
1730
1734
|
--tw-text-opacity: 1;
|
|
1731
1735
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
@@ -537,6 +537,7 @@ const category_invalid$1 = "Danh mục sản phẩm không hợp lệ";
|
|
|
537
537
|
const toast_delete_image_success$1 = "Xóa ảnh thành công";
|
|
538
538
|
const delete_image_confirm_title$1 = "Xác nhận xóa ảnh";
|
|
539
539
|
const delete_image_confirm_description$1 = "Bạn có chắc chắn muốn xoá hình ảnh của sản phẩm không?";
|
|
540
|
+
const select_tax$1 = "Chọn thuế VAT";
|
|
540
541
|
const BATCH_CREATE_PRODUCT_VI = {
|
|
541
542
|
merge_validate_data_title: merge_validate_data_title$1,
|
|
542
543
|
merge_limit_description: merge_limit_description$1,
|
|
@@ -628,7 +629,8 @@ const BATCH_CREATE_PRODUCT_VI = {
|
|
|
628
629
|
category_invalid: category_invalid$1,
|
|
629
630
|
toast_delete_image_success: toast_delete_image_success$1,
|
|
630
631
|
delete_image_confirm_title: delete_image_confirm_title$1,
|
|
631
|
-
delete_image_confirm_description: delete_image_confirm_description$1
|
|
632
|
+
delete_image_confirm_description: delete_image_confirm_description$1,
|
|
633
|
+
select_tax: select_tax$1
|
|
632
634
|
};
|
|
633
635
|
const merge_validate_data_title = "Merge fields & Validate data";
|
|
634
636
|
const merge_limit_description = "Each list upload is limited to a maximum of 1 file and 100 data rows (products).\nIf the list contains more rows than allowed, the system will use rows 1 to 100 (excluding the header).";
|
|
@@ -720,6 +722,7 @@ const category_invalid = "Product category is invalid";
|
|
|
720
722
|
const toast_delete_image_success = "Delete image successfully";
|
|
721
723
|
const delete_image_confirm_title = "Confirm delete image";
|
|
722
724
|
const delete_image_confirm_description = "Are you sure you want to delete this product image?";
|
|
725
|
+
const select_tax = "Select Tax VAT";
|
|
723
726
|
const BATCH_CREATE_PRODUCT_EN = {
|
|
724
727
|
merge_validate_data_title,
|
|
725
728
|
merge_limit_description,
|
|
@@ -811,7 +814,8 @@ const BATCH_CREATE_PRODUCT_EN = {
|
|
|
811
814
|
category_invalid,
|
|
812
815
|
toast_delete_image_success,
|
|
813
816
|
delete_image_confirm_title,
|
|
814
|
-
delete_image_confirm_description
|
|
817
|
+
delete_image_confirm_description,
|
|
818
|
+
select_tax
|
|
815
819
|
};
|
|
816
820
|
const cancel$3 = "Hủy";
|
|
817
821
|
const confirm$1 = "Xác nhận";
|
|
@@ -1305,4 +1309,4 @@ export {
|
|
|
1305
1309
|
translate as t,
|
|
1306
1310
|
useTranslation as u
|
|
1307
1311
|
};
|
|
1308
|
-
//# sourceMappingURL=use-translation-
|
|
1312
|
+
//# sourceMappingURL=use-translation-B8KAf9vm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-translation-
|
|
1
|
+
{"version":3,"file":"use-translation-B8KAf9vm.js","sources":["../src/utils/translations.ts","../src/hooks/use-translation.ts"],"sourcesContent":["import TABLE_VI from '@/assets/locales/vi/table.json';\nimport TABLE_EN from '@/assets/locales/en/table.json';\nimport FORM_VI from '@/assets/locales/vi/form.json';\nimport FORM_EN from '@/assets/locales/en/form.json';\nimport BATCH_CREATE_PRODUCT_VI from '@/assets/locales/vi/merchant-batch-create-form.json';\nimport BATCH_CREATE_PRODUCT_EN from '@/assets/locales/en/merchant-batch-create-form.json';\nimport COMMON_VI from '@/assets/locales/vi/common.json';\nimport COMMON_EN from '@/assets/locales/en/common.json';\nimport FILE_VI from '@/assets/locales/vi/file.json';\nimport FILE_VN from '@/assets/locales/en/file.json';\nimport DOWNLOAD_SAMPLE_VI from '@/assets/locales/vi/download-sample.json';\nimport DOWNLOAD_SAMPLE_EN from '@/assets/locales/en/download-sample.json';\nimport DIGISTORE_ID_VI from '@/assets/locales/vi/digistore-id.json';\nimport DIGISTORE_ID_EN from '@/assets/locales/en/digistore-id.json';\n\nexport const TRANSLATIONS = {\n vi: {\n common: COMMON_VI,\n table: TABLE_VI,\n form: FORM_VI,\n 'batch-create-product': BATCH_CREATE_PRODUCT_VI,\n file: FILE_VI,\n 'download-sample': DOWNLOAD_SAMPLE_VI,\n 'digistore-id': DIGISTORE_ID_VI\n },\n en: {\n common: COMMON_EN,\n table: TABLE_EN,\n form: FORM_EN,\n 'batch-create-product': BATCH_CREATE_PRODUCT_EN,\n file: FILE_VN,\n 'download-sample': DOWNLOAD_SAMPLE_EN,\n 'digistore-id': DIGISTORE_ID_EN\n },\n} as const;\n","import useExternalConfigStore from '@/shared/store/use-external-config.store';\nimport { TRANSLATIONS } from '../utils/translations';\n\nexport type Language = keyof typeof TRANSLATIONS;\ntype Namespace = keyof (typeof TRANSLATIONS)[Language];\n\ninterface UseTranslationReturn {\n translate: (key: string) => string;\n language?: Language;\n}\n\nexport const translate = (\n key: string,\n name_space: Namespace = 'table',\n language?: Language\n): string => {\n const lang = language || useExternalConfigStore.getState().language;\n\n const splitKey = key?.split(':');\n const [namespace, derivedKey] =\n splitKey.length > 1 ? splitKey : [name_space, key];\n\n const ns = namespace as Namespace;\n const translations = TRANSLATIONS[lang][ns] as any;\n const keys = derivedKey.split('.');\n let value: any = translations;\n for (const k of keys) {\n value = value?.[k];\n }\n\n return value ?? key;\n};\n\nexport const useTranslation = (\n defaultNs: Namespace = 'table',\n manualLanguage?: Language\n): UseTranslationReturn => {\n const language: Language =\n manualLanguage || useExternalConfigStore.getState().language;\n const translateWithDefault = (key: string) =>\n translate(key, defaultNs, language);\n\n return { translate: translateWithDefault, language };\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeO,MAAM,eAAe;AAAA,EAC1B,IAAI;AAAA,IACF,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,wBAAwB;AAAA,IACxB,MAAM;AAAA,IACN,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,EAAA;AAAA,EAElB,IAAI;AAAA,IACF,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,wBAAwB;AAAA,IACxB,MAAM;AAAA,IACN,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,EAAA;AAEpB;ACvBO,MAAM,YAAY,CACvB,KACA,aAAwB,SACxB,aACW;AACX,QAAM,OAAO,YAAY,uBAAuB,SAAA,EAAW;AAE3D,QAAM,WAAW,2BAAK,MAAM;AAC5B,QAAM,CAAC,WAAW,UAAU,IAC1B,SAAS,SAAS,IAAI,WAAW,CAAC,YAAY,GAAG;AAEnD,QAAM,KAAK;AACX,QAAM,eAAe,aAAa,IAAI,EAAE,EAAE;AAC1C,QAAM,OAAO,WAAW,MAAM,GAAG;AACjC,MAAI,QAAa;AACjB,aAAW,KAAK,MAAM;AACpB,YAAQ,+BAAQ;AAAA,EAClB;AAEA,SAAO,wBAAS;AAClB;AAEO,MAAM,iBAAiB,CAC5B,YAAuB,SACvB,mBACyB;AACzB,QAAM,WACJ,kBAAkB,uBAAuB,SAAA,EAAW;AACtD,QAAM,uBAAuB,CAAC,QAC5B,UAAU,KAAK,WAAW,QAAQ;AAEpC,SAAO,EAAE,WAAW,sBAAsB,SAAA;AAC5C;"}
|
|
@@ -538,6 +538,7 @@ const category_invalid$1 = "Danh mục sản phẩm không hợp lệ";
|
|
|
538
538
|
const toast_delete_image_success$1 = "Xóa ảnh thành công";
|
|
539
539
|
const delete_image_confirm_title$1 = "Xác nhận xóa ảnh";
|
|
540
540
|
const delete_image_confirm_description$1 = "Bạn có chắc chắn muốn xoá hình ảnh của sản phẩm không?";
|
|
541
|
+
const select_tax$1 = "Chọn thuế VAT";
|
|
541
542
|
const BATCH_CREATE_PRODUCT_VI = {
|
|
542
543
|
merge_validate_data_title: merge_validate_data_title$1,
|
|
543
544
|
merge_limit_description: merge_limit_description$1,
|
|
@@ -629,7 +630,8 @@ const BATCH_CREATE_PRODUCT_VI = {
|
|
|
629
630
|
category_invalid: category_invalid$1,
|
|
630
631
|
toast_delete_image_success: toast_delete_image_success$1,
|
|
631
632
|
delete_image_confirm_title: delete_image_confirm_title$1,
|
|
632
|
-
delete_image_confirm_description: delete_image_confirm_description$1
|
|
633
|
+
delete_image_confirm_description: delete_image_confirm_description$1,
|
|
634
|
+
select_tax: select_tax$1
|
|
633
635
|
};
|
|
634
636
|
const merge_validate_data_title = "Merge fields & Validate data";
|
|
635
637
|
const merge_limit_description = "Each list upload is limited to a maximum of 1 file and 100 data rows (products).\nIf the list contains more rows than allowed, the system will use rows 1 to 100 (excluding the header).";
|
|
@@ -721,6 +723,7 @@ const category_invalid = "Product category is invalid";
|
|
|
721
723
|
const toast_delete_image_success = "Delete image successfully";
|
|
722
724
|
const delete_image_confirm_title = "Confirm delete image";
|
|
723
725
|
const delete_image_confirm_description = "Are you sure you want to delete this product image?";
|
|
726
|
+
const select_tax = "Select Tax VAT";
|
|
724
727
|
const BATCH_CREATE_PRODUCT_EN = {
|
|
725
728
|
merge_validate_data_title,
|
|
726
729
|
merge_limit_description,
|
|
@@ -812,7 +815,8 @@ const BATCH_CREATE_PRODUCT_EN = {
|
|
|
812
815
|
category_invalid,
|
|
813
816
|
toast_delete_image_success,
|
|
814
817
|
delete_image_confirm_title,
|
|
815
|
-
delete_image_confirm_description
|
|
818
|
+
delete_image_confirm_description,
|
|
819
|
+
select_tax
|
|
816
820
|
};
|
|
817
821
|
const cancel$3 = "Hủy";
|
|
818
822
|
const confirm$1 = "Xác nhận";
|
|
@@ -1304,4 +1308,4 @@ const useTranslation = (defaultNs = "table", manualLanguage) => {
|
|
|
1304
1308
|
};
|
|
1305
1309
|
exports.translate = translate;
|
|
1306
1310
|
exports.useTranslation = useTranslation;
|
|
1307
|
-
//# sourceMappingURL=use-translation-
|
|
1311
|
+
//# sourceMappingURL=use-translation-FLryNm-e.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-translation-
|
|
1
|
+
{"version":3,"file":"use-translation-FLryNm-e.cjs","sources":["../src/utils/translations.ts","../src/hooks/use-translation.ts"],"sourcesContent":["import TABLE_VI from '@/assets/locales/vi/table.json';\nimport TABLE_EN from '@/assets/locales/en/table.json';\nimport FORM_VI from '@/assets/locales/vi/form.json';\nimport FORM_EN from '@/assets/locales/en/form.json';\nimport BATCH_CREATE_PRODUCT_VI from '@/assets/locales/vi/merchant-batch-create-form.json';\nimport BATCH_CREATE_PRODUCT_EN from '@/assets/locales/en/merchant-batch-create-form.json';\nimport COMMON_VI from '@/assets/locales/vi/common.json';\nimport COMMON_EN from '@/assets/locales/en/common.json';\nimport FILE_VI from '@/assets/locales/vi/file.json';\nimport FILE_VN from '@/assets/locales/en/file.json';\nimport DOWNLOAD_SAMPLE_VI from '@/assets/locales/vi/download-sample.json';\nimport DOWNLOAD_SAMPLE_EN from '@/assets/locales/en/download-sample.json';\nimport DIGISTORE_ID_VI from '@/assets/locales/vi/digistore-id.json';\nimport DIGISTORE_ID_EN from '@/assets/locales/en/digistore-id.json';\n\nexport const TRANSLATIONS = {\n vi: {\n common: COMMON_VI,\n table: TABLE_VI,\n form: FORM_VI,\n 'batch-create-product': BATCH_CREATE_PRODUCT_VI,\n file: FILE_VI,\n 'download-sample': DOWNLOAD_SAMPLE_VI,\n 'digistore-id': DIGISTORE_ID_VI\n },\n en: {\n common: COMMON_EN,\n table: TABLE_EN,\n form: FORM_EN,\n 'batch-create-product': BATCH_CREATE_PRODUCT_EN,\n file: FILE_VN,\n 'download-sample': DOWNLOAD_SAMPLE_EN,\n 'digistore-id': DIGISTORE_ID_EN\n },\n} as const;\n","import useExternalConfigStore from '@/shared/store/use-external-config.store';\nimport { TRANSLATIONS } from '../utils/translations';\n\nexport type Language = keyof typeof TRANSLATIONS;\ntype Namespace = keyof (typeof TRANSLATIONS)[Language];\n\ninterface UseTranslationReturn {\n translate: (key: string) => string;\n language?: Language;\n}\n\nexport const translate = (\n key: string,\n name_space: Namespace = 'table',\n language?: Language\n): string => {\n const lang = language || useExternalConfigStore.getState().language;\n\n const splitKey = key?.split(':');\n const [namespace, derivedKey] =\n splitKey.length > 1 ? splitKey : [name_space, key];\n\n const ns = namespace as Namespace;\n const translations = TRANSLATIONS[lang][ns] as any;\n const keys = derivedKey.split('.');\n let value: any = translations;\n for (const k of keys) {\n value = value?.[k];\n }\n\n return value ?? key;\n};\n\nexport const useTranslation = (\n defaultNs: Namespace = 'table',\n manualLanguage?: Language\n): UseTranslationReturn => {\n const language: Language =\n manualLanguage || useExternalConfigStore.getState().language;\n const translateWithDefault = (key: string) =>\n translate(key, defaultNs, language);\n\n return { translate: translateWithDefault, language };\n};\n"],"names":["useExternalConfigStore"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeO,MAAM,eAAe;AAAA,EAC1B,IAAI;AAAA,IACF,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,wBAAwB;AAAA,IACxB,MAAM;AAAA,IACN,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,EAAA;AAAA,EAElB,IAAI;AAAA,IACF,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,wBAAwB;AAAA,IACxB,MAAM;AAAA,IACN,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,EAAA;AAEpB;ACvBO,MAAM,YAAY,CACvB,KACA,aAAwB,SACxB,aACW;AACX,QAAM,OAAO,YAAYA,+CAAuB,SAAA,EAAW;AAE3D,QAAM,WAAW,2BAAK,MAAM;AAC5B,QAAM,CAAC,WAAW,UAAU,IAC1B,SAAS,SAAS,IAAI,WAAW,CAAC,YAAY,GAAG;AAEnD,QAAM,KAAK;AACX,QAAM,eAAe,aAAa,IAAI,EAAE,EAAE;AAC1C,QAAM,OAAO,WAAW,MAAM,GAAG;AACjC,MAAI,QAAa;AACjB,aAAW,KAAK,MAAM;AACpB,YAAQ,+BAAQ;AAAA,EAClB;AAEA,SAAO,wBAAS;AAClB;AAEO,MAAM,iBAAiB,CAC5B,YAAuB,SACvB,mBACyB;AACzB,QAAM,WACJ,kBAAkBA,+CAAuB,SAAA,EAAW;AACtD,QAAM,uBAAuB,CAAC,QAC5B,UAAU,KAAK,WAAW,QAAQ;AAEpC,SAAO,EAAE,WAAW,sBAAsB,SAAA;AAC5C;;;"}
|
|
@@ -221,6 +221,7 @@ export declare const TRANSLATIONS: {
|
|
|
221
221
|
toast_delete_image_success: string;
|
|
222
222
|
delete_image_confirm_title: string;
|
|
223
223
|
delete_image_confirm_description: string;
|
|
224
|
+
select_tax: string;
|
|
224
225
|
};
|
|
225
226
|
readonly file: {
|
|
226
227
|
fileTooLarge: string;
|
|
@@ -577,6 +578,7 @@ export declare const TRANSLATIONS: {
|
|
|
577
578
|
toast_delete_image_success: string;
|
|
578
579
|
delete_image_confirm_title: string;
|
|
579
580
|
delete_image_confirm_description: string;
|
|
581
|
+
select_tax: string;
|
|
580
582
|
};
|
|
581
583
|
readonly file: {
|
|
582
584
|
fileTooLarge: string;
|