@docsvision/webclient 5.17.0-beta.14 → 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/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 +1 -0
- 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/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 +29 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
- 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/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/NumeratorImpl.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- 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/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- 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/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
- package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
- 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/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- 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/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- 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/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/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- 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/DateTimePickerImpl.d.ts +1 -0
- 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 +1 -1
- 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/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/IAggregates.d.ts +10 -4
- 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 +2 -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/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 +3 -3
- 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/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/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/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +4 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- 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/InputBasedControlImpl.d.ts +1 -0
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/StringUtils.d.ts +5 -1
- 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
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** cspell:disable */
|
|
2
|
+
export declare const CardQuotesData: {
|
|
3
|
+
cardId: string;
|
|
4
|
+
hasMore: boolean;
|
|
5
|
+
files: {
|
|
6
|
+
fileId: string;
|
|
7
|
+
ownerCardId: string;
|
|
8
|
+
fileName: string;
|
|
9
|
+
fileExtension: string;
|
|
10
|
+
link: string;
|
|
11
|
+
quotes: {
|
|
12
|
+
parts: {
|
|
13
|
+
text: string;
|
|
14
|
+
isMarked: boolean;
|
|
15
|
+
}[];
|
|
16
|
+
}[];
|
|
17
|
+
hasMore: boolean;
|
|
18
|
+
}[];
|
|
19
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
4
|
+
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
5
|
+
import { $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
6
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
7
|
+
import { CertificateSettingsLogic, ICertificateSettingsLogicOptions } from "@docsvision/webclient/Platform/CertificateSettingsLogic";
|
|
8
|
+
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
9
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
10
|
+
import { BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
11
|
+
import { CertificateSettingsView } from "@docsvision/webclient/Platform/CertificateSettingsView";
|
|
12
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
13
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
14
|
+
export declare class CertificateSettingsParams extends BaseControlParams {
|
|
15
|
+
/** Стандартный CSS класс со стилями элемента управления. */
|
|
16
|
+
standardCssClass?: string;
|
|
17
|
+
services?: $SignatureMethodsController & $CryptoPro & $ApplicationSettings & $CloudSignature & $SignatureController & $MessageBox & $Layout & Optional<$CertificateSettingsOptions>;
|
|
18
|
+
}
|
|
19
|
+
/** Сервис для переопределения реализации CertificateSettings */
|
|
20
|
+
export interface ICertificateSettingsOptions {
|
|
21
|
+
getCertificateSettingsView(params: CertificateSettingsParams): CertificateSettingsView;
|
|
22
|
+
getCertificateSettingsLogic(params: CertificateSettingsParams): CertificateSettingsLogic;
|
|
23
|
+
}
|
|
24
|
+
export declare type $CertificateSettingsOptions = {
|
|
25
|
+
certificateSettingsOptions: ICertificateSettingsOptions;
|
|
26
|
+
};
|
|
27
|
+
export declare const $CertificateSettingsOptions: string | ((model?: $CertificateSettingsOptions) => ICertificateSettingsOptions);
|
|
28
|
+
export interface CertificateSettingsState extends BaseControlImplState, CertificateSettingsParams, ICertificateSettingsLogicOptions {
|
|
29
|
+
logic: CertificateSettingsLogic;
|
|
30
|
+
view: CertificateSettingsView;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Класс элемента управления Настройки сертификата в профиле.
|
|
34
|
+
*/
|
|
35
|
+
export declare class CertificateSettings extends BaseControl<CertificateSettingsParams, CertificateSettingsState> {
|
|
36
|
+
construct(): void;
|
|
37
|
+
protected createParams(): CertificateSettingsParams;
|
|
38
|
+
protected createImpl(): ControlImpl;
|
|
39
|
+
renderControl(): JSX.Element;
|
|
40
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CertificateSettingsParams } from "@docsvision/webclient/Platform/CertificateSettings";
|
|
3
|
+
import { CertificateSettingsLogic } from "@docsvision/webclient/Platform/CertificateSettingsLogic";
|
|
4
|
+
import { CertificateSettingsView } from "@docsvision/webclient/Platform/CertificateSettingsView";
|
|
5
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
6
|
+
export interface ICertificateSettingsContainerProps extends CertificateSettingsParams, HtmlProps.div {
|
|
7
|
+
logic: CertificateSettingsLogic;
|
|
8
|
+
view: CertificateSettingsView;
|
|
9
|
+
}
|
|
10
|
+
export declare const CertificateSettingsContainer: (props: ICertificateSettingsContainerProps) => JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { CertificateSettingsParams } from "@docsvision/webclient/Platform/CertificateSettings";
|
|
3
|
+
import { ILayoutSavedEventArgs } from "@docsvision/webclient/System/ILayoutParams";
|
|
4
|
+
import { BasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
|
|
5
|
+
import { ICancelableEventArgs } from "@docsvision/webclient/System/ICancelableEventArgs";
|
|
6
|
+
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
7
|
+
export interface ICertificateSettingsLogicOptions extends CertificateSettingsParams {
|
|
8
|
+
}
|
|
9
|
+
export declare class CertificateSettingsLogic extends ComponentLogic<ICertificateSettingsLogicOptions> {
|
|
10
|
+
domain:
|
|
11
|
+
import("effector").Domain;
|
|
12
|
+
loadSettings:
|
|
13
|
+
import("effector").Effect<void, GenModels.SignatureMethodSettings, Error>;
|
|
14
|
+
saveSettings:
|
|
15
|
+
import("effector").Effect<void, void, Error>;
|
|
16
|
+
$settings:
|
|
17
|
+
import("effector").Store<GenModels.SignatureMethodSettings>;
|
|
18
|
+
$settingsUpdated:
|
|
19
|
+
import("effector").Store<GenModels.SignatureMethodSettings>;
|
|
20
|
+
setSettings:
|
|
21
|
+
import("effector").Event<GenModels.SignatureMethodSettings>;
|
|
22
|
+
saveSettingsHandler: BasicEventHandler<ICancelableEventArgs<ILayoutSavedEventArgs>>;
|
|
23
|
+
init(options: ICertificateSettingsLogicOptions): void;
|
|
24
|
+
}
|
|
@@ -49,6 +49,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
49
49
|
constructor(props: DateTimePickerParams, state: DateTimePickerState);
|
|
50
50
|
componentDidMount(): Promise<void>;
|
|
51
51
|
getColor: () => "#7BB652" | "rgba(0, 149, 218, 0.8)" | "#3B4C60" | "#0095da" | "#7bb652";
|
|
52
|
+
protected setDefaultCurrentDate(): void;
|
|
52
53
|
protected initializeCultureSettings(): void;
|
|
53
54
|
protected setEditInPlaceWidth(element: Element): void;
|
|
54
55
|
protected getMask(date: string): string;
|
|
@@ -12,12 +12,13 @@ import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
|
12
12
|
import { $RequestManager } from '@docsvision/webclient/System/$RequestManager';
|
|
13
13
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
14
14
|
import { $CardDataController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
15
|
+
import { $BatchOperationsProgressDialog } from '@docsvision/webclient/Platform/$BatchOperationsProgressDialog';
|
|
15
16
|
export declare class DownloadFilesBatchOperationParams extends BaseControlParams {
|
|
16
17
|
standardCssClass?: string;
|
|
17
18
|
buttonText?: string;
|
|
18
19
|
downloadDocumentFileMode?: DownloadDocumentFileMode;
|
|
19
20
|
folders?: string[];
|
|
20
|
-
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $Folders & $FileDownload & $RequestManager & $UrlResolver & $CardDataController;
|
|
21
|
+
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $Folders & $FileDownload & $RequestManager & $UrlResolver & $CardDataController & $BatchOperationsProgressDialog;
|
|
21
22
|
includeMainFiles?: boolean;
|
|
22
23
|
includeAdditionalFiles?: boolean;
|
|
23
24
|
downloadFilesWithSignature?: boolean;
|
|
@@ -13,6 +13,7 @@ export interface DropdownState extends DropdownParams, InputBasedControlState<st
|
|
|
13
13
|
binding: IBindingResult<string>;
|
|
14
14
|
onMouseDownEvent: boolean;
|
|
15
15
|
passedValidation?: boolean;
|
|
16
|
+
isTooltipDisabled?: boolean;
|
|
16
17
|
}
|
|
17
18
|
/** @internal */
|
|
18
19
|
export declare type DropdownImplState = DropdownState;
|
|
@@ -60,8 +61,9 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
|
|
|
60
61
|
protected isNotSameDropdown: (target: HTMLElement) => boolean;
|
|
61
62
|
protected getCssClass(): string;
|
|
62
63
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
63
|
-
protected onMouseDown(): void;
|
|
64
|
+
protected onMouseDown(event?: React.MouseEvent): void;
|
|
64
65
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
66
|
+
protected onValueClick(): void;
|
|
65
67
|
validate(params: any): IValidationResult;
|
|
66
68
|
/**
|
|
67
69
|
* При фокусе элемента списка
|
|
@@ -8,8 +8,7 @@ import { $CacheManagement } from '@docsvision/webclient/Platform/$CacheManagemen
|
|
|
8
8
|
export declare class EmployeeStatusService implements IEmployeeStatusService {
|
|
9
9
|
private services;
|
|
10
10
|
private employeeCache;
|
|
11
|
-
private
|
|
12
|
-
private employeeDisplayNameRequests;
|
|
11
|
+
private employeeStatusModelRequests;
|
|
13
12
|
/**
|
|
14
13
|
* Временной интервал от загрузки страницы, через который посылается запрос на обновление информации о статусе пользователя.
|
|
15
14
|
*
|
|
@@ -24,13 +23,14 @@ export declare class EmployeeStatusService implements IEmployeeStatusService {
|
|
|
24
23
|
setEmployeeDisplayName(employeeId: string, displayName: string): Promise<void>;
|
|
25
24
|
getCurrentEmployeeStatusUnobtrusively(): Promise<GenModels.StaffEmployeeStatus>;
|
|
26
25
|
getCurrentEmployeeDisplayNameUnobtrusively(): Promise<string>;
|
|
26
|
+
getCurrentEmployeeStatusModelUnobtrusively(): Promise<GenModels.EmployeeStatusModel>;
|
|
27
27
|
/** Выполняет запрос на обновление статуса сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
28
28
|
getEmployeeStatusUnobtrusively(employeeId: string): Promise<GenModels.StaffEmployeeStatus>;
|
|
29
29
|
/** Выполняет запрос на обновление имени сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
30
30
|
getEmployeeDisplayNameUnobtrusively(employeeId: string): Promise<string>;
|
|
31
31
|
resetCache(employeeId?: string): void;
|
|
32
|
+
/** Выполняет запрос на обновление статуса сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
33
|
+
getEmployeeStatusModelUnobtrusively(employeeId: string): Promise<GenModels.EmployeeStatusModel>;
|
|
32
34
|
private getEmployeeStatus;
|
|
33
|
-
private getEmployeeDisplayName;
|
|
34
35
|
private requestEmployeeStatus;
|
|
35
|
-
private requestEmployeeDisplayName;
|
|
36
36
|
}
|
package/Platform/Favorite.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare class Favorite extends BaseControl<FavoriteParams, FavoriteState>
|
|
|
16
16
|
protected set binding(binding: IBindingResult<boolean>);
|
|
17
17
|
createParams(): FavoriteParams;
|
|
18
18
|
createImpl(): ControlImpl;
|
|
19
|
+
private getHint;
|
|
19
20
|
renderControl(): JSX.Element;
|
|
20
21
|
private onClick;
|
|
21
22
|
private addRemoveFavoriteCard;
|
package/Platform/FilePicker.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { $FilePickerUpload } from '@docsvision/webclient/Platform/IFilePickerUpl
|
|
|
10
10
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
11
11
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
12
12
|
import { IDataChangedEventArgsEx } from '@docsvision/webclient/System/IDataChangedEventArgs';
|
|
13
|
-
import { $CardId, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
13
|
+
import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
14
14
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
15
15
|
import { EditMode } from '@docsvision/webclient/System/EditMode';
|
|
16
16
|
import { BasicApiEvent, CancelableApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
@@ -108,7 +108,7 @@ export declare class FilePickerParams extends BaseControlParams {
|
|
|
108
108
|
fileVersionsLoaded?: BasicApiEvent<IEventArgs>;
|
|
109
109
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
110
110
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
111
|
-
services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $RealtimeCommunicationService & $FilePreviewServices;
|
|
111
|
+
services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $RealtimeCommunicationService & $FilePreviewServices & $LayoutInfo;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Класс элемента управления Файл.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseControlParams, BaseControl } from '@docsvision/webclient/System/BaseControl';
|
|
2
2
|
import { FilePreviewState, FilePreviewImpl } from '@docsvision/webclient/Platform/FilePreviewImpl';
|
|
3
3
|
import { $RequestManager } from '@docsvision/webclient/System/$RequestManager';
|
|
4
|
-
import { $CardInfo, $CardId
|
|
4
|
+
import { $CardInfo, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
5
5
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
6
6
|
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
7
7
|
import { CancelableApiEvent, BasicApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
@@ -25,7 +25,7 @@ import { BodyContainerProvider } from '@docsvision/webclient/Helpers/BodyContain
|
|
|
25
25
|
import React from 'react';
|
|
26
26
|
import { $FilePreview } from '@docsvision/webclient/Platform/$FilePreview';
|
|
27
27
|
import { Optional } from '@docsvision/web/core/services';
|
|
28
|
-
export declare type $FilePreviewServices = $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutFileController & $CardId & $FileService & $Layout & $
|
|
28
|
+
export declare type $FilePreviewServices = $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutFileController & $CardId & $FileService & $Layout & $DeviceType & Optional<$FilePreview>;
|
|
29
29
|
export declare class FilePreviewParams extends BaseControlParams {
|
|
30
30
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
31
31
|
standardCssClass?: string;
|
|
@@ -98,5 +98,6 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
98
98
|
};
|
|
99
99
|
onCurrentFileChange: (selectedElement: IComboBoxElement) => Promise<void>;
|
|
100
100
|
filePreviewDialog: () => JSX.Element;
|
|
101
|
+
private getFileId;
|
|
101
102
|
protected renderControl(): JSX.Element;
|
|
102
103
|
}
|
package/Platform/FolderGrid.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
|
|
|
12
12
|
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
13
13
|
import './FolderGrid.css';
|
|
14
14
|
import { ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
15
|
-
import { $BatchOperationServices } from '@docsvision/webclient/BackOffice/
|
|
15
|
+
import { $BatchOperationServices } from '@docsvision/webclient/BackOffice/DelegateBatchOperation';
|
|
16
16
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
17
17
|
import { $CheckboxService } from '@docsvision/web/components/table/plugins/checkbox';
|
|
18
18
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $FolderHelp } from '@docsvision/webclient/Platform/$FolderHelp';
|
|
3
|
+
import { $DeviceType, $Locale } from '@docsvision/webclient/StandardServices';
|
|
4
|
+
export interface IFolderHelpButton {
|
|
5
|
+
services: $FolderHelp & $DeviceType & $Locale;
|
|
6
|
+
}
|
|
7
|
+
export declare function FolderHelpButton(props: IFolderHelpButton): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $Locale } from '@docsvision/webclient/StandardServices';
|
|
3
|
+
import './FolderHelpDialog.css';
|
|
4
|
+
export interface IFolderHelpDialogProps {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
closeModal(): void;
|
|
7
|
+
services: $Locale;
|
|
8
|
+
}
|
|
9
|
+
export declare function FolderHelpDialog(props: IFolderHelpDialogProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
+
import { $FolderHelp } from './$FolderHelp';
|
|
3
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
4
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
+
import { $ApplicationSettings, $DeviceType, $Locale } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
export declare const HelpFeature = "HelpFeature";
|
|
7
|
+
export declare const FolderHelpServiceProvider: TablePlugins.ServiceProvider<$FolderHelp & $Domain & $TableData & $ApplicationSettings>;
|
|
8
|
+
export declare const FolderHelpPlugin: TablePlugins.Toolbar.Component<$FolderHelp & $DeviceType & $Locale>;
|
|
9
|
+
export declare const FolderHelpPlugins: ITablePlugins;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IFolderHelp } from '@docsvision/webclient/Platform/$FolderHelp';
|
|
2
|
+
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
3
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
4
|
+
import { $Domain } from '@docsvision/web/core/state-management/$Domain';
|
|
5
|
+
import { Store, Event } from 'effector';
|
|
6
|
+
export declare class FolderHelpService implements IFolderHelp {
|
|
7
|
+
$visible: Store<boolean>;
|
|
8
|
+
setVisible: Event<boolean>;
|
|
9
|
+
constructor(services: $Domain & $TableData & $ApplicationSettings);
|
|
10
|
+
}
|
|
@@ -3,7 +3,7 @@ import { BaseNavigationMainMenuItemImpl, BaseNavigationMainMenuItemState } from
|
|
|
3
3
|
import { FolderMainMenuItemParams } from "@docsvision/webclient/Platform/FolderMainMenuItem";
|
|
4
4
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
5
5
|
import React from "react";
|
|
6
|
-
import { FolderManagementOperationType } from "@docsvision/webclient/Platform/
|
|
6
|
+
import { FolderManagementOperationType } from "@docsvision/webclient/Platform/FolderManagementData";
|
|
7
7
|
/** @internal */
|
|
8
8
|
export interface FolderMainMenuItemState extends FolderMainMenuItemParams, BaseNavigationMainMenuItemState {
|
|
9
9
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { FolderManagementOperationType } from '@docsvision/webclient/Platform/
|
|
2
|
+
import { FolderManagementOperationType } from '@docsvision/webclient/Platform/FolderManagementData';
|
|
3
3
|
export declare type FolderManagementAdaptiveMenuProps = {
|
|
4
4
|
visible?: boolean;
|
|
5
5
|
tabIndex?: number;
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckBox } from '@docsvision/webclient/Platform/CheckBox';
|
|
2
2
|
import { FolderTypeItems } from '@docsvision/webclient/Platform/FolderTypeItems';
|
|
3
3
|
import { FolderViewItems } from '@docsvision/webclient/Platform/FolderViewItems';
|
|
4
|
-
import { FolderManagementOperationType, FolderManagementDialogData, FolderManagementDialogDataInfo } from '@docsvision/webclient/Platform/
|
|
4
|
+
import { FolderManagementOperationType, FolderManagementDialogData, FolderManagementDialogDataInfo } from '@docsvision/webclient/Platform/FolderManagementData';
|
|
5
5
|
import { TextBox } from '@docsvision/webclient/Platform/TextBox';
|
|
6
6
|
import { Layout } from '@docsvision/webclient/System/Layout';
|
|
7
7
|
import { Ref } from 'react';
|
package/Platform/FolderName.d.ts
CHANGED
|
@@ -2,13 +2,14 @@ import { FolderNameState, FolderNameImpl } from '@docsvision/webclient/Platform/
|
|
|
2
2
|
import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
3
3
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
4
4
|
import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
|
|
5
|
+
import { $ApplicationSettings, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
5
6
|
/**
|
|
6
7
|
* Содержит публичные свойства элемента управления [Название папки]{@link FolderName}.
|
|
7
8
|
*/
|
|
8
9
|
export declare class FolderNameParams extends BaseControlParams {
|
|
9
10
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
10
11
|
standardCssClass?: string;
|
|
11
|
-
services?: $FolderDataLoading & $FolderInfo;
|
|
12
|
+
services?: $FolderDataLoading & $FolderInfo & $ApplicationSettings & $IsIE;
|
|
12
13
|
}
|
|
13
14
|
/**
|
|
14
15
|
* Элемента управления Название папки.
|
|
@@ -8,6 +8,7 @@ export interface FolderNameState extends FolderNameParams, BaseControlState {
|
|
|
8
8
|
/** @internal */
|
|
9
9
|
export declare class FolderNameImpl extends BaseControlImpl<FolderNameParams, FolderNameState> {
|
|
10
10
|
constructor(props: FolderNameParams, state: FolderNameState);
|
|
11
|
+
protected getCssClass(): string;
|
|
11
12
|
private get searchText();
|
|
12
13
|
renderControl(): JSX.Element;
|
|
13
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
-
import { FolderManagementDialogData, FolderManagementOperationType } from "@docsvision/webclient/Platform/
|
|
2
|
+
import { FolderManagementDialogData, FolderManagementOperationType } from "@docsvision/webclient/Platform/FolderManagementData";
|
|
3
3
|
import { Layout } from "@docsvision/webclient/System/Layout";
|
|
4
4
|
import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
|
|
5
5
|
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
@@ -85,9 +85,9 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
85
85
|
style?: React.CSSProperties;
|
|
86
86
|
tabIndex?: number;
|
|
87
87
|
title?: string;
|
|
88
|
-
translate?: "
|
|
88
|
+
translate?: "no" | "yes";
|
|
89
89
|
radioGroup?: string;
|
|
90
|
-
role?:
|
|
90
|
+
role?: string;
|
|
91
91
|
about?: string;
|
|
92
92
|
datatype?: string;
|
|
93
93
|
inlist?: any;
|
|
@@ -108,7 +108,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
108
108
|
results?: number;
|
|
109
109
|
security?: string;
|
|
110
110
|
unselectable?: "on" | "off";
|
|
111
|
-
inputMode?: "text" | "none" | "
|
|
111
|
+
inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
112
112
|
is?: string;
|
|
113
113
|
'aria-activedescendant'?: string;
|
|
114
114
|
'aria-atomic'?: boolean | "true" | "false";
|
|
@@ -119,7 +119,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
119
119
|
'aria-colindex'?: number;
|
|
120
120
|
'aria-colspan'?: number;
|
|
121
121
|
'aria-controls'?: string;
|
|
122
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "
|
|
122
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
123
123
|
'aria-describedby'?: string;
|
|
124
124
|
'aria-details'?: string;
|
|
125
125
|
'aria-disabled'?: boolean | "true" | "false";
|
|
@@ -128,7 +128,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
128
128
|
'aria-expanded'?: boolean | "true" | "false";
|
|
129
129
|
'aria-flowto'?: string;
|
|
130
130
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
131
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
131
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid";
|
|
132
132
|
'aria-hidden'?: boolean | "true" | "false";
|
|
133
133
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
134
134
|
'aria-keyshortcuts'?: string;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
2
|
export interface IAggregatesState {
|
|
3
3
|
loading: boolean;
|
|
4
|
+
/** Имеются выбранные пользователем значения, которые необходимо применить вручную нажатием кнопки. */
|
|
5
|
+
waitingCommandToLoad?: boolean;
|
|
4
6
|
}
|
|
5
7
|
export interface IAggregate extends GenModels.GridAggregateModel {
|
|
6
8
|
/** Развернуты ли значения агрегации следующего уровня */
|
|
7
9
|
expanded?: boolean;
|
|
8
10
|
}
|
|
9
|
-
export interface IAggregatesServiceOptions {
|
|
10
|
-
enabled: boolean;
|
|
11
|
-
}
|
|
12
11
|
export interface ISelectItemData {
|
|
13
12
|
item: GenModels.GridAggregateValue;
|
|
14
13
|
value: boolean;
|
|
@@ -16,8 +15,14 @@ export interface ISelectItemData {
|
|
|
16
15
|
export interface AggregateItem extends GenModels.GridAggregateValue {
|
|
17
16
|
aggregationAlias: string;
|
|
18
17
|
}
|
|
19
|
-
export interface
|
|
18
|
+
export interface IAggregatesServiceOptions {
|
|
20
19
|
enabled: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Таймаут в милисекундах, после которого выбранные значения применяются.
|
|
22
|
+
*/
|
|
23
|
+
applyTimeout?: number;
|
|
24
|
+
/** Значение true (по умолчанию) отключает автоматическое применение, отображая кнопку для применения вручную. */
|
|
25
|
+
applyButton?: boolean;
|
|
21
26
|
}
|
|
22
27
|
export interface GridAggregatesRequest {
|
|
23
28
|
folderId: string;
|
|
@@ -26,6 +31,7 @@ export interface GridAggregatesRequest {
|
|
|
26
31
|
}
|
|
27
32
|
export interface ILoadItemsOptions {
|
|
28
33
|
dropFilters?: boolean;
|
|
34
|
+
loadSelection?: boolean;
|
|
29
35
|
}
|
|
30
36
|
export declare enum AggregatesItemType {
|
|
31
37
|
CheckBox = 0,
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
import './ListCheckbox.css';
|
|
4
4
|
export interface IListCheckboxProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "
|
|
6
|
+
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "id" | "lang" | "max" | "min" | "type" | "role" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
package/Platform/ListInput.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export interface IListInputProps extends HtmlProps.div {
|
|
|
6
6
|
isScrollable: boolean;
|
|
7
7
|
isDate: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "
|
|
9
|
+
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
|
|
|
12
12
|
cancel: () => void;
|
|
13
13
|
DialogBox:
|
|
14
14
|
import("styled-components").StyledComponent<(props:
|
|
15
|
-
import("C:/
|
|
15
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
16
16
|
LoadingSpan:
|
|
17
17
|
import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
18
18
|
render(): JSX.Element;
|
package/Platform/Number.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ export declare class NumberParams extends InputBasedControlParams<number> {
|
|
|
12
12
|
standardCssClass?: string;
|
|
13
13
|
/** Количество символов в дробной части. Если значение = NumberImpl.INFINITY_FRACTION_DIGITS, то можно писать сколько угодно чисел после запятой. */
|
|
14
14
|
fractionDigits?: number;
|
|
15
|
+
/** Использовать разделитель групп разрядов */
|
|
16
|
+
digitSeparators?: boolean;
|
|
15
17
|
/** Флаг, показывающий, может ли число быть отрицательным */
|
|
16
18
|
negativeFlag?: boolean;
|
|
17
19
|
/** Максимально допустимое число вводимых символов */
|
package/Platform/NumberImpl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NumberParams } from "@docsvision/webclient/Platform/Number";
|
|
2
|
-
import "@docsvision/webclient/Platform/
|
|
2
|
+
import "@docsvision/webclient/Platform/toLocaleStringPolyfill";
|
|
3
3
|
import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
|
|
4
4
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
5
5
|
import { IValidationResult } from '@docsvision/webclient/System/IValidationResult';
|
|
@@ -8,6 +8,7 @@ import React from "react";
|
|
|
8
8
|
/** @internal */
|
|
9
9
|
export interface NumberState extends NumberParams, InputBasedControlState<number> {
|
|
10
10
|
binding: IBindingResult<number>;
|
|
11
|
+
isBlur: boolean;
|
|
11
12
|
}
|
|
12
13
|
/** @internal */
|
|
13
14
|
export declare type NumberImplState = NumberState;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IComposition } from '@docsvision/web/core/composition';
|
|
3
|
+
import './Quotes.css';
|
|
4
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
|
+
import { $LayoutFileController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
6
|
+
import { IComponentProps } from '@docsvision/web/core/component';
|
|
7
|
+
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
8
|
+
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
9
|
+
import { ICellData } from '@docsvision/web/components/table/interfaces';
|
|
10
|
+
import { $FilePreview } from '@docsvision/webclient/Platform/$FilePreview';
|
|
11
|
+
import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview';
|
|
12
|
+
export interface IQuotesProps extends IComponentProps {
|
|
13
|
+
composition: IComposition<"TableCell", ICellData, $LayoutFileController & $LocalStorage & $FileDownload & $FilePreview & $FilePreviewServices>;
|
|
14
|
+
resources: Record<string, unknown>;
|
|
15
|
+
quotes: GenModels.CardQuotes;
|
|
16
|
+
services: $LayoutFileController & $LocalStorage;
|
|
17
|
+
}
|
|
18
|
+
export declare function Quotes(props: IQuotesProps): JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
+
import './QuotesButtonMore.css';
|
|
4
|
+
export interface IQuotesButtonMoreProps extends HtmlProps.button {
|
|
5
|
+
}
|
|
6
|
+
export declare function QuotesButtonMore(props: IQuotesButtonMoreProps): JSX.Element;
|