globuswebcomponents 1.4.6 → 1.4.8

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 (415) hide show
  1. package/dist/cjs/gb-action-panel.cjs.entry.js +1 -1
  2. package/dist/cjs/gb-avatar-add-button.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-avatar-group.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-avatar.gb-avatar-contrast-inner-border.gb-status-indicator.entry.cjs.js.map +1 -0
  7. package/dist/cjs/gb-avatar_3.cjs.entry.js +176 -0
  8. package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
  9. package/dist/cjs/gb-badge.gb-badge-close.entry.cjs.js.map +1 -0
  10. package/dist/cjs/gb-badge_2.cjs.entry.js +100 -0
  11. package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
  12. package/dist/cjs/gb-breadcrumb-button-base.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-breadcrumbs.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-btn.gb-button.gb-comment.gb-comment-item.entry.cjs.js.map +1 -0
  15. package/dist/cjs/gb-btn_4.cjs.entry.js +231 -0
  16. package/dist/cjs/gb-btn_4.cjs.entry.js.map +1 -0
  17. package/dist/cjs/gb-button-close.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-carousel-arrow.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-checkbox-group-item.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-checkbox_2.cjs.entry.js +2 -2
  22. package/dist/cjs/gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-simple-side-bar-item.entry.cjs.js.map +1 -0
  23. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +143 -0
  24. package/dist/cjs/gb-collapse-button_4.cjs.entry.js.map +1 -0
  25. package/dist/cjs/gb-sidebar.cjs.entry.js +117 -0
  26. package/dist/cjs/gb-sidebar.cjs.entry.js.map +1 -0
  27. package/dist/cjs/gb-sidebar.entry.cjs.js.map +1 -0
  28. package/dist/cjs/{gb-comment.cjs.entry.js → gb-tooltip.cjs.entry.js} +21 -50
  29. package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
  30. package/dist/cjs/gb-tooltip.entry.cjs.js.map +1 -0
  31. package/dist/cjs/globuscomponents.cjs.js +1 -1
  32. package/dist/cjs/loader.cjs.js +1 -1
  33. package/dist/collection/collection-manifest.json +1 -1
  34. package/dist/collection/components/gb-action-panel/gb-action-panel.js +1 -1
  35. package/dist/collection/components/gb-avatar/gb-avatar.js +2 -2
  36. package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js +1 -1
  37. package/dist/collection/components/gb-avatar-contrast-inner-border/gb-avatar-contrast-inner-border.js +1 -1
  38. package/dist/collection/components/gb-avatar-group/gb-avatar-group.js +1 -1
  39. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +1 -1
  40. package/dist/collection/components/gb-avatar-profile-photo/gb-avatar-profile-photo.js +1 -1
  41. package/dist/collection/components/gb-badge/gb-badge.js +1 -1
  42. package/dist/collection/components/gb-badge-close/gb-badge-close.js +1 -1
  43. package/dist/collection/components/gb-breadcrumb-button-base/gb-breadcrumb-button-base.js +1 -1
  44. package/dist/collection/components/gb-breadcrumbs/gb-breadcrumbs.js +1 -1
  45. package/dist/collection/components/gb-btn/gb-btn.js +1 -1
  46. package/dist/collection/components/gb-button/gb-button.js +1 -1
  47. package/dist/collection/components/gb-button/readme.md +0 -2
  48. package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
  49. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
  50. package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
  51. package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
  52. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  53. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +1 -1
  54. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
  55. package/dist/collection/components/gb-comment/gb-comment.js +43 -53
  56. package/dist/collection/components/gb-comment/gb-comment.js.map +1 -1
  57. package/dist/collection/components/gb-comment-item/gb-comment-item.js +1 -1
  58. package/dist/collection/components/gb-comment-item/gb-comment-item.js.map +1 -1
  59. package/dist/components/gb-action-panel.js +5 -5
  60. package/dist/components/gb-avatar-add-button.js +1 -1
  61. package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
  62. package/dist/components/gb-avatar-dropdown.js +6 -6
  63. package/dist/components/gb-avatar-group.js +4 -4
  64. package/dist/components/gb-avatar-label-group.js +1 -1
  65. package/dist/components/gb-avatar-profile-photo.js +3 -3
  66. package/dist/components/gb-avatar.js +1 -1
  67. package/dist/components/gb-badge-close.js +1 -1
  68. package/dist/components/gb-badge.js +1 -1
  69. package/dist/components/gb-breadcrumb-button-base.js +1 -1
  70. package/dist/components/gb-breadcrumbs.js +1 -1
  71. package/dist/components/gb-btn.js +1 -1
  72. package/dist/components/gb-button-close.js +1 -1
  73. package/dist/components/gb-button.js +1 -1
  74. package/dist/components/gb-carousel-arrow.js +1 -1
  75. package/dist/components/gb-checkbox-base.js +1 -1
  76. package/dist/components/gb-checkbox-group-item.js +1 -1
  77. package/dist/components/gb-checkbox-group.js +7 -7
  78. package/dist/components/gb-checkbox.js +1 -1
  79. package/dist/components/gb-collapse-button.js +1 -1
  80. package/dist/components/gb-comment-item.js +1 -1
  81. package/dist/components/gb-comment.js +39 -43
  82. package/dist/components/gb-comment.js.map +1 -1
  83. package/dist/components/gb-detail-cell.js +5 -5
  84. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  85. package/dist/components/gb-file-upload-item-base.js +1 -1
  86. package/dist/components/gb-file-upload.js +3 -3
  87. package/dist/components/gb-header.js +2 -2
  88. package/dist/components/gb-help-dropdown.js +3 -3
  89. package/dist/components/gb-horizontal-tabs.js +5 -5
  90. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  91. package/dist/components/gb-input-dropdown.js +1 -1
  92. package/dist/components/gb-input-field.js +1 -1
  93. package/dist/components/gb-notification-pane.js +1 -1
  94. package/dist/components/gb-pagination.js +11 -11
  95. package/dist/components/gb-password-button.js +1 -1
  96. package/dist/components/gb-sidebar.js +6 -6
  97. package/dist/components/gb-simple-side-bar-item.js +1 -1
  98. package/dist/components/gb-tab-button-base.js +1 -1
  99. package/dist/components/gb-tag.js +1 -1
  100. package/dist/components/gb-textarea-input-field.js +6 -6
  101. package/dist/components/gb-toast.js +2 -2
  102. package/dist/components/gb-top-bar-sidemenu.js +6 -6
  103. package/dist/components/gb-vertical-tabs.js +1 -1
  104. package/dist/components/{p-Bwy14smk.js → p-B-_k1Ys1.js} +4 -4
  105. package/dist/components/{p-Bwy14smk.js.map → p-B-_k1Ys1.js.map} +1 -1
  106. package/dist/components/{p-BjB-0TCj.js → p-B0akRBlq.js} +4 -4
  107. package/dist/components/{p-BjB-0TCj.js.map → p-B0akRBlq.js.map} +1 -1
  108. package/dist/components/{p-A2a1PB-p.js → p-BGW-zt-1.js} +3 -3
  109. package/dist/components/{p-A2a1PB-p.js.map → p-BGW-zt-1.js.map} +1 -1
  110. package/dist/components/{p-DmTesxFC.js → p-BLJq_DQl.js} +7 -7
  111. package/dist/components/{p-DmTesxFC.js.map → p-BLJq_DQl.js.map} +1 -1
  112. package/dist/components/{p-Dgt_HGzo.js → p-BVZRRUCK.js} +3 -3
  113. package/dist/components/{p-Dgt_HGzo.js.map → p-BVZRRUCK.js.map} +1 -1
  114. package/dist/components/{p-Ca3KlxY5.js → p-BmRaGj4b.js} +4 -4
  115. package/dist/components/{p-Ca3KlxY5.js.map → p-BmRaGj4b.js.map} +1 -1
  116. package/dist/components/{p-DzWR9m4v.js → p-BtpKiq2D.js} +3 -3
  117. package/dist/components/{p-DzWR9m4v.js.map → p-BtpKiq2D.js.map} +1 -1
  118. package/dist/components/{p-DUqXGnqG.js → p-BwBkH1FZ.js} +3 -3
  119. package/dist/components/{p-DUqXGnqG.js.map → p-BwBkH1FZ.js.map} +1 -1
  120. package/dist/components/{p-BSEgxuS2.js → p-CLu6xZLO.js} +6 -6
  121. package/dist/components/{p-BSEgxuS2.js.map → p-CLu6xZLO.js.map} +1 -1
  122. package/dist/components/{p-BIP5kkw7.js → p-CpTDw0B9.js} +3 -3
  123. package/dist/components/{p-BIP5kkw7.js.map → p-CpTDw0B9.js.map} +1 -1
  124. package/dist/components/{p-CqPCn83b.js → p-CqOPhsCr.js} +11 -11
  125. package/dist/components/{p-CqPCn83b.js.map → p-CqOPhsCr.js.map} +1 -1
  126. package/dist/components/{p-Ct7YH9xw.js → p-CuMj4EK6.js} +8 -8
  127. package/dist/components/{p-Ct7YH9xw.js.map → p-CuMj4EK6.js.map} +1 -1
  128. package/dist/components/{p-Ob5014uZ.js → p-DHlQkhPX.js} +6 -6
  129. package/dist/components/{p-Ob5014uZ.js.map → p-DHlQkhPX.js.map} +1 -1
  130. package/dist/components/{p-CEmfNVt_.js → p-DNEd2mcN.js} +12 -12
  131. package/dist/components/{p-CEmfNVt_.js.map → p-DNEd2mcN.js.map} +1 -1
  132. package/dist/components/{p-COYsIORY.js → p-Dc1jUtmh.js} +3 -3
  133. package/dist/components/{p-COYsIORY.js.map → p-Dc1jUtmh.js.map} +1 -1
  134. package/dist/components/{p-D17CpEpf.js → p-DdpzTbXl.js} +5 -5
  135. package/dist/components/{p-D17CpEpf.js.map → p-DdpzTbXl.js.map} +1 -1
  136. package/dist/components/{p-BYOvgUvy.js → p-DlcOZaBm.js} +5 -5
  137. package/dist/components/{p-BYOvgUvy.js.map → p-DlcOZaBm.js.map} +1 -1
  138. package/dist/components/{p-Awd7TCdx.js → p-DoY3N2OM.js} +3 -3
  139. package/dist/components/{p-Awd7TCdx.js.map → p-DoY3N2OM.js.map} +1 -1
  140. package/dist/components/{p-B7nOhRrD.js → p-DsGl29e5.js} +3 -3
  141. package/dist/components/{p-B7nOhRrD.js.map → p-DsGl29e5.js.map} +1 -1
  142. package/dist/components/{p-C6vD-TIt.js → p-Du043LkL.js} +5 -5
  143. package/dist/components/{p-C6vD-TIt.js.map → p-Du043LkL.js.map} +1 -1
  144. package/dist/components/{p-CD5p_T6G.js → p-JQgib47h.js} +6 -6
  145. package/dist/components/{p-CD5p_T6G.js.map → p-JQgib47h.js.map} +1 -1
  146. package/dist/components/{p-DWXbj4Z9.js → p-YORWSgxI.js} +4 -4
  147. package/dist/components/{p-DWXbj4Z9.js.map → p-YORWSgxI.js.map} +1 -1
  148. package/dist/components/{p-C24l7fCA.js → p-bG9oQD27.js} +6 -6
  149. package/dist/components/{p-C24l7fCA.js.map → p-bG9oQD27.js.map} +1 -1
  150. package/dist/components/{p-Dm1Sh8A_.js → p-viHaUeDp.js} +4 -4
  151. package/dist/components/{p-Dm1Sh8A_.js.map → p-viHaUeDp.js.map} +1 -1
  152. package/dist/components/test-input-tag.js +6 -6
  153. package/dist/docs.json +14 -25
  154. package/dist/esm/gb-action-panel.entry.js +2 -2
  155. package/dist/esm/gb-avatar-add-button.entry.js +2 -2
  156. package/dist/esm/gb-avatar-dropdown.entry.js +1 -1
  157. package/dist/esm/gb-avatar-group.entry.js +2 -2
  158. package/dist/esm/gb-avatar-label-group.entry.js +2 -2
  159. package/dist/esm/gb-avatar-profile-photo.entry.js +2 -2
  160. package/dist/esm/gb-avatar.gb-avatar-contrast-inner-border.gb-status-indicator.entry.js.map +1 -0
  161. package/dist/esm/gb-avatar_3.entry.js +172 -0
  162. package/dist/esm/gb-avatar_3.entry.js.map +1 -0
  163. package/dist/esm/gb-badge.gb-badge-close.entry.js.map +1 -0
  164. package/dist/esm/gb-badge_2.entry.js +97 -0
  165. package/dist/esm/gb-badge_2.entry.js.map +1 -0
  166. package/dist/esm/gb-breadcrumb-button-base.entry.js +2 -2
  167. package/dist/esm/gb-breadcrumbs.entry.js +2 -2
  168. package/dist/esm/gb-btn.gb-button.gb-comment.gb-comment-item.entry.js.map +1 -0
  169. package/dist/esm/gb-btn_4.entry.js +226 -0
  170. package/dist/esm/gb-btn_4.entry.js.map +1 -0
  171. package/dist/esm/gb-button-close.entry.js +2 -2
  172. package/dist/esm/gb-carousel-arrow.entry.js +2 -2
  173. package/dist/esm/gb-checkbox-group-item.entry.js +2 -2
  174. package/dist/esm/gb-checkbox-group.entry.js +2 -2
  175. package/dist/esm/gb-checkbox_2.entry.js +3 -3
  176. package/dist/esm/gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-simple-side-bar-item.entry.js.map +1 -0
  177. package/dist/esm/gb-collapse-button_4.entry.js +138 -0
  178. package/dist/esm/gb-collapse-button_4.entry.js.map +1 -0
  179. package/dist/esm/gb-detail-cell.entry.js +1 -1
  180. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  181. package/dist/esm/gb-export-dropdown-item_2.entry.js +1 -1
  182. package/dist/esm/gb-export-dropdown.entry.js +1 -1
  183. package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
  184. package/dist/esm/gb-featured-icon_2.entry.js +1 -1
  185. package/dist/esm/gb-file-type-icon_2.entry.js +1 -1
  186. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  187. package/dist/esm/gb-file-upload.entry.js +1 -1
  188. package/dist/esm/gb-header-icon.entry.js +1 -1
  189. package/dist/esm/gb-header.entry.js +1 -1
  190. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  191. package/dist/esm/gb-help-tooltip_3.entry.js +1 -1
  192. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  193. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +1 -1
  194. package/dist/esm/gb-input-dropdown_3.entry.js +1 -1
  195. package/dist/esm/gb-mega-input-field-base.entry.js +1 -1
  196. package/dist/esm/gb-notification-content.entry.js +1 -1
  197. package/dist/esm/gb-notification-pane.entry.js +1 -1
  198. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  199. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  200. package/dist/esm/gb-pagination.entry.js +1 -1
  201. package/dist/esm/gb-progress-circle.entry.js +1 -1
  202. package/dist/esm/gb-scrollbar.entry.js +1 -1
  203. package/dist/esm/gb-sidebar.entry.js +115 -0
  204. package/dist/esm/gb-sidebar.entry.js.map +1 -0
  205. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  206. package/dist/esm/gb-slider.entry.js +1 -1
  207. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  208. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  209. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  210. package/dist/esm/gb-tab-button-base.entry.js +1 -1
  211. package/dist/esm/gb-table-cell.entry.js +1 -1
  212. package/dist/esm/gb-textarea-input-field.entry.js +1 -1
  213. package/dist/esm/gb-toast-button.entry.js +1 -1
  214. package/dist/esm/gb-toast.entry.js +1 -1
  215. package/dist/esm/gb-toggle-base.entry.js +1 -1
  216. package/dist/esm/gb-toggle.entry.js +1 -1
  217. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  218. package/dist/esm/gb-token-field-compressed.entry.js +1 -1
  219. package/dist/esm/{gb-comment.entry.js → gb-tooltip.entry.js} +22 -51
  220. package/dist/esm/gb-tooltip.entry.js.map +1 -0
  221. package/dist/esm/gb-top-bar-item.entry.js +1 -1
  222. package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
  223. package/dist/esm/gb-top-bar.entry.js +1 -1
  224. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  225. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  226. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  227. package/dist/esm/globuscomponents.js +3 -3
  228. package/dist/esm/{index-MGI5Kcbj.js → index-CrnEe5W0.js} +3 -3
  229. package/dist/esm/{index-MGI5Kcbj.js.map → index-CrnEe5W0.js.map} +1 -1
  230. package/dist/esm/loader.js +3 -3
  231. package/dist/esm/test-input-tag.entry.js +1 -1
  232. package/dist/globuscomponents/gb-avatar.gb-avatar-contrast-inner-border.gb-status-indicator.entry.esm.js.map +1 -0
  233. package/dist/globuscomponents/gb-badge.gb-badge-close.entry.esm.js.map +1 -0
  234. package/dist/globuscomponents/gb-btn.gb-button.gb-comment.gb-comment-item.entry.esm.js.map +1 -0
  235. package/dist/globuscomponents/gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-simple-side-bar-item.entry.esm.js.map +1 -0
  236. package/dist/globuscomponents/gb-sidebar.entry.esm.js.map +1 -0
  237. package/dist/globuscomponents/gb-tooltip.entry.esm.js.map +1 -0
  238. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  239. package/dist/globuscomponents/p-038b1c91.entry.js +2 -0
  240. package/dist/globuscomponents/{p-1d5cac5f.entry.js.map → p-038b1c91.entry.js.map} +1 -1
  241. package/dist/globuscomponents/{p-4c2eb484.entry.js → p-04cdf1b9.entry.js} +2 -2
  242. package/dist/globuscomponents/p-04cfab13.entry.js +2 -0
  243. package/dist/globuscomponents/p-04cfab13.entry.js.map +1 -0
  244. package/dist/globuscomponents/{p-2c3bbab9.entry.js → p-05d014b6.entry.js} +2 -2
  245. package/dist/globuscomponents/{p-d75507e9.entry.js → p-0eae6ebb.entry.js} +2 -2
  246. package/dist/globuscomponents/{p-38442f6f.entry.js → p-1094f37d.entry.js} +2 -2
  247. package/dist/globuscomponents/{p-f5f08906.entry.js → p-133cfdbe.entry.js} +2 -2
  248. package/dist/globuscomponents/{p-b79a2f8f.entry.js → p-1624c310.entry.js} +2 -2
  249. package/dist/globuscomponents/{p-03e39fd2.entry.js → p-1859bc83.entry.js} +2 -2
  250. package/dist/globuscomponents/p-18c598da.entry.js +2 -0
  251. package/dist/globuscomponents/{p-cbfb5a59.entry.js.map → p-18c598da.entry.js.map} +1 -1
  252. package/dist/globuscomponents/p-1f335d7d.entry.js +2 -0
  253. package/dist/globuscomponents/{p-beea0431.entry.js.map → p-1f335d7d.entry.js.map} +1 -1
  254. package/dist/globuscomponents/{p-a384736e.entry.js → p-24764938.entry.js} +2 -2
  255. package/dist/globuscomponents/{p-eb4be329.entry.js → p-259a35e3.entry.js} +2 -2
  256. package/dist/globuscomponents/p-2bdd33a8.entry.js +2 -0
  257. package/dist/globuscomponents/{p-e07531ae.entry.js.map → p-2bdd33a8.entry.js.map} +1 -1
  258. package/dist/globuscomponents/{p-b768cc50.entry.js → p-3021d1be.entry.js} +2 -2
  259. package/dist/globuscomponents/p-35f2569e.entry.js +2 -0
  260. package/dist/globuscomponents/{p-ac756482.entry.js.map → p-35f2569e.entry.js.map} +1 -1
  261. package/dist/globuscomponents/{p-8367491a.entry.js → p-38b1f282.entry.js} +2 -2
  262. package/dist/globuscomponents/{p-5ffdfc74.entry.js → p-41a4ae4e.entry.js} +2 -2
  263. package/dist/globuscomponents/{p-a2836432.entry.js → p-42d5cb72.entry.js} +2 -2
  264. package/dist/globuscomponents/{p-ebba8f9e.entry.js → p-46a8cafc.entry.js} +2 -2
  265. package/dist/globuscomponents/{p-ce524a73.entry.js → p-49e931fe.entry.js} +2 -2
  266. package/dist/globuscomponents/p-4b01c567.entry.js +2 -0
  267. package/dist/globuscomponents/p-4b01c567.entry.js.map +1 -0
  268. package/dist/globuscomponents/{p-acb701f7.entry.js → p-4dcfa097.entry.js} +2 -2
  269. package/dist/globuscomponents/p-51c423f5.entry.js +2 -0
  270. package/dist/globuscomponents/{p-dfa5810c.entry.js.map → p-51c423f5.entry.js.map} +1 -1
  271. package/dist/globuscomponents/{p-1f043bec.entry.js → p-59e40bcf.entry.js} +2 -2
  272. package/dist/globuscomponents/{p-cd33012b.entry.js → p-5a0ade34.entry.js} +2 -2
  273. package/dist/globuscomponents/{p-a1828582.entry.js → p-6013e2c2.entry.js} +2 -2
  274. package/dist/globuscomponents/p-6e43ef21.entry.js +2 -0
  275. package/dist/globuscomponents/{p-a896942b.entry.js → p-770b80b4.entry.js} +2 -2
  276. package/dist/globuscomponents/p-7bf7a94c.entry.js +2 -0
  277. package/dist/globuscomponents/p-7bf7a94c.entry.js.map +1 -0
  278. package/dist/globuscomponents/{p-dd77dce2.entry.js → p-7cffe750.entry.js} +2 -2
  279. package/dist/globuscomponents/{p-e2fbbf87.entry.js → p-84b98022.entry.js} +2 -2
  280. package/dist/globuscomponents/{p-ce041db7.entry.js → p-8f17e760.entry.js} +2 -2
  281. package/dist/globuscomponents/{p-ed9ca6ea.entry.js → p-8fbbd4d0.entry.js} +2 -2
  282. package/dist/globuscomponents/{p-60998303.entry.js → p-938e1139.entry.js} +2 -2
  283. package/dist/globuscomponents/{p-285c80ad.entry.js → p-9bc739b3.entry.js} +2 -2
  284. package/dist/globuscomponents/{p-523e4e83.entry.js → p-9ca88880.entry.js} +2 -2
  285. package/dist/globuscomponents/{p-MGI5Kcbj.js → p-CrnEe5W0.js} +2 -2
  286. package/dist/globuscomponents/{p-MGI5Kcbj.js.map → p-CrnEe5W0.js.map} +1 -1
  287. package/dist/globuscomponents/{p-eb8cc520.entry.js → p-a1db29d7.entry.js} +2 -2
  288. package/dist/globuscomponents/{p-e0c2e32a.entry.js → p-a4ff9eb1.entry.js} +2 -2
  289. package/dist/globuscomponents/{p-1b0d8d74.entry.js → p-a932ec80.entry.js} +2 -2
  290. package/dist/globuscomponents/{p-941b9304.entry.js → p-abbb9b86.entry.js} +2 -2
  291. package/dist/globuscomponents/{p-5a8a4775.entry.js → p-ad33fb35.entry.js} +2 -2
  292. package/dist/globuscomponents/{p-0b97a33a.entry.js → p-b1230f96.entry.js} +2 -2
  293. package/dist/globuscomponents/{p-4c542ee2.entry.js → p-b2fe7f50.entry.js} +2 -2
  294. package/dist/globuscomponents/p-b7f361c5.entry.js +2 -0
  295. package/dist/globuscomponents/p-b7f361c5.entry.js.map +1 -0
  296. package/dist/globuscomponents/{p-5117f683.entry.js → p-b8861881.entry.js} +2 -2
  297. package/dist/globuscomponents/p-bf35fa01.entry.js +2 -0
  298. package/dist/globuscomponents/{p-a175adfd.entry.js.map → p-bf35fa01.entry.js.map} +1 -1
  299. package/dist/globuscomponents/p-c4537dbe.entry.js +2 -0
  300. package/dist/globuscomponents/p-c4537dbe.entry.js.map +1 -0
  301. package/dist/globuscomponents/{p-632e1a3c.entry.js → p-c49fb5da.entry.js} +2 -2
  302. package/dist/globuscomponents/p-c516828a.entry.js +2 -0
  303. package/dist/globuscomponents/{p-247d6548.entry.js.map → p-c516828a.entry.js.map} +1 -1
  304. package/dist/globuscomponents/{p-9e8bdaf6.entry.js → p-cf0f25c7.entry.js} +2 -2
  305. package/dist/globuscomponents/{p-63111b22.entry.js → p-d080be3b.entry.js} +2 -2
  306. package/dist/globuscomponents/{p-e0220aab.entry.js → p-d21da54b.entry.js} +2 -2
  307. package/dist/globuscomponents/{p-c22cc4e3.entry.js → p-d3be846e.entry.js} +2 -2
  308. package/dist/globuscomponents/p-d3e668be.entry.js +2 -0
  309. package/dist/globuscomponents/p-d3e668be.entry.js.map +1 -0
  310. package/dist/globuscomponents/p-d7d662f5.entry.js +2 -0
  311. package/dist/globuscomponents/{p-78c2dac0.entry.js.map → p-d7d662f5.entry.js.map} +1 -1
  312. package/dist/globuscomponents/{p-6f6064f0.entry.js → p-dd8b5070.entry.js} +2 -2
  313. package/dist/globuscomponents/{p-d203ca94.entry.js → p-e1923f3c.entry.js} +2 -2
  314. package/dist/globuscomponents/{p-b4535e05.entry.js → p-e8ed79c2.entry.js} +2 -2
  315. package/dist/globuscomponents/{p-de19b245.entry.js → p-ec18cbee.entry.js} +2 -2
  316. package/dist/globuscomponents/{p-b64b5646.entry.js → p-ee22aa16.entry.js} +2 -2
  317. package/dist/globuscomponents/p-ef461ffc.entry.js +2 -0
  318. package/dist/globuscomponents/{p-79dacb0d.entry.js.map → p-ef461ffc.entry.js.map} +1 -1
  319. package/dist/globuscomponents/{p-a88a194d.entry.js → p-f0ec2fac.entry.js} +2 -2
  320. package/dist/globuscomponents/p-f815776d.entry.js +2 -0
  321. package/dist/globuscomponents/readme.md +0 -2
  322. package/dist/types/components/gb-comment/gb-comment.d.ts +2 -6
  323. package/dist/types/components.d.ts +2 -4
  324. package/package.json +1 -1
  325. package/dist/cjs/gb-avatar.gb-avatar-contrast-inner-border.gb-badge.gb-badge-close.gb-btn.gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-sidebar.gb-simple-side-bar-item.gb-status-indicator.gb-tooltip.entry.cjs.js.map +0 -1
  326. package/dist/cjs/gb-avatar_12.cjs.entry.js +0 -621
  327. package/dist/cjs/gb-avatar_12.cjs.entry.js.map +0 -1
  328. package/dist/cjs/gb-button.cjs.entry.js +0 -82
  329. package/dist/cjs/gb-button.cjs.entry.js.map +0 -1
  330. package/dist/cjs/gb-button.entry.cjs.js.map +0 -1
  331. package/dist/cjs/gb-comment-item.cjs.entry.js +0 -25
  332. package/dist/cjs/gb-comment-item.cjs.entry.js.map +0 -1
  333. package/dist/cjs/gb-comment-item.entry.cjs.js.map +0 -1
  334. package/dist/cjs/gb-comment.cjs.entry.js.map +0 -1
  335. package/dist/cjs/gb-comment.entry.cjs.js.map +0 -1
  336. package/dist/esm/gb-avatar.gb-avatar-contrast-inner-border.gb-badge.gb-badge-close.gb-btn.gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-sidebar.gb-simple-side-bar-item.gb-status-indicator.gb-tooltip.entry.js.map +0 -1
  337. package/dist/esm/gb-avatar_12.entry.js +0 -608
  338. package/dist/esm/gb-avatar_12.entry.js.map +0 -1
  339. package/dist/esm/gb-button.entry.js +0 -80
  340. package/dist/esm/gb-button.entry.js.map +0 -1
  341. package/dist/esm/gb-comment-item.entry.js +0 -23
  342. package/dist/esm/gb-comment-item.entry.js.map +0 -1
  343. package/dist/esm/gb-comment.entry.js.map +0 -1
  344. package/dist/globuscomponents/gb-avatar.gb-avatar-contrast-inner-border.gb-badge.gb-badge-close.gb-btn.gb-collapse-button.gb-complex-primary-side-bar-item.gb-complex-secondary-side-bar-item.gb-sidebar.gb-simple-side-bar-item.gb-status-indicator.gb-tooltip.entry.esm.js.map +0 -1
  345. package/dist/globuscomponents/gb-button.entry.esm.js.map +0 -1
  346. package/dist/globuscomponents/gb-comment-item.entry.esm.js.map +0 -1
  347. package/dist/globuscomponents/gb-comment.entry.esm.js.map +0 -1
  348. package/dist/globuscomponents/p-1d5cac5f.entry.js +0 -2
  349. package/dist/globuscomponents/p-247d6548.entry.js +0 -2
  350. package/dist/globuscomponents/p-78c2dac0.entry.js +0 -2
  351. package/dist/globuscomponents/p-79dacb0d.entry.js +0 -2
  352. package/dist/globuscomponents/p-a175adfd.entry.js +0 -2
  353. package/dist/globuscomponents/p-ac756482.entry.js +0 -2
  354. package/dist/globuscomponents/p-beea0431.entry.js +0 -2
  355. package/dist/globuscomponents/p-c20d8243.entry.js +0 -2
  356. package/dist/globuscomponents/p-c20d8243.entry.js.map +0 -1
  357. package/dist/globuscomponents/p-cae53c1e.entry.js +0 -2
  358. package/dist/globuscomponents/p-cae53c1e.entry.js.map +0 -1
  359. package/dist/globuscomponents/p-cbfb5a59.entry.js +0 -2
  360. package/dist/globuscomponents/p-ce184479.entry.js +0 -2
  361. package/dist/globuscomponents/p-ce184479.entry.js.map +0 -1
  362. package/dist/globuscomponents/p-d1f71a55.entry.js +0 -2
  363. package/dist/globuscomponents/p-d1f71a55.entry.js.map +0 -1
  364. package/dist/globuscomponents/p-d7244b1d.entry.js +0 -2
  365. package/dist/globuscomponents/p-de2ec0ab.entry.js +0 -2
  366. package/dist/globuscomponents/p-dfa5810c.entry.js +0 -2
  367. package/dist/globuscomponents/p-e07531ae.entry.js +0 -2
  368. /package/dist/globuscomponents/{p-4c2eb484.entry.js.map → p-04cdf1b9.entry.js.map} +0 -0
  369. /package/dist/globuscomponents/{p-2c3bbab9.entry.js.map → p-05d014b6.entry.js.map} +0 -0
  370. /package/dist/globuscomponents/{p-d75507e9.entry.js.map → p-0eae6ebb.entry.js.map} +0 -0
  371. /package/dist/globuscomponents/{p-38442f6f.entry.js.map → p-1094f37d.entry.js.map} +0 -0
  372. /package/dist/globuscomponents/{p-f5f08906.entry.js.map → p-133cfdbe.entry.js.map} +0 -0
  373. /package/dist/globuscomponents/{p-b79a2f8f.entry.js.map → p-1624c310.entry.js.map} +0 -0
  374. /package/dist/globuscomponents/{p-03e39fd2.entry.js.map → p-1859bc83.entry.js.map} +0 -0
  375. /package/dist/globuscomponents/{p-a384736e.entry.js.map → p-24764938.entry.js.map} +0 -0
  376. /package/dist/globuscomponents/{p-eb4be329.entry.js.map → p-259a35e3.entry.js.map} +0 -0
  377. /package/dist/globuscomponents/{p-b768cc50.entry.js.map → p-3021d1be.entry.js.map} +0 -0
  378. /package/dist/globuscomponents/{p-8367491a.entry.js.map → p-38b1f282.entry.js.map} +0 -0
  379. /package/dist/globuscomponents/{p-5ffdfc74.entry.js.map → p-41a4ae4e.entry.js.map} +0 -0
  380. /package/dist/globuscomponents/{p-a2836432.entry.js.map → p-42d5cb72.entry.js.map} +0 -0
  381. /package/dist/globuscomponents/{p-ebba8f9e.entry.js.map → p-46a8cafc.entry.js.map} +0 -0
  382. /package/dist/globuscomponents/{p-ce524a73.entry.js.map → p-49e931fe.entry.js.map} +0 -0
  383. /package/dist/globuscomponents/{p-acb701f7.entry.js.map → p-4dcfa097.entry.js.map} +0 -0
  384. /package/dist/globuscomponents/{p-1f043bec.entry.js.map → p-59e40bcf.entry.js.map} +0 -0
  385. /package/dist/globuscomponents/{p-cd33012b.entry.js.map → p-5a0ade34.entry.js.map} +0 -0
  386. /package/dist/globuscomponents/{p-a1828582.entry.js.map → p-6013e2c2.entry.js.map} +0 -0
  387. /package/dist/globuscomponents/{p-d7244b1d.entry.js.map → p-6e43ef21.entry.js.map} +0 -0
  388. /package/dist/globuscomponents/{p-a896942b.entry.js.map → p-770b80b4.entry.js.map} +0 -0
  389. /package/dist/globuscomponents/{p-dd77dce2.entry.js.map → p-7cffe750.entry.js.map} +0 -0
  390. /package/dist/globuscomponents/{p-e2fbbf87.entry.js.map → p-84b98022.entry.js.map} +0 -0
  391. /package/dist/globuscomponents/{p-ce041db7.entry.js.map → p-8f17e760.entry.js.map} +0 -0
  392. /package/dist/globuscomponents/{p-ed9ca6ea.entry.js.map → p-8fbbd4d0.entry.js.map} +0 -0
  393. /package/dist/globuscomponents/{p-60998303.entry.js.map → p-938e1139.entry.js.map} +0 -0
  394. /package/dist/globuscomponents/{p-285c80ad.entry.js.map → p-9bc739b3.entry.js.map} +0 -0
  395. /package/dist/globuscomponents/{p-523e4e83.entry.js.map → p-9ca88880.entry.js.map} +0 -0
  396. /package/dist/globuscomponents/{p-eb8cc520.entry.js.map → p-a1db29d7.entry.js.map} +0 -0
  397. /package/dist/globuscomponents/{p-e0c2e32a.entry.js.map → p-a4ff9eb1.entry.js.map} +0 -0
  398. /package/dist/globuscomponents/{p-1b0d8d74.entry.js.map → p-a932ec80.entry.js.map} +0 -0
  399. /package/dist/globuscomponents/{p-941b9304.entry.js.map → p-abbb9b86.entry.js.map} +0 -0
  400. /package/dist/globuscomponents/{p-5a8a4775.entry.js.map → p-ad33fb35.entry.js.map} +0 -0
  401. /package/dist/globuscomponents/{p-0b97a33a.entry.js.map → p-b1230f96.entry.js.map} +0 -0
  402. /package/dist/globuscomponents/{p-4c542ee2.entry.js.map → p-b2fe7f50.entry.js.map} +0 -0
  403. /package/dist/globuscomponents/{p-5117f683.entry.js.map → p-b8861881.entry.js.map} +0 -0
  404. /package/dist/globuscomponents/{p-632e1a3c.entry.js.map → p-c49fb5da.entry.js.map} +0 -0
  405. /package/dist/globuscomponents/{p-9e8bdaf6.entry.js.map → p-cf0f25c7.entry.js.map} +0 -0
  406. /package/dist/globuscomponents/{p-63111b22.entry.js.map → p-d080be3b.entry.js.map} +0 -0
  407. /package/dist/globuscomponents/{p-e0220aab.entry.js.map → p-d21da54b.entry.js.map} +0 -0
  408. /package/dist/globuscomponents/{p-c22cc4e3.entry.js.map → p-d3be846e.entry.js.map} +0 -0
  409. /package/dist/globuscomponents/{p-6f6064f0.entry.js.map → p-dd8b5070.entry.js.map} +0 -0
  410. /package/dist/globuscomponents/{p-d203ca94.entry.js.map → p-e1923f3c.entry.js.map} +0 -0
  411. /package/dist/globuscomponents/{p-b4535e05.entry.js.map → p-e8ed79c2.entry.js.map} +0 -0
  412. /package/dist/globuscomponents/{p-de19b245.entry.js.map → p-ec18cbee.entry.js.map} +0 -0
  413. /package/dist/globuscomponents/{p-b64b5646.entry.js.map → p-ee22aa16.entry.js.map} +0 -0
  414. /package/dist/globuscomponents/{p-a88a194d.entry.js.map → p-f0ec2fac.entry.js.map} +0 -0
  415. /package/dist/globuscomponents/{p-de2ec0ab.entry.js.map → p-f815776d.entry.js.map} +0 -0
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-action-panel.cjs\",[[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-comment.cjs\",[[1,\"gb-comment\",{\"heading\":[1],\"state\":[1025],\"noCommentText\":[1,\"no-comment-text\"],\"noCommentTextSub\":[1,\"no-comment-text-sub\"],\"comments\":[16]}]]],[\"gb-breadcrumbs.cjs\",[[1,\"gb-breadcrumbs\",{\"divider\":[1],\"type\":[1]}]]],[\"gb-avatar_12.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-simple-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-detail-cell.cjs\",[[1,\"gb-detail-cell\",{\"state\":[1],\"cellStyle\":[1025,\"cell-style\"],\"type\":[1],\"label\":[1],\"detail\":[1],\"badgeColor\":[1,\"badge-color\"],\"badgeLabel\":[1,\"badge-label\"],\"badgeType\":[1,\"badge-type\"],\"fileType\":[1,\"file-type\"],\"fileStyle\":[1,\"file-style\"],\"showActionButtons\":[4,\"show-action-buttons\"],\"showViewButton\":[4,\"show-view-button\"],\"showDownloadButton\":[4,\"show-download-button\"],\"showCopyButton\":[1028,\"show-copy-button\"],\"showStandardCopyButton\":[32],\"showTooltip\":[32],\"copied\":[32],\"isDownloaded\":[32],\"width\":[32]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-top-bar-sidemenu.cjs\",[[1,\"gb-top-bar-sidemenu\",{\"applicationName\":[1,\"application-name\"],\"applicationIcon\":[1,\"application-icon\"],\"activeIndex\":[2,\"active-index\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"leadingIconSvg\":[32]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-header.cjs\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-stepper-horizontal-icons-centered.cjs\",[[1,\"gb-stepper-horizontal-icons-centered\",{\"size\":[1],\"steps\":[2],\"type\":[1],\"breakpoint\":[1],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-stepper-horizontal-line-with-text.cjs\",[[1,\"gb-stepper-horizontal-line-with-text\",{\"size\":[1],\"breakpoint\":[1],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[1028,\"show-supporting-text\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"],\"width\":[32]}]]],[\"gb-stepper-vertical-icons-with-text.cjs\",[[1,\"gb-stepper-vertical-icons-with-text\",{\"size\":[1],\"connector\":[4],\"type\":[1],\"showSecondStep\":[4,\"show-second-step\"],\"showThirdStep\":[4,\"show-third-step\"],\"showFourthStep\":[4,\"show-fourth-step\"],\"showFifthStep\":[4,\"show-fifth-step\"],\"showSixthStep\":[4,\"show-sixth-step\"],\"showSeventhStep\":[4,\"show-seventh-step\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-top-bar-item.cjs\",[[1,\"gb-top-bar-item\",{\"state\":[1],\"iconOnly\":[4,\"icon-only\"],\"category\":[1],\"label\":[1],\"icon\":[1],\"leadingIconSvg\":[32],\"showTooltip\":[32]}]]],[\"gb-top-bar.cjs\",[[1,\"gb-top-bar\",{\"category\":[1],\"firstTabIcon\":[1,\"first-tab-icon\"],\"secondTabIcon\":[1,\"second-tab-icon\"],\"thirdTabIcon\":[1,\"third-tab-icon\"],\"fourthTabIcon\":[1,\"fourth-tab-icon\"],\"fifthTabIcon\":[1,\"fifth-tab-icon\"],\"sixthTabIcon\":[1,\"sixth-tab-icon\"],\"seventhTabIcon\":[1,\"seventh-tab-icon\"],\"firstTabLabel\":[1,\"first-tab-label\"],\"secondTabLabel\":[1,\"second-tab-label\"],\"thirdTabLabel\":[1,\"third-tab-label\"],\"fourthTabLabel\":[1,\"fourth-tab-label\"],\"fifthTabLabel\":[1,\"fifth-tab-label\"],\"sixthTabLabel\":[1,\"sixth-tab-label\"],\"seventhTabLabel\":[1,\"seventh-tab-label\"],\"firstTabIconOnly\":[4,\"first-tab-icon-only\"],\"secondTabIconOnly\":[4,\"second-tab-icon-only\"],\"thirdTabIconOnly\":[4,\"third-tab-icon-only\"],\"fourthTabIconOnly\":[4,\"fourth-tab-icon-only\"],\"fifthTabIconOnly\":[4,\"fifth-tab-icon-only\"],\"sixthTabIconOnly\":[4,\"sixth-tab-icon-only\"],\"seventhTabIconOnly\":[4,\"seventh-tab-icon-only\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-breadcrumb-button-base.cjs\",[[1,\"gb-breadcrumb-button-base\",{\"current\":[4],\"type\":[1],\"icon\":[4]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-comment-item.cjs\",[[1,\"gb-comment-item\",{\"author\":[1],\"role\":[1],\"comment\":[1],\"timestamp\":[1],\"connector\":[4]}]]],[\"gb-header-icon.cjs\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-button-close.cjs\",[[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]],[\"gb-featured-icon_2.cjs\",[[1,\"gb-step-base\",{\"status\":[1],\"size\":[1],\"type\":[1],\"state\":[1],\"connector\":[4],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"label\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-featured-icon\",{\"size\":[1]}]]],[\"gb-button.cjs\",[[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}]]],[\"gb-checkbox_2.cjs\",[[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-input-dropdown_3.cjs\",[[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[1028],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"destructive\":[\"watchDestructive\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-file-type-icon_2.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-breadcrumbs.cjs\",[[1,\"gb-breadcrumbs\",{\"divider\":[1],\"type\":[1]}]]],[\"gb-btn_4.cjs\",[[1,\"gb-comment\",{\"heading\":[1],\"state\":[1025],\"noCommentText\":[1,\"no-comment-text\"],\"noCommentTextSub\":[1,\"no-comment-text-sub\"],\"comments\":[16]}],[1,\"gb-comment-item\",{\"author\":[1],\"role\":[1],\"comment\":[1],\"timestamp\":[1],\"connector\":[4]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}]]],[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-sidebar.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"gb-detail-cell.cjs\",[[1,\"gb-detail-cell\",{\"state\":[1],\"cellStyle\":[1025,\"cell-style\"],\"type\":[1],\"label\":[1],\"detail\":[1],\"badgeColor\":[1,\"badge-color\"],\"badgeLabel\":[1,\"badge-label\"],\"badgeType\":[1,\"badge-type\"],\"fileType\":[1,\"file-type\"],\"fileStyle\":[1,\"file-style\"],\"showActionButtons\":[4,\"show-action-buttons\"],\"showViewButton\":[4,\"show-view-button\"],\"showDownloadButton\":[4,\"show-download-button\"],\"showCopyButton\":[1028,\"show-copy-button\"],\"showStandardCopyButton\":[32],\"showTooltip\":[32],\"copied\":[32],\"isDownloaded\":[32],\"width\":[32]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-top-bar-sidemenu.cjs\",[[1,\"gb-top-bar-sidemenu\",{\"applicationName\":[1,\"application-name\"],\"applicationIcon\":[1,\"application-icon\"],\"activeIndex\":[2,\"active-index\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"leadingIconSvg\":[32]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-action-panel.cjs\",[[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}]]],[\"gb-header.cjs\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-stepper-horizontal-icons-centered.cjs\",[[1,\"gb-stepper-horizontal-icons-centered\",{\"size\":[1],\"steps\":[2],\"type\":[1],\"breakpoint\":[1],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-stepper-horizontal-line-with-text.cjs\",[[1,\"gb-stepper-horizontal-line-with-text\",{\"size\":[1],\"breakpoint\":[1],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[1028,\"show-supporting-text\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"],\"width\":[32]}]]],[\"gb-stepper-vertical-icons-with-text.cjs\",[[1,\"gb-stepper-vertical-icons-with-text\",{\"size\":[1],\"connector\":[4],\"type\":[1],\"showSecondStep\":[4,\"show-second-step\"],\"showThirdStep\":[4,\"show-third-step\"],\"showFourthStep\":[4,\"show-fourth-step\"],\"showFifthStep\":[4,\"show-fifth-step\"],\"showSixthStep\":[4,\"show-sixth-step\"],\"showSeventhStep\":[4,\"show-seventh-step\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-top-bar.cjs\",[[1,\"gb-top-bar\",{\"category\":[1],\"firstTabIcon\":[1,\"first-tab-icon\"],\"secondTabIcon\":[1,\"second-tab-icon\"],\"thirdTabIcon\":[1,\"third-tab-icon\"],\"fourthTabIcon\":[1,\"fourth-tab-icon\"],\"fifthTabIcon\":[1,\"fifth-tab-icon\"],\"sixthTabIcon\":[1,\"sixth-tab-icon\"],\"seventhTabIcon\":[1,\"seventh-tab-icon\"],\"firstTabLabel\":[1,\"first-tab-label\"],\"secondTabLabel\":[1,\"second-tab-label\"],\"thirdTabLabel\":[1,\"third-tab-label\"],\"fourthTabLabel\":[1,\"fourth-tab-label\"],\"fifthTabLabel\":[1,\"fifth-tab-label\"],\"sixthTabLabel\":[1,\"sixth-tab-label\"],\"seventhTabLabel\":[1,\"seventh-tab-label\"],\"firstTabIconOnly\":[4,\"first-tab-icon-only\"],\"secondTabIconOnly\":[4,\"second-tab-icon-only\"],\"thirdTabIconOnly\":[4,\"third-tab-icon-only\"],\"fourthTabIconOnly\":[4,\"fourth-tab-icon-only\"],\"fifthTabIconOnly\":[4,\"fifth-tab-icon-only\"],\"sixthTabIconOnly\":[4,\"sixth-tab-icon-only\"],\"seventhTabIconOnly\":[4,\"seventh-tab-icon-only\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-breadcrumb-button-base.cjs\",[[1,\"gb-breadcrumb-button-base\",{\"current\":[4],\"type\":[1],\"icon\":[4]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-top-bar-item.cjs\",[[1,\"gb-top-bar-item\",{\"state\":[1],\"iconOnly\":[4,\"icon-only\"],\"category\":[1],\"label\":[1],\"icon\":[1],\"leadingIconSvg\":[32],\"showTooltip\":[32]}]]],[\"gb-header-icon.cjs\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-button-close.cjs\",[[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]],[\"gb-file-type-icon_2.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}]]],[\"gb-featured-icon_2.cjs\",[[1,\"gb-step-base\",{\"status\":[1],\"size\":[1],\"type\":[1],\"state\":[1],\"connector\":[4],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"label\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-featured-icon\",{\"size\":[1]}]]],[\"gb-tooltip.cjs\",[[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-checkbox_2.cjs\",[[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}]]],[\"gb-avatar_3.cjs\",[[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-input-dropdown_3.cjs\",[[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[1028],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"destructive\":[\"watchDestructive\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-badge_2.cjs\",[[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}]]],[\"gb-collapse-button_4.cjs\",[[1,\"gb-simple-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -6,7 +6,7 @@ var appGlobals = require('./app-globals-V2Kpy_OQ.js');
6
6
  const defineCustomElements = async (win, options) => {
7
7
  if (typeof window === 'undefined') return undefined;
8
8
  await appGlobals.globalScripts();
9
- return index.bootstrapLazy(JSON.parse("[[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-action-panel.cjs\",[[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-comment.cjs\",[[1,\"gb-comment\",{\"heading\":[1],\"state\":[1025],\"noCommentText\":[1,\"no-comment-text\"],\"noCommentTextSub\":[1,\"no-comment-text-sub\"],\"comments\":[16]}]]],[\"gb-breadcrumbs.cjs\",[[1,\"gb-breadcrumbs\",{\"divider\":[1],\"type\":[1]}]]],[\"gb-avatar_12.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-simple-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-detail-cell.cjs\",[[1,\"gb-detail-cell\",{\"state\":[1],\"cellStyle\":[1025,\"cell-style\"],\"type\":[1],\"label\":[1],\"detail\":[1],\"badgeColor\":[1,\"badge-color\"],\"badgeLabel\":[1,\"badge-label\"],\"badgeType\":[1,\"badge-type\"],\"fileType\":[1,\"file-type\"],\"fileStyle\":[1,\"file-style\"],\"showActionButtons\":[4,\"show-action-buttons\"],\"showViewButton\":[4,\"show-view-button\"],\"showDownloadButton\":[4,\"show-download-button\"],\"showCopyButton\":[1028,\"show-copy-button\"],\"showStandardCopyButton\":[32],\"showTooltip\":[32],\"copied\":[32],\"isDownloaded\":[32],\"width\":[32]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-top-bar-sidemenu.cjs\",[[1,\"gb-top-bar-sidemenu\",{\"applicationName\":[1,\"application-name\"],\"applicationIcon\":[1,\"application-icon\"],\"activeIndex\":[2,\"active-index\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"leadingIconSvg\":[32]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-header.cjs\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-stepper-horizontal-icons-centered.cjs\",[[1,\"gb-stepper-horizontal-icons-centered\",{\"size\":[1],\"steps\":[2],\"type\":[1],\"breakpoint\":[1],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-stepper-horizontal-line-with-text.cjs\",[[1,\"gb-stepper-horizontal-line-with-text\",{\"size\":[1],\"breakpoint\":[1],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[1028,\"show-supporting-text\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"],\"width\":[32]}]]],[\"gb-stepper-vertical-icons-with-text.cjs\",[[1,\"gb-stepper-vertical-icons-with-text\",{\"size\":[1],\"connector\":[4],\"type\":[1],\"showSecondStep\":[4,\"show-second-step\"],\"showThirdStep\":[4,\"show-third-step\"],\"showFourthStep\":[4,\"show-fourth-step\"],\"showFifthStep\":[4,\"show-fifth-step\"],\"showSixthStep\":[4,\"show-sixth-step\"],\"showSeventhStep\":[4,\"show-seventh-step\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-top-bar-item.cjs\",[[1,\"gb-top-bar-item\",{\"state\":[1],\"iconOnly\":[4,\"icon-only\"],\"category\":[1],\"label\":[1],\"icon\":[1],\"leadingIconSvg\":[32],\"showTooltip\":[32]}]]],[\"gb-top-bar.cjs\",[[1,\"gb-top-bar\",{\"category\":[1],\"firstTabIcon\":[1,\"first-tab-icon\"],\"secondTabIcon\":[1,\"second-tab-icon\"],\"thirdTabIcon\":[1,\"third-tab-icon\"],\"fourthTabIcon\":[1,\"fourth-tab-icon\"],\"fifthTabIcon\":[1,\"fifth-tab-icon\"],\"sixthTabIcon\":[1,\"sixth-tab-icon\"],\"seventhTabIcon\":[1,\"seventh-tab-icon\"],\"firstTabLabel\":[1,\"first-tab-label\"],\"secondTabLabel\":[1,\"second-tab-label\"],\"thirdTabLabel\":[1,\"third-tab-label\"],\"fourthTabLabel\":[1,\"fourth-tab-label\"],\"fifthTabLabel\":[1,\"fifth-tab-label\"],\"sixthTabLabel\":[1,\"sixth-tab-label\"],\"seventhTabLabel\":[1,\"seventh-tab-label\"],\"firstTabIconOnly\":[4,\"first-tab-icon-only\"],\"secondTabIconOnly\":[4,\"second-tab-icon-only\"],\"thirdTabIconOnly\":[4,\"third-tab-icon-only\"],\"fourthTabIconOnly\":[4,\"fourth-tab-icon-only\"],\"fifthTabIconOnly\":[4,\"fifth-tab-icon-only\"],\"sixthTabIconOnly\":[4,\"sixth-tab-icon-only\"],\"seventhTabIconOnly\":[4,\"seventh-tab-icon-only\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-breadcrumb-button-base.cjs\",[[1,\"gb-breadcrumb-button-base\",{\"current\":[4],\"type\":[1],\"icon\":[4]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-comment-item.cjs\",[[1,\"gb-comment-item\",{\"author\":[1],\"role\":[1],\"comment\":[1],\"timestamp\":[1],\"connector\":[4]}]]],[\"gb-header-icon.cjs\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-button-close.cjs\",[[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]],[\"gb-featured-icon_2.cjs\",[[1,\"gb-step-base\",{\"status\":[1],\"size\":[1],\"type\":[1],\"state\":[1],\"connector\":[4],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"label\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-featured-icon\",{\"size\":[1]}]]],[\"gb-button.cjs\",[[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}]]],[\"gb-checkbox_2.cjs\",[[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-input-dropdown_3.cjs\",[[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[1028],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"destructive\":[\"watchDestructive\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-file-type-icon_2.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}]]]]"), options);
9
+ return index.bootstrapLazy(JSON.parse("[[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-breadcrumbs.cjs\",[[1,\"gb-breadcrumbs\",{\"divider\":[1],\"type\":[1]}]]],[\"gb-btn_4.cjs\",[[1,\"gb-comment\",{\"heading\":[1],\"state\":[1025],\"noCommentText\":[1,\"no-comment-text\"],\"noCommentTextSub\":[1,\"no-comment-text-sub\"],\"comments\":[16]}],[1,\"gb-comment-item\",{\"author\":[1],\"role\":[1],\"comment\":[1],\"timestamp\":[1],\"connector\":[4]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}]]],[\"gb-pagination.cjs\",[[1,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32],\"defaultSelected\":[32]}]]],[\"gb-sidebar.cjs\",[[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"navItemStyle\":[1,\"nav-item-style\"],\"type\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"iconInstance\":[1,\"icon-instance\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"complexSidebarData\":[8,\"complex-sidebar-data\"],\"activeIndex\":[1026,\"active-index\"],\"activePrimaryItem\":[1025,\"active-primary-item\"],\"activeSecondaryItem\":[1025,\"active-secondary-item\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"state\":[1025],\"destructive\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"idOfInput\":[513,\"id-of-input\"],\"isReadOnly\":[516,\"is-read-only\"],\"value\":[1032],\"icon\":[1],\"results\":[1040],\"content\":[32],\"inputValue\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"show\":[32],\"staffInfo\":[32],\"selectedItems\":[32],\"unselectedItems\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"value\":[\"updateSelectedItems\"]}]]],[\"gb-detail-cell.cjs\",[[1,\"gb-detail-cell\",{\"state\":[1],\"cellStyle\":[1025,\"cell-style\"],\"type\":[1],\"label\":[1],\"detail\":[1],\"badgeColor\":[1,\"badge-color\"],\"badgeLabel\":[1,\"badge-label\"],\"badgeType\":[1,\"badge-type\"],\"fileType\":[1,\"file-type\"],\"fileStyle\":[1,\"file-style\"],\"showActionButtons\":[4,\"show-action-buttons\"],\"showViewButton\":[4,\"show-view-button\"],\"showDownloadButton\":[4,\"show-download-button\"],\"showCopyButton\":[1028,\"show-copy-button\"],\"showStandardCopyButton\":[32],\"showTooltip\":[32],\"copied\":[32],\"isDownloaded\":[32],\"width\":[32]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-top-bar-sidemenu.cjs\",[[1,\"gb-top-bar-sidemenu\",{\"applicationName\":[1,\"application-name\"],\"applicationIcon\":[1,\"application-icon\"],\"activeIndex\":[2,\"active-index\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"leadingIconSvg\":[32]}]]],[\"gb-file-upload.cjs\",[[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}]]],[\"gb-horizontal-tabs.cjs\",[[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-action-panel.cjs\",[[1,\"gb-action-panel\",{\"type\":[1],\"showCloseButton\":[4,\"show-close-button\"],\"showSelectedRows\":[4,\"show-selected-rows\"],\"showCheckbox\":[4,\"show-checkbox\"],\"firstButton\":[4,\"first-button\"],\"firstButtonIconLeading\":[1,\"first-button-icon-leading\"],\"firstButtonIconTrailing\":[1,\"first-button-icon-trailing\"],\"secondButton\":[4,\"second-button\"],\"secondButtonIconLeading\":[1,\"second-button-icon-leading\"],\"secondButtonIconTrailing\":[1,\"second-button-icon-trailing\"],\"thirdButton\":[4,\"third-button\"],\"thirdButtonIconLeading\":[1,\"third-button-icon-leading\"],\"thirdButtonIconTrailing\":[1,\"third-button-icon-trailing\"],\"showSubmitButton\":[4,\"show-submit-button\"],\"firstButtonText\":[1,\"first-button-text\"],\"secondButtonText\":[1,\"second-button-text\"],\"thirdButtonText\":[1,\"third-button-text\"],\"previousButtonState\":[1,\"previous-button-state\"],\"submitButtonText\":[1,\"submit-button-text\"],\"checked\":[32]}]]],[\"gb-header.cjs\",[[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"showNotification\":[4,\"show-notification\"],\"showHelp\":[4,\"show-help\"],\"showLogo\":[4,\"show-logo\"],\"onNavBarItemClicked\":[64]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toast.cjs\",[[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-notification-pane.cjs\",[[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-slider.cjs\",[[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}]]],[\"gb-stepper-horizontal-icons-centered.cjs\",[[1,\"gb-stepper-horizontal-icons-centered\",{\"size\":[1],\"steps\":[2],\"type\":[1],\"breakpoint\":[1],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-stepper-horizontal-line-with-text.cjs\",[[1,\"gb-stepper-horizontal-line-with-text\",{\"size\":[1],\"breakpoint\":[1],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[1028,\"show-supporting-text\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"],\"width\":[32]}]]],[\"gb-stepper-vertical-icons-with-text.cjs\",[[1,\"gb-stepper-vertical-icons-with-text\",{\"size\":[1],\"connector\":[4],\"type\":[1],\"showSecondStep\":[4,\"show-second-step\"],\"showThirdStep\":[4,\"show-third-step\"],\"showFourthStep\":[4,\"show-fourth-step\"],\"showFifthStep\":[4,\"show-fifth-step\"],\"showSixthStep\":[4,\"show-sixth-step\"],\"showSeventhStep\":[4,\"show-seventh-step\"],\"firstStepState\":[1,\"first-step-state\"],\"secondStepState\":[1,\"second-step-state\"],\"thirdStepState\":[1,\"third-step-state\"],\"fourthStepState\":[1,\"fourth-step-state\"],\"fifthStepState\":[1,\"fifth-step-state\"],\"sixthStepState\":[1,\"sixth-step-state\"],\"seventhStepState\":[1,\"seventh-step-state\"],\"firstStepStatus\":[1,\"first-step-status\"],\"secondStepStatus\":[1,\"second-step-status\"],\"thirdStepStatus\":[1,\"third-step-status\"],\"fourthStepStatus\":[1,\"fourth-step-status\"],\"fifthStepStatus\":[1,\"fifth-step-status\"],\"sixthStepStatus\":[1,\"sixth-step-status\"],\"seventhStepStatus\":[1,\"seventh-step-status\"],\"firstStepLabel\":[1,\"first-step-label\"],\"secondStepLabel\":[1,\"second-step-label\"],\"thirdStepLabel\":[1,\"third-step-label\"],\"fourthStepLabel\":[1,\"fourth-step-label\"],\"fifthStepLabel\":[1,\"fifth-step-label\"],\"sixthStepLabel\":[1,\"sixth-step-label\"],\"seventhStepLabel\":[1,\"seventh-step-label\"],\"firstStepSupportingText\":[1,\"first-step-supporting-text\"],\"secondStepSupportingText\":[1,\"second-step-supporting-text\"],\"thirdStepSupportingText\":[1,\"third-step-supporting-text\"],\"fourthStepSupportingText\":[1,\"fourth-step-supporting-text\"],\"fifthStepSupportingText\":[1,\"fifth-step-supporting-text\"],\"sixthStepSupportingText\":[1,\"sixth-step-supporting-text\"],\"seventhStepSupportingText\":[1,\"seventh-step-supporting-text\"]}]]],[\"gb-top-bar.cjs\",[[1,\"gb-top-bar\",{\"category\":[1],\"firstTabIcon\":[1,\"first-tab-icon\"],\"secondTabIcon\":[1,\"second-tab-icon\"],\"thirdTabIcon\":[1,\"third-tab-icon\"],\"fourthTabIcon\":[1,\"fourth-tab-icon\"],\"fifthTabIcon\":[1,\"fifth-tab-icon\"],\"sixthTabIcon\":[1,\"sixth-tab-icon\"],\"seventhTabIcon\":[1,\"seventh-tab-icon\"],\"firstTabLabel\":[1,\"first-tab-label\"],\"secondTabLabel\":[1,\"second-tab-label\"],\"thirdTabLabel\":[1,\"third-tab-label\"],\"fourthTabLabel\":[1,\"fourth-tab-label\"],\"fifthTabLabel\":[1,\"fifth-tab-label\"],\"sixthTabLabel\":[1,\"sixth-tab-label\"],\"seventhTabLabel\":[1,\"seventh-tab-label\"],\"firstTabIconOnly\":[4,\"first-tab-icon-only\"],\"secondTabIconOnly\":[4,\"second-tab-icon-only\"],\"thirdTabIconOnly\":[4,\"third-tab-icon-only\"],\"fourthTabIconOnly\":[4,\"fourth-tab-icon-only\"],\"fifthTabIconOnly\":[4,\"fifth-tab-icon-only\"],\"sixthTabIconOnly\":[4,\"sixth-tab-icon-only\"],\"seventhTabIconOnly\":[4,\"seventh-tab-icon-only\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-token-field-compact.cjs\",[[1,\"gb-token-field-compact\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-token-field-compressed.cjs\",[[1,\"gb-token-field-compressed\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-breadcrumb-button-base.cjs\",[[1,\"gb-breadcrumb-button-base\",{\"current\":[4],\"type\":[1],\"icon\":[4]}]]],[\"gb-carousel-arrow.cjs\",[[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-pagination-dot-indicator.cjs\",[[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-table-cell.cjs\",[[1,\"gb-table-cell\",{\"type\":[1]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-vertical-tabs.cjs\",[[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}]]],[\"gb-file-upload-item-base.cjs\",[[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-slider-control-handle.cjs\",[[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}]]],[\"gb-top-bar-item.cjs\",[[1,\"gb-top-bar-item\",{\"state\":[1],\"iconOnly\":[4,\"icon-only\"],\"category\":[1],\"label\":[1],\"icon\":[1],\"leadingIconSvg\":[32],\"showTooltip\":[32]}]]],[\"gb-header-icon.cjs\",[[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}]]],[\"gb-notification-content.cjs\",[[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-toast-button.cjs\",[[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}]]],[\"gb-toggle-base.cjs\",[[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-dropdown-items-with-shortcut.cjs\",[[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]],[\"gb-mega-input-field-base.cjs\",[[1,\"gb-mega-input-field-base\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-tab-button-base.cjs\",[[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"],\"alignment\":[1]}]]],[\"gb-button-close.cjs\",[[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}]]],[\"gb-file-type-icon_2.cjs\",[[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}]]],[\"gb-featured-icon_2.cjs\",[[1,\"gb-step-base\",{\"status\":[1],\"size\":[1],\"type\":[1],\"state\":[1],\"connector\":[4],\"showContent\":[4,\"show-content\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"label\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-featured-icon\",{\"size\":[1]}]]],[\"gb-tooltip.cjs\",[[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}]]],[\"gb-checkbox_2.cjs\",[[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}]]],[\"gb-avatar_3.cjs\",[[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-input-dropdown-menu-item_5.cjs\",[[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}]]],[\"gb-help-tooltip_3.cjs\",[[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[1032],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"],\"value\":[\"updateSelectedItems\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}]]],[\"gb-input-dropdown_3.cjs\",[[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"destructive\":[1028],\"errorText\":[1,\"error-text\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"destructive\":[\"watchDestructive\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}]]],[\"gb-badge_2.cjs\",[[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}]]],[\"gb-collapse-button_4.cjs\",[[1,\"gb-simple-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-complex-primary-side-bar-item\",{\"category\":[1],\"itemStyle\":[1,\"item-style\"],\"state\":[1],\"icon\":[1],\"label\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}],[1,\"gb-complex-secondary-side-bar-item\",{\"state\":[1],\"type\":[1],\"category\":[1],\"label\":[1],\"icon\":[1],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32]}]]]]"), options);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "entries": [
3
- "components/gb-comment/gb-comment.js",
4
3
  "components/gb-action-panel/gb-action-panel.js",
5
4
  "components/gb-avatar/gb-avatar.js",
6
5
  "components/gb-avatar-add-button/gb-avatar-add-button.js",
@@ -22,6 +21,7 @@
22
21
  "components/gb-checkbox-group/gb-checkbox-group.js",
23
22
  "components/gb-checkbox-group-item/gb-checkbox-group-item.js",
24
23
  "components/gb-collapse-button/gb-collapse-button.js",
24
+ "components/gb-comment/gb-comment.js",
25
25
  "components/gb-comment-item/gb-comment-item.js",
26
26
  "components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js",
27
27
  "components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.js",
@@ -60,7 +60,7 @@ export class GbActionPanel {
60
60
  }
61
61
  }
62
62
  render() {
63
- return (h("div", { key: 'fdd6f7ba4f3c869737bbb8926a8c3544fe295eec', class: "action_panel_div" }, this.type === 'decision_panel' && (h("div", { key: 'e4ab7a5f6ac51dc3689041b8248d009c2a6965fa', class: "panel_content" }, h("div", { key: '4ec226d28f2cc49eeaab5d1c06f25c1ec697e90e', class: "left_action" }, this.showCloseButton && h("gb-button-close", { key: 'b90958db797566af737194da352a6ed43f184e80', size: "md", color: "primary" }), this.showSelectedRows && h("slot", { key: 'f5e1740b6c46fdb94c68b1ce24f344e1eef49b18', name: "selected_rows" }), this.showCheckbox && (h("gb-checkbox", { key: '2e55d44ec99eeddb47ae249309b94c9e0f99e177', size: "md", state: StateEnum.Default, type: "checkbox", text: true, "supporting-text": false, onCheckboxClicked: this.onCheckboxClicked.bind(this) }, h("slot", { key: '973dfa44c0037cb110ae73acfb177183de9499e6', name: "label", slot: "label" })))), h("div", { key: '4cd6ff411c9b515b43724d6dd8c4c573d8560ce0', class: "right_action" }, this.firstButton && (h("gb-button", { key: 'a4d69e39285a5bd9ce7343526a049cd1c33b3600', size: "xl", hierarchy: "primary", icon: "default", "icon-leading": this.firstButtonIconLeading ? true : false, "icon-trailing": this.firstButtonIconTrailing ? true : false, "icon-leading-swap": this.firstButtonIconLeading, "icon-trailing-swap": this.firstButtonIconTrailing, onClick: () => this.onFirstButtonClicked() }, h("p", { key: 'ac27bb80c702815decdf847c9b34adde399d1832' }, this.firstButtonText))), this.secondButton && (h("gb-button", { key: 'd7af8ff45d9f7a008eaa8a7f3b1cd84f568504a3', size: "xl", hierarchy: "secondary_color", icon: "default", "icon-leading": this.secondButtonIconLeading ? true : false, "icon-trailing": this.secondButtonIconTrailing ? true : false, "icon-leading-swap": this.secondButtonIconLeading, "icon-trailing-swap": this.secondButtonIconTrailing, onClick: () => this.onSecondButtonClicked() }, h("p", { key: 'cda3b892da6e82d2f61b9d34054c856ef55f212f' }, this.secondButtonText))), this.thirdButton && (h("gb-button", { key: '74e6018eb85a215f48f310db54c10ecf7d055eaf', size: "xl", hierarchy: "secondary_gray", icon: "default", "icon-leading": this.thirdButtonIconLeading ? true : false, "icon-trailing": this.thirdButtonIconTrailing ? true : false, "icon-leading-swap": this.thirdButtonIconLeading, "icon-trailing-swap": this.thirdButtonIconTrailing, onClick: () => this.onThirdButtonClicked() }, h("p", { key: 'd5f78cde5a30f67e11cc653420878cf4a2714c6a' }, this.thirdButtonText)))))), this.type === 'form_control' && (h("div", { key: 'efa5ba91ff8d55af967d7f2e92148ce17743ce4b', class: "panel_content" }, h("div", { key: '98b06e0b163ab3af8e43603619515bd3c7dc4413', class: "actions" }, h("gb-button", { key: '35751c0a49c3f9331cf15d97bfb332a1c0fcf218', size: "xl", state: this.previousButtonState, hierarchy: "secondary_gray", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '3999c10778fd27ed8d26ea449ffd9be9ade16d8e' }, "Previous")), h("div", { key: 'cdd620a3df75df9415f9bebdbb0a59fd2980ad1b', class: "right" }, h("gb-button", { key: '95b9a8fe996983955aec655237a19f8e3ad047db', size: "xl", hierarchy: "secondary_color", icon: "default" }, h("p", { key: '9db5310b5f43d092e7eda92c77a9d7466ea75f03' }, "Save as draft")), this.showSubmitButton ? (h("gb-button", { size: "xl", hierarchy: "primary", icon: "default" }, h("p", null, this.submitButtonText))) : (h("gb-button", { size: "xl", hierarchy: "primary", icon: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", null, "Next")))))))));
63
+ return (h("div", { key: '1c9732049f7ef171cb2395eddd06b7271445536a', class: "action_panel_div" }, this.type === 'decision_panel' && (h("div", { key: '062a67298b7a38a1fce27dcc7d76dff7a93a64f5', class: "panel_content" }, h("div", { key: '73785d12571e30e1a1a28efd3712c72c5e0bb850', class: "left_action" }, this.showCloseButton && h("gb-button-close", { key: '5dcd9139ea9a92ac82a84c4f1c5f39cd33364b89', size: "md", color: "primary" }), this.showSelectedRows && h("slot", { key: 'e3bc0c3c0b7a18bb1581ef643c1e3c9d923b4b6d', name: "selected_rows" }), this.showCheckbox && (h("gb-checkbox", { key: 'af1b847e083148bd95d23726e262d4c7ec688ed1', size: "md", state: StateEnum.Default, type: "checkbox", text: true, "supporting-text": false, onCheckboxClicked: this.onCheckboxClicked.bind(this) }, h("slot", { key: '7b3dea55b416b3073760d469279e03c6518c46b0', name: "label", slot: "label" })))), h("div", { key: 'a50497752019f3314838bc57b87d84ec2997e418', class: "right_action" }, this.firstButton && (h("gb-button", { key: '7f3105a15eaa0e7ec461e896732c6dbdd145c65b', size: "xl", hierarchy: "primary", icon: "default", "icon-leading": this.firstButtonIconLeading ? true : false, "icon-trailing": this.firstButtonIconTrailing ? true : false, "icon-leading-swap": this.firstButtonIconLeading, "icon-trailing-swap": this.firstButtonIconTrailing, onClick: () => this.onFirstButtonClicked() }, h("p", { key: 'ee766cdf46db168b948d21e15b6d2b8c13248747' }, this.firstButtonText))), this.secondButton && (h("gb-button", { key: 'df48ec7ff2e34719bbcfeddd85000d02494442ef', size: "xl", hierarchy: "secondary_color", icon: "default", "icon-leading": this.secondButtonIconLeading ? true : false, "icon-trailing": this.secondButtonIconTrailing ? true : false, "icon-leading-swap": this.secondButtonIconLeading, "icon-trailing-swap": this.secondButtonIconTrailing, onClick: () => this.onSecondButtonClicked() }, h("p", { key: 'be716bc7dc760d10f5827d6d16cfd2400ad98169' }, this.secondButtonText))), this.thirdButton && (h("gb-button", { key: '2e6615f41d528ce937bb979a0e74230be9fd658a', size: "xl", hierarchy: "secondary_gray", icon: "default", "icon-leading": this.thirdButtonIconLeading ? true : false, "icon-trailing": this.thirdButtonIconTrailing ? true : false, "icon-leading-swap": this.thirdButtonIconLeading, "icon-trailing-swap": this.thirdButtonIconTrailing, onClick: () => this.onThirdButtonClicked() }, h("p", { key: '87dad9557cd95a7ad821026cec4e9fb398e323bc' }, this.thirdButtonText)))))), this.type === 'form_control' && (h("div", { key: 'b542fc87fca740b3b03b1e5a6f9146d6cb85d0e3', class: "panel_content" }, h("div", { key: '19d02b213df457697260f9312ca97cdbd004b53d', class: "actions" }, h("gb-button", { key: '3910158c744ace654c3226fed6cda8155c6d4ac5', size: "xl", state: this.previousButtonState, hierarchy: "secondary_gray", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, h("p", { key: '7a191a4796f00f12bed7c4be2f0e93b5122749fd' }, "Previous")), h("div", { key: '0abee8d7265ab9c2b3911f7f4804578c9037b31d', class: "right" }, h("gb-button", { key: '674de87e2a07e0f0641f16944df8b4085cbde572', size: "xl", hierarchy: "secondary_color", icon: "default" }, h("p", { key: 'c4357103fd4d737ef6887e65ca9fc2111933dd26' }, "Save as draft")), this.showSubmitButton ? (h("gb-button", { size: "xl", hierarchy: "primary", icon: "default" }, h("p", null, this.submitButtonText))) : (h("gb-button", { size: "xl", hierarchy: "primary", icon: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, h("p", null, "Next")))))))));
64
64
  }
65
65
  static get is() { return "gb-action-panel"; }
66
66
  static get encapsulation() { return "shadow"; }
@@ -97,9 +97,9 @@ export class GbAvatar {
97
97
  render() {
98
98
  const classes = `${this.assignedColorClass}`;
99
99
  return [
100
- h("div", { key: '8816d7c4a5d9a216a455dd1fec08d6759652cc7e', class: "avatar" }, h("gb-avatar-contrast-inner-border", { key: 'b2c2a6a087b51e4819585a86beafd8b1479dcdf5', "show-border": this.showBorder, size: this.size, weight: this.weight }, h("div", { key: 'c2b164e7e7c96d3628cf16797ed9e70a147ab76e', class: `inner_content ${this.size}` }, this.text ? (
100
+ h("div", { key: 'a20333036cdc0a12b31beee2e8a745780ec5d034', class: "avatar" }, h("gb-avatar-contrast-inner-border", { key: 'd5aaead42d45b989e8419ce29ec18f19af1b5086', "show-border": this.showBorder, size: this.size, weight: this.weight }, h("div", { key: 'eb83549fc5c32dca2ce8bd7ab7162826d0c28979', class: `inner_content ${this.size}` }, this.text ? (
101
101
  // ${!this.color ? 'gray' : this.color}
102
- h("div", { class: `initials ${classes}` }, h("slot", { name: "initials" }))) : (h("slot", { name: "image" })), this.placeholder && (h("div", { key: 'fc4cde6dcb1b536bf86b58576fd6c32048c13e61', class: `placeholder ${classes}` }, this.icon === 'user' && (h("svg", { key: '47a557dc47f6890f44cad649312148dbe249c23b', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `user_avatar ${this.size} ${classes}` }, h("path", { key: 'f3bd87f105c4b465b03efdd2ce351ccd6e63022c', d: "M11.8706 9.89137C11.9482 9.93754 12.044 9.99158 12.1524 10.0528C12.6276 10.3209 13.3459 10.7261 13.8381 11.2078C14.1458 11.5091 14.4383 11.9061 14.4914 12.3924C14.548 12.9097 14.3223 13.395 13.8697 13.8263C13.0887 14.5703 12.1515 15.1666 10.9393 15.1666H5.06045C3.84825 15.1666 2.91106 14.5703 2.13009 13.8263C1.67741 13.395 1.45177 12.9097 1.50831 12.3924C1.56147 11.9061 1.85391 11.5091 2.16169 11.2078C2.6538 10.7261 3.37214 10.3209 3.84735 10.0528C3.95578 9.99158 4.05158 9.93754 4.12912 9.89137C6.49848 8.48055 9.50126 8.48055 11.8706 9.89137Z", fill: "#697586" }), h("path", { key: '4d07b456e69450e43536a7c7ad39d9a6c1f6e0c1', d: "M4.49987 4.33325C4.49987 2.40026 6.06688 0.833252 7.99987 0.833252C9.93287 0.833252 11.4999 2.40026 11.4999 4.33325C11.4999 6.26625 9.93287 7.83325 7.99987 7.83325C6.06688 7.83325 4.49987 6.26625 4.49987 4.33325Z", fill: "#697586" }))))))), h("gb-status-indicator", { key: '57718f3f71765e65b65d8f4d603c5e93183bb700', class: `indicator ${this.size}`, "status-icon": this.statusIcon, size: this.size, state: this.state })),
102
+ h("div", { class: `initials ${classes}` }, h("slot", { name: "initials" }))) : (h("slot", { name: "image" })), this.placeholder && (h("div", { key: '71568fb1c022b9362e4570d9a6d8b486fb6ae9c4', class: `placeholder ${classes}` }, this.icon === 'user' && (h("svg", { key: 'ef7b7c45adb31ca29aef8e23c19b478152b9cc7a', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `user_avatar ${this.size} ${classes}` }, h("path", { key: '0b5603021461f47a4cfd889077fad0622b278999', d: "M11.8706 9.89137C11.9482 9.93754 12.044 9.99158 12.1524 10.0528C12.6276 10.3209 13.3459 10.7261 13.8381 11.2078C14.1458 11.5091 14.4383 11.9061 14.4914 12.3924C14.548 12.9097 14.3223 13.395 13.8697 13.8263C13.0887 14.5703 12.1515 15.1666 10.9393 15.1666H5.06045C3.84825 15.1666 2.91106 14.5703 2.13009 13.8263C1.67741 13.395 1.45177 12.9097 1.50831 12.3924C1.56147 11.9061 1.85391 11.5091 2.16169 11.2078C2.6538 10.7261 3.37214 10.3209 3.84735 10.0528C3.95578 9.99158 4.05158 9.93754 4.12912 9.89137C6.49848 8.48055 9.50126 8.48055 11.8706 9.89137Z", fill: "#697586" }), h("path", { key: 'a09457e04006a4683e914211525c0ee68890e3b5', d: "M4.49987 4.33325C4.49987 2.40026 6.06688 0.833252 7.99987 0.833252C9.93287 0.833252 11.4999 2.40026 11.4999 4.33325C11.4999 6.26625 9.93287 7.83325 7.99987 7.83325C6.06688 7.83325 4.49987 6.26625 4.49987 4.33325Z", fill: "#697586" }))))))), h("gb-status-indicator", { key: '4688aae568042a1479c218a0f9c6b631ab8f1ea7', class: `indicator ${this.size}`, "status-icon": this.statusIcon, size: this.size, state: this.state })),
103
103
  ];
104
104
  }
105
105
  static get is() { return "gb-avatar"; }
@@ -4,7 +4,7 @@ export class GbAvatarAddButton {
4
4
  this.showToolTip = false;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'e8cd96befd87fe96a27f10adce948b91b3c765ad' }, this.showToolTip && (h("gb-tooltip", { key: 'd78ae6aff899a52dcba5b53acd240776ad38fbbe', class: `tooltip ${this.size}`, arrow: "bottom_center", "show-supporting-text": "false" }, h("p", { key: '832b166e10229adb2507dad58beee437c01ccda0', slot: "label", class: "text-xs-semi-bold" }, "Add User"))), h("div", { key: '172f3ca0fb96de384376308d4621ae3dccb350e0', class: `avatar_back ${this.size} ${this.state}`, onMouseEnter: () => { this.showToolTip = true; }, onMouseLeave: () => { this.showToolTip = false; } }, h("svg", { key: 'a5f387e9b07446c5d8cee2a14d9ff9056ad22248', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `plus_sign ${this.size} ${this.state}` }, h("path", { key: '237e10d2d51d8266ce8704aed2b5589ceb8165e6', d: "M8.00008 2.6665V13.3332M13.3334 7.99984H2.66675", stroke: "#697586", "stroke-width": "1.33", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
7
+ return (h("div", { key: 'a492c486799f09129698a2f0a622d0b16fa6fd38' }, this.showToolTip && (h("gb-tooltip", { key: '9df40ec6f1d56f5b97f60f9bcfeab9bd643f804d', class: `tooltip ${this.size}`, arrow: "bottom_center", "show-supporting-text": "false" }, h("p", { key: '9db97ff238b2db4d23bfe7588abb06cadaa382f4', slot: "label", class: "text-xs-semi-bold" }, "Add User"))), h("div", { key: '32e0543053aea0ef83db0704084ba9bad7bb01c7', class: `avatar_back ${this.size} ${this.state}`, onMouseEnter: () => { this.showToolTip = true; }, onMouseLeave: () => { this.showToolTip = false; } }, h("svg", { key: '528da543679ae21220ce1def2ad4267d15899d55', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `plus_sign ${this.size} ${this.state}` }, h("path", { key: 'f9b1173580b817a6505ca9da0ae9f8695e7457e0', d: "M8.00008 2.6665V13.3332M13.3334 7.99984H2.66675", stroke: "#697586", "stroke-width": "1.33", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
8
8
  }
9
9
  static get is() { return "gb-avatar-add-button"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -31,7 +31,7 @@ export class GbAvatarContrastInnerBorder {
31
31
  }
32
32
  }
33
33
  render() {
34
- return (h("div", { key: '49abcd9203de8bab87119fed4c52de23d14d35dd', class: `inner_border ${this.size} ${this.weight} ${!this.showBorder ? 'no_border' : ''}` }, h("slot", { key: '9a988842b7a7f4167efd9c31950ea6589f15edc7' })));
34
+ return (h("div", { key: 'abaac2ec086e940d814871a7c248dab66be775a5', class: `inner_border ${this.size} ${this.weight} ${!this.showBorder ? 'no_border' : ''}` }, h("slot", { key: 'b104f62287da3db71e86d6f72f95bc4c86dc82f5' })));
35
35
  }
36
36
  static get is() { return "gb-avatar-contrast-inner-border"; }
37
37
  static get encapsulation() { return "shadow"; }
@@ -36,7 +36,7 @@ export class GbAvatarGroup {
36
36
  }
37
37
  render() {
38
38
  // console.log(this.images);
39
- return (h("div", { key: '33a75bde22d1763978ac724afd08e4cfd0f68fa6', class: `avatar_group ${this.size}` }, this.images.map((image, index) => (h("div", { class: `avatar ${this.size}`, key: index }, h("gb-avatar", { size: this.size, weight: this.setWeight(), text: false }, h("img", { src: image, alt: "", slot: "image" }))))), this.moreUsers && (h("div", { key: 'eade8b1d54eea061f27b3685667704e2aa82ab6e', class: `avatar ${this.size}` }, h("gb-avatar", { key: '9438310919eb5de3fe012309977289c1f9f37df8', text: this.text, size: this.size, weight: this.setWeight() }, h("slot", { key: 'fe41d1e17e4118b79ed048ff658bd09c2d199160', name: "initials", slot: "initials" })))), this.addMoreButton && h("gb-avatar-add-button", { key: 'bc052284710505a0adbee38e34b05d4bac213cb6', state: this.state, size: this.size, onClick: () => this.onAddMoreButtonClicked() })));
39
+ return (h("div", { key: 'c0034a705689d875b0f6da1e28a81724fa7fd129', class: `avatar_group ${this.size}` }, this.images.map((image, index) => (h("div", { class: `avatar ${this.size}`, key: index }, h("gb-avatar", { size: this.size, weight: this.setWeight(), text: false }, h("img", { src: image, alt: "", slot: "image" }))))), this.moreUsers && (h("div", { key: '237dc4619a69635bb0716a55a813c0506210d68e', class: `avatar ${this.size}` }, h("gb-avatar", { key: '7154d94e93380c957b4a5d0649ddaca4729238ca', text: this.text, size: this.size, weight: this.setWeight() }, h("slot", { key: '907d1ff0cdf7211d197fed43a33c60ca53ff46f9', name: "initials", slot: "initials" })))), this.addMoreButton && h("gb-avatar-add-button", { key: '92cf7777d21b8da5cc5e6dfc1c38a6b754970bea', state: this.state, size: this.size, onClick: () => this.onAddMoreButtonClicked() })));
40
40
  }
41
41
  static get is() { return "gb-avatar-group"; }
42
42
  static get encapsulation() { return "shadow"; }
@@ -82,7 +82,7 @@ export class GbAvatarLabelGroup {
82
82
  }
83
83
  }
84
84
  render() {
85
- return (h("div", { key: 'e5e4c76c235b3bc08d3a4fd21c53498e9e1efc71', class: `label ${this.size}` }, h("div", { key: '819625f70bac4627fb019d539e0ac775ec310296', class: "label_pic" }, h("gb-avatar", { key: '59c21174ed610d28f6cb1a9778c615206c5981a2', size: this.size, "status-icon": this.statusIcon, state: this.state, text: true, placeholder: this.placeholder, color: !this.color ? 'gray' : this.color, "show-border": this.showBorder }, !this.text ? h("slot", { name: "image", slot: "image" }) : h("slot", { name: "initials", slot: "initials" }))), h("div", { key: 'b74032c69f55e8df56af6fd5e03f496ecc997d3f', class: "label_text" }, h("slot", { key: 'e15b54ad790a5e9e8e3702e440e8065f41e5b79b', name: "name" }), h("slot", { key: 'd9273633cd2f1863c3ee539f504301c525cd8264', name: "supporting_text" }))));
85
+ return (h("div", { key: '627921c57c0bbc46f22059d572cd2e82e1bb89e9', class: `label ${this.size}` }, h("div", { key: 'cc24ed2d1d8a906c8d50f529c9aad010d307be5e', class: "label_pic" }, h("gb-avatar", { key: '1eae89585b39b35b31609553ecbc36e0c1638106', size: this.size, "status-icon": this.statusIcon, state: this.state, text: true, placeholder: this.placeholder, color: !this.color ? 'gray' : this.color, "show-border": this.showBorder }, !this.text ? h("slot", { name: "image", slot: "image" }) : h("slot", { name: "initials", slot: "initials" }))), h("div", { key: '6ad488924dfe9aa5271f739434e72eecef3fa711', class: "label_text" }, h("slot", { key: 'a8a7c5aff268363d15ae4d1853cdf71badb29d1f', name: "name" }), h("slot", { key: '4906fd0a5dad8e29f7146d963512c59604acc322', name: "supporting_text" }))));
86
86
  }
87
87
  static get is() { return "gb-avatar-label-group"; }
88
88
  static get encapsulation() { return "shadow"; }
@@ -36,7 +36,7 @@ export class GbAvatarProfilePhoto {
36
36
  }
37
37
  render() {
38
38
  const profileSize = this.getProfileSize();
39
- return (h("div", { key: '89f50353e37c9f536054cd08bb6c6821cfc37dab', class: `profile_photo ${profileSize}` }, h("gb-avatar", { key: 'c7a9fdf0c4eb34fdc675f8efc4f60b2c361ff81b', size: profileSize, icon: "user", text: this.text, "status-icon": this.verified && ('verified'), weight: this.setWeight() }, !this.text ? (h("slot", { name: "image", slot: "image" })) : (h("slot", { name: "initials", slot: "initials" })), this.placeholder && (h("div", { key: 'a32e075a15a6d21d8a14902f4ae2f8b2b47db89f', class: `placeholder` }, h("svg", { key: 'bb82bac8349b5a07f69047d3e78b3c1fa57a0778', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `user_avatar ${this.size}` }, h("path", { key: 'f28e33640cb502f14451fe2a7901ec2e242035aa', d: "M11.8706 9.89137C11.9482 9.93754 12.044 9.99158 12.1524 10.0528C12.6276 10.3209 13.3459 10.7261 13.8381 11.2078C14.1458 11.5091 14.4383 11.9061 14.4914 12.3924C14.548 12.9097 14.3223 13.395 13.8697 13.8263C13.0887 14.5703 12.1515 15.1666 10.9393 15.1666H5.06045C3.84825 15.1666 2.91106 14.5703 2.13009 13.8263C1.67741 13.395 1.45177 12.9097 1.50831 12.3924C1.56147 11.9061 1.85391 11.5091 2.16169 11.2078C2.6538 10.7261 3.37214 10.3209 3.84735 10.0528C3.95578 9.99158 4.05158 9.93754 4.12912 9.89137C6.49848 8.48055 9.50126 8.48055 11.8706 9.89137Z", fill: "#697586" }), h("path", { key: '8fed5fc9fcb31a74cc4bf184cc3126eefbf06b7e', d: "M4.49987 4.33325C4.49987 2.40026 6.06688 0.833252 7.99987 0.833252C9.93287 0.833252 11.4999 2.40026 11.4999 4.33325C11.4999 6.26625 9.93287 7.83325 7.99987 7.83325C6.06688 7.83325 4.49987 6.26625 4.49987 4.33325Z", fill: "#697586" })))))));
39
+ return (h("div", { key: '51ecba5477a8e81dfeb3a377567659550bed80e2', class: `profile_photo ${profileSize}` }, h("gb-avatar", { key: '792b21d7e766c173cf21bed6b0e60034e697cda3', size: profileSize, icon: "user", text: this.text, "status-icon": this.verified && ('verified'), weight: this.setWeight() }, !this.text ? (h("slot", { name: "image", slot: "image" })) : (h("slot", { name: "initials", slot: "initials" })), this.placeholder && (h("div", { key: '56f3d0fadf92f56176c2cdd852a7035bcbcd669c', class: `placeholder` }, h("svg", { key: '4a579d52fea63fb1173b67c75292cc0f687f4400', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `user_avatar ${this.size}` }, h("path", { key: '4358d0a2ca80b18f65008ac68e4399ce3a9b7320', d: "M11.8706 9.89137C11.9482 9.93754 12.044 9.99158 12.1524 10.0528C12.6276 10.3209 13.3459 10.7261 13.8381 11.2078C14.1458 11.5091 14.4383 11.9061 14.4914 12.3924C14.548 12.9097 14.3223 13.395 13.8697 13.8263C13.0887 14.5703 12.1515 15.1666 10.9393 15.1666H5.06045C3.84825 15.1666 2.91106 14.5703 2.13009 13.8263C1.67741 13.395 1.45177 12.9097 1.50831 12.3924C1.56147 11.9061 1.85391 11.5091 2.16169 11.2078C2.6538 10.7261 3.37214 10.3209 3.84735 10.0528C3.95578 9.99158 4.05158 9.93754 4.12912 9.89137C6.49848 8.48055 9.50126 8.48055 11.8706 9.89137Z", fill: "#697586" }), h("path", { key: 'e5e8f643e2681607387c2530070df2d01b43c245', d: "M4.49987 4.33325C4.49987 2.40026 6.06688 0.833252 7.99987 0.833252C9.93287 0.833252 11.4999 2.40026 11.4999 4.33325C11.4999 6.26625 9.93287 7.83325 7.99987 7.83325C6.06688 7.83325 4.49987 6.26625 4.49987 4.33325Z", fill: "#697586" })))))));
40
40
  }
41
41
  static get is() { return "gb-avatar-profile-photo"; }
42
42
  static get encapsulation() { return "shadow"; }
@@ -68,7 +68,7 @@ export class GbBadges {
68
68
  };
69
69
  const flagSwap = getAssetPath(`${this.flagSwap}`);
70
70
  const dotColor = this.type === 'badge_modern' ? this.getDotColor(this.color) : 'currentColor';
71
- return (h("div", { key: 'b51db45d854cd18215c6bcba091c5c0c36e4eadc', class: classes }, this.icon === 'dot' && (h("svg", { key: '7543c2dd3d6e43b14bd7c6b1098d8e91aff2f7d1', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: dotColor }, h("circle", { key: '988f710ac34c969d3b7e8a67c73eaaf79db011ae', cx: "4", cy: "4", r: "3" }))), this.icon === 'icon_leading' && this.iconLeadingSwap && h("div", { key: '7ba9d858b923593f85e101884d0e294b95207e6e', class: `icon left-icon`, innerHTML: this.leadingIconContent }), this.icon === 'country' && h("img", { key: 'd27c54b5a904d1fe331073950a3ce59c36a4f98a', src: flagSwap, alt: "Country Icon" }), this.icon === 'avatar' && (h("gb-avatar", { key: 'bb483ff83dbbd2dcc250322505d729161a292668', class: "avatar-icon", size: "xxs", "status-icon": "false" }, h("slot", { key: 'b2ae697f361046d9add5f3be4b9fec9156eeb2b4', name: "image", slot: "image" }))), this.icon !== 'only' && h("slot", { key: '47b2d3a2176ae91a6bf0fa57b2e262925b9329d2' }), this.icon === 'icon_trailing' && this.iconTrailingSwap && h("div", { key: '65e85cbeeb63e49549781e5c5178ed7de57e56ba', class: `icon right-icon`, innerHTML: this.trailingIconContent }), this.icon === 'only' && (h("div", { key: '4a0283374a40f241b2f69e15d417028c0183eacb', id: "icon-only" }, h("svg", { key: 'd248d22709017842781a559613c84998d5bfe5a0', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", stroke: dotColor }, h("path", { key: '51e42fb253babe6fbed6fb7010027980e737e243', d: "M6 2L6 10M10 6L2 6", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.closeButton && this.icon !== 'only' && h("gb-badge-close", { key: '9be39e3b4d3017c778982902111bbe713625d827', color: this.color, type: "rounded" })));
71
+ return (h("div", { key: '641211d0b86e09d314c074c28d281cab58895109', class: classes }, this.icon === 'dot' && (h("svg", { key: '2b3eddbc73963846ab1a4b9511e686447f1fc25f', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: dotColor }, h("circle", { key: 'f7e83064b14a3b7ca11e496ecbcd7b2a1ea5a7db', cx: "4", cy: "4", r: "3" }))), this.icon === 'icon_leading' && this.iconLeadingSwap && h("div", { key: '3ba07aaa1457a8672e521d059d9c65d41cb9da8a', class: `icon left-icon`, innerHTML: this.leadingIconContent }), this.icon === 'country' && h("img", { key: 'adfb6e743c6840b1cfb2f56367f190f87081d409', src: flagSwap, alt: "Country Icon" }), this.icon === 'avatar' && (h("gb-avatar", { key: 'c4a004e2fc3caec03236a5983a7cf4e196c1c7d1', class: "avatar-icon", size: "xxs", "status-icon": "false" }, h("slot", { key: '1246aa8e90c1d0d6af13a5c386c6d915fbd37193', name: "image", slot: "image" }))), this.icon !== 'only' && h("slot", { key: '7a53d2c171fc068cf2e781f466579d43efc4662a' }), this.icon === 'icon_trailing' && this.iconTrailingSwap && h("div", { key: 'aa47584c9c16198fe374e9230aed877a182af0fa', class: `icon right-icon`, innerHTML: this.trailingIconContent }), this.icon === 'only' && (h("div", { key: '3c46f777ccce27f2a989198508a49edc9048ab2b', id: "icon-only" }, h("svg", { key: '77fbe814c806c0dc40ca4178885383e6fb4e0a0f', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", stroke: dotColor }, h("path", { key: '52bc1b251d8b90bd25bd9515d6dcbf1c0beb739c', d: "M6 2L6 10M10 6L2 6", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.closeButton && this.icon !== 'only' && h("gb-badge-close", { key: '6af4c11cc5dfcc4589e522ae5422cdabb391dca9', color: this.color, type: "rounded" })));
72
72
  }
73
73
  static get is() { return "gb-badge"; }
74
74
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class BadgeClose {
3
3
  render() {
4
- return (h("div", { key: '5747126eb7dbec0ff530594724dd79bde30b5b59', class: `${this.color} ${this.type}` }, h("svg", { key: 'e55c8cd08b416d3d396946488d4528ac18724a6f', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '1c0540cddd18b6751b850a515ee9469d241464ff', d: "M9.50024 2.5L2.50024 9.5M2.50024 2.5L9.50024 9.5", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
4
+ return (h("div", { key: '1c2e67f34fda23ae54bee1faaa6b166c20bdcca3', class: `${this.color} ${this.type}` }, h("svg", { key: '67334fe023b77cfcd308ccd542e03c19510ccedf', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd6b5e5b15902affac0673a4267bfdc79bd2acfbb', d: "M9.50024 2.5L2.50024 9.5M2.50024 2.5L9.50024 9.5", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
5
5
  }
6
6
  static get is() { return "gb-badge-close"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ export class GbBreadcrumbButtonBase {
5
5
  this.icon = false;
6
6
  }
7
7
  render() {
8
- return (h("div", { key: '67ea893630998c2b49acb004a6e33440bc6938e5', class: `breadcrumb_button_base_div ${this.type} ${this.icon ? 'icon' : ''} ${this.current ? 'current' : ''}` }, this.icon ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "icon" }, h("path", { d: "M9.25013 15C9.25013 15.4142 9.58592 15.75 10.0001 15.75C10.4143 15.75 10.7501 15.4142 10.7501 15H9.25013ZM10.7501 12.5C10.7501 12.0858 10.4143 11.75 10.0001 11.75C9.58592 11.75 9.25013 12.0858 9.25013 12.5H10.7501ZM5.85096 3.83335L5.41152 3.22558L5.85096 3.83335ZM14.1493 3.83335L14.5888 3.22558V3.22558L14.1493 3.83335ZM2.21049 12.6437L1.46919 12.7576L2.21049 12.6437ZM17.7898 12.6437L17.0485 12.5298V12.5298L17.7898 12.6437ZM18.0406 11.0112L18.7819 11.1251L18.0406 11.0112ZM15.3492 4.70091L14.9097 5.30868V5.30868L15.3492 4.70091ZM1.95963 11.0112L2.70093 10.8973L1.95963 11.0112ZM4.65108 4.70091L5.09053 5.30868L4.65108 4.70091ZM10.7501 15V12.5H9.25013V15H10.7501ZM17.2993 10.8973L17.0485 12.5298L18.5311 12.7576L18.7819 11.1251L17.2993 10.8973ZM10.9491 17.5834H9.05112V19.0834H10.9491V17.5834ZM2.95179 12.5298L2.70093 10.8973L1.21833 11.1251L1.46919 12.7576L2.95179 12.5298ZM5.09053 5.30868L6.2904 4.44113L5.41152 3.22558L4.21164 4.09313L5.09053 5.30868ZM13.7099 4.44113L14.9097 5.30868L15.7886 4.09313L14.5888 3.22558L13.7099 4.44113ZM6.2904 4.44113C7.30337 3.70872 8.01234 3.19753 8.60953 2.86241C9.18937 2.53703 9.5984 2.41669 10.0001 2.41669V0.916687C9.24932 0.916687 8.58264 1.15746 7.87547 1.5543C7.18565 1.9414 6.3963 2.51355 5.41152 3.22558L6.2904 4.44113ZM14.5888 3.22558C13.604 2.51355 12.8146 1.9414 12.1248 1.5543C11.4176 1.15746 10.7509 0.916687 10.0001 0.916687V2.41669C10.4019 2.41669 10.8109 2.53703 11.3907 2.86241C11.9879 3.19753 12.6969 3.70872 13.7099 4.44113L14.5888 3.22558ZM9.05112 17.5834C7.60947 17.5834 6.59586 17.5821 5.81847 17.4876C5.05984 17.3955 4.62131 17.2237 4.2889 16.9472L3.3297 18.1005C3.97055 18.6335 4.73007 18.8665 5.63761 18.9767C6.52639 19.0846 7.64706 19.0834 9.05112 19.0834V17.5834ZM1.46919 12.7576C1.67466 14.0946 1.83829 15.1692 2.08095 16.0066C2.33016 16.8666 2.68578 17.5649 3.3297 18.1005L4.2889 16.9472C3.95956 16.6733 3.7243 16.2884 3.52168 15.5891C3.3125 14.8673 3.16336 13.9065 2.95179 12.5298L1.46919 12.7576ZM17.0485 12.5298C16.8369 13.9065 16.6878 14.8673 16.4786 15.5891C16.276 16.2884 16.0407 16.6733 15.7114 16.9472L16.6706 18.1005C17.3145 17.5649 17.6701 16.8666 17.9193 16.0066C18.162 15.1692 18.3256 14.0946 18.5311 12.7576L17.0485 12.5298ZM10.9491 19.0834C12.3532 19.0834 13.4739 19.0846 14.3627 18.9767C15.2702 18.8665 16.0297 18.6335 16.6706 18.1005L15.7114 16.9472C15.379 17.2237 14.9404 17.3955 14.1818 17.4876C13.4044 17.5821 12.3908 17.5834 10.9491 17.5834V19.0834ZM18.7819 11.1251C18.9267 10.1833 19.0448 9.42055 19.0755 8.7878C19.107 8.1371 19.0507 7.56162 18.8099 6.99693L17.4301 7.58541C17.5512 7.86926 17.6023 8.19665 17.5772 8.71526C17.5513 9.25182 17.4488 9.9248 17.2993 10.8973L18.7819 11.1251ZM14.9097 5.30868C15.7248 5.898 16.2911 6.30854 16.7033 6.67427C17.1036 7.02939 17.3085 7.30014 17.4301 7.58541L18.8099 6.99693C18.5696 6.43364 18.1921 5.98984 17.6989 5.55225C17.2176 5.12527 16.5795 4.66495 15.7886 4.09313L14.9097 5.30868ZM2.70093 10.8973C2.55148 9.9248 2.44901 9.25182 2.42303 8.71526C2.39793 8.19665 2.44908 7.86926 2.57014 7.58541L1.1904 6.99693C0.949549 7.56162 0.893285 8.1371 0.924789 8.7878C0.955423 9.42055 1.0736 10.1833 1.21833 11.1251L2.70093 10.8973ZM4.21164 4.09313C3.42078 4.66495 2.78265 5.12527 2.30142 5.55225C1.80822 5.98984 1.43065 6.43364 1.1904 6.99693L2.57014 7.58541C2.69181 7.30014 2.89669 7.02939 3.29693 6.67427C3.70915 6.30854 4.27546 5.898 5.09053 5.30868L4.21164 4.09313Z", fill: "#697586" }))) : (h("p", { class: `breadcrumb_text text-sm-medium ${this.type} ${this.current ? 'current' : ''}` }, "Projects"))));
8
+ return (h("div", { key: 'c7b263572d58f6b68dc1fc9a281702f7be29d7e5', class: `breadcrumb_button_base_div ${this.type} ${this.icon ? 'icon' : ''} ${this.current ? 'current' : ''}` }, this.icon ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "icon" }, h("path", { d: "M9.25013 15C9.25013 15.4142 9.58592 15.75 10.0001 15.75C10.4143 15.75 10.7501 15.4142 10.7501 15H9.25013ZM10.7501 12.5C10.7501 12.0858 10.4143 11.75 10.0001 11.75C9.58592 11.75 9.25013 12.0858 9.25013 12.5H10.7501ZM5.85096 3.83335L5.41152 3.22558L5.85096 3.83335ZM14.1493 3.83335L14.5888 3.22558V3.22558L14.1493 3.83335ZM2.21049 12.6437L1.46919 12.7576L2.21049 12.6437ZM17.7898 12.6437L17.0485 12.5298V12.5298L17.7898 12.6437ZM18.0406 11.0112L18.7819 11.1251L18.0406 11.0112ZM15.3492 4.70091L14.9097 5.30868V5.30868L15.3492 4.70091ZM1.95963 11.0112L2.70093 10.8973L1.95963 11.0112ZM4.65108 4.70091L5.09053 5.30868L4.65108 4.70091ZM10.7501 15V12.5H9.25013V15H10.7501ZM17.2993 10.8973L17.0485 12.5298L18.5311 12.7576L18.7819 11.1251L17.2993 10.8973ZM10.9491 17.5834H9.05112V19.0834H10.9491V17.5834ZM2.95179 12.5298L2.70093 10.8973L1.21833 11.1251L1.46919 12.7576L2.95179 12.5298ZM5.09053 5.30868L6.2904 4.44113L5.41152 3.22558L4.21164 4.09313L5.09053 5.30868ZM13.7099 4.44113L14.9097 5.30868L15.7886 4.09313L14.5888 3.22558L13.7099 4.44113ZM6.2904 4.44113C7.30337 3.70872 8.01234 3.19753 8.60953 2.86241C9.18937 2.53703 9.5984 2.41669 10.0001 2.41669V0.916687C9.24932 0.916687 8.58264 1.15746 7.87547 1.5543C7.18565 1.9414 6.3963 2.51355 5.41152 3.22558L6.2904 4.44113ZM14.5888 3.22558C13.604 2.51355 12.8146 1.9414 12.1248 1.5543C11.4176 1.15746 10.7509 0.916687 10.0001 0.916687V2.41669C10.4019 2.41669 10.8109 2.53703 11.3907 2.86241C11.9879 3.19753 12.6969 3.70872 13.7099 4.44113L14.5888 3.22558ZM9.05112 17.5834C7.60947 17.5834 6.59586 17.5821 5.81847 17.4876C5.05984 17.3955 4.62131 17.2237 4.2889 16.9472L3.3297 18.1005C3.97055 18.6335 4.73007 18.8665 5.63761 18.9767C6.52639 19.0846 7.64706 19.0834 9.05112 19.0834V17.5834ZM1.46919 12.7576C1.67466 14.0946 1.83829 15.1692 2.08095 16.0066C2.33016 16.8666 2.68578 17.5649 3.3297 18.1005L4.2889 16.9472C3.95956 16.6733 3.7243 16.2884 3.52168 15.5891C3.3125 14.8673 3.16336 13.9065 2.95179 12.5298L1.46919 12.7576ZM17.0485 12.5298C16.8369 13.9065 16.6878 14.8673 16.4786 15.5891C16.276 16.2884 16.0407 16.6733 15.7114 16.9472L16.6706 18.1005C17.3145 17.5649 17.6701 16.8666 17.9193 16.0066C18.162 15.1692 18.3256 14.0946 18.5311 12.7576L17.0485 12.5298ZM10.9491 19.0834C12.3532 19.0834 13.4739 19.0846 14.3627 18.9767C15.2702 18.8665 16.0297 18.6335 16.6706 18.1005L15.7114 16.9472C15.379 17.2237 14.9404 17.3955 14.1818 17.4876C13.4044 17.5821 12.3908 17.5834 10.9491 17.5834V19.0834ZM18.7819 11.1251C18.9267 10.1833 19.0448 9.42055 19.0755 8.7878C19.107 8.1371 19.0507 7.56162 18.8099 6.99693L17.4301 7.58541C17.5512 7.86926 17.6023 8.19665 17.5772 8.71526C17.5513 9.25182 17.4488 9.9248 17.2993 10.8973L18.7819 11.1251ZM14.9097 5.30868C15.7248 5.898 16.2911 6.30854 16.7033 6.67427C17.1036 7.02939 17.3085 7.30014 17.4301 7.58541L18.8099 6.99693C18.5696 6.43364 18.1921 5.98984 17.6989 5.55225C17.2176 5.12527 16.5795 4.66495 15.7886 4.09313L14.9097 5.30868ZM2.70093 10.8973C2.55148 9.9248 2.44901 9.25182 2.42303 8.71526C2.39793 8.19665 2.44908 7.86926 2.57014 7.58541L1.1904 6.99693C0.949549 7.56162 0.893285 8.1371 0.924789 8.7878C0.955423 9.42055 1.0736 10.1833 1.21833 11.1251L2.70093 10.8973ZM4.21164 4.09313C3.42078 4.66495 2.78265 5.12527 2.30142 5.55225C1.80822 5.98984 1.43065 6.43364 1.1904 6.99693L2.57014 7.58541C2.69181 7.30014 2.89669 7.02939 3.29693 6.67427C3.70915 6.30854 4.27546 5.898 5.09053 5.30868L4.21164 4.09313Z", fill: "#697586" }))) : (h("p", { class: `breadcrumb_text text-sm-medium ${this.type} ${this.current ? 'current' : ''}` }, "Projects"))));
9
9
  }
10
10
  static get is() { return "gb-breadcrumb-button-base"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class GbBreadcrumbs {
3
3
  render() {
4
- return (h("div", { key: '3f7ea504547eef55f329ed39a0b0aa40c2c4f64e', class: `breadcrumbs_div ${this.type}` }));
4
+ return (h("div", { key: 'b6f1ac219b444ef537acf7172d74539596c83584', class: `breadcrumbs_div ${this.type}` }));
5
5
  }
6
6
  static get is() { return "gb-breadcrumbs"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -65,7 +65,7 @@ export class GbButton {
65
65
  return h("div", { class: "icon right-icon", innerHTML: this.trailingIconSvg });
66
66
  }
67
67
  render() {
68
- return (h("button", { key: '66066ee4233a13589f939d70116ddf226ce8da2e', class: this.getButtonClasses() }, this.iconLeading && this.icon === 'default' && this.renderLeadingIcon(), this.icon === 'default' && (h("div", { key: '2a5ff9d2ecea0db689d9533919858dda4115e4d9', class: `btn_text` }, h("slot", { key: '85c63274ac998fc6963383084b31c88608e87997' }))), this.iconTrailing && this.renderTrailingIcon(), this.icon === 'only' && this.renderLeadingIcon()));
68
+ return (h("button", { key: 'bf7f17d67b694d923f8f592b9bfe7afefe64a1d9', class: this.getButtonClasses() }, this.iconLeading && this.icon === 'default' && this.renderLeadingIcon(), this.icon === 'default' && (h("div", { key: '282826e8f8bce8b376868e366f282870b00cf74e', class: `btn_text` }, h("slot", { key: 'a1b872c94ece7cb590f0d0466b545b162454b244' }))), this.iconTrailing && this.renderTrailingIcon(), this.icon === 'only' && this.renderLeadingIcon()));
69
69
  }
70
70
  static get is() { return "gb-btn"; }
71
71
  static get originalStyleUrls() {