@infineon/infineon-design-system-stencil 31.0.0--canary.1697.223df0ff1431a5398fd1261ed013c9dd2a89e7a0.0 → 31.0.0--canary.1640.0cb387dc208aadd19f988395e2eb1027e7e7f343.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/ifx-accordion_2.cjs.entry.js +7 -7
- package/dist/cjs/ifx-accordion_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-breadcrumb-item-label.cjs.entry.js +1 -1
- package/dist/cjs/ifx-breadcrumb-item-label.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-breadcrumb.cjs.entry.js +3 -3
- package/dist/cjs/ifx-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-chip_3.cjs.entry.js +25 -27
- package/dist/cjs/ifx-chip_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-modal.cjs.entry.js +8 -8
- package/dist/cjs/ifx-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-multiselect_2.cjs.entry.js +4 -4
- package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
- package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-search-bar.cjs.entry.js +5 -5
- package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js +9 -10
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-table.cjs.entry.js +22 -20
- package/dist/cjs/ifx-table.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-tabs.cjs.entry.js +6 -6
- package/dist/cjs/ifx-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion.js +2 -2
- package/dist/collection/components/accordion/accordion.js.map +1 -1
- package/dist/collection/components/accordion/accordion.stories.js +81 -7
- package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
- package/dist/collection/components/accordion/accordionItem.js +10 -10
- package/dist/collection/components/accordion/accordionItem.js.map +1 -1
- package/dist/collection/components/alert/alert.stories.js +45 -12
- package/dist/collection/components/alert/alert.stories.js.map +1 -1
- package/dist/collection/components/badge/badge.stories.js +28 -7
- package/dist/collection/components/badge/badge.stories.js.map +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb-item-label.js +3 -3
- package/dist/collection/components/breadcrumb/breadcrumb-item-label.js.map +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js +3 -3
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js +87 -13
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
- package/dist/collection/components/button/button.stories.js +101 -9
- package/dist/collection/components/button/button.stories.js.map +1 -1
- package/dist/collection/components/card/card.stories.js +85 -4
- package/dist/collection/components/card/card.stories.js.map +1 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +72 -14
- package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
- package/dist/collection/components/chip/chip-item/chip-item.js +4 -4
- package/dist/collection/components/chip/chip-item/chip-item.js.map +1 -1
- package/dist/collection/components/chip/chip.js +15 -15
- package/dist/collection/components/chip/chip.js.map +1 -1
- package/dist/collection/components/chip/chip.stories.js +21 -26
- package/dist/collection/components/chip/chip.stories.js.map +1 -1
- package/dist/collection/components/chip/interfaces.js.map +1 -1
- package/dist/collection/components/content-switcher/content-switcher.stories.js +65 -3
- package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
- package/dist/collection/components/date-picker/date-picker.stories.js +97 -7
- package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
- package/dist/collection/components/dropdown/dropdown.stories.js +222 -64
- package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
- package/dist/collection/components/footer/footer.stories.js +31 -1
- package/dist/collection/components/footer/footer.stories.js.map +1 -1
- package/dist/collection/components/icon/infineonIconStencil.stories.js +7 -2
- package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
- package/dist/collection/components/icon-button/icon-button.stories.js +61 -5
- package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
- package/dist/collection/components/link/link.stories.js +53 -4
- package/dist/collection/components/link/link.stories.js.map +1 -1
- package/dist/collection/components/modal/modal.js +10 -10
- package/dist/collection/components/modal/modal.js.map +1 -1
- package/dist/collection/components/modal/modal.stories.js +96 -19
- package/dist/collection/components/modal/modal.stories.js.map +1 -1
- package/dist/collection/components/navigation/navbar/navbar.js +4 -4
- package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
- package/dist/collection/components/navigation/navbar/navbar.stories.js +176 -12
- package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -32
- package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar.stories.js +184 -19
- package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
- package/dist/collection/components/notification/notification.stories.js +55 -8
- package/dist/collection/components/notification/notification.stories.js.map +1 -1
- package/dist/collection/components/number-indicator/number-indicator.stories.js +19 -0
- package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
- package/dist/collection/components/pagination/pagination.js +8 -57
- package/dist/collection/components/pagination/pagination.js.map +1 -1
- package/dist/collection/components/pagination/pagination.stories.js +19 -16
- package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
- package/dist/collection/components/progress-bar/progress-bar.stories.js +31 -8
- package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
- package/dist/collection/components/radio-button/radio-button.stories.js +66 -13
- package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
- package/dist/collection/components/search-bar/search-bar.js +6 -6
- package/dist/collection/components/search-bar/search-bar.js.map +1 -1
- package/dist/collection/components/search-bar/search-bar.stories.js +58 -9
- package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
- package/dist/collection/components/search-field/search-field.stories.js +54 -8
- package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
- package/dist/collection/components/segmented-control/segmented-control.stories.js +1 -10
- package/dist/collection/components/segmented-control/segmented-control.stories.js.map +1 -1
- package/dist/collection/components/select/multi-select/multiselect.js +5 -5
- package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
- package/dist/collection/components/select/multi-select/multiselect.stories.js +131 -5
- package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
- package/dist/collection/components/select/single-select/select.stories.js +83 -26
- package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
- package/dist/collection/components/slider/slider.stories.js +97 -13
- package/dist/collection/components/slider/slider.stories.js.map +1 -1
- package/dist/collection/components/spinner/spinner.stories.js +34 -2
- package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
- package/dist/collection/components/status/status.stories.js +25 -1
- package/dist/collection/components/status/status.stories.js.map +1 -1
- package/dist/collection/components/stepper/stepper.stories.js +54 -25
- package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
- package/dist/collection/components/switch/switch.stories.js +51 -4
- package/dist/collection/components/switch/switch.stories.js.map +1 -1
- package/dist/collection/components/table-advanced-version/table.js +23 -21
- package/dist/collection/components/table-advanced-version/table.js.map +1 -1
- package/dist/collection/components/table-advanced-version/table.stories.js +124 -39
- package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
- package/dist/collection/components/table-basic-version/table.stories.js +31 -4
- package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
- package/dist/collection/components/tabs/tabs.js +7 -7
- package/dist/collection/components/tabs/tabs.js.map +1 -1
- package/dist/collection/components/tabs/tabs.stories.js +104 -29
- package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
- package/dist/collection/components/tag/tag.stories.js +18 -0
- package/dist/collection/components/tag/tag.stories.js.map +1 -1
- package/dist/collection/components/text-field/text-field.stories.js +116 -13
- package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
- package/dist/collection/components/textarea/textarea.stories.js +1 -3
- package/dist/collection/components/textarea/textarea.stories.js.map +1 -1
- package/dist/collection/components/tooltip/tooltip.stories.js +48 -4
- package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
- package/dist/components/ifx-accordion-item.js +1 -1
- package/dist/components/ifx-accordion.js +1 -1
- package/dist/components/ifx-breadcrumb-item-label.js +2 -2
- package/dist/components/ifx-breadcrumb-item-label.js.map +1 -1
- package/dist/components/ifx-breadcrumb.js +3 -3
- package/dist/components/ifx-breadcrumb.js.map +1 -1
- package/dist/components/ifx-chip-item.js +1 -1
- package/dist/components/ifx-chip.js +1 -1
- package/dist/components/ifx-faq.js +2 -2
- package/dist/components/ifx-modal.js +8 -8
- package/dist/components/ifx-modal.js.map +1 -1
- package/dist/components/ifx-multiselect.js +1 -1
- package/dist/components/ifx-navbar.js +4 -4
- package/dist/components/ifx-navbar.js.map +1 -1
- package/dist/components/ifx-pagination.js +1 -1
- package/dist/components/ifx-search-bar.js +5 -5
- package/dist/components/ifx-search-bar.js.map +1 -1
- package/dist/components/ifx-set-filter.js +1 -1
- package/dist/components/ifx-sidebar-item.js +11 -13
- package/dist/components/ifx-sidebar-item.js.map +1 -1
- package/dist/components/ifx-table.js +26 -24
- package/dist/components/ifx-table.js.map +1 -1
- package/dist/components/ifx-tabs.js +6 -6
- package/dist/components/ifx-tabs.js.map +1 -1
- package/dist/components/{p-654ff7d8.js → p-120f0d27.js} +3 -3
- package/dist/components/{p-654ff7d8.js.map → p-120f0d27.js.map} +1 -1
- package/dist/components/{p-a7e5035e.js → p-62a4b616.js} +9 -12
- package/dist/components/p-62a4b616.js.map +1 -0
- package/dist/components/{p-e57d6c00.js → p-6a284649.js} +5 -5
- package/dist/components/p-6a284649.js.map +1 -0
- package/dist/components/{p-0fce434b.js → p-7c1f2252.js} +15 -15
- package/dist/components/p-7c1f2252.js.map +1 -0
- package/dist/components/{p-ff48962a.js → p-a51cb7b6.js} +8 -8
- package/dist/components/{p-ff48962a.js.map → p-a51cb7b6.js.map} +1 -1
- package/dist/components/{p-d3904b2f.js → p-bb48fe64.js} +5 -5
- package/dist/components/p-bb48fe64.js.map +1 -0
- package/dist/esm/ifx-accordion_2.entry.js +7 -7
- package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
- package/dist/esm/ifx-breadcrumb-item-label.entry.js +1 -1
- package/dist/esm/ifx-breadcrumb-item-label.entry.js.map +1 -1
- package/dist/esm/ifx-breadcrumb.entry.js +3 -3
- package/dist/esm/ifx-breadcrumb.entry.js.map +1 -1
- package/dist/esm/ifx-chip_3.entry.js +25 -27
- package/dist/esm/ifx-chip_3.entry.js.map +1 -1
- package/dist/esm/ifx-modal.entry.js +8 -8
- package/dist/esm/ifx-modal.entry.js.map +1 -1
- package/dist/esm/ifx-multiselect_2.entry.js +4 -4
- package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
- package/dist/esm/ifx-navbar.entry.js +3 -3
- package/dist/esm/ifx-navbar.entry.js.map +1 -1
- package/dist/esm/ifx-search-bar.entry.js +5 -5
- package/dist/esm/ifx-search-bar.entry.js.map +1 -1
- package/dist/esm/ifx-sidebar-item.entry.js +9 -10
- package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
- package/dist/esm/ifx-table.entry.js +22 -20
- package/dist/esm/ifx-table.entry.js.map +1 -1
- package/dist/esm/ifx-tabs.entry.js +6 -6
- package/dist/esm/ifx-tabs.entry.js.map +1 -1
- package/dist/esm/infineon-design-system-stencil.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
- package/dist/infineon-design-system-stencil/p-0a03645f.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-0a03645f.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-0b90ce9a.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-0b90ce9a.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-1da58025.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-1da58025.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-3e68969c.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-500bc0ed.entry.js.map → p-3e68969c.entry.js.map} +1 -1
- package/dist/infineon-design-system-stencil/{p-258c4e35.entry.js → p-68dd9fa2.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-68dd9fa2.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-75d5418a.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-75d5418a.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-88f484ee.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-88f484ee.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-1f004047.entry.js → p-8953e0ef.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-8953e0ef.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-7cc1beed.entry.js → p-aebfd7f8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-aebfd7f8.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-e67e7cbc.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-e67e7cbc.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-6c18926e.entry.js → p-fd0474f3.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-fd0474f3.entry.js.map +1 -0
- package/dist/types/components/accordion/accordion.stories.d.ts +67 -1
- package/dist/types/components/accordion/accordionItem.d.ts +3 -3
- package/dist/types/components/alert/alert.stories.d.ts +38 -11
- package/dist/types/components/badge/badge.stories.d.ts +23 -3
- package/dist/types/components/breadcrumb/breadcrumb-item-label.d.ts +1 -1
- package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +83 -1
- package/dist/types/components/button/button.stories.d.ts +92 -16
- package/dist/types/components/card/card.stories.d.ts +95 -1
- package/dist/types/components/checkbox/checkbox.stories.d.ts +65 -10
- package/dist/types/components/chip/chip-item/chip-item.d.ts +1 -1
- package/dist/types/components/chip/chip.d.ts +1 -1
- package/dist/types/components/chip/chip.stories.d.ts +11 -4
- package/dist/types/components/chip/interfaces.d.ts +1 -1
- package/dist/types/components/content-switcher/content-switcher.stories.d.ts +66 -0
- package/dist/types/components/date-picker/date-picker.stories.d.ts +89 -2
- package/dist/types/components/dropdown/dropdown.stories.d.ts +90 -33
- package/dist/types/components/footer/footer.stories.d.ts +26 -0
- package/dist/types/components/icon/infineonIconStencil.stories.d.ts +5 -0
- package/dist/types/components/icon-button/icon-button.stories.d.ts +56 -8
- package/dist/types/components/link/link.stories.d.ts +49 -6
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.stories.d.ts +77 -3
- package/dist/types/components/navigation/navbar/navbar.stories.d.ts +222 -6
- package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -3
- package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +161 -7
- package/dist/types/components/notification/notification.stories.d.ts +46 -2
- package/dist/types/components/number-indicator/number-indicator.stories.d.ts +19 -0
- package/dist/types/components/pagination/pagination.d.ts +1 -4
- package/dist/types/components/pagination/pagination.stories.d.ts +12 -8
- package/dist/types/components/progress-bar/progress-bar.stories.d.ts +25 -4
- package/dist/types/components/radio-button/radio-button.stories.d.ts +59 -8
- package/dist/types/components/search-bar/search-bar.d.ts +1 -1
- package/dist/types/components/search-bar/search-bar.stories.d.ts +60 -3
- package/dist/types/components/search-field/search-field.stories.d.ts +45 -6
- package/dist/types/components/segmented-control/segmented-control.stories.d.ts +0 -3
- package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
- package/dist/types/components/select/multi-select/multiselect.stories.d.ts +125 -0
- package/dist/types/components/select/single-select/select.stories.d.ts +67 -24
- package/dist/types/components/slider/slider.stories.d.ts +110 -0
- package/dist/types/components/spinner/spinner.stories.d.ts +32 -0
- package/dist/types/components/status/status.stories.d.ts +24 -2
- package/dist/types/components/stepper/stepper.stories.d.ts +30 -6
- package/dist/types/components/switch/switch.stories.d.ts +47 -1
- package/dist/types/components/table-advanced-version/table.stories.d.ts +50 -11
- package/dist/types/components/table-basic-version/table.stories.d.ts +21 -1
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components/tabs/tabs.stories.d.ts +88 -9
- package/dist/types/components/tag/tag.stories.d.ts +20 -0
- package/dist/types/components/text-field/text-field.stories.d.ts +106 -10
- package/dist/types/components/tooltip/tooltip.stories.d.ts +41 -6
- package/dist/types/components.d.ts +20 -28
- package/package.json +3 -2
- package/dist/components/p-0fce434b.js.map +0 -1
- package/dist/components/p-a7e5035e.js.map +0 -1
- package/dist/components/p-d3904b2f.js.map +0 -1
- package/dist/components/p-e57d6c00.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-1f004047.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-258c4e35.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-500bc0ed.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5acdecf6.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5acdecf6.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-6c18926e.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-77a8fc5e.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-77a8fc5e.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-7cc1beed.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-98c50956.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-98c50956.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-c6ff49d7.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-c6ff49d7.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-d61ab729.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-d61ab729.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-f63ce1bc.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-f63ce1bc.entry.js.map +0 -1
@@ -1,13 +1,14 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
title: string;
|
3
3
|
args: {
|
4
|
-
activeStep: number;
|
5
4
|
amountOfSteps: number;
|
6
|
-
|
5
|
+
activeStep: number;
|
7
6
|
disabled: boolean;
|
8
7
|
indicatorPosition: string;
|
9
8
|
showStepNumber: boolean;
|
10
9
|
variant: string;
|
10
|
+
error: boolean;
|
11
|
+
completeStep: boolean;
|
11
12
|
};
|
12
13
|
argTypes: {
|
13
14
|
activeStep: {
|
@@ -17,6 +18,7 @@ declare const _default: {
|
|
17
18
|
};
|
18
19
|
description: string;
|
19
20
|
table: {
|
21
|
+
category: string;
|
20
22
|
defaultValue: {
|
21
23
|
summary: number;
|
22
24
|
};
|
@@ -26,11 +28,19 @@ declare const _default: {
|
|
26
28
|
name: string;
|
27
29
|
control: string;
|
28
30
|
description: string;
|
31
|
+
table: {
|
32
|
+
category: string;
|
33
|
+
defaultValue: {
|
34
|
+
summary: number;
|
35
|
+
};
|
36
|
+
};
|
29
37
|
};
|
30
38
|
completeStep: {
|
31
39
|
name: string;
|
32
40
|
description: string;
|
41
|
+
control: string;
|
33
42
|
table: {
|
43
|
+
category: string;
|
34
44
|
defaultValue: {
|
35
45
|
summary: boolean;
|
36
46
|
};
|
@@ -44,6 +54,7 @@ declare const _default: {
|
|
44
54
|
control: string;
|
45
55
|
description: string;
|
46
56
|
table: {
|
57
|
+
category: string;
|
47
58
|
defaultValue: {
|
48
59
|
summary: boolean;
|
49
60
|
};
|
@@ -56,13 +67,13 @@ declare const _default: {
|
|
56
67
|
eq: string;
|
57
68
|
};
|
58
69
|
};
|
59
|
-
|
60
|
-
name: string;
|
70
|
+
error: {
|
61
71
|
control: string;
|
62
72
|
description: string;
|
63
73
|
table: {
|
64
|
-
|
65
|
-
|
74
|
+
category: string;
|
75
|
+
type: {
|
76
|
+
summary: string;
|
66
77
|
};
|
67
78
|
};
|
68
79
|
};
|
@@ -77,6 +88,9 @@ declare const _default: {
|
|
77
88
|
arg: string;
|
78
89
|
eq: string;
|
79
90
|
};
|
91
|
+
table: {
|
92
|
+
category: string;
|
93
|
+
};
|
80
94
|
};
|
81
95
|
showStepNumber: {
|
82
96
|
control: string;
|
@@ -88,6 +102,9 @@ declare const _default: {
|
|
88
102
|
arg: string;
|
89
103
|
eq: string;
|
90
104
|
};
|
105
|
+
table: {
|
106
|
+
category: string;
|
107
|
+
};
|
91
108
|
};
|
92
109
|
variant: {
|
93
110
|
options: string[];
|
@@ -96,11 +113,18 @@ declare const _default: {
|
|
96
113
|
};
|
97
114
|
description: string;
|
98
115
|
control: string;
|
116
|
+
table: {
|
117
|
+
category: string;
|
118
|
+
type: {
|
119
|
+
summary: string;
|
120
|
+
};
|
121
|
+
};
|
99
122
|
};
|
100
123
|
ifxChange: {
|
101
124
|
action: string;
|
102
125
|
description: string;
|
103
126
|
table: {
|
127
|
+
category: string;
|
104
128
|
type: {
|
105
129
|
summary: string;
|
106
130
|
detail: string;
|
@@ -2,21 +2,67 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
|
-
checked: boolean;
|
6
5
|
label: string;
|
6
|
+
checked: boolean;
|
7
7
|
name: string;
|
8
8
|
value: string;
|
9
|
+
disabled: boolean;
|
9
10
|
};
|
10
11
|
argTypes: {
|
12
|
+
label: {
|
13
|
+
name: string;
|
14
|
+
description: string;
|
15
|
+
table: {
|
16
|
+
category: string;
|
17
|
+
};
|
18
|
+
};
|
11
19
|
name: {
|
12
20
|
description: string;
|
21
|
+
table: {
|
22
|
+
category: string;
|
23
|
+
type: {
|
24
|
+
summary: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
};
|
28
|
+
checked: {
|
29
|
+
name: string;
|
30
|
+
description: string;
|
31
|
+
table: {
|
32
|
+
category: string;
|
33
|
+
defaultValue: {
|
34
|
+
summary: string;
|
35
|
+
};
|
36
|
+
type: {
|
37
|
+
summary: string;
|
38
|
+
};
|
39
|
+
};
|
13
40
|
};
|
14
41
|
value: {
|
15
42
|
description: string;
|
43
|
+
table: {
|
44
|
+
category: string;
|
45
|
+
type: {
|
46
|
+
summary: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
};
|
50
|
+
disabled: {
|
51
|
+
description: string;
|
52
|
+
table: {
|
53
|
+
category: string;
|
54
|
+
defaultValue: {
|
55
|
+
summary: string;
|
56
|
+
};
|
57
|
+
type: {
|
58
|
+
summary: string;
|
59
|
+
};
|
60
|
+
};
|
16
61
|
};
|
17
62
|
ifxChange: {
|
18
63
|
description: string;
|
19
64
|
table: {
|
65
|
+
category: string;
|
20
66
|
type: {
|
21
67
|
summary: string;
|
22
68
|
detail: string;
|
@@ -4,22 +4,35 @@ declare const _default: {
|
|
4
4
|
tableHeight: string;
|
5
5
|
pagination: boolean;
|
6
6
|
paginationPageSize: number;
|
7
|
-
currentPage: number;
|
8
7
|
rowHeight: number;
|
9
8
|
showLoading: boolean;
|
10
|
-
buttonRendererOptions: {
|
11
|
-
onButtonClick: (params: any, event: any) => void;
|
12
|
-
};
|
13
9
|
};
|
14
10
|
argTypes: {
|
15
11
|
tableHeight: {
|
12
|
+
description: string;
|
16
13
|
table: {
|
14
|
+
category: string;
|
17
15
|
type: {
|
18
16
|
summary: string;
|
19
17
|
detail: string;
|
20
18
|
};
|
21
19
|
};
|
22
20
|
};
|
21
|
+
pagination: {
|
22
|
+
description: string;
|
23
|
+
control: {
|
24
|
+
type: string;
|
25
|
+
};
|
26
|
+
table: {
|
27
|
+
category: string;
|
28
|
+
defaultValue: {
|
29
|
+
summary: boolean;
|
30
|
+
};
|
31
|
+
type: {
|
32
|
+
summary: string;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
};
|
23
36
|
paginationPageSize: {
|
24
37
|
description: string;
|
25
38
|
control: {
|
@@ -28,45 +41,71 @@ declare const _default: {
|
|
28
41
|
max: number;
|
29
42
|
step: number;
|
30
43
|
};
|
44
|
+
table: {
|
45
|
+
category: string;
|
46
|
+
defaultValue: {
|
47
|
+
summary: number;
|
48
|
+
};
|
49
|
+
type: {
|
50
|
+
summary: string;
|
51
|
+
};
|
52
|
+
};
|
31
53
|
};
|
32
54
|
showLoading: {
|
55
|
+
description: string;
|
33
56
|
options: boolean[];
|
34
57
|
control: {
|
35
58
|
type: string;
|
36
59
|
};
|
60
|
+
table: {
|
61
|
+
category: string;
|
62
|
+
defaultValue: {
|
63
|
+
summary: boolean;
|
64
|
+
};
|
65
|
+
};
|
37
66
|
};
|
38
67
|
rowHeight: {
|
68
|
+
description: string;
|
39
69
|
options: string[];
|
40
70
|
control: {
|
41
71
|
type: string;
|
42
72
|
};
|
73
|
+
table: {
|
74
|
+
category: string;
|
75
|
+
defaultValue: {
|
76
|
+
summary: string;
|
77
|
+
};
|
78
|
+
};
|
43
79
|
};
|
44
80
|
filterOrientation: {
|
81
|
+
description: string;
|
45
82
|
options: string[];
|
46
83
|
control: {
|
47
84
|
type: string;
|
48
85
|
};
|
49
|
-
};
|
50
|
-
columnDefs: {
|
51
86
|
table: {
|
52
|
-
|
87
|
+
category: string;
|
88
|
+
defaultValue: {
|
53
89
|
summary: string;
|
54
|
-
detail: string;
|
55
90
|
};
|
56
91
|
};
|
57
92
|
};
|
58
|
-
|
93
|
+
columnDefs: {
|
94
|
+
description: string;
|
95
|
+
name: string;
|
59
96
|
table: {
|
97
|
+
category: string;
|
60
98
|
type: {
|
61
99
|
summary: string;
|
62
100
|
detail: string;
|
63
101
|
};
|
64
102
|
};
|
65
103
|
};
|
66
|
-
|
67
|
-
control: string;
|
104
|
+
rowData: {
|
68
105
|
description: string;
|
106
|
+
name: string;
|
69
107
|
table: {
|
108
|
+
category: string;
|
70
109
|
type: {
|
71
110
|
summary: string;
|
72
111
|
detail: string;
|
@@ -2,11 +2,16 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
args: {
|
4
4
|
tableHeight: string;
|
5
|
-
rowHeight:
|
5
|
+
rowHeight: string;
|
6
6
|
};
|
7
7
|
argTypes: {
|
8
8
|
tableHeight: {
|
9
|
+
description: string;
|
9
10
|
table: {
|
11
|
+
category: string;
|
12
|
+
defaultValue: {
|
13
|
+
summary: string;
|
14
|
+
};
|
10
15
|
type: {
|
11
16
|
summary: string;
|
12
17
|
detail: string;
|
@@ -14,13 +19,26 @@ declare const _default: {
|
|
14
19
|
};
|
15
20
|
};
|
16
21
|
rowHeight: {
|
22
|
+
description: string;
|
23
|
+
table: {
|
24
|
+
category: string;
|
25
|
+
defaultValue: {
|
26
|
+
summary: string;
|
27
|
+
};
|
28
|
+
type: {
|
29
|
+
summary: string;
|
30
|
+
detail: string;
|
31
|
+
};
|
32
|
+
};
|
17
33
|
options: string[];
|
18
34
|
control: {
|
19
35
|
type: string;
|
20
36
|
};
|
21
37
|
};
|
22
38
|
cols: {
|
39
|
+
description: string;
|
23
40
|
table: {
|
41
|
+
category: string;
|
24
42
|
type: {
|
25
43
|
summary: string;
|
26
44
|
detail: string;
|
@@ -28,7 +46,9 @@ declare const _default: {
|
|
28
46
|
};
|
29
47
|
};
|
30
48
|
rows: {
|
49
|
+
description: string;
|
31
50
|
table: {
|
51
|
+
category: string;
|
32
52
|
type: {
|
33
53
|
summary: string;
|
34
54
|
detail: string;
|
@@ -11,7 +11,7 @@ export declare class IfxTabs {
|
|
11
11
|
tabHeaderRefs: HTMLElement[];
|
12
12
|
disabledTabs: string[];
|
13
13
|
tabObjects: any[];
|
14
|
-
|
14
|
+
ifxChange: EventEmitter;
|
15
15
|
updateBorderOnWindowResize(): void;
|
16
16
|
setActiveAndFocusedTab(index: number): void;
|
17
17
|
handleTabHeaderChange(e: any): void;
|
@@ -2,50 +2,130 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
component: string;
|
5
|
+
args: {
|
6
|
+
amountOfTabs: number;
|
7
|
+
orientation: string;
|
8
|
+
icon: string;
|
9
|
+
header: string;
|
10
|
+
disabled: boolean;
|
11
|
+
fullWidth: boolean;
|
12
|
+
};
|
5
13
|
argTypes: {
|
6
14
|
amountOfTabs: {
|
7
15
|
name: string;
|
8
16
|
control: string;
|
17
|
+
description: string;
|
18
|
+
table: {
|
19
|
+
category: string;
|
20
|
+
type: {
|
21
|
+
summary: string;
|
22
|
+
};
|
23
|
+
};
|
9
24
|
};
|
10
25
|
orientation: {
|
11
|
-
name: string;
|
12
26
|
options: string[];
|
13
27
|
control: {
|
14
28
|
type: string;
|
15
29
|
};
|
30
|
+
description: string;
|
31
|
+
table: {
|
32
|
+
category: string;
|
33
|
+
defaultValue: {
|
34
|
+
summary: string;
|
35
|
+
};
|
36
|
+
type: {
|
37
|
+
summary: string;
|
38
|
+
};
|
39
|
+
};
|
16
40
|
};
|
17
41
|
icon: {
|
18
42
|
name: string;
|
19
43
|
control: {
|
20
44
|
type: string;
|
21
45
|
};
|
46
|
+
options: any[];
|
47
|
+
description: string;
|
48
|
+
table: {
|
49
|
+
category: string;
|
50
|
+
defaultValue: {
|
51
|
+
summary: string;
|
52
|
+
};
|
53
|
+
type: {
|
54
|
+
summary: string;
|
55
|
+
};
|
56
|
+
};
|
22
57
|
};
|
23
58
|
fullWidth: {
|
24
|
-
name: string;
|
25
59
|
control: {
|
26
60
|
type: string;
|
27
61
|
};
|
28
62
|
description: string;
|
63
|
+
table: {
|
64
|
+
category: string;
|
65
|
+
defaultValue: {
|
66
|
+
summary: string;
|
67
|
+
};
|
68
|
+
type: {
|
69
|
+
summary: string;
|
70
|
+
};
|
71
|
+
};
|
29
72
|
};
|
30
73
|
iconPosition: {
|
31
|
-
name: string;
|
32
74
|
options: string[];
|
33
75
|
control: {
|
34
76
|
type: string;
|
35
77
|
};
|
36
|
-
|
37
|
-
|
38
|
-
|
78
|
+
description: string;
|
79
|
+
table: {
|
80
|
+
category: string;
|
81
|
+
defaultValue: {
|
82
|
+
summary: string;
|
83
|
+
};
|
84
|
+
type: {
|
85
|
+
summary: string;
|
86
|
+
};
|
39
87
|
};
|
40
88
|
};
|
41
89
|
activeTabIndex: {
|
42
|
-
name: string;
|
43
90
|
description: string;
|
91
|
+
table: {
|
92
|
+
category: string;
|
93
|
+
defaultValue: {
|
94
|
+
summary: string;
|
95
|
+
};
|
96
|
+
type: {
|
97
|
+
summary: string;
|
98
|
+
};
|
99
|
+
};
|
100
|
+
};
|
101
|
+
header: {
|
102
|
+
control: string;
|
103
|
+
description: string;
|
104
|
+
table: {
|
105
|
+
defaultValue: {
|
106
|
+
summary: string;
|
107
|
+
};
|
108
|
+
category: string;
|
109
|
+
type: {
|
110
|
+
summary: string;
|
111
|
+
};
|
112
|
+
};
|
113
|
+
};
|
114
|
+
disabled: {
|
115
|
+
control: string;
|
116
|
+
description: string;
|
117
|
+
table: {
|
118
|
+
category: string;
|
119
|
+
defaultValue: {
|
120
|
+
summary: string;
|
121
|
+
};
|
122
|
+
};
|
44
123
|
};
|
45
|
-
|
124
|
+
ifxChange: {
|
46
125
|
action: string;
|
47
126
|
description: string;
|
48
127
|
table: {
|
128
|
+
category: string;
|
49
129
|
type: {
|
50
130
|
summary: string;
|
51
131
|
detail: string;
|
@@ -56,4 +136,3 @@ declare const _default: {
|
|
56
136
|
};
|
57
137
|
export default _default;
|
58
138
|
export declare const Default: any;
|
59
|
-
export declare const Disabled: any;
|
@@ -6,11 +6,31 @@ declare const _default: {
|
|
6
6
|
icon: string;
|
7
7
|
};
|
8
8
|
argTypes: {
|
9
|
+
label: {
|
10
|
+
name: string;
|
11
|
+
control: {
|
12
|
+
type: string;
|
13
|
+
};
|
14
|
+
description: string;
|
15
|
+
table: {
|
16
|
+
category: string;
|
17
|
+
type: {
|
18
|
+
summary: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
9
22
|
icon: {
|
10
23
|
options: any[];
|
11
24
|
control: {
|
12
25
|
type: string;
|
13
26
|
};
|
27
|
+
description: string;
|
28
|
+
table: {
|
29
|
+
category: string;
|
30
|
+
type: {
|
31
|
+
summary: string;
|
32
|
+
};
|
33
|
+
};
|
14
34
|
};
|
15
35
|
};
|
16
36
|
};
|
@@ -1,49 +1,145 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
title: string;
|
3
3
|
args: {
|
4
|
+
label: string;
|
5
|
+
error: boolean;
|
4
6
|
disabled: boolean;
|
5
7
|
size: string;
|
8
|
+
icon: string;
|
6
9
|
success: boolean;
|
7
|
-
label: string;
|
8
10
|
placeholder: string;
|
9
|
-
error: boolean;
|
10
11
|
caption: string;
|
11
12
|
required: boolean;
|
12
13
|
optional: boolean;
|
13
|
-
icon: string;
|
14
14
|
name: string;
|
15
15
|
showDeleteIcon: boolean;
|
16
|
+
maxlength: string;
|
17
|
+
value: string;
|
16
18
|
};
|
17
19
|
argTypes: {
|
20
|
+
label: {
|
21
|
+
name: string;
|
22
|
+
description: string;
|
23
|
+
table: {
|
24
|
+
category: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
error: {
|
28
|
+
description: string;
|
29
|
+
table: {
|
30
|
+
category: string;
|
31
|
+
defaultValue: {
|
32
|
+
summary: boolean;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
};
|
36
|
+
disabled: {
|
37
|
+
description: string;
|
38
|
+
table: {
|
39
|
+
category: string;
|
40
|
+
defaultValue: {
|
41
|
+
summary: boolean;
|
42
|
+
};
|
43
|
+
};
|
44
|
+
};
|
18
45
|
size: {
|
19
46
|
description: string;
|
20
47
|
options: string[];
|
21
|
-
control:
|
22
|
-
|
48
|
+
control: string;
|
49
|
+
table: {
|
50
|
+
category: string;
|
51
|
+
defaultValue: {
|
52
|
+
summary: string;
|
53
|
+
};
|
23
54
|
};
|
24
55
|
};
|
25
56
|
icon: {
|
57
|
+
description: string;
|
26
58
|
options: any[];
|
27
|
-
control:
|
28
|
-
|
59
|
+
control: string;
|
60
|
+
table: {
|
61
|
+
category: string;
|
62
|
+
defaultValue: {
|
63
|
+
summary: string;
|
64
|
+
};
|
65
|
+
};
|
66
|
+
};
|
67
|
+
success: {
|
68
|
+
description: string;
|
69
|
+
table: {
|
70
|
+
category: string;
|
71
|
+
defaultValue: {
|
72
|
+
summary: boolean;
|
73
|
+
};
|
74
|
+
};
|
75
|
+
};
|
76
|
+
placeholder: {
|
77
|
+
description: string;
|
78
|
+
table: {
|
79
|
+
category: string;
|
80
|
+
};
|
81
|
+
};
|
82
|
+
caption: {
|
83
|
+
description: string;
|
84
|
+
table: {
|
85
|
+
category: string;
|
86
|
+
};
|
87
|
+
};
|
88
|
+
required: {
|
89
|
+
description: string;
|
90
|
+
table: {
|
91
|
+
category: string;
|
92
|
+
defaultValue: {
|
93
|
+
summary: boolean;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
};
|
97
|
+
optional: {
|
98
|
+
description: string;
|
99
|
+
table: {
|
100
|
+
category: string;
|
101
|
+
defaultValue: {
|
102
|
+
summary: boolean;
|
103
|
+
};
|
29
104
|
};
|
30
105
|
};
|
31
106
|
name: {
|
32
107
|
description: string;
|
108
|
+
table: {
|
109
|
+
category: string;
|
110
|
+
};
|
111
|
+
};
|
112
|
+
showDeleteIcon: {
|
113
|
+
description: string;
|
114
|
+
table: {
|
115
|
+
category: string;
|
116
|
+
defaultValue: {
|
117
|
+
summary: boolean;
|
118
|
+
};
|
119
|
+
};
|
33
120
|
};
|
34
121
|
maxlength: {
|
35
122
|
description: string;
|
36
|
-
control:
|
37
|
-
|
123
|
+
control: string;
|
124
|
+
table: {
|
125
|
+
category: string;
|
38
126
|
};
|
39
127
|
};
|
40
|
-
|
128
|
+
value: {
|
41
129
|
description: string;
|
130
|
+
control: string;
|
131
|
+
table: {
|
132
|
+
category: string;
|
133
|
+
type: {
|
134
|
+
summary: string;
|
135
|
+
};
|
136
|
+
};
|
42
137
|
};
|
43
138
|
ifxInput: {
|
44
139
|
action: string;
|
45
140
|
description: string;
|
46
141
|
table: {
|
142
|
+
category: string;
|
47
143
|
type: {
|
48
144
|
summary: string;
|
49
145
|
detail: string;
|