@secondstaxorg/sscomp 1.1.5 → 1.1.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/package.json +3 -3
- package/types/components/ActionFailed/ActionFailed.d.ts +4 -0
- package/types/components/ActionFailed/style.d.ts +2 -0
- package/types/components/ActionFailed/type.d.ts +4 -0
- package/types/components/ActionSuccess/ActionSuccess.d.ts +4 -0
- package/types/components/ActionSuccess/style.d.ts +2 -0
- package/types/components/ActionSuccess/type.d.ts +4 -0
- package/types/components/AddBankAccount/request.d.ts +10 -0
- package/types/components/AddBroker/request.d.ts +10 -0
- package/types/components/AddUserContent/helpers.d.ts +1 -0
- package/types/components/AddUserContent/request.d.ts +10 -0
- package/types/components/AppActionsTable/AppActionsTable.d.ts +4 -0
- package/types/components/AppActionsTable/style.d.ts +4 -0
- package/types/components/AppActionsTable/type.d.ts +15 -0
- package/types/components/AppFormsTable/AppFormsTable.d.ts +4 -0
- package/types/components/AppFormsTable/style.d.ts +4 -0
- package/types/components/AppFormsTable/type.d.ts +13 -0
- package/types/components/AppModulesTable/AppModulesTable.d.ts +4 -0
- package/types/components/AppModulesTable/style.d.ts +4 -0
- package/types/components/AppModulesTable/type.d.ts +13 -0
- package/types/components/AuditLog/AuditLog.d.ts +4 -0
- package/types/components/AuditLog/style.d.ts +4 -0
- package/types/components/AuditLog/type.d.ts +8 -0
- package/types/components/BankAccounts/BankAccounts.d.ts +4 -0
- package/types/components/BankAccounts/style.d.ts +4 -0
- package/types/components/BankAccounts/type.d.ts +16 -0
- package/types/components/BankSelector/BankSelector.d.ts +4 -0
- package/types/components/BankSelector/style.d.ts +4 -0
- package/types/components/BankSelector/type.d.ts +16 -0
- package/types/components/BreadcrumbBar/BreadcrumbBar.d.ts +4 -0
- package/types/components/BreadcrumbBar/style.d.ts +1 -0
- package/types/components/BreadcrumbBar/type.d.ts +7 -0
- package/types/components/BrokersTable/BrokersTable.d.ts +4 -0
- package/types/components/BrokersTable/style.d.ts +5 -0
- package/types/components/BrokersTable/type.d.ts +19 -0
- package/types/components/Button/Button.d.ts +4 -0
- package/types/components/Button/index.d.ts +1 -0
- package/types/components/Button/style.d.ts +1 -0
- package/types/components/Button/type.d.ts +7 -0
- package/types/components/ButtonOutline/OutlineButton.d.ts +4 -0
- package/types/components/ButtonOutline/index.d.ts +1 -0
- package/types/components/ButtonOutline/style.d.ts +1 -0
- package/types/components/ButtonOutline/type.d.ts +8 -0
- package/types/components/Chart/Chart.d.ts +4 -0
- package/types/components/Chart/helpers.d.ts +1 -0
- package/types/components/Chart/style.d.ts +6 -0
- package/types/components/Chart/type.d.ts +13 -0
- package/types/components/ChartMedium/ChartMedium.d.ts +4 -0
- package/types/components/ChartMedium/helpers.d.ts +1 -0
- package/types/components/ChartMedium/style.d.ts +6 -0
- package/types/components/ChartMedium/type.d.ts +13 -0
- package/types/components/ChartSmall/ChartSmall.d.ts +4 -0
- package/types/components/ChartSmall/helpers.d.ts +1 -0
- package/types/components/ChartSmall/style.d.ts +6 -0
- package/types/components/ChartSmall/type.d.ts +13 -0
- package/types/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/types/components/CookieConsent/style.d.ts +6 -0
- package/types/components/CookieConsent/type.d.ts +5 -0
- package/types/components/CountrySelector/CountrySelector.d.ts +4 -0
- package/types/components/CountrySelector/style.d.ts +7 -0
- package/types/components/CountrySelector/type.d.ts +15 -0
- package/types/components/CurrencyPairs/CurrencyPairsTable.d.ts +4 -0
- package/types/components/CurrencyPairs/style.d.ts +4 -0
- package/types/components/CurrencyPairs/type.d.ts +19 -0
- package/types/components/DataTable/style.d.ts +1 -0
- package/types/components/DataTable/type.d.ts +68 -0
- package/types/components/DatePicker/DatePicker.d.ts +4 -0
- package/types/components/DatePicker/style.d.ts +4 -0
- package/types/components/DatePicker/type.d.ts +8 -0
- package/types/components/DatePickerOld/style.d.ts +12 -0
- package/types/components/DatePickerOld/type.d.ts +63 -0
- package/types/components/DateRangePicker/style.d.ts +5 -0
- package/types/components/DateRangePicker/type.d.ts +9 -0
- package/types/components/DisplayField/style.d.ts +1 -0
- package/types/components/DisplayField/type.d.ts +4 -0
- package/types/components/DropdownList/DropdownList.d.ts +4 -0
- package/types/components/DropdownList/style.d.ts +7 -0
- package/types/components/DropdownList/type.d.ts +15 -0
- package/types/components/Dropshadows/DropShadows.d.ts +4 -0
- package/types/components/Dropshadows/style.d.ts +1 -0
- package/types/components/Dropshadows/type.d.ts +4 -0
- package/types/components/EditUserContent/helpers.d.ts +1 -0
- package/types/components/EditUserContent/request.d.ts +10 -0
- package/types/components/ExchangeRates/ExchangeRates.d.ts +4 -0
- package/types/components/ExchangeRates/style.d.ts +3 -0
- package/types/components/ExchangeRates/type.d.ts +11 -0
- package/types/components/Footer/Footer.d.ts +3 -0
- package/types/components/Footer/style.d.ts +6 -0
- package/types/components/Header/type.d.ts +10 -0
- package/types/components/Indices/Indices.d.ts +4 -0
- package/types/components/Indices/style.d.ts +5 -0
- package/types/components/Indices/type.d.ts +9 -0
- package/types/components/LPRequestTable/LPRequestTable.d.ts +4 -0
- package/types/components/LPRequestTable/helpers.d.ts +1 -0
- package/types/components/LPRequestTable/style.d.ts +4 -0
- package/types/components/LPRequestTable/type.d.ts +29 -0
- package/types/components/LPSideNav/LPSideNav.d.ts +9 -0
- package/types/components/LPSideNav/style.d.ts +7 -0
- package/types/components/LPSideNav/type.d.ts +18 -0
- package/types/components/LPTopBar/LPTopBar.d.ts +4 -0
- package/types/components/LPTopBar/style.d.ts +19 -0
- package/types/components/LPTopBar/type.d.ts +19 -0
- package/types/components/LoadingShimmer/LoadingShimmer.d.ts +4 -0
- package/types/components/LoadingShimmer/style.d.ts +2 -0
- package/types/components/LoadingShimmer/type.d.ts +5 -0
- package/types/components/LoadingSpinner/LoadingSpinner.d.ts +7 -0
- package/types/components/MarketData/MarketData.d.ts +4 -0
- package/types/components/MarketData/style.d.ts +8 -0
- package/types/components/MarketData/type.d.ts +9 -0
- package/types/components/MarketMovers/MarketMovers.d.ts +4 -0
- package/types/components/MarketMovers/style.d.ts +5 -0
- package/types/components/MarketMovers/type.d.ts +12 -0
- package/types/components/MenuBar/MenuBar.d.ts +4 -0
- package/types/components/MenuBar/style.d.ts +2 -0
- package/types/components/MenuBar/type.d.ts +8 -0
- package/types/components/NewsCard/NewsCard.d.ts +4 -0
- package/types/components/NewsCard/style.d.ts +6 -0
- package/types/components/NewsCard/type.d.ts +10 -0
- package/types/components/NewsFilterBar/NewsFilterBar.d.ts +4 -0
- package/types/components/NewsFilterBar/style.d.ts +2 -0
- package/types/components/NewsFilterBar/type.d.ts +13 -0
- package/types/components/NewsSourceTag/NewsSourceTag.d.ts +4 -0
- package/types/components/NewsSourceTag/style.d.ts +1 -0
- package/types/components/NewsSourceTag/type.d.ts +5 -0
- package/types/components/NewsTitleBar/NewsTitleBar.d.ts +4 -0
- package/types/components/NewsTitleBar/style.d.ts +1 -0
- package/types/components/NewsTitleBar/type.d.ts +4 -0
- package/types/components/OffersCard/helpers.d.ts +1 -0
- package/types/components/OffersCard/style.d.ts +13 -0
- package/types/components/OffersCard/type.d.ts +28 -0
- package/types/components/Pagination/index.d.ts +9 -0
- package/types/components/Pagination/style.d.ts +2 -0
- package/types/components/PasswordField/PasswordField.d.ts +4 -0
- package/types/components/PasswordField/style.d.ts +5 -0
- package/types/components/PasswordField/type.d.ts +7 -0
- package/types/components/PaymentMethodsTable/PaymentMethods.d.ts +4 -0
- package/types/components/PaymentMethodsTable/style.d.ts +4 -0
- package/types/components/PaymentMethodsTable/type.d.ts +15 -0
- package/types/components/PopupModal/style.d.ts +5 -0
- package/types/components/PopupModal/type.d.ts +9 -0
- package/types/components/ProvidersContent/request.d.ts +10 -0
- package/types/components/ProvidersTable/ProvidersTable.d.ts +4 -0
- package/types/components/ProvidersTable/style.d.ts +4 -0
- package/types/components/ProvidersTable/type.d.ts +18 -0
- package/types/components/RateHistory/RateHistory.d.ts +4 -0
- package/types/components/RateHistory/style.d.ts +6 -0
- package/types/components/RateHistory/type.d.ts +12 -0
- package/types/components/ReportsTable/helpers.d.ts +1 -0
- package/types/components/ReportsTable/style.d.ts +4 -0
- package/types/components/ReportsTable/type.d.ts +24 -0
- package/types/components/RequestForm/RequestForm.d.ts +4 -0
- package/types/components/RequestForm/style.d.ts +2 -0
- package/types/components/RequestForm/type.d.ts +18 -0
- package/types/components/Ribbon/Ribbon.d.ts +4 -0
- package/types/components/Ribbon/style.d.ts +2 -0
- package/types/components/Ribbon/type.d.ts +7 -0
- package/types/components/SSXBar/style.d.ts +1 -0
- package/types/components/SearchBar/SearchBar.d.ts +4 -0
- package/types/components/SearchBar/style.d.ts +3 -0
- package/types/components/SearchBar/type.d.ts +5 -0
- package/types/components/SearchResultsBar/SearchResultsBar.d.ts +4 -0
- package/types/components/SearchResultsBar/style.d.ts +1 -0
- package/types/components/SearchResultsBar/type.d.ts +5 -0
- package/types/components/SideModal/SideModal.d.ts +4 -0
- package/types/components/SideModal/style.d.ts +6 -0
- package/types/components/SideModal/type.d.ts +8 -0
- package/types/components/SmallNewsCard/SmallNewsCard.d.ts +4 -0
- package/types/components/SmallNewsCard/style.d.ts +5 -0
- package/types/components/SmallNewsCard/type.d.ts +9 -0
- package/types/components/StatusBadge/StatusBadge.d.ts +4 -0
- package/types/components/StatusBadge/style.d.ts +1 -0
- package/types/components/StatusBadge/type.d.ts +5 -0
- package/types/components/StocksTicker/StocksTicker.d.ts +4 -0
- package/types/components/StocksTicker/style.d.ts +2 -0
- package/types/components/StocksTicker/type.d.ts +10 -0
- package/types/components/SystemConfigTable/SystemConfigTable.d.ts +4 -0
- package/types/components/SystemConfigTable/style.d.ts +4 -0
- package/types/components/SystemConfigTable/type.d.ts +10 -0
- package/types/components/Tab/Tab.d.ts +4 -0
- package/types/components/Tab/style.d.ts +3 -0
- package/types/components/Tab/type.d.ts +11 -0
- package/types/components/Table/helpers.d.ts +6 -0
- package/types/components/Table/index.d.ts +1 -0
- package/types/components/Table/style.d.ts +1 -0
- package/types/components/Table/table.d.ts +4 -0
- package/types/components/Table/type.d.ts +71 -0
- package/types/components/TextArea/TextArea.d.ts +4 -0
- package/types/components/TextArea/style.d.ts +4 -0
- package/types/components/TextArea/type.d.ts +7 -0
- package/types/components/TextField/TextField.d.ts +4 -0
- package/types/components/TextField/style.d.ts +4 -0
- package/types/components/TextField/type.d.ts +7 -0
- package/types/components/TransactionDetails/TransactionDetails.d.ts +4 -0
- package/types/components/TransactionDetails/helpers.d.ts +1 -0
- package/types/components/TransactionDetails/style.d.ts +2 -0
- package/types/components/TransactionDetails/type.d.ts +17 -0
- package/types/components/TransactionDetailsWithPayment/TransactionDetailsWithPayment.d.ts +4 -0
- package/types/components/TransactionDetailsWithPayment/style.d.ts +2 -0
- package/types/components/TransactionDetailsWithPayment/type.d.ts +24 -0
- package/types/components/UpdateUserActions/UpdateUserActions.d.ts +4 -0
- package/types/components/UpdateUserActions/style.d.ts +5 -0
- package/types/components/UpdateUserActions/type.d.ts +16 -0
- package/types/components/UserActions/UserActions.d.ts +4 -0
- package/types/components/UserActions/style.d.ts +5 -0
- package/types/components/UserActions/type.d.ts +20 -0
- package/types/components/UserRolesTable/UserRolesTable.d.ts +4 -0
- package/types/components/UserRolesTable/style.d.ts +4 -0
- package/types/components/UserRolesTable/type.d.ts +13 -0
- package/types/components/UsersTable/UsersTable.d.ts +4 -0
- package/types/components/UsersTable/style.d.ts +4 -0
- package/types/components/UsersTable/type.d.ts +12 -0
- package/types/components/WidgetTitle/WidgetTitle.d.ts +4 -0
- package/types/components/WidgetTitle/style.d.ts +1 -0
- package/types/components/WidgetTitle/type.d.ts +4 -0
- package/types/components/index.d.ts +60 -0
- package/types/index.d.ts +1 -0
- package/types/theme.d.ts +58 -0
- package/types/utils.d.ts +7 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CalendarPositionProps } from "./type";
|
|
2
|
+
export declare const DatePickerComp: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
+
calendarPosition: CalendarPositionProps;
|
|
4
|
+
showTime?: boolean | undefined;
|
|
5
|
+
}, never>;
|
|
6
|
+
interface CellStyleProps {
|
|
7
|
+
selected: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const DateCellContainer: import("styled-components").StyledComponent<"div", any, CellStyleProps, never>;
|
|
10
|
+
export declare const TimePickerComp: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const DatePickerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface CalendarProps {
|
|
3
|
+
onDateChange: (date: Date) => void;
|
|
4
|
+
selectedDate: Date;
|
|
5
|
+
minDate?: Date;
|
|
6
|
+
maxDate?: Date;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
dateFormat?: string;
|
|
12
|
+
showTime?: boolean;
|
|
13
|
+
timeFormat?: string;
|
|
14
|
+
timeStep?: number;
|
|
15
|
+
showMonth?: boolean;
|
|
16
|
+
showYear?: boolean;
|
|
17
|
+
showDate?: boolean;
|
|
18
|
+
position: CalendarPositionProps;
|
|
19
|
+
parentRef: React.RefObject<HTMLDivElement>;
|
|
20
|
+
showCalendar?: (x: boolean) => void;
|
|
21
|
+
onTimeChange?: (hour: string, minute: string, ampm: string) => void;
|
|
22
|
+
}
|
|
23
|
+
export interface TimePickerProps {
|
|
24
|
+
onTimeChange?: (hour: string, minute: string, ampm: string) => void;
|
|
25
|
+
}
|
|
26
|
+
export interface DatePickerProps {
|
|
27
|
+
onDateChange: (date: Date) => void;
|
|
28
|
+
selectedDate: Date;
|
|
29
|
+
minDate?: Date;
|
|
30
|
+
maxDate?: Date;
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
placeholder?: string;
|
|
33
|
+
className?: string;
|
|
34
|
+
style?: React.CSSProperties;
|
|
35
|
+
dateFormat?: string;
|
|
36
|
+
showTime?: boolean;
|
|
37
|
+
timeFormat?: string;
|
|
38
|
+
dateRange?: DateRange;
|
|
39
|
+
active: boolean;
|
|
40
|
+
}
|
|
41
|
+
interface DateRange {
|
|
42
|
+
startDate: Date;
|
|
43
|
+
endDate: Date;
|
|
44
|
+
}
|
|
45
|
+
export interface dayInDate {
|
|
46
|
+
Month: string;
|
|
47
|
+
DayName: string;
|
|
48
|
+
Day: number;
|
|
49
|
+
isToday: boolean;
|
|
50
|
+
isMonth: boolean;
|
|
51
|
+
Year: number;
|
|
52
|
+
Date: Date;
|
|
53
|
+
}
|
|
54
|
+
export interface CellProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
55
|
+
day: dayInDate;
|
|
56
|
+
selectDate: (a: dayInDate) => void;
|
|
57
|
+
onDateChange: (date: Date) => void;
|
|
58
|
+
}
|
|
59
|
+
export interface CalendarPositionProps {
|
|
60
|
+
topOffset: number;
|
|
61
|
+
leftOffset: number;
|
|
62
|
+
}
|
|
63
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const DateRangePickerComp: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const InputLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const InputField: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const CalendarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const YearPickerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DisplayFieldContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const FieldContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const LabelContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const DropdownField: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const DisabledContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const DropdownIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const OptionsList: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const DropdownOption: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface DropdownProps {
|
|
2
|
+
options: {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}[];
|
|
6
|
+
initialText?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
returnedSelection: (a: {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
label?: string;
|
|
14
|
+
searchable?: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DropShadowCard: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function ucFirstAll(str: string): any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare type Method = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2
|
+
interface iApiRequest {
|
|
3
|
+
url: string;
|
|
4
|
+
method: Method;
|
|
5
|
+
data?: any;
|
|
6
|
+
headers?: any;
|
|
7
|
+
}
|
|
8
|
+
declare function createRequest(params: iApiRequest): Promise<any>;
|
|
9
|
+
export declare const axiosSend: typeof createRequest;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const RateContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const CurrencyName: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
3
|
+
export declare const Rates: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const FooterContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const FooterArea: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const AboutSSX: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const SSXInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const CopyrightArea: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const CopyrightText: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const IndicesContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const IndicesItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const IndexName: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const IndexValue: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const ValidityText: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function moneyfy(number: number | bigint, currency: string): string;
|
|
@@ -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,29 @@
|
|
|
1
|
+
export interface RequestsProps {
|
|
2
|
+
transactions: {
|
|
3
|
+
providerLogo?: string;
|
|
4
|
+
providerName: string;
|
|
5
|
+
baseCurrFlag: string;
|
|
6
|
+
baseAmount: number;
|
|
7
|
+
baseCurrency: string;
|
|
8
|
+
exchangeCurrFlag: string;
|
|
9
|
+
exchangeAmount: number;
|
|
10
|
+
exchangeCurrency: string;
|
|
11
|
+
transactionId: string;
|
|
12
|
+
status: 'NW' | 'PCP' | 'PLC' | 'PLP' | 'PBC' | 'CAN' | 'ST';
|
|
13
|
+
date: string;
|
|
14
|
+
}[];
|
|
15
|
+
callback: (a: {
|
|
16
|
+
providerLogo?: string;
|
|
17
|
+
providerName: string;
|
|
18
|
+
baseCurrFlag: string;
|
|
19
|
+
baseAmount: number;
|
|
20
|
+
baseCurrency: string;
|
|
21
|
+
exchangeCurrFlag: string;
|
|
22
|
+
exchangeAmount: number;
|
|
23
|
+
exchangeCurrency: string;
|
|
24
|
+
transactionId: string;
|
|
25
|
+
status: string;
|
|
26
|
+
date: string;
|
|
27
|
+
}) => void;
|
|
28
|
+
newTransactionFxn: () => void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './icons.css';
|
|
3
|
+
import { SideNavProps } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* NOTE<br>
|
|
6
|
+
* currentPage (optional) -- passed to the component to match pageName from mainNavLinks to highlight the current page in the menu
|
|
7
|
+
* */
|
|
8
|
+
declare const LPSideNav: (props: SideNavProps) => JSX.Element;
|
|
9
|
+
export default LPSideNav;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const MenuLink: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
3
|
+
export declare const MenuItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const MenuLinks: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const MenuItemContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const CodeMaintenanceSubMenu: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const CodeMaintenanceContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
|
+
export interface SideNavProps {
|
|
3
|
+
currentPage?: string;
|
|
4
|
+
mainNavLinks: {
|
|
5
|
+
label: string;
|
|
6
|
+
iconClass: string;
|
|
7
|
+
url: string;
|
|
8
|
+
pageName: string;
|
|
9
|
+
LinkComponent?: renderLink;
|
|
10
|
+
}[];
|
|
11
|
+
codeMaintenanceLinks: boolean;
|
|
12
|
+
}
|
|
13
|
+
interface LinkProps {
|
|
14
|
+
url: string;
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export declare type renderLink = React.FC<LinkProps>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const TopBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Logo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const TopBarRight: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const IconButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
5
|
+
export declare const ProfileButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
6
|
+
export declare const BugReportingCard: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const NotificationsCard: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
+
export declare const NavCardHeading: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
+
export declare const ProfileCardHeading: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
+
export declare const BugReportingBody: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const NotifList: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
|
+
export declare const UnreadNotif: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
+
export declare const ReadNotif: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
|
+
export declare const ProfileCard: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
15
|
+
export declare const ProfileLink: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
16
|
+
export declare const ResponseContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
|
+
export declare const EmptyNotifContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
18
|
+
export declare const ContentArea: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
19
|
+
export declare const NotifTime: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface TopBarProps {
|
|
2
|
+
userName: string;
|
|
3
|
+
requestLpUrl: string;
|
|
4
|
+
notifications: {
|
|
5
|
+
notifTitle: string;
|
|
6
|
+
notifTime: string;
|
|
7
|
+
baseCurrFlag: string;
|
|
8
|
+
baseCurrencyCode: string;
|
|
9
|
+
baseAmount: string;
|
|
10
|
+
exchCurrFlag: string;
|
|
11
|
+
exchCurrencyCode: string;
|
|
12
|
+
exchAmount: string;
|
|
13
|
+
lpProvider: string;
|
|
14
|
+
transactionNumber: string;
|
|
15
|
+
notifRead: boolean;
|
|
16
|
+
}[];
|
|
17
|
+
myProfileUrl: string;
|
|
18
|
+
signOutApiUrl: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const MarketdataWidgetContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const MarketDataItemContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const MarketNameFlagContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const EntityName: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
5
|
+
export declare const DataContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const DataInfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const InfoItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
+
export declare const LastUpdated: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const MarketMoversWidget: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const MarketMoversContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const Row: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const DataSection: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const LastUpdated: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const NewsCardContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const FeaturedImg: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const SourceDate: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NewsTitle: import("styled-components").StyledComponent<"h5", any, {}, never>;
|
|
5
|
+
export declare const NewsExcerpt: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
6
|
+
export declare const NewsData: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface NewsFilterProps extends React.HTMLAttributes<any> {
|
|
3
|
+
countries: {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
}[];
|
|
7
|
+
outlets: {
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}[];
|
|
11
|
+
selectedOutletFxn?: Function;
|
|
12
|
+
selectedCountryFxn?: Function;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SourceDate: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TitleBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function moneyfy(number: number | bigint, currency: string): string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const HeaderSection: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const Heading: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const DropDown: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const OffersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const NoDataContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
+
export declare const LoadingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
+
export declare const Offers: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
+
export declare const OfferItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
+
export declare const OfferInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const ProviderInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
|
+
export declare const ProviderNameDelivery: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
|
+
export declare const RateInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface OffersProps {
|
|
2
|
+
offers: {
|
|
3
|
+
providerName: string;
|
|
4
|
+
providerLogo?: string;
|
|
5
|
+
deliveryTime: string;
|
|
6
|
+
baseCurrency: string;
|
|
7
|
+
exchangeCurrency: string;
|
|
8
|
+
exchangeAmount: number;
|
|
9
|
+
baseAmount: number;
|
|
10
|
+
recommended: boolean;
|
|
11
|
+
providerId: string;
|
|
12
|
+
rate: number;
|
|
13
|
+
}[];
|
|
14
|
+
loading: boolean;
|
|
15
|
+
selectedOffer: (a: {
|
|
16
|
+
providerName: string;
|
|
17
|
+
providerLogo?: string;
|
|
18
|
+
deliveryTime: string;
|
|
19
|
+
baseCurrency: string;
|
|
20
|
+
exchangeCurrency: string;
|
|
21
|
+
exchangeAmount: number;
|
|
22
|
+
baseAmount: number;
|
|
23
|
+
recommended: boolean;
|
|
24
|
+
providerId: string;
|
|
25
|
+
rate: number;
|
|
26
|
+
}) => void;
|
|
27
|
+
dataAvailable: boolean;
|
|
28
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface PaginationProps {
|
|
3
|
+
itemsPerPage: number;
|
|
4
|
+
totalItems: number;
|
|
5
|
+
returnedPageNum: (a: number) => void;
|
|
6
|
+
currPageNum: number;
|
|
7
|
+
}
|
|
8
|
+
declare const Pagination: (props: PaginationProps) => JSX.Element;
|
|
9
|
+
export default Pagination;
|