@inceptionbg/main 2.0.231 → 2.0.233
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 -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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ISimpleObjectWithCode, ISimpleObject, ISelectData, IBooleanObject, IAnyObject } from '@inceptionbg/iui';
|
|
1
|
+
import { ISimpleObjectWithCode, ISimpleObject, ISelectData, IBooleanObject, IAnyObject, ITableFilterItem } from '@inceptionbg/iui';
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ReactElement, FC, ReactNode, Dispatch, SetStateAction } from 'react';
|
|
4
4
|
import { AxiosResponse } from 'axios';
|
|
@@ -1474,6 +1474,7 @@ interface Props$2 {
|
|
|
1474
1474
|
setIndexesSearch: Dispatch<SetStateAction<Partial<IIndexData>[]>>;
|
|
1475
1475
|
documentTypeUuid?: string;
|
|
1476
1476
|
type?: 'document' | 'case' | 'contract';
|
|
1477
|
+
renderFields?: boolean;
|
|
1477
1478
|
}
|
|
1478
1479
|
declare const IndexDataSearch: FC<Props$2>;
|
|
1479
1480
|
|
|
@@ -2274,4 +2275,6 @@ declare const ArticlePage: FC;
|
|
|
2274
2275
|
|
|
2275
2276
|
declare const ArticlesPage: FC;
|
|
2276
2277
|
|
|
2277
|
-
|
|
2278
|
+
declare const buildIndexFilterItem: (index: Partial<IIndexData>, search: any, setSearch: (s: any) => void, t: (k: string) => string, type: 'document' | 'case' | 'contract') => ITableFilterItem;
|
|
2279
|
+
|
|
2280
|
+
export { AppWrapper, ApprovalStatus, ArticlePage, ArticlesPage, AxiosTokenHandler, BusinessYearChooser, BusinessYearPage, BusinessYearProvider, Constraints, DeleteItemDialog, DeleteItemsDialog, DocumentApprovalFetchOption, DocumentFetchOption, DocumentFileFetchOptions, DocumentIndicies, DocumentSendFetchOption, DocumentStatuses, ErrorContext, FiscalYearLockManager, 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, buildIndexFilterItem, decodeToken, envVars, getUser, i18nMainCyrilic, i18nMainLatin, i18nMainME_Latin, login, logout, modules, setBusinessYearContext, useBusinessYearContext, useFiscalYearStatus, useModules, useUserAndOrg };
|