@inceptionbg/main 2.0.211 → 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 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>;
@@ -1719,6 +1722,7 @@ declare const i18nMainLatin: {
1719
1722
  BusinessYearPage: string;
1720
1723
  BusinessYearInfoTitle: string;
1721
1724
  BusinessYearInfoDesc: string;
1725
+ Open: string;
1722
1726
  HomePage: string;
1723
1727
  LastArticles: string;
1724
1728
  ArticleCreationTime: string;
@@ -1733,6 +1737,7 @@ declare const i18nMainLatin: {
1733
1737
  AddTagDesc: string;
1734
1738
  Tags: string;
1735
1739
  Subsystem: string;
1740
+ BusinessYear: string;
1736
1741
  };
1737
1742
  declare const i18nMainCyrilic: {
1738
1743
  ADMIN: string;
@@ -1967,6 +1972,7 @@ declare const i18nMainCyrilic: {
1967
1972
  Year: string;
1968
1973
  BusinessYearInfoTitle: string;
1969
1974
  BusinessYearInfoDesc: string;
1975
+ Open: string;
1970
1976
  HomePage: string;
1971
1977
  LastArticles: string;
1972
1978
  ArticleCreationTime: string;
@@ -1981,6 +1987,7 @@ declare const i18nMainCyrilic: {
1981
1987
  AddTagDesc: string;
1982
1988
  Tags: string;
1983
1989
  Subsystem: string;
1990
+ BusinessYear: string;
1984
1991
  };
1985
1992
  declare const i18nMainME_Latin: {
1986
1993
  ADMIN: string;
@@ -2207,6 +2214,7 @@ declare const i18nMainME_Latin: {
2207
2214
  BusinessYearPage: string;
2208
2215
  BusinessYearInfoTitle: string;
2209
2216
  BusinessYearInfoDesc: string;
2217
+ Open: string;
2210
2218
  HomePage: string;
2211
2219
  };
2212
2220