@infineon/infineon-design-system-react 39.6.1--canary.1723.a927134aed182452837786dff69e7d170a39db70.0 → 39.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.js +1 -1
- package/dist/types/components.d.ts +3 -1
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -737,7 +737,7 @@ export const IfxTable = /*@__PURE__*/ createComponent({
|
|
|
737
737
|
elementClass: IfxTableElement,
|
|
738
738
|
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
739
739
|
react: React,
|
|
740
|
-
events: {},
|
|
740
|
+
events: { onIfxSortChange: 'ifxSortChange' },
|
|
741
741
|
defineCustomElement: defineIfxTable
|
|
742
742
|
});
|
|
743
743
|
export const IfxTabs = /*@__PURE__*/ createComponent({
|
|
@@ -387,7 +387,9 @@ type IfxTabEvents = {
|
|
|
387
387
|
onTabHeaderChange: EventName<CustomEvent<any>>;
|
|
388
388
|
};
|
|
389
389
|
export declare const IfxTab: StencilReactComponent<IfxTabElement, IfxTabEvents>;
|
|
390
|
-
type IfxTableEvents =
|
|
390
|
+
type IfxTableEvents = {
|
|
391
|
+
onIfxSortChange: EventName<CustomEvent<any>>;
|
|
392
|
+
};
|
|
391
393
|
export declare const IfxTable: StencilReactComponent<IfxTableElement, IfxTableEvents>;
|
|
392
394
|
type IfxTabsEvents = {
|
|
393
395
|
onIfxChange: EventName<CustomEvent<any>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infineon/infineon-design-system-react",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.7.0",
|
|
4
4
|
"description": "Infineon design system Stencil web components for React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@infineon/design-system-tokens": "5.0.0",
|
|
31
31
|
"@stencil/react-output-target": "^0.7.1",
|
|
32
|
-
"@infineon/infineon-design-system-stencil": "39.
|
|
32
|
+
"@infineon/infineon-design-system-stencil": "39.7.0"
|
|
33
33
|
},
|
|
34
34
|
"auto": {
|
|
35
35
|
"plugins": [
|