@inceptionbg/main 2.0.212 → 2.0.213
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.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1400,6 +1400,7 @@ interface Props$a {
|
|
|
1400
1400
|
routes: IRoute[];
|
|
1401
1401
|
sidebarItems: ISidebarItem[][];
|
|
1402
1402
|
hideNotifications?: boolean;
|
|
1403
|
+
showBusinessYear?: boolean;
|
|
1403
1404
|
}
|
|
1404
1405
|
declare const Router: FC<Props$a>;
|
|
1405
1406
|
|
|
@@ -1433,6 +1434,7 @@ interface Props$6 {
|
|
|
1433
1434
|
customTitle?: string;
|
|
1434
1435
|
hideModules?: boolean;
|
|
1435
1436
|
hideNotifications?: boolean;
|
|
1437
|
+
showBusinessYear?: boolean;
|
|
1436
1438
|
children?: ReactNode;
|
|
1437
1439
|
}
|
|
1438
1440
|
declare const Header: FC<Props$6>;
|
|
@@ -1440,6 +1442,7 @@ declare const Header: FC<Props$6>;
|
|
|
1440
1442
|
interface Props$5 {
|
|
1441
1443
|
sidebarItems: ISidebarItem[][];
|
|
1442
1444
|
hideNotifications?: boolean;
|
|
1445
|
+
showBusinessYear?: boolean;
|
|
1443
1446
|
children: ReactNode;
|
|
1444
1447
|
}
|
|
1445
1448
|
declare const MainPageWrapper: FC<Props$5>;
|
|
@@ -1734,6 +1737,7 @@ declare const i18nMainLatin: {
|
|
|
1734
1737
|
AddTagDesc: string;
|
|
1735
1738
|
Tags: string;
|
|
1736
1739
|
Subsystem: string;
|
|
1740
|
+
BusinessYear: string;
|
|
1737
1741
|
};
|
|
1738
1742
|
declare const i18nMainCyrilic: {
|
|
1739
1743
|
ADMIN: string;
|
|
@@ -1983,6 +1987,7 @@ declare const i18nMainCyrilic: {
|
|
|
1983
1987
|
AddTagDesc: string;
|
|
1984
1988
|
Tags: string;
|
|
1985
1989
|
Subsystem: string;
|
|
1990
|
+
BusinessYear: string;
|
|
1986
1991
|
};
|
|
1987
1992
|
declare const i18nMainME_Latin: {
|
|
1988
1993
|
ADMIN: string;
|