@mescius/wijmo.react.nav 5.20241.10-nightly.d20240603.t042042 → 5.20241.10-nightly.d20240604.t020459
Sign up to get free protection for your applications and to get access to all the features.
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +6 -6
- package/index.js +1 -1
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240604.t020459
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -78,7 +78,7 @@ export declare const TreeViewMeta: {
|
|
78
78
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
79
79
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
80
80
|
*/
|
81
|
-
export declare const TreeView: React.ForwardRefExoticComponent<TreeViewProps & TreeViewEvents<wjcNav.TreeView
|
81
|
+
export declare const TreeView: React.ForwardRefExoticComponent<React.PropsWithChildren<TreeViewProps & TreeViewEvents<wjcNav.TreeView>>>;
|
82
82
|
export declare type TabPanelProps = ControlBaseProps & {
|
83
83
|
autoSwitch?: boolean;
|
84
84
|
isAnimated?: boolean;
|
@@ -104,7 +104,7 @@ export declare const TabPanelMeta: {
|
|
104
104
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
105
105
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
106
106
|
*/
|
107
|
-
export declare const TabPanel: React.ForwardRefExoticComponent<TabPanelProps & TabPanelEvents<wjcNav.TabPanel
|
107
|
+
export declare const TabPanel: React.ForwardRefExoticComponent<React.PropsWithChildren<TabPanelProps & TabPanelEvents<wjcNav.TabPanel>>>;
|
108
108
|
export declare type TabProps = {
|
109
109
|
isDisabled?: boolean;
|
110
110
|
isVisible?: boolean;
|
@@ -127,7 +127,7 @@ export declare const TabMeta: {
|
|
127
127
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
128
128
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
129
129
|
*/
|
130
|
-
export declare const Tab: React.ForwardRefExoticComponent<TabProps & TabEvents<wjcNav.Tab
|
130
|
+
export declare const Tab: React.ForwardRefExoticComponent<React.PropsWithChildren<TabProps & TabEvents<wjcNav.Tab>>>;
|
131
131
|
export declare type AccordionProps = ControlBaseProps & {
|
132
132
|
allowCollapseAll?: boolean;
|
133
133
|
allowExpandMany?: boolean;
|
@@ -156,7 +156,7 @@ export declare const AccordionMeta: {
|
|
156
156
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
157
157
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
158
158
|
*/
|
159
|
-
export declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & AccordionEvents<wjcNav.Accordion
|
159
|
+
export declare const Accordion: React.ForwardRefExoticComponent<React.PropsWithChildren<AccordionProps & AccordionEvents<wjcNav.Accordion>>>;
|
160
160
|
export declare type AccordionPaneProps = {
|
161
161
|
isCollapsed?: boolean;
|
162
162
|
isDisabled?: boolean;
|
@@ -180,4 +180,4 @@ export declare const AccordionPaneMeta: {
|
|
180
180
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
181
181
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
182
182
|
*/
|
183
|
-
export declare const AccordionPane: React.ForwardRefExoticComponent<AccordionPaneProps & AccordionPaneEvents<wjcNav.AccordionPane
|
183
|
+
export declare const AccordionPane: React.ForwardRefExoticComponent<React.PropsWithChildren<AccordionPaneProps & AccordionPaneEvents<wjcNav.AccordionPane>>>;
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.react.nav",
|
3
|
-
"version": "5.20241.10-nightly.
|
3
|
+
"version": "5.20241.10-nightly.d20240604.t020459",
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
5
5
|
"author": "MESCIUS inc",
|
6
6
|
"license": "Commercial",
|
7
7
|
"main": "./index.js",
|
8
8
|
"types": "./index.d.ts",
|
9
9
|
"dependencies": {
|
10
|
-
"@mescius/wijmo": "5.20241.10-nightly.
|
11
|
-
"@mescius/wijmo.nav": "5.20241.10-nightly.
|
12
|
-
"@mescius/wijmo.react.base": "5.20241.10-nightly.
|
10
|
+
"@mescius/wijmo": "5.20241.10-nightly.d20240604.t020459",
|
11
|
+
"@mescius/wijmo.nav": "5.20241.10-nightly.d20240604.t020459",
|
12
|
+
"@mescius/wijmo.react.base": "5.20241.10-nightly.d20240604.t020459"
|
13
13
|
},
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
15
15
|
"bugs": {
|