@iamproperty/components 5.5.1-beta-5 → 5.6.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.
Files changed (74) hide show
  1. package/assets/css/components/actionbar.css +1 -1
  2. package/assets/css/components/actionbar.css.map +1 -1
  3. package/assets/css/components/card.css +1 -1
  4. package/assets/css/components/card.css.map +1 -1
  5. package/assets/css/components/card.global.css +1 -1
  6. package/assets/css/components/card.global.css.map +1 -1
  7. package/assets/css/components/pagination.css +1 -1
  8. package/assets/css/components/pagination.css.map +1 -1
  9. package/assets/css/core.min.css +1 -1
  10. package/assets/css/core.min.css.map +1 -1
  11. package/assets/css/style.min.css +1 -1
  12. package/assets/css/style.min.css.map +1 -1
  13. package/assets/js/components/accordion/accordion.component.min.js +1 -1
  14. package/assets/js/components/actionbar/actionbar.component.min.js +4 -4
  15. package/assets/js/components/address-lookup/address-lookup.component.min.js +1 -1
  16. package/assets/js/components/applied-filters/applied-filters.component.min.js +2 -2
  17. package/assets/js/components/applied-filters/applied-filters.component.min.js.map +1 -1
  18. package/assets/js/components/card/card.component.js +8 -5
  19. package/assets/js/components/card/card.component.min.js +8 -6
  20. package/assets/js/components/card/card.component.min.js.map +1 -1
  21. package/assets/js/components/carousel/carousel.component.min.js +28 -0
  22. package/assets/js/components/carousel/carousel.component.min.js.map +1 -0
  23. package/assets/js/components/collapsible-side/collapsible-side.component.min.js +1 -1
  24. package/assets/js/components/fileupload/fileupload.component.js +4 -3
  25. package/assets/js/components/fileupload/fileupload.component.min.js +5 -5
  26. package/assets/js/components/fileupload/fileupload.component.min.js.map +1 -1
  27. package/assets/js/components/filterlist/filterlist.component.min.js +1 -1
  28. package/assets/js/components/header/header.component.min.js +1 -1
  29. package/assets/js/components/inline-edit/inline-edit.component.js +2 -4
  30. package/assets/js/components/inline-edit/inline-edit.component.min.js +2 -2
  31. package/assets/js/components/inline-edit/inline-edit.component.min.js.map +1 -1
  32. package/assets/js/components/marketing/marketing.component.min.js +17 -0
  33. package/assets/js/components/marketing/marketing.component.min.js.map +1 -0
  34. package/assets/js/components/multiselect/multiselect.component.min.js +1 -1
  35. package/assets/js/components/nav/nav.component.min.js +1 -1
  36. package/assets/js/components/notification/notification.component.min.js +1 -1
  37. package/assets/js/components/pagination/pagination.component.min.js +2 -2
  38. package/assets/js/components/search/search.component.min.js +1 -1
  39. package/assets/js/components/slider/slider.component.min.js +19 -0
  40. package/assets/js/components/slider/slider.component.min.js.map +1 -0
  41. package/assets/js/components/table/table.component.min.js +4 -4
  42. package/assets/js/components/table/table.component.min.js.map +1 -1
  43. package/assets/js/components/tabs/tabs.component.min.js +1 -1
  44. package/assets/js/dynamic.min.js +1 -1
  45. package/assets/js/modules/applied-filters.js +5 -1
  46. package/assets/js/modules/fileupload.js +9 -0
  47. package/assets/js/modules/table.js +6 -0
  48. package/assets/js/scripts.bundle.js +11 -9
  49. package/assets/js/scripts.bundle.js.map +1 -1
  50. package/assets/js/scripts.bundle.min.js +2 -2
  51. package/assets/js/scripts.bundle.min.js.map +1 -1
  52. package/assets/sass/components/actionbar.scss +1 -0
  53. package/assets/sass/components/card.global.scss +30 -1
  54. package/assets/sass/components/card.scss +80 -33
  55. package/assets/sass/components/pagination.scss +1 -1
  56. package/assets/sass/elements/badge-tag.scss +11 -4
  57. package/assets/sass/elements/forms.scss +5 -2
  58. package/assets/ts/components/card/card.component.ts +8 -5
  59. package/assets/ts/components/fileupload/fileupload.component.ts +4 -3
  60. package/assets/ts/components/inline-edit/inline-edit.component.ts +2 -8
  61. package/assets/ts/modules/applied-filters.ts +4 -1
  62. package/assets/ts/modules/fileupload.ts +15 -0
  63. package/assets/ts/modules/table.ts +10 -0
  64. package/dist/components.es.js +497 -592
  65. package/dist/components.umd.js +78 -128
  66. package/package.json +1 -1
  67. package/src/components/AddressLookup/AddressLookup.vue +1 -1
  68. package/src/components/AppliedFilters/AppliedFilters.vue +13 -7
  69. package/src/components/Card/Card.vue +2 -2
  70. package/src/components/Carousel/Carousel.vue +1 -1
  71. package/src/components/Marketing/Marketing.vue +1 -1
  72. package/src/components/Slider/Slider.vue +1 -1
  73. package/src/components/Tabs/Tabs.vue +2 -2
  74. package/dist/README.md +0 -21
@@ -1,10 +1,10 @@
1
- import { openBlock as r, createElementBlock as l, normalizeClass as w, createElementVNode as c, toDisplayString as $, createCommentVNode as b, renderSlot as h, Fragment as E, renderList as q, withDirectives as T, mergeProps as S, vModelDynamic as H, vModelText as I, vModelSelect as D, createTextVNode as V, resolveComponent as M, createVNode as x, withModifiers as B } from "vue";
2
- const f = (t, a) => {
1
+ import { openBlock as r, createElementBlock as l, normalizeClass as y, createElementVNode as c, toDisplayString as _, createCommentVNode as h, renderSlot as m, Fragment as x, renderList as A, withDirectives as T, mergeProps as k, vModelDynamic as E, vModelText as I, vModelSelect as D, createTextVNode as F, resolveComponent as H, createVNode as $, withModifiers as V } from "vue";
2
+ const p = (t, i) => {
3
3
  const e = t.__vccOpts || t;
4
- for (const [o, i] of a)
5
- e[o] = i;
4
+ for (const [s, o] of i)
5
+ e[s] = o;
6
6
  return e;
7
- }, O = {
7
+ }, B = {
8
8
  name: "Logo",
9
9
  props: {
10
10
  id: {
@@ -29,26 +29,26 @@ const f = (t, a) => {
29
29
  return "brand brand--" + this.id;
30
30
  }
31
31
  }
32
- }, U = ["xlink:href"], W = ["innerHTML"];
33
- function K(t, a, e, o, i, s) {
32
+ }, U = ["xlink:href"], O = ["innerHTML"];
33
+ function W(t, i, e, s, o, a) {
34
34
  return r(), l("div", {
35
- class: w(s.className)
35
+ class: y(a.className)
36
36
  }, [
37
37
  (r(), l("svg", null, [
38
- c("title", null, "iam " + $(e.id), 1),
38
+ c("title", null, "iam " + _(e.id), 1),
39
39
  c("use", {
40
- "xlink:href": e.path + s.src
40
+ "xlink:href": e.path + a.src
41
41
  }, null, 8, U)
42
42
  ])),
43
43
  e.desc ? (r(), l("span", {
44
44
  key: 0,
45
45
  innerHTML: e.desc
46
- }, null, 8, W)) : b("", !0)
46
+ }, null, 8, O)) : h("", !0)
47
47
  ], 2);
48
48
  }
49
- const za = /* @__PURE__ */ f(O, [["render", K]]), G = (t) => t.charAt(0).toUpperCase() + t.slice(1), Q = (t) => t.replace(/_/g, " "), Y = (t) => t.replace(/ /g, "_"), J = function(t) {
50
- return t = t.toLowerCase(), t = Y(t), t = t.replace(/\W/g, ""), t;
51
- }, X = {
49
+ const Pi = /* @__PURE__ */ p(B, [["render", W]]), K = (t) => t.charAt(0).toUpperCase() + t.slice(1), G = (t) => t.replace(/_/g, " "), Q = (t) => t.replace(/ /g, "_"), Y = function(t) {
50
+ return t = t.toLowerCase(), t = Q(t), t = t.replace(/\W/g, ""), t;
51
+ }, J = {
52
52
  name: "Table",
53
53
  props: {
54
54
  items: {
@@ -62,16 +62,16 @@ const za = /* @__PURE__ */ f(O, [["render", K]]), G = (t) => t.charAt(0).toUpper
62
62
  },
63
63
  computed: {
64
64
  cellHeading() {
65
- return (t) => `${G(Q(t))}`;
65
+ return (t) => `${K(G(t))}`;
66
66
  }
67
67
  },
68
68
  created() {
69
69
  this.$nextTick(function() {
70
- import("./table.component-6aacf1c4.mjs").then((t) => {
70
+ import("./table.component-d5af7c61.mjs").then((t) => {
71
71
  window.customElements.get("iam-table") || window.customElements.define("iam-table", t.default);
72
72
  }).catch((t) => {
73
73
  console.log(t.message);
74
- }), Promise.resolve().then(() => Ta).then((t) => {
74
+ }), Promise.resolve().then(() => Si).then((t) => {
75
75
  window.customElements.get("iam-pagination") || window.customElements.define("iam-pagination", t.default);
76
76
  }).catch((t) => {
77
77
  console.log(t.message);
@@ -80,33 +80,33 @@ const za = /* @__PURE__ */ f(O, [["render", K]]), G = (t) => t.charAt(0).toUpper
80
80
  },
81
81
  updated() {
82
82
  }
83
- }, Z = { key: 0 }, ee = { key: 0 }, te = ["data-row-id"], ae = ["innerHTML"];
84
- function se(t, a, e, o, i, s) {
83
+ }, X = { key: 0 }, Z = { key: 0 }, ee = ["data-row-id"], te = ["innerHTML"];
84
+ function ie(t, i, e, s, o, a) {
85
85
  return r(), l("iam-table", null, [
86
- h(t.$slots, "before"),
87
- e.fields ? (r(), l("table", Z, [
86
+ m(t.$slots, "before"),
87
+ e.fields ? (r(), l("table", X, [
88
88
  c("thead", null, [
89
89
  c("tr", null, [
90
- (r(!0), l(E, null, q(e.fields, (n) => (r(), l("th", {
90
+ (r(!0), l(x, null, A(e.fields, (n) => (r(), l("th", {
91
91
  key: n.key
92
- }, $(s.cellHeading(n.key)), 1))), 128))
92
+ }, _(a.cellHeading(n.key)), 1))), 128))
93
93
  ])
94
94
  ]),
95
- e.items ? (r(), l("tbody", ee, [
96
- (r(!0), l(E, null, q(e.items, (n, d) => (r(), l("tr", {
95
+ e.items ? (r(), l("tbody", Z, [
96
+ (r(!0), l(x, null, A(e.items, (n, d) => (r(), l("tr", {
97
97
  key: d,
98
98
  "data-row-id": n.rowid
99
99
  }, [
100
- (r(!0), l(E, null, q(Object.fromEntries(Object.entries(n).filter(([u]) => u !== "rowid")), (u, m) => (r(), l("td", {
101
- key: m,
100
+ (r(!0), l(x, null, A(Object.fromEntries(Object.entries(n).filter(([u]) => u !== "rowid")), (u, b) => (r(), l("td", {
101
+ key: b,
102
102
  innerHTML: u
103
- }, null, 8, ae))), 128))
104
- ], 8, te))), 128))
105
- ])) : b("", !0)
106
- ])) : h(t.$slots, "default", { key: 1 })
103
+ }, null, 8, te))), 128))
104
+ ], 8, ee))), 128))
105
+ ])) : h("", !0)
106
+ ])) : m(t.$slots, "default", { key: 1 })
107
107
  ]);
108
108
  }
109
- const R = /* @__PURE__ */ f(X, [["render", se]]), ie = {
109
+ const N = /* @__PURE__ */ p(J, [["render", ie]]), ae = {
110
110
  name: "Input",
111
111
  props: {
112
112
  value: {
@@ -281,8 +281,8 @@ const R = /* @__PURE__ */ f(X, [["render", se]]), ie = {
281
281
  this.$nextTick(function() {
282
282
  let t = this.$refs.wrapper;
283
283
  if (t.parentNode && t.parentNode.classList.contains("form-check") || t.classList.length == 0) {
284
- const a = document.createDocumentFragment();
285
- Array.from(t.childNodes).forEach((e) => a.appendChild(e)), t.parentNode.insertBefore(a, t), t.parentNode.removeChild(t);
284
+ const i = document.createDocumentFragment();
285
+ Array.from(t.childNodes).forEach((e) => i.appendChild(e)), t.parentNode.insertBefore(i, t), t.parentNode.removeChild(t);
286
286
  }
287
287
  });
288
288
  },
@@ -294,234 +294,237 @@ const R = /* @__PURE__ */ f(X, [["render", se]]), ie = {
294
294
  this.$emit("bus");
295
295
  }
296
296
  }
297
- }, ne = ["for", "innerHTML", "title"], oe = ["innerHTML"], re = ["innerHTML"], le = ["type", "name", "id", "pattern", "list"], de = ["type", "name", "id", "pattern"], ce = {
297
+ }, ne = ["for", "innerHTML", "title"], se = ["innerHTML"], oe = ["innerHTML"], re = ["type", "name", "id", "pattern", "list"], le = ["type", "name", "id", "pattern"], de = {
298
298
  key: 5,
299
299
  class: "input-group"
300
- }, ue = ["type", "name", "id", "pattern", "list"], me = { class: "input-group-text border-0 col-2 col-sm-1 px-0" }, pe = {
300
+ }, ce = ["type", "name", "id", "pattern", "list"], ue = { class: "input-group-text border-0 col-2 col-sm-1 px-0" }, me = {
301
301
  key: 6,
302
302
  class: "input-group"
303
- }, he = ["type", "name", "id", "pattern", "list"], fe = { class: "input-group-text flex-fill" }, be = ["type", "name", "id", "pattern"], ge = ["value"], ye = ["type", "name", "id"], ve = ["for", "innerHTML"], _e = ["type", "name", "id"], we = ["for", "innerHTML"], $e = ["innerHTML"], ke = ["id"], Ae = ["value"];
304
- function xe(t, a, e, o, i, s) {
303
+ }, pe = ["type", "name", "id", "pattern", "list"], he = { class: "input-group-text flex-fill" }, fe = ["type", "name", "id", "pattern"], be = ["value"], ge = ["type", "name", "id"], ye = ["for", "innerHTML"], _e = ["type", "name", "id"], ve = ["for", "innerHTML"], we = ["innerHTML"], $e = ["id"], ke = ["value"];
304
+ function xe(t, i, e, s, o, a) {
305
305
  return r(), l("div", {
306
- class: w(s.wrapperClass()),
306
+ class: y(a.wrapperClass()),
307
307
  ref: "wrapper"
308
308
  }, [
309
- s.needsLabel() ? (r(), l("label", {
309
+ a.needsLabel() ? (r(), l("label", {
310
310
  key: 0,
311
- class: w(`form-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
311
+ class: y(`form-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
312
312
  for: e.id,
313
- innerHTML: s.displayLabel(),
313
+ innerHTML: a.displayLabel(),
314
314
  title: e.title
315
- }, null, 10, ne)) : b("", !0),
315
+ }, null, 10, ne)) : h("", !0),
316
316
  e.prefix ? (r(), l("span", {
317
317
  key: 1,
318
- class: w(`prefix ${this.prefixClass} ${e.size ? `prefix-${e.size}` : ""}`),
318
+ class: y(`prefix ${this.prefixClass} ${e.size ? `prefix-${e.size}` : ""}`),
319
319
  innerHTML: e.prefix,
320
320
  role: "presentation"
321
- }, null, 10, oe)) : b("", !0),
321
+ }, null, 10, se)) : h("", !0),
322
322
  e.suffix ? (r(), l("span", {
323
323
  key: 2,
324
- class: w(`suffix ${this.suffixClass} ${e.size ? `suffix-${e.size}` : ""}`),
324
+ class: y(`suffix ${this.suffixClass} ${e.size ? `suffix-${e.size}` : ""}`),
325
325
  innerHTML: e.suffix,
326
326
  role: "presentation"
327
- }, null, 10, re)) : b("", !0),
328
- s.isInput() ? T((r(), l("input", S({
327
+ }, null, 10, oe)) : h("", !0),
328
+ a.isInput() ? T((r(), l("input", k({
329
329
  key: 3,
330
- "onUpdate:modelValue": a[0] || (a[0] = (n) => s.inputVal = n),
330
+ "onUpdate:modelValue": i[0] || (i[0] = (n) => a.inputVal = n),
331
331
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
332
332
  type: e.type,
333
333
  name: e.name ? e.name : e.id,
334
334
  id: e.id,
335
- pattern: s.needPattern(),
336
- list: s.hasOptions()
335
+ pattern: a.needPattern(),
336
+ list: a.hasOptions()
337
337
  }, t.$attrs, {
338
- onKeyup: a[1] || (a[1] = (...n) => s.inputKeyup && s.inputKeyup(...n))
339
- }), null, 16, le)), [
340
- [H, s.inputVal]
341
- ]) : b("", !0),
342
- e.type == "textarea" ? T((r(), l("textarea", S({
338
+ onKeyup: i[1] || (i[1] = (...n) => a.inputKeyup && a.inputKeyup(...n))
339
+ }), null, 16, re)), [
340
+ [E, a.inputVal]
341
+ ]) : h("", !0),
342
+ e.type == "textarea" ? T((r(), l("textarea", k({
343
343
  key: 4,
344
- "onUpdate:modelValue": a[2] || (a[2] = (n) => s.inputVal = n),
344
+ "onUpdate:modelValue": i[2] || (i[2] = (n) => a.inputVal = n),
345
345
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
346
346
  type: e.type,
347
347
  name: e.name ? e.name : e.id,
348
348
  id: e.id,
349
- pattern: s.needPattern()
350
- }, t.$attrs), null, 16, de)), [
351
- [I, s.inputVal]
352
- ]) : b("", !0),
353
- e.type == "range" ? (r(), l("div", ce, [
354
- T(c("input", S({
355
- "onUpdate:modelValue": a[3] || (a[3] = (n) => s.inputVal = n),
349
+ pattern: a.needPattern()
350
+ }, t.$attrs), null, 16, le)), [
351
+ [I, a.inputVal]
352
+ ]) : h("", !0),
353
+ e.type == "range" ? (r(), l("div", de, [
354
+ T(c("input", k({
355
+ "onUpdate:modelValue": i[3] || (i[3] = (n) => a.inputVal = n),
356
356
  class: `form-range${e.inputclass ? ` ${e.inputclass}` : ""}`,
357
357
  type: e.type,
358
358
  name: e.name ? e.name : e.id,
359
359
  id: e.id,
360
- pattern: s.needPattern(),
361
- list: s.hasOptions()
362
- }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, ue), [
363
- [H, s.inputVal]
360
+ pattern: a.needPattern(),
361
+ list: a.hasOptions()
362
+ }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, ce), [
363
+ [E, a.inputVal]
364
364
  ]),
365
- c("output", me, $(e.value), 1)
366
- ])) : b("", !0),
367
- e.type == "color" ? (r(), l("div", pe, [
368
- T(c("input", S({
369
- "onUpdate:modelValue": a[4] || (a[4] = (n) => s.inputVal = n),
365
+ c("output", ue, _(e.value), 1)
366
+ ])) : h("", !0),
367
+ e.type == "color" ? (r(), l("div", me, [
368
+ T(c("input", k({
369
+ "onUpdate:modelValue": i[4] || (i[4] = (n) => a.inputVal = n),
370
370
  class: `form-control form-control-color${e.inputclass ? ` ${e.inputclass}` : ""}`,
371
371
  type: e.type,
372
372
  name: e.name ? e.name : e.id,
373
373
  id: e.id,
374
- pattern: s.needPattern(),
375
- list: s.hasOptions()
376
- }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, he), [
377
- [H, s.inputVal]
374
+ pattern: a.needPattern(),
375
+ list: a.hasOptions()
376
+ }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, pe), [
377
+ [E, a.inputVal]
378
378
  ]),
379
- c("output", fe, $(e.value ? t.vale : "#000000"), 1)
380
- ])) : b("", !0),
381
- e.type == "select" ? T((r(), l("select", S({
379
+ c("output", he, _(e.value ? t.vale : "#000000"), 1)
380
+ ])) : h("", !0),
381
+ e.type == "select" ? T((r(), l("select", k({
382
382
  key: 7,
383
- "onUpdate:modelValue": a[5] || (a[5] = (n) => s.inputVal = n),
383
+ "onUpdate:modelValue": i[5] || (i[5] = (n) => a.inputVal = n),
384
384
  class: `form-select${e.size ? ` form-select-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
385
385
  type: e.type,
386
386
  name: e.id,
387
387
  id: e.id,
388
- pattern: s.needPattern()
388
+ pattern: a.needPattern()
389
389
  }, t.$attrs), [
390
- (r(!0), l(E, null, q(e.options, (n, d) => (r(), l("option", {
390
+ (r(!0), l(x, null, A(e.options, (n, d) => (r(), l("option", {
391
391
  key: d,
392
392
  value: n.value
393
- }, $(n.display ? n.display : n.value), 9, ge))), 128))
394
- ], 16, be)), [
395
- [D, s.inputVal]
396
- ]) : b("", !0),
397
- e.type == "checkbox" || e.type == "radio" ? (r(), l("input", S({
393
+ }, _(n.display ? n.display : n.value), 9, be))), 128))
394
+ ], 16, fe)), [
395
+ [D, a.inputVal]
396
+ ]) : h("", !0),
397
+ e.type == "checkbox" || e.type == "radio" ? (r(), l("input", k({
398
398
  key: 8,
399
399
  class: "form-check-input",
400
400
  type: e.type,
401
401
  name: e.name ? e.name : e.id,
402
402
  id: e.id
403
- }, t.$attrs), null, 16, ye)) : b("", !0),
403
+ }, t.$attrs), null, 16, ge)) : h("", !0),
404
404
  e.type == "checkbox" || e.type == "radio" ? (r(), l("label", {
405
405
  key: 9,
406
- class: w(`form-label form-check-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
406
+ class: y(`form-label form-check-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
407
407
  for: e.id,
408
408
  innerHTML: e.label
409
- }, null, 10, ve)) : b("", !0),
410
- e.type == "checkbox-btn" || e.type == "radio-btn" ? (r(), l("input", S({
409
+ }, null, 10, ye)) : h("", !0),
410
+ e.type == "checkbox-btn" || e.type == "radio-btn" ? (r(), l("input", k({
411
411
  key: 10,
412
412
  class: `btn-check${e.inputclass ? ` ${e.inputclass}` : ""}`,
413
413
  type: e.type.replace("-btn", ""),
414
414
  autocomplete: "off",
415
415
  name: e.name ? e.name : e.id,
416
416
  id: e.id
417
- }, t.$attrs), null, 16, _e)) : b("", !0),
417
+ }, t.$attrs), null, 16, _e)) : h("", !0),
418
418
  e.type == "checkbox-btn" || e.type == "radio-btn" ? (r(), l("label", {
419
419
  key: 11,
420
- class: w(`btn${e.labelclass ? ` ${e.labelclass}` : ""}`),
420
+ class: y(`btn${e.labelclass ? ` ${e.labelclass}` : ""}`),
421
421
  for: e.id,
422
422
  innerHTML: e.label,
423
- onClick: a[6] || (a[6] = (...n) => s.clickEvent && s.clickEvent(...n))
424
- }, null, 10, we)) : b("", !0),
425
- h(t.$slots, "default"),
423
+ onClick: i[6] || (i[6] = (...n) => a.clickEvent && a.clickEvent(...n))
424
+ }, null, 10, ve)) : h("", !0),
425
+ m(t.$slots, "default"),
426
426
  e.errormsg ? (r(), l("span", {
427
427
  key: 12,
428
428
  class: "invalid-feedback mb-0",
429
429
  innerHTML: e.errormsg
430
- }, null, 8, $e)) : b("", !0),
431
- s.allowDatalist() ? (r(), l("datalist", {
430
+ }, null, 8, we)) : h("", !0),
431
+ a.allowDatalist() ? (r(), l("datalist", {
432
432
  key: 13,
433
433
  id: e.id + "-list"
434
434
  }, [
435
- (r(!0), l(E, null, q(e.options, (n, d) => (r(), l("option", {
435
+ (r(!0), l(x, null, A(e.options, (n, d) => (r(), l("option", {
436
436
  key: d,
437
437
  value: n.value
438
- }, $(n.value), 9, Ae))), 128))
439
- ], 8, ke)) : b("", !0)
438
+ }, _(n.value), 9, ke))), 128))
439
+ ], 8, $e)) : h("", !0)
440
440
  ], 2);
441
441
  }
442
- const P = /* @__PURE__ */ f(ie, [["render", xe]]);
443
- function Le(t, a) {
444
- const e = a.querySelector(".files"), o = a.querySelector(".drop-area"), i = t.querySelector("input"), s = t.hasAttribute("data-maxsize") ? t.getAttribute("data-maxsize") : 0, n = i.cloneNode();
445
- if (o.append(n), a.addEventListener("click", (d) => {
446
- d && d.target instanceof HTMLElement && d.target.closest(".btn-primary") && (d.target.closest(".btn-primary"), (i.hasAttribute("multiple") ? n : i).click());
447
- }), a.addEventListener("click", (d) => {
442
+ const R = /* @__PURE__ */ p(ae, [["render", xe]]);
443
+ function Ae(t, i) {
444
+ const e = i.querySelector(".files"), s = i.querySelector(".drop-area"), o = t.querySelector("input"), a = t.hasAttribute("data-maxsize") ? t.getAttribute("data-maxsize") : 0, n = o.cloneNode();
445
+ if (s.append(n), i.addEventListener("click", (d) => {
446
+ d && d.target instanceof HTMLElement && d.target.closest(".btn-primary") && (d.target.closest(".btn-primary"), (o.hasAttribute("multiple") ? n : o).click());
447
+ }), i.addEventListener("click", (d) => {
448
448
  if (d && d.target instanceof HTMLElement && d.target.closest(".files button")) {
449
- const u = new DataTransfer(), { files: m } = i, y = d.target.closest(".files button");
450
- for (let g = 0; g < m.length; g++) {
451
- const v = m[g];
452
- v.name != y.getAttribute("data-file") && u.items.add(v);
449
+ const u = new DataTransfer(), { files: b } = o, g = d.target.closest(".files button");
450
+ for (let v = 0; v < b.length; v++) {
451
+ const w = b[v];
452
+ w.name != g.getAttribute("data-file") && u.items.add(w);
453
453
  }
454
- if (i.files = u.files, i.files.length == 0) {
455
- const g = new Event("empty");
456
- t.dispatchEvent(g);
454
+ if (o.files = u.files, o.files.length == 0) {
455
+ const v = new Event("empty");
456
+ t.dispatchEvent(v);
457
457
  }
458
- const p = new Event("change");
459
- i.dispatchEvent(p);
458
+ const f = new Event("change");
459
+ o.dispatchEvent(f);
460
460
  }
461
461
  }), n.addEventListener("change", (d) => {
462
- if (i.hasAttribute("multiple")) {
463
- const y = [...i.files, ...n.files];
464
- let p = [];
465
- const g = new DataTransfer();
466
- for (let v = 0; v < y.length; v++) {
467
- const _ = y[v], k = _.size / 1e3;
468
- !p.includes(_.name) && (s == 0 || k < s) && g.items.add(_), p.push(_.name);
462
+ if (o.hasAttribute("multiple")) {
463
+ const g = [...o.files, ...n.files];
464
+ let f = [];
465
+ const v = new DataTransfer();
466
+ for (let w = 0; w < g.length; w++) {
467
+ const L = g[w], q = L.size / 1e3;
468
+ !f.includes(L.name) && (a == 0 || q < a) && v.items.add(L), f.push(L.name);
469
469
  }
470
- i.files = g.files;
470
+ o.files = v.files;
471
471
  } else
472
- i.files = n.files;
472
+ o.files = n.files;
473
473
  const u = new Event("change");
474
- i.dispatchEvent(u);
475
- const m = new Event("elementChange");
476
- t.dispatchEvent(m);
474
+ o.dispatchEvent(u);
475
+ const b = new Event("elementChange");
476
+ t.dispatchEvent(b);
477
477
  }), n.addEventListener("dragenter", (d) => {
478
478
  n.classList.add("focus");
479
479
  }), n.addEventListener("dragleave", (d) => {
480
480
  n.classList.remove("focus");
481
481
  }), n.addEventListener("drop", (d) => {
482
482
  n.classList.remove("focus");
483
- }), i.addEventListener("change", (d) => {
483
+ }), o.addEventListener("change", (d) => {
484
484
  e.innerHTML = "";
485
- for (const u of i.files)
485
+ for (const u of o.files)
486
486
  e.innerHTML += `<span class="file">${u.name} <button data-file="${u.name}">Remove</button></span>`;
487
487
  }), t.hasAttribute("data-filename")) {
488
488
  let d = t.getAttribute("data-filename");
489
489
  d && (e.innerHTML += `<span class="file">${d} <button data-file="${d}">Remove</button></span>`);
490
490
  }
491
+ i.addEventListener("click", (d) => {
492
+ d && d.target instanceof HTMLElement && d.target.closest(".btn-primary") && (d.target.closest(".btn-primary"), (o.hasAttribute("multiple") ? n : o).click());
493
+ });
491
494
  }
492
495
  window.dataLayer = window.dataLayer || [];
493
496
  window.dataLayer.push({
494
497
  event: "customElementRegistered",
495
498
  element: "fileupload"
496
499
  });
497
- class Se extends HTMLElement {
500
+ class Le extends HTMLElement {
498
501
  constructor() {
499
502
  super(), this.attachShadow({ mode: "open" });
500
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = `@import "${a}/css/components/fileupload.css";`, i = document.createElement("template");
501
- i.innerHTML = `
503
+ const i = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${i}/css/core.min.css`, s = `@import "${i}/css/components/fileupload.css";`, o = document.createElement("template");
504
+ o.innerHTML = `
502
505
  <style>
503
506
  @import "${e}";
504
- ${o}
507
+ ${s}
505
508
  ${this.hasAttribute("css") ? `@import "${this.getAttribute("css")}";` : ""}
506
509
  </style>
507
510
  <div class="file-upload">
508
511
  <span class="file-upload__title">Upload file</span>
509
- <p class="helper-text"></p>
510
- <button class="btn btn-primary"><slot name="btn"></slot> Upload document</button>
512
+ <p class="helper-text"><slot name="helper"></slot></p>
513
+ <button class="btn btn-primary"><slot name="btn"></slot> Upload ${this.hasAttribute("data-filetype") ? this.getAttribute("data-filetype") : "file"}</button>
511
514
  <div class="drop-area"></div>
512
515
  <hr/>
513
516
  <slot></slot>
514
517
  <div class="files"><slot name="files"></slot></div>
515
518
  </div>
516
- `, this.shadowRoot.appendChild(i.content.cloneNode(!0));
519
+ `, this.shadowRoot.appendChild(o.content.cloneNode(!0));
517
520
  }
518
521
  connectedCallback() {
519
522
  this.innerHTML += '<i class="fa-regular fa-arrow-up-from-bracket me-2" aria-hidden="true" slot="btn"></i>';
520
- const a = this.shadowRoot.querySelector(".file-upload"), e = this.querySelector("input"), o = this.shadowRoot.querySelector(".helper-text");
521
- o.innerHTML = `${this.hasAttribute("data-maxsize") ? `Max file size is ${this.getAttribute("data-maxsize")}kb. ` : ""}${e.hasAttribute("accept") ? `Supported file types are ${e.getAttribute("accept")}` : ""}`, Le(this, a);
523
+ const i = this.shadowRoot.querySelector(".file-upload"), e = this.querySelector("input"), s = this.shadowRoot.querySelector(".helper-text");
524
+ this.querySelector('[slot="helper"]') || (s.innerHTML = `${this.hasAttribute("data-maxsize") ? `Max file size is ${this.getAttribute("data-maxsize")}kb. ` : ""}${e.hasAttribute("accept") ? `Supported file types are ${e.getAttribute("accept")}` : ""}`), Ae(this, i);
522
525
  }
523
526
  }
524
- const Ee = {
527
+ const Se = {
525
528
  name: "FileUpload",
526
529
  props: {
527
530
  maxfilesize: {
@@ -535,35 +538,35 @@ const Ee = {
535
538
  },
536
539
  mounted() {
537
540
  this.$nextTick(function() {
538
- window.customElements.get("iam-fileupload") || window.customElements.define("iam-fileupload", Se);
541
+ window.customElements.get("iam-fileupload") || window.customElements.define("iam-fileupload", Le);
539
542
  });
540
543
  }
541
544
  };
542
- function qe(t, a, e, o, i, s) {
545
+ function Te(t, i, e, s, o, a) {
543
546
  return r(), l("iam-fileupload", null, [
544
- h(t.$slots, "default")
547
+ m(t.$slots, "default")
545
548
  ]);
546
549
  }
547
- const Ia = /* @__PURE__ */ f(Ee, [["render", qe]]);
548
- const Te = {
550
+ const zi = /* @__PURE__ */ p(Se, [["render", Te]]);
551
+ const qe = {
549
552
  name: "Accordion",
550
553
  props: {},
551
554
  mounted() {
552
555
  this.$nextTick(function() {
553
- import("./accordion.component.min-08078210.mjs").then((t) => {
556
+ import("./accordion.component.min-add62699.mjs").then((t) => {
554
557
  window.customElements.get("iam-accordion") || window.customElements.define("iam-accordion", t.default);
555
558
  }).catch((t) => {
556
559
  console.log(t.message);
557
560
  });
558
561
  });
559
562
  }
560
- }, He = { ref: "wrapper" };
561
- function Me(t, a, e, o, i, s) {
562
- return r(), l("iam-accordion", He, [
563
- h(t.$slots, "default")
563
+ }, Ee = { ref: "wrapper" };
564
+ function He(t, i, e, s, o, a) {
565
+ return r(), l("iam-accordion", Ee, [
566
+ m(t.$slots, "default")
564
567
  ], 512);
565
568
  }
566
- const Da = /* @__PURE__ */ f(Te, [["render", Me]]), Ce = {
569
+ const ji = /* @__PURE__ */ p(qe, [["render", He]]), Me = {
567
570
  name: "AccordionItem",
568
571
  props: {
569
572
  title: {
@@ -590,7 +593,7 @@ const Da = /* @__PURE__ */ f(Te, [["render", Me]]), Ce = {
590
593
  },
591
594
  computed: {
592
595
  createID() {
593
- return (t) => `${J(t)}`;
596
+ return (t) => `${Y(t)}`;
594
597
  }
595
598
  },
596
599
  data() {
@@ -598,22 +601,22 @@ const Da = /* @__PURE__ */ f(Te, [["render", Me]]), Ce = {
598
601
  show: !this.lazy
599
602
  };
600
603
  }
601
- }, Ne = ["id"];
602
- function je(t, a, e, o, i, s) {
604
+ }, Ce = ["id"];
605
+ function Ne(t, i, e, s, o, a) {
603
606
  return r(), l("details", {
604
- id: s.createID(e.title)
607
+ id: a.createID(e.title)
605
608
  }, [
606
609
  c("summary", null, [
607
- V($(e.title), 1),
610
+ F(_(e.title), 1),
608
611
  e.badge ? (r(), l("span", {
609
612
  key: 0,
610
- class: w(`badge bg-${e.badgecolour}`)
611
- }, $(e.badge), 3)) : b("", !0)
613
+ class: y(`badge bg-${e.badgecolour}`)
614
+ }, _(e.badge), 3)) : h("", !0)
612
615
  ]),
613
- h(t.$slots, "default")
614
- ], 8, Ne);
616
+ m(t.$slots, "default")
617
+ ], 8, Ce);
615
618
  }
616
- const Va = /* @__PURE__ */ f(Ce, [["render", je]]), Re = {
619
+ const Ii = /* @__PURE__ */ p(Me, [["render", Ne]]), Re = {
617
620
  name: "Header",
618
621
  props: {
619
622
  title: {
@@ -630,17 +633,17 @@ const Va = /* @__PURE__ */ f(Ce, [["render", je]]), Re = {
630
633
  required: !1
631
634
  }
632
635
  }
633
- }, Pe = { class: "container" }, Fe = { class: "row" }, ze = { class: "col-sm-6" }, Ie = { class: "pt-5 pb-3 px-4" }, De = { class: "col-sm-6 col-md-5 ms-auto" }, Ve = ["src"];
634
- function Be(t, a, e, o, i, s) {
636
+ }, Pe = { class: "container" }, ze = { class: "row" }, je = { class: "col-sm-6" }, Ie = { class: "pt-5 pb-3 px-4" }, De = { class: "col-sm-6 col-md-5 ms-auto" }, Fe = ["src"];
637
+ function Ve(t, i, e, s, o, a) {
635
638
  return r(), l("div", Pe, [
636
639
  c("div", {
637
- class: w("bg-" + e.background + " mb-4")
640
+ class: y("bg-" + e.background + " mb-4")
638
641
  }, [
639
- c("div", Fe, [
640
- c("div", ze, [
642
+ c("div", ze, [
643
+ c("div", je, [
641
644
  c("div", Ie, [
642
- c("h2", null, $(e.title), 1),
643
- h(t.$slots, "default")
645
+ c("h2", null, _(e.title), 1),
646
+ m(t.$slots, "default")
644
647
  ])
645
648
  ]),
646
649
  c("div", De, [
@@ -649,20 +652,17 @@ function Be(t, a, e, o, i, s) {
649
652
  src: e.image,
650
653
  alt: "",
651
654
  class: "h-100 w-100 object-cover"
652
- }, null, 8, Ve)) : b("", !0)
655
+ }, null, 8, Fe)) : h("", !0)
653
656
  ])
654
657
  ])
655
658
  ], 2)
656
659
  ]);
657
660
  }
658
- const Ba = /* @__PURE__ */ f(Re, [["render", Be]]), Oe = {
661
+ const Di = /* @__PURE__ */ p(Re, [["render", Ve]]), Be = {
659
662
  name: "Card",
660
- mounted() {
663
+ created() {
661
664
  this.$nextTick(function() {
662
- import(
663
- /* @vite-ignore */
664
- "./card.component.min-02b47333.mjs"
665
- ).then((t) => {
665
+ import("./card.component-8fb6e63b.mjs").then((t) => {
666
666
  window.customElements.get("iam-card") || window.customElements.define("iam-card", t.default);
667
667
  }).catch((t) => {
668
668
  console.log(t.message);
@@ -670,17 +670,12 @@ const Ba = /* @__PURE__ */ f(Re, [["render", Be]]), Oe = {
670
670
  });
671
671
  }
672
672
  };
673
- function Ue(t, a, e, o, i, s) {
673
+ function Ue(t, i, e, s, o, a) {
674
674
  return r(), l("iam-card", null, [
675
- h(t.$slots, "default")
675
+ m(t.$slots, "default")
676
676
  ]);
677
677
  }
678
- const Oa = /* @__PURE__ */ f(Oe, [["render", Ue]]), N = (t, a) => {
679
- const e = t[a];
680
- return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((o, i) => {
681
- (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(i.bind(null, new Error("Unknown variable dynamic import: " + a)));
682
- });
683
- }, We = {
678
+ const Fi = /* @__PURE__ */ p(Be, [["render", Ue]]), Oe = {
684
679
  name: "Header",
685
680
  props: {
686
681
  title: {
@@ -694,7 +689,7 @@ const Oa = /* @__PURE__ */ f(Oe, [["render", Ue]]), N = (t, a) => {
694
689
  },
695
690
  mounted() {
696
691
  this.$nextTick(function() {
697
- N(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/carousel/carousel.component.js": () => import("./carousel.component-72a8511a.mjs") }), "../../../assets/js/components/carousel/carousel.component.js").then((t) => {
692
+ import("./carousel.component.min-7a1df789.mjs").then((t) => {
698
693
  window.customElements.get("iam-carousel") || window.customElements.define("iam-carousel", t.default);
699
694
  }).catch((t) => {
700
695
  console.log(t.message);
@@ -702,12 +697,12 @@ const Oa = /* @__PURE__ */ f(Oe, [["render", Ue]]), N = (t, a) => {
702
697
  });
703
698
  }
704
699
  };
705
- function Ke(t, a, e, o, i, s) {
700
+ function We(t, i, e, s, o, a) {
706
701
  return r(), l("iam-carousel", null, [
707
- h(t.$slots, "default")
702
+ m(t.$slots, "default")
708
703
  ]);
709
704
  }
710
- const Ua = /* @__PURE__ */ f(We, [["render", Ke]]), Ge = {
705
+ const Vi = /* @__PURE__ */ p(Oe, [["render", We]]), Ke = {
711
706
  name: "Header",
712
707
  props: {
713
708
  title: {
@@ -721,54 +716,54 @@ const Ua = /* @__PURE__ */ f(We, [["render", Ke]]), Ge = {
721
716
  },
722
717
  mounted() {
723
718
  this.$nextTick(function() {
724
- import("./header.component.min-9f8477b6.mjs").then((t) => {
719
+ import("./header.component.min-3cfd860a.mjs").then((t) => {
725
720
  window.customElements.get("iam-header") || window.customElements.define("iam-header", t.default);
726
721
  }).catch((t) => {
727
722
  console.log(t.message);
728
723
  });
729
724
  });
730
725
  }
731
- }, Qe = ["image"], Ye = ["innerHTML"];
732
- function Je(t, a, e, o, i, s) {
726
+ }, Ge = ["image"], Qe = ["innerHTML"];
727
+ function Ye(t, i, e, s, o, a) {
733
728
  return r(), l("iam-header", { image: e.image }, [
734
- h(t.$slots, "breadcrumb"),
729
+ m(t.$slots, "breadcrumb"),
735
730
  e.title ? (r(), l("h1", {
736
731
  key: 0,
737
732
  innerHTML: e.title
738
- }, null, 8, Ye)) : b("", !0),
739
- h(t.$slots, "default")
740
- ], 8, Qe);
733
+ }, null, 8, Qe)) : h("", !0),
734
+ m(t.$slots, "default")
735
+ ], 8, Ge);
741
736
  }
742
- const Wa = /* @__PURE__ */ f(Ge, [["render", Je]]);
743
- function Xe(t) {
744
- var a;
745
- const e = t.querySelector(".testimonial__images"), o = e.querySelectorAll("img").length;
746
- if (o == 1)
737
+ const Bi = /* @__PURE__ */ p(Ke, [["render", Ye]]);
738
+ function Je(t) {
739
+ var i;
740
+ const e = t.querySelector(".testimonial__images"), s = e.querySelectorAll("img").length;
741
+ if (s == 1)
747
742
  return !1;
748
743
  t.classList.add("testimonial--multi");
749
- const i = function(s) {
744
+ const o = function(a) {
750
745
  const n = t.querySelector(".btn-next"), d = t.querySelector(".btn-prev");
751
- n.setAttribute("data-go", s + 1), d.setAttribute("data-go", s - 1), n.removeAttribute("disabled"), d.removeAttribute("disabled"), s == 1 ? d.setAttribute("disabled", !0) : s == o && n.setAttribute("disabled", !0);
746
+ n.setAttribute("data-go", a + 1), d.setAttribute("data-go", a - 1), n.removeAttribute("disabled"), d.removeAttribute("disabled"), a == 1 ? d.setAttribute("disabled", !0) : a == s && n.setAttribute("disabled", !0);
752
747
  };
753
- e.addEventListener("scroll", function(s) {
754
- clearTimeout(a), a = setTimeout(function() {
755
- let n = e.scrollWidth, d = e.scrollHeight, u = e.scrollLeft, m = e.scrollTop, y = Math.round(u / n * o) + 1;
756
- u == 0 && m != 0 && (y = Math.round(m / d * o) + 1), t.setAttribute("data-show", y), i(y);
748
+ e.addEventListener("scroll", function(a) {
749
+ clearTimeout(i), i = setTimeout(function() {
750
+ let n = e.scrollWidth, d = e.scrollHeight, u = e.scrollLeft, b = e.scrollTop, g = Math.round(u / n * s) + 1;
751
+ u == 0 && b != 0 && (g = Math.round(b / d * s) + 1), t.setAttribute("data-show", g), o(g);
757
752
  }, 300);
758
- }, !1), t.addEventListener("click", function(s) {
759
- for (var n = s.target; n && n != this; n = n.parentNode)
753
+ }, !1), t.addEventListener("click", function(a) {
754
+ for (var n = a.target; n && n != this; n = n.parentNode)
760
755
  if (n.matches("[data-go]")) {
761
- let d = parseInt(n.getAttribute("data-go")), u = 0, m = 0, y = e.scrollWidth, p = e.scrollHeight;
762
- y > p ? m = Math.floor(y * ((d - 1) / o)) : u = Math.floor(p * ((d - 1) / o)), e.scroll({
756
+ let d = parseInt(n.getAttribute("data-go")), u = 0, b = 0, g = e.scrollWidth, f = e.scrollHeight;
757
+ g > f ? b = Math.floor(g * ((d - 1) / s)) : u = Math.floor(f * ((d - 1) / s)), e.scroll({
763
758
  top: u,
764
- left: m,
759
+ left: b,
765
760
  behavior: "smooth"
766
761
  });
767
762
  break;
768
763
  }
769
764
  }, !1);
770
765
  }
771
- const Ze = {
766
+ const Xe = {
772
767
  name: "Testimonial",
773
768
  props: {
774
769
  items: {
@@ -782,13 +777,13 @@ const Ze = {
782
777
  }
783
778
  },
784
779
  mounted() {
785
- Xe(this.$refs.wrapper);
780
+ Je(this.$refs.wrapper);
786
781
  }
787
- }, et = {
782
+ }, Ze = {
788
783
  class: "container testimonial mb-5",
789
784
  "data-show": "1",
790
785
  ref: "wrapper"
791
- }, tt = { class: "row" }, at = { class: "col-md-5 position-relative" }, st = { class: "testimonial__images" }, it = ["src"], nt = /* @__PURE__ */ c("div", { class: "testimonial__controls" }, [
786
+ }, et = { class: "row" }, tt = { class: "col-md-5 position-relative" }, it = { class: "testimonial__images" }, at = ["src"], nt = /* @__PURE__ */ c("div", { class: "testimonial__controls" }, [
792
787
  /* @__PURE__ */ c("button", {
793
788
  "data-go": "0",
794
789
  disabled: "",
@@ -798,50 +793,50 @@ const Ze = {
798
793
  "data-go": "2",
799
794
  class: "btn-next"
800
795
  }, "Next")
801
- ], -1), ot = { class: "col-md-7" }, rt = /* @__PURE__ */ c("h2", null, "What our customers think…", -1), lt = { class: "testimonial__content" }, dt = ["innerHTML"], ct = ["innerHTML"], ut = { class: "testimonial__after" }, mt = /* @__PURE__ */ c("span", { class: "circle circle--dots d-none d-md-block" }, null, -1);
802
- function pt(t, a, e, o, i, s) {
803
- return r(), l("div", et, [
796
+ ], -1), st = { class: "col-md-7" }, ot = /* @__PURE__ */ c("h2", null, "What our customers think…", -1), rt = { class: "testimonial__content" }, lt = ["innerHTML"], dt = ["innerHTML"], ct = { class: "testimonial__after" }, ut = /* @__PURE__ */ c("span", { class: "circle circle--dots d-none d-md-block" }, null, -1);
797
+ function mt(t, i, e, s, o, a) {
798
+ return r(), l("div", Ze, [
804
799
  c("div", {
805
- class: w("bg-" + e.background)
800
+ class: y("bg-" + e.background)
806
801
  }, [
807
- c("div", tt, [
808
- c("div", at, [
809
- c("div", st, [
810
- (r(!0), l(E, null, q(e.items, (n, d) => (r(), l("img", {
802
+ c("div", et, [
803
+ c("div", tt, [
804
+ c("div", it, [
805
+ (r(!0), l(x, null, A(e.items, (n, d) => (r(), l("img", {
811
806
  key: d,
812
807
  src: n.image ? n.image : "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==",
813
808
  alt: "",
814
- class: w("h-100 w-100 object-cover" + (n.image ? "" : " opacity-0"))
815
- }, null, 10, it))), 128))
809
+ class: y("h-100 w-100 object-cover" + (n.image ? "" : " opacity-0"))
810
+ }, null, 10, at))), 128))
816
811
  ]),
817
812
  nt
818
813
  ]),
819
- c("div", ot, [
820
- rt,
821
- c("div", lt, [
822
- (r(!0), l(E, null, q(e.items, (n, d) => (r(), l("blockquote", {
814
+ c("div", st, [
815
+ ot,
816
+ c("div", rt, [
817
+ (r(!0), l(x, null, A(e.items, (n, d) => (r(), l("blockquote", {
823
818
  key: d,
824
- class: w(n.class)
819
+ class: y(n.class)
825
820
  }, [
826
821
  c("div", {
827
822
  innerHTML: n.quote
828
- }, null, 8, dt),
823
+ }, null, 8, lt),
829
824
  c("cite", {
830
825
  innerHTML: n.cite
831
- }, null, 8, ct)
826
+ }, null, 8, dt)
832
827
  ], 2))), 128))
833
828
  ]),
834
- c("div", ut, [
835
- h(t.$slots, "default")
829
+ c("div", ct, [
830
+ m(t.$slots, "default")
836
831
  ])
837
832
  ])
838
833
  ]),
839
- mt
834
+ ut
840
835
  ], 2)
841
836
  ], 512);
842
837
  }
843
- const Ka = /* @__PURE__ */ f(Ze, [["render", pt]]);
844
- const ht = {
838
+ const Ui = /* @__PURE__ */ p(Xe, [["render", mt]]);
839
+ const pt = {
845
840
  name: "Timeline",
846
841
  props: {
847
842
  image: {
@@ -849,23 +844,23 @@ const ht = {
849
844
  required: !1
850
845
  }
851
846
  }
852
- }, ft = { class: "timeline" }, bt = { class: "timeline__content" }, gt = ["src"];
853
- function yt(t, a, e, o, i, s) {
854
- return r(), l("div", ft, [
855
- c("div", bt, [
856
- h(t.$slots, "default")
847
+ }, ht = { class: "timeline" }, ft = { class: "timeline__content" }, bt = ["src"];
848
+ function gt(t, i, e, s, o, a) {
849
+ return r(), l("div", ht, [
850
+ c("div", ft, [
851
+ m(t.$slots, "default")
857
852
  ]),
858
853
  e.image ? (r(), l("img", {
859
854
  key: 0,
860
855
  src: e.image,
861
856
  alt: ""
862
- }, null, 8, gt)) : b("", !0)
857
+ }, null, 8, bt)) : h("", !0)
863
858
  ]);
864
859
  }
865
- const Ga = /* @__PURE__ */ f(ht, [["render", yt]]);
866
- const vt = {
860
+ const Oi = /* @__PURE__ */ p(pt, [["render", gt]]);
861
+ const yt = {
867
862
  components: {
868
- Input: P
863
+ Input: R
869
864
  },
870
865
  name: "PropertySearchbar",
871
866
  props: {
@@ -1012,43 +1007,43 @@ const vt = {
1012
1007
  }, _t = {
1013
1008
  class: "container",
1014
1009
  ref: "wrapper"
1015
- }, wt = { class: "property-searchbar" }, $t = ["action", "method"], kt = { class: "col-12 col-md-3" }, At = { class: "col-12 col-md" }, xt = /* @__PURE__ */ c("span", { class: "form-label d-none d-md-block" }, "Price range", -1), Lt = {
1010
+ }, vt = { class: "property-searchbar" }, wt = ["action", "method"], $t = { class: "col-12 col-md-3" }, kt = { class: "col-12 col-md" }, xt = /* @__PURE__ */ c("span", { class: "form-label d-none d-md-block" }, "Price range", -1), At = {
1016
1011
  class: "row",
1017
1012
  "data-input-range": ""
1018
- }, St = { class: "col-12 col-md" }, Et = /* @__PURE__ */ c("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1), qt = {
1013
+ }, Lt = { class: "col-12 col-md" }, St = /* @__PURE__ */ c("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1), Tt = {
1019
1014
  class: "row",
1020
1015
  "data-input-range": ""
1021
- }, Tt = { class: "col-12 col-md-2" }, Ht = /* @__PURE__ */ c("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
1016
+ }, qt = { class: "col-12 col-md-2" }, Et = /* @__PURE__ */ c("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
1022
1017
  /* @__PURE__ */ c("button", {
1023
1018
  class: "btn w-100 me-0",
1024
1019
  type: "submit",
1025
1020
  value: "submit"
1026
1021
  }, "Search")
1027
1022
  ], -1);
1028
- function Mt(t, a, e, o, i, s) {
1029
- const n = M("Input");
1023
+ function Ht(t, i, e, s, o, a) {
1024
+ const n = H("Input");
1030
1025
  return r(), l("div", _t, [
1031
- h(t.$slots, "default"),
1032
- c("div", wt, [
1026
+ m(t.$slots, "default"),
1027
+ c("div", vt, [
1033
1028
  c("form", {
1034
1029
  class: "row",
1035
1030
  action: e.formaction,
1036
1031
  method: e.formmethod
1037
1032
  }, [
1038
- c("fieldset", kt, [
1039
- x(n, {
1033
+ c("fieldset", $t, [
1034
+ $(n, {
1040
1035
  inputClass: "input--locations",
1041
- modelValue: s.locationSet,
1042
- "onUpdate:modelValue": a[0] || (a[0] = (d) => s.locationSet = d),
1036
+ modelValue: a.locationSet,
1037
+ "onUpdate:modelValue": i[0] || (i[0] = (d) => a.locationSet = d),
1043
1038
  label: "Location",
1044
1039
  id: "location",
1045
- options: s.locationsList(),
1040
+ options: a.locationsList(),
1046
1041
  required: "",
1047
1042
  placeholder: "i.e. Newcastle or NE1",
1048
- onKeyupEvent: a[1] || (a[1] = (d) => s.locationKeyup(...arguments)),
1043
+ onKeyupEvent: i[1] || (i[1] = (d) => a.locationKeyup(...arguments)),
1049
1044
  ref: "search"
1050
1045
  }, null, 8, ["modelValue", "options"]),
1051
- x(n, {
1046
+ $(n, {
1052
1047
  class: "select--miles",
1053
1048
  label: "Miles",
1054
1049
  id: "miles",
@@ -1056,10 +1051,10 @@ function Mt(t, a, e, o, i, s) {
1056
1051
  options: e.distances
1057
1052
  }, null, 8, ["options"])
1058
1053
  ]),
1059
- c("fieldset", At, [
1054
+ c("fieldset", kt, [
1060
1055
  xt,
1061
- c("div", Lt, [
1062
- x(n, {
1056
+ c("div", At, [
1057
+ $(n, {
1063
1058
  class: "col-6",
1064
1059
  label: "Minimum price",
1065
1060
  id: "price-min",
@@ -1067,7 +1062,7 @@ function Mt(t, a, e, o, i, s) {
1067
1062
  type: "select",
1068
1063
  options: e.pricemin
1069
1064
  }, null, 8, ["options"]),
1070
- x(n, {
1065
+ $(n, {
1071
1066
  class: "col-6",
1072
1067
  label: "Maximum price",
1073
1068
  id: "price-max",
@@ -1077,10 +1072,10 @@ function Mt(t, a, e, o, i, s) {
1077
1072
  }, null, 8, ["options"])
1078
1073
  ])
1079
1074
  ]),
1080
- c("fieldset", St, [
1081
- Et,
1082
- c("div", qt, [
1083
- x(n, {
1075
+ c("fieldset", Lt, [
1076
+ St,
1077
+ c("div", Tt, [
1078
+ $(n, {
1084
1079
  class: "col-6",
1085
1080
  label: "Minimum beds",
1086
1081
  id: "beds-min",
@@ -1088,7 +1083,7 @@ function Mt(t, a, e, o, i, s) {
1088
1083
  type: "select",
1089
1084
  options: e.bedsmin
1090
1085
  }, null, 8, ["options"]),
1091
- x(n, {
1086
+ $(n, {
1092
1087
  class: "col-6",
1093
1088
  label: "Maximum beds",
1094
1089
  id: "beds-max",
@@ -1098,26 +1093,26 @@ function Mt(t, a, e, o, i, s) {
1098
1093
  }, null, 8, ["options"])
1099
1094
  ])
1100
1095
  ]),
1101
- c("fieldset", Tt, [
1102
- x(n, {
1096
+ c("fieldset", qt, [
1097
+ $(n, {
1103
1098
  label: "Property type",
1104
1099
  id: "property-type",
1105
1100
  type: "select",
1106
1101
  options: e.propertytypes
1107
1102
  }, null, 8, ["options"])
1108
1103
  ]),
1109
- Ht
1110
- ], 8, $t)
1104
+ Et
1105
+ ], 8, wt)
1111
1106
  ]),
1112
- h(t.$slots, "after")
1107
+ m(t.$slots, "after")
1113
1108
  ], 512);
1114
1109
  }
1115
- const Qa = /* @__PURE__ */ f(vt, [["render", Mt]]), Ct = {
1110
+ const Wi = /* @__PURE__ */ p(yt, [["render", Ht]]), Mt = {
1116
1111
  components: {},
1117
1112
  name: "Nav",
1118
1113
  mounted() {
1119
1114
  this.$nextTick(function() {
1120
- import("./nav.component.min-cf39edaa.mjs").then((t) => {
1115
+ import("./nav.component.min-e23cd274.mjs").then((t) => {
1121
1116
  window.customElements.get("iam-nav") || window.customElements.define("iam-nav", t.default);
1122
1117
  }).catch((t) => {
1123
1118
  console.log(t.message);
@@ -1125,13 +1120,13 @@ const Qa = /* @__PURE__ */ f(vt, [["render", Mt]]), Ct = {
1125
1120
  });
1126
1121
  },
1127
1122
  methods: {}
1128
- }, Nt = { ref: "wrapper" };
1129
- function jt(t, a, e, o, i, s) {
1130
- return r(), l("iam-nav", Nt, [
1131
- h(t.$slots, "default")
1123
+ }, Ct = { ref: "wrapper" };
1124
+ function Nt(t, i, e, s, o, a) {
1125
+ return r(), l("iam-nav", Ct, [
1126
+ m(t.$slots, "default")
1132
1127
  ], 512);
1133
1128
  }
1134
- const Ya = /* @__PURE__ */ f(Ct, [["render", jt]]);
1129
+ const Ki = /* @__PURE__ */ p(Mt, [["render", Nt]]);
1135
1130
  const Rt = {
1136
1131
  name: "Stepper",
1137
1132
  props: {
@@ -1145,26 +1140,26 @@ const Rt = {
1145
1140
  default: "Complete"
1146
1141
  }
1147
1142
  }
1148
- }, Pt = { class: "container" }, Ft = ["aria-label"], zt = {
1143
+ }, Pt = { class: "container" }, zt = ["aria-label"], jt = {
1149
1144
  key: 0,
1150
1145
  class: "h6 stepper__start"
1151
1146
  }, It = { class: "list-unstyled" }, Dt = { class: "h6 stepper__end" };
1152
- function Vt(t, a, e, o, i, s) {
1147
+ function Ft(t, i, e, s, o, a) {
1153
1148
  return r(), l("div", Pt, [
1154
1149
  c("nav", {
1155
1150
  class: "stepper",
1156
1151
  "aria-label": e.label ? e.label : "Progress"
1157
1152
  }, [
1158
- e.label ? (r(), l("span", zt, $(e.label), 1)) : b("", !0),
1153
+ e.label ? (r(), l("span", jt, _(e.label), 1)) : h("", !0),
1159
1154
  c("ol", It, [
1160
- h(t.$slots, "default")
1155
+ m(t.$slots, "default")
1161
1156
  ]),
1162
- c("span", Dt, $(e.endlabel), 1)
1163
- ], 8, Ft)
1157
+ c("span", Dt, _(e.endlabel), 1)
1158
+ ], 8, zt)
1164
1159
  ]);
1165
1160
  }
1166
- const Ja = /* @__PURE__ */ f(Rt, [["render", Vt]]);
1167
- const Bt = {
1161
+ const Gi = /* @__PURE__ */ p(Rt, [["render", Ft]]);
1162
+ const Vt = {
1168
1163
  name: "Snapshot",
1169
1164
  props: {
1170
1165
  items: {
@@ -1172,33 +1167,33 @@ const Bt = {
1172
1167
  required: !0
1173
1168
  }
1174
1169
  }
1175
- }, Ot = {
1170
+ }, Bt = {
1176
1171
  class: "container snapshot",
1177
1172
  ref: "wrapper"
1178
- }, Ut = { class: "row" }, Wt = ["href"], Kt = { class: "lead snapshot__title" }, Gt = { class: "stat" };
1179
- function Qt(t, a, e, o, i, s) {
1180
- return r(), l("div", Ot, [
1181
- h(t.$slots, "default"),
1173
+ }, Ut = { class: "row" }, Ot = ["href"], Wt = { class: "lead snapshot__title" }, Kt = { class: "stat" };
1174
+ function Gt(t, i, e, s, o, a) {
1175
+ return r(), l("div", Bt, [
1176
+ m(t.$slots, "default"),
1182
1177
  c("div", Ut, [
1183
- (r(!0), l(E, null, q(e.items, (n, d) => (r(), l("div", {
1178
+ (r(!0), l(x, null, A(e.items, (n, d) => (r(), l("div", {
1184
1179
  class: "col",
1185
1180
  key: d
1186
1181
  }, [
1187
1182
  n.link ? (r(), l("a", {
1188
1183
  key: 0,
1189
1184
  href: n.link
1190
- }, "View " + $(n.title), 9, Wt)) : b("", !0),
1185
+ }, "View " + _(n.title), 9, Ot)) : h("", !0),
1191
1186
  c("div", {
1192
- class: w(`snapshot__item ${n.bg ? "bg-" + n.bg : ""}`)
1187
+ class: y(`snapshot__item ${n.bg ? "bg-" + n.bg : ""}`)
1193
1188
  }, [
1194
- c("span", Kt, $(n.title), 1),
1195
- c("span", Gt, $(n.number), 1)
1189
+ c("span", Wt, _(n.title), 1),
1190
+ c("span", Kt, _(n.number), 1)
1196
1191
  ], 2)
1197
1192
  ]))), 128))
1198
1193
  ])
1199
1194
  ], 512);
1200
1195
  }
1201
- const Xa = /* @__PURE__ */ f(Bt, [["render", Qt]]), Yt = {
1196
+ const Qi = /* @__PURE__ */ p(Vt, [["render", Gt]]), Qt = {
1202
1197
  name: "Stepper",
1203
1198
  props: {
1204
1199
  url: {
@@ -1214,43 +1209,43 @@ const Xa = /* @__PURE__ */ f(Bt, [["render", Qt]]), Yt = {
1214
1209
  required: !1
1215
1210
  }
1216
1211
  }
1217
- }, Jt = ["href", "aria-current"], Xt = {
1212
+ }, Yt = ["href", "aria-current"], Jt = {
1218
1213
  key: 0,
1219
1214
  class: "visually-hidden"
1220
1215
  };
1221
- function Zt(t, a, e, o, i, s) {
1216
+ function Xt(t, i, e, s, o, a) {
1222
1217
  return r(), l("li", null, [
1223
1218
  c("a", {
1224
1219
  href: e.url,
1225
- class: w(`${e.status ? "bg-" + e.status : ""}${typeof e.current < "u" ? "current" : ""}`),
1220
+ class: y(`${e.status ? "bg-" + e.status : ""}${typeof e.current < "u" ? "current" : ""}`),
1226
1221
  "aria-current": typeof e.current < "u" ? "step" : !1
1227
1222
  }, [
1228
1223
  c("span", null, [
1229
- h(t.$slots, "default")
1224
+ m(t.$slots, "default")
1230
1225
  ]),
1231
- e.status ? (r(), l("em", Xt, " - status: " + $(e.status), 1)) : b("", !0)
1232
- ], 10, Jt)
1226
+ e.status ? (r(), l("em", Jt, " - status: " + _(e.status), 1)) : h("", !0)
1227
+ ], 10, Yt)
1233
1228
  ]);
1234
1229
  }
1235
- const Za = /* @__PURE__ */ f(Yt, [["render", Zt]]);
1236
- const ea = {
1230
+ const Yi = /* @__PURE__ */ p(Qt, [["render", Xt]]);
1231
+ const Zt = {
1237
1232
  name: "Tabs",
1238
- mounted() {
1233
+ created() {
1239
1234
  this.$nextTick(function() {
1240
- N(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/tabs/tabs.component.js": () => import("./tabs.component-1dfbdb3b.mjs"), "../../../assets/js/components/tabs/tabs.component.min.js": () => import("./tabs.component.min-222bebe6.mjs") }), "../../../assets/js/components/tabs/tabs.component.js").then((t) => {
1235
+ import("./tabs.component.min-212c91ac.mjs").then((t) => {
1241
1236
  window.customElements.get("iam-tabs") || window.customElements.define("iam-tabs", t.default);
1242
1237
  }).catch((t) => {
1243
1238
  console.log(t.message);
1244
1239
  });
1245
1240
  });
1246
1241
  }
1247
- }, ta = { ref: "wrapper" };
1248
- function aa(t, a, e, o, i, s) {
1249
- return r(), l("iam-tabs", ta, [
1250
- h(t.$slots, "default")
1242
+ }, ei = { ref: "wrapper" };
1243
+ function ti(t, i, e, s, o, a) {
1244
+ return r(), l("iam-tabs", ei, [
1245
+ m(t.$slots, "default")
1251
1246
  ], 512);
1252
1247
  }
1253
- const es = /* @__PURE__ */ f(ea, [["render", aa]]), sa = {
1248
+ const Ji = /* @__PURE__ */ p(Zt, [["render", ti]]), ii = {
1254
1249
  name: "Tab",
1255
1250
  props: {
1256
1251
  title: {
@@ -1272,23 +1267,23 @@ const es = /* @__PURE__ */ f(ea, [["render", aa]]), sa = {
1272
1267
  isDisabled: !!this.disabled
1273
1268
  };
1274
1269
  }
1275
- }, ia = { class: "tab" }, na = ["innerHTML"];
1276
- function oa(t, a, e, o, i, s) {
1277
- return r(), l("details", ia, [
1270
+ }, ai = { class: "tab" }, ni = ["innerHTML"];
1271
+ function si(t, i, e, s, o, a) {
1272
+ return r(), l("details", ai, [
1278
1273
  c("summary", {
1279
1274
  innerHTML: e.title,
1280
- class: w({ disabled: i.isDisabled })
1281
- }, null, 10, na),
1282
- h(t.$slots, "default")
1275
+ class: y({ disabled: o.isDisabled })
1276
+ }, null, 10, ni),
1277
+ m(t.$slots, "default")
1283
1278
  ]);
1284
1279
  }
1285
- const ts = /* @__PURE__ */ f(sa, [["render", oa]]);
1286
- let F = R.props;
1287
- F.fields.required = !1;
1288
- const ra = {
1280
+ const Xi = /* @__PURE__ */ p(ii, [["render", si]]);
1281
+ let P = N.props;
1282
+ P.fields.required = !1;
1283
+ const oi = {
1289
1284
  components: {
1290
- Table: R,
1291
- Input: P
1285
+ Table: N,
1286
+ Input: R
1292
1287
  },
1293
1288
  data() {
1294
1289
  return {
@@ -1299,14 +1294,14 @@ const ra = {
1299
1294
  methods: {
1300
1295
  submitForm: function(t) {
1301
1296
  console.log(this);
1302
- const a = new FormData(t.target);
1297
+ const i = new FormData(t.target);
1303
1298
  let e = /* @__PURE__ */ new Date();
1304
- const o = e.getFullYear();
1305
- let i = e.getMonth() + 1, s = e.getDate();
1306
- s < 10 && (s = "0" + s), i < 10 && (i = "0" + i), e = s + "/" + i + "/" + o, this.itemsData.unshift({
1299
+ const s = e.getFullYear();
1300
+ let o = e.getMonth() + 1, a = e.getDate();
1301
+ a < 10 && (a = "0" + a), o < 10 && (o = "0" + o), e = a + "/" + o + "/" + s, this.itemsData.unshift({
1307
1302
  date_added: e,
1308
- user: a.get("user"),
1309
- note: a.get("addNote")
1303
+ user: i.get("user"),
1304
+ note: i.get("addNote")
1310
1305
  }), this.$emit("formSubmitted", t);
1311
1306
  }
1312
1307
  },
@@ -1316,7 +1311,7 @@ const ra = {
1316
1311
  type: String,
1317
1312
  required: !0
1318
1313
  },
1319
- ...F,
1314
+ ...P,
1320
1315
  title: {
1321
1316
  type: String,
1322
1317
  required: !1
@@ -1331,177 +1326,87 @@ const ra = {
1331
1326
  required: !1
1332
1327
  }
1333
1328
  }
1334
- }, la = { class: "container note-feed mb-2" }, da = ["innerHTML"], ca = ["action", "method"], ua = ["value"], ma = /* @__PURE__ */ c("button", { class: "btn btn-tertiary" }, "Submit note", -1);
1335
- function pa(t, a, e, o, i, s) {
1336
- const n = M("Table"), d = M("Input");
1337
- return r(), l("div", la, [
1329
+ }, ri = { class: "container note-feed mb-2" }, li = ["innerHTML"], di = ["action", "method"], ci = ["value"], ui = /* @__PURE__ */ c("button", { class: "btn btn-tertiary" }, "Submit note", -1);
1330
+ function mi(t, i, e, s, o, a) {
1331
+ const n = H("Table"), d = H("Input");
1332
+ return r(), l("div", ri, [
1338
1333
  e.title ? (r(), l("span", {
1339
1334
  key: 0,
1340
1335
  class: "h3",
1341
1336
  innerHTML: e.title
1342
- }, null, 8, da)) : b("", !0),
1343
- x(n, S({
1337
+ }, null, 8, li)) : h("", !0),
1338
+ $(n, k({
1344
1339
  fields: [{ key: "date_added" }, { key: "user" }, { key: "note" }],
1345
- items: i.itemsData
1340
+ items: o.itemsData
1346
1341
  }, t.$props, { class: "mb-0" }), null, 16, ["items"]),
1347
1342
  c("form", {
1348
1343
  action: e.action,
1349
1344
  method: e.method,
1350
- onSubmit: a[0] || (a[0] = B((u) => s.submitForm(...arguments), ["prevent"]))
1345
+ onSubmit: i[0] || (i[0] = V((u) => a.submitForm(...arguments), ["prevent"]))
1351
1346
  }, [
1352
1347
  c("input", {
1353
1348
  type: "hidden",
1354
1349
  value: e.user,
1355
1350
  name: "user"
1356
- }, null, 8, ua),
1357
- x(d, {
1351
+ }, null, 8, ci),
1352
+ $(d, {
1358
1353
  id: "addNote",
1359
1354
  type: "textarea",
1360
1355
  label: "Add note",
1361
1356
  required: "",
1362
1357
  class: "mw-100"
1363
1358
  }),
1364
- ma
1365
- ], 40, ca)
1359
+ ui
1360
+ ], 40, di)
1366
1361
  ]);
1367
1362
  }
1368
- const as = /* @__PURE__ */ f(ra, [["render", pa]]);
1369
- function ha(t, a) {
1370
- function e(i, s, n = !0) {
1371
- let d = !1, u = s.getAttribute("name");
1372
- u.includes("[]") && (u = u.replace("[]", `[${s.value}]`));
1373
- let m = i.querySelector(`[data-name="${u}"]`);
1374
- m && s.getAttribute("type") == "checkbox" && (d = !s.checked);
1375
- let y = s.getAttribute("data-filter-text");
1376
- if (m || (m = document.createElement("button"), i.appendChild(m)), m.setAttribute("type", "button"), m.classList.add("filter"), m.classList.add("tag"), n && m.classList.add("tag--not-set"), m.setAttribute("data-name", u), m.innerHTML = y.replace("$value", s.value), (!s.value || d) && m.remove(), s.parentNode.closest("[data-filter-text]")) {
1377
- let p = s.parentNode.closest("[data-filter-text]"), g = !0;
1378
- if (u = "", p.querySelectorAll("input").forEach((v, _) => {
1379
- let k = v.getAttribute("name");
1380
- if (u += `${_ != 0 ? "," : ""}${k}`, i.querySelector(`[data-name="${k}"]`) && i.querySelector(`[data-name="${k}"]`).remove(), v.value) {
1381
- let A = document.createElement("button");
1382
- A.setAttribute("type", "button"), A.classList.add("filter"), A.classList.add("tag"), n && m.classList.add("tag--not-set"), A.setAttribute("data-name", k), A.innerHTML = y.replace("$value", v.value), i.appendChild(A);
1383
- } else
1384
- g = !1;
1385
- }), i.querySelector(`[data-name="${u}"]`) && i.querySelector(`[data-name="${u}"]`).remove(), g) {
1386
- let v = p.getAttribute("data-filter-text");
1387
- p.querySelectorAll("input").forEach((k, A) => {
1388
- let L = k.getAttribute("name");
1389
- i.querySelector(`[data-name="${L}"]`) && i.querySelector(`[data-name="${L}"]`).remove(), v = v.replace(`$${A + 1}`, k.value);
1390
- });
1391
- let _ = document.createElement("button");
1392
- _.setAttribute("type", "button"), _.classList.add("filter"), _.classList.add("tag"), n && m.classList.add("tag--not-set"), _.setAttribute("data-name", u), _.innerHTML = v, i.appendChild(_);
1393
- }
1394
- }
1395
- }
1396
- Array.from(t.querySelectorAll('input[type="checkbox"]:checked, input:not([type="checkbox"]):not([type="radio"])')).forEach((i, s) => {
1397
- e(a, i, !1);
1398
- });
1399
- let o = t.closest("dialog");
1400
- o && new MutationObserver(function(s) {
1401
- s[0].attributeName == "open" && Array.from(t.querySelectorAll('input[type="checkbox"]:checked, input:not([type="checkbox"]):not([type="radio"])')).forEach((n, d) => {
1402
- e(a, n, !1);
1403
- });
1404
- }).observe(o, { attributes: !0 }), t.addEventListener("tags-set", function(i) {
1405
- a.innerHTML = "", Array.from(t.querySelectorAll('input[type="checkbox"]:checked, input:not([type="checkbox"]):not([type="radio"])')).forEach((s, n) => {
1406
- e(a, s, !1);
1407
- });
1408
- }), Array.from(t.querySelectorAll('input[type="checkbox"]:checked, input:not([type="checkbox"]):not([type="radio"])')).forEach((i, s) => {
1409
- i.addEventListener("change", function(n) {
1410
- t.hasAttribute("data-keep-same") || e(a, i), n.stopPropagation();
1363
+ const Zi = /* @__PURE__ */ p(oi, [["render", mi]]), pi = {
1364
+ name: "Applied Filter",
1365
+ mounted() {
1366
+ this.$nextTick(function() {
1367
+ import("./applied-filters.component-a4f8d7e3.mjs").then((t) => {
1368
+ window.customElements.get("iam-applied-filters") || window.customElements.define("iam-applied-filters", t.default);
1369
+ }).catch((t) => {
1370
+ console.log(t.message);
1371
+ });
1411
1372
  });
1412
- }), t.addEventListener("change", function(i) {
1413
- if (i && i.target instanceof HTMLElement && i.target.closest("input[data-filter-text]")) {
1414
- let s = i.target.closest("input[data-filter-text]");
1415
- t.hasAttribute("data-keep-same") || e(a, s);
1416
- }
1417
- }), a.addEventListener("click", function(i) {
1418
- if (i && i.target instanceof HTMLElement && i.target.closest(".filter")) {
1419
- let d = i.target.closest(".filter"), u = d.getAttribute("data-name").split(",");
1420
- for (var s = 0; s < u.length; s++) {
1421
- let m = u[s], y = `[name="${m}"]`;
1422
- m.match(/\[(.*)\]/) && (m.replace(/\[(.*)\]/, "[]"), y = `[value="${m.replace(/.*\[(.*)\]/, "$1")}"]`);
1423
- let p = t.querySelectorAll(y);
1424
- for (var n = 0; n < p.length; n++) {
1425
- let g = p[n];
1426
- if (g.getAttribute("type") != "radio" && g.getAttribute("type") != "checkbox") {
1427
- g.value = "";
1428
- var i = new Event("force");
1429
- t.hasAttribute("data-nosubmit") || g.closest("form").dispatchEvent(i);
1430
- } else {
1431
- g.checked = !1;
1432
- var i = new Event("force");
1433
- t.hasAttribute("data-nosubmit") || g.closest("form").dispatchEvent(i);
1434
- }
1435
- }
1436
- }
1437
- d.remove();
1438
- }
1439
- }, !1);
1440
- }
1441
- window.dataLayer = window.dataLayer || [];
1442
- window.dataLayer.push({
1443
- event: "customElementRegistered",
1444
- element: "Applied Filters"
1445
- });
1446
- class fa extends HTMLElement {
1447
- constructor() {
1448
- super(), this.attachShadow({ mode: "open" });
1449
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = `@import "${a}/css/components/applied-filters.css";`;
1450
- let i = this.classList.toString();
1451
- const s = document.createElement("template");
1452
- s.innerHTML = `
1453
- <style>
1454
- @import "${e}";
1455
- ${o}
1456
- ${this.hasAttribute("css") ? `@import "${this.getAttribute("css")}";` : ""}
1457
- </style>
1458
- <div class="applied-filters ${i}"></div>
1459
- <slot></slot>
1460
- `, this.shadowRoot.appendChild(s.content.cloneNode(!0));
1461
1373
  }
1462
- connectedCallback() {
1463
- ha(this, this.shadowRoot.querySelector(".applied-filters"));
1464
- }
1465
- }
1466
- window.customElements.get("iam-applied-filters") || window.customElements.define("iam-applied-filters", fa);
1467
- const ba = {
1468
- name: "Header"
1469
1374
  };
1470
- function ga(t, a, e, o, i, s) {
1375
+ function hi(t, i, e, s, o, a) {
1471
1376
  return r(), l("iam-applied-filters", null, [
1472
- h(t.$slots, "default")
1377
+ m(t.$slots, "default")
1473
1378
  ]);
1474
1379
  }
1475
- const ss = /* @__PURE__ */ f(ba, [["render", ga]]);
1380
+ const ea = /* @__PURE__ */ p(pi, [["render", hi]]);
1476
1381
  /*!
1477
- * iamKey v5.5.1-beta-5
1382
+ * iamKey v5.6.0
1478
1383
  * Copyright 2022-2024 iamproperty
1479
1384
  */
1480
- function ya(t, a) {
1481
- va(t, a);
1385
+ function fi(t, i) {
1386
+ bi(t, i);
1482
1387
  }
1483
- function va(t, a) {
1388
+ function bi(t, i) {
1484
1389
  var e;
1485
- a.addEventListener("keyup", (o) => {
1390
+ i.addEventListener("keyup", (s) => {
1486
1391
  clearTimeout(e), e = setTimeout(function() {
1487
- j(t, a.value);
1392
+ C(t, i.value);
1488
1393
  }, 500);
1489
- }), a.addEventListener("change", (o) => {
1490
- clearTimeout(e), j(t, a.value);
1394
+ }), i.addEventListener("change", (s) => {
1395
+ clearTimeout(e), C(t, i.value);
1491
1396
  });
1492
1397
  }
1493
- const j = function(t, a) {
1494
- Array.from(t.querySelectorAll(":scope > li")).forEach((e, o) => {
1495
- let i = e.textContent.toLowerCase();
1496
- e.classList.add("d-none"), i.includes(a.toLowerCase()) && e.classList.remove("d-none");
1497
- }), window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "Filtered list", value: a });
1398
+ const C = function(t, i) {
1399
+ Array.from(t.querySelectorAll(":scope > li")).forEach((e, s) => {
1400
+ let o = e.textContent.toLowerCase();
1401
+ e.classList.add("d-none"), o.includes(i.toLowerCase()) && e.classList.remove("d-none");
1402
+ }), window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "Filtered list", value: i });
1498
1403
  };
1499
1404
  window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "customElementRegistered", element: "filterlist" });
1500
- class _a extends HTMLElement {
1405
+ class gi extends HTMLElement {
1501
1406
  constructor() {
1502
1407
  super(), this.attachShadow({ mode: "open" });
1503
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = document.createElement("template");
1504
- o.innerHTML = `
1408
+ const i = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${i}/css/core.min.css`, s = document.createElement("template");
1409
+ s.innerHTML = `
1505
1410
  <style>
1506
1411
  @import "${e}";
1507
1412
  ${this.hasAttribute("css") ? `@import "${this.getAttribute("css")}";` : ""}
@@ -1528,51 +1433,51 @@ class _a extends HTMLElement {
1528
1433
  <div class="list__wrapper">
1529
1434
  <slot></slot>
1530
1435
  </div>
1531
- `, this.shadowRoot.appendChild(o.content.cloneNode(!0));
1436
+ `, this.shadowRoot.appendChild(s.content.cloneNode(!0));
1532
1437
  }
1533
1438
  connectedCallback() {
1534
- let a = this.classList.toString();
1535
- this.shadowRoot.querySelector(".list__wrapper").setAttribute("class", `list__wrapper ${a}`), this.querySelector("i.fa-search") || (this.innerHTML += '<i class="fa fa-light fa-search" aria-hidden="true" slot="icon"></i>'), ya(this.querySelector("ul"), this.shadowRoot.querySelector("#search"));
1439
+ let i = this.classList.toString();
1440
+ this.shadowRoot.querySelector(".list__wrapper").setAttribute("class", `list__wrapper ${i}`), this.querySelector("i.fa-search") || (this.innerHTML += '<i class="fa fa-light fa-search" aria-hidden="true" slot="icon"></i>'), fi(this.querySelector("ul"), this.shadowRoot.querySelector("#search"));
1536
1441
  }
1537
1442
  }
1538
- window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", _a);
1539
- const wa = {
1443
+ window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", gi);
1444
+ const yi = {
1540
1445
  name: "Filter list"
1541
1446
  };
1542
- function $a(t, a, e, o, i, s) {
1447
+ function _i(t, i, e, s, o, a) {
1543
1448
  return r(), l("iam-filterlist", null, [
1544
- h(t.$slots, "default")
1449
+ m(t.$slots, "default")
1545
1450
  ]);
1546
1451
  }
1547
- const is = /* @__PURE__ */ f(wa, [["render", $a]]);
1548
- function ka(t) {
1452
+ const ta = /* @__PURE__ */ p(yi, [["render", _i]]);
1453
+ function vi(t) {
1549
1454
  if (t.hasAttribute("data-type") && t.getAttribute("data-type") == "toast") {
1550
1455
  let e = document.querySelector(".notification__holder");
1551
1456
  e || (e = document.createElement("div"), e.classList.add("notification__holder"), e.classList.add("container"), document.querySelector("body").appendChild(e)), t.closest(".notification__holder") || e.appendChild(t);
1552
1457
  }
1553
1458
  if (t.setAttribute("role", "alert"), t.addEventListener("click", function(e) {
1554
- event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), C(t));
1459
+ event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), M(t));
1555
1460
  }, !1), t.hasAttribute("data-timeout")) {
1556
1461
  let e = t.getAttribute("data-timeout");
1557
- var a = new Aa(function() {
1558
- C(t);
1462
+ var i = new wi(function() {
1463
+ M(t);
1559
1464
  }, e);
1560
- t.addEventListener("mouseenter", (o) => {
1561
- a.pause();
1562
- }), t.addEventListener("mouseleave", (o) => {
1563
- a.resume();
1465
+ t.addEventListener("mouseenter", (s) => {
1466
+ i.pause();
1467
+ }), t.addEventListener("mouseleave", (s) => {
1468
+ i.resume();
1564
1469
  });
1565
1470
  }
1566
1471
  }
1567
- function Aa(t, a) {
1568
- var e, o, i = a;
1472
+ function wi(t, i) {
1473
+ var e, s, o = i;
1569
1474
  this.pause = function() {
1570
- window.clearTimeout(e), i -= /* @__PURE__ */ new Date() - o;
1475
+ window.clearTimeout(e), o -= /* @__PURE__ */ new Date() - s;
1571
1476
  }, this.resume = function() {
1572
- o = /* @__PURE__ */ new Date(), window.clearTimeout(e), e = window.setTimeout(t, i);
1477
+ s = /* @__PURE__ */ new Date(), window.clearTimeout(e), e = window.setTimeout(t, o);
1573
1478
  }, this.resume();
1574
1479
  }
1575
- const C = function(t) {
1480
+ const M = function(t) {
1576
1481
  t.classList.add("d-none");
1577
1482
  };
1578
1483
  window.dataLayer = window.dataLayer || [];
@@ -1580,32 +1485,32 @@ window.dataLayer.push({
1580
1485
  event: "customElementRegistered",
1581
1486
  element: "Notification"
1582
1487
  });
1583
- class xa extends HTMLElement {
1488
+ class $i extends HTMLElement {
1584
1489
  constructor() {
1585
1490
  super(), this.attachShadow({ mode: "open" });
1586
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = `@import "${a}/css/components/notification.css";`, i = `@import "${a}/css/components/notification.global.css";`, s = this.querySelectorAll("a,button");
1587
- Array.from(s).forEach((d, u) => {
1491
+ const i = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${i}/css/core.min.css`, s = `@import "${i}/css/components/notification.css";`, o = `@import "${i}/css/components/notification.global.css";`, a = this.querySelectorAll("a,button");
1492
+ Array.from(a).forEach((d, u) => {
1588
1493
  d.setAttribute("slot", "btns"), d.classList.add("link");
1589
- }), (s.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1494
+ }), (a.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1590
1495
  const n = document.createElement("template");
1591
1496
  n.innerHTML = `
1592
1497
  <style>
1593
1498
  @import "${e}";
1594
- ${o}
1499
+ ${s}
1595
1500
  ${this.hasAttribute("data-css") ? `${this.getAttribute("data-css")}` : ""}
1596
1501
  </style>
1597
1502
 
1598
1503
  <div class="notification">
1599
1504
  <div class="notification__icon"><slot name="icon"></slot></div>
1600
- <div class="notification__inner"><div class="notification__text"><slot></slot></div>${s.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1505
+ <div class="notification__inner"><div class="notification__text"><slot></slot></div>${a.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1601
1506
  ${this.hasAttribute("data-dismiss") ? '<div class="notification__dismiss"><button data-dismiss-button>Dismiss</button></div>' : ""}
1602
1507
  </div>
1603
- `, this.shadowRoot.appendChild(n.content.cloneNode(!0)), document.getElementById("notificationHolder") || document.head.insertAdjacentHTML("beforeend", `<style id="notificationHolder">${i}</style>`);
1508
+ `, this.shadowRoot.appendChild(n.content.cloneNode(!0)), document.getElementById("notificationHolder") || document.head.insertAdjacentHTML("beforeend", `<style id="notificationHolder">${o}</style>`);
1604
1509
  }
1605
1510
  connectedCallback() {
1606
- const a = this.shadowRoot.querySelector("[data-dismiss-button]"), e = this.hasAttribute("data-status") ? this.getAttribute("data-status") : "white";
1511
+ const i = this.shadowRoot.querySelector("[data-dismiss-button]"), e = this.hasAttribute("data-status") ? this.getAttribute("data-status") : "white";
1607
1512
  this.hasAttribute("data-type") ? this.classList.add(`bg-${e}`) : this.classList.add(`colour-${e}`);
1608
- const o = this;
1513
+ const s = this;
1609
1514
  if (!this.querySelector("i"))
1610
1515
  switch (e) {
1611
1516
  case "danger":
@@ -1620,31 +1525,31 @@ class xa extends HTMLElement {
1620
1525
  default:
1621
1526
  this.innerHTML += '<i class="fa-solid fa-circle-info" aria-hidden="true" slot="icon"></i>';
1622
1527
  }
1623
- ka(o), a && a.addEventListener("click", function(i) {
1624
- C(o);
1528
+ vi(s), i && i.addEventListener("click", function(o) {
1529
+ M(s);
1625
1530
  }, !1);
1626
1531
  }
1627
1532
  }
1628
- const La = {
1533
+ const ki = {
1629
1534
  name: "Notification",
1630
1535
  props: {},
1631
1536
  created() {
1632
1537
  this.$nextTick(function() {
1633
- window.customElements.get("iam-notification") || window.customElements.define("iam-notification", xa);
1538
+ window.customElements.get("iam-notification") || window.customElements.define("iam-notification", $i);
1634
1539
  });
1635
1540
  }
1636
1541
  };
1637
- function Sa(t, a, e, o, i, s) {
1542
+ function xi(t, i, e, s, o, a) {
1638
1543
  return r(), l("iam-notification", null, [
1639
- h(t.$slots, "default")
1544
+ m(t.$slots, "default")
1640
1545
  ]);
1641
1546
  }
1642
- const ns = /* @__PURE__ */ f(La, [["render", Sa]]), Ea = {
1547
+ const ia = /* @__PURE__ */ p(ki, [["render", xi]]), Ai = {
1643
1548
  name: "Actionbar",
1644
1549
  props: {},
1645
1550
  mounted() {
1646
1551
  this.$nextTick(function() {
1647
- import("./actionbar.component.min-3bd81694.mjs").then((t) => {
1552
+ import("./actionbar.component.min-3002be25.mjs").then((t) => {
1648
1553
  window.customElements.get("iam-actionbar") || window.customElements.define("iam-actionbar", t.default);
1649
1554
  }).catch((t) => {
1650
1555
  console.log(t.message);
@@ -1652,24 +1557,24 @@ const ns = /* @__PURE__ */ f(La, [["render", Sa]]), Ea = {
1652
1557
  });
1653
1558
  }
1654
1559
  };
1655
- function qa(t, a, e, o, i, s) {
1560
+ function Li(t, i, e, s, o, a) {
1656
1561
  return r(), l("iam-actionbar", null, [
1657
- h(t.$slots, "default")
1562
+ m(t.$slots, "default")
1658
1563
  ]);
1659
1564
  }
1660
- const os = /* @__PURE__ */ f(Ea, [["render", qa]]);
1565
+ const aa = /* @__PURE__ */ p(Ai, [["render", Li]]);
1661
1566
  /*!
1662
- * iamKey v5.5.1-beta-5
1567
+ * iamKey v5.6.0
1663
1568
  * Copyright 2022-2024 iamproperty
1664
1569
  */
1665
1570
  class z extends HTMLElement {
1666
1571
  constructor() {
1667
1572
  super(), this.attachShadow({ mode: "open" });
1668
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = document.createElement("template");
1669
- o.innerHTML = `
1573
+ const i = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${i}/css/core.min.css`, s = document.createElement("template");
1574
+ s.innerHTML = `
1670
1575
  <style>
1671
1576
  @import "${e}";
1672
- :host{container-type:inline-size;display:block}.pagination{display:block}@container (width > 23.4375em){.pagination{display:flex;align-items:center;justify-content:space-between !important;padding-top:2rem}}.pagination>div{display:flex;align-items:center}.pagination div:is(.page-jump,.per-page){border:1px solid var(--colour-light);height:3.25rem;display:none;align-items:center;padding-inline:1rem}.pagination div:is(.page-jump,.per-page) .select--minimal{height:3.25rem;line-height:3.25rem;margin-left:-1rem;padding-left:1rem;font-weight:bold}.pagination div:is(.page-jump,.per-page) div:has(>select){margin-bottom:0}.page-jump{border-right:none !important}.total-pages{white-space:nowrap}:host([data-page-jump][data-minimal]) .page-jump{display:flex !important}@container (width > 23.4375em){:host([data-page-jump]) .page-jump{display:flex !important}}@container (width > 23.4375em){:host([data-per-page]:not([data-page-jump][data-item-count])) .per-page{display:flex !important}}@container (width > 48em){:host([data-per-page][data-page-jump][data-item-count]) .per-page{display:flex !important}}.pagination>.item-count{display:block;text-align:center;margin-bottom:1rem;margin-inline:auto}@container (width > 23.4375em){.pagination>.item-count{display:none}:host([data-item-count]) .pagination>.item-count{display:flex !important;margin:0}}*:where(.prev,.next){border:1px solid var(--colour-light);line-height:3.25rem;height:3.25rem;margin:0;display:none;background:none;padding-inline:1rem}@container (width > 23.4375em){*:where(.prev,.next){display:inline-block}}*:where(.prev,.next):after{margin-left:.5em;font-size:.8rem;content:"";font-family:"Font Awesome 6 Pro";color:var(--colour-info)}*:where(.prev,.next):is(:hover,:focus):not(:disabled){background-color:var(--colour-light)}*:where(.prev,.next):is(:active):not(:disabled){background-color:#e0e0e0}@media screen and (prefers-color-scheme: dark){*:where(.prev,.next):is(:hover,:focus):not(:disabled){background-color:var(--colour-canvas)}*:where(.prev,.next):is(:active):not(:disabled){background-color:var(--colour-canvas)}}*:where(.prev,.next):disabled:after,*:where(.prev,.next):disabled:before{color:inherit !important}:host([data-minimal]) .pagination{justify-content:flex-end}@container (width > 23.4375em){:host([data-minimal]) .pagination{justify-content:space-between}}:host([data-minimal]) *:where(.prev,.next){display:inline-block !important}.prev{border-right:none}.prev:after{display:none}.prev:before{margin-right:.5em;font-size:.8rem;content:"";font-family:"Font Awesome 6 Pro";color:var(--colour-info)}.mobile-controls{display:block}:host([data-minimal]) .pagination{padding-top:1.5rem;display:flex;align-items:center;justify-content:flex-end}:host([data-minimal]) *:is(.mobile-controls,.item-count){display:none}@container (width > 23.4375em){.mobile-controls{display:none !important}:host([data-item-count]) .item-count{display:flex !important}}.fa-spin{display:none !important;font-size:3rem;color:var(--colour-info)}:host([data-loading]) .mobile-controls{padding-top:2rem}:host([data-loading]) .item-count,:host([data-loading]) .mobile-controls>*:not(.fa-spin){display:none !important}:host([data-loading]) .fa-spin{display:block !important;margin:auto}/*# sourceMappingURL=assets/css/components/pagination.css.map */
1577
+ :host{container-type:inline-size;display:block}.pagination{display:block}@container (width > 23.4375em){.pagination{display:flex;align-items:center;justify-content:space-between !important;padding-top:2rem}}.pagination>div{display:flex;align-items:center}.pagination div:is(.page-jump,.per-page){border:1px solid var(--colour-light);height:3.25rem;display:none;align-items:center;padding-inline:1rem}.pagination div:is(.page-jump,.per-page) .select--minimal{--select-padding-left: rem(16);height:3.25rem;line-height:3.25rem;margin-left:-1rem;font-weight:bold}.pagination div:is(.page-jump,.per-page) div:has(>select){margin-bottom:0}.page-jump{border-right:none !important}.total-pages{white-space:nowrap}:host([data-page-jump][data-minimal]) .page-jump{display:flex !important}@container (width > 23.4375em){:host([data-page-jump]) .page-jump{display:flex !important}}@container (width > 23.4375em){:host([data-per-page]:not([data-page-jump][data-item-count])) .per-page{display:flex !important}}@container (width > 48em){:host([data-per-page][data-page-jump][data-item-count]) .per-page{display:flex !important}}.pagination>.item-count{display:block;text-align:center;margin-bottom:1rem;margin-inline:auto}@container (width > 23.4375em){.pagination>.item-count{display:none}:host([data-item-count]) .pagination>.item-count{display:flex !important;margin:0}}*:where(.prev,.next){border:1px solid var(--colour-light);line-height:3.25rem;height:3.25rem;margin:0;display:none;background:none;padding-inline:1rem}@container (width > 23.4375em){*:where(.prev,.next){display:inline-block}}*:where(.prev,.next):after{margin-left:.5em;font-size:.8rem;content:"";font-family:"Font Awesome 6 Pro";color:var(--colour-info)}*:where(.prev,.next):is(:hover,:focus):not(:disabled){background-color:var(--colour-light)}*:where(.prev,.next):is(:active):not(:disabled){background-color:#e0e0e0}@media screen and (prefers-color-scheme: dark){*:where(.prev,.next):is(:hover,:focus):not(:disabled){background-color:var(--colour-canvas)}*:where(.prev,.next):is(:active):not(:disabled){background-color:var(--colour-canvas)}}*:where(.prev,.next):disabled:after,*:where(.prev,.next):disabled:before{color:inherit !important}:host([data-minimal]) .pagination{justify-content:flex-end}@container (width > 23.4375em){:host([data-minimal]) .pagination{justify-content:space-between}}:host([data-minimal]) *:where(.prev,.next){display:inline-block !important}.prev{border-right:none}.prev:after{display:none}.prev:before{margin-right:.5em;font-size:.8rem;content:"";font-family:"Font Awesome 6 Pro";color:var(--colour-info)}.mobile-controls{display:block}:host([data-minimal]) .pagination{padding-top:1.5rem;display:flex;align-items:center;justify-content:flex-end}:host([data-minimal]) *:is(.mobile-controls,.item-count){display:none}@container (width > 23.4375em){.mobile-controls{display:none !important}:host([data-item-count]) .item-count{display:flex !important}}.fa-spin{display:none !important;font-size:3rem;color:var(--colour-info)}:host([data-loading]) .mobile-controls{padding-top:2rem}:host([data-loading]) .item-count,:host([data-loading]) .mobile-controls>*:not(.fa-spin){display:none !important}:host([data-loading]) .fa-spin{display:block !important;margin:auto}/*# sourceMappingURL=assets/css/components/pagination.css.map */
1673
1578
 
1674
1579
 
1675
1580
  ${this.hasAttribute("css") ? `@import "${this.getAttribute("css")}";` : ""}
@@ -1704,19 +1609,19 @@ class z extends HTMLElement {
1704
1609
  <button class="load-more btn btn-primary m-auto">Load more</a>
1705
1610
  </div>
1706
1611
  </div>
1707
- `, this.shadowRoot.appendChild(o.content.cloneNode(!0));
1612
+ `, this.shadowRoot.appendChild(s.content.cloneNode(!0));
1708
1613
  }
1709
1614
  connectedCallback() {
1710
- const a = new URLSearchParams(window.location.search);
1711
- this.hasAttribute("data-total") || this.setAttribute("data-total", 15), this.hasAttribute("data-page") || this.setAttribute("data-page", a.has("page") ? a.get("page") : 1), this.hasAttribute("data-show") || this.setAttribute("data-show", a.has("show") ? a.get("show") : 15), this.hasAttribute("data-increment") || this.setAttribute("data-increment", this.getAttribute("data-show"));
1712
- const e = this.shadowRoot.querySelector(".page-jump select"), o = this.shadowRoot.querySelector(".prev"), i = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".per-page select"), n = this.shadowRoot.querySelector(".load-more");
1615
+ const i = new URLSearchParams(window.location.search);
1616
+ this.hasAttribute("data-total") || this.setAttribute("data-total", 15), this.hasAttribute("data-page") || this.setAttribute("data-page", i.has("page") ? i.get("page") : 1), this.hasAttribute("data-show") || this.setAttribute("data-show", i.has("show") ? i.get("show") : 15), this.hasAttribute("data-increment") || this.setAttribute("data-increment", this.getAttribute("data-show"));
1617
+ const e = this.shadowRoot.querySelector(".page-jump select"), s = this.shadowRoot.querySelector(".prev"), o = this.shadowRoot.querySelector(".next"), a = this.shadowRoot.querySelector(".per-page select"), n = this.shadowRoot.querySelector(".load-more");
1713
1618
  this.setup(), e.addEventListener("change", (d) => {
1714
1619
  this.setAttribute("data-show", this.getAttribute("data-increment")), this.setAttribute("data-page", d.target.value);
1715
- }), i.addEventListener("click", (d) => {
1716
- e.value = parseInt(e.value) + 1, e.dispatchEvent(new Event("change"));
1717
1620
  }), o.addEventListener("click", (d) => {
1621
+ e.value = parseInt(e.value) + 1, e.dispatchEvent(new Event("change"));
1622
+ }), s.addEventListener("click", (d) => {
1718
1623
  e.value = parseInt(e.value) - 1, e.dispatchEvent(new Event("change"));
1719
- }), s.addEventListener("change", (d) => {
1624
+ }), a.addEventListener("change", (d) => {
1720
1625
  this.setAttribute("data-increment", d.target.value);
1721
1626
  }), n.addEventListener("click", (d) => {
1722
1627
  let u = parseInt(this.getAttribute("data-show")) + parseInt(this.getAttribute("data-increment"));
@@ -1724,48 +1629,48 @@ class z extends HTMLElement {
1724
1629
  });
1725
1630
  }
1726
1631
  setup() {
1727
- const a = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), o = this.shadowRoot.querySelector(".prev"), i = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".item-count"), n = this.shadowRoot.querySelector(".per-page select"), d = this.shadowRoot.querySelector(".total-pages"), u = parseInt(this.getAttribute("data-page")), m = parseInt(this.getAttribute("data-total")), y = parseInt(this.getAttribute("data-show")), p = parseInt(this.getAttribute("data-increment")), g = Math.ceil(m / p);
1728
- m > y && a.classList.remove("d-none");
1729
- let v = "";
1730
- for (let L = 1; L <= g; L++)
1731
- v += `<option value="${L}" ${L == u ? "selected" : ""}>${L}</option>`;
1732
- e.innerHTML = v, d.innerHTML = `of ${g}`, u == g ? i.setAttribute("disabled", "disabled") : i.removeAttribute("disabled"), u == 1 ? o.setAttribute("disabled", "disabled") : o.removeAttribute("disabled");
1733
- let _ = u == 1 ? 1 : (u - 1) * y + 1, k = u == 1 ? y : u * y;
1734
- s.innerHTML = `${_} - ${k > m ? m : k} of ${m} items`;
1735
- const A = [15, 25, 40, 50];
1736
- p && n.value != p && !A.includes(p) && (n.innerHTML = `<option value="${p}">${p}</option>
1737
- <option value="${p * 2}">${p * 2}</option>
1738
- <option value="${p * 3}">${p * 3}</option>
1739
- <option value="${p * 4}">${p * 4}</option>`), n.value = p;
1632
+ const i = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), s = this.shadowRoot.querySelector(".prev"), o = this.shadowRoot.querySelector(".next"), a = this.shadowRoot.querySelector(".item-count"), n = this.shadowRoot.querySelector(".per-page select"), d = this.shadowRoot.querySelector(".total-pages"), u = parseInt(this.getAttribute("data-page")), b = parseInt(this.getAttribute("data-total")), g = parseInt(this.getAttribute("data-show")), f = parseInt(this.getAttribute("data-increment")), v = Math.ceil(b / f);
1633
+ b > g && i.classList.remove("d-none");
1634
+ let w = "";
1635
+ for (let S = 1; S <= v; S++)
1636
+ w += `<option value="${S}" ${S == u ? "selected" : ""}>${S}</option>`;
1637
+ e.innerHTML = w, d.innerHTML = `of ${v}`, u == v ? o.setAttribute("disabled", "disabled") : o.removeAttribute("disabled"), u == 1 ? s.setAttribute("disabled", "disabled") : s.removeAttribute("disabled");
1638
+ let L = u == 1 ? 1 : (u - 1) * g + 1, q = u == 1 ? g : u * g;
1639
+ a.innerHTML = `${L} - ${q > b ? b : q} of ${b} items`;
1640
+ const j = [15, 25, 40, 50];
1641
+ f && n.value != f && !j.includes(f) && (n.innerHTML = `<option value="${f}">${f}</option>
1642
+ <option value="${f * 2}">${f * 2}</option>
1643
+ <option value="${f * 3}">${f * 3}</option>
1644
+ <option value="${f * 4}">${f * 4}</option>`), n.value = f;
1740
1645
  }
1741
1646
  static get observedAttributes() {
1742
1647
  return ["data-total", "data-increment", "data-page", "data-show"];
1743
1648
  }
1744
- attributeChangedCallback(a, e, o) {
1745
- switch (a) {
1649
+ attributeChangedCallback(i, e, s) {
1650
+ switch (i) {
1746
1651
  case "data-total": {
1747
- e != o && (this.setAttribute("data-page", 1), this.setup());
1652
+ e != s && (this.setAttribute("data-page", 1), this.setup());
1748
1653
  break;
1749
1654
  }
1750
1655
  case "data-show": {
1751
- e != o && (this.setAttribute("data-page", 1), this.setup(), this.dispatchEvent(new CustomEvent("update-show", { detail: { show: o } })));
1656
+ e != s && (this.setAttribute("data-page", 1), this.setup(), this.dispatchEvent(new CustomEvent("update-show", { detail: { show: s } })));
1752
1657
  break;
1753
1658
  }
1754
1659
  case "data-increment": {
1755
- e != o && (this.setAttribute("data-show", o), this.setAttribute("data-page", 1), this.setup(), this.dispatchEvent(new CustomEvent("update-show", { detail: { show: o } })));
1660
+ e != s && (this.setAttribute("data-show", s), this.setAttribute("data-page", 1), this.setup(), this.dispatchEvent(new CustomEvent("update-show", { detail: { show: s } })));
1756
1661
  break;
1757
1662
  }
1758
1663
  case "data-page": {
1759
- e && e != o && (this.setup(), this.dispatchEvent(new CustomEvent("update-page", { detail: { page: o } })));
1664
+ e && e != s && (this.setup(), this.dispatchEvent(new CustomEvent("update-page", { detail: { page: s } })));
1760
1665
  break;
1761
1666
  }
1762
1667
  }
1763
1668
  }
1764
1669
  }
1765
- const Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1670
+ const Si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1766
1671
  __proto__: null,
1767
1672
  default: z
1768
- }, Symbol.toStringTag, { value: "Module" })), Ha = {
1673
+ }, Symbol.toStringTag, { value: "Module" })), Ti = {
1769
1674
  name: "Pagination",
1770
1675
  props: {},
1771
1676
  computed: {},
@@ -1777,14 +1682,14 @@ const Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1777
1682
  updated() {
1778
1683
  }
1779
1684
  };
1780
- function Ma(t, a, e, o, i, s) {
1685
+ function qi(t, i, e, s, o, a) {
1781
1686
  return r(), l("iam-pagination");
1782
1687
  }
1783
- const rs = /* @__PURE__ */ f(Ha, [["render", Ma]]), Ca = {
1688
+ const na = /* @__PURE__ */ p(Ti, [["render", qi]]), Ei = {
1784
1689
  name: "Address Lookup",
1785
1690
  mounted() {
1786
1691
  this.$nextTick(function() {
1787
- N(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/address-lookup/address-lookup.component.js": () => import("./address-lookup.component-5aabf606.mjs"), "../../../assets/js/components/address-lookup/address-lookup.component.min.js": () => import("./address-lookup.component.min-07f51c45.mjs") }), "../../../assets/js/components/address-lookup/address-lookup.component.js").then((t) => {
1692
+ import("./address-lookup.component.min-18df3418.mjs").then((t) => {
1788
1693
  window.customElements.get("iam-address-lookup") || window.customElements.define("iam-address-lookup", t.default);
1789
1694
  }).catch((t) => {
1790
1695
  console.log(t.message);
@@ -1792,22 +1697,22 @@ const rs = /* @__PURE__ */ f(Ha, [["render", Ma]]), Ca = {
1792
1697
  });
1793
1698
  }
1794
1699
  };
1795
- function Na(t, a, e, o, i, s) {
1700
+ function Hi(t, i, e, s, o, a) {
1796
1701
  return r(), l("iam-address-lookup", null, [
1797
- h(t.$slots, "default")
1702
+ m(t.$slots, "default")
1798
1703
  ]);
1799
1704
  }
1800
- const ls = /* @__PURE__ */ f(Ca, [["render", Na]]);
1705
+ const sa = /* @__PURE__ */ p(Ei, [["render", Hi]]);
1801
1706
  /*!
1802
- * iamKey v5.5.1-beta-5
1707
+ * iamKey v5.6.0
1803
1708
  * Copyright 2022-2024 iamproperty
1804
1709
  */
1805
1710
  window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "customElementRegistered", element: "collapsible side menu" });
1806
- class ja extends HTMLElement {
1711
+ class Mi extends HTMLElement {
1807
1712
  constructor() {
1808
1713
  super(), this.attachShadow({ mode: "open" });
1809
- const a = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${a}/css/core.min.css`, o = document.createElement("template");
1810
- o.innerHTML = `
1714
+ const i = document.body.hasAttribute("data-assets-location") ? document.body.getAttribute("data-assets-location") : "/assets", e = document.body.hasAttribute("data-core-css") ? document.body.getAttribute("data-core-css") : `${i}/css/core.min.css`, s = document.createElement("template");
1715
+ s.innerHTML = `
1811
1716
  <style class="styles">
1812
1717
  @import "${e}";
1813
1718
  :host{--colour-border: #e9e9e9;--side-link-hover: var(--colour-canvas-2);display:block;min-height:calc(100vh - var(--nav-height));padding-top:0 !important;margin-inline:auto;max-width:80rem;overflow:hidden;position:relative}@media screen and (prefers-color-scheme: light){:host{--side-link-hover: #eeeeee}}.container{position:static;min-height:100%;padding-top:0 !important;padding-bottom:0 !important;padding-left:0 !important}@media screen and (min-width: 62em){.container{padding-left:5.25rem !important;overflow:hidden}}.side-menu{position:absolute;top:0;left:0;height:100%;min-height:calc(100vh - var(--nav-height));width:1.875rem;height:100%;background-color:var(--colour-canvas);transition:width 1s}.side-menu:before{content:"";position:absolute;top:0;right:0;height:100%;border-right:2px solid var(--colour-border)}@media screen and (min-width: 36em){.side-menu{left:0;width:2.5rem}}@media screen and (min-width: 62em){.side-menu{left:calc(50% - 34.75rem);margin-left:-5.25rem}.side-menu:after{content:"";position:absolute;top:0;height:100%;border-right:2px solid var(--colour-border);left:0;opacity:1;transition:all 1s;width:2.5rem;background:var(--colour-canvas)}.side-menu:not(.open).hover{width:21.5rem}.side-menu:not(.open).hover .btn[class*=fa-]:before{content:"" !important}}.side-menu .btn{position:absolute;top:2rem;right:0;margin-bottom:0;margin-right:-1.25rem;background-color:var(--colour-canvas-2);border:2px solid var(--colour-border);z-index:99}.side-menu .btn[aria-expanded][class*=fa-]:before{content:"" !important}@media screen and (min-width: 62em){.side-menu .btn[aria-expanded]{opacity:0;transition:opacity .5s}.side-menu .btn[aria-expanded]:is(:hover,:focus,:active){opacity:1}}.side-menu:is(.open){width:calc(100% - var(--container-padding-x))}@media screen and (min-width: 36em){.side-menu:is(.open){width:23.875rem}}@media screen and (min-width: 62em){.side-menu:is(.open){width:21.5rem}}.side-menu .side-menu-content{position:absolute;top:0;right:0;padding:2rem 2.5rem 0 0;width:21.9375rem;opacity:0;transition:opacity 1s;min-height:100%;overflow:auto;max-height:100%}.side-menu .side-menu-content .h3{padding-left:1.5rem}@media screen and (min-width: 36em){.side-menu .side-menu-content{width:23.875rem}.side-menu .side-menu-content .h3{padding-left:2.5rem}}@media screen and (min-width: 62em){.side-menu .side-menu-content{width:19rem}}.side-menu:not(.hover):not(.open) .side-menu-content.closed{display:none}.side-menu.open .side-menu-content{opacity:1}@media screen and (min-width: 62em){.side-menu.hover .side-menu-content{opacity:1}}::slotted(*[slot=menu]){padding-left:1.5rem}@media screen and (min-width: 36em){::slotted(*[slot=menu]){padding-left:2.5rem !important}}::slotted(hr){border-bottom:2px solid var(--colour-border) !important;margin-right:-2.5rem !important}::slotted(a[slot=menu]){display:block;display:block !important;line-height:1.25rem !important;padding:1rem 2.5rem 1rem 1.5rem !important;margin:0 !important;flex-shrink:0;font-size:1rem !important;font-weight:normal !important;text-decoration:none;border-bottom:2px solid var(--colour-border) !important;margin-right:-2.5rem !important;border-right:2px solid var(--colour-border) !important}@media screen and (min-width: 36em){::slotted(a[slot=menu]){padding-left:2.5rem !important}}::slotted(a[slot=menu]):after{display:none}::slotted(a[slot=menu]:where(:hover,:focus,[aria-expanded])){background-color:var(--side-link-hover) !important}::slotted(a[slot=menu]:active){background-color:var(--side-link-hover) !important;font-weight:bold !important}::slotted(a[slot=menu][aria-expanded]){background-color:var(--side-link-hover) !important;font-weight:bold !important;margin-right:-2.5rem !important;position:relative;border-right:2px solid var(--colour-info) !important}::slotted(a[slot=menu][aria-expanded]):before{content:"";position:absolute;top:0;right:0;height:calc(100% + 4px);margin-top:-2px;width:2px;border-right:2px solid var(--colour-info);margin-right:-2px}@media(forced-colors: active){::slotted(a[slot=menu][aria-expanded]):before{border-right:10px solid var(--colour-info)}}.main-content{padding-top:1.5rem;padding-left:3.75rem}@media screen and (min-width: 36em){.main-content{padding-left:5rem}}@media screen and (min-width: 62em){.main-content{padding-top:2.5rem !important;padding-left:0}}.main-content>span.h3{padding-top:.75rem;border-bottom:2px solid var(--colour-border);margin-bottom:2.5rem !important}@media screen and (min-width: 62em){.main-content>span.h3{display:none}}::slotted(.main-content__title){border-bottom:2px solid var(--colour-border);margin-bottom:2.5rem !important;max-width:100% !important;display:block}@media screen and (min-width: 62em){.side-menu.open+.main-content{padding-left:18.75rem}::slotted(.main-content__title){display:none}}/*# sourceMappingURL=assets/css/components/collapsible-side.css.map */
@@ -1829,68 +1734,68 @@ class ja extends HTMLElement {
1829
1734
  </div>
1830
1735
 
1831
1736
  </div>
1832
- `, this.shadowRoot.appendChild(o.content.cloneNode(!0));
1737
+ `, this.shadowRoot.appendChild(s.content.cloneNode(!0));
1833
1738
  }
1834
1739
  connectedCallback() {
1835
- const a = this.shadowRoot.querySelector(".side-menu"), e = this.shadowRoot.querySelector(".side-menu-content"), o = this.shadowRoot.querySelector(".main-content"), i = this.shadowRoot.querySelector(".side-menu > .btn");
1836
- this.hasAttribute("data-css") && this.shadowRoot.querySelector(".styles").insertAdjacentHTML("beforeend", `@import "${this.getAttribute("data-css")}";`), this.hasAttribute("data-title") || this.setAttribute("data-title", "configuration"), e.insertAdjacentHTML("afterbegin", `<span class="h3">${this.getAttribute("data-title")}</span>`), o.insertAdjacentHTML("afterbegin", `<span class="h3">${this.getAttribute("data-title")}</span>`), this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)") && (this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)").classList.add("h4"), this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)").classList.add("main-content__title")), i.addEventListener("click", (s) => {
1837
- a.classList.contains("open") ? (a.classList.remove("open"), i.removeAttribute("aria-expanded"), setTimeout(function() {
1740
+ const i = this.shadowRoot.querySelector(".side-menu"), e = this.shadowRoot.querySelector(".side-menu-content"), s = this.shadowRoot.querySelector(".main-content"), o = this.shadowRoot.querySelector(".side-menu > .btn");
1741
+ this.hasAttribute("data-css") && this.shadowRoot.querySelector(".styles").insertAdjacentHTML("beforeend", `@import "${this.getAttribute("data-css")}";`), this.hasAttribute("data-title") || this.setAttribute("data-title", "configuration"), e.insertAdjacentHTML("afterbegin", `<span class="h3">${this.getAttribute("data-title")}</span>`), s.insertAdjacentHTML("afterbegin", `<span class="h3">${this.getAttribute("data-title")}</span>`), this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)") && (this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)").classList.add("h4"), this.querySelector(":scope > :is(h1,h2,h3,h4,h5,h6)").classList.add("main-content__title")), o.addEventListener("click", (a) => {
1742
+ i.classList.contains("open") ? (i.classList.remove("open"), o.removeAttribute("aria-expanded"), setTimeout(function() {
1838
1743
  e.classList.add("closed");
1839
- }, 1e3), a.classList.add("pe-none"), setTimeout(function() {
1840
- a.classList.remove("pe-none");
1744
+ }, 1e3), i.classList.add("pe-none"), setTimeout(function() {
1745
+ i.classList.remove("pe-none");
1841
1746
  }, 1e3)) : (e.classList.remove("closed"), setTimeout(function() {
1842
- a.classList.add("open"), i.setAttribute("aria-expanded", !0);
1747
+ i.classList.add("open"), o.setAttribute("aria-expanded", !0);
1843
1748
  }, 100));
1844
- }), a.addEventListener("mouseenter", (s) => {
1845
- window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"), a.classList.add("hover"));
1846
- }), a.addEventListener("mousemove", (s) => {
1847
- window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"));
1848
- }), a.addEventListener("mouseleave", (s) => {
1849
- window.innerWidth > 992 && (a.classList.remove("hover"), a.classList.contains("open") || setTimeout(function() {
1749
+ }), i.addEventListener("mouseenter", (a) => {
1750
+ window.innerWidth > 992 && (i.classList.contains("open") || e.classList.remove("closed"), i.classList.add("hover"));
1751
+ }), i.addEventListener("mousemove", (a) => {
1752
+ window.innerWidth > 992 && (i.classList.contains("open") || e.classList.remove("closed"));
1753
+ }), i.addEventListener("mouseleave", (a) => {
1754
+ window.innerWidth > 992 && (i.classList.remove("hover"), i.classList.contains("open") || setTimeout(function() {
1850
1755
  e.classList.add("closed");
1851
1756
  }, 1e3));
1852
1757
  });
1853
1758
  }
1854
1759
  }
1855
- window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", ja);
1856
- const Ra = {
1760
+ window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", Mi);
1761
+ const Ci = {
1857
1762
  name: "CollapsibleSideMenu",
1858
1763
  props: {},
1859
1764
  mounted() {
1860
1765
  }
1861
1766
  };
1862
- function Pa(t, a, e, o, i, s) {
1767
+ function Ni(t, i, e, s, o, a) {
1863
1768
  return r(), l("iam-collapsible-side", null, [
1864
- h(t.$slots, "default")
1769
+ m(t.$slots, "default")
1865
1770
  ]);
1866
1771
  }
1867
- const ds = /* @__PURE__ */ f(Ra, [["render", Pa]]);
1772
+ const oa = /* @__PURE__ */ p(Ci, [["render", Ni]]);
1868
1773
  export {
1869
- Da as Accordion,
1870
- Va as AccordionItem,
1871
- os as Actionbar,
1872
- ls as AddressLookup,
1873
- ss as AppliedFilters,
1874
- Ba as Banner,
1875
- Oa as Card,
1876
- Ua as Carousel,
1877
- ds as CollapsibleSideMenu,
1878
- Ia as FileUpload,
1879
- is as Filterlist,
1880
- Wa as Header,
1881
- P as Input,
1882
- za as Logo,
1883
- Ya as Nav,
1884
- as as NoteFeed,
1885
- ns as Notification,
1886
- rs as Pagination,
1887
- Qa as PropertySearchbar,
1888
- Xa as Snapshot,
1889
- Za as Step,
1890
- Ja as Stepper,
1891
- ts as Tab,
1892
- R as Table,
1893
- es as Tabs,
1894
- Ka as Testimonial,
1895
- Ga as Timeline
1774
+ ji as Accordion,
1775
+ Ii as AccordionItem,
1776
+ aa as Actionbar,
1777
+ sa as AddressLookup,
1778
+ ea as AppliedFilters,
1779
+ Di as Banner,
1780
+ Fi as Card,
1781
+ Vi as Carousel,
1782
+ oa as CollapsibleSideMenu,
1783
+ zi as FileUpload,
1784
+ ta as Filterlist,
1785
+ Bi as Header,
1786
+ R as Input,
1787
+ Pi as Logo,
1788
+ Ki as Nav,
1789
+ Zi as NoteFeed,
1790
+ ia as Notification,
1791
+ na as Pagination,
1792
+ Wi as PropertySearchbar,
1793
+ Qi as Snapshot,
1794
+ Yi as Step,
1795
+ Gi as Stepper,
1796
+ Xi as Tab,
1797
+ N as Table,
1798
+ Ji as Tabs,
1799
+ Ui as Testimonial,
1800
+ Oi as Timeline
1896
1801
  };