globuswebcomponents 0.9.6 → 0.9.7

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 (204) hide show
  1. package/dist/cjs/gb-avatar_44.cjs.entry.js +52 -51
  2. package/dist/cjs/gb-avatar_44.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  4. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  11. package/dist/cjs/globuscomponents.cjs.js +1 -1
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  14. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +10 -0
  15. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +29 -10
  16. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  17. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  18. package/dist/collection/components/gb-input-field/gb-input-field.js +14 -14
  19. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  20. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
  21. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  22. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  23. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  24. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  25. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  26. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  27. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  28. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  29. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  30. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  31. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  32. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  33. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  34. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  35. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  36. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  37. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  38. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  39. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  40. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  41. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  42. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  43. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  44. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  45. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  46. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  47. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  48. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  49. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  50. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  51. package/dist/components/gb-avatar-add-button.js +1 -1
  52. package/dist/components/gb-avatar-dropdown.js +3 -3
  53. package/dist/components/gb-avatar-group.js +4 -4
  54. package/dist/components/gb-avatar-label-group.js +1 -1
  55. package/dist/components/gb-avatar-profile-photo.js +2 -2
  56. package/dist/components/gb-avatar.js +1 -1
  57. package/dist/components/gb-badge.js +1 -1
  58. package/dist/components/gb-checkbox-group-item.js +1 -1
  59. package/dist/components/gb-checkbox-group.js +3 -3
  60. package/dist/components/gb-collapse-button.js +1 -1
  61. package/dist/components/gb-file-upload-item-base.js +1 -1
  62. package/dist/components/gb-file-upload.js +3 -3
  63. package/dist/components/gb-header.js +2 -2
  64. package/dist/components/gb-help-tooltip.js +1 -1
  65. package/dist/components/gb-horizontal-tabs.js +4 -4
  66. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  67. package/dist/components/gb-input-dropdown.js +1 -1
  68. package/dist/components/gb-input-field.js +1 -396
  69. package/dist/components/gb-input-field.js.map +1 -1
  70. package/dist/components/gb-megainput-field.js +1 -1
  71. package/dist/components/gb-notification-content.js +1 -1
  72. package/dist/components/gb-notification-pane.js +4 -4
  73. package/dist/components/gb-pagination-button-group-base.js +1 -1
  74. package/dist/components/gb-pagination-dot-group.js +1 -1
  75. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  76. package/dist/components/gb-pagination-number-base.js +1 -1
  77. package/dist/components/gb-pagination.js +45 -27
  78. package/dist/components/gb-pagination.js.map +1 -1
  79. package/dist/components/gb-password-button.js +1 -1
  80. package/dist/components/gb-progress-bar.js +1 -1
  81. package/dist/components/gb-progress-circle.js +1 -1
  82. package/dist/components/gb-rich-text.js +46 -22
  83. package/dist/components/gb-rich-text.js.map +1 -1
  84. package/dist/components/gb-scrollbar.js +1 -1
  85. package/dist/components/gb-side-bar-item.js +1 -1
  86. package/dist/components/gb-sidebar.js +7 -7
  87. package/dist/components/gb-slider-control-handle.js +1 -1
  88. package/dist/components/gb-slider.js +3 -3
  89. package/dist/components/gb-status-indicator.js +1 -1
  90. package/dist/components/gb-tab-button-base.js +1 -1
  91. package/dist/components/gb-tag-checkbox.js +1 -1
  92. package/dist/components/gb-tag-close.js +1 -1
  93. package/dist/components/gb-tag-count.js +1 -1
  94. package/dist/components/gb-tag.js +1 -1
  95. package/dist/components/gb-toast-button.js +1 -1
  96. package/dist/components/gb-toast.js +2 -2
  97. package/dist/components/gb-toggle-base.js +1 -1
  98. package/dist/components/gb-toggle.js +2 -2
  99. package/dist/components/gb-token-field.js +2 -2
  100. package/dist/components/gb-tooltip.js +1 -1
  101. package/dist/components/gb-verification-code-field.js +3 -3
  102. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  103. package/dist/components/{p-c5391fb7.js → p-0ad4eab9.js} +2 -2
  104. package/dist/components/{p-c5391fb7.js.map → p-0ad4eab9.js.map} +1 -1
  105. package/dist/components/{p-8efbc7c0.js → p-116a3de5.js} +6 -6
  106. package/dist/components/{p-8efbc7c0.js.map → p-116a3de5.js.map} +1 -1
  107. package/dist/components/{p-7aa28b49.js → p-1370acdb.js} +3 -3
  108. package/dist/components/{p-7aa28b49.js.map → p-1370acdb.js.map} +1 -1
  109. package/dist/components/{p-da349f94.js → p-258cafb9.js} +2 -2
  110. package/dist/components/{p-da349f94.js.map → p-258cafb9.js.map} +1 -1
  111. package/dist/components/{p-18a465ff.js → p-2fedd9da.js} +3 -3
  112. package/dist/components/{p-18a465ff.js.map → p-2fedd9da.js.map} +1 -1
  113. package/dist/components/{p-ff58b603.js → p-30587454.js} +3 -3
  114. package/dist/components/{p-ff58b603.js.map → p-30587454.js.map} +1 -1
  115. package/dist/components/{p-9ae39411.js → p-38b74f4c.js} +2 -2
  116. package/dist/components/{p-9ae39411.js.map → p-38b74f4c.js.map} +1 -1
  117. package/dist/components/{p-14a5304b.js → p-40545eb0.js} +2 -2
  118. package/dist/components/{p-14a5304b.js.map → p-40545eb0.js.map} +1 -1
  119. package/dist/components/{p-cfbe014d.js → p-4bd1630c.js} +3 -3
  120. package/dist/components/{p-cfbe014d.js.map → p-4bd1630c.js.map} +1 -1
  121. package/dist/components/{p-6e7c1b3f.js → p-5a175e1b.js} +5 -5
  122. package/dist/components/{p-6e7c1b3f.js.map → p-5a175e1b.js.map} +1 -1
  123. package/dist/components/{p-2ee8e211.js → p-5b236279.js} +2 -2
  124. package/dist/components/{p-2ee8e211.js.map → p-5b236279.js.map} +1 -1
  125. package/dist/components/{p-787c9757.js → p-62cba16e.js} +55 -29
  126. package/dist/components/p-62cba16e.js.map +1 -0
  127. package/dist/components/{p-e26f2275.js → p-6b417d00.js} +2 -2
  128. package/dist/components/{p-e26f2275.js.map → p-6b417d00.js.map} +1 -1
  129. package/dist/components/{p-ebbbdd33.js → p-6ed7f8fd.js} +3 -3
  130. package/dist/components/{p-ebbbdd33.js.map → p-6ed7f8fd.js.map} +1 -1
  131. package/dist/components/{p-e673b425.js → p-75e5ba2a.js} +7 -7
  132. package/dist/components/{p-e673b425.js.map → p-75e5ba2a.js.map} +1 -1
  133. package/dist/components/{p-5512321a.js → p-7def9a0c.js} +2 -2
  134. package/dist/components/{p-5512321a.js.map → p-7def9a0c.js.map} +1 -1
  135. package/dist/components/{p-47f3f4e8.js → p-86a65382.js} +2 -2
  136. package/dist/components/{p-47f3f4e8.js.map → p-86a65382.js.map} +1 -1
  137. package/dist/components/{p-a112004b.js → p-92560291.js} +2 -2
  138. package/dist/components/{p-a112004b.js.map → p-92560291.js.map} +1 -1
  139. package/dist/components/{p-4aa73a61.js → p-99f8eb85.js} +2 -2
  140. package/dist/components/{p-4aa73a61.js.map → p-99f8eb85.js.map} +1 -1
  141. package/dist/components/{p-26de186a.js → p-a5be24df.js} +3 -3
  142. package/dist/components/{p-26de186a.js.map → p-a5be24df.js.map} +1 -1
  143. package/dist/components/{p-af6c2dc5.js → p-b17585ec.js} +2 -2
  144. package/dist/components/{p-af6c2dc5.js.map → p-b17585ec.js.map} +1 -1
  145. package/dist/components/{p-6287f38c.js → p-b86bef4d.js} +3 -3
  146. package/dist/components/{p-6287f38c.js.map → p-b86bef4d.js.map} +1 -1
  147. package/dist/components/{p-60a8f11a.js → p-c14ae549.js} +2 -2
  148. package/dist/components/{p-60a8f11a.js.map → p-c14ae549.js.map} +1 -1
  149. package/dist/components/{p-c7c9cb57.js → p-c74e6b18.js} +45 -21
  150. package/dist/components/p-c74e6b18.js.map +1 -0
  151. package/dist/components/p-cf36ddf6.js +400 -0
  152. package/dist/components/p-cf36ddf6.js.map +1 -0
  153. package/dist/components/{p-70b439f9.js → p-d0c7cb58.js} +2 -2
  154. package/dist/components/{p-70b439f9.js.map → p-d0c7cb58.js.map} +1 -1
  155. package/dist/components/{p-5be3a868.js → p-e671339d.js} +7 -7
  156. package/dist/components/{p-5be3a868.js.map → p-e671339d.js.map} +1 -1
  157. package/dist/components/{p-b02e796f.js → p-ef76a407.js} +2 -2
  158. package/dist/components/{p-b02e796f.js.map → p-ef76a407.js.map} +1 -1
  159. package/dist/components/{p-75424aa6.js → p-f44cfa90.js} +3 -3
  160. package/dist/components/{p-75424aa6.js.map → p-f44cfa90.js.map} +1 -1
  161. package/dist/components/test-input-tag.js +9 -9
  162. package/dist/esm/gb-avatar_44.entry.js +52 -51
  163. package/dist/esm/gb-avatar_44.entry.js.map +1 -1
  164. package/dist/esm/gb-megainput-field.entry.js +2 -2
  165. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  166. package/dist/esm/gb-progress-circle.entry.js +1 -1
  167. package/dist/esm/gb-rich-text.entry.js +1 -1
  168. package/dist/esm/gb-scrollbar.entry.js +1 -1
  169. package/dist/esm/gb-toggle.entry.js +1 -1
  170. package/dist/esm/gb-token-field.entry.js +1 -1
  171. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  172. package/dist/esm/globuscomponents.js +1 -1
  173. package/dist/esm/loader.js +1 -1
  174. package/dist/esm/test-input-tag.entry.js +2 -2
  175. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  176. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  177. package/dist/globuscomponents/{p-a6d401af.entry.js → p-13fb8ad0.entry.js} +2 -2
  178. package/dist/globuscomponents/{p-bde2ee59.entry.js → p-27ad012f.entry.js} +2 -2
  179. package/dist/globuscomponents/p-27ad012f.entry.js.map +1 -0
  180. package/dist/globuscomponents/{p-641ddab7.entry.js → p-35a813fe.entry.js} +2 -2
  181. package/dist/globuscomponents/{p-d1a92423.entry.js → p-65f494ea.entry.js} +2 -2
  182. package/dist/globuscomponents/{p-b22b0186.entry.js → p-6e05335a.entry.js} +2 -2
  183. package/dist/globuscomponents/{p-d32c11d8.entry.js → p-70868bfe.entry.js} +2 -2
  184. package/dist/globuscomponents/p-9f612212.entry.js +2 -0
  185. package/dist/globuscomponents/p-dd933232.entry.js +2 -0
  186. package/dist/globuscomponents/{p-aaa4b333.entry.js → p-f8a6d94e.entry.js} +2 -2
  187. package/dist/globuscomponents/{p-7d1d376e.entry.js → p-ffe76eeb.entry.js} +2 -2
  188. package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -0
  189. package/dist/types/components.d.ts +4 -2
  190. package/package.json +1 -1
  191. package/dist/components/p-787c9757.js.map +0 -1
  192. package/dist/components/p-c7c9cb57.js.map +0 -1
  193. package/dist/globuscomponents/p-bde2ee59.entry.js.map +0 -1
  194. package/dist/globuscomponents/p-d0045a1d.entry.js +0 -2
  195. package/dist/globuscomponents/p-eded0645.entry.js +0 -2
  196. /package/dist/globuscomponents/{p-a6d401af.entry.js.map → p-13fb8ad0.entry.js.map} +0 -0
  197. /package/dist/globuscomponents/{p-641ddab7.entry.js.map → p-35a813fe.entry.js.map} +0 -0
  198. /package/dist/globuscomponents/{p-d1a92423.entry.js.map → p-65f494ea.entry.js.map} +0 -0
  199. /package/dist/globuscomponents/{p-b22b0186.entry.js.map → p-6e05335a.entry.js.map} +0 -0
  200. /package/dist/globuscomponents/{p-d32c11d8.entry.js.map → p-70868bfe.entry.js.map} +0 -0
  201. /package/dist/globuscomponents/{p-d0045a1d.entry.js.map → p-9f612212.entry.js.map} +0 -0
  202. /package/dist/globuscomponents/{p-eded0645.entry.js.map → p-dd933232.entry.js.map} +0 -0
  203. /package/dist/globuscomponents/{p-aaa4b333.entry.js.map → p-f8a6d94e.entry.js.map} +0 -0
  204. /package/dist/globuscomponents/{p-7d1d376e.entry.js.map → p-ffe76eeb.entry.js.map} +0 -0
@@ -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: 'b7679e82c981e02884a3303cfd297ecd4b9c1ceb', class: "dot_group_div" }, index.h("div", { key: '91f0721484e461dcf9b8bb5b55dc6003dae1e863' })));
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: '42986b0736a1ac2a6461061f66f12bb614839126', class: "gauge" }, index.h("div", { key: '02d4da5d3463a06aa609ccd7a069dea2359895ab', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: '6081349a743720712677ac7aec0ce8f5cca381e4', class: "mask" }), this.label && (index.h("div", { key: '1b0044962d33cfd65a72fb7628f4283ce774df9f', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: 'e809895f1c709d39b2d1ed942120b8d4504ed6ef', 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: 'f742bdbcc609404ea5adca4a86705abb117501e2', class: classes }, index.h("div", { key: '1b8ab005d10d27801ff97fcf695e4af1973ca0b9', class: "input-with-label" }, index.h("label", { key: '85ef47252c8af5afe6137ed8dc56ae3e5e81c7db' }, this.label), index.h("div", { key: 'a8a9d360cf7c9ad71738e565c7b17135a7b26d81', class: "input-container" }, index.h("div", { key: 'af02147432acaedaf2f39cc77398e190e3eb3220', class: "toolbar-container" }, index.h("gb-wysiwyg-toolbar", { key: '0c07f8e823c3d1510c54c93bb540bbc4a616682d', 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: '59c942e7f3399d3e79bbc1342f8cf6059fb4bae4', class: "error-icon" }, index.h("svg", { key: '553ce229a1e21c894b91803208968af6266ca9c6', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { key: '884287625c4cbf8c63c1fa6d786d6ed8ebbd0165', 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: '3c3be930c7f35a429132a3d681af5d5cf2ac0a53', class: "text-container" }, index.h("textarea", { key: 'cca71af6b6406805e4cb72fdeb5b55bd66c3360e' }, this.showPlaceholder && (index.h("div", { key: '5695660d5913d0db5716bbaac02d1e7d8e3a61bf' }, this.placeholder)))))), this.showHintText && (index.h("div", { key: 'f3689399689f4110a403a6f1c04ece3285f1fd8b', 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: '0d44fae0f4510f79a1ee99f8e56487d29a8d772a', class: "scrollbar-container" }, index.h("div", { key: '0a6b6065c5b2a2ff24397005f24779aac9ac082d', class: "scrollbar", style: { height: this.length } }, index.h("slot", { key: '6035119b2b1c09412dfcf2bdedf1b7362cba0446' }))));
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: 'f1cf9b294bf91769a590538b283a6368e132bd1d', class: `toggle_div ${this.size}` }, index.h("div", { key: '472a5c9427ea28d03c15f5f30e76e32e213e3591', class: "toggle_base" }, index.h("gb-toggle-base", { key: '74fd38161331a57efdc472a00606d7d80e1feda7', size: this.size, state: this.state, pressed: this.pressed })), index.h("div", { key: 'b9f0d42ce073f83738fe654999b1da4918e81d19', class: "text" }, index.h("slot", { key: '2114ecd901e11ec2b243cf55b191c1acb9039a86', name: "main_text" }), this.supportingText && (index.h("slot", { key: '4ee51e74b6b0e74e2c5f0a7b174291d5b1c17564', 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: 'c3eb9160d73f92283f504c2716dfd847e340d83a', class: this.size }, index.h("div", { key: 'dde786822b54f2cfa7b47ad34d8ba448729daf25', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '3e26f5e95c897ec430ec151732e21b6938da1667' }, this.label)), this.digits === 4 && (index.h("div", { key: '2bb23fc26ef4eba5ebd0090d7ba15a3e89c10896', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '6c70d856981f09f2ec12269d6eb4528ca9532cfb', size: this.size }), index.h("gb-megainput-field", { key: '90bf4c0d8abb271743b85317fc75216d84a60f91', size: this.size }), index.h("gb-megainput-field", { key: 'ae9a713dac4a3095d198955ed629cbfad65818bd', size: this.size }), index.h("gb-megainput-field", { key: 'd8d89494868271c992cb3cdb96f6aaa16342b43b', size: this.size }))), this.digits === 6 && (index.h("div", { key: '4e16488502c59bd9b981771e3d7043bc0866720d', class: "input-wrapper" }, index.h("div", { key: '2cb09fcd1608268a312039f9922f3bc5df04d221', class: "first=section" }, index.h("gb-megainput-field", { key: 'e5e03937dd8172f6c9908a5bd33da892e09bacd2', size: this.size }), index.h("gb-megainput-field", { key: 'db9c9170bba5e176876fd9060ebeb34606366675', size: this.size }), index.h("gb-megainput-field", { key: '32220375bb9f7f389067188cc9dd3746ebd01180', size: this.size })), index.h("div", { key: 'dfcf40e23e3605ca98e75d446dbdb200d071e821', class: "second=section" }, index.h("gb-megainput-field", { key: '293d800fc7fcc237369c37a9639b2363ab5152ce', size: this.size }), index.h("gb-megainput-field", { key: 'c78164b916c044936450f9f90c81fb0ead121b97', size: this.size }), index.h("gb-megainput-field", { key: 'e8dcf7395589c0219c73fb5817b14a48b491935b', size: this.size })))), this.digits === 8 && (index.h("div", { key: 'b7b866baa95e97b3073bea070a1d435923489de8', class: "input-wrapper" }, index.h("div", { key: '313b1fef54cc1d0118ae401bf933283a1b952954', class: "first=section" }, index.h("gb-megainput-field", { key: 'cbce044acd93215dfdbb44f44d65cdd411832fcf', size: this.size }), index.h("gb-megainput-field", { key: '525be8145ecbd96aac919411515d96b14bcd5438', size: this.size }), index.h("gb-megainput-field", { key: '5b5789c9a4eaa2667ec8c1f35cc209251dcf3b76', size: this.size }), index.h("gb-megainput-field", { key: 'a877de58ed371a1ca08f67502bb8542c16b47b4d', size: this.size })), index.h("div", { key: '74bcbcd902606c5920880df7104f5afd5f60be78', class: "second=section" }, index.h("gb-megainput-field", { key: '1eca81c5e15c234da94d06a3f5e4b9f900eb2958', size: this.size }), index.h("gb-megainput-field", { key: '147f28d0b52d77b8707d9c2a4406ad6e3c566742', size: this.size }), index.h("gb-megainput-field", { key: 'fea9fe859e42bf726f9943de2f7e4e60beb50f97', size: this.size }), index.h("gb-megainput-field", { key: '57a3aea8c49712da1d1c78975629c8dd337e6162', size: this.size }))))), index.h("p", { key: '22b0b5d2a3f93634f2a070e87d029ef3bb21c8c7' }, 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: '35caaf3ca3936b0c4be86f8d29a02c10bea4661f', 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: 'b9cb93b7c06eec79dc1097755d323074aa6ce197', class: "input-with-label" }, this.showLabel && (index.h("label", { key: 'e6ebefd819bf50e314588ef541eb32815af6c3ad', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: '56855b28435b3ee3c2590f269f00e9c7c2367739', class: "input-wrapper" }, index.h("gb-megainput-field", { key: 'e0220c44df5c55349a5cae61d32f1f60d7521678', size: this.size }), index.h("gb-megainput-field", { key: '700108c69f9fdbf1f28c91daab76cee4c6a3121c', size: this.size }), index.h("gb-megainput-field", { key: '322e7f51abf0c9f6d07f56a8687ddfeb09e6e5ad', size: this.size }), index.h("gb-megainput-field", { key: '59512f050aa375d5f683b87439e891b401378760', size: this.size }))), this.digits === 6 && (index.h("div", { key: '4d75e6fc1fc16fd2a5348595752a7c732962dfb4', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '88f3aa27391f563698152ce16917b051da43e0aa', size: this.size }), index.h("gb-megainput-field", { key: 'b31052bd4d8f5e423de8fd04f9b28c2d83f0c5ed', size: this.size }), index.h("gb-megainput-field", { key: '52924aee7b77f1bd123723cbb4195c6a5d91f603', size: this.size }), index.h("p", { key: 'f44fcdb7aa0b05b5110410c20ffd57ac61d81d3a', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: '182142a350c86d37e79b97a174a6e8c33d5a8a0f', size: this.size }), index.h("gb-megainput-field", { key: '81b507e54d9bf3659f3e7f9fd71e35846796b9b0', size: this.size }), index.h("gb-megainput-field", { key: 'de89161e283f58f7264258d7b14eb32707cb0b05', size: this.size }))), this.digits === 8 && (index.h("div", { key: 'd86f56af056c57d96d60becd31ab1ec7ea3ed2b5', class: "input-wrapper" }, index.h("gb-megainput-field", { key: '14feb2eca38c0162f63a78a62493cde1fae00b1b', size: this.size }), index.h("gb-megainput-field", { key: '85a9f1c986983ab96184ff0ce347d9672bba1e23', size: this.size }), index.h("gb-megainput-field", { key: '35489837e6322e8312ce3c765478c21a52b1cb27', size: this.size }), index.h("gb-megainput-field", { key: '861b03ee47596983837bb0e9e4cd2b63b24b3d7f', size: this.size }), index.h("p", { key: '439bf943f075eecb794a376489047c9ea78c1bfa', class: "line display-sm-bold" }, "-"), index.h("gb-megainput-field", { key: 'c6c7a7c8267b66d9e71b8657a8406025b3482302', size: this.size }), index.h("gb-megainput-field", { key: 'ca4edcbcc32287b9a001e0afd05d7cb7d24a7bdc', size: this.size }), index.h("gb-megainput-field", { key: '21d614d2eeef76475a7adef9c3b2a2dd0aa09f72', size: this.size }), index.h("gb-megainput-field", { key: '1cb2ed999386b6abb01731c3cfadfe1d2339d85a', size: this.size })))), this.showHintText && (index.h("div", { key: '3263c337a436220ba6eca6dae91a84ee7705f3a6', 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_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-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-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\"]}],[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\"],\"showSearchInput\":[4,\"show-search-input\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[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\":[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-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-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]}],[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_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-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-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\"]}],[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\"],\"showSearchInput\":[4,\"show-search-input\"],\"leadingIconSvg\":[32],\"dropdownOpen\":[32],\"selectedItems\":[32],\"unselectedItems\":[32],\"selectedItem\":[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\":[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-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-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]}],[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;
@@ -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: 'e0c1b0c250984dfb73b388c6bd0ad82f7f5162a9', class: "input_group", ref: el => (this.inputGroupElement = el) }, index.h("label", { key: '6af9d856d3594234ea7fde9615635a7aa9219497', htmlFor: this.idOfInput }, this.labelText), index.h("div", { key: '2df1046b4da50df86f88ad3ef04cff66fce2d0a5', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, index.h("input", { key: '55e152a2c78cd37e96435fa4444ef4ac82ee606f', 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: '87b78d611679e086150ab491bfaf0379943ff8e7', 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: '74c825ef8eaaf2331980ad4e46ac48cf9bb21f0c', 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>
@@ -2766,6 +2766,7 @@ svg.disabled path{
2766
2766
  .dropdown_menu{
2767
2767
  display: flex;
2768
2768
  min-width: 100%;
2769
+ max-height: 300px;
2769
2770
  padding: var(--spacing-none);
2770
2771
  flex-direction: column;
2771
2772
  align-items: flex-start;
@@ -2778,6 +2779,7 @@ svg.disabled path{
2778
2779
  z-index: 99;
2779
2780
  gap: var(--spacing-none);
2780
2781
  transition: 1s ease-in-out;
2782
+ overflow-y: auto;
2781
2783
  }
2782
2784
 
2783
2785
  .dropdown_menu.top{
@@ -2850,4 +2852,12 @@ svg.disabled path{
2850
2852
 
2851
2853
  ::slotted([slot="initials"].yellow){
2852
2854
  color: var(--color-text-warning, #DC6803);
2855
+ }
2856
+
2857
+ .dropdown_search_field{
2858
+ background: var(--color-surface, #FFFFFF);
2859
+ padding: var(--spacing-2) var(--spacing-2) var(--spacing-none) var(--spacing-2);
2860
+ position: sticky;
2861
+ top: 0;
2862
+ z-index: 999;
2853
2863
  }
@@ -17,12 +17,12 @@ export class GbInputDropdown {
17
17
  this.leadingIcon = '';
18
18
  this.icon = undefined;
19
19
  this.items = [
20
- // { name: 'Mock Item A', username: 'A', selected: false },
21
- // { name: 'Mock Item B', username: 'B', selected: false },
22
- // { name: 'Mock Item C', username: 'C', selected: false },
23
- 45, 50, 20, 25, 90,
24
- // 'Activated',
25
- // 'Deactivated',
20
+ // { name: 'Mock Item A', username: 'A', selected: false },
21
+ // { name: 'Mock Item B', username: 'B', selected: false },
22
+ // { name: 'Mock Item C', username: 'C', selected: false },
23
+ // 45, 50, 20
24
+ // 'Activated',
25
+ // 'Deactivated',
26
26
  ];
27
27
  this.value = [
28
28
  // { name: 'Mock Item A', username: 'A', selected: false },
@@ -36,6 +36,7 @@ export class GbInputDropdown {
36
36
  this.color = undefined;
37
37
  this.showBorder = false;
38
38
  this.menuPosition = undefined;
39
+ this.showSearchInput = false;
39
40
  this.leadingIconSvg = '';
40
41
  this.dropdownOpen = false;
41
42
  this.selectedItems = [];
@@ -183,16 +184,16 @@ export class GbInputDropdown {
183
184
  render() {
184
185
  var _a;
185
186
  return [
186
- h("div", { key: 'b137b491938afaeaf20534052a7ecc60af136230', class: `input_dropdown_container ${this.type === 'tags' ? 'tag' : ''}` }, h("div", { key: '5089839bbef823d441ff6bb2f7f610856131363f', class: `input_with_label` }, this.showLabel && (h("p", { key: '40a8c14286ca7060d592e4da8d8aa4efda30b1dc', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase())), h("div", { key: 'b584d7e1c53b2977cde24449b2e5403ad93e0772', class: `input_dropdown_div ${this.size} ${this.state} ${this.type === 'tags' ? 'tag' : ''}`, onClick: e => this.toggleDropdown(e) }, this.type === 'icon_leading' && (h("svg", { key: 'c48604e76ca6f8671aa0957a817747c2581c8bcb', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2e93aa5408167fa84b29d5ca29c54470efe23837', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), h("path", { key: 'b64bb4cb437b3eb13e531798cb5a2ac1d1d30925', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (h(Fragment, null, this.state === 'default' && (h("svg", { key: 'cb2a9eeb976d8569785204da68521c83283ad12f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '748548d2bd2e90c04c84e1185deb528e1f38153d', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.66667" }), h("path", { key: '6d76f5bb6ba721f5ca57ac7e1568c5dc539f06ea', d: "M13.75 5.41666C13.75 7.48772 12.0711 9.16666 10 9.16666C7.92893 9.16666 6.25 7.48772 6.25 5.41666C6.25 3.34559 7.92893 1.66666 10 1.66666C12.0711 1.66666 13.75 3.34559 13.75 5.41666Z", stroke: "#4B5565", "stroke-width": "1.66667" }))), this.state === 'filled' && (h("gb-avatar", { key: '655b7cd8c4a42bd729aca791ab1ee02c3be616ce', size: "xs", text: this.text, color: this.color, "show-border": this.showBorder }, h("h1", { key: 'eca7e84fb89b28d46357aaa7b01aa1ada2a94981', slot: "initials" }, this.selectedItem.name.split(' ').map(part => part.charAt(0).toUpperCase())))))), this.showLeadingIcon && h(Fragment, null, this.type === 'search' || this.type === 'tags' ? h("div", { class: `icon`, innerHTML: this.leadingIconSvg }) : null), this.type === 'dot_leading' && (h("svg", { key: '959aaa69e5c94e0ad789517cf1d102b7ce2b9ee2', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, h("circle", { key: '18c5e2732c116acfffa4e112f3464b48d8983d3d', cx: "5", cy: "5", r: "4", fill: "#079455" }))), h("div", { key: '4ba4317e0e92c072c185fe15049afc1f825f5c30', class: "placeholder" }, h(Fragment, null, this.state === 'default' && (h(Fragment, null, this.placeholder && (h("p", { key: '0e85bf0050f70aef4e9bb8295c6f330eb3f98861', class: "text-md-regular", style: { color: '#CDD5DF' } }, this.placeholder)))), this.state === 'filled' && (h(Fragment, null, h("div", { key: 'a2b2d4e7021bef22cb46e5c1c530e4ef88220cff', class: `content` }, h("div", { key: 'bbf8054b885ed7b8c2f3e8f592ac63a7ae72b57b', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
187
+ h("div", { key: '95aaddcc8c0759c1acd6540aadb0ff3edb91305a', class: `input_dropdown_container ${this.type === 'tags' ? 'tag' : ''}` }, h("div", { key: '2f3718d6cf74b339fa957039a86f129465273b1d', class: `input_with_label` }, this.showLabel && (h("p", { key: '97c61833a1cdeab3aed3e68f0f087fe7cdd8b2c6', class: "text-sm-regular", style: { color: '#4B5565' } }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase())), h("div", { key: 'bd147e52741db78b5613be2fbf7ecab0a4aa4b6d', class: `input_dropdown_div ${this.size} ${this.state} ${this.type === 'tags' ? 'tag' : ''}`, onClick: e => this.toggleDropdown(e) }, this.type === 'icon_leading' && (h("svg", { key: 'db7ef374f8f4b3a892d560018f81deb861ef9f45', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '497229b585696c9c4598287ebc74c3916d35e591', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#697586", "stroke-width": "1.66667" }), h("path", { key: 'b12fe0fbf293a246f8bd9461aade43dd261985b4', d: "M13.75 5.41667C13.75 7.48774 12.0711 9.16667 10 9.16667C7.92893 9.16667 6.25 7.48774 6.25 5.41667C6.25 3.3456 7.92893 1.66667 10 1.66667C12.0711 1.66667 13.75 3.3456 13.75 5.41667Z", stroke: "#697586", "stroke-width": "1.66667" }))), this.type === 'avatar_leading' && (h(Fragment, null, this.state === 'default' && (h("svg", { key: '59d601c781ab87dd46b78cdd0af2482eaf532574', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '2f3b6b6d298702d7c9f08bb7dc4332186b98603a', d: "M5.48131 12.9013C4.30234 13.6033 1.21114 15.0368 3.09388 16.8305C4.01359 17.7067 5.03791 18.3333 6.32572 18.3333H13.6743C14.9621 18.3333 15.9864 17.7067 16.9061 16.8305C18.7889 15.0368 15.6977 13.6033 14.5187 12.9013C11.754 11.2551 8.24599 11.2551 5.48131 12.9013Z", stroke: "#4B5565", "stroke-width": "1.66667" }), h("path", { key: '97c77b3a4ce3452754977892b8bad2bfce2a8511', d: "M13.75 5.41666C13.75 7.48772 12.0711 9.16666 10 9.16666C7.92893 9.16666 6.25 7.48772 6.25 5.41666C6.25 3.34559 7.92893 1.66666 10 1.66666C12.0711 1.66666 13.75 3.34559 13.75 5.41666Z", stroke: "#4B5565", "stroke-width": "1.66667" }))), this.state === 'filled' && (h("gb-avatar", { key: 'b9e5a0c89c776e8d65b1e86b29f17974dc257b97', size: "xs", text: this.text, color: this.color, "show-border": this.showBorder }, h("h1", { key: '57c1ca055bd94998d63e0603f54dc800d45a7eb9', slot: "initials" }, this.selectedItem.name.split(' ').map(part => part.charAt(0).toUpperCase())))))), this.showLeadingIcon && h(Fragment, null, this.type === 'search' || this.type === 'tags' ? h("div", { class: `icon`, innerHTML: this.leadingIconSvg }) : null), this.type === 'dot_leading' && (h("svg", { key: '019a05371b75b0197674ad80f2b7d0016567725a', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `dot ${this.size}` }, h("circle", { key: '82e43fe139f7c6c22737ba243db342c2ea3d7dfc', cx: "5", cy: "5", r: "4", fill: "#079455" }))), h("div", { key: '60a4a0f74893a4f49da8b11fcd9978882c44319a', class: "placeholder" }, h(Fragment, null, this.state === 'default' && (h(Fragment, null, this.placeholder && (h("p", { key: '87ff775cf995462a363f28a9d52a3d14247f10dd', class: "text-md-regular", style: { color: '#CDD5DF' } }, this.placeholder)))), this.state === 'filled' && (h(Fragment, null, h("div", { key: '00b054ae180e1291a616b8d6a53e74bddc1dcab8', class: `content` }, h("div", { key: '89d60fcb8b77211e94c34356e2d172fc07fc7d14', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
187
188
  .split(' ')
188
189
  .map(part => part.charAt(0).toUpperCase())
189
190
  .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item))))))) : (h(Fragment, null, this.value.map((item, index) => typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
190
191
  .split(' ')
191
192
  .map(part => part.charAt(0).toUpperCase())
192
- .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.length === 0 ? ((_a = this.selectedItem) === null || _a === void 0 ? void 0 : _a.name) || this.selectedItem : h(Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (h("div", { key: 'fb52436f6d3b795669ac49a469a4f9c5cf7a00f9', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, "@", this.selectedItem.username)) : (h(Fragment, null, this.value.map((item) => typeof item === 'object' && item.username)))))))))), this.state === 'disabled' && (h(Fragment, null, h("div", { key: '607300c4172fc75fb8740af8c696d0835326da08', class: `content` }, h("div", { key: 'cc99752b38229dde017336d086efaf94a9021f5f', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (h(Fragment, null, this.value.map((item, index) => typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
193
+ .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(item) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.length === 0 ? ((_a = this.selectedItem) === null || _a === void 0 ? void 0 : _a.name) || this.selectedItem : h(Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (h("div", { key: '1a7b42a7c4fa6f5c79fc4d9fc0d2fd2a8bb18bcf', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, "@", this.selectedItem.username)) : (h(Fragment, null, this.value.map((item) => typeof item === 'object' && item.username)))))))))), this.state === 'disabled' && (h(Fragment, null, h("div", { key: '38f29de25029bd0ee3f7a94db874387938ccf5ac', class: `content` }, h("div", { key: 'e0ca803fa25479ca2208f180278d34ae63618cf8', class: `text text-md-regular ${this.type === 'tags' ? 'tag' : ''}`, style: { color: '#4B5565' } }, this.type === 'tags' ? (h(Fragment, null, this.value.map((item, index) => typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, h("p", { class: "text-xs-medium" }, item.name.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.name
193
194
  .split(' ')
194
195
  .map(part => part.charAt(0).toUpperCase())
195
- .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, h("p", { class: "text-xs-medium" }, item))))))) : (h(Fragment, null, h(Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (h("div", { key: '3ced9afc891c487405fd91d58cb4bbd9dfd3d44b', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, "@", this.selectedItem.username)) : (h(Fragment, null, this.value.map((item) => typeof item === 'object' && (h(Fragment, null, "@", item.username)))))))))))))), this.showHelpIcon && (h("div", { key: '4a4c014fbd5ca3e521fa0ed4076e4b19b74932f4', class: `help_icon` }, h("gb-help-tooltip", { key: 'fc2299c70922126407c36bde4b1b75cd8badf794', "show-supporting-text": true }, h("slot", { key: 'd8655a48ecc83545405192804079e21d6fd5aa30', name: "tooltip_label", slot: "label" }), h("slot", { key: '701e7ebb77234dadd31357d7e538d94b7c7e3efd', name: "tooltip_supporting_text", slot: "supporting_text" })))), this.type !== 'search' && (h("div", { key: '34c9d156baf6d9fd6ff240c95e9182aa03616201', class: `dropdown_icon ${this.dropdownOpen ? 'opened' : ''}` }, h("svg", { key: 'ecd703626ee603925ced6e931a88c1abfdd5eb73', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, h("path", { key: '895c9fdb89391abd01fe4842f455b0de9f5f152b', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h(Fragment, null, this.dropdownOpen && (h("div", { key: '10ecc3b6284665feb2d31c263154755b3b22c4ce', class: `dropdown_menu ${this.menuPosition}`, ref: el => (this.dropdownRef = el), onClick: e => e.stopPropagation() }, this.type === 'tags' ? (h(Fragment, null, this.selectedItems.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: true, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("p", { slot: "supporting_text" }, "@", item.username))) : (h("p", { slot: "name" }, item))))), this.unselectedItems.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: false, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("p", { slot: "supporting_text" }, "@", item.username))) : (h("p", { slot: "name" }, item))))))) : (h(Fragment, null, this.items.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: this.isItemSelected(item), color: this.color, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("h1", { slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", { slot: "supporting_text" }, "@", item.username))) : (typeof item !== 'object' && h("p", { slot: "name" }, item)))))))))))), this.showHintText && (h("p", { key: '0692b132152f584ccf594040faa2889f98a1b6aa', class: "text-sm-regular", style: { color: '#697586' } }, this.hintText))),
196
+ .join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close" }, h("p", { class: "text-xs-medium" }, item))))))) : (h(Fragment, null, h(Fragment, null, this.value.map(item => (typeof item === 'object' ? item.name : item)))))), this.supportingText && (h("div", { key: '3f17900ee57e9483bcbaaf93bbdf7078c64f01c7', class: "supporting_text text-sm-regular", style: { color: '#697586' } }, this.type !== 'tags' && (h(Fragment, null, this.value.length === 0 ? (h(Fragment, null, "@", this.selectedItem.username)) : (h(Fragment, null, this.value.map((item) => typeof item === 'object' && (h(Fragment, null, "@", item.username)))))))))))))), this.showHelpIcon && (h("div", { key: 'ebec775aab261d5a2f45b5476d96c67da501b4d7', class: `help_icon` }, h("gb-help-tooltip", { key: '3d44f1c42c0db1905adde44fe883823b3ace2101', "show-supporting-text": true }, h("slot", { key: '538c59b413395bed4217cda42de0b2d34785b4ac', name: "tooltip_label", slot: "label" }), h("slot", { key: '4debad1f92214c5eca44eae130f5ab70d7729945', name: "tooltip_supporting_text", slot: "supporting_text" })))), this.type !== 'search' && (h("div", { key: '42e4172d8e425826da8be2b027973a63b75631cb', class: `dropdown_icon ${this.dropdownOpen ? 'opened' : ''}` }, h("svg", { key: '3c650bf507e3afd66722f584c0782739325b7a2a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: `${this.state}` }, h("path", { key: '46ea80f0764509b5f08e90c7f7369baf1792d0ba', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#697586", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h(Fragment, null, this.dropdownOpen && (h("div", { key: '723acaab6bb486d7101c95881e00ad7cb8587e25', class: `dropdown_menu ${this.menuPosition}`, ref: el => (this.dropdownRef = el), onClick: e => e.stopPropagation() }, this.showSearchInput && (h("div", { key: 'd0e77d1ad03d9a364ac783152d8bdcc1b784b759', class: "dropdown_search_field" }, h("gb-input-field", { key: '294be90fb0bace2414e3804a3d7c37acbe1c92b7', size: "sm", "show-close-button": true, "icon-swap": "assets/search-01.svg", placeholder: "Search banks", type: "icon_leading", labelText: "label", idOfInput: "3" }))), this.type === 'tags' ? (h(Fragment, null, this.selectedItems.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: true, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("p", { slot: "supporting_text" }, "@", item.username))) : (h("p", { slot: "name" }, item))))), this.unselectedItems.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: false, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("p", { slot: "supporting_text" }, "@", item.username))) : (h("p", { slot: "name" }, item))))))) : (h(Fragment, null, this.items.map(item => (h("gb-input-dropdown-menu-item", { type: this.type === 'search' ? 'checkbox' : this.type === 'tags' ? 'checkbox' : this.type, state: StateEnum.Default, "supporting-text": this.supportingText, selected: this.isItemSelected(item), color: this.color, onClick: () => this.handleItemSelect(item) }, typeof item === 'object' ? (h(Fragment, null, h("p", { slot: "name" }, item.name), h("h1", { slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", { slot: "supporting_text" }, "@", item.username))) : (typeof item !== 'object' && h("p", { slot: "name" }, item)))))))))))), this.showHintText && (h("p", { key: '501308d2294417a693adba47573446136cf1d077', class: "text-sm-regular", style: { color: '#697586' } }, this.hintText))),
196
197
  ];
197
198
  }
198
199
  static get is() { return "gb-input-dropdown"; }
@@ -487,7 +488,7 @@ export class GbInputDropdown {
487
488
  "tags": [],
488
489
  "text": ""
489
490
  },
490
- "defaultValue": "[\r\n // { name: 'Mock Item A', username: 'A', selected: false },\r\n // { name: 'Mock Item B', username: 'B', selected: false },\r\n // { name: 'Mock Item C', username: 'C', selected: false },\r\n 45, 50, 20, 25, 90,\r\n // 'Activated',\r\n // 'Deactivated',\r\n ]"
491
+ "defaultValue": "[\r\n // { name: 'Mock Item A', username: 'A', selected: false },\r\n // { name: 'Mock Item B', username: 'B', selected: false },\r\n // { name: 'Mock Item C', username: 'C', selected: false },\r\n // 45, 50, 20\r\n // 'Activated',\r\n // 'Deactivated',\r\n ]"
491
492
  },
492
493
  "value": {
493
494
  "type": "unknown",
@@ -586,6 +587,24 @@ export class GbInputDropdown {
586
587
  },
587
588
  "attribute": "menu-position",
588
589
  "reflect": false
590
+ },
591
+ "showSearchInput": {
592
+ "type": "boolean",
593
+ "mutable": false,
594
+ "complexType": {
595
+ "original": "boolean",
596
+ "resolved": "boolean",
597
+ "references": {}
598
+ },
599
+ "required": false,
600
+ "optional": false,
601
+ "docs": {
602
+ "tags": [],
603
+ "text": ""
604
+ },
605
+ "attribute": "show-search-input",
606
+ "reflect": false,
607
+ "defaultValue": "false"
589
608
  }
590
609
  };
591
610
  }