globuswebcomponents 2.18.5 → 2.18.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{gb-accordion-card_78.cjs.entry.js → gb-accordion-card_87.cjs.entry.js} +3803 -199
- 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/collection/assets/icons/bookmark-03/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-03/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-03/solid/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-03/solid/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-03/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-03/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-03/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-add-02/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-add-02/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-add-02/solid/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-add-02/solid/sharp.svg +4 -0
- package/dist/collection/assets/icons/bookmark-add-02/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-add-02/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-add-02/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-block-02/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-block-02/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-block-02/solid/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-block-02/solid/sharp.svg +4 -0
- package/dist/collection/assets/icons/bookmark-block-02/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-block-02/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-block-02/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-minus-02/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-minus-02/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-minus-02/solid/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-minus-02/solid/sharp.svg +4 -0
- package/dist/collection/assets/icons/bookmark-minus-02/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-minus-02/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-minus-02/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-remove-02/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-remove-02/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-remove-02/solid/rounded.svg +4 -0
- package/dist/collection/assets/icons/bookmark-remove-02/solid/sharp.svg +4 -0
- package/dist/collection/assets/icons/bookmark-remove-02/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/bookmark-remove-02/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/bookmark-remove-02/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/collections-bookmark/bulk/rounded.svg +5 -0
- package/dist/collection/assets/icons/collections-bookmark/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/collections-bookmark/solid/rounded.svg +4 -0
- package/dist/collection/assets/icons/collections-bookmark/solid/sharp.svg +4 -0
- package/dist/collection/assets/icons/collections-bookmark/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/collections-bookmark/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/collections-bookmark/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/favourite/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/favourite/duotone/rounded.svg +4 -0
- package/dist/collection/assets/icons/favourite/solid/rounded.svg +3 -0
- package/dist/collection/assets/icons/favourite/solid/sharp.svg +3 -0
- package/dist/collection/assets/icons/favourite/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/favourite/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/favourite/two-tone/rounded.svg +4 -0
- package/dist/collection/assets/icons/favourite-square/bulk/rounded.svg +4 -0
- package/dist/collection/assets/icons/favourite-square/duotone/rounded.svg +5 -0
- package/dist/collection/assets/icons/favourite-square/solid/rounded.svg +3 -0
- package/dist/collection/assets/icons/favourite-square/solid/sharp.svg +3 -0
- package/dist/collection/assets/icons/favourite-square/stroke/rounded.svg +3 -0
- package/dist/collection/assets/icons/favourite-square/stroke/sharp.svg +3 -0
- package/dist/collection/assets/icons/favourite-square/two-tone/rounded.svg +4 -0
- package/dist/collection/components/gb-button/gb-button.js +96 -31
- package/dist/collection/components/gb-button/gb-button.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.tsx +29 -17
- package/dist/collection/components/gb-button/readme.md +6 -5
- package/dist/collection/components/gb-input-field/gb-input-field.css +5 -5
- package/dist/collection/components/gb-rich-text/gb-rich-text.css +30 -6
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +4 -4
- package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +1 -1
- package/dist/collection/components/gb-rich-text/resizable-image.js +84 -0
- package/dist/collection/components/gb-rich-text/resizable-image.js.map +1 -0
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +62 -9
- package/dist/collection/components/gb-sidebar/gb-sidebar.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.css +1 -0
- package/dist/collection/components/gb-table/gb-table.js +25 -14
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-action-panel.js +1 -1
- package/dist/components/gb-approval-modal.js +2 -2
- 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 +2 -2
- package/dist/components/gb-comment.js +1 -1
- package/dist/components/gb-date-picker.js +1 -1
- package/dist/components/gb-detail-cell.js +1 -1
- 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 +2 -2
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-filter-modal.js +1 -1
- package/dist/components/gb-header.js +4 -4
- package/dist/components/gb-input-dropdown-test.js +3 -3
- 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-modal.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-prompt-modal.js +1 -1
- package/dist/components/gb-rich-text.js +262 -179
- package/dist/components/gb-rich-text.js.map +1 -1
- package/dist/components/gb-sidebar.js +23 -9
- package/dist/components/gb-sidebar.js.map +1 -1
- package/dist/components/gb-table-header.js +1 -1
- package/dist/components/gb-table.js +1 -1
- package/dist/components/gb-toast.js +1 -1
- package/dist/components/gb-wysiwyg-toolbar.js +1 -1
- package/dist/components/{p-BI0Ex54P.js → p-2-ReMaeh.js} +3 -3
- package/dist/components/{p-BI0Ex54P.js.map → p-2-ReMaeh.js.map} +1 -1
- package/dist/components/{p-WXjkXlUF.js → p-5qmO-l_B.js} +3 -3
- package/dist/components/{p-WXjkXlUF.js.map → p-5qmO-l_B.js.map} +1 -1
- package/dist/components/{p-By402klS.js → p-BK5yReBS.js} +3 -3
- package/dist/components/{p-By402klS.js.map → p-BK5yReBS.js.map} +1 -1
- package/dist/components/{p-BD74vctU.js → p-BlXVy-Sk.js} +6 -6
- package/dist/components/{p-BD74vctU.js.map → p-BlXVy-Sk.js.map} +1 -1
- package/dist/components/{p-DHXR9Sxk.js → p-Bl_5_lD7.js} +3 -3
- package/dist/components/{p-DHXR9Sxk.js.map → p-Bl_5_lD7.js.map} +1 -1
- package/dist/components/{p-D1fnUzqW.js → p-BwGYY38l.js} +34 -15
- package/dist/components/p-BwGYY38l.js.map +1 -0
- package/dist/components/{p-CTisVkYS.js → p-C-g-JRze.js} +3 -3
- package/dist/components/{p-CTisVkYS.js.map → p-C-g-JRze.js.map} +1 -1
- package/dist/components/{p-q1BXlX2S.js → p-CE-hAyqa.js} +5 -5
- package/dist/components/p-CE-hAyqa.js.map +1 -0
- package/dist/components/{p-JNQBEWGY.js → p-CT9m_YAo.js} +5 -5
- package/dist/components/{p-JNQBEWGY.js.map → p-CT9m_YAo.js.map} +1 -1
- package/dist/components/{p-B2cesIns.js → p-CnyS0R-Z.js} +3 -3
- package/dist/components/{p-B2cesIns.js.map → p-CnyS0R-Z.js.map} +1 -1
- package/dist/components/{p-DYpvfQik.js → p-D-ksQb0i.js} +7 -7
- package/dist/components/{p-DYpvfQik.js.map → p-D-ksQb0i.js.map} +1 -1
- package/dist/components/{p-C2nwKlIB.js → p-D7yyPEXU.js} +6 -6
- package/dist/components/{p-C2nwKlIB.js.map → p-D7yyPEXU.js.map} +1 -1
- package/dist/components/{p-DIFK2uPX.js → p-D9K58rye.js} +3 -3
- package/dist/components/{p-DIFK2uPX.js.map → p-D9K58rye.js.map} +1 -1
- package/dist/components/{p-B-eg7Ble.js → p-DyUQxVF2.js} +3 -3
- package/dist/components/{p-B-eg7Ble.js.map → p-DyUQxVF2.js.map} +1 -1
- package/dist/components/{p-6aww0fa8.js → p-XLmf4Wa9.js} +4 -4
- package/dist/components/{p-6aww0fa8.js.map → p-XLmf4Wa9.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-DQyU_YBJ.js → p-kR-8qSSj.js} +39 -28
- package/dist/components/p-kR-8qSSj.js.map +1 -0
- package/dist/components/{p-jUlrLXgu.js → p-tlvcPh6E.js} +3 -3
- package/dist/components/{p-jUlrLXgu.js.map → p-tlvcPh6E.js.map} +1 -1
- package/dist/components/test-wrapper.js +12 -12
- package/dist/docs.json +209 -47
- package/dist/esm/{gb-accordion-card_78.entry.js → gb-accordion-card_87.entry.js} +3795 -200
- 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/globuscomponents/assets/icons/bookmark-03/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/solid/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/solid/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-03/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/solid/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/solid/sharp.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-add-02/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/solid/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/solid/sharp.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-block-02/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/solid/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/solid/sharp.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-minus-02/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/solid/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/solid/sharp.svg +4 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/bookmark-remove-02/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/bulk/rounded.svg +5 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/solid/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/solid/sharp.svg +4 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/collections-bookmark/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/favourite/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/favourite/duotone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/favourite/solid/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite/solid/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/favourite-square/bulk/rounded.svg +4 -0
- package/dist/globuscomponents/assets/icons/favourite-square/duotone/rounded.svg +5 -0
- package/dist/globuscomponents/assets/icons/favourite-square/solid/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite-square/solid/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite-square/stroke/rounded.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite-square/stroke/sharp.svg +3 -0
- package/dist/globuscomponents/assets/icons/favourite-square/two-tone/rounded.svg +4 -0
- package/dist/globuscomponents/gb-button.tsx +29 -17
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-9a44bc13.entry.js → p-6e89b968.entry.js} +2 -2
- package/dist/globuscomponents/p-6e89b968.entry.js.map +1 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/readme.md +6 -5
- package/dist/types/components/gb-button/gb-button.d.ts +9 -10
- package/dist/types/components/gb-rich-text/resizable-image.d.ts +1 -0
- package/dist/types/components/gb-sidebar/gb-sidebar.d.ts +3 -2
- package/dist/types/components/gb-table/gb-table.d.ts +1 -0
- package/dist/types/components.d.ts +44 -20
- package/dist/types/models/reusableModels.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/gb-filter-modal.gb-pagination.gb-pagination-button-group-base.gb-pagination-number-base.gb-portal.gb-table-header.gb-toggle.gb-toggle-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-filter-modal_8.cjs.entry.js +0 -2253
- package/dist/cjs/gb-table.cjs.entry.js +0 -1240
- package/dist/cjs/gb-table.entry.cjs.js.map +0 -1
- package/dist/components/p-D1fnUzqW.js.map +0 -1
- package/dist/components/p-DQyU_YBJ.js.map +0 -1
- package/dist/components/p-q1BXlX2S.js.map +0 -1
- package/dist/esm/gb-filter-modal.gb-pagination.gb-pagination-button-group-base.gb-pagination-number-base.gb-portal.gb-table-header.gb-toggle.gb-toggle-base.entry.js.map +0 -1
- package/dist/esm/gb-filter-modal_8.entry.js +0 -2244
- package/dist/esm/gb-table.entry.js +0 -1238
- package/dist/esm/gb-table.entry.js.map +0 -1
- package/dist/globuscomponents/gb-filter-modal.gb-pagination.gb-pagination-button-group-base.gb-pagination-number-base.gb-portal.gb-table-header.gb-toggle.gb-toggle-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-table.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-7b3bf29c.entry.js +0 -2
- package/dist/globuscomponents/p-7b3bf29c.entry.js.map +0 -1
- package/dist/globuscomponents/p-9a44bc13.entry.js.map +0 -1
- package/dist/globuscomponents/p-dbc76ebb.entry.js +0 -2
- package/dist/globuscomponents/p-dbc76ebb.entry.js.map +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-31T09:21:43",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -5740,49 +5740,56 @@
|
|
|
5740
5740
|
"setter": false
|
|
5741
5741
|
},
|
|
5742
5742
|
{
|
|
5743
|
-
"name": "
|
|
5744
|
-
"type": "
|
|
5743
|
+
"name": "iconLeading",
|
|
5744
|
+
"type": "boolean",
|
|
5745
5745
|
"complexType": {
|
|
5746
|
-
"original": "
|
|
5747
|
-
"resolved": "
|
|
5746
|
+
"original": "boolean",
|
|
5747
|
+
"resolved": "boolean",
|
|
5748
5748
|
"references": {}
|
|
5749
5749
|
},
|
|
5750
5750
|
"mutable": false,
|
|
5751
|
+
"attr": "icon-leading",
|
|
5751
5752
|
"reflectToAttr": false,
|
|
5752
5753
|
"docs": "",
|
|
5753
|
-
"docsTags": [
|
|
5754
|
+
"docsTags": [
|
|
5755
|
+
{
|
|
5756
|
+
"name": "default",
|
|
5757
|
+
"text": "false"
|
|
5758
|
+
}
|
|
5759
|
+
],
|
|
5760
|
+
"default": "false",
|
|
5754
5761
|
"values": [
|
|
5755
5762
|
{
|
|
5756
|
-
"type": "
|
|
5763
|
+
"type": "boolean"
|
|
5757
5764
|
}
|
|
5758
5765
|
],
|
|
5759
|
-
"optional":
|
|
5766
|
+
"optional": false,
|
|
5760
5767
|
"required": false,
|
|
5761
5768
|
"getter": false,
|
|
5762
5769
|
"setter": false
|
|
5763
5770
|
},
|
|
5764
5771
|
{
|
|
5765
|
-
"name": "
|
|
5766
|
-
"type": "
|
|
5772
|
+
"name": "iconLeadingName",
|
|
5773
|
+
"type": "string",
|
|
5767
5774
|
"complexType": {
|
|
5768
|
-
"original": "
|
|
5769
|
-
"resolved": "
|
|
5775
|
+
"original": "string",
|
|
5776
|
+
"resolved": "string",
|
|
5770
5777
|
"references": {}
|
|
5771
5778
|
},
|
|
5772
5779
|
"mutable": false,
|
|
5773
|
-
"attr": "icon-leading",
|
|
5780
|
+
"attr": "icon-leading-name",
|
|
5774
5781
|
"reflectToAttr": false,
|
|
5775
5782
|
"docs": "",
|
|
5776
5783
|
"docsTags": [
|
|
5777
5784
|
{
|
|
5778
5785
|
"name": "default",
|
|
5779
|
-
"text": "
|
|
5786
|
+
"text": "''"
|
|
5780
5787
|
}
|
|
5781
5788
|
],
|
|
5782
|
-
"default": "
|
|
5789
|
+
"default": "''",
|
|
5783
5790
|
"values": [
|
|
5784
5791
|
{
|
|
5785
|
-
"type": "
|
|
5792
|
+
"type": "string"
|
|
5786
5793
|
}
|
|
5787
5794
|
],
|
|
5788
5795
|
"optional": false,
|
|
@@ -5792,11 +5799,17 @@
|
|
|
5792
5799
|
},
|
|
5793
5800
|
{
|
|
5794
5801
|
"name": "iconLeadingStyle",
|
|
5795
|
-
"type": "
|
|
5802
|
+
"type": "\"bulk\" | \"duotone\" | \"solid\" | \"stroke\" | \"two-tone\"",
|
|
5796
5803
|
"complexType": {
|
|
5797
|
-
"original": "
|
|
5798
|
-
"resolved": "
|
|
5799
|
-
"references": {
|
|
5804
|
+
"original": "IconStyles",
|
|
5805
|
+
"resolved": "\"bulk\" | \"duotone\" | \"solid\" | \"stroke\" | \"two-tone\"",
|
|
5806
|
+
"references": {
|
|
5807
|
+
"IconStyles": {
|
|
5808
|
+
"location": "import",
|
|
5809
|
+
"path": "../../models/reusableModels",
|
|
5810
|
+
"id": "src/models/reusableModels.ts::IconStyles"
|
|
5811
|
+
}
|
|
5812
|
+
}
|
|
5800
5813
|
},
|
|
5801
5814
|
"mutable": false,
|
|
5802
5815
|
"attr": "icon-leading-style",
|
|
@@ -5805,12 +5818,29 @@
|
|
|
5805
5818
|
"docsTags": [
|
|
5806
5819
|
{
|
|
5807
5820
|
"name": "default",
|
|
5808
|
-
"text": "''"
|
|
5821
|
+
"text": "'stroke'"
|
|
5809
5822
|
}
|
|
5810
5823
|
],
|
|
5811
|
-
"default": "''",
|
|
5824
|
+
"default": "'stroke'",
|
|
5812
5825
|
"values": [
|
|
5813
5826
|
{
|
|
5827
|
+
"value": "bulk",
|
|
5828
|
+
"type": "string"
|
|
5829
|
+
},
|
|
5830
|
+
{
|
|
5831
|
+
"value": "duotone",
|
|
5832
|
+
"type": "string"
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"value": "solid",
|
|
5836
|
+
"type": "string"
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"value": "stroke",
|
|
5840
|
+
"type": "string"
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"value": "two-tone",
|
|
5814
5844
|
"type": "string"
|
|
5815
5845
|
}
|
|
5816
5846
|
],
|
|
@@ -5850,11 +5880,17 @@
|
|
|
5850
5880
|
},
|
|
5851
5881
|
{
|
|
5852
5882
|
"name": "iconLeadingType",
|
|
5853
|
-
"type": "
|
|
5883
|
+
"type": "\"rounded\" | \"sharp\"",
|
|
5854
5884
|
"complexType": {
|
|
5855
|
-
"original": "
|
|
5856
|
-
"resolved": "
|
|
5857
|
-
"references": {
|
|
5885
|
+
"original": "IconTypes",
|
|
5886
|
+
"resolved": "\"rounded\" | \"sharp\"",
|
|
5887
|
+
"references": {
|
|
5888
|
+
"IconTypes": {
|
|
5889
|
+
"location": "import",
|
|
5890
|
+
"path": "../../models/reusableModels",
|
|
5891
|
+
"id": "src/models/reusableModels.ts::IconTypes"
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5858
5894
|
},
|
|
5859
5895
|
"mutable": false,
|
|
5860
5896
|
"attr": "icon-leading-type",
|
|
@@ -5863,12 +5899,17 @@
|
|
|
5863
5899
|
"docsTags": [
|
|
5864
5900
|
{
|
|
5865
5901
|
"name": "default",
|
|
5866
|
-
"text": "''"
|
|
5902
|
+
"text": "'rounded'"
|
|
5867
5903
|
}
|
|
5868
5904
|
],
|
|
5869
|
-
"default": "''",
|
|
5905
|
+
"default": "'rounded'",
|
|
5870
5906
|
"values": [
|
|
5871
5907
|
{
|
|
5908
|
+
"value": "rounded",
|
|
5909
|
+
"type": "string"
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"value": "sharp",
|
|
5872
5913
|
"type": "string"
|
|
5873
5914
|
}
|
|
5874
5915
|
],
|
|
@@ -5907,7 +5948,7 @@
|
|
|
5907
5948
|
"setter": false
|
|
5908
5949
|
},
|
|
5909
5950
|
{
|
|
5910
|
-
"name": "
|
|
5951
|
+
"name": "iconTrailingName",
|
|
5911
5952
|
"type": "string",
|
|
5912
5953
|
"complexType": {
|
|
5913
5954
|
"original": "string",
|
|
@@ -5915,7 +5956,7 @@
|
|
|
5915
5956
|
"references": {}
|
|
5916
5957
|
},
|
|
5917
5958
|
"mutable": false,
|
|
5918
|
-
"attr": "icon-trailing-
|
|
5959
|
+
"attr": "icon-trailing-name",
|
|
5919
5960
|
"reflectToAttr": false,
|
|
5920
5961
|
"docs": "",
|
|
5921
5962
|
"docsTags": [
|
|
@@ -5935,6 +5976,58 @@
|
|
|
5935
5976
|
"getter": false,
|
|
5936
5977
|
"setter": false
|
|
5937
5978
|
},
|
|
5979
|
+
{
|
|
5980
|
+
"name": "iconTrailingStyle",
|
|
5981
|
+
"type": "\"bulk\" | \"duotone\" | \"solid\" | \"stroke\" | \"two-tone\"",
|
|
5982
|
+
"complexType": {
|
|
5983
|
+
"original": "IconStyles",
|
|
5984
|
+
"resolved": "\"bulk\" | \"duotone\" | \"solid\" | \"stroke\" | \"two-tone\"",
|
|
5985
|
+
"references": {
|
|
5986
|
+
"IconStyles": {
|
|
5987
|
+
"location": "import",
|
|
5988
|
+
"path": "../../models/reusableModels",
|
|
5989
|
+
"id": "src/models/reusableModels.ts::IconStyles"
|
|
5990
|
+
}
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"mutable": false,
|
|
5994
|
+
"attr": "icon-trailing-style",
|
|
5995
|
+
"reflectToAttr": false,
|
|
5996
|
+
"docs": "",
|
|
5997
|
+
"docsTags": [
|
|
5998
|
+
{
|
|
5999
|
+
"name": "default",
|
|
6000
|
+
"text": "'stroke'"
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
6003
|
+
"default": "'stroke'",
|
|
6004
|
+
"values": [
|
|
6005
|
+
{
|
|
6006
|
+
"value": "bulk",
|
|
6007
|
+
"type": "string"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"value": "duotone",
|
|
6011
|
+
"type": "string"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"value": "solid",
|
|
6015
|
+
"type": "string"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"value": "stroke",
|
|
6019
|
+
"type": "string"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"value": "two-tone",
|
|
6023
|
+
"type": "string"
|
|
6024
|
+
}
|
|
6025
|
+
],
|
|
6026
|
+
"optional": false,
|
|
6027
|
+
"required": false,
|
|
6028
|
+
"getter": false,
|
|
6029
|
+
"setter": false
|
|
6030
|
+
},
|
|
5938
6031
|
{
|
|
5939
6032
|
"name": "iconTrailingSwap",
|
|
5940
6033
|
"type": "string",
|
|
@@ -5966,11 +6059,17 @@
|
|
|
5966
6059
|
},
|
|
5967
6060
|
{
|
|
5968
6061
|
"name": "iconTrailingType",
|
|
5969
|
-
"type": "
|
|
6062
|
+
"type": "\"rounded\" | \"sharp\"",
|
|
5970
6063
|
"complexType": {
|
|
5971
|
-
"original": "
|
|
5972
|
-
"resolved": "
|
|
5973
|
-
"references": {
|
|
6064
|
+
"original": "IconTypes",
|
|
6065
|
+
"resolved": "\"rounded\" | \"sharp\"",
|
|
6066
|
+
"references": {
|
|
6067
|
+
"IconTypes": {
|
|
6068
|
+
"location": "import",
|
|
6069
|
+
"path": "../../models/reusableModels",
|
|
6070
|
+
"id": "src/models/reusableModels.ts::IconTypes"
|
|
6071
|
+
}
|
|
6072
|
+
}
|
|
5974
6073
|
},
|
|
5975
6074
|
"mutable": false,
|
|
5976
6075
|
"attr": "icon-trailing-type",
|
|
@@ -5979,12 +6078,17 @@
|
|
|
5979
6078
|
"docsTags": [
|
|
5980
6079
|
{
|
|
5981
6080
|
"name": "default",
|
|
5982
|
-
"text": "''"
|
|
6081
|
+
"text": "'rounded'"
|
|
5983
6082
|
}
|
|
5984
6083
|
],
|
|
5985
|
-
"default": "''",
|
|
6084
|
+
"default": "'rounded'",
|
|
5986
6085
|
"values": [
|
|
5987
6086
|
{
|
|
6087
|
+
"value": "rounded",
|
|
6088
|
+
"type": "string"
|
|
6089
|
+
},
|
|
6090
|
+
{
|
|
6091
|
+
"value": "sharp",
|
|
5988
6092
|
"type": "string"
|
|
5989
6093
|
}
|
|
5990
6094
|
],
|
|
@@ -27609,6 +27713,64 @@
|
|
|
27609
27713
|
"getter": false,
|
|
27610
27714
|
"setter": false
|
|
27611
27715
|
},
|
|
27716
|
+
{
|
|
27717
|
+
"name": "activeSubMenuChildIndex",
|
|
27718
|
+
"type": "number",
|
|
27719
|
+
"complexType": {
|
|
27720
|
+
"original": "number",
|
|
27721
|
+
"resolved": "number",
|
|
27722
|
+
"references": {}
|
|
27723
|
+
},
|
|
27724
|
+
"mutable": true,
|
|
27725
|
+
"attr": "active-sub-menu-child-index",
|
|
27726
|
+
"reflectToAttr": false,
|
|
27727
|
+
"docs": "",
|
|
27728
|
+
"docsTags": [
|
|
27729
|
+
{
|
|
27730
|
+
"name": "default",
|
|
27731
|
+
"text": "-1"
|
|
27732
|
+
}
|
|
27733
|
+
],
|
|
27734
|
+
"default": "-1",
|
|
27735
|
+
"values": [
|
|
27736
|
+
{
|
|
27737
|
+
"type": "number"
|
|
27738
|
+
}
|
|
27739
|
+
],
|
|
27740
|
+
"optional": false,
|
|
27741
|
+
"required": false,
|
|
27742
|
+
"getter": false,
|
|
27743
|
+
"setter": false
|
|
27744
|
+
},
|
|
27745
|
+
{
|
|
27746
|
+
"name": "activeSubMenuParentIndex",
|
|
27747
|
+
"type": "number",
|
|
27748
|
+
"complexType": {
|
|
27749
|
+
"original": "number",
|
|
27750
|
+
"resolved": "number",
|
|
27751
|
+
"references": {}
|
|
27752
|
+
},
|
|
27753
|
+
"mutable": true,
|
|
27754
|
+
"attr": "active-sub-menu-parent-index",
|
|
27755
|
+
"reflectToAttr": false,
|
|
27756
|
+
"docs": "",
|
|
27757
|
+
"docsTags": [
|
|
27758
|
+
{
|
|
27759
|
+
"name": "default",
|
|
27760
|
+
"text": "-1"
|
|
27761
|
+
}
|
|
27762
|
+
],
|
|
27763
|
+
"default": "-1",
|
|
27764
|
+
"values": [
|
|
27765
|
+
{
|
|
27766
|
+
"type": "number"
|
|
27767
|
+
}
|
|
27768
|
+
],
|
|
27769
|
+
"optional": false,
|
|
27770
|
+
"required": false,
|
|
27771
|
+
"getter": false,
|
|
27772
|
+
"setter": false
|
|
27773
|
+
},
|
|
27612
27774
|
{
|
|
27613
27775
|
"name": "category",
|
|
27614
27776
|
"type": "\"colored_background\" | \"plain_background\"",
|
|
@@ -39226,6 +39388,16 @@
|
|
|
39226
39388
|
"docstring": "",
|
|
39227
39389
|
"path": "src/models/reusableModels.ts"
|
|
39228
39390
|
},
|
|
39391
|
+
"src/models/reusableModels.ts::IconStyles": {
|
|
39392
|
+
"declaration": "export type IconStyles = 'stroke' | 'two-tone' | 'duotone' | 'solid' | 'bulk';",
|
|
39393
|
+
"docstring": "",
|
|
39394
|
+
"path": "src/models/reusableModels.ts"
|
|
39395
|
+
},
|
|
39396
|
+
"src/models/reusableModels.ts::IconTypes": {
|
|
39397
|
+
"declaration": "export type IconTypes = 'rounded' | 'sharp';",
|
|
39398
|
+
"docstring": "",
|
|
39399
|
+
"path": "src/models/reusableModels.ts"
|
|
39400
|
+
},
|
|
39229
39401
|
"src/models/reusableModels.ts::ButtonGroupTypes": {
|
|
39230
39402
|
"declaration": "export type ButtonGroupTypes = 'false' | 'leading' | 'only' | 'dot' | 'checkbox';",
|
|
39231
39403
|
"docstring": "",
|
|
@@ -39296,16 +39468,6 @@
|
|
|
39296
39468
|
"docstring": "",
|
|
39297
39469
|
"path": "src/models/reusableModels.ts"
|
|
39298
39470
|
},
|
|
39299
|
-
"src/models/reusableModels.ts::IconStyles": {
|
|
39300
|
-
"declaration": "export type IconStyles = 'stroke' | 'two-tone' | 'duotone' | 'solid' | 'bulk';",
|
|
39301
|
-
"docstring": "",
|
|
39302
|
-
"path": "src/models/reusableModels.ts"
|
|
39303
|
-
},
|
|
39304
|
-
"src/models/reusableModels.ts::IconTypes": {
|
|
39305
|
-
"declaration": "export type IconTypes = 'rounded' | 'sharp';",
|
|
39306
|
-
"docstring": "",
|
|
39307
|
-
"path": "src/models/reusableModels.ts"
|
|
39308
|
-
},
|
|
39309
39471
|
"src/models/reusableModels.ts::DropdownTypes": {
|
|
39310
39472
|
"declaration": "export type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags';",
|
|
39311
39473
|
"docstring": "",
|
|
@@ -39397,7 +39559,7 @@
|
|
|
39397
39559
|
"path": "src/models/reusableModels.ts"
|
|
39398
39560
|
},
|
|
39399
39561
|
"src/models/reusableModels.ts::DropdownOption": {
|
|
39400
|
-
"declaration": "export interface DropdownOption {\r\n label: string;\r\n icon?: string;\r\n action: string; // emitted event name\r\n disabled?: boolean;\r\n}",
|
|
39562
|
+
"declaration": "export interface DropdownOption {\r\n label: string;\r\n icon?: string;\r\n action: string; // emitted event name\r\n disabled?: ((row: any) => boolean) | boolean;\r\n}",
|
|
39401
39563
|
"docstring": "",
|
|
39402
39564
|
"path": "src/models/reusableModels.ts"
|
|
39403
39565
|
}
|