@kakadu/components 1.7.6 → 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 +3 -2
- package/build/components/modal.js +5 -5
- package/build/components/modal.mjs +418 -417
- package/build/components.css +1 -1
- package/package.json +1 -1
- package/readme.md +5 -4
|
@@ -11,7 +11,8 @@ export type DecoratorType = ComponentType<{
|
|
|
11
11
|
}>;
|
|
12
12
|
export type ModalProperties<Data = any> = {
|
|
13
13
|
readonly root?: HTMLElement | ShadowRoot;
|
|
14
|
-
readonly
|
|
14
|
+
readonly outerDecorators?: DecoratorType[];
|
|
15
|
+
readonly innerDecorators?: DecoratorType[];
|
|
15
16
|
readonly maxWidth?: number;
|
|
16
17
|
readonly className?: string;
|
|
17
18
|
readonly isVisible?: boolean;
|
|
@@ -23,7 +24,7 @@ export type ModalProperties<Data = any> = {
|
|
|
23
24
|
readonly children?: ReactNode;
|
|
24
25
|
};
|
|
25
26
|
type ModalBaseProperties<ModalResult> = Omit<ModalProperties<ModalResult>, 'isVisible' | 'onClose'>;
|
|
26
|
-
export default function Modal<Data = any>({ root,
|
|
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;
|
|
27
28
|
export declare function useModal<ModalResult, ModalProperties = ModalBaseProperties<ModalResult>>(ModalComponent: ComponentType<ModalProperties>, properties?: ModalProperties): {
|
|
28
29
|
isVisible: boolean;
|
|
29
30
|
show: () => Promise<ModalResult | undefined>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const N=require("../jsx-runtime-BB_1_6y_.js"),
|
|
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
|
|
8
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var c,n=!0,
|
|
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){Ye(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 Xe(r){return ze(r)||He(r)||Oe(r)||Ze()}function Je(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 Qe(r){var e=Je(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)}},et=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},tt=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},rt=function(e){return X(e)&&!e.shiftKey},at=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},nt=[],it=function(e,t){var a=(t==null?void 0:t.document)||document,u=(t==null?void 0:t.trapStack)||nt,c=pe({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isolateSubtrees:!1,isKeyForward:rt,isKeyBackward:at},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},b,g=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(m){var y=m.container,w=m.tabbableNodes;return y.contains(o)||(l==null?void 0:l.includes(y))||w.find(function(p){return p===o})})},O=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=i.hasFallback,m=l===void 0?!1:l,y=i.params,w=y===void 0?[]:y,p=c[o];if(typeof p=="function"&&(p=p.apply(void 0,Xe(w))),p===!0&&(p=void 0),!p){if(p===void 0||p===!1)return p;throw new Error("`".concat(o,"` was specified but was not a node, or did not return a node"))}var k=p;if(typeof p=="string"){try{k=a.querySelector(p)}catch(S){throw new Error("`".concat(o,'` appears to be an invalid selector; error="').concat(S.message,'"'))}if(!k&&!m)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,c.tabbableOptions))if(E(a.activeElement)>=0)o=a.activeElement;else{var i=n.tabbableGroups[0],l=i&&i.firstTabbableNode;o=l||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,c.tabbableOptions),l=Fe(o,c.tabbableOptions),m=i.length>0?i[0]:void 0,y=i.length>0?i[i.length-1]:void 0,w=l.find(function(S){return z(S)}),p=l.slice().reverse().find(function(S){return z(S)}),k=!!i.find(function(S){return $(S)>0});return{container:o,tabbableNodes:i,focusableNodes:l,posTabIndexesFound:k,firstTabbableNode:m,lastTabbableNode:y,firstDomTabbableNode:w,lastDomTabbableNode:p,nextTabbableNode:function(P){var L=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,A=i.indexOf(P);return A<0?L?l.slice(l.indexOf(P)+1).find(function(W){return z(W)}):l.slice(0,l.indexOf(P)).reverse().find(function(W){return z(W)}):i[A+(L?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.")},I=function(o){var i=o.activeElement;if(i)return i.shadowRoot&&i.shadowRoot.activeElement!==null?I(i.shadowRoot):i},C=function(o){if(o!==!1&&o!==I(document)){if(!o||!o.focus){C(D());return}o.focus({preventScroll:!!c.preventScroll}),n.mostRecentlyFocusedNode=o,et(o)&&o.select()}},_=function(o){var i=O("setReturnFocus",{params:[o]});return i||(i===!1?!1:o)},j=function(o){var i=o.target,l=o.event,m=o.isBackward,y=m===void 0?!1:m;i=i||Q(l),x();var w=null;if(n.tabbableGroups.length>0){var p=E(i,l),k=p>=0?n.containerGroups[p]:void 0;if(p<0)y?w=n.tabbableGroups[n.tabbableGroups.length-1].lastTabbableNode:w=n.tabbableGroups[0].firstTabbableNode;else if(y){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=p),S>=0){var P=S===0?n.tabbableGroups.length-1:S-1,L=n.tabbableGroups[P];w=$(i)>=0?L.lastTabbableNode:L.lastDomTabbableNode}else X(l)||(w=k.nextTabbableNode(i,!1))}else{var A=n.tabbableGroups.findIndex(function(oe){var ue=oe.lastTabbableNode;return i===ue});if(A<0&&(k.container===i||ee(i,c.tabbableOptions)&&!z(i,c.tabbableOptions)&&!k.nextTabbableNode(i))&&(A=p),A>=0){var W=A===n.tabbableGroups.length-1?0:A+1,V=n.tabbableGroups[W];w=$(i)>=0?V.firstTabbableNode:V.firstDomTabbableNode}else X(l)||(w=k.nextTabbableNode(i))}}else w=O("fallbackFocus");return w},M=function(o){var i=Q(o);if(!(E(i,o)>=0)){if(Z(c.clickOutsideDeactivates,o)){b.deactivate({returnFocus:c.returnFocusOnDeactivate});return}Z(c.allowOutsideClick,o)||o.preventDefault()}},K=function(o){var i=Q(o),l=E(i,o)>=0;if(l||i instanceof Document)l&&(n.mostRecentlyFocusedNode=i);else{o.stopImmediatePropagation();var m,y=!0;if(n.mostRecentlyFocusedNode)if($(n.mostRecentlyFocusedNode)>0){var w=E(n.mostRecentlyFocusedNode),p=n.containerGroups[w].tabbableNodes;if(p.length>0){var k=p.findIndex(function(S){return S===n.mostRecentlyFocusedNode});k>=0&&(c.isKeyForward(n.recentNavEvent)?k+1<p.length&&(m=p[k+1],y=!1):k-1>=0&&(m=p[k-1],y=!1))}}else n.containerGroups.some(function(S){return S.tabbableNodes.some(function(P){return $(P)>0})})||(y=!1);else y=!1;y&&(m=j({target:n.mostRecentlyFocusedNode,isBackward:c.isKeyBackward(n.recentNavEvent)})),C(m||n.mostRecentlyFocusedNode||D())}n.recentNavEvent=void 0},H=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;n.recentNavEvent=o;var l=j({event:o,isBackward:i});l&&(X(o)&&o.preventDefault(),C(l))},G=function(o){(c.isKeyForward(o)||c.isKeyBackward(o))&&H(o,c.isKeyBackward(o))},U=function(o){tt(o)&&Z(c.escapeDeactivates,o)!==!1&&(o.preventDefault(),b.deactivate())},q=function(o){var i=Q(o);E(i,o)>=0||Z(c.clickOutsideDeactivates,o)||Z(c.allowOutsideClick,o)||(o.preventDefault(),o.stopImmediatePropagation())},v=function(){if(n.active)return B.activateTrap(u,b),n.delayInitialFocusTimer=c.delayInitialFocus?be(function(){C(D())}):C(D()),a.addEventListener("focusin",K,!0),a.addEventListener("mousedown",M,{capture:!0,passive:!1}),a.addEventListener("touchstart",M,{capture:!0,passive:!1}),a.addEventListener("click",q,{capture:!0,passive:!1}),a.addEventListener("keydown",G,{capture:!0,passive:!1}),a.addEventListener("keydown",U),b},f=function(o){n.active&&!n.paused&&b._setSubtreeIsolation(!1),n.adjacentElements.clear(),n.alreadySilent.clear();var i=new Set,l=new Set,m=de(o),y;try{for(m.s();!(y=m.n()).done;){var w=y.value;i.add(w);for(var p=typeof ShadowRoot<"u"&&w.getRootNode()instanceof ShadowRoot,k=w;k;){i.add(k);var S=k.parentElement,P=[];S?P=S.children:!S&&p&&(P=k.getRootNode().children,S=k.getRootNode().host,p=typeof ShadowRoot<"u"&&S.getRootNode()instanceof ShadowRoot);var L=de(P),A;try{for(L.s();!(A=L.n()).done;){var W=A.value;l.add(W)}}catch(V){L.e(V)}finally{L.f()}k=S}}}catch(V){m.e(V)}finally{m.f()}i.forEach(function(V){l.delete(V)}),n.adjacentElements=l},d=function(){if(n.active)return a.removeEventListener("focusin",K,!0),a.removeEventListener("mousedown",M,!0),a.removeEventListener("touchstart",M,!0),a.removeEventListener("click",q,!0),a.removeEventListener("keydown",G,!0),a.removeEventListener("keydown",U),b},s=function(o){var i=o.some(function(l){var m=Array.from(l.removedNodes);return m.some(function(y){return y===n.mostRecentlyFocusedNode})});i&&C(D())},T=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(s):void 0,R=function(){T&&(T.disconnect(),n.active&&!n.paused&&n.containers.map(function(o){T.observe(o,{subtree:!0,childList:!0})}))};return b={get active(){return n.active},get paused(){return n.paused},activate:function(o){if(n.active)return this;var i=g(o,"onActivate"),l=g(o,"onPostActivate"),m=g(o,"checkCanFocusTrap"),y=B.getActiveTrap(u),w=!1;if(y&&!y.paused){var p;(p=y._setSubtreeIsolation)===null||p===void 0||p.call(y,!1),w=!0}try{m||x(),n.active=!0,n.paused=!1,n.nodeFocusedBeforeActivation=I(a),i==null||i();var k=function(){m&&x(),v(),R(),c.isolateSubtrees&&b._setSubtreeIsolation(!0),l==null||l()};if(m)return m(n.containers.concat()).then(k,k),this;k()}catch(P){if(y===B.getActiveTrap(u)&&w){var S;(S=y._setSubtreeIsolation)===null||S===void 0||S.call(y,!0)}throw P}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||b._setSubtreeIsolation(!1),n.alreadySilent.clear(),d(),n.active=!1,n.paused=!1,R(),B.deactivateTrap(u,b);var l=g(i,"onDeactivate"),m=g(i,"onPostDeactivate"),y=g(i,"checkCanReturnFocus"),w=g(i,"returnFocus","returnFocusOnDeactivate");l==null||l();var p=function(){be(function(){w&&C(_(n.nodeFocusedBeforeActivation)),m==null||m()})};return w&&y?(y(_(n.nodeFocusedBeforeActivation)).then(p,p),this):(p(),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(l){return typeof l=="string"?a.querySelector(l):l}),c.isolateSubtrees&&f(n.containers),n.active&&(x(),c.isolateSubtrees&&!n.paused&&b._setSubtreeIsolation(!0)),R(),this}},Object.defineProperties(b,{_isManuallyPaused:{value:function(){return n.manuallyPaused}},_setPausedState:{value:function(o,i){if(n.paused===o)return this;if(n.paused=o,o){var l=g(i,"onPause"),m=g(i,"onPostPause");l==null||l(),d(),R(),b._setSubtreeIsolation(!1),m==null||m()}else{var y=g(i,"onUnpause"),w=g(i,"onPostUnpause");y==null||y(),b._setSubtreeIsolation(!0),x(),v(),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}})}}}),b.updateContainerElements(e),b};const ot=Object.freeze(Object.defineProperty({__proto__:null,createFocusTrap:it},Symbol.toStringTag,{value:"Module"})),ut=ye(ot),st=ye(We);var he;function ct(){if(he)return J.exports;he=1;function r(v){"@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(v)}var e,t;function a(v,f){if(!(v instanceof f))throw new TypeError("Cannot call a class as a function")}function u(v,f){for(var d=0;d<f.length;d++){var s=f[d];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(v,C(s.key),s)}}function c(v,f,d){return f&&u(v.prototype,f),Object.defineProperty(v,"prototype",{writable:!1}),v}function n(v,f,d){return f=O(f),b(v,E()?Reflect.construct(f,d||[],O(v).constructor):f.apply(v,d))}function b(v,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 g(v)}function g(v){if(v===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v}function E(){try{var v=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(E=function(){return!!v})()}function O(v){return O=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(f){return f.__proto__||Object.getPrototypeOf(f)},O(v)}function D(v,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function");v.prototype=Object.create(f&&f.prototype,{constructor:{value:v,writable:!0,configurable:!0}}),Object.defineProperty(v,"prototype",{writable:!1}),f&&x(v,f)}function x(v,f){return x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(d,s){return d.__proto__=s,d},x(v,f)}function I(v,f,d){return(f=C(f))in v?Object.defineProperty(v,f,{value:d,enumerable:!0,configurable:!0,writable:!0}):v[f]=d,v}function C(v){var f=_(v,"string");return r(f)=="symbol"?f:f+""}function _(v,f){if(r(v)!="object"||!v)return v;var d=v[Symbol.toPrimitive];if(d!==void 0){var s=d.call(v,f);if(r(s)!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(v)}var j=F,M=ut,K=M.createFocusTrap,H=st,G=H.isFocusable,U=parseInt((e=(t=/^(\d+)\./.exec(j.version))===null||t===void 0?void 0:t[1])!==null&&e!==void 0?e:0,10),q=(function(v){function f(d){var s;a(this,f),s=n(this,f,[d]),I(s,"getNodeForOption",function(h){var o,i=(o=this.internalOptions[h])!==null&&o!==void 0?o:this.originalOptions[h];if(typeof i=="function"){for(var l=arguments.length,m=new Array(l>1?l-1:0),y=1;y<l;y++)m[y-1]=arguments[y];i=i.apply(void 0,m)}if(i===!0&&(i=void 0),!i){if(i===void 0||i===!1)return i;throw new Error("`".concat(h,"` was specified but was not a node, or did not return a node"))}var w=i;if(typeof i=="string"){var p;if(w=(p=this.getDocument())===null||p===void 0?void 0:p.querySelector(i),!w)throw new Error("`".concat(h,"` as selector refers to no known node"))}return w}),s.handleDeactivate=s.handleDeactivate.bind(s),s.handlePostDeactivate=s.handlePostDeactivate.bind(s),s.handleClickOutsideDeactivates=s.handleClickOutsideDeactivates.bind(s),s.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:s.handleDeactivate,onPostDeactivate:s.handlePostDeactivate,clickOutsideDeactivates:s.handleClickOutsideDeactivates},s.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var T=d.focusTrapOptions;for(var R in T)if(Object.prototype.hasOwnProperty.call(T,R)){if(R==="returnFocusOnDeactivate"||R==="onDeactivate"||R==="onPostDeactivate"||R==="checkCanReturnFocus"||R==="clickOutsideDeactivates"){s.originalOptions[R]=T[R];continue}s.internalOptions[R]=T[R]}return s.outsideClick=null,s.focusTrapElements=d.containerElements||[],s.updatePreviousElement(),s}return D(f,v),c(f,[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||(typeof document<"u"?document:void 0)}},{key:"getReturnFocusNode",value:function(){var s=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return s||(s===!1?!1:this.previouslyFocusedElement)}},{key:"updatePreviousElement",value:function(){var s=this.getDocument();s&&(this.previouslyFocusedElement=s.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(s){var T=typeof this.originalOptions.clickOutsideDeactivates=="function"?this.originalOptions.clickOutsideDeactivates.call(null,s):this.originalOptions.clickOutsideDeactivates;return T&&(this.outsideClick={target:s.target,allowDeactivation:T}),T}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var s=this,T=function(){var h=s.getReturnFocusNode(),o=!!(s.originalOptions.returnFocusOnDeactivate&&h!==null&&h!==void 0&&h.focus&&(!s.outsideClick||s.outsideClick.allowDeactivation&&!G(s.outsideClick.target,s.internalOptions.tabbableOptions))),i=s.internalOptions.preventScroll,l=i===void 0?!1:i;o&&h.focus({preventScroll:l}),s.originalOptions.onPostDeactivate&&s.originalOptions.onPostDeactivate.call(null),s.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 s=this.focusTrapElements.some(Boolean);s&&(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(s){if(this.focusTrap){s.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var T=!s.active&&this.props.active,R=s.active&&!this.props.active,h=!s.paused&&this.props.paused,o=s.paused&&!this.props.paused;if(T&&(this.updatePreviousElement(),this.focusTrap.activate()),R){this.deactivateTrap();return}h&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else s.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 s=this,T=this.props.children?j.Children.only(this.props.children):void 0;if(T){if(T.type&&T.type===j.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=s.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)),s.focusTrapElements=l||[i]},h=j.cloneElement(T,{ref:R});return h}return null}}])})(j.Component);return q.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:K},J.exports=q,J.exports.FocusTrap=q,J.exports}var lt=ct();const Re=F.createContext({isVisible:!1}),{Provider:ft}=Re;function De(){return F.useContext(Re)}function dt(){const{close:r}=De(),e=F.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(je.default,{iconLeft:xe.IconType.times,label:"Close",className:"kakadu-components-3855719072",onClick:e})})]})}function vt({decorators:r,children:e}){return r.length===0?e:r.reduceRight((t,a)=>N.jsxRuntimeExports.jsx(a,{children:t}),e)}function pt({root:r,decorators:e=[],maxWidth:t,className:a,isVisible:u,isFullWidth:c=!1,shouldCloseOnOutsideClick:n=!0,shouldCloseOnEscapePress:b=!0,showCloseButton:g=!0,onClose:E,children:O}){const D=F.useRef(null),x=F.useRef(null),[I,C]=F.useState(!1),[_,j]=F.useState(!1),M=F.useCallback(d=>{D.current=d,j(!1)},[]),K=F.useRef(null),H=F.useCallback(d=>{d&&(K.current=d)},[]),[G,U]=F.useState(u??!1),q=F.useMemo(()=>({isVisible:G,setInitialFocus:H,close:M}),[G,H,M]);F.useEffect(()=>{u&&(C(!0),U(!0))},[u]),F.useEffect(()=>{if(u){const d=setTimeout(()=>{j(!0)},100);return()=>{clearTimeout(d)}}j(!1)},[u]),F.useEffect(()=>{if(I&&!_){const d=setTimeout(()=>{E==null||E(D.current??void 0),U(!1)},370);return()=>{clearTimeout(d)}}},[I,_,E]),F.useEffect(()=>{const d=x.current;if(u&&n&&d){const s=T=>{d===T.target&&j(!1)};return d.addEventListener("click",s),()=>{d.removeEventListener("click",s)}}},[u,n]),F.useEffect(()=>{if(!u||!b)return;const d=s=>{s.key==="Escape"&&j(!1)};return window.addEventListener("keydown",d),()=>{window.removeEventListener("keydown",d)}},[u,b]);const v=F.useMemo(()=>({initialFocus:()=>K.current??void 0,onActivate:()=>{var d;return(d=K.current)==null?void 0:d.focus()}}),[]),f=N.jsxRuntimeExports.jsx(vt,{decorators:e,children:N.jsxRuntimeExports.jsx("div",{style:{"--max-width":t?`${t}px`:void 0},className:le.cx("kakadu-components-4119461136",_&&"kakadu-components-2522346797",a),children:N.jsxRuntimeExports.jsx(lt.FocusTrap,{active:_,focusTrapOptions:v,children:N.jsxRuntimeExports.jsx("div",{ref:x,className:"kakadu-components-3001745367",children:N.jsxRuntimeExports.jsx("div",{className:le.cx("kakadu-components-3903793117",c&&"kakadu-components-2700481558",_&&"kakadu-components-2379306144"),children:N.jsxRuntimeExports.jsxs(ft,{value:q,children:[g?N.jsxRuntimeExports.jsx(dt,{}):null,N.jsxRuntimeExports.jsx("div",{className:"kakadu-components-4238836556",children:O})]})})})})})});return r?Ne.createPortal(f,r):f}function bt(r,e){const[t,a]=F.useState(!1),u=F.useRef(void 0),c=F.useCallback(async()=>(a(!0),new Promise(g=>{u.current=g})),[]),n=F.useCallback(g=>{var E;a(!1),(E=u.current)==null||E.call(u,g),u.current=void 0},[]),b=F.useMemo(()=>N.jsxRuntimeExports.jsx(r,{...e,isVisible:t,onClose:n}),[r,e,t,n]);return F.useMemo(()=>({isVisible:t,show:c,modal:b}),[t,c,b])}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;
|