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

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 +1297 -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,16 +0,0 @@
1
- "use client";
2
- import { IxBasicNavigation as IxBasicNavigation$1, defineCustomElement } from '@siemens/ix/components/ix-basic-navigation.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxBasicNavigation = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-basic-navigation',
8
- elementClass: IxBasicNavigation$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 { IxBasicNavigation as default };
16
- //# sourceMappingURL=IxBasicNavigation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxBasicNavigation.js","sources":["../../src/components/IxBasicNavigation.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 { IxBasicNavigation as IxBasicNavigationElement, defineCustomElement as defineIxBasicNavigation } from \"@siemens/ix/components/ix-basic-navigation.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxBasicNavigationEvents = NonNullable<unknown>;\n\nconst IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents> = /*@__PURE__*/ createComponent<IxBasicNavigationElement, IxBasicNavigationEvents>({\n tagName: 'ix-basic-navigation',\n elementClass: IxBasicNavigationElement,\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 IxBasicNavigationEvents,\n defineCustomElement: defineIxBasicNavigation\n});\n\nexport default IxBasicNavigation;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxBlind as IxBlind$1, defineCustomElement } from '@siemens/ix/components/ix-blind.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxBlind = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-blind',
8
- elementClass: IxBlind$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: { onCollapsedChange: 'collapsedChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxBlind as default };
16
- //# sourceMappingURL=IxBlind.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxBlind.js","sources":["../../src/components/IxBlind.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 { IxBlind as IxBlindElement, defineCustomElement as defineIxBlind } from \"@siemens/ix/components/ix-blind.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 IxBlindEvents = { onCollapsedChange: EventName<CustomEvent<boolean>> };\n\nconst IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents> = /*@__PURE__*/ createComponent<IxBlindElement, IxBlindEvents>({\n tagName: 'ix-blind',\n elementClass: IxBlindElement,\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: { onCollapsedChange: 'collapsedChange' } as IxBlindEvents,\n defineCustomElement: defineIxBlind\n});\n\nexport default IxBlind;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxBreadcrumb as IxBreadcrumb$1, defineCustomElement } from '@siemens/ix/components/ix-breadcrumb.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxBreadcrumb = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-breadcrumb',
8
- elementClass: IxBreadcrumb$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
- onItemClick: 'itemClick',
13
- onNextClick: 'nextClick'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxBreadcrumb as default };
19
- //# sourceMappingURL=IxBreadcrumb.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxBreadcrumb.js","sources":["../../src/components/IxBreadcrumb.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 IxBreadcrumbCustomEvent } from \"@siemens/ix\";\nimport { IxBreadcrumb as IxBreadcrumbElement, defineCustomElement as defineIxBreadcrumb } from \"@siemens/ix/components/ix-breadcrumb.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 IxBreadcrumbEvents = {\n onItemClick: EventName<CustomEvent<string>>,\n onNextClick: EventName<IxBreadcrumbCustomEvent<{ event: UIEvent; item: string }>>\n};\n\nconst IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbElement, IxBreadcrumbEvents>({\n tagName: 'ix-breadcrumb',\n elementClass: IxBreadcrumbElement,\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 onItemClick: 'itemClick',\n onNextClick: 'nextClick'\n } as IxBreadcrumbEvents,\n defineCustomElement: defineIxBreadcrumb\n});\n\nexport default IxBreadcrumb;\n"],"names":[],"mappings":";;;;;AAoBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxBreadcrumbItem as IxBreadcrumbItem$1, defineCustomElement } from '@siemens/ix/components/ix-breadcrumb-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-breadcrumb-item',
8
- elementClass: IxBreadcrumbItem$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 { IxBreadcrumbItem as default };
16
- //# sourceMappingURL=IxBreadcrumbItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxBreadcrumbItem.js","sources":["../../src/components/IxBreadcrumbItem.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 { IxBreadcrumbItem as IxBreadcrumbItemElement, defineCustomElement as defineIxBreadcrumbItem } from \"@siemens/ix/components/ix-breadcrumb-item.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxBreadcrumbItemEvents = NonNullable<unknown>;\n\nconst IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>({\n tagName: 'ix-breadcrumb-item',\n elementClass: IxBreadcrumbItemElement,\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 IxBreadcrumbItemEvents,\n defineCustomElement: defineIxBreadcrumbItem\n});\n\nexport default IxBreadcrumbItem;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxButton as IxButton$1, defineCustomElement } from '@siemens/ix/components/ix-button.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxButton = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-button',
8
- elementClass: IxButton$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 { IxButton as default };
16
- //# sourceMappingURL=IxButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxButton.js","sources":["../../src/components/IxButton.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 { IxButton as IxButtonElement, defineCustomElement as defineIxButton } from \"@siemens/ix/components/ix-button.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxButtonEvents = NonNullable<unknown>;\n\nconst IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents> = /*@__PURE__*/ createComponent<IxButtonElement, IxButtonEvents>({\n tagName: 'ix-button',\n elementClass: IxButtonElement,\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 IxButtonEvents,\n defineCustomElement: defineIxButton\n});\n\nexport default IxButton;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCard as IxCard$1, defineCustomElement } from '@siemens/ix/components/ix-card.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCard = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-card',
8
- elementClass: IxCard$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 { IxCard as default };
16
- //# sourceMappingURL=IxCard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCard.js","sources":["../../src/components/IxCard.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 { IxCard as IxCardElement, defineCustomElement as defineIxCard } from \"@siemens/ix/components/ix-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 IxCardEvents = NonNullable<unknown>;\n\nconst IxCard: StencilReactComponent<IxCardElement, IxCardEvents> = /*@__PURE__*/ createComponent<IxCardElement, IxCardEvents>({\n tagName: 'ix-card',\n elementClass: IxCardElement,\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 IxCardEvents,\n defineCustomElement: defineIxCard\n});\n\nexport default IxCard;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCardAccordion as IxCardAccordion$1, defineCustomElement } from '@siemens/ix/components/ix-card-accordion.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCardAccordion = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-card-accordion',
8
- elementClass: IxCardAccordion$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 { IxCardAccordion as default };
16
- //# sourceMappingURL=IxCardAccordion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCardAccordion.js","sources":["../../src/components/IxCardAccordion.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 { IxCardAccordion as IxCardAccordionElement, defineCustomElement as defineIxCardAccordion } from \"@siemens/ix/components/ix-card-accordion.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxCardAccordionEvents = NonNullable<unknown>;\n\nconst IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents> = /*@__PURE__*/ createComponent<IxCardAccordionElement, IxCardAccordionEvents>({\n tagName: 'ix-card-accordion',\n elementClass: IxCardAccordionElement,\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 IxCardAccordionEvents,\n defineCustomElement: defineIxCardAccordion\n});\n\nexport default IxCardAccordion;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCardContent as IxCardContent$1, defineCustomElement } from '@siemens/ix/components/ix-card-content.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCardContent = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-card-content',
8
- elementClass: IxCardContent$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 { IxCardContent as default };
16
- //# sourceMappingURL=IxCardContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCardContent.js","sources":["../../src/components/IxCardContent.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 { IxCardContent as IxCardContentElement, defineCustomElement as defineIxCardContent } from \"@siemens/ix/components/ix-card-content.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxCardContentEvents = NonNullable<unknown>;\n\nconst IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents> = /*@__PURE__*/ createComponent<IxCardContentElement, IxCardContentEvents>({\n tagName: 'ix-card-content',\n elementClass: IxCardContentElement,\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 IxCardContentEvents,\n defineCustomElement: defineIxCardContent\n});\n\nexport default IxCardContent;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxCardList as IxCardList$1, defineCustomElement } from '@siemens/ix/components/ix-card-list.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCardList = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-card-list',
8
- elementClass: IxCardList$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
- onCollapseChanged: 'collapseChanged',
13
- onShowAllClick: 'showAllClick',
14
- onShowMoreCardClick: 'showMoreCardClick'
15
- },
16
- defineCustomElement: defineCustomElement
17
- });
18
-
19
- export { IxCardList as default };
20
- //# sourceMappingURL=IxCardList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCardList.js","sources":["../../src/components/IxCardList.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 IxCardListCustomEvent } from \"@siemens/ix\";\nimport { IxCardList as IxCardListElement, defineCustomElement as defineIxCardList } from \"@siemens/ix/components/ix-card-list.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 IxCardListEvents = {\n onCollapseChanged: EventName<CustomEvent<boolean>>,\n onShowAllClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>,\n onShowMoreCardClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>\n};\n\nconst IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents> = /*@__PURE__*/ createComponent<IxCardListElement, IxCardListEvents>({\n tagName: 'ix-card-list',\n elementClass: IxCardListElement,\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 onCollapseChanged: 'collapseChanged',\n onShowAllClick: 'showAllClick',\n onShowMoreCardClick: 'showMoreCardClick'\n } as IxCardListEvents,\n defineCustomElement: defineIxCardList\n});\n\nexport default IxCardList;\n"],"names":[],"mappings":";;;;;AAyBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCardTitle as IxCardTitle$1, defineCustomElement } from '@siemens/ix/components/ix-card-title.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCardTitle = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-card-title',
8
- elementClass: IxCardTitle$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 { IxCardTitle as default };
16
- //# sourceMappingURL=IxCardTitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCardTitle.js","sources":["../../src/components/IxCardTitle.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 { IxCardTitle as IxCardTitleElement, defineCustomElement as defineIxCardTitle } from \"@siemens/ix/components/ix-card-title.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxCardTitleEvents = NonNullable<unknown>;\n\nconst IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents> = /*@__PURE__*/ createComponent<IxCardTitleElement, IxCardTitleEvents>({\n tagName: 'ix-card-title',\n elementClass: IxCardTitleElement,\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 IxCardTitleEvents,\n defineCustomElement: defineIxCardTitle\n});\n\nexport default IxCardTitle;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,21 +0,0 @@
1
- "use client";
2
- import { IxCategoryFilter as IxCategoryFilter$1, defineCustomElement } from '@siemens/ix/components/ix-category-filter.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCategoryFilter = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-category-filter',
8
- elementClass: IxCategoryFilter$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
- onCategoryChanged: 'categoryChanged',
13
- onInputChanged: 'inputChanged',
14
- onFilterChanged: 'filterChanged',
15
- onFilterCleared: 'filterCleared'
16
- },
17
- defineCustomElement: defineCustomElement
18
- });
19
-
20
- export { IxCategoryFilter as default };
21
- //# sourceMappingURL=IxCategoryFilter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCategoryFilter.js","sources":["../../src/components/IxCategoryFilter.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 FilterState, type InputState, type IxCategoryFilterCustomEvent } from \"@siemens/ix\";\nimport { IxCategoryFilter as IxCategoryFilterElement, defineCustomElement as defineIxCategoryFilter } from \"@siemens/ix/components/ix-category-filter.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 IxCategoryFilterEvents = {\n onCategoryChanged: EventName<CustomEvent<string>>,\n onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>,\n onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>,\n onFilterCleared: EventName<CustomEvent<void>>\n};\n\nconst IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents> = /*@__PURE__*/ createComponent<IxCategoryFilterElement, IxCategoryFilterEvents>({\n tagName: 'ix-category-filter',\n elementClass: IxCategoryFilterElement,\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 onCategoryChanged: 'categoryChanged',\n onInputChanged: 'inputChanged',\n onFilterChanged: 'filterChanged',\n onFilterCleared: 'filterCleared'\n } as IxCategoryFilterEvents,\n defineCustomElement: defineIxCategoryFilter\n});\n\nexport default IxCategoryFilter;\n"],"names":[],"mappings":";;;;;AAsBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACuB;AAC3B;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxCheckbox as IxCheckbox$1, defineCustomElement } from '@siemens/ix/components/ix-checkbox.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCheckbox = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-checkbox',
8
- elementClass: IxCheckbox$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 { IxCheckbox as default };
19
- //# sourceMappingURL=IxCheckbox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCheckbox.js","sources":["../../src/components/IxCheckbox.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 { IxCheckbox as IxCheckboxElement, defineCustomElement as defineIxCheckbox } from \"@siemens/ix/components/ix-checkbox.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 IxCheckboxEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nconst IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents> = /*@__PURE__*/ createComponent<IxCheckboxElement, IxCheckboxEvents>({\n tagName: 'ix-checkbox',\n elementClass: IxCheckboxElement,\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 IxCheckboxEvents,\n defineCustomElement: defineIxCheckbox\n});\n\nexport default IxCheckbox;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACiB;AACrB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCheckboxGroup as IxCheckboxGroup$1, defineCustomElement } from '@siemens/ix/components/ix-checkbox-group.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCheckboxGroup = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-checkbox-group',
8
- elementClass: IxCheckboxGroup$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 { IxCheckboxGroup as default };
16
- //# sourceMappingURL=IxCheckboxGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCheckboxGroup.js","sources":["../../src/components/IxCheckboxGroup.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 { IxCheckboxGroup as IxCheckboxGroupElement, defineCustomElement as defineIxCheckboxGroup } from \"@siemens/ix/components/ix-checkbox-group.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxCheckboxGroupEvents = NonNullable<unknown>;\n\nconst IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents> = /*@__PURE__*/ createComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>({\n tagName: 'ix-checkbox-group',\n elementClass: IxCheckboxGroupElement,\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 IxCheckboxGroupEvents,\n defineCustomElement: defineIxCheckboxGroup\n});\n\nexport default IxCheckboxGroup;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxChip as IxChip$1, defineCustomElement } from '@siemens/ix/components/ix-chip.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxChip = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-chip',
8
- elementClass: IxChip$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: { onCloseChip: 'closeChip' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxChip as default };
16
- //# sourceMappingURL=IxChip.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxChip.js","sources":["../../src/components/IxChip.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 { IxChip as IxChipElement, defineCustomElement as defineIxChip } from \"@siemens/ix/components/ix-chip.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 IxChipEvents = { onCloseChip: EventName<CustomEvent<any>> };\n\nconst IxChip: StencilReactComponent<IxChipElement, IxChipEvents> = /*@__PURE__*/ createComponent<IxChipElement, IxChipEvents>({\n tagName: 'ix-chip',\n elementClass: IxChipElement,\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: { onCloseChip: 'closeChip' } as IxChipEvents,\n defineCustomElement: defineIxChip\n});\n\nexport default IxChip;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCol as IxCol$1, defineCustomElement } from '@siemens/ix/components/ix-col.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCol = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-col',
8
- elementClass: IxCol$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 { IxCol as default };
16
- //# sourceMappingURL=IxCol.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCol.js","sources":["../../src/components/IxCol.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 { IxCol as IxColElement, defineCustomElement as defineIxCol } from \"@siemens/ix/components/ix-col.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxColEvents = NonNullable<unknown>;\n\nconst IxCol: StencilReactComponent<IxColElement, IxColEvents> = /*@__PURE__*/ createComponent<IxColElement, IxColEvents>({\n tagName: 'ix-col',\n elementClass: IxColElement,\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 IxColEvents,\n defineCustomElement: defineIxCol\n});\n\nexport default IxCol;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxContent as IxContent$1, defineCustomElement } from '@siemens/ix/components/ix-content.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxContent = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-content',
8
- elementClass: IxContent$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 { IxContent as default };
16
- //# sourceMappingURL=IxContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxContent.js","sources":["../../src/components/IxContent.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 { IxContent as IxContentElement, defineCustomElement as defineIxContent } from \"@siemens/ix/components/ix-content.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxContentEvents = NonNullable<unknown>;\n\nconst IxContent: StencilReactComponent<IxContentElement, IxContentEvents> = /*@__PURE__*/ createComponent<IxContentElement, IxContentEvents>({\n tagName: 'ix-content',\n elementClass: IxContentElement,\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 IxContentEvents,\n defineCustomElement: defineIxContent\n});\n\nexport default IxContent;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxContentHeader as IxContentHeader$1, defineCustomElement } from '@siemens/ix/components/ix-content-header.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxContentHeader = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-content-header',
8
- elementClass: IxContentHeader$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: { onBackButtonClick: 'backButtonClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxContentHeader as default };
16
- //# sourceMappingURL=IxContentHeader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxContentHeader.js","sources":["../../src/components/IxContentHeader.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 { IxContentHeader as IxContentHeaderElement, defineCustomElement as defineIxContentHeader } from \"@siemens/ix/components/ix-content-header.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 IxContentHeaderEvents = { onBackButtonClick: EventName<CustomEvent<void>> };\n\nconst IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents> = /*@__PURE__*/ createComponent<IxContentHeaderElement, IxContentHeaderEvents>({\n tagName: 'ix-content-header',\n elementClass: IxContentHeaderElement,\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: { onBackButtonClick: 'backButtonClick' } as IxContentHeaderEvents,\n defineCustomElement: defineIxContentHeader\n});\n\nexport default IxContentHeader;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxCustomField as IxCustomField$1, defineCustomElement } from '@siemens/ix/components/ix-custom-field.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxCustomField = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-custom-field',
8
- elementClass: IxCustomField$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 { IxCustomField as default };
16
- //# sourceMappingURL=IxCustomField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxCustomField.js","sources":["../../src/components/IxCustomField.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 { IxCustomField as IxCustomFieldElement, defineCustomElement as defineIxCustomField } from \"@siemens/ix/components/ix-custom-field.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxCustomFieldEvents = NonNullable<unknown>;\n\nconst IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents> = /*@__PURE__*/ createComponent<IxCustomFieldElement, IxCustomFieldEvents>({\n tagName: 'ix-custom-field',\n elementClass: IxCustomFieldElement,\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 IxCustomFieldEvents,\n defineCustomElement: defineIxCustomField\n});\n\nexport default IxCustomField;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxDateDropdown as IxDateDropdown$1, defineCustomElement } from '@siemens/ix/components/ix-date-dropdown.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDateDropdown = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-date-dropdown',
8
- elementClass: IxDateDropdown$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: { onDateRangeChange: 'dateRangeChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxDateDropdown as default };
16
- //# sourceMappingURL=IxDateDropdown.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDateDropdown.js","sources":["../../src/components/IxDateDropdown.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 DateRangeChangeEvent, type IxDateDropdownCustomEvent } from \"@siemens/ix\";\nimport { IxDateDropdown as IxDateDropdownElement, defineCustomElement as defineIxDateDropdown } from \"@siemens/ix/components/ix-date-dropdown.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 IxDateDropdownEvents = { onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>> };\n\nconst IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents> = /*@__PURE__*/ createComponent<IxDateDropdownElement, IxDateDropdownEvents>({\n tagName: 'ix-date-dropdown',\n elementClass: IxDateDropdownElement,\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: { onDateRangeChange: 'dateRangeChange' } as IxDateDropdownEvents,\n defineCustomElement: defineIxDateDropdown\n});\n\nexport default IxDateDropdown;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxDateInput as IxDateInput$1, defineCustomElement } from '@siemens/ix/components/ix-date-input.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDateInput = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-date-input',
8
- elementClass: IxDateInput$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
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxDateInput as default };
19
- //# sourceMappingURL=IxDateInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDateInput.js","sources":["../../src/components/IxDateInput.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 DateInputValidityState, type IxDateInputCustomEvent } from \"@siemens/ix\";\nimport { IxDateInput as IxDateInputElement, defineCustomElement as defineIxDateInput } from \"@siemens/ix/components/ix-date-input.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 IxDateInputEvents = {\n onValueChange: EventName<CustomEvent<string | undefined>>,\n onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>\n};\n\nconst IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents> = /*@__PURE__*/ createComponent<IxDateInputElement, IxDateInputEvents>({\n tagName: 'ix-date-input',\n elementClass: IxDateInputElement,\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 } as IxDateInputEvents,\n defineCustomElement: defineIxDateInput\n});\n\nexport default IxDateInput;\n"],"names":[],"mappings":";;;;;AAoBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxDatePicker as IxDatePicker$1, defineCustomElement } from '@siemens/ix/components/ix-date-picker.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDatePicker = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-date-picker',
8
- elementClass: IxDatePicker$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
- onDateChange: 'dateChange',
13
- onDateRangeChange: 'dateRangeChange',
14
- onDateSelect: 'dateSelect'
15
- },
16
- defineCustomElement: defineCustomElement
17
- });
18
-
19
- export { IxDatePicker as default };
20
- //# sourceMappingURL=IxDatePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDatePicker.js","sources":["../../src/components/IxDatePicker.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 DateChangeEvent, type IxDatePickerCustomEvent } from \"@siemens/ix\";\nimport { IxDatePicker as IxDatePickerElement, defineCustomElement as defineIxDatePicker } from \"@siemens/ix/components/ix-date-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 IxDatePickerEvents = {\n onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>\n};\n\nconst IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents> = /*@__PURE__*/ createComponent<IxDatePickerElement, IxDatePickerEvents>({\n tagName: 'ix-date-picker',\n elementClass: IxDatePickerElement,\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 onDateChange: 'dateChange',\n onDateRangeChange: 'dateRangeChange',\n onDateSelect: 'dateSelect'\n } as IxDatePickerEvents,\n defineCustomElement: defineIxDatePicker\n});\n\nexport default IxDatePicker;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACmB;AACvB;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxDatetimePicker as IxDatetimePicker$1, defineCustomElement } from '@siemens/ix/components/ix-datetime-picker.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDatetimePicker = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-datetime-picker',
8
- elementClass: IxDatetimePicker$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
- onTimeChange: 'timeChange',
13
- onDateChange: 'dateChange',
14
- onDateSelect: 'dateSelect'
15
- },
16
- defineCustomElement: defineCustomElement
17
- });
18
-
19
- export { IxDatetimePicker as default };
20
- //# sourceMappingURL=IxDatetimePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDatetimePicker.js","sources":["../../src/components/IxDatetimePicker.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 DateTimeDateChangeEvent, type DateTimeSelectEvent, type IxDatetimePickerCustomEvent } from \"@siemens/ix\";\nimport { IxDatetimePicker as IxDatetimePickerElement, defineCustomElement as defineIxDatetimePicker } from \"@siemens/ix/components/ix-datetime-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 IxDatetimePickerEvents = {\n onTimeChange: EventName<CustomEvent<string>>,\n onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>,\n onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>\n};\n\nconst IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents> = /*@__PURE__*/ createComponent<IxDatetimePickerElement, IxDatetimePickerEvents>({\n tagName: 'ix-datetime-picker',\n elementClass: IxDatetimePickerElement,\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 onTimeChange: 'timeChange',\n onDateChange: 'dateChange',\n onDateSelect: 'dateSelect'\n } as IxDatetimePickerEvents,\n defineCustomElement: defineIxDatetimePicker\n});\n\nexport default IxDatetimePicker;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACuB;AAC3B;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxDivider as IxDivider$1, defineCustomElement } from '@siemens/ix/components/ix-divider.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDivider = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-divider',
8
- elementClass: IxDivider$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 { IxDivider as default };
16
- //# sourceMappingURL=IxDivider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDivider.js","sources":["../../src/components/IxDivider.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 { IxDivider as IxDividerElement, defineCustomElement as defineIxDivider } from \"@siemens/ix/components/ix-divider.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxDividerEvents = NonNullable<unknown>;\n\nconst IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents> = /*@__PURE__*/ createComponent<IxDividerElement, IxDividerEvents>({\n tagName: 'ix-divider',\n elementClass: IxDividerElement,\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 IxDividerEvents,\n defineCustomElement: defineIxDivider\n});\n\nexport default IxDivider;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxDrawer as IxDrawer$1, defineCustomElement } from '@siemens/ix/components/ix-drawer.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxDrawer = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-drawer',
8
- elementClass: IxDrawer$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
- onOpen: 'open',
13
- onDrawerClose: 'drawerClose'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxDrawer as default };
19
- //# sourceMappingURL=IxDrawer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxDrawer.js","sources":["../../src/components/IxDrawer.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 { IxDrawer as IxDrawerElement, defineCustomElement as defineIxDrawer } from \"@siemens/ix/components/ix-drawer.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 IxDrawerEvents = {\n onOpen: EventName<CustomEvent<any>>,\n onDrawerClose: EventName<CustomEvent<any>>\n};\n\nconst IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents> = /*@__PURE__*/ createComponent<IxDrawerElement, IxDrawerEvents>({\n tagName: 'ix-drawer',\n elementClass: IxDrawerElement,\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 onOpen: 'open',\n onDrawerClose: 'drawerClose'\n } as IxDrawerEvents,\n defineCustomElement: defineIxDrawer\n});\n\nexport default IxDrawer;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACe;AACnB;AACH;;"}