@docsvision/webclient 5.16.1 → 5.17.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementHistoryImpl.d.ts +2 -0
- package/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListImpl.d.ts +3 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/Address.d.ts +3 -2
- package/BackOffice/CardKind.d.ts +3 -2
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ColumnSettingsDialog.d.ts +2 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CreateWindow.d.ts +2 -1
- package/BackOffice/Department.d.ts +3 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +2 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +3 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EditTaskDescription.d.ts +2 -1
- package/BackOffice/EditTaskDescriptionDialog.d.ts +2 -0
- package/BackOffice/EditTaskDuration.d.ts +2 -2
- package/BackOffice/EditTaskDurationDialog.d.ts +2 -1
- package/BackOffice/EditWindow.d.ts +2 -1
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +12 -4
- package/BackOffice/FileRenamingDialog.d.ts +2 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +4 -3
- package/BackOffice/PartnerBaseImpl.d.ts +2 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +5 -4
- package/BackOffice/PartnerSelectDialog.d.ts +8 -1
- package/BackOffice/PartnerTypeaheadVariant.d.ts +3 -2
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +4 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/Tasks.d.ts +2 -1
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +12 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +3 -1
- package/BackOffice/TasksTreeImpl.d.ts +3 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -1
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +113 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +358 -33
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +5 -2
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +2 -0
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
- package/Helpers/ModalDialog/ScrollableModal.d.ts +8 -0
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +3 -1
- package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +2 -1
- package/Legacy/ModalWindow.d.ts +7 -2
- package/Legacy/ModalWindowParams.d.ts +6 -0
- package/Legacy/SelectFolderModalDialog.d.ts +2 -1
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +0 -1
- package/MainBundle.d.ts +2 -2
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$CompanyLogo.d.ts +1 -1
- package/Platform/$ContextMenuOptions.d.ts +17 -10
- package/Platform/$CurrentFolder.d.ts +1 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +5 -1
- package/Platform/$FolderGrid.d.ts +14 -6
- package/Platform/$GridOptions.d.ts +9 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/{SearchParametersFolderExtendedData.d.ts → AggregatesExtendedData.d.ts} +1 -1
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -1
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +1 -2
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsProgressDialogService.d.ts +3 -1
- package/Platform/CalendarInput.d.ts +1 -1
- package/Platform/ClearButton.d.ts +7 -5
- package/Platform/CompanyLogoService.d.ts +3 -1
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -1
- package/Platform/ContextMenu.d.ts +7 -1
- package/Platform/ContextMenuOptionsService.d.ts +7 -4
- package/Platform/DateInput.d.ts +3 -13
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +9 -6
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +4 -0
- package/Platform/ExportPlugin.d.ts +10 -4
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FocusableTextInput.d.ts +3 -8
- package/Platform/Folder.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderContent.d.ts +2 -0
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +3 -1
- package/Platform/FolderDataContext.d.ts +6 -2
- package/Platform/FolderDataLoadingService.d.ts +13 -7
- package/Platform/FolderGrid.d.ts +9 -3
- package/Platform/FolderGrid.stories.d.ts +1 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -1
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridService.d.ts +7 -3
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +7 -1
- package/Platform/FolderImpl.d.ts +2 -0
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +2 -1
- package/Platform/FolderWebFrameRouteHandler.d.ts +3 -2
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +1 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/InputWithMask.d.ts +4 -3
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +2 -1
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +5 -5
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +5 -5
- package/Platform/ReadAllPlugin.d.ts +11 -5
- package/Platform/ReadBatchOperation.d.ts +4 -1
- package/Platform/RecentCardsDashboardWidget.d.ts +1 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -14
- package/Platform/RecentCardsRouteHandler.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +10 -4
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +10 -4
- package/Platform/ScanDialogService.d.ts +2 -1
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -1
- package/Platform/SearchParametersFolderResponseResolver.d.ts +5 -1
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchResultsRequestResolver.d.ts +6 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +3 -3
- package/Platform/SecurityDialogFrame.d.ts +2 -1
- package/Platform/SettingsPlugin.d.ts +12 -7
- package/Platform/SettingsPopup.d.ts +5 -3
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupExtendedData.d.ts +2 -2
- package/Platform/SettingsPopupLogic.d.ts +16 -1
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
- package/Platform/ShowAllButton.d.ts +3 -1
- package/Platform/Table.d.ts +4 -4
- package/Platform/TableCreateRowWindow.d.ts +2 -1
- package/Platform/TableEditRowWindow.d.ts +2 -1
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TestUtils.d.ts +12 -1
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameCompanyLogo.d.ts +4 -0
- package/Platform/WebFrameContent.d.ts +9 -1
- package/Platform/WebFrameContentImpl.d.ts +4 -0
- package/Platform/WebFrameHeaderContainer.d.ts +5 -1
- package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +8 -5
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/applyCurrentSettings.d.ts +7 -1
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateValueCheckedColumn.d.ts +5 -1
- package/StandardServices.d.ts +8 -1
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +3 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +5 -1
- package/System/DirectorySelectDialog.d.ts +9 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/LastSearchResponseService.d.ts +19 -0
- package/System/Layout.d.ts +9 -3
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutCardControllerStub.d.ts +1 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LayoutImpl.d.ts +1 -0
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +2 -1
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -18
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/Platform/Settings.d.ts +0 -3
- package/Platform/TemplateRequestResolver.d.ts +0 -12
- package/Platform/TemplateResponseResolver.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -5,10 +5,16 @@ import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
|
5
5
|
import { IFolderLoadRequest } from '@docsvision/webclient/Platform/IFolderLoadRequest';
|
|
6
6
|
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
7
7
|
import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
|
|
8
|
+
/** Представление по умолчанию для системной папки "Результаты поиска" - "Дайджест" */
|
|
8
9
|
export declare const VIEW_ID_SEARCH_RESULTS = "03000000-0000-0000-0000-000000000000";
|
|
9
10
|
export declare class SearchResultsRequestResolver implements IFolderDataLoadingPlugin {
|
|
10
11
|
id: string;
|
|
11
12
|
description: string;
|
|
12
13
|
order: PluginOrder;
|
|
13
14
|
resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, prevResp?: GenModels.GridViewModel, services?: $WebFrameSearchPanel & $LastSearchResponse): Promise<void>;
|
|
15
|
+
private setSorting;
|
|
16
|
+
private setSearchText;
|
|
17
|
+
private setColumns;
|
|
18
|
+
private setTablePresentation;
|
|
19
|
+
private searchContextOption;
|
|
14
20
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import './SearchTextInput.css';
|
|
4
|
+
export interface ISearchTextInputProps extends HtmlProps.input {
|
|
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" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { $SearchText } from '@docsvision/webclient/Platform/$SearchText';
|
|
2
|
+
import { TablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
3
|
+
import { $Grouping } from '@docsvision/web/components/table/plugins/grouping';
|
|
4
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
6
|
+
export declare const SearchTextFeature = "SearchTextFeature";
|
|
7
|
+
export declare const SearchTextServiceProvider: TablePlugins.ServiceProvider<$SearchText & $Grouping & $TableData & $Domain>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
2
|
+
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
3
|
+
import { $Domain } from "@docsvision/web/core/state-management";
|
|
4
|
+
import { ISearchTextService } from "./$SearchText";
|
|
5
|
+
import { Event, Store } from "effector";
|
|
6
|
+
export declare class SearchTextService implements ISearchTextService {
|
|
7
|
+
$current: Store<string>;
|
|
8
|
+
setCurrent: Event<string>;
|
|
9
|
+
constructor(services: $Grouping & $TableData & $Domain);
|
|
10
|
+
}
|
|
@@ -20,7 +20,7 @@ export declare class SearchingResultsImpl extends BaseControlImpl<SearchingResul
|
|
|
20
20
|
fillCardsSelection(): void;
|
|
21
21
|
getCardsSelection(): GenModels.CardPresentation[];
|
|
22
22
|
private scrollListToFirstItem;
|
|
23
|
-
protected clearCacheCards: () => Promise<
|
|
23
|
+
protected clearCacheCards: () => Promise<void>;
|
|
24
24
|
initCacheCardsPresentation: () => Promise<void>;
|
|
25
25
|
protected loadCardsPresentation: (indexes?: number[]) => Promise<void>;
|
|
26
26
|
selectItem: (cardModel: GenModels.CardPresentation) => void;
|
|
@@ -5,13 +5,13 @@ import { ModalHost } from '@docsvision/webclient/Helpers/ModalHost';
|
|
|
5
5
|
import { showDisableInheritanceModeSelectDialog } from '@docsvision/webclient/Platform/DisableInheritanceModeSelectDialog';
|
|
6
6
|
import { ColumnWidthOptions } from '@docsvision/webclient/Platform/ColumnWidthOptions';
|
|
7
7
|
import { SecurityDescriptorDialogLogic } from '@docsvision/webclient/Platform/SecurityDescriptorDialogLogic';
|
|
8
|
-
import { $CurrentEmployeeId } from '@docsvision/webclient/StandardServices';
|
|
8
|
+
import { $CurrentEmployeeId, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
9
9
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
10
10
|
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
11
11
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
12
12
|
import React from 'react';
|
|
13
13
|
import "./SecurityDescriptorDialog.css";
|
|
14
|
-
export declare type $SecurityDescriptorDialogServices = $SecurityController & $LocalStorage & $CurrentEmployeeId & $StaffDirectoryItemsServices & $MessageBox;
|
|
14
|
+
export declare type $SecurityDescriptorDialogServices = $SecurityController & $LocalStorage & $CurrentEmployeeId & $StaffDirectoryItemsServices & $MessageBox & $DeviceType;
|
|
15
15
|
export interface SecurityDescriptorDialogProps extends IComponentProps<SecurityDescriptorDialogLogic, SecurityDescriptorDialogView> {
|
|
16
16
|
target: GenModels.SecurityTarget;
|
|
17
17
|
canEdit?: boolean;
|
|
@@ -23,7 +23,7 @@ export declare class SecurityDescriptorDialogView {
|
|
|
23
23
|
frame: (props:
|
|
24
24
|
import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
|
|
25
25
|
table: (props:
|
|
26
|
-
import("C:/
|
|
26
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
|
|
27
27
|
tableHead: (props:
|
|
28
28
|
import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
|
|
29
29
|
inheritanceButtons: (props:
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
1
2
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import './SecurityDialogFrame.css';
|
|
@@ -13,6 +14,6 @@ export interface SecurityDialogFrameProps {
|
|
|
13
14
|
onAcceptClick: () => void;
|
|
14
15
|
onApplyClick: () => void;
|
|
15
16
|
onCancelClick: () => void;
|
|
16
|
-
services: $LocalStorage;
|
|
17
|
+
services: $LocalStorage & $DeviceType;
|
|
17
18
|
}
|
|
18
19
|
export declare const SecurityDialogFrame: (props: SecurityDialogFrameProps) => JSX.Element;
|
|
@@ -3,13 +3,18 @@ import { $SaveColumns } from "@docsvision/webclient/Platform/$SaveColumns";
|
|
|
3
3
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
4
4
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
5
5
|
import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
|
|
6
|
-
import {
|
|
6
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
7
|
+
import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
|
|
7
8
|
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
8
9
|
import { $ResizeColumn } from "@docsvision/web/components/table/plugins/resize-column";
|
|
9
10
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
10
|
-
import {
|
|
11
|
-
export declare
|
|
12
|
-
export declare const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
import { IComposition } from "@docsvision/web/core/composition";
|
|
12
|
+
export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType;
|
|
13
|
+
export declare const SettingsPlugin: {
|
|
14
|
+
name: string;
|
|
15
|
+
iconClass: string;
|
|
16
|
+
title: string;
|
|
17
|
+
onClick: typeof openSettingPopup;
|
|
18
|
+
};
|
|
19
|
+
declare function openSettingPopup(composition: IComposition<any, any, $SettingsToolbarActionServices & $LastSearchResponse>): void;
|
|
20
|
+
export {};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { $SettingsToolbarActionServices } from '@docsvision/webclient/Platform/SettingsPlugin';
|
|
3
3
|
import { SettingsPopupLogic } from '@docsvision/webclient/Platform/SettingsPopupLogic';
|
|
4
4
|
import { SettingsPopupView } from '@docsvision/webclient/Platform/SettingsPopupView';
|
|
5
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
|
|
5
7
|
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
6
8
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
7
9
|
import { Store } from 'effector';
|
|
@@ -9,7 +11,7 @@ import './SettingsPopup.css';
|
|
|
9
11
|
export interface ISettingsPopupProps extends IComponentProps<SettingsPopupLogic, SettingsPopupView> {
|
|
10
12
|
closePopup: () => void;
|
|
11
13
|
isOpen: boolean;
|
|
12
|
-
services:
|
|
13
|
-
data: Store<ITableData>;
|
|
14
|
+
services: $SettingsToolbarActionServices & $LastSearchResponse & $DeviceType;
|
|
15
|
+
$data: Store<ITableData>;
|
|
14
16
|
}
|
|
15
17
|
export declare const SettingsPopup: (props: ISettingsPopupProps) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4,6 +4,6 @@ import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
|
|
|
4
4
|
interface IExtendedDataGridUserSettings {
|
|
5
5
|
gridUserSettings: GenModels.GridUserSettingsData;
|
|
6
6
|
}
|
|
7
|
-
export declare function
|
|
8
|
-
export declare function
|
|
7
|
+
export declare function getGridUserSettings(tableData: ITableData): IExtendedDataGridUserSettings;
|
|
8
|
+
export declare function getViewId(tableData: ITableData): ISimplePluginData<string>;
|
|
9
9
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { IColumnVisibility } from '@docsvision/webclient/Platform/updateValueCheckedColumn';
|
|
2
3
|
import { ISettingsPopupProps } from '@docsvision/webclient/Platform/SettingsPopup';
|
|
3
4
|
import { ComponentLogic } from '@docsvision/web/core/component';
|
|
4
5
|
export declare class SettingsPopupLogic extends ComponentLogic<ISettingsPopupProps> {
|
|
@@ -24,6 +25,19 @@ import("effector").Store<{
|
|
|
24
25
|
$currentRowsMode:
|
|
25
26
|
import("effector").Store<GenModels.GridViewMode>;
|
|
26
27
|
selectedRowsMode:
|
|
28
|
+
import("effector").Event<string>;
|
|
29
|
+
$rowsModeVisible:
|
|
30
|
+
import("effector").Store<boolean>;
|
|
31
|
+
setRowsModeVisible:
|
|
32
|
+
import("effector").Event<boolean>;
|
|
33
|
+
$columnsModeItems:
|
|
34
|
+
import("effector").Store<{
|
|
35
|
+
value: string;
|
|
36
|
+
key: string;
|
|
37
|
+
}[]>;
|
|
38
|
+
$currentColumnWidthMode:
|
|
39
|
+
import("effector").Store<GenModels.GridViewMode>;
|
|
40
|
+
setColumnWidthMode:
|
|
27
41
|
import("effector").Event<string>;
|
|
28
42
|
$gridUserSettings:
|
|
29
43
|
import("effector").Store<GenModels.GridUserSettingsData>;
|
|
@@ -36,12 +50,13 @@ import("effector").Event<GenModels.ViewColumnModel[]>;
|
|
|
36
50
|
$columnsVisible:
|
|
37
51
|
import("effector").Store<GenModels.ViewColumnModel[]>;
|
|
38
52
|
updateCheckedColumn:
|
|
39
|
-
import("effector").Event<
|
|
53
|
+
import("effector").Event<IColumnVisibility>;
|
|
40
54
|
getColumnsFx:
|
|
41
55
|
import("effector").Effect<string, GenModels.ViewColumnModel[], Error>;
|
|
42
56
|
getGridUserDataFx:
|
|
43
57
|
import("effector").Effect<unknown, GenModels.GridUserSettingsData, Error>;
|
|
44
58
|
saveGridUserSettingsFx:
|
|
45
59
|
import("effector").Effect<void, void, Error>;
|
|
60
|
+
getHeader(): string;
|
|
46
61
|
init(): void;
|
|
47
62
|
}
|
|
@@ -3,9 +3,10 @@ import { PluginOrder } from '@docsvision/webclient/System/PluginOrder';
|
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
4
|
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
5
5
|
import { IFolderLoadRequest } from '@docsvision/webclient/Platform/IFolderLoadRequest';
|
|
6
|
+
import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
|
|
6
7
|
export declare class SettingsPopupRequestResolver implements IFolderDataLoadingPlugin {
|
|
7
8
|
id: string;
|
|
8
9
|
description: string;
|
|
9
10
|
order: PluginOrder;
|
|
10
|
-
resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel): Promise<void>;
|
|
11
|
+
resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel, services?: $CurrentFolder): Promise<void>;
|
|
11
12
|
}
|
|
@@ -8,6 +8,4 @@ export declare class SettingsPopupResponseResolver implements IFolderDataLoading
|
|
|
8
8
|
description: string;
|
|
9
9
|
order: PluginOrder;
|
|
10
10
|
resolveResponse(data: ITableData, response: GenModels.GridViewModelEx): Promise<void | ResponseResolveResult>;
|
|
11
|
-
private setColumnsOrder;
|
|
12
|
-
private selectColumnsToDisplay;
|
|
13
11
|
}
|
|
@@ -7,7 +7,9 @@ import { $Grouping } from '@docsvision/web/components/table/plugins/grouping';
|
|
|
7
7
|
import { $Resources } from '@docsvision/web/core/localization/$Resources';
|
|
8
8
|
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
9
9
|
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
10
|
-
|
|
10
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
11
|
+
import { $Aggregates } from '@docsvision/webclient/Platform/$AggregatesCheckbox';
|
|
12
|
+
export declare type $ShowAllButtonServices = $TableFilterService & $Resources & $Grouping & $TableData & $WebFrameSearchPanel & $Aggregates & $DeviceType;
|
|
11
13
|
export interface IShowAllButtonProps {
|
|
12
14
|
composition?: IComposition<typeof TableCompositionNames.Toolbar, ITableData, $ShowAllButtonServices>;
|
|
13
15
|
}
|
package/Platform/Table.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import { IRowEventArgs } from "@docsvision/webclient/Platform/IRowEventArgs";
|
|
|
5
5
|
import { TableImpl, TableState } from "@docsvision/webclient/Platform/TableImpl";
|
|
6
6
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
7
7
|
import { $Layout, SaveCardOptions } from "@docsvision/webclient/System/$Layout";
|
|
8
|
-
import { ILayoutSavedEventArgs } from '@docsvision/webclient/System/ILayoutParams';
|
|
9
8
|
import { $CardId, $RowId, $RowInfo } from '@docsvision/webclient/System/LayoutServices';
|
|
10
9
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
11
10
|
import { EditMode } from "@docsvision/webclient/System/EditMode";
|
|
@@ -15,6 +14,7 @@ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
|
15
14
|
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
16
15
|
import { Optional } from '@docsvision/web/core/services';
|
|
17
16
|
import { SaveControlDataModelEventArgs } from '@docsvision/webclient/System/Layout';
|
|
17
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
18
18
|
/**
|
|
19
19
|
* Содержит публичные свойства элемента управления [Таблица]{@link Table}.
|
|
20
20
|
*/
|
|
@@ -71,7 +71,7 @@ export declare class TableParams extends PanelParams {
|
|
|
71
71
|
expanding: CancelableApiEvent<IEventArgs>;
|
|
72
72
|
/** Событие, возникающее при разворачивании. */
|
|
73
73
|
expanded: BasicApiEvent<IEventArgs>;
|
|
74
|
-
services?: $LayoutCardController & $LayoutRowController & $Layout & $CardId & $RowId & Optional<$RowInfo> & $LayoutManager;
|
|
74
|
+
services?: $LayoutCardController & $LayoutRowController & $Layout & $CardId & $RowId & Optional<$RowInfo> & $LayoutManager & $DeviceType;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Класс элемента управления Таблица
|
|
@@ -147,11 +147,11 @@ export declare class Table extends Panel<TableParams, TableState> {
|
|
|
147
147
|
/** Включает режим отложенных изменений, при котором добавление и удаление строк не сохраняется на сервер сразу при вызове методов. */
|
|
148
148
|
beginEdit(): void;
|
|
149
149
|
/** Выключает режим отложенных изменений и сохраняет произведенные правки, если необходимо. */
|
|
150
|
-
endEdit(): Promise<
|
|
150
|
+
endEdit(): Promise<this>;
|
|
151
151
|
/** @internal */
|
|
152
152
|
protected onCardSaving(sender: any, args: ICancelableEventArgs<SaveControlDataModelEventArgs>): void;
|
|
153
153
|
/** @internal */
|
|
154
|
-
|
|
154
|
+
onSaved(): Promise<void>;
|
|
155
155
|
/** @internal */
|
|
156
156
|
protected createImpl(): TableImpl;
|
|
157
157
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
2
3
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
3
|
-
export declare function showTableRowCreateWindow(cardId: string, sectionId: string, parentRowId: string | null, services: $LayoutRowController & $LocationContainerControlServices, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<string>;
|
|
4
|
+
export declare function showTableRowCreateWindow(cardId: string, sectionId: string, parentRowId: string | null, services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<string>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
2
3
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
3
|
-
export declare function showTableEditWindow(cardId: string, sectionId: string, rowId: string, services: $LayoutRowController & $LocationContainerControlServices, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<void>;
|
|
4
|
+
export declare function showTableEditWindow(cardId: string, sectionId: string, rowId: string, services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<void>;
|
package/Platform/TableImpl.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare type TableImplState = TableState;
|
|
|
32
32
|
/** @internal */
|
|
33
33
|
export declare class TableImpl extends PanelImpl<TableParams, TableState> {
|
|
34
34
|
static BindingNotSpecifiedMetadataKey: string;
|
|
35
|
-
lastTableOperation: Promise<
|
|
35
|
+
lastTableOperation: Promise<Table>;
|
|
36
36
|
removeRowPerformOnce: PerformOnce;
|
|
37
37
|
private modalHost;
|
|
38
38
|
addRowPerformOnce: PerformOnce;
|
|
@@ -67,7 +67,7 @@ export declare class TableImpl extends PanelImpl<TableParams, TableState> {
|
|
|
67
67
|
* следует использовать ее только там, где это некритично.
|
|
68
68
|
*/
|
|
69
69
|
protected checkRowIsEmpty(rowIndex: number): boolean;
|
|
70
|
-
removeRowInternal(rowIndex: number, isEmpty?: boolean): Promise<
|
|
70
|
+
removeRowInternal(rowIndex: number, isEmpty?: boolean): Promise<Table>;
|
|
71
71
|
protected onRemoveRowClick(row: IRowInfo): void;
|
|
72
72
|
protected onEditRowClick(row: IRowInfo): void;
|
|
73
73
|
protected getCssClass(): string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
+
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
3
|
+
import { $ListView } from '@docsvision/web/components/table/plugins/list-view';
|
|
4
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
+
import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
|
|
6
|
+
import { $TablePresentationToggle } from '@docsvision/webclient/Platform/$TablePresentationToggle';
|
|
7
|
+
export declare const TablePresentationToggleServiceProvider: TablePlugins.ServiceProvider<$TablePresentationToggle & $FolderDataLoading & $ListView & $TableData & $TableUpdate>;
|
|
8
|
+
/** Образец регистрации плагинов данной функциональности. */
|
|
9
|
+
export declare const PluginTemplatePlugins: ITablePlugins;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ITablePresentationToggleService } from '@docsvision/webclient/Platform/$TablePresentationToggle';
|
|
2
|
+
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
3
|
+
import { $ListView } from '@docsvision/web/components/table/plugins/list-view';
|
|
4
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
+
import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
|
|
6
|
+
export declare class TablePresentationToggleService implements ITablePresentationToggleService {
|
|
7
|
+
constructor(services: $FolderDataLoading & $ListView & $TableData & $TableUpdate);
|
|
8
|
+
}
|
package/Platform/TestUtils.d.ts
CHANGED
|
@@ -9,8 +9,19 @@ import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
|
|
|
9
9
|
import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
|
|
10
10
|
import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
|
|
11
11
|
import { $FolderPluginProvider } from '@docsvision/webclient/Platform/$FolderPluginProvider';
|
|
12
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
12
13
|
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
14
|
+
import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
|
|
13
15
|
import { $Resources } from '@docsvision/web/core/localization/$Resources';
|
|
16
|
+
import { $ToolbarActionContainer } from '@docsvision/web/components/table/plugins/toolbar-action-container';
|
|
17
|
+
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
18
|
+
import { $ToolbarDaughterControls } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
|
|
19
|
+
import { $HoverPanel } from '@docsvision/webclient/Platform/$HoverPanel';
|
|
20
|
+
import { $LastSearchParameters } from '@docsvision/webclient/Platform/$LastSearchParameters';
|
|
21
|
+
export declare let ScrollContainer:
|
|
22
|
+
import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
23
|
+
export declare let ScrollContainerWrapper:
|
|
24
|
+
import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
25
|
export declare function common(): FolderGridParams;
|
|
15
26
|
export declare let gridStory: (name: string, render: (services: any) => JSX.Element, params?: StoryParameters) => () => JSX.Element;
|
|
16
|
-
export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel;
|
|
27
|
+
export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IComponentProps } from '@docsvision/web/core/component';
|
|
3
|
+
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
4
|
+
export interface ITextListInputProps extends IComponentProps, IFilterComponent {
|
|
5
|
+
}
|
|
6
|
+
export declare const TextListInput: React.NamedExoticComponent<ITextListInputProps>;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ITextListInputProps } from "@docsvision/webclient/Platform/TextListInput";
|
|
2
|
+
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
3
|
+
import { ChangeEvent } from "react";
|
|
4
|
+
export interface IListItems {
|
|
5
|
+
selected: boolean;
|
|
6
|
+
value: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class TextListInputLogic extends ComponentLogic<ITextListInputProps> {
|
|
9
|
+
domain:
|
|
10
|
+
import("effector").Domain;
|
|
11
|
+
pageSize: number;
|
|
12
|
+
pageNumber: number;
|
|
13
|
+
scrollTop: number;
|
|
14
|
+
searchText: string;
|
|
15
|
+
isFullList: boolean;
|
|
16
|
+
listWrapper: HTMLDivElement;
|
|
17
|
+
filterValues: string[];
|
|
18
|
+
$listWrapper:
|
|
19
|
+
import("effector").Store<HTMLDivElement>;
|
|
20
|
+
setListWrapper:
|
|
21
|
+
import("effector").Event<HTMLDivElement>;
|
|
22
|
+
$listScrollable:
|
|
23
|
+
import("effector").Store<boolean>;
|
|
24
|
+
setListScrollable:
|
|
25
|
+
import("effector").Event<boolean>;
|
|
26
|
+
setSearchText:
|
|
27
|
+
import("effector").Event<ChangeEvent<HTMLInputElement>>;
|
|
28
|
+
$searchText:
|
|
29
|
+
import("effector").Store<string>;
|
|
30
|
+
$formatedSearchText:
|
|
31
|
+
import("effector").Store<string>;
|
|
32
|
+
setListItems:
|
|
33
|
+
import("effector").Event<IListItems[]>;
|
|
34
|
+
$listItems:
|
|
35
|
+
import("effector").Store<IListItems[]>;
|
|
36
|
+
$loading:
|
|
37
|
+
import("effector").Store<boolean>;
|
|
38
|
+
setLoading:
|
|
39
|
+
import("effector").Event<boolean>;
|
|
40
|
+
private getListData;
|
|
41
|
+
private getGrouping;
|
|
42
|
+
private format;
|
|
43
|
+
private reloadListData;
|
|
44
|
+
onClear: (e: any) => void;
|
|
45
|
+
private clearDateString;
|
|
46
|
+
private formatData;
|
|
47
|
+
private onScrollTop;
|
|
48
|
+
onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
|
|
49
|
+
onCheckboxChange: (e: React.ChangeEvent<HTMLInputElement>, key: number) => void;
|
|
50
|
+
private onChangeItems;
|
|
51
|
+
private formatItem;
|
|
52
|
+
onVisible(): void;
|
|
53
|
+
formatNumber(str: any): any;
|
|
54
|
+
init(): void;
|
|
55
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare class TextListInputView {
|
|
3
|
+
listInput:
|
|
4
|
+
import("react").ForwardRefExoticComponent<Pick<
|
|
5
|
+
import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "isScrollable" | "isDate"> &
|
|
6
|
+
import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
clearButton:
|
|
8
|
+
import("react").FC<
|
|
9
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
|
|
10
|
+
textInput:
|
|
11
|
+
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
+
import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> &
|
|
13
|
+
import("react").RefAttributes<HTMLInputElement>>;
|
|
14
|
+
wrapper: (props:
|
|
15
|
+
import("./components/TextListInputWrapper").ITextListInputWrapperProps) => JSX.Element;
|
|
16
|
+
content: (props:
|
|
17
|
+
import("./components/ListContent").IListContentProps) => JSX.Element;
|
|
18
|
+
item: (props:
|
|
19
|
+
import("./components/ListItem").IListItemProps) => JSX.Element;
|
|
20
|
+
checkbox:
|
|
21
|
+
import("react").ForwardRefExoticComponent<Pick<
|
|
22
|
+
import("./components/ListCheckbox").IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> &
|
|
23
|
+
import("react").RefAttributes<HTMLInputElement>>;
|
|
24
|
+
empty: (props:
|
|
25
|
+
import("./components/ListEmpty").IListEmptyProps) => JSX.Element;
|
|
26
|
+
icon: (props:
|
|
27
|
+
import("./components/ListEmptySearchIcon").IListEmptySearchIconProps) => JSX.Element;
|
|
28
|
+
slot: (props:
|
|
29
|
+
import("./components/ListSlot").IListSlotProps) => JSX.Element;
|
|
30
|
+
searchIcon: (props:
|
|
31
|
+
import("./components/ListSearchIcon").IListSearchIconProps) => JSX.Element;
|
|
32
|
+
total: (props:
|
|
33
|
+
import("./components/ListTotalItem").IListTotalItemProps) => JSX.Element;
|
|
34
|
+
light: (props:
|
|
35
|
+
import("./components/ListContentHightlight").IListContenHightlightProps) => JSX.Element;
|
|
36
|
+
magnifyIcon: (props:
|
|
37
|
+
import("@docsvision/web/icons/MagnifyIcon").IMagnifyIconProps) => JSX.Element;
|
|
38
|
+
loading: (props:
|
|
39
|
+
import("./components/ListLoading").IListLoadingProps) => JSX.Element;
|
|
40
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
import './TextListInputWrapper.css';
|
|
4
|
+
export interface ITextListInputWrapperProps extends HtmlProps.div {
|
|
5
|
+
isDate: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const TextListInputWrapper: (props: ITextListInputWrapperProps) => JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ToolbarDaughterControlImpl, ToolbarDaughterControlState } from "@docsvision/webclient/Platform/ToolbarDaughterControlImpl";
|
|
2
|
+
import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
|
|
3
|
+
import { $DeviceType } from "@docsvision/web/core/system-services/environment";
|
|
4
|
+
/**
|
|
5
|
+
* Содержит публичные свойства элемента управления [Дочерний контрол панели настроек FolderGrid]{@link ToolbarDaughterControl}.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ToolbarDaughterControlParams extends PanelParams {
|
|
8
|
+
/** Стандартный CSS класс со стилями элемента управления */
|
|
9
|
+
standardCssClass?: string;
|
|
10
|
+
services?: $DeviceType;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Класс элемента управления ToolbarDaughterControl.
|
|
14
|
+
*/
|
|
15
|
+
export declare class ToolbarDaughterControl extends Panel<ToolbarDaughterControlParams, ToolbarDaughterControlState> {
|
|
16
|
+
protected createParams(): ToolbarDaughterControlParams;
|
|
17
|
+
protected createImpl(): ToolbarDaughterControlImpl;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ToolbarDaughterControlParams } from '@docsvision/webclient/Platform/ToolbarDaughterControl';
|
|
2
|
+
import { PanelImpl, PanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import './ToolbarDaughterControl.css';
|
|
5
|
+
export interface ToolbarDaughterControlState extends ToolbarDaughterControlParams, PanelState {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Класс элемента управления ToolbarDaughterControlImpl.
|
|
9
|
+
*/
|
|
10
|
+
export declare class ToolbarDaughterControlImpl extends PanelImpl<ToolbarDaughterControlParams, ToolbarDaughterControlState> {
|
|
11
|
+
constructor(state: any, props: any);
|
|
12
|
+
protected getCssClass(): string;
|
|
13
|
+
renderControl(): React.ReactNode[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { $ToolbarDaughterControls } from "@docsvision/webclient/Platform/$ToolbarDaughterControls";
|
|
2
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
4
|
+
import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
|
|
5
|
+
export declare function getToolbarDaughterControls(services: $ToolbarDaughterControls & $DeviceType): TablePlugins.Toolbar.Component<$DeviceType>[];
|
|
6
|
+
export declare function getToolbarDaughterControlsActionButtons(services: $ToolbarDaughterControls & $DeviceType): IToolbarActionContainerButton[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { IToolbarDaughterControlsService } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
|
|
3
|
+
import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
|
|
4
|
+
import { Store, Event } from 'effector';
|
|
5
|
+
/** @internal Реализация {@link IFolderGridToolbarService}. */
|
|
6
|
+
export declare class ToolbarDaughterControlsService implements IToolbarDaughterControlsService {
|
|
7
|
+
$controls: Store<GenModels.ControlModel[]>;
|
|
8
|
+
setControls: Event<GenModels.ControlModel[]>;
|
|
9
|
+
$location: Store<GenModels.AdditionalElementsMode>;
|
|
10
|
+
setLocation: Event<GenModels.AdditionalElementsMode>;
|
|
11
|
+
constructor();
|
|
12
|
+
getRelativeToLocation: (actionButtonsRelativeToLocation: IToolbarActionContainerButton[], ...actionButtons: IToolbarActionContainerButton[]) => IToolbarActionContainerButton[];
|
|
13
|
+
}
|