globuswebcomponents 2.10.13 → 2.11.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-label-group_3.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar_44.cjs.entry.js +101 -107
- package/dist/cjs/gb-modal-action_3.cjs.entry.js +3 -3
- 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-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.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/assets/more-vertical.svg +3 -0
- package/dist/collection/assets/sent.svg +3 -0
- package/dist/collection/components/gb-date-picker/gb-date-picker.css +6 -1
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.css +2 -1
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js +9 -73
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.css +136 -3
- package/dist/collection/components/gb-table/gb-table.js +131 -26
- 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.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- 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.js +1 -1
- 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 +8 -8
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- 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.js +14 -14
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-icon-button-base.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-modal-action.js +1 -1
- package/dist/components/gb-nav-bar-item.js +1 -1
- package/dist/components/gb-nav-bar-sidemenu.js +1 -1
- package/dist/components/gb-nav-bar.js +2 -2
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-prompt-modal.js +2 -2
- package/dist/components/gb-sidebar.js +5 -5
- 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 +2 -2
- package/dist/components/gb-table-header.js +1 -1
- package/dist/components/gb-table.js +105 -44
- 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 +1 -1
- package/dist/components/gb-token-field-compressed.js +2 -2
- 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-tooltip.js +1 -1
- package/dist/components/{p-DUg13FZJ.js → p-5yowGoGZ.js} +4 -4
- package/dist/components/{p-DUg13FZJ.js.map → p-5yowGoGZ.js.map} +1 -1
- package/dist/components/{p-BN5SQJZH.js → p-AK6cDQE7.js} +4 -4
- package/dist/components/{p-BN5SQJZH.js.map → p-AK6cDQE7.js.map} +1 -1
- package/dist/components/{p-BUXMMSJn.js → p-BEBt1qJA.js} +4 -4
- package/dist/components/{p-BUXMMSJn.js.map → p-BEBt1qJA.js.map} +1 -1
- package/dist/components/{p-B5gEkPoU.js → p-BEFukUDi.js} +9 -9
- package/dist/components/{p-B5gEkPoU.js.map → p-BEFukUDi.js.map} +1 -1
- package/dist/components/{p-Bsju_6ME.js → p-BKGhsNBR.js} +3 -3
- package/dist/components/{p-Bsju_6ME.js.map → p-BKGhsNBR.js.map} +1 -1
- package/dist/components/{p-Dg7B5nH1.js → p-Bj-KxpsX.js} +3 -3
- package/dist/components/{p-Dg7B5nH1.js.map → p-Bj-KxpsX.js.map} +1 -1
- package/dist/components/{p-CJ9LMMSm.js → p-Bk9zH-CZ.js} +3 -3
- package/dist/components/{p-CJ9LMMSm.js.map → p-Bk9zH-CZ.js.map} +1 -1
- package/dist/components/{p-CYpM3pUM.js → p-BnOS2YuY.js} +12 -12
- package/dist/components/{p-CYpM3pUM.js.map → p-BnOS2YuY.js.map} +1 -1
- package/dist/components/{p-DiwgKK9w.js → p-Bu66Dgkv.js} +3 -3
- package/dist/components/{p-DiwgKK9w.js.map → p-Bu66Dgkv.js.map} +1 -1
- package/dist/components/{p-DvBv-n5E.js → p-C6C9ED7Y.js} +3 -3
- package/dist/components/{p-DvBv-n5E.js.map → p-C6C9ED7Y.js.map} +1 -1
- package/dist/components/{p-Bw7gw9s2.js → p-C8Q49Chb.js} +4 -4
- package/dist/components/{p-Bw7gw9s2.js.map → p-C8Q49Chb.js.map} +1 -1
- package/dist/components/{p-DmjkaQ_5.js → p-CBa0xdMN.js} +14 -77
- package/dist/components/p-CBa0xdMN.js.map +1 -0
- package/dist/components/{p-B6k24H6F.js → p-CM2X5TQc.js} +3 -3
- package/dist/components/{p-B6k24H6F.js.map → p-CM2X5TQc.js.map} +1 -1
- package/dist/components/{p-DWd7gFDp.js → p-CM3ctvp4.js} +4 -4
- package/dist/components/{p-DWd7gFDp.js.map → p-CM3ctvp4.js.map} +1 -1
- package/dist/components/{p-DsEln-e0.js → p-CN3JbzXO.js} +5 -5
- package/dist/components/{p-DsEln-e0.js.map → p-CN3JbzXO.js.map} +1 -1
- package/dist/components/{p-3LUuAIuq.js → p-CTaUs5-r.js} +3 -3
- package/dist/components/{p-3LUuAIuq.js.map → p-CTaUs5-r.js.map} +1 -1
- package/dist/components/{p-BCs1raYY.js → p-Cbj0An1x.js} +3 -3
- package/dist/components/{p-BCs1raYY.js.map → p-Cbj0An1x.js.map} +1 -1
- package/dist/components/{p-rfgtX-Yh.js → p-CcyaTNu0.js} +3 -3
- package/dist/components/{p-rfgtX-Yh.js.map → p-CcyaTNu0.js.map} +1 -1
- package/dist/components/{p-DrYuPFS5.js → p-CxzpEiS1.js} +3 -3
- package/dist/components/{p-DrYuPFS5.js.map → p-CxzpEiS1.js.map} +1 -1
- package/dist/components/{p-DMTc86TV.js → p-D8X0-w1T.js} +3 -3
- package/dist/components/{p-DMTc86TV.js.map → p-D8X0-w1T.js.map} +1 -1
- package/dist/components/{p-B8xTwy6a.js → p-D9wXrsVN.js} +3 -3
- package/dist/components/{p-B8xTwy6a.js.map → p-D9wXrsVN.js.map} +1 -1
- package/dist/components/{p-C__Zx-sJ.js → p-DR6wzjCF.js} +16 -16
- package/dist/components/{p-C__Zx-sJ.js.map → p-DR6wzjCF.js.map} +1 -1
- package/dist/components/{p-CMSgQk_J.js → p-DhhgSVau.js} +3 -3
- package/dist/components/{p-CMSgQk_J.js.map → p-DhhgSVau.js.map} +1 -1
- package/dist/components/{p-gpZ2X_c1.js → p-Dk3T0btI.js} +3 -3
- package/dist/components/{p-gpZ2X_c1.js.map → p-Dk3T0btI.js.map} +1 -1
- package/dist/components/{p-CuhbZLf5.js → p-FjWBmKYg.js} +4 -4
- package/dist/components/{p-CuhbZLf5.js.map → p-FjWBmKYg.js.map} +1 -1
- package/dist/components/{p-DhGPhyRl.js → p-RQfc-Gco.js} +5 -5
- package/dist/components/{p-DhGPhyRl.js.map → p-RQfc-Gco.js.map} +1 -1
- package/dist/components/{p-D1T18wZL.js → p-S-FbLIxn.js} +4 -4
- package/dist/components/{p-D1T18wZL.js.map → p-S-FbLIxn.js.map} +1 -1
- package/dist/components/{p-C3Ne5oaM.js → p-TLerUgoM.js} +3 -3
- package/dist/components/{p-C3Ne5oaM.js.map → p-TLerUgoM.js.map} +1 -1
- package/dist/components/{p-uJGVGDOJ.js → p-VhtlbR2b.js} +13 -13
- package/dist/components/{p-uJGVGDOJ.js.map → p-VhtlbR2b.js.map} +1 -1
- package/dist/components/{p-QMvxRWGo.js → p-ZxV_qL5x.js} +3 -3
- package/dist/components/{p-QMvxRWGo.js.map → p-ZxV_qL5x.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-Cr8eGx5W.js → p-fy6svpeL.js} +5 -5
- package/dist/components/{p-Cr8eGx5W.js.map → p-fy6svpeL.js.map} +1 -1
- package/dist/components/{p-CxmrLytr.js → p-hsu4Tgtg.js} +6 -6
- package/dist/components/{p-CxmrLytr.js.map → p-hsu4Tgtg.js.map} +1 -1
- package/dist/components/{p-lP887Fvg.js → p-j48dTNnm.js} +5 -5
- package/dist/components/{p-lP887Fvg.js.map → p-j48dTNnm.js.map} +1 -1
- package/dist/components/{p-CLZal_C6.js → p-kAWPUm7V.js} +3 -3
- package/dist/components/{p-CLZal_C6.js.map → p-kAWPUm7V.js.map} +1 -1
- package/dist/components/{p-BVq_Ti-V.js → p-pZkzqT4t.js} +3 -3
- package/dist/components/{p-BVq_Ti-V.js.map → p-pZkzqT4t.js.map} +1 -1
- package/dist/components/{p-B1dO_zNp.js → p-rORTaeDO.js} +11 -11
- package/dist/components/{p-B1dO_zNp.js.map → p-rORTaeDO.js.map} +1 -1
- package/dist/components/{p-DzCRnNZl.js → p-tUA_D10f.js} +3 -3
- package/dist/components/{p-DzCRnNZl.js.map → p-tUA_D10f.js.map} +1 -1
- package/dist/components/{p-BqUYAF2A.js → p-z7U72LlR.js} +5 -5
- package/dist/components/{p-BqUYAF2A.js.map → p-z7U72LlR.js.map} +1 -1
- package/dist/components/test-input-tag.js +6 -6
- package/dist/docs.json +80 -24
- package/dist/esm/gb-avatar-label-group_3.entry.js +1 -1
- package/dist/esm/gb-avatar_44.entry.js +101 -107
- package/dist/esm/gb-modal-action_3.entry.js +3 -3
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.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/assets/more-vertical.svg +3 -0
- package/dist/globuscomponents/assets/sent.svg +3 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-cc54f44a.entry.js → p-05e6b1af.entry.js} +2 -2
- package/dist/globuscomponents/{p-c22a4cfd.entry.js → p-314e31ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-e4895336.entry.js → p-3e00d45a.entry.js} +2 -2
- package/dist/globuscomponents/{p-d55dc1ab.entry.js → p-875ab43f.entry.js} +2 -2
- package/dist/globuscomponents/{p-6825b63d.entry.js → p-97270692.entry.js} +2 -2
- package/dist/globuscomponents/{p-b72d51e3.entry.js → p-a998de8e.entry.js} +2 -2
- package/dist/globuscomponents/{p-f3bd7944.entry.js → p-b5e49cc3.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-b6a0161e.entry.js → p-d26d3b23.entry.js} +2 -2
- package/dist/globuscomponents/{p-66c49225.entry.js → p-daca0c73.entry.js} +2 -2
- package/dist/globuscomponents/p-daca0c73.entry.js.map +1 -0
- package/dist/globuscomponents/{p-37f87474.entry.js → p-ed734b26.entry.js} +2 -2
- package/dist/types/components/gb-table/gb-table.d.ts +23 -1
- package/dist/types/components.d.ts +16 -10
- package/dist/types/models/reusableModels.d.ts +4 -0
- package/package.json +1 -1
- package/dist/components/p-DmjkaQ_5.js.map +0 -1
- package/dist/globuscomponents/p-66c49225.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-cc54f44a.entry.js.map → p-05e6b1af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c22a4cfd.entry.js.map → p-314e31ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e4895336.entry.js.map → p-3e00d45a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d55dc1ab.entry.js.map → p-875ab43f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6825b63d.entry.js.map → p-97270692.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b72d51e3.entry.js.map → p-a998de8e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f3bd7944.entry.js.map → p-b5e49cc3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b6a0161e.entry.js.map → p-d26d3b23.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-37f87474.entry.js.map → p-ed734b26.entry.js.map} +0 -0
|
@@ -6,10 +6,10 @@ import { d as defineCustomElement$9 } from './p-C3Ajgg65.js';
|
|
|
6
6
|
import { d as defineCustomElement$8 } from './p-BSWqodKJ.js';
|
|
7
7
|
import { d as defineCustomElement$7 } from './p-CTquChw2.js';
|
|
8
8
|
import { d as defineCustomElement$6 } from './p-DaM2q3ak.js';
|
|
9
|
-
import { d as defineCustomElement$5 } from './p-
|
|
10
|
-
import { d as defineCustomElement$4 } from './p-
|
|
11
|
-
import { d as defineCustomElement$3 } from './p-
|
|
12
|
-
import { d as defineCustomElement$2 } from './p-
|
|
9
|
+
import { d as defineCustomElement$5 } from './p-hsu4Tgtg.js';
|
|
10
|
+
import { d as defineCustomElement$4 } from './p-DhhgSVau.js';
|
|
11
|
+
import { d as defineCustomElement$3 } from './p-CM2X5TQc.js';
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-ZxV_qL5x.js';
|
|
13
13
|
|
|
14
14
|
const testInputTagCss = ".input_group{--height:auto;--inputheight:4.5rem;--weight:100%;display:flex;position:relative}.input_like_parent{width:100%;border:1px solid var(--color-border-input, #CDD5DF);border-radius:var(--rounded-sm);padding:0.625rem 0.875rem 0.625rem var(--spacing-3)}.input_like{width:100%;overflow-y:scroll;transition:height 50ms ease-in-out}.results_display{display:flex;flex-wrap:wrap;gap:0.5rem;background-color:var(--color-surface, #FFFFFF);display:none;margin-top:0.5rem}.results_display.show_results{display:block}.tags{padding-top:1rem}.dropdown_list.show{display:block}.dropdown_menu{display:flex;width:100%;max-height:15rem;padding:var(--spacing-none);flex-direction:column;align-items:stretch;border-radius:var(--rounded-sm);border:1px solid var(--color-border-subtler, #E3E8EF);background:var(--color-surface, #FFFFFF);box-shadow:var(--shadow-sm);position:absolute;top:100%;z-index:10;gap:var(--spacing-none);transition:1s ease-in-out}";
|
|
15
15
|
|
|
@@ -89,7 +89,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
89
89
|
this.exportValue.emit(this.selectedStaff);
|
|
90
90
|
}
|
|
91
91
|
render() {
|
|
92
|
-
return (h("div", { key: '
|
|
92
|
+
return (h("div", { key: '2c5d0b6010f0d065fd8d1a65cb52c8cab1a64156', class: "input_group", ref: el => (this.inputGroupElement = el) }, h("label", { key: 'b68c35a76771761490ae8c3d6000b4fdeb46c992', htmlFor: this.idOfInput }, this.labelText), h("div", { key: '41979b965f3387d2a2ada8468b6e64216aeb23a4', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("input", { key: '7229b3a59904bb1e6cafef973131cbc244aaee5b', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), h("div", { key: '8be0b5d07b8d64222538c90f5c126a48b31dc5a5', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index) => (
|
|
93
93
|
// <span>
|
|
94
94
|
// {staff.fullname}
|
|
95
95
|
// <img
|
|
@@ -98,7 +98,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
98
98
|
// onClick={() => this.removeStaff(index)}
|
|
99
99
|
// />
|
|
100
100
|
// </span>
|
|
101
|
-
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '
|
|
101
|
+
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '31826012249962e84a4ad9eeb763303565544e8e', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
|
|
102
102
|
// <li class="aList" onClick={() => this.selectStaff(staff)}>
|
|
103
103
|
// <div>{staff.fullname}</div>
|
|
104
104
|
// <div>{staff.email}</div>
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-25T18:05:03",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -2196,6 +2196,7 @@
|
|
|
2196
2196
|
"gb-header",
|
|
2197
2197
|
"gb-input-dropdown",
|
|
2198
2198
|
"gb-input-dropdown-menu-item",
|
|
2199
|
+
"gb-table",
|
|
2199
2200
|
"gb-tag"
|
|
2200
2201
|
],
|
|
2201
2202
|
"dependencies": [
|
|
@@ -2231,6 +2232,9 @@
|
|
|
2231
2232
|
"gb-input-dropdown-menu-item": [
|
|
2232
2233
|
"gb-avatar"
|
|
2233
2234
|
],
|
|
2235
|
+
"gb-table": [
|
|
2236
|
+
"gb-avatar"
|
|
2237
|
+
],
|
|
2234
2238
|
"gb-tag": [
|
|
2235
2239
|
"gb-avatar"
|
|
2236
2240
|
]
|
|
@@ -4248,7 +4252,8 @@
|
|
|
4248
4252
|
"gb-filter-button",
|
|
4249
4253
|
"gb-metric-card",
|
|
4250
4254
|
"gb-simple-side-bar-item",
|
|
4251
|
-
"gb-tab-button-base"
|
|
4255
|
+
"gb-tab-button-base",
|
|
4256
|
+
"gb-table"
|
|
4252
4257
|
],
|
|
4253
4258
|
"dependencies": [
|
|
4254
4259
|
"gb-avatar",
|
|
@@ -4283,6 +4288,9 @@
|
|
|
4283
4288
|
],
|
|
4284
4289
|
"gb-tab-button-base": [
|
|
4285
4290
|
"gb-badge"
|
|
4291
|
+
],
|
|
4292
|
+
"gb-table": [
|
|
4293
|
+
"gb-badge"
|
|
4286
4294
|
]
|
|
4287
4295
|
}
|
|
4288
4296
|
},
|
|
@@ -13850,13 +13858,7 @@
|
|
|
13850
13858
|
"mutable": false,
|
|
13851
13859
|
"reflectToAttr": false,
|
|
13852
13860
|
"docs": "",
|
|
13853
|
-
"docsTags": [
|
|
13854
|
-
{
|
|
13855
|
-
"name": "default",
|
|
13856
|
-
"text": "{\r\n title: 'Filter',\r\n enableDateRange: true,\r\n showClearButton: true,\r\n additionalFields: [\r\n {\r\n tag: 'gb-input-dropdown',\r\n key: 'approvalStatus',\r\n event: 'dropdownItemSelected',\r\n props: {\r\n type: 'tags',\r\n icon: false,\r\n showLabel: true,\r\n label: 'Approval status',\r\n placeholder: 'Select approval status',\r\n items: ['Draft', 'Pending', 'Approved', 'Rejected'],\r\n destructive: false,\r\n },\r\n default: {\r\n value: [],\r\n },\r\n },\r\n {\r\n tag: 'gb-slider',\r\n key: 'amountRange',\r\n event: 'thumbValueChanged',\r\n props: {\r\n showHeading: true,\r\n heading: 'Amount range',\r\n },\r\n default: {\r\n leftControl: 50,\r\n rightControl: 100,\r\n },\r\n },\r\n {\r\n tag: 'gb-input-dropdown',\r\n key: 'disbursementStatus',\r\n event: 'dropdownItemSelected',\r\n props: {\r\n type: 'default',\r\n showLabel: true,\r\n label: 'Disbursement status',\r\n placeholder: 'Select disbursement status',\r\n items: ['Disbursed', 'Not Disbursed'],\r\n },\r\n },\r\n // {\r\n // tag: 'gb-input-dropdown',\r\n // key: 'facilityCategory',\r\n // props: {\r\n // showLabel: true,\r\n // label: 'Facility category',\r\n // placeholder: 'Select facility category',\r\n // items: ['Retail', 'Commercial', 'Corporate'],\r\n // },\r\n // },\r\n ],\r\n initialValues: {\r\n pageNumber: 1,\r\n pageSize: 10,\r\n },\r\n }"
|
|
13857
|
-
}
|
|
13858
|
-
],
|
|
13859
|
-
"default": "{\r\n title: 'Filter',\r\n enableDateRange: true,\r\n showClearButton: true,\r\n additionalFields: [\r\n {\r\n tag: 'gb-input-dropdown',\r\n key: 'approvalStatus',\r\n event: 'dropdownItemSelected',\r\n props: {\r\n type: 'tags',\r\n icon: false,\r\n showLabel: true,\r\n label: 'Approval status',\r\n placeholder: 'Select approval status',\r\n items: ['Draft', 'Pending', 'Approved', 'Rejected'],\r\n destructive: false,\r\n },\r\n default: {\r\n value: [],\r\n },\r\n },\r\n {\r\n tag: 'gb-slider',\r\n key: 'amountRange',\r\n event: 'thumbValueChanged',\r\n props: {\r\n showHeading: true,\r\n heading: 'Amount range',\r\n },\r\n default: {\r\n leftControl: 50,\r\n rightControl: 100,\r\n },\r\n },\r\n {\r\n tag: 'gb-input-dropdown',\r\n key: 'disbursementStatus',\r\n event: 'dropdownItemSelected',\r\n props: {\r\n type: 'default',\r\n showLabel: true,\r\n label: 'Disbursement status',\r\n placeholder: 'Select disbursement status',\r\n items: ['Disbursed', 'Not Disbursed'],\r\n },\r\n },\r\n // {\r\n // tag: 'gb-input-dropdown',\r\n // key: 'facilityCategory',\r\n // props: {\r\n // showLabel: true,\r\n // label: 'Facility category',\r\n // placeholder: 'Select facility category',\r\n // items: ['Retail', 'Commercial', 'Corporate'],\r\n // },\r\n // },\r\n ],\r\n initialValues: {\r\n pageNumber: 1,\r\n pageSize: 10,\r\n },\r\n }",
|
|
13861
|
+
"docsTags": [],
|
|
13860
13862
|
"values": [
|
|
13861
13863
|
{
|
|
13862
13864
|
"type": "FilterConfig"
|
|
@@ -27482,10 +27484,10 @@
|
|
|
27482
27484
|
"docsTags": [
|
|
27483
27485
|
{
|
|
27484
27486
|
"name": "default",
|
|
27485
|
-
"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 // {
|
|
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 ]"
|
|
27486
27488
|
}
|
|
27487
27489
|
],
|
|
27488
|
-
"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 // {
|
|
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 ]",
|
|
27489
27491
|
"values": [
|
|
27490
27492
|
{
|
|
27491
27493
|
"type": "TableColumn[]"
|
|
@@ -27653,6 +27655,28 @@
|
|
|
27653
27655
|
"getter": false,
|
|
27654
27656
|
"setter": false
|
|
27655
27657
|
},
|
|
27658
|
+
{
|
|
27659
|
+
"name": "gridCardConfig",
|
|
27660
|
+
"type": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
27661
|
+
"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; }; }",
|
|
27664
|
+
"references": {}
|
|
27665
|
+
},
|
|
27666
|
+
"mutable": false,
|
|
27667
|
+
"reflectToAttr": false,
|
|
27668
|
+
"docs": "",
|
|
27669
|
+
"docsTags": [],
|
|
27670
|
+
"values": [
|
|
27671
|
+
{
|
|
27672
|
+
"type": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }"
|
|
27673
|
+
}
|
|
27674
|
+
],
|
|
27675
|
+
"optional": true,
|
|
27676
|
+
"required": false,
|
|
27677
|
+
"getter": false,
|
|
27678
|
+
"setter": false
|
|
27679
|
+
},
|
|
27656
27680
|
{
|
|
27657
27681
|
"name": "loading",
|
|
27658
27682
|
"type": "boolean",
|
|
@@ -27947,10 +27971,10 @@
|
|
|
27947
27971
|
"docsTags": [
|
|
27948
27972
|
{
|
|
27949
27973
|
"name": "default",
|
|
27950
|
-
"text": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: false,\r\n datePickerMode: 'range',\r\n inputPlaceholder: 'Transaction reference',\r\n }"
|
|
27974
|
+
"text": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: false,\r\n showLayoutToggle: false,\r\n datePickerMode: 'range',\r\n inputPlaceholder: 'Transaction reference',\r\n }"
|
|
27951
27975
|
}
|
|
27952
27976
|
],
|
|
27953
|
-
"default": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: false,\r\n datePickerMode: 'range',\r\n inputPlaceholder: 'Transaction reference',\r\n }",
|
|
27977
|
+
"default": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: false,\r\n showLayoutToggle: false,\r\n datePickerMode: 'range',\r\n inputPlaceholder: 'Transaction reference',\r\n }",
|
|
27954
27978
|
"values": [
|
|
27955
27979
|
{
|
|
27956
27980
|
"type": "{ tableHeading?: boolean; tableHeadingLabel?: string; showDateFilter?: boolean; showFilter?: boolean; showColumnOptions?: boolean; showSearch?: boolean; showExport?: boolean; showRefreshButton?: boolean; showEntireData?: boolean; showLayoutToggle?: boolean; filterState?: \"default\""
|
|
@@ -28039,6 +28063,20 @@
|
|
|
28039
28063
|
"docs": "",
|
|
28040
28064
|
"docsTags": []
|
|
28041
28065
|
},
|
|
28066
|
+
{
|
|
28067
|
+
"event": "layoutButtonClicked",
|
|
28068
|
+
"detail": "string",
|
|
28069
|
+
"bubbles": true,
|
|
28070
|
+
"complexType": {
|
|
28071
|
+
"original": "string",
|
|
28072
|
+
"resolved": "string",
|
|
28073
|
+
"references": {}
|
|
28074
|
+
},
|
|
28075
|
+
"cancelable": true,
|
|
28076
|
+
"composed": true,
|
|
28077
|
+
"docs": "",
|
|
28078
|
+
"docsTags": []
|
|
28079
|
+
},
|
|
28042
28080
|
{
|
|
28043
28081
|
"event": "pageItemSelected",
|
|
28044
28082
|
"detail": "{ pageSize: any; pageNumber: number; }",
|
|
@@ -28053,6 +28091,20 @@
|
|
|
28053
28091
|
"docs": "",
|
|
28054
28092
|
"docsTags": []
|
|
28055
28093
|
},
|
|
28094
|
+
{
|
|
28095
|
+
"event": "refreshButtonClicked",
|
|
28096
|
+
"detail": "void",
|
|
28097
|
+
"bubbles": true,
|
|
28098
|
+
"complexType": {
|
|
28099
|
+
"original": "void",
|
|
28100
|
+
"resolved": "void",
|
|
28101
|
+
"references": {}
|
|
28102
|
+
},
|
|
28103
|
+
"cancelable": true,
|
|
28104
|
+
"composed": true,
|
|
28105
|
+
"docs": "",
|
|
28106
|
+
"docsTags": []
|
|
28107
|
+
},
|
|
28056
28108
|
{
|
|
28057
28109
|
"event": "rowActionClicked",
|
|
28058
28110
|
"detail": "{ action: string; row: any; }",
|
|
@@ -28114,8 +28166,10 @@
|
|
|
28114
28166
|
"gb-button",
|
|
28115
28167
|
"gb-portal",
|
|
28116
28168
|
"gb-dropdown-items-with-shortcut",
|
|
28117
|
-
"gb-
|
|
28169
|
+
"gb-avatar",
|
|
28170
|
+
"gb-badge",
|
|
28118
28171
|
"gb-button-close",
|
|
28172
|
+
"gb-table-header",
|
|
28119
28173
|
"gb-toggle",
|
|
28120
28174
|
"gb-filter-modal",
|
|
28121
28175
|
"gb-empty-state",
|
|
@@ -28128,8 +28182,10 @@
|
|
|
28128
28182
|
"gb-button",
|
|
28129
28183
|
"gb-portal",
|
|
28130
28184
|
"gb-dropdown-items-with-shortcut",
|
|
28131
|
-
"gb-
|
|
28185
|
+
"gb-avatar",
|
|
28186
|
+
"gb-badge",
|
|
28132
28187
|
"gb-button-close",
|
|
28188
|
+
"gb-table-header",
|
|
28133
28189
|
"gb-toggle",
|
|
28134
28190
|
"gb-filter-modal",
|
|
28135
28191
|
"gb-empty-state",
|
|
@@ -28147,6 +28203,14 @@
|
|
|
28147
28203
|
"gb-dropdown-items-with-shortcut": [
|
|
28148
28204
|
"gb-checkbox"
|
|
28149
28205
|
],
|
|
28206
|
+
"gb-avatar": [
|
|
28207
|
+
"gb-avatar-contrast-inner-border",
|
|
28208
|
+
"gb-status-indicator"
|
|
28209
|
+
],
|
|
28210
|
+
"gb-badge": [
|
|
28211
|
+
"gb-avatar",
|
|
28212
|
+
"gb-badge-close"
|
|
28213
|
+
],
|
|
28150
28214
|
"gb-table-header": [
|
|
28151
28215
|
"gb-date-picker",
|
|
28152
28216
|
"gb-input-field",
|
|
@@ -28170,10 +28234,6 @@
|
|
|
28170
28234
|
"gb-avatar",
|
|
28171
28235
|
"gb-checkbox"
|
|
28172
28236
|
],
|
|
28173
|
-
"gb-avatar": [
|
|
28174
|
-
"gb-avatar-contrast-inner-border",
|
|
28175
|
-
"gb-status-indicator"
|
|
28176
|
-
],
|
|
28177
28237
|
"gb-password-button": [
|
|
28178
28238
|
"gb-btn",
|
|
28179
28239
|
"gb-button"
|
|
@@ -28197,10 +28257,6 @@
|
|
|
28197
28257
|
"gb-button",
|
|
28198
28258
|
"gb-badge"
|
|
28199
28259
|
],
|
|
28200
|
-
"gb-badge": [
|
|
28201
|
-
"gb-avatar",
|
|
28202
|
-
"gb-badge-close"
|
|
28203
|
-
],
|
|
28204
28260
|
"gb-export-dropdown": [
|
|
28205
28261
|
"gb-export-dropdown-item",
|
|
28206
28262
|
"gb-export-sub-dropdown"
|
|
@@ -33233,7 +33289,7 @@
|
|
|
33233
33289
|
"path": "src/models/reusableModels.ts"
|
|
33234
33290
|
},
|
|
33235
33291
|
"src/models/reusableModels.ts::TableColumn": {
|
|
33236
|
-
"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}",
|
|
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}",
|
|
33237
33293
|
"docstring": "",
|
|
33238
33294
|
"path": "src/models/reusableModels.ts"
|
|
33239
33295
|
},
|
|
@@ -141,7 +141,7 @@ const GbThemeTab = class {
|
|
|
141
141
|
const systemIconSrc = getAssetPath(`assets/laptop.svg`);
|
|
142
142
|
const sunSrc = getAssetPath(`assets/sun-02.svg`);
|
|
143
143
|
const moonSrc = getAssetPath(`assets/moon-02.svg`);
|
|
144
|
-
return (h("div", { key: '
|
|
144
|
+
return (h("div", { key: '62f4175aab344f294593c428b95de08e3603b012', class: `theme_tab_div` }, h("div", { key: '74b378bcb005329bfe0ba19f61400864fbafa78e', class: "tab" }, h("gb-icon-button-base", { key: 'ba7618115facc50dd2851b2fd2b10dd5570d0503', current: this.currentActiveTab === 'system' ? true : false, icon: systemIconSrc, label: "System", onClick: () => this.tabClicked('system') })), h("div", { key: 'bf153bf4ff2852533630b07809abf08470fef96b', class: "tab" }, h("gb-icon-button-base", { key: '18df328bbab0da8172feeae68f68658e0046072f', current: this.currentActiveTab === 'light' ? true : false, icon: sunSrc, label: "Light", onClick: () => this.tabClicked('light') })), h("div", { key: '3275e19fa94d2ab6ce120da22ae820b254c66384', class: "tab" }, h("gb-icon-button-base", { key: '93b1c07c9bf370704a6090a43a09b73c1a88f12f', current: this.currentActiveTab === 'dark' ? true : false, icon: moonSrc, label: "Dark", onClick: () => this.tabClicked('dark') }))));
|
|
145
145
|
}
|
|
146
146
|
get el() { return getElement(this); }
|
|
147
147
|
};
|