Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eservices-core

Package Overview
Dependencies
Maintainers
0
Versions
652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eservices-core - npm Package Compare versions

Comparing version 1.3.224 to 1.3.225

6

dist/backend/src/types/server-type.d.ts

@@ -94,2 +94,8 @@ import { IAuthOptions } from './auth-type';

dateTimeFormat: string;
/**
* @description Массив сущностей, которые являются ссылочными. Именно полагаясь на этот массив происходит
* обработка таких ячеек, как Type, Operation, Target и т.д.
*/
linkedEntities: IEntityName[];
}
export declare type IEntityName = string;

4

dist/frontend/core/index.d.ts

@@ -5,5 +5,5 @@ import { default as invitationService } from './services/invitation-service';

import { default as CoreError } from './classes/CoreError';
import { WidgetTablePanelFilterItem, WidgetFastTableHeadCell, WidgetFastTable, WidgetField, WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, convertListConfig, getEntityLink, convertDDToDMS, convertDMSToDD, setupListRow, parseTextByMarkdown, universalMetadataListRead, t, wrapToolResponse, formatter, staticLink, universalEntityCount, universalHistoryRead, getUnitValue, injectAction, universalToolRead, getCellName, universalEntityDelete, universalEntityCreate, universalMetadataFieldTreat, universalListSettingRead, prettyValueFieldByEntity, throttle, debounce, request, uuidv4, groupArrayByField, valuesToUpperCase, prettyMoney, prettyDate, prettyDateWithTime, asyncProcess, parseError, catchUniversal, getCellValue, universalEntityRead, universalEntityUpdate, getNamesFromListConfig, ICoordinate, IListSettings, IEntityCountResult, IEntityCountParams, IParsedHistoryResponse, IHistoryReadParams, IInterfaceNotificationItem, IValidationEffectItem, IAffectedEntity, IActionOptions, IActionReadOptions, ITool, IToolResult, IUsageContext, ILoginValues, IListTreatmentField, IMasterEntity, IExtendedMetadata, INavigationRecord, IListCell, INotificationType, IMultiButtonItem, IEntityId, IEntityVersion, IUniversalEntityReadListOptions, IUniversalEntityReadSingleOptions, IUniversalEntityUpdateOptions, IUniversalEntityReadOptions, IValues, IListOrder, IUniversalEntityCreateOptions, IUniversalEntityCreatingResult, IUniversalEntityUpdatingResult, IDashboardReadLicensesParams, IDashboardReadLicenseResult, IFilters, IAffectedEntityEvent, IWizardProcess, IWizardFixedProcessResponse, IWizardProcessObjectType, IWizardStepConfig, IWrappedTool, constants, config, configuration, useListDownload, useWizard, useVisibleItem, useListSearch, useListSelect, useEnter, useActions, useUsageContext, useMetadata, useFormEntity, useCommunication, useListActiveRow, useSocket, useListEntity, useManagerState, NotificationSystem, Manager, Communication, MetadataStore, EventBus, Filter, authService, historyService, openService, internationalizationService, fileService, OBJECT_TYPE_NAME_FIELD, ApplicationStatus, RecordOperation, DisplayListRow, ModalListDownload, coreUtils } from './../src/index';
import { WidgetAction, WidgetTablePanelFilterItem, WidgetFastTableHeadCell, WidgetFastTable, WidgetField, WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, convertListConfig, getEntityLink, convertDDToDMS, convertDMSToDD, setupListRow, parseTextByMarkdown, universalMetadataListRead, t, wrapToolResponse, formatter, staticLink, universalEntityCount, universalHistoryRead, getUnitValue, injectAction, universalToolRead, getCellName, universalEntityDelete, universalEntityCreate, universalMetadataFieldTreat, universalListSettingRead, prettyValueFieldByEntity, throttle, debounce, request, uuidv4, groupArrayByField, valuesToUpperCase, prettyMoney, prettyDate, prettyDateWithTime, asyncProcess, parseError, catchUniversal, getCellValue, universalEntityRead, universalEntityUpdate, getNamesFromListConfig, ICoordinate, IListSettings, IEntityCountResult, IEntityCountParams, IParsedHistoryResponse, IHistoryReadParams, IInterfaceNotificationItem, IValidationEffectItem, IAffectedEntity, IActionOptions, IActionReadOptions, ITool, IToolResult, IUsageContext, ILoginValues, IListTreatmentField, IMasterEntity, IExtendedMetadata, INavigationRecord, IListCell, INotificationType, IMultiButtonItem, IEntityId, IEntityVersion, IUniversalEntityReadListOptions, IUniversalEntityReadSingleOptions, IUniversalEntityUpdateOptions, IUniversalEntityReadOptions, IValues, IListOrder, IUniversalEntityCreateOptions, IUniversalEntityCreatingResult, IUniversalEntityUpdatingResult, IDashboardReadLicensesParams, IDashboardReadLicenseResult, IFilters, IAffectedEntityEvent, IWizardProcess, IWizardFixedProcessResponse, IWizardProcessObjectType, IWizardStepConfig, IWrappedTool, IBasicServerConfiguration, constants, config, configuration, useListDownload, useWizard, useVisibleItem, useListSearch, useListSelect, useEnter, useActions, useUsageContext, useMetadata, useFormEntity, useCommunication, useListActiveRow, useSocket, useListEntity, useManagerState, NotificationSystem, Manager, Communication, MetadataStore, EventBus, Filter, authService, historyService, openService, internationalizationService, fileService, OBJECT_TYPE_NAME_FIELD, ApplicationStatus, RecordOperation, DisplayListRow, ModalListDownload, coreUtils } from './../src/index';
export { billingService, documentsService, invitationService, CoreError, };
export { coreUtils, ModalListDownload, DisplayListRow, ApplicationStatus, RecordOperation, OBJECT_TYPE_NAME_FIELD, authService, historyService, openService, internationalizationService, fileService, NotificationSystem, Manager, Communication, MetadataStore, EventBus, constants, config, configuration, WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, WidgetField, WidgetFastTable, WidgetFastTableHeadCell, WidgetTablePanelFilterItem, convertListConfig, getEntityLink, convertDDToDMS, convertDMSToDD, t, formatter, staticLink, prettyValueFieldByEntity, throttle, debounce, request, groupArrayByField, prettyMoney, prettyDate, prettyDateWithTime, asyncProcess, parseError, catchUniversal, universalEntityRead, universalEntityUpdate, universalListSettingRead, universalEntityDelete, universalMetadataFieldTreat, universalHistoryRead, universalEntityCreate, universalMetadataListRead, getNamesFromListConfig, getCellValue, valuesToUpperCase, uuidv4, getCellName, universalToolRead, injectAction, getUnitValue, wrapToolResponse, parseTextByMarkdown, setupListRow, IListCell, IListOrder, INotificationType, IMultiButtonItem, IEntityId, IEntityVersion, IUniversalEntityReadListOptions, IUniversalEntityReadSingleOptions, IUniversalEntityReadOptions, IUniversalEntityUpdateOptions, IValues, INavigationRecord, IMasterEntity, IExtendedMetadata, IListTreatmentField, IUniversalEntityCreateOptions, IUniversalEntityCreatingResult, IUniversalEntityUpdatingResult, ILoginValues, IUsageContext, IAffectedEntity, IActionOptions, IActionReadOptions, ITool, IToolResult, IValidationEffectItem, IInterfaceNotificationItem, IParsedHistoryResponse, IHistoryReadParams, IEntityCountResult, IEntityCountParams, IListSettings, IDashboardReadLicensesParams, IDashboardReadLicenseResult, ICoordinate, IFilters, IAffectedEntityEvent, IWizardProcess, IWizardFixedProcessResponse, IWizardProcessObjectType, IWizardStepConfig, IWrappedTool, useActions, useListActiveRow, useSocket, useListEntity, useManagerState, useFormEntity, useMetadata, useCommunication, useUsageContext, useEnter, useListSelect, useListSearch, universalEntityCount, useVisibleItem, useWizard, useListDownload, Filter, };
export { coreUtils, ModalListDownload, DisplayListRow, ApplicationStatus, RecordOperation, OBJECT_TYPE_NAME_FIELD, authService, historyService, openService, internationalizationService, fileService, NotificationSystem, Manager, Communication, MetadataStore, EventBus, constants, config, configuration, WidgetAction, WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, WidgetField, WidgetFastTable, WidgetFastTableHeadCell, WidgetTablePanelFilterItem, convertListConfig, getEntityLink, convertDDToDMS, convertDMSToDD, t, formatter, staticLink, prettyValueFieldByEntity, throttle, debounce, request, groupArrayByField, prettyMoney, prettyDate, prettyDateWithTime, asyncProcess, parseError, catchUniversal, universalEntityRead, universalEntityUpdate, universalListSettingRead, universalEntityDelete, universalMetadataFieldTreat, universalHistoryRead, universalEntityCreate, universalMetadataListRead, getNamesFromListConfig, getCellValue, valuesToUpperCase, uuidv4, getCellName, universalToolRead, injectAction, getUnitValue, wrapToolResponse, parseTextByMarkdown, setupListRow, IBasicServerConfiguration, IListCell, IListOrder, INotificationType, IMultiButtonItem, IEntityId, IEntityVersion, IUniversalEntityReadListOptions, IUniversalEntityReadSingleOptions, IUniversalEntityReadOptions, IUniversalEntityUpdateOptions, IValues, INavigationRecord, IMasterEntity, IExtendedMetadata, IListTreatmentField, IUniversalEntityCreateOptions, IUniversalEntityCreatingResult, IUniversalEntityUpdatingResult, ILoginValues, IUsageContext, IAffectedEntity, IActionOptions, IActionReadOptions, ITool, IToolResult, IValidationEffectItem, IInterfaceNotificationItem, IParsedHistoryResponse, IHistoryReadParams, IEntityCountResult, IEntityCountParams, IListSettings, IDashboardReadLicensesParams, IDashboardReadLicenseResult, ICoordinate, IFilters, IAffectedEntityEvent, IWizardProcess, IWizardFixedProcessResponse, IWizardProcessObjectType, IWizardStepConfig, IWrappedTool, useActions, useListActiveRow, useSocket, useListEntity, useManagerState, useFormEntity, useMetadata, useCommunication, useUsageContext, useEnter, useListSelect, useListSearch, universalEntityCount, useVisibleItem, useWizard, useListDownload, Filter, };

@@ -13,2 +13,3 @@ import { default as WidgetTable } from './widgets/table/widget-table.vue';

import { default as WidgetTablePanelFilterItem } from './widgets/widget-table-panel-filters/widget-table-panel-filter-item.vue';
import { default as WidgetAction } from './widgets/action/widget-action.vue';
import { default as ModalListDownload } from './widgets/modal-list-download/modal-list-download.vue';

@@ -107,4 +108,5 @@ import { IListCell, IListOrder, IListSettings, IActiveRowValue, IMockRowValue, IPrimitiveListData } from './types/list-type';

import { IWizardFixedProcessResponse, IWizardProcess, IWizardProcessObjectType, WizardStatus } from '../../backend/src/types/wizard-type';
import { IBasicServerConfiguration } from '../../backend/src/types/server-type';
export { WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, WidgetField, WidgetFastTable, WidgetFastTableHeadCell, WidgetTablePanelFilterItem };
export { WidgetAction, WidgetButton, WidgetMultiButton, WidgetIcon, WidgetSpinner, WidgetTable, WidgetLoader, WidgetImage, WidgetList, WidgetField, WidgetFastTable, WidgetFastTableHeadCell, WidgetTablePanelFilterItem };
export { ModalListDownload };

@@ -123,5 +125,5 @@ export type { IPrimitiveListData, IActiveRowValue, IMockRowValue, ICoordinate, IListCell, IListOrder, INotificationType, IMultiButtonItem, IEntityId, IEntityVersion, IUniversalEntityReadListOptions, IUniversalEntityReadSingleOptions, IUniversalEntityReadOptions, IUniversalEntityUpdateOptions, IUniversalEntityCreateOptions, IUniversalEntityCreatingResult, IUniversalEntityUpdatingResult, IValues, IMasterEntity, ILoginValues, IActionOptions, IActionReadOptions, ITool, IToolResult, IAffectedEntity, IValidationEffectItem, IListSettings, IAffectedEntityEvent, IWizardStepConfig, IWrappedTool };

export { ApplicationStatus, RecordOperation };
export { Filter, valuesToUpperCase, getCellNamesFromListFormatter, processListFormatter, SOCKET_EVENT_ERROR };
export { IBasicServerConfiguration, Filter, valuesToUpperCase, getCellNamesFromListFormatter, processListFormatter, SOCKET_EVENT_ERROR };
export type { INavigationRecord, IExtendedMetadata, IListTreatmentField, IUsageContext, IInterfaceNotificationItem, IHistoryReadParams, IParsedHistoryResponse, IEntityCountParams, IEntityCountResult, IDashboardReadLicensesParams, IDashboardReadLicenseResult, IFilters, IWizardFixedProcessResponse, IWizardProcess, IWizardProcessObjectType, };
export { WizardStatus };
export { OBJECT_TYPE_NAME_FIELD };

@@ -45,2 +45,3 @@ import { IEntityId } from './entity-type';

title: string;
detail: string[];
}

@@ -47,0 +48,0 @@ export interface IAffectedEntity {

@@ -72,5 +72,5 @@ import { constants } from '../constants';

/**
* @description Модификаторы для данной ячейки.
* @description Режим отображения элементов в списке.
*/
modifications: [];
displayItem: "form" | "inline" | "modal";
}

@@ -77,0 +77,0 @@ /**

{
"name": "eservices-core",
"version": "1.3.224",
"version": "1.3.225",
"description": "Core library",

@@ -5,0 +5,0 @@ "author": "",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc