adp-web-components 0.1.96 → 0.1.98

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 (206) hide show
  1. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +2 -2
  2. package/dist/cjs/flexible-container.cjs.entry.js +1 -1
  3. package/dist/cjs/form-checkbox.cjs.entry.js +1 -1
  4. package/dist/cjs/form-date-picker.cjs.entry.js +1 -1
  5. package/dist/cjs/form-dialog_13.cjs.entry.js +12 -12
  6. package/dist/cjs/form-input_7.cjs.entry.js +4 -4
  7. package/dist/cjs/form-switch.cjs.entry.js +1 -1
  8. package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/{functions-c4LNNvP7.js → functions-BpKNvFOZ.js} +7 -5
  10. package/dist/cjs/general-form.cjs.entry.js +4 -4
  11. package/dist/cjs/general-inquiry-form.cjs.entry.js +4 -4
  12. package/dist/cjs/{get-local-language-1MHuCJro.js → get-local-language-BzozsYM1.js} +1 -1
  13. package/dist/cjs/{get-mock-files-BVHvsHrk.js → get-mock-files-BGsN_cTX.js} +1 -1
  14. package/dist/cjs/information-table.cjs.entry.js +1 -1
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
  17. package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +1 -1
  18. package/dist/cjs/part-lookup.cjs.entry.js +1 -1
  19. package/dist/cjs/service-booking-form.cjs.entry.js +4 -4
  20. package/dist/cjs/shift-components.cjs.js +1 -1
  21. package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
  22. package/dist/cjs/shift-tabs_2.cjs.entry.js +2 -2
  23. package/dist/cjs/ssc-lookup-form.cjs.entry.js +4 -4
  24. package/dist/cjs/test-drive-form.cjs.entry.js +4 -4
  25. package/dist/cjs/vehicle-accessories_7.cjs.entry.js +22 -12
  26. package/dist/cjs/vehicle-lookup.cjs.entry.js +41 -14
  27. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +4 -4
  28. package/dist/collection/components/components/flexible-container.css +1 -1
  29. package/dist/collection/components/components/information-table.css +1 -1
  30. package/dist/collection/components/components/loading-spinner.css +1 -1
  31. package/dist/collection/components/components/shift-tab-content.css +1 -1
  32. package/dist/collection/components/components/shift-tabs.css +1 -1
  33. package/dist/collection/components/form-elements/form-inputs.css +1 -1
  34. package/dist/collection/components/forms/general-form.js +18 -8
  35. package/dist/collection/components/forms/general-inquiry.js +18 -8
  36. package/dist/collection/components/forms/service-booking.js +18 -8
  37. package/dist/collection/components/forms/ssc-lookup.js +18 -8
  38. package/dist/collection/components/forms/test-drive.js +18 -8
  39. package/dist/collection/components/forms/vehicle-quotation.js +18 -8
  40. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
  41. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  42. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  43. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  44. package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +84 -12
  45. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  46. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  47. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  48. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  49. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  50. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.js +31 -4
  51. package/dist/collection/features/form-hook/functions.js +6 -4
  52. package/dist/components/dead-stock-lookup.js +1 -1
  53. package/dist/components/distributor-lookup.js +1 -1
  54. package/dist/components/flexible-container.js +1 -1
  55. package/dist/components/form-checkbox.js +1 -1
  56. package/dist/components/form-date-picker.js +1 -1
  57. package/dist/components/form-file.js +1 -1
  58. package/dist/components/form-input-preview.js +1 -1
  59. package/dist/components/form-input.js +1 -1
  60. package/dist/components/form-phone-number.js +1 -1
  61. package/dist/components/form-picker-input.js +1 -1
  62. package/dist/components/form-select.js +1 -1
  63. package/dist/components/form-shadow-input.js +1 -1
  64. package/dist/components/form-stepper-control.js +1 -1
  65. package/dist/components/form-stepper-submit.js +1 -1
  66. package/dist/components/form-stepper.js +1 -1
  67. package/dist/components/form-structure-error.js +1 -1
  68. package/dist/components/form-structure.js +1 -1
  69. package/dist/components/form-submit.js +1 -1
  70. package/dist/components/form-switch.js +1 -1
  71. package/dist/components/form-text-area.js +1 -1
  72. package/dist/components/form-time-picker.js +1 -1
  73. package/dist/components/form-vin-input.js +1 -1
  74. package/dist/components/general-form.js +1 -1
  75. package/dist/components/general-inquiry-form.js +1 -1
  76. package/dist/components/information-table.js +1 -1
  77. package/dist/components/loading-spinner.js +1 -1
  78. package/dist/components/manufacturer-lookup.js +1 -1
  79. package/dist/components/manufacturer-part-lookup.js +1 -1
  80. package/dist/components/{p-CZcyI2yM.js → p-B9z7HBFS.js} +1 -1
  81. package/dist/components/{p-CdVpJiPt.js → p-BCuRH0gd.js} +1 -1
  82. package/dist/components/{p-DMO4rg76.js → p-BH6szRy3.js} +1 -1
  83. package/dist/components/p-BQUq94yn.js +5 -0
  84. package/dist/components/{p-Bf_EWOck.js → p-BSlgAQPJ.js} +1 -1
  85. package/dist/components/{p-DddfxvpS.js → p-BUHEDlJs.js} +1 -1
  86. package/dist/components/{p-B8T4ZdfO.js → p-BduqNKbq.js} +1 -1
  87. package/dist/components/{p-DLLxW6BC.js → p-BxQ2hWiB.js} +1 -1
  88. package/dist/components/{p-DA1UjBLQ.js → p-BzWGBTsZ.js} +1 -1
  89. package/dist/components/{p-Dgeh2ZWr.js → p-C-ysHrsJ.js} +1 -1
  90. package/dist/components/p-C03FpCLQ.js +5 -0
  91. package/dist/components/{p-BEcONXUy.js → p-CAvWNw8_.js} +1 -1
  92. package/dist/components/{p-DP0cc26P.js → p-CHjkTvcK.js} +1 -1
  93. package/dist/components/{p-DOq98ktr.js → p-CN7ZscDF.js} +1 -1
  94. package/dist/components/{p-C72VDGRa.js → p-COZSECn3.js} +1 -1
  95. package/dist/components/{p-P42uxiSB.js → p-CQdw408H.js} +1 -1
  96. package/dist/components/{p-R4045_D0.js → p-CRue642c.js} +1 -1
  97. package/dist/components/{p-AMfrjUro.js → p-CSx-FdxU.js} +1 -1
  98. package/dist/components/p-CeSL7MS7.js +5 -0
  99. package/dist/components/p-CiUZDgB0.js +5 -0
  100. package/dist/components/{p-D1SHaUmg.js → p-Cln9wJsL.js} +1 -1
  101. package/dist/components/{p-CA5DkENl.js → p-CnGi9Nmu.js} +1 -1
  102. package/dist/components/p-CtsNw-aB.js +5 -0
  103. package/dist/components/{p-PKoHOITn.js → p-Cuvl1QVe.js} +1 -1
  104. package/dist/components/{p-Cm5WGTlH.js → p-D0yC_NSV.js} +1 -1
  105. package/dist/components/{p-BeqTg4aU.js → p-DZ31W-zg.js} +1 -1
  106. package/dist/components/{p-DPBlghXl.js → p-DbruTdeO.js} +1 -1
  107. package/dist/components/{p-CRPeUFfX.js → p-DrYZXaM6.js} +1 -1
  108. package/dist/components/{p-COxtXG44.js → p-DtM3YQlT.js} +1 -1
  109. package/dist/components/{p-QXFYY7S4.js → p-Dv5y3kQL.js} +1 -1
  110. package/dist/components/{p-BYXSo-kA.js → p-Dwl5WZbL.js} +1 -1
  111. package/dist/components/{p-CUd2FXIi.js → p-Dx99lcyD.js} +1 -1
  112. package/dist/components/{p-B3g76jzM.js → p-WpdVzknV.js} +1 -1
  113. package/dist/components/{p-DWZ8I52Q.js → p-gDzTTIqr.js} +1 -1
  114. package/dist/components/{p-CaC3biLp.js → p-rBfit_8p.js} +1 -1
  115. package/dist/components/{p-OO_mO9px.js → p-xZ34Dzg8.js} +1 -1
  116. package/dist/components/part-lookup.js +1 -1
  117. package/dist/components/service-booking-form.js +1 -1
  118. package/dist/components/shift-accordion.js +1 -1
  119. package/dist/components/shift-slider.js +1 -1
  120. package/dist/components/shift-tab-content.js +1 -1
  121. package/dist/components/shift-tabs.js +1 -1
  122. package/dist/components/ssc-lookup-form.js +1 -1
  123. package/dist/components/test-drive-form.js +1 -1
  124. package/dist/components/vehicle-accessories.js +1 -1
  125. package/dist/components/vehicle-claimable-items.js +1 -1
  126. package/dist/components/vehicle-item-claim-form.js +1 -1
  127. package/dist/components/vehicle-lookup.js +1 -1
  128. package/dist/components/vehicle-paint-thickness.js +1 -1
  129. package/dist/components/vehicle-quotation-form.js +1 -1
  130. package/dist/components/vehicle-sale-information.js +1 -1
  131. package/dist/components/vehicle-service-history.js +1 -1
  132. package/dist/components/vehicle-specification.js +1 -1
  133. package/dist/components/vehicle-warranty-details.js +1 -1
  134. package/dist/esm/dead-stock-lookup_3.entry.js +2 -2
  135. package/dist/esm/flexible-container.entry.js +1 -1
  136. package/dist/esm/form-checkbox.entry.js +1 -1
  137. package/dist/esm/form-date-picker.entry.js +1 -1
  138. package/dist/esm/form-dialog_13.entry.js +12 -12
  139. package/dist/esm/form-input_7.entry.js +4 -4
  140. package/dist/esm/form-switch.entry.js +1 -1
  141. package/dist/esm/form-time-picker.entry.js +1 -1
  142. package/dist/esm/{functions-DvUTsGse.js → functions-CwYf8n12.js} +7 -5
  143. package/dist/esm/general-form.entry.js +4 -4
  144. package/dist/esm/general-inquiry-form.entry.js +4 -4
  145. package/dist/esm/{get-local-language-BDNS3jkL.js → get-local-language-r2-r6kOD.js} +1 -1
  146. package/dist/esm/{get-mock-files-BFMAgpwT.js → get-mock-files-BI0nVqux.js} +1 -1
  147. package/dist/esm/information-table.entry.js +1 -1
  148. package/dist/esm/loader.js +1 -1
  149. package/dist/esm/loading-spinner.entry.js +1 -1
  150. package/dist/esm/manufacturer-part-lookup.entry.js +1 -1
  151. package/dist/esm/part-lookup.entry.js +1 -1
  152. package/dist/esm/service-booking-form.entry.js +4 -4
  153. package/dist/esm/shift-components.js +1 -1
  154. package/dist/esm/shift-tab-content.entry.js +1 -1
  155. package/dist/esm/shift-tabs_2.entry.js +2 -2
  156. package/dist/esm/ssc-lookup-form.entry.js +4 -4
  157. package/dist/esm/test-drive-form.entry.js +4 -4
  158. package/dist/esm/vehicle-accessories_7.entry.js +22 -12
  159. package/dist/esm/vehicle-lookup.entry.js +41 -14
  160. package/dist/esm/vehicle-quotation-form.entry.js +4 -4
  161. package/dist/shift-components/{p-bb935ffd.entry.js → p-03c7a774.entry.js} +1 -1
  162. package/dist/shift-components/{p-25f5f5b6.entry.js → p-08771321.entry.js} +1 -1
  163. package/dist/shift-components/{p-354f9492.entry.js → p-1b37a53d.entry.js} +1 -1
  164. package/dist/shift-components/{p-770b9597.entry.js → p-5602be47.entry.js} +1 -1
  165. package/dist/shift-components/{p-7d686c4f.entry.js → p-5a3cc76b.entry.js} +1 -1
  166. package/dist/shift-components/{p-e35199b3.entry.js → p-61e47bde.entry.js} +1 -1
  167. package/dist/shift-components/{p-8f96b442.entry.js → p-7a69c2a0.entry.js} +1 -1
  168. package/dist/shift-components/{p-227d8f35.entry.js → p-7fde3e9b.entry.js} +1 -1
  169. package/dist/shift-components/p-897da01a.entry.js +5 -0
  170. package/dist/shift-components/p-8e749912.entry.js +5 -0
  171. package/dist/shift-components/{p-BG5LGdej.js → p-BUiKJuwH.js} +1 -1
  172. package/dist/shift-components/p-BfZEG8m5.js +5 -0
  173. package/dist/shift-components/{p-CNaKJSFN.js → p-C95ZOjYf.js} +1 -1
  174. package/dist/shift-components/{p-ca8988b8.entry.js → p-a9931514.entry.js} +1 -1
  175. package/dist/shift-components/{p-fccb2957.entry.js → p-ab65d4d9.entry.js} +1 -1
  176. package/dist/shift-components/{p-0c5d4b62.entry.js → p-ad2c5ed4.entry.js} +1 -1
  177. package/dist/shift-components/{p-aecb50ba.entry.js → p-ae5cbe55.entry.js} +1 -1
  178. package/dist/shift-components/{p-5ddb56c4.entry.js → p-c5aa1bdb.entry.js} +1 -1
  179. package/dist/shift-components/{p-d536d9e5.entry.js → p-c65ed624.entry.js} +1 -1
  180. package/dist/shift-components/{p-510776cd.entry.js → p-d373ac8b.entry.js} +1 -1
  181. package/dist/shift-components/{p-1bc295a5.entry.js → p-e225d38c.entry.js} +1 -1
  182. package/dist/shift-components/{p-74438092.entry.js → p-e64c4913.entry.js} +1 -1
  183. package/dist/shift-components/{p-d0e78b3e.entry.js → p-eab20423.entry.js} +1 -1
  184. package/dist/shift-components/{p-77571c1c.entry.js → p-f4fcd443.entry.js} +1 -1
  185. package/dist/shift-components/{p-0b53ff13.entry.js → p-f4fe340c.entry.js} +1 -1
  186. package/dist/shift-components/shift-components.esm.js +1 -1
  187. package/dist/types/components/forms/general-form.d.ts +2 -2
  188. package/dist/types/components/forms/general-inquiry.d.ts +2 -2
  189. package/dist/types/components/forms/service-booking.d.ts +2 -2
  190. package/dist/types/components/forms/ssc-lookup.d.ts +2 -2
  191. package/dist/types/components/forms/test-drive.d.ts +2 -2
  192. package/dist/types/components/forms/vehicle-quotation.d.ts +2 -2
  193. package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +5 -0
  194. package/dist/types/components/vehicle-lookup/vehicle-warranty-details.d.ts +1 -0
  195. package/dist/types/components.d.ts +43 -24
  196. package/dist/types/features/form-hook/functions.d.ts +2 -2
  197. package/dist/types/features/form-hook/interface.d.ts +2 -2
  198. package/package.json +1 -1
  199. package/dist/components/p-BokDJhvE.js +0 -5
  200. package/dist/components/p-Bp4kHrHB.js +0 -5
  201. package/dist/components/p-C7ZuzkCY.js +0 -5
  202. package/dist/components/p-C_TMgL4m.js +0 -5
  203. package/dist/components/p-RKEfWkfU.js +0 -5
  204. package/dist/shift-components/p-4847b693.entry.js +0 -5
  205. package/dist/shift-components/p-Dm300l3M.js +0 -5
  206. package/dist/shift-components/p-c279a491.entry.js +0 -5
@@ -3,14 +3,14 @@
3
3
  * Copyright (c)
4
4
  */
5
5
  import { r as registerInstance, h, H as Host, a as getElement } from './index-Bf4Ol6Qt.js';
6
- import { f as functionHooks } from './functions-DvUTsGse.js';
6
+ import { f as functionHooks } from './functions-CwYf8n12.js';
7
7
  import { c as cn } from './cn-BK16Cn81.js';
8
8
  import { g as getFormValidations } from './validation-oieVWBn1.js';
9
9
  import { s as sharedFormLocalesSchema } from './types-BDhR4pDq.js';
10
10
  import { g as getLanguageFromUrl } from './get-language-from-url-DvR7LGV5.js';
11
11
  import { L as LoaderIcon } from './loader-icon-DM4Vm5gX.js';
12
12
  import { g as getFormMappers } from './mappers-Bk5UgY3t.js';
13
- import './get-local-language-BDNS3jkL.js';
13
+ import './get-local-language-r2-r6kOD.js';
14
14
  import './validate-vin-CUREVASG.js';
15
15
  import './calendar-days-icon-Dz291Fau.js';
16
16
  import './decode-time-offset-DFZOybyr.js';
@@ -76,9 +76,9 @@ const SSCLookupForm = class {
76
76
  // #endregion
77
77
  render() {
78
78
  var _a, _b;
79
- return (h(Host, { key: '54dfeb791bbc475f45e87d2504036edb45b7f890', translate: "no" }, h("div", { key: 'd1174105f990633a89cf180b663817c5cfe046a9', part: cn('shift-form', (_b = (_a = this.structure) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.theme, this.theme) }, h("div", { key: 'cefc0be65620494aa5005799399c160d88ed6532', part: "form-container", class: "relative min-h-[150px]" }, h("div", { key: '3851298c0c7a0ba6fc3eed864601290fd48fa8ba', part: "form-loader-container", class: cn('form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500', {
79
+ return (h(Host, { key: '5bf780577b542c9391ea846bb8184bbcb9a7be45', translate: "no" }, h("div", { key: '28ba40f28f86cc87fe1139d58b8823655a5b8825', part: cn('shift-form', (_b = (_a = this.structure) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.theme, this.theme) }, h("div", { key: 'c1e75853e048f2c0685872ec936f1cbf60fc9b3f', part: "form-container", class: "relative min-h-[150px]" }, h("div", { key: 'c1643fb440c1ff9033ca478c228e51431af83cae', part: "form-loader-container", class: cn('form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500', {
80
80
  'opacity-0': this.structureRendered,
81
- }) }, h(LoaderIcon, { key: '04efed70810ba60883812f29b052523f054a3235', part: "form-loader-icon", class: "img" })), h("flexible-container", { key: '8272e1ff6abed3d04c66d01d8e67dade9ecd60cf', onlyForMounting: true, isOpened: this.structureRendered }, !!this.form && (h("form-structure", { key: '4975d3e3fda24b3d6b05385180a2733dd6973fb4', form: this.form, fields: this.fields, formId: this.formId, formLocale: this.locale, structure: this.structure, isLoading: this.isLoading, language: this.localeLanguage, errorMessage: this.errorMessage, formElementMapper: elementMapper, successMessage: this.locale['Form submitted successfully.'] || 'Form submitted successfully.' }, h("slot", { key: 'e2bbf6846fdbe32d86b5c4fd2dc009a755d14a73' }))))))));
81
+ }) }, h(LoaderIcon, { key: '597c77841a4899ab7092e954745f0a4cee4f8845', part: "form-loader-icon", class: "img" })), h("flexible-container", { key: 'c6f7cfbd04b78029de56c0cc18a6e46f7b6e9332', onlyForMounting: true, isOpened: this.structureRendered }, !!this.form && (h("form-structure", { key: '7402530884f60323b36b915c74cdfec2c797e937', form: this.form, fields: this.fields, formId: this.formId, formLocale: this.locale, structure: this.structure, isLoading: this.isLoading, language: this.localeLanguage, errorMessage: this.errorMessage, formElementMapper: elementMapper, successMessage: this.locale['Form submitted successfully.'] || 'Form submitted successfully.' }, h("slot", { key: '0d995c8a07e30b0273827a682976e803943481cd' }))))))));
82
82
  }
83
83
  get el() { return getElement(this); }
84
84
  static get watchers() { return {
@@ -3,14 +3,14 @@
3
3
  * Copyright (c)
4
4
  */
5
5
  import { r as registerInstance, h, H as Host, a as getElement } from './index-Bf4Ol6Qt.js';
6
- import { f as functionHooks } from './functions-DvUTsGse.js';
6
+ import { f as functionHooks } from './functions-CwYf8n12.js';
7
7
  import { c as cn } from './cn-BK16Cn81.js';
8
8
  import { g as getFormValidations } from './validation-oieVWBn1.js';
9
9
  import { s as sharedFormLocalesSchema } from './types-BDhR4pDq.js';
10
10
  import { g as getLanguageFromUrl } from './get-language-from-url-DvR7LGV5.js';
11
11
  import { L as LoaderIcon } from './loader-icon-DM4Vm5gX.js';
12
12
  import { g as getFormMappers } from './mappers-Bk5UgY3t.js';
13
- import './get-local-language-BDNS3jkL.js';
13
+ import './get-local-language-r2-r6kOD.js';
14
14
  import './validate-vin-CUREVASG.js';
15
15
  import './calendar-days-icon-Dz291Fau.js';
16
16
  import './decode-time-offset-DFZOybyr.js';
@@ -65,9 +65,9 @@ const TestDriveForm = class {
65
65
  // #endregion
66
66
  render() {
67
67
  var _a, _b;
68
- return (h(Host, { key: '54a98bff98948a257373c3a17d0842ca695ac3d2', translate: "no" }, h("div", { key: '42866c705aa08a1e5df4ce4781d766eb7941946c', part: cn('shift-form', (_b = (_a = this.structure) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.theme, this.theme) }, h("div", { key: 'b3c778a3f7df720aa0414f0183180550c066fb98', part: "form-container", class: "relative min-h-[150px]" }, h("div", { key: '78383d4d5a57957c55bf5dbe8dedc520014525b1', part: "form-loader-container", class: cn('form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500', {
68
+ return (h(Host, { key: '0501b291a3ec179915ba0586be7acf469fe0b24b', translate: "no" }, h("div", { key: '7a5f87e0084838e3c243bebbb817642bdc21c011', part: cn('shift-form', (_b = (_a = this.structure) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.theme, this.theme) }, h("div", { key: 'f8670aaa521041222bc2963d4f509d64138f27f3', part: "form-container", class: "relative min-h-[150px]" }, h("div", { key: 'f8f1073cd82fb9106c80ec0b1e69ec533afb479b', part: "form-loader-container", class: cn('form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500', {
69
69
  'opacity-0': this.structureRendered,
70
- }) }, h(LoaderIcon, { key: 'bb6520abffdbcd948b98111cc94208d7c225d5c9', part: "form-loader-icon", class: "img" })), h("flexible-container", { key: '505c9a1b3f9d719fe19d4f07147ca056faad51ef', onlyForMounting: true, isOpened: this.structureRendered }, !!this.form && (h("form-structure", { key: '26acf68a47343cf63d437d5386daee2d11aa15e9', form: this.form, fields: this.fields, formId: this.formId, formLocale: this.locale, structure: this.structure, isLoading: this.isLoading, language: this.localeLanguage, errorMessage: this.errorMessage, formElementMapper: elementMapper, successMessage: this.locale['Form submitted successfully.'] || 'Form submitted successfully.' }, h("slot", { key: 'ce2396c799010bc6b6c3b42bae2e1610bddc2c50' }))))))));
70
+ }) }, h(LoaderIcon, { key: '8e5a05a0b47f3f8338e797d20656b2f4c1d7343f', part: "form-loader-icon", class: "img" })), h("flexible-container", { key: '12c11fa78c85cf946d0fa8cfab0031b5c1709b8d', onlyForMounting: true, isOpened: this.structureRendered }, !!this.form && (h("form-structure", { key: '423a2877898ddb74bdc2eef17ba05d2e91243878', form: this.form, fields: this.fields, formId: this.formId, formLocale: this.locale, structure: this.structure, isLoading: this.isLoading, language: this.localeLanguage, errorMessage: this.errorMessage, formElementMapper: elementMapper, successMessage: this.locale['Form submitted successfully.'] || 'Form submitted successfully.' }, h("slot", { key: '1a5a870e7c5ca4e2067894a5e25170d7ebfb488a' }))))))));
71
71
  }
72
72
  get el() { return getElement(this); }
73
73
  static get watchers() { return {