globuswebcomponents 1.9.7 → 1.9.9

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 (463) hide show
  1. package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
  2. package/dist/cjs/{gb-avatar_20.cjs.entry.js → gb-avatar_27.cjs.entry.js} +406 -120
  3. package/dist/cjs/gb-avatar_27.cjs.entry.js.map +1 -0
  4. package/dist/cjs/gb-empty-state.cjs.entry.js +49 -0
  5. package/dist/cjs/gb-empty-state.cjs.entry.js.map +1 -0
  6. package/dist/cjs/gb-empty-state.entry.cjs.js.map +1 -0
  7. package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-featured-icon.gb-step-base.entry.cjs.js.map +1 -0
  9. package/dist/cjs/gb-featured-icon_2.cjs.entry.js +70 -0
  10. package/dist/cjs/gb-featured-icon_2.cjs.entry.js.map +1 -0
  11. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  12. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-icon-button-base.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  17. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  18. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  20. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-pagination.cjs.entry.js +4 -4
  23. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +40 -0
  32. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js.map +1 -0
  33. package/dist/cjs/gb-stepper-vertical-icons-with-text.entry.cjs.js.map +1 -0
  34. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  35. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  38. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  41. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  44. package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
  45. package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
  46. package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
  47. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  48. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  49. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  50. package/dist/cjs/globuscomponents.cjs.js +1 -1
  51. package/dist/cjs/loader.cjs.js +1 -1
  52. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  53. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.css +7 -1
  54. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +74 -5
  55. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js.map +1 -1
  56. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  57. package/dist/collection/components/gb-header/gb-header.js +1 -1
  58. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  59. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  60. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  61. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  62. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  63. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  64. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  65. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  66. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  67. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  68. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  69. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  70. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  71. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  72. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  73. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  74. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  75. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  76. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  77. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  78. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  79. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  80. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  81. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  82. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  83. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  84. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  85. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  86. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  87. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  88. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  89. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  90. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  91. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  92. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  93. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  94. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  95. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  96. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  97. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  98. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  99. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  100. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  101. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  102. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  103. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  104. package/dist/collection/components/gb-tooltip/gb-tooltip.js +3 -3
  105. package/dist/collection/components/gb-tooltip/gb-tooltip.js.map +1 -1
  106. package/dist/collection/components/gb-top-bar/gb-top-bar.js +1 -1
  107. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
  108. package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.js +1 -1
  109. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  110. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  111. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  112. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  113. package/dist/components/gb-avatar-add-button.js +1 -1
  114. package/dist/components/gb-avatar-dropdown.js +7 -7
  115. package/dist/components/gb-avatar-group.js +4 -4
  116. package/dist/components/gb-avatar-label-group.js +1 -1
  117. package/dist/components/gb-avatar-profile-photo.js +2 -2
  118. package/dist/components/gb-avatar.js +1 -1
  119. package/dist/components/gb-badge.js +1 -1
  120. package/dist/components/gb-checkbox-group-item.js +1 -1
  121. package/dist/components/gb-checkbox-group.js +3 -3
  122. package/dist/components/gb-collapse-button.js +1 -1
  123. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  124. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  125. package/dist/components/gb-detail-cell.js +4 -4
  126. package/dist/components/gb-file-upload-item-base.js +1 -1
  127. package/dist/components/gb-file-upload.js +3 -3
  128. package/dist/components/gb-filter-button.js +1 -1
  129. package/dist/components/gb-header-icon.js +1 -1
  130. package/dist/components/gb-header.js +4 -4
  131. package/dist/components/gb-help-dropdown.js +1 -1
  132. package/dist/components/gb-help-tooltip.js +1 -1
  133. package/dist/components/gb-horizontal-tabs.js +5 -5
  134. package/dist/components/gb-icon-button-base.js +1 -1
  135. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  136. package/dist/components/gb-input-dropdown.js +1 -1
  137. package/dist/components/gb-input-field.js +1 -1
  138. package/dist/components/gb-mega-input-field-base.js +1 -1
  139. package/dist/components/gb-notification-content.js +1 -1
  140. package/dist/components/gb-notification-pane.js +4 -4
  141. package/dist/components/gb-pagination-button-group-base.js +1 -1
  142. package/dist/components/gb-pagination-dot-group.js +1 -1
  143. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  144. package/dist/components/gb-pagination-number-base.js +1 -1
  145. package/dist/components/gb-pagination.js +18 -18
  146. package/dist/components/gb-password-button.js +1 -1
  147. package/dist/components/gb-progress-bar.js +1 -1
  148. package/dist/components/gb-progress-circle.js +1 -1
  149. package/dist/components/gb-quick-action-card.js +1 -1
  150. package/dist/components/gb-quick-action-icon.js +1 -1
  151. package/dist/components/gb-scrollbar.js +1 -1
  152. package/dist/components/gb-sidebar.js +9 -9
  153. package/dist/components/gb-simple-side-bar-item.js +1 -1
  154. package/dist/components/gb-slider-control-handle.js +1 -1
  155. package/dist/components/gb-slider.js +3 -3
  156. package/dist/components/gb-status-indicator.js +1 -1
  157. package/dist/components/gb-step-base.js +1 -1
  158. package/dist/components/gb-stepper-horizontal-icons-centered.js +2 -2
  159. package/dist/components/gb-stepper-horizontal-line-with-text.js +2 -2
  160. package/dist/components/gb-stepper-vertical-icons-with-text.js +2 -2
  161. package/dist/components/gb-tab-button-base.js +1 -1
  162. package/dist/components/gb-table-cell.js +1 -1
  163. package/dist/components/gb-table-header.js +14 -14
  164. package/dist/components/gb-tag-checkbox.js +1 -1
  165. package/dist/components/gb-tag-close.js +1 -1
  166. package/dist/components/gb-tag-count.js +1 -1
  167. package/dist/components/gb-tag.js +1 -1
  168. package/dist/components/gb-textarea-input-field.js +11 -11
  169. package/dist/components/gb-theme-tab.js +1 -1
  170. package/dist/components/gb-toast-button.js +1 -1
  171. package/dist/components/gb-toast.js +2 -2
  172. package/dist/components/gb-toggle-base.js +1 -1
  173. package/dist/components/gb-toggle.js +2 -2
  174. package/dist/components/gb-token-field-compact.js +2 -2
  175. package/dist/components/gb-token-field-compressed.js +3 -3
  176. package/dist/components/gb-tooltip.js +1 -1
  177. package/dist/components/gb-top-bar-item.js +1 -1
  178. package/dist/components/gb-top-bar-sidemenu.js +6 -6
  179. package/dist/components/gb-top-bar.js +3 -3
  180. package/dist/components/gb-vertical-tabs.js +1 -1
  181. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  182. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  183. package/dist/components/{p-BpcgQzUl.js → p-B18j44pH.js} +4 -4
  184. package/dist/components/{p-BpcgQzUl.js.map → p-B18j44pH.js.map} +1 -1
  185. package/dist/components/{p-BXFhKQ9m.js → p-B1mn4R1P.js} +7 -7
  186. package/dist/components/{p-BXFhKQ9m.js.map → p-B1mn4R1P.js.map} +1 -1
  187. package/dist/components/{p-CYLUVCnI.js → p-B8RpVmuE.js} +5 -5
  188. package/dist/components/{p-CYLUVCnI.js.map → p-B8RpVmuE.js.map} +1 -1
  189. package/dist/components/{p-XxxsRdkv.js → p-B8l1JBWS.js} +8 -8
  190. package/dist/components/{p-XxxsRdkv.js.map → p-B8l1JBWS.js.map} +1 -1
  191. package/dist/components/{p-hB_H57UV.js → p-BLQCynen.js} +24 -24
  192. package/dist/components/{p-hB_H57UV.js.map → p-BLQCynen.js.map} +1 -1
  193. package/dist/components/{p-D30e0Tda.js → p-BZSHqd1h.js} +4 -4
  194. package/dist/components/{p-D30e0Tda.js.map → p-BZSHqd1h.js.map} +1 -1
  195. package/dist/components/{p-DOyqZWx2.js → p-BaU53c8n.js} +4 -4
  196. package/dist/components/{p-DOyqZWx2.js.map → p-BaU53c8n.js.map} +1 -1
  197. package/dist/components/{p-DJDBJ--k.js → p-Bb-UhjQj.js} +4 -4
  198. package/dist/components/{p-DJDBJ--k.js.map → p-Bb-UhjQj.js.map} +1 -1
  199. package/dist/components/{p-CHEWpXtG.js → p-BdxRLjQz.js} +3 -3
  200. package/dist/components/{p-CHEWpXtG.js.map → p-BdxRLjQz.js.map} +1 -1
  201. package/dist/components/{p-DqLkwgjp.js → p-Be_cElT5.js} +8 -8
  202. package/dist/components/{p-DqLkwgjp.js.map → p-Be_cElT5.js.map} +1 -1
  203. package/dist/components/{p-QTMzCBtx.js → p-Bltqk_JB.js} +3 -3
  204. package/dist/components/{p-QTMzCBtx.js.map → p-Bltqk_JB.js.map} +1 -1
  205. package/dist/components/{p-DZpe7WjU.js → p-ByIIhbmN.js} +3 -3
  206. package/dist/components/{p-DZpe7WjU.js.map → p-ByIIhbmN.js.map} +1 -1
  207. package/dist/components/{p-Bl5X3w30.js → p-C7CJ36SO.js} +4 -4
  208. package/dist/components/{p-Bl5X3w30.js.map → p-C7CJ36SO.js.map} +1 -1
  209. package/dist/components/{p-CagylF3C.js → p-C9YJdMaD.js} +4 -4
  210. package/dist/components/{p-CagylF3C.js.map → p-C9YJdMaD.js.map} +1 -1
  211. package/dist/components/{p-DG9zwUK_.js → p-CB5liCPZ.js} +3 -3
  212. package/dist/components/{p-DG9zwUK_.js.map → p-CB5liCPZ.js.map} +1 -1
  213. package/dist/components/{p-BAgrqhBq.js → p-CDWMYYWc.js} +3 -3
  214. package/dist/components/{p-BAgrqhBq.js.map → p-CDWMYYWc.js.map} +1 -1
  215. package/dist/components/{p-7m0i9ULI.js → p-CU9gPSwC.js} +3 -3
  216. package/dist/components/{p-7m0i9ULI.js.map → p-CU9gPSwC.js.map} +1 -1
  217. package/dist/components/{p-D6XCfTIq.js → p-CZvxDpEL.js} +6 -6
  218. package/dist/components/{p-D6XCfTIq.js.map → p-CZvxDpEL.js.map} +1 -1
  219. package/dist/components/{p-C-ocGE59.js → p-Ccsxkn5A.js} +3 -3
  220. package/dist/components/{p-C-ocGE59.js.map → p-Ccsxkn5A.js.map} +1 -1
  221. package/dist/components/{p-OSUxN4ko.js → p-CoayaixB.js} +4 -4
  222. package/dist/components/{p-OSUxN4ko.js.map → p-CoayaixB.js.map} +1 -1
  223. package/dist/components/{p-DCG3i0LZ.js → p-CqlgKYyz.js} +3 -3
  224. package/dist/components/{p-DCG3i0LZ.js.map → p-CqlgKYyz.js.map} +1 -1
  225. package/dist/components/{p-CwQVtwRh.js → p-CwnqCXpw.js} +3 -3
  226. package/dist/components/{p-CwQVtwRh.js.map → p-CwnqCXpw.js.map} +1 -1
  227. package/dist/components/{p-C-NL8IFL.js → p-CxQYr5Xg.js} +3 -3
  228. package/dist/components/{p-C-NL8IFL.js.map → p-CxQYr5Xg.js.map} +1 -1
  229. package/dist/components/{p-B2W89gny.js → p-D2dhFoUV.js} +4 -4
  230. package/dist/components/{p-B2W89gny.js.map → p-D2dhFoUV.js.map} +1 -1
  231. package/dist/components/{p-0z-Ii_bD.js → p-D6Ez1qZy.js} +4 -4
  232. package/dist/components/{p-0z-Ii_bD.js.map → p-D6Ez1qZy.js.map} +1 -1
  233. package/dist/components/{p-DZ4fwD0T.js → p-DEjbckwH.js} +16 -16
  234. package/dist/components/{p-DZ4fwD0T.js.map → p-DEjbckwH.js.map} +1 -1
  235. package/dist/components/{p-D7WUGxnW.js → p-DMNXdngN.js} +4 -4
  236. package/dist/components/{p-D7WUGxnW.js.map → p-DMNXdngN.js.map} +1 -1
  237. package/dist/components/{p-hUgl7eJZ.js → p-DVESG0e2.js} +3 -3
  238. package/dist/components/{p-hUgl7eJZ.js.map → p-DVESG0e2.js.map} +1 -1
  239. package/dist/components/{p-BDb7NPmy.js → p-Dj-Z6SLo.js} +3 -3
  240. package/dist/components/{p-BDb7NPmy.js.map → p-Dj-Z6SLo.js.map} +1 -1
  241. package/dist/components/{p-CMzvyg7A.js → p-DncRdWb-.js} +3 -3
  242. package/dist/components/{p-CMzvyg7A.js.map → p-DncRdWb-.js.map} +1 -1
  243. package/dist/components/{p-DbZN12Es.js → p-DuFJaEm5.js} +3 -3
  244. package/dist/components/{p-DbZN12Es.js.map → p-DuFJaEm5.js.map} +1 -1
  245. package/dist/components/{p-fTmhdKp0.js → p-F0AcCMKg.js} +6 -6
  246. package/dist/components/{p-fTmhdKp0.js.map → p-F0AcCMKg.js.map} +1 -1
  247. package/dist/components/{p-B6qlzzpO.js → p-FyJoYyy5.js} +36 -11
  248. package/dist/components/p-FyJoYyy5.js.map +1 -0
  249. package/dist/components/{p-CyIafhBO.js → p-WM5EZM6s.js} +3 -3
  250. package/dist/components/{p-CyIafhBO.js.map → p-WM5EZM6s.js.map} +1 -1
  251. package/dist/components/{p-BhCoeneG.js → p-XyckUEeO.js} +4 -4
  252. package/dist/components/{p-BhCoeneG.js.map → p-XyckUEeO.js.map} +1 -1
  253. package/dist/components/{p-B2OUWVZ_.js → p-hLszFeGv.js} +6 -6
  254. package/dist/components/{p-B2OUWVZ_.js.map → p-hLszFeGv.js.map} +1 -1
  255. package/dist/components/{p-BbNN56fd.js → p-rryCWlNe.js} +3 -3
  256. package/dist/components/{p-BbNN56fd.js.map → p-rryCWlNe.js.map} +1 -1
  257. package/dist/components/{p-DC1SJOdQ.js → p-v7NJYrv5.js} +7 -7
  258. package/dist/components/{p-DC1SJOdQ.js.map → p-v7NJYrv5.js.map} +1 -1
  259. package/dist/components/test-input-tag.js +9 -9
  260. package/dist/docs.json +50 -2
  261. package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
  262. package/dist/esm/{gb-avatar_20.entry.js → gb-avatar_27.entry.js} +396 -117
  263. package/dist/esm/gb-avatar_27.entry.js.map +1 -0
  264. package/dist/esm/gb-empty-state.entry.js +47 -0
  265. package/dist/esm/gb-empty-state.entry.js.map +1 -0
  266. package/dist/esm/gb-export-dropdown_2.entry.js +1 -1
  267. package/dist/esm/gb-featured-icon.gb-step-base.entry.js.map +1 -0
  268. package/dist/esm/gb-featured-icon_2.entry.js +67 -0
  269. package/dist/esm/gb-featured-icon_2.entry.js.map +1 -0
  270. package/dist/esm/gb-header-icon.entry.js +4 -4
  271. package/dist/esm/gb-header.entry.js +1 -1
  272. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  273. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  274. package/dist/esm/gb-icon-button-base.entry.js +1 -1
  275. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  276. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  277. package/dist/esm/gb-notification-content.entry.js +1 -1
  278. package/dist/esm/gb-notification-pane.entry.js +3 -3
  279. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  280. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  281. package/dist/esm/gb-pagination.entry.js +4 -4
  282. package/dist/esm/gb-progress-circle.entry.js +1 -1
  283. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  284. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  285. package/dist/esm/gb-scrollbar.entry.js +1 -1
  286. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  287. package/dist/esm/gb-slider.entry.js +1 -1
  288. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  289. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  290. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +38 -0
  291. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js.map +1 -0
  292. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  293. package/dist/esm/gb-table-cell.entry.js +1 -1
  294. package/dist/esm/gb-table-header.entry.js +1 -1
  295. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  296. package/dist/esm/gb-toast-button.entry.js +1 -1
  297. package/dist/esm/gb-toast.entry.js +1 -1
  298. package/dist/esm/gb-toggle-base.entry.js +2 -2
  299. package/dist/esm/gb-toggle.entry.js +1 -1
  300. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  301. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  302. package/dist/esm/gb-top-bar-item.entry.js +1 -1
  303. package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
  304. package/dist/esm/gb-top-bar.entry.js +1 -1
  305. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  306. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  307. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  308. package/dist/esm/globuscomponents.js +1 -1
  309. package/dist/esm/loader.js +1 -1
  310. package/dist/esm/test-input-tag.entry.js +2 -2
  311. package/dist/globuscomponents/gb-empty-state.entry.esm.js.map +1 -0
  312. package/dist/globuscomponents/gb-featured-icon.gb-step-base.entry.esm.js.map +1 -0
  313. package/dist/globuscomponents/gb-stepper-vertical-icons-with-text.entry.esm.js.map +1 -0
  314. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  315. package/dist/globuscomponents/{p-0019e8c5.entry.js → p-00c4c6c1.entry.js} +2 -2
  316. package/dist/globuscomponents/{p-bf4aa815.entry.js → p-08e8d91e.entry.js} +2 -2
  317. package/dist/globuscomponents/p-1238de2d.entry.js +2 -0
  318. package/dist/globuscomponents/p-1238de2d.entry.js.map +1 -0
  319. package/dist/globuscomponents/{p-188b4e81.entry.js → p-1ecbdb12.entry.js} +2 -2
  320. package/dist/globuscomponents/{p-6a2778c1.entry.js → p-21f8d506.entry.js} +2 -2
  321. package/dist/globuscomponents/{p-5edc31e2.entry.js → p-22edd947.entry.js} +2 -2
  322. package/dist/globuscomponents/{p-c6f00968.entry.js → p-24a31114.entry.js} +2 -2
  323. package/dist/globuscomponents/{p-66d120ec.entry.js → p-26708b54.entry.js} +2 -2
  324. package/dist/globuscomponents/{p-48d507c8.entry.js → p-29cd87bb.entry.js} +2 -2
  325. package/dist/globuscomponents/{p-7cc3e0db.entry.js → p-2b051369.entry.js} +2 -2
  326. package/dist/globuscomponents/{p-59336884.entry.js → p-2b6526a7.entry.js} +2 -2
  327. package/dist/globuscomponents/p-2c07e92f.entry.js +2 -0
  328. package/dist/globuscomponents/{p-f32ae371.entry.js → p-33d96d78.entry.js} +2 -2
  329. package/dist/globuscomponents/{p-e28d565f.entry.js → p-38790533.entry.js} +2 -2
  330. package/dist/globuscomponents/p-45611dc8.entry.js +2 -0
  331. package/dist/globuscomponents/{p-c384e8ff.entry.js.map → p-45611dc8.entry.js.map} +1 -1
  332. package/dist/globuscomponents/p-47e0cc01.entry.js +2 -0
  333. package/dist/globuscomponents/p-47e0cc01.entry.js.map +1 -0
  334. package/dist/globuscomponents/{p-ba744170.entry.js → p-5a485ca2.entry.js} +2 -2
  335. package/dist/globuscomponents/{p-eb612ea4.entry.js → p-5c73390e.entry.js} +2 -2
  336. package/dist/globuscomponents/{p-e9c67c80.entry.js → p-60bc6817.entry.js} +2 -2
  337. package/dist/globuscomponents/{p-eeb1ef58.entry.js → p-60bf66f9.entry.js} +2 -2
  338. package/dist/globuscomponents/p-621188b9.entry.js +2 -0
  339. package/dist/globuscomponents/{p-f118ff55.entry.js.map → p-621188b9.entry.js.map} +1 -1
  340. package/dist/globuscomponents/{p-b0ec4fc6.entry.js → p-640471e9.entry.js} +2 -2
  341. package/dist/globuscomponents/{p-43224e61.entry.js → p-706c084f.entry.js} +2 -2
  342. package/dist/globuscomponents/{p-32d11ef6.entry.js → p-74449b94.entry.js} +2 -2
  343. package/dist/globuscomponents/p-76e7b3a0.entry.js +2 -0
  344. package/dist/globuscomponents/p-76e7b3a0.entry.js.map +1 -0
  345. package/dist/globuscomponents/{p-8ec26acb.entry.js → p-7debc25f.entry.js} +2 -2
  346. package/dist/globuscomponents/{p-8cb765b3.entry.js → p-854ee30b.entry.js} +2 -2
  347. package/dist/globuscomponents/{p-37530662.entry.js → p-9a25655b.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-bb48a4f3.entry.js → p-9cfc5728.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-dea7f5cb.entry.js → p-b57830dd.entry.js} +2 -2
  350. package/dist/globuscomponents/p-b845edc5.entry.js +2 -0
  351. package/dist/globuscomponents/{p-f8d5a7f3.entry.js → p-bae62c0d.entry.js} +2 -2
  352. package/dist/globuscomponents/p-bf994403.entry.js +2 -0
  353. package/dist/globuscomponents/p-bf994403.entry.js.map +1 -0
  354. package/dist/globuscomponents/{p-b59a682b.entry.js → p-c457c3b8.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-590ab02c.entry.js → p-ca0170b8.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-fccfa5b0.entry.js → p-cdeecad3.entry.js} +2 -2
  357. package/dist/globuscomponents/{p-bc9342aa.entry.js → p-d37a47a3.entry.js} +2 -2
  358. package/dist/globuscomponents/{p-b9fa4a6a.entry.js → p-e35e9239.entry.js} +2 -2
  359. package/dist/globuscomponents/{p-3d693d76.entry.js → p-e4bb39e4.entry.js} +2 -2
  360. package/dist/globuscomponents/{p-b0bef3c4.entry.js → p-e8fb5c7f.entry.js} +2 -2
  361. package/dist/globuscomponents/{p-f45a014e.entry.js → p-f8a7cf32.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-c6991bdd.entry.js → p-f92ecf13.entry.js} +2 -2
  363. package/dist/globuscomponents/{p-27ecc3ac.entry.js → p-fa88f276.entry.js} +2 -2
  364. package/dist/types/components/gb-file-upload-item-base/gb-file-upload-item-base.d.ts +7 -0
  365. package/dist/types/components.d.ts +4 -0
  366. package/package.json +1 -1
  367. package/dist/cjs/gb-avatar_20.cjs.entry.js.map +0 -1
  368. package/dist/cjs/gb-badge.gb-badge-close.entry.cjs.js.map +0 -1
  369. package/dist/cjs/gb-badge_2.cjs.entry.js +0 -100
  370. package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
  371. package/dist/cjs/gb-button-close.cjs.entry.js +0 -20
  372. package/dist/cjs/gb-button-close.cjs.entry.js.map +0 -1
  373. package/dist/cjs/gb-button-close.entry.cjs.js.map +0 -1
  374. 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 +0 -1
  375. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +0 -143
  376. package/dist/cjs/gb-collapse-button_4.cjs.entry.js.map +0 -1
  377. package/dist/cjs/gb-file-type-icon.gb-progress-bar.entry.cjs.js.map +0 -1
  378. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +0 -35
  379. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +0 -1
  380. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +0 -31
  381. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js.map +0 -1
  382. package/dist/cjs/gb-file-upload-item-base.entry.cjs.js.map +0 -1
  383. package/dist/cjs/gb-sidebar.cjs.entry.js +0 -120
  384. package/dist/cjs/gb-sidebar.cjs.entry.js.map +0 -1
  385. package/dist/cjs/gb-sidebar.entry.cjs.js.map +0 -1
  386. package/dist/components/p-B6qlzzpO.js.map +0 -1
  387. package/dist/esm/gb-avatar_20.entry.js.map +0 -1
  388. package/dist/esm/gb-badge.gb-badge-close.entry.js.map +0 -1
  389. package/dist/esm/gb-badge_2.entry.js +0 -97
  390. package/dist/esm/gb-badge_2.entry.js.map +0 -1
  391. package/dist/esm/gb-button-close.entry.js +0 -18
  392. package/dist/esm/gb-button-close.entry.js.map +0 -1
  393. 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 +0 -1
  394. package/dist/esm/gb-collapse-button_4.entry.js +0 -138
  395. package/dist/esm/gb-collapse-button_4.entry.js.map +0 -1
  396. package/dist/esm/gb-file-type-icon.gb-progress-bar.entry.js.map +0 -1
  397. package/dist/esm/gb-file-type-icon_2.entry.js +0 -32
  398. package/dist/esm/gb-file-type-icon_2.entry.js.map +0 -1
  399. package/dist/esm/gb-file-upload-item-base.entry.js +0 -29
  400. package/dist/esm/gb-file-upload-item-base.entry.js.map +0 -1
  401. package/dist/esm/gb-sidebar.entry.js +0 -118
  402. package/dist/esm/gb-sidebar.entry.js.map +0 -1
  403. package/dist/globuscomponents/gb-badge.gb-badge-close.entry.esm.js.map +0 -1
  404. package/dist/globuscomponents/gb-button-close.entry.esm.js.map +0 -1
  405. 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 +0 -1
  406. package/dist/globuscomponents/gb-file-type-icon.gb-progress-bar.entry.esm.js.map +0 -1
  407. package/dist/globuscomponents/gb-file-upload-item-base.entry.esm.js.map +0 -1
  408. package/dist/globuscomponents/gb-sidebar.entry.esm.js.map +0 -1
  409. package/dist/globuscomponents/p-0dcf6fdb.entry.js +0 -2
  410. package/dist/globuscomponents/p-54bf96fa.entry.js +0 -2
  411. package/dist/globuscomponents/p-ab4fed44.entry.js +0 -2
  412. package/dist/globuscomponents/p-ab4fed44.entry.js.map +0 -1
  413. package/dist/globuscomponents/p-b199f35e.entry.js +0 -2
  414. package/dist/globuscomponents/p-b199f35e.entry.js.map +0 -1
  415. package/dist/globuscomponents/p-bccd33e5.entry.js +0 -2
  416. package/dist/globuscomponents/p-bccd33e5.entry.js.map +0 -1
  417. package/dist/globuscomponents/p-c384e8ff.entry.js +0 -2
  418. package/dist/globuscomponents/p-c4a77792.entry.js +0 -2
  419. package/dist/globuscomponents/p-c4a77792.entry.js.map +0 -1
  420. package/dist/globuscomponents/p-c5e7ff16.entry.js +0 -2
  421. package/dist/globuscomponents/p-c5e7ff16.entry.js.map +0 -1
  422. package/dist/globuscomponents/p-dd81e164.entry.js +0 -2
  423. package/dist/globuscomponents/p-dd81e164.entry.js.map +0 -1
  424. package/dist/globuscomponents/p-ede8423a.entry.js +0 -2
  425. package/dist/globuscomponents/p-ede8423a.entry.js.map +0 -1
  426. package/dist/globuscomponents/p-f118ff55.entry.js +0 -2
  427. /package/dist/globuscomponents/{p-0019e8c5.entry.js.map → p-00c4c6c1.entry.js.map} +0 -0
  428. /package/dist/globuscomponents/{p-bf4aa815.entry.js.map → p-08e8d91e.entry.js.map} +0 -0
  429. /package/dist/globuscomponents/{p-188b4e81.entry.js.map → p-1ecbdb12.entry.js.map} +0 -0
  430. /package/dist/globuscomponents/{p-6a2778c1.entry.js.map → p-21f8d506.entry.js.map} +0 -0
  431. /package/dist/globuscomponents/{p-5edc31e2.entry.js.map → p-22edd947.entry.js.map} +0 -0
  432. /package/dist/globuscomponents/{p-c6f00968.entry.js.map → p-24a31114.entry.js.map} +0 -0
  433. /package/dist/globuscomponents/{p-66d120ec.entry.js.map → p-26708b54.entry.js.map} +0 -0
  434. /package/dist/globuscomponents/{p-48d507c8.entry.js.map → p-29cd87bb.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-7cc3e0db.entry.js.map → p-2b051369.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-59336884.entry.js.map → p-2b6526a7.entry.js.map} +0 -0
  437. /package/dist/globuscomponents/{p-0dcf6fdb.entry.js.map → p-2c07e92f.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-f32ae371.entry.js.map → p-33d96d78.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-e28d565f.entry.js.map → p-38790533.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-ba744170.entry.js.map → p-5a485ca2.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-eb612ea4.entry.js.map → p-5c73390e.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-e9c67c80.entry.js.map → p-60bc6817.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-eeb1ef58.entry.js.map → p-60bf66f9.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-b0ec4fc6.entry.js.map → p-640471e9.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-43224e61.entry.js.map → p-706c084f.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-32d11ef6.entry.js.map → p-74449b94.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-8ec26acb.entry.js.map → p-7debc25f.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-8cb765b3.entry.js.map → p-854ee30b.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-37530662.entry.js.map → p-9a25655b.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-bb48a4f3.entry.js.map → p-9cfc5728.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-dea7f5cb.entry.js.map → p-b57830dd.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-54bf96fa.entry.js.map → p-b845edc5.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-f8d5a7f3.entry.js.map → p-bae62c0d.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-b59a682b.entry.js.map → p-c457c3b8.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-590ab02c.entry.js.map → p-ca0170b8.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-fccfa5b0.entry.js.map → p-cdeecad3.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-bc9342aa.entry.js.map → p-d37a47a3.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-b9fa4a6a.entry.js.map → p-e35e9239.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-3d693d76.entry.js.map → p-e4bb39e4.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-b0bef3c4.entry.js.map → p-e8fb5c7f.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-f45a014e.entry.js.map → p-f8a7cf32.entry.js.map} +0 -0
  462. /package/dist/globuscomponents/{p-c6991bdd.entry.js.map → p-f92ecf13.entry.js.map} +0 -0
  463. /package/dist/globuscomponents/{p-27ecc3ac.entry.js.map → p-fa88f276.entry.js.map} +0 -0
@@ -46,7 +46,7 @@ const GbHorizontalTabs = class {
46
46
  this.tabItemClicked.emit(index);
47
47
  }
48
48
  render() {
49
- return (index.h("div", { key: '3b1920a88809dfb49440c74ad184445d99d4f481', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, index.h("gb-tab-button-base", { key: '20a20413649f5dd00ec78a65b7c9afe1f6a6f15d', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.internalActiveIndex === 0, "tab-name": this.firstTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '0611c6bb94b010be1003787bfe4f3a54854ba8b6', slot: "count", name: "first_tab_count" })), index.h("gb-tab-button-base", { key: 'dc376ba593885090509345b7fda7a332eb00d8a9', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.internalActiveIndex === 1, "tab-name": this.secondTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1f38137c3ae6924790ceebee137afa070c16ebdc', slot: "count", name: "second_tab_count" })), this.thirdTabName && (index.h("gb-tab-button-base", { key: '01c4678df2268b9a8092df5723f4dec50f4062a0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.internalActiveIndex === 2, "tab-name": this.thirdTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'f444e103cc9248b9104922705b76ed6a8f9248f2', slot: "count", name: "third_tab_count" }))), this.fourthTabName && (index.h("gb-tab-button-base", { key: 'd1dcf334d7a85a3868ca959ea9780d124d72d2a7', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.internalActiveIndex === 3, "tab-name": this.fourthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'c0bae57a617400d0147bcde9171c78b35c605010', slot: "count", name: "fourth_tab_count" }))), this.fifthTabName && (index.h("gb-tab-button-base", { key: '927cf97cdef06a969b51d6ab2b1333ae377bbd34', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.internalActiveIndex === 4, "tab-name": this.fifthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'c1efb5497265efc605a5a482ec5b1327141727aa', slot: "count", name: "fifth_tab_count" }))), this.sixthTabName && (index.h("gb-tab-button-base", { key: 'dd1d409fed40f3f165dfb98667b1512e70b98f93', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.internalActiveIndex === 5, "tab-name": this.sixthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '9ea012b1c7a4e5412519d30ba0dcc4924553fcbc', slot: "count", name: "sixth_tab_count" }))), this.seventhTabName && (index.h("gb-tab-button-base", { key: '429b660158593959a16879cb2d19972d4b674cf1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.internalActiveIndex === 6, "tab-name": this.seventhTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'f5edf9bf2b2273ca4b910a6ff2a3a540d6270da6', slot: "count", name: "seventh_tab_count" }))), this.eighthTabName && (index.h("gb-tab-button-base", { key: '6cca2769d91b34d338577c13effd3d1bfa224be0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.internalActiveIndex === 7, "tab-name": this.eighthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '893e4d8e89e2000ae86274e59c40721f490ce24a', slot: "count", name: "eighth_tab_count" }))), this.ninthTabName && (index.h("gb-tab-button-base", { key: '443959c5a0328911058846e9913f96b5996036e0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.internalActiveIndex === 8, "tab-name": this.ninthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '15932831c3b006ec379b090bb825eca188e5e298', slot: "count", name: "ninth_tab_count" }))), this.tenthTabName && (index.h("gb-tab-button-base", { key: '8504c04a048848eb437c054758f935aa730e0962', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.internalActiveIndex === 9, "tab-name": this.tenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '87ad5175547f63a0c609ce80c645fffaa039f6c5', slot: "count", name: "tenth_tab_count" }))), this.eleventhTabName && (index.h("gb-tab-button-base", { key: '05eaed02cd080373133f3b03df4a1143471bd096', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(10), current: this.internalActiveIndex === 10, "tab-name": this.eleventhTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '0aea14b8e4a0b5a3acffc9b38cdd32fc0fca64a2', slot: "count", name: "eleventh_tab_count" }))), this.twelfthTabName && (index.h("gb-tab-button-base", { key: '847fcb7d86d73e87fefb2eb7c8dfb0134ccff8a2', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(11), current: this.internalActiveIndex === 11, "tab-name": this.twelfthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '62cb2f9879e89b15a7dddb57cbb4d91fc13c2467', slot: "count", name: "twelfth_tab_count" }))), this.thirteenthTabName && (index.h("gb-tab-button-base", { key: '33540865dee0fc181376722e67a885c968819c9a', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(12), current: this.internalActiveIndex === 12, "tab-name": this.thirteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'e3a7ccbcf197a0769c757de73811e533fd955aba', slot: "count", name: "thirteenth_tab_count" }))), this.fourteenthTabName && (index.h("gb-tab-button-base", { key: '34f774d4fa7e841ff28dcfe86568d2aeccbe0f85', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(13), current: this.internalActiveIndex === 13, "tab-name": this.fourteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'bc0ae0f054bc1aae9ad80c5b2be3356b26c995e6', slot: "count", name: "fourteenth_tab_count" }))), this.fifteenthTabName && (index.h("gb-tab-button-base", { key: 'd511e0462c258c96a8dfcce5ebce5c5e54c7f104', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(14), current: this.internalActiveIndex === 14, "tab-name": this.fifteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '0e626c841eaec8347685f6988d4a69366153cb81', slot: "count", name: "fifteenth_tab_count" }))), this.sixteenthTabName && (index.h("gb-tab-button-base", { key: '1e5247555a17caad180574385c44f7996b826885', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(15), current: this.internalActiveIndex === 15, "tab-name": this.sixteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1b1b65c004cdbb3f1e2a8f1d58f71223900e4acd', slot: "count", name: "sixteenth_tab_count" }))), this.seventeenthTabName && (index.h("gb-tab-button-base", { key: '902f3d49a315f83304e9c9d6e0192a7971ad3f91', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(16), current: this.internalActiveIndex === 16, "tab-name": this.seventeenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '0836db52f01a022a24cdd534508f7aa6aa96dc56', slot: "count", name: "seventeenth_tab_count" }))), this.eighteenthTabName && (index.h("gb-tab-button-base", { key: '30951b03016804392e3bd87e2337e6496c644e40', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(17), current: this.internalActiveIndex === 17, "tab-name": this.eighteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '3d07fd07a28292199d706c5cb4b8df5c88d405e2', slot: "count", name: "eighteenth_tab_count" }))), this.nineteenthTabName && (index.h("gb-tab-button-base", { key: '56b36c6e3b0c2ca38ae96ed977731af3cfe97f18', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(18), current: this.internalActiveIndex === 18, "tab-name": this.nineteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1e7fdcfff751247f9fbc2d816514bc42c4238929', slot: "count", name: "nineteenth_tab_count" }))), this.twentiethTabName && (index.h("gb-tab-button-base", { key: '8e3dfaa7336e13334e672c1317208682fe4650f9', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(19), current: this.internalActiveIndex === 19, "tab-name": this.twentiethTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '2a235b772139617381d69a4ca52130cbbb5e6105', slot: "count", name: "twentieth_tab_count" })))));
49
+ return (index.h("div", { key: 'b91fe53b4c69b84919bd6f657684d3a20c5e5b90', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, index.h("gb-tab-button-base", { key: '25ac5ee99a072f992e837d3ed37dfd0a193c1618', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.internalActiveIndex === 0, "tab-name": this.firstTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '5b100286bacfdc304a325edf2b7a60a3e9b2318b', slot: "count", name: "first_tab_count" })), index.h("gb-tab-button-base", { key: '6510c06740418d418e9b5ee31be9b9cfc9f0da26', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.internalActiveIndex === 1, "tab-name": this.secondTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '0411e3cbb758826b53a804c1cfcf7fe3d761cc6a', slot: "count", name: "second_tab_count" })), this.thirdTabName && (index.h("gb-tab-button-base", { key: '5a89309d1e9d747f0af4a543c9381f68524ba5d1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.internalActiveIndex === 2, "tab-name": this.thirdTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '188c58076c20bedaa834d265a47d69e61aeb9fbc', slot: "count", name: "third_tab_count" }))), this.fourthTabName && (index.h("gb-tab-button-base", { key: '301581a8036f412a5aad04b6bc38a30e809906c8', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.internalActiveIndex === 3, "tab-name": this.fourthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '2086a825b4d21d062556bbe6f4e9608524a0bf87', slot: "count", name: "fourth_tab_count" }))), this.fifthTabName && (index.h("gb-tab-button-base", { key: '66f8a912e3b52994d2e409b0793211b34d5f5787', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.internalActiveIndex === 4, "tab-name": this.fifthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '4662152d80be5b32985662a436e80c4ae4b65112', slot: "count", name: "fifth_tab_count" }))), this.sixthTabName && (index.h("gb-tab-button-base", { key: '7f481d74886ba5776d2d45937735d8d5b8a9119f', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.internalActiveIndex === 5, "tab-name": this.sixthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1ca3470bf70c2a6efcf7ced7ee7a12b686136515', slot: "count", name: "sixth_tab_count" }))), this.seventhTabName && (index.h("gb-tab-button-base", { key: '2a8283626a0d2767c43f88192301b1ef5c6bdf02', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.internalActiveIndex === 6, "tab-name": this.seventhTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '5a76b21fdb1a7423c9ab125f0c1c470b6a37f595', slot: "count", name: "seventh_tab_count" }))), this.eighthTabName && (index.h("gb-tab-button-base", { key: 'a2b2c141853b7b5f345357a8a77fa5e00ab05931', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.internalActiveIndex === 7, "tab-name": this.eighthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'bda5a5a3ef13b96a30fbf88730ca88fc228a96f9', slot: "count", name: "eighth_tab_count" }))), this.ninthTabName && (index.h("gb-tab-button-base", { key: '600698a65026c37302b6e6731ab49003d0cd6aa0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.internalActiveIndex === 8, "tab-name": this.ninthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '059dfaed44f72c96d66ac62cf7cb4adfc0b887b8', slot: "count", name: "ninth_tab_count" }))), this.tenthTabName && (index.h("gb-tab-button-base", { key: '2cae861d74c8d74c4c8086072eb40de17b755898', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.internalActiveIndex === 9, "tab-name": this.tenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '36a98e1b1165717c8d3f54e1fb00fedf0cc3591d', slot: "count", name: "tenth_tab_count" }))), this.eleventhTabName && (index.h("gb-tab-button-base", { key: '06bd61fed60c690e7189a408321378cd6fc326e8', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(10), current: this.internalActiveIndex === 10, "tab-name": this.eleventhTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '02aef57986d13c7599a3495d4580c4dc442fb55e', slot: "count", name: "eleventh_tab_count" }))), this.twelfthTabName && (index.h("gb-tab-button-base", { key: '3a773d6c55676a8e52cae4f52c5e832417216c95', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(11), current: this.internalActiveIndex === 11, "tab-name": this.twelfthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '466a8dda804ce655a6160fa7cc1f72333ad8a935', slot: "count", name: "twelfth_tab_count" }))), this.thirteenthTabName && (index.h("gb-tab-button-base", { key: 'aed9ae9df2fc8dfdf3c5e737c3996015ae6b7fe1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(12), current: this.internalActiveIndex === 12, "tab-name": this.thirteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '8e3b94695b31c77d37041f8bcd2aeb559d82dc8d', slot: "count", name: "thirteenth_tab_count" }))), this.fourteenthTabName && (index.h("gb-tab-button-base", { key: '2bd2efb088ad77dc7b192941087bc624b9ea8781', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(13), current: this.internalActiveIndex === 13, "tab-name": this.fourteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: 'b2a448659f03ba5c9f5013301c931e705268b12d', slot: "count", name: "fourteenth_tab_count" }))), this.fifteenthTabName && (index.h("gb-tab-button-base", { key: '4ea15b9f1aca0d2639808c9892488b5db1ca0a72', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(14), current: this.internalActiveIndex === 14, "tab-name": this.fifteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '2554a559ab1269b050574413451ff238599e1c9c', slot: "count", name: "fifteenth_tab_count" }))), this.sixteenthTabName && (index.h("gb-tab-button-base", { key: '290e5e986f146d78567c50c1061f187b6341cf6b', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(15), current: this.internalActiveIndex === 15, "tab-name": this.sixteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '772b45ee984c93c0f43edbbe209178e79a50574f', slot: "count", name: "sixteenth_tab_count" }))), this.seventeenthTabName && (index.h("gb-tab-button-base", { key: 'b20d64ad19105eeb2272a718b26000e8109c726e', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(16), current: this.internalActiveIndex === 16, "tab-name": this.seventeenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '7b29335479176b817a31573be8f0588ad1a579ed', slot: "count", name: "seventeenth_tab_count" }))), this.eighteenthTabName && (index.h("gb-tab-button-base", { key: '7df04f9455f3491c512ae13a2e749b179955e58c', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(17), current: this.internalActiveIndex === 17, "tab-name": this.eighteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1453a771fcedd5ae3bbc44ca10f29752c29a2391', slot: "count", name: "eighteenth_tab_count" }))), this.nineteenthTabName && (index.h("gb-tab-button-base", { key: 'f6b2deb327395786d060caa731cf0688a50233bd', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(18), current: this.internalActiveIndex === 18, "tab-name": this.nineteenthTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '1f04521beb82f668133ba15b7dc02c60f5b13589', slot: "count", name: "nineteenth_tab_count" }))), this.twentiethTabName && (index.h("gb-tab-button-base", { key: '7f5dd5afbba98349ceac18c042a697f985fd0cd1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(19), current: this.internalActiveIndex === 19, "tab-name": this.twentiethTabName, badge: this.badge, alignment: "horizontal" }, index.h("slot", { key: '6bf2227f0a06ad6ae6e860aa542f6fb25fe1dd1f', slot: "count", name: "twentieth_tab_count" })))));
50
50
  }
51
51
  static get watchers() { return {
52
52
  "activeIndex": ["setActiveIndex"]
@@ -23,7 +23,7 @@ const GbIconButtonBase = class {
23
23
  this.loadIcon(this.icon);
24
24
  }
25
25
  render() {
26
- return (index.h("div", { key: 'c744f103625f1bc42fa84abe7e66feb991be3eb1', class: "icon_button_base_container" }, this.showTooltip && (index.h("gb-tooltip", { key: 'ab9cbe95e03fc40c218f9feb9337fa71b2cee1bd', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, index.h("p", { key: 'f751e830db382d4b1e4f90736f55362566a67033', slot: "label" }, this.label))), index.h("div", { key: 'a41136f9e5291c4d9aad3e57254c8618416db2f3', class: `icon_button_base_div ${this.current ? 'current' : ''}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, index.h("div", { key: 'e8534ae6d9b6dc130d49d6229f41cfa3045f5362', class: `icon ${this.current ? 'current' : ''}`, innerHTML: this.leadingIconSvg }))));
26
+ return (index.h("div", { key: '5fa21586c55107e4d661c2db3214a3744bc26406', class: "icon_button_base_container" }, this.showTooltip && (index.h("gb-tooltip", { key: 'f9fe538d93455917530cbeccbe721e564844ef1b', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, index.h("p", { key: 'ad0dfd5c053ba23dc48ea2d654ae09727daaf638', slot: "label" }, this.label))), index.h("div", { key: '384121a34997647fca8afbcf60c596e82602479e', class: `icon_button_base_div ${this.current ? 'current' : ''}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, index.h("div", { key: 'd5251e49f592ef00d3af1229f75befdd6ccd7c29', class: `icon ${this.current ? 'current' : ''}`, innerHTML: this.leadingIconSvg }))));
27
27
  }
28
28
  };
29
29
  GbIconButtonBase.style = gbIconButtonBaseCss;
@@ -301,16 +301,16 @@ const GbInputDropdown = class {
301
301
  const emptyStateBackground = index.getAssetPath('assets/empty-state-background.svg');
302
302
  const illustration = index.getAssetPath('assets/empty-state-no-data.svg');
303
303
  return [
304
- index.h("div", { key: 'e5cf2711c2cc456a353675f433507e90005f697a', class: `input_dropdown_container ${this.type === 'tags' ? 'tag' : ''}` }, index.h("div", { key: '425d4cddd54dbd572b3a68ec1bf89a514a883f80', class: `input_with_label` }, this.showLabel && (index.h("p", { key: '3c431ce10a556cbf1d2b9913373561273e0de1dc', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase())), index.h("div", { key: '5434093c4e258cc2a00455632d9ac2326e1209f2', class: `input_dropdown_div ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''} ${this.type === 'tags' ? 'tag' : ''} ${this.dropdownOpen ? 'focused' : ''}`, onClick: e => this.toggleDropdown(e) }, this.type === 'icon_leading' && (index.h("svg", { key: 'df85d0ea16186b1b667b85619c92946fd11c6583', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '3206aa932ae84915f6daa3736432117b85c551c6', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), index.h("path", { key: '8e91d5a910827ec89b94dbec316be7990fb4b18f', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (index.h(index.Fragment, null, this.state === 'default' && (index.h("svg", { key: 'fc09327e12186300e918489c9629f5bd1cdd66bd', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '6302efe97b5c175e050201dff83cd6d1829d8bbb', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.66667" }), index.h("path", { key: '9db2ab6ae34d074af78e27d2cd31801d61b023a3', d: "M13.75 5.41666C13.75 7.48772 12.0711 9.16666 10 9.16666C7.92893 9.16666 6.25 7.48772 6.25 5.41666C6.25 3.34559 7.92893 1.66666 10 1.66666C12.0711 1.66666 13.75 3.34559 13.75 5.41666Z", stroke: "#4B5565", "stroke-width": "1.66667" }))), this.state === 'filled' && (index.h("gb-avatar", { key: '625e26c1e8c419d84230926fcc48aa8504e42ccf', size: "xs", text: this.text, color: this.color, "show-border": this.showBorder }, this.selectedItems.map(item => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("h1", { slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase()))) : (index.h("h1", { slot: "initials" }, item.split(' ').map(part => part.charAt(0).toUpperCase())))))))))), this.showLeadingIcon && index.h(index.Fragment, null, this.type === 'search' || this.type === 'tags' ? index.h("div", { class: `icon`, innerHTML: this.leadingIconSvg }) : null), this.type === 'dot_leading' && (index.h("svg", { key: '43e49962186c85ce824e971cdf840f805f534b9c', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, index.h("circle", { key: '7cd78681bfe43226a38e56b72f4c8688bb20caa6', cx: "5", cy: "5", r: "4", fill: "#079455" }))), index.h(index.Fragment, null, this.state === 'default' && (index.h(index.Fragment, null, this.placeholder && (index.h("div", { key: '4f508a9b433f22b35e9ac133669c04a2e06ca49c', class: "placeholder" }, index.h("p", { key: '663e1fb4b56bc5dc9cf1e6859862468bab8ddbc7', class: "text-md-regular", style: { color: '#CDD5DF' } }, this.placeholder))))), this.state === 'filled' && (index.h(index.Fragment, null, index.h("div", { key: 'c83d4d22e21dbb6294d7319f963eb922a9dab873', class: `content` }, index.h("div", { key: '82e61f97b22221782099ed9c81de12f5068e20da', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (index.h(index.Fragment, null, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
304
+ index.h("div", { key: '04a7958155d6f68825a2fdff26fb0000b6cce87c', class: `input_dropdown_container ${this.type === 'tags' ? 'tag' : ''}` }, index.h("div", { key: 'db82bcbcadf1b27518daef66a0dd9287f3b50885', class: `input_with_label` }, this.showLabel && (index.h("p", { key: 'e93cbc41bb95ccaa1dda44bfa7fb09401f5f5a7e', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase())), index.h("div", { key: '7ff2bf9666c1800243035a0262903be5d0643135', class: `input_dropdown_div ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''} ${this.type === 'tags' ? 'tag' : ''} ${this.dropdownOpen ? 'focused' : ''}`, onClick: e => this.toggleDropdown(e) }, this.type === 'icon_leading' && (index.h("svg", { key: 'f7b7d23e332b510c0a8d7d1d197f44d21e2ada44', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '0bff9f9b8d7a161acf8223cc69b3b6589edb7d87', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), index.h("path", { key: 'a5c5eda15e705087966b68c5df83934a60978032', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (index.h(index.Fragment, null, this.state === 'default' && (index.h("svg", { key: 'a6074b95c52197c6da65808a7cc20766f3b69a6b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'd988830f453b0967705f7c218c770b47169800b5', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.66667" }), index.h("path", { key: '0432532c13a98cfefb4e09b8d81c9874d6cae732', d: "M13.75 5.41666C13.75 7.48772 12.0711 9.16666 10 9.16666C7.92893 9.16666 6.25 7.48772 6.25 5.41666C6.25 3.34559 7.92893 1.66666 10 1.66666C12.0711 1.66666 13.75 3.34559 13.75 5.41666Z", stroke: "#4B5565", "stroke-width": "1.66667" }))), this.state === 'filled' && (index.h("gb-avatar", { key: '1e4a64eefad45de88c4ad24504b0dcd8d1e06db5', size: "xs", text: this.text, color: this.color, "show-border": this.showBorder }, this.selectedItems.map(item => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("h1", { slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase()))) : (index.h("h1", { slot: "initials" }, item.split(' ').map(part => part.charAt(0).toUpperCase())))))))))), this.showLeadingIcon && index.h(index.Fragment, null, this.type === 'search' || this.type === 'tags' ? index.h("div", { class: `icon`, innerHTML: this.leadingIconSvg }) : null), this.type === 'dot_leading' && (index.h("svg", { key: 'e9adb4f62a3506a59364f78bb00b7cf7f3ac58d8', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, index.h("circle", { key: '48fab6b146e92c5777822357da5f7246201ee9c7', cx: "5", cy: "5", r: "4", fill: "#079455" }))), index.h(index.Fragment, null, this.state === 'default' && (index.h(index.Fragment, null, this.placeholder && (index.h("div", { key: 'a1df5ce095ad6f986cee21af0626d198637033f2', class: "placeholder" }, index.h("p", { key: 'd3ba37b03018fa8e6e7c5c3c0fb76a2e3a33639e', class: "text-md-regular", style: { color: '#CDD5DF' } }, this.placeholder))))), this.state === 'filled' && (index.h(index.Fragment, null, index.h("div", { key: '916bb4449e2270b9ff2889f1a934f8d6d357c60b', class: `content` }, index.h("div", { key: '1fe4a38f900e8ab5a0ab555ea35f064d69e0a225', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (index.h(index.Fragment, null, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
305
305
  .split(' ')
306
306
  .map(part => part.charAt(0).toUpperCase())
307
307
  .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item))))))) : (index.h(index.Fragment, null, this.value.map((item, index$1) => typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
308
308
  .split(' ')
309
309
  .map(part => part.charAt(0).toUpperCase())
310
- .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h("p", { class: "selected_text" }, this.value.length === 0 ? ((_a = this.selectedItem) === null || _a === void 0 ? void 0 : _a.name) || this.selectedItem : index.h(index.Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (index.h("div", { key: 'a83f60ebe1eab72a42751e656a66cc5990dc1850', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (index.h(index.Fragment, null, this.value.length === 0 ? index.h(index.Fragment, null, this.selectedItem.username) : index.h(index.Fragment, null, this.value.map(item => typeof item === 'object' && item.username))))))))), this.state === 'disabled' && (index.h(index.Fragment, null, index.h("div", { key: '09b17d9619c472168e969d86e904e7a161aad387', class: `content` }, index.h("div", { key: 'c3fea91ad2d0ca1166f3fb251b1ea29276652f2f', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (index.h(index.Fragment, null, this.value.map((item, index$1) => typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, index.h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
310
+ .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h("p", { class: "selected_text" }, this.value.length === 0 ? ((_a = this.selectedItem) === null || _a === void 0 ? void 0 : _a.name) || this.selectedItem : index.h(index.Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (index.h("div", { key: '6ccfef93180031f84fe2e802e5e8dd25584425d9', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (index.h(index.Fragment, null, this.value.length === 0 ? index.h(index.Fragment, null, this.selectedItem.username) : index.h(index.Fragment, null, this.value.map(item => typeof item === 'object' && item.username))))))))), this.state === 'disabled' && (index.h(index.Fragment, null, index.h("div", { key: '15d73aadabc10c1d3cc209ba51ee4c154ae26364', class: `content` }, index.h("div", { key: '93d11530e48b97ecbdb9bb75b01728909bbf289c', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (index.h(index.Fragment, null, this.value.map((item, index$1) => typeof item === 'object' ? (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, index.h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
311
311
  .split(' ')
312
312
  .map(part => part.charAt(0).toUpperCase())
313
- .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, index.h("p", { class: "text-xs-medium" }, item))))))) : (index.h(index.Fragment, null, index.h(index.Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (index.h("div", { key: 'ad9f710beff1d16d224f6a152593a105a21a4946', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (index.h(index.Fragment, null, this.value.length === 0 ? index.h(index.Fragment, null, this.selectedItem.username) : index.h(index.Fragment, null, this.value.map(item => typeof item === 'object' && index.h(index.Fragment, null, item.username))))))))))), this.showHelpIcon && (index.h("div", { key: 'aaad512c77af737d7822498d83c593104eb95c7b', class: `help_icon` }, index.h("gb-help-tooltip", { key: '770118fcfa66d91366cfda8c1df6a9bb00985aad', "show-supporting-text": true }, index.h("slot", { key: 'f1c61cf2c695e15b38a0a66d178e5cda0f771240', name: "tooltip_label", slot: "label" }), index.h("slot", { key: '326ca4ad7d08aa30a09bd09bdfe9add06069041b', name: "tooltip_supporting_text", slot: "supporting_text" })))), this.type !== 'search' && (index.h("div", { key: '74dd3aa557e4e4193223f37838e043e8a67b96ad', class: `dropdown_icon ${this.dropdownOpen ? 'opened' : ''}` }, index.h("svg", { key: 'd0e9b51285b1f0d99e5f047823b1c0a67e819377', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, index.h("path", { key: '1a414ee9a14b83214d753bc3ef65d73ea9a989f8', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h(index.Fragment, null, this.dropdownOpen && (index.h("div", { key: 'fdc6913d1b9450791dfff5226bfe66c495380eae', class: `dropdown_menu ${this.menuPosition}`, ref: el => (this.dropdownRef = el), onClick: e => e.stopPropagation() }, this.showSearchInput && (index.h("div", { key: '9ee28658af3321d2ea3e51158de463420d8eeb27', class: "dropdown_search_field" }, index.h("gb-input-field", { key: '5a20f5eabaffda391970d20a04a4d71191b82550', size: "sm", value: this.inputValue, "show-close-button": this.inputValue ? true : false, "icon-swap": "assets/search-01.svg", placeholder: "Search banks", type: "icon_leading", labelText: "label", idOfInput: "3", onInputValueChanged: this.searchItems.bind(this) }))), this.searchItem ? (index.h(index.Fragment, null, this.searchItem !== '' && this.searchResults.length > 0 ? (index.h(index.Fragment, null, this.searchResults.map(item => (index.h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: reusableModels.StateEnum.Default, "supporting-text": this.supportingText, selected: this.isItemSelected(item), onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item.name), index.h("p", { slot: "supporting_text" }, item.username))) : (index.h("p", { slot: "name" }, item))))))) : this.searchItem !== '' && this.searchResults.length === 0 ? (
313
+ .join(''))))) : (index.h("div", { class: "added_tag", key: index$1 }, index.h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, index.h("p", { class: "text-xs-medium" }, item))))))) : (index.h(index.Fragment, null, index.h(index.Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (index.h("div", { key: 'e849f230134a956bdddca422066fa21757b460a9', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (index.h(index.Fragment, null, this.value.length === 0 ? index.h(index.Fragment, null, this.selectedItem.username) : index.h(index.Fragment, null, this.value.map(item => typeof item === 'object' && index.h(index.Fragment, null, item.username))))))))))), this.showHelpIcon && (index.h("div", { key: '9d0967e72aca6e0cc4b92252fc97a0496362b235', class: `help_icon` }, index.h("gb-help-tooltip", { key: 'e24537ef2b2a76d7c20aaae04171df7f1a3169f0', "show-supporting-text": true }, index.h("slot", { key: 'f846190a57d5ad21ea50f1423b301b9b912111cf', name: "tooltip_label", slot: "label" }), index.h("slot", { key: '05cff4b052ef63cf46ecc85dd874bf962cfc3904', name: "tooltip_supporting_text", slot: "supporting_text" })))), this.type !== 'search' && (index.h("div", { key: 'a94f037229bf8bdcdb23f1145773faf044777336', class: `dropdown_icon ${this.dropdownOpen ? 'opened' : ''}` }, index.h("svg", { key: 'fd25c8f042528fa4371027fd363c6812c0ca8a60', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, index.h("path", { key: 'd4a0182860427382ca0e90aece2443777b8f3999', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h(index.Fragment, null, this.dropdownOpen && (index.h("div", { key: '910fe5c5ebdea60e76c1ad25ef387026b84acef1', class: `dropdown_menu ${this.menuPosition}`, ref: el => (this.dropdownRef = el), onClick: e => e.stopPropagation() }, this.showSearchInput && (index.h("div", { key: 'e3cbaede8ea090e504e14fdd6c1f2b05d4df8ecc', class: "dropdown_search_field" }, index.h("gb-input-field", { key: '64646ceec9a69679a69b17584531bb2e07ba6938', size: "sm", value: this.inputValue, "show-close-button": this.inputValue ? true : false, "icon-swap": "assets/search-01.svg", placeholder: "Search banks", type: "icon_leading", labelText: "label", idOfInput: "3", onInputValueChanged: this.searchItems.bind(this) }))), this.searchItem ? (index.h(index.Fragment, null, this.searchItem !== '' && this.searchResults.length > 0 ? (index.h(index.Fragment, null, this.searchResults.map(item => (index.h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: reusableModels.StateEnum.Default, "supporting-text": this.supportingText, selected: this.isItemSelected(item), onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item.name), index.h("p", { slot: "supporting_text" }, item.username))) : (index.h("p", { slot: "name" }, item))))))) : this.searchItem !== '' && this.searchResults.length === 0 ? (
314
314
  //Empty state for when there are no search results
315
315
  index.h("div", { class: "empty_state" }, index.h("img", { src: emptyStateBackground, class: "background", alt: "" }), index.h("div", { class: "message_background" }, index.h("img", { src: illustration, alt: "", class: "illustration" }), index.h("p", { class: "message text-md-semi-bold" }, "No results available")))) : null)) : (index.h(index.Fragment, null, this.type === 'tags' ? (index.h(index.Fragment, null, this.selectedItems.map(item => (index.h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: reusableModels.StateEnum.Default, "supporting-text": this.supportingText, selected: true, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item.name), index.h("p", { slot: "supporting_text" }, item.username), index.h("h1", { slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase())))) : (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item), index.h("h1", { slot: "initials" }, item.split(' ').map(part => part.charAt(0).toUpperCase()))))))), this.unselectedItems.map(item => (index.h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: reusableModels.StateEnum.Default, "supporting-text": this.supportingText, selected: false, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item.name), index.h("p", { slot: "supporting_text" }, item.username))) : (index.h("p", { slot: "name" }, item))))))) : (index.h(index.Fragment, null, this.items.map(item => (index.h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: reusableModels.StateEnum.Default, "supporting-text": this.supportingText, selected: this.isItemSelected(item), color: this.color, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (index.h(index.Fragment, null, index.h("p", { slot: "name" }, item.name), index.h("h1", { slot: "initials" }, item.name
316
316
  .split(' ')
@@ -352,7 +352,7 @@ const GbPaginationButtonGroupBase = class {
352
352
  this.leadingIconSvg = svg;
353
353
  }
354
354
  render() {
355
- return (index.h("div", { key: '388134a058c18b1b257e19c7f43efe14a460f9e7', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && index.h("slot", { key: '2e7ff522ff9d8933eb99adc0ddd53d6a5f1ba7c3' }), this.icon === 'leading' && (index.h(index.Fragment, null, index.h("svg", { key: '2ae8ebce48d5d466113e07e48a0d36c4de955ee2', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '71ffa73b9eac1b763627a9884883eccd6d08afca', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("slot", { key: '50a86eeeb4d5d8e4d2ef179631076ec7bedf6485' }))), this.icon === 'trailing' && (index.h(index.Fragment, null, index.h("slot", { key: '26cb60e0f6eb97ba8b0a7100b4c3ce9882dd2460' }), index.h("svg", { key: '157495bc72357c3c21a77706d4f68dc2a5ec655e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '6bad37140f8dd88f80f0336deac286e3c4189245', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (index.h(index.Fragment, null, index.h("div", { key: '22eda5af29b247f3a291740f8710476a242b9cb5', class: `icon`, innerHTML: this.leadingIconSvg })))));
355
+ return (index.h("div", { key: '3e1b6504ed06208804676bfd42d64569cedd3259', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && index.h("slot", { key: '452f7f7f37d9c874258bb58ae95f6af1ecc563c3' }), this.icon === 'leading' && (index.h(index.Fragment, null, index.h("svg", { key: 'b025a6b24d3e6ead43096636a1d06958109d1fd5', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '483b228c49ee69ca9348dbc5fa8226ebc5b4a173', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("slot", { key: 'c4c8010a8a27cd60139672fe69625a16309c834f' }))), this.icon === 'trailing' && (index.h(index.Fragment, null, index.h("slot", { key: '2ee2515e6ad10d4f79e1996a5ca40ab11da84a4e' }), index.h("svg", { key: 'faef74201c2f7835933a173b8e90ffe7dd6ecd92', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '0cb46cd52fcdbf554cba23d9418732d00d3061b4', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (index.h(index.Fragment, null, index.h("div", { key: 'e39ce08abf24111d281a26470dd980c4771936c5', class: `icon`, innerHTML: this.leadingIconSvg })))));
356
356
  }
357
357
  get el() { return index.getElement(this); }
358
358
  };
@@ -377,7 +377,7 @@ const GbPaginationNumberBase = class {
377
377
  }
378
378
  }
379
379
  render() {
380
- return (index.h("div", { key: '3c51905d546acfb322bf9bfdef1754cfdaff0c03', class: `page_number_base ${this.shape} ${this.state}` }, index.h("slot", { key: '240102f9d4b9c8f6f9801793073873744b646866', name: "page_number" })));
380
+ return (index.h("div", { key: '9c828604635017719d092392c5b10b566f756423', class: `page_number_base ${this.shape} ${this.state}` }, index.h("slot", { key: '1cab12e1cafc1cc93fd971d1464549adc38fb5bf', name: "page_number" })));
381
381
  }
382
382
  get el() { return index.getElement(this); }
383
383
  };
@@ -20,10 +20,10 @@ const GbMegaInputFieldBase = class {
20
20
  }
21
21
  }
22
22
  render() {
23
- return (index.h("div", { key: '172317d2881309c3afa44a666c1d7953a6a44a9f', class: {
23
+ return (index.h("div", { key: '88b6dacacc2d29c7c7c3e7b2b045f20ce25ee01d', class: {
24
24
  [this.size]: true,
25
25
  disabled: this.state === 'disabled'
26
- } }, index.h("input", { key: 'c7baefcdb5773ad3e295fdef54d72f848b0f4c39', class: {
26
+ } }, index.h("input", { key: 'a28d7cdec3165e45b72a8f155a43b075123e85b4', class: {
27
27
  [this.size]: true,
28
28
  disabled: this.state === 'disabled'
29
29
  }, type: "text", maxlength: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -13,7 +13,7 @@ const GbNotificationContent = class {
13
13
  }
14
14
  render() {
15
15
  const iconSrc = index.getAssetPath(`${this.icon}`);
16
- return (index.h("div", { key: '11625d1f070d8cc76c7ed1d761cd05e936ba897f', class: "notification_container" }, index.h("div", { key: 'e77838670e925f7d2284f8540ee27e7fd91d27ca', class: "notification_title" }, this.icon && (index.h("div", { key: 'c48e73670ae02bf810cb34f229ac1e274dbede6b', class: "icon" }, index.h("img", { key: '14b88d9d28985a03493132766733717f1fb71de7', src: iconSrc, alt: "Icon" }))), index.h("label", { key: 'dd2b565e20560e383da51720feafc89aba38f390' }, this.label), index.h("span", { key: 'acb53569e5ec174d9ffa87ce6c4acd933de67506', class: "time" }, this.time)), index.h("div", { key: '590863445305a6f0f825720f5fb83ee71ecf16f5', class: "supporting_text" }, index.h("p", { key: '3f52f7b8692b0ff8a1f545eb1ca408ec082fc6e5', class: "text-sm-regular" }, this.supportingText))));
16
+ return (index.h("div", { key: 'd1f8fc8eedd56f3ada4fd4c69543b505c2cd9bb1', class: "notification_container" }, index.h("div", { key: '1c6f8c4857bf5ad303b8329979bc54d8a29ae8e3', class: "notification_title" }, this.icon && (index.h("div", { key: 'aaf116d5a1f88f1f118926a0fd033c8626f4f8d0', class: "icon" }, index.h("img", { key: 'f80a160eb7cc717f90a754519fcd2e68d6039801', src: iconSrc, alt: "Icon" }))), index.h("label", { key: 'b8bda5ce4358119d4c0e980b1868c93ed7f0fd67' }, this.label), index.h("span", { key: 'b42645f42ef327eb3fface43455d19f805dc2ddb', class: "time" }, this.time)), index.h("div", { key: 'c1c0abe3c50c44c2ca4edec7d8f6ff31044539f5', class: "supporting_text" }, index.h("p", { key: 'ad7e5cbb57be8c49589bbdb8ac6e9e300f651541', class: "text-sm-regular" }, this.supportingText))));
17
17
  }
18
18
  };
19
19
  GbNotificationContent.style = gbNotificationContentCss;
@@ -56,9 +56,9 @@ const GbNotificationPane = class {
56
56
  render() {
57
57
  const patternSrc = index.getAssetPath(`assets/notification_background_pattern.svg`);
58
58
  const illustrationSrc = index.getAssetPath(`assets/notification_illustration.svg`);
59
- return (index.h("div", { key: '0c65f002f267e0d2819c13851958e0a498d45469', class: "notification_pane_div" }, this.state === 'empty' && [
60
- index.h("div", { key: '0b7e994a861d86be85f99058219b2f3d73fba9d9', class: `container` }, index.h("div", { key: 'd518961300c6a444122398706769ca93f0c48850', class: "frame" }, index.h("img", { key: 'e83eca03da7437c8e03628c0ad69f681f0bb7ca3', src: patternSrc, alt: "", class: "empty_state_pattern" }), index.h("div", { key: '1bfe2a602347497083da67dbe0426bf1b017afcc', class: "empty_state" }, index.h("div", { key: '28058cd49356c7298de6b7d13651421c284715ee', class: "content" }, index.h("img", { key: '939e4d37fa8c8d975141ab5b720b1b35b904913f', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), index.h("div", { key: '02557a0a8297cdd78488b3d39627bd83d74fbf4f', class: "text" }, index.h("slot", { key: 'd2a6468594ee07849f61fdd5d8c867a8ac84154d', name: "label" }), index.h("slot", { key: '1003a7647ab8242a6ed0a9523d782059d2c56883', name: "supporting_text" })))))),
61
- index.h("div", { key: 'c786a495ef39ebb968792b85f518004b75a54e07', class: `button` }, index.h("gb-button", { key: '5080010163621a9924c3704700d10dcaaf5c80d5', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", { key: '1d594fa7c255812d48c6eb7271cd99ec887d7eb9' }, "Mark all as read"))),
59
+ return (index.h("div", { key: 'b292d0b0bf376c0382d21c2d86dcbb965817e081', class: "notification_pane_div" }, this.state === 'empty' && [
60
+ index.h("div", { key: '5ef7487f97ac52291714fed8b7fd3f8de5227634', class: `container` }, index.h("div", { key: '5b5f585782258de155c8bf47ae2045ffab1f49cd', class: "frame" }, index.h("img", { key: '879aa3605133bb3241563d916da8bb38620225c8', src: patternSrc, alt: "", class: "empty_state_pattern" }), index.h("div", { key: '75bb8d32696f45d5fac9e26c4fb7746e704cd1f8', class: "empty_state" }, index.h("div", { key: '8034635320e7d4662e75f8e512cdda3ab4d4d911', class: "content" }, index.h("img", { key: '9f5dfc020fa976942cd1ee2c92c4da4fd00998dd', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), index.h("div", { key: '4988749ff361056a1ee7980633689cc13a08ff06', class: "text" }, index.h("slot", { key: 'dd1a153305abbc6f4a04cea122c9b073a781af37', name: "label" }), index.h("slot", { key: 'b2cfc1a3331185fd3c7381ead7b8342b7ba57129', name: "supporting_text" })))))),
61
+ index.h("div", { key: '99f3a9262b6583e2007ff35ab0d9ca8231e0e698', class: `button` }, index.h("gb-button", { key: '8c9e932e3b1f8e1161a2d2956b970d93cf6c9aa4', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", { key: 'bb5400d29699a2cb4f9c0f82f8df896baa5d4d2b' }, "Mark all as read"))),
62
62
  ], this.state === 'notification_dropdown' && (index.h(index.Fragment, null, this.notifications.length > 0 ? (index.h("div", { class: "notification_dropdown" }, index.h("div", { class: `content_wrapper` }, this.notifications.map(notification => (index.h("gb-notification-content", { label: notification.label, time: notification.time, "supporting-text": notification.desc, icon: notification.icon })))), index.h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", null, "Mark all as read")))) : [index.h("div", { class: `container` }, index.h("div", { class: "frame" }, index.h("img", { src: patternSrc, alt: "", class: "empty_state_pattern" }), index.h("div", { class: "empty_state" }, index.h("div", { class: "content" }, index.h("img", { src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), index.h("div", { class: "text" }, index.h("slot", { name: "label" }), index.h("slot", { name: "supporting_text" })))))), index.h("div", { class: `button` }, index.h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", null, "Mark all as read"))),
63
63
  ]))));
64
64
  }
@@ -11,7 +11,7 @@ const GbPaginationDotGroup = class {
11
11
  this.framed = false;
12
12
  }
13
13
  render() {
14
- return (index.h("div", { key: '74cfe1cda5314115a85751580d200bc36cfbf536', class: "dot_group_div" }, index.h("div", { key: 'c8098bea083d93cd283efd556a00655ef681fcde' })));
14
+ return (index.h("div", { key: '9cf41d671f68906b4e512d585a3dd9d72d72b0d0', class: "dot_group_div" }, index.h("div", { key: '8feb4287f5e34de323d534172b1ca97e5c3ab16b' })));
15
15
  }
16
16
  };
17
17
  GbPaginationDotGroup.style = gbPaginationDotGroupCss;
@@ -10,7 +10,7 @@ const GbPaginationDotIndicator = class {
10
10
  this.current = false;
11
11
  }
12
12
  render() {
13
- return (index.h("div", { key: 'e5452e0a57e64c4b98f5dccc689473dbfd7ed328', class: `dot_indicator_div
13
+ return (index.h("div", { key: '3a1628ae647a5063dc6b3056a16c7deae7fdeedb', class: `dot_indicator_div
14
14
  ${this.type} ${this.current ? 'current' : ''}
15
15
  ${this.size}` }));
16
16
  }
@@ -81,10 +81,10 @@ const GbPagination = class {
81
81
  this.pageItemSelected.emit({ pageSize: this.selectedPageSize, pageNumber: this.currentPage });
82
82
  }
83
83
  render() {
84
- return (index.h("div", { key: 'cafcb9886a502e08d800e353217135dc5e1ec2d3', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '94ffa5eeffe59b8762936e9f40fb17ad1562c953', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '72ac3fa76b643c323901482c0bc6ddf4f2cdc1d7' }, "Previous")), index.h("div", { key: '7ee4e696c08e3f060cf00bec084ef4aeb25d161f', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
85
- this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: '23894fb3fef358cf887b338ac013ce310573af4b', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: '07ab4c10a8bf2bfda64455ea8bbce6d735c3812a', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: 'cc15e198439588d9fc6347c36310455b70498752', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: '83f44800bb12404f07ef8426611420a3b9b8d986', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '2cc6cf9c966d8a3a347e3d3a9b6fef90bc931047', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: '85a1c0a9fc93d1af21ece6487fd6a242ea530c9e', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '8736949a43413f6a14ed7ccfa4d577f979fde0ee', shape: this.shape }, index.h("p", { key: '92b85ddb5341fce7229924ac2989c08ebc9e9d0f', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'a3e95c0b7d7b2564dca20fce21bd1eb8db725a47', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '36a5ba20a8583fb44592195f3724dbff1f3a555b', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: 'aa4deeb255250ddcdeb75d4b996f7c38defb70cc', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: '05bbae7848ed34c5f9d768bf13860e7b2a1253b2', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: '0650d90e0e345abc12da0e033332adba0e47c014', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: 'e994b3e8029a7a223da9fab391a84001b0bc5573', slot: "page_number" }, this.internalTotalPages))))), index.h("gb-button", { key: 'f47e2ea69d7187b5716d5199cf039095a5f56368', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'ea9b6cabde5fd88aba7f82f38c54042700076c07' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'e0ab74c77510a7020f1cc1689558095b5ab0da5a', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '60c74561788addd56f936ebcf8ba573000b60fd8' }, "Previous")), index.h("div", { key: '0af75b52b7b0fd17aed5b36d2d31be3544416c51', class: "pagination_numbers" }, this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.internalTotalPages <= 5 &&
86
- this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: '1d39474a92edaa98b1c5c26a3c97024147d1a89f', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: '444f8b4c77f0f9e9b0e68f51e48268cfe45a0d94', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: 'e58890a2ba1ef6a0ef448d37172c5af4f36c02b8', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: '2bdbed9e01278aca7e4f66edaf47af0b0c5950a6', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '55e7aa29762b6398d40768d575ba41c963cf6383', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: 'fb2d8e48024ec04a09e757945dac29cb4d76fad2', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'a3144d1bad4f8523634684a9f7b5de7709dd19ac', shape: this.shape }, index.h("p", { key: 'e46a8dda0e01a19ef7f422224530d2d90affb614', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '8c9a51b1cc9e122c6c40502939a4a15fd23041d3', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '9d78c7c19cd78113bbf0766b85fb0af011e26de2', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: 'eacb191be8ba75194c74615cd42ecaead72fa72a', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: '5929ddc72d02754bc306f221c8daa7183bb7be13', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: '93068472426e37bcad31320cadc1635a94fdecd3', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: 'd66e71d6e7d42e8590f8f7d8a660faf46f26e4e9', slot: "page_number" }, this.internalTotalPages))))), index.h("gb-button", { key: 'f5319ad824c2c5442420b4f743eae80477ea522d', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '9332997903d41ecc5f6afc9acd605dd505ffe752' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '73ce7f35f87c0c9dd85f098eed9361d03c5cd301', class: "pagination_entries" }, index.h("div", { key: '2fd408eb99e96c4cc1d1bc4587441989f25a5069', class: "entries_text" }, index.h("p", { key: 'e9ee65bd9abef6094d032947f7865edf3d46dadd', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '8ed78b3a4f85982cbfa95d98f0ee1a0b009d6934', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'a9e9562a24c1e4169192be01594f4cfecc8f79c6', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: '358ce92dfaa364a45b5fa4b391d9ccc6aa735b0c', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
87
- this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: 'dbcac3c3605a5985061731aa243d14b75431aac1', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: 'eb6d0353921b8ac983a9b6cf9132d595193ad584', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '1adad565d67fec6ef35b08f337c9d602dfc3c956', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: '797a6f085abd2ed0f1e7357382ba4772879ee496', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: 'bdeb4dd76982e6e1241b9a0321fb15df47afa807', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: 'a3f6fee6bea39c9015de51fdedfe34180b7c25f7', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '1bf9cdd716c63b81aeba37bc0b85e505bc5db2b8', shape: this.shape, state: "default" }, index.h("p", { key: '0a07d003b02ed76486a6664b9a7d328263a1b835', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'c210e79d5ceec14ebc8af11cb15a175df5dfdb26', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '52b8dd6b641b9252e0f0511cadb688cd86936350', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: 'd475b82b461b5617620d36a358e4ba2dd3051fb8', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: '9ee3d9e8ec447b8a284f25acd2e14ac8b0f62a1c', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: 'a8541a40fd4866c1f66c34879813cb41fa297bca', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: '3044006b9e679ee1b04bed8724e709f107b585dd', slot: "page_number" }, this.internalTotalPages))))), index.h("div", { key: 'd7a4d658f70a9ce9296e10e99309ffee450d4943', class: "pagination_btns" }, index.h("gb-button", { key: '87fe72470b382d8bad3ff62a6ac9a6d766a8a4cc', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.totalPages === 1 && this.currentPage === 1 ? 'disabled' : this.currentPage === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("gb-button", { key: 'c562b7cbbcb74d5c7d3495f58df074b17fffe343', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.currentPage === this.internalTotalPages ? 'disabled' : this.currentPage === 1 && this.totalPages === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'd6b8fb48d7fafcd331fb5e3be3e585128f45d4ed', class: "pagination_entries" }, index.h("div", { key: '23aa7645b63bcfe12b5ee8f4db11f925f81fc834', class: "entries_text" }, index.h("p", { key: '6bbc396ffc6d67017606f81a13387789db1ea369', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'b994cc5b3dcc52b13d788ffc3f8eec17a02c69f1', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '2cb459946dc44db842d6fc0bdb0bbd1e52f736bb', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: '56280d128ac6c43ec1c8f10850e71802a209c7c0', class: "page_number_text" }, index.h("p", { key: '8b84985d1074530cc424ca063842017a07b77c23', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("div", { key: 'db7c3fc7adb929dff50e7d000c515ee00941659f', class: "pagination_btns" }, index.h("gb-button", { key: '19dd10a95d824f16cc921dfb8650790bc0d42639', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '88cda8d1c53f6dd11ac315dc7fcfca34a8cab63a' }, "Previous")), index.h("gb-button", { key: '3bd6be9cd345ffb6b4c0e5eb39b3bf5256302e0d', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'c6c79d90fd8c4b34796cccc19775e2e896a21993' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '3e1c254a0aef6dd0c215369b99133c560c5096e8', class: "pagination_btns" }, index.h("gb-button", { key: 'ee8f4eab0f36f8bdcea244dcb08e5d8132cae1a0', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '822979d3289befcb0c5d708ab4e74cd3c2f471bb' }, "Previous")), index.h("gb-button", { key: '76e8efec7307661625712cb0296a4779ff1ae037', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'd82c01ca8c395b00b095c5eaf7ba756e7a8fd98c' }, "Next"))), index.h("div", { key: '5aee833d96fafadf42f4578acf1510a0ae1c32a1', class: "page_number_text" }, index.h("p", { key: 'fbfc782aa08240994fa9949546ef481a7991c18e', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("div", { key: '16ce01f830665daeab571eaa3b0304a0538d42cb', class: "pagination_entries" }, index.h("div", { key: 'fd535554a408cafc241d61b44cfc3e1c54e95adf', class: "entries_text" }, index.h("p", { key: 'f552ede023e0bd87293ee7d97aa95745e499aa90', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'fae1f7b912785850bee522b2abb7576496e7ba19', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'b0127ca58e0cff07ebbe9cefadfcb96871d69c54', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '524c551e1eb383ee103cd87cb9a42b95dd19aced', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '56edfe2f2410bce53c144cb7c92ef5fd97767054' }, "Previous")), index.h("div", { key: '533775bf39bd662e48cf4d2e0a80cff7363c0336', class: "page_number_text" }, index.h("p", { key: '83952d1c5651c17fbf6a13f8dbf90235b651cc1e', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '1f3ee09738b5f42f5afcb1320bdda4265b67dd8a', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'bcca1fa6551314827f9f5c3007b0528fe237b469' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '3268ef0675fa6b22917d58b4ab7041904cd997e1', class: "pagination_entries" }, index.h("div", { key: '225fc72d3809d1900d84543e1d19da3f0335df2e', class: "entries_text" }, index.h("p", { key: '7fde012afe87e9298c26cbe07646e0dbf277ff6f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '5e571afb46b01d58a6f9c024f2a93db0709218be', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '7fa23c7a03d488a1c3f715e83c4f69ef2f208956', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: '12e76f6d102e278cf9e0751ef406caad40e24555', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'cc2ba4fe0465c40cfcc88dcd1fa6d382092b2c76', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '65d72bb939729bcb36f8af5472222136eeebdcbb' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '3c38af31415ab4d8e2f4b3d3e1b451ddc4adec5a', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '27303f2f68c80d09baed47e32b02124addd9d275' }, "1")), index.h("gb-pagination-button-group-base", { key: '12b6f5417e5b9cc14469a03e1609665604b8c4ed', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'be2d75962e7c17fcf57851f7d01e58663c1513a0' }, "2")), index.h("gb-pagination-button-group-base", { key: 'ded25b783586f657db8c9bb0eb11b385dcec6cc8', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '31d546e13805b6bf19b3e94be1c0402816826648' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'd2d307d1d091b3361a0adfe2312b221169333a67', icon: "false" }, index.h("p", { key: 'ae510f9665d43811f89d27e514a60d903a5f1db9' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'fc300d8d46620e20e1a34a79cddda2890f73d697', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '0e0d2f097a7a5776753cfdd7c4dccd284a706489' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '876a2a1f5a32f04ff6019f3178c212ae5692e0ac', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '7d6be3d3cccb9fa21105d9b25032c0a4050036f5' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: 'f7e3d12c22606e667e49d4bf83d11a950abb9187', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'a88327cf99f798fb2d3ba1da74a7f069cbbb48fc' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '56ec6acae2bc8617e2cc43664e251d3cb36da15b', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '42dcaa27c41e372d1f9ee084560f5f22423556bc' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '88cbbe40b4c0864b310a9c7cde7d76f08789c0dc', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '0b50aecb6d8db4879660b9a939e9f988ba20bcc2', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '91346e148d1c16c3ae0ad8d0524027744b39a242' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '98ab6b5d6e8b8be2a28e7808393c041caebeb534', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '74260f116d85957200c04f7b95c79b28c1663071' }, "1")), index.h("gb-pagination-button-group-base", { key: 'ce55f05187e3a4167467983738f2f55519e7f99e', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '80189884d93bef932e9b09b744ba8358a77a3f95' }, "2")), index.h("gb-pagination-button-group-base", { key: 'f70d1d83622cf11a228be7cac198aef6c527ba30', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '152e3d64bd26f3a8693d5217b32d19a2d9d1e4ac' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '84df4b99fec4ec41df38272cc32cc7ab09b12411', icon: "false" }, index.h("p", { key: '4898d6e74d10b28deb435a1ade36726bc5e25814' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '2c37ba35d331c5a0a6c8c5a3aab71c4fa24f86ae', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '93ad1000e02985d91f51ddc7603b42faff12b549' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '8fb605f7ba6adec9f9f0dd17ba592eb6dfd64af7', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: 'b61491cd7e8cb33c61b50d86a27e01de381f03d6' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '954a27c63346085a23913a2d9a10d17c074f0837', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'e940fdccd3bdf9a050110c53951fb28fc262d403' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '051daa9c6dd29b5334dce33d50d49ed4a4327df9', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'e694314fc66a85c0dff01d028abdde90e307cabf' }, "Next"))), index.h("div", { key: '9ec37d8265f0a17017d85c626e56de383b87f0b5', class: "pagination_entries" }, index.h("div", { key: 'c10c1728781967b0991ec40c5e39ecbde0eeed5a', class: "entries_text" }, index.h("p", { key: '834f410872c2f3d119d9e19764ada76773821b60', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '85100431a5efcc34cd7ec038c7bbb6a0e22cc4ef', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '03240f38e2ae4ddc0351074b427dd10d9ed8648d', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '3ef1f8c391336c08ed04da7d0af16c3d9656664c', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '3a86531dcea28ef2365a3602ed41d8ed85f5ebda', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '8de2a10f3dede5b8d43aa7d49f48ccdb1c7dcaad' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: 'e8a1140a17b584163cc26c18cab0b71b11a186db', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '2b0edadeef0fe98916d677c0d200cc726736594d' }, "1")), index.h("gb-pagination-button-group-base", { key: 'a8130c346fb8905debc4e51e6bec25385d83507c', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '3568a309d8a0f8e86a8e0d12a33f4d8cee5400d9' }, "2")), index.h("gb-pagination-button-group-base", { key: '55f2a1a3e899080f23a6e0c6ac60febf3d9b4090', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '96ee3bd1be310286a4351fe082ddec59f5120981' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '98f5b8f405a934be962225658c87576d1ee8133e', icon: "false" }, index.h("p", { key: 'e94d8d894296207aa706a8a1e04c7d3cefa322dd' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'ed4b919a81b55ca3a8120c712f6cc64ca03f5863', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: 'b39cec04a9f155efc03a045c89c7feda4c26cb91' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '0adeff081412c741ef116c3a294f957f489926cb', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '3da06fcf6b4751e9583527536c7c48f6858f0541' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '0740d2e4e9beb06b8075efd36a329160380791a8', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '3889ee7db614413d8f2978d69b1583b47202d18f' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '3eace013e4ffeb6291bedd9a1ab72ba05f23240f', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '567b58a1faa1610fd513df614838df0aa9aa14ee' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '4a5c6b805519af24286e7ccc64dbae058bea7f0d', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '075da81995b9b14b01877308c94c15980a634a8d', class: "page_number_text" }, index.h("p", { key: 'f53914efc0286e25ca29f3da5b7fac4d79ad7059', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '673c75849bdbacb91a6b19caaacb830fce86eb9e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '50b9e2d8dfd19a47077cbd7ebf989c703c295083', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'e1e6462ac7b0e3ba002bc03158e2e5cefa675464', class: "page_number_text" }, index.h("p", { key: '1f7ba2d37b72f5a85b0d7f4dc420a4bf9b2250a3', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '441043ccfcf9ca6acbeaeff3b610549ba7d01eea', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'a5c7e6b6fcaee9856d3d858eb02953243c7afc10', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '26f5d885290fa679dd6c6b0915cfe75aa8fc4284', class: "page_number_text" }, index.h("p", { key: '6e1ec65fdb9c513ba15a2b97dcfc60038aae7211', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'f44f609c8c2190801e60ad7298d4ebf224b78a28', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '92a4490b0aa91f4005d763e2d689d32ff7ad2b5e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '10a04c1412b31f7f10757f7e6f3651a7d198bdbe', class: "page_number_text" }, index.h("p", { key: 'a6ab65fa0a2cccc85569de7b7e7f86e5af68c3f2', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '41f230662520d1a9b7e911876b8d522feb8b7c87', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '88077dc297bc492cd7433aec5575fbdf703e34f8', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'd32c007db2f110a5e547f42a7d9c9656e2cd6fcf', class: "page_number_text" }, index.h("p", { key: '202e3ebd4b76a0da39d505dc4753d872bd433dcf', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '53290dc86bbb1055394bdf8aedab63fbd40583b3', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '2c7f28038b2ecfd56fc24f9576445885f5dcc755', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '54d4996419490a628424d500c1b893a23a7a5657', class: "page_number_text" }, index.h("p", { key: 'ee10bbbae9450826b6b3311018d2593eb941ea16', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'dae8b061a3277dc3bbc7141f29a6d697894c053c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: 'dc34e9df4a8c65781061648b6f0c4e61cb607b61', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'ef4b70ae5d6544b37252c464e110e831679fe796', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '0ff1d08a92b927f91b41dd9dbd005d3a11ac5e33', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '7cdd0b1a6f61563e3780a5ff838df039e681211d' }, "1")), index.h("gb-pagination-button-group-base", { key: 'a1c485ec68a009b1a35b51089a1054b006f0ad1a', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'bcd8b6d19e52e5cbc4876eb20067a533c53deb2f' }, "2")), index.h("gb-pagination-button-group-base", { key: '306db2e69f5eec0562ded548aa9c70263772735b', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '1dbff2590d3e6037fb22f44d9469fdc344f3c6c7' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'f83dbfeb1c8c55406c38f742b445c8bea21a72c5', icon: "false" }, index.h("p", { key: '40c49041ab94841780f1304db6452a17f742bdad' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '526037c304f21da5012d11592b148c6365586094', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '2efc23eb805eae3622d7f720148430fff9f920b7' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '323bc92a4d573e02f729f25807c6c9e941237ad9', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '0a75f4b47e227872c9c6145cadd1665d80fac91b' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '00446ab9af26593095d51ba87f81b5757a963b29', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '68178d891c63ec20be89e492cd36cb4e83d08043' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '5e45cbaa8d4c3ae1b93172facadaf781c3e24c5d', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: '9473312255d644195c44b4ccd8ba99f951de21ad', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '19dd7371a8c00a5692243016b25803a7068b0f5e', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '6be8aa8e92365abdde75eddc3d19b6bad866153e', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '9b96de3864b6c372c340b1eb922e22a896e5d2ea' }, "1")), index.h("gb-pagination-button-group-base", { key: 'a4b58a383d11d4cb87feb9a6d1c41ca03b3c3198', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'c75a8804735fdfc266144162820ed06fdfafb7eb' }, "2")), index.h("gb-pagination-button-group-base", { key: 'fc9ccce9c1441f2065a89e321c79fb3bc734ad9d', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: 'a100139eaa6114e58b0f604b7da4390f7aa8d13a' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'bdae4967d3e3221ad4ac4c070f2ea16fea642f87', icon: "false" }, index.h("p", { key: '19cf8d6c7cb9dc11293228d1252b277700c0d0a6' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '73d31e25c5b22c23fcca7a4f0830664a81457c83', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: 'a49c7bfbabcf4049a81250542fbb1a3d9fe56d62' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '012c6bc7ed224305bca11bd11f20e1708545baea', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: 'a39402607eddb6639624ea8735e6cd01e5f197c3' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: 'c81065a0fe6e608bcb42bac7481fb2ccc144ccb4', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '53ab64fe02a4506864bfbdefdb61ab765d8ef20e' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '4121d65b98dd4b3c04eb6357a693f1b6832aeeef', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: '481e60dd216a94d3c162330f728b763576d014d9', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '423f0eac5bc52d3f6c6bc36bad3f4e2779aa2ac6', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '522ae1486660f4de7a7619010a8dc22b4b61eded', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '3d5658d0d2f38e8595d6ff9ae82f638add8f7b2a' }, "1")), index.h("gb-pagination-button-group-base", { key: 'f5573651fbf02d0f8526b075fd629e9897eeeb67', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '376237d1837bc83673cfcdbdfc049eade5468998' }, "2")), index.h("gb-pagination-button-group-base", { key: 'b5f6e897a7979b6a165eac96a263f78ea29f2720', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '31f5886d68c868f01a645461ab089cc5840eaf32' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '57e57bddb9822001de3090e6cc2705eaaa3874f6', icon: "false" }, index.h("p", { key: '53284853ed7ca46e27c8d31ccecd5f38e6324908' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'e9ff5170e5ff8825ab92685f5e8a322fac0758a4', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '98eed7b49dfa847485a2559bb37f6d892642c025' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: 'fade7c1965c964904ad989e5a384bbe3a374b091', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: 'ad3bbf6fe45efe011c42b7866b173e38c5c64631' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '9163ba9185169164ac4e9bc946a10462677f634c', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'cd13542f66477f9f7e3b7718b2c9061697dc2c97' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '6b14ef3d2d634d989dcf5cbc8d862f798184f6e4', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
84
+ return (index.h("div", { key: '9df2a9922834c5cf0d891ab9186b29668e70a109', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '05664355e9d8d18d377f2a7221b2521991e23214', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '943b6874f83a0ae9c6de51f307a1397991ffa3e4' }, "Previous")), index.h("div", { key: '4b10b1ff1c283d87a08b498977e962426191673c', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
85
+ this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: '3224cd5a8d009719d042dd24c148fbf5f559e957', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: 'cc5c8a3882bd850810bcab7c3efb6e7790b63ddc', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '21b67df06d9b730fde54d68140cfcc7bfc9d861a', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: 'e08c77430b3071f86ccd4b1676394b49f673708a', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '85194f3ffbfbdc370c2f6cca0c213f0165b68dd1', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: '064e38b012aa75a14e63fd37272ebc4e043f898d', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '9c513c1b1c91d8e94a950f5621c6bb18ef5471ea', shape: this.shape }, index.h("p", { key: 'af998053c652d067cd443b373da875e82e193499', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '38552895149716c8949ca2e69a4ef3cb77a99b79', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '3be1784f54fbe0eed8c3521779d437b0d31e6ae3', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: '1d07bb865085f359b22b82d3e6632991c5071f1a', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: 'fd679c97273eceb98aca5b220f25949785b37975', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: '500b613f98e89f3d71d2f700cd9aa936b2fc9ca9', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: '9ccec84255f82025863db47bb60218f9d29cd5e8', slot: "page_number" }, this.internalTotalPages))))), index.h("gb-button", { key: '797aa0170e9ac0239e49128c8bea88920b313385', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '648dc65a18c32121f17c9e4832875f78d724042f' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'cc7835c97cf4fb145d41b9281ff1c6f050fee708', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '11e9f2b2b6687dfc174e6790a62d9175d1777843' }, "Previous")), index.h("div", { key: '66ad1a119f2fce58779c173d5a5a7f33ea36cabf', class: "pagination_numbers" }, this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.internalTotalPages <= 5 &&
86
+ this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: '8c18c6be9c44c88441f6d781129dbdc8d911993c', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: 'af2864e9250c6b9bcc3dc3c1d0b2341976a3509b', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '1987c583018b0aa6d1562e13ba9b86a6c44de3d5', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: '3e3c23054a5b48d1975dc3e634cdfe648a00946f', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '7ad5f443499e5664db7e67e1d015fe3a2de3cbdc', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: 'a7d8651c560cf7c07619dfa5aebaeefe9860668c', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '8296d6f33b753a05cf1afcc0778655633118f405', shape: this.shape }, index.h("p", { key: 'edd8cb438415a8cb2ebf8c184a7c835c4f0ef080', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '56dd83924dfd09e53eb08a5458eb5304532858f4', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '7b17f33527119d8e403f4423a0f7c7174cc8b4fd', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: 'dbd2d3a5916b7f06a4e9e1fbc15b12b0954fb741', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: 'eb966e3c73c29082a964895f71b77d2882b5949a', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: 'f96428327ae9868d6326779e9c4ee353b163ef30', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: 'f6a415b9f51493a811ba1fc11acc478f864cd222', slot: "page_number" }, this.internalTotalPages))))), index.h("gb-button", { key: '374706e650da9bfd787607d1ebbcfa32e6862133', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '38dc270372eb1065915e0cc9369a26417fbcabf2' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '14affefdfc11123ffc7b5eac2aa36648df780108', class: "pagination_entries" }, index.h("div", { key: 'f594b81885a92cd6e1be134bf3faf2c82ae71d2a', class: "entries_text" }, index.h("p", { key: 'eeb065524671e3d39af599b5bac1169365176ff5', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'b2b3defaa7ebb7307a94b6ad9898083b9cce698f', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '4ecd75ed39619b86729646ca1d70d5b5c69e8483', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: '54c8b5536c1495729492423e65dc3f8dea2af3b5', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
87
+ this.pages.map(page => (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, index.h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-number-base", { key: '92b6a09f0afa4be39d64e509d18f0613009e80d5', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, index.h("p", { key: '32c13a386110a9dd6cb376274044c82bf2c708f6', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '22d190522933643b3c6d20353fd59ff6f066be93', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, index.h("p", { key: 'c4a3fb1d410c81b95747e98a1afd5e65339c8433', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: 'd43642a3dcd06f2c84ab777695d68d237b3b54b7', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, index.h("p", { key: 'f5a65e962606192a8f9115a5227292bbece76582', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'f627022c7372f645981289a547e4946121cf6279', shape: this.shape, state: "default" }, index.h("p", { key: '936b27a3c34562eee5a2ced0bdc53716dc3dd388', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '83861e8f75962b1d826580f59ab8cc57d1012ee6', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, index.h("p", { key: '457ff765df6d45d44f780c48b29ce957682c83d3', slot: "page_number" }, this.internalTotalPages - 2)), index.h("gb-pagination-number-base", { key: '1263ee7b69f4349367d42c9baaf67bea221f1dcb', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, index.h("p", { key: 'c699c3f3a389214eb2a54d5a15b34ac93f983b04', slot: "page_number" }, this.internalTotalPages - 1)), index.h("gb-pagination-number-base", { key: 'bf64ea3f1590074b9a77c24df94b1b6c9f83f28b', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, index.h("p", { key: 'b71428476c919d0f7bc4d9b58ed30db56acf7227', slot: "page_number" }, this.internalTotalPages))))), index.h("div", { key: 'a11778740190de93ed9580b697bac99bf96d06fb', class: "pagination_btns" }, index.h("gb-button", { key: 'b80923254d4401cdea3f3da9349ae63f94d0c04e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.totalPages === 1 && this.currentPage === 1 ? 'disabled' : this.currentPage === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("gb-button", { key: '71ca253a2a06dd1c922652a55ca56c1348b87bfd', size: "sm", hierarchy: "secondary_gray", icon: "only", state: this.currentPage === this.internalTotalPages ? 'disabled' : this.currentPage === 1 && this.totalPages === 1 ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'f827962d0f0ee950cd9d3b26cb26031d8be2738f', class: "pagination_entries" }, index.h("div", { key: '12c6123ef88a9064dde1a3abe91d25a92196d537', class: "entries_text" }, index.h("p", { key: '8c3377bf570798e6a48dd06b063953fb561623d1', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'b34221b7b893f3a931a81b8fd748801b5cc55e2d', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'e4e0c018567d89291565cfa96f1b636b0dc1d43c', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: '94f9a3dbc75c79d4e104a08c19a37eba023b24ad', class: "page_number_text" }, index.h("p", { key: 'e77b16981ab0f21d7c0ca0c2e2365ae7e53e6276', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("div", { key: '56be5ff0bec908313695dc475997fe21050984c4', class: "pagination_btns" }, index.h("gb-button", { key: 'f9f5e5f0f0855fd2a0236c004caea1579b117cb5', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '4c22b76a38a7d9c428d8bfa2d3cfcd4c9cceb1cb' }, "Previous")), index.h("gb-button", { key: 'a207979838d62f805db5ecc972e902bd5aa47d39', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '705ee97bd08a553f9b4e1343ee9c86f6248cb50d' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'bf182a54392e9fda3178f5c763af96e12f157a12', class: "pagination_btns" }, index.h("gb-button", { key: 'd2b3e25dca93c36f37ccf44e8a7d70a641c7854b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: 'e6e5cf79e98805e4160e23f35276da27ab60e3bd' }, "Previous")), index.h("gb-button", { key: '040bd429ab4b8c5bc680ed24993cff1c0fcd4f36', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '94f8ea52b1dec46fecc45c5c30360510232a6906' }, "Next"))), index.h("div", { key: '75f270661593df4e18e2df66c8667ce7c6ab1d15', class: "page_number_text" }, index.h("p", { key: 'ba5e67a7aa2b902e556d033fd5d802cd76cae865', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("div", { key: 'e9dbbbf641f8987b3b119107f732122efcf30da3', class: "pagination_entries" }, index.h("div", { key: '129145f7fb4f0a826e6b6ad422ce092820dcb774', class: "entries_text" }, index.h("p", { key: 'c5c010e5dd8307dec1f61c0b778a40a3296f9297', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '32069695a3456064ba9792485afa4c12c35c7ce2', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'a4520567f83edc5534347be9159dcc26bcb04706', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '2679fcc2dd0366b060af332fc0716c919cd045f7', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: 'eebb478993ee76a75fcc72ede80a3fb5d2b11a2e' }, "Previous")), index.h("div", { key: '3807b9c7e7ee2bf1cf37bc8a4a3c66a2530f7af0', class: "page_number_text" }, index.h("p", { key: 'e051d55bcc00c3739d458c44066b2c04ed7701c2', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '8c4d1229caa8ac28a0c0aa148ccdbd43175e8ff3', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '69802f1c9a387a4c0b5eb0a7157933e0a0b5f390' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'b2d00ca3bbb06225f6e37c92ea181b09fdc83b94', class: "pagination_entries" }, index.h("div", { key: 'bad80b4a898c9f2579f547742a84c57af34b38eb', class: "entries_text" }, index.h("p", { key: '96419acfed1bc548bbd6f1a0819d797cfc17c92e', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'ae2b84e9f628f6aaf60ab3f2ab9d392d9dc17504', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '78162ae68f3924a390c915f085d5d64315870a3b', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), index.h("div", { key: 'be5d6f8e9c1d60667c781bc486f0451944663d17', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '293da16d4470c867bcd166ffb0fee1865d9bb440', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '9d947affd5abaac5071a86d00dccf549a798c749' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '5f311668ea0beb7c7c3583751ad0375393f03d15', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '6ed55f6556023ffb23ffecddac5831aa54399e17' }, "1")), index.h("gb-pagination-button-group-base", { key: '3a7db2555231328d3f80a8a5bb88b15e1c0f8498', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '4b231b24be73ab06842f5c41a2be9436397c1ec8' }, "2")), index.h("gb-pagination-button-group-base", { key: '4a01bb900b9279b61c194db81e52aea3fbac9316', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '63c4b8148d158f3239b5da198e5bc0d36770cb26' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '69a902d26385d8b95b5a8ae838c3c8fa45a6fd29', icon: "false" }, index.h("p", { key: 'e6d2c0a12606014883ca894feebeb0f637d17599' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '30af8ea0c433eb6485dfbc4bdea9a14fb36e4887', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: 'f06813a458048ae543a9f56f24400c84f3e50df6' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: 'b3a15d964a1152cb16b59f22a99a68ed90af8ed6', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '6727e6047769cc7093ab21e4e7f0ba4ee936a9e3' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: 'ae6cc9aeb5a8478ae80b937f3388ade75d8cf475', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'e82b6703732ffd1f49df8652e24458bbc6607c0a' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '5f8409e1ae8a55757e6294ec6009de2c2dc0abfe', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '0b43b582f5c3076215317474b44484695bd55160' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '451e628eca3630a91c98f9a7173d368fa094c56c', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '3f9f8a82281cdc961db988649b4522b2bd817a70', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: 'a83741686e1081aa1eb3726582e1b83d977b5d1a' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '9cf02a21aa5f134304ef650037d3073012633222', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: 'e15cb89eb1aed60fdd0d7f0262ceb140e4aacdb0' }, "1")), index.h("gb-pagination-button-group-base", { key: 'a7c7dac2ba4ccc73245aa5c7d8b5bc3cdd9da022', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '8431532824778cbda98229866d9000b627086a9a' }, "2")), index.h("gb-pagination-button-group-base", { key: '2e024daf55833b96810ad4429ba2996fc80f0d37', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '12847d2fc5366eab0e0cd16e2a411b808194fa95' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '9d8c2ba8d9d64f60f1051861d09403de7f540945', icon: "false" }, index.h("p", { key: '4e9299627f9cc92867f1069e3777fd8b2ef3968d' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '485811f185dc0fc88e1cf324d880eb61f9a40154', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '0941ed9dddf1a797929355d264066bae6adfe88d' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: 'f15da39247ce0b4d997ab4e24f5ac89d6435f9a7', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '4a97e23565d75125badd34b3004b228834dd9e2b' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '6d78fbf768a9debfd5c452bdff0a947825bcc60e', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'e65ad93ab685848a0d6cab1d3a4ee4994314f904' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '24335d03aa08e2c454d620e307d9e4b0a80f2bce', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'e09ecb34fbe6804e5c50f2dca292c3e9448a791b' }, "Next"))), index.h("div", { key: '3e4f9b37a7b1fbda7ee02d12f1b2e7d9b02271a7', class: "pagination_entries" }, index.h("div", { key: '951e9204f84dfc628076a059f457517882b0fb29', class: "entries_text" }, index.h("p", { key: 'c9269786da4ecb258c2ae0c17d5bba0265d58d4f', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '9a6440dc0958a33a070e395178a0d50a4528a41d', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '025625192aad5b2ff27c28fe756117e3a204bc97', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'bb80055317f3bc66e2638dc8fbcb077064883f89', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'fb5c3c687b8ee11dcd90fbe4d166223dbcd5e7fa', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '79ec35aeb9f49dc230c6c3cbbd901b5fc9be4336' }, "Previous")), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '251f491f4f47793ff09dccca85653db45def7cb6', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: 'a9ec308ef1a5de49b10f547c881790af320dd468' }, "1")), index.h("gb-pagination-button-group-base", { key: 'e261afc6d3595959f6ba632b2d2a42e6132426c6', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'd709eb08badd07c4f7183b6b6a933210c7d4a53a' }, "2")), index.h("gb-pagination-button-group-base", { key: 'a63f394b1d21341cdfef54afa74a9aef00ca666a', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: 'ed6c5ef2e5d4755f971a80986baf8074bbc64cb5' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '7897d15501ed4ed63d3adb21b92943511b34e910', icon: "false" }, index.h("p", { key: '3c89285b5829fe5d4ec8a426488951631ba521b9' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'be3f4574c5f5f437e8d60f3703f77b748362db59', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '9a7f72390c6c3e6651a0134ee858c09ef5ff8c3f' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '2593b249dc7a7f00249c83d0d794322de24d837e', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '2f8add2fe65843f98310369daeca5418c18cb90a' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: 'f12b049184c5c5a76ca5401533cc2382f94560cc', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: 'adba1378aa885bcde0637b3557bedfe2e2c97161' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '5c66354e54c0c316df87fa9d83364d50b527f5e9', icon: "trailing", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'd3c13ba5c70911ebd7d9e73c9e5df7f0d6317cc5' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'e1671a1883ce5c56aec1bacc734b0265095b0ea9', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '9f723d59b724582a5afb8915b88afb5952d43e4b', class: "page_number_text" }, index.h("p", { key: '5468228dbbc3ff9dc26b2a804deed08eb0170946', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'd9cc109304047a636a7eb3db6fa5787627c898cb', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '212b5f80f8b305aad641e0003ccae60bb56e9b1a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '05007a56cea02f1e8e9dbaa1e9cafa5190c75084', class: "page_number_text" }, index.h("p", { key: '7dda3d0be778a22160c594d1c7260248338cea5a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '64ef08f3ee5d9ec6e210d748a7eb4f51acbc3b5f', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '540cff5e7f62ae9477421c80a08c52042c2b5a16', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '2f5c9d763f07456e7456a961e0348a990256d958', class: "page_number_text" }, index.h("p", { key: '3fc5e9a9671669f64a8b4c9aa3007bf90f2f1a5d', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'd68149997c8160a5653660bb6600f11bb123ea0b', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'e86245f813c89506e8ddf9198ffcae3643292b00', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'a39baf780cddfb82836aed1675ab397dd721ea04', class: "page_number_text" }, index.h("p", { key: '953630b1a78f491cb0f2fa973690e67c2c267c9b', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: '1945955c1d31f1d58fe4b2eee08af254b84aa8e0', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '7325330a9cff239c6855ba551a36edd84a736b56', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '636fa07752cd70581e26ed15df69d790f3b974b4', class: "page_number_text" }, index.h("p", { key: 'e42a44aaa2ce91fc4bb6a85ab831bdb1bb933cd6', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'fe95232473fcb38029b1019adfd4e7e31673e4b0', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '468719ce59c6f8c578ba740e973066f1fffa9e5e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '68666bf42d5f72eb205d783c515c79ecfe6bf613', class: "page_number_text" }, index.h("p", { key: 'e452d8c560bf31604f7caa145ac9464e297ada6d', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), index.h("gb-button", { key: 'c3b7fa6336cf6193808b0479ef02596315669c36', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: '2759125be7a95e719b93045b055192863d90c5b0', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'c3bfa9d4b2805dacfc33693f74c8e8ce17c2c051', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '06d837abe925fe34d8f50d46bbf01204141c5a19', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '70fd8bdb599a0f640e2222043456cc0f41678b7e' }, "1")), index.h("gb-pagination-button-group-base", { key: '065265d151427c5a90be7fec5198793414989df2', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'de741def2540e9d78e6952facc65bba5cfee4605' }, "2")), index.h("gb-pagination-button-group-base", { key: '4b206016b9acaf6df8b9fa936f3081e3bf4757a2', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '3e5a445de6ac31df3ac678502567c54419d8f48a' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '472fad6784b27f2f4763677fdd4b8601d75be9f8', icon: "false" }, index.h("p", { key: '86e75e262c357714c8ca305577ef01f3f6dee49a' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'c15c0af3efb9dbec4f7a0774e74a3133667d5cfc', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: 'd6a01204316aaa980e2e4957b325373f5e38e700' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '2485bdc9953e1ebbf223f7b2e5a469482556c7ee', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '1eea82d1af9cf9a08f762e70ff590c1a0f512841' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: 'ea7c114351d90aea5838cef94260dd981b26daa2', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '0d37d733fd5b712ca72c93887717277585941aa6' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: 'd1afcad9df4868264d0957c6e5e277c3425c30b6', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: 'e999a8092f49d65c7506bb9a41ca46713b148adf', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '76f00f88b96cde76c8ccee0da9b75c24b0ce85dc', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: 'e9b530a8d3aa1f1cc936bb9c8443a7ac70f5e184', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: 'c1223a8d5e8a4f4ca7102370dd3df54aac3dad9c' }, "1")), index.h("gb-pagination-button-group-base", { key: '2b63d19ff5dd4643b05881e99067b5ca8c8f69d2', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'bf0a977fbc900ce4d100690eba0f1e5d955398a2' }, "2")), index.h("gb-pagination-button-group-base", { key: '7670674cd21d22160410afe18954cd473c6f800d', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '51b9250fe1dfae1609be9611f8746bdf0adba7a0' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '00f13bf9b171df5a0de6d525b35be34873e6ba67', icon: "false" }, index.h("p", { key: '8512fa92b17c387ce68f574b966224ef8880b58a' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '561750f482d11c284e1728d1a81a0b2c2c789254', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '78b7fa22d08ad08ac02c53ec1f0c9293f016ff35' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: '2eddaddafff11d13bba84457a212daea2cc57314', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '549dda7cf7ce1d7cdebd09f8762347ee28855d9a' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '0227ad8aedcfaedcad60f6fa482a8ae24282d16e', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '0cd2ed1555e11ceec5b578b59eb044bb41140e1c' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: '21a10d84377db2ef1d90e754be28688fcb24c46f', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: 'ccf99e059be6075f4e71372e65ea89f0f890a3ac', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'd50d1ac77493f5bc11e6b04dd3bff2997c144420', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (index.h(index.Fragment, null, this.pages.map(page => (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, index.h("p", null, page)))))), this.internalTotalPages >= 6 && (index.h(index.Fragment, null, index.h("gb-pagination-button-group-base", { key: '0ab3378b5e9ce14e0b7dfc9bd6752462353c1273', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '6f86ef8b34e78393cd7a194c71122cb13aa40c49' }, "1")), index.h("gb-pagination-button-group-base", { key: '6fad93952be018f76b25666002aa9599f3a10f33', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: '9ac648b01e774ee0a16fff5cd119f8732b9820c0' }, "2")), index.h("gb-pagination-button-group-base", { key: '3c2c6c6649d1ae1b8e5861dabc692652906a47a9', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: 'bf735308b0d3384251cedf8df3e0926f81e18b2a' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: 'd2c6f31936b37ecb7ef00d88f1556411b208906a', icon: "false" }, index.h("p", { key: '2d3a3f54dc2ab7856413e45725e3590b16078236' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (index.h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, index.h("p", null, this.currentPage))) : null, index.h("gb-pagination-button-group-base", { key: '1cee82bd80a63bea8cccb878f8e252df88a3ed23', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, index.h("p", { key: '474ef7986599f849e254eb0166cf8ee89e1c4002' }, this.internalTotalPages - 2)), index.h("gb-pagination-button-group-base", { key: 'aa9e52a9f0d6cc3ebc75a0fa6483e50cbd50caa5', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, index.h("p", { key: '7925eb3064cfa6a2391e50eb5adf94ac2e0f09fb' }, this.internalTotalPages - 1)), index.h("gb-pagination-button-group-base", { key: '70301715c4b89b1440db39c2a964571bf52f7b10', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, index.h("p", { key: '432c457701e964cf3cdf810a0d550495913186e9' }, this.internalTotalPages)))), index.h("gb-pagination-button-group-base", { key: 'a0f9d94d4f1815f1083ba5e437f1e158bd06c90a', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
88
88
  }
89
89
  static get watchers() { return {
90
90
  "totalPages": ["onTotalPagesChange"]
@@ -34,7 +34,7 @@ const GbProgressCircle = class {
34
34
  }
35
35
  }
36
36
  render() {
37
- return (index.h("div", { key: 'c08516b3035aeb7b2817cb230d50f9ea4faf8100', class: "gauge" }, index.h("div", { key: '14a1545b900573c72b3a7825f62994a73cf65bfe', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: 'dd79b50077939b7808055cd5d7121c442e0feb8b', class: "mask" }), this.label && (index.h("div", { key: '6a2e840d743021e976601bc82c68320a76513db8', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: '27dffb71dd5a7aea38351badc20f6a74066a872d', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
37
+ return (index.h("div", { key: 'fdf65e7d5c25e397e43803fb73cf8677cd3b13c5', class: "gauge" }, index.h("div", { key: 'de51390b9d80e51ce7a344457442ae33d79cb01a', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: '520ee14acf92d5c2bdb88e0e1c3ab55dd86d5c91', class: "mask" }), this.label && (index.h("div", { key: '203a7f770820b05a82d14127e25efce8d51ae877', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: '20452c96ab3681b4c5c5781e51f0d6b3860cbce2', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
38
38
  }
39
39
  get el() { return index.getElement(this); }
40
40
  static get watchers() { return {
@@ -11,7 +11,7 @@ const GbQuickActionCard = class {
11
11
  this.label = '';
12
12
  }
13
13
  render() {
14
- return (index.h("div", { key: 'e0285d1b99d2aa7fe1fd1df9c7dcd23d1bd57326', class: "quick_action_div" }, index.h("gb-card-icon", { key: 'f682cd10e6697124e9cdc34cb3054fc299cac577', color: this.color, icon: this.icon }), index.h("p", { key: 'd6acbe2a540bd4f01250053355aef3bf3a80e674', class: "label text-xs-medium" }, this.label)));
14
+ return (index.h("div", { key: 'a44ad368928b060963e41f175f65ebbe011aa006', class: "quick_action_div" }, index.h("gb-card-icon", { key: '8f7ce39ba8e2b1d170279590ee1c63c86eceeca7', color: this.color, icon: this.icon }), index.h("p", { key: '751c8154e5dc5a692bada30e17cc27d1b55e989e', class: "label text-xs-medium" }, this.label)));
15
15
  }
16
16
  };
17
17
  GbQuickActionCard.style = gbQuickActionCardCss;