@inceptionbg/main 2.0.188 → 2.0.190
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 +18 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1417,7 +1417,7 @@ declare const NoMatchPage: FC;
|
|
|
1417
1417
|
declare const SelectOrgPage: FC;
|
|
1418
1418
|
|
|
1419
1419
|
interface Props$8 {
|
|
1420
|
-
modulePrivileges: string[];
|
|
1420
|
+
modulePrivileges: string[] | IRolePrivilege[];
|
|
1421
1421
|
usePrivileges: () => IAnyObject;
|
|
1422
1422
|
}
|
|
1423
1423
|
declare const RolesWithPrivileges: FC<Props$8>;
|
|
@@ -1510,6 +1510,11 @@ declare const i18nMainLatin: {
|
|
|
1510
1510
|
PageNotFound: string;
|
|
1511
1511
|
Settings: string;
|
|
1512
1512
|
Roles: string;
|
|
1513
|
+
PrivilegeGroupADMIN: string;
|
|
1514
|
+
PrivilegeGroupCONTRACT: string;
|
|
1515
|
+
PrivilegeGroupPROCUREMENT: string;
|
|
1516
|
+
PrivilegeGroupREPORT: string;
|
|
1517
|
+
PrivilegeGroupNO_GROUP: string;
|
|
1513
1518
|
Logout: string;
|
|
1514
1519
|
MyAccount: string;
|
|
1515
1520
|
SelectAccount: string;
|
|
@@ -1705,6 +1710,8 @@ declare const i18nMainLatin: {
|
|
|
1705
1710
|
BusinessYearInfoTitle: string;
|
|
1706
1711
|
BusinessYearInfoDesc: string;
|
|
1707
1712
|
HomePage: string;
|
|
1713
|
+
LastArticles: string;
|
|
1714
|
+
ArticleCreationTime: string;
|
|
1708
1715
|
};
|
|
1709
1716
|
declare const i18nMainCyrilic: {
|
|
1710
1717
|
ADMIN: string;
|
|
@@ -1732,6 +1739,11 @@ declare const i18nMainCyrilic: {
|
|
|
1732
1739
|
PageNotFound: string;
|
|
1733
1740
|
Settings: string;
|
|
1734
1741
|
Roles: string;
|
|
1742
|
+
PrivilegeGroupADMIN: string;
|
|
1743
|
+
PrivilegeGroupCONTRACT: string;
|
|
1744
|
+
PrivilegeGroupPROCUREMENT: string;
|
|
1745
|
+
PrivilegeGroupREPORT: string;
|
|
1746
|
+
PrivilegeGroupNO_GROUP: string;
|
|
1735
1747
|
Logout: string;
|
|
1736
1748
|
MyAccount: string;
|
|
1737
1749
|
SelectAccount: string;
|
|
@@ -1926,6 +1938,8 @@ declare const i18nMainCyrilic: {
|
|
|
1926
1938
|
BusinessYearInfoTitle: string;
|
|
1927
1939
|
BusinessYearInfoDesc: string;
|
|
1928
1940
|
HomePage: string;
|
|
1941
|
+
LastArticles: string;
|
|
1942
|
+
ArticleCreationTime: string;
|
|
1929
1943
|
};
|
|
1930
1944
|
declare const i18nMainME_Latin: {
|
|
1931
1945
|
ADMIN: string;
|
|
@@ -2154,4 +2168,6 @@ declare const BusinessYearChooser: FC;
|
|
|
2154
2168
|
|
|
2155
2169
|
declare const BusinessYearPage: FC;
|
|
2156
2170
|
|
|
2157
|
-
|
|
2171
|
+
declare const LastArticlesWidget: FC;
|
|
2172
|
+
|
|
2173
|
+
export { AppWrapper, ApprovalStatus, AxiosTokenHandler, BusinessYearChooser, BusinessYearPage, BusinessYearProvider, Constraints, DeleteItemDialog, DeleteItemsDialog, DocumentApprovalFetchOption, DocumentFetchOption, DocumentFileFetchOptions, DocumentIndicies, DocumentSendFetchOption, DocumentStatuses, ErrorContext, Header, IApproval, IApprovalSearch, IApprovalStep, IApprovalStepSearch, IBankAccount, IBankAccountSearch, ICondition, IConditionIndexData, IConstraint, IContactPerson, ICountry, IDocument, IDocumentAny, IDocumentApproval, IDocumentApprovalStep, IDocumentApprovalVote, IDocumentFile, IDocumentFileParams, IDocumentIndex, IDocumentSearch, IDocumentSend, IDocumentSendSearch, IDocumentType, IEnv, IFile, IFileSignData, IFileType, IFileUpload, IInvoice, IInvoiceItem, ILatestApprovalProcess, IModule, IModuleId, IMunicipality, INote, INoteSearch, IOrganization, IOrganizationFetchOption, IOrganizationSearch, IOrganizationSettings, IPartner, IPartnerGroup, IPartnerType, IPartnersSearch, IPhaseGroup, IPhaseGroupSearch, IPlace, IRole, IRolePrivilege, IRoute, IServiceApi, ISidebarItem, ISubsystem, IToken, IUploadDocumentType, IUseMutationData, IUser, IUserSettings, IVoteSearch, IndexDataSearch, LastArticlesWidget, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatus, OrganizationStatuses, PartnerGroupType, ReactQueryProvider, RolePrivilegeGroup, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, SubSystems, UserFetchOption, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, i18nMainCyrilic, i18nMainLatin, i18nMainME_Latin, login, logout, modules, setBusinessYearContext, useBusinessYearContext, useModules, useUserAndOrg };
|