udp-react-stencil-component-library 26.0.3-beta.3 → 26.0.3-beta.5
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.
|
@@ -3,7 +3,6 @@ import { UdpFluentSwitch } from "udp-stencil-component-library/dist/components/u
|
|
|
3
3
|
|
|
4
4
|
//#region lib/udp-fluent-switch.d.ts
|
|
5
5
|
type UdpFluentSwitchEvents = {
|
|
6
|
-
onCheckedChanged: EventName<CustomEvent<boolean>>;
|
|
7
6
|
onValueChanged: EventName<CustomEvent<boolean>>;
|
|
8
7
|
};
|
|
9
8
|
declare const UdpFluentSwitch$1: StencilReactComponent<UdpFluentSwitch, UdpFluentSwitchEvents>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"udp-fluent-switch.d.mts","names":[],"sources":["../../lib/udp-fluent-switch.ts"],"mappings":";;;;KAcY,qBAAA;
|
|
1
|
+
{"version":3,"file":"udp-fluent-switch.d.mts","names":[],"sources":["../../lib/udp-fluent-switch.ts"],"mappings":";;;;KAcY,qBAAA;EAA0B,cAAA,EAAgB,SAAA,CAAU,WAAA;AAAA;AAAA,cAEnD,iBAAA,EAAiB,qBAAA,CAAsB,eAAA,EAAwB,qBAAA"}
|
|
@@ -7,10 +7,7 @@ const UdpFluentSwitch$1 = /* @__PURE__ */ createComponent({
|
|
|
7
7
|
tagName: "udp-fluent-switch",
|
|
8
8
|
elementClass: UdpFluentSwitch,
|
|
9
9
|
react: React,
|
|
10
|
-
events: {
|
|
11
|
-
onCheckedChanged: "checkedChanged",
|
|
12
|
-
onValueChanged: "valueChanged"
|
|
13
|
-
},
|
|
10
|
+
events: { onValueChanged: "valueChanged" },
|
|
14
11
|
defineCustomElement
|
|
15
12
|
});
|
|
16
13
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"udp-fluent-switch.mjs","names":["UdpFluentSwitch","UdpFluentSwitchElement","defineUdpFluentSwitch"],"sources":["../../lib/udp-fluent-switch.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 { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpFluentSwitch as UdpFluentSwitchElement, defineCustomElement as defineUdpFluentSwitch } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-switch.js\";\nimport React from 'react';\n\nexport type UdpFluentSwitchEvents = {
|
|
1
|
+
{"version":3,"file":"udp-fluent-switch.mjs","names":["UdpFluentSwitch","UdpFluentSwitchElement","defineUdpFluentSwitch"],"sources":["../../lib/udp-fluent-switch.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 { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpFluentSwitch as UdpFluentSwitchElement, defineCustomElement as defineUdpFluentSwitch } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-switch.js\";\nimport React from 'react';\n\nexport type UdpFluentSwitchEvents = { onValueChanged: EventName<CustomEvent<boolean>> };\n\nexport const UdpFluentSwitch: StencilReactComponent<UdpFluentSwitchElement, UdpFluentSwitchEvents> = /*@__PURE__*/ createComponent<UdpFluentSwitchElement, UdpFluentSwitchEvents>({\n tagName: 'udp-fluent-switch',\n elementClass: UdpFluentSwitchElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onValueChanged: 'valueChanged' } as UdpFluentSwitchEvents,\n defineCustomElement: defineUdpFluentSwitch\n});\n"],"mappings":";;;;;AAgBA,MAAaA,oBAAsG,gCAA+D;CAC9K,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,gBAAgB,gBAAgB;CACrBC;CACxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "udp-react-stencil-component-library",
|
|
3
|
-
"version": "26.0.3-beta.
|
|
3
|
+
"version": "26.0.3-beta.5",
|
|
4
4
|
"description": "Unity React Wrapped Stencil Components",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
"dependencies": {
|
|
257
257
|
"@stencil/react-output-target": "^1.2.0",
|
|
258
|
-
"udp-stencil-component-library": "^26.3.0-beta.
|
|
258
|
+
"udp-stencil-component-library": "^26.3.0-beta.2",
|
|
259
259
|
"react": "^18.2.0"
|
|
260
260
|
}
|
|
261
261
|
}
|