@iamproperty/components 6.0.0 → 6.1.0--beta2

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 (277) hide show
  1. package/assets/bootstrap/README.md +8 -7
  2. package/assets/bootstrap/js/index.esm.js +19 -0
  3. package/assets/bootstrap/js/index.umd.js +34 -0
  4. package/assets/bootstrap/js/src/alert.js +1 -1
  5. package/assets/bootstrap/js/src/base-component.js +2 -2
  6. package/assets/bootstrap/js/src/button.js +1 -1
  7. package/assets/bootstrap/js/src/carousel.js +1 -1
  8. package/assets/bootstrap/js/src/collapse.js +1 -1
  9. package/assets/bootstrap/js/src/dom/data.js +1 -1
  10. package/assets/bootstrap/js/src/dom/event-handler.js +1 -1
  11. package/assets/bootstrap/js/src/dom/manipulator.js +1 -1
  12. package/assets/bootstrap/js/src/dom/selector-engine.js +1 -1
  13. package/assets/bootstrap/js/src/dropdown.js +3 -12
  14. package/assets/bootstrap/js/src/modal.js +13 -17
  15. package/assets/bootstrap/js/src/offcanvas.js +1 -1
  16. package/assets/bootstrap/js/src/popover.js +1 -1
  17. package/assets/bootstrap/js/src/scrollspy.js +10 -14
  18. package/assets/bootstrap/js/src/tab.js +4 -2
  19. package/assets/bootstrap/js/src/toast.js +4 -9
  20. package/assets/bootstrap/js/src/tooltip.js +50 -32
  21. package/assets/bootstrap/js/src/util/backdrop.js +1 -1
  22. package/assets/bootstrap/js/src/util/component-functions.js +1 -1
  23. package/assets/bootstrap/js/src/util/config.js +1 -1
  24. package/assets/bootstrap/js/src/util/focustrap.js +1 -1
  25. package/assets/bootstrap/js/src/util/index.js +1 -1
  26. package/assets/bootstrap/js/src/util/sanitizer.js +1 -1
  27. package/assets/bootstrap/js/src/util/scrollbar.js +1 -1
  28. package/assets/bootstrap/js/src/util/swipe.js +1 -1
  29. package/assets/bootstrap/js/src/util/template-factory.js +1 -1
  30. package/assets/bootstrap/package.json +27 -28
  31. package/assets/bootstrap/scss/_accordion.scss +4 -7
  32. package/assets/bootstrap/scss/_button-group.scss +1 -1
  33. package/assets/bootstrap/scss/_buttons.scss +7 -28
  34. package/assets/bootstrap/scss/_carousel.scss +3 -0
  35. package/assets/bootstrap/scss/_dropdown.scss +1 -2
  36. package/assets/bootstrap/scss/_functions.scss +2 -2
  37. package/assets/bootstrap/scss/_list-group.scss +5 -6
  38. package/assets/bootstrap/scss/_modal.scss +1 -1
  39. package/assets/bootstrap/scss/_nav.scss +2 -2
  40. package/assets/bootstrap/scss/_navbar.scss +0 -2
  41. package/assets/bootstrap/scss/_offcanvas.scss +4 -5
  42. package/assets/bootstrap/scss/_pagination.scss +1 -1
  43. package/assets/bootstrap/scss/_popover.scss +5 -5
  44. package/assets/bootstrap/scss/_toasts.scss +2 -5
  45. package/assets/bootstrap/scss/_variables-dark.scss +87 -0
  46. package/assets/bootstrap/scss/_variables.scss +17 -18
  47. package/assets/bootstrap/scss/bootstrap-utilities.scss +0 -3
  48. package/assets/bootstrap/scss/forms/_floating-labels.scss +0 -1
  49. package/assets/bootstrap/scss/forms/_input-group.scss +4 -7
  50. package/assets/bootstrap/scss/helpers/_focus-ring.scss +5 -0
  51. package/assets/bootstrap/scss/helpers/_icon-link.scss +25 -0
  52. package/assets/bootstrap/scss/mixins/_banner.scss +2 -2
  53. package/assets/bootstrap/scss/mixins/_color-mode.scss +21 -0
  54. package/assets/bootstrap/scss/mixins/_forms.scss +10 -10
  55. package/assets/bootstrap/scss/mixins/_table-variants.scss +2 -2
  56. package/assets/bootstrap/scss/mixins/_utilities.scss +1 -1
  57. package/assets/css/components/actionbar.css.map +1 -1
  58. package/assets/css/components/actionbar.global.css.map +1 -1
  59. package/assets/css/components/barchart.component.css +1 -1
  60. package/assets/css/components/barchart.component.css.map +1 -1
  61. package/assets/css/components/card.component.css +1 -0
  62. package/assets/css/components/card.component.css.map +1 -0
  63. package/assets/css/components/card.module.css +1 -0
  64. package/assets/css/components/card.module.css.map +1 -0
  65. package/assets/css/components/carousel.component.css +1 -0
  66. package/assets/css/components/carousel.component.css.map +1 -0
  67. package/assets/css/components/carousel.config.css +1 -0
  68. package/assets/css/components/carousel.config.css.map +1 -0
  69. package/assets/css/components/charts.config.css +1 -1
  70. package/assets/css/components/charts.config.css.map +1 -1
  71. package/assets/css/components/charts.css +1 -1
  72. package/assets/css/components/charts.css.map +1 -1
  73. package/assets/css/components/charts.module.css +1 -1
  74. package/assets/css/components/charts.module.css.map +1 -1
  75. package/assets/css/components/collapsible-side.css.map +1 -1
  76. package/assets/css/components/fileupload.css.map +1 -1
  77. package/assets/css/components/filter-card.component.css +1 -0
  78. package/assets/css/components/filter-card.component.css.map +1 -0
  79. package/assets/css/components/header.css +1 -1
  80. package/assets/css/components/header.css.map +1 -1
  81. package/assets/css/components/marketing.css.map +1 -1
  82. package/assets/css/components/multi-step.component.css +1 -0
  83. package/assets/css/components/multi-step.component.css.map +1 -0
  84. package/assets/css/components/multiselect.preload.css +1 -1
  85. package/assets/css/components/multiselect.preload.css.map +1 -1
  86. package/assets/css/components/nav.css.map +1 -1
  87. package/assets/css/components/nav.docs.css.map +1 -1
  88. package/assets/css/components/nav.global.css.map +1 -1
  89. package/assets/css/components/nav.old.css.map +1 -1
  90. package/assets/css/components/nav.preload.css +1 -1
  91. package/assets/css/components/nav.preload.css.map +1 -1
  92. package/assets/css/components/notification.css.map +1 -1
  93. package/assets/css/components/pagination.css.map +1 -1
  94. package/assets/css/components/property-searchbar.css.map +1 -1
  95. package/assets/css/components/record-card.component.css +1 -0
  96. package/assets/css/components/record-card.component.css.map +1 -0
  97. package/assets/css/components/slider.css.map +1 -1
  98. package/assets/css/components/snapshot.css.map +1 -1
  99. package/assets/css/components/stepper.css.map +1 -1
  100. package/assets/css/components/table.global.css.map +1 -1
  101. package/assets/css/components/tabs.css +1 -1
  102. package/assets/css/components/tabs.css.map +1 -1
  103. package/assets/css/components/testimonial.css.map +1 -1
  104. package/assets/css/components/timeline.css +1 -1
  105. package/assets/css/components/timeline.css.map +1 -1
  106. package/assets/css/components/video-card.component.css +1 -0
  107. package/assets/css/components/video-card.component.css.map +1 -0
  108. package/assets/css/core.min.css +1 -1
  109. package/assets/css/core.min.css.map +1 -1
  110. package/assets/css/style.min.css +1 -1
  111. package/assets/css/style.min.css.map +1 -1
  112. package/assets/img/illustrations/not-found.png +0 -0
  113. package/assets/js/components/accordion/accordion.component.min.js +2 -2
  114. package/assets/js/components/actionbar/actionbar.component.min.js +6 -6
  115. package/assets/js/components/actionbar/actionbar.component.min.js.map +1 -1
  116. package/assets/js/components/address-lookup/address-lookup.component.min.js +2 -2
  117. package/assets/js/components/address-lookup/address-lookup.component.min.js.map +1 -1
  118. package/assets/js/components/applied-filters/applied-filters.component.min.js +2 -2
  119. package/assets/js/components/applied-filters/applied-filters.component.min.js.map +1 -1
  120. package/assets/js/components/barchart/barchart.component.js +2 -0
  121. package/assets/js/components/barchart/barchart.component.min.js +5 -3
  122. package/assets/js/components/barchart/barchart.component.min.js.map +1 -1
  123. package/assets/js/components/card/card.component.js +92 -154
  124. package/assets/js/components/card/card.component.min.js +27 -32
  125. package/assets/js/components/card/card.component.min.js.map +1 -1
  126. package/assets/js/components/carousel/carousel.component.js +36 -41
  127. package/assets/js/components/carousel/carousel.component.min.js +18 -12
  128. package/assets/js/components/carousel/carousel.component.min.js.map +1 -1
  129. package/assets/js/components/collapsible-side/collapsible-side.component.min.js +2 -2
  130. package/assets/js/components/collapsible-side/collapsible-side.component.min.js.map +1 -1
  131. package/assets/js/components/fileupload/fileupload.component.min.js +2 -2
  132. package/assets/js/components/fileupload/fileupload.component.min.js.map +1 -1
  133. package/assets/js/components/filter-card/filter-card.component.js +71 -0
  134. package/assets/js/components/filter-card/filter-card.component.min.js +27 -0
  135. package/assets/js/components/filter-card/filter-card.component.min.js.map +1 -0
  136. package/assets/js/components/filterlist/filterlist.component.min.js +2 -2
  137. package/assets/js/components/header/header.component.min.js +3 -3
  138. package/assets/js/components/header/header.component.min.js.map +1 -1
  139. package/assets/js/components/inline-edit/inline-edit.component.min.js +2 -2
  140. package/assets/js/components/inline-edit/inline-edit.component.min.js.map +1 -1
  141. package/assets/js/components/marketing/marketing.component.min.js +2 -2
  142. package/assets/js/components/marketing/marketing.component.min.js.map +1 -1
  143. package/assets/js/components/multi-step/multi-step.component.js +162 -0
  144. package/assets/js/components/multiselect/multiselect.component.min.js +2 -2
  145. package/assets/js/components/multiselect/multiselect.component.min.js.map +1 -1
  146. package/assets/js/components/nav/nav.component.min.js +2 -2
  147. package/assets/js/components/nav/nav.component.min.js.map +1 -1
  148. package/assets/js/components/notification/notification.component.min.js +2 -2
  149. package/assets/js/components/notification/notification.component.min.js.map +1 -1
  150. package/assets/js/components/pagination/pagination.component.min.js +2 -2
  151. package/assets/js/components/pagination/pagination.component.min.js.map +1 -1
  152. package/assets/js/components/record-card/record-card.component.js +69 -0
  153. package/assets/js/components/record-card/record-card.component.min.js +27 -0
  154. package/assets/js/components/record-card/record-card.component.min.js.map +1 -0
  155. package/assets/js/components/search/search.component.min.js +2 -2
  156. package/assets/js/components/slider/slider.component.min.js +2 -2
  157. package/assets/js/components/slider/slider.component.min.js.map +1 -1
  158. package/assets/js/components/table/table.component.js +1 -1
  159. package/assets/js/components/table/table.component.min.js +4 -4
  160. package/assets/js/components/table/table.component.min.js.map +1 -1
  161. package/assets/js/components/tabs/tabs.component.min.js +3 -3
  162. package/assets/js/components/tabs/tabs.component.min.js.map +1 -1
  163. package/assets/js/components/video-card/video-card.component.js +176 -0
  164. package/assets/js/components/video-card/video-card.component.min.js +30 -0
  165. package/assets/js/components/video-card/video-card.component.min.js.map +1 -0
  166. package/assets/js/components.bundle.js +5 -0
  167. package/assets/js/components.bundle.js.map +1 -0
  168. package/assets/js/components.js +30 -0
  169. package/assets/js/modules/card.module.js +33 -0
  170. package/assets/js/modules/carousel.js +110 -8
  171. package/assets/js/modules/chart.js +2 -2
  172. package/assets/js/modules/dialogs.js +5 -129
  173. package/assets/js/modules/table.js +1 -1
  174. package/assets/js/scripts.bundle.js +4 -195
  175. package/assets/js/scripts.bundle.js.map +1 -1
  176. package/assets/js/scripts.bundle.min.js +3 -3
  177. package/assets/js/scripts.bundle.min.js.map +1 -1
  178. package/assets/js/scripts.js +17 -0
  179. package/assets/js/tests/filterlist.spec.js +1 -1
  180. package/assets/sass/_components.scss +76 -12
  181. package/assets/sass/_corefiles.scss +19 -10
  182. package/assets/sass/_elements.scss +2 -0
  183. package/assets/sass/_func.scss +3 -0
  184. package/assets/sass/_functions/functions.scss +304 -1
  185. package/assets/sass/_functions/mixins.scss +458 -2
  186. package/assets/sass/_functions/utilities.scss +647 -2
  187. package/assets/sass/_functions/variables.scss +1724 -2
  188. package/assets/sass/_utilities.scss +126 -7
  189. package/assets/sass/components/card.component.scss +229 -0
  190. package/assets/sass/components/card.module.scss +154 -0
  191. package/assets/sass/components/carousel.component.scss +605 -0
  192. package/assets/sass/components/carousel.config.scss +84 -0
  193. package/assets/sass/components/charts.config.scss +3 -0
  194. package/assets/sass/components/charts.module.scss +5 -3
  195. package/assets/sass/components/filter-card.component.scss +106 -0
  196. package/assets/sass/components/header.scss +1 -0
  197. package/assets/sass/components/multi-step.component.scss +148 -0
  198. package/assets/sass/components/multiselect.preload.scss +7 -0
  199. package/assets/sass/components/nav.preload.scss +5 -0
  200. package/assets/sass/components/record-card.component.scss +204 -0
  201. package/assets/sass/components/tabs.scss +1 -1
  202. package/assets/sass/components/video-card.component.scss +80 -0
  203. package/assets/sass/components.reset.scss +5 -43
  204. package/assets/sass/elements/admin-panel.scss +2 -1
  205. package/assets/sass/elements/badge-tag.scss +5 -1
  206. package/assets/sass/elements/buttons.scss +36 -0
  207. package/assets/sass/elements/container.scss +16 -6
  208. package/assets/sass/elements/details.scss +2 -0
  209. package/assets/sass/elements/dialog.scss +2 -744
  210. package/assets/sass/elements/forms.scss +241 -24
  211. package/assets/sass/elements/links.scss +27 -4
  212. package/assets/sass/elements/lists.scss +46 -0
  213. package/assets/sass/elements/media.scss +10 -38
  214. package/assets/sass/elements/modal.scss +453 -0
  215. package/assets/sass/elements/popover.scss +207 -0
  216. package/assets/sass/elements/table.element.scss +35 -0
  217. package/assets/sass/elements/type.scss +38 -2
  218. package/assets/sass/error.scss +32 -1
  219. package/assets/sass/foundations/bs_grid.scss +33 -0
  220. package/assets/sass/foundations/grid.scss +270 -0
  221. package/assets/sass/foundations/reboot.scss +71 -49
  222. package/assets/sass/foundations/root.scss +16 -3
  223. package/assets/ts/components/barchart/barchart.component.ts +2 -0
  224. package/assets/ts/components/card/card.component.ts +94 -192
  225. package/assets/ts/components/carousel/carousel.component.ts +51 -44
  226. package/assets/ts/components/filter-card/filter-card.component.ts +81 -0
  227. package/assets/ts/components/multi-step/multi-step.component.ts +262 -0
  228. package/assets/ts/components/record-card/record-card.component.ts +82 -0
  229. package/assets/ts/components/table/table.component.ts +2 -1
  230. package/assets/ts/components/video-card/video-card.component.ts +227 -0
  231. package/assets/ts/components.ts +38 -0
  232. package/assets/ts/modules/card.module.ts +43 -0
  233. package/assets/ts/modules/carousel.ts +161 -7
  234. package/assets/ts/modules/dialogs.ts +6 -182
  235. package/assets/ts/modules/table.ts +1 -1
  236. package/assets/ts/scripts.ts +22 -0
  237. package/assets/ts/tests/filterlist.spec.ts +1 -1
  238. package/dist/components.es.js +227 -243
  239. package/dist/components.umd.js +105 -104
  240. package/dist/style.css +1 -1
  241. package/package.json +9 -7
  242. package/src/components/BarChart/BarChart.vue +2 -2
  243. package/src/components/Carousel/Carousel.vue +1 -15
  244. package/src/components/FilterCard/FilterCard.vue +25 -0
  245. package/src/components/MultiStep/MultiStep.vue +25 -0
  246. package/src/components/RecordCard/RecordCard.vue +25 -0
  247. package/src/components/VideoCard/VideoCard.vue +25 -0
  248. package/assets/css/components/card.css +0 -1
  249. package/assets/css/components/card.css.map +0 -1
  250. package/assets/css/components/card.global.css +0 -1
  251. package/assets/css/components/card.global.css.map +0 -1
  252. package/assets/css/components/card.preload.css +0 -1
  253. package/assets/css/components/card.preload.css.map +0 -1
  254. package/assets/css/components/carousel.css +0 -1
  255. package/assets/css/components/carousel.css.map +0 -1
  256. package/assets/css/components/carousel.preload.css +0 -1
  257. package/assets/css/components/carousel.preload.css.map +0 -1
  258. package/assets/js/bundle.js +0 -74
  259. package/assets/js/dynamic.js +0 -80
  260. package/assets/js/dynamic.min.js +0 -18
  261. package/assets/js/dynamic.min.js.map +0 -1
  262. package/assets/js/flat-components.js +0 -84
  263. package/assets/js/modules/youtubevideo.js +0 -106
  264. package/assets/sass/components/card.global.scss +0 -102
  265. package/assets/sass/components/card.preload.scss +0 -8
  266. package/assets/sass/components/card.scss +0 -606
  267. package/assets/sass/components/carousel.preload.scss +0 -82
  268. package/assets/sass/components/carousel.scss +0 -258
  269. package/assets/ts/bundle.ts +0 -94
  270. package/assets/ts/components/barchart/README.md +0 -37
  271. package/assets/ts/components/card/README.md +0 -39
  272. package/assets/ts/dynamic.ts +0 -107
  273. package/assets/ts/flat-components.ts +0 -106
  274. package/assets/ts/modules/youtubevideo.ts +0 -141
  275. package/assets/ts/tests/dialogs.spec.js +0 -50
  276. package/src/foundations/YoutubeVideo/README.md +0 -11
  277. package/src/foundations/YoutubeVideo/YoutubeVideo.vue +0 -24
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as l, normalizeClass as b, createElementVNode as d, toDisplayString as y, createCommentVNode as p, renderSlot as u, Fragment as $, renderList as k, withDirectives as L, mergeProps as w, vModelDynamic as x, vModelText as D, vModelSelect as V, ref as F, onMounted as z, createTextVNode as B, resolveComponent as q, createVNode as v, withModifiers as O } from "vue";
1
+ import { openBlock as o, createElementBlock as l, normalizeClass as b, createElementVNode as d, toDisplayString as y, createCommentVNode as p, renderSlot as u, Fragment as $, renderList as k, withDirectives as L, mergeProps as w, vModelDynamic as S, vModelText as D, vModelSelect as V, ref as F, onMounted as z, createTextVNode as B, resolveComponent as q, createVNode as v, withModifiers as O } from "vue";
2
2
  const m = (t, a) => {
3
3
  const e = t.__vccOpts || t;
4
4
  for (const [i, r] of a)
@@ -46,8 +46,8 @@ function G(t, a, e, i, r, s) {
46
46
  }, null, 8, K)) : p("", !0)
47
47
  ], 2);
48
48
  }
49
- const Ra = /* @__PURE__ */ m(U, [["render", G]]), J = (t) => t.charAt(0).toUpperCase() + t.slice(1), Q = (t) => t.replace(/_/g, " "), Y = (t) => t.replace(/ /g, "_"), X = function(t) {
50
- return t = t.toLowerCase(), t = Y(t), t = t.replace(/\W/g, ""), t;
49
+ const qa = /* @__PURE__ */ m(U, [["render", G]]), Q = (t) => t.charAt(0).toUpperCase() + t.slice(1), Y = (t) => t.replace(/_/g, " "), J = (t) => t.replace(/ /g, "_"), X = function(t) {
50
+ return t = t.toLowerCase(), t = J(t), t = t.replace(/\W/g, ""), t;
51
51
  }, Z = {
52
52
  name: "Table",
53
53
  props: {
@@ -62,16 +62,16 @@ const Ra = /* @__PURE__ */ m(U, [["render", G]]), J = (t) => t.charAt(0).toUpper
62
62
  },
63
63
  computed: {
64
64
  cellHeading() {
65
- return (t) => `${J(Q(t))}`;
65
+ return (t) => `${Q(Y(t))}`;
66
66
  }
67
67
  },
68
68
  created() {
69
69
  this.$nextTick(function() {
70
- import("./table.component.min-e37ebd8f.mjs").then((t) => {
70
+ import("./table.component.min-55c1afce.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(() => xa).then((t) => {
74
+ }), Promise.resolve().then(() => _a).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);
@@ -97,8 +97,8 @@ function ie(t, a, e, i, r, s) {
97
97
  key: c,
98
98
  "data-row-id": n.rowid
99
99
  }, [
100
- (o(!0), l($, null, k(Object.fromEntries(Object.entries(n).filter(([h]) => h !== "rowid")), (h, _) => (o(), l("td", {
101
- key: _,
100
+ (o(!0), l($, null, k(Object.fromEntries(Object.entries(n).filter(([h]) => h !== "rowid")), (h, g) => (o(), l("td", {
101
+ key: g,
102
102
  innerHTML: h
103
103
  }, null, 8, se))), 128))
104
104
  ], 8, ae))), 128))
@@ -300,8 +300,8 @@ const C = /* @__PURE__ */ m(Z, [["render", ie]]), ne = {
300
300
  }, me = ["type", "name", "id", "pattern", "list"], pe = { class: "input-group-text border-0 col-2 col-sm-1 px-0" }, he = {
301
301
  key: 6,
302
302
  class: "input-group"
303
- }, fe = ["type", "name", "id", "pattern", "list"], be = { class: "input-group-text flex-fill" }, ye = ["type", "name", "id", "pattern"], _e = ["value"], ge = ["type", "name", "id"], ve = ["for", "innerHTML"], we = ["type", "name", "id"], $e = ["for", "innerHTML"], ke = ["innerHTML"], Ae = ["id"], Le = ["value"];
304
- function Se(t, a, e, i, r, s) {
303
+ }, fe = ["type", "name", "id", "pattern", "list"], be = { class: "input-group-text flex-fill" }, ye = ["type", "name", "id", "pattern"], ge = ["value"], _e = ["type", "name", "id"], ve = ["for", "innerHTML"], we = ["type", "name", "id"], $e = ["for", "innerHTML"], ke = ["innerHTML"], Ae = ["id"], Le = ["value"];
304
+ function xe(t, a, e, i, r, s) {
305
305
  return o(), l("div", {
306
306
  class: b(s.wrapperClass()),
307
307
  ref: "wrapper"
@@ -337,7 +337,7 @@ function Se(t, a, e, i, r, s) {
337
337
  }, t.$attrs, {
338
338
  onKeyup: a[1] || (a[1] = (...n) => s.inputKeyup && s.inputKeyup(...n))
339
339
  }), null, 16, de)), [
340
- [x, s.inputVal]
340
+ [S, s.inputVal]
341
341
  ]) : p("", !0),
342
342
  e.type == "textarea" ? L((o(), l("textarea", w({
343
343
  key: 4,
@@ -360,7 +360,7 @@ function Se(t, a, e, i, r, s) {
360
360
  pattern: s.needPattern(),
361
361
  list: s.hasOptions()
362
362
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, me), [
363
- [x, s.inputVal]
363
+ [S, s.inputVal]
364
364
  ]),
365
365
  d("output", pe, y(e.value), 1)
366
366
  ])) : p("", !0),
@@ -374,7 +374,7 @@ function Se(t, a, e, i, r, s) {
374
374
  pattern: s.needPattern(),
375
375
  list: s.hasOptions()
376
376
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, fe), [
377
- [x, s.inputVal]
377
+ [S, s.inputVal]
378
378
  ]),
379
379
  d("output", be, y(e.value ? t.vale : "#000000"), 1)
380
380
  ])) : p("", !0),
@@ -390,7 +390,7 @@ function Se(t, a, e, i, r, s) {
390
390
  (o(!0), l($, null, k(e.options, (n, c) => (o(), l("option", {
391
391
  key: c,
392
392
  value: n.value
393
- }, y(n.display ? n.display : n.value), 9, _e))), 128))
393
+ }, y(n.display ? n.display : n.value), 9, ge))), 128))
394
394
  ], 16, ye)), [
395
395
  [V, s.inputVal]
396
396
  ]) : p("", !0),
@@ -400,7 +400,7 @@ function Se(t, a, e, i, r, s) {
400
400
  type: e.type,
401
401
  name: e.name ? e.name : e.id,
402
402
  id: e.id
403
- }, t.$attrs), null, 16, ge)) : p("", !0),
403
+ }, t.$attrs), null, 16, _e)) : p("", !0),
404
404
  e.type == "checkbox" || e.type == "radio" ? (o(), l("label", {
405
405
  key: 9,
406
406
  class: b(`form-label form-check-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
@@ -439,7 +439,7 @@ function Se(t, a, e, i, r, s) {
439
439
  ], 8, Ae)) : p("", !0)
440
440
  ], 2);
441
441
  }
442
- const N = /* @__PURE__ */ m(ne, [["render", Se]]), xe = {
442
+ const N = /* @__PURE__ */ m(ne, [["render", xe]]), Se = {
443
443
  name: "FileUpload",
444
444
  props: {
445
445
  maxfilesize: {
@@ -453,28 +453,28 @@ const N = /* @__PURE__ */ m(ne, [["render", Se]]), xe = {
453
453
  },
454
454
  created() {
455
455
  this.$nextTick(function() {
456
- import("./fileupload.component.min-1428f816.mjs").then((t) => {
456
+ import("./fileupload.component.min-6fef2260.mjs").then((t) => {
457
457
  window.customElements.get("iam-fileupload") || window.customElements.define("iam-fileupload", t.default);
458
458
  }).catch((t) => {
459
459
  console.log(t.message);
460
460
  });
461
461
  });
462
462
  }
463
- }, ja = /* @__PURE__ */ Object.assign(xe, {
463
+ }, Ta = /* @__PURE__ */ Object.assign(Se, {
464
464
  emits: ["elementChange", "empty"],
465
465
  setup(t, { emit: a }) {
466
- const e = F(null);
466
+ const e = a, i = F(null);
467
467
  return z(() => {
468
- e.value.addEventListener("elementChange", function(i) {
469
- a("elementChange", i);
470
- }), e.value.addEventListener("empty", function(i) {
471
- a("empty", i);
468
+ i.value.addEventListener("elementChange", function(r) {
469
+ e("elementChange", r);
470
+ }), i.value.addEventListener("empty", function(r) {
471
+ e("empty", r);
472
472
  });
473
- }), (i, r) => (o(), l("iam-fileupload", {
473
+ }), (r, s) => (o(), l("iam-fileupload", {
474
474
  ref_key: "$component",
475
- ref: e
475
+ ref: i
476
476
  }, [
477
- u(i.$slots, "default")
477
+ u(r.$slots, "default")
478
478
  ], 512));
479
479
  }
480
480
  });
@@ -483,7 +483,7 @@ const qe = {
483
483
  props: {},
484
484
  mounted() {
485
485
  this.$nextTick(function() {
486
- import("./accordion.component.min-62ce9a03.mjs").then((t) => {
486
+ import("./accordion.component.min-9eb84b0d.mjs").then((t) => {
487
487
  window.customElements.get("iam-accordion") || window.customElements.define("iam-accordion", t.default);
488
488
  }).catch((t) => {
489
489
  console.log(t.message);
@@ -496,7 +496,7 @@ function Ee(t, a, e, i, r, s) {
496
496
  u(t.$slots, "default")
497
497
  ], 512);
498
498
  }
499
- const Ia = /* @__PURE__ */ m(qe, [["render", Ee]]), He = {
499
+ const Ea = /* @__PURE__ */ m(qe, [["render", Ee]]), He = {
500
500
  name: "AccordionItem",
501
501
  props: {
502
502
  title: {
@@ -546,7 +546,7 @@ function Ce(t, a, e, i, r, s) {
546
546
  u(t.$slots, "default")
547
547
  ], 8, Me);
548
548
  }
549
- const Da = /* @__PURE__ */ m(He, [["render", Ce]]), Ne = {
549
+ const Ha = /* @__PURE__ */ m(He, [["render", Ce]]), Ne = {
550
550
  name: "Header",
551
551
  props: {
552
552
  title: {
@@ -588,11 +588,11 @@ function Fe(t, a, e, i, r, s) {
588
588
  ], 2)
589
589
  ]);
590
590
  }
591
- const Va = /* @__PURE__ */ m(Ne, [["render", Fe]]), ze = {
591
+ const Ma = /* @__PURE__ */ m(Ne, [["render", Fe]]), ze = {
592
592
  name: "Card",
593
593
  created() {
594
594
  this.$nextTick(function() {
595
- import("./card.component.min-c7fcb932.mjs").then((t) => {
595
+ import("./card.component.min-e5c4f1d4.mjs").then((t) => {
596
596
  window.customElements.get("iam-card") || window.customElements.define("iam-card", t.default);
597
597
  }).catch((t) => {
598
598
  console.log(t.message);
@@ -605,40 +605,24 @@ function Be(t, a, e, i, r, s) {
605
605
  u(t.$slots, "default")
606
606
  ]);
607
607
  }
608
- const Fa = /* @__PURE__ */ m(ze, [["render", Be]]), Oe = {
608
+ const Ca = /* @__PURE__ */ m(ze, [["render", Be]]), Oe = {
609
609
  name: "Header",
610
- props: {
611
- title: {
612
- type: String,
613
- required: !0
614
- },
615
- image: {
616
- type: String,
617
- required: !1
618
- },
619
- thumbnails: {
620
- type: Array,
621
- default: () => []
622
- }
623
- },
624
610
  mounted() {
625
611
  this.$nextTick(function() {
626
- import("./carousel.component.min-561f6fb9.mjs").then((t) => {
612
+ import("./carousel.component.min-8e7f0ebe.mjs").then((t) => {
627
613
  window.customElements.get("iam-carousel") || window.customElements.define("iam-carousel", t.default);
628
614
  }).catch((t) => {
629
615
  console.log(t.message);
630
616
  });
631
617
  });
632
618
  }
633
- }, Ue = ["data-thumbnails"];
634
- function We(t, a, e, i, r, s) {
635
- return o(), l("iam-carousel", {
636
- "data-thumbnails": JSON.stringify(e.thumbnails)
637
- }, [
619
+ };
620
+ function Ue(t, a, e, i, r, s) {
621
+ return o(), l("iam-carousel", null, [
638
622
  u(t.$slots, "default")
639
- ], 8, Ue);
623
+ ]);
640
624
  }
641
- const za = /* @__PURE__ */ m(Oe, [["render", We]]), Ke = {
625
+ const Na = /* @__PURE__ */ m(Oe, [["render", Ue]]), We = {
642
626
  name: "Header",
643
627
  props: {
644
628
  title: {
@@ -652,25 +636,25 @@ const za = /* @__PURE__ */ m(Oe, [["render", We]]), Ke = {
652
636
  },
653
637
  mounted() {
654
638
  this.$nextTick(function() {
655
- import("./header.component.min-98618cb0.mjs").then((t) => {
639
+ import("./header.component.min-1c4ef413.mjs").then((t) => {
656
640
  window.customElements.get("iam-header") || window.customElements.define("iam-header", t.default);
657
641
  }).catch((t) => {
658
642
  console.log(t.message);
659
643
  });
660
644
  });
661
645
  }
662
- }, Ge = ["image"], Je = ["innerHTML"];
646
+ }, Ke = ["image"], Ge = ["innerHTML"];
663
647
  function Qe(t, a, e, i, r, s) {
664
648
  return o(), l("iam-header", { image: e.image }, [
665
649
  u(t.$slots, "breadcrumb"),
666
650
  e.title ? (o(), l("h1", {
667
651
  key: 0,
668
652
  innerHTML: e.title
669
- }, null, 8, Je)) : p("", !0),
653
+ }, null, 8, Ge)) : p("", !0),
670
654
  u(t.$slots, "default")
671
- ], 8, Ge);
655
+ ], 8, Ke);
672
656
  }
673
- const Ba = /* @__PURE__ */ m(Ke, [["render", Qe]]);
657
+ const Pa = /* @__PURE__ */ m(We, [["render", Qe]]);
674
658
  function Ye(t) {
675
659
  var a;
676
660
  const e = t.querySelector(".testimonial__images"), i = e.querySelectorAll("img").length;
@@ -683,23 +667,23 @@ function Ye(t) {
683
667
  };
684
668
  e.addEventListener("scroll", function(s) {
685
669
  clearTimeout(a), a = setTimeout(function() {
686
- let n = e.scrollWidth, c = e.scrollHeight, h = e.scrollLeft, _ = e.scrollTop, g = Math.round(h / n * i) + 1;
687
- h == 0 && _ != 0 && (g = Math.round(_ / c * i) + 1), t.setAttribute("data-show", g), r(g);
670
+ let n = e.scrollWidth, c = e.scrollHeight, h = e.scrollLeft, g = e.scrollTop, _ = Math.round(h / n * i) + 1;
671
+ h == 0 && g != 0 && (_ = Math.round(g / c * i) + 1), t.setAttribute("data-show", _), r(_);
688
672
  }, 300);
689
673
  }, !1), t.addEventListener("click", function(s) {
690
674
  for (var n = s.target; n && n != this; n = n.parentNode)
691
675
  if (n.matches("[data-go]")) {
692
- let c = parseInt(n.getAttribute("data-go")), h = 0, _ = 0, g = e.scrollWidth, f = e.scrollHeight;
693
- g > f ? _ = Math.floor(g * ((c - 1) / i)) : h = Math.floor(f * ((c - 1) / i)), e.scroll({
676
+ let c = parseInt(n.getAttribute("data-go")), h = 0, g = 0, _ = e.scrollWidth, f = e.scrollHeight;
677
+ _ > f ? g = Math.floor(_ * ((c - 1) / i)) : h = Math.floor(f * ((c - 1) / i)), e.scroll({
694
678
  top: h,
695
- left: _,
679
+ left: g,
696
680
  behavior: "smooth"
697
681
  });
698
682
  break;
699
683
  }
700
684
  }, !1);
701
685
  }
702
- const Xe = {
686
+ const Je = {
703
687
  name: "Testimonial",
704
688
  props: {
705
689
  items: {
@@ -715,64 +699,64 @@ const Xe = {
715
699
  mounted() {
716
700
  Ye(this.$refs.wrapper);
717
701
  }
718
- }, Ze = {
702
+ }, Xe = {
719
703
  class: "container testimonial mb-5",
720
704
  "data-show": "1",
721
705
  ref: "wrapper"
722
- }, et = { class: "row" }, tt = { class: "col-md-5 position-relative" }, at = { class: "testimonial__images" }, st = ["src"], it = /* @__PURE__ */ d("div", { class: "testimonial__controls" }, [
723
- /* @__PURE__ */ d("button", {
724
- "data-go": "0",
725
- disabled: "",
726
- class: "btn-prev"
727
- }, "Previous"),
728
- /* @__PURE__ */ d("button", {
729
- "data-go": "2",
730
- class: "btn-next"
731
- }, "Next")
732
- ], -1), nt = { class: "col-md-7" }, ot = /* @__PURE__ */ d("h2", null, "What our customers think…", -1), lt = { class: "testimonial__content" }, rt = ["innerHTML"], dt = ["innerHTML"], ct = { class: "testimonial__after" }, ut = /* @__PURE__ */ d("span", { class: "circle circle--dots d-none d-md-block" }, null, -1);
733
- function mt(t, a, e, i, r, s) {
734
- return o(), l("div", Ze, [
706
+ }, Ze = { class: "row" }, et = { class: "col-md-5 position-relative" }, tt = { class: "testimonial__images" }, at = ["src"], st = { class: "col-md-7" }, it = { class: "testimonial__content" }, nt = ["innerHTML"], ot = ["innerHTML"], lt = { class: "testimonial__after" };
707
+ function rt(t, a, e, i, r, s) {
708
+ return o(), l("div", Xe, [
735
709
  d("div", {
736
710
  class: b("bg-" + e.background)
737
711
  }, [
738
- d("div", et, [
739
- d("div", tt, [
740
- d("div", at, [
712
+ d("div", Ze, [
713
+ d("div", et, [
714
+ d("div", tt, [
741
715
  (o(!0), l($, null, k(e.items, (n, c) => (o(), l("img", {
742
716
  key: c,
743
717
  src: n.image ? n.image : "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==",
744
718
  alt: "",
745
719
  class: b("h-100 w-100 object-cover" + (n.image ? "" : " opacity-0"))
746
- }, null, 10, st))), 128))
720
+ }, null, 10, at))), 128))
747
721
  ]),
748
- it
722
+ a[0] || (a[0] = d("div", { class: "testimonial__controls" }, [
723
+ d("button", {
724
+ "data-go": "0",
725
+ disabled: "",
726
+ class: "btn-prev"
727
+ }, "Previous"),
728
+ d("button", {
729
+ "data-go": "2",
730
+ class: "btn-next"
731
+ }, "Next")
732
+ ], -1))
749
733
  ]),
750
- d("div", nt, [
751
- ot,
752
- d("div", lt, [
734
+ d("div", st, [
735
+ a[1] || (a[1] = d("h2", null, "What our customers think…", -1)),
736
+ d("div", it, [
753
737
  (o(!0), l($, null, k(e.items, (n, c) => (o(), l("blockquote", {
754
738
  key: c,
755
739
  class: b(n.class)
756
740
  }, [
757
741
  d("div", {
758
742
  innerHTML: n.quote
759
- }, null, 8, rt),
743
+ }, null, 8, nt),
760
744
  d("cite", {
761
745
  innerHTML: n.cite
762
- }, null, 8, dt)
746
+ }, null, 8, ot)
763
747
  ], 2))), 128))
764
748
  ]),
765
- d("div", ct, [
749
+ d("div", lt, [
766
750
  u(t.$slots, "default")
767
751
  ])
768
752
  ])
769
753
  ]),
770
- ut
754
+ a[2] || (a[2] = d("span", { class: "circle circle--dots d-none d-md-block" }, null, -1))
771
755
  ], 2)
772
756
  ], 512);
773
757
  }
774
- const Oa = /* @__PURE__ */ m(Xe, [["render", mt]]);
775
- const pt = {
758
+ const Ra = /* @__PURE__ */ m(Je, [["render", rt]]);
759
+ const dt = {
776
760
  name: "Timeline",
777
761
  props: {
778
762
  image: {
@@ -780,21 +764,21 @@ const pt = {
780
764
  required: !1
781
765
  }
782
766
  }
783
- }, ht = { class: "timeline" }, ft = { class: "timeline__content" }, bt = ["src"];
784
- function yt(t, a, e, i, r, s) {
785
- return o(), l("div", ht, [
786
- d("div", ft, [
767
+ }, ct = { class: "timeline" }, ut = { class: "timeline__content" }, mt = ["src"];
768
+ function pt(t, a, e, i, r, s) {
769
+ return o(), l("div", ct, [
770
+ d("div", ut, [
787
771
  u(t.$slots, "default")
788
772
  ]),
789
773
  e.image ? (o(), l("img", {
790
774
  key: 0,
791
775
  src: e.image,
792
776
  alt: ""
793
- }, null, 8, bt)) : p("", !0)
777
+ }, null, 8, mt)) : p("", !0)
794
778
  ]);
795
779
  }
796
- const Ua = /* @__PURE__ */ m(pt, [["render", yt]]);
797
- const _t = {
780
+ const ja = /* @__PURE__ */ m(dt, [["render", pt]]);
781
+ const ht = {
798
782
  components: {
799
783
  Input: N
800
784
  },
@@ -940,33 +924,27 @@ const _t = {
940
924
  ];
941
925
  }
942
926
  }
943
- }, gt = {
927
+ }, ft = {
944
928
  class: "container",
945
929
  ref: "wrapper"
946
- }, vt = { class: "property-searchbar" }, wt = ["action", "method"], $t = { class: "col-12 col-md-3" }, kt = { class: "col-12 col-md" }, At = /* @__PURE__ */ d("span", { class: "form-label d-none d-md-block" }, "Price range", -1), Lt = {
930
+ }, bt = { class: "property-searchbar" }, yt = ["action", "method"], gt = { class: "col-12 col-md-3" }, _t = { class: "col-12 col-md" }, vt = {
947
931
  class: "row",
948
932
  "data-input-range": ""
949
- }, St = { class: "col-12 col-md" }, xt = /* @__PURE__ */ d("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1), qt = {
933
+ }, wt = { class: "col-12 col-md" }, $t = {
950
934
  class: "row",
951
935
  "data-input-range": ""
952
- }, Tt = { class: "col-12 col-md-2" }, Et = /* @__PURE__ */ d("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
953
- /* @__PURE__ */ d("button", {
954
- class: "btn w-100 me-0",
955
- type: "submit",
956
- value: "submit"
957
- }, "Search")
958
- ], -1);
959
- function Ht(t, a, e, i, r, s) {
936
+ }, kt = { class: "col-12 col-md-2" };
937
+ function At(t, a, e, i, r, s) {
960
938
  const n = q("Input");
961
- return o(), l("div", gt, [
939
+ return o(), l("div", ft, [
962
940
  u(t.$slots, "default"),
963
- d("div", vt, [
941
+ d("div", bt, [
964
942
  d("form", {
965
943
  class: "row",
966
944
  action: e.formaction,
967
945
  method: e.formmethod
968
946
  }, [
969
- d("fieldset", $t, [
947
+ d("fieldset", gt, [
970
948
  v(n, {
971
949
  inputClass: "input--locations",
972
950
  modelValue: s.locationSet,
@@ -987,9 +965,9 @@ function Ht(t, a, e, i, r, s) {
987
965
  options: e.distances
988
966
  }, null, 8, ["options"])
989
967
  ]),
990
- d("fieldset", kt, [
991
- At,
992
- d("div", Lt, [
968
+ d("fieldset", _t, [
969
+ a[2] || (a[2] = d("span", { class: "form-label d-none d-md-block" }, "Price range", -1)),
970
+ d("div", vt, [
993
971
  v(n, {
994
972
  class: "col-6",
995
973
  label: "Minimum price",
@@ -1008,9 +986,9 @@ function Ht(t, a, e, i, r, s) {
1008
986
  }, null, 8, ["options"])
1009
987
  ])
1010
988
  ]),
1011
- d("fieldset", St, [
1012
- xt,
1013
- d("div", qt, [
989
+ d("fieldset", wt, [
990
+ a[3] || (a[3] = d("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1)),
991
+ d("div", $t, [
1014
992
  v(n, {
1015
993
  class: "col-6",
1016
994
  label: "Minimum beds",
@@ -1029,7 +1007,7 @@ function Ht(t, a, e, i, r, s) {
1029
1007
  }, null, 8, ["options"])
1030
1008
  ])
1031
1009
  ]),
1032
- d("fieldset", Tt, [
1010
+ d("fieldset", kt, [
1033
1011
  v(n, {
1034
1012
  label: "Property type",
1035
1013
  id: "property-type",
@@ -1037,18 +1015,24 @@ function Ht(t, a, e, i, r, s) {
1037
1015
  options: e.propertytypes
1038
1016
  }, null, 8, ["options"])
1039
1017
  ]),
1040
- Et
1041
- ], 8, wt)
1018
+ a[4] || (a[4] = d("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
1019
+ d("button", {
1020
+ class: "btn w-100 me-0",
1021
+ type: "submit",
1022
+ value: "submit"
1023
+ }, "Search")
1024
+ ], -1))
1025
+ ], 8, yt)
1042
1026
  ]),
1043
1027
  u(t.$slots, "after")
1044
1028
  ], 512);
1045
1029
  }
1046
- const Wa = /* @__PURE__ */ m(_t, [["render", Ht]]), Mt = {
1030
+ const Ia = /* @__PURE__ */ m(ht, [["render", At]]), Lt = {
1047
1031
  components: {},
1048
1032
  name: "Nav",
1049
1033
  mounted() {
1050
1034
  this.$nextTick(function() {
1051
- import("./nav.component.min-78e6bbef.mjs").then((t) => {
1035
+ import("./nav.component.min-51cd5192.mjs").then((t) => {
1052
1036
  window.customElements.get("iam-nav") || window.customElements.define("iam-nav", t.default);
1053
1037
  }).catch((t) => {
1054
1038
  console.log(t.message);
@@ -1056,14 +1040,14 @@ const Wa = /* @__PURE__ */ m(_t, [["render", Ht]]), Mt = {
1056
1040
  });
1057
1041
  },
1058
1042
  methods: {}
1059
- }, Ct = { ref: "wrapper" };
1060
- function Nt(t, a, e, i, r, s) {
1061
- return o(), l("iam-nav", Ct, [
1043
+ }, xt = { ref: "wrapper" };
1044
+ function St(t, a, e, i, r, s) {
1045
+ return o(), l("iam-nav", xt, [
1062
1046
  u(t.$slots, "default")
1063
1047
  ], 512);
1064
1048
  }
1065
- const Ka = /* @__PURE__ */ m(Mt, [["render", Nt]]);
1066
- const Pt = {
1049
+ const Da = /* @__PURE__ */ m(Lt, [["render", St]]);
1050
+ const qt = {
1067
1051
  name: "Stepper",
1068
1052
  props: {
1069
1053
  label: {
@@ -1076,26 +1060,26 @@ const Pt = {
1076
1060
  default: "Complete"
1077
1061
  }
1078
1062
  }
1079
- }, Rt = { class: "container" }, jt = ["aria-label"], It = {
1063
+ }, Tt = { class: "container" }, Et = ["aria-label"], Ht = {
1080
1064
  key: 0,
1081
1065
  class: "h6 stepper__start"
1082
- }, Dt = { class: "list-unstyled" }, Vt = { class: "h6 stepper__end" };
1083
- function Ft(t, a, e, i, r, s) {
1084
- return o(), l("div", Rt, [
1066
+ }, Mt = { class: "list-unstyled" }, Ct = { class: "h6 stepper__end" };
1067
+ function Nt(t, a, e, i, r, s) {
1068
+ return o(), l("div", Tt, [
1085
1069
  d("nav", {
1086
1070
  class: "stepper",
1087
1071
  "aria-label": e.label ? e.label : "Progress"
1088
1072
  }, [
1089
- e.label ? (o(), l("span", It, y(e.label), 1)) : p("", !0),
1090
- d("ol", Dt, [
1073
+ e.label ? (o(), l("span", Ht, y(e.label), 1)) : p("", !0),
1074
+ d("ol", Mt, [
1091
1075
  u(t.$slots, "default")
1092
1076
  ]),
1093
- d("span", Vt, y(e.endlabel), 1)
1094
- ], 8, jt)
1077
+ d("span", Ct, y(e.endlabel), 1)
1078
+ ], 8, Et)
1095
1079
  ]);
1096
1080
  }
1097
- const Ga = /* @__PURE__ */ m(Pt, [["render", Ft]]);
1098
- const zt = {
1081
+ const Va = /* @__PURE__ */ m(qt, [["render", Nt]]);
1082
+ const Pt = {
1099
1083
  name: "Snapshot",
1100
1084
  props: {
1101
1085
  items: {
@@ -1103,14 +1087,14 @@ const zt = {
1103
1087
  required: !0
1104
1088
  }
1105
1089
  }
1106
- }, Bt = {
1090
+ }, Rt = {
1107
1091
  class: "container snapshot",
1108
1092
  ref: "wrapper"
1109
- }, Ot = { class: "row" }, Ut = ["href"], Wt = { class: "lead snapshot__title" }, Kt = { class: "stat" };
1110
- function Gt(t, a, e, i, r, s) {
1111
- return o(), l("div", Bt, [
1093
+ }, jt = { class: "row" }, It = ["href"], Dt = { class: "lead snapshot__title" }, Vt = { class: "stat" };
1094
+ function Ft(t, a, e, i, r, s) {
1095
+ return o(), l("div", Rt, [
1112
1096
  u(t.$slots, "default"),
1113
- d("div", Ot, [
1097
+ d("div", jt, [
1114
1098
  (o(!0), l($, null, k(e.items, (n, c) => (o(), l("div", {
1115
1099
  class: "col",
1116
1100
  key: c
@@ -1118,18 +1102,18 @@ function Gt(t, a, e, i, r, s) {
1118
1102
  n.link ? (o(), l("a", {
1119
1103
  key: 0,
1120
1104
  href: n.link
1121
- }, "View " + y(n.title), 9, Ut)) : p("", !0),
1105
+ }, "View " + y(n.title), 9, It)) : p("", !0),
1122
1106
  d("div", {
1123
1107
  class: b(`snapshot__item ${n.bg ? "bg-" + n.bg : ""}`)
1124
1108
  }, [
1125
- d("span", Wt, y(n.title), 1),
1126
- d("span", Kt, y(n.number), 1)
1109
+ d("span", Dt, y(n.title), 1),
1110
+ d("span", Vt, y(n.number), 1)
1127
1111
  ], 2)
1128
1112
  ]))), 128))
1129
1113
  ])
1130
1114
  ], 512);
1131
1115
  }
1132
- const Ja = /* @__PURE__ */ m(zt, [["render", Gt]]), Jt = {
1116
+ const Fa = /* @__PURE__ */ m(Pt, [["render", Ft]]), zt = {
1133
1117
  name: "Stepper",
1134
1118
  props: {
1135
1119
  url: {
@@ -1145,11 +1129,11 @@ const Ja = /* @__PURE__ */ m(zt, [["render", Gt]]), Jt = {
1145
1129
  required: !1
1146
1130
  }
1147
1131
  }
1148
- }, Qt = ["href", "aria-current"], Yt = {
1132
+ }, Bt = ["href", "aria-current"], Ot = {
1149
1133
  key: 0,
1150
1134
  class: "visually-hidden"
1151
1135
  };
1152
- function Xt(t, a, e, i, r, s) {
1136
+ function Ut(t, a, e, i, r, s) {
1153
1137
  return o(), l("li", null, [
1154
1138
  d("a", {
1155
1139
  href: e.url,
@@ -1159,29 +1143,29 @@ function Xt(t, a, e, i, r, s) {
1159
1143
  d("span", null, [
1160
1144
  u(t.$slots, "default")
1161
1145
  ]),
1162
- e.status ? (o(), l("em", Yt, " - status: " + y(e.status), 1)) : p("", !0)
1163
- ], 10, Qt)
1146
+ e.status ? (o(), l("em", Ot, " - status: " + y(e.status), 1)) : p("", !0)
1147
+ ], 10, Bt)
1164
1148
  ]);
1165
1149
  }
1166
- const Qa = /* @__PURE__ */ m(Jt, [["render", Xt]]);
1167
- const Zt = {
1150
+ const za = /* @__PURE__ */ m(zt, [["render", Ut]]);
1151
+ const Wt = {
1168
1152
  name: "Tabs",
1169
1153
  created() {
1170
1154
  this.$nextTick(function() {
1171
- import("./tabs.component.min-6a848435.mjs").then((t) => {
1155
+ import("./tabs.component.min-1cfb6ac6.mjs").then((t) => {
1172
1156
  window.customElements.get("iam-tabs") || window.customElements.define("iam-tabs", t.default);
1173
1157
  }).catch((t) => {
1174
1158
  console.log(t.message);
1175
1159
  });
1176
1160
  });
1177
1161
  }
1178
- }, ea = { ref: "wrapper" };
1179
- function ta(t, a, e, i, r, s) {
1180
- return o(), l("iam-tabs", ea, [
1162
+ }, Kt = { ref: "wrapper" };
1163
+ function Gt(t, a, e, i, r, s) {
1164
+ return o(), l("iam-tabs", Kt, [
1181
1165
  u(t.$slots, "default")
1182
1166
  ], 512);
1183
1167
  }
1184
- const Ya = /* @__PURE__ */ m(Zt, [["render", ta]]), aa = {
1168
+ const Ba = /* @__PURE__ */ m(Wt, [["render", Gt]]), Qt = {
1185
1169
  name: "Tab",
1186
1170
  props: {
1187
1171
  title: {
@@ -1203,20 +1187,20 @@ const Ya = /* @__PURE__ */ m(Zt, [["render", ta]]), aa = {
1203
1187
  isDisabled: !!this.disabled
1204
1188
  };
1205
1189
  }
1206
- }, sa = { class: "tab" }, ia = ["innerHTML"];
1207
- function na(t, a, e, i, r, s) {
1208
- return o(), l("details", sa, [
1190
+ }, Yt = { class: "tab" }, Jt = ["innerHTML"];
1191
+ function Xt(t, a, e, i, r, s) {
1192
+ return o(), l("details", Yt, [
1209
1193
  d("summary", {
1210
1194
  innerHTML: e.title,
1211
1195
  class: b({ disabled: r.isDisabled })
1212
- }, null, 10, ia),
1196
+ }, null, 10, Jt),
1213
1197
  u(t.$slots, "default")
1214
1198
  ]);
1215
1199
  }
1216
- const Xa = /* @__PURE__ */ m(aa, [["render", na]]);
1200
+ const Oa = /* @__PURE__ */ m(Qt, [["render", Xt]]);
1217
1201
  let P = C.props;
1218
1202
  P.fields.required = !1;
1219
- const oa = {
1203
+ const Zt = {
1220
1204
  components: {
1221
1205
  Table: C,
1222
1206
  Input: N
@@ -1262,15 +1246,15 @@ const oa = {
1262
1246
  required: !1
1263
1247
  }
1264
1248
  }
1265
- }, la = { class: "container note-feed mb-2" }, ra = ["innerHTML"], da = ["action", "method"], ca = ["value"], ua = /* @__PURE__ */ d("button", { class: "btn btn-tertiary" }, "Submit note", -1);
1266
- function ma(t, a, e, i, r, s) {
1249
+ }, ea = { class: "container note-feed mb-2" }, ta = ["innerHTML"], aa = ["action", "method"], sa = ["value"];
1250
+ function ia(t, a, e, i, r, s) {
1267
1251
  const n = q("Table"), c = q("Input");
1268
- return o(), l("div", la, [
1252
+ return o(), l("div", ea, [
1269
1253
  e.title ? (o(), l("span", {
1270
1254
  key: 0,
1271
1255
  class: "h3",
1272
1256
  innerHTML: e.title
1273
- }, null, 8, ra)) : p("", !0),
1257
+ }, null, 8, ta)) : p("", !0),
1274
1258
  v(n, w({
1275
1259
  fields: [{ key: "date_added" }, { key: "user" }, { key: "note" }],
1276
1260
  items: r.itemsData
@@ -1284,7 +1268,7 @@ function ma(t, a, e, i, r, s) {
1284
1268
  type: "hidden",
1285
1269
  value: e.user,
1286
1270
  name: "user"
1287
- }, null, 8, ca),
1271
+ }, null, 8, sa),
1288
1272
  v(c, {
1289
1273
  id: "addNote",
1290
1274
  type: "textarea",
@@ -1292,11 +1276,11 @@ function ma(t, a, e, i, r, s) {
1292
1276
  required: "",
1293
1277
  class: "mw-100"
1294
1278
  }),
1295
- ua
1296
- ], 40, da)
1279
+ a[1] || (a[1] = d("button", { class: "btn btn-tertiary" }, "Submit note", -1))
1280
+ ], 40, aa)
1297
1281
  ]);
1298
1282
  }
1299
- const Za = /* @__PURE__ */ m(oa, [["render", ma]]), pa = {
1283
+ const Ua = /* @__PURE__ */ m(Zt, [["render", ia]]), na = {
1300
1284
  name: "Applied Filter",
1301
1285
  mounted() {
1302
1286
  this.$nextTick(function() {
@@ -1308,20 +1292,20 @@ const Za = /* @__PURE__ */ m(oa, [["render", ma]]), pa = {
1308
1292
  });
1309
1293
  }
1310
1294
  };
1311
- function ha(t, a, e, i, r, s) {
1295
+ function oa(t, a, e, i, r, s) {
1312
1296
  return o(), l("iam-applied-filters", null, [
1313
1297
  u(t.$slots, "default")
1314
1298
  ]);
1315
1299
  }
1316
- const es = /* @__PURE__ */ m(pa, [["render", ha]]);
1300
+ const Wa = /* @__PURE__ */ m(na, [["render", oa]]);
1317
1301
  /*!
1318
- * iamKey v6.0.0
1319
- * Copyright 2022-2024 iamproperty
1302
+ * iamKey v6.1.0--beta2
1303
+ * Copyright 2022-2025 iamproperty
1320
1304
  */
1321
- function fa(t, a) {
1322
- ba(t, a);
1305
+ function la(t, a) {
1306
+ ra(t, a);
1323
1307
  }
1324
- function ba(t, a) {
1308
+ function ra(t, a) {
1325
1309
  var e;
1326
1310
  a.addEventListener("keyup", (i) => {
1327
1311
  clearTimeout(e), e = setTimeout(function() {
@@ -1338,7 +1322,7 @@ const M = function(t, a) {
1338
1322
  }), window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "Filtered list", value: a });
1339
1323
  };
1340
1324
  window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "customElementRegistered", element: "filterlist" });
1341
- class ya extends HTMLElement {
1325
+ class da extends HTMLElement {
1342
1326
  constructor() {
1343
1327
  super(), this.attachShadow({ mode: "open" });
1344
1328
  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 = document.createElement("template");
@@ -1373,20 +1357,20 @@ class ya extends HTMLElement {
1373
1357
  }
1374
1358
  connectedCallback() {
1375
1359
  let a = this.classList.toString();
1376
- 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>'), fa(this.querySelector("ul"), this.shadowRoot.querySelector("#search"));
1360
+ 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>'), la(this.querySelector("ul"), this.shadowRoot.querySelector("#search"));
1377
1361
  }
1378
1362
  }
1379
- window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", ya);
1380
- const _a = {
1363
+ window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", da);
1364
+ const ca = {
1381
1365
  name: "Filter list"
1382
1366
  };
1383
- function ga(t, a, e, i, r, s) {
1367
+ function ua(t, a, e, i, r, s) {
1384
1368
  return o(), l("iam-filterlist", null, [
1385
1369
  u(t.$slots, "default")
1386
1370
  ]);
1387
1371
  }
1388
- const ts = /* @__PURE__ */ m(_a, [["render", ga]]);
1389
- function va(t) {
1372
+ const Ka = /* @__PURE__ */ m(ca, [["render", ua]]);
1373
+ function ma(t) {
1390
1374
  if (t.hasAttribute("data-type") && t.getAttribute("data-type") == "toast") {
1391
1375
  let e = document.querySelector(".notification__holder");
1392
1376
  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);
@@ -1395,7 +1379,7 @@ function va(t) {
1395
1379
  event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), T(t));
1396
1380
  }, !1), t.hasAttribute("data-timeout")) {
1397
1381
  let e = t.getAttribute("data-timeout");
1398
- var a = new wa(function() {
1382
+ var a = new pa(function() {
1399
1383
  T(t);
1400
1384
  }, e);
1401
1385
  t.addEventListener("mouseenter", (i) => {
@@ -1405,7 +1389,7 @@ function va(t) {
1405
1389
  });
1406
1390
  }
1407
1391
  }
1408
- function wa(t, a) {
1392
+ function pa(t, a) {
1409
1393
  var e, i, r = a;
1410
1394
  this.pause = function() {
1411
1395
  window.clearTimeout(e), r -= /* @__PURE__ */ new Date() - i;
@@ -1421,7 +1405,7 @@ window.dataLayer.push({
1421
1405
  event: "customElementRegistered",
1422
1406
  element: "Notification"
1423
1407
  });
1424
- class $a extends HTMLElement {
1408
+ class ha extends HTMLElement {
1425
1409
  constructor() {
1426
1410
  super(), this.attachShadow({ mode: "open" });
1427
1411
  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";`, r = `@import "${a}/css/components/notification.global.css";`, s = this.querySelectorAll("a,button");
@@ -1461,31 +1445,31 @@ class $a extends HTMLElement {
1461
1445
  default:
1462
1446
  this.innerHTML += '<i class="fa-solid fa-circle-info" aria-hidden="true" slot="icon"></i>';
1463
1447
  }
1464
- va(i), a && a.addEventListener("click", function(r) {
1448
+ ma(i), a && a.addEventListener("click", function(r) {
1465
1449
  T(i);
1466
1450
  }, !1);
1467
1451
  }
1468
1452
  }
1469
- const ka = {
1453
+ const fa = {
1470
1454
  name: "Notification",
1471
1455
  props: {},
1472
1456
  created() {
1473
1457
  this.$nextTick(function() {
1474
- window.customElements.get("iam-notification") || window.customElements.define("iam-notification", $a);
1458
+ window.customElements.get("iam-notification") || window.customElements.define("iam-notification", ha);
1475
1459
  });
1476
1460
  }
1477
1461
  };
1478
- function Aa(t, a, e, i, r, s) {
1462
+ function ba(t, a, e, i, r, s) {
1479
1463
  return o(), l("iam-notification", null, [
1480
1464
  u(t.$slots, "default")
1481
1465
  ]);
1482
1466
  }
1483
- const as = /* @__PURE__ */ m(ka, [["render", Aa]]), La = {
1467
+ const Ga = /* @__PURE__ */ m(fa, [["render", ba]]), ya = {
1484
1468
  name: "Actionbar",
1485
1469
  props: {},
1486
1470
  mounted() {
1487
1471
  this.$nextTick(function() {
1488
- import("./actionbar.component.min-80250f38.mjs").then((t) => {
1472
+ import("./actionbar.component.min-e60122b6.mjs").then((t) => {
1489
1473
  window.customElements.get("iam-actionbar") || window.customElements.define("iam-actionbar", t.default);
1490
1474
  }).catch((t) => {
1491
1475
  console.log(t.message);
@@ -1493,15 +1477,15 @@ const as = /* @__PURE__ */ m(ka, [["render", Aa]]), La = {
1493
1477
  });
1494
1478
  }
1495
1479
  };
1496
- function Sa(t, a, e, i, r, s) {
1480
+ function ga(t, a, e, i, r, s) {
1497
1481
  return o(), l("iam-actionbar", null, [
1498
1482
  u(t.$slots, "default")
1499
1483
  ]);
1500
1484
  }
1501
- const ss = /* @__PURE__ */ m(La, [["render", Sa]]);
1485
+ const Qa = /* @__PURE__ */ m(ya, [["render", ga]]);
1502
1486
  /*!
1503
- * iamKey v6.0.0
1504
- * Copyright 2022-2024 iamproperty
1487
+ * iamKey v6.1.0--beta2
1488
+ * Copyright 2022-2025 iamproperty
1505
1489
  */
1506
1490
  class R extends HTMLElement {
1507
1491
  constructor() {
@@ -1565,14 +1549,14 @@ class R extends HTMLElement {
1565
1549
  });
1566
1550
  }
1567
1551
  setup() {
1568
- const a = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), r = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".item-count"), n = this.shadowRoot.querySelector(".per-page select"), c = this.shadowRoot.querySelector(".total-pages"), h = parseInt(this.getAttribute("data-page")), _ = parseInt(this.getAttribute("data-total")), g = parseInt(this.getAttribute("data-show")), f = parseInt(this.getAttribute("data-increment")), S = Math.ceil(_ / f);
1569
- _ > g && a.classList.remove("d-none");
1552
+ const a = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), r = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".item-count"), n = this.shadowRoot.querySelector(".per-page select"), c = this.shadowRoot.querySelector(".total-pages"), h = parseInt(this.getAttribute("data-page")), g = parseInt(this.getAttribute("data-total")), _ = parseInt(this.getAttribute("data-show")), f = parseInt(this.getAttribute("data-increment")), x = Math.ceil(g / f);
1553
+ g > _ && a.classList.remove("d-none");
1570
1554
  let E = "";
1571
- for (let A = 1; A <= S; A++)
1555
+ for (let A = 1; A <= x; A++)
1572
1556
  E += `<option value="${A}" ${A == h ? "selected" : ""}>${A}</option>`;
1573
- e.innerHTML = E, c.innerHTML = `of ${S}`, h == S ? r.setAttribute("disabled", "disabled") : r.removeAttribute("disabled"), h == 1 ? i.setAttribute("disabled", "disabled") : i.removeAttribute("disabled");
1574
- let j = h == 1 ? 1 : (h - 1) * g + 1, H = h == 1 ? g : h * g;
1575
- s.innerHTML = `${j} - ${H > _ ? _ : H} of ${_} items`;
1557
+ e.innerHTML = E, c.innerHTML = `of ${x}`, h == x ? r.setAttribute("disabled", "disabled") : r.removeAttribute("disabled"), h == 1 ? i.setAttribute("disabled", "disabled") : i.removeAttribute("disabled");
1558
+ let j = h == 1 ? 1 : (h - 1) * _ + 1, H = h == 1 ? _ : h * _;
1559
+ s.innerHTML = `${j} - ${H > g ? g : H} of ${g} items`;
1576
1560
  const I = [15, 25, 40, 50];
1577
1561
  f && n.value != f && !I.includes(f) && (n.innerHTML = `<option value="${f}">${f}</option>
1578
1562
  <option value="${f * 2}">${f * 2}</option>
@@ -1603,10 +1587,10 @@ class R extends HTMLElement {
1603
1587
  }
1604
1588
  }
1605
1589
  }
1606
- const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1590
+ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1607
1591
  __proto__: null,
1608
1592
  default: R
1609
- }, Symbol.toStringTag, { value: "Module" })), qa = {
1593
+ }, Symbol.toStringTag, { value: "Module" })), va = {
1610
1594
  name: "Pagination",
1611
1595
  props: {},
1612
1596
  computed: {},
@@ -1618,10 +1602,10 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1618
1602
  updated() {
1619
1603
  }
1620
1604
  };
1621
- function Ta(t, a, e, i, r, s) {
1605
+ function wa(t, a, e, i, r, s) {
1622
1606
  return o(), l("iam-pagination");
1623
1607
  }
1624
- const is = /* @__PURE__ */ m(qa, [["render", Ta]]), Ea = {
1608
+ const Ya = /* @__PURE__ */ m(va, [["render", wa]]), $a = {
1625
1609
  name: "Address Lookup",
1626
1610
  mounted() {
1627
1611
  this.$nextTick(function() {
@@ -1633,18 +1617,18 @@ const is = /* @__PURE__ */ m(qa, [["render", Ta]]), Ea = {
1633
1617
  });
1634
1618
  }
1635
1619
  };
1636
- function Ha(t, a, e, i, r, s) {
1620
+ function ka(t, a, e, i, r, s) {
1637
1621
  return o(), l("iam-address-lookup", null, [
1638
1622
  u(t.$slots, "default")
1639
1623
  ]);
1640
1624
  }
1641
- const ns = /* @__PURE__ */ m(Ea, [["render", Ha]]);
1625
+ const Ja = /* @__PURE__ */ m($a, [["render", ka]]);
1642
1626
  window.dataLayer = window.dataLayer || [];
1643
1627
  window.dataLayer.push({
1644
1628
  event: "customElementRegistered",
1645
1629
  element: "collapsible side menu"
1646
1630
  });
1647
- class Ma extends HTMLElement {
1631
+ class Aa extends HTMLElement {
1648
1632
  constructor() {
1649
1633
  super(), this.attachShadow({ mode: "open" });
1650
1634
  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/collapsible-side.css";`, r = document.createElement("template");
@@ -1692,45 +1676,45 @@ class Ma extends HTMLElement {
1692
1676
  });
1693
1677
  }
1694
1678
  }
1695
- window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", Ma);
1696
- const Ca = {
1679
+ window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", Aa);
1680
+ const La = {
1697
1681
  name: "CollapsibleSideMenu",
1698
1682
  props: {},
1699
1683
  mounted() {
1700
1684
  }
1701
1685
  };
1702
- function Na(t, a, e, i, r, s) {
1686
+ function xa(t, a, e, i, r, s) {
1703
1687
  return o(), l("iam-collapsible-side", null, [
1704
1688
  u(t.$slots, "default")
1705
1689
  ]);
1706
1690
  }
1707
- const os = /* @__PURE__ */ m(Ca, [["render", Na]]);
1691
+ const Xa = /* @__PURE__ */ m(La, [["render", xa]]);
1708
1692
  export {
1709
- Ia as Accordion,
1710
- Da as AccordionItem,
1711
- ss as Actionbar,
1712
- ns as AddressLookup,
1713
- es as AppliedFilters,
1714
- Va as Banner,
1715
- Fa as Card,
1716
- za as Carousel,
1717
- os as CollapsibleSideMenu,
1718
- ja as FileUpload,
1719
- ts as Filterlist,
1720
- Ba as Header,
1693
+ Ea as Accordion,
1694
+ Ha as AccordionItem,
1695
+ Qa as Actionbar,
1696
+ Ja as AddressLookup,
1697
+ Wa as AppliedFilters,
1698
+ Ma as Banner,
1699
+ Ca as Card,
1700
+ Na as Carousel,
1701
+ Xa as CollapsibleSideMenu,
1702
+ Ta as FileUpload,
1703
+ Ka as Filterlist,
1704
+ Pa as Header,
1721
1705
  N as Input,
1722
- Ra as Logo,
1723
- Ka as Nav,
1724
- Za as NoteFeed,
1725
- as as Notification,
1726
- is as Pagination,
1727
- Wa as PropertySearchbar,
1728
- Ja as Snapshot,
1729
- Qa as Step,
1730
- Ga as Stepper,
1731
- Xa as Tab,
1706
+ qa as Logo,
1707
+ Da as Nav,
1708
+ Ua as NoteFeed,
1709
+ Ga as Notification,
1710
+ Ya as Pagination,
1711
+ Ia as PropertySearchbar,
1712
+ Fa as Snapshot,
1713
+ za as Step,
1714
+ Va as Stepper,
1715
+ Oa as Tab,
1732
1716
  C as Table,
1733
- Ya as Tabs,
1734
- Oa as Testimonial,
1735
- Ua as Timeline
1717
+ Ba as Tabs,
1718
+ Ra as Testimonial,
1719
+ ja as Timeline
1736
1720
  };