@secondstaxorg/sscomp 1.0.4 → 1.0.6
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/README.md +1 -1
- package/build/components/ActionFailed/ActionFailed.d.ts +4 -0
- package/build/components/ActionFailed/style.d.ts +2 -0
- package/build/components/ActionFailed/type.d.ts +4 -0
- package/build/components/ActionSuccess/ActionSuccess.d.ts +4 -0
- package/build/components/ActionSuccess/style.d.ts +2 -0
- package/build/components/ActionSuccess/type.d.ts +4 -0
- package/build/components/AppActionsTable/AppActionsTable.d.ts +4 -0
- package/build/components/AppActionsTable/style.d.ts +4 -0
- package/build/components/AppActionsTable/type.d.ts +14 -0
- package/build/components/AppFormsTable/AppFormsTable.d.ts +4 -0
- package/build/components/AppFormsTable/style.d.ts +4 -0
- package/build/components/AppFormsTable/type.d.ts +12 -0
- package/build/components/AppModulesTable/AppModulesTable.d.ts +4 -0
- package/build/components/AppModulesTable/style.d.ts +4 -0
- package/build/components/AppModulesTable/type.d.ts +8 -0
- package/build/components/AuditLog/AuditLog.d.ts +4 -0
- package/build/components/AuditLog/style.d.ts +4 -0
- package/build/components/AuditLog/type.d.ts +8 -0
- package/build/components/BankAccounts/BankAccounts.d.ts +4 -0
- package/build/components/BankAccounts/style.d.ts +4 -0
- package/build/components/BankAccounts/type.d.ts +15 -0
- package/build/components/BankSelector/BankSelector.d.ts +4 -0
- package/build/components/BankSelector/style.d.ts +4 -0
- package/build/components/BankSelector/type.d.ts +16 -0
- package/build/components/BreadcrumbBar/BreadcrumbBar.d.ts +4 -0
- package/build/components/BreadcrumbBar/style.d.ts +1 -0
- package/build/components/BreadcrumbBar/type.d.ts +7 -0
- package/build/components/BrokersTable/BrokersTable.d.ts +4 -0
- package/build/components/BrokersTable/style.d.ts +5 -0
- package/build/components/BrokersTable/type.d.ts +11 -0
- package/build/components/Button/Button.d.ts +4 -0
- package/build/components/Button/index.d.ts +1 -0
- package/build/components/Button/style.d.ts +1 -0
- package/build/components/Button/type.d.ts +8 -0
- package/build/components/ButtonOutline/OutlineButton.d.ts +4 -0
- package/build/components/ButtonOutline/index.d.ts +1 -0
- package/build/components/ButtonOutline/style.d.ts +1 -0
- package/build/components/ButtonOutline/type.d.ts +8 -0
- package/build/components/Chart/Chart.d.ts +4 -0
- package/build/components/Chart/helpers.d.ts +1 -0
- package/build/components/Chart/style.d.ts +6 -0
- package/build/components/Chart/type.d.ts +13 -0
- package/build/components/ChartMedium/ChartMedium.d.ts +4 -0
- package/build/components/ChartMedium/helpers.d.ts +1 -0
- package/build/components/ChartMedium/style.d.ts +6 -0
- package/build/components/ChartMedium/type.d.ts +13 -0
- package/build/components/ChartSmall/ChartSmall.d.ts +4 -0
- package/build/components/ChartSmall/helpers.d.ts +1 -0
- package/build/components/ChartSmall/style.d.ts +6 -0
- package/build/components/ChartSmall/type.d.ts +13 -0
- package/build/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/build/components/CookieConsent/style.d.ts +6 -0
- package/build/components/CookieConsent/type.d.ts +5 -0
- package/build/components/CountrySelector/CountrySelector.d.ts +4 -0
- package/build/components/CountrySelector/style.d.ts +6 -0
- package/build/components/CountrySelector/type.d.ts +11 -0
- package/build/components/CurrencyPairs/CurrencyPairsTable.d.ts +4 -0
- package/build/components/CurrencyPairs/style.d.ts +4 -0
- package/build/components/CurrencyPairs/type.d.ts +18 -0
- package/build/components/DatePicker/DatePicker.d.ts +4 -0
- package/build/components/DatePicker/style.d.ts +12 -0
- package/build/components/DatePicker/type.d.ts +63 -0
- package/build/components/DropdownList/DropdownList.d.ts +4 -0
- package/build/components/DropdownList/style.d.ts +7 -0
- package/build/components/DropdownList/type.d.ts +13 -0
- package/build/components/Dropshadows/DropShadows.d.ts +4 -0
- package/build/components/Dropshadows/style.d.ts +1 -0
- package/build/components/Dropshadows/type.d.ts +4 -0
- package/build/components/ExchangeRates/ExchangeRates.d.ts +4 -0
- package/build/components/ExchangeRates/style.d.ts +3 -0
- package/build/components/ExchangeRates/type.d.ts +11 -0
- package/build/components/Footer/Footer.d.ts +3 -0
- package/build/components/Footer/style.d.ts +6 -0
- package/build/components/Indices/Indices.d.ts +4 -0
- package/build/components/Indices/style.d.ts +5 -0
- package/build/components/Indices/type.d.ts +9 -0
- package/build/components/LPRequestTable/LPRequestTable.d.ts +4 -0
- package/build/components/LPRequestTable/style.d.ts +4 -0
- package/build/components/LPRequestTable/type.d.ts +29 -0
- package/build/components/LPSideNav/LPSideNav.d.ts +9 -0
- package/build/components/LPSideNav/style.d.ts +7 -0
- package/build/components/LPSideNav/type.d.ts +18 -0
- package/build/components/LPTopBar/LPTopBar.d.ts +4 -0
- package/build/components/LPTopBar/style.d.ts +19 -0
- package/build/components/LPTopBar/type.d.ts +19 -0
- package/build/components/LoadingShimmer/LoadingShimmer.d.ts +4 -0
- package/build/components/LoadingShimmer/style.d.ts +2 -0
- package/build/components/LoadingShimmer/type.d.ts +5 -0
- package/build/components/LoadingSpinner/LoadingSpinner.d.ts +4 -0
- package/build/components/MarketData/MarketData.d.ts +4 -0
- package/build/components/MarketData/style.d.ts +8 -0
- package/build/components/MarketData/type.d.ts +9 -0
- package/build/components/MarketMovers/MarketMovers.d.ts +4 -0
- package/build/components/MarketMovers/style.d.ts +5 -0
- package/build/components/MarketMovers/type.d.ts +12 -0
- package/build/components/MenuBar/MenuBar.d.ts +4 -0
- package/build/components/MenuBar/style.d.ts +2 -0
- package/build/components/MenuBar/type.d.ts +8 -0
- package/build/components/NewsCard/NewsCard.d.ts +4 -0
- package/build/components/NewsCard/style.d.ts +6 -0
- package/build/components/NewsCard/type.d.ts +10 -0
- package/build/components/NewsFilterBar/NewsFilterBar.d.ts +4 -0
- package/build/components/NewsFilterBar/style.d.ts +2 -0
- package/build/components/NewsFilterBar/type.d.ts +13 -0
- package/build/components/NewsSourceTag/NewsSourceTag.d.ts +4 -0
- package/build/components/NewsSourceTag/style.d.ts +1 -0
- package/build/components/NewsSourceTag/type.d.ts +5 -0
- package/build/components/NewsTitleBar/NewsTitleBar.d.ts +4 -0
- package/build/components/NewsTitleBar/style.d.ts +1 -0
- package/build/components/NewsTitleBar/type.d.ts +4 -0
- package/build/components/PasswordField/PasswordField.d.ts +4 -0
- package/build/components/PasswordField/style.d.ts +5 -0
- package/build/components/PasswordField/type.d.ts +7 -0
- package/build/components/PaymentMethodsTable/PaymentMethods.d.ts +4 -0
- package/build/components/PaymentMethodsTable/style.d.ts +4 -0
- package/build/components/PaymentMethodsTable/type.d.ts +9 -0
- package/build/components/ProvidersTable/ProvidersTable.d.ts +4 -0
- package/build/components/ProvidersTable/style.d.ts +4 -0
- package/build/components/ProvidersTable/type.d.ts +11 -0
- package/build/components/RateHistory/RateHistory.d.ts +4 -0
- package/build/components/RateHistory/style.d.ts +6 -0
- package/build/components/RateHistory/type.d.ts +12 -0
- package/build/components/RequestForm/RequestForm.d.ts +4 -0
- package/build/components/RequestForm/style.d.ts +2 -0
- package/build/components/RequestForm/type.d.ts +18 -0
- package/build/components/Ribbon/Ribbon.d.ts +4 -0
- package/build/components/Ribbon/style.d.ts +2 -0
- package/build/components/Ribbon/type.d.ts +6 -0
- package/build/components/SSXBar/SSXBar.d.ts +2 -0
- package/build/components/SSXBar/style.d.ts +1 -0
- package/build/components/SearchBar/SearchBar.d.ts +4 -0
- package/build/components/SearchBar/style.d.ts +3 -0
- package/build/components/SearchBar/type.d.ts +5 -0
- package/build/components/SearchResultsBar/SearchResultsBar.d.ts +4 -0
- package/build/components/SearchResultsBar/style.d.ts +1 -0
- package/build/components/SearchResultsBar/type.d.ts +5 -0
- package/build/components/SideModal/SideModal.d.ts +4 -0
- package/build/components/SideModal/style.d.ts +6 -0
- package/build/components/SideModal/type.d.ts +8 -0
- package/build/components/SmallNewsCard/SmallNewsCard.d.ts +4 -0
- package/build/components/SmallNewsCard/style.d.ts +5 -0
- package/build/components/SmallNewsCard/type.d.ts +9 -0
- package/build/components/StatusBadge/StatusBadge.d.ts +4 -0
- package/build/components/StatusBadge/style.d.ts +1 -0
- package/build/components/StatusBadge/type.d.ts +5 -0
- package/build/components/StocksTicker/StocksTicker.d.ts +4 -0
- package/build/components/StocksTicker/style.d.ts +2 -0
- package/build/components/StocksTicker/type.d.ts +10 -0
- package/build/components/SystemConfigTable/SystemConfigTable.d.ts +4 -0
- package/build/components/SystemConfigTable/style.d.ts +4 -0
- package/build/components/SystemConfigTable/type.d.ts +9 -0
- package/build/components/Tab/Tab.d.ts +4 -0
- package/build/components/Tab/style.d.ts +3 -0
- package/build/components/Tab/type.d.ts +8 -0
- package/build/components/Table/helpers.d.ts +6 -0
- package/build/components/Table/index.d.ts +1 -0
- package/build/components/Table/style.d.ts +1 -0
- package/build/components/Table/table.d.ts +4 -0
- package/build/components/Table/type.d.ts +68 -0
- package/build/components/TextArea/TextArea.d.ts +4 -0
- package/build/components/TextArea/style.d.ts +4 -0
- package/build/components/TextArea/type.d.ts +7 -0
- package/build/components/TextField/TextField.d.ts +4 -0
- package/build/components/TextField/style.d.ts +4 -0
- package/build/components/TextField/type.d.ts +7 -0
- package/build/components/TransactionDetails/TransactionDetails.d.ts +4 -0
- package/build/components/TransactionDetails/helpers.d.ts +1 -0
- package/build/components/TransactionDetails/style.d.ts +2 -0
- package/build/components/TransactionDetails/type.d.ts +17 -0
- package/build/components/TransactionDetailsWithPayment/TransactionDetailsWithPayment.d.ts +4 -0
- package/build/components/TransactionDetailsWithPayment/style.d.ts +2 -0
- package/build/components/TransactionDetailsWithPayment/type.d.ts +24 -0
- package/build/components/UpdateUserActions/UpdateUserActions.d.ts +4 -0
- package/build/components/UpdateUserActions/style.d.ts +5 -0
- package/build/components/UpdateUserActions/type.d.ts +16 -0
- package/build/components/UserActions/UserActions.d.ts +4 -0
- package/build/components/UserActions/style.d.ts +5 -0
- package/build/components/UserActions/type.d.ts +20 -0
- package/build/components/UserRolesTable/UserRolesTable.d.ts +4 -0
- package/build/components/UserRolesTable/style.d.ts +4 -0
- package/build/components/UserRolesTable/type.d.ts +8 -0
- package/build/components/UsersTable/UsersTable.d.ts +4 -0
- package/build/components/UsersTable/style.d.ts +4 -0
- package/build/components/UsersTable/type.d.ts +11 -0
- package/build/components/WidgetTitle/WidgetTitle.d.ts +4 -0
- package/build/components/WidgetTitle/style.d.ts +1 -0
- package/build/components/WidgetTitle/type.d.ts +4 -0
- package/build/components/index.d.ts +60 -0
- package/build/index.d.ts +1 -0
- package/build/index.esm.js +21269 -0
- package/build/index.esm.js.map +1 -0
- package/build/index.js +21330 -0
- package/build/index.js.map +1 -0
- package/build/stories/Header.d.ts +12 -0
- package/build/stories/Page.d.ts +3 -0
- package/build/theme.d.ts +58 -0
- package/build/utils.d.ts +7 -0
- package/package.json +20 -8
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TableContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
3
|
+
export declare const NothingContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NothingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const TabContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const TabItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const TabContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TableRow } from './type';
|
|
2
|
+
export declare function setHeader(arr: string): string;
|
|
3
|
+
export declare function getData(data: any, config: {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}): Promise<any>;
|
|
6
|
+
export declare function sortData(data: TableRow[], sort: string, order: string): TableRow[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SDatatable } from './table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TableStyled: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface TableProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
data: TableRow[] | string;
|
|
5
|
+
columns?: TableColumn[];
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
onRowClick?: (row: TableRow) => void;
|
|
8
|
+
onRowDoubleClick?: (row: TableRow) => void;
|
|
9
|
+
onRowContextMenu?: (row: TableRow) => void;
|
|
10
|
+
onRowMouseEnter?: (row: TableRow) => void;
|
|
11
|
+
onRowMouseLeave?: (row: TableRow) => void;
|
|
12
|
+
onRowMouseOver?: (row: TableRow) => void;
|
|
13
|
+
onRowMouseOut?: (row: TableRow) => void;
|
|
14
|
+
onRowMouseMove?: (row: TableRow) => void;
|
|
15
|
+
onRowExpand?: (row: TableRow) => void;
|
|
16
|
+
onRowCollapse?: (row: TableRow) => void;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
onColumnClick?: (column: TableColumn) => void;
|
|
21
|
+
onColumnDoubleClick?: (column: TableColumn) => void;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
onActionClick?: (action: TableAction) => void;
|
|
26
|
+
/**
|
|
27
|
+
* This is the component that you want to show to the user when the row is expanded
|
|
28
|
+
* @param TableRow the row that is being expanded
|
|
29
|
+
*/
|
|
30
|
+
onRowExpandComponent?: (row: TableRow) => React.ReactElement<TableRow>;
|
|
31
|
+
actionOptions?: ActionOptions;
|
|
32
|
+
actionColumn?: boolean;
|
|
33
|
+
columnSort?: boolean;
|
|
34
|
+
config: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
};
|
|
37
|
+
rowExpand?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export interface ActionOptions {
|
|
40
|
+
edit: boolean;
|
|
41
|
+
delete: boolean;
|
|
42
|
+
add: boolean;
|
|
43
|
+
view: boolean;
|
|
44
|
+
custom: (row: TableRow) => void;
|
|
45
|
+
export: boolean;
|
|
46
|
+
}
|
|
47
|
+
export interface TableColumn {
|
|
48
|
+
title: string;
|
|
49
|
+
field: string;
|
|
50
|
+
type?: "text" | "number" | "date" | "datetime" | "time" | "checkbox" | "select" | "action";
|
|
51
|
+
format?: string;
|
|
52
|
+
width?: string;
|
|
53
|
+
align?: "left" | "center" | "right";
|
|
54
|
+
sortable?: boolean | Array<string>;
|
|
55
|
+
editable?: boolean;
|
|
56
|
+
options?: any[];
|
|
57
|
+
custom?: (row: any) => any;
|
|
58
|
+
render?: (row: any) => any;
|
|
59
|
+
}
|
|
60
|
+
export interface TableRow {
|
|
61
|
+
id: string | number;
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}
|
|
64
|
+
export interface TableAction {
|
|
65
|
+
title: string;
|
|
66
|
+
icon: string;
|
|
67
|
+
onClick: (row: TableRow) => void;
|
|
68
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const InputLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const TextAreaField: import("styled-components").StyledComponent<"textarea", any, {}, never>;
|
|
3
|
+
export declare const InputContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ErrorMessage: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const InputLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const InputField: import("styled-components").StyledComponent<"input", any, {}, never>;
|
|
3
|
+
export declare const InputContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ErrorMessage: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function moneyfy(number: number | bigint, currency: string): string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface TxnDetsProps {
|
|
2
|
+
requestedBy: string;
|
|
3
|
+
requestDate: string;
|
|
4
|
+
amount: {
|
|
5
|
+
baseAmount: number;
|
|
6
|
+
baseFlag: string;
|
|
7
|
+
baseCurr: string;
|
|
8
|
+
exchAmount: number;
|
|
9
|
+
exchFlag: string;
|
|
10
|
+
exchCurr: string;
|
|
11
|
+
exchRate: number;
|
|
12
|
+
};
|
|
13
|
+
provider: {
|
|
14
|
+
name: string;
|
|
15
|
+
logo?: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface TxnDetsWPymntProps {
|
|
2
|
+
requestedBy: string;
|
|
3
|
+
requestDate: string;
|
|
4
|
+
amount: {
|
|
5
|
+
baseAmount: number;
|
|
6
|
+
baseFlag: string;
|
|
7
|
+
baseCurr: string;
|
|
8
|
+
exchAmount: number;
|
|
9
|
+
exchFlag: string;
|
|
10
|
+
exchCurr: string;
|
|
11
|
+
exchRate: number;
|
|
12
|
+
};
|
|
13
|
+
provider: {
|
|
14
|
+
name: string;
|
|
15
|
+
logo?: string;
|
|
16
|
+
};
|
|
17
|
+
paymentDets: {
|
|
18
|
+
payeeName: string;
|
|
19
|
+
bankCountry: string;
|
|
20
|
+
bankCountryFlag: string;
|
|
21
|
+
bankName: string;
|
|
22
|
+
paymentRemarks: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const ActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const ActionsListContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ActionItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const NoActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface UpdateUserActionsProps {
|
|
2
|
+
availableOptions: {
|
|
3
|
+
optionName: string;
|
|
4
|
+
optionId: string;
|
|
5
|
+
}[];
|
|
6
|
+
currentOptions: {
|
|
7
|
+
optionName: string;
|
|
8
|
+
optionId: string;
|
|
9
|
+
}[];
|
|
10
|
+
titleAvailable?: string;
|
|
11
|
+
titleCurrent?: string;
|
|
12
|
+
selOptions: (a: {
|
|
13
|
+
added: [];
|
|
14
|
+
removed: [];
|
|
15
|
+
}) => void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const ActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const ActionsListContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ActionItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const NoActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface UserActionsProps {
|
|
2
|
+
availableActions: {
|
|
3
|
+
actionName: string;
|
|
4
|
+
actionId: string;
|
|
5
|
+
}[];
|
|
6
|
+
currentActions?: {
|
|
7
|
+
actionName: string;
|
|
8
|
+
actionId: string;
|
|
9
|
+
}[];
|
|
10
|
+
currentSelections?: {
|
|
11
|
+
actionName: string;
|
|
12
|
+
actionId: string;
|
|
13
|
+
}[];
|
|
14
|
+
titleAvailable?: string;
|
|
15
|
+
titleCurrent?: string;
|
|
16
|
+
newActionsFxn: (a: {
|
|
17
|
+
actionName: string;
|
|
18
|
+
actionId: string;
|
|
19
|
+
}) => void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TableContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
3
|
+
export declare const NothingContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NothingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TableContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
3
|
+
export declare const NothingContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NothingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WidgetTitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export { default as Button } from './Button/Button';
|
|
2
|
+
export { default as ActionFailed } from './ActionFailed/ActionFailed';
|
|
3
|
+
export { default as ActionSuccess } from './ActionSuccess/ActionSuccess';
|
|
4
|
+
export { default as AppActionsTable } from './AppActionsTable/AppActionsTable';
|
|
5
|
+
export { default as AppFormsTable } from './AppFormsTable/AppFormsTable';
|
|
6
|
+
export { default as AppModulesTable } from './AppModulesTable/AppModulesTable';
|
|
7
|
+
export { default as AuditLog } from './AuditLog/AuditLog';
|
|
8
|
+
export { default as BankAccounts } from './BankAccounts/BankAccounts';
|
|
9
|
+
export { default as BankSelector } from './BankSelector/BankSelector';
|
|
10
|
+
export { default as BreadcrumbBar } from './BreadcrumbBar/BreadcrumbBar';
|
|
11
|
+
export { default as BrokersTable } from './BrokersTable/BrokersTable';
|
|
12
|
+
export { default as ButtonOutline } from './ButtonOutline/OutlineButton';
|
|
13
|
+
export { default as Chart } from './Chart/Chart';
|
|
14
|
+
export { default as ChartMedium } from './ChartMedium/ChartMedium';
|
|
15
|
+
export { default as ChartSmall } from './ChartSmall/ChartSmall';
|
|
16
|
+
export { default as CookieConsent } from './CookieConsent/CookieConsent';
|
|
17
|
+
export { default as CountrySelector } from './CountrySelector/CountrySelector';
|
|
18
|
+
export { default as CurrrencyPairs } from './CurrencyPairs/CurrencyPairsTable';
|
|
19
|
+
export { default as DatePicker } from './DatePicker/DatePicker';
|
|
20
|
+
export { default as DropdownList } from './DropdownList/DropdownList';
|
|
21
|
+
export { default as Dropshadows } from './Dropshadows/DropShadows';
|
|
22
|
+
export { default as ExchangeRates } from './ExchangeRates/ExchangeRates';
|
|
23
|
+
export { default as Footer } from './Footer/Footer';
|
|
24
|
+
export { default as Indices } from './Indices/Indices';
|
|
25
|
+
export { default as LoadingShimmer } from './LoadingShimmer/LoadingShimmer';
|
|
26
|
+
export { default as LoadingSpinner } from './LoadingSpinner/LoadingSpinner';
|
|
27
|
+
export { default as LPRequestTable } from './LPRequestTable/LPRequestTable';
|
|
28
|
+
export { default as LPSideNav } from './LPSideNav/LPSideNav';
|
|
29
|
+
export { default as LPTopBar } from './LPTopBar/LPTopBar';
|
|
30
|
+
export { default as MarketData } from './MarketData/MarketData';
|
|
31
|
+
export { default as MarketMovers } from './MarketMovers/MarketMovers';
|
|
32
|
+
export { default as MenuBar } from './MenuBar/MenuBar';
|
|
33
|
+
export { default as NewsCard } from './NewsCard/NewsCard';
|
|
34
|
+
export { default as NewsFilterBar } from './NewsFilterBar/NewsFilterBar';
|
|
35
|
+
export { default as NewsSourceTag } from './NewsSourceTag/NewsSourceTag';
|
|
36
|
+
export { default as NewsTitleBar } from './NewsTitleBar/NewsTitleBar';
|
|
37
|
+
export { default as PasswordField } from './PasswordField/PasswordField';
|
|
38
|
+
export { default as PaymentMethodsTable } from './PaymentMethodsTable/PaymentMethods';
|
|
39
|
+
export { default as ProvidersTable } from './ProvidersTable/ProvidersTable';
|
|
40
|
+
export { default as RateHistory } from './RateHistory/RateHistory';
|
|
41
|
+
export { default as RequestForm } from './RequestForm/RequestForm';
|
|
42
|
+
export { default as Ribbon } from './Ribbon/Ribbon';
|
|
43
|
+
export { default as SearchBar } from './SearchBar/SearchBar';
|
|
44
|
+
export { default as SearchResultsBar } from './SearchResultsBar/SearchResultsBar';
|
|
45
|
+
export { default as SideModal } from './SideModal/SideModal';
|
|
46
|
+
export { default as SmallNewsCard } from './SmallNewsCard/SmallNewsCard';
|
|
47
|
+
export { default as StatusBadge } from './StatusBadge/StatusBadge';
|
|
48
|
+
export { default as StocksTicker } from './StocksTicker/StocksTicker';
|
|
49
|
+
export { default as SystemConfigTable } from './SystemConfigTable/SystemConfigTable';
|
|
50
|
+
export { default as Tab } from './Tab/Tab';
|
|
51
|
+
export { SDatatable as Table } from './Table';
|
|
52
|
+
export { default as TextArea } from './TextArea/TextArea';
|
|
53
|
+
export { default as TextField } from './TextField/TextField';
|
|
54
|
+
export { default as TransactionDetails } from './TransactionDetails/TransactionDetails';
|
|
55
|
+
export { default as TransactionDetailsWithPayment } from './TransactionDetailsWithPayment/TransactionDetailsWithPayment';
|
|
56
|
+
export { default as UpdateUserActions } from './UpdateUserActions/UpdateUserActions';
|
|
57
|
+
export { default as UserActions } from './UserActions/UserActions';
|
|
58
|
+
export { default as UserRolesTable } from './UserRolesTable/UserRolesTable';
|
|
59
|
+
export { default as UsersTable } from './UsersTable/UsersTable';
|
|
60
|
+
export { default as WidgetTitle } from './WidgetTitle/WidgetTitle';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|