@unlk/keymaster 1.4.1 → 1.4.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Unlock Keymaster v1.4.1 (https://unlock-com.github.io/keymaster)
2
+ * Unlock Keymaster v1.4.3 (https://keymaster.unlock.com)
3
3
  * Copyright 2022-2026 Unlk Developers
4
4
  */
5
5
  (function (global, factory) {
@@ -59,7 +59,7 @@
59
59
  function requireData () {
60
60
  if (hasRequiredData) return data$1.exports;
61
61
  hasRequiredData = 1;
62
- (function (module, exports) {
62
+ (function (module, exports$1) {
63
63
  (function (global, factory) {
64
64
  module.exports = factory() ;
65
65
  })(data, function () {
@@ -132,10 +132,10 @@
132
132
  function requireUtil () {
133
133
  if (hasRequiredUtil) return util$1.exports;
134
134
  hasRequiredUtil = 1;
135
- (function (module, exports) {
135
+ (function (module, exports$1) {
136
136
  (function (global, factory) {
137
- factory(exports) ;
138
- })(util, function (exports) {
137
+ factory(exports$1) ;
138
+ })(util, function (exports$1) {
139
139
 
140
140
  /**
141
141
  * --------------------------------------------------------------------------
@@ -381,26 +381,26 @@
381
381
  }
382
382
  return list[Math.max(0, Math.min(index, listLength - 1))];
383
383
  };
384
- exports.defineJQueryPlugin = defineJQueryPlugin;
385
- exports.execute = execute;
386
- exports.executeAfterTransition = executeAfterTransition;
387
- exports.findShadowRoot = findShadowRoot;
388
- exports.getElement = getElement;
389
- exports.getNextActiveElement = getNextActiveElement;
390
- exports.getTransitionDurationFromElement = getTransitionDurationFromElement;
391
- exports.getUID = getUID;
392
- exports.getjQuery = getjQuery;
393
- exports.isDisabled = isDisabled;
394
- exports.isElement = isElement;
395
- exports.isRTL = isRTL;
396
- exports.isVisible = isVisible;
397
- exports.noop = noop;
398
- exports.onDOMContentLoaded = onDOMContentLoaded;
399
- exports.parseSelector = parseSelector;
400
- exports.reflow = reflow;
401
- exports.toType = toType;
402
- exports.triggerTransitionEnd = triggerTransitionEnd;
403
- Object.defineProperty(exports, Symbol.toStringTag, {
384
+ exports$1.defineJQueryPlugin = defineJQueryPlugin;
385
+ exports$1.execute = execute;
386
+ exports$1.executeAfterTransition = executeAfterTransition;
387
+ exports$1.findShadowRoot = findShadowRoot;
388
+ exports$1.getElement = getElement;
389
+ exports$1.getNextActiveElement = getNextActiveElement;
390
+ exports$1.getTransitionDurationFromElement = getTransitionDurationFromElement;
391
+ exports$1.getUID = getUID;
392
+ exports$1.getjQuery = getjQuery;
393
+ exports$1.isDisabled = isDisabled;
394
+ exports$1.isElement = isElement;
395
+ exports$1.isRTL = isRTL;
396
+ exports$1.isVisible = isVisible;
397
+ exports$1.noop = noop;
398
+ exports$1.onDOMContentLoaded = onDOMContentLoaded;
399
+ exports$1.parseSelector = parseSelector;
400
+ exports$1.reflow = reflow;
401
+ exports$1.toType = toType;
402
+ exports$1.triggerTransitionEnd = triggerTransitionEnd;
403
+ Object.defineProperty(exports$1, Symbol.toStringTag, {
404
404
  value: 'Module'
405
405
  });
406
406
  });
@@ -420,7 +420,7 @@
420
420
  function requireEventHandler () {
421
421
  if (hasRequiredEventHandler) return eventHandler$1.exports;
422
422
  hasRequiredEventHandler = 1;
423
- (function (module, exports) {
423
+ (function (module, exports$1) {
424
424
  (function (global, factory) {
425
425
  module.exports = factory(requireUtil()) ;
426
426
  })(eventHandler, function (index_js) {
@@ -666,7 +666,7 @@
666
666
  function requireManipulator () {
667
667
  if (hasRequiredManipulator) return manipulator$1.exports;
668
668
  hasRequiredManipulator = 1;
669
- (function (module, exports) {
669
+ (function (module, exports$1) {
670
670
  (function (global, factory) {
671
671
  module.exports = factory() ;
672
672
  })(manipulator, function () {
@@ -744,7 +744,7 @@
744
744
  function requireConfig () {
745
745
  if (hasRequiredConfig) return config$1.exports;
746
746
  hasRequiredConfig = 1;
747
- (function (module, exports) {
747
+ (function (module, exports$1) {
748
748
  (function (global, factory) {
749
749
  module.exports = factory(requireManipulator(), requireUtil()) ;
750
750
  })(config, function (Manipulator, index_js) {
@@ -817,7 +817,7 @@
817
817
  function requireBaseComponent () {
818
818
  if (hasRequiredBaseComponent) return baseComponent$1.exports;
819
819
  hasRequiredBaseComponent = 1;
820
- (function (module, exports) {
820
+ (function (module, exports$1) {
821
821
  (function (global, factory) {
822
822
  module.exports = factory(requireData(), requireEventHandler(), requireConfig(), requireUtil()) ;
823
823
  })(baseComponent, function (Data, EventHandler, Config, index_js) {
@@ -912,7 +912,7 @@
912
912
  function requireSelectorEngine () {
913
913
  if (hasRequiredSelectorEngine) return selectorEngine$1.exports;
914
914
  hasRequiredSelectorEngine = 1;
915
- (function (module, exports) {
915
+ (function (module, exports$1) {
916
916
  (function (global, factory) {
917
917
  module.exports = factory(requireUtil()) ;
918
918
  })(selectorEngine, function (index_js) {
@@ -1022,10 +1022,10 @@
1022
1022
  function requireComponentFunctions () {
1023
1023
  if (hasRequiredComponentFunctions) return componentFunctions$1.exports;
1024
1024
  hasRequiredComponentFunctions = 1;
1025
- (function (module, exports) {
1025
+ (function (module, exports$1) {
1026
1026
  (function (global, factory) {
1027
- factory(exports, requireEventHandler(), requireSelectorEngine(), requireUtil()) ;
1028
- })(componentFunctions, function (exports, EventHandler, SelectorEngine, index_js) {
1027
+ factory(exports$1, requireEventHandler(), requireSelectorEngine(), requireUtil()) ;
1028
+ })(componentFunctions, function (exports$1, EventHandler, SelectorEngine, index_js) {
1029
1029
 
1030
1030
  /**
1031
1031
  * --------------------------------------------------------------------------
@@ -1050,8 +1050,8 @@
1050
1050
  instance[method]();
1051
1051
  });
1052
1052
  };
1053
- exports.enableDismissTrigger = enableDismissTrigger;
1054
- Object.defineProperty(exports, Symbol.toStringTag, {
1053
+ exports$1.enableDismissTrigger = enableDismissTrigger;
1054
+ Object.defineProperty(exports$1, Symbol.toStringTag, {
1055
1055
  value: 'Module'
1056
1056
  });
1057
1057
  });
@@ -1071,7 +1071,7 @@
1071
1071
  function requireAlert () {
1072
1072
  if (hasRequiredAlert) return alert$2.exports;
1073
1073
  hasRequiredAlert = 1;
1074
- (function (module, exports) {
1074
+ (function (module, exports$1) {
1075
1075
  (function (global, factory) {
1076
1076
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireComponentFunctions(), requireUtil()) ;
1077
1077
  })(alert$1, function (BaseComponent, EventHandler, componentFunctions_js, index_js) {
@@ -1173,7 +1173,7 @@
1173
1173
  function requireSwipe () {
1174
1174
  if (hasRequiredSwipe) return swipe$1.exports;
1175
1175
  hasRequiredSwipe = 1;
1176
- (function (module, exports) {
1176
+ (function (module, exports$1) {
1177
1177
  (function (global, factory) {
1178
1178
  module.exports = factory(requireEventHandler(), requireConfig(), requireUtil()) ;
1179
1179
  })(swipe, function (EventHandler, Config, index_js) {
@@ -1313,7 +1313,7 @@
1313
1313
  function requireCarousel () {
1314
1314
  if (hasRequiredCarousel) return carousel$2.exports;
1315
1315
  hasRequiredCarousel = 1;
1316
- (function (module, exports) {
1316
+ (function (module, exports$1) {
1317
1317
  (function (global, factory) {
1318
1318
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireManipulator(), requireSelectorEngine(), requireUtil(), requireSwipe()) ;
1319
1319
  })(carousel$1, function (BaseComponent, EventHandler, Manipulator, SelectorEngine, index_js, Swipe) {
@@ -1711,7 +1711,7 @@
1711
1711
  function requireButton () {
1712
1712
  if (hasRequiredButton) return button$2.exports;
1713
1713
  hasRequiredButton = 1;
1714
- (function (module, exports) {
1714
+ (function (module, exports$1) {
1715
1715
  (function (global, factory) {
1716
1716
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireUtil()) ;
1717
1717
  })(button$1, function (BaseComponent, EventHandler, index_js) {
@@ -3465,7 +3465,7 @@
3465
3465
  function requireDropdown () {
3466
3466
  if (hasRequiredDropdown) return dropdown$2.exports;
3467
3467
  hasRequiredDropdown = 1;
3468
- (function (module, exports) {
3468
+ (function (module, exports$1) {
3469
3469
  (function (global, factory) {
3470
3470
  module.exports = factory(require$$0, requireBaseComponent(), requireEventHandler(), requireManipulator(), requireSelectorEngine(), requireUtil()) ;
3471
3471
  })(dropdown$1, function (Popper, BaseComponent, EventHandler, Manipulator, SelectorEngine, index_js) {
@@ -3881,7 +3881,7 @@
3881
3881
  function requireCollapse () {
3882
3882
  if (hasRequiredCollapse) return collapse$2.exports;
3883
3883
  hasRequiredCollapse = 1;
3884
- (function (module, exports) {
3884
+ (function (module, exports$1) {
3885
3885
  (function (global, factory) {
3886
3886
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireSelectorEngine(), requireUtil()) ;
3887
3887
  })(collapse$1, function (BaseComponent, EventHandler, SelectorEngine, index_js) {
@@ -4142,7 +4142,7 @@
4142
4142
  function requireBackdrop () {
4143
4143
  if (hasRequiredBackdrop) return backdrop$1.exports;
4144
4144
  hasRequiredBackdrop = 1;
4145
- (function (module, exports) {
4145
+ (function (module, exports$1) {
4146
4146
  (function (global, factory) {
4147
4147
  module.exports = factory(requireEventHandler(), requireConfig(), requireUtil()) ;
4148
4148
  })(backdrop, function (EventHandler, Config, index_js) {
@@ -4288,7 +4288,7 @@
4288
4288
  function requireFocustrap () {
4289
4289
  if (hasRequiredFocustrap) return focustrap$1.exports;
4290
4290
  hasRequiredFocustrap = 1;
4291
- (function (module, exports) {
4291
+ (function (module, exports$1) {
4292
4292
  (function (global, factory) {
4293
4293
  module.exports = factory(requireEventHandler(), requireSelectorEngine(), requireConfig()) ;
4294
4294
  })(focustrap, function (EventHandler, SelectorEngine, Config) {
@@ -4408,7 +4408,7 @@
4408
4408
  function requireScrollbar () {
4409
4409
  if (hasRequiredScrollbar) return scrollbar$1.exports;
4410
4410
  hasRequiredScrollbar = 1;
4411
- (function (module, exports) {
4411
+ (function (module, exports$1) {
4412
4412
  (function (global, factory) {
4413
4413
  module.exports = factory(requireManipulator(), requireSelectorEngine(), requireUtil()) ;
4414
4414
  })(scrollbar, function (Manipulator, SelectorEngine, index_js) {
@@ -4526,7 +4526,7 @@
4526
4526
  function requireOffcanvas () {
4527
4527
  if (hasRequiredOffcanvas) return offcanvas$2.exports;
4528
4528
  hasRequiredOffcanvas = 1;
4529
- (function (module, exports) {
4529
+ (function (module, exports$1) {
4530
4530
  (function (global, factory) {
4531
4531
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireSelectorEngine(), requireBackdrop(), requireComponentFunctions(), requireFocustrap(), requireUtil(), requireScrollbar()) ;
4532
4532
  })(offcanvas$1, function (BaseComponent, EventHandler, SelectorEngine, Backdrop, componentFunctions_js, FocusTrap, index_js, ScrollBarHelper) {
@@ -4782,7 +4782,7 @@
4782
4782
  function requireModal () {
4783
4783
  if (hasRequiredModal) return modal$2.exports;
4784
4784
  hasRequiredModal = 1;
4785
- (function (module, exports) {
4785
+ (function (module, exports$1) {
4786
4786
  (function (global, factory) {
4787
4787
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireSelectorEngine(), requireBackdrop(), requireComponentFunctions(), requireFocustrap(), requireUtil(), requireScrollbar()) ;
4788
4788
  })(modal$1, function (BaseComponent, EventHandler, SelectorEngine, Backdrop, componentFunctions_js, FocusTrap, index_js, ScrollBarHelper) {
@@ -5112,7 +5112,7 @@
5112
5112
  function requireScrollspy () {
5113
5113
  if (hasRequiredScrollspy) return scrollspy$2.exports;
5114
5114
  hasRequiredScrollspy = 1;
5115
- (function (module, exports) {
5115
+ (function (module, exports$1) {
5116
5116
  (function (global, factory) {
5117
5117
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireSelectorEngine(), requireUtil()) ;
5118
5118
  })(scrollspy$1, function (BaseComponent, EventHandler, SelectorEngine, index_js) {
@@ -5401,10 +5401,10 @@
5401
5401
  function requireSanitizer () {
5402
5402
  if (hasRequiredSanitizer) return sanitizer$1.exports;
5403
5403
  hasRequiredSanitizer = 1;
5404
- (function (module, exports) {
5404
+ (function (module, exports$1) {
5405
5405
  (function (global, factory) {
5406
- factory(exports) ;
5407
- })(sanitizer, function (exports) {
5406
+ factory(exports$1) ;
5407
+ })(sanitizer, function (exports$1) {
5408
5408
 
5409
5409
  /**
5410
5410
  * --------------------------------------------------------------------------
@@ -5500,9 +5500,9 @@
5500
5500
  }
5501
5501
  return createdDocument.body.innerHTML;
5502
5502
  }
5503
- exports.DefaultAllowlist = DefaultAllowlist;
5504
- exports.sanitizeHtml = sanitizeHtml;
5505
- Object.defineProperty(exports, Symbol.toStringTag, {
5503
+ exports$1.DefaultAllowlist = DefaultAllowlist;
5504
+ exports$1.sanitizeHtml = sanitizeHtml;
5505
+ Object.defineProperty(exports$1, Symbol.toStringTag, {
5506
5506
  value: 'Module'
5507
5507
  });
5508
5508
  });
@@ -5524,7 +5524,7 @@
5524
5524
  function requireTemplateFactory () {
5525
5525
  if (hasRequiredTemplateFactory) return templateFactory$1.exports;
5526
5526
  hasRequiredTemplateFactory = 1;
5527
- (function (module, exports) {
5527
+ (function (module, exports$1) {
5528
5528
  (function (global, factory) {
5529
5529
  module.exports = factory(requireSelectorEngine(), requireConfig(), requireSanitizer(), requireUtil()) ;
5530
5530
  })(templateFactory, function (SelectorEngine, Config, sanitizer_js, index_js) {
@@ -5680,7 +5680,7 @@
5680
5680
  function requireTooltip () {
5681
5681
  if (hasRequiredTooltip) return tooltip$2.exports;
5682
5682
  hasRequiredTooltip = 1;
5683
- (function (module, exports) {
5683
+ (function (module, exports$1) {
5684
5684
  (function (global, factory) {
5685
5685
  module.exports = factory(require$$0, requireBaseComponent(), requireEventHandler(), requireManipulator(), requireUtil(), requireSanitizer(), requireTemplateFactory()) ;
5686
5686
  })(tooltip$1, function (Popper, BaseComponent, EventHandler, Manipulator, index_js, sanitizer_js, TemplateFactory) {
@@ -6235,7 +6235,7 @@
6235
6235
  function requirePopover () {
6236
6236
  if (hasRequiredPopover) return popover$2.exports;
6237
6237
  hasRequiredPopover = 1;
6238
- (function (module, exports) {
6238
+ (function (module, exports$1) {
6239
6239
  (function (global, factory) {
6240
6240
  module.exports = factory(requireTooltip(), requireUtil()) ;
6241
6241
  })(popover$1, function (Tooltip, index_js) {
@@ -6341,7 +6341,7 @@
6341
6341
  function requireToast () {
6342
6342
  if (hasRequiredToast) return toast$2.exports;
6343
6343
  hasRequiredToast = 1;
6344
- (function (module, exports) {
6344
+ (function (module, exports$1) {
6345
6345
  (function (global, factory) {
6346
6346
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireComponentFunctions(), requireUtil()) ;
6347
6347
  })(toast$1, function (BaseComponent, EventHandler, componentFunctions_js, index_js) {
@@ -6549,7 +6549,7 @@
6549
6549
  function requireTab () {
6550
6550
  if (hasRequiredTab) return tab$2.exports;
6551
6551
  hasRequiredTab = 1;
6552
- (function (module, exports) {
6552
+ (function (module, exports$1) {
6553
6553
  (function (global, factory) {
6554
6554
  module.exports = factory(requireBaseComponent(), requireEventHandler(), requireSelectorEngine(), requireUtil()) ;
6555
6555
  })(tab$1, function (BaseComponent, EventHandler, SelectorEngine, index_js) {
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Unlock Keymaster v1.4.1 (https://unlock-com.github.io/keymaster)
2
+ * Unlock Keymaster v1.4.3 (https://keymaster.unlock.com)
3
3
  * Copyright 2022-2026 Unlk Developers
4
4
  */
5
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).keymaster={})}(this,function(e){"use strict";function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var n=function e(){var n=!1;try{n=this instanceof e}catch{}return n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var i=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,i.get?i:{enumerable:!0,get:function(){return e[t]}})}),n}var i,s={exports:{}},o={exports:{}},r={exports:{}};function a(){return i||(i=1,function(e){e.exports=function(){const e=new Map,t={set(t,n,i){e.has(t)||e.set(t,new Map);const s=e.get(t);(s.has(n)||0===s.size)&&s.set(n,i)},get:(t,n)=>e.has(t)&&e.get(t).get(n)||null,remove(t,n){if(!e.has(t))return;const i=e.get(t);i.delete(n),0===i.size&&e.delete(t)}};return t}()}(r)),r.exports}var l,c={exports:{}},u={exports:{}};function d(){return l||(l=1,function(e,t){!function(e){const t=1e6,n=1e3,i="transitionend",s=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),e),o=e=>null==e?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),r=e=>{do{e+=Math.floor(Math.random()*t)}while(document.getElementById(e));return e},a=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:i}=window.getComputedStyle(e);const s=Number.parseFloat(t),o=Number.parseFloat(i);return s||o?(t=t.split(",")[0],i=i.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(i))*n):0},l=e=>{e.dispatchEvent(new Event(i))},c=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),u=e=>c(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(s(e)):null,d=e=>{if(!c(e)||0===e.getClientRects().length)return!1;const t="visible"===getComputedStyle(e).getPropertyValue("visibility"),n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const t=e.closest("summary");if(t&&t.parentNode!==n)return!1;if(null===t)return!1}return t},h=e=>!e||e.nodeType!==Node.ELEMENT_NODE||!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled")),f=e=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?f(e.parentNode):null},p=()=>{},g=e=>{e.offsetHeight},m=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,_=[],b=e=>{"loading"===document.readyState?(_.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of _)e()}),_.push(e)):e()},v=()=>"rtl"===document.documentElement.dir,y=e=>{b(()=>{const t=m();if(t){const n=e.NAME,i=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=i,e.jQueryInterface)}})},w=(e,t=[],n=e)=>"function"==typeof e?e.call(...t):n,E=(e,t,n=!0)=>{if(!n)return void w(e);const s=5,o=a(t)+s;let r=!1;const c=({target:n})=>{n===t&&(r=!0,t.removeEventListener(i,c),w(e))};t.addEventListener(i,c),setTimeout(()=>{r||l(t)},o)},A=(e,t,n,i)=>{const s=e.length;let o=e.indexOf(t);return-1===o?!n&&i?e[s-1]:e[0]:(o+=n?1:-1,i&&(o=(o+s)%s),e[Math.max(0,Math.min(o,s-1))])};e.defineJQueryPlugin=y,e.execute=w,e.executeAfterTransition=E,e.findShadowRoot=f,e.getElement=u,e.getNextActiveElement=A,e.getTransitionDurationFromElement=a,e.getUID=r,e.getjQuery=m,e.isDisabled=h,e.isElement=c,e.isRTL=v,e.isVisible=d,e.noop=p,e.onDOMContentLoaded=b,e.parseSelector=s,e.reflow=g,e.toType=o,e.triggerTransitionEnd=l,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(t)}(0,u.exports)),u.exports}
5
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).keymaster={})}(this,function(e){"use strict";function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var n=function e(){var n=!1;try{n=this instanceof e}catch{}return n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var i=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,i.get?i:{enumerable:!0,get:function(){return e[t]}})}),n}var i,s={exports:{}},o={exports:{}},r={exports:{}};function a(){return i||(i=1,function(e){e.exports=function(){const e=new Map,t={set(t,n,i){e.has(t)||e.set(t,new Map);const s=e.get(t);(s.has(n)||0===s.size)&&s.set(n,i)},get:(t,n)=>e.has(t)&&e.get(t).get(n)||null,remove(t,n){if(!e.has(t))return;const i=e.get(t);i.delete(n),0===i.size&&e.delete(t)}};return t}()}(r)),r.exports}var l,c={exports:{}},u={exports:{}};function d(){return l||(l=1,function(e){const t=1e6,n=1e3,i="transitionend",s=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),e),o=e=>null==e?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),r=e=>{do{e+=Math.floor(Math.random()*t)}while(document.getElementById(e));return e},a=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:i}=window.getComputedStyle(e);const s=Number.parseFloat(t),o=Number.parseFloat(i);return s||o?(t=t.split(",")[0],i=i.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(i))*n):0},l=e=>{e.dispatchEvent(new Event(i))},c=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),u=e=>c(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(s(e)):null,d=e=>{if(!c(e)||0===e.getClientRects().length)return!1;const t="visible"===getComputedStyle(e).getPropertyValue("visibility"),n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const t=e.closest("summary");if(t&&t.parentNode!==n)return!1;if(null===t)return!1}return t},h=e=>!e||e.nodeType!==Node.ELEMENT_NODE||!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled")),f=e=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?f(e.parentNode):null},p=()=>{},g=e=>{e.offsetHeight},m=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,_=[],b=e=>{"loading"===document.readyState?(_.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of _)e()}),_.push(e)):e()},v=()=>"rtl"===document.documentElement.dir,y=e=>{b(()=>{const t=m();if(t){const n=e.NAME,i=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=i,e.jQueryInterface)}})},w=(e,t=[],n=e)=>"function"==typeof e?e.call(...t):n,E=(e,t,n=!0)=>{if(!n)return void w(e);const s=5,o=a(t)+s;let r=!1;const c=({target:n})=>{n===t&&(r=!0,t.removeEventListener(i,c),w(e))};t.addEventListener(i,c),setTimeout(()=>{r||l(t)},o)},A=(e,t,n,i)=>{const s=e.length;let o=e.indexOf(t);return-1===o?!n&&i?e[s-1]:e[0]:(o+=n?1:-1,i&&(o=(o+s)%s),e[Math.max(0,Math.min(o,s-1))])};e.defineJQueryPlugin=y,e.execute=w,e.executeAfterTransition=E,e.findShadowRoot=f,e.getElement=u,e.getNextActiveElement=A,e.getTransitionDurationFromElement=a,e.getUID=r,e.getjQuery=m,e.isDisabled=h,e.isElement=c,e.isRTL=v,e.isVisible=d,e.noop=p,e.onDOMContentLoaded=b,e.parseSelector=s,e.reflow=g,e.toType=o,e.triggerTransitionEnd=l,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(u.exports)),u.exports}
6
6
  /*!
7
7
  * Bootstrap event-handler.js v5.3.8 (https://getbootstrap.com/)
8
8
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -22,7 +22,7 @@
22
22
  * Bootstrap component-functions.js v5.3.8 (https://getbootstrap.com/)
23
23
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
24
24
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
25
- */var C;function O(){return C||(C=1,function(e,t){!function(e,t,n,i){const s=(e,s="hide")=>{const o=`click.dismiss${e.EVENT_KEY}`,r=e.NAME;t.on(document,o,`[data-bs-dismiss="${r}"]`,function(t){if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),i.isDisabled(this))return;const o=n.getElementFromSelector(this)||this.closest(`.${r}`);e.getOrCreateInstance(o)[s]()})};e.enableDismissTrigger=s,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(t,f(),T(),d())}(0,A.exports)),A.exports}
25
+ */var C;function O(){return C||(C=1,function(e,t,n,i){const s=(e,s="hide")=>{const o=`click.dismiss${e.EVENT_KEY}`,r=e.NAME;t.on(document,o,`[data-bs-dismiss="${r}"]`,function(t){if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),i.isDisabled(this))return;const o=n.getElementFromSelector(this)||this.closest(`.${r}`);e.getOrCreateInstance(o)[s]()})};e.enableDismissTrigger=s,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(A.exports,f(),T(),d())),A.exports}
26
26
  /*!
27
27
  * Bootstrap alert.js v5.3.8 (https://getbootstrap.com/)
28
28
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -47,7 +47,7 @@
47
47
  * Bootstrap offcanvas.js v5.3.8 (https://getbootstrap.com/)
48
48
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
49
49
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
50
- */var Rt;var Ht,Wt=(Rt||(Rt=1,function(e){e.exports=function(e,t,n,i,s,o,r,a){const l="offcanvas",c="bs.offcanvas",u=`.${c}`,d=".data-api",h=`load${u}${d}`,f="Escape",p="show",g="showing",m="hiding",_="offcanvas-backdrop",b=".offcanvas.show",v=`show${u}`,y=`shown${u}`,w=`hide${u}`,E=`hidePrevented${u}`,A=`hidden${u}`,x=`resize${u}`,T=`click${u}${d}`,C=`keydown.dismiss${u}`,O='[data-bs-toggle="offcanvas"]',S={backdrop:!0,keyboard:!0,scroll:!1},k={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class D extends e{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return S}static get DefaultType(){return k}static get NAME(){return l}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown)return;if(t.trigger(this._element,v,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||(new a).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(g);const n=()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(p),this._element.classList.remove(g),t.trigger(this._element,y,{relatedTarget:e})};this._queueCallback(n,this._element,!0)}hide(){if(!this._isShown)return;if(t.trigger(this._element,w).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(m),this._backdrop.hide();const e=()=>{this._element.classList.remove(p,m),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new a).reset(),t.trigger(this._element,A)};this._queueCallback(e,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{"static"!==this._config.backdrop?this.hide():t.trigger(this._element,E)},n=Boolean(this._config.backdrop);return new i({className:_,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?e:null})}_initializeFocusTrap(){return new o({trapElement:this._element})}_addEventListeners(){t.on(this._element,C,e=>{e.key===f&&(this._config.keyboard?this.hide():t.trigger(this._element,E))})}static jQueryInterface(e){return this.each(function(){const t=D.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e](this)}})}}return t.on(document,T,O,function(e){const i=n.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),r.isDisabled(this))return;t.one(i,A,()=>{r.isVisible(this)&&this.focus()});const s=n.findOne(b);s&&s!==i&&D.getInstance(s).hide(),D.getOrCreateInstance(i).toggle(this)}),t.on(window,h,()=>{for(const e of n.find(b))D.getOrCreateInstance(e).show()}),t.on(window,x,()=>{for(const e of n.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(e).position&&D.getOrCreateInstance(e).hide()}),s.enableDismissTrigger(D),r.defineJQueryPlugin(D),D}(w(),f(),T(),Pt(),O(),jt(),d(),Ft())}(Dt)),Dt.exports),zt=t(Wt),qt={exports:{}};var Vt,Bt=(Ht||(Ht=1,function(e){e.exports=function(e,t,n,i,s,o,r,a){const l="modal",c="bs.modal",u=`.${c}`,d=".data-api",h="Escape",f=`hide${u}`,p=`hidePrevented${u}`,g=`hidden${u}`,m=`show${u}`,_=`shown${u}`,b=`resize${u}`,v=`click.dismiss${u}`,y=`mousedown.dismiss${u}`,w=`keydown.dismiss${u}`,E=`click${u}${d}`,A="modal-open",x="fade",T="show",C="modal-static",O=".modal.show",S=".modal-dialog",k=".modal-body",D='[data-bs-toggle="modal"]',L={backdrop:!0,focus:!0,keyboard:!0},P={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class $ extends e{constructor(e,t){super(e,t),this._dialog=n.findOne(S,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new a,this._addEventListeners()}static get Default(){return L}static get DefaultType(){return P}static get NAME(){return l}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||t.trigger(this._element,m,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(A),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){this._isShown&&!this._isTransitioning&&(t.trigger(this._element,f).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(T),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated())))}dispose(){t.off(window,u),t.off(this._dialog,u),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new i({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new o({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const i=n.findOne(k,this._dialog);i&&(i.scrollTop=0),r.reflow(this._element),this._element.classList.add(T);const s=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,t.trigger(this._element,_,{relatedTarget:e})};this._queueCallback(s,this._dialog,this._isAnimated())}_addEventListeners(){t.on(this._element,w,e=>{e.key===h&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())}),t.on(window,b,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),t.on(this._element,y,e=>{t.one(this._element,v,t=>{this._element===e.target&&this._element===t.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(A),this._resetAdjustments(),this._scrollBar.reset(),t.trigger(this._element,g)})}_isAnimated(){return this._element.classList.contains(x)}_triggerBackdropTransition(){if(t.trigger(this._element,p).defaultPrevented)return;const e=this._element.scrollHeight>document.documentElement.clientHeight,n=this._element.style.overflowY;"hidden"===n||this._element.classList.contains(C)||(e||(this._element.style.overflowY="hidden"),this._element.classList.add(C),this._queueCallback(()=>{this._element.classList.remove(C),this._queueCallback(()=>{this._element.style.overflowY=n},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),n=t>0;if(n&&!e){const e=r.isRTL()?"paddingLeft":"paddingRight";this._element.style[e]=`${t}px`}if(!n&&e){const e=r.isRTL()?"paddingRight":"paddingLeft";this._element.style[e]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each(function(){const n=$.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===n[e])throw new TypeError(`No method named "${e}"`);n[e](t)}})}}return t.on(document,E,D,function(e){const i=n.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&e.preventDefault(),t.one(i,m,e=>{e.defaultPrevented||t.one(i,g,()=>{r.isVisible(this)&&this.focus()})});const s=n.findOne(O);s&&$.getInstance(s).hide(),$.getOrCreateInstance(i).toggle(this)}),s.enableDismissTrigger($),r.defineJQueryPlugin($),$}(w(),f(),T(),Pt(),O(),jt(),d(),Ft())}(qt)),qt.exports),Qt=t(Bt),Yt={exports:{}};var Kt,Ut=(Vt||(Vt=1,function(e){e.exports=function(e,t,n,i){const s="scrollspy",o="bs.scrollspy",r=`.${o}`,a=".data-api",l=`activate${r}`,c=`click${r}`,u=`load${r}${a}`,d="dropdown-item",h="active",f='[data-bs-spy="scroll"]',p="[href]",g=".nav, .list-group",m=".nav-link",_=`${m}, .nav-item > ${m}, .list-group-item`,b=".dropdown",v=".dropdown-toggle",y={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},w={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class E extends e{constructor(e,t){super(e,t),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return y}static get DefaultType(){return w}static get NAME(){return s}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=i.getElement(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,"string"==typeof e.threshold&&(e.threshold=e.threshold.split(",").map(e=>Number.parseFloat(e))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(t.off(this._config.target,c),t.on(this._config.target,c,p,e=>{const t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();const n=this._rootElement||window,i=t.offsetTop-this._element.offsetTop;if(n.scrollTo)return void n.scrollTo({top:i,behavior:"smooth"});n.scrollTop=i}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(e=>this._observerCallback(e),e)}_observerCallback(e){const t=e=>this._targetLinks.get(`#${e.target.id}`),n=e=>{this._previousScrollData.visibleEntryTop=e.target.offsetTop,this._process(t(e))},i=(this._rootElement||document.documentElement).scrollTop,s=i>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=i;for(const o of e){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(o));continue}const e=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(s&&e){if(n(o),!i)return}else s||e||n(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=n.find(p,this._config.target);for(const t of e){if(!t.hash||i.isDisabled(t))continue;const e=n.findOne(decodeURI(t.hash),this._element);i.isVisible(e)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,e))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(h),this._activateParents(e),t.trigger(this._element,l,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(d))n.findOne(v,e.closest(b)).classList.add(h);else for(const t of n.parents(e,g))for(const e of n.prev(t,_))e.classList.add(h)}_clearActiveClass(e){e.classList.remove(h);const t=n.find(`${p}.${h}`,e);for(const e of t)e.classList.remove(h)}static jQueryInterface(e){return this.each(function(){const t=E.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e]()}})}}return t.on(window,u,()=>{for(const e of n.find(f))E.getOrCreateInstance(e)}),i.defineJQueryPlugin(E),E}(w(),f(),T(),d())}(Yt)),Yt.exports),Xt=t(Ut),Jt={exports:{}},Gt={exports:{}},Zt={exports:{}};function en(){return Kt||(Kt=1,function(e,t){!function(e){const t={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),i=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,s=(e,t)=>{const s=e.nodeName.toLowerCase();return t.includes(s)?!n.has(s)||Boolean(i.test(e.nodeValue)):t.filter(e=>e instanceof RegExp).some(e=>e.test(s))};function o(e,t,n){if(!e.length)return e;if(n&&"function"==typeof n)return n(e);const i=(new window.DOMParser).parseFromString(e,"text/html"),o=[].concat(...i.body.querySelectorAll("*"));for(const e of o){const n=e.nodeName.toLowerCase();if(!Object.keys(t).includes(n)){e.remove();continue}const i=[].concat(...e.attributes),o=[].concat(t["*"]||[],t[n]||[]);for(const t of i)s(t,o)||e.removeAttribute(t.nodeName)}return i.body.innerHTML}e.DefaultAllowlist=t,e.sanitizeHtml=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(t)}(0,Zt.exports)),Zt.exports}var tn,nn={exports:{}};
50
+ */var Rt;var Ht,Wt=(Rt||(Rt=1,function(e){e.exports=function(e,t,n,i,s,o,r,a){const l="offcanvas",c="bs.offcanvas",u=`.${c}`,d=".data-api",h=`load${u}${d}`,f="Escape",p="show",g="showing",m="hiding",_="offcanvas-backdrop",b=".offcanvas.show",v=`show${u}`,y=`shown${u}`,w=`hide${u}`,E=`hidePrevented${u}`,A=`hidden${u}`,x=`resize${u}`,T=`click${u}${d}`,C=`keydown.dismiss${u}`,O='[data-bs-toggle="offcanvas"]',S={backdrop:!0,keyboard:!0,scroll:!1},k={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class D extends e{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return S}static get DefaultType(){return k}static get NAME(){return l}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown)return;if(t.trigger(this._element,v,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||(new a).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(g);const n=()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(p),this._element.classList.remove(g),t.trigger(this._element,y,{relatedTarget:e})};this._queueCallback(n,this._element,!0)}hide(){if(!this._isShown)return;if(t.trigger(this._element,w).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(m),this._backdrop.hide();const e=()=>{this._element.classList.remove(p,m),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new a).reset(),t.trigger(this._element,A)};this._queueCallback(e,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{"static"!==this._config.backdrop?this.hide():t.trigger(this._element,E)},n=Boolean(this._config.backdrop);return new i({className:_,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?e:null})}_initializeFocusTrap(){return new o({trapElement:this._element})}_addEventListeners(){t.on(this._element,C,e=>{e.key===f&&(this._config.keyboard?this.hide():t.trigger(this._element,E))})}static jQueryInterface(e){return this.each(function(){const t=D.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e](this)}})}}return t.on(document,T,O,function(e){const i=n.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),r.isDisabled(this))return;t.one(i,A,()=>{r.isVisible(this)&&this.focus()});const s=n.findOne(b);s&&s!==i&&D.getInstance(s).hide(),D.getOrCreateInstance(i).toggle(this)}),t.on(window,h,()=>{for(const e of n.find(b))D.getOrCreateInstance(e).show()}),t.on(window,x,()=>{for(const e of n.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(e).position&&D.getOrCreateInstance(e).hide()}),s.enableDismissTrigger(D),r.defineJQueryPlugin(D),D}(w(),f(),T(),Pt(),O(),jt(),d(),Ft())}(Dt)),Dt.exports),zt=t(Wt),qt={exports:{}};var Vt,Bt=(Ht||(Ht=1,function(e){e.exports=function(e,t,n,i,s,o,r,a){const l="modal",c="bs.modal",u=`.${c}`,d=".data-api",h="Escape",f=`hide${u}`,p=`hidePrevented${u}`,g=`hidden${u}`,m=`show${u}`,_=`shown${u}`,b=`resize${u}`,v=`click.dismiss${u}`,y=`mousedown.dismiss${u}`,w=`keydown.dismiss${u}`,E=`click${u}${d}`,A="modal-open",x="fade",T="show",C="modal-static",O=".modal.show",S=".modal-dialog",k=".modal-body",D='[data-bs-toggle="modal"]',L={backdrop:!0,focus:!0,keyboard:!0},P={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class $ extends e{constructor(e,t){super(e,t),this._dialog=n.findOne(S,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new a,this._addEventListeners()}static get Default(){return L}static get DefaultType(){return P}static get NAME(){return l}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||t.trigger(this._element,m,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(A),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){this._isShown&&!this._isTransitioning&&(t.trigger(this._element,f).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(T),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated())))}dispose(){t.off(window,u),t.off(this._dialog,u),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new i({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new o({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const i=n.findOne(k,this._dialog);i&&(i.scrollTop=0),r.reflow(this._element),this._element.classList.add(T);const s=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,t.trigger(this._element,_,{relatedTarget:e})};this._queueCallback(s,this._dialog,this._isAnimated())}_addEventListeners(){t.on(this._element,w,e=>{e.key===h&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())}),t.on(window,b,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),t.on(this._element,y,e=>{t.one(this._element,v,t=>{this._element===e.target&&this._element===t.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(A),this._resetAdjustments(),this._scrollBar.reset(),t.trigger(this._element,g)})}_isAnimated(){return this._element.classList.contains(x)}_triggerBackdropTransition(){if(t.trigger(this._element,p).defaultPrevented)return;const e=this._element.scrollHeight>document.documentElement.clientHeight,n=this._element.style.overflowY;"hidden"===n||this._element.classList.contains(C)||(e||(this._element.style.overflowY="hidden"),this._element.classList.add(C),this._queueCallback(()=>{this._element.classList.remove(C),this._queueCallback(()=>{this._element.style.overflowY=n},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),n=t>0;if(n&&!e){const e=r.isRTL()?"paddingLeft":"paddingRight";this._element.style[e]=`${t}px`}if(!n&&e){const e=r.isRTL()?"paddingRight":"paddingLeft";this._element.style[e]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each(function(){const n=$.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===n[e])throw new TypeError(`No method named "${e}"`);n[e](t)}})}}return t.on(document,E,D,function(e){const i=n.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&e.preventDefault(),t.one(i,m,e=>{e.defaultPrevented||t.one(i,g,()=>{r.isVisible(this)&&this.focus()})});const s=n.findOne(O);s&&$.getInstance(s).hide(),$.getOrCreateInstance(i).toggle(this)}),s.enableDismissTrigger($),r.defineJQueryPlugin($),$}(w(),f(),T(),Pt(),O(),jt(),d(),Ft())}(qt)),qt.exports),Qt=t(Bt),Yt={exports:{}};var Kt,Ut=(Vt||(Vt=1,function(e){e.exports=function(e,t,n,i){const s="scrollspy",o="bs.scrollspy",r=`.${o}`,a=".data-api",l=`activate${r}`,c=`click${r}`,u=`load${r}${a}`,d="dropdown-item",h="active",f='[data-bs-spy="scroll"]',p="[href]",g=".nav, .list-group",m=".nav-link",_=`${m}, .nav-item > ${m}, .list-group-item`,b=".dropdown",v=".dropdown-toggle",y={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},w={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class E extends e{constructor(e,t){super(e,t),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return y}static get DefaultType(){return w}static get NAME(){return s}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=i.getElement(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,"string"==typeof e.threshold&&(e.threshold=e.threshold.split(",").map(e=>Number.parseFloat(e))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(t.off(this._config.target,c),t.on(this._config.target,c,p,e=>{const t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();const n=this._rootElement||window,i=t.offsetTop-this._element.offsetTop;if(n.scrollTo)return void n.scrollTo({top:i,behavior:"smooth"});n.scrollTop=i}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(e=>this._observerCallback(e),e)}_observerCallback(e){const t=e=>this._targetLinks.get(`#${e.target.id}`),n=e=>{this._previousScrollData.visibleEntryTop=e.target.offsetTop,this._process(t(e))},i=(this._rootElement||document.documentElement).scrollTop,s=i>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=i;for(const o of e){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(o));continue}const e=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(s&&e){if(n(o),!i)return}else s||e||n(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=n.find(p,this._config.target);for(const t of e){if(!t.hash||i.isDisabled(t))continue;const e=n.findOne(decodeURI(t.hash),this._element);i.isVisible(e)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,e))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(h),this._activateParents(e),t.trigger(this._element,l,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(d))n.findOne(v,e.closest(b)).classList.add(h);else for(const t of n.parents(e,g))for(const e of n.prev(t,_))e.classList.add(h)}_clearActiveClass(e){e.classList.remove(h);const t=n.find(`${p}.${h}`,e);for(const e of t)e.classList.remove(h)}static jQueryInterface(e){return this.each(function(){const t=E.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e]()}})}}return t.on(window,u,()=>{for(const e of n.find(f))E.getOrCreateInstance(e)}),i.defineJQueryPlugin(E),E}(w(),f(),T(),d())}(Yt)),Yt.exports),Xt=t(Ut),Jt={exports:{}},Gt={exports:{}},Zt={exports:{}};function en(){return Kt||(Kt=1,function(e){const t={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),i=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,s=(e,t)=>{const s=e.nodeName.toLowerCase();return t.includes(s)?!n.has(s)||Boolean(i.test(e.nodeValue)):t.filter(e=>e instanceof RegExp).some(e=>e.test(s))};function o(e,t,n){if(!e.length)return e;if(n&&"function"==typeof n)return n(e);const i=(new window.DOMParser).parseFromString(e,"text/html"),o=[].concat(...i.body.querySelectorAll("*"));for(const e of o){const n=e.nodeName.toLowerCase();if(!Object.keys(t).includes(n)){e.remove();continue}const i=[].concat(...e.attributes),o=[].concat(t["*"]||[],t[n]||[]);for(const t of i)s(t,o)||e.removeAttribute(t.nodeName)}return i.body.innerHTML}e.DefaultAllowlist=t,e.sanitizeHtml=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(Zt.exports)),Zt.exports}var tn,nn={exports:{}};
51
51
  /*!
52
52
  * Bootstrap template-factory.js v5.3.8 (https://getbootstrap.com/)
53
53
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)