@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15
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/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +7 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$CompanyLogo.d.ts +0 -1
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CompanyLogoService.d.ts +0 -1
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +5 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +4 -3
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +5 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +8 -5
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +3 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +3 -2
- package/Platform/WebFrameContentImpl.d.ts +2 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +2 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +5 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +5 -3
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/Router.d.ts +1 -1
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -2,7 +2,7 @@ import { BaseControl, BaseControlParams, BaseControlState } from '@docsvision/we
|
|
|
2
2
|
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
3
3
|
import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest } from '@docsvision/webclient/StandardServices';
|
|
5
|
+
import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
6
6
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
7
7
|
import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
|
|
8
8
|
import { SearchDropdown } from '@docsvision/webclient/Legacy/SearchDropdown';
|
|
@@ -26,7 +26,7 @@ export declare class WebFrameSearchPanelParams extends BaseControlParams {
|
|
|
26
26
|
isClearButtonHidden?: boolean;
|
|
27
27
|
/** Скрыт ли плейсхолдер */
|
|
28
28
|
isPlaceholderHidden?: boolean;
|
|
29
|
-
services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $Resources & $WebFrameSearchPanel & $FolderInfo;
|
|
29
|
+
services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $IsIE & $Resources & $WebFrameSearchPanel & $FolderInfo;
|
|
30
30
|
}
|
|
31
31
|
export interface WebFrameSearchPanelState extends WebFrameSearchPanelParams, BaseControlState {
|
|
32
32
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
|
|
3
|
+
import './WebFrameSearchPanel.stories.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof WebFrameNavigationBar;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const NavBarSearchMobileList: () => JSX.Element;
|
|
10
|
+
export declare const NavBarSearchMobileActive: () => JSX.Element;
|
|
11
|
+
export declare const OnlyButton: () => JSX.Element;
|
|
12
|
+
export declare const PanelOpened: () => JSX.Element;
|
|
13
|
+
export declare const DropdownOpened: () => JSX.Element;
|
|
14
|
+
export declare const SearchInputValue: () => JSX.Element;
|
package/Platform/index.d.ts
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import { ExportPlugin } from "@docsvision/webclient/Platform/ExportPlugin";
|
|
2
|
-
import { FilterPlugin } from "@docsvision/webclient/Platform/FilterPlugin";
|
|
3
2
|
import { FolderSizePlugin } from "@docsvision/webclient/Platform/FolderSizePlugin";
|
|
4
|
-
import { GropingPlugin } from "@docsvision/webclient/Platform/GropingPlugin";
|
|
5
3
|
import { ReadAllPlugin } from "@docsvision/webclient/Platform/ReadAllPlugin";
|
|
6
4
|
import { RefreshPlugin } from "@docsvision/webclient/Platform/RefreshPlugin";
|
|
7
|
-
import { ResetSettingsPlugin } from "@docsvision/webclient/Platform/ResetSettingsPlugin";
|
|
8
|
-
import { SearchPlugin } from "@docsvision/webclient/Platform/SearchPlugin";
|
|
9
5
|
import { SettingsPlugin } from "@docsvision/webclient/Platform/SettingsPlugin";
|
|
10
|
-
import { ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
11
|
-
export declare const ToolbarPlugins: ITablePlugins;
|
|
12
6
|
export declare const toolbarTypeName = "FolderGridToolbar";
|
|
13
|
-
export { ExportPlugin,
|
|
7
|
+
export { ExportPlugin, ReadAllPlugin, RefreshPlugin, SettingsPlugin, FolderSizePlugin };
|
package/StandardServices.d.ts
CHANGED
|
@@ -50,11 +50,15 @@ import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSe
|
|
|
50
50
|
import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
|
|
51
51
|
import { $RefreshUnreadCounters } from "@docsvision/webclient/Platform/$RefreshUnreadCounters";
|
|
52
52
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
53
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
54
|
+
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
53
55
|
import { $LastSearchParameters } from "@docsvision/webclient/Platform/$LastSearchParameters";
|
|
54
56
|
import { $Poll } from "@docsvision/webclient/System/$PollService";
|
|
55
57
|
import { $FolderPluginProvider } from "@docsvision/webclient/Platform/$FolderPluginProvider";
|
|
56
58
|
import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackground";
|
|
57
59
|
import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
|
|
60
|
+
import { $WebFrameContentHeight } from "@docsvision/webclient/System/$WebFrameContentHeight";
|
|
61
|
+
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
58
62
|
/** Сервис доступа к идентификатору текущего пользователя. */
|
|
59
63
|
export declare type $CurrentEmployeeId = {
|
|
60
64
|
currentEmployeeId: string;
|
|
@@ -144,4 +148,4 @@ export declare type $ApplicationSettings = {
|
|
|
144
148
|
};
|
|
145
149
|
export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
|
|
146
150
|
/** Стандартные сервисы Web-клиента. */
|
|
147
|
-
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $HoverPanel & $WebFrameDirectorySearchPanelService;
|
|
151
|
+
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight;
|
package/System/$FileService.d.ts
CHANGED
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
2
2
|
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
3
|
+
export declare enum FileServiceOrder {
|
|
4
|
+
Primary = 0,
|
|
5
|
+
Secondary = 1
|
|
6
|
+
}
|
|
7
|
+
export interface IFileServiceItem extends FileListItem {
|
|
8
|
+
order?: FileServiceOrder;
|
|
9
|
+
}
|
|
3
10
|
export interface IFileService {
|
|
4
|
-
getFiles():
|
|
5
|
-
getFileGroups():
|
|
6
|
-
setFileGroups(groups:
|
|
7
|
-
registerFiles(files:
|
|
8
|
-
unRegisterFiles(files:
|
|
9
|
-
addNewFile(file:
|
|
10
|
-
deleteFile(file:
|
|
11
|
-
updateFile(file:
|
|
11
|
+
getFiles(): IFileServiceItem[];
|
|
12
|
+
getFileGroups(): IFileServiceItem[][];
|
|
13
|
+
setFileGroups(groups: IFileServiceItem[][], files?: IFileServiceItem[]): void;
|
|
14
|
+
registerFiles(files: IFileServiceItem[], order?: FileServiceOrder): void;
|
|
15
|
+
unRegisterFiles(files: IFileServiceItem[]): void;
|
|
16
|
+
addNewFile(file: IFileServiceItem, files: IFileServiceItem[]): void;
|
|
17
|
+
deleteFile(file: IFileServiceItem): void;
|
|
18
|
+
updateFile(file: IFileServiceItem): void;
|
|
12
19
|
selectedFileWasChanged: SimpleEvent<any>;
|
|
13
20
|
fileListWasChanged: SimpleEvent<any>;
|
|
14
|
-
selectedFile:
|
|
21
|
+
selectedFile: IFileServiceItem;
|
|
15
22
|
}
|
|
16
23
|
export declare type $FileService = {
|
|
17
24
|
fileService: IFileService;
|
package/System/$Layout.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export interface ILayout extends ILayoutCheckService {
|
|
|
84
84
|
/** Иниицирует перерисовку разметки. */
|
|
85
85
|
forceUpdate(callBack?: () => any): any;
|
|
86
86
|
/** Удаляет текущую карточку или строку секции */
|
|
87
|
-
delete(): Promise<any>;
|
|
87
|
+
delete(isCanceling?: boolean): Promise<any>;
|
|
88
88
|
/** возвращает сервис */
|
|
89
89
|
getService<$T>(serviceName?: FieldSpec<any, $T>): $T;
|
|
90
90
|
}
|
package/System/$PollService.d.ts
CHANGED
package/System/$Router.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export interface IRouter {
|
|
|
21
21
|
getCurrentRoute<T>(): IRouteInfo<T>;
|
|
22
22
|
setCurrentRoute<T>(info: IRouteInfo<T>): any;
|
|
23
23
|
readonly currentRouteInfoChanged: ICancelableEvent<IRouteInfo<any>>;
|
|
24
|
+
readonly currentProcessingRouteInfo: IRouteInfo<any>;
|
|
24
25
|
/**
|
|
25
26
|
* Меняет URL без оповещения об этом (т.е. привязанные на адреса обработчики не сработают)
|
|
26
27
|
* @param url URL
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Store, Event } from 'effector';
|
|
2
|
+
/** Cервис. */
|
|
3
|
+
export interface IWebFrameContentHeightService {
|
|
4
|
+
/** Высота {@link WebFrameNavigationBar} */
|
|
5
|
+
readonly $navigationBar: Store<number>;
|
|
6
|
+
/** Высота {@link WebFrameHeaderContainer} */
|
|
7
|
+
readonly $headerContainer: Store<number>;
|
|
8
|
+
setNavigationBar: Event<number>;
|
|
9
|
+
setHeaderContainer: Event<number>;
|
|
10
|
+
}
|
|
11
|
+
export declare type $WebFrameContentHeight = {
|
|
12
|
+
webFrameContentHeight: IWebFrameContentHeightService;
|
|
13
|
+
};
|
|
14
|
+
export declare const $WebFrameContentHeight: string | ((model?: $WebFrameContentHeight) => IWebFrameContentHeightService);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function blobToBase64(blob: Blob): Promise<string>;
|
|
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
|
|
|
77
77
|
protected modalHost: CommonModalDialogHost;
|
|
78
78
|
static SimpleItemView:
|
|
79
79
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
80
|
-
import("C:/
|
|
80
|
+
import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
81
81
|
static SimpleItemViewCompact:
|
|
82
82
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
83
|
-
import("C:/
|
|
83
|
+
import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
84
84
|
/** @internal */
|
|
85
85
|
state: StateT;
|
|
86
86
|
searchInput: HTMLInputElement;
|
package/System/FileService.d.ts
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import { IFileService } from '@docsvision/webclient/System/$FileService';
|
|
2
|
-
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
1
|
+
import { FileServiceOrder, IFileService, IFileServiceItem } from '@docsvision/webclient/System/$FileService';
|
|
3
2
|
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
4
3
|
export declare class FileService implements IFileService {
|
|
5
|
-
_selectedFile:
|
|
6
|
-
files:
|
|
7
|
-
fileGroups:
|
|
4
|
+
_selectedFile: IFileServiceItem;
|
|
5
|
+
files: IFileServiceItem[];
|
|
6
|
+
fileGroups: IFileServiceItem[][];
|
|
8
7
|
constructor();
|
|
9
|
-
get selectedFile():
|
|
10
|
-
set selectedFile(val:
|
|
11
|
-
getFiles():
|
|
12
|
-
getFileGroups():
|
|
13
|
-
setFileGroups(groups:
|
|
14
|
-
registerFiles(files:
|
|
15
|
-
unRegisterFiles(files:
|
|
8
|
+
get selectedFile(): IFileServiceItem;
|
|
9
|
+
set selectedFile(val: IFileServiceItem);
|
|
10
|
+
getFiles(): IFileServiceItem[];
|
|
11
|
+
getFileGroups(): IFileServiceItem[][];
|
|
12
|
+
setFileGroups(groups: IFileServiceItem[][], files?: IFileServiceItem[]): void;
|
|
13
|
+
registerFiles(files: IFileServiceItem[], order?: FileServiceOrder): void;
|
|
14
|
+
unRegisterFiles(files: IFileServiceItem[]): void;
|
|
16
15
|
private sortFiles;
|
|
17
16
|
private sortFlatFileList;
|
|
18
17
|
private sortGroupFileList;
|
|
19
|
-
addNewFile(newFile:
|
|
20
|
-
deleteFile(fileForDelete:
|
|
21
|
-
updateFile(file:
|
|
18
|
+
addNewFile(newFile: IFileServiceItem, fileList?: IFileServiceItem[]): void;
|
|
19
|
+
deleteFile(fileForDelete: IFileServiceItem): void;
|
|
20
|
+
updateFile(file: IFileServiceItem): void;
|
|
22
21
|
selectedFileWasChanged: SimpleEvent<any>;
|
|
23
22
|
fileListWasChanged: SimpleEvent<any>;
|
|
24
23
|
}
|
package/System/FilterLogic.d.ts
CHANGED
|
@@ -22,3 +22,9 @@ export declare function filterSelectedPath<NodeT extends GenModels.IDirectoryIte
|
|
|
22
22
|
* @param predefinedFilter Значение фильтра, которое которое недоступно для очистки в пользовательском интерфейсе.
|
|
23
23
|
*/
|
|
24
24
|
export declare function isFilterInSelectedPath<NodeT extends GenModels.IDirectoryItemData>(selectedPath: NodeT[], predefinedFilter: NodeT): boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Входит ли значение filter в состав selectedPath.
|
|
27
|
+
* @param selectedPath Выбранное значение фильтра.
|
|
28
|
+
* @param predefinedFilter Значение фильтра, которое которое недоступно для очистки в пользовательском интерфейсе.
|
|
29
|
+
*/
|
|
30
|
+
export declare function isFilterPathInSelectedPath<NodeT extends GenModels.IDirectoryItemData>(selectedPath: NodeT[], filter: NodeT[]): boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
1
2
|
import { $StandardControllers } from "@docsvision/webclient/Legacy/StandardControllers";
|
|
2
3
|
import { $StandardServices } from "@docsvision/webclient/StandardServices";
|
|
3
4
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
@@ -8,6 +9,7 @@ import { ICardStateChangingEventArgs } from "@docsvision/webclient/System/ICardS
|
|
|
8
9
|
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
9
10
|
export interface ILayoutSavedEventArgs extends IEventArgs {
|
|
10
11
|
options: SaveCardOptions;
|
|
12
|
+
bindings?: Array<GenModels.BindingsWriteRequest>;
|
|
11
13
|
}
|
|
12
14
|
export interface ILayoutPrepareSavingEventArgs extends IEventArgs {
|
|
13
15
|
options: SaveCardOptions;
|
|
@@ -67,6 +67,11 @@ export declare class InputBasedControlParams<ModelT> extends BaseControlParams {
|
|
|
67
67
|
isEditDialogShown?: boolean;
|
|
68
68
|
/** Флаг, определяющий минимальный текстовый внешний вид элемента управления, подходящий для встраивания в текст. */
|
|
69
69
|
simpleView?: boolean;
|
|
70
|
+
/** Флаг, определяющий, что в режиме edit in place был совершен клик по тексту. */
|
|
71
|
+
clickedLabel?: boolean;
|
|
72
|
+
/** Флаг, определяющий, что в режиме edit in place был совершен клик по иконке, расположенной рядом с текстом. */
|
|
73
|
+
clickedIcon?: boolean;
|
|
74
|
+
displayIcon?: boolean;
|
|
70
75
|
/** Событие возникает при изменении значения элемента управления. @covered */
|
|
71
76
|
dataChanged?: BasicApiEvent<IDataChangedEventArgsEx<ModelT>>;
|
|
72
77
|
/** Событие возникает при открытии модального окна редактирования. @covered */
|
|
@@ -14,6 +14,7 @@ export interface InputBasedControlState<ModelT> extends BaseControlState, InputB
|
|
|
14
14
|
inputFocused: boolean;
|
|
15
15
|
validationMessage: string;
|
|
16
16
|
hadValue: boolean;
|
|
17
|
+
isTooltipDisabled?: boolean;
|
|
17
18
|
}
|
|
18
19
|
/** Базовый класс реализации {@link InputBasedControl}. */
|
|
19
20
|
export declare abstract class InputBasedControlImpl<ModelT, PropsT extends InputBasedControlParams<ModelT>, StateT extends InputBasedControlState<ModelT>> extends BaseControlImpl<PropsT, StateT> {
|
|
@@ -39,6 +40,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
39
40
|
protected onDataChanged(eventArgs: IDataChangedEventArgs): void;
|
|
40
41
|
protected onInPlaceEditOpening(callback?: () => void): Promise<any>;
|
|
41
42
|
protected onInPlaceEditOpened(): void;
|
|
43
|
+
protected isLeftButton(): boolean;
|
|
42
44
|
protected onInPlaceEditClosing(sender: any, args: ICancelableEventArgs<any>): void;
|
|
43
45
|
protected onInPlaceEditClosed(): void;
|
|
44
46
|
validate(params: any): IValidationResult;
|
|
@@ -60,7 +62,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
60
62
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
61
63
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
62
64
|
protected onPlaceholderClick(event: any): void;
|
|
63
|
-
protected onValueClick(
|
|
65
|
+
protected onValueClick(): void;
|
|
64
66
|
protected renderValidationMessage(): JSX.Element;
|
|
65
67
|
protected getInputTitle(): string;
|
|
66
68
|
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
@@ -68,12 +70,12 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
68
70
|
protected editModeRender(): JSX.Element;
|
|
69
71
|
protected getValueTitle(): string;
|
|
70
72
|
protected renderWithText(): JSX.Element;
|
|
71
|
-
protected editInPlaceModeRender():
|
|
73
|
+
protected editInPlaceModeRender(): React.ReactNode;
|
|
72
74
|
protected viewModeRender(): JSX.Element;
|
|
73
75
|
protected simpleViewModeRender(): JSX.Element;
|
|
74
76
|
protected renderSimpleViewLabel(): JSX.Element;
|
|
75
77
|
protected renderSimpleViewValue(): JSX.Element;
|
|
76
|
-
renderControl():
|
|
78
|
+
renderControl(): {};
|
|
77
79
|
protected abstract getTextValue(): string;
|
|
78
80
|
/**
|
|
79
81
|
* При переопределении в производных классах должен рендерить контрол в соответствующий элемент.
|
package/System/Layout.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="webclient-globals" />
|
|
1
2
|
import { $LayoutController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
4
|
import { $StandardControllers } from '@docsvision/webclient/Legacy/StandardControllers';
|
|
@@ -29,7 +29,7 @@ export declare class LayoutManager implements ILayoutManager {
|
|
|
29
29
|
protected layoutCardLayoutPosition: string;
|
|
30
30
|
protected layoutUnloadingEvent: CancelableEvent<ILayout>;
|
|
31
31
|
protected layoutUnloadedEvent: SimpleEvent<ILayout>;
|
|
32
|
-
|
|
32
|
+
pageLeaveConfirmation: PageLeaveConfirmation;
|
|
33
33
|
private internalMainContentChange;
|
|
34
34
|
protected prevConfirmationModal: ModalWindow;
|
|
35
35
|
/** @internal */
|
package/System/LayoutUtils.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { IAsyncControlInfo } from "@docsvision/webclient/System/IAsyncControlInfo";
|
|
2
3
|
export declare function collectControlNames(controls: GenModels.ControlModel[], parentName: string, asyncControlInfos: IAsyncControlInfo[]): void;
|
|
3
4
|
export declare function replaceControls(controls: GenModels.ControlModel[], newControl: GenModels.ControlModel): void;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const NavigationBarChildren: ({
|
|
2
|
+
controlTypeName: string;
|
|
3
|
+
isAsync: any;
|
|
4
|
+
properties: {
|
|
5
|
+
name: string;
|
|
6
|
+
standardCssClass: string;
|
|
7
|
+
click: string;
|
|
8
|
+
mouseOver: string;
|
|
9
|
+
mouseOut: string;
|
|
10
|
+
visibility?: undefined;
|
|
11
|
+
tip?: undefined;
|
|
12
|
+
tabStop?: undefined;
|
|
13
|
+
barcodeSearchButtonMode?: undefined;
|
|
14
|
+
};
|
|
15
|
+
children: any[];
|
|
16
|
+
} | {
|
|
17
|
+
controlTypeName: string;
|
|
18
|
+
isAsync: any;
|
|
19
|
+
properties: {
|
|
20
|
+
name: string;
|
|
21
|
+
visibility: boolean;
|
|
22
|
+
standardCssClass: string;
|
|
23
|
+
tip: string;
|
|
24
|
+
tabStop: boolean;
|
|
25
|
+
barcodeSearchButtonMode: number;
|
|
26
|
+
click: string;
|
|
27
|
+
mouseOver: string;
|
|
28
|
+
mouseOut: string;
|
|
29
|
+
};
|
|
30
|
+
children: any[];
|
|
31
|
+
})[];
|
|
@@ -3,5 +3,7 @@ import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
|
3
3
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
4
4
|
/** Проверяет, что операция редактирования доступна. */
|
|
5
5
|
export declare function editOperationAvailable(store: $EditOperationStore, binding: IBindingResult<any>, control?: LayoutControl): boolean;
|
|
6
|
+
/** Проверяет, что операция редактирования доступна. */
|
|
7
|
+
export declare function editOperationAvailableById(store: $EditOperationStore, editOperation: string, control?: LayoutControl): boolean;
|
|
6
8
|
/** Проверяет, что встроенная операция редактирования доступна. */
|
|
7
9
|
export declare function builtinEditOperationAvailable(store: $EditOperationStore, builtinOperationId: string, control?: LayoutControl): boolean;
|
package/System/Poll.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
3
|
import './Poll.css';
|
|
4
|
-
import {
|
|
4
|
+
import { PollStatus } from '@docsvision/webclient/System/PollService';
|
|
5
5
|
export interface PollProps extends HtmlProps.iframe {
|
|
6
|
-
|
|
6
|
+
updateStatus(status: PollStatus): void;
|
|
7
7
|
}
|
|
8
8
|
export declare const MIN_POLL_TIME = 30;
|
|
9
9
|
/** Контейнер для опроса */
|
package/System/PollService.d.ts
CHANGED
|
@@ -8,18 +8,19 @@ import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
|
8
8
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
9
9
|
import { Store, Event } from "effector";
|
|
10
10
|
import './PollService.css';
|
|
11
|
-
export declare enum
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
export declare enum PollStatus {
|
|
12
|
+
Done = 0,
|
|
13
|
+
Next = 1
|
|
14
14
|
}
|
|
15
15
|
export declare type TPollServices = $ApplicationSettings & $Domain & $LayoutUserSettingsController & $LocalStorage & $Resources & $MessageWindow & $CacheManagement & $DeviceType;
|
|
16
16
|
export declare class PollService implements IPoll {
|
|
17
17
|
private services;
|
|
18
18
|
$URL: Store<string>;
|
|
19
|
-
$
|
|
20
|
-
|
|
19
|
+
$nextPollDate: Store<Date>;
|
|
20
|
+
setNextPollDate: Event<Date>;
|
|
21
21
|
constructor(services: TPollServices);
|
|
22
|
-
|
|
22
|
+
checkNotificationDisplay: () => Promise<void>;
|
|
23
|
+
private updateStatus;
|
|
23
24
|
private take;
|
|
24
25
|
private nextTime;
|
|
25
26
|
private notification;
|
|
File without changes
|
package/System/Router.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare class Router implements IRouter, ILegacyRouter, IRouterNavigation
|
|
|
23
23
|
private get searchPanel();
|
|
24
24
|
private currentRouteInfo;
|
|
25
25
|
private previousRoutePath;
|
|
26
|
-
|
|
26
|
+
currentProcessingRouteInfo: IRouteInfo<any>;
|
|
27
27
|
private currentRouteInfoChangedEvent;
|
|
28
28
|
private routeHandlers;
|
|
29
29
|
private pendingRouteTypeMappers;
|
package/System/StringUtils.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ export declare function capitalizeFirstLetter(str: any): any;
|
|
|
9
9
|
/** Разбивает строку на подстроки, разделяя ее по указанному вхождению. */
|
|
10
10
|
export declare function splitFirstSymbol(str: string, symbol: string): string[];
|
|
11
11
|
export declare function replaceAll(srt: string, search: string, replacement: string): string;
|
|
12
|
+
export interface IToCamelCaseExceptions {
|
|
13
|
+
oldValue: string;
|
|
14
|
+
newValue: string;
|
|
15
|
+
}
|
|
12
16
|
/**
|
|
13
17
|
* Преобразует имена свойств в объекте так, чтобы они начинались с прописной буквы.
|
|
14
18
|
*
|
|
@@ -16,7 +20,7 @@ export declare function replaceAll(srt: string, search: string, replacement: str
|
|
|
16
20
|
*
|
|
17
21
|
* let lowerModel = JSON.parse(str, toCamelCase);
|
|
18
22
|
*/
|
|
19
|
-
export declare function toCamelCase(key: any, value: any): any;
|
|
23
|
+
export declare function toCamelCase(key: any, value: any, exceptions?: IToCamelCaseExceptions[]): any;
|
|
20
24
|
/** Возвращает true, если переданная строка оканчивается на двоеточие. */
|
|
21
25
|
export declare function endsWithColon(str: string): boolean;
|
|
22
26
|
/** Функция предназначенная для сортировки в алфавитном порядке при помощи Array.sort. */
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { TabPageInfo } from "@docsvision/webclient/Platform/TabPageInfo";
|
|
3
|
+
export declare const firstTabContent: GenModels.ControlModel;
|
|
4
|
+
export declare const secondTabContent: GenModels.ControlModel;
|
|
5
|
+
export declare const tabPagesInfoStub: TabPageInfo[];
|
|
6
|
+
export declare const tabPagesStub: {
|
|
7
|
+
controlTypeName: string;
|
|
8
|
+
properties: {
|
|
9
|
+
name: string;
|
|
10
|
+
header: string;
|
|
11
|
+
};
|
|
12
|
+
children: GenModels.ControlModel[];
|
|
13
|
+
}[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IWebFrameContentHeightService } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
2
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
+
import { Store, Event } from 'effector';
|
|
4
|
+
/** @internal Реализация {@link IWebFrameContentHeightService}. */
|
|
5
|
+
export declare class WebFrameContentHeightService implements IWebFrameContentHeightService {
|
|
6
|
+
private services;
|
|
7
|
+
static defaultNavigationBar: number;
|
|
8
|
+
static defaultHeaderContainer: number;
|
|
9
|
+
$navigationBar: Store<number>;
|
|
10
|
+
$headerContainer: Store<number>;
|
|
11
|
+
setNavigationBar: Event<number>;
|
|
12
|
+
setHeaderContainer: Event<number>;
|
|
13
|
+
constructor(services: $Domain);
|
|
14
|
+
}
|