@kakadu/components 1.7.5 → 1.7.7
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/build/components/modal.d.ts +6 -1
- package/build/components/modal.js +5 -5
- package/build/components/modal.mjs +392 -385
- package/build/components.css +1 -1
- package/package.json +1 -1
- package/readme.md +15 -0
|
@@ -6,8 +6,13 @@ type ModalProviderProperties<Data = any> = {
|
|
|
6
6
|
close?: (data?: Data) => void;
|
|
7
7
|
};
|
|
8
8
|
export declare function useModalContext<Data = any>(): ModalProviderProperties<Data>;
|
|
9
|
+
export type DecoratorType = ComponentType<{
|
|
10
|
+
children: ReactNode;
|
|
11
|
+
}>;
|
|
9
12
|
export type ModalProperties<Data = any> = {
|
|
10
13
|
readonly root?: HTMLElement | ShadowRoot;
|
|
14
|
+
readonly outerDecorators?: DecoratorType[];
|
|
15
|
+
readonly innerDecorators?: DecoratorType[];
|
|
11
16
|
readonly maxWidth?: number;
|
|
12
17
|
readonly className?: string;
|
|
13
18
|
readonly isVisible?: boolean;
|
|
@@ -19,7 +24,7 @@ export type ModalProperties<Data = any> = {
|
|
|
19
24
|
readonly children?: ReactNode;
|
|
20
25
|
};
|
|
21
26
|
type ModalBaseProperties<ModalResult> = Omit<ModalProperties<ModalResult>, 'isVisible' | 'onClose'>;
|
|
22
|
-
export default function Modal<Data = any>({ root, maxWidth, className, isVisible, isFullWidth, shouldCloseOnOutsideClick, shouldCloseOnEscapePress, showCloseButton, onClose, children, }: ModalProperties<Data>): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export default function Modal<Data = any>({ root, outerDecorators, innerDecorators, maxWidth, className, isVisible, isFullWidth, shouldCloseOnOutsideClick, shouldCloseOnEscapePress, showCloseButton, onClose, children, }: ModalProperties<Data>): import("react/jsx-runtime").JSX.Element;
|
|
23
28
|
export declare function useModal<ModalResult, ModalProperties = ModalBaseProperties<ModalResult>>(ModalComponent: ComponentType<ModalProperties>, properties?: ModalProperties): {
|
|
24
29
|
isVisible: boolean;
|
|
25
30
|
show: () => Promise<ModalResult | undefined>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const N=require("../jsx-runtime-BB_1_6y_.js"),O=require("react"),le=require("@kuma-ui/core"),xe=require("react-dom"),je=require("../icon-Dw7yhWuE.js"),Pe=require("./text-button.js");function me(r){if(Object.prototype.hasOwnProperty.call(r,"__esModule"))return r;var e=r.default;if(typeof e=="function"){var t=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(a){var s=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(t,a,s.get?s:{enumerable:!0,get:function(){return r[a]}})}),t}var J={exports:{}};/*!
|
|
2
2
|
* tabbable 6.4.0
|
|
3
3
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4
|
-
*/var
|
|
4
|
+
*/var ge=["input:not([inert]):not([inert] *)","select:not([inert]):not([inert] *)","textarea:not([inert]):not([inert] *)","a[href]:not([inert]):not([inert] *)","button:not([inert]):not([inert] *)","[tabindex]:not(slot):not([inert]):not([inert] *)","audio[controls]:not([inert]):not([inert] *)","video[controls]:not([inert]):not([inert] *)",'[contenteditable]:not([contenteditable="false"]):not([inert]):not([inert] *)',"details>summary:first-of-type:not([inert]):not([inert] *)","details:not([inert]):not([inert] *)"],te=ge.join(","),Te=typeof Element>"u",Y=Te?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,re=!Te&&Element.prototype.getRootNode?function(r){var e;return r==null||(e=r.getRootNode)===null||e===void 0?void 0:e.call(r)}:function(r){return r==null?void 0:r.ownerDocument},ae=function(e,t){var a;t===void 0&&(t=!0);var s=e==null||(a=e.getAttribute)===null||a===void 0?void 0:a.call(e,"inert"),c=s===""||s==="true",n=c||t&&e&&(typeof e.closest=="function"?e.closest("[inert]"):ae(e.parentNode));return n},Ce=function(e){var t,a=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return a===""||a==="true"},we=function(e,t,a){if(ae(e))return[];var s=Array.prototype.slice.apply(e.querySelectorAll(te));return t&&Y.call(e,te)&&s.unshift(e),s=s.filter(a),s},ne=function(e,t,a){for(var s=[],c=Array.from(e);c.length;){var n=c.shift();if(!ae(n,!1))if(n.tagName==="SLOT"){var p=n.assignedElements(),y=p.length?p:n.children,E=ne(y,!0,a);a.flatten?s.push.apply(s,E):s.push({scopeParent:n,candidates:E})}else{var F=Y.call(n,te);F&&a.filter(n)&&(t||!e.includes(n))&&s.push(n);var D=n.shadowRoot||typeof a.getShadowRoot=="function"&&a.getShadowRoot(n),x=!ae(D,!1)&&(!a.shadowRootFilter||a.shadowRootFilter(n));if(D&&x){var A=ne(D===!0?n.children:D.children,!0,a);a.flatten?s.push.apply(s,A):s.push({scopeParent:n,candidates:A})}else c.unshift.apply(c,n.children)}}return s},Ee=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},q=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||Ce(e))&&!Ee(e)?0:e.tabIndex},Ie=function(e,t){var a=q(e);return a<0&&t&&!Ee(e)?0:a},Ae=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},ke=function(e){return e.tagName==="INPUT"},_e=function(e){return ke(e)&&e.type==="hidden"},Le=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(a){return a.tagName==="SUMMARY"});return t},Me=function(e,t){for(var a=0;a<e.length;a++)if(e[a].checked&&e[a].form===t)return e[a]},Be=function(e){if(!e.name)return!0;var t=e.form||re(e),a=function(p){return t.querySelectorAll('input[type="radio"][name="'+p+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=a(window.CSS.escape(e.name));else try{s=a(e.name)}catch(n){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",n.message),!1}var c=Me(s,e.form);return!c||c===e},Ke=function(e){return ke(e)&&e.type==="radio"},qe=function(e){return Ke(e)&&!Be(e)},Ve=function(e){var t,a=e&&re(e),s=(t=a)===null||t===void 0?void 0:t.host,c=!1;if(a&&a!==e){var n,p,y;for(c=!!((n=s)!==null&&n!==void 0&&(p=n.ownerDocument)!==null&&p!==void 0&&p.contains(s)||e!=null&&(y=e.ownerDocument)!==null&&y!==void 0&&y.contains(e));!c&&s;){var E,F,D;a=re(s),s=(E=a)===null||E===void 0?void 0:E.host,c=!!((F=s)!==null&&F!==void 0&&(D=F.ownerDocument)!==null&&D!==void 0&&D.contains(s))}}return c},fe=function(e){var t=e.getBoundingClientRect(),a=t.width,s=t.height;return a===0&&s===0},$e=function(e,t){var a=t.displayCheck,s=t.getShadowRoot;if(a==="full-native"&&"checkVisibility"in e){var c=e.checkVisibility({checkOpacity:!1,opacityProperty:!1,contentVisibilityAuto:!0,visibilityProperty:!0,checkVisibilityCSS:!0});return!c}if(getComputedStyle(e).visibility==="hidden")return!0;var n=Y.call(e,"details>summary:first-of-type"),p=n?e.parentElement:e;if(Y.call(p,"details:not([open]) *"))return!0;if(!a||a==="full"||a==="full-native"||a==="legacy-full"){if(typeof s=="function"){for(var y=e;e;){var E=e.parentElement,F=re(e);if(E&&!E.shadowRoot&&s(E)===!0)return fe(e);e.assignedSlot?e=e.assignedSlot:!E&&F!==e.ownerDocument?e=F.host:e=E}e=y}if(Ve(e))return!e.getClientRects().length;if(a!=="legacy-full")return!0}else if(a==="non-zero-area")return fe(e);return!1},Ge=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var a=0;a<t.children.length;a++){var s=t.children.item(a);if(s.tagName==="LEGEND")return Y.call(t,"fieldset[disabled] *")?!0:!s.contains(e)}return!0}t=t.parentElement}return!1},ie=function(e,t){return!(t.disabled||_e(t)||$e(t,e)||Le(t)||Ge(t))},se=function(e,t){return!(qe(t)||q(t)<0||!ie(e,t))},Ue=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Se=function(e){var t=[],a=[];return e.forEach(function(s,c){var n=!!s.scopeParent,p=n?s.scopeParent:s,y=Ie(p,n),E=n?Se(s.candidates):p;y===0?n?t.push.apply(t,E):t.push(p):a.push({documentOrder:c,tabIndex:y,item:s,isScope:n,content:E})}),a.sort(Ae).reduce(function(s,c){return c.isScope?s.push.apply(s,c.content):s.push(c.content),s},[]).concat(t)},Fe=function(e,t){t=t||{};var a;return t.getShadowRoot?a=ne([e],t.includeContainer,{filter:se.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Ue}):a=we(e,t.includeContainer,se.bind(null,t)),Se(a)},Oe=function(e,t){t=t||{};var a;return t.getShadowRoot?a=ne([e],t.includeContainer,{filter:ie.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):a=we(e,t.includeContainer,ie.bind(null,t)),a},z=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Y.call(e,te)===!1?!1:se(t,e)},We=ge.concat("iframe:not([inert]):not([inert] *)").join(","),ee=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Y.call(e,We)===!1?!1:ie(t,e)};const ze=Object.freeze(Object.defineProperty({__proto__:null,focusable:Oe,getTabIndex:q,isFocusable:ee,isTabbable:z,tabbable:Fe},Symbol.toStringTag,{value:"Module"}));/*!
|
|
5
5
|
* focus-trap 7.8.0
|
|
6
6
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
7
|
-
*/function ce(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,a=Array(e);t<e;t++)a[t]=r[t];return a}function Ye(r){if(Array.isArray(r))return ce(r)}function de(r,e){var t=typeof Symbol<"u"&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=
|
|
8
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
9
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ve(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(r);e&&(a=a.filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable})),t.push.apply(t,a)}return t}function pe(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?ve(Object(t),!0).forEach(function(a){He(r,a,t[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):ve(Object(t)).forEach(function(a){Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(t,a))})}return r}function Je(r){return Ye(r)||Ze(r)||Oe(r)||Xe()}function Qe(r,e){if(typeof r!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var a=t.call(r,e);if(typeof a!="object")return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function et(r){var e=Qe(r,"string");return typeof e=="symbol"?e:e+""}function Oe(r,e){if(r){if(typeof r=="string")return ce(r,e);var t={}.toString.call(r).slice(8,-1);return t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set"?Array.from(r):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ce(r,e):void 0}}var B={getActiveTrap:function(e){return(e==null?void 0:e.length)>0?e[e.length-1]:null},activateTrap:function(e,t){var a=B.getActiveTrap(e);t!==a&&B.pauseTrap(e);var u=e.indexOf(t);u===-1||e.splice(u,1),e.push(t)},deactivateTrap:function(e,t){var a=e.indexOf(t);a!==-1&&e.splice(a,1),B.unpauseTrap(e)},pauseTrap:function(e){var t=B.getActiveTrap(e);t==null||t._setPausedState(!0)},unpauseTrap:function(e){var t=B.getActiveTrap(e);t&&!t._isManuallyPaused()&&t._setPausedState(!1)}},tt=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},rt=function(e){return(e==null?void 0:e.key)==="Escape"||(e==null?void 0:e.key)==="Esc"||(e==null?void 0:e.keyCode)===27},X=function(e){return(e==null?void 0:e.key)==="Tab"||(e==null?void 0:e.keyCode)===9},at=function(e){return X(e)&&!e.shiftKey},nt=function(e){return X(e)&&e.shiftKey},be=function(e){return setTimeout(e,0)},Z=function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];return typeof e=="function"?e.apply(void 0,a):e},Q=function(e){return e.target.shadowRoot&&typeof e.composedPath=="function"?e.composedPath()[0]:e.target},it=[],ot=function(e,t){var a=(t==null?void 0:t.document)||document,u=(t==null?void 0:t.trapStack)||it,l=pe({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isolateSubtrees:!1,isKeyForward:at,isKeyBackward:nt},t),n={containers:[],containerGroups:[],tabbableGroups:[],adjacentElements:new Set,alreadySilent:new Set,nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},p,y=function(o,i,f){return o&&o[i]!==void 0?o[i]:l[f||i]},E=function(o,i){var f=typeof(i==null?void 0:i.composedPath)=="function"?i.composedPath():void 0;return n.containerGroups.findIndex(function(g){var h=g.container,T=g.tabbableNodes;return h.contains(o)||(f==null?void 0:f.includes(h))||T.find(function(v){return v===o})})},O=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},f=i.hasFallback,g=f===void 0?!1:f,h=i.params,T=h===void 0?[]:h,v=l[o];if(typeof v=="function"&&(v=v.apply(void 0,Je(T))),v===!0&&(v=void 0),!v){if(v===void 0||v===!1)return v;throw new Error("`".concat(o,"` was specified but was not a node, or did not return a node"))}var k=v;if(typeof v=="string"){try{k=a.querySelector(v)}catch(S){throw new Error("`".concat(o,'` appears to be an invalid selector; error="').concat(S.message,'"'))}if(!k&&!g)throw new Error("`".concat(o,"` as selector refers to no known node"))}return k},D=function(){var o=O("initialFocus",{hasFallback:!0});if(o===!1)return!1;if(o===void 0||o&&!ee(o,l.tabbableOptions))if(E(a.activeElement)>=0)o=a.activeElement;else{var i=n.tabbableGroups[0],f=i&&i.firstTabbableNode;o=f||O("fallbackFocus")}else o===null&&(o=O("fallbackFocus"));if(!o)throw new Error("Your focus-trap needs to have at least one focusable element");return o},x=function(){if(n.containerGroups=n.containers.map(function(o){var i=Se(o,l.tabbableOptions),f=Fe(o,l.tabbableOptions),g=i.length>0?i[0]:void 0,h=i.length>0?i[i.length-1]:void 0,T=f.find(function(S){return W(S)}),v=f.slice().reverse().find(function(S){return W(S)}),k=!!i.find(function(S){return V(S)>0});return{container:o,tabbableNodes:i,focusableNodes:f,posTabIndexesFound:k,firstTabbableNode:g,lastTabbableNode:h,firstDomTabbableNode:T,lastDomTabbableNode:v,nextTabbableNode:function(P){var M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,I=i.indexOf(P);return I<0?M?f.slice(f.indexOf(P)+1).find(function(U){return W(U)}):f.slice(0,f.indexOf(P)).reverse().find(function(U){return W(U)}):i[I+(M?1:-1)]}}}),n.tabbableGroups=n.containerGroups.filter(function(o){return o.tabbableNodes.length>0}),n.tabbableGroups.length<=0&&!O("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(n.containerGroups.find(function(o){return o.posTabIndexesFound})&&n.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},A=function(o){var i=o.activeElement;if(i)return i.shadowRoot&&i.shadowRoot.activeElement!==null?A(i.shadowRoot):i},N=function(o){if(o!==!1&&o!==A(document)){if(!o||!o.focus){N(D());return}o.focus({preventScroll:!!l.preventScroll}),n.mostRecentlyFocusedNode=o,tt(o)&&o.select()}},_=function(o){var i=O("setReturnFocus",{params:[o]});return i||(i===!1?!1:o)},C=function(o){var i=o.target,f=o.event,g=o.isBackward,h=g===void 0?!1:g;i=i||Q(f),x();var T=null;if(n.tabbableGroups.length>0){var v=E(i,f),k=v>=0?n.containerGroups[v]:void 0;if(v<0)h?T=n.tabbableGroups[n.tabbableGroups.length-1].lastTabbableNode:T=n.tabbableGroups[0].firstTabbableNode;else if(h){var S=n.tabbableGroups.findIndex(function(oe){var ue=oe.firstTabbableNode;return i===ue});if(S<0&&(k.container===i||ee(i,l.tabbableOptions)&&!W(i,l.tabbableOptions)&&!k.nextTabbableNode(i,!1))&&(S=v),S>=0){var P=S===0?n.tabbableGroups.length-1:S-1,M=n.tabbableGroups[P];T=V(i)>=0?M.lastTabbableNode:M.lastDomTabbableNode}else X(f)||(T=k.nextTabbableNode(i,!1))}else{var I=n.tabbableGroups.findIndex(function(oe){var ue=oe.lastTabbableNode;return i===ue});if(I<0&&(k.container===i||ee(i,l.tabbableOptions)&&!W(i,l.tabbableOptions)&&!k.nextTabbableNode(i))&&(I=v),I>=0){var U=I===n.tabbableGroups.length-1?0:I+1,q=n.tabbableGroups[U];T=V(i)>=0?q.firstTabbableNode:q.firstDomTabbableNode}else X(f)||(T=k.nextTabbableNode(i))}}else T=O("fallbackFocus");return T},L=function(o){var i=Q(o);if(!(E(i,o)>=0)){if(Z(l.clickOutsideDeactivates,o)){p.deactivate({returnFocus:l.returnFocusOnDeactivate});return}Z(l.allowOutsideClick,o)||o.preventDefault()}},$=function(o){var i=Q(o),f=E(i,o)>=0;if(f||i instanceof Document)f&&(n.mostRecentlyFocusedNode=i);else{o.stopImmediatePropagation();var g,h=!0;if(n.mostRecentlyFocusedNode)if(V(n.mostRecentlyFocusedNode)>0){var T=E(n.mostRecentlyFocusedNode),v=n.containerGroups[T].tabbableNodes;if(v.length>0){var k=v.findIndex(function(S){return S===n.mostRecentlyFocusedNode});k>=0&&(l.isKeyForward(n.recentNavEvent)?k+1<v.length&&(g=v[k+1],h=!1):k-1>=0&&(g=v[k-1],h=!1))}}else n.containerGroups.some(function(S){return S.tabbableNodes.some(function(P){return V(P)>0})})||(h=!1);else h=!1;h&&(g=C({target:n.mostRecentlyFocusedNode,isBackward:l.isKeyBackward(n.recentNavEvent)})),N(g||n.mostRecentlyFocusedNode||D())}n.recentNavEvent=void 0},Y=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;n.recentNavEvent=o;var f=C({event:o,isBackward:i});f&&(X(o)&&o.preventDefault(),N(f))},G=function(o){(l.isKeyForward(o)||l.isKeyBackward(o))&&Y(o,l.isKeyBackward(o))},H=function(o){rt(o)&&Z(l.escapeDeactivates,o)!==!1&&(o.preventDefault(),p.deactivate())},K=function(o){var i=Q(o);E(i,o)>=0||Z(l.clickOutsideDeactivates,o)||Z(l.allowOutsideClick,o)||(o.preventDefault(),o.stopImmediatePropagation())},d=function(){if(n.active)return B.activateTrap(u,p),n.delayInitialFocusTimer=l.delayInitialFocus?be(function(){N(D())}):N(D()),a.addEventListener("focusin",$,!0),a.addEventListener("mousedown",L,{capture:!0,passive:!1}),a.addEventListener("touchstart",L,{capture:!0,passive:!1}),a.addEventListener("click",K,{capture:!0,passive:!1}),a.addEventListener("keydown",G,{capture:!0,passive:!1}),a.addEventListener("keydown",H),p},s=function(o){n.active&&!n.paused&&p._setSubtreeIsolation(!1),n.adjacentElements.clear(),n.alreadySilent.clear();var i=new Set,f=new Set,g=de(o),h;try{for(g.s();!(h=g.n()).done;){var T=h.value;i.add(T);for(var v=typeof ShadowRoot<"u"&&T.getRootNode()instanceof ShadowRoot,k=T;k;){i.add(k);var S=k.parentElement,P=[];S?P=S.children:!S&&v&&(P=k.getRootNode().children,S=k.getRootNode().host,v=typeof ShadowRoot<"u"&&S.getRootNode()instanceof ShadowRoot);var M=de(P),I;try{for(M.s();!(I=M.n()).done;){var U=I.value;f.add(U)}}catch(q){M.e(q)}finally{M.f()}k=S}}}catch(q){g.e(q)}finally{g.f()}i.forEach(function(q){f.delete(q)}),n.adjacentElements=f},m=function(){if(n.active)return a.removeEventListener("focusin",$,!0),a.removeEventListener("mousedown",L,!0),a.removeEventListener("touchstart",L,!0),a.removeEventListener("click",K,!0),a.removeEventListener("keydown",G,!0),a.removeEventListener("keydown",H),p},c=function(o){var i=o.some(function(f){var g=Array.from(f.removedNodes);return g.some(function(h){return h===n.mostRecentlyFocusedNode})});i&&N(D())},w=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(c):void 0,R=function(){w&&(w.disconnect(),n.active&&!n.paused&&n.containers.map(function(o){w.observe(o,{subtree:!0,childList:!0})}))};return p={get active(){return n.active},get paused(){return n.paused},activate:function(o){if(n.active)return this;var i=y(o,"onActivate"),f=y(o,"onPostActivate"),g=y(o,"checkCanFocusTrap"),h=B.getActiveTrap(u),T=!1;if(h&&!h.paused){var v;(v=h._setSubtreeIsolation)===null||v===void 0||v.call(h,!1),T=!0}try{g||x(),n.active=!0,n.paused=!1,n.nodeFocusedBeforeActivation=A(a),i==null||i();var k=function(){g&&x(),d(),R(),l.isolateSubtrees&&p._setSubtreeIsolation(!0),f==null||f()};if(g)return g(n.containers.concat()).then(k,k),this;k()}catch(P){if(h===B.getActiveTrap(u)&&T){var S;(S=h._setSubtreeIsolation)===null||S===void 0||S.call(h,!0)}throw P}return this},deactivate:function(o){if(!n.active)return this;var i=pe({onDeactivate:l.onDeactivate,onPostDeactivate:l.onPostDeactivate,checkCanReturnFocus:l.checkCanReturnFocus},o);clearTimeout(n.delayInitialFocusTimer),n.delayInitialFocusTimer=void 0,n.paused||p._setSubtreeIsolation(!1),n.alreadySilent.clear(),m(),n.active=!1,n.paused=!1,R(),B.deactivateTrap(u,p);var f=y(i,"onDeactivate"),g=y(i,"onPostDeactivate"),h=y(i,"checkCanReturnFocus"),T=y(i,"returnFocus","returnFocusOnDeactivate");f==null||f();var v=function(){be(function(){T&&N(_(n.nodeFocusedBeforeActivation)),g==null||g()})};return T&&h?(h(_(n.nodeFocusedBeforeActivation)).then(v,v),this):(v(),this)},pause:function(o){return n.active?(n.manuallyPaused=!0,this._setPausedState(!0,o)):this},unpause:function(o){return n.active?(n.manuallyPaused=!1,u[u.length-1]!==this?this:this._setPausedState(!1,o)):this},updateContainerElements:function(o){var i=[].concat(o).filter(Boolean);return n.containers=i.map(function(f){return typeof f=="string"?a.querySelector(f):f}),l.isolateSubtrees&&s(n.containers),n.active&&(x(),l.isolateSubtrees&&!n.paused&&p._setSubtreeIsolation(!0)),R(),this}},Object.defineProperties(p,{_isManuallyPaused:{value:function(){return n.manuallyPaused}},_setPausedState:{value:function(o,i){if(n.paused===o)return this;if(n.paused=o,o){var f=y(i,"onPause"),g=y(i,"onPostPause");f==null||f(),m(),R(),p._setSubtreeIsolation(!1),g==null||g()}else{var h=y(i,"onUnpause"),T=y(i,"onPostUnpause");h==null||h(),p._setSubtreeIsolation(!0),x(),d(),R(),T==null||T()}return this}},_setSubtreeIsolation:{value:function(o){l.isolateSubtrees&&n.adjacentElements.forEach(function(i){var f;if(o)switch(l.isolateSubtrees){case"aria-hidden":(i.ariaHidden==="true"||((f=i.getAttribute("aria-hidden"))===null||f===void 0?void 0:f.toLowerCase())==="true")&&n.alreadySilent.add(i),i.setAttribute("aria-hidden","true");break;default:(i.inert||i.hasAttribute("inert"))&&n.alreadySilent.add(i),i.setAttribute("inert",!0);break}else if(!n.alreadySilent.has(i))switch(l.isolateSubtrees){case"aria-hidden":i.removeAttribute("aria-hidden");break;default:i.removeAttribute("inert");break}})}}}),p.updateContainerElements(e),p};const ut=Object.freeze(Object.defineProperty({__proto__:null,createFocusTrap:ot},Symbol.toStringTag,{value:"Module"})),st=ye(ut),ct=ye(ze);var he;function lt(){if(he)return J.exports;he=1;function r(d){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},r(d)}var e,t;function a(d,s){if(!(d instanceof s))throw new TypeError("Cannot call a class as a function")}function u(d,s){for(var m=0;m<s.length;m++){var c=s[m];c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(d,N(c.key),c)}}function l(d,s,m){return s&&u(d.prototype,s),Object.defineProperty(d,"prototype",{writable:!1}),d}function n(d,s,m){return s=O(s),p(d,E()?Reflect.construct(s,m||[],O(d).constructor):s.apply(d,m))}function p(d,s){if(s&&(r(s)=="object"||typeof s=="function"))return s;if(s!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return y(d)}function y(d){if(d===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return d}function E(){try{var d=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(E=function(){return!!d})()}function O(d){return O=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(s){return s.__proto__||Object.getPrototypeOf(s)},O(d)}function D(d,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function");d.prototype=Object.create(s&&s.prototype,{constructor:{value:d,writable:!0,configurable:!0}}),Object.defineProperty(d,"prototype",{writable:!1}),s&&x(d,s)}function x(d,s){return x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(m,c){return m.__proto__=c,m},x(d,s)}function A(d,s,m){return(s=N(s))in d?Object.defineProperty(d,s,{value:m,enumerable:!0,configurable:!0,writable:!0}):d[s]=m,d}function N(d){var s=_(d,"string");return r(s)=="symbol"?s:s+""}function _(d,s){if(r(d)!="object"||!d)return d;var m=d[Symbol.toPrimitive];if(m!==void 0){var c=m.call(d,s);if(r(c)!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(d)}var C=F,L=st,$=L.createFocusTrap,Y=ct,G=Y.isFocusable,H=parseInt((e=(t=/^(\d+)\./.exec(C.version))===null||t===void 0?void 0:t[1])!==null&&e!==void 0?e:0,10),K=(function(d){function s(m){var c;a(this,s),c=n(this,s,[m]),A(c,"getNodeForOption",function(b){var o,i=(o=this.internalOptions[b])!==null&&o!==void 0?o:this.originalOptions[b];if(typeof i=="function"){for(var f=arguments.length,g=new Array(f>1?f-1:0),h=1;h<f;h++)g[h-1]=arguments[h];i=i.apply(void 0,g)}if(i===!0&&(i=void 0),!i){if(i===void 0||i===!1)return i;throw new Error("`".concat(b,"` was specified but was not a node, or did not return a node"))}var T=i;if(typeof i=="string"){var v;if(T=(v=this.getDocument())===null||v===void 0?void 0:v.querySelector(i),!T)throw new Error("`".concat(b,"` as selector refers to no known node"))}return T}),c.handleDeactivate=c.handleDeactivate.bind(c),c.handlePostDeactivate=c.handlePostDeactivate.bind(c),c.handleClickOutsideDeactivates=c.handleClickOutsideDeactivates.bind(c),c.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:c.handleDeactivate,onPostDeactivate:c.handlePostDeactivate,clickOutsideDeactivates:c.handleClickOutsideDeactivates},c.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var w=m.focusTrapOptions;for(var R in w)if(Object.prototype.hasOwnProperty.call(w,R)){if(R==="returnFocusOnDeactivate"||R==="onDeactivate"||R==="onPostDeactivate"||R==="checkCanReturnFocus"||R==="clickOutsideDeactivates"){c.originalOptions[R]=w[R];continue}c.internalOptions[R]=w[R]}return c.outsideClick=null,c.focusTrapElements=m.containerElements||[],c.updatePreviousElement(),c}return D(s,d),l(s,[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||(typeof document<"u"?document:void 0)}},{key:"getReturnFocusNode",value:function(){var c=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return c||(c===!1?!1:this.previouslyFocusedElement)}},{key:"updatePreviousElement",value:function(){var c=this.getDocument();c&&(this.previouslyFocusedElement=c.activeElement)}},{key:"deactivateTrap",value:function(){!this.focusTrap||!this.focusTrap.active||this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(c){var w=typeof this.originalOptions.clickOutsideDeactivates=="function"?this.originalOptions.clickOutsideDeactivates.call(null,c):this.originalOptions.clickOutsideDeactivates;return w&&(this.outsideClick={target:c.target,allowDeactivation:w}),w}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var c=this,w=function(){var b=c.getReturnFocusNode(),o=!!(c.originalOptions.returnFocusOnDeactivate&&b!==null&&b!==void 0&&b.focus&&(!c.outsideClick||c.outsideClick.allowDeactivation&&!G(c.outsideClick.target,c.internalOptions.tabbableOptions))),i=c.internalOptions.preventScroll,f=i===void 0?!1:i;o&&b.focus({preventScroll:f}),c.originalOptions.onPostDeactivate&&c.originalOptions.onPostDeactivate.call(null),c.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(w,w):w()}},{key:"setupFocusTrap",value:function(){if(this.focusTrap)this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause());else{var c=this.focusTrapElements.some(Boolean);c&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(c){if(this.focusTrap){c.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var w=!c.active&&this.props.active,R=c.active&&!this.props.active,b=!c.paused&&this.props.paused,o=c.paused&&!this.props.paused;if(w&&(this.updatePreviousElement(),this.focusTrap.activate()),R){this.deactivateTrap();return}b&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else c.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var c=this,w=this.props.children?C.Children.only(this.props.children):void 0;if(w){if(w.type&&w.type===C.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");var R=function(i){var f=c.props.containerElements;w&&(H>=19?typeof w.props.ref=="function"?w.props.ref(i):w.props.ref&&(w.props.ref.current=i):typeof w.ref=="function"?w.ref(i):w.ref&&(w.ref.current=i)),c.focusTrapElements=f||[i]},b=C.cloneElement(w,{ref:R});return b}return null}}])})(C.Component);return K.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:$},J.exports=K,J.exports.FocusTrap=K,J.exports}var ft=lt();const Re=F.createContext({isVisible:!1}),{Provider:dt}=Re;function De(){return F.useContext(Re)}function vt(){const{close:r}=De(),e=F.useCallback(()=>{r==null||r()},[r]);return j.jsxRuntimeExports.jsxs(j.jsxRuntimeExports.Fragment,{children:[j.jsxRuntimeExports.jsx("div",{className:"kakadu-components-2543813221"}),j.jsxRuntimeExports.jsx("div",{className:"kakadu-components-840864829",children:j.jsxRuntimeExports.jsx(je.default,{iconLeft:xe.IconType.times,label:"Close",className:"kakadu-components-3855719072",onClick:e})})]})}function pt({root:r,maxWidth:e,className:t,isVisible:a,isFullWidth:u=!1,shouldCloseOnOutsideClick:l=!0,shouldCloseOnEscapePress:n=!0,showCloseButton:p=!0,onClose:y,children:E}){const O=F.useRef(null),D=F.useRef(null),[x,A]=F.useState(!1),[N,_]=F.useState(!1),C=F.useCallback(s=>{O.current=s,_(!1)},[]),L=F.useRef(null),$=F.useCallback(s=>{s&&(L.current=s)},[]),[Y,G]=F.useState(a??!1),H=F.useMemo(()=>({isVisible:Y,setInitialFocus:$,close:C}),[Y,$,C]);F.useEffect(()=>{a&&(A(!0),G(!0))},[a]),F.useEffect(()=>{if(a){const s=setTimeout(()=>{_(!0)},100);return()=>{clearTimeout(s)}}_(!1)},[a]),F.useEffect(()=>{if(x&&!N){const s=setTimeout(()=>{y==null||y(O.current??void 0),G(!1)},370);return()=>{clearTimeout(s)}}},[x,N,y]),F.useEffect(()=>{const s=D.current;if(a&&l&&s){const m=c=>{s===c.target&&_(!1)};return s.addEventListener("click",m),()=>{s.removeEventListener("click",m)}}},[a,l]),F.useEffect(()=>{if(!a||!n)return;const s=m=>{m.key==="Escape"&&_(!1)};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[a,n]);const K=F.useMemo(()=>({initialFocus:()=>L.current??void 0,onActivate:()=>{var s;return(s=L.current)==null?void 0:s.focus()}}),[]),d=j.jsxRuntimeExports.jsx("div",{style:{"--max-width":e?`${e}px`:void 0},className:le.cx(r?Pe.default:void 0,"kakadu-components-2807459246",N&&"kakadu-components-1399012551",t),children:j.jsxRuntimeExports.jsx(ft.FocusTrap,{active:N,focusTrapOptions:K,children:j.jsxRuntimeExports.jsx("div",{ref:D,className:"kakadu-components-3521538255",children:j.jsxRuntimeExports.jsx("div",{className:le.cx("kakadu-components-1982320206",u&&"kakadu-components-3904045733",N&&"kakadu-components-3829535111"),children:j.jsxRuntimeExports.jsxs(dt,{value:H,children:[p?j.jsxRuntimeExports.jsx(vt,{}):null,j.jsxRuntimeExports.jsx("div",{className:"kakadu-components-2617708556",children:E})]})})})})});return r?Ne.createPortal(d,r):d}function bt(r,e){const[t,a]=F.useState(!1),u=F.useRef(void 0),l=F.useCallback(async()=>(a(!0),new Promise(y=>{u.current=y})),[]),n=F.useCallback(y=>{var E;a(!1),(E=u.current)==null||E.call(u,y),u.current=void 0},[]),p=F.useMemo(()=>j.jsxRuntimeExports.jsx(r,{...e,isVisible:t,onClose:n}),[r,e,t,n]);return F.useMemo(()=>({isVisible:t,show:l,modal:p}),[t,l,p])}exports.default=pt;exports.useModal=bt;exports.useModalContext=De;
|
|
7
|
+
*/function ce(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,a=Array(e);t<e;t++)a[t]=r[t];return a}function Ye(r){if(Array.isArray(r))return ce(r)}function de(r,e){var t=typeof Symbol<"u"&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=Re(r))||e){t&&(r=t);var a=0,s=function(){};return{s,n:function(){return a>=r.length?{done:!0}:{done:!1,value:r[a++]}},e:function(y){throw y},f:s}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var c,n=!0,p=!1;return{s:function(){t=t.call(r)},n:function(){var y=t.next();return n=y.done,y},e:function(y){p=!0,c=y},f:function(){try{n||t.return==null||t.return()}finally{if(p)throw c}}}}function He(r,e,t){return(e=et(e))in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Ze(r){if(typeof Symbol<"u"&&r[Symbol.iterator]!=null||r["@@iterator"]!=null)return Array.from(r)}function Xe(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
9
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ve(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(r);e&&(a=a.filter(function(s){return Object.getOwnPropertyDescriptor(r,s).enumerable})),t.push.apply(t,a)}return t}function pe(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?ve(Object(t),!0).forEach(function(a){He(r,a,t[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):ve(Object(t)).forEach(function(a){Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(t,a))})}return r}function Je(r){return Ye(r)||Ze(r)||Re(r)||Xe()}function Qe(r,e){if(typeof r!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var a=t.call(r,e);if(typeof a!="object")return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function et(r){var e=Qe(r,"string");return typeof e=="symbol"?e:e+""}function Re(r,e){if(r){if(typeof r=="string")return ce(r,e);var t={}.toString.call(r).slice(8,-1);return t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set"?Array.from(r):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ce(r,e):void 0}}var B={getActiveTrap:function(e){return(e==null?void 0:e.length)>0?e[e.length-1]:null},activateTrap:function(e,t){var a=B.getActiveTrap(e);t!==a&&B.pauseTrap(e);var s=e.indexOf(t);s===-1||e.splice(s,1),e.push(t)},deactivateTrap:function(e,t){var a=e.indexOf(t);a!==-1&&e.splice(a,1),B.unpauseTrap(e)},pauseTrap:function(e){var t=B.getActiveTrap(e);t==null||t._setPausedState(!0)},unpauseTrap:function(e){var t=B.getActiveTrap(e);t&&!t._isManuallyPaused()&&t._setPausedState(!1)}},tt=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},rt=function(e){return(e==null?void 0:e.key)==="Escape"||(e==null?void 0:e.key)==="Esc"||(e==null?void 0:e.keyCode)===27},X=function(e){return(e==null?void 0:e.key)==="Tab"||(e==null?void 0:e.keyCode)===9},at=function(e){return X(e)&&!e.shiftKey},nt=function(e){return X(e)&&e.shiftKey},be=function(e){return setTimeout(e,0)},Z=function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];return typeof e=="function"?e.apply(void 0,a):e},Q=function(e){return e.target.shadowRoot&&typeof e.composedPath=="function"?e.composedPath()[0]:e.target},it=[],ot=function(e,t){var a=(t==null?void 0:t.document)||document,s=(t==null?void 0:t.trapStack)||it,c=pe({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isolateSubtrees:!1,isKeyForward:at,isKeyBackward:nt},t),n={containers:[],containerGroups:[],tabbableGroups:[],adjacentElements:new Set,alreadySilent:new Set,nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},p,y=function(o,i,l){return o&&o[i]!==void 0?o[i]:c[l||i]},E=function(o,i){var l=typeof(i==null?void 0:i.composedPath)=="function"?i.composedPath():void 0;return n.containerGroups.findIndex(function(g){var h=g.container,w=g.tabbableNodes;return h.contains(o)||(l==null?void 0:l.includes(h))||w.find(function(v){return v===o})})},F=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=i.hasFallback,g=l===void 0?!1:l,h=i.params,w=h===void 0?[]:h,v=c[o];if(typeof v=="function"&&(v=v.apply(void 0,Je(w))),v===!0&&(v=void 0),!v){if(v===void 0||v===!1)return v;throw new Error("`".concat(o,"` was specified but was not a node, or did not return a node"))}var k=v;if(typeof v=="string"){try{k=a.querySelector(v)}catch(S){throw new Error("`".concat(o,'` appears to be an invalid selector; error="').concat(S.message,'"'))}if(!k&&!g)throw new Error("`".concat(o,"` as selector refers to no known node"))}return k},D=function(){var o=F("initialFocus",{hasFallback:!0});if(o===!1)return!1;if(o===void 0||o&&!ee(o,c.tabbableOptions))if(E(a.activeElement)>=0)o=a.activeElement;else{var i=n.tabbableGroups[0],l=i&&i.firstTabbableNode;o=l||F("fallbackFocus")}else o===null&&(o=F("fallbackFocus"));if(!o)throw new Error("Your focus-trap needs to have at least one focusable element");return o},x=function(){if(n.containerGroups=n.containers.map(function(o){var i=Fe(o,c.tabbableOptions),l=Oe(o,c.tabbableOptions),g=i.length>0?i[0]:void 0,h=i.length>0?i[i.length-1]:void 0,w=l.find(function(S){return z(S)}),v=l.slice().reverse().find(function(S){return z(S)}),k=!!i.find(function(S){return q(S)>0});return{container:o,tabbableNodes:i,focusableNodes:l,posTabIndexesFound:k,firstTabbableNode:g,lastTabbableNode:h,firstDomTabbableNode:w,lastDomTabbableNode:v,nextTabbableNode:function(C){var L=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,_=i.indexOf(C);return _<0?L?l.slice(l.indexOf(C)+1).find(function(W){return z(W)}):l.slice(0,l.indexOf(C)).reverse().find(function(W){return z(W)}):i[_+(L?1:-1)]}}}),n.tabbableGroups=n.containerGroups.filter(function(o){return o.tabbableNodes.length>0}),n.tabbableGroups.length<=0&&!F("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(n.containerGroups.find(function(o){return o.posTabIndexesFound})&&n.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},A=function(o){var i=o.activeElement;if(i)return i.shadowRoot&&i.shadowRoot.activeElement!==null?A(i.shadowRoot):i},j=function(o){if(o!==!1&&o!==A(document)){if(!o||!o.focus){j(D());return}o.focus({preventScroll:!!c.preventScroll}),n.mostRecentlyFocusedNode=o,tt(o)&&o.select()}},H=function(o){var i=F("setReturnFocus",{params:[o]});return i||(i===!1?!1:o)},P=function(o){var i=o.target,l=o.event,g=o.isBackward,h=g===void 0?!1:g;i=i||Q(l),x();var w=null;if(n.tabbableGroups.length>0){var v=E(i,l),k=v>=0?n.containerGroups[v]:void 0;if(v<0)h?w=n.tabbableGroups[n.tabbableGroups.length-1].lastTabbableNode:w=n.tabbableGroups[0].firstTabbableNode;else if(h){var S=n.tabbableGroups.findIndex(function(oe){var ue=oe.firstTabbableNode;return i===ue});if(S<0&&(k.container===i||ee(i,c.tabbableOptions)&&!z(i,c.tabbableOptions)&&!k.nextTabbableNode(i,!1))&&(S=v),S>=0){var C=S===0?n.tabbableGroups.length-1:S-1,L=n.tabbableGroups[C];w=q(i)>=0?L.lastTabbableNode:L.lastDomTabbableNode}else X(l)||(w=k.nextTabbableNode(i,!1))}else{var _=n.tabbableGroups.findIndex(function(oe){var ue=oe.lastTabbableNode;return i===ue});if(_<0&&(k.container===i||ee(i,c.tabbableOptions)&&!z(i,c.tabbableOptions)&&!k.nextTabbableNode(i))&&(_=v),_>=0){var W=_===n.tabbableGroups.length-1?0:_+1,K=n.tabbableGroups[W];w=q(i)>=0?K.firstTabbableNode:K.firstDomTabbableNode}else X(l)||(w=k.nextTabbableNode(i))}}else w=F("fallbackFocus");return w},I=function(o){var i=Q(o);if(!(E(i,o)>=0)){if(Z(c.clickOutsideDeactivates,o)){p.deactivate({returnFocus:c.returnFocusOnDeactivate});return}Z(c.allowOutsideClick,o)||o.preventDefault()}},V=function(o){var i=Q(o),l=E(i,o)>=0;if(l||i instanceof Document)l&&(n.mostRecentlyFocusedNode=i);else{o.stopImmediatePropagation();var g,h=!0;if(n.mostRecentlyFocusedNode)if(q(n.mostRecentlyFocusedNode)>0){var w=E(n.mostRecentlyFocusedNode),v=n.containerGroups[w].tabbableNodes;if(v.length>0){var k=v.findIndex(function(S){return S===n.mostRecentlyFocusedNode});k>=0&&(c.isKeyForward(n.recentNavEvent)?k+1<v.length&&(g=v[k+1],h=!1):k-1>=0&&(g=v[k-1],h=!1))}}else n.containerGroups.some(function(S){return S.tabbableNodes.some(function(C){return q(C)>0})})||(h=!1);else h=!1;h&&(g=P({target:n.mostRecentlyFocusedNode,isBackward:c.isKeyBackward(n.recentNavEvent)})),j(g||n.mostRecentlyFocusedNode||D())}n.recentNavEvent=void 0},$=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;n.recentNavEvent=o;var l=P({event:o,isBackward:i});l&&(X(o)&&o.preventDefault(),j(l))},G=function(o){(c.isKeyForward(o)||c.isKeyBackward(o))&&$(o,c.isKeyBackward(o))},U=function(o){rt(o)&&Z(c.escapeDeactivates,o)!==!1&&(o.preventDefault(),p.deactivate())},M=function(o){var i=Q(o);E(i,o)>=0||Z(c.clickOutsideDeactivates,o)||Z(c.allowOutsideClick,o)||(o.preventDefault(),o.stopImmediatePropagation())},d=function(){if(n.active)return B.activateTrap(s,p),n.delayInitialFocusTimer=c.delayInitialFocus?be(function(){j(D())}):j(D()),a.addEventListener("focusin",V,!0),a.addEventListener("mousedown",I,{capture:!0,passive:!1}),a.addEventListener("touchstart",I,{capture:!0,passive:!1}),a.addEventListener("click",M,{capture:!0,passive:!1}),a.addEventListener("keydown",G,{capture:!0,passive:!1}),a.addEventListener("keydown",U),p},f=function(o){n.active&&!n.paused&&p._setSubtreeIsolation(!1),n.adjacentElements.clear(),n.alreadySilent.clear();var i=new Set,l=new Set,g=de(o),h;try{for(g.s();!(h=g.n()).done;){var w=h.value;i.add(w);for(var v=typeof ShadowRoot<"u"&&w.getRootNode()instanceof ShadowRoot,k=w;k;){i.add(k);var S=k.parentElement,C=[];S?C=S.children:!S&&v&&(C=k.getRootNode().children,S=k.getRootNode().host,v=typeof ShadowRoot<"u"&&S.getRootNode()instanceof ShadowRoot);var L=de(C),_;try{for(L.s();!(_=L.n()).done;){var W=_.value;l.add(W)}}catch(K){L.e(K)}finally{L.f()}k=S}}}catch(K){g.e(K)}finally{g.f()}i.forEach(function(K){l.delete(K)}),n.adjacentElements=l},m=function(){if(n.active)return a.removeEventListener("focusin",V,!0),a.removeEventListener("mousedown",I,!0),a.removeEventListener("touchstart",I,!0),a.removeEventListener("click",M,!0),a.removeEventListener("keydown",G,!0),a.removeEventListener("keydown",U),p},u=function(o){var i=o.some(function(l){var g=Array.from(l.removedNodes);return g.some(function(h){return h===n.mostRecentlyFocusedNode})});i&&j(D())},T=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(u):void 0,R=function(){T&&(T.disconnect(),n.active&&!n.paused&&n.containers.map(function(o){T.observe(o,{subtree:!0,childList:!0})}))};return p={get active(){return n.active},get paused(){return n.paused},activate:function(o){if(n.active)return this;var i=y(o,"onActivate"),l=y(o,"onPostActivate"),g=y(o,"checkCanFocusTrap"),h=B.getActiveTrap(s),w=!1;if(h&&!h.paused){var v;(v=h._setSubtreeIsolation)===null||v===void 0||v.call(h,!1),w=!0}try{g||x(),n.active=!0,n.paused=!1,n.nodeFocusedBeforeActivation=A(a),i==null||i();var k=function(){g&&x(),d(),R(),c.isolateSubtrees&&p._setSubtreeIsolation(!0),l==null||l()};if(g)return g(n.containers.concat()).then(k,k),this;k()}catch(C){if(h===B.getActiveTrap(s)&&w){var S;(S=h._setSubtreeIsolation)===null||S===void 0||S.call(h,!0)}throw C}return this},deactivate:function(o){if(!n.active)return this;var i=pe({onDeactivate:c.onDeactivate,onPostDeactivate:c.onPostDeactivate,checkCanReturnFocus:c.checkCanReturnFocus},o);clearTimeout(n.delayInitialFocusTimer),n.delayInitialFocusTimer=void 0,n.paused||p._setSubtreeIsolation(!1),n.alreadySilent.clear(),m(),n.active=!1,n.paused=!1,R(),B.deactivateTrap(s,p);var l=y(i,"onDeactivate"),g=y(i,"onPostDeactivate"),h=y(i,"checkCanReturnFocus"),w=y(i,"returnFocus","returnFocusOnDeactivate");l==null||l();var v=function(){be(function(){w&&j(H(n.nodeFocusedBeforeActivation)),g==null||g()})};return w&&h?(h(H(n.nodeFocusedBeforeActivation)).then(v,v),this):(v(),this)},pause:function(o){return n.active?(n.manuallyPaused=!0,this._setPausedState(!0,o)):this},unpause:function(o){return n.active?(n.manuallyPaused=!1,s[s.length-1]!==this?this:this._setPausedState(!1,o)):this},updateContainerElements:function(o){var i=[].concat(o).filter(Boolean);return n.containers=i.map(function(l){return typeof l=="string"?a.querySelector(l):l}),c.isolateSubtrees&&f(n.containers),n.active&&(x(),c.isolateSubtrees&&!n.paused&&p._setSubtreeIsolation(!0)),R(),this}},Object.defineProperties(p,{_isManuallyPaused:{value:function(){return n.manuallyPaused}},_setPausedState:{value:function(o,i){if(n.paused===o)return this;if(n.paused=o,o){var l=y(i,"onPause"),g=y(i,"onPostPause");l==null||l(),m(),R(),p._setSubtreeIsolation(!1),g==null||g()}else{var h=y(i,"onUnpause"),w=y(i,"onPostUnpause");h==null||h(),p._setSubtreeIsolation(!0),x(),d(),R(),w==null||w()}return this}},_setSubtreeIsolation:{value:function(o){c.isolateSubtrees&&n.adjacentElements.forEach(function(i){var l;if(o)switch(c.isolateSubtrees){case"aria-hidden":(i.ariaHidden==="true"||((l=i.getAttribute("aria-hidden"))===null||l===void 0?void 0:l.toLowerCase())==="true")&&n.alreadySilent.add(i),i.setAttribute("aria-hidden","true");break;default:(i.inert||i.hasAttribute("inert"))&&n.alreadySilent.add(i),i.setAttribute("inert",!0);break}else if(!n.alreadySilent.has(i))switch(c.isolateSubtrees){case"aria-hidden":i.removeAttribute("aria-hidden");break;default:i.removeAttribute("inert");break}})}}}),p.updateContainerElements(e),p};const ut=Object.freeze(Object.defineProperty({__proto__:null,createFocusTrap:ot},Symbol.toStringTag,{value:"Module"})),st=me(ut),ct=me(ze);var he;function lt(){if(he)return J.exports;he=1;function r(d){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},r(d)}var e,t;function a(d,f){if(!(d instanceof f))throw new TypeError("Cannot call a class as a function")}function s(d,f){for(var m=0;m<f.length;m++){var u=f[m];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(d,j(u.key),u)}}function c(d,f,m){return f&&s(d.prototype,f),Object.defineProperty(d,"prototype",{writable:!1}),d}function n(d,f,m){return f=F(f),p(d,E()?Reflect.construct(f,m||[],F(d).constructor):f.apply(d,m))}function p(d,f){if(f&&(r(f)=="object"||typeof f=="function"))return f;if(f!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return y(d)}function y(d){if(d===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return d}function E(){try{var d=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(E=function(){return!!d})()}function F(d){return F=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(f){return f.__proto__||Object.getPrototypeOf(f)},F(d)}function D(d,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function");d.prototype=Object.create(f&&f.prototype,{constructor:{value:d,writable:!0,configurable:!0}}),Object.defineProperty(d,"prototype",{writable:!1}),f&&x(d,f)}function x(d,f){return x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(m,u){return m.__proto__=u,m},x(d,f)}function A(d,f,m){return(f=j(f))in d?Object.defineProperty(d,f,{value:m,enumerable:!0,configurable:!0,writable:!0}):d[f]=m,d}function j(d){var f=H(d,"string");return r(f)=="symbol"?f:f+""}function H(d,f){if(r(d)!="object"||!d)return d;var m=d[Symbol.toPrimitive];if(m!==void 0){var u=m.call(d,f);if(r(u)!="object")return u;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(d)}var P=O,I=st,V=I.createFocusTrap,$=ct,G=$.isFocusable,U=parseInt((e=(t=/^(\d+)\./.exec(P.version))===null||t===void 0?void 0:t[1])!==null&&e!==void 0?e:0,10),M=(function(d){function f(m){var u;a(this,f),u=n(this,f,[m]),A(u,"getNodeForOption",function(b){var o,i=(o=this.internalOptions[b])!==null&&o!==void 0?o:this.originalOptions[b];if(typeof i=="function"){for(var l=arguments.length,g=new Array(l>1?l-1:0),h=1;h<l;h++)g[h-1]=arguments[h];i=i.apply(void 0,g)}if(i===!0&&(i=void 0),!i){if(i===void 0||i===!1)return i;throw new Error("`".concat(b,"` was specified but was not a node, or did not return a node"))}var w=i;if(typeof i=="string"){var v;if(w=(v=this.getDocument())===null||v===void 0?void 0:v.querySelector(i),!w)throw new Error("`".concat(b,"` as selector refers to no known node"))}return w}),u.handleDeactivate=u.handleDeactivate.bind(u),u.handlePostDeactivate=u.handlePostDeactivate.bind(u),u.handleClickOutsideDeactivates=u.handleClickOutsideDeactivates.bind(u),u.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:u.handleDeactivate,onPostDeactivate:u.handlePostDeactivate,clickOutsideDeactivates:u.handleClickOutsideDeactivates},u.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var T=m.focusTrapOptions;for(var R in T)if(Object.prototype.hasOwnProperty.call(T,R)){if(R==="returnFocusOnDeactivate"||R==="onDeactivate"||R==="onPostDeactivate"||R==="checkCanReturnFocus"||R==="clickOutsideDeactivates"){u.originalOptions[R]=T[R];continue}u.internalOptions[R]=T[R]}return u.outsideClick=null,u.focusTrapElements=m.containerElements||[],u.updatePreviousElement(),u}return D(f,d),c(f,[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||(typeof document<"u"?document:void 0)}},{key:"getReturnFocusNode",value:function(){var u=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return u||(u===!1?!1:this.previouslyFocusedElement)}},{key:"updatePreviousElement",value:function(){var u=this.getDocument();u&&(this.previouslyFocusedElement=u.activeElement)}},{key:"deactivateTrap",value:function(){!this.focusTrap||!this.focusTrap.active||this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(u){var T=typeof this.originalOptions.clickOutsideDeactivates=="function"?this.originalOptions.clickOutsideDeactivates.call(null,u):this.originalOptions.clickOutsideDeactivates;return T&&(this.outsideClick={target:u.target,allowDeactivation:T}),T}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var u=this,T=function(){var b=u.getReturnFocusNode(),o=!!(u.originalOptions.returnFocusOnDeactivate&&b!==null&&b!==void 0&&b.focus&&(!u.outsideClick||u.outsideClick.allowDeactivation&&!G(u.outsideClick.target,u.internalOptions.tabbableOptions))),i=u.internalOptions.preventScroll,l=i===void 0?!1:i;o&&b.focus({preventScroll:l}),u.originalOptions.onPostDeactivate&&u.originalOptions.onPostDeactivate.call(null),u.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(T,T):T()}},{key:"setupFocusTrap",value:function(){if(this.focusTrap)this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause());else{var u=this.focusTrapElements.some(Boolean);u&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(u){if(this.focusTrap){u.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var T=!u.active&&this.props.active,R=u.active&&!this.props.active,b=!u.paused&&this.props.paused,o=u.paused&&!this.props.paused;if(T&&(this.updatePreviousElement(),this.focusTrap.activate()),R){this.deactivateTrap();return}b&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else u.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var u=this,T=this.props.children?P.Children.only(this.props.children):void 0;if(T){if(T.type&&T.type===P.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");var R=function(i){var l=u.props.containerElements;T&&(U>=19?typeof T.props.ref=="function"?T.props.ref(i):T.props.ref&&(T.props.ref.current=i):typeof T.ref=="function"?T.ref(i):T.ref&&(T.ref.current=i)),u.focusTrapElements=l||[i]},b=P.cloneElement(T,{ref:R});return b}return null}}])})(P.Component);return M.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:V},J.exports=M,J.exports.FocusTrap=M,J.exports}var ft=lt();const De=O.createContext({isVisible:!1}),{Provider:dt}=De;function Ne(){return O.useContext(De)}function vt(){const{close:r}=Ne(),e=O.useCallback(()=>{r==null||r()},[r]);return N.jsxRuntimeExports.jsxs(N.jsxRuntimeExports.Fragment,{children:[N.jsxRuntimeExports.jsx("div",{className:"kakadu-components-2543813221"}),N.jsxRuntimeExports.jsx("div",{className:"kakadu-components-840864829",children:N.jsxRuntimeExports.jsx(Pe.default,{iconLeft:je.IconType.times,label:"Close",className:"kakadu-components-3855719072",onClick:e})})]})}function ye({decorators:r,children:e}){return r.length===0?e:r.reduceRight((t,a)=>N.jsxRuntimeExports.jsx(a,{children:t}),e)}function pt({root:r,outerDecorators:e=[],innerDecorators:t=[],maxWidth:a,className:s,isVisible:c,isFullWidth:n=!1,shouldCloseOnOutsideClick:p=!0,shouldCloseOnEscapePress:y=!0,showCloseButton:E=!0,onClose:F,children:D}){const x=O.useRef(null),A=O.useRef(null),[j,H]=O.useState(!1),[P,I]=O.useState(!1),V=O.useCallback(u=>{x.current=u,I(!1)},[]),$=O.useRef(null),G=O.useCallback(u=>{u&&($.current=u)},[]),[U,M]=O.useState(c??!1),d=O.useMemo(()=>({isVisible:U,setInitialFocus:G,close:V}),[U,G,V]);O.useEffect(()=>{c&&(H(!0),M(!0))},[c]),O.useEffect(()=>{if(c){const u=setTimeout(()=>{I(!0)},100);return()=>{clearTimeout(u)}}I(!1)},[c]),O.useEffect(()=>{if(j&&!P){const u=setTimeout(()=>{F==null||F(x.current??void 0),M(!1)},370);return()=>{clearTimeout(u)}}},[j,P,F]),O.useEffect(()=>{const u=A.current;if(c&&p&&u){const T=R=>{u===R.target&&I(!1)};return u.addEventListener("click",T),()=>{u.removeEventListener("click",T)}}},[c,p]),O.useEffect(()=>{if(!c||!y)return;const u=T=>{T.key==="Escape"&&I(!1)};return window.addEventListener("keydown",u),()=>{window.removeEventListener("keydown",u)}},[c,y]);const f=O.useMemo(()=>({initialFocus:()=>$.current??void 0,onActivate:()=>{var u;return(u=$.current)==null?void 0:u.focus()}}),[]),m=N.jsxRuntimeExports.jsx(ye,{decorators:e,children:N.jsxRuntimeExports.jsx("div",{style:{"--max-width":a?`${a}px`:void 0},className:le.cx("kakadu-components-4119461136",P&&"kakadu-components-2522346797",s),children:N.jsxRuntimeExports.jsx(ye,{decorators:t,children:N.jsxRuntimeExports.jsx(ft.FocusTrap,{active:P,focusTrapOptions:f,children:N.jsxRuntimeExports.jsx("div",{ref:A,className:"kakadu-components-4011815997",children:N.jsxRuntimeExports.jsx("div",{className:le.cx("kakadu-components-3324483532",n&&"kakadu-components-3799971070",P&&"kakadu-components-968755580"),children:N.jsxRuntimeExports.jsxs(dt,{value:d,children:[E?N.jsxRuntimeExports.jsx(vt,{}):null,N.jsxRuntimeExports.jsx("div",{className:"kakadu-components-177997624",children:D})]})})})})})})});return r?xe.createPortal(m,r):m}function bt(r,e){const[t,a]=O.useState(!1),s=O.useRef(void 0),c=O.useCallback(async()=>(a(!0),new Promise(y=>{s.current=y})),[]),n=O.useCallback(y=>{var E;a(!1),(E=s.current)==null||E.call(s,y),s.current=void 0},[]),p=O.useMemo(()=>N.jsxRuntimeExports.jsx(r,{...e,isVisible:t,onClose:n}),[r,e,t,n]);return O.useMemo(()=>({isVisible:t,show:c,modal:p}),[t,c,p])}exports.default=pt;exports.useModal=bt;exports.useModalContext=Ne;
|