@iamproperty/components 7.0.0 → 7.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 (411) hide show
  1. package/assets/css/components/actionbar.css.map +1 -1
  2. package/assets/css/components/actionbar.global.css.map +1 -1
  3. package/assets/css/components/address-lookup.css.map +1 -1
  4. package/assets/css/components/applied-filters.css.map +1 -1
  5. package/assets/css/components/barchart.component.css +1 -1
  6. package/assets/css/components/barchart.component.css.map +1 -1
  7. package/assets/css/components/card.component.css +1 -1
  8. package/assets/css/components/card.component.css.map +1 -1
  9. package/assets/css/components/card.module.css.map +1 -1
  10. package/assets/css/components/carousel.component.css +1 -1
  11. package/assets/css/components/carousel.component.css.map +1 -1
  12. package/assets/css/components/carousel.config.css.map +1 -1
  13. package/assets/css/components/charts.config.css.map +1 -1
  14. package/assets/css/components/charts.css +1 -1
  15. package/assets/css/components/charts.css.map +1 -1
  16. package/assets/css/components/charts.module.css +1 -1
  17. package/assets/css/components/charts.module.css.map +1 -1
  18. package/assets/css/components/collapsible-side.css.map +1 -1
  19. package/assets/css/components/fileupload.css.map +1 -1
  20. package/assets/css/components/filter-card.component.css.map +1 -1
  21. package/assets/css/components/header.css.map +1 -1
  22. package/assets/css/components/inline-edit.css.map +1 -1
  23. package/assets/css/components/inline-edit.preload.css.map +1 -1
  24. package/assets/css/components/marketing.css.map +1 -1
  25. package/assets/css/components/multi-step.component.css.map +1 -1
  26. package/assets/css/components/multiselect.css +1 -1
  27. package/assets/css/components/multiselect.css.map +1 -1
  28. package/assets/css/components/multiselect.preload.css.map +1 -1
  29. package/assets/css/components/nav.css +1 -1
  30. package/assets/css/components/nav.css.map +1 -1
  31. package/assets/css/components/nav.docs.css.map +1 -1
  32. package/assets/css/components/nav.global.css +1 -1
  33. package/assets/css/components/nav.global.css.map +1 -1
  34. package/assets/css/components/nav.old.css +1 -1
  35. package/assets/css/components/nav.old.css.map +1 -1
  36. package/assets/css/components/nav.preload.css.map +1 -1
  37. package/assets/css/components/notification.css.map +1 -1
  38. package/assets/css/components/notification.global.css.map +1 -1
  39. package/assets/css/components/pagination.css.map +1 -1
  40. package/assets/css/components/property-searchbar.css +1 -1
  41. package/assets/css/components/property-searchbar.css.map +1 -1
  42. package/assets/css/components/record-card.component.css.map +1 -1
  43. package/assets/css/components/slider.css.map +1 -1
  44. package/assets/css/components/snapshot.css.map +1 -1
  45. package/assets/css/components/stepper.css.map +1 -1
  46. package/assets/css/components/table.css +1 -1
  47. package/assets/css/components/table.css.map +1 -1
  48. package/assets/css/components/table.global.css +1 -1
  49. package/assets/css/components/table.global.css.map +1 -1
  50. package/assets/css/components/tabs.css.map +1 -1
  51. package/assets/css/components/testimonial.css.map +1 -1
  52. package/assets/css/components/timeline.css +1 -1
  53. package/assets/css/components/timeline.css.map +1 -1
  54. package/assets/css/components/video-card.component.css.map +1 -1
  55. package/assets/css/core.min.css +1 -1
  56. package/assets/css/core.min.css.map +1 -1
  57. package/assets/css/style.min.css +1 -1
  58. package/assets/css/style.min.css.map +1 -1
  59. package/assets/js/components/_global.js +8 -8
  60. package/assets/js/components/accordion/accordion.component.js +13 -10
  61. package/assets/js/components/accordion/accordion.component.min.js +4 -4
  62. package/assets/js/components/accordion/accordion.component.min.js.map +1 -1
  63. package/assets/js/components/actionbar/actionbar.component.js +97 -83
  64. package/assets/js/components/actionbar/actionbar.component.min.js +5 -5
  65. package/assets/js/components/actionbar/actionbar.component.min.js.map +1 -1
  66. package/assets/js/components/address-lookup/address-lookup.component.js +30 -26
  67. package/assets/js/components/address-lookup/address-lookup.component.min.js +4 -4
  68. package/assets/js/components/address-lookup/address-lookup.component.min.js.map +1 -1
  69. package/assets/js/components/applied-filters/applied-filters.component.js +10 -6
  70. package/assets/js/components/applied-filters/applied-filters.component.min.js +3 -3
  71. package/assets/js/components/applied-filters/applied-filters.component.min.js.map +1 -1
  72. package/assets/js/components/barchart/barchart.component.js +8 -7
  73. package/assets/js/components/barchart/barchart.component.min.js +4 -4
  74. package/assets/js/components/barchart/barchart.component.min.js.map +1 -1
  75. package/assets/js/components/card/card.component.js +27 -12
  76. package/assets/js/components/card/card.component.min.js +3 -3
  77. package/assets/js/components/card/card.component.min.js.map +1 -1
  78. package/assets/js/components/carousel/carousel.component.js +18 -12
  79. package/assets/js/components/carousel/carousel.component.min.js +4 -4
  80. package/assets/js/components/carousel/carousel.component.min.js.map +1 -1
  81. package/assets/js/components/chart/chart.component.js +9 -8
  82. package/assets/js/components/collapsible-side/collapsible-side.component.js +20 -8
  83. package/assets/js/components/collapsible-side/collapsible-side.component.min.js +1 -1
  84. package/assets/js/components/collapsible-side/collapsible-side.component.min.js.map +1 -1
  85. package/assets/js/components/fileupload/fileupload.component.js +11 -7
  86. package/assets/js/components/fileupload/fileupload.component.min.js +2 -2
  87. package/assets/js/components/fileupload/fileupload.component.min.js.map +1 -1
  88. package/assets/js/components/filter-card/filter-card.component.js +19 -9
  89. package/assets/js/components/filter-card/filter-card.component.min.js +2 -2
  90. package/assets/js/components/filter-card/filter-card.component.min.js.map +1 -1
  91. package/assets/js/components/filterlist/filterlist.component.js +10 -6
  92. package/assets/js/components/filterlist/filterlist.component.min.js +3 -3
  93. package/assets/js/components/filterlist/filterlist.component.min.js.map +1 -1
  94. package/assets/js/components/header/header.component.js +8 -4
  95. package/assets/js/components/header/header.component.min.js +1 -1
  96. package/assets/js/components/header/header.component.min.js.map +1 -1
  97. package/assets/js/components/inline-edit/inline-edit.component.js +43 -23
  98. package/assets/js/components/inline-edit/inline-edit.component.min.js +4 -4
  99. package/assets/js/components/inline-edit/inline-edit.component.min.js.map +1 -1
  100. package/assets/js/components/marketing/marketing.component.js +11 -5
  101. package/assets/js/components/marketing/marketing.component.min.js +1 -1
  102. package/assets/js/components/marketing/marketing.component.min.js.map +1 -1
  103. package/assets/js/components/multi-step/multi-step.component.js +22 -19
  104. package/assets/js/components/multiselect/multiselect.component.js +62 -45
  105. package/assets/js/components/multiselect/multiselect.component.min.js +5 -5
  106. package/assets/js/components/multiselect/multiselect.component.min.js.map +1 -1
  107. package/assets/js/components/nav/nav.component.js +57 -38
  108. package/assets/js/components/nav/nav.component.min.js +5 -5
  109. package/assets/js/components/nav/nav.component.min.js.map +1 -1
  110. package/assets/js/components/notification/notification.component.js +9 -5
  111. package/assets/js/components/notification/notification.component.min.js +5 -5
  112. package/assets/js/components/notification/notification.component.min.js.map +1 -1
  113. package/assets/js/components/pagination/pagination.component.js +18 -14
  114. package/assets/js/components/pagination/pagination.component.min.js +2 -2
  115. package/assets/js/components/pagination/pagination.component.min.js.map +1 -1
  116. package/assets/js/components/record-card/record-card.component.js +10 -8
  117. package/assets/js/components/record-card/record-card.component.min.js +2 -2
  118. package/assets/js/components/record-card/record-card.component.min.js.map +1 -1
  119. package/assets/js/components/search/search.component.js +22 -17
  120. package/assets/js/components/search/search.component.min.js +4 -4
  121. package/assets/js/components/search/search.component.min.js.map +1 -1
  122. package/assets/js/components/slider/slider.component.js +25 -21
  123. package/assets/js/components/slider/slider.component.min.js +3 -3
  124. package/assets/js/components/slider/slider.component.min.js.map +1 -1
  125. package/assets/js/components/table/table.component.js +30 -24
  126. package/assets/js/components/table/table.component.min.js +7 -7
  127. package/assets/js/components/table/table.component.min.js.map +1 -1
  128. package/assets/js/components/tabs/tabs.component.js +10 -6
  129. package/assets/js/components/tabs/tabs.component.min.js +3 -3
  130. package/assets/js/components/tabs/tabs.component.min.js.map +1 -1
  131. package/assets/js/components/video-card/video-card.component.js +45 -33
  132. package/assets/js/components/video-card/video-card.component.min.js +3 -3
  133. package/assets/js/components/video-card/video-card.component.min.js.map +1 -1
  134. package/assets/js/components.bundle.js +1 -1
  135. package/assets/js/components.bundle.js.map +1 -1
  136. package/assets/js/components.js +35 -8
  137. package/assets/js/modules/applied-filters.js +20 -20
  138. package/assets/js/modules/carousel.js +65 -60
  139. package/assets/js/modules/chart.js +184 -134
  140. package/assets/js/modules/chart.module.js +74 -63
  141. package/assets/js/modules/data-layer.js +17 -17
  142. package/assets/js/modules/dialogs.js +47 -38
  143. package/assets/js/modules/drawer.js +1 -1
  144. package/assets/js/modules/dynamicEvents.js +24 -24
  145. package/assets/js/modules/file-upload.js +8 -9
  146. package/assets/js/modules/fileupload.js +5 -5
  147. package/assets/js/modules/filterlist.js +4 -4
  148. package/assets/js/modules/form.js +22 -18
  149. package/assets/js/modules/helpers.js +54 -44
  150. package/assets/js/modules/inputs.js +25 -21
  151. package/assets/js/modules/nav.js +3 -1
  152. package/assets/js/modules/notification.js +6 -6
  153. package/assets/js/modules/orderablelist.js +12 -12
  154. package/assets/js/modules/pagination.js +5 -5
  155. package/assets/js/modules/table.js +242 -181
  156. package/assets/js/modules/tabs.js +71 -60
  157. package/assets/js/modules/testimonial.js +11 -12
  158. package/assets/js/scripts.bundle.js +1 -1
  159. package/assets/js/scripts.bundle.js.map +1 -1
  160. package/assets/js/scripts.bundle.min.js +1 -1
  161. package/assets/js/scripts.bundle.min.js.map +1 -1
  162. package/assets/js/scripts.js +1 -1
  163. package/assets/js/tests/chart.spec.js +5 -5
  164. package/assets/js/tests/filterlist.spec.js +2 -2
  165. package/assets/js/tests/slider.spec.js +2 -2
  166. package/assets/js/tests/table.spec.js +2 -2
  167. package/assets/js/vendor/hibp.js +4 -4
  168. package/assets/sass/_components.scss +28 -40
  169. package/assets/sass/_corefiles.scss +22 -29
  170. package/assets/sass/_elements.scss +19 -19
  171. package/assets/sass/_fonts.scss +10 -7
  172. package/assets/sass/_func.scss +14 -14
  173. package/assets/sass/_functions/functions.scss +115 -90
  174. package/assets/sass/_functions/mixins.scss +72 -112
  175. package/assets/sass/_functions/utilities.scss +447 -393
  176. package/assets/sass/_functions/variables.scss +1357 -1371
  177. package/assets/sass/_print.scss +18 -16
  178. package/assets/sass/_tests/colours.spec.scss +15 -14
  179. package/assets/sass/_tests/func.spec.scss +1 -2
  180. package/assets/sass/_tests/mixins.spec.scss +9 -14
  181. package/assets/sass/_tests/typography.spec.scss +1 -2
  182. package/assets/sass/_utilities.scss +8 -12
  183. package/assets/sass/components/actionbar.global.scss +45 -64
  184. package/assets/sass/components/actionbar.scss +58 -84
  185. package/assets/sass/components/address-lookup.scss +9 -11
  186. package/assets/sass/components/applied-filters.scss +3 -7
  187. package/assets/sass/components/barchart.component.scss +68 -99
  188. package/assets/sass/components/card.component.scss +35 -50
  189. package/assets/sass/components/card.module.scss +34 -37
  190. package/assets/sass/components/carousel.component.scss +198 -177
  191. package/assets/sass/components/carousel.config.scss +13 -19
  192. package/assets/sass/components/charts.config.scss +16 -23
  193. package/assets/sass/components/charts.module.scss +139 -178
  194. package/assets/sass/components/charts.scss +173 -232
  195. package/assets/sass/components/collapsible-side.scss +65 -98
  196. package/assets/sass/components/fileupload.scss +17 -23
  197. package/assets/sass/components/filter-card.component.scss +21 -28
  198. package/assets/sass/components/header.scss +24 -37
  199. package/assets/sass/components/inline-edit.preload.scss +24 -45
  200. package/assets/sass/components/inline-edit.scss +4 -5
  201. package/assets/sass/components/marketing.scss +19 -14
  202. package/assets/sass/components/multi-step.component.scss +36 -42
  203. package/assets/sass/components/multiselect.preload.scss +9 -12
  204. package/assets/sass/components/multiselect.scss +20 -24
  205. package/assets/sass/components/nav.docs.scss +7 -15
  206. package/assets/sass/components/nav.global.scss +123 -177
  207. package/assets/sass/components/nav.old.scss +64 -135
  208. package/assets/sass/components/nav.preload.scss +11 -12
  209. package/assets/sass/components/nav.scss +126 -173
  210. package/assets/sass/components/notification.global.scss +2 -3
  211. package/assets/sass/components/notification.scss +17 -32
  212. package/assets/sass/components/pagination.scss +32 -44
  213. package/assets/sass/components/property-searchbar.scss +2 -6
  214. package/assets/sass/components/record-card.component.scss +42 -55
  215. package/assets/sass/components/slider.scss +38 -35
  216. package/assets/sass/components/snapshot.scss +4 -10
  217. package/assets/sass/components/stepper.scss +14 -22
  218. package/assets/sass/components/table.global.scss +130 -171
  219. package/assets/sass/components/table.scss +17 -27
  220. package/assets/sass/components/tabs.scss +23 -32
  221. package/assets/sass/components/testimonial.scss +6 -14
  222. package/assets/sass/components/timeline.scss +8 -12
  223. package/assets/sass/components/video-card.component.scss +9 -14
  224. package/assets/sass/components.reset.scss +5 -5
  225. package/assets/sass/core.scss +3 -3
  226. package/assets/sass/elements/admin-panel.scss +41 -45
  227. package/assets/sass/elements/badge-tag.scss +16 -26
  228. package/assets/sass/elements/brand.scss +13 -16
  229. package/assets/sass/elements/buttons.scss +80 -106
  230. package/assets/sass/elements/container.scss +24 -133
  231. package/assets/sass/elements/details.scss +30 -50
  232. package/assets/sass/elements/dialog.scss +4 -6
  233. package/assets/sass/elements/forms.scss +421 -437
  234. package/assets/sass/elements/icons.scss +3 -4
  235. package/assets/sass/elements/links.scss +17 -25
  236. package/assets/sass/elements/lists.scss +30 -47
  237. package/assets/sass/elements/media.scss +1 -4
  238. package/assets/sass/elements/modal.scss +54 -80
  239. package/assets/sass/elements/popover.scss +28 -45
  240. package/assets/sass/elements/progress.scss +30 -40
  241. package/assets/sass/elements/table.element.scss +10 -15
  242. package/assets/sass/elements/tooltips.scss +27 -49
  243. package/assets/sass/elements/type.scss +47 -53
  244. package/assets/sass/email.scss +7 -9
  245. package/assets/sass/error.scss +23 -20
  246. package/assets/sass/foundations/bs_grid.scss +0 -1
  247. package/assets/sass/foundations/grid.scss +120 -122
  248. package/assets/sass/foundations/reboot.scss +27 -35
  249. package/assets/sass/foundations/root.scss +21 -31
  250. package/assets/sass/helpers/dynamic.scss +5 -5
  251. package/assets/sass/helpers/line-clamp.scss +1 -2
  252. package/assets/sass/helpers/max-height.scss +28 -36
  253. package/assets/sass/helpers/wider-colours.scss +2 -5
  254. package/assets/sass/main.scss +4 -4
  255. package/assets/sass/templates/auth.scss +11 -18
  256. package/assets/sass/templates/form.scss +16 -29
  257. package/assets/ts/components/_global.ts +14 -17
  258. package/assets/ts/components/accordion/accordion.component.ts +23 -19
  259. package/assets/ts/components/actionbar/README.md +8 -7
  260. package/assets/ts/components/actionbar/actionbar.component.ts +170 -220
  261. package/assets/ts/components/address-lookup/address-lookup.component.ts +94 -130
  262. package/assets/ts/components/applied-filters/README.md +1 -1
  263. package/assets/ts/components/applied-filters/applied-filters.component.ts +16 -15
  264. package/assets/ts/components/barchart/barchart.component.ts +29 -26
  265. package/assets/ts/components/card/card.component.ts +56 -57
  266. package/assets/ts/components/carousel/README.md +8 -9
  267. package/assets/ts/components/carousel/carousel.component.ts +30 -33
  268. package/assets/ts/components/chart/README.md +1 -3
  269. package/assets/ts/components/chart/chart.component.ts +24 -36
  270. package/assets/ts/components/collapsible-side/README.md +1 -1
  271. package/assets/ts/components/collapsible-side/collapsible-side.component.ts +44 -57
  272. package/assets/ts/components/fileupload/README.md +3 -3
  273. package/assets/ts/components/fileupload/fileupload.component.ts +23 -28
  274. package/assets/ts/components/filter-card/filter-card.component.ts +32 -33
  275. package/assets/ts/components/filterlist/README.md +3 -3
  276. package/assets/ts/components/filterlist/filterlist.component.ts +18 -16
  277. package/assets/ts/components/header/README.md +8 -9
  278. package/assets/ts/components/header/header.component.ts +15 -16
  279. package/assets/ts/components/inline-edit/README.md +1 -0
  280. package/assets/ts/components/inline-edit/inline-edit.component.ts +71 -71
  281. package/assets/ts/components/marketing/marketing.component.ts +17 -16
  282. package/assets/ts/components/multi-step/multi-step.component.ts +114 -156
  283. package/assets/ts/components/multiselect/README.md +5 -5
  284. package/assets/ts/components/multiselect/multiselect.component.ts +116 -133
  285. package/assets/ts/components/nav/README.md +13 -13
  286. package/assets/ts/components/nav/nav.component.ts +171 -167
  287. package/assets/ts/components/notification/README.md +9 -9
  288. package/assets/ts/components/notification/notification.component.ts +33 -32
  289. package/assets/ts/components/pagination/README.md +12 -12
  290. package/assets/ts/components/pagination/pagination.component.ts +51 -69
  291. package/assets/ts/components/record-card/record-card.component.ts +24 -34
  292. package/assets/ts/components/search/README.md +6 -7
  293. package/assets/ts/components/search/search.component.ts +75 -91
  294. package/assets/ts/components/slider/slider.component.ts +62 -77
  295. package/assets/ts/components/table/README.md +8 -8
  296. package/assets/ts/components/table/table.component.ts +97 -134
  297. package/assets/ts/components/tabs/README.md +4 -4
  298. package/assets/ts/components/tabs/tabs.component.ts +16 -14
  299. package/assets/ts/components/video-card/video-card.component.ts +89 -93
  300. package/assets/ts/components.ts +44 -20
  301. package/assets/ts/html.d.ts +1 -7
  302. package/assets/ts/modules/applied-filters.ts +104 -135
  303. package/assets/ts/modules/card.module.ts +13 -18
  304. package/assets/ts/modules/carousel.ts +194 -195
  305. package/assets/ts/modules/chart.module.ts +201 -246
  306. package/assets/ts/modules/chart.ts +454 -472
  307. package/assets/ts/modules/data-layer.md +35 -31
  308. package/assets/ts/modules/data-layer.ts +18 -18
  309. package/assets/ts/modules/dialogs.ts +113 -117
  310. package/assets/ts/modules/drawer.ts +7 -9
  311. package/assets/ts/modules/dynamicEvents.ts +67 -100
  312. package/assets/ts/modules/file-upload.ts +43 -40
  313. package/assets/ts/modules/fileupload.ts +38 -60
  314. package/assets/ts/modules/filterlist.ts +14 -20
  315. package/assets/ts/modules/form.ts +126 -128
  316. package/assets/ts/modules/helpers.ts +114 -120
  317. package/assets/ts/modules/inputs.ts +88 -120
  318. package/assets/ts/modules/nav.ts +19 -18
  319. package/assets/ts/modules/notification.ts +28 -32
  320. package/assets/ts/modules/orderablelist.ts +90 -82
  321. package/assets/ts/modules/pagination.ts +14 -19
  322. package/assets/ts/modules/table.ts +516 -599
  323. package/assets/ts/modules/tabs.ts +120 -145
  324. package/assets/ts/modules/testimonial.ts +59 -64
  325. package/assets/ts/scripts.ts +7 -9
  326. package/assets/ts/tests/chart.spec.ts +11 -20
  327. package/assets/ts/tests/data-layer.spec.js +3 -4
  328. package/assets/ts/tests/filterlist.spec.ts +3 -6
  329. package/assets/ts/tests/slider.spec.ts +9 -15
  330. package/assets/ts/tests/table.spec.ts +7 -24
  331. package/assets/ts/vendor/hibp.ts +43 -43
  332. package/dist/components.es.js +280 -270
  333. package/dist/components.umd.js +67 -67
  334. package/dist/style.css +1 -1
  335. package/package.json +14 -4
  336. package/src/components/Accordion/Accordion.spec.js +25 -31
  337. package/src/components/Accordion/Accordion.vue +16 -19
  338. package/src/components/Accordion/AccordionItem.vue +39 -37
  339. package/src/components/Accordion/README.md +10 -12
  340. package/src/components/Actionbar/Actionbar.vue +15 -18
  341. package/src/components/Actionbar/README.md +8 -7
  342. package/src/components/AddressLookup/AddressLookup.vue +14 -16
  343. package/src/components/AppliedFilters/AppliedFilters.vue +14 -16
  344. package/src/components/Banner/Banner.spec.js +13 -15
  345. package/src/components/Banner/Banner.vue +19 -19
  346. package/src/components/Banner/README.md +8 -10
  347. package/src/components/BarChart/BarChart.vue +14 -16
  348. package/src/components/Card/Card.vue +13 -16
  349. package/src/components/Card/README.md +8 -8
  350. package/src/components/Carousel/Carousel.vue +15 -18
  351. package/src/components/Carousel/README.md +7 -7
  352. package/src/components/Chart/Chart.spec.js +64 -87
  353. package/src/components/Chart/Chart.vue +41 -40
  354. package/src/components/Chart/README.md +8 -9
  355. package/src/components/CollapsibleSideMenu/CollapsibleSideMenu.vue +8 -10
  356. package/src/components/CollapsibleSideMenu/README.md +1 -1
  357. package/src/components/FileUpload/FileUpload.vue +35 -40
  358. package/src/components/FileUpload/README.md +3 -3
  359. package/src/components/FilterCard/FilterCard.vue +14 -16
  360. package/src/components/Filterlist/Filterlist.vue +7 -9
  361. package/src/components/Filterlist/README.md +3 -3
  362. package/src/components/Header/Header.vue +23 -26
  363. package/src/components/Header/README.md +8 -9
  364. package/src/components/InlineEdit/InlineEdit.vue +26 -32
  365. package/src/components/Input/Input.vue +323 -233
  366. package/src/components/Input/README.md +11 -11
  367. package/src/components/Marketing/Marketing.vue +24 -27
  368. package/src/components/Marketing/README.md +7 -7
  369. package/src/components/MultiStep/MultiStep.vue +13 -15
  370. package/src/components/Multiselect/Multiselect.vue +14 -17
  371. package/src/components/Nav/Nav.vue +15 -29
  372. package/src/components/Nav/README.md +12 -12
  373. package/src/components/Nav-old/Nav.vue +88 -93
  374. package/src/components/Nav-old/README.md +11 -12
  375. package/src/components/NoteFeed/NoteFeed.vue +59 -56
  376. package/src/components/NoteFeed/README.md +6 -6
  377. package/src/components/Notification/Notification.vue +11 -15
  378. package/src/components/Notification/README.md +9 -9
  379. package/src/components/Pagination/Pagination.vue +14 -24
  380. package/src/components/Pagination/README.md +12 -12
  381. package/src/components/PropertySearchbar/PropertySearchbar.vue +191 -160
  382. package/src/components/PropertySearchbar/README.md +14 -15
  383. package/src/components/RecordCard/RecordCard.vue +14 -16
  384. package/src/components/Search/README.md +1 -1
  385. package/src/components/Search/Search.vue +13 -16
  386. package/src/components/Slider/Slider.vue +13 -16
  387. package/src/components/Snapshot/README.md +9 -10
  388. package/src/components/Snapshot/Snapshot.vue +15 -17
  389. package/src/components/Stepper/README.md +12 -13
  390. package/src/components/Stepper/Step.vue +22 -18
  391. package/src/components/Stepper/Stepper.spec.js +41 -46
  392. package/src/components/Stepper/Stepper.vue +17 -18
  393. package/src/components/Table/README.md +12 -11
  394. package/src/components/Table/Table.spec.js +17 -28
  395. package/src/components/Table/Table.vue +49 -48
  396. package/src/components/Tabs/README.md +8 -8
  397. package/src/components/Tabs/Tab.vue +21 -21
  398. package/src/components/Tabs/Tabs.vue +14 -17
  399. package/src/components/Testimonial/README.md +11 -12
  400. package/src/components/Testimonial/Testimonial.spec.js +22 -26
  401. package/src/components/Testimonial/Testimonial.vue +31 -25
  402. package/src/components/Timeline/README.md +3 -3
  403. package/src/components/Timeline/Timeline.spec.js +9 -11
  404. package/src/components/Timeline/Timeline.vue +10 -10
  405. package/src/components/VideoCard/VideoCard.vue +14 -16
  406. package/src/foundations/Logo/Logo.spec.js +30 -30
  407. package/src/foundations/Logo/Logo.vue +28 -28
  408. package/src/foundations/Logo/README.md +5 -4
  409. package/src/helpers/strings.js +11 -8
  410. package/src/index.js +27 -28
  411. package/src/vue-shim.d.ts +4 -4
@@ -1,7 +1,7 @@
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
- const m = (t, a) => {
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 w, renderList as $, withDirectives as L, mergeProps as v, vModelDynamic as S, vModelText as D, vModelSelect as V, ref as F, onMounted as z, createTextVNode as B, resolveComponent as q, createVNode as _, withModifiers as O } from "vue";
2
+ const m = (t, s) => {
3
3
  const e = t.__vccOpts || t;
4
- for (const [i, r] of a)
4
+ for (const [i, r] of s)
5
5
  e[i] = r;
6
6
  return e;
7
7
  }, U = {
@@ -30,14 +30,14 @@ const m = (t, a) => {
30
30
  }
31
31
  }
32
32
  }, W = ["xlink:href"], K = ["innerHTML"];
33
- function G(t, a, e, i, r, s) {
33
+ function G(t, s, e, i, r, a) {
34
34
  return o(), l("div", {
35
- class: b(s.className)
35
+ class: b(a.className)
36
36
  }, [
37
37
  (o(), l("svg", null, [
38
38
  d("title", null, "iam " + y(e.id), 1),
39
39
  d("use", {
40
- "xlink:href": e.path + s.src
40
+ "xlink:href": e.path + a.src
41
41
  }, null, 8, W)
42
42
  ])),
43
43
  e.desc ? (o(), l("span", {
@@ -46,7 +46,7 @@ function G(t, a, e, i, r, s) {
46
46
  }, null, 8, K)) : p("", !0)
47
47
  ], 2);
48
48
  }
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) {
49
+ const qs = /* @__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
50
  return t = t.toLowerCase(), t = J(t), t = t.replace(/\W/g, ""), t;
51
51
  }, Z = {
52
52
  name: "Table",
@@ -67,11 +67,11 @@ const qa = /* @__PURE__ */ m(U, [["render", G]]), Q = (t) => t.charAt(0).toUpper
67
67
  },
68
68
  created() {
69
69
  this.$nextTick(function() {
70
- import("./table.component.min-c2c01802.mjs").then((t) => {
70
+ import("./table.component.min-9636d751.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(() => _a).then((t) => {
74
+ }), Promise.resolve().then(() => _s).then((t) => {
75
75
  window.customElements.get("iam-pagination") || window.customElements.define("iam-pagination", t.default);
76
76
  }).catch((t) => {
77
77
  console.log(t.message);
@@ -80,28 +80,30 @@ const qa = /* @__PURE__ */ m(U, [["render", G]]), Q = (t) => t.charAt(0).toUpper
80
80
  },
81
81
  updated() {
82
82
  }
83
- }, ee = { key: 0 }, te = { key: 0 }, ae = ["data-row-id"], se = ["innerHTML"];
84
- function ie(t, a, e, i, r, s) {
83
+ }, ee = { key: 0 }, te = { key: 0 }, se = ["data-row-id"], ae = ["innerHTML"];
84
+ function ie(t, s, e, i, r, a) {
85
85
  return o(), l("iam-table", null, [
86
86
  u(t.$slots, "before"),
87
87
  e.fields ? (o(), l("table", ee, [
88
88
  d("thead", null, [
89
89
  d("tr", null, [
90
- (o(!0), l($, null, k(e.fields, (n) => (o(), l("th", {
90
+ (o(!0), l(w, null, $(e.fields, (n) => (o(), l("th", {
91
91
  key: n.key
92
- }, y(s.cellHeading(n.key)), 1))), 128))
92
+ }, y(a.cellHeading(n.key)), 1))), 128))
93
93
  ])
94
94
  ]),
95
95
  e.items ? (o(), l("tbody", te, [
96
- (o(!0), l($, null, k(e.items, (n, c) => (o(), l("tr", {
96
+ (o(!0), l(w, null, $(e.items, (n, c) => (o(), l("tr", {
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, g) => (o(), l("td", {
100
+ (o(!0), l(w, null, $(Object.fromEntries(
101
+ Object.entries(n).filter(([h]) => h !== "rowid")
102
+ ), (h, g) => (o(), l("td", {
101
103
  key: g,
102
104
  innerHTML: h
103
- }, null, 8, se))), 128))
104
- ], 8, ae))), 128))
105
+ }, null, 8, ae))), 128))
106
+ ], 8, se))), 128))
105
107
  ])) : p("", !0)
106
108
  ])) : u(t.$slots, "default", { key: 1 })
107
109
  ]);
@@ -281,8 +283,8 @@ const C = /* @__PURE__ */ m(Z, [["render", ie]]), ne = {
281
283
  this.$nextTick(function() {
282
284
  let t = this.$refs.wrapper;
283
285
  if (t.parentNode && t.parentNode.classList.contains("form-check") || t.classList.length == 0) {
284
- const a = document.createDocumentFragment();
285
- Array.from(t.childNodes).forEach((e) => a.appendChild(e)), t.parentNode.insertBefore(a, t), t.parentNode.removeChild(t);
286
+ const s = document.createDocumentFragment();
287
+ Array.from(t.childNodes).forEach((e) => s.appendChild(e)), t.parentNode.insertBefore(s, t), t.parentNode.removeChild(t);
286
288
  }
287
289
  });
288
290
  },
@@ -301,16 +303,16 @@ const C = /* @__PURE__ */ m(Z, [["render", ie]]), ne = {
301
303
  key: 6,
302
304
  class: "input-group"
303
305
  }, 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) {
306
+ function xe(t, s, e, i, r, a) {
305
307
  return o(), l("div", {
306
- class: b(s.wrapperClass()),
308
+ class: b(a.wrapperClass()),
307
309
  ref: "wrapper"
308
310
  }, [
309
- s.needsLabel() ? (o(), l("label", {
311
+ a.needsLabel() ? (o(), l("label", {
310
312
  key: 0,
311
313
  class: b(`form-label${e.labelclass ? ` ${e.labelclass}` : ""}`),
312
314
  for: e.id,
313
- innerHTML: s.displayLabel(),
315
+ innerHTML: a.displayLabel(),
314
316
  title: e.title
315
317
  }, null, 10, oe)) : p("", !0),
316
318
  e.prefix ? (o(), l("span", {
@@ -325,76 +327,76 @@ function xe(t, a, e, i, r, s) {
325
327
  innerHTML: e.suffix,
326
328
  role: "presentation"
327
329
  }, null, 10, re)) : p("", !0),
328
- s.isInput() ? L((o(), l("input", w({
330
+ a.isInput() ? L((o(), l("input", v({
329
331
  key: 3,
330
- "onUpdate:modelValue": a[0] || (a[0] = (n) => s.inputVal = n),
332
+ "onUpdate:modelValue": s[0] || (s[0] = (n) => a.inputVal = n),
331
333
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
332
334
  type: e.type,
333
335
  name: e.name ? e.name : e.id,
334
336
  id: e.id,
335
- pattern: s.needPattern(),
336
- list: s.hasOptions()
337
+ pattern: a.needPattern(),
338
+ list: a.hasOptions()
337
339
  }, t.$attrs, {
338
- onKeyup: a[1] || (a[1] = (...n) => s.inputKeyup && s.inputKeyup(...n))
340
+ onKeyup: s[1] || (s[1] = (...n) => a.inputKeyup && a.inputKeyup(...n))
339
341
  }), null, 16, de)), [
340
- [S, s.inputVal]
342
+ [S, a.inputVal]
341
343
  ]) : p("", !0),
342
- e.type == "textarea" ? L((o(), l("textarea", w({
344
+ e.type == "textarea" ? L((o(), l("textarea", v({
343
345
  key: 4,
344
- "onUpdate:modelValue": a[2] || (a[2] = (n) => s.inputVal = n),
346
+ "onUpdate:modelValue": s[2] || (s[2] = (n) => a.inputVal = n),
345
347
  class: `form-control${e.size ? ` form-control-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
346
348
  type: e.type,
347
349
  name: e.name ? e.name : e.id,
348
350
  id: e.id,
349
- pattern: s.needPattern()
351
+ pattern: a.needPattern()
350
352
  }, t.$attrs), null, 16, ce)), [
351
- [D, s.inputVal]
353
+ [D, a.inputVal]
352
354
  ]) : p("", !0),
353
355
  e.type == "range" ? (o(), l("div", ue, [
354
- L(d("input", w({
355
- "onUpdate:modelValue": a[3] || (a[3] = (n) => s.inputVal = n),
356
+ L(d("input", v({
357
+ "onUpdate:modelValue": s[3] || (s[3] = (n) => a.inputVal = n),
356
358
  class: `form-range${e.inputclass ? ` ${e.inputclass}` : ""}`,
357
359
  type: e.type,
358
360
  name: e.name ? e.name : e.id,
359
361
  id: e.id,
360
- pattern: s.needPattern(),
361
- list: s.hasOptions()
362
+ pattern: a.needPattern(),
363
+ list: a.hasOptions()
362
364
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, me), [
363
- [S, s.inputVal]
365
+ [S, a.inputVal]
364
366
  ]),
365
367
  d("output", pe, y(e.value), 1)
366
368
  ])) : p("", !0),
367
369
  e.type == "color" ? (o(), l("div", he, [
368
- L(d("input", w({
369
- "onUpdate:modelValue": a[4] || (a[4] = (n) => s.inputVal = n),
370
+ L(d("input", v({
371
+ "onUpdate:modelValue": s[4] || (s[4] = (n) => a.inputVal = n),
370
372
  class: `form-control form-control-color${e.inputclass ? ` ${e.inputclass}` : ""}`,
371
373
  type: e.type,
372
374
  name: e.name ? e.name : e.id,
373
375
  id: e.id,
374
- pattern: s.needPattern(),
375
- list: s.hasOptions()
376
+ pattern: a.needPattern(),
377
+ list: a.hasOptions()
376
378
  }, t.$attrs, { oninput: "this.nextElementSibling.value=this.value;" }), null, 16, fe), [
377
- [S, s.inputVal]
379
+ [S, a.inputVal]
378
380
  ]),
379
381
  d("output", be, y(e.value ? t.vale : "#000000"), 1)
380
382
  ])) : p("", !0),
381
- e.type == "select" ? L((o(), l("select", w({
383
+ e.type == "select" ? L((o(), l("select", v({
382
384
  key: 7,
383
- "onUpdate:modelValue": a[5] || (a[5] = (n) => s.inputVal = n),
385
+ "onUpdate:modelValue": s[5] || (s[5] = (n) => a.inputVal = n),
384
386
  class: `form-select${e.size ? ` form-select-${e.size}` : ""}${e.inputclass ? ` ${e.inputclass}` : ""}`,
385
387
  type: e.type,
386
388
  name: e.id,
387
389
  id: e.id,
388
- pattern: s.needPattern()
390
+ pattern: a.needPattern()
389
391
  }, t.$attrs), [
390
- (o(!0), l($, null, k(e.options, (n, c) => (o(), l("option", {
392
+ (o(!0), l(w, null, $(e.options, (n, c) => (o(), l("option", {
391
393
  key: c,
392
394
  value: n.value
393
395
  }, y(n.display ? n.display : n.value), 9, ge))), 128))
394
396
  ], 16, ye)), [
395
- [V, s.inputVal]
397
+ [V, a.inputVal]
396
398
  ]) : p("", !0),
397
- e.type == "checkbox" || e.type == "radio" ? (o(), l("input", w({
399
+ e.type == "checkbox" || e.type == "radio" ? (o(), l("input", v({
398
400
  key: 8,
399
401
  class: "form-check-input",
400
402
  type: e.type,
@@ -407,7 +409,7 @@ function xe(t, a, e, i, r, s) {
407
409
  for: e.id,
408
410
  innerHTML: e.label
409
411
  }, null, 10, ve)) : p("", !0),
410
- e.type == "checkbox-btn" || e.type == "radio-btn" ? (o(), l("input", w({
412
+ e.type == "checkbox-btn" || e.type == "radio-btn" ? (o(), l("input", v({
411
413
  key: 10,
412
414
  class: `btn-check${e.inputclass ? ` ${e.inputclass}` : ""}`,
413
415
  type: e.type.replace("-btn", ""),
@@ -420,7 +422,7 @@ function xe(t, a, e, i, r, s) {
420
422
  class: b(`btn${e.labelclass ? ` ${e.labelclass}` : ""}`),
421
423
  for: e.id,
422
424
  innerHTML: e.label,
423
- onClick: a[6] || (a[6] = (...n) => s.clickEvent && s.clickEvent(...n))
425
+ onClick: s[6] || (s[6] = (...n) => a.clickEvent && a.clickEvent(...n))
424
426
  }, null, 10, $e)) : p("", !0),
425
427
  u(t.$slots, "default"),
426
428
  e.errormsg ? (o(), l("span", {
@@ -428,11 +430,11 @@ function xe(t, a, e, i, r, s) {
428
430
  class: "invalid-feedback mb-0",
429
431
  innerHTML: e.errormsg
430
432
  }, null, 8, ke)) : p("", !0),
431
- s.allowDatalist() ? (o(), l("datalist", {
433
+ a.allowDatalist() ? (o(), l("datalist", {
432
434
  key: 13,
433
435
  id: e.id + "-list"
434
436
  }, [
435
- (o(!0), l($, null, k(e.options, (n, c) => (o(), l("option", {
437
+ (o(!0), l(w, null, $(e.options, (n, c) => (o(), l("option", {
436
438
  key: c,
437
439
  value: n.value
438
440
  }, y(n.value), 9, Le))), 128))
@@ -453,24 +455,24 @@ const N = /* @__PURE__ */ m(ne, [["render", xe]]), Se = {
453
455
  },
454
456
  created() {
455
457
  this.$nextTick(function() {
456
- import("./fileupload.component.min-dff51931.mjs").then((t) => {
458
+ import("./fileupload.component.min-c49f1632.mjs").then((t) => {
457
459
  window.customElements.get("iam-fileupload") || window.customElements.define("iam-fileupload", t.default);
458
460
  }).catch((t) => {
459
461
  console.log(t.message);
460
462
  });
461
463
  });
462
464
  }
463
- }, Ta = /* @__PURE__ */ Object.assign(Se, {
465
+ }, Ts = /* @__PURE__ */ Object.assign(Se, {
464
466
  emits: ["elementChange", "empty"],
465
- setup(t, { emit: a }) {
466
- const e = a, i = F(null);
467
+ setup(t, { emit: s }) {
468
+ const e = s, i = F(null);
467
469
  return z(() => {
468
470
  i.value.addEventListener("elementChange", function(r) {
469
471
  e("elementChange", r);
470
472
  }), i.value.addEventListener("empty", function(r) {
471
473
  e("empty", r);
472
474
  });
473
- }), (r, s) => (o(), l("iam-fileupload", {
475
+ }), (r, a) => (o(), l("iam-fileupload", {
474
476
  ref_key: "$component",
475
477
  ref: i
476
478
  }, [
@@ -483,7 +485,7 @@ const qe = {
483
485
  props: {},
484
486
  mounted() {
485
487
  this.$nextTick(function() {
486
- import("./accordion.component.min-a30b6939.mjs").then((t) => {
488
+ import("./accordion.component.min-f3b3ca78.mjs").then((t) => {
487
489
  window.customElements.get("iam-accordion") || window.customElements.define("iam-accordion", t.default);
488
490
  }).catch((t) => {
489
491
  console.log(t.message);
@@ -491,12 +493,12 @@ const qe = {
491
493
  });
492
494
  }
493
495
  }, Te = { ref: "wrapper" };
494
- function Ee(t, a, e, i, r, s) {
496
+ function Ee(t, s, e, i, r, a) {
495
497
  return o(), l("iam-accordion", Te, [
496
498
  u(t.$slots, "default")
497
499
  ], 512);
498
500
  }
499
- const Ea = /* @__PURE__ */ m(qe, [["render", Ee]]), He = {
501
+ const Es = /* @__PURE__ */ m(qe, [["render", Ee]]), He = {
500
502
  name: "AccordionItem",
501
503
  props: {
502
504
  title: {
@@ -532,9 +534,9 @@ const Ea = /* @__PURE__ */ m(qe, [["render", Ee]]), He = {
532
534
  };
533
535
  }
534
536
  }, Me = ["id"];
535
- function Ce(t, a, e, i, r, s) {
537
+ function Ce(t, s, e, i, r, a) {
536
538
  return o(), l("details", {
537
- id: s.createID(e.title)
539
+ id: a.createID(e.title)
538
540
  }, [
539
541
  d("summary", null, [
540
542
  B(y(e.title), 1),
@@ -546,7 +548,7 @@ function Ce(t, a, e, i, r, s) {
546
548
  u(t.$slots, "default")
547
549
  ], 8, Me);
548
550
  }
549
- const Ha = /* @__PURE__ */ m(He, [["render", Ce]]), Ne = {
551
+ const Hs = /* @__PURE__ */ m(He, [["render", Ce]]), Ne = {
550
552
  name: "Header",
551
553
  props: {
552
554
  title: {
@@ -564,7 +566,7 @@ const Ha = /* @__PURE__ */ m(He, [["render", Ce]]), Ne = {
564
566
  }
565
567
  }
566
568
  }, Pe = { class: "container" }, Re = { class: "row" }, je = { class: "col-sm-6" }, Ie = { class: "pt-5 pb-3 px-4" }, De = { class: "col-sm-6 col-md-5 ms-auto" }, Ve = ["src"];
567
- function Fe(t, a, e, i, r, s) {
569
+ function Fe(t, s, e, i, r, a) {
568
570
  return o(), l("div", Pe, [
569
571
  d("div", {
570
572
  class: b("bg-" + e.background + " mb-4")
@@ -588,11 +590,11 @@ function Fe(t, a, e, i, r, s) {
588
590
  ], 2)
589
591
  ]);
590
592
  }
591
- const Ma = /* @__PURE__ */ m(Ne, [["render", Fe]]), ze = {
593
+ const Ms = /* @__PURE__ */ m(Ne, [["render", Fe]]), ze = {
592
594
  name: "Card",
593
595
  created() {
594
596
  this.$nextTick(function() {
595
- import("./card.component.min-b08948cd.mjs").then((t) => {
597
+ import("./card.component.min-8f9ddf79.mjs").then((t) => {
596
598
  window.customElements.get("iam-card") || window.customElements.define("iam-card", t.default);
597
599
  }).catch((t) => {
598
600
  console.log(t.message);
@@ -600,16 +602,16 @@ const Ma = /* @__PURE__ */ m(Ne, [["render", Fe]]), ze = {
600
602
  });
601
603
  }
602
604
  };
603
- function Be(t, a, e, i, r, s) {
605
+ function Be(t, s, e, i, r, a) {
604
606
  return o(), l("iam-card", null, [
605
607
  u(t.$slots, "default")
606
608
  ]);
607
609
  }
608
- const Ca = /* @__PURE__ */ m(ze, [["render", Be]]), Oe = {
610
+ const Cs = /* @__PURE__ */ m(ze, [["render", Be]]), Oe = {
609
611
  name: "Header",
610
612
  mounted() {
611
613
  this.$nextTick(function() {
612
- import("./carousel.component.min-114c30d2.mjs").then((t) => {
614
+ import("./carousel.component.min-e7835d0a.mjs").then((t) => {
613
615
  window.customElements.get("iam-carousel") || window.customElements.define("iam-carousel", t.default);
614
616
  }).catch((t) => {
615
617
  console.log(t.message);
@@ -617,12 +619,12 @@ const Ca = /* @__PURE__ */ m(ze, [["render", Be]]), Oe = {
617
619
  });
618
620
  }
619
621
  };
620
- function Ue(t, a, e, i, r, s) {
622
+ function Ue(t, s, e, i, r, a) {
621
623
  return o(), l("iam-carousel", null, [
622
624
  u(t.$slots, "default")
623
625
  ]);
624
626
  }
625
- const Na = /* @__PURE__ */ m(Oe, [["render", Ue]]), We = {
627
+ const Ns = /* @__PURE__ */ m(Oe, [["render", Ue]]), We = {
626
628
  name: "Header",
627
629
  props: {
628
630
  title: {
@@ -636,7 +638,7 @@ const Na = /* @__PURE__ */ m(Oe, [["render", Ue]]), We = {
636
638
  },
637
639
  mounted() {
638
640
  this.$nextTick(function() {
639
- import("./header.component.min-adf07366.mjs").then((t) => {
641
+ import("./header.component.min-a09cf4f0.mjs").then((t) => {
640
642
  window.customElements.get("iam-header") || window.customElements.define("iam-header", t.default);
641
643
  }).catch((t) => {
642
644
  console.log(t.message);
@@ -644,7 +646,7 @@ const Na = /* @__PURE__ */ m(Oe, [["render", Ue]]), We = {
644
646
  });
645
647
  }
646
648
  }, Ke = ["image"], Ge = ["innerHTML"];
647
- function Qe(t, a, e, i, r, s) {
649
+ function Qe(t, s, e, i, r, a) {
648
650
  return o(), l("iam-header", { image: e.image }, [
649
651
  u(t.$slots, "breadcrumb"),
650
652
  e.title ? (o(), l("h1", {
@@ -654,34 +656,45 @@ function Qe(t, a, e, i, r, s) {
654
656
  u(t.$slots, "default")
655
657
  ], 8, Ke);
656
658
  }
657
- const Pa = /* @__PURE__ */ m(We, [["render", Qe]]);
659
+ const Ps = /* @__PURE__ */ m(We, [["render", Qe]]);
658
660
  function Ye(t) {
659
- var a;
661
+ let s;
660
662
  const e = t.querySelector(".testimonial__images"), i = e.querySelectorAll("img").length;
661
663
  if (i == 1)
662
664
  return !1;
663
665
  t.classList.add("testimonial--multi");
664
- const r = function(s) {
666
+ const r = function(a) {
665
667
  const n = t.querySelector(".btn-next"), c = t.querySelector(".btn-prev");
666
- n.setAttribute("data-go", s + 1), c.setAttribute("data-go", s - 1), n.removeAttribute("disabled"), c.removeAttribute("disabled"), s == 1 ? c.setAttribute("disabled", !0) : s == i && n.setAttribute("disabled", !0);
668
+ n.setAttribute("data-go", a + 1), c.setAttribute("data-go", a - 1), n.removeAttribute("disabled"), c.removeAttribute("disabled"), a == 1 ? c.setAttribute("disabled", !0) : a == i && n.setAttribute("disabled", !0);
667
669
  };
668
- e.addEventListener("scroll", function(s) {
669
- clearTimeout(a), a = setTimeout(function() {
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(_);
672
- }, 300);
673
- }, !1), t.addEventListener("click", function(s) {
674
- for (var n = s.target; n && n != this; n = n.parentNode)
675
- if (n.matches("[data-go]")) {
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({
678
- top: h,
679
- left: g,
680
- behavior: "smooth"
681
- });
682
- break;
683
- }
684
- }, !1);
670
+ e.addEventListener(
671
+ "scroll",
672
+ function() {
673
+ clearTimeout(s), s = setTimeout(function() {
674
+ const a = e.scrollWidth, n = e.scrollHeight, c = e.scrollLeft, h = e.scrollTop;
675
+ let g = Math.round(c / a * i) + 1;
676
+ c == 0 && h != 0 && (g = Math.round(h / n * i) + 1), t.setAttribute("data-show", g), r(g);
677
+ }, 300);
678
+ },
679
+ !1
680
+ ), t.addEventListener(
681
+ "click",
682
+ function(a) {
683
+ for (let n = a.target; n && n != this; n = n.parentNode)
684
+ if (n.matches("[data-go]")) {
685
+ const c = parseInt(n.getAttribute("data-go"));
686
+ let h = 0, g = 0;
687
+ const k = e.scrollWidth, f = e.scrollHeight;
688
+ k > f ? g = Math.floor(k * ((c - 1) / i)) : h = Math.floor(f * ((c - 1) / i)), e.scroll({
689
+ top: h,
690
+ left: g,
691
+ behavior: "smooth"
692
+ });
693
+ break;
694
+ }
695
+ },
696
+ !1
697
+ );
685
698
  }
686
699
  const Je = {
687
700
  name: "Testimonial",
@@ -703,8 +716,8 @@ const Je = {
703
716
  class: "container testimonial mb-5",
704
717
  "data-show": "1",
705
718
  ref: "wrapper"
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) {
719
+ }, Ze = { class: "row" }, et = { class: "col-md-5 position-relative" }, tt = { class: "testimonial__images" }, st = ["src"], at = { class: "col-md-7" }, it = { class: "testimonial__content" }, nt = ["innerHTML"], ot = ["innerHTML"], lt = { class: "testimonial__after" };
720
+ function rt(t, s, e, i, r, a) {
708
721
  return o(), l("div", Xe, [
709
722
  d("div", {
710
723
  class: b("bg-" + e.background)
@@ -712,14 +725,14 @@ function rt(t, a, e, i, r, s) {
712
725
  d("div", Ze, [
713
726
  d("div", et, [
714
727
  d("div", tt, [
715
- (o(!0), l($, null, k(e.items, (n, c) => (o(), l("img", {
728
+ (o(!0), l(w, null, $(e.items, (n, c) => (o(), l("img", {
716
729
  key: c,
717
730
  src: n.image ? n.image : "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==",
718
731
  alt: "",
719
732
  class: b("h-100 w-100 object-cover" + (n.image ? "" : " opacity-0"))
720
- }, null, 10, at))), 128))
733
+ }, null, 10, st))), 128))
721
734
  ]),
722
- a[0] || (a[0] = d("div", { class: "testimonial__controls" }, [
735
+ s[0] || (s[0] = d("div", { class: "testimonial__controls" }, [
723
736
  d("button", {
724
737
  "data-go": "0",
725
738
  disabled: "",
@@ -731,10 +744,10 @@ function rt(t, a, e, i, r, s) {
731
744
  }, "Next")
732
745
  ], -1))
733
746
  ]),
734
- d("div", st, [
735
- a[1] || (a[1] = d("h2", null, "What our customers think…", -1)),
747
+ d("div", at, [
748
+ s[1] || (s[1] = d("h2", null, "What our customers think…", -1)),
736
749
  d("div", it, [
737
- (o(!0), l($, null, k(e.items, (n, c) => (o(), l("blockquote", {
750
+ (o(!0), l(w, null, $(e.items, (n, c) => (o(), l("blockquote", {
738
751
  key: c,
739
752
  class: b(n.class)
740
753
  }, [
@@ -751,11 +764,11 @@ function rt(t, a, e, i, r, s) {
751
764
  ])
752
765
  ])
753
766
  ]),
754
- a[2] || (a[2] = d("span", { class: "circle circle--dots d-none d-md-block" }, null, -1))
767
+ s[2] || (s[2] = d("span", { class: "circle circle--dots d-none d-md-block" }, null, -1))
755
768
  ], 2)
756
769
  ], 512);
757
770
  }
758
- const Ra = /* @__PURE__ */ m(Je, [["render", rt]]);
771
+ const Rs = /* @__PURE__ */ m(Je, [["render", rt]]);
759
772
  const dt = {
760
773
  name: "Timeline",
761
774
  props: {
@@ -765,7 +778,7 @@ const dt = {
765
778
  }
766
779
  }
767
780
  }, ct = { class: "timeline" }, ut = { class: "timeline__content" }, mt = ["src"];
768
- function pt(t, a, e, i, r, s) {
781
+ function pt(t, s, e, i, r, a) {
769
782
  return o(), l("div", ct, [
770
783
  d("div", ut, [
771
784
  u(t.$slots, "default")
@@ -777,7 +790,7 @@ function pt(t, a, e, i, r, s) {
777
790
  }, null, 8, mt)) : p("", !0)
778
791
  ]);
779
792
  }
780
- const ja = /* @__PURE__ */ m(dt, [["render", pt]]);
793
+ const js = /* @__PURE__ */ m(dt, [["render", pt]]);
781
794
  const ht = {
782
795
  components: {
783
796
  Input: N
@@ -919,9 +932,7 @@ const ht = {
919
932
  }
920
933
  },
921
934
  locationsList() {
922
- return () => this.locations ? this.locations : [
923
- { value: "Newcastle" }
924
- ];
935
+ return () => this.locations ? this.locations : [{ value: "Newcastle" }];
925
936
  }
926
937
  }
927
938
  }, ft = {
@@ -934,7 +945,7 @@ const ht = {
934
945
  class: "row",
935
946
  "data-input-range": ""
936
947
  }, kt = { class: "col-12 col-md-2" };
937
- function At(t, a, e, i, r, s) {
948
+ function At(t, s, e, i, r, a) {
938
949
  const n = q("Input");
939
950
  return o(), l("div", ft, [
940
951
  u(t.$slots, "default"),
@@ -945,19 +956,19 @@ function At(t, a, e, i, r, s) {
945
956
  method: e.formmethod
946
957
  }, [
947
958
  d("fieldset", gt, [
948
- v(n, {
959
+ _(n, {
949
960
  inputClass: "input--locations",
950
- modelValue: s.locationSet,
951
- "onUpdate:modelValue": a[0] || (a[0] = (c) => s.locationSet = c),
961
+ modelValue: a.locationSet,
962
+ "onUpdate:modelValue": s[0] || (s[0] = (c) => a.locationSet = c),
952
963
  label: "Location",
953
964
  id: "location",
954
- options: s.locationsList(),
965
+ options: a.locationsList(),
955
966
  required: "",
956
967
  placeholder: "i.e. Newcastle or NE1",
957
- onKeyupEvent: a[1] || (a[1] = (c) => s.locationKeyup(...arguments)),
968
+ onKeyupEvent: s[1] || (s[1] = (c) => a.locationKeyup(...arguments)),
958
969
  ref: "search"
959
970
  }, null, 8, ["modelValue", "options"]),
960
- v(n, {
971
+ _(n, {
961
972
  class: "select--miles",
962
973
  label: "Miles",
963
974
  id: "miles",
@@ -966,9 +977,9 @@ function At(t, a, e, i, r, s) {
966
977
  }, null, 8, ["options"])
967
978
  ]),
968
979
  d("fieldset", _t, [
969
- a[2] || (a[2] = d("span", { class: "form-label d-none d-md-block" }, "Price range", -1)),
980
+ s[2] || (s[2] = d("span", { class: "form-label d-none d-md-block" }, "Price range", -1)),
970
981
  d("div", vt, [
971
- v(n, {
982
+ _(n, {
972
983
  class: "col-6",
973
984
  label: "Minimum price",
974
985
  id: "price-min",
@@ -976,7 +987,7 @@ function At(t, a, e, i, r, s) {
976
987
  type: "select",
977
988
  options: e.pricemin
978
989
  }, null, 8, ["options"]),
979
- v(n, {
990
+ _(n, {
980
991
  class: "col-6",
981
992
  label: "Maximum price",
982
993
  id: "price-max",
@@ -987,9 +998,9 @@ function At(t, a, e, i, r, s) {
987
998
  ])
988
999
  ]),
989
1000
  d("fieldset", wt, [
990
- a[3] || (a[3] = d("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1)),
1001
+ s[3] || (s[3] = d("span", { class: "form-label d-none d-md-block" }, "Number of beds", -1)),
991
1002
  d("div", $t, [
992
- v(n, {
1003
+ _(n, {
993
1004
  class: "col-6",
994
1005
  label: "Minimum beds",
995
1006
  id: "beds-min",
@@ -997,7 +1008,7 @@ function At(t, a, e, i, r, s) {
997
1008
  type: "select",
998
1009
  options: e.bedsmin
999
1010
  }, null, 8, ["options"]),
1000
- v(n, {
1011
+ _(n, {
1001
1012
  class: "col-6",
1002
1013
  label: "Maximum beds",
1003
1014
  id: "beds-max",
@@ -1008,14 +1019,14 @@ function At(t, a, e, i, r, s) {
1008
1019
  ])
1009
1020
  ]),
1010
1021
  d("fieldset", kt, [
1011
- v(n, {
1022
+ _(n, {
1012
1023
  label: "Property type",
1013
1024
  id: "property-type",
1014
1025
  type: "select",
1015
1026
  options: e.propertytypes
1016
1027
  }, null, 8, ["options"])
1017
1028
  ]),
1018
- a[4] || (a[4] = d("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
1029
+ s[4] || (s[4] = d("div", { class: "col-12 col-md mw-md-fit-content d-flex property-searchbar__btn" }, [
1019
1030
  d("button", {
1020
1031
  class: "btn w-100 me-0",
1021
1032
  type: "submit",
@@ -1027,12 +1038,12 @@ function At(t, a, e, i, r, s) {
1027
1038
  u(t.$slots, "after")
1028
1039
  ], 512);
1029
1040
  }
1030
- const Ia = /* @__PURE__ */ m(ht, [["render", At]]), Lt = {
1041
+ const Is = /* @__PURE__ */ m(ht, [["render", At]]), Lt = {
1031
1042
  components: {},
1032
1043
  name: "Nav",
1033
1044
  mounted() {
1034
1045
  this.$nextTick(function() {
1035
- import("./nav.component.min-96a56d9e.mjs").then((t) => {
1046
+ import("./nav.component.min-e9eadc01.mjs").then((t) => {
1036
1047
  window.customElements.get("iam-nav") || window.customElements.define("iam-nav", t.default);
1037
1048
  }).catch((t) => {
1038
1049
  console.log(t.message);
@@ -1041,12 +1052,12 @@ const Ia = /* @__PURE__ */ m(ht, [["render", At]]), Lt = {
1041
1052
  },
1042
1053
  methods: {}
1043
1054
  }, xt = { ref: "wrapper" };
1044
- function St(t, a, e, i, r, s) {
1055
+ function St(t, s, e, i, r, a) {
1045
1056
  return o(), l("iam-nav", xt, [
1046
1057
  u(t.$slots, "default")
1047
1058
  ], 512);
1048
1059
  }
1049
- const Da = /* @__PURE__ */ m(Lt, [["render", St]]);
1060
+ const Ds = /* @__PURE__ */ m(Lt, [["render", St]]);
1050
1061
  const qt = {
1051
1062
  name: "Stepper",
1052
1063
  props: {
@@ -1064,7 +1075,7 @@ const qt = {
1064
1075
  key: 0,
1065
1076
  class: "h6 stepper__start"
1066
1077
  }, Mt = { class: "list-unstyled" }, Ct = { class: "h6 stepper__end" };
1067
- function Nt(t, a, e, i, r, s) {
1078
+ function Nt(t, s, e, i, r, a) {
1068
1079
  return o(), l("div", Tt, [
1069
1080
  d("nav", {
1070
1081
  class: "stepper",
@@ -1078,7 +1089,7 @@ function Nt(t, a, e, i, r, s) {
1078
1089
  ], 8, Et)
1079
1090
  ]);
1080
1091
  }
1081
- const Va = /* @__PURE__ */ m(qt, [["render", Nt]]);
1092
+ const Vs = /* @__PURE__ */ m(qt, [["render", Nt]]);
1082
1093
  const Pt = {
1083
1094
  name: "Snapshot",
1084
1095
  props: {
@@ -1091,11 +1102,11 @@ const Pt = {
1091
1102
  class: "container snapshot",
1092
1103
  ref: "wrapper"
1093
1104
  }, jt = { class: "row" }, It = ["href"], Dt = { class: "lead snapshot__title" }, Vt = { class: "stat" };
1094
- function Ft(t, a, e, i, r, s) {
1105
+ function Ft(t, s, e, i, r, a) {
1095
1106
  return o(), l("div", Rt, [
1096
1107
  u(t.$slots, "default"),
1097
1108
  d("div", jt, [
1098
- (o(!0), l($, null, k(e.items, (n, c) => (o(), l("div", {
1109
+ (o(!0), l(w, null, $(e.items, (n, c) => (o(), l("div", {
1099
1110
  class: "col",
1100
1111
  key: c
1101
1112
  }, [
@@ -1113,7 +1124,7 @@ function Ft(t, a, e, i, r, s) {
1113
1124
  ])
1114
1125
  ], 512);
1115
1126
  }
1116
- const Fa = /* @__PURE__ */ m(Pt, [["render", Ft]]), zt = {
1127
+ const Fs = /* @__PURE__ */ m(Pt, [["render", Ft]]), zt = {
1117
1128
  name: "Stepper",
1118
1129
  props: {
1119
1130
  url: {
@@ -1133,7 +1144,7 @@ const Fa = /* @__PURE__ */ m(Pt, [["render", Ft]]), zt = {
1133
1144
  key: 0,
1134
1145
  class: "visually-hidden"
1135
1146
  };
1136
- function Ut(t, a, e, i, r, s) {
1147
+ function Ut(t, s, e, i, r, a) {
1137
1148
  return o(), l("li", null, [
1138
1149
  d("a", {
1139
1150
  href: e.url,
@@ -1147,12 +1158,12 @@ function Ut(t, a, e, i, r, s) {
1147
1158
  ], 10, Bt)
1148
1159
  ]);
1149
1160
  }
1150
- const za = /* @__PURE__ */ m(zt, [["render", Ut]]);
1161
+ const zs = /* @__PURE__ */ m(zt, [["render", Ut]]);
1151
1162
  const Wt = {
1152
1163
  name: "Tabs",
1153
1164
  created() {
1154
1165
  this.$nextTick(function() {
1155
- import("./tabs.component.min-4a5a7345.mjs").then((t) => {
1166
+ import("./tabs.component.min-23690b2c.mjs").then((t) => {
1156
1167
  window.customElements.get("iam-tabs") || window.customElements.define("iam-tabs", t.default);
1157
1168
  }).catch((t) => {
1158
1169
  console.log(t.message);
@@ -1160,12 +1171,12 @@ const Wt = {
1160
1171
  });
1161
1172
  }
1162
1173
  }, Kt = { ref: "wrapper" };
1163
- function Gt(t, a, e, i, r, s) {
1174
+ function Gt(t, s, e, i, r, a) {
1164
1175
  return o(), l("iam-tabs", Kt, [
1165
1176
  u(t.$slots, "default")
1166
1177
  ], 512);
1167
1178
  }
1168
- const Ba = /* @__PURE__ */ m(Wt, [["render", Gt]]), Qt = {
1179
+ const Bs = /* @__PURE__ */ m(Wt, [["render", Gt]]), Qt = {
1169
1180
  name: "Tab",
1170
1181
  props: {
1171
1182
  title: {
@@ -1188,7 +1199,7 @@ const Ba = /* @__PURE__ */ m(Wt, [["render", Gt]]), Qt = {
1188
1199
  };
1189
1200
  }
1190
1201
  }, Yt = { class: "tab" }, Jt = ["innerHTML"];
1191
- function Xt(t, a, e, i, r, s) {
1202
+ function Xt(t, s, e, i, r, a) {
1192
1203
  return o(), l("details", Yt, [
1193
1204
  d("summary", {
1194
1205
  innerHTML: e.title,
@@ -1197,7 +1208,7 @@ function Xt(t, a, e, i, r, s) {
1197
1208
  u(t.$slots, "default")
1198
1209
  ]);
1199
1210
  }
1200
- const Oa = /* @__PURE__ */ m(Qt, [["render", Xt]]);
1211
+ const Os = /* @__PURE__ */ m(Qt, [["render", Xt]]);
1201
1212
  let P = C.props;
1202
1213
  P.fields.required = !1;
1203
1214
  const Zt = {
@@ -1214,14 +1225,14 @@ const Zt = {
1214
1225
  methods: {
1215
1226
  submitForm: function(t) {
1216
1227
  console.log(this);
1217
- const a = new FormData(t.target);
1228
+ const s = new FormData(t.target);
1218
1229
  let e = /* @__PURE__ */ new Date();
1219
1230
  const i = e.getFullYear();
1220
- let r = e.getMonth() + 1, s = e.getDate();
1221
- s < 10 && (s = "0" + s), r < 10 && (r = "0" + r), e = s + "/" + r + "/" + i, this.itemsData.unshift({
1231
+ let r = e.getMonth() + 1, a = e.getDate();
1232
+ a < 10 && (a = "0" + a), r < 10 && (r = "0" + r), e = a + "/" + r + "/" + i, this.itemsData.unshift({
1222
1233
  date_added: e,
1223
- user: a.get("user"),
1224
- note: a.get("addNote")
1234
+ user: s.get("user"),
1235
+ note: s.get("addNote")
1225
1236
  }), this.$emit("formSubmitted", t);
1226
1237
  }
1227
1238
  },
@@ -1246,45 +1257,45 @@ const Zt = {
1246
1257
  required: !1
1247
1258
  }
1248
1259
  }
1249
- }, ea = { class: "container note-feed mb-2" }, ta = ["innerHTML"], aa = ["action", "method"], sa = ["value"];
1250
- function ia(t, a, e, i, r, s) {
1260
+ }, es = { class: "container note-feed mb-2" }, ts = ["innerHTML"], ss = ["action", "method"], as = ["value"];
1261
+ function is(t, s, e, i, r, a) {
1251
1262
  const n = q("Table"), c = q("Input");
1252
- return o(), l("div", ea, [
1263
+ return o(), l("div", es, [
1253
1264
  e.title ? (o(), l("span", {
1254
1265
  key: 0,
1255
1266
  class: "h3",
1256
1267
  innerHTML: e.title
1257
- }, null, 8, ta)) : p("", !0),
1258
- v(n, w({
1268
+ }, null, 8, ts)) : p("", !0),
1269
+ _(n, v({
1259
1270
  fields: [{ key: "date_added" }, { key: "user" }, { key: "note" }],
1260
1271
  items: r.itemsData
1261
1272
  }, t.$props, { class: "mb-0" }), null, 16, ["items"]),
1262
1273
  d("form", {
1263
1274
  action: e.action,
1264
1275
  method: e.method,
1265
- onSubmit: a[0] || (a[0] = O((h) => s.submitForm(...arguments), ["prevent"]))
1276
+ onSubmit: s[0] || (s[0] = O((h) => a.submitForm(...arguments), ["prevent"]))
1266
1277
  }, [
1267
1278
  d("input", {
1268
1279
  type: "hidden",
1269
1280
  value: e.user,
1270
1281
  name: "user"
1271
- }, null, 8, sa),
1272
- v(c, {
1282
+ }, null, 8, as),
1283
+ _(c, {
1273
1284
  id: "addNote",
1274
1285
  type: "textarea",
1275
1286
  label: "Add note",
1276
1287
  required: "",
1277
1288
  class: "mw-100"
1278
1289
  }),
1279
- a[1] || (a[1] = d("button", { class: "btn btn-tertiary" }, "Submit note", -1))
1280
- ], 40, aa)
1290
+ s[1] || (s[1] = d("button", { class: "btn btn-tertiary" }, "Submit note", -1))
1291
+ ], 40, ss)
1281
1292
  ]);
1282
1293
  }
1283
- const Ua = /* @__PURE__ */ m(Zt, [["render", ia]]), na = {
1294
+ const Us = /* @__PURE__ */ m(Zt, [["render", is]]), ns = {
1284
1295
  name: "Applied Filter",
1285
1296
  mounted() {
1286
1297
  this.$nextTick(function() {
1287
- import("./applied-filters.component-a4f8d7e3.mjs").then((t) => {
1298
+ import("./applied-filters.component-02a1aead.mjs").then((t) => {
1288
1299
  window.customElements.get("iam-applied-filters") || window.customElements.define("iam-applied-filters", t.default);
1289
1300
  }).catch((t) => {
1290
1301
  console.log(t.message);
@@ -1292,40 +1303,40 @@ const Ua = /* @__PURE__ */ m(Zt, [["render", ia]]), na = {
1292
1303
  });
1293
1304
  }
1294
1305
  };
1295
- function oa(t, a, e, i, r, s) {
1306
+ function os(t, s, e, i, r, a) {
1296
1307
  return o(), l("iam-applied-filters", null, [
1297
1308
  u(t.$slots, "default")
1298
1309
  ]);
1299
1310
  }
1300
- const Wa = /* @__PURE__ */ m(na, [["render", oa]]);
1311
+ const Ws = /* @__PURE__ */ m(ns, [["render", os]]);
1301
1312
  /*!
1302
- * iamKey v7.0.0
1313
+ * iamKey v7.1.0--beta2
1303
1314
  * Copyright 2022-2025 iamproperty
1304
1315
  */
1305
- function la(t, a) {
1306
- ra(t, a);
1316
+ function ls(t, s) {
1317
+ rs(t, s);
1307
1318
  }
1308
- function ra(t, a) {
1309
- var e;
1310
- a.addEventListener("keyup", (i) => {
1319
+ function rs(t, s) {
1320
+ let e;
1321
+ s.addEventListener("keyup", (i) => {
1311
1322
  clearTimeout(e), e = setTimeout(function() {
1312
- M(t, a.value);
1323
+ M(t, s.value);
1313
1324
  }, 500);
1314
- }), a.addEventListener("change", (i) => {
1315
- clearTimeout(e), M(t, a.value);
1325
+ }), s.addEventListener("change", (i) => {
1326
+ clearTimeout(e), M(t, s.value);
1316
1327
  });
1317
1328
  }
1318
- const M = function(t, a) {
1329
+ const M = function(t, s) {
1319
1330
  Array.from(t.querySelectorAll(":scope > li")).forEach((e, i) => {
1320
- let r = e.textContent.toLowerCase();
1321
- e.classList.add("d-none"), r.includes(a.toLowerCase()) && e.classList.remove("d-none");
1322
- }), window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "Filtered list", value: a });
1331
+ const r = e.textContent.toLowerCase();
1332
+ e.classList.add("d-none"), r.includes(s.toLowerCase()) && e.classList.remove("d-none");
1333
+ }), window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "Filtered list", value: s });
1323
1334
  };
1324
1335
  window.dataLayer = window.dataLayer || [], window.dataLayer.push({ event: "customElementRegistered", element: "filterlist" });
1325
- class da extends HTMLElement {
1336
+ class ds extends HTMLElement {
1326
1337
  constructor() {
1327
1338
  super(), this.attachShadow({ mode: "open" });
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");
1339
+ const s = 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") : `${s}/css/core.min.css`, i = document.createElement("template");
1329
1340
  i.innerHTML = `
1330
1341
  <style>
1331
1342
  @import "${e}";
@@ -1356,41 +1367,40 @@ class da extends HTMLElement {
1356
1367
  `, this.shadowRoot.appendChild(i.content.cloneNode(!0));
1357
1368
  }
1358
1369
  connectedCallback() {
1359
- let a = this.classList.toString();
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"));
1370
+ const s = this.classList.toString();
1371
+ this.shadowRoot.querySelector(".list__wrapper").setAttribute("class", `list__wrapper ${s}`), this.querySelector("i.fa-search") || (this.innerHTML += '<i class="fa fa-light fa-search" aria-hidden="true" slot="icon"></i>'), ls(this.querySelector("ul"), this.shadowRoot.querySelector("#search"));
1361
1372
  }
1362
1373
  }
1363
- window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", da);
1364
- const ca = {
1374
+ window.customElements.get("iam-filterlist") || window.customElements.define("iam-filterlist", ds);
1375
+ const cs = {
1365
1376
  name: "Filter list"
1366
1377
  };
1367
- function ua(t, a, e, i, r, s) {
1378
+ function us(t, s, e, i, r, a) {
1368
1379
  return o(), l("iam-filterlist", null, [
1369
1380
  u(t.$slots, "default")
1370
1381
  ]);
1371
1382
  }
1372
- const Ka = /* @__PURE__ */ m(ca, [["render", ua]]);
1373
- function ma(t) {
1383
+ const Ks = /* @__PURE__ */ m(cs, [["render", us]]);
1384
+ function ms(t) {
1374
1385
  if (t.hasAttribute("data-type") && t.getAttribute("data-type") == "toast") {
1375
- let e = document.querySelector(".notification__holder");
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);
1386
+ let s = document.querySelector(".notification__holder");
1387
+ s || (s = document.createElement("div"), s.classList.add("notification__holder"), s.classList.add("container"), document.querySelector("body").appendChild(s)), t.closest(".notification__holder") || s.appendChild(t);
1377
1388
  }
1378
- if (t.setAttribute("role", "alert"), t.addEventListener("click", function(e) {
1379
- event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (e.preventDefault(), T(t));
1389
+ if (t.setAttribute("role", "alert"), t.addEventListener("click", function(s) {
1390
+ event && event.target instanceof HTMLElement && event.target.closest("[data-dismiss-button]") && (s.preventDefault(), T(t));
1380
1391
  }, !1), t.hasAttribute("data-timeout")) {
1381
- let e = t.getAttribute("data-timeout");
1382
- var a = new pa(function() {
1392
+ const s = t.getAttribute("data-timeout"), e = new ps(function() {
1383
1393
  T(t);
1384
- }, e);
1394
+ }, s);
1385
1395
  t.addEventListener("mouseenter", (i) => {
1386
- a.pause();
1396
+ e.pause();
1387
1397
  }), t.addEventListener("mouseleave", (i) => {
1388
- a.resume();
1398
+ e.resume();
1389
1399
  });
1390
1400
  }
1391
1401
  }
1392
- function pa(t, a) {
1393
- var e, i, r = a;
1402
+ function ps(t, s) {
1403
+ let e, i, r = s;
1394
1404
  this.pause = function() {
1395
1405
  window.clearTimeout(e), r -= /* @__PURE__ */ new Date() - i;
1396
1406
  }, this.resume = function() {
@@ -1405,13 +1415,13 @@ window.dataLayer.push({
1405
1415
  event: "customElementRegistered",
1406
1416
  element: "Notification"
1407
1417
  });
1408
- class ha extends HTMLElement {
1418
+ class hs extends HTMLElement {
1409
1419
  constructor() {
1410
1420
  super(), this.attachShadow({ mode: "open" });
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");
1412
- Array.from(s).forEach((c, h) => {
1421
+ const s = 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") : `${s}/css/core.min.css`, i = `@import "${s}/css/components/notification.css";`, r = `@import "${s}/css/components/notification.global.css";`, a = this.querySelectorAll("a,button");
1422
+ Array.from(a).forEach((c, h) => {
1413
1423
  c.setAttribute("slot", "btns"), c.classList.add("link");
1414
- }), (s.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1424
+ }), (a.length || this.hasAttribute("data-dismiss")) && this.classList.add("notification--dismissable");
1415
1425
  const n = document.createElement("template");
1416
1426
  n.innerHTML = `
1417
1427
  <style>
@@ -1422,13 +1432,13 @@ class ha extends HTMLElement {
1422
1432
 
1423
1433
  <div class="notification">
1424
1434
  <div class="notification__icon"><slot name="icon"></slot></div>
1425
- <div class="notification__inner"><div class="notification__text"><slot></slot></div>${s.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1435
+ <div class="notification__inner"><div class="notification__text"><slot></slot></div>${a.length ? '<div class="notification__btns"><slot name="btns"></slot></div>' : ""}</div>
1426
1436
  ${this.hasAttribute("data-dismiss") ? '<div class="notification__dismiss"><button data-dismiss-button part="dismiss-btn">Dismiss</button></div>' : ""}
1427
1437
  </div>
1428
1438
  `, this.shadowRoot.appendChild(n.content.cloneNode(!0)), document.getElementById("notificationHolder") || document.head.insertAdjacentHTML("beforeend", `<style id="notificationHolder">${r}</style>`);
1429
1439
  }
1430
1440
  connectedCallback() {
1431
- const a = this.shadowRoot.querySelector("[data-dismiss-button]"), e = this.hasAttribute("data-status") ? this.getAttribute("data-status") : "white";
1441
+ const s = this.shadowRoot.querySelector("[data-dismiss-button]"), e = this.hasAttribute("data-status") ? this.getAttribute("data-status") : "white";
1432
1442
  this.hasAttribute("data-type") ? this.classList.add(`bg-${e}`) : this.classList.add(`colour-${e}`);
1433
1443
  const i = this;
1434
1444
  if (!this.querySelector("i"))
@@ -1445,31 +1455,31 @@ class ha extends HTMLElement {
1445
1455
  default:
1446
1456
  this.innerHTML += '<i class="fa-solid fa-circle-info" aria-hidden="true" slot="icon"></i>';
1447
1457
  }
1448
- ma(i), a && a.addEventListener("click", function(r) {
1458
+ ms(i), s && s.addEventListener("click", function(r) {
1449
1459
  T(i);
1450
1460
  }, !1);
1451
1461
  }
1452
1462
  }
1453
- const fa = {
1463
+ const fs = {
1454
1464
  name: "Notification",
1455
1465
  props: {},
1456
1466
  created() {
1457
1467
  this.$nextTick(function() {
1458
- window.customElements.get("iam-notification") || window.customElements.define("iam-notification", ha);
1468
+ window.customElements.get("iam-notification") || window.customElements.define("iam-notification", hs);
1459
1469
  });
1460
1470
  }
1461
1471
  };
1462
- function ba(t, a, e, i, r, s) {
1472
+ function bs(t, s, e, i, r, a) {
1463
1473
  return o(), l("iam-notification", null, [
1464
1474
  u(t.$slots, "default")
1465
1475
  ]);
1466
1476
  }
1467
- const Ga = /* @__PURE__ */ m(fa, [["render", ba]]), ya = {
1477
+ const Gs = /* @__PURE__ */ m(fs, [["render", bs]]), ys = {
1468
1478
  name: "Actionbar",
1469
1479
  props: {},
1470
1480
  mounted() {
1471
1481
  this.$nextTick(function() {
1472
- import("./actionbar.component.min-2e249e14.mjs").then((t) => {
1482
+ import("./actionbar.component.min-69d13be6.mjs").then((t) => {
1473
1483
  window.customElements.get("iam-actionbar") || window.customElements.define("iam-actionbar", t.default);
1474
1484
  }).catch((t) => {
1475
1485
  console.log(t.message);
@@ -1477,20 +1487,20 @@ const Ga = /* @__PURE__ */ m(fa, [["render", ba]]), ya = {
1477
1487
  });
1478
1488
  }
1479
1489
  };
1480
- function ga(t, a, e, i, r, s) {
1490
+ function gs(t, s, e, i, r, a) {
1481
1491
  return o(), l("iam-actionbar", null, [
1482
1492
  u(t.$slots, "default")
1483
1493
  ]);
1484
1494
  }
1485
- const Qa = /* @__PURE__ */ m(ya, [["render", ga]]);
1495
+ const Qs = /* @__PURE__ */ m(ys, [["render", gs]]);
1486
1496
  /*!
1487
- * iamKey v7.0.0
1497
+ * iamKey v7.1.0--beta2
1488
1498
  * Copyright 2022-2025 iamproperty
1489
1499
  */
1490
1500
  class R extends HTMLElement {
1491
1501
  constructor() {
1492
1502
  super(), this.attachShadow({ mode: "open" });
1493
- 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");
1503
+ const s = 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") : `${s}/css/core.min.css`, i = document.createElement("template");
1494
1504
  i.innerHTML = `
1495
1505
  <style>
1496
1506
  @import "${e}";
@@ -1532,31 +1542,31 @@ class R extends HTMLElement {
1532
1542
  `, this.shadowRoot.appendChild(i.content.cloneNode(!0));
1533
1543
  }
1534
1544
  connectedCallback() {
1535
- const a = new URLSearchParams(window.location.search);
1536
- 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"));
1537
- const e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), r = this.shadowRoot.querySelector(".next"), s = this.shadowRoot.querySelector(".per-page select"), n = this.shadowRoot.querySelector(".load-more");
1545
+ const s = new URLSearchParams(window.location.search);
1546
+ this.hasAttribute("data-total") || this.setAttribute("data-total", 15), this.hasAttribute("data-page") || this.setAttribute("data-page", s.has("page") ? s.get("page") : 1), this.hasAttribute("data-show") || this.setAttribute("data-show", s.has("show") ? s.get("show") : 15), this.hasAttribute("data-increment") || this.setAttribute("data-increment", this.getAttribute("data-show"));
1547
+ const e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), r = this.shadowRoot.querySelector(".next"), a = this.shadowRoot.querySelector(".per-page select"), n = this.shadowRoot.querySelector(".load-more");
1538
1548
  this.setup(), e.addEventListener("change", (c) => {
1539
1549
  this.setAttribute("data-show", this.getAttribute("data-increment")), this.setAttribute("data-page", c.target.value);
1540
1550
  }), r.addEventListener("click", (c) => {
1541
1551
  e.value = parseInt(e.value) + 1, e.dispatchEvent(new Event("change"));
1542
1552
  }), i.addEventListener("click", (c) => {
1543
1553
  e.value = parseInt(e.value) - 1, e.dispatchEvent(new Event("change"));
1544
- }), s.addEventListener("change", (c) => {
1554
+ }), a.addEventListener("change", (c) => {
1545
1555
  this.setAttribute("data-increment", c.target.value);
1546
1556
  }), n.addEventListener("click", (c) => {
1547
- let h = parseInt(this.getAttribute("data-show")) + parseInt(this.getAttribute("data-increment"));
1557
+ const h = parseInt(this.getAttribute("data-show")) + parseInt(this.getAttribute("data-increment"));
1548
1558
  this.setAttribute("data-show", h), h > parseInt(this.getAttribute("data-total")) && n.remove();
1549
1559
  });
1550
1560
  }
1551
1561
  setup() {
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");
1562
+ const s = this.shadowRoot.querySelector(".pagination"), e = this.shadowRoot.querySelector(".page-jump select"), i = this.shadowRoot.querySelector(".prev"), r = this.shadowRoot.querySelector(".next"), a = 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")), k = parseInt(this.getAttribute("data-show")), f = parseInt(this.getAttribute("data-increment")), x = Math.ceil(g / f);
1563
+ g > k && s.classList.remove("d-none");
1554
1564
  let E = "";
1555
1565
  for (let A = 1; A <= x; A++)
1556
1566
  E += `<option value="${A}" ${A == h ? "selected" : ""}>${A}</option>`;
1557
1567
  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`;
1568
+ const j = h == 1 ? 1 : (h - 1) * k + 1, H = h == 1 ? k : h * k;
1569
+ a.innerHTML = `${j} - ${H > g ? g : H} of ${g} items`;
1560
1570
  const I = [15, 25, 40, 50];
1561
1571
  f && n.value != f && !I.includes(f) && (n.innerHTML = `<option value="${f}">${f}</option>
1562
1572
  <option value="${f * 2}">${f * 2}</option>
@@ -1566,8 +1576,8 @@ class R extends HTMLElement {
1566
1576
  static get observedAttributes() {
1567
1577
  return ["data-total", "data-increment", "data-page", "data-show"];
1568
1578
  }
1569
- attributeChangedCallback(a, e, i) {
1570
- switch (a) {
1579
+ attributeChangedCallback(s, e, i) {
1580
+ switch (s) {
1571
1581
  case "data-total": {
1572
1582
  e != i && (this.setAttribute("data-page", 1), this.setup());
1573
1583
  break;
@@ -1587,10 +1597,10 @@ class R extends HTMLElement {
1587
1597
  }
1588
1598
  }
1589
1599
  }
1590
- const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1600
+ const _s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1591
1601
  __proto__: null,
1592
1602
  default: R
1593
- }, Symbol.toStringTag, { value: "Module" })), va = {
1603
+ }, Symbol.toStringTag, { value: "Module" })), vs = {
1594
1604
  name: "Pagination",
1595
1605
  props: {},
1596
1606
  computed: {},
@@ -1602,14 +1612,14 @@ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1602
1612
  updated() {
1603
1613
  }
1604
1614
  };
1605
- function wa(t, a, e, i, r, s) {
1615
+ function ws(t, s, e, i, r, a) {
1606
1616
  return o(), l("iam-pagination");
1607
1617
  }
1608
- const Ya = /* @__PURE__ */ m(va, [["render", wa]]), $a = {
1618
+ const Ys = /* @__PURE__ */ m(vs, [["render", ws]]), $s = {
1609
1619
  name: "Address Lookup",
1610
1620
  mounted() {
1611
1621
  this.$nextTick(function() {
1612
- import("./address-lookup.component.min-16beabdf.mjs").then((t) => {
1622
+ import("./address-lookup.component.min-47915c4e.mjs").then((t) => {
1613
1623
  window.customElements.get("iam-address-lookup") || window.customElements.define("iam-address-lookup", t.default);
1614
1624
  }).catch((t) => {
1615
1625
  console.log(t.message);
@@ -1617,21 +1627,21 @@ const Ya = /* @__PURE__ */ m(va, [["render", wa]]), $a = {
1617
1627
  });
1618
1628
  }
1619
1629
  };
1620
- function ka(t, a, e, i, r, s) {
1630
+ function ks(t, s, e, i, r, a) {
1621
1631
  return o(), l("iam-address-lookup", null, [
1622
1632
  u(t.$slots, "default")
1623
1633
  ]);
1624
1634
  }
1625
- const Ja = /* @__PURE__ */ m($a, [["render", ka]]);
1635
+ const Js = /* @__PURE__ */ m($s, [["render", ks]]);
1626
1636
  window.dataLayer = window.dataLayer || [];
1627
1637
  window.dataLayer.push({
1628
1638
  event: "customElementRegistered",
1629
1639
  element: "collapsible side menu"
1630
1640
  });
1631
- class Aa extends HTMLElement {
1641
+ class As extends HTMLElement {
1632
1642
  constructor() {
1633
1643
  super(), this.attachShadow({ mode: "open" });
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");
1644
+ const s = 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") : `${s}/css/core.min.css`, i = `@import "${s}/css/components/collapsible-side.css";`, r = document.createElement("template");
1635
1645
  r.innerHTML = `
1636
1646
  <style class="styles">
1637
1647
  @import "${e}";
@@ -1656,65 +1666,65 @@ class Aa extends HTMLElement {
1656
1666
  `, this.shadowRoot.appendChild(r.content.cloneNode(!0));
1657
1667
  }
1658
1668
  connectedCallback() {
1659
- const a = this.shadowRoot.querySelector(".side-menu"), e = this.shadowRoot.querySelector(".side-menu-content"), i = this.shadowRoot.querySelector(".main-content"), r = this.shadowRoot.querySelector(".side-menu > .btn");
1660
- 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")), this.hasAttribute("open") && window.innerWidth > 992 && (a.classList.add("open"), r.setAttribute("aria-expanded", !0)), r.addEventListener("click", (s) => {
1661
- a.classList.contains("open") ? (a.classList.remove("open"), r.removeAttribute("aria-expanded"), setTimeout(function() {
1669
+ const s = this.shadowRoot.querySelector(".side-menu"), e = this.shadowRoot.querySelector(".side-menu-content"), i = this.shadowRoot.querySelector(".main-content"), r = this.shadowRoot.querySelector(".side-menu > .btn");
1670
+ 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")), this.hasAttribute("open") && window.innerWidth > 992 && (s.classList.add("open"), r.setAttribute("aria-expanded", !0)), r.addEventListener("click", (a) => {
1671
+ s.classList.contains("open") ? (s.classList.remove("open"), r.removeAttribute("aria-expanded"), setTimeout(function() {
1662
1672
  e.classList.add("closed");
1663
- }, 1e3), a.classList.add("pe-none"), setTimeout(function() {
1664
- a.classList.remove("pe-none");
1673
+ }, 1e3), s.classList.add("pe-none"), setTimeout(function() {
1674
+ s.classList.remove("pe-none");
1665
1675
  }, 1e3)) : (e.classList.remove("closed"), setTimeout(function() {
1666
- a.classList.add("open"), r.setAttribute("aria-expanded", !0);
1676
+ s.classList.add("open"), r.setAttribute("aria-expanded", !0);
1667
1677
  }, 100));
1668
- }), a.addEventListener("mouseenter", (s) => {
1669
- window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"), a.classList.add("hover"));
1670
- }), a.addEventListener("mousemove", (s) => {
1671
- window.innerWidth > 992 && (a.classList.contains("open") || e.classList.remove("closed"));
1672
- }), a.addEventListener("mouseleave", (s) => {
1673
- window.innerWidth > 992 && (a.classList.remove("hover"), a.classList.contains("open") || setTimeout(function() {
1678
+ }), s.addEventListener("mouseenter", (a) => {
1679
+ window.innerWidth > 992 && (s.classList.contains("open") || e.classList.remove("closed"), s.classList.add("hover"));
1680
+ }), s.addEventListener("mousemove", (a) => {
1681
+ window.innerWidth > 992 && (s.classList.contains("open") || e.classList.remove("closed"));
1682
+ }), s.addEventListener("mouseleave", (a) => {
1683
+ window.innerWidth > 992 && (s.classList.remove("hover"), s.classList.contains("open") || setTimeout(function() {
1674
1684
  e.classList.add("closed");
1675
1685
  }, 1e3));
1676
1686
  });
1677
1687
  }
1678
1688
  }
1679
- window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", Aa);
1680
- const La = {
1689
+ window.customElements.get("iam-collapsible-side") || window.customElements.define("iam-collapsible-side", As);
1690
+ const Ls = {
1681
1691
  name: "CollapsibleSideMenu",
1682
1692
  props: {},
1683
1693
  mounted() {
1684
1694
  }
1685
1695
  };
1686
- function xa(t, a, e, i, r, s) {
1696
+ function xs(t, s, e, i, r, a) {
1687
1697
  return o(), l("iam-collapsible-side", null, [
1688
1698
  u(t.$slots, "default")
1689
1699
  ]);
1690
1700
  }
1691
- const Xa = /* @__PURE__ */ m(La, [["render", xa]]);
1701
+ const Xs = /* @__PURE__ */ m(Ls, [["render", xs]]);
1692
1702
  export {
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,
1703
+ Es as Accordion,
1704
+ Hs as AccordionItem,
1705
+ Qs as Actionbar,
1706
+ Js as AddressLookup,
1707
+ Ws as AppliedFilters,
1708
+ Ms as Banner,
1709
+ Cs as Card,
1710
+ Ns as Carousel,
1711
+ Xs as CollapsibleSideMenu,
1712
+ Ts as FileUpload,
1713
+ Ks as Filterlist,
1714
+ Ps as Header,
1705
1715
  N as Input,
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,
1716
+ qs as Logo,
1717
+ Ds as Nav,
1718
+ Us as NoteFeed,
1719
+ Gs as Notification,
1720
+ Ys as Pagination,
1721
+ Is as PropertySearchbar,
1722
+ Fs as Snapshot,
1723
+ zs as Step,
1724
+ Vs as Stepper,
1725
+ Os as Tab,
1716
1726
  C as Table,
1717
- Ba as Tabs,
1718
- Ra as Testimonial,
1719
- ja as Timeline
1727
+ Bs as Tabs,
1728
+ Rs as Testimonial,
1729
+ js as Timeline
1720
1730
  };