@docsvision/webclient 5.17.0-beta.14 → 5.17.0-beta.15

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 (256) hide show
  1. package/BackOffice/$CloudSignature.d.ts +34 -0
  2. package/BackOffice/$CryptoPro.d.ts +10 -0
  3. package/BackOffice/$DigitalSignature.d.ts +75 -0
  4. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  5. package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
  6. package/BackOffice/CardKindImpl.d.ts +1 -0
  7. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  8. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  9. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  10. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  11. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  12. package/BackOffice/CryptoProDssService.d.ts +65 -0
  13. package/BackOffice/CryptoProService.d.ts +10 -0
  14. package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
  15. package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
  16. package/BackOffice/DelegationParamsPanel.d.ts +1 -1
  17. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  18. package/BackOffice/DigitalSignatureService.d.ts +38 -0
  19. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
  20. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  21. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  22. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  23. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  24. package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
  25. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  26. package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
  27. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  28. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
  29. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  30. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  31. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  32. package/BackOffice/DssCertificateModels.d.ts +30 -0
  33. package/BackOffice/DssPolicyModels.d.ts +51 -0
  34. package/BackOffice/DssSignRequestModels.d.ts +133 -0
  35. package/BackOffice/EmailButtonView.d.ts +2 -2
  36. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  37. package/BackOffice/FileListControl.d.ts +10 -3
  38. package/BackOffice/FileListControlImpl.d.ts +5 -0
  39. package/BackOffice/FileListControlLogic.d.ts +2 -1
  40. package/BackOffice/FileListItemComponent.d.ts +1 -1
  41. package/BackOffice/FileListItemProps.d.ts +2 -1
  42. package/BackOffice/FileSign.d.ts +12 -39
  43. package/BackOffice/FileSignListDialog.d.ts +7 -2
  44. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  45. package/BackOffice/HistoryView.d.ts +1 -1
  46. package/BackOffice/ICertificateStatus.d.ts +6 -0
  47. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  48. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  49. package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
  50. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  51. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  52. package/BackOffice/ISignOptions.d.ts +8 -0
  53. package/BackOffice/ISignRequest.d.ts +9 -0
  54. package/BackOffice/ISignResult.d.ts +5 -0
  55. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  56. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  57. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  58. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  59. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  60. package/BackOffice/NumeratorImpl.d.ts +1 -0
  61. package/BackOffice/PartnerBase.d.ts +2 -2
  62. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  63. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  64. package/BackOffice/PrintButtonView.d.ts +1 -1
  65. package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
  66. package/BackOffice/SignatureButton.d.ts +36 -0
  67. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  68. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  69. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  70. package/BackOffice/SignatureButtonLogic.d.ts +27 -0
  71. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  72. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  73. package/BackOffice/SignatureButtonOptions.d.ts +51 -0
  74. package/BackOffice/SignatureButtonView.d.ts +10 -0
  75. package/BackOffice/SignatureConstants.d.ts +1 -0
  76. package/BackOffice/SignatureDialog.d.ts +50 -0
  77. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  78. package/BackOffice/SignatureDialogFrame.d.ts +13 -0
  79. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  80. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  81. package/BackOffice/SignatureDialogLogic.d.ts +60 -0
  82. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  83. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  84. package/BackOffice/SignatureDialogSettings.d.ts +20 -0
  85. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  86. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  87. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  88. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  89. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  90. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  91. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  92. package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
  93. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  94. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  95. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  96. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  97. package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
  98. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  99. package/BackOffice/TasksTableView.d.ts +3 -3
  100. package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
  101. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  102. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  103. package/BackOffice/Utils.d.ts +3 -0
  104. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  105. package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
  106. package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
  107. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  108. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  109. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  110. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  111. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  112. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  113. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  114. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  115. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  116. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  117. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  118. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  119. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  120. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  121. package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
  122. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
  123. package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
  124. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
  125. package/Helpers/Sortable/Sortable.d.ts +13 -3
  126. package/Helpers/TextInput.d.ts +2 -0
  127. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  128. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  129. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  130. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  131. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  132. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  133. package/Legacy/ILabelTextareaControl.d.ts +1 -1
  134. package/Legacy/ISignatureDataModel.d.ts +2 -0
  135. package/Legacy/ISignatureListDataModel.d.ts +1 -1
  136. package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
  137. package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
  138. package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
  139. package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
  140. package/Legacy/LabelTextareaControl.d.ts +1 -1
  141. package/Legacy/NativeFunctions.d.ts +1 -20
  142. package/Legacy/StandardControllers.d.ts +2 -2
  143. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
  144. package/Legacy/TextareaControl.d.ts +1 -1
  145. package/Legacy/Utils.d.ts +7 -0
  146. package/MainBundle.d.ts +1 -0
  147. package/Platform/$AggregatesCheckbox.d.ts +1 -0
  148. package/Platform/$EmployeeStatus.d.ts +6 -2
  149. package/Platform/$FolderHelp.d.ts +13 -0
  150. package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
  151. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  152. package/Platform/AggregatesCheckbox.d.ts +7 -3
  153. package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
  154. package/Platform/AggregatesCheckboxService.d.ts +17 -6
  155. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  156. package/Platform/BatchOperationsPlugin.d.ts +1 -1
  157. package/Platform/BottomEdge.d.ts +10 -0
  158. package/Platform/BottomEdgeBody.d.ts +4 -0
  159. package/Platform/BottomEdgePlugin.d.ts +4 -0
  160. package/Platform/CardLink.d.ts +2 -1
  161. package/Platform/CardManagement.d.ts +5 -1
  162. package/Platform/CardManagementImpl.d.ts +5 -3
  163. package/Platform/CardQuotesDataStub.d.ts +19 -0
  164. package/Platform/CertificateSettings.d.ts +40 -0
  165. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  166. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  167. package/Platform/CertificateSettingsView.d.ts +5 -0
  168. package/Platform/DateTimePickerImpl.d.ts +1 -0
  169. package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
  170. package/Platform/DropdownImpl.d.ts +3 -1
  171. package/Platform/EmployeeStatusService.d.ts +4 -4
  172. package/Platform/Favorite.d.ts +1 -0
  173. package/Platform/FilePicker.d.ts +2 -2
  174. package/Platform/FilePreview.d.ts +2 -2
  175. package/Platform/FilePreviewImpl.d.ts +1 -0
  176. package/Platform/FolderGrid.d.ts +1 -1
  177. package/Platform/FolderHelpButton.d.ts +7 -0
  178. package/Platform/FolderHelpDialog.d.ts +9 -0
  179. package/Platform/FolderHelpPaths.d.ts +2 -0
  180. package/Platform/FolderHelpPlugins.d.ts +9 -0
  181. package/Platform/FolderHelpService.d.ts +10 -0
  182. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  183. package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
  184. package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
  185. package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
  186. package/Platform/FolderManagementDialog.d.ts +1 -1
  187. package/Platform/FolderName.d.ts +2 -1
  188. package/Platform/FolderNameImpl.d.ts +1 -0
  189. package/Platform/FolderOperationManager.d.ts +1 -1
  190. package/Platform/FolderViewItemsImpl.d.ts +5 -5
  191. package/Platform/IAggregates.d.ts +10 -4
  192. package/Platform/ListCheckbox.d.ts +1 -1
  193. package/Platform/ListInput.d.ts +1 -1
  194. package/Platform/LoaderDialog.d.ts +1 -1
  195. package/Platform/Number.d.ts +2 -0
  196. package/Platform/NumberImpl.d.ts +2 -1
  197. package/Platform/Quotes.d.ts +18 -0
  198. package/Platform/Quotes.stories.d.ts +8 -0
  199. package/Platform/QuotesButtonMore.d.ts +6 -0
  200. package/Platform/QuotesHighlight.d.ts +8 -0
  201. package/Platform/QuotesInner.d.ts +6 -0
  202. package/Platform/QuotesItem.d.ts +15 -0
  203. package/Platform/QuotesLogic.d.ts +40 -0
  204. package/Platform/QuotesModal.d.ts +14 -0
  205. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  206. package/Platform/QuotesModalQuote.d.ts +6 -0
  207. package/Platform/QuotesPlugins.d.ts +4 -0
  208. package/Platform/QuotesView.d.ts +16 -0
  209. package/Platform/QuotesWrapper.d.ts +6 -0
  210. package/Platform/ScrollTopBottomButtons.d.ts +1 -0
  211. package/Platform/ScrollTopBottomLogic.d.ts +2 -0
  212. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
  213. package/Platform/SearchTextInput.d.ts +1 -1
  214. package/Platform/SecurityDescriptorDialog.d.ts +3 -3
  215. package/Platform/SettingsPlugin.d.ts +7 -3
  216. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
  217. package/Platform/SettingsPopupLogic.d.ts +13 -4
  218. package/Platform/SettingsPopupView.d.ts +2 -0
  219. package/Platform/Table.d.ts +1 -1
  220. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  221. package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
  222. package/Platform/TestUtils.d.ts +2 -1
  223. package/Platform/TextControlBaseImpl.d.ts +2 -0
  224. package/Platform/TextListInputView.d.ts +4 -4
  225. package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
  226. package/Platform/UserProfileDialog.d.ts +1 -1
  227. package/Platform/UtilsQuotes.d.ts +10 -0
  228. package/Platform/index.d.ts +1 -7
  229. package/Platform/toLocaleStringPolyfill.d.ts +2 -0
  230. package/StandardServices.d.ts +4 -1
  231. package/System/$FileService.d.ts +16 -9
  232. package/System/$Layout.d.ts +1 -1
  233. package/System/BlobToBase64.d.ts +1 -0
  234. package/System/DirectorySelectDialog.d.ts +2 -2
  235. package/System/FileService.d.ts +14 -15
  236. package/System/FilterLogic.d.ts +6 -0
  237. package/System/GenerateTestData.d.ts +2 -0
  238. package/System/IAsyncControlInfo.d.ts +1 -1
  239. package/System/ILayoutParams.d.ts +2 -0
  240. package/System/InputBasedControlImpl.d.ts +1 -0
  241. package/System/Layout.d.ts +1 -0
  242. package/System/LayoutManager.d.ts +1 -1
  243. package/System/LayoutUtils.d.ts +1 -0
  244. package/System/OperationUtils.d.ts +2 -0
  245. package/System/PageLeaveConfirmation.d.ts +1 -0
  246. package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
  247. package/System/StringUtils.d.ts +5 -1
  248. package/package.json +1 -1
  249. package/BackOffice/FileSignCreateDialog.d.ts +0 -83
  250. package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
  251. package/Globals/DVPromise.d.ts +0 -19
  252. package/Platform/FilterPlugin.d.ts +0 -3
  253. package/Platform/GropingPlugin.d.ts +0 -3
  254. package/Platform/ResetSettingsPlugin.d.ts +0 -18
  255. package/Platform/SearchPlugin.d.ts +0 -3
  256. package/Platform/toLocaleStringPolifill.d.ts +0 -1
@@ -1,5 +1,6 @@
1
1
  import { ISortableItem } from "@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem";
2
2
  import React from "react";
3
+ import "./Sortable.css";
3
4
  /** @internal Свойства для {@link Sortable} */
4
5
  export interface ISortableProps {
5
6
  /** дочерние элементы {@link SortableItem}, которые необходимо перемещать */
@@ -45,6 +46,14 @@ export interface ISortableProps {
45
46
  zIndex?: number;
46
47
  /** Остановить сортировку, если перетаскиваемый элемент вне родителя */
47
48
  draggableInParent?: boolean;
49
+ /**
50
+ * HTML тэг, который будет отрендерен в качестве родительского узла.
51
+ *
52
+ * Включает режим без рендеринга служебных тегов. Требует от вызывающей стороны соблюдения следующих условий:
53
+ * - rootComponent должен использовать forwardRef
54
+ * - Метод
55
+ */
56
+ rootComponent?: React.ReactNode;
48
57
  }
49
58
  /**
50
59
  * @review
@@ -138,7 +147,7 @@ export declare class Sortable extends React.Component<ISortableProps, undefined>
138
147
  * @param props Свойства компонента
139
148
  */
140
149
  protected getSortablePluginOptions(props: ISortableProps): {
141
- axis: "y" | "x";
150
+ axis: "x" | "y";
142
151
  containment: string | HTMLElement | JQuery<HTMLElement>;
143
152
  cursor: string;
144
153
  disabled: boolean;
@@ -149,7 +158,7 @@ export declare class Sortable extends React.Component<ISortableProps, undefined>
149
158
  scroll: boolean;
150
159
  scrollSensitivity: number;
151
160
  scrollSpeed: number;
152
- tolerance: "pointer" | "intersect";
161
+ tolerance: "intersect" | "pointer";
153
162
  zIndex: number;
154
163
  };
155
164
  /**
@@ -158,10 +167,11 @@ export declare class Sortable extends React.Component<ISortableProps, undefined>
158
167
  * @param order Идентификаторы элементов, отсортированные в нужном порядке
159
168
  */
160
169
  protected sortItems(items: ISortableItem<any>[], order?: string[]): ISortableItem<any>[];
170
+ protected renderRow: (item: ISortableItem<any>) => JSX.Element;
161
171
  /**
162
172
  * Возвращает отсортированных потомков
163
173
  */
164
- protected getChildren(): JSX.Element[];
174
+ protected getChildren(): React.ReactNode[];
165
175
  /** @internal */
166
176
  render(): JSX.Element;
167
177
  }
@@ -7,6 +7,8 @@ export interface ITextInputProps {
7
7
  value?: string;
8
8
  /** Плейсхолдер */
9
9
  placeholder?: string;
10
+ /** Тип поля ввода. */
11
+ type?: string;
10
12
  /** При изменении значения */
11
13
  onChange?: (value: string) => void;
12
14
  /** При нажатии клавиши */
@@ -0,0 +1,8 @@
1
+ import { HtmlProps } from "@docsvision/web/core/component";
2
+ import React from "react";
3
+ import './TextInputDialogFrame.css';
4
+ export interface ITextInputDialogFramePops extends HtmlProps.div {
5
+ label: string | React.ReactNode;
6
+ renderInput: () => React.ReactNode;
7
+ }
8
+ export declare function TextInputDialogFrame(props: ITextInputDialogFramePops): JSX.Element;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
3
+ import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
4
+ import './TextInputDialogModal.css';
5
+ export interface ITextInputDialogModalPops extends ModalDialogProps {
6
+ onAccept: () => void;
7
+ onCancel: () => void;
8
+ services: $LocalStorage;
9
+ }
10
+ export declare function TextInputDialogModal(props: ITextInputDialogModalPops): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import { IComponentProps } from "@docsvision/web/core/component";
3
+ import { TextInputDialogFrame } from "@docsvision/webclient/Helpers/TextInputDialog/Components/TextInputDialogFrame";
4
+ import { TextInput } from "@docsvision/webclient/Helpers/TextInput";
5
+ import { TextInputDialogModal } from "@docsvision/webclient/Helpers/TextInputDialog/Components/TextInputDialogModal";
6
+ import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
7
+ /** Свойства для {@see TextInputDialog}. */
8
+ export interface ITextInputDialogProps extends IComponentProps<any, TextInputDialogView> {
9
+ value: string;
10
+ onValueChange: (pinCode: string) => void;
11
+ onCancel: () => void;
12
+ onAccept: () => void;
13
+ isOpen: boolean;
14
+ header: React.ReactNode;
15
+ label: React.ReactNode;
16
+ password?: boolean;
17
+ services: $LocalStorage;
18
+ }
19
+ export declare class TextInputDialogView {
20
+ dialog: typeof TextInputDialogModal;
21
+ frame: typeof TextInputDialogFrame;
22
+ input: typeof TextInput;
23
+ }
24
+ /** Диалог для ввода текста */
25
+ export declare function TextInputDialog(props: ITextInputDialogProps): JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { TextInputDialog } from '@docsvision/webclient/Helpers/TextInputDialog/TextInputDialog';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof TextInputDialog;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
3
+ /** Свойства для {@see TextInputDialogHost}. */
4
+ export interface ITextInputDialogHostProps {
5
+ onCancel: () => void;
6
+ onAccept: (value: string) => void;
7
+ header: React.ReactNode;
8
+ label: React.ReactNode;
9
+ password?: boolean;
10
+ services: $LocalStorage;
11
+ }
12
+ /** Компонент диалог для ввода текста с внутренним состоянием. */
13
+ export declare function TextInputDialogHost(props: ITextInputDialogHostProps): JSX.Element;
14
+ export declare function showTextInputDialog(props: Omit<ITextInputDialogHostProps, "onCancel" | "onAccept">): Promise<string>;
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
54
54
  protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
55
55
  abstract getChanges(): Promise<GenModels.GridViewModel>;
56
56
  getSelection():
57
- import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
57
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
58
58
  clearSelection(cardIds?: string[]): void;
59
59
  selectionChanged: SimpleEvent<any>;
60
60
  protected addActionButtons(header: HTMLElement): void;
@@ -1,6 +1,6 @@
1
1
  import { IControl } from "@docsvision/webclient/Legacy/IControl";
2
2
  import { ILabelControl } from "@docsvision/webclient/Legacy/ILabelControl";
3
- import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaConrtol";
3
+ import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaControl";
4
4
  /** @internal */
5
5
  export interface ILabelTextareaControl extends IControl {
6
6
  Label: ILabelControl;
@@ -1,3 +1,4 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
1
2
  import { ISignatureLabel } from "@docsvision/webclient/Legacy/ISignatureLabel";
2
3
  export interface ISignatureDataModel {
3
4
  labels: ISignatureLabel[];
@@ -6,4 +7,5 @@ export interface ISignatureDataModel {
6
7
  signFields?: boolean;
7
8
  signAttachments?: boolean;
8
9
  thumbprint: string;
10
+ signatureMethods: GenModels.SignatureMethodSettings;
9
11
  }
@@ -1,4 +1,4 @@
1
1
  import { ISignatureListItemDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDataModel";
2
2
  export interface ISignatureListDataModel {
3
- Signatures: ISignatureListItemDataModel[];
3
+ signatures: ISignatureListItemDataModel[];
4
4
  }
@@ -1,19 +1,10 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
1
2
  import { ISignatureListItemDetailDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDetailDataModel";
2
- import { ValidationState } from "@docsvision/webclient/Legacy/ValidationState";
3
3
  import { LoadingState } from '@docsvision/webclient/System/LoadingState';
4
- export interface ISignatureListItemDataModel {
5
- Id: string;
6
- Author: any;
7
- CertificateSubject: string;
8
- CreationDate: string;
9
- LabelDisplayName: string;
4
+ export interface ISignatureListItemDataModel extends GenModels.DocumentSignatureModel {
10
5
  verificationLoading: LoadingState;
11
- SignatureStatus: string;
12
- SignatureKind: string;
13
- ValidationState: ValidationState;
14
- CertificateThumbprint: string;
15
- IsSimpleSign: boolean;
16
- SignatureDetails: ISignatureListItemDetailDataModel[];
17
- HasSignedAttributeItem: boolean;
18
- CanShowSignatureInfo: boolean;
6
+ signatureStatus: string;
7
+ validationState: GenModels.ValidationState;
8
+ signatureKind: string;
9
+ signatureDetails: ISignatureListItemDetailDataModel[];
19
10
  }
@@ -1,21 +1,10 @@
1
1
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
- import { SignatureItemType } from 'Libs/CryptoPro/Crypto';
3
- export interface ISignatureListItemDetailDataModel {
4
- Status: string;
5
- FileVersionNumber: string;
6
- FileName: string;
7
- FileId: string;
8
- Kind: string;
9
- CertificateThumbprint: string;
10
- IsSignedWithCertificate: boolean;
11
- ErorrMessage: string;
12
- SignatureItemType: SignatureItemType;
13
- Description?: string;
14
- PartItems?: string[];
15
- Timestamp: string;
16
- ExpireDate: string;
17
- SignaturePartId: string;
18
- InfoPopoverOpen?: boolean;
19
- Data?: GenModels.SignatureInfoModel;
20
- CanShowSignatureInfo: boolean;
2
+ export interface ISignatureListItemDetailDataModel extends GenModels.SignatureItemVerificationModel {
3
+ erorrMessage: string;
4
+ infoPopoverOpen?: boolean;
5
+ data?: GenModels.SignatureInfoModel;
6
+ /** Результат валидации через облачный сервис КриптоПро SVS */
7
+ svsValid?: boolean;
8
+ /** Сообщение валидации облачного сервиса КриптоПро SVS */
9
+ svsMessage?: string;
21
10
  }
@@ -1,8 +1,8 @@
1
1
  import { ISignatureListItemDetailDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDetailDataModel";
2
2
  import { ValidationState } from "@docsvision/webclient/Legacy/ValidationState";
3
3
  export interface ISignatureVerificationDataModel {
4
- SignatureStatus: string;
5
- SignatureKind: string;
6
- ValidationState: ValidationState;
7
- SignatureDetails: ISignatureListItemDetailDataModel[];
4
+ signatureStatus: string;
5
+ signatureKind: string;
6
+ validationState: ValidationState;
7
+ signatureDetails: ISignatureListItemDetailDataModel[];
8
8
  }
@@ -1,7 +1,7 @@
1
1
  import { Control } from "@docsvision/webclient/Legacy/Control";
2
2
  import { ILabelControl } from "@docsvision/webclient/Legacy/ILabelControl";
3
3
  import { ILabelTextareaControl } from "@docsvision/webclient/Legacy/ILabelTextareaControl";
4
- import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaConrtol";
4
+ import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaControl";
5
5
  /** @internal */
6
6
  export declare class LabelTextareaControl extends Control implements ILabelTextareaControl {
7
7
  Label: ILabelControl;
@@ -1,20 +1 @@
1
- interface String {
2
- format: (...codes: any[]) => string;
3
- }
4
- interface Array<T> {
5
- equals: (array: any) => boolean;
6
- }
7
- declare function UploadFile(formName: Element, filesContainer: string, onSuccess: Function, onFileAdded: Function, dropZoneId: string, onFileRemoved?: (documentId: string) => void): void;
8
- declare function CreateTaskIntervalManager(): any;
9
- declare function CreateTaskInterval(): any;
10
- declare function CheckForPlugIn_Async(): Promise<any>;
11
- declare function GetCertsList_Async(): any;
12
- declare function GetCertificateInfoByThumbprint_Async(thumbprint: any): any;
13
- declare function GetCertificateByThumbprint_Async(thumbprint: any): any;
14
- declare function SignData_Async(certThumbprint: any, dataToSign: any, signType?: any, tspService?: any): any;
15
- declare function SignCadesEnhanced_Async(encryptedInfo: any, dataToSign: any, signType: any): any;
16
- declare function Verify_Async(sSignedMessage: any, dataToVerify: any): any;
17
- declare function SetPluginInfo_Async(): void;
18
- declare var cadesplugin: any;
19
- declare var iNoBounce: any;
20
- declare function HackTouch(): any;
1
+ export declare const NothingToExport = 42;
@@ -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 } 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 } 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;
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;
@@ -51,6 +51,7 @@ export declare class TaskCardFilePanelRazorControl extends BaseRazorControl<Task
51
51
  componentDidUpdate(prevProps: any): void;
52
52
  private updatePreview;
53
53
  private addPreviewHandlers;
54
+ private getVersionedFileModel;
54
55
  private saveFileItemsInService;
55
56
  private groupFilesByLinkedCard;
56
57
  private updateSelectedFile;
@@ -1,5 +1,5 @@
1
1
  import { Control } from "@docsvision/webclient/Legacy/Control";
2
- import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaConrtol";
2
+ import { ITextareaControl } from "@docsvision/webclient/Legacy/ITextareaControl";
3
3
  /** @internal */
4
4
  export declare class TextareaControl extends Control implements ITextareaControl {
5
5
  textInput: HTMLInputElement;
package/Legacy/Utils.d.ts CHANGED
@@ -161,6 +161,8 @@ export interface RequestOptions {
161
161
  responseType?: XMLHttpRequestResponseType;
162
162
  /** Тип передаваемых данных */
163
163
  contentType?: string;
164
+ /** Дополнительные заголовки */
165
+ customHeaders?: IRequestHeader[];
164
166
  /**
165
167
  * При указании данного параметра используются переданные сервисы вместо сервисов разметки.
166
168
  *
@@ -168,6 +170,10 @@ export interface RequestOptions {
168
170
  */
169
171
  services?: $CardId & $CardTimestamp & Partial<$ExtendedDataSourceInfos> & Optional<$RowId>;
170
172
  }
173
+ export interface IRequestHeader {
174
+ name: string;
175
+ value: string;
176
+ }
171
177
  /** Обертка вокруг XMLHttpRequest с отображением прогресс-бара и обработкой ошибок. */
172
178
  export declare class Request {
173
179
  private static ActiveRequests;
@@ -187,6 +193,7 @@ export declare class Request {
187
193
  private progressOverlay;
188
194
  private isForm;
189
195
  private noCache;
196
+ private customHeaders?;
190
197
  /** Инициализирует объект. */
191
198
  constructor(options?: RequestOptions);
192
199
  /** Режим выполнения запроса. */
package/MainBundle.d.ts CHANGED
@@ -20,3 +20,4 @@ import "@docsvision/webclient/BackOffice/DirectoryTree";
20
20
  import "@docsvision/webclient/BackOffice/DirectorySearchResult";
21
21
  import "@docsvision/webclient/Templates/ControlTemplate";
22
22
  import "@docsvision/webclient/Templates/ServiceTemplateService";
23
+ import "@docsvision/webclient/BackOffice/SignatureConstants";
@@ -11,6 +11,7 @@ export interface IAggregatesCheckboxService {
11
11
  readonly $selectedAggregateItems: Store<GenModels.GridAggregateValue[]>;
12
12
  toggleAggregate(item: IAggregate): void;
13
13
  selectItemValue(data: ISelectItemData): void;
14
+ applySelection(): void;
14
15
  clearAll(): void;
15
16
  }
16
17
  export declare type $Aggregates = {
@@ -5,7 +5,7 @@ export interface IEmployeeStatusInfo {
5
5
  status: GenModels.StaffEmployeeStatus;
6
6
  }
7
7
  export interface IEmployeeInfo {
8
- employeeModel: GenModels.EmployeeDataModel;
8
+ employeeModel: GenModels.EmployeeStatusModel;
9
9
  }
10
10
  /** Сервис для получения актуального статуса сотрудника. */
11
11
  export interface IEmployeeStatusService {
@@ -14,11 +14,15 @@ export interface IEmployeeStatusService {
14
14
  /** Выполняет запрос вызов {@see getEmployeeStatusUnobtrusively} для текущего сотрудника. */
15
15
  getCurrentEmployeeStatusUnobtrusively(): Promise<GenModels.StaffEmployeeStatus>;
16
16
  /** Выполняет запрос вызов {@see getEmployeeDisplayNameUnobtrusively} для текущего сотрудника. */
17
- getCurrentEmployeeDisplayNameUnobtrusively(): Promise<any>;
17
+ getCurrentEmployeeDisplayNameUnobtrusively(): Promise<string>;
18
+ /** Получает информацию о текущем сотруднике. */
19
+ getCurrentEmployeeStatusModelUnobtrusively(): Promise<GenModels.EmployeeStatusModel>;
18
20
  /** Выполняет запрос на обновление статуса сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
19
21
  getEmployeeStatusUnobtrusively(employeeId: string): Promise<GenModels.StaffEmployeeStatus>;
20
22
  /** Выполняет запрос на обновление имени сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
21
23
  getEmployeeDisplayNameUnobtrusively(employeeId: string): Promise<any>;
24
+ /** Получает информацию о сотруднике. */
25
+ getEmployeeStatusModelUnobtrusively(employeeId: string): Promise<GenModels.EmployeeStatusModel>;
22
26
  /** Сбрасывает полученный ранее статус и имена сотрудников, так что при следующем обращении они будут получены с сервера. */
23
27
  resetCache(employeeId?: string): void;
24
28
  }
@@ -0,0 +1,13 @@
1
+ import { Event, Store } from 'effector';
2
+ /** Интерфейс сервиса {@link $FolderHelp} */
3
+ export interface IFolderHelp {
4
+ /** Видимость кнопки в панели инструментов */
5
+ readonly $visible: Store<boolean>;
6
+ /** Задаёт видимость кнопки в панели иснтрументов */
7
+ setVisible: Event<boolean>;
8
+ }
9
+ /** */
10
+ export declare type $FolderHelp = {
11
+ folderHelp: IFolderHelp;
12
+ };
13
+ export declare const $FolderHelp: string | ((model?: $FolderHelp) => IFolderHelp);
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export interface AcesssInheritanceButtonsProps {
2
+ export interface IAccessInheritanceButtonsProps {
3
3
  inheritanceEnabled: boolean;
4
4
  visible: boolean;
5
5
  canChangeInheritance: boolean;
@@ -8,4 +8,4 @@ export interface AcesssInheritanceButtonsProps {
8
8
  onDisableInheritance: () => void;
9
9
  onEnableInheritance: () => void;
10
10
  }
11
- export declare const AcesssInheritanceButtons: (props: AcesssInheritanceButtonsProps) => JSX.Element;
11
+ export declare function AccessInheritanceButtons(props: IAccessInheritanceButtonsProps): JSX.Element;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+ import './AggregatesApplyButtonPanel.css';
4
+ export interface IAgregatesApplyButtonPanelProps extends HtmlProps.div {
5
+ onApply: () => void;
6
+ visible: boolean;
7
+ buttonText: string;
8
+ }
9
+ export declare function AggregatesApplyButtonPanel(props: IAgregatesApplyButtonPanelProps): JSX.Element;
@@ -1,10 +1,14 @@
1
1
  /// <reference types="react" />
2
2
  import { $Aggregates } from '@docsvision/webclient/Platform/$AggregatesCheckbox';
3
- import { ITableData } from '@docsvision/web/components/table/interfaces';
4
- import { ICompositionPluginProps } from '@docsvision/web/core/composition';
3
+ import { $AggregatesCheckboxServices } from '@docsvision/webclient/Platform/AggregatesCheckboxService';
4
+ import { ITableData, TableCompositionTypes } from '@docsvision/web/components/table/interfaces';
5
+ import { IComposition } from '@docsvision/web/core/composition';
5
6
  import { $Resources } from '@docsvision/web/core/localization/$Resources';
6
7
  export interface IAggregatesTextResources {
7
8
  showMoreText: string;
8
9
  collapseItemsText: string;
9
10
  }
10
- export declare const AggregatesCheckbox: ({ composition }: ICompositionPluginProps<any, ITableData, $Aggregates & $Resources>) => JSX.Element;
11
+ export interface IAggregatesCheckboxProps {
12
+ composition: IComposition<TableCompositionTypes.SidePanel, ITableData, $AggregatesCheckboxServices & $Aggregates & $Resources>;
13
+ }
14
+ export declare const AggregatesCheckbox: ({ composition }: IAggregatesCheckboxProps) => JSX.Element;
@@ -8,4 +8,5 @@ import { $Aggregates } from "@docsvision/webclient/Platform/$AggregatesCheckbox"
8
8
  export declare const AggregatesFeature = "Aggregates";
9
9
  export declare const AggregatesPanelContentSidePanelPlugin: TablePlugins.SidePanel.Component<$SidePanel & $Aggregates & $Resources & $AggregatesCheckboxServices>;
10
10
  export declare const getAggregatesServiceProvider: (options: IAggregatesServiceOptions) => TablePlugins.ServiceProvider<$Aggregates & $AggregatesCheckboxServices & $TableFilterService>;
11
+ export declare const AggregatesApplyButtonPanelPlugin: TablePlugins.Root.Component<$Aggregates & $Resources>;
11
12
  export declare const getAggregatesPlugins: (options: IAggregatesServiceOptions) => ITablePlugins;
@@ -1,6 +1,6 @@
1
1
  import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
- import { IAggregate, IAggregateServiceOptions, IAggregatesState, ILoadItemsOptions, ISelectItemData } from "@docsvision/webclient/Platform/IAggregates";
3
+ import { IAggregate, IAggregatesServiceOptions, IAggregatesState, ILoadItemsOptions, ISelectItemData } from "@docsvision/webclient/Platform/IAggregates";
4
4
  import { $SidePanel } from "@docsvision/web/components/table/plugins/side-panel";
5
5
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
6
6
  import { $Domain } from "@docsvision/web/core/state-management";
@@ -11,7 +11,9 @@ import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
11
11
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
12
12
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
13
13
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
14
- export declare type $AggregatesCheckboxServices = $Domain & $SidePanel & $TableData & $GridController & $FolderGrid & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel & $FolderDataLoading;
14
+ import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
15
+ import { $EmployeeStatus } from "@docsvision/webclient/Platform/$EmployeeStatus";
16
+ export declare type $AggregatesCheckboxServices = $Domain & $SidePanel & $TableData & $GridController & $FolderGrid & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel & $FolderDataLoading & $ApplicationSettings & $EmployeeStatus;
15
17
  export declare class AggregatesCheckboxService implements IAggregatesCheckboxService {
16
18
  private options;
17
19
  private services;
@@ -19,19 +21,28 @@ export declare class AggregatesCheckboxService implements IAggregatesCheckboxSer
19
21
  $aggregates: Store<IAggregate[]>;
20
22
  $lastAggregates: Store<IAggregate[]>;
21
23
  $selectedAggregateItems: Store<GenModels.GridAggregateValue[] | null>;
24
+ $lastAppliedSelection: Store<GenModels.GridAggregateValue[] | null>;
22
25
  $aggregatesState: Store<IAggregatesState>;
23
- loadAggregateItemsFx: Effect<ILoadItemsOptions | void, IAggregate[]>;
26
+ loadAggregateItemsFx: Effect<ILoadItemsOptions, IAggregate[]>;
24
27
  toggleAggregate: Event<IAggregate>;
25
28
  selectItemValue: Event<ISelectItemData>;
26
29
  setAggregatesAvailabe: Event<boolean>;
27
30
  setLoading: Event<boolean>;
31
+ selectionApplied: Event<GenModels.GridAggregateValue[] | null>;
28
32
  toggleAll: Event<boolean>;
29
33
  clearAll: Event<void>;
30
- selectItem: any;
34
+ applySelection: Event<void>;
35
+ loadAggregates: Event<ILoadItemsOptions>;
31
36
  $lastDataId: Store<string>;
32
- constructor(options: IAggregateServiceOptions, services: $AggregatesCheckboxServices);
37
+ $reloadAggregatesOnChangeData: Store<boolean>;
38
+ reloadTableFx: Effect<void, void>;
39
+ saveSelectionFx: Effect<GenModels.GridAggregateValue[], void>;
40
+ constructor(options: IAggregatesServiceOptions, services: $AggregatesCheckboxServices);
33
41
  private getSelection;
34
42
  updateTableAndAggregates(selectedAggregates: GenModels.GridAggregateValue[], options?: ILoadItemsOptions): Promise<void>;
35
- getAggregates({ dropFilters }?: ILoadItemsOptions): Promise<IAggregate[]>;
43
+ getAggregates({ dropFilters, loadSelection }?: ILoadItemsOptions): Promise<IAggregate[]>;
44
+ getAggregateFilterItems(aggregates: GenModels.GridAggregateValue[]): GenModels.AggregateFilterItem[];
45
+ /** Apply selection from $selectedAggregateItems to aggregates model */
46
+ private restoreSelection;
36
47
  prepareAggregates(aggregateModel: GenModels.GridAggregateModel[]): GenModels.GridAggregateModel[];
37
48
  }
@@ -12,10 +12,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
12
12
  constructor(props: PropsT, state?: StateT);
13
13
  UNSAFE_componentWillMount(): void;
14
14
  onSelecting():
15
- import("C:/Users/peshne.k/devWebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
15
+ import("C:/Dev/WebCDev/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
16
16
  onSelected(): void;
17
17
  onToggling():
18
- import("C:/Users/peshne.k/devWebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
18
+ import("C:/Dev/WebCDev/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
19
  onToggled(): void;
20
20
  protected onClick(event: React.MouseEvent<any>): void;
21
21
  protected getCssClass(): string;
@@ -1,4 +1,4 @@
1
1
  import { ICompositionPlugin } from "@docsvision/web/core/composition";
2
- import { $BatchOperationServices } from "@docsvision/webclient/BackOffice/BatchDelegateOperation";
2
+ import { $BatchOperationServices } from "@docsvision/webclient/BackOffice/DelegateBatchOperation";
3
3
  export declare const BatchOperationFeature = "BatchOperationsFeature";
4
4
  export declare const BatchOperationButtons: ICompositionPlugin<any, $BatchOperationServices>;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { ITableData } from '@docsvision/web/components/table/interfaces';
3
+ import { IComponentProps } from '@docsvision/web/core/component';
4
+ import { ICompositionPluginProps } from '@docsvision/web/core/composition';
5
+ import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
6
+ import { BottomEdgeBody } from '@docsvision/webclient/Platform/BottomEdgeBody';
7
+ export declare class BottomEdgeView {
8
+ body: typeof BottomEdgeBody;
9
+ }
10
+ export declare function BottomEdge(props: ICompositionPluginProps<string, ITableData, $TableData> & IComponentProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export interface IBottomEdgeBodyProps {
3
+ }
4
+ export declare function BottomEdgeBody(props: IBottomEdgeBodyProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
2
+ export declare const BottomEdgeFeature = "BottomEdgeFeature";
3
+ export declare const BottomEdgePlugin: TablePlugins.Root.Component;
4
+ export declare const BottomEdgeButtonsPlugins: ITablePlugins;
@@ -13,6 +13,7 @@ import { IValidationResult } from "@docsvision/webclient/System/IValidationResul
13
13
  import { Optional } from "@docsvision/web/core/services";
14
14
  import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
15
15
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
16
+ import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
16
17
  import { $Layout } from '@docsvision/webclient/System/$Layout';
17
18
  import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview';
18
19
  /**
@@ -64,7 +65,7 @@ export declare class CardLinkParams extends BaseControlParams {
64
65
  linkFilePreviewed?: BasicApiEvent<IEventArgs>;
65
66
  /** Событие, возникающее перед открытием связанной карточки. */
66
67
  linkCardOpening?: CancelableApiEvent<IEventArgs>;
67
- services?: $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Optional<$CardId> & $EditOperationStore & $CardId & Optional<$LabelWidth> & $LayoutManager & $Layout & $FilePreviewServices & $CardOperationsController;
68
+ services?: $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Optional<$CardId> & $EditOperationStore & $CardId & Optional<$LabelWidth> & $LayoutManager & $Layout & $FilePreviewServices & $CardOperationsController & Optional<$LinksSearchCards>;
68
69
  }
69
70
  /**
70
71
  * Представляет элемент управления для редактирования связанной карточки.
@@ -1,5 +1,7 @@
1
1
  import { $LayoutCardController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
3
  import { CardManagementImpl, CardManagementState } from "@docsvision/webclient/Platform/CardManagementImpl";
4
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
3
5
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
4
6
  import { $Layout } from "@docsvision/webclient/System/$Layout";
5
7
  import { $CardId, $CardInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
@@ -22,7 +24,8 @@ export declare class CardManagementParams extends BaseControlParams {
22
24
  * false - удаление не разрешено.
23
25
  */
24
26
  canDelete?: boolean;
25
- services?: $LayoutCardController & $LayoutRowController & $EditOperationStore & $Layout & $CardId & $Router & $CardInfo;
27
+ adminPanelMessageCardsIds?: GenModels.AdminPanelMessageModel[];
28
+ services?: $LayoutCardController & $LayoutRowController & $EditOperationStore & $Layout & $CardId & $Router & $CardInfo & $ApplicationSettings;
26
29
  }
27
30
  /**
28
31
  * Класс элемента управления Управление карточкой.
@@ -45,6 +48,7 @@ export declare class CardManagement extends BaseControl<CardManagementParams, Ca
45
48
  */
46
49
  edit(): void;
47
50
  private set bindingEditOperation(value);
51
+ private set adminPanelMessageCardsIds(value);
48
52
  /** @internal */
49
53
  createImpl(): CardManagementImpl;
50
54
  }
@@ -15,8 +15,10 @@ export declare type CardManagementImplState = CardManagementState;
15
15
  /** @internal */
16
16
  export declare class CardManagementImpl extends BaseControlImpl<CardManagementParams, CardManagementState> {
17
17
  constructor(props: CardManagementParams, state: CardManagementState);
18
- onEdit(): void;
19
- onDelete(): void;
20
- onRefresh(): void;
18
+ onEdit: () => void;
19
+ onDelete: () => void;
20
+ onRefresh: () => void;
21
+ private getRoute;
22
+ private goToMessagePage;
21
23
  renderControl(): JSX.Element;
22
24
  }