next-flow-interface 0.25.8 → 0.25.12
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/index.d.ts +2 -17
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -86,7 +86,6 @@ import { StoredRhineVar } from "rhine-var";
|
|
|
86
86
|
import { SwitchProps } from "antd";
|
|
87
87
|
import { Texture } from "@babylonjs/core";
|
|
88
88
|
import { TextureBlock } from "@babylonjs/core";
|
|
89
|
-
import { ThemeConfig } from "antd";
|
|
90
89
|
import { ToggleEventHandler } from "react";
|
|
91
90
|
import { TouchEvent as TouchEvent_2 } from "react";
|
|
92
91
|
import { TouchEventHandler } from "react";
|
|
@@ -2390,7 +2389,7 @@ export declare interface IconPlugin extends BasePlugin {
|
|
|
2390
2389
|
position: IconPluginPosition;
|
|
2391
2390
|
group: string;
|
|
2392
2391
|
label: string;
|
|
2393
|
-
|
|
2392
|
+
theme: ThemeColor;
|
|
2394
2393
|
open: boolean;
|
|
2395
2394
|
icon: MixView<IconViewProps>;
|
|
2396
2395
|
onEnabledChange?: (value: boolean, e: MouseEvent) => void;
|
|
@@ -4564,6 +4563,7 @@ export declare interface RsdNumberProps extends DivPropsSimple {
|
|
|
4564
4563
|
min?: number;
|
|
4565
4564
|
max?: number;
|
|
4566
4565
|
step?: number;
|
|
4566
|
+
unit?: string;
|
|
4567
4567
|
}
|
|
4568
4568
|
|
|
4569
4569
|
/**
|
|
@@ -7212,20 +7212,6 @@ export declare enum ThemeColor {
|
|
|
7212
7212
|
PINK = "PINK",
|
|
7213
7213
|
}
|
|
7214
7214
|
|
|
7215
|
-
/**
|
|
7216
|
-
* @public
|
|
7217
|
-
*/
|
|
7218
|
-
export declare function ThemeProvider(props: ThemeProviderProps): JSX.Element;
|
|
7219
|
-
|
|
7220
|
-
/**
|
|
7221
|
-
* @public
|
|
7222
|
-
*/
|
|
7223
|
-
export declare interface ThemeProviderProps {
|
|
7224
|
-
children?: React.ReactNode;
|
|
7225
|
-
color?: ThemeColor;
|
|
7226
|
-
background?: Theme;
|
|
7227
|
-
}
|
|
7228
|
-
|
|
7229
7215
|
/**
|
|
7230
7216
|
* @public
|
|
7231
7217
|
*/
|
|
@@ -7793,4 +7779,3 @@ export declare const rsNodeMaterialAnalyzer: RsNodeMaterialAnalyzer;
|
|
|
7793
7779
|
export declare const rsSceneService: RsSceneService;
|
|
7794
7780
|
export declare const rsTransformGround: RsTransformGround;
|
|
7795
7781
|
export declare const rvMeetingService: RvMeetingService;
|
|
7796
|
-
export declare const ThemeBackground: unknown;
|