@orderly.network/trading 2.3.2 → 2.4.0-alpha.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/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
package/dist/index.d.mts
CHANGED
|
@@ -395,6 +395,9 @@ declare const useTradingScript: () => TradingPageState & {
|
|
|
395
395
|
ip: string;
|
|
396
396
|
brokerName: string;
|
|
397
397
|
}) => react.ReactNode);
|
|
398
|
+
canUnblock: boolean;
|
|
399
|
+
accessRestricted: any;
|
|
400
|
+
setAccessRestricted: (value: boolean | undefined) => void;
|
|
398
401
|
};
|
|
399
402
|
orderEntryViewRef: RefObject<HTMLDivElement>;
|
|
400
403
|
orderEntryHeight: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -395,6 +395,9 @@ declare const useTradingScript: () => TradingPageState & {
|
|
|
395
395
|
ip: string;
|
|
396
396
|
brokerName: string;
|
|
397
397
|
}) => react.ReactNode);
|
|
398
|
+
canUnblock: boolean;
|
|
399
|
+
accessRestricted: any;
|
|
400
|
+
setAccessRestricted: (value: boolean | undefined) => void;
|
|
398
401
|
};
|
|
399
402
|
orderEntryViewRef: RefObject<HTMLDivElement>;
|
|
400
403
|
orderEntryHeight: number;
|