@atomsolution/sdk-merchant 1.6.13 → 1.7.0
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/form.json.d.ts +1 -1
- package/dist/assets/locales/vi/form.json.d.ts +1 -1
- package/dist/batch-product-creation.cjs +2 -2
- package/dist/batch-product-creation.esm.js +2 -2
- package/dist/batch-product-creation.js +2 -2
- package/dist/digistore.cjs +1 -1
- package/dist/digistore.esm.js +1 -1
- package/dist/digistore.js +1 -1
- package/dist/{dropdownMenuAbsolute-BP6Ub_KP.js → dropdownMenuAbsolute-D9T3Cxw8.js} +2 -2
- package/dist/{dropdownMenuAbsolute-BP6Ub_KP.js.map → dropdownMenuAbsolute-D9T3Cxw8.js.map} +1 -1
- package/dist/{dropdownMenuAbsolute-CkZt6He5.cjs → dropdownMenuAbsolute-DQsYN_8b.cjs} +2 -2
- package/dist/{dropdownMenuAbsolute-CkZt6He5.cjs.map → dropdownMenuAbsolute-DQsYN_8b.cjs.map} +1 -1
- package/dist/merchant-profile/MerchantRegistrationForm/AddressFields.d.ts +1 -1
- package/dist/merchant-profile/MerchantRegistrationForm/MerchantRegistrationForm.d.ts +2 -2
- package/dist/merchant-profile/hooks/use-address.d.ts +2 -0
- package/dist/merchant-profile/services/addressService.d.ts +2 -0
- package/dist/merchant-profile.cjs +75 -42
- package/dist/merchant-profile.cjs.map +1 -1
- package/dist/merchant-profile.esm.js +75 -42
- package/dist/merchant-profile.esm.js.map +1 -1
- package/dist/merchant-profile.js +75 -42
- package/dist/merchant-profile.js.map +1 -1
- package/dist/{use-translation-C4KiJlNu.js → use-translation-CpsANKUQ.js} +3 -3
- package/dist/{use-translation-C4KiJlNu.js.map → use-translation-CpsANKUQ.js.map} +1 -1
- package/dist/{use-translation-DYlHWZXS.cjs → use-translation-D7LoHT4I.cjs} +3 -3
- package/dist/{use-translation-DYlHWZXS.cjs.map → use-translation-D7LoHT4I.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
|
35
35
|
"city": "Province/City",
|
|
36
36
|
"district": "District",
|
|
37
37
|
"ward": "Ward/Commune",
|
|
38
|
-
"street": "Street",
|
|
38
|
+
"street": "Street address",
|
|
39
39
|
"not_selected": "Not selected",
|
|
40
40
|
"not_entered": "Address not entered",
|
|
41
41
|
"tax_code": "Tax Code",
|
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
|
35
35
|
"city": "Tỉnh/Thành phố",
|
|
36
36
|
"district": "Quận/Huyện",
|
|
37
37
|
"ward": "Phường/Xã",
|
|
38
|
-
"street": "
|
|
38
|
+
"street": "Địa chỉ cụ thể",
|
|
39
39
|
"not_selected": "Chưa chọn",
|
|
40
40
|
"not_entered": "Chưa nhập địa chỉ",
|
|
41
41
|
"tax_code": "Mã số thuế",
|
|
@@ -70,13 +70,13 @@ var __asyncGenerator = (__this, __arguments, generator) => {
|
|
|
70
70
|
var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")]) ? it.call(obj) : (obj = obj[__knownSymbol("iterator")](), it = {}, method = (key, fn) => (fn = obj[key]) && (it[key] = (arg) => new Promise((yes, no, done) => (arg = fn.call(obj, arg), done = arg.done, Promise.resolve(arg.value).then((value) => yes({ value, done }), no)))), method("next"), method("return"), it);
|
|
71
71
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
72
72
|
const jsxRuntime = require("./jsx-runtime-DV8UmLi4.cjs");
|
|
73
|
-
const useTranslation = require("./use-translation-
|
|
73
|
+
const useTranslation = require("./use-translation-D7LoHT4I.cjs");
|
|
74
74
|
const reactToastify = require("react-toastify");
|
|
75
75
|
const useWesapApiConfig_store = require("./use-wesap-api-config.store-BaseWS--.cjs");
|
|
76
76
|
const React = require("react");
|
|
77
77
|
const create = require("zustand");
|
|
78
78
|
const useExternalConfig_store = require("./use-external-config.store-WVwivWvK.cjs");
|
|
79
|
-
const dropdownMenuAbsolute = require("./dropdownMenuAbsolute-
|
|
79
|
+
const dropdownMenuAbsolute = require("./dropdownMenuAbsolute-DQsYN_8b.cjs");
|
|
80
80
|
const ReactDOM = require("react-dom");
|
|
81
81
|
const index = require("./index-Ozgk-K52.cjs");
|
|
82
82
|
const axios = require("axios");
|
|
@@ -68,14 +68,14 @@ var __asyncGenerator = (__this, __arguments, generator) => {
|
|
|
68
68
|
};
|
|
69
69
|
var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")]) ? it.call(obj) : (obj = obj[__knownSymbol("iterator")](), it = {}, method = (key, fn) => (fn = obj[key]) && (it[key] = (arg) => new Promise((yes, no, done) => (arg = fn.call(obj, arg), done = arg.done, Promise.resolve(arg.value).then((value) => yes({ value, done }), no)))), method("next"), method("return"), it);
|
|
70
70
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
71
|
-
import { u as useTranslation, t as translate } from "./use-translation-
|
|
71
|
+
import { u as useTranslation, t as translate } from "./use-translation-CpsANKUQ.js";
|
|
72
72
|
import { ToastContainer } from "react-toastify";
|
|
73
73
|
import { a as useUnsavedChangesStore, u as useWesapApiConfig } from "./use-wesap-api-config.store-CIaEkA7m.js";
|
|
74
74
|
import * as React from "react";
|
|
75
75
|
import React__default, { useState, useRef, useEffect, useMemo, forwardRef, useCallback } from "react";
|
|
76
76
|
import create from "zustand";
|
|
77
77
|
import { u as useExternalConfigStore } from "./use-external-config.store-CaaNmLce.js";
|
|
78
|
-
import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-
|
|
78
|
+
import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-D9T3Cxw8.js";
|
|
79
79
|
import * as ReactDOM from "react-dom";
|
|
80
80
|
import ReactDOM__default from "react-dom";
|
|
81
81
|
import { C as CustomToast } from "./index-ChOpfqCh.js";
|
|
@@ -68,14 +68,14 @@ var __asyncGenerator = (__this, __arguments, generator) => {
|
|
|
68
68
|
};
|
|
69
69
|
var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")]) ? it.call(obj) : (obj = obj[__knownSymbol("iterator")](), it = {}, method = (key, fn) => (fn = obj[key]) && (it[key] = (arg) => new Promise((yes, no, done) => (arg = fn.call(obj, arg), done = arg.done, Promise.resolve(arg.value).then((value) => yes({ value, done }), no)))), method("next"), method("return"), it);
|
|
70
70
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
71
|
-
import { u as useTranslation, t as translate } from "./use-translation-
|
|
71
|
+
import { u as useTranslation, t as translate } from "./use-translation-CpsANKUQ.js";
|
|
72
72
|
import { ToastContainer } from "react-toastify";
|
|
73
73
|
import { a as useUnsavedChangesStore, u as useWesapApiConfig } from "./use-wesap-api-config.store-CIaEkA7m.js";
|
|
74
74
|
import * as React from "react";
|
|
75
75
|
import React__default, { useState, useRef, useEffect, useMemo, forwardRef, useCallback } from "react";
|
|
76
76
|
import create from "zustand";
|
|
77
77
|
import { u as useExternalConfigStore } from "./use-external-config.store-CaaNmLce.js";
|
|
78
|
-
import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-
|
|
78
|
+
import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-D9T3Cxw8.js";
|
|
79
79
|
import * as ReactDOM from "react-dom";
|
|
80
80
|
import ReactDOM__default from "react-dom";
|
|
81
81
|
import { C as CustomToast } from "./index-ChOpfqCh.js";
|
package/dist/digistore.cjs
CHANGED
|
@@ -22,7 +22,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
22
22
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
23
23
|
const jsxRuntime = require("./jsx-runtime-DV8UmLi4.cjs");
|
|
24
24
|
const React = require("react");
|
|
25
|
-
const useTranslation = require("./use-translation-
|
|
25
|
+
const useTranslation = require("./use-translation-D7LoHT4I.cjs");
|
|
26
26
|
const index = require("./index-Ozgk-K52.cjs");
|
|
27
27
|
const axios = require("axios");
|
|
28
28
|
const EyeIcon = ({ className }) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs(
|
package/dist/digistore.esm.js
CHANGED
|
@@ -20,7 +20,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
20
20
|
};
|
|
21
21
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
22
22
|
import { useState, useMemo, useCallback } from "react";
|
|
23
|
-
import { u as useTranslation } from "./use-translation-
|
|
23
|
+
import { u as useTranslation } from "./use-translation-CpsANKUQ.js";
|
|
24
24
|
import { C as CustomToast } from "./index-ChOpfqCh.js";
|
|
25
25
|
import axios from "axios";
|
|
26
26
|
const EyeIcon = ({ className }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
package/dist/digistore.js
CHANGED
|
@@ -20,7 +20,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
20
20
|
};
|
|
21
21
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
22
22
|
import { useState, useMemo, useCallback } from "react";
|
|
23
|
-
import { u as useTranslation } from "./use-translation-
|
|
23
|
+
import { u as useTranslation } from "./use-translation-CpsANKUQ.js";
|
|
24
24
|
import { C as CustomToast } from "./index-ChOpfqCh.js";
|
|
25
25
|
import axios from "axios";
|
|
26
26
|
const EyeIcon = ({ className }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
};
|
|
32
32
|
import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
|
|
33
33
|
import React__default, { useState, useEffect, useRef, useLayoutEffect } from "react";
|
|
34
|
-
import { u as useTranslation } from "./use-translation-
|
|
34
|
+
import { u as useTranslation } from "./use-translation-CpsANKUQ.js";
|
|
35
35
|
import { createPortal } from "react-dom";
|
|
36
36
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
37
37
|
function getDefaultExportFromCjs(x) {
|
|
@@ -3841,4 +3841,4 @@ export {
|
|
|
3841
3841
|
twMerge as t,
|
|
3842
3842
|
useMediaQuery as u
|
|
3843
3843
|
};
|
|
3844
|
-
//# sourceMappingURL=dropdownMenuAbsolute-
|
|
3844
|
+
//# sourceMappingURL=dropdownMenuAbsolute-D9T3Cxw8.js.map
|