@docsvision/webclient 5.17.0 → 5.17.1-beta.1

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 (88) hide show
  1. package/Account/LoginContainer.d.ts +1 -0
  2. package/Account/LoginLogic.d.ts +13 -0
  3. package/Account/ProviderButton.d.ts +4 -2
  4. package/Account/index.d.ts +2 -0
  5. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +2 -1
  6. package/BackOffice/AuthenticationKindsFormatLogin.d.ts +7 -0
  7. package/BackOffice/AuthenticationKindsGetMaskOptions.d.ts +8 -0
  8. package/BackOffice/AuthenticationKindsLogic.d.ts +4 -0
  9. package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +2 -0
  10. package/BackOffice/AuthenticationKindsValidRegExps.d.ts +3 -0
  11. package/BackOffice/AuthenticationKindsView.d.ts +3 -3
  12. package/BackOffice/CardKindImpl.d.ts +1 -0
  13. package/BackOffice/{CheckEmployeeAccount.d.ts → CheckStaffDirectoryData.d.ts} +1 -0
  14. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +7 -0
  17. package/BackOffice/DirectoryDesignerRow.d.ts +10 -5
  18. package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -3
  19. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  20. package/BackOffice/DirectorySearchFilters.d.ts +6 -0
  21. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  22. package/BackOffice/DssSignRequestModels.d.ts +1 -0
  23. package/BackOffice/EmailButtonView.d.ts +1 -1
  24. package/BackOffice/ExistingCardLinkDialog.d.ts +5 -2
  25. package/BackOffice/FileListControlLogic.d.ts +1 -0
  26. package/BackOffice/Index.d.ts +0 -6
  27. package/BackOffice/LinksImpl.d.ts +3 -1
  28. package/BackOffice/MarkPartnersAsDepartment.d.ts +2 -0
  29. package/BackOffice/NumeratorImpl.d.ts +1 -0
  30. package/BackOffice/PartnerBase.d.ts +2 -2
  31. package/BackOffice/PartnerBaseImpl.d.ts +1 -0
  32. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  33. package/BackOffice/PrintButtonView.d.ts +1 -1
  34. package/BackOffice/SignatureButtonLogic.d.ts +2 -0
  35. package/BackOffice/SignatureButtonOptions.d.ts +3 -2
  36. package/BackOffice/SkipDraggingElement.d.ts +6 -0
  37. package/BackOffice/StaffDirectory.d.ts +1 -1
  38. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  39. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  40. package/BackOffice/TasksTableView.d.ts +3 -3
  41. package/Generated/DocsVision.WebClient.Models.d.ts +224 -0
  42. package/Helpers/InputMask/IInputMaskProps.d.ts +71 -0
  43. package/Helpers/InputMask/InputMask.d.ts +8 -0
  44. package/Helpers/InputMask/InputMask.stories.d.ts +11 -0
  45. package/Helpers/InputMask/InputMaskView.d.ts +14 -0
  46. package/Helpers/InputMask/components/InputMaskContainer.d.ts +7 -0
  47. package/Helpers/InputMask/components/InputMaskField.d.ts +7 -0
  48. package/Helpers/InputMask/components/InputMaskLabel.d.ts +18 -0
  49. package/Helpers/InputMask/index.d.ts +5 -0
  50. package/Helpers/LabeledText.d.ts +5 -1
  51. package/Helpers/PopoverHelpers/Popover.d.ts +2 -2
  52. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  53. package/MainBundle.d.ts +2 -0
  54. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  55. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  56. package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +1 -0
  57. package/Platform/CardLink.d.ts +7 -7
  58. package/Platform/CardLinkImpl.d.ts +8 -6
  59. package/Platform/CertificateSettingsView.d.ts +1 -1
  60. package/Platform/DateTimePickerImpl.d.ts +3 -2
  61. package/Platform/FilePickerImpl.d.ts +1 -0
  62. package/Platform/FilteringExtendedData.d.ts +1 -0
  63. package/Platform/FilteringRequestResolver.d.ts +4 -0
  64. package/Platform/FilteringResponseResolver.d.ts +4 -0
  65. package/Platform/FolderDataContext.d.ts +1 -0
  66. package/Platform/FolderGrid.d.ts +2 -0
  67. package/Platform/ListCheckbox.d.ts +1 -1
  68. package/Platform/ListInput.d.ts +1 -1
  69. package/Platform/LoaderDialog.d.ts +1 -1
  70. package/Platform/NumberImpl.d.ts +1 -1
  71. package/Platform/QuotesHighlight.d.ts +2 -0
  72. package/Platform/QuotesLogic.d.ts +7 -0
  73. package/Platform/QuotesModalQuote.d.ts +2 -0
  74. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  75. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +7 -4
  76. package/Platform/SearchTextInput.d.ts +1 -1
  77. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  78. package/Platform/SettingsPopupLogic.d.ts +1 -1
  79. package/Platform/TextAreaImpl.d.ts +1 -1
  80. package/Platform/TextListInputCultureWiseParseFloat.d.ts +3 -0
  81. package/Platform/TextListInputLogic.d.ts +4 -0
  82. package/Platform/UserProfileDialog.d.ts +1 -1
  83. package/System/DirectoryBaseImpl.d.ts +1 -0
  84. package/System/DirectorySelectDialog.d.ts +2 -2
  85. package/System/InputBasedControlImpl.d.ts +1 -0
  86. package/System/NumberCultureFormatting.d.ts +9 -0
  87. package/package.json +1 -1
  88. package/BackOffice/AuthenticationKindsTextBox.d.ts +0 -7
@@ -83,8 +83,9 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
83
83
  protected getDefaultInitialValue(): Date;
84
84
  protected editInPlaceModeRender(): JSX.Element;
85
85
  protected renderWithText(): JSX.Element;
86
- protected onPlaceholderClick(event: any): void;
86
+ protected onPlaceholderClick(event?: React.MouseEvent): void;
87
87
  protected onDialogClose(): void;
88
+ protected onDialogOpen(): void;
88
89
  protected onDateChange: (newValue: any, value: any) => void;
89
90
  protected onKeyPress: (event: React.KeyboardEvent) => void;
90
91
  protected onDataChangedSave(): void;
@@ -95,6 +96,6 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
95
96
  private renderRequiredText;
96
97
  protected renderPlaceholder(): JSX.Element;
97
98
  triggerSaveRequestEvent: () => Promise<void>;
98
- clear(): void;
99
+ clear(): Promise<void>;
99
100
  canClear(): boolean;
100
101
  }
@@ -24,6 +24,7 @@ export interface IFilePickerState extends FilePickerParams, BaseControlState {
24
24
  downloadOperationId: string;
25
25
  readOperationId: string;
26
26
  validationMessage: string;
27
+ deleting: boolean;
27
28
  }
28
29
  export interface FilePickerState extends IFilePickerState {
29
30
  }
@@ -2,3 +2,4 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
2
2
  import { ITableData } from "@docsvision/web/components/table/interfaces";
3
3
  import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
4
4
  export declare function getFiltersPluginData(tableData: ITableData): ISimplePluginData<GenModels.QueryFilterItem[]>;
5
+ export declare function getCursorId(tableData: ITableData): ISimplePluginData<string>;
@@ -3,9 +3,13 @@ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { ITableData } from "@docsvision/web/components/table/interfaces";
5
5
  import { IFolderLoadRequest } from "@docsvision/webclient/Platform/IFolderLoadRequest";
6
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
6
7
  export declare class FilteringRequestResolver implements IFolderDataLoadingPlugin {
8
+ private services;
7
9
  id: string;
8
10
  description: string;
9
11
  order: PluginOrder;
12
+ constructor(services: $ApplicationSettings);
10
13
  resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel): Promise<void>;
14
+ private cultureWiseParseFloat;
11
15
  }
@@ -2,9 +2,13 @@ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/web
2
2
  import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { ITableData } from "@docsvision/web/components/table/interfaces";
5
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
5
6
  export declare class FilteringResponseResolver implements IFolderDataLoadingPlugin {
7
+ private services;
6
8
  id: string;
7
9
  description: string;
8
10
  order: PluginOrder;
11
+ constructor(services: $ApplicationSettings);
9
12
  resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
13
+ private numberToCultureWiseString;
10
14
  }
@@ -39,6 +39,7 @@ export declare class FolderDataContextParams extends PanelParams {
39
39
  * Добавляет в web-разметку сервисы, для загрузки данных папки и доступа к ним.
40
40
  */
41
41
  export declare class FolderDataContext extends Panel<FolderDataContextParams, IFolderDataContextState> {
42
+ static ControlTypeName: string;
42
43
  prepare(): void;
43
44
  protected createParams(): FolderDataContextParams;
44
45
  protected createImpl(): FolderDataContextImpl;
@@ -40,6 +40,7 @@ export declare class FolderGridParams extends BaseControlParams {
40
40
  showTestPanel?: boolean;
41
41
  showRestSettingsButton?: boolean;
42
42
  isSortingAllowed?: boolean;
43
+ isEmptySpaceUnderTableEnabled?: boolean;
43
44
  opacity?: number;
44
45
  isGroupingAllowed?: boolean;
45
46
  showList?: boolean;
@@ -49,6 +50,7 @@ export declare class FolderGridParams extends BaseControlParams {
49
50
  * Класс элемента управления FolderGrid.
50
51
  */
51
52
  export declare class FolderGrid extends BaseControl<FolderGridParams, IFolderGridState> {
53
+ static ControlTypeName: string;
52
54
  prepare(): void;
53
55
  private configureFoldreGrid;
54
56
  private prepareMobileContextMenu;
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface IListCheckboxProps extends HtmlProps.input {
5
5
  }
6
- export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "id" | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
@@ -5,4 +5,4 @@ export interface IListInputProps extends HtmlProps.div {
5
5
  isScrollable: boolean;
6
6
  isDate: boolean;
7
7
  }
8
- export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "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" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
8
+ export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "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" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
12
12
  cancel: () => void;
13
13
  DialogBox:
14
14
  import("styled-components").StyledComponent<(props:
15
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
15
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
16
16
  LoadingSpan:
17
17
  import("styled-components").StyledComponent<"span", any, {}, never>;
18
18
  render(): JSX.Element;
@@ -25,7 +25,7 @@ export declare class NumberImpl extends InputBasedControlImpl<number, NumberPara
25
25
  protected static readonly FLOAT_MIN_VALUE = -3.4e+38;
26
26
  protected static readonly FLOAT_MAX_LENGTH_VALUE = 16;
27
27
  protected static readonly DECIMAL_MAX_LENGTH_VALUE = 28;
28
- protected static readonly FIELD_TYPE_METADATA_KEY = "fieldType";
28
+ static readonly FIELD_TYPE_METADATA_KEY = "fieldType";
29
29
  constructor(props: NumberParams, state: INumberState);
30
30
  protected trimFractionDigits(value: number): number;
31
31
  protected numberToString(value: number, useGrouping: boolean): string;
@@ -1,8 +1,10 @@
1
1
  /// <reference types="react" />
2
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ import { QuotesLogic } from "@docsvision/webclient/Platform/QuotesLogic";
3
4
  import { HtmlProps } from "@docsvision/web/core/component";
4
5
 
5
6
  export interface IQuotesHighlightProps extends HtmlProps.span {
6
7
  quotesParts: GenModels.QuotePart[];
8
+ logic: QuotesLogic;
7
9
  }
8
10
  export declare function QuotesHighlight(props: IQuotesHighlightProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
3
  import { IQuotesProps } from "@docsvision/webclient/Platform/Quotes";
3
4
  import { ComponentLogic } from "@docsvision/web/core/component";
@@ -36,5 +37,11 @@ import("effector").Event<void>;
36
37
  import("effector").Event<GenModels.FileQuotes>;
37
38
  openFileInExternalEditor:
38
39
  import("effector").Event<GenModels.FileQuotes>;
40
+ setModalQuoteRef:
41
+ import("effector").Event<
42
+ import("react").MutableRefObject<HTMLDivElement>>;
43
+ $modalQuoteRef:
44
+ import("effector").Store<
45
+ import("react").MutableRefObject<HTMLDivElement>>;
39
46
  init(): void;
40
47
  }
@@ -1,6 +1,8 @@
1
1
  /// <reference types="react" />
2
+ import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
2
3
  import { HtmlProps } from '@docsvision/web/core/component';
3
4
 
4
5
  export interface IQuotesModalQuoteProps extends HtmlProps.div {
6
+ logic: QuotesLogic;
5
7
  }
6
8
  export declare function QuotesModalQuote(props: IQuotesModalQuoteProps): JSX.Element;
@@ -2,6 +2,7 @@ import { $GridController, $PagesController } from '@docsvision/webclient/Generat
2
2
  import { RecentCardsDashboardWidgetImpl, IRecentCardsDashboardWidgetState } from "@docsvision/webclient/Platform/RecentCardsDashboardWidgetImpl";
3
3
  import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
4
4
  import { $Layout } from '@docsvision/webclient/System/$Layout';
5
+ import { $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
5
6
  import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
6
7
  import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
7
8
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
@@ -17,7 +18,7 @@ export declare class RecentCardsDashboardWidgetParams extends PanelParams {
17
18
  /** Стандартный CSS класс со стилями элемента управления */
18
19
  standardCssClass?: string;
19
20
  opacity?: number;
20
- services?: $PagesController & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature & $Router;
21
+ services?: $PagesController & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature & $Router & $LayoutInfo;
21
22
  }
22
23
  /** @internal */
23
24
  export declare class RecentCardsDashboardWidget extends Panel<RecentCardsDashboardWidgetParams, IRecentCardsDashboardWidgetState> {
@@ -1,14 +1,17 @@
1
+ import { $GridController, $PagesController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
1
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
3
  import { RequestOptions } from "@docsvision/webclient/Legacy/Utils";
3
4
  import { DefaultFolderDataLoader } from "@docsvision/webclient/Platform/DefaultFolderDataLoader";
4
5
  import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
6
+ import { $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
5
7
  export declare class RecentCardsDashboardWidgetDataLoader extends DefaultFolderDataLoader implements IFolderDataLoader {
6
- protected services: any;
8
+ protected services: $PagesController & $GridController & $LayoutInfo;
7
9
  private widgetParams?;
8
10
  id: string;
9
- constructor(services: any, widgetParams?: any);
10
- load(request: GenModels.CardListRequestModel, isMobile?: boolean): Promise<any>;
11
- loadLayoutModel(requestData: unknown, isMobile?: boolean): Promise<GenModels.CardListViewModel>;
11
+ constructor(services: $PagesController & $GridController & $LayoutInfo, widgetParams?: any);
12
+ load(request: GenModels.CardListRequestModel, isMobile?: boolean): Promise<GenModels.GridViewModel>;
13
+ loadLayoutModel(requestData: GenModels.CardListRequestModel, isMobile?: boolean): Promise<GenModels.CardListViewModel>;
14
+ findControl(parent: GenModels.ControlModel, controlName: string): GenModels.ControlModel;
12
15
  prepareRequest(originalRequest: GenModels.CardListRequestModel): GenModels.CardListRequestModel;
13
16
  protected getRequestOptions(isMobile: boolean): RequestOptions;
14
17
  prepareResponse(model: GenModels.GridViewModelEx): GenModels.GridViewModelEx;
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface ISearchTextInputProps extends HtmlProps.input {
5
5
  }
6
- export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "id" | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
@@ -28,7 +28,7 @@ export declare class SecurityDescriptorDialogView {
28
28
  frame: (props:
29
29
  import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
30
30
  table: (props:
31
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
31
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
32
32
  tableHead: (props:
33
33
  import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
34
34
  inheritanceButtons: typeof AccessInheritanceButtons;
@@ -62,7 +62,7 @@ import("effector").Event<boolean>;
62
62
  getGridUserDataFx:
63
63
  import("effector").Effect<string, {
64
64
  settings: GenModels.GridUserSettingsData;
65
- columns: GenModels.ViewColumnModel[];
65
+ filteredColumns: GenModels.ViewColumnModel[];
66
66
  }, Error>;
67
67
  saveGridUserSettingsFx:
68
68
  import("effector").Effect<void, void, Error>;
@@ -40,7 +40,7 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, IT
40
40
  protected getCssClass(): string;
41
41
  protected renderInput(): JSX.Element;
42
42
  viewModeRender(): JSX.Element;
43
- editInPlaceModeRender(): {};
43
+ editInPlaceModeRender(): JSX.Element;
44
44
  renderValueAsHtml(): JSX.Element;
45
45
  protected renderInto(props: TextAreaParams, container: HTMLElement): void;
46
46
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
@@ -0,0 +1,3 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { ColumnType } from "@docsvision/web/components/table/interfaces";
3
+ export declare function textListInputCultureWiseParseFloat(value: string, type: ColumnType, culture: GenModels.CultureSettings): string;
@@ -15,6 +15,10 @@ import("effector").Domain;
15
15
  isFullList: boolean;
16
16
  listWrapper: HTMLDivElement;
17
17
  filterValues: string[];
18
+ $filterValues:
19
+ import("effector").Store<string[]>;
20
+ setFilterValues:
21
+ import("effector").Event<string[]>;
18
22
  $listWrapper:
19
23
  import("effector").Store<HTMLDivElement>;
20
24
  setListWrapper:
@@ -26,7 +26,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
26
26
  private attachRoot;
27
27
  DialogBox:
28
28
  import("styled-components").StyledComponent<(props:
29
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
30
30
  close(): void;
31
31
  render(): JSX.Element;
32
32
  }
@@ -82,6 +82,7 @@ export declare abstract class DirectoryBaseImpl<ValueT extends NodeT | ItemT | N
82
82
  protected renderSelectDialogInternal(): JSX.Element;
83
83
  protected renderInputWithPlaceholder(): React.ReactNode;
84
84
  protected getLastFilterState(): string;
85
+ protected onButtonBlur(event: React.FocusEvent<any>): void;
85
86
  protected getButtons(): IBoxWithButtonsButtonInfo[];
86
87
  protected renderTypeaheadInput(): JSX.Element;
87
88
  protected onTypeaheadOpened(): void;
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
77
77
  protected modalHost: CommonModalDialogHost;
78
78
  static SimpleItemView:
79
79
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
80
- import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
80
+ import("C:/dev/WebC/main/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
81
  static SimpleItemViewCompact:
82
82
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
83
- import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
83
+ import("C:/dev/WebC/main/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
84
  /** @internal */
85
85
  state: StateT;
86
86
  searchInput: HTMLInputElement;
@@ -114,6 +114,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
114
114
  protected renderPlaceholder(): JSX.Element;
115
115
  protected renderPlaceholderEditInPlace(): JSX.Element;
116
116
  protected onInputKeyDown(ev: React.KeyboardEvent<any>): void;
117
+ protected onIconKeyDown(e: React.KeyboardEvent): void;
117
118
  protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
118
119
  protected renderInput(): React.ReactNode;
119
120
  protected get editInPlaceAvailable(): boolean;
@@ -0,0 +1,9 @@
1
+ export interface INumberCultureOptions {
2
+ numberGroupSeparator: string;
3
+ numberDecimalSeparator: string;
4
+ useGrouping?: boolean;
5
+ numberDecimalDigits?: number;
6
+ }
7
+ export declare const INFINITY_FRACTION_DIGITS = -1;
8
+ export declare function numberToCultureWiseString(value: number, options: INumberCultureOptions): string;
9
+ export declare function cultureWiseParseFloat(value: string, options: INumberCultureOptions): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.0",
3
+ "version": "5.17.1-beta.1",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
3
-
4
- export interface IAuthenticationKindsTextBoxProps extends TextBoxParams {
5
- isLoginExist: boolean;
6
- }
7
- export declare function AuthenticationKindsTextBox(props: IAuthenticationKindsTextBoxProps): JSX.Element;