globuswebcomponents 2.11.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-avatar-dropdown_5.cjs.entry.js +5 -5
- package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js +2 -2
- package/dist/cjs/{gb-avatar_44.cjs.entry.js → gb-avatar_50.cjs.entry.js} +713 -99
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +2 -2
- package/dist/cjs/gb-header.cjs.entry.js +2 -2
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-logo.cjs.entry.js +1 -1
- package/dist/cjs/gb-metric-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-metric-featured-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-modal-action_3.cjs.entry.js +5 -5
- package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/gb-date-picker/gb-date-picker.js +32 -7
- package/dist/collection/components/gb-date-picker/gb-date-picker.js.map +1 -1
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js +45 -17
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js.map +1 -1
- package/dist/collection/components/gb-header/gb-header.js +2 -2
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
- package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +14 -14
- package/dist/collection/components/gb-logo/gb-logo.js +1 -1
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.css +12 -6
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +110 -17
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js.map +1 -1
- package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
- package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
- package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
- package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
- package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
- package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-pattern/gb-pattern.js +1 -1
- package/dist/collection/components/gb-portal/gb-portal.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
- package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
- package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
- package/dist/collection/components/gb-rich-text/gb-rich-text.css +2915 -0
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +393 -0
- package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +1 -0
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +2 -2
- package/dist/collection/components/gb-table/gb-table.css +1 -1
- package/dist/collection/components/gb-table/gb-table.js +181 -36
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +2 -2
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
- package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.css +47 -5
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +54 -1
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js.map +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +115 -3
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js.map +1 -1
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.css +36 -31
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +21 -3
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js.map +1 -1
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.css +15 -0
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js +392 -0
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js.map +1 -0
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-action-panel.js +2 -2
- package/dist/components/gb-approval-modal.js +13 -13
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +1 -1
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-btn.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +5 -5
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-comment.js +2 -2
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-date-picker.js +1 -1
- package/dist/components/gb-detail-cell.js +5 -5
- package/dist/components/gb-empty-state.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +4 -4
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-filter-modal.js +1 -1
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +24 -24
- package/dist/components/gb-help-dropdown.js +1 -1
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-icon-button-base.js +1 -1
- package/dist/components/gb-illustration.js +1 -1
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-logo.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-metric-card.js +5 -5
- package/dist/components/gb-metric-featured-icon.js +1 -1
- package/dist/components/gb-modal-action.js +1 -1
- package/dist/components/gb-modal-header.js +1 -1
- package/dist/components/gb-nav-bar-item.js +1 -1
- package/dist/components/gb-nav-bar-sidemenu.js +6 -6
- package/dist/components/gb-nav-bar.js +3 -3
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-pattern.js +1 -1
- package/dist/components/gb-portal.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-prompt-modal.js +3 -3
- package/dist/components/gb-quick-action-card.js +1 -1
- package/dist/components/gb-quick-action-icon.js +1 -1
- package/dist/components/gb-rich-text.d.ts +11 -0
- package/dist/components/gb-rich-text.js +302 -0
- package/dist/components/gb-rich-text.js.map +1 -0
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-step-icon-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
- package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
- package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-header.js +1 -1
- package/dist/components/gb-table.js +183 -57
- package/dist/components/gb-table.js.map +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +1 -1
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +4 -4
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +1 -1
- package/dist/components/gb-token-field-compact.js +36 -4
- package/dist/components/gb-token-field-compact.js.map +1 -1
- package/dist/components/gb-token-field-compressed.js +79 -6
- package/dist/components/gb-token-field-compressed.js.map +1 -1
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-toolbar.d.ts +11 -0
- package/dist/components/gb-wysiwyg-toolbar.js +9 -0
- package/dist/components/gb-wysiwyg-toolbar.js.map +1 -0
- package/dist/components/gb-wysiwyg-tooltip.js +1 -1
- package/dist/components/{p-tUA_D10f.js → p-3t4wpC1f.js} +3 -3
- package/dist/components/{p-tUA_D10f.js.map → p-3t4wpC1f.js.map} +1 -1
- package/dist/components/{p-AK6cDQE7.js → p-7UKVeg8a.js} +4 -4
- package/dist/components/{p-AK6cDQE7.js.map → p-7UKVeg8a.js.map} +1 -1
- package/dist/components/{p-CM2X5TQc.js → p-B-ndy3ez.js} +3 -3
- package/dist/components/{p-CM2X5TQc.js.map → p-B-ndy3ez.js.map} +1 -1
- package/dist/components/{p-CTaUs5-r.js → p-B-uzJiX6.js} +3 -3
- package/dist/components/{p-CTaUs5-r.js.map → p-B-uzJiX6.js.map} +1 -1
- package/dist/components/{p-DfwhwEoc.js → p-B29EdWOJ.js} +7 -7
- package/dist/components/{p-DfwhwEoc.js.map → p-B29EdWOJ.js.map} +1 -1
- package/dist/components/{p-8KPRgq60.js → p-B6BxHB8R.js} +3 -3
- package/dist/components/{p-8KPRgq60.js.map → p-B6BxHB8R.js.map} +1 -1
- package/dist/components/{p-5yowGoGZ.js → p-BNVWCAvx.js} +4 -4
- package/dist/components/{p-5yowGoGZ.js.map → p-BNVWCAvx.js.map} +1 -1
- package/dist/components/{p-Dsq6pKFl.js → p-BbQUkO3X.js} +3 -3
- package/dist/components/{p-Dsq6pKFl.js.map → p-BbQUkO3X.js.map} +1 -1
- package/dist/components/{p-9CtKkSzA.js → p-Bdn4kcZi.js} +3 -3
- package/dist/components/{p-9CtKkSzA.js.map → p-Bdn4kcZi.js.map} +1 -1
- package/dist/components/{p-DA7bBOGE.js → p-BdnOk7qz.js} +41 -20
- package/dist/components/p-BdnOk7qz.js.map +1 -0
- package/dist/components/{p-FjWBmKYg.js → p-BjVn8UXf.js} +8 -8
- package/dist/components/{p-FjWBmKYg.js.map → p-BjVn8UXf.js.map} +1 -1
- package/dist/components/{p-BKPSkaip.js → p-BmBR8CSe.js} +4 -4
- package/dist/components/{p-BKPSkaip.js.map → p-BmBR8CSe.js.map} +1 -1
- package/dist/components/{p-ZxV_qL5x.js → p-C6XBwoUN.js} +3 -3
- package/dist/components/{p-ZxV_qL5x.js.map → p-C6XBwoUN.js.map} +1 -1
- package/dist/components/{p-j48dTNnm.js → p-C7agY0Rf.js} +9 -9
- package/dist/components/{p-j48dTNnm.js.map → p-C7agY0Rf.js.map} +1 -1
- package/dist/components/{p-BzdxMBqd.js → p-CCntxtbY.js} +3 -3
- package/dist/components/{p-BzdxMBqd.js.map → p-CCntxtbY.js.map} +1 -1
- package/dist/components/{p-DXcUl9ra.js → p-CKcfW5yy.js} +3 -3
- package/dist/components/{p-DXcUl9ra.js.map → p-CKcfW5yy.js.map} +1 -1
- package/dist/components/{p-luUMKdgw.js → p-CQLcNjHY.js} +4 -4
- package/dist/components/{p-luUMKdgw.js.map → p-CQLcNjHY.js.map} +1 -1
- package/dist/components/{p-VhtlbR2b.js → p-CUpMtLut.js} +22 -22
- package/dist/components/{p-VhtlbR2b.js.map → p-CUpMtLut.js.map} +1 -1
- package/dist/components/p-C_AsW3bA.js +254 -0
- package/dist/components/p-C_AsW3bA.js.map +1 -0
- package/dist/components/{p-C6C9ED7Y.js → p-C_Vc_A7s.js} +4 -4
- package/dist/components/{p-C6C9ED7Y.js.map → p-C_Vc_A7s.js.map} +1 -1
- package/dist/components/{p-D8X0-w1T.js → p-C_ehoWMH.js} +3 -3
- package/dist/components/{p-D8X0-w1T.js.map → p-C_ehoWMH.js.map} +1 -1
- package/dist/components/{p-CxzpEiS1.js → p-CcAoEa94.js} +7 -7
- package/dist/components/{p-CxzpEiS1.js.map → p-CcAoEa94.js.map} +1 -1
- package/dist/components/{p-Bk9zH-CZ.js → p-CeS6otF4.js} +3 -3
- package/dist/components/{p-Bk9zH-CZ.js.map → p-CeS6otF4.js.map} +1 -1
- package/dist/components/{p-BnOS2YuY.js → p-CmK_IvYa.js} +18 -18
- package/dist/components/{p-BnOS2YuY.js.map → p-CmK_IvYa.js.map} +1 -1
- package/dist/components/{p-Bj-KxpsX.js → p-CpKb3EoJ.js} +4 -4
- package/dist/components/{p-Bj-KxpsX.js.map → p-CpKb3EoJ.js.map} +1 -1
- package/dist/components/{p-CcyaTNu0.js → p-CxYiPrwK.js} +3 -3
- package/dist/components/{p-CcyaTNu0.js.map → p-CxYiPrwK.js.map} +1 -1
- package/dist/components/{p-rORTaeDO.js → p-D0mXaQl0.js} +28 -28
- package/dist/components/{p-rORTaeDO.js.map → p-D0mXaQl0.js.map} +1 -1
- package/dist/components/{p-BrOSaQiR.js → p-D7oemwx-.js} +3 -3
- package/dist/components/{p-BrOSaQiR.js.map → p-D7oemwx-.js.map} +1 -1
- package/dist/components/{p-Cbj0An1x.js → p-D9NhBc5M.js} +4 -4
- package/dist/components/{p-Cbj0An1x.js.map → p-D9NhBc5M.js.map} +1 -1
- package/dist/components/{p-CN3JbzXO.js → p-DCOrM6ok.js} +6 -6
- package/dist/components/{p-CN3JbzXO.js.map → p-DCOrM6ok.js.map} +1 -1
- package/dist/components/{p-RQfc-Gco.js → p-DHZ7HHPF.js} +5 -5
- package/dist/components/{p-RQfc-Gco.js.map → p-DHZ7HHPF.js.map} +1 -1
- package/dist/components/{p-BKGhsNBR.js → p-DL0eEfed.js} +3 -3
- package/dist/components/{p-BKGhsNBR.js.map → p-DL0eEfed.js.map} +1 -1
- package/dist/components/{p-BpoNaOin.js → p-DNApmHm4.js} +3 -3
- package/dist/components/{p-BpoNaOin.js.map → p-DNApmHm4.js.map} +1 -1
- package/dist/components/{p-TLerUgoM.js → p-DNe_BJ12.js} +4 -4
- package/dist/components/{p-TLerUgoM.js.map → p-DNe_BJ12.js.map} +1 -1
- package/dist/components/{p-C8Q49Chb.js → p-DSW3nVlu.js} +6 -6
- package/dist/components/{p-C8Q49Chb.js.map → p-DSW3nVlu.js.map} +1 -1
- package/dist/components/{p-BEFukUDi.js → p-DUqnmvnV.js} +12 -12
- package/dist/components/{p-BEFukUDi.js.map → p-DUqnmvnV.js.map} +1 -1
- package/dist/components/{p-hsu4Tgtg.js → p-DdSWDxPz.js} +8 -8
- package/dist/components/{p-hsu4Tgtg.js.map → p-DdSWDxPz.js.map} +1 -1
- package/dist/components/{p-Dk3T0btI.js → p-DduMRsdZ.js} +3 -3
- package/dist/components/{p-Dk3T0btI.js.map → p-DduMRsdZ.js.map} +1 -1
- package/dist/components/{p-BEBt1qJA.js → p-Dg6l9hay.js} +6 -6
- package/dist/components/{p-BEBt1qJA.js.map → p-Dg6l9hay.js.map} +1 -1
- package/dist/components/{p-NcCpLnkb.js → p-Dr63CkEP.js} +4 -4
- package/dist/components/{p-NcCpLnkb.js.map → p-Dr63CkEP.js.map} +1 -1
- package/dist/components/{p-wbR36hMv.js → p-Dy0A4tjX.js} +3 -3
- package/dist/components/{p-wbR36hMv.js.map → p-Dy0A4tjX.js.map} +1 -1
- package/dist/components/{p-D9wXrsVN.js → p-DyetgsGy.js} +3 -3
- package/dist/components/{p-D9wXrsVN.js.map → p-DyetgsGy.js.map} +1 -1
- package/dist/components/{p-Cgs2Vwnw.js → p-EGGrvNi9.js} +3 -3
- package/dist/components/{p-Cgs2Vwnw.js.map → p-EGGrvNi9.js.map} +1 -1
- package/dist/components/{p-kAWPUm7V.js → p-NlUtRQ04.js} +4 -4
- package/dist/components/{p-kAWPUm7V.js.map → p-NlUtRQ04.js.map} +1 -1
- package/dist/components/{p-CTquChw2.js → p-Rp0-ilMh.js} +6 -6
- package/dist/components/{p-CTquChw2.js.map → p-Rp0-ilMh.js.map} +1 -1
- package/dist/components/{p-CBa0xdMN.js → p-SMyC9apx.js} +50 -22
- package/dist/components/p-SMyC9apx.js.map +1 -0
- package/dist/components/{p-S-FbLIxn.js → p-T7moER5i.js} +4 -4
- package/dist/components/{p-S-FbLIxn.js.map → p-T7moER5i.js.map} +1 -1
- package/dist/components/{p-Cpjhc0YK.js → p-b7wvY55u.js} +10 -10
- package/dist/components/{p-Cpjhc0YK.js.map → p-b7wvY55u.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/p-cnc7dVkV.js +54 -0
- package/dist/components/p-cnc7dVkV.js.map +1 -0
- package/dist/components/{p-z7U72LlR.js → p-eWLlBbW4.js} +34 -9
- package/dist/components/p-eWLlBbW4.js.map +1 -0
- package/dist/components/{p-DhhgSVau.js → p-gmgjmDmq.js} +3 -3
- package/dist/components/{p-DhhgSVau.js.map → p-gmgjmDmq.js.map} +1 -1
- package/dist/components/{p-Bu66Dgkv.js → p-hCYiKj5a.js} +8 -8
- package/dist/components/{p-Bu66Dgkv.js.map → p-hCYiKj5a.js.map} +1 -1
- package/dist/components/{p-CM3ctvp4.js → p-hE783gRg.js} +7 -7
- package/dist/components/{p-CM3ctvp4.js.map → p-hE783gRg.js.map} +1 -1
- package/dist/components/{p-CIpMWSO-.js → p-rdQ2rZRt.js} +4 -4
- package/dist/components/{p-CIpMWSO-.js.map → p-rdQ2rZRt.js.map} +1 -1
- package/dist/components/{p-DR6wzjCF.js → p-s-E_YkJ2.js} +20 -20
- package/dist/components/{p-DR6wzjCF.js.map → p-s-E_YkJ2.js.map} +1 -1
- package/dist/components/{p-fy6svpeL.js → p-vMoznCJq.js} +5 -5
- package/dist/components/{p-fy6svpeL.js.map → p-vMoznCJq.js.map} +1 -1
- package/dist/components/{p-BH7Tv4o3.js → p-w-p9UZGH.js} +3 -3
- package/dist/components/{p-BH7Tv4o3.js.map → p-w-p9UZGH.js.map} +1 -1
- package/dist/components/{p-DaM2q3ak.js → p-zpsvWry-.js} +3 -3
- package/dist/components/{p-DaM2q3ak.js.map → p-zpsvWry-.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +1035 -39
- package/dist/esm/gb-avatar-dropdown_5.entry.js +5 -5
- package/dist/esm/gb-avatar-label-group_3.entry.js +2 -2
- package/dist/esm/{gb-avatar_44.entry.js → gb-avatar_50.entry.js} +708 -100
- package/dist/esm/gb-collapse-button_4.entry.js +2 -2
- package/dist/esm/gb-header.entry.js +2 -2
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-logo.entry.js +1 -1
- package/dist/esm/gb-metric-card.entry.js +1 -1
- package/dist/esm/gb-metric-featured-icon.entry.js +1 -1
- package/dist/esm/gb-modal-action_3.entry.js +5 -5
- package/dist/esm/gb-nav-bar-item.entry.js +1 -1
- package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-nav-bar.entry.js +1 -1
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-progress-bar.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-prompt-modal.entry.js +1 -1
- package/dist/esm/gb-quick-action-card.entry.js +1 -1
- package/dist/esm/gb-quick-action-icon.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-step-base_2.entry.js +2 -2
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +2 -2
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-e2b42130.entry.js → p-034da873.entry.js} +2 -2
- package/dist/globuscomponents/{p-66f5363a.entry.js → p-0c2cf48d.entry.js} +2 -2
- package/dist/globuscomponents/{p-b0c00fce.entry.js → p-19bbd506.entry.js} +2 -2
- package/dist/globuscomponents/{p-d26d3b23.entry.js → p-1c049837.entry.js} +2 -2
- package/dist/globuscomponents/{p-669c6e2e.entry.js → p-1d81d30d.entry.js} +2 -2
- package/dist/globuscomponents/{p-314e31ff.entry.js → p-1e5ca991.entry.js} +2 -2
- package/dist/globuscomponents/{p-64c25eca.entry.js → p-201f6b79.entry.js} +2 -2
- package/dist/globuscomponents/{p-af2fadf8.entry.js → p-21ee6522.entry.js} +2 -2
- package/dist/globuscomponents/{p-5a002d95.entry.js → p-22e4f119.entry.js} +2 -2
- package/dist/globuscomponents/{p-b5e49cc3.entry.js → p-2f4914ad.entry.js} +2 -2
- package/dist/globuscomponents/{p-a8ed8e7c.entry.js → p-300cd753.entry.js} +2 -2
- package/dist/globuscomponents/{p-c4decd4a.entry.js → p-33dda74f.entry.js} +2 -2
- package/dist/globuscomponents/{p-9a086995.entry.js → p-45e02e0a.entry.js} +2 -2
- package/dist/globuscomponents/{p-4cb9a4c0.entry.js → p-4ec62490.entry.js} +2 -2
- package/dist/globuscomponents/{p-df5538b0.entry.js → p-4f44a0cb.entry.js} +2 -2
- package/dist/globuscomponents/{p-a998de8e.entry.js → p-51d2cdc0.entry.js} +2 -2
- package/dist/globuscomponents/{p-433c7415.entry.js → p-61872974.entry.js} +2 -2
- package/dist/globuscomponents/{p-fdd80101.entry.js → p-7483940f.entry.js} +2 -2
- package/dist/globuscomponents/{p-b72eda91.entry.js → p-75251944.entry.js} +2 -2
- package/dist/globuscomponents/{p-852014ab.entry.js → p-7ffe92a2.entry.js} +2 -2
- package/dist/globuscomponents/p-857494d2.entry.js +2 -0
- package/dist/globuscomponents/p-857494d2.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0104af18.entry.js → p-8924879c.entry.js} +2 -2
- package/dist/globuscomponents/{p-da156fba.entry.js → p-8b534f24.entry.js} +2 -2
- package/dist/globuscomponents/{p-875ab43f.entry.js → p-908f92a7.entry.js} +2 -2
- package/dist/globuscomponents/{p-e8f42c89.entry.js → p-a304c960.entry.js} +2 -2
- package/dist/globuscomponents/{p-f904cfc0.entry.js → p-ae4b0f08.entry.js} +2 -2
- package/dist/globuscomponents/{p-6d1f7f89.entry.js → p-bf5b3dfe.entry.js} +2 -2
- package/dist/globuscomponents/p-bfbcd486.entry.js +2 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-2a47d7a6.entry.js → p-e49cac6d.entry.js} +2 -2
- package/dist/globuscomponents/{p-7133f4ef.entry.js → p-e9b5af5c.entry.js} +2 -2
- package/dist/globuscomponents/{p-05a29c1a.entry.js → p-ee3e3ffa.entry.js} +2 -2
- package/dist/globuscomponents/{p-40e5be27.entry.js → p-ee7e25c4.entry.js} +2 -2
- package/dist/globuscomponents/p-f084a9b2.entry.js +2 -0
- package/dist/globuscomponents/{p-60e4f305.entry.js → p-f3ac27d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-e68d4d8a.entry.js → p-f53134f7.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e00d45a.entry.js → p-fdb677f0.entry.js} +2 -2
- package/dist/types/components/gb-date-picker/gb-date-picker.d.ts +1 -0
- package/dist/types/components/gb-mega-input-field-base/gb-mega-input-field-base.d.ts +10 -2
- package/dist/types/components/gb-rich-text/gb-rich-text.d.ts +35 -0
- package/dist/types/components/gb-table/gb-table.d.ts +12 -5
- package/dist/types/components/gb-token-field-compact/gb-token-field-compact.d.ts +8 -0
- package/dist/types/components/gb-token-field-compressed/gb-token-field-compressed.d.ts +12 -0
- package/dist/types/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.d.ts +4 -1
- package/dist/types/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.d.ts +37 -0
- package/dist/types/components.d.ts +301 -26
- package/dist/types/models/reusableModels.d.ts +17 -9
- package/package.json +7 -1
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +0 -36
- package/dist/cjs/gb-mega-input-field-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +0 -20
- package/dist/cjs/gb-token-field-compact.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +0 -24
- package/dist/cjs/gb-token-field-compressed.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +0 -19
- package/dist/cjs/gb-wysiwyg-editor-icon.entry.cjs.js.map +0 -1
- package/dist/components/p-CBa0xdMN.js.map +0 -1
- package/dist/components/p-DA7bBOGE.js.map +0 -1
- package/dist/components/p-pZkzqT4t.js +0 -41
- package/dist/components/p-pZkzqT4t.js.map +0 -1
- package/dist/components/p-z7U72LlR.js.map +0 -1
- package/dist/esm/gb-mega-input-field-base.entry.js +0 -34
- package/dist/esm/gb-mega-input-field-base.entry.js.map +0 -1
- package/dist/esm/gb-token-field-compact.entry.js +0 -18
- package/dist/esm/gb-token-field-compact.entry.js.map +0 -1
- package/dist/esm/gb-token-field-compressed.entry.js +0 -22
- package/dist/esm/gb-token-field-compressed.entry.js.map +0 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +0 -17
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js.map +0 -1
- package/dist/globuscomponents/gb-mega-input-field-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-token-field-compact.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-token-field-compressed.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-wysiwyg-editor-icon.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-05e6b1af.entry.js +0 -2
- package/dist/globuscomponents/p-05e6b1af.entry.js.map +0 -1
- package/dist/globuscomponents/p-5d0e8192.entry.js +0 -2
- package/dist/globuscomponents/p-5d0e8192.entry.js.map +0 -1
- package/dist/globuscomponents/p-7b7eee40.entry.js +0 -2
- package/dist/globuscomponents/p-97270692.entry.js +0 -2
- package/dist/globuscomponents/p-97270692.entry.js.map +0 -1
- package/dist/globuscomponents/p-9f87e97d.entry.js +0 -2
- package/dist/globuscomponents/p-daca0c73.entry.js +0 -2
- package/dist/globuscomponents/p-daca0c73.entry.js.map +0 -1
- package/dist/globuscomponents/p-ed734b26.entry.js +0 -2
- package/dist/globuscomponents/p-ed734b26.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-e2b42130.entry.js.map → p-034da873.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-66f5363a.entry.js.map → p-0c2cf48d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b0c00fce.entry.js.map → p-19bbd506.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d26d3b23.entry.js.map → p-1c049837.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-669c6e2e.entry.js.map → p-1d81d30d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-314e31ff.entry.js.map → p-1e5ca991.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64c25eca.entry.js.map → p-201f6b79.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-af2fadf8.entry.js.map → p-21ee6522.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a002d95.entry.js.map → p-22e4f119.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b5e49cc3.entry.js.map → p-2f4914ad.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a8ed8e7c.entry.js.map → p-300cd753.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c4decd4a.entry.js.map → p-33dda74f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9a086995.entry.js.map → p-45e02e0a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4cb9a4c0.entry.js.map → p-4ec62490.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-df5538b0.entry.js.map → p-4f44a0cb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a998de8e.entry.js.map → p-51d2cdc0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-433c7415.entry.js.map → p-61872974.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fdd80101.entry.js.map → p-7483940f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b72eda91.entry.js.map → p-75251944.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-852014ab.entry.js.map → p-7ffe92a2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0104af18.entry.js.map → p-8924879c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-da156fba.entry.js.map → p-8b534f24.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-875ab43f.entry.js.map → p-908f92a7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e8f42c89.entry.js.map → p-a304c960.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f904cfc0.entry.js.map → p-ae4b0f08.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6d1f7f89.entry.js.map → p-bf5b3dfe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9f87e97d.entry.js.map → p-bfbcd486.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2a47d7a6.entry.js.map → p-e49cac6d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7133f4ef.entry.js.map → p-e9b5af5c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-05a29c1a.entry.js.map → p-ee3e3ffa.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-40e5be27.entry.js.map → p-ee7e25c4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7b7eee40.entry.js.map → p-f084a9b2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-60e4f305.entry.js.map → p-f3ac27d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e68d4d8a.entry.js.map → p-f53134f7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e00d45a.entry.js.map → p-fdb677f0.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-27T11:55:02",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -9773,13 +9773,7 @@
|
|
|
9773
9773
|
"mutable": true,
|
|
9774
9774
|
"reflectToAttr": false,
|
|
9775
9775
|
"docs": "",
|
|
9776
|
-
"docsTags": [
|
|
9777
|
-
{
|
|
9778
|
-
"name": "default",
|
|
9779
|
-
"text": "null"
|
|
9780
|
-
}
|
|
9781
|
-
],
|
|
9782
|
-
"default": "null",
|
|
9776
|
+
"docsTags": [],
|
|
9783
9777
|
"values": [
|
|
9784
9778
|
{
|
|
9785
9779
|
"type": "Date"
|
|
@@ -16962,7 +16956,8 @@
|
|
|
16962
16956
|
"slots": [],
|
|
16963
16957
|
"parts": [],
|
|
16964
16958
|
"dependents": [
|
|
16965
|
-
"gb-pagination"
|
|
16959
|
+
"gb-pagination",
|
|
16960
|
+
"gb-wysiwyg-toolbar"
|
|
16966
16961
|
],
|
|
16967
16962
|
"dependencies": [
|
|
16968
16963
|
"gb-avatar",
|
|
@@ -17020,6 +17015,9 @@
|
|
|
17020
17015
|
],
|
|
17021
17016
|
"gb-pagination": [
|
|
17022
17017
|
"gb-input-dropdown"
|
|
17018
|
+
],
|
|
17019
|
+
"gb-wysiwyg-toolbar": [
|
|
17020
|
+
"gb-input-dropdown"
|
|
17023
17021
|
]
|
|
17024
17022
|
}
|
|
17025
17023
|
},
|
|
@@ -18679,24 +18677,63 @@
|
|
|
18679
18677
|
},
|
|
18680
18678
|
{
|
|
18681
18679
|
"name": "state",
|
|
18682
|
-
"type": "\"
|
|
18680
|
+
"type": "\"active\" | \"default\" | \"disabled\"",
|
|
18683
18681
|
"complexType": {
|
|
18684
|
-
"original": "'
|
|
18685
|
-
"resolved": "\"
|
|
18682
|
+
"original": "'default' | 'active' | 'disabled'",
|
|
18683
|
+
"resolved": "\"active\" | \"default\" | \"disabled\"",
|
|
18686
18684
|
"references": {}
|
|
18687
18685
|
},
|
|
18688
18686
|
"mutable": false,
|
|
18689
18687
|
"attr": "state",
|
|
18690
18688
|
"reflectToAttr": false,
|
|
18691
18689
|
"docs": "",
|
|
18692
|
-
"docsTags": [
|
|
18690
|
+
"docsTags": [
|
|
18691
|
+
{
|
|
18692
|
+
"name": "default",
|
|
18693
|
+
"text": "'default'"
|
|
18694
|
+
}
|
|
18695
|
+
],
|
|
18696
|
+
"default": "'default'",
|
|
18693
18697
|
"values": [
|
|
18694
18698
|
{
|
|
18695
|
-
"value": "
|
|
18699
|
+
"value": "active",
|
|
18696
18700
|
"type": "string"
|
|
18697
18701
|
},
|
|
18698
18702
|
{
|
|
18699
|
-
"value": "
|
|
18703
|
+
"value": "default",
|
|
18704
|
+
"type": "string"
|
|
18705
|
+
},
|
|
18706
|
+
{
|
|
18707
|
+
"value": "disabled",
|
|
18708
|
+
"type": "string"
|
|
18709
|
+
}
|
|
18710
|
+
],
|
|
18711
|
+
"optional": false,
|
|
18712
|
+
"required": false,
|
|
18713
|
+
"getter": false,
|
|
18714
|
+
"setter": false
|
|
18715
|
+
},
|
|
18716
|
+
{
|
|
18717
|
+
"name": "value",
|
|
18718
|
+
"type": "string",
|
|
18719
|
+
"complexType": {
|
|
18720
|
+
"original": "string",
|
|
18721
|
+
"resolved": "string",
|
|
18722
|
+
"references": {}
|
|
18723
|
+
},
|
|
18724
|
+
"mutable": false,
|
|
18725
|
+
"attr": "value",
|
|
18726
|
+
"reflectToAttr": false,
|
|
18727
|
+
"docs": "",
|
|
18728
|
+
"docsTags": [
|
|
18729
|
+
{
|
|
18730
|
+
"name": "default",
|
|
18731
|
+
"text": "''"
|
|
18732
|
+
}
|
|
18733
|
+
],
|
|
18734
|
+
"default": "''",
|
|
18735
|
+
"values": [
|
|
18736
|
+
{
|
|
18700
18737
|
"type": "string"
|
|
18701
18738
|
}
|
|
18702
18739
|
],
|
|
@@ -18706,8 +18743,60 @@
|
|
|
18706
18743
|
"setter": false
|
|
18707
18744
|
}
|
|
18708
18745
|
],
|
|
18709
|
-
"methods": [
|
|
18710
|
-
|
|
18746
|
+
"methods": [
|
|
18747
|
+
{
|
|
18748
|
+
"name": "focusInput",
|
|
18749
|
+
"returns": {
|
|
18750
|
+
"type": "Promise<void>",
|
|
18751
|
+
"docs": ""
|
|
18752
|
+
},
|
|
18753
|
+
"complexType": {
|
|
18754
|
+
"signature": "() => Promise<void>",
|
|
18755
|
+
"parameters": [],
|
|
18756
|
+
"references": {
|
|
18757
|
+
"Promise": {
|
|
18758
|
+
"location": "global",
|
|
18759
|
+
"id": "global::Promise"
|
|
18760
|
+
}
|
|
18761
|
+
},
|
|
18762
|
+
"return": "Promise<void>"
|
|
18763
|
+
},
|
|
18764
|
+
"signature": "focusInput() => Promise<void>",
|
|
18765
|
+
"parameters": [],
|
|
18766
|
+
"docs": "",
|
|
18767
|
+
"docsTags": []
|
|
18768
|
+
}
|
|
18769
|
+
],
|
|
18770
|
+
"events": [
|
|
18771
|
+
{
|
|
18772
|
+
"event": "backspacePressed",
|
|
18773
|
+
"detail": "void",
|
|
18774
|
+
"bubbles": true,
|
|
18775
|
+
"complexType": {
|
|
18776
|
+
"original": "void",
|
|
18777
|
+
"resolved": "void",
|
|
18778
|
+
"references": {}
|
|
18779
|
+
},
|
|
18780
|
+
"cancelable": true,
|
|
18781
|
+
"composed": true,
|
|
18782
|
+
"docs": "",
|
|
18783
|
+
"docsTags": []
|
|
18784
|
+
},
|
|
18785
|
+
{
|
|
18786
|
+
"event": "valueChanged",
|
|
18787
|
+
"detail": "string",
|
|
18788
|
+
"bubbles": true,
|
|
18789
|
+
"complexType": {
|
|
18790
|
+
"original": "string",
|
|
18791
|
+
"resolved": "string",
|
|
18792
|
+
"references": {}
|
|
18793
|
+
},
|
|
18794
|
+
"cancelable": true,
|
|
18795
|
+
"composed": true,
|
|
18796
|
+
"docs": "",
|
|
18797
|
+
"docsTags": []
|
|
18798
|
+
}
|
|
18799
|
+
],
|
|
18711
18800
|
"listeners": [],
|
|
18712
18801
|
"styles": [],
|
|
18713
18802
|
"slots": [],
|
|
@@ -23239,6 +23328,365 @@
|
|
|
23239
23328
|
]
|
|
23240
23329
|
}
|
|
23241
23330
|
},
|
|
23331
|
+
{
|
|
23332
|
+
"filePath": "src/components/gb-rich-text/gb-rich-text.tsx",
|
|
23333
|
+
"encapsulation": "none",
|
|
23334
|
+
"tag": "gb-rich-text",
|
|
23335
|
+
"docs": "",
|
|
23336
|
+
"docsTags": [],
|
|
23337
|
+
"usage": {},
|
|
23338
|
+
"props": [
|
|
23339
|
+
{
|
|
23340
|
+
"name": "destructive",
|
|
23341
|
+
"type": "boolean",
|
|
23342
|
+
"complexType": {
|
|
23343
|
+
"original": "boolean",
|
|
23344
|
+
"resolved": "boolean",
|
|
23345
|
+
"references": {}
|
|
23346
|
+
},
|
|
23347
|
+
"mutable": false,
|
|
23348
|
+
"attr": "destructive",
|
|
23349
|
+
"reflectToAttr": false,
|
|
23350
|
+
"docs": "",
|
|
23351
|
+
"docsTags": [
|
|
23352
|
+
{
|
|
23353
|
+
"name": "default",
|
|
23354
|
+
"text": "false"
|
|
23355
|
+
}
|
|
23356
|
+
],
|
|
23357
|
+
"default": "false",
|
|
23358
|
+
"values": [
|
|
23359
|
+
{
|
|
23360
|
+
"type": "boolean"
|
|
23361
|
+
}
|
|
23362
|
+
],
|
|
23363
|
+
"optional": false,
|
|
23364
|
+
"required": false,
|
|
23365
|
+
"getter": false,
|
|
23366
|
+
"setter": false
|
|
23367
|
+
},
|
|
23368
|
+
{
|
|
23369
|
+
"name": "disabled",
|
|
23370
|
+
"type": "boolean",
|
|
23371
|
+
"complexType": {
|
|
23372
|
+
"original": "boolean",
|
|
23373
|
+
"resolved": "boolean",
|
|
23374
|
+
"references": {}
|
|
23375
|
+
},
|
|
23376
|
+
"mutable": false,
|
|
23377
|
+
"attr": "disabled",
|
|
23378
|
+
"reflectToAttr": false,
|
|
23379
|
+
"docs": "",
|
|
23380
|
+
"docsTags": [
|
|
23381
|
+
{
|
|
23382
|
+
"name": "default",
|
|
23383
|
+
"text": "false"
|
|
23384
|
+
}
|
|
23385
|
+
],
|
|
23386
|
+
"default": "false",
|
|
23387
|
+
"values": [
|
|
23388
|
+
{
|
|
23389
|
+
"type": "boolean"
|
|
23390
|
+
}
|
|
23391
|
+
],
|
|
23392
|
+
"optional": false,
|
|
23393
|
+
"required": false,
|
|
23394
|
+
"getter": false,
|
|
23395
|
+
"setter": false
|
|
23396
|
+
},
|
|
23397
|
+
{
|
|
23398
|
+
"name": "errorMessage",
|
|
23399
|
+
"type": "string",
|
|
23400
|
+
"complexType": {
|
|
23401
|
+
"original": "string",
|
|
23402
|
+
"resolved": "string",
|
|
23403
|
+
"references": {}
|
|
23404
|
+
},
|
|
23405
|
+
"mutable": false,
|
|
23406
|
+
"attr": "error-message",
|
|
23407
|
+
"reflectToAttr": false,
|
|
23408
|
+
"docs": "",
|
|
23409
|
+
"docsTags": [
|
|
23410
|
+
{
|
|
23411
|
+
"name": "default",
|
|
23412
|
+
"text": "'This is an error message'"
|
|
23413
|
+
}
|
|
23414
|
+
],
|
|
23415
|
+
"default": "'This is an error message'",
|
|
23416
|
+
"values": [
|
|
23417
|
+
{
|
|
23418
|
+
"type": "string"
|
|
23419
|
+
}
|
|
23420
|
+
],
|
|
23421
|
+
"optional": false,
|
|
23422
|
+
"required": false,
|
|
23423
|
+
"getter": false,
|
|
23424
|
+
"setter": false
|
|
23425
|
+
},
|
|
23426
|
+
{
|
|
23427
|
+
"name": "hint",
|
|
23428
|
+
"type": "string",
|
|
23429
|
+
"complexType": {
|
|
23430
|
+
"original": "string",
|
|
23431
|
+
"resolved": "string",
|
|
23432
|
+
"references": {}
|
|
23433
|
+
},
|
|
23434
|
+
"mutable": false,
|
|
23435
|
+
"attr": "hint",
|
|
23436
|
+
"reflectToAttr": false,
|
|
23437
|
+
"docs": "",
|
|
23438
|
+
"docsTags": [],
|
|
23439
|
+
"values": [
|
|
23440
|
+
{
|
|
23441
|
+
"type": "string"
|
|
23442
|
+
}
|
|
23443
|
+
],
|
|
23444
|
+
"optional": false,
|
|
23445
|
+
"required": false,
|
|
23446
|
+
"getter": false,
|
|
23447
|
+
"setter": false
|
|
23448
|
+
},
|
|
23449
|
+
{
|
|
23450
|
+
"name": "label",
|
|
23451
|
+
"type": "string",
|
|
23452
|
+
"complexType": {
|
|
23453
|
+
"original": "string",
|
|
23454
|
+
"resolved": "string",
|
|
23455
|
+
"references": {}
|
|
23456
|
+
},
|
|
23457
|
+
"mutable": false,
|
|
23458
|
+
"attr": "label",
|
|
23459
|
+
"reflectToAttr": false,
|
|
23460
|
+
"docs": "",
|
|
23461
|
+
"docsTags": [
|
|
23462
|
+
{
|
|
23463
|
+
"name": "default",
|
|
23464
|
+
"text": "'Description'"
|
|
23465
|
+
}
|
|
23466
|
+
],
|
|
23467
|
+
"default": "'Description'",
|
|
23468
|
+
"values": [
|
|
23469
|
+
{
|
|
23470
|
+
"type": "string"
|
|
23471
|
+
}
|
|
23472
|
+
],
|
|
23473
|
+
"optional": false,
|
|
23474
|
+
"required": false,
|
|
23475
|
+
"getter": false,
|
|
23476
|
+
"setter": false
|
|
23477
|
+
},
|
|
23478
|
+
{
|
|
23479
|
+
"name": "placeholder",
|
|
23480
|
+
"type": "string",
|
|
23481
|
+
"complexType": {
|
|
23482
|
+
"original": "string",
|
|
23483
|
+
"resolved": "string",
|
|
23484
|
+
"references": {}
|
|
23485
|
+
},
|
|
23486
|
+
"mutable": false,
|
|
23487
|
+
"attr": "placeholder",
|
|
23488
|
+
"reflectToAttr": false,
|
|
23489
|
+
"docs": "",
|
|
23490
|
+
"docsTags": [
|
|
23491
|
+
{
|
|
23492
|
+
"name": "default",
|
|
23493
|
+
"text": "'Enter your text...'"
|
|
23494
|
+
}
|
|
23495
|
+
],
|
|
23496
|
+
"default": "'Enter your text...'",
|
|
23497
|
+
"values": [
|
|
23498
|
+
{
|
|
23499
|
+
"type": "string"
|
|
23500
|
+
}
|
|
23501
|
+
],
|
|
23502
|
+
"optional": false,
|
|
23503
|
+
"required": false,
|
|
23504
|
+
"getter": false,
|
|
23505
|
+
"setter": false
|
|
23506
|
+
},
|
|
23507
|
+
{
|
|
23508
|
+
"name": "value",
|
|
23509
|
+
"type": "string",
|
|
23510
|
+
"complexType": {
|
|
23511
|
+
"original": "string",
|
|
23512
|
+
"resolved": "string",
|
|
23513
|
+
"references": {}
|
|
23514
|
+
},
|
|
23515
|
+
"mutable": false,
|
|
23516
|
+
"attr": "value",
|
|
23517
|
+
"reflectToAttr": false,
|
|
23518
|
+
"docs": "",
|
|
23519
|
+
"docsTags": [
|
|
23520
|
+
{
|
|
23521
|
+
"name": "default",
|
|
23522
|
+
"text": "''"
|
|
23523
|
+
}
|
|
23524
|
+
],
|
|
23525
|
+
"default": "''",
|
|
23526
|
+
"values": [
|
|
23527
|
+
{
|
|
23528
|
+
"type": "string"
|
|
23529
|
+
}
|
|
23530
|
+
],
|
|
23531
|
+
"optional": false,
|
|
23532
|
+
"required": false,
|
|
23533
|
+
"getter": false,
|
|
23534
|
+
"setter": false
|
|
23535
|
+
}
|
|
23536
|
+
],
|
|
23537
|
+
"methods": [
|
|
23538
|
+
{
|
|
23539
|
+
"name": "clearContent",
|
|
23540
|
+
"returns": {
|
|
23541
|
+
"type": "Promise<void>",
|
|
23542
|
+
"docs": ""
|
|
23543
|
+
},
|
|
23544
|
+
"complexType": {
|
|
23545
|
+
"signature": "() => Promise<void>",
|
|
23546
|
+
"parameters": [],
|
|
23547
|
+
"references": {
|
|
23548
|
+
"Promise": {
|
|
23549
|
+
"location": "global",
|
|
23550
|
+
"id": "global::Promise"
|
|
23551
|
+
}
|
|
23552
|
+
},
|
|
23553
|
+
"return": "Promise<void>"
|
|
23554
|
+
},
|
|
23555
|
+
"signature": "clearContent() => Promise<void>",
|
|
23556
|
+
"parameters": [],
|
|
23557
|
+
"docs": "",
|
|
23558
|
+
"docsTags": []
|
|
23559
|
+
},
|
|
23560
|
+
{
|
|
23561
|
+
"name": "getRichTextHTML",
|
|
23562
|
+
"returns": {
|
|
23563
|
+
"type": "Promise<string>",
|
|
23564
|
+
"docs": ""
|
|
23565
|
+
},
|
|
23566
|
+
"complexType": {
|
|
23567
|
+
"signature": "() => Promise<string>",
|
|
23568
|
+
"parameters": [],
|
|
23569
|
+
"references": {
|
|
23570
|
+
"Promise": {
|
|
23571
|
+
"location": "global",
|
|
23572
|
+
"id": "global::Promise"
|
|
23573
|
+
}
|
|
23574
|
+
},
|
|
23575
|
+
"return": "Promise<string>"
|
|
23576
|
+
},
|
|
23577
|
+
"signature": "getRichTextHTML() => Promise<string>",
|
|
23578
|
+
"parameters": [],
|
|
23579
|
+
"docs": "",
|
|
23580
|
+
"docsTags": []
|
|
23581
|
+
}
|
|
23582
|
+
],
|
|
23583
|
+
"events": [
|
|
23584
|
+
{
|
|
23585
|
+
"event": "gbBlur",
|
|
23586
|
+
"detail": "void",
|
|
23587
|
+
"bubbles": true,
|
|
23588
|
+
"complexType": {
|
|
23589
|
+
"original": "void",
|
|
23590
|
+
"resolved": "void",
|
|
23591
|
+
"references": {}
|
|
23592
|
+
},
|
|
23593
|
+
"cancelable": true,
|
|
23594
|
+
"composed": true,
|
|
23595
|
+
"docs": "",
|
|
23596
|
+
"docsTags": []
|
|
23597
|
+
},
|
|
23598
|
+
{
|
|
23599
|
+
"event": "gbChange",
|
|
23600
|
+
"detail": "string",
|
|
23601
|
+
"bubbles": true,
|
|
23602
|
+
"complexType": {
|
|
23603
|
+
"original": "string",
|
|
23604
|
+
"resolved": "string",
|
|
23605
|
+
"references": {}
|
|
23606
|
+
},
|
|
23607
|
+
"cancelable": true,
|
|
23608
|
+
"composed": true,
|
|
23609
|
+
"docs": "",
|
|
23610
|
+
"docsTags": []
|
|
23611
|
+
},
|
|
23612
|
+
{
|
|
23613
|
+
"event": "gbFocus",
|
|
23614
|
+
"detail": "void",
|
|
23615
|
+
"bubbles": true,
|
|
23616
|
+
"complexType": {
|
|
23617
|
+
"original": "void",
|
|
23618
|
+
"resolved": "void",
|
|
23619
|
+
"references": {}
|
|
23620
|
+
},
|
|
23621
|
+
"cancelable": true,
|
|
23622
|
+
"composed": true,
|
|
23623
|
+
"docs": "",
|
|
23624
|
+
"docsTags": []
|
|
23625
|
+
}
|
|
23626
|
+
],
|
|
23627
|
+
"listeners": [],
|
|
23628
|
+
"styles": [],
|
|
23629
|
+
"slots": [],
|
|
23630
|
+
"parts": [],
|
|
23631
|
+
"dependents": [],
|
|
23632
|
+
"dependencies": [
|
|
23633
|
+
"gb-wysiwyg-toolbar"
|
|
23634
|
+
],
|
|
23635
|
+
"dependencyGraph": {
|
|
23636
|
+
"gb-rich-text": [
|
|
23637
|
+
"gb-wysiwyg-toolbar"
|
|
23638
|
+
],
|
|
23639
|
+
"gb-wysiwyg-toolbar": [
|
|
23640
|
+
"gb-input-dropdown",
|
|
23641
|
+
"gb-wysiwyg-editor-icon"
|
|
23642
|
+
],
|
|
23643
|
+
"gb-input-dropdown": [
|
|
23644
|
+
"gb-avatar",
|
|
23645
|
+
"gb-button",
|
|
23646
|
+
"gb-tag",
|
|
23647
|
+
"gb-help-tooltip",
|
|
23648
|
+
"gb-input-field",
|
|
23649
|
+
"gb-input-dropdown-menu-item"
|
|
23650
|
+
],
|
|
23651
|
+
"gb-avatar": [
|
|
23652
|
+
"gb-avatar-contrast-inner-border",
|
|
23653
|
+
"gb-status-indicator"
|
|
23654
|
+
],
|
|
23655
|
+
"gb-button": [
|
|
23656
|
+
"gb-tooltip"
|
|
23657
|
+
],
|
|
23658
|
+
"gb-tag": [
|
|
23659
|
+
"gb-tag-checkbox",
|
|
23660
|
+
"gb-avatar",
|
|
23661
|
+
"gb-tag-count",
|
|
23662
|
+
"gb-tag-close"
|
|
23663
|
+
],
|
|
23664
|
+
"gb-help-tooltip": [
|
|
23665
|
+
"gb-tooltip"
|
|
23666
|
+
],
|
|
23667
|
+
"gb-input-field": [
|
|
23668
|
+
"gb-help-tooltip",
|
|
23669
|
+
"gb-button",
|
|
23670
|
+
"gb-input-dropdown-menu-item",
|
|
23671
|
+
"gb-password-button",
|
|
23672
|
+
"gb-tag"
|
|
23673
|
+
],
|
|
23674
|
+
"gb-input-dropdown-menu-item": [
|
|
23675
|
+
"gb-avatar",
|
|
23676
|
+
"gb-checkbox"
|
|
23677
|
+
],
|
|
23678
|
+
"gb-checkbox": [
|
|
23679
|
+
"gb-checkbox-base"
|
|
23680
|
+
],
|
|
23681
|
+
"gb-password-button": [
|
|
23682
|
+
"gb-btn",
|
|
23683
|
+
"gb-button"
|
|
23684
|
+
],
|
|
23685
|
+
"gb-btn": [
|
|
23686
|
+
"gb-tooltip"
|
|
23687
|
+
]
|
|
23688
|
+
}
|
|
23689
|
+
},
|
|
23242
23690
|
{
|
|
23243
23691
|
"filePath": "src/components/gb-scrollbar/gb-scrollbar.tsx",
|
|
23244
23692
|
"encapsulation": "shadow",
|
|
@@ -27484,10 +27932,10 @@
|
|
|
27484
27932
|
"docsTags": [
|
|
27485
27933
|
{
|
|
27486
27934
|
"name": "default",
|
|
27487
|
-
"text": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role' },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]"
|
|
27935
|
+
"text": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // searchable: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role', searchable: true },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]"
|
|
27488
27936
|
}
|
|
27489
27937
|
],
|
|
27490
|
-
"default": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role' },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]",
|
|
27938
|
+
"default": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // searchable: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role', searchable: true },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]",
|
|
27491
27939
|
"values": [
|
|
27492
27940
|
{
|
|
27493
27941
|
"type": "TableColumn[]"
|
|
@@ -27546,10 +27994,10 @@
|
|
|
27546
27994
|
"docsTags": [
|
|
27547
27995
|
{
|
|
27548
27996
|
"name": "default",
|
|
27549
|
-
"text": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled:
|
|
27997
|
+
"text": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: false },\r\n ]"
|
|
27550
27998
|
}
|
|
27551
27999
|
],
|
|
27552
|
-
"default": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled:
|
|
28000
|
+
"default": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: false },\r\n ]",
|
|
27553
28001
|
"values": [
|
|
27554
28002
|
{
|
|
27555
28003
|
"type": "DropdownOption[]"
|
|
@@ -27655,12 +28103,46 @@
|
|
|
27655
28103
|
"getter": false,
|
|
27656
28104
|
"setter": false
|
|
27657
28105
|
},
|
|
28106
|
+
{
|
|
28107
|
+
"name": "filterMode",
|
|
28108
|
+
"type": "\"external\" | \"internal\"",
|
|
28109
|
+
"complexType": {
|
|
28110
|
+
"original": "'internal' | 'external'",
|
|
28111
|
+
"resolved": "\"external\" | \"internal\"",
|
|
28112
|
+
"references": {}
|
|
28113
|
+
},
|
|
28114
|
+
"mutable": false,
|
|
28115
|
+
"attr": "filter-mode",
|
|
28116
|
+
"reflectToAttr": false,
|
|
28117
|
+
"docs": "",
|
|
28118
|
+
"docsTags": [
|
|
28119
|
+
{
|
|
28120
|
+
"name": "default",
|
|
28121
|
+
"text": "'internal'"
|
|
28122
|
+
}
|
|
28123
|
+
],
|
|
28124
|
+
"default": "'internal'",
|
|
28125
|
+
"values": [
|
|
28126
|
+
{
|
|
28127
|
+
"value": "external",
|
|
28128
|
+
"type": "string"
|
|
28129
|
+
},
|
|
28130
|
+
{
|
|
28131
|
+
"value": "internal",
|
|
28132
|
+
"type": "string"
|
|
28133
|
+
}
|
|
28134
|
+
],
|
|
28135
|
+
"optional": false,
|
|
28136
|
+
"required": false,
|
|
28137
|
+
"getter": false,
|
|
28138
|
+
"setter": false
|
|
28139
|
+
},
|
|
27658
28140
|
{
|
|
27659
28141
|
"name": "gridCardConfig",
|
|
27660
|
-
"type": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
28142
|
+
"type": "{ name?: { key: string; }; badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
27661
28143
|
"complexType": {
|
|
27662
|
-
"original": "{\r\n badges?: { key: string; label?: string }[];\r\n button?: { icon: string; text: string; action: string };\r\n }",
|
|
27663
|
-
"resolved": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
28144
|
+
"original": "{\r\n name?: { key: string };\r\n badges?: { key: string; label?: string }[];\r\n button?: { icon: string; text: string; action: string };\r\n }",
|
|
28145
|
+
"resolved": "{ name?: { key: string; }; badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
27664
28146
|
"references": {}
|
|
27665
28147
|
},
|
|
27666
28148
|
"mutable": false,
|
|
@@ -27669,7 +28151,7 @@
|
|
|
27669
28151
|
"docsTags": [],
|
|
27670
28152
|
"values": [
|
|
27671
28153
|
{
|
|
27672
|
-
"type": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }"
|
|
28154
|
+
"type": "{ name?: { key: string; }; badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }"
|
|
27673
28155
|
}
|
|
27674
28156
|
],
|
|
27675
28157
|
"optional": true,
|
|
@@ -27761,10 +28243,10 @@
|
|
|
27761
28243
|
"docsTags": [
|
|
27762
28244
|
{
|
|
27763
28245
|
"name": "default",
|
|
27764
|
-
"text": "[\r\n // { label: '', action: '', icon: 'assets/
|
|
28246
|
+
"text": "[\r\n // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },\r\n // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },\r\n ]"
|
|
27765
28247
|
}
|
|
27766
28248
|
],
|
|
27767
|
-
"default": "[\r\n // { label: '', action: '', icon: 'assets/
|
|
28249
|
+
"default": "[\r\n // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },\r\n // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },\r\n ]",
|
|
27768
28250
|
"values": [
|
|
27769
28251
|
{
|
|
27770
28252
|
"type": "RowAction[]"
|
|
@@ -27851,10 +28333,10 @@
|
|
|
27851
28333
|
"docsTags": [
|
|
27852
28334
|
{
|
|
27853
28335
|
"name": "default",
|
|
27854
|
-
"text": "
|
|
28336
|
+
"text": "true"
|
|
27855
28337
|
}
|
|
27856
28338
|
],
|
|
27857
|
-
"default": "
|
|
28339
|
+
"default": "true",
|
|
27858
28340
|
"values": [
|
|
27859
28341
|
{
|
|
27860
28342
|
"type": "boolean"
|
|
@@ -28009,11 +28491,11 @@
|
|
|
28009
28491
|
"events": [
|
|
28010
28492
|
{
|
|
28011
28493
|
"event": "applyFilters",
|
|
28012
|
-
"detail": "
|
|
28494
|
+
"detail": "any",
|
|
28013
28495
|
"bubbles": true,
|
|
28014
28496
|
"complexType": {
|
|
28015
|
-
"original": "
|
|
28016
|
-
"resolved": "
|
|
28497
|
+
"original": "any",
|
|
28498
|
+
"resolved": "any",
|
|
28017
28499
|
"references": {}
|
|
28018
28500
|
},
|
|
28019
28501
|
"cancelable": true,
|
|
@@ -31905,7 +32387,22 @@
|
|
|
31905
32387
|
}
|
|
31906
32388
|
],
|
|
31907
32389
|
"methods": [],
|
|
31908
|
-
"events": [
|
|
32390
|
+
"events": [
|
|
32391
|
+
{
|
|
32392
|
+
"event": "tokenValueChanged",
|
|
32393
|
+
"detail": "number",
|
|
32394
|
+
"bubbles": true,
|
|
32395
|
+
"complexType": {
|
|
32396
|
+
"original": "number",
|
|
32397
|
+
"resolved": "number",
|
|
32398
|
+
"references": {}
|
|
32399
|
+
},
|
|
32400
|
+
"cancelable": true,
|
|
32401
|
+
"composed": true,
|
|
32402
|
+
"docs": "",
|
|
32403
|
+
"docsTags": []
|
|
32404
|
+
}
|
|
32405
|
+
],
|
|
31909
32406
|
"listeners": [],
|
|
31910
32407
|
"styles": [],
|
|
31911
32408
|
"slots": [],
|
|
@@ -32132,10 +32629,57 @@
|
|
|
32132
32629
|
"required": false,
|
|
32133
32630
|
"getter": false,
|
|
32134
32631
|
"setter": false
|
|
32632
|
+
},
|
|
32633
|
+
{
|
|
32634
|
+
"name": "state",
|
|
32635
|
+
"type": "\"active\" | \"default\" | \"disabled\"",
|
|
32636
|
+
"complexType": {
|
|
32637
|
+
"original": "'default' | 'active' | 'disabled'",
|
|
32638
|
+
"resolved": "\"active\" | \"default\" | \"disabled\"",
|
|
32639
|
+
"references": {}
|
|
32640
|
+
},
|
|
32641
|
+
"mutable": false,
|
|
32642
|
+
"attr": "state",
|
|
32643
|
+
"reflectToAttr": false,
|
|
32644
|
+
"docs": "",
|
|
32645
|
+
"docsTags": [],
|
|
32646
|
+
"values": [
|
|
32647
|
+
{
|
|
32648
|
+
"value": "active",
|
|
32649
|
+
"type": "string"
|
|
32650
|
+
},
|
|
32651
|
+
{
|
|
32652
|
+
"value": "default",
|
|
32653
|
+
"type": "string"
|
|
32654
|
+
},
|
|
32655
|
+
{
|
|
32656
|
+
"value": "disabled",
|
|
32657
|
+
"type": "string"
|
|
32658
|
+
}
|
|
32659
|
+
],
|
|
32660
|
+
"optional": false,
|
|
32661
|
+
"required": false,
|
|
32662
|
+
"getter": false,
|
|
32663
|
+
"setter": false
|
|
32135
32664
|
}
|
|
32136
32665
|
],
|
|
32137
32666
|
"methods": [],
|
|
32138
|
-
"events": [
|
|
32667
|
+
"events": [
|
|
32668
|
+
{
|
|
32669
|
+
"event": "tokenComplete",
|
|
32670
|
+
"detail": "string",
|
|
32671
|
+
"bubbles": true,
|
|
32672
|
+
"complexType": {
|
|
32673
|
+
"original": "string",
|
|
32674
|
+
"resolved": "string",
|
|
32675
|
+
"references": {}
|
|
32676
|
+
},
|
|
32677
|
+
"cancelable": true,
|
|
32678
|
+
"composed": true,
|
|
32679
|
+
"docs": "",
|
|
32680
|
+
"docsTags": []
|
|
32681
|
+
}
|
|
32682
|
+
],
|
|
32139
32683
|
"listeners": [],
|
|
32140
32684
|
"styles": [],
|
|
32141
32685
|
"slots": [],
|
|
@@ -32701,10 +33245,10 @@
|
|
|
32701
33245
|
},
|
|
32702
33246
|
{
|
|
32703
33247
|
"name": "type",
|
|
32704
|
-
"type": "\"bold\" | \"h1\" | \"h2\" | \"italic\" | \"link\" | \"list_bullet\" | \"list_numbers\" | \"photo\" | \"quote\"",
|
|
33248
|
+
"type": "\"attachment\" | \"bold\" | \"h1\" | \"h2\" | \"italic\" | \"link\" | \"list_bullet\" | \"list_numbers\" | \"photo\" | \"quote\" | \"underline\"",
|
|
32705
33249
|
"complexType": {
|
|
32706
|
-
"original": "'bold' | 'italic' | 'h1' | 'h2' | 'quote' | 'link' | 'photo' | 'list_bullet' | 'list_numbers'",
|
|
32707
|
-
"resolved": "\"bold\" | \"h1\" | \"h2\" | \"italic\" | \"link\" | \"list_bullet\" | \"list_numbers\" | \"photo\" | \"quote\"",
|
|
33250
|
+
"original": "'bold' | 'italic' | 'underline' | 'h1' | 'h2' | 'quote' | 'link' | 'attachment' | 'photo' | 'list_bullet' | 'list_numbers'",
|
|
33251
|
+
"resolved": "\"attachment\" | \"bold\" | \"h1\" | \"h2\" | \"italic\" | \"link\" | \"list_bullet\" | \"list_numbers\" | \"photo\" | \"quote\" | \"underline\"",
|
|
32708
33252
|
"references": {}
|
|
32709
33253
|
},
|
|
32710
33254
|
"mutable": false,
|
|
@@ -32713,6 +33257,10 @@
|
|
|
32713
33257
|
"docs": "",
|
|
32714
33258
|
"docsTags": [],
|
|
32715
33259
|
"values": [
|
|
33260
|
+
{
|
|
33261
|
+
"value": "attachment",
|
|
33262
|
+
"type": "string"
|
|
33263
|
+
},
|
|
32716
33264
|
{
|
|
32717
33265
|
"value": "bold",
|
|
32718
33266
|
"type": "string"
|
|
@@ -32748,6 +33296,10 @@
|
|
|
32748
33296
|
{
|
|
32749
33297
|
"value": "quote",
|
|
32750
33298
|
"type": "string"
|
|
33299
|
+
},
|
|
33300
|
+
{
|
|
33301
|
+
"value": "underline",
|
|
33302
|
+
"type": "string"
|
|
32751
33303
|
}
|
|
32752
33304
|
],
|
|
32753
33305
|
"optional": false,
|
|
@@ -32763,15 +33315,459 @@
|
|
|
32763
33315
|
"slots": [],
|
|
32764
33316
|
"parts": [],
|
|
32765
33317
|
"dependents": [
|
|
33318
|
+
"gb-wysiwyg-toolbar",
|
|
32766
33319
|
"gb-wysiwyg-tooltip"
|
|
32767
33320
|
],
|
|
32768
33321
|
"dependencies": [],
|
|
32769
33322
|
"dependencyGraph": {
|
|
33323
|
+
"gb-wysiwyg-toolbar": [
|
|
33324
|
+
"gb-wysiwyg-editor-icon"
|
|
33325
|
+
],
|
|
32770
33326
|
"gb-wysiwyg-tooltip": [
|
|
32771
33327
|
"gb-wysiwyg-editor-icon"
|
|
32772
33328
|
]
|
|
32773
33329
|
}
|
|
32774
33330
|
},
|
|
33331
|
+
{
|
|
33332
|
+
"filePath": "src/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.tsx",
|
|
33333
|
+
"encapsulation": "shadow",
|
|
33334
|
+
"tag": "gb-wysiwyg-toolbar",
|
|
33335
|
+
"docs": "",
|
|
33336
|
+
"docsTags": [],
|
|
33337
|
+
"usage": {},
|
|
33338
|
+
"props": [
|
|
33339
|
+
{
|
|
33340
|
+
"name": "fontSelector",
|
|
33341
|
+
"type": "boolean",
|
|
33342
|
+
"complexType": {
|
|
33343
|
+
"original": "boolean",
|
|
33344
|
+
"resolved": "boolean",
|
|
33345
|
+
"references": {}
|
|
33346
|
+
},
|
|
33347
|
+
"mutable": false,
|
|
33348
|
+
"attr": "font-selector",
|
|
33349
|
+
"reflectToAttr": false,
|
|
33350
|
+
"docs": "",
|
|
33351
|
+
"docsTags": [
|
|
33352
|
+
{
|
|
33353
|
+
"name": "default",
|
|
33354
|
+
"text": "false"
|
|
33355
|
+
}
|
|
33356
|
+
],
|
|
33357
|
+
"default": "false",
|
|
33358
|
+
"values": [
|
|
33359
|
+
{
|
|
33360
|
+
"type": "boolean"
|
|
33361
|
+
}
|
|
33362
|
+
],
|
|
33363
|
+
"optional": false,
|
|
33364
|
+
"required": false,
|
|
33365
|
+
"getter": false,
|
|
33366
|
+
"setter": false
|
|
33367
|
+
},
|
|
33368
|
+
{
|
|
33369
|
+
"name": "isAttachment",
|
|
33370
|
+
"type": "boolean",
|
|
33371
|
+
"complexType": {
|
|
33372
|
+
"original": "boolean",
|
|
33373
|
+
"resolved": "boolean",
|
|
33374
|
+
"references": {}
|
|
33375
|
+
},
|
|
33376
|
+
"mutable": false,
|
|
33377
|
+
"attr": "is-attachment",
|
|
33378
|
+
"reflectToAttr": false,
|
|
33379
|
+
"docs": "",
|
|
33380
|
+
"docsTags": [
|
|
33381
|
+
{
|
|
33382
|
+
"name": "default",
|
|
33383
|
+
"text": "false"
|
|
33384
|
+
}
|
|
33385
|
+
],
|
|
33386
|
+
"default": "false",
|
|
33387
|
+
"values": [
|
|
33388
|
+
{
|
|
33389
|
+
"type": "boolean"
|
|
33390
|
+
}
|
|
33391
|
+
],
|
|
33392
|
+
"optional": false,
|
|
33393
|
+
"required": false,
|
|
33394
|
+
"getter": false,
|
|
33395
|
+
"setter": false
|
|
33396
|
+
},
|
|
33397
|
+
{
|
|
33398
|
+
"name": "isBold",
|
|
33399
|
+
"type": "boolean",
|
|
33400
|
+
"complexType": {
|
|
33401
|
+
"original": "boolean",
|
|
33402
|
+
"resolved": "boolean",
|
|
33403
|
+
"references": {}
|
|
33404
|
+
},
|
|
33405
|
+
"mutable": false,
|
|
33406
|
+
"attr": "is-bold",
|
|
33407
|
+
"reflectToAttr": false,
|
|
33408
|
+
"docs": "",
|
|
33409
|
+
"docsTags": [
|
|
33410
|
+
{
|
|
33411
|
+
"name": "default",
|
|
33412
|
+
"text": "false"
|
|
33413
|
+
}
|
|
33414
|
+
],
|
|
33415
|
+
"default": "false",
|
|
33416
|
+
"values": [
|
|
33417
|
+
{
|
|
33418
|
+
"type": "boolean"
|
|
33419
|
+
}
|
|
33420
|
+
],
|
|
33421
|
+
"optional": false,
|
|
33422
|
+
"required": false,
|
|
33423
|
+
"getter": false,
|
|
33424
|
+
"setter": false
|
|
33425
|
+
},
|
|
33426
|
+
{
|
|
33427
|
+
"name": "isBulletList",
|
|
33428
|
+
"type": "boolean",
|
|
33429
|
+
"complexType": {
|
|
33430
|
+
"original": "boolean",
|
|
33431
|
+
"resolved": "boolean",
|
|
33432
|
+
"references": {}
|
|
33433
|
+
},
|
|
33434
|
+
"mutable": false,
|
|
33435
|
+
"attr": "is-bullet-list",
|
|
33436
|
+
"reflectToAttr": false,
|
|
33437
|
+
"docs": "",
|
|
33438
|
+
"docsTags": [
|
|
33439
|
+
{
|
|
33440
|
+
"name": "default",
|
|
33441
|
+
"text": "false"
|
|
33442
|
+
}
|
|
33443
|
+
],
|
|
33444
|
+
"default": "false",
|
|
33445
|
+
"values": [
|
|
33446
|
+
{
|
|
33447
|
+
"type": "boolean"
|
|
33448
|
+
}
|
|
33449
|
+
],
|
|
33450
|
+
"optional": false,
|
|
33451
|
+
"required": false,
|
|
33452
|
+
"getter": false,
|
|
33453
|
+
"setter": false
|
|
33454
|
+
},
|
|
33455
|
+
{
|
|
33456
|
+
"name": "isH1",
|
|
33457
|
+
"type": "boolean",
|
|
33458
|
+
"complexType": {
|
|
33459
|
+
"original": "boolean",
|
|
33460
|
+
"resolved": "boolean",
|
|
33461
|
+
"references": {}
|
|
33462
|
+
},
|
|
33463
|
+
"mutable": false,
|
|
33464
|
+
"attr": "is-h-1",
|
|
33465
|
+
"reflectToAttr": false,
|
|
33466
|
+
"docs": "",
|
|
33467
|
+
"docsTags": [
|
|
33468
|
+
{
|
|
33469
|
+
"name": "default",
|
|
33470
|
+
"text": "false"
|
|
33471
|
+
}
|
|
33472
|
+
],
|
|
33473
|
+
"default": "false",
|
|
33474
|
+
"values": [
|
|
33475
|
+
{
|
|
33476
|
+
"type": "boolean"
|
|
33477
|
+
}
|
|
33478
|
+
],
|
|
33479
|
+
"optional": false,
|
|
33480
|
+
"required": false,
|
|
33481
|
+
"getter": false,
|
|
33482
|
+
"setter": false
|
|
33483
|
+
},
|
|
33484
|
+
{
|
|
33485
|
+
"name": "isH2",
|
|
33486
|
+
"type": "boolean",
|
|
33487
|
+
"complexType": {
|
|
33488
|
+
"original": "boolean",
|
|
33489
|
+
"resolved": "boolean",
|
|
33490
|
+
"references": {}
|
|
33491
|
+
},
|
|
33492
|
+
"mutable": false,
|
|
33493
|
+
"attr": "is-h-2",
|
|
33494
|
+
"reflectToAttr": false,
|
|
33495
|
+
"docs": "",
|
|
33496
|
+
"docsTags": [
|
|
33497
|
+
{
|
|
33498
|
+
"name": "default",
|
|
33499
|
+
"text": "false"
|
|
33500
|
+
}
|
|
33501
|
+
],
|
|
33502
|
+
"default": "false",
|
|
33503
|
+
"values": [
|
|
33504
|
+
{
|
|
33505
|
+
"type": "boolean"
|
|
33506
|
+
}
|
|
33507
|
+
],
|
|
33508
|
+
"optional": false,
|
|
33509
|
+
"required": false,
|
|
33510
|
+
"getter": false,
|
|
33511
|
+
"setter": false
|
|
33512
|
+
},
|
|
33513
|
+
{
|
|
33514
|
+
"name": "isItalic",
|
|
33515
|
+
"type": "boolean",
|
|
33516
|
+
"complexType": {
|
|
33517
|
+
"original": "boolean",
|
|
33518
|
+
"resolved": "boolean",
|
|
33519
|
+
"references": {}
|
|
33520
|
+
},
|
|
33521
|
+
"mutable": false,
|
|
33522
|
+
"attr": "is-italic",
|
|
33523
|
+
"reflectToAttr": false,
|
|
33524
|
+
"docs": "",
|
|
33525
|
+
"docsTags": [
|
|
33526
|
+
{
|
|
33527
|
+
"name": "default",
|
|
33528
|
+
"text": "false"
|
|
33529
|
+
}
|
|
33530
|
+
],
|
|
33531
|
+
"default": "false",
|
|
33532
|
+
"values": [
|
|
33533
|
+
{
|
|
33534
|
+
"type": "boolean"
|
|
33535
|
+
}
|
|
33536
|
+
],
|
|
33537
|
+
"optional": false,
|
|
33538
|
+
"required": false,
|
|
33539
|
+
"getter": false,
|
|
33540
|
+
"setter": false
|
|
33541
|
+
},
|
|
33542
|
+
{
|
|
33543
|
+
"name": "isLink",
|
|
33544
|
+
"type": "boolean",
|
|
33545
|
+
"complexType": {
|
|
33546
|
+
"original": "boolean",
|
|
33547
|
+
"resolved": "boolean",
|
|
33548
|
+
"references": {}
|
|
33549
|
+
},
|
|
33550
|
+
"mutable": false,
|
|
33551
|
+
"attr": "is-link",
|
|
33552
|
+
"reflectToAttr": false,
|
|
33553
|
+
"docs": "",
|
|
33554
|
+
"docsTags": [
|
|
33555
|
+
{
|
|
33556
|
+
"name": "default",
|
|
33557
|
+
"text": "false"
|
|
33558
|
+
}
|
|
33559
|
+
],
|
|
33560
|
+
"default": "false",
|
|
33561
|
+
"values": [
|
|
33562
|
+
{
|
|
33563
|
+
"type": "boolean"
|
|
33564
|
+
}
|
|
33565
|
+
],
|
|
33566
|
+
"optional": false,
|
|
33567
|
+
"required": false,
|
|
33568
|
+
"getter": false,
|
|
33569
|
+
"setter": false
|
|
33570
|
+
},
|
|
33571
|
+
{
|
|
33572
|
+
"name": "isOrderedList",
|
|
33573
|
+
"type": "boolean",
|
|
33574
|
+
"complexType": {
|
|
33575
|
+
"original": "boolean",
|
|
33576
|
+
"resolved": "boolean",
|
|
33577
|
+
"references": {}
|
|
33578
|
+
},
|
|
33579
|
+
"mutable": false,
|
|
33580
|
+
"attr": "is-ordered-list",
|
|
33581
|
+
"reflectToAttr": false,
|
|
33582
|
+
"docs": "",
|
|
33583
|
+
"docsTags": [
|
|
33584
|
+
{
|
|
33585
|
+
"name": "default",
|
|
33586
|
+
"text": "false"
|
|
33587
|
+
}
|
|
33588
|
+
],
|
|
33589
|
+
"default": "false",
|
|
33590
|
+
"values": [
|
|
33591
|
+
{
|
|
33592
|
+
"type": "boolean"
|
|
33593
|
+
}
|
|
33594
|
+
],
|
|
33595
|
+
"optional": false,
|
|
33596
|
+
"required": false,
|
|
33597
|
+
"getter": false,
|
|
33598
|
+
"setter": false
|
|
33599
|
+
},
|
|
33600
|
+
{
|
|
33601
|
+
"name": "isPhoto",
|
|
33602
|
+
"type": "boolean",
|
|
33603
|
+
"complexType": {
|
|
33604
|
+
"original": "boolean",
|
|
33605
|
+
"resolved": "boolean",
|
|
33606
|
+
"references": {}
|
|
33607
|
+
},
|
|
33608
|
+
"mutable": false,
|
|
33609
|
+
"attr": "is-photo",
|
|
33610
|
+
"reflectToAttr": false,
|
|
33611
|
+
"docs": "",
|
|
33612
|
+
"docsTags": [
|
|
33613
|
+
{
|
|
33614
|
+
"name": "default",
|
|
33615
|
+
"text": "false"
|
|
33616
|
+
}
|
|
33617
|
+
],
|
|
33618
|
+
"default": "false",
|
|
33619
|
+
"values": [
|
|
33620
|
+
{
|
|
33621
|
+
"type": "boolean"
|
|
33622
|
+
}
|
|
33623
|
+
],
|
|
33624
|
+
"optional": false,
|
|
33625
|
+
"required": false,
|
|
33626
|
+
"getter": false,
|
|
33627
|
+
"setter": false
|
|
33628
|
+
},
|
|
33629
|
+
{
|
|
33630
|
+
"name": "isQuote",
|
|
33631
|
+
"type": "boolean",
|
|
33632
|
+
"complexType": {
|
|
33633
|
+
"original": "boolean",
|
|
33634
|
+
"resolved": "boolean",
|
|
33635
|
+
"references": {}
|
|
33636
|
+
},
|
|
33637
|
+
"mutable": false,
|
|
33638
|
+
"attr": "is-quote",
|
|
33639
|
+
"reflectToAttr": false,
|
|
33640
|
+
"docs": "",
|
|
33641
|
+
"docsTags": [
|
|
33642
|
+
{
|
|
33643
|
+
"name": "default",
|
|
33644
|
+
"text": "false"
|
|
33645
|
+
}
|
|
33646
|
+
],
|
|
33647
|
+
"default": "false",
|
|
33648
|
+
"values": [
|
|
33649
|
+
{
|
|
33650
|
+
"type": "boolean"
|
|
33651
|
+
}
|
|
33652
|
+
],
|
|
33653
|
+
"optional": false,
|
|
33654
|
+
"required": false,
|
|
33655
|
+
"getter": false,
|
|
33656
|
+
"setter": false
|
|
33657
|
+
},
|
|
33658
|
+
{
|
|
33659
|
+
"name": "isUnderline",
|
|
33660
|
+
"type": "boolean",
|
|
33661
|
+
"complexType": {
|
|
33662
|
+
"original": "boolean",
|
|
33663
|
+
"resolved": "boolean",
|
|
33664
|
+
"references": {}
|
|
33665
|
+
},
|
|
33666
|
+
"mutable": false,
|
|
33667
|
+
"attr": "is-underline",
|
|
33668
|
+
"reflectToAttr": false,
|
|
33669
|
+
"docs": "",
|
|
33670
|
+
"docsTags": [
|
|
33671
|
+
{
|
|
33672
|
+
"name": "default",
|
|
33673
|
+
"text": "false"
|
|
33674
|
+
}
|
|
33675
|
+
],
|
|
33676
|
+
"default": "false",
|
|
33677
|
+
"values": [
|
|
33678
|
+
{
|
|
33679
|
+
"type": "boolean"
|
|
33680
|
+
}
|
|
33681
|
+
],
|
|
33682
|
+
"optional": false,
|
|
33683
|
+
"required": false,
|
|
33684
|
+
"getter": false,
|
|
33685
|
+
"setter": false
|
|
33686
|
+
}
|
|
33687
|
+
],
|
|
33688
|
+
"methods": [],
|
|
33689
|
+
"events": [
|
|
33690
|
+
{
|
|
33691
|
+
"event": "toolbarAction",
|
|
33692
|
+
"detail": "string",
|
|
33693
|
+
"bubbles": true,
|
|
33694
|
+
"complexType": {
|
|
33695
|
+
"original": "string",
|
|
33696
|
+
"resolved": "string",
|
|
33697
|
+
"references": {}
|
|
33698
|
+
},
|
|
33699
|
+
"cancelable": true,
|
|
33700
|
+
"composed": true,
|
|
33701
|
+
"docs": "",
|
|
33702
|
+
"docsTags": []
|
|
33703
|
+
}
|
|
33704
|
+
],
|
|
33705
|
+
"listeners": [],
|
|
33706
|
+
"styles": [],
|
|
33707
|
+
"slots": [],
|
|
33708
|
+
"parts": [],
|
|
33709
|
+
"dependents": [
|
|
33710
|
+
"gb-rich-text"
|
|
33711
|
+
],
|
|
33712
|
+
"dependencies": [
|
|
33713
|
+
"gb-input-dropdown",
|
|
33714
|
+
"gb-wysiwyg-editor-icon"
|
|
33715
|
+
],
|
|
33716
|
+
"dependencyGraph": {
|
|
33717
|
+
"gb-wysiwyg-toolbar": [
|
|
33718
|
+
"gb-input-dropdown",
|
|
33719
|
+
"gb-wysiwyg-editor-icon"
|
|
33720
|
+
],
|
|
33721
|
+
"gb-input-dropdown": [
|
|
33722
|
+
"gb-avatar",
|
|
33723
|
+
"gb-button",
|
|
33724
|
+
"gb-tag",
|
|
33725
|
+
"gb-help-tooltip",
|
|
33726
|
+
"gb-input-field",
|
|
33727
|
+
"gb-input-dropdown-menu-item"
|
|
33728
|
+
],
|
|
33729
|
+
"gb-avatar": [
|
|
33730
|
+
"gb-avatar-contrast-inner-border",
|
|
33731
|
+
"gb-status-indicator"
|
|
33732
|
+
],
|
|
33733
|
+
"gb-button": [
|
|
33734
|
+
"gb-tooltip"
|
|
33735
|
+
],
|
|
33736
|
+
"gb-tag": [
|
|
33737
|
+
"gb-tag-checkbox",
|
|
33738
|
+
"gb-avatar",
|
|
33739
|
+
"gb-tag-count",
|
|
33740
|
+
"gb-tag-close"
|
|
33741
|
+
],
|
|
33742
|
+
"gb-help-tooltip": [
|
|
33743
|
+
"gb-tooltip"
|
|
33744
|
+
],
|
|
33745
|
+
"gb-input-field": [
|
|
33746
|
+
"gb-help-tooltip",
|
|
33747
|
+
"gb-button",
|
|
33748
|
+
"gb-input-dropdown-menu-item",
|
|
33749
|
+
"gb-password-button",
|
|
33750
|
+
"gb-tag"
|
|
33751
|
+
],
|
|
33752
|
+
"gb-input-dropdown-menu-item": [
|
|
33753
|
+
"gb-avatar",
|
|
33754
|
+
"gb-checkbox"
|
|
33755
|
+
],
|
|
33756
|
+
"gb-checkbox": [
|
|
33757
|
+
"gb-checkbox-base"
|
|
33758
|
+
],
|
|
33759
|
+
"gb-password-button": [
|
|
33760
|
+
"gb-btn",
|
|
33761
|
+
"gb-button"
|
|
33762
|
+
],
|
|
33763
|
+
"gb-btn": [
|
|
33764
|
+
"gb-tooltip"
|
|
33765
|
+
],
|
|
33766
|
+
"gb-rich-text": [
|
|
33767
|
+
"gb-wysiwyg-toolbar"
|
|
33768
|
+
]
|
|
33769
|
+
}
|
|
33770
|
+
},
|
|
32775
33771
|
{
|
|
32776
33772
|
"filePath": "src/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.tsx",
|
|
32777
33773
|
"encapsulation": "shadow",
|
|
@@ -33204,7 +34200,7 @@
|
|
|
33204
34200
|
"path": "src/models/reusableModels.ts"
|
|
33205
34201
|
},
|
|
33206
34202
|
"src/models/reusableModels.ts::FilterConfig": {
|
|
33207
|
-
"declaration": "export interface FilterConfig {\r\n title: string;\r\n
|
|
34203
|
+
"declaration": "export interface FilterConfig {\r\n title: string;\r\n showClearButton?: boolean;\r\n fields: FilterField[];\r\n initialValues: {\r\n pageNumber: number;\r\n pageSize: number;\r\n };\r\n appliedValues?: Record<string, any>;\r\n}",
|
|
33208
34204
|
"docstring": "",
|
|
33209
34205
|
"path": "src/models/reusableModels.ts"
|
|
33210
34206
|
},
|
|
@@ -33289,7 +34285,7 @@
|
|
|
33289
34285
|
"path": "src/models/reusableModels.ts"
|
|
33290
34286
|
},
|
|
33291
34287
|
"src/models/reusableModels.ts::TableColumn": {
|
|
33292
|
-
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n transform?: {};\r\n value?: (row: any) => any;\r\n supportingText?: string | ((row: any) => string);\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n visible?: boolean;\r\n sortComparator?: (a: any, b: any) => number;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void';\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n cellClass?: string | ((row: any) => string);\r\n cellStyle?: { [key: string]: string } | ((row: any) => { [key: string]: string });\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n gridCard?: {\r\n buttonIcon?: string;\r\n buttonText?: string;\r\n }\r\n}",
|
|
34288
|
+
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n transform?: {};\r\n value?: (row: any) => any;\r\n supportingText?: string | ((row: any) => string);\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n visible?: boolean;\r\n sortComparator?: (a: any, b: any) => number;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void';\r\n searchable?: boolean;\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n cellClass?: string | ((row: any) => string);\r\n cellStyle?: { [key: string]: string } | ((row: any) => { [key: string]: string });\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n gridCard?: {\r\n buttonIcon?: string;\r\n buttonText?: string;\r\n }\r\n}",
|
|
33293
34289
|
"docstring": "",
|
|
33294
34290
|
"path": "src/models/reusableModels.ts"
|
|
33295
34291
|
},
|