rbro-tat-uds 1.6.15 → 1.6.17
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/components/Cards/Cards.d.ts +11 -0
- package/dist/components/Cards/index.d.ts +1 -0
- package/dist/components/Icon/Icon.types.d.ts +1 -1
- package/dist/components/Icon/IconsList.d.ts +2 -0
- package/dist/components/OperationsDashboardCard/OperationsDashboardCard.d.ts +4 -1
- package/dist/components/PlanFinanciarAUMGraph/PlanFinanciarAUMGraph.d.ts +4 -0
- package/dist/components/TimelineSteps/TimelineSteps.d.ts +5 -0
- package/dist/components/TimelineSteps/index.d.ts +1 -0
- package/dist/components/TimelineStepsItem/TimelineStepsItem.d.ts +9 -0
- package/dist/components/TimelineStepsItem/index.d.ts +1 -0
- package/dist/components/Timer/Timer.d.ts +18 -0
- package/dist/components/Timer/index.d.ts +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/index.cjs.js +405 -222
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3295 -2820
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,11 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
export interface CardsProps extends React.HTMLAttributes<HTMLDivElement> {
|
3
|
+
type?: "credit" | "debit" | "emag";
|
4
|
+
holderName?: string;
|
5
|
+
cardNumberLastFour?: string;
|
6
|
+
expirationDate?: string;
|
7
|
+
width?: string;
|
8
|
+
empty?: boolean;
|
9
|
+
}
|
10
|
+
declare const Cards: React.FC<CardsProps>;
|
11
|
+
export default Cards;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as Cards } from './Cards';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export type IconsListProp = "exit" | "home" | "go-right" | "trash" | "asterix" | "hint" | "info_filled" | "checkmark_filled" | "warning_filled" | "checkmark" | "checkmark_ring" | "remove_person" | "clear_filled" | "doc-sent" | "man-butterfly" | "satellite-2" | "warning_filled" | "warning-tr-filled" | "minus" | "add" | "doc_edit" | "calendar" | "branch" | "invoice_seal" | "money-bag-incoming" | "money-bag-outlined" | "forward" | "money-investment" | "libra" | "offer" | "man-outlined" | "retry-1" | "doc-error" | "to-person" | "clear-ring-filled" | "clear-ring-outlined" | "clear-ring" | "mail" | "mobile" | "rejected" | "new_tab" | "money-return" | "wallet-2" | "back" | "close" | "card" | "calculator-currency-3" | "inn-1" | "money" | "down-ring" | "up-ring" | "card-heart" | "premium" | "flag" | "document" | "up" | "plus" | "go-left" | "select-open-down" | "search" | "checkmark-part" | "doc-new" | "tag-price-4" | "cube" | "chat-ask-raif" | "code-qr" | "crane-1" | "in-progress-ring" | "people-2" | "chart-bar-2" | "certificate" | "chart-line" | "rating" | "select-hide" | "refresh-repeat" | "clear-rec" | "shield-check" | "like" | "mobile-connecting" | "bundle-of-money" | "eye-opened" | "mountains" | "autoservice-3" | "payment-auto" | "warning-tr" | "safe" | "lightining" | "credit-cash" | "atm-cards-1" | "card-credit" | "exchange-1" | "cards" | "airplane" | "calculator-currency-2" | "shield" | "menu-up" | "menu-down" | "office-supplies" | "city" | "edit" | "grocery-2" | "other-goods" | "credit-consumer" | "acc-special" | "world" | "atm-cash-1" | "grocery-1" | "hand-cash-1" | "chat-raif" | "insurance-1" | "doc-sign-and-send" | "currency-transfer" | "in-progress" | "calculator" | "card-get" | "phone" | "mail-in" | "to-people" | "cancel" | "eye-closed" | "ideas-raiting" | "star-person-1" | "history" | "history-partial" | "mobile-send-money" | "cash-transactions" | "heart-outlined" | "task-done" | "purchases" | "card-raif" | "credit-pay-part" | "credit-pay-full" | "notification-outlined" | "mail-out" | "chat-1" | "people-1";
|
2
|
+
export type IconsListProp = "exit" | "home" | "go-right" | "trash" | "asterix" | "hint" | "info_filled" | "checkmark_filled" | "warning_filled" | "checkmark" | "checkmark_ring" | "remove_person" | "clear_filled" | "doc-sent" | "man-butterfly" | "satellite-2" | "warning_filled" | "warning-tr-filled" | "minus" | "add" | "doc_edit" | "calendar" | "branch" | "invoice_seal" | "money-bag-incoming" | "money-bag-outlined" | "forward" | "money-investment" | "libra" | "offer" | "man-outlined" | "retry-1" | "doc-error" | "to-person" | "clear-ring-filled" | "clear-ring-outlined" | "clear-ring" | "mail" | "mobile" | "rejected" | "new_tab" | "money-return" | "wallet-2" | "back" | "close" | "card" | "calculator-currency-3" | "inn-1" | "money" | "down-ring" | "up-ring" | "card-heart" | "premium" | "flag" | "document" | "up" | "plus" | "go-left" | "select-open-down" | "search" | "checkmark-part" | "doc-new" | "tag-price-4" | "cube" | "chat-ask-raif" | "code-qr" | "crane-1" | "in-progress-ring" | "people-2" | "chart-bar-2" | "certificate" | "chart-line" | "rating" | "select-hide" | "refresh-repeat" | "clear-rec" | "shield-check" | "like" | "mobile-connecting" | "bundle-of-money" | "eye-opened" | "mountains" | "autoservice-3" | "payment-auto" | "warning-tr" | "safe" | "lightining" | "credit-cash" | "atm-cards-1" | "card-credit" | "exchange-1" | "cards" | "airplane" | "calculator-currency-2" | "shield" | "menu-up" | "menu-down" | "office-supplies" | "city" | "edit" | "grocery-2" | "other-goods" | "credit-consumer" | "acc-special" | "world" | "atm-cash-1" | "grocery-1" | "hand-cash-1" | "chat-raif" | "insurance-1" | "doc-sign-and-send" | "currency-transfer" | "in-progress" | "calculator" | "card-get" | "phone" | "mail-in" | "to-people" | "cancel" | "eye-closed" | "ideas-raiting" | "star-person-1" | "history" | "history-partial" | "mobile-send-money" | "cash-transactions" | "heart-outlined" | "task-done" | "purchases" | "card-raif" | "credit-pay-part" | "credit-pay-full" | "notification-outlined" | "mail-out" | "chat-1" | "people-1" | "in-queue" | "warning-exclamation";
|
3
3
|
export type IconProps = Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
4
4
|
icon: IconsListProp;
|
5
5
|
size?: 8 | 12 | 14 | 16 | 18 | 20 | 24 | 32 | 40;
|
@@ -1,7 +1,10 @@
|
|
1
1
|
import { default as React } from 'react';
|
2
2
|
export interface OperationsDashboardCardProps extends React.HTMLAttributes<HTMLDivElement> {
|
3
|
+
text?: string;
|
4
|
+
textFontSize?: 14 | 16 | 18 | 20 | 24;
|
5
|
+
textFontWeight?: 200 | 300 | 400 | 500 | 700 | 800;
|
6
|
+
width?: string;
|
3
7
|
img?: string;
|
4
|
-
featured?: boolean;
|
5
8
|
disabled?: boolean;
|
6
9
|
loading?: boolean;
|
7
10
|
}
|
@@ -4,7 +4,11 @@ export interface PlanFinanciarAUMGraphProps extends HTMLAttributes<SVGSVGElement
|
|
4
4
|
crestere?: number;
|
5
5
|
conservare?: number;
|
6
6
|
lichiditate?: number;
|
7
|
+
crestere_max?: number;
|
8
|
+
conservare_max?: number;
|
9
|
+
lichiditate_max?: number;
|
7
10
|
inflatie?: number;
|
11
|
+
showInflatie?: boolean;
|
8
12
|
scale_max?: number;
|
9
13
|
top_label?: string;
|
10
14
|
bottom_label?: string;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as TimelineSteps } from './TimelineSteps';
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
export interface TimelineStepsItemProps extends React.HTMLAttributes<HTMLDivElement> {
|
3
|
+
label?: string;
|
4
|
+
status?: "ongoing" | "done" | "pending" | "error";
|
5
|
+
children?: React.ReactNode;
|
6
|
+
last?: boolean;
|
7
|
+
}
|
8
|
+
declare const TimelineStepsItem: React.FC<TimelineStepsItemProps>;
|
9
|
+
export default TimelineStepsItem;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as TimelineStepsItem } from './TimelineStepsItem';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
import { colors } from '../../utils';
|
3
|
+
import { IconsListProp } from '../Icon/Icon.types';
|
4
|
+
export interface TimerProps extends React.HTMLAttributes<HTMLDivElement> {
|
5
|
+
padding?: string;
|
6
|
+
loadingBackgroundColor?: keyof typeof colors;
|
7
|
+
loadingTextColor?: keyof typeof colors;
|
8
|
+
successBackgroundColor?: keyof typeof colors;
|
9
|
+
successTextColor?: keyof typeof colors;
|
10
|
+
successIcon?: IconsListProp;
|
11
|
+
intent?: "loading" | "success";
|
12
|
+
disabled?: boolean;
|
13
|
+
delay?: number;
|
14
|
+
buttonEventClick?: () => void;
|
15
|
+
timesUp?: (bool: boolean) => void;
|
16
|
+
}
|
17
|
+
declare const Timer: React.FC<TimerProps>;
|
18
|
+
export default Timer;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as Timer } from './Timer';
|
@@ -76,3 +76,7 @@ export * from './SelectionButton';
|
|
76
76
|
export * from './AppBranding';
|
77
77
|
export * from './OperationsDashboardCard';
|
78
78
|
export * from './OperationsDashboardCategory';
|
79
|
+
export * from './TimelineSteps';
|
80
|
+
export * from './TimelineStepsItem';
|
81
|
+
export * from './Cards';
|
82
|
+
export * from './Timer';
|