@siemens/ix-react 3.0.0-alpha.1 → 3.0.0-alpha.3

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.
Files changed (310) hide show
  1. package/dist/components.js +1006 -0
  2. package/dist/components.js.map +1 -0
  3. package/dist/components.server.js +1283 -0
  4. package/dist/components.server.js.map +1 -0
  5. package/dist/index.js +1 -101
  6. package/dist/index.js.map +1 -1
  7. package/dist/modal/modal.js +1 -1
  8. package/dist/modal/modal.js.map +1 -1
  9. package/dist/types/components.d.ts +464 -0
  10. package/dist/types/components.server.d.ts +469 -0
  11. package/dist/types/index.d.ts +1 -1
  12. package/package.json +19 -13
  13. package/dist/components/IxActionCard.js +0 -16
  14. package/dist/components/IxActionCard.js.map +0 -1
  15. package/dist/components/IxApplication.js +0 -16
  16. package/dist/components/IxApplication.js.map +0 -1
  17. package/dist/components/IxApplicationHeader.js +0 -19
  18. package/dist/components/IxApplicationHeader.js.map +0 -1
  19. package/dist/components/IxAvatar.js +0 -16
  20. package/dist/components/IxAvatar.js.map +0 -1
  21. package/dist/components/IxBasicNavigation.js +0 -16
  22. package/dist/components/IxBasicNavigation.js.map +0 -1
  23. package/dist/components/IxBlind.js +0 -16
  24. package/dist/components/IxBlind.js.map +0 -1
  25. package/dist/components/IxBreadcrumb.js +0 -19
  26. package/dist/components/IxBreadcrumb.js.map +0 -1
  27. package/dist/components/IxBreadcrumbItem.js +0 -16
  28. package/dist/components/IxBreadcrumbItem.js.map +0 -1
  29. package/dist/components/IxButton.js +0 -16
  30. package/dist/components/IxButton.js.map +0 -1
  31. package/dist/components/IxCard.js +0 -16
  32. package/dist/components/IxCard.js.map +0 -1
  33. package/dist/components/IxCardAccordion.js +0 -16
  34. package/dist/components/IxCardAccordion.js.map +0 -1
  35. package/dist/components/IxCardContent.js +0 -16
  36. package/dist/components/IxCardContent.js.map +0 -1
  37. package/dist/components/IxCardList.js +0 -20
  38. package/dist/components/IxCardList.js.map +0 -1
  39. package/dist/components/IxCardTitle.js +0 -16
  40. package/dist/components/IxCardTitle.js.map +0 -1
  41. package/dist/components/IxCategoryFilter.js +0 -21
  42. package/dist/components/IxCategoryFilter.js.map +0 -1
  43. package/dist/components/IxCheckbox.js +0 -19
  44. package/dist/components/IxCheckbox.js.map +0 -1
  45. package/dist/components/IxCheckboxGroup.js +0 -16
  46. package/dist/components/IxCheckboxGroup.js.map +0 -1
  47. package/dist/components/IxChip.js +0 -16
  48. package/dist/components/IxChip.js.map +0 -1
  49. package/dist/components/IxCol.js +0 -16
  50. package/dist/components/IxCol.js.map +0 -1
  51. package/dist/components/IxContent.js +0 -16
  52. package/dist/components/IxContent.js.map +0 -1
  53. package/dist/components/IxContentHeader.js +0 -16
  54. package/dist/components/IxContentHeader.js.map +0 -1
  55. package/dist/components/IxCustomField.js +0 -16
  56. package/dist/components/IxCustomField.js.map +0 -1
  57. package/dist/components/IxDateDropdown.js +0 -16
  58. package/dist/components/IxDateDropdown.js.map +0 -1
  59. package/dist/components/IxDateInput.js +0 -19
  60. package/dist/components/IxDateInput.js.map +0 -1
  61. package/dist/components/IxDatePicker.js +0 -20
  62. package/dist/components/IxDatePicker.js.map +0 -1
  63. package/dist/components/IxDatetimePicker.js +0 -20
  64. package/dist/components/IxDatetimePicker.js.map +0 -1
  65. package/dist/components/IxDivider.js +0 -16
  66. package/dist/components/IxDivider.js.map +0 -1
  67. package/dist/components/IxDrawer.js +0 -19
  68. package/dist/components/IxDrawer.js.map +0 -1
  69. package/dist/components/IxDropdown.js +0 -16
  70. package/dist/components/IxDropdown.js.map +0 -1
  71. package/dist/components/IxDropdownButton.js +0 -16
  72. package/dist/components/IxDropdownButton.js.map +0 -1
  73. package/dist/components/IxDropdownHeader.js +0 -16
  74. package/dist/components/IxDropdownHeader.js.map +0 -1
  75. package/dist/components/IxDropdownItem.js +0 -16
  76. package/dist/components/IxDropdownItem.js.map +0 -1
  77. package/dist/components/IxDropdownQuickActions.js +0 -16
  78. package/dist/components/IxDropdownQuickActions.js.map +0 -1
  79. package/dist/components/IxEmptyState.js +0 -16
  80. package/dist/components/IxEmptyState.js.map +0 -1
  81. package/dist/components/IxEventList.js +0 -16
  82. package/dist/components/IxEventList.js.map +0 -1
  83. package/dist/components/IxEventListItem.js +0 -16
  84. package/dist/components/IxEventListItem.js.map +0 -1
  85. package/dist/components/IxExpandingSearch.js +0 -16
  86. package/dist/components/IxExpandingSearch.js.map +0 -1
  87. package/dist/components/IxFieldLabel.js +0 -16
  88. package/dist/components/IxFieldLabel.js.map +0 -1
  89. package/dist/components/IxFilterChip.js +0 -16
  90. package/dist/components/IxFilterChip.js.map +0 -1
  91. package/dist/components/IxFlipTile.js +0 -16
  92. package/dist/components/IxFlipTile.js.map +0 -1
  93. package/dist/components/IxFlipTileContent.js +0 -16
  94. package/dist/components/IxFlipTileContent.js.map +0 -1
  95. package/dist/components/IxGroup.js +0 -20
  96. package/dist/components/IxGroup.js.map +0 -1
  97. package/dist/components/IxGroupContextMenu.js +0 -16
  98. package/dist/components/IxGroupContextMenu.js.map +0 -1
  99. package/dist/components/IxGroupItem.js +0 -16
  100. package/dist/components/IxGroupItem.js.map +0 -1
  101. package/dist/components/IxHelperText.js +0 -16
  102. package/dist/components/IxHelperText.js.map +0 -1
  103. package/dist/components/IxIconButton.js +0 -16
  104. package/dist/components/IxIconButton.js.map +0 -1
  105. package/dist/components/IxIconToggleButton.js +0 -16
  106. package/dist/components/IxIconToggleButton.js.map +0 -1
  107. package/dist/components/IxInput.js +0 -20
  108. package/dist/components/IxInput.js.map +0 -1
  109. package/dist/components/IxInputGroup.js +0 -16
  110. package/dist/components/IxInputGroup.js.map +0 -1
  111. package/dist/components/IxKeyValue.js +0 -16
  112. package/dist/components/IxKeyValue.js.map +0 -1
  113. package/dist/components/IxKeyValueList.js +0 -16
  114. package/dist/components/IxKeyValueList.js.map +0 -1
  115. package/dist/components/IxKpi.js +0 -16
  116. package/dist/components/IxKpi.js.map +0 -1
  117. package/dist/components/IxLayoutAuto.js +0 -16
  118. package/dist/components/IxLayoutAuto.js.map +0 -1
  119. package/dist/components/IxLayoutGrid.js +0 -16
  120. package/dist/components/IxLayoutGrid.js.map +0 -1
  121. package/dist/components/IxLinkButton.js +0 -16
  122. package/dist/components/IxLinkButton.js.map +0 -1
  123. package/dist/components/IxMapNavigation.js +0 -19
  124. package/dist/components/IxMapNavigation.js.map +0 -1
  125. package/dist/components/IxMapNavigationOverlay.js +0 -16
  126. package/dist/components/IxMapNavigationOverlay.js.map +0 -1
  127. package/dist/components/IxMenu.js +0 -22
  128. package/dist/components/IxMenu.js.map +0 -1
  129. package/dist/components/IxMenuAbout.js +0 -19
  130. package/dist/components/IxMenuAbout.js.map +0 -1
  131. package/dist/components/IxMenuAboutItem.js +0 -16
  132. package/dist/components/IxMenuAboutItem.js.map +0 -1
  133. package/dist/components/IxMenuAboutNews.js +0 -19
  134. package/dist/components/IxMenuAboutNews.js.map +0 -1
  135. package/dist/components/IxMenuAvatar.js +0 -16
  136. package/dist/components/IxMenuAvatar.js.map +0 -1
  137. package/dist/components/IxMenuAvatarItem.js +0 -16
  138. package/dist/components/IxMenuAvatarItem.js.map +0 -1
  139. package/dist/components/IxMenuCategory.js +0 -16
  140. package/dist/components/IxMenuCategory.js.map +0 -1
  141. package/dist/components/IxMenuItem.js +0 -16
  142. package/dist/components/IxMenuItem.js.map +0 -1
  143. package/dist/components/IxMenuSettings.js +0 -19
  144. package/dist/components/IxMenuSettings.js.map +0 -1
  145. package/dist/components/IxMenuSettingsItem.js +0 -16
  146. package/dist/components/IxMenuSettingsItem.js.map +0 -1
  147. package/dist/components/IxMessageBar.js +0 -19
  148. package/dist/components/IxMessageBar.js.map +0 -1
  149. package/dist/components/IxModal.js +0 -19
  150. package/dist/components/IxModal.js.map +0 -1
  151. package/dist/components/IxModalContent.js +0 -16
  152. package/dist/components/IxModalContent.js.map +0 -1
  153. package/dist/components/IxModalFooter.js +0 -16
  154. package/dist/components/IxModalFooter.js.map +0 -1
  155. package/dist/components/IxModalHeader.js +0 -16
  156. package/dist/components/IxModalHeader.js.map +0 -1
  157. package/dist/components/IxNumberInput.js +0 -20
  158. package/dist/components/IxNumberInput.js.map +0 -1
  159. package/dist/components/IxPagination.js +0 -19
  160. package/dist/components/IxPagination.js.map +0 -1
  161. package/dist/components/IxPane.js +0 -20
  162. package/dist/components/IxPane.js.map +0 -1
  163. package/dist/components/IxPaneLayout.js +0 -16
  164. package/dist/components/IxPaneLayout.js.map +0 -1
  165. package/dist/components/IxPill.js +0 -16
  166. package/dist/components/IxPill.js.map +0 -1
  167. package/dist/components/IxPushCard.js +0 -16
  168. package/dist/components/IxPushCard.js.map +0 -1
  169. package/dist/components/IxRadio.js +0 -19
  170. package/dist/components/IxRadio.js.map +0 -1
  171. package/dist/components/IxRadioGroup.js +0 -16
  172. package/dist/components/IxRadioGroup.js.map +0 -1
  173. package/dist/components/IxRow.js +0 -16
  174. package/dist/components/IxRow.js.map +0 -1
  175. package/dist/components/IxSelect.js +0 -21
  176. package/dist/components/IxSelect.js.map +0 -1
  177. package/dist/components/IxSelectItem.js +0 -16
  178. package/dist/components/IxSelectItem.js.map +0 -1
  179. package/dist/components/IxSlider.js +0 -16
  180. package/dist/components/IxSlider.js.map +0 -1
  181. package/dist/components/IxSpinner.js +0 -16
  182. package/dist/components/IxSpinner.js.map +0 -1
  183. package/dist/components/IxSplitButton.js +0 -16
  184. package/dist/components/IxSplitButton.js.map +0 -1
  185. package/dist/components/IxTabItem.js +0 -16
  186. package/dist/components/IxTabItem.js.map +0 -1
  187. package/dist/components/IxTabs.js +0 -16
  188. package/dist/components/IxTabs.js.map +0 -1
  189. package/dist/components/IxTextarea.js +0 -20
  190. package/dist/components/IxTextarea.js.map +0 -1
  191. package/dist/components/IxTile.js +0 -16
  192. package/dist/components/IxTile.js.map +0 -1
  193. package/dist/components/IxTimePicker.js +0 -19
  194. package/dist/components/IxTimePicker.js.map +0 -1
  195. package/dist/components/IxToast.js +0 -16
  196. package/dist/components/IxToast.js.map +0 -1
  197. package/dist/components/IxToastContainer.js +0 -16
  198. package/dist/components/IxToastContainer.js.map +0 -1
  199. package/dist/components/IxToggle.js +0 -16
  200. package/dist/components/IxToggle.js.map +0 -1
  201. package/dist/components/IxToggleButton.js +0 -16
  202. package/dist/components/IxToggleButton.js.map +0 -1
  203. package/dist/components/IxTooltip.js +0 -16
  204. package/dist/components/IxTooltip.js.map +0 -1
  205. package/dist/components/IxTypography.js +0 -16
  206. package/dist/components/IxTypography.js.map +0 -1
  207. package/dist/components/IxUpload.js +0 -16
  208. package/dist/components/IxUpload.js.map +0 -1
  209. package/dist/components/IxValidationTooltip.js +0 -16
  210. package/dist/components/IxValidationTooltip.js.map +0 -1
  211. package/dist/components/IxWorkflowStep.js +0 -16
  212. package/dist/components/IxWorkflowStep.js.map +0 -1
  213. package/dist/components/IxWorkflowSteps.js +0 -16
  214. package/dist/components/IxWorkflowSteps.js.map +0 -1
  215. package/dist/types/components/IxActionCard.d.ts +0 -9
  216. package/dist/types/components/IxApplication.d.ts +0 -9
  217. package/dist/types/components/IxAvatar.d.ts +0 -9
  218. package/dist/types/components/IxBasicNavigation.d.ts +0 -9
  219. package/dist/types/components/IxBlind.d.ts +0 -11
  220. package/dist/types/components/IxBreadcrumb.d.ts +0 -16
  221. package/dist/types/components/IxBreadcrumbItem.d.ts +0 -9
  222. package/dist/types/components/IxButton.d.ts +0 -9
  223. package/dist/types/components/IxCard.d.ts +0 -9
  224. package/dist/types/components/IxCardAccordion.d.ts +0 -9
  225. package/dist/types/components/IxCardContent.d.ts +0 -9
  226. package/dist/types/components/IxCardList.d.ts +0 -18
  227. package/dist/types/components/IxCardTitle.d.ts +0 -9
  228. package/dist/types/components/IxCategoryFilter.d.ts +0 -15
  229. package/dist/types/components/IxCheckbox.d.ts +0 -12
  230. package/dist/types/components/IxCheckboxGroup.d.ts +0 -9
  231. package/dist/types/components/IxChip.d.ts +0 -11
  232. package/dist/types/components/IxCol.d.ts +0 -9
  233. package/dist/types/components/IxContent.d.ts +0 -9
  234. package/dist/types/components/IxContentHeader.d.ts +0 -11
  235. package/dist/types/components/IxCustomField.d.ts +0 -9
  236. package/dist/types/components/IxDateDropdown.d.ts +0 -12
  237. package/dist/types/components/IxDatePicker.d.ts +0 -14
  238. package/dist/types/components/IxDatetimePicker.d.ts +0 -14
  239. package/dist/types/components/IxDivider.d.ts +0 -9
  240. package/dist/types/components/IxDrawer.d.ts +0 -12
  241. package/dist/types/components/IxDropdown.d.ts +0 -11
  242. package/dist/types/components/IxDropdownButton.d.ts +0 -9
  243. package/dist/types/components/IxDropdownHeader.d.ts +0 -9
  244. package/dist/types/components/IxDropdownItem.d.ts +0 -9
  245. package/dist/types/components/IxDropdownQuickActions.d.ts +0 -9
  246. package/dist/types/components/IxEmptyState.d.ts +0 -11
  247. package/dist/types/components/IxEventList.d.ts +0 -9
  248. package/dist/types/components/IxEventListItem.d.ts +0 -11
  249. package/dist/types/components/IxExpandingSearch.d.ts +0 -11
  250. package/dist/types/components/IxFieldLabel.d.ts +0 -9
  251. package/dist/types/components/IxFilterChip.d.ts +0 -11
  252. package/dist/types/components/IxFlipTileContent.d.ts +0 -9
  253. package/dist/types/components/IxGroup.d.ts +0 -13
  254. package/dist/types/components/IxGroupContextMenu.d.ts +0 -9
  255. package/dist/types/components/IxGroupItem.d.ts +0 -12
  256. package/dist/types/components/IxHelperText.d.ts +0 -9
  257. package/dist/types/components/IxIconButton.d.ts +0 -9
  258. package/dist/types/components/IxIconToggleButton.d.ts +0 -11
  259. package/dist/types/components/IxInput.d.ts +0 -14
  260. package/dist/types/components/IxInputGroup.d.ts +0 -9
  261. package/dist/types/components/IxKeyValue.d.ts +0 -9
  262. package/dist/types/components/IxKeyValueList.d.ts +0 -9
  263. package/dist/types/components/IxKpi.d.ts +0 -9
  264. package/dist/types/components/IxLayoutAuto.d.ts +0 -9
  265. package/dist/types/components/IxLayoutGrid.d.ts +0 -9
  266. package/dist/types/components/IxLinkButton.d.ts +0 -9
  267. package/dist/types/components/IxMapNavigation.d.ts +0 -12
  268. package/dist/types/components/IxMapNavigationOverlay.d.ts +0 -11
  269. package/dist/types/components/IxMenuAboutItem.d.ts +0 -12
  270. package/dist/types/components/IxMenuAboutNews.d.ts +0 -13
  271. package/dist/types/components/IxMenuAvatar.d.ts +0 -11
  272. package/dist/types/components/IxMenuAvatarItem.d.ts +0 -12
  273. package/dist/types/components/IxMenuCategory.d.ts +0 -9
  274. package/dist/types/components/IxMenuItem.d.ts +0 -9
  275. package/dist/types/components/IxMenuSettingsItem.d.ts +0 -12
  276. package/dist/types/components/IxModal.d.ts +0 -12
  277. package/dist/types/components/IxModalContent.d.ts +0 -9
  278. package/dist/types/components/IxModalFooter.d.ts +0 -9
  279. package/dist/types/components/IxModalHeader.d.ts +0 -12
  280. package/dist/types/components/IxNumberInput.d.ts +0 -14
  281. package/dist/types/components/IxPagination.d.ts +0 -12
  282. package/dist/types/components/IxPane.d.ts +0 -14
  283. package/dist/types/components/IxPaneLayout.d.ts +0 -9
  284. package/dist/types/components/IxPill.d.ts +0 -9
  285. package/dist/types/components/IxPushCard.d.ts +0 -9
  286. package/dist/types/components/IxRadio.d.ts +0 -12
  287. package/dist/types/components/IxRadioGroup.d.ts +0 -11
  288. package/dist/types/components/IxRow.d.ts +0 -9
  289. package/dist/types/components/IxSelect.d.ts +0 -14
  290. package/dist/types/components/IxSelectItem.d.ts +0 -11
  291. package/dist/types/components/IxSlider.d.ts +0 -11
  292. package/dist/types/components/IxSpinner.d.ts +0 -9
  293. package/dist/types/components/IxSplitButton.d.ts +0 -12
  294. package/dist/types/components/IxSplitButtonItem.d.ts +0 -12
  295. package/dist/types/components/IxTabItem.d.ts +0 -12
  296. package/dist/types/components/IxTabs.d.ts +0 -11
  297. package/dist/types/components/IxTextarea.d.ts +0 -14
  298. package/dist/types/components/IxTile.d.ts +0 -9
  299. package/dist/types/components/IxTimePicker.d.ts +0 -12
  300. package/dist/types/components/IxToast.d.ts +0 -11
  301. package/dist/types/components/IxToastContainer.d.ts +0 -9
  302. package/dist/types/components/IxToggle.d.ts +0 -11
  303. package/dist/types/components/IxToggleButton.d.ts +0 -11
  304. package/dist/types/components/IxTooltip.d.ts +0 -9
  305. package/dist/types/components/IxTypography.d.ts +0 -9
  306. package/dist/types/components/IxUpload.d.ts +0 -12
  307. package/dist/types/components/IxValidationTooltip.d.ts +0 -9
  308. package/dist/types/components/IxWorkflowStep.d.ts +0 -9
  309. package/dist/types/components/IxWorkflowSteps.d.ts +0 -11
  310. package/dist/types/components/components.d.ts +0 -105
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxPill.js","sources":["../../src/components/IxPill.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxPill as IxPillElement, defineCustomElement as defineIxPill } from \"@siemens/ix/components/ix-pill.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxPillEvents = NonNullable<unknown>;\n\nconst IxPill: StencilReactComponent<IxPillElement, IxPillEvents> = /*@__PURE__*/ createComponent<IxPillElement, IxPillEvents>({\n tagName: 'ix-pill',\n elementClass: IxPillElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPillEvents,\n defineCustomElement: defineIxPill\n});\n\nexport default IxPill;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxPushCard as IxPushCard$1, defineCustomElement } from '@siemens/ix/components/ix-push-card.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxPushCard = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-push-card',
8
- elementClass: IxPushCard$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxPushCard as default };
16
- //# sourceMappingURL=IxPushCard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxPushCard.js","sources":["../../src/components/IxPushCard.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxPushCard as IxPushCardElement, defineCustomElement as defineIxPushCard } from \"@siemens/ix/components/ix-push-card.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxPushCardEvents = NonNullable<unknown>;\n\nconst IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents> = /*@__PURE__*/ createComponent<IxPushCardElement, IxPushCardEvents>({\n tagName: 'ix-push-card',\n elementClass: IxPushCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPushCardEvents,\n defineCustomElement: defineIxPushCard\n});\n\nexport default IxPushCard;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxRadio as IxRadio$1, defineCustomElement } from '@siemens/ix/components/ix-radio.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxRadio = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-radio',
8
- elementClass: IxRadio$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {
12
- onCheckedChange: 'checkedChange',
13
- onValueChange: 'valueChange'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxRadio as default };
19
- //# sourceMappingURL=IxRadio.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxRadio.js","sources":["../../src/components/IxRadio.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxRadio as IxRadioElement, defineCustomElement as defineIxRadio } from \"@siemens/ix/components/ix-radio.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxRadioEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nconst IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents> = /*@__PURE__*/ createComponent<IxRadioElement, IxRadioEvents>({\n tagName: 'ix-radio',\n elementClass: IxRadioElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onValueChange: 'valueChange'\n } as IxRadioEvents,\n defineCustomElement: defineIxRadio\n});\n\nexport default IxRadio;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACc;AAClB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxRadioGroup as IxRadioGroup$1, defineCustomElement } from '@siemens/ix/components/ix-radio-group.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxRadioGroup = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-radio-group',
8
- elementClass: IxRadioGroup$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onValueChange: 'valueChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxRadioGroup as default };
16
- //# sourceMappingURL=IxRadioGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxRadioGroup.js","sources":["../../src/components/IxRadioGroup.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxRadioGroup as IxRadioGroupElement, defineCustomElement as defineIxRadioGroup } from \"@siemens/ix/components/ix-radio-group.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxRadioGroupEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nconst IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents> = /*@__PURE__*/ createComponent<IxRadioGroupElement, IxRadioGroupEvents>({\n tagName: 'ix-radio-group',\n elementClass: IxRadioGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxRadioGroupEvents,\n defineCustomElement: defineIxRadioGroup\n});\n\nexport default IxRadioGroup;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxRow as IxRow$1, defineCustomElement } from '@siemens/ix/components/ix-row.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxRow = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-row',
8
- elementClass: IxRow$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxRow as default };
16
- //# sourceMappingURL=IxRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxRow.js","sources":["../../src/components/IxRow.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxRow as IxRowElement, defineCustomElement as defineIxRow } from \"@siemens/ix/components/ix-row.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxRowEvents = NonNullable<unknown>;\n\nconst IxRow: StencilReactComponent<IxRowElement, IxRowEvents> = /*@__PURE__*/ createComponent<IxRowElement, IxRowEvents>({\n tagName: 'ix-row',\n elementClass: IxRowElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxRowEvents,\n defineCustomElement: defineIxRow\n});\n\nexport default IxRow;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,21 +0,0 @@
1
- "use client";
2
- import { IxSelect as IxSelect$1, defineCustomElement } from '@siemens/ix/components/ix-select.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxSelect = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-select',
8
- elementClass: IxSelect$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {
12
- onValueChange: 'valueChange',
13
- onInputChange: 'inputChange',
14
- onAddItem: 'addItem',
15
- onIxBlur: 'ixBlur'
16
- },
17
- defineCustomElement: defineCustomElement
18
- });
19
-
20
- export { IxSelect as default };
21
- //# sourceMappingURL=IxSelect.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxSelect.js","sources":["../../src/components/IxSelect.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxSelect as IxSelectElement, defineCustomElement as defineIxSelect } from \"@siemens/ix/components/ix-select.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxSelectEvents = {\n onValueChange: EventName<CustomEvent<string | string[]>>,\n onInputChange: EventName<CustomEvent<string>>,\n onAddItem: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nconst IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents> = /*@__PURE__*/ createComponent<IxSelectElement, IxSelectEvents>({\n tagName: 'ix-select',\n elementClass: IxSelectElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onInputChange: 'inputChange',\n onAddItem: 'addItem',\n onIxBlur: 'ixBlur'\n } as IxSelectEvents,\n defineCustomElement: defineIxSelect\n});\n\nexport default IxSelect;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACe;AACnB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxSelectItem as IxSelectItem$1, defineCustomElement } from '@siemens/ix/components/ix-select-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxSelectItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-select-item',
8
- elementClass: IxSelectItem$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onItemClick: 'itemClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxSelectItem as default };
16
- //# sourceMappingURL=IxSelectItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxSelectItem.js","sources":["../../src/components/IxSelectItem.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxSelectItem as IxSelectItemElement, defineCustomElement as defineIxSelectItem } from \"@siemens/ix/components/ix-select-item.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxSelectItemEvents = { onItemClick: EventName<CustomEvent<string>> };\n\nconst IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents> = /*@__PURE__*/ createComponent<IxSelectItemElement, IxSelectItemEvents>({\n tagName: 'ix-select-item',\n elementClass: IxSelectItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxSelectItemEvents,\n defineCustomElement: defineIxSelectItem\n});\n\nexport default IxSelectItem;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxSlider as IxSlider$1, defineCustomElement } from '@siemens/ix/components/ix-slider.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxSlider = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-slider',
8
- elementClass: IxSlider$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onValueChange: 'valueChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxSlider as default };
16
- //# sourceMappingURL=IxSlider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxSlider.js","sources":["../../src/components/IxSlider.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxSlider as IxSliderElement, defineCustomElement as defineIxSlider } from \"@siemens/ix/components/ix-slider.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxSliderEvents = { onValueChange: EventName<CustomEvent<number>> };\n\nconst IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents> = /*@__PURE__*/ createComponent<IxSliderElement, IxSliderEvents>({\n tagName: 'ix-slider',\n elementClass: IxSliderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxSliderEvents,\n defineCustomElement: defineIxSlider\n});\n\nexport default IxSlider;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxSpinner as IxSpinner$1, defineCustomElement } from '@siemens/ix/components/ix-spinner.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxSpinner = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-spinner',
8
- elementClass: IxSpinner$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxSpinner as default };
16
- //# sourceMappingURL=IxSpinner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxSpinner.js","sources":["../../src/components/IxSpinner.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxSpinner as IxSpinnerElement, defineCustomElement as defineIxSpinner } from \"@siemens/ix/components/ix-spinner.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxSpinnerEvents = NonNullable<unknown>;\n\nconst IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents> = /*@__PURE__*/ createComponent<IxSpinnerElement, IxSpinnerEvents>({\n tagName: 'ix-spinner',\n elementClass: IxSpinnerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxSpinnerEvents,\n defineCustomElement: defineIxSpinner\n});\n\nexport default IxSpinner;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxSplitButton as IxSplitButton$1, defineCustomElement } from '@siemens/ix/components/ix-split-button.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxSplitButton = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-split-button',
8
- elementClass: IxSplitButton$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onButtonClick: 'buttonClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxSplitButton as default };
16
- //# sourceMappingURL=IxSplitButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxSplitButton.js","sources":["../../src/components/IxSplitButton.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { type IxSplitButtonCustomEvent } from \"@siemens/ix\";\nimport { IxSplitButton as IxSplitButtonElement, defineCustomElement as defineIxSplitButton } from \"@siemens/ix/components/ix-split-button.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxSplitButtonEvents = { onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>> };\n\nconst IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents> = /*@__PURE__*/ createComponent<IxSplitButtonElement, IxSplitButtonEvents>({\n tagName: 'ix-split-button',\n elementClass: IxSplitButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onButtonClick: 'buttonClick' } as IxSplitButtonEvents,\n defineCustomElement: defineIxSplitButton\n});\n\nexport default IxSplitButton;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxTabItem as IxTabItem$1, defineCustomElement } from '@siemens/ix/components/ix-tab-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTabItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-tab-item',
8
- elementClass: IxTabItem$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onTabClick: 'tabClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxTabItem as default };
16
- //# sourceMappingURL=IxTabItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTabItem.js","sources":["../../src/components/IxTabItem.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { type IxTabItemCustomEvent, type TabClickDetail } from \"@siemens/ix\";\nimport { IxTabItem as IxTabItemElement, defineCustomElement as defineIxTabItem } from \"@siemens/ix/components/ix-tab-item.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTabItemEvents = { onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>> };\n\nconst IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents> = /*@__PURE__*/ createComponent<IxTabItemElement, IxTabItemEvents>({\n tagName: 'ix-tab-item',\n elementClass: IxTabItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onTabClick: 'tabClick' } as IxTabItemEvents,\n defineCustomElement: defineIxTabItem\n});\n\nexport default IxTabItem;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxTabs as IxTabs$1, defineCustomElement } from '@siemens/ix/components/ix-tabs.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTabs = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-tabs',
8
- elementClass: IxTabs$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onSelectedChange: 'selectedChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxTabs as default };
16
- //# sourceMappingURL=IxTabs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTabs.js","sources":["../../src/components/IxTabs.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxTabs as IxTabsElement, defineCustomElement as defineIxTabs } from \"@siemens/ix/components/ix-tabs.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTabsEvents = { onSelectedChange: EventName<CustomEvent<number>> };\n\nconst IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents> = /*@__PURE__*/ createComponent<IxTabsElement, IxTabsEvents>({\n tagName: 'ix-tabs',\n elementClass: IxTabsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onSelectedChange: 'selectedChange' } as IxTabsEvents,\n defineCustomElement: defineIxTabs\n});\n\nexport default IxTabs;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxTextarea as IxTextarea$1, defineCustomElement } from '@siemens/ix/components/ix-textarea.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTextarea = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-textarea',
8
- elementClass: IxTextarea$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {
12
- onValueChange: 'valueChange',
13
- onValidityStateChange: 'validityStateChange',
14
- onIxBlur: 'ixBlur'
15
- },
16
- defineCustomElement: defineCustomElement
17
- });
18
-
19
- export { IxTextarea as default };
20
- //# sourceMappingURL=IxTextarea.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTextarea.js","sources":["../../src/components/IxTextarea.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { type IxTextareaCustomEvent } from \"@siemens/ix\";\nimport { IxTextarea as IxTextareaElement, defineCustomElement as defineIxTextarea } from \"@siemens/ix/components/ix-textarea.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTextareaEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nconst IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents> = /*@__PURE__*/ createComponent<IxTextareaElement, IxTextareaEvents>({\n tagName: 'ix-textarea',\n elementClass: IxTextareaElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxTextareaEvents,\n defineCustomElement: defineIxTextarea\n});\n\nexport default IxTextarea;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxTile as IxTile$1, defineCustomElement } from '@siemens/ix/components/ix-tile.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTile = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-tile',
8
- elementClass: IxTile$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxTile as default };
16
- //# sourceMappingURL=IxTile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTile.js","sources":["../../src/components/IxTile.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxTile as IxTileElement, defineCustomElement as defineIxTile } from \"@siemens/ix/components/ix-tile.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTileEvents = NonNullable<unknown>;\n\nconst IxTile: StencilReactComponent<IxTileElement, IxTileEvents> = /*@__PURE__*/ createComponent<IxTileElement, IxTileEvents>({\n tagName: 'ix-tile',\n elementClass: IxTileElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTileEvents,\n defineCustomElement: defineIxTile\n});\n\nexport default IxTile;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxTimePicker as IxTimePicker$1, defineCustomElement } from '@siemens/ix/components/ix-time-picker.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTimePicker = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-time-picker',
8
- elementClass: IxTimePicker$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {
12
- onTimeSelect: 'timeSelect',
13
- onTimeChange: 'timeChange'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxTimePicker as default };
19
- //# sourceMappingURL=IxTimePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTimePicker.js","sources":["../../src/components/IxTimePicker.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxTimePicker as IxTimePickerElement, defineCustomElement as defineIxTimePicker } from \"@siemens/ix/components/ix-time-picker.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTimePickerEvents = {\n onTimeSelect: EventName<CustomEvent<string>>,\n onTimeChange: EventName<CustomEvent<string>>\n};\n\nconst IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents> = /*@__PURE__*/ createComponent<IxTimePickerElement, IxTimePickerEvents>({\n tagName: 'ix-time-picker',\n elementClass: IxTimePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTimeSelect: 'timeSelect',\n onTimeChange: 'timeChange'\n } as IxTimePickerEvents,\n defineCustomElement: defineIxTimePicker\n});\n\nexport default IxTimePicker;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxToast as IxToast$1, defineCustomElement } from '@siemens/ix/components/ix-toast.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxToast = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-toast',
8
- elementClass: IxToast$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onCloseToast: 'closeToast' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxToast as default };
16
- //# sourceMappingURL=IxToast.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxToast.js","sources":["../../src/components/IxToast.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxToast as IxToastElement, defineCustomElement as defineIxToast } from \"@siemens/ix/components/ix-toast.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxToastEvents = { onCloseToast: EventName<CustomEvent<any>> };\n\nconst IxToast: StencilReactComponent<IxToastElement, IxToastEvents> = /*@__PURE__*/ createComponent<IxToastElement, IxToastEvents>({\n tagName: 'ix-toast',\n elementClass: IxToastElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseToast: 'closeToast' } as IxToastEvents,\n defineCustomElement: defineIxToast\n});\n\nexport default IxToast;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxToastContainer as IxToastContainer$1, defineCustomElement } from '@siemens/ix/components/ix-toast-container.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxToastContainer = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-toast-container',
8
- elementClass: IxToastContainer$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxToastContainer as default };
16
- //# sourceMappingURL=IxToastContainer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxToastContainer.js","sources":["../../src/components/IxToastContainer.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxToastContainer as IxToastContainerElement, defineCustomElement as defineIxToastContainer } from \"@siemens/ix/components/ix-toast-container.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxToastContainerEvents = NonNullable<unknown>;\n\nconst IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents> = /*@__PURE__*/ createComponent<IxToastContainerElement, IxToastContainerEvents>({\n tagName: 'ix-toast-container',\n elementClass: IxToastContainerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxToastContainerEvents,\n defineCustomElement: defineIxToastContainer\n});\n\nexport default IxToastContainer;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxToggle as IxToggle$1, defineCustomElement } from '@siemens/ix/components/ix-toggle.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxToggle = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-toggle',
8
- elementClass: IxToggle$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onCheckedChange: 'checkedChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxToggle as default };
16
- //# sourceMappingURL=IxToggle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxToggle.js","sources":["../../src/components/IxToggle.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxToggle as IxToggleElement, defineCustomElement as defineIxToggle } from \"@siemens/ix/components/ix-toggle.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxToggleEvents = { onCheckedChange: EventName<CustomEvent<boolean>> };\n\nconst IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents> = /*@__PURE__*/ createComponent<IxToggleElement, IxToggleEvents>({\n tagName: 'ix-toggle',\n elementClass: IxToggleElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCheckedChange: 'checkedChange' } as IxToggleEvents,\n defineCustomElement: defineIxToggle\n});\n\nexport default IxToggle;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxToggleButton as IxToggleButton$1, defineCustomElement } from '@siemens/ix/components/ix-toggle-button.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxToggleButton = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-toggle-button',
8
- elementClass: IxToggleButton$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onPressedChange: 'pressedChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxToggleButton as default };
16
- //# sourceMappingURL=IxToggleButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxToggleButton.js","sources":["../../src/components/IxToggleButton.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxToggleButton as IxToggleButtonElement, defineCustomElement as defineIxToggleButton } from \"@siemens/ix/components/ix-toggle-button.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nconst IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents> = /*@__PURE__*/ createComponent<IxToggleButtonElement, IxToggleButtonEvents>({\n tagName: 'ix-toggle-button',\n elementClass: IxToggleButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onPressedChange: 'pressedChange' } as IxToggleButtonEvents,\n defineCustomElement: defineIxToggleButton\n});\n\nexport default IxToggleButton;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxTooltip as IxTooltip$1, defineCustomElement } from '@siemens/ix/components/ix-tooltip.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTooltip = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-tooltip',
8
- elementClass: IxTooltip$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxTooltip as default };
16
- //# sourceMappingURL=IxTooltip.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTooltip.js","sources":["../../src/components/IxTooltip.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxTooltip as IxTooltipElement, defineCustomElement as defineIxTooltip } from \"@siemens/ix/components/ix-tooltip.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTooltipEvents = NonNullable<unknown>;\n\nconst IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents> = /*@__PURE__*/ createComponent<IxTooltipElement, IxTooltipEvents>({\n tagName: 'ix-tooltip',\n elementClass: IxTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTooltipEvents,\n defineCustomElement: defineIxTooltip\n});\n\nexport default IxTooltip;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxTypography as IxTypography$1, defineCustomElement } from '@siemens/ix/components/ix-typography.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxTypography = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-typography',
8
- elementClass: IxTypography$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxTypography as default };
16
- //# sourceMappingURL=IxTypography.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxTypography.js","sources":["../../src/components/IxTypography.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxTypography as IxTypographyElement, defineCustomElement as defineIxTypography } from \"@siemens/ix/components/ix-typography.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxTypographyEvents = NonNullable<unknown>;\n\nconst IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents> = /*@__PURE__*/ createComponent<IxTypographyElement, IxTypographyEvents>({\n tagName: 'ix-typography',\n elementClass: IxTypographyElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTypographyEvents,\n defineCustomElement: defineIxTypography\n});\n\nexport default IxTypography;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxUpload as IxUpload$1, defineCustomElement } from '@siemens/ix/components/ix-upload.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxUpload = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-upload',
8
- elementClass: IxUpload$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onFilesChanged: 'filesChanged' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxUpload as default };
16
- //# sourceMappingURL=IxUpload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxUpload.js","sources":["../../src/components/IxUpload.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { type IxUploadCustomEvent } from \"@siemens/ix\";\nimport { IxUpload as IxUploadElement, defineCustomElement as defineIxUpload } from \"@siemens/ix/components/ix-upload.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxUploadEvents = { onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>> };\n\nconst IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents> = /*@__PURE__*/ createComponent<IxUploadElement, IxUploadEvents>({\n tagName: 'ix-upload',\n elementClass: IxUploadElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onFilesChanged: 'filesChanged' } as IxUploadEvents,\n defineCustomElement: defineIxUpload\n});\n\nexport default IxUpload;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxValidationTooltip as IxValidationTooltip$1, defineCustomElement } from '@siemens/ix/components/ix-validation-tooltip.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxValidationTooltip = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-validation-tooltip',
8
- elementClass: IxValidationTooltip$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxValidationTooltip as default };
16
- //# sourceMappingURL=IxValidationTooltip.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxValidationTooltip.js","sources":["../../src/components/IxValidationTooltip.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxValidationTooltip as IxValidationTooltipElement, defineCustomElement as defineIxValidationTooltip } from \"@siemens/ix/components/ix-validation-tooltip.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxValidationTooltipEvents = NonNullable<unknown>;\n\nconst IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents> = /*@__PURE__*/ createComponent<IxValidationTooltipElement, IxValidationTooltipEvents>({\n tagName: 'ix-validation-tooltip',\n elementClass: IxValidationTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxValidationTooltipEvents,\n defineCustomElement: defineIxValidationTooltip\n});\n\nexport default IxValidationTooltip;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxWorkflowStep as IxWorkflowStep$1, defineCustomElement } from '@siemens/ix/components/ix-workflow-step.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxWorkflowStep = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-workflow-step',
8
- elementClass: IxWorkflowStep$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: {},
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxWorkflowStep as default };
16
- //# sourceMappingURL=IxWorkflowStep.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxWorkflowStep.js","sources":["../../src/components/IxWorkflowStep.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxWorkflowStep as IxWorkflowStepElement, defineCustomElement as defineIxWorkflowStep } from \"@siemens/ix/components/ix-workflow-step.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxWorkflowStepEvents = NonNullable<unknown>;\n\nconst IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepElement, IxWorkflowStepEvents>({\n tagName: 'ix-workflow-step',\n elementClass: IxWorkflowStepElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxWorkflowStepEvents,\n defineCustomElement: defineIxWorkflowStep\n});\n\nexport default IxWorkflowStep;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxWorkflowSteps as IxWorkflowSteps$1, defineCustomElement } from '@siemens/ix/components/ix-workflow-steps.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxWorkflowSteps = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-workflow-steps',
8
- elementClass: IxWorkflowSteps$1,
9
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
10
- react: React,
11
- events: { onStepSelected: 'stepSelected' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxWorkflowSteps as default };
16
- //# sourceMappingURL=IxWorkflowSteps.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxWorkflowSteps.js","sources":["../../src/components/IxWorkflowSteps.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { IxWorkflowSteps as IxWorkflowStepsElement, defineCustomElement as defineIxWorkflowSteps } from \"@siemens/ix/components/ix-workflow-steps.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxWorkflowStepsEvents = { onStepSelected: EventName<CustomEvent<number>> };\n\nconst IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>({\n tagName: 'ix-workflow-steps',\n elementClass: IxWorkflowStepsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onStepSelected: 'stepSelected' } as IxWorkflowStepsEvents,\n defineCustomElement: defineIxWorkflowSteps\n});\n\nexport default IxWorkflowSteps;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was automatically generated by the Stencil React Output Target.
3
- * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
- */
5
- import { IxActionCard as IxActionCardElement } from "@siemens/ix/components/ix-action-card.js";
6
- import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
- type IxActionCardEvents = NonNullable<unknown>;
8
- declare const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents>;
9
- export default IxActionCard;