@docsvision/webclient 5.16.1 → 5.17.0-beta.12
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/Approval/AgreementHistoryImpl.d.ts +2 -0
- package/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListImpl.d.ts +3 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/Address.d.ts +3 -2
- package/BackOffice/CardKind.d.ts +3 -2
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ColumnSettingsDialog.d.ts +2 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CreateWindow.d.ts +2 -1
- package/BackOffice/Department.d.ts +3 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +2 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +3 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EditTaskDescription.d.ts +2 -1
- package/BackOffice/EditTaskDescriptionDialog.d.ts +2 -0
- package/BackOffice/EditTaskDuration.d.ts +2 -2
- package/BackOffice/EditTaskDurationDialog.d.ts +2 -1
- package/BackOffice/EditWindow.d.ts +2 -1
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +12 -4
- package/BackOffice/FileRenamingDialog.d.ts +2 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +4 -3
- package/BackOffice/PartnerBaseImpl.d.ts +2 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +5 -4
- package/BackOffice/PartnerSelectDialog.d.ts +8 -1
- package/BackOffice/PartnerTypeaheadVariant.d.ts +3 -2
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +4 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/Tasks.d.ts +2 -1
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +12 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +3 -1
- package/BackOffice/TasksTreeImpl.d.ts +3 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -1
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +113 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +358 -33
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +5 -2
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +2 -0
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
- package/Helpers/ModalDialog/ScrollableModal.d.ts +8 -0
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +3 -1
- package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +2 -1
- package/Legacy/ModalWindow.d.ts +7 -2
- package/Legacy/ModalWindowParams.d.ts +6 -0
- package/Legacy/SelectFolderModalDialog.d.ts +2 -1
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +0 -1
- package/MainBundle.d.ts +2 -2
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$CompanyLogo.d.ts +1 -1
- package/Platform/$ContextMenuOptions.d.ts +17 -10
- package/Platform/$CurrentFolder.d.ts +1 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +5 -1
- package/Platform/$FolderGrid.d.ts +14 -6
- package/Platform/$GridOptions.d.ts +9 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/{SearchParametersFolderExtendedData.d.ts → AggregatesExtendedData.d.ts} +1 -1
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -1
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +1 -2
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsProgressDialogService.d.ts +3 -1
- package/Platform/CalendarInput.d.ts +1 -1
- package/Platform/ClearButton.d.ts +7 -5
- package/Platform/CompanyLogoService.d.ts +3 -1
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -1
- package/Platform/ContextMenu.d.ts +7 -1
- package/Platform/ContextMenuOptionsService.d.ts +7 -4
- package/Platform/DateInput.d.ts +3 -13
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +9 -6
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +4 -0
- package/Platform/ExportPlugin.d.ts +10 -4
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FocusableTextInput.d.ts +3 -8
- package/Platform/Folder.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderContent.d.ts +2 -0
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +3 -1
- package/Platform/FolderDataContext.d.ts +6 -2
- package/Platform/FolderDataLoadingService.d.ts +13 -7
- package/Platform/FolderGrid.d.ts +9 -3
- package/Platform/FolderGrid.stories.d.ts +1 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -1
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridService.d.ts +7 -3
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +7 -1
- package/Platform/FolderImpl.d.ts +2 -0
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +2 -1
- package/Platform/FolderWebFrameRouteHandler.d.ts +3 -2
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +1 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/InputWithMask.d.ts +4 -3
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +2 -1
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +5 -5
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +5 -5
- package/Platform/ReadAllPlugin.d.ts +11 -5
- package/Platform/ReadBatchOperation.d.ts +4 -1
- package/Platform/RecentCardsDashboardWidget.d.ts +1 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -14
- package/Platform/RecentCardsRouteHandler.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +10 -4
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +10 -4
- package/Platform/ScanDialogService.d.ts +2 -1
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -1
- package/Platform/SearchParametersFolderResponseResolver.d.ts +5 -1
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchResultsRequestResolver.d.ts +6 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +3 -3
- package/Platform/SecurityDialogFrame.d.ts +2 -1
- package/Platform/SettingsPlugin.d.ts +12 -7
- package/Platform/SettingsPopup.d.ts +5 -3
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupExtendedData.d.ts +2 -2
- package/Platform/SettingsPopupLogic.d.ts +16 -1
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
- package/Platform/ShowAllButton.d.ts +3 -1
- package/Platform/Table.d.ts +4 -4
- package/Platform/TableCreateRowWindow.d.ts +2 -1
- package/Platform/TableEditRowWindow.d.ts +2 -1
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TestUtils.d.ts +12 -1
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameCompanyLogo.d.ts +4 -0
- package/Platform/WebFrameContent.d.ts +9 -1
- package/Platform/WebFrameContentImpl.d.ts +4 -0
- package/Platform/WebFrameHeaderContainer.d.ts +5 -1
- package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +8 -5
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/applyCurrentSettings.d.ts +7 -1
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateValueCheckedColumn.d.ts +5 -1
- package/StandardServices.d.ts +8 -1
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +3 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +5 -1
- package/System/DirectorySelectDialog.d.ts +9 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/LastSearchResponseService.d.ts +19 -0
- package/System/Layout.d.ts +9 -3
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutCardControllerStub.d.ts +1 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LayoutImpl.d.ts +1 -0
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +2 -1
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -18
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/Platform/Settings.d.ts +0 -3
- package/Platform/TemplateRequestResolver.d.ts +0 -12
- package/Platform/TemplateResponseResolver.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -72,7 +72,7 @@ export declare class LayoutContainer<T extends GenModels.LayoutViewModel> implem
|
|
|
72
72
|
/**
|
|
73
73
|
* Уничтожение разметки.
|
|
74
74
|
*/
|
|
75
|
-
destroy(): Promise<
|
|
75
|
+
destroy(): Promise<void>;
|
|
76
76
|
protected onCardChanged: (message: IRealTimeCommunicationMessage<any>) => void;
|
|
77
77
|
protected onCardDisabled: (message: IRealTimeCommunicationMessage<any>) => void;
|
|
78
78
|
/** @internal */
|
package/System/LayoutImpl.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare type LayoutImplState = LayoutState;
|
|
|
27
27
|
/** @internal */
|
|
28
28
|
export declare class LayoutImpl extends PanelImpl<LayoutImplProps, LayoutImplState> {
|
|
29
29
|
constructor(props: LayoutImplProps, state: LayoutImplState);
|
|
30
|
+
componentDidMount(): void;
|
|
30
31
|
protected get wrapper(): Layout;
|
|
31
32
|
protected prepareChildren(): void;
|
|
32
33
|
protected getCssClass(): string;
|
|
@@ -13,7 +13,8 @@ import { CancelableEvent } from '@docsvision/webclient/System/CancelableEvent';
|
|
|
13
13
|
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
14
14
|
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
15
15
|
import { LocationSourceMode } from '@docsvision/webclient/Helpers/LocationContainer/LocationSourceMode';
|
|
16
|
-
|
|
16
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
17
|
+
export declare type $LocationContainerControlServices = Optional<$LayoutController> & $LayoutManager & Optional<$CurrentLocation> & Optional<$Layout> & $DeviceType;
|
|
17
18
|
/**
|
|
18
19
|
* Содержит публичные свойства элемента управления [LayoutPosition]{@link LayoutPosition}.
|
|
19
20
|
*/
|
|
@@ -3,6 +3,7 @@ export declare class PageLeaveConfirmation {
|
|
|
3
3
|
message: string;
|
|
4
4
|
constructor(condition?: () => boolean, message?: string);
|
|
5
5
|
static Setup(condition?: () => boolean): PageLeaveConfirmation;
|
|
6
|
+
static isWebDAV: boolean;
|
|
6
7
|
dispose(): void;
|
|
7
8
|
private onBeforeWindowUnload;
|
|
8
9
|
}
|
package/System/Poll.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './Poll.css';
|
|
4
|
+
import { NextPollDisplay } from '@docsvision/webclient/System/PollService';
|
|
5
|
+
export interface PollProps extends HtmlProps.iframe {
|
|
6
|
+
extendTime(month: NextPollDisplay): void;
|
|
7
|
+
}
|
|
8
|
+
export declare const MIN_POLL_TIME = 30;
|
|
9
|
+
/** Контейнер для опроса */
|
|
10
|
+
export declare function Poll(props: PollProps): JSX.Element;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { $LayoutUserSettingsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $CacheManagement } from "@docsvision/webclient/Platform/$CacheManagement";
|
|
3
|
+
import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
4
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
5
|
+
import { IPoll } from "@docsvision/webclient/System/$PollService";
|
|
6
|
+
import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
|
|
7
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
8
|
+
import { $Domain } from "@docsvision/web/core/state-management";
|
|
9
|
+
import { Store, Event } from "effector";
|
|
10
|
+
import './PollService.css';
|
|
11
|
+
export declare enum NextPollDisplay {
|
|
12
|
+
ThreeMonths = 3,
|
|
13
|
+
SixMonths = 6
|
|
14
|
+
}
|
|
15
|
+
export declare type TPollServices = $ApplicationSettings & $Domain & $LayoutUserSettingsController & $LocalStorage & $Resources & $MessageWindow & $CacheManagement & $DeviceType;
|
|
16
|
+
export declare class PollService implements IPoll {
|
|
17
|
+
private services;
|
|
18
|
+
$URL: Store<string>;
|
|
19
|
+
$requestDate: Store<Date>;
|
|
20
|
+
setRequestDate: Event<Date>;
|
|
21
|
+
constructor(services: TPollServices);
|
|
22
|
+
private extendTime;
|
|
23
|
+
private take;
|
|
24
|
+
private nextTime;
|
|
25
|
+
private notification;
|
|
26
|
+
show: () => Promise<void>;
|
|
27
|
+
}
|
|
@@ -197,6 +197,7 @@ export declare let resourcesStub: {
|
|
|
197
197
|
Error_InvalidBarcode: string;
|
|
198
198
|
ImportESign_CommonError: string;
|
|
199
199
|
Navigator_RecentCards: string;
|
|
200
|
+
Navigator_Favorites: string;
|
|
200
201
|
FilePanel_SignButton_ValidateSigns: string;
|
|
201
202
|
PrintButton_NoTemplates: string;
|
|
202
203
|
Navigator_CSP_Plugin_NotDetected: string;
|
|
@@ -411,7 +412,7 @@ export declare let resourcesStub: {
|
|
|
411
412
|
ScanDialog_InfoScanProcess: string;
|
|
412
413
|
FilePanel_Sign_State_PartiallyValid: string;
|
|
413
414
|
ScanDialog_InfoScanPrepare: string;
|
|
414
|
-
|
|
415
|
+
Grid_MoveShortcutBatchOperationName: string;
|
|
415
416
|
Error_FilterParametersInvalid: string;
|
|
416
417
|
Grid_ForbiddenView: string;
|
|
417
418
|
AddCardModal_SelectTemplate: string;
|
package/System/Router.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export declare class Router implements IRouter, ILegacyRouter, IRouterNavigation
|
|
|
54
54
|
back(isCancel?: boolean): Promise<void>;
|
|
55
55
|
/** @internal */
|
|
56
56
|
get dangerouslyUrl(): string;
|
|
57
|
+
get previousUrl(): string;
|
|
57
58
|
getLastRouteProcessingId(): string;
|
|
58
59
|
/** @internal */
|
|
59
60
|
addHandler<T>(routeType: RouteType, handler: IRouteHandler<T>, order?: number): void;
|
|
@@ -41,6 +41,10 @@ export declare class StandardRoutes {
|
|
|
41
41
|
static ServerDefined: string;
|
|
42
42
|
/** Неизвестный тип карточки. */
|
|
43
43
|
static UnknownCardView: string;
|
|
44
|
+
/** Страница карточек добавленных в избранное. */
|
|
45
|
+
static Favorites: string;
|
|
46
|
+
/** Страница избранных карточек на основе {@see FolderDataContext}. */
|
|
47
|
+
static FavoritesPage: string;
|
|
44
48
|
static DirectoryView: string;
|
|
45
49
|
static LegacyNewTask: string;
|
|
46
50
|
static LegacyNewGroupTask: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare function initSummernotePasteWithoutFormattingPlugin(): void;
|
|
2
|
+
export declare class SummernotePasteWithoutFormatingPlugin {
|
|
3
|
+
private ui;
|
|
4
|
+
private options;
|
|
5
|
+
private lang;
|
|
6
|
+
constructor(context: any);
|
|
7
|
+
events: {
|
|
8
|
+
'summernote.paste': (we: any, e: any) => void;
|
|
9
|
+
};
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
2
|
-
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
3
|
-
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
4
|
-
import { $WebFrameContext } from '@docsvision/webclient/Platform/$WebFrameContext';
|
|
5
|
-
import { $SearchPanel } from '@docsvision/webclient/Legacy/$SearchPanel';
|
|
6
|
-
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export declare class SearchPanelRouteHandler implements IRouteHandler<any> {
|
|
9
|
-
private services;
|
|
10
|
-
name: string;
|
|
11
|
-
availableRouteHandler: boolean;
|
|
12
|
-
constructor(services: $WebFrameContext & $SearchPanel & $ExperimentalFeature);
|
|
13
|
-
prepareRouteDataLoad(routeData: any, routeType: RouteType): Promise<RouteHandleResult>;
|
|
14
|
-
mountRoute(data: any, routeType: RouteType): Promise<RouteHandleResult>;
|
|
15
|
-
unmountRoute(data: any, routeType: RouteType): Promise<void>;
|
|
16
|
-
}
|
|
17
|
-
/** @internal Временная функция, перестраивающая панель поиска в обход стандартного механизма роутинга. Функция будет удалена в следующих релизах. */
|
|
18
|
-
export declare function __DangerRemountSearchPanel(): void;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IRowData } from '@docsvision/web/components/table/interfaces';
|
|
2
|
-
import { Event } from 'effector';
|
|
3
|
-
/** Шаблон сервиса грида. */
|
|
4
|
-
export interface IPluginTemplateService {
|
|
5
|
-
readonly somethingToggled: Event<IRowData>;
|
|
6
|
-
toggleSomething(row: IRowData): void;
|
|
7
|
-
}
|
|
8
|
-
/** Шаблон сервиса грида. */
|
|
9
|
-
export declare type $PluginTemplate = {
|
|
10
|
-
pluginTemplate: IPluginTemplateService;
|
|
11
|
-
};
|
|
12
|
-
export declare const $PluginTemplate: string | ((model?: $PluginTemplate) => IPluginTemplateService);
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ISimplePluginData } from '@docsvision/web/core/extensibility/plugins';
|
|
2
|
-
import { IRow } from "@docsvision/web/components/table/interfaces";
|
|
3
|
-
/** Шаблон объявления расширенных данных грида. */
|
|
4
|
-
export declare function getPluginTemplateExtendedData(row: IRow): ISimplePluginData<boolean>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
-
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
-
import { $PluginTemplate } from '@docsvision/webclient/Platform/$PluginTemplate';
|
|
4
|
-
import "./PluginTemplatePlugins.css";
|
|
5
|
-
export declare const PluginTemplateFeature = "PluginTemplateFeature";
|
|
6
|
-
/** Шаблон плагина сервис-провайдера. */
|
|
7
|
-
export declare const PluginTemplateServiceProvider: TablePlugins.ServiceProvider<$PluginTemplate & $Domain>;
|
|
8
|
-
/** Шаблон плагина, добавляющего компонент в ячейку таблицы. */
|
|
9
|
-
export declare const PluginTemplateCellPlugin: TablePlugins.Cell.Component<$PluginTemplate>;
|
|
10
|
-
/** Шаблон плагина, реагирующего на монтирование и размонтирование DOM. */
|
|
11
|
-
export declare const PluginTemplateRowMountEffect: TablePlugins.Row.MountEffect<$PluginTemplate>;
|
|
12
|
-
/** Шаблон плагина, добавляющего стили для строки. */
|
|
13
|
-
export declare const PluginTemplateRowDecorator: TablePlugins.Row.Decorator<$PluginTemplate>;
|
|
14
|
-
/** Образец регистрации плагинов данной функциональности. */
|
|
15
|
-
export declare const PluginTemplatePlugins: ITablePlugins;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IRowData } from '@docsvision/web/components/table/interfaces';
|
|
2
|
-
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
-
import { Event } from 'effector';
|
|
4
|
-
import { IPluginTemplateService } from '@docsvision/webclient/Platform/$PluginTemplate';
|
|
5
|
-
/** Шаблон реализации сервиса грида. */
|
|
6
|
-
export declare class PluginTemplateService implements IPluginTemplateService {
|
|
7
|
-
private services;
|
|
8
|
-
somethingToggled: Event<IRowData>;
|
|
9
|
-
constructor(services: $Domain);
|
|
10
|
-
toggleSomething(rowData: IRowData): void;
|
|
11
|
-
}
|
package/Platform/Settings.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IFolderDataLoadingPlugin } from '@docsvision/webclient/Platform/IFolderDataLoadingPlugin';
|
|
2
|
-
import { PluginOrder } from '@docsvision/webclient/System/PluginOrder';
|
|
3
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
-
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
5
|
-
import { IFolderLoadRequest } from '@docsvision/webclient/Platform/IFolderLoadRequest';
|
|
6
|
-
/** Шаблон плагина формирования запроса грида. */
|
|
7
|
-
export declare class TemplateRequestResolver implements IFolderDataLoadingPlugin {
|
|
8
|
-
id: string;
|
|
9
|
-
description: string;
|
|
10
|
-
order: PluginOrder;
|
|
11
|
-
resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel): Promise<void>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IFolderDataLoadingPlugin, ResponseResolveResult } from '@docsvision/webclient/Platform/IFolderDataLoadingPlugin';
|
|
2
|
-
import { PluginOrder } from '@docsvision/webclient/System/PluginOrder';
|
|
3
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
-
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
5
|
-
/** Шаблон плагина парсинга ответа грида. */
|
|
6
|
-
export declare class TemplateResponseResolver implements IFolderDataLoadingPlugin {
|
|
7
|
-
id: string;
|
|
8
|
-
description: string;
|
|
9
|
-
order: PluginOrder;
|
|
10
|
-
resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
|
|
11
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Store, Event } from 'effector';
|
|
2
|
-
/** Шаблон сервиса. */
|
|
3
|
-
export interface IServiceTemplateService {
|
|
4
|
-
/** Содержит некоторые данные. */
|
|
5
|
-
$someData: Store<number>;
|
|
6
|
-
/** Событие, возникающее при каких-то обстоятельствах. */
|
|
7
|
-
somethingHappened: Event<{
|
|
8
|
-
info: number;
|
|
9
|
-
}>;
|
|
10
|
-
/** Выполняет некоторое действие. */
|
|
11
|
-
doSomething(someNumber: number): Promise<number>;
|
|
12
|
-
}
|
|
13
|
-
export declare type $ServiceTemplate = {
|
|
14
|
-
serviceTemplate: IServiceTemplateService;
|
|
15
|
-
};
|
|
16
|
-
export declare const $ServiceTemplate: string | ((model?: $ServiceTemplate) => IServiceTemplateService);
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BaseControl } from '@docsvision/webclient/System/BaseControl';
|
|
3
|
-
import { ControlTemplateView } from '@docsvision/webclient/System/ControlTemplateView';
|
|
4
|
-
import { ControlTemplateLogic } from '@docsvision/webclient/System/ControlTemplateLogic';
|
|
5
|
-
import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
6
|
-
import { BaseControlImplState } from '@docsvision/webclient/System/BaseControlImpl';
|
|
7
|
-
import { ControlTemplateParams } from '@docsvision/webclient/System/ControlTemplateOptions';
|
|
8
|
-
export interface ControlTemplateState extends BaseControlImplState, ControlTemplateParams {
|
|
9
|
-
logic: ControlTemplateLogic;
|
|
10
|
-
view: ControlTemplateView;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Класс элемента управления ControlTemplate.
|
|
14
|
-
*/
|
|
15
|
-
export declare class ControlTemplate extends BaseControl<ControlTemplateParams, ControlTemplateState> {
|
|
16
|
-
construct(): void;
|
|
17
|
-
protected createParams(): ControlTemplateParams;
|
|
18
|
-
protected createImpl(): ControlImpl;
|
|
19
|
-
private get someText();
|
|
20
|
-
/** Выполняет действие аналогичное нажатию кнопки */
|
|
21
|
-
doSomeAction(): Promise<void>;
|
|
22
|
-
renderControl(): JSX.Element;
|
|
23
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ControlTemplate } from '@docsvision/webclient/System/ControlTemplate';
|
|
3
|
-
import "./ControlTemplate.stories.css";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: typeof ControlTemplate;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Default: () => JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ControlTemplateLogic } from '@docsvision/webclient/System/ControlTemplateLogic';
|
|
3
|
-
import { ControlTemplateView } from '@docsvision/webclient/System/ControlTemplateView';
|
|
4
|
-
export declare const ControlTemplateContainer: (props: {
|
|
5
|
-
logic: ControlTemplateLogic;
|
|
6
|
-
view: ControlTemplateView;
|
|
7
|
-
}) => JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
import './ControlTemplateFrame.css';
|
|
4
|
-
export interface IControlTemplateFrameProps extends HtmlProps.div {
|
|
5
|
-
renderText: () => React.ReactElement;
|
|
6
|
-
renderButton: () => React.ReactElement;
|
|
7
|
-
}
|
|
8
|
-
export declare function ControlTemplateFrame(props: IControlTemplateFrameProps): JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ControlTemplateParams } from "@docsvision/webclient/System/ControlTemplateOptions";
|
|
2
|
-
export declare class ControlTemplateLogic {
|
|
3
|
-
options: ControlTemplateParams;
|
|
4
|
-
constructor(options: ControlTemplateParams);
|
|
5
|
-
domain:
|
|
6
|
-
import("effector").Domain;
|
|
7
|
-
$someText:
|
|
8
|
-
import("effector").Store<string>;
|
|
9
|
-
someEvent:
|
|
10
|
-
import("effector").Event<void>;
|
|
11
|
-
someEffectFx:
|
|
12
|
-
import("effector").Effect<{
|
|
13
|
-
someOption: number;
|
|
14
|
-
}, string, Error>;
|
|
15
|
-
initSomeFeature(): void;
|
|
16
|
-
init(): void;
|
|
17
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
2
|
-
import { ControlTemplateLogic } from "@docsvision/webclient/System/ControlTemplateLogic";
|
|
3
|
-
import { ControlTemplateView } from "@docsvision/webclient/System/ControlTemplateView";
|
|
4
|
-
import { CancelableApiEvent, BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
5
|
-
import { IControlOptions } from "@docsvision/webclient/System/IControlOptions";
|
|
6
|
-
import { Optional } from "@docsvision/web/core/services";
|
|
7
|
-
/**
|
|
8
|
-
* Содержит публичные свойства элемента управления [ControlTemplate]{@link ControlTemplate}.
|
|
9
|
-
*/
|
|
10
|
-
export declare class ControlTemplateParams extends BaseControlParams {
|
|
11
|
-
/** Стандартный CSS класс со стилями элемента управления */
|
|
12
|
-
standardCssClass?: string;
|
|
13
|
-
/** Некоторая опция */
|
|
14
|
-
someOption?: number;
|
|
15
|
-
/** Некоторое состояние контрола */
|
|
16
|
-
someText?: string;
|
|
17
|
-
/** Событие, возникающее перед выполнением действия */
|
|
18
|
-
somethingDoing?: CancelableApiEvent<{
|
|
19
|
-
someOption: number;
|
|
20
|
-
}>;
|
|
21
|
-
/** Событие, возникающее после выполнения действия */
|
|
22
|
-
somethingDone?: BasicApiEvent<{
|
|
23
|
-
someOption: number;
|
|
24
|
-
}>;
|
|
25
|
-
services?: Optional<$ControlTemplateOptions>;
|
|
26
|
-
}
|
|
27
|
-
export declare type $ControlTemplateOptions = {
|
|
28
|
-
controlTemplateOptions: IControlOptions<ControlTemplateParams, ControlTemplateLogic, ControlTemplateView>;
|
|
29
|
-
};
|
|
30
|
-
export declare const $ControlTemplateOptions: string | ((model?: $ControlTemplateOptions) => IControlOptions<ControlTemplateParams, ControlTemplateLogic, ControlTemplateView>);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
import './ControlTemplateText.css';
|
|
4
|
-
export interface IControlTemplateTextProps extends HtmlProps.div {
|
|
5
|
-
text: string;
|
|
6
|
-
}
|
|
7
|
-
export declare function ControlTemplateText(props: IControlTemplateTextProps): JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ControlTemplateFrame } from "@docsvision/webclient/System/ControlTemplateFrame";
|
|
3
|
-
import { ControlTemplateText } from "@docsvision/webclient/System/ControlTemplateText";
|
|
4
|
-
export declare class ControlTemplateView {
|
|
5
|
-
text: typeof ControlTemplateText;
|
|
6
|
-
button: (props:
|
|
7
|
-
import("C:/Dev/WebC16/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
8
|
-
frame: typeof ControlTemplateFrame;
|
|
9
|
-
buttonText: string;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IServiceTemplateService } from '@docsvision/webclient/System/$ServiceTemplate';
|
|
2
|
-
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
-
import { Store, Event } from 'effector';
|
|
4
|
-
/** @internal Реализация {@link IServiceTemplateService}. */
|
|
5
|
-
export declare class ServiceTemplateService implements IServiceTemplateService {
|
|
6
|
-
private services;
|
|
7
|
-
$someData: Store<number>;
|
|
8
|
-
somethingHappened: Event<{
|
|
9
|
-
info: number;
|
|
10
|
-
}>;
|
|
11
|
-
constructor(services: $Domain);
|
|
12
|
-
doSomething(someNumber: number): Promise<number>;
|
|
13
|
-
}
|