react-luminus-components 1.3.28 → 1.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +44 -44
- package/dist/PrimaryButton-BHirGTeS.cjs +1 -0
- package/dist/{PrimaryButton-CToGCd5i.js → PrimaryButton-Bwkh9Vox.js} +12 -11
- package/dist/{SimpleTooltip-E2QIyvNE.cjs → SimpleTooltip-Ckkk8CDz.cjs} +1 -1
- package/dist/{SimpleTooltip-0rNY6uR5.js → SimpleTooltip-CoqRIAP5.js} +1 -1
- package/dist/{UserAvatarToggle-CIpmuTVE.js → UserAvatarToggle-BayC1mlH.js} +62 -61
- package/dist/{UserAvatarToggle-J8ZQDJ2r.cjs → UserAvatarToggle-TIvfBxMd.cjs} +1 -1
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +14 -13
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +32 -31
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +12 -11
- package/dist/main.cjs.js +1 -28
- package/dist/main.es.js +2193 -2866
- package/dist/style.css +1 -1
- package/dist/{useLocalStorageState-MzPp9GNd.js → useLocalStorageState-C_RMtvyk.js} +28 -27
- package/dist/useLocalStorageState-gPD9zq-t.cjs +1 -0
- package/dist/usePermissions-CqfBs1_G.cjs +1 -0
- package/dist/usePermissions-DJjLOSZA.js +16 -0
- package/dist/variables.scss +2 -0
- package/package.json +2 -1
- package/dist/PrimaryButton-C3toFFlE.cjs +0 -1
- package/dist/useLocalStorageState-KNanBZsO.cjs +0 -1
- package/dist/usePermissions-BZKgvDp_.js +0 -15
- package/dist/usePermissions-DB7RkdYM.cjs +0 -1
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_PrimaryButton-
|
|
3
|
-
"file": "PrimaryButton-
|
|
2
|
+
"_PrimaryButton-BHirGTeS.cjs": {
|
|
3
|
+
"file": "PrimaryButton-BHirGTeS.cjs",
|
|
4
4
|
"name": "PrimaryButton",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_UserAvatarToggle-
|
|
6
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
7
7
|
"_latinize-Dl6DAk4g.cjs"
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
|
-
"_PrimaryButton-
|
|
11
|
-
"file": "PrimaryButton-
|
|
10
|
+
"_PrimaryButton-Bwkh9Vox.js": {
|
|
11
|
+
"file": "PrimaryButton-Bwkh9Vox.js",
|
|
12
12
|
"name": "PrimaryButton",
|
|
13
13
|
"imports": [
|
|
14
|
-
"_UserAvatarToggle-
|
|
14
|
+
"_UserAvatarToggle-BayC1mlH.js",
|
|
15
15
|
"_latinize-B-UfS78J.js"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
|
-
"_SimpleTooltip-
|
|
19
|
-
"file": "SimpleTooltip-
|
|
18
|
+
"_SimpleTooltip-Ckkk8CDz.cjs": {
|
|
19
|
+
"file": "SimpleTooltip-Ckkk8CDz.cjs",
|
|
20
20
|
"name": "SimpleTooltip",
|
|
21
21
|
"imports": [
|
|
22
|
-
"_UserAvatarToggle-
|
|
22
|
+
"_UserAvatarToggle-TIvfBxMd.cjs"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
-
"_SimpleTooltip-
|
|
26
|
-
"file": "SimpleTooltip-
|
|
25
|
+
"_SimpleTooltip-CoqRIAP5.js": {
|
|
26
|
+
"file": "SimpleTooltip-CoqRIAP5.js",
|
|
27
27
|
"name": "SimpleTooltip",
|
|
28
28
|
"imports": [
|
|
29
|
-
"_UserAvatarToggle-
|
|
29
|
+
"_UserAvatarToggle-BayC1mlH.js"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"_UserAvatarToggle-
|
|
33
|
-
"file": "UserAvatarToggle-
|
|
32
|
+
"_UserAvatarToggle-BayC1mlH.js": {
|
|
33
|
+
"file": "UserAvatarToggle-BayC1mlH.js",
|
|
34
34
|
"name": "UserAvatarToggle",
|
|
35
35
|
"imports": [
|
|
36
36
|
"_latinize-B-UfS78J.js"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
"_UserAvatarToggle-
|
|
40
|
-
"file": "UserAvatarToggle-
|
|
39
|
+
"_UserAvatarToggle-TIvfBxMd.cjs": {
|
|
40
|
+
"file": "UserAvatarToggle-TIvfBxMd.cjs",
|
|
41
41
|
"name": "UserAvatarToggle",
|
|
42
42
|
"imports": [
|
|
43
43
|
"_latinize-Dl6DAk4g.cjs"
|
|
@@ -101,36 +101,36 @@
|
|
|
101
101
|
"file": "useFormControlType-oJGqgThz.js",
|
|
102
102
|
"name": "useFormControlType"
|
|
103
103
|
},
|
|
104
|
-
"_useLocalStorageState-
|
|
105
|
-
"file": "useLocalStorageState-
|
|
104
|
+
"_useLocalStorageState-C_RMtvyk.js": {
|
|
105
|
+
"file": "useLocalStorageState-C_RMtvyk.js",
|
|
106
106
|
"name": "useLocalStorageState",
|
|
107
107
|
"imports": [
|
|
108
|
-
"_UserAvatarToggle-
|
|
109
|
-
"_latinize-
|
|
108
|
+
"_UserAvatarToggle-BayC1mlH.js",
|
|
109
|
+
"_latinize-B-UfS78J.js"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
|
-
"_useLocalStorageState-
|
|
113
|
-
"file": "useLocalStorageState-
|
|
112
|
+
"_useLocalStorageState-gPD9zq-t.cjs": {
|
|
113
|
+
"file": "useLocalStorageState-gPD9zq-t.cjs",
|
|
114
114
|
"name": "useLocalStorageState",
|
|
115
115
|
"imports": [
|
|
116
|
-
"_UserAvatarToggle-
|
|
117
|
-
"_latinize-
|
|
116
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
117
|
+
"_latinize-Dl6DAk4g.cjs"
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
|
-
"_usePermissions-
|
|
121
|
-
"file": "usePermissions-
|
|
120
|
+
"_usePermissions-CqfBs1_G.cjs": {
|
|
121
|
+
"file": "usePermissions-CqfBs1_G.cjs",
|
|
122
122
|
"name": "usePermissions",
|
|
123
123
|
"imports": [
|
|
124
|
-
"_UserAvatarToggle-
|
|
125
|
-
"_latinize-
|
|
124
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
125
|
+
"_latinize-Dl6DAk4g.cjs"
|
|
126
126
|
]
|
|
127
127
|
},
|
|
128
|
-
"_usePermissions-
|
|
129
|
-
"file": "usePermissions-
|
|
128
|
+
"_usePermissions-DJjLOSZA.js": {
|
|
129
|
+
"file": "usePermissions-DJjLOSZA.js",
|
|
130
130
|
"name": "usePermissions",
|
|
131
131
|
"imports": [
|
|
132
|
-
"_UserAvatarToggle-
|
|
133
|
-
"_latinize-
|
|
132
|
+
"_UserAvatarToggle-BayC1mlH.js",
|
|
133
|
+
"_latinize-B-UfS78J.js"
|
|
134
134
|
]
|
|
135
135
|
},
|
|
136
136
|
"src/contexts/index.ts": {
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
"src": "src/contexts/index.ts",
|
|
140
140
|
"isEntry": true,
|
|
141
141
|
"imports": [
|
|
142
|
-
"_UserAvatarToggle-
|
|
142
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
143
143
|
"_latinize-Dl6DAk4g.cjs",
|
|
144
|
-
"_useLocalStorageState-
|
|
145
|
-
"_PrimaryButton-
|
|
144
|
+
"_useLocalStorageState-gPD9zq-t.cjs",
|
|
145
|
+
"_PrimaryButton-BHirGTeS.cjs",
|
|
146
146
|
"_dateUtils-Dy3knMZB.cjs"
|
|
147
147
|
]
|
|
148
148
|
},
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
"src": "src/hooks/index.ts",
|
|
153
153
|
"isEntry": true,
|
|
154
154
|
"imports": [
|
|
155
|
-
"_UserAvatarToggle-
|
|
156
|
-
"_useLocalStorageState-
|
|
155
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
156
|
+
"_useLocalStorageState-gPD9zq-t.cjs",
|
|
157
157
|
"_latinize-Dl6DAk4g.cjs",
|
|
158
158
|
"_dateUtils-Dy3knMZB.cjs",
|
|
159
159
|
"_useFormControlType-Dqz8sV4J.cjs",
|
|
160
|
-
"_usePermissions-
|
|
160
|
+
"_usePermissions-CqfBs1_G.cjs"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
"src/layout/index.ts": {
|
|
@@ -166,10 +166,10 @@
|
|
|
166
166
|
"src": "src/layout/index.ts",
|
|
167
167
|
"isEntry": true,
|
|
168
168
|
"imports": [
|
|
169
|
-
"_UserAvatarToggle-
|
|
169
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
170
170
|
"_latinize-Dl6DAk4g.cjs",
|
|
171
|
-
"_usePermissions-
|
|
172
|
-
"_SimpleTooltip-
|
|
171
|
+
"_usePermissions-CqfBs1_G.cjs",
|
|
172
|
+
"_SimpleTooltip-Ckkk8CDz.cjs"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
175
|
"src/main.ts": {
|
|
@@ -178,11 +178,11 @@
|
|
|
178
178
|
"src": "src/main.ts",
|
|
179
179
|
"isEntry": true,
|
|
180
180
|
"imports": [
|
|
181
|
-
"_UserAvatarToggle-
|
|
182
|
-
"_PrimaryButton-
|
|
181
|
+
"_UserAvatarToggle-TIvfBxMd.cjs",
|
|
182
|
+
"_PrimaryButton-BHirGTeS.cjs",
|
|
183
183
|
"_latinize-Dl6DAk4g.cjs",
|
|
184
184
|
"_useFormControlType-Dqz8sV4J.cjs",
|
|
185
|
-
"_SimpleTooltip-
|
|
185
|
+
"_SimpleTooltip-Ckkk8CDz.cjs",
|
|
186
186
|
"_searchUtils-CYFu8LBz.cjs",
|
|
187
187
|
"_parseISO-DTRVS-Fr.cjs"
|
|
188
188
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("./UserAvatarToggle-TIvfBxMd.cjs"),c=require("react"),He=require("react-dom");require("./latinize-Dl6DAk4g.cjs");require("zod");require("react-hook-form");require("react-router-dom");function qe(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,o.get?o:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const u=qe(c),Pe="_loading_rgybp_1",Ve="_spinner-grow_rgybp_10",ze="_second_rgybp_14",Qe="_third_rgybp_17",Ye="_loadingBlock_rgybp_21",v={loading:Pe,"spinner-grow":"_spinner-grow_rgybp_10",spinnerGrow:Ve,second:ze,third:Qe,loadingBlock:Ye},Xe=()=>s.jsxRuntimeExports.jsxs("div",{className:s.classNames("luminus-loading",v.loading),children:[s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",v.spinnerGrow,"text-primary"),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",v.spinnerGrow,"text-primary",v.second),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",v.spinnerGrow,"text-primary",v.third),role:"status"})]}),Ne=t=>u.forwardRef((e,n)=>s.jsxRuntimeExports.jsx("div",{...e,ref:n,className:s.classNames(e.className,t)}));function ve(t){const e=c.useRef(null);return c.useEffect(()=>{e.current=t}),e.current}const Ze={"aria-label":s.PropTypes.string,onClick:s.PropTypes.func,variant:s.PropTypes.oneOf(["white"])},J=u.forwardRef(({className:t,variant:e,"aria-label":n="Close",...o},r)=>s.jsxRuntimeExports.jsx("button",{ref:r,type:"button",className:s.classNames("btn-close",e&&`btn-close-${e}`,t),"aria-label":n,...o}));J.displayName="CloseButton";J.propTypes=Ze;var Je=Function.prototype.bind.call(Function.prototype.call,[].slice);function _(t,e){return Je(t.querySelectorAll(e))}const et="data-rr-ui-";function _e(t){return`${et}${t}`}const tt={type:s.PropTypes.string,tooltip:s.PropTypes.bool,as:s.PropTypes.elementType},ee=u.forwardRef(({as:t="div",className:e,type:n="valid",tooltip:o=!1,...r},a)=>s.jsxRuntimeExports.jsx(t,{...r,ref:a,className:s.classNames(e,`${n}-${o?"tooltip":"feedback"}`)}));ee.displayName="Feedback";ee.propTypes=tt;const be=u.forwardRef(({bsPrefix:t,type:e,size:n,htmlSize:o,id:r,className:a,isValid:m=!1,isInvalid:f=!1,plaintext:E,readOnly:T,as:p="input",...C},h)=>{const{controlId:R}=c.useContext(s.FormContext);return t=s.useBootstrapPrefix(t,"form-control"),process.env.NODE_ENV!=="production"&&s.warning(R==null||!r,"`controlId` is ignored on `<FormControl>` when `id` is specified."),s.jsxRuntimeExports.jsx(p,{...C,type:e,size:o,ref:h,readOnly:T,id:r||R,className:s.classNames(a,E?`${t}-plaintext`:t,n&&`${t}-${n}`,e==="color"&&`${t}-color`,m&&"is-valid",f&&"is-invalid")})});be.displayName="FormControl";const st=Object.assign(be,{Feedback:ee});var Z;function ye(t){if((!Z&&Z!==0||t)&&s.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),Z=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return Z}function me(t){t===void 0&&(t=s.ownerDocument());try{var e=t.activeElement;return!e||!e.nodeName?null:e}catch{return t.body}}function nt(t=document){const e=t.defaultView;return Math.abs(e.innerWidth-t.documentElement.clientWidth)}const xe=_e("modal-open");class ge{constructor({ownerDocument:e,handleContainerOverflow:n=!0,isRTL:o=!1}={}){this.handleContainerOverflow=n,this.isRTL=o,this.modals=[],this.ownerDocument=e}getScrollbarWidth(){return nt(this.ownerDocument)}getElement(){return(this.ownerDocument||document).body}setModalAttributes(e){}removeModalAttributes(e){}setContainerStyle(e){const n={overflow:"hidden"},o=this.isRTL?"paddingLeft":"paddingRight",r=this.getElement();e.style={overflow:r.style.overflow,[o]:r.style[o]},e.scrollBarWidth&&(n[o]=`${parseInt(s.style(r,o)||"0",10)+e.scrollBarWidth}px`),r.setAttribute(xe,""),s.style(r,n)}reset(){[...this.modals].forEach(e=>this.remove(e))}removeContainerStyle(e){const n=this.getElement();n.removeAttribute(xe),Object.assign(n.style,e.style)}add(e){let n=this.modals.indexOf(e);return n!==-1||(n=this.modals.length,this.modals.push(e),this.setModalAttributes(e),n!==0)||(this.state={scrollBarWidth:this.getScrollbarWidth(),style:{}},this.handleContainerOverflow&&this.setContainerStyle(this.state)),n}remove(e){const n=this.modals.indexOf(e);n!==-1&&(this.modals.splice(n,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 ot=["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 rt(t,e){if(t==null)return{};var n={},o=Object.keys(t),r,a;for(a=0;a<o.length;a++)r=o[a],!(e.indexOf(r)>=0)&&(n[r]=t[r]);return n}let fe;function at(t){return fe||(fe=new ge({ownerDocument:t==null?void 0:t.document})),fe}function it(t){const e=s.useWindow(),n=t||at(e),o=c.useRef({dialog:null,backdrop:null});return Object.assign(o.current,{add:()=>n.add(o.current),remove:()=>n.remove(o.current),isTopModal:()=>n.isTopModal(o.current),setDialogRef:c.useCallback(r=>{o.current.dialog=r},[]),setBackdropRef:c.useCallback(r=>{o.current.backdrop=r},[])})}const Se=c.forwardRef((t,e)=>{let{show:n=!1,role:o="dialog",className:r,style:a,children:m,backdrop:f=!0,keyboard:E=!0,onBackdropClick:T,onEscapeKeyDown:p,transition:C,runTransition:h,backdropTransition:R,runBackdropTransition:te,autoFocus:W=!0,enforceFocus:se=!0,restoreFocus:b=!0,restoreFocusOptions:ne,renderDialog:G,renderBackdrop:oe=l=>s.jsxRuntimeExports.jsx("div",Object.assign({},l)),manager:re,container:ae,onShow:K,onHide:I=()=>{},onExit:ie,onExited:F,onExiting:H,onEnter:q,onEntering:P,onEntered:V}=t,le=rt(t,ot);const y=s.useWindow(),S=s.useWaitForDOMRef(ae),d=it(re),ce=s.useMounted(),z=ve(n),[N,O]=c.useState(!n),g=c.useRef(null);c.useImperativeHandle(e,()=>d,[d]),s.canUseDOM&&!z&&n&&(g.current=me(y==null?void 0:y.document)),n&&N&&O(!1);const x=s.useEventCallback(()=>{if(d.add(),w.current=s.listen(document,"keydown",ue),D.current=s.listen(document,"focus",()=>setTimeout(de),!0),K&&K(),W){var l,X;const $=me((l=(X=d.dialog)==null?void 0:X.ownerDocument)!=null?l:y==null?void 0:y.document);d.dialog&&$&&!s.contains(d.dialog,$)&&(g.current=$,d.dialog.focus())}}),L=s.useEventCallback(()=>{if(d.remove(),w.current==null||w.current(),D.current==null||D.current(),b){var l;(l=g.current)==null||l.focus==null||l.focus(ne),g.current=null}});c.useEffect(()=>{!n||!S||x()},[n,S,x]),c.useEffect(()=>{N&&L()},[N,L]),s.useWillUnmount(()=>{L()});const de=s.useEventCallback(()=>{if(!se||!ce()||!d.isTopModal())return;const l=me(y==null?void 0:y.document);d.dialog&&l&&!s.contains(d.dialog,l)&&d.dialog.focus()}),Q=s.useEventCallback(l=>{l.target===l.currentTarget&&(T==null||T(l),f===!0&&I())}),ue=s.useEventCallback(l=>{E&&s.isEscKey(l)&&d.isTopModal()&&(p==null||p(l),l.defaultPrevented||I())}),D=c.useRef(),w=c.useRef(),Y=(...l)=>{O(!0),F==null||F(...l)};if(!S)return null;const j=Object.assign({role:o,ref:d.setDialogRef,"aria-modal":o==="dialog"?!0:void 0},le,{style:a,className:r,tabIndex:-1});let U=G?G(j):s.jsxRuntimeExports.jsx("div",Object.assign({},j,{children:u.cloneElement(m,{role:"document"})}));U=s.renderTransition(C,h,{unmountOnExit:!0,mountOnEnter:!0,appear:!0,in:!!n,onExit:ie,onExiting:H,onExited:Y,onEnter:q,onEntering:P,onEntered:V,children:U});let A=null;return f&&(A=oe({ref:d.setBackdropRef,onClick:Q}),A=s.renderTransition(R,te,{in:!!n,appear:!0,mountOnEnter:!0,unmountOnExit:!0,children:A})),s.jsxRuntimeExports.jsx(s.jsxRuntimeExports.Fragment,{children:He.createPortal(s.jsxRuntimeExports.jsxs(s.jsxRuntimeExports.Fragment,{children:[A,U]}),S)})});Se.displayName="Modal";const Oe=Object.assign(Se,{Manager:ge});function lt(t,e){t.classList?t.classList.add(e):s.hasClass(t,e)||(typeof t.className=="string"?t.className=t.className+" "+e:t.setAttribute("class",(t.className&&t.className.baseVal||"")+" "+e))}function Ce(t,e){return t.replace(new RegExp("(^|\\s)"+e+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function ct(t,e){t.classList?t.classList.remove(e):typeof t.className=="string"?t.className=Ce(t.className,e):t.setAttribute("class",Ce(t.className&&t.className.baseVal||"",e))}const k={FIXED_CONTENT:".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",STICKY_CONTENT:".sticky-top",NAVBAR_TOGGLER:".navbar-toggler"};class we extends ge{adjustAndStore(e,n,o){const r=n.style[e];n.dataset[e]=r,s.style(n,{[e]:`${parseFloat(s.style(n,e))+o}px`})}restore(e,n){const o=n.dataset[e];o!==void 0&&(delete n.dataset[e],s.style(n,{[e]:o}))}setContainerStyle(e){super.setContainerStyle(e);const n=this.getElement();if(lt(n,"modal-open"),!e.scrollBarWidth)return;const o=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";_(n,k.FIXED_CONTENT).forEach(a=>this.adjustAndStore(o,a,e.scrollBarWidth)),_(n,k.STICKY_CONTENT).forEach(a=>this.adjustAndStore(r,a,-e.scrollBarWidth)),_(n,k.NAVBAR_TOGGLER).forEach(a=>this.adjustAndStore(r,a,e.scrollBarWidth))}removeContainerStyle(e){super.removeContainerStyle(e);const n=this.getElement();ct(n,"modal-open");const o=this.isRTL?"paddingLeft":"paddingRight",r=this.isRTL?"marginLeft":"marginRight";_(n,k.FIXED_CONTENT).forEach(a=>this.restore(o,a)),_(n,k.STICKY_CONTENT).forEach(a=>this.restore(r,a)),_(n,k.NAVBAR_TOGGLER).forEach(a=>this.restore(r,a))}}let pe;function je(t){return pe||(pe=new we(t)),pe}const Ae=u.forwardRef(({className:t,bsPrefix:e,as:n="div",...o},r)=>(e=s.useBootstrapPrefix(e,"modal-body"),s.jsxRuntimeExports.jsx(n,{ref:r,className:s.classNames(t,e),...o})));Ae.displayName="ModalBody";const Ee=u.createContext({onHide(){}}),he=u.forwardRef(({bsPrefix:t,className:e,contentClassName:n,centered:o,size:r,fullscreen:a,children:m,scrollable:f,...E},T)=>{t=s.useBootstrapPrefix(t,"modal");const p=`${t}-dialog`,C=typeof a=="string"?`${t}-fullscreen-${a}`:`${t}-fullscreen`;return s.jsxRuntimeExports.jsx("div",{...E,ref:T,className:s.classNames(p,e,r&&`${t}-${r}`,o&&`${p}-centered`,f&&`${p}-scrollable`,a&&C),children:s.jsxRuntimeExports.jsx("div",{className:s.classNames(`${t}-content`,n),children:m})})});he.displayName="ModalDialog";const Me=u.forwardRef(({className:t,bsPrefix:e,as:n="div",...o},r)=>(e=s.useBootstrapPrefix(e,"modal-footer"),s.jsxRuntimeExports.jsx(n,{ref:r,className:s.classNames(t,e),...o})));Me.displayName="ModalFooter";const ke=u.forwardRef(({closeLabel:t="Close",closeVariant:e,closeButton:n=!1,onHide:o,children:r,...a},m)=>{const f=c.useContext(Ee),E=s.useEventCallback(()=>{f==null||f.onHide(),o==null||o()});return s.jsxRuntimeExports.jsxs("div",{ref:m,...a,children:[r,n&&s.jsxRuntimeExports.jsx(J,{"aria-label":t,variant:e,onClick:E})]})}),Be=u.forwardRef(({bsPrefix:t,className:e,closeLabel:n="Close",closeButton:o=!1,...r},a)=>(t=s.useBootstrapPrefix(t,"modal-header"),s.jsxRuntimeExports.jsx(ke,{ref:a,...r,className:s.classNames(e,t),closeLabel:n,closeButton:o})));Be.displayName="ModalHeader";const dt=Ne("h4"),Ie=u.forwardRef(({className:t,bsPrefix:e,as:n=dt,...o},r)=>(e=s.useBootstrapPrefix(e,"modal-title"),s.jsxRuntimeExports.jsx(n,{ref:r,className:s.classNames(t,e),...o})));Ie.displayName="ModalTitle";function ut(t){return s.jsxRuntimeExports.jsx(s.Fade,{...t,timeout:null})}function mt(t){return s.jsxRuntimeExports.jsx(s.Fade,{...t,timeout:null})}const Fe=u.forwardRef(({bsPrefix:t,className:e,style:n,dialogClassName:o,contentClassName:r,children:a,dialogAs:m=he,"data-bs-theme":f,"aria-labelledby":E,"aria-describedby":T,"aria-label":p,show:C=!1,animation:h=!0,backdrop:R=!0,keyboard:te=!0,onEscapeKeyDown:W,onShow:se,onHide:b,container:ne,autoFocus:G=!0,enforceFocus:oe=!0,restoreFocus:re=!0,restoreFocusOptions:ae,onEntered:K,onExit:I,onExiting:ie,onEnter:F,onEntering:H,onExited:q,backdropClassName:P,manager:V,...le},y)=>{const[S,d]=c.useState({}),[ce,z]=c.useState(!1),N=c.useRef(!1),O=c.useRef(!1),g=c.useRef(null),[x,L]=s.useCallbackRef(),de=s.useMergedRefs(y,L),Q=s.useEventCallback(b),ue=s.useIsRTL();t=s.useBootstrapPrefix(t,"modal");const D=c.useMemo(()=>({onHide:Q}),[Q]);function w(){return V||je({isRTL:ue})}function Y(i){if(!s.canUseDOM)return;const M=w().getScrollbarWidth()>0,Te=i.scrollHeight>s.ownerDocument(i).documentElement.clientHeight;d({paddingRight:M&&!Te?ye():void 0,paddingLeft:!M&&Te?ye():void 0})}const j=s.useEventCallback(()=>{x&&Y(x.dialog)});s.useWillUnmount(()=>{s.removeEventListener(window,"resize",j),g.current==null||g.current()});const U=()=>{N.current=!0},A=i=>{N.current&&x&&i.target===x.dialog&&(O.current=!0),N.current=!1},l=()=>{z(!0),g.current=s.transitionEnd(x.dialog,()=>{z(!1)})},X=i=>{i.target===i.currentTarget&&l()},$=i=>{if(R==="static"){X(i);return}if(O.current||i.target!==i.currentTarget){O.current=!1;return}b==null||b()},Le=i=>{te?W==null||W(i):(i.preventDefault(),R==="static"&&l())},De=(i,M)=>{i&&Y(i),F==null||F(i,M)},Ue=i=>{g.current==null||g.current(),I==null||I(i)},$e=(i,M)=>{H==null||H(i,M),s.addEventListener(window,"resize",j)},We=i=>{i&&(i.style.display=""),q==null||q(i),s.removeEventListener(window,"resize",j)},Ge=c.useCallback(i=>s.jsxRuntimeExports.jsx("div",{...i,className:s.classNames(`${t}-backdrop`,P,!h&&"show")}),[h,P,t]),Re={...n,...S};Re.display="block";const Ke=i=>s.jsxRuntimeExports.jsx("div",{role:"dialog",...i,style:Re,className:s.classNames(e,t,ce&&`${t}-static`,!h&&"show"),onClick:R?$:void 0,onMouseUp:A,"data-bs-theme":f,"aria-label":p,"aria-labelledby":E,"aria-describedby":T,children:s.jsxRuntimeExports.jsx(m,{...le,onMouseDown:U,className:o,contentClassName:r,children:a})});return s.jsxRuntimeExports.jsx(Ee.Provider,{value:D,children:s.jsxRuntimeExports.jsx(Oe,{show:C,ref:de,backdrop:R,container:ne,keyboard:!0,autoFocus:G,enforceFocus:oe,restoreFocus:re,restoreFocusOptions:ae,onEscapeKeyDown:Le,onShow:se,onHide:b,onEnter:De,onEntering:$e,onEntered:K,onExit:Ue,onExiting:ie,onExited:We,manager:w(),transition:h?ut:void 0,backdropTransition:h?mt:void 0,renderBackdrop:Ge,renderDialog:Ke})})});Fe.displayName="Modal";const ft=Object.assign(Fe,{Body:Ae,Header:Be,Title:Ie,Footer:Me,Dialog:he,TRANSITION_DURATION:300,BACKDROP_TRANSITION_DURATION:150});/*! @azure/msal-browser v3.14.0 2024-05-07 */const pt={INITIALIZE_START:"msal:initializeStart",INITIALIZE_END:"msal:initializeEnd",ACCOUNT_ADDED:"msal:accountAdded",ACCOUNT_REMOVED:"msal:accountRemoved",ACTIVE_ACCOUNT_CHANGED:"msal:activeAccountChanged",LOGIN_START:"msal:loginStart",LOGIN_SUCCESS:"msal:loginSuccess",LOGIN_FAILURE:"msal:loginFailure",ACQUIRE_TOKEN_START:"msal:acquireTokenStart",ACQUIRE_TOKEN_SUCCESS:"msal:acquireTokenSuccess",ACQUIRE_TOKEN_FAILURE:"msal:acquireTokenFailure",ACQUIRE_TOKEN_NETWORK_START:"msal:acquireTokenFromNetworkStart",SSO_SILENT_START:"msal:ssoSilentStart",SSO_SILENT_SUCCESS:"msal:ssoSilentSuccess",SSO_SILENT_FAILURE:"msal:ssoSilentFailure",ACQUIRE_TOKEN_BY_CODE_START:"msal:acquireTokenByCodeStart",ACQUIRE_TOKEN_BY_CODE_SUCCESS:"msal:acquireTokenByCodeSuccess",ACQUIRE_TOKEN_BY_CODE_FAILURE:"msal:acquireTokenByCodeFailure",HANDLE_REDIRECT_START:"msal:handleRedirectStart",HANDLE_REDIRECT_END:"msal:handleRedirectEnd",POPUP_OPENED:"msal:popupOpened",LOGOUT_START:"msal:logoutStart",LOGOUT_SUCCESS:"msal:logoutSuccess",LOGOUT_FAILURE:"msal:logoutFailure",LOGOUT_END:"msal:logoutEnd",RESTORE_FROM_BFCACHE:"msal:restoreFromBFCache"},gt="_button_1wjon_1",Et="_filled_1wjon_7",ht="_sm_1wjon_13",Rt="_md_1wjon_18",Tt="_lg_1wjon_23",B={button:gt,filled:Et,sm:ht,md:Rt,lg:Tt},yt=({variant:t="filled",color:e="primary",size:n="md",className:o,children:r,...a})=>{const{LinkComponent:m}=c.useContext(s.LuminusComponentsContext);return a.as==="link"?s.jsxRuntimeExports.jsx(m,{to:a.href??"/",className:s.classNames(`luminus-primary-button ${e} btn ${t==="outlined"?`btn-outline-${e}`:`btn-${e}`} ${o??""}`,B.button,B[t],B[n]),...a,children:r}):a.as==="button"||a.as===void 0?s.jsxRuntimeExports.jsx("button",{type:"button",className:s.classNames(`luminus-primary-button ${e} btn ${t==="outlined"?`btn-outline-${e}`:`btn-${e}`} ${o??""}`,B.button,B[t],B[n]),...a,children:r}):null};exports.AbstractModalHeader=ke;exports.BaseModal=Oe;exports.BootstrapModalManager=we;exports.CloseButton=J;exports.EventType=pt;exports.Feedback=ee;exports.FormControl=st;exports.Loading=Xe;exports.Modal=ft;exports.ModalContext=Ee;exports.PrimaryButton=yt;exports.classes=v;exports.dataAttr=_e;exports.divWithClassName=Ne;exports.getSharedManager=je;exports.qsa=_;exports.usePrevious=ve;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { j as r, c as d, P as D, A as tt, u as w, x as nt, av as _e, aw as je, s as q, r as Le, ax as ot, ay as st, i as v, az as Ae, aA as Me, aB as De, aC as at, aD as ke, aE as rt, n as it, w as lt, z as dt, aF as Ie, F as $e, v as ct, aG as ut, Q as mt } from "./UserAvatarToggle-
|
|
1
|
+
import { j as r, c as d, P as D, A as tt, u as w, x as nt, av as _e, aw as je, s as q, r as Le, ax as ot, ay as st, i as v, az as Ae, aA as Me, aB as De, aC as at, aD as ke, aE as rt, n as it, w as lt, z as dt, aF as Ie, F as $e, v as ct, aG as ut, Q as mt } from "./UserAvatarToggle-BayC1mlH.js";
|
|
2
2
|
import * as u from "react";
|
|
3
3
|
import { useRef as R, useEffect as Te, useContext as ve, forwardRef as ft, useState as ye, useImperativeHandle as gt, useCallback as Ce, useMemo as ht } from "react";
|
|
4
4
|
import pt from "react-dom";
|
|
5
5
|
import "./latinize-B-UfS78J.js";
|
|
6
6
|
import "zod";
|
|
7
7
|
import "react-hook-form";
|
|
8
|
+
import "react-router-dom";
|
|
8
9
|
const Et = "_loading_rgybp_1", Tt = "_spinner-grow_rgybp_10", yt = "_second_rgybp_14", Ct = "_third_rgybp_17", _t = "_loadingBlock_rgybp_21", F = {
|
|
9
10
|
loading: Et,
|
|
10
11
|
"spinner-grow": "_spinner-grow_rgybp_10",
|
|
@@ -12,7 +13,7 @@ const Et = "_loading_rgybp_1", Tt = "_spinner-grow_rgybp_10", yt = "_second_rgyb
|
|
|
12
13
|
second: yt,
|
|
13
14
|
third: Ct,
|
|
14
15
|
loadingBlock: _t
|
|
15
|
-
},
|
|
16
|
+
}, tn = () => /* @__PURE__ */ r.jsxs("div", { className: d("luminus-loading", F.loading), children: [
|
|
16
17
|
/* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary"), role: "status" }),
|
|
17
18
|
/* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary", F.second), role: "status" }),
|
|
18
19
|
/* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary", F.third), role: "status" })
|
|
@@ -115,7 +116,7 @@ const Ue = /* @__PURE__ */ u.forwardRef(({
|
|
|
115
116
|
});
|
|
116
117
|
});
|
|
117
118
|
Ue.displayName = "FormControl";
|
|
118
|
-
const
|
|
119
|
+
const nn = Object.assign(Ue, {
|
|
119
120
|
Feedback: Ne
|
|
120
121
|
});
|
|
121
122
|
var oe;
|
|
@@ -650,7 +651,7 @@ const ze = /* @__PURE__ */ u.forwardRef(({
|
|
|
650
651
|
});
|
|
651
652
|
});
|
|
652
653
|
ze.displayName = "Modal";
|
|
653
|
-
const
|
|
654
|
+
const on = Object.assign(ze, {
|
|
654
655
|
Body: Ge,
|
|
655
656
|
Header: qe,
|
|
656
657
|
Title: Ve,
|
|
@@ -660,7 +661,7 @@ const nn = Object.assign(ze, {
|
|
|
660
661
|
BACKDROP_TRANSITION_DURATION: 150
|
|
661
662
|
});
|
|
662
663
|
/*! @azure/msal-browser v3.14.0 2024-05-07 */
|
|
663
|
-
const
|
|
664
|
+
const sn = {
|
|
664
665
|
INITIALIZE_START: "msal:initializeStart",
|
|
665
666
|
INITIALIZE_END: "msal:initializeEnd",
|
|
666
667
|
ACCOUNT_ADDED: "msal:accountAdded",
|
|
@@ -693,7 +694,7 @@ const on = {
|
|
|
693
694
|
sm: qt,
|
|
694
695
|
md: Vt,
|
|
695
696
|
lg: zt
|
|
696
|
-
},
|
|
697
|
+
}, an = ({ variant: t = "filled", color: e = "primary", size: n = "md", className: o, children: s, ...a }) => {
|
|
697
698
|
const { LinkComponent: m } = ve(mt);
|
|
698
699
|
return a.as === "link" ? /* @__PURE__ */ r.jsx(m, { to: a.href ?? "/", className: d(`luminus-primary-button ${e} btn ${t === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${o ?? ""}`, L.button, L[t], L[n]), ...a, children: s }) : a.as === "button" || a.as === void 0 ? /* @__PURE__ */ r.jsx("button", { type: "button", className: d(`luminus-primary-button ${e} btn ${t === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${o ?? ""}`, L.button, L[t], L[n]), ...a, children: s }) : null;
|
|
699
700
|
};
|
|
@@ -701,17 +702,17 @@ export {
|
|
|
701
702
|
$t as A,
|
|
702
703
|
Ft as B,
|
|
703
704
|
Re as C,
|
|
704
|
-
|
|
705
|
+
sn as E,
|
|
705
706
|
Ne as F,
|
|
706
|
-
|
|
707
|
+
tn as L,
|
|
707
708
|
Ke as M,
|
|
708
|
-
|
|
709
|
+
an as P,
|
|
709
710
|
Ot as a,
|
|
710
|
-
|
|
711
|
+
nn as b,
|
|
711
712
|
F as c,
|
|
712
713
|
vt as d,
|
|
713
714
|
Lt as e,
|
|
714
|
-
|
|
715
|
+
on as f,
|
|
715
716
|
Dt as g,
|
|
716
717
|
B as q,
|
|
717
718
|
Rt as u
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("./UserAvatarToggle-
|
|
1
|
+
"use strict";const e=require("./UserAvatarToggle-TIvfBxMd.cjs"),s=({text:t,placement:o,children:r})=>e.jsxRuntimeExports.jsx(e.OverlayTrigger,{placement:o,overlay:e.jsxRuntimeExports.jsx(e.Tooltip,{className:"luminus-tooltip",children:t}),children:r});exports.SimpleTooltip=s;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as o, Y as t, al as a } from "./UserAvatarToggle-
|
|
1
|
+
import { j as o, Y as t, al as a } from "./UserAvatarToggle-BayC1mlH.js";
|
|
2
2
|
const i = ({ text: s, placement: r, children: l }) => /* @__PURE__ */ o.jsx(t, { placement: r, overlay: /* @__PURE__ */ o.jsx(a, { className: "luminus-tooltip", children: s }), children: l });
|
|
3
3
|
export {
|
|
4
4
|
i as S
|
|
@@ -3,6 +3,7 @@ import Ee, { useRef as ge, useState as Ke, useCallback as U, useContext as $e, u
|
|
|
3
3
|
import { b as Oa, t as xa, k as Ta, l as Sa, n as _a } from "./latinize-B-UfS78J.js";
|
|
4
4
|
import "zod";
|
|
5
5
|
import "react-hook-form";
|
|
6
|
+
import "react-router-dom";
|
|
6
7
|
import Tt from "react-dom";
|
|
7
8
|
function wn(e) {
|
|
8
9
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -741,7 +742,7 @@ function Jo(e, t, r) {
|
|
|
741
742
|
r && r.apply(void 0, [l].concat(f)), a(l);
|
|
742
743
|
}, [r])];
|
|
743
744
|
}
|
|
744
|
-
function
|
|
745
|
+
function $d(e, t) {
|
|
745
746
|
return Object.keys(t).reduce(function(r, n) {
|
|
746
747
|
var o, i = r, a = i[Jn(n)], s = i[n], c = Ko(i, [Jn(n), n].map(Ia)), l = t[n], u = Jo(s, a, e[l]), f = u[0], v = u[1];
|
|
747
748
|
return Xr({}, c, (o = {}, o[n] = f, o[l] = v, o));
|
|
@@ -766,13 +767,13 @@ function pt(e, t) {
|
|
|
766
767
|
} = $e(xr);
|
|
767
768
|
return e || r[t] || t;
|
|
768
769
|
}
|
|
769
|
-
function
|
|
770
|
+
function Fd() {
|
|
770
771
|
const {
|
|
771
772
|
breakpoints: e
|
|
772
773
|
} = $e(xr);
|
|
773
774
|
return e;
|
|
774
775
|
}
|
|
775
|
-
function
|
|
776
|
+
function Ud() {
|
|
776
777
|
const {
|
|
777
778
|
minBreakpoint: e
|
|
778
779
|
} = $e(xr);
|
|
@@ -3899,25 +3900,25 @@ function du(e) {
|
|
|
3899
3900
|
};
|
|
3900
3901
|
return Ro !== void 0 ? /* @__PURE__ */ Ee.createElement(Ro.Consumer, null, (r) => t(r)) : t(Si);
|
|
3901
3902
|
}
|
|
3902
|
-
function
|
|
3903
|
+
function Bd(e) {
|
|
3903
3904
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }, child: [] }] })(e);
|
|
3904
3905
|
}
|
|
3905
|
-
function
|
|
3906
|
+
function zd(e) {
|
|
3906
3907
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z" }, child: [] }] })(e);
|
|
3907
3908
|
}
|
|
3908
|
-
function
|
|
3909
|
+
function Hd(e) {
|
|
3909
3910
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }, child: [] }] })(e);
|
|
3910
3911
|
}
|
|
3911
|
-
function
|
|
3912
|
+
function Vd(e) {
|
|
3912
3913
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z" }, child: [] }] })(e);
|
|
3913
3914
|
}
|
|
3914
3915
|
function pu(e) {
|
|
3915
3916
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 8h-2.81a5.985 5.985 0 0 0-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-4 4v3c0 .22-.03.47-.07.7l-.1.65-.37.65c-.72 1.24-2.04 2-3.46 2s-2.74-.77-3.46-2l-.37-.64-.1-.65A4.27 4.27 0 0 1 8 15v-4c0-.23.03-.48.07-.7l.1-.65.37-.65c.3-.52.72-.97 1.21-1.31l.57-.39.74-.18a3.787 3.787 0 0 1 1.89 0l.68.16.61.42c.5.34.91.78 1.21 1.31l.38.65.1.65c.04.22.07.47.07.69v1zm-6 2h4v2h-4zm0-4h4v2h-4z" }, child: [] }] })(e);
|
|
3916
3917
|
}
|
|
3917
|
-
function
|
|
3918
|
+
function Wd(e) {
|
|
3918
3919
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z" }, child: [] }] })(e);
|
|
3919
3920
|
}
|
|
3920
|
-
function
|
|
3921
|
+
function Yd(e) {
|
|
3921
3922
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M4 20h16v2H4zM4 2h16v2H4zM9.41 13.59 8 15l4 4 4-4-1.41-1.41L13 15.17V8.83l1.59 1.58L16 9l-4-4-4 4 1.41 1.41L11 8.83v6.34z" }, child: [] }] })(e);
|
|
3922
3923
|
}
|
|
3923
3924
|
function hu(e) {
|
|
@@ -3929,28 +3930,28 @@ function mu(e) {
|
|
|
3929
3930
|
function vu(e) {
|
|
3930
3931
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" }, child: [] }] })(e);
|
|
3931
3932
|
}
|
|
3932
|
-
function
|
|
3933
|
+
function qd(e) {
|
|
3933
3934
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" }, child: [] }] })(e);
|
|
3934
3935
|
}
|
|
3935
|
-
function
|
|
3936
|
+
function Gd(e) {
|
|
3936
3937
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z" }, child: [] }] })(e);
|
|
3937
3938
|
}
|
|
3938
|
-
function
|
|
3939
|
+
function Kd(e) {
|
|
3939
3940
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z" }, child: [] }] })(e);
|
|
3940
3941
|
}
|
|
3941
|
-
function
|
|
3942
|
+
function Jd(e) {
|
|
3942
3943
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" }, child: [] }] })(e);
|
|
3943
3944
|
}
|
|
3944
|
-
function
|
|
3945
|
+
function Xd(e) {
|
|
3945
3946
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z" }, child: [] }] })(e);
|
|
3946
3947
|
}
|
|
3947
|
-
function
|
|
3948
|
+
function Zd(e) {
|
|
3948
3949
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "m14.06 9.02.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 0 0 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z" }, child: [] }] })(e);
|
|
3949
3950
|
}
|
|
3950
3951
|
function gu(e) {
|
|
3951
3952
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z" }, child: [] }] })(e);
|
|
3952
3953
|
}
|
|
3953
|
-
function
|
|
3954
|
+
function Qd(e) {
|
|
3954
3955
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z" }, child: [] }] })(e);
|
|
3955
3956
|
}
|
|
3956
3957
|
function yu(e) {
|
|
@@ -3959,7 +3960,7 @@ function yu(e) {
|
|
|
3959
3960
|
function bu(e) {
|
|
3960
3961
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }, child: [] }] })(e);
|
|
3961
3962
|
}
|
|
3962
|
-
function
|
|
3963
|
+
function ep(e) {
|
|
3963
3964
|
return me({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "g", attr: { fill: "none" }, child: [{ tag: "path", attr: { d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M0 0h24v24H0V0z" }, child: [] }] }, { tag: "path", attr: { d: "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z" }, child: [] }] })(e);
|
|
3964
3965
|
}
|
|
3965
3966
|
const Ri = ot({
|
|
@@ -3980,7 +3981,7 @@ const Ri = ot({
|
|
|
3980
3981
|
widgetTexts: {},
|
|
3981
3982
|
texts: {},
|
|
3982
3983
|
ProjectIconComponent: {}
|
|
3983
|
-
}),
|
|
3984
|
+
}), tp = ot({
|
|
3984
3985
|
show: !1,
|
|
3985
3986
|
text: "",
|
|
3986
3987
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -3988,7 +3989,7 @@ const Ri = ot({
|
|
|
3988
3989
|
},
|
|
3989
3990
|
hideConfirm: () => {
|
|
3990
3991
|
}
|
|
3991
|
-
}),
|
|
3992
|
+
}), rp = ot({
|
|
3992
3993
|
isShown: !1,
|
|
3993
3994
|
text: "",
|
|
3994
3995
|
hidePrompt: () => {
|
|
@@ -4375,14 +4376,14 @@ var al = ({ id: e, className: t, style: r, onHeightUpdate: n, children: o }) =>
|
|
|
4375
4376
|
> * {
|
|
4376
4377
|
pointer-events: auto;
|
|
4377
4378
|
}
|
|
4378
|
-
`, sr = 16,
|
|
4379
|
+
`, sr = 16, np = ({ reverseOrder: e, position: t = "top-center", toastOptions: r, gutter: n, children: o, containerStyle: i, containerClassName: a }) => {
|
|
4379
4380
|
let { toasts: s, handlers: c } = ku(r);
|
|
4380
4381
|
return Y.createElement("div", { style: { position: "fixed", zIndex: 9999, top: sr, left: sr, right: sr, bottom: sr, pointerEvents: "none", ...i }, className: a, onMouseEnter: c.startPause, onMouseLeave: c.endPause }, s.map((l) => {
|
|
4381
4382
|
let u = l.position || t, f = c.calculateOffset(l, { reverseOrder: e, gutter: n, defaultPosition: t }), v = sl(u, f);
|
|
4382
4383
|
return Y.createElement(al, { id: l.id, key: l.id, onHeightUpdate: c.updateHeight, className: l.visible ? cl : "", style: v }, l.type === "custom" ? Er(l.message, l) : o ? o(l) : Y.createElement(il, { toast: l, position: u }));
|
|
4383
4384
|
}));
|
|
4384
4385
|
}, xt = je;
|
|
4385
|
-
const
|
|
4386
|
+
const op = ot({
|
|
4386
4387
|
isLoading: !1,
|
|
4387
4388
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
4388
4389
|
startLoading: (e) => {
|
|
@@ -4395,7 +4396,7 @@ var pn;
|
|
|
4395
4396
|
(function(e) {
|
|
4396
4397
|
e[e.LOGGING_IN = 0] = "LOGGING_IN", e[e.LOGGED_IN = 1] = "LOGGED_IN", e[e.LOGGED_OUT = 2] = "LOGGED_OUT", e[e.LOGIN_FAILED = 3] = "LOGIN_FAILED";
|
|
4397
4398
|
})(pn || (pn = {}));
|
|
4398
|
-
const ul = pn,
|
|
4399
|
+
const ul = pn, ip = ot({
|
|
4399
4400
|
user: null,
|
|
4400
4401
|
userLoginState: { state: ul.LOGGED_OUT, user: null },
|
|
4401
4402
|
loginUser: () => Promise.resolve(!0),
|
|
@@ -4466,13 +4467,13 @@ const le = {
|
|
|
4466
4467
|
le.OFFLINE_ACCESS_SCOPE
|
|
4467
4468
|
];
|
|
4468
4469
|
[...ll, le.EMAIL_SCOPE];
|
|
4469
|
-
const
|
|
4470
|
+
const ap = {
|
|
4470
4471
|
MSSTS_ACCOUNT_TYPE: "MSSTS",
|
|
4471
4472
|
ADFS_ACCOUNT_TYPE: "ADFS",
|
|
4472
4473
|
MSAV1_ACCOUNT_TYPE: "MSA",
|
|
4473
4474
|
GENERIC_ACCOUNT_TYPE: "Generic"
|
|
4474
4475
|
// NTLM, Kerberos, FBA, Basic etc
|
|
4475
|
-
},
|
|
4476
|
+
}, sp = {
|
|
4476
4477
|
CACHE_KEY_SEPARATOR: "-",
|
|
4477
4478
|
CLIENT_INFO_SEPARATOR: "."
|
|
4478
4479
|
};
|
|
@@ -4679,7 +4680,7 @@ const Mn = {
|
|
|
4679
4680
|
* Status set when interaction is complete
|
|
4680
4681
|
*/
|
|
4681
4682
|
None: "none"
|
|
4682
|
-
},
|
|
4683
|
+
}, cp = {
|
|
4683
4684
|
React: "@azure/msal-react",
|
|
4684
4685
|
Angular: "@azure/msal-angular"
|
|
4685
4686
|
};
|
|
@@ -6621,10 +6622,10 @@ const Jf = {
|
|
|
6621
6622
|
}, ra = Y.createContext(Jf);
|
|
6622
6623
|
ra.Consumer;
|
|
6623
6624
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
6624
|
-
function
|
|
6625
|
+
function up(e, t) {
|
|
6625
6626
|
return typeof e == "function" ? e(t) : e;
|
|
6626
6627
|
}
|
|
6627
|
-
function
|
|
6628
|
+
function lp(e, t) {
|
|
6628
6629
|
if (e.length !== t.length)
|
|
6629
6630
|
return !1;
|
|
6630
6631
|
const r = [...t];
|
|
@@ -6751,7 +6752,7 @@ const ed = () => {
|
|
|
6751
6752
|
break;
|
|
6752
6753
|
}
|
|
6753
6754
|
}
|
|
6754
|
-
}, []) }),
|
|
6755
|
+
}, []) }), fp = fe.CancelToken, dp = (e) => {
|
|
6755
6756
|
const { authenticated: t = !0, differentBaseUrl: r, silent: n = !1, customToken: o } = { ...e }, { language: i, axiosTexts: a, axiosOptions: s } = $e(Ri), { delegation: c } = $e(id), l = De(() => (c == null ? void 0 : c.id) ?? null, [c == null ? void 0 : c.id]), { addNotification: u } = od(), { getToken: f } = td(), v = De(() => fe.create(s), [s]), g = U(async (h) => {
|
|
6756
6757
|
var b, w, x;
|
|
6757
6758
|
if (t && !h.headers.Authorization) {
|
|
@@ -6900,12 +6901,12 @@ const Pd = En(({ children: e, className: t, hidden: r }, n) => /* @__PURE__ */ A
|
|
|
6900
6901
|
Pd.displayName = "NoInputContainer";
|
|
6901
6902
|
const Ad = "_button_qhwih_1", jd = {
|
|
6902
6903
|
button: Ad
|
|
6903
|
-
},
|
|
6904
|
+
}, pp = Ee.forwardRef(({ color: e = "primary", icon: t = /* @__PURE__ */ A.jsx(bu, { size: 21 }), text: r, onClick: n, className: o, children: i, ...a }, s) => /* @__PURE__ */ A.jsxs("button", { type: "button", ref: s, onClick: (c) => {
|
|
6904
6905
|
c.preventDefault(), n(c);
|
|
6905
6906
|
}, "aria-label": "dropdown toggle", className: ce(`btn luminus-context-button text-${e} ${o ?? ""}`, jd.button), ...a, children: [
|
|
6906
6907
|
t,
|
|
6907
6908
|
r
|
|
6908
|
-
] })),
|
|
6909
|
+
] })), hp = Ee.forwardRef(({ userName: e, onClick: t, children: r }, n) => /* @__PURE__ */ A.jsxs("button", { type: "button", ref: n, onClick: (o) => {
|
|
6909
6910
|
o.preventDefault(), t(o);
|
|
6910
6911
|
}, "aria-label": "User avatar toggle", className: "m-0 p-0", style: {
|
|
6911
6912
|
backgroundColor: "transparent",
|
|
@@ -6923,38 +6924,38 @@ export {
|
|
|
6923
6924
|
Rr as D,
|
|
6924
6925
|
ct as E,
|
|
6925
6926
|
on as F,
|
|
6926
|
-
|
|
6927
|
+
ap as G,
|
|
6927
6928
|
na as H,
|
|
6928
6929
|
Xf as I,
|
|
6929
6930
|
Qf as J,
|
|
6930
6931
|
Mn as K,
|
|
6931
6932
|
jo as L,
|
|
6932
6933
|
Nn as M,
|
|
6933
|
-
|
|
6934
|
+
up as N,
|
|
6934
6935
|
ll as O,
|
|
6935
6936
|
H as P,
|
|
6936
6937
|
Ri as Q,
|
|
6937
|
-
|
|
6938
|
-
|
|
6938
|
+
Hd as R,
|
|
6939
|
+
sp as S,
|
|
6939
6940
|
ds as T,
|
|
6940
6941
|
yu as U,
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6942
|
+
Gd as V,
|
|
6943
|
+
Kd as W,
|
|
6944
|
+
Jd as X,
|
|
6944
6945
|
iu as Y,
|
|
6945
6946
|
tu as Z,
|
|
6946
6947
|
md as _,
|
|
6947
6948
|
ja as a,
|
|
6948
|
-
|
|
6949
|
-
|
|
6949
|
+
Bd as a0,
|
|
6950
|
+
Zd as a1,
|
|
6950
6951
|
me as a2,
|
|
6951
6952
|
Cd as a3,
|
|
6952
6953
|
yd as a4,
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6954
|
+
dp as a5,
|
|
6955
|
+
qd as a6,
|
|
6956
|
+
Wd as a7,
|
|
6957
|
+
Yd as a8,
|
|
6958
|
+
Qd as a9,
|
|
6958
6959
|
un as aA,
|
|
6959
6960
|
ys as aB,
|
|
6960
6961
|
Bc as aC,
|
|
@@ -6963,26 +6964,26 @@ export {
|
|
|
6963
6964
|
os as aF,
|
|
6964
6965
|
cs as aG,
|
|
6965
6966
|
od as aH,
|
|
6966
|
-
|
|
6967
|
-
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
|
-
|
|
6967
|
+
fp as aI,
|
|
6968
|
+
pp as aa,
|
|
6969
|
+
Vd as ab,
|
|
6970
|
+
Xd as ac,
|
|
6971
|
+
ep as ad,
|
|
6971
6972
|
oa as ae,
|
|
6972
6973
|
td as af,
|
|
6973
|
-
|
|
6974
|
+
ip as ag,
|
|
6974
6975
|
ul as ah,
|
|
6975
|
-
|
|
6976
|
-
|
|
6976
|
+
zd as ai,
|
|
6977
|
+
hp as aj,
|
|
6977
6978
|
Pd as ak,
|
|
6978
6979
|
xi as al,
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6980
|
+
tp as am,
|
|
6981
|
+
rp as an,
|
|
6982
|
+
np as ao,
|
|
6983
|
+
op as ap,
|
|
6984
|
+
cp as aq,
|
|
6984
6985
|
ra as ar,
|
|
6985
|
-
|
|
6986
|
+
lp as as,
|
|
6986
6987
|
id as at,
|
|
6987
6988
|
ta as au,
|
|
6988
6989
|
xn as av,
|
|
@@ -6999,9 +7000,9 @@ export {
|
|
|
6999
7000
|
ls as h,
|
|
7000
7001
|
St as i,
|
|
7001
7002
|
A as j,
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7003
|
+
$d as k,
|
|
7004
|
+
Fd as l,
|
|
7005
|
+
Ud as m,
|
|
7005
7006
|
uo as n,
|
|
7006
7007
|
Cc as o,
|
|
7007
7008
|
kc as p,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const v=require("react"),Dt=require("./latinize-Dl6DAk4g.cjs");require("zod");require("react-hook-form");const yt=require("react-dom");function Ha(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 Y=Ha(v);function Or(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Xr={exports:{}},Pt={};/**
|
|
1
|
+
"use strict";const v=require("react"),Dt=require("./latinize-Dl6DAk4g.cjs");require("zod");require("react-hook-form");require("react-router-dom");const yt=require("react-dom");function Ha(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 Y=Ha(v);function Or(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Xr={exports:{}},Pt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|