@inceptionbg/main 2.0.165 → 2.0.167
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 +222 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1925,9 +1925,230 @@ declare const i18nMainCyrilic: {
|
|
|
1925
1925
|
BusinessYearInfoDesc: string;
|
|
1926
1926
|
HomePage: string;
|
|
1927
1927
|
};
|
|
1928
|
+
declare const i18nMainME_Latin: {
|
|
1929
|
+
ADMIN: string;
|
|
1930
|
+
EARCHIVE: string;
|
|
1931
|
+
ERDS: string;
|
|
1932
|
+
EDMS: string;
|
|
1933
|
+
EFORMS: string;
|
|
1934
|
+
EINVOICE: string;
|
|
1935
|
+
ESIGN: string;
|
|
1936
|
+
EVALIDATION: string;
|
|
1937
|
+
EPROCUREMENT: string;
|
|
1938
|
+
EREGISTER: string;
|
|
1939
|
+
ERP_RIF: string;
|
|
1940
|
+
ERP_CASH_REGISTER: string;
|
|
1941
|
+
ERP_MAT_ACC: string;
|
|
1942
|
+
ERP_SMALL_INVENTORY: string;
|
|
1943
|
+
ERP_WMS: string;
|
|
1944
|
+
DASHBOARD: string;
|
|
1945
|
+
Basic: string;
|
|
1946
|
+
BasicData: string;
|
|
1947
|
+
SendHistory: string;
|
|
1948
|
+
AccordionView: string;
|
|
1949
|
+
TabView: string;
|
|
1950
|
+
FooterText: string;
|
|
1951
|
+
PageNotFound: string;
|
|
1952
|
+
Settings: string;
|
|
1953
|
+
Roles: string;
|
|
1954
|
+
Logout: string;
|
|
1955
|
+
MyAccount: string;
|
|
1956
|
+
SelectAccount: string;
|
|
1957
|
+
SelectOrgDesc: string;
|
|
1958
|
+
SessionExpired: string;
|
|
1959
|
+
SessionExpiredInfo: string;
|
|
1960
|
+
SetOrgAsDefault: string;
|
|
1961
|
+
SignInWithDifferentAccount: string;
|
|
1962
|
+
NoAccessTitle: string;
|
|
1963
|
+
ReturnToHomepage: string;
|
|
1964
|
+
ChangeOrganization: string;
|
|
1965
|
+
OrganizationInvite: string;
|
|
1966
|
+
RejectInvite: string;
|
|
1967
|
+
AcceptInvite: string;
|
|
1968
|
+
RedirectInvite: string;
|
|
1969
|
+
RejectInviteDesc: string;
|
|
1970
|
+
AcceptInviteDesc: string;
|
|
1971
|
+
RedirectInviteDesc: string;
|
|
1972
|
+
Sender: string;
|
|
1973
|
+
YouHaveNewInvites: string;
|
|
1974
|
+
Name: string;
|
|
1975
|
+
FirstName: string;
|
|
1976
|
+
LastName: string;
|
|
1977
|
+
Email: string;
|
|
1978
|
+
TaxId: string;
|
|
1979
|
+
BusinessCode: string;
|
|
1980
|
+
FullPhoneNumber: string;
|
|
1981
|
+
LoggedUserOrganizations: string;
|
|
1982
|
+
Organization: string;
|
|
1983
|
+
Organizations: string;
|
|
1984
|
+
OrganizationalUnit: string;
|
|
1985
|
+
OrganizationalUnits: string;
|
|
1986
|
+
OrganizationName: string;
|
|
1987
|
+
Partner: string;
|
|
1988
|
+
Partners: string;
|
|
1989
|
+
PhysicalPerson: string;
|
|
1990
|
+
PhysicalPersons: string;
|
|
1991
|
+
LegalEntity: string;
|
|
1992
|
+
LegalEntities: string;
|
|
1993
|
+
ForeignPartner: string;
|
|
1994
|
+
ForeignPartners: string;
|
|
1995
|
+
BusinessId: string;
|
|
1996
|
+
BusinessActivity: string;
|
|
1997
|
+
Country: string;
|
|
1998
|
+
Town: string;
|
|
1999
|
+
PostalCode: string;
|
|
2000
|
+
Address: string;
|
|
2001
|
+
Street: string;
|
|
2002
|
+
HouseNumber: string;
|
|
2003
|
+
PhoneNumber: string;
|
|
2004
|
+
Website: string;
|
|
2005
|
+
AddressBook: string;
|
|
2006
|
+
Contacts: string;
|
|
2007
|
+
EmailAddress: string;
|
|
2008
|
+
ShowOnInvoice: string;
|
|
2009
|
+
User: string;
|
|
2010
|
+
UserName: string;
|
|
2011
|
+
UpdateUser: string;
|
|
2012
|
+
ChangePassword: string;
|
|
2013
|
+
OldPassword: string;
|
|
2014
|
+
NewPassword: string;
|
|
2015
|
+
RepeatNewPassword: string;
|
|
2016
|
+
PasswordValidationInfo: string;
|
|
2017
|
+
RepeatPasswordValidationInfo: string;
|
|
2018
|
+
Bank: string;
|
|
2019
|
+
BankAccount: string;
|
|
2020
|
+
BankAccounts: string;
|
|
2021
|
+
EditBankAccount: string;
|
|
2022
|
+
AddBankAccount: string;
|
|
2023
|
+
MainBankAccount: string;
|
|
2024
|
+
IntermediaryBank: string;
|
|
2025
|
+
Iban: string;
|
|
2026
|
+
Category: string;
|
|
2027
|
+
CreatedAt: string;
|
|
2028
|
+
CreatedBy: string;
|
|
2029
|
+
CreatedTime: string;
|
|
2030
|
+
Currency: string;
|
|
2031
|
+
Date: string;
|
|
2032
|
+
DateOfReceipt: string;
|
|
2033
|
+
Description: string;
|
|
2034
|
+
IssueDate: string;
|
|
2035
|
+
Issuer: string;
|
|
2036
|
+
Receiver: string;
|
|
2037
|
+
Jbkjs: string;
|
|
2038
|
+
Municipality: string;
|
|
2039
|
+
Note: string;
|
|
2040
|
+
Notes: string;
|
|
2041
|
+
Number: string;
|
|
2042
|
+
OrderNumber: string;
|
|
2043
|
+
UMCN: string;
|
|
2044
|
+
Phone: string;
|
|
2045
|
+
PlaceOfResidence: string;
|
|
2046
|
+
Position: string;
|
|
2047
|
+
PrimaryContact: string;
|
|
2048
|
+
Status: string;
|
|
2049
|
+
Subject: string;
|
|
2050
|
+
Time: string;
|
|
2051
|
+
AddIndexField: string;
|
|
2052
|
+
UmcnValidation: string;
|
|
2053
|
+
Attachments: string;
|
|
2054
|
+
CreationTime: string;
|
|
2055
|
+
DeleteFileDesc: string;
|
|
2056
|
+
DeleteFileTitle: string;
|
|
2057
|
+
DisplaySignatureOnDocument: string;
|
|
2058
|
+
Download: string;
|
|
2059
|
+
DownloadAll: string;
|
|
2060
|
+
DownloadDocument: string;
|
|
2061
|
+
Downloaded: string;
|
|
2062
|
+
DownloadOriginalDocument: string;
|
|
2063
|
+
DownloadSignedDocument: string;
|
|
2064
|
+
DownloadValidationReport: string;
|
|
2065
|
+
ElSignature: string;
|
|
2066
|
+
ErrorUnsupportedFile: string;
|
|
2067
|
+
FailedToLoadPDF: string;
|
|
2068
|
+
FileName: string;
|
|
2069
|
+
Files: string;
|
|
2070
|
+
FileSendNotificationInfo: string;
|
|
2071
|
+
FileType: string;
|
|
2072
|
+
FileTypes: string;
|
|
2073
|
+
LoadingPDF: string;
|
|
2074
|
+
NotificationChannel: string;
|
|
2075
|
+
OrJustDragAndDropFile: string;
|
|
2076
|
+
UMCNDescription: string;
|
|
2077
|
+
UMCNLong: string;
|
|
2078
|
+
ScanQR: string;
|
|
2079
|
+
ScanQRInfo: string;
|
|
2080
|
+
SendForSigning: string;
|
|
2081
|
+
Sign: string;
|
|
2082
|
+
Signature: string;
|
|
2083
|
+
SignatureLook: string;
|
|
2084
|
+
Signed: string;
|
|
2085
|
+
SignOnThisDevice: string;
|
|
2086
|
+
Size: string;
|
|
2087
|
+
Type: string;
|
|
2088
|
+
AddSignatory: string;
|
|
2089
|
+
AddSignatories: string;
|
|
2090
|
+
DeleteFileSignatoryTitle: string;
|
|
2091
|
+
DeleteFileSignatoryDesc: string;
|
|
2092
|
+
Report: string;
|
|
2093
|
+
ReportDate: string;
|
|
2094
|
+
ReportFromTo: string;
|
|
2095
|
+
DeleteDialogTitle: string;
|
|
2096
|
+
DeleteItemDesc: string;
|
|
2097
|
+
DeleteItemBulkDesc: string;
|
|
2098
|
+
InApp: string;
|
|
2099
|
+
MarkAllAsRead: string;
|
|
2100
|
+
NoNewNotifications: string;
|
|
2101
|
+
Notifications: string;
|
|
2102
|
+
NotificationsAll: string;
|
|
2103
|
+
NotificationsUnread: string;
|
|
2104
|
+
NotificationsRead: string;
|
|
2105
|
+
NotificationSound: string;
|
|
2106
|
+
InProgress: string;
|
|
2107
|
+
FinalStatus: string;
|
|
2108
|
+
LatestApprovalStatus: string;
|
|
2109
|
+
LatestApprovalStatusAPPROVED: string;
|
|
2110
|
+
LatestApprovalStatusDECLINED: string;
|
|
2111
|
+
LatestApprovalStatusIN_PROGRESS: string;
|
|
2112
|
+
LatestApprovalStatusNOT_STARTED: string;
|
|
2113
|
+
SendStatusAPPROVED: string;
|
|
2114
|
+
SendStatusCANCELLED: string;
|
|
2115
|
+
SendStatusDELETED: string;
|
|
2116
|
+
SendStatusDOWNLOADED: string;
|
|
2117
|
+
SendStatusERROR: string;
|
|
2118
|
+
SendStatusMISTAKE: string;
|
|
2119
|
+
SendStatusNOT_REGISTERED_ON_SEF: string;
|
|
2120
|
+
SendStatusQUEUED: string;
|
|
2121
|
+
SendStatusREJECTED: string;
|
|
2122
|
+
SendStatusRENOTIFIED: string;
|
|
2123
|
+
SendStatusSEEN: string;
|
|
2124
|
+
SendStatusSENDING: string;
|
|
2125
|
+
SendStatusSENT: string;
|
|
2126
|
+
SendStatusSIGNED: string;
|
|
2127
|
+
SendStatusSTORNO: string;
|
|
2128
|
+
SendStatusUNRESOLVED: string;
|
|
2129
|
+
Month1: string;
|
|
2130
|
+
Month2: string;
|
|
2131
|
+
Month3: string;
|
|
2132
|
+
Month4: string;
|
|
2133
|
+
Month5: string;
|
|
2134
|
+
Month6: string;
|
|
2135
|
+
Month7: string;
|
|
2136
|
+
Month8: string;
|
|
2137
|
+
Month9: string;
|
|
2138
|
+
Month10: string;
|
|
2139
|
+
Month11: string;
|
|
2140
|
+
Month12: string;
|
|
2141
|
+
BusinessYearChooser: string;
|
|
2142
|
+
Successfully: string;
|
|
2143
|
+
Year: string;
|
|
2144
|
+
BusinessYearPage: string;
|
|
2145
|
+
BusinessYearInfoTitle: string;
|
|
2146
|
+
BusinessYearInfoDesc: string;
|
|
2147
|
+
HomePage: string;
|
|
2148
|
+
};
|
|
1928
2149
|
|
|
1929
2150
|
declare const BusinessYearChooser: FC;
|
|
1930
2151
|
|
|
1931
2152
|
declare const BusinessYearPage: FC;
|
|
1932
2153
|
|
|
1933
|
-
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, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatus, OrganizationStatuses, PartnerGroupType, ReactQueryProvider, RolePrivilegeGroup, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, SubSystems, UserFetchOption, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, i18nMainCyrilic, i18nMainLatin, login, logout, modules, setBusinessYearContext, useBusinessYearContext, useModules, useUserAndOrg };
|
|
2154
|
+
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, 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 };
|