@orderly.network/markets 2.6.2 → 2.6.3
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 +4 -5
- package/dist/index.d.ts +4 -5
- package/dist/index.js +33 -69
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import * as _orderly_network_types from '@orderly.network/types';
|
|
|
5
5
|
import { API } from '@orderly.network/types';
|
|
6
6
|
import * as _orderly_network_hooks from '@orderly.network/hooks';
|
|
7
7
|
import { useMarkets, FavoriteTab, Favorite } from '@orderly.network/hooks';
|
|
8
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
8
|
import * as _orderly_network_ui from '@orderly.network/ui';
|
|
10
9
|
import { SortOrder, Column, TableSort, DataTableClassNames } from '@orderly.network/ui';
|
|
11
10
|
import { RouterAdapter, LeftNavProps } from '@orderly.network/ui-scaffold';
|
|
@@ -71,7 +70,7 @@ type MarketsHeaderWidgetProps = {
|
|
|
71
70
|
};
|
|
72
71
|
declare const MarketsHeaderWidget: FC<MarketsHeaderWidgetProps>;
|
|
73
72
|
|
|
74
|
-
declare const MarketsDataListWidget:
|
|
73
|
+
declare const MarketsDataListWidget: react__default.FC;
|
|
75
74
|
|
|
76
75
|
type FavoriteInstance = ReturnType<typeof useMarkets>[1];
|
|
77
76
|
type SortType = {
|
|
@@ -104,7 +103,7 @@ declare function useMarketsDataListScript(): {
|
|
|
104
103
|
};
|
|
105
104
|
|
|
106
105
|
type MarketsDataListProps = UseMarketsDataListScript;
|
|
107
|
-
declare const MarketsDataList:
|
|
106
|
+
declare const MarketsDataList: react__default.FC<MarketsDataListProps>;
|
|
108
107
|
|
|
109
108
|
type MarketsListFullWidgetProps = {
|
|
110
109
|
type?: "all" | "new";
|
|
@@ -308,7 +307,7 @@ declare function useExpandMarketsScript(options: ExpandMarketsScriptOptions): {
|
|
|
308
307
|
};
|
|
309
308
|
|
|
310
309
|
type ExpandMarketsProps = ExpandMarketsScriptReturn;
|
|
311
|
-
declare const ExpandMarkets:
|
|
310
|
+
declare const ExpandMarkets: react__default.FC<ExpandMarketsProps>;
|
|
312
311
|
|
|
313
312
|
type MarketsProviderProps = {
|
|
314
313
|
symbol?: string;
|
|
@@ -580,7 +579,7 @@ type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & Use
|
|
|
580
579
|
className?: string;
|
|
581
580
|
trailing?: ReactNode;
|
|
582
581
|
};
|
|
583
|
-
declare const SymbolInfoBarFull:
|
|
582
|
+
declare const SymbolInfoBarFull: react__default.FC<SymbolInfoBarFullProps>;
|
|
584
583
|
|
|
585
584
|
type SymbolInfoBarFullWidgetPros = UseSymbolInfoBarFullScriptOptions & Pick<SymbolInfoBarFullProps, "className" | "trailing"> & Pick<MarketsProviderProps, "onSymbolChange">;
|
|
586
585
|
declare const SymbolInfoBarFullWidget: FC<SymbolInfoBarFullWidgetPros>;
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import * as _orderly_network_types from '@orderly.network/types';
|
|
|
5
5
|
import { API } from '@orderly.network/types';
|
|
6
6
|
import * as _orderly_network_hooks from '@orderly.network/hooks';
|
|
7
7
|
import { useMarkets, FavoriteTab, Favorite } from '@orderly.network/hooks';
|
|
8
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
8
|
import * as _orderly_network_ui from '@orderly.network/ui';
|
|
10
9
|
import { SortOrder, Column, TableSort, DataTableClassNames } from '@orderly.network/ui';
|
|
11
10
|
import { RouterAdapter, LeftNavProps } from '@orderly.network/ui-scaffold';
|
|
@@ -71,7 +70,7 @@ type MarketsHeaderWidgetProps = {
|
|
|
71
70
|
};
|
|
72
71
|
declare const MarketsHeaderWidget: FC<MarketsHeaderWidgetProps>;
|
|
73
72
|
|
|
74
|
-
declare const MarketsDataListWidget:
|
|
73
|
+
declare const MarketsDataListWidget: react__default.FC;
|
|
75
74
|
|
|
76
75
|
type FavoriteInstance = ReturnType<typeof useMarkets>[1];
|
|
77
76
|
type SortType = {
|
|
@@ -104,7 +103,7 @@ declare function useMarketsDataListScript(): {
|
|
|
104
103
|
};
|
|
105
104
|
|
|
106
105
|
type MarketsDataListProps = UseMarketsDataListScript;
|
|
107
|
-
declare const MarketsDataList:
|
|
106
|
+
declare const MarketsDataList: react__default.FC<MarketsDataListProps>;
|
|
108
107
|
|
|
109
108
|
type MarketsListFullWidgetProps = {
|
|
110
109
|
type?: "all" | "new";
|
|
@@ -308,7 +307,7 @@ declare function useExpandMarketsScript(options: ExpandMarketsScriptOptions): {
|
|
|
308
307
|
};
|
|
309
308
|
|
|
310
309
|
type ExpandMarketsProps = ExpandMarketsScriptReturn;
|
|
311
|
-
declare const ExpandMarkets:
|
|
310
|
+
declare const ExpandMarkets: react__default.FC<ExpandMarketsProps>;
|
|
312
311
|
|
|
313
312
|
type MarketsProviderProps = {
|
|
314
313
|
symbol?: string;
|
|
@@ -580,7 +579,7 @@ type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & Use
|
|
|
580
579
|
className?: string;
|
|
581
580
|
trailing?: ReactNode;
|
|
582
581
|
};
|
|
583
|
-
declare const SymbolInfoBarFull:
|
|
582
|
+
declare const SymbolInfoBarFull: react__default.FC<SymbolInfoBarFullProps>;
|
|
584
583
|
|
|
585
584
|
type SymbolInfoBarFullWidgetPros = UseSymbolInfoBarFullScriptOptions & Pick<SymbolInfoBarFullProps, "className" | "trailing"> & Pick<MarketsProviderProps, "onSymbolChange">;
|
|
586
585
|
declare const SymbolInfoBarFullWidget: FC<SymbolInfoBarFullWidgetPros>;
|