globuswebcomponents 0.9.6 → 0.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/dist/cjs/{gb-avatar_44.cjs.entry.js → gb-avatar_45.cjs.entry.js} +268 -140
  2. package/dist/cjs/gb-avatar_45.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-export-dropdown.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-export-dropdown.cjs.entry.js.map +1 -1
  5. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  6. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  13. package/dist/cjs/globuscomponents.cjs.js +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
  16. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  17. package/dist/collection/assets/empty-state-background.svg +60 -0
  18. package/dist/collection/assets/empty-state-no-data.svg +42 -0
  19. package/dist/collection/collection-manifest.json +1 -0
  20. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +2 -2
  21. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js.map +1 -1
  22. package/dist/collection/components/gb-file-upload/gb-file-upload.js +27 -27
  23. package/dist/collection/components/gb-file-upload/gb-file-upload.js.map +1 -1
  24. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  25. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +39 -0
  26. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +172 -74
  27. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  28. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.css +0 -4
  29. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  30. package/dist/collection/components/gb-input-field/gb-input-field.css +6 -0
  31. package/dist/collection/components/gb-input-field/gb-input-field.js +27 -19
  32. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  33. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  34. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  35. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  36. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -3
  37. package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
  38. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +2 -40
  39. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js.map +1 -1
  40. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  41. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  42. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  43. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  44. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  45. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  46. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  47. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  48. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  49. package/dist/collection/components/gb-sidebar/gb-sidebar.js +7 -8
  50. package/dist/collection/components/gb-sidebar/gb-sidebar.js.map +1 -1
  51. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  52. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  53. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  54. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.css +4 -0
  55. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +4 -4
  56. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  57. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  58. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  59. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  60. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  61. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  62. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  63. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  64. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  65. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  66. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  67. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.css +6 -0
  68. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +501 -0
  69. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js.map +1 -0
  70. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  71. package/dist/collection/models/reusableModels.js.map +1 -1
  72. package/dist/components/gb-avatar-add-button.js +1 -1
  73. package/dist/components/gb-avatar-dropdown.js +3 -3
  74. package/dist/components/gb-avatar-group.js +4 -4
  75. package/dist/components/gb-avatar-label-group.js +1 -1
  76. package/dist/components/gb-avatar-profile-photo.js +2 -2
  77. package/dist/components/gb-avatar.js +1 -1
  78. package/dist/components/gb-badge.js +1 -1
  79. package/dist/components/gb-checkbox-group-item.js +1 -1
  80. package/dist/components/gb-checkbox-group.js +3 -3
  81. package/dist/components/gb-collapse-button.js +1 -1
  82. package/dist/components/gb-export-dropdown.js +2 -2
  83. package/dist/components/gb-export-dropdown.js.map +1 -1
  84. package/dist/components/gb-file-upload-item-base.js +1 -1
  85. package/dist/components/gb-file-upload.js +30 -28
  86. package/dist/components/gb-file-upload.js.map +1 -1
  87. package/dist/components/gb-header.js +2 -2
  88. package/dist/components/gb-help-tooltip.js +1 -1
  89. package/dist/components/gb-horizontal-tabs.js +4 -4
  90. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  91. package/dist/components/gb-input-dropdown.js +1 -1
  92. package/dist/components/gb-input-field.js +1 -396
  93. package/dist/components/gb-input-field.js.map +1 -1
  94. package/dist/components/gb-megainput-field.js +1 -1
  95. package/dist/components/gb-notification-content.js +1 -1
  96. package/dist/components/gb-notification-pane.js +4 -4
  97. package/dist/components/gb-pagination-button-group-base.js +1 -1
  98. package/dist/components/gb-pagination-dot-group.js +1 -1
  99. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  100. package/dist/components/gb-pagination-number-base.js +1 -1
  101. package/dist/components/gb-pagination.js +48 -29
  102. package/dist/components/gb-pagination.js.map +1 -1
  103. package/dist/components/gb-password-button.js +1 -1
  104. package/dist/components/gb-progress-bar.js +1 -1
  105. package/dist/components/gb-progress-circle.js +1 -1
  106. package/dist/components/gb-rich-text.js +46 -22
  107. package/dist/components/gb-rich-text.js.map +1 -1
  108. package/dist/components/gb-scrollbar.js +1 -1
  109. package/dist/components/gb-side-bar-item.js +1 -1
  110. package/dist/components/gb-sidebar.js +12 -13
  111. package/dist/components/gb-sidebar.js.map +1 -1
  112. package/dist/components/gb-slider-control-handle.js +1 -1
  113. package/dist/components/gb-slider.js +3 -3
  114. package/dist/components/gb-status-indicator.js +1 -1
  115. package/dist/components/gb-tab-button-base.js +1 -1
  116. package/dist/components/gb-tag-checkbox.js +1 -1
  117. package/dist/components/gb-tag-close.js +1 -1
  118. package/dist/components/gb-tag-count.js +1 -1
  119. package/dist/components/gb-tag.js +1 -1
  120. package/dist/components/gb-toast-button.js +1 -1
  121. package/dist/components/gb-toast.js +2 -2
  122. package/dist/components/gb-toggle-base.js +1 -1
  123. package/dist/components/gb-toggle.js +2 -2
  124. package/dist/components/gb-token-field.js +2 -2
  125. package/dist/components/gb-tooltip.js +1 -1
  126. package/dist/components/gb-verification-code-field.js +3 -3
  127. package/dist/components/gb-vertical-tabs.d.ts +11 -0
  128. package/dist/components/gb-vertical-tabs.js +132 -0
  129. package/dist/components/gb-vertical-tabs.js.map +1 -0
  130. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  131. package/dist/components/{p-af6c2dc5.js → p-0bde1b0e.js} +2 -2
  132. package/dist/components/{p-af6c2dc5.js.map → p-0bde1b0e.js.map} +1 -1
  133. package/dist/components/{p-5512321a.js → p-0c6b277d.js} +2 -2
  134. package/dist/components/{p-5512321a.js.map → p-0c6b277d.js.map} +1 -1
  135. package/dist/components/{p-e26f2275.js → p-12879e00.js} +2 -2
  136. package/dist/components/{p-e26f2275.js.map → p-12879e00.js.map} +1 -1
  137. package/dist/components/{p-b02e796f.js → p-1c1003b6.js} +2 -2
  138. package/dist/components/{p-b02e796f.js.map → p-1c1003b6.js.map} +1 -1
  139. package/dist/components/{p-4aa73a61.js → p-24625c69.js} +2 -2
  140. package/dist/components/{p-4aa73a61.js.map → p-24625c69.js.map} +1 -1
  141. package/dist/components/{p-da349f94.js → p-258cafb9.js} +2 -2
  142. package/dist/components/{p-da349f94.js.map → p-258cafb9.js.map} +1 -1
  143. package/dist/components/{p-e673b425.js → p-29ca4063.js} +7 -7
  144. package/dist/components/{p-e673b425.js.map → p-29ca4063.js.map} +1 -1
  145. package/dist/components/{p-60a8f11a.js → p-2e73f436.js} +2 -2
  146. package/dist/components/{p-60a8f11a.js.map → p-2e73f436.js.map} +1 -1
  147. package/dist/components/{p-18a465ff.js → p-3254d1d4.js} +3 -3
  148. package/dist/components/{p-18a465ff.js.map → p-3254d1d4.js.map} +1 -1
  149. package/dist/components/{p-787c9757.js → p-35406f07.js} +176 -75
  150. package/dist/components/p-35406f07.js.map +1 -0
  151. package/dist/components/p-47052b60.js.map +1 -1
  152. package/dist/components/{p-2ee8e211.js → p-472f11a3.js} +2 -2
  153. package/dist/components/{p-2ee8e211.js.map → p-472f11a3.js.map} +1 -1
  154. package/dist/components/{p-cfbe014d.js → p-4bd1630c.js} +3 -3
  155. package/dist/components/{p-cfbe014d.js.map → p-4bd1630c.js.map} +1 -1
  156. package/dist/components/{p-ebbbdd33.js → p-6557b598.js} +3 -3
  157. package/dist/components/{p-ebbbdd33.js.map → p-6557b598.js.map} +1 -1
  158. package/dist/components/{p-6e7c1b3f.js → p-855667d7.js} +6 -6
  159. package/dist/components/p-855667d7.js.map +1 -0
  160. package/dist/components/{p-75424aa6.js → p-88e8dfdb.js} +3 -3
  161. package/dist/components/{p-75424aa6.js.map → p-88e8dfdb.js.map} +1 -1
  162. package/dist/components/{p-26de186a.js → p-8a6370b2.js} +3 -3
  163. package/dist/components/{p-26de186a.js.map → p-8a6370b2.js.map} +1 -1
  164. package/dist/components/{p-a112004b.js → p-8a998306.js} +2 -2
  165. package/dist/components/{p-a112004b.js.map → p-8a998306.js.map} +1 -1
  166. package/dist/components/p-99ac6a1b.js +408 -0
  167. package/dist/components/p-99ac6a1b.js.map +1 -0
  168. package/dist/components/{p-5be3a868.js → p-ac14b3b7.js} +8 -8
  169. package/dist/components/p-ac14b3b7.js.map +1 -0
  170. package/dist/components/{p-c5391fb7.js → p-ad3a2c04.js} +2 -2
  171. package/dist/components/{p-c5391fb7.js.map → p-ad3a2c04.js.map} +1 -1
  172. package/dist/components/{p-c7c9cb57.js → p-b0acdded.js} +45 -21
  173. package/dist/components/p-b0acdded.js.map +1 -0
  174. package/dist/components/{p-70b439f9.js → p-c2efc577.js} +2 -2
  175. package/dist/components/{p-70b439f9.js.map → p-c2efc577.js.map} +1 -1
  176. package/dist/components/{p-47f3f4e8.js → p-c8f12e95.js} +2 -2
  177. package/dist/components/{p-47f3f4e8.js.map → p-c8f12e95.js.map} +1 -1
  178. package/dist/components/{p-9ae39411.js → p-cbe0d594.js} +2 -2
  179. package/dist/components/{p-9ae39411.js.map → p-cbe0d594.js.map} +1 -1
  180. package/dist/components/{p-6287f38c.js → p-d401040a.js} +3 -3
  181. package/dist/components/{p-6287f38c.js.map → p-d401040a.js.map} +1 -1
  182. package/dist/components/{p-14a5304b.js → p-db3b8bbc.js} +3 -9
  183. package/dist/components/p-db3b8bbc.js.map +1 -0
  184. package/dist/components/{p-ff58b603.js → p-e7fb3e27.js} +3 -3
  185. package/dist/components/{p-ff58b603.js.map → p-e7fb3e27.js.map} +1 -1
  186. package/dist/components/{p-8efbc7c0.js → p-ec43535d.js} +6 -6
  187. package/dist/components/{p-8efbc7c0.js.map → p-ec43535d.js.map} +1 -1
  188. package/dist/components/{p-7aa28b49.js → p-fdb2a202.js} +3 -3
  189. package/dist/components/{p-7aa28b49.js.map → p-fdb2a202.js.map} +1 -1
  190. package/dist/components/test-input-tag.js +9 -9
  191. package/dist/esm/{gb-avatar_44.entry.js → gb-avatar_45.entry.js} +268 -141
  192. package/dist/esm/gb-avatar_45.entry.js.map +1 -0
  193. package/dist/esm/gb-export-dropdown.entry.js +2 -2
  194. package/dist/esm/gb-export-dropdown.entry.js.map +1 -1
  195. package/dist/esm/gb-megainput-field.entry.js +2 -2
  196. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  197. package/dist/esm/gb-progress-circle.entry.js +1 -1
  198. package/dist/esm/gb-rich-text.entry.js +1 -1
  199. package/dist/esm/gb-scrollbar.entry.js +1 -1
  200. package/dist/esm/gb-toggle.entry.js +1 -1
  201. package/dist/esm/gb-token-field.entry.js +1 -1
  202. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  203. package/dist/esm/globuscomponents.js +1 -1
  204. package/dist/esm/loader.js +1 -1
  205. package/dist/esm/reusableModels-8496e911.js.map +1 -1
  206. package/dist/esm/test-input-tag.entry.js +2 -2
  207. package/dist/globuscomponents/assets/empty-state-background.svg +60 -0
  208. package/dist/globuscomponents/assets/empty-state-no-data.svg +42 -0
  209. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  210. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  211. package/dist/globuscomponents/p-09f97c9b.entry.js +2 -0
  212. package/dist/globuscomponents/p-123789b1.entry.js +2 -0
  213. package/dist/globuscomponents/{p-641ddab7.entry.js → p-35a813fe.entry.js} +2 -2
  214. package/dist/globuscomponents/p-47052b60.js.map +1 -1
  215. package/dist/globuscomponents/{p-d1a92423.entry.js → p-69239722.entry.js} +2 -2
  216. package/dist/globuscomponents/p-a6568465.entry.js +2 -0
  217. package/dist/globuscomponents/{p-b22b0186.entry.js → p-a786f9fa.entry.js} +2 -2
  218. package/dist/globuscomponents/{p-d32c11d8.entry.js → p-b5d57e93.entry.js} +2 -2
  219. package/dist/globuscomponents/{p-a6d401af.entry.js → p-b65519f9.entry.js} +2 -2
  220. package/dist/globuscomponents/{p-bde2ee59.entry.js → p-ebe37817.entry.js} +2 -2
  221. package/dist/globuscomponents/p-ebe37817.entry.js.map +1 -0
  222. package/dist/globuscomponents/{p-cc42edb7.entry.js → p-f4d25885.entry.js} +2 -2
  223. package/dist/globuscomponents/p-f4d25885.entry.js.map +1 -0
  224. package/dist/globuscomponents/{p-aaa4b333.entry.js → p-f58cd21d.entry.js} +2 -2
  225. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +11 -4
  226. package/dist/types/components/gb-input-field/gb-input-field.d.ts +0 -1
  227. package/dist/types/components/gb-pagination-button-group-base/gb-pagination-button-group-base.d.ts +0 -3
  228. package/dist/types/components/gb-vertical-tabs/gb-vertical-tabs.d.ts +31 -0
  229. package/dist/types/components.d.ts +87 -12
  230. package/dist/types/models/reusableModels.d.ts +2 -2
  231. package/package.json +1 -1
  232. package/dist/cjs/gb-avatar_44.cjs.entry.js.map +0 -1
  233. package/dist/components/p-14a5304b.js.map +0 -1
  234. package/dist/components/p-5be3a868.js.map +0 -1
  235. package/dist/components/p-6e7c1b3f.js.map +0 -1
  236. package/dist/components/p-787c9757.js.map +0 -1
  237. package/dist/components/p-c7c9cb57.js.map +0 -1
  238. package/dist/esm/gb-avatar_44.entry.js.map +0 -1
  239. package/dist/globuscomponents/p-7d1d376e.entry.js +0 -2
  240. package/dist/globuscomponents/p-bde2ee59.entry.js.map +0 -1
  241. package/dist/globuscomponents/p-cc42edb7.entry.js.map +0 -1
  242. package/dist/globuscomponents/p-d0045a1d.entry.js +0 -2
  243. package/dist/globuscomponents/p-eded0645.entry.js +0 -2
  244. /package/dist/globuscomponents/{p-d0045a1d.entry.js.map → p-09f97c9b.entry.js.map} +0 -0
  245. /package/dist/globuscomponents/{p-eded0645.entry.js.map → p-123789b1.entry.js.map} +0 -0
  246. /package/dist/globuscomponents/{p-641ddab7.entry.js.map → p-35a813fe.entry.js.map} +0 -0
  247. /package/dist/globuscomponents/{p-d1a92423.entry.js.map → p-69239722.entry.js.map} +0 -0
  248. /package/dist/globuscomponents/{p-7d1d376e.entry.js.map → p-a6568465.entry.js.map} +0 -0
  249. /package/dist/globuscomponents/{p-b22b0186.entry.js.map → p-a786f9fa.entry.js.map} +0 -0
  250. /package/dist/globuscomponents/{p-d32c11d8.entry.js.map → p-b5d57e93.entry.js.map} +0 -0
  251. /package/dist/globuscomponents/{p-a6d401af.entry.js.map → p-b65519f9.entry.js.map} +0 -0
  252. /package/dist/globuscomponents/{p-aaa4b333.entry.js.map → p-f58cd21d.entry.js.map} +0 -0
@@ -17,8 +17,8 @@ const GbExportDropdown = class {
17
17
  this.showSecondSubDropdown = false;
18
18
  }
19
19
  async onExportClicked(exportType, dataType) {
20
- // this.exportClicked.emit({exportType, dataType});
21
- console.log({ exportType, dataType });
20
+ this.exportClicked.emit({ exportType, dataType });
21
+ // console.log({ exportType, dataType });
22
22
  }
23
23
  render() {
24
24
  return (index.h(index.Fragment, null, index.h("div", { key: 'b5c31165cdffd35a9aa839d4bbc29b5b192f76c7', class: `export_dropdown` }, index.h("gb-export-dropdown-item", { key: '315130bba9ed9b2380835e683664ab0917b5e351', type: "pdf", state: reusableModels.StateEnum.Default, onMouseOver: () => (this.showFirstSubDropdown = true), onMouseOut: () => (this.showFirstSubDropdown = false) }), index.h("gb-export-dropdown-item", { key: '5261763d704d83a9287a5eda5868005961bc0a56', type: "csv", state: reusableModels.StateEnum.Default, onMouseOver: () => (this.showSecondSubDropdown = true), onMouseOut: () => (this.showSecondSubDropdown = false) })), this.showFirstSubDropdown && (index.h("gb-export-sub-dropdown", { key: '4192b8f5ad2486a12d3dd9913944dac4b58a0525', class: `first_dropdown`, onMouseOver: () => (this.showFirstSubDropdown = true), onMouseOut: () => (this.showFirstSubDropdown = false) }, index.h("p", { key: 'b59aed9c5a2b59a754f84fe14a9a6b5a2091a451', slot: "label_one", onClick: () => this.onExportClicked('pdf', 'entire_data') }, "Entire Data"), index.h("p", { key: '08bd0d865a71c9aa409ad5cc6486259ee4232e8e', slot: "label_two", onClick: () => this.onExportClicked('pdf', 'data_on_view') }, "Data on view"), index.h("p", { key: '14d405ef97234bf2fa922b63d648b31d7440e262', slot: "label_three", onClick: () => this.onExportClicked('pdf', 'filtered_data') }, "Filtered Data"))), this.showSecondSubDropdown && (index.h("gb-export-sub-dropdown", { key: 'c51f9b6c91bda7812832c55d5b503038f6094ce8', class: `second_dropdown`, onMouseOver: () => (this.showSecondSubDropdown = true), onMouseOut: () => (this.showSecondSubDropdown = false) }, index.h("p", { key: '705b034caba4985d686d81e3ce64dfe1668037a0', slot: "label_one", onClick: () => this.onExportClicked('csv', 'entire_data') }, "Entire Data"), index.h("p", { key: '529c0254371bf2326f6b7c602d6387dc5e6f8942', slot: "label_two", onClick: () => this.onExportClicked('csv', 'data_on_view') }, "Data on view"), index.h("p", { key: '46ff83cfce945dd44b9c85b312ac04d6b5289f51', slot: "label_three", onClick: () => this.onExportClicked('csv', 'filtered_data') }, "Filtered Data")))));
@@ -1 +1 @@
1
- {"file":"gb-export-dropdown.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,mBAAmB,GAAG,wmqEAAwmqE,CAAC;AACroqE,+BAAe,mBAAmB;;MCOrB,gBAAgB;;;;;oCAEc,KAAK;qCACJ,KAAK;;IAI/C,MAAM,eAAe,CAAC,UAAkB,EAAE,QAAgB;;QAExD,OAAO,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;KACvC;IAED,MAAM;QACJ,QACEA,8BACEA,kEAAK,KAAK,EAAE,iBAAiB,IAC3BA,sFACE,IAAI,EAAC,KAAK,EACV,KAAK,EAAEC,wBAAS,CAAC,OAAO,EACxB,WAAW,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,EACrD,UAAU,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,GAC5B,EAC3BD,sFACE,IAAI,EAAC,KAAK,EACV,KAAK,EAAEC,wBAAS,CAAC,OAAO,EACxB,WAAW,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,EACtD,UAAU,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,GAC7B,CACvB,EACL,IAAI,CAAC,oBAAoB,KACxBD,qFAAwB,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,EAAE,UAAU,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,IAC3JA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,aAAa,CAAC,kBAEzE,EACJA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,mBAE1E,EACJA,gEAAG,IAAI,EAAC,aAAa,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,eAAe,CAAC,oBAE7E,CACmB,CAC1B,EACA,IAAI,CAAC,qBAAqB,KACzBA,qFAAwB,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,EAAE,UAAU,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,IAC9JA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,aAAa,CAAC,kBAEzE,EACJA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,mBAE1E,EACJA,gEAAG,IAAI,EAAC,aAAa,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,eAAe,CAAC,oBAE7E,CACmB,CAC1B,CACA,EACH;KACH;;;;;;;","names":["h","StateEnum"],"sources":["src/components/gb-export-dropdown/gb-export-dropdown.css?tag=gb-export-dropdown&encapsulation=shadow","src/components/gb-export-dropdown/gb-export-dropdown.tsx"],"sourcesContent":["@import './../../global/global.css';\r\n\r\n.export_dropdown{\r\n display: flex;\r\n width: fit-content;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n gap: var(--spacing-none);\r\n border-radius: var(--rounded-sm);\r\n border: 1px solid var(--color-border-subtler, #E3E8EF);\r\n background: var(--color-surface, #FFFFFF);\r\n box-shadow: var(--shadow-sm);\r\n position: relative;\r\n}\r\n\r\n.first_dropdown{\r\n position: absolute;\r\n top: 6rem;\r\n left: -9.8rem;\r\n}\r\n\r\n.second_dropdown{\r\n position: absolute;\r\n top: 9rem;\r\n left: -9.8rem;\r\n}","import { Component, Event, EventEmitter, h, Prop, State, Fragment, Element } from \"@stencil/core\";\r\nimport { StateEnum } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-export-dropdown',\r\n styleUrl: 'gb-export-dropdown.css',\r\n shadow: true,\r\n})\r\nexport class GbExportDropdown {\r\n @Prop() state: StateEnum;\r\n @State() showFirstSubDropdown: boolean = false;\r\n @State() showSecondSubDropdown: boolean = false;\r\n @Event() exportClicked: EventEmitter<{exportType: string, dataType: string}>;\r\n @Element() el: HTMLElement;\r\n\r\n async onExportClicked(exportType: string, dataType: string) {\r\n // this.exportClicked.emit({exportType, dataType});\r\n console.log({ exportType, dataType });\r\n }\r\n\r\n render() {\r\n return (\r\n <>\r\n <div class={`export_dropdown`}>\r\n <gb-export-dropdown-item\r\n type=\"pdf\"\r\n state={StateEnum.Default}\r\n onMouseOver={() => (this.showFirstSubDropdown = true)}\r\n onMouseOut={() => (this.showFirstSubDropdown = false)}\r\n ></gb-export-dropdown-item>\r\n <gb-export-dropdown-item\r\n type=\"csv\"\r\n state={StateEnum.Default}\r\n onMouseOver={() => (this.showSecondSubDropdown = true)}\r\n onMouseOut={() => (this.showSecondSubDropdown = false)}\r\n ></gb-export-dropdown-item>\r\n </div>\r\n {this.showFirstSubDropdown && (\r\n <gb-export-sub-dropdown class={`first_dropdown`} onMouseOver={() => (this.showFirstSubDropdown = true)} onMouseOut={() => (this.showFirstSubDropdown = false)}>\r\n <p slot=\"label_one\" onClick={() => this.onExportClicked('pdf', 'entire_data')}>\r\n Entire Data\r\n </p>\r\n <p slot=\"label_two\" onClick={() => this.onExportClicked('pdf', 'data_on_view')}>\r\n Data on view\r\n </p>\r\n <p slot=\"label_three\" onClick={() => this.onExportClicked('pdf', 'filtered_data')}>\r\n Filtered Data\r\n </p>\r\n </gb-export-sub-dropdown>\r\n )}\r\n {this.showSecondSubDropdown && (\r\n <gb-export-sub-dropdown class={`second_dropdown`} onMouseOver={() => (this.showSecondSubDropdown = true)} onMouseOut={() => (this.showSecondSubDropdown = false)}>\r\n <p slot=\"label_one\" onClick={() => this.onExportClicked('csv', 'entire_data')}>\r\n Entire Data\r\n </p>\r\n <p slot=\"label_two\" onClick={() => this.onExportClicked('csv', 'data_on_view')}>\r\n Data on view\r\n </p>\r\n <p slot=\"label_three\" onClick={() => this.onExportClicked('csv', 'filtered_data')}>\r\n Filtered Data\r\n </p>\r\n </gb-export-sub-dropdown>\r\n )}\r\n </>\r\n );\r\n }\r\n}"],"version":3}
1
+ {"file":"gb-export-dropdown.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,mBAAmB,GAAG,wmqEAAwmqE,CAAC;AACroqE,+BAAe,mBAAmB;;MCOrB,gBAAgB;;;;;oCAEc,KAAK;qCACJ,KAAK;;IAI/C,MAAM,eAAe,CAAC,UAAkB,EAAE,QAAgB;QACxD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAC,UAAU,EAAE,QAAQ,EAAC,CAAC,CAAC;;KAEjD;IAED,MAAM;QACJ,QACEA,8BACEA,kEAAK,KAAK,EAAE,iBAAiB,IAC3BA,sFACE,IAAI,EAAC,KAAK,EACV,KAAK,EAAEC,wBAAS,CAAC,OAAO,EACxB,WAAW,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,EACrD,UAAU,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,GAC5B,EAC3BD,sFACE,IAAI,EAAC,KAAK,EACV,KAAK,EAAEC,wBAAS,CAAC,OAAO,EACxB,WAAW,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,EACtD,UAAU,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,GAC7B,CACvB,EACL,IAAI,CAAC,oBAAoB,KACxBD,qFAAwB,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,EAAE,UAAU,EAAE,OAAO,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,IAC3JA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,aAAa,CAAC,kBAEzE,EACJA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,mBAE1E,EACJA,gEAAG,IAAI,EAAC,aAAa,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,eAAe,CAAC,oBAE7E,CACmB,CAC1B,EACA,IAAI,CAAC,qBAAqB,KACzBA,qFAAwB,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,EAAE,UAAU,EAAE,OAAO,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,IAC9JA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,aAAa,CAAC,kBAEzE,EACJA,gEAAG,IAAI,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,mBAE1E,EACJA,gEAAG,IAAI,EAAC,aAAa,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,EAAE,eAAe,CAAC,oBAE7E,CACmB,CAC1B,CACA,EACH;KACH;;;;;;;","names":["h","StateEnum"],"sources":["src/components/gb-export-dropdown/gb-export-dropdown.css?tag=gb-export-dropdown&encapsulation=shadow","src/components/gb-export-dropdown/gb-export-dropdown.tsx"],"sourcesContent":["@import './../../global/global.css';\r\n\r\n.export_dropdown{\r\n display: flex;\r\n width: fit-content;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n gap: var(--spacing-none);\r\n border-radius: var(--rounded-sm);\r\n border: 1px solid var(--color-border-subtler, #E3E8EF);\r\n background: var(--color-surface, #FFFFFF);\r\n box-shadow: var(--shadow-sm);\r\n position: relative;\r\n}\r\n\r\n.first_dropdown{\r\n position: absolute;\r\n top: 6rem;\r\n left: -9.8rem;\r\n}\r\n\r\n.second_dropdown{\r\n position: absolute;\r\n top: 9rem;\r\n left: -9.8rem;\r\n}","import { Component, Event, EventEmitter, h, Prop, State, Fragment, Element } from \"@stencil/core\";\r\nimport { StateEnum } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-export-dropdown',\r\n styleUrl: 'gb-export-dropdown.css',\r\n shadow: true,\r\n})\r\nexport class GbExportDropdown {\r\n @Prop() state: StateEnum;\r\n @State() showFirstSubDropdown: boolean = false;\r\n @State() showSecondSubDropdown: boolean = false;\r\n @Event() exportClicked: EventEmitter<{exportType: string, dataType: string}>;\r\n @Element() el: HTMLElement;\r\n\r\n async onExportClicked(exportType: string, dataType: string) {\r\n this.exportClicked.emit({exportType, dataType});\r\n // console.log({ exportType, dataType });\r\n }\r\n\r\n render() {\r\n return (\r\n <>\r\n <div class={`export_dropdown`}>\r\n <gb-export-dropdown-item\r\n type=\"pdf\"\r\n state={StateEnum.Default}\r\n onMouseOver={() => (this.showFirstSubDropdown = true)}\r\n onMouseOut={() => (this.showFirstSubDropdown = false)}\r\n ></gb-export-dropdown-item>\r\n <gb-export-dropdown-item\r\n type=\"csv\"\r\n state={StateEnum.Default}\r\n onMouseOver={() => (this.showSecondSubDropdown = true)}\r\n onMouseOut={() => (this.showSecondSubDropdown = false)}\r\n ></gb-export-dropdown-item>\r\n </div>\r\n {this.showFirstSubDropdown && (\r\n <gb-export-sub-dropdown class={`first_dropdown`} onMouseOver={() => (this.showFirstSubDropdown = true)} onMouseOut={() => (this.showFirstSubDropdown = false)}>\r\n <p slot=\"label_one\" onClick={() => this.onExportClicked('pdf', 'entire_data')}>\r\n Entire Data\r\n </p>\r\n <p slot=\"label_two\" onClick={() => this.onExportClicked('pdf', 'data_on_view')}>\r\n Data on view\r\n </p>\r\n <p slot=\"label_three\" onClick={() => this.onExportClicked('pdf', 'filtered_data')}>\r\n Filtered Data\r\n </p>\r\n </gb-export-sub-dropdown>\r\n )}\r\n {this.showSecondSubDropdown && (\r\n <gb-export-sub-dropdown class={`second_dropdown`} onMouseOver={() => (this.showSecondSubDropdown = true)} onMouseOut={() => (this.showSecondSubDropdown = false)}>\r\n <p slot=\"label_one\" onClick={() => this.onExportClicked('csv', 'entire_data')}>\r\n Entire Data\r\n </p>\r\n <p slot=\"label_two\" onClick={() => this.onExportClicked('csv', 'data_on_view')}>\r\n Data on view\r\n </p>\r\n <p slot=\"label_three\" onClick={() => this.onExportClicked('csv', 'filtered_data')}>\r\n Filtered Data\r\n </p>\r\n </gb-export-sub-dropdown>\r\n )}\r\n </>\r\n );\r\n }\r\n}"],"version":3}
@@ -25,10 +25,10 @@ const GbMegaInputField = class {
25
25
  }
26
26
  }
27
27
  render() {
28
- return (index.h("div", { key: '2e682caf805b2facd4f0b9eef1e9522b46ae3f65', class: {
28
+ return (index.h("div", { key: '770996463046fba6eb41b202bdba219dc3bd7202', class: {
29
29
  [this.size]: true,
30
30
  disabled: this.state === 'disabled'
31
- } }, index.h("input", { key: '94decef2147a4f7d6010491e81bb3db1efb2c4a3', class: {
31
+ } }, index.h("input", { key: '3eef7e201bfce596696dc90b9fe276c337db4964', class: {
32
32
  [this.size]: true,
33
33
  disabled: this.state === 'disabled'
34
34
  }, type: "number", min: "0", max: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
@@ -16,7 +16,7 @@ const GbPaginationDotGroup = class {
16
16
  this.framed = false;
17
17
  }
18
18
  render() {
19
- return (index.h("div", { key: '07ec77d53f8dd3cf495f5ba9ae75434677fd9400', class: "dot_group_div" }, index.h("div", { key: '53c550aa31df4fdedb450bb725e75ced8ed07dca' })));
19
+ return (index.h("div", { key: 'df6c6361a10abd397969652e1bc0064fad437ee6', class: "dot_group_div" }, index.h("div", { key: 'ba4eb3f54526c18bec4d1fba79f986d53471e75d' })));
20
20
  }
21
21
  };
22
22
  GbPaginationDotGroup.style = GbPaginationDotGroupStyle0;
@@ -39,7 +39,7 @@ const GbProgressCircle = class {
39
39
  }
40
40
  }
41
41
  render() {
42
- return (index.h("div", { key: '92a64a225d9e277c1cead42e28ba532be5735c33', class: "gauge" }, index.h("div", { key: '31f47b93724eb88c62615d084fc112f4344bc1f4', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: '24006ef0a8cc36e5d74ba93c0a733b341280a7f9', class: "mask" }), this.label && (index.h("div", { key: '2e42d66a2a4d14691bf6a85eb3766ea54102bf63', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: 'f20646812e084b6b70db49a01e3837a5d357c8ba', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
42
+ return (index.h("div", { key: '664c4f0e9fdfadf84ee91bb10bfa7c23636eed3e', class: "gauge" }, index.h("div", { key: 'e179ff0b009cd54f1fa372f4aff5989333f9be99', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: 'e42990834267d372f608e7dc4d7866e00f7cc9fe', class: "mask" }), this.label && (index.h("div", { key: '412374ad04af7c8fb14f4686780f594bb28cdf4d', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: '8cbc5de3f2264f3828d011d3c38d765c2a228023', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
43
43
  }
44
44
  get el() { return index.getElement(this); }
45
45
  static get watchers() { return {
@@ -24,7 +24,7 @@ const GbRichText = class {
24
24
  destructive: this.destructive,
25
25
  disabled: this.state === 'disabled'
26
26
  };
27
- return (index.h("div", { key: 'e6c8642c08d2ed2c5a2533a287eedc2e8d132141', class: classes }, index.h("div", { key: 'bdb3a13d6f516df9abb2d6517241f9520b32c0d7', class: "input-with-label" }, index.h("label", { key: '091be54c2ddba2e58f842878a74a5314901db583' }, this.label), index.h("div", { key: '84bd0474afa3f01ffbed4ddaef174e77a2dc0a07', class: "input-container" }, index.h("div", { key: 'b8e24f61c541fc003ae2e53514bf6b5ceebed08d', class: "toolbar-container" }, index.h("gb-wysiwyg-toolbar", { key: '935286e2a038397881f559120f4f4acf8d2fe862', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (index.h("span", { key: '6c6b4d434ae954afdc4bd7bf9d0d5bb3448107a9', class: "error-icon" }, index.h("svg", { key: 'ce902df811835e7938b1f0b96c8e844181479e26', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '7640847db6ecc756ddc38d1f89a3c6c2777a7aa7', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h("div", { key: '22c805cb2ea9fba08f5b4e641a8a7e40b8047cfc', class: "text-container" }, index.h("textarea", { key: 'daf663b158090a3049d112b3a09b1d3d705811ec' }, this.showPlaceholder && (index.h("div", { key: '16f1909688bde8917df4eab9bfd77fab3c9d4bd0' }, this.placeholder)))))), this.showHintText && (index.h("div", { key: 'c37283a8e34852d685fda114f49f53c3e669f552', class: "hint-text" }, this.hintText))));
27
+ return (index.h("div", { key: 'c9b9414d8c598bf70a921fde572432cb455de79c', class: classes }, index.h("div", { key: '71cc66d2a0587b6d0c1baed6f9b108b1c39ade2f', class: "input-with-label" }, index.h("label", { key: 'c0b5438d9db01f8c86a260e9d14a657d251dfccb' }, this.label), index.h("div", { key: '5eb071836bc86d45f2709636bfd65e05cd8e8226', class: "input-container" }, index.h("div", { key: 'd55dee1fce024af0c36767b15fd73bf9d85a6c78', class: "toolbar-container" }, index.h("gb-wysiwyg-toolbar", { key: '539719b7a7626c96b405815049d6777435a586a6', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (index.h("span", { key: 'bcaa0fbaf23e9fcd795fdbcb76e62fd2f54917ca', class: "error-icon" }, index.h("svg", { key: 'abb65479c56904c1cd6cd60e7855c2ae512642e7', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: 'da1216ebeac4dc432ff52431be98a06c9549b838', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h("div", { key: 'de6acfde6469d2cb3f19462755882f5e91703511', class: "text-container" }, index.h("textarea", { key: '12105112b1554a8275484699c409a023ab05efda' }, this.showPlaceholder && (index.h("div", { key: 'e4315cd64a5e67dfd1d62994312cff81e85bc4ac' }, this.placeholder)))))), this.showHintText && (index.h("div", { key: 'cc1ecdc21cb3f9b6c409c68fd416e9320a0a6247', class: "hint-text" }, this.hintText))));
28
28
  }
29
29
  };
30
30
  GbRichText.style = GbRichTextStyle0;
@@ -13,7 +13,7 @@ const GbScrollbar = class {
13
13
  this.length = '25%';
14
14
  }
15
15
  render() {
16
- return (index.h("div", { key: '07e8ec2ff2a1f7c53cec5b4cff5a1fbe0faa99f6', class: "scrollbar-container" }, index.h("div", { key: '5483410a8af9456cd6f719d5c113b83b6c9abd08', class: "scrollbar", style: { height: this.length } }, index.h("slot", { key: 'de07fc69eb4803455e3b0b02035c078b66f42a73' }))));
16
+ return (index.h("div", { key: '28f02133e1a87048086be1c89b04581290649ec1', class: "scrollbar-container" }, index.h("div", { key: '5abfcb4961ce0cac429ad88961f34d31217fb290', class: "scrollbar", style: { height: this.length } }, index.h("slot", { key: '48a8f586e42b133fbe4836ed3050df3695549c89' }))));
17
17
  }
18
18
  };
19
19
  GbScrollbar.style = GbScrollbarStyle0;
@@ -42,7 +42,7 @@ const GbToggle = class {
42
42
  }
43
43
  }
44
44
  render() {
45
- return (index.h("div", { key: '765589411fd97e5b4a48979245b2a71b91d32c0a', class: `toggle_div ${this.size}` }, index.h("div", { key: '5f16a2015be9ff9d46ef98822cf942e271f1fe1d', class: "toggle_base" }, index.h("gb-toggle-base", { key: '8b01097a8e2e6947e689feb284d4200f255e33e0', size: this.size, state: this.state, pressed: this.pressed })), index.h("div", { key: '599ca49d247558578b1df63e6eed40164fd6781a', class: "text" }, index.h("slot", { key: '8fc1b8badb9208b985e24061d30421199e0214bf', name: "main_text" }), this.supportingText && (index.h("slot", { key: '4be997d19fce4b45719461d1516b3a644e58deeb', name: "supporting_text" })))));
45
+ return (index.h("div", { key: 'a45b0262d39fd73194be1adb4189cad1d2d3953a', class: `toggle_div ${this.size}` }, index.h("div", { key: '27866b6080c7c45d448bbde9d3a05015e12b8ac2', class: "toggle_base" }, index.h("gb-toggle-base", { key: '18240a062dc2498f674afff8cb8659b65331f3d7', size: this.size, state: this.state, pressed: this.pressed })), index.h("div", { key: 'f62a282bde946246aef6b874bb826d38ca8a60a3', class: "text" }, index.h("slot", { key: '27bc90524cec3a348b46b195b5fd34fb071cc076', name: "main_text" }), this.supportingText && (index.h("slot", { key: '830636eed9d76477556ccae7d01c9ad0618e36f9', name: "supporting_text" })))));
46
46
  }
47
47
  get el() { return index.getElement(this); }
48
48
  };
@@ -18,7 +18,7 @@ const GbTokenField = class {
18
18
  this.supportingText = '';
19
19
  }
20
20
  render() {
21
- return (index.h("div", { key: '4d118a5b1bee57a706a4bf73e550588941ebdbbf', class: this.size }, index.h("div", { key: '3303233df6addbbde11713a7c9c63a0f25338361', class: "input-with-label" }, this.showLabel && (index.h("label", { key: 'd9552b27dc4570ab5e07e5751a24c450041c09ad' }, this.label)), this.digits === 4 && (index.h("div", { key: 'cd950936ff4254baf9c65dd49ff8ebe0ec66d5b1', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '2ae2ca3f677f3075b5994e4c7172f156754035fc', size: this.size }), index.h("gb-megainput-field", { key: '745201255b5f3f657241a0109e6aa6e0e604e633', size: this.size }), index.h("gb-megainput-field", { key: '4ee5dfdb38ffc3d95d0a114e23b247a9fe43d159', size: this.size }), index.h("gb-megainput-field", { key: '50dd6854f4e5467c1a06cc0f66711369083c7663', size: this.size }))), this.digits === 6 && (index.h("div", { key: '687d155a1ddaf5cec3486a8c4d9cd4e4c641b177', class: "input-wrapper" }, index.h("div", { key: '90e0c9e547af07a0cdfaff3f72639d61fb9f3adf', class: "first=section" }, index.h("gb-megainput-field", { key: '594eaf7beab206d63a06e0a71f040464e5de86f1', size: this.size }), index.h("gb-megainput-field", { key: '272b135500bace1ee3090a0fd04677768c22a46d', size: this.size }), index.h("gb-megainput-field", { key: 'fd7158f315c0bb3e6111a096cfc1af69ac0bcdd7', size: this.size })), index.h("div", { key: '8a3f60a0623550775f71c8e471a2d71fc570981b', class: "second=section" }, index.h("gb-megainput-field", { key: '2baabe369ee992c688b0ce81d18d189e09c5200a', size: this.size }), index.h("gb-megainput-field", { key: 'fdb9d212c1b86ee3094eb0617b04dacadfda604c', size: this.size }), index.h("gb-megainput-field", { key: 'bb42f658f1076b72145d3e70cab47742dfc2a7c6', size: this.size })))), this.digits === 8 && (index.h("div", { key: '1d4e71a2e6e9002cd650860a60a4eab14c5e75a8', class: "input-wrapper" }, index.h("div", { key: 'f09edf9dbd3d217a333ff140b5475377dfab7683', class: "first=section" }, index.h("gb-megainput-field", { key: 'ce9f6e7e7add6ce0439ce8524c119319521e6b5e', size: this.size }), index.h("gb-megainput-field", { key: '3f69b53fe602294f218a31d050c237938baecaf4', size: this.size }), index.h("gb-megainput-field", { key: 'bc496bed28f844210722d405b01f251465189bd4', size: this.size }), index.h("gb-megainput-field", { key: '9cf0b142d7437aa00b4a203de9fb331e5b574217', size: this.size })), index.h("div", { key: 'bac95263e070b4697b733e2075cfe1f9b9d0b503', class: "second=section" }, index.h("gb-megainput-field", { key: 'a324edc4e2a4850718d17ed54a2580d211c812ce', size: this.size }), index.h("gb-megainput-field", { key: '83c8327cbb59c1e546bc81a5524733a10353ac95', size: this.size }), index.h("gb-megainput-field", { key: '7c65c35d52bf41bd9206385f18044867360b6b5f', size: this.size }), index.h("gb-megainput-field", { key: '22b5efc1f580653245f56950f2bca0e8f4ca9d37', size: this.size }))))), index.h("p", { key: '6706196e964f996e98aeea4227686845a31a118b' }, this.supportingText)));
21
+ return (index.h("div", { key: '613520fa0fbf3b2798d34c4c8adf422c157658fa', class: this.size }, index.h("div", { key: '767f1058b02f8f88d63b88db05da3d94cfd6bcc9', class: "input-with-label" }, this.showLabel && (index.h("label", { key: 'e1a0048fb131dba1b7d0f9345533d8fc29559de2' }, this.label)), this.digits === 4 && (index.h("div", { key: 'cf536ff50a54cb55870cea021e86f86c1f1456c3', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '92463a22e2b246f09bb98469e985196bed905733', size: this.size }), index.h("gb-megainput-field", { key: 'db799004d7d79a10a908675875dbb04cb01209c2', size: this.size }), index.h("gb-megainput-field", { key: '81c4ccd174b9089e0b00e625041e47e19f9597a9', size: this.size }), index.h("gb-megainput-field", { key: 'b9f7711a37b85dec28d13b1d57e9972cdce34ea7', size: this.size }))), this.digits === 6 && (index.h("div", { key: 'a706e6ff0cd7ed683bf1fb33e9c66a42aba51c8b', class: "input-wrapper" }, index.h("div", { key: '388497e3e7667dc9dd7e3e5da9792fc14f8857c6', class: "first=section" }, index.h("gb-megainput-field", { key: 'ef58a783bcfcea2522958b20d9240f42381e5db2', size: this.size }), index.h("gb-megainput-field", { key: '2146e1160154fd8cec2c211f6325b4ef167c408b', size: this.size }), index.h("gb-megainput-field", { key: 'f84b5863fa7d2c46f55a6883141ef9c5da1f10d9', size: this.size })), index.h("div", { key: '1e5da9a17971678fc4cf23494f8149434ef775da', class: "second=section" }, index.h("gb-megainput-field", { key: '9fa8df3127a2191a9694ac2c89cd29ea48b5b6b2', size: this.size }), index.h("gb-megainput-field", { key: '037cc806634d48a8374d8e01605e456f0a79a593', size: this.size }), index.h("gb-megainput-field", { key: '5b8fd1451da5a98b49685d01403d805fe8693426', size: this.size })))), this.digits === 8 && (index.h("div", { key: 'ca116ffdee4900f34db430f552e6be17b72ee160', class: "input-wrapper" }, index.h("div", { key: '4749d1d6c1f97d87ee7d2889cebe42f80df1bdbf', class: "first=section" }, index.h("gb-megainput-field", { key: '3310b171e2f88185530f92d8a6949fca76095a27', size: this.size }), index.h("gb-megainput-field", { key: '2ac4b2c35018601da93d0ec3fa8d17b25e51eefb', size: this.size }), index.h("gb-megainput-field", { key: 'b2899da7bef2fd505cc869e83cbb0fc0632c09ed', size: this.size }), index.h("gb-megainput-field", { key: 'a994dff9543611c4fce59c6761ac4b6f54e53816', size: this.size })), index.h("div", { key: 'a7d60f0fc5795ac49356101e98cf4e046a4c2ccc', class: "second=section" }, index.h("gb-megainput-field", { key: 'e961d59bfd0dad0e893215e56421da53799795d9', size: this.size }), index.h("gb-megainput-field", { key: '4fc45105310302ead60a83203d5134085d88fee8', size: this.size }), index.h("gb-megainput-field", { key: '670fcaab96b456e63ba65ed3b2611a60d70217db', size: this.size }), index.h("gb-megainput-field", { key: '3eaee53fd7ca336edaf27aa0e963dfa1a0008af8', size: this.size }))))), index.h("p", { key: '257aac88869ca468b99aa1f0448afa5efd3c3dc8' }, this.supportingText)));
22
22
  }
23
23
  };
24
24
  GbTokenField.style = GbTokenFieldStyle0;
@@ -18,11 +18,11 @@ const GbVerificationCodeField = class {
18
18
  this.hintText = '';
19
19
  }
20
20
  render() {
21
- return (index.h("div", { key: 'a05ec9b8e5b0fc17453829ab3c1a9f1b068b6134', class: {
21
+ return (index.h("div", { key: '1c19fb4ca47925943de30ea61858ce91523a89b0', class: {
22
22
  container: true,
23
23
  [this.size]: true,
24
24
  [this.digits]: true,
25
- } }, index.h("div", { key: 'e045687750b5117339f0e145912b9e59d6575fc5', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '4ac106c1aeaeea97e6237855d6455b1a02c3dbc5', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: '8f98d0d0123ffe71ba587819aa1582469eabd479', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '9593cbf554fe42f1a609707864640697678e67a8', size: this.size }), index.h("gb-megainput-field", { key: '910770cc61eb5cf81af9818ebeab0dd5e4b60765', size: this.size }), index.h("gb-megainput-field", { key: 'da1b97293a2a9792b9b955454374a98eb7d687de', size: this.size }), index.h("gb-megainput-field", { key: '084defc3f3d4eab7e711ee68e51a5499bf1fec7b', size: this.size }))), this.digits === 6 && (index.h("div", { key: '77bc16e181b3289d46333e793f86db04954283cd', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '9b4f1a26a52967dde7940b8b37977c1bb1b81a99', size: this.size }), index.h("gb-megainput-field", { key: '908d2b0e303d61465f85e03445e58ff82918e207', size: this.size }), index.h("gb-megainput-field", { key: 'a49c24304405a04b6ecf6d4a8ff6956ac932deae', size: this.size }), index.h("p", { key: '4cde42b48d2fbc0f7ea9fab3501170ed26c40c29', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: 'e9ae586acfd3e1d24aa11aa414d8bdce81f93d21', size: this.size }), index.h("gb-megainput-field", { key: '8af38564a0e732f0f234f1096f01f18a89ff61b3', size: this.size }), index.h("gb-megainput-field", { key: '87537c69ade596f6affb9ebf5806287c85cc3b2a', size: this.size }))), this.digits === 8 && (index.h("div", { key: '6c23f67f0f1c5313fdedfe9b832f86bd0f90e42a', class: "input-wrapper" }, index.h("gb-megainput-field", { key: 'eaf9c4755dae9fb9492028a8ac373b442a344b2e', size: this.size }), index.h("gb-megainput-field", { key: '4dc1c1d8b22f33c2b23da264ab4ff234cc726f15', size: this.size }), index.h("gb-megainput-field", { key: '6879402806d970bc08d7540c867514d98093f9ad', size: this.size }), index.h("gb-megainput-field", { key: '91148d0e4590775c4167b7152828998e751f8b2e', size: this.size }), index.h("p", { key: '3ccb209b2b95861ce1ebea6c1de81d99011ee8c3', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: '610a7dcdbba625cee9f6465eb924b49cb3f72f5c', size: this.size }), index.h("gb-megainput-field", { key: 'e0cf8d3d6540bee90b26baf3816e40e8855bcb33', size: this.size }), index.h("gb-megainput-field", { key: '578b2ffa21822bc9f518a37bb699c389806d5288', size: this.size }), index.h("gb-megainput-field", { key: '8ffd762dc08c4983127acf16f54bb756888a4ab2', size: this.size })))), this.showHintText && (index.h("div", { key: '6d7646100440350a4f4e7ba74a2332dcf1700bb9', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
25
+ } }, index.h("div", { key: 'aaff5b9dba6a995b3c5382c597be108ccb5d5308', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '8a407e89220710f0a891b585e25c376afe6157e0', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: 'c2adbb83ee9794e7931ac6a0af24c8ec08d7db62', class: "input-wrapper" }, index.h("gb-megainput-field", { key: 'afdbee5f91c9ac7e3e24be9e28f1c41f6386cde2', size: this.size }), index.h("gb-megainput-field", { key: 'e3a5e35bd1e0a3691fe2100bddc3cdc67611c655', size: this.size }), index.h("gb-megainput-field", { key: '18efba73ed3a57f4b073e39dee36ef549d43e53c', size: this.size }), index.h("gb-megainput-field", { key: 'eb58281dab6a2d2292f4d27cd62af7e71956b774', size: this.size }))), this.digits === 6 && (index.h("div", { key: 'a4fc7678f57f0ee755fde83e2fdea22a6d9f25fb', class: "input-wrapper" }, index.h("gb-megainput-field", { key: 'dab142a3ba82713967a387163396dcceef0ba93b', size: this.size }), index.h("gb-megainput-field", { key: '900b5ed92e3bebb7baa2eac51d3cd52b2f4f104d', size: this.size }), index.h("gb-megainput-field", { key: '3b691892736e3a3effc68fd18ab2c5786ccfa334', size: this.size }), index.h("p", { key: '561f1bb826262855939f468203fe1ab140d44ad4', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: '9f029531de00f08128f1f2f9eee0e3538e09252b', size: this.size }), index.h("gb-megainput-field", { key: 'de00b8b12cb92b5a1cd59f022ca1591321fd79db', size: this.size }), index.h("gb-megainput-field", { key: 'f83c30c730134a02e983bacd88cfd5bcdb00fc0b', size: this.size }))), this.digits === 8 && (index.h("div", { key: 'a2c76271f6f7e813634f1193c19c6b3bb30012f3', class: "input-wrapper" }, index.h("gb-megainput-field", { key: 'c2338ce8dd2c9637b86b4b60e7096918d85abcb6', size: this.size }), index.h("gb-megainput-field", { key: '0455d532b0bb6bf866513e6154c1bb55eb7a8354', size: this.size }), index.h("gb-megainput-field", { key: '289eb7fb8d0ecd222bc4d78a746c9a5dfdaad852', size: this.size }), index.h("gb-megainput-field", { key: 'eb7d6ab5f244e2de552800d5e857c93ce730668c', size: this.size }), index.h("p", { key: '457c3c26cbf26b411e83994d9ddad74b39d9ff57', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: 'f5e45a4b374fba906128b238aa622b4b2d737fea', size: this.size }), index.h("gb-megainput-field", { key: '063b9ff18a2d2c899068d7cdd600e0d08061956c', size: this.size }), index.h("gb-megainput-field", { key: '28e254336bd72d7ff1b65e4212a91919abaf6ee8', size: this.size }), index.h("gb-megainput-field", { key: '2c2e8f3d2786dd460e432fb7fc749e19b6899be8', size: this.size })))), this.showHintText && (index.h("div", { key: '16cb1590ed71c05a69ddd8f135a30890bb0d4b95', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
26
26
  }
27
27
  };
28
28
  GbVerificationCodeField.style = GbVerificationCodeFieldStyle0;
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"gb-avatar_44.cjs\",[[0,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[4,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[8],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"]}],[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[1026,\"active-index\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"onNavBarItemClicked\":[64]}],[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"iconLeading\":[1,\"icon-leading\"],\"iconTrailing\":[1,\"icon-trailing\"],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}],[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}],[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}],[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}],[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[16],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text.cjs\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-megainput-field.cjs\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-token-field.cjs\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field.cjs\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-wysiwyg-toolbar.cjs\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"gb-avatar_45.cjs\",[[0,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32]}],[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[1026,\"active-index\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"onNavBarItemClicked\":[64]}],[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}],[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}],[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}],[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[8],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text.cjs\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-megainput-field.cjs\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-token-field.cjs\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field.cjs\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-wysiwyg-toolbar.cjs\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
10
10
  await appGlobals.globalScripts();
11
- return index.bootstrapLazy(JSON.parse("[[\"gb-avatar_44.cjs\",[[0,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[4,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[8],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"]}],[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[1026,\"active-index\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"onNavBarItemClicked\":[64]}],[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"iconLeading\":[1,\"icon-leading\"],\"iconTrailing\":[1,\"icon-trailing\"],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}],[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}],[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}],[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}],[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[16],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text.cjs\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-megainput-field.cjs\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-token-field.cjs\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field.cjs\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-wysiwyg-toolbar.cjs\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]]]"), options);
11
+ return index.bootstrapLazy(JSON.parse("[[\"gb-avatar_45.cjs\",[[0,\"gb-pagination\",{\"type\":[1],\"shape\":[1],\"breakpoint\":[1],\"currentPage\":[1026,\"current-page\"],\"totalPages\":[1026,\"total-pages\"],\"entries\":[1040],\"selectedPageSize\":[32]}],[1,\"gb-sidebar\",{\"state\":[1025],\"category\":[1],\"showSecondCategory\":[4,\"show-second-category\"],\"applicationName\":[1,\"application-name\"],\"firstItemIcon\":[1,\"first-item-icon\"],\"secondItemIcon\":[1,\"second-item-icon\"],\"thirdItemIcon\":[1,\"third-item-icon\"],\"fourthItemIcon\":[1,\"fourth-item-icon\"],\"fifthItemIcon\":[1,\"fifth-item-icon\"],\"sixthItemIcon\":[1,\"sixth-item-icon\"],\"seventhItemIcon\":[1,\"seventh-item-icon\"],\"eighthItemIcon\":[1,\"eighth-item-icon\"],\"ninthItemIcon\":[1,\"ninth-item-icon\"],\"tenthItemIcon\":[1,\"tenth-item-icon\"],\"iconInstance\":[1,\"icon-instance\"],\"label\":[1],\"firstItemLabel\":[1,\"first-item-label\"],\"secondItemLabel\":[1,\"second-item-label\"],\"thirdItemLabel\":[1,\"third-item-label\"],\"fourthItemLabel\":[1,\"fourth-item-label\"],\"fifthItemLabel\":[1,\"fifth-item-label\"],\"sixthItemLabel\":[1,\"sixth-item-label\"],\"seventhItemLabel\":[1,\"seventh-item-label\"],\"eighthItemLabel\":[1,\"eighth-item-label\"],\"ninthItemLabel\":[1,\"ninth-item-label\"],\"tenthItemLabel\":[1,\"tenth-item-label\"],\"activeIndex\":[1026,\"active-index\"],\"leadingIconSvg\":[32],\"sideBarItemClicked\":[64]}],[1,\"gb-file-upload\",{\"icon\":[1],\"type\":[1],\"heightSize\":[1,\"height-size\"],\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"progress\":[2],\"fileType\":[16],\"files\":[32],\"fileStates\":[32],\"isDragging\":[32]}],[1,\"gb-horizontal-tabs\",{\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-vertical-tabs\",{\"size\":[1],\"type\":[1],\"firstTabName\":[1,\"first-tab-name\"],\"secondTabName\":[1,\"second-tab-name\"],\"thirdTabName\":[1,\"third-tab-name\"],\"fourthTabName\":[1,\"fourth-tab-name\"],\"fifthTabName\":[1,\"fifth-tab-name\"],\"sixthTabName\":[1,\"sixth-tab-name\"],\"seventhTabName\":[1,\"seventh-tab-name\"],\"eighthTabName\":[1,\"eighth-tab-name\"],\"ninthTabName\":[1,\"ninth-tab-name\"],\"tenthTabName\":[1,\"tenth-tab-name\"],\"eleventhTabName\":[1,\"eleventh-tab-name\"],\"twelfthTabName\":[1,\"twelfth-tab-name\"],\"thirteenthTabName\":[1,\"thirteenth-tab-name\"],\"fourteenthTabName\":[1,\"fourteenth-tab-name\"],\"fifteenthTabName\":[1,\"fifteenth-tab-name\"],\"sixteenthTabName\":[1,\"sixteenth-tab-name\"],\"seventeenthTabName\":[1,\"seventeenth-tab-name\"],\"eighteenthTabName\":[1,\"eighteenth-tab-name\"],\"nineteenthTabName\":[1,\"nineteenth-tab-name\"],\"twentiethTabName\":[1,\"twentieth-tab-name\"],\"activeIndex\":[1026,\"active-index\"]}],[1,\"gb-header\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"text\":[4],\"placeholder\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"onNavBarItemClicked\":[64]}],[1,\"gb-toast\",{\"color\":[1],\"size\":[1],\"breakpoint\":[1],\"xCloseButton\":[4,\"x-close-button\"],\"actions\":[4],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-notification-pane\",{\"state\":[1],\"notifications\":[1040],\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-slider\",{\"min\":[2],\"max\":[2],\"thumbType\":[1,\"thumb-type\"],\"leftControl\":[2,\"left-control\"],\"rightControl\":[2,\"right-control\"],\"label\":[1],\"unit\":[1],\"unitPosition\":[1,\"unit-position\"],\"leftValue\":[32],\"rightValue\":[32]}],[0,\"gb-carousel-arrow\",{\"size\":[1],\"chevron\":[1]}],[0,\"gb-pagination-dot-indicator\",{\"current\":[4],\"type\":[1],\"size\":[1]}],[1,\"gb-side-bar-item\",{\"state\":[1],\"type\":[1],\"label\":[1],\"icon\":[1],\"category\":[1],\"showArrow\":[4,\"show-arrow\"],\"showBadge\":[4,\"show-badge\"],\"showTooltip\":[1028,\"show-tooltip\"],\"leadingIconSvg\":[32],\"textState\":[32]}],[1,\"gb-file-upload-item-base\",{\"icon\":[1],\"state\":[1],\"heightSize\":[1,\"height-size\"],\"fileType\":[1,\"file-type\"],\"buttonState\":[1,\"button-state\"],\"progress\":[2],\"size\":[2],\"fileSize\":[2,\"file-size\"],\"fileName\":[1,\"file-name\"]}],[1,\"gb-collapse-button\",{\"color\":[1],\"isCollapsed\":[1028,\"is-collapsed\"],\"action\":[1025],\"isHovered\":[1028,\"is-hovered\"],\"collapseSidebar\":[64],\"expandSidebar\":[64]}],[1,\"gb-slider-control-handle\",{\"value\":[1],\"type\":[1],\"isHovered\":[32],\"isFocused\":[32]}],[1,\"gb-header-icon\",{\"state\":[1],\"showIndicator\":[4,\"show-indicator\"],\"icon\":[1]}],[1,\"gb-notification-content\",{\"icon\":[1],\"label\":[1],\"time\":[1],\"supportingText\":[1,\"supporting-text\"]}],[1,\"gb-pagination-button-group-base\",{\"icon\":[1],\"state\":[1],\"iconSrc\":[1,\"icon-src\"],\"leadingIconSvg\":[32]}],[1,\"gb-pagination-number-base\",{\"shape\":[1],\"state\":[1]}],[1,\"gb-toast-button\",{\"state\":[1],\"color\":[1]}],[1,\"gb-toggle-base\",{\"size\":[1],\"state\":[1],\"pressed\":[1028]}],[1,\"gb-tab-button-base\",{\"current\":[4],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"badge\":[4],\"type\":[1],\"tabName\":[1,\"tab-name\"]}],[1,\"gb-dropdown-items-with-shortcut\",{\"icon\":[4],\"iconSrc\":[1,\"icon-src\"],\"checkbox\":[4],\"shortcut\":[4],\"shortcutIcon\":[1,\"shortcut-icon\"],\"label\":[1],\"state\":[1],\"destructive\":[4],\"leadingIconSvg\":[32]}],[1,\"gb-progress-bar\",{\"progress\":[2],\"showLabel\":[4,\"show-label\"],\"labelPosition\":[1,\"label-position\"]}],[1,\"gb-file-type-icon\",{\"fileStyle\":[1,\"file-style\"],\"fileType\":[1,\"file-type\"]}],[1,\"gb-input-dropdown\",{\"type\":[1],\"state\":[1025],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"showHelpIcon\":[4,\"show-help-icon\"],\"showLeadingIcon\":[4,\"show-leading-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"text\":[4],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"items\":[1040],\"value\":[1040],\"supportingText\":[4,\"supporting-text\"],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"menuPosition\":[1,\"menu-position\"],\"showSearchInput\":[4,\"show-search-input\"],\"inputValue\":[1,\"input-value\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[32],\"searchItem\":[32],\"searchResults\":[32]},[[4,\"click\",\"handleClickOutside\"]]],[1,\"gb-button-close\",{\"size\":[1],\"color\":[1]}],[1,\"gb-input-field\",{\"size\":[1],\"type\":[1],\"destructive\":[1028],\"state\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"],\"errorText\":[1,\"error-text\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHelpIcon\":[4,\"show-help-icon\"],\"showValidation\":[4,\"show-validation\"],\"showCountryIcon\":[4,\"show-country-icon\"],\"iconSwap\":[1,\"icon-swap\"],\"showCloseButton\":[1028,\"show-close-button\"],\"options\":[1040],\"idOfInput\":[513,\"id-of-input\"],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"results\":[1040],\"menuPosition\":[1,\"menu-position\"],\"icon\":[1],\"value\":[8],\"inputValue\":[32],\"tags\":[32],\"leadingIconSvg\":[32],\"isPasswordVisible\":[32],\"showDropdown\":[32],\"selectedItem\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"dropdownOpen\":[32],\"show\":[32],\"showSpinner\":[32]},[[4,\"click\",\"handleClickOutside\"]],{\"options\":[\"optionsChanged\"]}],[1,\"gb-badge\",{\"size\":[1],\"icon\":[1],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"flagSwap\":[1,\"flag-swap\"],\"color\":[1],\"type\":[1],\"closeButton\":[4,\"close-button\"],\"leadingIconContent\":[32],\"trailingIconContent\":[32]}],[1,\"gb-password-button\",{\"state\":[1],\"isPasswordVisible\":[32]}],[1,\"gb-help-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"showSupportingText\":[4,\"show-supporting-text\"],\"showHelpTooltip\":[32]}],[1,\"gb-tag\",{\"size\":[1],\"icon\":[1],\"action\":[1],\"flagSwap\":[1,\"flag-swap\"],\"checkbox\":[4],\"onTagClose\":[64]}],[1,\"gb-input-dropdown-menu-item\",{\"type\":[1],\"supportingText\":[4,\"supporting-text\"],\"selected\":[1028],\"state\":[1],\"color\":[1],\"handleClick\":[64]}],[1,\"gb-badge-close\",{\"color\":[1],\"type\":[1]}],[4,\"gb-btn\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-tag-checkbox\",{\"checked\":[4],\"size\":[1],\"disabled\":[4]}],[1,\"gb-tag-close\",{\"size\":[1]}],[1,\"gb-tag-count\",{\"size\":[1]}],[1,\"gb-checkbox\",{\"checked\":[4],\"indeterminate\":[4],\"size\":[1],\"type\":[1],\"state\":[1],\"text\":[4],\"supportingText\":[4,\"supporting-text\"]}],[1,\"gb-button\",{\"size\":[1],\"hierarchy\":[1],\"icon\":[1],\"destructive\":[4],\"state\":[1],\"iconLeading\":[4,\"icon-leading\"],\"iconLeadingSwap\":[1,\"icon-leading-swap\"],\"iconTrailing\":[4,\"icon-trailing\"],\"iconTrailingSwap\":[1,\"icon-trailing-swap\"],\"leadingIconSvg\":[32],\"trailingIconSvg\":[32]}],[1,\"gb-checkbox-base\",{\"state\":[1025],\"size\":[1],\"type\":[1],\"checked\":[1028],\"indeterminate\":[1028]}],[1,\"gb-tooltip\",{\"showArrow\":[4,\"show-arrow\"],\"arrow\":[1],\"showSupportingText\":[4,\"show-supporting-text\"]}],[1,\"gb-avatar\",{\"size\":[1],\"placeholder\":[4],\"text\":[4],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"icon\":[1],\"color\":[1],\"showBorder\":[4,\"show-border\"],\"weight\":[1],\"assignedColorClass\":[32]}],[1,\"gb-avatar-contrast-inner-border\",{\"weight\":[1],\"size\":[1],\"showBorder\":[4,\"show-border\"]}],[1,\"gb-status-indicator\",{\"statusIcon\":[1,\"status-icon\"],\"size\":[1],\"state\":[1],\"indicatorStateClass\":[1,\"indicator-state-class\"]}]]],[\"gb-rich-text.cjs\",[[1,\"gb-rich-text\",{\"state\":[1],\"destructive\":[4],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"test-input-tag.cjs\",[[0,\"test-input-tag\",{\"idOfInput\":[513,\"id-of-input\"],\"type\":[513],\"labelText\":[513,\"label-text\"],\"isReadOnly\":[516,\"is-read-only\"],\"placeholderText\":[513,\"placeholder-text\"],\"show\":[32],\"showSpinner\":[32],\"staffInfo\":[32],\"selectedStaff\":[32],\"paddingLeft\":[32],\"paddingTop\":[32],\"inputValue\":[32],\"dropdownOpen\":[32]}]]],[\"gb-avatar-dropdown.cjs\",[[1,\"gb-avatar-dropdown\",{\"type\":[1],\"text\":[4],\"showProfile\":[4,\"show-profile\"],\"showDarkTheme\":[4,\"show-dark-theme\"],\"showLogOut\":[4,\"show-log-out\"],\"listGroupOne\":[4,\"list-group-one\"],\"listGroupTwo\":[4,\"list-group-two\"],\"listGroupThree\":[4,\"list-group-three\"],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-checkbox-group.cjs\",[[1,\"gb-checkbox-group\",{\"size\":[1],\"breakpoint\":[1],\"icon\":[1],\"selected\":[4],\"type\":[1]}]]],[\"gb-avatar-group.cjs\",[[1,\"gb-avatar-group\",{\"size\":[1],\"moreUsers\":[4,\"more-users\"],\"addMoreButton\":[4,\"add-more-button\"],\"text\":[4],\"state\":[1],\"images\":[16]}]]],[\"gb-avatar-profile-photo.cjs\",[[1,\"gb-avatar-profile-photo\",{\"placeholder\":[4],\"text\":[4],\"size\":[1],\"verified\":[4],\"icon\":[1]}]]],[\"gb-export-dropdown.cjs\",[[1,\"gb-export-dropdown\",{\"state\":[1],\"showFirstSubDropdown\":[32],\"showSecondSubDropdown\":[32]}]]],[\"gb-help-dropdown.cjs\",[[1,\"gb-help-dropdown\",{\"showLogError\":[4,\"show-log-error\"],\"onHelpItemClicked\":[64]}]]],[\"gb-toggle.cjs\",[[1,\"gb-toggle\",{\"size\":[1],\"state\":[1],\"supportingText\":[4,\"supporting-text\"],\"pressed\":[4]}]]],[\"gb-megainput-field.cjs\",[[1,\"gb-megainput-field\",{\"size\":[1],\"state\":[1],\"inputValue\":[32]}]]],[\"gb-token-field.cjs\",[[1,\"gb-token-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showSupportingText\":[4,\"show-supporting-text\"],\"supportingText\":[1,\"supporting-text\"]}]]],[\"gb-verification-code-field.cjs\",[[1,\"gb-verification-code-field\",{\"size\":[1],\"digits\":[2],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-tooltip.cjs\",[[1,\"gb-wysiwyg-tooltip\",{\"arrow\":[1],\"breakpoint\":[1]}]]],[\"gb-pagination-dot-group.cjs\",[[1,\"gb-pagination-dot-group\",{\"size\":[1],\"type\":[1],\"color\":[1],\"framed\":[4]}]]],[\"gb-progress-circle.cjs\",[[1,\"gb-progress-circle\",{\"size\":[1],\"shape\":[1],\"label\":[4],\"progress\":[2]},null,{\"progress\":[\"handleProgressChange\"]}]]],[\"gb-scrollbar.cjs\",[[1,\"gb-scrollbar\",{\"length\":[1]}]]],[\"gb-textarea-input-field.cjs\",[[1,\"gb-textarea-input-field\",{\"type\":[1],\"destructive\":[4],\"state\":[1],\"showPlaceholder\":[4,\"show-placeholder\"],\"placeholder\":[1],\"showLabel\":[4,\"show-label\"],\"label\":[1],\"showHintText\":[4,\"show-hint-text\"],\"hintText\":[1,\"hint-text\"]}]]],[\"gb-wysiwyg-editor-icon.cjs\",[[1,\"gb-wysiwyg-editor-icon\",{\"active\":[4],\"type\":[1],\"state\":[1]}]]],[\"gb-wysiwyg-toolbar.cjs\",[[1,\"gb-wysiwyg-toolbar\",{\"breakpoint\":[1],\"fontSelector\":[4,\"font-selector\"],\"bold\":[4],\"italic\":[4],\"h1\":[4,\"h-1\"],\"h2\":[4,\"h-2\"],\"quote\":[4],\"link\":[4],\"image\":[4],\"bulletList\":[4,\"bullet-list\"],\"numberList\":[4,\"number-list\"]}]]],[\"gb-checkbox-group-item.cjs\",[[1,\"gb-checkbox-group-item\",{\"size\":[1],\"type\":[1],\"state\":[1],\"breakpoint\":[1],\"showCost\":[4,\"show-cost\"],\"selected\":[1028]}]]],[\"gb-avatar-label-group.cjs\",[[1,\"gb-avatar-label-group\",{\"size\":[1],\"statusIcon\":[1,\"status-icon\"],\"state\":[1],\"placeholder\":[4],\"text\":[4],\"color\":[1],\"showBorder\":[4,\"show-border\"]}]]],[\"gb-avatar-add-button.cjs\",[[1,\"gb-avatar-add-button\",{\"size\":[1],\"showToolTip\":[1028,\"show-tool-tip\"],\"state\":[1],\"el\":[16]}]]],[\"gb-export-sub-dropdown-item.cjs\",[[1,\"gb-export-sub-dropdown-item\",{\"icon\":[1],\"state\":[1],\"leadingIconSvg\":[32]}]]],[\"gb-export-dropdown-item_2.cjs\",[[1,\"gb-export-sub-dropdown\"],[1,\"gb-export-dropdown-item\",{\"icon\":[4],\"state\":[1],\"type\":[1]}]]]]"), options);
12
12
  };
13
13
 
14
14
  exports.setNonce = index.setNonce;
@@ -1 +1 @@
1
- {"file":"reusableModels-e50f3440.js","mappings":";;AAIYA;AAAZ,WAAY,SAAS;IACjB,gCAAmB,CAAA;IACnB,kCAAqB,CAAA;AACzB,CAAC,EAHWA,iBAAS,KAATA,iBAAS,QAGpB;AAMWC;AAAZ,WAAY,aAAa;IACrB,yCAAwB,CAAA;IACxB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACnB,CAAC,EALWA,qBAAa,KAAbA,qBAAa,QAKxB;AAEWC;AAAZ,WAAY,qBAAqB;IAC7B,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;AACvB,CAAC,EAHWA,6BAAqB,KAArBA,6BAAqB;;","names":["StateEnum","BorderWeights","OnlineIndicatorStates"],"sources":["src/models/reusableModels.ts"],"sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum BorderWeights {\r\n VeryLight = 'very_light',\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy'\r\n};\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline'\r\n}\r\n\r\nexport type BreakPoints = 'desktop' | 'mobile';\r\n\r\nexport type FileUploadIconType = 'solid' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'default' | 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n\r\nexport type PaginationNumberShapes = 'square' | 'circle';\r\n\r\nexport type PaginationTypes =\r\n | 'page_default'\r\n | 'page_minimal_center_aligned'\r\n | 'card_default'\r\n | 'card_minimal_right_aligned'\r\n | 'card_minimal_left_aligned'\r\n | 'card_minimal_center_aligned'\r\n | 'card_button_group_right_aligned'\r\n | 'card_button_group_left_aligned'\r\n | 'card_button_group_center_aligned';\r\n\r\nexport type TabTypes = 'button_primary' | 'button_gray' | 'button_white' | 'rounded_button_white' | 'underline' | 'underline_filled' | 'line' | 'button_white_border' | 'rounded_button_white_border';\r\n\r\nexport type GeneralBackgroundCategories = 'plain_background' | 'colored_background';\r\n\r\nexport type InputFieldTypes =\r\n | 'default'\r\n | 'icon_leading'\r\n | 'leading_dropdown'\r\n | 'trailing_dropdown'\r\n | 'leading_text'\r\n | 'payment_input'\r\n | 'tags'\r\n | 'trailing_button'\r\n | 'password'\r\n | 'password_icon_leading'\r\n | 'count';\r\n\r\n export type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags'; \r\n\r\n export type AvatarColorTypes = 'gray' | 'blue' | 'cyan' | 'pink' | 'purple' | 'green' | 'yellow';\r\n\r\n export type DropdownItemTypes = string | number | { name: string; username: string, selected?: boolean };\r\n\r\n export type PaginationDotTypes = 'dot' | 'line';\r\n\r\n export type FileIconStyles = 'default' | 'gray' | 'solid';\r\n\r\n export type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4';"],"version":3}
1
+ {"file":"reusableModels-e50f3440.js","mappings":";;AAIYA;AAAZ,WAAY,SAAS;IACjB,gCAAmB,CAAA;IACnB,kCAAqB,CAAA;AACzB,CAAC,EAHWA,iBAAS,KAATA,iBAAS,QAGpB;AAMWC;AAAZ,WAAY,aAAa;IACrB,yCAAwB,CAAA;IACxB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACnB,CAAC,EALWA,qBAAa,KAAbA,qBAAa,QAKxB;AAEWC;AAAZ,WAAY,qBAAqB;IAC7B,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;AACvB,CAAC,EAHWA,6BAAqB,KAArBA,6BAAqB;;","names":["StateEnum","BorderWeights","OnlineIndicatorStates"],"sources":["src/models/reusableModels.ts"],"sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum BorderWeights {\r\n VeryLight = 'very_light',\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy'\r\n};\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline'\r\n}\r\n\r\nexport type BreakPoints = 'desktop' | 'mobile';\r\n\r\nexport type FileUploadIconType = 'solid' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'default' | 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n\r\nexport type PaginationNumberShapes = 'square' | 'circle';\r\n\r\nexport type PaginationTypes =\r\n | 'page_default'\r\n | 'page_minimal_center_aligned'\r\n | 'card_default'\r\n | 'card_minimal_right_aligned'\r\n | 'card_minimal_left_aligned'\r\n | 'card_minimal_center_aligned'\r\n | 'card_button_group_right_aligned'\r\n | 'card_button_group_left_aligned'\r\n | 'card_button_group_center_aligned';\r\n\r\nexport type TabTypes = 'button_primary' | 'button_gray' | 'button_white' | 'rounded_button_white' | 'underline' | 'underline_filled' | 'line' | 'button_white_border' | 'rounded_button_white_border' | 'button_gray_border';\r\n\r\nexport type GeneralBackgroundCategories = 'plain_background' | 'colored_background';\r\n\r\nexport type InputFieldTypes =\r\n | 'default'\r\n | 'icon_leading'\r\n | 'leading_dropdown'\r\n | 'trailing_dropdown'\r\n | 'leading_text'\r\n | 'payment_input'\r\n | 'tags'\r\n | 'trailing_button'\r\n | 'password'\r\n | 'password_icon_leading'\r\n | 'count';\r\n\r\n export type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags'; \r\n\r\n export type AvatarColorTypes = 'gray' | 'blue' | 'cyan' | 'pink' | 'purple' | 'green' | 'yellow';\r\n\r\n export type DropdownItemTypes = string | number | { name: string | number; username: string, selected?: boolean };\r\n\r\n export type PaginationDotTypes = 'dot' | 'line';\r\n\r\n export type FileIconStyles = 'default' | 'gray' | 'solid';\r\n\r\n export type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4';"],"version":3}
@@ -84,7 +84,7 @@ const TestInputTag = class {
84
84
  this.exportValue.emit(this.selectedStaff);
85
85
  }
86
86
  render() {
87
- return (index.h("div", { key: 'bde62a4e2059ed1df74e30d3b732efd051c9c9d8', class: "input_group", ref: el => (this.inputGroupElement = el) }, index.h("label", { key: '4a76f76a9437aebb1c3057a1267c9e47788ac994', htmlFor: this.idOfInput }, this.labelText), index.h("div", { key: '197705f10177f57705ceaf4ae86abd5fd2f00998', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, index.h("input", { key: '1a0637033e501909fe2473e0eeee23a089651ec6', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), index.h("div", { key: 'b5b3bb593f27d5983c87b1196c2d1ccd456f5b9a', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index$1) => (
87
+ return (index.h("div", { key: '5eb3fa68cefe92b4c431160c707528ab77378ac6', class: "input_group", ref: el => (this.inputGroupElement = el) }, index.h("label", { key: '949760c6f0b8c5fe3aed139d0658e497f6cc3114', htmlFor: this.idOfInput }, this.labelText), index.h("div", { key: '4829a00682ddedc7aba0b4ab3407d13a60075e09', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, index.h("input", { key: 'f6c0d48fd6a3271e38976c9d0413f69aac287f67', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), index.h("div", { key: 'f12a02dbe63dd82f7e33e2d6f7a9dfa7a1fdff5f', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index$1) => (
88
88
  // <span>
89
89
  // {staff.fullname}
90
90
  // <img
@@ -93,7 +93,7 @@ const TestInputTag = class {
93
93
  // onClick={() => this.removeStaff(index)}
94
94
  // />
95
95
  // </span>
96
- index.h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index$1) }, index.h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, staff.fullname.split(' ')[0])))))), this.show && (index.h("div", { key: '20c9da7c07abcab7b527c5690772732106132da2', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
96
+ index.h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index$1) }, index.h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, staff.fullname.split(' ')[0])))))), this.show && (index.h("div", { key: 'd4d0475356e0759ef665da1c0fe1a178cfa2c7c7', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
97
97
  // <li class="aList" onClick={() => this.selectStaff(staff)}>
98
98
  // <div>{staff.fullname}</div>
99
99
  // <div>{staff.email}</div>
@@ -0,0 +1,60 @@
1
+ <svg width="480" height="456" viewBox="0 0 480 456" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_2427_1058" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="-25" width="480" height="481">
3
+ <rect width="480" height="480" transform="translate(0 -24.5)" fill="url(#paint0_radial_2427_1058)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_2427_1058)">
6
+ <g clip-path="url(#clip0_2427_1058)">
7
+ <g clip-path="url(#clip1_2427_1058)">
8
+ <line x1="0.5" y1="-24.5" x2="0.5" y2="455.5" stroke="#E3E8EF"/>
9
+ <line x1="32.5" y1="-24.5" x2="32.5" y2="455.5" stroke="#E3E8EF"/>
10
+ <line x1="64.5" y1="-24.5" x2="64.5" y2="455.5" stroke="#E3E8EF"/>
11
+ <line x1="96.5" y1="-24.5" x2="96.5" y2="455.5" stroke="#E3E8EF"/>
12
+ <line x1="128.5" y1="-24.5" x2="128.5" y2="455.5" stroke="#E3E8EF"/>
13
+ <line x1="160.5" y1="-24.5" x2="160.5" y2="455.5" stroke="#E3E8EF"/>
14
+ <line x1="192.5" y1="-24.5" x2="192.5" y2="455.5" stroke="#E3E8EF"/>
15
+ <line x1="224.5" y1="-24.5" x2="224.5" y2="455.5" stroke="#E3E8EF"/>
16
+ <line x1="256.5" y1="-24.5" x2="256.5" y2="455.5" stroke="#E3E8EF"/>
17
+ <line x1="288.5" y1="-24.5" x2="288.5" y2="455.5" stroke="#E3E8EF"/>
18
+ <line x1="320.5" y1="-24.5" x2="320.5" y2="455.5" stroke="#E3E8EF"/>
19
+ <line x1="352.5" y1="-24.5" x2="352.5" y2="455.5" stroke="#E3E8EF"/>
20
+ <line x1="384.5" y1="-24.5" x2="384.5" y2="455.5" stroke="#E3E8EF"/>
21
+ <line x1="416.5" y1="-24.5" x2="416.5" y2="455.5" stroke="#E3E8EF"/>
22
+ <line x1="448.5" y1="-24.5" x2="448.5" y2="455.5" stroke="#E3E8EF"/>
23
+ </g>
24
+ <rect x="0.5" y="-24" width="479" height="479" stroke="#E3E8EF"/>
25
+ <g clip-path="url(#clip2_2427_1058)">
26
+ <line y1="7" x2="480" y2="7" stroke="#E3E8EF"/>
27
+ <line y1="39" x2="480" y2="39" stroke="#E3E8EF"/>
28
+ <line y1="71" x2="480" y2="71" stroke="#E3E8EF"/>
29
+ <line y1="103" x2="480" y2="103" stroke="#E3E8EF"/>
30
+ <line y1="135" x2="480" y2="135" stroke="#E3E8EF"/>
31
+ <line y1="167" x2="480" y2="167" stroke="#E3E8EF"/>
32
+ <line y1="199" x2="480" y2="199" stroke="#E3E8EF"/>
33
+ <line y1="231" x2="480" y2="231" stroke="#E3E8EF"/>
34
+ <line y1="263" x2="480" y2="263" stroke="#E3E8EF"/>
35
+ <line y1="295" x2="480" y2="295" stroke="#E3E8EF"/>
36
+ <line y1="327" x2="480" y2="327" stroke="#E3E8EF"/>
37
+ <line y1="359" x2="480" y2="359" stroke="#E3E8EF"/>
38
+ <line y1="391" x2="480" y2="391" stroke="#E3E8EF"/>
39
+ <line y1="423" x2="480" y2="423" stroke="#E3E8EF"/>
40
+ <line y1="455" x2="480" y2="455" stroke="#E3E8EF"/>
41
+ </g>
42
+ <rect x="0.5" y="-24" width="479" height="479" stroke="#E3E8EF"/>
43
+ </g>
44
+ </g>
45
+ <defs>
46
+ <radialGradient id="paint0_radial_2427_1058" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(240 240) rotate(90) scale(240 240)">
47
+ <stop/>
48
+ <stop offset="1" stop-opacity="0"/>
49
+ </radialGradient>
50
+ <clipPath id="clip0_2427_1058">
51
+ <rect width="480" height="480" fill="white" transform="translate(0 -24.5)"/>
52
+ </clipPath>
53
+ <clipPath id="clip1_2427_1058">
54
+ <rect y="-24.5" width="480" height="480" fill="white"/>
55
+ </clipPath>
56
+ <clipPath id="clip2_2427_1058">
57
+ <rect y="-24.5" width="480" height="480" fill="white"/>
58
+ </clipPath>
59
+ </defs>
60
+ </svg>
@@ -0,0 +1,42 @@
1
+ <svg width="172" height="153" viewBox="0 0 172 153" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="86" cy="72.5" r="64" fill="#EEF2F6"/>
3
+ <circle cx="20" cy="28.5" r="6" fill="#F6F8FA"/>
4
+ <circle cx="17" cy="120.5" r="8" fill="#F6F8FA"/>
5
+ <circle cx="160" cy="44.5" r="8" fill="#F6F8FA"/>
6
+ <circle cx="149" cy="17.5" r="5" fill="#F6F8FA"/>
7
+ <g filter="url(#filter0_dd_2427_1099)">
8
+ <path d="M86 45.1493L91.6161 42.797L86.0007 45.1891V112.164L137.748 90.4791V23.4748L138 23.3691L137.748 23.2573V23.1448L137.618 23.1999L86.4084 0.5L34 22.8246L34.2481 22.9312L34 89.6634L86 112.124L86 45.1493Z" fill="#E3E8EF"/>
9
+ <path d="M86 45.1492V112.124L34 89.6632L34.2481 22.931L86 45.1492Z" fill="#F6F8FA"/>
10
+ <path d="M86.0007 45.1891V112.164L137.748 90.4791V23.1448L86.0007 45.1891Z" fill="#EEF2F6"/>
11
+ <path d="M86 45.1493L138 23.3691L86.4084 0.5L34 22.8246L86 45.1493Z" fill="#E3E8EF"/>
12
+ <path d="M53.6021 14.4748L105.404 37.0221L105.874 53.453L120.368 47.4727L119.93 30.938L66.5953 8.93994L53.6021 14.4748Z" fill="#F6F8FA"/>
13
+ </g>
14
+ <g filter="url(#filter1_b_2427_1099)">
15
+ <rect x="58" y="72.5" width="56" height="56" rx="28" fill="#212C65" fill-opacity="0.4"/>
16
+ <path d="M85.9906 104H86.0011M85.9999 100.5V95.8334M97.6666 100.5C97.6666 106.943 92.4432 112.167 85.9999 112.167C79.5566 112.167 74.3333 106.943 74.3333 100.5C74.3333 94.0567 79.5566 88.8334 85.9999 88.8334C92.4432 88.8334 97.6666 94.0567 97.6666 100.5Z" stroke="#064E94" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
17
+ </g>
18
+ <defs>
19
+ <filter id="filter0_dd_2427_1099" x="14" y="0.5" width="144" height="151.664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
20
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
21
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
+ <feMorphology radius="4" operator="erode" in="SourceAlpha" result="effect1_dropShadow_2427_1099"/>
23
+ <feOffset dy="8"/>
24
+ <feGaussianBlur stdDeviation="4"/>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0"/>
26
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2427_1099"/>
27
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
28
+ <feMorphology radius="4" operator="erode" in="SourceAlpha" result="effect2_dropShadow_2427_1099"/>
29
+ <feOffset dy="20"/>
30
+ <feGaussianBlur stdDeviation="12"/>
31
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0"/>
32
+ <feBlend mode="normal" in2="effect1_dropShadow_2427_1099" result="effect2_dropShadow_2427_1099"/>
33
+ <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_2427_1099" result="shape"/>
34
+ </filter>
35
+ <filter id="filter1_b_2427_1099" x="42" y="56.5" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
36
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
+ <feGaussianBlur in="BackgroundImageFix" stdDeviation="8"/>
38
+ <feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2427_1099"/>
39
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2427_1099" result="shape"/>
40
+ </filter>
41
+ </defs>
42
+ </svg>
@@ -68,6 +68,7 @@
68
68
  "components/gb-token-field/gb-token-field.js",
69
69
  "components/gb-tooltip/gb-tooltip.js",
70
70
  "components/gb-verification-code-field/gb-verification-code-field.js",
71
+ "components/gb-vertical-tabs/gb-vertical-tabs.js",
71
72
  "components/test-input-tag/test-input-tag.js"
72
73
  ],
73
74
  "compiler": {
@@ -7,8 +7,8 @@ export class GbExportDropdown {
7
7
  this.showSecondSubDropdown = false;
8
8
  }
9
9
  async onExportClicked(exportType, dataType) {
10
- // this.exportClicked.emit({exportType, dataType});
11
- console.log({ exportType, dataType });
10
+ this.exportClicked.emit({ exportType, dataType });
11
+ // console.log({ exportType, dataType });
12
12
  }
13
13
  render() {
14
14
  return (h(Fragment, null, h("div", { key: 'b5c31165cdffd35a9aa839d4bbc29b5b192f76c7', class: `export_dropdown` }, h("gb-export-dropdown-item", { key: '315130bba9ed9b2380835e683664ab0917b5e351', type: "pdf", state: StateEnum.Default, onMouseOver: () => (this.showFirstSubDropdown = true), onMouseOut: () => (this.showFirstSubDropdown = false) }), h("gb-export-dropdown-item", { key: '5261763d704d83a9287a5eda5868005961bc0a56', type: "csv", state: StateEnum.Default, onMouseOver: () => (this.showSecondSubDropdown = true), onMouseOut: () => (this.showSecondSubDropdown = false) })), this.showFirstSubDropdown && (h("gb-export-sub-dropdown", { key: '4192b8f5ad2486a12d3dd9913944dac4b58a0525', class: `first_dropdown`, onMouseOver: () => (this.showFirstSubDropdown = true), onMouseOut: () => (this.showFirstSubDropdown = false) }, h("p", { key: 'b59aed9c5a2b59a754f84fe14a9a6b5a2091a451', slot: "label_one", onClick: () => this.onExportClicked('pdf', 'entire_data') }, "Entire Data"), h("p", { key: '08bd0d865a71c9aa409ad5cc6486259ee4232e8e', slot: "label_two", onClick: () => this.onExportClicked('pdf', 'data_on_view') }, "Data on view"), h("p", { key: '14d405ef97234bf2fa922b63d648b31d7440e262', slot: "label_three", onClick: () => this.onExportClicked('pdf', 'filtered_data') }, "Filtered Data"))), this.showSecondSubDropdown && (h("gb-export-sub-dropdown", { key: 'c51f9b6c91bda7812832c55d5b503038f6094ce8', class: `second_dropdown`, onMouseOver: () => (this.showSecondSubDropdown = true), onMouseOut: () => (this.showSecondSubDropdown = false) }, h("p", { key: '705b034caba4985d686d81e3ce64dfe1668037a0', slot: "label_one", onClick: () => this.onExportClicked('csv', 'entire_data') }, "Entire Data"), h("p", { key: '529c0254371bf2326f6b7c602d6387dc5e6f8942', slot: "label_two", onClick: () => this.onExportClicked('csv', 'data_on_view') }, "Data on view"), h("p", { key: '46ff83cfce945dd44b9c85b312ac04d6b5289f51', slot: "label_three", onClick: () => this.onExportClicked('csv', 'filtered_data') }, "Filtered Data")))));