@docsvision/webclient 5.16.1 → 5.17.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementHistoryImpl.d.ts +2 -0
- package/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListImpl.d.ts +3 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/Address.d.ts +3 -2
- package/BackOffice/CardKind.d.ts +3 -2
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ColumnSettingsDialog.d.ts +2 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CreateWindow.d.ts +2 -1
- package/BackOffice/Department.d.ts +3 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +2 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +3 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EditTaskDescription.d.ts +2 -1
- package/BackOffice/EditTaskDescriptionDialog.d.ts +2 -0
- package/BackOffice/EditTaskDuration.d.ts +2 -2
- package/BackOffice/EditTaskDurationDialog.d.ts +2 -1
- package/BackOffice/EditWindow.d.ts +2 -1
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +12 -4
- package/BackOffice/FileRenamingDialog.d.ts +2 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +4 -3
- package/BackOffice/PartnerBaseImpl.d.ts +2 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +5 -4
- package/BackOffice/PartnerSelectDialog.d.ts +8 -1
- package/BackOffice/PartnerTypeaheadVariant.d.ts +3 -2
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +4 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/Tasks.d.ts +2 -1
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +12 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +3 -1
- package/BackOffice/TasksTreeImpl.d.ts +3 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -1
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +113 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +358 -33
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +5 -2
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +2 -0
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
- package/Helpers/ModalDialog/ScrollableModal.d.ts +8 -0
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +3 -1
- package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +2 -1
- package/Legacy/ModalWindow.d.ts +7 -2
- package/Legacy/ModalWindowParams.d.ts +6 -0
- package/Legacy/SelectFolderModalDialog.d.ts +2 -1
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +0 -1
- package/MainBundle.d.ts +2 -2
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$CompanyLogo.d.ts +1 -1
- package/Platform/$ContextMenuOptions.d.ts +17 -10
- package/Platform/$CurrentFolder.d.ts +1 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +5 -1
- package/Platform/$FolderGrid.d.ts +14 -6
- package/Platform/$GridOptions.d.ts +9 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/{SearchParametersFolderExtendedData.d.ts → AggregatesExtendedData.d.ts} +1 -1
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -1
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +1 -2
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsProgressDialogService.d.ts +3 -1
- package/Platform/CalendarInput.d.ts +1 -1
- package/Platform/ClearButton.d.ts +7 -5
- package/Platform/CompanyLogoService.d.ts +3 -1
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -1
- package/Platform/ContextMenu.d.ts +7 -1
- package/Platform/ContextMenuOptionsService.d.ts +7 -4
- package/Platform/DateInput.d.ts +3 -13
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +9 -6
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +4 -0
- package/Platform/ExportPlugin.d.ts +10 -4
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FocusableTextInput.d.ts +3 -8
- package/Platform/Folder.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderContent.d.ts +2 -0
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +3 -1
- package/Platform/FolderDataContext.d.ts +6 -2
- package/Platform/FolderDataLoadingService.d.ts +13 -7
- package/Platform/FolderGrid.d.ts +9 -3
- package/Platform/FolderGrid.stories.d.ts +1 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -1
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridService.d.ts +7 -3
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +7 -1
- package/Platform/FolderImpl.d.ts +2 -0
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +2 -1
- package/Platform/FolderWebFrameRouteHandler.d.ts +3 -2
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +1 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/InputWithMask.d.ts +4 -3
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +2 -1
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +5 -5
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +5 -5
- package/Platform/ReadAllPlugin.d.ts +11 -5
- package/Platform/ReadBatchOperation.d.ts +4 -1
- package/Platform/RecentCardsDashboardWidget.d.ts +1 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -14
- package/Platform/RecentCardsRouteHandler.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +10 -4
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +10 -4
- package/Platform/ScanDialogService.d.ts +2 -1
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -1
- package/Platform/SearchParametersFolderResponseResolver.d.ts +5 -1
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchResultsRequestResolver.d.ts +6 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +3 -3
- package/Platform/SecurityDialogFrame.d.ts +2 -1
- package/Platform/SettingsPlugin.d.ts +12 -7
- package/Platform/SettingsPopup.d.ts +5 -3
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupExtendedData.d.ts +2 -2
- package/Platform/SettingsPopupLogic.d.ts +16 -1
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
- package/Platform/ShowAllButton.d.ts +3 -1
- package/Platform/Table.d.ts +4 -4
- package/Platform/TableCreateRowWindow.d.ts +2 -1
- package/Platform/TableEditRowWindow.d.ts +2 -1
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TestUtils.d.ts +12 -1
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameCompanyLogo.d.ts +4 -0
- package/Platform/WebFrameContent.d.ts +9 -1
- package/Platform/WebFrameContentImpl.d.ts +4 -0
- package/Platform/WebFrameHeaderContainer.d.ts +5 -1
- package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +8 -5
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/applyCurrentSettings.d.ts +7 -1
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateValueCheckedColumn.d.ts +5 -1
- package/StandardServices.d.ts +8 -1
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +3 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +5 -1
- package/System/DirectorySelectDialog.d.ts +9 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/LastSearchResponseService.d.ts +19 -0
- package/System/Layout.d.ts +9 -3
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutCardControllerStub.d.ts +1 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LayoutImpl.d.ts +1 -0
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +2 -1
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -18
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/Platform/Settings.d.ts +0 -3
- package/Platform/TemplateRequestResolver.d.ts +0 -12
- package/Platform/TemplateResponseResolver.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -119,9 +119,13 @@ export declare namespace GenModels {
|
|
|
119
119
|
export declare namespace GenModels {
|
|
120
120
|
interface GridUserSettingsData {
|
|
121
121
|
/**
|
|
122
|
-
* Gets or sets a list with user settings of each column in folder view
|
|
122
|
+
* Gets or sets a list with user settings of each column in folder view for Grid Presentation
|
|
123
123
|
*/
|
|
124
124
|
columns: Array<GenModels.GridUserSettingsColumn>;
|
|
125
|
+
/**
|
|
126
|
+
* Gets or sets a list with user setting of each column in folder view for List Presentation
|
|
127
|
+
*/
|
|
128
|
+
listColumns: Array<GenModels.GridUserSettingsColumn>;
|
|
125
129
|
/**
|
|
126
130
|
* Gets or sets grid view filters
|
|
127
131
|
*/
|
|
@@ -158,10 +162,22 @@ export declare namespace GenModels {
|
|
|
158
162
|
* User requested view without sorting.
|
|
159
163
|
*/
|
|
160
164
|
disableSorting: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Grid aggregate search value
|
|
167
|
+
*/
|
|
168
|
+
aggregates: Array<GenModels.AggregateFilterItem>;
|
|
161
169
|
/**
|
|
162
170
|
* Gets or sets whether used default grouping
|
|
163
171
|
*/
|
|
164
172
|
useDefaultGrouping: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets table presentation mode
|
|
175
|
+
*/
|
|
176
|
+
tablePresentation: GenModels.TablePresentation;
|
|
177
|
+
/**
|
|
178
|
+
* Gets or sets column width mode
|
|
179
|
+
*/
|
|
180
|
+
columnWidthMode: GenModels.ColumnWidthMode;
|
|
165
181
|
}
|
|
166
182
|
}
|
|
167
183
|
export declare namespace GenModels {
|
|
@@ -194,6 +210,14 @@ export declare namespace GenModels {
|
|
|
194
210
|
* Gets or sets values
|
|
195
211
|
*/
|
|
196
212
|
values: Array<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Gets or sets operation
|
|
215
|
+
*/
|
|
216
|
+
operation: GenModels.FilterOperation;
|
|
217
|
+
/**
|
|
218
|
+
* Gets or sets mode
|
|
219
|
+
*/
|
|
220
|
+
mode: GenModels.FilterMode;
|
|
197
221
|
}
|
|
198
222
|
}
|
|
199
223
|
export declare namespace GenModels {
|
|
@@ -216,6 +240,38 @@ export declare namespace GenModels {
|
|
|
216
240
|
activeValue: string;
|
|
217
241
|
}
|
|
218
242
|
}
|
|
243
|
+
export declare namespace GenModels {
|
|
244
|
+
interface AggregateFilterItem {
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets aggregation alias
|
|
247
|
+
*/
|
|
248
|
+
aggregationAlias: string;
|
|
249
|
+
/**
|
|
250
|
+
* Gets or sets selected value
|
|
251
|
+
*/
|
|
252
|
+
stringValue: string;
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets range values
|
|
255
|
+
*/
|
|
256
|
+
rangeValues: GenModels.AggregateRangeValues;
|
|
257
|
+
/**
|
|
258
|
+
* Gets or sets values count
|
|
259
|
+
*/
|
|
260
|
+
count: number;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export declare namespace GenModels {
|
|
264
|
+
interface AggregateRangeValues {
|
|
265
|
+
/**
|
|
266
|
+
* From value
|
|
267
|
+
*/
|
|
268
|
+
from: string;
|
|
269
|
+
/**
|
|
270
|
+
* To value
|
|
271
|
+
*/
|
|
272
|
+
to: string;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
219
275
|
export declare namespace GenModels {
|
|
220
276
|
interface UnreadCountersRequest {
|
|
221
277
|
/**
|
|
@@ -2413,7 +2469,6 @@ export declare namespace GenModels {
|
|
|
2413
2469
|
* Device type
|
|
2414
2470
|
*/
|
|
2415
2471
|
deviceType: GenModels.DeviceType;
|
|
2416
|
-
useOldGrid?: boolean;
|
|
2417
2472
|
}
|
|
2418
2473
|
}
|
|
2419
2474
|
export declare namespace GenModels {
|
|
@@ -2704,10 +2759,6 @@ export declare namespace GenModels {
|
|
|
2704
2759
|
* Gets or sets typed value
|
|
2705
2760
|
*/
|
|
2706
2761
|
rawValue: any;
|
|
2707
|
-
/**
|
|
2708
|
-
* Gets or sets typed value
|
|
2709
|
-
*/
|
|
2710
|
-
typedValue: any;
|
|
2711
2762
|
}
|
|
2712
2763
|
}
|
|
2713
2764
|
export declare namespace GenModels {
|
|
@@ -2905,7 +2956,6 @@ export declare namespace GenModels {
|
|
|
2905
2956
|
export declare namespace GenModels {
|
|
2906
2957
|
interface RecentCardsRequest {
|
|
2907
2958
|
requestModel: GenModels.CardListRequestModel;
|
|
2908
|
-
useOldGrid: boolean;
|
|
2909
2959
|
}
|
|
2910
2960
|
}
|
|
2911
2961
|
export declare namespace GenModels {
|
|
@@ -2966,6 +3016,10 @@ export declare namespace GenModels {
|
|
|
2966
3016
|
* Is column hidden
|
|
2967
3017
|
*/
|
|
2968
3018
|
hidden: boolean;
|
|
3019
|
+
/**
|
|
3020
|
+
* Is column system
|
|
3021
|
+
*/
|
|
3022
|
+
system: boolean;
|
|
2969
3023
|
/**
|
|
2970
3024
|
* Gets or sets column caption
|
|
2971
3025
|
*/
|
|
@@ -3010,6 +3064,12 @@ export declare namespace GenModels {
|
|
|
3010
3064
|
* @format datatype.uuid
|
|
3011
3065
|
*/
|
|
3012
3066
|
viewId: string;
|
|
3067
|
+
/**
|
|
3068
|
+
* Get or sets instance id
|
|
3069
|
+
*
|
|
3070
|
+
* @format datatype.uuid
|
|
3071
|
+
*/
|
|
3072
|
+
instanceId?: string;
|
|
3013
3073
|
/**
|
|
3014
3074
|
* Gets or sets grid user settings data
|
|
3015
3075
|
*/
|
|
@@ -3053,9 +3113,9 @@ export declare namespace GenModels {
|
|
|
3053
3113
|
}
|
|
3054
3114
|
}
|
|
3055
3115
|
export declare namespace GenModels {
|
|
3056
|
-
interface
|
|
3116
|
+
interface DistinctValuesRequestWithPagination {
|
|
3057
3117
|
/**
|
|
3058
|
-
* Gets or sets
|
|
3118
|
+
* Gets or sets Cursor ID
|
|
3059
3119
|
*
|
|
3060
3120
|
* @format datatype.uuid
|
|
3061
3121
|
*/
|
|
@@ -3068,6 +3128,10 @@ export declare namespace GenModels {
|
|
|
3068
3128
|
* Gets or sets page size
|
|
3069
3129
|
*/
|
|
3070
3130
|
pageSize: number;
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
export declare namespace GenModels {
|
|
3134
|
+
interface DistinctValuesRequestModel extends GenModels.DistinctValuesRequestWithPagination {
|
|
3071
3135
|
/**
|
|
3072
3136
|
* Gets or sets
|
|
3073
3137
|
*/
|
|
@@ -3114,6 +3178,100 @@ export declare namespace GenModels {
|
|
|
3114
3178
|
isLastLevel: boolean;
|
|
3115
3179
|
}
|
|
3116
3180
|
}
|
|
3181
|
+
export declare namespace GenModels {
|
|
3182
|
+
interface FilterDistinctValuesRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
3183
|
+
/**
|
|
3184
|
+
* Column name
|
|
3185
|
+
*/
|
|
3186
|
+
filterColumnName: string;
|
|
3187
|
+
/**
|
|
3188
|
+
* Search text
|
|
3189
|
+
*/
|
|
3190
|
+
filterSearchText: string;
|
|
3191
|
+
/**
|
|
3192
|
+
* Instace ID
|
|
3193
|
+
*
|
|
3194
|
+
* @format datatype.uuid
|
|
3195
|
+
*/
|
|
3196
|
+
instanceId: string;
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
export declare namespace GenModels {
|
|
3200
|
+
interface GridAggregateRequest {
|
|
3201
|
+
/**
|
|
3202
|
+
* Gets or sets folder ID
|
|
3203
|
+
*
|
|
3204
|
+
* @format datatype.uuid
|
|
3205
|
+
*/
|
|
3206
|
+
folderId: string;
|
|
3207
|
+
/**
|
|
3208
|
+
* Gets or sets query ID
|
|
3209
|
+
*
|
|
3210
|
+
* @format datatype.uuid
|
|
3211
|
+
*/
|
|
3212
|
+
queryId: string;
|
|
3213
|
+
/**
|
|
3214
|
+
* Gets or sets instance ID
|
|
3215
|
+
*
|
|
3216
|
+
* @format datatype.uuid
|
|
3217
|
+
*/
|
|
3218
|
+
instanceId: string;
|
|
3219
|
+
/**
|
|
3220
|
+
* Gets or sets filters
|
|
3221
|
+
*/
|
|
3222
|
+
filters: Array<GenModels.AggregateFilterItem>;
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
export declare namespace GenModels {
|
|
3226
|
+
interface GridAggregateModel {
|
|
3227
|
+
/**
|
|
3228
|
+
* Grid aggregate name
|
|
3229
|
+
*/
|
|
3230
|
+
name: string;
|
|
3231
|
+
/**
|
|
3232
|
+
* Grid aggregate alias
|
|
3233
|
+
*/
|
|
3234
|
+
alias: string;
|
|
3235
|
+
/**
|
|
3236
|
+
* Is Grid aggregate main?
|
|
3237
|
+
*/
|
|
3238
|
+
isMain: boolean;
|
|
3239
|
+
/**
|
|
3240
|
+
* List of grid aggregate value
|
|
3241
|
+
*/
|
|
3242
|
+
aggregateValues: Array<GenModels.GridAggregateValue>;
|
|
3243
|
+
}
|
|
3244
|
+
}
|
|
3245
|
+
export declare namespace GenModels {
|
|
3246
|
+
interface GridAggregateValue {
|
|
3247
|
+
/**
|
|
3248
|
+
* Aggregate value name
|
|
3249
|
+
*/
|
|
3250
|
+
name: string;
|
|
3251
|
+
/**
|
|
3252
|
+
* Aggregate value alias
|
|
3253
|
+
*/
|
|
3254
|
+
alias: string;
|
|
3255
|
+
/**
|
|
3256
|
+
* Aggregate value count
|
|
3257
|
+
*/
|
|
3258
|
+
count: number;
|
|
3259
|
+
/**
|
|
3260
|
+
* Aggregate value count
|
|
3261
|
+
*/
|
|
3262
|
+
checked?: boolean;
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
export declare namespace GenModels {
|
|
3266
|
+
interface RefreshUnreadCounterRequest {
|
|
3267
|
+
/**
|
|
3268
|
+
* @format datatype.uuid
|
|
3269
|
+
*/
|
|
3270
|
+
folderId: string;
|
|
3271
|
+
folderRefreshTimeout: number;
|
|
3272
|
+
forceVirtualFolderSearch: boolean;
|
|
3273
|
+
}
|
|
3274
|
+
}
|
|
3117
3275
|
export declare namespace GenModels {
|
|
3118
3276
|
interface GetRequestModel {
|
|
3119
3277
|
locationName?: string;
|
|
@@ -3371,6 +3529,36 @@ export declare namespace GenModels {
|
|
|
3371
3529
|
displayName: string;
|
|
3372
3530
|
}
|
|
3373
3531
|
}
|
|
3532
|
+
export declare namespace GenModels {
|
|
3533
|
+
interface IsHasFileCertificateSignatureModel {
|
|
3534
|
+
/**
|
|
3535
|
+
* Indicates has the file a certificate signature
|
|
3536
|
+
*/
|
|
3537
|
+
isHasFileCertificateSignature: boolean;
|
|
3538
|
+
/**
|
|
3539
|
+
* The name for downloading file
|
|
3540
|
+
*/
|
|
3541
|
+
fileDownloadName: string;
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
export declare namespace GenModels {
|
|
3545
|
+
interface DowloadFilesOperationFileInfoModel {
|
|
3546
|
+
/**
|
|
3547
|
+
* File id
|
|
3548
|
+
*
|
|
3549
|
+
* @format datatype.uuid
|
|
3550
|
+
*/
|
|
3551
|
+
fileId: string;
|
|
3552
|
+
/**
|
|
3553
|
+
* File name
|
|
3554
|
+
*/
|
|
3555
|
+
fileName: string;
|
|
3556
|
+
/**
|
|
3557
|
+
* is main
|
|
3558
|
+
*/
|
|
3559
|
+
isMain: boolean;
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3374
3562
|
export declare namespace GenModels {
|
|
3375
3563
|
interface WasReadRequest {
|
|
3376
3564
|
/**
|
|
@@ -4970,6 +5158,7 @@ export declare namespace GenModels {
|
|
|
4970
5158
|
interface ApprovalHistoryStageModel {
|
|
4971
5159
|
name: string;
|
|
4972
5160
|
approvalType?: GenModels.ApprovalType;
|
|
5161
|
+
beginDate: string;
|
|
4973
5162
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
4974
5163
|
}
|
|
4975
5164
|
}
|
|
@@ -7470,6 +7659,10 @@ export declare namespace GenModels {
|
|
|
7470
7659
|
* Search context options
|
|
7471
7660
|
*/
|
|
7472
7661
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
7662
|
+
/**
|
|
7663
|
+
* Card must be deleted into the trash or deletes from database.
|
|
7664
|
+
*/
|
|
7665
|
+
deletePermanently: boolean;
|
|
7473
7666
|
}
|
|
7474
7667
|
}
|
|
7475
7668
|
export declare namespace GenModels {
|
|
@@ -7554,6 +7747,10 @@ export declare namespace GenModels {
|
|
|
7554
7747
|
* Application pool credentials.
|
|
7555
7748
|
*/
|
|
7556
7749
|
poolAccountName: string;
|
|
7750
|
+
/**
|
|
7751
|
+
* Feedback URL
|
|
7752
|
+
*/
|
|
7753
|
+
feedbackUrl: string;
|
|
7557
7754
|
}
|
|
7558
7755
|
}
|
|
7559
7756
|
export declare namespace GenModels {
|
|
@@ -7708,6 +7905,12 @@ export declare namespace GenModels {
|
|
|
7708
7905
|
* Show Archived Cards
|
|
7709
7906
|
*/
|
|
7710
7907
|
showArchivedCards: boolean;
|
|
7908
|
+
/**
|
|
7909
|
+
* Feedback Request Date
|
|
7910
|
+
*
|
|
7911
|
+
* @format datatype.datetime
|
|
7912
|
+
*/
|
|
7913
|
+
feedbackRequestDate?: string;
|
|
7711
7914
|
}
|
|
7712
7915
|
}
|
|
7713
7916
|
export declare namespace GenModels {
|
|
@@ -9046,6 +9249,44 @@ export declare namespace GenModels {
|
|
|
9046
9249
|
EveryWhere = 3
|
|
9047
9250
|
}
|
|
9048
9251
|
}
|
|
9252
|
+
export declare namespace GenModels {
|
|
9253
|
+
/**
|
|
9254
|
+
* Filter operation
|
|
9255
|
+
*/
|
|
9256
|
+
enum FilterOperation {
|
|
9257
|
+
/**
|
|
9258
|
+
* Default
|
|
9259
|
+
*/
|
|
9260
|
+
Default = 0,
|
|
9261
|
+
/**
|
|
9262
|
+
* Contains
|
|
9263
|
+
*/
|
|
9264
|
+
Contains = 1,
|
|
9265
|
+
/**
|
|
9266
|
+
* Equals
|
|
9267
|
+
*/
|
|
9268
|
+
Equals = 2
|
|
9269
|
+
}
|
|
9270
|
+
}
|
|
9271
|
+
export declare namespace GenModels {
|
|
9272
|
+
/**
|
|
9273
|
+
* Filter Mode
|
|
9274
|
+
*/
|
|
9275
|
+
enum FilterMode {
|
|
9276
|
+
/**
|
|
9277
|
+
* Default
|
|
9278
|
+
*/
|
|
9279
|
+
Default = 0,
|
|
9280
|
+
/**
|
|
9281
|
+
* Date List
|
|
9282
|
+
*/
|
|
9283
|
+
DateList = 1,
|
|
9284
|
+
/**
|
|
9285
|
+
* Date Calendar
|
|
9286
|
+
*/
|
|
9287
|
+
DateCalendar = 2
|
|
9288
|
+
}
|
|
9289
|
+
}
|
|
9049
9290
|
export declare namespace GenModels {
|
|
9050
9291
|
/**
|
|
9051
9292
|
* Defines grid view mode
|
|
@@ -9061,6 +9302,44 @@ export declare namespace GenModels {
|
|
|
9061
9302
|
Wrap = 1
|
|
9062
9303
|
}
|
|
9063
9304
|
}
|
|
9305
|
+
export declare namespace GenModels {
|
|
9306
|
+
/**
|
|
9307
|
+
* Table presentation mode
|
|
9308
|
+
*/
|
|
9309
|
+
enum TablePresentation {
|
|
9310
|
+
/**
|
|
9311
|
+
* Depends on device
|
|
9312
|
+
*/
|
|
9313
|
+
Default = 0,
|
|
9314
|
+
/**
|
|
9315
|
+
* Classic table view
|
|
9316
|
+
*/
|
|
9317
|
+
GridView = 1,
|
|
9318
|
+
/**
|
|
9319
|
+
* List view
|
|
9320
|
+
*/
|
|
9321
|
+
ListView = 2
|
|
9322
|
+
}
|
|
9323
|
+
}
|
|
9324
|
+
export declare namespace GenModels {
|
|
9325
|
+
/**
|
|
9326
|
+
* Column width mode
|
|
9327
|
+
*/
|
|
9328
|
+
enum ColumnWidthMode {
|
|
9329
|
+
/**
|
|
9330
|
+
* Minimal
|
|
9331
|
+
*/
|
|
9332
|
+
Minimal = 0,
|
|
9333
|
+
/**
|
|
9334
|
+
* Medium
|
|
9335
|
+
*/
|
|
9336
|
+
Medium = 1,
|
|
9337
|
+
/**
|
|
9338
|
+
* Maximal
|
|
9339
|
+
*/
|
|
9340
|
+
Maximal = 2
|
|
9341
|
+
}
|
|
9342
|
+
}
|
|
9064
9343
|
export declare namespace GenModels {
|
|
9065
9344
|
/**
|
|
9066
9345
|
* Type of directory value
|
|
@@ -9293,6 +9572,29 @@ export declare namespace GenModels {
|
|
|
9293
9572
|
GenericRead = -2147483648
|
|
9294
9573
|
}
|
|
9295
9574
|
}
|
|
9575
|
+
export declare namespace GenModels {
|
|
9576
|
+
/**
|
|
9577
|
+
* Defines file attachments mode for SendEmailButton control.
|
|
9578
|
+
*/
|
|
9579
|
+
enum FileAttachmentsMode {
|
|
9580
|
+
/**
|
|
9581
|
+
* Attach only main files.
|
|
9582
|
+
*/
|
|
9583
|
+
OnlyMainFiles = 0,
|
|
9584
|
+
/**
|
|
9585
|
+
* Attach only additional files.
|
|
9586
|
+
*/
|
|
9587
|
+
OnlyAdditionalFiles = 1,
|
|
9588
|
+
/**
|
|
9589
|
+
* Attach all files.
|
|
9590
|
+
*/
|
|
9591
|
+
AllFiles = 2,
|
|
9592
|
+
/**
|
|
9593
|
+
* No need to attach files.
|
|
9594
|
+
*/
|
|
9595
|
+
WithoutFiles = 3
|
|
9596
|
+
}
|
|
9597
|
+
}
|
|
9296
9598
|
export declare namespace GenModels {
|
|
9297
9599
|
/**
|
|
9298
9600
|
* Image generator type
|
|
@@ -9654,7 +9956,11 @@ export declare namespace GenModels {
|
|
|
9654
9956
|
/**
|
|
9655
9957
|
* Search results
|
|
9656
9958
|
*/
|
|
9657
|
-
SearchResults = 1
|
|
9959
|
+
SearchResults = 1,
|
|
9960
|
+
/**
|
|
9961
|
+
* Favorites folder
|
|
9962
|
+
*/
|
|
9963
|
+
Favorites = 2
|
|
9658
9964
|
}
|
|
9659
9965
|
}
|
|
9660
9966
|
export declare namespace GenModels {
|
|
@@ -10239,6 +10545,19 @@ export declare namespace GenModels {
|
|
|
10239
10545
|
Pdfjs = 1
|
|
10240
10546
|
}
|
|
10241
10547
|
}
|
|
10548
|
+
export declare namespace GenModels {
|
|
10549
|
+
enum BackgroundStyle {
|
|
10550
|
+
Tile = 0,
|
|
10551
|
+
Stretch = 1
|
|
10552
|
+
}
|
|
10553
|
+
}
|
|
10554
|
+
export declare namespace GenModels {
|
|
10555
|
+
enum BackgroundType {
|
|
10556
|
+
Default = 0,
|
|
10557
|
+
Inherit = 1,
|
|
10558
|
+
Custom = 2
|
|
10559
|
+
}
|
|
10560
|
+
}
|
|
10242
10561
|
export declare namespace GenModels {
|
|
10243
10562
|
enum AgreementHistoryMode {
|
|
10244
10563
|
Button = 0,
|
|
@@ -10352,6 +10671,12 @@ export declare namespace GenModels {
|
|
|
10352
10671
|
NewWindow = 2
|
|
10353
10672
|
}
|
|
10354
10673
|
}
|
|
10674
|
+
export declare namespace GenModels {
|
|
10675
|
+
enum AdditionalElementsMode {
|
|
10676
|
+
Left = 0,
|
|
10677
|
+
Right = 1
|
|
10678
|
+
}
|
|
10679
|
+
}
|
|
10355
10680
|
export declare namespace GenModels {
|
|
10356
10681
|
enum BarcodeSearchButtonMode {
|
|
10357
10682
|
CurrentTab = 0,
|
|
@@ -10951,6 +11276,29 @@ export declare namespace GenModels {
|
|
|
10951
11276
|
Layout = 1
|
|
10952
11277
|
}
|
|
10953
11278
|
}
|
|
11279
|
+
export declare namespace GenModels {
|
|
11280
|
+
/**
|
|
11281
|
+
* Data source variants from control FolderDataContext
|
|
11282
|
+
*/
|
|
11283
|
+
enum FolderDataContextMode {
|
|
11284
|
+
/**
|
|
11285
|
+
* From specified data source
|
|
11286
|
+
*/
|
|
11287
|
+
FromDataSource = 0,
|
|
11288
|
+
/**
|
|
11289
|
+
* From specified folder id
|
|
11290
|
+
*/
|
|
11291
|
+
KnownFolder = 1,
|
|
11292
|
+
/**
|
|
11293
|
+
* From current route
|
|
11294
|
+
*/
|
|
11295
|
+
FromUrl = 2,
|
|
11296
|
+
/**
|
|
11297
|
+
* System folder
|
|
11298
|
+
*/
|
|
11299
|
+
SystemFolder = 3
|
|
11300
|
+
}
|
|
11301
|
+
}
|
|
10954
11302
|
export declare namespace GenModels {
|
|
10955
11303
|
/**
|
|
10956
11304
|
* Field subtype
|
|
@@ -11030,26 +11378,3 @@ export declare namespace GenModels {
|
|
|
11030
11378
|
CardState = 17
|
|
11031
11379
|
}
|
|
11032
11380
|
}
|
|
11033
|
-
export declare namespace GenModels {
|
|
11034
|
-
/**
|
|
11035
|
-
* Data source variants from control FolderDataContext
|
|
11036
|
-
*/
|
|
11037
|
-
enum FolderDataContextMode {
|
|
11038
|
-
/**
|
|
11039
|
-
* From specified data source
|
|
11040
|
-
*/
|
|
11041
|
-
FromDataSource = 0,
|
|
11042
|
-
/**
|
|
11043
|
-
* From specified folder id
|
|
11044
|
-
*/
|
|
11045
|
-
KnownFolder = 1,
|
|
11046
|
-
/**
|
|
11047
|
-
* From current route
|
|
11048
|
-
*/
|
|
11049
|
-
FromUrl = 2,
|
|
11050
|
-
/**
|
|
11051
|
-
* System folder
|
|
11052
|
-
*/
|
|
11053
|
-
SystemFolder = 3
|
|
11054
|
-
}
|
|
11055
|
-
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IComponentProps } from '@docsvision/web/core/component';
|
|
2
|
+
import { Moment } from 'moment';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export interface ISelectedRangeDate {
|
|
5
|
+
start: Moment;
|
|
6
|
+
end: Moment;
|
|
7
|
+
}
|
|
8
|
+
/** Визуальные компоненты {@see DateRangePicker}. */
|
|
9
|
+
export declare class DateRangePickerView {
|
|
10
|
+
day: React.MemoExoticComponent<(props:
|
|
11
|
+
import("./components/DateRangePickerDay").DateRangePickerDayProps) => JSX.Element>;
|
|
12
|
+
toolbar: React.MemoExoticComponent<(props:
|
|
13
|
+
import("./components/DateRangePickerToolbar").DateRangePickerToolbarProps) => JSX.Element>;
|
|
14
|
+
}
|
|
15
|
+
/** Свойства {@see DateRangePicker} */
|
|
16
|
+
export interface DateRangePickerProps extends IComponentProps<never, DateRangePickerView> {
|
|
17
|
+
/** Текущее значение */
|
|
18
|
+
value: ISelectedRangeDate;
|
|
19
|
+
/** Изменение значения */
|
|
20
|
+
onChange(selectedRangeDate: ISelectedRangeDate): void;
|
|
21
|
+
/** Локаль */
|
|
22
|
+
locale?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function DateRangePicker(props: DateRangePickerProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DateRangePicker } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof DateRangePicker;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const OneDay: () => JSX.Element;
|
|
9
|
+
export declare const FewDays: () => JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import './DateRangePickerDay.css';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Moment } from 'moment';
|
|
4
|
+
import { ISelectedRangeDate } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
5
|
+
export interface DateRangePickerDayProps {
|
|
6
|
+
date: Moment;
|
|
7
|
+
currentMonth: boolean;
|
|
8
|
+
rangeDate: ISelectedRangeDate;
|
|
9
|
+
selectableStartDate: Moment;
|
|
10
|
+
selectableEndDate: Moment;
|
|
11
|
+
setSelectableEndDate(date: Moment): void;
|
|
12
|
+
selectDate(date: Moment): void;
|
|
13
|
+
}
|
|
14
|
+
/** Стилевой контейнер дня {@see DateRangePicker}. */
|
|
15
|
+
export declare const DateRangePickerDay: React.MemoExoticComponent<(props: DateRangePickerDayProps) => JSX.Element>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Moment } from 'moment';
|
|
3
|
+
import { ToolbarComponentProps } from '@docsvision/material-ui-pickers/Picker/Picker';
|
|
4
|
+
import { ISelectedRangeDate } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
5
|
+
import './DateRangePickerToolbar.css';
|
|
6
|
+
export interface DateRangePickerToolbarProps extends ToolbarComponentProps {
|
|
7
|
+
locale: string;
|
|
8
|
+
rangeDate: ISelectedRangeDate;
|
|
9
|
+
selectableStartDate: Moment;
|
|
10
|
+
setOpenViewYear(state: boolean): void;
|
|
11
|
+
selectCurrentDate(): void;
|
|
12
|
+
}
|
|
13
|
+
/** Стилевой контейнер панели настроек {@see DateRangePicker}. */
|
|
14
|
+
export declare const DateRangePickerToolbar: React.MemoExoticComponent<(props: DateRangePickerToolbarProps) => JSX.Element>;
|
package/Helpers/IconButton.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ export interface IAdaptiveMenuBarProps {
|
|
|
10
10
|
onClose?: () => void;
|
|
11
11
|
targetGetter?: () => HTMLElement;
|
|
12
12
|
handleOutsideClick?: boolean;
|
|
13
|
+
menuBarClassName?: string;
|
|
14
|
+
renderBackdrop?: boolean;
|
|
13
15
|
}
|
|
14
16
|
/** @internal */
|
|
15
17
|
export interface IAdaptiveMenuBarState {
|
|
@@ -69,7 +69,7 @@ export declare class MessageBox {
|
|
|
69
69
|
* });
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
|
-
static ShowConfirmation(content: React.ReactNode, customCaptionText?: React.ReactNode, customButtonOkText?: React.ReactNode, customButtonCancelText?: React.ReactNode, hideByBackdropClick?: boolean): Promise<any>;
|
|
72
|
+
static ShowConfirmation(content: React.ReactNode, customCaptionText?: React.ReactNode, customButtonOkText?: React.ReactNode, customButtonCancelText?: React.ReactNode, hideByBackdropClick?: boolean, msgType?: MessageBoxType): Promise<any>;
|
|
73
73
|
static ShowCustom<T>(content: React.ReactNode, customCaptionText: React.ReactNode, buttons: MessageBoxButton<T>[], hideByBackdropClick?: boolean): Promise<T>;
|
|
74
74
|
/**
|
|
75
75
|
* Показывает модальное окно с информацией об исключении
|
|
@@ -91,3 +91,8 @@ export declare class MessageBox {
|
|
|
91
91
|
private static Show;
|
|
92
92
|
private static renderModalHeader;
|
|
93
93
|
}
|
|
94
|
+
export declare enum MessageBoxType {
|
|
95
|
+
Error = 0,
|
|
96
|
+
Warning = 1,
|
|
97
|
+
Info = 2
|
|
98
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
2
3
|
/** Свойства {@link CommonModalDialog}. */
|
|
3
4
|
export interface Props {
|
|
4
5
|
/** Существует ли кнопка закрытия модального окна (крестик) */
|
|
@@ -19,11 +20,18 @@ export interface Props {
|
|
|
19
20
|
defaultWidth?: boolean;
|
|
20
21
|
/** Максимальная ширина окна */
|
|
21
22
|
maxWidth?: string;
|
|
23
|
+
/** Существует ли кнопка развертывания */
|
|
24
|
+
maximizeButtonEnabled?: boolean;
|
|
25
|
+
/** Вызывается при попытке развернуть окно */
|
|
26
|
+
onMaximize?: () => void;
|
|
27
|
+
/** При смене значения на true модальное окно развернётся, при смене в false - свернётся. */
|
|
28
|
+
maximized?: boolean;
|
|
22
29
|
/**
|
|
23
30
|
* Максимальная высота, которая будет назначена если браузер - IE. В других браузерах будет работать flexbox.
|
|
24
31
|
* По умолчанию: 100vh
|
|
25
32
|
*/
|
|
26
33
|
maxHeight?: string;
|
|
34
|
+
services: $DeviceType;
|
|
27
35
|
}
|
|
28
36
|
/**
|
|
29
37
|
* Обертка, использующая {@link StackingModal}, {@link ModalBackdrop}, {@link ModalDialog},
|