@docsvision/webclient 5.16.0 → 5.17.0-beta.11
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/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/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +106 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +334 -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/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -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/$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/$HoverPanel.d.ts +8 -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/AggregatesExtendedData.d.ts +4 -0
- 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/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 +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +4 -1
- 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/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/FolderContent.d.ts +2 -0
- package/Platform/FolderDataContext.d.ts +4 -1
- package/Platform/FolderDataLoadingService.d.ts +13 -7
- package/Platform/FolderGrid.d.ts +4 -2
- 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/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/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 +1 -1
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/InputWithMask.d.ts +4 -3
- 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 +10 -5
- package/Platform/ReadBatchOperation.d.ts +2 -1
- package/Platform/RefreshPlugin.d.ts +10 -4
- package/Platform/ResetSettingsPlugin.d.ts +10 -4
- package/Platform/ScanDialogService.d.ts +2 -1
- 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 +10 -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/UnreadBarTablePlugins.d.ts +3 -0
- package/Platform/UserProfileDialog.d.ts +1 -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 +4 -1
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$PollService.d.ts +10 -0
- package/System/BaseControl.d.ts +3 -0
- 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 +3 -3
- package/System/LayoutCardControllerStub.d.ts +1 -1
- package/System/LayoutContainer.d.ts +1 -1
- 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/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
package/Platform/FolderGrid.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { $TableData } from "@docsvision/web/components/table/plugins/table-data"
|
|
|
19
19
|
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
20
20
|
import { $ContextMenuOptions } from '@docsvision/webclient/Platform/$ContextMenuOptions';
|
|
21
21
|
import { $FolderGrid } from '@docsvision/webclient/Platform/$FolderGrid';
|
|
22
|
+
import { $ToolbarDaughterControls } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
|
|
22
23
|
/**
|
|
23
24
|
* Содержит публичные свойства элемента управления [Метка]{@link Grid}.
|
|
24
25
|
*/
|
|
@@ -32,14 +33,14 @@ export declare class FolderGridParams extends BaseControlParams {
|
|
|
32
33
|
width: number;
|
|
33
34
|
isFilteringAllowed?: boolean;
|
|
34
35
|
isContextMenuEnabled: boolean;
|
|
35
|
-
newGridAvailable: boolean;
|
|
36
36
|
plugins: ITablePlugins[];
|
|
37
37
|
showTestPanel?: boolean;
|
|
38
38
|
showRestSettingsButton?: boolean;
|
|
39
39
|
isSortingAllowed?: boolean;
|
|
40
40
|
opacity?: number;
|
|
41
41
|
isGroupingAllowed?: boolean;
|
|
42
|
-
|
|
42
|
+
showList?: boolean;
|
|
43
|
+
services?: Partial<$GridOptions> & ServiceContainer & $GridController & $DeviceType & $ExperimentalFeature & $FolderInfo & $ApplicationSettings & $FolderPluginProvider & $CurrentLocation & $FolderDataLoading & $BatchOperationServices & $CheckboxService & $Domain & $LayoutController & $LayoutManager & $TableData & $FolderGrid & Optional<$ContextMenuOptions> & $ToolbarDaughterControls;
|
|
43
44
|
}
|
|
44
45
|
/**
|
|
45
46
|
* Класс элемента управления FolderGrid.
|
|
@@ -48,6 +49,7 @@ export declare class FolderGrid extends BaseControl<FolderGridParams, FolderGrid
|
|
|
48
49
|
prepare(): void;
|
|
49
50
|
private disableToolbarPlugin;
|
|
50
51
|
private processToolbarPlugins;
|
|
52
|
+
private initToolbarDaughterControls;
|
|
51
53
|
private initBatchOperations;
|
|
52
54
|
/** @internal @deprecated */
|
|
53
55
|
protected set childrenHandler(val: any);
|
|
@@ -11,6 +11,7 @@ export declare const LoadingRows: () => JSX.Element;
|
|
|
11
11
|
export declare const UnknownModelSize: () => JSX.Element;
|
|
12
12
|
export declare const LoadingMore: () => JSX.Element;
|
|
13
13
|
export declare const FixateColumnWidths: () => JSX.Element;
|
|
14
|
+
export declare const ListView: () => JSX.Element;
|
|
14
15
|
export declare const WidthSidePanelOpen: () => JSX.Element;
|
|
15
16
|
export declare const WidthSidePanelReducedHeader: () => JSX.Element;
|
|
16
17
|
export declare const WidthSidePanelMultipleTabs: () => JSX.Element;
|
|
@@ -10,6 +10,7 @@ import { $TableManagement } from '@docsvision/webclient/Platform/$TableManagemen
|
|
|
10
10
|
import { $TableMode } from '@docsvision/webclient/Platform/$TableMode';
|
|
11
11
|
import { $TableRowSelection } from '@docsvision/webclient/Platform/$TableRowSelection';
|
|
12
12
|
import { $SpaceBehindPanelBottom } from '@docsvision/web/components/table/plugins/scroll/$SpaceBehindPanelBottom';
|
|
13
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
13
14
|
/**
|
|
14
15
|
* Содержит публичные свойства элемента управления [Узел групповых операций]{@link FolderGridBatchOperationsNode}.
|
|
15
16
|
*/
|
|
@@ -20,7 +21,7 @@ export declare class FolderGridBatchOperationsNodeParams extends PanelParams {
|
|
|
20
21
|
noBatchOperationsMessage?: string;
|
|
21
22
|
/** Событие изменения выбора карточек для групповых операций */
|
|
22
23
|
onSelectionTableRowChange?: () => void;
|
|
23
|
-
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & $SpaceBehindPanelBottom;
|
|
24
|
+
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & $SpaceBehindPanelBottom & $DeviceType;
|
|
24
25
|
}
|
|
25
26
|
/**
|
|
26
27
|
* Класс элемента управления FolderGridBatchOperationsNode.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const CONTEXT_MENU_FOLDER_FILTER_ID = "CONTEXT_MENU_FOLDER_FILTER_ID";
|
|
2
|
+
export declare const CONTEXT_MENU_FOLDER_GROUP_ID = "CONTEXT_MENU_FOLDER_GROUP_ID";
|
|
3
|
+
export declare const CONTEXT_MENU_FOLDER_COPY_URL_ID = "CONTEXT_MENU_FOLDER_COPY_URL_ID";
|
|
4
|
+
export declare const CONTEXT_MENU_FOLDER_COPY_TEXT_CELL_ID = "CONTEXT_MENU_FOLDER_COPY_TEXT_CELL_ID";
|
|
5
|
+
export declare const CONTEXT_MENU_FOLDER_OPEN_ID = "CONTEXT_MENU_FOLDER_OPEN_ID";
|
|
6
|
+
export declare const CONTEXT_MENU_FOLDER_OPEN_NEW_TAB_ID = "CONTEXT_MENU_FOLDER_OPEN_NEW_TAB_ID";
|
|
7
|
+
export declare const CONTEXT_MENU_FOLDER_OPEN_NEW_WINDOW_ID = "CONTEXT_MENU_FOLDER_OPEN_NEW_WINDOW_ID";
|
|
@@ -10,7 +10,9 @@ import { ICustomContextMenuBlock, ICustomContextMenuOption, IDataItemProvider, I
|
|
|
10
10
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
11
11
|
import { Store, Event } from "effector";
|
|
12
12
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
13
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
13
14
|
import { $SidePanel } from "@docsvision/web/components/table/plugins/side-panel";
|
|
15
|
+
import { $ListView } from "@docsvision/web/components/table/plugins/list-view";
|
|
14
16
|
export declare class FolderGridService implements IFolderGridService {
|
|
15
17
|
private services;
|
|
16
18
|
$groupingReadonly: Store<boolean>;
|
|
@@ -19,13 +21,15 @@ export declare class FolderGridService implements IFolderGridService {
|
|
|
19
21
|
private _backgroundOpacity;
|
|
20
22
|
get backgroundOpacity(): number;
|
|
21
23
|
set backgroundOpacity(value: number);
|
|
24
|
+
defaultTablePresentation: GenModels.TablePresentation;
|
|
22
25
|
onRowClick: (row: IRow) => void;
|
|
23
|
-
onSortRequest: (column: IColumn, sortDirection: SortDirection) => void
|
|
24
|
-
onFilterRequest: (
|
|
26
|
+
onSortRequest: (column: IColumn, sortDirection: SortDirection) => Promise<void>;
|
|
27
|
+
onFilterRequest: (filterColumns: IFilterActiveColumn[]) => Promise<void>;
|
|
25
28
|
onLoadData: (data?: ITableData, options?: ITableDataLoadRequest) => Promise<void>;
|
|
26
29
|
getRoute(context: TableCompositions.Cell): string;
|
|
27
30
|
onLoadGrouping: (options: ILoadGroupingItemsOptions) => Promise<IGrouping>;
|
|
28
31
|
onGroupingPathChanged(path: IGroupingPathItem[]): void;
|
|
32
|
+
onChangeAggregateValue(items: GenModels.GridAggregateValue[]): Promise<void>;
|
|
29
33
|
refreshPage(): void;
|
|
30
34
|
getGroupingAvailable(): boolean;
|
|
31
35
|
openPageInCurrentTab(context: TableCompositions.Cell): void;
|
|
@@ -42,7 +46,7 @@ export declare class FolderGridService implements IFolderGridService {
|
|
|
42
46
|
};
|
|
43
47
|
getContextMenuBlocks: () => ICustomContextMenuBlock[];
|
|
44
48
|
getHeaderRowContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: IComposition<any, any, TableCompositions.HeaderRow>) => ICustomContextMenuOption[];
|
|
45
|
-
getCellContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: TableCompositions.Cell<$Grouping>) => ICustomContextMenuOption[];
|
|
49
|
+
getCellContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: TableCompositions.Cell<$Grouping & $ListView>) => ICustomContextMenuOption[];
|
|
46
50
|
getContextMenuItemProviders: (params?: IParamsItemProvider<any, any>) => IDataItemProvider[];
|
|
47
51
|
onSearchRequest(): Promise<void>;
|
|
48
52
|
onReloadWithNewSettings(): Promise<void>;
|
package/Platform/FolderImpl.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import React from "react";
|
|
|
11
11
|
export interface FolderState extends FolderParams, BaseControlState {
|
|
12
12
|
checkFolderForAvailable: (folderId: string) => Promise<GenModels.CheckResult>;
|
|
13
13
|
validationMessage: string;
|
|
14
|
+
maximized: boolean;
|
|
14
15
|
}
|
|
15
16
|
/** @internal */
|
|
16
17
|
export declare type FolderImplState = FolderState;
|
|
@@ -22,6 +23,7 @@ export declare class FolderImpl extends BaseControlImpl<FolderParams, FolderStat
|
|
|
22
23
|
componentDidMount(): void;
|
|
23
24
|
updateFolderContent(): void;
|
|
24
25
|
private setFolderInTree;
|
|
26
|
+
private onMaximize;
|
|
25
27
|
onButtonClick(): Promise<void>;
|
|
26
28
|
showModal(): React.ReactNode;
|
|
27
29
|
closeWindow(): void;
|
|
@@ -100,7 +100,7 @@ export declare class FolderMainMenuItem extends BaseNavigationMainMenuItem<Folde
|
|
|
100
100
|
/** @internal */
|
|
101
101
|
protected set forceVirtualFolderSearch(val: string | boolean);
|
|
102
102
|
/** @internal */
|
|
103
|
-
protected set folderInfo(
|
|
103
|
+
protected set folderInfo(infoSrc: string | GenModels.FolderNode);
|
|
104
104
|
/**
|
|
105
105
|
* Является ли элемент меню проксирующим, то есть видны только подэлементы, а сам данный элемент меню не виден
|
|
106
106
|
*/
|
|
@@ -8,5 +8,6 @@ export interface FolderNameState extends FolderNameParams, BaseControlState {
|
|
|
8
8
|
/** @internal */
|
|
9
9
|
export declare class FolderNameImpl extends BaseControlImpl<FolderNameParams, FolderNameState> {
|
|
10
10
|
constructor(props: FolderNameParams, state: FolderNameState);
|
|
11
|
+
private get searchText();
|
|
11
12
|
renderControl(): JSX.Element;
|
|
12
13
|
}
|
|
@@ -8,6 +8,7 @@ export declare class FolderRouteTypeMapper implements IRouteTypeMapper<IFolderRo
|
|
|
8
8
|
private services;
|
|
9
9
|
static SearchResultsId: string;
|
|
10
10
|
static RecentCardsId: string;
|
|
11
|
+
static FavoritesId: string;
|
|
11
12
|
constructor(services: $ExperimentalFeature & $DeviceType);
|
|
12
13
|
hashPattern: string;
|
|
13
14
|
resolve(path: string, parameters: {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IHoverPanelService } from "@docsvision/webclient/Platform/$HoverPanel";
|
|
2
|
+
import { HeaderHoverPanelPlugin } from "@docsvision/web/components/table/plugins/hover-panel";
|
|
3
|
+
export declare class HoverPanelService implements IHoverPanelService {
|
|
4
|
+
getPlugins(defaultPlugins: HeaderHoverPanelPlugin<any>[]): HeaderHoverPanelPlugin<any>[];
|
|
5
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export interface IAggregatesState {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}
|
|
5
|
+
export interface IAggregate extends GenModels.GridAggregateModel {
|
|
6
|
+
/** Развернуты ли значения агрегации следующего уровня */
|
|
7
|
+
expanded?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface IAggregatesServiceOptions {
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface ISelectItemData {
|
|
13
|
+
item: GenModels.GridAggregateValue;
|
|
14
|
+
value: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface AggregateItem extends GenModels.GridAggregateValue {
|
|
17
|
+
aggregationAlias: string;
|
|
18
|
+
}
|
|
19
|
+
export interface IAggregateServiceOptions {
|
|
20
|
+
enabled: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface GridAggregatesRequest {
|
|
23
|
+
folderId: string;
|
|
24
|
+
queryId: string;
|
|
25
|
+
instanceId: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ILoadItemsOptions {
|
|
28
|
+
dropFilters?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export declare enum AggregatesItemType {
|
|
31
|
+
CheckBox = 0,
|
|
32
|
+
Date = 1,
|
|
33
|
+
DateRange = 2
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
4
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
5
|
+
import { ColumnType } from "@docsvision/web/components/table/interfaces";
|
|
6
|
+
import { IDateFormatPluginData } from "@docsvision/web/components/table/plugins/filter";
|
|
7
|
+
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
8
|
+
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
9
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
10
|
+
import { Moment } from "moment";
|
|
11
|
+
import { RefObject } from "react";
|
|
12
|
+
export declare type FilerComponentServiceT = $GridController & $FolderDataLoading & $Resources & $TableData & $ApplicationSettings & $Grouping & $ApplicationSettings & $TableData;
|
|
13
|
+
export interface IFilterComponent {
|
|
14
|
+
value: string[];
|
|
15
|
+
onChange(value: (string | Moment)[], mode?: GenModels.FilterMode): void;
|
|
16
|
+
mode: GenModels.FilterMode;
|
|
17
|
+
setMode(mode: GenModels.FilterMode): void;
|
|
18
|
+
customClass?: string;
|
|
19
|
+
forwardRef: RefObject<any>;
|
|
20
|
+
dateFormatData: IDateFormatPluginData;
|
|
21
|
+
services: FilerComponentServiceT;
|
|
22
|
+
columnName: string;
|
|
23
|
+
type: ColumnType;
|
|
24
|
+
focused: boolean;
|
|
25
|
+
onChangeFocus(e: any, flag: boolean): void;
|
|
26
|
+
isValueValid: boolean;
|
|
27
|
+
locale: string;
|
|
28
|
+
visible: boolean;
|
|
29
|
+
}
|
|
@@ -2,5 +2,5 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
export interface IFolderDataLoader {
|
|
3
3
|
id: string;
|
|
4
4
|
load(request: GenModels.CardListRequestModel): Promise<GenModels.GridViewModelEx>;
|
|
5
|
-
saveUserSettings(folderId: string, viewId: string, girdUserSettings: GenModels.GridUserSettingsData): Promise<void>;
|
|
5
|
+
saveUserSettings(folderId: string, viewId: string, girdUserSettings: GenModels.GridUserSettingsData, instanceId?: string): Promise<void>;
|
|
6
6
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { IPluggableEntity } from '@docsvision/web/core/extensibility/plugins';
|
|
2
2
|
export interface IFolderLoadRequest extends IPluggableEntity {
|
|
3
3
|
refresh?: boolean;
|
|
4
|
-
/** Сбросить
|
|
4
|
+
/** Сбросить gridUserSettings */
|
|
5
5
|
refreshSettings?: boolean;
|
|
6
|
+
/** Сбросить базовый курсор */
|
|
6
7
|
refreshSource?: boolean;
|
|
7
8
|
/** Обновить дерево группировки */
|
|
8
9
|
refreshGrouping?: boolean;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import React, {
|
|
1
|
+
import React, { FocusEvent, RefObject } from 'react';
|
|
2
2
|
import { ReactInputMask } from 'react-input-mask';
|
|
3
3
|
import { IDateFormatPluginData } from '@docsvision/web/components/table/plugins/filter/elements/filter-panel/FilterPanelLogic';
|
|
4
4
|
import './InputWithMask.css';
|
|
5
|
+
import { Moment } from 'moment';
|
|
5
6
|
export interface InputWithMaskProps {
|
|
6
|
-
value: string;
|
|
7
|
-
onChange(e:
|
|
7
|
+
value: string[];
|
|
8
|
+
onChange(e: (string | Moment)[]): void;
|
|
8
9
|
forwardRef?: RefObject<ReactInputMask>;
|
|
9
10
|
onChangeFocus?(e: FocusEvent<HTMLDivElement>, focus: boolean): void;
|
|
10
11
|
focused?: boolean;
|
|
@@ -13,6 +13,8 @@ export declare class LayoutIconButtonParams extends BaseControlParams {
|
|
|
13
13
|
iconClass?: string;
|
|
14
14
|
/** Флаг, определяющий, что Кнопка может быть нажата: true - разрешено (разрешена настроенная операция редактирования), false - не разрешено. */
|
|
15
15
|
canClick?: boolean;
|
|
16
|
+
/** Показывать подсказку, как текст */
|
|
17
|
+
useText?: boolean;
|
|
16
18
|
services?: $EditOperationStore;
|
|
17
19
|
}
|
|
18
20
|
/**
|
|
@@ -2,6 +2,7 @@ import { LayoutIconButtonParams } from "@docsvision/webclient/Platform/LayoutIco
|
|
|
2
2
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
3
3
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
4
4
|
import React from "react";
|
|
5
|
+
import "./LayoutIconButton.css";
|
|
5
6
|
/** @internal */
|
|
6
7
|
export interface LayoutIconButtonState extends LayoutIconButtonParams, BaseControlState {
|
|
7
8
|
loading: boolean;
|
|
@@ -4,12 +4,13 @@ import { Layout } from "@docsvision/webclient/System/Layout";
|
|
|
4
4
|
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
5
5
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
6
6
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
7
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
7
8
|
/** @internal */
|
|
8
9
|
export declare class LayoutSearchParametersDialog {
|
|
9
10
|
private services;
|
|
10
11
|
static SearchParametersDialogLayoutPosition: string;
|
|
11
12
|
static LastSearchLocalStoragePrefix: string;
|
|
12
|
-
constructor(services: $LayoutManager & $LayoutController & $LocalStorage & $MessageBox);
|
|
13
|
+
constructor(services: $LayoutManager & $LayoutController & $LocalStorage & $MessageBox & $DeviceType);
|
|
13
14
|
cancel: () => any;
|
|
14
15
|
showDialog(searchId: string, layout?: GenModels.LayoutViewModel): Promise<GenModels.SearchParameter[]>;
|
|
15
16
|
getParameters(layout: Layout): GenModels.SearchParameter[];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import './ListCheckbox.css';
|
|
4
|
+
export interface IListCheckboxProps extends HtmlProps.input {
|
|
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" | "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,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './ListContent.css';
|
|
3
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
4
|
+
export interface IListContentProps extends HtmlProps.span {
|
|
5
|
+
searchText?: string;
|
|
6
|
+
tooltip: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ListContent: (props: IListContentProps) => JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './ListContentHightlight.css';
|
|
3
|
+
import { ColumnType } from "@docsvision/web/components/table/interfaces";
|
|
4
|
+
export interface IListContenHightlightProps {
|
|
5
|
+
searchText: string;
|
|
6
|
+
type: ColumnType;
|
|
7
|
+
children: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const ListContentHightlight: (props: IListContenHightlightProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
import './ListEmptySearchIcon.css';
|
|
4
|
+
export interface IListEmptySearchIconProps extends HtmlProps.svg {
|
|
5
|
+
}
|
|
6
|
+
export declare const ListEmptySearchIcon: (props: IListEmptySearchIconProps) => JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './ListInput.css';
|
|
3
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
4
|
+
export interface IListInputProps extends HtmlProps.div {
|
|
5
|
+
onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
|
|
6
|
+
isScrollable: boolean;
|
|
7
|
+
isDate: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const ListInput: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
import './ListSearchIcon.css';
|
|
4
|
+
export interface IListSearchIconProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
export declare const ListSearchIcon: (props: IListSearchIconProps) => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
import './ListSlot.css';
|
|
4
|
+
export interface IListSlotProps extends HtmlProps.div {
|
|
5
|
+
focused: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const ListSlot: (props: IListSlotProps) => JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './ListTotalItem.css';
|
|
3
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
4
|
+
import { $Resources } from '@docsvision/web/core/localization/$Resources';
|
|
5
|
+
export interface IListTotalItemProps extends HtmlProps.li {
|
|
6
|
+
services: $Resources;
|
|
7
|
+
}
|
|
8
|
+
export declare const ListTotalItem: (props: IListTotalItemProps) => JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IFolderDataLoadingPlugin } from '@docsvision/webclient/Platform/IFolderDataLoadingPlugin';
|
|
2
|
+
import { PluginOrder } from '@docsvision/webclient/System/PluginOrder';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
5
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
|
|
7
|
+
import { $FolderGrid } from '@docsvision/webclient/Platform/$FolderGrid';
|
|
8
|
+
export declare class ListViewResponseResolver implements IFolderDataLoadingPlugin {
|
|
9
|
+
id: string;
|
|
10
|
+
description: string;
|
|
11
|
+
order: PluginOrder;
|
|
12
|
+
resolveResponse(data: ITableData, response: GenModels.GridViewModelEx, services: $DeviceType & $CurrentFolder & $FolderGrid): Promise<void>;
|
|
13
|
+
}
|
|
@@ -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/WebClient/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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MoveShortcutBatchOperationImpl, MoveShortcutBatchOperationState } from "@docsvision/webclient/Platform/MoveShortcutBatchOperationImpl";
|
|
2
2
|
import { $LayoutCardController, $LayoutFolderController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
3
|
import { $CheckBoxServices } from "@docsvision/webclient/Platform/CheckBox";
|
|
4
4
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
@@ -10,7 +10,7 @@ import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSele
|
|
|
10
10
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
11
11
|
import { $CardInfo, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
12
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
13
|
-
export declare class
|
|
13
|
+
export declare class MoveShortcutBatchOperationParams extends BaseControlParams {
|
|
14
14
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
15
15
|
standardCssClass?: string;
|
|
16
16
|
/** Текст кнопки операции. */
|
|
@@ -20,8 +20,8 @@ export declare class MoveShortcutsBatchOperationParams extends BaseControlParams
|
|
|
20
20
|
/**
|
|
21
21
|
* Класс элемента управления GridDelegateOperation.
|
|
22
22
|
*/
|
|
23
|
-
export declare class
|
|
23
|
+
export declare class MoveShortcutBatchOperation extends BaseControl<MoveShortcutBatchOperationParams, MoveShortcutBatchOperationState> {
|
|
24
24
|
/** @notest @internal */
|
|
25
|
-
protected createParams():
|
|
26
|
-
protected createImpl():
|
|
25
|
+
protected createParams(): MoveShortcutBatchOperationParams;
|
|
26
|
+
protected createImpl(): MoveShortcutBatchOperationImpl;
|
|
27
27
|
}
|
package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { MoveShortcutsBatchOperationParams } from "@docsvision/webclient/Platform/MoveShortcutsBatchOperation";
|
|
2
1
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
3
2
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
4
3
|
import React from 'react';
|
|
5
4
|
import { FolderContent } from "@docsvision/webclient/Platform/FolderContent";
|
|
6
5
|
import { IBatchOperationInfo } from "@docsvision/webclient/Platform/$BatchOperations";
|
|
7
|
-
|
|
6
|
+
import { MoveShortcutBatchOperationParams } from '@docsvision/webclient/Platform/MoveShortcutBatchOperation';
|
|
7
|
+
export interface MoveShortcutBatchOperationState extends MoveShortcutBatchOperationParams, BaseControlState {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Класс элемента управления
|
|
10
|
+
* Класс элемента управления MoveShortcutBatchOperation.
|
|
11
11
|
*/
|
|
12
|
-
export declare class
|
|
12
|
+
export declare class MoveShortcutBatchOperationImpl extends BaseControlImpl<MoveShortcutBatchOperationParams, MoveShortcutBatchOperationState> {
|
|
13
13
|
private folderModalHost;
|
|
14
14
|
private folderContent;
|
|
15
15
|
private folderInTree;
|
|
@@ -21,7 +21,7 @@ export declare class MoveShortcutsBatchOperationImpl extends BaseControlImpl<Mov
|
|
|
21
21
|
isVisible(): boolean;
|
|
22
22
|
getCssClass(): string;
|
|
23
23
|
attachFolderContent: (el: FolderContent) => void;
|
|
24
|
-
|
|
24
|
+
onMoveShortcutBatchOperationButtonClick(): Promise<void>;
|
|
25
25
|
closeWindow(): void;
|
|
26
26
|
private moveCards;
|
|
27
27
|
private getFolders;
|
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
1
|
import { $UnreadCounter } from "@docsvision/webclient/Platform/$UnreadCounter";
|
|
3
2
|
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
4
3
|
import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
|
|
5
4
|
import { $UrlStore } from "@docsvision/webclient/System/$UrlStore";
|
|
6
|
-
import { TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
7
5
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
8
6
|
import { $TableUpdate } from "@docsvision/web/components/table/plugins/table-update/$TableUpdate";
|
|
9
|
-
|
|
10
|
-
export declare
|
|
11
|
-
export declare const ReadAllPlugin:
|
|
7
|
+
import { IComposition } from "@docsvision/web/core/composition";
|
|
8
|
+
export declare type $ReadAllToolbarActionServices = $TableData & $UnreadCounter & $TableUpdate & $RequestManager & $DeviceType & $UrlStore;
|
|
9
|
+
export declare const ReadAllPlugin: {
|
|
10
|
+
name: string;
|
|
11
|
+
iconClass: string;
|
|
12
|
+
title: string;
|
|
13
|
+
onClick: typeof readAll;
|
|
14
|
+
};
|
|
15
|
+
declare function readAll(composition: IComposition<any, any, $ReadAllToolbarActionServices>): Promise<void>;
|
|
16
|
+
export {};
|
|
@@ -10,6 +10,7 @@ import { $TableMode } from '@docsvision/webclient/Platform/$TableMode';
|
|
|
10
10
|
import { $TableRowSelection } from '@docsvision/webclient/Platform/$TableRowSelection';
|
|
11
11
|
import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
12
12
|
import { Router } from '@docsvision/webclient/System/Router';
|
|
13
|
+
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
13
14
|
/**
|
|
14
15
|
* Содержит публичные свойства элемента управления [ControlTypes_ReadBatchOperation]{@link ControlTypes_ReadBatchOperation}.
|
|
15
16
|
*/
|
|
@@ -18,7 +19,7 @@ export declare class ReadBatchOperationParams extends BaseControlParams {
|
|
|
18
19
|
standardCssClass?: string;
|
|
19
20
|
/** Текст кнопки операции. */
|
|
20
21
|
buttonText?: string;
|
|
21
|
-
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController;
|
|
22
|
+
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $FolderDataLoading & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController;
|
|
22
23
|
}
|
|
23
24
|
/**
|
|
24
25
|
* Класс элемента управления ReadBatchOperation.
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
2
|
-
import { TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
2
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
4
|
-
|
|
5
|
-
export declare
|
|
6
|
-
export declare const RefreshPlugin:
|
|
3
|
+
import { IComposition } from "@docsvision/web/core/composition";
|
|
4
|
+
export declare type $RefreshToolbarActionServices = $TableData & $FolderDataLoading;
|
|
5
|
+
export declare const RefreshPlugin: {
|
|
6
|
+
name: string;
|
|
7
|
+
iconClass: string;
|
|
8
|
+
title: string;
|
|
9
|
+
onClick: typeof reload;
|
|
10
|
+
};
|
|
11
|
+
declare function reload(composition: IComposition<any, any, $RefreshToolbarActionServices>): Promise<void>;
|
|
12
|
+
export {};
|