@docsvision/webclient 6.1.6-beta.1 → 6.1.8

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.
Files changed (176) hide show
  1. package/Account/Altcha.d.ts +10 -0
  2. package/Account/LoginContainer.d.ts +2 -0
  3. package/Account/LoginLogic.d.ts +18 -1
  4. package/Application.d.ts +3 -3
  5. package/BackOffice/AddressStoriesData.d.ts +21 -0
  6. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  7. package/BackOffice/BackofficeConstants.d.ts +1 -0
  8. package/BackOffice/CardKindStoriesData.d.ts +44 -0
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  12. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  13. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  14. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  17. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  18. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  19. package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
  20. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  21. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  22. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  23. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  24. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  25. package/BackOffice/EmailButtonView.d.ts +2 -2
  26. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  28. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  29. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  30. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  31. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  32. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  33. package/BackOffice/LinksStoriesData.d.ts +60 -0
  34. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  35. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  36. package/BackOffice/PartnerBase.d.ts +2 -2
  37. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  38. package/BackOffice/Powers.d.ts +1 -1
  39. package/BackOffice/PowersImpl.d.ts +1 -1
  40. package/BackOffice/PrintButtonView.d.ts +1 -1
  41. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  42. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  43. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  44. package/BackOffice/TasksStoriesData.d.ts +36 -0
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/ToSearchArea.d.ts +3 -0
  47. package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
  48. package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
  49. package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
  50. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  51. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  52. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  53. package/Legacy/ILegacyRouter.d.ts +1 -0
  54. package/Legacy/StandardControllers.d.ts +2 -2
  55. package/Legacy/Utils.d.ts +2 -0
  56. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  57. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  58. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  59. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  60. package/Platform/CardLink.d.ts +7 -7
  61. package/Platform/CertificateSettingsView.d.ts +1 -1
  62. package/Platform/CheckFileAllowed.d.ts +2 -0
  63. package/Platform/CheckFilesAllowed.d.ts +1 -0
  64. package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
  65. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  66. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  67. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  68. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  69. package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
  70. package/Platform/FolderGridService.d.ts +4 -4
  71. package/Platform/FolderNameImpl.d.ts +0 -1
  72. package/Platform/FolderRouteHelpers.d.ts +1 -4
  73. package/Platform/FolderViewItemsImpl.d.ts +26 -28
  74. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  75. package/Platform/ListCheckbox.d.ts +1 -1
  76. package/Platform/ListInput.d.ts +1 -1
  77. package/Platform/LoaderDialog.d.ts +1 -1
  78. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  79. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  80. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  81. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  82. package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
  83. package/Platform/SearchTextInput.d.ts +1 -1
  84. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  85. package/Platform/TextBoxInputField.d.ts +1 -1
  86. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  87. package/Platform/TextListInputView.d.ts +3 -3
  88. package/Platform/UserProfileDialog.d.ts +1 -1
  89. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  90. package/StandardServices.d.ts +1 -2
  91. package/System/DirectoryBaseImpl.d.ts +1 -0
  92. package/System/DirectorySelectDialog.d.ts +2 -2
  93. package/System/DownloadsTab.d.ts +578 -0
  94. package/System/FileControllerStub.d.ts +14 -0
  95. package/System/FilePreviewStub.d.ts +4 -0
  96. package/System/GroupMenuChildrenModelStub.d.ts +64 -0
  97. package/System/LinkMainMenuModelStub.d.ts +22 -0
  98. package/System/PagesControllerStub.d.ts +9 -0
  99. package/System/ProfileTab.d.ts +1349 -0
  100. package/System/RealtimeCommunicationService.d.ts +17 -2
  101. package/System/ResourcesStub.d.ts +8 -0
  102. package/System/Router.d.ts +2 -1
  103. package/System/SearchingResultsStub.d.ts +48 -0
  104. package/System/SettingsTab.d.ts +716 -0
  105. package/System/StatusTab.d.ts +1135 -0
  106. package/System/StorybookStory.d.ts +8 -4
  107. package/System/TableStub.d.ts +617 -0
  108. package/package.json +1 -1
  109. package/Account/Login.stories.d.ts +0 -12
  110. package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
  111. package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
  112. package/BackOffice/DirectoryTree.stories.d.ts +0 -9
  113. package/BackOffice/DirectoryValues.stories.d.ts +0 -8
  114. package/BackOffice/EmailButton.stories.d.ts +0 -10
  115. package/BackOffice/FileListControl.stories.d.ts +0 -10
  116. package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
  117. package/BackOffice/Numerator.stories.d.ts +0 -8
  118. package/BackOffice/Powers.stories.d.ts +0 -20
  119. package/BackOffice/PowersDirectory.stories.d.ts +0 -20
  120. package/BackOffice/SignatureButton.stories.d.ts +0 -10
  121. package/BackOffice/SignatureDialog.stories.d.ts +0 -25
  122. package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
  123. package/BackOffice/StaffDirectory.stories.d.ts +0 -24
  124. package/BackOffice/TasksTable.stories.d.ts +0 -21
  125. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
  126. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
  127. package/Helpers/Button.stories.d.ts +0 -8
  128. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
  129. package/Helpers/EmployeeName.stories.d.ts +0 -8
  130. package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
  131. package/Helpers/SearchBar.stories.d.ts +0 -8
  132. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
  133. package/Legacy/$FolderViews.d.ts +0 -8
  134. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  135. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  136. package/Legacy/FilterSidePanel.d.ts +0 -4
  137. package/Legacy/FolderViewHandler.d.ts +0 -9
  138. package/Legacy/FolderViews.d.ts +0 -26
  139. package/Legacy/FormFactor.d.ts +0 -5
  140. package/Legacy/Grid.d.ts +0 -50
  141. package/Legacy/GridModeService.d.ts +0 -10
  142. package/Legacy/GridRowSelectionService.d.ts +0 -12
  143. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  144. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  145. package/Legacy/ISortingColumn.d.ts +0 -5
  146. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  147. package/Platform/Aggregates.stories.d.ts +0 -8
  148. package/Platform/Diagram.stories.d.ts +0 -11
  149. package/Platform/Dropdown.stories.d.ts +0 -12
  150. package/Platform/FilePicker.stories.d.ts +0 -11
  151. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  152. package/Platform/FolderGrid.stories.d.ts +0 -17
  153. package/Platform/FolderTypeItems.stories.d.ts +0 -9
  154. package/Platform/FolderViewItems.stories.d.ts +0 -9
  155. package/Platform/GridManagement.d.ts +0 -8
  156. package/Platform/OpenedDialogFixture.d.ts +0 -2
  157. package/Platform/QueryCondition.stories.d.ts +0 -5
  158. package/Platform/Quotes.stories.d.ts +0 -8
  159. package/Platform/ScanDialogService.stories.d.ts +0 -22
  160. package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
  161. package/Platform/SettingsPopup.stories.d.ts +0 -1
  162. package/Platform/Tab.stories.d.ts +0 -9
  163. package/Platform/TextBox.stories.d.ts +0 -18
  164. package/Platform/Toolbar.stories.d.ts +0 -12
  165. package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
  166. package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
  167. package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
  168. package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
  169. package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
  170. package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
  171. package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
  172. package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
  173. package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
  174. package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
  175. package/System/LocationContainerControl.stories.d.ts +0 -18
  176. package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
@@ -18,6 +18,8 @@ export interface IComboBoxTitleProps {
18
18
  onBlur?: (event: React.FocusEvent<any>) => void;
19
19
  /** Должен ли элемент фокусироваться при монтировании */
20
20
  autoFocus?: boolean;
21
+ /** Тестовый идентификатор */
22
+ dataTestId?: string;
21
23
  }
22
24
  /**
23
25
  * @internal Заголовок комбобокса.
@@ -9,6 +9,6 @@ export declare class InputMaskView {
9
9
  inputMask: typeof InputMask;
10
10
  input:
11
11
  import("react").ForwardRefExoticComponent<Pick<
12
- | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> &
12
+ import("./components/InputMaskField").IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "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" | "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" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size" | "isError"> &
13
13
  import("react").RefAttributes<HTMLInputElement>>;
14
14
  }
@@ -4,4 +4,4 @@ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
4
4
  export interface IInputMaskFieldProps extends HtmlProps.input {
5
5
  isError: boolean;
6
6
  }
7
- export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> & React.RefAttributes<HTMLInputElement>>;
7
+ export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "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" | "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" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size" | "isError"> & React.RefAttributes<HTMLInputElement>>;
@@ -16,6 +16,7 @@ export interface ILoadingIconProps {
16
16
  errorClassName?: string;
17
17
  /** Loading icon color */
18
18
  color?: LoadincIconColor;
19
+ dataTestId?: string;
19
20
  }
20
21
  /** @internal */
21
22
  export interface ILoadingIconState {
@@ -2,6 +2,7 @@ export interface ILegacyRouter {
2
2
  GetLocation(): string;
3
3
  getLocationFromRoute(route: string): any;
4
4
  LoadContent(url: string, requestData: any, contentElement: HTMLElement, showOverlay?: boolean, callback?: Function): void;
5
+ SetContent(contentElement: HTMLElement, html: string): void;
5
6
  LoadMainContent(url: string, requestData: any, showOverlay?: boolean, get?: boolean, callback?: (isError?: boolean) => void): void;
6
7
  LoadContentFromRoute(cardId: any): Promise<any>;
7
8
  /**
@@ -1,5 +1,5 @@
1
- import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController, $PowersDirectoryController, $TaskCardController, $R7OfficeController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
1
+ import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController, $PowersDirectoryController, $TaskCardController, $R7OfficeController, $NavigatorController, $RealtimeCommunicationController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCard";
3
3
  import { $EmployeesController } from "@docsvision/webclient/Legacy/EmployeesController";
4
4
  import { $FileController } from "@docsvision/webclient/Legacy/FileController";
5
- export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController & $TaskCardController & $R7OfficeController & $PowersDirectoryController;
5
+ export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController & $TaskCardController & $R7OfficeController & $PowersDirectoryController & $NavigatorController & $RealtimeCommunicationController;
package/Legacy/Utils.d.ts CHANGED
@@ -178,6 +178,8 @@ export interface RequestOptions {
178
178
  contentType?: string;
179
179
  /** Дополнительные заголовки */
180
180
  customHeaders?: IRequestHeader[];
181
+ /** Обрабатывать параметры как для MVC-контроллера. */
182
+ mvcController?: boolean;
181
183
  /**
182
184
  * При указании данного параметра используются переданные сервисы вместо сервисов разметки.
183
185
  *
@@ -3,7 +3,7 @@ import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResul
3
3
  import { RouteType } from "@docsvision/webclient/System/RouteType";
4
4
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
5
5
  import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
6
- import { $ApplicationSettings, $FullTextSearchEnabled, $IsIE } from "@docsvision/webclient/StandardServices";
6
+ import { $FullTextSearchEnabled } from "@docsvision/webclient/StandardServices";
7
7
  import { IFolderRouteData } from "@docsvision/webclient/Platform/IFolderRouteData";
8
8
  import { $CompanyLogo } from "@docsvision/webclient/Platform/$CompanyLogo";
9
9
  /** @internal */
@@ -11,7 +11,7 @@ export declare class WebFrameSearchPanelRouteHandler implements IRouteHandler<an
11
11
  private services;
12
12
  name: string;
13
13
  private isAvaibleRouteHandler;
14
- constructor(services: $WebFrameSearchPanel & $ExperimentalFeature & $FullTextSearchEnabled & $CompanyLogo & $ApplicationSettings & $IsIE);
14
+ constructor(services: $WebFrameSearchPanel & $ExperimentalFeature & $FullTextSearchEnabled & $CompanyLogo);
15
15
  private hide;
16
16
  mountRoute(data: IFolderRouteData, routeType: RouteType): Promise<RouteHandleResult>;
17
17
  unmountRoute(data: any, routeType: RouteType): Promise<void>;
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
9
9
  description: typeof ApprovalVisualizationDescription;
10
10
  vis:
11
11
  import("react").ForwardRefExoticComponent<Pick<
12
- | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
12
+ import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "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" | "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" | "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"> &
13
13
  import("react").RefAttributes<HTMLDivElement>>;
14
14
  container: typeof ApprovalVisualizationContainer;
15
15
  conditionList: typeof ApprovalVisualizationConditionList;
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
5
5
  }
6
- export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "lang" | "role" | "tabIndex" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "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" | "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" | "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"> & React.RefAttributes<HTMLDivElement>>;
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
16
16
  UNSAFE_componentWillMount(): void;
17
17
  componentDidMount(): void;
18
18
  onSelecting():
19
- import("D:/BuildAgent/work/43698d70d905217f/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
20
20
  onSelected(): void;
21
21
  onToggling():
22
- import("D:/BuildAgent/work/43698d70d905217f/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
22
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
23
23
  onToggled(): void;
24
24
  protected onClick(event: React.MouseEvent): void;
25
25
  protected getCssClass(): string;
@@ -82,14 +82,14 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
82
82
  protected construct(): void;
83
83
  componentDidMount(): void;
84
84
  protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
85
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
86
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
87
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
88
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
89
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
90
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
85
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
86
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
87
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
88
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
89
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
90
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
91
91
  import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & Partial<
92
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/StandardServices").$SiteUrl> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
92
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$SiteUrl> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
93
93
  protected createParams(): CardLinkParams;
94
94
  protected createImpl(): CardLinkImpl;
95
95
  private set binding(value);
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export declare class CertificateSettingsView {
3
3
  setup: (props:
4
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
4
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
5
5
  }
@@ -1,5 +1,7 @@
1
+ import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
1
2
  export interface IFileCheckResult {
2
3
  allowed: boolean;
3
4
  errorMessage: string;
4
5
  }
5
6
  export declare function checkFileAllowed(file: File): IFileCheckResult;
7
+ export declare function confirmIllegalNamed(fileName: string, services: $MessageBox): Promise<boolean>;
@@ -1,2 +1,3 @@
1
1
  import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
2
2
  export declare function checkFilesAllowed(files: FileList, services: $MessageBox): boolean;
3
+ export declare function confirmIllegalNamedFiles(files: FileList, services: $MessageBox): Promise<boolean>;
@@ -0,0 +1,53 @@
1
+ export declare const completeTaskConditionsTableChildrenStub: {
2
+ controlTypeName: string;
3
+ isAsync: any;
4
+ properties: {
5
+ name: string;
6
+ controlInfo: {
7
+ controlDisplayName: string;
8
+ controlName: string;
9
+ showParameter: number;
10
+ completionParameterModel: {
11
+ id: string;
12
+ name: string;
13
+ required: boolean;
14
+ type: number;
15
+ value: string;
16
+ isEmpty: boolean;
17
+ complexValue: any;
18
+ showInCompletionDialog: boolean;
19
+ };
20
+ };
21
+ };
22
+ children: {
23
+ controlTypeName: string;
24
+ isAsync: any;
25
+ properties: {
26
+ displayName: string;
27
+ placeHolder: string;
28
+ labelText: string;
29
+ name: string;
30
+ compactMode: boolean;
31
+ editMode: number;
32
+ tabStop: boolean;
33
+ required: boolean;
34
+ showInCompletionDialog: boolean;
35
+ };
36
+ children: any[];
37
+ }[];
38
+ }[];
39
+ export declare const completeTaskConditionsTableParamsStub: {
40
+ controlDisplayName: string;
41
+ controlName: string;
42
+ showParameter: number;
43
+ completionParameterModel: {
44
+ id: string;
45
+ name: string;
46
+ required: boolean;
47
+ type: number;
48
+ value: string;
49
+ isEmpty: boolean;
50
+ complexValue: any;
51
+ showInCompletionDialog: boolean;
52
+ };
53
+ }[];
@@ -0,0 +1,13 @@
1
+ import { $LayoutFolderController, $LayoutCardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
3
+ import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
4
+ import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
5
+ import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
6
+ import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
7
+ import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
8
+ import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
9
+ import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
10
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
11
+ import { $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
12
+ export declare function getDeleteBatchOperationMockServices(): $ApplicationSettings & $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $FolderGrid & $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
13
+ export declare function getDeleteBatchOperationMockProps(): {};
@@ -0,0 +1,16 @@
1
+ import { $CardDataController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $Folders } from "@docsvision/webclient/Legacy/$Folders";
3
+ import { $FileDownload } from "@docsvision/webclient/Platform/$FileDownload";
4
+ import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
5
+ import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
6
+ import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
7
+ import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
8
+ import { $BatchOperationsProgressDialog } from "@docsvision/webclient/Platform/$BatchOperationsProgressDialog";
9
+ import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
10
+ import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
11
+ import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
12
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
13
+ import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
14
+ import { $UrlResolver } from "@docsvision/webclient/System/$UrlResolver";
15
+ export declare function getDownloadFilesBatchOperationMockServices(): $ApplicationSettings & $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $Folders & $FileDownload & $RequestManager & $UrlResolver & $CardDataController & $BatchOperationsProgressDialog & $FolderGrid & $FolderDataLoading;
16
+ export declare function getDownloadFilesBatchOperationMockProps(): {};
@@ -1,10 +1,10 @@
1
- import { $LayoutController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
1
+ import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
3
3
  import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
4
4
  import { RouteType } from "@docsvision/webclient/System/RouteType";
5
- import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
6
- import { IFavoritesPageRouteData } from '@docsvision/webclient/Platform/IFavoritesPageRouteData';
7
- import { $Router } from '@docsvision/webclient/System/$Router';
5
+ import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
6
+ import { IFavoritesPageRouteData } from "@docsvision/webclient/Platform/IFavoritesPageRouteData";
7
+ import { $Router } from "@docsvision/webclient/System/$Router";
8
8
  /** @internal */
9
9
  export declare class FavoritesPageRouteHandler implements IRouteHandler<IFavoritesPageRouteData> {
10
10
  private services;
@@ -14,5 +14,5 @@ export declare class FavoritesPageRouteHandler implements IRouteHandler<IFavorit
14
14
  prepareRouteDataLoad(knownRouteData: Partial<IFavoritesPageRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
15
15
  loadRouteData(knownRouteData: Partial<IFavoritesPageRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
16
16
  mountRoute(data: IFavoritesPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
17
- unmountRoute(data: IFavoritesPageRouteData, routeType: RouteType): Promise<{}>;
17
+ unmountRoute(data: IFavoritesPageRouteData, routeType: RouteType): Promise<void | object>;
18
18
  }
@@ -1,9 +1,9 @@
1
- import { $GridController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
1
+ import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { IFavoritesRouteData } from "@docsvision/webclient/Platform/IFavoritesRouteData";
3
3
  import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
4
4
  import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
5
5
  import { RouteType } from "@docsvision/webclient/System/RouteType";
6
- import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
6
+ import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
7
7
  import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
8
8
  /** @internal */
9
9
  export declare class FavoritesRouteHandler implements IRouteHandler<IFavoritesRouteData> {
@@ -14,5 +14,5 @@ export declare class FavoritesRouteHandler implements IRouteHandler<IFavoritesRo
14
14
  protected getGridModelLoader: () => IFolderDataLoader;
15
15
  loadRouteData(knownRouteData: Partial<IFavoritesRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
16
16
  mountRoute(data: IFavoritesRouteData, routeType: RouteType): Promise<RouteHandleResult>;
17
- unmountRoute(data: IFavoritesRouteData, routeType: RouteType): Promise<{}>;
17
+ unmountRoute(data: IFavoritesRouteData, routeType: RouteType): Promise<void | object>;
18
18
  }
@@ -0,0 +1,2 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ export declare const getGridData: () => GenModels.GridViewModel;
@@ -19,7 +19,7 @@ export declare class FolderGridService implements IFolderGridService {
19
19
  $groupingReadonly: Store<boolean>;
20
20
  setGroupingReadonly: Event<boolean>;
21
21
  constructor(services: $FolderDataLoading & $Router & $CurrentFolder & $Domain & $ApplicationSettings & $IsIE);
22
- private _backgroundOpacity;
22
+ private backgroundOpacityInternal;
23
23
  get backgroundOpacity(): number;
24
24
  set backgroundOpacity(value: number);
25
25
  get isElasticSearch(): boolean;
@@ -48,9 +48,9 @@ export declare class FolderGridService implements IFolderGridService {
48
48
  linkOperation: string;
49
49
  };
50
50
  getContextMenuBlocks: () => ICustomContextMenuBlock[];
51
- getHeaderRowContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: IComposition<any, any, TableCompositions.HeaderRow>) => ICustomContextMenuOption[];
52
- getCellContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: TableCompositions.Cell<$Grouping & $ListView>) => ICustomContextMenuOption[];
53
- getContextMenuItemProviders: (params?: IParamsItemProvider<any, any>) => IDataItemProvider[];
51
+ getHeaderRowContextMenuOptions: (params?: IParamsItemProvider<unknown, unknown>, context?: IComposition<string, unknown, TableCompositions.HeaderRow>) => ICustomContextMenuOption[];
52
+ getCellContextMenuOptions: (params?: IParamsItemProvider<unknown, unknown>, context?: TableCompositions.Cell<$Grouping & $ListView>) => ICustomContextMenuOption[];
53
+ getContextMenuItemProviders: (params?: IParamsItemProvider<unknown, unknown>) => IDataItemProvider[];
54
54
  onSearchRequest(): Promise<void>;
55
55
  onReloadWithNewSettings(): Promise<void>;
56
56
  }
@@ -10,7 +10,6 @@ export interface FolderNameState extends IFolderNameState {
10
10
  /** @internal */
11
11
  export declare class FolderNameImpl extends BaseControlImpl<FolderNameParams, IFolderNameState> {
12
12
  constructor(props: FolderNameParams, state: IFolderNameState);
13
- protected getCssClass(): string;
14
13
  private get searchText();
15
14
  renderControl(): JSX.Element;
16
15
  }
@@ -1,6 +1,4 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
- import { Grid } from "@docsvision/webclient/Legacy/Grid";
3
- import { GridOptions } from "@docsvision/webclient/Legacy/GridOptions";
4
2
  import { IFolderRouteData } from "@docsvision/webclient/Platform/IFolderRouteData";
5
3
  /** @internal */
6
4
  export declare class FolderRouteHelpers {
@@ -8,8 +6,7 @@ export declare class FolderRouteHelpers {
8
6
  static makeFolderUrl(folderId: string, color?: string): string;
9
7
  static getRecentCardsUrl(): string;
10
8
  static makeFolderRouteData(folderId?: string, color?: string): IFolderRouteData;
11
- static mountGridTo(gridModel: GenModels.GridViewModel, gridContainer: HTMLElement, options?: Partial<GridOptions>): void;
12
9
  /** Возвращает либо переданый объект (если он содержит свойства), либо null в противном случае. */
13
10
  static getRequestGridUserSettingsData(data: GenModels.GridUserSettingsData): any;
14
- static getGridContainer(id?: string): Grid;
11
+ static getGridContainer(id?: string): any;
15
12
  }
@@ -44,7 +44,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
44
44
  checked?: boolean;
45
45
  crossOrigin?: string;
46
46
  disabled?: boolean;
47
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
47
+ enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send";
48
48
  form?: string;
49
49
  formAction?: string;
50
50
  formEncType?: string;
@@ -75,19 +75,19 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
75
75
  suppressHydrationWarning?: boolean;
76
76
  accessKey?: string;
77
77
  className?: string;
78
- contentEditable?: boolean | "inherit" | "true" | "false";
78
+ contentEditable?: boolean | "inherit" | "false" | "true";
79
79
  contextMenu?: string;
80
80
  dir?: string;
81
- draggable?: boolean | "true" | "false";
81
+ draggable?: boolean | "false" | "true";
82
82
  hidden?: boolean;
83
83
  id?: string;
84
84
  lang?: string;
85
85
  slot?: string;
86
- spellCheck?: boolean | "true" | "false";
86
+ spellCheck?: boolean | "false" | "true";
87
87
  style?: React.CSSProperties;
88
88
  tabIndex?: number;
89
89
  title?: string;
90
- translate?: "no" | "yes";
90
+ translate?: "yes" | "no";
91
91
  radioGroup?: string;
92
92
  role?: string;
93
93
  about?: string;
@@ -109,51 +109,51 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
109
109
  itemRef?: string;
110
110
  results?: number;
111
111
  security?: string;
112
- unselectable?: "on" | "off";
112
+ unselectable?: "off" | "on";
113
113
  inputMode?: "text" | "url" | "none" | "tel" | "email" | "numeric" | "decimal" | "search";
114
114
  is?: string;
115
115
  'aria-activedescendant'?: string;
116
- 'aria-atomic'?: boolean | "true" | "false";
117
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
118
- 'aria-busy'?: boolean | "true" | "false";
119
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
116
+ 'aria-atomic'?: boolean | "false" | "true";
117
+ 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
118
+ 'aria-busy'?: boolean | "false" | "true";
119
+ 'aria-checked'?: boolean | "false" | "true" | "mixed";
120
120
  'aria-colcount'?: number;
121
121
  'aria-colindex'?: number;
122
122
  'aria-colspan'?: number;
123
123
  'aria-controls'?: string;
124
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
124
+ 'aria-current'?: boolean | "time" | "false" | "page" | "true" | "step" | "location" | "date";
125
125
  'aria-describedby'?: string;
126
126
  'aria-details'?: string;
127
- 'aria-disabled'?: boolean | "true" | "false";
128
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
127
+ 'aria-disabled'?: boolean | "false" | "true";
128
+ 'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
129
129
  'aria-errormessage'?: string;
130
- 'aria-expanded'?: boolean | "true" | "false";
130
+ 'aria-expanded'?: boolean | "false" | "true";
131
131
  'aria-flowto'?: string;
132
- 'aria-grabbed'?: boolean | "true" | "false";
133
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid";
134
- 'aria-hidden'?: boolean | "true" | "false";
135
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
132
+ 'aria-grabbed'?: boolean | "false" | "true";
133
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "false" | "true" | "listbox" | "tree";
134
+ 'aria-hidden'?: boolean | "false" | "true";
135
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
136
136
  'aria-keyshortcuts'?: string;
137
137
  'aria-label'?: string;
138
138
  'aria-labelledby'?: string;
139
139
  'aria-level'?: number;
140
140
  'aria-live'?: "off" | "assertive" | "polite";
141
- 'aria-modal'?: boolean | "true" | "false";
142
- 'aria-multiline'?: boolean | "true" | "false";
143
- 'aria-multiselectable'?: boolean | "true" | "false";
141
+ 'aria-modal'?: boolean | "false" | "true";
142
+ 'aria-multiline'?: boolean | "false" | "true";
143
+ 'aria-multiselectable'?: boolean | "false" | "true";
144
144
  'aria-orientation'?: "horizontal" | "vertical";
145
145
  'aria-owns'?: string;
146
146
  'aria-placeholder'?: string;
147
147
  'aria-posinset'?: number;
148
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
149
- 'aria-readonly'?: boolean | "true" | "false";
150
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
151
- 'aria-required'?: boolean | "true" | "false";
148
+ 'aria-pressed'?: boolean | "false" | "true" | "mixed";
149
+ 'aria-readonly'?: boolean | "false" | "true";
150
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
151
+ 'aria-required'?: boolean | "false" | "true";
152
152
  'aria-roledescription'?: string;
153
153
  'aria-rowcount'?: number;
154
154
  'aria-rowindex'?: number;
155
155
  'aria-rowspan'?: number;
156
- 'aria-selected'?: boolean | "true" | "false";
156
+ 'aria-selected'?: boolean | "false" | "true";
157
157
  'aria-setsize'?: number;
158
158
  'aria-sort'?: "none" | "ascending" | "descending" | "other";
159
159
  'aria-valuemax'?: number;
@@ -323,8 +323,6 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
323
323
  onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
324
324
  onTransitionEnd?: (event: React.TransitionEvent<HTMLInputElement>) => void;
325
325
  onTransitionEndCapture?: (event: React.TransitionEvent<HTMLInputElement>) => void;
326
- css?:
327
- import("@emotion/core").InterpolationWithTheme<any>;
328
326
  };
329
327
  protected attachTypeahead(typeahead: Typeahead): void;
330
328
  protected onTypeaheadSelected(variant: FolderViewVariant): Promise<void>;
@@ -1,7 +1,7 @@
1
1
  import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
2
2
  import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
3
3
  import { RouteType } from "@docsvision/webclient/System/RouteType";
4
- import { IFolderPageRouteData } from '@docsvision/webclient/Platform/IFolderPageRouteData';
4
+ import { IFolderPageRouteData } from "@docsvision/webclient/Platform/IFolderPageRouteData";
5
5
  import { $ApplicationSettings, $IsIE } from "@docsvision/webclient/StandardServices";
6
6
  import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackground";
7
7
  import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
@@ -13,9 +13,8 @@ export declare class FolderWebFrameRouteHandler implements IRouteHandler<IFolder
13
13
  private webFrameContentBackgroundClass;
14
14
  private webFrameContentName;
15
15
  constructor(services: $ApplicationSettings & $IsIE & $LayoutBackground & $LayoutManager);
16
- private get useNewGrid();
17
16
  private routeTypeCheck;
18
17
  private filterClasses;
19
- prepareRouteMount(data: IFolderPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
18
+ mountRoute(data: IFolderPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
20
19
  unmountRoute(data: IFolderPageRouteData, routeType: RouteType): Promise<void>;
21
20
  }