globuswebcomponents 2.16.7 → 2.17.0

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 (225) hide show
  1. package/dist/cjs/gb-accordion-card_80.cjs.entry.js +56 -34
  2. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js +1 -1
  7. package/dist/cjs/globuscomponents.cjs.js +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
  10. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  11. package/dist/cjs/test-wrapper.cjs.entry.js +16 -0
  12. package/dist/cjs/test-wrapper.entry.cjs.js.map +1 -0
  13. package/dist/collection/collection-manifest.json +1 -0
  14. package/dist/collection/components/gb-button/readme.md +102 -101
  15. package/dist/collection/components/gb-table/gb-table.js +92 -20
  16. package/dist/collection/components/gb-table/gb-table.js.map +1 -1
  17. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -4
  18. package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
  19. package/dist/collection/components/gb-table-test/gb-table-test.js +12 -0
  20. package/dist/collection/components/gb-table-test/gb-table-test.js.map +1 -0
  21. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  22. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  23. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  24. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  25. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  26. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  27. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  28. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  29. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  30. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  31. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  32. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  33. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  34. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  35. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  36. package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js +1 -1
  37. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  38. package/dist/collection/models/reusableModels.js.map +1 -1
  39. package/dist/components/gb-accordion-card.js +2 -2
  40. package/dist/components/gb-action-panel.js +2 -2
  41. package/dist/components/gb-approval-modal.js +8 -8
  42. package/dist/components/gb-avatar-add-button.js +1 -1
  43. package/dist/components/gb-avatar-dropdown.js +1 -1
  44. package/dist/components/gb-avatar-group.js +2 -2
  45. package/dist/components/gb-btn.js +1 -1
  46. package/dist/components/gb-button.js +1 -1
  47. package/dist/components/gb-checkbox-group-item.js +1 -1
  48. package/dist/components/gb-checkbox-group.js +3 -3
  49. package/dist/components/gb-collapse-button.js +1 -1
  50. package/dist/components/gb-comment.js +2 -2
  51. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  52. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  53. package/dist/components/gb-date-picker.js +1 -1
  54. package/dist/components/gb-detail-cell.js +2 -2
  55. package/dist/components/gb-empty-state.js +1 -1
  56. package/dist/components/gb-file-upload-item-base.js +1 -1
  57. package/dist/components/gb-file-upload.js +4 -4
  58. package/dist/components/gb-filter-button.js +1 -1
  59. package/dist/components/gb-filter-modal.js +1 -1
  60. package/dist/components/gb-header.js +13 -13
  61. package/dist/components/gb-help-tooltip.js +1 -1
  62. package/dist/components/gb-icon-button-base.js +1 -1
  63. package/dist/components/gb-input-dropdown-test.js +9 -9
  64. package/dist/components/gb-input-dropdown.js +1 -1
  65. package/dist/components/gb-input-field.js +1 -1
  66. package/dist/components/gb-modal-action.js +1 -1
  67. package/dist/components/gb-modal.js +3 -3
  68. package/dist/components/gb-nav-bar-item.js +1 -1
  69. package/dist/components/gb-nav-bar-sidemenu.js +1 -1
  70. package/dist/components/gb-nav-bar.js +2 -2
  71. package/dist/components/gb-notification-pane.js +1 -1
  72. package/dist/components/gb-pagination.js +1 -1
  73. package/dist/components/gb-password-button.js +1 -1
  74. package/dist/components/gb-progress-bar.js +1 -1
  75. package/dist/components/gb-prompt-modal.js +2 -2
  76. package/dist/components/gb-rich-text.js +12 -12
  77. package/dist/components/gb-sidebar.js +5 -5
  78. package/dist/components/gb-simple-side-bar-item.js +1 -1
  79. package/dist/components/gb-slider-control-handle.js +1 -1
  80. package/dist/components/gb-slider.js +2 -2
  81. package/dist/components/gb-table-header.js +1 -1
  82. package/dist/components/gb-table.js +1 -1502
  83. package/dist/components/gb-table.js.map +1 -1
  84. package/dist/components/gb-tag-checkbox.js +1 -1
  85. package/dist/components/gb-tag-close.js +1 -1
  86. package/dist/components/gb-tag-count.js +1 -1
  87. package/dist/components/gb-tag.js +1 -1
  88. package/dist/components/gb-textarea-input-field.js +1 -1
  89. package/dist/components/gb-theme-tab.js +1 -1
  90. package/dist/components/gb-toast-button.js +1 -1
  91. package/dist/components/gb-toast.js +1 -1
  92. package/dist/components/gb-toggle-base.js +1 -1
  93. package/dist/components/gb-toggle.js +1 -1
  94. package/dist/components/gb-token-field-compact.js +1 -1
  95. package/dist/components/gb-token-field-compressed.js +2 -2
  96. package/dist/components/gb-tooltip.js +1 -1
  97. package/dist/components/gb-vertical-tabs.js +1 -1
  98. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  99. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  100. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  101. package/dist/components/{p-RYI-NXAf.js → p-4YZvp-qM.js} +3 -3
  102. package/dist/components/{p-RYI-NXAf.js.map → p-4YZvp-qM.js.map} +1 -1
  103. package/dist/components/{p-CNZgIErI.js → p-B-_n34Mq.js} +3 -3
  104. package/dist/components/{p-CNZgIErI.js.map → p-B-_n34Mq.js.map} +1 -1
  105. package/dist/components/{p-eocLyEbn.js → p-B0otylT9.js} +4 -4
  106. package/dist/components/{p-eocLyEbn.js.map → p-B0otylT9.js.map} +1 -1
  107. package/dist/components/{p-BPKh01-Y.js → p-B9y0gFWa.js} +3 -3
  108. package/dist/components/{p-BPKh01-Y.js.map → p-B9y0gFWa.js.map} +1 -1
  109. package/dist/components/{p-BBJx6t2D.js → p-BH_pWFmu.js} +10 -10
  110. package/dist/components/{p-BBJx6t2D.js.map → p-BH_pWFmu.js.map} +1 -1
  111. package/dist/components/{p-CZa3TqhR.js → p-BNAvzBZq.js} +3 -3
  112. package/dist/components/{p-CZa3TqhR.js.map → p-BNAvzBZq.js.map} +1 -1
  113. package/dist/components/{p-Dkns49uP.js → p-BQeqF_-6.js} +4 -4
  114. package/dist/components/{p-Dkns49uP.js.map → p-BQeqF_-6.js.map} +1 -1
  115. package/dist/components/{p-Bz0jFwYF.js → p-BX4Hw5Pp.js} +3 -3
  116. package/dist/components/{p-Bz0jFwYF.js.map → p-BX4Hw5Pp.js.map} +1 -1
  117. package/dist/components/{p-DIl8jQ_E.js → p-Bp0YR1uJ.js} +3 -3
  118. package/dist/components/{p-DIl8jQ_E.js.map → p-Bp0YR1uJ.js.map} +1 -1
  119. package/dist/components/{p-ruRtAV-Q.js → p-C-e3hNlH.js} +4 -4
  120. package/dist/components/{p-ruRtAV-Q.js.map → p-C-e3hNlH.js.map} +1 -1
  121. package/dist/components/{p-CYZqV7dd.js → p-C1BEL6jH.js} +12 -12
  122. package/dist/components/{p-CYZqV7dd.js.map → p-C1BEL6jH.js.map} +1 -1
  123. package/dist/components/{p-DZZ7BGdd.js → p-C2x5lNJ2.js} +3 -3
  124. package/dist/components/{p-DZZ7BGdd.js.map → p-C2x5lNJ2.js.map} +1 -1
  125. package/dist/components/{p-B3_8Yy_f.js → p-C5In_G7H.js} +3 -3
  126. package/dist/components/{p-B3_8Yy_f.js.map → p-C5In_G7H.js.map} +1 -1
  127. package/dist/components/{p-BmbAWgDy.js → p-CHKnEWqk.js} +4 -4
  128. package/dist/components/{p-BmbAWgDy.js.map → p-CHKnEWqk.js.map} +1 -1
  129. package/dist/components/{p-BmO34cKZ.js → p-CU5l35gn.js} +3 -3
  130. package/dist/components/{p-BmO34cKZ.js.map → p-CU5l35gn.js.map} +1 -1
  131. package/dist/components/{p-D2ggwGg4.js → p-CZkEMeZd.js} +4 -4
  132. package/dist/components/{p-D2ggwGg4.js.map → p-CZkEMeZd.js.map} +1 -1
  133. package/dist/components/{p-2sFOwXcZ.js → p-CcdQMEiN.js} +14 -14
  134. package/dist/components/{p-2sFOwXcZ.js.map → p-CcdQMEiN.js.map} +1 -1
  135. package/dist/components/{p-5Xq8t1Mq.js → p-Cf_GFf1d.js} +4 -4
  136. package/dist/components/{p-5Xq8t1Mq.js.map → p-Cf_GFf1d.js.map} +1 -1
  137. package/dist/components/{p-DRCUtDIM.js → p-ChGsSHyD.js} +3 -3
  138. package/dist/components/{p-DRCUtDIM.js.map → p-ChGsSHyD.js.map} +1 -1
  139. package/dist/components/{p-CjigXln7.js → p-Cp9sNYro.js} +3 -3
  140. package/dist/components/{p-CjigXln7.js.map → p-Cp9sNYro.js.map} +1 -1
  141. package/dist/components/{p-Djuz39na.js → p-Cx4oJFSt.js} +3 -3
  142. package/dist/components/{p-Djuz39na.js.map → p-Cx4oJFSt.js.map} +1 -1
  143. package/dist/components/{p-DPuTbMwA.js → p-CxgSqKYx.js} +3 -3
  144. package/dist/components/{p-DPuTbMwA.js.map → p-CxgSqKYx.js.map} +1 -1
  145. package/dist/components/{p-CeoQ2L1U.js → p-D2XNcd98.js} +11 -11
  146. package/dist/components/{p-CeoQ2L1U.js.map → p-D2XNcd98.js.map} +1 -1
  147. package/dist/components/p-DDeW0ybD.js +1534 -0
  148. package/dist/components/p-DDeW0ybD.js.map +1 -0
  149. package/dist/components/{p-BKpTpaGR.js → p-DTVnCJvY.js} +3 -3
  150. package/dist/components/{p-BKpTpaGR.js.map → p-DTVnCJvY.js.map} +1 -1
  151. package/dist/components/{p-DG0h2Btt.js → p-DX7NMlGY.js} +9 -9
  152. package/dist/components/{p-DG0h2Btt.js.map → p-DX7NMlGY.js.map} +1 -1
  153. package/dist/components/{p-BhAtkEeE.js → p-DclzsKE1.js} +3 -3
  154. package/dist/components/{p-BhAtkEeE.js.map → p-DclzsKE1.js.map} +1 -1
  155. package/dist/components/{p-DOIqRGL9.js → p-DeXQ5EJ5.js} +3 -3
  156. package/dist/components/{p-DOIqRGL9.js.map → p-DeXQ5EJ5.js.map} +1 -1
  157. package/dist/components/{p-B_4Sufqr.js → p-DgixiwuN.js} +14 -17
  158. package/dist/components/p-DgixiwuN.js.map +1 -0
  159. package/dist/components/{p-I-FsdhaJ.js → p-Dh9pNyX0.js} +4 -4
  160. package/dist/components/{p-I-FsdhaJ.js.map → p-Dh9pNyX0.js.map} +1 -1
  161. package/dist/components/{p-DxHosdd2.js → p-Dt60TTUE.js} +6 -6
  162. package/dist/components/{p-DxHosdd2.js.map → p-Dt60TTUE.js.map} +1 -1
  163. package/dist/components/{p-COetkeEu.js → p-GszQCyXb.js} +4 -4
  164. package/dist/components/{p-COetkeEu.js.map → p-GszQCyXb.js.map} +1 -1
  165. package/dist/components/{p-BDWjPR9l.js → p-QPpFI6Tl.js} +5 -5
  166. package/dist/components/{p-BDWjPR9l.js.map → p-QPpFI6Tl.js.map} +1 -1
  167. package/dist/components/{p-Bd2ZnVK1.js → p-TVd0-ncC.js} +5 -5
  168. package/dist/components/{p-Bd2ZnVK1.js.map → p-TVd0-ncC.js.map} +1 -1
  169. package/dist/components/{p-CHQxg5wT.js → p-XOEsdWXU.js} +4 -4
  170. package/dist/components/{p-CHQxg5wT.js.map → p-XOEsdWXU.js.map} +1 -1
  171. package/dist/components/{p-DeOS2_XS.js → p-b_TGMORd.js} +5 -5
  172. package/dist/components/{p-DeOS2_XS.js.map → p-b_TGMORd.js.map} +1 -1
  173. package/dist/components/p-cHn6O-Kf.js.map +1 -1
  174. package/dist/components/{p-B6qvek5r.js → p-dvsnNsWY.js} +5 -5
  175. package/dist/components/{p-B6qvek5r.js.map → p-dvsnNsWY.js.map} +1 -1
  176. package/dist/components/{p-BllD9Ljp.js → p-iWdssWCr.js} +3 -3
  177. package/dist/components/{p-BllD9Ljp.js.map → p-iWdssWCr.js.map} +1 -1
  178. package/dist/components/{p-B9JGeRlv.js → p-n4Lzg2Aw.js} +3 -3
  179. package/dist/components/{p-B9JGeRlv.js.map → p-n4Lzg2Aw.js.map} +1 -1
  180. package/dist/components/{p-CoJ4VSgF.js → p-wH0NPWp6.js} +6 -6
  181. package/dist/components/{p-CoJ4VSgF.js.map → p-wH0NPWp6.js.map} +1 -1
  182. package/dist/components/test-input-tag.js +6 -6
  183. package/dist/components/test-wrapper.d.ts +11 -0
  184. package/dist/components/test-wrapper.js +307 -0
  185. package/dist/components/test-wrapper.js.map +1 -0
  186. package/dist/docs.json +239 -12
  187. package/dist/esm/gb-accordion-card_80.entry.js +56 -34
  188. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  189. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  190. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  191. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  192. package/dist/esm/gb-wysiwyg-toolbar.entry.js +1 -1
  193. package/dist/esm/globuscomponents.js +1 -1
  194. package/dist/esm/loader.js +1 -1
  195. package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
  196. package/dist/esm/test-input-tag.entry.js +2 -2
  197. package/dist/esm/test-wrapper.entry.js +14 -0
  198. package/dist/esm/test-wrapper.entry.js.map +1 -0
  199. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  200. package/dist/globuscomponents/p-0bb96d33.entry.js +2 -0
  201. package/dist/globuscomponents/p-0bb96d33.entry.js.map +1 -0
  202. package/dist/globuscomponents/{p-56c49467.entry.js → p-1e5f04e2.entry.js} +2 -2
  203. package/dist/globuscomponents/{p-db354494.entry.js → p-3bf86ca5.entry.js} +2 -2
  204. package/dist/globuscomponents/p-3bf86ca5.entry.js.map +1 -0
  205. package/dist/globuscomponents/{p-7614551d.entry.js → p-42063daf.entry.js} +2 -2
  206. package/dist/globuscomponents/{p-8894dc1d.entry.js → p-528e9bbf.entry.js} +2 -2
  207. package/dist/globuscomponents/{p-7e0ff4ed.entry.js → p-53b415e8.entry.js} +2 -2
  208. package/dist/globuscomponents/{p-5782ab88.entry.js → p-9767bb82.entry.js} +2 -2
  209. package/dist/globuscomponents/{p-28feaec2.entry.js → p-b2bab8bd.entry.js} +2 -2
  210. package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
  211. package/dist/globuscomponents/readme.md +102 -101
  212. package/dist/globuscomponents/test-wrapper.entry.esm.js.map +1 -0
  213. package/dist/types/components/gb-table/gb-table.d.ts +2 -1
  214. package/dist/types/components/gb-table-test/gb-table-test.d.ts +4 -0
  215. package/dist/types/components.d.ts +28 -6
  216. package/dist/types/models/reusableModels.d.ts +2 -2
  217. package/package.json +1 -1
  218. package/dist/components/p-B_4Sufqr.js.map +0 -1
  219. package/dist/globuscomponents/p-db354494.entry.js.map +0 -1
  220. /package/dist/globuscomponents/{p-56c49467.entry.js.map → p-1e5f04e2.entry.js.map} +0 -0
  221. /package/dist/globuscomponents/{p-7614551d.entry.js.map → p-42063daf.entry.js.map} +0 -0
  222. /package/dist/globuscomponents/{p-8894dc1d.entry.js.map → p-528e9bbf.entry.js.map} +0 -0
  223. /package/dist/globuscomponents/{p-7e0ff4ed.entry.js.map → p-53b415e8.entry.js.map} +0 -0
  224. /package/dist/globuscomponents/{p-5782ab88.entry.js.map → p-9767bb82.entry.js.map} +0 -0
  225. /package/dist/globuscomponents/{p-28feaec2.entry.js.map → p-b2bab8bd.entry.js.map} +0 -0
@@ -9650,14 +9650,14 @@ const GbTable = class {
9650
9650
  // key: 'status',
9651
9651
  // label: 'Status',
9652
9652
  // cellComponent: 'gb-badge',
9653
- // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),
9654
- // cellSlots: {
9655
- // default: {
9656
- // tag: 'p',
9657
- // content: row => row.status,
9653
+ // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),
9654
+ // cellSlots: {
9655
+ // default: {
9656
+ // tag: 'p',
9657
+ // content: row => row.status,
9658
+ // },
9658
9659
  // },
9659
9660
  // },
9660
- // },
9661
9661
  ];
9662
9662
  this.data = [
9663
9663
  // {
@@ -10035,6 +10035,29 @@ const GbTable = class {
10035
10035
  // },
10036
10036
  ];
10037
10037
  // = {
10038
+ // name: { key: 'name' },
10039
+ // badges: [
10040
+ // { key: 'role', label: 'Role' },
10041
+ // { key: 'amount', label: 'Amount' },
10042
+ // ],
10043
+ // button: { icon: 'assets/sent.svg', text: 'Send Money', action: 'send_money' },
10044
+ // };
10045
+ this.tableHeaderConfig = {
10046
+ type: 'default',
10047
+ tableHeading: false,
10048
+ tableHeadingLabel: 'Suspicious outflows',
10049
+ showDateFilter: true,
10050
+ showFilter: true,
10051
+ showColumnOptions: false,
10052
+ showSearch: true,
10053
+ showExport: true,
10054
+ showRefreshButton: false,
10055
+ showLayoutToggle: false,
10056
+ datePickerMode: 'range',
10057
+ inputPlaceholder: 'Transaction reference',
10058
+ showEntireData: true,
10059
+ };
10060
+ // = {
10038
10061
  // paginationMode: 'internal',
10039
10062
  // entriesDropdownMenuPosition: 'top',
10040
10063
  // currentPage: 1,
@@ -10092,9 +10115,10 @@ const GbTable = class {
10092
10115
  };
10093
10116
  this.showActionsColumn = true;
10094
10117
  this.rowActions = [
10095
- // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },
10096
- // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
10097
- // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },
10118
+ // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },
10119
+ // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
10120
+ // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },
10121
+ { action: 'edit', type: 'custom' },
10098
10122
  ];
10099
10123
  this.dropdownOptions = [
10100
10124
  // { label: 'Download invalid', action: 'view', icon: 'assets/view.svg', disabled: false },
@@ -10103,7 +10127,7 @@ const GbTable = class {
10103
10127
  ];
10104
10128
  this.stickyFirstColumn = true;
10105
10129
  this.stickyLastColumn = true;
10106
- this.showCheckbox = true;
10130
+ this.showCheckbox = false;
10107
10131
  this.tableHeadColor = 'gray';
10108
10132
  this.rowKey = 'id';
10109
10133
  this.tableHeaderType = 'default';
@@ -10190,7 +10214,8 @@ const GbTable = class {
10190
10214
  this.isScrollable = newScrollable; // only update if different
10191
10215
  }
10192
10216
  }
10193
- handleAction(action, row) {
10217
+ async handleAction(action, row) {
10218
+ console.log('Action clicked:', action, row);
10194
10219
  this.rowActionClicked.emit({ action, row });
10195
10220
  }
10196
10221
  renderCell(col, row) {
@@ -10487,7 +10512,7 @@ const GbTable = class {
10487
10512
  .map((col, index$1) => (index.h(index.Fragment, null, index.h("td", { style: { textAlign: col.align || 'left' }, class: `table_detail ${this.stickyFirstColumn && index$1 === 0 ? 'sticky_left' : ''} ${this.isScrollable ? 'has_border' : ''}` }, this.renderCell(col, row))))), this.showActionsColumn && (index.h("td", { class: { table_detail: true, actions_cell: true, sticky_right: this.stickyLastColumn, has_border: this.isScrollable }, style: { width: '50px' } }, index.h(index.Fragment, null, index.h("div", { class: "action_buttons" }, this.rowActions.map(action => (index.h(index.Fragment, null, action.type === 'dropdown' ? (index.h("gb-button", { id: `gb-table-trigger-${rowIndex}`, ref: el => (this.actionButtonRefs[rowIndex] = el), class: "dropdown_button", hierarchy: "tertiary_gray", size: "md", icon: "only", iconLeading: true, iconLeadingSwap: "assets/more-horizontal.svg", onClick: e => {
10488
10513
  e.stopPropagation();
10489
10514
  this.toggleDropdown(rowIndex);
10490
- } })) : (index.h("gb-button", { hierarchy: "tertiary_gray", size: "md", icon: "only", destructive: action.destructive, iconLeading: true, iconLeadingSwap: action.icon, onClick: e => {
10515
+ } })) : action.type === 'custom' ? (this.renderCustomActions ? (this.renderCustomActions(row)) : null) : (index.h("gb-button", { hierarchy: "tertiary_gray", size: "md", icon: "only", destructive: action.destructive, iconLeading: true, iconLeadingSwap: action.icon, onClick: e => {
10491
10516
  e.stopPropagation();
10492
10517
  this.handleAction(action.action, row);
10493
10518
  } })))))), index.h(index.Fragment, null, this.openRowIndex === rowIndex && (index.h("gb-portal", { "anchor-id": `gb-table-trigger-${rowIndex}`, placement: this.dropdownPlacement, anchorEl: this.currentAnchorEl, boundaryEl: this.scrollContainer, dropdownHeight: requestAnimationFrame(() => this.dropdownRef.scrollHeight), open: true }, index.h("div", { class: "portal_dropdown_wrapper", ref: el => (this.dropdownRef = el) }, this.dropdownOptions.map(action => (index.h("gb-dropdown-items-with-shortcut", { icon: action.icon ? true : false, state: action.disabled ? reusableModels.StateEnum.Disabled : reusableModels.StateEnum.Default, label: action.label, "icon-src": action.icon, onClick: () => {
@@ -10708,16 +10733,16 @@ const GbTable = class {
10708
10733
  window.removeEventListener('resize', this.checkViewport);
10709
10734
  }
10710
10735
  render() {
10711
- return (index.h("div", { key: '08bed4790123cd14b04c9aeca1b17338a21d0378', class: `table_wrapper ${this.currentTableLayout}` }, this.tableHeaderConfig && (index.h("div", { key: 'f206fa57601e83520530a325186a774be25bec1c', class: `table-header ${this.currentTableLayout}` }, index.h("gb-table-header", { key: 'e020968dad30ed2c0db4ee96d1de181eb932b494', type: this.tableHeaderConfig.type, mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, "input-placeholder": this.tableHeaderConfig.inputPlaceholder, "date-picker-placeholder": this.tableHeaderConfig.datePickerPlaceholder, "show-entire-data": this.tableHeaderConfig.showEntireData, "show-layout-toggle": this.tableHeaderConfig.showLayoutToggle, "filter-state": Object.keys(this.appliedFilterValues).length > 0 ? 'applied' : 'default', "filter-count": Object.keys(this.appliedFilterValues).length, "export-button-state": this.tableHeaderConfig.exportButtonState, "pdf-state": this.tableHeaderConfig.pdfState, "csv-state": this.tableHeaderConfig.csvState, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this), onColumnOptionsButtonClicked: this.columnOptionsButtonClicked(), onExportClicked: e => this.exportButtonClicked(e), onFilterButtonClicked: () => this.openFilterModal(), onRefreshButtonClicked: () => this.onRefreshButtonClicked(), onLayoutButtonClicked: e => this.switchTableLayout(e), onTableControlClicked: e => this.emitTableContolClickedEvent(e) }))), this.showColumnsPanel && this.columns.length > 0 && (index.h("div", { key: 'faaa2d3c8b31b00c4ede7731702127639ce6aab9', class: "dialog", style: {
10736
+ return (index.h("div", { key: 'ecbd96f75a578fe7c4729faa64e0981b4db76883', class: `table_wrapper ${this.currentTableLayout}` }, this.tableHeaderConfig && (index.h("div", { key: '27a90c6c234d6316b92126787b59cc30a4a861ee', class: `table-header ${this.currentTableLayout}` }, index.h("gb-table-header", { key: 'f74e3eb05a230a35674708ee9319d6f3ead930c2', type: this.tableHeaderConfig.type, mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, "input-placeholder": this.tableHeaderConfig.inputPlaceholder, "date-picker-placeholder": this.tableHeaderConfig.datePickerPlaceholder, "show-entire-data": this.tableHeaderConfig.showEntireData, "show-layout-toggle": this.tableHeaderConfig.showLayoutToggle, "filter-state": Object.keys(this.appliedFilterValues).length > 0 ? 'applied' : 'default', "filter-count": Object.keys(this.appliedFilterValues).length, "export-button-state": this.tableHeaderConfig.exportButtonState, "pdf-state": this.tableHeaderConfig.pdfState, "csv-state": this.tableHeaderConfig.csvState, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this), onColumnOptionsButtonClicked: this.columnOptionsButtonClicked(), onExportClicked: e => this.exportButtonClicked(e), onFilterButtonClicked: () => this.openFilterModal(), onRefreshButtonClicked: () => this.onRefreshButtonClicked(), onLayoutButtonClicked: e => this.switchTableLayout(e), onTableControlClicked: e => this.emitTableContolClickedEvent(e) }))), this.showColumnsPanel && this.columns.length > 0 && (index.h("div", { key: '03a69e03ed948c172825d60afd1b21aebed704d9', class: "dialog", style: {
10712
10737
  transform: `translate(${this.modalPosition.x}px, ${this.modalPosition.y}px)`,
10713
- } }, index.h("div", { key: 'e98a9fcc41d9e7281a538361d4e7ddf1d2f182ea', class: "column-modal" }, index.h("div", { key: 'f754fb3b60ff7908fad8982157f05108e227f16f', class: "modal_header" }, index.h("div", { key: '68805a02141e44b3b077606fb01ea22805a2ec8a', class: "modal_header_content", onPointerDown: this.onModalPointerDown }, index.h("h4", { key: '2502833b479337b8c5a15d5a2467721567a01d93', class: "heading display-xs-semi-bold" }, "Column Options"), index.h("gb-button-close", { key: '259b8b1bfd01f7be00b2e4081148febcce67b151', class: "close_button", color: "gray", size: "sm", onClick: () => (this.showColumnsPanel = false) }))), index.h("div", { key: 'de725fb507605422d302f519e4d5edec51430d57', class: "content_wrapper" }, index.h("div", { key: 'a5e06ec2acd4d58910e19115bf8026bb27e35da0', class: "modal_content" }, this.internalColumns.map((col, index$1) => (index.h("div", { class: "column_option", draggable: true, onDragStart: () => (this.draggedIndex = index$1), onDragOver: e => e.preventDefault(), onDrop: () => {
10738
+ } }, index.h("div", { key: 'e13f8d1e50ca0f943249d5ebb4827dd81a4c1218', class: "column-modal" }, index.h("div", { key: '448f4233a36435bbf34e4b839614e33072a4045d', class: "modal_header" }, index.h("div", { key: '69732e7e814d86476e678fb3143c150a9e4a72b3', class: "modal_header_content", onPointerDown: this.onModalPointerDown }, index.h("h4", { key: 'e7ab5e157444fffccc412954ce36d8e13e28686b', class: "heading display-xs-semi-bold" }, "Column Options"), index.h("gb-button-close", { key: '8d91a7c96ae86b19274046bd1bbf8037a4b05461', class: "close_button", color: "gray", size: "sm", onClick: () => (this.showColumnsPanel = false) }))), index.h("div", { key: '78ee134fb4f9e5a0878effdbc5f51cde7f4782b0', class: "content_wrapper" }, index.h("div", { key: 'b78b3fbfa603be4b198aa469b69750761659a0c7', class: "modal_content" }, this.internalColumns.map((col, index$1) => (index.h("div", { class: "column_option", draggable: true, onDragStart: () => (this.draggedIndex = index$1), onDragOver: e => e.preventDefault(), onDrop: () => {
10714
10739
  if (this.draggedIndex !== null && this.draggedIndex !== index$1) {
10715
10740
  this.reorderColumns(this.draggedIndex, index$1);
10716
10741
  }
10717
10742
  this.draggedIndex = null;
10718
10743
  } }, index.h("div", { class: "label_and_dragger" }, index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, index.h("path", { d: "M8 6H8.00635M8 12H8.00635M8 18H8.00635M15.9937 6H16M15.9937 12H16M15.9937 18H16", stroke: "var(--color-icon, #4B5565)", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("p", { class: "label text-md-regular" }, col.label)), index.h("gb-toggle", { size: "sm", state: reusableModels.StateEnum.Default, position: "right", pressed: col.visible, text: false, onToggleClicked: e => {
10719
10744
  this.toggleColumn(e, col.key);
10720
- } })))), index.h("div", { key: '7b4a2031677cff5feeb32fba5466a63087531cec', class: "modal-actions" })))))), this.showFilterModalInternal && this.filterConfig && (index.h("div", { key: '15113dbc0a79c6796b648b0fe45e4c450dd876a8', class: `filter_modal_wrapper ${this.isFilterModalVisible ? 'open' : 'closing'}` }, index.h("gb-filter-modal", { key: '4ec80231b62a65272d63131d6a1d1faa69d0c6a6', class: "filter_modal", filterConfig: this.mergedFilterConfig, onClose: e => {
10745
+ } })))), index.h("div", { key: '81bfd60a84ae3ce018800519a7e16425a44a990e', class: "modal-actions" })))))), this.showFilterModalInternal && this.filterConfig && (index.h("div", { key: '4fcf8c485b7f9240f9fa9bdfdbc07cc925210038', class: `filter_modal_wrapper ${this.isFilterModalVisible ? 'open' : 'closing'}` }, index.h("gb-filter-modal", { key: 'c2432a18c99e29b18ca2a55ff9339d2356caee39', class: "filter_modal", filterConfig: this.mergedFilterConfig, onClose: e => {
10721
10746
  e.stopPropagation();
10722
10747
  this.closeFilterModal();
10723
10748
  }, onApplyFilters: e => this.onApplyFilters(e), onClearFilters: () => this.handleClearFilters() }))), this.internalLoading ? (
@@ -10764,7 +10789,7 @@ const GbTable = class {
10764
10789
  ? this.renderDesktopView()
10765
10790
  : this.currentTableLayout === 'grid'
10766
10791
  ? this.renderGridView()
10767
- : null)), this.paginationConfig && (index.h("div", { key: '39767fe82ce88bcb4f1c570b9b3fd35b2e86ae43', class: `pagination ${this.currentTableLayout}` }, index.h("gb-pagination", { key: 'c76fc64fda5ebaf94122ca8a51f1addc754f63e3', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.paginationMode === 'internal' ? this.internalPageSize : this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) }))), this.showToast && (index.h("gb-toast", { key: 'b92a6728c7f97754cb350f049081af3f76868225', class: `toast ${this.toastVisible ? 'visible' : ''}`, color: "information", "main-text": this.filterMessage, breakpoint: "desktop", size: "floating", onClose: () => this.hideToast() }))));
10792
+ : null)), this.paginationConfig && (index.h("div", { key: 'dacef80f52cbcaecb101a6c1f20a1caddea54a96', class: `pagination ${this.currentTableLayout}` }, index.h("gb-pagination", { key: 'f50686e161588aa3e9d7d564aee3131fb5ca335d', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.paginationMode === 'internal' ? this.internalPageSize : this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) }))), this.showToast && (index.h("gb-toast", { key: '9654af9af7f09183e29459f40e704955018d5c2b', class: `toast ${this.toastVisible ? 'visible' : ''}`, color: "information", "main-text": this.filterMessage, breakpoint: "desktop", size: "floating", onClose: () => this.hideToast() }))));
10768
10793
  }
10769
10794
  static get watchers() { return {
10770
10795
  "data": ["onDataChange"],
@@ -10887,10 +10912,7 @@ const GbTableHeader = class {
10887
10912
  return (index.h("div", { key: 'cf866469787e9459c7b4732b49694a1c634ab83e', class: "table_header_div" }, this.type === 'default' && (index.h(index.Fragment, null, this.tableHeading && index.h("p", { key: '21c55a6eadc4c5d31b47a862368a5181c0e0af85', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), this.showDateFilter && (index.h("div", { key: '94bcf782a391d38dd90968f5ee974691d46a4174', class: "date_filters" }, index.h("div", { key: '0d0e79abedb98a3b22385c70e6e59d6c308cbb83', class: "date_input" }, index.h("gb-date-picker", { key: '5df211d7094ca13e36b02ac29e968458a023dba7', mode: this.mode, disabled: this.datePickerDisabled, format: this.format, "icon-position": this.datePickerIconPosition, placeholder: this.datePickerPlaceholder, "dropdown-alignment": this.datePickerDropdownPosition, "enable-time": this.enableTime, "no-calendar": this.noCalendar, "twentyfour-hr": this.twentyfourHr, "show-months": this.showMonths, "full-width": this.isDatePickerFullWidth, onDateChange: this.emitDateSelected.bind(this) })))), index.h("div", { key: 'f140879f196104b09d6532d070531b04f87a94b5', class: `actions ${!this.showDateFilter && !this.tableHeading ? 'full_width' : ''}` }, this.showSearch && (index.h("div", { key: 'c758a57f39c938518038870ddf9ceeac70f34726', class: "input_field" }, index.h("gb-input-field", { key: '333c0a04227e801b68ff9f2b91b6ca67aa70bebb', size: "sm", type: "icon_leading", "icon-swap": "assets/search-01.svg", placeholder: this.inputPlaceholder, "enable-cancel-button-function": true, onInputValueChanged: this.emitValue.bind(this) }))), index.h("div", { key: 'ddb4fb613583eb814446c6da07b5239a9f44ef8b', class: "action" }, this.showLayoutToggle && index.h("gb-button-group", { key: 'afebd6bbc2c9fbb11202406c2c29f5cb6f3ea584', items: this.items, icon: "only", onOptionChange: this.onLayoutButtonClicked.bind(this) }), this.showColumnOptions && this.width > 768 && (index.h("gb-button", { key: '429c7e56cdb71f620189774200a098a5168263ee', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/column-insert.svg", onClick: () => this.onColumnOptionsButtonClicked() }, index.h("p", { key: 'ca16e4a10d101f361e03002ef2c5828997f22373' }, "Columns"))), this.showFilter && (index.h("gb-filter-button", { key: 'a38f0322ee0d8d55ba20d868ad95ed1e5a1265ca', state: this.filterState, "icon-only": this.width <= 1007 ? true : false, onClick: () => this.onFilterButtonClicked() }, index.h("p", { key: 'ed888bfced3863a3385c25175e42fd21d21ea438', slot: "filter_count" }, this.filterCount))), this.showExport && (index.h("div", { key: '5b1301a1711ba0f91587f7862172cfb502af8750', class: "export" }, index.h("gb-button", { key: '8bae5f018859c893238916997336d9084ee74445', size: "md", state: this.exportButtonState, hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/file-export.svg", "icon-trailing": this.width <= 1007 ? false : true, "icon-trailing-swap": "assets/arrow-down-01.svg", onClick: e => {
10888
10913
  e.stopPropagation();
10889
10914
  this.toggleDropdown();
10890
- } }, index.h("p", { key: 'e49162d53063e8a5a2c8b6aebfc758f72f226edd' }, "Export")), this.showExportDropdown && (index.h("gb-export-dropdown", { key: '6975b1acf887a06ce051907b84f0de69b533bd78', ref: el => (this.exportDropdown = el), "show-entire-data": this.showEntireData, "pdf-state": this.pdfState, "csv-state": this.csvState, onExportClicked: event => this.emitSelection(event), class: `dropdown ${this.exportDropdownPosition}` })))), this.showRefreshButton && (index.h("div", { key: '3bb71ebbc010ac46bcc7509ba73e1770dc2d63ff', class: "refresh_button" }, index.h("gb-button", { key: '0dba4c3b8b04f1e8a61c3ff0ec5e5ad05259b053', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/refresh.svg", onClick: () => this.onRefreshButtonClicked() }))))))), this.type === 'table_control' && (index.h(index.Fragment, null, index.h("p", { key: '3d0d7f659f0ef3a517bb8956187e99edf2611655', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), index.h("div", { key: '51bde1e76781bc1119579db2e0d607f61c4e1265', class: "controls" }, index.h("gb-button", { key: 'bc5561b8d1f45bdf440cf1a39bc5f5eb0a8bcd5b', size: "md", hierarchy: "secondary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/icons/arrow-left-01/stroke/rounded.svg", onClick: () => this.emitTableControlClicked('previous') }), index.h("gb-button", { key: 'c363115e10a391b5e420c54402fca8274b1461e7', size: "md", hierarchy: "secondary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/icons/arrow-right-01/stroke/rounded.svg", onClick: () => this.emitTableControlClicked('next') })))), this.tableHeading && index.h("p", { key: 'efd1f4e1d0918a3bf4d7f1c1e6c1ad5a36921799', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), this.showDateFilter && (index.h("div", { key: 'f2e1a9fc202f2723323e2d46a3ddeeada1c128fc', class: "date_filters" }, index.h("div", { key: '77fcc82700ffbb292bcd0853258c271c3f633bec', class: "date_input" }, index.h("gb-date-picker", { key: '56142bb567a1d4555a4404addcf4f98210f1c3a0', mode: this.mode, disabled: this.datePickerDisabled, format: this.format, "icon-position": this.datePickerIconPosition, placeholder: this.datePickerPlaceholder, "dropdown-alignment": this.datePickerDropdownPosition, "enable-time": this.enableTime, "no-calendar": this.noCalendar, "twentyfour-hr": this.twentyfourHr, "show-months": this.showMonths, "full-width": this.isDatePickerFullWidth, onDateChange: this.emitDateSelected.bind(this) })))), index.h("div", { key: '60a997ec78f7c9d928b26c81183dea8331d09ee6', class: `actions ${!this.showDateFilter && !this.tableHeading ? 'full_width' : ''}` }, this.showSearch && (index.h("div", { key: '885754e0ea8df40e5a11104ff63b37aeb14a541b', class: "input_field" }, index.h("gb-input-field", { key: 'e1d1b876527ef12a7b27678436fb7d69dbb18bd0', size: "sm", type: "icon_leading", "icon-swap": "assets/search-01.svg", placeholder: this.inputPlaceholder, "enable-cancel-button-function": true, onInputValueChanged: this.emitValue.bind(this) }))), index.h("div", { key: '0982b0ec3b7662b7777f3637a2929ce9699fbbb9', class: "action" }, this.showLayoutToggle && index.h("gb-button-group", { key: '86a1ecab7488d2b303cea6635af94e1fa54e2ef6', items: this.items, icon: "only", onOptionChange: this.onLayoutButtonClicked.bind(this) }), this.showColumnOptions && this.width > 768 && (index.h("gb-button", { key: '8423c8c3d6c9e3dee9ed9dd0f4336b21fdf774a5', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/column-insert.svg", onClick: () => this.onColumnOptionsButtonClicked() }, index.h("p", { key: '03797ba0da03c8bc7dcc5a9f0a0404295effc40f' }, "Columns"))), this.showFilter && (index.h("gb-filter-button", { key: 'e4e4e9ecd8c05d02194b5451af3b8d98c7b89d96', state: this.filterState, "icon-only": this.width <= 1007 ? true : false, onClick: () => this.onFilterButtonClicked() }, index.h("p", { key: 'c3cd1382b29de6f71cf9686a18eccf5c686a3638', slot: "filter_count" }, this.filterCount))), this.showExport && (index.h("div", { key: 'd2e5b3f19344406ef27087c77c62d44ad02f376a', class: "export" }, index.h("gb-button", { key: '1c0c142d7712cc2a9b14ef4928ab39ff3623d4e5', size: "md", state: this.exportButtonState, hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/file-export.svg", "icon-trailing": this.width <= 1007 ? false : true, "icon-trailing-swap": "assets/arrow-down-01.svg", onClick: e => {
10891
- e.stopPropagation();
10892
- this.toggleDropdown();
10893
- } }, index.h("p", { key: '3c02be20a6ad3141ace128b1029b93c789f6cf9f' }, "Export")), this.showExportDropdown && (index.h("gb-export-dropdown", { key: '7617c548a448c937a44f9ce55425ed2ace0b814b', ref: el => (this.exportDropdown = el), "show-entire-data": this.showEntireData, "pdf-state": this.pdfState, "csv-state": this.csvState, onExportClicked: event => this.emitSelection(event.detail), class: `dropdown ${this.exportDropdownPosition}` })))), this.showRefreshButton && (index.h("div", { key: 'd428bd52860b93d690701d9be60b640d99a56054', class: "refresh_button" }, index.h("gb-button", { key: 'f835b8fb5a0e1c63a8dc20cc45410c1fcffc4cae', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/refresh.svg", onClick: () => this.onRefreshButtonClicked() })))))));
10915
+ } }, index.h("p", { key: 'e49162d53063e8a5a2c8b6aebfc758f72f226edd' }, "Export")), this.showExportDropdown && (index.h("gb-export-dropdown", { key: '6975b1acf887a06ce051907b84f0de69b533bd78', ref: el => (this.exportDropdown = el), "show-entire-data": this.showEntireData, "pdf-state": this.pdfState, "csv-state": this.csvState, onExportClicked: event => this.emitSelection(event), class: `dropdown ${this.exportDropdownPosition}` })))), this.showRefreshButton && (index.h("div", { key: '3bb71ebbc010ac46bcc7509ba73e1770dc2d63ff', class: "refresh_button" }, index.h("gb-button", { key: '0dba4c3b8b04f1e8a61c3ff0ec5e5ad05259b053', size: "md", hierarchy: "secondary_gray", icon: this.width <= 1007 ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/refresh.svg", onClick: () => this.onRefreshButtonClicked() }))))))), this.type === 'table_control' && (index.h(index.Fragment, null, index.h("p", { key: '3d0d7f659f0ef3a517bb8956187e99edf2611655', class: "table_heading text-lg-semi-bold" }, this.tableHeadingLabel), index.h("div", { key: '51bde1e76781bc1119579db2e0d607f61c4e1265', class: "controls" }, index.h("gb-button", { key: 'd56be2061fabd7037dc2d04bfe87d205947a5854', size: "md", hierarchy: "secondary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/icons/arrow-left-01/stroke/rounded.svg", onClick: () => this.emitTableControlClicked('previous') }), index.h("gb-button", { key: '490d4fa17404197f3a316fc2a64e436eec2ddc74', size: "md", hierarchy: "secondary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/icons/arrow-right-01/stroke/rounded.svg", onClick: () => this.emitTableControlClicked('next') }))))));
10894
10916
  }
10895
10917
  get el() { return index.getElement(this); }
10896
10918
  };
@@ -10925,7 +10947,7 @@ const GbTag = class {
10925
10947
  }
10926
10948
  render() {
10927
10949
  const flagSwap = index.getAssetPath(`${this.flagSwap}`);
10928
- return (index.h("div", { key: '5998a229f746552313162d2b11fd4d51f2bb3e8e', class: `container ${this.size} ${this.action}` }, index.h("div", { key: '32913dfd3ec08ee1509070bc512a14a1754c2f26', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: '23d83719017072eb3bee89d651645cf509bdb678', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: '0c71bb134a03823e3e16ba0125096e43ccb57927', class: "icon left-icon" }, index.h("img", { key: 'f13319f52e35fd5146b2fceed2acf7a8eafd3eab', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: '6bdf3886dbc892a77efe60f920a1d9e3a45a95ba', class: "avatar-icon", size: "xxs", "status-icon": "false", text: false, color: "gray" }, index.h("slot", { key: 'e0c5e808156312d67097acbf3a28b4a6a23e6e4a', name: "image", slot: "image" }))), this.icon === 'dot' && (index.h("svg", { key: 'ddd10797095122508f5c7038735173faa53488fb', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: '61ffc98fd86407827a91e0ae58d5cf8d94923056', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("div", { key: '3df23b30c31cd7714348edf93a056ce6a5d06197', class: "label" }, index.h("slot", { key: 'e4918161688d2b45cd29dd2cfc9ca3060cd38a2c' })), this.action === 'count' && (index.h("gb-tag-count", { key: 'a589f787ee54f1df268f24b82674af41bbd86a4e', size: this.size }, index.h("slot", { key: '498de07250c0ea3692cd03f89f7365e6f87d8b19', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: '3dd9077fb4bb91f5a993dab86d897b98d7085bfa', size: this.size, onClick: () => this.onTagClose() })));
10950
+ return (index.h("div", { key: '456446acb2db65f6d32325a19e1a567b5402f2ce', class: `container ${this.size} ${this.action}` }, index.h("div", { key: '51b5a7fc2b83b3187eb3e280ad2059f17cd0997d', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: 'd7419011cf70a8321ead9747c9987b2d8eca02c3', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: 'd680fb34a94d99de78a8b0eb6a45bd6fddcf20db', class: "icon left-icon" }, index.h("img", { key: '1703cb1212deb001bf9c6dc061dfba8854e96f49', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: '69816c817ff85523a8e86962d26aebaad7b5e825', class: "avatar-icon", size: "xxs", "status-icon": "false", text: false, color: "gray" }, index.h("slot", { key: 'e7a1880fbc0437f390986364706337bda3389fc9', name: "image", slot: "image" }))), this.icon === 'dot' && (index.h("svg", { key: '531fe87bce4eac8d6c59c389349949624ca13f66', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: '4f5baf8165dd618423cda541a050e7bf2db0f635', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("div", { key: '3baeee3261e2bff7dd5a383d28929d5491c5d805', class: "label" }, index.h("slot", { key: '255ba7624b1b083bf95b840e8a4ed599331ae265' })), this.action === 'count' && (index.h("gb-tag-count", { key: '21b2c1577ae18e544d3fbc48a279a4d2dfcad427', size: this.size }, index.h("slot", { key: 'd55fa285d52bcbefa2ccb52a44d1954f7b24e926', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: 'bfdc29e2243ae4ff966b3d5bc3939fd7f9f8ab61', size: this.size, onClick: () => this.onTagClose() })));
10929
10951
  }
10930
10952
  get el() { return index.getElement(this); }
10931
10953
  };
@@ -10942,7 +10964,7 @@ const GbTagCheckbox = class {
10942
10964
  this.disabled = false;
10943
10965
  }
10944
10966
  render() {
10945
- return (index.h("label", { key: '3674a383e1a72c44cdce76d3af9b3bfa23761b29', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: 'f624aaa06e111cd8d0e13bb4c292a69cff1729fd', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: '88f0e14d776f059cada7125963a4afa3cf11c3ab', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: '18201b3fa780f4332d8dabd4d4965bfa675a41ec', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '8442eea2e59ff513b586ba868ee557c1e85e8182', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10967
+ return (index.h("label", { key: '593aa8bb61260ab154f270a3d802b38466020c00', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: 'c075c76d23dd33a07818b9ad6166686d014de54c', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: '073e081198af1a648701dde6b2b4bfabccb3b90d', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: 'cfd34499afdd3dd86bcceb5f4f1aff4da5515218', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '9e8df722ddfa2fd5a7f14461d84749c3b1014a8e', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
10946
10968
  }
10947
10969
  };
10948
10970
  GbTagCheckbox.style = gbTagCheckboxCss;
@@ -10954,7 +10976,7 @@ const GbTagClose = class {
10954
10976
  index.registerInstance(this, hostRef);
10955
10977
  }
10956
10978
  render() {
10957
- return (index.h("div", { key: 'a52f4dc12d8aeabe6c613f2c022eb9eaccb96d8e', class: this.size }, index.h("svg", { key: '58a2541425ea7d21430d8bb7d9e3b92280bc48c6', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: '038e0ce43067d471e00129ff322c26cb449191f3', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
10979
+ return (index.h("div", { key: '18aaed96c3d07453fc649bfb0017220dd272aa60', class: this.size }, index.h("svg", { key: 'caaf0dfc1f8fe65dd12b1cf7ca7c6fc3becb9369', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: '0e206add91ba5d0706cb85164d0a86b4faa1dc37', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
10958
10980
  }
10959
10981
  };
10960
10982
  GbTagClose.style = gbTagCloseCss;
@@ -10966,7 +10988,7 @@ const GbTagCount = class {
10966
10988
  index.registerInstance(this, hostRef);
10967
10989
  }
10968
10990
  render() {
10969
- return (index.h("div", { key: '4350f97e7fa097ad4283bd25969cbb403bc94b7b', class: this.size }, index.h("slot", { key: 'a3bb1c8748d92556aeecf276d5759d6250e7f1d0', name: "count" })));
10991
+ return (index.h("div", { key: '8c04c032237219dd1cedde84e898c5ca5bc4388b', class: this.size }, index.h("slot", { key: 'c160e597851fe8117d23e9d1a6fd6bd51fbdf8b8', name: "count" })));
10970
10992
  }
10971
10993
  };
10972
10994
  GbTagCount.style = gbTagCountCss;
@@ -11177,12 +11199,12 @@ const GbTextareaInputField = class {
11177
11199
  }
11178
11200
  }
11179
11201
  render() {
11180
- return (index.h("div", { key: 'f2f1935a64a56ea42cfcbc0c49ec88567b4c5ccb', class: "textarea_container" }, index.h("div", { key: '99c77a65f59555766d78006dc9c48a0d008f0c92', class: "input_with_label" }, this.showLabel && index.h("p", { key: '9b8f3e31f0a589405ffc5a94fa19beae6015ef0b', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: 'c63a3be4d446e2766bff6647094371967e4b20ea', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (index.h("div", { key: '25acf8ec076f62c13d222f9ad6ce2cb2b227293c', class: "textarea_tags" }, index.h("div", { key: 'ec07cd9abbdd3d8d8aeed27b7b4f031d7bfd50a9', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: '60c79ff2543b276135a5a789cd5cea2cd971133e', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, 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(index$1) }, index.h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
11202
+ return (index.h("div", { key: 'b1ff947a4ff647bb1944ace40327577657aef529', class: "textarea_container" }, index.h("div", { key: '15d6b0d8a9c3c34c204c9f3c153074a35381cb41', class: "input_with_label" }, this.showLabel && index.h("p", { key: '4f0089f0474316adde6b087b42b517ebddc7f8c3', class: `label text-sm-medium` }, this.label), this.type === 'default' && (index.h("textarea", { key: '43d7f00d55e08cc13a733ec53e79c37b8e3d7f73', ref: el => (this.textarea = el), onInput: () => this.handleInput(), onFocus: () => this.handleInputFocus(), class: `textarea default_textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText, value: this.inputValue })), this.type === 'tags' && (index.h("div", { key: 'ed595e8f10a3ee5ebe2fcfa564f956c838c809b4', class: "textarea_tags" }, index.h("div", { key: 'c1a4e3ba88086d7d6af4dec4f898a63285844e19', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'd0ae0a2caeded866a3969fcde206a0beca1b832f', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, 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(index$1) }, index.h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), index.h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
11181
11203
  .split(' ')
11182
11204
  .map(part => part.charAt(0).toUpperCase())
11183
- .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(index$1) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("p", null, val)))))))), index.h("span", { key: 'f00266f3e592dc1dcf18385db5f09783775c051f', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '3dad2b0be224ac71a8f51eafc65370a3718a0a52', class: "input_field" }, index.h("input", { key: '51aa012a368892a1ca37290805d659c037fd401f', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
11205
+ .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(index$1) }, index.h("p", { class: "text-xs-medium" }, item))))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index$1), key: index$1 }, index.h("p", null, val)))))))), index.h("span", { key: 'd86a6ce2c1b27416582edf18cf8fc34cacf073ac', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '45a3747a6f52dabf3be05b3ed8b8386f866f2e6f', class: "input_field" }, index.h("input", { key: '8cf4b7e89c06df8eb229ac0c6bcbb8556e82373c', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
11184
11206
  // placeholder={this.placeholderText}
11185
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: 'b5d8fe94c8d253a9528be33336afdca949aa1f96', class: "help_icon" }, index.h("svg", { key: '5b2278809303d4e988b66ea80d77a6b5cee62393', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '9b9b43d03eccd9ea9e9b9c5a5365ede1aea4600e', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (index.h("div", { key: 'f9a81db03e7a7c6817e3ba9e8d8f2da277f489f0', class: `dropdown_menu` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
11207
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (index.h("div", { key: '78b0be1d3d2b30dcea9eb89a9ec2bbaadc02334c', class: "help_icon" }, index.h("svg", { key: '03faf3ca8827614bb947495d921122841b37a7a2', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '3c2226f027d393c69ed8f279f93155c078c6da88', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (index.h("div", { key: '07dea6654883a65387fc553a2c754cff8bcf7e2c', class: `dropdown_menu` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
11186
11208
  ? [index.h("p", { slot: "name" }, item.objectName), index.h("p", { slot: "supporting_text" }, item.objectValue)]
11187
11209
  : typeof item !== 'object' && index.h("p", { slot: "name" }, item))))))))), this.showHintText && index.h(index.Fragment, null, !this.destructive ? index.h("p", { class: "hint_text text-sm-regular" }, this.hintText) : index.h("p", { class: "error_text text-sm-regular" }, this.errorText))));
11188
11210
  }
@@ -11216,7 +11238,7 @@ const GbThemeTab = class {
11216
11238
  const systemIconSrc = index.getAssetPath(`assets/laptop.svg`);
11217
11239
  const sunSrc = index.getAssetPath(`assets/sun-02.svg`);
11218
11240
  const moonSrc = index.getAssetPath(`assets/moon-02.svg`);
11219
- return (index.h("div", { key: 'e89032ccdb00867a27887ef658e5cfef674a5614', class: `theme_tab_div` }, index.h("div", { key: '08ecbdad4f56a4a462af878c371194054731013a', class: "tab" }, index.h("gb-icon-button-base", { key: 'db5639cb26b64d0c72ba3448fbf210b8650adbcb', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), index.h("div", { key: 'a32718a3eef2b96c915efa013233afda3b68dc5f', class: "tab" }, index.h("gb-icon-button-base", { key: '5917131d0d9addee01367072bc06343dc8d3840a', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), index.h("div", { key: '0a4a1b37828bf347e7570f287450e160a99235cf', class: "tab" }, index.h("gb-icon-button-base", { key: '6eb4fe94c4c72f5b18e41e81769ac7c26d34186f', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
11241
+ return (index.h("div", { key: 'b1ce2e2172611689b2fe71adece4fb8eaa52cd5b', class: `theme_tab_div` }, index.h("div", { key: '28ff1b84efa49ae845e399e9aabd9701a8abf91b', class: "tab" }, index.h("gb-icon-button-base", { key: 'a980fddc24a08256cf662b2ba678d4f8508eb6a5', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), index.h("div", { key: '555ef1f084852f673f107a141877432bd3c0a859', class: "tab" }, index.h("gb-icon-button-base", { key: 'c309d3757d670db5bfe31afc34101897671d3d9a', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), index.h("div", { key: '479aa273c2d91fc30993197995b8ab188883eb84', class: "tab" }, index.h("gb-icon-button-base", { key: 'c3842452e0b98b60d6ecc2dd4bfd29f03ff6b661', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
11220
11242
  }
11221
11243
  get el() { return index.getElement(this); }
11222
11244
  };
@@ -11273,7 +11295,7 @@ const GbToast = class {
11273
11295
  window.removeEventListener('resize', this.handleResize);
11274
11296
  }
11275
11297
  render() {
11276
- return (index.h("div", { key: '0fff546d2a368d2e7bb0b7bb8dd479a4b0dd34ed', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '49bf49712b8bec28614c9d9dc0c5ad6f5161e1d3', class: `icon_container ${this.showSupportingText ? '' : 'no_supporting_text'}` }, this.internalColor === 'success' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "var(--color-icon-success, #079455)" }), index.h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "var(--color-icon-success, #079455)" }))) : this.color === 'error' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "var(--color-icon-danger, #B51726)" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "var(--color-icon, #4B5565)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "var(--color-icon, #4B5565)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "var(--color-icon, #4B5565)" })))), index.h("div", { key: 'd5e979790ea161ad5d3309bc89ee9429c331d197', class: `content ${this.size} ${this.actions ? ' actions' : ''} ${this.breakpoint}` }, index.h("div", { key: 'c47dfa295183e4a1d9bc1622e8f097c2bf3b15d4', class: `text ${!this.internalSupportingText ? 'no_supporting_text' : ''} ${this.size}` }, index.h("p", { key: '7e45767193f75e93e5d66330d35fbc398c2fad6f', class: `text-md-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: '6de192cc3693797f038a500124d7666ddcc53660', class: `text-sm-regular supporting_text_${this.internalColor}` }, this.internalSupportingText)), this.actions && (index.h("div", { key: '4c3a830b13dbe4f3441c530ed355481766e0c26b', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '79e6cb7435a367400b4a103dace6610fd4a544ef', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (index.h("div", { key: 'e91ee9ce2bc41c5451f929be42d6d0f162886983', class: `container ${this.breakpoint}` }, index.h("div", { key: '14d4f903b7141ded1eca07b67fc4948bf8bbcd1e', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: 'e3fbf8d4ec47d9463716595b069e2dacbb0a05e3', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: '0c66b1898a8dffac3cd7db9ef3f57514169a4f45', class: `icon_container` }, index.h("svg", { key: 'de1a0329e99997eaef4382ddef28c38fc9ed99a1', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { key: '6484247665faea5d4ff483fc01c7e83c668cdbe5', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: '4e5d4dc0596ff6be803c87d9308f1cd9242a7dd1', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '920e4700489339ee7e55da9f808c0a4b3b5b22c2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '790d7c0dbf32878f60965d96056eda5a04747183', class: `text ${this.size} ${this.breakpoint}` }, index.h("p", { key: '4e428cf747c79ac8ce24560fcba2c296d7e34510', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: 'b27be8e289607d177e255c2e75b94da656b14e46', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.internalSupportingText))), this.actions && (index.h("div", { key: '2a30fe5809ae47941f2cc3e947e3316c6cd9c019', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '8b447961814163b7da9a1b0667911b37645a1cca', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
11298
+ return (index.h("div", { key: '3b9a59852036eaf166823e74b8714678a9bccc54', class: `toast_div ${this.internalColor} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '339af981e78b494e0d22863dc401a97e031df8a5', class: `icon_container ${this.showSupportingText ? '' : 'no_supporting_text'}` }, this.internalColor === 'success' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0666 2.24988H14.0665H13.9331H13.9331C11.3773 2.24986 9.36985 2.24985 7.80253 2.46057C6.19643 2.67651 4.92213 3.12805 3.9209 4.12928C2.91967 5.13051 2.46813 6.40481 2.2522 8.01091C2.04148 9.57822 2.04149 11.5857 2.0415 14.1415V14.1415V14.2749V14.2749C2.04149 16.8307 2.04148 18.8382 2.2522 20.4055C2.46813 22.0116 2.91967 23.2859 3.9209 24.2871C4.92213 25.2884 6.19643 25.7399 7.80253 25.9559C9.36985 26.1666 11.3773 26.1666 13.9331 26.1665H14.0665C16.6223 26.1666 18.6298 26.1666 20.1971 25.9559C21.8032 25.7399 23.0775 25.2884 24.0788 24.2871C25.08 23.2859 25.5315 22.0116 25.7475 20.4055C25.9582 18.8382 25.9582 16.8308 25.9582 14.2749V14.1415C25.9582 11.5857 25.9582 9.57822 25.7475 8.01091C25.5315 6.40481 25.08 5.13051 24.0788 4.12928C23.0775 3.12805 21.8032 2.67651 20.1971 2.46057C18.6298 2.24985 16.6224 2.24986 14.0666 2.24988Z", fill: "var(--color-icon-success, #079455)" }), index.h("path", { d: "M19.2265 11.1487C19.7918 10.8396 19.9995 10.1307 19.6903 9.56536C19.3811 9.00004 18.6722 8.79238 18.1069 9.10154C15.9735 10.2683 14.2094 12.5199 13.0232 14.3362C12.5849 15.0074 12.2104 15.6429 11.9108 16.1812C11.6313 15.9101 11.3545 15.6747 11.1069 15.479C10.783 15.2228 10.4915 15.0208 10.2789 14.8816L9.91136 14.6534C9.35166 14.3342 8.63915 14.5291 8.31994 15.0888C8.0008 15.6484 8.19559 16.3607 8.75499 16.68L9.00033 16.8335C9.16695 16.9426 9.40042 17.1043 9.6598 17.3093C10.1936 17.7314 10.7696 18.2846 11.1321 18.8907C11.3546 19.2626 11.7649 19.4806 12.1977 19.4567C12.6303 19.4328 13.0142 19.1708 13.1944 18.7769L13.309 18.5372C13.388 18.3756 13.5063 18.1396 13.6603 17.8487C13.9689 17.2657 14.4176 16.4684 14.9769 15.612C16.1241 13.8554 17.6266 12.0237 19.2265 11.1487Z", fill: "var(--color-icon-success, #079455)" }))) : this.color === 'error' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "29", viewBox: "0 0 28 29", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0665 2.49945C16.6224 2.49944 18.6298 2.49942 20.1971 2.71014C21.8032 2.92608 23.0775 3.37762 24.0788 4.37885C25.08 5.38008 25.5315 6.65438 25.7475 8.26048C25.9582 9.82779 25.9582 11.8352 25.9582 14.391V14.3911V14.5245V14.5245C25.9582 17.0803 25.9582 19.0878 25.7475 20.6551C25.5315 22.2612 25.08 23.5355 24.0788 24.5367C23.0775 25.538 21.8032 25.9895 20.1971 26.2054C18.6298 26.4161 16.6224 26.4161 14.0666 26.4161H14.0665H13.9331H13.9331C11.3773 26.4161 9.36984 26.4161 7.80253 26.2054C6.19643 25.9895 4.92213 25.538 3.9209 24.5367C2.91967 23.5355 2.46813 22.2612 2.2522 20.6551C2.04148 19.0878 2.04149 17.0803 2.0415 14.5245V14.3911C2.04149 11.8353 2.04148 9.8278 2.2522 8.26048C2.46813 6.65438 2.91967 5.38008 3.9209 4.37885C4.92213 3.37762 6.19643 2.92608 7.80253 2.71014C9.36985 2.49942 11.3773 2.49944 13.9331 2.49945H14.0665Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8335 19.7075C12.8335 19.0632 13.3535 18.5409 13.9949 18.5409H14.0054C14.6468 18.5409 15.1668 19.0632 15.1668 19.7075C15.1668 20.3519 14.6468 20.8742 14.0054 20.8742H13.9949C13.3535 20.8742 12.8335 20.3519 12.8335 19.7075Z", fill: "var(--color-icon-danger, #B51726)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0003 16.2075C13.356 16.2075 12.8336 15.6852 12.8336 15.0409L12.8336 10.3742C12.8336 9.72985 13.356 9.20752 14.0003 9.20752C14.6446 9.20752 15.167 9.72985 15.167 10.3742L15.167 15.0409C15.167 15.6852 14.6446 16.2075 14.0003 16.2075Z", fill: "var(--color-icon-danger, #B51726)" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "var(--color-icon, #4B5565)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "var(--color-icon, #4B5565)" }), index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "var(--color-icon, #4B5565)" })))), index.h("div", { key: '30a207ae18cc11b83d09686a8298601c93f4b8a6', class: `content ${this.size} ${this.actions ? ' actions' : ''} ${this.breakpoint}` }, index.h("div", { key: '3a16ddf29c9775251ef10b50cb86965ee5b1c55b', class: `text ${!this.internalSupportingText ? 'no_supporting_text' : ''} ${this.size}` }, index.h("p", { key: 'a8c9f2c55a0cc94608dad534107375b51fe40da0', class: `text-md-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: '6667ff9aa3a4c9acd7888cd35c583f5d54cee01f', class: `text-sm-regular supporting_text_${this.internalColor}` }, this.internalSupportingText)), this.actions && (index.h("div", { key: '570c09fee014c610d5fef81c06a7f5da1ef9c07b', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: 'f947308ef92b308c6f74be6db0a6f3b9f9d992c4', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.size}`, onClick: () => this.closeToast() })))), this.size === 'full_width' && (index.h("div", { key: '603c65e5d94bb1a4fdfe1327cadec2be53a478da', class: `container ${this.breakpoint}` }, index.h("div", { key: '9442ea4319ed01a12530fa2642f2ee7de99b5944', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '9ebd126672fef115a1255a37b257f80995fedca1', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'fd830f1a5c5e23dafe56e85c54a69ccd6d17bfdd', class: `icon_container` }, index.h("svg", { key: 'b7777014e801963cafb26b3961eb5f03c8281078', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.internalColor}` }, index.h("path", { key: 'fc9ad47d78a092a08ce62935aba86c7fab3260bb', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: '4d49df1dafb2eacf15bb6e4803bc73f02ae43c1a', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: 'f5f600cb830772ffffefb8f60fe78f815084d75b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '920a24627109d3999f584f5d81dd5c03dc1e5ed3', class: `text ${this.size} ${this.breakpoint}` }, index.h("p", { key: 'f14a86c6f73fd7da201283962f6ced496d5fcdad', class: `text-sm-semi-bold main_text_${this.internalColor}` }, this.internalMainText), this.showSupportingText && index.h("p", { key: 'd8cdf3c0c284c0a694ca84c7707de795065b58ce', class: `text-xs-regular supporting_text_${this.internalColor}` }, this.internalSupportingText))), this.actions && (index.h("div", { key: '0ed33c363c03aee031fad6da00f146b8717d7a7b', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray", onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color", onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText))))) : (index.h(index.Fragment, null, this.secondActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.secondActionClicked.emit() }, index.h("p", null, this.secondActionText))), this.firstActionText && (index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.internalColor, onClick: () => this.firstActionClicked.emit() }, index.h("p", null, this.firstActionText)))))))), this.xCloseButton && (index.h("gb-button-close", { key: '4662f8ecbb37a7687ded523d9642bf7df61d0a2a', size: "sm", color: this.internalColor === 'default' ? 'gray' : this.internalColor === 'gray' ? 'gray' : this.internalColor, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
11277
11299
  }
11278
11300
  get el() { return index.getElement(this); }
11279
11301
  static get watchers() { return {
@@ -11295,7 +11317,7 @@ const GbToastButton = class {
11295
11317
  slottedContent.classList.add('text-sm-semi-bold');
11296
11318
  }
11297
11319
  render() {
11298
- return (index.h("div", { key: '89e4b36ca62b4e3a8ce800fc63b2b783bbcd53b1', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '31468a7cd33a941dcbfdcf4306f2ea112d1e9b83' })));
11320
+ return (index.h("div", { key: '29ef2ed415fe9ba7c13d30e04d5c20a103e0ce78', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '505fac54480d6806d20c6dc8fa1b6983f9fcbc83' })));
11299
11321
  }
11300
11322
  get el() { return index.getElement(this); }
11301
11323
  };
@@ -11348,7 +11370,7 @@ const GbToggle = class {
11348
11370
  }
11349
11371
  }
11350
11372
  render() {
11351
- return (index.h("div", { key: '9a5bfabfd25b6b7551281852dcf8b6656dd0df78', class: `toggle_div ${this.size}` }, this.position === 'left' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '2a9be6ed37b98d994efe428c15a48fcb3fccf224', class: "text" }, index.h("slot", { key: '0222b87790ef0383a80589465b1b59dd060a5823', name: "main_text" }), this.supportingText && index.h("slot", { key: '090d77f7347169723cb087cbbca750cbacbd7e09', name: "supporting_text" }))))), index.h("div", { key: 'd2bd05efcd546daa460a258e6144f448b2ee23b6', class: "toggle_base" }, index.h("gb-toggle-base", { key: '22448b76cd253699d2c82d51b876c245b878c0f9', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '0fe6e67f2deb74a29137f803f66ab9005b403d70', class: "text" }, index.h("slot", { key: '2eaddead3cd1f90048234877d2c166477be2cfa2', name: "main_text" }), this.supportingText && index.h("slot", { key: '969e0913912440b369c9f7d3591ca3d8210c7224', name: "supporting_text" })))))));
11373
+ return (index.h("div", { key: 'f9072223aec45076a93b268716d239473affafe0', class: `toggle_div ${this.size}` }, this.position === 'left' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: 'ae3a1bbb8aee1af3d4937f39d365a40c6ff28e92', class: "text" }, index.h("slot", { key: '0306c2df643427fd9b530360bcb4fc68935942a6', name: "main_text" }), this.supportingText && index.h("slot", { key: '8e6481e8c87043054f8b22c5b4a49668ef0cb376', name: "supporting_text" }))))), index.h("div", { key: 'cd463f75cb109ed7d920e536b16decb0ed6c17fe', class: "toggle_base" }, index.h("gb-toggle-base", { key: '23a782a77372d2060658a27b7ff9837807353b5c', size: this.size, state: this.state, pressed: this.pressed, onToggleClicked: this.onToggle.bind(this) })), this.position === 'right' && (index.h(index.Fragment, null, this.text && (index.h("div", { key: '075222964f183c553d01f30101854a7a8c3585ca', class: "text" }, index.h("slot", { key: 'd4de97556ad4c23d1e149c7cab3083a46fbbcdec', name: "main_text" }), this.supportingText && index.h("slot", { key: 'adf6eafb8d749410150559286e63f559470f55f6', name: "supporting_text" })))))));
11352
11374
  }
11353
11375
  get el() { return index.getElement(this); }
11354
11376
  };
@@ -11370,8 +11392,8 @@ const GbToggleBase = class {
11370
11392
  }
11371
11393
  render() {
11372
11394
  return [
11373
- index.h("input", { key: '4937249c9b333087efef5691fef325f0c5697e0f', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
11374
- index.h("label", { key: 'd0cc741d244258e4ac75d0cc887cb80790782bcd', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "var(--color-background-selected, #075DB2)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "var(--color-background-gray-subtle, #E3E8EF)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
11395
+ index.h("input", { key: 'a03f12e87a543efdce3e68ac9403f3ae5dfe0fd5', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
11396
+ index.h("label", { key: 'e36a186cea398eb67edca395d8558a955367078c', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "var(--color-background-selected, #075DB2)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "var(--color-background-gray-subtle, #E3E8EF)", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
11375
11397
  ];
11376
11398
  }
11377
11399
  };
@@ -11407,7 +11429,7 @@ const GbTooltip = class {
11407
11429
  return this.showArrow ? `arrow ${this.arrow}` : '';
11408
11430
  }
11409
11431
  render() {
11410
- return (index.h("div", { key: '853330e845622dfe1b65b46952ef0d644abad9fe', class: "tooltip_container" }, index.h("div", { key: 'd16087b9b9339f5c873fd47a3a1a6506cc5dd096', class: "tooltip" }, this.showArrow && index.h("div", { key: 'cc81040044ba5c5579a9c61ded48d8be07e64741', class: this.getArrowClass() }), index.h("div", { key: 'e6ca85968ad6cfa129dd02765a7c0a7c2b9fe2c0', class: "tooltip_content" }, index.h("slot", { key: '6561f533fb4063e3c4bcfcf2a329147a6a655154', name: "label" }), this.showSupportingText && index.h("slot", { key: '28f276951e75e9f3d58a12a38e0b764d2be1abf3', name: "supporting_text" })))));
11432
+ return (index.h("div", { key: 'ed653caf44febe6a3d54ed25aa75fb91706db893', class: "tooltip_container" }, index.h("div", { key: '2264f1ae517cb345f03e87f5330866751c098218', class: "tooltip" }, this.showArrow && index.h("div", { key: '10d8e432af8e3672962b7e363b5a2e49ae70a753', class: this.getArrowClass() }), index.h("div", { key: 'eb342f71471bbef672dd1965126073fcfb1c7fb8', class: "tooltip_content" }, index.h("slot", { key: '9fb20bf41b940a2f608f51d608c76815767ba521', name: "label" }), this.showSupportingText && index.h("slot", { key: '6c6c9f4a32715d828b5f48fa9d7412623063e507', name: "supporting_text" })))));
11411
11433
  }
11412
11434
  get el() { return index.getElement(this); }
11413
11435
  };
@@ -45,7 +45,7 @@ const GbTokenFieldCompact = class {
45
45
  }
46
46
  }
47
47
  render() {
48
- return (index.h("div", { key: 'a43f816839766277c887eace89b0a21b989d9148', class: `compact_field_wrapper ${this.size}` }, index.h("div", { key: '878fb8bcf7a3370eadc03338f69c6d63cde4d1f9', class: "input_with_label" }, this.showLabel && index.h("label", { key: 'eea86ff1a72eb874cb52ddc3b0f6de9cdb5d2f86', class: "text-sm-medium" }, this.label), index.h("input", { key: 'd07a9d1f4577bddfc7bb498bff4b0016d04eb264', class: `token_input ${this.size}`, type: "text", inputMode: "numeric", placeholder: '-'.repeat(this.digits), value: this.inputValue, maxLength: this.digits, onInput: e => this.emitInputtedToken(e), onKeyDown: e => this.handleKeyDown(e), onPaste: e => this.handlePaste(e), ref: el => (this.inputEl = el) })), this.showSupportingText && index.h("p", { key: '0459dde3c260b9455015ce5be68055653fc78724', class: "supporting_text text-sm-regular" }, this.supportingText)));
48
+ return (index.h("div", { key: '43d241bbf4bc3464863300ddb0089ceff606107d', class: `compact_field_wrapper ${this.size}` }, index.h("div", { key: 'beea89f5a01bedacd27b8a40d7924e0be8ce884c', class: "input_with_label" }, this.showLabel && index.h("label", { key: 'f87c24ad063031e32670bf9dedb688b3397a9fbd', class: "text-sm-medium" }, this.label), index.h("input", { key: 'ae414f39983a7e32ad3feb5f78fcd15847d20c84', class: `token_input ${this.size}`, type: "text", inputMode: "numeric", placeholder: '-'.repeat(this.digits), value: this.inputValue, maxLength: this.digits, onInput: e => this.emitInputtedToken(e), onKeyDown: e => this.handleKeyDown(e), onPaste: e => this.handlePaste(e), ref: el => (this.inputEl = el) })), this.showSupportingText && index.h("p", { key: '7cc4761cfd625f915570e89a779bae85967ef1b2', class: "supporting_text text-sm-regular" }, this.supportingText)));
49
49
  }
50
50
  get el() { return index.getElement(this); }
51
51
  };
@@ -86,11 +86,11 @@ const GbTokenFieldCompressed = class {
86
86
  });
87
87
  }
88
88
  render() {
89
- return (index.h("div", { key: 'b377d5247e0819431868eb848e411ee644ffc0ab', class: {
89
+ return (index.h("div", { key: 'c28146f0ba5057e870143b892c09a41d3e6a35f7', class: {
90
90
  container: true,
91
91
  [this.size]: true,
92
92
  [`digits-${this.digits}`]: true,
93
- } }, index.h("div", { key: '1e178537ebe0428efda306641c210b1279f02893', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '4aeda63e2704e7e428eaf7ff1effeb6f406250d8', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && index.h("div", { key: '1b257a30df82df8ac13c82e47923d39b3683b875', class: "input-wrapper" }, this.renderInputs(4, 0)), this.digits === 6 && (index.h("div", { key: '38f31710792bbdb7e4ac9eb9d99eadbd40a26fd9', class: "input-wrapper" }, this.renderInputs(3, 0), index.h("p", { key: '9ef5b5a71b4e1fccba155dff62ca27909cee227b', class: "line display-sm-bold" }, "-"), this.renderInputs(3, 3))), this.digits === 8 && (index.h("div", { key: '959cbaad90a6271342a7e0be29e8c60cf78c1918', class: "input-wrapper" }, this.renderInputs(4, 0), index.h("p", { key: '386d3a75d58900e964b36fac9a672aecc8ea0b57', class: "line display-sm-bold" }, "-"), this.renderInputs(4, 4)))), this.showHintText && (index.h("div", { key: '2c23308f674e76f1bea07f557647a54aee907d3b', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
93
+ } }, index.h("div", { key: '0129b374a36d07dffb94e1307aa9942a04e6111b', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '54c722c9fb9f504e2163134dfedb92b7eebd7c76', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && index.h("div", { key: '5db66e60479dff5540320089e60775870cd5260c', class: "input-wrapper" }, this.renderInputs(4, 0)), this.digits === 6 && (index.h("div", { key: 'd034ca0df1d382d60ba982c6e5e9e34fecad41cf', class: "input-wrapper" }, this.renderInputs(3, 0), index.h("p", { key: '0f836572f391fe2f01fe2d059775e1e5bfa869da', class: "line display-sm-bold" }, "-"), this.renderInputs(3, 3))), this.digits === 8 && (index.h("div", { key: 'd51c9630e8d3868c2e680253c540b31079e9feea', class: "input-wrapper" }, this.renderInputs(4, 0), index.h("p", { key: 'a46f2ef300eaba61f89d01627721295e40710ae5', class: "line display-sm-bold" }, "-"), this.renderInputs(4, 4)))), this.showHintText && (index.h("div", { key: '426c192e7f2a2b377e608b4bcf886dd7f9166fd3', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
94
94
  }
95
95
  };
96
96
  GbTokenFieldCompressed.style = gbTokenFieldCompressedCss;
@@ -32,7 +32,7 @@ const GbVerticalTabs = class {
32
32
  this.tabItemClicked.emit({ index, label });
33
33
  }
34
34
  render() {
35
- return (index.h("div", { key: '275133fd6e463abc8319f9af01b0928f1f159588', class: `vertical_tab_div` }, this.internalTabs.map((tab, index$1) => (index.h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index$1, onClick: () => this.handleTabClick(index$1, tab.name), alignment: "vertical" })))));
35
+ return (index.h("div", { key: 'efbc55ae3937dbccf6176873492f2dce7367f44e', class: `vertical_tab_div` }, this.internalTabs.map((tab, index$1) => (index.h("gb-tab-button-base", { size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": tab.name, current: this.activeIndex === index$1, onClick: () => this.handleTabClick(index$1, tab.name), alignment: "vertical" })))));
36
36
  }
37
37
  static get watchers() { return {
38
38
  "tabs": ["onTabsChanged"]