react-luminus-components 1.1.20 → 1.1.21
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 +2 -0
- package/dist/.vite/manifest.json +43 -43
- package/dist/{DataKey-Chc9JWBN.js → DataKey-B7CWQXvv.js} +1 -1
- package/dist/{DataKey-dhQX8cMa.cjs → DataKey-DVMbPWFY.cjs} +1 -1
- package/dist/{SimpleTooltip-Cs6KsWMk.js → SimpleTooltip-BDudpqqO.js} +2 -2
- package/dist/{SimpleTooltip-CfoOF2bC.cjs → SimpleTooltip-CrOBQ9qh.cjs} +1 -1
- package/dist/components/Buttons/ContextButton/FileUploadContextButton.d.ts +11 -0
- package/dist/components/Buttons/index.d.ts +1 -0
- package/dist/components/Dropdown/comps/DropdownDivider/DropdownDivider.d.ts +6 -0
- package/dist/components/Dropdown/comps/DropdownItem/FileUploadDropdownItem.d.ts +11 -0
- package/dist/components/Dropdown/comps/index.d.ts +2 -0
- package/dist/components/Dropdown/index.d.ts +1 -1
- package/dist/components/Form/TextInput/TextInput.d.ts +2 -1
- package/dist/components/common/PromptDialog/PromptDialog.d.ts +3 -0
- package/dist/contexts/prompt/PromptContext.d.ts +10 -0
- package/dist/contexts/prompt/PromptProvider.d.ts +6 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +405 -368
- package/dist/{hasClass-Dg19NteG.cjs → hasClass-6qFx2Lwl.cjs} +1 -1
- package/dist/{hasClass-D2q3Otcv.js → hasClass-Hw6fOz0J.js} +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/usePrompt/usePrompt.d.ts +7 -0
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +6 -5
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +3 -3
- package/dist/main.cjs.js +1 -1
- package/dist/main.d.ts +2 -2
- package/dist/main.es.js +1179 -1145
- package/dist/models/texts/ConfirmTexts.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/{useAxios-Ce32mjz9.cjs → useAxios-B4X7zKtj.cjs} +36 -36
- package/dist/{useAxios-D-fCu46c.js → useAxios-CHbKHRpj.js} +195 -181
- package/dist/useConfirm-CrTJszXF.cjs +1 -0
- package/dist/useConfirm-CyietOP-.js +27 -0
- package/package.json +1 -1
- package/dist/useConfirm-BM62r8mq.cjs +0 -1
- package/dist/useConfirm-CTpbtdnu.js +0 -18
package/README.md
CHANGED
|
@@ -87,6 +87,8 @@ Library of React Components reusable in Luminus projects (Fleetman, CAFM)
|
|
|
87
87
|
- type: 'text' | 'number' | 'password' | 'date' | 'datetime-local'
|
|
88
88
|
- value: string | number | null
|
|
89
89
|
- onChange?: (value: string | number | null) => void
|
|
90
|
+
- debounceMs?: number
|
|
91
|
+
- _how long shoulud the input be unchanged before onChange fires_
|
|
90
92
|
- label?: string
|
|
91
93
|
- withoutLabel?: boolean
|
|
92
94
|
- _doesn't render the floating label when set_
|
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_DataKey-
|
|
3
|
-
"file": "DataKey-
|
|
2
|
+
"_DataKey-B7CWQXvv.js": {
|
|
3
|
+
"file": "DataKey-B7CWQXvv.js",
|
|
4
4
|
"name": "DataKey",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_useAxios-
|
|
6
|
+
"_useAxios-CHbKHRpj.js"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_DataKey-
|
|
10
|
-
"file": "DataKey-
|
|
9
|
+
"_DataKey-DVMbPWFY.cjs": {
|
|
10
|
+
"file": "DataKey-DVMbPWFY.cjs",
|
|
11
11
|
"name": "DataKey",
|
|
12
12
|
"imports": [
|
|
13
|
-
"_useAxios-
|
|
13
|
+
"_useAxios-B4X7zKtj.cjs"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_SimpleTooltip-
|
|
17
|
-
"file": "SimpleTooltip-
|
|
16
|
+
"_SimpleTooltip-BDudpqqO.js": {
|
|
17
|
+
"file": "SimpleTooltip-BDudpqqO.js",
|
|
18
18
|
"name": "SimpleTooltip",
|
|
19
19
|
"imports": [
|
|
20
|
-
"_useAxios-
|
|
21
|
-
"_hasClass-
|
|
20
|
+
"_useAxios-CHbKHRpj.js",
|
|
21
|
+
"_hasClass-Hw6fOz0J.js"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
"_SimpleTooltip-
|
|
25
|
-
"file": "SimpleTooltip-
|
|
24
|
+
"_SimpleTooltip-CrOBQ9qh.cjs": {
|
|
25
|
+
"file": "SimpleTooltip-CrOBQ9qh.cjs",
|
|
26
26
|
"name": "SimpleTooltip",
|
|
27
27
|
"imports": [
|
|
28
|
-
"_useAxios-
|
|
29
|
-
"_hasClass-
|
|
28
|
+
"_useAxios-B4X7zKtj.cjs",
|
|
29
|
+
"_hasClass-6qFx2Lwl.cjs"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"_constants-CT2hnPeO.cjs": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"file": "constants-CzNy5yO3.js",
|
|
38
38
|
"name": "constants"
|
|
39
39
|
},
|
|
40
|
-
"_hasClass-
|
|
41
|
-
"file": "hasClass-
|
|
40
|
+
"_hasClass-6qFx2Lwl.cjs": {
|
|
41
|
+
"file": "hasClass-6qFx2Lwl.cjs",
|
|
42
42
|
"name": "hasClass",
|
|
43
43
|
"imports": [
|
|
44
|
-
"_useAxios-
|
|
44
|
+
"_useAxios-B4X7zKtj.cjs"
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
|
-
"_hasClass-
|
|
48
|
-
"file": "hasClass-
|
|
47
|
+
"_hasClass-Hw6fOz0J.js": {
|
|
48
|
+
"file": "hasClass-Hw6fOz0J.js",
|
|
49
49
|
"name": "hasClass",
|
|
50
50
|
"imports": [
|
|
51
|
-
"_useAxios-
|
|
51
|
+
"_useAxios-CHbKHRpj.js"
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"_textUtils-Bb6c2XYw.cjs": {
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"file": "textUtils-Bd2QCbzF.js",
|
|
60
60
|
"name": "textUtils"
|
|
61
61
|
},
|
|
62
|
-
"_useAxios-
|
|
63
|
-
"file": "useAxios-
|
|
62
|
+
"_useAxios-B4X7zKtj.cjs": {
|
|
63
|
+
"file": "useAxios-B4X7zKtj.cjs",
|
|
64
64
|
"name": "useAxios",
|
|
65
65
|
"imports": [
|
|
66
66
|
"_textUtils-Bb6c2XYw.cjs"
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
-
"_useAxios-
|
|
70
|
-
"file": "useAxios-
|
|
69
|
+
"_useAxios-CHbKHRpj.js": {
|
|
70
|
+
"file": "useAxios-CHbKHRpj.js",
|
|
71
71
|
"name": "useAxios",
|
|
72
72
|
"imports": [
|
|
73
73
|
"_textUtils-Bd2QCbzF.js"
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"file": "useClickOutside-DsVG12Cs.cjs",
|
|
82
82
|
"name": "useClickOutside"
|
|
83
83
|
},
|
|
84
|
-
"_useConfirm-
|
|
85
|
-
"file": "useConfirm-
|
|
84
|
+
"_useConfirm-CrTJszXF.cjs": {
|
|
85
|
+
"file": "useConfirm-CrTJszXF.cjs",
|
|
86
86
|
"name": "useConfirm",
|
|
87
87
|
"imports": [
|
|
88
|
-
"_useAxios-
|
|
88
|
+
"_useAxios-B4X7zKtj.cjs"
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
-
"_useConfirm-
|
|
92
|
-
"file": "useConfirm-
|
|
91
|
+
"_useConfirm-CyietOP-.js": {
|
|
92
|
+
"file": "useConfirm-CyietOP-.js",
|
|
93
93
|
"name": "useConfirm",
|
|
94
94
|
"imports": [
|
|
95
|
-
"_useAxios-
|
|
95
|
+
"_useAxios-CHbKHRpj.js"
|
|
96
96
|
]
|
|
97
97
|
},
|
|
98
98
|
"src/contexts/index.ts": {
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
"src": "src/contexts/index.ts",
|
|
102
102
|
"isEntry": true,
|
|
103
103
|
"imports": [
|
|
104
|
-
"_useAxios-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"_DataKey-
|
|
104
|
+
"_useAxios-B4X7zKtj.cjs",
|
|
105
|
+
"_useConfirm-CrTJszXF.cjs",
|
|
106
|
+
"_hasClass-6qFx2Lwl.cjs",
|
|
107
|
+
"_DataKey-DVMbPWFY.cjs"
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
110
|
"src/hooks/index.ts": {
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"src": "src/hooks/index.ts",
|
|
114
114
|
"isEntry": true,
|
|
115
115
|
"imports": [
|
|
116
|
-
"_useAxios-
|
|
117
|
-
"_useConfirm-
|
|
116
|
+
"_useAxios-B4X7zKtj.cjs",
|
|
117
|
+
"_useConfirm-CrTJszXF.cjs",
|
|
118
118
|
"_textUtils-Bb6c2XYw.cjs",
|
|
119
119
|
"src/utils/index.ts",
|
|
120
120
|
"_useClickOutside-DsVG12Cs.cjs"
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
"src": "src/layout/index.ts",
|
|
127
127
|
"isEntry": true,
|
|
128
128
|
"imports": [
|
|
129
|
-
"_useAxios-
|
|
130
|
-
"_SimpleTooltip-
|
|
131
|
-
"_hasClass-
|
|
129
|
+
"_useAxios-B4X7zKtj.cjs",
|
|
130
|
+
"_SimpleTooltip-CrOBQ9qh.cjs",
|
|
131
|
+
"_hasClass-6qFx2Lwl.cjs"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
134
|
"src/main.ts": {
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
"src": "src/main.ts",
|
|
138
138
|
"isEntry": true,
|
|
139
139
|
"imports": [
|
|
140
|
-
"_useAxios-
|
|
141
|
-
"_DataKey-
|
|
140
|
+
"_useAxios-B4X7zKtj.cjs",
|
|
141
|
+
"_DataKey-DVMbPWFY.cjs",
|
|
142
142
|
"_constants-CT2hnPeO.cjs",
|
|
143
|
-
"_hasClass-
|
|
143
|
+
"_hasClass-6qFx2Lwl.cjs",
|
|
144
144
|
"_useClickOutside-DsVG12Cs.cjs",
|
|
145
|
-
"_SimpleTooltip-
|
|
145
|
+
"_SimpleTooltip-CrOBQ9qh.cjs"
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
148
|
"src/utils/index.ts": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as t, d as o } from "./useAxios-
|
|
1
|
+
import { j as t, d as o } from "./useAxios-CHbKHRpj.js";
|
|
2
2
|
import { useRef as e, useEffect as i } from "react";
|
|
3
3
|
const a = "_loading_14qfh_1", c = "_spinner-grow_14qfh_10", u = "_second_14qfh_14", l = "_third_14qfh_17", n = {
|
|
4
4
|
loading: a,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const s=require("./useAxios-
|
|
1
|
+
"use strict";const s=require("./useAxios-B4X7zKtj.cjs"),e=require("react"),o="_loading_14qfh_1",i="_spinner-grow_14qfh_10",a="_second_14qfh_14",c="_third_14qfh_17",n={loading:o,"spinner-grow":"_spinner-grow_14qfh_10",spinnerGrow:i,second:a,third:c},u=()=>s.jsxRuntimeExports.jsxs("div",{className:s.classNames("luminus-loading",n.loading),children:[s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary"),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary",n.second),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary",n.third),role:"status"})]});function l(r){const t=e.useRef(null);return e.useEffect(()=>{t.current=r}),t.current}var d=Function.prototype.bind.call(Function.prototype.call,[].slice);function p(r,t){return d(r.querySelectorAll(t))}const _="data-rr-ui-",m="rrUi";function x(r){return`${_}${r}`}function f(r){return`${m}${r}`}exports.Loading=u;exports.dataAttr=x;exports.dataProp=f;exports.qsa=p;exports.usePrevious=l;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as tr, j as C, d as me } from "./useAxios-
|
|
2
|
-
import { _ as rr, b as Rt, f as nr, e as We, d as Pe, o as At, l as ue, i as or, j as it, k as _e, a as at, r as ir, g as te, m as jt, h as st, q as ar, F as ct, v as Fe, P as sr } from "./hasClass-
|
|
1
|
+
import { g as tr, j as C, d as me } from "./useAxios-CHbKHRpj.js";
|
|
2
|
+
import { _ as rr, b as Rt, f as nr, e as We, d as Pe, o as At, l as ue, i as or, j as it, k as _e, a as at, r as ir, g as te, m as jt, h as st, q as ar, F as ct, v as Fe, P as sr } from "./hasClass-Hw6fOz0J.js";
|
|
3
3
|
import * as z from "react";
|
|
4
4
|
import { useRef as U, useState as $e, useCallback as F, useMemo as De, useEffect as pe, cloneElement as cr } from "react";
|
|
5
5
|
import ur from "react-dom";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const M=require("./useAxios-Ce32mjz9.cjs"),b=require("./hasClass-Dg19NteG.cjs"),O=require("react"),Ut=require("react-dom");function Vt(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const z=Vt(O);function De(){return De=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},De.apply(this,arguments)}function Je(e){return"default"+e.charAt(0).toUpperCase()+e.substr(1)}function qt(e){var t=zt(e,"string");return typeof t=="symbol"?t:String(t)}function zt(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function pt(e,t,r){var n=O.useRef(e!==void 0),o=O.useState(t),i=o[0],c=o[1],u=e!==void 0,a=n.current;return n.current=u,!u&&a&&i!==t&&c(t),[u?e:i,O.useCallback(function(f){for(var s=arguments.length,d=new Array(s>1?s-1:0),m=1;m<s;m++)d[m-1]=arguments[m];r&&r.apply(void 0,[f].concat(d)),c(f)},[r])]}function Xt(e,t){return Object.keys(t).reduce(function(r,n){var o,i=r,c=i[Je(n)],u=i[n],a=b._objectWithoutPropertiesLoose(i,[Je(n),n].map(qt)),f=t[n],s=pt(u,c,e[f]),d=s[0],m=s[1];return De({},a,(o={},o[n]=d,o[f]=m,o))},e)}const Te=2**31-1;function dt(e,t,r){const n=r-Date.now();e.current=n<=Te?setTimeout(t,n):setTimeout(()=>dt(e,t,r),Te)}function Yt(){const e=b.useMounted(),t=O.useRef();return b.useWillUnmount(()=>clearTimeout(t.current)),O.useMemo(()=>{const r=()=>clearTimeout(t.current);function n(o,i=0){e()&&(r(),i<=Te?t.current=setTimeout(o,i):dt(t,o,Date.now()+i))}return{set:n,clear:r,handleRef:t}},[])}var Qe=Object.prototype.hasOwnProperty;function Ze(e,t,r){for(r of e.keys())if(ue(r,t))return r}function ue(e,t){var r,n,o;if(e===t)return!0;if(e&&t&&(r=e.constructor)===t.constructor){if(r===Date)return e.getTime()===t.getTime();if(r===RegExp)return e.toString()===t.toString();if(r===Array){if((n=e.length)===t.length)for(;n--&&ue(e[n],t[n]););return n===-1}if(r===Set){if(e.size!==t.size)return!1;for(n of e)if(o=n,o&&typeof o=="object"&&(o=Ze(t,o),!o)||!t.has(o))return!1;return!0}if(r===Map){if(e.size!==t.size)return!1;for(n of e)if(o=n[0],o&&typeof o=="object"&&(o=Ze(t,o),!o)||!ue(n[1],t.get(o)))return!1;return!0}if(r===ArrayBuffer)e=new Uint8Array(e),t=new Uint8Array(t);else if(r===DataView){if((n=e.byteLength)===t.byteLength)for(;n--&&e.getInt8(n)===t.getInt8(n););return n===-1}if(ArrayBuffer.isView(e)){if((n=e.byteLength)===t.byteLength)for(;n--&&e[n]===t[n];);return n===-1}if(!r||typeof e=="object"){n=0;for(r in e)if(Qe.call(e,r)&&++n&&!Qe.call(t,r)||!(r in t)||!ue(e[r],t[r]))return!1;return Object.keys(t).length===n}}return e!==e&&t!==t}function Kt(e){const t=b.useMounted();return[e[0],O.useCallback(r=>{if(t())return e[1](r)},[t,e[1]])]}var B="top",W="bottom",H="right",k="left",$e="auto",de=[B,W,H,k],te="start",le="end",Gt="clippingParents",vt="viewport",se="popper",Jt="reference",et=de.reduce(function(e,t){return e.concat([t+"-"+te,t+"-"+le])},[]),mt=[].concat(de,[$e]).reduce(function(e,t){return e.concat([t,t+"-"+te,t+"-"+le])},[]),Qt="beforeRead",Zt="read",er="afterRead",tr="beforeMain",rr="main",nr="afterMain",or="beforeWrite",ir="write",ar="afterWrite",sr=[Qt,Zt,er,tr,rr,nr,or,ir,ar];function I(e){return e.split("-")[0]}function F(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Z(e){var t=F(e).Element;return e instanceof t||e instanceof Element}function U(e){var t=F(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Be(e){if(typeof ShadowRoot>"u")return!1;var t=F(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var Q=Math.max,Ee=Math.min,re=Math.round;function Me(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ht(){return!/^((?!chrome|android).)*safari/i.test(Me())}function ne(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&U(e)&&(o=e.offsetWidth>0&&re(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&re(n.height)/e.offsetHeight||1);var c=Z(e)?F(e):window,u=c.visualViewport,a=!ht()&&r,f=(n.left+(a&&u?u.offsetLeft:0))/o,s=(n.top+(a&&u?u.offsetTop:0))/i,d=n.width/o,m=n.height/i;return{width:d,height:m,top:s,right:f+d,bottom:s+m,left:f,x:f,y:s}}function ke(e){var t=ne(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function gt(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Be(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function X(e){return e?(e.nodeName||"").toLowerCase():null}function V(e){return F(e).getComputedStyle(e)}function ur(e){return["table","td","th"].indexOf(X(e))>=0}function Y(e){return((Z(e)?e.ownerDocument:e.document)||window.document).documentElement}function Re(e){return X(e)==="html"?e:e.assignedSlot||e.parentNode||(Be(e)?e.host:null)||Y(e)}function tt(e){return!U(e)||V(e).position==="fixed"?null:e.offsetParent}function cr(e){var t=/firefox/i.test(Me()),r=/Trident/i.test(Me());if(r&&U(e)){var n=V(e);if(n.position==="fixed")return null}var o=Re(e);for(Be(o)&&(o=o.host);U(o)&&["html","body"].indexOf(X(o))<0;){var i=V(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function ve(e){for(var t=F(e),r=tt(e);r&&ur(r)&&V(r).position==="static";)r=tt(r);return r&&(X(r)==="html"||X(r)==="body"&&V(r).position==="static")?t:r||cr(e)||t}function Le(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function ce(e,t,r){return Q(e,Ee(t,r))}function fr(e,t,r){var n=ce(e,t,r);return n>r?r:n}function yt(){return{top:0,right:0,bottom:0,left:0}}function wt(e){return Object.assign({},yt(),e)}function bt(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var lr=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,wt(typeof t!="number"?t:bt(t,de))};function pr(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,c=r.modifiersData.popperOffsets,u=I(r.placement),a=Le(u),f=[k,H].indexOf(u)>=0,s=f?"height":"width";if(!(!i||!c)){var d=lr(o.padding,r),m=ke(i),p=a==="y"?B:k,v=a==="y"?W:H,g=r.rects.reference[s]+r.rects.reference[a]-c[a]-r.rects.popper[s],l=c[a]-r.rects.reference[a],y=ve(i),h=y?a==="y"?y.clientHeight||0:y.clientWidth||0:0,E=g/2-l/2,w=d[p],R=h-m[s]-d[v],x=h/2-m[s]/2+E,j=ce(w,x,R),A=a;r.modifiersData[n]=(t={},t[A]=j,t.centerOffset=j-x,t)}}function dr(e){var t=e.state,r=e.options,n=r.element,o=n===void 0?"[data-popper-arrow]":n;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||gt(t.elements.popper,o)&&(t.elements.arrow=o))}const vr={name:"arrow",enabled:!0,phase:"main",fn:pr,effect:dr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function oe(e){return e.split("-")[1]}var mr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function hr(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:re(r*o)/o||0,y:re(n*o)/o||0}}function rt(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,c=e.offsets,u=e.position,a=e.gpuAcceleration,f=e.adaptive,s=e.roundOffsets,d=e.isFixed,m=c.x,p=m===void 0?0:m,v=c.y,g=v===void 0?0:v,l=typeof s=="function"?s({x:p,y:g}):{x:p,y:g};p=l.x,g=l.y;var y=c.hasOwnProperty("x"),h=c.hasOwnProperty("y"),E=k,w=B,R=window;if(f){var x=ve(r),j="clientHeight",A="clientWidth";if(x===F(r)&&(x=Y(r),V(x).position!=="static"&&u==="absolute"&&(j="scrollHeight",A="scrollWidth")),x=x,o===B||(o===k||o===H)&&i===le){w=W;var C=d&&x===R&&R.visualViewport?R.visualViewport.height:x[j];g-=C-n.height,g*=a?1:-1}if(o===k||(o===B||o===W)&&i===le){E=H;var P=d&&x===R&&R.visualViewport?R.visualViewport.width:x[A];p-=P-n.width,p*=a?1:-1}}var D=Object.assign({position:u},f&&mr),L=s===!0?hr({x:p,y:g},F(r)):{x:p,y:g};if(p=L.x,g=L.y,a){var T;return Object.assign({},D,(T={},T[w]=h?"0":"",T[E]=y?"0":"",T.transform=(R.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",T))}return Object.assign({},D,(t={},t[w]=h?g+"px":"",t[E]=y?p+"px":"",t.transform="",t))}function gr(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,i=r.adaptive,c=i===void 0?!0:i,u=r.roundOffsets,a=u===void 0?!0:u,f={placement:I(t.placement),variation:oe(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,rt(Object.assign({},f,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,rt(Object.assign({},f,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const yr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:gr,data:{}};var be={passive:!0};function wr(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=o===void 0?!0:o,c=n.resize,u=c===void 0?!0:c,a=F(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&f.forEach(function(s){s.addEventListener("scroll",r.update,be)}),u&&a.addEventListener("resize",r.update,be),function(){i&&f.forEach(function(s){s.removeEventListener("scroll",r.update,be)}),u&&a.removeEventListener("resize",r.update,be)}}const br={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:wr,data:{}};var xr={left:"right",right:"left",bottom:"top",top:"bottom"};function xe(e){return e.replace(/left|right|bottom|top/g,function(t){return xr[t]})}var Or={start:"end",end:"start"};function nt(e){return e.replace(/start|end/g,function(t){return Or[t]})}function Ne(e){var t=F(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function Fe(e){return ne(Y(e)).left+Ne(e).scrollLeft}function Er(e,t){var r=F(e),n=Y(e),o=r.visualViewport,i=n.clientWidth,c=n.clientHeight,u=0,a=0;if(o){i=o.width,c=o.height;var f=ht();(f||!f&&t==="fixed")&&(u=o.offsetLeft,a=o.offsetTop)}return{width:i,height:c,x:u+Fe(e),y:a}}function Rr(e){var t,r=Y(e),n=Ne(e),o=(t=e.ownerDocument)==null?void 0:t.body,i=Q(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=Q(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+Fe(e),a=-n.scrollTop;return V(o||r).direction==="rtl"&&(u+=Q(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:c,x:u,y:a}}function We(e){var t=V(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function xt(e){return["html","body","#document"].indexOf(X(e))>=0?e.ownerDocument.body:U(e)&&We(e)?e:xt(Re(e))}function fe(e,t){var r;t===void 0&&(t=[]);var n=xt(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),i=F(n),c=o?[i].concat(i.visualViewport||[],We(n)?n:[]):n,u=t.concat(c);return o?u:u.concat(fe(Re(c)))}function Se(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function jr(e,t){var r=ne(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function ot(e,t,r){return t===vt?Se(Er(e,r)):Z(t)?jr(t,r):Se(Rr(Y(e)))}function Pr(e){var t=fe(Re(e)),r=["absolute","fixed"].indexOf(V(e).position)>=0,n=r&&U(e)?ve(e):e;return Z(n)?t.filter(function(o){return Z(o)&>(o,n)&&X(o)!=="body"}):[]}function Ar(e,t,r,n){var o=t==="clippingParents"?Pr(e):[].concat(t),i=[].concat(o,[r]),c=i[0],u=i.reduce(function(a,f){var s=ot(e,f,n);return a.top=Q(s.top,a.top),a.right=Ee(s.right,a.right),a.bottom=Ee(s.bottom,a.bottom),a.left=Q(s.left,a.left),a},ot(e,c,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function Ot(e){var t=e.reference,r=e.element,n=e.placement,o=n?I(n):null,i=n?oe(n):null,c=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,a;switch(o){case B:a={x:c,y:t.y-r.height};break;case W:a={x:c,y:t.y+t.height};break;case H:a={x:t.x+t.width,y:u};break;case k:a={x:t.x-r.width,y:u};break;default:a={x:t.x,y:t.y}}var f=o?Le(o):null;if(f!=null){var s=f==="y"?"height":"width";switch(i){case te:a[f]=a[f]-(t[s]/2-r[s]/2);break;case le:a[f]=a[f]+(t[s]/2-r[s]/2);break}}return a}function pe(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=n===void 0?e.placement:n,i=r.strategy,c=i===void 0?e.strategy:i,u=r.boundary,a=u===void 0?Gt:u,f=r.rootBoundary,s=f===void 0?vt:f,d=r.elementContext,m=d===void 0?se:d,p=r.altBoundary,v=p===void 0?!1:p,g=r.padding,l=g===void 0?0:g,y=wt(typeof l!="number"?l:bt(l,de)),h=m===se?Jt:se,E=e.rects.popper,w=e.elements[v?h:m],R=Ar(Z(w)?w:w.contextElement||Y(e.elements.popper),a,s,c),x=ne(e.elements.reference),j=Ot({reference:x,element:E,strategy:"absolute",placement:o}),A=Se(Object.assign({},E,j)),C=m===se?A:x,P={top:R.top-C.top+y.top,bottom:C.bottom-R.bottom+y.bottom,left:R.left-C.left+y.left,right:C.right-R.right+y.right},D=e.modifiersData.offset;if(m===se&&D){var L=D[o];Object.keys(P).forEach(function(T){var $=[H,W].indexOf(T)>=0?1:-1,S=[B,W].indexOf(T)>=0?"y":"x";P[T]+=L[S]*$})}return P}function Cr(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,c=r.padding,u=r.flipVariations,a=r.allowedAutoPlacements,f=a===void 0?mt:a,s=oe(n),d=s?u?et:et.filter(function(v){return oe(v)===s}):de,m=d.filter(function(v){return f.indexOf(v)>=0});m.length===0&&(m=d);var p=m.reduce(function(v,g){return v[g]=pe(e,{placement:g,boundary:o,rootBoundary:i,padding:c})[I(g)],v},{});return Object.keys(p).sort(function(v,g){return p[v]-p[g]})}function Dr(e){if(I(e)===$e)return[];var t=xe(e);return[nt(e),t,nt(t)]}function Tr(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=o===void 0?!0:o,c=r.altAxis,u=c===void 0?!0:c,a=r.fallbackPlacements,f=r.padding,s=r.boundary,d=r.rootBoundary,m=r.altBoundary,p=r.flipVariations,v=p===void 0?!0:p,g=r.allowedAutoPlacements,l=t.options.placement,y=I(l),h=y===l,E=a||(h||!v?[xe(l)]:Dr(l)),w=[l].concat(E).reduce(function(ee,q){return ee.concat(I(q)===$e?Cr(t,{placement:q,boundary:s,rootBoundary:d,padding:f,flipVariations:v,allowedAutoPlacements:g}):q)},[]),R=t.rects.reference,x=t.rects.popper,j=new Map,A=!0,C=w[0],P=0;P<w.length;P++){var D=w[P],L=I(D),T=oe(D)===te,$=[B,W].indexOf(L)>=0,S=$?"width":"height",N=pe(t,{placement:D,boundary:s,rootBoundary:d,altBoundary:m,padding:f}),_=$?T?H:k:T?W:B;R[S]>x[S]&&(_=xe(_));var me=xe(_),K=[];if(i&&K.push(N[L]<=0),u&&K.push(N[_]<=0,N[me]<=0),K.every(function(ee){return ee})){C=D,A=!1;break}j.set(D,K)}if(A)for(var he=v?3:1,je=function(q){var ae=w.find(function(ye){var G=j.get(ye);if(G)return G.slice(0,q).every(function(Pe){return Pe})});if(ae)return C=ae,"break"},ie=he;ie>0;ie--){var ge=je(ie);if(ge==="break")break}t.placement!==C&&(t.modifiersData[n]._skip=!0,t.placement=C,t.reset=!0)}}const Mr={name:"flip",enabled:!0,phase:"main",fn:Tr,requiresIfExists:["offset"],data:{_skip:!1}};function it(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function at(e){return[B,H,W,k].some(function(t){return e[t]>=0})}function Sr(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,c=pe(t,{elementContext:"reference"}),u=pe(t,{altBoundary:!0}),a=it(c,n),f=it(u,o,i),s=at(a),d=at(f);t.modifiersData[r]={referenceClippingOffsets:a,popperEscapeOffsets:f,isReferenceHidden:s,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":s,"data-popper-escaped":d})}const $r={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Sr};function Br(e,t,r){var n=I(e),o=[k,B].indexOf(n)>=0?-1:1,i=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,c=i[0],u=i[1];return c=c||0,u=(u||0)*o,[k,H].indexOf(n)>=0?{x:u,y:c}:{x:c,y:u}}function kr(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=o===void 0?[0,0]:o,c=mt.reduce(function(s,d){return s[d]=Br(d,t.rects,i),s},{}),u=c[t.placement],a=u.x,f=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=f),t.modifiersData[n]=c}const Lr={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:kr};function Nr(e){var t=e.state,r=e.name;t.modifiersData[r]=Ot({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const Fr={name:"popperOffsets",enabled:!0,phase:"read",fn:Nr,data:{}};function Wr(e){return e==="x"?"y":"x"}function Hr(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=o===void 0?!0:o,c=r.altAxis,u=c===void 0?!1:c,a=r.boundary,f=r.rootBoundary,s=r.altBoundary,d=r.padding,m=r.tether,p=m===void 0?!0:m,v=r.tetherOffset,g=v===void 0?0:v,l=pe(t,{boundary:a,rootBoundary:f,padding:d,altBoundary:s}),y=I(t.placement),h=oe(t.placement),E=!h,w=Le(y),R=Wr(w),x=t.modifiersData.popperOffsets,j=t.rects.reference,A=t.rects.popper,C=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,P=typeof C=="number"?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(x){if(i){var T,$=w==="y"?B:k,S=w==="y"?W:H,N=w==="y"?"height":"width",_=x[w],me=_+l[$],K=_-l[S],he=p?-A[N]/2:0,je=h===te?j[N]:A[N],ie=h===te?-A[N]:-j[N],ge=t.elements.arrow,ee=p&&ge?ke(ge):{width:0,height:0},q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:yt(),ae=q[$],ye=q[S],G=ce(0,j[N],ee[N]),Pe=E?j[N]/2-he-G-ae-P.mainAxis:je-G-ae-P.mainAxis,Nt=E?-j[N]/2+he+G+ye+P.mainAxis:ie+G+ye+P.mainAxis,Ae=t.elements.arrow&&ve(t.elements.arrow),Ft=Ae?w==="y"?Ae.clientTop||0:Ae.clientLeft||0:0,Ie=(T=D==null?void 0:D[w])!=null?T:0,Wt=_+Pe-Ie-Ft,Ht=_+Nt-Ie,Ue=ce(p?Ee(me,Wt):me,_,p?Q(K,Ht):K);x[w]=Ue,L[w]=Ue-_}if(u){var Ve,_t=w==="x"?B:k,It=w==="x"?W:H,J=x[R],we=R==="y"?"height":"width",qe=J+l[_t],ze=J-l[It],Ce=[B,k].indexOf(y)!==-1,Xe=(Ve=D==null?void 0:D[R])!=null?Ve:0,Ye=Ce?qe:J-j[we]-A[we]-Xe+P.altAxis,Ke=Ce?J+j[we]+A[we]-Xe-P.altAxis:ze,Ge=p&&Ce?fr(Ye,J,Ke):ce(p?Ye:qe,J,p?Ke:ze);x[R]=Ge,L[R]=Ge-J}t.modifiersData[n]=L}}const _r={name:"preventOverflow",enabled:!0,phase:"main",fn:Hr,requiresIfExists:["offset"]};function Ir(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Ur(e){return e===F(e)||!U(e)?Ne(e):Ir(e)}function Vr(e){var t=e.getBoundingClientRect(),r=re(t.width)/e.offsetWidth||1,n=re(t.height)/e.offsetHeight||1;return r!==1||n!==1}function qr(e,t,r){r===void 0&&(r=!1);var n=U(t),o=U(t)&&Vr(t),i=Y(t),c=ne(e,o,r),u={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(n||!n&&!r)&&((X(t)!=="body"||We(i))&&(u=Ur(t)),U(t)?(a=ne(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):i&&(a.x=Fe(i))),{x:c.left+u.scrollLeft-a.x,y:c.top+u.scrollTop-a.y,width:c.width,height:c.height}}function zr(e){var t=new Map,r=new Set,n=[];e.forEach(function(i){t.set(i.name,i)});function o(i){r.add(i.name);var c=[].concat(i.requires||[],i.requiresIfExists||[]);c.forEach(function(u){if(!r.has(u)){var a=t.get(u);a&&o(a)}}),n.push(i)}return e.forEach(function(i){r.has(i.name)||o(i)}),n}function Xr(e){var t=zr(e);return sr.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}function Yr(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function Kr(e){var t=e.reduce(function(r,n){var o=r[n.name];return r[n.name]=o?Object.assign({},o,n,{options:Object.assign({},o.options,n.options),data:Object.assign({},o.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var st={placement:"bottom",modifiers:[],strategy:"absolute"};function ut(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function Gr(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,i=o===void 0?st:o;return function(u,a,f){f===void 0&&(f=i);var s={placement:"bottom",orderedModifiers:[],options:Object.assign({},st,i),modifiersData:{},elements:{reference:u,popper:a},attributes:{},styles:{}},d=[],m=!1,p={state:s,setOptions:function(y){var h=typeof y=="function"?y(s.options):y;g(),s.options=Object.assign({},i,s.options,h),s.scrollParents={reference:Z(u)?fe(u):u.contextElement?fe(u.contextElement):[],popper:fe(a)};var E=Xr(Kr([].concat(n,s.options.modifiers)));return s.orderedModifiers=E.filter(function(w){return w.enabled}),v(),p.update()},forceUpdate:function(){if(!m){var y=s.elements,h=y.reference,E=y.popper;if(ut(h,E)){s.rects={reference:qr(h,ve(E),s.options.strategy==="fixed"),popper:ke(E)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach(function(P){return s.modifiersData[P.name]=Object.assign({},P.data)});for(var w=0;w<s.orderedModifiers.length;w++){if(s.reset===!0){s.reset=!1,w=-1;continue}var R=s.orderedModifiers[w],x=R.fn,j=R.options,A=j===void 0?{}:j,C=R.name;typeof x=="function"&&(s=x({state:s,options:A,name:C,instance:p})||s)}}}},update:Yr(function(){return new Promise(function(l){p.forceUpdate(),l(s)})}),destroy:function(){g(),m=!0}};if(!ut(u,a))return p;p.setOptions(f).then(function(l){!m&&f.onFirstUpdate&&f.onFirstUpdate(l)});function v(){s.orderedModifiers.forEach(function(l){var y=l.name,h=l.options,E=h===void 0?{}:h,w=l.effect;if(typeof w=="function"){var R=w({state:s,name:y,instance:p,options:E}),x=function(){};d.push(R||x)}})}function g(){d.forEach(function(l){return l()}),d=[]}return p}}const Jr=Gr({defaultModifiers:[$r,Fr,yr,br,Lr,Mr,_r,vr]}),Qr=["enabled","placement","strategy","modifiers"];function Zr(e,t){if(e==null)return{};var r={},n=Object.keys(e),o,i;for(i=0;i<n.length;i++)o=n[i],!(t.indexOf(o)>=0)&&(r[o]=e[o]);return r}const en={name:"applyStyles",enabled:!1,phase:"afterWrite",fn:()=>{}},tn={name:"ariaDescribedBy",enabled:!0,phase:"afterWrite",effect:({state:e})=>()=>{const{reference:t,popper:r}=e.elements;if("removeAttribute"in t){const n=(t.getAttribute("aria-describedby")||"").split(",").filter(o=>o.trim()!==r.id);n.length?t.setAttribute("aria-describedby",n.join(",")):t.removeAttribute("aria-describedby")}},fn:({state:e})=>{var t;const{popper:r,reference:n}=e.elements,o=(t=r.getAttribute("role"))==null?void 0:t.toLowerCase();if(r.id&&o==="tooltip"&&"setAttribute"in n){const i=n.getAttribute("aria-describedby");if(i&&i.split(",").indexOf(r.id)!==-1)return;n.setAttribute("aria-describedby",i?`${i},${r.id}`:r.id)}}},rn=[];function Et(e,t,r={}){let{enabled:n=!0,placement:o="bottom",strategy:i="absolute",modifiers:c=rn}=r,u=Zr(r,Qr);const a=O.useRef(c),f=O.useRef(),s=O.useCallback(()=>{var l;(l=f.current)==null||l.update()},[]),d=O.useCallback(()=>{var l;(l=f.current)==null||l.forceUpdate()},[]),[m,p]=Kt(O.useState({placement:o,update:s,forceUpdate:d,attributes:{},styles:{popper:{},arrow:{}}})),v=O.useMemo(()=>({name:"updateStateModifier",enabled:!0,phase:"write",requires:["computeStyles"],fn:({state:l})=>{const y={},h={};Object.keys(l.elements).forEach(E=>{y[E]=l.styles[E],h[E]=l.attributes[E]}),p({state:l,styles:y,attributes:h,update:s,forceUpdate:d,placement:l.placement})}}),[s,d,p]),g=O.useMemo(()=>(ue(a.current,c)||(a.current=c),a.current),[c]);return O.useEffect(()=>{!f.current||!n||f.current.setOptions({placement:o,strategy:i,modifiers:[...g,v,en]})},[i,o,v,n,g]),O.useEffect(()=>{if(!(!n||e==null||t==null))return f.current=Jr(e,t,Object.assign({},u,{placement:o,strategy:i,modifiers:[...g,tn,v]})),()=>{f.current!=null&&(f.current.destroy(),f.current=void 0,p(l=>Object.assign({},l,{attributes:{},styles:{popper:{}}})))}},[n,e,t]),m}var nn=process.env.NODE_ENV!=="production",Rt=function(){};if(nn){var on=function(t,r){var n=arguments.length;r=new Array(n>1?n-1:0);for(var o=1;o<n;o++)r[o-1]=arguments[o];var i=0,c="Warning: "+t.replace(/%s/g,function(){return r[i++]});typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}};Rt=function(e,t,r){var n=arguments.length;r=new Array(n>2?n-2:0);for(var o=2;o<n;o++)r[o-2]=arguments[o];if(t===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||on.apply(null,[t].concat(r))}}var an=Rt;const He=M.getDefaultExportFromCjs(an),ct=()=>{};function sn(e){return e.button===0}function un(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}const Oe=e=>e&&("current"in e?e.current:e),ft={click:"mousedown",mouseup:"mousedown",pointerup:"pointerdown"};function jt(e,t=ct,{disabled:r,clickTrigger:n="click"}={}){const o=O.useRef(!1),i=O.useRef(!1),c=O.useCallback(f=>{const s=Oe(e);He(!!s,"ClickOutside captured a close event but does not have a ref to compare it to. useClickOutside(), should be passed a ref that resolves to a DOM node"),o.current=!s||un(f)||!sn(f)||!!b.contains(s,f.target)||i.current,i.current=!1},[e]),u=b.useEventCallback(f=>{const s=Oe(e);s&&b.contains(s,f.target)&&(i.current=!0)}),a=b.useEventCallback(f=>{o.current||t(f)});O.useEffect(()=>{var f,s;if(r||e==null)return;const d=b.ownerDocument(Oe(e)),m=d.defaultView||window;let p=(f=m.event)!=null?f:(s=m.parent)==null?void 0:s.event,v=null;ft[n]&&(v=b.listen(d,ft[n],u,!0));const g=b.listen(d,n,c,!0),l=b.listen(d,n,h=>{if(h===p){p=void 0;return}a(h)});let y=[];return"ontouchstart"in d.documentElement&&(y=[].slice.call(d.body.children).map(h=>b.listen(h,"mousemove",ct))),()=>{v==null||v(),g(),l(),y.forEach(h=>h())}},[e,r,n,c,u,a])}function cn(e){const t={};return Array.isArray(e)?(e==null||e.forEach(r=>{t[r.name]=r}),t):e||t}function fn(e={}){return Array.isArray(e)?e:Object.keys(e).map(t=>(e[t].name=t,e[t]))}function Pt({enabled:e,enableEvents:t,placement:r,flip:n,offset:o,fixed:i,containerPadding:c,arrowElement:u,popperConfig:a={}}){var f,s,d,m,p;const v=cn(a.modifiers);return Object.assign({},a,{placement:r,enabled:e,strategy:i?"fixed":a.strategy,modifiers:fn(Object.assign({},v,{eventListeners:{enabled:t,options:(f=v.eventListeners)==null?void 0:f.options},preventOverflow:Object.assign({},v.preventOverflow,{options:c?Object.assign({padding:c},(s=v.preventOverflow)==null?void 0:s.options):(d=v.preventOverflow)==null?void 0:d.options}),offset:{options:Object.assign({offset:o},(m=v.offset)==null?void 0:m.options)},arrow:Object.assign({},v.arrow,{enabled:!!u,options:Object.assign({},(p=v.arrow)==null?void 0:p.options,{element:u})}),flip:Object.assign({enabled:!!n},v.flip)}))})}const ln=()=>{};function pn(e,t,{disabled:r,clickTrigger:n}={}){const o=t||ln;jt(e,o,{disabled:r,clickTrigger:n});const i=b.useEventCallback(c=>{b.isEscKey(c)&&o(c)});O.useEffect(()=>{if(r||e==null)return;const c=b.ownerDocument(Oe(e));let u=(c.defaultView||window).event;const a=b.listen(c,"keyup",f=>{if(f===u){u=void 0;return}i(f)});return()=>{a()}},[e,r,i])}const At=z.forwardRef((e,t)=>{const{flip:r,offset:n,placement:o,containerPadding:i,popperConfig:c={},transition:u,runTransition:a}=e,[f,s]=b.useCallbackRef(),[d,m]=b.useCallbackRef(),p=b.useMergedRefs(s,t),v=b.useWaitForDOMRef(e.container),g=b.useWaitForDOMRef(e.target),[l,y]=O.useState(!e.show),h=Et(g,f,Pt({placement:o,enableEvents:!!e.show,containerPadding:i||5,flip:r,offset:n,arrowElement:d,popperConfig:c}));e.show&&l&&y(!1);const E=(...D)=>{y(!0),e.onExited&&e.onExited(...D)},w=e.show||!l;if(pn(f,e.onHide,{disabled:!e.rootClose||e.rootCloseDisabled,clickTrigger:e.rootCloseEvent}),!w)return null;const{onExit:R,onExiting:x,onEnter:j,onEntering:A,onEntered:C}=e;let P=e.children(Object.assign({},h.attributes.popper,{style:h.styles.popper,ref:p}),{popper:h,placement:o,show:!!e.show,arrowProps:Object.assign({},h.attributes.arrow,{style:h.styles.arrow,ref:m})});return P=b.renderTransition(u,a,{in:!!e.show,appear:!0,mountOnEnter:!0,unmountOnExit:!0,children:P,onExit:R,onExiting:x,onExited:E,onEnter:j,onEntering:A,onEntered:C}),v?Ut.createPortal(P,v):null});At.displayName="Overlay";const dn=At,Ct=z.forwardRef(({className:e,bsPrefix:t,as:r="div",...n},o)=>(t=b.useBootstrapPrefix(t,"popover-header"),M.jsxRuntimeExports.jsx(r,{ref:o,className:M.classNames(e,t),...n})));Ct.displayName="PopoverHeader";const vn=Ct,Dt=z.forwardRef(({className:e,bsPrefix:t,as:r="div",...n},o)=>(t=b.useBootstrapPrefix(t,"popover-body"),M.jsxRuntimeExports.jsx(r,{ref:o,className:M.classNames(e,t),...n})));Dt.displayName="PopoverBody";const Tt=Dt;function Mt(e,t){let r=e;return e==="left"?r=t?"end":"start":e==="right"&&(r=t?"start":"end"),r}function St(e="absolute"){return{position:e,top:"0",left:"0",opacity:"0",pointerEvents:"none"}}const mn=z.forwardRef(({bsPrefix:e,placement:t="right",className:r,style:n,children:o,body:i,arrowProps:c,hasDoneInitialMeasure:u,popper:a,show:f,...s},d)=>{const m=b.useBootstrapPrefix(e,"popover"),p=b.useIsRTL(),[v]=(t==null?void 0:t.split("-"))||[],g=Mt(v,p);let l=n;return f&&!u&&(l={...n,...St(a==null?void 0:a.strategy)}),M.jsxRuntimeExports.jsxs("div",{ref:d,role:"tooltip",style:l,"x-placement":v,className:M.classNames(r,m,v&&`bs-popover-${g}`),...s,children:[M.jsxRuntimeExports.jsx("div",{className:"popover-arrow",...c}),i?M.jsxRuntimeExports.jsx(Tt,{children:o}):o]})}),$t=Object.assign(mn,{Header:vn,Body:Tt,POPPER_OFFSET:[0,8]}),Bt=z.forwardRef(({bsPrefix:e,placement:t="right",className:r,style:n,children:o,arrowProps:i,hasDoneInitialMeasure:c,popper:u,show:a,...f},s)=>{e=b.useBootstrapPrefix(e,"tooltip");const d=b.useIsRTL(),[m]=(t==null?void 0:t.split("-"))||[],p=Mt(m,d);let v=n;return a&&!c&&(v={...n,...St(u==null?void 0:u.strategy)}),M.jsxRuntimeExports.jsxs("div",{ref:s,style:v,role:"tooltip","x-placement":m,className:M.classNames(r,e,`bs-tooltip-${p}`),...f,children:[M.jsxRuntimeExports.jsx("div",{className:"tooltip-arrow",...i}),M.jsxRuntimeExports.jsx("div",{className:`${e}-inner`,children:o})]})});Bt.displayName="Tooltip";const _e=Object.assign(Bt,{TOOLTIP_OFFSET:[0,6]});function hn(e){const t=O.useRef(null),r=b.useBootstrapPrefix(void 0,"popover"),n=b.useBootstrapPrefix(void 0,"tooltip"),o=O.useMemo(()=>({name:"offset",options:{offset:()=>{if(e)return e;if(t.current){if(b.hasClass(t.current,r))return $t.POPPER_OFFSET;if(b.hasClass(t.current,n))return _e.TOOLTIP_OFFSET}return[0,0]}}}),[e,r,n]);return[t,[o]]}function gn(e,t){const{ref:r}=e,{ref:n}=t;e.ref=r.__wrapped||(r.__wrapped=o=>r(b.safeFindDOMNode(o))),t.ref=n.__wrapped||(n.__wrapped=o=>n(b.safeFindDOMNode(o)))}const kt=z.forwardRef(({children:e,transition:t=b.Fade,popperConfig:r={},rootClose:n=!1,placement:o="top",show:i=!1,...c},u)=>{const a=O.useRef({}),[f,s]=O.useState(null),[d,m]=hn(c.offset),p=b.useMergedRefs(u,d),v=t===!0?b.Fade:t||void 0,g=b.useEventCallback(l=>{s(l),r==null||r.onFirstUpdate==null||r.onFirstUpdate(l)});return b.useIsomorphicEffect(()=>{f&&c.target&&(a.current.scheduleUpdate==null||a.current.scheduleUpdate())},[f,c.target]),O.useEffect(()=>{i||s(null)},[i]),M.jsxRuntimeExports.jsx(dn,{...c,ref:p,popperConfig:{...r,modifiers:m.concat(r.modifiers||[]),onFirstUpdate:g},transition:v,rootClose:n,placement:o,show:i,children:(l,{arrowProps:y,popper:h,show:E})=>{var w,R;gn(l,y);const x=h==null?void 0:h.placement,j=Object.assign(a.current,{state:h==null?void 0:h.state,scheduleUpdate:h==null?void 0:h.update,placement:x,outOfBoundaries:(h==null||(w=h.state)==null||(R=w.modifiersData.hide)==null?void 0:R.isReferenceHidden)||!1,strategy:r.strategy}),A=!!f;return typeof e=="function"?e({...l,placement:x,show:E,...!t&&E&&{className:"show"},popper:j,arrowProps:y,hasDoneInitialMeasure:A}):z.cloneElement(e,{...l,placement:x,arrowProps:y,popper:j,hasDoneInitialMeasure:A,className:M.classNames(e.props.className,!t&&E&&"show"),style:{...e.props.style,...l.style}})}})});kt.displayName="Overlay";const yn=kt;function wn(e){return e&&typeof e=="object"?e:{show:e,hide:e}}function lt(e,t,r){const[n]=t,o=n.currentTarget,i=n.relatedTarget||n.nativeEvent[r];(!i||i!==o)&&!b.contains(o,i)&&e(...t)}b.PropTypes.oneOf(["click","hover","focus"]);const bn=({trigger:e=["hover","focus"],overlay:t,children:r,popperConfig:n={},show:o,defaultShow:i=!1,onToggle:c,delay:u,placement:a,flip:f=a&&a.indexOf("auto")!==-1,...s})=>{const d=O.useRef(null),m=b.useMergedRefs(d,r.ref),p=Yt(),v=O.useRef(""),[g,l]=pt(o,i,c),y=wn(u),{onFocus:h,onBlur:E,onClick:w}=typeof r!="function"?z.Children.only(r).props:{},R=S=>{m(b.safeFindDOMNode(S))},x=O.useCallback(()=>{if(p.clear(),v.current="show",!y.show){l(!0);return}p.set(()=>{v.current==="show"&&l(!0)},y.show)},[y.show,l,p]),j=O.useCallback(()=>{if(p.clear(),v.current="hide",!y.hide){l(!1);return}p.set(()=>{v.current==="hide"&&l(!1)},y.hide)},[y.hide,l,p]),A=O.useCallback((...S)=>{x(),h==null||h(...S)},[x,h]),C=O.useCallback((...S)=>{j(),E==null||E(...S)},[j,E]),P=O.useCallback((...S)=>{l(!g),w==null||w(...S)},[w,l,g]),D=O.useCallback((...S)=>{lt(x,S,"fromElement")},[x]),L=O.useCallback((...S)=>{lt(j,S,"toElement")},[j]),T=e==null?[]:[].concat(e),$={ref:R};return T.indexOf("click")!==-1&&($.onClick=P),T.indexOf("focus")!==-1&&($.onFocus=A,$.onBlur=C),T.indexOf("hover")!==-1&&(process.env.NODE_ENV!=="production"&&He(T.length>1,'[react-bootstrap] Specifying only the `"hover"` trigger limits the visibility of the overlay to just mouse users. Consider also including the `"focus"` trigger so that touch and keyboard only users can see the overlay as well.'),$.onMouseOver=D,$.onMouseOut=L),M.jsxRuntimeExports.jsxs(M.jsxRuntimeExports.Fragment,{children:[typeof r=="function"?r($):O.cloneElement(r,$),M.jsxRuntimeExports.jsx(yn,{...s,show:g,onHide:j,flip:f,placement:a,popperConfig:n,target:d.current,children:t})]})},Lt=bn,xn=({text:e,placement:t,children:r})=>M.jsxRuntimeExports.jsx(Lt,{placement:t,overlay:M.jsxRuntimeExports.jsx(_e,{className:"luminus-tooltip",children:e}),children:r});exports.OverlayTrigger=Lt;exports.Popover=$t;exports.SimpleTooltip=xn;exports.Tooltip=_e;exports.mergeOptionsWithPopperConfig=Pt;exports.useClickOutside=jt;exports.usePopper=Et;exports.useUncontrolled=Xt;exports.warning=He;
|
|
1
|
+
"use strict";const M=require("./useAxios-B4X7zKtj.cjs"),b=require("./hasClass-6qFx2Lwl.cjs"),O=require("react"),Ut=require("react-dom");function Vt(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const z=Vt(O);function De(){return De=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},De.apply(this,arguments)}function Je(e){return"default"+e.charAt(0).toUpperCase()+e.substr(1)}function qt(e){var t=zt(e,"string");return typeof t=="symbol"?t:String(t)}function zt(e,t){if(typeof e!="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function pt(e,t,r){var n=O.useRef(e!==void 0),o=O.useState(t),i=o[0],c=o[1],u=e!==void 0,a=n.current;return n.current=u,!u&&a&&i!==t&&c(t),[u?e:i,O.useCallback(function(f){for(var s=arguments.length,d=new Array(s>1?s-1:0),m=1;m<s;m++)d[m-1]=arguments[m];r&&r.apply(void 0,[f].concat(d)),c(f)},[r])]}function Xt(e,t){return Object.keys(t).reduce(function(r,n){var o,i=r,c=i[Je(n)],u=i[n],a=b._objectWithoutPropertiesLoose(i,[Je(n),n].map(qt)),f=t[n],s=pt(u,c,e[f]),d=s[0],m=s[1];return De({},a,(o={},o[n]=d,o[f]=m,o))},e)}const Te=2**31-1;function dt(e,t,r){const n=r-Date.now();e.current=n<=Te?setTimeout(t,n):setTimeout(()=>dt(e,t,r),Te)}function Yt(){const e=b.useMounted(),t=O.useRef();return b.useWillUnmount(()=>clearTimeout(t.current)),O.useMemo(()=>{const r=()=>clearTimeout(t.current);function n(o,i=0){e()&&(r(),i<=Te?t.current=setTimeout(o,i):dt(t,o,Date.now()+i))}return{set:n,clear:r,handleRef:t}},[])}var Qe=Object.prototype.hasOwnProperty;function Ze(e,t,r){for(r of e.keys())if(ue(r,t))return r}function ue(e,t){var r,n,o;if(e===t)return!0;if(e&&t&&(r=e.constructor)===t.constructor){if(r===Date)return e.getTime()===t.getTime();if(r===RegExp)return e.toString()===t.toString();if(r===Array){if((n=e.length)===t.length)for(;n--&&ue(e[n],t[n]););return n===-1}if(r===Set){if(e.size!==t.size)return!1;for(n of e)if(o=n,o&&typeof o=="object"&&(o=Ze(t,o),!o)||!t.has(o))return!1;return!0}if(r===Map){if(e.size!==t.size)return!1;for(n of e)if(o=n[0],o&&typeof o=="object"&&(o=Ze(t,o),!o)||!ue(n[1],t.get(o)))return!1;return!0}if(r===ArrayBuffer)e=new Uint8Array(e),t=new Uint8Array(t);else if(r===DataView){if((n=e.byteLength)===t.byteLength)for(;n--&&e.getInt8(n)===t.getInt8(n););return n===-1}if(ArrayBuffer.isView(e)){if((n=e.byteLength)===t.byteLength)for(;n--&&e[n]===t[n];);return n===-1}if(!r||typeof e=="object"){n=0;for(r in e)if(Qe.call(e,r)&&++n&&!Qe.call(t,r)||!(r in t)||!ue(e[r],t[r]))return!1;return Object.keys(t).length===n}}return e!==e&&t!==t}function Kt(e){const t=b.useMounted();return[e[0],O.useCallback(r=>{if(t())return e[1](r)},[t,e[1]])]}var B="top",W="bottom",H="right",k="left",$e="auto",de=[B,W,H,k],te="start",le="end",Gt="clippingParents",vt="viewport",se="popper",Jt="reference",et=de.reduce(function(e,t){return e.concat([t+"-"+te,t+"-"+le])},[]),mt=[].concat(de,[$e]).reduce(function(e,t){return e.concat([t,t+"-"+te,t+"-"+le])},[]),Qt="beforeRead",Zt="read",er="afterRead",tr="beforeMain",rr="main",nr="afterMain",or="beforeWrite",ir="write",ar="afterWrite",sr=[Qt,Zt,er,tr,rr,nr,or,ir,ar];function I(e){return e.split("-")[0]}function F(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Z(e){var t=F(e).Element;return e instanceof t||e instanceof Element}function U(e){var t=F(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Be(e){if(typeof ShadowRoot>"u")return!1;var t=F(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var Q=Math.max,Ee=Math.min,re=Math.round;function Me(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ht(){return!/^((?!chrome|android).)*safari/i.test(Me())}function ne(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&U(e)&&(o=e.offsetWidth>0&&re(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&re(n.height)/e.offsetHeight||1);var c=Z(e)?F(e):window,u=c.visualViewport,a=!ht()&&r,f=(n.left+(a&&u?u.offsetLeft:0))/o,s=(n.top+(a&&u?u.offsetTop:0))/i,d=n.width/o,m=n.height/i;return{width:d,height:m,top:s,right:f+d,bottom:s+m,left:f,x:f,y:s}}function ke(e){var t=ne(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function gt(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Be(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function X(e){return e?(e.nodeName||"").toLowerCase():null}function V(e){return F(e).getComputedStyle(e)}function ur(e){return["table","td","th"].indexOf(X(e))>=0}function Y(e){return((Z(e)?e.ownerDocument:e.document)||window.document).documentElement}function Re(e){return X(e)==="html"?e:e.assignedSlot||e.parentNode||(Be(e)?e.host:null)||Y(e)}function tt(e){return!U(e)||V(e).position==="fixed"?null:e.offsetParent}function cr(e){var t=/firefox/i.test(Me()),r=/Trident/i.test(Me());if(r&&U(e)){var n=V(e);if(n.position==="fixed")return null}var o=Re(e);for(Be(o)&&(o=o.host);U(o)&&["html","body"].indexOf(X(o))<0;){var i=V(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function ve(e){for(var t=F(e),r=tt(e);r&&ur(r)&&V(r).position==="static";)r=tt(r);return r&&(X(r)==="html"||X(r)==="body"&&V(r).position==="static")?t:r||cr(e)||t}function Le(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function ce(e,t,r){return Q(e,Ee(t,r))}function fr(e,t,r){var n=ce(e,t,r);return n>r?r:n}function yt(){return{top:0,right:0,bottom:0,left:0}}function wt(e){return Object.assign({},yt(),e)}function bt(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var lr=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,wt(typeof t!="number"?t:bt(t,de))};function pr(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,c=r.modifiersData.popperOffsets,u=I(r.placement),a=Le(u),f=[k,H].indexOf(u)>=0,s=f?"height":"width";if(!(!i||!c)){var d=lr(o.padding,r),m=ke(i),p=a==="y"?B:k,v=a==="y"?W:H,g=r.rects.reference[s]+r.rects.reference[a]-c[a]-r.rects.popper[s],l=c[a]-r.rects.reference[a],y=ve(i),h=y?a==="y"?y.clientHeight||0:y.clientWidth||0:0,E=g/2-l/2,w=d[p],R=h-m[s]-d[v],x=h/2-m[s]/2+E,j=ce(w,x,R),A=a;r.modifiersData[n]=(t={},t[A]=j,t.centerOffset=j-x,t)}}function dr(e){var t=e.state,r=e.options,n=r.element,o=n===void 0?"[data-popper-arrow]":n;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||gt(t.elements.popper,o)&&(t.elements.arrow=o))}const vr={name:"arrow",enabled:!0,phase:"main",fn:pr,effect:dr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function oe(e){return e.split("-")[1]}var mr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function hr(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:re(r*o)/o||0,y:re(n*o)/o||0}}function rt(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,c=e.offsets,u=e.position,a=e.gpuAcceleration,f=e.adaptive,s=e.roundOffsets,d=e.isFixed,m=c.x,p=m===void 0?0:m,v=c.y,g=v===void 0?0:v,l=typeof s=="function"?s({x:p,y:g}):{x:p,y:g};p=l.x,g=l.y;var y=c.hasOwnProperty("x"),h=c.hasOwnProperty("y"),E=k,w=B,R=window;if(f){var x=ve(r),j="clientHeight",A="clientWidth";if(x===F(r)&&(x=Y(r),V(x).position!=="static"&&u==="absolute"&&(j="scrollHeight",A="scrollWidth")),x=x,o===B||(o===k||o===H)&&i===le){w=W;var C=d&&x===R&&R.visualViewport?R.visualViewport.height:x[j];g-=C-n.height,g*=a?1:-1}if(o===k||(o===B||o===W)&&i===le){E=H;var P=d&&x===R&&R.visualViewport?R.visualViewport.width:x[A];p-=P-n.width,p*=a?1:-1}}var D=Object.assign({position:u},f&&mr),L=s===!0?hr({x:p,y:g},F(r)):{x:p,y:g};if(p=L.x,g=L.y,a){var T;return Object.assign({},D,(T={},T[w]=h?"0":"",T[E]=y?"0":"",T.transform=(R.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",T))}return Object.assign({},D,(t={},t[w]=h?g+"px":"",t[E]=y?p+"px":"",t.transform="",t))}function gr(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,i=r.adaptive,c=i===void 0?!0:i,u=r.roundOffsets,a=u===void 0?!0:u,f={placement:I(t.placement),variation:oe(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,rt(Object.assign({},f,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,rt(Object.assign({},f,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const yr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:gr,data:{}};var be={passive:!0};function wr(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=o===void 0?!0:o,c=n.resize,u=c===void 0?!0:c,a=F(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&f.forEach(function(s){s.addEventListener("scroll",r.update,be)}),u&&a.addEventListener("resize",r.update,be),function(){i&&f.forEach(function(s){s.removeEventListener("scroll",r.update,be)}),u&&a.removeEventListener("resize",r.update,be)}}const br={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:wr,data:{}};var xr={left:"right",right:"left",bottom:"top",top:"bottom"};function xe(e){return e.replace(/left|right|bottom|top/g,function(t){return xr[t]})}var Or={start:"end",end:"start"};function nt(e){return e.replace(/start|end/g,function(t){return Or[t]})}function Ne(e){var t=F(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function Fe(e){return ne(Y(e)).left+Ne(e).scrollLeft}function Er(e,t){var r=F(e),n=Y(e),o=r.visualViewport,i=n.clientWidth,c=n.clientHeight,u=0,a=0;if(o){i=o.width,c=o.height;var f=ht();(f||!f&&t==="fixed")&&(u=o.offsetLeft,a=o.offsetTop)}return{width:i,height:c,x:u+Fe(e),y:a}}function Rr(e){var t,r=Y(e),n=Ne(e),o=(t=e.ownerDocument)==null?void 0:t.body,i=Q(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=Q(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+Fe(e),a=-n.scrollTop;return V(o||r).direction==="rtl"&&(u+=Q(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:c,x:u,y:a}}function We(e){var t=V(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function xt(e){return["html","body","#document"].indexOf(X(e))>=0?e.ownerDocument.body:U(e)&&We(e)?e:xt(Re(e))}function fe(e,t){var r;t===void 0&&(t=[]);var n=xt(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),i=F(n),c=o?[i].concat(i.visualViewport||[],We(n)?n:[]):n,u=t.concat(c);return o?u:u.concat(fe(Re(c)))}function Se(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function jr(e,t){var r=ne(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function ot(e,t,r){return t===vt?Se(Er(e,r)):Z(t)?jr(t,r):Se(Rr(Y(e)))}function Pr(e){var t=fe(Re(e)),r=["absolute","fixed"].indexOf(V(e).position)>=0,n=r&&U(e)?ve(e):e;return Z(n)?t.filter(function(o){return Z(o)&>(o,n)&&X(o)!=="body"}):[]}function Ar(e,t,r,n){var o=t==="clippingParents"?Pr(e):[].concat(t),i=[].concat(o,[r]),c=i[0],u=i.reduce(function(a,f){var s=ot(e,f,n);return a.top=Q(s.top,a.top),a.right=Ee(s.right,a.right),a.bottom=Ee(s.bottom,a.bottom),a.left=Q(s.left,a.left),a},ot(e,c,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function Ot(e){var t=e.reference,r=e.element,n=e.placement,o=n?I(n):null,i=n?oe(n):null,c=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,a;switch(o){case B:a={x:c,y:t.y-r.height};break;case W:a={x:c,y:t.y+t.height};break;case H:a={x:t.x+t.width,y:u};break;case k:a={x:t.x-r.width,y:u};break;default:a={x:t.x,y:t.y}}var f=o?Le(o):null;if(f!=null){var s=f==="y"?"height":"width";switch(i){case te:a[f]=a[f]-(t[s]/2-r[s]/2);break;case le:a[f]=a[f]+(t[s]/2-r[s]/2);break}}return a}function pe(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=n===void 0?e.placement:n,i=r.strategy,c=i===void 0?e.strategy:i,u=r.boundary,a=u===void 0?Gt:u,f=r.rootBoundary,s=f===void 0?vt:f,d=r.elementContext,m=d===void 0?se:d,p=r.altBoundary,v=p===void 0?!1:p,g=r.padding,l=g===void 0?0:g,y=wt(typeof l!="number"?l:bt(l,de)),h=m===se?Jt:se,E=e.rects.popper,w=e.elements[v?h:m],R=Ar(Z(w)?w:w.contextElement||Y(e.elements.popper),a,s,c),x=ne(e.elements.reference),j=Ot({reference:x,element:E,strategy:"absolute",placement:o}),A=Se(Object.assign({},E,j)),C=m===se?A:x,P={top:R.top-C.top+y.top,bottom:C.bottom-R.bottom+y.bottom,left:R.left-C.left+y.left,right:C.right-R.right+y.right},D=e.modifiersData.offset;if(m===se&&D){var L=D[o];Object.keys(P).forEach(function(T){var $=[H,W].indexOf(T)>=0?1:-1,S=[B,W].indexOf(T)>=0?"y":"x";P[T]+=L[S]*$})}return P}function Cr(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,c=r.padding,u=r.flipVariations,a=r.allowedAutoPlacements,f=a===void 0?mt:a,s=oe(n),d=s?u?et:et.filter(function(v){return oe(v)===s}):de,m=d.filter(function(v){return f.indexOf(v)>=0});m.length===0&&(m=d);var p=m.reduce(function(v,g){return v[g]=pe(e,{placement:g,boundary:o,rootBoundary:i,padding:c})[I(g)],v},{});return Object.keys(p).sort(function(v,g){return p[v]-p[g]})}function Dr(e){if(I(e)===$e)return[];var t=xe(e);return[nt(e),t,nt(t)]}function Tr(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=o===void 0?!0:o,c=r.altAxis,u=c===void 0?!0:c,a=r.fallbackPlacements,f=r.padding,s=r.boundary,d=r.rootBoundary,m=r.altBoundary,p=r.flipVariations,v=p===void 0?!0:p,g=r.allowedAutoPlacements,l=t.options.placement,y=I(l),h=y===l,E=a||(h||!v?[xe(l)]:Dr(l)),w=[l].concat(E).reduce(function(ee,q){return ee.concat(I(q)===$e?Cr(t,{placement:q,boundary:s,rootBoundary:d,padding:f,flipVariations:v,allowedAutoPlacements:g}):q)},[]),R=t.rects.reference,x=t.rects.popper,j=new Map,A=!0,C=w[0],P=0;P<w.length;P++){var D=w[P],L=I(D),T=oe(D)===te,$=[B,W].indexOf(L)>=0,S=$?"width":"height",N=pe(t,{placement:D,boundary:s,rootBoundary:d,altBoundary:m,padding:f}),_=$?T?H:k:T?W:B;R[S]>x[S]&&(_=xe(_));var me=xe(_),K=[];if(i&&K.push(N[L]<=0),u&&K.push(N[_]<=0,N[me]<=0),K.every(function(ee){return ee})){C=D,A=!1;break}j.set(D,K)}if(A)for(var he=v?3:1,je=function(q){var ae=w.find(function(ye){var G=j.get(ye);if(G)return G.slice(0,q).every(function(Pe){return Pe})});if(ae)return C=ae,"break"},ie=he;ie>0;ie--){var ge=je(ie);if(ge==="break")break}t.placement!==C&&(t.modifiersData[n]._skip=!0,t.placement=C,t.reset=!0)}}const Mr={name:"flip",enabled:!0,phase:"main",fn:Tr,requiresIfExists:["offset"],data:{_skip:!1}};function it(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function at(e){return[B,H,W,k].some(function(t){return e[t]>=0})}function Sr(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,c=pe(t,{elementContext:"reference"}),u=pe(t,{altBoundary:!0}),a=it(c,n),f=it(u,o,i),s=at(a),d=at(f);t.modifiersData[r]={referenceClippingOffsets:a,popperEscapeOffsets:f,isReferenceHidden:s,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":s,"data-popper-escaped":d})}const $r={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Sr};function Br(e,t,r){var n=I(e),o=[k,B].indexOf(n)>=0?-1:1,i=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,c=i[0],u=i[1];return c=c||0,u=(u||0)*o,[k,H].indexOf(n)>=0?{x:u,y:c}:{x:c,y:u}}function kr(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=o===void 0?[0,0]:o,c=mt.reduce(function(s,d){return s[d]=Br(d,t.rects,i),s},{}),u=c[t.placement],a=u.x,f=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=f),t.modifiersData[n]=c}const Lr={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:kr};function Nr(e){var t=e.state,r=e.name;t.modifiersData[r]=Ot({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const Fr={name:"popperOffsets",enabled:!0,phase:"read",fn:Nr,data:{}};function Wr(e){return e==="x"?"y":"x"}function Hr(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=o===void 0?!0:o,c=r.altAxis,u=c===void 0?!1:c,a=r.boundary,f=r.rootBoundary,s=r.altBoundary,d=r.padding,m=r.tether,p=m===void 0?!0:m,v=r.tetherOffset,g=v===void 0?0:v,l=pe(t,{boundary:a,rootBoundary:f,padding:d,altBoundary:s}),y=I(t.placement),h=oe(t.placement),E=!h,w=Le(y),R=Wr(w),x=t.modifiersData.popperOffsets,j=t.rects.reference,A=t.rects.popper,C=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,P=typeof C=="number"?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(x){if(i){var T,$=w==="y"?B:k,S=w==="y"?W:H,N=w==="y"?"height":"width",_=x[w],me=_+l[$],K=_-l[S],he=p?-A[N]/2:0,je=h===te?j[N]:A[N],ie=h===te?-A[N]:-j[N],ge=t.elements.arrow,ee=p&&ge?ke(ge):{width:0,height:0},q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:yt(),ae=q[$],ye=q[S],G=ce(0,j[N],ee[N]),Pe=E?j[N]/2-he-G-ae-P.mainAxis:je-G-ae-P.mainAxis,Nt=E?-j[N]/2+he+G+ye+P.mainAxis:ie+G+ye+P.mainAxis,Ae=t.elements.arrow&&ve(t.elements.arrow),Ft=Ae?w==="y"?Ae.clientTop||0:Ae.clientLeft||0:0,Ie=(T=D==null?void 0:D[w])!=null?T:0,Wt=_+Pe-Ie-Ft,Ht=_+Nt-Ie,Ue=ce(p?Ee(me,Wt):me,_,p?Q(K,Ht):K);x[w]=Ue,L[w]=Ue-_}if(u){var Ve,_t=w==="x"?B:k,It=w==="x"?W:H,J=x[R],we=R==="y"?"height":"width",qe=J+l[_t],ze=J-l[It],Ce=[B,k].indexOf(y)!==-1,Xe=(Ve=D==null?void 0:D[R])!=null?Ve:0,Ye=Ce?qe:J-j[we]-A[we]-Xe+P.altAxis,Ke=Ce?J+j[we]+A[we]-Xe-P.altAxis:ze,Ge=p&&Ce?fr(Ye,J,Ke):ce(p?Ye:qe,J,p?Ke:ze);x[R]=Ge,L[R]=Ge-J}t.modifiersData[n]=L}}const _r={name:"preventOverflow",enabled:!0,phase:"main",fn:Hr,requiresIfExists:["offset"]};function Ir(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Ur(e){return e===F(e)||!U(e)?Ne(e):Ir(e)}function Vr(e){var t=e.getBoundingClientRect(),r=re(t.width)/e.offsetWidth||1,n=re(t.height)/e.offsetHeight||1;return r!==1||n!==1}function qr(e,t,r){r===void 0&&(r=!1);var n=U(t),o=U(t)&&Vr(t),i=Y(t),c=ne(e,o,r),u={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(n||!n&&!r)&&((X(t)!=="body"||We(i))&&(u=Ur(t)),U(t)?(a=ne(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):i&&(a.x=Fe(i))),{x:c.left+u.scrollLeft-a.x,y:c.top+u.scrollTop-a.y,width:c.width,height:c.height}}function zr(e){var t=new Map,r=new Set,n=[];e.forEach(function(i){t.set(i.name,i)});function o(i){r.add(i.name);var c=[].concat(i.requires||[],i.requiresIfExists||[]);c.forEach(function(u){if(!r.has(u)){var a=t.get(u);a&&o(a)}}),n.push(i)}return e.forEach(function(i){r.has(i.name)||o(i)}),n}function Xr(e){var t=zr(e);return sr.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}function Yr(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function Kr(e){var t=e.reduce(function(r,n){var o=r[n.name];return r[n.name]=o?Object.assign({},o,n,{options:Object.assign({},o.options,n.options),data:Object.assign({},o.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var st={placement:"bottom",modifiers:[],strategy:"absolute"};function ut(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function Gr(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,i=o===void 0?st:o;return function(u,a,f){f===void 0&&(f=i);var s={placement:"bottom",orderedModifiers:[],options:Object.assign({},st,i),modifiersData:{},elements:{reference:u,popper:a},attributes:{},styles:{}},d=[],m=!1,p={state:s,setOptions:function(y){var h=typeof y=="function"?y(s.options):y;g(),s.options=Object.assign({},i,s.options,h),s.scrollParents={reference:Z(u)?fe(u):u.contextElement?fe(u.contextElement):[],popper:fe(a)};var E=Xr(Kr([].concat(n,s.options.modifiers)));return s.orderedModifiers=E.filter(function(w){return w.enabled}),v(),p.update()},forceUpdate:function(){if(!m){var y=s.elements,h=y.reference,E=y.popper;if(ut(h,E)){s.rects={reference:qr(h,ve(E),s.options.strategy==="fixed"),popper:ke(E)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach(function(P){return s.modifiersData[P.name]=Object.assign({},P.data)});for(var w=0;w<s.orderedModifiers.length;w++){if(s.reset===!0){s.reset=!1,w=-1;continue}var R=s.orderedModifiers[w],x=R.fn,j=R.options,A=j===void 0?{}:j,C=R.name;typeof x=="function"&&(s=x({state:s,options:A,name:C,instance:p})||s)}}}},update:Yr(function(){return new Promise(function(l){p.forceUpdate(),l(s)})}),destroy:function(){g(),m=!0}};if(!ut(u,a))return p;p.setOptions(f).then(function(l){!m&&f.onFirstUpdate&&f.onFirstUpdate(l)});function v(){s.orderedModifiers.forEach(function(l){var y=l.name,h=l.options,E=h===void 0?{}:h,w=l.effect;if(typeof w=="function"){var R=w({state:s,name:y,instance:p,options:E}),x=function(){};d.push(R||x)}})}function g(){d.forEach(function(l){return l()}),d=[]}return p}}const Jr=Gr({defaultModifiers:[$r,Fr,yr,br,Lr,Mr,_r,vr]}),Qr=["enabled","placement","strategy","modifiers"];function Zr(e,t){if(e==null)return{};var r={},n=Object.keys(e),o,i;for(i=0;i<n.length;i++)o=n[i],!(t.indexOf(o)>=0)&&(r[o]=e[o]);return r}const en={name:"applyStyles",enabled:!1,phase:"afterWrite",fn:()=>{}},tn={name:"ariaDescribedBy",enabled:!0,phase:"afterWrite",effect:({state:e})=>()=>{const{reference:t,popper:r}=e.elements;if("removeAttribute"in t){const n=(t.getAttribute("aria-describedby")||"").split(",").filter(o=>o.trim()!==r.id);n.length?t.setAttribute("aria-describedby",n.join(",")):t.removeAttribute("aria-describedby")}},fn:({state:e})=>{var t;const{popper:r,reference:n}=e.elements,o=(t=r.getAttribute("role"))==null?void 0:t.toLowerCase();if(r.id&&o==="tooltip"&&"setAttribute"in n){const i=n.getAttribute("aria-describedby");if(i&&i.split(",").indexOf(r.id)!==-1)return;n.setAttribute("aria-describedby",i?`${i},${r.id}`:r.id)}}},rn=[];function Et(e,t,r={}){let{enabled:n=!0,placement:o="bottom",strategy:i="absolute",modifiers:c=rn}=r,u=Zr(r,Qr);const a=O.useRef(c),f=O.useRef(),s=O.useCallback(()=>{var l;(l=f.current)==null||l.update()},[]),d=O.useCallback(()=>{var l;(l=f.current)==null||l.forceUpdate()},[]),[m,p]=Kt(O.useState({placement:o,update:s,forceUpdate:d,attributes:{},styles:{popper:{},arrow:{}}})),v=O.useMemo(()=>({name:"updateStateModifier",enabled:!0,phase:"write",requires:["computeStyles"],fn:({state:l})=>{const y={},h={};Object.keys(l.elements).forEach(E=>{y[E]=l.styles[E],h[E]=l.attributes[E]}),p({state:l,styles:y,attributes:h,update:s,forceUpdate:d,placement:l.placement})}}),[s,d,p]),g=O.useMemo(()=>(ue(a.current,c)||(a.current=c),a.current),[c]);return O.useEffect(()=>{!f.current||!n||f.current.setOptions({placement:o,strategy:i,modifiers:[...g,v,en]})},[i,o,v,n,g]),O.useEffect(()=>{if(!(!n||e==null||t==null))return f.current=Jr(e,t,Object.assign({},u,{placement:o,strategy:i,modifiers:[...g,tn,v]})),()=>{f.current!=null&&(f.current.destroy(),f.current=void 0,p(l=>Object.assign({},l,{attributes:{},styles:{popper:{}}})))}},[n,e,t]),m}var nn=process.env.NODE_ENV!=="production",Rt=function(){};if(nn){var on=function(t,r){var n=arguments.length;r=new Array(n>1?n-1:0);for(var o=1;o<n;o++)r[o-1]=arguments[o];var i=0,c="Warning: "+t.replace(/%s/g,function(){return r[i++]});typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}};Rt=function(e,t,r){var n=arguments.length;r=new Array(n>2?n-2:0);for(var o=2;o<n;o++)r[o-2]=arguments[o];if(t===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||on.apply(null,[t].concat(r))}}var an=Rt;const He=M.getDefaultExportFromCjs(an),ct=()=>{};function sn(e){return e.button===0}function un(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}const Oe=e=>e&&("current"in e?e.current:e),ft={click:"mousedown",mouseup:"mousedown",pointerup:"pointerdown"};function jt(e,t=ct,{disabled:r,clickTrigger:n="click"}={}){const o=O.useRef(!1),i=O.useRef(!1),c=O.useCallback(f=>{const s=Oe(e);He(!!s,"ClickOutside captured a close event but does not have a ref to compare it to. useClickOutside(), should be passed a ref that resolves to a DOM node"),o.current=!s||un(f)||!sn(f)||!!b.contains(s,f.target)||i.current,i.current=!1},[e]),u=b.useEventCallback(f=>{const s=Oe(e);s&&b.contains(s,f.target)&&(i.current=!0)}),a=b.useEventCallback(f=>{o.current||t(f)});O.useEffect(()=>{var f,s;if(r||e==null)return;const d=b.ownerDocument(Oe(e)),m=d.defaultView||window;let p=(f=m.event)!=null?f:(s=m.parent)==null?void 0:s.event,v=null;ft[n]&&(v=b.listen(d,ft[n],u,!0));const g=b.listen(d,n,c,!0),l=b.listen(d,n,h=>{if(h===p){p=void 0;return}a(h)});let y=[];return"ontouchstart"in d.documentElement&&(y=[].slice.call(d.body.children).map(h=>b.listen(h,"mousemove",ct))),()=>{v==null||v(),g(),l(),y.forEach(h=>h())}},[e,r,n,c,u,a])}function cn(e){const t={};return Array.isArray(e)?(e==null||e.forEach(r=>{t[r.name]=r}),t):e||t}function fn(e={}){return Array.isArray(e)?e:Object.keys(e).map(t=>(e[t].name=t,e[t]))}function Pt({enabled:e,enableEvents:t,placement:r,flip:n,offset:o,fixed:i,containerPadding:c,arrowElement:u,popperConfig:a={}}){var f,s,d,m,p;const v=cn(a.modifiers);return Object.assign({},a,{placement:r,enabled:e,strategy:i?"fixed":a.strategy,modifiers:fn(Object.assign({},v,{eventListeners:{enabled:t,options:(f=v.eventListeners)==null?void 0:f.options},preventOverflow:Object.assign({},v.preventOverflow,{options:c?Object.assign({padding:c},(s=v.preventOverflow)==null?void 0:s.options):(d=v.preventOverflow)==null?void 0:d.options}),offset:{options:Object.assign({offset:o},(m=v.offset)==null?void 0:m.options)},arrow:Object.assign({},v.arrow,{enabled:!!u,options:Object.assign({},(p=v.arrow)==null?void 0:p.options,{element:u})}),flip:Object.assign({enabled:!!n},v.flip)}))})}const ln=()=>{};function pn(e,t,{disabled:r,clickTrigger:n}={}){const o=t||ln;jt(e,o,{disabled:r,clickTrigger:n});const i=b.useEventCallback(c=>{b.isEscKey(c)&&o(c)});O.useEffect(()=>{if(r||e==null)return;const c=b.ownerDocument(Oe(e));let u=(c.defaultView||window).event;const a=b.listen(c,"keyup",f=>{if(f===u){u=void 0;return}i(f)});return()=>{a()}},[e,r,i])}const At=z.forwardRef((e,t)=>{const{flip:r,offset:n,placement:o,containerPadding:i,popperConfig:c={},transition:u,runTransition:a}=e,[f,s]=b.useCallbackRef(),[d,m]=b.useCallbackRef(),p=b.useMergedRefs(s,t),v=b.useWaitForDOMRef(e.container),g=b.useWaitForDOMRef(e.target),[l,y]=O.useState(!e.show),h=Et(g,f,Pt({placement:o,enableEvents:!!e.show,containerPadding:i||5,flip:r,offset:n,arrowElement:d,popperConfig:c}));e.show&&l&&y(!1);const E=(...D)=>{y(!0),e.onExited&&e.onExited(...D)},w=e.show||!l;if(pn(f,e.onHide,{disabled:!e.rootClose||e.rootCloseDisabled,clickTrigger:e.rootCloseEvent}),!w)return null;const{onExit:R,onExiting:x,onEnter:j,onEntering:A,onEntered:C}=e;let P=e.children(Object.assign({},h.attributes.popper,{style:h.styles.popper,ref:p}),{popper:h,placement:o,show:!!e.show,arrowProps:Object.assign({},h.attributes.arrow,{style:h.styles.arrow,ref:m})});return P=b.renderTransition(u,a,{in:!!e.show,appear:!0,mountOnEnter:!0,unmountOnExit:!0,children:P,onExit:R,onExiting:x,onExited:E,onEnter:j,onEntering:A,onEntered:C}),v?Ut.createPortal(P,v):null});At.displayName="Overlay";const dn=At,Ct=z.forwardRef(({className:e,bsPrefix:t,as:r="div",...n},o)=>(t=b.useBootstrapPrefix(t,"popover-header"),M.jsxRuntimeExports.jsx(r,{ref:o,className:M.classNames(e,t),...n})));Ct.displayName="PopoverHeader";const vn=Ct,Dt=z.forwardRef(({className:e,bsPrefix:t,as:r="div",...n},o)=>(t=b.useBootstrapPrefix(t,"popover-body"),M.jsxRuntimeExports.jsx(r,{ref:o,className:M.classNames(e,t),...n})));Dt.displayName="PopoverBody";const Tt=Dt;function Mt(e,t){let r=e;return e==="left"?r=t?"end":"start":e==="right"&&(r=t?"start":"end"),r}function St(e="absolute"){return{position:e,top:"0",left:"0",opacity:"0",pointerEvents:"none"}}const mn=z.forwardRef(({bsPrefix:e,placement:t="right",className:r,style:n,children:o,body:i,arrowProps:c,hasDoneInitialMeasure:u,popper:a,show:f,...s},d)=>{const m=b.useBootstrapPrefix(e,"popover"),p=b.useIsRTL(),[v]=(t==null?void 0:t.split("-"))||[],g=Mt(v,p);let l=n;return f&&!u&&(l={...n,...St(a==null?void 0:a.strategy)}),M.jsxRuntimeExports.jsxs("div",{ref:d,role:"tooltip",style:l,"x-placement":v,className:M.classNames(r,m,v&&`bs-popover-${g}`),...s,children:[M.jsxRuntimeExports.jsx("div",{className:"popover-arrow",...c}),i?M.jsxRuntimeExports.jsx(Tt,{children:o}):o]})}),$t=Object.assign(mn,{Header:vn,Body:Tt,POPPER_OFFSET:[0,8]}),Bt=z.forwardRef(({bsPrefix:e,placement:t="right",className:r,style:n,children:o,arrowProps:i,hasDoneInitialMeasure:c,popper:u,show:a,...f},s)=>{e=b.useBootstrapPrefix(e,"tooltip");const d=b.useIsRTL(),[m]=(t==null?void 0:t.split("-"))||[],p=Mt(m,d);let v=n;return a&&!c&&(v={...n,...St(u==null?void 0:u.strategy)}),M.jsxRuntimeExports.jsxs("div",{ref:s,style:v,role:"tooltip","x-placement":m,className:M.classNames(r,e,`bs-tooltip-${p}`),...f,children:[M.jsxRuntimeExports.jsx("div",{className:"tooltip-arrow",...i}),M.jsxRuntimeExports.jsx("div",{className:`${e}-inner`,children:o})]})});Bt.displayName="Tooltip";const _e=Object.assign(Bt,{TOOLTIP_OFFSET:[0,6]});function hn(e){const t=O.useRef(null),r=b.useBootstrapPrefix(void 0,"popover"),n=b.useBootstrapPrefix(void 0,"tooltip"),o=O.useMemo(()=>({name:"offset",options:{offset:()=>{if(e)return e;if(t.current){if(b.hasClass(t.current,r))return $t.POPPER_OFFSET;if(b.hasClass(t.current,n))return _e.TOOLTIP_OFFSET}return[0,0]}}}),[e,r,n]);return[t,[o]]}function gn(e,t){const{ref:r}=e,{ref:n}=t;e.ref=r.__wrapped||(r.__wrapped=o=>r(b.safeFindDOMNode(o))),t.ref=n.__wrapped||(n.__wrapped=o=>n(b.safeFindDOMNode(o)))}const kt=z.forwardRef(({children:e,transition:t=b.Fade,popperConfig:r={},rootClose:n=!1,placement:o="top",show:i=!1,...c},u)=>{const a=O.useRef({}),[f,s]=O.useState(null),[d,m]=hn(c.offset),p=b.useMergedRefs(u,d),v=t===!0?b.Fade:t||void 0,g=b.useEventCallback(l=>{s(l),r==null||r.onFirstUpdate==null||r.onFirstUpdate(l)});return b.useIsomorphicEffect(()=>{f&&c.target&&(a.current.scheduleUpdate==null||a.current.scheduleUpdate())},[f,c.target]),O.useEffect(()=>{i||s(null)},[i]),M.jsxRuntimeExports.jsx(dn,{...c,ref:p,popperConfig:{...r,modifiers:m.concat(r.modifiers||[]),onFirstUpdate:g},transition:v,rootClose:n,placement:o,show:i,children:(l,{arrowProps:y,popper:h,show:E})=>{var w,R;gn(l,y);const x=h==null?void 0:h.placement,j=Object.assign(a.current,{state:h==null?void 0:h.state,scheduleUpdate:h==null?void 0:h.update,placement:x,outOfBoundaries:(h==null||(w=h.state)==null||(R=w.modifiersData.hide)==null?void 0:R.isReferenceHidden)||!1,strategy:r.strategy}),A=!!f;return typeof e=="function"?e({...l,placement:x,show:E,...!t&&E&&{className:"show"},popper:j,arrowProps:y,hasDoneInitialMeasure:A}):z.cloneElement(e,{...l,placement:x,arrowProps:y,popper:j,hasDoneInitialMeasure:A,className:M.classNames(e.props.className,!t&&E&&"show"),style:{...e.props.style,...l.style}})}})});kt.displayName="Overlay";const yn=kt;function wn(e){return e&&typeof e=="object"?e:{show:e,hide:e}}function lt(e,t,r){const[n]=t,o=n.currentTarget,i=n.relatedTarget||n.nativeEvent[r];(!i||i!==o)&&!b.contains(o,i)&&e(...t)}b.PropTypes.oneOf(["click","hover","focus"]);const bn=({trigger:e=["hover","focus"],overlay:t,children:r,popperConfig:n={},show:o,defaultShow:i=!1,onToggle:c,delay:u,placement:a,flip:f=a&&a.indexOf("auto")!==-1,...s})=>{const d=O.useRef(null),m=b.useMergedRefs(d,r.ref),p=Yt(),v=O.useRef(""),[g,l]=pt(o,i,c),y=wn(u),{onFocus:h,onBlur:E,onClick:w}=typeof r!="function"?z.Children.only(r).props:{},R=S=>{m(b.safeFindDOMNode(S))},x=O.useCallback(()=>{if(p.clear(),v.current="show",!y.show){l(!0);return}p.set(()=>{v.current==="show"&&l(!0)},y.show)},[y.show,l,p]),j=O.useCallback(()=>{if(p.clear(),v.current="hide",!y.hide){l(!1);return}p.set(()=>{v.current==="hide"&&l(!1)},y.hide)},[y.hide,l,p]),A=O.useCallback((...S)=>{x(),h==null||h(...S)},[x,h]),C=O.useCallback((...S)=>{j(),E==null||E(...S)},[j,E]),P=O.useCallback((...S)=>{l(!g),w==null||w(...S)},[w,l,g]),D=O.useCallback((...S)=>{lt(x,S,"fromElement")},[x]),L=O.useCallback((...S)=>{lt(j,S,"toElement")},[j]),T=e==null?[]:[].concat(e),$={ref:R};return T.indexOf("click")!==-1&&($.onClick=P),T.indexOf("focus")!==-1&&($.onFocus=A,$.onBlur=C),T.indexOf("hover")!==-1&&(process.env.NODE_ENV!=="production"&&He(T.length>1,'[react-bootstrap] Specifying only the `"hover"` trigger limits the visibility of the overlay to just mouse users. Consider also including the `"focus"` trigger so that touch and keyboard only users can see the overlay as well.'),$.onMouseOver=D,$.onMouseOut=L),M.jsxRuntimeExports.jsxs(M.jsxRuntimeExports.Fragment,{children:[typeof r=="function"?r($):O.cloneElement(r,$),M.jsxRuntimeExports.jsx(yn,{...s,show:g,onHide:j,flip:f,placement:a,popperConfig:n,target:d.current,children:t})]})},Lt=bn,xn=({text:e,placement:t,children:r})=>M.jsxRuntimeExports.jsx(Lt,{placement:t,overlay:M.jsxRuntimeExports.jsx(_e,{className:"luminus-tooltip",children:e}),children:r});exports.OverlayTrigger=Lt;exports.Popover=$t;exports.SimpleTooltip=xn;exports.Tooltip=_e;exports.mergeOptionsWithPopperConfig=Pt;exports.useClickOutside=jt;exports.usePopper=Et;exports.useUncontrolled=Xt;exports.warning=He;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type Props = React.ButtonHTMLAttributes<HTMLLabelElement> & {
|
|
3
|
+
color?: 'primary' | 'success' | 'danger' | 'warning';
|
|
4
|
+
icon?: React.ReactNode;
|
|
5
|
+
inputId?: string;
|
|
6
|
+
accept?: string;
|
|
7
|
+
onUpload: (fileList: FileList) => void;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
};
|
|
10
|
+
declare const FileUploadContextButton: ({ color, icon, inputId, accept, onUpload, className, children, ...props }: Props) => import("react").JSX.Element;
|
|
11
|
+
export default FileUploadContextButton;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as FloatingFormSubmit } from './FloatingSubmit/FloatingFormSubmit';
|
|
2
2
|
export { default as PrimaryButton } from './PrimaryButton/PrimaryButton';
|
|
3
3
|
export { default as ContextButton } from './ContextButton/ContextButton';
|
|
4
|
+
export { default as FileUploadContextButton } from './ContextButton/FileUploadContextButton';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type Props = React.ButtonHTMLAttributes<HTMLLabelElement> & {
|
|
3
|
+
color?: 'primary' | 'success' | 'danger' | 'warning';
|
|
4
|
+
icon?: React.ReactNode;
|
|
5
|
+
inputId?: string;
|
|
6
|
+
accept?: string;
|
|
7
|
+
onUpload: (fileList: FileList) => void;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
};
|
|
10
|
+
declare const FileUploadDropdownItem: ({ color, icon, inputId, accept, onUpload, className, children, ...props }: Props) => import("react").JSX.Element;
|
|
11
|
+
export default FileUploadDropdownItem;
|
|
@@ -2,3 +2,5 @@ export { default as DropdownItem } from './DropdownItem/DropdownItem';
|
|
|
2
2
|
export { default as SimpleToggle } from './SimpleToggle/SimpleToggle';
|
|
3
3
|
export { default as UserAvatarToggle } from './UserAvatarToggle/UserAvatarToggle';
|
|
4
4
|
export { default as DropdownToggle } from './DropdownToggle/DropdownToggle';
|
|
5
|
+
export { default as FileUploadDropdownItem } from './DropdownItem/FileUploadDropdownItem';
|
|
6
|
+
export { default as DropdownDivider } from './DropdownDivider/DropdownDivider';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DropdownItem, SimpleToggle, UserAvatarToggle, DropdownToggle } from './comps';
|
|
1
|
+
export { DropdownItem, SimpleToggle, UserAvatarToggle, DropdownToggle, FileUploadDropdownItem, DropdownDivider, } from './comps';
|
|
2
2
|
export { default as Dropdown } from './Dropdown';
|
|
@@ -3,6 +3,7 @@ type Props = {
|
|
|
3
3
|
type: 'text' | 'number' | 'password' | 'date' | 'datetime-local';
|
|
4
4
|
value: string | number | null;
|
|
5
5
|
onChange?: (value: string | number | null) => void;
|
|
6
|
+
debounceMs?: number;
|
|
6
7
|
label?: string;
|
|
7
8
|
withoutLabel?: boolean;
|
|
8
9
|
placeholder?: string;
|
|
@@ -13,5 +14,5 @@ type Props = {
|
|
|
13
14
|
clearValue?: string | number;
|
|
14
15
|
className?: string;
|
|
15
16
|
};
|
|
16
|
-
declare const TextInput: ({ type, value, onChange, label, withoutLabel, placeholder, size, hidden, disabled, showClearIcon, clearValue, className, }: Props) => import("react").JSX.Element;
|
|
17
|
+
declare const TextInput: ({ type, value, onChange, debounceMs, label, withoutLabel, placeholder, size, hidden, disabled, showClearIcon, clearValue, className, }: Props) => import("react").JSX.Element;
|
|
17
18
|
export default TextInput;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface IPromptContext {
|
|
3
|
+
isShown: boolean;
|
|
4
|
+
text: string;
|
|
5
|
+
showPrompt: (text: string) => void;
|
|
6
|
+
hidePrompt: () => void;
|
|
7
|
+
resolveRef: React.MutableRefObject<(value: string | null) => void>;
|
|
8
|
+
}
|
|
9
|
+
declare const PromptContext: import("react").Context<IPromptContext>;
|
|
10
|
+
export default PromptContext;
|
package/dist/contexts.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./useAxios-Ce32mjz9.cjs"),l=require("react"),a=require("./hasClass-Dg19NteG.cjs"),Fe=require("./useConfirm-BM62r8mq.cjs"),v=require("./DataKey-dhQX8cMa.cjs"),Ie=require("react-dom");function We(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,n.get?n:{enumerable:!0,get:()=>t[s]})}}return e.default=t,Object.freeze(e)}const h=We(l),$e=({children:t})=>{const[e,s]=l.useState(!1),[n,r]=l.useState(""),i=l.useCallback(g=>{s(!0),r(g)},[]),f=l.useCallback(()=>{s(!1)},[]),u=l.useMemo(()=>({show:e,text:n,showConfirm:i,hideConfirm:f}),[e,n,i,f]);return o.jsxRuntimeExports.jsxs(o.ConfirmContext.Provider,{value:u,children:[o.jsxRuntimeExports.jsx(ft,{}),t]})},Ue=({axiosInstance:t,LinkComponent:e,language:s,axiosTexts:n,confirmTexts:r,formValidationTexts:i,homeDashboardTexts:f,formSubmitTexts:u,children:g})=>{const x=l.useMemo(()=>({axiosInstance:t,LinkComponent:e,language:s,axiosTexts:n,confirmTexts:r,formValidationTexts:i,homeDashboardTexts:f,formSubmitTexts:u}),[t,e,s,n,r,i,f,u]);return o.jsxRuntimeExports.jsx(o.LuminusComponentsContext.Provider,{value:x,children:o.jsxRuntimeExports.jsxs($e,{children:[o.jsxRuntimeExports.jsx(o.Ie,{}),g]})})},Pe=({children:t})=>{const[e,s]=l.useState(!1),[n]=l.useState(new Set),r=l.useCallback(u=>{n.add(u),s(!0)},[n]),i=l.useCallback(u=>{n.delete(u),n.size===0&&s(!1)},[n]),f=l.useMemo(()=>({isLoading:e,startLoading:r,stopLoading:i}),[e,r,i]);return o.jsxRuntimeExports.jsxs(o.LoadingContext.Provider,{value:f,children:[e&&o.jsxRuntimeExports.jsx(v.Loading,{}),t]})},He=({children:t})=>{const e=o.useAxios(),s=l.useCallback(()=>{const m=localStorage.getItem("user")??null;return m?JSON.parse(m):null},[]),[n,r]=l.useState(s()),i=l.useCallback(async()=>{let m=null;return await e.get("/user/detail").then(R=>{m=R.data}).catch(()=>{m=null}),localStorage.setItem("user",JSON.stringify(m)),m},[e]),f=l.useCallback(()=>{localStorage.removeItem("user")},[]),u=l.useCallback(async()=>{const m=await i();return m?(r(m),!0):!1},[i]),g=l.useCallback(()=>{f(),r(null)},[f]),x=l.useMemo(()=>({user:n,loginUser:u,logoutUser:g}),[n,u,g]);return l.useEffect(()=>{r(s())},[s]),o.jsxRuntimeExports.jsx(o.UserContext.Provider,{value:x,children:t})},_e=t=>h.forwardRef((e,s)=>o.jsxRuntimeExports.jsx("div",{...e,ref:s,className:o.classNames(e.className,t)})),qe={"aria-label":a.PropTypes.string,onClick:a.PropTypes.func,variant:a.PropTypes.oneOf(["white"])},me=h.forwardRef(({className:t,variant:e,"aria-label":s="Close",...n},r)=>o.jsxRuntimeExports.jsx("button",{ref:r,type:"button",className:o.classNames("btn-close",e&&`btn-close-${e}`,t),"aria-label":s,...n}));me.displayName="CloseButton";me.propTypes=qe;const Ke=me;var J;function he(t){if((!J&&J!==0||t)&&a.canUseDOM){var e=document.createElement("div");e.style.position="absolute",e.style.top="-9999px",e.style.width="50px",e.style.height="50px",e.style.overflow="scroll",document.body.appendChild(e),J=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return J}function ce(t){t===void 0&&(t=a.ownerDocument());try{var e=t.activeElement;return!e||!e.nodeName?null:e}catch{return t.body}}function ze(t=document){const e=t.defaultView;return Math.abs(e.innerWidth-t.documentElement.clientWidth)}const xe=v.dataAttr("modal-open");class Ge{constructor({ownerDocument:e,handleContainerOverflow:s=!0,isRTL:n=!1}={}){this.handleContainerOverflow=s,this.isRTL=n,this.modals=[],this.ownerDocument=e}getScrollbarWidth(){return ze(this.ownerDocument)}getElement(){return(this.ownerDocument||document).body}setModalAttributes(e){}removeModalAttributes(e){}setContainerStyle(e){const s={overflow:"hidden"},n=this.isRTL?"paddingLeft":"paddingRight",r=this.getElement();e.style={overflow:r.style.overflow,[n]:r.style[n]},e.scrollBarWidth&&(s[n]=`${parseInt(a.style(r,n)||"0",10)+e.scrollBarWidth}px`),r.setAttribute(xe,""),a.style(r,s)}reset(){[...this.modals].forEach(e=>this.remove(e))}removeContainerStyle(e){const s=this.getElement();s.removeAttribute(xe),Object.assign(s.style,e.style)}add(e){let s=this.modals.indexOf(e);return s!==-1||(s=this.modals.length,this.modals.push(e),this.setModalAttributes(e),s!==0)||(this.state={scrollBarWidth:this.getScrollbarWidth(),style:{}},this.handleContainerOverflow&&this.setContainerStyle(this.state)),s}remove(e){const s=this.modals.indexOf(e);s!==-1&&(this.modals.splice(s,1),!this.modals.length&&this.handleContainerOverflow&&this.removeContainerStyle(this.state),this.removeModalAttributes(e))}isTopModal(e){return!!this.modals.length&&this.modals[this.modals.length-1]===e}}const fe=Ge,Ve=["show","role","className","style","children","backdrop","keyboard","onBackdropClick","onEscapeKeyDown","transition","runTransition","backdropTransition","runBackdropTransition","autoFocus","enforceFocus","restoreFocus","restoreFocusOptions","renderDialog","renderBackdrop","manager","container","onShow","onHide","onExit","onExited","onExiting","onEnter","onEntering","onEntered"];function Xe(t,e){if(t==null)return{};var s={},n=Object.keys(t),r,i;for(i=0;i<n.length;i++)r=n[i],!(e.indexOf(r)>=0)&&(s[r]=t[r]);return s}let de;function Ye(t){return de||(de=new fe({ownerDocument:t==null?void 0:t.document})),de}function Je(t){const e=a.useWindow(),s=t||Ye(e),n=l.useRef({dialog:null,backdrop:null});return Object.assign(n.current,{add:()=>s.add(n.current),remove:()=>s.remove(n.current),isTopModal:()=>s.isTopModal(n.current),setDialogRef:l.useCallback(r=>{n.current.dialog=r},[]),setBackdropRef:l.useCallback(r=>{n.current.backdrop=r},[])})}const Ce=l.forwardRef((t,e)=>{let{show:s=!1,role:n="dialog",className:r,style:i,children:f,backdrop:u=!0,keyboard:g=!0,onBackdropClick:x,onEscapeKeyDown:m,transition:R,runTransition:j,backdropTransition:M,runBackdropTransition:Q,autoFocus:U=!0,enforceFocus:Z=!0,restoreFocus:w=!0,restoreFocusOptions:ee,renderDialog:P,renderBackdrop:te=d=>o.jsxRuntimeExports.jsx("div",Object.assign({},d)),manager:se,container:ne,onShow:H,onHide:A=()=>{},onExit:oe,onExited:D,onExiting:_,onEnter:q,onEntering:K,onEntered:z}=t,re=Xe(t,Ve);const C=a.useWindow(),N=a.useWaitForDOMRef(ne),p=Je(se),ae=a.useMounted(),G=v.usePrevious(s),[b,T]=l.useState(!s),E=l.useRef(null);l.useImperativeHandle(e,()=>p,[p]),a.canUseDOM&&!G&&s&&(E.current=ce(C==null?void 0:C.document)),s&&b&&T(!1);const y=a.useEventCallback(()=>{if(p.add(),k.current=a.listen(document,"keydown",le),I.current=a.listen(document,"focus",()=>setTimeout(ie),!0),H&&H(),U){var d,Y;const $=ce((d=(Y=p.dialog)==null?void 0:Y.ownerDocument)!=null?d:C==null?void 0:C.document);p.dialog&&$&&!a.contains(p.dialog,$)&&(E.current=$,p.dialog.focus())}}),F=a.useEventCallback(()=>{if(p.remove(),k.current==null||k.current(),I.current==null||I.current(),w){var d;(d=E.current)==null||d.focus==null||d.focus(ee),E.current=null}});l.useEffect(()=>{!s||!N||y()},[s,N,y]),l.useEffect(()=>{b&&F()},[b,F]),a.useWillUnmount(()=>{F()});const ie=a.useEventCallback(()=>{if(!Z||!ae()||!p.isTopModal())return;const d=ce(C==null?void 0:C.document);p.dialog&&d&&!a.contains(p.dialog,d)&&p.dialog.focus()}),V=a.useEventCallback(d=>{d.target===d.currentTarget&&(x==null||x(d),u===!0&&A())}),le=a.useEventCallback(d=>{g&&a.isEscKey(d)&&p.isTopModal()&&(m==null||m(d),d.defaultPrevented||A())}),I=l.useRef(),k=l.useRef(),X=(...d)=>{T(!0),D==null||D(...d)};if(!N)return null;const S=Object.assign({role:n,ref:p.setDialogRef,"aria-modal":n==="dialog"?!0:void 0},re,{style:i,className:r,tabIndex:-1});let W=P?P(S):o.jsxRuntimeExports.jsx("div",Object.assign({},S,{children:h.cloneElement(f,{role:"document"})}));W=a.renderTransition(R,j,{unmountOnExit:!0,mountOnEnter:!0,appear:!0,in:!!s,onExit:oe,onExiting:_,onExited:X,onEnter:q,onEntering:K,onEntered:z,children:W});let O=null;return u&&(O=te({ref:p.setBackdropRef,onClick:V}),O=a.renderTransition(M,Q,{in:!!s,appear:!0,mountOnEnter:!0,unmountOnExit:!0,children:O})),o.jsxRuntimeExports.jsx(o.jsxRuntimeExports.Fragment,{children:Ie.createPortal(o.jsxRuntimeExports.jsxs(o.jsxRuntimeExports.Fragment,{children:[O,W]}),N)})});Ce.displayName="Modal";const Qe=Object.assign(Ce,{Manager:fe});function Ze(t,e){t.classList?t.classList.add(e):a.hasClass(t,e)||(typeof t.className=="string"?t.className=t.className+" "+e:t.setAttribute("class",(t.className&&t.className.baseVal||"")+" "+e))}function Ee(t,e){return t.replace(new RegExp("(^|\\s)"+e+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function et(t,e){t.classList?t.classList.remove(e):typeof t.className=="string"?t.className=Ee(t.className,e):t.setAttribute("class",Ee(t.className&&t.className.baseVal||"",e))}const L={FIXED_CONTENT:".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",STICKY_CONTENT:".sticky-top",NAVBAR_TOGGLER:".navbar-toggler"};class tt extends fe{adjustAndStore(e,s,n){const r=s.style[e];s.dataset[e]=r,a.style(s,{[e]:`${parseFloat(a.style(s,e))+n}px`})}restore(e,s){const n=s.dataset[e];n!==void 0&&(delete s.dataset[e],a.style(s,{[e]:n}))}setContainerStyle(e){super.setContainerStyle(e);const s=this.getElement();if(Ze(s,"modal-open"),!e.scrollBarWidth)return;const n=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";v.qsa(s,L.FIXED_CONTENT).forEach(i=>this.adjustAndStore(n,i,e.scrollBarWidth)),v.qsa(s,L.STICKY_CONTENT).forEach(i=>this.adjustAndStore(r,i,-e.scrollBarWidth)),v.qsa(s,L.NAVBAR_TOGGLER).forEach(i=>this.adjustAndStore(r,i,e.scrollBarWidth))}removeContainerStyle(e){super.removeContainerStyle(e);const s=this.getElement();et(s,"modal-open");const n=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";v.qsa(s,L.FIXED_CONTENT).forEach(i=>this.restore(n,i)),v.qsa(s,L.STICKY_CONTENT).forEach(i=>this.restore(r,i)),v.qsa(s,L.NAVBAR_TOGGLER).forEach(i=>this.restore(r,i))}}let ue;function st(t){return ue||(ue=new tt(t)),ue}const ye=h.forwardRef(({className:t,bsPrefix:e,as:s="div",...n},r)=>(e=a.useBootstrapPrefix(e,"modal-body"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));ye.displayName="ModalBody";const nt=ye,ot=h.createContext({onHide(){}}),Re=ot,je=h.forwardRef(({bsPrefix:t,className:e,contentClassName:s,centered:n,size:r,fullscreen:i,children:f,scrollable:u,...g},x)=>{t=a.useBootstrapPrefix(t,"modal");const m=`${t}-dialog`,R=typeof i=="string"?`${t}-fullscreen-${i}`:`${t}-fullscreen`;return o.jsxRuntimeExports.jsx("div",{...g,ref:x,className:o.classNames(m,e,r&&`${t}-${r}`,n&&`${m}-centered`,u&&`${m}-scrollable`,i&&R),children:o.jsxRuntimeExports.jsx("div",{className:o.classNames(`${t}-content`,s),children:f})})});je.displayName="ModalDialog";const be=je,Me=h.forwardRef(({className:t,bsPrefix:e,as:s="div",...n},r)=>(e=a.useBootstrapPrefix(e,"modal-footer"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));Me.displayName="ModalFooter";const rt=Me,at=h.forwardRef(({closeLabel:t="Close",closeVariant:e,closeButton:s=!1,onHide:n,children:r,...i},f)=>{const u=l.useContext(Re),g=a.useEventCallback(()=>{u==null||u.onHide(),n==null||n()});return o.jsxRuntimeExports.jsxs("div",{ref:f,...i,children:[r,s&&o.jsxRuntimeExports.jsx(Ke,{"aria-label":t,variant:e,onClick:g})]})}),it=at,we=h.forwardRef(({bsPrefix:t,className:e,closeLabel:s="Close",closeButton:n=!1,...r},i)=>(t=a.useBootstrapPrefix(t,"modal-header"),o.jsxRuntimeExports.jsx(it,{ref:i,...r,className:o.classNames(e,t),closeLabel:s,closeButton:n})));we.displayName="ModalHeader";const lt=we,ct=_e("h4"),Ne=h.forwardRef(({className:t,bsPrefix:e,as:s=ct,...n},r)=>(e=a.useBootstrapPrefix(e,"modal-title"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));Ne.displayName="ModalTitle";const dt=Ne;function ut(t){return o.jsxRuntimeExports.jsx(a.Fade,{...t,timeout:null})}function mt(t){return o.jsxRuntimeExports.jsx(a.Fade,{...t,timeout:null})}const Te=h.forwardRef(({bsPrefix:t,className:e,style:s,dialogClassName:n,contentClassName:r,children:i,dialogAs:f=be,"data-bs-theme":u,"aria-labelledby":g,"aria-describedby":x,"aria-label":m,show:R=!1,animation:j=!0,backdrop:M=!0,keyboard:Q=!0,onEscapeKeyDown:U,onShow:Z,onHide:w,container:ee,autoFocus:P=!0,enforceFocus:te=!0,restoreFocus:se=!0,restoreFocusOptions:ne,onEntered:H,onExit:A,onExiting:oe,onEnter:D,onEntering:_,onExited:q,backdropClassName:K,manager:z,...re},C)=>{const[N,p]=l.useState({}),[ae,G]=l.useState(!1),b=l.useRef(!1),T=l.useRef(!1),E=l.useRef(null),[y,F]=a.useCallbackRef(),ie=a.useMergedRefs(C,F),V=a.useEventCallback(w),le=a.useIsRTL();t=a.useBootstrapPrefix(t,"modal");const I=l.useMemo(()=>({onHide:V}),[V]);function k(){return z||st({isRTL:le})}function X(c){if(!a.canUseDOM)return;const B=k().getScrollbarWidth()>0,ge=c.scrollHeight>a.ownerDocument(c).documentElement.clientHeight;p({paddingRight:B&&!ge?he():void 0,paddingLeft:!B&&ge?he():void 0})}const S=a.useEventCallback(()=>{y&&X(y.dialog)});a.useWillUnmount(()=>{a.removeEventListener(window,"resize",S),E.current==null||E.current()});const W=()=>{b.current=!0},O=c=>{b.current&&y&&c.target===y.dialog&&(T.current=!0),b.current=!1},d=()=>{G(!0),E.current=a.transitionEnd(y.dialog,()=>{G(!1)})},Y=c=>{c.target===c.currentTarget&&d()},$=c=>{if(M==="static"){Y(c);return}if(T.current||c.target!==c.currentTarget){T.current=!1;return}w==null||w()},ke=c=>{Q?U==null||U(c):(c.preventDefault(),M==="static"&&d())},Se=(c,B)=>{c&&X(c),D==null||D(c,B)},Oe=c=>{E.current==null||E.current(),A==null||A(c)},Be=(c,B)=>{_==null||_(c,B),a.addEventListener(window,"resize",S)},Le=c=>{c&&(c.style.display=""),q==null||q(c),a.removeEventListener(window,"resize",S)},Ae=l.useCallback(c=>o.jsxRuntimeExports.jsx("div",{...c,className:o.classNames(`${t}-backdrop`,K,!j&&"show")}),[j,K,t]),pe={...s,...N};pe.display="block";const De=c=>o.jsxRuntimeExports.jsx("div",{role:"dialog",...c,style:pe,className:o.classNames(e,t,ae&&`${t}-static`,!j&&"show"),onClick:M?$:void 0,onMouseUp:O,"data-bs-theme":u,"aria-label":m,"aria-labelledby":g,"aria-describedby":x,children:o.jsxRuntimeExports.jsx(f,{...re,onMouseDown:W,className:n,contentClassName:r,children:i})});return o.jsxRuntimeExports.jsx(Re.Provider,{value:I,children:o.jsxRuntimeExports.jsx(Qe,{show:R,ref:ie,backdrop:M,container:ee,keyboard:!0,autoFocus:P,enforceFocus:te,restoreFocus:se,restoreFocusOptions:ne,onEscapeKeyDown:ke,onShow:Z,onHide:w,onEnter:Se,onEntering:Be,onEntered:H,onExit:Oe,onExiting:oe,onExited:Le,manager:k(),transition:j?ut:void 0,backdropTransition:j?mt:void 0,renderBackdrop:Ae,renderDialog:De})})});Te.displayName="Modal";const ve=Object.assign(Te,{Body:nt,Header:lt,Title:dt,Footer:rt,Dialog:be,TRANSITION_DURATION:300,BACKDROP_TRANSITION_DURATION:150}),ft=()=>{const{confirmTexts:t}=l.useContext(o.LuminusComponentsContext),{onConfirm:e,onCancel:s,text:n,show:r}=Fe.useConfirm();return o.jsxRuntimeExports.jsx(ve,{show:r,size:"sm",centered:!0,onHide:s,children:o.jsxRuntimeExports.jsxs(ve.Body,{children:[o.jsxRuntimeExports.jsx("div",{className:"mb-5 text-center",children:o.jsxRuntimeExports.jsx(a.Typography,{variant:"h6",children:n})}),o.jsxRuntimeExports.jsxs("div",{className:"w-100 d-flex gap-5",children:[o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-secondary w-100",onClick:s,children:t.no}),o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-primary w-100 ml",onClick:e,children:t.yes})]})]})})};exports.LoadingContext=o.LoadingContext;exports.LuminusComponentsContext=o.LuminusComponentsContext;exports.UserContext=o.UserContext;exports.LoadingProvider=Pe;exports.LuminusComponentsProvider=Ue;exports.UserProvider=He;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./useAxios-B4X7zKtj.cjs"),i=require("react"),Ce=require("./useConfirm-CrTJszXF.cjs"),a=require("./hasClass-6qFx2Lwl.cjs"),v=require("./DataKey-DVMbPWFY.cjs"),Ie=require("react-dom");function Pe(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,n.get?n:{enumerable:!0,get:()=>t[s]})}}return e.default=t,Object.freeze(e)}const g=Pe(i),We=t=>g.forwardRef((e,s)=>o.jsxRuntimeExports.jsx("div",{...e,ref:s,className:o.classNames(e.className,t)})),Ue={"aria-label":a.PropTypes.string,onClick:a.PropTypes.func,variant:a.PropTypes.oneOf(["white"])},fe=g.forwardRef(({className:t,variant:e,"aria-label":s="Close",...n},r)=>o.jsxRuntimeExports.jsx("button",{ref:r,type:"button",className:o.classNames("btn-close",e&&`btn-close-${e}`,t),"aria-label":s,...n}));fe.displayName="CloseButton";fe.propTypes=Ue;const $e=fe;var Q;function ge(t){if((!Q&&Q!==0||t)&&a.canUseDOM){var e=document.createElement("div");e.style.position="absolute",e.style.top="-9999px",e.style.width="50px",e.style.height="50px",e.style.overflow="scroll",document.body.appendChild(e),Q=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return Q}function ue(t){t===void 0&&(t=a.ownerDocument());try{var e=t.activeElement;return!e||!e.nodeName?null:e}catch{return t.body}}function He(t=document){const e=t.defaultView;return Math.abs(e.innerWidth-t.documentElement.clientWidth)}const Ee=v.dataAttr("modal-open");class _e{constructor({ownerDocument:e,handleContainerOverflow:s=!0,isRTL:n=!1}={}){this.handleContainerOverflow=s,this.isRTL=n,this.modals=[],this.ownerDocument=e}getScrollbarWidth(){return He(this.ownerDocument)}getElement(){return(this.ownerDocument||document).body}setModalAttributes(e){}removeModalAttributes(e){}setContainerStyle(e){const s={overflow:"hidden"},n=this.isRTL?"paddingLeft":"paddingRight",r=this.getElement();e.style={overflow:r.style.overflow,[n]:r.style[n]},e.scrollBarWidth&&(s[n]=`${parseInt(a.style(r,n)||"0",10)+e.scrollBarWidth}px`),r.setAttribute(Ee,""),a.style(r,s)}reset(){[...this.modals].forEach(e=>this.remove(e))}removeContainerStyle(e){const s=this.getElement();s.removeAttribute(Ee),Object.assign(s.style,e.style)}add(e){let s=this.modals.indexOf(e);return s!==-1||(s=this.modals.length,this.modals.push(e),this.setModalAttributes(e),s!==0)||(this.state={scrollBarWidth:this.getScrollbarWidth(),style:{}},this.handleContainerOverflow&&this.setContainerStyle(this.state)),s}remove(e){const s=this.modals.indexOf(e);s!==-1&&(this.modals.splice(s,1),!this.modals.length&&this.handleContainerOverflow&&this.removeContainerStyle(this.state),this.removeModalAttributes(e))}isTopModal(e){return!!this.modals.length&&this.modals[this.modals.length-1]===e}}const xe=_e,qe=["show","role","className","style","children","backdrop","keyboard","onBackdropClick","onEscapeKeyDown","transition","runTransition","backdropTransition","runBackdropTransition","autoFocus","enforceFocus","restoreFocus","restoreFocusOptions","renderDialog","renderBackdrop","manager","container","onShow","onHide","onExit","onExited","onExiting","onEnter","onEntering","onEntered"];function Ke(t,e){if(t==null)return{};var s={},n=Object.keys(t),r,l;for(l=0;l<n.length;l++)r=n[l],!(e.indexOf(r)>=0)&&(s[r]=t[r]);return s}let de;function ze(t){return de||(de=new xe({ownerDocument:t==null?void 0:t.document})),de}function Ge(t){const e=a.useWindow(),s=t||ze(e),n=i.useRef({dialog:null,backdrop:null});return Object.assign(n.current,{add:()=>s.add(n.current),remove:()=>s.remove(n.current),isTopModal:()=>s.isTopModal(n.current),setDialogRef:i.useCallback(r=>{n.current.dialog=r},[]),setBackdropRef:i.useCallback(r=>{n.current.backdrop=r},[])})}const Re=i.forwardRef((t,e)=>{let{show:s=!1,role:n="dialog",className:r,style:l,children:d,backdrop:u=!0,keyboard:x=!0,onBackdropClick:h,onEscapeKeyDown:f,transition:j,runTransition:y,backdropTransition:M,runBackdropTransition:Z,autoFocus:$=!0,enforceFocus:ee=!0,restoreFocus:N=!0,restoreFocusOptions:te,renderDialog:H,renderBackdrop:se=m=>o.jsxRuntimeExports.jsx("div",Object.assign({},m)),manager:ne,container:oe,onShow:_,onHide:D=()=>{},onExit:re,onExited:F,onExiting:q,onEnter:K,onEntering:z,onEntered:G}=t,ae=Ke(t,qe);const C=a.useWindow(),k=a.useWaitForDOMRef(oe),p=Ge(ne),ie=a.useMounted(),V=v.usePrevious(s),[b,T]=i.useState(!s),E=i.useRef(null);i.useImperativeHandle(e,()=>p,[p]),a.canUseDOM&&!V&&s&&(E.current=ue(C==null?void 0:C.document)),s&&b&&T(!1);const R=a.useEventCallback(()=>{if(p.add(),S.current=a.listen(document,"keydown",ce),P.current=a.listen(document,"focus",()=>setTimeout(le),!0),_&&_(),$){var m,J;const U=ue((m=(J=p.dialog)==null?void 0:J.ownerDocument)!=null?m:C==null?void 0:C.document);p.dialog&&U&&!a.contains(p.dialog,U)&&(E.current=U,p.dialog.focus())}}),I=a.useEventCallback(()=>{if(p.remove(),S.current==null||S.current(),P.current==null||P.current(),N){var m;(m=E.current)==null||m.focus==null||m.focus(te),E.current=null}});i.useEffect(()=>{!s||!k||R()},[s,k,R]),i.useEffect(()=>{b&&I()},[b,I]),a.useWillUnmount(()=>{I()});const le=a.useEventCallback(()=>{if(!ee||!ie()||!p.isTopModal())return;const m=ue(C==null?void 0:C.document);p.dialog&&m&&!a.contains(p.dialog,m)&&p.dialog.focus()}),X=a.useEventCallback(m=>{m.target===m.currentTarget&&(h==null||h(m),u===!0&&D())}),ce=a.useEventCallback(m=>{x&&a.isEscKey(m)&&p.isTopModal()&&(f==null||f(m),m.defaultPrevented||D())}),P=i.useRef(),S=i.useRef(),Y=(...m)=>{T(!0),F==null||F(...m)};if(!k)return null;const O=Object.assign({role:n,ref:p.setDialogRef,"aria-modal":n==="dialog"?!0:void 0},ae,{style:l,className:r,tabIndex:-1});let W=H?H(O):o.jsxRuntimeExports.jsx("div",Object.assign({},O,{children:g.cloneElement(d,{role:"document"})}));W=a.renderTransition(j,y,{unmountOnExit:!0,mountOnEnter:!0,appear:!0,in:!!s,onExit:re,onExiting:q,onExited:Y,onEnter:K,onEntering:z,onEntered:G,children:W});let B=null;return u&&(B=se({ref:p.setBackdropRef,onClick:X}),B=a.renderTransition(M,Z,{in:!!s,appear:!0,mountOnEnter:!0,unmountOnExit:!0,children:B})),o.jsxRuntimeExports.jsx(o.jsxRuntimeExports.Fragment,{children:Ie.createPortal(o.jsxRuntimeExports.jsxs(o.jsxRuntimeExports.Fragment,{children:[B,W]}),k)})});Re.displayName="Modal";const Ve=Object.assign(Re,{Manager:xe});function Xe(t,e){t.classList?t.classList.add(e):a.hasClass(t,e)||(typeof t.className=="string"?t.className=t.className+" "+e:t.setAttribute("class",(t.className&&t.className.baseVal||"")+" "+e))}function ve(t,e){return t.replace(new RegExp("(^|\\s)"+e+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Ye(t,e){t.classList?t.classList.remove(e):typeof t.className=="string"?t.className=ve(t.className,e):t.setAttribute("class",ve(t.className&&t.className.baseVal||"",e))}const A={FIXED_CONTENT:".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",STICKY_CONTENT:".sticky-top",NAVBAR_TOGGLER:".navbar-toggler"};class Je extends xe{adjustAndStore(e,s,n){const r=s.style[e];s.dataset[e]=r,a.style(s,{[e]:`${parseFloat(a.style(s,e))+n}px`})}restore(e,s){const n=s.dataset[e];n!==void 0&&(delete s.dataset[e],a.style(s,{[e]:n}))}setContainerStyle(e){super.setContainerStyle(e);const s=this.getElement();if(Xe(s,"modal-open"),!e.scrollBarWidth)return;const n=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";v.qsa(s,A.FIXED_CONTENT).forEach(l=>this.adjustAndStore(n,l,e.scrollBarWidth)),v.qsa(s,A.STICKY_CONTENT).forEach(l=>this.adjustAndStore(r,l,-e.scrollBarWidth)),v.qsa(s,A.NAVBAR_TOGGLER).forEach(l=>this.adjustAndStore(r,l,e.scrollBarWidth))}removeContainerStyle(e){super.removeContainerStyle(e);const s=this.getElement();Ye(s,"modal-open");const n=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";v.qsa(s,A.FIXED_CONTENT).forEach(l=>this.restore(n,l)),v.qsa(s,A.STICKY_CONTENT).forEach(l=>this.restore(r,l)),v.qsa(s,A.NAVBAR_TOGGLER).forEach(l=>this.restore(r,l))}}let me;function Qe(t){return me||(me=new Je(t)),me}const je=g.forwardRef(({className:t,bsPrefix:e,as:s="div",...n},r)=>(e=a.useBootstrapPrefix(e,"modal-body"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));je.displayName="ModalBody";const Ze=je,et=g.createContext({onHide(){}}),ye=et,be=g.forwardRef(({bsPrefix:t,className:e,contentClassName:s,centered:n,size:r,fullscreen:l,children:d,scrollable:u,...x},h)=>{t=a.useBootstrapPrefix(t,"modal");const f=`${t}-dialog`,j=typeof l=="string"?`${t}-fullscreen-${l}`:`${t}-fullscreen`;return o.jsxRuntimeExports.jsx("div",{...x,ref:h,className:o.classNames(f,e,r&&`${t}-${r}`,n&&`${f}-centered`,u&&`${f}-scrollable`,l&&j),children:o.jsxRuntimeExports.jsx("div",{className:o.classNames(`${t}-content`,s),children:d})})});be.displayName="ModalDialog";const we=be,Me=g.forwardRef(({className:t,bsPrefix:e,as:s="div",...n},r)=>(e=a.useBootstrapPrefix(e,"modal-footer"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));Me.displayName="ModalFooter";const tt=Me,st=g.forwardRef(({closeLabel:t="Close",closeVariant:e,closeButton:s=!1,onHide:n,children:r,...l},d)=>{const u=i.useContext(ye),x=a.useEventCallback(()=>{u==null||u.onHide(),n==null||n()});return o.jsxRuntimeExports.jsxs("div",{ref:d,...l,children:[r,s&&o.jsxRuntimeExports.jsx($e,{"aria-label":t,variant:e,onClick:x})]})}),nt=st,Ne=g.forwardRef(({bsPrefix:t,className:e,closeLabel:s="Close",closeButton:n=!1,...r},l)=>(t=a.useBootstrapPrefix(t,"modal-header"),o.jsxRuntimeExports.jsx(nt,{ref:l,...r,className:o.classNames(e,t),closeLabel:s,closeButton:n})));Ne.displayName="ModalHeader";const ot=Ne,rt=We("h4"),ke=g.forwardRef(({className:t,bsPrefix:e,as:s=rt,...n},r)=>(e=a.useBootstrapPrefix(e,"modal-title"),o.jsxRuntimeExports.jsx(s,{ref:r,className:o.classNames(t,e),...n})));ke.displayName="ModalTitle";const at=ke;function it(t){return o.jsxRuntimeExports.jsx(a.Fade,{...t,timeout:null})}function lt(t){return o.jsxRuntimeExports.jsx(a.Fade,{...t,timeout:null})}const Te=g.forwardRef(({bsPrefix:t,className:e,style:s,dialogClassName:n,contentClassName:r,children:l,dialogAs:d=we,"data-bs-theme":u,"aria-labelledby":x,"aria-describedby":h,"aria-label":f,show:j=!1,animation:y=!0,backdrop:M=!0,keyboard:Z=!0,onEscapeKeyDown:$,onShow:ee,onHide:N,container:te,autoFocus:H=!0,enforceFocus:se=!0,restoreFocus:ne=!0,restoreFocusOptions:oe,onEntered:_,onExit:D,onExiting:re,onEnter:F,onEntering:q,onExited:K,backdropClassName:z,manager:G,...ae},C)=>{const[k,p]=i.useState({}),[ie,V]=i.useState(!1),b=i.useRef(!1),T=i.useRef(!1),E=i.useRef(null),[R,I]=a.useCallbackRef(),le=a.useMergedRefs(C,I),X=a.useEventCallback(N),ce=a.useIsRTL();t=a.useBootstrapPrefix(t,"modal");const P=i.useMemo(()=>({onHide:X}),[X]);function S(){return G||Qe({isRTL:ce})}function Y(c){if(!a.canUseDOM)return;const L=S().getScrollbarWidth()>0,he=c.scrollHeight>a.ownerDocument(c).documentElement.clientHeight;p({paddingRight:L&&!he?ge():void 0,paddingLeft:!L&&he?ge():void 0})}const O=a.useEventCallback(()=>{R&&Y(R.dialog)});a.useWillUnmount(()=>{a.removeEventListener(window,"resize",O),E.current==null||E.current()});const W=()=>{b.current=!0},B=c=>{b.current&&R&&c.target===R.dialog&&(T.current=!0),b.current=!1},m=()=>{V(!0),E.current=a.transitionEnd(R.dialog,()=>{V(!1)})},J=c=>{c.target===c.currentTarget&&m()},U=c=>{if(M==="static"){J(c);return}if(T.current||c.target!==c.currentTarget){T.current=!1;return}N==null||N()},Se=c=>{Z?$==null||$(c):(c.preventDefault(),M==="static"&&m())},Oe=(c,L)=>{c&&Y(c),F==null||F(c,L)},Be=c=>{E.current==null||E.current(),D==null||D(c)},Le=(c,L)=>{q==null||q(c,L),a.addEventListener(window,"resize",O)},Ae=c=>{c&&(c.style.display=""),K==null||K(c),a.removeEventListener(window,"resize",O)},De=i.useCallback(c=>o.jsxRuntimeExports.jsx("div",{...c,className:o.classNames(`${t}-backdrop`,z,!y&&"show")}),[y,z,t]),pe={...s,...k};pe.display="block";const Fe=c=>o.jsxRuntimeExports.jsx("div",{role:"dialog",...c,style:pe,className:o.classNames(e,t,ie&&`${t}-static`,!y&&"show"),onClick:M?U:void 0,onMouseUp:B,"data-bs-theme":u,"aria-label":f,"aria-labelledby":x,"aria-describedby":h,children:o.jsxRuntimeExports.jsx(d,{...ae,onMouseDown:W,className:n,contentClassName:r,children:l})});return o.jsxRuntimeExports.jsx(ye.Provider,{value:P,children:o.jsxRuntimeExports.jsx(Ve,{show:j,ref:le,backdrop:M,container:te,keyboard:!0,autoFocus:H,enforceFocus:se,restoreFocus:ne,restoreFocusOptions:oe,onEscapeKeyDown:Se,onShow:ee,onHide:N,onEnter:Oe,onEntering:Le,onEntered:_,onExit:Be,onExiting:re,onExited:Ae,manager:S(),transition:y?it:void 0,backdropTransition:y?lt:void 0,renderBackdrop:De,renderDialog:Fe})})});Te.displayName="Modal";const w=Object.assign(Te,{Body:Ze,Header:ot,Title:at,Footer:tt,Dialog:we,TRANSITION_DURATION:300,BACKDROP_TRANSITION_DURATION:150}),ct=()=>{const{confirmTexts:t}=i.useContext(o.LuminusComponentsContext),{isShown:e,text:s,onFinish:n}=Ce.usePrompt(),[r,l]=i.useState(""),d=i.useCallback(()=>{n(null)},[n]),u=i.useCallback(()=>{n(r)},[n,r]);return i.useEffect(()=>{e===!0&&l("")},[e]),o.jsxRuntimeExports.jsxs(w,{show:e,size:"sm",centered:!0,onHide:d,children:[o.jsxRuntimeExports.jsx(w.Header,{children:o.jsxRuntimeExports.jsx(w.Title,{children:s})}),o.jsxRuntimeExports.jsx(w.Body,{children:o.jsxRuntimeExports.jsx("textarea",{autoFocus:!0,tabIndex:0,value:r,onChange:x=>l(x.currentTarget.value),className:"w-100",rows:5})}),o.jsxRuntimeExports.jsxs(w.Footer,{children:[o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-secondary",onClick:d,children:t.cancel}),o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-primary ml",onClick:u,children:t.confirm})]})]})},ut=({children:t})=>{const[e,s]=i.useState(!1),[n,r]=i.useState(""),l=i.useRef(()=>{}),d=i.useCallback(h=>{r(h),s(!0),console.log("showprompt")},[]),u=i.useCallback(()=>{s(!1)},[]),x=i.useMemo(()=>({isShown:e,text:n,showPrompt:d,hidePrompt:u,resolveRef:l}),[u,e,d,n,l]);return o.jsxRuntimeExports.jsxs(o.PromptContext.Provider,{value:x,children:[t,o.jsxRuntimeExports.jsx(ct,{})]})},dt=({children:t})=>{const[e,s]=i.useState(!1),[n,r]=i.useState(""),l=i.useCallback(x=>{s(!0),r(x)},[]),d=i.useCallback(()=>{s(!1)},[]),u=i.useMemo(()=>({show:e,text:n,showConfirm:l,hideConfirm:d}),[e,n,l,d]);return o.jsxRuntimeExports.jsxs(o.ConfirmContext.Provider,{value:u,children:[o.jsxRuntimeExports.jsx(pt,{}),t]})},mt=({axiosInstance:t,LinkComponent:e,language:s,axiosTexts:n,confirmTexts:r,formValidationTexts:l,homeDashboardTexts:d,formSubmitTexts:u,children:x})=>{const h=i.useMemo(()=>({axiosInstance:t,LinkComponent:e,language:s,axiosTexts:n,confirmTexts:r,formValidationTexts:l,homeDashboardTexts:d,formSubmitTexts:u}),[t,e,s,n,r,l,d,u]);return o.jsxRuntimeExports.jsx(o.LuminusComponentsContext.Provider,{value:h,children:o.jsxRuntimeExports.jsx(dt,{children:o.jsxRuntimeExports.jsxs(ut,{children:[o.jsxRuntimeExports.jsx(o.Ie,{}),x]})})})},ft=({children:t})=>{const[e,s]=i.useState(!1),[n]=i.useState(new Set),r=i.useCallback(u=>{n.add(u),s(!0)},[n]),l=i.useCallback(u=>{n.delete(u),n.size===0&&s(!1)},[n]),d=i.useMemo(()=>({isLoading:e,startLoading:r,stopLoading:l}),[e,r,l]);return o.jsxRuntimeExports.jsxs(o.LoadingContext.Provider,{value:d,children:[e&&o.jsxRuntimeExports.jsx(v.Loading,{}),t]})},xt=({children:t})=>{const e=o.useAxios(),s=i.useCallback(()=>{const f=localStorage.getItem("user")??null;return f?JSON.parse(f):null},[]),[n,r]=i.useState(s()),l=i.useCallback(async()=>{let f=null;return await e.get("/user/detail").then(j=>{f=j.data}).catch(()=>{f=null}),localStorage.setItem("user",JSON.stringify(f)),f},[e]),d=i.useCallback(()=>{localStorage.removeItem("user")},[]),u=i.useCallback(async()=>{const f=await l();return f?(r(f),!0):!1},[l]),x=i.useCallback(()=>{d(),r(null)},[d]),h=i.useMemo(()=>({user:n,loginUser:u,logoutUser:x}),[n,u,x]);return i.useEffect(()=>{r(s())},[s]),o.jsxRuntimeExports.jsx(o.UserContext.Provider,{value:h,children:t})},pt=()=>{const{confirmTexts:t}=i.useContext(o.LuminusComponentsContext),{onConfirm:e,onCancel:s,text:n,show:r}=Ce.useConfirm();return o.jsxRuntimeExports.jsx(w,{show:r,size:"sm",centered:!0,onHide:s,children:o.jsxRuntimeExports.jsxs(w.Body,{children:[o.jsxRuntimeExports.jsx("div",{className:"mb-5 text-center",children:o.jsxRuntimeExports.jsx(a.Typography,{variant:"h6",children:n})}),o.jsxRuntimeExports.jsxs("div",{className:"w-100 d-flex gap-5",children:[o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-secondary w-100",onClick:s,children:t.no}),o.jsxRuntimeExports.jsx("button",{type:"button",className:"btn btn-primary w-100 ml",onClick:e,children:t.yes})]})]})})};exports.LoadingContext=o.LoadingContext;exports.LuminusComponentsContext=o.LuminusComponentsContext;exports.UserContext=o.UserContext;exports.LoadingProvider=ft;exports.LuminusComponentsProvider=mt;exports.UserProvider=xt;
|