@rededor/cura 2.0.0-alpha.14 → 2.0.0-alpha.17

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 (141) hide show
  1. package/dist/assets/assets/icons/iconset-default-list.ts +1 -1
  2. package/dist/assets/assets/icons/iconset-default-tmp.svg +78 -2
  3. package/dist/assets/assets/icons/iconset-default.svg +1 -1
  4. package/dist/cjs/cura-accordion_22.cjs.entry.js +39 -83
  5. package/dist/cjs/cura-display.cjs.entry.js +1 -1
  6. package/dist/cjs/cura-icons-view.cjs.entry.js +1 -1
  7. package/dist/cjs/cura-input-textarea.cjs.entry.js +236 -0
  8. package/dist/cjs/cura-loader-bar.cjs.entry.js +1 -1
  9. package/dist/cjs/cura-radio.cjs.entry.js +1 -1
  10. package/dist/cjs/cura-switch.cjs.entry.js +1 -1
  11. package/dist/cjs/cura-tabs-button.cjs.entry.js +1 -1
  12. package/dist/cjs/cura-tabs-transparent.cjs.entry.js +1 -1
  13. package/dist/cjs/cura.cjs.js +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/utils-DMHZ2n4p.js +47 -0
  16. package/dist/collection/assets/icons/iconset-default-list.js +1 -1
  17. package/dist/collection/assets/icons/iconset-default-tmp.svg +78 -2
  18. package/dist/collection/assets/icons/iconset-default.svg +1 -1
  19. package/dist/collection/assets-raw/icons/default/airCond.svg +3 -0
  20. package/dist/collection/assets-raw/icons/default/backspaceDelete.svg +3 -0
  21. package/dist/collection/assets-raw/icons/default/bathroom.svg +3 -0
  22. package/dist/collection/assets-raw/icons/default/bed.svg +3 -0
  23. package/dist/collection/assets-raw/icons/default/blinds.svg +3 -0
  24. package/dist/collection/assets-raw/icons/default/clean.svg +3 -0
  25. package/dist/collection/assets-raw/icons/default/docs.svg +4 -0
  26. package/dist/collection/assets-raw/icons/default/door.svg +3 -0
  27. package/dist/collection/assets-raw/icons/default/keyboardArrows.svg +3 -0
  28. package/dist/collection/assets-raw/icons/default/keyboardNum.svg +10 -0
  29. package/dist/collection/assets-raw/icons/default/lampSmart.svg +3 -0
  30. package/dist/collection/assets-raw/icons/default/mobileRotate2.svg +1 -1
  31. package/dist/collection/assets-raw/icons/default/nutrition.svg +3 -0
  32. package/dist/collection/assets-raw/icons/default/pause.svg +3 -0
  33. package/dist/collection/assets-raw/icons/default/sink.svg +3 -0
  34. package/dist/collection/assets-raw/icons/default/stop.svg +1 -1
  35. package/dist/collection/assets-raw/icons/default/tv.svg +3 -0
  36. package/dist/collection/assets-raw/icons/default/userChecklist.svg +3 -0
  37. package/dist/collection/assets-raw/icons/default/window.svg +3 -0
  38. package/dist/collection/collection-manifest.json +1 -0
  39. package/dist/collection/components/cura-calendar/cura-calendar.js +20 -27
  40. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.css +174 -0
  41. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.js +613 -0
  42. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.stories.js +222 -0
  43. package/dist/collection/components/forms/cura-label/cura-label.js +1 -1
  44. package/dist/collection/components/forms/cura-radio/cura-radio.js +1 -1
  45. package/dist/collection/components/forms/cura-select/cura-select.js +3 -3
  46. package/dist/collection/components/forms/cura-select-options/cura-select-option.js +1 -1
  47. package/dist/collection/components/forms/cura-switch/cura-switch.js +1 -1
  48. package/dist/collection/components/loaders/cura-loader-bar/cura-loader-bar.js +1 -1
  49. package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.js +1 -1
  50. package/dist/collection/components/tabs/cura-tabs/cura-tabs.js +1 -1
  51. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.js +1 -1
  52. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.js +1 -1
  53. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.js +1 -1
  54. package/dist/collection/components/text/cura-display/cura-display.js +1 -1
  55. package/dist/collection/components/text/cura-heading/cura-heading.js +1 -1
  56. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +1 -1
  57. package/dist/components/cura-accordion-item.js +1 -1
  58. package/dist/components/cura-alert.js +1 -1
  59. package/dist/components/cura-badge-counter.js +1 -1
  60. package/dist/components/cura-badge-distance.js +1 -1
  61. package/dist/components/cura-badge-pill.js +1 -1
  62. package/dist/components/cura-button-outline.js +1 -1
  63. package/dist/components/cura-button-select.js +1 -1
  64. package/dist/components/cura-button-transparent.js +1 -1
  65. package/dist/components/cura-button.js +1 -1
  66. package/dist/components/cura-calendar.js +1 -1
  67. package/dist/components/cura-checkbox.js +1 -1
  68. package/dist/components/cura-display.js +1 -1
  69. package/dist/components/cura-dropdown-search-category.js +1 -1
  70. package/dist/components/cura-dropdown-search-not-found.js +1 -1
  71. package/dist/components/cura-dropdown-search.js +1 -1
  72. package/dist/components/cura-heading.js +1 -1
  73. package/dist/components/cura-icons-view.js +1 -1
  74. package/dist/components/cura-input-date.js +1 -1
  75. package/dist/components/cura-input-text.js +1 -1
  76. package/dist/components/cura-input-textarea.d.ts +11 -0
  77. package/dist/components/cura-input-textarea.js +1 -0
  78. package/dist/components/cura-label.js +1 -1
  79. package/dist/components/cura-loader-bar.js +1 -1
  80. package/dist/components/cura-loader-circle.js +1 -1
  81. package/dist/components/cura-modal.js +1 -1
  82. package/dist/components/cura-paragraph.js +1 -1
  83. package/dist/components/cura-radio.js +1 -1
  84. package/dist/components/cura-select-option.js +1 -1
  85. package/dist/components/cura-select.js +1 -1
  86. package/dist/components/cura-stepper-item.js +1 -1
  87. package/dist/components/cura-stepper.js +1 -1
  88. package/dist/components/cura-switch.js +1 -1
  89. package/dist/components/cura-tabs-button.js +1 -1
  90. package/dist/components/cura-tabs-group.js +1 -1
  91. package/dist/components/cura-tabs-transparent.js +1 -1
  92. package/dist/components/cura-tabs.js +1 -1
  93. package/dist/components/cura-toast.js +1 -1
  94. package/dist/components/cura-tooltip.js +1 -1
  95. package/dist/components/index.js +1 -1
  96. package/dist/components/p-B2TDH4aP.js +1 -0
  97. package/dist/components/{p-Oyg5hynZ.js → p-BHVSbubb.js} +1 -1
  98. package/dist/components/{p-BBtCzdwH.js → p-BKDpza6x.js} +1 -1
  99. package/dist/components/{p-BOQ-9WHP.js → p-BuETJyzc.js} +1 -1
  100. package/dist/components/{p-BGBnVlL3.js → p-CksTHXxZ.js} +1 -1
  101. package/dist/components/{p-I4AXUk2V.js → p-D4hCuriT.js} +1 -1
  102. package/dist/components/p-DQP7jRHp.js +1 -0
  103. package/dist/components/p-DgK8dEko.js +1 -0
  104. package/dist/components/{p-BXFxWVl3.js → p-DgQJ968V.js} +1 -1
  105. package/dist/components/{p-BFGkepgq.js → p-Dmalf4Oj.js} +1 -1
  106. package/dist/components/{p-DbZtk_CM.js → p-KovUKiTX.js} +1 -1
  107. package/dist/components/{p-Bac-rr_f.js → p-PiUhcFob.js} +1 -1
  108. package/dist/components/{p-BmMvoH-m.js → p-TnCIk87O.js} +1 -1
  109. package/dist/components/{p-Cm1Vfoc6.js → p-i55vIhdM.js} +1 -1
  110. package/dist/cura/cura.esm.js +1 -1
  111. package/dist/cura/{p-71fffffa.entry.js → p-1c48aaa7.entry.js} +1 -1
  112. package/dist/cura/{p-2572a4f9.entry.js → p-4178e3e6.entry.js} +1 -1
  113. package/dist/cura/p-5b26a166.entry.js +1 -0
  114. package/dist/cura/p-CUmwazb8.js +1 -0
  115. package/dist/cura/p-a305e17a.entry.js +1 -0
  116. package/dist/cura/{p-8b29b763.entry.js → p-b157025d.entry.js} +1 -1
  117. package/dist/cura/{p-1ecb2249.entry.js → p-bd649bed.entry.js} +1 -1
  118. package/dist/cura/p-cc5d2e34.entry.js +1 -0
  119. package/dist/cura/{p-04b5c710.entry.js → p-d43fb791.entry.js} +1 -1
  120. package/dist/cura/{p-a5c4849c.entry.js → p-d64ef37d.entry.js} +1 -1
  121. package/dist/esm/cura-accordion_22.entry.js +32 -76
  122. package/dist/esm/cura-display.entry.js +1 -1
  123. package/dist/esm/cura-icons-view.entry.js +1 -1
  124. package/dist/esm/cura-input-textarea.entry.js +234 -0
  125. package/dist/esm/cura-loader-bar.entry.js +1 -1
  126. package/dist/esm/cura-radio.entry.js +1 -1
  127. package/dist/esm/cura-switch.entry.js +1 -1
  128. package/dist/esm/cura-tabs-button.entry.js +1 -1
  129. package/dist/esm/cura-tabs-transparent.entry.js +1 -1
  130. package/dist/esm/cura.js +1 -1
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/utils-BZCR971L.js +41 -0
  133. package/dist/types/components/cura-calendar/cura-calendar.d.ts +3 -6
  134. package/dist/types/components/forms/cura-input-textarea/cura-input-textarea.d.ts +116 -0
  135. package/dist/types/components/forms/cura-input-textarea/cura-input-textarea.stories.d.ts +188 -0
  136. package/dist/types/components.d.ts +210 -0
  137. package/package.json +4 -2
  138. package/dist/components/p-BJafC0R3.js +0 -1
  139. package/dist/components/p-nqT7t82E.js +0 -1
  140. package/dist/cura/p-c287c69e.entry.js +0 -1
  141. package/dist/cura/p-c987ddde.entry.js +0 -1
@@ -190,7 +190,7 @@ const CuraRadio = class {
190
190
  return statusColors[this.status][type];
191
191
  }
192
192
  render() {
193
- return (index.h(index.Host, { key: '3b4001cf9d095153254069f9865d865f8570c74f', role: "radio", "aria-checked": this.checked, "aria-disabled": this.disabled, "aria-required": this.required, "aria-invalid": this.status === 'error' }, index.h("div", { key: '2a60ebf8f84ab618580b924bf1a2ce9acf70ed81', class: this.getClasses(), style: this.styles, onClick: this.handleClick }, index.h("div", { key: 'b1bf673d26f9651696fe5e705f4978eda14e25f6', class: "info" }, index.h("div", { key: '3f0cb6742da331c137c62b647a713781b57d25b2', class: "label-wrapper" }, index.h("cura-label", { key: 'a4bcd0b9b9265db0c7c13a47924ba6b253b01f25', textOverflow: this.overflowLabel, class: `label${this.overflowLabel === 'single' ? ' textoverflow-single' : ''}`, size: this.size === 'large' ? 'medium' : 'xsmall', color: this.assignColor('label') }, this.label), this.required && (index.h("cura-paragraph", { key: '821198baf60494203af757451e892a79afde3e2b', lineHeight: "0%", marginBlock: "0", color: "error-base" }, "*", ' '))), index.h("cura-label", { key: '8859c2fd4e77342b1884283977b109c714fc32e6', textOverflow: this.overflowHelper, color: this.assignColor('message'), size: "xsmall", class: "message" }, index.h("slot", { key: '313feac58eee6ee2d2b3656d0fb971be7fc43481' }))), index.h("input", { key: 'f9bd494bbe59443d7bacf31dafb2f516591ad596', type: "radio", class: `radio ${this.size.toLocaleLowerCase()}`, name: this.name, value: this.value, required: this.required, tabIndex: this.ontabindex, disabled: this.disabled, checked: this.checked }))));
193
+ return (index.h(index.Host, { key: '7db2e7898ed5509b27a22a5ef06d580b6bfe58bc', role: "radio", "aria-checked": this.checked, "aria-disabled": this.disabled, "aria-required": this.required, "aria-invalid": this.status === 'error' }, index.h("div", { key: 'a48dbced2eb1be2ff162282b40b767ed90d35470', class: this.getClasses(), style: this.styles, onClick: this.handleClick }, index.h("div", { key: 'd332710c196dff35ab6cbcdd780d7bf89ad101ac', class: "info" }, index.h("div", { key: '651604209885f847e02af4a11fbd4cd9f42719e2', class: "label-wrapper" }, index.h("cura-label", { key: '13db1f1fe2dfb79cedce79ddb0cc2af9b04db77f', textOverflow: this.overflowLabel, class: `label${this.overflowLabel === 'single' ? ' textoverflow-single' : ''}`, size: this.size === 'large' ? 'medium' : 'xsmall', color: this.assignColor('label') }, this.label), this.required && (index.h("cura-paragraph", { key: '9cd6e5aaaa8007c766730b26b667a4e1f14a9324', lineHeight: "0%", marginBlock: "0", color: "error-base" }, "*", ' '))), index.h("cura-label", { key: '8e4c761b331bea1d1247d5827ead8e42f04ac2c0', textOverflow: this.overflowHelper, color: this.assignColor('message'), size: "xsmall", class: "message" }, index.h("slot", { key: 'bc8c9b14e175dae86a94e21e110afcf74e8faf49' }))), index.h("input", { key: '26a944b0af74465d83a9bd05c181924b9cfb1c38', type: "radio", class: `radio ${this.size.toLocaleLowerCase()}`, name: this.name, value: this.value, required: this.required, tabIndex: this.ontabindex, disabled: this.disabled, checked: this.checked }))));
194
194
  }
195
195
  static get formAssociated() { return true; }
196
196
  get host() { return index.getElement(this); }
@@ -153,7 +153,7 @@ const CuraSwitch = class {
153
153
  return classes;
154
154
  }
155
155
  render() {
156
- return (index.h(index.Host, { key: '73c935718e0bd39d49581d81de82f3d8dfbecf39', role: "switch", "aria-checked": this.checked, "aria-disabled": this.disabled }, index.h("div", { key: 'f2d813e2c863fd869c1ea48f20155a30f7e9b5bd', class: this.getClasses(), style: this.styles, onClick: this.toggleSwitch }, index.h("div", { key: 'de3b927a6ff4f599c527a370b954872990ef3632', class: "info" }, index.h("cura-label", { key: '71729b9f502baf0de6dba5b0d9592c28a420f41d', textOverflow: this.overflowLabel, style: { textAlign: this.position === 'right' ? 'right' : 'left' }, class: "label", weight: "bold", size: this.size === 'large' ? 'medium' : 'xsmall', lineHeight: "125%", color: this.assignColor('neutral-white', 'neutral-black') }, this.label), index.h("cura-label", { key: '54cc521cadd2d09cae1c5356858f20c5a18d3cf8', textOverflow: this.overflowHelper, style: { textAlign: this.position === 'right' ? 'right' : 'left' }, color: this.assignColor('primary-lighter', 'neutral-dark'), size: "xsmall", class: "message" }, index.h("slot", { key: '57d9dbd78f8e5b30677ecca1c6ba83946b459d28' }))), index.h("div", { key: '03d28fd476865d02010fcf7cd5820f9e50b09015', class: "control" }, index.h("div", { key: '5fc59727c27271cba5f63651373e1e99deb4f5b7', class: `track ${this.size.toLowerCase()}` }, index.h("div", { key: 'cae9983998d99333e85e0da6a66c24d79f79e591', class: `thumb ${this.size.toLowerCase()}`, tabIndex: this.ontabindex }))))));
156
+ return (index.h(index.Host, { key: '55eb7eb4da5cc3eaa376c3a188f1f4580b4d3be8', role: "switch", "aria-checked": this.checked, "aria-disabled": this.disabled }, index.h("div", { key: '2c2e8f59747f6b12e6e9b528007e9e585fc2bb6e', class: this.getClasses(), style: this.styles, onClick: this.toggleSwitch }, index.h("div", { key: '6e3ba0c77facb521f15cc7cdf75adb0ec7a64985', class: "info" }, index.h("cura-label", { key: '6ecc8ca37c3e4078b35f063f935ffa802ed11c0a', textOverflow: this.overflowLabel, style: { textAlign: this.position === 'right' ? 'right' : 'left' }, class: "label", weight: "bold", size: this.size === 'large' ? 'medium' : 'xsmall', lineHeight: "125%", color: this.assignColor('neutral-white', 'neutral-black') }, this.label), index.h("cura-label", { key: 'eea722ec56d3293259d938089972a71b2b0806df', textOverflow: this.overflowHelper, style: { textAlign: this.position === 'right' ? 'right' : 'left' }, color: this.assignColor('primary-lighter', 'neutral-dark'), size: "xsmall", class: "message" }, index.h("slot", { key: 'ce171b19a68fa581279cef2e8b4d6818b84e59c9' }))), index.h("div", { key: '73088b5709884f1d338680a4148f5b4dce33d09c', class: "control" }, index.h("div", { key: 'e61c81796ef55a901423fa8b050a22c856c7fc26', class: `track ${this.size.toLowerCase()}` }, index.h("div", { key: 'd8b302df2b06fc043dc0629a87e2fde46616b406', class: `thumb ${this.size.toLowerCase()}`, tabIndex: this.ontabindex }))))));
157
157
  }
158
158
  static get formAssociated() { return true; }
159
159
  static get watchers() { return {
@@ -89,7 +89,7 @@ const CuraTabs = class {
89
89
  render() {
90
90
  const labelSize = curaTabs_definitions.labelSizes[this.size] || curaTabs_definitions.labelSizes['default'];
91
91
  const labelColor = this.computeContentColor();
92
- return (index.h(index.Host, { key: 'e1b96aaf534d4a6c65f875413a0ad28b524c7d97', role: "button", "aria-pressed": this.selected, "aria-disabled": this.disabled }, index.h("button", { key: 'dd6436cf0820f4038dfda6f5a45bcdf828d342bd', class: this.getClasses(), style: this.styles, onClick: e => this.handleClick(e), disabled: this.disabled, onMouseEnter: this.handleMouseEnter.bind(this), onMouseLeave: this.handleMouseLeave.bind(this) }, this.getIcon(), index.h("cura-label", { key: '8bebb4e66694fbcedcd218cba0f13de2253ae587', size: labelSize, color: labelColor, lineHeight: "0", marginBlock: "0" }, index.h("slot", { key: 'b6fab707b8b4cab36131bfec148746e9459302e8' })), this.counter > 0 && this.getCounter())));
92
+ return (index.h(index.Host, { key: '8c6b0887fb2077909547c732cecb8655842d4a93', role: "button", "aria-pressed": this.selected, "aria-disabled": this.disabled }, index.h("button", { key: 'f91ddf1d31dbebb6e097e48838b64b6787a88148', class: this.getClasses(), style: this.styles, onClick: e => this.handleClick(e), disabled: this.disabled, onMouseEnter: this.handleMouseEnter.bind(this), onMouseLeave: this.handleMouseLeave.bind(this) }, this.getIcon(), index.h("cura-label", { key: '0ca8313f7b54bc0d238c1b56abb75c940789471f', size: labelSize, color: labelColor, lineHeight: "0", marginBlock: "0" }, index.h("slot", { key: '964538375a7c4560a996cc8c069753f07120ba9e' })), this.counter > 0 && this.getCounter())));
93
93
  }
94
94
  static get watchers() { return {
95
95
  "colorMode": [{
@@ -88,7 +88,7 @@ const CuraTabsTransparent = class {
88
88
  render() {
89
89
  const labelSize = curaTabs_definitions.labelSizes[this.size] || curaTabs_definitions.labelSizes['default'];
90
90
  const labelColor = this.computeContentColor();
91
- return (index.h(index.Host, { key: '09e06aa0e52ca852fa5e4409429f50242fa5c6a9', role: "button", "aria-pressed": this.selected, "aria-disabled": this.disabled }, index.h("button", { key: 'a4c5f800f22b23e24b89366766660c02abfd7091', class: this.getClasses(), style: this.styles, onClick: e => this.handleClick(e), disabled: this.disabled, onMouseEnter: this.handleMouseEnter.bind(this), onMouseLeave: this.handleMouseLeave.bind(this) }, this.getIcon(), index.h("cura-label", { key: '73de8c0f84a1128a92fd840c4b6d9b3415071a99', size: labelSize, color: labelColor, lineHeight: "0", marginBlock: "0" }, index.h("slot", { key: '2514d0f1bd9752635fcc2d453c8994d09ef7f5d1' })))));
91
+ return (index.h(index.Host, { key: '3a165e58646df4462994a4368ef6d58a843bdc5c', role: "button", "aria-pressed": this.selected, "aria-disabled": this.disabled }, index.h("button", { key: '50bfeaf2ec27682b6168f0c173b140bee1249229', class: this.getClasses(), style: this.styles, onClick: e => this.handleClick(e), disabled: this.disabled, onMouseEnter: this.handleMouseEnter.bind(this), onMouseLeave: this.handleMouseLeave.bind(this) }, this.getIcon(), index.h("cura-label", { key: '5f2c83984da3d83ec0e6719eff67e901195366fa', size: labelSize, color: labelColor, lineHeight: "0", marginBlock: "0" }, index.h("slot", { key: '317de55115567fed9ece59b8c4da507e20f9c57e' })))));
92
92
  }
93
93
  static get watchers() { return {
94
94
  "colorMode": [{
@@ -22,7 +22,7 @@ var patchBrowser = () => {
22
22
 
23
23
  patchBrowser().then(async (options) => {
24
24
  await appGlobals.globalScripts();
25
- return index.bootstrapLazy(JSON.parse("[[\"cura-accordion_22.cjs\",[[257,\"cura-dropdown-search\",{\"name\":[513],\"size\":[513],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"placeholder\":[513],\"label\":[513],\"icon\":[513],\"maxheight\":[513],\"value\":[1025],\"searchdelay\":[514],\"searchminchars\":[514],\"styles\":[32],\"zoomState\":[32],\"isOnFocus\":[32],\"dropdownItems\":[32],\"setFocus\":[64],\"selectOption\":[64]}],[321,\"cura-button\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}],[257,\"cura-accordion-item\",{\"label\":[513],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"colorMode\":[1,\"color-mode\"],\"level\":[514],\"opened\":[1540],\"styles\":[32]}],[257,\"cura-tabs\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}],[1,\"cura-badge-distance\",{\"distance\":[2],\"label\":[513],\"styles\":[32],\"displayDistance\":[32]},null,{\"distance\":[{\"formatDistance\":0}]}],[257,\"cura-dropdown-search-category\"],[257,\"cura-accordion\",{\"color\":[513],\"colorMode\":[513,\"color-mode\"],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"behavior\":[513],\"level\":[514],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}]}],[1,\"cura-avatar\",{\"size\":[1],\"backgroundColor\":[513,\"background-color\"],\"borderColor\":[513,\"border-color\"],\"borderRadius\":[513,\"border-radius\"],\"border\":[516],\"type\":[513],\"imageSrc\":[1537,\"image-src\"],\"imageSrcDefault\":[513,\"image-src-default\"],\"floating\":[516],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}]}],[257,\"cura-card\",{\"hasPadding\":[1028,\"has-padding\"],\"hasShadow\":[1028,\"has-shadow\"],\"type\":[1025],\"colorMode\":[1025,\"color-mode\"],\"href\":[1537],\"target\":[513],\"styles\":[32]}],[257,\"cura-dropdown-search-option\",{\"value\":[1],\"optionid\":[1],\"selectable\":[516],\"selected\":[516],\"highlighted\":[516]}],[257,\"cura-page-template\",{\"contentwidth\":[513]}],[257,\"cura-tabs-group\",{\"gap\":[514],\"borderBottom\":[1540,\"border-bottom\"],\"colorMode\":[1537,\"color-mode\"],\"styles\":[32]},[[0,\"tabSelect\",\"handleTabSelect\"]]],[257,\"cura-calendar\",{\"isDisabled\":[516,\"is-disabled\"],\"isLoading\":[516,\"is-loading\"],\"period\":[513],\"width\":[513],\"minWidth\":[513,\"min-width\"],\"maxWidth\":[513,\"max-width\"],\"mode\":[513],\"dateFormat\":[1537,\"date-format\"],\"locale\":[513],\"type\":[513],\"disable\":[16],\"enable\":[16],\"defaultDate\":[1537,\"default-date\"],\"showToday\":[516,\"show-today\"],\"customDates\":[16],\"limitRange\":[514,\"limit-range\"],\"disablePassDates\":[1540,\"disable-pass-dates\"],\"disableFutureDates\":[1540,\"disable-future-dates\"],\"collapsed\":[1540],\"floating\":[1540],\"embedded\":[1540],\"selectLabelColorMode\":[1537,\"select-label-color-mode\"],\"selectedDates\":[32],\"rangeStart\":[32],\"defaultDates\":[32],\"currentDate\":[32],\"selectMonth\":[32],\"selectYear\":[32],\"styles\":[32]},null,{\"defaultDate\":[{\"initializeDefaultDates\":0},{\"handleDefaultDateChange\":0}],\"customDates\":[{\"watchDefaultDatesArray\":0}],\"currentDate\":[{\"watchDatesInViewChange\":0}],\"collapsed\":[{\"watchCollapse\":0}]}],[321,\"cura-input-text\",{\"mode\":[1537],\"status\":[1537],\"size\":[1537],\"type\":[513],\"inputMode\":[513,\"input-mode\"],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[1544],\"iconName\":[1537,\"icon-name\"],\"helperText\":[1537,\"helper-text\"],\"disabled\":[516],\"required\":[516],\"maskPreset\":[8,\"mask-preset\"],\"enableSelectionMode\":[1540,\"enable-selection-mode\"],\"maskRegex\":[1537,\"mask-regex\"],\"maskAdvanced\":[1544,\"mask-advanced\"],\"maxlength\":[1538],\"readOnly\":[516,\"read-only\"],\"isLoading\":[1540,\"is-loading\"],\"clearIcon\":[1540,\"clear-icon\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"styles\":[32],\"setFocus\":[64]},null,{\"styles\":[{\"connectedCallback\":0}],\"size\":[{\"getClasses\":0}],\"status\":[{\"renderIcon\":0}],\"mode\":[{\"renderIcon\":0}],\"maskPreset\":[{\"initializeMask\":0}],\"maskRegex\":[{\"initializeMask\":0}],\"maskAdvanced\":[{\"initializeMask\":0}]}],[321,\"cura-select\",{\"label\":[513],\"placeholder\":[513],\"value\":[1537],\"mode\":[513],\"size\":[513],\"iconName\":[1,\"icon-name\"],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"searchBehavior\":[516,\"search-behavior\"],\"caseSensitive\":[516,\"case-sensitive\"],\"maxHeight\":[513,\"max-height\"],\"isHovered\":[32],\"isFocused\":[32],\"isOpen\":[32],\"isPositioned\":[32],\"menuStyle\":[32],\"options\":[32],\"activeIndex\":[32],\"preferredPlacement\":[32],\"textInput\":[32]},null,{\"activeIndex\":[{\"updateOptionHighlights\":0}],\"textInput\":[{\"filterOptions\":0}],\"value\":[{\"handleValueChange\":0}]}],[257,\"cura-select-option\",{\"value\":[513],\"selected\":[516],\"active\":[516],\"size\":[1],\"styles\":[32]},null,{\"size\":[{\"getSize\":0}]}],[321,\"cura-button-transparent\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"hovered\":[32],\"styles\":[32]},null,{\"fontColor\":[{\"getSymbolColor\":0}],\"color\":[{\"getSymbolColor\":0}]}],[257,\"cura-paragraph\",{\"size\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[257,\"cura-heading\",{\"level\":[514],\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[1,\"cura-loader-circle\",{\"size\":[513],\"color\":[513]}],[1,\"cura-icon\",{\"name\":[513],\"color\":[1],\"size\":[8],\"iconset\":[513],\"disabled\":[4]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"colorHandler\":0}],\"disabled\":[{\"colorHandler\":0}]}],[257,\"cura-label\",{\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-input-date.cjs\",[[65,\"cura-input-date\",{\"label\":[513],\"status\":[1537],\"size\":[513],\"name\":[513],\"helperText\":[513,\"helper-text\"],\"enableRangeDates\":[516,\"enable-range-dates\"],\"disableFutureDates\":[516,\"disable-future-dates\"],\"disablePassDates\":[516,\"disable-pass-dates\"],\"iconName\":[513,\"icon-name\"],\"placeholder\":[513],\"calendarType\":[513,\"calendar-type\"],\"styles\":[32],\"isCalendarVisible\":[32],\"dates\":[32],\"value\":[32],\"dateSettings\":[32]},[[8,\"click\",\"handleClick\"]],{\"enableRangeDates\":[{\"updateDateSettings\":0}]}]]],[\"cura-stepper.cjs\",[[1,\"cura-stepper\",{\"activeStepIndex\":[514,\"active-step-index\"],\"errorInCurrentStep\":[516,\"error-in-current-step\"],\"displayHeading\":[516,\"display-heading\"],\"variant\":[513],\"steps\":[1],\"styles\":[32],\"stepList\":[32]}]]],[\"cura-tooltip.cjs\",[[257,\"cura-tooltip\",{\"elementId\":[1,\"element-id\"],\"interactive\":[4],\"delay\":[2],\"maxWidth\":[1,\"max-width\"],\"position\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"isMobile\":[32]},[[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"cura-modal.cjs\",[[257,\"cura-modal\",{\"open\":[1540],\"background\":[1],\"top\":[2],\"bottom\":[2],\"left\":[2],\"right\":[2],\"mobileCloseLabel\":[513,\"mobile-close-label\"],\"canClose\":[516,\"can-close\"],\"zindex\":[513],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"top\":[{\"setTop\":0}],\"bottom\":[{\"setBottom\":0}],\"left\":[{\"setLeft\":0}],\"right\":[{\"setRight\":0}]}]]],[\"cura-toast.cjs\",[[257,\"cura-toast\",{\"type\":[1],\"position\":[1],\"icon\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"loader\":[516],\"autoCloseDelay\":[514,\"auto-close-delay\"],\"styles\":[32],\"progress\":[32],\"close\":[64]},null,{\"type\":[{\"handleChangeType\":0}],\"position\":[{\"handleChangeType\":0}]}]]],[\"cura-alert.cjs\",[[257,\"cura-alert\",{\"type\":[1],\"floating\":[516],\"label\":[513],\"closeable\":[516],\"icon\":[513],\"styles\":[32]},null,{\"type\":[{\"setColors\":0}]}]]],[\"cura-button-outline.cjs\",[[321,\"cura-button-outline\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[1],\"fontColor\":[1,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0},{\"getSymbolColor\":0}],\"fontColor\":[{\"getSymbolColor\":0}]}]]],[\"cura-button-select.cjs\",[[257,\"cura-button-select\",{\"selected\":[1540],\"iconName\":[1537,\"icon-name\"],\"size\":[513],\"counter\":[1538],\"disabled\":[516],\"background\":[1],\"color\":[1],\"iconPosition\":[513,\"icon-position\"],\"hovered\":[32],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}]]],[\"cura-checkbox.cjs\",[[321,\"cura-checkbox\",{\"checked\":[1540],\"indeterminate\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"size\":[513],\"background\":[1],\"iconColor\":[1,\"icon-color\"],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}],\"iconColor\":[{\"assignColor\":0}]}]]],[\"cura-icons-view.cjs\",[[1,\"cura-icons-view\",{\"selected\":[32]}]]],[\"cura-tabs-button.cjs\",[[257,\"cura-tabs-button\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"counter\":[1538],\"selected\":[1540],\"disabled\":[1540],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-radio.cjs\",[[321,\"cura-radio\",{\"checked\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"background\":[1],\"size\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}]}]]],[\"cura-tabs-transparent.cjs\",[[257,\"cura-tabs-transparent\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-dropdown-search-not-found.cjs\",[[257,\"cura-dropdown-search-not-found\"]]],[\"cura-switch.cjs\",[[321,\"cura-switch\",{\"checked\":[1540],\"disabled\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"size\":[513],\"background\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0}]}]]],[\"cura-badge-dot.cjs\",[[1,\"cura-badge-dot\",{\"color\":[1],\"disabled\":[516],\"type\":[513],\"styles\":[32]}]]],[\"cura-display.cjs\",[[257,\"cura-display\",{\"level\":[514],\"size\":[513],\"spotColor\":[1,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-loader-bar.cjs\",[[1,\"cura-loader-bar\",{\"color\":[1],\"progress\":[2],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"progress\":[{\"handleProgress\":0}]}]]],[\"cura-badge-pill.cjs\",[[257,\"cura-badge-pill\",{\"type\":[513],\"color\":[1],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"disabled\":[516],\"iconOnly\":[516,\"icon-only\"],\"borderRadius\":[513,\"border-radius\"],\"styles\":[32]},null,{\"color\":[{\"watchColorChange\":0}]}]]],[\"cura-progress-bar_2.cjs\",[[1,\"cura-stepper-item\",{\"displayHeading\":[516,\"display-heading\"],\"heading\":[513],\"label\":[513],\"status\":[513],\"styles\":[32]}],[257,\"cura-progress-bar\",{\"progressColor\":[513,\"progress-color\"],\"progress\":[514],\"size\":[514],\"strokeWidth\":[514,\"stroke-width\"],\"active\":[516]}]]],[\"cura-badge-counter.cjs\",[[1,\"cura-badge-counter\",{\"number\":[514],\"color\":[1],\"disabled\":[4],\"type\":[1],\"styles\":[32]},null,{\"disabled\":[{\"handleColorChange\":0}],\"color\":[{\"handleColorChange\":0}],\"type\":[{\"handleColorChange\":0}]}]]]]"), options);
25
+ return index.bootstrapLazy(JSON.parse("[[\"cura-accordion_22.cjs\",[[257,\"cura-dropdown-search\",{\"name\":[513],\"size\":[513],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"placeholder\":[513],\"label\":[513],\"icon\":[513],\"maxheight\":[513],\"value\":[1025],\"searchdelay\":[514],\"searchminchars\":[514],\"styles\":[32],\"zoomState\":[32],\"isOnFocus\":[32],\"dropdownItems\":[32],\"setFocus\":[64],\"selectOption\":[64]}],[321,\"cura-button\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}],[257,\"cura-accordion-item\",{\"label\":[513],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"colorMode\":[1,\"color-mode\"],\"level\":[514],\"opened\":[1540],\"styles\":[32]}],[257,\"cura-tabs\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}],[1,\"cura-badge-distance\",{\"distance\":[2],\"label\":[513],\"styles\":[32],\"displayDistance\":[32]},null,{\"distance\":[{\"formatDistance\":0}]}],[257,\"cura-dropdown-search-category\"],[257,\"cura-accordion\",{\"color\":[513],\"colorMode\":[513,\"color-mode\"],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"behavior\":[513],\"level\":[514],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}]}],[1,\"cura-avatar\",{\"size\":[1],\"backgroundColor\":[513,\"background-color\"],\"borderColor\":[513,\"border-color\"],\"borderRadius\":[513,\"border-radius\"],\"border\":[516],\"type\":[513],\"imageSrc\":[1537,\"image-src\"],\"imageSrcDefault\":[513,\"image-src-default\"],\"floating\":[516],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}]}],[257,\"cura-card\",{\"hasPadding\":[1028,\"has-padding\"],\"hasShadow\":[1028,\"has-shadow\"],\"type\":[1025],\"colorMode\":[1025,\"color-mode\"],\"href\":[1537],\"target\":[513],\"styles\":[32]}],[257,\"cura-dropdown-search-option\",{\"value\":[1],\"optionid\":[1],\"selectable\":[516],\"selected\":[516],\"highlighted\":[516]}],[257,\"cura-page-template\",{\"contentwidth\":[513]}],[257,\"cura-tabs-group\",{\"gap\":[514],\"borderBottom\":[1540,\"border-bottom\"],\"colorMode\":[1537,\"color-mode\"],\"styles\":[32]},[[0,\"tabSelect\",\"handleTabSelect\"]]],[257,\"cura-calendar\",{\"isDisabled\":[516,\"is-disabled\"],\"isLoading\":[516,\"is-loading\"],\"period\":[513],\"width\":[513],\"minWidth\":[513,\"min-width\"],\"maxWidth\":[513,\"max-width\"],\"mode\":[513],\"dateFormat\":[1537,\"date-format\"],\"locale\":[513],\"type\":[513],\"disable\":[16],\"enable\":[16],\"defaultDate\":[1537,\"default-date\"],\"showToday\":[516,\"show-today\"],\"customDates\":[16],\"limitRange\":[514,\"limit-range\"],\"disablePassDates\":[1540,\"disable-pass-dates\"],\"disableFutureDates\":[1540,\"disable-future-dates\"],\"collapsed\":[1540],\"floating\":[1540],\"embedded\":[1540],\"selectLabelColorMode\":[1537,\"select-label-color-mode\"],\"selectedDates\":[32],\"rangeStart\":[32],\"defaultDates\":[32],\"currentDate\":[32],\"selectMonth\":[32],\"selectYear\":[32],\"styles\":[32]},null,{\"defaultDate\":[{\"initializeDefaultDates\":0},{\"handleDefaultDateChange\":0}],\"customDates\":[{\"watchDefaultDatesArray\":0}],\"collapsed\":[{\"watchCollapse\":0}]}],[321,\"cura-input-text\",{\"mode\":[1537],\"status\":[1537],\"size\":[1537],\"type\":[513],\"inputMode\":[513,\"input-mode\"],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[1544],\"iconName\":[1537,\"icon-name\"],\"helperText\":[1537,\"helper-text\"],\"disabled\":[516],\"required\":[516],\"maskPreset\":[8,\"mask-preset\"],\"enableSelectionMode\":[1540,\"enable-selection-mode\"],\"maskRegex\":[1537,\"mask-regex\"],\"maskAdvanced\":[1544,\"mask-advanced\"],\"maxlength\":[1538],\"readOnly\":[516,\"read-only\"],\"isLoading\":[1540,\"is-loading\"],\"clearIcon\":[1540,\"clear-icon\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"styles\":[32],\"setFocus\":[64]},null,{\"styles\":[{\"connectedCallback\":0}],\"size\":[{\"getClasses\":0}],\"status\":[{\"renderIcon\":0}],\"mode\":[{\"renderIcon\":0}],\"maskPreset\":[{\"initializeMask\":0}],\"maskRegex\":[{\"initializeMask\":0}],\"maskAdvanced\":[{\"initializeMask\":0}]}],[321,\"cura-select\",{\"label\":[513],\"placeholder\":[513],\"value\":[1537],\"mode\":[513],\"size\":[513],\"iconName\":[1,\"icon-name\"],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"searchBehavior\":[516,\"search-behavior\"],\"caseSensitive\":[516,\"case-sensitive\"],\"maxHeight\":[513,\"max-height\"],\"isHovered\":[32],\"isFocused\":[32],\"isOpen\":[32],\"isPositioned\":[32],\"menuStyle\":[32],\"options\":[32],\"activeIndex\":[32],\"preferredPlacement\":[32],\"textInput\":[32]},null,{\"activeIndex\":[{\"updateOptionHighlights\":0}],\"textInput\":[{\"filterOptions\":0}],\"value\":[{\"handleValueChange\":0}]}],[257,\"cura-select-option\",{\"value\":[513],\"selected\":[516],\"active\":[516],\"size\":[1],\"styles\":[32]},null,{\"size\":[{\"getSize\":0}]}],[321,\"cura-button-transparent\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"hovered\":[32],\"styles\":[32]},null,{\"fontColor\":[{\"getSymbolColor\":0}],\"color\":[{\"getSymbolColor\":0}]}],[257,\"cura-paragraph\",{\"size\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[257,\"cura-heading\",{\"level\":[514],\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[1,\"cura-loader-circle\",{\"size\":[513],\"color\":[513]}],[1,\"cura-icon\",{\"name\":[513],\"color\":[1],\"size\":[8],\"iconset\":[513],\"disabled\":[4]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"colorHandler\":0}],\"disabled\":[{\"colorHandler\":0}]}],[257,\"cura-label\",{\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-input-date.cjs\",[[65,\"cura-input-date\",{\"label\":[513],\"status\":[1537],\"size\":[513],\"name\":[513],\"helperText\":[513,\"helper-text\"],\"enableRangeDates\":[516,\"enable-range-dates\"],\"disableFutureDates\":[516,\"disable-future-dates\"],\"disablePassDates\":[516,\"disable-pass-dates\"],\"iconName\":[513,\"icon-name\"],\"placeholder\":[513],\"calendarType\":[513,\"calendar-type\"],\"styles\":[32],\"isCalendarVisible\":[32],\"dates\":[32],\"value\":[32],\"dateSettings\":[32]},[[8,\"click\",\"handleClick\"]],{\"enableRangeDates\":[{\"updateDateSettings\":0}]}]]],[\"cura-stepper.cjs\",[[1,\"cura-stepper\",{\"activeStepIndex\":[514,\"active-step-index\"],\"errorInCurrentStep\":[516,\"error-in-current-step\"],\"displayHeading\":[516,\"display-heading\"],\"variant\":[513],\"steps\":[1],\"styles\":[32],\"stepList\":[32]}]]],[\"cura-tooltip.cjs\",[[257,\"cura-tooltip\",{\"elementId\":[1,\"element-id\"],\"interactive\":[4],\"delay\":[2],\"maxWidth\":[1,\"max-width\"],\"position\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"isMobile\":[32]},[[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"cura-modal.cjs\",[[257,\"cura-modal\",{\"open\":[1540],\"background\":[1],\"top\":[2],\"bottom\":[2],\"left\":[2],\"right\":[2],\"mobileCloseLabel\":[513,\"mobile-close-label\"],\"canClose\":[516,\"can-close\"],\"zindex\":[513],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"top\":[{\"setTop\":0}],\"bottom\":[{\"setBottom\":0}],\"left\":[{\"setLeft\":0}],\"right\":[{\"setRight\":0}]}]]],[\"cura-toast.cjs\",[[257,\"cura-toast\",{\"type\":[1],\"position\":[1],\"icon\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"loader\":[516],\"autoCloseDelay\":[514,\"auto-close-delay\"],\"styles\":[32],\"progress\":[32],\"close\":[64]},null,{\"type\":[{\"handleChangeType\":0}],\"position\":[{\"handleChangeType\":0}]}]]],[\"cura-alert.cjs\",[[257,\"cura-alert\",{\"type\":[1],\"floating\":[516],\"label\":[513],\"closeable\":[516],\"icon\":[513],\"styles\":[32]},null,{\"type\":[{\"setColors\":0}]}]]],[\"cura-button-outline.cjs\",[[321,\"cura-button-outline\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[1],\"fontColor\":[1,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0},{\"getSymbolColor\":0}],\"fontColor\":[{\"getSymbolColor\":0}]}]]],[\"cura-button-select.cjs\",[[257,\"cura-button-select\",{\"selected\":[1540],\"iconName\":[1537,\"icon-name\"],\"size\":[513],\"counter\":[1538],\"disabled\":[516],\"background\":[1],\"color\":[1],\"iconPosition\":[513,\"icon-position\"],\"hovered\":[32],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}]]],[\"cura-checkbox.cjs\",[[321,\"cura-checkbox\",{\"checked\":[1540],\"indeterminate\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"size\":[513],\"background\":[1],\"iconColor\":[1,\"icon-color\"],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}],\"iconColor\":[{\"assignColor\":0}]}]]],[\"cura-icons-view.cjs\",[[1,\"cura-icons-view\",{\"selected\":[32]}]]],[\"cura-input-textarea.cjs\",[[321,\"cura-input-textarea\",{\"status\":[513],\"size\":[513],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[520],\"iconName\":[513,\"icon-name\"],\"helperText\":[513,\"helper-text\"],\"disabled\":[1540],\"required\":[516],\"maxlength\":[514],\"readOnly\":[516,\"read-only\"],\"resizable\":[516],\"isLoading\":[516,\"is-loading\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"currentValue\":[32],\"fieldStyles\":[32],\"setFocus\":[64]}]]],[\"cura-tabs-button.cjs\",[[257,\"cura-tabs-button\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"counter\":[1538],\"selected\":[1540],\"disabled\":[1540],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-radio.cjs\",[[321,\"cura-radio\",{\"checked\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"background\":[1],\"size\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}]}]]],[\"cura-tabs-transparent.cjs\",[[257,\"cura-tabs-transparent\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-dropdown-search-not-found.cjs\",[[257,\"cura-dropdown-search-not-found\"]]],[\"cura-switch.cjs\",[[321,\"cura-switch\",{\"checked\":[1540],\"disabled\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"size\":[513],\"background\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0}]}]]],[\"cura-badge-dot.cjs\",[[1,\"cura-badge-dot\",{\"color\":[1],\"disabled\":[516],\"type\":[513],\"styles\":[32]}]]],[\"cura-display.cjs\",[[257,\"cura-display\",{\"level\":[514],\"size\":[513],\"spotColor\":[1,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-loader-bar.cjs\",[[1,\"cura-loader-bar\",{\"color\":[1],\"progress\":[2],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"progress\":[{\"handleProgress\":0}]}]]],[\"cura-badge-pill.cjs\",[[257,\"cura-badge-pill\",{\"type\":[513],\"color\":[1],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"disabled\":[516],\"iconOnly\":[516,\"icon-only\"],\"borderRadius\":[513,\"border-radius\"],\"styles\":[32]},null,{\"color\":[{\"watchColorChange\":0}]}]]],[\"cura-progress-bar_2.cjs\",[[1,\"cura-stepper-item\",{\"displayHeading\":[516,\"display-heading\"],\"heading\":[513],\"label\":[513],\"status\":[513],\"styles\":[32]}],[257,\"cura-progress-bar\",{\"progressColor\":[513,\"progress-color\"],\"progress\":[514],\"size\":[514],\"strokeWidth\":[514,\"stroke-width\"],\"active\":[516]}]]],[\"cura-badge-counter.cjs\",[[1,\"cura-badge-counter\",{\"number\":[514],\"color\":[1],\"disabled\":[4],\"type\":[1],\"styles\":[32]},null,{\"disabled\":[{\"handleColorChange\":0}],\"color\":[{\"handleColorChange\":0}],\"type\":[{\"handleColorChange\":0}]}]]]]"), options);
26
26
  });
27
27
 
28
28
  exports.setNonce = index.setNonce;
@@ -9,7 +9,7 @@ require('./static-DHz-FA_O.js');
9
9
  const defineCustomElements = async (win, options) => {
10
10
  if (typeof window === 'undefined') return undefined;
11
11
  await appGlobals.globalScripts();
12
- return index.bootstrapLazy(JSON.parse("[[\"cura-accordion_22.cjs\",[[257,\"cura-dropdown-search\",{\"name\":[513],\"size\":[513],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"placeholder\":[513],\"label\":[513],\"icon\":[513],\"maxheight\":[513],\"value\":[1025],\"searchdelay\":[514],\"searchminchars\":[514],\"styles\":[32],\"zoomState\":[32],\"isOnFocus\":[32],\"dropdownItems\":[32],\"setFocus\":[64],\"selectOption\":[64]}],[321,\"cura-button\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}],[257,\"cura-accordion-item\",{\"label\":[513],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"colorMode\":[1,\"color-mode\"],\"level\":[514],\"opened\":[1540],\"styles\":[32]}],[257,\"cura-tabs\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}],[1,\"cura-badge-distance\",{\"distance\":[2],\"label\":[513],\"styles\":[32],\"displayDistance\":[32]},null,{\"distance\":[{\"formatDistance\":0}]}],[257,\"cura-dropdown-search-category\"],[257,\"cura-accordion\",{\"color\":[513],\"colorMode\":[513,\"color-mode\"],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"behavior\":[513],\"level\":[514],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}]}],[1,\"cura-avatar\",{\"size\":[1],\"backgroundColor\":[513,\"background-color\"],\"borderColor\":[513,\"border-color\"],\"borderRadius\":[513,\"border-radius\"],\"border\":[516],\"type\":[513],\"imageSrc\":[1537,\"image-src\"],\"imageSrcDefault\":[513,\"image-src-default\"],\"floating\":[516],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}]}],[257,\"cura-card\",{\"hasPadding\":[1028,\"has-padding\"],\"hasShadow\":[1028,\"has-shadow\"],\"type\":[1025],\"colorMode\":[1025,\"color-mode\"],\"href\":[1537],\"target\":[513],\"styles\":[32]}],[257,\"cura-dropdown-search-option\",{\"value\":[1],\"optionid\":[1],\"selectable\":[516],\"selected\":[516],\"highlighted\":[516]}],[257,\"cura-page-template\",{\"contentwidth\":[513]}],[257,\"cura-tabs-group\",{\"gap\":[514],\"borderBottom\":[1540,\"border-bottom\"],\"colorMode\":[1537,\"color-mode\"],\"styles\":[32]},[[0,\"tabSelect\",\"handleTabSelect\"]]],[257,\"cura-calendar\",{\"isDisabled\":[516,\"is-disabled\"],\"isLoading\":[516,\"is-loading\"],\"period\":[513],\"width\":[513],\"minWidth\":[513,\"min-width\"],\"maxWidth\":[513,\"max-width\"],\"mode\":[513],\"dateFormat\":[1537,\"date-format\"],\"locale\":[513],\"type\":[513],\"disable\":[16],\"enable\":[16],\"defaultDate\":[1537,\"default-date\"],\"showToday\":[516,\"show-today\"],\"customDates\":[16],\"limitRange\":[514,\"limit-range\"],\"disablePassDates\":[1540,\"disable-pass-dates\"],\"disableFutureDates\":[1540,\"disable-future-dates\"],\"collapsed\":[1540],\"floating\":[1540],\"embedded\":[1540],\"selectLabelColorMode\":[1537,\"select-label-color-mode\"],\"selectedDates\":[32],\"rangeStart\":[32],\"defaultDates\":[32],\"currentDate\":[32],\"selectMonth\":[32],\"selectYear\":[32],\"styles\":[32]},null,{\"defaultDate\":[{\"initializeDefaultDates\":0},{\"handleDefaultDateChange\":0}],\"customDates\":[{\"watchDefaultDatesArray\":0}],\"currentDate\":[{\"watchDatesInViewChange\":0}],\"collapsed\":[{\"watchCollapse\":0}]}],[321,\"cura-input-text\",{\"mode\":[1537],\"status\":[1537],\"size\":[1537],\"type\":[513],\"inputMode\":[513,\"input-mode\"],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[1544],\"iconName\":[1537,\"icon-name\"],\"helperText\":[1537,\"helper-text\"],\"disabled\":[516],\"required\":[516],\"maskPreset\":[8,\"mask-preset\"],\"enableSelectionMode\":[1540,\"enable-selection-mode\"],\"maskRegex\":[1537,\"mask-regex\"],\"maskAdvanced\":[1544,\"mask-advanced\"],\"maxlength\":[1538],\"readOnly\":[516,\"read-only\"],\"isLoading\":[1540,\"is-loading\"],\"clearIcon\":[1540,\"clear-icon\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"styles\":[32],\"setFocus\":[64]},null,{\"styles\":[{\"connectedCallback\":0}],\"size\":[{\"getClasses\":0}],\"status\":[{\"renderIcon\":0}],\"mode\":[{\"renderIcon\":0}],\"maskPreset\":[{\"initializeMask\":0}],\"maskRegex\":[{\"initializeMask\":0}],\"maskAdvanced\":[{\"initializeMask\":0}]}],[321,\"cura-select\",{\"label\":[513],\"placeholder\":[513],\"value\":[1537],\"mode\":[513],\"size\":[513],\"iconName\":[1,\"icon-name\"],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"searchBehavior\":[516,\"search-behavior\"],\"caseSensitive\":[516,\"case-sensitive\"],\"maxHeight\":[513,\"max-height\"],\"isHovered\":[32],\"isFocused\":[32],\"isOpen\":[32],\"isPositioned\":[32],\"menuStyle\":[32],\"options\":[32],\"activeIndex\":[32],\"preferredPlacement\":[32],\"textInput\":[32]},null,{\"activeIndex\":[{\"updateOptionHighlights\":0}],\"textInput\":[{\"filterOptions\":0}],\"value\":[{\"handleValueChange\":0}]}],[257,\"cura-select-option\",{\"value\":[513],\"selected\":[516],\"active\":[516],\"size\":[1],\"styles\":[32]},null,{\"size\":[{\"getSize\":0}]}],[321,\"cura-button-transparent\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"hovered\":[32],\"styles\":[32]},null,{\"fontColor\":[{\"getSymbolColor\":0}],\"color\":[{\"getSymbolColor\":0}]}],[257,\"cura-paragraph\",{\"size\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[257,\"cura-heading\",{\"level\":[514],\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[1,\"cura-loader-circle\",{\"size\":[513],\"color\":[513]}],[1,\"cura-icon\",{\"name\":[513],\"color\":[1],\"size\":[8],\"iconset\":[513],\"disabled\":[4]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"colorHandler\":0}],\"disabled\":[{\"colorHandler\":0}]}],[257,\"cura-label\",{\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-input-date.cjs\",[[65,\"cura-input-date\",{\"label\":[513],\"status\":[1537],\"size\":[513],\"name\":[513],\"helperText\":[513,\"helper-text\"],\"enableRangeDates\":[516,\"enable-range-dates\"],\"disableFutureDates\":[516,\"disable-future-dates\"],\"disablePassDates\":[516,\"disable-pass-dates\"],\"iconName\":[513,\"icon-name\"],\"placeholder\":[513],\"calendarType\":[513,\"calendar-type\"],\"styles\":[32],\"isCalendarVisible\":[32],\"dates\":[32],\"value\":[32],\"dateSettings\":[32]},[[8,\"click\",\"handleClick\"]],{\"enableRangeDates\":[{\"updateDateSettings\":0}]}]]],[\"cura-stepper.cjs\",[[1,\"cura-stepper\",{\"activeStepIndex\":[514,\"active-step-index\"],\"errorInCurrentStep\":[516,\"error-in-current-step\"],\"displayHeading\":[516,\"display-heading\"],\"variant\":[513],\"steps\":[1],\"styles\":[32],\"stepList\":[32]}]]],[\"cura-tooltip.cjs\",[[257,\"cura-tooltip\",{\"elementId\":[1,\"element-id\"],\"interactive\":[4],\"delay\":[2],\"maxWidth\":[1,\"max-width\"],\"position\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"isMobile\":[32]},[[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"cura-modal.cjs\",[[257,\"cura-modal\",{\"open\":[1540],\"background\":[1],\"top\":[2],\"bottom\":[2],\"left\":[2],\"right\":[2],\"mobileCloseLabel\":[513,\"mobile-close-label\"],\"canClose\":[516,\"can-close\"],\"zindex\":[513],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"top\":[{\"setTop\":0}],\"bottom\":[{\"setBottom\":0}],\"left\":[{\"setLeft\":0}],\"right\":[{\"setRight\":0}]}]]],[\"cura-toast.cjs\",[[257,\"cura-toast\",{\"type\":[1],\"position\":[1],\"icon\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"loader\":[516],\"autoCloseDelay\":[514,\"auto-close-delay\"],\"styles\":[32],\"progress\":[32],\"close\":[64]},null,{\"type\":[{\"handleChangeType\":0}],\"position\":[{\"handleChangeType\":0}]}]]],[\"cura-alert.cjs\",[[257,\"cura-alert\",{\"type\":[1],\"floating\":[516],\"label\":[513],\"closeable\":[516],\"icon\":[513],\"styles\":[32]},null,{\"type\":[{\"setColors\":0}]}]]],[\"cura-button-outline.cjs\",[[321,\"cura-button-outline\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[1],\"fontColor\":[1,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0},{\"getSymbolColor\":0}],\"fontColor\":[{\"getSymbolColor\":0}]}]]],[\"cura-button-select.cjs\",[[257,\"cura-button-select\",{\"selected\":[1540],\"iconName\":[1537,\"icon-name\"],\"size\":[513],\"counter\":[1538],\"disabled\":[516],\"background\":[1],\"color\":[1],\"iconPosition\":[513,\"icon-position\"],\"hovered\":[32],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}]]],[\"cura-checkbox.cjs\",[[321,\"cura-checkbox\",{\"checked\":[1540],\"indeterminate\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"size\":[513],\"background\":[1],\"iconColor\":[1,\"icon-color\"],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}],\"iconColor\":[{\"assignColor\":0}]}]]],[\"cura-icons-view.cjs\",[[1,\"cura-icons-view\",{\"selected\":[32]}]]],[\"cura-tabs-button.cjs\",[[257,\"cura-tabs-button\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"counter\":[1538],\"selected\":[1540],\"disabled\":[1540],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-radio.cjs\",[[321,\"cura-radio\",{\"checked\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"background\":[1],\"size\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}]}]]],[\"cura-tabs-transparent.cjs\",[[257,\"cura-tabs-transparent\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-dropdown-search-not-found.cjs\",[[257,\"cura-dropdown-search-not-found\"]]],[\"cura-switch.cjs\",[[321,\"cura-switch\",{\"checked\":[1540],\"disabled\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"size\":[513],\"background\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0}]}]]],[\"cura-badge-dot.cjs\",[[1,\"cura-badge-dot\",{\"color\":[1],\"disabled\":[516],\"type\":[513],\"styles\":[32]}]]],[\"cura-display.cjs\",[[257,\"cura-display\",{\"level\":[514],\"size\":[513],\"spotColor\":[1,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-loader-bar.cjs\",[[1,\"cura-loader-bar\",{\"color\":[1],\"progress\":[2],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"progress\":[{\"handleProgress\":0}]}]]],[\"cura-badge-pill.cjs\",[[257,\"cura-badge-pill\",{\"type\":[513],\"color\":[1],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"disabled\":[516],\"iconOnly\":[516,\"icon-only\"],\"borderRadius\":[513,\"border-radius\"],\"styles\":[32]},null,{\"color\":[{\"watchColorChange\":0}]}]]],[\"cura-progress-bar_2.cjs\",[[1,\"cura-stepper-item\",{\"displayHeading\":[516,\"display-heading\"],\"heading\":[513],\"label\":[513],\"status\":[513],\"styles\":[32]}],[257,\"cura-progress-bar\",{\"progressColor\":[513,\"progress-color\"],\"progress\":[514],\"size\":[514],\"strokeWidth\":[514,\"stroke-width\"],\"active\":[516]}]]],[\"cura-badge-counter.cjs\",[[1,\"cura-badge-counter\",{\"number\":[514],\"color\":[1],\"disabled\":[4],\"type\":[1],\"styles\":[32]},null,{\"disabled\":[{\"handleColorChange\":0}],\"color\":[{\"handleColorChange\":0}],\"type\":[{\"handleColorChange\":0}]}]]]]"), options);
12
+ return index.bootstrapLazy(JSON.parse("[[\"cura-accordion_22.cjs\",[[257,\"cura-dropdown-search\",{\"name\":[513],\"size\":[513],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"placeholder\":[513],\"label\":[513],\"icon\":[513],\"maxheight\":[513],\"value\":[1025],\"searchdelay\":[514],\"searchminchars\":[514],\"styles\":[32],\"zoomState\":[32],\"isOnFocus\":[32],\"dropdownItems\":[32],\"setFocus\":[64],\"selectOption\":[64]}],[321,\"cura-button\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}],[257,\"cura-accordion-item\",{\"label\":[513],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"colorMode\":[1,\"color-mode\"],\"level\":[514],\"opened\":[1540],\"styles\":[32]}],[257,\"cura-tabs\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}],[1,\"cura-badge-distance\",{\"distance\":[2],\"label\":[513],\"styles\":[32],\"displayDistance\":[32]},null,{\"distance\":[{\"formatDistance\":0}]}],[257,\"cura-dropdown-search-category\"],[257,\"cura-accordion\",{\"color\":[513],\"colorMode\":[513,\"color-mode\"],\"iconSize\":[514,\"icon-size\"],\"labelIcon\":[513,\"label-icon\"],\"openIcon\":[513,\"open-icon\"],\"closeIcon\":[513,\"close-icon\"],\"iconColor\":[513,\"icon-color\"],\"behavior\":[513],\"level\":[514],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}]}],[1,\"cura-avatar\",{\"size\":[1],\"backgroundColor\":[513,\"background-color\"],\"borderColor\":[513,\"border-color\"],\"borderRadius\":[513,\"border-radius\"],\"border\":[516],\"type\":[513],\"imageSrc\":[1537,\"image-src\"],\"imageSrcDefault\":[513,\"image-src-default\"],\"floating\":[516],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}]}],[257,\"cura-card\",{\"hasPadding\":[1028,\"has-padding\"],\"hasShadow\":[1028,\"has-shadow\"],\"type\":[1025],\"colorMode\":[1025,\"color-mode\"],\"href\":[1537],\"target\":[513],\"styles\":[32]}],[257,\"cura-dropdown-search-option\",{\"value\":[1],\"optionid\":[1],\"selectable\":[516],\"selected\":[516],\"highlighted\":[516]}],[257,\"cura-page-template\",{\"contentwidth\":[513]}],[257,\"cura-tabs-group\",{\"gap\":[514],\"borderBottom\":[1540,\"border-bottom\"],\"colorMode\":[1537,\"color-mode\"],\"styles\":[32]},[[0,\"tabSelect\",\"handleTabSelect\"]]],[257,\"cura-calendar\",{\"isDisabled\":[516,\"is-disabled\"],\"isLoading\":[516,\"is-loading\"],\"period\":[513],\"width\":[513],\"minWidth\":[513,\"min-width\"],\"maxWidth\":[513,\"max-width\"],\"mode\":[513],\"dateFormat\":[1537,\"date-format\"],\"locale\":[513],\"type\":[513],\"disable\":[16],\"enable\":[16],\"defaultDate\":[1537,\"default-date\"],\"showToday\":[516,\"show-today\"],\"customDates\":[16],\"limitRange\":[514,\"limit-range\"],\"disablePassDates\":[1540,\"disable-pass-dates\"],\"disableFutureDates\":[1540,\"disable-future-dates\"],\"collapsed\":[1540],\"floating\":[1540],\"embedded\":[1540],\"selectLabelColorMode\":[1537,\"select-label-color-mode\"],\"selectedDates\":[32],\"rangeStart\":[32],\"defaultDates\":[32],\"currentDate\":[32],\"selectMonth\":[32],\"selectYear\":[32],\"styles\":[32]},null,{\"defaultDate\":[{\"initializeDefaultDates\":0},{\"handleDefaultDateChange\":0}],\"customDates\":[{\"watchDefaultDatesArray\":0}],\"collapsed\":[{\"watchCollapse\":0}]}],[321,\"cura-input-text\",{\"mode\":[1537],\"status\":[1537],\"size\":[1537],\"type\":[513],\"inputMode\":[513,\"input-mode\"],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[1544],\"iconName\":[1537,\"icon-name\"],\"helperText\":[1537,\"helper-text\"],\"disabled\":[516],\"required\":[516],\"maskPreset\":[8,\"mask-preset\"],\"enableSelectionMode\":[1540,\"enable-selection-mode\"],\"maskRegex\":[1537,\"mask-regex\"],\"maskAdvanced\":[1544,\"mask-advanced\"],\"maxlength\":[1538],\"readOnly\":[516,\"read-only\"],\"isLoading\":[1540,\"is-loading\"],\"clearIcon\":[1540,\"clear-icon\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"styles\":[32],\"setFocus\":[64]},null,{\"styles\":[{\"connectedCallback\":0}],\"size\":[{\"getClasses\":0}],\"status\":[{\"renderIcon\":0}],\"mode\":[{\"renderIcon\":0}],\"maskPreset\":[{\"initializeMask\":0}],\"maskRegex\":[{\"initializeMask\":0}],\"maskAdvanced\":[{\"initializeMask\":0}]}],[321,\"cura-select\",{\"label\":[513],\"placeholder\":[513],\"value\":[1537],\"mode\":[513],\"size\":[513],\"iconName\":[1,\"icon-name\"],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"searchBehavior\":[516,\"search-behavior\"],\"caseSensitive\":[516,\"case-sensitive\"],\"maxHeight\":[513,\"max-height\"],\"isHovered\":[32],\"isFocused\":[32],\"isOpen\":[32],\"isPositioned\":[32],\"menuStyle\":[32],\"options\":[32],\"activeIndex\":[32],\"preferredPlacement\":[32],\"textInput\":[32]},null,{\"activeIndex\":[{\"updateOptionHighlights\":0}],\"textInput\":[{\"filterOptions\":0}],\"value\":[{\"handleValueChange\":0}]}],[257,\"cura-select-option\",{\"value\":[513],\"selected\":[516],\"active\":[516],\"size\":[1],\"styles\":[32]},null,{\"size\":[{\"getSize\":0}]}],[321,\"cura-button-transparent\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[513],\"fontColor\":[513,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"hovered\":[32],\"styles\":[32]},null,{\"fontColor\":[{\"getSymbolColor\":0}],\"color\":[{\"getSymbolColor\":0}]}],[257,\"cura-paragraph\",{\"size\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[257,\"cura-heading\",{\"level\":[514],\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[513],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]}],[1,\"cura-loader-circle\",{\"size\":[513],\"color\":[513]}],[1,\"cura-icon\",{\"name\":[513],\"color\":[1],\"size\":[8],\"iconset\":[513],\"disabled\":[4]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"colorHandler\":0}],\"disabled\":[{\"colorHandler\":0}]}],[257,\"cura-label\",{\"size\":[513],\"weight\":[513],\"spotColor\":[513,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"textOverflow\":[513,\"text-overflow\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-input-date.cjs\",[[65,\"cura-input-date\",{\"label\":[513],\"status\":[1537],\"size\":[513],\"name\":[513],\"helperText\":[513,\"helper-text\"],\"enableRangeDates\":[516,\"enable-range-dates\"],\"disableFutureDates\":[516,\"disable-future-dates\"],\"disablePassDates\":[516,\"disable-pass-dates\"],\"iconName\":[513,\"icon-name\"],\"placeholder\":[513],\"calendarType\":[513,\"calendar-type\"],\"styles\":[32],\"isCalendarVisible\":[32],\"dates\":[32],\"value\":[32],\"dateSettings\":[32]},[[8,\"click\",\"handleClick\"]],{\"enableRangeDates\":[{\"updateDateSettings\":0}]}]]],[\"cura-stepper.cjs\",[[1,\"cura-stepper\",{\"activeStepIndex\":[514,\"active-step-index\"],\"errorInCurrentStep\":[516,\"error-in-current-step\"],\"displayHeading\":[516,\"display-heading\"],\"variant\":[513],\"steps\":[1],\"styles\":[32],\"stepList\":[32]}]]],[\"cura-tooltip.cjs\",[[257,\"cura-tooltip\",{\"elementId\":[1,\"element-id\"],\"interactive\":[4],\"delay\":[2],\"maxWidth\":[1,\"max-width\"],\"position\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"isMobile\":[32]},[[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"cura-modal.cjs\",[[257,\"cura-modal\",{\"open\":[1540],\"background\":[1],\"top\":[2],\"bottom\":[2],\"left\":[2],\"right\":[2],\"mobileCloseLabel\":[513,\"mobile-close-label\"],\"canClose\":[516,\"can-close\"],\"zindex\":[513],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"top\":[{\"setTop\":0}],\"bottom\":[{\"setBottom\":0}],\"left\":[{\"setLeft\":0}],\"right\":[{\"setRight\":0}]}]]],[\"cura-toast.cjs\",[[257,\"cura-toast\",{\"type\":[1],\"position\":[1],\"icon\":[513],\"label\":[513],\"closeButton\":[516,\"close-button\"],\"loader\":[516],\"autoCloseDelay\":[514,\"auto-close-delay\"],\"styles\":[32],\"progress\":[32],\"close\":[64]},null,{\"type\":[{\"handleChangeType\":0}],\"position\":[{\"handleChangeType\":0}]}]]],[\"cura-alert.cjs\",[[257,\"cura-alert\",{\"type\":[1],\"floating\":[516],\"label\":[513],\"closeable\":[516],\"icon\":[513],\"styles\":[32]},null,{\"type\":[{\"setColors\":0}]}]]],[\"cura-button-outline.cjs\",[[321,\"cura-button-outline\",{\"type\":[513],\"size\":[513],\"disabled\":[516],\"isLoading\":[516,\"is-loading\"],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconOnly\":[516,\"icon-only\"],\"href\":[513],\"target\":[513],\"color\":[1],\"background\":[1],\"fontColor\":[1,\"font-color\"],\"textAlign\":[513,\"text-align\"],\"justify\":[516],\"styles\":[32],\"hovered\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0},{\"getSymbolColor\":0}],\"fontColor\":[{\"getSymbolColor\":0}]}]]],[\"cura-button-select.cjs\",[[257,\"cura-button-select\",{\"selected\":[1540],\"iconName\":[1537,\"icon-name\"],\"size\":[513],\"counter\":[1538],\"disabled\":[516],\"background\":[1],\"color\":[1],\"iconPosition\":[513,\"icon-position\"],\"hovered\":[32],\"styles\":[32]},null,{\"background\":[{\"setColors\":0}],\"color\":[{\"setColors\":0}]}]]],[\"cura-checkbox.cjs\",[[321,\"cura-checkbox\",{\"checked\":[1540],\"indeterminate\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"size\":[513],\"background\":[1],\"iconColor\":[1,\"icon-color\"],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}],\"iconColor\":[{\"assignColor\":0}]}]]],[\"cura-icons-view.cjs\",[[1,\"cura-icons-view\",{\"selected\":[32]}]]],[\"cura-input-textarea.cjs\",[[321,\"cura-input-textarea\",{\"status\":[513],\"size\":[513],\"label\":[513],\"name\":[513],\"placeholder\":[513],\"value\":[520],\"iconName\":[513,\"icon-name\"],\"helperText\":[513,\"helper-text\"],\"disabled\":[1540],\"required\":[516],\"maxlength\":[514],\"readOnly\":[516,\"read-only\"],\"resizable\":[516],\"isLoading\":[516,\"is-loading\"],\"hideErrorIcon\":[4,\"hide-error-icon\"],\"autocomplete\":[513],\"isHovered\":[32],\"isFocused\":[32],\"currentValue\":[32],\"fieldStyles\":[32],\"setFocus\":[64]}]]],[\"cura-tabs-button.cjs\",[[257,\"cura-tabs-button\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"counter\":[1538],\"selected\":[1540],\"disabled\":[1540],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-radio.cjs\",[[321,\"cura-radio\",{\"checked\":[1540],\"status\":[1537],\"disabled\":[516],\"required\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"value\":[513],\"name\":[513],\"background\":[1],\"size\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0},{\"assignColor\":0}]}]]],[\"cura-tabs-transparent.cjs\",[[257,\"cura-tabs-transparent\",{\"name\":[513],\"iconName\":[513,\"icon-name\"],\"selected\":[1540],\"disabled\":[1540],\"borderBottom\":[1540,\"border-bottom\"],\"size\":[513],\"colorMode\":[1537,\"color-mode\"],\"hovered\":[32],\"styles\":[32]},null,{\"colorMode\":[{\"setColors\":0}]}]]],[\"cura-dropdown-search-not-found.cjs\",[[257,\"cura-dropdown-search-not-found\"]]],[\"cura-switch.cjs\",[[321,\"cura-switch\",{\"checked\":[1540],\"disabled\":[516],\"label\":[513],\"ontabindex\":[514],\"position\":[513],\"size\":[513],\"background\":[1],\"color\":[1],\"overflowLabel\":[513,\"overflow-label\"],\"overflowHelper\":[513,\"overflow-helper\"],\"styles\":[32]},null,{\"size\":[{\"sizeHandler\":0}],\"color\":[{\"setColors\":0}],\"background\":[{\"setColors\":0}]}]]],[\"cura-badge-dot.cjs\",[[1,\"cura-badge-dot\",{\"color\":[1],\"disabled\":[516],\"type\":[513],\"styles\":[32]}]]],[\"cura-display.cjs\",[[257,\"cura-display\",{\"level\":[514],\"size\":[513],\"spotColor\":[1,\"spot-color\"],\"color\":[1],\"marginBlock\":[513,\"margin-block\"],\"lineHeight\":[513,\"line-height\"],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"spotColor\":[{\"handleChangeColor\":0}]}]]],[\"cura-loader-bar.cjs\",[[1,\"cura-loader-bar\",{\"color\":[1],\"progress\":[2],\"styles\":[32]},null,{\"color\":[{\"handleChangeColor\":0}],\"progress\":[{\"handleProgress\":0}]}]]],[\"cura-badge-pill.cjs\",[[257,\"cura-badge-pill\",{\"type\":[513],\"color\":[1],\"iconName\":[513,\"icon-name\"],\"iconset\":[513],\"disabled\":[516],\"iconOnly\":[516,\"icon-only\"],\"borderRadius\":[513,\"border-radius\"],\"styles\":[32]},null,{\"color\":[{\"watchColorChange\":0}]}]]],[\"cura-progress-bar_2.cjs\",[[1,\"cura-stepper-item\",{\"displayHeading\":[516,\"display-heading\"],\"heading\":[513],\"label\":[513],\"status\":[513],\"styles\":[32]}],[257,\"cura-progress-bar\",{\"progressColor\":[513,\"progress-color\"],\"progress\":[514],\"size\":[514],\"strokeWidth\":[514,\"stroke-width\"],\"active\":[516]}]]],[\"cura-badge-counter.cjs\",[[1,\"cura-badge-counter\",{\"number\":[514],\"color\":[1],\"disabled\":[4],\"type\":[1],\"styles\":[32]},null,{\"disabled\":[{\"handleColorChange\":0}],\"color\":[{\"handleColorChange\":0}],\"type\":[{\"handleColorChange\":0}]}]]]]"), options);
13
13
  };
14
14
 
15
15
  exports.setNonce = index.setNonce;
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var _static = require('./static-DHz-FA_O.js');
4
+
5
+ function checkMobile() {
6
+ return (window === null || window === void 0 ? void 0 : window.innerWidth) < _static.Static.breakpoints.medium.min;
7
+ }
8
+ function checkIOS() {
9
+ return [
10
+ 'iPad Simulator',
11
+ 'iPhone Simulator',
12
+ 'iPod Simulator',
13
+ 'iPad',
14
+ 'iPhone',
15
+ 'iPod'
16
+ ].includes(navigator.userAgent)
17
+ // iPad on iOS 13 detection
18
+ || (navigator.userAgent.includes("Mac") && "ontouchend" in document);
19
+ }
20
+ function fakeInputIOSHack(targetElement) {
21
+ if (!checkMobile() || !checkIOS())
22
+ return null;
23
+ const fakeInput = document.createElement('input');
24
+ fakeInput.setAttribute('type', 'text');
25
+ fakeInput.style.position = 'absolute';
26
+ fakeInput.style.opacity = '0';
27
+ fakeInput.style.height = '0';
28
+ fakeInput.style.fontSize = '16px'; // disable auto zoom
29
+ targetElement.prepend(fakeInput);
30
+ // focus so that subsequent async focus will work
31
+ fakeInput.focus();
32
+ return fakeInput;
33
+ }
34
+ function addBodyScrollLockClass() {
35
+ document.body.classList.add("cura-body-scroll-lock");
36
+ }
37
+ function removeBodyScrollLockClass() {
38
+ if (document.body.classList.contains("cura-body-scroll-lock")) {
39
+ document.body.classList.remove("cura-body-scroll-lock");
40
+ }
41
+ }
42
+
43
+ exports.addBodyScrollLockClass = addBodyScrollLockClass;
44
+ exports.checkIOS = checkIOS;
45
+ exports.checkMobile = checkMobile;
46
+ exports.fakeInputIOSHack = fakeInputIOSHack;
47
+ exports.removeBodyScrollLockClass = removeBodyScrollLockClass;
@@ -1 +1 @@
1
- export default ["360", "accessibility", "accessibility2", "accessibility3", "accessibility4", "addUser", "airdrop", "alertCircle", "alertTriangle", "arrowDown", "arrowDownCircle", "arrowLeft", "arrowLeftCircle", "arrowRight", "arrowRightCircle", "arrowUp", "arrowUpCircle", "attach", "autism", "avatarF", "avatarM", "bike", "biometry", "biop", "bloodGroup", "calendar", "cam", "camOff", "cart", "central", "chatCircle", "check", "checkBadge", "checkCircle", "checkDouble", "clock", "close", "closeCircle", "coffee", "collapse", "config", "contacts", "currency", "delete", "desktop", "doc", "down", "download", "drug", "duplicate", "edit", "elevator", "exam", "examDoc", "expand", "facebook", "fileBmp", "fileJpg", "filePdf", "filePng", "fileUpload", "fileXls", "filter", "fullscreen", "gallery", "geotag", "geotagUnity", "geotagUnityGroup", "google", "graph", "healthPlan", "heart", "height", "height2", "home", "horizontalList", "id", "image", "imageUp", "infoCircle", "instagram", "key", "lab", "lamp", "language", "language2", "languageEN", "languagePT", "lattes", "left", "like", "link", "linkExternal", "linkedin", "list", "login", "logout", "mail", "maintenance", "medDoc", "medEspec", "medImg", "medUser", "medical", "menuHamburguer", "menuKebab", "menuMeatballs", "mic", "micOff", "minus", "minusCircle", "minusSquare", "mobile", "mobileClick", "mobileRotate1", "mobileRotate2", "mobileRotate3", "news", "notification", "npsDeslike", "npsHate", "npsLike", "npsLove", "npsNeutral", "order", "parking", "partner", "phone", "play", "plus", "plusCircle", "plusSquare", "print", "profile", "profileCircle", "questionCircle", "questionSquare", "range", "reload", "ribbon", "right", "schedule", "scheduleCancel", "scheduleCheck", "scheduleHistorico", "search", "secure", "share", "siren", "sound", "soundOff", "star", "stop", "store", "subItem", "swap", "target", "team", "telegram", "twitter", "unLink", "unSecure", "unity", "unlike", "up", "upload", "vaccine", "verticalList", "viewFalse", "viewTrue", "weight", "whatsapp", "wifi", "wifiOff", "xray", "youtube", "zoomIn", "zoomOut"];
1
+ export default ["360", "accessibility", "accessibility2", "accessibility3", "accessibility4", "addUser", "airCond", "airdrop", "alertCircle", "alertTriangle", "arrowDown", "arrowDownCircle", "arrowLeft", "arrowLeftCircle", "arrowRight", "arrowRightCircle", "arrowUp", "arrowUpCircle", "attach", "autism", "avatarF", "avatarM", "backspaceDelete", "bathroom", "bed", "bike", "biometry", "biop", "blinds", "bloodGroup", "calendar", "cam", "camOff", "cart", "central", "chatCircle", "check", "checkBadge", "checkCircle", "checkDouble", "clean", "clock", "close", "closeCircle", "coffee", "collapse", "config", "contacts", "currency", "delete", "desktop", "doc", "docs", "door", "down", "download", "drug", "duplicate", "edit", "elevator", "exam", "examDoc", "expand", "facebook", "fileBmp", "fileJpg", "filePdf", "filePng", "fileUpload", "fileXls", "filter", "fullscreen", "gallery", "geotag", "geotagUnity", "geotagUnityGroup", "google", "graph", "healthPlan", "heart", "height", "height2", "home", "horizontalList", "id", "image", "imageUp", "infoCircle", "instagram", "key", "keyboardArrows", "keyboardNum", "lab", "lamp", "lampSmart", "language", "language2", "languageEN", "languagePT", "lattes", "left", "like", "link", "linkExternal", "linkedin", "list", "login", "logout", "mail", "maintenance", "medDoc", "medEspec", "medImg", "medUser", "medical", "menuHamburguer", "menuKebab", "menuMeatballs", "mic", "micOff", "minus", "minusCircle", "minusSquare", "mobile", "mobileClick", "mobileRotate1", "mobileRotate2", "mobileRotate3", "news", "notification", "npsDeslike", "npsHate", "npsLike", "npsLove", "npsNeutral", "nutrition", "order", "parking", "partner", "pause", "phone", "play", "plus", "plusCircle", "plusSquare", "print", "profile", "profileCircle", "questionCircle", "questionSquare", "range", "reload", "ribbon", "right", "schedule", "scheduleCancel", "scheduleCheck", "scheduleHistorico", "search", "secure", "share", "sink", "siren", "sound", "soundOff", "star", "stop", "store", "subItem", "swap", "target", "team", "telegram", "tv", "twitter", "unLink", "unSecure", "unity", "unlike", "up", "upload", "userChecklist", "vaccine", "verticalList", "viewFalse", "viewTrue", "weight", "whatsapp", "wifi", "wifiOff", "window", "xray", "youtube", "zoomIn", "zoomOut"];
@@ -39,6 +39,10 @@
39
39
  <path d="M15 20.0005L9.00001 20.0005" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
40
40
  </symbol>
41
41
 
42
+ <symbol id="airCond" viewBox="0 0 24 24">
43
+ <path d="M18 5H16M18 12V11C18 9.895 17.105 9 16 9H8C6.895 9 6 9.895 6 11V12M12 18.5V20M17.25 17.75L16.5 17M6.75 17.75L7.5 17M19 12H5C3.343 12 2 10.657 2 9V5C2 3.343 3.343 2 5 2H19C20.657 2 22 3.343 22 5V9C22 10.657 20.657 12 19 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
44
+ </symbol>
45
+
42
46
  <symbol id="airdrop" viewBox="0 0 24 24">
43
47
  <path d="M17 21C19.989 19.2397 22 15.9494 22 12.181C22 6.5582 17.5228 2 12 2C6.47715 2 2 6.5582 2 12.181C2 15.9494 4.01099 19.2397 7 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
44
48
  <path d="M15.6076 18.2895C17.6404 17.0425 19 14.7733 19 12.1809C19 8.24494 15.866 5.0542 12 5.0542C8.13401 5.0542 5 8.24494 5 12.1809C5 14.7733 6.35958 17.0425 8.39241 18.2895" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -115,6 +119,18 @@
115
119
  <path d="M9 4L13.5 6.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
116
120
  </symbol>
117
121
 
122
+ <symbol id="backspaceDelete" viewBox="0 0 24 24">
123
+ <path d="M14.5 13.5L11.5 10.5M14.5 10.5L11.5 13.5M17 5H9.39998C8.18486 5.00001 7.03562 5.55236 6.27653 6.50121L3.87653 9.50121C2.70782 10.9621 2.70782 13.0379 3.87653 14.4988L6.27653 17.4988C7.03562 18.4476 8.18486 19 9.39998 19H17C19.2091 19 21 17.2091 21 15V9C21 6.79086 19.2091 5 17 5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
124
+ </symbol>
125
+
126
+ <symbol id="bathroom" viewBox="0 0 24 24">
127
+ <path d="M19 6V5C19 3.895 18.105 3 17 3M17 3C15.895 3 15 3.895 15 5V19C15 20.105 14.105 21 13 21H7C5.895 21 5 20.105 5 19V6M17 3H8C6.343 3 5 4.343 5 6M5 6H3.5C2.672 6 2 6.672 2 7.5C2 8.328 2.672 9 3.5 9H5M19 9V15C19 16.105 18.105 17 17 17H15M15 9H20.5C21.328 9 22 8.328 22 7.5C22 6.672 21.328 6 20.5 6H15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
128
+ </symbol>
129
+
130
+ <symbol id="bed" viewBox="0 0 24 24">
131
+ <path d="M4 12H20M4 12C2.89543 12 2 12.8954 2 14V18C2 18.5523 2.44772 19 3 19M4 12V7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V12M20 12C21.1046 12 22 12.8954 22 14V18C22 18.5523 21.5523 19 21 19M21 19H3M21 19V21M3 19V21M8.5 12H15.5C16.3284 12 17 11.3284 17 10.5V9.50001C17 8.67158 16.3284 8.00001 15.5 8.00001H8.5C7.67157 8.00001 7 8.67158 7 9.50001V10.5C7 11.3284 7.67157 12 8.5 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
132
+ </symbol>
133
+
118
134
  <symbol id="bike" viewBox="0 0 24 24">
119
135
  <path d="M10 9L5.5 15.5H11.5L16.5 9H10ZM10 9L8.5 6M10.5 6H7.5M18.5 15.5L16.5 6L14.5 5.5M9 15.5C9 17.433 7.433 19 5.5 19C3.567 19 2 17.433 2 15.5C2 13.567 3.567 12 5.5 12C7.433 12 9 13.567 9 15.5ZM22 15.5C22 17.433 20.433 19 18.5 19C16.567 19 15 17.433 15 15.5C15 13.567 16.567 12 18.5 12C20.433 12 22 13.567 22 15.5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
120
136
  </symbol>
@@ -127,6 +143,10 @@
127
143
  <path d="M17 20.9999H3M3 20.9999L18.1734 3.4557C18.6597 2.89344 19.4654 2.73259 20.1303 3.06504C21.0786 3.53921 21.3267 4.77957 20.6336 5.582L12.5 14.9999C12.1962 17.1262 10.663 18.8713 8.59345 19.4462L3 20.9999ZM21 20.9999H20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
128
144
  </symbol>
129
145
 
146
+ <symbol id="blinds" viewBox="0 0 24 24">
147
+ <path d="M9.5 3V13M9.5 13C8.39543 13 7.5 13.8954 7.5 15C7.5 16.1046 8.39543 17 9.5 17C10.6046 17 11.5 16.1046 11.5 15C11.5 13.8954 10.6046 13 9.5 13ZM7 11H3M21 7H12M21 11H12M5 15H3M21 15H14M7 7H3M6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
148
+ </symbol>
149
+
130
150
  <symbol id="bloodGroup" viewBox="0 0 24 24">
131
151
  <path d="M20 14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14C4 9.58172 8 7 12 2C16 7 20 9.58172 20 14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
132
152
  </symbol>
@@ -189,6 +209,10 @@
189
209
  <path d="M22 7.5L12 17L11 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
190
210
  </symbol>
191
211
 
212
+ <symbol id="clean" viewBox="0 0 24 24">
213
+ <path d="M12.0805 20H4.83341C4.31332 20 3.88006 19.6013 3.83687 19.083L3.00353 9.08305C2.9803 8.80436 3.07483 8.52868 3.26419 8.32289C3.45355 8.1171 3.72042 8 4.00007 8H15.5M13 8V6.93421C13 5.00121 11.433 3.43421 9.50001 3.43421C7.56701 3.43421 6.00001 5.00121 6.00001 6.93421V8M21.5195 18H12.4805M19.2799 15H14.7201C13.7668 15 12.946 15.6729 12.759 16.6078L12.0198 20.3039C11.961 20.5977 12.0371 20.9023 12.227 21.134C12.417 21.3657 12.7008 21.5 13.0003 21.5H20.9997C21.2993 21.5 21.5831 21.3657 21.773 21.134C21.9629 20.9023 22.039 20.5977 21.9802 20.3039L21.241 16.6078C21.054 15.6729 20.2332 15 19.2799 15ZM17 2.5C17.8284 2.5 18.5 3.17157 18.5 4V14.5C18.5 14.7761 18.2761 15 18 15H16C15.7239 15 15.5 14.7761 15.5 14.5V4C15.5 3.17157 16.1716 2.5 17 2.5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
214
+ </symbol>
215
+
192
216
  <symbol id="clock" viewBox="0 0 24 24">
193
217
  <path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
194
218
  <path d="M12 12L12 6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -250,6 +274,15 @@
250
274
  <path d="M7 17L17 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
251
275
  </symbol>
252
276
 
277
+ <symbol id="docs" viewBox="0 0 24 24">
278
+ <path d="M6 7.99976H9V4.99976M3 18.9998V6.99976L8 1.99976H19V18.9998H3Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
279
+ <path d="M5 22H22V5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
280
+ </symbol>
281
+
282
+ <symbol id="door" viewBox="0 0 24 24">
283
+ <path d="M3 21H21M5 21V4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4V21M16 12H19M9 6H12V18H9V6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
284
+ </symbol>
285
+
253
286
  <symbol id="down" viewBox="0 0 24 24">
254
287
  <path d="M16 10L12 14L8 10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
255
288
  </symbol>
@@ -496,6 +529,21 @@
496
529
  <path d="M16.5 6C17.3322 6 18 6.66781 18 7.5C18 8.33219 17.3219 9 16.5 9C15.6678 9 15 8.33219 15 7.5C15 6.66781 15.6678 6 16.5 6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
497
530
  </symbol>
498
531
 
532
+ <symbol id="keyboardArrows" viewBox="0 0 24 24">
533
+ <path d="M13.5 7.5L12 6L10.5 7.5M10.5 16.5L12 18L13.5 16.5M16.5 13.5L18 12L16.5 10.5M7.5 10.5L6 12L7.5 13.5M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
534
+ </symbol>
535
+
536
+ <symbol id="keyboardNum" viewBox="0 0 24 24">
537
+ <path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
538
+ <path d="M12.25 12.5003C12.2498 12.6383 12.1379 12.7501 11.9999 12.75C11.8618 12.7499 11.75 12.638 11.75 12.5C11.75 12.362 11.8618 12.2501 11.9999 12.25C12.1379 12.2499 12.2498 12.3617 12.25 12.4997V12.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
539
+ <path d="M12.25 8.5003C12.2498 8.63831 12.1379 8.75008 11.9999 8.75C11.8618 8.74992 11.75 8.63801 11.75 8.5C11.75 8.36199 11.8618 8.25008 11.9999 8.25C12.1379 8.24992 12.2498 8.36169 12.25 8.4997V8.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
540
+ <path d="M12.25 16.5003C12.2498 16.6383 12.1379 16.7501 11.9999 16.75C11.8618 16.7499 11.75 16.638 11.75 16.5C11.75 16.362 11.8618 16.2501 11.9999 16.25C12.1379 16.2499 12.2498 16.3617 12.25 16.4997V16.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
541
+ <path d="M16.25 12.5003C16.2498 12.6383 16.1379 12.7501 15.9999 12.75C15.8618 12.7499 15.75 12.638 15.75 12.5C15.75 12.362 15.8618 12.2501 15.9999 12.25C16.1379 12.2499 16.2498 12.3617 16.25 12.4997V12.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
542
+ <path d="M16.25 8.5003C16.2498 8.63831 16.1379 8.75008 15.9999 8.75C15.8618 8.74992 15.75 8.63801 15.75 8.5C15.75 8.36199 15.8618 8.25008 15.9999 8.25C16.1379 8.24992 16.2498 8.36169 16.25 8.4997V8.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
543
+ <path d="M8.25 12.5003C8.24983 12.6383 8.13786 12.7501 7.99985 12.75C7.86184 12.7499 7.75 12.638 7.75 12.5C7.75 12.362 7.86184 12.2501 7.99985 12.25C8.13786 12.2499 8.24983 12.3617 8.25 12.4997V12.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
544
+ <path d="M8.25 8.5003C8.24983 8.63831 8.13786 8.75008 7.99985 8.75C7.86184 8.74992 7.75 8.63801 7.75 8.5C7.75 8.36199 7.86184 8.25008 7.99985 8.25C8.13786 8.24992 8.24983 8.36169 8.25 8.4997V8.5003" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
545
+ </symbol>
546
+
499
547
  <symbol id="lab" viewBox="0 0 24 24">
500
548
  <path d="M20 11V8H12V11M20 11H12M20 11V21H12V11M9 6V3H4V6M9 6H4M9 6V18.5C9 19.8807 7.88071 21 6.5 21C5.11929 21 4 19.8807 4 18.5V6M7 11H9M16 17H20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
501
549
  </symbol>
@@ -513,6 +561,10 @@
513
561
  <path d="M15.9999 2L15.4999 2.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
514
562
  </symbol>
515
563
 
564
+ <symbol id="lampSmart" viewBox="0 0 24 24">
565
+ <path d="M14 14H10M2.6845 8C1.28558 11.681 2.03005 16.0202 4.92567 18.9929C8.83242 23.0024 15.167 23.0024 19.0738 18.9929C21.9705 16.0202 22.7138 11.6799 21.316 8M5 5C8.86586 1 15.1341 1 19 5M9.6942 14.0499C8.50988 13.2381 7.80042 11.8203 8.04975 10.2594C8.32061 8.57198 9.769 7.22559 11.5166 7.02759C13.9419 6.7515 16 8.58408 16 10.882C16 12.192 15.3291 13.3481 14.3046 14.051C14.121 14.1775 13.9997 14.3722 13.9997 14.5911V16.3819C13.9997 17.2751 13.254 18 12.3326 18H11.6662C10.7459 18 9.99906 17.2762 9.99906 16.3819V14.5944C10.0002 14.3733 9.87893 14.1775 9.6942 14.0499Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
566
+ </symbol>
567
+
516
568
  <symbol id="language" viewBox="0 0 24 24">
517
569
  <path d="M12.0018 2C10.9559 2 9.94756 2.1605 9 2.45821C7.47752 2.93655 6.11199 3.76913 5 4.85935C3.14859 6.67453 2 9.20393 2 12.0018C2 17.526 6.47761 22 12.0018 22C17.526 22 22 17.5224 22 12.0018C22 6.47761 17.5224 2 12.0018 2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
518
570
  <path d="M12.0055 21.9998V1.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -696,7 +748,7 @@
696
748
  </symbol>
697
749
 
698
750
  <symbol id="mobileRotate2" viewBox="0 0 24 24">
699
- <path d="M7.33289 15.6866L8.5114 16.8651M13.55 22.1867C15.5877 21.9163 17.596 20.9691 19.2068 19.3582C20.8177 17.7474 21.7648 15.7391 22.0352 13.7014M10.7855 2.09878C8.74778 2.36917 6.73948 3.31636 5.12863 4.92721C3.51778 6.53805 2.57059 8.54636 2.3002 10.5841M14.7019 20.5102L13.5873 22.1707L15.2479 23.2854M9.63359 3.77522L10.7482 2.11463L9.08765 1M3.30237 16.1816L8.01642 20.8956C8.66729 21.5465 9.70146 21.5676 10.3263 20.9427L20.7915 10.4776C21.4163 9.85273 21.3952 8.81855 20.7443 8.16768L16.0303 3.45364C15.3794 2.80276 14.3452 2.78166 13.7204 3.4065L3.25523 13.8717C2.63039 14.4965 2.6515 15.5307 3.30237 16.1816Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
751
+ <path d="M7.33292 15.6866L8.51143 16.8651M13.55 22.1867C15.5877 21.9163 17.596 20.9691 19.2068 19.3582C20.8177 17.7474 21.7649 15.7391 22.0353 13.7014M10.7855 2.09878C8.74781 2.36917 6.73951 3.31636 5.12866 4.92721C3.51781 6.53805 2.57062 8.54636 2.30023 10.5841M14.702 20.5102L13.5873 22.1707L15.2479 23.2854M9.63362 3.77522L10.7483 2.11463L9.08768 1M3.3024 16.1816L8.01645 20.8956C8.66732 21.5465 9.70149 21.5676 10.3263 20.9427L20.7915 10.4776C21.4163 9.85273 21.3952 8.81855 20.7444 8.16768L16.0303 3.45364C15.3794 2.80276 14.3453 2.78166 13.7204 3.4065L3.25526 13.8717C2.63042 14.4965 2.65153 15.5307 3.3024 16.1816Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
700
752
  </symbol>
701
753
 
702
754
  <symbol id="mobileRotate3" viewBox="0 0 24 24">
@@ -754,6 +806,10 @@
754
806
  <path d="M15 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
755
807
  </symbol>
756
808
 
809
+ <symbol id="nutrition" viewBox="0 0 24 24">
810
+ <path d="M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7C15.3978 6.60218 15.9374 6.37868 16.5 6.37868C17.0626 6.37868 17.6022 6.60218 18 7C18.653 7.647 18.8108 8.64276 18.39 9.46M9 13C9 11.3431 10.3431 10 12 10M12 10C13.6569 10 15 11.3431 15 13M12 10C11.9998 8.48035 10.8635 7.20082 9.35449 7.02107C7.84551 6.84132 6.44042 7.81813 6.08325 9.29521C6.04986 9.43422 5.95565 9.5508 5.82675 9.61262C5.69785 9.67444 5.54796 9.67494 5.41866 9.61396C4.64392 9.2996 3.75497 9.57449 3.29292 10.2713C2.83087 10.9681 2.92362 11.894 3.51472 12.4853L4.19539 13.1659M19.9829 13.2681C20.5764 12.455 20.8969 11.4748 20.8986 10.4681V9.86813C20.8986 9.53676 20.6299 9.26813 20.2986 9.26813H19.6985C17.4616 9.27032 15.5234 10.8188 15.0273 13M19.8 18.6C18.6669 20.1108 16.8885 21 15 21H9C7.11146 21 5.33313 20.1108 4.2 18.6C3.42107 17.5614 3 16.2982 3 15C3 13.8954 3.89543 13 5 13H19C20.1046 13 21 13.8954 21 15C21 16.2982 20.5789 17.5614 19.8 18.6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
811
+ </symbol>
812
+
757
813
  <symbol id="order" viewBox="0 0 24 24">
758
814
  <path d="M7 18L7 3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
759
815
  <path d="M17 6L17 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -771,6 +827,10 @@
771
827
  <path d="M7.98851 18.3205H11.4771C12.3023 18.3205 12.9722 17.6411 12.9722 16.8042C12.9722 15.9673 12.3023 15.2878 11.4771 15.2878H6.80386C6.28915 15.2878 5.79079 15.4038 5.3251 15.6359L1.99991 17.3096" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
772
828
  </symbol>
773
829
 
830
+ <symbol id="pause" viewBox="0 0 24 24">
831
+ <path d="M14 15V9M10 15V9M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
832
+ </symbol>
833
+
774
834
  <symbol id="phone" viewBox="0 0 24 24">
775
835
  <path d="M2.12888 4.83704C1.95828 5.12118 1.98265 5.51085 2.05577 5.91676C2.7869 10.0165 4.76907 13.6859 7.55549 16.4786C10.3419 19.2632 14.1194 21.3495 18.0919 21.9503C18.4981 22.0152 18.888 22.0396 19.1723 21.8772C19.2698 21.8204 19.3998 21.7149 19.4323 21.5525L20.987 17.7243C21.0357 17.4726 20.9463 17.2128 20.7432 17.0018C20.6458 16.9043 18.428 16.1006 17.38 15.5973C16.9495 15.3862 16.4458 15.508 16.2346 15.8571L15.8284 16.5553C15.6903 16.7907 15.4547 16.9693 15.1948 17.0342C14.1712 17.294 11.003 14.3796 10.3125 13.6895C9.59757 12.9751 6.58369 9.72782 6.84365 8.70492C6.90863 8.43702 7.08736 8.20971 7.32294 8.0717C7.94034 7.7145 7.76974 7.81192 8.02158 7.66579C8.37902 7.45471 8.50087 6.95138 8.28966 6.52112C7.83473 5.58752 7.56665 4.71075 7.26608 3.71221C7.1361 3.27382 6.71367 2.92474 6.29124 3.01404C6.29124 3.01404 5.16667 3.43436 2.4457 4.57725C2.29135 4.60973 2.18575 4.73962 2.12888 4.83704Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
776
836
  <path d="M14 5C16.7637 5 19 7.23629 19 10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -900,6 +960,10 @@
900
960
  <path d="M8 13.0002L16 17.5002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
901
961
  </symbol>
902
962
 
963
+ <symbol id="sink" viewBox="0 0 24 24">
964
+ <path d="M22 14H2M17 7V6.5C17 5.11929 15.8807 4 14.5 4C13.1193 4 12 5.11929 12 6.5V14M7 14V11H4M17 14V11H20M21 14L20.4555 17.4852C20.1394 19.5085 18.3967 21 16.3489 21H7.65107C5.60328 21 3.86062 19.5085 3.54452 17.4852L3 14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
965
+ </symbol>
966
+
903
967
  <symbol id="siren" viewBox="0 0 24 24">
904
968
  <path d="M4.5625 19L6.38822 9.26285C6.74295 7.37096 8.39484 6 10.3197 6H13.6803C15.6052 6 17.2571 7.37095 17.6118 9.26285L19.4375 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
905
969
  <path d="M12 19L12 13.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -929,7 +993,7 @@
929
993
  </symbol>
930
994
 
931
995
  <symbol id="stop" viewBox="0 0 24 24">
932
- <path d="M8.91879 7.22123V4.16499C8.91879 3.52531 9.43249 3.01357 10.0783 3.01357C10.7241 3.01357 11.2378 3.53953 11.2378 4.16499M11.2378 10.2775V2.92828C11.2378 2.2886 11.7515 1.77686 12.3973 1.77686C13.0431 1.77686 13.5568 2.30281 13.5568 2.92828V10.2775M13.5421 4.1792C13.5421 3.53953 14.0558 3.02778 14.7016 3.02778C15.3474 3.02778 15.8611 3.55374 15.8611 4.1792V6.58155M13.5714 21.2231C16.184 20.7682 18.1654 18.5506 18.1654 15.9066V6.39676C18.1654 5.75708 17.6517 5.24534 17.0059 5.24534C16.3601 5.24534 15.8464 5.77129 15.8464 6.39676V11.0167M11.3552 21.2089C8.78669 20.7256 6.83464 18.5222 6.83464 15.9066V8.99812C6.83464 8.44373 7.50978 8.20207 7.99413 8.48637L8.44912 8.79911C8.9775 9.23977 9.25636 9.80838 9.25636 10.3628V13.3479C9.25636 13.3479 12.1477 14.542 12.1477 16.7738" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
996
+ <path d="M8.9188 7.22123V4.16499C8.9188 3.52531 9.4325 3.01357 10.0783 3.01357C10.7241 3.01357 11.2378 3.53953 11.2378 4.16499M11.2378 10.2775V2.92828C11.2378 2.2886 11.7515 1.77686 12.3973 1.77686C13.0431 1.77686 13.5568 2.30281 13.5568 2.92828V10.2775M13.5421 4.1792C13.5421 3.53953 14.0558 3.02778 14.7016 3.02778C15.3474 3.02778 15.8611 3.55374 15.8611 4.1792V6.58155M13.5714 21.2231C16.184 20.7682 18.1654 18.5506 18.1654 15.9066V6.39676C18.1654 5.75708 17.6517 5.24534 17.0059 5.24534C16.3601 5.24534 15.8464 5.77129 15.8464 6.39676V11.0167M11.3552 21.2089C8.78671 20.7256 6.83466 18.5222 6.83466 15.9066V8.99812C6.83466 8.44373 7.5098 8.20207 7.99415 8.48637L8.44914 8.79911C8.97751 9.23977 9.25638 9.80838 9.25638 10.3628V13.3479C9.25638 13.3479 12.1478 14.542 12.1478 16.7738" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
933
997
  </symbol>
934
998
 
935
999
  <symbol id="store" viewBox="0 0 24 24">
@@ -965,6 +1029,10 @@
965
1029
  <path d="M22 5L2 7.69231L6 11.4615L14 9.84615L8.5 14.1538L13 19L22 5Z" stroke-linejoin="round"/>
966
1030
  </symbol>
967
1031
 
1032
+ <symbol id="tv" viewBox="0 0 24 24">
1033
+ <path d="M4.7171 21C8.73931 19.6624 15.2617 19.6624 19.2849 21M19.9245 16.8186H4.07649C2.92921 16.8186 1.99997 15.9205 1.99997 14.8117V5.00691C1.99997 3.89809 2.92921 3 4.07649 3H19.9235C21.0707 3 22 3.89809 22 5.00691V14.8127C22.001 15.9205 21.0707 16.8186 19.9245 16.8186Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1034
+ </symbol>
1035
+
968
1036
  <symbol id="twitter" viewBox="0 0 24 24">
969
1037
  <path d="M16 22L2 2H8L22 22H16Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
970
1038
  <path d="M14.0968 10.7097L21.5 2H19.5L13.1935 9.41935L14.0968 10.7097Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -1016,6 +1084,10 @@
1016
1084
  <path d="M12 7V20M12 7L19 13.456M12 7L5 13.456M5 4H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1017
1085
  </symbol>
1018
1086
 
1087
+ <symbol id="userChecklist" viewBox="0 0 24 24">
1088
+ <path d="M13 9H17M10 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V10M7 8.726L7.919 9.554L9.769 7.888M7 13.726L7.919 14.554L9.769 12.888M14 21.5V21.094C14.0033 19.9389 14.9389 19.0033 16.094 19H18.906C20.0611 19.0033 20.9967 19.9389 21 21.094V21.5C21 21.7761 20.7761 22 20.5 22H14.5C14.3674 22 14.2402 21.9473 14.1464 21.8536C14.0527 21.7598 14 21.6326 14 21.5ZM19.5 14.75C19.5 15.8546 18.6046 16.75 17.5 16.75C16.3954 16.75 15.5 15.8546 15.5 14.75C15.5 13.6454 16.3954 12.75 17.5 12.75C18.6046 12.75 19.5 13.6454 19.5 14.75Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1089
+ </symbol>
1090
+
1019
1091
  <symbol id="vaccine" viewBox="0 0 24 24">
1020
1092
  <path d="M18 18L22 22M10 4.00001L4.00002 10M6.00003 2L2.00003 6M6.99999 7.00001L3.99999 4.00001M9.50003 10.5L8.00004 12M12.5 13.5L11 15M5.00001 9.00001L9.00001 5.00001L18 14L14 18L5.00001 9.00001ZM15 17L17 15L19 17L17 19L15 17Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1021
1093
  </symbol>
@@ -1062,6 +1134,10 @@
1062
1134
  <path d="M3 6.7503C6.85556 2.89448 12.495 2.01195 17.1671 4.1025M21 6.74993C20.6195 6.36945 20.2217 6.01792 19.8091 5.69534" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1063
1135
  </symbol>
1064
1136
 
1137
+ <symbol id="window" viewBox="0 0 24 24">
1138
+ <path d="M20 18V5C20 3.89543 19.1046 3 18 3H6C4.89543 3 4 3.89543 4 5V18M12 11V3M20 11H4M3 18H21V21H3V18Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1139
+ </symbol>
1140
+
1065
1141
  <symbol id="xray" viewBox="0 0 24 24">
1066
1142
  <path d="M9.99998 2V6.09122C9.99998 6.44794 9.78641 6.71357 9.49999 7C9 7.5 8.67459 8.2636 8.99998 9C9.28452 9.64396 9.79595 10 10.5 10C11.5 10 11.3825 9.5 12 9.5C12.6175 9.5 12.5 10 13.5 10C14.204 10 14.7154 9.64396 15 9C15.3254 8.2636 15 7.5 14.5 7C14.218 6.75884 14 6.45296 14 6.09122V2M14 22L14 16.9088C14 16.5521 14.2136 16.2864 14.5 16C15 15.5 15.3254 14.7364 15 14C14.7155 13.356 14.2041 13 13.5 13C12.5 13 12.6175 13.5 12 13.5C11.3826 13.5 11.5 13 10.5 13C9.796 13 9.28457 13.356 9.00002 14C8.67464 14.7364 9 15.5 9.50002 16C9.78197 16.2412 10 16.547 10 16.9088V22M11 19H5M19 19H18M4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
1067
1143
  </symbol>