@whop/embedded-components-react-js 0.0.5-beta.5 → 0.0.5-beta.6
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/chunk-NSSMTXJJ.mjs +9 -0
- package/dist/chunk-NSSMTXJJ.mjs.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/use-element-snapshot.d.ts +5 -0
- package/dist/lib/use-element-snapshot.js +64 -0
- package/dist/lib/use-element-snapshot.js.map +1 -0
- package/dist/lib/use-element-snapshot.mjs +41 -0
- package/dist/lib/use-element-snapshot.mjs.map +1 -0
- package/dist/payouts/elements/balance.d.ts +16 -0
- package/dist/payouts/elements/balance.js +86 -0
- package/dist/payouts/elements/balance.js.map +1 -0
- package/dist/payouts/elements/balance.mjs +56 -0
- package/dist/payouts/elements/balance.mjs.map +1 -0
- package/dist/payouts/elements/bnpl-reserve-balance-breakdown.d.ts +16 -0
- package/dist/payouts/elements/bnpl-reserve-balance-breakdown.js +86 -0
- package/dist/payouts/elements/bnpl-reserve-balance-breakdown.js.map +1 -0
- package/dist/payouts/elements/bnpl-reserve-balance-breakdown.mjs +56 -0
- package/dist/payouts/elements/bnpl-reserve-balance-breakdown.mjs.map +1 -0
- package/dist/payouts/elements/change-account-country.d.ts +16 -0
- package/dist/payouts/elements/change-account-country.js +86 -0
- package/dist/payouts/elements/change-account-country.js.map +1 -0
- package/dist/payouts/elements/change-account-country.mjs +56 -0
- package/dist/payouts/elements/change-account-country.mjs.map +1 -0
- package/dist/payouts/elements/generate-withdrawal-receipt.d.ts +16 -0
- package/dist/payouts/elements/generate-withdrawal-receipt.js +86 -0
- package/dist/payouts/elements/generate-withdrawal-receipt.js.map +1 -0
- package/dist/payouts/elements/generate-withdrawal-receipt.mjs +56 -0
- package/dist/payouts/elements/generate-withdrawal-receipt.mjs.map +1 -0
- package/dist/payouts/elements/index.d.ts +15 -0
- package/dist/payouts/elements/index.js +31 -0
- package/dist/payouts/elements/index.js.map +1 -0
- package/dist/payouts/elements/index.mjs +13 -0
- package/dist/payouts/elements/index.mjs.map +1 -0
- package/dist/payouts/elements/pending-balance-breakdown.d.ts +16 -0
- package/dist/payouts/elements/pending-balance-breakdown.js +86 -0
- package/dist/payouts/elements/pending-balance-breakdown.js.map +1 -0
- package/dist/payouts/elements/pending-balance-breakdown.mjs +56 -0
- package/dist/payouts/elements/pending-balance-breakdown.mjs.map +1 -0
- package/dist/payouts/elements/regular-reserve-balance-breakdown.d.ts +16 -0
- package/dist/payouts/elements/regular-reserve-balance-breakdown.js +86 -0
- package/dist/payouts/elements/regular-reserve-balance-breakdown.js.map +1 -0
- package/dist/payouts/elements/regular-reserve-balance-breakdown.mjs +56 -0
- package/dist/payouts/elements/regular-reserve-balance-breakdown.mjs.map +1 -0
- package/dist/payouts/elements/reset-account.d.ts +16 -0
- package/dist/payouts/elements/reset-account.js +86 -0
- package/dist/payouts/elements/reset-account.js.map +1 -0
- package/dist/payouts/elements/reset-account.mjs +56 -0
- package/dist/payouts/elements/reset-account.mjs.map +1 -0
- package/dist/payouts/elements/status-banner.d.ts +18 -0
- package/dist/payouts/elements/status-banner.js +102 -0
- package/dist/payouts/elements/status-banner.js.map +1 -0
- package/dist/payouts/elements/status-banner.mjs +76 -0
- package/dist/payouts/elements/status-banner.mjs.map +1 -0
- package/dist/payouts/elements/total-balance-breakdown.d.ts +16 -0
- package/dist/payouts/elements/total-balance-breakdown.js +86 -0
- package/dist/payouts/elements/total-balance-breakdown.js.map +1 -0
- package/dist/payouts/elements/total-balance-breakdown.mjs +56 -0
- package/dist/payouts/elements/total-balance-breakdown.mjs.map +1 -0
- package/dist/payouts/elements/verify.d.ts +16 -0
- package/dist/payouts/elements/verify.js +83 -0
- package/dist/payouts/elements/verify.js.map +1 -0
- package/dist/payouts/elements/verify.mjs +56 -0
- package/dist/payouts/elements/verify.mjs.map +1 -0
- package/dist/payouts/elements/withdraw-button.d.ts +16 -0
- package/dist/payouts/elements/withdraw-button.js +86 -0
- package/dist/payouts/elements/withdraw-button.js.map +1 -0
- package/dist/payouts/elements/withdraw-button.mjs +56 -0
- package/dist/payouts/elements/withdraw-button.mjs.map +1 -0
- package/dist/payouts/elements/withdrawal-breakdown.d.ts +16 -0
- package/dist/payouts/elements/withdrawal-breakdown.js +86 -0
- package/dist/payouts/elements/withdrawal-breakdown.js.map +1 -0
- package/dist/payouts/elements/withdrawal-breakdown.mjs +56 -0
- package/dist/payouts/elements/withdrawal-breakdown.mjs.map +1 -0
- package/dist/payouts/elements/withdrawals.d.ts +16 -0
- package/dist/payouts/elements/withdrawals.js +86 -0
- package/dist/payouts/elements/withdrawals.js.map +1 -0
- package/dist/payouts/elements/withdrawals.mjs +56 -0
- package/dist/payouts/elements/withdrawals.mjs.map +1 -0
- package/dist/payouts/index.d.ts +16 -0
- package/dist/payouts/index.js +20 -0
- package/dist/payouts/index.js.map +1 -0
- package/dist/payouts/index.mjs +2 -0
- package/dist/payouts/index.mjs.map +1 -0
- package/dist/payouts/session.d.ts +11 -0
- package/dist/payouts/session.js +84 -0
- package/dist/payouts/session.js.map +1 -0
- package/dist/payouts/session.mjs +55 -0
- package/dist/payouts/session.mjs.map +1 -0
- package/dist/payouts/use-session-ref.d.ts +8 -0
- package/dist/payouts/use-session-ref.js +29 -0
- package/dist/payouts/use-session-ref.js.map +1 -0
- package/dist/payouts/use-session-ref.mjs +7 -0
- package/dist/payouts/use-session-ref.mjs.map +1 -0
- package/dist/provider.d.ts +11 -0
- package/dist/provider.js +116 -0
- package/dist/provider.js.map +1 -0
- package/dist/provider.mjs +87 -0
- package/dist/provider.mjs.map +1 -0
- package/package.json +2 -2
- package/package.json.temp +0 -44
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
var change_account_country_exports = {};
|
|
31
|
+
__export(change_account_country_exports, {
|
|
32
|
+
ChangeAccountCountryElement: () => ChangeAccountCountryElement
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(change_account_country_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_use_element_snapshot = require("../../lib/use-element-snapshot");
|
|
37
|
+
var import_session = require("../session");
|
|
38
|
+
function ChangeAccountCountryElement({
|
|
39
|
+
options = {},
|
|
40
|
+
className,
|
|
41
|
+
style,
|
|
42
|
+
onReady,
|
|
43
|
+
fallback
|
|
44
|
+
}) {
|
|
45
|
+
const payoutsSession = (0, import_session.usePayoutsSession)();
|
|
46
|
+
const ref = (0, import_react.useRef)(null);
|
|
47
|
+
const element = (0, import_react.useMemo)(() => {
|
|
48
|
+
if (!payoutsSession) return null;
|
|
49
|
+
const createdElement = payoutsSession.createElement(
|
|
50
|
+
ChangeAccountCountryElement,
|
|
51
|
+
options
|
|
52
|
+
);
|
|
53
|
+
return createdElement;
|
|
54
|
+
}, [payoutsSession]);
|
|
55
|
+
const elementSnapshot = (0, import_use_element_snapshot.useElementSnapshot)(element);
|
|
56
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
57
|
+
(0, import_react.useEffect)(() => {
|
|
58
|
+
if (!element) return;
|
|
59
|
+
element.updateOptions(options);
|
|
60
|
+
}, [options, element]);
|
|
61
|
+
(0, import_react.useEffect)(() => {
|
|
62
|
+
if (!element || !onReady) return;
|
|
63
|
+
element.on("ready", onReady);
|
|
64
|
+
return () => {
|
|
65
|
+
element.off("ready", onReady);
|
|
66
|
+
};
|
|
67
|
+
}, [element, onReady]);
|
|
68
|
+
(0, import_react.useLayoutEffect)(() => {
|
|
69
|
+
if (!element || !ref.current) return;
|
|
70
|
+
element.mount(ref.current);
|
|
71
|
+
return () => {
|
|
72
|
+
element.unmount();
|
|
73
|
+
};
|
|
74
|
+
}, [element, ref.current]);
|
|
75
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
|
76
|
+
"div",
|
|
77
|
+
{
|
|
78
|
+
style: { ...style, visibility: isReady ? void 0 : "hidden" },
|
|
79
|
+
className,
|
|
80
|
+
ref
|
|
81
|
+
}
|
|
82
|
+
), !isReady && (fallback ?? null));
|
|
83
|
+
}
|
|
84
|
+
ChangeAccountCountryElement.displayName = "ChangeAccountCountryElement";
|
|
85
|
+
ChangeAccountCountryElement.type = "change-account-country-element";
|
|
86
|
+
//# sourceMappingURL=change-account-country.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport type { ChangeAccountCountryElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function ChangeAccountCountryElement({\n\toptions = {},\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions?: ChangeAccountCountryElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tChangeAccountCountryElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nChangeAccountCountryElement.displayName = \"ChangeAccountCountryElement\";\nChangeAccountCountryElement.type = \"change-account-country-element\" as const;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,mBAAmE;AACnE,kCAAmC;AACnC,qBAAkC;AAE3B,SAAS,4BAA4B;AAAA,EAC3C,UAAU,CAAC;AAAA,EACX;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,qBAAiB,kCAAkB;AACzC,QAAM,UAAM,qBAAuB,IAAI;AACvC,QAAM,cAAU,sBAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,sBAAkB,gDAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,8BAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,8BAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,oCAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,6BAAAA,QAAA,2BAAAA,QAAA,gBACC,6BAAAA,QAAA;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,4BAA4B,cAAc;AAC1C,4BAA4B,OAAO;","names":["React"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../../chunk-NSSMTXJJ.mjs";
|
|
3
|
+
import React, { useEffect, useLayoutEffect, useMemo, useRef } from "react";
|
|
4
|
+
import { useElementSnapshot } from "../../lib/use-element-snapshot.mjs";
|
|
5
|
+
import { usePayoutsSession } from "../session.mjs";
|
|
6
|
+
function ChangeAccountCountryElement({ options = {}, className, style, onReady, fallback }) {
|
|
7
|
+
const payoutsSession = usePayoutsSession();
|
|
8
|
+
const ref = useRef(null);
|
|
9
|
+
const element = useMemo(()=>{
|
|
10
|
+
if (!payoutsSession) return null;
|
|
11
|
+
const createdElement = payoutsSession.createElement(ChangeAccountCountryElement, options);
|
|
12
|
+
return createdElement;
|
|
13
|
+
}, [
|
|
14
|
+
payoutsSession
|
|
15
|
+
]);
|
|
16
|
+
const elementSnapshot = useElementSnapshot(element);
|
|
17
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
18
|
+
useEffect(()=>{
|
|
19
|
+
if (!element) return;
|
|
20
|
+
element.updateOptions(options);
|
|
21
|
+
}, [
|
|
22
|
+
options,
|
|
23
|
+
element
|
|
24
|
+
]);
|
|
25
|
+
useEffect(()=>{
|
|
26
|
+
if (!element || !onReady) return;
|
|
27
|
+
element.on("ready", onReady);
|
|
28
|
+
return ()=>{
|
|
29
|
+
element.off("ready", onReady);
|
|
30
|
+
};
|
|
31
|
+
}, [
|
|
32
|
+
element,
|
|
33
|
+
onReady
|
|
34
|
+
]);
|
|
35
|
+
useLayoutEffect(()=>{
|
|
36
|
+
if (!element || !ref.current) return;
|
|
37
|
+
element.mount(ref.current);
|
|
38
|
+
return ()=>{
|
|
39
|
+
element.unmount();
|
|
40
|
+
};
|
|
41
|
+
}, [
|
|
42
|
+
element,
|
|
43
|
+
ref.current
|
|
44
|
+
]);
|
|
45
|
+
return React.createElement(React.Fragment, null, React.createElement("div", {
|
|
46
|
+
style: {
|
|
47
|
+
...style,
|
|
48
|
+
visibility: isReady ? void 0 : "hidden"
|
|
49
|
+
},
|
|
50
|
+
className,
|
|
51
|
+
ref
|
|
52
|
+
}), !isReady && (fallback ?? null));
|
|
53
|
+
}
|
|
54
|
+
ChangeAccountCountryElement.displayName = "ChangeAccountCountryElement";
|
|
55
|
+
ChangeAccountCountryElement.type = "change-account-country-element";
|
|
56
|
+
export { ChangeAccountCountryElement };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport type { ChangeAccountCountryElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function ChangeAccountCountryElement({\n\toptions = {},\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions?: ChangeAccountCountryElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tChangeAccountCountryElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nChangeAccountCountryElement.displayName = \"ChangeAccountCountryElement\";\nChangeAccountCountryElement.type = \"change-account-country-element\" as const;\n"],"mappings":";;AAIA,OAAO,SAAS,WAAW,iBAAiB,SAAS,cAAc;AACnE,SAAS,0BAA0B;AACnC,SAAS,yBAAyB;AAE3B,SAAS,4BAA4B;AAAA,EAC3C,UAAU,CAAC;AAAA,EACX;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,iBAAiB,kBAAkB;AACzC,QAAM,MAAM,OAAuB,IAAI;AACvC,QAAM,UAAU,QAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,kBAAkB,mBAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,YAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,YAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,kBAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,0DACC;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,4BAA4B,cAAc;AAC1C,4BAA4B,OAAO;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { GenerateWithdrawalReceiptElementOptions } from '@whop/embedded-components-vanilla-js/types';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare function GenerateWithdrawalReceiptElement({ options, className, style, onReady, fallback, }: {
|
|
5
|
+
options: GenerateWithdrawalReceiptElementOptions;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: React__default.CSSProperties;
|
|
8
|
+
onReady?: () => void;
|
|
9
|
+
fallback?: React__default.ReactNode;
|
|
10
|
+
}): React__default.JSX.Element;
|
|
11
|
+
declare namespace GenerateWithdrawalReceiptElement {
|
|
12
|
+
var displayName: string;
|
|
13
|
+
var type: "generate-withdrawal-receipt-element";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { GenerateWithdrawalReceiptElement };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
var generate_withdrawal_receipt_exports = {};
|
|
31
|
+
__export(generate_withdrawal_receipt_exports, {
|
|
32
|
+
GenerateWithdrawalReceiptElement: () => GenerateWithdrawalReceiptElement
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(generate_withdrawal_receipt_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_use_element_snapshot = require("../../lib/use-element-snapshot");
|
|
37
|
+
var import_session = require("../session");
|
|
38
|
+
function GenerateWithdrawalReceiptElement({
|
|
39
|
+
options,
|
|
40
|
+
className,
|
|
41
|
+
style,
|
|
42
|
+
onReady,
|
|
43
|
+
fallback
|
|
44
|
+
}) {
|
|
45
|
+
const payoutsSession = (0, import_session.usePayoutsSession)();
|
|
46
|
+
const ref = (0, import_react.useRef)(null);
|
|
47
|
+
const element = (0, import_react.useMemo)(() => {
|
|
48
|
+
if (!payoutsSession) return null;
|
|
49
|
+
const createdElement = payoutsSession.createElement(
|
|
50
|
+
GenerateWithdrawalReceiptElement,
|
|
51
|
+
options
|
|
52
|
+
);
|
|
53
|
+
return createdElement;
|
|
54
|
+
}, [payoutsSession]);
|
|
55
|
+
const elementSnapshot = (0, import_use_element_snapshot.useElementSnapshot)(element);
|
|
56
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
57
|
+
(0, import_react.useEffect)(() => {
|
|
58
|
+
if (!element) return;
|
|
59
|
+
element.updateOptions(options);
|
|
60
|
+
}, [options, element]);
|
|
61
|
+
(0, import_react.useEffect)(() => {
|
|
62
|
+
if (!element || !onReady) return;
|
|
63
|
+
element.on("ready", onReady);
|
|
64
|
+
return () => {
|
|
65
|
+
element.off("ready", onReady);
|
|
66
|
+
};
|
|
67
|
+
}, [element, onReady]);
|
|
68
|
+
(0, import_react.useLayoutEffect)(() => {
|
|
69
|
+
if (!element || !ref.current) return;
|
|
70
|
+
element.mount(ref.current);
|
|
71
|
+
return () => {
|
|
72
|
+
element.unmount();
|
|
73
|
+
};
|
|
74
|
+
}, [element, ref.current]);
|
|
75
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
|
76
|
+
"div",
|
|
77
|
+
{
|
|
78
|
+
style: { ...style, visibility: isReady ? void 0 : "hidden" },
|
|
79
|
+
className,
|
|
80
|
+
ref
|
|
81
|
+
}
|
|
82
|
+
), !isReady && (fallback ?? null));
|
|
83
|
+
}
|
|
84
|
+
GenerateWithdrawalReceiptElement.displayName = "GenerateWithdrawalReceiptElement";
|
|
85
|
+
GenerateWithdrawalReceiptElement.type = "generate-withdrawal-receipt-element";
|
|
86
|
+
//# sourceMappingURL=generate-withdrawal-receipt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport type { GenerateWithdrawalReceiptElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function GenerateWithdrawalReceiptElement({\n\toptions,\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions: GenerateWithdrawalReceiptElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tGenerateWithdrawalReceiptElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nGenerateWithdrawalReceiptElement.displayName =\n\t\"GenerateWithdrawalReceiptElement\";\nGenerateWithdrawalReceiptElement.type =\n\t\"generate-withdrawal-receipt-element\" as const;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,mBAAmE;AACnE,kCAAmC;AACnC,qBAAkC;AAE3B,SAAS,iCAAiC;AAAA,EAChD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,qBAAiB,kCAAkB;AACzC,QAAM,UAAM,qBAAuB,IAAI;AACvC,QAAM,cAAU,sBAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,sBAAkB,gDAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,8BAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,8BAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,oCAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,6BAAAA,QAAA,2BAAAA,QAAA,gBACC,6BAAAA,QAAA;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,iCAAiC,cAChC;AACD,iCAAiC,OAChC;","names":["React"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../../chunk-NSSMTXJJ.mjs";
|
|
3
|
+
import React, { useEffect, useLayoutEffect, useMemo, useRef } from "react";
|
|
4
|
+
import { useElementSnapshot } from "../../lib/use-element-snapshot.mjs";
|
|
5
|
+
import { usePayoutsSession } from "../session.mjs";
|
|
6
|
+
function GenerateWithdrawalReceiptElement({ options, className, style, onReady, fallback }) {
|
|
7
|
+
const payoutsSession = usePayoutsSession();
|
|
8
|
+
const ref = useRef(null);
|
|
9
|
+
const element = useMemo(()=>{
|
|
10
|
+
if (!payoutsSession) return null;
|
|
11
|
+
const createdElement = payoutsSession.createElement(GenerateWithdrawalReceiptElement, options);
|
|
12
|
+
return createdElement;
|
|
13
|
+
}, [
|
|
14
|
+
payoutsSession
|
|
15
|
+
]);
|
|
16
|
+
const elementSnapshot = useElementSnapshot(element);
|
|
17
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
18
|
+
useEffect(()=>{
|
|
19
|
+
if (!element) return;
|
|
20
|
+
element.updateOptions(options);
|
|
21
|
+
}, [
|
|
22
|
+
options,
|
|
23
|
+
element
|
|
24
|
+
]);
|
|
25
|
+
useEffect(()=>{
|
|
26
|
+
if (!element || !onReady) return;
|
|
27
|
+
element.on("ready", onReady);
|
|
28
|
+
return ()=>{
|
|
29
|
+
element.off("ready", onReady);
|
|
30
|
+
};
|
|
31
|
+
}, [
|
|
32
|
+
element,
|
|
33
|
+
onReady
|
|
34
|
+
]);
|
|
35
|
+
useLayoutEffect(()=>{
|
|
36
|
+
if (!element || !ref.current) return;
|
|
37
|
+
element.mount(ref.current);
|
|
38
|
+
return ()=>{
|
|
39
|
+
element.unmount();
|
|
40
|
+
};
|
|
41
|
+
}, [
|
|
42
|
+
element,
|
|
43
|
+
ref.current
|
|
44
|
+
]);
|
|
45
|
+
return React.createElement(React.Fragment, null, React.createElement("div", {
|
|
46
|
+
style: {
|
|
47
|
+
...style,
|
|
48
|
+
visibility: isReady ? void 0 : "hidden"
|
|
49
|
+
},
|
|
50
|
+
className,
|
|
51
|
+
ref
|
|
52
|
+
}), !isReady && (fallback ?? null));
|
|
53
|
+
}
|
|
54
|
+
GenerateWithdrawalReceiptElement.displayName = "GenerateWithdrawalReceiptElement";
|
|
55
|
+
GenerateWithdrawalReceiptElement.type = "generate-withdrawal-receipt-element";
|
|
56
|
+
export { GenerateWithdrawalReceiptElement };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport type { GenerateWithdrawalReceiptElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function GenerateWithdrawalReceiptElement({\n\toptions,\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions: GenerateWithdrawalReceiptElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tGenerateWithdrawalReceiptElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nGenerateWithdrawalReceiptElement.displayName =\n\t\"GenerateWithdrawalReceiptElement\";\nGenerateWithdrawalReceiptElement.type =\n\t\"generate-withdrawal-receipt-element\" as const;\n"],"mappings":";;AAIA,OAAO,SAAS,WAAW,iBAAiB,SAAS,cAAc;AACnE,SAAS,0BAA0B;AACnC,SAAS,yBAAyB;AAE3B,SAAS,iCAAiC;AAAA,EAChD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,iBAAiB,kBAAkB;AACzC,QAAM,MAAM,OAAuB,IAAI;AACvC,QAAM,UAAU,QAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,kBAAkB,mBAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,YAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,YAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,kBAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,0DACC;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,iCAAiC,cAChC;AACD,iCAAiC,OAChC;","names":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { BalanceElement } from './balance.js';
|
|
2
|
+
export { ChangeAccountCountryElement } from './change-account-country.js';
|
|
3
|
+
export { ResetAccountElement } from './reset-account.js';
|
|
4
|
+
export { VerifyElement } from './verify.js';
|
|
5
|
+
export { WithdrawButtonElement } from './withdraw-button.js';
|
|
6
|
+
export { WithdrawalBreakdownElement } from './withdrawal-breakdown.js';
|
|
7
|
+
export { WithdrawalsElement } from './withdrawals.js';
|
|
8
|
+
export { TotalBalanceBreakdownElement } from './total-balance-breakdown.js';
|
|
9
|
+
export { PendingBalanceBreakdownElement } from './pending-balance-breakdown.js';
|
|
10
|
+
export { RegularReserveBalanceBreakdownElement } from './regular-reserve-balance-breakdown.js';
|
|
11
|
+
export { BnplReserveBalanceBreakdownElement } from './bnpl-reserve-balance-breakdown.js';
|
|
12
|
+
export { GenerateWithdrawalReceiptElement } from './generate-withdrawal-receipt.js';
|
|
13
|
+
export { StatusBannerElement } from './status-banner.js';
|
|
14
|
+
import '@whop/embedded-components-vanilla-js/types';
|
|
15
|
+
import 'react';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var elements_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(elements_exports);
|
|
18
|
+
__reExport(elements_exports, require("./balance"), module.exports);
|
|
19
|
+
__reExport(elements_exports, require("./change-account-country"), module.exports);
|
|
20
|
+
__reExport(elements_exports, require("./reset-account"), module.exports);
|
|
21
|
+
__reExport(elements_exports, require("./verify"), module.exports);
|
|
22
|
+
__reExport(elements_exports, require("./withdraw-button"), module.exports);
|
|
23
|
+
__reExport(elements_exports, require("./withdrawal-breakdown"), module.exports);
|
|
24
|
+
__reExport(elements_exports, require("./withdrawals"), module.exports);
|
|
25
|
+
__reExport(elements_exports, require("./total-balance-breakdown"), module.exports);
|
|
26
|
+
__reExport(elements_exports, require("./pending-balance-breakdown"), module.exports);
|
|
27
|
+
__reExport(elements_exports, require("./regular-reserve-balance-breakdown"), module.exports);
|
|
28
|
+
__reExport(elements_exports, require("./bnpl-reserve-balance-breakdown"), module.exports);
|
|
29
|
+
__reExport(elements_exports, require("./generate-withdrawal-receipt"), module.exports);
|
|
30
|
+
__reExport(elements_exports, require("./status-banner"), module.exports);
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/index.tsx"],"sourcesContent":["export * from \"./balance\";\nexport * from \"./change-account-country\";\nexport * from \"./reset-account\";\nexport * from \"./verify\";\nexport * from \"./withdraw-button\";\nexport * from \"./withdrawal-breakdown\";\nexport * from \"./withdrawals\";\nexport * from \"./total-balance-breakdown\";\nexport * from \"./pending-balance-breakdown\";\nexport * from \"./regular-reserve-balance-breakdown\";\nexport * from \"./bnpl-reserve-balance-breakdown\";\nexport * from \"./generate-withdrawal-receipt\";\nexport * from \"./status-banner\";\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,sBAAd;AACA,6BAAc,qCADd;AAEA,6BAAc,4BAFd;AAGA,6BAAc,qBAHd;AAIA,6BAAc,8BAJd;AAKA,6BAAc,mCALd;AAMA,6BAAc,0BANd;AAOA,6BAAc,sCAPd;AAQA,6BAAc,wCARd;AASA,6BAAc,gDATd;AAUA,6BAAc,6CAVd;AAWA,6BAAc,0CAXd;AAYA,6BAAc,4BAZd;","names":[]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./balance.mjs";
|
|
2
|
+
export * from "./change-account-country.mjs";
|
|
3
|
+
export * from "./reset-account.mjs";
|
|
4
|
+
export * from "./verify.mjs";
|
|
5
|
+
export * from "./withdraw-button.mjs";
|
|
6
|
+
export * from "./withdrawal-breakdown.mjs";
|
|
7
|
+
export * from "./withdrawals.mjs";
|
|
8
|
+
export * from "./total-balance-breakdown.mjs";
|
|
9
|
+
export * from "./pending-balance-breakdown.mjs";
|
|
10
|
+
export * from "./regular-reserve-balance-breakdown.mjs";
|
|
11
|
+
export * from "./bnpl-reserve-balance-breakdown.mjs";
|
|
12
|
+
export * from "./generate-withdrawal-receipt.mjs";
|
|
13
|
+
export * from "./status-banner.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/index.tsx"],"sourcesContent":["export * from \"./balance\";\nexport * from \"./change-account-country\";\nexport * from \"./reset-account\";\nexport * from \"./verify\";\nexport * from \"./withdraw-button\";\nexport * from \"./withdrawal-breakdown\";\nexport * from \"./withdrawals\";\nexport * from \"./total-balance-breakdown\";\nexport * from \"./pending-balance-breakdown\";\nexport * from \"./regular-reserve-balance-breakdown\";\nexport * from \"./bnpl-reserve-balance-breakdown\";\nexport * from \"./generate-withdrawal-receipt\";\nexport * from \"./status-banner\";\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PendingBalanceBreakdownElementOptions } from '@whop/embedded-components-vanilla-js/types';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare function PendingBalanceBreakdownElement({ options, className, style, onReady, fallback, }: {
|
|
5
|
+
options?: PendingBalanceBreakdownElementOptions;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: React__default.CSSProperties;
|
|
8
|
+
onReady?: () => void;
|
|
9
|
+
fallback?: React__default.ReactNode;
|
|
10
|
+
}): React__default.JSX.Element;
|
|
11
|
+
declare namespace PendingBalanceBreakdownElement {
|
|
12
|
+
var displayName: string;
|
|
13
|
+
var type: "pending-balance-breakdown-element";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { PendingBalanceBreakdownElement };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
var pending_balance_breakdown_exports = {};
|
|
31
|
+
__export(pending_balance_breakdown_exports, {
|
|
32
|
+
PendingBalanceBreakdownElement: () => PendingBalanceBreakdownElement
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(pending_balance_breakdown_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_use_element_snapshot = require("../../lib/use-element-snapshot");
|
|
37
|
+
var import_session = require("../session");
|
|
38
|
+
function PendingBalanceBreakdownElement({
|
|
39
|
+
options = {},
|
|
40
|
+
className,
|
|
41
|
+
style,
|
|
42
|
+
onReady,
|
|
43
|
+
fallback
|
|
44
|
+
}) {
|
|
45
|
+
const payoutsSession = (0, import_session.usePayoutsSession)();
|
|
46
|
+
const ref = (0, import_react.useRef)(null);
|
|
47
|
+
const element = (0, import_react.useMemo)(() => {
|
|
48
|
+
if (!payoutsSession) return null;
|
|
49
|
+
const createdElement = payoutsSession.createElement(
|
|
50
|
+
PendingBalanceBreakdownElement,
|
|
51
|
+
options
|
|
52
|
+
);
|
|
53
|
+
return createdElement;
|
|
54
|
+
}, [payoutsSession]);
|
|
55
|
+
const elementSnapshot = (0, import_use_element_snapshot.useElementSnapshot)(element);
|
|
56
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
57
|
+
(0, import_react.useEffect)(() => {
|
|
58
|
+
if (!element) return;
|
|
59
|
+
element.updateOptions(options);
|
|
60
|
+
}, [options, element]);
|
|
61
|
+
(0, import_react.useEffect)(() => {
|
|
62
|
+
if (!element || !onReady) return;
|
|
63
|
+
element.on("ready", onReady);
|
|
64
|
+
return () => {
|
|
65
|
+
element.off("ready", onReady);
|
|
66
|
+
};
|
|
67
|
+
}, [element, onReady]);
|
|
68
|
+
(0, import_react.useLayoutEffect)(() => {
|
|
69
|
+
if (!element || !ref.current) return;
|
|
70
|
+
element.mount(ref.current);
|
|
71
|
+
return () => {
|
|
72
|
+
element.unmount();
|
|
73
|
+
};
|
|
74
|
+
}, [element, ref.current]);
|
|
75
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
|
76
|
+
"div",
|
|
77
|
+
{
|
|
78
|
+
style: { ...style, visibility: isReady ? void 0 : "hidden" },
|
|
79
|
+
className,
|
|
80
|
+
ref
|
|
81
|
+
}
|
|
82
|
+
), !isReady && (fallback ?? null));
|
|
83
|
+
}
|
|
84
|
+
PendingBalanceBreakdownElement.displayName = "PendingBalanceBreakdownElement";
|
|
85
|
+
PendingBalanceBreakdownElement.type = "pending-balance-breakdown-element";
|
|
86
|
+
//# sourceMappingURL=pending-balance-breakdown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/pending-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport type { PendingBalanceBreakdownElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function PendingBalanceBreakdownElement({\n\toptions = {},\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions?: PendingBalanceBreakdownElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tPendingBalanceBreakdownElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nPendingBalanceBreakdownElement.displayName = \"PendingBalanceBreakdownElement\";\nPendingBalanceBreakdownElement.type =\n\t\"pending-balance-breakdown-element\" as const;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,mBAAmE;AACnE,kCAAmC;AACnC,qBAAkC;AAE3B,SAAS,+BAA+B;AAAA,EAC9C,UAAU,CAAC;AAAA,EACX;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,qBAAiB,kCAAkB;AACzC,QAAM,UAAM,qBAAuB,IAAI;AACvC,QAAM,cAAU,sBAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,sBAAkB,gDAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,8BAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,8BAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,oCAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,6BAAAA,QAAA,2BAAAA,QAAA,gBACC,6BAAAA,QAAA;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,+BAA+B,cAAc;AAC7C,+BAA+B,OAC9B;","names":["React"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../../chunk-NSSMTXJJ.mjs";
|
|
3
|
+
import React, { useEffect, useLayoutEffect, useMemo, useRef } from "react";
|
|
4
|
+
import { useElementSnapshot } from "../../lib/use-element-snapshot.mjs";
|
|
5
|
+
import { usePayoutsSession } from "../session.mjs";
|
|
6
|
+
function PendingBalanceBreakdownElement({ options = {}, className, style, onReady, fallback }) {
|
|
7
|
+
const payoutsSession = usePayoutsSession();
|
|
8
|
+
const ref = useRef(null);
|
|
9
|
+
const element = useMemo(()=>{
|
|
10
|
+
if (!payoutsSession) return null;
|
|
11
|
+
const createdElement = payoutsSession.createElement(PendingBalanceBreakdownElement, options);
|
|
12
|
+
return createdElement;
|
|
13
|
+
}, [
|
|
14
|
+
payoutsSession
|
|
15
|
+
]);
|
|
16
|
+
const elementSnapshot = useElementSnapshot(element);
|
|
17
|
+
const isReady = elementSnapshot?.state === "ready";
|
|
18
|
+
useEffect(()=>{
|
|
19
|
+
if (!element) return;
|
|
20
|
+
element.updateOptions(options);
|
|
21
|
+
}, [
|
|
22
|
+
options,
|
|
23
|
+
element
|
|
24
|
+
]);
|
|
25
|
+
useEffect(()=>{
|
|
26
|
+
if (!element || !onReady) return;
|
|
27
|
+
element.on("ready", onReady);
|
|
28
|
+
return ()=>{
|
|
29
|
+
element.off("ready", onReady);
|
|
30
|
+
};
|
|
31
|
+
}, [
|
|
32
|
+
element,
|
|
33
|
+
onReady
|
|
34
|
+
]);
|
|
35
|
+
useLayoutEffect(()=>{
|
|
36
|
+
if (!element || !ref.current) return;
|
|
37
|
+
element.mount(ref.current);
|
|
38
|
+
return ()=>{
|
|
39
|
+
element.unmount();
|
|
40
|
+
};
|
|
41
|
+
}, [
|
|
42
|
+
element,
|
|
43
|
+
ref.current
|
|
44
|
+
]);
|
|
45
|
+
return React.createElement(React.Fragment, null, React.createElement("div", {
|
|
46
|
+
style: {
|
|
47
|
+
...style,
|
|
48
|
+
visibility: isReady ? void 0 : "hidden"
|
|
49
|
+
},
|
|
50
|
+
className,
|
|
51
|
+
ref
|
|
52
|
+
}), !isReady && (fallback ?? null));
|
|
53
|
+
}
|
|
54
|
+
PendingBalanceBreakdownElement.displayName = "PendingBalanceBreakdownElement";
|
|
55
|
+
PendingBalanceBreakdownElement.type = "pending-balance-breakdown-element";
|
|
56
|
+
export { PendingBalanceBreakdownElement };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/payouts/elements/pending-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport type { PendingBalanceBreakdownElementOptions } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport React, { useEffect, useLayoutEffect, useMemo, useRef } from \"react\";\nimport { useElementSnapshot } from \"../../lib/use-element-snapshot\";\nimport { usePayoutsSession } from \"../session\";\n\nexport function PendingBalanceBreakdownElement({\n\toptions = {},\n\tclassName,\n\tstyle,\n\tonReady,\n\tfallback,\n}: {\n\toptions?: PendingBalanceBreakdownElementOptions;\n\tclassName?: string;\n\tstyle?: React.CSSProperties;\n\tonReady?: () => void;\n\tfallback?: React.ReactNode;\n}) {\n\tconst payoutsSession = usePayoutsSession();\n\tconst ref = useRef<HTMLDivElement>(null);\n\tconst element = useMemo(() => {\n\t\tif (!payoutsSession) return null;\n\t\tconst createdElement = payoutsSession.createElement(\n\t\t\tPendingBalanceBreakdownElement,\n\t\t\toptions,\n\t\t);\n\t\treturn createdElement;\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [payoutsSession]);\n\n\tconst elementSnapshot = useElementSnapshot(element);\n\n\tconst isReady = elementSnapshot?.state === \"ready\";\n\n\tuseEffect(() => {\n\t\tif (!element) return;\n\t\telement.updateOptions(options);\n\t}, [options, element]);\n\n\tuseEffect(() => {\n\t\tif (!element || !onReady) return;\n\t\telement.on(\"ready\", onReady);\n\t\treturn () => {\n\t\t\telement.off(\"ready\", onReady);\n\t\t};\n\t}, [element, onReady]);\n\n\tuseLayoutEffect(() => {\n\t\tif (!element || !ref.current) return;\n\t\telement.mount(ref.current);\n\t\treturn () => {\n\t\t\telement.unmount();\n\t\t};\n\t}, [element, ref.current]);\n\n\treturn (\n\t\t<>\n\t\t\t<div\n\t\t\t\tstyle={{ ...style, visibility: isReady ? undefined : \"hidden\" }}\n\t\t\t\tclassName={className}\n\t\t\t\tref={ref}\n\t\t\t/>\n\t\t\t{!isReady && (fallback ?? null)}\n\t\t</>\n\t);\n}\n\nPendingBalanceBreakdownElement.displayName = \"PendingBalanceBreakdownElement\";\nPendingBalanceBreakdownElement.type =\n\t\"pending-balance-breakdown-element\" as const;\n"],"mappings":";;AAIA,OAAO,SAAS,WAAW,iBAAiB,SAAS,cAAc;AACnE,SAAS,0BAA0B;AACnC,SAAS,yBAAyB;AAE3B,SAAS,+BAA+B;AAAA,EAC9C,UAAU,CAAC;AAAA,EACX;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAMG;AACF,QAAM,iBAAiB,kBAAkB;AACzC,QAAM,MAAM,OAAuB,IAAI;AACvC,QAAM,UAAU,QAAQ,MAAM;AAC7B,QAAI,CAAC,eAAgB,QAAO;AAC5B,UAAM,iBAAiB,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,IACD;AACA,WAAO;AAAA,EAER,GAAG,CAAC,cAAc,CAAC;AAEnB,QAAM,kBAAkB,mBAAmB,OAAO;AAElD,QAAM,UAAU,iBAAiB,UAAU;AAE3C,YAAU,MAAM;AACf,QAAI,CAAC,QAAS;AACd,YAAQ,cAAc,OAAO;AAAA,EAC9B,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,YAAU,MAAM;AACf,QAAI,CAAC,WAAW,CAAC,QAAS;AAC1B,YAAQ,GAAG,SAAS,OAAO;AAC3B,WAAO,MAAM;AACZ,cAAQ,IAAI,SAAS,OAAO;AAAA,IAC7B;AAAA,EACD,GAAG,CAAC,SAAS,OAAO,CAAC;AAErB,kBAAgB,MAAM;AACrB,QAAI,CAAC,WAAW,CAAC,IAAI,QAAS;AAC9B,YAAQ,MAAM,IAAI,OAAO;AACzB,WAAO,MAAM;AACZ,cAAQ,QAAQ;AAAA,IACjB;AAAA,EACD,GAAG,CAAC,SAAS,IAAI,OAAO,CAAC;AAEzB,SACC,0DACC;AAAA,IAAC;AAAA;AAAA,MACA,OAAO,EAAE,GAAG,OAAO,YAAY,UAAU,SAAY,SAAS;AAAA,MAC9D;AAAA,MACA;AAAA;AAAA,EACD,GACC,CAAC,YAAY,YAAY,KAC3B;AAEF;AAEA,+BAA+B,cAAc;AAC7C,+BAA+B,OAC9B;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RegularReserveBalanceBreakdownElementOptions } from '@whop/embedded-components-vanilla-js/types';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare function RegularReserveBalanceBreakdownElement({ options, className, style, onReady, fallback, }: {
|
|
5
|
+
options?: RegularReserveBalanceBreakdownElementOptions;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: React__default.CSSProperties;
|
|
8
|
+
onReady?: () => void;
|
|
9
|
+
fallback?: React__default.ReactNode;
|
|
10
|
+
}): React__default.JSX.Element;
|
|
11
|
+
declare namespace RegularReserveBalanceBreakdownElement {
|
|
12
|
+
var displayName: string;
|
|
13
|
+
var type: "regular-reserve-balance-breakdown-element";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { RegularReserveBalanceBreakdownElement };
|