rbro-tat-uds 1.6.13 → 1.6.16
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/AppBranding/AppBranding.d.ts +9 -0
- package/dist/components/AppBranding/index.d.ts +1 -0
- package/dist/components/DashboardSmallShortcut/DashboardSmallShortcut.d.ts +1 -1
- package/dist/components/Icon/Icon.types.d.ts +1 -1
- package/dist/components/Icon/IconsList.d.ts +1 -0
- package/dist/components/Illustration/Illustrations.d.ts +1 -0
- package/dist/components/OperationsDashboardCard/OperationsDashboardCard.d.ts +9 -0
- package/dist/components/OperationsDashboardCard/index.d.ts +1 -0
- package/dist/components/OperationsDashboardCategory/OperationsDashboardCategory.d.ts +8 -0
- package/dist/components/OperationsDashboardCategory/index.d.ts +1 -0
- package/dist/components/PlanFinanciarAUMGraph/PlanFinanciarAUMGraph.d.ts +4 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/index.cjs.js +389 -267
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4466 -6232
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,9 @@
|
|
1
|
+
import { default as React, HTMLAttributes } from 'react';
|
2
|
+
import { colors } from '../../utils';
|
3
|
+
export interface AppBrandingProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
+
text?: string;
|
5
|
+
textColor?: keyof typeof colors;
|
6
|
+
bgColor?: keyof typeof colors;
|
7
|
+
}
|
8
|
+
declare const AppBranding: React.FC<AppBrandingProps>;
|
9
|
+
export default AppBranding;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as AppBranding } from './AppBranding';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { default as React, HTMLAttributes } from 'react';
|
2
2
|
interface DashboardSmallShortcutProps extends HTMLAttributes<HTMLButtonElement> {
|
3
|
-
intent?: "PlanFinanciar" | "PacheteContCurent";
|
3
|
+
intent?: "PlanFinanciar" | "PacheteContCurent" | "ServiciiSiOperatiuni";
|
4
4
|
buttonOnClick?: () => void;
|
5
5
|
}
|
6
6
|
declare const DashboardSmallShortcut: React.FC<DashboardSmallShortcutProps>;
|
@@ -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";
|
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";
|
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;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
export interface OperationsDashboardCardProps extends React.HTMLAttributes<HTMLDivElement> {
|
3
|
+
img?: string;
|
4
|
+
featured?: boolean;
|
5
|
+
disabled?: boolean;
|
6
|
+
loading?: boolean;
|
7
|
+
}
|
8
|
+
declare const OperationsDashboardCard: React.FC<OperationsDashboardCardProps>;
|
9
|
+
export default OperationsDashboardCard;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as OperationsDashboardCard } from './OperationsDashboardCard';
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
export interface OperationsDashboardCategoryProps extends React.HTMLAttributes<HTMLDivElement> {
|
3
|
+
title?: string;
|
4
|
+
numberOfCards?: number;
|
5
|
+
gap?: number;
|
6
|
+
}
|
7
|
+
declare const OperationsDashboardCategory: React.FC<OperationsDashboardCategoryProps>;
|
8
|
+
export default OperationsDashboardCategory;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as OperationsDashboardCategory } from './OperationsDashboardCategory';
|
@@ -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;
|
@@ -73,3 +73,6 @@ export * from './PlanFinanciarAUMBar';
|
|
73
73
|
export * from './PlanFinanciarAUMGraph';
|
74
74
|
export * from './AutosaveStatus';
|
75
75
|
export * from './SelectionButton';
|
76
|
+
export * from './AppBranding';
|
77
|
+
export * from './OperationsDashboardCard';
|
78
|
+
export * from './OperationsDashboardCategory';
|