@arabold/docs-mcp-server 1.19.0 → 1.21.0

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.
@@ -2097,7 +2097,7 @@ alpine_default.setEvaluator(normalEvaluator);
2097
2097
  alpine_default.setReactivityEngine({ reactive: reactive2, effect: effect2, release: stop, raw: toRaw });
2098
2098
  var src_default = alpine_default, module_default = src_default, Events = (
2099
2099
  /** @class */
2100
- function() {
2100
+ (function() {
2101
2101
  function e(t, n) {
2102
2102
  n === void 0 && (n = []), this._eventType = t, this._eventFunctions = n;
2103
2103
  }
@@ -2107,10 +2107,10 @@ var src_default = alpine_default, module_default = src_default, Events = (
2107
2107
  typeof window < "u" && window.addEventListener(t._eventType, n);
2108
2108
  });
2109
2109
  }, e;
2110
- }()
2110
+ })()
2111
2111
  ), Instances = (
2112
2112
  /** @class */
2113
- function() {
2113
+ (function() {
2114
2114
  function e() {
2115
2115
  this._instances = {
2116
2116
  Accordion: {},
@@ -2162,7 +2162,7 @@ var src_default = alpine_default, module_default = src_default, Events = (
2162
2162
  }, e.prototype._componentAndInstanceCheck = function(t, n) {
2163
2163
  return this._instances[t] ? this._instances[t][n] ? !0 : (console.warn("Flowbite: Instance with ID ".concat(n, " does not exist.")), !1) : (console.warn("Flowbite: Component ".concat(t, " does not exist.")), !1);
2164
2164
  }, e;
2165
- }()
2165
+ })()
2166
2166
  ), instances = new Instances();
2167
2167
  typeof window < "u" && (window.FlowbiteInstances = instances);
2168
2168
  var __assign$d = function() {
@@ -2188,7 +2188,7 @@ var __assign$d = function() {
2188
2188
  override: !0
2189
2189
  }, Accordion = (
2190
2190
  /** @class */
2191
- function() {
2191
+ (function() {
2192
2192
  function e(t, n, i, r) {
2193
2193
  t === void 0 && (t = null), n === void 0 && (n = []), i === void 0 && (i = Default$d), r === void 0 && (r = DefaultInstanceOptions$d), this._instanceId = r.id ? r.id : t.id, this._accordionEl = t, this._items = n, this._options = __assign$d(__assign$d({}, Default$d), i), this._initialized = !1, this.init(), instances.addInstance("Accordion", this, this._instanceId, r.override);
2194
2194
  }
@@ -2232,7 +2232,7 @@ var __assign$d = function() {
2232
2232
  }, e.prototype.updateOnToggle = function(t) {
2233
2233
  this._options.onToggle = t;
2234
2234
  }, e;
2235
- }()
2235
+ })()
2236
2236
  );
2237
2237
  function initAccordions() {
2238
2238
  document.querySelectorAll("[data-accordion]").forEach(function(e) {
@@ -2276,7 +2276,7 @@ var __assign$c = function() {
2276
2276
  override: !0
2277
2277
  }, Collapse = (
2278
2278
  /** @class */
2279
- function() {
2279
+ (function() {
2280
2280
  function e(t, n, i, r) {
2281
2281
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$c), r === void 0 && (r = DefaultInstanceOptions$c), this._instanceId = r.id ? r.id : t.id, this._targetEl = t, this._triggerEl = n, this._options = __assign$c(__assign$c({}, Default$c), i), this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Collapse", this, this._instanceId, r.override);
2282
2282
  }
@@ -2304,7 +2304,7 @@ var __assign$c = function() {
2304
2304
  }, e.prototype.updateOnToggle = function(t) {
2305
2305
  this._options.onToggle = t;
2306
2306
  }, e;
2307
- }()
2307
+ })()
2308
2308
  );
2309
2309
  function initCollapses() {
2310
2310
  document.querySelectorAll("[data-collapse-toggle]").forEach(function(e) {
@@ -2342,7 +2342,7 @@ var __assign$b = function() {
2342
2342
  override: !0
2343
2343
  }, Carousel = (
2344
2344
  /** @class */
2345
- function() {
2345
+ (function() {
2346
2346
  function e(t, n, i, r) {
2347
2347
  t === void 0 && (t = null), n === void 0 && (n = []), i === void 0 && (i = Default$b), r === void 0 && (r = DefaultInstanceOptions$b), this._instanceId = r.id ? r.id : t.id, this._carouselEl = t, this._items = n, this._options = __assign$b(__assign$b(__assign$b({}, Default$b), i), { indicators: __assign$b(__assign$b({}, Default$b.indicators), i.indicators) }), this._activeItem = this.getItem(this._options.defaultPosition), this._indicators = this._options.indicators.items, this._intervalDuration = this._options.interval, this._intervalInstance = null, this._initialized = !1, this.init(), instances.addInstance("Carousel", this, this._instanceId, r.override);
2348
2348
  }
@@ -2408,7 +2408,7 @@ var __assign$b = function() {
2408
2408
  }, e.prototype.updateOnChange = function(t) {
2409
2409
  this._options.onChange = t;
2410
2410
  }, e;
2411
- }()
2411
+ })()
2412
2412
  );
2413
2413
  function initCarousels() {
2414
2414
  document.querySelectorAll("[data-carousel]").forEach(function(e) {
@@ -2462,7 +2462,7 @@ var __assign$a = function() {
2462
2462
  override: !0
2463
2463
  }, Dismiss = (
2464
2464
  /** @class */
2465
- function() {
2465
+ (function() {
2466
2466
  function e(t, n, i, r) {
2467
2467
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$a), r === void 0 && (r = DefaultInstanceOptions$a), this._instanceId = r.id ? r.id : t.id, this._targetEl = t, this._triggerEl = n, this._options = __assign$a(__assign$a({}, Default$a), i), this._initialized = !1, this.init(), instances.addInstance("Dismiss", this, this._instanceId, r.override);
2468
2468
  }
@@ -2485,7 +2485,7 @@ var __assign$a = function() {
2485
2485
  }, e.prototype.updateOnHide = function(t) {
2486
2486
  this._options.onHide = t;
2487
2487
  }, e;
2488
- }()
2488
+ })()
2489
2489
  );
2490
2490
  function initDismisses() {
2491
2491
  document.querySelectorAll("[data-dismiss-target]").forEach(function(e) {
@@ -3424,7 +3424,7 @@ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyS
3424
3424
  override: !0
3425
3425
  }, Dropdown = (
3426
3426
  /** @class */
3427
- function() {
3427
+ (function() {
3428
3428
  function e(t, n, i, r) {
3429
3429
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$9), r === void 0 && (r = DefaultInstanceOptions$9), this._instanceId = r.id ? r.id : t.id, this._targetEl = t, this._triggerEl = n, this._options = __assign$9(__assign$9({}, Default$9), i), this._popperInstance = null, this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Dropdown", this, this._instanceId, r.override);
3430
3430
  }
@@ -3544,7 +3544,7 @@ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyS
3544
3544
  }, e.prototype.updateOnToggle = function(t) {
3545
3545
  this._options.onToggle = t;
3546
3546
  }, e;
3547
- }()
3547
+ })()
3548
3548
  );
3549
3549
  function initDropdowns() {
3550
3550
  document.querySelectorAll("[data-dropdown-toggle]").forEach(function(e) {
@@ -3588,7 +3588,7 @@ var __assign$8 = function() {
3588
3588
  override: !0
3589
3589
  }, Modal = (
3590
3590
  /** @class */
3591
- function() {
3591
+ (function() {
3592
3592
  function e(t, n, i) {
3593
3593
  t === void 0 && (t = null), n === void 0 && (n = Default$8), i === void 0 && (i = DefaultInstanceOptions$8), this._eventListenerInstances = [], this._instanceId = i.id ? i.id : t.id, this._targetEl = t, this._options = __assign$8(__assign$8({}, Default$8), n), this._isHidden = !0, this._backdropEl = null, this._initialized = !1, this.init(), instances.addInstance("Modal", this, this._instanceId, i.override);
3594
3594
  }
@@ -3677,7 +3677,7 @@ var __assign$8 = function() {
3677
3677
  }, e.prototype.updateOnToggle = function(t) {
3678
3678
  this._options.onToggle = t;
3679
3679
  }, e;
3680
- }()
3680
+ })()
3681
3681
  );
3682
3682
  function initModals() {
3683
3683
  document.querySelectorAll("[data-modal-target]").forEach(function(e) {
@@ -3758,7 +3758,7 @@ var __assign$7 = function() {
3758
3758
  override: !0
3759
3759
  }, Drawer = (
3760
3760
  /** @class */
3761
- function() {
3761
+ (function() {
3762
3762
  function e(t, n, i) {
3763
3763
  t === void 0 && (t = null), n === void 0 && (n = Default$7), i === void 0 && (i = DefaultInstanceOptions$7), this._eventListenerInstances = [], this._instanceId = i.id ? i.id : t.id, this._targetEl = t, this._options = __assign$7(__assign$7({}, Default$7), n), this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Drawer", this, this._instanceId, i.override);
3764
3764
  }
@@ -3871,7 +3871,7 @@ var __assign$7 = function() {
3871
3871
  }, e.prototype.updateOnToggle = function(t) {
3872
3872
  this._options.onToggle = t;
3873
3873
  }, e;
3874
- }()
3874
+ })()
3875
3875
  );
3876
3876
  function initDrawers() {
3877
3877
  document.querySelectorAll("[data-drawer-target]").forEach(function(e) {
@@ -3948,7 +3948,7 @@ var __assign$6 = function() {
3948
3948
  override: !0
3949
3949
  }, Tabs = (
3950
3950
  /** @class */
3951
- function() {
3951
+ (function() {
3952
3952
  function e(t, n, i, r) {
3953
3953
  t === void 0 && (t = null), n === void 0 && (n = []), i === void 0 && (i = Default$6), r === void 0 && (r = DefaultInstanceOptions$6), this._instanceId = r.id ? r.id : t.id, this._tabsEl = t, this._items = n, this._activeTab = i ? this.getTab(i.defaultTabId) : null, this._options = __assign$6(__assign$6({}, Default$6), i), this._initialized = !1, this.init(), instances.addInstance("Tabs", this, this._instanceId, r.override);
3954
3954
  }
@@ -3984,7 +3984,7 @@ var __assign$6 = function() {
3984
3984
  }, e.prototype.updateOnShow = function(t) {
3985
3985
  this._options.onShow = t;
3986
3986
  }, e;
3987
- }()
3987
+ })()
3988
3988
  );
3989
3989
  function initTabs() {
3990
3990
  document.querySelectorAll("[data-tabs-toggle]").forEach(function(e) {
@@ -4030,7 +4030,7 @@ var __assign$5 = function() {
4030
4030
  override: !0
4031
4031
  }, Tooltip = (
4032
4032
  /** @class */
4033
- function() {
4033
+ (function() {
4034
4034
  function e(t, n, i, r) {
4035
4035
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$5), r === void 0 && (r = DefaultInstanceOptions$5), this._instanceId = r.id ? r.id : t.id, this._targetEl = t, this._triggerEl = n, this._options = __assign$5(__assign$5({}, Default$5), i), this._popperInstance = null, this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Tooltip", this, this._instanceId, r.override);
4036
4036
  }
@@ -4136,7 +4136,7 @@ var __assign$5 = function() {
4136
4136
  }, e.prototype.updateOnToggle = function(t) {
4137
4137
  this._options.onToggle = t;
4138
4138
  }, e;
4139
- }()
4139
+ })()
4140
4140
  );
4141
4141
  function initTooltips() {
4142
4142
  document.querySelectorAll("[data-tooltip-target]").forEach(function(e) {
@@ -4179,7 +4179,7 @@ var __assign$4 = function() {
4179
4179
  override: !0
4180
4180
  }, Popover = (
4181
4181
  /** @class */
4182
- function() {
4182
+ (function() {
4183
4183
  function e(t, n, i, r) {
4184
4184
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$4), r === void 0 && (r = DefaultInstanceOptions$4), this._instanceId = r.id ? r.id : t.id, this._targetEl = t, this._triggerEl = n, this._options = __assign$4(__assign$4({}, Default$4), i), this._popperInstance = null, this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Popover", this, r.id ? r.id : this._targetEl.id, r.override);
4185
4185
  }
@@ -4287,7 +4287,7 @@ var __assign$4 = function() {
4287
4287
  }, e.prototype.updateOnToggle = function(t) {
4288
4288
  this._options.onToggle = t;
4289
4289
  }, e;
4290
- }()
4290
+ })()
4291
4291
  );
4292
4292
  function initPopovers() {
4293
4293
  document.querySelectorAll("[data-popover-target]").forEach(function(e) {
@@ -4325,7 +4325,7 @@ var __assign$3 = function() {
4325
4325
  override: !0
4326
4326
  }, Dial = (
4327
4327
  /** @class */
4328
- function() {
4328
+ (function() {
4329
4329
  function e(t, n, i, r, a) {
4330
4330
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = null), r === void 0 && (r = Default$3), a === void 0 && (a = DefaultInstanceOptions$3), this._instanceId = a.id ? a.id : i.id, this._parentEl = t, this._triggerEl = n, this._targetEl = i, this._options = __assign$3(__assign$3({}, Default$3), r), this._visible = !1, this._initialized = !1, this.init(), instances.addInstance("Dial", this, this._instanceId, a.override);
4331
4331
  }
@@ -4397,7 +4397,7 @@ var __assign$3 = function() {
4397
4397
  }, e.prototype.updateOnToggle = function(t) {
4398
4398
  this._options.onToggle = t;
4399
4399
  }, e;
4400
- }()
4400
+ })()
4401
4401
  );
4402
4402
  function initDials() {
4403
4403
  document.querySelectorAll("[data-dial-init]").forEach(function(e) {
@@ -4436,7 +4436,7 @@ var __assign$2 = function() {
4436
4436
  override: !0
4437
4437
  }, InputCounter = (
4438
4438
  /** @class */
4439
- function() {
4439
+ (function() {
4440
4440
  function e(t, n, i, r, a) {
4441
4441
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = null), r === void 0 && (r = Default$2), a === void 0 && (a = DefaultInstanceOptions$2), this._instanceId = a.id ? a.id : t.id, this._targetEl = t, this._incrementEl = n, this._decrementEl = i, this._options = __assign$2(__assign$2({}, Default$2), r), this._initialized = !1, this.init(), instances.addInstance("InputCounter", this, this._instanceId, a.override);
4442
4442
  }
@@ -4469,7 +4469,7 @@ var __assign$2 = function() {
4469
4469
  }, e.prototype.updateOnDecrement = function(t) {
4470
4470
  this._options.onDecrement = t;
4471
4471
  }, e;
4472
- }()
4472
+ })()
4473
4473
  );
4474
4474
  function initInputCounters() {
4475
4475
  document.querySelectorAll("[data-input-counter]").forEach(function(e) {
@@ -4499,7 +4499,7 @@ var __assign$1 = function() {
4499
4499
  override: !0
4500
4500
  }, CopyClipboard = (
4501
4501
  /** @class */
4502
- function() {
4502
+ (function() {
4503
4503
  function e(t, n, i, r) {
4504
4504
  t === void 0 && (t = null), n === void 0 && (n = null), i === void 0 && (i = Default$1), r === void 0 && (r = DefaultInstanceOptions$1), this._instanceId = r.id ? r.id : n.id, this._triggerEl = t, this._targetEl = n, this._options = __assign$1(__assign$1({}, Default$1), i), this._initialized = !1, this.init(), instances.addInstance("CopyClipboard", this, this._instanceId, r.override);
4505
4505
  }
@@ -4532,7 +4532,7 @@ var __assign$1 = function() {
4532
4532
  }, e.prototype.updateOnCopyCallback = function(t) {
4533
4533
  this._options.onCopy = t;
4534
4534
  }, e;
4535
- }()
4535
+ })()
4536
4536
  );
4537
4537
  function initCopyClipboards() {
4538
4538
  document.querySelectorAll("[data-copy-to-clipboard-target]").forEach(function(e) {
@@ -5109,7 +5109,7 @@ var pickerTemplate = optimizeTemplateHTML(`<div class="datepicker hidden">
5109
5109
  <div class="weeks">`.concat(createTagRepeat("span", 6, {
5110
5110
  class: "week block flex-1 leading-9 border-0 rounded-lg cursor-default text-center text-gray-900 font-semibold text-sm"
5111
5111
  }), `</div>
5112
- </div>`)), View = /* @__PURE__ */ function() {
5112
+ </div>`)), View = /* @__PURE__ */ (function() {
5113
5113
  function e(t, n) {
5114
5114
  _classCallCheck(this, e), Object.assign(this, n, {
5115
5115
  picker: t,
@@ -5150,7 +5150,7 @@ var pickerTemplate = optimizeTemplateHTML(`<div class="datepicker hidden">
5150
5150
  }
5151
5151
  }
5152
5152
  }]);
5153
- }(), DaysView = /* @__PURE__ */ function(e) {
5153
+ })(), DaysView = /* @__PURE__ */ (function(e) {
5154
5154
  function t(n) {
5155
5155
  return _classCallCheck(this, t), _callSuper(this, t, [n, {
5156
5156
  id: 0,
@@ -5248,7 +5248,7 @@ var pickerTemplate = optimizeTemplateHTML(`<div class="datepicker hidden">
5248
5248
  }), this.grid.children[i].classList.add("focused");
5249
5249
  }
5250
5250
  }]);
5251
- }(View);
5251
+ })(View);
5252
5252
  function computeMonthRange(e, t) {
5253
5253
  if (!(!e || !e[0] || !e[1])) {
5254
5254
  var n = _slicedToArray(e, 2), i = _slicedToArray(n[0], 2), r = i[0], a = i[1], s = _slicedToArray(n[1], 2), o = s[0], l = s[1];
@@ -5256,7 +5256,7 @@ function computeMonthRange(e, t) {
5256
5256
  return [r === t ? a : -1, o === t ? l : 12];
5257
5257
  }
5258
5258
  }
5259
- var MonthsView = /* @__PURE__ */ function(e) {
5259
+ var MonthsView = /* @__PURE__ */ (function(e) {
5260
5260
  function t(n) {
5261
5261
  return _classCallCheck(this, t), _callSuper(this, t, [n, {
5262
5262
  id: 1,
@@ -5350,13 +5350,13 @@ var MonthsView = /* @__PURE__ */ function(e) {
5350
5350
  }), this.grid.children[this.focused].classList.add("focused");
5351
5351
  }
5352
5352
  }]);
5353
- }(View);
5353
+ })(View);
5354
5354
  function toTitleCase(e) {
5355
5355
  return _toConsumableArray(e).reduce(function(t, n, i) {
5356
5356
  return t += i ? n : n.toUpperCase();
5357
5357
  }, "");
5358
5358
  }
5359
- var YearsView = /* @__PURE__ */ function(e) {
5359
+ var YearsView = /* @__PURE__ */ (function(e) {
5360
5360
  function t(n, i) {
5361
5361
  return _classCallCheck(this, t), _callSuper(this, t, [n, i]);
5362
5362
  }
@@ -5429,7 +5429,7 @@ var YearsView = /* @__PURE__ */ function(e) {
5429
5429
  }), this.grid.children[i].classList.add("focused");
5430
5430
  }
5431
5431
  }]);
5432
- }(View);
5432
+ })(View);
5433
5433
  function triggerDatepickerEvent(e, t) {
5434
5434
  var n = {
5435
5435
  date: e.getDate(),
@@ -5542,7 +5542,7 @@ function setViewDate(e, t) {
5542
5542
  function getTextDirection(e) {
5543
5543
  return window.getComputedStyle(e).direction;
5544
5544
  }
5545
- var Picker = /* @__PURE__ */ function() {
5545
+ var Picker = /* @__PURE__ */ (function() {
5546
5546
  function e(t) {
5547
5547
  _classCallCheck(this, e), this.datepicker = t;
5548
5548
  var n = pickerTemplate.replace(/%buttonClass%/g, t.config.buttonClass), i = this.element = parseHTML(n).firstChild, r = _slicedToArray(i.firstChild.children, 3), a = r[0], s = r[1], o = r[2], l = a.firstElementChild, c = _slicedToArray(a.lastElementChild.children, 3), u = c[0], d = c[1], f = c[2], p = _slicedToArray(o.firstChild.children, 2), g = p[0], v = p[1], h = {
@@ -5651,7 +5651,7 @@ var Picker = /* @__PURE__ */ function() {
5651
5651
  delete this._renderMethod, this.currentView[i]();
5652
5652
  }
5653
5653
  }]);
5654
- }();
5654
+ })();
5655
5655
  function findNextAvailableOne(e, t, n, i, r, a) {
5656
5656
  if (isInRange(e, r, a)) {
5657
5657
  if (i(e)) {
@@ -5831,7 +5831,7 @@ function _setDate(e, t, n) {
5831
5831
  var s = processInputDates(e, t, i);
5832
5832
  s && (s.toString() !== e.dates.toString() ? (e.dates = s, refreshUI(e, r ? 3 : 1), triggerDatepickerEvent(e, "changeDate")) : refreshUI(e, 1), a && e.hide());
5833
5833
  }
5834
- var Datepicker$1 = /* @__PURE__ */ function() {
5834
+ var Datepicker$1 = /* @__PURE__ */ (function() {
5835
5835
  function e(t) {
5836
5836
  var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0;
5837
5837
  _classCallCheck(this, e), t.datepicker = this, this.element = t;
@@ -6103,7 +6103,7 @@ var Datepicker$1 = /* @__PURE__ */ function() {
6103
6103
  return locales;
6104
6104
  }
6105
6105
  }]);
6106
- }();
6106
+ })();
6107
6107
  function filterOptions(e) {
6108
6108
  var t = Object.assign({}, e);
6109
6109
  return delete t.inputs, delete t.allowOneSidedRange, delete t.maxNumberOfDates, t;
@@ -6123,7 +6123,7 @@ function onChangeDate(e, t) {
6123
6123
  }
6124
6124
  }
6125
6125
  }
6126
- var DateRangePicker = /* @__PURE__ */ function() {
6126
+ var DateRangePicker = /* @__PURE__ */ (function() {
6127
6127
  function e(t) {
6128
6128
  var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6129
6129
  _classCallCheck(this, e);
@@ -6230,7 +6230,7 @@ var DateRangePicker = /* @__PURE__ */ function() {
6230
6230
  });
6231
6231
  }
6232
6232
  }]);
6233
- }(), __assign = function() {
6233
+ })(), __assign = function() {
6234
6234
  return __assign = Object.assign || function(e) {
6235
6235
  for (var t, n = 1, i = arguments.length; n < i; n++) {
6236
6236
  t = arguments[n];
@@ -6259,7 +6259,7 @@ var DateRangePicker = /* @__PURE__ */ function() {
6259
6259
  override: !0
6260
6260
  }, Datepicker = (
6261
6261
  /** @class */
6262
- function() {
6262
+ (function() {
6263
6263
  function e(t, n, i) {
6264
6264
  t === void 0 && (t = null), n === void 0 && (n = Default), i === void 0 && (i = DefaultInstanceOptions), this._instanceId = i.id ? i.id : t.id, this._datepickerEl = t, this._datepickerInstance = null, this._options = __assign(__assign({}, Default), n), this._initialized = !1, this.init(), instances.addInstance("Datepicker", this, this._instanceId, i.override);
6265
6265
  }
@@ -6295,7 +6295,7 @@ var DateRangePicker = /* @__PURE__ */ function() {
6295
6295
  }, e.prototype.updateOnHide = function(t) {
6296
6296
  this._options.onHide = t;
6297
6297
  }, e;
6298
- }()
6298
+ })()
6299
6299
  );
6300
6300
  function initDatepickers() {
6301
6301
  document.querySelectorAll("[datepicker], [inline-datepicker], [date-rangepicker]").forEach(function(e) {
@@ -6339,7 +6339,7 @@ var events = new Events("load", [
6339
6339
  initDatepickers
6340
6340
  ]);
6341
6341
  events.init();
6342
- var htmx = function() {
6342
+ var htmx = (function() {
6343
6343
  const htmx = {
6344
6344
  // Tsc madness here, assigning the functions directly results in an invalid TypeScript output, but reassigning is fine
6345
6345
  /* Event processing */
@@ -8620,7 +8620,7 @@ var htmx = function() {
8620
8620
  triggerEvent(e, "htmx:load", {}), e = null;
8621
8621
  }, 0);
8622
8622
  }), htmx;
8623
- }();
8623
+ })();
8624
8624
  module_default.store("confirmingAction", {
8625
8625
  type: null,
8626
8626
  id: null,