@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
|
@@ -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;
|
|
@@ -2,6 +2,7 @@ import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
|
2
2
|
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
3
3
|
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
4
4
|
import { IFolderPageRouteData } from '@docsvision/webclient/Platform/IFolderPageRouteData';
|
|
5
|
+
import { $ApplicationSettings, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
5
6
|
import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackground";
|
|
6
7
|
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
7
8
|
/** @internal */
|
|
@@ -11,7 +12,7 @@ export declare class FolderWebFrameRouteHandler implements IRouteHandler<IFolder
|
|
|
11
12
|
private layoutContainerName;
|
|
12
13
|
private webFrameContentBackgroundClass;
|
|
13
14
|
private webFrameContentName;
|
|
14
|
-
constructor(services: $LayoutBackground & $LayoutManager);
|
|
15
|
+
constructor(services: $ApplicationSettings & $IsIE & $LayoutBackground & $LayoutManager);
|
|
15
16
|
private routeTypeCheck;
|
|
16
17
|
private filterClasses;
|
|
17
18
|
mountRoute(data: IFolderPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
|
|
@@ -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,
|
|
@@ -8,7 +8,7 @@ export interface IUnreadRowExtendedData extends ExtendedData {
|
|
|
8
8
|
unread: IUnreadRowData;
|
|
9
9
|
}
|
|
10
10
|
export declare const UNREAD_ROW_PLUGIN_ID: string;
|
|
11
|
-
export declare function
|
|
11
|
+
export declare function getUnreadRow(row: IRow): IUnreadRowData;
|
|
12
12
|
export interface IUnreadTableData extends IPluginData {
|
|
13
13
|
folderId: string;
|
|
14
14
|
}
|
|
@@ -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;
|
|
@@ -36,6 +37,9 @@ export declare class NumberImpl extends InputBasedControlImpl<number, NumberPara
|
|
|
36
37
|
getValue(): number;
|
|
37
38
|
protected attachInput(elem: HTMLInputElement): void;
|
|
38
39
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
40
|
+
private saveCard;
|
|
41
|
+
private shouldSaveCardWithEditInPlaceValue;
|
|
42
|
+
private isLayoutViewMode;
|
|
39
43
|
validate(params: any): IValidationResult;
|
|
40
44
|
protected parseStringValue: (value: string, trim: boolean) => number;
|
|
41
45
|
protected processInputValue(): void;
|
|
@@ -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;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
4
|
+
import './QuotesHighlight.css';
|
|
5
|
+
export interface IQuotesHighlightProps extends HtmlProps.span {
|
|
6
|
+
quotesParts: GenModels.QuotePart[];
|
|
7
|
+
}
|
|
8
|
+
export declare function QuotesHighlight(props: IQuotesHighlightProps): JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
+
import './QuotesItem.css';
|
|
4
|
+
import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
|
|
5
|
+
export interface IQuotesItem {
|
|
6
|
+
file: GenModels.FileQuotes;
|
|
7
|
+
resources: {
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
};
|
|
10
|
+
showFilePreview(file: GenModels.FileQuotes): void;
|
|
11
|
+
downloadFile(file: GenModels.FileQuotes): void;
|
|
12
|
+
openFileInExternalEditor(file: GenModels.FileQuotes): void;
|
|
13
|
+
logic: QuotesLogic;
|
|
14
|
+
}
|
|
15
|
+
export declare function QuotesItem({ file, resources, showFilePreview, downloadFile, openFileInExternalEditor, logic }: IQuotesItem): JSX.Element;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { IQuotesProps } from "@docsvision/webclient/Platform/Quotes";
|
|
3
|
+
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
4
|
+
export declare const LIMIT_QUOTES_FILES = 2;
|
|
5
|
+
export declare const LIMIT_QUOTES_FILES_EXPANDED = 5;
|
|
6
|
+
export declare const LIMIT_QUOTES_EXPANDED = 30;
|
|
7
|
+
export declare class QuotesLogic extends ComponentLogic<IQuotesProps> {
|
|
8
|
+
domain:
|
|
9
|
+
import("effector").Domain;
|
|
10
|
+
$fileList:
|
|
11
|
+
import("effector").Store<GenModels.CardQuotes>;
|
|
12
|
+
setFileList:
|
|
13
|
+
import("effector").Event<GenModels.CardQuotes>;
|
|
14
|
+
$moreFilesExpanded:
|
|
15
|
+
import("effector").Store<boolean>;
|
|
16
|
+
setMoreFilesExpanded:
|
|
17
|
+
import("effector").Event<boolean | void>;
|
|
18
|
+
$modalShown:
|
|
19
|
+
import("effector").Store<boolean>;
|
|
20
|
+
setModalShown:
|
|
21
|
+
import("effector").Event<boolean>;
|
|
22
|
+
switchModalShown:
|
|
23
|
+
import("effector").Event<void>;
|
|
24
|
+
$activeFile:
|
|
25
|
+
import("effector").Store<GenModels.FileQuotes>;
|
|
26
|
+
setActiveFile:
|
|
27
|
+
import("effector").Event<GenModels.FileQuotes>;
|
|
28
|
+
limitFiles: number;
|
|
29
|
+
showMoreQuotes:
|
|
30
|
+
import("effector").Event<GenModels.FileQuotes>;
|
|
31
|
+
downloadFile:
|
|
32
|
+
import("effector").Event<GenModels.FileQuotes>;
|
|
33
|
+
showMoreFiles:
|
|
34
|
+
import("effector").Event<void>;
|
|
35
|
+
showFilePreview:
|
|
36
|
+
import("effector").Event<GenModels.FileQuotes>;
|
|
37
|
+
openFileInExternalEditor:
|
|
38
|
+
import("effector").Event<GenModels.FileQuotes>;
|
|
39
|
+
init(): void;
|
|
40
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
+
import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
|
|
4
|
+
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
5
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
6
|
+
import './QuotesModal.css';
|
|
7
|
+
export interface IQuotesModalProps extends HtmlProps.div {
|
|
8
|
+
services: $LocalStorage;
|
|
9
|
+
file: GenModels.FileQuotes;
|
|
10
|
+
resources: Record<string, unknown>;
|
|
11
|
+
logic: QuotesLogic;
|
|
12
|
+
isOpen: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare function QuotesModal(props: IQuotesModalProps): JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './QuotesModalButtonBlock.css';
|
|
3
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
4
|
+
export interface IQuotesModalButtonBlockProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
export declare function QuotesModalButtonBlock(props: IQuotesModalButtonBlockProps): JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
import './QuotesModalQuote.css';
|
|
4
|
+
export interface IQuotesModalQuoteProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
export declare function QuotesModalQuote(props: IQuotesModalQuoteProps): JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { QuotesButtonMore } from "@docsvision/webclient/Platform/QuotesButtonMore";
|
|
2
|
+
import { QuotesInner } from "@docsvision/webclient/Platform/QuotesInner";
|
|
3
|
+
import { QuotesWrapper } from "@docsvision/webclient/Platform/QuotesWrapper";
|
|
4
|
+
import { QuotesItem } from "@docsvision/webclient/Platform/QuotesItem";
|
|
5
|
+
import { QuotesModalQuote } from "@docsvision/webclient/Platform/QuotesModalQuote";
|
|
6
|
+
import { QuotesHighlight } from "@docsvision/webclient/Platform/QuotesHighlight";
|
|
7
|
+
import { QuotesModal } from "@docsvision/webclient/Platform/QuotesModal";
|
|
8
|
+
export declare class QuotesView {
|
|
9
|
+
fileItem: typeof QuotesItem;
|
|
10
|
+
wrapper: typeof QuotesWrapper;
|
|
11
|
+
list: typeof QuotesInner;
|
|
12
|
+
more: typeof QuotesButtonMore;
|
|
13
|
+
modal: typeof QuotesModal;
|
|
14
|
+
modalQuote: typeof QuotesModalQuote;
|
|
15
|
+
light: typeof QuotesHighlight;
|
|
16
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
+
import './QuotesWrapper.css';
|
|
4
|
+
export interface IFileListWrapperProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
export declare function QuotesWrapper(props: IFileListWrapperProps): JSX.Element;
|
|
@@ -21,7 +21,7 @@ export declare class ReadBatchOperationParams extends BaseControlParams {
|
|
|
21
21
|
standardCssClass?: string;
|
|
22
22
|
/** Текст кнопки операции. */
|
|
23
23
|
buttonText?: string;
|
|
24
|
-
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $FolderDataLoading & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController & $RefreshUnreadCounters & $CurrentFolder;
|
|
24
|
+
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $FolderDataLoading & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController & $RefreshUnreadCounters & $CurrentFolder & $FolderDataLoading;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* Класс элемента управления ReadBatchOperation.
|
|
@@ -4,10 +4,12 @@ import { PanelImpl, PanelState } from "@docsvision/webclient/Platform/PanelImpl"
|
|
|
4
4
|
import { $GridOptions, IGridOptions } from '@docsvision/webclient/Platform/$GridOptions';
|
|
5
5
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
6
6
|
import React from "react";
|
|
7
|
+
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
7
8
|
import { $FolderGrid } from '@docsvision/webclient/Platform/$FolderGrid';
|
|
9
|
+
import { $IsIE } from "@docsvision/webclient/StandardServices";
|
|
8
10
|
import { IFolderDataLoader } from '@docsvision/webclient/Platform/IFolderDataLoader';
|
|
9
11
|
export declare const TABLE_BLOCK_SCROLL_CLASS = "table-scroll-block";
|
|
10
|
-
export declare type RecentCardsDashboardWidgetServices = RecentCardsDashboardWidgetParams["services"] & $GridOptions & $FolderGrid;
|
|
12
|
+
export declare type RecentCardsDashboardWidgetServices = RecentCardsDashboardWidgetParams["services"] & $GridOptions & $FolderGrid & $IsIE & $ExperimentalFeature;
|
|
11
13
|
/** @internal */
|
|
12
14
|
export interface RecentCardsDashboardWidgetState extends RecentCardsDashboardWidgetParams, PanelState {
|
|
13
15
|
gridModel: GenModels.CardListViewModel;
|
|
@@ -6,12 +6,13 @@ import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
|
6
6
|
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
7
7
|
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
8
8
|
import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
|
|
9
|
+
import { $IsIE } from '@docsvision/webclient/StandardServices';
|
|
9
10
|
/** @internal */
|
|
10
11
|
export declare class RecentCardsRouteHandler implements IRouteHandler<IRecentCardsRouteData> {
|
|
11
12
|
private services;
|
|
12
13
|
private gridLocationName;
|
|
13
14
|
name: string;
|
|
14
|
-
constructor(services: $GridController & $LayoutManager & $ExperimentalFeature);
|
|
15
|
+
constructor(services: $GridController & $LayoutManager & $ExperimentalFeature & $IsIE);
|
|
15
16
|
protected getGridModelLoader: () => IFolderDataLoader;
|
|
16
17
|
loadRouteData(knownRouteData: Partial<IRecentCardsRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
|
|
17
18
|
mountRoute(data: IRecentCardsRouteData, routeType: RouteType): Promise<RouteHandleResult>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export interface IScrollTopBottomButtonsProps {
|
|
3
3
|
isVisible: boolean;
|
|
4
|
+
downClickDisabled: boolean;
|
|
4
5
|
onUpClick: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
5
6
|
onDownClick: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
6
7
|
onMouseOver: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
@@ -11,6 +11,8 @@ import("effector").Store<number>;
|
|
|
11
11
|
$lastScrollTime:
|
|
12
12
|
import("effector").Store<number>;
|
|
13
13
|
$visibility:
|
|
14
|
+
import("effector").Store<boolean>;
|
|
15
|
+
$downClickDisabled:
|
|
14
16
|
import("effector").Store<boolean>;
|
|
15
17
|
$mouseOverOutFlag:
|
|
16
18
|
import("effector").Store<boolean>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IFolderPluginFactory } from "@docsvision/webclient/Platform/IFolderPluginFactory";
|
|
2
|
-
import { ICommonFolderInfo } from
|
|
3
|
-
import { $CurrentLocation } from
|
|
4
|
-
import { $ApplicationSettings, $DeviceType } from
|
|
5
|
-
import { $CardController } from
|
|
6
|
-
import { $UnreadCounter } from
|
|
2
|
+
import { ICommonFolderInfo } from "@docsvision/webclient/Platform/ICommonFolderInfo";
|
|
3
|
+
import { $CurrentLocation } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
5
|
+
import { $CardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
6
|
+
import { $UnreadCounter } from "@docsvision/webclient/Platform/$UnreadCounter";
|
|
7
7
|
import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
|
|
8
8
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
9
9
|
import { ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
import './SearchTextInput.css';
|
|
4
4
|
export interface ISearchTextInputProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "
|
|
6
|
+
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "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>>;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { $StaffDirectoryItemsServices } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
2
|
-
import { $SecurityController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
|
+
import { $LayoutRowController, $LayoutStaffController, $SecurityController, $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
4
|
import { ModalHost } from '@docsvision/webclient/Helpers/ModalHost';
|
|
5
|
+
import { AccessInheritanceButtons } from '@docsvision/webclient/Platform/AccessInheritanceButtons';
|
|
5
6
|
import { showDisableInheritanceModeSelectDialog } from '@docsvision/webclient/Platform/DisableInheritanceModeSelectDialog';
|
|
6
7
|
import { ColumnWidthOptions } from '@docsvision/webclient/Platform/ColumnWidthOptions';
|
|
7
8
|
import { SecurityDescriptorDialogLogic } from '@docsvision/webclient/Platform/SecurityDescriptorDialogLogic';
|
|
8
9
|
import { $CurrentEmployeeId, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
10
|
+
import { $CardInfo, $EditOperationStore, $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
|
|
11
|
+
import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
|
|
12
|
+
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
9
13
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
10
14
|
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
11
15
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
@@ -17,17 +21,16 @@ export interface SecurityDescriptorDialogProps extends IComponentProps<SecurityD
|
|
|
17
21
|
canEdit?: boolean;
|
|
18
22
|
isOpen: boolean;
|
|
19
23
|
onClose: () => void;
|
|
20
|
-
services: $SecurityDescriptorDialogServices;
|
|
24
|
+
services: $SecurityDescriptorDialogServices & $LayoutInfo & $EditOperationStore & $StaffDirectoryItemsController & $CardInfo & Partial<$LabelWidth> & Partial<$LocalStorage> & $LayoutStaffController & $LayoutRowController & $LayoutManager;
|
|
21
25
|
}
|
|
22
26
|
export declare class SecurityDescriptorDialogView {
|
|
23
27
|
frame: (props:
|
|
24
28
|
import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
|
|
25
29
|
table: (props:
|
|
26
|
-
import("C:/
|
|
30
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
|
|
27
31
|
tableHead: (props:
|
|
28
32
|
import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
|
|
29
|
-
inheritanceButtons:
|
|
30
|
-
import("./components/AcesssInheritanceButtons").AcesssInheritanceButtonsProps) => JSX.Element;
|
|
33
|
+
inheritanceButtons: typeof AccessInheritanceButtons;
|
|
31
34
|
aclRow: (props:
|
|
32
35
|
import("./components/AccessListEntryRow").AccessListEntryRowProps) => JSX.Element;
|
|
33
36
|
aclRowTrustee: (props:
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
1
|
+
import { $GridController, $LayoutUserSettingsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
2
|
import { $SaveColumns } from "@docsvision/webclient/Platform/$SaveColumns";
|
|
3
|
+
import { $FolderHelp } from "@docsvision/webclient/Platform/$FolderHelp";
|
|
4
|
+
import { $CacheManagement } from "@docsvision/webclient/Platform/$CacheManagement";
|
|
3
5
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
4
6
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
5
7
|
import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
|
|
6
|
-
import { $
|
|
8
|
+
import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
|
|
9
|
+
import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
|
|
10
|
+
import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
7
11
|
import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
|
|
8
12
|
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
9
13
|
import { $ResizeColumn } from "@docsvision/web/components/table/plugins/resize-column";
|
|
10
14
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
11
15
|
import { IComposition } from "@docsvision/web/core/composition";
|
|
12
|
-
export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType;
|
|
16
|
+
export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType & $FolderInfo & $WebFrameSearchPanel & $FolderHelp & $ApplicationSettings & $LayoutUserSettingsController & $CacheManagement;
|
|
13
17
|
export declare const SettingsPlugin: {
|
|
14
18
|
name: string;
|
|
15
19
|
iconClass: string;
|
|
@@ -2,5 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import './SettingsPopupCheckBoxContainer.css';
|
|
3
3
|
export interface ISettingsPopupCheckBoxContainer extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
4
|
checkBox: () => React.ReactNode;
|
|
5
|
+
draggable: boolean;
|
|
5
6
|
}
|
|
6
7
|
export declare const SettingsPopupCheckBoxContainer: (props: ISettingsPopupCheckBoxContainer) => JSX.Element;
|