globuswebcomponents 1.9.0 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (463) hide show
  1. package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
  2. package/dist/cjs/{gb-avatar_20.cjs.entry.js → gb-avatar_24.cjs.entry.js} +178 -39
  3. package/dist/cjs/gb-avatar_24.cjs.entry.js.map +1 -0
  4. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-export-dropdown-item_3.cjs.entry.js +3 -3
  6. package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +2 -2
  7. package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
  8. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
  10. package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
  11. package/dist/cjs/gb-header.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-icon-button-base.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  16. package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
  18. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  30. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
  32. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
  33. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  35. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  36. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  38. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  39. package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
  41. package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  44. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  45. package/dist/cjs/globuscomponents.cjs.js +1 -1
  46. package/dist/cjs/loader.cjs.js +1 -1
  47. package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
  48. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  49. package/dist/collection/assets/Illustration2.svg +34 -0
  50. package/dist/collection/assets/Illustration3.svg +45 -0
  51. package/dist/collection/collection-manifest.json +1 -0
  52. package/dist/collection/components/gb-button/readme.md +2 -0
  53. package/dist/collection/components/gb-empty-state/gb-empty-state.css +2715 -0
  54. package/dist/collection/components/gb-empty-state/gb-empty-state.js +181 -0
  55. package/dist/collection/components/gb-empty-state/gb-empty-state.js.map +1 -0
  56. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
  57. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  58. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  59. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  60. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  61. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  62. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  63. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  64. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  65. package/dist/collection/components/gb-header/gb-header.js +1 -1
  66. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  67. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  68. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  69. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
  70. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  71. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  72. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  73. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  74. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  75. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  76. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  77. package/dist/collection/components/gb-pagination/gb-pagination.js +13 -11
  78. package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
  79. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  80. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  81. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  82. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  83. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  84. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  85. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  86. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  87. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  88. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  89. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  90. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  91. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  92. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  93. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  94. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  95. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  96. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  97. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +26 -814
  98. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -1
  99. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  100. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  101. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  102. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  103. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  104. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  105. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  106. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
  107. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  108. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  109. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  110. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  111. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  112. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  113. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  114. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  115. package/dist/collection/components/gb-top-bar/gb-top-bar.js +1 -1
  116. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
  117. package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.js +1 -1
  118. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  119. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  120. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  121. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  122. package/dist/collection/models/reusableModels.js.map +1 -1
  123. package/dist/components/gb-avatar-add-button.js +1 -1
  124. package/dist/components/gb-avatar-dropdown.js +7 -7
  125. package/dist/components/gb-avatar-group.js +4 -4
  126. package/dist/components/gb-avatar-label-group.js +1 -1
  127. package/dist/components/gb-avatar-profile-photo.js +2 -2
  128. package/dist/components/gb-avatar.js +1 -1
  129. package/dist/components/gb-badge.js +1 -1
  130. package/dist/components/gb-checkbox-group-item.js +1 -1
  131. package/dist/components/gb-checkbox-group.js +3 -3
  132. package/dist/components/gb-collapse-button.js +1 -1
  133. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  134. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  135. package/dist/components/gb-detail-cell.js +5 -5
  136. package/dist/components/gb-empty-state.d.ts +11 -0
  137. package/dist/components/gb-empty-state.js +79 -0
  138. package/dist/components/gb-empty-state.js.map +1 -0
  139. package/dist/components/gb-export-dropdown-item.js +1 -1
  140. package/dist/components/gb-export-dropdown.js +1 -1
  141. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  142. package/dist/components/gb-export-sub-dropdown.js +1 -1
  143. package/dist/components/gb-featured-icon.js +1 -1
  144. package/dist/components/gb-file-type-icon.js +1 -1
  145. package/dist/components/gb-file-upload-item-base.js +1 -1
  146. package/dist/components/gb-file-upload.js +16 -16
  147. package/dist/components/gb-filter-button.js +1 -1
  148. package/dist/components/gb-header-icon.js +1 -1
  149. package/dist/components/gb-header.js +4 -4
  150. package/dist/components/gb-help-dropdown.js +1 -1
  151. package/dist/components/gb-help-tooltip.js +1 -1
  152. package/dist/components/gb-horizontal-tabs.js +5 -5
  153. package/dist/components/gb-icon-button-base.js +1 -1
  154. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  155. package/dist/components/gb-input-dropdown.js +1 -1
  156. package/dist/components/gb-input-field.js +1 -1
  157. package/dist/components/gb-mega-input-field-base.js +1 -1
  158. package/dist/components/gb-notification-content.js +1 -1
  159. package/dist/components/gb-notification-pane.js +4 -4
  160. package/dist/components/gb-pagination-button-group-base.js +1 -1
  161. package/dist/components/gb-pagination-dot-group.js +1 -1
  162. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  163. package/dist/components/gb-pagination-number-base.js +1 -1
  164. package/dist/components/gb-pagination.js +25 -24
  165. package/dist/components/gb-pagination.js.map +1 -1
  166. package/dist/components/gb-password-button.js +1 -1
  167. package/dist/components/gb-progress-bar.js +1 -1
  168. package/dist/components/gb-progress-circle.js +1 -1
  169. package/dist/components/gb-quick-action-card.js +1 -1
  170. package/dist/components/gb-quick-action-icon.js +1 -1
  171. package/dist/components/gb-scrollbar.js +1 -1
  172. package/dist/components/gb-sidebar.js +9 -9
  173. package/dist/components/gb-simple-side-bar-item.js +1 -1
  174. package/dist/components/gb-slider-control-handle.js +1 -1
  175. package/dist/components/gb-slider.js +3 -3
  176. package/dist/components/gb-status-indicator.js +1 -1
  177. package/dist/components/gb-step-base.js +1 -1
  178. package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
  179. package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
  180. package/dist/components/gb-stepper-vertical-icons-with-text.js +22 -117
  181. package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -1
  182. package/dist/components/gb-tab-button-base.js +1 -1
  183. package/dist/components/gb-table-cell.js +1 -1
  184. package/dist/components/gb-table-header.js +18 -18
  185. package/dist/components/gb-tag-checkbox.js +1 -1
  186. package/dist/components/gb-tag-close.js +1 -1
  187. package/dist/components/gb-tag-count.js +1 -1
  188. package/dist/components/gb-tag.js +1 -1
  189. package/dist/components/gb-textarea-input-field.js +11 -11
  190. package/dist/components/gb-theme-tab.js +1 -1
  191. package/dist/components/gb-toast-button.js +1 -1
  192. package/dist/components/gb-toast.js +2 -2
  193. package/dist/components/gb-toggle-base.js +1 -1
  194. package/dist/components/gb-toggle.js +2 -2
  195. package/dist/components/gb-token-field-compact.js +2 -2
  196. package/dist/components/gb-token-field-compressed.js +3 -3
  197. package/dist/components/gb-tooltip.js +1 -1
  198. package/dist/components/gb-top-bar-item.js +1 -1
  199. package/dist/components/gb-top-bar-sidemenu.js +6 -6
  200. package/dist/components/gb-top-bar.js +3 -3
  201. package/dist/components/gb-vertical-tabs.js +1 -1
  202. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  203. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  204. package/dist/components/{p-Ojetq1e-.js → p-B5OTx5lN.js} +3 -3
  205. package/dist/components/{p-Ojetq1e-.js.map → p-B5OTx5lN.js.map} +1 -1
  206. package/dist/components/{p-Cu8UdTdC.js → p-BA-QUue9.js} +24 -24
  207. package/dist/components/{p-Cu8UdTdC.js.map → p-BA-QUue9.js.map} +1 -1
  208. package/dist/components/{p-rgAdQepP.js → p-BErGETuo.js} +6 -6
  209. package/dist/components/{p-rgAdQepP.js.map → p-BErGETuo.js.map} +1 -1
  210. package/dist/components/{p-BjChGGmi.js → p-BUTqRUeS.js} +4 -4
  211. package/dist/components/{p-BjChGGmi.js.map → p-BUTqRUeS.js.map} +1 -1
  212. package/dist/components/{p-B3hMEJtE.js → p-BV08fIq9.js} +4 -4
  213. package/dist/components/{p-B3hMEJtE.js.map → p-BV08fIq9.js.map} +1 -1
  214. package/dist/components/{p-C_9NKqcz.js → p-Bb6DZwkT.js} +3 -3
  215. package/dist/components/{p-C_9NKqcz.js.map → p-Bb6DZwkT.js.map} +1 -1
  216. package/dist/components/{p-B1Gpz2Hg.js → p-BnuyRYKO.js} +8 -8
  217. package/dist/components/{p-B1Gpz2Hg.js.map → p-BnuyRYKO.js.map} +1 -1
  218. package/dist/components/{p-aOOa0jjW.js → p-BoroGYho.js} +3 -3
  219. package/dist/components/{p-aOOa0jjW.js.map → p-BoroGYho.js.map} +1 -1
  220. package/dist/components/{p-58UiDivr.js → p-BrYyk7ia.js} +3 -3
  221. package/dist/components/{p-58UiDivr.js.map → p-BrYyk7ia.js.map} +1 -1
  222. package/dist/components/{p-DsOYSSWx.js → p-BuACBwBa.js} +6 -6
  223. package/dist/components/{p-DsOYSSWx.js.map → p-BuACBwBa.js.map} +1 -1
  224. package/dist/components/{p-C_B54e6d.js → p-Bv7er-mf.js} +3 -3
  225. package/dist/components/{p-C_B54e6d.js.map → p-Bv7er-mf.js.map} +1 -1
  226. package/dist/components/{p-BsSEJMYm.js → p-BzZZMQQ7.js} +6 -6
  227. package/dist/components/{p-BsSEJMYm.js.map → p-BzZZMQQ7.js.map} +1 -1
  228. package/dist/components/{p-DzM2JdvP.js → p-C0eGaqog.js} +3 -3
  229. package/dist/components/{p-DzM2JdvP.js.map → p-C0eGaqog.js.map} +1 -1
  230. package/dist/components/{p-zwb0BIVh.js → p-C2RLPamg.js} +4 -4
  231. package/dist/components/{p-zwb0BIVh.js.map → p-C2RLPamg.js.map} +1 -1
  232. package/dist/components/{p-C2mSJNvy.js → p-C7KkOpHK.js} +4 -4
  233. package/dist/components/{p-C2mSJNvy.js.map → p-C7KkOpHK.js.map} +1 -1
  234. package/dist/components/{p-C5jd6KvY.js → p-CGArB7Dl.js} +3 -3
  235. package/dist/components/{p-C5jd6KvY.js.map → p-CGArB7Dl.js.map} +1 -1
  236. package/dist/components/{p-EopuEZPq.js → p-CH1hYv1q.js} +3 -3
  237. package/dist/components/{p-EopuEZPq.js.map → p-CH1hYv1q.js.map} +1 -1
  238. package/dist/components/{p-hFwZL-B0.js → p-CRG5nvry.js} +6 -6
  239. package/dist/components/{p-hFwZL-B0.js.map → p-CRG5nvry.js.map} +1 -1
  240. package/dist/components/{p-5ME1JTfb.js → p-CSLTGZjM.js} +4 -4
  241. package/dist/components/{p-5ME1JTfb.js.map → p-CSLTGZjM.js.map} +1 -1
  242. package/dist/components/{p-9fm4GEEL.js → p-CVNPQFHp.js} +4 -4
  243. package/dist/components/{p-9fm4GEEL.js.map → p-CVNPQFHp.js.map} +1 -1
  244. package/dist/components/{p-BJcj_w4X.js → p-C_Tapp1O.js} +4 -4
  245. package/dist/components/{p-BJcj_w4X.js.map → p-C_Tapp1O.js.map} +1 -1
  246. package/dist/components/{p-BQya-qi4.js → p-CbKSy-VL.js} +7 -7
  247. package/dist/components/{p-BQya-qi4.js.map → p-CbKSy-VL.js.map} +1 -1
  248. package/dist/components/{p-siavcGxZ.js → p-CdHYLeQL.js} +4 -4
  249. package/dist/components/{p-siavcGxZ.js.map → p-CdHYLeQL.js.map} +1 -1
  250. package/dist/components/{p-CQHYa5En.js → p-CeQ_Rsq1.js} +5 -5
  251. package/dist/components/{p-CQHYa5En.js.map → p-CeQ_Rsq1.js.map} +1 -1
  252. package/dist/components/{p-BHyyCkJC.js → p-Ckvl-ljn.js} +6 -6
  253. package/dist/components/{p-BHyyCkJC.js.map → p-Ckvl-ljn.js.map} +1 -1
  254. package/dist/components/{p-CfIZrAdJ.js → p-D3yFmIT2.js} +3 -3
  255. package/dist/components/{p-CfIZrAdJ.js.map → p-D3yFmIT2.js.map} +1 -1
  256. package/dist/components/{p-DmcrLQ86.js → p-D9oGYaxi.js} +7 -7
  257. package/dist/components/{p-DmcrLQ86.js.map → p-D9oGYaxi.js.map} +1 -1
  258. package/dist/components/{p-BA4DuEdW.js → p-DFrgWCgh.js} +4 -4
  259. package/dist/components/{p-BA4DuEdW.js.map → p-DFrgWCgh.js.map} +1 -1
  260. package/dist/components/{p-BXXRUyNx.js → p-DV74m5Co.js} +8 -8
  261. package/dist/components/{p-BXXRUyNx.js.map → p-DV74m5Co.js.map} +1 -1
  262. package/dist/components/{p-B6gScQp0.js → p-DWO5i1Se.js} +3 -3
  263. package/dist/components/{p-B6gScQp0.js.map → p-DWO5i1Se.js.map} +1 -1
  264. package/dist/components/{p-DbioORza.js → p-DWX-AAX8.js} +3 -3
  265. package/dist/components/{p-DbioORza.js.map → p-DWX-AAX8.js.map} +1 -1
  266. package/dist/components/{p-D7G3AQr_.js → p-DYHvA9s4.js} +3 -3
  267. package/dist/components/{p-D7G3AQr_.js.map → p-DYHvA9s4.js.map} +1 -1
  268. package/dist/components/{p-Clu7XYjR.js → p-DcbuYddf.js} +3 -3
  269. package/dist/components/{p-Clu7XYjR.js.map → p-DcbuYddf.js.map} +1 -1
  270. package/dist/components/{p-Cy2MNqqE.js → p-DeBriAnB.js} +3 -3
  271. package/dist/components/{p-Cy2MNqqE.js.map → p-DeBriAnB.js.map} +1 -1
  272. package/dist/components/{p-DwL0dy3A.js → p-DqahRJXl.js} +3 -3
  273. package/dist/components/{p-DwL0dy3A.js.map → p-DqahRJXl.js.map} +1 -1
  274. package/dist/components/{p-Dl5eyCH0.js → p-DusEwCgj.js} +3 -3
  275. package/dist/components/{p-Dl5eyCH0.js.map → p-DusEwCgj.js.map} +1 -1
  276. package/dist/components/{p-BhJTClCR.js → p-Dx2gmcFF.js} +4 -4
  277. package/dist/components/{p-BhJTClCR.js.map → p-Dx2gmcFF.js.map} +1 -1
  278. package/dist/components/{p-y5SGEyvZ.js → p-Dx4lHnka.js} +3 -3
  279. package/dist/components/{p-y5SGEyvZ.js.map → p-Dx4lHnka.js.map} +1 -1
  280. package/dist/components/{p-COj-hm3v.js → p-FuGWRoer.js} +4 -4
  281. package/dist/components/{p-COj-hm3v.js.map → p-FuGWRoer.js.map} +1 -1
  282. package/dist/components/{p-CAEiCMBr.js → p-MVShD5fJ.js} +16 -16
  283. package/dist/components/{p-CAEiCMBr.js.map → p-MVShD5fJ.js.map} +1 -1
  284. package/dist/components/{p-D26EgCl4.js → p-Mu5E0ief.js} +4 -4
  285. package/dist/components/{p-D26EgCl4.js.map → p-Mu5E0ief.js.map} +1 -1
  286. package/dist/components/{p-CrPI1oek.js → p-XLYPaRCU.js} +3 -3
  287. package/dist/components/{p-CrPI1oek.js.map → p-XLYPaRCU.js.map} +1 -1
  288. package/dist/components/p-cHn6O-Kf.js.map +1 -1
  289. package/dist/components/{p-DSW9AXlQ.js → p-s5rCN-h6.js} +3 -3
  290. package/dist/components/{p-DSW9AXlQ.js.map → p-s5rCN-h6.js.map} +1 -1
  291. package/dist/components/{p-ZXPuz8st.js → p-vtXEng2T.js} +3 -3
  292. package/dist/components/{p-ZXPuz8st.js.map → p-vtXEng2T.js.map} +1 -1
  293. package/dist/components/test-input-tag.js +9 -9
  294. package/dist/docs.json +239 -973
  295. package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
  296. package/dist/esm/{gb-avatar_20.entry.js → gb-avatar_24.entry.js} +175 -40
  297. package/dist/esm/gb-avatar_24.entry.js.map +1 -0
  298. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  299. package/dist/esm/gb-export-dropdown-item_3.entry.js +3 -3
  300. package/dist/esm/gb-export-dropdown_2.entry.js +2 -2
  301. package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
  302. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  303. package/dist/esm/gb-file-upload.entry.js +12 -12
  304. package/dist/esm/gb-header-icon.entry.js +4 -4
  305. package/dist/esm/gb-header.entry.js +1 -1
  306. package/dist/esm/gb-help-dropdown.entry.js +1 -1
  307. package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
  308. package/dist/esm/gb-icon-button-base.entry.js +1 -1
  309. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  310. package/dist/esm/gb-notification-content.entry.js +1 -1
  311. package/dist/esm/gb-notification-pane.entry.js +3 -3
  312. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  313. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  314. package/dist/esm/gb-progress-circle.entry.js +1 -1
  315. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  316. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  317. package/dist/esm/gb-scrollbar.entry.js +1 -1
  318. package/dist/esm/gb-sidebar.entry.js +1 -1
  319. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  320. package/dist/esm/gb-slider.entry.js +1 -1
  321. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  322. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  323. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  324. package/dist/esm/gb-table-cell.entry.js +1 -1
  325. package/dist/esm/gb-table-header.entry.js +1 -1
  326. package/dist/esm/gb-textarea-input-field.entry.js +4 -4
  327. package/dist/esm/gb-toast-button.entry.js +1 -1
  328. package/dist/esm/gb-toast.entry.js +1 -1
  329. package/dist/esm/gb-toggle-base.entry.js +2 -2
  330. package/dist/esm/gb-toggle.entry.js +1 -1
  331. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  332. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  333. package/dist/esm/gb-top-bar-item.entry.js +1 -1
  334. package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
  335. package/dist/esm/gb-top-bar.entry.js +1 -1
  336. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  337. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  338. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  339. package/dist/esm/globuscomponents.js +1 -1
  340. package/dist/esm/loader.js +1 -1
  341. package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
  342. package/dist/esm/test-input-tag.entry.js +2 -2
  343. package/dist/globuscomponents/assets/Illustration2.svg +34 -0
  344. package/dist/globuscomponents/assets/Illustration3.svg +45 -0
  345. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  346. package/dist/globuscomponents/{p-45a97699.entry.js → p-0032a0eb.entry.js} +2 -2
  347. package/dist/globuscomponents/{p-dd60fb1f.entry.js → p-02088466.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-e856eaff.entry.js → p-02c897ed.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-e37fce34.entry.js → p-120a40ff.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-ab768c04.entry.js → p-146958c2.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-3e868e97.entry.js → p-1e8100d7.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-9b010005.entry.js → p-2627c42d.entry.js} +2 -2
  353. package/dist/globuscomponents/{p-b8b92a06.entry.js → p-27f7db8f.entry.js} +2 -2
  354. package/dist/globuscomponents/{p-4bcd33fa.entry.js → p-2a21eb7b.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-a7038f90.entry.js → p-2df35014.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-a89edc56.entry.js → p-34b42b72.entry.js} +2 -2
  357. package/dist/globuscomponents/{p-aea695a6.entry.js → p-3762f17f.entry.js} +2 -2
  358. package/dist/globuscomponents/{p-4b919893.entry.js → p-3ac302ce.entry.js} +2 -2
  359. package/dist/globuscomponents/{p-68354e91.entry.js → p-5c40b98a.entry.js} +2 -2
  360. package/dist/globuscomponents/{p-0616b374.entry.js → p-5e541142.entry.js} +2 -2
  361. package/dist/globuscomponents/{p-d3203d6f.entry.js → p-705b5c14.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-2f92fe3f.entry.js → p-769c122f.entry.js} +2 -2
  363. package/dist/globuscomponents/p-77853834.entry.js +2 -0
  364. package/dist/globuscomponents/{p-69b133eb.entry.js → p-77d56d49.entry.js} +2 -2
  365. package/dist/globuscomponents/{p-52e14bdf.entry.js → p-78b197e8.entry.js} +2 -2
  366. package/dist/globuscomponents/p-78b197e8.entry.js.map +1 -0
  367. package/dist/globuscomponents/{p-f0936ffa.entry.js → p-7934a554.entry.js} +2 -2
  368. package/dist/globuscomponents/{p-03728680.entry.js → p-7d1fc7af.entry.js} +2 -2
  369. package/dist/globuscomponents/{p-9022b49e.entry.js → p-844c182c.entry.js} +2 -2
  370. package/dist/globuscomponents/{p-208aa9b7.entry.js → p-8aafa688.entry.js} +2 -2
  371. package/dist/globuscomponents/{p-d2c362ef.entry.js → p-8ea379ce.entry.js} +2 -2
  372. package/dist/globuscomponents/{p-9d0e5f0d.entry.js → p-8ecbae72.entry.js} +2 -2
  373. package/dist/globuscomponents/{p-6d274070.entry.js → p-8f15525a.entry.js} +2 -2
  374. package/dist/globuscomponents/{p-b3cddf74.entry.js → p-9cb18747.entry.js} +2 -2
  375. package/dist/globuscomponents/{p-5da11132.entry.js → p-a30bbf32.entry.js} +2 -2
  376. package/dist/globuscomponents/p-a335c974.entry.js +2 -0
  377. package/dist/globuscomponents/{p-b941dab9.entry.js.map → p-a335c974.entry.js.map} +1 -1
  378. package/dist/globuscomponents/{p-f5b964fb.entry.js → p-a390c2b3.entry.js} +2 -2
  379. package/dist/globuscomponents/{p-47c82835.entry.js → p-acd3e297.entry.js} +2 -2
  380. package/dist/globuscomponents/{p-525f582b.entry.js → p-b14a2747.entry.js} +2 -2
  381. package/dist/globuscomponents/{p-4bec8593.entry.js → p-b7c64337.entry.js} +2 -2
  382. package/dist/globuscomponents/{p-030d477b.entry.js → p-bad5afbe.entry.js} +2 -2
  383. package/dist/globuscomponents/{p-83f40a99.entry.js → p-bd3f0ff0.entry.js} +2 -2
  384. package/dist/globuscomponents/{p-52e6d32e.entry.js → p-c7c7ce12.entry.js} +2 -2
  385. package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
  386. package/dist/globuscomponents/{p-b7b6192a.entry.js → p-d7328c40.entry.js} +2 -2
  387. package/dist/globuscomponents/{p-409bfa1f.entry.js → p-d96a836a.entry.js} +2 -2
  388. package/dist/globuscomponents/p-d9f9ff6c.entry.js +2 -0
  389. package/dist/globuscomponents/{p-479cf307.entry.js → p-dc549111.entry.js} +2 -2
  390. package/dist/globuscomponents/{p-5f2a5190.entry.js → p-e91aa93b.entry.js} +2 -2
  391. package/dist/globuscomponents/{p-3e9ea422.entry.js → p-f3018a7e.entry.js} +2 -2
  392. package/dist/globuscomponents/{p-f716d74e.entry.js → p-f46743c7.entry.js} +2 -2
  393. package/dist/globuscomponents/readme.md +2 -0
  394. package/dist/types/components/gb-empty-state/gb-empty-state.d.ts +16 -0
  395. package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +3 -35
  396. package/dist/types/components.d.ts +43 -70
  397. package/dist/types/models/reusableModels.d.ts +6 -0
  398. package/package.json +1 -1
  399. package/dist/cjs/gb-avatar_20.cjs.entry.js.map +0 -1
  400. package/dist/cjs/gb-featured-icon.gb-step-base.entry.cjs.js.map +0 -1
  401. package/dist/cjs/gb-featured-icon_2.cjs.entry.js +0 -70
  402. package/dist/cjs/gb-featured-icon_2.cjs.entry.js.map +0 -1
  403. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +0 -102
  404. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js.map +0 -1
  405. package/dist/cjs/gb-stepper-vertical-icons-with-text.entry.cjs.js.map +0 -1
  406. package/dist/esm/gb-avatar_20.entry.js.map +0 -1
  407. package/dist/esm/gb-featured-icon.gb-step-base.entry.js.map +0 -1
  408. package/dist/esm/gb-featured-icon_2.entry.js +0 -67
  409. package/dist/esm/gb-featured-icon_2.entry.js.map +0 -1
  410. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +0 -100
  411. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js.map +0 -1
  412. package/dist/globuscomponents/gb-featured-icon.gb-step-base.entry.esm.js.map +0 -1
  413. package/dist/globuscomponents/gb-stepper-vertical-icons-with-text.entry.esm.js.map +0 -1
  414. package/dist/globuscomponents/p-2dcd0634.entry.js +0 -2
  415. package/dist/globuscomponents/p-400f316d.entry.js +0 -2
  416. package/dist/globuscomponents/p-400f316d.entry.js.map +0 -1
  417. package/dist/globuscomponents/p-52e14bdf.entry.js.map +0 -1
  418. package/dist/globuscomponents/p-b3a2b871.entry.js +0 -2
  419. package/dist/globuscomponents/p-b3a2b871.entry.js.map +0 -1
  420. package/dist/globuscomponents/p-b941dab9.entry.js +0 -2
  421. package/dist/globuscomponents/p-d2fda02a.entry.js +0 -2
  422. /package/dist/globuscomponents/{p-45a97699.entry.js.map → p-0032a0eb.entry.js.map} +0 -0
  423. /package/dist/globuscomponents/{p-dd60fb1f.entry.js.map → p-02088466.entry.js.map} +0 -0
  424. /package/dist/globuscomponents/{p-e856eaff.entry.js.map → p-02c897ed.entry.js.map} +0 -0
  425. /package/dist/globuscomponents/{p-e37fce34.entry.js.map → p-120a40ff.entry.js.map} +0 -0
  426. /package/dist/globuscomponents/{p-ab768c04.entry.js.map → p-146958c2.entry.js.map} +0 -0
  427. /package/dist/globuscomponents/{p-3e868e97.entry.js.map → p-1e8100d7.entry.js.map} +0 -0
  428. /package/dist/globuscomponents/{p-9b010005.entry.js.map → p-2627c42d.entry.js.map} +0 -0
  429. /package/dist/globuscomponents/{p-b8b92a06.entry.js.map → p-27f7db8f.entry.js.map} +0 -0
  430. /package/dist/globuscomponents/{p-4bcd33fa.entry.js.map → p-2a21eb7b.entry.js.map} +0 -0
  431. /package/dist/globuscomponents/{p-a7038f90.entry.js.map → p-2df35014.entry.js.map} +0 -0
  432. /package/dist/globuscomponents/{p-a89edc56.entry.js.map → p-34b42b72.entry.js.map} +0 -0
  433. /package/dist/globuscomponents/{p-aea695a6.entry.js.map → p-3762f17f.entry.js.map} +0 -0
  434. /package/dist/globuscomponents/{p-4b919893.entry.js.map → p-3ac302ce.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-68354e91.entry.js.map → p-5c40b98a.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-0616b374.entry.js.map → p-5e541142.entry.js.map} +0 -0
  437. /package/dist/globuscomponents/{p-d3203d6f.entry.js.map → p-705b5c14.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-2f92fe3f.entry.js.map → p-769c122f.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-2dcd0634.entry.js.map → p-77853834.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-69b133eb.entry.js.map → p-77d56d49.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-f0936ffa.entry.js.map → p-7934a554.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-03728680.entry.js.map → p-7d1fc7af.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-9022b49e.entry.js.map → p-844c182c.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-208aa9b7.entry.js.map → p-8aafa688.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-d2c362ef.entry.js.map → p-8ea379ce.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-9d0e5f0d.entry.js.map → p-8ecbae72.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-6d274070.entry.js.map → p-8f15525a.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-b3cddf74.entry.js.map → p-9cb18747.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-5da11132.entry.js.map → p-a30bbf32.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-f5b964fb.entry.js.map → p-a390c2b3.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-47c82835.entry.js.map → p-acd3e297.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-525f582b.entry.js.map → p-b14a2747.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-4bec8593.entry.js.map → p-b7c64337.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-030d477b.entry.js.map → p-bad5afbe.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-83f40a99.entry.js.map → p-bd3f0ff0.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-52e6d32e.entry.js.map → p-c7c7ce12.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-b7b6192a.entry.js.map → p-d7328c40.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-409bfa1f.entry.js.map → p-d96a836a.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-d2fda02a.entry.js.map → p-d9f9ff6c.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-479cf307.entry.js.map → p-dc549111.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-5f2a5190.entry.js.map → p-e91aa93b.entry.js.map} +0 -0
  462. /package/dist/globuscomponents/{p-3e9ea422.entry.js.map → p-f3018a7e.entry.js.map} +0 -0
  463. /package/dist/globuscomponents/{p-f716d74e.entry.js.map → p-f46743c7.entry.js.map} +0 -0
@@ -2,89 +2,27 @@ import { h, Fragment } from "@stencil/core";
2
2
  export class GbstepperVerticalIconsWithText {
3
3
  constructor() {
4
4
  this.connector = false;
5
- this.showSecondStep = false;
6
- this.showThirdStep = false;
7
- this.showFourthStep = false;
8
- this.showFifthStep = false;
9
- this.showSixthStep = false;
10
- this.showSeventhStep = false;
11
- this.firstStepLabel = '';
12
- this.secondStepLabel = '';
13
- this.thirdStepLabel = '';
14
- this.fourthStepLabel = '';
15
- this.fifthStepLabel = '';
16
- this.sixthStepLabel = '';
17
- this.seventhStepLabel = '';
18
- this.firstStepSupportingText = '';
19
- this.secondStepSupportingText = '';
20
- this.thirdStepSupportingText = '';
21
- this.fourthStepSupportingText = '';
22
- this.fifthStepSupportingText = '';
23
- this.sixthStepSupportingText = '';
24
- this.seventhStepSupportingText = '';
5
+ this.steps = [
6
+ // {
7
+ // state: 'default',
8
+ // status: 'complete',
9
+ // label: 'First Step',
10
+ // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
11
+ // },
12
+ // {
13
+ // state: 'default',
14
+ // status: 'current',
15
+ // label: 'First Step',
16
+ // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
17
+ // },
18
+ ];
19
+ }
20
+ emitIndex(index) {
21
+ this.stepClicked.emit(index);
22
+ console.log(index);
25
23
  }
26
24
  render() {
27
- const steps = [
28
- {
29
- state: this.firstStepState,
30
- status: this.firstStepStatus,
31
- label: this.firstStepLabel,
32
- supportingText: this.firstStepSupportingText,
33
- show: true, // Always show the first step
34
- event: () => this.stepClicked.emit(0),
35
- },
36
- {
37
- state: this.secondStepState,
38
- status: this.secondStepStatus,
39
- label: this.secondStepLabel,
40
- supportingText: this.secondStepSupportingText,
41
- show: this.showSecondStep,
42
- event: () => this.stepClicked.emit(1),
43
- },
44
- {
45
- state: this.thirdStepState,
46
- status: this.thirdStepStatus,
47
- label: this.thirdStepLabel,
48
- supportingText: this.thirdStepSupportingText,
49
- show: this.showThirdStep,
50
- event: () => this.stepClicked.emit(2),
51
- },
52
- {
53
- state: this.fourthStepState,
54
- status: this.fourthStepStatus,
55
- label: this.fourthStepLabel,
56
- supportingText: this.fourthStepSupportingText,
57
- show: this.showFourthStep,
58
- event: () => this.stepClicked.emit(3),
59
- },
60
- {
61
- state: this.fifthStepState,
62
- status: this.fifthStepStatus,
63
- label: this.fifthStepLabel,
64
- supportingText: this.fifthStepSupportingText,
65
- show: this.showFifthStep,
66
- event: () => this.stepClicked.emit(4),
67
- },
68
- {
69
- state: this.sixthStepState,
70
- status: this.sixthStepStatus,
71
- label: this.sixthStepLabel,
72
- supportingText: this.sixthStepSupportingText,
73
- show: this.showSixthStep,
74
- event: () => this.stepClicked.emit(5),
75
- },
76
- {
77
- state: this.seventhStepState,
78
- status: this.seventhStepStatus,
79
- label: this.seventhStepLabel,
80
- supportingText: this.seventhStepSupportingText,
81
- show: this.showSeventhStep,
82
- event: () => this.stepClicked.emit(6),
83
- },
84
- ];
85
- // Filter out steps that should be displayed
86
- const visibleSteps = steps.filter(step => step.show);
87
- return (h("div", { key: '48cd2fb8ffc2e91effa16d44d8f62f84aa5b055c', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => step.event() })))))));
25
+ return (h("div", { key: '527b72b12193f24d48b86513f85a83f424340818', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, this.steps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => this.emitIndex(index) })))))));
88
26
  }
89
27
  static get is() { return "gb-stepper-vertical-icons-with-text"; }
90
28
  static get encapsulation() { return "shadow"; }
@@ -164,312 +102,17 @@ export class GbstepperVerticalIconsWithText {
164
102
  "attribute": "type",
165
103
  "reflect": false
166
104
  },
167
- "showSecondStep": {
168
- "type": "boolean",
169
- "mutable": false,
170
- "complexType": {
171
- "original": "boolean",
172
- "resolved": "boolean",
173
- "references": {}
174
- },
175
- "required": false,
176
- "optional": false,
177
- "docs": {
178
- "tags": [],
179
- "text": ""
180
- },
181
- "getter": false,
182
- "setter": false,
183
- "attribute": "show-second-step",
184
- "reflect": false,
185
- "defaultValue": "false"
186
- },
187
- "showThirdStep": {
188
- "type": "boolean",
189
- "mutable": false,
190
- "complexType": {
191
- "original": "boolean",
192
- "resolved": "boolean",
193
- "references": {}
194
- },
195
- "required": false,
196
- "optional": false,
197
- "docs": {
198
- "tags": [],
199
- "text": ""
200
- },
201
- "getter": false,
202
- "setter": false,
203
- "attribute": "show-third-step",
204
- "reflect": false,
205
- "defaultValue": "false"
206
- },
207
- "showFourthStep": {
208
- "type": "boolean",
209
- "mutable": false,
210
- "complexType": {
211
- "original": "boolean",
212
- "resolved": "boolean",
213
- "references": {}
214
- },
215
- "required": false,
216
- "optional": false,
217
- "docs": {
218
- "tags": [],
219
- "text": ""
220
- },
221
- "getter": false,
222
- "setter": false,
223
- "attribute": "show-fourth-step",
224
- "reflect": false,
225
- "defaultValue": "false"
226
- },
227
- "showFifthStep": {
228
- "type": "boolean",
229
- "mutable": false,
230
- "complexType": {
231
- "original": "boolean",
232
- "resolved": "boolean",
233
- "references": {}
234
- },
235
- "required": false,
236
- "optional": false,
237
- "docs": {
238
- "tags": [],
239
- "text": ""
240
- },
241
- "getter": false,
242
- "setter": false,
243
- "attribute": "show-fifth-step",
244
- "reflect": false,
245
- "defaultValue": "false"
246
- },
247
- "showSixthStep": {
248
- "type": "boolean",
249
- "mutable": false,
250
- "complexType": {
251
- "original": "boolean",
252
- "resolved": "boolean",
253
- "references": {}
254
- },
255
- "required": false,
256
- "optional": false,
257
- "docs": {
258
- "tags": [],
259
- "text": ""
260
- },
261
- "getter": false,
262
- "setter": false,
263
- "attribute": "show-sixth-step",
264
- "reflect": false,
265
- "defaultValue": "false"
266
- },
267
- "showSeventhStep": {
268
- "type": "boolean",
269
- "mutable": false,
270
- "complexType": {
271
- "original": "boolean",
272
- "resolved": "boolean",
273
- "references": {}
274
- },
275
- "required": false,
276
- "optional": false,
277
- "docs": {
278
- "tags": [],
279
- "text": ""
280
- },
281
- "getter": false,
282
- "setter": false,
283
- "attribute": "show-seventh-step",
284
- "reflect": false,
285
- "defaultValue": "false"
286
- },
287
- "firstStepState": {
288
- "type": "string",
289
- "mutable": false,
290
- "complexType": {
291
- "original": "ProgressStepStates",
292
- "resolved": "\"default\" | \"destructive\"",
293
- "references": {
294
- "ProgressStepStates": {
295
- "location": "import",
296
- "path": "../../models/reusableModels",
297
- "id": "src/models/reusableModels.ts::ProgressStepStates"
298
- }
299
- }
300
- },
301
- "required": false,
302
- "optional": false,
303
- "docs": {
304
- "tags": [],
305
- "text": ""
306
- },
307
- "getter": false,
308
- "setter": false,
309
- "attribute": "first-step-state",
310
- "reflect": false
311
- },
312
- "secondStepState": {
313
- "type": "string",
314
- "mutable": false,
315
- "complexType": {
316
- "original": "ProgressStepStates",
317
- "resolved": "\"default\" | \"destructive\"",
318
- "references": {
319
- "ProgressStepStates": {
320
- "location": "import",
321
- "path": "../../models/reusableModels",
322
- "id": "src/models/reusableModels.ts::ProgressStepStates"
323
- }
324
- }
325
- },
326
- "required": false,
327
- "optional": false,
328
- "docs": {
329
- "tags": [],
330
- "text": ""
331
- },
332
- "getter": false,
333
- "setter": false,
334
- "attribute": "second-step-state",
335
- "reflect": false
336
- },
337
- "thirdStepState": {
338
- "type": "string",
339
- "mutable": false,
340
- "complexType": {
341
- "original": "ProgressStepStates",
342
- "resolved": "\"default\" | \"destructive\"",
343
- "references": {
344
- "ProgressStepStates": {
345
- "location": "import",
346
- "path": "../../models/reusableModels",
347
- "id": "src/models/reusableModels.ts::ProgressStepStates"
348
- }
349
- }
350
- },
351
- "required": false,
352
- "optional": false,
353
- "docs": {
354
- "tags": [],
355
- "text": ""
356
- },
357
- "getter": false,
358
- "setter": false,
359
- "attribute": "third-step-state",
360
- "reflect": false
361
- },
362
- "fourthStepState": {
363
- "type": "string",
364
- "mutable": false,
365
- "complexType": {
366
- "original": "ProgressStepStates",
367
- "resolved": "\"default\" | \"destructive\"",
368
- "references": {
369
- "ProgressStepStates": {
370
- "location": "import",
371
- "path": "../../models/reusableModels",
372
- "id": "src/models/reusableModels.ts::ProgressStepStates"
373
- }
374
- }
375
- },
376
- "required": false,
377
- "optional": false,
378
- "docs": {
379
- "tags": [],
380
- "text": ""
381
- },
382
- "getter": false,
383
- "setter": false,
384
- "attribute": "fourth-step-state",
385
- "reflect": false
386
- },
387
- "fifthStepState": {
388
- "type": "string",
389
- "mutable": false,
390
- "complexType": {
391
- "original": "ProgressStepStates",
392
- "resolved": "\"default\" | \"destructive\"",
393
- "references": {
394
- "ProgressStepStates": {
395
- "location": "import",
396
- "path": "../../models/reusableModels",
397
- "id": "src/models/reusableModels.ts::ProgressStepStates"
398
- }
399
- }
400
- },
401
- "required": false,
402
- "optional": false,
403
- "docs": {
404
- "tags": [],
405
- "text": ""
406
- },
407
- "getter": false,
408
- "setter": false,
409
- "attribute": "fifth-step-state",
410
- "reflect": false
411
- },
412
- "sixthStepState": {
413
- "type": "string",
414
- "mutable": false,
415
- "complexType": {
416
- "original": "ProgressStepStates",
417
- "resolved": "\"default\" | \"destructive\"",
418
- "references": {
419
- "ProgressStepStates": {
420
- "location": "import",
421
- "path": "../../models/reusableModels",
422
- "id": "src/models/reusableModels.ts::ProgressStepStates"
423
- }
424
- }
425
- },
426
- "required": false,
427
- "optional": false,
428
- "docs": {
429
- "tags": [],
430
- "text": ""
431
- },
432
- "getter": false,
433
- "setter": false,
434
- "attribute": "sixth-step-state",
435
- "reflect": false
436
- },
437
- "seventhStepState": {
438
- "type": "string",
439
- "mutable": false,
440
- "complexType": {
441
- "original": "ProgressStepStates",
442
- "resolved": "\"default\" | \"destructive\"",
443
- "references": {
444
- "ProgressStepStates": {
445
- "location": "import",
446
- "path": "../../models/reusableModels",
447
- "id": "src/models/reusableModels.ts::ProgressStepStates"
448
- }
449
- }
450
- },
451
- "required": false,
452
- "optional": false,
453
- "docs": {
454
- "tags": [],
455
- "text": ""
456
- },
457
- "getter": false,
458
- "setter": false,
459
- "attribute": "seventh-step-state",
460
- "reflect": false
461
- },
462
- "firstStepStatus": {
463
- "type": "string",
105
+ "steps": {
106
+ "type": "unknown",
464
107
  "mutable": false,
465
108
  "complexType": {
466
- "original": "ProgressStepStatus",
467
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
109
+ "original": "StepperType[]",
110
+ "resolved": "StepperType[]",
468
111
  "references": {
469
- "ProgressStepStatus": {
112
+ "StepperType": {
470
113
  "location": "import",
471
114
  "path": "../../models/reusableModels",
472
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
115
+ "id": "src/models/reusableModels.ts::StepperType"
473
116
  }
474
117
  }
475
118
  },
@@ -481,438 +124,7 @@ export class GbstepperVerticalIconsWithText {
481
124
  },
482
125
  "getter": false,
483
126
  "setter": false,
484
- "attribute": "first-step-status",
485
- "reflect": false
486
- },
487
- "secondStepStatus": {
488
- "type": "string",
489
- "mutable": false,
490
- "complexType": {
491
- "original": "ProgressStepStatus",
492
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
493
- "references": {
494
- "ProgressStepStatus": {
495
- "location": "import",
496
- "path": "../../models/reusableModels",
497
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
498
- }
499
- }
500
- },
501
- "required": false,
502
- "optional": false,
503
- "docs": {
504
- "tags": [],
505
- "text": ""
506
- },
507
- "getter": false,
508
- "setter": false,
509
- "attribute": "second-step-status",
510
- "reflect": false
511
- },
512
- "thirdStepStatus": {
513
- "type": "string",
514
- "mutable": false,
515
- "complexType": {
516
- "original": "ProgressStepStatus",
517
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
518
- "references": {
519
- "ProgressStepStatus": {
520
- "location": "import",
521
- "path": "../../models/reusableModels",
522
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
523
- }
524
- }
525
- },
526
- "required": false,
527
- "optional": false,
528
- "docs": {
529
- "tags": [],
530
- "text": ""
531
- },
532
- "getter": false,
533
- "setter": false,
534
- "attribute": "third-step-status",
535
- "reflect": false
536
- },
537
- "fourthStepStatus": {
538
- "type": "string",
539
- "mutable": false,
540
- "complexType": {
541
- "original": "ProgressStepStatus",
542
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
543
- "references": {
544
- "ProgressStepStatus": {
545
- "location": "import",
546
- "path": "../../models/reusableModels",
547
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
548
- }
549
- }
550
- },
551
- "required": false,
552
- "optional": false,
553
- "docs": {
554
- "tags": [],
555
- "text": ""
556
- },
557
- "getter": false,
558
- "setter": false,
559
- "attribute": "fourth-step-status",
560
- "reflect": false
561
- },
562
- "fifthStepStatus": {
563
- "type": "string",
564
- "mutable": false,
565
- "complexType": {
566
- "original": "ProgressStepStatus",
567
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
568
- "references": {
569
- "ProgressStepStatus": {
570
- "location": "import",
571
- "path": "../../models/reusableModels",
572
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
573
- }
574
- }
575
- },
576
- "required": false,
577
- "optional": false,
578
- "docs": {
579
- "tags": [],
580
- "text": ""
581
- },
582
- "getter": false,
583
- "setter": false,
584
- "attribute": "fifth-step-status",
585
- "reflect": false
586
- },
587
- "sixthStepStatus": {
588
- "type": "string",
589
- "mutable": false,
590
- "complexType": {
591
- "original": "ProgressStepStatus",
592
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
593
- "references": {
594
- "ProgressStepStatus": {
595
- "location": "import",
596
- "path": "../../models/reusableModels",
597
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
598
- }
599
- }
600
- },
601
- "required": false,
602
- "optional": false,
603
- "docs": {
604
- "tags": [],
605
- "text": ""
606
- },
607
- "getter": false,
608
- "setter": false,
609
- "attribute": "sixth-step-status",
610
- "reflect": false
611
- },
612
- "seventhStepStatus": {
613
- "type": "string",
614
- "mutable": false,
615
- "complexType": {
616
- "original": "ProgressStepStatus",
617
- "resolved": "\"complete\" | \"current\" | \"incomplete\"",
618
- "references": {
619
- "ProgressStepStatus": {
620
- "location": "import",
621
- "path": "../../models/reusableModels",
622
- "id": "src/models/reusableModels.ts::ProgressStepStatus"
623
- }
624
- }
625
- },
626
- "required": false,
627
- "optional": false,
628
- "docs": {
629
- "tags": [],
630
- "text": ""
631
- },
632
- "getter": false,
633
- "setter": false,
634
- "attribute": "seventh-step-status",
635
- "reflect": false
636
- },
637
- "firstStepLabel": {
638
- "type": "string",
639
- "mutable": false,
640
- "complexType": {
641
- "original": "string",
642
- "resolved": "string",
643
- "references": {}
644
- },
645
- "required": false,
646
- "optional": false,
647
- "docs": {
648
- "tags": [],
649
- "text": ""
650
- },
651
- "getter": false,
652
- "setter": false,
653
- "attribute": "first-step-label",
654
- "reflect": false,
655
- "defaultValue": "''"
656
- },
657
- "secondStepLabel": {
658
- "type": "string",
659
- "mutable": false,
660
- "complexType": {
661
- "original": "string",
662
- "resolved": "string",
663
- "references": {}
664
- },
665
- "required": false,
666
- "optional": false,
667
- "docs": {
668
- "tags": [],
669
- "text": ""
670
- },
671
- "getter": false,
672
- "setter": false,
673
- "attribute": "second-step-label",
674
- "reflect": false,
675
- "defaultValue": "''"
676
- },
677
- "thirdStepLabel": {
678
- "type": "string",
679
- "mutable": false,
680
- "complexType": {
681
- "original": "string",
682
- "resolved": "string",
683
- "references": {}
684
- },
685
- "required": false,
686
- "optional": false,
687
- "docs": {
688
- "tags": [],
689
- "text": ""
690
- },
691
- "getter": false,
692
- "setter": false,
693
- "attribute": "third-step-label",
694
- "reflect": false,
695
- "defaultValue": "''"
696
- },
697
- "fourthStepLabel": {
698
- "type": "string",
699
- "mutable": false,
700
- "complexType": {
701
- "original": "string",
702
- "resolved": "string",
703
- "references": {}
704
- },
705
- "required": false,
706
- "optional": false,
707
- "docs": {
708
- "tags": [],
709
- "text": ""
710
- },
711
- "getter": false,
712
- "setter": false,
713
- "attribute": "fourth-step-label",
714
- "reflect": false,
715
- "defaultValue": "''"
716
- },
717
- "fifthStepLabel": {
718
- "type": "string",
719
- "mutable": false,
720
- "complexType": {
721
- "original": "string",
722
- "resolved": "string",
723
- "references": {}
724
- },
725
- "required": false,
726
- "optional": false,
727
- "docs": {
728
- "tags": [],
729
- "text": ""
730
- },
731
- "getter": false,
732
- "setter": false,
733
- "attribute": "fifth-step-label",
734
- "reflect": false,
735
- "defaultValue": "''"
736
- },
737
- "sixthStepLabel": {
738
- "type": "string",
739
- "mutable": false,
740
- "complexType": {
741
- "original": "string",
742
- "resolved": "string",
743
- "references": {}
744
- },
745
- "required": false,
746
- "optional": false,
747
- "docs": {
748
- "tags": [],
749
- "text": ""
750
- },
751
- "getter": false,
752
- "setter": false,
753
- "attribute": "sixth-step-label",
754
- "reflect": false,
755
- "defaultValue": "''"
756
- },
757
- "seventhStepLabel": {
758
- "type": "string",
759
- "mutable": false,
760
- "complexType": {
761
- "original": "string",
762
- "resolved": "string",
763
- "references": {}
764
- },
765
- "required": false,
766
- "optional": false,
767
- "docs": {
768
- "tags": [],
769
- "text": ""
770
- },
771
- "getter": false,
772
- "setter": false,
773
- "attribute": "seventh-step-label",
774
- "reflect": false,
775
- "defaultValue": "''"
776
- },
777
- "firstStepSupportingText": {
778
- "type": "string",
779
- "mutable": false,
780
- "complexType": {
781
- "original": "string",
782
- "resolved": "string",
783
- "references": {}
784
- },
785
- "required": false,
786
- "optional": false,
787
- "docs": {
788
- "tags": [],
789
- "text": ""
790
- },
791
- "getter": false,
792
- "setter": false,
793
- "attribute": "first-step-supporting-text",
794
- "reflect": false,
795
- "defaultValue": "''"
796
- },
797
- "secondStepSupportingText": {
798
- "type": "string",
799
- "mutable": false,
800
- "complexType": {
801
- "original": "string",
802
- "resolved": "string",
803
- "references": {}
804
- },
805
- "required": false,
806
- "optional": false,
807
- "docs": {
808
- "tags": [],
809
- "text": ""
810
- },
811
- "getter": false,
812
- "setter": false,
813
- "attribute": "second-step-supporting-text",
814
- "reflect": false,
815
- "defaultValue": "''"
816
- },
817
- "thirdStepSupportingText": {
818
- "type": "string",
819
- "mutable": false,
820
- "complexType": {
821
- "original": "string",
822
- "resolved": "string",
823
- "references": {}
824
- },
825
- "required": false,
826
- "optional": false,
827
- "docs": {
828
- "tags": [],
829
- "text": ""
830
- },
831
- "getter": false,
832
- "setter": false,
833
- "attribute": "third-step-supporting-text",
834
- "reflect": false,
835
- "defaultValue": "''"
836
- },
837
- "fourthStepSupportingText": {
838
- "type": "string",
839
- "mutable": false,
840
- "complexType": {
841
- "original": "string",
842
- "resolved": "string",
843
- "references": {}
844
- },
845
- "required": false,
846
- "optional": false,
847
- "docs": {
848
- "tags": [],
849
- "text": ""
850
- },
851
- "getter": false,
852
- "setter": false,
853
- "attribute": "fourth-step-supporting-text",
854
- "reflect": false,
855
- "defaultValue": "''"
856
- },
857
- "fifthStepSupportingText": {
858
- "type": "string",
859
- "mutable": false,
860
- "complexType": {
861
- "original": "string",
862
- "resolved": "string",
863
- "references": {}
864
- },
865
- "required": false,
866
- "optional": false,
867
- "docs": {
868
- "tags": [],
869
- "text": ""
870
- },
871
- "getter": false,
872
- "setter": false,
873
- "attribute": "fifth-step-supporting-text",
874
- "reflect": false,
875
- "defaultValue": "''"
876
- },
877
- "sixthStepSupportingText": {
878
- "type": "string",
879
- "mutable": false,
880
- "complexType": {
881
- "original": "string",
882
- "resolved": "string",
883
- "references": {}
884
- },
885
- "required": false,
886
- "optional": false,
887
- "docs": {
888
- "tags": [],
889
- "text": ""
890
- },
891
- "getter": false,
892
- "setter": false,
893
- "attribute": "sixth-step-supporting-text",
894
- "reflect": false,
895
- "defaultValue": "''"
896
- },
897
- "seventhStepSupportingText": {
898
- "type": "string",
899
- "mutable": false,
900
- "complexType": {
901
- "original": "string",
902
- "resolved": "string",
903
- "references": {}
904
- },
905
- "required": false,
906
- "optional": false,
907
- "docs": {
908
- "tags": [],
909
- "text": ""
910
- },
911
- "getter": false,
912
- "setter": false,
913
- "attribute": "seventh-step-supporting-text",
914
- "reflect": false,
915
- "defaultValue": "''"
127
+ "defaultValue": "[\r\n // {\r\n // state: 'default',\r\n // status: 'complete',\r\n // label: 'First Step',\r\n // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n // },\r\n // {\r\n // state: 'default',\r\n // status: 'current',\r\n // label: 'First Step',\r\n // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n // },\r\n ]"
916
128
  }
917
129
  };
918
130
  }