@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.13
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/AgreementList.d.ts +2 -2
- package/Approval/AgreementListContent.d.ts +1 -0
- package/Approval/IAgreementListContentProps.d.ts +2 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
- package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
- package/BackOffice/BatchDelegateOperation.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryEntryModal.d.ts +3 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
- package/BackOffice/DirectoryFrame.d.ts +2 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +2 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
- package/BackOffice/DirectorySearchResultView.d.ts +3 -2
- package/BackOffice/DirectoryTabs.d.ts +3 -0
- package/BackOffice/DirectoryTree.d.ts +3 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
- package/BackOffice/DirectoryValues.d.ts +7 -5
- package/BackOffice/DirectoryValuesLogic.d.ts +1 -0
- 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 +1 -1
- package/BackOffice/FileListControl.d.ts +5 -0
- package/BackOffice/FileListControlImpl.d.ts +10 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +5 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/FindStaffSection.d.ts +4 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeGroups.d.ts +1 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/Index.d.ts +10 -1
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/LinksImpl.d.ts +1 -0
- package/BackOffice/LoadEmployees.d.ts +2 -5
- package/BackOffice/NumeratorImpl.d.ts +2 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +10 -4
- package/BackOffice/SearchEmployees.d.ts +2 -1
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +2 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +10 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +2 -1
- package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +8 -5
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +200 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +1573 -62
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
- 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/MainMenu/ItemText.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/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -0
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +9 -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 +4 -1
- package/Legacy/ModalWindow.d.ts +1 -1
- package/Legacy/NavBarRouteHandler.d.ts +1 -1
- package/Legacy/SearchDropdown.d.ts +3 -1
- package/Legacy/Sidebar.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
- package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
- package/Legacy/Utils.d.ts +3 -7
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
- package/MainBundle.d.ts +2 -1
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$BatchOperations.d.ts +3 -0
- package/Platform/$CacheManagement.d.ts +3 -1
- package/Platform/$ContextMenuOptions.d.ts +86 -6
- package/Platform/$CurrentFolder.d.ts +3 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +14 -2
- package/Platform/$FolderGrid.d.ts +28 -3
- package/Platform/$GridOptions.d.ts +10 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -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/$UnreadCounter.d.ts +1 -1
- package/Platform/$WebFrameSearchPanel.d.ts +30 -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 +5 -0
- package/Platform/ArchivedCardsPlugin.d.ts +3 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
- package/Platform/CacheManagementService.d.ts +5 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +8 -0
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +1 -0
- package/Platform/ClearButton.d.ts +8 -0
- package/Platform/CommentFile.d.ts +4 -1
- package/Platform/ContextMenu.d.ts +18 -5
- package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
- package/Platform/ContextMenuOptionsService.d.ts +43 -12
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
- package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
- package/Platform/DateInput.d.ts +6 -0
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +12 -7
- 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 +7 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +1 -0
- package/Platform/ExportPlugin.d.ts +12 -0
- 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/FilePicker.d.ts +5 -2
- 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/FilterPlugin.d.ts +3 -0
- package/Platform/FilteringExtendedData.d.ts +4 -0
- package/Platform/FilteringRequestResolver.d.ts +11 -0
- package/Platform/FilteringResponseResolver.d.ts +10 -0
- package/Platform/FocusableTextInput.d.ts +6 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderCountersRouteHandler.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +4 -1
- package/Platform/FolderDataContext.d.ts +7 -2
- package/Platform/FolderDataContextImpl.d.ts +7 -2
- package/Platform/FolderDataLoadingService.d.ts +36 -16
- package/Platform/FolderGrid.d.ts +31 -4
- package/Platform/FolderGrid.stories.d.ts +4 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +9 -1
- package/Platform/FolderGridService.d.ts +44 -3
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +8 -1
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderName.d.ts +4 -0
- package/Platform/FolderNameImpl.d.ts +1 -2
- package/Platform/FolderPluginProvider.d.ts +5 -2
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/GridOperationsService.d.ts +3 -0
- package/Platform/GridRowModel.d.ts +2 -2
- package/Platform/GropingPlugin.d.ts +3 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +2 -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/IFolderDataLoadingPlugin.d.ts +2 -2
- package/Platform/IFolderLoadRequest.d.ts +6 -0
- package/Platform/IFolderPluginFactory.d.ts +2 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/InputWithMask.d.ts +16 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- 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/LoadExistingFolderDataLoader.d.ts +2 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +6 -5
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
- package/Platform/Panel.d.ts +2 -0
- package/Platform/PanelImpl.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +17 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +33 -0
- package/Platform/ReadBatchOperationImpl.d.ts +20 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +3 -1
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/RecentCardsRouteHandler.d.ts +4 -3
- package/Platform/RefreshPlugin.d.ts +12 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +18 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +8 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +6 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchPlugin.d.ts +3 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +2 -1
- 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 +1 -1
- package/Platform/SettingsPlugin.d.ts +20 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +62 -0
- package/Platform/{TemplateRequestResolver.d.ts → SettingsPopupRequestResolver.d.ts} +3 -3
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +23 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SortingResponseResolver.d.ts +2 -1
- package/Platform/Table.d.ts +2 -3
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/{TemplateResponseResolver.d.ts → TableRowColorResponseResolver.d.ts} +1 -2
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +27 -0
- 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/Toolbar.stories.d.ts +12 -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 +4 -1
- package/Platform/UserCulture.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +11 -4
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/applyCurrentSettings.d.ts +8 -0
- package/Platform/canUseCssVariables.d.ts +1 -0
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/formatNumberToCulture.d.ts +8 -0
- package/Platform/getArrayWidth.d.ts +2 -0
- package/Platform/index.d.ts +13 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateColumnsVisible.d.ts +2 -0
- package/Platform/updateValueCheckedColumn.d.ts +6 -0
- package/Platform/utils.d.ts +3 -0
- package/StandardServices.d.ts +11 -2
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +2 -1
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +8 -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 +4 -3
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/IRouteInfo.d.ts +2 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationResult.d.ts +4 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +3 -3
- package/System/LayoutCardControllerStub.d.ts +3 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/MessageBoxService.d.ts +1 -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 +604 -68
- 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/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
- package/Legacy/AgreementSidebar.d.ts +0 -38
- package/Legacy/LegacyModels.d.ts +0 -178
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
- 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/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
|
@@ -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/WebCVersion/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,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FolderGrid } from '@docsvision/webclient/Platform/FolderGrid';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof FolderGrid;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Toolbar: () => JSX.Element;
|
|
9
|
+
export declare const NormalMode: () => JSX.Element;
|
|
10
|
+
export declare const PaginatedMode: () => JSX.Element;
|
|
11
|
+
export declare const FilterAndNormalMode: () => JSX.Element;
|
|
12
|
+
export declare const FilterAndPaginationMode: () => 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
|
+
}
|
|
@@ -5,11 +5,13 @@ import { $UnreadCounter } from '@docsvision/webclient/Platform/$UnreadCounter';
|
|
|
5
5
|
import { IRowData } from '@docsvision/web/components/table/interfaces';
|
|
6
6
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
7
7
|
import { Event } from 'effector';
|
|
8
|
+
import { $RefreshUnreadCounters } from '@docsvision/webclient/Platform/$RefreshUnreadCounters';
|
|
9
|
+
import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
|
|
8
10
|
/** Сервис для корректного инициирования скачивания файла из скриптов. */
|
|
9
11
|
export declare class UnreadBarService implements IUnreadBarService {
|
|
10
12
|
private services;
|
|
11
13
|
performOnce: PerformOnce;
|
|
12
14
|
rowToggled: Event<IRowData>;
|
|
13
|
-
constructor(services: $CardController & $UnreadCounter & $Domain);
|
|
15
|
+
constructor(services: $CardController & $UnreadCounter & $Domain & $RefreshUnreadCounters & $CurrentFolder);
|
|
14
16
|
toggleUnread(rowData: IRowData): Promise<any>;
|
|
15
17
|
}
|
|
@@ -4,9 +4,14 @@ import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebC
|
|
|
4
4
|
import { $UnreadCounter } from '@docsvision/webclient/Platform/$UnreadCounter';
|
|
5
5
|
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
6
6
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
7
|
+
import { $RefreshUnreadCounters } from '@docsvision/webclient/Platform/$RefreshUnreadCounters';
|
|
8
|
+
import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
|
|
9
|
+
import "./UnreadBarTablePlugins.css";
|
|
7
10
|
export declare const UnreadBarFeature = "UnreadBarFeature";
|
|
11
|
+
export declare const UNREAD_BAR_COLUMN_VISIBILITY = "UnreadBarVisibility";
|
|
8
12
|
export declare const UnreadBarTableCellPlugin: TablePlugins.Cell.Component<$UnreadBar>;
|
|
9
|
-
export declare const
|
|
13
|
+
export declare const UnreadBarListViewTableCellPlugin: TablePlugins.Cell.Component<$UnreadBar>;
|
|
14
|
+
export declare const UnreadBarServiceProvider: TablePlugins.ServiceProvider<$UnreadBar & $CardController & $UnreadCounter & $Domain & $RefreshUnreadCounters & $CurrentFolder>;
|
|
10
15
|
export declare const UnreadBarTableRowMountEffect: TablePlugins.Row.MountEffect<$ApplicationSettings & $UnreadBar>;
|
|
11
16
|
export declare const UnreadBarTableRowDecorator: TablePlugins.Row.Decorator<$ApplicationSettings & $UnreadBar>;
|
|
12
17
|
export declare const UnreadBarTableHeaderCellPlugin: TablePlugins.HeaderCell.Component<$ApplicationSettings>;
|
|
@@ -2,9 +2,12 @@ import { IFolderDataLoadingPlugin, ResponseResolveResult } from '@docsvision/web
|
|
|
2
2
|
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
|
+
export declare const UNREAD_COLUMN_ORDER = -10000;
|
|
5
6
|
export declare class UnreadResponseResolver implements IFolderDataLoadingPlugin {
|
|
7
|
+
private services;
|
|
6
8
|
id: string;
|
|
7
9
|
description: string;
|
|
8
10
|
order: PluginOrder;
|
|
9
|
-
|
|
11
|
+
constructor(services: any);
|
|
12
|
+
resolveResponse(data: ITableData, response: GenModels.GridViewModelEx): Promise<void | ResponseResolveResult>;
|
|
10
13
|
}
|
|
@@ -11,6 +11,8 @@ export declare class Params extends BaseControlParams {
|
|
|
11
11
|
standardCssClass?: string;
|
|
12
12
|
/** Значение контрола - код культуры вида ru, en и т.д. */
|
|
13
13
|
value: string;
|
|
14
|
+
/** Определяет, должен ли переключатель получать фокус при переходе по Tab: `true` - должен, `false` - не должен. */
|
|
15
|
+
tabStop?: boolean;
|
|
14
16
|
services?: $LocalizationController & $Locale & $ApplicationSettings;
|
|
15
17
|
}
|
|
16
18
|
export interface State extends Params, BaseControlState {
|
|
@@ -25,7 +25,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
|
|
|
25
25
|
private attachRoot;
|
|
26
26
|
DialogBox:
|
|
27
27
|
import("styled-components").StyledComponent<(props:
|
|
28
|
-
import("C:/
|
|
28
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
29
29
|
close(): void;
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
2
2
|
import { PanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
3
|
import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/WebFrameMainMenuContainerImpl';
|
|
4
|
-
import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
4
|
+
import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
5
5
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
6
6
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
7
7
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
|
|
|
16
16
|
isClosed?: boolean;
|
|
17
17
|
/** Скрыт ли ползунок для ресайза */
|
|
18
18
|
isHandleHidden?: boolean;
|
|
19
|
-
services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage;
|
|
19
|
+
services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE;
|
|
20
20
|
}
|
|
21
21
|
export interface WebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, PanelState {
|
|
22
22
|
}
|
|
@@ -8,6 +8,11 @@ import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
|
|
|
8
8
|
import { SearchDropdown } from '@docsvision/webclient/Legacy/SearchDropdown';
|
|
9
9
|
import { $WebFrameContext } from '@docsvision/webclient/Platform/$WebFrameContext';
|
|
10
10
|
import { $Router } from '@docsvision/webclient/System/$Router';
|
|
11
|
+
import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
|
|
12
|
+
import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
|
|
13
|
+
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
14
|
+
import { $Resources } from '@docsvision/web/core/localization/$Resources';
|
|
15
|
+
import { $FolderInfo } from '@docsvision/webclient/Platform/$FolderInfo';
|
|
11
16
|
export declare class WebFrameSearchPanelParams extends BaseControlParams {
|
|
12
17
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
13
18
|
standardCssClass?: string;
|
|
@@ -21,7 +26,7 @@ export declare class WebFrameSearchPanelParams extends BaseControlParams {
|
|
|
21
26
|
isClearButtonHidden?: boolean;
|
|
22
27
|
/** Скрыт ли плейсхолдер */
|
|
23
28
|
isPlaceholderHidden?: boolean;
|
|
24
|
-
services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest;
|
|
29
|
+
services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $Resources & $WebFrameSearchPanel & $FolderInfo;
|
|
25
30
|
}
|
|
26
31
|
export interface WebFrameSearchPanelState extends WebFrameSearchPanelParams, BaseControlState {
|
|
27
32
|
}
|
|
@@ -30,7 +35,6 @@ export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanel
|
|
|
30
35
|
private searchInput;
|
|
31
36
|
private searchInputText;
|
|
32
37
|
private searchPlaceholder;
|
|
33
|
-
private timer;
|
|
34
38
|
private dropdown;
|
|
35
39
|
private searchText;
|
|
36
40
|
private prevNavBarMode;
|
|
@@ -45,6 +49,7 @@ export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanel
|
|
|
45
49
|
get IsMobile(): boolean;
|
|
46
50
|
get IsSearchResults(): boolean;
|
|
47
51
|
get SearchContext(): GenModels.SearchContextOption;
|
|
52
|
+
get IsSearchEveryWhere(): boolean;
|
|
48
53
|
get SearchText(): string;
|
|
49
54
|
get Dropdown(): SearchDropdown;
|
|
50
55
|
get IsNotOpened(): boolean;
|
|
@@ -57,12 +62,13 @@ export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanel
|
|
|
57
62
|
hide: () => void;
|
|
58
63
|
show: () => void;
|
|
59
64
|
expand: () => void;
|
|
65
|
+
collapse: () => void;
|
|
60
66
|
onSearchAreaSelected: (oldVal: GenModels.SearchContextOption, newVal: GenModels.SearchContextOption) => void;
|
|
61
67
|
reset: () => void;
|
|
62
68
|
clear: () => void;
|
|
63
|
-
search: (refresh?: boolean) => void;
|
|
69
|
+
search: (refresh?: boolean, clear?: boolean) => void;
|
|
64
70
|
rebuild: () => void;
|
|
65
|
-
buildSearchRequestParams: (searchText: string, refresh: boolean) => void;
|
|
71
|
+
buildSearchRequestParams: (searchText: string, refresh: boolean, clear?: boolean) => void;
|
|
66
72
|
checkFullTextSearchAvailability: () => boolean;
|
|
67
73
|
toggleSearchPanel: () => void;
|
|
68
74
|
onExpanded: () => void;
|
|
@@ -77,6 +83,7 @@ export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanel
|
|
|
77
83
|
handleInput: (e: any) => void;
|
|
78
84
|
updateSearchText: (value: string) => void;
|
|
79
85
|
handleKeyPress: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
86
|
+
handleOnClickSearchButton: () => void;
|
|
80
87
|
handleOnKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
81
88
|
renderControl(): JSX.Element;
|
|
82
89
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { ISearchInfo, IWebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
3
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
4
|
+
import { Store, Event } from 'effector';
|
|
5
|
+
/** @intrnal Реализация сервиса {@link $WebFrameSearchPanel}. */
|
|
6
|
+
export declare class WebFrameSearchPanelService implements IWebFrameSearchPanel {
|
|
7
|
+
$searchText: Store<string>;
|
|
8
|
+
$searchContext: Store<GenModels.SearchContextOption>;
|
|
9
|
+
$expanded: Store<boolean>;
|
|
10
|
+
$availableContexts: Store<GenModels.SearchContextOption[]>;
|
|
11
|
+
$visible: Store<boolean>;
|
|
12
|
+
$searchResultsText: Store<string>;
|
|
13
|
+
searchRequested: Event<ISearchInfo>;
|
|
14
|
+
setSearchText: Event<string>;
|
|
15
|
+
setSearchContext: Event<GenModels.SearchContextOption>;
|
|
16
|
+
setExpanded: Event<boolean>;
|
|
17
|
+
setVisible: Event<boolean>;
|
|
18
|
+
setSearchResultsText: Event<string>;
|
|
19
|
+
requestSearch: Event<ISearchInfo>;
|
|
20
|
+
setAvailableContexts: Event<GenModels.SearchContextOption[]>;
|
|
21
|
+
enableContext: Event<GenModels.SearchContextOption>;
|
|
22
|
+
disableContext: Event<GenModels.SearchContextOption>;
|
|
23
|
+
constructor(services: $Domain);
|
|
24
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { $InsideMainMenu } from '@docsvision/webclient/Platform/$InsideMainMenu';
|
|
3
2
|
import { $ApplicationSettings, $CurrentEmployee, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
4
3
|
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
@@ -6,8 +5,10 @@ import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
|
6
5
|
import { $LayoutStaffController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
7
6
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
8
7
|
import { PerformOnce } from '@docsvision/webclient/Legacy/Utils';
|
|
8
|
+
import React from 'react';
|
|
9
9
|
import { $EmployeeStatus } from '@docsvision/webclient/Platform/$EmployeeStatus';
|
|
10
10
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
11
|
+
import { $Poll } from '@docsvision/webclient/System/$PollService';
|
|
11
12
|
/**
|
|
12
13
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameUserPanel}.
|
|
13
14
|
*/
|
|
@@ -26,7 +27,7 @@ export declare class WebFrameUserPanelParams extends BaseControlParams {
|
|
|
26
27
|
isMobileMenuHidden?: boolean;
|
|
27
28
|
/** Показывает формат отображения данных сотрудника */
|
|
28
29
|
userPanelDisplayMode?: number;
|
|
29
|
-
services?: $CurrentEmployee & $InsideMainMenu & $ApplicationSettings & $LayoutStaffController & $EmployeeStatus & $DeviceType & $LocalStorage;
|
|
30
|
+
services?: $CurrentEmployee & $InsideMainMenu & $ApplicationSettings & $LayoutStaffController & $EmployeeStatus & $DeviceType & $LocalStorage & $Poll;
|
|
30
31
|
}
|
|
31
32
|
export interface WebFrameUserPanelState extends WebFrameUserPanelParams, BaseControlState {
|
|
32
33
|
employeeStatus: GenModels.StaffEmployeeStatus;
|
|
@@ -65,6 +66,7 @@ export declare class WebFrameUserPanel extends BaseControl<WebFrameUserPanelPara
|
|
|
65
66
|
showUserProfile: (e: any) => void;
|
|
66
67
|
showMenuAbout: (e: any) => void;
|
|
67
68
|
showMenuExit: (e: any) => void;
|
|
69
|
+
showPoll: (e: React.MouseEvent) => void;
|
|
68
70
|
toggleMenuOnMobileVersion: (e: any) => void;
|
|
69
71
|
renderControlInsideHeader(): JSX.Element;
|
|
70
72
|
renderControlInsideMainMenu(): JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { ITableData } from "@docsvision/web/components/table/interfaces";
|
|
3
|
+
export declare function applyCurrentSettings(info: {
|
|
4
|
+
gridUserSettings: GenModels.GridUserSettingsData;
|
|
5
|
+
listView: boolean;
|
|
6
|
+
tableData: ITableData;
|
|
7
|
+
viewId: string;
|
|
8
|
+
}, columns: GenModels.ViewColumnModel[]): GenModels.ViewColumnModel[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function canUseCssVariables(): boolean;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { ICurrentFolderService } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
3
|
+
export declare function filterViews(views: GenModels.FolderViewInfo[], currentFolder: ICurrentFolderService): GenModels.FolderViewInfo[];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export interface INumberFormatInfo {
|
|
3
|
+
numberGroupSeparator: string;
|
|
4
|
+
numberGroupSizes: number[];
|
|
5
|
+
numberDecimalDigits: number;
|
|
6
|
+
numberDecimalSeparator: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function formatNumberToCulture(value: number, type: GenModels.ColumnType, numberFormatInfo: INumberFormatInfo): string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ExportPlugin } from "@docsvision/webclient/Platform/ExportPlugin";
|
|
2
|
+
import { FilterPlugin } from "@docsvision/webclient/Platform/FilterPlugin";
|
|
3
|
+
import { FolderSizePlugin } from "@docsvision/webclient/Platform/FolderSizePlugin";
|
|
4
|
+
import { GropingPlugin } from "@docsvision/webclient/Platform/GropingPlugin";
|
|
5
|
+
import { ReadAllPlugin } from "@docsvision/webclient/Platform/ReadAllPlugin";
|
|
6
|
+
import { RefreshPlugin } from "@docsvision/webclient/Platform/RefreshPlugin";
|
|
7
|
+
import { ResetSettingsPlugin } from "@docsvision/webclient/Platform/ResetSettingsPlugin";
|
|
8
|
+
import { SearchPlugin } from "@docsvision/webclient/Platform/SearchPlugin";
|
|
9
|
+
import { SettingsPlugin } from "@docsvision/webclient/Platform/SettingsPlugin";
|
|
10
|
+
import { ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
11
|
+
export declare const ToolbarPlugins: ITablePlugins;
|
|
12
|
+
export declare const toolbarTypeName = "FolderGridToolbar";
|
|
13
|
+
export { ExportPlugin, FilterPlugin, GropingPlugin, ReadAllPlugin, RefreshPlugin, ResetSettingsPlugin, SearchPlugin, SettingsPlugin, FolderSizePlugin };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { ITableData } from "@docsvision/web/components/table/interfaces";
|
|
3
|
+
export declare const DEFAULT_LIST_VIEW_COLUMNS_COUNT_VISIBLE = 3;
|
|
4
|
+
export declare const LIST_VIEW_DEFAULT_COLUMN_VISIBILITY = "ListViewDefaultVisibility";
|
|
5
|
+
export declare const USER_SETUP_COLUMN_VISIBILITY = "UserSetupVisibility";
|
|
6
|
+
export declare function setColumnsSettings(data: ITableData, settings: GenModels.GridUserSettingsData): void;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export interface IColumnVisibility {
|
|
3
|
+
columnName: string;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function updateValueCheckedColumn(columns: GenModels.ViewColumnModel[], data: IColumnVisibility): GenModels.ViewColumnModel[];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IDateFormatPluginData } from "@docsvision/web/components/table/plugins/filter/elements/filter-panel";
|
|
2
|
+
export declare const transformDateToServerFormat: (value: string, dataFormatData: IDateFormatPluginData) => string;
|
|
3
|
+
export declare const transformDateToClientFormat: (value: any, dataFormatData: IDateFormatPluginData) => any;
|
package/StandardServices.d.ts
CHANGED
|
@@ -35,16 +35,25 @@ import { $FileScan } from '@docsvision/webclient/Platform/$FileScan';
|
|
|
35
35
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
36
36
|
import { $ScanDialog } from '@docsvision/webclient/Platform/$ScanDialog';
|
|
37
37
|
import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
38
|
-
import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
39
38
|
import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
|
|
40
39
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
41
40
|
import { $RootCssClass } from '@docsvision/webclient/Helpers/$RootCssClass';
|
|
42
41
|
import { $FilePreview } from '@docsvision/webclient/Platform/$FilePreview';
|
|
43
42
|
import { $WebFrameDirectorySearchPanelService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
44
43
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
44
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
45
|
+
import { $MessageWindow } from '@docsvision/web/components/modals/message-box';
|
|
45
46
|
import { $FileUpload } from "@docsvision/webclient/Platform/IFileUploadService";
|
|
46
47
|
import { $WebFrameDirectorySearchInfoStorageService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
47
48
|
import { $DialogManagement } from "@docsvision/webclient/Helpers/ModalDialog/$DialogManagement";
|
|
49
|
+
import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
|
|
50
|
+
import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
|
|
51
|
+
import { $RefreshUnreadCounters } from "@docsvision/webclient/Platform/$RefreshUnreadCounters";
|
|
52
|
+
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
53
|
+
import { $LastSearchParameters } from "@docsvision/webclient/Platform/$LastSearchParameters";
|
|
54
|
+
import { $Poll } from "@docsvision/webclient/System/$PollService";
|
|
55
|
+
import { $FolderPluginProvider } from "@docsvision/webclient/Platform/$FolderPluginProvider";
|
|
56
|
+
import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
|
|
48
57
|
/** Сервис доступа к идентификатору текущего пользователя. */
|
|
49
58
|
export declare type $CurrentEmployeeId = {
|
|
50
59
|
currentEmployeeId: string;
|
|
@@ -134,4 +143,4 @@ export declare type $ApplicationSettings = {
|
|
|
134
143
|
};
|
|
135
144
|
export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
|
|
136
145
|
/** Стандартные сервисы Web-клиента. */
|
|
137
|
-
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $
|
|
146
|
+
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $HoverPanel;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { Event, Store } from 'effector';
|
|
3
|
+
export interface ILastSearchResponse {
|
|
4
|
+
readonly $instanceId: Store<string>;
|
|
5
|
+
readonly $searchText: Store<string>;
|
|
6
|
+
readonly $searchContextOption: Store<GenModels.SearchContextOption>;
|
|
7
|
+
readonly $lastSearchText: Store<string>;
|
|
8
|
+
readonly $viewId: Store<string>;
|
|
9
|
+
readonly $sortedColumn: Store<string>;
|
|
10
|
+
readonly $isDescending: Store<boolean>;
|
|
11
|
+
readonly $columns: Store<GenModels.GridUserSettingsColumn[]>;
|
|
12
|
+
readonly $listColumns: Store<GenModels.GridUserSettingsColumn[]>;
|
|
13
|
+
readonly $tablePresentation: Store<GenModels.TablePresentation>;
|
|
14
|
+
setInstenceId: Event<string>;
|
|
15
|
+
setSearchText: Event<string>;
|
|
16
|
+
setSearchContextOption: Event<GenModels.SearchContextOption>;
|
|
17
|
+
setViewId: Event<string>;
|
|
18
|
+
setSortedColumn: Event<string>;
|
|
19
|
+
setColumns: Event<GenModels.GridUserSettingsColumn[]>;
|
|
20
|
+
setListColumns: Event<GenModels.GridUserSettingsColumn[]>;
|
|
21
|
+
setIsDescending: Event<boolean>;
|
|
22
|
+
setTablePresentation: Event<GenModels.TablePresentation>;
|
|
23
|
+
}
|
|
24
|
+
export declare type $LastSearchResponse = {
|
|
25
|
+
lastSearchResponse: ILastSearchResponse;
|
|
26
|
+
};
|
|
27
|
+
export declare const $LastSearchResponse: string | ((model?: $LastSearchResponse) => ILastSearchResponse);
|
package/System/$Layout.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { IControlStoreManager } from '@docsvision/webclient/System/IControlStore
|
|
|
6
6
|
import { IEditOperationStore } from "@docsvision/webclient/System/IEditOperationStore";
|
|
7
7
|
import { ILayoutContainer } from "@docsvision/webclient/System/ILayoutContainer";
|
|
8
8
|
import { ILayoutCheckService } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
9
|
+
import { FieldSpec } from "@docsvision/web/utils/common";
|
|
9
10
|
/** Параметры метода {@link Layout.saveCard}. */
|
|
10
11
|
export interface SaveCardOptions {
|
|
11
12
|
/** Не помечать карточку как сохраненную. Данная пометка влияет на наличие подтверждения закрытия окна браузера. */
|
|
@@ -85,7 +86,7 @@ export interface ILayout extends ILayoutCheckService {
|
|
|
85
86
|
/** Удаляет текущую карточку или строку секции */
|
|
86
87
|
delete(): Promise<any>;
|
|
87
88
|
/** возвращает сервис */
|
|
88
|
-
getService<$T>(serviceName?:
|
|
89
|
+
getService<$T>(serviceName?: FieldSpec<any, $T>): $T;
|
|
89
90
|
}
|
|
90
91
|
export declare type $Layout = {
|
|
91
92
|
layout: ILayout;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Store } from 'effector';
|
|
2
|
+
export interface IPoll {
|
|
3
|
+
readonly $URL: Store<string> | null;
|
|
4
|
+
readonly $requestDate: Store<Date>;
|
|
5
|
+
show(): void;
|
|
6
|
+
}
|
|
7
|
+
export declare type $Poll = {
|
|
8
|
+
poll: IPoll;
|
|
9
|
+
};
|
|
10
|
+
export declare const $Poll: string | ((model?: $Poll) => IPoll);
|
package/System/$Router.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export interface IRouter {
|
|
|
12
12
|
* Please, don't use it. Really.
|
|
13
13
|
*/
|
|
14
14
|
readonly dangerouslyUrl: string;
|
|
15
|
+
readonly previousUrl: string;
|
|
15
16
|
getLastRouteProcessingId(): string;
|
|
16
17
|
addHandler<T>(routeType: RouteType, handler: IRouteHandler<T>): any;
|
|
17
18
|
removeHandler<T>(routeType: RouteType, handler: IRouteHandler<T>): any;
|
package/System/BaseControl.d.ts
CHANGED
|
@@ -15,9 +15,12 @@ import { FieldSpec } from '@docsvision/webclient/System/GetFieldName';
|
|
|
15
15
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
16
16
|
import { BasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
|
|
17
17
|
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
18
|
+
import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
|
|
18
19
|
import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
|
|
19
20
|
import React from "react";
|
|
21
|
+
import { IValidateEventArgs } from '@docsvision/webclient/System/IValidateEventArgs';
|
|
20
22
|
export declare let DEFAULT_CONTROL_NAME: string;
|
|
23
|
+
export declare const BASE_CONTROL_SYSTEM_HANDLER = "BASE_CONTROL_SYSTEM_HANDLER";
|
|
21
24
|
/**
|
|
22
25
|
* Базовый класс для описания публичных свойств контрола.
|
|
23
26
|
*
|
|
@@ -60,6 +63,8 @@ export declare class BaseControlParams {
|
|
|
60
63
|
visibilityEditOperation?: string;
|
|
61
64
|
/** Определяет, есть ли возможность редактировать элемент управления: `true` - нельзя редактировать, `false` - можно. */
|
|
62
65
|
disabled?: boolean;
|
|
66
|
+
/** Хранит дополнительную информацию или настройки в виде строкового ресурса */
|
|
67
|
+
tag?: string;
|
|
63
68
|
/**
|
|
64
69
|
* Определяет, должен ли элемент управления получать фокус при переходе по Tab:
|
|
65
70
|
* `true` - должен, `false` - не должен.
|
|
@@ -103,6 +108,8 @@ export declare class BaseControlParams {
|
|
|
103
108
|
loaded?: BasicApiEvent<IEventArgs>;
|
|
104
109
|
/** Событие, возникающее при удалении элемента управления из разметки. */
|
|
105
110
|
unloading?: CancelableApiEvent<IEventArgs>;
|
|
111
|
+
/** Событие, возникающее при валидации контрола. */
|
|
112
|
+
validation?: BasicApiEvent<IValidateEventArgs>;
|
|
106
113
|
/** Интерфейсный компонент контрола (см. описание класса {@link BaseControl}). */
|
|
107
114
|
wrapper?: BaseControl<BaseControlParams, BaseControlState>;
|
|
108
115
|
}
|
|
@@ -291,6 +298,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
291
298
|
* @param params Параметры выполнения валидации. Например, показывать ли сообщение о неудаче в UI или нет.
|
|
292
299
|
*/
|
|
293
300
|
validate(params: any): IValidationResult[];
|
|
301
|
+
createValidationResult(params: IValidationParams, results: IValidationResult[]): IValidationResult[];
|
|
294
302
|
/**
|
|
295
303
|
* Производится обнаружение и регистрация всех свойств, объявленных с декоратором {@link handler}.
|
|
296
304
|
*/
|