@infineon/infineon-design-system-react 39.6.0--canary.2100.20337516878.0 → 39.6.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.
@@ -87,7 +87,7 @@ import React from 'react';
87
87
  export const IfxAccordion = /*@__PURE__*/ createComponent({
88
88
  tagName: 'ifx-accordion',
89
89
  elementClass: IfxAccordionElement,
90
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
90
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
91
91
  react: React,
92
92
  events: {},
93
93
  defineCustomElement: defineIfxAccordion
@@ -95,7 +95,7 @@ export const IfxAccordion = /*@__PURE__*/ createComponent({
95
95
  export const IfxAccordionItem = /*@__PURE__*/ createComponent({
96
96
  tagName: 'ifx-accordion-item',
97
97
  elementClass: IfxAccordionItemElement,
98
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
98
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
99
99
  react: React,
100
100
  events: {
101
101
  onIfxOpen: 'ifxOpen',
@@ -106,7 +106,7 @@ export const IfxAccordionItem = /*@__PURE__*/ createComponent({
106
106
  export const IfxActionList = /*@__PURE__*/ createComponent({
107
107
  tagName: 'ifx-action-list',
108
108
  elementClass: IfxActionListElement,
109
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
109
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
110
110
  react: React,
111
111
  events: {},
112
112
  defineCustomElement: defineIfxActionList
@@ -114,7 +114,7 @@ export const IfxActionList = /*@__PURE__*/ createComponent({
114
114
  export const IfxActionListItem = /*@__PURE__*/ createComponent({
115
115
  tagName: 'ifx-action-list-item',
116
116
  elementClass: IfxActionListItemElement,
117
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
117
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
118
118
  react: React,
119
119
  events: { onIfxActionListItemClick: 'ifxActionListItemClick' },
120
120
  defineCustomElement: defineIfxActionListItem
@@ -122,7 +122,7 @@ export const IfxActionListItem = /*@__PURE__*/ createComponent({
122
122
  export const IfxAlert = /*@__PURE__*/ createComponent({
123
123
  tagName: 'ifx-alert',
124
124
  elementClass: IfxAlertElement,
125
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
125
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
126
126
  react: React,
127
127
  events: { onIfxClose: 'ifxClose' },
128
128
  defineCustomElement: defineIfxAlert
@@ -130,7 +130,7 @@ export const IfxAlert = /*@__PURE__*/ createComponent({
130
130
  export const IfxBasicTable = /*@__PURE__*/ createComponent({
131
131
  tagName: 'ifx-basic-table',
132
132
  elementClass: IfxBasicTableElement,
133
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
133
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
134
134
  react: React,
135
135
  events: {},
136
136
  defineCustomElement: defineIfxBasicTable
@@ -138,7 +138,7 @@ export const IfxBasicTable = /*@__PURE__*/ createComponent({
138
138
  export const IfxBreadcrumb = /*@__PURE__*/ createComponent({
139
139
  tagName: 'ifx-breadcrumb',
140
140
  elementClass: IfxBreadcrumbElement,
141
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
141
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
142
142
  react: React,
143
143
  events: {},
144
144
  defineCustomElement: defineIfxBreadcrumb
@@ -146,7 +146,7 @@ export const IfxBreadcrumb = /*@__PURE__*/ createComponent({
146
146
  export const IfxBreadcrumbItem = /*@__PURE__*/ createComponent({
147
147
  tagName: 'ifx-breadcrumb-item',
148
148
  elementClass: IfxBreadcrumbItemElement,
149
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
149
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
150
150
  react: React,
151
151
  events: {},
152
152
  defineCustomElement: defineIfxBreadcrumbItem
@@ -154,7 +154,7 @@ export const IfxBreadcrumbItem = /*@__PURE__*/ createComponent({
154
154
  export const IfxBreadcrumbItemLabel = /*@__PURE__*/ createComponent({
155
155
  tagName: 'ifx-breadcrumb-item-label',
156
156
  elementClass: IfxBreadcrumbItemLabelElement,
157
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
157
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
158
158
  react: React,
159
159
  events: { onBreadcrumbMenuIconWrapper: 'breadcrumbMenuIconWrapper' },
160
160
  defineCustomElement: defineIfxBreadcrumbItemLabel
@@ -162,7 +162,7 @@ export const IfxBreadcrumbItemLabel = /*@__PURE__*/ createComponent({
162
162
  export const IfxButton = /*@__PURE__*/ createComponent({
163
163
  tagName: 'ifx-button',
164
164
  elementClass: IfxButtonElement,
165
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
165
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
166
166
  react: React,
167
167
  events: {},
168
168
  defineCustomElement: defineIfxButton
@@ -170,7 +170,7 @@ export const IfxButton = /*@__PURE__*/ createComponent({
170
170
  export const IfxCard = /*@__PURE__*/ createComponent({
171
171
  tagName: 'ifx-card',
172
172
  elementClass: IfxCardElement,
173
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
173
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
174
174
  react: React,
175
175
  events: {},
176
176
  defineCustomElement: defineIfxCard
@@ -178,7 +178,7 @@ export const IfxCard = /*@__PURE__*/ createComponent({
178
178
  export const IfxCardHeadline = /*@__PURE__*/ createComponent({
179
179
  tagName: 'ifx-card-headline',
180
180
  elementClass: IfxCardHeadlineElement,
181
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
181
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
182
182
  react: React,
183
183
  events: {},
184
184
  defineCustomElement: defineIfxCardHeadline
@@ -186,7 +186,7 @@ export const IfxCardHeadline = /*@__PURE__*/ createComponent({
186
186
  export const IfxCardImage = /*@__PURE__*/ createComponent({
187
187
  tagName: 'ifx-card-image',
188
188
  elementClass: IfxCardImageElement,
189
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
189
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
190
190
  react: React,
191
191
  events: { onImgPosition: 'imgPosition' },
192
192
  defineCustomElement: defineIfxCardImage
@@ -194,7 +194,7 @@ export const IfxCardImage = /*@__PURE__*/ createComponent({
194
194
  export const IfxCardLinks = /*@__PURE__*/ createComponent({
195
195
  tagName: 'ifx-card-links',
196
196
  elementClass: IfxCardLinksElement,
197
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
197
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
198
198
  react: React,
199
199
  events: {},
200
200
  defineCustomElement: defineIfxCardLinks
@@ -202,7 +202,7 @@ export const IfxCardLinks = /*@__PURE__*/ createComponent({
202
202
  export const IfxCardOverline = /*@__PURE__*/ createComponent({
203
203
  tagName: 'ifx-card-overline',
204
204
  elementClass: IfxCardOverlineElement,
205
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
205
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
206
206
  react: React,
207
207
  events: {},
208
208
  defineCustomElement: defineIfxCardOverline
@@ -210,7 +210,7 @@ export const IfxCardOverline = /*@__PURE__*/ createComponent({
210
210
  export const IfxCardText = /*@__PURE__*/ createComponent({
211
211
  tagName: 'ifx-card-text',
212
212
  elementClass: IfxCardTextElement,
213
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
213
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
214
214
  react: React,
215
215
  events: {},
216
216
  defineCustomElement: defineIfxCardText
@@ -218,7 +218,7 @@ export const IfxCardText = /*@__PURE__*/ createComponent({
218
218
  export const IfxCheckbox = /*@__PURE__*/ createComponent({
219
219
  tagName: 'ifx-checkbox',
220
220
  elementClass: IfxCheckboxElement,
221
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
221
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
222
222
  react: React,
223
223
  events: {
224
224
  onIfxChange: 'ifxChange',
@@ -229,7 +229,7 @@ export const IfxCheckbox = /*@__PURE__*/ createComponent({
229
229
  export const IfxCheckboxGroup = /*@__PURE__*/ createComponent({
230
230
  tagName: 'ifx-checkbox-group',
231
231
  elementClass: IfxCheckboxGroupElement,
232
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
232
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
233
233
  react: React,
234
234
  events: {},
235
235
  defineCustomElement: defineIfxCheckboxGroup
@@ -237,7 +237,7 @@ export const IfxCheckboxGroup = /*@__PURE__*/ createComponent({
237
237
  export const IfxChip = /*@__PURE__*/ createComponent({
238
238
  tagName: 'ifx-chip',
239
239
  elementClass: IfxChipElement,
240
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
240
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
241
241
  react: React,
242
242
  events: { onIfxChange: 'ifxChange' },
243
243
  defineCustomElement: defineIfxChip
@@ -245,7 +245,7 @@ export const IfxChip = /*@__PURE__*/ createComponent({
245
245
  export const IfxChipItem = /*@__PURE__*/ createComponent({
246
246
  tagName: 'ifx-chip-item',
247
247
  elementClass: IfxChipItemElement,
248
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
248
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
249
249
  react: React,
250
250
  events: { onIfxChipItemSelect: 'ifxChipItemSelect' },
251
251
  defineCustomElement: defineIfxChipItem
@@ -253,7 +253,7 @@ export const IfxChipItem = /*@__PURE__*/ createComponent({
253
253
  export const IfxContentSwitcher = /*@__PURE__*/ createComponent({
254
254
  tagName: 'ifx-content-switcher',
255
255
  elementClass: IfxContentSwitcherElement,
256
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
256
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
257
257
  react: React,
258
258
  events: { onIfxChange: 'ifxChange' },
259
259
  defineCustomElement: defineIfxContentSwitcher
@@ -261,7 +261,7 @@ export const IfxContentSwitcher = /*@__PURE__*/ createComponent({
261
261
  export const IfxContentSwitcherItem = /*@__PURE__*/ createComponent({
262
262
  tagName: 'ifx-content-switcher-item',
263
263
  elementClass: IfxContentSwitcherItemElement,
264
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
264
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
265
265
  react: React,
266
266
  events: {},
267
267
  defineCustomElement: defineIfxContentSwitcherItem
@@ -269,7 +269,7 @@ export const IfxContentSwitcherItem = /*@__PURE__*/ createComponent({
269
269
  export const IfxDatePicker = /*@__PURE__*/ createComponent({
270
270
  tagName: 'ifx-date-picker',
271
271
  elementClass: IfxDatePickerElement,
272
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
272
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
273
273
  react: React,
274
274
  events: { onIfxDate: 'ifxDate' },
275
275
  defineCustomElement: defineIfxDatePicker
@@ -277,7 +277,7 @@ export const IfxDatePicker = /*@__PURE__*/ createComponent({
277
277
  export const IfxDownload = /*@__PURE__*/ createComponent({
278
278
  tagName: 'ifx-download',
279
279
  elementClass: IfxDownloadElement,
280
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
280
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
281
281
  react: React,
282
282
  events: {},
283
283
  defineCustomElement: defineIfxDownload
@@ -285,7 +285,7 @@ export const IfxDownload = /*@__PURE__*/ createComponent({
285
285
  export const IfxDropdown = /*@__PURE__*/ createComponent({
286
286
  tagName: 'ifx-dropdown',
287
287
  elementClass: IfxDropdownElement,
288
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
288
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
289
289
  react: React,
290
290
  events: {
291
291
  onIfxOpen: 'ifxOpen',
@@ -297,7 +297,7 @@ export const IfxDropdown = /*@__PURE__*/ createComponent({
297
297
  export const IfxDropdownHeader = /*@__PURE__*/ createComponent({
298
298
  tagName: 'ifx-dropdown-header',
299
299
  elementClass: IfxDropdownHeaderElement,
300
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
300
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
301
301
  react: React,
302
302
  events: {},
303
303
  defineCustomElement: defineIfxDropdownHeader
@@ -305,7 +305,7 @@ export const IfxDropdownHeader = /*@__PURE__*/ createComponent({
305
305
  export const IfxDropdownItem = /*@__PURE__*/ createComponent({
306
306
  tagName: 'ifx-dropdown-item',
307
307
  elementClass: IfxDropdownItemElement,
308
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
308
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
309
309
  react: React,
310
310
  events: { onIfxDropdownItem: 'ifxDropdownItem' },
311
311
  defineCustomElement: defineIfxDropdownItem
@@ -313,7 +313,7 @@ export const IfxDropdownItem = /*@__PURE__*/ createComponent({
313
313
  export const IfxDropdownMenu = /*@__PURE__*/ createComponent({
314
314
  tagName: 'ifx-dropdown-menu',
315
315
  elementClass: IfxDropdownMenuElement,
316
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
316
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
317
317
  react: React,
318
318
  events: {
319
319
  onMenuSize: 'menuSize',
@@ -324,7 +324,7 @@ export const IfxDropdownMenu = /*@__PURE__*/ createComponent({
324
324
  export const IfxDropdownSeparator = /*@__PURE__*/ createComponent({
325
325
  tagName: 'ifx-dropdown-separator',
326
326
  elementClass: IfxDropdownSeparatorElement,
327
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
327
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
328
328
  react: React,
329
329
  events: {},
330
330
  defineCustomElement: defineIfxDropdownSeparator
@@ -332,7 +332,7 @@ export const IfxDropdownSeparator = /*@__PURE__*/ createComponent({
332
332
  export const IfxDropdownTrigger = /*@__PURE__*/ createComponent({
333
333
  tagName: 'ifx-dropdown-trigger',
334
334
  elementClass: IfxDropdownTriggerElement,
335
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
335
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
336
336
  react: React,
337
337
  events: {},
338
338
  defineCustomElement: defineIfxDropdownTrigger
@@ -340,7 +340,7 @@ export const IfxDropdownTrigger = /*@__PURE__*/ createComponent({
340
340
  export const IfxDropdownTriggerButton = /*@__PURE__*/ createComponent({
341
341
  tagName: 'ifx-dropdown-trigger-button',
342
342
  elementClass: IfxDropdownTriggerButtonElement,
343
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
343
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
344
344
  react: React,
345
345
  events: {},
346
346
  defineCustomElement: defineIfxDropdownTriggerButton
@@ -348,7 +348,7 @@ export const IfxDropdownTriggerButton = /*@__PURE__*/ createComponent({
348
348
  export const IfxFaq = /*@__PURE__*/ createComponent({
349
349
  tagName: 'ifx-faq',
350
350
  elementClass: IfxFaqElement,
351
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
351
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
352
352
  react: React,
353
353
  events: {},
354
354
  defineCustomElement: defineIfxFaq
@@ -356,7 +356,7 @@ export const IfxFaq = /*@__PURE__*/ createComponent({
356
356
  export const IfxFileUpload = /*@__PURE__*/ createComponent({
357
357
  tagName: 'ifx-file-upload',
358
358
  elementClass: IfxFileUploadElement,
359
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
359
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
360
360
  react: React,
361
361
  events: {
362
362
  onIfxFileUploadAdd: 'ifxFileUploadAdd',
@@ -379,7 +379,7 @@ export const IfxFileUpload = /*@__PURE__*/ createComponent({
379
379
  export const IfxFilterAccordion = /*@__PURE__*/ createComponent({
380
380
  tagName: 'ifx-filter-accordion',
381
381
  elementClass: IfxFilterAccordionElement,
382
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
382
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
383
383
  react: React,
384
384
  events: { onIfxFilterAccordionChange: 'ifxFilterAccordionChange' },
385
385
  defineCustomElement: defineIfxFilterAccordion
@@ -387,7 +387,7 @@ export const IfxFilterAccordion = /*@__PURE__*/ createComponent({
387
387
  export const IfxFilterBar = /*@__PURE__*/ createComponent({
388
388
  tagName: 'ifx-filter-bar',
389
389
  elementClass: IfxFilterBarElement,
390
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
390
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
391
391
  react: React,
392
392
  events: { onIfxTopbarFilterChange: 'ifxTopbarFilterChange' },
393
393
  defineCustomElement: defineIfxFilterBar
@@ -395,7 +395,7 @@ export const IfxFilterBar = /*@__PURE__*/ createComponent({
395
395
  export const IfxFilterSearch = /*@__PURE__*/ createComponent({
396
396
  tagName: 'ifx-filter-search',
397
397
  elementClass: IfxFilterSearchElement,
398
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
398
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
399
399
  react: React,
400
400
  events: { onIfxFilterSearchChange: 'ifxFilterSearchChange' },
401
401
  defineCustomElement: defineIfxFilterSearch
@@ -403,7 +403,7 @@ export const IfxFilterSearch = /*@__PURE__*/ createComponent({
403
403
  export const IfxFilterTypeGroup = /*@__PURE__*/ createComponent({
404
404
  tagName: 'ifx-filter-type-group',
405
405
  elementClass: IfxFilterTypeGroupElement,
406
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
406
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
407
407
  react: React,
408
408
  events: { onIfxSidebarFilterChange: 'ifxSidebarFilterChange' },
409
409
  defineCustomElement: defineIfxFilterTypeGroup
@@ -411,7 +411,7 @@ export const IfxFilterTypeGroup = /*@__PURE__*/ createComponent({
411
411
  export const IfxFooter = /*@__PURE__*/ createComponent({
412
412
  tagName: 'ifx-footer',
413
413
  elementClass: IfxFooterElement,
414
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
414
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
415
415
  react: React,
416
416
  events: {},
417
417
  defineCustomElement: defineIfxFooter
@@ -419,7 +419,7 @@ export const IfxFooter = /*@__PURE__*/ createComponent({
419
419
  export const IfxFooterColumn = /*@__PURE__*/ createComponent({
420
420
  tagName: 'ifx-footer-column',
421
421
  elementClass: IfxFooterColumnElement,
422
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
422
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
423
423
  react: React,
424
424
  events: {},
425
425
  defineCustomElement: defineIfxFooterColumn
@@ -427,7 +427,7 @@ export const IfxFooterColumn = /*@__PURE__*/ createComponent({
427
427
  export const IfxIcon = /*@__PURE__*/ createComponent({
428
428
  tagName: 'ifx-icon',
429
429
  elementClass: IfxIconElement,
430
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
430
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
431
431
  react: React,
432
432
  events: { onConsoleError: 'consoleError' },
433
433
  defineCustomElement: defineIfxIcon
@@ -435,7 +435,7 @@ export const IfxIcon = /*@__PURE__*/ createComponent({
435
435
  export const IfxIconButton = /*@__PURE__*/ createComponent({
436
436
  tagName: 'ifx-icon-button',
437
437
  elementClass: IfxIconButtonElement,
438
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
438
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
439
439
  react: React,
440
440
  events: {},
441
441
  defineCustomElement: defineIfxIconButton
@@ -443,7 +443,7 @@ export const IfxIconButton = /*@__PURE__*/ createComponent({
443
443
  export const IfxIconsPreview = /*@__PURE__*/ createComponent({
444
444
  tagName: 'ifx-icons-preview',
445
445
  elementClass: IfxIconsPreviewElement,
446
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
446
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
447
447
  react: React,
448
448
  events: {},
449
449
  defineCustomElement: defineIfxIconsPreview
@@ -451,7 +451,7 @@ export const IfxIconsPreview = /*@__PURE__*/ createComponent({
451
451
  export const IfxIndicator = /*@__PURE__*/ createComponent({
452
452
  tagName: 'ifx-indicator',
453
453
  elementClass: IfxIndicatorElement,
454
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
454
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
455
455
  react: React,
456
456
  events: {},
457
457
  defineCustomElement: defineIfxIndicator
@@ -459,7 +459,7 @@ export const IfxIndicator = /*@__PURE__*/ createComponent({
459
459
  export const IfxLink = /*@__PURE__*/ createComponent({
460
460
  tagName: 'ifx-link',
461
461
  elementClass: IfxLinkElement,
462
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
462
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
463
463
  react: React,
464
464
  events: {},
465
465
  defineCustomElement: defineIfxLink
@@ -467,7 +467,7 @@ export const IfxLink = /*@__PURE__*/ createComponent({
467
467
  export const IfxList = /*@__PURE__*/ createComponent({
468
468
  tagName: 'ifx-list',
469
469
  elementClass: IfxListElement,
470
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
470
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
471
471
  react: React,
472
472
  events: { onIfxListUpdate: 'ifxListUpdate' },
473
473
  defineCustomElement: defineIfxList
@@ -475,7 +475,7 @@ export const IfxList = /*@__PURE__*/ createComponent({
475
475
  export const IfxListEntry = /*@__PURE__*/ createComponent({
476
476
  tagName: 'ifx-list-entry',
477
477
  elementClass: IfxListEntryElement,
478
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
478
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
479
479
  react: React,
480
480
  events: { onIfxListEntryChange: 'ifxListEntryChange' },
481
481
  defineCustomElement: defineIfxListEntry
@@ -483,7 +483,7 @@ export const IfxListEntry = /*@__PURE__*/ createComponent({
483
483
  export const IfxModal = /*@__PURE__*/ createComponent({
484
484
  tagName: 'ifx-modal',
485
485
  elementClass: IfxModalElement,
486
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
486
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
487
487
  react: React,
488
488
  events: {
489
489
  onIfxOpen: 'ifxOpen',
@@ -494,7 +494,7 @@ export const IfxModal = /*@__PURE__*/ createComponent({
494
494
  export const IfxMultiselect = /*@__PURE__*/ createComponent({
495
495
  tagName: 'ifx-multiselect',
496
496
  elementClass: IfxMultiselectElement,
497
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
497
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
498
498
  react: React,
499
499
  events: {
500
500
  onIfxSelect: 'ifxSelect',
@@ -505,7 +505,7 @@ export const IfxMultiselect = /*@__PURE__*/ createComponent({
505
505
  export const IfxMultiselectOption = /*@__PURE__*/ createComponent({
506
506
  tagName: 'ifx-multiselect-option',
507
507
  elementClass: IfxMultiselectOptionElement,
508
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
508
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
509
509
  react: React,
510
510
  events: {},
511
511
  defineCustomElement: defineIfxMultiselectOption
@@ -513,7 +513,7 @@ export const IfxMultiselectOption = /*@__PURE__*/ createComponent({
513
513
  export const IfxNavbar = /*@__PURE__*/ createComponent({
514
514
  tagName: 'ifx-navbar',
515
515
  elementClass: IfxNavbarElement,
516
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
516
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
517
517
  react: React,
518
518
  events: { onIfxNavbarMobileMenuIsOpen: 'ifxNavbarMobileMenuIsOpen' },
519
519
  defineCustomElement: defineIfxNavbar
@@ -521,7 +521,7 @@ export const IfxNavbar = /*@__PURE__*/ createComponent({
521
521
  export const IfxNavbarItem = /*@__PURE__*/ createComponent({
522
522
  tagName: 'ifx-navbar-item',
523
523
  elementClass: IfxNavbarItemElement,
524
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
524
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
525
525
  react: React,
526
526
  events: { onIfxNavItem: 'ifxNavItem' },
527
527
  defineCustomElement: defineIfxNavbarItem
@@ -529,7 +529,7 @@ export const IfxNavbarItem = /*@__PURE__*/ createComponent({
529
529
  export const IfxNavbarProfile = /*@__PURE__*/ createComponent({
530
530
  tagName: 'ifx-navbar-profile',
531
531
  elementClass: IfxNavbarProfileElement,
532
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
532
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
533
533
  react: React,
534
534
  events: {},
535
535
  defineCustomElement: defineIfxNavbarProfile
@@ -537,7 +537,7 @@ export const IfxNavbarProfile = /*@__PURE__*/ createComponent({
537
537
  export const IfxNotification = /*@__PURE__*/ createComponent({
538
538
  tagName: 'ifx-notification',
539
539
  elementClass: IfxNotificationElement,
540
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
540
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
541
541
  react: React,
542
542
  events: {},
543
543
  defineCustomElement: defineIfxNotification
@@ -545,7 +545,7 @@ export const IfxNotification = /*@__PURE__*/ createComponent({
545
545
  export const IfxOverviewTable = /*@__PURE__*/ createComponent({
546
546
  tagName: 'ifx-overview-table',
547
547
  elementClass: IfxOverviewTableElement,
548
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
548
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
549
549
  react: React,
550
550
  events: {},
551
551
  defineCustomElement: defineIfxOverviewTable
@@ -553,7 +553,7 @@ export const IfxOverviewTable = /*@__PURE__*/ createComponent({
553
553
  export const IfxPagination = /*@__PURE__*/ createComponent({
554
554
  tagName: 'ifx-pagination',
555
555
  elementClass: IfxPaginationElement,
556
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
556
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
557
557
  react: React,
558
558
  events: {
559
559
  onIfxPageChange: 'ifxPageChange',
@@ -564,7 +564,7 @@ export const IfxPagination = /*@__PURE__*/ createComponent({
564
564
  export const IfxProgressBar = /*@__PURE__*/ createComponent({
565
565
  tagName: 'ifx-progress-bar',
566
566
  elementClass: IfxProgressBarElement,
567
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
567
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
568
568
  react: React,
569
569
  events: {},
570
570
  defineCustomElement: defineIfxProgressBar
@@ -572,7 +572,7 @@ export const IfxProgressBar = /*@__PURE__*/ createComponent({
572
572
  export const IfxRadioButton = /*@__PURE__*/ createComponent({
573
573
  tagName: 'ifx-radio-button',
574
574
  elementClass: IfxRadioButtonElement,
575
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
575
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
576
576
  react: React,
577
577
  events: {
578
578
  onIfxChange: 'ifxChange',
@@ -583,7 +583,7 @@ export const IfxRadioButton = /*@__PURE__*/ createComponent({
583
583
  export const IfxRadioButtonGroup = /*@__PURE__*/ createComponent({
584
584
  tagName: 'ifx-radio-button-group',
585
585
  elementClass: IfxRadioButtonGroupElement,
586
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
586
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
587
587
  react: React,
588
588
  events: {},
589
589
  defineCustomElement: defineIfxRadioButtonGroup
@@ -591,7 +591,7 @@ export const IfxRadioButtonGroup = /*@__PURE__*/ createComponent({
591
591
  export const IfxSearchBar = /*@__PURE__*/ createComponent({
592
592
  tagName: 'ifx-search-bar',
593
593
  elementClass: IfxSearchBarElement,
594
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
594
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
595
595
  react: React,
596
596
  events: {
597
597
  onIfxInput: 'ifxInput',
@@ -602,7 +602,7 @@ export const IfxSearchBar = /*@__PURE__*/ createComponent({
602
602
  export const IfxSearchField = /*@__PURE__*/ createComponent({
603
603
  tagName: 'ifx-search-field',
604
604
  elementClass: IfxSearchFieldElement,
605
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
605
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
606
606
  react: React,
607
607
  events: {
608
608
  onIfxInput: 'ifxInput',
@@ -616,7 +616,7 @@ export const IfxSearchField = /*@__PURE__*/ createComponent({
616
616
  export const IfxSegment = /*@__PURE__*/ createComponent({
617
617
  tagName: 'ifx-segment',
618
618
  elementClass: IfxSegmentElement,
619
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
619
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
620
620
  react: React,
621
621
  events: { onSegmentSelect: 'segmentSelect' },
622
622
  defineCustomElement: defineIfxSegment
@@ -624,7 +624,7 @@ export const IfxSegment = /*@__PURE__*/ createComponent({
624
624
  export const IfxSegmentedControl = /*@__PURE__*/ createComponent({
625
625
  tagName: 'ifx-segmented-control',
626
626
  elementClass: IfxSegmentedControlElement,
627
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
627
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
628
628
  react: React,
629
629
  events: { onIfxChange: 'ifxChange' },
630
630
  defineCustomElement: defineIfxSegmentedControl
@@ -632,7 +632,7 @@ export const IfxSegmentedControl = /*@__PURE__*/ createComponent({
632
632
  export const IfxSelect = /*@__PURE__*/ createComponent({
633
633
  tagName: 'ifx-select',
634
634
  elementClass: IfxSelectElement,
635
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
635
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
636
636
  react: React,
637
637
  events: {
638
638
  onIfxSelect: 'ifxSelect',
@@ -643,7 +643,7 @@ export const IfxSelect = /*@__PURE__*/ createComponent({
643
643
  export const IfxSetFilter = /*@__PURE__*/ createComponent({
644
644
  tagName: 'ifx-set-filter',
645
645
  elementClass: IfxSetFilterElement,
646
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
646
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
647
647
  react: React,
648
648
  events: { onIfxFilterSelect: 'ifxFilterSelect' },
649
649
  defineCustomElement: defineIfxSetFilter
@@ -651,7 +651,7 @@ export const IfxSetFilter = /*@__PURE__*/ createComponent({
651
651
  export const IfxSidebar = /*@__PURE__*/ createComponent({
652
652
  tagName: 'ifx-sidebar',
653
653
  elementClass: IfxSidebarElement,
654
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
654
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
655
655
  react: React,
656
656
  events: { onIfxSidebarCollapseChange: 'ifxSidebarCollapseChange' },
657
657
  defineCustomElement: defineIfxSidebar
@@ -659,7 +659,7 @@ export const IfxSidebar = /*@__PURE__*/ createComponent({
659
659
  export const IfxSidebarItem = /*@__PURE__*/ createComponent({
660
660
  tagName: 'ifx-sidebar-item',
661
661
  elementClass: IfxSidebarItemElement,
662
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
662
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
663
663
  react: React,
664
664
  events: {
665
665
  onIfxSidebarMenu: 'ifxSidebarMenu',
@@ -671,7 +671,7 @@ export const IfxSidebarItem = /*@__PURE__*/ createComponent({
671
671
  export const IfxSidebarTitle = /*@__PURE__*/ createComponent({
672
672
  tagName: 'ifx-sidebar-title',
673
673
  elementClass: IfxSidebarTitleElement,
674
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
674
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
675
675
  react: React,
676
676
  events: {},
677
677
  defineCustomElement: defineIfxSidebarTitle
@@ -679,7 +679,7 @@ export const IfxSidebarTitle = /*@__PURE__*/ createComponent({
679
679
  export const IfxSlider = /*@__PURE__*/ createComponent({
680
680
  tagName: 'ifx-slider',
681
681
  elementClass: IfxSliderElement,
682
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
682
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
683
683
  react: React,
684
684
  events: { onIfxChange: 'ifxChange' },
685
685
  defineCustomElement: defineIfxSlider
@@ -687,7 +687,7 @@ export const IfxSlider = /*@__PURE__*/ createComponent({
687
687
  export const IfxSpinner = /*@__PURE__*/ createComponent({
688
688
  tagName: 'ifx-spinner',
689
689
  elementClass: IfxSpinnerElement,
690
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
690
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
691
691
  react: React,
692
692
  events: {},
693
693
  defineCustomElement: defineIfxSpinner
@@ -695,7 +695,7 @@ export const IfxSpinner = /*@__PURE__*/ createComponent({
695
695
  export const IfxStatus = /*@__PURE__*/ createComponent({
696
696
  tagName: 'ifx-status',
697
697
  elementClass: IfxStatusElement,
698
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
698
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
699
699
  react: React,
700
700
  events: {},
701
701
  defineCustomElement: defineIfxStatus
@@ -703,7 +703,7 @@ export const IfxStatus = /*@__PURE__*/ createComponent({
703
703
  export const IfxStep = /*@__PURE__*/ createComponent({
704
704
  tagName: 'ifx-step',
705
705
  elementClass: IfxStepElement,
706
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
706
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
707
707
  react: React,
708
708
  events: {},
709
709
  defineCustomElement: defineIfxStep
@@ -711,7 +711,7 @@ export const IfxStep = /*@__PURE__*/ createComponent({
711
711
  export const IfxStepper = /*@__PURE__*/ createComponent({
712
712
  tagName: 'ifx-stepper',
713
713
  elementClass: IfxStepperElement,
714
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
714
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
715
715
  react: React,
716
716
  events: { onIfxChange: 'ifxChange' },
717
717
  defineCustomElement: defineIfxStepper
@@ -719,7 +719,7 @@ export const IfxStepper = /*@__PURE__*/ createComponent({
719
719
  export const IfxSwitch = /*@__PURE__*/ createComponent({
720
720
  tagName: 'ifx-switch',
721
721
  elementClass: IfxSwitchElement,
722
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
722
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
723
723
  react: React,
724
724
  events: { onIfxChange: 'ifxChange' },
725
725
  defineCustomElement: defineIfxSwitch
@@ -727,7 +727,7 @@ export const IfxSwitch = /*@__PURE__*/ createComponent({
727
727
  export const IfxTab = /*@__PURE__*/ createComponent({
728
728
  tagName: 'ifx-tab',
729
729
  elementClass: IfxTabElement,
730
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
730
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
731
731
  react: React,
732
732
  events: { onTabHeaderChange: 'tabHeaderChange' },
733
733
  defineCustomElement: defineIfxTab
@@ -735,7 +735,7 @@ export const IfxTab = /*@__PURE__*/ createComponent({
735
735
  export const IfxTable = /*@__PURE__*/ createComponent({
736
736
  tagName: 'ifx-table',
737
737
  elementClass: IfxTableElement,
738
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
738
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
739
739
  react: React,
740
740
  events: {},
741
741
  defineCustomElement: defineIfxTable
@@ -743,7 +743,7 @@ export const IfxTable = /*@__PURE__*/ createComponent({
743
743
  export const IfxTabs = /*@__PURE__*/ createComponent({
744
744
  tagName: 'ifx-tabs',
745
745
  elementClass: IfxTabsElement,
746
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
746
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
747
747
  react: React,
748
748
  events: { onIfxChange: 'ifxChange' },
749
749
  defineCustomElement: defineIfxTabs
@@ -751,7 +751,7 @@ export const IfxTabs = /*@__PURE__*/ createComponent({
751
751
  export const IfxTemplate = /*@__PURE__*/ createComponent({
752
752
  tagName: 'ifx-template',
753
753
  elementClass: IfxTemplateElement,
754
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
754
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
755
755
  react: React,
756
756
  events: {
757
757
  onToggleTemplates: 'toggleTemplates',
@@ -762,7 +762,7 @@ export const IfxTemplate = /*@__PURE__*/ createComponent({
762
762
  export const IfxTemplatesUi = /*@__PURE__*/ createComponent({
763
763
  tagName: 'ifx-templates-ui',
764
764
  elementClass: IfxTemplatesUiElement,
765
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
765
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
766
766
  react: React,
767
767
  events: {},
768
768
  defineCustomElement: defineIfxTemplatesUi
@@ -770,7 +770,7 @@ export const IfxTemplatesUi = /*@__PURE__*/ createComponent({
770
770
  export const IfxTextField = /*@__PURE__*/ createComponent({
771
771
  tagName: 'ifx-text-field',
772
772
  elementClass: IfxTextFieldElement,
773
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
773
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
774
774
  react: React,
775
775
  events: { onIfxInput: 'ifxInput' },
776
776
  defineCustomElement: defineIfxTextField
@@ -778,7 +778,7 @@ export const IfxTextField = /*@__PURE__*/ createComponent({
778
778
  export const IfxTextarea = /*@__PURE__*/ createComponent({
779
779
  tagName: 'ifx-textarea',
780
780
  elementClass: IfxTextareaElement,
781
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
781
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
782
782
  react: React,
783
783
  events: { onIfxInput: 'ifxInput' },
784
784
  defineCustomElement: defineIfxTextarea
@@ -786,7 +786,7 @@ export const IfxTextarea = /*@__PURE__*/ createComponent({
786
786
  export const IfxTooltip = /*@__PURE__*/ createComponent({
787
787
  tagName: 'ifx-tooltip',
788
788
  elementClass: IfxTooltipElement,
789
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
789
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
790
790
  react: React,
791
791
  events: {},
792
792
  defineCustomElement: defineIfxTooltip
@@ -794,7 +794,7 @@ export const IfxTooltip = /*@__PURE__*/ createComponent({
794
794
  export const IfxTreeView = /*@__PURE__*/ createComponent({
795
795
  tagName: 'ifx-tree-view',
796
796
  elementClass: IfxTreeViewElement,
797
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
797
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
798
798
  react: React,
799
799
  events: {
800
800
  onIfxTreeViewExpandAllChange: 'ifxTreeViewExpandAllChange',
@@ -805,7 +805,7 @@ export const IfxTreeView = /*@__PURE__*/ createComponent({
805
805
  export const IfxTreeViewItem = /*@__PURE__*/ createComponent({
806
806
  tagName: 'ifx-tree-view-item',
807
807
  elementClass: IfxTreeViewItemElement,
808
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
808
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
809
809
  react: React,
810
810
  events: {
811
811
  onIfxTreeViewItemExpandChange: 'ifxTreeViewItemExpandChange',
@@ -814,4 +814,3 @@ export const IfxTreeViewItem = /*@__PURE__*/ createComponent({
814
814
  },
815
815
  defineCustomElement: defineIfxTreeViewItem
816
816
  });
817
- //# sourceMappingURL=components.js.map