globuswebcomponents 2.18.6 → 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} +3547 -39
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +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-sidebar/gb-sidebar.js +23 -23
- 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/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 +5 -5
- package/dist/components/gb-sidebar.js +22 -22
- 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-CI0hL2FD.js → p-BlXVy-Sk.js} +6 -6
- package/dist/components/{p-CI0hL2FD.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-dJxSwAlJ.js → p-CE-hAyqa.js} +4 -4
- package/dist/components/{p-dJxSwAlJ.js.map → p-CE-hAyqa.js.map} +1 -1
- package/dist/components/{p-BiVW1b5P.js → p-CT9m_YAo.js} +5 -5
- package/dist/components/{p-BiVW1b5P.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-gCnf8M-P.js → p-D-ksQb0i.js} +7 -7
- package/dist/components/{p-gCnf8M-P.js.map → p-D-ksQb0i.js.map} +1 -1
- package/dist/components/{p-DTmhoRrl.js → p-D7yyPEXU.js} +6 -6
- package/dist/components/{p-DTmhoRrl.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-D9DcC7pf.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 +152 -48
- package/dist/esm/{gb-accordion-card_78.entry.js → gb-accordion-card_87.entry.js} +3539 -40
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +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-72b3be60.entry.js → p-6e89b968.entry.js} +2 -2
- package/dist/globuscomponents/p-6e89b968.entry.js.map +1 -0
- package/dist/globuscomponents/readme.md +6 -5
- package/dist/types/components/gb-button/gb-button.d.ts +9 -10
- package/dist/types/components/gb-table/gb-table.d.ts +1 -0
- package/dist/types/components.d.ts +30 -22
- 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-D9DcC7pf.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-72b3be60.entry.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-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
|
],
|
|
@@ -28462,10 +28566,10 @@
|
|
|
28462
28566
|
"docsTags": [
|
|
28463
28567
|
{
|
|
28464
28568
|
"name": "default",
|
|
28465
|
-
"text": "[\r\n { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n {\r\n
|
|
28569
|
+
"text": "[\r\n // { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n // {\r\n // label: 'Content',\r\n // icon: 'assets/dashboard-square-03.svg',\r\n // children: [\r\n // { label: 'Posts', icon: 'assets/book-open-01.svg' },\r\n // { label: 'News', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n // {\r\n // label: 'Content',\r\n // icon: 'assets/dashboard-square-03.svg',\r\n // children: [\r\n // { label: 'Posts', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'News', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n // { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n ]"
|
|
28466
28570
|
}
|
|
28467
28571
|
],
|
|
28468
|
-
"default": "[\r\n { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n {\r\n
|
|
28572
|
+
"default": "[\r\n // { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n // {\r\n // label: 'Content',\r\n // icon: 'assets/dashboard-square-03.svg',\r\n // children: [\r\n // { label: 'Posts', icon: 'assets/book-open-01.svg' },\r\n // { label: 'News', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n // {\r\n // label: 'Content',\r\n // icon: 'assets/dashboard-square-03.svg',\r\n // children: [\r\n // { label: 'Posts', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'News', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n // { label: 'Overview', icon: 'assets/dashboard-square-03.svg' },\r\n ]",
|
|
28469
28573
|
"values": [
|
|
28470
28574
|
{
|
|
28471
28575
|
"type": "SubMenuItem[]"
|
|
@@ -39284,6 +39388,16 @@
|
|
|
39284
39388
|
"docstring": "",
|
|
39285
39389
|
"path": "src/models/reusableModels.ts"
|
|
39286
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
|
+
},
|
|
39287
39401
|
"src/models/reusableModels.ts::ButtonGroupTypes": {
|
|
39288
39402
|
"declaration": "export type ButtonGroupTypes = 'false' | 'leading' | 'only' | 'dot' | 'checkbox';",
|
|
39289
39403
|
"docstring": "",
|
|
@@ -39354,16 +39468,6 @@
|
|
|
39354
39468
|
"docstring": "",
|
|
39355
39469
|
"path": "src/models/reusableModels.ts"
|
|
39356
39470
|
},
|
|
39357
|
-
"src/models/reusableModels.ts::IconStyles": {
|
|
39358
|
-
"declaration": "export type IconStyles = 'stroke' | 'two-tone' | 'duotone' | 'solid' | 'bulk';",
|
|
39359
|
-
"docstring": "",
|
|
39360
|
-
"path": "src/models/reusableModels.ts"
|
|
39361
|
-
},
|
|
39362
|
-
"src/models/reusableModels.ts::IconTypes": {
|
|
39363
|
-
"declaration": "export type IconTypes = 'rounded' | 'sharp';",
|
|
39364
|
-
"docstring": "",
|
|
39365
|
-
"path": "src/models/reusableModels.ts"
|
|
39366
|
-
},
|
|
39367
39471
|
"src/models/reusableModels.ts::DropdownTypes": {
|
|
39368
39472
|
"declaration": "export type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags';",
|
|
39369
39473
|
"docstring": "",
|