@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,16 +0,0 @@
1
- "use client";
2
- import { IxLayoutGrid as IxLayoutGrid$1, defineCustomElement } from '@siemens/ix/components/ix-layout-grid.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxLayoutGrid = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-layout-grid',
8
- elementClass: IxLayoutGrid$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 { IxLayoutGrid as default };
16
- //# sourceMappingURL=IxLayoutGrid.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxLayoutGrid.js","sources":["../../src/components/IxLayoutGrid.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 { IxLayoutGrid as IxLayoutGridElement, defineCustomElement as defineIxLayoutGrid } from \"@siemens/ix/components/ix-layout-grid.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxLayoutGridEvents = NonNullable<unknown>;\n\nconst IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents> = /*@__PURE__*/ createComponent<IxLayoutGridElement, IxLayoutGridEvents>({\n tagName: 'ix-layout-grid',\n elementClass: IxLayoutGridElement,\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 IxLayoutGridEvents,\n defineCustomElement: defineIxLayoutGrid\n});\n\nexport default IxLayoutGrid;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxLinkButton as IxLinkButton$1, defineCustomElement } from '@siemens/ix/components/ix-link-button.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxLinkButton = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-link-button',
8
- elementClass: IxLinkButton$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 { IxLinkButton as default };
16
- //# sourceMappingURL=IxLinkButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxLinkButton.js","sources":["../../src/components/IxLinkButton.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 { IxLinkButton as IxLinkButtonElement, defineCustomElement as defineIxLinkButton } from \"@siemens/ix/components/ix-link-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 IxLinkButtonEvents = NonNullable<unknown>;\n\nconst IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents> = /*@__PURE__*/ createComponent<IxLinkButtonElement, IxLinkButtonEvents>({\n tagName: 'ix-link-button',\n elementClass: IxLinkButtonElement,\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 IxLinkButtonEvents,\n defineCustomElement: defineIxLinkButton\n});\n\nexport default IxLinkButton;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxMapNavigation as IxMapNavigation$1, defineCustomElement } from '@siemens/ix/components/ix-map-navigation.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMapNavigation = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-map-navigation',
8
- elementClass: IxMapNavigation$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
- onNavigationToggled: 'navigationToggled',
13
- onContextMenuClick: 'contextMenuClick'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxMapNavigation as default };
19
- //# sourceMappingURL=IxMapNavigation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMapNavigation.js","sources":["../../src/components/IxMapNavigation.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 { IxMapNavigation as IxMapNavigationElement, defineCustomElement as defineIxMapNavigation } from \"@siemens/ix/components/ix-map-navigation.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 IxMapNavigationEvents = {\n onNavigationToggled: EventName<CustomEvent<boolean>>,\n onContextMenuClick: EventName<CustomEvent<void>>\n};\n\nconst IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents> = /*@__PURE__*/ createComponent<IxMapNavigationElement, IxMapNavigationEvents>({\n tagName: 'ix-map-navigation',\n elementClass: IxMapNavigationElement,\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 onNavigationToggled: 'navigationToggled',\n onContextMenuClick: 'contextMenuClick'\n } as IxMapNavigationEvents,\n defineCustomElement: defineIxMapNavigation\n});\n\nexport default IxMapNavigation;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMapNavigationOverlay as IxMapNavigationOverlay$1, defineCustomElement } from '@siemens/ix/components/ix-map-navigation-overlay.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-map-navigation-overlay',
8
- elementClass: IxMapNavigationOverlay$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: { onCloseClick: 'closeClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxMapNavigationOverlay as default };
16
- //# sourceMappingURL=IxMapNavigationOverlay.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMapNavigationOverlay.js","sources":["../../src/components/IxMapNavigationOverlay.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 { IxMapNavigationOverlay as IxMapNavigationOverlayElement, defineCustomElement as defineIxMapNavigationOverlay } from \"@siemens/ix/components/ix-map-navigation-overlay.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 IxMapNavigationOverlayEvents = { onCloseClick: EventName<CustomEvent<any>> };\n\nconst IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents> = /*@__PURE__*/ createComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>({\n tagName: 'ix-map-navigation-overlay',\n elementClass: IxMapNavigationOverlayElement,\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: { onCloseClick: 'closeClick' } as IxMapNavigationOverlayEvents,\n defineCustomElement: defineIxMapNavigationOverlay\n});\n\nexport default IxMapNavigationOverlay;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,22 +0,0 @@
1
- "use client";
2
- import { IxMenu as IxMenu$1, defineCustomElement } from '@siemens/ix/components/ix-menu.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenu = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu',
8
- elementClass: IxMenu$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
- onExpandChange: 'expandChange',
13
- onMapExpandChange: 'mapExpandChange',
14
- onOpenAppSwitch: 'openAppSwitch',
15
- onOpenSettings: 'openSettings',
16
- onOpenAbout: 'openAbout'
17
- },
18
- defineCustomElement: defineCustomElement
19
- });
20
-
21
- export { IxMenu as default };
22
- //# sourceMappingURL=IxMenu.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenu.js","sources":["../../src/components/IxMenu.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 { IxMenu as IxMenuElement, defineCustomElement as defineIxMenu } from \"@siemens/ix/components/ix-menu.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 IxMenuEvents = {\n onExpandChange: EventName<CustomEvent<boolean>>,\n onMapExpandChange: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>,\n onOpenSettings: EventName<CustomEvent<void>>,\n onOpenAbout: EventName<CustomEvent<void>>\n};\n\nconst IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents> = /*@__PURE__*/ createComponent<IxMenuElement, IxMenuEvents>({\n tagName: 'ix-menu',\n elementClass: IxMenuElement,\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 onExpandChange: 'expandChange',\n onMapExpandChange: 'mapExpandChange',\n onOpenAppSwitch: 'openAppSwitch',\n onOpenSettings: 'openSettings',\n onOpenAbout: 'openAbout'\n } as IxMenuEvents,\n defineCustomElement: defineIxMenu\n});\n\nexport default IxMenu;\n"],"names":[],"mappings":";;;;;AAsBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACA;AACa;AACjB;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxMenuAbout as IxMenuAbout$1, defineCustomElement } from '@siemens/ix/components/ix-menu-about.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuAbout = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-about',
8
- elementClass: IxMenuAbout$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
- onTabChange: 'tabChange',
13
- onClose: 'close'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxMenuAbout as default };
19
- //# sourceMappingURL=IxMenuAbout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuAbout.js","sources":["../../src/components/IxMenuAbout.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 CustomCloseEvent, type IxMenuAboutCustomEvent } from \"@siemens/ix\";\nimport { IxMenuAbout as IxMenuAboutElement, defineCustomElement as defineIxMenuAbout } from \"@siemens/ix/components/ix-menu-about.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 IxMenuAboutEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>\n};\n\nconst IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents> = /*@__PURE__*/ createComponent<IxMenuAboutElement, IxMenuAboutEvents>({\n tagName: 'ix-menu-about',\n elementClass: IxMenuAboutElement,\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 onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuAboutEvents,\n defineCustomElement: defineIxMenuAbout\n});\n\nexport default IxMenuAbout;\n"],"names":[],"mappings":";;;;;AAoBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuAboutItem as IxMenuAboutItem$1, defineCustomElement } from '@siemens/ix/components/ix-menu-about-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuAboutItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-about-item',
8
- elementClass: IxMenuAboutItem$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: { onLabelChange: 'labelChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxMenuAboutItem as default };
16
- //# sourceMappingURL=IxMenuAboutItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuAboutItem.js","sources":["../../src/components/IxMenuAboutItem.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 CustomLabelChangeEvent, type IxMenuAboutItemCustomEvent } from \"@siemens/ix\";\nimport { IxMenuAboutItem as IxMenuAboutItemElement, defineCustomElement as defineIxMenuAboutItem } from \"@siemens/ix/components/ix-menu-about-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 IxMenuAboutItemEvents = { onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>> };\n\nconst IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents> = /*@__PURE__*/ createComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>({\n tagName: 'ix-menu-about-item',\n elementClass: IxMenuAboutItemElement,\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: { onLabelChange: 'labelChange' } as IxMenuAboutItemEvents,\n defineCustomElement: defineIxMenuAboutItem\n});\n\nexport default IxMenuAboutItem;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxMenuAboutNews as IxMenuAboutNews$1, defineCustomElement } from '@siemens/ix/components/ix-menu-about-news.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuAboutNews = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-about-news',
8
- elementClass: IxMenuAboutNews$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
- onShowMore: 'showMore',
13
- onClosePopover: 'closePopover'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxMenuAboutNews as default };
19
- //# sourceMappingURL=IxMenuAboutNews.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuAboutNews.js","sources":["../../src/components/IxMenuAboutNews.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 IxMenuAboutNewsCustomEvent } from \"@siemens/ix\";\nimport { IxMenuAboutNews as IxMenuAboutNewsElement, defineCustomElement as defineIxMenuAboutNews } from \"@siemens/ix/components/ix-menu-about-news.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 IxMenuAboutNewsEvents = {\n onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>,\n onClosePopover: EventName<CustomEvent<void>>\n};\n\nconst IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents> = /*@__PURE__*/ createComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>({\n tagName: 'ix-menu-about-news',\n elementClass: IxMenuAboutNewsElement,\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 onShowMore: 'showMore',\n onClosePopover: 'closePopover'\n } as IxMenuAboutNewsEvents,\n defineCustomElement: defineIxMenuAboutNews\n});\n\nexport default IxMenuAboutNews;\n"],"names":[],"mappings":";;;;;AAoBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuAvatar as IxMenuAvatar$1, defineCustomElement } from '@siemens/ix/components/ix-menu-avatar.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuAvatar = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-avatar',
8
- elementClass: IxMenuAvatar$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: { onLogoutClick: 'logoutClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxMenuAvatar as default };
16
- //# sourceMappingURL=IxMenuAvatar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuAvatar.js","sources":["../../src/components/IxMenuAvatar.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 { IxMenuAvatar as IxMenuAvatarElement, defineCustomElement as defineIxMenuAvatar } from \"@siemens/ix/components/ix-menu-avatar.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 IxMenuAvatarEvents = { onLogoutClick: EventName<CustomEvent<any>> };\n\nconst IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarElement, IxMenuAvatarEvents>({\n tagName: 'ix-menu-avatar',\n elementClass: IxMenuAvatarElement,\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: { onLogoutClick: 'logoutClick' } as IxMenuAvatarEvents,\n defineCustomElement: defineIxMenuAvatar\n});\n\nexport default IxMenuAvatar;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuAvatarItem as IxMenuAvatarItem$1, defineCustomElement } from '@siemens/ix/components/ix-menu-avatar-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-avatar-item',
8
- elementClass: IxMenuAvatarItem$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 { IxMenuAvatarItem as default };
16
- //# sourceMappingURL=IxMenuAvatarItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuAvatarItem.js","sources":["../../src/components/IxMenuAvatarItem.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 IxMenuAvatarItemCustomEvent } from \"@siemens/ix\";\nimport { IxMenuAvatarItem as IxMenuAvatarItemElement, defineCustomElement as defineIxMenuAvatarItem } from \"@siemens/ix/components/ix-menu-avatar-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 IxMenuAvatarItemEvents = { onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>> };\n\nconst IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>({\n tagName: 'ix-menu-avatar-item',\n elementClass: IxMenuAvatarItemElement,\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 IxMenuAvatarItemEvents,\n defineCustomElement: defineIxMenuAvatarItem\n});\n\nexport default IxMenuAvatarItem;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuCategory as IxMenuCategory$1, defineCustomElement } from '@siemens/ix/components/ix-menu-category.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuCategory = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-category',
8
- elementClass: IxMenuCategory$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 { IxMenuCategory as default };
16
- //# sourceMappingURL=IxMenuCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuCategory.js","sources":["../../src/components/IxMenuCategory.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 { IxMenuCategory as IxMenuCategoryElement, defineCustomElement as defineIxMenuCategory } from \"@siemens/ix/components/ix-menu-category.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxMenuCategoryEvents = NonNullable<unknown>;\n\nconst IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents> = /*@__PURE__*/ createComponent<IxMenuCategoryElement, IxMenuCategoryEvents>({\n tagName: 'ix-menu-category',\n elementClass: IxMenuCategoryElement,\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 IxMenuCategoryEvents,\n defineCustomElement: defineIxMenuCategory\n});\n\nexport default IxMenuCategory;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuItem as IxMenuItem$1, defineCustomElement } from '@siemens/ix/components/ix-menu-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-item',
8
- elementClass: IxMenuItem$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 { IxMenuItem as default };
16
- //# sourceMappingURL=IxMenuItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuItem.js","sources":["../../src/components/IxMenuItem.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 { IxMenuItem as IxMenuItemElement, defineCustomElement as defineIxMenuItem } from \"@siemens/ix/components/ix-menu-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 IxMenuItemEvents = NonNullable<unknown>;\n\nconst IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents> = /*@__PURE__*/ createComponent<IxMenuItemElement, IxMenuItemEvents>({\n tagName: 'ix-menu-item',\n elementClass: IxMenuItemElement,\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 IxMenuItemEvents,\n defineCustomElement: defineIxMenuItem\n});\n\nexport default IxMenuItem;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxMenuSettings as IxMenuSettings$1, defineCustomElement } from '@siemens/ix/components/ix-menu-settings.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuSettings = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-settings',
8
- elementClass: IxMenuSettings$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
- onTabChange: 'tabChange',
13
- onClose: 'close'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxMenuSettings as default };
19
- //# sourceMappingURL=IxMenuSettings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuSettings.js","sources":["../../src/components/IxMenuSettings.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 CustomCloseEvent, type IxMenuSettingsCustomEvent } from \"@siemens/ix\";\nimport { IxMenuSettings as IxMenuSettingsElement, defineCustomElement as defineIxMenuSettings } from \"@siemens/ix/components/ix-menu-settings.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 IxMenuSettingsEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>\n};\n\nconst IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsElement, IxMenuSettingsEvents>({\n tagName: 'ix-menu-settings',\n elementClass: IxMenuSettingsElement,\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 onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuSettingsEvents,\n defineCustomElement: defineIxMenuSettings\n});\n\nexport default IxMenuSettings;\n"],"names":[],"mappings":";;;;;AAoBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACqB;AACzB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxMenuSettingsItem as IxMenuSettingsItem$1, defineCustomElement } from '@siemens/ix/components/ix-menu-settings-item.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-menu-settings-item',
8
- elementClass: IxMenuSettingsItem$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: { onLabelChange: 'labelChange' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxMenuSettingsItem as default };
16
- //# sourceMappingURL=IxMenuSettingsItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMenuSettingsItem.js","sources":["../../src/components/IxMenuSettingsItem.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 CustomLabelChangeEvent, type IxMenuSettingsItemCustomEvent } from \"@siemens/ix\";\nimport { IxMenuSettingsItem as IxMenuSettingsItemElement, defineCustomElement as defineIxMenuSettingsItem } from \"@siemens/ix/components/ix-menu-settings-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 IxMenuSettingsItemEvents = { onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>> };\n\nconst IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>({\n tagName: 'ix-menu-settings-item',\n elementClass: IxMenuSettingsItemElement,\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: { onLabelChange: 'labelChange' } as IxMenuSettingsItemEvents,\n defineCustomElement: defineIxMenuSettingsItem\n});\n\nexport default IxMenuSettingsItem;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxMessageBar as IxMessageBar$1, defineCustomElement } from '@siemens/ix/components/ix-message-bar.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxMessageBar = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-message-bar',
8
- elementClass: IxMessageBar$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
- onClosedChange: 'closedChange',
13
- onCloseAnimationCompleted: 'closeAnimationCompleted'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxMessageBar as default };
19
- //# sourceMappingURL=IxMessageBar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxMessageBar.js","sources":["../../src/components/IxMessageBar.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 { IxMessageBar as IxMessageBarElement, defineCustomElement as defineIxMessageBar } from \"@siemens/ix/components/ix-message-bar.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 IxMessageBarEvents = {\n onClosedChange: EventName<CustomEvent<any>>,\n onCloseAnimationCompleted: EventName<CustomEvent<any>>\n};\n\nconst IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents> = /*@__PURE__*/ createComponent<IxMessageBarElement, IxMessageBarEvents>({\n tagName: 'ix-message-bar',\n elementClass: IxMessageBarElement,\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 onClosedChange: 'closedChange',\n onCloseAnimationCompleted: 'closeAnimationCompleted'\n } as IxMessageBarEvents,\n defineCustomElement: defineIxMessageBar\n});\n\nexport default IxMessageBar;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxModal as IxModal$1, defineCustomElement } from '@siemens/ix/components/ix-modal.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxModal = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-modal',
8
- elementClass: IxModal$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
- onDialogClose: 'dialogClose',
13
- onDialogDismiss: 'dialogDismiss'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxModal as default };
19
- //# sourceMappingURL=IxModal.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxModal.js","sources":["../../src/components/IxModal.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 { IxModal as IxModalElement, defineCustomElement as defineIxModal } from \"@siemens/ix/components/ix-modal.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 IxModalEvents = {\n onDialogClose: EventName<CustomEvent<any>>,\n onDialogDismiss: EventName<CustomEvent<any>>\n};\n\nconst IxModal: StencilReactComponent<IxModalElement, IxModalEvents> = /*@__PURE__*/ createComponent<IxModalElement, IxModalEvents>({\n tagName: 'ix-modal',\n elementClass: IxModalElement,\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 onDialogClose: 'dialogClose',\n onDialogDismiss: 'dialogDismiss'\n } as IxModalEvents,\n defineCustomElement: defineIxModal\n});\n\nexport default IxModal;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACc;AAClB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxModalContent as IxModalContent$1, defineCustomElement } from '@siemens/ix/components/ix-modal-content.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxModalContent = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-modal-content',
8
- elementClass: IxModalContent$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 { IxModalContent as default };
16
- //# sourceMappingURL=IxModalContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxModalContent.js","sources":["../../src/components/IxModalContent.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 { IxModalContent as IxModalContentElement, defineCustomElement as defineIxModalContent } from \"@siemens/ix/components/ix-modal-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 IxModalContentEvents = NonNullable<unknown>;\n\nconst IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents> = /*@__PURE__*/ createComponent<IxModalContentElement, IxModalContentEvents>({\n tagName: 'ix-modal-content',\n elementClass: IxModalContentElement,\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 IxModalContentEvents,\n defineCustomElement: defineIxModalContent\n});\n\nexport default IxModalContent;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxModalFooter as IxModalFooter$1, defineCustomElement } from '@siemens/ix/components/ix-modal-footer.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxModalFooter = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-modal-footer',
8
- elementClass: IxModalFooter$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 { IxModalFooter as default };
16
- //# sourceMappingURL=IxModalFooter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxModalFooter.js","sources":["../../src/components/IxModalFooter.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 { IxModalFooter as IxModalFooterElement, defineCustomElement as defineIxModalFooter } from \"@siemens/ix/components/ix-modal-footer.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxModalFooterEvents = NonNullable<unknown>;\n\nconst IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents> = /*@__PURE__*/ createComponent<IxModalFooterElement, IxModalFooterEvents>({\n tagName: 'ix-modal-footer',\n elementClass: IxModalFooterElement,\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 IxModalFooterEvents,\n defineCustomElement: defineIxModalFooter\n});\n\nexport default IxModalFooter;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxModalHeader as IxModalHeader$1, defineCustomElement } from '@siemens/ix/components/ix-modal-header.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxModalHeader = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-modal-header',
8
- elementClass: IxModalHeader$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: { onCloseClick: 'closeClick' },
12
- defineCustomElement: defineCustomElement
13
- });
14
-
15
- export { IxModalHeader as default };
16
- //# sourceMappingURL=IxModalHeader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxModalHeader.js","sources":["../../src/components/IxModalHeader.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 IxModalHeaderCustomEvent } from \"@siemens/ix\";\nimport { IxModalHeader as IxModalHeaderElement, defineCustomElement as defineIxModalHeader } from \"@siemens/ix/components/ix-modal-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 IxModalHeaderEvents = { onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>> };\n\nconst IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents> = /*@__PURE__*/ createComponent<IxModalHeaderElement, IxModalHeaderEvents>({\n tagName: 'ix-modal-header',\n elementClass: IxModalHeaderElement,\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: { onCloseClick: 'closeClick' } as IxModalHeaderEvents,\n defineCustomElement: defineIxModalHeader\n});\n\nexport default IxModalHeader;\n"],"names":[],"mappings":";;;;;AAiBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxNumberInput as IxNumberInput$1, defineCustomElement } from '@siemens/ix/components/ix-number-input.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxNumberInput = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-number-input',
8
- elementClass: IxNumberInput$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 { IxNumberInput as default };
20
- //# sourceMappingURL=IxNumberInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxNumberInput.js","sources":["../../src/components/IxNumberInput.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 IxNumberInputCustomEvent } from \"@siemens/ix\";\nimport { IxNumberInput as IxNumberInputElement, defineCustomElement as defineIxNumberInput } from \"@siemens/ix/components/ix-number-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 IxNumberInputEvents = {\n onValueChange: EventName<CustomEvent<number>>,\n onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nconst IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents> = /*@__PURE__*/ createComponent<IxNumberInputElement, IxNumberInputEvents>({\n tagName: 'ix-number-input',\n elementClass: IxNumberInputElement,\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 IxNumberInputEvents,\n defineCustomElement: defineIxNumberInput\n});\n\nexport default IxNumberInput;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACoB;AACxB;AACH;;"}
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { IxPagination as IxPagination$1, defineCustomElement } from '@siemens/ix/components/ix-pagination.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxPagination = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-pagination',
8
- elementClass: IxPagination$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
- onPageSelected: 'pageSelected',
13
- onItemCountChanged: 'itemCountChanged'
14
- },
15
- defineCustomElement: defineCustomElement
16
- });
17
-
18
- export { IxPagination as default };
19
- //# sourceMappingURL=IxPagination.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxPagination.js","sources":["../../src/components/IxPagination.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 { IxPagination as IxPaginationElement, defineCustomElement as defineIxPagination } from \"@siemens/ix/components/ix-pagination.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 IxPaginationEvents = {\n onPageSelected: EventName<CustomEvent<number>>,\n onItemCountChanged: EventName<CustomEvent<number>>\n};\n\nconst IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents> = /*@__PURE__*/ createComponent<IxPaginationElement, IxPaginationEvents>({\n tagName: 'ix-pagination',\n elementClass: IxPaginationElement,\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 onPageSelected: 'pageSelected',\n onItemCountChanged: 'itemCountChanged'\n } as IxPaginationEvents,\n defineCustomElement: defineIxPagination\n});\n\nexport default IxPagination;\n"],"names":[],"mappings":";;;;;AAmBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;;"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- import { IxPane as IxPane$1, defineCustomElement } from '@siemens/ix/components/ix-pane.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxPane = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-pane',
8
- elementClass: IxPane$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
- onExpandedChanged: 'expandedChanged',
13
- onVariantChanged: 'variantChanged',
14
- onBorderlessChanged: 'borderlessChanged'
15
- },
16
- defineCustomElement: defineCustomElement
17
- });
18
-
19
- export { IxPane as default };
20
- //# sourceMappingURL=IxPane.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxPane.js","sources":["../../src/components/IxPane.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 BorderlessChangedEvent, type ExpandedChangedEvent, type IxPaneCustomEvent, type VariantChangedEvent } from \"@siemens/ix\";\nimport { IxPane as IxPaneElement, defineCustomElement as defineIxPane } from \"@siemens/ix/components/ix-pane.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 IxPaneEvents = {\n onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>,\n onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>,\n onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>\n};\n\nconst IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents> = /*@__PURE__*/ createComponent<IxPaneElement, IxPaneEvents>({\n tagName: 'ix-pane',\n elementClass: IxPaneElement,\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 onExpandedChanged: 'expandedChanged',\n onVariantChanged: 'variantChanged',\n onBorderlessChanged: 'borderlessChanged'\n } as IxPaneEvents,\n defineCustomElement: defineIxPane\n});\n\nexport default IxPane;\n"],"names":[],"mappings":";;;;;AAqBA;AACI;AACA;;AAEA;AACA;AACI;AACA;AACA;AACa;AACjB;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxPaneLayout as IxPaneLayout$1, defineCustomElement } from '@siemens/ix/components/ix-pane-layout.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxPaneLayout = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-pane-layout',
8
- elementClass: IxPaneLayout$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 { IxPaneLayout as default };
16
- //# sourceMappingURL=IxPaneLayout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IxPaneLayout.js","sources":["../../src/components/IxPaneLayout.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 { IxPaneLayout as IxPaneLayoutElement, defineCustomElement as defineIxPaneLayout } from \"@siemens/ix/components/ix-pane-layout.js\";\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\ntype IxPaneLayoutEvents = NonNullable<unknown>;\n\nconst IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents> = /*@__PURE__*/ createComponent<IxPaneLayoutElement, IxPaneLayoutEvents>({\n tagName: 'ix-pane-layout',\n elementClass: IxPaneLayoutElement,\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 IxPaneLayoutEvents,\n defineCustomElement: defineIxPaneLayout\n});\n\nexport default IxPaneLayout;\n"],"names":[],"mappings":";;;;;AAgBA;AACI;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -1,16 +0,0 @@
1
- "use client";
2
- import { IxPill as IxPill$1, defineCustomElement } from '@siemens/ix/components/ix-pill.js';
3
- import { createComponent } from '@stencil/react-output-target/runtime';
4
- import React from 'react';
5
-
6
- const IxPill = /*@__PURE__*/ createComponent({
7
- tagName: 'ix-pill',
8
- elementClass: IxPill$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 { IxPill as default };
16
- //# sourceMappingURL=IxPill.js.map