@jumpgroup/jump-design-system 0.2.6 → 0.3.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/{index-41aaa52a.js → index-418c607f.js} +146 -2
- package/dist/{jump-design-system/p-20ceb40c.js.map → cjs/index-418c607f.js.map} +1 -1
- package/dist/cjs/jump-accordion.cjs.entry.js +22 -0
- package/dist/cjs/jump-accordion.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-badge_2.cjs.entry.js +88 -0
- package/dist/cjs/jump-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-button.cjs.entry.js +3 -3
- package/dist/cjs/jump-button.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js +116 -0
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-card.cjs.entry.js +4 -4
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-design-system.cjs.js +2 -2
- package/dist/cjs/jump-filter.cjs.entry.js +59 -0
- package/dist/cjs/jump-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-filtergroup.cjs.entry.js +119 -0
- package/dist/cjs/jump-filtergroup.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-icon.cjs.entry.js +540 -2363
- package/dist/cjs/jump-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination-table.cjs.entry.js +12 -5
- package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +5 -4
- package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-tab-item.cjs.entry.js +40 -0
- package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab-panel.cjs.entry.js +24 -0
- package/dist/cjs/jump-tab-panel.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab.cjs.entry.js +72 -9
- package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +8 -1
- package/dist/collection/components/jump-accordion/jump-accordion.css +3 -0
- package/dist/collection/components/jump-accordion/jump-accordion.js +19 -0
- package/dist/collection/components/jump-accordion/jump-accordion.js.map +1 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js +10 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js.map +1 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js +18 -0
- package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js.map +1 -0
- package/dist/collection/components/jump-badge/jump-badge.css +5 -10
- package/dist/collection/components/jump-badge/jump-badge.js +2 -1
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
- package/dist/collection/components/jump-badge/jump-badge.stories.js +18 -8
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js +38 -29
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js +4 -9
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-filled.stories.js +15 -24
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +43 -73
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button.css +2 -4
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-button/jump-button.stories.js +199 -0
- package/dist/collection/components/jump-button/jump-button.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.css +2 -51
- package/dist/collection/components/jump-card/jump-card.js +2 -2
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +179 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +627 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +211 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js +10 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js.map +1 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js +18 -0
- package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js.map +1 -0
- package/dist/collection/components/jump-filter/jump-filter.css +8 -0
- package/dist/collection/components/jump-filter/jump-filter.js +212 -0
- package/dist/collection/components/jump-filter/jump-filter.js.map +1 -0
- package/dist/collection/components/jump-filter/jump-filter.stories.js +122 -0
- package/dist/collection/components/jump-filter/jump-filter.stories.js.map +1 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.css +17 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +328 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.js.map +1 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js +49 -0
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-custom.stories.js +67 -0
- package/dist/collection/components/jump-icon/jump-icon-custom.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js +73 -0
- package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js +67 -0
- package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/jump-icon.css +63 -3
- package/dist/collection/components/jump-icon/jump-icon.js +147 -9
- package/dist/collection/components/jump-icon/jump-icon.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.js +7 -6
- package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js +6 -4
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +1 -1
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +16 -9
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js +25 -7
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js.map +1 -1
- package/dist/collection/components/jump-quantity/jump-quantity.css +50 -0
- package/dist/collection/components/jump-quantity/jump-quantity.js +219 -0
- package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -0
- package/dist/collection/components/jump-quantity/jump-quantity.stories.js +103 -0
- package/dist/collection/components/jump-quantity/jump-quantity.stories.js.map +1 -0
- package/dist/collection/components/jump-tab/jump-tab.css +12 -0
- package/dist/collection/components/jump-tab/jump-tab.js +107 -21
- package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
- package/dist/collection/components/jump-tab/jump-tab.stories.js +129 -0
- package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +56 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +56 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js +41 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js +42 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js.map +1 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.css +109 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.js +172 -0
- package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js +10 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js.map +1 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js +18 -0
- package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.css +11 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +63 -0
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js +10 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js.map +1 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js +18 -0
- package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js.map +1 -0
- package/dist/collection/utils/utils.js +41 -8
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/jump-accordion.d.ts +11 -0
- package/dist/components/jump-accordion.js +36 -0
- package/dist/components/jump-accordion.js.map +1 -0
- package/dist/components/jump-badge.js +1 -33
- package/dist/components/jump-badge.js.map +1 -1
- package/dist/components/jump-badge2.js +38 -0
- package/dist/components/jump-badge2.js.map +1 -0
- package/dist/components/jump-button.js +1 -65
- package/dist/components/jump-button.js.map +1 -1
- package/dist/components/jump-button2.js +69 -0
- package/dist/components/jump-button2.js.map +1 -0
- package/dist/components/jump-card-ecommerce.d.ts +11 -0
- package/dist/components/jump-card-ecommerce.js +180 -0
- package/dist/components/jump-card-ecommerce.js.map +1 -0
- package/dist/components/jump-card.js +3 -3
- package/dist/components/jump-card.js.map +1 -1
- package/dist/components/jump-filter.d.ts +11 -0
- package/dist/components/jump-filter.js +96 -0
- package/dist/components/jump-filter.js.map +1 -0
- package/dist/components/jump-filtergroup.d.ts +11 -0
- package/dist/components/jump-filtergroup.js +161 -0
- package/dist/components/jump-filtergroup.js.map +1 -0
- package/dist/components/jump-icon2.js +549 -2366
- package/dist/components/jump-icon2.js.map +1 -1
- package/dist/components/jump-pagination-table.js +11 -4
- package/dist/components/jump-pagination-table.js.map +1 -1
- package/dist/components/jump-pagination.js +4 -3
- package/dist/components/jump-pagination.js.map +1 -1
- package/dist/components/jump-quantity.d.ts +11 -0
- package/dist/components/jump-quantity.js +8 -0
- package/dist/components/jump-quantity.js.map +1 -0
- package/dist/components/jump-quantity2.js +94 -0
- package/dist/components/jump-quantity2.js.map +1 -0
- package/dist/components/jump-tab-item.d.ts +11 -0
- package/dist/components/jump-tab-item.js +67 -0
- package/dist/components/jump-tab-item.js.map +1 -0
- package/dist/components/jump-tab-panel.d.ts +11 -0
- package/dist/components/jump-tab-panel.js +41 -0
- package/dist/components/jump-tab-panel.js.map +1 -0
- package/dist/components/jump-tab.js +75 -12
- package/dist/components/jump-tab.js.map +1 -1
- package/dist/esm/{index-192aeaf1.js → index-056a0a66.js} +146 -3
- package/dist/esm/index-056a0a66.js.map +1 -0
- package/dist/esm/jump-accordion.entry.js +18 -0
- package/dist/esm/jump-accordion.entry.js.map +1 -0
- package/dist/esm/jump-badge_2.entry.js +83 -0
- package/dist/esm/jump-badge_2.entry.js.map +1 -0
- package/dist/esm/jump-button.entry.js +3 -3
- package/dist/esm/jump-button.entry.js.map +1 -1
- package/dist/esm/jump-card-ecommerce.entry.js +112 -0
- package/dist/esm/jump-card-ecommerce.entry.js.map +1 -0
- package/dist/esm/jump-card.entry.js +4 -4
- package/dist/esm/jump-card.entry.js.map +1 -1
- package/dist/esm/jump-design-system.js +3 -3
- package/dist/esm/jump-filter.entry.js +55 -0
- package/dist/esm/jump-filter.entry.js.map +1 -0
- package/dist/esm/jump-filtergroup.entry.js +115 -0
- package/dist/esm/jump-filtergroup.entry.js.map +1 -0
- package/dist/esm/jump-icon.entry.js +540 -2363
- package/dist/esm/jump-icon.entry.js.map +1 -1
- package/dist/esm/jump-pagination-table.entry.js +12 -5
- package/dist/esm/jump-pagination-table.entry.js.map +1 -1
- package/dist/esm/jump-pagination.entry.js +5 -4
- package/dist/esm/jump-pagination.entry.js.map +1 -1
- package/dist/esm/jump-tab-item.entry.js +36 -0
- package/dist/esm/jump-tab-item.entry.js.map +1 -0
- package/dist/esm/jump-tab-panel.entry.js +20 -0
- package/dist/esm/jump-tab-panel.entry.js.map +1 -0
- package/dist/esm/jump-tab.entry.js +72 -9
- package/dist/esm/jump-tab.entry.js.map +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-0dc744ce.entry.js +2 -0
- package/dist/jump-design-system/p-0dc744ce.entry.js.map +1 -0
- package/dist/jump-design-system/p-357cf73d.entry.js +66 -0
- package/dist/jump-design-system/p-357cf73d.entry.js.map +1 -0
- package/dist/jump-design-system/p-58602fcb.entry.js +2 -0
- package/dist/jump-design-system/p-58602fcb.entry.js.map +1 -0
- package/dist/jump-design-system/p-58bed455.entry.js +2 -0
- package/dist/jump-design-system/p-58bed455.entry.js.map +1 -0
- package/dist/jump-design-system/p-647ec30b.entry.js +2 -0
- package/dist/jump-design-system/p-647ec30b.entry.js.map +1 -0
- package/dist/jump-design-system/p-83e6ab6e.entry.js +2 -0
- package/dist/jump-design-system/p-83e6ab6e.entry.js.map +1 -0
- package/dist/jump-design-system/p-8ec76454.entry.js +2 -0
- package/dist/jump-design-system/p-8ec76454.entry.js.map +1 -0
- package/dist/jump-design-system/p-91794ae6.js +3 -0
- package/dist/jump-design-system/p-91794ae6.js.map +1 -0
- package/dist/jump-design-system/p-afe0cca0.entry.js +2 -0
- package/dist/jump-design-system/p-afe0cca0.entry.js.map +1 -0
- package/dist/jump-design-system/p-b2ca2e96.entry.js +2 -0
- package/dist/jump-design-system/p-b2ca2e96.entry.js.map +1 -0
- package/dist/jump-design-system/p-d58e0952.entry.js +2 -0
- package/dist/jump-design-system/p-d58e0952.entry.js.map +1 -0
- package/dist/jump-design-system/p-e2318686.entry.js +2 -0
- package/dist/jump-design-system/p-e2318686.entry.js.map +1 -0
- package/dist/jump-design-system/p-ee61c223.entry.js +2 -0
- package/dist/jump-design-system/p-ee61c223.entry.js.map +1 -0
- package/dist/jump-design-system/p-f842ff46.entry.js +2 -0
- package/dist/jump-design-system/p-f842ff46.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +370 -9
- package/dist/types/components/jump-accordion/jump-accordion.d.ts +3 -0
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +1 -0
- package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +18 -4
- package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +0 -5
- package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +4 -11
- package/dist/types/components/jump-button/jump-button.stories.d.ts +98 -0
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +66 -0
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +123 -0
- package/dist/types/components/jump-filter/jump-filter.d.ts +22 -0
- package/dist/types/components/jump-filter/jump-filter.stories.d.ts +40 -0
- package/dist/types/components/jump-filtergroup/jump-filtergroup.d.ts +24 -0
- package/dist/types/components/jump-filtergroup/jump-filtergroup.stories.d.ts +43 -0
- package/dist/types/components/jump-icon/jump-icon-custom.stories.d.ts +40 -0
- package/dist/types/components/{jump-button/jump-button-outline.stories.d.ts → jump-icon/jump-icon-fa-brands.stories.d.ts} +19 -30
- package/dist/types/components/jump-icon/jump-icon-fa-duotone.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-light.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-regular.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-light.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-regular.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-solid.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-sharp-thin.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-solid.stories.d.ts +45 -0
- package/dist/types/components/jump-icon/jump-icon-fa-thin.stories.d.ts +45 -0
- package/dist/types/components/{jump-button/jump-button-text.stories.d.ts → jump-icon/jump-icon-lucide.stories.d.ts} +16 -16
- package/dist/types/components/jump-icon/jump-icon.d.ts +32 -3
- package/dist/types/components/jump-pagination/jump-pagination.d.ts +9 -0
- package/dist/types/components/jump-pagination-table/jump-pagination-table.d.ts +18 -2
- package/dist/types/components/jump-pagination-table/jump-pagination-table.stories.d.ts +5 -1
- package/dist/types/components/jump-quantity/jump-quantity.d.ts +20 -0
- package/dist/types/components/jump-quantity/jump-quantity.stories.d.ts +41 -0
- package/dist/types/components/jump-tab/jump-tab.d.ts +11 -3
- package/dist/types/components/jump-tab/jump-tab.stories.d.ts +27 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +40 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +40 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-rounded.stories.d.ts +28 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-sheet.stories.d.ts +28 -0
- package/dist/types/components/jump-tab-item/jump-tab-item.d.ts +29 -0
- package/dist/types/components/jump-tab-panel/jump-tab-panel.d.ts +5 -0
- package/dist/types/components.d.ts +559 -6
- package/dist/types/utils/utils.d.ts +2 -0
- package/package.json +3 -2
- package/dist/cjs/index-41aaa52a.js.map +0 -1
- package/dist/cjs/jump-badge.cjs.entry.js +0 -24
- package/dist/cjs/jump-badge.cjs.entry.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +0 -111
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button-text.stories.js +0 -83
- package/dist/collection/components/jump-button/jump-button-text.stories.js.map +0 -1
- package/dist/collection/components/jump-icon/jump-icon.stories.js +0 -25
- package/dist/collection/components/jump-icon/jump-icon.stories.js.map +0 -1
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +0 -28
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +0 -1
- package/dist/esm/index-192aeaf1.js.map +0 -1
- package/dist/esm/jump-badge.entry.js +0 -20
- package/dist/esm/jump-badge.entry.js.map +0 -1
- package/dist/jump-design-system/p-1a533536.entry.js +0 -2
- package/dist/jump-design-system/p-1a533536.entry.js.map +0 -1
- package/dist/jump-design-system/p-20ceb40c.js +0 -3
- package/dist/jump-design-system/p-36c7c94d.entry.js +0 -331
- package/dist/jump-design-system/p-36c7c94d.entry.js.map +0 -1
- package/dist/jump-design-system/p-700b96b4.entry.js +0 -2
- package/dist/jump-design-system/p-700b96b4.entry.js.map +0 -1
- package/dist/jump-design-system/p-93d8245f.entry.js +0 -2
- package/dist/jump-design-system/p-93d8245f.entry.js.map +0 -1
- package/dist/jump-design-system/p-9ad27c08.entry.js +0 -2
- package/dist/jump-design-system/p-9ad27c08.entry.js.map +0 -1
- package/dist/jump-design-system/p-c8244738.entry.js +0 -2
- package/dist/jump-design-system/p-c8244738.entry.js.map +0 -1
- package/dist/jump-design-system/p-eb16952a.entry.js +0 -2
- package/dist/jump-design-system/p-eb16952a.entry.js.map +0 -1
- package/dist/types/components/jump-icon/jump-icon.stories.d.ts +0 -19
- package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
library: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
category: {
|
|
13
|
+
name: string;
|
|
14
|
+
control: string;
|
|
15
|
+
options: string[];
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
name: {
|
|
19
|
+
name: string;
|
|
20
|
+
control: string;
|
|
21
|
+
defaultValue: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
size: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: {
|
|
28
|
+
inherit: string;
|
|
29
|
+
small: string;
|
|
30
|
+
medium: string;
|
|
31
|
+
large: string;
|
|
32
|
+
};
|
|
33
|
+
defaultValue: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
name: string;
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
export declare const IconDefault: any;
|
|
45
|
+
export declare const IconInherit: any;
|
|
@@ -2,39 +2,39 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
tags: string[];
|
|
4
4
|
argTypes: {
|
|
5
|
-
|
|
5
|
+
library: {
|
|
6
6
|
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
defaultValue: string;
|
|
7
10
|
description: string;
|
|
11
|
+
};
|
|
12
|
+
name: {
|
|
13
|
+
name: string;
|
|
8
14
|
control: string;
|
|
9
15
|
options: string[];
|
|
16
|
+
defaultValue: string;
|
|
17
|
+
description: string;
|
|
10
18
|
};
|
|
11
19
|
size: {
|
|
12
20
|
name: string;
|
|
13
|
-
description: string;
|
|
14
21
|
control: string;
|
|
15
|
-
options:
|
|
16
|
-
|
|
22
|
+
options: {
|
|
23
|
+
inherit: string;
|
|
17
24
|
small: string;
|
|
18
25
|
medium: string;
|
|
19
26
|
large: string;
|
|
20
27
|
};
|
|
21
|
-
|
|
22
|
-
disabled: {
|
|
23
|
-
name: string;
|
|
28
|
+
defaultValue: string;
|
|
24
29
|
description: string;
|
|
25
|
-
control: string;
|
|
26
30
|
};
|
|
27
|
-
|
|
31
|
+
label: {
|
|
28
32
|
name: string;
|
|
29
|
-
description: string;
|
|
30
33
|
control: string;
|
|
34
|
+
description: string;
|
|
31
35
|
};
|
|
32
36
|
};
|
|
33
37
|
};
|
|
34
38
|
export default _default;
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const TextGrey: any;
|
|
38
|
-
export declare const TextWhite: any;
|
|
39
|
-
export declare const withIcon: any;
|
|
40
|
-
export declare const disabled: any;
|
|
39
|
+
export declare const IconDefault: any;
|
|
40
|
+
export declare const IconInherit: any;
|
|
@@ -1,12 +1,41 @@
|
|
|
1
|
+
import '@shoelace-style/shoelace/dist/components/icon/icon.js';
|
|
1
2
|
export declare class JumpIcon {
|
|
3
|
+
/**
|
|
4
|
+
* Class of the icon
|
|
5
|
+
*/
|
|
6
|
+
class: string;
|
|
7
|
+
/**
|
|
8
|
+
* Library of the icon
|
|
9
|
+
*/
|
|
10
|
+
library: string;
|
|
2
11
|
/**
|
|
3
12
|
* Name of the icon
|
|
4
13
|
**/
|
|
5
14
|
name: string;
|
|
6
15
|
/**
|
|
7
|
-
*
|
|
16
|
+
* Category of the icon
|
|
17
|
+
*/
|
|
18
|
+
category: 'solid' | 'sharp-light' | 'sharp-regular' | 'sharp-solid' | 'sharp-thin' | 'brands' | 'regular' | 'light' | 'thin' | 'duotone';
|
|
19
|
+
/**
|
|
20
|
+
* Size of the icon
|
|
8
21
|
**/
|
|
9
|
-
|
|
10
|
-
|
|
22
|
+
size: string;
|
|
23
|
+
/**
|
|
24
|
+
* Label for the icon
|
|
25
|
+
*/
|
|
26
|
+
label: string;
|
|
27
|
+
/**
|
|
28
|
+
* Src of the icon
|
|
29
|
+
*/
|
|
30
|
+
src: string;
|
|
31
|
+
componentWillLoad(): void;
|
|
11
32
|
render(): any;
|
|
33
|
+
fontAwesomeClassGenerator: (name: string, category: string) => string;
|
|
34
|
+
fontAwesomeLibrary: {
|
|
35
|
+
resolver: (name: any) => string;
|
|
36
|
+
mutator: (svg: any) => any;
|
|
37
|
+
};
|
|
38
|
+
lucideLibrary: {
|
|
39
|
+
resolver: (name: any) => string;
|
|
40
|
+
};
|
|
12
41
|
}
|
|
@@ -2,8 +2,17 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
2
2
|
export declare class JumpPagination {
|
|
3
3
|
current: number;
|
|
4
4
|
watchcurrent(newValue: number, oldValue: number): void;
|
|
5
|
+
/**
|
|
6
|
+
* Label of the pagination
|
|
7
|
+
*/
|
|
5
8
|
pagLabel: string;
|
|
9
|
+
/**
|
|
10
|
+
* Last element of the page
|
|
11
|
+
*/
|
|
6
12
|
last: number;
|
|
13
|
+
/**
|
|
14
|
+
* Show button to navigate so first e last page
|
|
15
|
+
*/
|
|
7
16
|
showFirstAndLast: boolean;
|
|
8
17
|
changePage: EventEmitter;
|
|
9
18
|
componentWillLoad(): void;
|
|
@@ -4,20 +4,36 @@ export declare class JumpPaginationTable {
|
|
|
4
4
|
* Values for the elements per page select
|
|
5
5
|
*/
|
|
6
6
|
elementsRanges: Array<number>;
|
|
7
|
+
/**
|
|
8
|
+
* Number of elements per page selected
|
|
9
|
+
*/
|
|
7
10
|
elPerPage: number;
|
|
11
|
+
elPerPageChanged(newValue: number, oldValue: number): void;
|
|
8
12
|
pagLabel: string;
|
|
9
13
|
/**
|
|
10
14
|
* Label for the elements per page select
|
|
11
15
|
*/
|
|
12
16
|
labelElementsPerPage: string;
|
|
17
|
+
/**
|
|
18
|
+
* Total of elements
|
|
19
|
+
*/
|
|
13
20
|
total: number;
|
|
21
|
+
/**
|
|
22
|
+
* First element of the page
|
|
23
|
+
*/
|
|
14
24
|
first: number;
|
|
25
|
+
/**
|
|
26
|
+
* Last element of the page
|
|
27
|
+
*/
|
|
15
28
|
last: number;
|
|
29
|
+
/**
|
|
30
|
+
* Show button to navigate so first e last page
|
|
31
|
+
*/
|
|
16
32
|
showFirstAndLast: boolean;
|
|
17
|
-
elPerPageChanged(newValue: number, oldValue: number): void;
|
|
18
|
-
setElPerPage(e: any): void;
|
|
19
33
|
changePage: EventEmitter;
|
|
20
34
|
changeElPerPage: EventEmitter;
|
|
35
|
+
componentWillLoad(): void;
|
|
36
|
+
setElPerPage(e: any): void;
|
|
21
37
|
doChangePage(dir: any): void;
|
|
22
38
|
render(): any;
|
|
23
39
|
}
|
|
@@ -37,10 +37,14 @@ declare const _default: {
|
|
|
37
37
|
control: string;
|
|
38
38
|
description: string;
|
|
39
39
|
};
|
|
40
|
+
elPerPage: {
|
|
41
|
+
name: string;
|
|
42
|
+
control: string;
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
40
45
|
};
|
|
41
46
|
};
|
|
42
47
|
export default _default;
|
|
43
|
-
export declare const TemplatePagTableWithListenerExample: (args: any, data: any) => any;
|
|
44
48
|
export declare const PlaygroundPagTable: any;
|
|
45
49
|
export declare const PaginationTableRidotto: any;
|
|
46
50
|
export declare const PaginationTableCompleto: any;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class JumpQuantity {
|
|
2
|
+
internals: ElementInternals;
|
|
3
|
+
el: any;
|
|
4
|
+
min: number;
|
|
5
|
+
max: number;
|
|
6
|
+
step: number;
|
|
7
|
+
label: string;
|
|
8
|
+
type: 'buttons' | 'dropdown' | 'input';
|
|
9
|
+
variant: 'vertical' | 'horizontal';
|
|
10
|
+
showButtons: boolean;
|
|
11
|
+
change: any;
|
|
12
|
+
value: any;
|
|
13
|
+
inputEl: HTMLInputElement;
|
|
14
|
+
onValueChange(newValue: any, oldValue: any): void;
|
|
15
|
+
componentWillLoad(): void;
|
|
16
|
+
formResetCallback(): void;
|
|
17
|
+
handleChange(event: any): void;
|
|
18
|
+
handleBlur(event: any): void;
|
|
19
|
+
render(): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
min: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
max: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
step: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
label: {
|
|
21
|
+
name: string;
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
showButtons: {
|
|
26
|
+
name: string;
|
|
27
|
+
control: string;
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
variant: {
|
|
31
|
+
name: string;
|
|
32
|
+
control: string;
|
|
33
|
+
options: string[];
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
39
|
+
export declare const Default: any;
|
|
40
|
+
export declare const CheckValues: any;
|
|
41
|
+
export declare const FormExample: any;
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
1
2
|
export declare class JumpTab {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
JumpTabEl: HTMLElement;
|
|
4
|
+
tabGroupName: string;
|
|
5
|
+
/**
|
|
6
|
+
* The style of the tab. The same value must be passed to all the items.
|
|
7
|
+
* Choosed from "inline", "boxed", "sheet", "rounded"
|
|
8
|
+
*/
|
|
9
|
+
variant: string;
|
|
10
|
+
setActiveTab: EventEmitter;
|
|
11
|
+
changeActiveTabHandler(event: CustomEvent): void;
|
|
12
|
+
componentDidLoad(): void;
|
|
5
13
|
render(): any;
|
|
6
14
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
tabGroupName: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
variant: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const TabInline: any;
|
|
20
|
+
export declare const TabBoxed: any;
|
|
21
|
+
export declare const TabRounded: any;
|
|
22
|
+
export declare const OneTabDisabled: any;
|
|
23
|
+
export declare const TabInlineWithListener: any;
|
|
24
|
+
export declare const TabBoxedWithListener: any;
|
|
25
|
+
export declare const TaRoundedWithListener: any;
|
|
26
|
+
export declare const TabSheetWithListener: any;
|
|
27
|
+
export declare const TabInlineWithPanel: any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
identifier: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
iconName: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
options: string[];
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
iconPosition: {
|
|
22
|
+
name: string;
|
|
23
|
+
control: string;
|
|
24
|
+
options: string[];
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
active: {
|
|
28
|
+
name: string;
|
|
29
|
+
control: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
name: string;
|
|
34
|
+
control: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
export declare const TabBoxedItem: any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
identifier: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
iconName: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
options: string[];
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
iconPosition: {
|
|
22
|
+
name: string;
|
|
23
|
+
control: string;
|
|
24
|
+
options: string[];
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
active: {
|
|
28
|
+
name: string;
|
|
29
|
+
control: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
name: string;
|
|
34
|
+
control: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
export declare const TabItem: any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
identifier: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
active: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
disabled: {
|
|
21
|
+
name: string;
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
export declare const TabBoxedItem: any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
identifier: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
active: {
|
|
16
|
+
name: string;
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
disabled: {
|
|
21
|
+
name: string;
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
export declare const TabBoxedItem: any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class JumpTabItem {
|
|
3
|
+
/**
|
|
4
|
+
* Identifier of the tab
|
|
5
|
+
*/
|
|
6
|
+
identifier: string;
|
|
7
|
+
/**
|
|
8
|
+
* Name of the icon. If not provided, the icon will not be displayed
|
|
9
|
+
*/
|
|
10
|
+
iconName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon position, apply only if the icon is present
|
|
13
|
+
* Choosed from "left", "top"
|
|
14
|
+
*/
|
|
15
|
+
iconPosition: string;
|
|
16
|
+
label: string;
|
|
17
|
+
active: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The style of the tab item
|
|
21
|
+
* Choosed from "inline", "boxed", "sheet", "rounded"
|
|
22
|
+
*/
|
|
23
|
+
variant: string;
|
|
24
|
+
changeActiveTab: EventEmitter;
|
|
25
|
+
changeTab(identifier: any): void;
|
|
26
|
+
componentDidLoad(): void;
|
|
27
|
+
tabEl: HTMLElement;
|
|
28
|
+
render(): any;
|
|
29
|
+
}
|