udp-react-stencil-component-library 25.18.3-beta.39 → 25.18.3-beta.40
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/lib/UdpFluentTablist.d.mts +1 -1
- package/dist/lib/components.d.mts +1 -1
- package/dist/src/index.d.mts +1 -1
- package/dist/udp-fluent-tablist-CJrwOE1W.mjs.map +1 -1
- package/dist/{udp-fluent-tablist-BLyY0Q8H.d.mts → udp-fluent-tablist-DfCMQ-0A.d.mts} +2 -2
- package/dist/udp-fluent-tablist-DfCMQ-0A.d.mts.map +1 -0
- package/package.json +2 -2
- package/dist/udp-fluent-tablist-BLyY0Q8H.d.mts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as UdpFluentTablistEvents, t as UdpFluentTablist } from "../udp-fluent-tablist-
|
|
1
|
+
import { n as UdpFluentTablistEvents, t as UdpFluentTablist } from "../udp-fluent-tablist-DfCMQ-0A.mjs";
|
|
2
2
|
export { UdpFluentTablist, UdpFluentTablistEvents };
|
|
@@ -138,7 +138,7 @@ import { t as UdpFluentListItem } from "../udp-fluent-list-item-PWLYSUmb.mjs";
|
|
|
138
138
|
import { t as UdpFluentMenu } from "../udp-fluent-menu-CH_pqIcz.mjs";
|
|
139
139
|
import { t as UdpFluentRadioGroup } from "../udp-fluent-radio-group-ClZq9lol.mjs";
|
|
140
140
|
import { t as UdpFluentSwitch } from "../udp-fluent-switch-C3BxKXi7.mjs";
|
|
141
|
-
import { t as UdpFluentTablist } from "../udp-fluent-tablist-
|
|
141
|
+
import { t as UdpFluentTablist } from "../udp-fluent-tablist-DfCMQ-0A.mjs";
|
|
142
142
|
import { t as UdpFluentTextInput } from "../udp-fluent-text-input-CAou9ShK.mjs";
|
|
143
143
|
import { t as UdpFluentToggleButton } from "../udp-fluent-toggle-button-BtrQJxTW.mjs";
|
|
144
144
|
import { t as UdpFormComponent } from "../udp-form-component-CiHR5_xZ.mjs";
|
package/dist/src/index.d.mts
CHANGED
|
@@ -138,7 +138,7 @@ import { t as UdpFluentListItem } from "../udp-fluent-list-item-PWLYSUmb.mjs";
|
|
|
138
138
|
import { t as UdpFluentMenu } from "../udp-fluent-menu-CH_pqIcz.mjs";
|
|
139
139
|
import { t as UdpFluentRadioGroup } from "../udp-fluent-radio-group-ClZq9lol.mjs";
|
|
140
140
|
import { t as UdpFluentSwitch } from "../udp-fluent-switch-C3BxKXi7.mjs";
|
|
141
|
-
import { t as UdpFluentTablist } from "../udp-fluent-tablist-
|
|
141
|
+
import { t as UdpFluentTablist } from "../udp-fluent-tablist-DfCMQ-0A.mjs";
|
|
142
142
|
import { t as UdpFluentTextInput } from "../udp-fluent-text-input-CAou9ShK.mjs";
|
|
143
143
|
import { t as UdpFluentToggleButton } from "../udp-fluent-toggle-button-BtrQJxTW.mjs";
|
|
144
144
|
import { t as UdpFormComponent } from "../udp-form-component-CiHR5_xZ.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"udp-fluent-tablist-CJrwOE1W.mjs","names":["UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents>","UdpFluentTablistElement","defineUdpFluentTablist"],"sources":["../lib/udp-fluent-tablist.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 React from 'react';\nimport { UdpFluentTablist as UdpFluentTablistElement, defineCustomElement as defineUdpFluentTablist } from \"udp-stencil-component-library/dist/components/udp-fluent-tablist.js\";\n\nexport type UdpFluentTablistEvents = { onTabChange: EventName<CustomEvent<string>> };\n\nexport const UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents> = /*@__PURE__*/ createComponent<UdpFluentTablistElement, UdpFluentTablistEvents>({\n tagName: 'udp-fluent-tablist',\n elementClass: UdpFluentTablistElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onTabChange: 'tabChange' } as UdpFluentTablistEvents,\n defineCustomElement: defineUdpFluentTablist\n});\n"],"mappings":";;;;;AAgBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,aAAa,aAAa;CACfC;CACxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"udp-fluent-tablist-CJrwOE1W.mjs","names":["UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents>","UdpFluentTablistElement","defineUdpFluentTablist"],"sources":["../lib/udp-fluent-tablist.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 React from 'react';\nimport { UdpFluentTablist as UdpFluentTablistElement, defineCustomElement as defineUdpFluentTablist } from \"udp-stencil-component-library/dist/components/udp-fluent-tablist.js\";\n\nexport type UdpFluentTablistEvents = { onTabChange: EventName<CustomEvent<string | number>> };\n\nexport const UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents> = /*@__PURE__*/ createComponent<UdpFluentTablistElement, UdpFluentTablistEvents>({\n tagName: 'udp-fluent-tablist',\n elementClass: UdpFluentTablistElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onTabChange: 'tabChange' } as UdpFluentTablistEvents,\n defineCustomElement: defineUdpFluentTablist\n});\n"],"mappings":";;;;;AAgBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,aAAa,aAAa;CACfC;CACxB,CAAC"}
|
|
@@ -4,9 +4,9 @@ import { UdpFluentTablist } from "udp-stencil-component-library/dist/components/
|
|
|
4
4
|
//#region lib/udp-fluent-tablist.d.ts
|
|
5
5
|
|
|
6
6
|
type UdpFluentTablistEvents = {
|
|
7
|
-
onTabChange: EventName<CustomEvent<string>>;
|
|
7
|
+
onTabChange: EventName<CustomEvent<string | number>>;
|
|
8
8
|
};
|
|
9
9
|
declare const UdpFluentTablist$1: StencilReactComponent<UdpFluentTablist, UdpFluentTablistEvents>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { UdpFluentTablistEvents as n, UdpFluentTablist$1 as t };
|
|
12
|
-
//# sourceMappingURL=udp-fluent-tablist-
|
|
12
|
+
//# sourceMappingURL=udp-fluent-tablist-DfCMQ-0A.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"udp-fluent-tablist-DfCMQ-0A.d.mts","names":[],"sources":["../lib/udp-fluent-tablist.ts"],"sourcesContent":[],"mappings":";;;;;AAgBqD,KAFzC,sBAAA,GAEyC;EAAyB,WAAA,EAF1B,SAE0B,CAFhB,WAEgB,CAAA,MAAA,GAAA,MAAA,CAAA,CAAA;CAA/C;AAAqB,cAAvC,kBAAuC,EAArB,qBAAqB,CAAC,gBAAD,EAA0B,sBAA1B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "udp-react-stencil-component-library",
|
|
3
|
-
"version": "25.18.3-beta.
|
|
3
|
+
"version": "25.18.3-beta.40",
|
|
4
4
|
"description": "Unity React Wrapped Stencil Components",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@stencil/react-output-target": "^1.2.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
|
-
"udp-stencil-component-library": "25.18.3-beta.
|
|
50
|
+
"udp-stencil-component-library": "25.18.3-beta.40"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^20.12.12",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"udp-fluent-tablist-BLyY0Q8H.d.mts","names":[],"sources":["../lib/udp-fluent-tablist.ts"],"sourcesContent":[],"mappings":";;;;;AAgBqD,KAFzC,sBAAA,GAEyC;EAAyB,WAAA,EAF1B,SAE0B,CAFhB,WAEgB,CAAA,MAAA,CAAA,CAAA;CAA/C;AAAqB,cAAvC,kBAAuC,EAArB,qBAAqB,CAAC,gBAAD,EAA0B,sBAA1B,CAAA"}
|