@iamproperty/components 5.5.0 → 5.5.1-beta-1

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 (29) hide show
  1. package/assets/css/components/header.css +1 -1
  2. package/assets/css/components/header.css.map +1 -1
  3. package/assets/js/components/accordion/accordion.component.min.js +1 -1
  4. package/assets/js/components/actionbar/actionbar.component.min.js +1 -1
  5. package/assets/js/components/address-lookup/address-lookup.component.js +7 -0
  6. package/assets/js/components/address-lookup/address-lookup.component.min.js +4 -4
  7. package/assets/js/components/address-lookup/address-lookup.component.min.js.map +1 -1
  8. package/assets/js/components/applied-filters/applied-filters.component.min.js +1 -1
  9. package/assets/js/components/card/card.component.min.js +1 -1
  10. package/assets/js/components/collapsible-side/collapsible-side.component.min.js +1 -1
  11. package/assets/js/components/fileupload/fileupload.component.min.js +1 -1
  12. package/assets/js/components/filterlist/filterlist.component.min.js +1 -1
  13. package/assets/js/components/header/header.component.min.js +2 -2
  14. package/assets/js/components/nav/nav.component.min.js +1 -1
  15. package/assets/js/components/notification/notification.component.min.js +1 -1
  16. package/assets/js/components/pagination/pagination.component.min.js +1 -1
  17. package/assets/js/components/search/search.component.min.js +1 -1
  18. package/assets/js/components/table/table.component.min.js +1 -1
  19. package/assets/js/components/tabs/tabs.component.min.js +1 -1
  20. package/assets/js/dynamic.min.js +1 -1
  21. package/assets/js/scripts.bundle.js +1 -1
  22. package/assets/js/scripts.bundle.min.js +1 -1
  23. package/assets/sass/components/header.scss +8 -1
  24. package/assets/ts/components/address-lookup/address-lookup.component.ts +9 -0
  25. package/dist/components.es.js +187 -190
  26. package/dist/components.umd.js +33 -47
  27. package/package.json +1 -1
  28. package/src/components/Header/Header.vue +1 -1
  29. package/src/components/Table/Table.vue +2 -2
@@ -1,4 +1,4 @@
1
- import { openBlock as r, createElementBlock as l, normalizeClass as _, createElementVNode as c, toDisplayString as w, createCommentVNode as b, Fragment as x, renderList as L, renderSlot as f, withDirectives as E, mergeProps as A, vModelDynamic as H, vModelText as D, vModelSelect as F, createTextVNode as V, resolveComponent as M, createVNode as k, withModifiers as B } from "vue";
1
+ import { openBlock as r, createElementBlock as l, normalizeClass as _, createElementVNode as c, toDisplayString as w, createCommentVNode as b, Fragment as x, renderList as L, renderSlot as f, withDirectives as E, mergeProps as A, vModelDynamic as T, vModelText as D, vModelSelect as F, createTextVNode as V, resolveComponent as H, createVNode as k, withModifiers as B } from "vue";
2
2
  const p = (t, a) => {
3
3
  const e = t.__vccOpts || t;
4
4
  for (const [i, o] of a)
@@ -30,14 +30,14 @@ const p = (t, a) => {
30
30
  }
31
31
  }
32
32
  }, U = ["xlink:href"], W = ["innerHTML"];
33
- function K(t, a, e, i, o, n) {
33
+ function K(t, a, e, i, o, s) {
34
34
  return r(), l("div", {
35
- class: _(n.className)
35
+ class: _(s.className)
36
36
  }, [
37
37
  (r(), l("svg", null, [
38
38
  c("title", null, "iam " + w(e.id), 1),
39
39
  c("use", {
40
- "xlink:href": e.path + n.src
40
+ "xlink:href": e.path + s.src
41
41
  }, null, 8, U)
42
42
  ])),
43
43
  e.desc ? (r(), l("span", {
@@ -67,10 +67,7 @@ const Ia = /* @__PURE__ */ p(O, [["render", K]]), G = (t) => t.charAt(0).toUpper
67
67
  },
68
68
  created() {
69
69
  this.$nextTick(function() {
70
- import(
71
- /* @vite-ignore */
72
- "./table.component.min-8e19e6b9.mjs"
73
- ).then((t) => {
70
+ import("./table.component.min-3ee9b8fa.mjs").then((t) => {
74
71
  window.customElements.get("iam-table") || window.customElements.define("iam-table", t.default);
75
72
  }).catch((t) => {
76
73
  console.log(t.message);
@@ -84,22 +81,22 @@ const Ia = /* @__PURE__ */ p(O, [["render", K]]), G = (t) => t.charAt(0).toUpper
84
81
  updated() {
85
82
  }
86
83
  }, Z = { key: 0 }, ee = { key: 0 }, te = ["data-row-id"], ae = ["innerHTML"];
87
- function ie(t, a, e, i, o, n) {
84
+ function ie(t, a, e, i, o, s) {
88
85
  return r(), l("iam-table", null, [
89
86
  e.fields ? (r(), l("table", Z, [
90
87
  c("thead", null, [
91
88
  c("tr", null, [
92
- (r(!0), l(x, null, L(e.fields, (s) => (r(), l("th", {
93
- key: s.key
94
- }, w(n.cellHeading(s.key)), 1))), 128))
89
+ (r(!0), l(x, null, L(e.fields, (n) => (r(), l("th", {
90
+ key: n.key
91
+ }, w(s.cellHeading(n.key)), 1))), 128))
95
92
  ])
96
93
  ]),
97
94
  e.items ? (r(), l("tbody", ee, [
98
- (r(!0), l(x, null, L(e.items, (s, d) => (r(), l("tr", {
95
+ (r(!0), l(x, null, L(e.items, (n, d) => (r(), l("tr", {
99
96
  key: d,
100
- "data-row-id": s.rowid
97
+ "data-row-id": n.rowid
101
98
  }, [
102
- (r(!0), l(x, null, L(Object.fromEntries(Object.entries(s).filter(([u]) => u !== "rowid")), (u, h) => (r(), l("td", {
99
+ (r(!0), l(x, null, L(Object.fromEntries(Object.entries(n).filter(([u]) => u !== "rowid")), (u, h) => (r(), l("td", {
103
100
  key: h,
104
101
  innerHTML: u
105
102
  }, null, 8, ae))), 128))
@@ -108,7 +105,7 @@ function ie(t, a, e, i, o, n) {
108
105
  ])) : f(t.$slots, "default", { key: 1 })
109
106
  ]);
110
107
  }
111
- const N = /* @__PURE__ */ p(X, [["render", ie]]), se = {
108
+ const N = /* @__PURE__ */ p(X, [["render", ie]]), ne = {
112
109
  name: "Input",
113
110
  props: {
114
111
  value: {
@@ -296,25 +293,25 @@ const N = /* @__PURE__ */ p(X, [["render", ie]]), se = {
296
293
  this.$emit("bus");
297
294
  }
298
295
  }
299
- }, ne = ["for", "innerHTML", "title"], oe = ["innerHTML"], re = ["innerHTML"], le = ["type", "name", "id", "pattern", "list"], de = ["type", "name", "id", "pattern"], ce = {
296
+ }, se = ["for", "innerHTML", "title"], oe = ["innerHTML"], re = ["innerHTML"], le = ["type", "name", "id", "pattern", "list"], de = ["type", "name", "id", "pattern"], ce = {
300
297
  key: 5,
301
298
  class: "input-group"
302
299
  }, ue = ["type", "name", "id", "pattern", "list"], me = { class: "input-group-text border-0 col-2 col-sm-1 px-0" }, pe = {
303
300
  key: 6,
304
301
  class: "input-group"
305
302
  }, 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"];
306
- function xe(t, a, e, i, o, n) {
303
+ function xe(t, a, e, i, o, s) {
307
304
  return r(), l("div", {
308
- class: _(n.wrapperClass()),
305
+ class: _(s.wrapperClass()),
309
306
  ref: "wrapper"
310
307
  }, [
311
- n.needsLabel() ? (r(), l("label", {
308
+ s.needsLabel() ? (r(), l("label", {
312
309
  key: 0,
313
310
  class: _(`form-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
314
311
  for: e.id,
315
- innerHTML: n.displayLabel(),
312
+ innerHTML: s.displayLabel(),
316
313
  title: e.title
317
- }, null, 10, ne)) : b("", !0),
314
+ }, null, 10, se)) : b("", !0),
318
315
  e.prefix ? (r(), l("span", {
319
316
  key: 1,
320
317
  class: _(`prefix ${this.prefixClass} ${e.size ? `prefix-${e.size}` : ""}`),
@@ -327,74 +324,74 @@ function xe(t, a, e, i, o, n) {
327
324
  innerHTML: e.suffix,
328
325
  role: "presentation"
329
326
  }, null, 10, re)) : b("", !0),
330
- n.isInput() ? E((r(), l("input", A({
327
+ s.isInput() ? E((r(), l("input", A({
331
328
  key: 3,
332
- "onUpdate:modelValue": a[0] || (a[0] = (s) => n.inputVal = s),
329
+ "onUpdate:modelValue": a[0] || (a[0] = (n) => s.inputVal = n),
333
330
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
334
331
  type: e.type,
335
332
  name: e.name ? e.name : e.id,
336
333
  id: e.id,
337
- pattern: n.needPattern(),
338
- list: n.hasOptions()
334
+ pattern: s.needPattern(),
335
+ list: s.hasOptions()
339
336
  }, t.$attrs, {
340
- onKeyup: a[1] || (a[1] = (...s) => n.inputKeyup && n.inputKeyup(...s))
337
+ onKeyup: a[1] || (a[1] = (...n) => s.inputKeyup && s.inputKeyup(...n))
341
338
  }), null, 16, le)), [
342
- [H, n.inputVal]
339
+ [T, s.inputVal]
343
340
  ]) : b("", !0),
344
341
  e.type == "textarea" ? E((r(), l("textarea", A({
345
342
  key: 4,
346
- "onUpdate:modelValue": a[2] || (a[2] = (s) => n.inputVal = s),
343
+ "onUpdate:modelValue": a[2] || (a[2] = (n) => s.inputVal = n),
347
344
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
348
345
  type: e.type,
349
346
  name: e.name ? e.name : e.id,
350
347
  id: e.id,
351
- pattern: n.needPattern()
348
+ pattern: s.needPattern()
352
349
  }, t.$attrs), null, 16, de)), [
353
- [D, n.inputVal]
350
+ [D, s.inputVal]
354
351
  ]) : b("", !0),
355
352
  e.type == "range" ? (r(), l("div", ce, [
356
353
  E(c("input", A({
357
- "onUpdate:modelValue": a[3] || (a[3] = (s) => n.inputVal = s),
354
+ "onUpdate:modelValue": a[3] || (a[3] = (n) => s.inputVal = n),
358
355
  class: `form-range${e.inputclass ? ` ${e.inputclass}` : ""}`,
359
356
  type: e.type,
360
357
  name: e.name ? e.name : e.id,
361
358
  id: e.id,
362
- pattern: n.needPattern(),
363
- list: n.hasOptions()
359
+ pattern: s.needPattern(),
360
+ list: s.hasOptions()
364
361
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, ue), [
365
- [H, n.inputVal]
362
+ [T, s.inputVal]
366
363
  ]),
367
364
  c("output", me, w(e.value), 1)
368
365
  ])) : b("", !0),
369
366
  e.type == "color" ? (r(), l("div", pe, [
370
367
  E(c("input", A({
371
- "onUpdate:modelValue": a[4] || (a[4] = (s) => n.inputVal = s),
368
+ "onUpdate:modelValue": a[4] || (a[4] = (n) => s.inputVal = n),
372
369
  class: `form-control form-control-color${e.inputclass ? ` ${e.inputclass}` : ""}`,
373
370
  type: e.type,
374
371
  name: e.name ? e.name : e.id,
375
372
  id: e.id,
376
- pattern: n.needPattern(),
377
- list: n.hasOptions()
373
+ pattern: s.needPattern(),
374
+ list: s.hasOptions()
378
375
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, he), [
379
- [H, n.inputVal]
376
+ [T, s.inputVal]
380
377
  ]),
381
378
  c("output", fe, w(e.value ? t.vale : "#000000"), 1)
382
379
  ])) : b("", !0),
383
380
  e.type == "select" ? E((r(), l("select", A({
384
381
  key: 7,
385
- "onUpdate:modelValue": a[5] || (a[5] = (s) => n.inputVal = s),
382
+ "onUpdate:modelValue": a[5] || (a[5] = (n) => s.inputVal = n),
386
383
  class: `form-select${e.size ? ` form-select-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
387
384
  type: e.type,
388
385
  name: e.id,
389
386
  id: e.id,
390
- pattern: n.needPattern()
387
+ pattern: s.needPattern()
391
388
  }, t.$attrs), [
392
- (r(!0), l(x, null, L(e.options, (s, d) => (r(), l("option", {
389
+ (r(!0), l(x, null, L(e.options, (n, d) => (r(), l("option", {
393
390
  key: d,
394
- value: s.value
395
- }, w(s.display ? s.display : s.value), 9, ge))), 128))
391
+ value: n.value
392
+ }, w(n.display ? n.display : n.value), 9, ge))), 128))
396
393
  ], 16, be)), [
397
- [F, n.inputVal]
394
+ [F, s.inputVal]
398
395
  ]) : b("", !0),
399
396
  e.type == "checkbox" || e.type == "radio" ? (r(), l("input", A({
400
397
  key: 8,
@@ -422,7 +419,7 @@ function xe(t, a, e, i, o, n) {
422
419
  class: _(`btn${e.labelclass ? ` ${e.labelclass}` : ""}`),
423
420
  for: e.id,
424
421
  innerHTML: e.label,
425
- onClick: a[6] || (a[6] = (...s) => n.clickEvent && n.clickEvent(...s))
422
+ onClick: a[6] || (a[6] = (...n) => s.clickEvent && s.clickEvent(...n))
426
423
  }, null, 10, we)) : b("", !0),
427
424
  f(t.$slots, "default"),
428
425
  e.errormsg ? (r(), l("span", {
@@ -430,22 +427,22 @@ function xe(t, a, e, i, o, n) {
430
427
  class: "invalid-feedback mb-0",
431
428
  innerHTML: e.errormsg
432
429
  }, null, 8, $e)) : b("", !0),
433
- n.allowDatalist() ? (r(), l("datalist", {
430
+ s.allowDatalist() ? (r(), l("datalist", {
434
431
  key: 13,
435
432
  id: e.id + "-list"
436
433
  }, [
437
- (r(!0), l(x, null, L(e.options, (s, d) => (r(), l("option", {
434
+ (r(!0), l(x, null, L(e.options, (n, d) => (r(), l("option", {
438
435
  key: d,
439
- value: s.value
440
- }, w(s.value), 9, Ae))), 128))
436
+ value: n.value
437
+ }, w(n.value), 9, Ae))), 128))
441
438
  ], 8, ke)) : b("", !0)
442
439
  ], 2);
443
440
  }
444
- const R = /* @__PURE__ */ p(se, [["render", xe]]);
441
+ const R = /* @__PURE__ */ p(ne, [["render", xe]]);
445
442
  function Le(t, a) {
446
- const e = a.querySelector(".files"), i = a.querySelector(".drop-area"), o = t.querySelector("input"), n = t.hasAttribute("data-maxsize") ? t.getAttribute("data-maxsize") : 0, s = o.cloneNode();
447
- i.append(s), a.addEventListener("click", (d) => {
448
- d && d.target instanceof HTMLElement && d.target.closest(".btn-primary") && (d.target.closest(".btn-primary"), (o.hasAttribute("multiple") ? s : o).click());
443
+ const e = a.querySelector(".files"), i = a.querySelector(".drop-area"), o = t.querySelector("input"), s = t.hasAttribute("data-maxsize") ? t.getAttribute("data-maxsize") : 0, n = o.cloneNode();
444
+ i.append(n), a.addEventListener("click", (d) => {
445
+ d && d.target instanceof HTMLElement && d.target.closest(".btn-primary") && (d.target.closest(".btn-primary"), (o.hasAttribute("multiple") ? n : o).click());
449
446
  }), a.addEventListener("click", (d) => {
450
447
  if (d && d.target instanceof HTMLElement && d.target.closest(".files button")) {
451
448
  const u = new DataTransfer(), { files: h } = o, g = d.target.closest(".files button");
@@ -457,26 +454,26 @@ function Le(t, a) {
457
454
  const m = new Event("change");
458
455
  o.dispatchEvent(m);
459
456
  }
460
- }), s.addEventListener("change", (d) => {
457
+ }), n.addEventListener("change", (d) => {
461
458
  if (o.hasAttribute("multiple")) {
462
- const h = [...o.files, ...s.files];
459
+ const h = [...o.files, ...n.files];
463
460
  let g = [];
464
461
  const m = new DataTransfer();
465
462
  for (let y = 0; y < h.length; y++) {
466
463
  const v = h[y], $ = v.size / 1e3;
467
- !g.includes(v.name) && (n == 0 || $ < n) && m.items.add(v), g.push(v.name);
464
+ !g.includes(v.name) && (s == 0 || $ < s) && m.items.add(v), g.push(v.name);
468
465
  }
469
466
  o.files = m.files;
470
467
  } else
471
- o.files = s.files;
468
+ o.files = n.files;
472
469
  const u = new Event("change");
473
470
  o.dispatchEvent(u);
474
- }), s.addEventListener("dragenter", (d) => {
475
- s.classList.add("focus");
476
- }), s.addEventListener("dragleave", (d) => {
477
- s.classList.remove("focus");
478
- }), s.addEventListener("drop", (d) => {
479
- s.classList.remove("focus");
471
+ }), n.addEventListener("dragenter", (d) => {
472
+ n.classList.add("focus");
473
+ }), n.addEventListener("dragleave", (d) => {
474
+ n.classList.remove("focus");
475
+ }), n.addEventListener("drop", (d) => {
476
+ n.classList.remove("focus");
480
477
  }), o.addEventListener("change", (d) => {
481
478
  e.innerHTML = "";
482
479
  for (const u of o.files)
@@ -533,7 +530,7 @@ const qe = {
533
530
  });
534
531
  }
535
532
  };
536
- function Ee(t, a, e, i, o, n) {
533
+ function Ee(t, a, e, i, o, s) {
537
534
  return r(), l("iam-fileupload", null, [
538
535
  f(t.$slots, "default")
539
536
  ]);
@@ -544,7 +541,7 @@ const Te = {
544
541
  props: {},
545
542
  mounted() {
546
543
  this.$nextTick(function() {
547
- import("./accordion.component.min-b9d23879.mjs").then((t) => {
544
+ import("./accordion.component.min-5d63b09b.mjs").then((t) => {
548
545
  window.customElements.get("iam-accordion") || window.customElements.define("iam-accordion", t.default);
549
546
  }).catch((t) => {
550
547
  console.log(t.message);
@@ -552,7 +549,7 @@ const Te = {
552
549
  });
553
550
  }
554
551
  }, He = { ref: "wrapper" };
555
- function Me(t, a, e, i, o, n) {
552
+ function Me(t, a, e, i, o, s) {
556
553
  return r(), l("iam-accordion", He, [
557
554
  f(t.$slots, "default")
558
555
  ], 512);
@@ -593,9 +590,9 @@ const Fa = /* @__PURE__ */ p(Te, [["render", Me]]), Ce = {
593
590
  };
594
591
  }
595
592
  }, je = ["id"];
596
- function Ne(t, a, e, i, o, n) {
593
+ function Ne(t, a, e, i, o, s) {
597
594
  return r(), l("details", {
598
- id: n.createID(e.title)
595
+ id: s.createID(e.title)
599
596
  }, [
600
597
  c("summary", null, [
601
598
  V(w(e.title), 1),
@@ -625,7 +622,7 @@ const Va = /* @__PURE__ */ p(Ce, [["render", Ne]]), Re = {
625
622
  }
626
623
  }
627
624
  }, Pe = { class: "container" }, ze = { class: "row" }, Ie = { class: "col-sm-6" }, De = { class: "pt-5 pb-3 px-4" }, Fe = { class: "col-sm-6 col-md-5 ms-auto" }, Ve = ["src"];
628
- function Be(t, a, e, i, o, n) {
625
+ function Be(t, a, e, i, o, s) {
629
626
  return r(), l("div", Pe, [
630
627
  c("div", {
631
628
  class: _("bg-" + e.background + " mb-4")
@@ -655,7 +652,7 @@ const Ba = /* @__PURE__ */ p(Re, [["render", Be]]), Oe = {
655
652
  this.$nextTick(function() {
656
653
  import(
657
654
  /* @vite-ignore */
658
- "./card.component.min-7fc40c2b.mjs"
655
+ "./card.component.min-dfbd3634.mjs"
659
656
  ).then((t) => {
660
657
  window.customElements.get("iam-card") || window.customElements.define("iam-card", t.default);
661
658
  }).catch((t) => {
@@ -664,12 +661,12 @@ const Ba = /* @__PURE__ */ p(Re, [["render", Be]]), Oe = {
664
661
  });
665
662
  }
666
663
  };
667
- function Ue(t, a, e, i, o, n) {
664
+ function Ue(t, a, e, i, o, s) {
668
665
  return r(), l("iam-card", null, [
669
666
  f(t.$slots, "default")
670
667
  ]);
671
668
  }
672
- const Oa = /* @__PURE__ */ p(Oe, [["render", Ue]]), T = (t, a) => {
669
+ const Oa = /* @__PURE__ */ p(Oe, [["render", Ue]]), C = (t, a) => {
673
670
  const e = t[a];
674
671
  return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((i, o) => {
675
672
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(o.bind(null, new Error("Unknown variable dynamic import: " + a)));
@@ -688,7 +685,7 @@ const Oa = /* @__PURE__ */ p(Oe, [["render", Ue]]), T = (t, a) => {
688
685
  },
689
686
  mounted() {
690
687
  this.$nextTick(function() {
691
- T(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/carousel/carousel.component.js": () => import("./carousel.component-72a8511a.mjs") }), "../../../assets/js/components/carousel/carousel.component.js").then((t) => {
688
+ C(/* @__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
689
  window.customElements.get("iam-carousel") || window.customElements.define("iam-carousel", t.default);
693
690
  }).catch((t) => {
694
691
  console.log(t.message);
@@ -696,7 +693,7 @@ const Oa = /* @__PURE__ */ p(Oe, [["render", Ue]]), T = (t, a) => {
696
693
  });
697
694
  }
698
695
  };
699
- function Ke(t, a, e, i, o, n) {
696
+ function Ke(t, a, e, i, o, s) {
700
697
  return r(), l("iam-carousel", null, [
701
698
  f(t.$slots, "default")
702
699
  ]);
@@ -715,7 +712,7 @@ const Ua = /* @__PURE__ */ p(We, [["render", Ke]]), Ge = {
715
712
  },
716
713
  mounted() {
717
714
  this.$nextTick(function() {
718
- T(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/header/header.component.js": () => import("./header.component-cc8263fb.mjs"), "../../../assets/js/components/header/header.component.min.js": () => import("./header.component.min-1aa6ab3d.mjs") }), "../../../assets/js/components/header/header.component.js").then((t) => {
715
+ import("./header.component.min-3489682b.mjs").then((t) => {
719
716
  window.customElements.get("iam-header") || window.customElements.define("iam-header", t.default);
720
717
  }).catch((t) => {
721
718
  console.log(t.message);
@@ -723,7 +720,7 @@ const Ua = /* @__PURE__ */ p(We, [["render", Ke]]), Ge = {
723
720
  });
724
721
  }
725
722
  }, Qe = ["image"], Ye = ["innerHTML"];
726
- function Je(t, a, e, i, o, n) {
723
+ function Je(t, a, e, i, o, s) {
727
724
  return r(), l("iam-header", { image: e.image }, [
728
725
  f(t.$slots, "breadcrumb"),
729
726
  e.title ? (r(), l("h1", {
@@ -740,19 +737,19 @@ function Xe(t) {
740
737
  if (i == 1)
741
738
  return !1;
742
739
  t.classList.add("testimonial--multi");
743
- const o = function(n) {
744
- const s = t.querySelector(".btn-next"), d = t.querySelector(".btn-prev");
745
- s.setAttribute("data-go", n + 1), d.setAttribute("data-go", n - 1), s.removeAttribute("disabled"), d.removeAttribute("disabled"), n == 1 ? d.setAttribute("disabled", !0) : n == i && s.setAttribute("disabled", !0);
740
+ const o = function(s) {
741
+ const n = t.querySelector(".btn-next"), d = t.querySelector(".btn-prev");
742
+ 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 == i && n.setAttribute("disabled", !0);
746
743
  };
747
- e.addEventListener("scroll", function(n) {
744
+ e.addEventListener("scroll", function(s) {
748
745
  clearTimeout(a), a = setTimeout(function() {
749
- let s = e.scrollWidth, d = e.scrollHeight, u = e.scrollLeft, h = e.scrollTop, g = Math.round(u / s * i) + 1;
746
+ let n = e.scrollWidth, d = e.scrollHeight, u = e.scrollLeft, h = e.scrollTop, g = Math.round(u / n * i) + 1;
750
747
  u == 0 && h != 0 && (g = Math.round(h / d * i) + 1), t.setAttribute("data-show", g), o(g);
751
748
  }, 300);
752
- }, !1), t.addEventListener("click", function(n) {
753
- for (var s = n.target; s && s != this; s = s.parentNode)
754
- if (s.matches("[data-go]")) {
755
- let d = parseInt(s.getAttribute("data-go")), u = 0, h = 0, g = e.scrollWidth, m = e.scrollHeight;
749
+ }, !1), t.addEventListener("click", function(s) {
750
+ for (var n = s.target; n && n != this; n = n.parentNode)
751
+ if (n.matches("[data-go]")) {
752
+ let d = parseInt(n.getAttribute("data-go")), u = 0, h = 0, g = e.scrollWidth, m = e.scrollHeight;
756
753
  g > m ? h = Math.floor(g * ((d - 1) / i)) : u = Math.floor(m * ((d - 1) / i)), e.scroll({
757
754
  top: u,
758
755
  left: h,
@@ -782,7 +779,7 @@ const Ze = {
782
779
  class: "container testimonial mb-5",
783
780
  "data-show": "1",
784
781
  ref: "wrapper"
785
- }, tt = { class: "row" }, at = { class: "col-md-5 position-relative" }, it = { class: "testimonial__images" }, st = ["src"], nt = /* @__PURE__ */ c("div", { class: "testimonial__controls" }, [
782
+ }, tt = { class: "row" }, at = { class: "col-md-5 position-relative" }, it = { class: "testimonial__images" }, nt = ["src"], st = /* @__PURE__ */ c("div", { class: "testimonial__controls" }, [
786
783
  /* @__PURE__ */ c("button", {
787
784
  "data-go": "0",
788
785
  disabled: "",
@@ -793,7 +790,7 @@ const Ze = {
793
790
  class: "btn-next"
794
791
  }, "Next")
795
792
  ], -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);
796
- function pt(t, a, e, i, o, n) {
793
+ function pt(t, a, e, i, o, s) {
797
794
  return r(), l("div", et, [
798
795
  c("div", {
799
796
  class: _("bg-" + e.background)
@@ -801,27 +798,27 @@ function pt(t, a, e, i, o, n) {
801
798
  c("div", tt, [
802
799
  c("div", at, [
803
800
  c("div", it, [
804
- (r(!0), l(x, null, L(e.items, (s, d) => (r(), l("img", {
801
+ (r(!0), l(x, null, L(e.items, (n, d) => (r(), l("img", {
805
802
  key: d,
806
- src: s.image ? s.image : "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==",
803
+ src: n.image ? n.image : "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==",
807
804
  alt: "",
808
- class: _("h-100 w-100 object-cover" + (s.image ? "" : " opacity-0"))
809
- }, null, 10, st))), 128))
805
+ class: _("h-100 w-100 object-cover" + (n.image ? "" : " opacity-0"))
806
+ }, null, 10, nt))), 128))
810
807
  ]),
811
- nt
808
+ st
812
809
  ]),
813
810
  c("div", ot, [
814
811
  rt,
815
812
  c("div", lt, [
816
- (r(!0), l(x, null, L(e.items, (s, d) => (r(), l("blockquote", {
813
+ (r(!0), l(x, null, L(e.items, (n, d) => (r(), l("blockquote", {
817
814
  key: d,
818
- class: _(s.class)
815
+ class: _(n.class)
819
816
  }, [
820
817
  c("div", {
821
- innerHTML: s.quote
818
+ innerHTML: n.quote
822
819
  }, null, 8, dt),
823
820
  c("cite", {
824
- innerHTML: s.cite
821
+ innerHTML: n.cite
825
822
  }, null, 8, ct)
826
823
  ], 2))), 128))
827
824
  ]),
@@ -844,7 +841,7 @@ const ht = {
844
841
  }
845
842
  }
846
843
  }, ft = { class: "timeline" }, bt = { class: "timeline__content" }, gt = ["src"];
847
- function yt(t, a, e, i, o, n) {
844
+ function yt(t, a, e, i, o, s) {
848
845
  return r(), l("div", ft, [
849
846
  c("div", bt, [
850
847
  f(t.$slots, "default")
@@ -1019,8 +1016,8 @@ const vt = {
1019
1016
  value: "submit"
1020
1017
  }, "Search")
1021
1018
  ], -1);
1022
- function Mt(t, a, e, i, o, n) {
1023
- const s = M("Input");
1019
+ function Mt(t, a, e, i, o, s) {
1020
+ const n = H("Input");
1024
1021
  return r(), l("div", _t, [
1025
1022
  f(t.$slots, "default"),
1026
1023
  c("div", wt, [
@@ -1030,19 +1027,19 @@ function Mt(t, a, e, i, o, n) {
1030
1027
  method: e.formmethod
1031
1028
  }, [
1032
1029
  c("fieldset", kt, [
1033
- k(s, {
1030
+ k(n, {
1034
1031
  inputClass: "input--locations",
1035
- modelValue: n.locationSet,
1036
- "onUpdate:modelValue": a[0] || (a[0] = (d) => n.locationSet = d),
1032
+ modelValue: s.locationSet,
1033
+ "onUpdate:modelValue": a[0] || (a[0] = (d) => s.locationSet = d),
1037
1034
  label: "Location",
1038
1035
  id: "location",
1039
- options: n.locationsList(),
1036
+ options: s.locationsList(),
1040
1037
  required: "",
1041
1038
  placeholder: "i.e. Newcastle or NE1",
1042
- onKeyupEvent: a[1] || (a[1] = (d) => n.locationKeyup(...arguments)),
1039
+ onKeyupEvent: a[1] || (a[1] = (d) => s.locationKeyup(...arguments)),
1043
1040
  ref: "search"
1044
1041
  }, null, 8, ["modelValue", "options"]),
1045
- k(s, {
1042
+ k(n, {
1046
1043
  class: "select--miles",
1047
1044
  label: "Miles",
1048
1045
  id: "miles",
@@ -1053,7 +1050,7 @@ function Mt(t, a, e, i, o, n) {
1053
1050
  c("fieldset", At, [
1054
1051
  xt,
1055
1052
  c("div", Lt, [
1056
- k(s, {
1053
+ k(n, {
1057
1054
  class: "col-6",
1058
1055
  label: "Minimum price",
1059
1056
  id: "price-min",
@@ -1061,7 +1058,7 @@ function Mt(t, a, e, i, o, n) {
1061
1058
  type: "select",
1062
1059
  options: e.pricemin
1063
1060
  }, null, 8, ["options"]),
1064
- k(s, {
1061
+ k(n, {
1065
1062
  class: "col-6",
1066
1063
  label: "Maximum price",
1067
1064
  id: "price-max",
@@ -1074,7 +1071,7 @@ function Mt(t, a, e, i, o, n) {
1074
1071
  c("fieldset", St, [
1075
1072
  qt,
1076
1073
  c("div", Et, [
1077
- k(s, {
1074
+ k(n, {
1078
1075
  class: "col-6",
1079
1076
  label: "Minimum beds",
1080
1077
  id: "beds-min",
@@ -1082,7 +1079,7 @@ function Mt(t, a, e, i, o, n) {
1082
1079
  type: "select",
1083
1080
  options: e.bedsmin
1084
1081
  }, null, 8, ["options"]),
1085
- k(s, {
1082
+ k(n, {
1086
1083
  class: "col-6",
1087
1084
  label: "Maximum beds",
1088
1085
  id: "beds-max",
@@ -1093,7 +1090,7 @@ function Mt(t, a, e, i, o, n) {
1093
1090
  ])
1094
1091
  ]),
1095
1092
  c("fieldset", Tt, [
1096
- k(s, {
1093
+ k(n, {
1097
1094
  label: "Property type",
1098
1095
  id: "property-type",
1099
1096
  type: "select",
@@ -1111,7 +1108,7 @@ const Qa = /* @__PURE__ */ p(vt, [["render", Mt]]), Ct = {
1111
1108
  name: "Nav",
1112
1109
  mounted() {
1113
1110
  this.$nextTick(function() {
1114
- import("./nav.component.min-59dc3615.mjs").then((t) => {
1111
+ import("./nav.component.min-0e51cf44.mjs").then((t) => {
1115
1112
  window.customElements.get("iam-nav") || window.customElements.define("iam-nav", t.default);
1116
1113
  }).catch((t) => {
1117
1114
  console.log(t.message);
@@ -1120,7 +1117,7 @@ const Qa = /* @__PURE__ */ p(vt, [["render", Mt]]), Ct = {
1120
1117
  },
1121
1118
  methods: {}
1122
1119
  }, jt = { ref: "wrapper" };
1123
- function Nt(t, a, e, i, o, n) {
1120
+ function Nt(t, a, e, i, o, s) {
1124
1121
  return r(), l("iam-nav", jt, [
1125
1122
  f(t.$slots, "default")
1126
1123
  ], 512);
@@ -1143,7 +1140,7 @@ const Rt = {
1143
1140
  key: 0,
1144
1141
  class: "h6 stepper__start"
1145
1142
  }, Dt = { class: "list-unstyled" }, Ft = { class: "h6 stepper__end" };
1146
- function Vt(t, a, e, i, o, n) {
1143
+ function Vt(t, a, e, i, o, s) {
1147
1144
  return r(), l("div", Pt, [
1148
1145
  c("nav", {
1149
1146
  class: "stepper",
@@ -1170,23 +1167,23 @@ const Bt = {
1170
1167
  class: "container snapshot",
1171
1168
  ref: "wrapper"
1172
1169
  }, Ut = { class: "row" }, Wt = ["href"], Kt = { class: "lead snapshot__title" }, Gt = { class: "stat" };
1173
- function Qt(t, a, e, i, o, n) {
1170
+ function Qt(t, a, e, i, o, s) {
1174
1171
  return r(), l("div", Ot, [
1175
1172
  f(t.$slots, "default"),
1176
1173
  c("div", Ut, [
1177
- (r(!0), l(x, null, L(e.items, (s, d) => (r(), l("div", {
1174
+ (r(!0), l(x, null, L(e.items, (n, d) => (r(), l("div", {
1178
1175
  class: "col",
1179
1176
  key: d
1180
1177
  }, [
1181
- s.link ? (r(), l("a", {
1178
+ n.link ? (r(), l("a", {
1182
1179
  key: 0,
1183
- href: s.link
1184
- }, "View " + w(s.title), 9, Wt)) : b("", !0),
1180
+ href: n.link
1181
+ }, "View " + w(n.title), 9, Wt)) : b("", !0),
1185
1182
  c("div", {
1186
- class: _(`snapshot__item ${s.bg ? "bg-" + s.bg : ""}`)
1183
+ class: _(`snapshot__item ${n.bg ? "bg-" + n.bg : ""}`)
1187
1184
  }, [
1188
- c("span", Kt, w(s.title), 1),
1189
- c("span", Gt, w(s.number), 1)
1185
+ c("span", Kt, w(n.title), 1),
1186
+ c("span", Gt, w(n.number), 1)
1190
1187
  ], 2)
1191
1188
  ]))), 128))
1192
1189
  ])
@@ -1212,7 +1209,7 @@ const Xa = /* @__PURE__ */ p(Bt, [["render", Qt]]), Yt = {
1212
1209
  key: 0,
1213
1210
  class: "visually-hidden"
1214
1211
  };
1215
- function Zt(t, a, e, i, o, n) {
1212
+ function Zt(t, a, e, i, o, s) {
1216
1213
  return r(), l("li", null, [
1217
1214
  c("a", {
1218
1215
  href: e.url,
@@ -1231,7 +1228,7 @@ const ea = {
1231
1228
  name: "Tabs",
1232
1229
  mounted() {
1233
1230
  this.$nextTick(function() {
1234
- T(/* @__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-14d49880.mjs") }), "../../../assets/js/components/tabs/tabs.component.js").then((t) => {
1231
+ C(/* @__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-866dfc8b.mjs") }), "../../../assets/js/components/tabs/tabs.component.js").then((t) => {
1235
1232
  window.customElements.get("iam-tabs") || window.customElements.define("iam-tabs", t.default);
1236
1233
  }).catch((t) => {
1237
1234
  console.log(t.message);
@@ -1239,7 +1236,7 @@ const ea = {
1239
1236
  });
1240
1237
  }
1241
1238
  }, ta = { ref: "wrapper" };
1242
- function aa(t, a, e, i, o, n) {
1239
+ function aa(t, a, e, i, o, s) {
1243
1240
  return r(), l("iam-tabs", ta, [
1244
1241
  f(t.$slots, "default")
1245
1242
  ], 512);
@@ -1266,13 +1263,13 @@ const ei = /* @__PURE__ */ p(ea, [["render", aa]]), ia = {
1266
1263
  isDisabled: !!this.disabled
1267
1264
  };
1268
1265
  }
1269
- }, sa = { class: "tab" }, na = ["innerHTML"];
1270
- function oa(t, a, e, i, o, n) {
1271
- return r(), l("details", sa, [
1266
+ }, na = { class: "tab" }, sa = ["innerHTML"];
1267
+ function oa(t, a, e, i, o, s) {
1268
+ return r(), l("details", na, [
1272
1269
  c("summary", {
1273
1270
  innerHTML: e.title,
1274
1271
  class: _({ disabled: o.isDisabled })
1275
- }, null, 10, na),
1272
+ }, null, 10, sa),
1276
1273
  f(t.$slots, "default")
1277
1274
  ]);
1278
1275
  }
@@ -1296,8 +1293,8 @@ const ra = {
1296
1293
  const a = new FormData(t.target);
1297
1294
  let e = /* @__PURE__ */ new Date();
1298
1295
  const i = e.getFullYear();
1299
- let o = e.getMonth() + 1, n = e.getDate();
1300
- n < 10 && (n = "0" + n), o < 10 && (o = "0" + o), e = n + "/" + o + "/" + i, this.itemsData.unshift({
1296
+ let o = e.getMonth() + 1, s = e.getDate();
1297
+ s < 10 && (s = "0" + s), o < 10 && (o = "0" + o), e = s + "/" + o + "/" + i, this.itemsData.unshift({
1301
1298
  date_added: e,
1302
1299
  user: a.get("user"),
1303
1300
  note: a.get("addNote")
@@ -1326,22 +1323,22 @@ const ra = {
1326
1323
  }
1327
1324
  }
1328
1325
  }, 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);
1329
- function pa(t, a, e, i, o, n) {
1330
- const s = M("Table"), d = M("Input");
1326
+ function pa(t, a, e, i, o, s) {
1327
+ const n = H("Table"), d = H("Input");
1331
1328
  return r(), l("div", la, [
1332
1329
  e.title ? (r(), l("span", {
1333
1330
  key: 0,
1334
1331
  class: "h3",
1335
1332
  innerHTML: e.title
1336
1333
  }, null, 8, da)) : b("", !0),
1337
- k(s, A({
1334
+ k(n, A({
1338
1335
  fields: [{ key: "date_added" }, { key: "user" }, { key: "note" }],
1339
1336
  items: o.itemsData
1340
1337
  }, t.$props, { class: "mb-0" }), null, 16, ["items"]),
1341
1338
  c("form", {
1342
1339
  action: e.action,
1343
1340
  method: e.method,
1344
- onSubmit: a[0] || (a[0] = B((u) => n.submitForm(...arguments), ["prevent"]))
1341
+ onSubmit: a[0] || (a[0] = B((u) => s.submitForm(...arguments), ["prevent"]))
1345
1342
  }, [
1346
1343
  c("input", {
1347
1344
  type: "hidden",
@@ -1361,41 +1358,41 @@ function pa(t, a, e, i, o, n) {
1361
1358
  }
1362
1359
  const ai = /* @__PURE__ */ p(ra, [["render", pa]]);
1363
1360
  /*!
1364
- * iamKey v5.5.0
1361
+ * iamKey v5.5.1-beta-1
1365
1362
  * Copyright 2022-2024 iamproperty
1366
1363
  */
1367
1364
  function ha(t, a) {
1368
1365
  function e(i, o) {
1369
- let n = !1, s = o.getAttribute("name");
1370
- s.includes("[]") && (s = s.replace("[]", `[${o.value}]`));
1371
- let d = i.querySelector(`[data-name="${s}"]`);
1372
- d && o.getAttribute("type") == "checkbox" && (n = !o.checked);
1366
+ let s = !1, n = o.getAttribute("name");
1367
+ n.includes("[]") && (n = n.replace("[]", `[${o.value}]`));
1368
+ let d = i.querySelector(`[data-name="${n}"]`);
1369
+ d && o.getAttribute("type") == "checkbox" && (s = !o.checked);
1373
1370
  let u = o.getAttribute("data-filter-text");
1374
- if (d || (d = document.createElement("button"), i.appendChild(d)), d.setAttribute("type", "button"), d.classList.add("filter"), d.setAttribute("data-name", s), d.innerHTML = u.replace("$value", o.value), (!o.value || n) && d.remove(), o.parentNode.closest("[data-filter-text]")) {
1371
+ if (d || (d = document.createElement("button"), i.appendChild(d)), d.setAttribute("type", "button"), d.classList.add("filter"), d.setAttribute("data-name", n), d.innerHTML = u.replace("$value", o.value), (!o.value || s) && d.remove(), o.parentNode.closest("[data-filter-text]")) {
1375
1372
  let h = o.parentNode.closest("[data-filter-text]"), g = !0;
1376
- if (s = "", h.querySelectorAll("input").forEach((m, y) => {
1373
+ if (n = "", h.querySelectorAll("input").forEach((m, y) => {
1377
1374
  let v = m.getAttribute("name");
1378
- if (s += `${y != 0 ? "," : ""}${v}`, i.querySelector(`[data-name="${v}"]`) && i.querySelector(`[data-name="${v}"]`).remove(), m.value) {
1375
+ if (n += `${y != 0 ? "," : ""}${v}`, i.querySelector(`[data-name="${v}"]`) && i.querySelector(`[data-name="${v}"]`).remove(), m.value) {
1379
1376
  let $ = document.createElement("button");
1380
1377
  $.setAttribute("type", "button"), $.classList.add("filter"), $.setAttribute("data-name", v), $.innerHTML = u.replace("$value", m.value), i.appendChild($);
1381
1378
  } else
1382
1379
  g = !1;
1383
- }), i.querySelector(`[data-name="${s}"]`) && i.querySelector(`[data-name="${s}"]`).remove(), g) {
1380
+ }), i.querySelector(`[data-name="${n}"]`) && i.querySelector(`[data-name="${n}"]`).remove(), g) {
1384
1381
  let m = h.getAttribute("data-filter-text");
1385
1382
  h.querySelectorAll("input").forEach((v, $) => {
1386
1383
  let S = v.getAttribute("name");
1387
1384
  i.querySelector(`[data-name="${S}"]`) && i.querySelector(`[data-name="${S}"]`).remove(), m = m.replace(`$${$ + 1}`, v.value);
1388
1385
  });
1389
1386
  let y = document.createElement("button");
1390
- y.setAttribute("type", "button"), y.classList.add("filter"), y.setAttribute("data-name", s), y.innerHTML = m, i.appendChild(y);
1387
+ y.setAttribute("type", "button"), y.classList.add("filter"), y.setAttribute("data-name", n), y.innerHTML = m, i.appendChild(y);
1391
1388
  }
1392
1389
  }
1393
1390
  }
1394
1391
  Array.from(t.querySelectorAll('input[type="checkbox"]:checked')).forEach((i, o) => {
1395
1392
  e(a, i);
1396
1393
  }), Array.from(t.querySelectorAll("input[data-filter-text]")).forEach((i, o) => {
1397
- i.addEventListener("change", function(n) {
1398
- e(a, i), n.stopPropagation();
1394
+ i.addEventListener("change", function(s) {
1395
+ e(a, i), s.stopPropagation();
1399
1396
  });
1400
1397
  }), t.addEventListener("change", function(i) {
1401
1398
  if (i && i.target instanceof HTMLElement && i.target.closest("input[data-filter-text]")) {
@@ -1404,13 +1401,13 @@ function ha(t, a) {
1404
1401
  }
1405
1402
  }), a.addEventListener("click", function(i) {
1406
1403
  if (i && i.target instanceof HTMLElement && i.target.closest(".filter")) {
1407
- let s = i.target.closest(".filter"), d = s.getAttribute("data-name").split(",");
1404
+ let n = i.target.closest(".filter"), d = n.getAttribute("data-name").split(",");
1408
1405
  for (var o = 0; o < d.length; o++) {
1409
1406
  let u = d[o], h = `[name="${u}"]`;
1410
1407
  u.match(/\[(.*)\]/) && (u.replace(/\[(.*)\]/, "[]"), h = `[value="${u.replace(/.*\[(.*)\]/, "$1")}"]`);
1411
1408
  let g = t.querySelectorAll(h);
1412
- for (var n = 0; n < g.length; n++) {
1413
- let m = g[n];
1409
+ for (var s = 0; s < g.length; s++) {
1410
+ let m = g[s];
1414
1411
  if (m.getAttribute("type") != "radio" && m.getAttribute("type") != "checkbox")
1415
1412
  m.value = "";
1416
1413
  else {
@@ -1420,7 +1417,7 @@ function ha(t, a) {
1420
1417
  }
1421
1418
  }
1422
1419
  }
1423
- s.remove();
1420
+ n.remove();
1424
1421
  }
1425
1422
  }, !1);
1426
1423
  }
@@ -1450,14 +1447,14 @@ window.customElements.get("iam-applied-filters") || window.customElements.define
1450
1447
  const ba = {
1451
1448
  name: "Header"
1452
1449
  };
1453
- function ga(t, a, e, i, o, n) {
1450
+ function ga(t, a, e, i, o, s) {
1454
1451
  return r(), l("iam-applied-filters", null, [
1455
1452
  f(t.$slots, "default")
1456
1453
  ]);
1457
1454
  }
1458
1455
  const ii = /* @__PURE__ */ p(ba, [["render", ga]]);
1459
1456
  /*!
1460
- * iamKey v5.5.0
1457
+ * iamKey v5.5.1-beta-1
1461
1458
  * Copyright 2022-2024 iamproperty
1462
1459
  */
1463
1460
  function ya(t, a) {
@@ -1522,23 +1519,23 @@ window.customElements.get("iam-filterlist") || window.customElements.define("iam
1522
1519
  const wa = {
1523
1520
  name: "Filter list"
1524
1521
  };
1525
- function $a(t, a, e, i, o, n) {
1522
+ function $a(t, a, e, i, o, s) {
1526
1523
  return r(), l("iam-filterlist", null, [
1527
1524
  f(t.$slots, "default")
1528
1525
  ]);
1529
1526
  }
1530
- const si = /* @__PURE__ */ p(wa, [["render", $a]]);
1527
+ const ni = /* @__PURE__ */ p(wa, [["render", $a]]);
1531
1528
  function ka(t) {
1532
1529
  if (t.hasAttribute("data-type") && t.getAttribute("data-type") == "toast") {
1533
1530
  let e = document.querySelector(".notification__holder");
1534
1531
  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);
1535
1532
  }
1536
1533
  if (t.setAttribute("role", "alert"), t.addEventListener("click", function(e) {
1537
- event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), C(t));
1534
+ event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), M(t));
1538
1535
  }, !1), t.hasAttribute("data-timeout")) {
1539
1536
  let e = t.getAttribute("data-timeout");
1540
1537
  var a = new Aa(function() {
1541
- C(t);
1538
+ M(t);
1542
1539
  }, e);
1543
1540
  t.addEventListener("mouseenter", (i) => {
1544
1541
  a.pause();
@@ -1555,7 +1552,7 @@ function Aa(t, a) {
1555
1552
  i = /* @__PURE__ */ new Date(), window.clearTimeout(e), e = window.setTimeout(t, o);
1556
1553
  }, this.resume();
1557
1554
  }
1558
- const C = function(t) {
1555
+ const M = function(t) {
1559
1556
  t.classList.add("d-none");
1560
1557
  };
1561
1558
  window.dataLayer = window.dataLayer || [];
@@ -1566,12 +1563,12 @@ window.dataLayer.push({
1566
1563
  class xa extends HTMLElement {
1567
1564
  constructor() {
1568
1565
  super(), this.attachShadow({ mode: "open" });
1569
- 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`, i = `@import "${a}/css/components/notification.css";`, o = `@import "${a}/css/components/notification.global.css";`, n = this.querySelectorAll("a,button");
1570
- Array.from(n).forEach((d, u) => {
1566
+ 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`, i = `@import "${a}/css/components/notification.css";`, o = `@import "${a}/css/components/notification.global.css";`, s = this.querySelectorAll("a,button");
1567
+ Array.from(s).forEach((d, u) => {
1571
1568
  d.setAttribute("slot", "btns"), d.classList.add("link");
1572
- }), (n.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1573
- const s = document.createElement("template");
1574
- s.innerHTML = `
1569
+ }), (s.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1570
+ const n = document.createElement("template");
1571
+ n.innerHTML = `
1575
1572
  <style>
1576
1573
  @import "${e}";
1577
1574
  ${i}
@@ -1580,10 +1577,10 @@ class xa extends HTMLElement {
1580
1577
 
1581
1578
  <div class="notification">
1582
1579
  <div class="notification__icon"><slot name="icon"></slot></div>
1583
- <div class="notification__inner"><div class="notification__text"><slot></slot></div>${n.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1580
+ <div class="notification__inner"><div class="notification__text"><slot></slot></div>${s.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1584
1581
  ${this.hasAttribute("data-dismiss") ? '<div class="notification__dismiss"><button data-dismiss-button>Dismiss</button></div>' : ""}
1585
1582
  </div>
1586
- `, this.shadowRoot.appendChild(s.content.cloneNode(!0)), document.getElementById("notificationHolder") || document.head.insertAdjacentHTML("beforeend", `<style id="notificationHolder">${o}</style>`);
1583
+ `, this.shadowRoot.appendChild(n.content.cloneNode(!0)), document.getElementById("notificationHolder") || document.head.insertAdjacentHTML("beforeend", `<style id="notificationHolder">${o}</style>`);
1587
1584
  }
1588
1585
  connectedCallback() {
1589
1586
  const a = this.shadowRoot.querySelector("[data-dismiss-button]"), e = this.hasAttribute("data-status") ? this.getAttribute("data-status") : "white";
@@ -1604,7 +1601,7 @@ class xa extends HTMLElement {
1604
1601
  this.innerHTML += '<i class="fa-solid fa-circle-info" aria-hidden="true" slot="icon"></i>';
1605
1602
  }
1606
1603
  ka(i), a && a.addEventListener("click", function(o) {
1607
- C(i);
1604
+ M(i);
1608
1605
  }, !1);
1609
1606
  }
1610
1607
  }
@@ -1617,17 +1614,17 @@ const La = {
1617
1614
  });
1618
1615
  }
1619
1616
  };
1620
- function Sa(t, a, e, i, o, n) {
1617
+ function Sa(t, a, e, i, o, s) {
1621
1618
  return r(), l("iam-notification", null, [
1622
1619
  f(t.$slots, "default")
1623
1620
  ]);
1624
1621
  }
1625
- const ni = /* @__PURE__ */ p(La, [["render", Sa]]), qa = {
1622
+ const si = /* @__PURE__ */ p(La, [["render", Sa]]), qa = {
1626
1623
  name: "Actionbar",
1627
1624
  props: {},
1628
1625
  mounted() {
1629
1626
  this.$nextTick(function() {
1630
- import("./actionbar.component.min-40bcd9a4.mjs").then((t) => {
1627
+ import("./actionbar.component.min-b5277564.mjs").then((t) => {
1631
1628
  window.customElements.get("iam-actionbar") || window.customElements.define("iam-actionbar", t.default);
1632
1629
  }).catch((t) => {
1633
1630
  console.log(t.message);
@@ -1635,14 +1632,14 @@ const ni = /* @__PURE__ */ p(La, [["render", Sa]]), qa = {
1635
1632
  });
1636
1633
  }
1637
1634
  };
1638
- function Ea(t, a, e, i, o, n) {
1635
+ function Ea(t, a, e, i, o, s) {
1639
1636
  return r(), l("iam-actionbar", null, [
1640
1637
  f(t.$slots, "default")
1641
1638
  ]);
1642
1639
  }
1643
1640
  const oi = /* @__PURE__ */ p(qa, [["render", Ea]]);
1644
1641
  /*!
1645
- * iamKey v5.5.0
1642
+ * iamKey v5.5.1-beta-1
1646
1643
  * Copyright 2022-2024 iamproperty
1647
1644
  */
1648
1645
  class z extends HTMLElement {
@@ -1692,34 +1689,34 @@ class z extends HTMLElement {
1692
1689
  connectedCallback() {
1693
1690
  const a = new URLSearchParams(window.location.search);
1694
1691
  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"));
1695
- const e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), o = this.shadowRoot.querySelector(".next"), n = this.shadowRoot.querySelector(".per-page select"), s = this.shadowRoot.querySelector(".load-more");
1692
+ const e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), o = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".per-page select"), n = this.shadowRoot.querySelector(".load-more");
1696
1693
  this.setup(), e.addEventListener("change", (d) => {
1697
1694
  this.setAttribute("data-show", this.getAttribute("data-increment")), this.setAttribute("data-page", d.target.value);
1698
1695
  }), o.addEventListener("click", (d) => {
1699
1696
  e.value = parseInt(e.value) + 1, e.dispatchEvent(new Event("change"));
1700
1697
  }), i.addEventListener("click", (d) => {
1701
1698
  e.value = parseInt(e.value) - 1, e.dispatchEvent(new Event("change"));
1702
- }), n.addEventListener("change", (d) => {
1699
+ }), s.addEventListener("change", (d) => {
1703
1700
  this.setAttribute("data-increment", d.target.value);
1704
- }), s.addEventListener("click", (d) => {
1701
+ }), n.addEventListener("click", (d) => {
1705
1702
  let u = parseInt(this.getAttribute("data-show")) + parseInt(this.getAttribute("data-increment"));
1706
- this.setAttribute("data-show", u), u > parseInt(this.getAttribute("data-total")) && s.remove();
1703
+ this.setAttribute("data-show", u), u > parseInt(this.getAttribute("data-total")) && n.remove();
1707
1704
  });
1708
1705
  }
1709
1706
  setup() {
1710
- const a = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), o = this.shadowRoot.querySelector(".next"), n = this.shadowRoot.querySelector(".item-count"), s = this.shadowRoot.querySelector(".per-page select"), d = this.shadowRoot.querySelector(".total-pages"), u = parseInt(this.getAttribute("data-page")), h = parseInt(this.getAttribute("data-total")), g = parseInt(this.getAttribute("data-show")), m = parseInt(this.getAttribute("data-increment")), y = Math.ceil(h / m);
1707
+ const a = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), o = 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")), h = parseInt(this.getAttribute("data-total")), g = parseInt(this.getAttribute("data-show")), m = parseInt(this.getAttribute("data-increment")), y = Math.ceil(h / m);
1711
1708
  h > g && a.classList.remove("d-none");
1712
1709
  let v = "";
1713
1710
  for (let q = 1; q <= y; q++)
1714
1711
  v += `<option value="${q}" ${q == u ? "selected" : ""}>${q}</option>`;
1715
1712
  e.innerHTML = v, d.innerHTML = `of ${y}`, u == y ? o.setAttribute("disabled", "disabled") : o.removeAttribute("disabled"), u == 1 ? i.setAttribute("disabled", "disabled") : i.removeAttribute("disabled");
1716
1713
  let $ = u == 1 ? 1 : (u - 1) * g + 1, S = u == 1 ? g : u * g;
1717
- n.innerHTML = `${$} - ${S > h ? h : S} of ${h} items`;
1714
+ s.innerHTML = `${$} - ${S > h ? h : S} of ${h} items`;
1718
1715
  const I = [15, 25, 40, 50];
1719
- m && s.value != m && !I.includes(m) && (s.innerHTML = `<option value="${m}">${m}</option>
1716
+ m && n.value != m && !I.includes(m) && (n.innerHTML = `<option value="${m}">${m}</option>
1720
1717
  <option value="${m * 2}">${m * 2}</option>
1721
1718
  <option value="${m * 3}">${m * 3}</option>
1722
- <option value="${m * 4}">${m * 4}</option>`), s.value = m;
1719
+ <option value="${m * 4}">${m * 4}</option>`), n.value = m;
1723
1720
  }
1724
1721
  static get observedAttributes() {
1725
1722
  return ["data-total", "data-increment", "data-page", "data-show"];
@@ -1760,14 +1757,14 @@ const Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1760
1757
  updated() {
1761
1758
  }
1762
1759
  };
1763
- function Ma(t, a, e, i, o, n) {
1760
+ function Ma(t, a, e, i, o, s) {
1764
1761
  return r(), l("iam-pagination");
1765
1762
  }
1766
1763
  const ri = /* @__PURE__ */ p(Ha, [["render", Ma]]), Ca = {
1767
1764
  name: "Address Lookup",
1768
1765
  mounted() {
1769
1766
  this.$nextTick(function() {
1770
- T(/* @__PURE__ */ Object.assign({ "../../../assets/js/components/address-lookup/address-lookup.component.js": () => import("./address-lookup.component-6bae4154.mjs"), "../../../assets/js/components/address-lookup/address-lookup.component.min.js": () => import("./address-lookup.component.min-54ce7f2f.mjs") }), "../../../assets/js/components/address-lookup/address-lookup.component.js").then((t) => {
1767
+ C(/* @__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) => {
1771
1768
  window.customElements.get("iam-address-lookup") || window.customElements.define("iam-address-lookup", t.default);
1772
1769
  }).catch((t) => {
1773
1770
  console.log(t.message);
@@ -1775,14 +1772,14 @@ const ri = /* @__PURE__ */ p(Ha, [["render", Ma]]), Ca = {
1775
1772
  });
1776
1773
  }
1777
1774
  };
1778
- function ja(t, a, e, i, o, n) {
1775
+ function ja(t, a, e, i, o, s) {
1779
1776
  return r(), l("iam-address-lookup", null, [
1780
1777
  f(t.$slots, "default")
1781
1778
  ]);
1782
1779
  }
1783
1780
  const li = /* @__PURE__ */ p(Ca, [["render", ja]]);
1784
1781
  /*!
1785
- * iamKey v5.5.0
1782
+ * iamKey v5.5.1-beta-1
1786
1783
  * Copyright 2022-2024 iamproperty
1787
1784
  */
1788
1785
  window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "customElementRegistered", element: "collapsible side menu" });
@@ -1816,7 +1813,7 @@ class Na extends HTMLElement {
1816
1813
  }
1817
1814
  connectedCallback() {
1818
1815
  const a = this.shadowRoot.querySelector(".side-menu"), e = this.shadowRoot.querySelector(".side-menu-content"), i = this.shadowRoot.querySelector(".main-content"), o = this.shadowRoot.querySelector(".side-menu > .btn");
1819
- 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>`), i.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", (n) => {
1816
+ 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>`), i.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", (s) => {
1820
1817
  a.classList.contains("open") ? (a.classList.remove("open"), o.removeAttribute("aria-expanded"), setTimeout(function() {
1821
1818
  e.classList.add("closed");
1822
1819
  }, 1e3), a.classList.add("pe-none"), setTimeout(function() {
@@ -1824,11 +1821,11 @@ class Na extends HTMLElement {
1824
1821
  }, 1e3)) : (e.classList.remove("closed"), setTimeout(function() {
1825
1822
  a.classList.add("open"), o.setAttribute("aria-expanded", !0);
1826
1823
  }, 100));
1827
- }), a.addEventListener("mouseenter", (n) => {
1824
+ }), a.addEventListener("mouseenter", (s) => {
1828
1825
  window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"), a.classList.add("hover"));
1829
- }), a.addEventListener("mousemove", (n) => {
1826
+ }), a.addEventListener("mousemove", (s) => {
1830
1827
  window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"));
1831
- }), a.addEventListener("mouseleave", (n) => {
1828
+ }), a.addEventListener("mouseleave", (s) => {
1832
1829
  window.innerWidth > 992 && (a.classList.remove("hover"), a.classList.contains("open") || setTimeout(function() {
1833
1830
  e.classList.add("closed");
1834
1831
  }, 1e3));
@@ -1842,7 +1839,7 @@ const Ra = {
1842
1839
  mounted() {
1843
1840
  }
1844
1841
  };
1845
- function Pa(t, a, e, i, o, n) {
1842
+ function Pa(t, a, e, i, o, s) {
1846
1843
  return r(), l("iam-collapsible-side", null, [
1847
1844
  f(t.$slots, "default")
1848
1845
  ]);
@@ -1859,13 +1856,13 @@ export {
1859
1856
  Ua as Carousel,
1860
1857
  di as CollapsibleSideMenu,
1861
1858
  Da as FileUpload,
1862
- si as Filterlist,
1859
+ ni as Filterlist,
1863
1860
  Wa as Header,
1864
1861
  R as Input,
1865
1862
  Ia as Logo,
1866
1863
  Ya as Nav,
1867
1864
  ai as NoteFeed,
1868
- ni as Notification,
1865
+ si as Notification,
1869
1866
  ri as Pagination,
1870
1867
  Qa as PropertySearchbar,
1871
1868
  Xa as Snapshot,