@infineon/infineon-design-system-vue 39.5.3--canary.2143.16bc8f3e0eeebd3d5fca2ecbdd97cc26bfe65b83.0 → 39.5.3--canary.1723.86d5ce18514a73a5a8df08724d3a552bf79b3609.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.
@@ -1,85 +1,84 @@
1
- import { type StencilVueComponent } from '@stencil/vue-output-target/runtime';
2
1
  import type { JSX } from '@infineon/infineon-design-system-stencil';
3
- export declare const IfxAccordion: StencilVueComponent<JSX.IfxAccordion>;
4
- export declare const IfxAccordionItem: StencilVueComponent<JSX.IfxAccordionItem>;
5
- export declare const IfxActionList: StencilVueComponent<JSX.IfxActionList>;
6
- export declare const IfxActionListItem: StencilVueComponent<JSX.IfxActionListItem>;
7
- export declare const IfxAlert: StencilVueComponent<JSX.IfxAlert>;
8
- export declare const IfxBasicTable: StencilVueComponent<JSX.IfxBasicTable>;
9
- export declare const IfxBreadcrumb: StencilVueComponent<JSX.IfxBreadcrumb>;
10
- export declare const IfxBreadcrumbItem: StencilVueComponent<JSX.IfxBreadcrumbItem>;
11
- export declare const IfxBreadcrumbItemLabel: StencilVueComponent<JSX.IfxBreadcrumbItemLabel>;
12
- export declare const IfxButton: StencilVueComponent<JSX.IfxButton>;
13
- export declare const IfxCard: StencilVueComponent<JSX.IfxCard>;
14
- export declare const IfxCardHeadline: StencilVueComponent<JSX.IfxCardHeadline>;
15
- export declare const IfxCardImage: StencilVueComponent<JSX.IfxCardImage>;
16
- export declare const IfxCardLinks: StencilVueComponent<JSX.IfxCardLinks>;
17
- export declare const IfxCardOverline: StencilVueComponent<JSX.IfxCardOverline>;
18
- export declare const IfxCardText: StencilVueComponent<JSX.IfxCardText>;
19
- export declare const IfxCheckbox: StencilVueComponent<JSX.IfxCheckbox, JSX.IfxCheckbox["checked"]>;
20
- export declare const IfxCheckboxGroup: StencilVueComponent<JSX.IfxCheckboxGroup>;
21
- export declare const IfxChip: StencilVueComponent<JSX.IfxChip>;
22
- export declare const IfxChipItem: StencilVueComponent<JSX.IfxChipItem>;
23
- export declare const IfxContentSwitcher: StencilVueComponent<JSX.IfxContentSwitcher>;
24
- export declare const IfxContentSwitcherItem: StencilVueComponent<JSX.IfxContentSwitcherItem>;
25
- export declare const IfxDatePicker: StencilVueComponent<JSX.IfxDatePicker>;
26
- export declare const IfxDownload: StencilVueComponent<JSX.IfxDownload>;
27
- export declare const IfxDropdown: StencilVueComponent<JSX.IfxDropdown>;
28
- export declare const IfxDropdownHeader: StencilVueComponent<JSX.IfxDropdownHeader>;
29
- export declare const IfxDropdownItem: StencilVueComponent<JSX.IfxDropdownItem>;
30
- export declare const IfxDropdownMenu: StencilVueComponent<JSX.IfxDropdownMenu>;
31
- export declare const IfxDropdownSeparator: StencilVueComponent<JSX.IfxDropdownSeparator>;
32
- export declare const IfxDropdownTrigger: StencilVueComponent<JSX.IfxDropdownTrigger>;
33
- export declare const IfxDropdownTriggerButton: StencilVueComponent<JSX.IfxDropdownTriggerButton>;
34
- export declare const IfxFaq: StencilVueComponent<JSX.IfxFaq>;
35
- export declare const IfxFileUpload: StencilVueComponent<JSX.IfxFileUpload>;
36
- export declare const IfxFilterAccordion: StencilVueComponent<JSX.IfxFilterAccordion>;
37
- export declare const IfxFilterBar: StencilVueComponent<JSX.IfxFilterBar>;
38
- export declare const IfxFilterSearch: StencilVueComponent<JSX.IfxFilterSearch>;
39
- export declare const IfxFilterTypeGroup: StencilVueComponent<JSX.IfxFilterTypeGroup>;
40
- export declare const IfxFooter: StencilVueComponent<JSX.IfxFooter>;
41
- export declare const IfxFooterColumn: StencilVueComponent<JSX.IfxFooterColumn>;
42
- export declare const IfxIcon: StencilVueComponent<JSX.IfxIcon>;
43
- export declare const IfxIconButton: StencilVueComponent<JSX.IfxIconButton>;
44
- export declare const IfxIconsPreview: StencilVueComponent<JSX.IfxIconsPreview>;
45
- export declare const IfxIndicator: StencilVueComponent<JSX.IfxIndicator>;
46
- export declare const IfxLink: StencilVueComponent<JSX.IfxLink>;
47
- export declare const IfxList: StencilVueComponent<JSX.IfxList>;
48
- export declare const IfxListEntry: StencilVueComponent<JSX.IfxListEntry>;
49
- export declare const IfxModal: StencilVueComponent<JSX.IfxModal>;
50
- export declare const IfxMultiselect: StencilVueComponent<JSX.IfxMultiselect>;
51
- export declare const IfxMultiselectOption: StencilVueComponent<JSX.IfxMultiselectOption>;
52
- export declare const IfxNavbar: StencilVueComponent<JSX.IfxNavbar>;
53
- export declare const IfxNavbarItem: StencilVueComponent<JSX.IfxNavbarItem>;
54
- export declare const IfxNavbarProfile: StencilVueComponent<JSX.IfxNavbarProfile>;
55
- export declare const IfxNotification: StencilVueComponent<JSX.IfxNotification>;
56
- export declare const IfxOverviewTable: StencilVueComponent<JSX.IfxOverviewTable>;
57
- export declare const IfxPagination: StencilVueComponent<JSX.IfxPagination>;
58
- export declare const IfxProgressBar: StencilVueComponent<JSX.IfxProgressBar>;
59
- export declare const IfxRadioButton: StencilVueComponent<JSX.IfxRadioButton>;
60
- export declare const IfxRadioButtonGroup: StencilVueComponent<JSX.IfxRadioButtonGroup>;
61
- export declare const IfxSearchBar: StencilVueComponent<JSX.IfxSearchBar, JSX.IfxSearchBar["value"]>;
62
- export declare const IfxSearchField: StencilVueComponent<JSX.IfxSearchField, JSX.IfxSearchField["value"]>;
63
- export declare const IfxSegment: StencilVueComponent<JSX.IfxSegment>;
64
- export declare const IfxSegmentedControl: StencilVueComponent<JSX.IfxSegmentedControl>;
65
- export declare const IfxSelect: StencilVueComponent<JSX.IfxSelect>;
66
- export declare const IfxSetFilter: StencilVueComponent<JSX.IfxSetFilter>;
67
- export declare const IfxSidebar: StencilVueComponent<JSX.IfxSidebar>;
68
- export declare const IfxSidebarItem: StencilVueComponent<JSX.IfxSidebarItem>;
69
- export declare const IfxSidebarTitle: StencilVueComponent<JSX.IfxSidebarTitle>;
70
- export declare const IfxSlider: StencilVueComponent<JSX.IfxSlider>;
71
- export declare const IfxSpinner: StencilVueComponent<JSX.IfxSpinner>;
72
- export declare const IfxStatus: StencilVueComponent<JSX.IfxStatus>;
73
- export declare const IfxStep: StencilVueComponent<JSX.IfxStep>;
74
- export declare const IfxStepper: StencilVueComponent<JSX.IfxStepper>;
75
- export declare const IfxSwitch: StencilVueComponent<JSX.IfxSwitch>;
76
- export declare const IfxTab: StencilVueComponent<JSX.IfxTab>;
77
- export declare const IfxTable: StencilVueComponent<JSX.IfxTable>;
78
- export declare const IfxTabs: StencilVueComponent<JSX.IfxTabs>;
79
- export declare const IfxTemplate: StencilVueComponent<JSX.IfxTemplate>;
80
- export declare const IfxTemplatesUi: StencilVueComponent<JSX.IfxTemplatesUi>;
81
- export declare const IfxTextField: StencilVueComponent<JSX.IfxTextField, JSX.IfxTextField["value"]>;
82
- export declare const IfxTextarea: StencilVueComponent<JSX.IfxTextarea>;
83
- export declare const IfxTooltip: StencilVueComponent<JSX.IfxTooltip>;
84
- export declare const IfxTreeView: StencilVueComponent<JSX.IfxTreeView>;
85
- export declare const IfxTreeViewItem: StencilVueComponent<JSX.IfxTreeViewItem>;
2
+ export declare const IfxAccordion: import("vue").DefineSetupFnComponent<JSX.IfxAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
3
+ export declare const IfxAccordionItem: import("vue").DefineSetupFnComponent<JSX.IfxAccordionItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxAccordionItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
4
+ export declare const IfxActionList: import("vue").DefineSetupFnComponent<JSX.IfxActionList & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxActionList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
5
+ export declare const IfxActionListItem: import("vue").DefineSetupFnComponent<JSX.IfxActionListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxActionListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
6
+ export declare const IfxAlert: import("vue").DefineSetupFnComponent<JSX.IfxAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
7
+ export declare const IfxBasicTable: import("vue").DefineSetupFnComponent<JSX.IfxBasicTable & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxBasicTable & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
8
+ export declare const IfxBreadcrumb: import("vue").DefineSetupFnComponent<JSX.IfxBreadcrumb & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxBreadcrumb & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
9
+ export declare const IfxBreadcrumbItem: import("vue").DefineSetupFnComponent<JSX.IfxBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
10
+ export declare const IfxBreadcrumbItemLabel: import("vue").DefineSetupFnComponent<JSX.IfxBreadcrumbItemLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxBreadcrumbItemLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
11
+ export declare const IfxButton: import("vue").DefineSetupFnComponent<JSX.IfxButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
12
+ export declare const IfxCard: import("vue").DefineSetupFnComponent<JSX.IfxCard & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
13
+ export declare const IfxCardHeadline: import("vue").DefineSetupFnComponent<JSX.IfxCardHeadline & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCardHeadline & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
14
+ export declare const IfxCardImage: import("vue").DefineSetupFnComponent<JSX.IfxCardImage & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCardImage & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
15
+ export declare const IfxCardLinks: import("vue").DefineSetupFnComponent<JSX.IfxCardLinks & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCardLinks & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
16
+ export declare const IfxCardOverline: import("vue").DefineSetupFnComponent<JSX.IfxCardOverline & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCardOverline & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
17
+ export declare const IfxCardText: import("vue").DefineSetupFnComponent<JSX.IfxCardText & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCardText & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
18
+ export declare const IfxCheckbox: import("vue").DefineSetupFnComponent<JSX.IfxCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
19
+ export declare const IfxCheckboxGroup: import("vue").DefineSetupFnComponent<JSX.IfxCheckboxGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxCheckboxGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
20
+ export declare const IfxChip: import("vue").DefineSetupFnComponent<JSX.IfxChip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxChip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
21
+ export declare const IfxChipItem: import("vue").DefineSetupFnComponent<JSX.IfxChipItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxChipItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
22
+ export declare const IfxContentSwitcher: import("vue").DefineSetupFnComponent<JSX.IfxContentSwitcher & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxContentSwitcher & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
23
+ export declare const IfxContentSwitcherItem: import("vue").DefineSetupFnComponent<JSX.IfxContentSwitcherItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxContentSwitcherItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
24
+ export declare const IfxDatePicker: import("vue").DefineSetupFnComponent<JSX.IfxDatePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDatePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
25
+ export declare const IfxDownload: import("vue").DefineSetupFnComponent<JSX.IfxDownload & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDownload & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
26
+ export declare const IfxDropdown: import("vue").DefineSetupFnComponent<JSX.IfxDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
27
+ export declare const IfxDropdownHeader: import("vue").DefineSetupFnComponent<JSX.IfxDropdownHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
28
+ export declare const IfxDropdownItem: import("vue").DefineSetupFnComponent<JSX.IfxDropdownItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
29
+ export declare const IfxDropdownMenu: import("vue").DefineSetupFnComponent<JSX.IfxDropdownMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
30
+ export declare const IfxDropdownSeparator: import("vue").DefineSetupFnComponent<JSX.IfxDropdownSeparator & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownSeparator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
31
+ export declare const IfxDropdownTrigger: import("vue").DefineSetupFnComponent<JSX.IfxDropdownTrigger & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownTrigger & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
32
+ export declare const IfxDropdownTriggerButton: import("vue").DefineSetupFnComponent<JSX.IfxDropdownTriggerButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxDropdownTriggerButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
33
+ export declare const IfxFaq: import("vue").DefineSetupFnComponent<JSX.IfxFaq & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFaq & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
34
+ export declare const IfxFileUpload: import("vue").DefineSetupFnComponent<JSX.IfxFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
35
+ export declare const IfxFilterAccordion: import("vue").DefineSetupFnComponent<JSX.IfxFilterAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFilterAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
36
+ export declare const IfxFilterBar: import("vue").DefineSetupFnComponent<JSX.IfxFilterBar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFilterBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
37
+ export declare const IfxFilterSearch: import("vue").DefineSetupFnComponent<JSX.IfxFilterSearch & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFilterSearch & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
38
+ export declare const IfxFilterTypeGroup: import("vue").DefineSetupFnComponent<JSX.IfxFilterTypeGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFilterTypeGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
39
+ export declare const IfxFooter: import("vue").DefineSetupFnComponent<JSX.IfxFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
40
+ export declare const IfxFooterColumn: import("vue").DefineSetupFnComponent<JSX.IfxFooterColumn & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxFooterColumn & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
41
+ export declare const IfxIcon: import("vue").DefineSetupFnComponent<JSX.IfxIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
42
+ export declare const IfxIconButton: import("vue").DefineSetupFnComponent<JSX.IfxIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
43
+ export declare const IfxIconsPreview: import("vue").DefineSetupFnComponent<JSX.IfxIconsPreview & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxIconsPreview & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
44
+ export declare const IfxIndicator: import("vue").DefineSetupFnComponent<JSX.IfxIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
45
+ export declare const IfxLink: import("vue").DefineSetupFnComponent<JSX.IfxLink & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxLink & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
46
+ export declare const IfxList: import("vue").DefineSetupFnComponent<JSX.IfxList & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
47
+ export declare const IfxListEntry: import("vue").DefineSetupFnComponent<JSX.IfxListEntry & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxListEntry & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
48
+ export declare const IfxModal: import("vue").DefineSetupFnComponent<JSX.IfxModal & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxModal & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
49
+ export declare const IfxMultiselect: import("vue").DefineSetupFnComponent<JSX.IfxMultiselect & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxMultiselect & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
50
+ export declare const IfxMultiselectOption: import("vue").DefineSetupFnComponent<JSX.IfxMultiselectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxMultiselectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
51
+ export declare const IfxNavbar: import("vue").DefineSetupFnComponent<JSX.IfxNavbar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxNavbar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
52
+ export declare const IfxNavbarItem: import("vue").DefineSetupFnComponent<JSX.IfxNavbarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxNavbarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
53
+ export declare const IfxNavbarProfile: import("vue").DefineSetupFnComponent<JSX.IfxNavbarProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxNavbarProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
54
+ export declare const IfxNotification: import("vue").DefineSetupFnComponent<JSX.IfxNotification & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxNotification & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
55
+ export declare const IfxOverviewTable: import("vue").DefineSetupFnComponent<JSX.IfxOverviewTable & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxOverviewTable & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
56
+ export declare const IfxPagination: import("vue").DefineSetupFnComponent<JSX.IfxPagination & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxPagination & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
57
+ export declare const IfxProgressBar: import("vue").DefineSetupFnComponent<JSX.IfxProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
58
+ export declare const IfxRadioButton: import("vue").DefineSetupFnComponent<JSX.IfxRadioButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxRadioButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
59
+ export declare const IfxRadioButtonGroup: import("vue").DefineSetupFnComponent<JSX.IfxRadioButtonGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxRadioButtonGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
60
+ export declare const IfxSearchBar: import("vue").DefineSetupFnComponent<JSX.IfxSearchBar & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.IfxSearchBar & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
61
+ export declare const IfxSearchField: import("vue").DefineSetupFnComponent<JSX.IfxSearchField & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.IfxSearchField & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
62
+ export declare const IfxSegment: import("vue").DefineSetupFnComponent<JSX.IfxSegment & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSegment & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
63
+ export declare const IfxSegmentedControl: import("vue").DefineSetupFnComponent<JSX.IfxSegmentedControl & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSegmentedControl & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
64
+ export declare const IfxSelect: import("vue").DefineSetupFnComponent<JSX.IfxSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
65
+ export declare const IfxSetFilter: import("vue").DefineSetupFnComponent<JSX.IfxSetFilter & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSetFilter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
66
+ export declare const IfxSidebar: import("vue").DefineSetupFnComponent<JSX.IfxSidebar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSidebar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
67
+ export declare const IfxSidebarItem: import("vue").DefineSetupFnComponent<JSX.IfxSidebarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSidebarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
68
+ export declare const IfxSidebarTitle: import("vue").DefineSetupFnComponent<JSX.IfxSidebarTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSidebarTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
69
+ export declare const IfxSlider: import("vue").DefineSetupFnComponent<JSX.IfxSlider & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSlider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
70
+ export declare const IfxSpinner: import("vue").DefineSetupFnComponent<JSX.IfxSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
71
+ export declare const IfxStatus: import("vue").DefineSetupFnComponent<JSX.IfxStatus & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxStatus & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
72
+ export declare const IfxStep: import("vue").DefineSetupFnComponent<JSX.IfxStep & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxStep & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
73
+ export declare const IfxStepper: import("vue").DefineSetupFnComponent<JSX.IfxStepper & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxStepper & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
74
+ export declare const IfxSwitch: import("vue").DefineSetupFnComponent<JSX.IfxSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
75
+ export declare const IfxTab: import("vue").DefineSetupFnComponent<JSX.IfxTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTab & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
76
+ export declare const IfxTable: import("vue").DefineSetupFnComponent<JSX.IfxTable & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTable & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
77
+ export declare const IfxTabs: import("vue").DefineSetupFnComponent<JSX.IfxTabs & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTabs & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
78
+ export declare const IfxTemplate: import("vue").DefineSetupFnComponent<JSX.IfxTemplate & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTemplate & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
79
+ export declare const IfxTemplatesUi: import("vue").DefineSetupFnComponent<JSX.IfxTemplatesUi & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTemplatesUi & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
80
+ export declare const IfxTextField: import("vue").DefineSetupFnComponent<JSX.IfxTextField & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.IfxTextField & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
81
+ export declare const IfxTextarea: import("vue").DefineSetupFnComponent<JSX.IfxTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
82
+ export declare const IfxTooltip: import("vue").DefineSetupFnComponent<JSX.IfxTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
83
+ export declare const IfxTreeView: import("vue").DefineSetupFnComponent<JSX.IfxTreeView & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTreeView & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
84
+ export declare const IfxTreeViewItem: import("vue").DefineSetupFnComponent<JSX.IfxTreeViewItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.IfxTreeViewItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  /* tslint:disable */
3
3
  /* auto-generated vue proxies */
4
- import { defineContainer } from '@stencil/vue-output-target/runtime';
4
+ import { defineContainer } from './vue-component-lib/utils';
5
5
  export const IfxAccordion = /*@__PURE__*/ defineContainer('ifx-accordion', undefined, [
6
6
  'autoCollapse'
7
7
  ]);
@@ -11,9 +11,6 @@ export const IfxAccordionItem = /*@__PURE__*/ defineContainer('ifx-accordion-ite
11
11
  'AriaLevel',
12
12
  'ifxOpen',
13
13
  'ifxClose'
14
- ], [
15
- 'ifxOpen',
16
- 'ifxClose'
17
14
  ]);
18
15
  export const IfxActionList = /*@__PURE__*/ defineContainer('ifx-action-list', undefined, [
19
16
  'listAriaLabel'
@@ -27,8 +24,6 @@ export const IfxActionListItem = /*@__PURE__*/ defineContainer('ifx-action-list-
27
24
  'disabled',
28
25
  'itemAriaLabel',
29
26
  'ifxActionListItemClick'
30
- ], [
31
- 'ifxActionListItemClick'
32
27
  ]);
33
28
  export const IfxAlert = /*@__PURE__*/ defineContainer('ifx-alert', undefined, [
34
29
  'variant',
@@ -36,8 +31,6 @@ export const IfxAlert = /*@__PURE__*/ defineContainer('ifx-alert', undefined, [
36
31
  'closable',
37
32
  'AriaLive',
38
33
  'ifxClose'
39
- ], [
40
- 'ifxClose'
41
34
  ]);
42
35
  export const IfxBasicTable = /*@__PURE__*/ defineContainer('ifx-basic-table', undefined, [
43
36
  'cols',
@@ -53,8 +46,6 @@ export const IfxBreadcrumbItemLabel = /*@__PURE__*/ defineContainer('ifx-breadcr
53
46
  'href',
54
47
  'target',
55
48
  'breadcrumbMenuIconWrapper'
56
- ], [
57
- 'breadcrumbMenuIconWrapper'
58
49
  ]);
59
50
  export const IfxButton = /*@__PURE__*/ defineContainer('ifx-button', undefined, [
60
51
  'variant',
@@ -79,8 +70,6 @@ export const IfxCardImage = /*@__PURE__*/ defineContainer('ifx-card-image', unde
79
70
  'alt',
80
71
  'position',
81
72
  'imgPosition'
82
- ], [
83
- 'imgPosition'
84
73
  ]);
85
74
  export const IfxCardLinks = /*@__PURE__*/ defineContainer('ifx-card-links', undefined);
86
75
  export const IfxCardOverline = /*@__PURE__*/ defineContainer('ifx-card-overline', undefined);
@@ -94,10 +83,7 @@ export const IfxCheckbox = /*@__PURE__*/ defineContainer('ifx-checkbox', undefin
94
83
  'value',
95
84
  'ifxChange',
96
85
  'ifxError'
97
- ], [
98
- 'ifxChange',
99
- 'ifxError'
100
- ], 'checked', 'ifxChange');
86
+ ]);
101
87
  export const IfxCheckboxGroup = /*@__PURE__*/ defineContainer('ifx-checkbox-group', undefined, [
102
88
  'alignment',
103
89
  'size',
@@ -119,21 +105,15 @@ export const IfxChip = /*@__PURE__*/ defineContainer('ifx-chip', undefined, [
119
105
  'disabled',
120
106
  'icon',
121
107
  'ifxChange'
122
- ], [
123
- 'ifxChange'
124
108
  ]);
125
109
  export const IfxChipItem = /*@__PURE__*/ defineContainer('ifx-chip-item', undefined, [
126
110
  'value',
127
111
  'chipState',
128
112
  'selected',
129
113
  'ifxChipItemSelect'
130
- ], [
131
- 'ifxChipItemSelect'
132
114
  ]);
133
115
  export const IfxContentSwitcher = /*@__PURE__*/ defineContainer('ifx-content-switcher', undefined, [
134
116
  'ifxChange'
135
- ], [
136
- 'ifxChange'
137
117
  ]);
138
118
  export const IfxContentSwitcherItem = /*@__PURE__*/ defineContainer('ifx-content-switcher-item', undefined, [
139
119
  'selected',
@@ -154,8 +134,6 @@ export const IfxDatePicker = /*@__PURE__*/ defineContainer('ifx-date-picker', un
154
134
  'caption',
155
135
  'autocomplete',
156
136
  'ifxDate'
157
- ], [
158
- 'ifxDate'
159
137
  ]);
160
138
  export const IfxDownload = /*@__PURE__*/ defineContainer('ifx-download', undefined, [
161
139
  'tokens'
@@ -170,10 +148,6 @@ export const IfxDropdown = /*@__PURE__*/ defineContainer('ifx-dropdown', undefin
170
148
  'ifxOpen',
171
149
  'ifxClose',
172
150
  'ifxDropdown'
173
- ], [
174
- 'ifxOpen',
175
- 'ifxClose',
176
- 'ifxDropdown'
177
151
  ]);
178
152
  export const IfxDropdownHeader = /*@__PURE__*/ defineContainer('ifx-dropdown-header', undefined);
179
153
  export const IfxDropdownItem = /*@__PURE__*/ defineContainer('ifx-dropdown-item', undefined, [
@@ -182,17 +156,12 @@ export const IfxDropdownItem = /*@__PURE__*/ defineContainer('ifx-dropdown-item'
182
156
  'target',
183
157
  'hide',
184
158
  'ifxDropdownItem'
185
- ], [
186
- 'ifxDropdownItem'
187
159
  ]);
188
160
  export const IfxDropdownMenu = /*@__PURE__*/ defineContainer('ifx-dropdown-menu', undefined, [
189
161
  'isOpen',
190
162
  'size',
191
163
  'menuSize',
192
164
  'ifxDropdownMenuItem'
193
- ], [
194
- 'menuSize',
195
- 'ifxDropdownMenuItem'
196
165
  ]);
197
166
  export const IfxDropdownSeparator = /*@__PURE__*/ defineContainer('ifx-dropdown-separator', undefined);
198
167
  export const IfxDropdownTrigger = /*@__PURE__*/ defineContainer('ifx-dropdown-trigger', undefined, [
@@ -255,35 +224,16 @@ export const IfxFileUpload = /*@__PURE__*/ defineContainer('ifx-file-upload', un
255
224
  'ifxFileUploadMaxFilesExceeded',
256
225
  'ifxFileUploadValidation',
257
226
  'ifxFileUploadRetry'
258
- ], [
259
- 'ifxFileUploadAdd',
260
- 'ifxFileUploadRemove',
261
- 'ifxFileUploadChange',
262
- 'ifxFileUploadError',
263
- 'ifxFileUploadInvalid',
264
- 'ifxFileUploadStart',
265
- 'ifxFileUploadComplete',
266
- 'ifxFileUploadAllComplete',
267
- 'ifxFileUploadAbort',
268
- 'ifxFileUploadDrop',
269
- 'ifxFileUploadClick',
270
- 'ifxFileUploadMaxFilesExceeded',
271
- 'ifxFileUploadValidation',
272
- 'ifxFileUploadRetry'
273
227
  ]);
274
228
  export const IfxFilterAccordion = /*@__PURE__*/ defineContainer('ifx-filter-accordion', undefined, [
275
229
  'maxVisibleItems',
276
230
  'filterGroupName',
277
231
  'ifxFilterAccordionChange'
278
- ], [
279
- 'ifxFilterAccordionChange'
280
232
  ]);
281
233
  export const IfxFilterBar = /*@__PURE__*/ defineContainer('ifx-filter-bar', undefined, [
282
234
  'maxShownFilters',
283
235
  'showMoreFiltersButton',
284
236
  'ifxTopbarFilterChange'
285
- ], [
286
- 'ifxTopbarFilterChange'
287
237
  ]);
288
238
  export const IfxFilterSearch = /*@__PURE__*/ defineContainer('ifx-filter-search', undefined, [
289
239
  'filterName',
@@ -293,13 +243,9 @@ export const IfxFilterSearch = /*@__PURE__*/ defineContainer('ifx-filter-search'
293
243
  'filterOrientation',
294
244
  'placeholder',
295
245
  'ifxFilterSearchChange'
296
- ], [
297
- 'ifxFilterSearchChange'
298
246
  ]);
299
247
  export const IfxFilterTypeGroup = /*@__PURE__*/ defineContainer('ifx-filter-type-group', undefined, [
300
248
  'ifxSidebarFilterChange'
301
- ], [
302
- 'ifxSidebarFilterChange'
303
249
  ]);
304
250
  export const IfxFooter = /*@__PURE__*/ defineContainer('ifx-footer', undefined, [
305
251
  'copyrightText'
@@ -309,8 +255,6 @@ export const IfxIcon = /*@__PURE__*/ defineContainer('ifx-icon', undefined, [
309
255
  'icon',
310
256
  'ifxIcon',
311
257
  'consoleError'
312
- ], [
313
- 'consoleError'
314
258
  ]);
315
259
  export const IfxIconButton = /*@__PURE__*/ defineContainer('ifx-icon-button', undefined, [
316
260
  'variant',
@@ -344,16 +288,12 @@ export const IfxList = /*@__PURE__*/ defineContainer('ifx-list', undefined, [
344
288
  'type',
345
289
  'resetTrigger',
346
290
  'ifxListUpdate'
347
- ], [
348
- 'ifxListUpdate'
349
291
  ]);
350
292
  export const IfxListEntry = /*@__PURE__*/ defineContainer('ifx-list-entry', undefined, [
351
293
  'value',
352
294
  'label',
353
295
  'type',
354
296
  'ifxListEntryChange'
355
- ], [
356
- 'ifxListEntryChange'
357
297
  ]);
358
298
  export const IfxModal = /*@__PURE__*/ defineContainer('ifx-modal', undefined, [
359
299
  'opened',
@@ -369,9 +309,6 @@ export const IfxModal = /*@__PURE__*/ defineContainer('ifx-modal', undefined, [
369
309
  'showCloseButton',
370
310
  'ifxOpen',
371
311
  'ifxClose'
372
- ], [
373
- 'ifxOpen',
374
- 'ifxClose'
375
312
  ]);
376
313
  export const IfxMultiselect = /*@__PURE__*/ defineContainer('ifx-multiselect', undefined, [
377
314
  'name',
@@ -402,9 +339,6 @@ export const IfxMultiselect = /*@__PURE__*/ defineContainer('ifx-multiselect', u
402
339
  'ariaCollapseAllLabel',
403
340
  'ifxSelect',
404
341
  'ifxOpen'
405
- ], [
406
- 'ifxSelect',
407
- 'ifxOpen'
408
342
  ]);
409
343
  export const IfxMultiselectOption = /*@__PURE__*/ defineContainer('ifx-multiselect-option', undefined, [
410
344
  'value',
@@ -419,8 +353,6 @@ export const IfxNavbar = /*@__PURE__*/ defineContainer('ifx-navbar', undefined,
419
353
  'logoHref',
420
354
  'logoHrefTarget',
421
355
  'ifxNavbarMobileMenuIsOpen'
422
- ], [
423
- 'ifxNavbarMobileMenuIsOpen'
424
356
  ]);
425
357
  export const IfxNavbarItem = /*@__PURE__*/ defineContainer('ifx-navbar-item', undefined, [
426
358
  'showLabel',
@@ -431,8 +363,6 @@ export const IfxNavbarItem = /*@__PURE__*/ defineContainer('ifx-navbar-item', un
431
363
  'numberIndicator',
432
364
  'dotIndicator',
433
365
  'ifxNavItem'
434
- ], [
435
- 'ifxNavItem'
436
366
  ]);
437
367
  export const IfxNavbarProfile = /*@__PURE__*/ defineContainer('ifx-navbar-profile', undefined, [
438
368
  'showLabel',
@@ -457,9 +387,6 @@ export const IfxPagination = /*@__PURE__*/ defineContainer('ifx-pagination', und
457
387
  'itemsPerPage',
458
388
  'ifxPageChange',
459
389
  'ifxItemsPerPageChange'
460
- ], [
461
- 'ifxPageChange',
462
- 'ifxItemsPerPageChange'
463
390
  ]);
464
391
  export const IfxProgressBar = /*@__PURE__*/ defineContainer('ifx-progress-bar', undefined, [
465
392
  'value',
@@ -475,9 +402,6 @@ export const IfxRadioButton = /*@__PURE__*/ defineContainer('ifx-radio-button',
475
402
  'checked',
476
403
  'ifxChange',
477
404
  'ifxError'
478
- ], [
479
- 'ifxChange',
480
- 'ifxError'
481
405
  ]);
482
406
  export const IfxRadioButtonGroup = /*@__PURE__*/ defineContainer('ifx-radio-button-group', undefined, [
483
407
  'alignment',
@@ -497,9 +421,6 @@ export const IfxSearchBar = /*@__PURE__*/ defineContainer('ifx-search-bar', unde
497
421
  'autocomplete',
498
422
  'ifxInput',
499
423
  'ifxOpen'
500
- ], [
501
- 'ifxInput',
502
- 'ifxOpen'
503
424
  ], 'value', 'ifxInput');
504
425
  export const IfxSearchField = /*@__PURE__*/ defineContainer('ifx-search-field', undefined, [
505
426
  'value',
@@ -529,12 +450,6 @@ export const IfxSearchField = /*@__PURE__*/ defineContainer('ifx-search-field',
529
450
  'ifxSuggestionSelected',
530
451
  'ifxFocus',
531
452
  'ifxBlur'
532
- ], [
533
- 'ifxInput',
534
- 'ifxSuggestionRequested',
535
- 'ifxSuggestionSelected',
536
- 'ifxFocus',
537
- 'ifxBlur'
538
453
  ], 'value', 'ifxInput');
539
454
  export const IfxSegment = /*@__PURE__*/ defineContainer('ifx-segment', undefined, [
540
455
  'icon',
@@ -542,8 +457,6 @@ export const IfxSegment = /*@__PURE__*/ defineContainer('ifx-segment', undefined
542
457
  'selected',
543
458
  'value',
544
459
  'segmentSelect'
545
- ], [
546
- 'segmentSelect'
547
460
  ]);
548
461
  export const IfxSegmentedControl = /*@__PURE__*/ defineContainer('ifx-segmented-control', undefined, [
549
462
  'caption',
@@ -552,8 +465,6 @@ export const IfxSegmentedControl = /*@__PURE__*/ defineContainer('ifx-segmented-
552
465
  'required',
553
466
  'error',
554
467
  'ifxChange'
555
- ], [
556
- 'ifxChange'
557
468
  ]);
558
469
  export const IfxSelect = /*@__PURE__*/ defineContainer('ifx-select', undefined, [
559
470
  'value',
@@ -609,9 +520,6 @@ export const IfxSelect = /*@__PURE__*/ defineContainer('ifx-select', undefined,
609
520
  'showClearButton',
610
521
  'ifxSelect',
611
522
  'ifxInput'
612
- ], [
613
- 'ifxSelect',
614
- 'ifxInput'
615
523
  ]);
616
524
  export const IfxSetFilter = /*@__PURE__*/ defineContainer('ifx-set-filter', undefined, [
617
525
  'filterName',
@@ -620,8 +528,6 @@ export const IfxSetFilter = /*@__PURE__*/ defineContainer('ifx-set-filter', unde
620
528
  'type',
621
529
  'options',
622
530
  'ifxFilterSelect'
623
- ], [
624
- 'ifxFilterSelect'
625
531
  ]);
626
532
  export const IfxSidebar = /*@__PURE__*/ defineContainer('ifx-sidebar', undefined, [
627
533
  'applicationName',
@@ -637,8 +543,6 @@ export const IfxSidebar = /*@__PURE__*/ defineContainer('ifx-sidebar', undefined
637
543
  'collapsed',
638
544
  'hideMenuLabel',
639
545
  'ifxSidebarCollapseChange'
640
- ], [
641
- 'ifxSidebarCollapseChange'
642
546
  ]);
643
547
  export const IfxSidebarItem = /*@__PURE__*/ defineContainer('ifx-sidebar-item', undefined, [
644
548
  'icon',
@@ -651,10 +555,6 @@ export const IfxSidebarItem = /*@__PURE__*/ defineContainer('ifx-sidebar-item',
651
555
  'ifxSidebarMenu',
652
556
  'ifxSidebarNavigationItem',
653
557
  'ifxSidebarActionItem'
654
- ], [
655
- 'ifxSidebarMenu',
656
- 'ifxSidebarNavigationItem',
657
- 'ifxSidebarActionItem'
658
558
  ]);
659
559
  export const IfxSidebarTitle = /*@__PURE__*/ defineContainer('ifx-sidebar-title', undefined, [
660
560
  'showInCollapsed'
@@ -675,8 +575,6 @@ export const IfxSlider = /*@__PURE__*/ defineContainer('ifx-slider', undefined,
675
575
  'type',
676
576
  'ariaLabel',
677
577
  'ifxChange'
678
- ], [
679
- 'ifxChange'
680
578
  ]);
681
579
  export const IfxSpinner = /*@__PURE__*/ defineContainer('ifx-spinner', undefined, [
682
580
  'size',
@@ -705,8 +603,6 @@ export const IfxStepper = /*@__PURE__*/ defineContainer('ifx-stepper', undefined
705
603
  'ariaLabel',
706
604
  'ariaCurrent',
707
605
  'ifxChange'
708
- ], [
709
- 'ifxChange'
710
606
  ]);
711
607
  export const IfxSwitch = /*@__PURE__*/ defineContainer('ifx-switch', undefined, [
712
608
  'checked',
@@ -714,8 +610,6 @@ export const IfxSwitch = /*@__PURE__*/ defineContainer('ifx-switch', undefined,
714
610
  'disabled',
715
611
  'value',
716
612
  'ifxChange'
717
- ], [
718
- 'ifxChange'
719
613
  ]);
720
614
  export const IfxTab = /*@__PURE__*/ defineContainer('ifx-tab', undefined, [
721
615
  'header',
@@ -723,8 +617,6 @@ export const IfxTab = /*@__PURE__*/ defineContainer('ifx-tab', undefined, [
723
617
  'icon',
724
618
  'iconPosition',
725
619
  'tabHeaderChange'
726
- ], [
727
- 'tabHeaderChange'
728
620
  ]);
729
621
  export const IfxTable = /*@__PURE__*/ defineContainer('ifx-table', undefined, [
730
622
  'cols',
@@ -749,17 +641,12 @@ export const IfxTabs = /*@__PURE__*/ defineContainer('ifx-tabs', undefined, [
749
641
  'activeTabIndex',
750
642
  'fullWidth',
751
643
  'ifxChange'
752
- ], [
753
- 'ifxChange'
754
644
  ]);
755
645
  export const IfxTemplate = /*@__PURE__*/ defineContainer('ifx-template', undefined, [
756
646
  'name',
757
647
  'thumbnail',
758
648
  'toggleTemplates',
759
649
  'fieldError'
760
- ], [
761
- 'toggleTemplates',
762
- 'fieldError'
763
650
  ]);
764
651
  export const IfxTemplatesUi = /*@__PURE__*/ defineContainer('ifx-templates-ui', undefined);
765
652
  export const IfxTextField = /*@__PURE__*/ defineContainer('ifx-text-field', undefined, [
@@ -780,8 +667,6 @@ export const IfxTextField = /*@__PURE__*/ defineContainer('ifx-text-field', unde
780
667
  'type',
781
668
  'internalId',
782
669
  'ifxInput'
783
- ], [
784
- 'ifxInput'
785
670
  ], 'value', 'ifxInput');
786
671
  export const IfxTextarea = /*@__PURE__*/ defineContainer('ifx-textarea', undefined, [
787
672
  'caption',
@@ -800,8 +685,6 @@ export const IfxTextarea = /*@__PURE__*/ defineContainer('ifx-textarea', undefin
800
685
  'wrap',
801
686
  'fullWidth',
802
687
  'ifxInput'
803
- ], [
804
- 'ifxInput'
805
688
  ]);
806
689
  export const IfxTooltip = /*@__PURE__*/ defineContainer('ifx-tooltip', undefined, [
807
690
  'header',
@@ -818,9 +701,6 @@ export const IfxTreeView = /*@__PURE__*/ defineContainer('ifx-tree-view', undefi
818
701
  'ariaLabel',
819
702
  'ifxTreeViewExpandAllChange',
820
703
  'ifxTreeViewDisableAllChange'
821
- ], [
822
- 'ifxTreeViewExpandAllChange',
823
- 'ifxTreeViewDisableAllChange'
824
704
  ]);
825
705
  export const IfxTreeViewItem = /*@__PURE__*/ defineContainer('ifx-tree-view-item', undefined, [
826
706
  'expanded',
@@ -832,9 +712,5 @@ export const IfxTreeViewItem = /*@__PURE__*/ defineContainer('ifx-tree-view-item
832
712
  'ifxTreeViewItemExpandChange',
833
713
  'ifxTreeViewItemCheckChange',
834
714
  'ifxTreeViewItemDisableChange'
835
- ], [
836
- 'ifxTreeViewItemExpandChange',
837
- 'ifxTreeViewItemCheckChange',
838
- 'ifxTreeViewItemDisableChange'
839
715
  ]);
840
716
  //# sourceMappingURL=components.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../lib/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../lib/components.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ export interface InputProps<T> {
2
+ modelValue?: T;
3
+ }
4
+ /**
5
+ * Create a callback to define a Vue component wrapper around a Web Component.
6
+ *
7
+ * @prop name - The component tag name (i.e. `ion-button`)
8
+ * @prop componentProps - An array of properties on the
9
+ * component. These usually match up with the @Prop definitions
10
+ * in each component's TSX file.
11
+ * @prop customElement - An option custom element instance to pass
12
+ * to customElements.define. Only set if `includeImportCustomElements: true` in your config.
13
+ * @prop modelProp - The prop that v-model binds to (i.e. value)
14
+ * @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
15
+ */
16
+ export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;
@@ -0,0 +1,196 @@
1
+ // @ts-nocheck
2
+ // It's easier and safer for Volar to disable typechecking and let the return type inference do its job.
3
+ import { defineComponent, getCurrentInstance, h, inject, ref, withDirectives } from 'vue';
4
+ const UPDATE_VALUE_EVENT = 'update:modelValue';
5
+ const MODEL_VALUE = 'modelValue';
6
+ const ROUTER_LINK_VALUE = 'routerLink';
7
+ const NAV_MANAGER = 'navManager';
8
+ const ROUTER_PROP_PREFIX = 'router';
9
+ const ARIA_PROP_PREFIX = 'aria';
10
+ /**
11
+ * Starting in Vue 3.1.0, all properties are
12
+ * added as keys to the props object, even if
13
+ * they are not being used. In order to correctly
14
+ * account for both value props and v-model props,
15
+ * we need to check if the key exists for Vue <3.1.0
16
+ * and then check if it is not undefined for Vue >= 3.1.0.
17
+ * See https://github.com/vuejs/vue-next/issues/3889
18
+ */
19
+ const EMPTY_PROP = Symbol();
20
+ const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
21
+ const getComponentClasses = (classes) => {
22
+ return classes?.split(' ') || [];
23
+ };
24
+ const getElementClasses = (ref, componentClasses, defaultClasses = []) => {
25
+ return [...Array.from(ref.value?.classList || []), ...defaultClasses].filter((c, i, self) => !componentClasses.has(c) && self.indexOf(c) === i);
26
+ };
27
+ /**
28
+ * Create a callback to define a Vue component wrapper around a Web Component.
29
+ *
30
+ * @prop name - The component tag name (i.e. `ion-button`)
31
+ * @prop componentProps - An array of properties on the
32
+ * component. These usually match up with the @Prop definitions
33
+ * in each component's TSX file.
34
+ * @prop customElement - An option custom element instance to pass
35
+ * to customElements.define. Only set if `includeImportCustomElements: true` in your config.
36
+ * @prop modelProp - The prop that v-model binds to (i.e. value)
37
+ * @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
38
+ */
39
+ export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent) => {
40
+ /**
41
+ * Create a Vue component wrapper around a Web Component.
42
+ * Note: The `props` here are not all properties on a component.
43
+ * They refer to whatever properties are set on an instance of a component.
44
+ */
45
+ if (defineCustomElement !== undefined) {
46
+ defineCustomElement();
47
+ }
48
+ const Container = defineComponent((props, { attrs, slots, emit }) => {
49
+ let modelPropValue = props[modelProp];
50
+ const containerRef = ref();
51
+ const classes = new Set(getComponentClasses(attrs.class));
52
+ /**
53
+ * This directive is responsible for updating any reactive
54
+ * reference associated with v-model on the component.
55
+ * This code must be run inside of the "created" callback.
56
+ * Since the following listener callbacks as well as any potential
57
+ * event callback defined in the developer's app are set on
58
+ * the same element, we need to make sure the following callbacks
59
+ * are set first so they fire first. If the developer's callback fires first
60
+ * then the reactive reference will not have been updated yet.
61
+ */
62
+ const vModelDirective = {
63
+ created: (el) => {
64
+ const eventsNames = Array.isArray(modelUpdateEvent) ? modelUpdateEvent : [modelUpdateEvent];
65
+ eventsNames.forEach((eventName) => {
66
+ el.addEventListener(eventName.toLowerCase(), (e) => {
67
+ /**
68
+ * Only update the v-model binding if the event's target is the element we are
69
+ * listening on. For example, Component A could emit ionChange, but it could also
70
+ * have a descendant Component B that also emits ionChange. We only want to update
71
+ * the v-model for Component A when ionChange originates from that element and not
72
+ * when ionChange bubbles up from Component B.
73
+ */
74
+ if (e.target.tagName === el.tagName) {
75
+ modelPropValue = (e?.target)[modelProp];
76
+ emit(UPDATE_VALUE_EVENT, modelPropValue);
77
+ }
78
+ });
79
+ });
80
+ },
81
+ };
82
+ const currentInstance = getCurrentInstance();
83
+ const hasRouter = currentInstance?.appContext?.provides[NAV_MANAGER];
84
+ const navManager = hasRouter ? inject(NAV_MANAGER) : undefined;
85
+ const handleRouterLink = (ev) => {
86
+ const { routerLink } = props;
87
+ if (routerLink === EMPTY_PROP)
88
+ return;
89
+ if (navManager !== undefined) {
90
+ /**
91
+ * This prevents the browser from
92
+ * performing a page reload when pressing
93
+ * an Ionic component with routerLink.
94
+ * The page reload interferes with routing
95
+ * and causes ion-back-button to disappear
96
+ * since the local history is wiped on reload.
97
+ */
98
+ ev.preventDefault();
99
+ let navigationPayload = { event: ev };
100
+ for (const key in props) {
101
+ const value = props[key];
102
+ if (props.hasOwnProperty(key) && key.startsWith(ROUTER_PROP_PREFIX) && value !== EMPTY_PROP) {
103
+ navigationPayload[key] = value;
104
+ }
105
+ }
106
+ navManager.navigate(navigationPayload);
107
+ }
108
+ else {
109
+ console.warn('Tried to navigate, but no router was found. Make sure you have mounted Vue Router.');
110
+ }
111
+ };
112
+ return () => {
113
+ modelPropValue = props[modelProp];
114
+ getComponentClasses(attrs.class).forEach((value) => {
115
+ classes.add(value);
116
+ });
117
+ const oldClick = props.onClick;
118
+ const handleClick = (ev) => {
119
+ if (oldClick !== undefined) {
120
+ oldClick(ev);
121
+ }
122
+ if (!ev.defaultPrevented) {
123
+ handleRouterLink(ev);
124
+ }
125
+ };
126
+ let propsToAdd = {
127
+ ref: containerRef,
128
+ class: getElementClasses(containerRef, classes),
129
+ onClick: handleClick,
130
+ };
131
+ /**
132
+ * We can use Object.entries here
133
+ * to avoid the hasOwnProperty check,
134
+ * but that would require 2 iterations
135
+ * where as this only requires 1.
136
+ */
137
+ for (const key in props) {
138
+ const value = props[key];
139
+ if ((props.hasOwnProperty(key) && value !== EMPTY_PROP) || key.startsWith(ARIA_PROP_PREFIX)) {
140
+ propsToAdd[key] = value;
141
+ }
142
+ }
143
+ if (modelProp) {
144
+ /**
145
+ * If form value property was set using v-model
146
+ * then we should use that value.
147
+ * Otherwise, check to see if form value property
148
+ * was set as a static value (i.e. no v-model).
149
+ */
150
+ if (props[MODEL_VALUE] !== EMPTY_PROP) {
151
+ propsToAdd = {
152
+ ...propsToAdd,
153
+ [modelProp]: props[MODEL_VALUE],
154
+ };
155
+ }
156
+ else if (modelPropValue !== EMPTY_PROP) {
157
+ propsToAdd = {
158
+ ...propsToAdd,
159
+ [modelProp]: modelPropValue,
160
+ };
161
+ }
162
+ }
163
+ // If router link is defined, add href to props
164
+ // in order to properly render an anchor tag inside
165
+ // of components that should become activatable and
166
+ // focusable with router link.
167
+ if (props[ROUTER_LINK_VALUE] !== EMPTY_PROP) {
168
+ propsToAdd = {
169
+ ...propsToAdd,
170
+ href: props[ROUTER_LINK_VALUE],
171
+ };
172
+ }
173
+ /**
174
+ * vModelDirective is only needed on components that support v-model.
175
+ * As a result, we conditionally call withDirectives with v-model components.
176
+ */
177
+ const node = h(name, propsToAdd, slots.default && slots.default());
178
+ return modelProp === undefined ? node : withDirectives(node, [[vModelDirective]]);
179
+ };
180
+ });
181
+ if (typeof Container !== 'function') {
182
+ Container.name = name;
183
+ Container.props = {
184
+ [ROUTER_LINK_VALUE]: DEFAULT_EMPTY_PROP,
185
+ };
186
+ componentProps.forEach((componentProp) => {
187
+ Container.props[componentProp] = DEFAULT_EMPTY_PROP;
188
+ });
189
+ if (modelProp) {
190
+ Container.props[MODEL_VALUE] = DEFAULT_EMPTY_PROP;
191
+ Container.emits = [UPDATE_VALUE_EVENT];
192
+ }
193
+ }
194
+ return Container;
195
+ };
196
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../lib/vue-component-lib/utils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/infineon-design-system-vue",
3
- "version": "39.5.3--canary.2143.16bc8f3e0eeebd3d5fca2ecbdd97cc26bfe65b83.0",
3
+ "version": "39.5.3--canary.1723.86d5ce18514a73a5a8df08724d3a552bf79b3609.0",
4
4
  "description": "Infineon design system Stencil web components for Vue",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,8 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@infineon/design-system-tokens": "5.0.0",
33
- "@infineon/infineon-design-system-stencil": "39.5.3--canary.2143.16bc8f3e0eeebd3d5fca2ecbdd97cc26bfe65b83.0",
34
- "@stencil/vue-output-target": "^0.10.8"
33
+ "@infineon/infineon-design-system-stencil": "39.5.3--canary.1723.86d5ce18514a73a5a8df08724d3a552bf79b3609.0"
35
34
  },
36
35
  "auto": {
37
36
  "plugins": [