@inceptionbg/main 2.0.189 → 2.0.191
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 +12 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +686 -686
- package/package.json +48 -48
package/dist/index.d.ts
CHANGED
|
@@ -1349,7 +1349,7 @@ declare const logout: (options?: {
|
|
|
1349
1349
|
}) => void;
|
|
1350
1350
|
declare const getUser: () => Promise<IUser>;
|
|
1351
1351
|
|
|
1352
|
-
declare const decodeToken: (token?: string | null) =>
|
|
1352
|
+
declare const decodeToken: (token?: string | null) => IToken | undefined;
|
|
1353
1353
|
|
|
1354
1354
|
interface IProps$1 {
|
|
1355
1355
|
children: ReactNode;
|
|
@@ -1710,6 +1710,8 @@ declare const i18nMainLatin: {
|
|
|
1710
1710
|
BusinessYearInfoTitle: string;
|
|
1711
1711
|
BusinessYearInfoDesc: string;
|
|
1712
1712
|
HomePage: string;
|
|
1713
|
+
LastArticles: string;
|
|
1714
|
+
ArticleCreationTime: string;
|
|
1713
1715
|
};
|
|
1714
1716
|
declare const i18nMainCyrilic: {
|
|
1715
1717
|
ADMIN: string;
|
|
@@ -1936,6 +1938,8 @@ declare const i18nMainCyrilic: {
|
|
|
1936
1938
|
BusinessYearInfoTitle: string;
|
|
1937
1939
|
BusinessYearInfoDesc: string;
|
|
1938
1940
|
HomePage: string;
|
|
1941
|
+
LastArticles: string;
|
|
1942
|
+
ArticleCreationTime: string;
|
|
1939
1943
|
};
|
|
1940
1944
|
declare const i18nMainME_Latin: {
|
|
1941
1945
|
ADMIN: string;
|
|
@@ -2164,5 +2168,10 @@ declare const BusinessYearChooser: FC;
|
|
|
2164
2168
|
|
|
2165
2169
|
declare const BusinessYearPage: FC;
|
|
2166
2170
|
|
|
2167
|
-
|
|
2168
|
-
|
|
2171
|
+
declare const LastArticlesWidget: FC;
|
|
2172
|
+
|
|
2173
|
+
declare const ArticlePage: FC;
|
|
2174
|
+
|
|
2175
|
+
declare const ArticlesPage: FC;
|
|
2176
|
+
|
|
2177
|
+
export { AppWrapper, ApprovalStatus, ArticlePage, ArticlesPage, 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 };
|